[Vserver] Read this guide if you plan to give vs20 a try! [Comment: Please dont use these by now! I spotted some problems - updates to come]

2005-10-08 Thread stefan julius




Hello Herbert,
I have a special question to the Step-by-Step documentation,
I tried for several days to install vs2.0 and yesterday I've read this 
comment in the subject.
Now I wanna know if it is not possible to install these version or shpould I try to install the older version 
VServer 1.2.10 and where ist the How To, or can I make it in the same way as with the vs2.0, because 
I have patched the kernel with patch-2.6.12.4-vs2.0.diff.bz2!



Thanx for help


Greetinx Stefan


___
Vserver mailing list
Vserver@list.linux-vserver.org
http://list.linux-vserver.org/mailman/listinfo/vserver


[Vserver] update on rc4

2005-10-08 Thread Chuck

in a short phrase it took everything i could give it.

after 7.5 hrs running, individual stop start restart worked fine.
using init script, global stop start restart worked fine.
rebooting letting init shut them down worked fine.

ill try again tonight after 12-14 hrs running and if that passes then 
once more tomorrow night after 24 hrs running

looking good so far!

-- 

Chuck



___
Vserver mailing list
Vserver@list.linux-vserver.org
http://list.linux-vserver.org/mailman/listinfo/vserver


Re: [Vserver] Unexpected behaviour with bind mounts

2005-10-08 Thread Enrico Scholz
[EMAIL PROTECTED] (Jim Wight) writes:

 I am seeing odd behaviour with bind mounts. For example, if I specify

   mount --bind /tmp /vservers/tkt/opt

 in pre-start, and

Be very careful when doing such stuff (resp. make sure that the vserver
is trusted). Else, an attacker within the vserver can cause execution of
arbitrary commands in the host...

(hint: think of a symlink /vservers/tkt/opt - /bin)


   umount /vservers/tkt/opt

 in post-stop (or postpost-stop),

* these scripts are NOT executed within the vserver namespace so
  /vservers/tkt/opt is not mounted at this place

* there is not much need for an explicit unmount; when the last process
  of the vserver/context dies, the namespace will not be referenced
  anymore and an implicit unmount happens




Enrico


pgpXspse5qNCN.pgp
Description: PGP signature
___
Vserver mailing list
Vserver@list.linux-vserver.org
http://list.linux-vserver.org/mailman/listinfo/vserver


[Vserver] problem with rc4 or with my settings?

2005-10-08 Thread Chuck
this is on the dell with the rc4 patch. i have not tried the vanilla kernel 
yet.

when i shut down i get this after the power down sequence

* Remounting remaining filesystems readonly ...  
[ ok ]
Power down.

Badness in send_IPI_mask_bitmask at arch/i386/kernel/smp.c:168
 [c0110a36] send_IPI_mask_bitmask+0x86/0x90
 [c0110e5f] smp_send_reschedule+0x1f/0x30
 [c0117852] move_tasks+0x1d2/0x260
 [c0117fb8] active_load_balance+0xb8/0xd0
 [c0119cfe] migration_thread+0xce/0x100
 [c0119c30] migration_thread+0x0/0x100
 [c01327da] kthread+0xba/0xc0
 [c0132720] kthread+0x0/0xc0
 [c01011e5] kernel_thread_helper+0x5/0x10


im going to make a vanilla kernel for it and see if that cures the problem

-- 

Chuck

...and the hordes of M$*ft users descended upon me in their anger,
and asked 'Why do you not get the viruses or the BlueScreensOfDeath
or insecure system troubles and slowness or pay through the nose 
for an OS as *we* do?!!', and I answered...'I use Linux'. 
The Book of John, chapter 1, page 1, and end of book


___
Vserver mailing list
Vserver@list.linux-vserver.org
http://list.linux-vserver.org/mailman/listinfo/vserver


[Vserver] Missing Gentoo init script?

2005-10-08 Thread Chuck

It appears that the ebuild for util-vserver-0.30.208-r3 is missing the 
vprocunhide init script. On a clean system it did not install one and I could 
not find one. I copied one from another host.

-- 

Chuck



___
Vserver mailing list
Vserver@list.linux-vserver.org
http://list.linux-vserver.org/mailman/listinfo/vserver


Re: [Vserver] problem with rc4 or with my settings?

2005-10-08 Thread Herbert Poetzl
On Sat, Oct 08, 2005 at 02:09:57PM -0400, Chuck wrote:
 On Saturday 08 October 2005 01:36 pm, Chuck wrote:
 
 could this be a possible cause? is my cpu setting in error?
 
  i have the processor type set to
 
 Processor family (Pentium-III/Celeron(Coppermine)/Pentium-III Xeon)
 
 but the processors are katmai not coppermine... they are, however, xeon 
 processors... here is just a portion of the cat /proc/cpuinfo

could be, could also be the result of a broken BIOS
and/or incomplete ACPI implementation ...

 processor   : 3
 vendor_id   : GenuineIntel
 cpu family  : 6
 model   : 7
 model name  : Pentium III (Katmai)
 stepping: 3
 cpu MHz : 500.111
 cache size  : 1024 KB
 fdiv_bug: no
 hlt_bug : no
 f00f_bug: no
 coma_bug: no
 fpu : yes
 fpu_exception   : yes
 cpuid level : 2
 wp  : yes
 flags   : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca 
 cmov pat pse36 mmx fxsr sse
 bogomips: 1000.15
 
 
  this is on the dell with the rc4 patch. i have not tried the vanilla kernel 
  yet.
  
  when i shut down i get this after the power down sequence
  
  * Remounting remaining filesystems readonly ...  
  [ ok ]
  Power down.
  
  Badness in send_IPI_mask_bitmask at arch/i386/kernel/smp.c:168
   [c0110a36] send_IPI_mask_bitmask+0x86/0x90
   [c0110e5f] smp_send_reschedule+0x1f/0x30
   [c0117852] move_tasks+0x1d2/0x260
   [c0117fb8] active_load_balance+0xb8/0xd0
   [c0119cfe] migration_thread+0xce/0x100
   [c0119c30] migration_thread+0x0/0x100
   [c01327da] kthread+0xba/0xc0
   [c0132720] kthread+0x0/0xc0
   [c01011e5] kernel_thread_helper+0x5/0x10

would not worry too much about that ... 
you could try using APM for power down via BIOS

HTH,
Herbert

  im going to make a vanilla kernel for it and see if that cures the problem
  
  -- 
  
  Chuck
  
  ...and the hordes of M$*ft users descended upon me in their anger,
  and asked 'Why do you not get the viruses or the BlueScreensOfDeath
  or insecure system troubles and slowness or pay through the nose 
  for an OS as *we* do?!!', and I answered...'I use Linux'. 
  The Book of John, chapter 1, page 1, and end of book
  
  
  ___
  Vserver mailing list
  Vserver@list.linux-vserver.org
  http://list.linux-vserver.org/mailman/listinfo/vserver
  
 
 -- 
 
 Chuck
 
 ...and the hordes of M$*ft users descended upon me in their anger,
 and asked 'Why do you not get the viruses or the BlueScreensOfDeath
 or insecure system troubles and slowness or pay through the nose 
 for an OS as *we* do?!!', and I answered...'I use Linux'. 
 The Book of John, chapter 1, page 1, and end of book
 
 
 ___
 Vserver mailing list
 Vserver@list.linux-vserver.org
 http://list.linux-vserver.org/mailman/listinfo/vserver
___
Vserver mailing list
Vserver@list.linux-vserver.org
http://list.linux-vserver.org/mailman/listinfo/vserver


Re: [Vserver] problem with rc4 or with my settings?

2005-10-08 Thread Chuck
On Saturday 08 October 2005 06:25 pm, Herbert Poetzl wrote:


heh that was a reboot command though...  hmm... acpi is shut off totally in 
linux.. have to tell jon to be sure its off in the bios too

 On Sat, Oct 08, 2005 at 02:09:57PM -0400, Chuck wrote:
  On Saturday 08 October 2005 01:36 pm, Chuck wrote:
  
  could this be a possible cause? is my cpu setting in error?
  
   i have the processor type set to
  
  Processor family (Pentium-III/Celeron(Coppermine)/Pentium-III Xeon)
  
  but the processors are katmai not coppermine... they are, however, xeon 
  processors... here is just a portion of the cat /proc/cpuinfo
 
 could be, could also be the result of a broken BIOS
 and/or incomplete ACPI implementation ...
 
  processor   : 3
  vendor_id   : GenuineIntel
  cpu family  : 6
  model   : 7
  model name  : Pentium III (Katmai)
  stepping: 3
  cpu MHz : 500.111
  cache size  : 1024 KB
  fdiv_bug: no
  hlt_bug : no
  f00f_bug: no
  coma_bug: no
  fpu : yes
  fpu_exception   : yes
  cpuid level : 2
  wp  : yes
  flags   : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca 
  cmov pat pse36 mmx fxsr sse
  bogomips: 1000.15
  
  
   this is on the dell with the rc4 patch. i have not tried the vanilla 
kernel 
   yet.
   
   when i shut down i get this after the power down sequence
   
   * Remounting remaining filesystems readonly ...  
   [ ok ]
   Power down.
   
   Badness in send_IPI_mask_bitmask at arch/i386/kernel/smp.c:168
[c0110a36] send_IPI_mask_bitmask+0x86/0x90
[c0110e5f] smp_send_reschedule+0x1f/0x30
[c0117852] move_tasks+0x1d2/0x260
[c0117fb8] active_load_balance+0xb8/0xd0
[c0119cfe] migration_thread+0xce/0x100
[c0119c30] migration_thread+0x0/0x100
[c01327da] kthread+0xba/0xc0
[c0132720] kthread+0x0/0xc0
[c01011e5] kernel_thread_helper+0x5/0x10
 
 would not worry too much about that ... 
 you could try using APM for power down via BIOS
 
 HTH,
 Herbert
 
   im going to make a vanilla kernel for it and see if that cures the 
problem
   
   -- 
   
   Chuck
   
   ...and the hordes of M$*ft users descended upon me in their anger,
   and asked 'Why do you not get the viruses or the BlueScreensOfDeath
   or insecure system troubles and slowness or pay through the nose 
   for an OS as *we* do?!!', and I answered...'I use Linux'. 
   The Book of John, chapter 1, page 1, and end of book
   
   
   ___
   Vserver mailing list
   Vserver@list.linux-vserver.org
   http://list.linux-vserver.org/mailman/listinfo/vserver
   
  
  -- 
  
  Chuck
  
  ...and the hordes of M$*ft users descended upon me in their anger,
  and asked 'Why do you not get the viruses or the BlueScreensOfDeath
  or insecure system troubles and slowness or pay through the nose 
  for an OS as *we* do?!!', and I answered...'I use Linux'. 
  The Book of John, chapter 1, page 1, and end of book
  
  
  ___
  Vserver mailing list
  Vserver@list.linux-vserver.org
  http://list.linux-vserver.org/mailman/listinfo/vserver
 

-- 

Chuck

...and the hordes of M$*ft users descended upon me in their anger,
and asked 'Why do you not get the viruses or the BlueScreensOfDeath
or insecure system troubles and slowness or pay through the nose 
for an OS as *we* do?!!', and I answered...'I use Linux'. 
The Book of John, chapter 1, page 1, and end of book


___
Vserver mailing list
Vserver@list.linux-vserver.org
http://list.linux-vserver.org/mailman/listinfo/vserver


Re: [Vserver] Missing Gentoo init script?

2005-10-08 Thread Benedikt Boehm
On Saturday 08 October 2005 22:19, Chuck wrote:
 It appears that the ebuild for util-vserver-0.30.208-r3 is missing the
 vprocunhide init script. On a clean system it did not install one and I
 could not find one. I copied one from another host.

you should read the messages popping up after the build of util-vserver

the two init scripts (vprocunhide and vservers) have been merged into one 
(vservers)
___
Vserver mailing list
Vserver@list.linux-vserver.org
http://list.linux-vserver.org/mailman/listinfo/vserver


Re: [Vserver] Missing Gentoo init script?

2005-10-08 Thread Chuck
On Saturday 08 October 2005 08:01 pm, Benedikt Boehm wrote:


its a good place to put it when you use the vservers init script to auto 
start. but when you dont  there is no option to call vservers unhide  or some 
such to just run vprocunhide... i know i can set all the guests to some mark 
other than default or change the default to some other name, but when working 
on the systems its a pain to keep editing back and forth so vservers doesnt 
find anything to start..

please realize this is my own uneducated opinion, but i still vote for a 
separatre script. for me the way i work and use them its far more convenient.

i just re-emerged util-vserver-0.30.208-r3  to see the msg that i missed... it 
doesnt tell me that vprocunhide is no longer a separate script. it tells me 
to run vprocunhide then goes on to tell me an init script was installed and 
how to add it with no reference that vprocunhide was added into it.. there is 
nothing about changes.. sorry:)

* You have to run the vprocunhide command after every reboot
 * in order to setup /proc permissions correctly for vserver
 * use. An init script has been installed by this package.
 * To use it you should add it to a runlevel:
 *
 *  rc-update add vserver default
 *
 * This init script will also help you to start/stop your vservers
 * on reboot. See /etc/conf.d/vserver for details



 On Saturday 08 October 2005 22:19, Chuck wrote:
  It appears that the ebuild for util-vserver-0.30.208-r3 is missing the
  vprocunhide init script. On a clean system it did not install one and I
  could not find one. I copied one from another host.
 
 you should read the messages popping up after the build of util-vserver
 
 the two init scripts (vprocunhide and vservers) have been merged into one 
 (vservers)
 ___
 Vserver mailing list
 Vserver@list.linux-vserver.org
 http://list.linux-vserver.org/mailman/listinfo/vserver
 

-- 

Chuck

...and the hordes of M$*ft users descended upon me in their anger,
and asked 'Why do you not get the viruses or the BlueScreensOfDeath
or insecure system troubles and slowness or pay through the nose 
for an OS as *we* do?!!', and I answered...'I use Linux'. 
The Book of John, chapter 1, page 1, and end of book


___
Vserver mailing list
Vserver@list.linux-vserver.org
http://list.linux-vserver.org/mailman/listinfo/vserver