FS#13949 - [filesystem] bad/old entries in /etc/nsswitch.conf

Attached to Project: Arch Linux
Opened by Gerardo Exequiel Pozzi (djgera) - Wednesday, 25 March 2009, 03:31 GMT
Last edited by Andrea Scarpino (BaSh) - Monday, 15 June 2009, 07:10 GMT
Task Type Bug Report
Category Packages: Core
Status Closed
Assigned To Thomas Bächler (brain0)
Allan McRae (Allan)
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description: The /etc/nsswitch.conf list "db" in some search entries, but libnss_db.so isn't in any core/extra package.


protocols: db files
services: db files
ethers: db files
rpc: db files

netgroup: db files

So any program that uses any of these services, first tries to load a inexistent libnss_db.so

Additional info:
filesystem-2009.01-1


Steps to reproduce:
For example:
LD_DEBUG=libs ntpdate ntp.nasa.gov
<snip>
24861: transferring control: ntpdate
24861:
24861: find library=libnss_db.so.2 [0]; searching
<snip>
24861: trying file=/lib/tls/i686/sse2/libnss_db.so.2
24861: trying file=/lib/tls/i686/libnss_db.so.2
24861: trying file=/lib/tls/sse2/libnss_db.so.2
24861: trying file=/lib/tls/libnss_db.so.2
24861: trying file=/lib/i686/sse2/libnss_db.so.2
24861: trying file=/lib/i686/libnss_db.so.2
24861: trying file=/lib/sse2/libnss_db.so.2
24861: trying file=/lib/libnss_db.so.2
24861: trying file=/usr/lib/tls/i686/sse2/libnss_db.so.2
24861: trying file=/usr/lib/tls/i686/libnss_db.so.2
24861: trying file=/usr/lib/tls/sse2/libnss_db.so.2
24861: trying file=/usr/lib/tls/libnss_db.so.2
24861: trying file=/usr/lib/i686/sse2/libnss_db.so.2
24861: trying file=/usr/lib/i686/libnss_db.so.2
24861: trying file=/usr/lib/sse2/libnss_db.so.2
24861: trying file=/usr/lib/libnss_db.so.2
24861:
24861: find library=libnss_files.so.2 [0]; searching
24861: search cache=/etc/ld.so.cache
24861: trying file=/lib/libnss_files.so.2
24861:
24861:
24861: calling init: /lib/libnss_files.so.2
<snip>
This task depends upon

Closed by  Andrea Scarpino (BaSh)
Monday, 15 June 2009, 07:10 GMT
Reason for closing:  Fixed
Additional comments about closing:  Commited to SVN trunk.
Comment by Gerardo Exequiel Pozzi (djgera) - Sunday, 07 June 2009, 20:16 GMT
filesystem 2009.01-2 in testing, don't fix this issue. Patch against latest rev trunk is attached.
Comment by Allan McRae (Allan) - Sunday, 14 June 2009, 03:54 GMT
Commited to SVN trunk
Comment by Gerardo Exequiel Pozzi (djgera) - Sunday, 14 June 2009, 23:36 GMT
Thanks Allan :)

Loading...