On Sun, Aug 19, 2007 at 12:20:12PM -0600, Sherwood Botsford wrote: > I tried that. However after chroot'ing into /opt/ltsp/i386 I > don't have a network. E.g: > > ifconfig eth0 > eth0 Link encap:Ethernet HWaddr 00:10:4B:6A:7C:D6 > inet addr:192.168.1.248 Bcast:192.168.1.255 > Mask:255.255.255.0 > inet6 addr: fe80::210:4bff:fe6a:7cd6/64 Scope:Link > UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 > RX packets:21092230 errors:0 dropped:0 overruns:0 frame:0 > TX packets:11318227 errors:0 dropped:0 overruns:0 > carrier:0 > collisions:0 txqueuelen:1000 > RX bytes:2526926624 (2.3 GiB) TX bytes:4099588710 > (3.8 GiB) > Interrupt:17 Base address:0x8c00 > > [EMAIL PROTECTED]:~# chroot /opt/ltsp/i386 > [EMAIL PROTECTED]:/# ifconfig eth0 > Warning: cannot open /proc/net/dev (No such file or directory). > Limited output. > Segmentation fault (core dumped) > [EMAIL PROTECTED]:/#
And... have you mounted /proc in the chroot? chroot /opt/ltsp/i386 mount -t proc proc /proc Remember to umount it before you leave the chroot. Scott -- Scott L. Balneaves | "Eternity is a very long time, Systems Department | especially towards the end." Legal Aid Manitoba | -- Woody Allen ------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _____________________________________________________________________ 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.freenode.net
