On Wed, Sep 9, 2009 at 5:21 PM, Willie Wong<[email protected]> wrote: > On Wed, Sep 09, 2009 at 02:38:21PM +0530, Penguin Lover Kaushal Shriyan > squawked: >> $env | grep AUTOSSH >> AUTOSSH_GATETIME=0 >> AUTOSSH_POLL=10 >> >> I opened a new gnome-terminal >> >> Any further clue ? > > Okay, try running autossh with the environment variable specified on > the commandline, aka > > AUTOSSH_POLL=100 autossh > > and check the logs to see whether it reacted to that request. If not, > run > > which autossh > > and > > file `which autossh` > > and post the output. > > W > -- > Have you heard about Ron Howard's new movie? The travel > documentary about northern Europe? It's called "Mr. Opie's Holland." > Sortir en Pantoufles: up 1006 days, 10:39 > > Hi
$ AUTOSSH_POLL=100 autossh hostxxx autossh[16050]: checking for grace period, tries = 0 autossh[16050]: starting ssh (count 1) autossh[16053]: execing /usr/bin/ssh autossh[16050]: ssh child pid is 16053 autossh[16050]: check on child 16053 autossh[16050]: set alarm for 600 secs ^Cautossh[16050]: received signal to exit (2) $ which autossh /usr/bin/autossh $ Thanks and Regards Kaushal

