Hi all,

after haveing solved my TFTP-problem, error messges goes on. Now everything 
with the kernel works fine. But then LTSP tries to insmod 8139too.o, 
successfully.
After that following output appears:
eth0: RealTek RTL8139 Fast Ethernet at 0xc2807000, 00:c1:26:0b:1f:e8, IRQ 11 
Running dhclient
eth0: Setting 100mbps full-duplex based on auto-negotiated partner ability 
45e1.
Mounting root filesystem: /opt/ltsp/i386 from: 192.168.0.254
But nothing happens...

Here are some definitions from my dhcpd.conf:
option subnet-mask            255.255.255.0;
option broadcast-address      192.168.0.255;
option routers                192.168.0.254;
option domain-name-servers    192.168.0.254;
option domain-name            "ltsp-server";
option root-path              "192.168.0.254:/opt/ltsp/i386";

OK, normally, in my local network, the fixed IP-address of my server is 
192.168.0.1... should I change the settings above?

PS: I got a Realtek 8139 so I use the 8139too-module in dhcp.conf:
group   {
    use-host-decl-names       on;
    option log-servers        192.168.0.254;

    host ws001 {
        hardware ethernet     00:c1:26:0b:1f:e8;
        fixed-address         192.168.0.3;
        filename              "/lts/vmlinuz-2.4.19-ltsp-1";
        option option-128     e4:45:74:68:00:00;
        option option-129     "NIC=8139too";


Back to the mounting-problem. In /var/log/messages there's an output:
Dec 22 11:34:00 linux dhcpd: DHCPDISCOVER from 00:c1:26:0b:1f:e8 via eth0
Dec 22 11:34:00 linux dhcpd: DHCPOFFER on 192.168.0.3 to 00:c1:26:0b:1f:e8 via 
eth0
Dec 22 11:34:00 linux dhcpd: DHCPREQUEST for 192.168.0.3 (192.168.0.1) from 
00:c1:26:0b:1f:e8 via eth0
Dec 22 11:34:00 linux dhcpd: DHCPACK on 192.168.0.3 to 00:c1:26:0b:1f:e8 via 
eth0
Dec 22 11:34:02 linux dhcpd: DHCPDISCOVER from 00:c1:26:0b:1f:e8 via eth0
Dec 22 11:34:02 linux dhcpd: DHCPOFFER on 192.168.0.3 to 00:c1:26:0b:1f:e8 via 
eth0
Dec 22 11:34:04 linux dhcpd: DHCPREQUEST for 192.168.0.3 (192.168.0.1) from 
00:c1:26:0b:1f:e8 via eth0
Dec 22 11:34:04 linux dhcpd: DHCPACK on 192.168.0.3 to 00:c1:26:0b:1f:e8 via 
eth0
"192.168.0.0/255.255.255.0:/var/opt/ltsp/swapfiles".   Assuming default 
behaviour ('sync').   NOTE: this
default has changed from previous versions

I thought that my root-system isn't exported well, but there seems to be 
everything OK (/etc/exports):
## LTS-begin ##
#
# The lines between the 'LTS-begin' and the 'LTS-end' were added
# on: Son Dez  8 20:28:57 CET 2002 by the ltsp installation script.
# For more information, visit the ltsp homepage
# at http://www.ltsp.org
#
/opt/ltsp/i386                  192.168.0.0/255.255.255.0(ro,no_root_squash)
/var/opt/ltsp/swapfiles         192.168.0.0/255.255.255.0(rw,no_root_squash)
#
# The following entries need to be uncommented if you want
# Local App support in ltsp
#
#/home                  192.168.0.0/255.255.255.0(rw,no_root_squash)
#
## LTS-end ##

The root-directry /opt/ltsp/i386/root is empty. Is this the problem? But what 
should be in there? Can anybody give some hints where the problem is now?

Thanks!

-- 
Regards,
Gregor
www.waluga.de
__________________________________________________
Linux ist kostenlos, Windoofs umsonst...
http://linux.waluga.de


-------------------------------------------------------
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

Reply via email to