Bugzilla – Attachment 1159 Details for
Bug 1208
ssh fails to remove control socket when ssh is abnormally terminated
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
debug logs + version info
sshbug.txt (text/plain), 5.33 KB, created by
Daniel Black
on 2006-07-10 13:38:01 AEST
(
hide
)
Description:
debug logs + version info
Filename:
MIME Type:
Creator:
Daniel Black
Created:
2006-07-10 13:38:01 AEST
Size:
5.33 KB
patch
obsolete
>dan@frog ~/gentoo/svn/portage-trunk $ svn up >debug1: auto-mux: Trying existing master >debug1: Control socket "/home/dan/.ssh/master-dragonheart@svn.gentoo.org:22" >does not exist >debug1: Connecting to svn.gentoo.org [140.211.166.177] port 22. >debug1: Connection established. >debug1: identity file /home/dan/.ssh/identity type -1 >debug1: identity file /home/dan/.ssh/id_rsa type -1 >debug1: identity file /home/dan/.ssh/id_dsa type 2 >debug1: Remote protocol version 2.0, remote software version OpenSSH_4.3 >debug1: match: OpenSSH_4.3 pat OpenSSH* >debug1: Enabling compatibility mode for protocol 2.0 >debug1: Local version string SSH-2.0-OpenSSH_4.3p2-hpn >debug1: SSH2_MSG_KEXINIT sent >debug1: SSH2_MSG_KEXINIT received >debug1: kex: server->client aes128-cbc hmac-md5 none >debug1: kex: client->server aes128-cbc hmac-md5 none >debug1: SSH2_MSG_KEX_DH_GEX_REQUEST(1024<1024<8192) sent >debug1: expecting SSH2_MSG_KEX_DH_GEX_GROUP >debug1: SSH2_MSG_KEX_DH_GEX_INIT sent >debug1: expecting SSH2_MSG_KEX_DH_GEX_REPLY >debug1: Host 'svn.gentoo.org' is known and matches the RSA host key. >debug1: Found key in /home/dan/.ssh/known_hosts:36 >debug1: ssh_rsa_verify: signature correct >debug1: SSH2_MSG_NEWKEYS sent >debug1: expecting SSH2_MSG_NEWKEYS >debug1: SSH2_MSG_NEWKEYS received >debug1: SSH2_MSG_SERVICE_REQUEST sent >debug1: SSH2_MSG_SERVICE_ACCEPT received >debug1: Authentications that can continue: publickey >debug1: Next authentication method: publickey >debug1: Offering public key: /home/dan/.ssh/id_dsa >debug1: Remote: Port forwarding disabled. >debug1: Remote: X11 forwarding disabled. >debug1: Remote: Agent forwarding disabled. >debug1: Remote: Forced command: /usr/local/bin/cvsvnwrapper.sh >debug1: Server accepts key: pkalg ssh-dss blen 432 >debug1: Remote: Port forwarding disabled. >debug1: Remote: X11 forwarding disabled. >debug1: Remote: Agent forwarding disabled. >debug1: Remote: Forced command: /usr/local/bin/cvsvnwrapper.sh >debug1: Authentication succeeded (publickey). >debug1: setting up multiplex master socket >debug1: channel 0: new [client-session] >debug1: Entering interactive session. >debug1: Sending command: svnserve -t >At revision 3829. > >dan@frog ~/gentoo/svn/portage-trunk $ ls -la >/home/dan/.ssh/master-dragonheart@svn.gentoo.org\:22 >srw------- 1 dan users 0 Jul 10 >13:38 /home/dan/.ssh/master-dragonheart@svn.gentoo.org:22 > >dan@frog ~/gentoo/svn/portage-trunk $ ps -f >UID PID PPID C STIME TTY TIME CMD >dan 6999 6982 0 Jun28 pts/1 00:00:00 /bin/bash >dan 6637 6999 0 13:38 pts/1 00:00:00 ps -f > >frog src # lsof | fgrep master-dragonheart@svn >frog src # > >dan@frog ~/gentoo/svn/portage-trunk $ svn up >debug1: auto-mux: Trying existing master >Control socket connect(/home/dan/.ssh/master-dragonheart@svn.gentoo.org:22): >Connection refused >debug1: Connecting to svn.gentoo.org [140.211.166.177] port 22. >debug1: Connection established. >debug1: identity file /home/dan/.ssh/identity type -1 >debug1: identity file /home/dan/.ssh/id_rsa type -1 >debug1: identity file /home/dan/.ssh/id_dsa type 2 >debug1: Remote protocol version 2.0, remote software version OpenSSH_4.3 >debug1: match: OpenSSH_4.3 pat OpenSSH* >debug1: Enabling compatibility mode for protocol 2.0 >debug1: Local version string SSH-2.0-OpenSSH_4.3p2-hpn >debug1: SSH2_MSG_KEXINIT sent >debug1: SSH2_MSG_KEXINIT received >debug1: kex: server->client aes128-cbc hmac-md5 none >debug1: kex: client->server aes128-cbc hmac-md5 none >debug1: SSH2_MSG_KEX_DH_GEX_REQUEST(1024<1024<8192) sent >debug1: expecting SSH2_MSG_KEX_DH_GEX_GROUP >debug1: SSH2_MSG_KEX_DH_GEX_INIT sent >debug1: expecting SSH2_MSG_KEX_DH_GEX_REPLY >debug1: Host 'svn.gentoo.org' is known and matches the RSA host key. >debug1: Found key in /home/dan/.ssh/known_hosts:36 >debug1: ssh_rsa_verify: signature correct >debug1: SSH2_MSG_NEWKEYS sent >debug1: expecting SSH2_MSG_NEWKEYS >debug1: SSH2_MSG_NEWKEYS received >debug1: SSH2_MSG_SERVICE_REQUEST sent >debug1: SSH2_MSG_SERVICE_ACCEPT received >debug1: Authentications that can continue: publickey >debug1: Next authentication method: publickey >debug1: Offering public key: /home/dan/.ssh/id_dsa >debug1: Remote: Port forwarding disabled. >debug1: Remote: X11 forwarding disabled. >debug1: Remote: Agent forwarding disabled. >debug1: Remote: Forced command: /usr/local/bin/cvsvnwrapper.sh >debug1: Server accepts key: pkalg ssh-dss blen 432 >debug1: Remote: Port forwarding disabled. >debug1: Remote: X11 forwarding disabled. >debug1: Remote: Agent forwarding disabled. >debug1: Remote: Forced command: /usr/local/bin/cvsvnwrapper.sh >debug1: Authentication succeeded (publickey). >debug1: setting up multiplex master socket >ControlSocket /home/dan/.ssh/master-dragonheart@svn.gentoo.org:22 already >exists >svn: Connection closed unexpectedly > >dan@frog ~/gentoo/svn/portage-trunk $ more ~/.ssh/config >Host * >ControlMaster auto >ControlPath ~/.ssh/master-%r@%h:%p >LogLevel DEBUG > >dan@frog ~/gentoo/svn/portage-trunk $ svn info >Path: . >URL: svn+ssh://dragonheart@svn.gentoo.org/var/svnroot/portage/main/trunk >Repository Root: svn+ssh://dragonheart@svn.gentoo.org/var/svnroot/portage >Repository UUID: ac592a22-f3fe-0310-977e-98394eae9e84 >Revision: 3829 >Node Kind: directory >Schedule: normal >Last Changed Author: zmedico >Last Changed Rev: 3829 >Last Changed Date: 2006-07-10 12:00:53 +1000 (Mon, 10 Jul 2006) >Properties Last Updated: 2005-12-30 00:07:00 +1100 (Fri, 30 Dec 2005) > >dan@frog ~/gentoo/svn/portage-trunk $ ssh -V >OpenSSH_4.3p2-hpn, OpenSSL 0.9.7i 14 Oct 2005
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 1208
:
1159
|
1160
|
1161
|
1162
|
1163
|
1164
|
1309