Antonio, I had the same problem last month. So I have a couple of questions . . .
1) What type of clients are you using? 2) Is nfs running? (as root: service nfs status) 3) Does it boot properly when the client is connect to the server with a crossover cable? You can check through the archives for a resolution, but here's a snip of what I did to resolve the problem. <snip> I was finally able to get this issue resolved (I think...). I"m not sure which of these changes really made the difference, since I didn"t do them one-by-one, but here"s what I did: 1) Disabled the onboard AMD nic 2) Threw in a generic tulip nic and went into bios and adjusted the IRQ to 3 (I think it was using 10 or 11 previously, which probably conflicts with something on the server) 3) In /etc/dhcpd.conf I added a section for the workstation and defined option-129 like below (see http://www.k12ltsp.org/phpwiki/index.php/Tecnical:Booting:ISA for further explanation) host ws004 { hardware ethernet 00:A0:24:A3:14:19; option option-128 e4:45:74:68:00:00; option option-129 "NIC=tulip"; } Worked like a charm at the next boot! HTH, john smith </snip> ----- Original Message ----- Antonio Teixeira wrote: > Hi, > > I'm trying to install ltsp so we can use old pc's as linux terminals. > I can put the client box booting, catching an ip adress and it likes it > can mount /opt/ltsp/i386. > After this I get a message that the machine is doing the pivot_root. It > stays fors a few seconds and then the message is : "nfs: server > 192.168.2.99 not responding, still trying" and remains forever. > > The ip of my server is 192.168.2.131 > The DHCP server gives 192.168.2.99 to the terminal > > > I have the folowing exports: > > /opt/ltsp 192.168.2.0/255.255.255.0(rw,no_root_squash,sync) > /opt/ltsp/swapfiles 192.168.2.0/255.255.255.0(rw,no_root_squash,async) > /opt/ltsp/i386 192.168.2.0/255.255.255.0(async,no_root_squash,rw) > /var/opt/ltsp/swapfiles > (192.168.2.0/255.255.255.0(async,no_root_squash,rw) > > > I tried to mount the nfs paths in another machine and I haven't any kind > of problem. > > What information is nedeed to someone help me with this problem? > > Thanks in advance > > > Antonio Teixeira > > > > > > > > ------------------------------------------------------- > This SF.Net email is sponsored by: > Sybase ASE Linux Express Edition - download now for FREE > LinuxWorld Reader's Choice Award Winner for best database on Linux. > http://ads.osdn.com/?ad_id=5588&alloc_id=12065&op=click > _____________________________________________________________________ > 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 -=-=-=-=-=-=-=-=-=-=-=- John A. Smith Director of Administration Breakthrough Urban Ministries 5243 N. Ashland Ave. Chicago, IL 60640-2001 PH: 773.989.4382, x230 FAX: 773.989.7329 http://www.breakthroughministries.com ------------------------------------------------------- This SF.Net email is sponsored by: Sybase ASE Linux Express Edition - download now for FREE LinuxWorld Reader's Choice Award Winner for best database on Linux. http://ads.osdn.com/?ad_idU88&alloc_id065&op=click _____________________________________________________________________ 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
