Re: how to debug this fuse problem

2015-04-17 Thread Warrick Baijius
I've been having the same/similar issue, but with Jungle Disk software attempting to mount a network folder (webdav). This started some time (right after? didn't notice. Jungle Disk log is daily, does not extend back) after a kernel upgrade (dist-upgrade on April 9 included: Upgrade: mailman:am

Re: how to debug this fuse problem

2015-04-06 Thread Harry Putnam
Guanqing.lu writes: > Hi > > I met the same error message today and got it fixed in following way: > > root@myhost01 grub]# dmesg |grep fuse > [5174104.384024] fuse: disagrees about version of symbol iov_iter_get_pages > [5174104.384027] fuse: Unknown symbol iov_iter_get_pages (err -22) > [5174

Re: Re: how to debug this fuse problem

2015-03-31 Thread Guanqing . lu
Hi I met the same error message today and got it fixed in following way: root@myhost01 grub]# dmesg |grep fuse [5174104.384024] fuse: disagrees about version of symbol iov_iter_get_pages [5174104.384027] fuse: Unknown symbol iov_iter_get_pages (err -22) [5174118.853162] fuse: disagrees about v

Re: how to debug this fuse problem

2015-03-21 Thread Harry Putnam
Eduard Bloch writes: >> searching with `aptitudue search ckt7' (or ckt4) finds nothing at all. > > It's just an arbitrary version string. It can be (almost) anything, even > 1.2.3.myCuteVersion-10.9.8. > >> I suspect I could/should be running i686 with pae. Not sure why the >> installer choose

Re: how to debug this fuse problem

2015-03-19 Thread Lisi Reisz
On Thursday 19 March 2015 16:08:25 Gene Heskett wrote: > On Thursday 19 March 2015 08:17:23 Lisi Reisz wrote: > > On Wednesday 18 March 2015 23:41:21 Harry Putnam wrote: > > > Eduard Bloch writes: > > > > It's just the kernel from Jessie. See > > > > https://packages.debian.org/jessie/linux-image-

Re: how to debug this fuse problem

2015-03-19 Thread Gene Heskett
On Thursday 19 March 2015 12:34:16 Sven Hartge wrote: > Gene Heskett wrote: > > The ckt patches are from Con Kovilas, > > Wrong. > > The -ck patches were from him. But they have nothing to do with the > kernel used in Debian Jessie. > > CKT in this case here stands for "Canonical Kernel Team" wh

Re: how to debug this fuse problem

2015-03-19 Thread Gene Heskett
On Thursday 19 March 2015 12:29:12 Eduard Bloch wrote: > Hallo, > > * Gene Heskett [Thu, Mar 19 2015, 12:08:25PM]: > > Mode rant (with some profanity): > > TLDR. Is this about fuse? > > Eduard. Yeah, mine. :( Cheers, Gene Heskett -- "There are four boxes to be used in defense of liberty: soap

Re: how to debug this fuse problem

2015-03-19 Thread Sven Hartge
Gene Heskett wrote: > The ckt patches are from Con Kovilas, Wrong. The -ck patches were from him. But they have nothing to do with the kernel used in Debian Jessie. CKT in this case here stands for "Canonical Kernel Team" who maintain the long-term stable branche 3.16 for use in Ubuntu and De

Re: how to debug this fuse problem

2015-03-19 Thread Eduard Bloch
Hallo, * Gene Heskett [Thu, Mar 19 2015, 12:08:25PM]: > Mode rant (with some profanity): TLDR. Is this about fuse? Eduard. -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: https://lists.de

Re: how to debug this fuse problem

2015-03-19 Thread Gene Heskett
On Thursday 19 March 2015 08:17:23 Lisi Reisz wrote: > On Wednesday 18 March 2015 23:41:21 Harry Putnam wrote: > > Eduard Bloch writes: > > > It's just the kernel from Jessie. See > > > https://packages.debian.org/jessie/linux-image-3.16.0-4-586 > > > > Sorry to be so dense here but: > > > > App

Re: how to debug this fuse problem

2015-03-19 Thread Eduard Bloch
Hallo, * Harry Putnam [Wed, Mar 18 2015, 07:41:21PM]: > > Something is wrong with your modules installation. Run "dmesg" to see > > what happened there. > > Run "depmod -a" once, it might help if some stupid tool damaged the > > module database (I had that "fun" with old dkms before). > > Check th

Re: how to debug this fuse problem

2015-03-19 Thread Lisi Reisz
On Wednesday 18 March 2015 23:41:21 Harry Putnam wrote: > Eduard Bloch writes: > > It's just the kernel from Jessie. See > > https://packages.debian.org/jessie/linux-image-3.16.0-4-586 > > Sorry to be so dense here but: > > Apparently it is a little more going on in those lines above. I don't > s

Re: how to debug this fuse problem

2015-03-18 Thread David Wright
Quoting Harry Putnam (rea...@newsguy.com): > Sorry to be so dense here but: > > Apparently it is a little more going on in those lines above. I don't > see anything on the page you cite with names like: 3.16.7-ckt4-3 > 3.16.7-ckt7-1 > > searching with `aptitudue search ckt7' (or ckt4) finds no

Re: how to debug this fuse problem

2015-03-18 Thread Harry Putnam
Eduard Bloch writes: [...] >> Attempting to modprobe fuse gets this error: >> >> , >> | root # modprobe fuse >> | modprobe: ERROR: could not insert 'fuse': Invalid argument > > Something is wrong with your modules installation. Run "dmesg" to see > what happened there. > Run "depmod -a" onc

Re: how to debug this fuse problem

2015-03-18 Thread Eduard Bloch
Hallo, * Harry Putnam [Wed, Mar 18 2015, 07:48:54AM]: > Running `jessie' > > I've been using encfs, drawn from wheeze for months. But following a > `full upgrade' I can no longer mount an encfs file system. > > The error message from mount attempt: > > , > | fuse: device not found, try 'mod

how to debug this fuse problem

2015-03-18 Thread Harry Putnam
Running `jessie' I've been using encfs, drawn from wheeze for months. But following a `full upgrade' I can no longer mount an encfs file system. The error message from mount attempt: , | fuse: device not found, try 'modprobe fuse' first | fuse failed. Common problems: | - fuse kernel modu