Subject: x2goserver: After upgrade to 3.0.1-1 no connection possible Package: x2goserver Version: 3.0.1-1 Severity: normal
*** Please type your report below this line ***
Dear X2go hackers,
I use Debian Sid/unstable and I upgraded all packages to 3.0.1-1 today and I am not able to get a connection anymore.
I tried the GTK client, but hitting Ok just leaves the blue backround and nothing happens.
$ x2goclient_gtk & [1] 328 (x2goclient_gtk:328): Gdk-CRITICAL **: gdk_drawable_copy_to_image: assertion `src_x >= 0' failed ssh command: export HOSTNAME && x2golistsessions x2gostartagent 1024x768 lan 16m-jpeg-9 unix-kde-depth_32 de pc105/de 0 R TERMINAL ssh command: x2gostartagent 1024x768 lan 16m-jpeg-9 unix-kde-depth_32 de pc105/de 0 R TERMINAL
I tried TERMINAL, GNOME and /usr/bin/xclock to no avail. I did not find anything useful ~/.x2go either.
NXPROXY seems to be working.
$ nxproxy -S
NXPROXY - Version 3.3.0
Copyright (C) 2001, 2007 NoMachine. See http://www.nomachine.com/ for more information.
Info: Proxy running in client mode with pid '29935'. Session: Starting session at 'Sat Aug 1 16:03:13 2009'. Info: Waiting for connection from any host on port '4008'.
Any help is appreciated.
Bests,
Paul
-- System Information: Debian Release: squeeze/sid APT prefers unstable APT policy: (500, 'unstable'), (1, 'experimental') Architecture: i386 (x86_64)
Kernel: Linux 2.6.30-1-amd64 (SMP w/2 CPU cores) Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/bash
Versions of packages x2goserver depends on: ii lsof 4.81.dfsg.1-1 List open files ii ssh 1:5.1p1-7 secure shell client and server (me ii sudo 1.7.2-2 Provide limited super user privile ii x2goagent 3.3.0-6-1 Special NX-ized client, was develo
Versions of packages x2goserver recommends: pn sshfs <none> (no description available)
x2goserver suggests no packages.
-- no debconf information
Hello Paul.
Which database use you x2goserver? Since version 3.0.1-1 x2goserver support also sqlite. See file /etc/x2go/sql "local" is for postgres "sqlite" for sqlite
if your x2goserver use postgres, check if postgresql running. You can also reinit your database with scripts in directory /usr/lib/x2go/script/
x2gocreatebase.sh for postgresql x2gosqlite.sh for sqlite
If you want use x2goserver with sqlite, you can also install package x2goserver-home
Greetings
Paul Menzel schrieb:
Subject: x2goserver: After upgrade to 3.0.1-1 no connection possible Package: x2goserver Version: 3.0.1-1 Severity: normal
*** Please type your report below this line ***
Dear X2go hackers,
I use Debian Sid/unstable and I upgraded all packages to 3.0.1-1 today and I am not able to get a connection anymore.
I tried the GTK client, but hitting Ok just leaves the blue backround and nothing happens.
$ x2goclient_gtk & [1] 328 (x2goclient_gtk:328): Gdk-CRITICAL **: gdk_drawable_copy_to_image: assertion `src_x >= 0' failed ssh command: export HOSTNAME && x2golistsessions x2gostartagent 1024x768 lan 16m-jpeg-9 unix-kde-depth_32 de pc105/de 0 R TERMINAL ssh command: x2gostartagent 1024x768 lan 16m-jpeg-9 unix-kde-depth_32 de pc105/de 0 R TERMINAL
I tried TERMINAL, GNOME and /usr/bin/xclock to no avail. I did not find anything useful ~/.x2go either.
NXPROXY seems to be working.
$ nxproxy -S
NXPROXY - Version 3.3.0
Copyright (C) 2001, 2007 NoMachine. See http://www.nomachine.com/ for more information.
Info: Proxy running in client mode with pid '29935'. Session: Starting session at 'Sat Aug 1 16:03:13 2009'. Info: Waiting for connection from any host on port '4008'.
Any help is appreciated.
Bests,
Paul
-- System Information: Debian Release: squeeze/sid APT prefers unstable APT policy: (500, 'unstable'), (1, 'experimental') Architecture: i386 (x86_64)
Kernel: Linux 2.6.30-1-amd64 (SMP w/2 CPU cores) Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/bash
Versions of packages x2goserver depends on: ii lsof 4.81.dfsg.1-1 List open files ii ssh 1:5.1p1-7 secure shell client and server (me ii sudo 1.7.2-2 Provide limited super user privile ii x2goagent 3.3.0-6-1 Special NX-ized client, was develo
Versions of packages x2goserver recommends: pn sshfs <none> (no description available)
x2goserver suggests no packages.
-- no debconf information
X2go-dev mailing list X2go-dev@lists.berlios.de https://lists.berlios.de/mailman/listinfo/x2go-dev
-- Oleksandr Shneyder Dipl. Informatik X2go Core Developer Team
email: oleksandr.shneyder@obviously-nice.de web: www.obviously-nice.de
--> X2go - everywhere@home
Dear Oleksandr,
thanks for your answer.
Am Montag, den 03.08.2009, 08:31 +0200 schrieb Oleksandr Shneyder:
Which database use you x2goserver?
PostgreSQL.
Since version 3.0.1-1 x2goserver support also sqlite. See file /etc/x2go/sql "local" is for postgres "sqlite" for sqlite
I have "local" written in there.
if your x2goserver use postgres, check if postgresql running.
Thank you. That was the problem. Upgrading from 8.3 to 8.4 seems to have messed up my PostgreSQL installation.
Doing
$ sudo aptitude remove --purge postgresql $ sudo aptitude install postgresql
You can also reinit your database with scripts in directory /usr/lib/x2go/script/
x2gocreatebase.sh for postgresql x2gosqlite.sh for sqlite
and running x2gocreatebase.sh
did the trick for me.
Thank you again and sorry for that I did not check for the database beforehand.
Bests,
Paul
Paul Menzel schreef:
Subject: x2goserver: After upgrade to 3.0.1-1 no connection possible Package: x2goserver Version: 3.0.1-1
Severity: normal
*** Please type your report below this line ***
Dear X2go hackers,
I use Debian Sid/unstable and I upgraded all packages to 3.0.1-1 today and I am not able to get a connection anymore.
I tried the GTK client, but hitting Ok just leaves the blue backround and nothing happens.
Try to do this as another user. Do you have the same problems? Try to do this with the KDE client. Do you have the same problems?
I have also problems with the GTK client as one user. Other users work fine, KDE client works fine.
$ x2goclient_gtk & [1] 328 (x2goclient_gtk:328): Gdk-CRITICAL **: gdk_drawable_copy_to_image: assertion `src_x >= 0' failed ssh command: export HOSTNAME && x2golistsessions x2gostartagent 1024x768 lan 16m-jpeg-9 unix-kde-depth_32 de pc105/de 0 R TERMINAL ssh command: x2gostartagent 1024x768 lan 16m-jpeg-9 unix-kde-depth_32 de pc105/de 0 R TERMINAL
I tried TERMINAL, GNOME and /usr/bin/xclock to no avail. I did not find anything useful ~/.x2go either.
The GTK client puts it data in gconf so far I know. I have tried this: gconftool-2 --recursive-unset /apps/x2goclient This removes the data. Check the data with "gconf-editor" (as the normal user).
The KDE client uses ~/.x2goclient .
I found interesting information in ~/.xsession-errors.
With regards, Paul van der Vlis.
Dear Paul,
thanks for your answer. See my other reply in this thread. The problem was a non-working PostgreSQL installation.
I answer your questions none the less, so that other people reading this know what my symptoms were.
Am Montag, den 03.08.2009, 09:35 +0200 schrieb Paul van der Vlis:
Paul Menzel schreef:
Subject: x2goserver: After upgrade to 3.0.1-1 no connection possible Package: x2goserver Version: 3.0.1-1
Severity: normal
*** Please type your report below this line ***
Dear X2go hackers,
I use Debian Sid/unstable and I upgraded all packages to 3.0.1-1 today and I am not able to get a connection anymore.
I tried the GTK client, but hitting Ok just leaves the blue backround and nothing happens.
Try to do this as another user. Do you have the same problems?
Yes I had.
Try to do this with the KDE client. Do you have the same problems?
Yes it did not work either. The same as the CLI version.
I have also problems with the GTK client as one user. Other users work fine, KDE client works fine.
$ x2goclient_gtk & [1] 328 (x2goclient_gtk:328): Gdk-CRITICAL **: gdk_drawable_copy_to_image: assertion `src_x >= 0' failed ssh command: export HOSTNAME && x2golistsessions x2gostartagent 1024x768 lan 16m-jpeg-9 unix-kde-depth_32 de pc105/de 0 R TERMINAL ssh command: x2gostartagent 1024x768 lan 16m-jpeg-9 unix-kde-depth_32 de pc105/de 0 R TERMINAL
I tried TERMINAL, GNOME and /usr/bin/xclock to no avail. I did not find anything useful ~/.x2go either.
The GTK client puts it data in gconf so far I know. I have tried this: gconftool-2 --recursive-unset /apps/x2goclient This removes the data. Check the data with "gconf-editor" (as the normal user).
The KDE client uses ~/.x2goclient .
I found interesting information in ~/.xsession-errors.
There were none in mine.
Thanks,
Paul