Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 91814

Summary: init breaks /usr mounted over NFS
Product: Gentoo Linux Reporter: Johan Postema <johan>
Component: [OLD] baselayoutAssignee: Gentoo's Team for Core System packages <base-system>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: High    
Version: 2005.0   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Johan Postema 2005-05-07 10:03:46 UTC
VERSION: 2005.0
STAGE:   3 (stage3-pentium4-2005)

Hi,

I am not quite sure if this can be considderd a bug, but I think it is a good thing to report.

Some of the init scripts use 'ls' which is linked against libgpm which is located in /usr/lib/. This makes it impossible to mount /usr over NFS since the init scripts will fail to do so.

Regards, 

Johan Postema
johan@printk.org
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2005-05-07 16:02:17 UTC
sys-libs/gpm-1.20.1-r4

ldd /usr/bin/ls
        linux-gate.so.1 =>  (0xffffe000)
        librt.so.1 => /lib/librt.so.1 (0xb7fd9000)
        libncursesw.so.5 => /lib/libncursesw.so.5 (0xb7f8a000)
        libc.so.6 => /lib/libc.so.6 (0xb7e72000)
        libpthread.so.0 => /lib/libpthread.so.0 (0xb7e5f000)
        /lib/ld-linux.so.2 (0xb7feb000)
        libgpm.so.1 => /lib/libgpm.so.1 (0xb7e59000)

Anyway, this is a dupe...

*** This bug has been marked as a duplicate of 80403 ***