hello,
i install x2go server on xen machine
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