You are not logged in.
Pages: 1
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
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
Pages: 1