On 6/7/2015 8:39 PM, Sam Varshavchik wrote:
> Ivan Pintori writes:
>
>> Permissions seem fine: the whole path is owned by courier, and the 
>> owner can RWX on the parents as well as tmp and new.
>>
>> The host/NFS storage is running unRAID working on reiserfs (unRAID is 
>> a superset of slackware).
>>
>> I did try to change some of the export configuration, but that didn’t 
>> matter. Current applied is: sec=sys,rw,no_root_squash,sync
>>
>> I am doing something wrong, but I am no NFS guru.
>
> Do the following experiment, in some empty directory:
>
> mkdir tmp
> mkdir new
> cp /dev/null /tmp/foo
> ln /tmp/foo new/foo
>
> And see what happens.

Did you intend to test the link between /tmp and new, or between the two 
directories that you just created in the previous commands?

Should it be this instead?

mkdir tmp
mkdir new
cp /dev/null tmp/foo
ln tmp/foo new/foo

-- 
Bowie

------------------------------------------------------------------------------
_______________________________________________
courier-users mailing list
courier-users@lists.sourceforge.net
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users

Reply via email to