Nick Craig-Wood

Results 1599 comments of Nick Craig-Wood

The pcloud backend should set the endpoint automatically according to your account when you make the initial config. You can redo it with `rclone config reconnect mypcloudremote:` Is your account...

Thanks for solving @alexbet 's problem @kapitainsky I would still like to to figure out what is wrong with the NFS server though. There is nothing suspicious in the log...

Thanks for testing.The amd binary one will work on Intel. Look forward to the results of your testing.

@alexbet I think Word crashing is why the file ended up empty. So we need to work out why Word crashed. There are no errors or anything unusual in the...

Can you see if you can create files with ~ and $ in using nfsmount - maybe that is the problem?

Ah, I suspect that is the real problem, the root user thing. Can you try setting this up manually and putting `--uid XXX` and `--gid XXX` options on the `rclone...

> Unfortunately it does not have any effect. Command I used: > > ``` > $ id -u > 501 > > $ id -g > 20 > > $...

Ok give this a go [v1.68.0-beta.8195.f22f86ea5.fix-7973-nfs-server-ids](https://beta.rclone.org/branch/fix-7973-nfs-server-ids/v1.68.0-beta.8195.f22f86ea5.fix-7973-nfs-server-ids/) on branch [fix-7973-nfs-server-ids](https://github.com/rclone/rclone/tree/fix-7973-nfs-server-ids) (uploaded in 15-30 mins) It should export the UID and GID set by the --uid and --gid flags on `rclone serve...

Alas, I messed up the cross platform bits! Here is a new beta which should compile on all architectures that `rclone serve nfs` supports (I tested the previous one compiled...

Interesting. I saw a mention of locking on an issue on the nfs library also https://github.com/willscott/go-nfs/issues/54 which is describing the same issue. We implement nfsv3 so we should be able...