From: Matthew F. <mf...@ci...> - 2001-06-26 03:36:21
|
Joe, Thanks for keeping me honest on all this stuff--these are definitely things that need to be fixed prior to 0.80final. Oddly enough, I think the 2.2.19 kernel already has nfs client support in it--that explains why I couldn't find nfs, lockd, and sunpc. In that case if you just upgrade (getpkg) the netutil package, I added the the standard mount which should overwrite the busybox applet so that may work. I've now uploaded raw kernel modules for 2.2.19 and 2.4.5 to http://www.trinux.org/modules/ I built a new kernel image without nfs support see http://www.trinux.org/kernel/ that should work with the new nfs-client.tgz package I created. I will look into the module loading stuff in the linuxrc & getpkg -- right now it is a mish-mash of several different approaches all of which where never implemented completely. I'll also check the sshkey issue, which is definitely critical. Actually, I don't store sshkeys on the floppy at all in our lab (we have about 5-10 headless Trinux boxes running at any one time) but suck down a master key file from a web server. That definitely works is more scalable when you are running multiple boxes. Thanks for your QA support. -mdf > > I'm just running /etc/init.m/nfs-client: > > cd /lib/modules > insmod sunrpc.o > insmod lockd.o > insmod nfs.o > cd / > > Shouldn't it be /etc/init.d so it would run automatically? > > Can't find modules for nfs client and ext2 fs for kernel 2.2.19. :( > > Joe > > > > > > Thanks. I'm almost there. My goal is to have a bootdisk that dhcp's and > > > runs opensshd for computers that have no monitors. I want to mount an nfs > > > server too. I got the 2.4.5/nfs-client package, but when I try to mount > > > an nfs volume I get this: > > > > > > portmap: server localhost not responding, timed out > > > > > > (do you have to run portmap on the client?) > > > > > > also: > > > > > > lockd_up: makesock failed, error=-5 > > > > > > Yes, I've run /etc/init.m/nfs-client. > > > > > > > > > Also, the opensshd /usr/local/etc/ssh_host* files don't seemed to get > > > created automatically on boot; I just get an empty hostkeys.tar in > > > /etc/tux/pkg/openssh/, but I can do it by hand by running lines from the > > > /etc/init.d/opensshd script. > > > > > > Joe > > > > > > > > > On Mon, 25 Jun 2001, Matthew Franz wrote: > > > > > > > You will need to install the kernel modules for ide and the > > > > filesystems. > > > > > > > > On the 2.4.5 0.80rc1 you would type getpkg 2.4.5/fsmods then insmod > > > > /lib/modules/ext2.o. The ide package is automatically loaded. > > > > > > > > -mdf > > > > > > > > ------------------------------------- > > > > Matthew Franz mf...@ci... > > > > Security Research Engineer > > > > Security Technologies Assessment Team > > > > > > > > On 25 Jun 2001 js...@di... wrote: > > > > > > > > > Date: 25 Jun 2001 14:23:06 -0000 > > > > > From: js...@di... > > > > > To: tri...@li... > > > > > Subject: [Trinux-talk] ext2 support? > > > > > > > > > > > > > > > Is ext2 fs not supported? I can't seem to mount it. > > > > > > > > > > Joe > > > > > > > > > > > > > > > _______________________________________________ > > > > > Trinux-talk mailing list > > > > > Tri...@li... > > > > > http://lists.sourceforge.net/lists/listinfo/trinux-talk > > > > > > > > > > > > > > > > > > _______________________________________________ > > > Trinux-talk mailing list > > > Tri...@li... > > > http://lists.sourceforge.net/lists/listinfo/trinux-talk > > > > > > > _______________________________________________ > Trinux-talk mailing list > Tri...@li... > http://lists.sourceforge.net/lists/listinfo/trinux-talk > |