Date: Mon, 06 Dec 2010 18:03:04 -0500 From: Joe Auty <joe@netmusician.org> To: Rick Macklem <rmacklem@uoguelph.ca> Cc: freebsd-fs@freebsd.org Subject: Re: Migrating from NFSv3 to v4 - NFSv4 ACL/permission confusion Message-ID: <4CFD6BA8.8060902@netmusician.org> In-Reply-To: <2012614235.1261352.1291676353006.JavaMail.root@erie.cs.uoguelph.ca> References: <2012614235.1261352.1291676353006.JavaMail.root@erie.cs.uoguelph.ca>
next in thread | previous in thread | raw e-mail | index | archive | help
Rick Macklem wrote: >> Okay, >> >> Here is my dump command... The NFS host is 192.168.0.20: >> >> # tcpdump -s 0 -w dumpfile.txt host 192.168.0.20 >> tcpdump: listening on em0, link-type EN10MB (Ethernet), capture size >> 65535 bytes >> > This won't put anything on the screen. It's dumping to dumpfile.txt > (which is not a text file, but it doesn't matter what you call it). > If you email me dumpfile.txt as an attachment, that was what I was > referring to. > See my last email, my dumpfile.txt was empty. Sorry for this confusion! >> # ls -l >> total 2 >> -rw-r--r-- 1 root wheel 0 Dec 4 23:19 blah >> -rw-r--r-- 1 root wheel 0 Dec 4 23:19 test2 >> -rw-r--r-- 1 root wheel 0 Dec 4 23:19 test3 >> >> No actual permission change >> > You could try "chmod 600 blah" and see if that works? (It shouldn't > care about uid<->username mapping.) > This actually works: # chmod 600 blah # ls -l total 2 -rw------- 1 root wheel 0 Dec 4 23:19 blah -rw-r--r-- 1 root wheel 0 Dec 4 23:19 test2 -rw-r--r-- 1 root wheel 0 Dec 4 23:19 test3 -- Joe Auty, NetMusician NetMusician helps musicians, bands and artists create beautiful, professional, custom designed, career-essential websites that are easy to maintain and to integrate with popular social networks. www.netmusician.org <http://www.netmusician.org> joe@netmusician.org <mailto:joe@netmusician.org>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4CFD6BA8.8060902>