Package: fuse-utils
Version: 2.5.2-3
Severity: important

Hi,

postinst fails if -c /dev/.static/dev/fuse but ! -c /dev/fuse (with fuse
module not loaded), see the output below:

$ export DEBIAN_SCRIPT_DEBUG=1

$ sudo sh /var/lib/dpkg/info/fuse-utils.postinst upgrade
[...]
+ case "$1" in
+ echo 'creating fuse device...'
creating fuse device...
+ cd /dev
+ ./MAKEDEV fuse
+ test -f /etc/default/fuse-utils
+ echo 'creating fuse group...'
creating fuse group...
+ addgroup --system fuse
The group `fuse' already exists as a system group. Exiting...
+ '[' -c /dev/fuse ']'
+ '[' -c /dev/.static/dev/fuse ']'
+ chown root:fuse /dev/fuse
chown: cannot access `/dev/fuse': No such file or directory

exit 0
+ exit 0

$ sudo ls /dev/.static/dev/fuse -al
crw-rw---- 1 root root 10, 229 2006-03-23 10:57 /dev/.static/dev/fuse
$ sudo ls /dev/fuse -al
ls: /dev/fuse: No such file or directory

I worked around this bug loading 'fuse' module and upgrading the package
again.

Cheers,
Gustavo Franco - <[EMAIL PROTECTED]>


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to