When init gets it's turn to run in linuxrc it comes up with the command line help: Usage: init [command-args] ....as if it can not find the /etc/inittab file or something. This file is mounted read only through NFS by linuxrc's previous commands. I have been able to cat the /etc/inittab file and view it without any problems (after passing the kernel INITRD_DBG=10). I achieve the same response when I try to execute /sbin/init from the shell prompt. When I attempt "/sbin/init 2" it tells me it can not write to the filesystem (/etc/initrunlvl is linked to /tmp/initrunlvl and /tmp is read-only) and I then agree with it and question why this link doesn't point to /oldroot/tmp/initrunlvl, or better yet, why the ram disk isn't created in linuxrc rather than /etc/rc.local. Any help would be appreciated.
As a side note, I am installing this with MOSIX patches, and I am using bpbatch to load bzImage and initrd.gz rather than the combo that buildk makes. I am not using modules, they are all included in the kernel (I am using a vanilla kernel with a MOSIX patch). These issues don't seem to matter for this problem, tell me if I am wrong. My /etc/exports file contains the entry: /opt/ltsp/i386 10.0.0.1/255.255.255.0(ro,no_root_squash) This doesn't seem to be a problem either. michael -- Michael Truog Software Engineer Signature Research Inc. 1122 Calumet Ave. Calumet, MI 49913 906-337-3360 (voice) 906-337-0023 (fax) ------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf _____________________________________________________________________ Ltsp-discuss mailing list. To un-subscribe, or change prefs, goto: https://lists.sourceforge.net/lists/listinfo/ltsp-discuss For additional LTSP help, try #ltsp channel on irc.openprojects.net
