Re: How to use screen configuration with command option

2009-12-28 Thread joydeep
On Mon, 28 Dec 2009 03:44:46 -0500, Chris Jones wrote: > On Mon, Dec 28, 2009 at 01:30:14AM EST, joyd...@infoservices.in wrote: >> >> On Sun, 27 Dec 2009 16:28:18 -0500, Ed Blackman wrote: > > [..] > >> > My understanding, from this thread and other messages he's posted, >> > is that he has a

Re: How to use screen configuration with command option

2009-12-27 Thread joydeep
On Sun, 27 Dec 2009 16:28:18 -0500, Ed Blackman wrote: > On Thu, Dec 24, 2009 at 11:03:26AM -0500, Ed Blackman wrote: >> On Thu, Dec 24, 2009 at 02:25:30PM +0530, J. Bakshi wrote: >>> How can I use these at screen command option ( not in .screenrc ) ? >> >> If I'm understanding you correctly, you

question on screen command-line option (continued)

2009-12-27 Thread joydeep
Hello list, I know you all are enjoying your holidays :-) wish you all a very nice holidays. When you come back with fresh mind with full charge, may be I get a great fix of my problem. I am using screen command on servers to have the session alive during disconnection and other unavoidable prob

screen keybindings prevent mrxvt's shortcut

2009-12-27 Thread joydeep
Hello list, I am running screen without any .screenrc; just by "screen" without any option. My X-terminal is mrxvt. I have already configured mrxvt to listen to shortcut. ``` Mrxvt.macro.Primary.Alt+Left: GotoTab -1 Mrxvt.macro.Primary.Alt+Right: GotoTab +1 ` ` ` So in a multi-tab mrxvt, t

Re: How to use screen configuration with command option

2009-12-25 Thread joydeep
On Thu, 24 Dec 2009 11:03:26 -0500, Ed Blackman wrote: > On Thu, Dec 24, 2009 at 02:25:30PM +0530, J. Bakshi wrote: >>How can I use these at screen command option ( not in .screenrc ) ? > > If I'm understanding you correctly, you want to execute screen commands > within a running screen session

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: can I open a detach session from another machine ?

2009-12-23 Thread joydeep
On Wed, 23 Dec 2009 12:45:06 +0100, Thijs de Zoete wrote: > 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 >