Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Message-ID: <4165274A.1000502@zencore.biz> Date: Thu, 07 Oct 2004 21:23:54 +1000 From: koan User-Agent: Mozilla Thunderbird 0.7.3 (Windows/20040803) MIME-Version: 1.0 To: cygwin AT cygwin DOT com Subject: Re: Openssh on Windows XP SP2 sshd service stops when attempting to connect Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Ok, I have cleared out my ssh_host* keys, and cleared the contents of .ssh, so as to start over. I regenerated the keys by running ssh-host-config. I also changed my CYGWIN= to tty ntsec binmode So I get prompted for a password, and looking at the event security log, I get the following: SYSTEM: Successful Account Logon for user "paul" (680) paul: Successful Logon/Logoff (528) paul: Successful privilage use (privilages assigned) (576) SYSTEM: Failed Account Logon for user "paul" (680) paul: Failed Logon/Logoff (An error occured during logon) (537) paul: Successful Logon/Logoff (538) Here is the tail end of the sshd.log during this: debug3: tty_make_modes: 74 0 debug3: tty_make_modes: 75 0 debug3: tty_make_modes: 90 1 debug3: tty_make_modes: 91 1 debug3: tty_make_modes: 92 0 debug3: tty_make_modes: 93 0 debug2: channel 0: request shell confirm 0 debug2: fd 3 setting TCP_NODELAY debug2: callback done debug2: channel 0: open confirm rwindow 0 rmax 32768 debug2: channel 0: rcvd adjust 131072 debug3: Trying to reverse map address 127.0.0.1. Last login: Thu Oct 7 20:02:22 2004 from zenzoom debug1: permanently_set_uid: 1003/513 setreuid 1003: Permission denied debug1: do_cleanup debug2: channel 0: rcvd eof debug2: channel 0: output open -> drain debug2: channel 0: obuf empty debug2: channel 0: close_write debug2: channel 0: output drain -> closed debug1: client_input_channel_req: channel 0 rtype exit-status reply 0 debug2: channel 0: rcvd close debug2: channel 0: close_read debug2: channel 0: input open -> closed debug3: channel 0: will not send data after close debug2: channel 0: almost dead debug2: channel 0: gc: notify user debug2: channel 0: gc: user detached debug2: channel 0: send close debug2: channel 0: is dead debug2: channel 0: garbage collecting debug1: channel 0: free: client-session, nchannels 1 debug3: channel 0: status: The following connections are open: #0 client-session (t4 r0 i3/0 o3/0 fd -1/-1 cfd -1) debug3: channel 0: close_fds r -1 w -1 e 6 c -1 Connection to 127.0.0.1 closed. debug1: Transferred: stdin 0, stdout 0, stderr 33 bytes in 0.5 seconds debug1: Bytes per second: stdin 0.0, stdout 0.0, stderr 69.9 debug1: Exit status 255 koan wrote: > Hello, > > I have read what I can find, but am getting stuck with sshd. I am > using Openssh 3.9p1-2. My service starts fine, and I am running it > with -d -d -d -e parameters (set in registry), I used -v -v -v on the > ssh command line. > > My key files are owned by SYSTEM:none, and are read-write for owner > only. /var/empty is owned by SYSTEM:SYSTEM, and is 700, > > I have run ssh-host-config, and ssh-user-config, and I have mkpasswd > and mkgroup synced my Windows users with cygwins. > > If I try ssh to localhost, 127.0.0.1 on the machine the sshd service > is running, it negotiates for a bit, and then the connection fails, > and the sshd service stops. > > I want to use password authentication. I have tried a seperate client > (secureCrt) > > If I run change ownership of /var/empty to my own user, and then run > sshd in a window, I can connect ok (last time I tried). > > Please find attached my cygcheck.out, the sshd.log and the ssh.log > from the console. > > If anyone can help, it would be great. > > koan > > > > > >------------------------------------------------------------------------ > >debug2: load_server_config: filename /etc/sshd_config >debug2: load_server_config: done config len = 187 >debug2: parse_server_config: config /etc/sshd_config len 187 >debug1: sshd version OpenSSH_3.9p1 >debug1: private host key: #0 type 0 RSA1 >debug3: Not a RSA1 key file /etc/ssh_host_rsa_key. >debug1: read PEM private key done: type RSA >debug1: private host key: #1 type 1 RSA >debug3: Not a RSA1 key file /etc/ssh_host_dsa_key. >debug1: read PEM private key done: type DSA >debug1: private host key: #2 type 2 DSA >debug1: rexec_argv[0]='/usr/sbin/sshd' >debug1: rexec_argv[1]='-d' >debug1: rexec_argv[2]='-d' >debug1: rexec_argv[3]='-d' >debug1: rexec_argv[4]='-e' >debug2: fd 3 setting O_NONBLOCK >debug1: Bind to port 22 on 0.0.0.0. >Server listening on 0.0.0.0 port 22. >Generating 768 bit RSA key. >RSA key generation complete. >debug3: fd 4 is not O_NONBLOCK >debug1: Server will not fork when running in debugging mode. >debug3: send_rexec_state: entering fd = 7 config len 187 >debug3: ssh_msg_send: type 0 >debug3: send_rexec_state: done >debug1: rexec start in 4 out 4 newsock 4 pipe -1 sock 7 >debug3: recv_rexec_state: entering fd = 5 >debug3: ssh_msg_recv entering >debug3: recv_rexec_state: done >debug2: parse_server_config: config rexec len 187 >debug1: sshd version OpenSSH_3.9p1 >debug1: private host key: #0 type 0 RSA1 >debug3: Not a RSA1 key file /etc/ssh_host_rsa_key. >debug1: read PEM private key done: type RSA >debug1: private host key: #1 type 1 RSA >debug3: Not a RSA1 key file /etc/ssh_host_dsa_key. >debug1: read PEM private key done: type DSA >debug1: private host key: #2 type 2 DSA >debug1: inetd sockets after dupping: 3, 3 >Connection from 127.0.0.1 port 3669 >debug1: Client protocol version 2.0; client software version OpenSSH_3.9p1 >debug1: match: OpenSSH_3.9p1 pat OpenSSH* >debug1: Enabling compatibility mode for protocol 2.0 >debug1: Local version string SSH-1.99-OpenSSH_3.9p1 >debug2: fd 3 setting O_NONBLOCK >debug2: Network child is on pid 3224 >debug3: preauth child monitor started >debug3: mm_request_receive entering >debug1: list_hostkey_types: ssh-rsa,ssh-dss >debug1: SSH2_MSG_KEXINIT sent >debug1: SSH2_MSG_KEXINIT received >debug2: kex_parse_kexinit: diffie-hellman-group-exchange-sha1,diffie-hellman-group14-sha1,diffie-hellman-group1-sha1 >debug2: kex_parse_kexinit: ssh-rsa,ssh-dss >debug2: kex_parse_kexinit: aes128-cbc,3des-cbc,blowfish-cbc,cast128-cbc,arcfour,aes192-cbc,aes256-cbc,rijndael-cbc AT lysator DOT liu DOT se,aes128-ctr,aes192-ctr,aes256-ctr >debug2: kex_parse_kexinit: aes128-cbc,3des-cbc,blowfish-cbc,cast128-cbc,arcfour,aes192-cbc,aes256-cbc,rijndael-cbc AT lysator DOT liu DOT se,aes128-ctr,aes192-ctr,aes256-ctr >debug2: kex_parse_kexinit: hmac-md5,hmac-sha1,hmac-ripemd160,hmac-ripemd160 AT openssh DOT com,hmac-sha1-96,hmac-md5-96 >debug2: kex_parse_kexinit: hmac-md5,hmac-sha1,hmac-ripemd160,hmac-ripemd160 AT openssh DOT com,hmac-sha1-96,hmac-md5-96 >debug2: kex_parse_kexinit: none,zlib >debug2: kex_parse_kexinit: none,zlib >debug2: kex_parse_kexinit: >debug2: kex_parse_kexinit: >debug2: kex_parse_kexinit: first_kex_follows 0 >debug2: kex_parse_kexinit: reserved 0 >debug2: kex_parse_kexinit: diffie-hellman-group-exchange-sha1,diffie-hellman-group14-sha1,diffie-hellman-group1-sha1 >debug2: kex_parse_kexinit: ssh-rsa,ssh-dss >debug2: kex_parse_kexinit: aes128-cbc,3des-cbc,blowfish-cbc,cast128-cbc,arcfour,aes192-cbc,aes256-cbc,rijndael-cbc AT lysator DOT liu DOT se,aes128-ctr,aes192-ctr,aes256-ctr >debug2: kex_parse_kexinit: aes128-cbc,3des-cbc,blowfish-cbc,cast128-cbc,arcfour,aes192-cbc,aes256-cbc,rijndael-cbc AT lysator DOT liu DOT se,aes128-ctr,aes192-ctr,aes256-ctr >debug2: kex_parse_kexinit: hmac-md5,hmac-sha1,hmac-ripemd160,hmac-ripemd160 AT openssh DOT com,hmac-sha1-96,hmac-md5-96 >debug2: kex_parse_kexinit: hmac-md5,hmac-sha1,hmac-ripemd160,hmac-ripemd160 AT openssh DOT com,hmac-sha1-96,hmac-md5-96 >debug2: kex_parse_kexinit: none,zlib >debug2: kex_parse_kexinit: none,zlib >debug2: kex_parse_kexinit: >debug2: kex_parse_kexinit: >debug2: kex_parse_kexinit: first_kex_follows 0 >debug2: kex_parse_kexinit: reserved 0 >debug2: mac_init: found hmac-md5 >debug1: kex: client->server aes128-cbc hmac-md5 none >debug2: mac_init: found hmac-md5 >debug1: kex: server->client aes128-cbc hmac-md5 none >debug1: SSH2_MSG_KEX_DH_GEX_REQUEST received >debug3: mm_request_send entering: type 0 >debug3: mm_choose_dh: waiting for MONITOR_ANS_MODULI >debug3: mm_request_receive_expect entering: type 1 >debug3: mm_request_receive entering >debug3: monitor_read: checking request 0 >debug3: mm_answer_moduli: got parameters: 1024 1024 8192 >debug3: mm_request_send entering: type 1 >debug3: mm_choose_dh: remaining 0 >debug1: SSH2_MSG_KEX_DH_GEX_GROUP sent >debug2: dh_gen_key: priv key bits set: 127/256 >debug2: bits set: 505/1024 >debug1: expecting SSH2_MSG_KEX_DH_GEX_INIT >debug2: monitor_read: 0 used once, disabling now >debug3: mm_request_receive entering >debug2: bits set: 530/1024 >debug3: mm_key_sign entering >debug3: mm_request_send entering: type 4 >debug3: mm_key_sign: waiting for MONITOR_ANS_SIGN >debug3: mm_request_receive_expect entering: type 5 >debug3: mm_request_receive entering >debug3: monitor_read: checking request 4 >debug3: mm_answer_sign >debug3: mm_answer_sign: signature 0x1001ad70(143) >debug3: mm_request_send entering: type 5 >debug1: SSH2_MSG_KEX_DH_GEX_REPLY sent >debug2: kex_derive_keys >debug2: set_newkeys: mode 1 >debug1: SSH2_MSG_NEWKEYS sent >debug1: expecting SSH2_MSG_NEWKEYS >debug2: monitor_read: 4 used once, disabling now >debug3: mm_request_receive entering >debug2: set_newkeys: mode 0 >debug1: SSH2_MSG_NEWKEYS received >debug1: KEX done >debug1: userauth-request for user paul service ssh-connection method none >debug1: attempt 0 failures 0 >debug3: mm_getpwnamallow entering >debug3: mm_request_send entering: type 6 >debug3: mm_getpwnamallow: waiting for MONITOR_ANS_PWNAM >debug3: mm_request_receive_expect entering: type 7 >debug3: mm_request_receive entering >debug3: monitor_read: checking request 6 >debug3: mm_answer_pwnamallow >debug3: mm_answer_pwnamallow: sending MONITOR_ANS_PWNAM: 1 >debug3: mm_request_send entering: type 7 >debug2: input_userauth_request: setting up authctxt for paul >debug3: mm_inform_authserv entering >debug3: mm_request_send entering: type 3 >debug2: input_userauth_request: try method none >debug2: monitor_read: 6 used once, disabling now >debug3: mm_request_receive entering >debug3: monitor_read: checking request 3 >debug3: mm_answer_authserv: service=ssh-connection, style= >debug2: monitor_read: 3 used once, disabling now >debug3: mm_request_receive entering >debug3: mm_auth_password entering >debug3: mm_request_send entering: type 10 >debug3: monitor_read: checking request 10 >debug3: mm_answer_authpassword: sending result 0 >debug3: mm_request_send entering: type 11 >Failed none for paul from 127.0.0.1 port 3669 ssh2 >debug3: mm_request_receive entering >debug3: mm_auth_password: waiting for MONITOR_ANS_AUTHPASSWORD >debug3: mm_request_receive_expect entering: type 11 >debug3: mm_request_receive entering >debug3: mm_auth_password: user not authenticated >Failed none for paul from 127.0.0.1 port 3669 ssh2 >debug1: userauth-request for user paul service ssh-connection method publickey >debug1: attempt 1 failures 1 >debug2: input_userauth_request: try method publickey >debug1: test whether pkalg/pkblob are acceptable >debug3: mm_key_allowed entering >debug3: mm_request_send entering: type 20 >debug3: monitor_read: checking request 20 >debug3: mm_answer_keyallowed entering >debug3: mm_answer_keyallowed: key_from_blob: 0x1001af88 >debug1: temporarily_use_uid: 1003/513 (e=18/544) >debug1: trying public key file /home/paul/.ssh/authorized_keys >debug2: key_type_from_name: unknown key type '1024' >debug3: key_read: missing keytype >debug2: user_key_allowed: check options: '1024 35 133874784902421229396353690203309116090845664978028624199157982204048857521707252572234210192394818987586094856704023322977916166123409487698853939433368414057722470725217603378381350068211727438070089622270056331842804021312460726990702062462073730655584143437308959413076901517793774889374449463707747236061 paul AT zenzoom >' >debug2: key_type_from_name: unknown key type '35' >debug3: key_read: missing keytype >debug2: user_key_allowed: advance: '35 133874784902421229396353690203309116090845664978028624199157982204048857521707252572234210192394818987586094856704023322977916166123409487698853939433368414057722470725217603378381350068211727438070089622270056331842804021312460726990702062462073730655584143437308959413076901517793774889374449463707747236061 paul AT zenzoom >' >debug1: matching key found: file /home/paul/.ssh/authorized_keys, line 2 >Found matching RSA key: 4f:3b:25:92:a6:46:6e:80:2d:56:5c:c3:63:33:65:67 >debug1: restore_uid: (unprivileged) >debug3: mm_answer_keyallowed: key 0x1001af88 is allowed >debug3: mm_request_send entering: type 21 >debug3: mm_request_receive entering >debug3: mm_key_allowed: waiting for MONITOR_ANS_KEYALLOWED >debug3: mm_request_receive_expect entering: type 21 >debug3: mm_request_receive entering >debug2: userauth_pubkey: authenticated 0 pkalg ssh-rsa >Postponed publickey for paul from 127.0.0.1 port 3669 ssh2 >debug1: userauth-request for user paul service ssh-connection method publickey >debug1: attempt 2 failures 1 >debug2: input_userauth_request: try method publickey >debug3: mm_key_allowed entering >debug3: mm_request_send entering: type 20 >debug3: monitor_read: checking request 20 >debug3: mm_answer_keyallowed entering >debug3: mm_answer_keyallowed: key_from_blob: 0x1001b048 >debug1: temporarily_use_uid: 1003/513 (e=18/544) >debug1: trying public key file /home/paul/.ssh/authorized_keys >debug2: key_type_from_name: unknown key type '1024' >debug3: key_read: missing keytype >debug2: user_key_allowed: check options: '1024 35 133874784902421229396353690203309116090845664978028624199157982204048857521707252572234210192394818987586094856704023322977916166123409487698853939433368414057722470725217603378381350068211727438070089622270056331842804021312460726990702062462073730655584143437308959413076901517793774889374449463707747236061 paul AT zenzoom >' >debug2: key_type_from_name: unknown key type '35' >debug3: key_read: missing keytype >debug2: user_key_allowed: advance: '35 133874784902421229396353690203309116090845664978028624199157982204048857521707252572234210192394818987586094856704023322977916166123409487698853939433368414057722470725217603378381350068211727438070089622270056331842804021312460726990702062462073730655584143437308959413076901517793774889374449463707747236061 paul AT zenzoom >' >debug1: matching key found: file /home/paul/.ssh/authorized_keys, line 2 >Found matching RSA key: 4f:3b:25:92:a6:46:6e:80:2d:56:5c:c3:63:33:65:67 >debug1: restore_uid: (unprivileged) >debug3: mm_answer_keyallowed: key 0x1001b048 is allowed >debug3: mm_request_send entering: type 21 >debug3: mm_request_receive entering >debug3: mm_key_allowed: waiting for MONITOR_ANS_KEYALLOWED >debug3: mm_request_receive_expect entering: type 21 >debug3: mm_request_receive entering >debug3: mm_key_verify entering >debug3: mm_request_send entering: type 22 >debug3: monitor_read: checking request 22 >debug1: ssh_rsa_verify: signature correct >debug3: mm_answer_keyverify: key 0x10012218 signature verified >debug3: mm_request_send entering: type 23 >Accepted publickey for paul from 127.0.0.1 port 3669 ssh2 >debug1: monitor_child_preauth: paul has been authenticated by privileged process >debug3: mm_get_keystate: Waiting for new keys >debug3: mm_request_receive_expect entering: type 24 >debug3: mm_request_receive entering >debug3: mm_key_verify: waiting for MONITOR_ANS_KEYVERIFY >debug3: mm_request_receive_expect entering: type 23 >debug3: mm_request_receive entering >debug2: userauth_pubkey: authenticated 1 pkalg ssh-rsa >Accepted publickey for paul from 127.0.0.1 port 3669 ssh2 >debug3: mm_send_keystate: Sending new keys: 0x10013478 0x10013430 >debug3: mm_newkeys_to_blob: converting 0x10013478 >debug3: mm_newkeys_to_blob: converting 0x10013430 >debug3: mm_send_keystate: New keys have been sent >debug3: mm_send_keystate: Sending compression state >debug3: mm_request_send entering: type 24 >debug3: mm_newkeys_from_blob: 0x1001af98(118) >debug2: mac_init: found hmac-md5 >debug3: mm_get_keystate: Waiting for second key >debug3: mm_newkeys_from_blob: 0x1001af98(118) >debug2: mac_init: found hmac-md5 >debug3: mm_get_keystate: Getting compression state >debug3: mm_get_keystate: Getting Network I/O buffers >debug3: mm_share_sync: Share sync >debug3: mm_share_sync: Share sync end >debug3: mm_send_keystate: Finished sending state >debug2: set_newkeys: mode 0 >debug2: set_newkeys: mode 1 >debug1: Entering interactive session for SSH2. >debug2: fd 4 setting O_NONBLOCK >debug2: fd 5 setting O_NONBLOCK >debug1: server_init_dispatch_20 >debug1: server_input_channel_open: ctype session rchan 0 win 65536 max 16384 >debug1: input_session_request >debug1: channel 0: new [server-session] >debug1: session_new: init >debug1: session_new: session 0 >debug1: session_open: channel 0 >debug1: session_open: session 0: link with channel 0 >debug1: server_input_channel_open: confirm session >debug1: server_input_channel_req: channel 0 request pty-req reply 0 >debug1: session_by_channel: session 0 channel 0 >debug1: session_input_channel_req: session 0 req pty-req >debug1: Allocating pty. >debug1: session_pty_req: session 0 alloc /dev/tty1 >debug3: tty_parse_modes: SSH2 n_bytes 246 >debug3: tty_parse_modes: ospeed 38400 >debug3: tty_parse_modes: ispeed 38400 >debug3: tty_parse_modes: 1 3 >debug3: tty_parse_modes: 2 28 >debug3: tty_parse_modes: 3 8 >debug3: tty_parse_modes: 4 21 >debug3: tty_parse_modes: 5 4 >debug3: tty_parse_modes: 6 0 >debug3: tty_parse_modes: 7 0 >debug3: tty_parse_modes: 8 17 >debug3: tty_parse_modes: 9 19 >debug3: tty_parse_modes: 10 26 >debug3: tty_parse_modes: 12 18 >debug3: tty_parse_modes: 13 23 >debug3: tty_parse_modes: 14 22 >debug3: tty_parse_modes: 18 15 >debug3: tty_parse_modes: 30 0 >debug3: tty_parse_modes: 31 0 >debug3: tty_parse_modes: 32 0 >debug3: tty_parse_modes: 33 0 >debug3: tty_parse_modes: 34 0 >debug3: tty_parse_modes: 35 0 >debug3: tty_parse_modes: 36 1 >debug3: tty_parse_modes: 37 0 >debug3: tty_parse_modes: 38 1 >debug3: tty_parse_modes: 39 0 >debug3: tty_parse_modes: 40 0 >debug3: tty_parse_modes: 41 0 >debug3: tty_parse_modes: 50 1 >debug3: tty_parse_modes: 51 1 >debug3: tty_parse_modes: 53 1 >debug3: tty_parse_modes: 54 0 >debug3: tty_parse_modes: 55 0 >debug3: tty_parse_modes: 56 0 >debug3: tty_parse_modes: 57 0 >debug3: tty_parse_modes: 58 0 >debug3: tty_parse_modes: 59 1 >debug3: tty_parse_modes: 60 0 >debug3: tty_parse_modes: 61 0 >debug3: tty_parse_modes: 70 1 >debug3: tty_parse_modes: 71 0 >debug3: tty_parse_modes: 72 1 >debug3: tty_parse_modes: 73 0 >debug3: tty_parse_modes: 74 0 >debug3: tty_parse_modes: 75 0 >debug3: tty_parse_modes: 90 1 >debug3: tty_parse_modes: 91 1 >debug3: tty_parse_modes: 92 0 >debug3: tty_parse_modes: 93 0 >debug1: server_input_channel_req: channel 0 request shell reply 0 >debug1: session_by_channel: session 0 channel 0 >debug1: session_input_channel_req: session 0 req shell >debug2: fd 3 setting TCP_NODELAY >debug2: channel 0: rfd 7 isatty >debug2: fd 7 setting O_NONBLOCK >debug2: fd 6 setting O_NONBLOCK >debug2: channel 0: read<=0 rfd 7 len 0 >debug2: channel 0: read failed >debug2: channel 0: close_read >debug2: channel 0: input open -> drain >debug2: channel 0: ibuf empty >debug2: channel 0: send eof >debug2: channel 0: input drain -> closed >debug1: Received SIGCHLD. >debug1: session_by_pid: pid 3848 >debug1: session_exit_message: session 0 channel 0 pid 3848 >debug2: channel 0: request exit-status confirm 0 >debug1: session_exit_message: release channel 0 >debug2: channel 0: write failed >debug2: channel 0: close_write >debug2: channel 0: output open -> closed >debug1: session_close: session 0 pid 3848 >debug1: session_pty_cleanup: session 0 release /dev/tty1 >debug2: channel 0: send close >debug3: channel 0: will not send data after close >debug2: notify_done: reading >debug3: channel 0: will not send data after close >debug2: channel 0: rcvd close >debug3: channel 0: will not send data after close >debug2: channel 0: is dead >debug2: channel 0: garbage collecting >debug1: channel 0: free: server-session, nchannels 1 >debug3: channel 0: status: The following connections are open: > #0 server-session (t4 r0 i3/0 o3/0 fd -1/-1 cfd -1) > >debug3: channel 0: close_fds r -1 w -1 e -1 c -1 >Connection closed by 127.0.0.1 >debug1: do_cleanup >Closing connection to 127.0.0.1 > > > > >------------------------------------------------------------------------ > >$ ssh -v -v -v 127.0.0.1 >OpenSSH_3.9p1, OpenSSL 0.9.7d 17 Mar 2004 >debug1: Reading configuration data /etc/ssh_config >debug2: ssh_connect: needpriv 0 >debug1: Connecting to 127.0.0.1 [127.0.0.1] port 22. >debug1: Connection established. >debug1: identity file /home/paul/.ssh/identity type 0 >debug3: Not a RSA1 key file /home/paul/.ssh/id_rsa. >debug2: key_type_from_name: unknown key type '-----BEGIN' >debug3: key_read: missing keytype >debug3: key_read: missing whitespace >debug3: key_read: missing whitespace >debug3: key_read: missing whitespace >debug3: key_read: missing whitespace >debug3: key_read: missing whitespace >debug3: key_read: missing whitespace >debug3: key_read: missing whitespace >debug3: key_read: missing whitespace >debug3: key_read: missing whitespace >debug3: key_read: missing whitespace >debug3: key_read: missing whitespace >debug3: key_read: missing whitespace >debug3: key_read: missing whitespace >debug2: key_type_from_name: unknown key type '-----END' >debug3: key_read: missing keytype >debug1: identity file /home/paul/.ssh/id_rsa type 1 >debug3: Not a RSA1 key file /home/paul/.ssh/id_dsa. >debug2: key_type_from_name: unknown key type '-----BEGIN' >debug3: key_read: missing keytype >debug3: key_read: missing whitespace >debug3: key_read: missing whitespace >debug3: key_read: missing whitespace >debug3: key_read: missing whitespace >debug3: key_read: missing whitespace >debug3: key_read: missing whitespace >debug3: key_read: missing whitespace >debug3: key_read: missing whitespace >debug3: key_read: missing whitespace >debug3: key_read: missing whitespace >debug2: key_type_from_name: unknown key type '-----END' >debug3: key_read: missing keytype >debug1: identity file /home/paul/.ssh/id_dsa type 2 >debug1: Remote protocol version 1.99, remote software version OpenSSH_3.9p1 >debug1: match: OpenSSH_3.9p1 pat OpenSSH* >debug1: Enabling compatibility mode for protocol 2.0 >debug1: Local version string SSH-2.0-OpenSSH_3.9p1 >debug2: fd 3 setting O_NONBLOCK >debug1: SSH2_MSG_KEXINIT sent >debug1: SSH2_MSG_KEXINIT received >debug2: kex_parse_kexinit: diffie-hellman-group-exchange-sha1,diffie-hellman-gro >up14-sha1,diffie-hellman-group1-sha1 >debug2: kex_parse_kexinit: ssh-rsa,ssh-dss >debug2: kex_parse_kexinit: aes128-cbc,3des-cbc,blowfish-cbc,cast128-cbc,arcfour, >aes192-cbc,aes256-cbc,rijndael-cbc AT lysator DOT liu DOT se,aes128-ctr,aes192-ctr,aes256-c >tr >debug2: kex_parse_kexinit: aes128-cbc,3des-cbc,blowfish-cbc,cast128-cbc,arcfour, >aes192-cbc,aes256-cbc,rijndael-cbc AT lysator DOT liu DOT se,aes128-ctr,aes192-ctr,aes256-c >tr >debug2: kex_parse_kexinit: hmac-md5,hmac-sha1,hmac-ripemd160,hmac-ripemd160 AT open >ssh.com,hmac-sha1-96,hmac-md5-96 >debug2: kex_parse_kexinit: hmac-md5,hmac-sha1,hmac-ripemd160,hmac-ripemd160 AT open >ssh.com,hmac-sha1-96,hmac-md5-96 >debug2: kex_parse_kexinit: none,zlib >debug2: kex_parse_kexinit: none,zlib >debug2: kex_parse_kexinit: >debug2: kex_parse_kexinit: >debug2: kex_parse_kexinit: first_kex_follows 0 >debug2: kex_parse_kexinit: reserved 0 >debug2: kex_parse_kexinit: diffie-hellman-group-exchange-sha1,diffie-hellman-gro >up14-sha1,diffie-hellman-group1-sha1 >debug2: kex_parse_kexinit: ssh-rsa,ssh-dss >debug2: kex_parse_kexinit: aes128-cbc,3des-cbc,blowfish-cbc,cast128-cbc,arcfour, >aes192-cbc,aes256-cbc,rijndael-cbc AT lysator DOT liu DOT se,aes128-ctr,aes192-ctr,aes256-c >tr >debug2: kex_parse_kexinit: aes128-cbc,3des-cbc,blowfish-cbc,cast128-cbc,arcfour, >aes192-cbc,aes256-cbc,rijndael-cbc AT lysator DOT liu DOT se,aes128-ctr,aes192-ctr,aes256-c >tr >debug2: kex_parse_kexinit: hmac-md5,hmac-sha1,hmac-ripemd160,hmac-ripemd160 AT open >ssh.com,hmac-sha1-96,hmac-md5-96 >debug2: kex_parse_kexinit: hmac-md5,hmac-sha1,hmac-ripemd160,hmac-ripemd160 AT open >ssh.com,hmac-sha1-96,hmac-md5-96 >debug2: kex_parse_kexinit: none,zlib >debug2: kex_parse_kexinit: none,zlib >debug2: kex_parse_kexinit: >debug2: kex_parse_kexinit: >debug2: kex_parse_kexinit: first_kex_follows 0 >debug2: kex_parse_kexinit: reserved 0 >debug2: mac_init: found hmac-md5 >debug1: kex: server->client aes128-cbc hmac-md5 none >debug2: mac_init: found hmac-md5 >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 >debug2: dh_gen_key: priv key bits set: 141/256 >debug2: bits set: 530/1024 >debug1: SSH2_MSG_KEX_DH_GEX_INIT sent >debug1: expecting SSH2_MSG_KEX_DH_GEX_REPLY >debug3: check_host_in_hostfile: filename /home/paul/.ssh/known_hosts >debug3: check_host_in_hostfile: match line 1 >debug1: Host '127.0.0.1' is known and matches the RSA host key. >debug1: Found key in /home/paul/.ssh/known_hosts:1 >debug2: bits set: 505/1024 >debug1: ssh_rsa_verify: signature correct >debug2: kex_derive_keys >debug2: set_newkeys: mode 1 >debug1: SSH2_MSG_NEWKEYS sent >debug1: expecting SSH2_MSG_NEWKEYS >debug2: set_newkeys: mode 0 >debug1: SSH2_MSG_NEWKEYS received >debug1: SSH2_MSG_SERVICE_REQUEST sent >debug2: service_accept: ssh-userauth >debug1: SSH2_MSG_SERVICE_ACCEPT received >debug2: key: /home/paul/.ssh/id_rsa (0x100e9290) >debug2: key: /home/paul/.ssh/id_dsa (0x100e92a8) >debug1: Authentications that can continue: publickey,password,keyboard-interacti >ve >debug3: start over, passed a different list publickey,password,keyboard-interact >ive >debug3: preferred publickey,keyboard-interactive,password >debug3: authmethod_lookup publickey >debug3: remaining preferred: keyboard-interactive,password >debug3: authmethod_is_enabled publickey >debug1: Next authentication method: publickey >debug1: Offering public key: /home/paul/.ssh/id_rsa >debug3: send_pubkey_test >debug2: we sent a publickey packet, wait for reply >debug1: Server accepts key: pkalg ssh-rsa blen 149 >debug2: input_userauth_pk_ok: fp 4f:3b:25:92:a6:46:6e:80:2d:56:5c:c3:63:33:65:67 > >debug3: sign_and_send_pubkey >debug1: read PEM private key done: type RSA >debug1: Authentication succeeded (publickey). >debug1: channel 0: new [client-session] >debug3: ssh_session2_open: channel_new: 0 >debug2: channel 0: send open >debug1: Entering interactive session. >debug2: callback start >debug2: client_session2_setup: id 0 >debug2: channel 0: request pty-req confirm 0 >debug3: tty_make_modes: ospeed 38400 >debug3: tty_make_modes: ispeed 38400 >debug3: tty_make_modes: 1 3 >debug3: tty_make_modes: 2 28 >debug3: tty_make_modes: 3 8 >debug3: tty_make_modes: 4 21 >debug3: tty_make_modes: 5 4 >debug3: tty_make_modes: 6 0 >debug3: tty_make_modes: 7 0 >debug3: tty_make_modes: 8 17 >debug3: tty_make_modes: 9 19 >debug3: tty_make_modes: 10 26 >debug3: tty_make_modes: 12 18 >debug3: tty_make_modes: 13 23 >debug3: tty_make_modes: 14 22 >debug3: tty_make_modes: 18 15 >debug3: tty_make_modes: 30 0 >debug3: tty_make_modes: 31 0 >debug3: tty_make_modes: 32 0 >debug3: tty_make_modes: 33 0 >debug3: tty_make_modes: 34 0 >debug3: tty_make_modes: 35 0 >debug3: tty_make_modes: 36 1 >debug3: tty_make_modes: 37 0 >debug3: tty_make_modes: 38 1 >debug3: tty_make_modes: 39 0 >debug3: tty_make_modes: 40 0 >debug3: tty_make_modes: 41 0 >debug3: tty_make_modes: 50 1 >debug3: tty_make_modes: 51 1 >debug3: tty_make_modes: 53 1 >debug3: tty_make_modes: 54 0 >debug3: tty_make_modes: 55 0 >debug3: tty_make_modes: 56 0 >debug3: tty_make_modes: 57 0 >debug3: tty_make_modes: 58 0 >debug3: tty_make_modes: 59 1 >debug3: tty_make_modes: 60 0 >debug3: tty_make_modes: 61 0 >debug3: tty_make_modes: 70 1 >debug3: tty_make_modes: 71 0 >debug3: tty_make_modes: 72 1 >debug3: tty_make_modes: 73 0 >debug3: tty_make_modes: 74 0 >debug3: tty_make_modes: 75 0 >debug3: tty_make_modes: 90 1 >debug3: tty_make_modes: 91 1 >debug3: tty_make_modes: 92 0 >debug3: tty_make_modes: 93 0 >debug2: channel 0: request shell confirm 0 >debug2: fd 3 setting TCP_NODELAY >debug2: callback done >debug2: channel 0: open confirm rwindow 0 rmax 32768 >debug2: channel 0: rcvd adjust 131072 >debug3: Trying to reverse map address 127.0.0.1. >Last login: Wed Oct 6 08:12:30 2004 from localhost >debug1: permanently_set_uid: 1003/513 >setreuid 1003: Permission denied >debug1: do_cleanup >debug2: channel 0: rcvd eof >debug2: channel 0: output open -> drain >debug2: channel 0: obuf empty >debug2: channel 0: close_write >debug2: channel 0: output drain -> closed >debug1: client_input_channel_req: channel 0 rtype exit-status reply 0 >debug2: channel 0: rcvd close >debug2: channel 0: close_read >debug2: channel 0: input open -> closed >debug3: channel 0: will not send data after close >debug2: channel 0: almost dead >debug2: channel 0: gc: notify user >debug2: channel 0: gc: user detached >debug2: channel 0: send close >debug2: channel 0: is dead >debug2: channel 0: garbage collecting >debug1: channel 0: free: client-session, nchannels 1 >debug3: channel 0: status: The following connections are open: > #0 client-session (t4 r0 i3/0 o3/0 fd -1/-1 cfd -1) > >debug3: channel 0: close_fds r -1 w -1 e 6 c -1 >Connection to 127.0.0.1 closed. >debug1: Transferred: stdin 0, stdout 0, stderr 33 bytes in 0.4 seconds >debug1: Bytes per second: stdin 0.0, stdout 0.0, stderr 76.0 >debug1: Exit status 255 > > > > >------------------------------------------------------------------------ > > >Cygwin Configuration Diagnostics >Current System Time: Wed Oct 06 08:27:28 2004 > >Windows XP Professional Ver 5.1 Build 2600 Service Pack 2 > >Path: F:\Dev\cygwin\usr\local\bin > F:\Dev\cygwin\bin > F:\Dev\cygwin\bin > d:\WINDOWS\system32 > d:\WINDOWS > d:\WINDOWS\system32\WBEM > f:\Program Files\graphics\Maya6.0\bin > f:\Program Files\graphics\Maya5.0\bin > f:\usr\bin\ > f:\usr\bin > F:\Dev\cygwin\bin > f:\dev\c++\bin > f:\program files\graphics\imagemagick-5.5.5-q16 > d:\WINDOWS\system32 > d:\WINDOWS > d:\WINDOWS\System32\Wbem > f:\Program Files\network\SecureCRT > >Output from F:\Dev\cygwin\bin\id.exe (nontsec) >UID: 1003(paul) GID: 513(None) >513(None) > >Output from F:\Dev\cygwin\bin\id.exe (ntsec) >UID: 1003(paul) GID: 513(None) >544(Administrators) 545(Users) > >SysDir: D:\WINDOWS\system32 >WinDir: D:\WINDOWS > >CYGWIN = `ntsec tty' >HOME = `F:\Dev\cygwin\home\paul' >MAKE_MODE = `unix' >PWD = `/home/paul' >USER = `paul' > >ALLUSERSPROFILE = `f:\profiles\All Users' >APPDATA = `f:\profiles\paul\Application Data' >CLASSPATH = `"f:\Program Files\Internet\j2re1.4.1_02\lib\ext\QTJava.zip"' >CLIENTNAME = `Console' >CMDAUTORUNPATH = `f:\' >COMMONPROGRAMFILES = `F:\Program Files\Common Files' >COMPUTERNAME = `ZENZOOM' >COMSPEC = `D:\WINDOWS\system32\cmd.exe' >FP_NO_HOST_CHECK = `NO' >HOMEDRIVE = `f:' >HOMEPATH = `\profiles\paul' >LOGONSERVER = `\\ZENZOOM' >MANPATH = `:/usr/ssl/man' >MAYA_SHADER_LIBRARY_PATH = `F:\Program Files\graphics\Maya Shader Library\shaders' >NUMBER_OF_PROCESSORS = `1' >OLDPWD = `/cygdrive/f' >OS = `Windows_NT' >PATHEXT = `.COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.pl' >PROCESSOR_ARCHITECTURE = `x86' >PROCESSOR_IDENTIFIER = `x86 Family 6 Model 8 Stepping 1, AuthenticAMD' >PROCESSOR_LEVEL = `6' >PROCESSOR_REVISION = `0801' >PROGRAMFILES = `F:\Program Files' >PROMPT = `$P$G' >PS1 = `\[\033]0;\w\007 >\033[32m\]\u@\h \[\033[33m\w\033[0m\] >$ ' >QTJAVA = `"f:\Program Files\Internet\j2re1.4.1_02\lib\ext\QTJava.zip"' >SESSIONNAME = `Console' >SHLVL = `1' >SYSTEMDRIVE = `D:' >SYSTEMROOT = `D:\WINDOWS' >TEMP = `f:\profiles\paul\LOCALS~1\Temp' >TERM = `cygwin' >TMP = `f:\profiles\paul\LOCALS~1\Temp' >USERDOMAIN = `ZENZOOM' >USERNAME = `paul' >USERPROFILE = `f:\profiles\paul' >WINDIR = `D:\WINDOWS' >_ = `/usr/bin/cygcheck' >POSIXLY_CORRECT = `1' > >HKEY_CURRENT_USER\Software\Cygnus Solutions >HKEY_CURRENT_USER\Software\Cygnus Solutions\Cygwin >HKEY_CURRENT_USER\Software\Cygnus Solutions\Cygwin\mounts v2 >HKEY_CURRENT_USER\Software\Cygnus Solutions\Cygwin\Program Options >HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions >HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin >HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\mounts v2 > (default) = `/cygdrive' > cygdrive flags = 0x0000002a >HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\mounts v2\/ > (default) = `F:\Dev\cygwin' > flags = 0x0000000a >HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\mounts v2\/usr/bin > (default) = `F:\Dev\cygwin/bin' > flags = 0x0000000a >HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\mounts v2\/usr/lib > (default) = `F:\Dev\cygwin/lib' > flags = 0x0000000a >HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\Program Options > >c: hd NTFS 4094Mb 47% CP CS UN PA FC >d: hd NTFS 7169Mb 69% CP CS UN PA FC root >e: cd CDFS 481Mb 100% CS UN DOOM3_1 >f: hd NTFS 80003Mb 92% CP CS UN PA FC Raid >h: cd CDFS 501Mb 100% CS WXPFRE_EN >i: hd NTFS 53144Mb 63% CP CS UN PA FC Stuff >k: cd CDFS 133Mb 100% CS UN KASPERSKY > >F:\Dev\cygwin / system binmode >F:\Dev\cygwin/bin /usr/bin system binmode >F:\Dev\cygwin/lib /usr/lib system binmode >. /cygdrive system binmode,cygdrive > >Found: F:\Dev\cygwin\bin\awk.exe >Found: F:\Dev\cygwin\bin\bash.exe >Found: F:\Dev\cygwin\bin\cat.exe >Found: F:\Dev\cygwin\bin\cp.exe >Found: f:\dev\c++\bin\cpp.exe >Found: F:\Dev\cygwin\bin\find.exe >Found: f:\dev\c++\bin\gcc.exe >Found: f:\dev\c++\bin\gdb.exe >Found: F:\Dev\cygwin\bin\grep.exe >Found: f:\dev\c++\bin\ld.exe >Found: F:\Dev\cygwin\bin\ls.exe >Found: f:\dev\c++\bin\make.exe >Found: F:\Dev\cygwin\bin\mv.exe >Found: F:\Dev\cygwin\bin\rm.exe >Found: F:\Dev\cygwin\bin\sed.exe >Found: F:\Dev\cygwin\bin\sh.exe >Found: F:\Dev\cygwin\bin\tar.exe > > 55k 2004/09/14 F:\Dev\cygwin\bin\cygbz2-1.dll - os=4.0 img=1.0 sys=4.0 > "cygbz2-1.dll" v0.0 ts=2004/9/14 14:16 > 18k 2004/07/06 F:\Dev\cygwin\bin\cygcharset-1.dll - os=4.0 img=1.0 sys=4.0 > "cygcharset-1.dll" v0.0 ts=2004/7/7 4:09 > 7k 2003/10/19 F:\Dev\cygwin\bin\cygcrypt-0.dll - os=4.0 img=1.0 sys=4.0 > "cygcrypt-0.dll" v0.0 ts=2003/10/19 17:57 > 839k 2004/09/27 F:\Dev\cygwin\bin\cygcrypto-0.9.7.dll - os=4.0 img=1.0 sys=4.0 > "cygcrypto-0.9.7.dll" v0.0 ts=2004/9/28 0:10 > 45k 2001/04/24 F:\Dev\cygwin\bin\cygform5.dll - os=4.0 img=1.0 sys=4.0 > "cygform5.dll" v0.0 ts=2001/4/25 15:28 > 35k 2002/01/08 F:\Dev\cygwin\bin\cygform6.dll - os=4.0 img=1.0 sys=4.0 > "cygform6.dll" v0.0 ts=2002/1/9 17:03 > 48k 2003/08/09 F:\Dev\cygwin\bin\cygform7.dll - os=4.0 img=1.0 sys=4.0 > "cygform7.dll" v0.0 ts=2003/8/9 19:25 > 28k 2003/07/20 F:\Dev\cygwin\bin\cyggdbm-3.dll - os=4.0 img=1.0 sys=4.0 > "cyggdbm-3.dll" v0.0 ts=2003/7/20 17:58 > 30k 2003/08/11 F:\Dev\cygwin\bin\cyggdbm-4.dll - os=4.0 img=1.0 sys=4.0 > "cyggdbm-4.dll" v0.0 ts=2003/8/11 12:12 > 19k 2003/03/22 F:\Dev\cygwin\bin\cyggdbm.dll - os=4.0 img=1.0 sys=4.0 > "cyggdbm.dll" v0.0 ts=2002/2/20 14:05 > 15k 2003/07/20 F:\Dev\cygwin\bin\cyggdbm_compat-3.dll - os=4.0 img=1.0 sys=4.0 > "cyggdbm_compat-3.dll" v0.0 ts=2003/7/20 18:00 > 15k 2003/08/11 F:\Dev\cygwin\bin\cyggdbm_compat-4.dll - os=4.0 img=1.0 sys=4.0 > "cyggdbm_compat-4.dll" v0.0 ts=2003/8/11 12:13 > 107k 2004/07/06 F:\Dev\cygwin\bin\cyggettextlib-0-14-1.dll - os=4.0 img=1.0 sys=4.0 > "cyggettextlib-0-14-1.dll" v0.0 ts=2004/7/7 3:56 > 17k 2004/07/06 F:\Dev\cygwin\bin\cyggettextpo-0.dll - os=4.0 img=1.0 sys=4.0 > "cyggettextpo-0.dll" v0.0 ts=2004/7/7 3:56 > 190k 2004/07/06 F:\Dev\cygwin\bin\cyggettextsrc-0-14-1.dll - os=4.0 img=1.0 sys=4.0 > "cyggettextsrc-0-14-1.dll" v0.0 ts=2004/7/7 3:56 > 17k 2001/06/27 F:\Dev\cygwin\bin\cyghistory4.dll - os=4.0 img=1.0 sys=4.0 > "cyghistory4.dll" v0.0 ts=2001/1/7 15:34 > 29k 2003/08/10 F:\Dev\cygwin\bin\cyghistory5.dll - os=4.0 img=1.0 sys=4.0 > "cyghistory5.dll" v0.0 ts=2003/8/11 9:16 > 991k 2004/07/06 F:\Dev\cygwin\bin\cygiconv-2.dll - os=4.0 img=1.0 sys=4.0 > "cygiconv-2.dll" v0.0 ts=2004/7/7 4:10 > 22k 2001/12/12 F:\Dev\cygwin\bin\cygintl-1.dll - os=4.0 img=1.0 sys=4.0 > "cygintl-1.dll" v0.0 ts=2001/12/13 20:28 > 37k 2003/08/10 F:\Dev\cygwin\bin\cygintl-2.dll - os=4.0 img=1.0 sys=4.0 > "cygintl-2.dll" v0.0 ts=2003/8/11 7:50 > 54k 2004/07/06 F:\Dev\cygwin\bin\cygintl-3.dll - os=4.0 img=1.0 sys=4.0 > "cygintl-3.dll" v0.0 ts=2004/7/7 3:51 > 26k 2001/04/24 F:\Dev\cygwin\bin\cygmenu5.dll - os=4.0 img=1.0 sys=4.0 > "cygmenu5.dll" v0.0 ts=2001/4/25 15:27 > 20k 2002/01/08 F:\Dev\cygwin\bin\cygmenu6.dll - os=4.0 img=1.0 sys=4.0 > "cygmenu6.dll" v0.0 ts=2002/1/9 17:03 > 29k 2003/08/09 F:\Dev\cygwin\bin\cygmenu7.dll - os=4.0 img=1.0 sys=4.0 > "cygmenu7.dll" v0.0 ts=2003/8/9 19:25 > 15k 2003/11/20 F:\Dev\cygwin\bin\cygminires.dll - os=4.0 img=0.97 sys=4.0 > "cygminires.dll" v0.0 ts=2003/11/20 12:55 > 156k 2001/04/24 F:\Dev\cygwin\bin\cygncurses++5.dll - os=4.0 img=1.0 sys=4.0 > "cygncurses++5.dll" v0.0 ts=2001/4/25 15:29 > 175k 2002/01/08 F:\Dev\cygwin\bin\cygncurses++6.dll - os=4.0 img=1.0 sys=4.0 > "cygncurses++6.dll" v0.0 ts=2002/1/9 17:03 > 226k 2001/04/24 F:\Dev\cygwin\bin\cygncurses5.dll - os=4.0 img=1.0 sys=4.0 > "cygncurses5.dll" v0.0 ts=2001/4/25 15:17 > 202k 2002/01/08 F:\Dev\cygwin\bin\cygncurses6.dll - os=4.0 img=1.0 sys=4.0 > "cygncurses6.dll" v0.0 ts=2002/1/9 17:03 > 224k 2003/08/09 F:\Dev\cygwin\bin\cygncurses7.dll - os=4.0 img=1.0 sys=4.0 > "cygncurses7.dll" v0.0 ts=2003/8/9 19:24 > 15k 2001/04/24 F:\Dev\cygwin\bin\cygpanel5.dll - os=4.0 img=1.0 sys=4.0 > "cygpanel5.dll" v0.0 ts=2001/4/25 15:27 > 12k 2002/01/08 F:\Dev\cygwin\bin\cygpanel6.dll - os=4.0 img=1.0 sys=4.0 > "cygpanel6.dll" v0.0 ts=2002/1/9 17:03 > 19k 2003/08/09 F:\Dev\cygwin\bin\cygpanel7.dll - os=4.0 img=1.0 sys=4.0 > "cygpanel7.dll" v0.0 ts=2003/8/9 19:24 > 62k 2003/12/11 F:\Dev\cygwin\bin\cygpcre-0.dll - os=4.0 img=1.0 sys=4.0 > "cygpcre-0.dll" v0.0 ts=2003/12/12 4:01 > 63k 2003/04/11 F:\Dev\cygwin\bin\cygpcre.dll - os=4.0 img=1.0 sys=4.0 > "cygpcre.dll" v0.0 ts=2003/4/11 18:31 > 9k 2003/12/11 F:\Dev\cygwin\bin\cygpcreposix-0.dll - os=4.0 img=1.0 sys=4.0 > "cygpcreposix-0.dll" v0.0 ts=2003/12/12 4:01 > 61k 2003/04/11 F:\Dev\cygwin\bin\cygpcreposix.dll - os=4.0 img=1.0 sys=4.0 > "cygpcreposix.dll" v0.0 ts=2003/4/11 18:31 > 22k 2002/06/09 F:\Dev\cygwin\bin\cygpopt-0.dll - os=4.0 img=1.0 sys=4.0 > "cygpopt-0.dll" v0.0 ts=2002/6/9 15:45 > 108k 2001/06/27 F:\Dev\cygwin\bin\cygreadline4.dll - os=4.0 img=1.0 sys=4.0 > "cygreadline4.dll" v0.0 ts=2001/1/7 15:34 > 148k 2003/08/10 F:\Dev\cygwin\bin\cygreadline5.dll - os=4.0 img=1.0 sys=4.0 > "cygreadline5.dll" v0.0 ts=2003/8/11 9:16 > 170k 2004/09/27 F:\Dev\cygwin\bin\cygssl-0.9.7.dll - os=4.0 img=1.0 sys=4.0 > "cygssl-0.9.7.dll" v0.0 ts=2004/9/28 0:10 > 3416k 2004/02/21 F:\Dev\cygwin\bin\cygxerces-c25.dll - os=4.0 img=1.0 sys=4.0 > "cygxerces-c25.dll" v0.0 ts=2004/2/21 17:49 > 62k 2004/09/14 F:\Dev\cygwin\bin\cygz.dll - os=4.0 img=1.0 sys=4.0 > "cygz.dll" v0.0 ts=2004/9/14 13:51 > 1111k 2004/09/05 F:\Dev\cygwin\bin\cygwin1.dll - os=4.0 img=1.0 sys=4.0 > "cygwin1.dll" v0.0 ts=2004/9/5 13:17 > Cygwin DLL version info: > DLL version: 1.5.11 > DLL epoch: 19 > DLL bad signal mask: 19005 > DLL old termios: 5 > DLL malloc env: 28 > API major: 0 > API minor: 116 > Shared data: 4 > DLL identifier: cygwin1 > Mount registry: 2 > Cygnus registry name: Cygnus Solutions > Cygwin registry name: Cygwin > Program options name: Program Options > Cygwin mount registry name: mounts v2 > Cygdrive flags: cygdrive flags > Cygdrive prefix: cygdrive prefix > Cygdrive default prefix: > Build date: Sat Sep 4 23:17:09 EDT 2004 > Shared id: cygwin1S4 > > >Cygwin Package Information >Last downloaded files to: f:\scratch\dev\cygwin >Last downloaded files from: http://mirror.pacific.net.au/linux/cygwin > >Package Version >_update-info-dir 00228-1 >ash 20040127-1 >base-files 3.0-3 >base-passwd 1.0-1 >bash 2.05b-16 >bzip2 1.0.2-6 >clear 1.0-1 >crypt 1.1-1 >cygrunsrv 1.0-1 >cygutils 1.2.5-1 >cygwin 1.5.11-1 >diffutils 2.8.7-1 >editrights 1.01-1 >fileutils 4.1-2 >findutils 4.1.7-4 >gawk 3.1.4-3 >gdbm 1.8.3-7 >grep 2.5-1 >groff 1.18.1-2 >gzip 1.3.5-1 >less 381-1 >libbz2_1 1.0.2-6 >libcharset1 1.9.2-1 >libgdbm 1.8.0-5 >libgdbm-devel 1.8.3-7 >libgdbm3 1.8.3-3 >libgdbm4 1.8.3-7 >libgettextpo0 0.14.1-1 >libiconv 1.9.2-1 >libiconv2 1.9.2-1 >libintl1 0.10.40-1 >libintl2 0.12.1-3 >libintl3 0.14.1-1 >libncurses5 5.2-1 >libncurses6 5.2-8 >libncurses7 5.3-4 >libpcre 4.1-1 >libpcre0 4.5-1 >libpopt0 1.6.4-4 >libreadline4 4.1-2 >libreadline5 4.3-5 >libxerces-c25 2.5.0-1 >login 1.9-7 >man 1.5o-1 >minires 0.97-1 >mktemp 1.5-3 >more 2.11o-1 >ncurses 5.3-4 >openssh 3.9p1-2 >openssl 0.9.7d-2 >pcre 4.5-1 >pcre-doc 4.5-1 >readline 4.3-5 >sed 4.1.2-1 >sh-utils 2.0.15-4 >tar 1.13.25-5 >termcap 20021106-2 >terminfo 5.3_20030726-1 >texinfo 4.2-4 >textutils 2.0.21-1 >time 1.7-1 >vim 6.3-1 >which 1.5-2 >zlib 1.2.1-2 >Use -h to see help about each section > > > > -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/