Re: groupadd -R problem

2013-10-01 Thread Joel Rees
On Tue, Oct 1, 2013 at 8:09 PM, Wim Bertels wrote: > >> >> How do u add a group with --root or -R option? >> the error message doesn't seem to make sense. >> >> This is an example: >> >> ROOT@debian:/tmp# mkdir /blabla >> ROOT@debian:/tmp# groupadd -R /blabl

Re: groupadd -R problem

2013-10-01 Thread Wim Bertels
> > How do u add a group with --root or -R option? > the error message doesn't seem to make sense. > > This is an example: > > ROOT@debian:/tmp# mkdir /blabla > ROOT@debian:/tmp# groupadd -R /blabla testChroot > groupadd: c

Re: groupadd -R problem

2013-10-01 Thread Igor Cicimov
On Tue, Oct 1, 2013 at 7:59 PM, Wim Bertels wrote: > Hallo, > > How do u add a group with --root or -R option? > the error message doesn't seem to make sense. > > This is an example: > > ROOT@debian:/tmp# mkdir /blabla > ROOT@debian:/tmp# groupadd -R /blabla testChroot > groupadd: cannot lock /et

groupadd -R problem

2013-10-01 Thread Wim Bertels
Hallo, How do u add a group with --root or -R option? the error message doesn't seem to make sense. This is an example: ROOT@debian:/tmp# mkdir /blabla ROOT@debian:/tmp# groupadd -R /blabla testChroot groupadd: cannot lock /etc/group; try again later. ROOT@debian:/tmp# groupadd testChroot witho