On Thu, Mar 04, 2010 at 11:37:38AM -0300, Yuri Danielewicz wrote: > Hi, > > I work with LTSP and always use it with a dhcp on the same server of the > LTSP, and now I need to divide the two services on two different machines. > So I have two machines, one with a DHCP server and other with a LTSP server. > I desire that the DHCP server use the LTSP server remotely to load the data > in the Thin Client. > > To do that I tried to mount remotely the thin client boot partition > (normally "/opt/ltsp") of the LTSP server, using NFS, on the DHCP server, > then I configured the dhcpd.conf to point to the NFS partition to acquire > the data which will initiate the thin client. Then It don't work like I > imagine, the Thin client load some data from the server but when it try to > load the image nbi.img it send a message *Mont call failed: 13*. After some > research I discovered the signal 13 is for permission problems, so I check > every configuration, include the /etc/exports but I didn't make it work. > Some body already had made somethig like that? I need some help. > The /opt/ltsp tree needs to be mounted with the no_root_squash option.
However, I don't think you need to bother with mounting at all. You should investigate the "next-server" option in dhcpd.conf. I think all you need to do is point the "next-server" option to your ltsp server. There might be more to it than that -- I haven't done a setup like that in a while. But it does work. -Rob ------------------------------------------------------------------------------ Download Intel® Parallel Studio Eval Try the new software tools for yourself. Speed compiling, find bugs proactively, and fine-tune applications for parallel performance. See why Intel Parallel Studio got high marks during beta. http://p.sf.net/sfu/intel-sw-dev _____________________________________________________________________ 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
