On 10/21/13 10:00, x2go-user-request@lists.berlios.de wrote:
Send X2Go-User mailing list submissions to x2go-user@lists.berlios.de
To subscribe or unsubscribe via the World Wide Web, visit https://lists.berlios.de/mailman/listinfo/x2go-user or, via email, send a message with subject or body 'help' to x2go-user-request@lists.berlios.de
You can reach the person managing the list at x2go-user-owner@lists.berlios.de
When replying, please edit your Subject line so it is more specific than "Re: Contents of X2Go-User digest..."
Today's Topics:
1. Install problems session broker (Ted Barnes) 2. Re: X2Go client 4.0.0 can't resume certain sessions (Sebastian Flothow) 3. Re: [X2Go-Dev] Install problems session broker (Mike Gabriel) 4. Re: X2Go client 4.0.0 can't resume certain sessions (John Williams)
Message: 1 Date: Sun, 20 Oct 2013 14:29:56 +0000 From: Ted Barnes<madogdevelopment@gmail.com> To: x2go-user@lists.berlios.de, x2go-dev@lists.berlios.de Subject: [X2Go-User] Install problems session broker Message-ID:<5263E8E4.9060005@gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Hi All:
Am starting to experiment with x2go session broker and am running into install problems (have same trouble with daemon and x2gobroker-wsgi). I'm using Squeeze.
Initially was getting dependency issues with python-wsgi, so upgraded to python2.7.
Now am getting:
The following packages have unmet dependencies: initscripts : Breaks: console-setup (< 1.74) but 1.68+squeeze2 is to be installed keyboard-configuration : Breaks: console-setup (< 1.71) but 1.68+squeeze2 is to be installed libcups2 : Breaks: cups (< 1.5.0) but 1.4.4-7+squeeze3 is to be installed E: Broken packages root@bc:/home/soho# vserver First3 exec apt-get install x2gobroker-daemon Reading package lists... Done Building dependency tree Reading state information... Done Some packages could not be installed. This may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of Incoming. The following information may help to resolve the situation:
The following packages have unmet dependencies: initscripts : Breaks: console-setup (< 1.74) but 1.68+squeeze2 is to be installed keyboard-configuration : Breaks: console-setup (< 1.71) but 1.68+squeeze2 is to be installed libcups2 : Breaks: cups (< 1.5.0) but 1.4.4-7+squeeze3 is to be installed
Do I have to use Wheezy?
Any suggestions? Thanks!
Message: 2 Date: Mon, 21 Oct 2013 09:11:40 +0200 From: Sebastian Flothow<sebastian.flothow@gip.com> To: John Williams<jwilliams4200@gmail.com> Cc: "x2go-user@lists.berlios.de"<x2go-user@lists.berlios.de> Subject: Re: [X2Go-User] X2Go client 4.0.0 can't resume certain sessions Message-ID:<5264D3AC.5090703@gip.com> Content-Type: text/plain; charset=UTF-8; format=flowed
Am 19.10.2013 05:45, schrieb John Williams:
One thing that usually works is to restart the server process
I just had a look at /etc/init.d/x2goserver on my box, the only thing being started there is x2gocleansessions. Is this what you're referring to?
Is x2gocleansessions supposed to continue running in the background? There are no x2gocleansessions processes running on my machine right now.
- Sebastian
Message: 3 Date: Mon, 21 Oct 2013 08:03:30 +0000 From: Mike Gabriel<mike.gabriel@das-netzwerkteam.de> To: x2go-dev@lists.berlios.de Cc: x2go-user@lists.berlios.de Subject: Re: [X2Go-User] [X2Go-Dev] Install problems session broker Message-ID: <20131021080330.Horde.vMTxiO31d_BZWFOiFs6NCw2@mail.das-netzwerkteam.de>
Content-Type: text/plain; charset="utf-8"; Format="flowed"; DelSp="Yes"
Hi Ted,
On So 20 Okt 2013 16:29:56 CEST, Ted Barnes wrote:
Thanks Mike(!). That worked(!) for "x2gobroker-daemon"? Did you mean don't use "x2gobroker-wsgi" on Squeeze? Or just python-wsgilog? As always, appreciate the help...Best, Ted
Am starting to experiment with x2go session broker and am running into install problems (have same trouble with daemon and x2gobroker-wsgi). I'm using Squeeze.
Initially was getting dependency issues with python-wsgi, so upgraded to python2.7.
The session broker works with python2.6, as well. The problem was, that I forgot to provide python-wsgilog for Debian squeeze in our package archive.
This has been fixed now. Please do not use python-wsgilog that has been built for wheezy. It probably causes the troubles you described below.
[...]
Greets, Mike