hi Luca, Luca Capello [2007-10-15 0:59 +0200]: > [EMAIL PROTECTED]:/home/luca# ps aux | grep hal > 113 3403 13.0 0.1 28456 3464 ? Ss 00:54 0:00 > /usr/sbin/hald
It is well known that ps does not display user names which are longer than 8 characters, so this is perfectly normal. > [EMAIL PROTECTED]:/home/luca# grep 113 /etc/group > lpadmin:x:113: > > [EMAIL PROTECTED]:/home/luca# grep haldaemon /etc/group > haldaemon:x:118: Those ar group IDs, not user IDs. It is perfectly valid for user and group IDs to not be identical, and in fact this is the common case. Can you please do id haldaemon and check whether the UID there is actually 113? Martin -- Martin Pitt http://www.piware.de Ubuntu Developer http://www.ubuntu.com Debian Developer http://www.debian.org -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

