You are not logged in.

#1 2020-03-30 03:33:55

meetmarvin
Member
Registered: 2020-03-30
Posts: 1

x2go

Can someone help me with this? I installed x2goserver and can't make it working. Thank you in advance!

~ » sudo locale-gen
Generating locales...
  en_US.UTF-8... done
Generation complete.
-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
~ » x2godbadmin --createdb
perl: warning: Setting locale failed.
perl: warning: Please check that your locale settings:
	LANGUAGE = (unset),
	LC_ALL = (unset),
	LC_TIME = "en_GB.UTF-8",
	LANG = "en_US.UTF-8"
    are supported and installed on your system.
perl: warning: Falling back to a fallback locale ("en_US.UTF-8").
DBI connect('dbname=/var/lib/x2go/x2go_sessions','',...) failed: unable to open database file at /usr/bin/x2godbadmin line 143.
backend=sqlite at /usr/bin/x2godbadmin line 143.

Offline

#2 2020-03-30 03:43:29

Trilby
Inspector Parrot
Registered: 2011-11-29
Posts: 29,525
Website

Re: x2go

You have not properly configured your locale.  But that's just a warning, the fallback will work - but still fix it as lacking locale.conf settings will break other things.

The problem is you ran the db command as a regular user, the wiki instructs to run that as root.

Last edited by Trilby (2020-03-30 03:44:45)


"UNIX is simple and coherent..." - Dennis Ritchie, "GNU's Not UNIX" -  Richard Stallman

Offline

Board footer

Powered by FluxBB