Page 1 of 1

nfsroot problem

Posted: Tue Mar 03, 2009 10:08 am
by alvishidla
Hi,

I have problem with root file system mounted over nfs.
If i try execute program from /bin directory i get "file not foud error".
But i can delete modify any file.
example:

/bin # whoami
-/bin/sh: whoami: not found
/bin # ./whoami
-/bin/sh: ./whoami: not found
/bin # ls whoami
whoami
/bin # ls -l whoami
-rwxrwxrwx 1 root root 13368 Nov 24 16:21 whoami

what i do wrong?
Thank you.

Re: nfsroot problem

Posted: Wed Mar 04, 2009 2:46 pm
by alvishidla
i found sollution:
there was no file dl-linux.so in my /lib directory.
I copied it from eldk /lib and all works