101 reputation
2
bio website harrylove.com
location Seattle, WA
age 39
visits member for 2 years
seen Apr 5 at 23:40
stats profile views 0

Founder and Developer of Command Capsule, a desktop and mobile web app development shop. I also run Jetrecord, a logbook for pilots.


May
12
comment Solaris SMF for ssh tunnel
Adding sleep() after ssh doesn't work because ssh will return a failure first before sleep is called.
May
12
comment Solaris SMF for ssh tunnel
Timeout_seconds is the number of seconds to wait before killing the process, not the duration to wait before retrying. timeout_seconds=0 means an unbounded limit, i.e., wait forever before killing the process. Unfortunately, ssh returns a failure immediately if it cannot connect, which is why SMF tries to connect again immediately. Adding sleep() to the process is not an option before running ssh because I need it to connect immediately if the web server reboots.
May
11
awarded  Editor
May
11
revised Solaris SMF for ssh tunnel
added 242 characters in body
May
11
asked Solaris SMF for ssh tunnel
May
11
awarded  Autobiographer