Hi!
We are using x2go at our cloud-based project and we need to disable the saving of a session on the x2goserver. I can't find any infos about this in the documentation or in the wiki, is this possible?
Thanks in advance for a reply.
-- Mit freundlichem Gruß Christian Fischer
Hi,
implementing this shouldn't be too complicated. The consequence is, that the session is also terminated if the connection is lost. But again, working around this -- terminating when the connection is lost for 5 min -- should be doable, too.
Cheers Morty
On 2011-06-27 18:07, Christian Fischer wrote:
Hi!
We are using x2go at our cloud-based project and we need to disable the saving of a session on the x2goserver. I can't find any infos about this in the documentation or in the wiki, is this possible?
Thanks in advance for a reply.
-- Dipl.-Ing. Moritz 'Morty' Struebe (Wissenschaftlicher Mitarbeiter) Lehrstuhl für Informatik 4 (Verteilte Systeme und Betriebssysteme) Friedrich-Alexander-Universität Erlangen-Nürnberg Martensstr. 1 91058 Erlangen
Tel : +49 9131 85-25419 Fax : +49 9131 85-28732 eMail : struebe@informatik.uni-erlangen.de WWW : http://www4.informatik.uni-erlangen.de/~morty
Hi,
On Mo 27 Jun 2011 18:07:15 CEST Christian Fischer wrote:
Hi!
We are using x2go at our cloud-based project and we need to disable the saving of a session on the x2goserver. I can't find any infos about this in the documentation or in the wiki, is this possible?
Thanks in advance for a reply.
What about mounting a tmpfs on $HOME/.x2go on session
authentication/authorization (pam/ssh)? I have not thought about this
more deeply, is there a fusefs solution that joins fuse+tmpfs???
Just a very quick thought...
Mike
--
DAS-NETZWERKTEAM mike gabriel, dorfstr. 27, 24245 barmissen fon: +49 (4302) 281418, fax: +49 (4302) 281419
GnuPG Key ID 0xB588399B mail: mike.gabriel@das-netzwerkteam.de, http://das-netzwerkteam.de
freeBusy: https://mail.das-netzwerkteam.de/freebusy/m.gabriel%40das-netzwerkteam.de.xf...
On 2011-06-28 16:31, Mike Gabriel wrote:
On Mo 27 Jun 2011 18:07:15 CEST Christian Fischer wrote:
Hi!
We are using x2go at our cloud-based project and we need to disable the saving of a session on the x2goserver. I can't find any infos about this in the documentation or in the wiki, is this possible?
Thanks in advance for a reply.
What about mounting a tmpfs on $HOME/.x2go on session authentication/authorization (pam/ssh)? I have not thought about this more deeply, is there a fusefs solution that joins fuse+tmpfs???
Christian: Are you talking about suspending, oder the session profile?
Morty
-- Dipl.-Ing. Moritz 'Morty' Struebe (Wissenschaftlicher Mitarbeiter) Lehrstuhl für Informatik 4 (Verteilte Systeme und Betriebssysteme) Friedrich-Alexander-Universität Erlangen-Nürnberg Martensstr. 1 91058 Erlangen
Tel : +49 9131 85-25419 Fax : +49 9131 85-28732 eMail : struebe@informatik.uni-erlangen.de WWW : http://www4.informatik.uni-erlangen.de/~morty
Hi!
Thanks for your replys.
"Disable session saving" wasn't very clear, sorry. We need to disable the suspending of a session so a user is not able to suspend a session in the x2goclient.
-- Mit freundlichem Gruß Christian Fischer
Am 28.06.2011 16:46, schrieb Moritz Struebe:
On 2011-06-28 16:31, Mike Gabriel wrote:
On Mo 27 Jun 2011 18:07:15 CEST Christian Fischer wrote:
Hi!
We are using x2go at our cloud-based project and we need to disable the saving of a session on the x2goserver. I can't find any infos about this in the documentation or in the wiki, is this possible?
Thanks in advance for a reply.
What about mounting a tmpfs on $HOME/.x2go on session authentication/authorization (pam/ssh)? I have not thought about this more deeply, is there a fusefs solution that joins fuse+tmpfs???
Christian: Are you talking about suspending, oder the session profile?
Morty
X2go-Dev mailing list X2go-Dev@lists.berlios.de https://lists.berlios.de/mailman/listinfo/x2go-dev
On 2011-06-29 12:31, Christian Fischer wrote:
We need to disable the suspending of a session so a user is not able to suspend a session in the x2goclient.
Hi,
ah ok. Parsing x2golistsessions_root schould do the job. Is seems though, that it is broken since the port to suid-perl. Fixing this shouldn't be too difficult, though.
Cheers Morty
-- Dipl.-Ing. Moritz 'Morty' Struebe (Wissenschaftlicher Mitarbeiter) Lehrstuhl für Informatik 4 (Verteilte Systeme und Betriebssysteme) Friedrich-Alexander-Universität Erlangen-Nürnberg Martensstr. 1 91058 Erlangen
Tel : +49 9131 85-25419 Fax : +49 9131 85-28732 eMail : struebe@informatik.uni-erlangen.de WWW : http://www4.informatik.uni-erlangen.de/~morty
Hi Christian,
On Mi 29 Jun 2011 12:31:57 CEST Christian Fischer wrote:
Hi!
Thanks for your replys.
"Disable session saving" wasn't very clear, sorry. We need to disable the suspending of a session so a user is not able to suspend a session in the x2goclient.
a dirty and very easy hack would be to remove x2gosuspend-session
script on the server and symlink it to x2goterminate-session. However,
this is untested.
Greets, Mike
--
DAS-NETZWERKTEAM mike gabriel, dorfstr. 27, 24245 barmissen fon: +49 (4302) 281418, fax: +49 (4302) 281419
GnuPG Key ID 0xB588399B mail: mike.gabriel@das-netzwerkteam.de, http://das-netzwerkteam.de
freeBusy: https://mail.das-netzwerkteam.de/freebusy/m.gabriel%40das-netzwerkteam.de.xf...
On 2011-06-29 13:22, Mike Gabriel wrote:
Hi Christian,
On Mi 29 Jun 2011 12:31:57 CEST Christian Fischer wrote:
Hi!
Thanks for your replys.
"Disable session saving" wasn't very clear, sorry. We need to disable the suspending of a session so a user is not able to suspend a session in the x2goclient.
a dirty and very easy hack would be to remove x2gosuspend-session script on the server and symlink it to x2goterminate-session. However, this is untested.
Won't work on connection loss.
Cheers Morty
-- Dipl.-Ing. Moritz 'Morty' Struebe (Wissenschaftlicher Mitarbeiter) Lehrstuhl für Informatik 4 (Verteilte Systeme und Betriebssysteme) Friedrich-Alexander-Universität Erlangen-Nürnberg Martensstr. 1 91058 Erlangen
Tel : +49 9131 85-25419 Fax : +49 9131 85-28732 eMail : struebe@informatik.uni-erlangen.de WWW : http://www4.informatik.uni-erlangen.de/~morty
Hi,
On Mi 29 Jun 2011 13:46:06 CEST Moritz Struebe wrote:
On 2011-06-29 13:22, Mike Gabriel wrote:
Hi Christian,
"Disable session saving" wasn't very clear, sorry. We need to disable the suspending of a session so a user is not able to suspend a session in the x2goclient.
a dirty and very easy hack would be to remove x2gosuspend-session script on the server and symlink it to x2goterminate-session. However, this is untested.
Won't work on connection loss.
So for this, one should add some code to x2gocleansessions (call
x2goterminate-session on every suspended session every five minutes...).
Mike
--
DAS-NETZWERKTEAM mike gabriel, dorfstr. 27, 24245 barmissen fon: +49 (4302) 281418, fax: +49 (4302) 281419
GnuPG Key ID 0xB588399B mail: mike.gabriel@das-netzwerkteam.de, http://das-netzwerkteam.de
freeBusy: https://mail.das-netzwerkteam.de/freebusy/m.gabriel%40das-netzwerkteam.de.xf...
Hi,
thanks again for your replies. Removing x2gosuspend-session and and symlink it to x2goterminate-session did the trick. Will try to get a proper solution for the connection loss problem, but that's prio 2.
Ah, and sorry for posting this question in the x2go-dev Mailinglist. After i've send the mail i found the x2go-user Mailinglist :-) Maybe
http://www.x2go.org/index.php?id=9
should be updated with the other mailinglists available.
-- Christian Fischer
Am 29.06.2011 13:50, schrieb Mike Gabriel:
Hi,
On Mi 29 Jun 2011 13:46:06 CEST Moritz Struebe wrote:
On 2011-06-29 13:22, Mike Gabriel wrote:
Hi Christian,
"Disable session saving" wasn't very clear, sorry. We need to disable the suspending of a session so a user is not able to suspend a session in the x2goclient.
a dirty and very easy hack would be to remove x2gosuspend-session script on the server and symlink it to x2goterminate-session. However, this is untested.
Won't work on connection loss.
So for this, one should add some code to x2gocleansessions (call x2goterminate-session on every suspended session every five minutes...).
Mike
X2go-Dev mailing list X2go-Dev@lists.berlios.de https://lists.berlios.de/mailman/listinfo/x2go-dev
Hi,
On Do 30 Jun 2011 18:16:35 CEST Christian Fischer wrote:
After i've send the mail i found the x2go-user Mailinglist :-) Maybe
http://www.x2go.org/index.php?id=9
should be updated with the other mailinglists available.
Regarding the site www.x2go.org, Heinz is preparing some surprise for
us that will be launched with Baikal ;-)
Mike
--
DAS-NETZWERKTEAM mike gabriel, dorfstr. 27, 24245 barmissen fon: +49 (4302) 281418, fax: +49 (4302) 281419
GnuPG Key ID 0xB588399B mail: mike.gabriel@das-netzwerkteam.de, http://das-netzwerkteam.de
freeBusy: https://mail.das-netzwerkteam.de/freebusy/m.gabriel%40das-netzwerkteam.de.xf...
Hi again,
On Do 30 Jun 2011 18:16:35 CEST Christian Fischer wrote:
Hi,
thanks again for your replies. Removing x2gosuspend-session and and symlink it to x2goterminate-session did the trick. Will try to get a proper solution for the connection loss problem, but that's prio 2.
Whatever you come up with, share it with us (as patches?!?)...
Mike
--
DAS-NETZWERKTEAM mike gabriel, dorfstr. 27, 24245 barmissen fon: +49 (4302) 281418, fax: +49 (4302) 281419
GnuPG Key ID 0xB588399B mail: mike.gabriel@das-netzwerkteam.de, http://das-netzwerkteam.de
freeBusy: https://mail.das-netzwerkteam.de/freebusy/m.gabriel%40das-netzwerkteam.de.xf...