And ...from my own practice...change Linux rights for /home/m as root 
logged in the NFS server computer if /home/m is "not local" filesystem  
(check result of "mount")...

Check first if you have one directory "ephemere created, in the same 
terminal window and Linux account as your make command line  :
 
cd /home/m ; \mkdir ephemere

If not working, set correct owner and Linux file rights :

su - root
chown -R m /home/m
chmod -R 755 /home/m

Dominique

-- 
You received this message because you are subscribed to the Google Groups 
"sage-support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-support+unsubscr...@googlegroups.com.
To post to this group, send email to sage-support@googlegroups.com.
Visit this group at http://groups.google.com/group/sage-support.
For more options, visit https://groups.google.com/d/optout.

Reply via email to