[Pkg-systemd-maintainers] Bug#726369: systemd: spews out warning messages without a break

Michael Biebl biebl at debian.org
Tue Oct 15 14:15:40 BST 2013


Am 15.10.2013 04:30, schrieb Norbert Preining:
> Package: systemd
> Version: 204-5
> Severity: normal
> 
> 
> On every console switch I get:
> systemd-logind[7220]: Failed to apply ACLs: Operation not supported
> bumped out onto any console.
> 
> Is that a necessary warning?

systemd-logind tracks the active user / session (you can check with
loginctl). For that it monitors vt switches to determine the active user.
It then applies rw ACLs for all devices which have been tagged by udev
with the :uaccess: tag, to e.g. grant access to /dev/video0.

Apparently this fails on your system, most likely due to you having a
custom kernel.
What does
cat /boot/config-$(uname -r) | grep -E "(DEV)?TMPFS"
say?

That's from the default Debian kernel:
CONFIG_DEVTMPFS=y
# CONFIG_DEVTMPFS_MOUNT is not set
CONFIG_TMPFS=y
CONFIG_TMPFS_POSIX_ACL=y
CONFIG_TMPFS_XATTR=y

I assume, CONFIG_TMPFS_POSIX_ACL and CONFIG_TMPFS_XATTR are not set?

-- 
Why is it that all of the instruments seeking intelligent life in the
universe are pointed away from Earth?

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 901 bytes
Desc: OpenPGP digital signature
URL: <http://alioth-lists.debian.net/pipermail/pkg-systemd-maintainers/attachments/20131015/82b24395/attachment-0002.sig>


More information about the Pkg-systemd-maintainers mailing list