NetBSD-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: pkg and downloaded files



Hi Roland,

I think my issue is of totally different nature.... NFS...

Roland Illig wrote:
bmake show-all
bmake show-all-fetch

That's like saying "show me all interesting variables, properly
grouped". When I'm not sure what to expect I run "bmake show-all", and I
know that show-all-$group already works for the phases like fetch,
patch, build, install.

thank you. That showed me what the "actual" value is


  usr   DISTDIR=                /usr/pkgsrc/distfiles


Fine, it is inside /usr/pkgsrc, which is on the NFS mount. But no bad here, since it would be useful to share the distfiles too!

The bad thing, by nfs mount results unwritable... even if I specify it as "rw".

SO I mount it like this in fstab:
ithil:/disk2/pkgsrc     /usr/pkgsrc  nfs rw,nodev,nosuid,noauto

but...
> sudo touch a
touch: a: Permission denied

however permissions look fine too:
> ls -ld distfiles
drwxr-xr-x  3 root  wheel  512 Mar 31 06:42 distfiles


Do I miss something in my NFS config here? maybe server-side


Riccardo


Home | Main Index | Thread Index | Old Index