Re: [X2Go-Dev] X2Go Session Broker development release 0.0.0.3 - happy testing

2013-02-27 Thread Anders Bruun Olsen
On a freshly installed Ubuntu 12.04: abo@x2go-broker:~$ sudo aptitude install x2gobroker-daemon The following NEW packages will be installed: libpq5{a} python-cheetah{a} python-egenix-mxdatetime{a} python-egenix-mxtools{a} python-flup{a} python-netaddr{a} python-pampy{a} python-psycopg2{a}

[X2Go-Dev] Bug#124: x2gobroker-authservice cannot be uninstalled, bug in init script

2013-02-27 Thread Mike Gabriel
Package: x2gobroker Version: 0.0.0.3 Severity: grave forwarding to X2Go BTS... - Weitergeleitete Nachricht von a...@dsl.dk - Datum: Wed, 27 Feb 2013 10:43:24 +0100 Von: Anders Bruun Olsen a...@dsl.dk Antwort an: x2go-dev@lists.berlios.de Betreff: Re: [X2Go-Dev] X2Go

[X2Go-Dev] Processed: Re: Bug#124: x2gobroker-authservice cannot be uninstalled, bug in init script

2013-02-27 Thread X2Go Bug Tracking System
Processing commands for cont...@bugs.x2go.org: tag #124 pending Bug #124 [x2gobroker] x2gobroker-authservice cannot be uninstalled, bug in init script Added tag(s) pending. thanks Stopping processing here. Please contact me if you need assistance. -- 124:

[X2Go-Dev] Bug#124: x2gobroker-authservice cannot be uninstalled, bug in init script

2013-02-27 Thread Mike Gabriel
tag #124 pending thanks HI Anders, - Weitergeleitete Nachricht von a...@dsl.dk - Datum: Wed, 27 Feb 2013 10:43:24 +0100 Von: Anders Bruun Olsen a...@dsl.dk Antwort an: x2go-dev@lists.berlios.de Betreff: Re: [X2Go-Dev] X2Go Session Broker development release 0.0.0.3 -

[X2Go-Dev] Bug#124: Issue solved in X2Go Session Broker 0.0.0.4

2013-02-27 Thread Mike Gabriel
close #124 thanks This issue has been solved in X2Go Session Broker 0.0.0.4. Greets, Mike -- DAS-NETZWERKTEAM mike gabriel, rothenstein 5, 24214 neudorf-bornstein fon: +49 (1520) 1976 148 GnuPG Key ID 0x25771B31 mail: mike.gabr...@das-netzwerkteam.de, http://das-netzwerkteam.de freeBusy:

[X2Go-Dev] Processed: Issue solved in X2Go Session Broker 0.0.0.4

2013-02-27 Thread X2Go Bug Tracking System
Processing commands for cont...@bugs.x2go.org: close #124 Bug #124 [x2gobroker] x2gobroker-authservice cannot be uninstalled, bug in init script Marked Bug as done thanks Stopping processing here. Please contact me if you need assistance. -- 124:

Re: [X2Go-Dev] X2Go Session Broker development release 0.0.0.3 - happy testing

2013-02-27 Thread Anders Bruun Olsen
There is a missing dependency: abo@x2go-broker:~$ sudo x2gobroker-keygen Traceback (most recent call last): File /usr/sbin/x2gobroker-keygen, line 30, in module import paramiko ImportError: No module named paramiko Solution: Add python-paramiko as dependency in x2gobroker. 2013/2/27

Re: [X2Go-Dev] X2Go Session Broker development release 0.0.0.3 - happy testing

2013-02-27 Thread Mike Gabriel
Hi Anders, On Mi 27 Feb 2013 13:47:20 CET Anders Bruun Olsen wrote: 2013/2/21 Mike Gabriel mike.gabr...@das-netzwerkteam.de Setting up the X2Go Servers ts01.intern, ts02.intern, ... --**--- Installing the standalone X2Go Session Broker

Re: [X2Go-Dev] X2Go Session Broker development release 0.0.0.3 - happy testing

2013-02-27 Thread Anders Bruun Olsen
A couple of problems and comments: 1. When enabling debugging you need to set X2GOBROKER_DEBUG=1 in /etc/default/x2gobroker-daemon, but this isn't specified in the file. It should be in the file, just commented out or set to 0. 2. Where you need to set the key file, it says

Re: [X2Go-Dev] X2Go Session Broker development release 0.0.0.3 - happy testing

2013-02-27 Thread Mike Gabriel
Hi Anders, On Mi 27 Feb 2013 13:29:57 CET Anders Bruun Olsen wrote: There is a missing dependency: abo@x2go-broker:~$ sudo x2gobroker-keygen Traceback (most recent call last): File /usr/sbin/x2gobroker-keygen, line 30, in module import paramiko ImportError: No module named paramiko

Re: [X2Go-Dev] X2Go Session Broker development release 0.0.0.3 - happy testing

2013-02-27 Thread Mike Gabriel
Hi Anders, On Mi 27 Feb 2013 15:23:39 CET Anders Bruun Olsen wrote: 1. When enabling debugging you need to set X2GOBROKER_DEBUG=1 in /etc/default/x2gobroker-daemon, but this isn't specified in the file. It should be in the file, just commented out or set to 0. The X2GOBROKER_DEBUG is in

[X2Go-Dev] nxagent dependency problem on CentOS and SL

2013-02-27 Thread Mike Gabriel
Hi Jan, I guess, this one is yours... http://serverfault.com/questions/482596/centos-6-x2go-dependancy-issues-when-trying-to-run-yum-update Greets, Mike -- DAS-NETZWERKTEAM mike gabriel, rothenstein 5, 24214 neudorf-bornstein fon: +49 (1520) 1976 148 GnuPG Key ID 0x25771B31 mail:

Re: [X2Go-Dev] nxagent dependency problem on CentOS and SL

2013-02-27 Thread Jan Engelhardt
On Wednesday 2013-02-27 16:38, Mike Gabriel wrote: Hi Jan, I guess, this one is yours... http://serverfault.com/questions/482596/centos-6-x2go-dependancy-issues-when-trying-to-run-yum-update Already fixed yesterday. ___ X2Go-Dev mailing list

Re: [X2Go-Dev] [PATCH] build: avoid using install -o/-g

2013-02-27 Thread Mike Gabriel
Hi Jan, On Sa 16 Feb 2013 17:35:59 CET Jan Engelhardt wrote: On Saturday 2013-02-16 17:17, Mike Gabriel wrote: The -o and -g options cause installation failure in unprivileged build environments, and provide no benefit for root either, because files will be owned by the installing user