jail removal

2006-09-09 Thread [EMAIL PROTECTED]
Hi, How do you remove a jail? I can't seem to find information about this. I've partially removed a jail and I want to start over and recreate it differently, but I'm having trouble removing files. Getting permission denied on some files I am unable to chmod to +w. Thanks, Mark

Re: jail removal

2006-09-09 Thread Christopher Cowart
I've partially removed a jail and I want to start over and recreate it differently, but I'm having trouble removing files. Getting permission denied on some files I am unable to chmod to +w. Try 'sudo chflags -R noschg /path/to/jail'. I'm thinking the immutable flag got set on something like

Re: jail removal

2006-09-09 Thread Chad Leigh -- Shire.Net LLC
On Sep 9, 2006, at 3:37 AM, Christopher Cowart wrote: I've partially removed a jail and I want to start over and recreate it differently, but I'm having trouble removing files. Getting permission denied on some files I am unable to chmod to +w. Try 'sudo chflags -R noschg /path/to/jail'.