[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: how to debug this fuse problem



Guanqing.lu <guanqing.lu@gameloft.com> 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)
> [5174118.853162] fuse: disagrees about version of symbol iov_iter_get_pages
> [5174118.853166] fuse: Unknown symbol iov_iter_get_pages (err -22)
> ...
>
> [root@myhost01 grub]# modprobe fuse
> ERROR: could not insert 'fuse': Invalid argument
>
> [root@myhost01 grub]# uname -r
> 3.16.0-0.bpo.4-amd64
>
> [root@myhost01 grub]# dpkg-query -W 'linux-image-3.16.0-0.bpo.4-amd64'
> linux-image-3.16.0-0.bpo.4-amd64    3.16.7-ckt4-3~bpo70+1

No such output here:
uname -r
  3.16.0-4-586

[...]

> [root@myhost01 ~]# dpkg -l |grep fuse
> ii  libfuse2:amd64 2.9.0-2+deb7u1                amd64
> Filesystem in Userspace (library)

aptitude search ^fuse$
   i A fuse
  So it is installed here

   As well as:
   i A libfuse2

[...]

Not sure what else to do here


Reply to: