Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 825714 - acct-user/subsonic: UID 126 collides with rt
Summary: acct-user/subsonic: UID 126 collides with rt
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Jason Zaman
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-11-21 17:07 UTC by Ulrich Müller
Modified: 2021-11-23 21:05 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Ulrich Müller gentoo-dev 2021-11-21 17:07:01 UTC
Apparently acct-user/subsonic was intended to have UID 136. It is listed with this UID in uid-gid.txt, and the commit message says the same:
https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a2c64191b8fc040826001a6c594b51f74684c9ce

In the ebuild it ended up as ACCT_USER_ID="126" (typo?), which collides with user "rt" in uid-gid.txt.
Comment 1 Conrad Kostecki gentoo-dev 2021-11-21 17:10:37 UTC
Yes, this must have been a typo be me. Will fix.
Comment 2 Larry the Git Cow gentoo-dev 2021-11-23 21:05:41 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5ed6b5fc51e90b8e63aed1377e629c7c57789fc3

commit 5ed6b5fc51e90b8e63aed1377e629c7c57789fc3
Author:     Conrad Kostecki <conikost@gentoo.org>
AuthorDate: 2021-11-23 21:04:50 +0000
Commit:     Conrad Kostecki <conikost@gentoo.org>
CommitDate: 2021-11-23 21:04:50 +0000

    acct-user/subsonic: update to use correct
    
    Package used wrong uid, so corrected it, to use the one, which is also
    specified in uid-gid.txt.
    
    Closes: https://bugs.gentoo.org/825714
    Signed-off-by: Conrad Kostecki <conikost@gentoo.org>

 acct-user/subsonic/{subsonic-0.ebuild => subsonic-0-r1.ebuild} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)