Displaying 2 results from an estimated 2 matches for "quenelle".
2011 Mar 17
3
exit status of ssh?
...m and a Solaris system:
% ssh -V
OpenSSH_4.2p1, OpenSSL 0.9.8a 11 Oct 2005
% ssh -V
Sun_SSH_1.5, SSH protocols 1.5/2.0, OpenSSL 0x0090811f
Output of -v is:
% ssh -v cryo bash -c '"/bin/ls /foo"'
OpenSSH_4.2p1, OpenSSL 0.9.8a 11 Oct 2005
debug1: Reading configuration data /home/quenelle/.ssh/config
debug1: Reading configuration data /etc/ssh/ssh_config
debug1: Applying options for *
debug1: Connecting to cryo [10.133.144.28] port 22.
debug1: Connection established.
debug1: identity file /home/quenelle/.ssh/identity type -1
debug1: identity file /home/quenelle/.ssh/id_rsa type 1
de...
2006 Jun 03
8
dtrace causing sigtrap?
Just to let people know what my big picture is, I''m trying to write a script
that will let me run a program, and name a progeny of that program
that I want to debug. My script should find the first occurrence
of that progeny, and run it until it finishes initializing the
runtime linker, but stop it before it runs any shared library startup
routines. (Failing that, I''d be okay