[X2go-dev] FUSE reFUSEs to install

2010-01-08 Thread John A. Sullivan III
Hello, all.  We are trying to install a Debian Lenny vserver on a CentOS
5.4 host running a custom kernel - 2.6.28.7-vs2.3.0.36.7.  We are trying
to install fuse-utils and sshfs for use wit X2Go (a great project for
those unfamiliar with it - www.x2go.org).  We keep getting:

Setting up fuse-utils (2.7.4-1.1) ...
creating fuse group...
udev active, skipping device node creation.
udev requires a mounted sysfs, 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
Errors were encountered while processing:
 fuse-utils
 sshfs

In the past, we simply created the fuse device manually and added
SECURE_MOUNT
SECURE_REMOUNT
BINARY_MOUNT
to ccapabilities

Short of giving SYS_ADMIN and running udev, how do we get this to work?
Thanks - John

___
X2go-dev mailing list
X2go-dev@lists.berlios.de
https://lists.berlios.de/mailman/listinfo/x2go-dev


[X2go-dev] Share database for multiple X2Go servers

2010-01-08 Thread John A. Sullivan III
Hello, all.  My rusty brain is gradually remembering the work we did a
year ago when we first started adapting X2Go to our environment where we
run a virtual vserver for each user so there is a one-to-one
correspondence between virtual machines and virtual desktops.

One of the important changes for our environment was to be able to run a
single database server for all the (hopefully) thousands of individual
X2Go servers.  I know tha X2GoServer-One is designed for this and uses
SQLite.  However, I would rather run a single PostgreSQL server for 2000
X2GoServer instances than running 2000 instances of SQLite on the
virtual desktop host.

We had submitted patches roughly a year ago for supporting a shared
database.  A quick look at the wrapper scripts seems to indicate they
weren't incorporated.  Is there a better way? Is this natively supported
now? Or will we need to reapply our patches to use PostgreSQL schema for
each user? Thanks and thrilled to be back on board with X2Go - John

___
X2go-dev mailing list
X2go-dev@lists.berlios.de
https://lists.berlios.de/mailman/listinfo/x2go-dev