According to the fuse-utils.postinst script, that it tried to invoke udev indicates that fuse has detected udev in operation and so shouldn't need to check for the existence of the script... specifically
udev=0 if grep -qE '^udev /dev' /proc/mounts; then udev=1 elif [ -d /dev/.udevdb/ -o -d /dev/.udev/ ]; then udev=1 fi if udev is still 0 after that, then the invoke-rc.d isn't done. Which one of these tests suceeded in your chroot? Tom Parker -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]