[Vserver] scheduler: CPU_Scheduler paper vs CONFIG_VSERVER_HARDCPU

2007-03-01 Thread Alex Shultz
Hi list. I'm a newbie in VServer. And I'm a little bit confused about 'HARD LIMIT'. How 'hard limit' from http://linux-vserver.org/CPU_Scheduler and other docs intersects with CONFIG_VSERVER_HARDCPU kernel option? Is it the same thing or different? For example, I'd like to know, how CPU time wil

[Vserver] rm: operation not permitted

2007-03-01 Thread yanek
Hello guys, Sorry if this has been answered before, I searched the archives but the only related thread I could find does not help me much ( http://list.linux-vserver.org/archive/vserver/msg09907.html ). Trying to remove a directory (as root) on a vserver gives me an "operation not permitted" war

Re: [Vserver] scheduler: CPU_Scheduler paper vs CONFIG_VSERVER_HARDCPU

2007-03-01 Thread Herbert Poetzl
On Wed, Feb 28, 2007 at 09:29:49AM -0800, Alex Shultz wrote: > Hi list. > > I'm a newbie in VServer. And I'm a little bit confused > about 'HARD LIMIT'. How 'hard limit' from > http://linux-vserver.org/CPU_Scheduler and other docs > intersects with CONFIG_VSERVER_HARDCPU kernel option? > > Is it

Re: [Vserver] rm: operation not permitted

2007-03-01 Thread Herbert Poetzl
On Wed, Feb 28, 2007 at 11:08:42PM +0100, yanek wrote: > Hello guys, > > Sorry if this has been answered before, I searched the archives but the > only related thread I could find does not help me much > ( http://list.linux-vserver.org/archive/vserver/msg09907.html ). > > Trying to remove a direc

[Vserver] about Vserver for ARM

2007-03-01 Thread Wenbin Zhang
Hello Guys, I want to run the Vserver on Moto E680i cell phone, which is an ARM chip, specically the Intel XScale-Bulverde chip. I guess Vserver should be able to support this architecture. I downloaded the E680i kernel souce code from: https://opensource.motorola.com/sf/frs/do/downloadFile/proje

[Vserver] Re: about Vserver for ARM

2007-03-01 Thread Wenbin Zhang
Hello Guys, I want to run the Vserver on Moto E680i cell phone, which is an ARM chip, specically the Intel XScale-Bulverde chip. I guess Vserver should be able to support this architecture. I downloaded the E680i kernel souce code from: https://opensource.motorola.com/sf/frs/do/downloadFile/proje

Re: [Vserver] rm: operation not permitted

2007-03-01 Thread yanek
Hello Herbert, Thanks for your answer. On Thu, 2007-03-01 at 19:09 +0100, Herbert Poetzl wrote: snip > first, what filesystem? ext3 > second, what are the attributes of the directory > tree above those files? check with the following > tools: > > showattr -d For the dir: ---bui- change_sql

Re: [Vserver] Re: about Vserver for ARM

2007-03-01 Thread Herbert Poetzl
On Thu, Mar 01, 2007 at 01:51:20PM -0500, Wenbin Zhang wrote: > Hello Guys, > > I want to run the Vserver on Moto E680i cell phone, which is an ARM > chip, specically the Intel XScale-Bulverde chip. I guess Vserver > should be able to support this architecture. I downloaded the E680i > kernel souc

Re: [Vserver] rm: operation not permitted

2007-03-01 Thread Herbert Poetzl
On Thu, Mar 01, 2007 at 08:23:10PM +0100, yanek wrote: > Hello Herbert, > > Thanks for your answer. > > On Thu, 2007-03-01 at 19:09 +0100, Herbert Poetzl wrote: > > snip > > first, what filesystem? > > ext3 > > > second, what are the attributes of the directory > > tree above those files? chec

[Vserver] [PATCH] vserver, quota and vroot fix

2007-03-01 Thread Jan Rekorajski
Hi, The following hunk got lost sometime between 2.6.16 and 2.6.18, as Network Failure System hit me again, I just _had_ to find out why quota did not work with latest vserver patches ;) The patch is so long because quotactl_block() has to be after vroot_get_real_bdev declaration, the real meat is

[Vserver] chroot barrier problem when consolidating var and etc

2007-03-01 Thread Martin Fick
I have run into a chroot barrier problem when consolidating a vserver's etc and var files under the same parent directory. When the /etc/init.d/util-vserver script runs it sets a chroot barrier on the parent of the vserver's var directory. If the etc and var directories share this parent the barr