no default access control that I am aware of though I do little with ACLs a specific command you would like run for output ?
modell@bacchus$ getfacl --access /home/modell/pkg/sage/sage-6.3/local/include/NTL/version.h getfacl: Removing leading '/' from absolute path names # file: home/modell/pkg/sage/sage-6.3/local/include/NTL/version.h # owner: modell # group: irsa user::rw- group::r-- mask::rwx other::r-- On Friday, August 22, 2014 12:01:35 PM UTC-7, Jori Mantysalo wrote: > > On Fri, 22 Aug 2014, Mark ODell wrote: > > > cp: preserving ACL for > > `/home/modell/pkg/sage/sage-6.3/local/include/NTL/version.h': Operation > not > > supported > > > Error installing package ntl-6.1.0.p0 > > Do you have some default ACL's set up? Something like > > setfacl -m --default u:backup:r > > said to directory you are using? Error message in itself is normal, for > example: > > [root@localhost ~]# echo foo > bar > [root@localhost ~]# setfacl -m u:jori:w /boot/bar > [root@localhost ~]# cp -a bar /boot/ > cp: preserving permissions for ‘/boot/bar’: Operation not supported > > (I.e. on this system /boot has no ACL support enabled.) > > But what is make-command doing? I would try with > > strace -e file make 2>&1 1>/dev/null | fgrep -5 version.h > > or something like that. > > -- > Jori Mäntysalo > -- You received this message because you are subscribed to the Google Groups "sage-devel" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/sage-devel. For more options, visit https://groups.google.com/d/optout.
