Subject: FUSE reFUSEs to install
From: "John A. Sullivan III" <jsullivan@opensourcedevel.com>
Date: Fri, 15 Jan 2010 05:09:45 -0500

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