It looks like you're new here. If you want to get involved, click one of these buttons!
Sign In RegisterIt looks like you're new here. If you want to get involved, click one of these buttons!
I saw here that fuse was not supported.
/run/udev or .udevdb or .udev presence implies active udev. Aborting MAKEDEV invocation.
chmod: cannot access '/dev/fuse': No such file or directory
dpkg: error processing package fuse (--configure):
subprocess installed post-installation script returned error exit status 1
Errors were encountered while processing:
fuse
E: Sub-process /usr/bin/dpkg returned an error code (1)
Comments
could you provide us with an OS you are using? Because we didn't manage to recreate an issue with Ubuntu 16.04.
"Install GNOME Desktop Environment & VNC Server" tutorial have been tested before it was published and no issues occurred.
I'm using debian 8.5. I only installed openVPN and proftpd after the OS was deployed on the VPS.
Thank you for your quick response
we managed to recreate this issue. It occurs because we do not support FUSE and "fuse" folder do not exist in server. However you can bypass it by creating it with:
touch /dev/fuse
When executing this command before "apt-get install xfce4" installation process do not face any issue.