You are not logged in.

#1 2009-06-23 19:02:40

CaptainKirk
Member
Registered: 2009-06-07
Posts: 393

Can't get fuse to run

I installed fuse as per http://wiki.archlinux.org/index.php/Acc … g_smbnetfs but this is what I get:

[Kirk@localhost ~]$ cat /etc/fuse.conf
user_allow_other
[Kirk@localhost ~]$ modprobe fuse
WARNING: All config files need .conf: /etc/modprobe.d/framebuffer_blacklist.pacsave, it will be ignored in a future release.

What do I do?

Offline

#2 2009-06-23 19:04:18

SpeedVin
Member
From: Poland
Registered: 2009-04-29
Posts: 955

Re: Can't get fuse to run

I have same message when i'm start OSS don't worry fuse work good my oss too wink


Shell Scripter | C/C++/Python/Java Coder | ZSH

Offline

#3 2009-06-23 19:04:18

wonder
Developer
From: Bucharest, Romania
Registered: 2006-07-05
Posts: 5,941
Website

Re: Can't get fuse to run

is working.
seems that you have /etc/modprobe.d/framebuffer_blacklist.pacsave and becase of http://www.archlinux.org/news/450/ that file need to be rename to framebuffer_blacklist.conf or removed.


Give what you have. To someone, it may be better than you dare to think.

Offline

#4 2009-06-23 19:09:56

CaptainKirk
Member
Registered: 2009-06-07
Posts: 393

Re: Can't get fuse to run

I tried that. Helps a bit, but not working yet. smbnetfs fails:

[Kirk@localhost ~]$ ls -l /etc/modprobe.d/
total 16
-rw-r--r-- 1 root root 405 2009-06-07 14:48 framebuffer_blacklist.conf
-rw-r--r-- 1 root root 405 2009-04-09 12:35 framebuffer_blacklist.pacsave.conf
-rw-r--r-- 1 root root  55 2009-06-07 12:03 modprobe.conf
-rw-r--r-- 1 root root 196 2009-06-07 12:11 usb-load-ehci-first.conf
[Kirk@localhost ~]$ modprobe fuse
[Kirk@localhost ~]$ sudo /etc/rc.d/smbnetfs start
:: Starting smbnetfs                                                                       [FAIL]

Offline

#5 2009-06-23 19:12:16

SpeedVin
Member
From: Poland
Registered: 2009-04-29
Posts: 955

Re: Can't get fuse to run

I just removed /etc/modprobe.d/framebuffer_blacklist.pacsave evryfings good you can delate but make a copy of this in your home directory smile


Shell Scripter | C/C++/Python/Java Coder | ZSH

Offline

#6 2009-06-23 19:19:23

CaptainKirk
Member
Registered: 2009-06-07
Posts: 393

Re: Can't get fuse to run

I removed that and did modprobe fuse again and then started smbnetfs again and it still fails. sad

Offline

#7 2009-06-23 20:29:00

Surgat_
Member
Registered: 2007-08-08
Posts: 317

Re: Can't get fuse to run

Check /var/log/daemon.log, there should be some output there.

Offline

#8 2009-06-24 07:07:53

CaptainKirk
Member
Registered: 2009-06-07
Posts: 393

Re: Can't get fuse to run

Rebooted and now it works. smile

Thanks!

Offline

Board footer

Powered by FluxBB