Re: ACL and tunefs

2004-11-27 Thread Kees Plonsz
Adam Stroud wrote: All: I am trying to enable ACL support of my FreeBSD 5.3 box. I drop into single user mode and run the tunefs -a enable command on my partition and get the following: tuenfs: ACLs set tunefs: /dev/ad0s1a: failed to write superblock When I reboot it seems that

Re: ACL and tunefs

2004-11-27 Thread Kees Plonsz
Adam Stroud wrote: All: I am trying to enable ACL support of my FreeBSD 5.3 box. I drop into single user mode and run the tunefs -a enable command on my partition and get the following: tuenfs: ACLs set tunefs: /dev/ad0s1a: failed to write superblock When I reboot it seems that

Re: ACL and tunefs

2004-11-27 Thread Adam Stroud
Kees: You were right, I did not umount the filesystem first, I dropped into single user mode and I thought that did unmount the filesystem. When I booted the machine into single the tunefs command seemed to work OK. However, I still dont get a + when I do a long listing of a file and the

Re: ACL and tunefs

2004-11-27 Thread Kees Plonsz
Adam Stroud wrote: Kees: You were right, I did not umount the filesystem first, I dropped into single user mode and I thought that did unmount the filesystem. When I booted the machine into single the tunefs command seemed to work OK. However, I still dont get a + when I do a long

Re: ACL and tunefs

2004-11-27 Thread Adam Stroud
I dont think the acl got enabled, here is my output from mount: /dev/ad0s1a on / (ufs, NFS exported, local) Kees Plonsz wrote: Adam Stroud wrote: Kees: You were right, I did not umount the filesystem first, I dropped into single user mode and I thought that did unmount the filesystem. When I

Re: ACL and tunefs

2004-11-27 Thread Adam Stroud
I did not try that. When I booted into single user more again and tried the tunefs -a enable / I get a messaged saying that acl was already enabled. Strange. A Kees Plonsz wrote: On Saturday 27 November 2004 22:58, Adam Stroud wrote: I dont think the acl got enabled, here is my output from

Re: ACL and tunefs

2004-11-27 Thread Kees Plonsz
Adam Stroud wrote: I did not try that. When I booted into single user more again and tried the tunefs -a enable / I get a messaged saying that acl was already enabled. Strange. The only hope for you is that the enable bit for acl was set, but not yet read by the system. I think you have to

ACL and tunefs

2004-11-26 Thread Adam Stroud
All: I am trying to enable ACL support of my FreeBSD 5.3 box. I drop into single user mode and run the tunefs -a enable command on my partition and get the following: tuenfs: ACLs set tunefs: /dev/ad0s1a: failed to write superblock When I reboot it seems that the ACL are not set. Any ideas?