LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Errors were encountered while processing: fuse (https://www.linuxquestions.org/questions/linux-newbie-8/errors-were-encountered-while-processing-fuse-4175600074/)

vyash 02-18-2017 10:35 AM

Errors were encountered while processing: fuse
 
Hello, i am trying to install curlftpfs but it gives an error.
Does someone have a solution for this?

This is is the output see when i try to install it.
Code:

sudo apt-get install curlftpfs
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following extra packages will be installed:
  fuse libcurl3-gnutls librtmp1 libssh2-1
The following NEW packages will be installed:
  curlftpfs fuse libcurl3-gnutls librtmp1 libssh2-1
0 upgraded, 5 newly installed, 0 to remove and 0 not upgraded.
Need to get 468 kB/538 kB of archives.
After this operation, 1154 kB of additional disk space will be used.
Do you want to continue? [Y/n] y
Get:1 http://debian.mirror.serveriai.lt/debian/ jessie/main librtmp1 amd64 2.4+2                                                                                0150115.gita107cef-1 [59.8 kB]
Get:2 http://debian.mirror.serveriai.lt/debian/ jessie/main libssh2-1 amd64 1.4.                                                                                3-4.1+deb8u1 [125 kB]
Get:3 http://debian.mirror.serveriai.lt/debian/ jessie/main libcurl3-gnutls amd6                                                                                4 7.38.0-4+deb8u5 [252 kB]
Get:4 http://debian.mirror.serveriai.lt/debian/ jessie/main curlftpfs amd64 0.9.                                                                                2-9~deb8u1 [31.0 kB]
Fetched 468 kB in 0s (9611 kB/s)
Selecting previously unselected package librtmp1:amd64.
(Reading database ... 26619 files and directories currently installed.)
Preparing to unpack .../librtmp1_2.4+20150115.gita107cef-1_amd64.deb ...
Unpacking librtmp1:amd64 (2.4+20150115.gita107cef-1) ...
Selecting previously unselected package libssh2-1:amd64.
Preparing to unpack .../libssh2-1_1.4.3-4.1+deb8u1_amd64.deb ...
Unpacking libssh2-1:amd64 (1.4.3-4.1+deb8u1) ...
Selecting previously unselected package libcurl3-gnutls:amd64.
Preparing to unpack .../libcurl3-gnutls_7.38.0-4+deb8u5_amd64.deb ...
Unpacking libcurl3-gnutls:amd64 (7.38.0-4+deb8u5) ...
Selecting previously unselected package fuse.
Preparing to unpack .../fuse_2.9.3-15+deb8u2_amd64.deb ...
Unpacking fuse (2.9.3-15+deb8u2) ...
Selecting previously unselected package curlftpfs.
Preparing to unpack .../curlftpfs_0.9.2-9~deb8u1_amd64.deb ...
Unpacking curlftpfs (0.9.2-9~deb8u1) ...
Processing triggers for man-db (2.7.0.2-5) ...
Setting up librtmp1:amd64 (2.4+20150115.gita107cef-1) ...
Setting up libssh2-1:amd64 (1.4.3-4.1+deb8u1) ...
Setting up libcurl3-gnutls:amd64 (7.38.0-4+deb8u5) ...
Setting up fuse (2.9.3-15+deb8u2) ...
Creating fuse device...
/run/udev or .udevdb or .udev presence implies active udev.  Aborting MAKEDEV in                                                                                vocation.
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
dpkg: dependency problems prevent configuration of curlftpfs:
 curlftpfs depends on fuse; however:
  Package fuse is not configured yet.

dpkg: error processing package curlftpfs (--configure):
 dependency problems - leaving unconfigured
Processing triggers for libc-bin (2.19-18+deb8u7) ...
Errors were encountered while processing:
 fuse
 curlftpfs
E: Sub-process /usr/bin/dpkg returned an error code (1)

This is my distro:

Code:

PRETTY_NAME="Debian GNU/Linux 8 (jessie)"
NAME="Debian GNU/Linux"
VERSION_ID="8"
VERSION="8 (jessie)"
ID=debian
HOME_URL="http://www.debian.org/"
SUPPORT_URL="http://www.debian.org/support"
BUG_REPORT_URL="https://bugs.debian.org/"

Code:

Linux vps 2.6.32-042stab120.18 #1 SMP Fri Jan 13 10:32:04 MSK 2017 x86_64 GNU/Linux

r3sistance 02-18-2017 01:49 PM

The meaningful line here is:

Quote:

chmod: cannot access '/dev/fuse': No such file or directory
Looks to me like /dev/fuse failed to be created or something like that.

A quick browsing on googles suggest a conflict between Madedev and udev is most responsible for this but not familiar enough with debian to advise on the best way to fix that. Certainly we can see on the previous line an indication of this

Quote:

/run/udev or .udevdb or .udev presence implies active udev. Aborting MAKEDEV in

vyash 02-18-2017 02:25 PM

Quote:

Originally Posted by r3sistance (Post 5672730)
The meaningful line here is:



Looks to me like /dev/fuse failed to be created or something like that.

A quick browsing on googles suggest a conflict between Madedev and udev is most responsible for this but not familiar enough with debian to advise on the best way to fix that. Certainly we can see on the previous line an indication of this

Thank you for replying. I forgot to mention that it's a VPS and i have to make a ticket to be able to use fuse.

My problem is solved.


All times are GMT -5. The time now is 03:23 AM.