Re: [Vserver] Screen inside vserver

2006-01-14 Thread Oliver Welter
Herbert Poetzl wrote: PS: a simple but suprisingly natural solution is to start the screen on the host, right _before_ the enter (which will work quite fine) head -> table ARGH - great !! Will try this ;) Oliver -- Diese Nachricht wurde digital unterschrieben oliwel's public key: http://

Re: [Vserver] Screen inside vserver

2006-01-14 Thread Herbert Poetzl
On Sat, Jan 14, 2006 at 11:48:56AM -0600, Michael S. Zick wrote: > On Sat January 14 2006 11:20, Benedikt Boehm wrote: > > On Saturday 14 January 2006 17:34, Michael S. Zick wrote: > > > Using: strace -o screen.txt -e trace=file screen (from within an > > > xterm)... > > > These are the system cal

Re: [Vserver] Screen inside vserver

2006-01-14 Thread Michael S. Zick
On Sat January 14 2006 11:25, Oliver Welter wrote: > Hi Guys, > > sorry for the hints - but dont make too much noise ,) > > seems to be not that easy... > No problem. It was a good question. It needs to be dealt with sooner or later. You might want to reconsider running sshd in your guest whi

Re: [Vserver] Screen inside vserver

2006-01-14 Thread Michael S. Zick
On Sat January 14 2006 11:20, Benedikt Boehm wrote: > On Saturday 14 January 2006 17:34, Michael S. Zick wrote: > > Using: strace -o screen.txt -e trace=file screen (from within an xterm)... > > > > These are the system calls (in the guest) that you have to make succeed > > from the host that is ru

Re: [Vserver] Screen inside vserver

2006-01-14 Thread Oliver Welter
Hi Guys, sorry for the hints - but dont make too much noise ,) seems to be not that easy... Oliver -- Diese Nachricht wurde digital unterschrieben oliwel's public key: http://www.oliwel.de/oliwel.crt Basiszertifikat: http://www.ldv.ei.tum.de/page72 smime.p7s Description: S/MIME Cryptographic

Re: [Vserver] Screen inside vserver

2006-01-14 Thread Benedikt Boehm
On Saturday 14 January 2006 17:34, Michael S. Zick wrote: > Using: strace -o screen.txt -e trace=file screen (from within an xterm)... > > These are the system calls (in the guest) that you have to make succeed > from the host that is running udev (the pts/1 is because the xterm is using > pts/0):

Re: [Vserver] Screen inside vserver

2006-01-14 Thread Michael S. Zick
On Sat January 14 2006 09:48, Benedikt Boehm wrote: > On Saturday 14 January 2006 16:46, Benedikt Boehm wrote: > > On Saturday 14 January 2006 16:08, Michael S. Zick wrote: > > > On Sat January 14 2006 08:59, Michael S. Zick wrote: > > > > On Sat January 14 2006 06:40, Oliver Welter wrote: > > > >

Re: [Vserver] Screen inside vserver

2006-01-14 Thread Benedikt Boehm
On Saturday 14 January 2006 16:46, Benedikt Boehm wrote: > On Saturday 14 January 2006 16:08, Michael S. Zick wrote: > > On Sat January 14 2006 08:59, Michael S. Zick wrote: > > > On Sat January 14 2006 06:40, Oliver Welter wrote: > > > > eyck wrote: > > > > >> afair, you have to ssh into the box t

Re: [Vserver] Screen inside vserver

2006-01-14 Thread Benedikt Boehm
On Saturday 14 January 2006 16:08, Michael S. Zick wrote: > On Sat January 14 2006 08:59, Michael S. Zick wrote: > > On Sat January 14 2006 06:40, Oliver Welter wrote: > > > eyck wrote: > > > >> afair, you have to ssh into the box to use screen. > > > >> vserver enter and issuing a screen command

Re: [Vserver] Screen inside vserver

2006-01-14 Thread Michael S. Zick
On Sat January 14 2006 08:59, Michael S. Zick wrote: > On Sat January 14 2006 06:40, Oliver Welter wrote: > > eyck wrote: > > >> afair, you have to ssh into the box to use screen. > > >> vserver enter and issuing a screen command does not work. > > > it's not that it doesn't work, it's that it ea

Re: [Vserver] Screen inside vserver

2006-01-14 Thread Michael S. Zick
On Sat January 14 2006 06:40, Oliver Welter wrote: > eyck wrote: > >> afair, you have to ssh into the box to use screen. > >> vserver enter and issuing a screen command does not work. > > it's not that it doesn't work, it's that it easier and safer to tell > > people 'just ssh into your guest' in

Re: [Vserver] Guest OS Stops Responding After Hours Of Working

2006-01-14 Thread Michael S. Zick
On Fri January 13 2006 18:19, John Alberts wrote: > Hi all. I'm using vserver on a Gentoo machine. I originally tried to get > some help on the gentoo-vserver irc channel; however, I think we must all > have opposite schedules. > > Anyway, I am using Gentoo for my host machine and also Gentoo as

Re: [Vserver] Screen inside vserver

2006-01-14 Thread Oliver Welter
eyck wrote: afair, you have to ssh into the box to use screen. vserver enter and issuing a screen command does not work. it's not that it doesn't work, it's that it easier and safer to tell people 'just ssh into your guest' instead of explaining how to make it work. As I dont have SSH runnin

Re: [Vserver] Screen inside vserver

2006-01-14 Thread eyck
> afair, you have to ssh into the box to use screen. > vserver enter and issuing a screen command does not work. it's not that it doesn't work, it's that it easier and safer to tell people 'just ssh into your guest' instead of explaining how to make it work. -- Key fingerprint = 40D0 9FFB 9939

Re: [Vserver] Screen inside vserver

2006-01-14 Thread Raoul Bhatia [IPAX]
afair, you have to ssh into the box to use screen. vserver enter and issuing a screen command does not work. kind regards, raoul bhatia Oliver Welter wrote: Hi Folks, anyway who can point me to an idea how to use "screen" inside a guest ? When calling screen, it complains about the nonexistin

[Vserver] Screen inside vserver

2006-01-14 Thread Oliver Welter
Hi Folks, anyway who can point me to an idea how to use "screen" inside a guest ? When calling screen, it complains about the nonexisting "/dev/pts/0"... Can I safely create the device or will this be a security issue ?? Guest (and Host) is Gentoo, 2.6.15vs2.1 with recent utils regards Oliver