Installed x2go from dashboard and when I try to connect I get x2golistsessions: command not found, which I’ve come to understand means that x2go is not installed on the server. Dashboard shows it as installed, I’ve reinstalled multiple times and nothing. ps -ef | grep x2go shows nothing and I’m out of things to try.
It’s possible a dpkg error prevented apt from running. Not sure…
You can confirm that x2go is indeed installed by running these commands:
apt-get install x2goserver x2goserver-xsession xfce4
you were correct. I got “dpkg was interrupted, you must manually run sudo dpkg --configure -a to correct the problem.” Ran the command and all is well now. Much appreciated.
1 Like
Glad to hear cause I just did a fresh install of x2go without issues