Re: [gentoo-user] cannot load libc, permission denied

2005-08-28 Thread David Busby
Marco Matthies wrote: I reproduced your bug and diagnostics on a vmware install of gentoo exactly by doing a chmod a-x / So issuing a chmod a+x / should fix it if this is the cause. But it's very weird that the execute bit should not be set on / if it's this what is causing your errors. Y

Re: [gentoo-user] cannot load libc, permission denied

2005-08-28 Thread Marco Matthies
David Busby wrote: I cannot open /etc/ld.so.cache! What? See: cdrtx cdr_tx # ls -l /etc/ld.so.cache -rw-r--r-- 1 root root 18311 Aug 27 21:13 /etc/ld.so.cache Any other ideas? I reproduced your bug and diagnostics on a vmware install of gentoo exactly by doing a chmod a-x / So issuing a

[gentoo-user] cannot load libc, permission denied

2005-08-27 Thread David Busby
Ok, two combined into one here: A. Khattri asked if I was logged in as root, yes I am. and When I said this: >> cdrtx / # ldd /usr/bin/crontab >> linux-gate.so.1 => (0xe000) >> libc.so.6 => /lib/libc.so.6 (0xb7ec4000) >> /lib/ld-linux.so.2 (0x8000) Ian Hast

Re: [gentoo-user] cannot load libc, permission denied

2005-08-27 Thread Ian Hastie
On Fri, 26 Aug 2005 15:44:47 -0700 David Busby <[EMAIL PROTECTED]> wrote: > A. Khattri wrote: > > On Fri, 26 Aug 2005, David Busby wrote: > > > > > >>cdrtx / # fcrontab -e > >>fcrontab: error while loading shared libraries: libc.so.6: cannot > >>open shared object file: Permission denied > >> >

Re: [gentoo-user] cannot load libc, permission denied

2005-08-26 Thread A. Khattri
On Fri, 26 Aug 2005, David Busby wrote: > I've re-build both glibc and fcron, no dice. I've looked at ldd for crontab > > cdrtx / # ldd /usr/bin/crontab > linux-gate.so.1 => (0xe000) > libc.so.6 => /lib/libc.so.6 (0xb7ec4000) > /lib/ld-linux.so.2 (0x8000) > > L

Re: [gentoo-user] cannot load libc, permission denied

2005-08-26 Thread David Busby
A. Khattri wrote: On Fri, 26 Aug 2005, David Busby wrote: cdrtx / # fcrontab -e fcrontab: error while loading shared libraries: libc.so.6: cannot open shared object file: Permission denied But libc looks OK to me cdrtx / # ls -l /lib/libc* -rwxr-xr-x 1 root root 1211416 Aug 20 22:36 /lib/l

Re: [gentoo-user] cannot load libc, permission denied

2005-08-26 Thread A. Khattri
On Fri, 26 Aug 2005, David Busby wrote: > cdrtx / # fcrontab -e > fcrontab: error while loading shared libraries: libc.so.6: cannot open shared > object file: Permission denied > > But libc looks OK to me > > cdrtx / # ls -l /lib/libc* > -rwxr-xr-x 1 root root 1211416 Aug 20 22:36 /lib/libc-2.3.

[gentoo-user] cannot load libc, permission denied

2005-08-26 Thread David Busby
List, I'm getting this: cdrtx / # fcrontab -e fcrontab: error while loading shared libraries: libc.so.6: cannot open shared object file: Permission denied But libc looks OK to me cdrtx / # ls -l /lib/libc* -rwxr-xr-x 1 root root 1211416 Aug 20 22:36 /lib/libc-2.3.5.so lrwxrwxrwx 1 root roo