[Bug 1556143] Re: fail to upgrade fuse in xenial, in lxd

Dimitri John Ledkov launchpad at surgut.co.uk
Fri Mar 11 15:33:00 UTC 2016


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
Foundations Bugs, which is subscribed to fuse in Ubuntu.
https://bugs.launchpad.net/bugs/1556143

Title:
  fail to upgrade fuse in xenial, in lxd

Status in fuse package in Ubuntu:
  New
Status in lxd package in Ubuntu:
  Invalid

Bug description:
  # apt install fuse
  Reading package lists... Done
  Building dependency tree       
  Reading state information... Done
  The following additional packages will be installed:
    libfuse2
  The following packages will be upgraded:
    fuse libfuse2
  2 upgraded, 0 newly installed, 0 to remove and 111 not upgraded.
  Need to get 110 kB of archives.
  After this operation, 1024 B of additional disk space will be used.
  Do you want to continue? [Y/n] Y
  Get:1 http://ports.ubuntu.com/ubuntu-ports xenial/main s390x fuse s390x 2.9.4-1ubuntu2 [24.5 kB]
  Get:2 http://ports.ubuntu.com/ubuntu-ports xenial/main s390x libfuse2 s390x 2.9.4-1ubuntu2 [85.4 kB]
  Fetched 110 kB in 0s (167 kB/s)     
  (Reading database ... 26065 files and directories currently installed.)
  Preparing to unpack .../fuse_2.9.4-1ubuntu2_s390x.deb ...
  Unpacking fuse (2.9.4-1ubuntu2) over (2.9.4-1ubuntu1) ...
  Preparing to unpack .../libfuse2_2.9.4-1ubuntu2_s390x.deb ...
  Unpacking libfuse2:s390x (2.9.4-1ubuntu2) over (2.9.4-1ubuntu1) ...
  Processing triggers for man-db (2.7.5-1) ...
  Processing triggers for libc-bin (2.21-0ubuntu6) ...
  Setting up libfuse2:s390x (2.9.4-1ubuntu2) ...
  Setting up fuse (2.9.4-1ubuntu2) ...
  Creating fuse device...
  mknod: fuse-: Operation not permitted
  makedev fuse c 10 229 root root 0660: failed
  chmod: cannot access '/dev/fuse': No such file or directory
  dpkg: error processing package fuse (--configure):
   subprocess installed post-installation script returned error exit status 1
  Processing triggers for libc-bin (2.21-0ubuntu6) ...
  Errors were encountered while processing:
   fuse
  E: Sub-process /usr/bin/dpkg returned an error code (1)


  In an lxd container (beta-1, installing fuse latest).

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



More information about the foundations-bugs mailing list