On Thu, Aug 17, 2006 at 05:48:32AM -0700, Yan Seiner wrote: > The system is running glibc-2.3.2, and busybox 1.2.1. No unusual setup > at all; basically a stock compile using a crosstool from kegel.com. The > fs is hand-built by moving libs and executables to the target fs, and > setting permissions as we go. > > There are two possibilites I can think of. One is a bug in busybox's > nfs.... The target box (an arm board) is mounting the fs via nfs. The > second is a missing library. I've done some spidering through the lib > dependencies, and I think I have them all, but it is possible I am > missing one.
Aha, if it's over NFS, then the server wouldn't happen to have root_squash set in it's /etc/exports would it? That would explain the permission problems. Cheers, Matt
