Hi Bob,
> On Feb 23, 2017, at 20:05, Bob Proulx <[email protected]> wrote:
>
> I found it not working. But I am not sure why.
> [...]
> $ scp testfile [email protected]:/releases/administration/
> scp: /releases/administration//testfile: Permission denied
I'm think it's a weird permission thing with the NFS after the reboot.
Trying locally on *old* download:
# su -s /bin/bash -l agn
agn$ touch /srv/download/test-project/1 ## works
Same on *new* download0:
# su -s /bin/bash -l agn
agn$ touch /net/download/srv/download/test-project/1
agn$ touch /net/download/srv/download/test-project/2
touch: cannot touch '/net/download/srv/download/test-project/2': Permission
denied
So it works for an existing file,
but not allowed to create new files.
Does this ring any bells?
to be continued...
- assaf