FS#30436 - [unbound] unbound user not created, please allocate uid/gid pair
Attached to Project:
Community Packages
Opened by Geert Hendrickx (ghen) - Monday, 25 June 2012, 10:33 GMT
Last edited by Gaetan Bisson (vesath) - Friday, 29 June 2012, 13:16 GMT
Opened by Geert Hendrickx (ghen) - Monday, 25 June 2012, 10:33 GMT
Last edited by Gaetan Bisson (vesath) - Friday, 29 June 2012, 13:16 GMT
|
Details
Description:
The [community] unbound package ships a simple default config that makes it run as unprivileged user "unbound" (good), but the user/group are not created by the package (bad). I assigned a uid/gid locally but that gid has now been claimed by another package. Can you please allocate a uid/gid pair in https://wiki.archlinux.org/index.php/UID_and_GID_List (I suggest 35:35) and create the user/group accordingly in the PKGBUILD? Additional info: * package version(s) * config and/or log files etc. Steps to reproduce: |
This task depends upon
They don't have a reserved UID/GID, but I don't see why this would be a problem.
I had 54:54 and it clashed with the recent filesystem package upgrade (that creates the "lock" group with gid 54).
In particular, since SYS_UID_MIN=500, the unbound user created by this package cannot have UID 54, which makes me thing that you did something fishy to your system and makes me want to close this bug down.