Re: screen vertical split speed vs dvtm

2009-12-24 Thread Sadrul Habib Chowdhury
* Chris Jones had this to say on [24 Dec 2009, 10:42:38 -0500]: > On Tue, Dec 08, 2009 at 04:33:30AM EST, Sadrul Habib Chowdhury wrote: > > * Chris Jones had this to say on [08 Dec 2009, 03:40:31 -0500]: > > > On Mon, Dec 07, 2009 at 11:08:02PM EST, Sadrul Habib Chowdhury wrote: > > > > > > > I ha

Re: Ping Packagers

2009-12-24 Thread Brian Kroth
Dustin Kirkland 2009-12-22 10:42: > On Mon, Dec 21, 2009 at 10:33 AM, Sadrul Habib Chowdhury > wrote: > > I don't think there will be much of a problem using dynamic malloc in the > > current code. However, it can be problematic for when we merge in the > > scripting support. For example, a scrip

Re: need help to design screen fail-over

2009-12-24 Thread joydeep
On Thu, 24 Dec 2009 16:37:14 +0530, Pandurangan R S wrote: >> I am using expect command to do auto ssh login > > Expect is not a good choice to do this. > > Instead it is better to use SSH Key authentication. See > http://sial.org/howto/openssh/publickey-auth/ > > You can use empty passphrase

How to run command from .screenrc directly with screen ?

2009-12-24 Thread joydeep
Hello, I have done a lot of google search , read the man pages but still not found the solution. Please help. we can customize screen configuration with .screenrc but how can we execute those options directly with screen command option ? For an example we can define hardstaus in .screenrc, if th

Re: screen vertical split speed vs dvtm

2009-12-24 Thread Chris Jones
On Tue, Dec 08, 2009 at 04:33:30AM EST, Sadrul Habib Chowdhury wrote: > * Chris Jones had this to say on [08 Dec 2009, 03:40:31 -0500]: > > On Mon, Dec 07, 2009 at 11:08:02PM EST, Sadrul Habib Chowdhury wrote: > > > > > I have checked in a fix for this (revision e8d36bf1) [1]. It'd be > > > great

Re: can I open a detach session from another machine ?

2009-12-24 Thread Thijs de Zoete
Can't you use an ssh connection to do it from home(Your office -> your home -> screen -> program X)? I suppose they won't open a port in the office specially for your screen session to be controlled from home. Groeten, Thijs On Wed, Dec 23, 2009 at 12:04 PM, J. Bakshi wrote: > Hello list, > >

Re: need help to design screen fail-over

2009-12-24 Thread Pandurangan R S
> I am using expect command to do auto ssh login Expect is not a good choice to do this. Instead it is better to use SSH Key authentication. See http://sial.org/howto/openssh/publickey-auth/ You can use empty passphrase (not recommended, but better than using expect) or use ssh-agent (recommende

Re: need help to design screen fail-over

2009-12-24 Thread J. Bakshi
J. Bakshi wrote: > Hello list, > > I am using expect command to do auto ssh login. It is working well with > screen like > > ` ` ` > spawn ssh '$ssh_Server' -t "screen -aUS '$ssh_Server' -dR bash -l" > expect "*assword:" > send '$PASSWORD' > send "\r" > interact' > ` ` ` > All OK. > > Now I am

need help to design screen fail-over

2009-12-24 Thread J. Bakshi
Hello list, I am using expect command to do auto ssh login. It is working well with screen like ` ` ` spawn ssh '$ssh_Server' -t "screen -aUS '$ssh_Server' -dR bash -l" expect "*assword:" send '$PASSWORD' send "\r" interact' ` ` ` All OK. Now I am trying to do a screen fail over, so that if

Re: How to use screen configuration with command option

2009-12-24 Thread J. Bakshi
J. Bakshi wrote: > Hello list, > > I have tried "screen -ls" but not found anything useful. Mistake. Sorry. not "screen -ls" but "screen --h" > I like to > use the following .screenrc option with screen command option > > ` ` ` > # for locale charset > setenv LC_CTYPE en_US.UTF-8 > > hards

How to use screen configuration with command option

2009-12-24 Thread J. Bakshi
Hello list, I have tried "screen -ls" but not found anything useful. I like to use the following .screenrc option with screen command option ` ` ` # for locale charset setenv LC_CTYPE en_US.UTF-8 hardstatus alwayslastline hardstatus string '%{= mK}%-Lw%{= KW}%50>%n%f* %t%{= mK}%+Lw%< %{= kG}%