Skip to main content
Topic solved
This topic has been marked as solved and requires no further attention.
Topic: Today's util-linux update brings errors (Read 307 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

Today's util-linux update brings errors

Hello, today's updates bring me this in the console:
Code: [Select]
:: Processing package changes...
(1/9) upgrading util-linux-libs                                 [##################################] 100%
(2/9) upgrading e2fsprogs                                       [##################################] 100%
(3/9) upgrading fmt                                             [##################################] 100%
(4/9) upgrading libssh2                                         [##################################] 100%
(5/9) upgrading libedit                                         [##################################] 100%
(6/9) upgrading util-linux                                      [##################################] 100%
(7/9) upgrading gegl                                            [##################################] 100%
(8/9) upgrading gmic                                            [##################################] 100%
(9/9) upgrading gimp-plugin-gmic                                [##################################] 100%
:: Running post-transaction hooks...
(1/4) Creating system user accounts...
/usr/lib/sysusers.d/bind.conf:1: Unknown modifier 'u!'.
/usr/lib/sysusers.d/util-linux.conf:1: Unknown modifier 'u!'.
(2/4) Creating temporary files...
(3/4) Reloading device manager configuration...
(4/4) Updating the info directory file...

Should I be worried about these?

/usr/lib/sysusers.d/bind.conf:1: Unknown modifier 'u!'.
/usr/lib/sysusers.d/util-linux.conf:1: Unknown modifier 'u!'.


My util-linux.conf is like this now:

Code: [Select]
u! uuidd 68 "uuid daemon" -
g rfkill - - -

The previous version of util-linux-2.40.2-2 had this:

Code: [Select]
u uuidd 68
g rfkill - - -

Re: Today's util-linux update brings errors

Reply #1
The same with bind...

The previous version of bind-9.20.4-1 had the file /usr/lib/sysusers.d/bind.conf:

Code: [Select]
u named 40 "BIND DNS Server" -

Now the version bind-9.20.4-2 has this:

Code: [Select]
u! named 40 "BIND DNS Server" -

Re: Today's util-linux update brings errors

Reply #2
Same here! dnsmasq and unbound are affected too. Though I only noticed the error messages on boot:
Quote
[ ok ]
 * Setting up sysusers.d entries ...
/usr/lib/sysusers.d/bind.conf:1: Unknown modifier 'u!'.
/usr/lib/sysusers.d/dnsmasq.conf:1: Unknown modifier 'u!'.
/usr/lib/sysusers.d/unbound.conf:1: Unknown modifier 'u!'.
(but looking a pacman.log, it warned me too)

Re: Today's util-linux update brings errors

Reply #3
Maybe it's some new soystemd sysusers syntax not yet supported outside of it?
ARMtix

Re: Today's util-linux update brings errors

Reply #4
If you want to test, you can install udev, libudev, esysusers and etmpfiles from system-gremlins. That should fix the errors, and that's what it indeed did on a test box.

artist
Linux is simple; use Artix, or Submit Your System To Evil Malicious D(a)emons

 

Re: Today's util-linux update brings errors

Reply #5
you can install udev, libudev, esysusers and etmpfiles from system-gremlins

Thank you! I'd better wait for these packages to arrive as stable ones. Will pin them down temporarily.