<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<META NAME="Generator" CONTENT="MS Exchange Server version 6.5.7654.12">
<TITLE>RE: [X2go-dev] x2go thin client session configuration</TITLE>
</HEAD>
<BODY>
<!-- Converted from text/plain format -->
<P><FONT SIZE=2>Phillip,<BR>
<BR>
thanks so much for the help and pointer to the script. A couple questions:<BR>
<BR>
1. I see the /opt/x2gothinclient/etc/init.d/ramdrive script, however I don't see S*ramdrive anywhere in my /opt/x2gothinclient/etc/rc*.d directories - does this mean it isn't running at startup? If it is running at startup, how is it being executed? If not, does that mean my /ramdrive isn't even being created and mounted?<BR>
<BR>
2. I also see in your script these lines:<BR>
<BR>
chroot /opt/x2gothinclient rm -f /etc/rcS.d/S05bootlogd /etc/rcS.d/S08pcmciautils /etc/rcS.d/S09checkroot.sh /etc/rcS.d/S11checkfs.sh /etc/rcS.d/S12resize_lvm /etc/rcS.d/S16readahead-desktop /etc/rcS.d/S19portmap /etc/rcS.d/S20nfs-common /etc/rcS.d/S26cryptdisks-early /etc/rcS.d/S28cryptdisks /etc/rcS.d/S30checkfs.sh /etc/rcS.d/S45mountnfs.sh /etc/rcS.d/S46mountnfs-bootclean.sh /etc/rcS.d/S99stop-bootlogd-single /etc/rc2.d/S99stop-bootlogd<BR>
<BR>
chroot /opt/x2gothinclient mv /etc/rc2.d/S20x2gothinclient /etc/rc2.d/S90x2gothinclient<BR>
<BR>
It looks like you are doing some shifting of sorts on the process boot order. Can you offer any insight into what you were doing there?<BR>
<BR>
<BR>
-----Original Message-----<BR>
From: x2go-dev-bounces@lists.berlios.de on behalf of Philipp Huebner<BR>
Sent: Fri 1/21/2011 3:49 AM<BR>
To: x2go-dev@lists.berlios.de<BR>
Subject: Re: [X2go-dev] x2go thin client session configuration<BR>
<BR>
Hi,<BR>
<BR>
it's been a while since I did this, but I saved my work here:<BR>
<A HREF="http://blog.debalance.de/?p=125">http://blog.debalance.de/?p=125</A><BR>
<BR>
In my case, the sessions file is stored on the server as<BR>
/opt/x2gothinclient/usr/share/x2goclient/sessions where<BR>
/opt/x2gothinclient is my chroot.<BR>
<BR>
During startup, there is a<BR>
cp /usr/share/x2goclient/sessions /ramdrive/x2goclient/.x2goclient/sessions<BR>
in the startup script /opt/x2gothinclient/etc/init.d/ramdrive .<BR>
<BR>
The whole thinclient works on a read only nfs-root, so obviously changes<BR>
cannot be saved. However, I can do temporary ones due to the ramdrive.<BR>
<BR>
In my case I set x2goclient up to automatically connect to a server<BR>
specified by me.<BR>
<BR>
<BR>
The details can be found in the script linked in my blogpost mentioned<BR>
above.<BR>
<BR>
Hope that helps!<BR>
<BR>
Regards,<BR>
--<BR>
.''`. Philipp Huebner <debalance@debian.org><BR>
: :' : pgp fp: 6719 25C5 B8CD E74A 5225 3DF9 E5CA 8C49 25E4 205F<BR>
`. `'` HP: <A HREF="http://www.debalance.de">http://www.debalance.de</A>, Skype: philipp-huebner<BR>
`- ICQ: 235-524-440, Jabber: der_schakal@jabber.org<BR>
<BR>
<BR>
</FONT>
</P>
</BODY>
</HTML>