You are not logged in.
Pages: 1
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
I have same message when i'm start OSS don't worry fuse work good my oss too ![]()
Shell Scripter | C/C++/Python/Java Coder | ZSH
Offline
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
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
I just removed /etc/modprobe.d/framebuffer_blacklist.pacsave evryfings good you can delate but make a copy of this in your home directory ![]()
Shell Scripter | C/C++/Python/Java Coder | ZSH
Offline
I removed that and did modprobe fuse again and then started smbnetfs again and it still fails. ![]()
Offline
Check /var/log/daemon.log, there should be some output there.
Offline
Rebooted and now it works. ![]()
Thanks!
Offline
Pages: 1