Re: ACLs on the boot partition?

2002-11-27 Thread Bruce Evans
On Wed, 27 Nov 2002, Robert Watson wrote: > On Thu, 28 Nov 2002, Bruce Evans wrote: > > > > > > > On Tue, 26 Nov 2002, Robert Watson wrote: > > > > > > > > Er, what is the mount(..., MNT_RELOAD ...) in tunefs for then? > > > > > > The problem is that some flags can't be changed via MNT_RELOAD and

Re: ACLs on the boot partition?

2002-11-27 Thread Robert Watson
On Thu, 28 Nov 2002, Bruce Evans wrote: > On Wed, 27 Nov 2002, Robert Watson wrote: > > > On Wed, 27 Nov 2002, Bruce Evans wrote: > > > > > On Tue, 26 Nov 2002, Robert Watson wrote: > > > > > > > tunefs changes the flag for the next mount, so doesn't take immediate > > > > effect. Once you've t

Re: ACLs on the boot partition?

2002-11-27 Thread Bruce Evans
On Wed, 27 Nov 2002, Robert Watson wrote: > On Wed, 27 Nov 2002, Bruce Evans wrote: > > > On Tue, 26 Nov 2002, Robert Watson wrote: > > > > > tunefs changes the flag for the next mount, so doesn't take immediate > > > effect. Once you've tunefs'd a read-only file system, you need to unmount > > >

Re: ACLs on the boot partition?

2002-11-27 Thread Robert Watson
On Wed, 27 Nov 2002, Bruce Evans wrote: > On Tue, 26 Nov 2002, Robert Watson wrote: > > > tunefs changes the flag for the next mount, so doesn't take immediate > > effect. Once you've tunefs'd a read-only file system, you need to unmount > > and remount it -- for the file system root, this gene

Re: ACLs on the boot partition? [worked]

2002-11-27 Thread bsdc
On Tue, 26 Nov 2002, Robert Watson wrote: > On Tue, 26 Nov 2002 [EMAIL PROTECTED] wrote: > > > On Tue, 26 Nov 2002, Hiten Pandya wrote: > > > > > On Tue, Nov 26, 2002 at 11:21:28AM -0700, [EMAIL PROTECTED] wrote the words in >effect of: > > > > On Tue, 26 Nov 2002, Bruno Miguel wrote: > > > > >

Re: ACLs on the boot partition?

2002-11-27 Thread Bruce Evans
On Tue, 26 Nov 2002, Robert Watson wrote: > tunefs changes the flag for the next mount, so doesn't take immediate > effect. Once you've tunefs'd a read-only file system, you need to unmount > and remount it -- for the file system root, this generally means > rebooting. Just to confirm: you're ru

Re: ACLs on the boot partition?

2002-11-26 Thread Robert Watson
On Tue, 26 Nov 2002 [EMAIL PROTECTED] wrote: > On Tue, 26 Nov 2002, Hiten Pandya wrote: > > > On Tue, Nov 26, 2002 at 11:21:28AM -0700, [EMAIL PROTECTED] wrote the words in >effect of: > > > On Tue, 26 Nov 2002, Bruno Miguel wrote: > > > > > > > On 25 Nov 2002 at 23:34, [EMAIL PROTECTED] wrote..

Re: ACLs on the boot partition?

2002-11-26 Thread bsdc
On Tue, 26 Nov 2002, Hiten Pandya wrote: > On Tue, Nov 26, 2002 at 11:21:28AM -0700, [EMAIL PROTECTED] wrote the words in >effect of: > > On Tue, 26 Nov 2002, Bruno Miguel wrote: > > > > > On 25 Nov 2002 at 23:34, [EMAIL PROTECTED] wrote... > > > > > > > How do I enable ACLs on the boot partition

Re: ACLs on the boot partition?

2002-11-26 Thread Hiten Pandya
On Tue, Nov 26, 2002 at 11:21:28AM -0700, [EMAIL PROTECTED] wrote the words in effect of: > On Tue, 26 Nov 2002, Bruno Miguel wrote: > > > On 25 Nov 2002 at 23:34, [EMAIL PROTECTED] wrote... > > > > > How do I enable ACLs on the boot partition? tunefs -a enable /dev/ad0s1a > > > indicates it got

Re: ACLs on the boot partition?

2002-11-26 Thread bsdc
On Tue, 26 Nov 2002, Bruno Miguel wrote: > On 25 Nov 2002 at 23:34, [EMAIL PROTECTED] wrote... > > > How do I enable ACLs on the boot partition? tunefs -a enable /dev/ad0s1a > > indicates it got set (in single user mode with / mounted readonly). But I > > still can't set anything with setfacl(1).

Re: ACLs on the boot partition?

2002-11-26 Thread Bruno Miguel
On 25 Nov 2002 at 23:34, [EMAIL PROTECTED] wrote... > How do I enable ACLs on the boot partition? tunefs -a enable /dev/ad0s1a > indicates it got set (in single user mode with / mounted readonly). But I > still can't set anything with setfacl(1). I tried booting to the fixit > floppy, hoping to se