[1418] in RedHat Linux List
Re: Can't Telnet into Colgate
daemon@ATHENA.MIT.EDU (Michael K. Johnson)
Mon Oct 28 11:58:42 1996
To: redhat-list@redhat.com
From: "Michael K. Johnson" <johnsonm@redhat.com>
In-reply-to: Your message of "Sat, 26 Oct 1996 19:26:00 EDT."
<199610262326.TAA07278@redhat.com>
Date: Mon, 28 Oct 1996 11:41:25 -0500
Resent-From: redhat-list@redhat.com
Reply-To: redhat-list@redhat.com
Donnie Barnes writes:
>Sounds exactly like the problem someone else already had. Check
>to see if /etc/pam.conf.rpmsave exists. If so, copy it to
>/etc/pam.conf.
That's actually not a very good idea. When pam.conf is overwritten,
it's because some things changed in the base configuration. In
particular, after doing this, passwd *may* quit working.
Note that this problem, to the best of my knowledge, has only
occured for people upgrading from early versions of our Rembrandt
beta test.
The best answer is to re-run the post-install script for packages
which require pamconfig, the program which is used to add entries
to /etc/pam.conf To get a list of the installed packages which
require pamconfig, run this command:
rpm -q --whatrequires pamconfig
Here's a shell script which provides the easiest way to solve the
problem:
for i in $(rpm -q --whatrequires pamconfig) ; do
rpm --qf '%{POSTIN}' $i | sh -x
done
I'll have that answer put into the errata. Sorry for the confusion.
michaelkjohnson
"Ever wonder why the SAME PEOPLE make up ALL the conspiracy theories?"
--
PLEASE read the Red Hat FAQ, Tips, Errata and the MAILING LIST ARCHIVES!
________________________________________________________________________
http://www.redhat.com/RedHat-FAQ http://www.redhat.com/RedHat-Errata
http://www.redhat.com/RedHat-Tips http://www.redhat.com/mailing-lists
------------------------------------------------------------------------
To unsubscribe: mail -s unsubscribe redhat-list-request@redhat.com < /dev/null