On Tue, May 14, 2013 at 12:45:12AM +0200, sp113438 wrote: > on client: > /tmp is empty, /tmp Read-only filesystem (?) > > Serving /pxelinux.0 to 192.168.1.3:2070 May 14 00:35:34 fx4100 > atftpd[25360]: Serving /pxelinux.0 to 192.168.1.3:2071 May 14 00:35:34 > fx4100 atftpd[25360]: ... > Serving /pxelinux.cfg/f243db8d-89e0-3b9d-db11-6e998073639b to > 192.168.1.3:49152 May 14 00:35:34 fx4100 atftpd[25360]: > Serving /pxelinux.cfg/01-00-22-64-28-ba-38 to 192.168.1.3:49153 May 14 > 00:35:34 fx4100 atftpd[25360]: Serving /LICENSED2 to 192.168.1.3:49154 > May 14 00:35:34 fx4100 atftpd[25360]: Serving /vesamenu.c32 to > 192.168.1.3:49155 May 14 00:35:34 fx4100 atftpd[25360]: > Serving /pxelinux.cfg/01-00-22-64-28-ba-38 to 192.168.1.3:49156 May 14 > 00:35:34 fx4100 atftpd[25360]: Serving /HastaSiempre.png to > 192.168.1.3:49157 May 14 00:35:38 fx4100 atftpd[25360]:
Based on the pxelinux files downloaded, it looks like you've used a customized pxelinux configuration, rather than the defaults... Did you pass init=/sbin/init-ltsp on the boot commandline? Without that, it won't mount a writeable filesystem overlay... You should have entries like: label ltsp-NFS menu label LTSP, using NFS kernel vmlinuz-3.2.0-4-486 append ro initrd=initrd.img-3.2.0-4-486 init=/sbin/init-ltsp quiet root=/dev/nfs ip=dhcp boot=nfs nfsroot=/opt/ltsp/i386 label ltsp-NBD menu label LTSP, using NBD kernel vmlinuz-3.2.0-4-486 append ro initrd=initrd.img-3.2.0-4-486 init=/sbin/init-ltsp quiet root=/dev/nbd0 nbdroot=/opt/ltsp/i386 >From a booted terminal, you could also: cat /proc/cmdline To see the used boot arguments. live well, vagrant ------------------------------------------------------------------------------ AlienVault Unified Security Management (USM) platform delivers complete security visibility with the essential security capabilities. Easily and efficiently configure, manage, and operate all of your security controls from a single console and one unified framework. Download a free trial. http://p.sf.net/sfu/alienvault_d2d _____________________________________________________________________ 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