Re: [Vserver] 1.26 includes quota patch?

2004-03-29 Thread sim0n
hmm, if that is you only cause for concern, I guess I can help you here ... thnx... :-) whenever the quota patches for a stable release (and usually for the devel releases too) doesn't apply anymore without fuzz or rejects, please notify me, and they will be updated to match the new

Re: [Vserver] uid problem after vserver update

2004-03-29 Thread Lars Braeuer
Herbert Poetzl wrote: What would be the right formula for reassembling the id's for vs1.27 + quota? currently the best format would probably be UID24/GID24 #define XIDINO_UID(uid, xid) (((uid) 0xFF) | (((xid) 0xFF00) 16)) #define XIDINO_GID(gid, xid) (((gid) 0xFF) | (((xid)

Re: [Vserver] 1.26 includes quota patch?

2004-03-29 Thread Herbert Poetzl
On Mon, Mar 29, 2004 at 01:02:46PM +0200, sim0n wrote: do those quota patches work for xfs as well? no oh :-( what filesystems are supported then? what do you use or recommend to use ? i would really prefer not to use ext3... ext2, ext3 are supported (for quota), reiserfs uses the

Re: [Vserver] vserver + grsec + gradm problem

2004-03-29 Thread Herbert Poetzl
On Mon, Mar 29, 2004 at 08:02:44AM +0200, Marc-Christian Petersen wrote: On Saturday 27 March 2004 04:10, Justinas S. wrote: Hi Justinas, Weird thing happened after i rebooted to my new kernel: # gradm -E # gradm -a Password: Could not open /proc/sys/kernel/grsecurity/acl open:

Re: [Vserver] uid problem after vserver update

2004-03-29 Thread Herbert Poetzl
On Mon, Mar 29, 2004 at 01:58:57PM +0200, Lars Braeuer wrote: Herbert Poetzl wrote: What would be the right formula for reassembling the id's for vs1.27 + quota? currently the best format would probably be UID24/GID24 #define XIDINO_UID(uid, xid) (((uid) 0xFF) | (((xid)

Re: [Vserver] uid problem after vserver update

2004-03-29 Thread Herbert Poetzl
On Mon, Mar 29, 2004 at 03:47:00PM +0200, Lars Braeuer wrote: Herbert Poetzl wrote: On Mon, Mar 29, 2004 at 01:58:57PM +0200, Lars Braeuer wrote: Herbert Poetzl wrote: What would be the right formula for reassembling the id's for vs1.27 + quota? currently the best format would

RE: [Vserver] vserver + grsec + gradm problem

2004-03-29 Thread Justinas S.
Hi, I want to use gradm on main system, not in vserver, but as you can see I can't because of this error. I'm successfully running kernel with grsec + gradm, but I can't run vserver + grsec + gradm. Thanks, Justinas -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL

[Vserver] iptables POM extras repository

2004-03-29 Thread Roderick A. Anderson
Has anyone applied the IPTables POM patches from the extras repository at netfilter.org? I just started looking into it and like a couple of the modules. Not sure if they will work/function/work-with(in) a vserver especially TARPIT and those that could be used for honey-potting. Thoughts?

[Vserver] vserver+drbd

2004-03-29 Thread Lucas Albers
Are their any updated directions on using HA+drbd+vserver for high availiablity vserver clustering? I'm looking for some setup directions on how to use all these items together for HA vserver clustering. -- Luke Computer Science System Administrator Security Administrator,College of Engineering

[Vserver] [RFC] Future Linux-Vserver Networking (Part 2)

2004-03-29 Thread Herbert Poetzl
Hello Community! as promised, here the second part, with some concepts about routing (I'll save the netfilter stuff for the next part) I did some examples last time with QEMU and I will use it again to illustrate the internals (you can use UML or VMware or a real network to do this).

Re: [Vserver] Lean, mean, vserver machine (ah... kernel)

2004-03-29 Thread Roderick A. Anderson
On Wed, 25 Feb 2004, Sam Vilain wrote: Turning off the modules you don't use is a minefield, there is no simple answer. Boy did I discover that. Build a new kernel last Friday, cut way back module/driver-wise booted it and got no errors and all the vservers were running or at least appeared

Re: [Vserver] vserver + grsec + gradm problem

2004-03-29 Thread Dariush Pietrzak
I want to use gradm on main system, not in vserver, but as you can see I can't because of this error. I'm successfully running kernel with grsec + gradm, but I can't run vserver + grsec + gradm. and what is strange about that? (I'm trying to ride a bike, no problem here. I'm trying to drive

[Vserver] Using software raid with vserver

2004-03-29 Thread Lucas Albers
I recently wrote a document on using the mdadm tools on linux for debian systems. imo Mdadm is much easier then raidtools or raidtools to use for software raid. It include directions on configure a system to switch the root parttion to software raid, and confgiguring software raid. While this is

Re: [Vserver] iptables POM extras repository

2004-03-29 Thread Roderick A. Anderson
On Mon, 29 Mar 2004, Liam Helmer wrote: Works no problem. You can use my patchset if you're running 2.4.25: Thanks Liam. http://strongboxlinux.com/files/linux-2.4.25sbl1/ vserver+POM+supermount+evfs+freeswan+a few other things Wow. Super patchset! For those of us slightly Linux

Re: [Vserver] vserver-1.26 with linux-2.4.24 vmscan bug

2004-03-29 Thread Andreas Reck
Hello Herbert, Am Don, den 18.03.2004 schrieb Herbert Poetzl um 18:25: see http://lkml.org/lkml/2004/3/3/180 (guess it's a rare bug() not found/fixed yet) yea that's the thread I've meant, after reading this I decided to downgrade to linux-2.4.24 again. Just wondered because my search in

Re: [Vserver] vserver + grsec + gradm problem

2004-03-29 Thread Sandino Araico Sánchez
Dariush Pietrzak wrote: I want to use gradm on main system, not in vserver, but as you can see I can't because of this error. I'm successfully running kernel with grsec + gradm, but I can't run vserver + grsec + gradm. and what is strange about that? (I'm trying to ride a bike, no problem

Re: [Vserver] vserver + grsec + gradm problem

2004-03-29 Thread Sandino Araico Sánchez
Lucas Albers wrote: I was under the impression that you were not supposed to use gradm with vservers? The master server can enable/disable /proc/sys/kernel/grsecurity flags until /proc/sys/kernel/grsecurity/lock is turned on, the chrooted chcontexted processes inside a vps havs no permission

RE: [Vserver] vserver + grsec + gradm problem

2004-03-29 Thread Justinas S.
Hi Sandino, Thanks for your reply. Do you have any suggestions how I can solve my problem? More details: After (on main system - not vserver, after building kernel, compiling gradm and rebooting) # gradm -E # gradm -a Password: Could not open /proc/sys/kernel/grsecurity/acl open: Permission