Re: [Vserver] sshd and ptys

2005-10-06 Thread Matthieu
Hello, I had the same problem : Is /dev/pts mounted in the vserver ? If not, you have to add to /etc/vserver/vserver name/fstab the line : devpts /dev/ptsdevpts rw,gid=5,mode=620 0 0 Hope that helps. Matthieu Jim Wight a écrit : I'm returning to VServer after being away

Re: [Vserver] sshd and ptys

2005-10-06 Thread Jim Wight
On Thu, 2005-10-06 at 08:56 +0200, Matthieu wrote: I had the same problem : Is /dev/pts mounted in the vserver ? If not, you have to add to /etc/vserver/vserver name/fstab the line : devpts /dev/ptsdevpts rw,gid=5,mode=620 0 0 Hope that helps. Yes it does. Thanks. I did

Re: [Vserver] Vserver newbie: problems when build guest server on FC4

2005-10-06 Thread Guenther Fuchs
Hi there, on Donnerstag, 06. Oktober 2005 at 02:10 on the list was posted: I have FC4 x86 ... I tried to build a FC4 using apt-rpm method at the end. Unfortunately I cannot tell where but somewhere I found tron recommendations for FC4 _not_ to use apt-rpm anymore as those repositories

[Vserver] vtop?

2005-10-06 Thread Gaz Wilson
I know we have the vps process which can essentially show a ps output of all things running within vservers from the host, but has anyone ever looked into patching the program top, or writing a new version which will act like top on the host, showing the UIDs and run states of all processes in

Re: [Vserver] vtop?

2005-10-06 Thread Chuck
On Thursday 06 October 2005 06:48 am, Gaz Wilson wrote: It is included in the util-vserver-0.30.208-r3 and I believe in the r2 version as well. I know we have the vps process which can essentially show a ps output of all things running within vservers from the host, but has anyone ever

Re: [Vserver] vtop?

2005-10-06 Thread Tom Laermans
On Thu, 2005-10-06 at 11:48 +0100, Gaz Wilson wrote: Having one version on top on the host to monitor all processes in the vservers would be great! Are there any plans? (Or indeed has someone already done it and I don't know?) tequila:~# dpkg -S /usr/sbin/vtop util-vserver: /usr/sbin/vtop

[Vserver] results of the patch after 4 hours of running

2005-10-06 Thread Chuck
I stopped the qmail guest, and it timed out. It left the pid file. The guest was not in the process list. Proc thought there were 3 vservers running however. cat /proc/virtual/status #CTotal:3 #CActive: 3 and when I tried to restart the guest it said it was already running. I

Re: [Vserver] vtop?

2005-10-06 Thread Grzegorz Nosek
As far as I know vtop has been part of the tools for quite a long time :) Tom Hello all That's right but vtop is (at least in my 0.30.208.something) just a shell wrapper around top (something to the effect of chcontext --xid=1 /usr/bin/top) so the display does not include vserver

Re: [Vserver] vtop?

2005-10-06 Thread Gaz Wilson
On Thu, 6 Oct 2005, Chuck wrote: On Thursday 06 October 2005 06:48 am, Gaz Wilson wrote: It is included in the util-vserver-0.30.208-r3 and I believe in the r2 version as well. H-ha - you're ruight - quick upgrade from the rather old version on a test box and yes, it's there. Thanks

Re: [Vserver] vtop?

2005-10-06 Thread Gaz Wilson
On Thu, 6 Oct 2005, Grzegorz Nosek wrote: That's right but vtop is (at least in my 0.30.208.something) just a shell wrapper around top (something to the effect of chcontext --xid=1 /usr/bin/top) so the display does not include vserver name/context. I might be patching top to implement vserver

Re: [Vserver] Vserver newbie: problems when build guest server on FC4

2005-10-06 Thread Enrico Scholz
[EMAIL PROTECTED] (Steven Truong) writes: Hello, all. I am a vservers newbie. I have tried to setup vservers and learn more about it. I have FC4 x86 with kernel 2.6.12. I applied the patch-2.6.12.4-vs4 to the vanilla kernel. I also installed dietlibc-0.29, beecrypt-4.1.2-8, and

Re: [Vserver] Vserver newbie: problems when build guest server on FC4

2005-10-06 Thread Enrico Scholz
[EMAIL PROTECTED] (Guenther Fuchs) writes: So I would recommend using yum - this works very fine here (as long as you ensure not using yum version 2.3 and _not_ 2.4 - later version breaks compatibility with Enrico's util-vserver tools) Please try the patch from the contrib/ dir (the 2.3.4 one

Re: [Vserver] Vserver newbie: problems when build guest server on FC4

2005-10-06 Thread Eric Jorgensen
I am using FC4 with 0.30.208 with yum, and except for having to downgrade the yum on host to 2.3.2, it has worked very, very well for me. I haven't applied the patch and I get the warning message, but I it's been smooth sailing for me. I have created a local FC4 updates repository, so I can

Re: [Vserver] Vserver newbie: problems when build guest server on FC4

2005-10-06 Thread Guenther Fuchs
Hi there, on Donnerstag, 06. Oktober 2005 at 17:22 on the list was posted: Please try the patch from the contrib/ dir (the 2.3.4 one applies to 2.4 also). I built lots of FC4 vservers on FC4 hosts so it seems to work ;) Hmmm - found the patch but no real explanation on how to use it / i.e.

Re: [Vserver] Vserver newbie: problems when build guest server on FC4

2005-10-06 Thread Enrico Scholz
[EMAIL PROTECTED] (Guenther Fuchs) writes: Please try the patch from the contrib/ dir (the 2.3.4 one applies to 2.4 also). I built lots of FC4 vservers on FC4 hosts so it seems to work ;) Hmmm - found the patch but no real explanation on how to use it / i.e. what files to patch?! Is this

Re: [Vserver] Vserver newbie: problems when build guest server on FC4

2005-10-06 Thread Steven Truong
Thanks all for your information. I am going to try yum for building the guest. Once again, thank you very much. Steven.On 10/5/05, Steven Truong [EMAIL PROTECTED] wrote: Thank Mr. Poetzl. I could not find any similar infor on the problems. Btw, I used the patch-2.6.12.4-vs2.0 not vs4. Thanks

Re: [Vserver] Vserver newbie: problems when build guest server on FC4

2005-10-06 Thread Steven Truong
Hello, Mr. Scholz and everybody. Could you please tell me where I could get the patch for yum and how to apply it? At this point I am very new to vservers and just have no idea of where the patch you mentioned. I looked at http://www.13thfloor.at/vserver/s_rel26/v2.0/ but could not find it.