LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 02-18-2017, 10:35 AM   #1
vyash
LQ Newbie
 
Registered: Nov 2016
Distribution: Fedora
Posts: 6

Rep: Reputation: Disabled
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
 
Old 02-18-2017, 01:49 PM   #2
r3sistance
Senior Member
 
Registered: Mar 2004
Location: UK
Distribution: CentOS 6/7
Posts: 1,375

Rep: Reputation: 217Reputation: 217Reputation: 217
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
 
Old 02-18-2017, 02:25 PM   #3
vyash
LQ Newbie
 
Registered: Nov 2016
Distribution: Fedora
Posts: 6

Original Poster
Rep: Reputation: Disabled
Smile

Quote:
Originally Posted by r3sistance View Post
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.
 
  


Reply

Tags
fuse



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Errors were encountered while processing odoo Kasozi Linux - Newbie 1 11-05-2015 06:44 PM
Errors encountered while trying to make - foobillard kumaaran Linux - Software 5 12-23-2011 01:15 AM
[SOLVED] Errors were encountered while processing: nvidia-driver lee_can Linux - Newbie 12 03-05-2011 11:36 AM
Errors were encountered while processing: th1bill Ubuntu 2 11-07-2010 10:37 PM
errors encountered during kernel compile superbondbond Linux - Software 5 08-15-2003 04:38 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 02:42 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration