Hello list,
I have two x2go servers running windowmaker:
same version (Debian Bullseye) 4.1.0.3-5
same client configs (except hostnames of course)
Everything is ok, except that on one server "shared folders" is not mounted:
$ ls -al x2go lrwxrwxrwx 1 richard richard 49 Aug 3 2018 x2go -> /tmp/.x2go-richard/media/disk/_home_richard_x2go/
$ ls -al x2go ls: cannot access 'x2go': No such file or directory
There must be missing some Debian package I think. Anyone an idea?
R.
-- richard lucassen http://contact.xaq.nl/
Am 20.02.20 um 10:54 schrieb richard lucassen:
There must be missing some Debian package I think. Anyone an idea?
You're probably missing the fuse package, or your other server is some kind of containerized solution like LXC, where loading modules and/or the execution of mount commands is/are blocked.
-Stefan
-- BAUR-ITCS UG (haftungsbeschränkt) Geschäftsführer: Stefan Baur Eichenäckerweg 10, 89081 Ulm | Registergericht Ulm, HRB 724364 Fon/Fax 0731 40 34 66-36/-35 | USt-IdNr.: DE268653243
On Thu, 20 Feb 2020 11:21:25 +0100 Stefan Baur <X2Go-ML-1@baur-itcs.de> wrote:
There must be missing some Debian package I think. Anyone an idea?
You're probably missing the fuse package, or your other server is some kind of containerized solution like LXC, where loading modules and/or the execution of mount commands is/are blocked.
No, fuse is installed (fuse3), on both computers the same:
$ dpkg --get-selections | grep fuse fuse deinstall fuse3 install libfuse2:amd64 install libfuse3-3:amd64 install
There is no clue whatsoever in the logs AFAICS...
R.
-- richard lucassen http://contact.xaq.nl/
On Thu, 20 Feb 2020 11:25:48 +0100 richard lucassen <mailinglists@lucassen.org> wrote:
And on both computers the kernel mod "fuse" is loaded.
-- richard lucassen http://contact.xaq.nl/
On Thu, 20 Feb 2020 11:21:25 +0100 Stefan Baur <X2Go-ML-1@baur-itcs.de> wrote:
There must be missing some Debian package I think. Anyone an idea?
You're probably missing the fuse package, or your other server is some kind of containerized solution like LXC, where loading modules and/or the execution of mount commands is/are blocked.
Hmmm, there is a link called "media" and there it is:
media/disk/_home_richard_x2go/
On the x2go server there was a directory "x2go" but I removed it. The first time I started the session it was not possible to create a link "x2go" in /home/richard/ on the server. Is this cached somewhere maybe?
R.
-- richard lucassen http://contact.xaq.nl/
On Thu, 20 Feb 2020 11:34:51 +0100 richard lucassen <mailinglists@lucassen.org> wrote:
Hmmm, there is a link called "media" and there it is:
media/disk/_home_richard_x2go/
On the x2go server there was a directory "x2go" but I removed it. The first time I started the session it was not possible to create a link "x2go" in /home/richard/ on the server. Is this cached somewhere maybe?
Got it, I think I created the link myself, when logging out, there is a dangling symlink.
-- richard lucassen http://contact.xaq.nl/