I am really confused about:

                if [ ! -e /dev/fuse ]
                then
                        if [ -x /sbin/MAKEDEV ]
                        then
                                echo "Creating fuse device..."

                                cd /dev
                                MAKEDEV fuse
                                chmod 0666 /dev/fuse
                        else
                                echo "MAKEDEV not installed, skipping device 
node creation."
                        fi
                fi


as far as I understand /dev/fuse is automatically created by kernel/udev what 
not, so it shouldn't be created with makedev. If it's not there, it's not 
there....

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1556143

Title:
  fail to upgrade fuse in xenial, in lxd

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/fuse/+bug/1556143/+subscriptions

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to