Re: User And Group create failures - sarge

2006-03-06 Thread Marlon v/d Linde :: Clue
Ok guys, Found the problem to this behaviour... The Debian::AdduserCommon module (from adduser-3.63) uses "nscd -i group" to invalidate the group name service cache when a new group is added. Well, it should. Unfortunately, it expects a file /var/run/nscd.pid to exist: my $nscdpid = "/var/

Re: User And Group create failures - sarge

2006-03-06 Thread Marlon v/d Linde :: Clue
Ok guys, Found the problem to this behaviour... The Debian::AdduserCommon module (from adduser-3.63) uses "nscd -i group" to invalidate the group name service cache when a new group is added. Well, it should. Unfortunately, it expects a file /var/run/nscd.pid to exist: my $nscdpid = "/var/

Re: User And Group create failures - sarge

2006-03-03 Thread Marlon v/d Linde :: Clue
On Thursday 02 March 2006 13:44, Olafur Jens Sigurdsson wrote: > > # addgroup --system bind > > Adding group `bind' (111)... > > Done. > > > > Obviously this worked: > > > > # getent group bind > > bind:x:111: > > > > > > but now I have to create a user, in that group: > > > > # adduser --system --

Re: User And Group create failures - sarge

2006-03-02 Thread Olafur Jens Sigurdsson
Þann 2006-03-02, 12:29:19 (+0200) skrifaði Marlon v/d Linde :: Clue: > # addgroup --system bind > Adding group `bind' (111)... > Done. > > Obviously this worked: > > # getent group bind > bind:x:111: > > > but now I have to create a user, in that group: > > # adduser --system --home /var/cache

User And Group create failures - sarge

2006-03-02 Thread Marlon v/d Linde :: Clue
Hi, I have done a fair bit of googling, and spent a while on freenode on this problem, fyi, I did rtfm ;) I would very much appreciate some word on this, as I am stuck. Basically, Ive seen this happen once before with clamav package, and now with the bind package. I know this is not a packag