Quoting Vagrant Cascadian:

> On Sun, Mar 10, 2013 at 04:15:32PM +0200, Richard Kweskin wrote:
>> Is it possible not to run ltsp-build-client but to later create
>> nbd.img with ltsp-update-image / ?
>
>> In short the intention is to use wheezy but in an ubuntu ltsp-pnp way.
>
> It's not so different from how Ubuntu's LTSP-pnp method works...
>
>> From an installed wheezy system:
>
>   # install needed packages with LXDE desktop
>   apt-get install dnsmasq ltsp-server-standalone ltsp-client lxde
>
>   # configure dnsmasq.
>   ltsp-config dnsmasq
>
>   # configure NBD swap
>   ltsp-config nbd-server

Since it complained here I created the dirs:

root@debian:/home/rkwesk# ltsp-config nbd-server
Created /etc/nbd-server/conf.d/swap.conf
find: `/opt/ltsp/images/': No such file or directory
  nbd-server.
root@debian:/home/rkwesk# ls /opt/
root@debian:/home/rkwesk# mkdir /opt/ltsp
root@debian:/home/rkwesk# mkdir /opt/ltsp/images
root@debian:/home/rkwesk# ltsp-config nbd-server

>
>   # set to boot to NBD only
>   sed -i -e 's,BOOT_METHODS=.*,BOOT_METHODS=NBD,g'  
> /etc/ltsp/update-kernels.conf
>
>   # set ip address so that proxydhcp will work.
>   echo 'IPAPPEND=3' >> /etc/ltsp/update-kernels.conf
>
>   # populate the pxe boot menus.
>   /usr/share/ltsp/update-kernels
>
>   # generate the image
>   ltsp-update-image --cleanup /

This problem I haven't solved:

root@debian:/home/rkwesk# ltsp-update-image --cleanup /
FATAL: Module overlayfs not found.
ssh-keygen: generating new host keys: RSA1 RSA DSA ECDSA

>   # configure NBD root image
>   ltsp-config nbd-server
>
>   # restart nbd-server for good measure
>   service nbd-server restart
>
>
> Just tested this earlier today, and it seemed to work fine.
>
> live well,
>   vagrant

I appreciate your help. I didn't know how to deal with nbd in place of  
nfs. Now that's sorted. So to the remaining issue:

root@debian:/home/rkwesk# uname -a
Linux debian 3.2.0-4-486 #1 Debian 3.2.39-2 i686 GNU/Linux

The client loads the kernel but stops with the same complaint re  
overlayfs module

Richard


------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_mar
_____________________________________________________________________
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

Reply via email to