I ran this...

# strace rpm -Uvh ed-0.2-19.i386.rpm

Just before it dies, it says:

  read(13, "#\n# /etc/nsswitch.conf\n#\n# An ex"..., 4096) = 1787
  read(13, "", 4096)                      = 0
  close(13)                               = 0
  munmap(0x4025d000, 4096)

I already suspected something the nss_ldap or pam_ldap realm since it was
among the last things we had installed. I went into /etc/nsswitch.conf and
removed the "ldap"  from the "passwd:" line (the only thing in that file
that we changed). Re-run rpm, and it works fine.


> From: David Young <[EMAIL PROTECTED]>
> Date: Wed, 25 Apr 2001 11:42:08 -0400
> To: <[EMAIL PROTECTED]>
> Subject: rpm core dumps on RH7
> 
> I have three machines running RH7, and on two of them rpm core dumps if I
> try to -i (install), -U (update) or -F (freshen) any rpm... -q (query) or -e
> (erase) works fine. Below is the config of the machines, can anyone give any
> suggestions?
> 
> RPM WORKS:
> #1 Dell PowerEdge 1400
> 
> RPM CORE DUMPS:
> #2 Dell PowerEdge 1400
> #3 CompUSA something or other
> 
> Install on all these servers:
> Dell's standard RH 7.0 installation
> OpenLDAP rpm package removed
> OpenLDAP 2.07 installed from source
> nss_ldap rpm package removed
> nss_ldap-149 installed from source
> pam_ldap-105 installed from source
> qmail-1.03 installed from source
> 
> 



_______________________________________________
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to