Hey guys,
I tried installing the latest fuse on CentOS 7.1. I downloaded the latest version (2.9.4) from sourceforge and did a source install. After rebooting the host, now when I go modprobe fuse, this is what I get!
*modprobe: ERROR: could not insert 'fuse': Unknown symbol in module, or unknown parameter (see dmesg)*
If I tail dmseg this is all I see, but it doesn't seem relevant:
[root@ops:~] #dmesg | tail [ 3.342679] input: PC Speaker as /devices/platform/pcspkr/input/input4 [ 3.351981] piix4_smbus 0000:00:01.3: SMBus base address uninitialized - upgrade BIOS or use force_addr=0xaddr [ 3.502014] ppdev: user-space parallel port driver [ 3.539306] AES CTR mode by8 optimization enabled [ 3.590103] alg: No test for __gcm-aes-aesni (__driver-gcm-aes-aesni) [ 3.635925] alg: No test for crc32 (crc32-pclmul) [ 3.659506] type=1305 audit(1433643281.958:4): audit_pid=472 old=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:auditd_t:s0 res=1 [ 4.084861] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready [ 9.575888] systemd-journald[393]: Received request to flush runtime journal from PID 1 [ 10.702056] Adjusting xen more than 11% (9436999 vs 9311354)
Has anyone out there encountered this error with fuse and been able to overcome it?
I've tried googling this to no avail!!
Thanks, Tim
it's stupid to compiles fuse from sources. please use binary packages.
Eero
2015-06-07 5:27 GMT+03:00 Tim Dunphy bluethundr@gmail.com:
Hey guys,
I tried installing the latest fuse on CentOS 7.1. I downloaded the latest version (2.9.4) from sourceforge and did a source install. After rebooting the host, now when I go modprobe fuse, this is what I get!
*modprobe: ERROR: could not insert 'fuse': Unknown symbol in module, or unknown parameter (see dmesg)*
If I tail dmseg this is all I see, but it doesn't seem relevant:
[root@ops:~] #dmesg | tail [ 3.342679] input: PC Speaker as /devices/platform/pcspkr/input/input4 [ 3.351981] piix4_smbus 0000:00:01.3: SMBus base address uninitialized - upgrade BIOS or use force_addr=0xaddr [ 3.502014] ppdev: user-space parallel port driver [ 3.539306] AES CTR mode by8 optimization enabled [ 3.590103] alg: No test for __gcm-aes-aesni (__driver-gcm-aes-aesni) [ 3.635925] alg: No test for crc32 (crc32-pclmul) [ 3.659506] type=1305 audit(1433643281.958:4): audit_pid=472 old=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:auditd_t:s0 res=1 [ 4.084861] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready [ 9.575888] systemd-journald[393]: Received request to flush runtime journal from PID 1 [ 10.702056] Adjusting xen more than 11% (9436999 vs 9311354)
Has anyone out there encountered this error with fuse and been able to overcome it?
I've tried googling this to no avail!!
Thanks, Tim
-- GPG me!!
gpg --keyserver pool.sks-keyservers.net --recv-keys F186197B _______________________________________________ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
I've tried googling this to no avail!!
Have you tried The young mechanics mailing list yet? And have a look at Gentoo Linux (http://www.gentoo.org). It might suit your needs better.
Centos 7 base repo contains fuse, use it. it works. handcompiling packages to centos is *really* stupid, without proper knowledge..
eero
2015-06-07 10:06 GMT+03:00 Александр Кириллов nevis2us@infoline.su:
I've tried googling this to no avail!!
Have you tried The young mechanics mailing list yet? And have a look at Gentoo Linux (http://www.gentoo.org). It might suit your needs better.
CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
Centos 7 base repo contains fuse, use it. it works. handcompiling packages to centos is *really* stupid, without proper knowledge..
Thanks, you're right. The Centos 7 package works.
[root@ops ~]# lsmod | grep fuse fuse 87661 1
My final goal is to install s3fs. Funny how all the tutorials I've found out there tell you to compile both fuse and s3fs under centos & ubuntu. That may be necessary for s3fs, because so far I haven't found it in any of the repositories I use. Generally Iike epel, rpmforge, remi and a few others.
Anyone know of a repo that includes s3fs?
Thanks, Tim
On Sun, Jun 7, 2015 at 4:39 AM, Eero Volotinen eero.volotinen@iki.fi wrote:
Centos 7 base repo contains fuse, use it. it works. handcompiling packages to centos is *really* stupid, without proper knowledge..
eero
2015-06-07 10:06 GMT+03:00 Александр Кириллов nevis2us@infoline.su:
I've tried googling this to no avail!!
Have you tried The young mechanics mailing list yet? And have a look at Gentoo Linux (http://www.gentoo.org). It might suit your needs better.
CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
This looka good: https://github.com/juliogonzalez/s3fs-fuse-rpm
Eero 7.6.2015 4.23 ip. "Tim Dunphy" bluethundr@gmail.com kirjoitti:
Centos 7 base repo contains fuse, use it. it works. handcompiling
packages
to centos is *really* stupid, without proper knowledge..
Thanks, you're right. The Centos 7 package works.
[root@ops ~]# lsmod | grep fuse fuse 87661 1
My final goal is to install s3fs. Funny how all the tutorials I've found out there tell you to compile both fuse and s3fs under centos & ubuntu. That may be necessary for s3fs, because so far I haven't found it in any of the repositories I use. Generally Iike epel, rpmforge, remi and a few others.
Anyone know of a repo that includes s3fs?
Thanks, Tim
On Sun, Jun 7, 2015 at 4:39 AM, Eero Volotinen eero.volotinen@iki.fi wrote:
Centos 7 base repo contains fuse, use it. it works. handcompiling
packages
to centos is *really* stupid, without proper knowledge..
eero
2015-06-07 10:06 GMT+03:00 Александр Кириллов nevis2us@infoline.su:
I've tried googling this to no avail!!
Have you tried The young mechanics mailing list yet? And have a look at Gentoo Linux (http://www.gentoo.org). It might suit your needs better.
CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
-- GPG me!!
gpg --keyserver pool.sks-keyservers.net --recv-keys F186197B _______________________________________________ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
Cool! Thanks Eero. I'll check this out.
Best regards, Tim
Sent from my iPhone
On Jun 8, 2015, at 12:06 AM, Eero Volotinen eero.volotinen@iki.fi wrote:
This looka good: https://github.com/juliogonzalez/s3fs-fuse-rpm
Eero 7.6.2015 4.23 ip. "Tim Dunphy" bluethundr@gmail.com kirjoitti:
Centos 7 base repo contains fuse, use it. it works. handcompiling
packages
to centos is *really* stupid, without proper knowledge..
Thanks, you're right. The Centos 7 package works.
[root@ops ~]# lsmod | grep fuse fuse 87661 1
My final goal is to install s3fs. Funny how all the tutorials I've found out there tell you to compile both fuse and s3fs under centos & ubuntu. That may be necessary for s3fs, because so far I haven't found it in any of the repositories I use. Generally Iike epel, rpmforge, remi and a few others.
Anyone know of a repo that includes s3fs?
Thanks, Tim
On Sun, Jun 7, 2015 at 4:39 AM, Eero Volotinen eero.volotinen@iki.fi wrote:
Centos 7 base repo contains fuse, use it. it works. handcompiling
packages
to centos is *really* stupid, without proper knowledge..
eero
2015-06-07 10:06 GMT+03:00 Александр Кириллов nevis2us@infoline.su:
I've tried googling this to no avail!!
Have you tried The young mechanics mailing list yet? And have a look at Gentoo Linux (http://www.gentoo.org). It might suit your needs better.
CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
-- GPG me!!
gpg --keyserver pool.sks-keyservers.net --recv-keys F186197B _______________________________________________ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos