hello,
i am back in cameroon and i have to install x2go network with PXE and 10 thin clients.
the machine is ubuntu 10.04 and i install x2go home
question 1
the installation was going well, but the PXE clients does not start properly.
i see that in the file

/opt/x2gothinclient/etc/network/run


is empty
i had the same problem few months before
i have done the same correction (see below) and it works

i send again the mail and hope this failure will be corrected

2. question
to install x2go, because of the slow connection we need here a whole day and we were lucky we had no current problem during this day.

for me it would be the best when i make a x2go repository on a usb hard disk and play it from there.
somebody know howto do it?
warm greetings
michel
 
-------- Original Message --------
Subject: Re: [X2go-dev] X2Goclient
Date: Sat, 11 Sep 2010 18:36:45 +0200
From: kamerun@immerda.ch <kamerun@immerda.ch>
To: x2go-dev@lists.berlios.de, "kamerun@immerda.ch" <kamerun@immerda.ch>


hello,

i install x2go server on xen machine

http://www.x2go.org/fileadmin/doc/installation_x2go_debian_en.html#3.Installing%20X2goserver-ONE%20(One%20Node%20Edition)|outline

pxe come to login but after login he cannot start

it says that he cannot connect localhost
when i go to console client
i cannot ping localhost
lo is there but not up

i suppose the link in run by client is not done


i correct like this
and it works, but i suppose it is a mistake or not?


x2gonoldapone:~/scripts-noldap-0ne# cd /opt/x2gothinclient/etc/network/
x2gonoldapone:/opt/x2gothinclient/etc/network# ls
if-down.d  if-post-down.d  if-pre-up.d	if-up.d  interfaces  run
x2gonoldapone:/opt/x2gothinclient/etc/network# ls run
x2gonoldapone:/opt/x2gothinclient/etc/network# ls -l
total 24
drwxr-xr-x 2 root root 4096 May  5  2008 if-down.d
drwxr-xr-x 2 root root 4096 May  5  2008 if-post-down.d
drwxr-xr-x 2 root root 4096 May  5  2008 if-pre-up.d
drwxr-xr-x 2 root root 4096 Sep 11 08:33 if-up.d
-rw-r--r-- 1 root root   30 Sep 11 08:21 interfaces
drwxr-xr-x 2 root root 4096 Sep 11 08:21 run
x2gonoldapone:/opt/x2gothinclient/etc/network# rm -r run
x2gonoldapone:/opt/x2gothinclient/etc/network# ln -s /dev/shm run
x2gonoldapone:/opt/x2gothinclient/etc/network# ls -l
total 20
drwxr-xr-x 2 root root 4096 May  5  2008 if-down.d
drwxr-xr-x 2 root root 4096 May  5  2008 if-post-down.d
drwxr-xr-x 2 root root 4096 May  5  2008 if-pre-up.d
drwxr-xr-x 2 root root 4096 Sep 11 08:33 if-up.d
-rw-r--r-- 1 root root   30 Sep 11 08:21 interfaces
lrwxrwxrwx 1 root root    8 Sep 11 08:54 run ->  /dev/shm
x2gonoldapone:/opt/x2gothinclient/etc/network#


michel