https://bugzilla.novell.com/show_bug.cgi?id=652877 https://bugzilla.novell.com/show_bug.cgi?id=652877#c0 Summary: /var/run/utmp has wrong ownership with systemd Classification: openSUSE Product: openSUSE 11.4 Version: Factory Platform: Other OS/Version: Other Status: NEW Severity: Normal Priority: P5 - None Component: Basesystem AssignedTo: meissner@novell.com ReportedBy: aj@novell.com QAContact: qa@suse.de CC: ro@novell.com, kasievers@novell.com Found By: Product Management Blocker: --- utempter cannot write in /var/run/utmp with systemd. Problem is: aj@byrd:~> ls -l /var/run/utmp -rw-rw-r-- 1 root utmp 3456 Nov 11 09:54 /var/run/utmp aj@byrd:~> ls -l /usr/sbin/utempter -rwxr-sr-x 1 root tty 10680 Nov 2 11:14 /usr/sbin/utempter After a chgrp tty to /var/run/utmp it works fine. Marcus, Kay, how shall we solve this? utempter.spec has: %attr(02755, root, %{utmpGroup}) /usr/sbin/utempter I propose to change utmpGroup from tty to utmp - or where could this bite us? This also needs changes in aaa_base for creation of /var/run/utmp. Everybody ok with these changes or what should be done? -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.