I have a new x2go server setup on a Red Hat 6.3 system. When I try to connect to it I get the following: Connection failed DBI connect('dbname=/home/x2gouser/x2go_sessions','',...) failed: unable to open database file at /usr/lib64/x2go/x2gosqlitewrapper.pl line 89 [limit users] at /usr/lib64/x2go/x2gosqlitewrapper.pl line 89.
On the server, I tried to do a x2godbadmin --createdb and I got: Can not find user (x2gouser)
So, I added user x2gouser and redid the x2godbadmin. Now I get the error above.
I normally run Debian machines and have never had to do the adduser or x2godbadmin that I can remember.
What do I need to do to get the x2go server working?
Brent
Hi Brent,
On Fr 16 Jan 2015 15:13:21 CET, Brent S. Elmer Ph.D. wrote:
I have a new x2go server setup on a Red Hat 6.3 system. When I try to connect to it I get the following: Connection failed DBI connect('dbname=/home/x2gouser/x2go_sessions','',...) failed: unable to open database file at /usr/lib64/x2go/x2gosqlitewrapper.pl line 89 [limit users] at /usr/lib64/x2go/x2gosqlitewrapper.pl line 89.
On the server, I tried to do a x2godbadmin --createdb and I got: Can not find user (x2gouser)
So, I added user x2gouser and redid the x2godbadmin. Now I get the error above.
I normally run Debian machines and have never had to do the adduser or x2godbadmin that I can remember.
What do I need to do to get the x2go server working?
Brent
From what packaging source did you obtain your X2Go Server packages?
This should normally be all automatized during package installation.
Mike
--
DAS-NETZWERKTEAM mike gabriel, herweg 7, 24357 fleckeby fon: +49 (1520) 1976 148
GnuPG Key ID 0x25771B31 mail: mike.gabriel@das-netzwerkteam.de, http://das-netzwerkteam.de
freeBusy: https://mail.das-netzwerkteam.de/freebusy/m.gabriel%40das-netzwerkteam.de.xf...
On Mon, 2015-01-19 at 05:07 +0000, Mike Gabriel wrote:
Hi Brent,
On Fr 16 Jan 2015 15:13:21 CET, Brent S. Elmer Ph.D. wrote:
I have a new x2go server setup on a Red Hat 6.3 system. When I try to connect to it I get the following: Connection failed DBI connect('dbname=/home/x2gouser/x2go_sessions','',...) failed: unable to open database file at /usr/lib64/x2go/x2gosqlitewrapper.pl line 89 [limit users] at /usr/lib64/x2go/x2gosqlitewrapper.pl line 89.
On the server, I tried to do a x2godbadmin --createdb and I got: Can not find user (x2gouser)
So, I added user x2gouser and redid the x2godbadmin. Now I get the error above.
I normally run Debian machines and have never had to do the adduser or x2godbadmin that I can remember.
What do I need to do to get the x2go server working?
Brent
From what packaging source did you obtain your X2Go Server packages?
This should normally be all automatized during package installation.Mike
It has always been my experience on Debian that everything was automatized on installation. I looked on the x2go Redhat Enterprise Linux installation instruction page and did the instructions for using EPEL and also added x2go repository. I should have probably just done the EPEL part. Anyhow, since both were enabled I not sure which one it will get. Here is what it shows for x2goserver:
# yum info x2goserver Loaded plugins: product-id, refresh-packagekit, rhui-lb, security, subscription-manager This system is not registered to Red Hat Subscription Management. You can use subscription-manager to register. Installed Packages Name : x2goserver Arch : x86_64 Version : 4.0.1.18 Release : 0.0x2go1.1.git20141006.949.main.el6 Size : 264 k Repo : installed
From repo : x2go-releases Summary : X2Go Server URL : http://www.x2go.org License : GPLv2+ Description : X2Go is a server based computing environment with : - session resuming : - low bandwidth support : - session brokerage support : - client side mass storage mounting support : - audio support : - authentication by smartcard and USB stick : : This package contains the main daemon and tools for X2Go server-side session : administrations.
Should I disable one or the other and reinstall or what?
Brent
On Mon, 2015-01-19 at 05:07 +0000, Mike Gabriel wrote:
Hi Brent,
On Fr 16 Jan 2015 15:13:21 CET, Brent S. Elmer Ph.D. wrote:
I have a new x2go server setup on a Red Hat 6.3 system. When I try to connect to it I get the following: Connection failed DBI connect('dbname=/home/x2gouser/x2go_sessions','',...) failed: unable to open database file at /usr/lib64/x2go/x2gosqlitewrapper.pl line 89 [limit users] at /usr/lib64/x2go/x2gosqlitewrapper.pl line 89.
On the server, I tried to do a x2godbadmin --createdb and I got: Can not find user (x2gouser)
So, I added user x2gouser and redid the x2godbadmin. Now I get the error above.
I normally run Debian machines and have never had to do the adduser or x2godbadmin that I can remember.
What do I need to do to get the x2go server working?
Brent
From what packaging source did you obtain your X2Go Server packages?
This should normally be all automatized during package installation.Mike
I tried a reinstall of x2goserver to see if that would set things up properly. Now when I try to connect, I get the following: Connection failed DBD::SQLite::db prepare failed: no such table: sessions at /usr/lib64/x2go/x2gosqlitewrapper.pl line 467. Can't call method "execute" on an undefined value at /usr/lib64/x2go/x2gosqlitewrapper.pl line 475.
It is like nothing is getting set up during the install. I do not see any failure messages. I am just doing yum install x2goserver.
Brent
On Mon, 2015-01-19 at 05:07 +0000, Mike Gabriel wrote:
Hi Brent,
On Fr 16 Jan 2015 15:13:21 CET, Brent S. Elmer Ph.D. wrote:
I have a new x2go server setup on a Red Hat 6.3 system. When I try to connect to it I get the following: Connection failed DBI connect('dbname=/home/x2gouser/x2go_sessions','',...) failed: unable to open database file at /usr/lib64/x2go/x2gosqlitewrapper.pl line 89 [limit users] at /usr/lib64/x2go/x2gosqlitewrapper.pl line 89.
On the server, I tried to do a x2godbadmin --createdb and I got: Can not find user (x2gouser)
So, I added user x2gouser and redid the x2godbadmin. Now I get the error above.
I normally run Debian machines and have never had to do the adduser or x2godbadmin that I can remember.
What do I need to do to get the x2go server working?
Brent
From what packaging source did you obtain your X2Go Server packages?
This should normally be all automatized during package installation.Mike
I removed the x2go repo and removed x2goserver. Then I installed x2goserver from epel. The x2go version in epel is older 4.0.1.15-2.el6 than the one in the x2go repo 4.0.1.18-0.0x2go1.1.git20141006.949. The x2goserver from epel worked. I can now connect to my server. I'm not sure what is going on with the x2go repo version.
Brent
On 01/20/2015 10:12 AM, Brent S. Elmer Ph.D. wrote:
I removed the x2go repo and removed x2goserver. Then I installed x2goserver from epel. The x2go version in epel is older 4.0.1.15-2.el6 than the one in the x2go repo 4.0.1.18-0.0x2go1.1.git20141006.949. The x2goserver from epel worked. I can now connect to my server. I'm not sure what is going on with the x2go repo version.
There is a newer version in epel-testing, if you'd like to give that a try.
-- Orion Poplawski Technical Manager 303-415-9701 x222 NWRA, Boulder/CoRA Office FAX: 303-415-9702 3380 Mitchell Lane orion@nwra.com Boulder, CO 80301 http://www.nwra.com