Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
ltsp no root-path
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Deutsches Forum (German)
View previous topic :: View next topic  
Author Message
thatsreal
n00b
n00b


Joined: 26 Oct 2004
Posts: 73

PostPosted: Sun Nov 07, 2004 2:33 pm    Post subject: ltsp no root-path Reply with quote

Hi,

ich experimentiere gerade mit ltsp-4.1-r1 rum. Auf meinem Server läuf alles korrekt (mitlerweile) (dhcpd,nfsd,nfsmountd,xinetd). Aber ich kann anstellen was ich will auf meinem Terminel kommt folgendes:
Code:

eth0: link up, 100Mbps, full-duplex, lpa 0x45E1

            ERROR! No root-path. Check your DHCP configuration, to make sure that the "option                root-path" is specified


meine dhcpd.conf:
Code:

#Einige allgemeine Einstellungen
default-lease-time            21600;
max-lease-time                21600;
use-host-decl-names           on;
ddns-update-style             ad-hoc;

#Optionen für bootp
allow booting;
allow bootp;

#Netzwerk-Optionen
option subnet-mask            255.255.255.0;
option broadcast-address      192.168.1.255;
option routers                192.168.1.254;
option domain-name-servers    192.168.0.254;
option log-servers            192.168.1.6;
option domain-name            "home";
option root-path              "192.168.1.6:/opt/ltsp-4.1/i386";
filename                      "/lts/vmlinuz-2.4.26-ltsp-2";

#// Falls Ihre Workstations ISA-Netzwerkkarten verwenden, entfernen Sie die
#// Kommentarmarken der folgenden Zeilen und passen Sie den Treiber und die
#// IO-Adresse an.
#option option-128 code 128 = string;
#option option-129 code 129 = text;
#option option-128 e4:45:74:68:00:00;
#option option-129 "NIC=ne IO=0x300";

shared-network WORKSTATIONS {
  subnet 192.168.1.0 netmask 255.255.255.0 {
    #// Den Workstations dynamische IP-Adressen zuordnen
    range dynamic-bootp 192.168.1.20 192.168.1.25;
    #// Workstation-spezifische Konfiguration für Booten per PXE
    #host ws001 {
    #  hardware ethernet     00:E0:06:E8:00:84;
    #  fixed-address         192.168.0.1;
    #}
  }
}

meine exports:
Code:

/opt/ltsp-4.1/i368 192.168.1.0/255.255.255.0(ro,no_root_squash,async)
/var/opt/ltsp/swapfiles 192.168.1.0/255.255.255.0(rw,no_root_squash,async)


Mein server hat die IP 192.168.1.6 und die clients 192.168.1.20-25.

Wie kann ich das terminal dazu bewegen "vernünftig" zu booten.

Danke,
thatsreal
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Deutsches Forum (German) All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum