reassign 335894 adduser 3.63 tags 335894 moreinfo stop On Wed, Oct 26, 2005 at 05:33:59PM +0200, kimon gazis wrote: > > After a fresh install of the package I got this response: > > /usr/sbin/logcheck: line 1: /var/log/syslog: Permission denied > > The fix to this problem was an erroneous "adm"-entry in the group-file > rendering logcheck user not being a member of the "adm"-group. The entry > looked like this: > > adm:x:4:logcheck:kimon > > After a fix to this: > > adm:x:4:logcheck,kimon > > it works smoothely. I suspect the config-routine does not take care of > existing users in the group ?!?
logcheck calls adduser in its postinst, relevant snippet: # check for logcheck in adm group if ! getent group adm | grep logcheck > /dev/null; then adduser --quiet logcheck adm || true fi usually that works as expected. please post your /etc/group-, so that the adduser maintainer can investigate eventual breakage. thanks -- maks -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]