Re: [Vserver] this doc needs checking for accuracy

2005-09-16 Thread Chuck
On Friday 16 September 2005 09:49 pm, Herbert Poetzl wrote: > On Fri, Sep 16, 2005 at 09:23:40PM -0400, Chuck wrote: > > On Friday 16 September 2005 08:48 pm, James Boddington wrote: > > > > it worked!! thank you! i had to add the additional line by hand as the patch > > failed, but it compiled

Re: [Vserver] this doc needs checking for accuracy

2005-09-16 Thread Herbert Poetzl
On Fri, Sep 16, 2005 at 09:23:40PM -0400, Chuck wrote: > On Friday 16 September 2005 08:48 pm, James Boddington wrote: > > it worked!! thank you! i had to add the additional line by hand as the patch > failed, but it compiled fine and now it appears to work perfectly. see this > test and tell me

Re: [Vserver] this doc needs checking for accuracy

2005-09-16 Thread Chuck
On Friday 16 September 2005 08:48 pm, James Boddington wrote: it worked!! thank you! i had to add the additional line by hand as the patch failed, but it compiled fine and now it appears to work perfectly. see this test and tell me if i am wrong: davin vservers # mkdir a davin vservers # echo

Re: [Vserver] this doc needs checking for accuracy

2005-09-16 Thread Chuck
On Friday 16 September 2005 08:48 pm, James Boddington wrote: > Chuck wrote: > > On Friday 16 September 2005 05:21 pm, Chuck wrote: > > should i have either of these 2 enabled as well? > > > > CONFIG_REISERFS_FS_POSIX_ACL > > CONFIG_REISERFS_FS_SECURITY: > > These are my config options for reise

Re: [Vserver] this doc needs checking for accuracy

2005-09-16 Thread James Boddington
Chuck wrote: On Friday 16 September 2005 05:21 pm, Chuck wrote: should i have either of these 2 enabled as well? CONFIG_REISERFS_FS_POSIX_ACL CONFIG_REISERFS_FS_SECURITY: These are my config options for reiserfs CONFIG_REISERFS_FS=m # CONFIG_REISERFS_CHECK is not set # CONFIG_REISERFS_PROC_I

[Vserver] I just thought of some severe implications of unifying

2005-09-16 Thread Chuck
What if I need to move a guest that was linked to its template and has other services installed ,to another physical host that already has its own template.. would i move the guest and copy its template and they would be unique compared to the rest of the guests on the destination server? i

Re: [Vserver] this doc needs checking for accuracy

2005-09-16 Thread Chuck
On Friday 16 September 2005 05:21 pm, Chuck wrote: i double checked before i start on this other thing i have to do and i was right i dont have reiserfs extended attributes enabled in the kernel.. just resiserfs support... im enabling the extended attributes and recompiling. should i have eith

Re: [Vserver] this doc needs checking for accuracy

2005-09-16 Thread Chuck
On Friday 16 September 2005 04:39 pm, Herbert Poetzl wrote: > > > davin vservers # setattr --iunlink test > > > davin vservers # echo bye>test > > > -bash: test: Too many links > > > davin vservers # > > > > > > > i just double checked and i have CoW enabled in the

Re: [Vserver] this doc needs checking for accuracy

2005-09-16 Thread Chuck
On Friday 16 September 2005 04:45 pm, James Boddington wrote: ok i will have to try this a bit later.. maybe tomrorow. just got something to do handed down by the boss that will take me a large part of this evening to do. > echo 255 > /proc/sys/vserver/debug_misc -- Chuck "...and the hordes

Re: [Vserver] this doc needs checking for accuracy

2005-09-16 Thread James Boddington
Chuck wrote: On Friday 16 September 2005 03:10 pm, Chuck wrote: i just double checked and i have CoW enabled in the kernel.. # Linux VServer # CONFIG_VSERVER_LEGACY=y # CONFIG_VSERVER_LEGACY_VERSION is not set # CONFIG_VSERVER_NGNET is not set CONFIG_VSERVER_COWBL=y CONFIG_VSERVER_PROC_SECURE=y

Re: [Vserver] this doc needs checking for accuracy

2005-09-16 Thread Herbert Poetzl
On Fri, Sep 16, 2005 at 03:21:25PM -0400, Chuck wrote: > On Friday 16 September 2005 03:10 pm, Chuck wrote: > > On Friday 16 September 2005 03:03 pm, James Boddington wrote: > > > A simple test to make sure the cow is working > > > > > > mkdir a > > > echo hello > a/test > > > ln a/test > > > seta

Re: [Vserver] this doc needs checking for accuracy

2005-09-16 Thread Chuck
On Friday 16 September 2005 03:10 pm, Chuck wrote: > On Friday 16 September 2005 03:03 pm, James Boddington wrote: > > A simple test to make sure the cow is working > > > > mkdir a > > echo hello > a/test > > ln a/test > > setattr --iunlink test > > echo bye > test > > cat a/test test > > > > ([E

Re: [Vserver] this doc needs checking for accuracy

2005-09-16 Thread Chuck
On Friday 16 September 2005 03:03 pm, James Boddington wrote: > A simple test to make sure the cow is working > > mkdir a > echo hello > a/test > ln a/test > setattr --iunlink test > echo bye > test > cat a/test test > > ([EMAIL PROTECTED]) cat a/test test > hello > bye hmm didnt work davin vs

Re: [Vserver] this doc needs checking for accuracy

2005-09-16 Thread James Boddington
Chuck wrote: On Friday 16 September 2005 12:59 pm, Herbert Poetzl wrote: Thanks for the comments. will make the changes.. on a further note since I see there is a meeting starting, after doing things the way Aiken does them, using the following: cp -al master/* avon find avon -type f -

Re: [Vserver] this doc needs checking for accuracy

2005-09-16 Thread Chuck
On Friday 16 September 2005 02:48 pm, Chuck wrote: one more update... i just tried to start the guest and got this davin vservers # vserver vsdavin5 start chroot-shopen("/etc/mtab"): Too many links secure-mount: open(): Too many links Failed to update mtab-file secure-mount: open(): Too many lin

Re: [Vserver] this doc needs checking for accuracy

2005-09-16 Thread Chuck
On Friday 16 September 2005 02:37 pm, Chuck wrote: update on this.. it seems i can rename the link or even delete it from the shell, but nano cannot save to it. i can copy it to a temp name, delete it and rename the temp and it becomes a regular file locally.. seems only when nano tries to ed

Re: [Vserver] this doc needs checking for accuracy

2005-09-16 Thread Chuck
On Friday 16 September 2005 12:59 pm, Herbert Poetzl wrote: Thanks for the comments. will make the changes.. on a further note since I see there is a meeting starting, after doing things the way Aiken does them, using the following: cp -al master/* avon find avon -type f -exec setattr --iu

Re: [Vserver] this doc needs checking for accuracy

2005-09-16 Thread Herbert Poetzl
On Fri, Sep 16, 2005 at 11:34:44AM -0400, Chuck wrote: > and possible additions > > proper editing will be done after the information within is accurate. > > - > -- gentoo specific > set up host as per gentoo how-to > and create template as it

[Vserver] this doc needs checking for accuracy

2005-09-16 Thread Chuck
and possible additions proper editing will be done after the information within is accurate. - set up host as per gentoo how-to and create template as it specifies. add desired common services. start and test the template. create new-guest usi

Re: [Vserver] I think I goofed [solved]

2005-09-16 Thread Chuck
On Friday 16 September 2005 11:16 am, Herbert Poetzl wrote: > On Fri, Sep 16, 2005 at 11:12:24AM -0400, Chuck wrote: > > On Friday 16 September 2005 11:08 am, Herbert Poetzl wrote: > > > On Fri, Sep 16, 2005 at 10:56:49AM -0400, Chuck wrote: > > > > On Friday 16 September 2005 10:52 am, Herbert Poe

Re: [Vserver] I think I goofed [solved]

2005-09-16 Thread Herbert Poetzl
On Fri, Sep 16, 2005 at 11:12:24AM -0400, Chuck wrote: > On Friday 16 September 2005 11:08 am, Herbert Poetzl wrote: > > On Fri, Sep 16, 2005 at 10:56:49AM -0400, Chuck wrote: > > > On Friday 16 September 2005 10:52 am, Herbert Poetzl wrote: > > > > > > > note: the --iunlink sets the 'immutable' f

Re: [Vserver] I think I goofed [solved]

2005-09-16 Thread Chuck
On Friday 16 September 2005 11:08 am, Herbert Poetzl wrote: > On Fri, Sep 16, 2005 at 10:56:49AM -0400, Chuck wrote: > > On Friday 16 September 2005 10:52 am, Herbert Poetzl wrote: > > > > > note: the --iunlink sets the 'immutable' flag as well as > > > the 'immutable unlink' flag, basically makin

Re: [Vserver] I think I goofed [solved]

2005-09-16 Thread Herbert Poetzl
On Fri, Sep 16, 2005 at 10:56:49AM -0400, Chuck wrote: > On Friday 16 September 2005 10:52 am, Herbert Poetzl wrote: > > > note: the --iunlink sets the 'immutable' flag as well as > > the 'immutable unlink' flag, basically making those files > > immutable against changes, which not even the CoW li

Re: [Vserver] I think I goofed [solved]

2005-09-16 Thread Chuck
On Friday 16 September 2005 10:52 am, Herbert Poetzl wrote: > note: the --iunlink sets the 'immutable' flag as well as > the 'immutable unlink' flag, basically making those files > immutable against changes, which not even the CoW link > breaking will break, as they are not hardlinked anymore > >

Re: [Vserver] I think I goofed [solved]

2005-09-16 Thread Herbert Poetzl
On Fri, Sep 16, 2005 at 10:37:12AM -0400, Chuck wrote: > On Thursday 15 September 2005 11:44 pm, Chuck wrote: > > The error below has been fixed. > > I make my clones using > > cp -la template/* new-guest > > to create links. Then I remove etc root home and var from the guest > and copy real

Re: [Vserver] dhcpd service within a vserver and the newstyle config

2005-09-16 Thread Herbert Poetzl
On Fri, Sep 16, 2005 at 11:00:26AM +0200, Karsten Horsmann wrote: > Hello. > > On my servers i used the Vserver-Patch 2.0 and i like it. So i took > the patch vs2.1.0-pre7 on my laptop with 2.6.13.1 Kernel. > > Works find with Debian/Sarge and the Debian util-vserver from Sid. > > Now i ve two p

Re: [Vserver] I think I goofed [solved]

2005-09-16 Thread Chuck
On Thursday 15 September 2005 11:44 pm, Chuck wrote: The error below has been fixed. I make my clones using cp -la template/* new-guest to create links. Then I remove etc root home and var from the guest and copy real files into it from the template rather than have links in those. The prob

[Vserver] dhcpd service within a vserver and the newstyle config

2005-09-16 Thread Karsten Horsmann
Hello. On my servers i used the Vserver-Patch 2.0 and i like it. So i took the patch vs2.1.0-pre7 on my laptop with 2.6.13.1 Kernel. Works find with Debian/Sarge and the Debian util-vserver from Sid. Now i ve two problems. I want to use an dhcpd within the vserver guest and i want diffrent netwo