Gentoo Archives: gentoo-user

From: Kaushal Shriyan <kaushalshriyan@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] autossh
Date: Wed, 09 Sep 2009 12:41:42
Message-Id: 6b16fb4c0909090541t113e787eye0dcc676686f58ee@mail.gmail.com
In Reply to: Re: [gentoo-user] autossh by Willie Wong
1 On Wed, Sep 9, 2009 at 5:21 PM, Willie Wong<wwong@××××××××××××××.edu> wrote:
2 > On Wed, Sep 09, 2009 at 02:38:21PM +0530, Penguin Lover Kaushal Shriyan squawked:
3 >> $env | grep AUTOSSH
4 >> AUTOSSH_GATETIME=0
5 >> AUTOSSH_POLL=10
6 >>
7 >> I opened a new gnome-terminal
8 >>
9 >> Any further clue ?
10 >
11 > Okay, try running autossh with the environment variable specified on
12 > the commandline, aka
13 >
14 > AUTOSSH_POLL=100 autossh
15 >
16 > and check the logs to see whether it reacted to that request. If not,
17 > run
18 >
19 > which autossh
20 >
21 > and
22 >
23 > file `which autossh`
24 >
25 > and post the output.
26 >
27 > W
28 > --
29 > Have you heard about Ron Howard's new movie? The travel
30 > documentary about northern Europe?      It's called "Mr. Opie's Holland."
31 > Sortir en Pantoufles: up 1006 days, 10:39
32 >
33 >
34 Hi
35
36 $ AUTOSSH_POLL=100 autossh hostxxx
37 autossh[16050]: checking for grace period, tries = 0
38 autossh[16050]: starting ssh (count 1)
39 autossh[16053]: execing /usr/bin/ssh
40 autossh[16050]: ssh child pid is 16053
41 autossh[16050]: check on child 16053
42 autossh[16050]: set alarm for 600 secs
43 ^Cautossh[16050]: received signal to exit (2)
44 $ which autossh
45 /usr/bin/autossh
46 $
47
48 Thanks and Regards
49
50 Kaushal

Replies

Subject Author
Re: [gentoo-user] autossh Willie Wong <wwong@××××××××××××××.edu>