Re: [Vserver] Ubuntu Guest Image

2005-04-28 Thread Christian Hergert
You could always debootstrap to an image backed file using: debootstrap hoary /path/to/image/mount http:// us.archive.ubuntu.com/ubuntu ~ chris On Apr 28, 2005, at 6:10 PM, Darryl Ross wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Heyas All, Does anyone have a Ubuntu Hoary guest image b

[Vserver] Ubuntu Guest Image

2005-04-28 Thread Darryl Ross
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Heyas All, Does anyone have a Ubuntu Hoary guest image built? Alternatively, is it possible to use the debian-newvserver.sh script to build a hoary vserver? Thanks Darryl -BEGIN PGP SIGNATURE- Version: GnuPG v1.2.5 (GNU/Linux) iD8DBQFCcYlx

Re: [Vserver] Vservers and Rootkits

2005-04-28 Thread Bodo Eggert
On Thu, 28 Apr 2005, Roderick A. Anderson wrote: > I have a vserver that has all the indicators that is is a victim of a root > kit ( SucKIT ). In my readings so far I see that SucKIT is is loaded > through /dev/kmem ( ie. it doesn't need a kernel sith support for loadable > kernel modules --

Re: [Vserver] Vservers and Rootkits

2005-04-28 Thread Herbert Poetzl
On Thu, Apr 28, 2005 at 02:31:23PM -0700, Roderick A. Anderson wrote: > I have a vserver that has all the indicators that is is a victim of a root > kit ( SucKIT ). In my readings so far I see that SucKIT is is loaded > through /dev/kmem ( ie. it doesn't need a kernel sith support for loadable l

Re: [Vserver] FW: Oracle 10g... any Production Environments on VServer?

2005-04-28 Thread Sam Vilain
Matthew Nuzum wrote: I'm a big postgres fan and closely follow the performance mailing list. These features sound intriguing so I'm going to enquire about their status. Ah, my plan is falling into place... features are available to me. BTW, one interesting feature that Oracle has is the ability to

[Vserver] Vservers and Rootkits

2005-04-28 Thread Roderick A. Anderson
I have a vserver that has all the indicators that is is a victim of a root kit ( SucKIT ). In my readings so far I see that SucKIT is is loaded through /dev/kmem ( ie. it doesn't need a kernel sith support for loadable kernel modules -- ). This i

Re: [Vserver] ifconfig_iproot() problem in vserver script

2005-04-28 Thread Herbert Poetzl
On Thu, Apr 28, 2005 at 05:55:47PM +0200, Stephan Sachse wrote: > Hi, > > On Thu, 28 Apr 2005 16:25:00 +0200 > Herbert Poetzl <[EMAIL PROTECTED]> wrote: > > > > my setup looks like this > > > > > > ## myvserver.conf > > > IPROOT="eth1:80.100.219.143 10.2.25.13" > > > IPROOTDEV="eth1:1" > > > >

Re: [Vserver] MTA inside a vserver

2005-04-28 Thread Pablo E. Medina
Hi, You can use nail/mailrc to set remote host settings. http://nail.sourceforge.net/ Pablo >I hope this isn't considered to be an idiotic question, but here goes: > >What's the minimal way to configure a vserver (using FC3 for both host >and guest) to be able to send OUTGOING email via the s

[Vserver] MTA inside a vserver

2005-04-28 Thread Paul S. Gumerman
I hope this isn't considered to be an idiotic question, but here goes: What's the minimal way to configure a vserver (using FC3 for both host and guest) to be able to send OUTGOING email via the sendmail service that is already running on the host I've got cron jobs running in a vserver tha

Re: [Vserver] ifconfig_iproot() problem in vserver script

2005-04-28 Thread Stephan Sachse
Hi, On Thu, 28 Apr 2005 16:25:00 +0200 Herbert Poetzl <[EMAIL PROTECTED]> wrote: > > my setup looks like this > > > > ## myvserver.conf > > IPROOT="eth1:80.100.219.143 10.2.25.13" > > IPROOTDEV="eth1:1" > > which is just plain wrong, you _never_ specify an alias as device > > if you want both

[Vserver] FW: Oracle 10g... any Production Environments on VServer?

2005-04-28 Thread Matthew Nuzum
> >>Sadly, Postgres is missing these important features; > >> - bitmap indexes > >> - OLAP query re-writing I'm a big postgres fan and closely follow the performance mailing list. These features sound intriguing so I'm going to enquire about their status. Interestingly, I've heard recent discuss

Re: [Vserver] ifconfig_iproot() problem in vserver script

2005-04-28 Thread Herbert Poetzl
On Thu, Apr 28, 2005 at 01:06:26PM +0200, Stephan Sachse wrote: > Hi, > > my setup looks like this > > ## myvserver.conf > IPROOT="eth1:80.100.219.143 10.2.25.13" > IPROOTDEV="eth1:1" which is just plain wrong, you _never_ specify an alias as device if you want both 80.100.219.143 and 10.2.25.1

Re: [Vserver] kill: (1) - No such process

2005-04-28 Thread Gilles
Hi. > > > > 1. vserver not running: no processes. > > 2. start vserver: still no processes. > > 3. stop vserver: every application closed becomes . > > 4. impossible to start the vserver again: > > vcontext: vc_create_context(): File exists. > >And "init" is hung (have to reset the com

[Vserver] ifconfig_iproot() problem in vserver script

2005-04-28 Thread Stephan Sachse
Hi, my setup looks like this ## myvserver.conf IPROOT="eth1:80.100.219.143 10.2.25.13" IPROOTDEV="eth1:1" ## eth1 inet Adresse:80.100.219.140 Bcast:80.100.219.255 Mask:255.255.255.128 ## eth1:1 inet Adresse:10.2.25.3 Bcast:10.2.25.255 Mask:255.255.255.0 in this case the vserver script configur