linux filesystem integration not working (nfs timeouts)
Hi,
I'm trying to setup Wualas filesystem integration. Unfortunately there is very little info on this.
I have this in my fstab:
localhost:/wuala/ /home/user/wuala/wuala/direct nfs user,noauto,rsize=8192,wsize=8192,timeo=14,intr,nolock,soft
When i start wuala, and then try to mount the volume i get:
mount: mount to NFS server 'localhost' failed: timed out (retrying).
mount: mount to NFS server 'localhost' failed: timed out (retrying).
mount: mount to NFS server 'localhost' failed: timed out (retrying).
mount: mount to NFS server 'localhost' failed: timed out (retrying).
mount: mount to NFS server 'localhost' failed: timed out (giving up).
Wuala does not give any meaningful logs:
Network drive status -> service started + portmap running, log says:
Debug log initialized
Starting server Mount ...
Starting server NFS ...
Wualas server seems to run nicely:
user@host:~/wuala/wuala$ rpcinfo -p
Program Vers Proto Port
100000 2 tcp 111 portmapper
100024 1 udp 56556 status
100024 1 tcp 48902 status
100005 1 udp 26183 mountd
100005 3 udp 26183 mountd
100005 1 tcp 26183 mountd
100005 3 tcp 26183 mountd
100003 3 udp 26184 nfs
100003 3 tcp 26184 nfs
lsof -i |grep java
java 23630 user 8u IPv6 1337382 TCP localhost.localdomain:63365 (LISTEN)
java 23630 user 18u IPv6 1337407 UDP *:7212
java 23630 user 26u IPv6 1337432 TCP *:57183 (LISTEN)
java 23630 user 29u IPv6 1337435 UDP *:26183
java 23630 user 31u IPv6 1337436 TCP *:26183 (LISTEN)
java 23630 user 33u IPv6 1337440 UDP *:26184
java 23630 user 34u IPv6 1337441 TCP *:26184 (LISTEN)
Any ideas on this?
Thanks in advance.
I'm trying to setup Wualas filesystem integration. Unfortunately there is very little info on this.
I have this in my fstab:
localhost:/wuala/ /home/user/wuala/wuala/direct nfs user,noauto,rsize=8192,wsize=8192,timeo=14,intr,nolock,soft
When i start wuala, and then try to mount the volume i get:
mount: mount to NFS server 'localhost' failed: timed out (retrying).
mount: mount to NFS server 'localhost' failed: timed out (retrying).
mount: mount to NFS server 'localhost' failed: timed out (retrying).
mount: mount to NFS server 'localhost' failed: timed out (retrying).
mount: mount to NFS server 'localhost' failed: timed out (giving up).
Wuala does not give any meaningful logs:
Network drive status -> service started + portmap running, log says:
Debug log initialized
Starting server Mount ...
Starting server NFS ...
Wualas server seems to run nicely:
user@host:~/wuala/wuala$ rpcinfo -p
Program Vers Proto Port
100000 2 tcp 111 portmapper
100024 1 udp 56556 status
100024 1 tcp 48902 status
100005 1 udp 26183 mountd
100005 3 udp 26183 mountd
100005 1 tcp 26183 mountd
100005 3 tcp 26183 mountd
100003 3 udp 26184 nfs
100003 3 tcp 26184 nfs
lsof -i |grep java
java 23630 user 8u IPv6 1337382 TCP localhost.localdomain:63365 (LISTEN)
java 23630 user 18u IPv6 1337407 UDP *:7212
java 23630 user 26u IPv6 1337432 TCP *:57183 (LISTEN)
java 23630 user 29u IPv6 1337435 UDP *:26183
java 23630 user 31u IPv6 1337436 TCP *:26183 (LISTEN)
java 23630 user 33u IPv6 1337440 UDP *:26184
java 23630 user 34u IPv6 1337441 TCP *:26184 (LISTEN)
Any ideas on this?
Thanks in advance.
1 person has this problem
I have this problem, too!
Tell me when someone solves it.
The more people who report this problem, the more it gets noticed.
The more people who report this problem, the more it gets noticed.
-
Inappropriate?Did you replace the "user" in your /etc/fstab entry with your real username?
-
Inappropriate?yes, sure
-
Inappropriate?never mind, this is some specific issue. Manual mount does work.
sudo mount -t nfs localhost:/wuala /home/user/wuala/wuala/direct/
Still it would be nice if there were some howto or so. -
Inappropriate?did you have changed both "user" entrys? This here too?
-> nfs users,noauto,rsize=8192,wsize=8192,timeo=14,intr,nolock,soft
if yes - this was wrong. ;) just let that line as it is and change only the "user" in the directory.
btw. Ive just made a fix test on my own system. It looks like nfs would have 'nfs users,..' instead of 'nfs user,..' to work proper..
Loading Profile...



EMPLOYEE

