Request for discussion: Package installation problem with running nscd

Oliver Falk oliver at linux-kernel.at
Fri May 20 07:26:23 UTC 2005


Hi!

I came along this problem a few times now and think it's a good idea to
throw it on the list for discussion.

I have a fcdev system running at my site that runs with ldap/nscd.

The problem I'm running into - some times - is:
* nscd is running and caches groups/passwd
* I try to install a package
* package does the usual groupadd -r <somegroup> >/dev/null 2>&1 or useradd
...
* package' file list lists %attr(-, <somegroup>, <someuser>) or something
like that.

But as nscd caches the passwd/group it thinks that <somegroup> or <someuser>
doesn't exist and rpm tell's me:

   warning: group <somegroup> does not exist - using root

Arg. rpm -e <somepackage>; service nscd stop; rpm -Uvh <somepackage>;
service nscd start; Cannot be the correct solution. :-)

I cannot ask all package maintainers to do a nscd -i passwd; nscd -i group
after adding a user/group - of course I could, but I don't want to even
think what kind of email's I'll receive then. :-)

What do you think? Should adduser/addgroup check if nscd is running and if
so, run the nscd -i passwd or nscd -i group?

Best,
 Oliver

-
Oliver Falk
UNIX/Linux Systems Administrator
Autonomy Information Engineer

Die Information in dieser Nachricht ist vertraulich und ausschließlich für
den Adressaten bestimmt. Der Empfänger dieser Nachricht, der nicht der
Adressat, einer seiner Mitarbeiter oder sein Empfangsbevollmächtigter ist,
wird hiermit davon in Kenntnis gesetzt, dass er deren Inhalt nicht
verwenden, weitergeben oder reproduzieren darf. Sollten Sie diese Nachricht
irrtümlich erhalten haben, benachrichtigen Sie uns bitte unverzüglich per
Telefon und retournieren Sie uns die Nachricht per E-Mail/Fax.


The information contained in this e-mail is privileged and confidential and
is for the exclusive use of the addressee. The person who receives this
e-mail and who is not the addressee, one of his employees or an agent
entitled to hand it over to the addressee, is informed that he may not use,
disclose or reproduce the contents thereof. If you have received this
communication by mistake, please let us know by telephone without delay and
send it back to us by e-mail/fax.






More information about the fedora-extras-list mailing list