i tried to use filesystem integration on linux (gentoo) but encountered a very strange error named "success".
#: mount /mnt/wua.la/wuala/direct
mount: mount to NFS server 'localhost' failed: RPC Error: Success.
on that computer a nfs-server is running, so i started wuala using the -noportmapregistration option. btw: can this option be entered somehow into wualarc?
my fstab entry looks like this:
localhost:/wuala /mnt/wua.la/wuala/direct nfs defaults,users,noauto,rsize=8192,wsize=8192,timeo=14,intr,nolock,soft,nfsvers=3,mountvers=3,port=26184,mountport=26183
the check reports portmap and service as ok and volume and integration as failed.
I am attempting to use the filesystem integration provided by Wuala in Ubuntu, but am running into an issue. I've got the nfs share mounted, everything shows up ok, but if I'm wanting to add files to a playlist in my media player or run unison, it gets choked up with the many gigs worth of data I'm throwing at it. When I add just 13 songs to any media player, it only pulls in a couple then stops. It isn't able to pull all the songs.
I used the wuala guide on setting up the nfs share in my fstab. Here's the link I followed. http://wua.la/en/kb/4 I noticed the bottom mentioning Ubuntu and have wondered if that is part of my issue.
I am running openSUSE 10.3 and want to add the NFS support to my Wuala install. The instructions say to run "apt-get install nfs-common", which sounds like what you should do if you're running Ubuntu. However, on openSUSE I don't see any package called nfs-common. I already have the following installed by default:
nfs-client
mfsidmap
yast2-nfs-client
There are also a few more available, which I do not have installed:
nfs-kernel-server
nfs-server
yast2-nfs-server
Do you know if any of these are an equivalent to nfs-common or if any of the additional YaST package repositories like Packman has the package available?