LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Debian (https://www.linuxquestions.org/questions/debian-26/)
-   -   debian openvz containers cannot handle x2go -- no hotplug support? (https://www.linuxquestions.org/questions/debian-26/debian-openvz-containers-cannot-handle-x2go-no-hotplug-support-873819/)

gnuweenie 04-08-2011 01:55 PM

debian openvz containers cannot handle x2go -- no hotplug support?
 
I tried installing x2go on an OpenVZ container running Debian 5.0 (lenny) w/ kernel 2.6.18.

After adding the repository, these are the steps:
Code:

  $ gpg --keyserver pool.sks-keyservers.net --recv-keys C509840B96F89133
  $ gpg -a --export C509840B96F89133 | apt-key add -
  $ aptitude install x2goserver-one

The end of the aptitude output looks like this:
Code:

update-rc.d: warning: /etc/init.d/x2goserver missing LSB information
update-rc.d: see <http://wiki.debian.org/LSBInitScripts>
Starting x2goserver: x2goserver.
Errors were encountered while processing:
 fuse-utils
 sshfs
 x2goserver-one
E: Sub-process /usr/bin/dpkg returned an error code (1)
A package failed to install.  Trying to recover:
Setting up fuse-utils (2.7.4-1.1+lenny1) ...
creating fuse group...
udev active, skipping device node creation.
udev requires hotplug support, not started. failed!
 failed!
invoke-rc.d: initscript udev, action "reload" failed.
dpkg: error processing fuse-utils (--configure):
 subprocess post-installation script returned error exit status 1
dpkg: dependency problems prevent configuration of sshfs:
 sshfs depends on fuse-utils (>= 2.7); however:
  Package fuse-utils is not configured yet.
dpkg: error processing sshfs (--configure):
 dependency problems - leaving unconfigured
dpkg: dependency problems prevent configuration of x2goserver-one:
 x2goserver-one depends on sshfs; however:
  Package sshfs is not configured yet.
dpkg: error processing x2goserver-one (--configure):
 dependency problems - leaving unconfigured
Errors were encountered while processing:
 fuse-utils
 sshfs
 x2goserver-one
Reading package lists... Done
Building dependency tree
Reading state information... Done
Reading extended state information
Initializing package states... Done
Writing extended state information... Done

I have the impression from a similar ubuntu thread that the problem is essentially a consequence of being in the sheltered virtual environment of a VPS container, which perhaps denies hardware access. Has anyone seen x2go work on a VPS?

gnuweenie 04-09-2011 05:27 AM

Got my answer -- fuse has been broken in Debian 5.0 openvz containers, by design (there is
no intent to fix
)


All times are GMT -5. The time now is 12:06 PM.