in reply to Re: Net::SSH2 exec timeout
in thread Net::SSH2 exec timeout
$ssh_ref = \$ssh; async { print "Upgrading firmware, this will take about 3 minutes. +\n"; my $chan = $$ssh_ref->channel(); $chan->exec("/sbin/fwupdate -m\n"); $chan->close; }->detach;
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Net::SSH2 exec timeout
by BrowserUk (Patriarch) on Sep 08, 2011 at 22:32 UTC | |
by £okì (Scribe) on Sep 08, 2011 at 22:48 UTC | |
by BrowserUk (Patriarch) on Sep 08, 2011 at 23:12 UTC | |
by £okì (Scribe) on Sep 09, 2011 at 01:16 UTC | |
by BrowserUk (Patriarch) on Sep 09, 2011 at 01:21 UTC | |
|