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