This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: ssh to 2003 server exist immediately


* * wrote:
You might try reconfiguring with "privilege separation" turned on. Also, turn on auditing of failed file access, and/or run sysInternals RegMon and FileMon.
Reconfigured with privilege separation turned on. Same problem. Interesting note: I removed /var/empty so that the ssh-host-config would recreate it. It does, but it's owned by my user. Starting sshd yields the following in /var/log/sshd.log:

/var/empty must be owned by root and not group or world-writable.

At first I did chown SYSTEM:SYSTEM /var/empty but that didn't help. It was not until I did a chown sshd_server /var/empty that I was able to start sshd. It was not apparent to me that, in this context, "root" == "sshd_server" nor that ssh-host-config, knowing that I'm running on 2003 and needing to create a local sshd_server user and using privilege separation, would not know to do a chown sshd_server on /var/empty. Bug?
I think your sshd_server user doesn't have permission to execute Winsock2 which is %SYSTEMROOT%\System32\ws2_32.dll or one of it's dependencies. Did you also check the Application Event Log?
Again, whenever I go to view the Application log in the Event Viewer after trying an ssh it's corrupted. I can right click on the Application log and Clear All Events, thus creating a new Application log, which works. But if I do an ssh and go back to the Event Viewer it says the Application log is corrupted!

Meantime I edited sshd_server's rights so I could do a "runas /user:sshd_server cmd". From here I started bash --login -i then did an "strace /usr/sbin/sshd -d > /tmp/sshd.strace.log 2>&1" (attached). The "relevant" part seems to be here:

61 3956481 [main] sshd 1404 sync_with_parent: no problems 84 3956501 [main] sshd 5380 child_info::sync: n 2, waiting for subproc_ready(0x598) and child process(0x588) 45 3956526 [main] sshd 1404 frok::child: hParent 0x594, child 1 first_dll 0x28010000, load_dlls 0 82 3956608 [main] sshd 1404 set_privilege: 0 = set_privilege ((token 77C) SeRestorePrivilege, 1) 60 3956668 [main] sshd 1404 set_privilege: 1 = set_privilege ((token 77C) SeChangeNotifyPrivilege, 1) 61 3956729 [main] sshd 1404 set_file_api_mode: File APIs set to ANSI 58 3956787 [main] sshd 1404 dtable::fixup_after_fork: fd 3 () 57 3956844 [main] sshd 1404 fhandler_socket::fixup_after_fork: WSASocket begin, dwServiceFlags1=131174 3957121 [main] sshd 1404 C:\Cygwin\usr\sbin\sshd.exe: *** fatal error - could not load ws2_32, Win32 error 0 277 3957121 [main] sshd 1404 C:\Cygwin\usr\sbin\sshd.exe: *** fatal error - could not load ws2_32, Win32 error 0 1171 3958292 [main] sshd 1404 sigproc_terminate: entering 53 3958345 [main] sshd 1404 sig_send: my_sendsig 0x0, myself->sendsig 0x0, exit_state 12 55 3958400 [main] sshd 1404 __set_errno: int sig_send(_pinfo*, siginfo_t&, _cygtls*):558 val 11 56 3958456 [main] sshd 1404 sig_send: returning 0x1 from sending signal -42 53 3958509 [main] sshd 1404 proc_terminate: nprocs 0 52 3958561 [main] sshd 1404 proc_terminate: leaving 108 3958669 [main] sshd 1404 __to_clock_t: dwHighDateTime 0, dwLowDateTime 156250 57 3958726 [main] sshd 1404 __to_clock_t: total 00000000 0000000F 53 3958779 [main] sshd 1404 __to_clock_t: dwHighDateTime 0, dwLowDateTime 0 52 3958831 [main] sshd 1404 __to_clock_t: total 00000000 00000000 1179 3960010 [main] sshd 1404 pinfo::exit: Calling ExitProcess n 0x1, exitcode 0x1


I'd appreciate any pointers (guesses) at this point?
**********************************************
Program name: C:\Cygwin\usr\sbin\sshd.exe (pid 5380, ppid 1)
App version:  1005.19, api: 0.150
DLL version:  1005.19, api: 0.150
DLL build:    2006-01-20 13:28
OS version:   Windows NT-5.2
Heap size:    402653184
Date/Time:    2006-05-15 22:33:09
**********************************************
   74     673 [main] sshd 5380 set_myself: myself->dwProcessId 5380
   73     746 [main] sshd 5380 time: 1147757589 = time (0)
  556    1302 [main] sshd 5380 environ_init: GetEnvironmentStrings returned 0x245B28 - "=C:=C:\WINDOWS\system32"
  122    1424 [main] sshd 5380 environ_init: 0x10010238: !C:=C:\WINDOWS\system32
  210    1634 [main] sshd 5380 environ_init: 0x10010258: ALLUSERSPROFILE=C:\Documents and Settings\All Users
  104    1738 [main] sshd 5380 environ_init: 0x10010290: ASANY8=C:\Program Files\Rational\SqlAnywhere8
  101    1839 [main] sshd 5380 environ_init: 0x100102C8: ASANYSH8=C:\Program Files\Rational\SqlAnywhere8
  102    1941 [main] sshd 5380 environ_init: 0x10010300: CLUSTERLOG=C:\WINDOWS\Cluster\cluster.log
  101    2042 [main] sshd 5380 environ_init: 0x10010330: COMMONPROGRAMFILES=C:\Program Files\Common Files
  103    2145 [main] sshd 5380 environ_init: 0x10010368: COMPUTERNAME=SONS-SC-CC
  101    2246 [main] sshd 5380 environ_init: 0x10010388: COMSPEC=C:\WINDOWS\system32\cmd.exe
  108    2354 [main] sshd 5380 parse_options: ntsec (called func)
  102    2456 [main] sshd 5380 parse_options: smbntsec (called func)
  100    2556 [main] sshd 5380 parse_options: returning
   52    2608 [main] sshd 5380 environ_init: 0x100103B0: CYGWIN=ntsec smbntsec
  102    2710 [main] sshd 5380 environ_init: 0x100103F0: FP_NO_HOST_CHECK=NO
  108    2818 [main] sshd 5380 getwinenv: can't set native for HOME= since no environ yet
  108    2926 [main] sshd 5380 mount_info::conv_to_posix_path: conv_to_posix_path (C:\Cygwin\var\empty, no-keep-rel, no-add-slash)
   56    2982 [main] sshd 5380 normalize_win32_path: C:\Cygwin\var\empty = normalize_win32_path (C:\Cygwin\var\empty)
   63    3045 [main] sshd 5380 mount_info::conv_to_posix_path: /var/empty = conv_to_posix_path (C:\Cygwin\var\empty)
  152    3197 [main] sshd 5380 win_env::add_cache: posix /var/empty
   53    3250 [main] sshd 5380 win_env::add_cache: native HOME=C:\Cygwin\var\empty
   52    3302 [main] sshd 5380 posify: env var converted to HOME=/var/empty
  100    3402 [main] sshd 5380 environ_init: 0x10010428: HOME=/var/empty
  102    3504 [main] sshd 5380 environ_init: 0x10010568: IBMLDAP_ALTHOME=C:\Program Files\Rational\common\codeset
  102    3606 [main] sshd 5380 environ_init: 0x10010408: MAKE_MODE=unix
  101    3707 [main] sshd 5380 environ_init: 0x100105A8: MANPATH=:/usr/ssl/man
  103    3810 [main] sshd 5380 environ_init: 0x100105C8: NUMBER_OF_PROCESSORS=4
  101    3911 [main] sshd 5380 environ_init: 0x100105E8: NUTSUFFIX=1
  102    4013 [main] sshd 5380 environ_init: 0x100105F8: NUT_SUFFIXED_SEARCHING=1
  102    4115 [main] sshd 5380 environ_init: 0x10010618: OLDPWD=/dev/c/WINDOWS/system32
  101    4216 [main] sshd 5380 environ_init: 0x10010640: OS=Windows_NT
  103    4319 [main] sshd 5380 getwinenv: can't set native for PATH= since no environ yet
   59    4378 [main] sshd 5380 normalize_posix_path: src .
   58    4436 [main] sshd 5380 mount_info::conv_to_posix_path: conv_to_posix_path (C:\Cygwin\var\empty, no-keep-rel, no-add-slash)
   52    4488 [main] sshd 5380 normalize_win32_path: C:\Cygwin\var\empty = normalize_win32_path (C:\Cygwin\var\empty)
   55    4543 [main] sshd 5380 mount_info::conv_to_posix_path: /var/empty = conv_to_posix_path (C:\Cygwin\var\empty)
   56    4599 [main] sshd 5380 cwdstuff::get: posix /var/empty
   56    4655 [main] sshd 5380 cwdstuff::get: (/var/empty) = cwdstuff::get (0x22EA70, 260, 1, 0), errno 0
   54    4709 [main] sshd 5380 normalize_posix_path: /var/empty/ = normalize_posix_path (.)
   54    4763 [main] sshd 5380 mount_info::conv_to_win32_path: conv_to_win32_path (/var/empty)
   61    4824 [main] sshd 5380 set_flags: flags: binary (0x2)
  108    4932 [main] sshd 5380 mount_info::conv_to_win32_path: src_path /var/empty, dst C:\Cygwin\var\empty, flags 0xA, rc 0
   94    5026 [main] sshd 5380 symlink_info::check: not a symlink
   52    5078 [main] sshd 5380 symlink_info::check: 0 = symlink.check (C:\Cygwin\var\empty, 0x22E730) (0xA)
  729    5807 [main] sshd 5380 set_privilege: 1 = set_privilege ((token 6E8) SeChangeNotifyPrivilege, 1)
  160    5967 [main] sshd 5380 path_conv::check: this->path(C:\Cygwin\var\empty), has_acls(1)
  107    6074 [main] sshd 5380 mount_info::conv_to_posix_path: conv_to_posix_path (C:\Cygwin\usr\X11R6\bin, keep-rel, no-add-slash)
   54    6128 [main] sshd 5380 normalize_win32_path: C:\Cygwin\usr\X11R6\bin = normalize_win32_path (C:\Cygwin\usr\X11R6\bin)
   54    6182 [main] sshd 5380 mount_info::conv_to_posix_path: /usr/X11R6/bin = conv_to_posix_path (C:\Cygwin\usr\X11R6\bin)
   54    6236 [main] sshd 5380 mount_info::conv_to_posix_path: conv_to_posix_path (.\, keep-rel, add-slash)
   53    6289 [main] sshd 5380 mount_info::conv_to_posix_path: ./ = conv_to_posix_path (.\)
   52    6341 [main] sshd 5380 mount_info::conv_to_posix_path: conv_to_posix_path (C:\Cygwin\usr\local\bin, keep-rel, no-add-slash)
   54    6395 [main] sshd 5380 normalize_win32_path: C:\Cygwin\usr\local\bin = normalize_win32_path (C:\Cygwin\usr\local\bin)
   54    6449 [main] sshd 5380 mount_info::conv_to_posix_path: /usr/local/bin = conv_to_posix_path (C:\Cygwin\usr\local\bin)
   53    6502 [main] sshd 5380 mount_info::conv_to_posix_path: conv_to_posix_path (C:\Cygwin\bin, keep-rel, no-add-slash)
   53    6555 [main] sshd 5380 normalize_win32_path: C:\Cygwin\bin = normalize_win32_path (C:\Cygwin\bin)
   53    6608 [main] sshd 5380 mount_info::conv_to_posix_path: /usr/bin = conv_to_posix_path (C:\Cygwin\bin)
   54    6662 [main] sshd 5380 mount_info::conv_to_posix_path: conv_to_posix_path (C:\Cygwin\bin, keep-rel, no-add-slash)
   53    6715 [main] sshd 5380 normalize_win32_path: C:\Cygwin\bin = normalize_win32_path (C:\Cygwin\bin)
   53    6768 [main] sshd 5380 mount_info::conv_to_posix_path: /usr/bin = conv_to_posix_path (C:\Cygwin\bin)
   53    6821 [main] sshd 5380 mount_info::conv_to_posix_path: conv_to_posix_path (c:\WINDOWS\system32, keep-rel, no-add-slash)
   54    6875 [main] sshd 5380 normalize_win32_path: c:\WINDOWS\system32 = normalize_win32_path (c:\WINDOWS\system32)
   54    6929 [main] sshd 5380 mount_info::conv_to_posix_path: /dev/c/WINDOWS/system32 = conv_to_posix_path (c:\WINDOWS\system32)
   54    6983 [main] sshd 5380 mount_info::conv_to_posix_path: conv_to_posix_path (c:\WINDOWS, keep-rel, no-add-slash)
   52    7035 [main] sshd 5380 normalize_win32_path: c:\WINDOWS = normalize_win32_path (c:\WINDOWS)
   53    7088 [main] sshd 5380 mount_info::conv_to_posix_path: /dev/c/WINDOWS = conv_to_posix_path (c:\WINDOWS)
   54    7142 [main] sshd 5380 mount_info::conv_to_posix_path: conv_to_posix_path (c:\WINDOWS\System32\Wbem, keep-rel, no-add-slash)
   53    7195 [main] sshd 5380 normalize_win32_path: c:\WINDOWS\System32\Wbem = normalize_win32_path (c:\WINDOWS\System32\Wbem)
   54    7249 [main] sshd 5380 mount_info::conv_to_posix_path: /dev/c/WINDOWS/System32/Wbem = conv_to_posix_path (c:\WINDOWS\System32\Wbem)
   53    7302 [main] sshd 5380 mount_info::conv_to_posix_path: conv_to_posix_path (C:\Program Files\Rational\ClearCase\bin, keep-rel, no-add-slash)
   54    7356 [main] sshd 5380 normalize_win32_path: C:\Program Files\Rational\ClearCase\bin = normalize_win32_path (C:\Program Files\Rational\ClearCase\bin)
   54    7410 [main] sshd 5380 mount_info::conv_to_posix_path: /apps/Rational/ClearCase/bin = conv_to_posix_path (C:\Program Files\Rational\ClearCase\bin)
   54    7464 [main] sshd 5380 mount_info::conv_to_posix_path: conv_to_posix_path (C:\Program Files\Rational\common, keep-rel, no-add-slash)
   53    7517 [main] sshd 5380 normalize_win32_path: C:\Program Files\Rational\common = normalize_win32_path (C:\Program Files\Rational\common)
   54    7571 [main] sshd 5380 mount_info::conv_to_posix_path: /apps/Rational/common = conv_to_posix_path (C:\Program Files\Rational\common)
  109    7680 [main] sshd 5380 mount_info::conv_to_posix_path: conv_to_posix_path (C:\Program Files\Rational\SqlAnywhere8\win32, keep-rel, no-add-slash)
   55    7735 [main] sshd 5380 normalize_win32_path: C:\Program Files\Rational\SqlAnywhere8\win32 = normalize_win32_path (C:\Program Files\Rational\SqlAnywhere8\win32)
   54    7789 [main] sshd 5380 mount_info::conv_to_posix_path: /apps/Rational/SqlAnywhere8/win32 = conv_to_posix_path (C:\Program Files\Rational\SqlAnywhere8\win32)
   55    7844 [main] sshd 5380 mount_info::conv_to_posix_path: conv_to_posix_path (C:\Program Files\Rational\SqlAnywhere8\Sybase Central 4.1, keep-rel, no-add-slash)
   54    7898 [main] sshd 5380 normalize_win32_path: C:\Program Files\Rational\SqlAnywhere8\Sybase Central 4.1 = normalize_win32_path (C:\Program Files\Rational\SqlAnywhere8\Sybase Central 4.1)
   55    7953 [main] sshd 5380 mount_info::conv_to_posix_path: /apps/Rational/SqlAnywhere8/Sybase Central 4.1 = conv_to_posix_path (C:\Program Files\Rational\SqlAnywhere8\Sybase Central 4.1)
   55    8008 [main] sshd 5380 mount_info::conv_to_posix_path: conv_to_posix_path (d:\Tornado2.2.1\host\x86-win32\bin, keep-rel, no-add-slash)
   54    8062 [main] sshd 5380 normalize_win32_path: d:\Tornado2.2.1\host\x86-win32\bin = normalize_win32_path (d:\Tornado2.2.1\host\x86-win32\bin)
   54    8116 [main] sshd 5380 mount_info::conv_to_posix_path: /dev/d/Tornado2.2.1/host/x86-win32/bin = conv_to_posix_path (d:\Tornado2.2.1\host\x86-win32\bin)
   54    8170 [main] sshd 5380 mount_info::conv_to_posix_path: conv_to_posix_path (\\sons-sc-cc\Views\official\Tools\bin, keep-rel, no-add-slash)
   53    8223 [main] sshd 5380 normalize_win32_path: \\sons-sc-cc\Views\official\Tools\bin = normalize_win32_path (\\sons-sc-cc\Views\official\Tools\bin)
   55    8278 [main] sshd 5380 mount_info::conv_to_posix_path: /view/official/Tools/bin = conv_to_posix_path (\\sons-sc-cc\Views\official\Tools\bin)
  152    8430 [main] sshd 5380 win_env::add_cache: posix /usr/X11R6/bin:./:/usr/local/bin:/usr/bin:/usr/bin:/dev/c/WINDOWS/system32:/dev/c/WINDOWS:/dev/c/WINDOWS/System32/Wbem:/apps/Rational/ClearCase/bin:/apps/Rational/common:/apps/Rational/SqlAnywhere8/win32:/apps/Rational/SqlAnywhere8/Sybase Central 4.1:/dev/d/Tornado2.2.1/host/x86-win32/bin:/view/official/Tools/bin
   56    8486 [main] sshd 5380 win_env::add_cache: native PATH=C:\Cygwin\usr\X11R6\bin;.\;C:\Cygwin\usr\local\bin;C:\Cygwin\bin;C:\Cygwin\bin;c:\WINDOWS\system32;c:\WINDOWS;c:\WINDOWS\System32\Wbem;C:\Program Files\Rational\ClearCase\bin;C:\Program Files\Rational\common;C:\Program Files\Rational\SqlAnywhere8\win32;C:\Program Files\Rational\SqlAnywhere8\Sybase Central 4.1;d:\Tornado2.2.1\host\x86-win32\bin;\\sons-sc-cc\Views\official\Tools\bin
   58    8544 [main] sshd 5380 posify: env var converted to PATH=/usr/X11R6/bin:./:/usr/local/bin:/usr/bin:/usr/bin:/dev/c/WINDOWS/system32:/dev/c/WINDOWS:/dev/c/WINDOWS/System32/Wbem:/apps/Rational/ClearCase/bin:/apps/Rational/common:/apps/Rational/SqlAnywhere8/win32:/apps/Rational/SqlAnywhere8/Sybase Central 4.1:/dev/d/Tornado2.2.1/host/x86-win32/bin:/view/official/Tools/bin
  105    8649 [main] sshd 5380 environ_init: 0x100107E8: PATH=/usr/X11R6/bin:./:/usr/local/bin:/usr/bin:/usr/bin:/dev/c/WINDOWS/system32:/dev/c/WINDOWS:/dev/c/WINDOWS/System32/Wbem:/apps/Rational/ClearCase/bin:/apps/Rational/common:/apps/Rational/SqlAnywhere8/win32:/apps/Rational/SqlAnywhere8/Sybase Central 4.1:/dev/d/Tornado2.2.1/host/x86-win32/bin:/view/official/Tools/bin
  108    8757 [main] sshd 5380 environ_init: 0x10010658: PATHEXT=.COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH
  101    8858 [main] sshd 5380 environ_init: 0x10010698: PROCESSOR_ARCHITECTURE=x86
  101    8959 [main] sshd 5380 environ_init: 0x100106B8: PROCESSOR_IDENTIFIER=x86 Family 15 Model 4 Stepping 3, GenuineIntel
  102    9061 [main] sshd 5380 environ_init: 0x10010700: PROCESSOR_LEVEL=15
  102    9163 [main] sshd 5380 environ_init: 0x10010718: PROCESSOR_REVISION=0403
  100    9263 [main] sshd 5380 environ_init: 0x10010738: PROGRAMFILES=C:\Program Files
  105    9368 [main] sshd 5380 environ_init: 0x10010760: PROMPT=$P$G
  101    9469 [main] sshd 5380 environ_init: 0x10010770: PS1=\[\033]0;\w\007
\033[32m\]\u@\h \[\033[33m\w\033[0m\]
$ 
  102    9571 [main] sshd 5380 environ_init: 0x100107B8: PWD=/var/empty
  101    9672 [main] sshd 5380 environ_init: 0x10010DD0: RATL_RTHOME=C:\Program Files\Rational\Rational Test
  102    9774 [main] sshd 5380 environ_init: 0x10010E08: RWPHOME=C:\Program Files\Rational\common\rwp
  102    9876 [main] sshd 5380 environ_init: 0x100107D0: SHELL=/bin/false
  101    9977 [main] sshd 5380 environ_init: 0x10010E40: SHLVL=1
  101   10078 [main] sshd 5380 environ_init: 0x10010E50: SITE_ADMIN=Jeff Stribling
  175   10253 [main] sshd 5380 environ_init: 0x10010E70: SITE_ADMIN_EMAIL=JStribling@Salira.com
  105   10358 [main] sshd 5380 environ_init: 0x10010EA0: SITE_ANON_FTP_SERVER=sons-sc-cc
  138   10496 [main] sshd 5380 environ_init: 0x10010EC8: SITE_BUILD_SERVER=sons-sc-cc
  101   10597 [main] sshd 5380 environ_init: 0x10010EF0: SITE_DYNAMIC_VIEW_PATH=/dview
   96   10693 [main] sshd 5380 environ_init: 0x10010F18: SITE_HOME_SERVER=sonscentral
   98   10791 [main] sshd 5380 environ_init: 0x10010F40: SITE_HOME_SHARENAME=users
  101   10892 [main] sshd 5380 environ_init: 0x10010F60: SITE_NAME=SC
  100   10992 [main] sshd 5380 environ_init: 0x10010F78: SITE_NAME_LONG=Santa Clara
  101   11093 [main] sshd 5380 environ_init: 0x10010F98: SITE_OFFICIAL_VIEW=official
  101   11194 [main] sshd 5380 environ_init: 0x10010FB8: SITE_REGION=SC
  105   11299 [main] sshd 5380 environ_init: 0x10010FD0: SITE_RELEASE_PATH=Release Corporate/Software/Release
  102   11401 [main] sshd 5380 environ_init: 0x10011010: SITE_RELEASE_SERVER=sc-swlab-ftp sonscentral
  101   11502 [main] sshd 5380 environ_init: 0x10011048: SITE_SNAPSHOT_VIEW_PATH=/view
  102   11604 [main] sshd 5380 environ_init: 0x10011070: SITE_TOOLS_PATH=/view/official/Tools
  101   11705 [main] sshd 5380 environ_init: 0x100110A0: SITE_TOOLS_VIEW=official
  101   11806 [main] sshd 5380 environ_init: 0x100110C0: SITE_TOOLS_VOB=Tools
  101   11907 [main] sshd 5380 environ_init: 0x100110E0: SITE_VIEW_SERVER=sons-sc-cc
  101   12008 [main] sshd 5380 environ_init: 0x10011100: SITE_VIEW_SHARENAME=Views
  100   12108 [main] sshd 5380 environ_init: 0x10011120: SITE_VIEW_STORAGE=//sons-sc-cc/Views
  101   12209 [main] sshd 5380 environ_init: 0x10011150: SITE_VOB_SERVER=sons-sc-cc
  100   12309 [main] sshd 5380 environ_init: 0x10011170: SYSTEMDRIVE=C:
  101   12410 [main] sshd 5380 environ_init: 0x10011188: SYSTEMROOT=C:\WINDOWS
  101   12511 [main] sshd 5380 getwinenv: can't set native for TEMP= since no environ yet
  101   12612 [main] sshd 5380 mount_info::conv_to_posix_path: conv_to_posix_path (C:\DOCUME~1\SSHD_S~1.002\LOCALS~1\Temp, no-keep-rel, no-add-slash)
   53   12665 [main] sshd 5380 normalize_win32_path: C:\DOCUME~1\SSHD_S~1.002\LOCALS~1\Temp = normalize_win32_path (C:\DOCUME~1\SSHD_S~1.002\LOCALS~1\Temp)
   55   12720 [main] sshd 5380 mount_info::conv_to_posix_path: /dev/c/DOCUME~1/SSHD_S~1.002/LOCALS~1/Temp = conv_to_posix_path (C:\DOCUME~1\SSHD_S~1.002\LOCALS~1\Temp)
  151   12871 [main] sshd 5380 win_env::add_cache: posix /dev/c/DOCUME~1/SSHD_S~1.002/LOCALS~1/Temp
   53   12924 [main] sshd 5380 win_env::add_cache: native TEMP=C:\DOCUME~1\SSHD_S~1.002\LOCALS~1\Temp
   52   12976 [main] sshd 5380 posify: env var converted to TEMP=/dev/c/DOCUME~1/SSHD_S~1.002/LOCALS~1/Temp
   99   13075 [main] sshd 5380 environ_init: 0x100111D8: TEMP=/dev/c/DOCUME~1/SSHD_S~1.002/LOCALS~1/Temp
  102   13177 [main] sshd 5380 environ_init: 0x100111A8: TERM=cygwin
  101   13278 [main] sshd 5380 environ_init: 0x10011348: TISDIR=C:\Program Files\Rational\common
  101   13379 [main] sshd 5380 getwinenv: can't set native for TMP= since no environ yet
  101   13480 [main] sshd 5380 mount_info::conv_to_posix_path: conv_to_posix_path (C:\DOCUME~1\SSHD_S~1.002\LOCALS~1\Temp, no-keep-rel, no-add-slash)
   54   13534 [main] sshd 5380 normalize_win32_path: C:\DOCUME~1\SSHD_S~1.002\LOCALS~1\Temp = normalize_win32_path (C:\DOCUME~1\SSHD_S~1.002\LOCALS~1\Temp)
  125   13659 [main] sshd 5380 mount_info::conv_to_posix_path: /dev/c/DOCUME~1/SSHD_S~1.002/LOCALS~1/Temp = conv_to_posix_path (C:\DOCUME~1\SSHD_S~1.002\LOCALS~1\Temp)
  152   13811 [main] sshd 5380 win_env::add_cache: posix /dev/c/DOCUME~1/SSHD_S~1.002/LOCALS~1/Temp
   53   13864 [main] sshd 5380 win_env::add_cache: native TMP=C:\DOCUME~1\SSHD_S~1.002\LOCALS~1\Temp
   51   13915 [main] sshd 5380 posify: env var converted to TMP=/dev/c/DOCUME~1/SSHD_S~1.002/LOCALS~1/Temp
  100   14015 [main] sshd 5380 environ_init: 0x100113A8: TMP=/dev/c/DOCUME~1/SSHD_S~1.002/LOCALS~1/Temp
  100   14115 [main] sshd 5380 environ_init: 0x100111B8: USER=sshd_server
  100   14215 [main] sshd 5380 environ_init: 0x10011378: USERDOMAIN=SONS-SC-CC
  100   14315 [main] sshd 5380 environ_init: 0x10011518: USERNAME=sshd_server
  101   14416 [main] sshd 5380 environ_init: 0x10011538: USERPROFILE=C:\Documents and Settings\sshd_server.SONS-SC-CC.002
  102   14518 [main] sshd 5380 environ_init: 0x10011580: WINDIR=C:\WINDOWS
  100   14618 [main] sshd 5380 environ_init: 0x10011598: _=/usr/bin/strace
   63   14681 [main] sshd 5380 pinfo_init: Set nice to 0
   53   14734 [main] sshd 5380 pinfo_init: pid 5380, pgid 5380
  673   15407 [main] sshd 5380 set_privilege: 0 = set_privilege ((token 714) SeRestorePrivilege, 1)
   65   15472 [main] sshd 5380 set_privilege: 1 = set_privilege ((token 714) SeChangeNotifyPrivilege, 1)
  124   15596 [main] sshd 5380 dtable::extend: size 32, fds 0x6115C6DC
   65   15661 [main] sshd 5380 normalize_posix_path: src /etc/passwd
   53   15714 [main] sshd 5380 normalize_posix_path: /etc/passwd = normalize_posix_path (/etc/passwd)
   53   15767 [main] sshd 5380 mount_info::conv_to_win32_path: conv_to_win32_path (/etc/passwd)
   54   15821 [main] sshd 5380 set_flags: flags: binary (0x2)
   54   15875 [main] sshd 5380 mount_info::conv_to_win32_path: src_path /etc/passwd, dst C:\Cygwin\etc\passwd, flags 0xA, rc 0
   89   15964 [main] sshd 5380 symlink_info::check: not a symlink
   52   16016 [main] sshd 5380 symlink_info::check: 0 = symlink.check (C:\Cygwin\etc\passwd, 0x22E7F0) (0xA)
   55   16071 [main] sshd 5380 path_conv::check: this->path(C:\Cygwin\etc\passwd), has_acls(1)
  137   16208 [main] sshd 5380 etc::test_file_change: FindFirstFile succeeded
  961   17169 [main] sshd 5380 pwdgrp::load: /etc/passwd curr_lines 102
   53   17222 [main] sshd 5380 pwdgrp::load: /etc/passwd load succeeded
   74   17296 [main] sshd 5380 normalize_posix_path: src /etc/group
   52   17348 [main] sshd 5380 normalize_posix_path: /etc/group = normalize_posix_path (/etc/group)
   52   17400 [main] sshd 5380 mount_info::conv_to_win32_path: conv_to_win32_path (/etc/group)
   55   17455 [main] sshd 5380 set_flags: flags: binary (0x2)
   53   17508 [main] sshd 5380 mount_info::conv_to_win32_path: src_path /etc/group, dst C:\Cygwin\etc\group, flags 0xA, rc 0
   90   17598 [main] sshd 5380 symlink_info::check: GetFileAttributes (C:\Cygwin\etc\group) failed
   53   17651 [main] sshd 5380 geterrno_from_win_error: windows error 2 == errno 2
  156   17807 [main] sshd 5380 symlink_info::check: 34 = symlink.check (C:\Cygwin\etc\group.lnk, 0x22E7C0) (0x1000001)
   56   17863 [main] sshd 5380 normalize_posix_path: src /view/official/Tools/adm/etc/group
   52   17915 [main] sshd 5380 normalize_posix_path: /view/official/Tools/adm/etc/group = normalize_posix_path (/view/official/Tools/adm/etc/group)
   53   17968 [main] sshd 5380 mount_info::conv_to_win32_path: conv_to_win32_path (/view/official/Tools/adm/etc/group)
   54   18022 [main] sshd 5380 set_flags: flags: binary (0x2)
   52   18074 [main] sshd 5380 mount_info::conv_to_win32_path: src_path /view/official/Tools/adm/etc/group, dst \\sons-sc-cc\Views\official\Tools\adm\etc\group, flags 0xA, rc 0
  657   18731 [main] sshd 5380 symlink_info::check: not a symlink
   57   18788 [main] sshd 5380 symlink_info::check: 0 = symlink.check (\\sons-sc-cc\Views\official\Tools\adm\etc\group, 0x22E7C0) (0xA)
   89   18877 [main] sshd 5380 set_privilege: 1 = set_privilege ((token 6E4) SeChangeNotifyPrivilege, 1)
 1559   20436 [main] sshd 5380 path_conv::check: this->path(\\sons-sc-cc\Views\official\Tools\adm\etc\group), has_acls(1)
  969   21405 [main] sshd 5380 etc::test_file_change: FindFirstFile succeeded
 1697   23102 [main] sshd 5380 pwdgrp::load: /etc/group curr_lines 52
   54   23156 [main] sshd 5380 pwdgrp::load: /etc/group load succeeded
   72   23228 [main] sshd 5380 internal_getlogin: SetTokenInformation(TokenPrimaryGroup), Win32 error 1308
   58   23286 [main] sshd 5380 internal_getlogin: SetTokenInformation(TokenPrimaryGroup), Win32 error 1308
   53   23339 [main] sshd 5380 cygheap_user::ontherange: what 2, pw 0x10014EC0
   58   23397 [main] sshd 5380 cygheap_user::ontherange: HOME is already in the environment /var/empty
  317   23714 [main] sshd 5380 sigproc_init: process/signal handling enabled, state 0x1
  322   24036 [main] sshd 5380 build_argv: argv[0] = 'C:/Cygwin/usr/sbin/sshd'
   54   24090 [main] sshd 5380 build_argv: argv[1] = '-d'
   60   24150 [main] sshd 5380 build_argv: argc 2
  108   24258 [main] sshd 5380 mount_info::conv_to_posix_path: conv_to_posix_path (C:/Cygwin/usr/sbin/sshd, keep-rel, no-add-slash)
   58   24316 [main] sshd 5380 normalize_win32_path: C:\Cygwin\usr\sbin\sshd = normalize_win32_path (C:/Cygwin/usr/sbin/sshd)
   60   24376 [main] sshd 5380 mount_info::conv_to_posix_path: /usr/sbin/sshd = conv_to_posix_path (C:/Cygwin/usr/sbin/sshd)
    4   24380 [sig] sshd 5380 wait_sig: myself->dwProcessId 5380
  149   24529 [sig] sshd 5380 wait_sig: entering ReadFile loop, readsig 0x6E0, myself->sendsig 0x6DC
  196   24725 [main] sshd 5380 build_fh_pc: fh 0x6115C7E4
   93   24818 [main] sshd 5380 open_shared: name (null), n 0, shared 0x60020000 (wanted 0x60020000), h 0x6CC
   76   24894 [main] sshd 5380 _pinfo::set_ctty: old no ctty
   61   24955 [main] sshd 5380 _pinfo::set_ctty: attached ctty /dev/console sid 5380, pid 5380, tty->pgid 5380, tty->sid 5380
 1197   26152 [main] sshd 5380 fhandler_base::set_flags: flags 0x10002, supplied_bin 0x0
   70   26222 [main] sshd 5380 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x10000
   67   26289 [main] sshd 5380 fhandler_base::set_flags: filemode set to binary
  252   26541 [main] sshd 5380 init_cygheap::manage_console_count: fhandler_console::open: console_count 1, amount 1, ctty /dev/console, avoid_freeing_console 0
   64   26605 [main] sshd 5380 fhandler_console::open: opened conin$ 0x3, conout$ 0xF
  127   26732 [main] sshd 5380 fhandler_console::output_tcsetattr: 0 = tcsetattr (,60020018) (ENABLE FLAGS 3) (lflag 107 oflag 9)
  299   27031 [main] sshd 5380 handle_to_fn: nt name '\Device\HarddiskVolume2\Cygwin\tmp\sshd.strace.log'
  787   27818 [main] sshd 5380 handle_to_fn: current match '\Device\HarddiskVolume2'
   87   27905 [main] sshd 5380 handle_to_fn: derived path 'C:\Cygwin\tmp\sshd.strace.log'
   60   27965 [main] sshd 5380 mount_info::conv_to_posix_path: conv_to_posix_path (C:\Cygwin\tmp\sshd.strace.log, no-keep-rel, no-add-slash)
   67   28032 [main] sshd 5380 normalize_win32_path: C:\Cygwin\tmp\sshd.strace.log = normalize_win32_path (C:\Cygwin\tmp\sshd.strace.log)
   67   28099 [main] sshd 5380 mount_info::conv_to_posix_path: /tmp/sshd.strace.log = conv_to_posix_path (C:\Cygwin\tmp\sshd.strace.log)
   65   28164 [main] sshd 5380 normalize_posix_path: src /tmp/sshd.strace.log
   64   28228 [main] sshd 5380 normalize_posix_path: /tmp/sshd.strace.log = normalize_posix_path (/tmp/sshd.strace.log)
   65   28293 [main] sshd 5380 mount_info::conv_to_win32_path: conv_to_win32_path (/tmp/sshd.strace.log)
   64   28357 [main] sshd 5380 set_flags: flags: binary (0x2)
   61   28418 [main] sshd 5380 mount_info::conv_to_win32_path: src_path /tmp/sshd.strace.log, dst C:\Cygwin\tmp\sshd.strace.log, flags 0xA, rc 0
  105   28523 [main] sshd 5380 symlink_info::check: not a symlink
   57   28580 [main] sshd 5380 symlink_info::check: 0 = symlink.check (C:\Cygwin\tmp\sshd.strace.log, 0x226390) (0xA)
   76   28656 [main] sshd 5380 path_conv::check: this->path(C:\Cygwin\tmp\sshd.strace.log), has_acls(1)
   65   28721 [main] sshd 5380 build_fh_pc: fh 0x6115C9EC
   69   28790 [main] sshd 5380 fhandler_base::set_flags: flags 0x20002, supplied_bin 0x0
   60   28850 [main] sshd 5380 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x20000
   66   28916 [main] sshd 5380 fhandler_base::set_flags: filemode set to text
   62   28978 [main] sshd 5380 fhandler_base::init: created new fhandler_base for handle 0x6A8, bin 0
  247   29225 [main] sshd 5380 handle_to_fn: nt name '\Device\HarddiskVolume2\Cygwin\tmp\sshd.strace.log'
  739   29964 [main] sshd 5380 handle_to_fn: current match '\Device\HarddiskVolume2'
   85   30049 [main] sshd 5380 handle_to_fn: derived path 'C:\Cygwin\tmp\sshd.strace.log'
   62   30111 [main] sshd 5380 mount_info::conv_to_posix_path: conv_to_posix_path (C:\Cygwin\tmp\sshd.strace.log, no-keep-rel, no-add-slash)
   65   30176 [main] sshd 5380 normalize_win32_path: C:\Cygwin\tmp\sshd.strace.log = normalize_win32_path (C:\Cygwin\tmp\sshd.strace.log)
   65   30241 [main] sshd 5380 mount_info::conv_to_posix_path: /tmp/sshd.strace.log = conv_to_posix_path (C:\Cygwin\tmp\sshd.strace.log)
   65   30306 [main] sshd 5380 normalize_posix_path: src /tmp/sshd.strace.log
   61   30367 [main] sshd 5380 normalize_posix_path: /tmp/sshd.strace.log = normalize_posix_path (/tmp/sshd.strace.log)
   63   30430 [main] sshd 5380 mount_info::conv_to_win32_path: conv_to_win32_path (/tmp/sshd.strace.log)
   64   30494 [main] sshd 5380 set_flags: flags: binary (0x2)
   60   30554 [main] sshd 5380 mount_info::conv_to_win32_path: src_path /tmp/sshd.strace.log, dst C:\Cygwin\tmp\sshd.strace.log, flags 0xA, rc 0
   99   30653 [main] sshd 5380 symlink_info::check: not a symlink
   57   30710 [main] sshd 5380 symlink_info::check: 0 = symlink.check (C:\Cygwin\tmp\sshd.strace.log, 0x226390) (0xA)
   67   30777 [main] sshd 5380 path_conv::check: this->path(C:\Cygwin\tmp\sshd.strace.log), has_acls(1)
   64   30841 [main] sshd 5380 build_fh_pc: fh 0x6115CBF4
   64   30905 [main] sshd 5380 fhandler_base::set_flags: flags 0x20002, supplied_bin 0x0
   60   30965 [main] sshd 5380 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x20000
   65   31030 [main] sshd 5380 fhandler_base::set_flags: filemode set to text
   60   31090 [main] sshd 5380 fhandler_base::init: created new fhandler_base for handle 0x7F0, bin 0
  152   31242 [main] sshd 5380 fhandler_console::need_invisible: invisible_console 0
  250   31492 [main] sshd 5380 dll_crt0_1: user_data->main 0x401A40
   61   31553 [main] sshd 5380 __set_errno: void dll_crt0_1(char*):919 val 0
   60   31613 [main] sshd 5380 wait_for_sigthread: wait_sig_inited 0x6E4
  438   32051 [main] sshd 5380 open: open (/dev/null, 0x10002)
   65   32116 [main] sshd 5380 normalize_posix_path: src /dev/null
   63   32179 [main] sshd 5380 normalize_posix_path: /dev/null = normalize_posix_path (/dev/null)
   62   32241 [main] sshd 5380 mount_info::conv_to_win32_path: conv_to_win32_path (/dev/null)
   73   32314 [main] sshd 5380 mount_info::conv_to_win32_path: src_path /dev/null, dst nul, flags 0x2, rc 0
   63   32377 [main] sshd 5380 build_fh_pc: fh 0x6115CDFC
   62   32439 [main] sshd 5380 fhandler_base::open_9x: (NUL, 0x10002)
   91   32530 [main] sshd 5380 fhandler_base::set_flags: flags 0x10002, supplied_bin 0x10000
   61   32591 [main] sshd 5380 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x10000
   61   32652 [main] sshd 5380 fhandler_base::set_flags: filemode set to binary
   61   32713 [main] sshd 5380 fhandler_base::open_9x: 0x6E4 = CreateFile (NUL, 0xC0000000, 0x7, 0x22DCF0, 0x3, 0x80, 0)
   57   32770 [main] sshd 5380 fhandler_base::open_9x: 1 = fhandler_base::open (NUL, 0x10002)
   64   32834 [main] sshd 5380 open: 3 = open (/dev/null, 0x10002)
   63   32897 [main] sshd 5380 close: close (3)
   60   32957 [main] sshd 5380 fhandler_base::close: closing '/dev/null' handle 0x6E4
   75   33032 [main] sshd 5380 close: 0 = close (3)
  219   33251 [main] sshd 5380 normalize_posix_path: src /proc/5380/fd
   60   33311 [main] sshd 5380 normalize_posix_path: /proc/5380/fd = normalize_posix_path (/proc/5380/fd)
   60   33371 [main] sshd 5380 mount_info::conv_to_win32_path: conv_to_win32_path (/proc/5380/fd)
   64   33435 [main] sshd 5380 fhandler_proc::get_proc_fhandler: get_proc_fhandler(/proc/5380/fd)
   69   33504 [main] sshd 5380 set_flags: flags: binary (0x2)
   58   33562 [main] sshd 5380 mount_info::conv_to_win32_path: src_path /proc/5380/fd, dst /proc/5380/fd, flags 0x2, rc 0
   77   33639 [main] sshd 5380 build_fh_pc: fh 0x6115CDFC
   61   33700 [main] sshd 5380 fhandler_process::exists: exists (/proc/5380/fd)
   68   33768 [main] sshd 5380 build_fh_pc: fh 0x6115CDFC
   64   33832 [main] sshd 5380 fhandler_process::exists: exists (/proc/5380/fd)
  233   34065 [main] sshd 5380 fhandler_virtual::opendir: 0x100161C8 = opendir (/proc/5380/fd)
   78   34143 [main] sshd 5380 fhandler_process::readdir: 0 = readdir (0x100161C8, 0x10016208) (.)
   63   34206 [main] sshd 5380 fhandler_process::readdir: 0 = readdir (0x100161C8, 0x10016208) (..)
   63   34269 [main] sshd 5380 fhandler_process::readdir: 0 = readdir (0x100161C8, 0x10016208) (0)
   62   34331 [main] sshd 5380 fhandler_process::readdir: 0 = readdir (0x100161C8, 0x10016208) (1)
   63   34394 [main] sshd 5380 fhandler_process::readdir: 0 = readdir (0x100161C8, 0x10016208) (2)
   61   34455 [main] sshd 5380 fhandler_process::readdir: 0 = readdir (0x100161C8, 0x10016208) (3)
   63   34518 [main] sshd 5380 fhandler_process::readdir: 89 = readdir (0x100161C8, 0x10016208) (3)
  236   34754 [main] sshd 5380 closedir: 0 = closedir (0x610FEA94)
21954   56708 [main] sshd 5380 open: open (/etc/sshd_config, 0x0)
   63   56771 [main] sshd 5380 normalize_posix_path: src /etc/sshd_config
   61   56832 [main] sshd 5380 normalize_posix_path: /etc/sshd_config = normalize_posix_path (/etc/sshd_config)
   64   56896 [main] sshd 5380 mount_info::conv_to_win32_path: conv_to_win32_path (/etc/sshd_config)
   63   56959 [main] sshd 5380 set_flags: flags: binary (0x2)
  112   57071 [main] sshd 5380 mount_info::conv_to_win32_path: src_path /etc/sshd_config, dst C:\Cygwin\etc\sshd_config, flags 0xA, rc 0
  102   57173 [main] sshd 5380 symlink_info::check: not a symlink
   57   57230 [main] sshd 5380 symlink_info::check: 0 = symlink.check (C:\Cygwin\etc\sshd_config, 0x22D310) (0xA)
   68   57298 [main] sshd 5380 path_conv::check: this->path(C:\Cygwin\etc\sshd_config), has_acls(1)
   64   57362 [main] sshd 5380 build_fh_pc: fh 0x6115CDFC
   80   57442 [main] sshd 5380 fhandler_base::open: (C:\Cygwin\etc\sshd_config, 0x100000)
   98   57540 [main] sshd 5380 fhandler_base::set_flags: flags 0x100000, supplied_bin 0x10000
   62   57602 [main] sshd 5380 fhandler_base::set_flags: filemode set to text
   62   57664 [main] sshd 5380 fhandler_base::open: 0 = NtCreateFile (0x6E4, 80100000, C:\Cygwin\etc\sshd_config, io, NULL, 0, 7, 1, 20, NULL, 0)
   63   57727 [main] sshd 5380 fhandler_base::open: 1 = fhandler_base::open (C:\Cygwin\etc\sshd_config, 0x100000)
   65   57792 [main] sshd 5380 fhandler_base::open_fs: 1 = fhandler_disk_file::open (C:\Cygwin\etc\sshd_config, 0x0)
   69   57861 [main] sshd 5380 open: 3 = open (/etc/sshd_config, 0x0)
  118   57979 [main] sshd 5380 _cygwin_istext_for_stdio: fd 3: defaulting to text
  216   58195 [main] sshd 5380 get_file_attribute: file: C:\Cygwin\etc\sshd_config
  156   58351 [main] sshd 5380 cygpsid::debug_print: get_sids_info: owner SID = S-1-5-21-732069428-1589987877-3227012232-1012
   61   58412 [main] sshd 5380 cygpsid::debug_print: get_sids_info: group SID = S-1-5-21-1957994488-1035525444-725345543-513
   79   58491 [main] sshd 5380 get_info_from_sd: ACL 1B4, uid 1012, gid 513
  119   58610 [main] sshd 5380 fhandler_base::fstat_helper: 0 = fstat (, 0x22D9E0) st_atime=44696405 st_size=2845, st_mode=0x81B4, st_ino=29554872554637241, sizeof=96
   70   58680 [main] sshd 5380 fstat64: 0 = fstat (3, 0x22D9E0)
  253   58933 [main] sshd 5380 fhandler_base::set_flags: flags 0x110000, supplied_bin 0x0
   63   58996 [main] sshd 5380 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x10000
   64   59060 [main] sshd 5380 fhandler_base::set_flags: filemode set to binary
   62   59122 [main] sshd 5380 setmode: (3</etc/sshd_config>, 0x10000) returning text
   66   59188 [main] sshd 5380 readv: readv (3, 0x22DA00, 1) blocking, sigcatchers 0
   65   59253 [main] sshd 5380 readv: no need to call ready_for_read
  100   59353 [main] sshd 5380 fhandler_base::read: returning 1024, binary mode
   65   59418 [main] sshd 5380 readv: 1024 = readv (3, 0x22DA00, 1), errno 0
   64   59482 [main] sshd 5380 fhandler_base::set_flags: flags 0x120000, supplied_bin 0x0
   63   59545 [main] sshd 5380 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x20000
   64   59609 [main] sshd 5380 fhandler_base::set_flags: filemode set to text
   64   59673 [main] sshd 5380 setmode: (3</etc/sshd_config>, 0x20000) returning binary
 4765   64438 [main] sshd 5380 fhandler_base::set_flags: flags 0x110000, supplied_bin 0x0
   62   64500 [main] sshd 5380 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x10000
   61   64561 [main] sshd 5380 fhandler_base::set_flags: filemode set to binary
   62   64623 [main] sshd 5380 setmode: (3</etc/sshd_config>, 0x10000) returning text
   62   64685 [main] sshd 5380 readv: readv (3, 0x22DA00, 1) blocking, sigcatchers 0
   61   64746 [main] sshd 5380 readv: no need to call ready_for_read
   74   64820 [main] sshd 5380 fhandler_base::read: returning 1024, binary mode
   59   64879 [main] sshd 5380 readv: 1024 = readv (3, 0x22DA00, 1), errno 0
   62   64941 [main] sshd 5380 fhandler_base::set_flags: flags 0x120000, supplied_bin 0x0
   62   65003 [main] sshd 5380 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x20000
   61   65064 [main] sshd 5380 fhandler_base::set_flags: filemode set to text
   62   65126 [main] sshd 5380 setmode: (3</etc/sshd_config>, 0x20000) returning binary
 3641   68767 [main] sshd 5380 fhandler_base::set_flags: flags 0x110000, supplied_bin 0x0
   61   68828 [main] sshd 5380 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x10000
   63   68891 [main] sshd 5380 fhandler_base::set_flags: filemode set to binary
   62   68953 [main] sshd 5380 setmode: (3</etc/sshd_config>, 0x10000) returning text
   62   69015 [main] sshd 5380 readv: readv (3, 0x22DA00, 1) blocking, sigcatchers 0
   61   69076 [main] sshd 5380 readv: no need to call ready_for_read
   67   69143 [main] sshd 5380 fhandler_base::read: returning 797, binary mode
   60   69203 [main] sshd 5380 readv: 797 = readv (3, 0x22DA00, 1), errno 0
   63   69266 [main] sshd 5380 fhandler_base::set_flags: flags 0x120000, supplied_bin 0x0
   62   69328 [main] sshd 5380 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x20000
   62   69390 [main] sshd 5380 fhandler_base::set_flags: filemode set to text
   61   69451 [main] sshd 5380 setmode: (3</etc/sshd_config>, 0x20000) returning binary
 3559   73010 [main] sshd 5380 fhandler_base::set_flags: flags 0x110000, supplied_bin 0x0
   62   73072 [main] sshd 5380 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x10000
   62   73134 [main] sshd 5380 fhandler_base::set_flags: filemode set to binary
   61   73195 [main] sshd 5380 setmode: (3</etc/sshd_config>, 0x10000) returning text
   62   73257 [main] sshd 5380 readv: readv (3, 0x22DA00, 1) blocking, sigcatchers 0
   61   73318 [main] sshd 5380 readv: no need to call ready_for_read
   65   73383 [main] sshd 5380 fhandler_base::read: returning 0, binary mode
   63   73446 [main] sshd 5380 readv: 0 = readv (3, 0x22DA00, 1), errno 0
   62   73508 [main] sshd 5380 fhandler_base::set_flags: flags 0x120000, supplied_bin 0x0
   61   73569 [main] sshd 5380 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x20000
   61   73630 [main] sshd 5380 fhandler_base::set_flags: filemode set to text
   62   73692 [main] sshd 5380 setmode: (3</etc/sshd_config>, 0x20000) returning binary
  240   73932 [main] sshd 5380 close: close (3)
   57   73989 [main] sshd 5380 fhandler_base::close: closing '/etc/sshd_config' handle 0x6E4
   83   74072 [main] sshd 5380 close: 0 = close (3)
  500   74572 [main] sshd 5380 open: open (/dev/urandom, 0x1C000)
   61   74633 [main] sshd 5380 normalize_posix_path: src /dev/urandom
   61   74694 [main] sshd 5380 normalize_posix_path: /dev/urandom = normalize_posix_path (/dev/urandom)
   62   74756 [main] sshd 5380 mount_info::conv_to_win32_path: conv_to_win32_path (/dev/urandom)
   61   74817 [main] sshd 5380 mount_info::conv_to_win32_path: src_path /dev/urandom, dst \dev\urandom, flags 0x2, rc 0
   66   74883 [main] sshd 5380 build_fh_pc: fh 0x6115CDFC
   67   74950 [main] sshd 5380 fhandler_base::set_flags: flags 0x1C000, supplied_bin 0x0
   56   75006 [main] sshd 5380 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x10000
   61   75067 [main] sshd 5380 fhandler_base::set_flags: filemode set to binary
   62   75129 [main] sshd 5380 open: 3 = open (/dev/urandom, 0x1C000)
   66   75195 [main] sshd 5380 fhandler_base::fstat: here
   62   75257 [main] sshd 5380 fstat64: 0 = fstat (3, 0x22DD70)
   65   75322 [main] sshd 5380 cygwin_select: 4, 0x22DD60, 0x0, 0x0, 0x22DD68
  132   75454 [main] sshd 5380 dtable::select_read: /dev/urandom fd 3
   62   75516 [main] sshd 5380 cygwin_select: to->tv_sec 0, to->tv_usec 10000, ms 10
   62   75578 [main] sshd 5380 cygwin_select: sel.always_ready 1
   61   75639 [main] sshd 5380 select_stuff::cleanup: calling cleanup routines
   62   75701 [main] sshd 5380 set_bits: me 0x100192E8, testing fd 3 (/dev/urandom)
   60   75761 [main] sshd 5380 set_bits: ready 1
   61   75822 [main] sshd 5380 select_stuff::poll: returning 1
   62   75884 [main] sshd 5380 select_stuff::cleanup: calling cleanup routines
   61   75945 [main] sshd 5380 select_stuff::~select_stuff: deleting select records
  119   76064 [main] sshd 5380 readv: readv (3, 0x22DD20, 1) nonblocking, sigcatchers 0
   64   76128 [main] sshd 5380 fhandler_base::ready_for_read: read_ready 1, avail 1
 6777   82905 [main] sshd 5380 readv: 32 = readv (3, 0x22DD20, 1), errno 0
   71   82976 [main] sshd 5380 close: close (3)
   75   83051 [main] sshd 5380 close: 0 = close (3)
  442   83493 [main] sshd 5380 time: 1147757589 = time (0)
  787   84280 [main] sshd 5380 fhandler_base::write: text write
debug1: sshd version OpenSSH_4.3p2
  192   84472 [main] sshd 5380 open: open (/etc/ssh_host_key, 0x10000)
   61   84533 [main] sshd 5380 normalize_posix_path: src /etc/ssh_host_key
   64   84597 [main] sshd 5380 normalize_posix_path: /etc/ssh_host_key = normalize_posix_path (/etc/ssh_host_key)
   61   84658 [main] sshd 5380 mount_info::conv_to_win32_path: conv_to_win32_path (/etc/ssh_host_key)
   63   84721 [main] sshd 5380 set_flags: flags: binary (0x2)
   64   84785 [main] sshd 5380 mount_info::conv_to_win32_path: src_path /etc/ssh_host_key, dst C:\Cygwin\etc\ssh_host_key, flags 0xA, rc 0
  102   84887 [main] sshd 5380 symlink_info::check: not a symlink
   61   84948 [main] sshd 5380 symlink_info::check: 0 = symlink.check (C:\Cygwin\etc\ssh_host_key, 0x22D760) (0xA)
   64   85012 [main] sshd 5380 path_conv::check: this->path(C:\Cygwin\etc\ssh_host_key), has_acls(1)
   67   85079 [main] sshd 5380 build_fh_pc: fh 0x6115CDFC
   62   85141 [main] sshd 5380 fhandler_base::open: (C:\Cygwin\etc\ssh_host_key, 0x110000)
   95   85236 [main] sshd 5380 fhandler_base::set_flags: flags 0x110000, supplied_bin 0x10000
   61   85297 [main] sshd 5380 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x10000
   63   85360 [main] sshd 5380 fhandler_base::set_flags: filemode set to binary
   58   85418 [main] sshd 5380 fhandler_base::open: 0 = NtCreateFile (0x6E4, 80100000, C:\Cygwin\etc\ssh_host_key, io, NULL, 0, 7, 1, 20, NULL, 0)
   66   85484 [main] sshd 5380 fhandler_base::open: 1 = fhandler_base::open (C:\Cygwin\etc\ssh_host_key, 0x110000)
   65   85549 [main] sshd 5380 fhandler_base::open_fs: 1 = fhandler_disk_file::open (C:\Cygwin\etc\ssh_host_key, 0x10000)
   67   85616 [main] sshd 5380 open: 3 = open (/etc/ssh_host_key, 0x10000)
   85   85701 [main] sshd 5380 get_file_attribute: file: C:\Cygwin\etc\ssh_host_key
  142   85843 [main] sshd 5380 cygpsid::debug_print: get_sids_info: owner SID = S-1-5-21-732069428-1589987877-3227012232-1012
   64   85907 [main] sshd 5380 cygpsid::debug_print: get_sids_info: group SID = S-1-5-21-1957994488-1035525444-725345543-513
   77   85984 [main] sshd 5380 get_info_from_sd: ACL 180, uid 1012, gid 513
  117   86101 [main] sshd 5380 fhandler_base::fstat_helper: 0 = fstat (, 0x22DE50) st_atime=44696406 st_size=981, st_mode=0x8180, st_ino=281474976778224, sizeof=96
   69   86170 [main] sshd 5380 fstat64: 0 = fstat (3, 0x22DE50)
   76   86246 [main] sshd 5380 statvfs: statfs /etc/ssh_host_key
   56   86302 [main] sshd 5380 normalize_posix_path: src /etc/ssh_host_key
   60   86362 [main] sshd 5380 normalize_posix_path: /etc/ssh_host_key = normalize_posix_path (/etc/ssh_host_key)
   66   86428 [main] sshd 5380 mount_info::conv_to_win32_path: conv_to_win32_path (/etc/ssh_host_key)
   60   86488 [main] sshd 5380 set_flags: flags: binary (0x2)
   62   86550 [main] sshd 5380 mount_info::conv_to_win32_path: src_path /etc/ssh_host_key, dst C:\Cygwin\etc\ssh_host_key, flags 0xA, rc 0
   88   86638 [main] sshd 5380 symlink_info::check: not a symlink
   61   86699 [main] sshd 5380 symlink_info::check: 0 = symlink.check (C:\Cygwin\etc\ssh_host_key, 0x22D450) (0xA)
   63   86762 [main] sshd 5380 path_conv::check: this->path(C:\Cygwin\etc\ssh_host_key), has_acls(1)
   94   86856 [main] sshd 5380 set_privilege: 1 = set_privilege ((token 6B4) SeChangeNotifyPrivilege, 1)
  234   87090 [main] sshd 5380 get_file_attribute: file: C:\Cygwin\etc\ssh_host_key
  137   87227 [main] sshd 5380 cygpsid::debug_print: get_sids_info: owner SID = S-1-5-21-732069428-1589987877-3227012232-1012
   63   87290 [main] sshd 5380 cygpsid::debug_print: get_sids_info: group SID = S-1-5-21-1957994488-1035525444-725345543-513
   72   87362 [main] sshd 5380 get_info_from_sd: ACL 180, uid 1012, gid 513
  122   87484 [main] sshd 5380 fhandler_base::fstat_helper: 0 = fstat (, 0x22DE30) st_atime=44696406 st_size=981, st_mode=0x8180, st_ino=281474976778224, sizeof=96
   66   87550 [main] sshd 5380 fstat64: 0 = fstat (3, 0x22DE30)
  131   87681 [main] sshd 5380 readv: readv (3, 0x22DDE0, 1) blocking, sigcatchers 0
   65   87746 [main] sshd 5380 readv: no need to call ready_for_read
   96   87842 [main] sshd 5380 fhandler_base::read: returning 981, binary mode
   64   87906 [main] sshd 5380 readv: 981 = readv (3, 0x22DDE0, 1), errno 0
  882   88788 [main] sshd 5380 fhandler_base::lseek: lseek (/etc/ssh_host_key, 0, 0)
   63   88851 [main] sshd 5380 fhandler_base::lseek: setting file pointer to 0 (high), 0 (low)
   61   88912 [main] sshd 5380 lseek64: 0 = lseek (3, 0, 0)
  399   89311 [main] sshd 5380 get_file_attribute: file: C:\Cygwin\etc\ssh_host_key
  131   89442 [main] sshd 5380 cygpsid::debug_print: get_sids_info: owner SID = S-1-5-21-732069428-1589987877-3227012232-1012
   60   89502 [main] sshd 5380 cygpsid::debug_print: get_sids_info: group SID = S-1-5-21-1957994488-1035525444-725345543-513
   66   89568 [main] sshd 5380 get_info_from_sd: ACL 180, uid 1012, gid 513
  109   89677 [main] sshd 5380 fhandler_base::fstat_helper: 0 = fstat (, 0x22DD80) st_atime=44696406 st_size=981, st_mode=0x8180, st_ino=281474976778224, sizeof=96
   60   89737 [main] sshd 5380 fstat64: 0 = fstat (3, 0x22DD80)
  113   89850 [main] sshd 5380 readv: readv (3, 0x22DD30, 1) blocking, sigcatchers 0
   56   89906 [main] sshd 5380 readv: no need to call ready_for_read
   63   89969 [main] sshd 5380 fhandler_base::read: returning 981, binary mode
   56   90025 [main] sshd 5380 readv: 981 = readv (3, 0x22DD30, 1), errno 0
 3228   93253 [main] sshd 5380 time: 1147757589 = time (22DC38)
14389  107642 [main] sshd 5380 close: close (3)
   64  107706 [main] sshd 5380 fhandler_base::close: closing '/etc/ssh_host_key' handle 0x6E4
   83  107789 [main] sshd 5380 close: 0 = close (3)
  478  108267 [main] sshd 5380 fhandler_base::write: text write
debug1: private host key: #0 type 0 RSA1
  125  108392 [main] sshd 5380 open: open (/etc/ssh_host_rsa_key, 0x10000)
   65  108457 [main] sshd 5380 normalize_posix_path: src /etc/ssh_host_rsa_key
   64  108521 [main] sshd 5380 normalize_posix_path: /etc/ssh_host_rsa_key = normalize_posix_path (/etc/ssh_host_rsa_key)
   63  108584 [main] sshd 5380 mount_info::conv_to_win32_path: conv_to_win32_path (/etc/ssh_host_rsa_key)
   62  108646 [main] sshd 5380 set_flags: flags: binary (0x2)
   64  108710 [main] sshd 5380 mount_info::conv_to_win32_path: src_path /etc/ssh_host_rsa_key, dst C:\Cygwin\etc\ssh_host_rsa_key, flags 0xA, rc 0
   99  108809 [main] sshd 5380 symlink_info::check: not a symlink
   61  108870 [main] sshd 5380 symlink_info::check: 0 = symlink.check (C:\Cygwin\etc\ssh_host_rsa_key, 0x22D760) (0xA)
   63  108933 [main] sshd 5380 path_conv::check: this->path(C:\Cygwin\etc\ssh_host_rsa_key), has_acls(1)
   67  109000 [main] sshd 5380 build_fh_pc: fh 0x6115CDFC
   61  109061 [main] sshd 5380 fhandler_base::open: (C:\Cygwin\etc\ssh_host_rsa_key, 0x110000)
   91  109152 [main] sshd 5380 fhandler_base::set_flags: flags 0x110000, supplied_bin 0x10000
   57  109209 [main] sshd 5380 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x10000
   61  109270 [main] sshd 5380 fhandler_base::set_flags: filemode set to binary
   65  109335 [main] sshd 5380 fhandler_base::open: 0 = NtCreateFile (0x6E4, 80100000, C:\Cygwin\etc\ssh_host_rsa_key, io, NULL, 0, 7, 1, 20, NULL, 0)
   63  109398 [main] sshd 5380 fhandler_base::open: 1 = fhandler_base::open (C:\Cygwin\etc\ssh_host_rsa_key, 0x110000)
   62  109460 [main] sshd 5380 fhandler_base::open_fs: 1 = fhandler_disk_file::open (C:\Cygwin\etc\ssh_host_rsa_key, 0x10000)
   61  109521 [main] sshd 5380 open: 3 = open (/etc/ssh_host_rsa_key, 0x10000)
   79  109600 [main] sshd 5380 get_file_attribute: file: C:\Cygwin\etc\ssh_host_rsa_key
  139  109739 [main] sshd 5380 cygpsid::debug_print: get_sids_info: owner SID = S-1-5-21-732069428-1589987877-3227012232-1012
   64  109803 [main] sshd 5380 cygpsid::debug_print: get_sids_info: group SID = S-1-5-21-1957994488-1035525444-725345543-513
   74  109877 [main] sshd 5380 get_info_from_sd: ACL 180, uid 1012, gid 513
  116  109993 [main] sshd 5380 fhandler_base::fstat_helper: 0 = fstat (, 0x22DE50) st_atime=44696406 st_size=1675, st_mode=0x8180, st_ino=281474976778226, sizeof=96
   67  110060 [main] sshd 5380 fstat64: 0 = fstat (3, 0x22DE50)
   66  110126 [main] sshd 5380 statvfs: statfs /etc/ssh_host_rsa_key
   55  110181 [main] sshd 5380 normalize_posix_path: src /etc/ssh_host_rsa_key
   61  110242 [main] sshd 5380 normalize_posix_path: /etc/ssh_host_rsa_key = normalize_posix_path (/etc/ssh_host_rsa_key)
   66  110308 [main] sshd 5380 mount_info::conv_to_win32_path: conv_to_win32_path (/etc/ssh_host_rsa_key)
   60  110368 [main] sshd 5380 set_flags: flags: binary (0x2)
   63  110431 [main] sshd 5380 mount_info::conv_to_win32_path: src_path /etc/ssh_host_rsa_key, dst C:\Cygwin\etc\ssh_host_rsa_key, flags 0xA, rc 0
   88  110519 [main] sshd 5380 symlink_info::check: not a symlink
   60  110579 [main] sshd 5380 symlink_info::check: 0 = symlink.check (C:\Cygwin\etc\ssh_host_rsa_key, 0x22D450) (0xA)
   62  110641 [main] sshd 5380 path_conv::check: this->path(C:\Cygwin\etc\ssh_host_rsa_key), has_acls(1)
   90  110731 [main] sshd 5380 set_privilege: 1 = set_privilege ((token 6B4) SeChangeNotifyPrivilege, 1)
  224  110955 [main] sshd 5380 get_file_attribute: file: C:\Cygwin\etc\ssh_host_rsa_key
  137  111092 [main] sshd 5380 cygpsid::debug_print: get_sids_info: owner SID = S-1-5-21-732069428-1589987877-3227012232-1012
   64  111156 [main] sshd 5380 cygpsid::debug_print: get_sids_info: group SID = S-1-5-21-1957994488-1035525444-725345543-513
   72  111228 [main] sshd 5380 get_info_from_sd: ACL 180, uid 1012, gid 513
  118  111346 [main] sshd 5380 fhandler_base::fstat_helper: 0 = fstat (, 0x22DE30) st_atime=44696406 st_size=1675, st_mode=0x8180, st_ino=281474976778226, sizeof=96
   70  111416 [main] sshd 5380 fstat64: 0 = fstat (3, 0x22DE30)
  121  111537 [main] sshd 5380 readv: readv (3, 0x22DDE0, 1) blocking, sigcatchers 0
   65  111602 [main] sshd 5380 readv: no need to call ready_for_read
   96  111698 [main] sshd 5380 fhandler_base::read: returning 1675, binary mode
   65  111763 [main] sshd 5380 readv: 1675 = readv (3, 0x22DDE0, 1), errno 0
  123  111886 [main] sshd 5380 fhandler_base::lseek: lseek (/etc/ssh_host_rsa_key, 0, 0)
   60  111946 [main] sshd 5380 fhandler_base::lseek: setting file pointer to 0 (high), 0 (low)
   67  112013 [main] sshd 5380 lseek64: 0 = lseek (3, 0, 0)
   76  112089 [main] sshd 5380 fhandler_base::fcntl: GETFL: 1114112
   61  112150 [main] sshd 5380 fcntl_worker: 1114112 = fcntl (3, 3, 0x0)
  230  112380 [main] sshd 5380 _cygwin_istext_for_stdio: fd 3: opened as binary
  670  113050 [main] sshd 5380 get_file_attribute: file: C:\Cygwin\etc\ssh_host_rsa_key
  141  113191 [main] sshd 5380 cygpsid::debug_print: get_sids_info: owner SID = S-1-5-21-732069428-1589987877-3227012232-1012
   65  113256 [main] sshd 5380 cygpsid::debug_print: get_sids_info: group SID = S-1-5-21-1957994488-1035525444-725345543-513
   73  113329 [main] sshd 5380 get_info_from_sd: ACL 180, uid 1012, gid 513
  120  113449 [main] sshd 5380 fhandler_base::fstat_helper: 0 = fstat (, 0x22D5D0) st_atime=44696406 st_size=1675, st_mode=0x8180, st_ino=281474976778226, sizeof=96
   64  113513 [main] sshd 5380 fstat64: 0 = fstat (3, 0x22D5D0)
  119  113632 [main] sshd 5380 readv: readv (3, 0x22D5F0, 1) blocking, sigcatchers 0
   62  113694 [main] sshd 5380 readv: no need to call ready_for_read
   66  113760 [main] sshd 5380 fhandler_base::read: returning 1024, binary mode
   65  113825 [main] sshd 5380 readv: 1024 = readv (3, 0x22D5F0, 1), errno 0
 2154  115979 [main] sshd 5380 readv: readv (3, 0x22D5F0, 1) blocking, sigcatchers 0
   61  116040 [main] sshd 5380 readv: no need to call ready_for_read
   62  116102 [main] sshd 5380 fhandler_base::read: returning 651, binary mode
   66  116168 [main] sshd 5380 readv: 651 = readv (3, 0x22D5F0, 1), errno 0
 3617  119785 [main] sshd 5380 time: 1147757589 = time (22DD68)
 8863  128648 [main] sshd 5380 close: close (3)
   59  128707 [main] sshd 5380 fhandler_base::close: closing '/etc/ssh_host_rsa_key' handle 0x6E4
   76  128783 [main] sshd 5380 close: 0 = close (3)
  678  129461 [main] sshd 5380 fhandler_base::write: text write
debug1: read PEM private key done: type RSA
  531  129992 [main] sshd 5380 fhandler_base::write: text write
debug1: private host key: #1 type 1 RSA
  126  130118 [main] sshd 5380 open: open (/etc/ssh_host_dsa_key, 0x10000)
   61  130179 [main] sshd 5380 normalize_posix_path: src /etc/ssh_host_dsa_key
   63  130242 [main] sshd 5380 normalize_posix_path: /etc/ssh_host_dsa_key = normalize_posix_path (/etc/ssh_host_dsa_key)
   61  130303 [main] sshd 5380 mount_info::conv_to_win32_path: conv_to_win32_path (/etc/ssh_host_dsa_key)
   60  130363 [main] sshd 5380 set_flags: flags: binary (0x2)
   62  130425 [main] sshd 5380 mount_info::conv_to_win32_path: src_path /etc/ssh_host_dsa_key, dst C:\Cygwin\etc\ssh_host_dsa_key, flags 0xA, rc 0
   99  130524 [main] sshd 5380 symlink_info::check: not a symlink
   60  130584 [main] sshd 5380 symlink_info::check: 0 = symlink.check (C:\Cygwin\etc\ssh_host_dsa_key, 0x22D760) (0xA)
   62  130646 [main] sshd 5380 path_conv::check: this->path(C:\Cygwin\etc\ssh_host_dsa_key), has_acls(1)
   66  130712 [main] sshd 5380 build_fh_pc: fh 0x6115CDFC
   57  130769 [main] sshd 5380 fhandler_base::open: (C:\Cygwin\etc\ssh_host_dsa_key, 0x110000)
   94  130863 [main] sshd 5380 fhandler_base::set_flags: flags 0x110000, supplied_bin 0x10000
   57  130920 [main] sshd 5380 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x10000
   61  130981 [main] sshd 5380 fhandler_base::set_flags: filemode set to binary
   63  131044 [main] sshd 5380 fhandler_base::open: 0 = NtCreateFile (0x6E4, 80100000, C:\Cygwin\etc\ssh_host_dsa_key, io, NULL, 0, 7, 1, 20, NULL, 0)
   70  131114 [main] sshd 5380 fhandler_base::open: 1 = fhandler_base::open (C:\Cygwin\etc\ssh_host_dsa_key, 0x110000)
   63  131177 [main] sshd 5380 fhandler_base::open_fs: 1 = fhandler_disk_file::open (C:\Cygwin\etc\ssh_host_dsa_key, 0x10000)
   62  131239 [main] sshd 5380 open: 3 = open (/etc/ssh_host_dsa_key, 0x10000)
   77  131316 [main] sshd 5380 get_file_attribute: file: C:\Cygwin\etc\ssh_host_dsa_key
  138  131454 [main] sshd 5380 cygpsid::debug_print: get_sids_info: owner SID = S-1-5-21-732069428-1589987877-3227012232-1012
   60  131514 [main] sshd 5380 cygpsid::debug_print: get_sids_info: group SID = S-1-5-21-1957994488-1035525444-725345543-513
   71  131585 [main] sshd 5380 get_info_from_sd: ACL 180, uid 1012, gid 513
  116  131701 [main] sshd 5380 fhandler_base::fstat_helper: 0 = fstat (, 0x22DE50) st_atime=44696406 st_size=668, st_mode=0x8180, st_ino=281474976778228, sizeof=96
   64  131765 [main] sshd 5380 fstat64: 0 = fstat (3, 0x22DE50)
   66  131831 [main] sshd 5380 statvfs: statfs /etc/ssh_host_dsa_key
   55  131886 [main] sshd 5380 normalize_posix_path: src /etc/ssh_host_dsa_key
   61  131947 [main] sshd 5380 normalize_posix_path: /etc/ssh_host_dsa_key = normalize_posix_path (/etc/ssh_host_dsa_key)
   65  132012 [main] sshd 5380 mount_info::conv_to_win32_path: conv_to_win32_path (/etc/ssh_host_dsa_key)
   61  132073 [main] sshd 5380 set_flags: flags: binary (0x2)
   62  132135 [main] sshd 5380 mount_info::conv_to_win32_path: src_path /etc/ssh_host_dsa_key, dst C:\Cygwin\etc\ssh_host_dsa_key, flags 0xA, rc 0
   88  132223 [main] sshd 5380 symlink_info::check: not a symlink
   60  132283 [main] sshd 5380 symlink_info::check: 0 = symlink.check (C:\Cygwin\etc\ssh_host_dsa_key, 0x22D450) (0xA)
   63  132346 [main] sshd 5380 path_conv::check: this->path(C:\Cygwin\etc\ssh_host_dsa_key), has_acls(1)
   86  132432 [main] sshd 5380 set_privilege: 1 = set_privilege ((token 6B4) SeChangeNotifyPrivilege, 1)
  227  132659 [main] sshd 5380 get_file_attribute: file: C:\Cygwin\etc\ssh_host_dsa_key
  136  132795 [main] sshd 5380 cygpsid::debug_print: get_sids_info: owner SID = S-1-5-21-732069428-1589987877-3227012232-1012
   64  132859 [main] sshd 5380 cygpsid::debug_print: get_sids_info: group SID = S-1-5-21-1957994488-1035525444-725345543-513
   72  132931 [main] sshd 5380 get_info_from_sd: ACL 180, uid 1012, gid 513
  120  133051 [main] sshd 5380 fhandler_base::fstat_helper: 0 = fstat (, 0x22DE30) st_atime=44696406 st_size=668, st_mode=0x8180, st_ino=281474976778228, sizeof=96
   68  133119 [main] sshd 5380 fstat64: 0 = fstat (3, 0x22DE30)
  126  133245 [main] sshd 5380 readv: readv (3, 0x22DDE0, 1) blocking, sigcatchers 0
   66  133311 [main] sshd 5380 readv: no need to call ready_for_read
   92  133403 [main] sshd 5380 fhandler_base::read: returning 668, binary mode
   65  133468 [main] sshd 5380 readv: 668 = readv (3, 0x22DDE0, 1), errno 0
  122  133590 [main] sshd 5380 fhandler_base::lseek: lseek (/etc/ssh_host_dsa_key, 0, 0)
   57  133647 [main] sshd 5380 fhandler_base::lseek: setting file pointer to 0 (high), 0 (low)
   66  133713 [main] sshd 5380 lseek64: 0 = lseek (3, 0, 0)
   61  133774 [main] sshd 5380 fhandler_base::fcntl: GETFL: 1114112
   57  133831 [main] sshd 5380 fcntl_worker: 1114112 = fcntl (3, 3, 0x0)
  230  134061 [main] sshd 5380 _cygwin_istext_for_stdio: fd 3: opened as binary
  420  134481 [main] sshd 5380 get_file_attribute: file: C:\Cygwin\etc\ssh_host_dsa_key
  139  134620 [main] sshd 5380 cygpsid::debug_print: get_sids_info: owner SID = S-1-5-21-732069428-1589987877-3227012232-1012
   64  134684 [main] sshd 5380 cygpsid::debug_print: get_sids_info: group SID = S-1-5-21-1957994488-1035525444-725345543-513
   76  134760 [main] sshd 5380 get_info_from_sd: ACL 180, uid 1012, gid 513
  118  134878 [main] sshd 5380 fhandler_base::fstat_helper: 0 = fstat (, 0x22D5D0) st_atime=44696406 st_size=668, st_mode=0x8180, st_ino=281474976778228, sizeof=96
   64  134942 [main] sshd 5380 fstat64: 0 = fstat (3, 0x22D5D0)
  118  135060 [main] sshd 5380 readv: readv (3, 0x22D5F0, 1) blocking, sigcatchers 0
   65  135125 [main] sshd 5380 readv: no need to call ready_for_read
   95  135220 [main] sshd 5380 fhandler_base::read: returning 668, binary mode
   57  135277 [main] sshd 5380 readv: 668 = readv (3, 0x22D5F0, 1), errno 0
 3132  138409 [main] sshd 5380 close: close (3)
   61  138470 [main] sshd 5380 fhandler_base::close: closing '/etc/ssh_host_dsa_key' handle 0x6E4
   74  138544 [main] sshd 5380 close: 0 = close (3)
  682  139226 [main] sshd 5380 fhandler_base::write: text write
debug1: read PEM private key done: type DSA
  527  139753 [main] sshd 5380 fhandler_base::write: text write
debug1: private host key: #2 type 2 DSA
  124  139877 [main] sshd 5380 normalize_posix_path: src /etc
   64  139941 [main] sshd 5380 normalize_posix_path: /etc = normalize_posix_path (/etc)
   63  140004 [main] sshd 5380 mount_info::conv_to_win32_path: conv_to_win32_path (/etc)
   62  140066 [main] sshd 5380 set_flags: flags: binary (0x2)
   64  140130 [main] sshd 5380 mount_info::conv_to_win32_path: src_path /etc, dst C:\Cygwin\etc, flags 0xA, rc 0
  102  140232 [main] sshd 5380 symlink_info::check: not a symlink
   55  140287 [main] sshd 5380 symlink_info::check: 0 = symlink.check (C:\Cygwin\etc, 0x22D880) (0xA)
   67  140354 [main] sshd 5380 path_conv::check: this->path(C:\Cygwin\etc), has_acls(1)
  254  140608 [main] sshd 5380 etc::test_file_change: FindFirstFile succeeded
  197  140805 [main] sshd 5380 stat64: entering
   62  140867 [main] sshd 5380 normalize_posix_path: src /var/empty
   59  140926 [main] sshd 5380 normalize_posix_path: /var/empty = normalize_posix_path (/var/empty)
   63  140989 [main] sshd 5380 mount_info::conv_to_win32_path: conv_to_win32_path (/var/empty)
   63  141052 [main] sshd 5380 set_flags: flags: binary (0x2)
   57  141109 [main] sshd 5380 mount_info::conv_to_win32_path: src_path /var/empty, dst C:\Cygwin\var\empty, flags 0xA, rc 0
   98  141207 [main] sshd 5380 symlink_info::check: not a symlink
   59  141266 [main] sshd 5380 symlink_info::check: 0 = symlink.check (C:\Cygwin\var\empty, 0x22D7B0) (0xA)
   61  141327 [main] sshd 5380 path_conv::check: this->path(C:\Cygwin\var\empty), has_acls(1)
   63  141390 [main] sshd 5380 build_fh_pc: fh 0x6115CDFC
   63  141453 [main] sshd 5380 stat_worker: (/var/empty, 0x22E960, 0, 0x6115CDFC), file_attributes 16
   63  141516 [main] sshd 5380 fhandler_base::open: (C:\Cygwin\var\empty, 0x110000)
   87  141603 [main] sshd 5380 fhandler_base::set_flags: flags 0x110000, supplied_bin 0x10000
   61  141664 [main] sshd 5380 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x10000
   61  141725 [main] sshd 5380 fhandler_base::set_flags: filemode set to binary
   60  141785 [main] sshd 5380 fhandler_base::open: 0 = NtCreateFile (0x6B4, 20080, C:\Cygwin\var\empty, io, NULL, 0, 7, 1, 4000, NULL, 0)
   66  141851 [main] sshd 5380 fhandler_base::open: 1 = fhandler_base::open (C:\Cygwin\var\empty, 0x110000)
   61  141912 [main] sshd 5380 fhandler_base::open_fs: 1 = fhandler_disk_file::open (C:\Cygwin\var\empty, 0x10000)
  156  142068 [main] sshd 5380 get_file_attribute: file: C:\Cygwin\var\empty
  141  142209 [main] sshd 5380 cygpsid::debug_print: get_sids_info: owner SID = S-1-5-21-732069428-1589987877-3227012232-1012
   61  142270 [main] sshd 5380 cygpsid::debug_print: get_sids_info: group SID = S-1-5-18
   76  142346 [main] sshd 5380 get_info_from_sd: ACL 41ED, uid 1012, gid 18
  119  142465 [main] sshd 5380 fhandler_base::fstat_helper: 0 = fstat (, 0x22E960) st_atime=44696406 st_size=0, st_mode=0x41ED, st_ino=3377699720546579, sizeof=96
   61  142526 [main] sshd 5380 fhandler_base::close: closing '/var/empty' handle 0x6B4
   81  142607 [main] sshd 5380 stat_worker: 0 = (/var/empty, 0x22E960)
   62  142669 [main] sshd 5380 statvfs: statfs /var/empty
   59  142728 [main] sshd 5380 normalize_posix_path: src /var/empty
   61  142789 [main] sshd 5380 normalize_posix_path: /var/empty = normalize_posix_path (/var/empty)
   61  142850 [main] sshd 5380 mount_info::conv_to_win32_path: conv_to_win32_path (/var/empty)
   65  142915 [main] sshd 5380 set_flags: flags: binary (0x2)
   62  142977 [main] sshd 5380 mount_info::conv_to_win32_path: src_path /var/empty, dst C:\Cygwin\var\empty, flags 0xA, rc 0
   92  143069 [main] sshd 5380 symlink_info::check: not a symlink
   56  143125 [main] sshd 5380 symlink_info::check: 0 = symlink.check (C:\Cygwin\var\empty, 0x22D500) (0xA)
   62  143187 [main] sshd 5380 path_conv::check: this->path(C:\Cygwin\var\empty), has_acls(1)
   84  143271 [main] sshd 5380 set_privilege: 1 = set_privilege ((token 6B4) SeChangeNotifyPrivilege, 1)
  215  143486 [main] sshd 5380 setgroups32: setgroups32 (0)
  520  144006 [main] sshd 5380 fhandler_base::write: text write
debug1: rexec_argv[0]='/usr/sbin/sshd'
  525  144531 [main] sshd 5380 fhandler_base::write: text write
debug1: rexec_argv[1]='-d'
  263  144794 [main] sshd 5380 chdir: dir '/'
   61  144855 [main] sshd 5380 normalize_posix_path: src /
   64  144919 [main] sshd 5380 normalize_posix_path: / = normalize_posix_path (/)
   62  144981 [main] sshd 5380 mount_info::conv_to_win32_path: conv_to_win32_path (/)
   62  145043 [main] sshd 5380 set_flags: flags: binary (0x2)
   63  145106 [main] sshd 5380 mount_info::conv_to_win32_path: src_path /, dst C:\Cygwin, flags 0xA, rc 0
   96  145202 [main] sshd 5380 symlink_info::check: not a symlink
   55  145257 [main] sshd 5380 symlink_info::check: 0 = symlink.check (C:\Cygwin, 0x22D800) (0xA)
   62  145319 [main] sshd 5380 path_conv::check: this->path(C:\Cygwin), has_acls(1)
  110  145429 [main] sshd 5380 chdir: 0 = chdir() cygheap->cwd.posix '/' native 'C:\Cygwin'
   66  145495 [main] sshd 5380 sigaction: signal 13, newact 0x0, oa 0x0
   64  145559 [main] sshd 5380 sigaction: signal 13, newact 0x22DEC0 (handler 0x1), oa 0x0
   62  145621 [main] sshd 5380 sig_send: sendsig 0x6DC, pid 5380, signal -13, its_me 1
   70  145691 [main] sshd 5380 sig_send: wakeup 0x660
   79  145770 [main] sshd 5380 sig_send: Waiting for pack.wakeup 0x660
   58  145828 [sig] sshd 5380 wait_sig: signalling pack.wakeup 0x660
   67  145895 [main] sshd 5380 sig_send: returning 0x0 from sending signal -13
 2017  147912 [main] sshd 5380 wsock_init: res 0
   64  147976 [main] sshd 5380 wsock_init: wVersion 514
   61  148037 [main] sshd 5380 wsock_init: wHighVersion 514
   63  148100 [main] sshd 5380 wsock_init: szDescription WinSock 2.0
   60  148160 [main] sshd 5380 wsock_init: szSystemStatus Running
   61  148221 [main] sshd 5380 wsock_init: iMaxSockets 0
   61  148282 [main] sshd 5380 wsock_init: iMaxUdpDg 0
   61  148343 [main] sshd 5380 wsock_init: lpVendorInfo 0
  138  148481 [main] sshd 5380 cygwin_socket: socket (2, 1, 0)
 1860  150341 [main] sshd 5380 fdsock: reset socket inheritance
   78  150419 [main] sshd 5380 build_fh_pc: fh 0x6115CDFC
   57  150476 [main] sshd 5380 fhandler_base::set_flags: flags 0x10002, supplied_bin 0x0
   65  150541 [main] sshd 5380 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x10000
   59  150600 [main] sshd 5380 fhandler_base::set_flags: filemode set to binary
   62  150662 [main] sshd 5380 fdsock: fd 3, name '', soc 0x69C
   65  150727 [main] sshd 5380 cygwin_socket: 3 = socket (2, 1, 0)
  147  150874 [main] sshd 5380 fhandler_base::fcntl: GETFL: 65538
   66  150940 [main] sshd 5380 fcntl_worker: 65538 = fcntl (3, 3, 0x0)
  109  151049 [main] sshd 5380 fhandler_socket::ioctl: socket is now nonblocking
   58  151107 [main] sshd 5380 fhandler_socket::ioctl: 0 = ioctl_socket (8004667E, 22DE48)
   58  151165 [main] sshd 5380 fhandler_base::set_flags: flags 0x14002, supplied_bin 0x0
   56  151221 [main] sshd 5380 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x10000
   57  151278 [main] sshd 5380 fhandler_base::set_flags: filemode set to binary
   55  151333 [main] sshd 5380 fcntl_worker: 0 = fcntl (3, 4, 0x14002)
   78  151411 [main] sshd 5380 cygwin_setsockopt: setsockopt optval=1
   55  151466 [main] sshd 5380 cygwin_setsockopt: 0 = setsockopt (3, 65535, 4, 0x22DF7C, 4)
  427  151893 [main] sshd 5380 fhandler_base::write: text write
debug1: Bind to port 22 on 0.0.0.0.
  319  152212 [main] sshd 5380 cygwin_bind: 0 = bind (3, 0x10019308, 16)
  319  152531 [main] sshd 5380 fhandler_base::write: text write
Server listening on 0.0.0.0 port 22.
--- Process 5380, exception 000006D9 at 77E55DEA
 2663  155194 [main] sshd 5380 cygwin_listen: 0 = listen (3, 128)
  432  155626 [main] sshd 5380 fhandler_base::write: text write
Generating 768 bit RSA key.
 1561  157187 [main] sshd 5380 time: 1147757589 = time (22BD88)
 4784  161971 [main] sshd 5380 time: 1147757589 = time (22BCE8)
 6268  168239 [main] sshd 5380 time: 1147757589 = time (22BD88)
 1647  169886 [main] sshd 5380 time: 1147757589 = time (22BCE8)
 1363  171249 [main] sshd 5380 time: 1147757589 = time (22BD88)
 1624  172873 [main] sshd 5380 time: 1147757589 = time (22BCE8)
 1351  174224 [main] sshd 5380 time: 1147757589 = time (22BD88)
 1635  175859 [main] sshd 5380 time: 1147757589 = time (22BCE8)
 1363  177222 [main] sshd 5380 time: 1147757589 = time (22BD88)
 1630  178852 [main] sshd 5380 time: 1147757589 = time (22BCE8)
  379  179231 [main] sshd 5380 time: 1147757589 = time (22BCE8)
 1366  180597 [main] sshd 5380 time: 1147757589 = time (22BD88)
 1658  182255 [main] sshd 5380 time: 1147757589 = time (22BCE8)
  420  182675 [main] sshd 5380 time: 1147757589 = time (22BCE8)
 1391  184066 [main] sshd 5380 time: 1147757589 = time (22BD88)
 1677  185743 [main] sshd 5380 time: 1147757589 = time (22BCE8)
 1408  187151 [main] sshd 5380 time: 1147757589 = time (22BD88)
 1669  188820 [main] sshd 5380 time: 1147757589 = time (22BCE8)
 1406  190226 [main] sshd 5380 time: 1147757589 = time (22BD88)
 1674  191900 [main] sshd 5380 time: 1147757589 = time (22BCE8)
 1407  193307 [main] sshd 5380 time: 1147757589 = time (22BD88)
 1676  194983 [main] sshd 5380 time: 1147757589 = time (22BCE8)
 1232  196215 [main] sshd 5380 time: 1147757589 = time (22BCE8)
 1234  197449 [main] sshd 5380 time: 1147757589 = time (22BCE8)
 1287  198736 [main] sshd 5380 time: 1147757589 = time (22BCE8)
 1243  199979 [main] sshd 5380 time: 1147757589 = time (22BCE8)
 1241  201220 [main] sshd 5380 time: 1147757589 = time (22BCE8)
 1253  202473 [main] sshd 5380 time: 1147757589 = time (22BCE8)
 1236  203709 [main] sshd 5380 time: 1147757589 = time (22BCE8)
 3607  207316 [main] sshd 5380 time: 1147757589 = time (22BD88)
 4726  212042 [main] sshd 5380 time: 1147757589 = time (22BCE8)
 6224  218266 [main] sshd 5380 time: 1147757589 = time (22BD88)
 1689  219955 [main] sshd 5380 time: 1147757589 = time (22BCE8)
 1353  221308 [main] sshd 5380 time: 1147757589 = time (22BD88)
 1673  222981 [main] sshd 5380 time: 1147757589 = time (22BCE8)
  408  223389 [main] sshd 5380 time: 1147757589 = time (22BCE8)
 1346  224735 [main] sshd 5380 time: 1147757589 = time (22BD88)
 1685  226420 [main] sshd 5380 time: 1147757589 = time (22BCE8)
 1354  227774 [main] sshd 5380 time: 1147757589 = time (22BD88)
 1768  229542 [main] sshd 5380 time: 1147757589 = time (22BCE8)
 1369  230911 [main] sshd 5380 time: 1147757589 = time (22BD88)
 1680  232591 [main] sshd 5380 time: 1147757589 = time (22BCE8)
 1355  233946 [main] sshd 5380 time: 1147757589 = time (22BD88)
 1690  235636 [main] sshd 5380 time: 1147757589 = time (22BCE8)
 1347  236983 [main] sshd 5380 time: 1147757589 = time (22BD88)
 1683  238666 [main] sshd 5380 time: 1147757589 = time (22BCE8)
 1346  240012 [main] sshd 5380 time: 1147757589 = time (22BD88)
 1699  241711 [main] sshd 5380 time: 1147757589 = time (22BCE8)
 1348  243059 [main] sshd 5380 time: 1147757589 = time (22BD88)
 1739  244798 [main] sshd 5380 time: 1147757589 = time (22BCE8)
 1318  246116 [main] sshd 5380 time: 1147757589 = time (22BD88)
 1621  247737 [main] sshd 5380 time: 1147757589 = time (22BCE8)
 1306  249043 [main] sshd 5380 time: 1147757589 = time (22BD88)
 1624  250667 [main] sshd 5380 time: 1147757589 = time (22BCE8)
 1152  251819 [main] sshd 5380 time: 1147757589 = time (22BCE8)
 1150  252969 [main] sshd 5380 time: 1147757589 = time (22BCE8)
 1156  254125 [main] sshd 5380 time: 1147757589 = time (22BCE8)
 1155  255280 [main] sshd 5380 time: 1147757589 = time (22BCE8)
 1151  256431 [main] sshd 5380 time: 1147757589 = time (22BCE8)
 1149  257580 [main] sshd 5380 time: 1147757589 = time (22BCE8)
 1151  258731 [main] sshd 5380 time: 1147757589 = time (22BCE8)
 7276  266007 [main] sshd 5380 fhandler_base::write: text write
RSA key generation complete.
  267  266274 [main] sshd 5380 sigaction: signal 1, newact 0x0, oa 0x0
   62  266336 [main] sshd 5380 sigaction: signal 1, newact 0x22DEC0 (handler 0x4010F0), oa 0x0
   64  266400 [main] sshd 5380 sigaction: signal 15, newact 0x0, oa 0x0
   61  266461 [main] sshd 5380 sigaction: signal 15, newact 0x22DEC0 (handler 0x401130), oa 0x0
   63  266524 [main] sshd 5380 sigaction: signal 3, newact 0x0, oa 0x0
   62  266586 [main] sshd 5380 sigaction: signal 3, newact 0x22DEC0 (handler 0x401130), oa 0x0
   63  266649 [main] sshd 5380 sigaction: signal 20, newact 0x0, oa 0x0
   62  266711 [main] sshd 5380 sigaction: signal 20, newact 0x22DEC0 (handler 0x401140), oa 0x0
  180  266891 [main] sshd 5380 cygwin_select: 4, 0x1001C118, 0x0, 0x0, 0x0
  130  267021 [main] sshd 5380 dtable::select_read:  fd 3
   65  267086 [main] sshd 5380 cygwin_select: to NULL, ms FFFFFFFF
   61  267147 [main] sshd 5380 cygwin_select: sel.always_ready 0
  131  267278 [main] sshd 5380 start_thread_socket: Handle 0x69C
   60  267338 [main] sshd 5380 start_thread_socket: Added to readfds
  243  267581 [main] sshd 5380 start_thread_socket: opened new socket 0x690
   62  267643 [main] sshd 5380 start_thread_socket: exitsock 0x690
   62  267705 [main] sshd 5380 start_thread_socket: stuff_start 0x22DE94
  406  268111 [select_socket] sshd 5380 cygthread::stub: thread 'select_socket', id 0x7C8, stack_ptr 0xE4EFE0
   82  268193 [select_socket] sshd 5380 thread_socket: stuff_start 0x1001FA74
 2200  270393 [main] sshd 5380 select_stuff::wait: m 2, ms 4294967295
2757340 3027733 [select_socket] sshd 5380 thread_socket: Win32 select returned 1
  119 3027852 [select_socket] sshd 5380 thread_socket: s 0x1001C128, testing fd 3 ()
   97 3027949 [select_socket] sshd 5380 thread_socket: read_ready
   75 3028024 [main] sshd 5380 select_stuff::wait: woke up.  wait_ret 1.  verifying
   93 3028117 [main] sshd 5380 select_stuff::wait: gotone 1
   57 3028174 [main] sshd 5380 select_stuff::wait: returning 0
   66 3028240 [main] sshd 5380 select_stuff::cleanup: calling cleanup routines
   90 3028330 [main] sshd 5380 socket_cleanup: si 0x1001CA60 si->thread 0x610FCE90
  106 3028436 [main] sshd 5380 socket_cleanup: sent a byte to exitsock 0x690, res 1
  136 3028572 [main] sshd 5380 socket_cleanup: reading a byte from exitsock 0x690
   88 3028660 [main] sshd 5380 socket_cleanup: recv returned 1
  128 3028788 [main] sshd 5380 socket_cleanup: returning
   66 3028854 [main] sshd 5380 peek_socket: considering handle 0x69C
   67 3028921 [main] sshd 5380 set_bits: me 0x1001C128, testing fd 3 ()
   66 3028987 [main] sshd 5380 set_bits: ready 1
   63 3029050 [main] sshd 5380 select_stuff::poll: returning 1
   62 3029112 [main] sshd 5380 select_stuff::cleanup: calling cleanup routines
   68 3029180 [main] sshd 5380 select_stuff::~select_stuff: deleting select records
  278 3029458 [main] sshd 5380 fdsock: reset socket inheritance
   67 3029525 [main] sshd 5380 build_fh_pc: fh 0x6115D234
   66 3029591 [main] sshd 5380 fhandler_base::set_flags: flags 0x10002, supplied_bin 0x0
   67 3029658 [main] sshd 5380 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x10000
   96 3029754 [main] sshd 5380 fhandler_base::set_flags: filemode set to binary
   60 3029814 [main] sshd 5380 fdsock: fd 4, name '', soc 0x654
   72 3029886 [main] sshd 5380 fhandler_socket::accept: res 4
   67 3029953 [main] sshd 5380 cygwin_accept: 4 = accept (3, 0x22EE00, 0x22DF78)
   70 3030023 [main] sshd 5380 fhandler_base::fcntl: GETFL: 81922
   66 3030089 [main] sshd 5380 fcntl_worker: 81922 = fcntl (4, 3, 0x0)
  494 3030583 [main] sshd 5380 fhandler_base::write: text write
debug1: fd 4 clearing O_NONBLOCK
  157 3030740 [main] sshd 5380 fhandler_socket::ioctl: socket is now blocking
   64 3030804 [main] sshd 5380 fhandler_socket::ioctl: 0 = ioctl_socket (8004667E, 22DE48)
   64 3030868 [main] sshd 5380 fhandler_base::set_flags: flags 0x10002, supplied_bin 0x0
   66 3030934 [main] sshd 5380 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x10000
   67 3031001 [main] sshd 5380 fhandler_base::set_flags: filemode set to binary
   68 3031069 [main] sshd 5380 fcntl_worker: 0 = fcntl (4, 4, 0x10002)
   88 3031157 [main] sshd 5380 fhandler_pipe::create_selectable: CreateNamedPipe: name \\.\pipe\cygwin-0x1504-0x1, size 16384
  197 3031354 [main] sshd 5380 fhandler_pipe::create_selectable: pipe read handle 0x648
   71 3031425 [main] sshd 5380 fhandler_pipe::create_selectable: CreateFile: name \\.\pipe\cygwin-0x1504-0x1
  121 3031546 [main] sshd 5380 fhandler_pipe::create_selectable: pipe write handle 0x644
   79 3031625 [main] sshd 5380 build_fh_pc: fh 0x6115D644
   64 3031689 [main] sshd 5380 build_fh_pc: fh 0x6115D84C
   65 3031754 [main] sshd 5380 fhandler_base::set_flags: flags 0x10000, supplied_bin 0x0
   67 3031821 [main] sshd 5380 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x10000
   68 3031889 [main] sshd 5380 fhandler_base::set_flags: filemode set to binary
   66 3031955 [main] sshd 5380 fhandler_base::init: created new fhandler_base for handle 0x648, bin 1
   66 3032021 [main] sshd 5380 fhandler_base::set_flags: flags 0x10001, supplied_bin 0x0
   65 3032086 [main] sshd 5380 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x10000
   69 3032155 [main] sshd 5380 fhandler_base::set_flags: filemode set to binary
   66 3032221 [main] sshd 5380 fhandler_base::init: created new fhandler_base for handle 0x644, bin 1
   77 3032298 [main] sshd 5380 fhandler_pipe::create: 0 = pipe ([0x6115D644, 0x6115D84C], 16384, 0x10000)
   68 3032366 [main] sshd 5380 fhandler_base::set_flags: flags 0x10000, supplied_bin 0x0
   65 3032431 [main] sshd 5380 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x10000
   68 3032499 [main] sshd 5380 fhandler_base::set_flags: filemode set to binary
   63 3032562 [main] sshd 5380 setmode: (5<>, 0x10000) returning binary
   69 3032631 [main] sshd 5380 _cygwin_istext_for_stdio: fd 5: opened as binary
  424 3033055 [main] sshd 5380 setmode_helper: improbable, but 0 != 5
  418 3033473 [main] sshd 5380 setmode_helper: improbable, but 1 != 5
  416 3033889 [main] sshd 5380 setmode_helper: improbable, but 2 != 5
  202 3034091 [main] sshd 5380 fhandler_base::set_flags: flags 0x10001, supplied_bin 0x0
   62 3034153 [main] sshd 5380 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x10000
   45 3034198 [main] sshd 5380 fhandler_base::set_flags: filemode set to binary
   42 3034240 [main] sshd 5380 setmode: (6<>, 0x10000) returning binary
   42 3034282 [main] sshd 5380 _cygwin_istext_for_stdio: fd 6: opened as binary
  404 3034686 [main] sshd 5380 setmode_helper: improbable, but 0 != 6
  416 3035102 [main] sshd 5380 setmode_helper: improbable, but 1 != 6
  410 3035512 [main] sshd 5380 setmode_helper: improbable, but 2 != 6
--- Process 5380, exception 000006D9 at 77E55DEA
 1312 3036824 [main] sshd 5380 fdsock: reset socket inheritance
   80 3036904 [main] sshd 5380 build_fh_pc: fh 0x6115DA54
   68 3036972 [main] sshd 5380 fhandler_base::set_flags: flags 0x10002, supplied_bin 0x0
   64 3037036 [main] sshd 5380 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x10000
   67 3037103 [main] sshd 5380 fhandler_base::set_flags: filemode set to binary
   65 3037168 [main] sshd 5380 fdsock: fd 7, name '', soc 0x624
   69 3037237 [main] sshd 5380 fdsock: reset socket inheritance
   64 3037301 [main] sshd 5380 build_fh_pc: fh 0x6115DE7C
   62 3037363 [main] sshd 5380 fhandler_base::set_flags: flags 0x10002, supplied_bin 0x0
   64 3037427 [main] sshd 5380 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x10000
   68 3037495 [main] sshd 5380 fhandler_base::set_flags: filemode set to binary
   69 3037564 [main] sshd 5380 fdsock: fd 8, name '', soc 0x630
   66 3037630 [main] sshd 5380 socketpair: 0 = socketpair (...)
  501 3038131 [main] sshd 5380 fhandler_base::write: text write
debug1: Server will not fork when running in debugging mode.
  144 3038275 [main] sshd 5380 close: close (3)
  197 3038472 [main] sshd 5380 fhandler_socket::close: 0 = fhandler_socket::close()
   64 3038536 [main] sshd 5380 close: 0 = close (3)
   68 3038604 [main] sshd 5380 close: close (5)
   77 3038681 [main] sshd 5380 fhandler_base::close: closing '' handle 0x648
   77 3038758 [main] sshd 5380 close: 0 = close (5)
   61 3038819 [main] sshd 5380 close: close (6)
   58 3038877 [main] sshd 5380 fhandler_base::close: closing '' handle 0x644
   88 3038965 [main] sshd 5380 close: 0 = close (6)
  898 3039863 [main] sshd 5380 writev: writev (7, 0x22DE40, 1)
  141 3040004 [main] sshd 5380 writev: 5 = write (7, 0x22DE40, 1), errno 0
   65 3040069 [main] sshd 5380 writev: writev (7, 0x22DE40, 1)
  105 3040174 [main] sshd 5380 writev: 545 = write (7, 0x22DE40, 1), errno 0
  129 3040303 [main] sshd 5380 close: close (7)
  133 3040436 [main] sshd 5380 fhandler_socket::close: 0 = fhandler_socket::close()
   69 3040505 [main] sshd 5380 close: 0 = close (7)
  482 3040987 [main] sshd 5380 fhandler_base::write: text write
debug1: rexec start in 4 out 4 newsock 4 pipe -1 sock 7
  136 3041123 [main] sshd 5380 dtable::dup2: dup2 (4, 0)
   68 3041191 [main] sshd 5380 build_fh_pc: fh 0x6115DA54
   73 3041264 [main] sshd 5380 fhandler_socket::dup: here
  160 3041424 [main] sshd 5380 fhandler_socket::fixup_before_fork_exec: WSADuplicateSocket went fine, sock 0x654, win_proc_id 5380, prot_info_ptr 0x6115DC5C
   80 3041504 [main] sshd 5380 fhandler_socket::fixup_after_fork: WSASocket begin, dwServiceFlags1=131174
  269 3041773 [main] sshd 5380 fhandler_socket::fixup_after_fork: WSASocket went fine new_sock 0x61C, old_sock 0x654
   70 3041843 [main] sshd 5380 dtable::dup_worker: duped '' old 0x654, new 0x61C
   68 3041911 [main] sshd 5380 dtable::dup2: newfh->io_handle 0x61C, oldfh->io_handle 0x654
   64 3041975 [main] sshd 5380 close: close (0)
  153 3042128 [main] sshd 5380 init_cygheap::manage_console_count: fhandler_console::close: console_count 0, amount -1, ctty /dev/console, avoid_freeing_console 0
   67 3042195 [main] sshd 5380 close: 0 = close (0)
   64 3042259 [main] sshd 5380 dtable::dup2: 0 = dup2 (4, 0)
   63 3042322 [main] sshd 5380 dtable::dup2: dup2 (0, 1)
   68 3042390 [main] sshd 5380 build_fh_pc: fh 0x6115C7E4
   64 3042454 [main] sshd 5380 fhandler_socket::dup: here
   79 3042533 [main] sshd 5380 fhandler_socket::fixup_before_fork_exec: WSADuplicateSocket went fine, sock 0x61C, win_proc_id 5380, prot_info_ptr 0x6115D84C
   69 3042602 [main] sshd 5380 fhandler_socket::fixup_after_fork: WSASocket begin, dwServiceFlags1=131174
  107 3042709 [main] sshd 5380 fhandler_socket::fixup_after_fork: WSASocket went fine new_sock 0x648, old_sock 0x61C
   61 3042770 [main] sshd 5380 dtable::dup_worker: duped '' old 0x61C, new 0x648
   69 3042839 [main] sshd 5380 dtable::dup2: newfh->io_handle 0x648, oldfh->io_handle 0x61C
   83 3042922 [main] sshd 5380 close: close (1)
   73 3042995 [main] sshd 5380 fhandler_base::close: closing '/tmp/sshd.strace.log' handle 0x6A8
   74 3043069 [main] sshd 5380 close: 0 = close (1)
   67 3043136 [main] sshd 5380 dtable::dup2: 1 = dup2 (0, 1)
   68 3043204 [main] sshd 5380 close: close (4)
   96 3043300 [main] sshd 5380 fhandler_socket::close: 0 = fhandler_socket::close()
   64 3043364 [main] sshd 5380 close: 0 = close (4)
   66 3043430 [main] sshd 5380 dtable::dup2: dup2 (8, 5)
   65 3043495 [main] sshd 5380 build_fh_pc: fh 0x6115D234
   63 3043558 [main] sshd 5380 fhandler_socket::dup: here
   94 3043652 [main] sshd 5380 fhandler_socket::fixup_before_fork_exec: WSADuplicateSocket went fine, sock 0x630, win_proc_id 5380, prot_info_ptr 0x6115D43C
   75 3043727 [main] sshd 5380 fhandler_socket::fixup_after_fork: WSASocket begin, dwServiceFlags1=131174
  110 3043837 [main] sshd 5380 fhandler_socket::fixup_after_fork: WSASocket went fine new_sock 0x64C, old_sock 0x630
   75 3043912 [main] sshd 5380 dtable::dup_worker: duped '' old 0x630, new 0x64C
   68 3043980 [main] sshd 5380 dtable::dup2: newfh->io_handle 0x64C, oldfh->io_handle 0x630
   63 3044043 [main] sshd 5380 dtable::dup2: 5 = dup2 (8, 5)
   71 3044114 [main] sshd 5380 close: close (8)
   94 3044208 [main] sshd 5380 fhandler_socket::close: 0 = fhandler_socket::close()
   76 3044284 [main] sshd 5380 close: 0 = close (8)
   72 3044356 [main] sshd 5380 spawnve: spawnve (/usr/sbin/sshd, /usr/sbin/sshd, 10010090)
   74 3044430 [main] sshd 5380 spawn_guts: spawn_guts (3, /usr/sbin/sshd)
   81 3044511 [main] sshd 5380 perhaps_suffix: prog '/usr/sbin/sshd'
   63 3044574 [main] sshd 5380 normalize_posix_path: src /usr/sbin/sshd
   68 3044642 [main] sshd 5380 normalize_posix_path: /usr/sbin/sshd = normalize_posix_path (/usr/sbin/sshd)
   67 3044709 [main] sshd 5380 mount_info::conv_to_win32_path: conv_to_win32_path (/usr/sbin/sshd)
   77 3044786 [main] sshd 5380 set_flags: flags: binary (0x2)
   64 3044850 [main] sshd 5380 mount_info::conv_to_win32_path: src_path /usr/sbin/sshd, dst C:\Cygwin\usr\sbin\sshd, flags 0xA, rc 0
  121 3044971 [main] sshd 5380 symlink_info::check: not a symlink
   63 3045034 [main] sshd 5380 symlink_info::check: 0 = symlink.check (C:\Cygwin\usr\sbin\sshd.exe, 0x22CE00) (0xA)
   68 3045102 [main] sshd 5380 path_conv::check: this->path(C:\Cygwin\usr\sbin\sshd.exe), has_acls(1)
   65 3045167 [main] sshd 5380 perhaps_suffix: buf C:\Cygwin\usr\sbin\sshd.exe, suffix found '.exe'
  266 3045433 [main] sshd 5380 spawn_guts: priority class 32
  109 3045542 [main] sshd 5380 fhandler_console::need_invisible: invisible_console 0
   62 3045604 [main] sshd 5380 spawn_guts: null_app_name 0 (C:\Cygwin\usr\sbin\sshd.exe, C:\Cygwin\usr\sbin\sshd.exe -d -R)
   70 3045674 [main] sshd 5380 build_env: envp 0x10010090
   88 3045762 [main] sshd 5380 spenv::retrieve: no_envblock 1
  105 3045867 [main] sshd 5380 spenv::retrieve: no_envblock 1
   73 3045940 [main] sshd 5380 spenv::retrieve: no_envblock 1
   64 3046004 [main] sshd 5380 spenv::retrieve: duping existing value for 'SYSTEMROOT='
   69 3046073 [main] sshd 5380 spenv::retrieve: no_envblock 1
   62 3046135 [main] sshd 5380 spenv::retrieve: duping existing value for 'USERDOMAIN='
   59 3046194 [main] sshd 5380 spenv::retrieve: no_envblock 1
   62 3046256 [main] sshd 5380 spenv::retrieve: duping existing value for 'USERNAME='
   65 3046321 [main] sshd 5380 spenv::retrieve: no_envblock 1
   60 3046381 [main] sshd 5380 spenv::retrieve: duping existing value for 'USERPROFILE='
   66 3046447 [main] sshd 5380 spenv::retrieve: no_envblock 1
   62 3046509 [main] sshd 5380 spenv::retrieve: duping existing value for 'WINDIR='
   65 3046574 [main] sshd 5380 build_env: env count 4, bytes 375
  208 3046782 [main] sshd 5380 build_env: envp 0x6115DE7C, envc 66
   78 3046860 [main] sshd 5380 child_info::child_info: subproc_ready 0x628
 4353 3051213 [main] sshd 5380 dtable::fixup_before_exec: fd 0 ()
   93 3051306 [main] sshd 5380 fhandler_socket::fixup_before_fork_exec: WSADuplicateSocket went fine, sock 0x61C, win_proc_id 5356, prot_info_ptr 0x6115DC5C
   57 3051363 [main] sshd 5380 dtable::fixup_before_exec: fd 1 ()
  102 3051465 [main] sshd 5380 fhandler_socket::fixup_before_fork_exec: WSADuplicateSocket went fine, sock 0x648, win_proc_id 5356, prot_info_ptr 0x6115D84C
   65 3051530 [main] sshd 5380 dtable::fixup_before_exec: fd 2 (/tmp/sshd.strace.log)
   64 3051594 [main] sshd 5380 dtable::fixup_before_exec: fd 5 ()
   90 3051684 [main] sshd 5380 fhandler_socket::fixup_before_fork_exec: WSADuplicateSocket went fine, sock 0x64C, win_proc_id 5356, prot_info_ptr 0x6115D43C
   66 3051750 [main] sshd 5380 spawn_guts: 5380 = spawn_guts (/usr/sbin/sshd, C:\Cygwin\usr\sbin\sshd.exe -d -R)
  119 3051869 [main] sshd 5380! fhandler_socket::close: 0 = fhandler_socket::close()
  103 3051972 [main] sshd 5380! fhandler_socket::close: 0 = fhandler_socket::close()
   74 3052046 [main] sshd 5380! fhandler_base::close: closing '/tmp/sshd.strace.log' handle 0x7F0
   94 3052140 [main] sshd 5380! fhandler_socket::close: 0 = fhandler_socket::close()
   51 3052191 [main] sshd 5380! spawn_guts: new process name C:\Cygwin\usr\sbin\sshd.exe
   76 3052267 [main] sshd 5380! spawn_guts: spawned windows pid 5356
   59 3052326 [main] sshd 5380! child_info::sync: n 2, waiting for subproc_ready(0x628) and child process(0x638)
**********************************************
Program name: C:\Cygwin\usr\sbin\sshd.exe (pid 5380, ppid 1)
App version:  1005.19, api: 0.150
DLL version:  1005.19, api: 0.150
DLL build:    2006-01-20 13:28
OS version:   Windows NT-5.2
Heap size:    402653184
Date/Time:    2006-05-15 22:33:12
**********************************************
   58     454 [main] sshd 5380 set_myself: myself->dwProcessId 5356
  212     666 [main] sshd 5380 open_shared: name Global\cygwin1S4.cygpid.5356, n 5356, shared 0x480000 (wanted 0x0), h 0x790
   84     750 [main] sshd 5380 time: 1147757592 = time (0)
   77     827 [main] sshd 5380 child_info::ready: signalled 0x628 that I was ready
 6178 3058504 [main] sshd 5380! child_info::sync: process 5380 synchronized, WFMO returned 0
   60     887 [main] sshd 5380 fhandler_socket::fixup_after_fork: WSASocket begin, dwServiceFlags1=131174
   95 3058599 [main] sshd 5380! proc_subproc: args: 1, 1628434624
  141 3058740 [main] sshd 5380! _pinfo::dup_proc_pipe: closed wr_proc_pipe 0x628 for pid 5380(5356)
  172 3058912 [main] sshd 5380! pinfo::wait: created tracking thread for pid 5380, winpid 0x14EC, rd_pipe 0x694
   54 3058966 [main] sshd 5380! proc_subproc: added pid 5380 to proc table, slot 0
   66 3059032 [main] sshd 5380! proc_subproc: returning 1
   76 3059108 [main] sshd 5380! wait4: calling proc_subproc, pid 5380, options 0
   63 3059171 [main] sshd 5380! proc_subproc: args: 4, 2292680
   93 3059264 [main] sshd 5380! proc_subproc: wval->pid 5380, wval->options 0
   75 3059339 [main] sshd 5380! checkstate: nprocs 1
   60 3059399 [main] sshd 5380! stopped_or_terminated: considering pid 5380
   65 3059464 [main] sshd 5380! checkstate: no matching terminated children found
   55 3059519 [main] sshd 5380! checkstate: returning -1
   50 3059569 [main] sshd 5380! proc_subproc: only found non-terminated children
   65 3059634 [main] sshd 5380! proc_subproc: finished processing terminated/stopped child
   43 3059677 [main] sshd 5380! proc_subproc: returning 1
 2593    3480 [main] sshd 5380 wsock_init: res 0
   59    3539 [main] sshd 5380 wsock_init: wVersion 514
   54    3593 [main] sshd 5380 wsock_init: wHighVersion 514
   52    3645 [main] sshd 5380 wsock_init: szDescription WinSock 2.0
   53    3698 [main] sshd 5380 wsock_init: szSystemStatus Running
   52    3750 [main] sshd 5380 wsock_init: iMaxSockets 0
   52    3802 [main] sshd 5380 wsock_init: iMaxUdpDg 0
   51    3853 [main] sshd 5380 wsock_init: lpVendorInfo 0
 3300    7153 [main] sshd 5380 fhandler_socket::fixup_after_fork: WSASocket went fine new_sock 0x7FC, old_sock 0x61C
   74    7227 [main] sshd 5380 fhandler_socket::fixup_after_fork: WSASocket begin, dwServiceFlags1=131174
   96    7323 [main] sshd 5380 fhandler_socket::fixup_after_fork: WSASocket went fine new_sock 0x7F8, old_sock 0x648
   58    7381 [main] sshd 5380 fhandler_socket::fixup_after_fork: WSASocket begin, dwServiceFlags1=131174
   91    7472 [main] sshd 5380 fhandler_socket::fixup_after_fork: WSASocket went fine new_sock 0x7F4, old_sock 0x64C
   98    7570 [main] sshd 5380 events_init: windows_system_directory 'C:\WINDOWS\system32\', windows_system_directory_length 20
   79    7649 [main] sshd 5380 dll_crt0_0: finished dll_crt0_0 initialization
  413    8062 [main] sshd 5380 _cygwin_istext_for_stdio: fd 0: opened as binary
   62    8124 [main] sshd 5380 _cygwin_istext_for_stdio: fd 1: opened as binary
   57    8181 [main] sshd 5380 _cygwin_istext_for_stdio: fd 2: defaulting to text
  937    9118 [main] sshd 5380 parse_options: ntsec (called func)
  105    9223 [main] sshd 5380 parse_options: smbntsec (called func)
  115    9338 [main] sshd 5380 parse_options: returning
   52    9390 [main] sshd 5380 pinfo_init: pid 5380, pgid 5380
   65    9455 [main] sshd 5380 set_privilege: 0 = set_privilege ((token 714) SeRestorePrivilege, 1)
   56    9511 [main] sshd 5380 set_privilege: 1 = set_privilege ((token 714) SeChangeNotifyPrivilege, 1)
  404    9915 [main] sshd 5380 sigproc_init: process/signal handling enabled, state 0xC1
  281   10196 [main] sshd 5380 dll_crt0_1: user_data->main 0x401A40
   52   10248 [main] sshd 5380 __set_errno: void dll_crt0_1(char*):919 val 0
   49   10297 [main] sshd 5380 wait_for_sigthread: wait_sig_inited 0x6EC
   59   10356 [sig] sshd 5380 wait_sig: myself->dwProcessId 5356
   85   10441 [sig] sshd 5380 wait_sig: entering ReadFile loop, readsig 0x6E0, myself->sendsig 0x6DC
  407   10848 [main] sshd 5380 open: open (/dev/null, 0x10002)
   74   10922 [main] sshd 5380 normalize_posix_path: src /dev/null
   47   10969 [main] sshd 5380 normalize_posix_path: /dev/null = normalize_posix_path (/dev/null)
   58   11027 [main] sshd 5380 mount_info::conv_to_win32_path: conv_to_win32_path (/dev/null)
   64   11091 [main] sshd 5380 mount_info::conv_to_win32_path: src_path /dev/null, dst nul, flags 0x2, rc 0
   55   11146 [main] sshd 5380 build_fh_pc: fh 0x6115DE7C
   63   11209 [main] sshd 5380 fhandler_base::open_9x: (NUL, 0x10002)
   89   11298 [main] sshd 5380 fhandler_base::set_flags: flags 0x10002, supplied_bin 0x10000
   48   11346 [main] sshd 5380 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x10000
   49   11395 [main] sshd 5380 fhandler_base::set_flags: filemode set to binary
   50   11445 [main] sshd 5380 fhandler_base::open_9x: 0x6EC = CreateFile (NUL, 0xC0000000, 0x7, 0x22DD20, 0x3, 0x80, 0)
   49   11494 [main] sshd 5380 fhandler_base::open_9x: 1 = fhandler_base::open (NUL, 0x10002)
   51   11545 [main] sshd 5380 open: 3 = open (/dev/null, 0x10002)
   54   11599 [main] sshd 5380 close: close (3)
   49   11648 [main] sshd 5380 fhandler_base::close: closing '/dev/null' handle 0x6EC
   51   11699 [main] sshd 5380 close: 0 = close (3)
  275   11974 [main] sshd 5380 normalize_posix_path: src /proc/5380/fd
   70   12044 [main] sshd 5380 normalize_posix_path: /proc/5380/fd = normalize_posix_path (/proc/5380/fd)
   63   12107 [main] sshd 5380 mount_info::conv_to_win32_path: conv_to_win32_path (/proc/5380/fd)
   73   12180 [main] sshd 5380 fhandler_proc::get_proc_fhandler: get_proc_fhandler(/proc/5380/fd)
   64   12244 [main] sshd 5380 set_flags: flags: binary (0x2)
   67   12311 [main] sshd 5380 mount_info::conv_to_win32_path: src_path /proc/5380/fd, dst /proc/5380/fd, flags 0x2, rc 0
   72   12383 [main] sshd 5380 build_fh_pc: fh 0x6115DE7C
   62   12445 [main] sshd 5380 fhandler_process::exists: exists (/proc/5380/fd)
   70   12515 [main] sshd 5380 build_fh_pc: fh 0x6115DE7C
   68   12583 [main] sshd 5380 fhandler_process::exists: exists (/proc/5380/fd)
  255   12838 [main] sshd 5380 fhandler_virtual::opendir: 0x10010268 = opendir (/proc/5380/fd)
   83   12921 [main] sshd 5380 fhandler_process::readdir: 0 = readdir (0x10010268, 0x100102A8) (.)
   62   12983 [main] sshd 5380 fhandler_process::readdir: 0 = readdir (0x10010268, 0x100102A8) (..)
   58   13041 [main] sshd 5380 fhandler_process::readdir: 0 = readdir (0x10010268, 0x100102A8) (0)
   66   13107 [main] sshd 5380 fhandler_process::readdir: 0 = readdir (0x10010268, 0x100102A8) (1)
   58   13165 [main] sshd 5380 fhandler_process::readdir: 0 = readdir (0x10010268, 0x100102A8) (2)
   62   13227 [main] sshd 5380 fhandler_process::readdir: 0 = readdir (0x10010268, 0x100102A8) (3)
   61   13288 [main] sshd 5380 fhandler_process::readdir: 0 = readdir (0x10010268, 0x100102A8) (5)
   60   13348 [main] sshd 5380 fhandler_process::readdir: 89 = readdir (0x10010268, 0x100102A8) (5)
  238   13586 [main] sshd 5380 closedir: 0 = closedir (0x610FEA94)
16935   30521 [main] sshd 5380 openlog: openlog called with (sshd, 1, 32)
  289   30810 [main] sshd 5380 readv: readv (5, 0x22DE70, 1) blocking, sigcatchers 0
   62   30872 [main] sshd 5380 readv: no need to call ready_for_read
  130   31002 [main] sshd 5380 readv: 4 = readv (5, 0x22DE70, 1), errno 0
   52   31054 [main] sshd 5380 readv: readv (5, 0x22DE70, 1) blocking, sigcatchers 0
   46   31100 [main] sshd 5380 readv: no need to call ready_for_read
   82   31182 [main] sshd 5380 readv: 546 = readv (5, 0x22DE70, 1), errno 0
 2710   33892 [main] sshd 5380 open: open (/dev/urandom, 0x1C000)
   50   33942 [main] sshd 5380 normalize_posix_path: src /dev/urandom
   50   33992 [main] sshd 5380 normalize_posix_path: /dev/urandom = normalize_posix_path (/dev/urandom)
   55   34047 [main] sshd 5380 mount_info::conv_to_win32_path: conv_to_win32_path (/dev/urandom)
   53   34100 [main] sshd 5380 mount_info::conv_to_win32_path: src_path /dev/urandom, dst \dev\urandom, flags 0x2, rc 0
   60   34160 [main] sshd 5380 build_fh_pc: fh 0x6115DE7C
   51   34211 [main] sshd 5380 fhandler_base::set_flags: flags 0x1C000, supplied_bin 0x0
   46   34257 [main] sshd 5380 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x10000
   51   34308 [main] sshd 5380 fhandler_base::set_flags: filemode set to binary
   49   34357 [main] sshd 5380 open: 3 = open (/dev/urandom, 0x1C000)
   55   34412 [main] sshd 5380 fhandler_base::fstat: here
   54   34466 [main] sshd 5380 fstat64: 0 = fstat (3, 0x22DDA0)
   53   34519 [main] sshd 5380 cygwin_select: 4, 0x22DD90, 0x0, 0x0, 0x22DD98
  100   34619 [main] sshd 5380 dtable::select_read: /dev/urandom fd 3
   54   34673 [main] sshd 5380 cygwin_select: to->tv_sec 0, to->tv_usec 10000, ms 10
   47   34720 [main] sshd 5380 cygwin_select: sel.always_ready 1
   53   34773 [main] sshd 5380 select_stuff::cleanup: calling cleanup routines
   51   34824 [main] sshd 5380 set_bits: me 0x10014940, testing fd 3 (/dev/urandom)
   46   34870 [main] sshd 5380 set_bits: ready 1
   49   34919 [main] sshd 5380 select_stuff::poll: returning 1
   50   34969 [main] sshd 5380 select_stuff::cleanup: calling cleanup routines
   50   35019 [main] sshd 5380 select_stuff::~select_stuff: deleting select records
   98   35117 [main] sshd 5380 readv: readv (3, 0x22DD50, 1) nonblocking, sigcatchers 0
   51   35168 [main] sshd 5380 fhandler_base::ready_for_read: read_ready 1, avail 1
 6141   41309 [main] sshd 5380 readv: 32 = readv (3, 0x22DD50, 1), errno 0
   74   41383 [main] sshd 5380 close: close (3)
   68   41451 [main] sshd 5380 close: 0 = close (3)
  349   41800 [main] sshd 5380 time: 1147757592 = time (0)
  480   42280 [main] sshd 5380 openlog: openlog called with (sshd, 1, 32)
  142   42422 [main] sshd 5380 vsyslog: 7 %.500s
  188   42610 [main] sshd 5380 open: open (/dev/null, 0x10601)
   54   42664 [main] sshd 5380 normalize_posix_path: src /dev/null
   48   42712 [main] sshd 5380 normalize_posix_path: /dev/null = normalize_posix_path (/dev/null)
   54   42766 [main] sshd 5380 mount_info::conv_to_win32_path: conv_to_win32_path (/dev/null)
   51   42817 [main] sshd 5380 mount_info::conv_to_win32_path: src_path /dev/null, dst nul, flags 0x2, rc 0
   53   42870 [main] sshd 5380 build_fh_pc: fh 0x6115DE7C
   50   42920 [main] sshd 5380 fhandler_base::open_9x: (NUL, 0x10601)
   83   43003 [main] sshd 5380 fhandler_base::set_flags: flags 0x10601, supplied_bin 0x10000
   47   43050 [main] sshd 5380 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x10000
   49   43099 [main] sshd 5380 fhandler_base::set_flags: filemode set to binary
   49   43148 [main] sshd 5380 fhandler_base::open_9x: 0x6D0 = CreateFile (NUL, 0x40000000, 0x7, 0x22D370, 0x2, 0x80, 0)
   50   43198 [main] sshd 5380 fhandler_base::open_9x: 1 = fhandler_base::open (NUL, 0x10601)
   51   43249 [main] sshd 5380 open: 3 = open (/dev/null, 0x10601)
   98   43347 [main] sshd 5380 _cygwin_istext_for_stdio: fd 3: opened as binary
  546   43893 [main] sshd 5380 writev: writev (3, 0x22B8A0, 1)
   71   43964 [main] sshd 5380 fhandler_base::write: binary write
   64   44028 [main] sshd 5380 writev: 6 = write (3, 0x22B8A0, 1), errno 0
  398   44426 [main] sshd 5380 writev: writev (3, 0x22B8A0, 1)
   68   44494 [main] sshd 5380 fhandler_base::write: binary write
   66   44560 [main] sshd 5380 writev: 10 = write (3, 0x22B8A0, 1), errno 0
  397   44957 [main] sshd 5380 writev: writev (3, 0x22B8C0, 1)
   60   45017 [main] sshd 5380 fhandler_base::write: binary write
   63   45080 [main] sshd 5380 writev: 34 = write (3, 0x22B8C0, 1), errno 0
  336   45416 [main] sshd 5380 close: close (3)
   61   45477 [main] sshd 5380 fhandler_base::close: closing '/dev/null' handle 0x6D0
   73   45550 [main] sshd 5380 close: 0 = close (3)
  512   46062 [main] sshd 5380 stat64: entering
   64   46126 [main] sshd 5380 normalize_posix_path: src /dev/log
  229   46355 [main] sshd 5380 normalize_posix_path: /dev/log = normalize_posix_path (/dev/log)
   78   46433 [main] sshd 5380 mount_info::conv_to_win32_path: conv_to_win32_path (/dev/log)
   76   46509 [main] sshd 5380 mount_info::cygdrive_win32_path: src '/dev/log', dst ''
   61   46570 [main] sshd 5380 __set_errno: fhandler_base* build_fh_name(const char*, void*, unsigned int, suffix_info*):340 val 2
   58   46628 [main] sshd 5380 stat_worker: got 2 error from build_fh_name
   56   46684 [main] sshd 5380 __set_errno: int stat_worker(const char*, __stat64*, int):1064 val 2
   58   46742 [main] sshd 5380 stat_worker: -1 = (/dev/log, 0x22D500)
 1164   47906 [main] sshd 5380 open: open (/etc/ssh_host_key, 0x10000)
   54   47960 [main] sshd 5380 normalize_posix_path: src /etc/ssh_host_key
   49   48009 [main] sshd 5380 normalize_posix_path: /etc/ssh_host_key = normalize_posix_path (/etc/ssh_host_key)
   54   48063 [main] sshd 5380 mount_info::conv_to_win32_path: conv_to_win32_path (/etc/ssh_host_key)
   63   48126 [main] sshd 5380 set_flags: flags: binary (0x2)
   49   48175 [main] sshd 5380 mount_info::conv_to_win32_path: src_path /etc/ssh_host_key, dst C:\Cygwin\etc\ssh_host_key, flags 0xA, rc 0
   98   48273 [main] sshd 5380 symlink_info::check: not a symlink
   47   48320 [main] sshd 5380 symlink_info::check: 0 = symlink.check (C:\Cygwin\etc\ssh_host_key, 0x22D790) (0xA)
   84   48404 [main] sshd 5380 set_privilege: 1 = set_privilege ((token 690) SeChangeNotifyPrivilege, 1)
  155   48559 [main] sshd 5380 path_conv::check: this->path(C:\Cygwin\etc\ssh_host_key), has_acls(1)
   55   48614 [main] sshd 5380 build_fh_pc: fh 0x6115DE7C
   86   48700 [main] sshd 5380 fhandler_base::open: (C:\Cygwin\etc\ssh_host_key, 0x110000)
   82   48782 [main] sshd 5380 fhandler_base::set_flags: flags 0x110000, supplied_bin 0x10000
   48   48830 [main] sshd 5380 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x10000
   51   48881 [main] sshd 5380 fhandler_base::set_flags: filemode set to binary
   49   48930 [main] sshd 5380 fhandler_base::open: 0 = NtCreateFile (0x690, 80100000, C:\Cygwin\etc\ssh_host_key, io, NULL, 0, 7, 1, 20, NULL, 0)
   54   48984 [main] sshd 5380 fhandler_base::open: 1 = fhandler_base::open (C:\Cygwin\etc\ssh_host_key, 0x110000)
   48   49032 [main] sshd 5380 fhandler_base::open_fs: 1 = fhandler_disk_file::open (C:\Cygwin\etc\ssh_host_key, 0x10000)
   59   49091 [main] sshd 5380 open: 3 = open (/etc/ssh_host_key, 0x10000)
   86   49177 [main] sshd 5380 get_file_attribute: file: C:\Cygwin\etc\ssh_host_key
  126   49303 [main] sshd 5380 cygpsid::debug_print: get_sids_info: owner SID = S-1-5-21-732069428-1589987877-3227012232-1012
   49   49352 [main] sshd 5380 cygpsid::debug_print: get_sids_info: group SID = S-1-5-21-1957994488-1035525444-725345543-513
   56   49408 [main] sshd 5380 normalize_posix_path: src /etc/group
   48   49456 [main] sshd 5380 normalize_posix_path: /etc/group = normalize_posix_path (/etc/group)
   50   49506 [main] sshd 5380 mount_info::conv_to_win32_path: conv_to_win32_path (/etc/group)
   57   49563 [main] sshd 5380 set_flags: flags: binary (0x2)
   50   49613 [main] sshd 5380 mount_info::conv_to_win32_path: src_path /etc/group, dst C:\Cygwin\etc\group, flags 0xA, rc 0
   98   49711 [main] sshd 5380 symlink_info::check: GetFileAttributes (C:\Cygwin\etc\group) failed
   64   49775 [main] sshd 5380 geterrno_from_win_error: windows error 2 == errno 2
  149   49924 [main] sshd 5380 symlink_info::check: 34 = symlink.check (C:\Cygwin\etc\group.lnk, 0x22CEB0) (0x1000001)
   55   49979 [main] sshd 5380 normalize_posix_path: src /view/official/Tools/adm/etc/group
   46   50025 [main] sshd 5380 normalize_posix_path: /view/official/Tools/adm/etc/group = normalize_posix_path (/view/official/Tools/adm/etc/group)
   51   50076 [main] sshd 5380 mount_info::conv_to_win32_path: conv_to_win32_path (/view/official/Tools/adm/etc/group)
   51   50127 [main] sshd 5380 set_flags: flags: binary (0x2)
   50   50177 [main] sshd 5380 mount_info::conv_to_win32_path: src_path /view/official/Tools/adm/etc/group, dst \\sons-sc-cc\Views\official\Tools\adm\etc\group, flags 0xA, rc 0
 2322   52499 [main] sshd 5380 symlink_info::check: not a symlink
   65   52564 [main] sshd 5380 symlink_info::check: 0 = symlink.check (\\sons-sc-cc\Views\official\Tools\adm\etc\group, 0x22CEB0) (0xA)
   88   52652 [main] sshd 5380 set_privilege: 1 = set_privilege ((token 698) SeChangeNotifyPrivilege, 1)
 1554   54206 [main] sshd 5380 path_conv::check: this->path(\\sons-sc-cc\Views\official\Tools\adm\etc\group), has_acls(1)
 1060   55266 [main] sshd 5380 etc::test_file_change: FindFirstFile succeeded
 1658   56924 [main] sshd 5380 pwdgrp::load: /etc/group curr_lines 52
   53   56977 [main] sshd 5380 pwdgrp::load: /etc/group load succeeded
   72   57049 [main] sshd 5380 get_info_from_sd: ACL 180, uid 1012, gid 513
   94   57143 [main] sshd 5380 fhandler_base::fstat_helper: 0 = fstat (, 0x22DE80) st_atime=44696415 st_size=981, st_mode=0x8180, st_ino=281474976778224, sizeof=96
   57   57200 [main] sshd 5380 fstat64: 0 = fstat (3, 0x22DE80)
   63   57263 [main] sshd 5380 statvfs: statfs /etc/ssh_host_key
   49   57312 [main] sshd 5380 normalize_posix_path: src /etc/ssh_host_key
   46   57358 [main] sshd 5380 normalize_posix_path: /etc/ssh_host_key = normalize_posix_path (/etc/ssh_host_key)
   54   57412 [main] sshd 5380 mount_info::conv_to_win32_path: conv_to_win32_path (/etc/ssh_host_key)
   53   57465 [main] sshd 5380 set_flags: flags: binary (0x2)
   52   57517 [main] sshd 5380 mount_info::conv_to_win32_path: src_path /etc/ssh_host_key, dst C:\Cygwin\etc\ssh_host_key, flags 0xA, rc 0
   95   57612 [main] sshd 5380 symlink_info::check: not a symlink
   48   57660 [main] sshd 5380 symlink_info::check: 0 = symlink.check (C:\Cygwin\etc\ssh_host_key, 0x22D480) (0xA)
   55   57715 [main] sshd 5380 path_conv::check: this->path(C:\Cygwin\etc\ssh_host_key), has_acls(1)
   78   57793 [main] sshd 5380 set_privilege: 1 = set_privilege ((token 698) SeChangeNotifyPrivilege, 1)
  239   58032 [main] sshd 5380 get_file_attribute: file: C:\Cygwin\etc\ssh_host_key
  112   58144 [main] sshd 5380 cygpsid::debug_print: get_sids_info: owner SID = S-1-5-21-732069428-1589987877-3227012232-1012
   50   58194 [main] sshd 5380 cygpsid::debug_print: get_sids_info: group SID = S-1-5-21-1957994488-1035525444-725345543-513
   59   58253 [main] sshd 5380 get_info_from_sd: ACL 180, uid 1012, gid 513
   90   58343 [main] sshd 5380 fhandler_base::fstat_helper: 0 = fstat (, 0x22DE60) st_atime=44696415 st_size=981, st_mode=0x8180, st_ino=281474976778224, sizeof=96
   51   58394 [main] sshd 5380 fstat64: 0 = fstat (3, 0x22DE60)
  106   58500 [main] sshd 5380 readv: readv (3, 0x22DE10, 1) blocking, sigcatchers 0
   54   58554 [main] sshd 5380 readv: no need to call ready_for_read
   84   58638 [main] sshd 5380 fhandler_base::read: returning 981, binary mode
   51   58689 [main] sshd 5380 readv: 981 = readv (3, 0x22DE10, 1), errno 2
  372   59061 [main] sshd 5380 fhandler_base::lseek: lseek (/etc/ssh_host_key, 0, 0)
   46   59107 [main] sshd 5380 fhandler_base::lseek: setting file pointer to 0 (high), 0 (low)
   55   59162 [main] sshd 5380 lseek64: 0 = lseek (3, 0, 0)
  343   59505 [main] sshd 5380 get_file_attribute: file: C:\Cygwin\etc\ssh_host_key
  111   59616 [main] sshd 5380 cygpsid::debug_print: get_sids_info: owner SID = S-1-5-21-732069428-1589987877-3227012232-1012
   57   59673 [main] sshd 5380 cygpsid::debug_print: get_sids_info: group SID = S-1-5-21-1957994488-1035525444-725345543-513
   54   59727 [main] sshd 5380 get_info_from_sd: ACL 180, uid 1012, gid 513
   91   59818 [main] sshd 5380 fhandler_base::fstat_helper: 0 = fstat (, 0x22DDB0) st_atime=44696415 st_size=981, st_mode=0x8180, st_ino=281474976778224, sizeof=96
   51   59869 [main] sshd 5380 fstat64: 0 = fstat (3, 0x22DDB0)
   95   59964 [main] sshd 5380 readv: readv (3, 0x22DD60, 1) blocking, sigcatchers 0
   49   60013 [main] sshd 5380 readv: no need to call ready_for_read
   55   60068 [main] sshd 5380 fhandler_base::read: returning 981, binary mode
   46   60114 [main] sshd 5380 readv: 981 = readv (3, 0x22DD60, 1), errno 2
 2767   62881 [main] sshd 5380 time: 1147757592 = time (22DC68)
12096   74977 [main] sshd 5380 close: close (3)
   50   75027 [main] sshd 5380 fhandler_base::close: closing '/etc/ssh_host_key' handle 0x690
   65   75092 [main] sshd 5380 close: 0 = close (3)
  236   75328 [main] sshd 5380 openlog: openlog called with (sshd, 1, 32)
  136   75464 [main] sshd 5380 vsyslog: 7 %.500s
  140   75604 [main] sshd 5380 open: open (/dev/null, 0x10601)
   51   75655 [main] sshd 5380 normalize_posix_path: src /dev/null
   50   75705 [main] sshd 5380 normalize_posix_path: /dev/null = normalize_posix_path (/dev/null)
   49   75754 [main] sshd 5380 mount_info::conv_to_win32_path: conv_to_win32_path (/dev/null)
   55   75809 [main] sshd 5380 mount_info::conv_to_win32_path: src_path /dev/null, dst nul, flags 0x2, rc 0
   54   75863 [main] sshd 5380 build_fh_pc: fh 0x6115DE7C
   53   75916 [main] sshd 5380 fhandler_base::open_9x: (NUL, 0x10601)
   84   76000 [main] sshd 5380 fhandler_base::set_flags: flags 0x10601, supplied_bin 0x10000
   47   76047 [main] sshd 5380 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x10000
   50   76097 [main] sshd 5380 fhandler_base::set_flags: filemode set to binary
   49   76146 [main] sshd 5380 fhandler_base::open_9x: 0x690 = CreateFile (NUL, 0x40000000, 0x7, 0x22D370, 0x2, 0x80, 0)
   51   76197 [main] sshd 5380 fhandler_base::open_9x: 1 = fhandler_base::open (NUL, 0x10601)
   50   76247 [main] sshd 5380 open: 3 = open (/dev/null, 0x10601)
   98   76345 [main] sshd 5380 _cygwin_istext_for_stdio: fd 3: opened as binary
  492   76837 [main] sshd 5380 writev: writev (3, 0x22B8A0, 1)
   49   76886 [main] sshd 5380 fhandler_base::write: binary write
   54   76940 [main] sshd 5380 writev: 6 = write (3, 0x22B8A0, 1), errno 2
  309   77249 [main] sshd 5380 writev: writev (3, 0x22B8A0, 1)
   50   77299 [main] sshd 5380 fhandler_base::write: binary write
   50   77349 [main] sshd 5380 writev: 10 = write (3, 0x22B8A0, 1), errno 2
  371   77720 [main] sshd 5380 writev: writev (3, 0x22B8C0, 1)
   61   77781 [main] sshd 5380 fhandler_base::write: binary write
   59   77840 [main] sshd 5380 writev: 40 = write (3, 0x22B8C0, 1), errno 2
  309   78149 [main] sshd 5380 close: close (3)
   56   78205 [main] sshd 5380 fhandler_base::close: closing '/dev/null' handle 0x690
   65   78270 [main] sshd 5380 close: 0 = close (3)
 1160   79430 [main] sshd 5380 open: open (/etc/ssh_host_rsa_key, 0x10000)
   63   79493 [main] sshd 5380 normalize_posix_path: src /etc/ssh_host_rsa_key
   49   79542 [main] sshd 5380 normalize_posix_path: /etc/ssh_host_rsa_key = normalize_posix_path (/etc/ssh_host_rsa_key)
   55   79597 [main] sshd 5380 mount_info::conv_to_win32_path: conv_to_win32_path (/etc/ssh_host_rsa_key)
   51   79648 [main] sshd 5380 set_flags: flags: binary (0x2)
   54   79702 [main] sshd 5380 mount_info::conv_to_win32_path: src_path /etc/ssh_host_rsa_key, dst C:\Cygwin\etc\ssh_host_rsa_key, flags 0xA, rc 0
   93   79795 [main] sshd 5380 symlink_info::check: not a symlink
   48   79843 [main] sshd 5380 symlink_info::check: 0 = symlink.check (C:\Cygwin\etc\ssh_host_rsa_key, 0x22D790) (0xA)
   54   79897 [main] sshd 5380 path_conv::check: this->path(C:\Cygwin\etc\ssh_host_rsa_key), has_acls(1)
   51   79948 [main] sshd 5380 build_fh_pc: fh 0x6115DE7C
   60   80008 [main] sshd 5380 fhandler_base::open: (C:\Cygwin\etc\ssh_host_rsa_key, 0x110000)
   80   80088 [main] sshd 5380 fhandler_base::set_flags: flags 0x110000, supplied_bin 0x10000
   47   80135 [main] sshd 5380 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x10000
   50   80185 [main] sshd 5380 fhandler_base::set_flags: filemode set to binary
   50   80235 [main] sshd 5380 fhandler_base::open: 0 = NtCreateFile (0x694, 80100000, C:\Cygwin\etc\ssh_host_rsa_key, io, NULL, 0, 7, 1, 20, NULL, 0)
   54   80289 [main] sshd 5380 fhandler_base::open: 1 = fhandler_base::open (C:\Cygwin\etc\ssh_host_rsa_key, 0x110000)
   47   80336 [main] sshd 5380 fhandler_base::open_fs: 1 = fhandler_disk_file::open (C:\Cygwin\etc\ssh_host_rsa_key, 0x10000)
   50   80386 [main] sshd 5380 open: 3 = open (/etc/ssh_host_rsa_key, 0x10000)
   74   80460 [main] sshd 5380 get_file_attribute: file: C:\Cygwin\etc\ssh_host_rsa_key
  118   80578 [main] sshd 5380 cygpsid::debug_print: get_sids_info: owner SID = S-1-5-21-732069428-1589987877-3227012232-1012
   50   80628 [main] sshd 5380 cygpsid::debug_print: get_sids_info: group SID = S-1-5-21-1957994488-1035525444-725345543-513
   61   80689 [main] sshd 5380 get_info_from_sd: ACL 180, uid 1012, gid 513
   95   80784 [main] sshd 5380 fhandler_base::fstat_helper: 0 = fstat (, 0x22DE80) st_atime=44696415 st_size=1675, st_mode=0x8180, st_ino=281474976778226, sizeof=96
   54   80838 [main] sshd 5380 fstat64: 0 = fstat (3, 0x22DE80)
   52   80890 [main] sshd 5380 statvfs: statfs /etc/ssh_host_rsa_key
   45   80935 [main] sshd 5380 normalize_posix_path: src /etc/ssh_host_rsa_key
   50   80985 [main] sshd 5380 normalize_posix_path: /etc/ssh_host_rsa_key = normalize_posix_path (/etc/ssh_host_rsa_key)
   51   81036 [main] sshd 5380 mount_info::conv_to_win32_path: conv_to_win32_path (/etc/ssh_host_rsa_key)
   53   81089 [main] sshd 5380 set_flags: flags: binary (0x2)
   47   81136 [main] sshd 5380 mount_info::conv_to_win32_path: src_path /etc/ssh_host_rsa_key, dst C:\Cygwin\etc\ssh_host_rsa_key, flags 0xA, rc 0
   79   81215 [main] sshd 5380 symlink_info::check: not a symlink
   47   81262 [main] sshd 5380 symlink_info::check: 0 = symlink.check (C:\Cygwin\etc\ssh_host_rsa_key, 0x22D480) (0xA)
   50   81312 [main] sshd 5380 path_conv::check: this->path(C:\Cygwin\etc\ssh_host_rsa_key), has_acls(1)
   78   81390 [main] sshd 5380 set_privilege: 1 = set_privilege ((token 698) SeChangeNotifyPrivilege, 1)
  218   81608 [main] sshd 5380 get_file_attribute: file: C:\Cygwin\etc\ssh_host_rsa_key
  110   81718 [main] sshd 5380 cygpsid::debug_print: get_sids_info: owner SID = S-1-5-21-732069428-1589987877-3227012232-1012
   50   81768 [main] sshd 5380 cygpsid::debug_print: get_sids_info: group SID = S-1-5-21-1957994488-1035525444-725345543-513
   53   81821 [main] sshd 5380 get_info_from_sd: ACL 180, uid 1012, gid 513
   91   81912 [main] sshd 5380 fhandler_base::fstat_helper: 0 = fstat (, 0x22DE60) st_atime=44696415 st_size=1675, st_mode=0x8180, st_ino=281474976778226, sizeof=96
   50   81962 [main] sshd 5380 fstat64: 0 = fstat (3, 0x22DE60)
  100   82062 [main] sshd 5380 readv: readv (3, 0x22DE10, 1) blocking, sigcatchers 0
   47   82109 [main] sshd 5380 readv: no need to call ready_for_read
   85   82194 [main] sshd 5380 fhandler_base::read: returning 1675, binary mode
   49   82243 [main] sshd 5380 readv: 1675 = readv (3, 0x22DE10, 1), errno 2
  101   82344 [main] sshd 5380 fhandler_base::lseek: lseek (/etc/ssh_host_rsa_key, 0, 0)
   46   82390 [main] sshd 5380 fhandler_base::lseek: setting file pointer to 0 (high), 0 (low)
   55   82445 [main] sshd 5380 lseek64: 0 = lseek (3, 0, 0)
   65   82510 [main] sshd 5380 fhandler_base::fcntl: GETFL: 1114112
   47   82557 [main] sshd 5380 fcntl_worker: 1114112 = fcntl (3, 3, 0x0)
  185   82742 [main] sshd 5380 _cygwin_istext_for_stdio: fd 3: opened as binary
  536   83278 [main] sshd 5380 get_file_attribute: file: C:\Cygwin\etc\ssh_host_rsa_key
  106   83384 [main] sshd 5380 cygpsid::debug_print: get_sids_info: owner SID = S-1-5-21-732069428-1589987877-3227012232-1012
   56   83440 [main] sshd 5380 cygpsid::debug_print: get_sids_info: group SID = S-1-5-21-1957994488-1035525444-725345543-513
   54   83494 [main] sshd 5380 get_info_from_sd: ACL 180, uid 1012, gid 513
   90   83584 [main] sshd 5380 fhandler_base::fstat_helper: 0 = fstat (, 0x22D600) st_atime=44696415 st_size=1675, st_mode=0x8180, st_ino=281474976778226, sizeof=96
   51   83635 [main] sshd 5380 fstat64: 0 = fstat (3, 0x22D600)
   97   83732 [main] sshd 5380 readv: readv (3, 0x22D620, 1) blocking, sigcatchers 0
   46   83778 [main] sshd 5380 readv: no need to call ready_for_read
   55   83833 [main] sshd 5380 fhandler_base::read: returning 1024, binary mode
   46   83879 [main] sshd 5380 readv: 1024 = readv (3, 0x22D620, 1), errno 2
 1681   85560 [main] sshd 5380 readv: readv (3, 0x22D620, 1) blocking, sigcatchers 0
   49   85609 [main] sshd 5380 readv: no need to call ready_for_read
   55   85664 [main] sshd 5380 fhandler_base::read: returning 651, binary mode
   46   85710 [main] sshd 5380 readv: 651 = readv (3, 0x22D620, 1), errno 2
 2758   88468 [main] sshd 5380 time: 1147757592 = time (22DD98)
 8502   96970 [main] sshd 5380 close: close (3)
   67   97037 [main] sshd 5380 fhandler_base::close: closing '/etc/ssh_host_rsa_key' handle 0x694
   82   97119 [main] sshd 5380 close: 0 = close (3)
  529   97648 [main] sshd 5380 openlog: openlog called with (sshd, 1, 32)
  178   97826 [main] sshd 5380 vsyslog: 7 %.500s
  178   98004 [main] sshd 5380 open: open (/dev/null, 0x10601)
   66   98070 [main] sshd 5380 normalize_posix_path: src /dev/null
   64   98134 [main] sshd 5380 normalize_posix_path: /dev/null = normalize_posix_path (/dev/null)
   63   98197 [main] sshd 5380 mount_info::conv_to_win32_path: conv_to_win32_path (/dev/null)
   63   98260 [main] sshd 5380 mount_info::conv_to_win32_path: src_path /dev/null, dst nul, flags 0x2, rc 0
   68   98328 [main] sshd 5380 build_fh_pc: fh 0x6115DE7C
   66   98394 [main] sshd 5380 fhandler_base::open_9x: (NUL, 0x10601)
  101   98495 [main] sshd 5380 fhandler_base::set_flags: flags 0x10601, supplied_bin 0x10000
   58   98553 [main] sshd 5380 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x10000
   65   98618 [main] sshd 5380 fhandler_base::set_flags: filemode set to binary
   57   98675 [main] sshd 5380 fhandler_base::open_9x: 0x694 = CreateFile (NUL, 0x40000000, 0x7, 0x22D310, 0x2, 0x80, 0)
   67   98742 [main] sshd 5380 fhandler_base::open_9x: 1 = fhandler_base::open (NUL, 0x10601)
   63   98805 [main] sshd 5380 open: 3 = open (/dev/null, 0x10601)
  119   98924 [main] sshd 5380 _cygwin_istext_for_stdio: fd 3: opened as binary
  632   99556 [main] sshd 5380 writev: writev (3, 0x22B840, 1)
   62   99618 [main] sshd 5380 fhandler_base::write: binary write
   65   99683 [main] sshd 5380 writev: 6 = write (3, 0x22B840, 1), errno 2
  403  100086 [main] sshd 5380 writev: writev (3, 0x22B840, 1)
   63  100149 [main] sshd 5380 fhandler_base::write: binary write
   63  100212 [main] sshd 5380 writev: 10 = write (3, 0x22B840, 1), errno 2
  405  100617 [main] sshd 5380 writev: writev (3, 0x22B860, 1)
   63  100680 [main] sshd 5380 fhandler_base::write: binary write
   63  100743 [main] sshd 5380 writev: 43 = write (3, 0x22B860, 1), errno 2
  339  101082 [main] sshd 5380 close: close (3)
   65  101147 [main] sshd 5380 fhandler_base::close: closing '/dev/null' handle 0x694
   74  101221 [main] sshd 5380 close: 0 = close (3)
 1389  102610 [main] sshd 5380 openlog: openlog called with (sshd, 1, 32)
  145  102755 [main] sshd 5380 vsyslog: 7 %.500s
  144  102899 [main] sshd 5380 open: open (/dev/null, 0x10601)
   52  102951 [main] sshd 5380 normalize_posix_path: src /dev/null
   49  103000 [main] sshd 5380 normalize_posix_path: /dev/null = normalize_posix_path (/dev/null)
   54  103054 [main] sshd 5380 mount_info::conv_to_win32_path: conv_to_win32_path (/dev/null)
   50  103104 [main] sshd 5380 mount_info::conv_to_win32_path: src_path /dev/null, dst nul, flags 0x2, rc 0
   61  103165 [main] sshd 5380 build_fh_pc: fh 0x6115DE7C
   50  103215 [main] sshd 5380 fhandler_base::open_9x: (NUL, 0x10601)
   84  103299 [main] sshd 5380 fhandler_base::set_flags: flags 0x10601, supplied_bin 0x10000
   47  103346 [main] sshd 5380 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x10000
   50  103396 [main] sshd 5380 fhandler_base::set_flags: filemode set to binary
   50  103446 [main] sshd 5380 fhandler_base::open_9x: 0x69C = CreateFile (NUL, 0x40000000, 0x7, 0x22D370, 0x2, 0x80, 0)
   49  103495 [main] sshd 5380 fhandler_base::open_9x: 1 = fhandler_base::open (NUL, 0x10601)
   51  103546 [main] sshd 5380 open: 3 = open (/dev/null, 0x10601)
   93  103639 [main] sshd 5380 _cygwin_istext_for_stdio: fd 3: opened as binary
  495  104134 [main] sshd 5380 writev: writev (3, 0x22B8A0, 1)
   49  104183 [main] sshd 5380 fhandler_base::write: binary write
   54  104237 [main] sshd 5380 writev: 6 = write (3, 0x22B8A0, 1), errno 2
  311  104548 [main] sshd 5380 writev: writev (3, 0x22B8A0, 1)
   50  104598 [main] sshd 5380 fhandler_base::write: binary write
   51  104649 [main] sshd 5380 writev: 10 = write (3, 0x22B8A0, 1), errno 2
  311  104960 [main] sshd 5380 writev: writev (3, 0x22B8C0, 1)
   50  105010 [main] sshd 5380 fhandler_base::write: binary write
   51  105061 [main] sshd 5380 writev: 39 = write (3, 0x22B8C0, 1), errno 2
  272  105333 [main] sshd 5380 close: close (3)
   47  105380 [main] sshd 5380 fhandler_base::close: closing '/dev/null' handle 0x69C
   63  105443 [main] sshd 5380 close: 0 = close (3)
 1007  106450 [main] sshd 5380 open: open (/etc/ssh_host_dsa_key, 0x10000)
   59  106509 [main] sshd 5380 normalize_posix_path: src /etc/ssh_host_dsa_key
   47  106556 [main] sshd 5380 normalize_posix_path: /etc/ssh_host_dsa_key = normalize_posix_path (/etc/ssh_host_dsa_key)
   54  106610 [main] sshd 5380 mount_info::conv_to_win32_path: conv_to_win32_path (/etc/ssh_host_dsa_key)
   51  106661 [main] sshd 5380 set_flags: flags: binary (0x2)
   49  106710 [main] sshd 5380 mount_info::conv_to_win32_path: src_path /etc/ssh_host_dsa_key, dst C:\Cygwin\etc\ssh_host_dsa_key, flags 0xA, rc 0
   91  106801 [main] sshd 5380 symlink_info::check: not a symlink
   47  106848 [main] sshd 5380 symlink_info::check: 0 = symlink.check (C:\Cygwin\etc\ssh_host_dsa_key, 0x22D790) (0xA)
   54  106902 [main] sshd 5380 path_conv::check: this->path(C:\Cygwin\etc\ssh_host_dsa_key), has_acls(1)
   50  106952 [main] sshd 5380 build_fh_pc: fh 0x6115DE7C
   51  107003 [main] sshd 5380 fhandler_base::open: (C:\Cygwin\etc\ssh_host_dsa_key, 0x110000)
   81  107084 [main] sshd 5380 fhandler_base::set_flags: flags 0x110000, supplied_bin 0x10000
   47  107131 [main] sshd 5380 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x10000
   49  107180 [main] sshd 5380 fhandler_base::set_flags: filemode set to binary
   50  107230 [main] sshd 5380 fhandler_base::open: 0 = NtCreateFile (0x690, 80100000, C:\Cygwin\etc\ssh_host_dsa_key, io, NULL, 0, 7, 1, 20, NULL, 0)
   50  107280 [main] sshd 5380 fhandler_base::open: 1 = fhandler_base::open (C:\Cygwin\etc\ssh_host_dsa_key, 0x110000)
   50  107330 [main] sshd 5380 fhandler_base::open_fs: 1 = fhandler_disk_file::open (C:\Cygwin\etc\ssh_host_dsa_key, 0x10000)
   50  107380 [main] sshd 5380 open: 3 = open (/etc/ssh_host_dsa_key, 0x10000)
   73  107453 [main] sshd 5380 get_file_attribute: file: C:\Cygwin\etc\ssh_host_dsa_key
  121  107574 [main] sshd 5380 cygpsid::debug_print: get_sids_info: owner SID = S-1-5-21-732069428-1589987877-3227012232-1012
   53  107627 [main] sshd 5380 cygpsid::debug_print: get_sids_info: group SID = S-1-5-21-1957994488-1035525444-725345543-513
   61  107688 [main] sshd 5380 get_info_from_sd: ACL 180, uid 1012, gid 513
   94  107782 [main] sshd 5380 fhandler_base::fstat_helper: 0 = fstat (, 0x22DE80) st_atime=44696415 st_size=668, st_mode=0x8180, st_ino=281474976778228, sizeof=96
   49  107831 [main] sshd 5380 fstat64: 0 = fstat (3, 0x22DE80)
   55  107886 [main] sshd 5380 statvfs: statfs /etc/ssh_host_dsa_key
   51  107937 [main] sshd 5380 normalize_posix_path: src /etc/ssh_host_dsa_key
   50  107987 [main] sshd 5380 normalize_posix_path: /etc/ssh_host_dsa_key = normalize_posix_path (/etc/ssh_host_dsa_key)
   50  108037 [main] sshd 5380 mount_info::conv_to_win32_path: conv_to_win32_path (/etc/ssh_host_dsa_key)
   51  108088 [main] sshd 5380 set_flags: flags: binary (0x2)
   50  108138 [main] sshd 5380 mount_info::conv_to_win32_path: src_path /etc/ssh_host_dsa_key, dst C:\Cygwin\etc\ssh_host_dsa_key, flags 0xA, rc 0
   79  108217 [main] sshd 5380 symlink_info::check: not a symlink
   46  108263 [main] sshd 5380 symlink_info::check: 0 = symlink.check (C:\Cygwin\etc\ssh_host_dsa_key, 0x22D480) (0xA)
   50  108313 [main] sshd 5380 path_conv::check: this->path(C:\Cygwin\etc\ssh_host_dsa_key), has_acls(1)
   78  108391 [main] sshd 5380 set_privilege: 1 = set_privilege ((token 698) SeChangeNotifyPrivilege, 1)
  222  108613 [main] sshd 5380 get_file_attribute: file: C:\Cygwin\etc\ssh_host_dsa_key
  174  108787 [main] sshd 5380 cygpsid::debug_print: get_sids_info: owner SID = S-1-5-21-732069428-1589987877-3227012232-1012
   67  108854 [main] sshd 5380 cygpsid::debug_print: get_sids_info: group SID = S-1-5-21-1957994488-1035525444-725345543-513
   66  108920 [main] sshd 5380 get_info_from_sd: ACL 180, uid 1012, gid 513
  106  109026 [main] sshd 5380 fhandler_base::fstat_helper: 0 = fstat (, 0x22DE60) st_atime=44696415 st_size=668, st_mode=0x8180, st_ino=281474976778228, sizeof=96
   61  109087 [main] sshd 5380 fstat64: 0 = fstat (3, 0x22DE60)
  122  109209 [main] sshd 5380 readv: readv (3, 0x22DE10, 1) blocking, sigcatchers 0
   56  109265 [main] sshd 5380 readv: no need to call ready_for_read
   89  109354 [main] sshd 5380 fhandler_base::read: returning 668, binary mode
   57  109411 [main] sshd 5380 readv: 668 = readv (3, 0x22DE10, 1), errno 2
  112  109523 [main] sshd 5380 fhandler_base::lseek: lseek (/etc/ssh_host_dsa_key, 0, 0)
   57  109580 [main] sshd 5380 fhandler_base::lseek: setting file pointer to 0 (high), 0 (low)
   59  109639 [main] sshd 5380 lseek64: 0 = lseek (3, 0, 0)
   58  109697 [main] sshd 5380 fhandler_base::fcntl: GETFL: 1114112
   56  109753 [main] sshd 5380 fcntl_worker: 1114112 = fcntl (3, 3, 0x0)
  209  109962 [main] sshd 5380 _cygwin_istext_for_stdio: fd 3: opened as binary
  390  110352 [main] sshd 5380 get_file_attribute: file: C:\Cygwin\etc\ssh_host_dsa_key
  124  110476 [main] sshd 5380 cygpsid::debug_print: get_sids_info: owner SID = S-1-5-21-732069428-1589987877-3227012232-1012
   60  110536 [main] sshd 5380 cygpsid::debug_print: get_sids_info: group SID = S-1-5-21-1957994488-1035525444-725345543-513
   63  110599 [main] sshd 5380 get_info_from_sd: ACL 180, uid 1012, gid 513
  107  110706 [main] sshd 5380 fhandler_base::fstat_helper: 0 = fstat (, 0x22D600) st_atime=44696415 st_size=668, st_mode=0x8180, st_ino=281474976778228, sizeof=96
   59  110765 [main] sshd 5380 fstat64: 0 = fstat (3, 0x22D600)
  108  110873 [main] sshd 5380 readv: readv (3, 0x22D620, 1) blocking, sigcatchers 0
   56  110929 [main] sshd 5380 readv: no need to call ready_for_read
   62  110991 [main] sshd 5380 fhandler_base::read: returning 668, binary mode
   54  111045 [main] sshd 5380 readv: 668 = readv (3, 0x22D620, 1), errno 2
 2897  113942 [main] sshd 5380 close: close (3)
   55  113997 [main] sshd 5380 fhandler_base::close: closing '/etc/ssh_host_dsa_key' handle 0x690
   67  114064 [main] sshd 5380 close: 0 = close (3)
  473  114537 [main] sshd 5380 openlog: openlog called with (sshd, 1, 32)
  158  114695 [main] sshd 5380 vsyslog: 7 %.500s
  157  114852 [main] sshd 5380 open: open (/dev/null, 0x10601)
   56  114908 [main] sshd 5380 normalize_posix_path: src /dev/null
   55  114963 [main] sshd 5380 normalize_posix_path: /dev/null = normalize_posix_path (/dev/null)
   56  115019 [main] sshd 5380 mount_info::conv_to_win32_path: conv_to_win32_path (/dev/null)
   57  115076 [main] sshd 5380 mount_info::conv_to_win32_path: src_path /dev/null, dst nul, flags 0x2, rc 0
   68  115144 [main] sshd 5380 build_fh_pc: fh 0x6115DE7C
   56  115200 [main] sshd 5380 fhandler_base::open_9x: (NUL, 0x10601)
   86  115286 [main] sshd 5380 fhandler_base::set_flags: flags 0x10601, supplied_bin 0x10000
   57  115343 [main] sshd 5380 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x10000
   56  115399 [main] sshd 5380 fhandler_base::set_flags: filemode set to binary
   56  115455 [main] sshd 5380 fhandler_base::open_9x: 0x690 = CreateFile (NUL, 0x40000000, 0x7, 0x22D310, 0x2, 0x80, 0)
   58  115513 [main] sshd 5380 fhandler_base::open_9x: 1 = fhandler_base::open (NUL, 0x10601)
   57  115570 [main] sshd 5380 open: 3 = open (/dev/null, 0x10601)
  107  115677 [main] sshd 5380 _cygwin_istext_for_stdio: fd 3: opened as binary
  564  116241 [main] sshd 5380 writev: writev (3, 0x22B840, 1)
   56  116297 [main] sshd 5380 fhandler_base::write: binary write
   59  116356 [main] sshd 5380 writev: 6 = write (3, 0x22B840, 1), errno 2
  363  116719 [main] sshd 5380 writev: writev (3, 0x22B840, 1)
   57  116776 [main] sshd 5380 fhandler_base::write: binary write
   58  116834 [main] sshd 5380 writev: 10 = write (3, 0x22B840, 1), errno 2
  362  117196 [main] sshd 5380 writev: writev (3, 0x22B860, 1)
   56  117252 [main] sshd 5380 fhandler_base::write: binary write
   57  117309 [main] sshd 5380 writev: 43 = write (3, 0x22B860, 1), errno 2
  310  117619 [main] sshd 5380 close: close (3)
   56  117675 [main] sshd 5380 fhandler_base::close: closing '/dev/null' handle 0x690
   64  117739 [main] sshd 5380 close: 0 = close (3)
 1280  119019 [main] sshd 5380 openlog: openlog called with (sshd, 1, 32)
  148  119167 [main] sshd 5380 vsyslog: 7 %.500s
  139  119306 [main] sshd 5380 open: open (/dev/null, 0x10601)
   50  119356 [main] sshd 5380 normalize_posix_path: src /dev/null
   49  119405 [main] sshd 5380 normalize_posix_path: /dev/null = normalize_posix_path (/dev/null)
   54  119459 [main] sshd 5380 mount_info::conv_to_win32_path: conv_to_win32_path (/dev/null)
   51  119510 [main] sshd 5380 mount_info::conv_to_win32_path: src_path /dev/null, dst nul, flags 0x2, rc 0
   51  119561 [main] sshd 5380 build_fh_pc: fh 0x6115DE7C
   52  119613 [main] sshd 5380 fhandler_base::open_9x: (NUL, 0x10601)
   82  119695 [main] sshd 5380 fhandler_base::set_flags: flags 0x10601, supplied_bin 0x10000
   48  119743 [main] sshd 5380 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x10000
   49  119792 [main] sshd 5380 fhandler_base::set_flags: filemode set to binary
   50  119842 [main] sshd 5380 fhandler_base::open_9x: 0x694 = CreateFile (NUL, 0x40000000, 0x7, 0x22D370, 0x2, 0x80, 0)
   50  119892 [main] sshd 5380 fhandler_base::open_9x: 1 = fhandler_base::open (NUL, 0x10601)
   54  119946 [main] sshd 5380 open: 3 = open (/dev/null, 0x10601)
   94  120040 [main] sshd 5380 _cygwin_istext_for_stdio: fd 3: opened as binary
  494  120534 [main] sshd 5380 writev: writev (3, 0x22B8A0, 1)
   49  120583 [main] sshd 5380 fhandler_base::write: binary write
   55  120638 [main] sshd 5380 writev: 6 = write (3, 0x22B8A0, 1), errno 2
  312  120950 [main] sshd 5380 writev: writev (3, 0x22B8A0, 1)
   50  121000 [main] sshd 5380 fhandler_base::write: binary write
   51  121051 [main] sshd 5380 writev: 10 = write (3, 0x22B8A0, 1), errno 2
  316  121367 [main] sshd 5380 writev: writev (3, 0x22B8C0, 1)
   47  121414 [main] sshd 5380 fhandler_base::write: binary write
   51  121465 [main] sshd 5380 writev: 39 = write (3, 0x22B8C0, 1), errno 2
  273  121738 [main] sshd 5380 close: close (3)
   51  121789 [main] sshd 5380 fhandler_base::close: closing '/dev/null' handle 0x694
   53  121842 [main] sshd 5380 close: 0 = close (3)
 1005  122847 [main] sshd 5380 normalize_posix_path: src /etc/passwd
   54  122901 [main] sshd 5380 normalize_posix_path: /etc/passwd = normalize_posix_path (/etc/passwd)
   54  122955 [main] sshd 5380 mount_info::conv_to_win32_path: conv_to_win32_path (/etc/passwd)
   52  123007 [main] sshd 5380 set_flags: flags: binary (0x2)
   53  123060 [main] sshd 5380 mount_info::conv_to_win32_path: src_path /etc/passwd, dst C:\Cygwin\etc\passwd, flags 0xA, rc 0
  188  123248 [main] sshd 5380 symlink_info::check: not a symlink
   49  123297 [main] sshd 5380 symlink_info::check: 0 = symlink.check (C:\Cygwin\etc\passwd, 0x22D950) (0xA)
   55  123352 [main] sshd 5380 path_conv::check: this->path(C:\Cygwin\etc\passwd), has_acls(1)
  134  123486 [main] sshd 5380 etc::test_file_change: FindFirstFile succeeded
  974  124460 [main] sshd 5380 pwdgrp::load: /etc/passwd curr_lines 102
   60  124520 [main] sshd 5380 pwdgrp::load: /etc/passwd load succeeded
   86  124606 [main] sshd 5380 stat64: entering
   55  124661 [main] sshd 5380 normalize_posix_path: src /var/empty
   57  124718 [main] sshd 5380 normalize_posix_path: /var/empty = normalize_posix_path (/var/empty)
   56  124774 [main] sshd 5380 mount_info::conv_to_win32_path: conv_to_win32_path (/var/empty)
   60  124834 [main] sshd 5380 set_flags: flags: binary (0x2)
   56  124890 [main] sshd 5380 mount_info::conv_to_win32_path: src_path /var/empty, dst C:\Cygwin\var\empty, flags 0xA, rc 0
  102  124992 [main] sshd 5380 symlink_info::check: not a symlink
   56  125048 [main] sshd 5380 symlink_info::check: 0 = symlink.check (C:\Cygwin\var\empty, 0x22D7E0) (0xA)
   60  125108 [main] sshd 5380 path_conv::check: this->path(C:\Cygwin\var\empty), has_acls(1)
   58  125166 [main] sshd 5380 build_fh_pc: fh 0x6115DE7C
   55  125221 [main] sshd 5380 stat_worker: (/var/empty, 0x22E990, 0, 0x6115DE7C), file_attributes 16
   61  125282 [main] sshd 5380 fhandler_base::open: (C:\Cygwin\var\empty, 0x110000)
   89  125371 [main] sshd 5380 fhandler_base::set_flags: flags 0x110000, supplied_bin 0x10000
   56  125427 [main] sshd 5380 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x10000
   56  125483 [main] sshd 5380 fhandler_base::set_flags: filemode set to binary
   56  125539 [main] sshd 5380 fhandler_base::open: 0 = NtCreateFile (0x69C, 20080, C:\Cygwin\var\empty, io, NULL, 0, 7, 1, 4000, NULL, 0)
   58  125597 [main] sshd 5380 fhandler_base::open: 1 = fhandler_base::open (C:\Cygwin\var\empty, 0x110000)
   57  125654 [main] sshd 5380 fhandler_base::open_fs: 1 = fhandler_disk_file::open (C:\Cygwin\var\empty, 0x10000)
  198  125852 [main] sshd 5380 get_file_attribute: file: C:\Cygwin\var\empty
  129  125981 [main] sshd 5380 cygpsid::debug_print: get_sids_info: owner SID = S-1-5-21-732069428-1589987877-3227012232-1012
   57  126038 [main] sshd 5380 cygpsid::debug_print: get_sids_info: group SID = S-1-5-18
   72  126110 [main] sshd 5380 get_info_from_sd: ACL 41ED, uid 1012, gid 18
  110  126220 [main] sshd 5380 fhandler_base::fstat_helper: 0 = fstat (, 0x22E990) st_atime=44696415 st_size=0, st_mode=0x41ED, st_ino=3377699720546579, sizeof=96
   60  126280 [main] sshd 5380 fhandler_base::close: closing '/var/empty' handle 0x69C
   71  126351 [main] sshd 5380 stat_worker: 0 = (/var/empty, 0x22E990)
   60  126411 [main] sshd 5380 statvfs: statfs /var/empty
   55  126466 [main] sshd 5380 normalize_posix_path: src /var/empty
   56  126522 [main] sshd 5380 normalize_posix_path: /var/empty = normalize_posix_path (/var/empty)
   56  126578 [main] sshd 5380 mount_info::conv_to_win32_path: conv_to_win32_path (/var/empty)
   57  126635 [main] sshd 5380 set_flags: flags: binary (0x2)
   55  126690 [main] sshd 5380 mount_info::conv_to_win32_path: src_path /var/empty, dst C:\Cygwin\var\empty, flags 0xA, rc 0
   88  126778 [main] sshd 5380 symlink_info::check: not a symlink
   55  126833 [main] sshd 5380 symlink_info::check: 0 = symlink.check (C:\Cygwin\var\empty, 0x22D530) (0xA)
   58  126891 [main] sshd 5380 path_conv::check: this->path(C:\Cygwin\var\empty), has_acls(1)
   85  126976 [main] sshd 5380 set_privilege: 1 = set_privilege ((token 69C) SeChangeNotifyPrivilege, 1)
  214  127190 [main] sshd 5380 setgroups32: setgroups32 (0)
  189  127379 [main] sshd 5380 chdir: dir '/'
   54  127433 [main] sshd 5380 normalize_posix_path: src /
   55  127488 [main] sshd 5380 normalize_posix_path: / = normalize_posix_path (/)
   56  127544 [main] sshd 5380 mount_info::conv_to_win32_path: conv_to_win32_path (/)
   65  127609 [main] sshd 5380 set_flags: flags: binary (0x2)
   56  127665 [main] sshd 5380 mount_info::conv_to_win32_path: src_path /, dst C:\Cygwin, flags 0xA, rc 0
   89  127754 [main] sshd 5380 symlink_info::check: not a symlink
   54  127808 [main] sshd 5380 symlink_info::check: 0 = symlink.check (C:\Cygwin, 0x22D830) (0xA)
   58  127866 [main] sshd 5380 path_conv::check: this->path(C:\Cygwin), has_acls(1)
   59  127925 [main] sshd 5380 chdir: 0 = chdir() cygheap->cwd.posix '/' native 'C:\Cygwin'
   61  127986 [main] sshd 5380 sigaction: signal 13, newact 0x0, oa 0x1
   57  128043 [main] sshd 5380 close: close (5)
  100  128143 [main] sshd 5380 fhandler_socket::close: 0 = fhandler_socket::close()
   56  128199 [main] sshd 5380 close: 0 = close (5)
   57  128256 [main] sshd 5380 dtable::dup2: dup2 (0, 3)
   58  128314 [main] sshd 5380 build_fh_pc: fh 0x6115D234
   63  128377 [main] sshd 5380 fhandler_socket::dup: here
  117  128494 [main] sshd 5380 fhandler_socket::fixup_before_fork_exec: WSADuplicateSocket went fine, sock 0x7FC, win_proc_id 5356, prot_info_ptr 0x6115D43C
   61  128555 [main] sshd 5380 fhandler_socket::fixup_after_fork: WSASocket begin, dwServiceFlags1=131174
  101  128656 [main] sshd 5380 fhandler_socket::fixup_after_fork: WSASocket went fine new_sock 0x738, old_sock 0x7FC
   56  128712 [main] sshd 5380 dtable::dup_worker: duped '' old 0x7FC, new 0x738
   56  128768 [main] sshd 5380 dtable::dup2: newfh->io_handle 0x738, oldfh->io_handle 0x7FC
   57  128825 [main] sshd 5380 dtable::dup2: 3 = dup2 (0, 3)
   56  128881 [main] sshd 5380 open: open (/dev/null, 0x10002)
   56  128937 [main] sshd 5380 normalize_posix_path: src /dev/null
   55  128992 [main] sshd 5380 normalize_posix_path: /dev/null = normalize_posix_path (/dev/null)
   57  129049 [main] sshd 5380 mount_info::conv_to_win32_path: conv_to_win32_path (/dev/null)
   55  129104 [main] sshd 5380 mount_info::conv_to_win32_path: src_path /dev/null, dst nul, flags 0x2, rc 0
   59  129163 [main] sshd 5380 build_fh_pc: fh 0x6115DE7C
   56  129219 [main] sshd 5380 fhandler_base::open_9x: (NUL, 0x10002)
   79  129298 [main] sshd 5380 fhandler_base::set_flags: flags 0x10002, supplied_bin 0x10000
   56  129354 [main] sshd 5380 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x10000
   55  129409 [main] sshd 5380 fhandler_base::set_flags: filemode set to binary
   57  129466 [main] sshd 5380 fhandler_base::open_9x: 0x69C = CreateFile (NUL, 0xC0000000, 0x7, 0x22DD40, 0x3, 0x80, 0)
   57  129523 [main] sshd 5380 fhandler_base::open_9x: 1 = fhandler_base::open (NUL, 0x10002)
   57  129580 [main] sshd 5380 open: 4 = open (/dev/null, 0x10002)
   57  129637 [main] sshd 5380 dtable::dup2: dup2 (4, 0)
   57  129694 [main] sshd 5380 build_fh_pc: fh 0x6115C9EC
   56  129750 [main] sshd 5380 fhandler_base::dup: in fhandler_base dup
   59  129809 [main] sshd 5380 fhandler_base::set_flags: flags 0x10002, supplied_bin 0x0
   55  129864 [main] sshd 5380 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x10000
   56  129920 [main] sshd 5380 fhandler_base::set_flags: filemode set to binary
   55  129975 [main] sshd 5380 dtable::dup_worker: duped '/dev/null' old 0x69C, new 0x698
   56  130031 [main] sshd 5380 dtable::dup2: newfh->io_handle 0x698, oldfh->io_handle 0x69C
   57  130088 [main] sshd 5380 close: close (0)
   71  130159 [main] sshd 5380 fhandler_socket::close: 0 = fhandler_socket::close()
   57  130216 [main] sshd 5380 close: 0 = close (0)
   55  130271 [main] sshd 5380 dtable::dup2: 0 = dup2 (4, 0)
   56  130327 [main] sshd 5380 dtable::dup2: dup2 (4, 1)
   56  130383 [main] sshd 5380 build_fh_pc: fh 0x6115DA54
   55  130438 [main] sshd 5380 fhandler_base::dup: in fhandler_base dup
   60  130498 [main] sshd 5380 fhandler_base::set_flags: flags 0x10002, supplied_bin 0x0
   55  130553 [main] sshd 5380 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x10000
   55  130608 [main] sshd 5380 fhandler_base::set_flags: filemode set to binary
   62  130670 [main] sshd 5380 dtable::dup_worker: duped '/dev/null' old 0x69C, new 0x7FC
   57  130727 [main] sshd 5380 dtable::dup2: newfh->io_handle 0x7FC, oldfh->io_handle 0x69C
   56  130783 [main] sshd 5380 close: close (1)
   71  130854 [main] sshd 5380 fhandler_socket::close: 0 = fhandler_socket::close()
   56  130910 [main] sshd 5380 close: 0 = close (1)
   55  130965 [main] sshd 5380 dtable::dup2: 1 = dup2 (4, 1)
   56  131021 [main] sshd 5380 close: close (4)
   55  131076 [main] sshd 5380 fhandler_base::close: closing '/dev/null' handle 0x69C
   58  131134 [main] sshd 5380 close: 0 = close (4)
  419  131553 [main] sshd 5380 fhandler_base::write: text write
debug1: inetd sockets after dupping: 3, 3
 2267  133820 [main] sshd 5380 alarm: 0 = alarm (0)
   64  133884 [main] sshd 5380 sigaction: signal 14, newact 0x0, oa 0x0
   58  133942 [main] sshd 5380 sigaction: signal 1, newact 0x0, oa 0x0
   57  133999 [main] sshd 5380 sigaction: signal 15, newact 0x0, oa 0x0
   58  134057 [main] sshd 5380 sigaction: signal 3, newact 0x0, oa 0x0
   56  134113 [main] sshd 5380 sigaction: signal 20, newact 0x0, oa 0x0
   57  134170 [main] sshd 5380 sigaction: signal 2, newact 0x0, oa 0x0
  371  134541 [main] sshd 5380 cygwin_setsockopt: setsockopt optval=1
   52  134593 [main] sshd 5380 cygwin_setsockopt: 0 = setsockopt (3, 65535, 8, 0x22DFAC, 4)
   69  134662 [main] sshd 5380 cygwin_getpeername: 0 = getpeername (3) 1848
  149  134811 [main] sshd 5380 cygwin_getpeername: 0 = getpeername (3) 1848
  351  135162 [main] sshd 5380 __dup_ent: duping protoent "ip", 0x4B6570
  101  135263 [main] sshd 5380 __dup_ent: protoent ip 10015640 0
   47  135310 [main] sshd 5380 __dup_ent: duped protoent "ip", 0x10015630
   71  135381 [main] sshd 5380 cygwin_getsockopt: 0 = getsockopt (3, 0, 0x1, 0x22D160, 0x22CEF8)
  196  135577 [main] sshd 5380 cygwin_getpeername: 0 = getpeername (3) 1848
   79  135656 [main] sshd 5380 cygwin_getsockname: 0 = getsockname (3, 0x4459C0, 0x22DB14)
  150  135806 [main] sshd 5380 open: open (/etc/hosts.allow, 0x0)
   47  135853 [main] sshd 5380 normalize_posix_path: src /etc/hosts.allow
   46  135899 [main] sshd 5380 normalize_posix_path: /etc/hosts.allow = normalize_posix_path (/etc/hosts.allow)
   54  135953 [main] sshd 5380 mount_info::conv_to_win32_path: conv_to_win32_path (/etc/hosts.allow)
   52  136005 [main] sshd 5380 set_flags: flags: binary (0x2)
   49  136054 [main] sshd 5380 mount_info::conv_to_win32_path: src_path /etc/hosts.allow, dst C:\Cygwin\etc\hosts.allow, flags 0xA, rc 0
  101  136155 [main] sshd 5380 symlink_info::check: GetFileAttributes (C:\Cygwin\etc\hosts.allow) failed
   52  136207 [main] sshd 5380 geterrno_from_win_error: windows error 2 == errno 2
   78  136285 [main] sshd 5380 symlink_info::check: GetFileAttributes (C:\Cygwin\etc\hosts.allow.lnk) failed
   48  136333 [main] sshd 5380 geterrno_from_win_error: windows error 2 == errno 2
   53  136386 [main] sshd 5380 symlink_info::check: 0 = symlink.check (C:\Cygwin\etc\hosts.allow, 0x22CB00) (0xA)
   51  136437 [main] sshd 5380 mount_info::conv_to_win32_path: conv_to_win32_path (/etc)
   51  136488 [main] sshd 5380 set_flags: flags: binary (0x2)
   45  136533 [main] sshd 5380 mount_info::conv_to_win32_path: src_path /etc, dst C:\Cygwin\etc, flags 0xA, rc 0
   77  136610 [main] sshd 5380 symlink_info::check: not a symlink
   47  136657 [main] sshd 5380 symlink_info::check: 0 = symlink.check (C:\Cygwin\etc, 0x22CB00) (0xA)
   55  136712 [main] sshd 5380 path_conv::check: this->path(C:\Cygwin\etc\hosts.allow), has_acls(1)
   51  136763 [main] sshd 5380 build_fh_pc: fh 0x6115DE7C
   52  136815 [main] sshd 5380 fhandler_base::open: (C:\Cygwin\etc\hosts.allow, 0x100000)
   87  136902 [main] sshd 5380 seterrno_from_win_error: /netrel/src/cygwin-1.5.19-4/winsup/cygwin/fhandler.cc:668 windows error 2
   48  136950 [main] sshd 5380 geterrno_from_win_error: windows error 2 == errno 2
   50  137000 [main] sshd 5380 __set_errno: void seterrno_from_win_error(const char*, int, DWORD):310 val 2
   62  137062 [main] sshd 5380 fhandler_base::open: C0000034 = NtCreateFile (0x0, 80100000, C:\Cygwin\etc\hosts.allow, io, NULL, 0, 7, 1, 20, NULL, 0)
   48  137110 [main] sshd 5380 fhandler_base::open: 0 = fhandler_base::open (C:\Cygwin\etc\hosts.allow, 0x100000)
   50  137160 [main] sshd 5380 fhandler_base::open_fs: 0 = fhandler_disk_file::open (C:\Cygwin\etc\hosts.allow, 0x0)
   55  137215 [main] sshd 5380 open: -1 = open (/etc/hosts.allow, 0x0)
  223  137438 [main] sshd 5380 open: open (/etc/hosts.deny, 0x0)
   50  137488 [main] sshd 5380 normalize_posix_path: src /etc/hosts.deny
   49  137537 [main] sshd 5380 normalize_posix_path: /etc/hosts.deny = normalize_posix_path (/etc/hosts.deny)
   51  137588 [main] sshd 5380 mount_info::conv_to_win32_path: conv_to_win32_path (/etc/hosts.deny)
   54  137642 [main] sshd 5380 set_flags: flags: binary (0x2)
   47  137689 [main] sshd 5380 mount_info::conv_to_win32_path: src_path /etc/hosts.deny, dst C:\Cygwin\etc\hosts.deny, flags 0xA, rc 0
   83  137772 [main] sshd 5380 symlink_info::check: GetFileAttributes (C:\Cygwin\etc\hosts.deny) failed
   47  137819 [main] sshd 5380 geterrno_from_win_error: windows error 2 == errno 2
   82  137901 [main] sshd 5380 symlink_info::check: GetFileAttributes (C:\Cygwin\etc\hosts.deny.lnk) failed
   47  137948 [main] sshd 5380 geterrno_from_win_error: windows error 2 == errno 2
   50  137998 [main] sshd 5380 symlink_info::check: 0 = symlink.check (C:\Cygwin\etc\hosts.deny, 0x22CB00) (0xA)
   50  138048 [main] sshd 5380 mount_info::conv_to_win32_path: conv_to_win32_path (/etc)
   50  138098 [main] sshd 5380 set_flags: flags: binary (0x2)
   49  138147 [main] sshd 5380 mount_info::conv_to_win32_path: src_path /etc, dst C:\Cygwin\etc, flags 0xA, rc 0
   78  138225 [main] sshd 5380 symlink_info::check: not a symlink
   47  138272 [main] sshd 5380 symlink_info::check: 0 = symlink.check (C:\Cygwin\etc, 0x22CB00) (0xA)
   51  138323 [main] sshd 5380 path_conv::check: this->path(C:\Cygwin\etc\hosts.deny), has_acls(1)
   51  138374 [main] sshd 5380 build_fh_pc: fh 0x6115DE7C
   53  138427 [main] sshd 5380 fhandler_base::open: (C:\Cygwin\etc\hosts.deny, 0x100000)
   74  138501 [main] sshd 5380 seterrno_from_win_error: /netrel/src/cygwin-1.5.19-4/winsup/cygwin/fhandler.cc:668 windows error 2
   48  138549 [main] sshd 5380 geterrno_from_win_error: windows error 2 == errno 2
   49  138598 [main] sshd 5380 __set_errno: void seterrno_from_win_error(const char*, int, DWORD):310 val 2
   50  138648 [main] sshd 5380 fhandler_base::open: C0000034 = NtCreateFile (0x0, 80100000, C:\Cygwin\etc\hosts.deny, io, NULL, 0, 7, 1, 20, NULL, 0)
   50  138698 [main] sshd 5380 fhandler_base::open: 0 = fhandler_base::open (C:\Cygwin\etc\hosts.deny, 0x100000)
   50  138748 [main] sshd 5380 fhandler_base::open_fs: 0 = fhandler_disk_file::open (C:\Cygwin\etc\hosts.deny, 0x0)
   50  138798 [main] sshd 5380 open: -1 = open (/etc/hosts.deny, 0x0)
  370  139168 [main] sshd 5380 fhandler_base::write: text write
Connection from 192.168.0.207 port 4586
  101  139269 [main] sshd 5380 sigaction: signal 14, newact 0x0, oa 0x0
   55  139324 [main] sshd 5380 sigaction: signal 14, newact 0x22DEF0 (handler 0x4011B0), oa 0x0
  186  139510 [main] sshd 5380 writev: writev (3, 0x22DEF0, 1)
   99  139609 [main] sshd 5380 writev: 21 = write (3, 0x22DEF0, 1), errno 2
   77  139686 [main] sshd 5380 readv: readv (3, 0x22DEF0, 1) blocking, sigcatchers 1
   61  139747 [main] sshd 5380 readv: no need to call ready_for_read
  543  140290 [main] sshd 5380 readv: 1 = readv (3, 0x22DEF0, 1), errno 2
   75  140365 [main] sshd 5380 readv: readv (3, 0x22DEF0, 1) blocking, sigcatchers 1
   55  140420 [main] sshd 5380 readv: no need to call ready_for_read
   73  140493 [main] sshd 5380 readv: 1 = readv (3, 0x22DEF0, 1), errno 2
   59  140552 [main] sshd 5380 readv: readv (3, 0x22DEF0, 1) blocking, sigcatchers 1
   52  140604 [main] sshd 5380 readv: no need to call ready_for_read
   64  140668 [main] sshd 5380 readv: 1 = readv (3, 0x22DEF0, 1), errno 2
   41  140709 [main] sshd 5380 readv: readv (3, 0x22DEF0, 1) blocking, sigcatchers 1
   49  140758 [main] sshd 5380 readv: no need to call ready_for_read
   57  140815 [main] sshd 5380 readv: 1 = readv (3, 0x22DEF0, 1), errno 2
   41  140856 [main] sshd 5380 readv: readv (3, 0x22DEF0, 1) blocking, sigcatchers 1
   56  140912 [main] sshd 5380 readv: no need to call ready_for_read
  118  141030 [main] sshd 5380 readv: 1 = readv (3, 0x22DEF0, 1), errno 2
   65  141095 [main] sshd 5380 readv: readv (3, 0x22DEF0, 1) blocking, sigcatchers 1
   61  141156 [main] sshd 5380 readv: no need to call ready_for_read
   83  141239 [main] sshd 5380 readv: 1 = readv (3, 0x22DEF0, 1), errno 2
   58  141297 [main] sshd 5380 readv: readv (3, 0x22DEF0, 1) blocking, sigcatchers 1
   57  141354 [main] sshd 5380 readv: no need to call ready_for_read
   76  141430 [main] sshd 5380 readv: 1 = readv (3, 0x22DEF0, 1), errno 2
   57  141487 [main] sshd 5380 readv: readv (3, 0x22DEF0, 1) blocking, sigcatchers 1
   58  141545 [main] sshd 5380 readv: no need to call ready_for_read
   75  141620 [main] sshd 5380 readv: 1 = readv (3, 0x22DEF0, 1), errno 2
   58  141678 [main] sshd 5380 readv: readv (3, 0x22DEF0, 1) blocking, sigcatchers 1
   56  141734 [main] sshd 5380 readv: no need to call ready_for_read
   74  141808 [main] sshd 5380 readv: 1 = readv (3, 0x22DEF0, 1), errno 2
   59  141867 [main] sshd 5380 readv: readv (3, 0x22DEF0, 1) blocking, sigcatchers 1
   65  141932 [main] sshd 5380 readv: no need to call ready_for_read
  100  142032 [main] sshd 5380 readv: 1 = readv (3, 0x22DEF0, 1), errno 2
   65  142097 [main] sshd 5380 readv: readv (3, 0x22DEF0, 1) blocking, sigcatchers 1
   63  142160 [main] sshd 5380 readv: no need to call ready_for_read
   90  142250 [main] sshd 5380 readv: 1 = readv (3, 0x22DEF0, 1), errno 2
   60  142310 [main] sshd 5380 readv: readv (3, 0x22DEF0, 1) blocking, sigcatchers 1
   56  142366 [main] sshd 5380 readv: no need to call ready_for_read
   92  142458 [main] sshd 5380 readv: 1 = readv (3, 0x22DEF0, 1), errno 2
   61  142519 [main] sshd 5380 readv: readv (3, 0x22DEF0, 1) blocking, sigcatchers 1
   58  142577 [main] sshd 5380 readv: no need to call ready_for_read
   85  142662 [main] sshd 5380 readv: 1 = readv (3, 0x22DEF0, 1), errno 2
   58  142720 [main] sshd 5380 readv: readv (3, 0x22DEF0, 1) blocking, sigcatchers 1
   58  142778 [main] sshd 5380 readv: no need to call ready_for_read
   86  142864 [main] sshd 5380 readv: 1 = readv (3, 0x22DEF0, 1), errno 2
   58  142922 [main] sshd 5380 readv: readv (3, 0x22DEF0, 1) blocking, sigcatchers 1
   57  142979 [main] sshd 5380 readv: no need to call ready_for_read
   82  143061 [main] sshd 5380 readv: 1 = readv (3, 0x22DEF0, 1), errno 2
   60  143121 [main] sshd 5380 readv: readv (3, 0x22DEF0, 1) blocking, sigcatchers 1
   58  143179 [main] sshd 5380 readv: no need to call ready_for_read
   82  143261 [main] sshd 5380 readv: 1 = readv (3, 0x22DEF0, 1), errno 2
   59  143320 [main] sshd 5380 readv: readv (3, 0x22DEF0, 1) blocking, sigcatchers 1
   57  143377 [main] sshd 5380 readv: no need to call ready_for_read
   85  143462 [main] sshd 5380 readv: 1 = readv (3, 0x22DEF0, 1), errno 2
   62  143524 [main] sshd 5380 readv: readv (3, 0x22DEF0, 1) blocking, sigcatchers 1
   61  143585 [main] sshd 5380 readv: no need to call ready_for_read
   82  143667 [main] sshd 5380 readv: 1 = readv (3, 0x22DEF0, 1), errno 2
   62  143729 [main] sshd 5380 readv: readv (3, 0x22DEF0, 1) blocking, sigcatchers 1
   60  143789 [main] sshd 5380 readv: no need to call ready_for_read
   82  143871 [main] sshd 5380 readv: 1 = readv (3, 0x22DEF0, 1), errno 2
   60  143931 [main] sshd 5380 readv: readv (3, 0x22DEF0, 1) blocking, sigcatchers 1
   60  143991 [main] sshd 5380 readv: no need to call ready_for_read
   80  144071 [main] sshd 5380 readv: 1 = readv (3, 0x22DEF0, 1), errno 2
  664  144735 [main] sshd 5380 fhandler_base::write: text write
debug1: Client protocol version 2.0; client software version OpenSSH_4.3
  534  145269 [main] sshd 5380 fhandler_base::write: text write
debug1: match: OpenSSH_4.3 pat OpenSSH*
  525  145794 [main] sshd 5380 fhandler_base::write: text write
debug1: Enabling compatibility mode for protocol 2.0
  506  146300 [main] sshd 5380 fhandler_base::write: text write
debug1: Local version string SSH-1.99-OpenSSH_4.3
  130  146430 [main] sshd 5380 fhandler_base::fcntl: GETFL: 65538
   60  146490 [main] sshd 5380 fcntl_worker: 65538 = fcntl (3, 3, 0x0)
   70  146560 [main] sshd 5380 fhandler_socket::ioctl: socket is now nonblocking
   63  146623 [main] sshd 5380 fhandler_socket::ioctl: 0 = ioctl_socket (8004667E, 22DE68)
   60  146683 [main] sshd 5380 fhandler_base::set_flags: flags 0x14002, supplied_bin 0x0
   55  146738 [main] sshd 5380 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x10000
   60  146798 [main] sshd 5380 fhandler_base::set_flags: filemode set to binary
   60  146858 [main] sshd 5380 fcntl_worker: 0 = fcntl (3, 4, 0x14002)
--- Process 5356, exception 000006D9 at 77E55DEA
 1410  148268 [main] sshd 5380 fdsock: reset socket inheritance
   66  148334 [main] sshd 5380 build_fh_pc: fh 0x6115DE7C
   52  148386 [main] sshd 5380 fhandler_base::set_flags: flags 0x10002, supplied_bin 0x0
   47  148433 [main] sshd 5380 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x10000
   49  148482 [main] sshd 5380 fhandler_base::set_flags: filemode set to binary
   54  148536 [main] sshd 5380 fdsock: fd 4, name '', soc 0x67C
   54  148590 [main] sshd 5380 fdsock: reset socket inheritance
   49  148639 [main] sshd 5380 build_fh_pc: fh 0x6115D84C
   46  148685 [main] sshd 5380 fhandler_base::set_flags: flags 0x10002, supplied_bin 0x0
   50  148735 [main] sshd 5380 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x10000
   50  148785 [main] sshd 5380 fhandler_base::set_flags: filemode set to binary
   50  148835 [main] sshd 5380 fdsock: fd 5, name '', soc 0x68C
   54  148889 [main] sshd 5380 socketpair: 0 = socketpair (...)
   50  148939 [main] sshd 5380 fhandler_socket::set_close_on_exec: set close_on_exec for  to 1
   46  148985 [main] sshd 5380 fcntl_worker: 0 = fcntl (4, 2, 0x1)
   51  149036 [main] sshd 5380 fhandler_socket::set_close_on_exec: set close_on_exec for  to 1
   49  149085 [main] sshd 5380 fcntl_worker: 0 = fcntl (5, 2, 0x1)
  111  149196 [main] sshd 5380 mmap64: addr 0, len 65536, prot 3, flags 21, fd -1, off 0
   84  149280 [main] sshd 5380 MapViewNT: CF0000 = NtMapViewOfSection (h:694, addr:0, len:65536, off:0, protect:40, type:0)
   75  149355 [main] sshd 5380 mmap64: 0xCF0000 = mmap() 
  151  149506 [main] sshd 5380 mmap64: addr 0, len 1310720, prot 3, flags 21, fd -1, off 0
   70  149576 [main] sshd 5380 MapViewNT: D00000 = NtMapViewOfSection (h:690, addr:0, len:1310720, off:0, protect:40, type:0)
   74  149650 [main] sshd 5380 mmap64: 0xD00000 = mmap() 
  108  149758 [main] sshd 5380 child_info::child_info: subproc_ready 0x670
   54  149812 [main] sshd 5380 fork: entering
   51  149863 [main] sshd 5380 sig_send: sendsig 0x6DC, pid 5380, signal -40, its_me 1
   53  149916 [main] sshd 5380 sig_send: wakeup 0x668
   65  149981 [main] sshd 5380 sig_send: Waiting for pack.wakeup 0x668
   55  150036 [sig] sshd 5380 wait_sig: signalling pack.wakeup 0x668
   78  150114 [main] sshd 5380 sig_send: returning 0x0 from sending signal -40
  596  150710 [main] sshd 5380 frok::parent: priority class 32
  188  150898 [main] sshd 5380 frok::parent: stack - bottom 0x230000, top 0x22DDA0, size 8800
   51  150949 [main] sshd 5380 frok::parent: CreateProcess (C:\Cygwin\usr\sbin\sshd.exe, C:\Cygwin\usr\sbin\sshd.exe, 0, 0, 1, 0x24, 0, 0, 0x22DD00, 0x22DD70)
 3619  154568 [main] sshd 5380 dtable::fixup_before_fork: fd 0 (/dev/null)
   62  154630 [main] sshd 5380 dtable::fixup_before_fork: fd 1 (/dev/null)
   54  154684 [main] sshd 5380 dtable::fixup_before_fork: fd 2 (/tmp/sshd.strace.log)
   52  154736 [main] sshd 5380 dtable::fixup_before_fork: fd 3 ()
   77  154813 [main] sshd 5380 fhandler_socket::fixup_before_fork_exec: WSADuplicateSocket went fine, sock 0x738, win_proc_id 4416, prot_info_ptr 0x6115D43C
   60  154873 [main] sshd 5380 dtable::fixup_before_fork: fd 4 ()
   70  154943 [main] sshd 5380 fhandler_socket::fixup_before_fork_exec: WSADuplicateSocket went fine, sock 0x67C, win_proc_id 4416, prot_info_ptr 0x6115C7E4
   48  154991 [main] sshd 5380 dtable::fixup_before_fork: fd 5 ()
   70  155061 [main] sshd 5380 fhandler_socket::fixup_before_fork_exec: WSADuplicateSocket went fine, sock 0x68C, win_proc_id 4416, prot_info_ptr 0x6115DC5C
  109  155170 [main] sshd 5380 open_shared: name Global\cygwin1S4.cygpid.4416, n 4416, shared 0xE50000 (wanted 0x0), h 0x660
  166  155336 [main] sshd 5380 time: 1147757592 = time (0)
  105  155441 [main] sshd 5380 proc_subproc: args: 1, 2284880
  305  155746 [main] sshd 5380 _pinfo::dup_proc_pipe: closed wr_proc_pipe 0x7DC for pid 4416(4416)
  384  156130 [main] sshd 5380 pinfo::wait: created tracking thread for pid 4416, winpid 0x1140, rd_pipe 0x664
  112  156242 [main] sshd 5380 proc_subproc: added pid 4416 to proc table, slot 0
   64  156306 [main] sshd 5380 proc_subproc: returning 1
   62  156368 [main] sshd 5380 child_info::sync: n 2, waiting for subproc_ready(0x670) and child process(0x658)
  108  156476 [proc_waiter] sshd 5380 cygthread::stub: thread 'proc_waiter', id 0x11F8, stack_ptr 0x105EFE0
**********************************************
Program name: C:\Cygwin\usr\sbin\sshd.exe (pid 4416, ppid 5380)
App version:  1005.19, api: 0.150
DLL version:  1005.19, api: 0.150
DLL build:    2006-01-20 13:28
OS version:   Windows NT-5.2
Heap size:    402653184
Date/Time:    2006-05-15 22:33:12
**********************************************
   57     438 [main] sshd 4416 set_myself: myself->dwProcessId 4416
  112     550 [main] sshd 4416 child_copy: dll data - hp 0x66C low 0x610F8000, high 0x610FCB00, res 1
161759  162309 [main] sshd 4416 child_copy: dll bss - hp 0x66C low 0x61135000, high 0x6113E670, res 1
  208  162517 [main] sshd 4416 child_copy: user heap - hp 0x66C low 0x10010000, high 0x10020000, res 1
   66  162583 [main] sshd 4416 child_copy: done
   79  162662 [main] sshd 4416 child_copy: data - hp 0x66C low 0x434000, high 0x435160, res 1
  131  162793 [main] sshd 4416 child_copy: bss - hp 0x66C low 0x444000, high 0x4491A0, res 1
   54  162847 [main] sshd 4416 child_copy: done
   59  162906 [main] sshd 4416 fixup_mmaps_after_fork: fd -1, h 0x694, address 0xCF0000, len 0x10000, prot: 0x3, flags: 0x21, offset 0
  100  163006 [main] sshd 4416 MapViewNT: CF0000 = NtMapViewOfSection (h:694, addr:CF0000, len:65536, off:0, protect:40, type:0)
   77  163083 [main] sshd 4416 fixup_mmaps_after_fork: fd -1, h 0x690, address 0xD00000, len 0x140000, prot: 0x3, flags: 0x21, offset 0
   62  163145 [main] sshd 4416 MapViewNT: D00000 = NtMapViewOfSection (h:690, addr:D00000, len:1310720, off:0, protect:40, type:0)
  110  163255 [main] sshd 4416 fixup_mmaps_after_fork: succeeded
   88  163343 [main] sshd 4416 events_init: windows_system_directory 'C:\WINDOWS\system32\', windows_system_directory_length 20
   81  163424 [main] sshd 4416 dll_crt0_0: finished dll_crt0_0 initialization
  466  163890 [main] sshd 4416 frok::child: child is running.  pid 4416, ppid 5380, stack here 0x22DD98
   63  163953 [main] sshd 4416 sync_with_parent: signalling parent: after longjmp
   59  164012 [main] sshd 4416 child_info::ready: signalled 0x670 that I was ready
 7547  164023 [main] sshd 5380 child_info::sync: process 4416 synchronized, WFMO returned 0
   78  164101 [main] sshd 5380 frok::parent: child is alive (but stopped)
  134  164235 [main] sshd 5380 child_copy: stack - hp 0x658 low 0x22DDA0, high 0x230000, res 1
   66  164301 [main] sshd 5380 child_copy: done
   66  164367 [main] sshd 5380 frok::parent: copying data/bss of a linked dll
  105  164472 [main] sshd 5380 child_copy: linked dll data - hp 0x658 low 0x10002000, high 0x10002370, res 1
  113  164585 [main] sshd 5380 child_copy: linked dll bss - hp 0x658 low 0x10003000, high 0x100034A0, res 1
   68  164653 [main] sshd 5380 child_copy: done
   69  164722 [main] sshd 5380 frok::parent: copying data/bss of a linked dll
  259  164981 [main] sshd 5380 child_copy: linked dll data - hp 0x658 low 0x630B3000, high 0x630C0E30, res 1
  135  165116 [main] sshd 5380 child_copy: linked dll bss - hp 0x658 low 0x630E7000, high 0x630E9AB0, res 1
   67  165183 [main] sshd 5380 child_copy: done
   62  165245 [main] sshd 5380 frok::parent: copying data/bss of a linked dll
   97  165342 [main] sshd 5380 child_copy: linked dll data - hp 0x658 low 0x46C000, high 0x46C040, res 1
   85  165427 [main] sshd 5380 child_copy: linked dll bss - hp 0x658 low 0x472000, high 0x472120, res 1
   64  165491 [main] sshd 5380 child_copy: done
   67  165558 [main] sshd 5380 resume_child: signalled child
 1551  165563 [main] sshd 4416 sync_with_parent: awake
   65  165623 [main] sshd 5380 child_info::sync: n 2, waiting for subproc_ready(0x670) and child process(0x658)
   90  165653 [main] sshd 4416 sync_with_parent: no problems
   55  165708 [main] sshd 4416 frok::child: hParent 0x66C, child 1 first_dll 0x28010000, load_dlls 0
   72  165780 [main] sshd 4416 set_privilege: 0 = set_privilege ((token 774) SeRestorePrivilege, 1)
   61  165841 [main] sshd 4416 set_privilege: 1 = set_privilege ((token 774) SeChangeNotifyPrivilege, 1)
   62  165903 [main] sshd 4416 set_file_api_mode: File APIs set to ANSI
   59  165962 [main] sshd 4416 dtable::fixup_after_fork: fd 3 ()
   57  166019 [main] sshd 4416 fhandler_socket::fixup_after_fork: WSASocket begin, dwServiceFlags1=131174
 2397  168416 [main] sshd 4416 wsock_init: res 0
   60  168476 [main] sshd 4416 wsock_init: wVersion 514
   53  168529 [main] sshd 4416 wsock_init: wHighVersion 514
   53  168582 [main] sshd 4416 wsock_init: szDescription WinSock 2.0
   52  168634 [main] sshd 4416 wsock_init: szSystemStatus Running
   51  168685 [main] sshd 4416 wsock_init: iMaxSockets 0
   53  168738 [main] sshd 4416 wsock_init: iMaxUdpDg 0
   52  168790 [main] sshd 4416 wsock_init: lpVendorInfo 0
 3679  172469 [main] sshd 4416 fhandler_socket::fixup_after_fork: WSASocket went fine new_sock 0x7F8, old_sock 0x738
   70  172539 [main] sshd 4416 dtable::fixup_after_fork: fd 4 ()
   55  172594 [main] sshd 4416 fhandler_socket::fixup_after_fork: WSASocket begin, dwServiceFlags1=131174
   99  172693 [main] sshd 4416 fhandler_socket::fixup_after_fork: WSASocket went fine new_sock 0x7F4, old_sock 0x67C
   53  172746 [main] sshd 4416 dtable::fixup_after_fork: fd 5 ()
   53  172799 [main] sshd 4416 fhandler_socket::fixup_after_fork: WSASocket begin, dwServiceFlags1=131174
   94  172893 [main] sshd 4416 fhandler_socket::fixup_after_fork: WSASocket went fine new_sock 0x7EC, old_sock 0x68C
   54  172947 [main] sshd 4416 sync_with_parent: signalling parent: performed fork fixup
   57  173004 [main] sshd 4416 child_info::ready: signalled 0x670 that I was ready
 7391  173014 [main] sshd 5380 child_info::sync: process 4416 synchronized, WFMO returned 0
  384  173388 [main] sshd 4416 sigproc_init: process/signal handling enabled, state 0x801
   98  173486 [main] sshd 4416 pthread_mutex::_fixup_after_fork: mutex 10010060 in _fixup_after_fork
   81  173567 [main] sshd 4416 pthread_mutex::_fixup_after_fork: mutex 6113E188 in _fixup_after_fork
  835  173849 [main] sshd 5380 sig_send: sendsig 0x6DC, pid 5380, signal -41, its_me 1
   65  173914 [main] sshd 5380 sig_send: wakeup 0x668
   83  173997 [main] sshd 5380 sig_send: Waiting for pack.wakeup 0x668
    9  174006 [sig] sshd 5380 wait_sig: signalling pack.wakeup 0x668
  142  174148 [main] sshd 5380 sig_send: returning 0x0 from sending signal -41
  481  174048 [sig] sshd 4416 wait_sig: myself->dwProcessId 4416
   79  174227 [main] sshd 5380 fork: 4416 = fork()
   85  174312 [main] sshd 5380 close: close (4)
  209  174257 [sig] sshd 4416 wait_sig: entering ReadFile loop, readsig 0x6B0, myself->sendsig 0x6AC
   96  174408 [main] sshd 5380 fhandler_socket::close: 0 = fhandler_socket::close()
   69  174477 [main] sshd 5380 close: 0 = close (4)
  317  174574 [main] sshd 4416 wait_for_sigthread: wait_sig_inited 0x668
  157  174634 [main] sshd 5380 readv: readv (5, 0x22DE40, 1) blocking, sigcatchers 1
   92  174666 [main] sshd 4416 sig_send: sendsig 0x6AC, pid 4416, signal -41, its_me 1
   80  174714 [main] sshd 5380 readv: no need to call ready_for_read
   80  174746 [main] sshd 4416 sig_send: wakeup 0x668
   79  174825 [main] sshd 4416 sig_send: Waiting for pack.wakeup 0x668
   65  174890 [sig] sshd 4416 wait_sig: signalling pack.wakeup 0x668
   58  174948 [main] sshd 4416 sig_send: returning 0x0 from sending signal -41
   65  175013 [main] sshd 4416 fork: 0 = fork()
   79  175092 [main] sshd 4416 close: close (5)
  102  175194 [main] sshd 4416 fhandler_socket::close: 0 = fhandler_socket::close()
   63  175257 [main] sshd 4416 close: 0 = close (5)
  731  175988 [main] sshd 4416 fhandler_base::write: text write
debug1: list_hostkey_types: ssh-rsa,ssh-dss
  735  176723 [main] sshd 4416 fhandler_base::write: text write
debug1: SSH2_MSG_KEXINIT sent
  239  176962 [main] sshd 4416 writev: writev (3, 0x22BE50, 1)
   98  177060 [main] sshd 4416 writev: 704 = write (3, 0x22BE50, 1), errno 2
  129  177189 [main] sshd 4416 cygwin_select: 4, 0x10015878, 0x0, 0x0, 0x0
  141  177330 [main] sshd 4416 dtable::select_read:  fd 3
   60  177390 [main] sshd 4416 cygwin_select: to NULL, ms FFFFFFFF
   66  177456 [main] sshd 4416 cygwin_select: sel.always_ready 0
  157  177613 [main] sshd 4416 start_thread_socket: Handle 0x7F8
   53  177666 [main] sshd 4416 start_thread_socket: Added to readfds
  294  177960 [main] sshd 4416 start_thread_socket: opened new socket 0x7EC
   62  178022 [main] sshd 4416 start_thread_socket: exitsock 0x7EC
   63  178085 [main] sshd 4416 start_thread_socket: stuff_start 0x22BE54
  423  178508 [select_socket] sshd 4416 cygthread::stub: thread 'select_socket', id 0x1134, stack_ptr 0x103EFE0
   75  178583 [select_socket] sshd 4416 thread_socket: stuff_start 0x100246D4
  107  178690 [select_socket] sshd 4416 thread_socket: Win32 select returned 1
   67  178757 [select_socket] sshd 4416 thread_socket: s 0x10013B90, testing fd 3 ()
 2544  181301 [main] sshd 4416 select_stuff::wait: m 2, ms 4294967295
    3  181304 [select_socket] sshd 4416 thread_socket: read_ready
  136  181440 [main] sshd 4416 select_stuff::wait: woke up.  wait_ret 1.  verifying
   68  181508 [main] sshd 4416 select_stuff::wait: gotone 1
   67  181575 [main] sshd 4416 select_stuff::wait: returning 0
   66  181641 [main] sshd 4416 select_stuff::cleanup: calling cleanup routines
   64  181705 [main] sshd 4416 socket_cleanup: si 0x100216C0 si->thread 0x610FCE90
   91  181796 [main] sshd 4416 socket_cleanup: sent a byte to exitsock 0x7EC, res 1
  134  181930 [main] sshd 4416 socket_cleanup: reading a byte from exitsock 0x7EC
   87  182017 [main] sshd 4416 socket_cleanup: recv returned 1
  123  182140 [main] sshd 4416 socket_cleanup: returning
   86  182226 [main] sshd 4416 peek_socket: considering handle 0x7F8
   69  182295 [main] sshd 4416 set_bits: me 0x10013B90, testing fd 3 ()
   68  182363 [main] sshd 4416 set_bits: ready 1
   63  182426 [main] sshd 4416 select_stuff::poll: returning 1
   63  182489 [main] sshd 4416 select_stuff::cleanup: calling cleanup routines
   63  182552 [main] sshd 4416 select_stuff::~select_stuff: deleting select records
  130  182682 [main] sshd 4416 readv: readv (3, 0x22BEA0, 1) nonblocking, sigcatchers 1
   68  182750 [main] sshd 4416 peek_socket: considering handle 0x7F8
   67  182817 [main] sshd 4416 peek_socket: adding read fd_set , fd 3
   82  182899 [main] sshd 4416 peek_socket: WINSOCK_SELECT returned 1
   62  182961 [main] sshd 4416 fhandler_base::ready_for_read: read_ready 1, avail 1
   80  183041 [main] sshd 4416 readv: 736 = readv (3, 0x22BEA0, 1), errno 2
  562  183603 [main] sshd 4416 fhandler_base::write: text write
debug1: SSH2_MSG_KEXINIT received
 4417  188020 [main] sshd 4416 fhandler_base::write: text write
debug1: kex: client->server aes128-cbc hmac-md5 none
 1564  189584 [main] sshd 4416 fhandler_base::write: text write
debug1: kex: server->client aes128-cbc hmac-md5 none
 2861  192445 [main] sshd 4416 fhandler_base::write: text write
debug1: SSH2_MSG_KEX_DH_GEX_REQUEST received
  208  192653 [main] sshd 4416 writev: writev (4, 0x22DD20, 1)
  138  192791 [main] sshd 4416 writev: 5 = write (4, 0x22DD20, 1), errno 2
18111  192825 [main] sshd 5380 readv: 4 = readv (5, 0x22DE40, 1), errno 2
   82  192873 [main] sshd 4416 writev: writev (4, 0x22DD20, 1)
   70  192895 [main] sshd 5380 readv: readv (5, 0x22DE40, 1) blocking, sigcatchers 1
   72  192967 [main] sshd 5380 readv: no need to call ready_for_read
  125  192998 [main] sshd 4416 writev: 12 = write (4, 0x22DD20, 1), errno 2
   66  193064 [main] sshd 4416 readv: readv (4, 0x22DD10, 1) blocking, sigcatchers 1
  107  193074 [main] sshd 5380 readv: 13 = readv (5, 0x22DE40, 1), errno 2
   61  193125 [main] sshd 4416 readv: no need to call ready_for_read
  210  193284 [main] sshd 5380 open: open (/etc/moduli, 0x0)
   69  193353 [main] sshd 5380 normalize_posix_path: src /etc/moduli
   67  193420 [main] sshd 5380 normalize_posix_path: /etc/moduli = normalize_posix_path (/etc/moduli)
   66  193486 [main] sshd 5380 mount_info::conv_to_win32_path: conv_to_win32_path (/etc/moduli)
   78  193564 [main] sshd 5380 set_flags: flags: binary (0x2)
   63  193627 [main] sshd 5380 mount_info::conv_to_win32_path: src_path /etc/moduli, dst C:\Cygwin\etc\moduli, flags 0xA, rc 0
  118  193745 [main] sshd 5380 symlink_info::check: not a symlink
   59  193804 [main] sshd 5380 symlink_info::check: 0 = symlink.check (C:\Cygwin\etc\moduli, 0x22C670) (0xA)
   73  193877 [main] sshd 5380 path_conv::check: this->path(C:\Cygwin\etc\moduli), has_acls(1)
   76  193953 [main] sshd 5380 build_fh_pc: fh 0x6115DE7C
   68  194021 [main] sshd 5380 fhandler_base::open: (C:\Cygwin\etc\moduli, 0x100000)
   98  194119 [main] sshd 5380 fhandler_base::set_flags: flags 0x100000, supplied_bin 0x10000
   63  194182 [main] sshd 5380 fhandler_base::set_flags: filemode set to text
   64  194246 [main] sshd 5380 fhandler_base::open: 0 = NtCreateFile (0x67C, 80100000, C:\Cygwin\etc\moduli, io, NULL, 0, 7, 1, 20, NULL, 0)
   65  194311 [main] sshd 5380 fhandler_base::open: 1 = fhandler_base::open (C:\Cygwin\etc\moduli, 0x100000)
   69  194380 [main] sshd 5380 fhandler_base::open_fs: 1 = fhandler_disk_file::open (C:\Cygwin\etc\moduli, 0x0)
   68  194448 [main] sshd 5380 open: 4 = open (/etc/moduli, 0x0)
  123  194571 [main] sshd 5380 _cygwin_istext_for_stdio: fd 4: defaulting to text
  218  194789 [main] sshd 5380 get_file_attribute: file: C:\Cygwin\etc\moduli
  151  194940 [main] sshd 5380 cygpsid::debug_print: get_sids_info: owner SID = S-1-5-21-1957994488-1035525444-725345543-1322
   71  195011 [main] sshd 5380 cygpsid::debug_print: get_sids_info: group SID = S-1-5-21-1957994488-1035525444-725345543-513
   85  195096 [main] sshd 5380 get_info_from_sd: ACL 1FF, uid 1322, gid 513
  121  195217 [main] sshd 5380 fhandler_base::fstat_helper: 0 = fstat (, 0x22CD40) st_atime=446963F6 st_size=132839, st_mode=0x81FF, st_ino=281474976778181, sizeof=96
   74  195291 [main] sshd 5380 fstat64: 0 = fstat (4, 0x22CD40)
  128  195419 [main] sshd 5380 fhandler_base::set_flags: flags 0x110000, supplied_bin 0x0
   59  195478 [main] sshd 5380 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x10000
   67  195545 [main] sshd 5380 fhandler_base::set_flags: filemode set to binary
   65  195610 [main] sshd 5380 setmode: (4</etc/moduli>, 0x10000) returning text
   68  195678 [main] sshd 5380 readv: readv (4, 0x22CD60, 1) blocking, sigcatchers 1
   64  195742 [main] sshd 5380 readv: no need to call ready_for_read
   98  195840 [main] sshd 5380 fhandler_base::read: returning 1024, binary mode
   64  195904 [main] sshd 5380 readv: 1024 = readv (4, 0x22CD60, 1), errno 2
   64  195968 [main] sshd 5380 fhandler_base::set_flags: flags 0x120000, supplied_bin 0x0
   65  196033 [main] sshd 5380 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x20000
   62  196095 [main] sshd 5380 fhandler_base::set_flags: filemode set to text
   65  196160 [main] sshd 5380 setmode: (4</etc/moduli>, 0x20000) returning binary
 2554  198714 [main] sshd 5380 fhandler_base::set_flags: flags 0x110000, supplied_bin 0x0
   59  198773 [main] sshd 5380 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x10000
   68  198841 [main] sshd 5380 fhandler_base::set_flags: filemode set to binary
   60  198901 [main] sshd 5380 setmode: (4</etc/moduli>, 0x10000) returning text
   68  198969 [main] sshd 5380 readv: readv (4, 0x22CD60, 1) blocking, sigcatchers 1
   63  199032 [main] sshd 5380 readv: no need to call ready_for_read
   75  199107 [main] sshd 5380 fhandler_base::read: returning 1024, binary mode
   62  199169 [main] sshd 5380 readv: 1024 = readv (4, 0x22CD60, 1), errno 2
   64  199233 [main] sshd 5380 fhandler_base::set_flags: flags 0x120000, supplied_bin 0x0
   59  199292 [main] sshd 5380 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x20000
   63  199355 [main] sshd 5380 fhandler_base::set_flags: filemode set to text
   68  199423 [main] sshd 5380 setmode: (4</etc/moduli>, 0x20000) returning binary
 2287  201710 [main] sshd 5380 fhandler_base::set_flags: flags 0x110000, supplied_bin 0x0
   62  201772 [main] sshd 5380 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x10000
   64  201836 [main] sshd 5380 fhandler_base::set_flags: filemode set to binary
   69  201905 [main] sshd 5380 setmode: (4</etc/moduli>, 0x10000) returning text
   66  201971 [main] sshd 5380 readv: readv (4, 0x22CD60, 1) blocking, sigcatchers 1
   64  202035 [main] sshd 5380 readv: no need to call ready_for_read
   73  202108 [main] sshd 5380 fhandler_base::read: returning 1024, binary mode
   63  202171 [main] sshd 5380 readv: 1024 = readv (4, 0x22CD60, 1), errno 2
   65  202236 [main] sshd 5380 fhandler_base::set_flags: flags 0x120000, supplied_bin 0x0
   63  202299 [main] sshd 5380 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x20000
   64  202363 [main] sshd 5380 fhandler_base::set_flags: filemode set to text
   87  202450 [main] sshd 5380 setmode: (4</etc/moduli>, 0x20000) returning binary
 3031  205481 [main] sshd 5380 fhandler_base::set_flags: flags 0x110000, supplied_bin 0x0
   62  205543 [main] sshd 5380 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x10000
   64  205607 [main] sshd 5380 fhandler_base::set_flags: filemode set to binary
   67  205674 [main] sshd 5380 setmode: (4</etc/moduli>, 0x10000) returning text
   66  205740 [main] sshd 5380 readv: readv (4, 0x22CD60, 1) blocking, sigcatchers 1
   64  205804 [main] sshd 5380 readv: no need to call ready_for_read
   78  205882 [main] sshd 5380 fhandler_base::read: returning 1024, binary mode
   64  205946 [main] sshd 5380 readv: 1024 = readv (4, 0x22CD60, 1), errno 2
   66  206012 [main] sshd 5380 fhandler_base::set_flags: flags 0x120000, supplied_bin 0x0
   64  206076 [main] sshd 5380 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x20000
   67  206143 [main] sshd 5380 fhandler_base::set_flags: filemode set to text
   61  206204 [main] sshd 5380 setmode: (4</etc/moduli>, 0x20000) returning binary
 2265  208469 [main] sshd 5380 fhandler_base::set_flags: flags 0x110000, supplied_bin 0x0
   59  208528 [main] sshd 5380 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x10000
   65  208593 [main] sshd 5380 fhandler_base::set_flags: filemode set to binary
   64  208657 [main] sshd 5380 setmode: (4</etc/moduli>, 0x10000) returning text
   68  208725 [main] sshd 5380 readv: readv (4, 0x22CD60, 1) blocking, sigcatchers 1
   64  208789 [main] sshd 5380 readv: no need to call ready_for_read
   75  208864 [main] sshd 5380 fhandler_base::read: returning 1024, binary mode
   63  208927 [main] sshd 5380 readv: 1024 = readv (4, 0x22CD60, 1), errno 2
   65  208992 [main] sshd 5380 fhandler_base::set_flags: flags 0x120000, supplied_bin 0x0
   63  209055 [main] sshd 5380 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x20000
   66  209121 [main] sshd 5380 fhandler_base::set_flags: filemode set to text
   63  209184 [main] sshd 5380 setmode: (4</etc/moduli>, 0x20000) returning binary
 3045  212229 [main] sshd 5380 fhandler_base::set_flags: flags 0x110000, supplied_bin 0x0
   58  212287 [main] sshd 5380 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x10000
   63  212350 [main] sshd 5380 fhandler_base::set_flags: filemode set to binary
   68  212418 [main] sshd 5380 setmode: (4</etc/moduli>, 0x10000) returning text
   67  212485 [main] sshd 5380 readv: readv (4, 0x22CD60, 1) blocking, sigcatchers 1
   63  212548 [main] sshd 5380 readv: no need to call ready_for_read
   69  212617 [main] sshd 5380 fhandler_base::read: returning 1024, binary mode
   66  212683 [main] sshd 5380 readv: 1024 = readv (4, 0x22CD60, 1), errno 2
   64  212747 [main] sshd 5380 fhandler_base::set_flags: flags 0x120000, supplied_bin 0x0
   67  212814 [main] sshd 5380 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x20000
   65  212879 [main] sshd 5380 fhandler_base::set_flags: filemode set to text
   68  212947 [main] sshd 5380 setmode: (4</etc/moduli>, 0x20000) returning binary
 2997  215944 [main] sshd 5380 fhandler_base::set_flags: flags 0x110000, supplied_bin 0x0
   63  216007 [main] sshd 5380 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x10000
   61  216068 [main] sshd 5380 fhandler_base::set_flags: filemode set to binary
   68  216136 [main] sshd 5380 setmode: (4</etc/moduli>, 0x10000) returning text
   64  216200 [main] sshd 5380 readv: readv (4, 0x22CD60, 1) blocking, sigcatchers 1
   64  216264 [main] sshd 5380 readv: no need to call ready_for_read
   68  216332 [main] sshd 5380 fhandler_base::read: returning 1024, binary mode
   63  216395 [main] sshd 5380 readv: 1024 = readv (4, 0x22CD60, 1), errno 2
   65  216460 [main] sshd 5380 fhandler_base::set_flags: flags 0x120000, supplied_bin 0x0
   67  216527 [main] sshd 5380 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x20000
   64  216591 [main] sshd 5380 fhandler_base::set_flags: filemode set to text
   68  216659 [main] sshd 5380 setmode: (4</etc/moduli>, 0x20000) returning binary
 2358  219017 [main] sshd 5380 fhandler_base::set_flags: flags 0x110000, supplied_bin 0x0
   65  219082 [main] sshd 5380 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x10000
   60  219142 [main] sshd 5380 fhandler_base::set_flags: filemode set to binary
   65  219207 [main] sshd 5380 setmode: (4</etc/moduli>, 0x10000) returning text
   64  219271 [main] sshd 5380 readv: readv (4, 0x22CD60, 1) blocking, sigcatchers 1
   66  219337 [main] sshd 5380 readv: no need to call ready_for_read
   75  219412 [main] sshd 5380 fhandler_base::read: returning 1024, binary mode
   63  219475 [main] sshd 5380 readv: 1024 = readv (4, 0x22CD60, 1), errno 2
   64  219539 [main] sshd 5380 fhandler_base::set_flags: flags 0x120000, supplied_bin 0x0
   61  219600 [main] sshd 5380 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x20000
   63  219663 [main] sshd 5380 fhandler_base::set_flags: filemode set to text
   66  219729 [main] sshd 5380 setmode: (4</etc/moduli>, 0x20000) returning binary
 3015  222744 [main] sshd 5380 fhandler_base::set_flags: flags 0x110000, supplied_bin 0x0
   67  222811 [main] sshd 5380 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x10000
   65  222876 [main] sshd 5380 fhandler_base::set_flags: filemode set to binary
   60  222936 [main] sshd 5380 setmode: (4</etc/moduli>, 0x10000) returning text
   68  223004 [main] sshd 5380 readv: readv (4, 0x22CD60, 1) blocking, sigcatchers 1
   64  223068 [main] sshd 5380 readv: no need to call ready_for_read
   75  223143 [main] sshd 5380 fhandler_base::read: returning 1024, binary mode
   63  223206 [main] sshd 5380 readv: 1024 = readv (4, 0x22CD60, 1), errno 2
   65  223271 [main] sshd 5380 fhandler_base::set_flags: flags 0x120000, supplied_bin 0x0
   67  223338 [main] sshd 5380 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x20000
   62  223400 [main] sshd 5380 fhandler_base::set_flags: filemode set to text
   65  223465 [main] sshd 5380 setmode: (4</etc/moduli>, 0x20000) returning binary
 2278  225743 [main] sshd 5380 fhandler_base::set_flags: flags 0x110000, supplied_bin 0x0
   66  225809 [main] sshd 5380 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x10000
   64  225873 [main] sshd 5380 fhandler_base::set_flags: filemode set to binary
   68  225941 [main] sshd 5380 setmode: (4</etc/moduli>, 0x10000) returning text
   66  226007 [main] sshd 5380 readv: readv (4, 0x22CD60, 1) blocking, sigcatchers 1
   62  226069 [main] sshd 5380 readv: no need to call ready_for_read
   69  226138 [main] sshd 5380 fhandler_base::read: returning 1024, binary mode
   62  226200 [main] sshd 5380 readv: 1024 = readv (4, 0x22CD60, 1), errno 2
   64  226264 [main] sshd 5380 fhandler_base::set_flags: flags 0x120000, supplied_bin 0x0
   64  226328 [main] sshd 5380 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x20000
   63  226391 [main] sshd 5380 fhandler_base::set_flags: filemode set to text
   63  226454 [main] sshd 5380 setmode: (4</etc/moduli>, 0x20000) returning binary
 3029  229483 [main] sshd 5380 fhandler_base::set_flags: flags 0x110000, supplied_bin 0x0
   59  229542 [main] sshd 5380 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x10000
   68  229610 [main] sshd 5380 fhandler_base::set_flags: filemode set to binary
   60  229670 [main] sshd 5380 setmode: (4</etc/moduli>, 0x10000) returning text
   70  229740 [main] sshd 5380 readv: readv (4, 0x22CD60, 1) blocking, sigcatchers 1
   64  229804 [main] sshd 5380 readv: no need to call ready_for_read
   68  229872 [main] sshd 5380 fhandler_base::read: returning 1024, binary mode
   64  229936 [main] sshd 5380 readv: 1024 = readv (4, 0x22CD60, 1), errno 2
   65  230001 [main] sshd 5380 fhandler_base::set_flags: flags 0x120000, supplied_bin 0x0
   60  230061 [main] sshd 5380 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x20000
   68  230129 [main] sshd 5380 fhandler_base::set_flags: filemode set to text
   60  230189 [main] sshd 5380 setmode: (4</etc/moduli>, 0x20000) returning binary
 2269  232458 [main] sshd 5380 fhandler_base::set_flags: flags 0x110000, supplied_bin 0x0
   61  232519 [main] sshd 5380 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x10000
   69  232588 [main] sshd 5380 fhandler_base::set_flags: filemode set to binary
   60  232648 [main] sshd 5380 setmode: (4</etc/moduli>, 0x10000) returning text
   68  232716 [main] sshd 5380 readv: readv (4, 0x22CD60, 1) blocking, sigcatchers 1
   64  232780 [main] sshd 5380 readv: no need to call ready_for_read
   68  232848 [main] sshd 5380 fhandler_base::read: returning 1024, binary mode
   63  232911 [main] sshd 5380 readv: 1024 = readv (4, 0x22CD60, 1), errno 2
   66  232977 [main] sshd 5380 fhandler_base::set_flags: flags 0x120000, supplied_bin 0x0
   63  233040 [main] sshd 5380 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x20000
   60  233100 [main] sshd 5380 fhandler_base::set_flags: filemode set to text
   64  233164 [main] sshd 5380 setmode: (4</etc/moduli>, 0x20000) returning binary
 2263  235427 [main] sshd 5380 fhandler_base::set_flags: flags 0x110000, supplied_bin 0x0
   65  235492 [main] sshd 5380 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x10000
   63  235555 [main] sshd 5380 fhandler_base::set_flags: filemode set to binary
   66  235621 [main] sshd 5380 setmode: (4</etc/moduli>, 0x10000) returning text
   64  235685 [main] sshd 5380 readv: readv (4, 0x22CD60, 1) blocking, sigcatchers 1
   63  235748 [main] sshd 5380 readv: no need to call ready_for_read
   75  235823 [main] sshd 5380 fhandler_base::read: returning 1024, binary mode
   63  235886 [main] sshd 5380 readv: 1024 = readv (4, 0x22CD60, 1), errno 2
   64  235950 [main] sshd 5380 fhandler_base::set_flags: flags 0x120000, supplied_bin 0x0
   63  236013 [main] sshd 5380 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x20000
   63  236076 [main] sshd 5380 fhandler_base::set_flags: filemode set to text
   66  236142 [main] sshd 5380 setmode: (4</etc/moduli>, 0x20000) returning binary
 2253  238395 [main] sshd 5380 fhandler_base::set_flags: flags 0x110000, supplied_bin 0x0
   67  238462 [main] sshd 5380 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x10000
   63  238525 [main] sshd 5380 fhandler_base::set_flags: filemode set to binary
   63  238588 [main] sshd 5380 setmode: (4</etc/moduli>, 0x10000) returning text
   68  238656 [main] sshd 5380 readv: readv (4, 0x22CD60, 1) blocking, sigcatchers 1
   64  238720 [main] sshd 5380 readv: no need to call ready_for_read
   67  238787 [main] sshd 5380 fhandler_base::read: returning 1024, binary mode
   64  238851 [main] sshd 5380 readv: 1024 = readv (4, 0x22CD60, 1), errno 2
   64  238915 [main] sshd 5380 fhandler_base::set_flags: flags 0x120000, supplied_bin 0x0
   63  238978 [main] sshd 5380 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x20000
   67  239045 [main] sshd 5380 fhandler_base::set_flags: filemode set to text
   60  239105 [main] sshd 5380 setmode: (4</etc/moduli>, 0x20000) returning binary
 1520  240625 [main] sshd 5380 fhandler_base::set_flags: flags 0x110000, supplied_bin 0x0
   59  240684 [main] sshd 5380 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x10000
   63  240747 [main] sshd 5380 fhandler_base::set_flags: filemode set to binary
   62  240809 [main] sshd 5380 setmode: (4</etc/moduli>, 0x10000) returning text
   68  240877 [main] sshd 5380 readv: readv (4, 0x22CD60, 1) blocking, sigcatchers 1
   64  240941 [main] sshd 5380 readv: no need to call ready_for_read
   68  241009 [main] sshd 5380 fhandler_base::read: returning 1024, binary mode
   63  241072 [main] sshd 5380 readv: 1024 = readv (4, 0x22CD60, 1), errno 2
   65  241137 [main] sshd 5380 fhandler_base::set_flags: flags 0x120000, supplied_bin 0x0
   63  241200 [main] sshd 5380 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x20000
   63  241263 [main] sshd 5380 fhandler_base::set_flags: filemode set to text
   68  241331 [main] sshd 5380 setmode: (4</etc/moduli>, 0x20000) returning binary
 2263  243594 [main] sshd 5380 fhandler_base::set_flags: flags 0x110000, supplied_bin 0x0
   59  243653 [main] sshd 5380 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x10000
   63  243716 [main] sshd 5380 fhandler_base::set_flags: filemode set to binary
   63  243779 [main] sshd 5380 setmode: (4</etc/moduli>, 0x10000) returning text
   68  243847 [main] sshd 5380 readv: readv (4, 0x22CD60, 1) blocking, sigcatchers 1
   64  243911 [main] sshd 5380 readv: no need to call ready_for_read
   73  243984 [main] sshd 5380 fhandler_base::read: returning 1024, binary mode
   63  244047 [main] sshd 5380 readv: 1024 = readv (4, 0x22CD60, 1), errno 2
   65  244112 [main] sshd 5380 fhandler_base::set_flags: flags 0x120000, supplied_bin 0x0
   66  244178 [main] sshd 5380 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x20000
   59  244237 [main] sshd 5380 fhandler_base::set_flags: filemode set to text
   63  244300 [main] sshd 5380 setmode: (4</etc/moduli>, 0x20000) returning binary
 1531  245831 [main] sshd 5380 fhandler_base::set_flags: flags 0x110000, supplied_bin 0x0
   60  245891 [main] sshd 5380 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x10000
   63  245954 [main] sshd 5380 fhandler_base::set_flags: filemode set to binary
   63  246017 [main] sshd 5380 setmode: (4</etc/moduli>, 0x10000) returning text
   67  246084 [main] sshd 5380 readv: readv (4, 0x22CD60, 1) blocking, sigcatchers 1
   64  246148 [main] sshd 5380 readv: no need to call ready_for_read
   75  246223 [main] sshd 5380 fhandler_base::read: returning 1024, binary mode
   63  246286 [main] sshd 5380 readv: 1024 = readv (4, 0x22CD60, 1), errno 2
   65  246351 [main] sshd 5380 fhandler_base::set_flags: flags 0x120000, supplied_bin 0x0
   60  246411 [main] sshd 5380 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x20000
   67  246478 [main] sshd 5380 fhandler_base::set_flags: filemode set to text
   59  246537 [main] sshd 5380 setmode: (4</etc/moduli>, 0x20000) returning binary
 2266  248803 [main] sshd 5380 fhandler_base::set_flags: flags 0x110000, supplied_bin 0x0
   59  248862 [main] sshd 5380 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x10000
   69  248931 [main] sshd 5380 fhandler_base::set_flags: filemode set to binary
   64  248995 [main] sshd 5380 setmode: (4</etc/moduli>, 0x10000) returning text
   70  249065 [main] sshd 5380 readv: readv (4, 0x22CD60, 1) blocking, sigcatchers 1
   64  249129 [main] sshd 5380 readv: no need to call ready_for_read
   67  249196 [main] sshd 5380 fhandler_base::read: returning 1024, binary mode
   61  249257 [main] sshd 5380 readv: 1024 = readv (4, 0x22CD60, 1), errno 2
   64  249321 [main] sshd 5380 fhandler_base::set_flags: flags 0x120000, supplied_bin 0x0
   59  249380 [main] sshd 5380 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x20000
   66  249446 [main] sshd 5380 fhandler_base::set_flags: filemode set to text
   68  249514 [main] sshd 5380 setmode: (4</etc/moduli>, 0x20000) returning binary
 1568  251082 [main] sshd 5380 fhandler_base::set_flags: flags 0x110000, supplied_bin 0x0
   60  251142 [main] sshd 5380 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x10000
   69  251211 [main] sshd 5380 fhandler_base::set_flags: filemode set to binary
   60  251271 [main] sshd 5380 setmode: (4</etc/moduli>, 0x10000) returning text
   71  251342 [main] sshd 5380 readv: readv (4, 0x22CD60, 1) blocking, sigcatchers 1
   63  251405 [main] sshd 5380 readv: no need to call ready_for_read
   75  251480 [main] sshd 5380 fhandler_base::read: returning 1024, binary mode
   61  251541 [main] sshd 5380 readv: 1024 = readv (4, 0x22CD60, 1), errno 2
   65  251606 [main] sshd 5380 fhandler_base::set_flags: flags 0x120000, supplied_bin 0x0
   63  251669 [main] sshd 5380 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x20000
   65  251734 [main] sshd 5380 fhandler_base::set_flags: filemode set to text
   63  251797 [main] sshd 5380 setmode: (4</etc/moduli>, 0x20000) returning binary
 2303  254100 [main] sshd 5380 fhandler_base::set_flags: flags 0x110000, supplied_bin 0x0
   59  254159 [main] sshd 5380 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x10000
   64  254223 [main] sshd 5380 fhandler_base::set_flags: filemode set to binary
   65  254288 [main] sshd 5380 setmode: (4</etc/moduli>, 0x10000) returning text
   68  254356 [main] sshd 5380 readv: readv (4, 0x22CD60, 1) blocking, sigcatchers 1
   64  254420 [main] sshd 5380 readv: no need to call ready_for_read
   75  254495 [main] sshd 5380 fhandler_base::read: returning 1024, binary mode
   62  254557 [main] sshd 5380 readv: 1024 = readv (4, 0x22CD60, 1), errno 2
   66  254623 [main] sshd 5380 fhandler_base::set_flags: flags 0x120000, supplied_bin 0x0
   63  254686 [main] sshd 5380 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x20000
   66  254752 [main] sshd 5380 fhandler_base::set_flags: filemode set to text
   59  254811 [main] sshd 5380 setmode: (4</etc/moduli>, 0x20000) returning binary
 1539  256350 [main] sshd 5380 fhandler_base::set_flags: flags 0x110000, supplied_bin 0x0
   61  256411 [main] sshd 5380 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x10000
   64  256475 [main] sshd 5380 fhandler_base::set_flags: filemode set to binary
   62  256537 [main] sshd 5380 setmode: (4</etc/moduli>, 0x10000) returning text
   70  256607 [main] sshd 5380 readv: readv (4, 0x22CD60, 1) blocking, sigcatchers 1
   63  256670 [main] sshd 5380 readv: no need to call ready_for_read
   74  256744 [main] sshd 5380 fhandler_base::read: returning 1024, binary mode
   62  256806 [main] sshd 5380 readv: 1024 = readv (4, 0x22CD60, 1), errno 2
   64  256870 [main] sshd 5380 fhandler_base::set_flags: flags 0x120000, supplied_bin 0x0
   59  256929 [main] sshd 5380 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x20000
   64  256993 [main] sshd 5380 fhandler_base::set_flags: filemode set to text
   68  257061 [main] sshd 5380 setmode: (4</etc/moduli>, 0x20000) returning binary
 2257  259318 [main] sshd 5380 fhandler_base::set_flags: flags 0x110000, supplied_bin 0x0
   59  259377 [main] sshd 5380 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x10000
   77  259454 [main] sshd 5380 fhandler_base::set_flags: filemode set to binary
   61  259515 [main] sshd 5380 setmode: (4</etc/moduli>, 0x10000) returning text
   69  259584 [main] sshd 5380 readv: readv (4, 0x22CD60, 1) blocking, sigcatchers 1
   63  259647 [main] sshd 5380 readv: no need to call ready_for_read
   69  259716 [main] sshd 5380 fhandler_base::read: returning 1024, binary mode
   62  259778 [main] sshd 5380 readv: 1024 = readv (4, 0x22CD60, 1), errno 2
   64  259842 [main] sshd 5380 fhandler_base::set_flags: flags 0x120000, supplied_bin 0x0
   64  259906 [main] sshd 5380 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x20000
   69  259975 [main] sshd 5380 fhandler_base::set_flags: filemode set to text
   59  260034 [main] sshd 5380 setmode: (4</etc/moduli>, 0x20000) returning binary
 1530  261564 [main] sshd 5380 fhandler_base::set_flags: flags 0x110000, supplied_bin 0x0
   62  261626 [main] sshd 5380 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x10000
   62  261688 [main] sshd 5380 fhandler_base::set_flags: filemode set to binary
   64  261752 [main] sshd 5380 setmode: (4</etc/moduli>, 0x10000) returning text
   68  261820 [main] sshd 5380 readv: readv (4, 0x22CD60, 1) blocking, sigcatchers 1
   63  261883 [main] sshd 5380 readv: no need to call ready_for_read
   67  261950 [main] sshd 5380 fhandler_base::read: returning 1024, binary mode
   66  262016 [main] sshd 5380 readv: 1024 = readv (4, 0x22CD60, 1), errno 2
   65  262081 [main] sshd 5380 fhandler_base::set_flags: flags 0x120000, supplied_bin 0x0
   60  262141 [main] sshd 5380 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x20000
   64  262205 [main] sshd 5380 fhandler_base::set_flags: filemode set to text
   62  262267 [main] sshd 5380 setmode: (4</etc/moduli>, 0x20000) returning binary
 2258  264525 [main] sshd 5380 fhandler_base::set_flags: flags 0x110000, supplied_bin 0x0
   60  264585 [main] sshd 5380 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x10000
   64  264649 [main] sshd 5380 fhandler_base::set_flags: filemode set to binary
   63  264712 [main] sshd 5380 setmode: (4</etc/moduli>, 0x10000) returning text
   67  264779 [main] sshd 5380 readv: readv (4, 0x22CD60, 1) blocking, sigcatchers 1
   62  264841 [main] sshd 5380 readv: no need to call ready_for_read
  207  265048 [main] sshd 5380 fhandler_base::read: returning 1024, binary mode
   69  265117 [main] sshd 5380 readv: 1024 = readv (4, 0x22CD60, 1), errno 2
   74  265191 [main] sshd 5380 fhandler_base::set_flags: flags 0x120000, supplied_bin 0x0
   65  265256 [main] sshd 5380 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x20000
   65  265321 [main] sshd 5380 fhandler_base::set_flags: filemode set to text
   68  265389 [main] sshd 5380 setmode: (4</etc/moduli>, 0x20000) returning binary
 1547  266936 [main] sshd 5380 fhandler_base::set_flags: flags 0x110000, supplied_bin 0x0
   63  266999 [main] sshd 5380 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x10000
   65  267064 [main] sshd 5380 fhandler_base::set_flags: filemode set to binary
   65  267129 [main] sshd 5380 setmode: (4</etc/moduli>, 0x10000) returning text
   67  267196 [main] sshd 5380 readv: readv (4, 0x22CD60, 1) blocking, sigcatchers 1
   65  267261 [main] sshd 5380 readv: no need to call ready_for_read
   76  267337 [main] sshd 5380 fhandler_base::read: returning 1024, binary mode
   63  267400 [main] sshd 5380 readv: 1024 = readv (4, 0x22CD60, 1), errno 2
   66  267466 [main] sshd 5380 fhandler_base::set_flags: flags 0x120000, supplied_bin 0x0
   63  267529 [main] sshd 5380 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x20000
   63  267592 [main] sshd 5380 fhandler_base::set_flags: filemode set to text
   64  267656 [main] sshd 5380 setmode: (4</etc/moduli>, 0x20000) returning binary
 2273  269929 [main] sshd 5380 fhandler_base::set_flags: flags 0x110000, supplied_bin 0x0
   59  269988 [main] sshd 5380 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x10000
   64  270052 [main] sshd 5380 fhandler_base::set_flags: filemode set to binary
  161  270213 [main] sshd 5380 setmode: (4</etc/moduli>, 0x10000) returning text
   70  270283 [main] sshd 5380 readv: readv (4, 0x22CD60, 1) blocking, sigcatchers 1
   63  270346 [main] sshd 5380 readv: no need to call ready_for_read
   67  270413 [main] sshd 5380 fhandler_base::read: returning 1024, binary mode
   63  270476 [main] sshd 5380 readv: 1024 = readv (4, 0x22CD60, 1), errno 2
   64  270540 [main] sshd 5380 fhandler_base::set_flags: flags 0x120000, supplied_bin 0x0
   67  270607 [main] sshd 5380 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x20000
   59  270666 [main] sshd 5380 fhandler_base::set_flags: filemode set to text
   67  270733 [main] sshd 5380 setmode: (4</etc/moduli>, 0x20000) returning binary
 1551  272284 [main] sshd 5380 fhandler_base::set_flags: flags 0x110000, supplied_bin 0x0
   62  272346 [main] sshd 5380 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x10000
   68  272414 [main] sshd 5380 fhandler_base::set_flags: filemode set to binary
   61  272475 [main] sshd 5380 setmode: (4</etc/moduli>, 0x10000) returning text
   69  272544 [main] sshd 5380 readv: readv (4, 0x22CD60, 1) blocking, sigcatchers 1
   63  272607 [main] sshd 5380 readv: no need to call ready_for_read
   69  272676 [main] sshd 5380 fhandler_base::read: returning 1024, binary mode
   63  272739 [main] sshd 5380 readv: 1024 = readv (4, 0x22CD60, 1), errno 2
   65  272804 [main] sshd 5380 fhandler_base::set_flags: flags 0x120000, supplied_bin 0x0
   67  272871 [main] sshd 5380 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x20000
   63  272934 [main] sshd 5380 fhandler_base::set_flags: filemode set to text
   65  272999 [main] sshd 5380 setmode: (4</etc/moduli>, 0x20000) returning binary
 1563  274562 [main] sshd 5380 fhandler_base::set_flags: flags 0x110000, supplied_bin 0x0
   59  274621 [main] sshd 5380 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x10000
   65  274686 [main] sshd 5380 fhandler_base::set_flags: filemode set to binary
   65  274751 [main] sshd 5380 setmode: (4</etc/moduli>, 0x10000) returning text
   70  274821 [main] sshd 5380 readv: readv (4, 0x22CD60, 1) blocking, sigcatchers 1
   64  274885 [main] sshd 5380 readv: no need to call ready_for_read
   68  274953 [main] sshd 5380 fhandler_base::read: returning 1024, binary mode
   65  275018 [main] sshd 5380 readv: 1024 = readv (4, 0x22CD60, 1), errno 2
   65  275083 [main] sshd 5380 fhandler_base::set_flags: flags 0x120000, supplied_bin 0x0
   63  275146 [main] sshd 5380 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x20000
   69  275215 [main] sshd 5380 fhandler_base::set_flags: filemode set to text
   59  275274 [main] sshd 5380 setmode: (4</etc/moduli>, 0x20000) returning binary
 1562  276836 [main] sshd 5380 fhandler_base::set_flags: flags 0x110000, supplied_bin 0x0
   60  276896 [main] sshd 5380 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x10000
   63  276959 [main] sshd 5380 fhandler_base::set_flags: filemode set to binary
   68  277027 [main] sshd 5380 setmode: (4</etc/moduli>, 0x10000) returning text
   65  277092 [main] sshd 5380 readv: readv (4, 0x22CD60, 1) blocking, sigcatchers 1
   64  277156 [main] sshd 5380 readv: no need to call ready_for_read
   74  277230 [main] sshd 5380 fhandler_base::read: returning 1024, binary mode
   63  277293 [main] sshd 5380 readv: 1024 = readv (4, 0x22CD60, 1), errno 2
   66  277359 [main] sshd 5380 fhandler_base::set_flags: flags 0x120000, supplied_bin 0x0
   63  277422 [main] sshd 5380 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x20000
   64  277486 [main] sshd 5380 fhandler_base::set_flags: filemode set to text
   64  277550 [main] sshd 5380 setmode: (4</etc/moduli>, 0x20000) returning binary
 1583  279133 [main] sshd 5380 fhandler_base::set_flags: flags 0x110000, supplied_bin 0x0
   59  279192 [main] sshd 5380 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x10000
   64  279256 [main] sshd 5380 fhandler_base::set_flags: filemode set to binary
   69  279325 [main] sshd 5380 setmode: (4</etc/moduli>, 0x10000) returning text
   69  279394 [main] sshd 5380 readv: readv (4, 0x22CD60, 1) blocking, sigcatchers 1
   65  279459 [main] sshd 5380 readv: no need to call ready_for_read
   69  279528 [main] sshd 5380 fhandler_base::read: returning 1024, binary mode
   62  279590 [main] sshd 5380 readv: 1024 = readv (4, 0x22CD60, 1), errno 2
   65  279655 [main] sshd 5380 fhandler_base::set_flags: flags 0x120000, supplied_bin 0x0
   63  279718 [main] sshd 5380 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x20000
   64  279782 [main] sshd 5380 fhandler_base::set_flags: filemode set to text
   64  279846 [main] sshd 5380 setmode: (4</etc/moduli>, 0x20000) returning binary
  844  280690 [main] sshd 5380 fhandler_base::set_flags: flags 0x110000, supplied_bin 0x0
   62  280752 [main] sshd 5380 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x10000
   62  280814 [main] sshd 5380 fhandler_base::set_flags: filemode set to binary
   67  280881 [main] sshd 5380 setmode: (4</etc/moduli>, 0x10000) returning text
   67  280948 [main] sshd 5380 readv: readv (4, 0x22CD60, 1) blocking, sigcatchers 1
   63  281011 [main] sshd 5380 readv: no need to call ready_for_read
   75  281086 [main] sshd 5380 fhandler_base::read: returning 1024, binary mode
   64  281150 [main] sshd 5380 readv: 1024 = readv (4, 0x22CD60, 1), errno 2
   65  281215 [main] sshd 5380 fhandler_base::set_flags: flags 0x120000, supplied_bin 0x0
   62  281277 [main] sshd 5380 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x20000
   63  281340 [main] sshd 5380 fhandler_base::set_flags: filemode set to text
   67  281407 [main] sshd 5380 setmode: (4</etc/moduli>, 0x20000) returning binary
 1526  282933 [main] sshd 5380 fhandler_base::set_flags: flags 0x110000, supplied_bin 0x0
   60  282993 [main] sshd 5380 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x10000
   62  283055 [main] sshd 5380 fhandler_base::set_flags: filemode set to binary
   63  283118 [main] sshd 5380 setmode: (4</etc/moduli>, 0x10000) returning text
   69  283187 [main] sshd 5380 readv: readv (4, 0x22CD60, 1) blocking, sigcatchers 1
   63  283250 [main] sshd 5380 readv: no need to call ready_for_read
   69  283319 [main] sshd 5380 fhandler_base::read: returning 1024, binary mode
   65  283384 [main] sshd 5380 readv: 1024 = readv (4, 0x22CD60, 1), errno 2
   63  283447 [main] sshd 5380 fhandler_base::set_flags: flags 0x120000, supplied_bin 0x0
   62  283509 [main] sshd 5380 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x20000
   67  283576 [main] sshd 5380 fhandler_base::set_flags: filemode set to text
   60  283636 [main] sshd 5380 setmode: (4</etc/moduli>, 0x20000) returning binary
 1539  285175 [main] sshd 5380 fhandler_base::set_flags: flags 0x110000, supplied_bin 0x0
   61  285236 [main] sshd 5380 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x10000
   62  285298 [main] sshd 5380 fhandler_base::set_flags: filemode set to binary
   68  285366 [main] sshd 5380 setmode: (4</etc/moduli>, 0x10000) returning text
   65  285431 [main] sshd 5380 readv: readv (4, 0x22CD60, 1) blocking, sigcatchers 1
   65  285496 [main] sshd 5380 readv: no need to call ready_for_read
   74  285570 [main] sshd 5380 fhandler_base::read: returning 1024, binary mode
   64  285634 [main] sshd 5380 readv: 1024 = readv (4, 0x22CD60, 1), errno 2
   63  285697 [main] sshd 5380 fhandler_base::set_flags: flags 0x120000, supplied_bin 0x0
   63  285760 [main] sshd 5380 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x20000
   62  285822 [main] sshd 5380 fhandler_base::set_flags: filemode set to text
   63  285885 [main] sshd 5380 setmode: (4</etc/moduli>, 0x20000) returning binary
 1541  287426 [main] sshd 5380 fhandler_base::set_flags: flags 0x110000, supplied_bin 0x0
   61  287487 [main] sshd 5380 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x10000
   62  287549 [main] sshd 5380 fhandler_base::set_flags: filemode set to binary
   65  287614 [main] sshd 5380 setmode: (4</etc/moduli>, 0x10000) returning text
   77  287691 [main] sshd 5380 readv: readv (4, 0x22CD60, 1) blocking, sigcatchers 1
   64  287755 [main] sshd 5380 readv: no need to call ready_for_read
   69  287824 [main] sshd 5380 fhandler_base::read: returning 1024, binary mode
   65  287889 [main] sshd 5380 readv: 1024 = readv (4, 0x22CD60, 1), errno 2
   64  287953 [main] sshd 5380 fhandler_base::set_flags: flags 0x120000, supplied_bin 0x0
   67  288020 [main] sshd 5380 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x20000
   61  288081 [main] sshd 5380 fhandler_base::set_flags: filemode set to text
   63  288144 [main] sshd 5380 setmode: (4</etc/moduli>, 0x20000) returning binary
 1527  289671 [main] sshd 5380 fhandler_base::set_flags: flags 0x110000, supplied_bin 0x0
   63  289734 [main] sshd 5380 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x10000
   59  289793 [main] sshd 5380 fhandler_base::set_flags: filemode set to binary
   62  289855 [main] sshd 5380 setmode: (4</etc/moduli>, 0x10000) returning text
   68  289923 [main] sshd 5380 readv: readv (4, 0x22CD60, 1) blocking, sigcatchers 1
   64  289987 [main] sshd 5380 readv: no need to call ready_for_read
   67  290054 [main] sshd 5380 fhandler_base::read: returning 1024, binary mode
   63  290117 [main] sshd 5380 readv: 1024 = readv (4, 0x22CD60, 1), errno 2
   65  290182 [main] sshd 5380 fhandler_base::set_flags: flags 0x120000, supplied_bin 0x0
   63  290245 [main] sshd 5380 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x20000
   62  290307 [main] sshd 5380 fhandler_base::set_flags: filemode set to text
   62  290369 [main] sshd 5380 setmode: (4</etc/moduli>, 0x20000) returning binary
 1517  291886 [main] sshd 5380 fhandler_base::set_flags: flags 0x110000, supplied_bin 0x0
   58  291944 [main] sshd 5380 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x10000
   63  292007 [main] sshd 5380 fhandler_base::set_flags: filemode set to binary
   63  292070 [main] sshd 5380 setmode: (4</etc/moduli>, 0x10000) returning text
   67  292137 [main] sshd 5380 readv: readv (4, 0x22CD60, 1) blocking, sigcatchers 1
   63  292200 [main] sshd 5380 readv: no need to call ready_for_read
   68  292268 [main] sshd 5380 fhandler_base::read: returning 1024, binary mode
   65  292333 [main] sshd 5380 readv: 1024 = readv (4, 0x22CD60, 1), errno 2
   64  292397 [main] sshd 5380 fhandler_base::set_flags: flags 0x120000, supplied_bin 0x0
   59  292456 [main] sshd 5380 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x20000
   63  292519 [main] sshd 5380 fhandler_base::set_flags: filemode set to text
   62  292581 [main] sshd 5380 setmode: (4</etc/moduli>, 0x20000) returning binary
 1529  294110 [main] sshd 5380 fhandler_base::set_flags: flags 0x110000, supplied_bin 0x0
   62  294172 [main] sshd 5380 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x10000
   65  294237 [main] sshd 5380 fhandler_base::set_flags: filemode set to binary
   63  294300 [main] sshd 5380 setmode: (4</etc/moduli>, 0x10000) returning text
   68  294368 [main] sshd 5380 readv: readv (4, 0x22CD60, 1) blocking, sigcatchers 1
   64  294432 [main] sshd 5380 readv: no need to call ready_for_read
   74  294506 [main] sshd 5380 fhandler_base::read: returning 1024, binary mode
   64  294570 [main] sshd 5380 readv: 1024 = readv (4, 0x22CD60, 1), errno 2
   63  294633 [main] sshd 5380 fhandler_base::set_flags: flags 0x120000, supplied_bin 0x0
   59  294692 [main] sshd 5380 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x20000
   63  294755 [main] sshd 5380 fhandler_base::set_flags: filemode set to text
   63  294818 [main] sshd 5380 setmode: (4</etc/moduli>, 0x20000) returning binary
 1550  296368 [main] sshd 5380 fhandler_base::set_flags: flags 0x110000, supplied_bin 0x0
   65  296433 [main] sshd 5380 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x10000
   65  296498 [main] sshd 5380 fhandler_base::set_flags: filemode set to binary
   67  296565 [main] sshd 5380 setmode: (4</etc/moduli>, 0x10000) returning text
   66  296631 [main] sshd 5380 readv: readv (4, 0x22CD60, 1) blocking, sigcatchers 1
   69  296700 [main] sshd 5380 readv: no need to call ready_for_read
   75  296775 [main] sshd 5380 fhandler_base::read: returning 1024, binary mode
   63  296838 [main] sshd 5380 readv: 1024 = readv (4, 0x22CD60, 1), errno 2
   66  296904 [main] sshd 5380 fhandler_base::set_flags: flags 0x120000, supplied_bin 0x0
   63  296967 [main] sshd 5380 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x20000
   64  297031 [main] sshd 5380 fhandler_base::set_flags: filemode set to text
   63  297094 [main] sshd 5380 setmode: (4</etc/moduli>, 0x20000) returning binary
 1553  298647 [main] sshd 5380 fhandler_base::set_flags: flags 0x110000, supplied_bin 0x0
   63  298710 [main] sshd 5380 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x10000
   65  298775 [main] sshd 5380 fhandler_base::set_flags: filemode set to binary
   64  298839 [main] sshd 5380 setmode: (4</etc/moduli>, 0x10000) returning text
   69  298908 [main] sshd 5380 readv: readv (4, 0x22CD60, 1) blocking, sigcatchers 1
   63  298971 [main] sshd 5380 readv: no need to call ready_for_read
   67  299038 [main] sshd 5380 fhandler_base::read: returning 1024, binary mode
   63  299101 [main] sshd 5380 readv: 1024 = readv (4, 0x22CD60, 1), errno 2
   63  299164 [main] sshd 5380 fhandler_base::set_flags: flags 0x120000, supplied_bin 0x0
   60  299224 [main] sshd 5380 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x20000
   65  299289 [main] sshd 5380 fhandler_base::set_flags: filemode set to text
   62  299351 [main] sshd 5380 setmode: (4</etc/moduli>, 0x20000) returning binary
  813  300164 [main] sshd 5380 fhandler_base::set_flags: flags 0x110000, supplied_bin 0x0
   59  300223 [main] sshd 5380 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x10000
   63  300286 [main] sshd 5380 fhandler_base::set_flags: filemode set to binary
   63  300349 [main] sshd 5380 setmode: (4</etc/moduli>, 0x10000) returning text
   69  300418 [main] sshd 5380 readv: readv (4, 0x22CD60, 1) blocking, sigcatchers 1
   63  300481 [main] sshd 5380 readv: no need to call ready_for_read
   69  300550 [main] sshd 5380 fhandler_base::read: returning 1024, binary mode
   62  300612 [main] sshd 5380 readv: 1024 = readv (4, 0x22CD60, 1), errno 2
   65  300677 [main] sshd 5380 fhandler_base::set_flags: flags 0x120000, supplied_bin 0x0
   60  300737 [main] sshd 5380 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x20000
   64  300801 [main] sshd 5380 fhandler_base::set_flags: filemode set to text
   63  300864 [main] sshd 5380 setmode: (4</etc/moduli>, 0x20000) returning binary
 1538  302402 [main] sshd 5380 fhandler_base::set_flags: flags 0x110000, supplied_bin 0x0
   57  302459 [main] sshd 5380 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x10000
   65  302524 [main] sshd 5380 fhandler_base::set_flags: filemode set to binary
   62  302586 [main] sshd 5380 setmode: (4</etc/moduli>, 0x10000) returning text
   67  302653 [main] sshd 5380 readv: readv (4, 0x22CD60, 1) blocking, sigcatchers 1
   63  302716 [main] sshd 5380 readv: no need to call ready_for_read
   75  302791 [main] sshd 5380 fhandler_base::read: returning 1024, binary mode
   62  302853 [main] sshd 5380 readv: 1024 = readv (4, 0x22CD60, 1), errno 2
   64  302917 [main] sshd 5380 fhandler_base::set_flags: flags 0x120000, supplied_bin 0x0
   63  302980 [main] sshd 5380 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x20000
   59  303039 [main] sshd 5380 fhandler_base::set_flags: filemode set to text
   62  303101 [main] sshd 5380 setmode: (4</etc/moduli>, 0x20000) returning binary
 1562  304663 [main] sshd 5380 fhandler_base::set_flags: flags 0x110000, supplied_bin 0x0
   61  304724 [main] sshd 5380 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x10000
   65  304789 [main] sshd 5380 fhandler_base::set_flags: filemode set to binary
   65  304854 [main] sshd 5380 setmode: (4</etc/moduli>, 0x10000) returning text
   69  304923 [main] sshd 5380 readv: readv (4, 0x22CD60, 1) blocking, sigcatchers 1
   70  304993 [main] sshd 5380 readv: no need to call ready_for_read
   68  305061 [main] sshd 5380 fhandler_base::read: returning 1024, binary mode
   64  305125 [main] sshd 5380 readv: 1024 = readv (4, 0x22CD60, 1), errno 2
   64  305189 [main] sshd 5380 fhandler_base::set_flags: flags 0x120000, supplied_bin 0x0
   67  305256 [main] sshd 5380 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x20000
   59  305315 [main] sshd 5380 fhandler_base::set_flags: filemode set to text
   67  305382 [main] sshd 5380 setmode: (4</etc/moduli>, 0x20000) returning binary
 1561  306943 [main] sshd 5380 fhandler_base::set_flags: flags 0x110000, supplied_bin 0x0
   66  307009 [main] sshd 5380 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x10000
   65  307074 [main] sshd 5380 fhandler_base::set_flags: filemode set to binary
   59  307133 [main] sshd 5380 setmode: (4</etc/moduli>, 0x10000) returning text
   67  307200 [main] sshd 5380 readv: readv (4, 0x22CD60, 1) blocking, sigcatchers 1
   65  307265 [main] sshd 5380 readv: no need to call ready_for_read
   72  307337 [main] sshd 5380 fhandler_base::read: returning 1024, binary mode
   66  307403 [main] sshd 5380 readv: 1024 = readv (4, 0x22CD60, 1), errno 2
   65  307468 [main] sshd 5380 fhandler_base::set_flags: flags 0x120000, supplied_bin 0x0
   66  307534 [main] sshd 5380 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x20000
   63  307597 [main] sshd 5380 fhandler_base::set_flags: filemode set to text
   63  307660 [main] sshd 5380 setmode: (4</etc/moduli>, 0x20000) returning binary
 1558  309218 [main] sshd 5380 fhandler_base::set_flags: flags 0x110000, supplied_bin 0x0
   62  309280 [main] sshd 5380 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x10000
   65  309345 [main] sshd 5380 fhandler_base::set_flags: filemode set to binary
   60  309405 [main] sshd 5380 setmode: (4</etc/moduli>, 0x10000) returning text
   67  309472 [main] sshd 5380 readv: readv (4, 0x22CD60, 1) blocking, sigcatchers 1
   65  309537 [main] sshd 5380 readv: no need to call ready_for_read
   71  309608 [main] sshd 5380 fhandler_base::read: returning 1024, binary mode
   66  309674 [main] sshd 5380 readv: 1024 = readv (4, 0x22CD60, 1), errno 2
   65  309739 [main] sshd 5380 fhandler_base::set_flags: flags 0x120000, supplied_bin 0x0
   65  309804 [main] sshd 5380 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x20000
   63  309867 [main] sshd 5380 fhandler_base::set_flags: filemode set to text
   63  309930 [main] sshd 5380 setmode: (4</etc/moduli>, 0x20000) returning binary
 1547  311477 [main] sshd 5380 fhandler_base::set_flags: flags 0x110000, supplied_bin 0x0
   66  311543 [main] sshd 5380 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x10000
   64  311607 [main] sshd 5380 fhandler_base::set_flags: filemode set to binary
   60  311667 [main] sshd 5380 setmode: (4</etc/moduli>, 0x10000) returning text
   68  311735 [main] sshd 5380 readv: readv (4, 0x22CD60, 1) blocking, sigcatchers 1
   78  311813 [main] sshd 5380 readv: no need to call ready_for_read
   79  311892 [main] sshd 5380 fhandler_base::read: returning 1024, binary mode
   63  311955 [main] sshd 5380 readv: 1024 = readv (4, 0x22CD60, 1), errno 2
   64  312019 [main] sshd 5380 fhandler_base::set_flags: flags 0x120000, supplied_bin 0x0
   63  312082 [main] sshd 5380 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x20000
   68  312150 [main] sshd 5380 fhandler_base::set_flags: filemode set to text
   60  312210 [main] sshd 5380 setmode: (4</etc/moduli>, 0x20000) returning binary
 1547  313757 [main] sshd 5380 fhandler_base::set_flags: flags 0x110000, supplied_bin 0x0
   59  313816 [main] sshd 5380 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x10000
   64  313880 [main] sshd 5380 fhandler_base::set_flags: filemode set to binary
   64  313944 [main] sshd 5380 setmode: (4</etc/moduli>, 0x10000) returning text
   67  314011 [main] sshd 5380 readv: readv (4, 0x22CD60, 1) blocking, sigcatchers 1
   63  314074 [main] sshd 5380 readv: no need to call ready_for_read
   73  314147 [main] sshd 5380 fhandler_base::read: returning 1024, binary mode
   67  314214 [main] sshd 5380 readv: 1024 = readv (4, 0x22CD60, 1), errno 2
   65  314279 [main] sshd 5380 fhandler_base::set_flags: flags 0x120000, supplied_bin 0x0
   62  314341 [main] sshd 5380 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x20000
   65  314406 [main] sshd 5380 fhandler_base::set_flags: filemode set to text
   63  314469 [main] sshd 5380 setmode: (4</etc/moduli>, 0x20000) returning binary
  813  315282 [main] sshd 5380 fhandler_base::set_flags: flags 0x110000, supplied_bin 0x0
   57  315339 [main] sshd 5380 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x10000
   63  315402 [main] sshd 5380 fhandler_base::set_flags: filemode set to binary
   65  315467 [main] sshd 5380 setmode: (4</etc/moduli>, 0x10000) returning text
   70  315537 [main] sshd 5380 readv: readv (4, 0x22CD60, 1) blocking, sigcatchers 1
   65  315602 [main] sshd 5380 readv: no need to call ready_for_read
   67  315669 [main] sshd 5380 fhandler_base::read: returning 1024, binary mode
   65  315734 [main] sshd 5380 readv: 1024 = readv (4, 0x22CD60, 1), errno 2
   64  315798 [main] sshd 5380 fhandler_base::set_flags: flags 0x120000, supplied_bin 0x0
   60  315858 [main] sshd 5380 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x20000
   65  315923 [main] sshd 5380 fhandler_base::set_flags: filemode set to text
   63  315986 [main] sshd 5380 setmode: (4</etc/moduli>, 0x20000) returning binary
 1562  317548 [main] sshd 5380 fhandler_base::set_flags: flags 0x110000, supplied_bin 0x0
   60  317608 [main] sshd 5380 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x10000
   64  317672 [main] sshd 5380 fhandler_base::set_flags: filemode set to binary
   62  317734 [main] sshd 5380 setmode: (4</etc/moduli>, 0x10000) returning text
   68  317802 [main] sshd 5380 readv: readv (4, 0x22CD60, 1) blocking, sigcatchers 1
   64  317866 [main] sshd 5380 readv: no need to call ready_for_read
   68  317934 [main] sshd 5380 fhandler_base::read: returning 1024, binary mode
   65  317999 [main] sshd 5380 readv: 1024 = readv (4, 0x22CD60, 1), errno 2
   64  318063 [main] sshd 5380 fhandler_base::set_flags: flags 0x120000, supplied_bin 0x0
   62  318125 [main] sshd 5380 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x20000
   64  318189 [main] sshd 5380 fhandler_base::set_flags: filemode set to text
   63  318252 [main] sshd 5380 setmode: (4</etc/moduli>, 0x20000) returning binary
  819  319071 [main] sshd 5380 fhandler_base::set_flags: flags 0x110000, supplied_bin 0x0
   62  319133 [main] sshd 5380 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x10000
   65  319198 [main] sshd 5380 fhandler_base::set_flags: filemode set to binary
   64  319262 [main] sshd 5380 setmode: (4</etc/moduli>, 0x10000) returning text
   68  319330 [main] sshd 5380 readv: readv (4, 0x22CD60, 1) blocking, sigcatchers 1
   63  319393 [main] sshd 5380 readv: no need to call ready_for_read
   75  319468 [main] sshd 5380 fhandler_base::read: returning 1024, binary mode
   63  319531 [main] sshd 5380 readv: 1024 = readv (4, 0x22CD60, 1), errno 2
   63  319594 [main] sshd 5380 fhandler_base::set_flags: flags 0x120000, supplied_bin 0x0
   64  319658 [main] sshd 5380 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x20000
   61  319719 [main] sshd 5380 fhandler_base::set_flags: filemode set to text
   68  319787 [main] sshd 5380 setmode: (4</etc/moduli>, 0x20000) returning binary
  808  320595 [main] sshd 5380 fhandler_base::set_flags: flags 0x110000, supplied_bin 0x0
   61  320656 [main] sshd 5380 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x10000
   64  320720 [main] sshd 5380 fhandler_base::set_flags: filemode set to binary
   64  320784 [main] sshd 5380 setmode: (4</etc/moduli>, 0x10000) returning text
   68  320852 [main] sshd 5380 readv: readv (4, 0x22CD60, 1) blocking, sigcatchers 1
   63  320915 [main] sshd 5380 readv: no need to call ready_for_read
   75  320990 [main] sshd 5380 fhandler_base::read: returning 1024, binary mode
   63  321053 [main] sshd 5380 readv: 1024 = readv (4, 0x22CD60, 1), errno 2
   64  321117 [main] sshd 5380 fhandler_base::set_flags: flags 0x120000, supplied_bin 0x0
   59  321176 [main] sshd 5380 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x20000
   65  321241 [main] sshd 5380 fhandler_base::set_flags: filemode set to text
   64  321305 [main] sshd 5380 setmode: (4</etc/moduli>, 0x20000) returning binary
  813  322118 [main] sshd 5380 fhandler_base::set_flags: flags 0x110000, supplied_bin 0x0
   57  322175 [main] sshd 5380 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x10000
   63  322238 [main] sshd 5380 fhandler_base::set_flags: filemode set to binary
   63  322301 [main] sshd 5380 setmode: (4</etc/moduli>, 0x10000) returning text
   68  322369 [main] sshd 5380 readv: readv (4, 0x22CD60, 1) blocking, sigcatchers 1
   64  322433 [main] sshd 5380 readv: no need to call ready_for_read
   68  322501 [main] sshd 5380 fhandler_base::read: returning 1024, binary mode
   63  322564 [main] sshd 5380 readv: 1024 = readv (4, 0x22CD60, 1), errno 2
   65  322629 [main] sshd 5380 fhandler_base::set_flags: flags 0x120000, supplied_bin 0x0
   64  322693 [main] sshd 5380 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x20000
   60  322753 [main] sshd 5380 fhandler_base::set_flags: filemode set to text
   70  322823 [main] sshd 5380 setmode: (4</etc/moduli>, 0x20000) returning binary
 1548  324371 [main] sshd 5380 fhandler_base::set_flags: flags 0x110000, supplied_bin 0x0
   58  324429 [main] sshd 5380 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x10000
   63  324492 [main] sshd 5380 fhandler_base::set_flags: filemode set to binary
   64  324556 [main] sshd 5380 setmode: (4</etc/moduli>, 0x10000) returning text
   69  324625 [main] sshd 5380 readv: readv (4, 0x22CD60, 1) blocking, sigcatchers 1
   63  324688 [main] sshd 5380 readv: no need to call ready_for_read
   69  324757 [main] sshd 5380 fhandler_base::read: returning 1024, binary mode
   63  324820 [main] sshd 5380 readv: 1024 = readv (4, 0x22CD60, 1), errno 2
   63  324883 [main] sshd 5380 fhandler_base::set_flags: flags 0x120000, supplied_bin 0x0
   66  324949 [main] sshd 5380 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x20000
   59  325008 [main] sshd 5380 fhandler_base::set_flags: filemode set to text
   64  325072 [main] sshd 5380 setmode: (4</etc/moduli>, 0x20000) returning binary
  822  325894 [main] sshd 5380 fhandler_base::set_flags: flags 0x110000, supplied_bin 0x0
   60  325954 [main] sshd 5380 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x10000
   65  326019 [main] sshd 5380 fhandler_base::set_flags: filemode set to binary
   62  326081 [main] sshd 5380 setmode: (4</etc/moduli>, 0x10000) returning text
   69  326150 [main] sshd 5380 readv: readv (4, 0x22CD60, 1) blocking, sigcatchers 1
   64  326214 [main] sshd 5380 readv: no need to call ready_for_read
   74  326288 [main] sshd 5380 fhandler_base::read: returning 1024, binary mode
   63  326351 [main] sshd 5380 readv: 1024 = readv (4, 0x22CD60, 1), errno 2
   63  326414 [main] sshd 5380 fhandler_base::set_flags: flags 0x120000, supplied_bin 0x0
   63  326477 [main] sshd 5380 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x20000
   59  326536 [main] sshd 5380 fhandler_base::set_flags: filemode set to text
   63  326599 [main] sshd 5380 setmode: (4</etc/moduli>, 0x20000) returning binary
  811  327410 [main] sshd 5380 fhandler_base::set_flags: flags 0x110000, supplied_bin 0x0
   56  327466 [main] sshd 5380 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x10000
   64  327530 [main] sshd 5380 fhandler_base::set_flags: filemode set to binary
   65  327595 [main] sshd 5380 setmode: (4</etc/moduli>, 0x10000) returning text
   68  327663 [main] sshd 5380 readv: readv (4, 0x22CD60, 1) blocking, sigcatchers 1
   64  327727 [main] sshd 5380 readv: no need to call ready_for_read
   69  327796 [main] sshd 5380 fhandler_base::read: returning 1024, binary mode
   69  327865 [main] sshd 5380 readv: 1024 = readv (4, 0x22CD60, 1), errno 2
   64  327929 [main] sshd 5380 fhandler_base::set_flags: flags 0x120000, supplied_bin 0x0
   62  327991 [main] sshd 5380 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x20000
   65  328056 [main] sshd 5380 fhandler_base::set_flags: filemode set to text
   68  328124 [main] sshd 5380 setmode: (4</etc/moduli>, 0x20000) returning binary
 1549  329673 [main] sshd 5380 fhandler_base::set_flags: flags 0x110000, supplied_bin 0x0
   60  329733 [main] sshd 5380 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x10000
   63  329796 [main] sshd 5380 fhandler_base::set_flags: filemode set to binary
   62  329858 [main] sshd 5380 setmode: (4</etc/moduli>, 0x10000) returning text
   69  329927 [main] sshd 5380 readv: readv (4, 0x22CD60, 1) blocking, sigcatchers 1
   63  329990 [main] sshd 5380 readv: no need to call ready_for_read
   69  330059 [main] sshd 5380 fhandler_base::read: returning 1024, binary mode
   66  330125 [main] sshd 5380 readv: 1024 = readv (4, 0x22CD60, 1), errno 2
   63  330188 [main] sshd 5380 fhandler_base::set_flags: flags 0x120000, supplied_bin 0x0
   58  330246 [main] sshd 5380 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x20000
   63  330309 [main] sshd 5380 fhandler_base::set_flags: filemode set to text
   64  330373 [main] sshd 5380 setmode: (4</etc/moduli>, 0x20000) returning binary
  812  331185 [main] sshd 5380 fhandler_base::set_flags: flags 0x110000, supplied_bin 0x0
   62  331247 [main] sshd 5380 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x10000
   64  331311 [main] sshd 5380 fhandler_base::set_flags: filemode set to binary
   64  331375 [main] sshd 5380 setmode: (4</etc/moduli>, 0x10000) returning text
   67  331442 [main] sshd 5380 readv: readv (4, 0x22CD60, 1) blocking, sigcatchers 1
   63  331505 [main] sshd 5380 readv: no need to call ready_for_read
   67  331572 [main] sshd 5380 fhandler_base::read: returning 1024, binary mode
   62  331634 [main] sshd 5380 readv: 1024 = readv (4, 0x22CD60, 1), errno 2
   66  331700 [main] sshd 5380 fhandler_base::set_flags: flags 0x120000, supplied_bin 0x0
   59  331759 [main] sshd 5380 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x20000
   68  331827 [main] sshd 5380 fhandler_base::set_flags: filemode set to text
   63  331890 [main] sshd 5380 setmode: (4</etc/moduli>, 0x20000) returning binary
  819  332709 [main] sshd 5380 fhandler_base::set_flags: flags 0x110000, supplied_bin 0x0
   58  332767 [main] sshd 5380 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x10000
   63  332830 [main] sshd 5380 fhandler_base::set_flags: filemode set to binary
   63  332893 [main] sshd 5380 setmode: (4</etc/moduli>, 0x10000) returning text
   69  332962 [main] sshd 5380 readv: readv (4, 0x22CD60, 1) blocking, sigcatchers 1
   63  333025 [main] sshd 5380 readv: no need to call ready_for_read
   75  333100 [main] sshd 5380 fhandler_base::read: returning 1024, binary mode
   62  333162 [main] sshd 5380 readv: 1024 = readv (4, 0x22CD60, 1), errno 2
   65  333227 [main] sshd 5380 fhandler_base::set_flags: flags 0x120000, supplied_bin 0x0
   60  333287 [main] sshd 5380 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x20000
   65  333352 [main] sshd 5380 fhandler_base::set_flags: filemode set to text
   63  333415 [main] sshd 5380 setmode: (4</etc/moduli>, 0x20000) returning binary
  825  334240 [main] sshd 5380 fhandler_base::set_flags: flags 0x110000, supplied_bin 0x0
   57  334297 [main] sshd 5380 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x10000
   64  334361 [main] sshd 5380 fhandler_base::set_flags: filemode set to binary
   65  334426 [main] sshd 5380 setmode: (4</etc/moduli>, 0x10000) returning text
   69  334495 [main] sshd 5380 readv: readv (4, 0x22CD60, 1) blocking, sigcatchers 1
   64  334559 [main] sshd 5380 readv: no need to call ready_for_read
   68  334627 [main] sshd 5380 fhandler_base::read: returning 1024, binary mode
   70  334697 [main] sshd 5380 readv: 1024 = readv (4, 0x22CD60, 1), errno 2
   66  334763 [main] sshd 5380 fhandler_base::set_flags: flags 0x120000, supplied_bin 0x0
   64  334827 [main] sshd 5380 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x20000
   67  334894 [main] sshd 5380 fhandler_base::set_flags: filemode set to text
   60  334954 [main] sshd 5380 setmode: (4</etc/moduli>, 0x20000) returning binary
 1558  336512 [main] sshd 5380 fhandler_base::set_flags: flags 0x110000, supplied_bin 0x0
   64  336576 [main] sshd 5380 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x10000
   60  336636 [main] sshd 5380 fhandler_base::set_flags: filemode set to binary
   68  336704 [main] sshd 5380 setmode: (4</etc/moduli>, 0x10000) returning text
   67  336771 [main] sshd 5380 readv: readv (4, 0x22CD60, 1) blocking, sigcatchers 1
   63  336834 [main] sshd 5380 readv: no need to call ready_for_read
   70  336904 [main] sshd 5380 fhandler_base::read: returning 1024, binary mode
   62  336966 [main] sshd 5380 readv: 1024 = readv (4, 0x22CD60, 1), errno 2
   64  337030 [main] sshd 5380 fhandler_base::set_flags: flags 0x120000, supplied_bin 0x0
   60  337090 [main] sshd 5380 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x20000
   65  337155 [main] sshd 5380 fhandler_base::set_flags: filemode set to text
   64  337219 [main] sshd 5380 setmode: (4</etc/moduli>, 0x20000) returning binary
  815  338034 [main] sshd 5380 fhandler_base::set_flags: flags 0x110000, supplied_bin 0x0
   58  338092 [main] sshd 5380 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x10000
   64  338156 [main] sshd 5380 fhandler_base::set_flags: filemode set to binary
   64  338220 [main] sshd 5380 setmode: (4</etc/moduli>, 0x10000) returning text
   70  338290 [main] sshd 5380 readv: readv (4, 0x22CD60, 1) blocking, sigcatchers 1
   63  338353 [main] sshd 5380 readv: no need to call ready_for_read
   68  338421 [main] sshd 5380 fhandler_base::read: returning 1024, binary mode
   62  338483 [main] sshd 5380 readv: 1024 = readv (4, 0x22CD60, 1), errno 2
   63  338546 [main] sshd 5380 fhandler_base::set_flags: flags 0x120000, supplied_bin 0x0
   60  338606 [main] sshd 5380 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x20000
   63  338669 [main] sshd 5380 fhandler_base::set_flags: filemode set to text
   64  338733 [main] sshd 5380 setmode: (4</etc/moduli>, 0x20000) returning binary
  820  339553 [main] sshd 5380 fhandler_base::set_flags: flags 0x110000, supplied_bin 0x0
   57  339610 [main] sshd 5380 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x10000
   64  339674 [main] sshd 5380 fhandler_base::set_flags: filemode set to binary
   62  339736 [main] sshd 5380 setmode: (4</etc/moduli>, 0x10000) returning text
   70  339806 [main] sshd 5380 readv: readv (4, 0x22CD60, 1) blocking, sigcatchers 1
   64  339870 [main] sshd 5380 readv: no need to call ready_for_read
   73  339943 [main] sshd 5380 fhandler_base::read: returning 1024, binary mode
   62  340005 [main] sshd 5380 readv: 1024 = readv (4, 0x22CD60, 1), errno 2
   64  340069 [main] sshd 5380 fhandler_base::set_flags: flags 0x120000, supplied_bin 0x0
   59  340128 [main] sshd 5380 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x20000
   63  340191 [main] sshd 5380 fhandler_base::set_flags: filemode set to text
   64  340255 [main] sshd 5380 setmode: (4</etc/moduli>, 0x20000) returning binary
  816  341071 [main] sshd 5380 fhandler_base::set_flags: flags 0x110000, supplied_bin 0x0
   58  341129 [main] sshd 5380 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x10000
   63  341192 [main] sshd 5380 fhandler_base::set_flags: filemode set to binary
   64  341256 [main] sshd 5380 setmode: (4</etc/moduli>, 0x10000) returning text
   68  341324 [main] sshd 5380 readv: readv (4, 0x22CD60, 1) blocking, sigcatchers 1
   63  341387 [main] sshd 5380 readv: no need to call ready_for_read
   68  341455 [main] sshd 5380 fhandler_base::read: returning 1024, binary mode
   62  341517 [main] sshd 5380 readv: 1024 = readv (4, 0x22CD60, 1), errno 2
   71  341588 [main] sshd 5380 fhandler_base::set_flags: flags 0x120000, supplied_bin 0x0
   59  341647 [main] sshd 5380 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x20000
   69  341716 [main] sshd 5380 fhandler_base::set_flags: filemode set to text
   62  341778 [main] sshd 5380 setmode: (4</etc/moduli>, 0x20000) returning binary
 1578  343356 [main] sshd 5380 fhandler_base::set_flags: flags 0x110000, supplied_bin 0x0
   62  343418 [main] sshd 5380 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x10000
   63  343481 [main] sshd 5380 fhandler_base::set_flags: filemode set to binary
   64  343545 [main] sshd 5380 setmode: (4</etc/moduli>, 0x10000) returning text
   68  343613 [main] sshd 5380 readv: readv (4, 0x22CD60, 1) blocking, sigcatchers 1
   63  343676 [main] sshd 5380 readv: no need to call ready_for_read
   67  343743 [main] sshd 5380 fhandler_base::read: returning 1024, binary mode
   63  343806 [main] sshd 5380 readv: 1024 = readv (4, 0x22CD60, 1), errno 2
   63  343869 [main] sshd 5380 fhandler_base::set_flags: flags 0x120000, supplied_bin 0x0
   59  343928 [main] sshd 5380 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x20000
   63  343991 [main] sshd 5380 fhandler_base::set_flags: filemode set to text
   68  344059 [main] sshd 5380 setmode: (4</etc/moduli>, 0x20000) returning binary
  820  344879 [main] sshd 5380 fhandler_base::set_flags: flags 0x110000, supplied_bin 0x0
   58  344937 [main] sshd 5380 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x10000
   62  344999 [main] sshd 5380 fhandler_base::set_flags: filemode set to binary
   66  345065 [main] sshd 5380 setmode: (4</etc/moduli>, 0x10000) returning text
   69  345134 [main] sshd 5380 readv: readv (4, 0x22CD60, 1) blocking, sigcatchers 1
   63  345197 [main] sshd 5380 readv: no need to call ready_for_read
   68  345265 [main] sshd 5380 fhandler_base::read: returning 1024, binary mode
   67  345332 [main] sshd 5380 readv: 1024 = readv (4, 0x22CD60, 1), errno 2
   63  345395 [main] sshd 5380 fhandler_base::set_flags: flags 0x120000, supplied_bin 0x0
   59  345454 [main] sshd 5380 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x20000
   65  345519 [main] sshd 5380 fhandler_base::set_flags: filemode set to text
   62  345581 [main] sshd 5380 setmode: (4</etc/moduli>, 0x20000) returning binary
  813  346394 [main] sshd 5380 fhandler_base::set_flags: flags 0x110000, supplied_bin 0x0
   57  346451 [main] sshd 5380 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x10000
   64  346515 [main] sshd 5380 fhandler_base::set_flags: filemode set to binary
   65  346580 [main] sshd 5380 setmode: (4</etc/moduli>, 0x10000) returning text
   64  346644 [main] sshd 5380 readv: readv (4, 0x22CD60, 1) blocking, sigcatchers 1
   64  346708 [main] sshd 5380 readv: no need to call ready_for_read
   69  346777 [main] sshd 5380 fhandler_base::read: returning 1024, binary mode
   63  346840 [main] sshd 5380 readv: 1024 = readv (4, 0x22CD60, 1), errno 2
   64  346904 [main] sshd 5380 fhandler_base::set_flags: flags 0x120000, supplied_bin 0x0
   68  346972 [main] sshd 5380 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x20000
   63  347035 [main] sshd 5380 fhandler_base::set_flags: filemode set to text
   66  347101 [main] sshd 5380 setmode: (4</etc/moduli>, 0x20000) returning binary
 1558  348659 [main] sshd 5380 fhandler_base::set_flags: flags 0x110000, supplied_bin 0x0
   58  348717 [main] sshd 5380 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x10000
   65  348782 [main] sshd 5380 fhandler_base::set_flags: filemode set to binary
   64  348846 [main] sshd 5380 setmode: (4</etc/moduli>, 0x10000) returning text
   70  348916 [main] sshd 5380 readv: readv (4, 0x22CD60, 1) blocking, sigcatchers 1
   63  348979 [main] sshd 5380 readv: no need to call ready_for_read
   68  349047 [main] sshd 5380 fhandler_base::read: returning 1024, binary mode
   61  349108 [main] sshd 5380 readv: 1024 = readv (4, 0x22CD60, 1), errno 2
   70  349178 [main] sshd 5380 fhandler_base::set_flags: flags 0x120000, supplied_bin 0x0
   59  349237 [main] sshd 5380 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x20000
   68  349305 [main] sshd 5380 fhandler_base::set_flags: filemode set to text
   62  349367 [main] sshd 5380 setmode: (4</etc/moduli>, 0x20000) returning binary
  822  350189 [main] sshd 5380 fhandler_base::set_flags: flags 0x110000, supplied_bin 0x0
   58  350247 [main] sshd 5380 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x10000
   65  350312 [main] sshd 5380 fhandler_base::set_flags: filemode set to binary
   64  350376 [main] sshd 5380 setmode: (4</etc/moduli>, 0x10000) returning text
   68  350444 [main] sshd 5380 readv: readv (4, 0x22CD60, 1) blocking, sigcatchers 1
   65  350509 [main] sshd 5380 readv: no need to call ready_for_read
   70  350579 [main] sshd 5380 fhandler_base::read: returning 1024, binary mode
   62  350641 [main] sshd 5380 readv: 1024 = readv (4, 0x22CD60, 1), errno 2
   64  350705 [main] sshd 5380 fhandler_base::set_flags: flags 0x120000, supplied_bin 0x0
   62  350767 [main] sshd 5380 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x20000
   65  350832 [main] sshd 5380 fhandler_base::set_flags: filemode set to text
   65  350897 [main] sshd 5380 setmode: (4</etc/moduli>, 0x20000) returning binary
  824  351721 [main] sshd 5380 fhandler_base::set_flags: flags 0x110000, supplied_bin 0x0
   59  351780 [main] sshd 5380 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x10000
   64  351844 [main] sshd 5380 fhandler_base::set_flags: filemode set to binary
   65  351909 [main] sshd 5380 setmode: (4</etc/moduli>, 0x10000) returning text
   68  351977 [main] sshd 5380 readv: readv (4, 0x22CD60, 1) blocking, sigcatchers 1
   64  352041 [main] sshd 5380 readv: no need to call ready_for_read
   69  352110 [main] sshd 5380 fhandler_base::read: returning 1024, binary mode
   65  352175 [main] sshd 5380 readv: 1024 = readv (4, 0x22CD60, 1), errno 2
   67  352242 [main] sshd 5380 fhandler_base::set_flags: flags 0x120000, supplied_bin 0x0
   63  352305 [main] sshd 5380 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x20000
   59  352364 [main] sshd 5380 fhandler_base::set_flags: filemode set to text
   66  352430 [main] sshd 5380 setmode: (4</etc/moduli>, 0x20000) returning binary
  826  353256 [main] sshd 5380 fhandler_base::set_flags: flags 0x110000, supplied_bin 0x0
   62  353318 [main] sshd 5380 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x10000
   64  353382 [main] sshd 5380 fhandler_base::set_flags: filemode set to binary
   60  353442 [main] sshd 5380 setmode: (4</etc/moduli>, 0x10000) returning text
   68  353510 [main] sshd 5380 readv: readv (4, 0x22CD60, 1) blocking, sigcatchers 1
   66  353576 [main] sshd 5380 readv: no need to call ready_for_read
   75  353651 [main] sshd 5380 fhandler_base::read: returning 1024, binary mode
   63  353714 [main] sshd 5380 readv: 1024 = readv (4, 0x22CD60, 1), errno 2
   66  353780 [main] sshd 5380 fhandler_base::set_flags: flags 0x120000, supplied_bin 0x0
   64  353844 [main] sshd 5380 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x20000
   64  353908 [main] sshd 5380 fhandler_base::set_flags: filemode set to text
   66  353974 [main] sshd 5380 setmode: (4</etc/moduli>, 0x20000) returning binary
 1568  355542 [main] sshd 5380 fhandler_base::set_flags: flags 0x110000, supplied_bin 0x0
   66  355608 [main] sshd 5380 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x10000
   63  355671 [main] sshd 5380 fhandler_base::set_flags: filemode set to binary
   62  355733 [main] sshd 5380 setmode: (4</etc/moduli>, 0x10000) returning text
   69  355802 [main] sshd 5380 readv: readv (4, 0x22CD60, 1) blocking, sigcatchers 1
   67  355869 [main] sshd 5380 readv: no need to call ready_for_read
   72  355941 [main] sshd 5380 fhandler_base::read: returning 1024, binary mode
   65  356006 [main] sshd 5380 readv: 1024 = readv (4, 0x22CD60, 1), errno 2
   64  356070 [main] sshd 5380 fhandler_base::set_flags: flags 0x120000, supplied_bin 0x0
   68  356138 [main] sshd 5380 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x20000
   60  356198 [main] sshd 5380 fhandler_base::set_flags: filemode set to text
   70  356268 [main] sshd 5380 setmode: (4</etc/moduli>, 0x20000) returning binary
  822  357090 [main] sshd 5380 fhandler_base::set_flags: flags 0x110000, supplied_bin 0x0
   60  357150 [main] sshd 5380 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x10000
   69  357219 [main] sshd 5380 fhandler_base::set_flags: filemode set to binary
   61  357280 [main] sshd 5380 setmode: (4</etc/moduli>, 0x10000) returning text
   69  357349 [main] sshd 5380 readv: readv (4, 0x22CD60, 1) blocking, sigcatchers 1
   64  357413 [main] sshd 5380 readv: no need to call ready_for_read
   69  357482 [main] sshd 5380 fhandler_base::read: returning 1024, binary mode
   62  357544 [main] sshd 5380 readv: 1024 = readv (4, 0x22CD60, 1), errno 2
   64  357608 [main] sshd 5380 fhandler_base::set_flags: flags 0x120000, supplied_bin 0x0
   63  357671 [main] sshd 5380 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x20000
   65  357736 [main] sshd 5380 fhandler_base::set_flags: filemode set to text
   63  357799 [main] sshd 5380 setmode: (4</etc/moduli>, 0x20000) returning binary
  831  358630 [main] sshd 5380 fhandler_base::set_flags: flags 0x110000, supplied_bin 0x0
   69  358699 [main] sshd 5380 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x10000
   65  358764 [main] sshd 5380 fhandler_base::set_flags: filemode set to binary
   65  358829 [main] sshd 5380 setmode: (4</etc/moduli>, 0x10000) returning text
   69  358898 [main] sshd 5380 readv: readv (4, 0x22CD60, 1) blocking, sigcatchers 1
   64  358962 [main] sshd 5380 readv: no need to call ready_for_read
   68  359030 [main] sshd 5380 fhandler_base::read: returning 1024, binary mode
   64  359094 [main] sshd 5380 readv: 1024 = readv (4, 0x22CD60, 1), errno 2
   65  359159 [main] sshd 5380 fhandler_base::set_flags: flags 0x120000, supplied_bin 0x0
   63  359222 [main] sshd 5380 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x20000
   63  359285 [main] sshd 5380 fhandler_base::set_flags: filemode set to text
   62  359347 [main] sshd 5380 setmode: (4</etc/moduli>, 0x20000) returning binary
 1551  360898 [main] sshd 5380 fhandler_base::set_flags: flags 0x110000, supplied_bin 0x0
   60  360958 [main] sshd 5380 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x10000
   66  361024 [main] sshd 5380 fhandler_base::set_flags: filemode set to binary
   64  361088 [main] sshd 5380 setmode: (4</etc/moduli>, 0x10000) returning text
   68  361156 [main] sshd 5380 readv: readv (4, 0x22CD60, 1) blocking, sigcatchers 1
   64  361220 [main] sshd 5380 readv: no need to call ready_for_read
   74  361294 [main] sshd 5380 fhandler_base::read: returning 1024, binary mode
   62  361356 [main] sshd 5380 readv: 1024 = readv (4, 0x22CD60, 1), errno 2
   65  361421 [main] sshd 5380 fhandler_base::set_flags: flags 0x120000, supplied_bin 0x0
   64  361485 [main] sshd 5380 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x20000
   60  361545 [main] sshd 5380 fhandler_base::set_flags: filemode set to text
   64  361609 [main] sshd 5380 setmode: (4</etc/moduli>, 0x20000) returning binary
  823  362432 [main] sshd 5380 fhandler_base::set_flags: flags 0x110000, supplied_bin 0x0
   61  362493 [main] sshd 5380 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x10000
   65  362558 [main] sshd 5380 fhandler_base::set_flags: filemode set to binary
   63  362621 [main] sshd 5380 setmode: (4</etc/moduli>, 0x10000) returning text
   69  362690 [main] sshd 5380 readv: readv (4, 0x22CD60, 1) blocking, sigcatchers 1
   64  362754 [main] sshd 5380 readv: no need to call ready_for_read
   69  362823 [main] sshd 5380 fhandler_base::read: returning 1024, binary mode
   65  362888 [main] sshd 5380 readv: 1024 = readv (4, 0x22CD60, 1), errno 2
   65  362953 [main] sshd 5380 fhandler_base::set_flags: flags 0x120000, supplied_bin 0x0
   66  363019 [main] sshd 5380 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x20000
   65  363084 [main] sshd 5380 fhandler_base::set_flags: filemode set to text
   66  363150 [main] sshd 5380 setmode: (4</etc/moduli>, 0x20000) returning binary
  817  363967 [main] sshd 5380 fhandler_base::set_flags: flags 0x110000, supplied_bin 0x0
   59  364026 [main] sshd 5380 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x10000
   64  364090 [main] sshd 5380 fhandler_base::set_flags: filemode set to binary
   65  364155 [main] sshd 5380 setmode: (4</etc/moduli>, 0x10000) returning text
   66  364221 [main] sshd 5380 readv: readv (4, 0x22CD60, 1) blocking, sigcatchers 1
   65  364286 [main] sshd 5380 readv: no need to call ready_for_read
   70  364356 [main] sshd 5380 fhandler_base::read: returning 1024, binary mode
   65  364421 [main] sshd 5380 readv: 1024 = readv (4, 0x22CD60, 1), errno 2
   65  364486 [main] sshd 5380 fhandler_base::set_flags: flags 0x120000, supplied_bin 0x0
   60  364546 [main] sshd 5380 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x20000
   61  364607 [main] sshd 5380 fhandler_base::set_flags: filemode set to text
   65  364672 [main] sshd 5380 setmode: (4</etc/moduli>, 0x20000) returning binary
  815  365487 [main] sshd 5380 fhandler_base::set_flags: flags 0x110000, supplied_bin 0x0
   58  365545 [main] sshd 5380 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x10000
   62  365607 [main] sshd 5380 fhandler_base::set_flags: filemode set to binary
   63  365670 [main] sshd 5380 setmode: (4</etc/moduli>, 0x10000) returning text
   68  365738 [main] sshd 5380 readv: readv (4, 0x22CD60, 1) blocking, sigcatchers 1
   62  365800 [main] sshd 5380 readv: no need to call ready_for_read
   69  365869 [main] sshd 5380 fhandler_base::read: returning 1024, binary mode
   65  365934 [main] sshd 5380 readv: 1024 = readv (4, 0x22CD60, 1), errno 2
   65  365999 [main] sshd 5380 fhandler_base::set_flags: flags 0x120000, supplied_bin 0x0
   66  366065 [main] sshd 5380 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x20000
   61  366126 [main] sshd 5380 fhandler_base::set_flags: filemode set to text
   67  366193 [main] sshd 5380 setmode: (4</etc/moduli>, 0x20000) returning binary
 1547  367740 [main] sshd 5380 fhandler_base::set_flags: flags 0x110000, supplied_bin 0x0
   62  367802 [main] sshd 5380 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x10000
   64  367866 [main] sshd 5380 fhandler_base::set_flags: filemode set to binary
   63  367929 [main] sshd 5380 setmode: (4</etc/moduli>, 0x10000) returning text
   68  367997 [main] sshd 5380 readv: readv (4, 0x22CD60, 1) blocking, sigcatchers 1
   64  368061 [main] sshd 5380 readv: no need to call ready_for_read
   76  368137 [main] sshd 5380 fhandler_base::read: returning 1024, binary mode
   63  368200 [main] sshd 5380 readv: 1024 = readv (4, 0x22CD60, 1), errno 2
   65  368265 [main] sshd 5380 fhandler_base::set_flags: flags 0x120000, supplied_bin 0x0
   60  368325 [main] sshd 5380 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x20000
   65  368390 [main] sshd 5380 fhandler_base::set_flags: filemode set to text
   65  368455 [main] sshd 5380 setmode: (4</etc/moduli>, 0x20000) returning binary
  818  369273 [main] sshd 5380 fhandler_base::set_flags: flags 0x110000, supplied_bin 0x0
   61  369334 [main] sshd 5380 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x10000
   62  369396 [main] sshd 5380 fhandler_base::set_flags: filemode set to binary
   64  369460 [main] sshd 5380 setmode: (4</etc/moduli>, 0x10000) returning text
   68  369528 [main] sshd 5380 readv: readv (4, 0x22CD60, 1) blocking, sigcatchers 1
   65  369593 [main] sshd 5380 readv: no need to call ready_for_read
   70  369663 [main] sshd 5380 fhandler_base::read: returning 1024, binary mode
   64  369727 [main] sshd 5380 readv: 1024 = readv (4, 0x22CD60, 1), errno 2
   65  369792 [main] sshd 5380 fhandler_base::set_flags: flags 0x120000, supplied_bin 0x0
   62  369854 [main] sshd 5380 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x20000
   70  369924 [main] sshd 5380 fhandler_base::set_flags: filemode set to text
   65  369989 [main] sshd 5380 setmode: (4</etc/moduli>, 0x20000) returning binary
  820  370809 [main] sshd 5380 fhandler_base::set_flags: flags 0x110000, supplied_bin 0x0
   59  370868 [main] sshd 5380 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x10000
   64  370932 [main] sshd 5380 fhandler_base::set_flags: filemode set to binary
   65  370997 [main] sshd 5380 setmode: (4</etc/moduli>, 0x10000) returning text
   69  371066 [main] sshd 5380 readv: readv (4, 0x22CD60, 1) blocking, sigcatchers 1
   64  371130 [main] sshd 5380 readv: no need to call ready_for_read
   68  371198 [main] sshd 5380 fhandler_base::read: returning 1024, binary mode
   66  371264 [main] sshd 5380 readv: 1024 = readv (4, 0x22CD60, 1), errno 2
   65  371329 [main] sshd 5380 fhandler_base::set_flags: flags 0x120000, supplied_bin 0x0
   59  371388 [main] sshd 5380 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x20000
   63  371451 [main] sshd 5380 fhandler_base::set_flags: filemode set to text
   63  371514 [main] sshd 5380 setmode: (4</etc/moduli>, 0x20000) returning binary
  818  372332 [main] sshd 5380 fhandler_base::set_flags: flags 0x110000, supplied_bin 0x0
   58  372390 [main] sshd 5380 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x10000
   63  372453 [main] sshd 5380 fhandler_base::set_flags: filemode set to binary
   63  372516 [main] sshd 5380 setmode: (4</etc/moduli>, 0x10000) returning text
   69  372585 [main] sshd 5380 readv: readv (4, 0x22CD60, 1) blocking, sigcatchers 1
   63  372648 [main] sshd 5380 readv: no need to call ready_for_read
   67  372715 [main] sshd 5380 fhandler_base::read: returning 1024, binary mode
   65  372780 [main] sshd 5380 readv: 1024 = readv (4, 0x22CD60, 1), errno 2
   64  372844 [main] sshd 5380 fhandler_base::set_flags: flags 0x120000, supplied_bin 0x0
   60  372904 [main] sshd 5380 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x20000
   63  372967 [main] sshd 5380 fhandler_base::set_flags: filemode set to text
   63  373030 [main] sshd 5380 setmode: (4</etc/moduli>, 0x20000) returning binary
  823  373853 [main] sshd 5380 fhandler_base::set_flags: flags 0x110000, supplied_bin 0x0
   59  373912 [main] sshd 5380 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x10000
   63  373975 [main] sshd 5380 fhandler_base::set_flags: filemode set to binary
   64  374039 [main] sshd 5380 setmode: (4</etc/moduli>, 0x10000) returning text
   68  374107 [main] sshd 5380 readv: readv (4, 0x22CD60, 1) blocking, sigcatchers 1
   62  374169 [main] sshd 5380 readv: no need to call ready_for_read
   78  374247 [main] sshd 5380 fhandler_base::read: returning 1024, binary mode
   92  374339 [main] sshd 5380 readv: 1024 = readv (4, 0x22CD60, 1), errno 2
   59  374398 [main] sshd 5380 fhandler_base::set_flags: flags 0x120000, supplied_bin 0x0
   68  374466 [main] sshd 5380 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x20000
   66  374532 [main] sshd 5380 fhandler_base::set_flags: filemode set to text
   65  374597 [main] sshd 5380 setmode: (4</etc/moduli>, 0x20000) returning binary
  832  375429 [main] sshd 5380 fhandler_base::set_flags: flags 0x110000, supplied_bin 0x0
   57  375486 [main] sshd 5380 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x10000
   65  375551 [main] sshd 5380 fhandler_base::set_flags: filemode set to binary
   63  375614 [main] sshd 5380 setmode: (4</etc/moduli>, 0x10000) returning text
   69  375683 [main] sshd 5380 readv: readv (4, 0x22CD60, 1) blocking, sigcatchers 1
   65  375748 [main] sshd 5380 readv: no need to call ready_for_read
   74  375822 [main] sshd 5380 fhandler_base::read: returning 1024, binary mode
   63  375885 [main] sshd 5380 readv: 1024 = readv (4, 0x22CD60, 1), errno 2
   64  375949 [main] sshd 5380 fhandler_base::set_flags: flags 0x120000, supplied_bin 0x0
   63  376012 [main] sshd 5380 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x20000
   77  376089 [main] sshd 5380 fhandler_base::set_flags: filemode set to text
   83  376172 [main] sshd 5380 setmode: (4</etc/moduli>, 0x20000) returning binary
  825  376997 [main] sshd 5380 fhandler_base::set_flags: flags 0x110000, supplied_bin 0x0
   61  377058 [main] sshd 5380 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x10000
   64  377122 [main] sshd 5380 fhandler_base::set_flags: filemode set to binary
   63  377185 [main] sshd 5380 setmode: (4</etc/moduli>, 0x10000) returning text
   67  377252 [main] sshd 5380 readv: readv (4, 0x22CD60, 1) blocking, sigcatchers 1
   64  377316 [main] sshd 5380 readv: no need to call ready_for_read
   71  377387 [main] sshd 5380 fhandler_base::read: returning 1024, binary mode
   63  377450 [main] sshd 5380 readv: 1024 = readv (4, 0x22CD60, 1), errno 2
   64  377514 [main] sshd 5380 fhandler_base::set_flags: flags 0x120000, supplied_bin 0x0
   62  377576 [main] sshd 5380 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x20000
   62  377638 [main] sshd 5380 fhandler_base::set_flags: filemode set to text
   64  377702 [main] sshd 5380 setmode: (4</etc/moduli>, 0x20000) returning binary
  815  378517 [main] sshd 5380 fhandler_base::set_flags: flags 0x110000, supplied_bin 0x0
   59  378576 [main] sshd 5380 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x10000
   62  378638 [main] sshd 5380 fhandler_base::set_flags: filemode set to binary
   63  378701 [main] sshd 5380 setmode: (4</etc/moduli>, 0x10000) returning text
   69  378770 [main] sshd 5380 readv: readv (4, 0x22CD60, 1) blocking, sigcatchers 1
   64  378834 [main] sshd 5380 readv: no need to call ready_for_read
   69  378903 [main] sshd 5380 fhandler_base::read: returning 1024, binary mode
   64  378967 [main] sshd 5380 readv: 1024 = readv (4, 0x22CD60, 1), errno 2
   64  379031 [main] sshd 5380 fhandler_base::set_flags: flags 0x120000, supplied_bin 0x0
   62  379093 [main] sshd 5380 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x20000
   64  379157 [main] sshd 5380 fhandler_base::set_flags: filemode set to text
   63  379220 [main] sshd 5380 setmode: (4</etc/moduli>, 0x20000) returning binary
  810  380030 [main] sshd 5380 fhandler_base::set_flags: flags 0x110000, supplied_bin 0x0
   61  380091 [main] sshd 5380 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x10000
   63  380154 [main] sshd 5380 fhandler_base::set_flags: filemode set to binary
   63  380217 [main] sshd 5380 setmode: (4</etc/moduli>, 0x10000) returning text
   67  380284 [main] sshd 5380 readv: readv (4, 0x22CD60, 1) blocking, sigcatchers 1
   64  380348 [main] sshd 5380 readv: no need to call ready_for_read
   74  380422 [main] sshd 5380 fhandler_base::read: returning 1024, binary mode
   63  380485 [main] sshd 5380 readv: 1024 = readv (4, 0x22CD60, 1), errno 2
   65  380550 [main] sshd 5380 fhandler_base::set_flags: flags 0x120000, supplied_bin 0x0
   63  380613 [main] sshd 5380 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x20000
   63  380676 [main] sshd 5380 fhandler_base::set_flags: filemode set to text
   63  380739 [main] sshd 5380 setmode: (4</etc/moduli>, 0x20000) returning binary
  817  381556 [main] sshd 5380 fhandler_base::set_flags: flags 0x110000, supplied_bin 0x0
   59  381615 [main] sshd 5380 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x10000
   63  381678 [main] sshd 5380 fhandler_base::set_flags: filemode set to binary
   68  381746 [main] sshd 5380 setmode: (4</etc/moduli>, 0x10000) returning text
   64  381810 [main] sshd 5380 readv: readv (4, 0x22CD60, 1) blocking, sigcatchers 1
   63  381873 [main] sshd 5380 readv: no need to call ready_for_read
   68  381941 [main] sshd 5380 fhandler_base::read: returning 1024, binary mode
   65  382006 [main] sshd 5380 readv: 1024 = readv (4, 0x22CD60, 1), errno 2
   64  382070 [main] sshd 5380 fhandler_base::set_flags: flags 0x120000, supplied_bin 0x0
   68  382138 [main] sshd 5380 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x20000
   64  382202 [main] sshd 5380 fhandler_base::set_flags: filemode set to text
   73  382275 [main] sshd 5380 setmode: (4</etc/moduli>, 0x20000) returning binary
  814  383089 [main] sshd 5380 fhandler_base::set_flags: flags 0x110000, supplied_bin 0x0
   62  383151 [main] sshd 5380 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x10000
   68  383219 [main] sshd 5380 fhandler_base::set_flags: filemode set to binary
   60  383279 [main] sshd 5380 setmode: (4</etc/moduli>, 0x10000) returning text
   68  383347 [main] sshd 5380 readv: readv (4, 0x22CD60, 1) blocking, sigcatchers 1
   63  383410 [main] sshd 5380 readv: no need to call ready_for_read
   72  383482 [main] sshd 5380 fhandler_base::read: returning 1024, binary mode
   63  383545 [main] sshd 5380 readv: 1024 = readv (4, 0x22CD60, 1), errno 2
   64  383609 [main] sshd 5380 fhandler_base::set_flags: flags 0x120000, supplied_bin 0x0
   63  383672 [main] sshd 5380 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x20000
   63  383735 [main] sshd 5380 fhandler_base::set_flags: filemode set to text
   67  383802 [main] sshd 5380 setmode: (4</etc/moduli>, 0x20000) returning binary
  813  384615 [main] sshd 5380 fhandler_base::set_flags: flags 0x110000, supplied_bin 0x0
   66  384681 [main] sshd 5380 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x10000
   61  384742 [main] sshd 5380 fhandler_base::set_flags: filemode set to binary
   63  384805 [main] sshd 5380 setmode: (4</etc/moduli>, 0x10000) returning text
   68  384873 [main] sshd 5380 readv: readv (4, 0x22CD60, 1) blocking, sigcatchers 1
   64  384937 [main] sshd 5380 readv: no need to call ready_for_read
   72  385009 [main] sshd 5380 fhandler_base::read: returning 1024, binary mode
   64  385073 [main] sshd 5380 readv: 1024 = readv (4, 0x22CD60, 1), errno 2
   64  385137 [main] sshd 5380 fhandler_base::set_flags: flags 0x120000, supplied_bin 0x0
   62  385199 [main] sshd 5380 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x20000
   63  385262 [main] sshd 5380 fhandler_base::set_flags: filemode set to text
   67  385329 [main] sshd 5380 setmode: (4</etc/moduli>, 0x20000) returning binary
  813  386142 [main] sshd 5380 fhandler_base::set_flags: flags 0x110000, supplied_bin 0x0
   59  386201 [main] sshd 5380 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x10000
   63  386264 [main] sshd 5380 fhandler_base::set_flags: filemode set to binary
   63  386327 [main] sshd 5380 setmode: (4</etc/moduli>, 0x10000) returning text
   69  386396 [main] sshd 5380 readv: readv (4, 0x22CD60, 1) blocking, sigcatchers 1
   64  386460 [main] sshd 5380 readv: no need to call ready_for_read
   74  386534 [main] sshd 5380 fhandler_base::read: returning 1024, binary mode
   64  386598 [main] sshd 5380 readv: 1024 = readv (4, 0x22CD60, 1), errno 2
   64  386662 [main] sshd 5380 fhandler_base::set_flags: flags 0x120000, supplied_bin 0x0
   62  386724 [main] sshd 5380 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x20000
   67  386791 [main] sshd 5380 fhandler_base::set_flags: filemode set to text
   59  386850 [main] sshd 5380 setmode: (4</etc/moduli>, 0x20000) returning binary
  815  387665 [main] sshd 5380 fhandler_base::set_flags: flags 0x110000, supplied_bin 0x0
   61  387726 [main] sshd 5380 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x10000
   68  387794 [main] sshd 5380 fhandler_base::set_flags: filemode set to binary
   59  387853 [main] sshd 5380 setmode: (4</etc/moduli>, 0x10000) returning text
   68  387921 [main] sshd 5380 readv: readv (4, 0x22CD60, 1) blocking, sigcatchers 1
   63  387984 [main] sshd 5380 readv: no need to call ready_for_read
   68  388052 [main] sshd 5380 fhandler_base::read: returning 1024, binary mode
   65  388117 [main] sshd 5380 readv: 1024 = readv (4, 0x22CD60, 1), errno 2
   64  388181 [main] sshd 5380 fhandler_base::set_flags: flags 0x120000, supplied_bin 0x0
   59  388240 [main] sshd 5380 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x20000
   63  388303 [main] sshd 5380 fhandler_base::set_flags: filemode set to text
  167  388470 [main] sshd 5380 setmode: (4</etc/moduli>, 0x20000) returning binary
  822  389292 [main] sshd 5380 fhandler_base::set_flags: flags 0x110000, supplied_bin 0x0
   67  389359 [main] sshd 5380 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x10000
   64  389423 [main] sshd 5380 fhandler_base::set_flags: filemode set to binary
   64  389487 [main] sshd 5380 setmode: (4</etc/moduli>, 0x10000) returning text
   65  389552 [main] sshd 5380 readv: readv (4, 0x22CD60, 1) blocking, sigcatchers 1
   64  389616 [main] sshd 5380 readv: no need to call ready_for_read
   69  389685 [main] sshd 5380 fhandler_base::read: returning 1024, binary mode
   66  389751 [main] sshd 5380 readv: 1024 = readv (4, 0x22CD60, 1), errno 2
   65  389816 [main] sshd 5380 fhandler_base::set_flags: flags 0x120000, supplied_bin 0x0
   79  389895 [main] sshd 5380 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x20000
   76  389971 [main] sshd 5380 fhandler_base::set_flags: filemode set to text
   68  390039 [main] sshd 5380 setmode: (4</etc/moduli>, 0x20000) returning binary
  834  390873 [main] sshd 5380 fhandler_base::set_flags: flags 0x110000, supplied_bin 0x0
   58  390931 [main] sshd 5380 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x10000
   69  391000 [main] sshd 5380 fhandler_base::set_flags: filemode set to binary
   61  391061 [main] sshd 5380 setmode: (4</etc/moduli>, 0x10000) returning text
   68  391129 [main] sshd 5380 readv: readv (4, 0x22CD60, 1) blocking, sigcatchers 1
   64  391193 [main] sshd 5380 readv: no need to call ready_for_read
   76  391269 [main] sshd 5380 fhandler_base::read: returning 1024, binary mode
   62  391331 [main] sshd 5380 readv: 1024 = readv (4, 0x22CD60, 1), errno 2
   64  391395 [main] sshd 5380 fhandler_base::set_flags: flags 0x120000, supplied_bin 0x0
   59  391454 [main] sshd 5380 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x20000
   70  391524 [main] sshd 5380 fhandler_base::set_flags: filemode set to text
   58  391582 [main] sshd 5380 setmode: (4</etc/moduli>, 0x20000) returning binary
  823  392405 [main] sshd 5380 fhandler_base::set_flags: flags 0x110000, supplied_bin 0x0
   58  392463 [main] sshd 5380 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x10000
   63  392526 [main] sshd 5380 fhandler_base::set_flags: filemode set to binary
   62  392588 [main] sshd 5380 setmode: (4</etc/moduli>, 0x10000) returning text
   68  392656 [main] sshd 5380 readv: readv (4, 0x22CD60, 1) blocking, sigcatchers 1
   66  392722 [main] sshd 5380 readv: no need to call ready_for_read
   72  392794 [main] sshd 5380 fhandler_base::read: returning 1024, binary mode
   63  392857 [main] sshd 5380 readv: 1024 = readv (4, 0x22CD60, 1), errno 2
   63  392920 [main] sshd 5380 fhandler_base::set_flags: flags 0x120000, supplied_bin 0x0
   61  392981 [main] sshd 5380 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x20000
   65  393046 [main] sshd 5380 fhandler_base::set_flags: filemode set to text
   66  393112 [main] sshd 5380 setmode: (4</etc/moduli>, 0x20000) returning binary
  816  393928 [main] sshd 5380 fhandler_base::set_flags: flags 0x110000, supplied_bin 0x0
   59  393987 [main] sshd 5380 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x10000
   64  394051 [main] sshd 5380 fhandler_base::set_flags: filemode set to binary
   66  394117 [main] sshd 5380 setmode: (4</etc/moduli>, 0x10000) returning text
   67  394184 [main] sshd 5380 readv: readv (4, 0x22CD60, 1) blocking, sigcatchers 1
   63  394247 [main] sshd 5380 readv: no need to call ready_for_read
   69  394316 [main] sshd 5380 fhandler_base::read: returning 1024, binary mode
   63  394379 [main] sshd 5380 readv: 1024 = readv (4, 0x22CD60, 1), errno 2
   64  394443 [main] sshd 5380 fhandler_base::set_flags: flags 0x120000, supplied_bin 0x0
   62  394505 [main] sshd 5380 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x20000
   63  394568 [main] sshd 5380 fhandler_base::set_flags: filemode set to text
   63  394631 [main] sshd 5380 setmode: (4</etc/moduli>, 0x20000) returning binary
  828  395459 [main] sshd 5380 fhandler_base::set_flags: flags 0x110000, supplied_bin 0x0
   58  395517 [main] sshd 5380 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x10000
   64  395581 [main] sshd 5380 fhandler_base::set_flags: filemode set to binary
   65  395646 [main] sshd 5380 setmode: (4</etc/moduli>, 0x10000) returning text
   68  395714 [main] sshd 5380 readv: readv (4, 0x22CD60, 1) blocking, sigcatchers 1
   63  395777 [main] sshd 5380 readv: no need to call ready_for_read
   67  395844 [main] sshd 5380 fhandler_base::read: returning 1024, binary mode
   63  395907 [main] sshd 5380 readv: 1024 = readv (4, 0x22CD60, 1), errno 2
   65  395972 [main] sshd 5380 fhandler_base::set_flags: flags 0x120000, supplied_bin 0x0
   59  396031 [main] sshd 5380 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x20000
   65  396096 [main] sshd 5380 fhandler_base::set_flags: filemode set to text
   63  396159 [main] sshd 5380 setmode: (4</etc/moduli>, 0x20000) returning binary
  814  396973 [main] sshd 5380 fhandler_base::set_flags: flags 0x110000, supplied_bin 0x0
   60  397033 [main] sshd 5380 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x10000
   65  397098 [main] sshd 5380 fhandler_base::set_flags: filemode set to binary
   63  397161 [main] sshd 5380 setmode: (4</etc/moduli>, 0x10000) returning text
   68  397229 [main] sshd 5380 readv: readv (4, 0x22CD60, 1) blocking, sigcatchers 1
   62  397291 [main] sshd 5380 readv: no need to call ready_for_read
   68  397359 [main] sshd 5380 fhandler_base::read: returning 1024, binary mode
   63  397422 [main] sshd 5380 readv: 1024 = readv (4, 0x22CD60, 1), errno 2
   63  397485 [main] sshd 5380 fhandler_base::set_flags: flags 0x120000, supplied_bin 0x0
   60  397545 [main] sshd 5380 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x20000
   63  397608 [main] sshd 5380 fhandler_base::set_flags: filemode set to text
   63  397671 [main] sshd 5380 setmode: (4</etc/moduli>, 0x20000) returning binary
  819  398490 [main] sshd 5380 fhandler_base::set_flags: flags 0x110000, supplied_bin 0x0
   59  398549 [main] sshd 5380 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x10000
   63  398612 [main] sshd 5380 fhandler_base::set_flags: filemode set to binary
   65  398677 [main] sshd 5380 setmode: (4</etc/moduli>, 0x10000) returning text
   69  398746 [main] sshd 5380 readv: readv (4, 0x22CD60, 1) blocking, sigcatchers 1
   63  398809 [main] sshd 5380 readv: no need to call ready_for_read
   76  398885 [main] sshd 5380 fhandler_base::read: returning 1024, binary mode
   63  398948 [main] sshd 5380 readv: 1024 = readv (4, 0x22CD60, 1), errno 2
   64  399012 [main] sshd 5380 fhandler_base::set_flags: flags 0x120000, supplied_bin 0x0
   61  399073 [main] sshd 5380 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x20000
   64  399137 [main] sshd 5380 fhandler_base::set_flags: filemode set to text
   62  399199 [main] sshd 5380 setmode: (4</etc/moduli>, 0x20000) returning binary
  824  400023 [main] sshd 5380 fhandler_base::set_flags: flags 0x110000, supplied_bin 0x0
   57  400080 [main] sshd 5380 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x10000
   66  400146 [main] sshd 5380 fhandler_base::set_flags: filemode set to binary
   64  400210 [main] sshd 5380 setmode: (4</etc/moduli>, 0x10000) returning text
   67  400277 [main] sshd 5380 readv: readv (4, 0x22CD60, 1) blocking, sigcatchers 1
   65  400342 [main] sshd 5380 readv: no need to call ready_for_read
   68  400410 [main] sshd 5380 fhandler_base::read: returning 1024, binary mode
   63  400473 [main] sshd 5380 readv: 1024 = readv (4, 0x22CD60, 1), errno 2
   65  400538 [main] sshd 5380 fhandler_base::set_flags: flags 0x120000, supplied_bin 0x0
   59  400597 [main] sshd 5380 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x20000
   63  400660 [main] sshd 5380 fhandler_base::set_flags: filemode set to text
   64  400724 [main] sshd 5380 setmode: (4</etc/moduli>, 0x20000) returning binary
  825  401549 [main] sshd 5380 fhandler_base::set_flags: flags 0x110000, supplied_bin 0x0
   61  401610 [main] sshd 5380 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x10000
   65  401675 [main] sshd 5380 fhandler_base::set_flags: filemode set to binary
   62  401737 [main] sshd 5380 setmode: (4</etc/moduli>, 0x10000) returning text
   69  401806 [main] sshd 5380 readv: readv (4, 0x22CD60, 1) blocking, sigcatchers 1
   63  401869 [main] sshd 5380 readv: no need to call ready_for_read
   68  401937 [main] sshd 5380 fhandler_base::read: returning 1024, binary mode
   62  401999 [main] sshd 5380 readv: 1024 = readv (4, 0x22CD60, 1), errno 2
   64  402063 [main] sshd 5380 fhandler_base::set_flags: flags 0x120000, supplied_bin 0x0
   60  402123 [main] sshd 5380 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x20000
   64  402187 [main] sshd 5380 fhandler_base::set_flags: filemode set to text
   65  402252 [main] sshd 5380 setmode: (4</etc/moduli>, 0x20000) returning binary
   78  402330 [main] sshd 5380 fhandler_base::set_flags: flags 0x110000, supplied_bin 0x0
   57  402387 [main] sshd 5380 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x10000
   68  402455 [main] sshd 5380 fhandler_base::set_flags: filemode set to binary
   63  402518 [main] sshd 5380 setmode: (4</etc/moduli>, 0x10000) returning text
   66  402584 [main] sshd 5380 readv: readv (4, 0x22CD60, 1) blocking, sigcatchers 1
   65  402649 [main] sshd 5380 readv: no need to call ready_for_read
   68  402717 [main] sshd 5380 fhandler_base::read: returning 1024, binary mode
   62  402779 [main] sshd 5380 readv: 1024 = readv (4, 0x22CD60, 1), errno 2
   65  402844 [main] sshd 5380 fhandler_base::set_flags: flags 0x120000, supplied_bin 0x0
   64  402908 [main] sshd 5380 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x20000
   63  402971 [main] sshd 5380 fhandler_base::set_flags: filemode set to text
   65  403036 [main] sshd 5380 setmode: (4</etc/moduli>, 0x20000) returning binary
  819  403855 [main] sshd 5380 fhandler_base::set_flags: flags 0x110000, supplied_bin 0x0
   57  403912 [main] sshd 5380 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x10000
   66  403978 [main] sshd 5380 fhandler_base::set_flags: filemode set to binary
   61  404039 [main] sshd 5380 setmode: (4</etc/moduli>, 0x10000) returning text
   69  404108 [main] sshd 5380 readv: readv (4, 0x22CD60, 1) blocking, sigcatchers 1
   62  404170 [main] sshd 5380 readv: no need to call ready_for_read
   74  404244 [main] sshd 5380 fhandler_base::read: returning 1024, binary mode
   62  404306 [main] sshd 5380 readv: 1024 = readv (4, 0x22CD60, 1), errno 2
   64  404370 [main] sshd 5380 fhandler_base::set_flags: flags 0x120000, supplied_bin 0x0
   62  404432 [main] sshd 5380 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x20000
   64  404496 [main] sshd 5380 fhandler_base::set_flags: filemode set to text
   62  404558 [main] sshd 5380 setmode: (4</etc/moduli>, 0x20000) returning binary
  820  405378 [main] sshd 5380 fhandler_base::set_flags: flags 0x110000, supplied_bin 0x0
   58  405436 [main] sshd 5380 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x10000
   68  405504 [main] sshd 5380 fhandler_base::set_flags: filemode set to binary
   58  405562 [main] sshd 5380 setmode: (4</etc/moduli>, 0x10000) returning text
   66  405628 [main] sshd 5380 readv: readv (4, 0x22CD60, 1) blocking, sigcatchers 1
   72  405700 [main] sshd 5380 readv: no need to call ready_for_read
   68  405768 [main] sshd 5380 fhandler_base::read: returning 1024, binary mode
   65  405833 [main] sshd 5380 readv: 1024 = readv (4, 0x22CD60, 1), errno 2
   64  405897 [main] sshd 5380 fhandler_base::set_flags: flags 0x120000, supplied_bin 0x0
   62  405959 [main] sshd 5380 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x20000
   63  406022 [main] sshd 5380 fhandler_base::set_flags: filemode set to text
   68  406090 [main] sshd 5380 setmode: (4</etc/moduli>, 0x20000) returning binary
  829  406919 [main] sshd 5380 fhandler_base::set_flags: flags 0x110000, supplied_bin 0x0
   64  406983 [main] sshd 5380 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x10000
   64  407047 [main] sshd 5380 fhandler_base::set_flags: filemode set to binary
   69  407116 [main] sshd 5380 setmode: (4</etc/moduli>, 0x10000) returning text
   69  407185 [main] sshd 5380 readv: readv (4, 0x22CD60, 1) blocking, sigcatchers 1
   63  407248 [main] sshd 5380 readv: no need to call ready_for_read
   72  407320 [main] sshd 5380 fhandler_base::read: returning 1024, binary mode
   62  407382 [main] sshd 5380 readv: 1024 = readv (4, 0x22CD60, 1), errno 2
   66  407448 [main] sshd 5380 fhandler_base::set_flags: flags 0x120000, supplied_bin 0x0
   61  407509 [main] sshd 5380 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x20000
   69  407578 [main] sshd 5380 fhandler_base::set_flags: filemode set to text
   61  407639 [main] sshd 5380 setmode: (4</etc/moduli>, 0x20000) returning binary
  829  408468 [main] sshd 5380 fhandler_base::set_flags: flags 0x110000, supplied_bin 0x0
   58  408526 [main] sshd 5380 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x10000
   63  408589 [main] sshd 5380 fhandler_base::set_flags: filemode set to binary
   64  408653 [main] sshd 5380 setmode: (4</etc/moduli>, 0x10000) returning text
   68  408721 [main] sshd 5380 readv: readv (4, 0x22CD60, 1) blocking, sigcatchers 1
   63  408784 [main] sshd 5380 readv: no need to call ready_for_read
   67  408851 [main] sshd 5380 fhandler_base::read: returning 1024, binary mode
   63  408914 [main] sshd 5380 readv: 1024 = readv (4, 0x22CD60, 1), errno 2
   63  408977 [main] sshd 5380 fhandler_base::set_flags: flags 0x120000, supplied_bin 0x0
   59  409036 [main] sshd 5380 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x20000
   64  409100 [main] sshd 5380 fhandler_base::set_flags: filemode set to text
   63  409163 [main] sshd 5380 setmode: (4</etc/moduli>, 0x20000) returning binary
  815  409978 [main] sshd 5380 fhandler_base::set_flags: flags 0x110000, supplied_bin 0x0
   57  410035 [main] sshd 5380 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x10000
   64  410099 [main] sshd 5380 fhandler_base::set_flags: filemode set to binary
   63  410162 [main] sshd 5380 setmode: (4</etc/moduli>, 0x10000) returning text
   69  410231 [main] sshd 5380 readv: readv (4, 0x22CD60, 1) blocking, sigcatchers 1
   62  410293 [main] sshd 5380 readv: no need to call ready_for_read
   74  410367 [main] sshd 5380 fhandler_base::read: returning 1024, binary mode
   62  410429 [main] sshd 5380 readv: 1024 = readv (4, 0x22CD60, 1), errno 2
   65  410494 [main] sshd 5380 fhandler_base::set_flags: flags 0x120000, supplied_bin 0x0
   58  410552 [main] sshd 5380 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x20000
   64  410616 [main] sshd 5380 fhandler_base::set_flags: filemode set to text
   64  410680 [main] sshd 5380 setmode: (4</etc/moduli>, 0x20000) returning binary
  821  411501 [main] sshd 5380 fhandler_base::set_flags: flags 0x110000, supplied_bin 0x0
   57  411558 [main] sshd 5380 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x10000
   62  411620 [main] sshd 5380 fhandler_base::set_flags: filemode set to binary
   65  411685 [main] sshd 5380 setmode: (4</etc/moduli>, 0x10000) returning text
   67  411752 [main] sshd 5380 readv: readv (4, 0x22CD60, 1) blocking, sigcatchers 1
   63  411815 [main] sshd 5380 readv: no need to call ready_for_read
   67  411882 [main] sshd 5380 fhandler_base::read: returning 1024, binary mode
   63  411945 [main] sshd 5380 readv: 1024 = readv (4, 0x22CD60, 1), errno 2
   64  412009 [main] sshd 5380 fhandler_base::set_flags: flags 0x120000, supplied_bin 0x0
   59  412068 [main] sshd 5380 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x20000
   64  412132 [main] sshd 5380 fhandler_base::set_flags: filemode set to text
   64  412196 [main] sshd 5380 setmode: (4</etc/moduli>, 0x20000) returning binary
  823  413019 [main] sshd 5380 fhandler_base::set_flags: flags 0x110000, supplied_bin 0x0
   65  413084 [main] sshd 5380 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x10000
   65  413149 [main] sshd 5380 fhandler_base::set_flags: filemode set to binary
   64  413213 [main] sshd 5380 setmode: (4</etc/moduli>, 0x10000) returning text
   69  413282 [main] sshd 5380 readv: readv (4, 0x22CD60, 1) blocking, sigcatchers 1
   64  413346 [main] sshd 5380 readv: no need to call ready_for_read
   70  413416 [main] sshd 5380 fhandler_base::read: returning 1024, binary mode
   64  413480 [main] sshd 5380 readv: 1024 = readv (4, 0x22CD60, 1), errno 2
   63  413543 [main] sshd 5380 fhandler_base::set_flags: flags 0x120000, supplied_bin 0x0
   63  413606 [main] sshd 5380 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x20000
   64  413670 [main] sshd 5380 fhandler_base::set_flags: filemode set to text
   62  413732 [main] sshd 5380 setmode: (4</etc/moduli>, 0x20000) returning binary
  823  414555 [main] sshd 5380 fhandler_base::set_flags: flags 0x110000, supplied_bin 0x0
   58  414613 [main] sshd 5380 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x10000
   65  414678 [main] sshd 5380 fhandler_base::set_flags: filemode set to binary
   64  414742 [main] sshd 5380 setmode: (4</etc/moduli>, 0x10000) returning text
   70  414812 [main] sshd 5380 readv: readv (4, 0x22CD60, 1) blocking, sigcatchers 1
   64  414876 [main] sshd 5380 readv: no need to call ready_for_read
   69  414945 [main] sshd 5380 fhandler_base::read: returning 1024, binary mode
   64  415009 [main] sshd 5380 readv: 1024 = readv (4, 0x22CD60, 1), errno 2
   64  415073 [main] sshd 5380 fhandler_base::set_flags: flags 0x120000, supplied_bin 0x0
   59  415132 [main] sshd 5380 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x20000
   64  415196 [main] sshd 5380 fhandler_base::set_flags: filemode set to text
   64  415260 [main] sshd 5380 setmode: (4</etc/moduli>, 0x20000) returning binary
  833  416093 [main] sshd 5380 fhandler_base::set_flags: flags 0x110000, supplied_bin 0x0
   58  416151 [main] sshd 5380 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x10000
   63  416214 [main] sshd 5380 fhandler_base::set_flags: filemode set to binary
   63  416277 [main] sshd 5380 setmode: (4</etc/moduli>, 0x10000) returning text
   67  416344 [main] sshd 5380 readv: readv (4, 0x22CD60, 1) blocking, sigcatchers 1
   63  416407 [main] sshd 5380 readv: no need to call ready_for_read
   74  416481 [main] sshd 5380 fhandler_base::read: returning 1024, binary mode
   63  416544 [main] sshd 5380 readv: 1024 = readv (4, 0x22CD60, 1), errno 2
   64  416608 [main] sshd 5380 fhandler_base::set_flags: flags 0x120000, supplied_bin 0x0
   59  416667 [main] sshd 5380 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x20000
   64  416731 [main] sshd 5380 fhandler_base::set_flags: filemode set to text
   65  416796 [main] sshd 5380 setmode: (4</etc/moduli>, 0x20000) returning binary
  831  417627 [main] sshd 5380 fhandler_base::set_flags: flags 0x110000, supplied_bin 0x0
   57  417684 [main] sshd 5380 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x10000
   64  417748 [main] sshd 5380 fhandler_base::set_flags: filemode set to binary
   65  417813 [main] sshd 5380 setmode: (4</etc/moduli>, 0x10000) returning text
   67  417880 [main] sshd 5380 readv: readv (4, 0x22CD60, 1) blocking, sigcatchers 1
   64  417944 [main] sshd 5380 readv: no need to call ready_for_read
   67  418011 [main] sshd 5380 fhandler_base::read: returning 1024, binary mode
   64  418075 [main] sshd 5380 readv: 1024 = readv (4, 0x22CD60, 1), errno 2
   63  418138 [main] sshd 5380 fhandler_base::set_flags: flags 0x120000, supplied_bin 0x0
   60  418198 [main] sshd 5380 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x20000
   63  418261 [main] sshd 5380 fhandler_base::set_flags: filemode set to text
   64  418325 [main] sshd 5380 setmode: (4</etc/moduli>, 0x20000) returning binary
  827  419152 [main] sshd 5380 fhandler_base::set_flags: flags 0x110000, supplied_bin 0x0
   60  419212 [main] sshd 5380 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x10000
   70  419282 [main] sshd 5380 fhandler_base::set_flags: filemode set to binary
   63  419345 [main] sshd 5380 setmode: (4</etc/moduli>, 0x10000) returning text
   70  419415 [main] sshd 5380 readv: readv (4, 0x22CD60, 1) blocking, sigcatchers 1
   64  419479 [main] sshd 5380 readv: no need to call ready_for_read
   68  419547 [main] sshd 5380 fhandler_base::read: returning 1024, binary mode
   65  419612 [main] sshd 5380 readv: 1024 = readv (4, 0x22CD60, 1), errno 2
   65  419677 [main] sshd 5380 fhandler_base::set_flags: flags 0x120000, supplied_bin 0x0
   63  419740 [main] sshd 5380 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x20000
   66  419806 [main] sshd 5380 fhandler_base::set_flags: filemode set to text
   65  419871 [main] sshd 5380 setmode: (4</etc/moduli>, 0x20000) returning binary
   81  419952 [main] sshd 5380 fhandler_base::set_flags: flags 0x110000, supplied_bin 0x0
   58  420010 [main] sshd 5380 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x10000
   64  420074 [main] sshd 5380 fhandler_base::set_flags: filemode set to binary
   64  420138 [main] sshd 5380 setmode: (4</etc/moduli>, 0x10000) returning text
   69  420207 [main] sshd 5380 readv: readv (4, 0x22CD60, 1) blocking, sigcatchers 1
   63  420270 [main] sshd 5380 readv: no need to call ready_for_read
   68  420338 [main] sshd 5380 fhandler_base::read: returning 1024, binary mode
   66  420404 [main] sshd 5380 readv: 1024 = readv (4, 0x22CD60, 1), errno 2
   64  420468 [main] sshd 5380 fhandler_base::set_flags: flags 0x120000, supplied_bin 0x0
   60  420528 [main] sshd 5380 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x20000
   64  420592 [main] sshd 5380 fhandler_base::set_flags: filemode set to text
   64  420656 [main] sshd 5380 setmode: (4</etc/moduli>, 0x20000) returning binary
  853  421509 [main] sshd 5380 fhandler_base::set_flags: flags 0x110000, supplied_bin 0x0
   64  421573 [main] sshd 5380 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x10000
   60  421633 [main] sshd 5380 fhandler_base::set_flags: filemode set to binary
   66  421699 [main] sshd 5380 setmode: (4</etc/moduli>, 0x10000) returning text
   67  421766 [main] sshd 5380 readv: readv (4, 0x22CD60, 1) blocking, sigcatchers 1
   64  421830 [main] sshd 5380 readv: no need to call ready_for_read
   74  421904 [main] sshd 5380 fhandler_base::read: returning 1024, binary mode
   63  421967 [main] sshd 5380 readv: 1024 = readv (4, 0x22CD60, 1), errno 2
   64  422031 [main] sshd 5380 fhandler_base::set_flags: flags 0x120000, supplied_bin 0x0
   62  422093 [main] sshd 5380 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x20000
   64  422157 [main] sshd 5380 fhandler_base::set_flags: filemode set to text
   63  422220 [main] sshd 5380 setmode: (4</etc/moduli>, 0x20000) returning binary
  836  423056 [main] sshd 5380 fhandler_base::set_flags: flags 0x110000, supplied_bin 0x0
   60  423116 [main] sshd 5380 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x10000
   66  423182 [main] sshd 5380 fhandler_base::set_flags: filemode set to binary
   64  423246 [main] sshd 5380 setmode: (4</etc/moduli>, 0x10000) returning text
   67  423313 [main] sshd 5380 readv: readv (4, 0x22CD60, 1) blocking, sigcatchers 1
   64  423377 [main] sshd 5380 readv: no need to call ready_for_read
   68  423445 [main] sshd 5380 fhandler_base::read: returning 1024, binary mode
   67  423512 [main] sshd 5380 readv: 1024 = readv (4, 0x22CD60, 1), errno 2
   66  423578 [main] sshd 5380 fhandler_base::set_flags: flags 0x120000, supplied_bin 0x0
   63  423641 [main] sshd 5380 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x20000
   65  423706 [main] sshd 5380 fhandler_base::set_flags: filemode set to text
   63  423769 [main] sshd 5380 setmode: (4</etc/moduli>, 0x20000) returning binary
   76  423845 [main] sshd 5380 fhandler_base::set_flags: flags 0x110000, supplied_bin 0x0
   58  423903 [main] sshd 5380 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x10000
   71  423974 [main] sshd 5380 fhandler_base::set_flags: filemode set to binary
   64  424038 [main] sshd 5380 setmode: (4</etc/moduli>, 0x10000) returning text
   69  424107 [main] sshd 5380 readv: readv (4, 0x22CD60, 1) blocking, sigcatchers 1
   63  424170 [main] sshd 5380 readv: no need to call ready_for_read
   68  424238 [main] sshd 5380 fhandler_base::read: returning 1024, binary mode
   66  424304 [main] sshd 5380 readv: 1024 = readv (4, 0x22CD60, 1), errno 2
   64  424368 [main] sshd 5380 fhandler_base::set_flags: flags 0x120000, supplied_bin 0x0
   63  424431 [main] sshd 5380 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x20000
   63  424494 [main] sshd 5380 fhandler_base::set_flags: filemode set to text
   65  424559 [main] sshd 5380 setmode: (4</etc/moduli>, 0x20000) returning binary
  838  425397 [main] sshd 5380 fhandler_base::set_flags: flags 0x110000, supplied_bin 0x0
   58  425455 [main] sshd 5380 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x10000
   64  425519 [main] sshd 5380 fhandler_base::set_flags: filemode set to binary
   62  425581 [main] sshd 5380 setmode: (4</etc/moduli>, 0x10000) returning text
   68  425649 [main] sshd 5380 readv: readv (4, 0x22CD60, 1) blocking, sigcatchers 1
   63  425712 [main] sshd 5380 readv: no need to call ready_for_read
   68  425780 [main] sshd 5380 fhandler_base::read: returning 1024, binary mode
   64  425844 [main] sshd 5380 readv: 1024 = readv (4, 0x22CD60, 1), errno 2
   65  425909 [main] sshd 5380 fhandler_base::set_flags: flags 0x120000, supplied_bin 0x0
   67  425976 [main] sshd 5380 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x20000
   59  426035 [main] sshd 5380 fhandler_base::set_flags: filemode set to text
   65  426100 [main] sshd 5380 setmode: (4</etc/moduli>, 0x20000) returning binary
  849  426949 [main] sshd 5380 fhandler_base::set_flags: flags 0x110000, supplied_bin 0x0
   59  427008 [main] sshd 5380 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x10000
   64  427072 [main] sshd 5380 fhandler_base::set_flags: filemode set to binary
   65  427137 [main] sshd 5380 setmode: (4</etc/moduli>, 0x10000) returning text
   69  427206 [main] sshd 5380 readv: readv (4, 0x22CD60, 1) blocking, sigcatchers 1
   63  427269 [main] sshd 5380 readv: no need to call ready_for_read
   73  427342 [main] sshd 5380 fhandler_base::read: returning 1024, binary mode
   62  427404 [main] sshd 5380 readv: 1024 = readv (4, 0x22CD60, 1), errno 2
   64  427468 [main] sshd 5380 fhandler_base::set_flags: flags 0x120000, supplied_bin 0x0
   62  427530 [main] sshd 5380 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x20000
   68  427598 [main] sshd 5380 fhandler_base::set_flags: filemode set to text
   60  427658 [main] sshd 5380 setmode: (4</etc/moduli>, 0x20000) returning binary
   77  427735 [main] sshd 5380 fhandler_base::set_flags: flags 0x110000, supplied_bin 0x0
   58  427793 [main] sshd 5380 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x10000
   65  427858 [main] sshd 5380 fhandler_base::set_flags: filemode set to binary
   63  427921 [main] sshd 5380 setmode: (4</etc/moduli>, 0x10000) returning text
   67  427988 [main] sshd 5380 readv: readv (4, 0x22CD60, 1) blocking, sigcatchers 1
   62  428050 [main] sshd 5380 readv: no need to call ready_for_read
   69  428119 [main] sshd 5380 fhandler_base::read: returning 1024, binary mode
   67  428186 [main] sshd 5380 readv: 1024 = readv (4, 0x22CD60, 1), errno 2
   64  428250 [main] sshd 5380 fhandler_base::set_flags: flags 0x120000, supplied_bin 0x0
   61  428311 [main] sshd 5380 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x20000
   60  428371 [main] sshd 5380 fhandler_base::set_flags: filemode set to text
   63  428434 [main] sshd 5380 setmode: (4</etc/moduli>, 0x20000) returning binary
  839  429273 [main] sshd 5380 fhandler_base::set_flags: flags 0x110000, supplied_bin 0x0
   59  429332 [main] sshd 5380 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x10000
   64  429396 [main] sshd 5380 fhandler_base::set_flags: filemode set to binary
   69  429465 [main] sshd 5380 setmode: (4</etc/moduli>, 0x10000) returning text
   69  429534 [main] sshd 5380 readv: readv (4, 0x22CD60, 1) blocking, sigcatchers 1
   64  429598 [main] sshd 5380 readv: no need to call ready_for_read
   69  429667 [main] sshd 5380 fhandler_base::read: returning 1024, binary mode
   63  429730 [main] sshd 5380 readv: 1024 = readv (4, 0x22CD60, 1), errno 2
   63  429793 [main] sshd 5380 fhandler_base::set_flags: flags 0x120000, supplied_bin 0x0
   63  429856 [main] sshd 5380 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x20000
   63  429919 [main] sshd 5380 fhandler_base::set_flags: filemode set to text
   63  429982 [main] sshd 5380 setmode: (4</etc/moduli>, 0x20000) returning binary
   78  430060 [main] sshd 5380 fhandler_base::set_flags: flags 0x110000, supplied_bin 0x0
   56  430116 [main] sshd 5380 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x10000
   65  430181 [main] sshd 5380 fhandler_base::set_flags: filemode set to binary
   65  430246 [main] sshd 5380 setmode: (4</etc/moduli>, 0x10000) returning text
   68  430314 [main] sshd 5380 readv: readv (4, 0x22CD60, 1) blocking, sigcatchers 1
   65  430379 [main] sshd 5380 readv: no need to call ready_for_read
   67  430446 [main] sshd 5380 fhandler_base::read: returning 1024, binary mode
   66  430512 [main] sshd 5380 readv: 1024 = readv (4, 0x22CD60, 1), errno 2
   65  430577 [main] sshd 5380 fhandler_base::set_flags: flags 0x120000, supplied_bin 0x0
   67  430644 [main] sshd 5380 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x20000
   60  430704 [main] sshd 5380 fhandler_base::set_flags: filemode set to text
   64  430768 [main] sshd 5380 setmode: (4</etc/moduli>, 0x20000) returning binary
  825  431593 [main] sshd 5380 fhandler_base::set_flags: flags 0x110000, supplied_bin 0x0
   59  431652 [main] sshd 5380 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x10000
   63  431715 [main] sshd 5380 fhandler_base::set_flags: filemode set to binary
   62  431777 [main] sshd 5380 setmode: (4</etc/moduli>, 0x10000) returning text
   69  431846 [main] sshd 5380 readv: readv (4, 0x22CD60, 1) blocking, sigcatchers 1
   63  431909 [main] sshd 5380 readv: no need to call ready_for_read
   69  431978 [main] sshd 5380 fhandler_base::read: returning 1024, binary mode
   63  432041 [main] sshd 5380 readv: 1024 = readv (4, 0x22CD60, 1), errno 2
   64  432105 [main] sshd 5380 fhandler_base::set_flags: flags 0x120000, supplied_bin 0x0
   63  432168 [main] sshd 5380 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x20000
   63  432231 [main] sshd 5380 fhandler_base::set_flags: filemode set to text
   63  432294 [main] sshd 5380 setmode: (4</etc/moduli>, 0x20000) returning binary
  822  433116 [main] sshd 5380 fhandler_base::set_flags: flags 0x110000, supplied_bin 0x0
   60  433176 [main] sshd 5380 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x10000
   63  433239 [main] sshd 5380 fhandler_base::set_flags: filemode set to binary
   66  433305 [main] sshd 5380 setmode: (4</etc/moduli>, 0x10000) returning text
   69  433374 [main] sshd 5380 readv: readv (4, 0x22CD60, 1) blocking, sigcatchers 1
   64  433438 [main] sshd 5380 readv: no need to call ready_for_read
   70  433508 [main] sshd 5380 fhandler_base::read: returning 1024, binary mode
   65  433573 [main] sshd 5380 readv: 1024 = readv (4, 0x22CD60, 1), errno 2
   64  433637 [main] sshd 5380 fhandler_base::set_flags: flags 0x120000, supplied_bin 0x0
   62  433699 [main] sshd 5380 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x20000
   65  433764 [main] sshd 5380 fhandler_base::set_flags: filemode set to text
   65  433829 [main] sshd 5380 setmode: (4</etc/moduli>, 0x20000) returning binary
   78  433907 [main] sshd 5380 fhandler_base::set_flags: flags 0x110000, supplied_bin 0x0
   59  433966 [main] sshd 5380 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x10000
   64  434030 [main] sshd 5380 fhandler_base::set_flags: filemode set to binary
   67  434097 [main] sshd 5380 setmode: (4</etc/moduli>, 0x10000) returning text
   70  434167 [main] sshd 5380 readv: readv (4, 0x22CD60, 1) blocking, sigcatchers 1
   64  434231 [main] sshd 5380 readv: no need to call ready_for_read
   68  434299 [main] sshd 5380 fhandler_base::read: returning 1024, binary mode
   61  434360 [main] sshd 5380 readv: 1024 = readv (4, 0x22CD60, 1), errno 2
   65  434425 [main] sshd 5380 fhandler_base::set_flags: flags 0x120000, supplied_bin 0x0
   68  434493 [main] sshd 5380 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x20000
   59  434552 [main] sshd 5380 fhandler_base::set_flags: filemode set to text
   66  434618 [main] sshd 5380 setmode: (4</etc/moduli>, 0x20000) returning binary
  820  435438 [main] sshd 5380 fhandler_base::set_flags: flags 0x110000, supplied_bin 0x0
   57  435495 [main] sshd 5380 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x10000
   65  435560 [main] sshd 5380 fhandler_base::set_flags: filemode set to binary
   64  435624 [main] sshd 5380 setmode: (4</etc/moduli>, 0x10000) returning text
   68  435692 [main] sshd 5380 readv: readv (4, 0x22CD60, 1) blocking, sigcatchers 1
   63  435755 [main] sshd 5380 readv: no need to call ready_for_read
   68  435823 [main] sshd 5380 fhandler_base::read: returning 1024, binary mode
   65  435888 [main] sshd 5380 readv: 1024 = readv (4, 0x22CD60, 1), errno 2
   66  435954 [main] sshd 5380 fhandler_base::set_flags: flags 0x120000, supplied_bin 0x0
   62  436016 [main] sshd 5380 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x20000
   61  436077 [main] sshd 5380 fhandler_base::set_flags: filemode set to text
   68  436145 [main] sshd 5380 setmode: (4</etc/moduli>, 0x20000) returning binary
  835  436980 [main] sshd 5380 fhandler_base::set_flags: flags 0x110000, supplied_bin 0x0
   61  437041 [main] sshd 5380 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x10000
   63  437104 [main] sshd 5380 fhandler_base::set_flags: filemode set to binary
   64  437168 [main] sshd 5380 setmode: (4</etc/moduli>, 0x10000) returning text
   68  437236 [main] sshd 5380 readv: readv (4, 0x22CD60, 1) blocking, sigcatchers 1
   65  437301 [main] sshd 5380 readv: no need to call ready_for_read
   74  437375 [main] sshd 5380 fhandler_base::read: returning 1024, binary mode
   63  437438 [main] sshd 5380 readv: 1024 = readv (4, 0x22CD60, 1), errno 2
   64  437502 [main] sshd 5380 fhandler_base::set_flags: flags 0x120000, supplied_bin 0x0
   58  437560 [main] sshd 5380 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x20000
   63  437623 [main] sshd 5380 fhandler_base::set_flags: filemode set to text
   63  437686 [main] sshd 5380 setmode: (4</etc/moduli>, 0x20000) returning binary
   75  437761 [main] sshd 5380 fhandler_base::set_flags: flags 0x110000, supplied_bin 0x0
   58  437819 [main] sshd 5380 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x10000
   66  437885 [main] sshd 5380 fhandler_base::set_flags: filemode set to binary
   60  437945 [main] sshd 5380 setmode: (4</etc/moduli>, 0x10000) returning text
   70  438015 [main] sshd 5380 readv: readv (4, 0x22CD60, 1) blocking, sigcatchers 1
   63  438078 [main] sshd 5380 readv: no need to call ready_for_read
   69  438147 [main] sshd 5380 fhandler_base::read: returning 1024, binary mode
   65  438212 [main] sshd 5380 readv: 1024 = readv (4, 0x22CD60, 1), errno 2
   64  438276 [main] sshd 5380 fhandler_base::set_flags: flags 0x120000, supplied_bin 0x0
   59  438335 [main] sshd 5380 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x20000
   64  438399 [main] sshd 5380 fhandler_base::set_flags: filemode set to text
   64  438463 [main] sshd 5380 setmode: (4</etc/moduli>, 0x20000) returning binary
  828  439291 [main] sshd 5380 fhandler_base::set_flags: flags 0x110000, supplied_bin 0x0
   58  439349 [main] sshd 5380 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x10000
   63  439412 [main] sshd 5380 fhandler_base::set_flags: filemode set to binary
   67  439479 [main] sshd 5380 setmode: (4</etc/moduli>, 0x10000) returning text
   71  439550 [main] sshd 5380 readv: readv (4, 0x22CD60, 1) blocking, sigcatchers 1
   65  439615 [main] sshd 5380 readv: no need to call ready_for_read
   69  439684 [main] sshd 5380 fhandler_base::read: returning 1024, binary mode
   65  439749 [main] sshd 5380 readv: 1024 = readv (4, 0x22CD60, 1), errno 2
   64  439813 [main] sshd 5380 fhandler_base::set_flags: flags 0x120000, supplied_bin 0x0
   66  439879 [main] sshd 5380 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x20000
   58  439937 [main] sshd 5380 fhandler_base::set_flags: filemode set to text
   66  440003 [main] sshd 5380 setmode: (4</etc/moduli>, 0x20000) returning binary
  823  440826 [main] sshd 5380 fhandler_base::set_flags: flags 0x110000, supplied_bin 0x0
   62  440888 [main] sshd 5380 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x10000
   63  440951 [main] sshd 5380 fhandler_base::set_flags: filemode set to binary
   60  441011 [main] sshd 5380 setmode: (4</etc/moduli>, 0x10000) returning text
   67  441078 [main] sshd 5380 readv: readv (4, 0x22CD60, 1) blocking, sigcatchers 1
   67  441145 [main] sshd 5380 readv: no need to call ready_for_read
   71  441216 [main] sshd 5380 fhandler_base::read: returning 1024, binary mode
   65  441281 [main] sshd 5380 readv: 1024 = readv (4, 0x22CD60, 1), errno 2
   63  441344 [main] sshd 5380 fhandler_base::set_flags: flags 0x120000, supplied_bin 0x0
   63  441407 [main] sshd 5380 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x20000
   64  441471 [main] sshd 5380 fhandler_base::set_flags: filemode set to text
   63  441534 [main] sshd 5380 setmode: (4</etc/moduli>, 0x20000) returning binary
   71  441605 [main] sshd 5380 fhandler_base::set_flags: flags 0x110000, supplied_bin 0x0
   61  441666 [main] sshd 5380 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x10000
   60  441726 [main] sshd 5380 fhandler_base::set_flags: filemode set to binary
   67  441793 [main] sshd 5380 setmode: (4</etc/moduli>, 0x10000) returning text
   63  441856 [main] sshd 5380 readv: readv (4, 0x22CD60, 1) blocking, sigcatchers 1
   64  441920 [main] sshd 5380 readv: no need to call ready_for_read
   73  441993 [main] sshd 5380 fhandler_base::read: returning 1024, binary mode
   62  442055 [main] sshd 5380 readv: 1024 = readv (4, 0x22CD60, 1), errno 2
   66  442121 [main] sshd 5380 fhandler_base::set_flags: flags 0x120000, supplied_bin 0x0
   59  442180 [main] sshd 5380 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x20000
   64  442244 [main] sshd 5380 fhandler_base::set_flags: filemode set to text
   64  442308 [main] sshd 5380 setmode: (4</etc/moduli>, 0x20000) returning binary
  824  443132 [main] sshd 5380 fhandler_base::set_flags: flags 0x110000, supplied_bin 0x0
   58  443190 [main] sshd 5380 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x10000
   63  443253 [main] sshd 5380 fhandler_base::set_flags: filemode set to binary
   61  443314 [main] sshd 5380 setmode: (4</etc/moduli>, 0x10000) returning text
   69  443383 [main] sshd 5380 readv: readv (4, 0x22CD60, 1) blocking, sigcatchers 1
   63  443446 [main] sshd 5380 readv: no need to call ready_for_read
   67  443513 [main] sshd 5380 fhandler_base::read: returning 743, binary mode
   62  443575 [main] sshd 5380 readv: 743 = readv (4, 0x22CD60, 1), errno 2
   64  443639 [main] sshd 5380 fhandler_base::set_flags: flags 0x120000, supplied_bin 0x0
   59  443698 [main] sshd 5380 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x20000
   61  443759 [main] sshd 5380 fhandler_base::set_flags: filemode set to text
   64  443823 [main] sshd 5380 setmode: (4</etc/moduli>, 0x20000) returning binary
  826  444649 [main] sshd 5380 fhandler_base::set_flags: flags 0x110000, supplied_bin 0x0
   59  444708 [main] sshd 5380 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x10000
   63  444771 [main] sshd 5380 fhandler_base::set_flags: filemode set to binary
   61  444832 [main] sshd 5380 setmode: (4</etc/moduli>, 0x10000) returning text
   68  444900 [main] sshd 5380 readv: readv (4, 0x22CD60, 1) blocking, sigcatchers 1
   68  444968 [main] sshd 5380 readv: no need to call ready_for_read
   68  445036 [main] sshd 5380 fhandler_base::read: returning 0, binary mode
   65  445101 [main] sshd 5380 readv: 0 = readv (4, 0x22CD60, 1), errno 2
   64  445165 [main] sshd 5380 fhandler_base::set_flags: flags 0x120000, supplied_bin 0x0
   66  445231 [main] sshd 5380 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x20000
   58  445289 [main] sshd 5380 fhandler_base::set_flags: filemode set to text
   67  445356 [main] sshd 5380 setmode: (4</etc/moduli>, 0x20000) returning binary
  183  445539 [main] sshd 5380 fhandler_base::lseek: lseek (/etc/moduli, 0, 1)
   66  445605 [main] sshd 5380 fhandler_base::lseek: setting file pointer to 0 (high), 0 (low)
   72  445677 [main] sshd 5380 lseek64: 132839 = lseek (4, 0, 1)
   66  445743 [main] sshd 5380 fhandler_base::lseek: lseek (/etc/moduli, 0, 0)
   64  445807 [main] sshd 5380 fhandler_base::lseek: setting file pointer to 0 (high), 0 (low)
   68  445875 [main] sshd 5380 lseek64: 0 = lseek (4, 0, 0)
  184  446059 [main] sshd 5380 fhandler_base::set_flags: flags 0x110000, supplied_bin 0x0
   62  446121 [main] sshd 5380 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x10000
   58  446179 [main] sshd 5380 fhandler_base::set_flags: filemode set to binary
   68  446247 [main] sshd 5380 setmode: (4</etc/moduli>, 0x10000) returning text
   65  446312 [main] sshd 5380 readv: readv (4, 0x22CD60, 1) blocking, sigcatchers 1
   63  446375 [main] sshd 5380 readv: no need to call ready_for_read
   72  446447 [main] sshd 5380 fhandler_base::read: returning 1024, binary mode
   62  446509 [main] sshd 5380 readv: 1024 = readv (4, 0x22CD60, 1), errno 2
   66  446575 [main] sshd 5380 fhandler_base::set_flags: flags 0x120000, supplied_bin 0x0
   63  446638 [main] sshd 5380 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x20000
   61  446699 [main] sshd 5380 fhandler_base::set_flags: filemode set to text
   65  446764 [main] sshd 5380 setmode: (4</etc/moduli>, 0x20000) returning binary
 2486  449250 [main] sshd 5380 fhandler_base::set_flags: flags 0x110000, supplied_bin 0x0
   59  449309 [main] sshd 5380 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x10000
   62  449371 [main] sshd 5380 fhandler_base::set_flags: filemode set to binary
   64  449435 [main] sshd 5380 setmode: (4</etc/moduli>, 0x10000) returning text
   67  449502 [main] sshd 5380 readv: readv (4, 0x22CD60, 1) blocking, sigcatchers 1
   63  449565 [main] sshd 5380 readv: no need to call ready_for_read
   69  449634 [main] sshd 5380 fhandler_base::read: returning 1024, binary mode
   63  449697 [main] sshd 5380 readv: 1024 = readv (4, 0x22CD60, 1), errno 2
   64  449761 [main] sshd 5380 fhandler_base::set_flags: flags 0x120000, supplied_bin 0x0
   62  449823 [main] sshd 5380 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x20000
   64  449887 [main] sshd 5380 fhandler_base::set_flags: filemode set to text
   64  449951 [main] sshd 5380 setmode: (4</etc/moduli>, 0x20000) returning binary
 2251  452202 [main] sshd 5380 fhandler_base::set_flags: flags 0x110000, supplied_bin 0x0
   58  452260 [main] sshd 5380 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x10000
   63  452323 [main] sshd 5380 fhandler_base::set_flags: filemode set to binary
   68  452391 [main] sshd 5380 setmode: (4</etc/moduli>, 0x10000) returning text
   82  452473 [main] sshd 5380 readv: readv (4, 0x22CD60, 1) blocking, sigcatchers 1
   71  452544 [main] sshd 5380 readv: no need to call ready_for_read
   75  452619 [main] sshd 5380 fhandler_base::read: returning 1024, binary mode
   63  452682 [main] sshd 5380 readv: 1024 = readv (4, 0x22CD60, 1), errno 2
   65  452747 [main] sshd 5380 fhandler_base::set_flags: flags 0x120000, supplied_bin 0x0
   67  452814 [main] sshd 5380 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x20000
   58  452872 [main] sshd 5380 fhandler_base::set_flags: filemode set to text
   63  452935 [main] sshd 5380 setmode: (4</etc/moduli>, 0x20000) returning binary
 2994  455929 [main] sshd 5380 fhandler_base::set_flags: flags 0x110000, supplied_bin 0x0
   59  455988 [main] sshd 5380 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x10000
   62  456050 [main] sshd 5380 fhandler_base::set_flags: filemode set to binary
   64  456114 [main] sshd 5380 setmode: (4</etc/moduli>, 0x10000) returning text
   67  456181 [main] sshd 5380 readv: readv (4, 0x22CD60, 1) blocking, sigcatchers 1
   63  456244 [main] sshd 5380 readv: no need to call ready_for_read
   69  456313 [main] sshd 5380 fhandler_base::read: returning 1024, binary mode
   66  456379 [main] sshd 5380 readv: 1024 = readv (4, 0x22CD60, 1), errno 2
   64  456443 [main] sshd 5380 fhandler_base::set_flags: flags 0x120000, supplied_bin 0x0
   60  456503 [main] sshd 5380 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x20000
   65  456568 [main] sshd 5380 fhandler_base::set_flags: filemode set to text
   67  456635 [main] sshd 5380 setmode: (4</etc/moduli>, 0x20000) returning binary
 2256  458891 [main] sshd 5380 fhandler_base::set_flags: flags 0x110000, supplied_bin 0x0
   61  458952 [main] sshd 5380 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x10000
   65  459017 [main] sshd 5380 fhandler_base::set_flags: filemode set to binary
   64  459081 [main] sshd 5380 setmode: (4</etc/moduli>, 0x10000) returning text
   68  459149 [main] sshd 5380 readv: readv (4, 0x22CD60, 1) blocking, sigcatchers 1
   64  459213 [main] sshd 5380 readv: no need to call ready_for_read
   68  459281 [main] sshd 5380 fhandler_base::read: returning 1024, binary mode
   67  459348 [main] sshd 5380 readv: 1024 = readv (4, 0x22CD60, 1), errno 2
   64  459412 [main] sshd 5380 fhandler_base::set_flags: flags 0x120000, supplied_bin 0x0
   59  459471 [main] sshd 5380 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x20000
   63  459534 [main] sshd 5380 fhandler_base::set_flags: filemode set to text
   62  459596 [main] sshd 5380 setmode: (4</etc/moduli>, 0x20000) returning binary
 2984  462580 [main] sshd 5380 fhandler_base::set_flags: flags 0x110000, supplied_bin 0x0
   58  462638 [main] sshd 5380 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x10000
   62  462700 [main] sshd 5380 fhandler_base::set_flags: filemode set to binary
   67  462767 [main] sshd 5380 setmode: (4</etc/moduli>, 0x10000) returning text
   63  462830 [main] sshd 5380 readv: readv (4, 0x22CD60, 1) blocking, sigcatchers 1
   64  462894 [main] sshd 5380 readv: no need to call ready_for_read
   69  462963 [main] sshd 5380 fhandler_base::read: returning 1024, binary mode
   65  463028 [main] sshd 5380 readv: 1024 = readv (4, 0x22CD60, 1), errno 2
   64  463092 [main] sshd 5380 fhandler_base::set_flags: flags 0x120000, supplied_bin 0x0
   63  463155 [main] sshd 5380 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x20000
   62  463217 [main] sshd 5380 fhandler_base::set_flags: filemode set to text
   67  463284 [main] sshd 5380 setmode: (4</etc/moduli>, 0x20000) returning binary
 1335  464619 [main] sshd 5380 close: close (4)
   66  464685 [main] sshd 5380 fhandler_base::close: closing '/etc/moduli' handle 0x67C
   86  464771 [main] sshd 5380 close: 0 = close (4)
 1108  465879 [main] sshd 5380 writev: writev (5, 0x22DE00, 1)
  110  465989 [main] sshd 5380 writev: 5 = write (5, 0x22DE00, 1), errno 2
272909  466034 [main] sshd 4416 readv: 4 = readv (4, 0x22DD10, 1), errno 2
   56  466045 [main] sshd 5380 writev: writev (5, 0x22DE00, 1)
   70  466104 [main] sshd 4416 readv: readv (4, 0x22DD10, 1) blocking, sigcatchers 1
   63  466167 [main] sshd 4416 readv: no need to call ready_for_read
  127  466172 [main] sshd 5380 writev: 139 = write (5, 0x22DE00, 1), errno 2
   98  466265 [main] sshd 4416 readv: 140 = readv (4, 0x22DD10, 1), errno 2
  233  466405 [main] sshd 5380 readv: readv (5, 0x22DE40, 1) blocking, sigcatchers 1
   59  466464 [main] sshd 5380 readv: no need to call ready_for_read
 1439  467704 [main] sshd 4416 fhandler_base::write: text write
debug1: SSH2_MSG_KEX_DH_GEX_GROUP sent
  508  468212 [main] sshd 4416 writev: writev (3, 0x22DD70, 1)
   86  468298 [main] sshd 4416 writev: 152 = write (3, 0x22DD70, 1), errno 2
  230  468528 [main] sshd 4416 time: 1147757593 = time (22DD68)
 7448  475976 [main] sshd 4416 fhandler_base::write: text write
debug1: expecting SSH2_MSG_KEX_DH_GEX_INIT
  322  476298 [main] sshd 4416 cygwin_select: 4, 0x10015878, 0x0, 0x0, 0x0
  131  476429 [main] sshd 4416 dtable::select_read:  fd 3
   69  476498 [main] sshd 4416 cygwin_select: to NULL, ms FFFFFFFF
   63  476561 [main] sshd 4416 cygwin_select: sel.always_ready 0
  131  476692 [main] sshd 4416 start_thread_socket: Handle 0x7F8
   64  476756 [main] sshd 4416 start_thread_socket: Added to readfds
   63  476819 [main] sshd 4416 start_thread_socket: exitsock 0x7EC
   67  476886 [main] sshd 4416 start_thread_socket: stuff_start 0x22BD04
  142  477028 [select_socket] sshd 4416 thread_socket: stuff_start 0x100249E4
   59  477087 [main] sshd 4416 select_stuff::wait: m 2, ms 4294967295
  141  477228 [select_socket] sshd 4416 thread_socket: Win32 select returned 1
   63  477291 [select_socket] sshd 4416 thread_socket: s 0x10013B90, testing fd 3 ()
   66  477357 [select_socket] sshd 4416 thread_socket: read_ready
   75  477432 [main] sshd 4416 select_stuff::wait: woke up.  wait_ret 1.  verifying
   64  477496 [main] sshd 4416 select_stuff::wait: gotone 1
   65  477561 [main] sshd 4416 select_stuff::wait: returning 0
   66  477627 [main] sshd 4416 select_stuff::cleanup: calling cleanup routines
   66  477693 [main] sshd 4416 socket_cleanup: si 0x100219D0 si->thread 0x610FCE90
   85  477778 [main] sshd 4416 socket_cleanup: sent a byte to exitsock 0x7EC, res 1
  128  477906 [main] sshd 4416 socket_cleanup: reading a byte from exitsock 0x7EC
   84  477990 [main] sshd 4416 socket_cleanup: recv returned 1
  122  478112 [main] sshd 4416 socket_cleanup: returning
   64  478176 [main] sshd 4416 peek_socket: considering handle 0x7F8
   69  478245 [main] sshd 4416 set_bits: me 0x10013B90, testing fd 3 ()
   67  478312 [main] sshd 4416 set_bits: ready 1
   63  478375 [main] sshd 4416 select_stuff::poll: returning 1
   67  478442 [main] sshd 4416 select_stuff::cleanup: calling cleanup routines
   63  478505 [main] sshd 4416 select_stuff::~select_stuff: deleting select records
  124  478629 [main] sshd 4416 readv: readv (3, 0x22BD50, 1) nonblocking, sigcatchers 1
   67  478696 [main] sshd 4416 peek_socket: considering handle 0x7F8
   63  478759 [main] sshd 4416 peek_socket: adding read fd_set , fd 3
   79  478838 [main] sshd 4416 peek_socket: WINSOCK_SELECT returned 1
   64  478902 [main] sshd 4416 fhandler_base::ready_for_read: read_ready 1, avail 1
   76  478978 [main] sshd 4416 readv: 144 = readv (3, 0x22BD50, 1), errno 2
 7000  485978 [main] sshd 4416 writev: writev (4, 0x22DD30, 1)
  111  486089 [main] sshd 4416 writev: 5 = write (4, 0x22DD30, 1), errno 2
19671  486135 [main] sshd 5380 readv: 4 = readv (5, 0x22DE40, 1), errno 2
   72  486161 [main] sshd 4416 writev: writev (4, 0x22DD30, 1)
   74  486209 [main] sshd 5380 readv: readv (5, 0x22DE40, 1) blocking, sigcatchers 1
   61  486270 [main] sshd 5380 readv: no need to call ready_for_read
  113  486274 [main] sshd 4416 writev: 28 = write (4, 0x22DD30, 1), errno 2
   89  486363 [main] sshd 4416 readv: readv (4, 0x22DD20, 1) blocking, sigcatchers 1
   98  486368 [main] sshd 5380 readv: 29 = readv (5, 0x22DE40, 1), errno 2
   61  486424 [main] sshd 4416 readv: no need to call ready_for_read
26508  512876 [main] sshd 5380 writev: writev (5, 0x22DDF0, 1)
  101  512977 [main] sshd 5380 writev: 5 = write (5, 0x22DDF0, 1), errno 2
26588  513012 [main] sshd 4416 readv: 4 = readv (4, 0x22DD20, 1), errno 2
   82  513059 [main] sshd 5380 writev: writev (5, 0x22DDF0, 1)
   76  513088 [main] sshd 4416 readv: readv (4, 0x22DD20, 1) blocking, sigcatchers 1
   67  513155 [main] sshd 4416 readv: no need to call ready_for_read
  130  513189 [main] sshd 5380 writev: 275 = write (5, 0x22DDF0, 1), errno 2
   81  513236 [main] sshd 4416 readv: 276 = readv (4, 0x22DD20, 1), errno 2
  197  513386 [main] sshd 5380 readv: readv (5, 0x22DE40, 1) blocking, sigcatchers 1
   62  513448 [main] sshd 5380 readv: no need to call ready_for_read
  606  513842 [main] sshd 4416 fhandler_base::write: text write
debug1: SSH2_MSG_KEX_DH_GEX_REPLY sent
 3842  517684 [main] sshd 4416 fhandler_base::write: text write
debug1: SSH2_MSG_NEWKEYS sent
  411  518095 [main] sshd 4416 fhandler_base::write: text write
debug1: expecting SSH2_MSG_NEWKEYS
  169  518264 [main] sshd 4416 writev: writev (3, 0x22BCE0, 1)
   70  518334 [main] sshd 4416 writev: 720 = write (3, 0x22BCE0, 1), errno 2
  112  518446 [main] sshd 4416 cygwin_select: 4, 0x10015130, 0x0, 0x0, 0x0
   84  518530 [main] sshd 4416 dtable::select_read:  fd 3
   41  518571 [main] sshd 4416 cygwin_select: to NULL, ms FFFFFFFF
   41  518612 [main] sshd 4416 cygwin_select: sel.always_ready 0
   82  518694 [main] sshd 4416 start_thread_socket: Handle 0x7F8
   45  518739 [main] sshd 4416 start_thread_socket: Added to readfds
   40  518779 [main] sshd 4416 start_thread_socket: exitsock 0x7EC
   40  518819 [main] sshd 4416 start_thread_socket: stuff_start 0x22BCE4
  111  518930 [select_socket] sshd 4416 thread_socket: stuff_start 0x100246D4
   37  518967 [main] sshd 4416 select_stuff::wait: m 2, ms 4294967295
20169  539136 [select_socket] sshd 4416 thread_socket: Win32 select returned 1
  104  539240 [select_socket] sshd 4416 thread_socket: s 0x10013B90, testing fd 3 ()
   97  539337 [select_socket] sshd 4416 thread_socket: read_ready
   81  539418 [main] sshd 4416 select_stuff::wait: woke up.  wait_ret 1.  verifying
   68  539486 [main] sshd 4416 select_stuff::wait: gotone 1
   66  539552 [main] sshd 4416 select_stuff::wait: returning 0
   54  539606 [main] sshd 4416 select_stuff::cleanup: calling cleanup routines
   88  539694 [main] sshd 4416 socket_cleanup: si 0x100216C0 si->thread 0x610FCE90
  107  539801 [main] sshd 4416 socket_cleanup: sent a byte to exitsock 0x7EC, res 1
  122  539923 [main] sshd 4416 socket_cleanup: reading a byte from exitsock 0x7EC
   92  540015 [main] sshd 4416 socket_cleanup: recv returned 1
  131  540146 [main] sshd 4416 socket_cleanup: returning
   59  540205 [main] sshd 4416 peek_socket: considering handle 0x7F8
   76  540281 [main] sshd 4416 set_bits: me 0x10013B90, testing fd 3 ()
   56  540337 [main] sshd 4416 set_bits: ready 1
   73  540410 [main] sshd 4416 select_stuff::poll: returning 1
   56  540466 [main] sshd 4416 select_stuff::cleanup: calling cleanup routines
   71  540537 [main] sshd 4416 select_stuff::~select_stuff: deleting select records
  122  540659 [main] sshd 4416 readv: readv (3, 0x22BD30, 1) nonblocking, sigcatchers 1
   57  540716 [main] sshd 4416 peek_socket: considering handle 0x7F8
   75  540791 [main] sshd 4416 peek_socket: adding read fd_set , fd 3
   77  540868 [main] sshd 4416 peek_socket: WINSOCK_SELECT returned 1
   75  540943 [main] sshd 4416 fhandler_base::ready_for_read: read_ready 1, avail 1
   74  541017 [main] sshd 4416 readv: 64 = readv (3, 0x22BD30, 1), errno 2
  618  541635 [main] sshd 4416 fhandler_base::write: text write
debug1: SSH2_MSG_NEWKEYS received
  598  542233 [main] sshd 4416 fhandler_base::write: text write
debug1: KEX done
 1227  543460 [main] sshd 4416 writev: writev (3, 0x22DE40, 1)
   95  543555 [main] sshd 4416 writev: 48 = write (3, 0x22DE40, 1), errno 2
  363  543918 [main] sshd 4416 cygwin_select: 4, 0x10015130, 0x0, 0x0, 0x0
  129  544047 [main] sshd 4416 dtable::select_read:  fd 3
   63  544110 [main] sshd 4416 cygwin_select: to NULL, ms FFFFFFFF
   60  544170 [main] sshd 4416 cygwin_select: sel.always_ready 0
  127  544297 [main] sshd 4416 start_thread_socket: Handle 0x7F8
   64  544361 [main] sshd 4416 start_thread_socket: Added to readfds
   63  544424 [main] sshd 4416 start_thread_socket: exitsock 0x7EC
   61  544485 [main] sshd 4416 start_thread_socket: stuff_start 0x22BE34
  123  544608 [select_socket] sshd 4416 thread_socket: stuff_start 0x100246D4
  105  544713 [main] sshd 4416 select_stuff::wait: m 2, ms 4294967295
   12  544725 [select_socket] sshd 4416 thread_socket: Win32 select returned 1
  171  544896 [select_socket] sshd 4416 thread_socket: s 0x10013B90, testing fd 3 ()
   68  544964 [select_socket] sshd 4416 thread_socket: read_ready
  139  545103 [main] sshd 4416 select_stuff::wait: woke up.  wait_ret 1.  verifying
   88  545191 [main] sshd 4416 select_stuff::wait: gotone 1
   59  545250 [main] sshd 4416 select_stuff::wait: returning 0
   42  545292 [main] sshd 4416 select_stuff::cleanup: calling cleanup routines
   52  545344 [main] sshd 4416 socket_cleanup: si 0x100216C0 si->thread 0x610FCE90
  101  545445 [main] sshd 4416 socket_cleanup: sent a byte to exitsock 0x7EC, res 1
  115  545560 [main] sshd 4416 socket_cleanup: reading a byte from exitsock 0x7EC
   87  545647 [main] sshd 4416 socket_cleanup: recv returned 1
  118  545765 [main] sshd 4416 socket_cleanup: returning
   62  545827 [main] sshd 4416 peek_socket: considering handle 0x7F8
   65  545892 [main] sshd 4416 set_bits: me 0x10013B90, testing fd 3 ()
   60  545952 [main] sshd 4416 set_bits: ready 1
   60  546012 [main] sshd 4416 select_stuff::poll: returning 1
   59  546071 [main] sshd 4416 select_stuff::cleanup: calling cleanup routines
   97  546168 [main] sshd 4416 select_stuff::~select_stuff: deleting select records
  115  546283 [main] sshd 4416 readv: readv (3, 0x22BE80, 1) nonblocking, sigcatchers 1
   61  546344 [main] sshd 4416 peek_socket: considering handle 0x7F8
   58  546402 [main] sshd 4416 peek_socket: adding read fd_set , fd 3
   78  546480 [main] sshd 4416 peek_socket: WINSOCK_SELECT returned 1
   59  546539 [main] sshd 4416 fhandler_base::ready_for_read: read_ready 1, avail 1
   70  546609 [main] sshd 4416 readv: 64 = readv (3, 0x22BE80, 1), errno 2
 1044  547653 [main] sshd 4416 fhandler_base::write: text write
debug1: userauth-request for user ccadmin service ssh-connection method none
  513  548166 [main] sshd 4416 fhandler_base::write: text write
debug1: attempt 0 failures 0
  215  548381 [main] sshd 4416 writev: writev (4, 0x22DDE0, 1)
  169  548550 [main] sshd 4416 writev: 5 = write (4, 0x22DDE0, 1), errno 2
35129  548577 [main] sshd 5380 readv: 4 = readv (5, 0x22DE40, 1), errno 2
   81  548631 [main] sshd 4416 writev: writev (4, 0x22DDE0, 1)
  103  548680 [main] sshd 5380 readv: readv (5, 0x22DE40, 1) blocking, sigcatchers 1
   99  548730 [main] sshd 4416 writev: 11 = write (4, 0x22DDE0, 1), errno 2
  145  548825 [main] sshd 5380 readv: no need to call ready_for_read
  154  548884 [main] sshd 4416 readv: readv (4, 0x22DDD0, 1) blocking, sigcatchers 1
  133  548958 [main] sshd 5380 readv: 12 = readv (5, 0x22DE40, 1), errno 2
   97  548981 [main] sshd 4416 readv: no need to call ready_for_read
  184  549142 [main] sshd 5380 normalize_posix_path: src /etc
   52  549194 [main] sshd 5380 normalize_posix_path: /etc = normalize_posix_path (/etc)
   44  549238 [main] sshd 5380 mount_info::conv_to_win32_path: conv_to_win32_path (/etc)
   54  549292 [main] sshd 5380 set_flags: flags: binary (0x2)
   73  549365 [main] sshd 5380 mount_info::conv_to_win32_path: src_path /etc, dst C:\Cygwin\etc, flags 0xA, rc 0
  172  549537 [main] sshd 5380 symlink_info::check: not a symlink
   89  549626 [main] sshd 5380 symlink_info::check: 0 = symlink.check (C:\Cygwin\etc, 0x22D7E0) (0xA)
   66  549692 [main] sshd 5380 path_conv::check: this->path(C:\Cygwin\etc), has_acls(1)
  309  550001 [main] sshd 5380 etc::test_file_change: FindFirstFile succeeded
  201  550202 [main] sshd 5380 stat64: entering
   58  550260 [main] sshd 5380 normalize_posix_path: src /bin/bash
   62  550322 [main] sshd 5380 normalize_posix_path: /bin/bash = normalize_posix_path (/bin/bash)
   62  550384 [main] sshd 5380 mount_info::conv_to_win32_path: conv_to_win32_path (/bin/bash)
   76  550460 [main] sshd 5380 set_flags: flags: binary (0x2)
   59  550519 [main] sshd 5380 mount_info::conv_to_win32_path: src_path /bin/bash, dst C:\cygwin\bin\bash, flags 0xA, rc 0
  147  550666 [main] sshd 5380 symlink_info::check: GetFileAttributes (C:\cygwin\bin\bash) failed
   48  550714 [main] sshd 5380 geterrno_from_win_error: windows error 2 == errno 2
   76  550790 [main] sshd 5380 symlink_info::check: not a symlink
   42  550832 [main] sshd 5380 symlink_info::check: 0 = symlink.check (C:\cygwin\bin\bash.exe, 0x22D670) (0xA)
   48  550880 [main] sshd 5380 path_conv::check: this->path(C:\cygwin\bin\bash.exe), has_acls(1)
   46  550926 [main] sshd 5380 build_fh_pc: fh 0x6115DE7C
   42  550968 [main] sshd 5380 stat_worker: (/bin/bash, 0x22DDD0, 0, 0x6115DE7C), file_attributes 128
   48  551016 [main] sshd 5380 fhandler_base::open: (C:\cygwin\bin\bash.exe, 0x110000)
   77  551093 [main] sshd 5380 fhandler_base::set_flags: flags 0x110000, supplied_bin 0x10000
   43  551136 [main] sshd 5380 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x10000
   42  551178 [main] sshd 5380 fhandler_base::set_flags: filemode set to binary
   42  551220 [main] sshd 5380 fhandler_base::open: 0 = NtCreateFile (0x674, 20080, C:\cygwin\bin\bash.exe, io, NULL, 0, 7, 1, 4000, NULL, 0)
   44  551264 [main] sshd 5380 fhandler_base::open: 1 = fhandler_base::open (C:\cygwin\bin\bash.exe, 0x110000)
   43  551307 [main] sshd 5380 fhandler_base::open_fs: 1 = fhandler_disk_file::open (C:\cygwin\bin\bash.exe, 0x10000)
   64  551371 [main] sshd 5380 get_file_attribute: file: C:\cygwin\bin\bash.exe
  105  551476 [main] sshd 5380 cygpsid::debug_print: get_sids_info: owner SID = S-1-5-21-1957994488-1035525444-725345543-1322
   48  551524 [main] sshd 5380 cygpsid::debug_print: get_sids_info: group SID = S-1-5-21-1957994488-1035525444-725345543-513
   60  551584 [main] sshd 5380 get_info_from_sd: ACL 1FF, uid 1322, gid 513
   79  551663 [main] sshd 5380 fhandler_base::fstat_helper: 0 = fstat (, 0x22DDD0) st_atime=44696418 st_size=451072, st_mode=0x81FF, st_ino=281474976759681, sizeof=96
   46  551709 [main] sshd 5380 fhandler_base::close: closing '/bin/bash' handle 0x674
   61  551770 [main] sshd 5380 stat_worker: 0 = (/bin/bash, 0x22DDD0)
  358  552128 [main] sshd 5380 writev: writev (5, 0x22DE00, 1)
   78  552206 [main] sshd 5380 writev: 5 = write (5, 0x22DE00, 1), errno 2
   49  552255 [main] sshd 5380 writev: writev (5, 0x22DE00, 1)
 3276  552257 [main] sshd 4416 readv: 4 = readv (4, 0x22DDD0, 1), errno 2
   76  552333 [main] sshd 4416 readv: readv (4, 0x22DDD0, 1) blocking, sigcatchers 1
   84  552339 [main] sshd 5380 writev: 162 = write (5, 0x22DE00, 1), errno 2
   55  552388 [main] sshd 4416 readv: no need to call ready_for_read
   92  552480 [main] sshd 4416 readv: 163 = readv (4, 0x22DDD0, 1), errno 2
  165  552504 [main] sshd 5380 readv: readv (5, 0x22DE40, 1) blocking, sigcatchers 1
   57  552561 [main] sshd 5380 readv: no need to call ready_for_read
  649  553129 [main] sshd 4416 writev: writev (4, 0x22DDF0, 1)
  115  553244 [main] sshd 4416 writev: 5 = write (4, 0x22DDF0, 1), errno 2
  715  553276 [main] sshd 5380 readv: 4 = readv (5, 0x22DE40, 1), errno 2
   61  553305 [main] sshd 4416 writev: writev (4, 0x22DDF0, 1)
   54  553330 [main] sshd 5380 readv: readv (5, 0x22DE40, 1) blocking, sigcatchers 1
   53  553383 [main] sshd 5380 readv: no need to call ready_for_read
   96  553401 [main] sshd 4416 writev: 22 = write (4, 0x22DDF0, 1), errno 2
   92  553475 [main] sshd 5380 readv: 23 = readv (5, 0x22DE40, 1), errno 2
  247  553722 [main] sshd 5380 readv: readv (5, 0x22DE40, 1) blocking, sigcatchers 1
   42  553764 [main] sshd 5380 readv: no need to call ready_for_read
 2860  556261 [main] sshd 4416 cygwin_gethostname: name SONS-SC-CC
  439  556700 [main] sshd 4416 writev: writev (4, 0x22DDD0, 1)
 3108  556872 [main] sshd 5380 readv: 4 = readv (5, 0x22DE40, 1), errno 2
  181  556881 [main] sshd 4416 writev: 5 = write (4, 0x22DDD0, 1), errno 2
   89  556961 [main] sshd 5380 readv: readv (5, 0x22DE40, 1) blocking, sigcatchers 1
  112  556993 [main] sshd 4416 writev: writev (4, 0x22DDD0, 1)
   80  557041 [main] sshd 5380 readv: no need to call ready_for_read
  118  557111 [main] sshd 4416 writev: 4 = write (4, 0x22DDD0, 1), errno 2
  151  557262 [main] sshd 4416 readv: readv (4, 0x22DDC0, 1) blocking, sigcatchers 1
  226  557267 [main] sshd 5380 readv: 5 = readv (5, 0x22DE40, 1), errno 2
   64  557326 [main] sshd 4416 readv: no need to call ready_for_read
  185  557452 [main] sshd 5380 writev: writev (5, 0x22DE00, 1)
   93  557545 [main] sshd 5380 writev: 5 = write (5, 0x22DE00, 1), errno 2
  253  557579 [main] sshd 4416 readv: 4 = readv (4, 0x22DDC0, 1), errno 2
   62  557607 [main] sshd 5380 writev: writev (5, 0x22DE00, 1)
   64  557643 [main] sshd 4416 readv: readv (4, 0x22DDC0, 1) blocking, sigcatchers 1
   53  557696 [main] sshd 4416 readv: no need to call ready_for_read
  109  557716 [main] sshd 5380 writev: 4 = write (5, 0x22DE00, 1), errno 2
   91  557787 [main] sshd 4416 readv: 5 = readv (4, 0x22DDC0, 1), errno 2
  123  557839 [main] sshd 5380 cygwin_getpeername: 0 = getpeername (3) 1848
  486  558325 [main] sshd 5380 fhandler_base::write: text write
Failed none for ccadmin from 192.168.0.207 port 4586 ssh2
  718  558505 [main] sshd 4416 writev: writev (3, 0x22DDE0, 1)
  191  558516 [main] sshd 5380 readv: readv (5, 0x22DE40, 1) blocking, sigcatchers 1
   64  558580 [main] sshd 5380 readv: no need to call ready_for_read
   75  558580 [main] sshd 4416 writev: 80 = write (3, 0x22DDE0, 1), errno 2
  563  559143 [main] sshd 4416 cygwin_select: 4, 0x10015130, 0x0, 0x0, 0x0
  136  559279 [main] sshd 4416 dtable::select_read:  fd 3
   65  559344 [main] sshd 4416 cygwin_select: to NULL, ms FFFFFFFF
   60  559404 [main] sshd 4416 cygwin_select: sel.always_ready 0
  122  559526 [main] sshd 4416 start_thread_socket: Handle 0x7F8
   62  559588 [main] sshd 4416 start_thread_socket: Added to readfds
   59  559647 [main] sshd 4416 start_thread_socket: exitsock 0x7EC
   59  559706 [main] sshd 4416 start_thread_socket: stuff_start 0x22BE34
  126  559832 [select_socket] sshd 4416 thread_socket: stuff_start 0x100246D4
   51  559883 [main] sshd 4416 select_stuff::wait: m 2, ms 4294967295
   50  559933 [select_socket] sshd 4416 thread_socket: Win32 select returned 1
   93  560026 [select_socket] sshd 4416 thread_socket: s 0x10014E68, testing fd 3 ()
   43  560069 [select_socket] sshd 4416 thread_socket: read_ready
   53  560122 [main] sshd 4416 select_stuff::wait: woke up.  wait_ret 1.  verifying
   61  560183 [main] sshd 4416 select_stuff::wait: gotone 1
   59  560242 [main] sshd 4416 select_stuff::wait: returning 0
   59  560301 [main] sshd 4416 select_stuff::cleanup: calling cleanup routines
   59  560360 [main] sshd 4416 socket_cleanup: si 0x100216C0 si->thread 0x610FCE90
   92  560452 [main] sshd 4416 socket_cleanup: sent a byte to exitsock 0x7EC, res 1
  126  560578 [main] sshd 4416 socket_cleanup: reading a byte from exitsock 0x7EC
   90  560668 [main] sshd 4416 socket_cleanup: recv returned 1
  115  560783 [main] sshd 4416 socket_cleanup: returning
   60  560843 [main] sshd 4416 peek_socket: considering handle 0x7F8
   64  560907 [main] sshd 4416 set_bits: me 0x10014E68, testing fd 3 ()
   64  560971 [main] sshd 4416 set_bits: ready 1
   57  561028 [main] sshd 4416 select_stuff::poll: returning 1
   61  561089 [main] sshd 4416 select_stuff::cleanup: calling cleanup routines
   60  561149 [main] sshd 4416 select_stuff::~select_stuff: deleting select records
  115  561264 [main] sshd 4416 readv: readv (3, 0x22BE80, 1) nonblocking, sigcatchers 1
   63  561327 [main] sshd 4416 peek_socket: considering handle 0x7F8
   59  561386 [main] sshd 4416 peek_socket: adding read fd_set , fd 3
   83  561469 [main] sshd 4416 peek_socket: WINSOCK_SELECT returned 1
   61  561530 [main] sshd 4416 fhandler_base::ready_for_read: read_ready 1, avail 1
   73  561603 [main] sshd 4416 readv: 240 = readv (3, 0x22BE80, 1), errno 2
 1173  562776 [main] sshd 4416 fhandler_base::write: text write
debug1: userauth-request for user ccadmin service ssh-connection method publickey
  559  563335 [main] sshd 4416 fhandler_base::write: text write
debug1: attempt 1 failures 1
 1287  564622 [main] sshd 4416 fhandler_base::write: text write
debug1: test whether pkalg/pkblob are acceptable
  566  565188 [main] sshd 4416 writev: writev (4, 0x22DD50, 1)
   97  565285 [main] sshd 4416 writev: 5 = write (4, 0x22DD50, 1), errno 2
 6754  565334 [main] sshd 5380 readv: 4 = readv (5, 0x22DE40, 1), errno 2
   66  565351 [main] sshd 4416 writev: writev (4, 0x22DD50, 1)
   67  565401 [main] sshd 5380 readv: readv (5, 0x22DE40, 1) blocking, sigcatchers 1
   49  565450 [main] sshd 5380 readv: no need to call ready_for_read
  111  565462 [main] sshd 4416 writev: 165 = write (4, 0x22DD50, 1), errno 2
   83  565545 [main] sshd 4416 readv: readv (4, 0x22DD40, 1) blocking, sigcatchers 1
   98  565548 [main] sshd 5380 readv: 166 = readv (5, 0x22DE40, 1), errno 2
   64  565609 [main] sshd 4416 readv: no need to call ready_for_read
 1479  567027 [main] sshd 5380 fhandler_base::write: text write
debug1: temporarily_use_uid: 1322/513 (e=1012/513)
  236  567263 [main] sshd 5380 extract_nt_dom_user: pw_gecos 10018171 (ClearCaseAdmin,U-SALIRA\ccadmin,S-1-5-21-1957994488-1035525444-725345543-1322)
--- Process 5356, exception 00000005 at 77E55DEA
112221  679484 [main] sshd 5380 seterrno_from_win_error: /netrel/src/cygwin-1.5.19-4/winsup/cygwin/security.cc:336 windows error 1326
   95  679579 [main] sshd 5380 geterrno_from_win_error: unknown windows error 1326, setting errno to 13
   62  679641 [main] sshd 5380 __set_errno: void seterrno_from_win_error(const char*, int, DWORD):310 val 13
21650  701291 [main] sshd 5380 initgroups32: 0 = initgroups (ccadmin, 513)
  238  701529 [main] sshd 5380 setgroups32: setgroups32 (1)
   80  701609 [main] sshd 5380 setegid32: new egid: 513 current: 513
   72  701681 [main] sshd 5380 seteuid32: uid: 1322 myself->uid: 1012 myself->gid: 513
   74  701755 [main] sshd 5380 seteuid32: Found token -1
  903  702658 [main] sshd 5380 set_privilege: 0 = set_privilege ((token 66C) SeCreateTokenPrivilege, 1)
 2313  704971 [main] sshd 5380 create_token: 1628 = create_token ()
  163  705134 [main] sshd 5380 load_registry_hive: User registry hive for S-1-5-21-1957994488-1035525444-725345543-1322 already exists
  109  705243 [main] sshd 5380 seterrno_from_win_error: /netrel/src/cygwin-1.5.19-4/winsup/cygwin/sec_helper.cc:422 windows error 1300
   66  705309 [main] sshd 5380 geterrno_from_win_error: unknown windows error 1300, setting errno to 13
   68  705377 [main] sshd 5380 __set_errno: void seterrno_from_win_error(const char*, int, DWORD):310 val 13
   66  705443 [main] sshd 5380 set_privilege: -1 = set_privilege ((token 678) SeRestorePrivilege, 1)
   67  705510 [main] sshd 5380 set_privilege: 1 = set_privilege ((token 678) SeChangeNotifyPrivilege, 1)
  131  705641 [main] sshd 5380 open_shared: name Global\cygwin1S4.S-1-5-21-1957994488-1035525444-725345543-1322.1, n 1, shared 0x60010000 (wanted 0x60010000), h 0x72C
   66  705707 [main] sshd 5380 user_shared_initialize: opening user shared for 'S-1-5-21-1957994488-1035525444-725345543-1322' at 0x60010000
   77  705784 [main] sshd 5380 user_shared_initialize: user shared version B1D50001
  511  706295 [main] sshd 5380 fhandler_base::write: text write
debug1: trying public key file /us/ccadmin/.ssh/authorized_keys
  141  706436 [main] sshd 5380 stat64: entering
   67  706503 [main] sshd 5380 normalize_posix_path: src /us/ccadmin/.ssh/authorized_keys
   62  706565 [main] sshd 5380 normalize_posix_path: /us/ccadmin/.ssh/authorized_keys = normalize_posix_path (/us/ccadmin/.ssh/authorized_keys)
   76  706641 [main] sshd 5380 mount_info::conv_to_win32_path: conv_to_win32_path (/us/ccadmin/.ssh/authorized_keys)
   77  706718 [main] sshd 5380 set_flags: flags: binary (0x2)
   64  706782 [main] sshd 5380 mount_info::conv_to_win32_path: src_path /us/ccadmin/.ssh/authorized_keys, dst \\sonscentral\users\ccadmin\.ssh\authorized_keys, flags 0xA, rc 0
 7707  714489 [main] sshd 5380 symlink_info::check: GetFileAttributes (\\sonscentral\users\ccadmin\.ssh\authorized_keys) failed
   72  714561 [main] sshd 5380 geterrno_from_win_error: unknown windows error 1326, setting errno to 13
 4712  719273 [main] sshd 5380 symlink_info::check: GetFileAttributes (\\sonscentral\users\ccadmin\.ssh\authorized_keys.exe) failed
   74  719347 [main] sshd 5380 geterrno_from_win_error: unknown windows error 1326, setting errno to 13
 6697  726044 [main] sshd 5380 symlink_info::check: GetFileAttributes (\\sonscentral\users\ccadmin\.ssh\authorized_keys.exe.lnk) failed
   75  726119 [main] sshd 5380 geterrno_from_win_error: unknown windows error 1326, setting errno to 13
 4512  730631 [main] sshd 5380 symlink_info::check: GetFileAttributes (\\sonscentral\users\ccadmin\.ssh\authorized_keys.lnk) failed
   72  730703 [main] sshd 5380 geterrno_from_win_error: unknown windows error 1326, setting errno to 13
   68  730771 [main] sshd 5380 symlink_info::check: 0 = symlink.check (\\sonscentral\users\ccadmin\.ssh\authorized_keys, 0x22B640) (0xA)
  102  730873 [main] sshd 5380 set_privilege: 1 = set_privilege ((token 670) SeChangeNotifyPrivilege, 1)
17262  748135 [main] sshd 5380 fs_info::update: Cannot get volume information (\\sonscentral\users\), Win32 error 1326
   81  748216 [main] sshd 5380 __set_errno: fhandler_base* build_fh_name(const char*, void*, unsigned int, suffix_info*):340 val 13
   70  748286 [main] sshd 5380 stat_worker: got 13 error from build_fh_name
   68  748354 [main] sshd 5380 __set_errno: int stat_worker(const char*, __stat64*, int):1064 val 13
   69  748423 [main] sshd 5380 stat_worker: -1 = (/us/ccadmin/.ssh/authorized_keys, 0x22BDC0)
  505  748928 [main] sshd 5380 fhandler_base::write: text write
debug1: restore_uid: 1012/513
  141  749069 [main] sshd 5380 seteuid32: uid: 1012 myself->uid: 1322 myself->gid: 513
  144  749213 [main] sshd 5380 seteuid32: Found token -1
  200  749413 [main] sshd 5380 set_privilege: 0 = set_privilege ((token 670) SeCreateTokenPrivilege, 1)
 3578  752991 [main] sshd 5380 create_token: 1596 = create_token ()
  168  753159 [main] sshd 5380 load_registry_hive: User registry hive for S-1-5-21-732069428-1589987877-3227012232-1012 already exists
  108  753267 [main] sshd 5380 seterrno_from_win_error: /netrel/src/cygwin-1.5.19-4/winsup/cygwin/sec_helper.cc:422 windows error 1300
   67  753334 [main] sshd 5380 geterrno_from_win_error: unknown windows error 1300, setting errno to 13
   67  753401 [main] sshd 5380 __set_errno: void seterrno_from_win_error(const char*, int, DWORD):310 val 13
   69  753470 [main] sshd 5380 set_privilege: -1 = set_privilege ((token 678) SeRestorePrivilege, 1)
   66  753536 [main] sshd 5380 set_privilege: 1 = set_privilege ((token 678) SeChangeNotifyPrivilege, 1)
  125  753661 [main] sshd 5380 open_shared: name Global\cygwin1S4.S-1-5-21-732069428-1589987877-3227012232-1012.1, n 1, shared 0x60010000 (wanted 0x60010000), h 0x72C
   66  753727 [main] sshd 5380 user_shared_initialize: opening user shared for 'S-1-5-21-732069428-1589987877-3227012232-1012' at 0x60010000
   77  753804 [main] sshd 5380 user_shared_initialize: user shared version B1D50001
   72  753876 [main] sshd 5380 setegid32: new egid: 513 current: 513
   65  753941 [main] sshd 5380 setgroups32: setgroups32 (0)
  739  754680 [main] sshd 5380 fhandler_base::write: text write
debug1: temporarily_use_uid: 1322/513 (e=1012/513)
  180  754860 [main] sshd 5380 setgroups32: setgroups32 (1)
   66  754926 [main] sshd 5380 setegid32: new egid: 513 current: 513
   68  754994 [main] sshd 5380 seteuid32: uid: 1322 myself->uid: 1012 myself->gid: 513
   78  755072 [main] sshd 5380 seteuid32: Found token -1
  141  755213 [main] sshd 5380 set_privilege: 0 = set_privilege ((token 65C) SeCreateTokenPrivilege, 1)
 2270  757483 [main] sshd 5380 create_token: 1648 = create_token ()
  166  757649 [main] sshd 5380 load_registry_hive: User registry hive for S-1-5-21-1957994488-1035525444-725345543-1322 already exists
  103  757752 [main] sshd 5380 seterrno_from_win_error: /netrel/src/cygwin-1.5.19-4/winsup/cygwin/sec_helper.cc:422 windows error 1300
   66  757818 [main] sshd 5380 geterrno_from_win_error: unknown windows error 1300, setting errno to 13
   76  757894 [main] sshd 5380 __set_errno: void seterrno_from_win_error(const char*, int, DWORD):310 val 13
   69  757963 [main] sshd 5380 set_privilege: -1 = set_privilege ((token 678) SeRestorePrivilege, 1)
   65  758028 [main] sshd 5380 set_privilege: 1 = set_privilege ((token 678) SeChangeNotifyPrivilege, 1)
  116  758144 [main] sshd 5380 open_shared: name Global\cygwin1S4.S-1-5-21-1957994488-1035525444-725345543-1322.1, n 1, shared 0x60010000 (wanted 0x60010000), h 0x72C
   67  758211 [main] sshd 5380 user_shared_initialize: opening user shared for 'S-1-5-21-1957994488-1035525444-725345543-1322' at 0x60010000
   75  758286 [main] sshd 5380 user_shared_initialize: user shared version B1D50001
  503  758789 [main] sshd 5380 fhandler_base::write: text write
debug1: trying public key file /us/ccadmin/.ssh/authorized_keys2
  138  758927 [main] sshd 5380 stat64: entering
   67  758994 [main] sshd 5380 normalize_posix_path: src /us/ccadmin/.ssh/authorized_keys2
   63  759057 [main] sshd 5380 normalize_posix_path: /us/ccadmin/.ssh/authorized_keys2 = normalize_posix_path (/us/ccadmin/.ssh/authorized_keys2)
   78  759135 [main] sshd 5380 mount_info::conv_to_win32_path: conv_to_win32_path (/us/ccadmin/.ssh/authorized_keys2)
   74  759209 [main] sshd 5380 set_flags: flags: binary (0x2)
   64  759273 [main] sshd 5380 mount_info::conv_to_win32_path: src_path /us/ccadmin/.ssh/authorized_keys2, dst \\sonscentral\users\ccadmin\.ssh\authorized_keys2, flags 0xA, rc 0
 4580  763853 [main] sshd 5380 symlink_info::check: GetFileAttributes (\\sonscentral\users\ccadmin\.ssh\authorized_keys2) failed
   76  763929 [main] sshd 5380 geterrno_from_win_error: unknown windows error 1326, setting errno to 13
 6580  770509 [main] sshd 5380 symlink_info::check: GetFileAttributes (\\sonscentral\users\ccadmin\.ssh\authorized_keys2.exe) failed
   76  770585 [main] sshd 5380 geterrno_from_win_error: unknown windows error 1326, setting errno to 13
 4327  774912 [main] sshd 5380 symlink_info::check: GetFileAttributes (\\sonscentral\users\ccadmin\.ssh\authorized_keys2.exe.lnk) failed
   71  774983 [main] sshd 5380 geterrno_from_win_error: unknown windows error 1326, setting errno to 13
 6447  781430 [main] sshd 5380 symlink_info::check: GetFileAttributes (\\sonscentral\users\ccadmin\.ssh\authorized_keys2.lnk) failed
   72  781502 [main] sshd 5380 geterrno_from_win_error: unknown windows error 1326, setting errno to 13
   69  781571 [main] sshd 5380 symlink_info::check: 0 = symlink.check (\\sonscentral\users\ccadmin\.ssh\authorized_keys2, 0x22B640) (0xA)
  121  781692 [main] sshd 5380 set_privilege: 1 = set_privilege ((token 63C) SeChangeNotifyPrivilege, 1)
15226  796918 [main] sshd 5380 fs_info::update: Cannot get volume information (\\sonscentral\users\), Win32 error 1326
   76  796994 [main] sshd 5380 __set_errno: fhandler_base* build_fh_name(const char*, void*, unsigned int, suffix_info*):340 val 13
   70  797064 [main] sshd 5380 stat_worker: got 13 error from build_fh_name
   65  797129 [main] sshd 5380 __set_errno: int stat_worker(const char*, __stat64*, int):1064 val 13
   69  797198 [main] sshd 5380 stat_worker: -1 = (/us/ccadmin/.ssh/authorized_keys2, 0x22BDC0)
  504  797702 [main] sshd 5380 fhandler_base::write: text write
debug1: restore_uid: 1012/513
  140  797842 [main] sshd 5380 seteuid32: uid: 1012 myself->uid: 1322 myself->gid: 513
  138  797980 [main] sshd 5380 seteuid32: Found token -1
  156  798136 [main] sshd 5380 set_privilege: 0 = set_privilege ((token 63C) SeCreateTokenPrivilege, 1)
 2670  800806 [main] sshd 5380 create_token: 1628 = create_token ()
  174  800980 [main] sshd 5380 load_registry_hive: User registry hive for S-1-5-21-732069428-1589987877-3227012232-1012 already exists
  105  801085 [main] sshd 5380 seterrno_from_win_error: /netrel/src/cygwin-1.5.19-4/winsup/cygwin/sec_helper.cc:422 windows error 1300
   66  801151 [main] sshd 5380 geterrno_from_win_error: unknown windows error 1300, setting errno to 13
   67  801218 [main] sshd 5380 __set_errno: void seterrno_from_win_error(const char*, int, DWORD):310 val 13
   78  801296 [main] sshd 5380 set_privilege: -1 = set_privilege ((token 678) SeRestorePrivilege, 1)
   69  801365 [main] sshd 5380 set_privilege: 1 = set_privilege ((token 678) SeChangeNotifyPrivilege, 1)
  121  801486 [main] sshd 5380 open_shared: name Global\cygwin1S4.S-1-5-21-732069428-1589987877-3227012232-1012.1, n 1, shared 0x60010000 (wanted 0x60010000), h 0x72C
   65  801551 [main] sshd 5380 user_shared_initialize: opening user shared for 'S-1-5-21-732069428-1589987877-3227012232-1012' at 0x60010000
   80  801631 [main] sshd 5380 user_shared_initialize: user shared version B1D50001
   72  801703 [main] sshd 5380 setegid32: new egid: 513 current: 513
   64  801767 [main] sshd 5380 setgroups32: setgroups32 (0)
  817  802584 [main] sshd 5380 fhandler_base::write: text write
Failed publickey for ccadmin from 192.168.0.207 port 4586 ssh2
  142  802726 [main] sshd 5380 writev: writev (5, 0x22DDF0, 1)
  119  802845 [main] sshd 5380 writev: 5 = write (5, 0x22DDF0, 1), errno 13
237282  802891 [main] sshd 4416 readv: 4 = readv (4, 0x22DD40, 1), errno 2
   65  802910 [main] sshd 5380 writev: writev (5, 0x22DDF0, 1)
   78  802969 [main] sshd 4416 readv: readv (4, 0x22DD40, 1) blocking, sigcatchers 1
   63  803032 [main] sshd 4416 readv: no need to call ready_for_read
  129  803039 [main] sshd 5380 writev: 8 = write (5, 0x22DDF0, 1), errno 13
  134  803166 [main] sshd 4416 readv: 9 = readv (4, 0x22DD40, 1), errno 2
  255  803294 [main] sshd 5380 readv: readv (5, 0x22DE40, 1) blocking, sigcatchers 1
   73  803367 [main] sshd 5380 readv: no need to call ready_for_read
 1358  804524 [main] sshd 4416 writev: writev (3, 0x22DDE0, 1)
   89  804613 [main] sshd 4416 writev: 80 = write (3, 0x22DDE0, 1), errno 2
  553  805166 [main] sshd 4416 cygwin_select: 4, 0x10015130, 0x0, 0x0, 0x0
  130  805296 [main] sshd 4416 dtable::select_read:  fd 3
   68  805364 [main] sshd 4416 cygwin_select: to NULL, ms FFFFFFFF
   64  805428 [main] sshd 4416 cygwin_select: sel.always_ready 0
  142  805570 [main] sshd 4416 start_thread_socket: Handle 0x7F8
   68  805638 [main] sshd 4416 start_thread_socket: Added to readfds
   66  805704 [main] sshd 4416 start_thread_socket: exitsock 0x7EC
   62  805766 [main] sshd 4416 start_thread_socket: stuff_start 0x22BE34
  139  805905 [select_socket] sshd 4416 thread_socket: stuff_start 0x100266E4
   59  805964 [main] sshd 4416 select_stuff::wait: m 2, ms 4294967295
  134  806098 [select_socket] sshd 4416 thread_socket: Win32 select returned 1
   67  806165 [select_socket] sshd 4416 thread_socket: s 0x10014E68, testing fd 3 ()
   65  806230 [select_socket] sshd 4416 thread_socket: read_ready
   67  806297 [main] sshd 4416 select_stuff::wait: woke up.  wait_ret 1.  verifying
   66  806363 [main] sshd 4416 select_stuff::wait: gotone 1
   66  806429 [main] sshd 4416 select_stuff::wait: returning 0
   65  806494 [main] sshd 4416 select_stuff::cleanup: calling cleanup routines
   69  806563 [main] sshd 4416 socket_cleanup: si 0x100236D0 si->thread 0x610FCE90
   87  806650 [main] sshd 4416 socket_cleanup: sent a byte to exitsock 0x7EC, res 1
  137  806787 [main] sshd 4416 socket_cleanup: reading a byte from exitsock 0x7EC
   93  806880 [main] sshd 4416 socket_cleanup: recv returned 1
  123  807003 [main] sshd 4416 socket_cleanup: returning
   67  807070 [main] sshd 4416 peek_socket: considering handle 0x7F8
   67  807137 [main] sshd 4416 set_bits: me 0x10014E68, testing fd 3 ()
   67  807204 [main] sshd 4416 set_bits: ready 1
   64  807268 [main] sshd 4416 select_stuff::poll: returning 1
   64  807332 [main] sshd 4416 select_stuff::cleanup: calling cleanup routines
   68  807400 [main] sshd 4416 select_stuff::~select_stuff: deleting select records
  130  807530 [main] sshd 4416 readv: readv (3, 0x22BE80, 1) nonblocking, sigcatchers 1
   64  807594 [main] sshd 4416 peek_socket: considering handle 0x7F8
   63  807657 [main] sshd 4416 peek_socket: adding read fd_set , fd 3
   83  807740 [main] sshd 4416 peek_socket: WINSOCK_SELECT returned 1
   72  807812 [main] sshd 4416 fhandler_base::ready_for_read: read_ready 1, avail 1
   79  807891 [main] sshd 4416 readv: 528 = readv (3, 0x22BE80, 1), errno 2
 1149  809040 [main] sshd 4416 fhandler_base::write: text write
debug1: userauth-request for user ccadmin service ssh-connection method publickey
  555  809595 [main] sshd 4416 fhandler_base::write: text write
debug1: attempt 2 failures 2
 2017  811612 [main] sshd 4416 fhandler_base::write: text write
debug1: test whether pkalg/pkblob are acceptable
 1045  812657 [main] sshd 4416 writev: writev (4, 0x22DD50, 1)
  106  812763 [main] sshd 4416 writev: 5 = write (4, 0x22DD50, 1), errno 2
 9431  812798 [main] sshd 5380 readv: 4 = readv (5, 0x22DE40, 1), errno 13
   61  812824 [main] sshd 4416 writev: writev (4, 0x22DD50, 1)
   67  812865 [main] sshd 5380 readv: readv (5, 0x22DE40, 1) blocking, sigcatchers 1
   58  812923 [main] sshd 5380 readv: no need to call ready_for_read
  103  812927 [main] sshd 4416 writev: 449 = write (4, 0x22DD50, 1), errno 2
   96  813023 [main] sshd 4416 readv: readv (4, 0x22DD40, 1) blocking, sigcatchers 1
  111  813034 [main] sshd 5380 readv: 450 = readv (5, 0x22DE40, 1), errno 13
   62  813085 [main] sshd 4416 readv: no need to call ready_for_read
 2241  815275 [main] sshd 5380 fhandler_base::write: text write
debug1: temporarily_use_uid: 1322/513 (e=1012/513)
  183  815458 [main] sshd 5380 setgroups32: setgroups32 (1)
   70  815528 [main] sshd 5380 setegid32: new egid: 513 current: 513
   64  815592 [main] sshd 5380 seteuid32: uid: 1322 myself->uid: 1012 myself->gid: 513
   89  815681 [main] sshd 5380 seteuid32: Found token -1
  155  815836 [main] sshd 5380 set_privilege: 0 = set_privilege ((token 670) SeCreateTokenPrivilege, 1)
 2367  818203 [main] sshd 5380 create_token: 1596 = create_token ()
  167  818370 [main] sshd 5380 load_registry_hive: User registry hive for S-1-5-21-1957994488-1035525444-725345543-1322 already exists
  106  818476 [main] sshd 5380 seterrno_from_win_error: /netrel/src/cygwin-1.5.19-4/winsup/cygwin/sec_helper.cc:422 windows error 1300
   67  818543 [main] sshd 5380 geterrno_from_win_error: unknown windows error 1300, setting errno to 13
   67  818610 [main] sshd 5380 __set_errno: void seterrno_from_win_error(const char*, int, DWORD):310 val 13
   68  818678 [main] sshd 5380 set_privilege: -1 = set_privilege ((token 678) SeRestorePrivilege, 1)
   65  818743 [main] sshd 5380 set_privilege: 1 = set_privilege ((token 678) SeChangeNotifyPrivilege, 1)
  121  818864 [main] sshd 5380 open_shared: name Global\cygwin1S4.S-1-5-21-1957994488-1035525444-725345543-1322.1, n 1, shared 0x60010000 (wanted 0x60010000), h 0x72C
   66  818930 [main] sshd 5380 user_shared_initialize: opening user shared for 'S-1-5-21-1957994488-1035525444-725345543-1322' at 0x60010000
   78  819008 [main] sshd 5380 user_shared_initialize: user shared version B1D50001
  509  819517 [main] sshd 5380 fhandler_base::write: text write
debug1: trying public key file /us/ccadmin/.ssh/authorized_keys
  135  819652 [main] sshd 5380 stat64: entering
   68  819720 [main] sshd 5380 normalize_posix_path: src /us/ccadmin/.ssh/authorized_keys
   64  819784 [main] sshd 5380 normalize_posix_path: /us/ccadmin/.ssh/authorized_keys = normalize_posix_path (/us/ccadmin/.ssh/authorized_keys)
   76  819860 [main] sshd 5380 mount_info::conv_to_win32_path: conv_to_win32_path (/us/ccadmin/.ssh/authorized_keys)
   77  819937 [main] sshd 5380 set_flags: flags: binary (0x2)
   63  820000 [main] sshd 5380 mount_info::conv_to_win32_path: src_path /us/ccadmin/.ssh/authorized_keys, dst \\sonscentral\users\ccadmin\.ssh\authorized_keys, flags 0xA, rc 0
 5811  825811 [main] sshd 5380 symlink_info::check: GetFileAttributes (\\sonscentral\users\ccadmin\.ssh\authorized_keys) failed
   73  825884 [main] sshd 5380 geterrno_from_win_error: unknown windows error 1326, setting errno to 13
 4886  830770 [main] sshd 5380 symlink_info::check: GetFileAttributes (\\sonscentral\users\ccadmin\.ssh\authorized_keys.exe) failed
   84  830854 [main] sshd 5380 geterrno_from_win_error: unknown windows error 1326, setting errno to 13
 6724  837578 [main] sshd 5380 symlink_info::check: GetFileAttributes (\\sonscentral\users\ccadmin\.ssh\authorized_keys.exe.lnk) failed
   72  837650 [main] sshd 5380 geterrno_from_win_error: unknown windows error 1326, setting errno to 13
 5450  843100 [main] sshd 5380 symlink_info::check: GetFileAttributes (\\sonscentral\users\ccadmin\.ssh\authorized_keys.lnk) failed
   83  843183 [main] sshd 5380 geterrno_from_win_error: unknown windows error 1326, setting errno to 13
   69  843252 [main] sshd 5380 symlink_info::check: 0 = symlink.check (\\sonscentral\users\ccadmin\.ssh\authorized_keys, 0x22B640) (0xA)
  103  843355 [main] sshd 5380 set_privilege: 1 = set_privilege ((token 65C) SeChangeNotifyPrivilege, 1)
17294  860649 [main] sshd 5380 fs_info::update: Cannot get volume information (\\sonscentral\users\), Win32 error 1326
   85  860734 [main] sshd 5380 __set_errno: fhandler_base* build_fh_name(const char*, void*, unsigned int, suffix_info*):340 val 13
   70  860804 [main] sshd 5380 stat_worker: got 13 error from build_fh_name
   67  860871 [main] sshd 5380 __set_errno: int stat_worker(const char*, __stat64*, int):1064 val 13
   68  860939 [main] sshd 5380 stat_worker: -1 = (/us/ccadmin/.ssh/authorized_keys, 0x22BDC0)
  505  861444 [main] sshd 5380 fhandler_base::write: text write
debug1: restore_uid: 1012/513
  138  861582 [main] sshd 5380 seteuid32: uid: 1012 myself->uid: 1322 myself->gid: 513
  139  861721 [main] sshd 5380 seteuid32: Found token -1
  158  861879 [main] sshd 5380 set_privilege: 0 = set_privilege ((token 65C) SeCreateTokenPrivilege, 1)
 2657  864536 [main] sshd 5380 create_token: 1648 = create_token ()
  170  864706 [main] sshd 5380 load_registry_hive: User registry hive for S-1-5-21-732069428-1589987877-3227012232-1012 already exists
  105  864811 [main] sshd 5380 seterrno_from_win_error: /netrel/src/cygwin-1.5.19-4/winsup/cygwin/sec_helper.cc:422 windows error 1300
   67  864878 [main] sshd 5380 geterrno_from_win_error: unknown windows error 1300, setting errno to 13
   68  864946 [main] sshd 5380 __set_errno: void seterrno_from_win_error(const char*, int, DWORD):310 val 13
   68  865014 [main] sshd 5380 set_privilege: -1 = set_privilege ((token 678) SeRestorePrivilege, 1)
   71  865085 [main] sshd 5380 set_privilege: 1 = set_privilege ((token 678) SeChangeNotifyPrivilege, 1)
  126  865211 [main] sshd 5380 open_shared: name Global\cygwin1S4.S-1-5-21-732069428-1589987877-3227012232-1012.1, n 1, shared 0x60010000 (wanted 0x60010000), h 0x72C
   65  865276 [main] sshd 5380 user_shared_initialize: opening user shared for 'S-1-5-21-732069428-1589987877-3227012232-1012' at 0x60010000
   78  865354 [main] sshd 5380 user_shared_initialize: user shared version B1D50001
   68  865422 [main] sshd 5380 setegid32: new egid: 513 current: 513
   67  865489 [main] sshd 5380 setgroups32: setgroups32 (0)
  763  866252 [main] sshd 5380 fhandler_base::write: text write
debug1: temporarily_use_uid: 1322/513 (e=1012/513)
  174  866426 [main] sshd 5380 setgroups32: setgroups32 (1)
   66  866492 [main] sshd 5380 setegid32: new egid: 513 current: 513
   64  866556 [main] sshd 5380 seteuid32: uid: 1322 myself->uid: 1012 myself->gid: 513
   79  866635 [main] sshd 5380 seteuid32: Found token -1
  147  866782 [main] sshd 5380 set_privilege: 0 = set_privilege ((token 63C) SeCreateTokenPrivilege, 1)
 2266  869048 [main] sshd 5380 create_token: 1628 = create_token ()
  166  869214 [main] sshd 5380 load_registry_hive: User registry hive for S-1-5-21-1957994488-1035525444-725345543-1322 already exists
  102  869316 [main] sshd 5380 seterrno_from_win_error: /netrel/src/cygwin-1.5.19-4/winsup/cygwin/sec_helper.cc:422 windows error 1300
   66  869382 [main] sshd 5380 geterrno_from_win_error: unknown windows error 1300, setting errno to 13
   64  869446 [main] sshd 5380 __set_errno: void seterrno_from_win_error(const char*, int, DWORD):310 val 13
   69  869515 [main] sshd 5380 set_privilege: -1 = set_privilege ((token 678) SeRestorePrivilege, 1)
   74  869589 [main] sshd 5380 set_privilege: 1 = set_privilege ((token 678) SeChangeNotifyPrivilege, 1)
  113  869702 [main] sshd 5380 open_shared: name Global\cygwin1S4.S-1-5-21-1957994488-1035525444-725345543-1322.1, n 1, shared 0x60010000 (wanted 0x60010000), h 0x72C
   65  869767 [main] sshd 5380 user_shared_initialize: opening user shared for 'S-1-5-21-1957994488-1035525444-725345543-1322' at 0x60010000
   78  869845 [main] sshd 5380 user_shared_initialize: user shared version B1D50001
  505  870350 [main] sshd 5380 fhandler_base::write: text write
debug1: trying public key file /us/ccadmin/.ssh/authorized_keys2
  135  870485 [main] sshd 5380 stat64: entering
   65  870550 [main] sshd 5380 normalize_posix_path: src /us/ccadmin/.ssh/authorized_keys2
   64  870614 [main] sshd 5380 normalize_posix_path: /us/ccadmin/.ssh/authorized_keys2 = normalize_posix_path (/us/ccadmin/.ssh/authorized_keys2)
   75  870689 [main] sshd 5380 mount_info::conv_to_win32_path: conv_to_win32_path (/us/ccadmin/.ssh/authorized_keys2)
   76  870765 [main] sshd 5380 set_flags: flags: binary (0x2)
   63  870828 [main] sshd 5380 mount_info::conv_to_win32_path: src_path /us/ccadmin/.ssh/authorized_keys2, dst \\sonscentral\users\ccadmin\.ssh\authorized_keys2, flags 0xA, rc 0
 4474  875302 [main] sshd 5380 symlink_info::check: GetFileAttributes (\\sonscentral\users\ccadmin\.ssh\authorized_keys2) failed
   75  875377 [main] sshd 5380 geterrno_from_win_error: unknown windows error 1326, setting errno to 13
 6451  881828 [main] sshd 5380 symlink_info::check: GetFileAttributes (\\sonscentral\users\ccadmin\.ssh\authorized_keys2.exe) failed
   72  881900 [main] sshd 5380 geterrno_from_win_error: unknown windows error 1326, setting errno to 13
 4439  886339 [main] sshd 5380 symlink_info::check: GetFileAttributes (\\sonscentral\users\ccadmin\.ssh\authorized_keys2.exe.lnk) failed
   70  886409 [main] sshd 5380 geterrno_from_win_error: unknown windows error 1326, setting errno to 13
 6565  892974 [main] sshd 5380 symlink_info::check: GetFileAttributes (\\sonscentral\users\ccadmin\.ssh\authorized_keys2.lnk) failed
   74  893048 [main] sshd 5380 geterrno_from_win_error: unknown windows error 1326, setting errno to 13
   68  893116 [main] sshd 5380 symlink_info::check: 0 = symlink.check (\\sonscentral\users\ccadmin\.ssh\authorized_keys2, 0x22B640) (0xA)
  100  893216 [main] sshd 5380 set_privilege: 1 = set_privilege ((token 670) SeChangeNotifyPrivilege, 1)
15044  908260 [main] sshd 5380 fs_info::update: Cannot get volume information (\\sonscentral\users\), Win32 error 1326
   87  908347 [main] sshd 5380 __set_errno: fhandler_base* build_fh_name(const char*, void*, unsigned int, suffix_info*):340 val 13
   69  908416 [main] sshd 5380 stat_worker: got 13 error from build_fh_name
   65  908481 [main] sshd 5380 __set_errno: int stat_worker(const char*, __stat64*, int):1064 val 13
   62  908543 [main] sshd 5380 stat_worker: -1 = (/us/ccadmin/.ssh/authorized_keys2, 0x22BDC0)
  504  909047 [main] sshd 5380 fhandler_base::write: text write
debug1: restore_uid: 1012/513
  137  909184 [main] sshd 5380 seteuid32: uid: 1012 myself->uid: 1322 myself->gid: 513
  139  909323 [main] sshd 5380 seteuid32: Found token -1
  151  909474 [main] sshd 5380 set_privilege: 0 = set_privilege ((token 670) SeCreateTokenPrivilege, 1)
 2650  912124 [main] sshd 5380 create_token: 1596 = create_token ()
  171  912295 [main] sshd 5380 load_registry_hive: User registry hive for S-1-5-21-732069428-1589987877-3227012232-1012 already exists
  105  912400 [main] sshd 5380 seterrno_from_win_error: /netrel/src/cygwin-1.5.19-4/winsup/cygwin/sec_helper.cc:422 windows error 1300
   66  912466 [main] sshd 5380 geterrno_from_win_error: unknown windows error 1300, setting errno to 13
   67  912533 [main] sshd 5380 __set_errno: void seterrno_from_win_error(const char*, int, DWORD):310 val 13
   69  912602 [main] sshd 5380 set_privilege: -1 = set_privilege ((token 678) SeRestorePrivilege, 1)
   76  912678 [main] sshd 5380 set_privilege: 1 = set_privilege ((token 678) SeChangeNotifyPrivilege, 1)
  121  912799 [main] sshd 5380 open_shared: name Global\cygwin1S4.S-1-5-21-732069428-1589987877-3227012232-1012.1, n 1, shared 0x60010000 (wanted 0x60010000), h 0x72C
   66  912865 [main] sshd 5380 user_shared_initialize: opening user shared for 'S-1-5-21-732069428-1589987877-3227012232-1012' at 0x60010000
   79  912944 [main] sshd 5380 user_shared_initialize: user shared version B1D50001
   72  913016 [main] sshd 5380 setegid32: new egid: 513 current: 513
   64  913080 [main] sshd 5380 setgroups32: setgroups32 (0)
 1050  914130 [main] sshd 5380 fhandler_base::write: text write
Failed publickey for ccadmin from 192.168.0.207 port 4586 ssh2
  140  914270 [main] sshd 5380 writev: writev (5, 0x22DDF0, 1)
  113  914383 [main] sshd 5380 writev: 5 = write (5, 0x22DDF0, 1), errno 13
101350  914435 [main] sshd 4416 readv: 4 = readv (4, 0x22DD40, 1), errno 2
   64  914447 [main] sshd 5380 writev: writev (5, 0x22DDF0, 1)
   80  914515 [main] sshd 4416 readv: readv (4, 0x22DD40, 1) blocking, sigcatchers 1
   53  914568 [main] sshd 4416 readv: no need to call ready_for_read
  123  914570 [main] sshd 5380 writev: 8 = write (5, 0x22DDF0, 1), errno 13
   91  914659 [main] sshd 4416 readv: 9 = readv (4, 0x22DD40, 1), errno 2
  200  914770 [main] sshd 5380 readv: readv (5, 0x22DE40, 1) blocking, sigcatchers 1
   59  914829 [main] sshd 5380 readv: no need to call ready_for_read
 1517  916176 [main] sshd 4416 writev: writev (3, 0x22DDE0, 1)
   91  916267 [main] sshd 4416 writev: 80 = write (3, 0x22DDE0, 1), errno 2
  596  916863 [main] sshd 4416 cygwin_select: 4, 0x10015130, 0x0, 0x0, 0x0
  132  916995 [main] sshd 4416 dtable::select_read:  fd 3
   66  917061 [main] sshd 4416 cygwin_select: to NULL, ms FFFFFFFF
   64  917125 [main] sshd 4416 cygwin_select: sel.always_ready 0
  132  917257 [main] sshd 4416 start_thread_socket: Handle 0x7F8
   68  917325 [main] sshd 4416 start_thread_socket: Added to readfds
   66  917391 [main] sshd 4416 start_thread_socket: exitsock 0x7EC
   64  917455 [main] sshd 4416 start_thread_socket: stuff_start 0x22BE34
  136  917591 [select_socket] sshd 4416 thread_socket: stuff_start 0x100266E4
   52  917643 [main] sshd 4416 select_stuff::wait: m 2, ms 4294967295
  129  917772 [select_socket] sshd 4416 thread_socket: Win32 select returned 1
   64  917836 [select_socket] sshd 4416 thread_socket: s 0x10014E68, testing fd 3 ()
   69  917905 [select_socket] sshd 4416 thread_socket: read_ready
   69  917974 [main] sshd 4416 select_stuff::wait: woke up.  wait_ret 1.  verifying
   63  918037 [main] sshd 4416 select_stuff::wait: gotone 1
   68  918105 [main] sshd 4416 select_stuff::wait: returning 0
   67  918172 [main] sshd 4416 select_stuff::cleanup: calling cleanup routines
   67  918239 [main] sshd 4416 socket_cleanup: si 0x100236D0 si->thread 0x610FCE90
   89  918328 [main] sshd 4416 socket_cleanup: sent a byte to exitsock 0x7EC, res 1
  131  918459 [main] sshd 4416 socket_cleanup: reading a byte from exitsock 0x7EC
   85  918544 [main] sshd 4416 socket_cleanup: recv returned 1
  124  918668 [main] sshd 4416 socket_cleanup: returning
   64  918732 [main] sshd 4416 peek_socket: considering handle 0x7F8
   66  918798 [main] sshd 4416 set_bits: me 0x10014E68, testing fd 3 ()
   67  918865 [main] sshd 4416 set_bits: ready 1
   64  918929 [main] sshd 4416 select_stuff::poll: returning 1
   63  918992 [main] sshd 4416 select_stuff::cleanup: calling cleanup routines
   64  919056 [main] sshd 4416 select_stuff::~select_stuff: deleting select records
  125  919181 [main] sshd 4416 readv: readv (3, 0x22BE80, 1) nonblocking, sigcatchers 1
   66  919247 [main] sshd 4416 peek_socket: considering handle 0x7F8
   64  919311 [main] sshd 4416 peek_socket: adding read fd_set , fd 3
   79  919390 [main] sshd 4416 peek_socket: WINSOCK_SELECT returned 1
   64  919454 [main] sshd 4416 fhandler_base::ready_for_read: read_ready 1, avail 1
   77  919531 [main] sshd 4416 readv: 96 = readv (3, 0x22BE80, 1), errno 2
 1168  920699 [main] sshd 4416 fhandler_base::write: text write
debug1: userauth-request for user ccadmin service ssh-connection method keyboard-interactive
  736  921435 [main] sshd 4416 fhandler_base::write: text write
debug1: attempt 3 failures 3
  676  922111 [main] sshd 4416 fhandler_base::write: text write
debug1: keyboard-interactive devs 
  547  922658 [main] sshd 4416 fhandler_base::write: text write
debug1: auth2_challenge: user=ccadmin devs=
  796  923454 [main] sshd 4416 fhandler_base::write: text write
debug1: kbdint_alloc: devices ''
 1025  924479 [main] sshd 4416 writev: writev (3, 0x22DDE0, 1)
   82  924561 [main] sshd 4416 writev: 80 = write (3, 0x22DDE0, 1), errno 2
  452  925013 [main] sshd 4416 cygwin_select: 4, 0x10015130, 0x0, 0x0, 0x0
  126  925139 [main] sshd 4416 dtable::select_read:  fd 3
   65  925204 [main] sshd 4416 cygwin_select: to NULL, ms FFFFFFFF
   65  925269 [main] sshd 4416 cygwin_select: sel.always_ready 0
  125  925394 [main] sshd 4416 start_thread_socket: Handle 0x7F8
   68  925462 [main] sshd 4416 start_thread_socket: Added to readfds
   65  925527 [main] sshd 4416 start_thread_socket: exitsock 0x7EC
   65  925592 [main] sshd 4416 start_thread_socket: stuff_start 0x22BE34
  133  925725 [select_socket] sshd 4416 thread_socket: stuff_start 0x100266E4
   50  925775 [main] sshd 4416 select_stuff::wait: m 2, ms 4294967295
2917729 3843504 [select_socket] sshd 4416 thread_socket: Win32 select returned 1
  117 3843621 [select_socket] sshd 4416 thread_socket: s 0x10014E68, testing fd 3 ()
   69 3843690 [select_socket] sshd 4416 thread_socket: read_ready
   81 3843771 [main] sshd 4416 select_stuff::wait: woke up.  wait_ret 1.  verifying
   67 3843838 [main] sshd 4416 select_stuff::wait: gotone 1
   67 3843905 [main] sshd 4416 select_stuff::wait: returning 0
   68 3843973 [main] sshd 4416 select_stuff::cleanup: calling cleanup routines
   67 3844040 [main] sshd 4416 socket_cleanup: si 0x100236D0 si->thread 0x610FCE90
   93 3844133 [main] sshd 4416 socket_cleanup: sent a byte to exitsock 0x7EC, res 1
  131 3844264 [main] sshd 4416 socket_cleanup: reading a byte from exitsock 0x7EC
   93 3844357 [main] sshd 4416 socket_cleanup: recv returned 1
  126 3844483 [main] sshd 4416 socket_cleanup: returning
   66 3844549 [main] sshd 4416 peek_socket: considering handle 0x7F8
   67 3844616 [main] sshd 4416 set_bits: me 0x10014E68, testing fd 3 ()
   68 3844684 [main] sshd 4416 set_bits: ready 1
   62 3844746 [main] sshd 4416 select_stuff::poll: returning 1
   64 3844810 [main] sshd 4416 select_stuff::cleanup: calling cleanup routines
   64 3844874 [main] sshd 4416 select_stuff::~select_stuff: deleting select records
  126 3845000 [main] sshd 4416 readv: readv (3, 0x22BE80, 1) nonblocking, sigcatchers 1
   69 3845069 [main] sshd 4416 peek_socket: considering handle 0x7F8
   64 3845133 [main] sshd 4416 peek_socket: adding read fd_set , fd 3
   80 3845213 [main] sshd 4416 peek_socket: WINSOCK_SELECT returned 1
   64 3845277 [main] sshd 4416 fhandler_base::ready_for_read: read_ready 1, avail 1
   78 3845355 [main] sshd 4416 readv: 144 = readv (3, 0x22BE80, 1), errno 2
 1143 3846498 [main] sshd 4416 fhandler_base::write: text write
debug1: userauth-request for user ccadmin service ssh-connection method password
  564 3847062 [main] sshd 4416 fhandler_base::write: text write
debug1: attempt 4 failures 4
  265 3847327 [main] sshd 4416 writev: writev (4, 0x22DDC0, 1)
  110 3847437 [main] sshd 4416 writev: 5 = write (4, 0x22DDC0, 1), errno 2
2932654 3847483 [main] sshd 5380 readv: 4 = readv (5, 0x22DE40, 1), errno 13
   74 3847511 [main] sshd 4416 writev: writev (4, 0x22DDC0, 1)
   81 3847564 [main] sshd 5380 readv: readv (5, 0x22DE40, 1) blocking, sigcatchers 1
  117 3847628 [main] sshd 4416 writev: 13 = write (4, 0x22DDC0, 1), errno 2
   71 3847635 [main] sshd 5380 readv: no need to call ready_for_read
   86 3847714 [main] sshd 4416 readv: readv (4, 0x22DDB0, 1) blocking, sigcatchers 1
   55 3847769 [main] sshd 4416 readv: no need to call ready_for_read
  141 3847776 [main] sshd 5380 readv: 14 = readv (5, 0x22DE40, 1), errno 13
  172 3847948 [main] sshd 5380 extract_nt_dom_user: pw_gecos 10015DB8 (ClearCaseAdmin,U-SALIRA\ccadmin,S-1-5-21-1957994488-1035525444-725345543-1322)
   67 3848015 [main] sshd 5380 cygwin_logon_user: LogonUserA (ccadmin, SALIRA, welcome33, ...)
14880 3862895 [main] sshd 5380 cygwin_logon_user: 1568 = logon_user(ccadmin,...)
   95 3862990 [main] sshd 5380 cygwin_set_impersonation_token: set_impersonation_token (1568)
  144 3863134 [main] sshd 5380 writev: writev (5, 0x22DE00, 1)
  122 3863256 [main] sshd 5380 writev: 5 = write (5, 0x22DE00, 1), errno 13
15556 3863325 [main] sshd 4416 readv: 4 = readv (4, 0x22DDB0, 1), errno 2
  107 3863363 [main] sshd 5380 writev: writev (5, 0x22DE00, 1)
   74 3863399 [main] sshd 4416 readv: readv (4, 0x22DDB0, 1) blocking, sigcatchers 1
   70 3863469 [main] sshd 4416 readv: no need to call ready_for_read
  135 3863498 [main] sshd 5380 writev: 4 = write (5, 0x22DE00, 1), errno 13
  108 3863577 [main] sshd 4416 readv: 5 = readv (4, 0x22DDB0, 1), errno 2
  435 3863933 [main] sshd 5380 fhandler_base::write: text write
Accepted password for ccadmin from 192.168.0.207 port 4586 ssh2
  633 3864210 [main] sshd 4416 writev: writev (3, 0x22DDE0, 1)
   89 3864299 [main] sshd 4416 writev: 32 = write (3, 0x22DDE0, 1), errno 2
  570 3864503 [main] sshd 5380 fhandler_base::write: text write
debug1: monitor_child_preauth: ccadmin has been authenticated by privileged process
  173 3864676 [main] sshd 5380 readv: readv (5, 0x22DDE0, 1) blocking, sigcatchers 1
   68 3864744 [main] sshd 5380 readv: no need to call ready_for_read
 1123 3865422 [main] sshd 4416 writev: writev (4, 0x22DE30, 1)
  115 3865537 [main] sshd 4416 writev: 5 = write (4, 0x22DE30, 1), errno 2
  824 3865568 [main] sshd 5380 readv: 4 = readv (5, 0x22DDE0, 1), errno 13
   58 3865595 [main] sshd 4416 writev: writev (4, 0x22DE30, 1)
   54 3865622 [main] sshd 5380 readv: readv (5, 0x22DDE0, 1) blocking, sigcatchers 1
   59 3865681 [main] sshd 5380 readv: no need to call ready_for_read
   97 3865692 [main] sshd 4416 writev: 1198 = write (4, 0x22DE30, 1), errno 2
   98 3865779 [main] sshd 5380 readv: 1199 = readv (5, 0x22DDE0, 1), errno 13
  375 3866067 [main] sshd 4416 close: close (0)
   71 3866138 [main] sshd 4416 fhandler_base::close: closing '/dev/null' handle 0x698
   74 3866212 [main] sshd 4416 close: 0 = close (0)
  527 3866739 [main] sshd 4416 close: close (1)
   72 3866811 [main] sshd 4416 fhandler_base::close: closing '/dev/null' handle 0x7FC
   55 3866866 [main] sshd 4416 close: 0 = close (1)
  552 3867418 [main] sshd 4416 close: close (2)
   66 3867484 [main] sshd 4416 fhandler_base::close: closing '/tmp/sshd.strace.log' handle 0x7F0
   63 3867547 [main] sshd 4416 close: 0 = close (2)
  298 3867845 [main] sshd 4416 do_exit: do_exit (0), exit_state 0
   69 3867914 [main] sshd 4416 void: 0x0 = signal (20, 0x1)
   62 3867976 [main] sshd 4416 void: 0x0 = signal (1, 0x1)
   50 3868026 [main] sshd 4416 void: 0x0 = signal (2, 0x1)
   61 3868087 [main] sshd 4416 void: 0x0 = signal (3, 0x1)
  123 3868210 [main] sshd 4416 fhandler_socket::close: 0 = fhandler_socket::close()
  105 3868315 [main] sshd 4416 fhandler_socket::close: 0 = fhandler_socket::close()
 2562 3868341 [main] sshd 5380 close: close (5)
  152 3868467 [main] sshd 4416 sigproc_terminate: entering
  152 3868493 [main] sshd 5380 fhandler_socket::close: 0 = fhandler_socket::close()
   66 3868533 [main] sshd 4416 sig_send: sendsig 0x6AC, pid 4416, signal -42, its_me 1
   74 3868567 [main] sshd 5380 close: 0 = close (5)
   65 3868598 [main] sshd 4416 sig_send: Not waiting for sigcomplete.  its_me 1 signal -42
    8 3868606 [sig] sshd 4416 wait_sig: saw __SIGEXIT
  149 3868716 [main] sshd 5380 mmap64: addr 0, len 1310720, prot 3, flags 21, fd -1, off 0
   66 3868672 [main] sshd 4416 sig_send: returning 0x0 from sending signal -42
  139 3868811 [main] sshd 4416 proc_terminate: nprocs 0
  102 3868818 [main] sshd 5380 MapViewNT: 14C0000 = NtMapViewOfSection (h:68C, addr:0, len:1310720, off:0, protect:40, type:0)
    4 3868815 [sig] sshd 4416 wait_sig: signal thread exiting
   51 3868866 [main] sshd 4416 proc_terminate: leaving
  120 3868938 [main] sshd 5380 mmap64: 0x14C0000 = mmap() 
  312 3869178 [main] sshd 4416 __to_clock_t: dwHighDateTime 0, dwLowDateTime 312500
   80 3869258 [main] sshd 4416 __to_clock_t: total 00000000 0000001F
   69 3869327 [main] sshd 4416 __to_clock_t: dwHighDateTime 0, dwLowDateTime 468750
   67 3869394 [main] sshd 4416 __to_clock_t: total 00000000 0000002E
  472 3869410 [main] sshd 5380 munmap: munmap (addr CF0000, len 65536)
  110 3869504 [main] sshd 4416 pinfo::exit: Calling ExitProcess n 0x0, exitcode 0x0
   95 3869505 [main] sshd 5380 munmap: 0 = munmap(): CF0000
  147 3869652 [main] sshd 5380 wait4: calling proc_subproc, pid 4416, options 0
   64 3869716 [main] sshd 5380 proc_subproc: args: 4, 2292680
   71 3869787 [main] sshd 5380 proc_subproc: wval->pid 4416, wval->options 0
   77 3869864 [main] sshd 5380 checkstate: nprocs 1
   62 3869926 [main] sshd 5380 stopped_or_terminated: considering pid 4416
   64 3869990 [main] sshd 5380 checkstate: no matching terminated children found
   65 3870055 [main] sshd 5380 checkstate: returning -1
   65 3870120 [main] sshd 5380 proc_subproc: only found non-terminated children
   63 3870183 [main] sshd 5380 proc_subproc: finished processing terminated/stopped child
   64 3870247 [main] sshd 5380 proc_subproc: returning 1
 4950 3875197 [proc_waiter] sshd 5380 pinfo::maybe_set_exit_code_from_windows: pid 4416, exit value - old 0x8000000, windows 0xDEADBEEF, cygwin 0x8000000
   81 3875278 [proc_waiter] sshd 5380 sig_send: sendsig 0x6DC, pid 5380, signal 20, its_me 1
   98 3875376 [proc_waiter] sshd 5380 sig_send: Not waiting for sigcomplete.  its_me 1 signal 20
   55 3875431 [proc_waiter] sshd 5380 sig_send: returning 0x0 from sending signal 20
   45 3875476 [proc_waiter] sshd 5380 proc_waiter: exiting wait thread for pid 4416
   87 3875563 [sig] sshd 5380 sigpacket::process: signal 20 processing
   53 3875616 [sig] sshd 5380 _cygtls::find_tls: sig 20
   59 3875675 [sig] sshd 5380 sigpacket::process: default signal 20 ignored
   57 3875732 [sig] sshd 5380 sigpacket::process: returning 1
   50 3875782 [sig] sshd 5380 proc_subproc: args: 3, 0
   52 3875834 [sig] sshd 5380 proc_subproc: looking for processes to reap, nprocs 1
   47 3875881 [sig] sshd 5380 checkstate: nprocs 1
   54 3875935 [sig] sshd 5380 stopped_or_terminated: considering pid 4416
   55 3875990 [sig] sshd 5380 remove_proc: removing procs[0], pid 4416, nprocs 1
    6 3875996 [main] sshd 5380 wait4: 0 = WaitForSingleObject (...)
  127 3876123 [main] sshd 5380 wait4: intpid 4416, status 0x22DF9C, w->status 0, options 0, res 4416
   67 3876190 [main] sshd 5380 alarm: 0 = alarm (0)
    2 3876192 [sig] sshd 5380 checkstate: returning 1
  116 3876308 [sig] sshd 5380 proc_subproc: released waiting thread
    1 3876309 [main] sshd 5380 sigaction: signal 14, newact 0x0, oa 0x4011B0
  120 3876429 [main] sshd 5380 sigaction: signal 14, newact 0x22DEF0 (handler 0x0), oa 0x4011B0
  -58 3876371 [sig] sshd 5380 proc_subproc: finished processing terminated/stopped child
  167 3876538 [sig] sshd 5380 proc_subproc: returning 1
  780 3877318 [main] sshd 5380 fhandler_base::write: text write
debug1: Entering interactive session for SSH2.
  118 3877436 [main] sshd 5380 sigaction: signal 20, newact 0x0, oa 0x0
   58 3877494 [main] sshd 5380 sigaction: signal 20, newact 0x22DE80 (handler 0x407FF0), oa 0x0
   59 3877553 [main] sshd 5380 sigaction: signal 15, newact 0x0, oa 0x0
   57 3877610 [main] sshd 5380 sigaction: signal 15, newact 0x22DE80 (handler 0x408060), oa 0x0
   60 3877670 [main] sshd 5380 sigaction: signal 2, newact 0x0, oa 0x0
   57 3877727 [main] sshd 5380 sigaction: signal 2, newact 0x22DE80 (handler 0x408060), oa 0x0
   59 3877786 [main] sshd 5380 sigaction: signal 3, newact 0x0, oa 0x0
   59 3877845 [main] sshd 5380 sigaction: signal 3, newact 0x22DE80 (handler 0x408060), oa 0x0
   90 3877935 [main] sshd 5380 fhandler_pipe::create_selectable: CreateNamedPipe: name \\.\pipe\cygwin-0x1504-0x1, size 16384
  158 3878093 [main] sshd 5380 fhandler_pipe::create_selectable: pipe read handle 0x658
   64 3878157 [main] sshd 5380 fhandler_pipe::create_selectable: CreateFile: name \\.\pipe\cygwin-0x1504-0x1
   99 3878256 [main] sshd 5380 fhandler_pipe::create_selectable: pipe write handle 0x660
   68 3878324 [main] sshd 5380 build_fh_pc: fh 0x6115D84C
   67 3878391 [main] sshd 5380 build_fh_pc: fh 0x6115DC5C
   64 3878455 [main] sshd 5380 fhandler_base::set_flags: flags 0x10000, supplied_bin 0x0
   68 3878523 [main] sshd 5380 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x10000
   67 3878590 [main] sshd 5380 fhandler_base::set_flags: filemode set to binary
   64 3878654 [main] sshd 5380 fhandler_base::init: created new fhandler_base for handle 0x658, bin 1
   69 3878723 [main] sshd 5380 fhandler_base::set_flags: flags 0x10001, supplied_bin 0x0
   65 3878788 [main] sshd 5380 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x10000
   63 3878851 [main] sshd 5380 fhandler_base::set_flags: filemode set to binary
   63 3878914 [main] sshd 5380 fhandler_base::init: created new fhandler_base for handle 0x660, bin 1
   76 3878990 [main] sshd 5380 fhandler_pipe::create: 0 = pipe ([0x6115D84C, 0x6115DC5C], 16384, 0x10000)
   67 3879057 [main] sshd 5380 fhandler_base::set_flags: flags 0x10000, supplied_bin 0x0
   63 3879120 [main] sshd 5380 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x10000
   64 3879184 [main] sshd 5380 fhandler_base::set_flags: filemode set to binary
   64 3879248 [main] sshd 5380 setmode: (4<>, 0x10000) returning binary
   68 3879316 [main] sshd 5380 _cygwin_istext_for_stdio: fd 4: opened as binary
  425 3879741 [main] sshd 5380 setmode_helper: improbable, but 0 != 4
  425 3880166 [main] sshd 5380 setmode_helper: improbable, but 1 != 4
  419 3880585 [main] sshd 5380 setmode_helper: improbable, but 2 != 4
  182 3880767 [main] sshd 5380 fhandler_base::set_flags: flags 0x10001, supplied_bin 0x0
   64 3880831 [main] sshd 5380 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x10000
   64 3880895 [main] sshd 5380 fhandler_base::set_flags: filemode set to binary
   63 3880958 [main] sshd 5380 setmode: (5<>, 0x10000) returning binary
   63 3881021 [main] sshd 5380 _cygwin_istext_for_stdio: fd 5: opened as binary
  419 3881440 [main] sshd 5380 setmode_helper: improbable, but 0 != 5
  420 3881860 [main] sshd 5380 setmode_helper: improbable, but 1 != 5
  415 3882275 [main] sshd 5380 setmode_helper: improbable, but 2 != 5
  199 3882474 [main] sshd 5380 fhandler_base::set_close_on_exec: set close_on_exec for  to 1
   66 3882540 [main] sshd 5380 fcntl_worker: 0 = fcntl (4, 2, 0x1)
   69 3882609 [main] sshd 5380 fhandler_base::set_close_on_exec: set close_on_exec for  to 1
   58 3882667 [main] sshd 5380 fcntl_worker: 0 = fcntl (5, 2, 0x1)
   65 3882732 [main] sshd 5380 fhandler_base::fcntl: GETFL: 65536
   64 3882796 [main] sshd 5380 fcntl_worker: 65536 = fcntl (4, 3, 0x0)
   65 3882861 [main] sshd 5380 fhandler_base::set_flags: flags 0x14000, supplied_bin 0x0
   59 3882920 [main] sshd 5380 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x10000
   63 3882983 [main] sshd 5380 fhandler_base::set_flags: filemode set to binary
   65 3883048 [main] sshd 5380 fcntl_worker: 0 = fcntl (4, 4, 0x14000)
   73 3883121 [main] sshd 5380 fhandler_base::fcntl: GETFL: 65537
   63 3883184 [main] sshd 5380 fcntl_worker: 65537 = fcntl (5, 3, 0x0)
   64 3883248 [main] sshd 5380 fhandler_base::set_flags: flags 0x14001, supplied_bin 0x0
   59 3883307 [main] sshd 5380 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x10000
   70 3883377 [main] sshd 5380 fhandler_base::set_flags: filemode set to binary
   64 3883441 [main] sshd 5380 fcntl_worker: 0 = fcntl (5, 4, 0x14001)
  479 3883920 [main] sshd 5380 fhandler_base::write: text write
debug1: server_init_dispatch_20
  275 3884195 [main] sshd 5380 cygwin_select: 5, 0x100150C0, 0x100150D0, 0x0, 0x0
  137 3884332 [main] sshd 5380 dtable::select_read:  fd 3
  126 3884458 [main] sshd 5380 dtable::select_read:  fd 4
   67 3884525 [main] sshd 5380 cygwin_select: to NULL, ms FFFFFFFF
   68 3884593 [main] sshd 5380 cygwin_select: sel.always_ready 0
  315 3884908 [main] sshd 5380 start_thread_socket: Handle 0x738
   70 3884978 [main] sshd 5380 start_thread_socket: Added to readfds
  255 3885233 [main] sshd 5380 start_thread_socket: opened new socket 0x680
   64 3885297 [main] sshd 5380 start_thread_socket: exitsock 0x680
   65 3885362 [main] sshd 5380 start_thread_socket: stuff_start 0x22DE04
  438 3885800 [select_socket] sshd 5380 cygthread::stub: thread 'select_socket', id 0x126C, stack_ptr 0x17FEFE0
   76 3885876 [select_socket] sshd 5380 thread_socket: stuff_start 0x10025C8C
   -1 3885875 [main] sshd 5380 select_stuff::wait: m 3, ms 4294967295
  169 3886044 [select_socket] sshd 5380 thread_socket: Win32 select returned 1
   68 3886112 [select_socket] sshd 5380 thread_socket: s 0x100150E0, testing fd 3 ()
   70 3886182 [select_socket] sshd 5380 thread_socket: read_ready
   73 3886255 [main] sshd 5380 select_stuff::wait: woke up.  wait_ret 2.  verifying
   70 3886325 [main] sshd 5380 select_stuff::wait: gotone 1
   60 3886385 [main] sshd 5380 select_stuff::wait: returning 0
   68 3886453 [main] sshd 5380 select_stuff::cleanup: calling cleanup routines
 3361 3889814 [select_pipe] sshd 5380 thread_pipe: stopping
  225 3890039 [main] sshd 5380 socket_cleanup: si 0x10022C78 si->thread 0x610FCEC0
   94 3890133 [main] sshd 5380 socket_cleanup: sent a byte to exitsock 0x680, res 1
  152 3890285 [main] sshd 5380 socket_cleanup: reading a byte from exitsock 0x680
  104 3890389 [main] sshd 5380 socket_cleanup: recv returned 1
  125 3890514 [main] sshd 5380 socket_cleanup: returning
   95 3890609 [main] sshd 5380 peek_socket: considering handle 0x738
   66 3890675 [main] sshd 5380 set_bits: me 0x100150E0, testing fd 3 ()
   70 3890745 [main] sshd 5380 set_bits: ready 1
   65 3890810 [main] sshd 5380 select_stuff::poll: returning 1
   67 3890877 [main] sshd 5380 select_stuff::cleanup: calling cleanup routines
   64 3890941 [main] sshd 5380 select_stuff::~select_stuff: deleting select records
  202 3891143 [main] sshd 5380 set_signal_mask: oldmask 0x0, newmask 0x80000, mask_bits 0x0
   64 3891207 [main] sshd 5380 set_signal_mask: not calling sig_dispatch_pending
   70 3891277 [main] sshd 5380 set_signal_mask: oldmask 0x80000, newmask 0x0, mask_bits 0x80000
   72 3891349 [main] sshd 5380 readv: readv (3, 0x229E70, 1) nonblocking, sigcatchers 4
   86 3891435 [main] sshd 5380 peek_socket: considering handle 0x738
   67 3891502 [main] sshd 5380 peek_socket: adding read fd_set , fd 3
   85 3891587 [main] sshd 5380 peek_socket: WINSOCK_SELECT returned 1
   64 3891651 [main] sshd 5380 fhandler_base::ready_for_read: read_ready 1, avail 1
   80 3891731 [main] sshd 5380 readv: 64 = readv (3, 0x229E70, 1), errno 13
  974 3892705 [main] sshd 5380 fhandler_base::write: text write
debug1: server_input_channel_open: ctype session rchan 0 win 65536 max 16384
  579 3893284 [main] sshd 5380 fhandler_base::write: text write
debug1: input_session_request
  461 3893745 [main] sshd 5380 __set_errno: cygheap_fdget::cygheap_fdget(int, bool, bool):392 val 9
   70 3893815 [main] sshd 5380 isatty: 0 = isatty (-1)
   68 3893883 [main] sshd 5380 __set_errno: cygheap_fdget::cygheap_fdget(int, bool, bool):392 val 9
   67 3893950 [main] sshd 5380 isatty: 0 = isatty (-1)
  579 3894529 [main] sshd 5380 fhandler_base::write: text write
debug1: channel 0: new [server-session]
  585 3895114 [main] sshd 5380 fhandler_base::write: text write
debug1: session_new: init
  576 3895690 [main] sshd 5380 fhandler_base::write: text write
debug1: session_new: session 0
  576 3896266 [main] sshd 5380 fhandler_base::write: text write
debug1: session_open: channel 0
  576 3896842 [main] sshd 5380 fhandler_base::write: text write
debug1: session_open: session 0: link with channel 0
  584 3897426 [main] sshd 5380 fhandler_base::write: text write
debug1: server_input_channel_open: confirm session
  612 3898038 [main] sshd 5380 cygwin_select: 5, 0x100150C0, 0x100150D0, 0x0, 0x0
  128 3898166 [main] sshd 5380 dtable::select_read:  fd 3
   71 3898237 [main] sshd 5380 dtable::select_write:  fd 3
  130 3898367 [main] sshd 5380 dtable::select_read:  fd 4
   69 3898436 [main] sshd 5380 cygwin_select: to NULL, ms FFFFFFFF
   69 3898505 [main] sshd 5380 cygwin_select: sel.always_ready 0
  327 3898832 [main] sshd 5380 start_thread_socket: Handle 0x738
   69 3898901 [main] sshd 5380 start_thread_socket: Added to readfds
   69 3898970 [main] sshd 5380 start_thread_socket: Added to writefds
   69 3899039 [main] sshd 5380 start_thread_socket: Added to exceptfds
   69 3899108 [main] sshd 5380 start_thread_socket: exitsock 0x680
   69 3899177 [main] sshd 5380 start_thread_socket: stuff_start 0x22DE04
  141 3899318 [select_socket] sshd 5380 thread_socket: stuff_start 0x10027C9C
   57 3899375 [main] sshd 5380 select_stuff::wait: m 3, ms 4294967295
  155 3899530 [select_socket] sshd 5380 thread_socket: Win32 select returned 1
   88 3899618 [select_socket] sshd 5380 thread_socket: s 0x10015138, testing fd 3 ()
   70 3899688 [select_socket] sshd 5380 thread_socket: write_ready
   77 3899765 [main] sshd 5380 select_stuff::wait: woke up.  wait_ret 2.  verifying
   62 3899827 [main] sshd 5380 select_stuff::wait: gotone 1
   58 3899885 [main] sshd 5380 select_stuff::wait: returning 0
   58 3899943 [main] sshd 5380 select_stuff::cleanup: calling cleanup routines
 5484 3905427 [select_pipe] sshd 5380 thread_pipe: stopping
  179 3905606 [main] sshd 5380 socket_cleanup: si 0x10024C88 si->thread 0x610FCEC0
   88 3905694 [main] sshd 5380 socket_cleanup: sent a byte to exitsock 0x680, res 1
  136 3905830 [main] sshd 5380 socket_cleanup: reading a byte from exitsock 0x680
   90 3905920 [main] sshd 5380 socket_cleanup: recv returned 1
  128 3906048 [main] sshd 5380 socket_cleanup: returning
   85 3906133 [main] sshd 5380 peek_socket: considering handle 0x738
   64 3906197 [main] sshd 5380 peek_socket: adding read fd_set , fd 3
   65 3906262 [main] sshd 5380 peek_socket: adding except fd_set , fd 3
   83 3906345 [main] sshd 5380 peek_socket: WINSOCK_SELECT returned 0
   63 3906408 [main] sshd 5380 set_bits: me 0x10015138, testing fd 3 ()
   68 3906476 [main] sshd 5380 set_bits: ready 1
   65 3906541 [main] sshd 5380 select_stuff::poll: returning 1
   67 3906608 [main] sshd 5380 select_stuff::cleanup: calling cleanup routines
   65 3906673 [main] sshd 5380 select_stuff::~select_stuff: deleting select records
  193 3906866 [main] sshd 5380 set_signal_mask: oldmask 0x0, newmask 0x80000, mask_bits 0x0
   70 3906936 [main] sshd 5380 set_signal_mask: not calling sig_dispatch_pending
   70 3907006 [main] sshd 5380 set_signal_mask: oldmask 0x80000, newmask 0x0, mask_bits 0x80000
   71 3907077 [main] sshd 5380 writev: writev (3, 0x22DE10, 1)
   90 3907167 [main] sshd 5380 writev: 48 = write (3, 0x22DE10, 1), errno 9
   66 3907233 [main] sshd 5380 cygwin_select: 5, 0x100150C0, 0x100150D0, 0x0, 0x0
  130 3907363 [main] sshd 5380 dtable::select_read:  fd 3
  118 3907481 [main] sshd 5380 dtable::select_read:  fd 4
   71 3907552 [main] sshd 5380 cygwin_select: to NULL, ms FFFFFFFF
   51 3907603 [main] sshd 5380 cygwin_select: sel.always_ready 0
  340 3907943 [main] sshd 5380 start_thread_socket: Handle 0x738
   70 3908013 [main] sshd 5380 start_thread_socket: Added to readfds
   66 3908079 [main] sshd 5380 start_thread_socket: exitsock 0x680
   67 3908146 [main] sshd 5380 start_thread_socket: stuff_start 0x22DE04
  147 3908293 [select_socket] sshd 5380 thread_socket: stuff_start 0x10027C9C
   50 3908343 [main] sshd 5380 select_stuff::wait: m 3, ms 4294967295
  145 3908488 [select_socket] sshd 5380 thread_socket: Win32 select returned 1
   61 3908549 [select_socket] sshd 5380 thread_socket: s 0x10015138, testing fd 3 ()
   70 3908619 [select_socket] sshd 5380 thread_socket: read_ready
   79 3908698 [main] sshd 5380 select_stuff::wait: woke up.  wait_ret 2.  verifying
   75 3908773 [main] sshd 5380 select_stuff::wait: gotone 1
   61 3908834 [main] sshd 5380 select_stuff::wait: returning 0
   60 3908894 [main] sshd 5380 select_stuff::cleanup: calling cleanup routines
12171 3921065 [select_pipe] sshd 5380 thread_pipe: stopping
  204 3921269 [main] sshd 5380 socket_cleanup: si 0x10024C88 si->thread 0x610FCEC0
   92 3921361 [main] sshd 5380 socket_cleanup: sent a byte to exitsock 0x680, res 1
  133 3921494 [main] sshd 5380 socket_cleanup: reading a byte from exitsock 0x680
   87 3921581 [main] sshd 5380 socket_cleanup: recv returned 1
  127 3921708 [main] sshd 5380 socket_cleanup: returning
   90 3921798 [main] sshd 5380 peek_socket: considering handle 0x738
   65 3921863 [main] sshd 5380 set_bits: me 0x10015138, testing fd 3 ()
   67 3921930 [main] sshd 5380 set_bits: ready 1
   68 3921998 [main] sshd 5380 select_stuff::poll: returning 1
   66 3922064 [main] sshd 5380 select_stuff::cleanup: calling cleanup routines
   67 3922131 [main] sshd 5380 select_stuff::~select_stuff: deleting select records
  192 3922323 [main] sshd 5380 set_signal_mask: oldmask 0x0, newmask 0x80000, mask_bits 0x0
   67 3922390 [main] sshd 5380 set_signal_mask: not calling sig_dispatch_pending
   68 3922458 [main] sshd 5380 set_signal_mask: oldmask 0x80000, newmask 0x0, mask_bits 0x80000
   70 3922528 [main] sshd 5380 readv: readv (3, 0x229E70, 1) nonblocking, sigcatchers 4
   64 3922592 [main] sshd 5380 peek_socket: considering handle 0x738
   67 3922659 [main] sshd 5380 peek_socket: adding read fd_set , fd 3
   83 3922742 [main] sshd 5380 peek_socket: WINSOCK_SELECT returned 1
   66 3922808 [main] sshd 5380 fhandler_base::ready_for_read: read_ready 1, avail 1
   78 3922886 [main] sshd 5380 readv: 368 = readv (3, 0x229E70, 1), errno 9
  958 3923844 [main] sshd 5380 fhandler_base::write: text write
debug1: server_input_channel_req: channel 0 request pty-req reply 0
  588 3924432 [main] sshd 5380 fhandler_base::write: text write
debug1: session_by_channel: session 0 channel 0
  584 3925016 [main] sshd 5380 fhandler_base::write: text write
debug1: session_input_channel_req: session 0 req pty-req
  654 3925670 [main] sshd 5380 fhandler_base::write: text write
debug1: Allocating pty.
  138 3925808 [main] sshd 5380 open: open (/dev/ptmx, 0x8002)
   69 3925877 [main] sshd 5380 normalize_posix_path: src /dev/ptmx
   69 3925946 [main] sshd 5380 normalize_posix_path: /dev/ptmx = normalize_posix_path (/dev/ptmx)
   79 3926025 [main] sshd 5380 mount_info::conv_to_win32_path: conv_to_win32_path (/dev/ptmx)
   65 3926090 [main] sshd 5380 mount_info::conv_to_win32_path: src_path /dev/ptmx, dst \dev\ptmx, flags 0x2, rc 0
   83 3926173 [main] sshd 5380 build_fh_pc: fh 0x6115DE7C
  117 3926290 [main] sshd 5380 tty_list::allocate_tty: tty2 allocated
  179 3926469 [main] sshd 5380 tty::make_pipes: tty2 from_slave 0x5D0, to_slave 0x5D4
   83 3926552 [main] sshd 5380 cygserver_init: cygserver use disabled in client
   89 3926641 [main] sshd 5380 tty::get_event: created event Global\cygwin1S4.cygtty.input.avail.2
  102 3926743 [main] sshd 5380 tty::common_init: tty2 opened
   88 3926831 [main] sshd 5380 tty::create_inuse: Global\cygwin1S4.cygtty.master_alive.2 0x5BC
   65 3926896 [main] sshd 5380 fhandler_base::set_flags: flags 0x18002, supplied_bin 0x0
   67 3926963 [main] sshd 5380 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x10000
   68 3927031 [main] sshd 5380 fhandler_base::set_flags: filemode set to binary
   67 3927098 [main] sshd 5380 fhandler_pty_master::open: opened pty master tty2
   69 3927167 [main] sshd 5380 open: 6 = open (/dev/ptmx, 0x8002)
   72 3927239 [main] sshd 5380 __set_errno: int revoke(char*):45 val 88
   67 3927306 [main] sshd 5380 open: open (/dev/tty2, 0x8002)
   68 3927374 [main] sshd 5380 normalize_posix_path: src /dev/tty2
   65 3927439 [main] sshd 5380 normalize_posix_path: /dev/tty2 = normalize_posix_path (/dev/tty2)
   68 3927507 [main] sshd 5380 mount_info::conv_to_win32_path: conv_to_win32_path (/dev/tty2)
  195 3927702 [main] sshd 5380 mount_info::conv_to_win32_path: src_path /dev/tty2, dst \dev\tty2, flags 0x2, rc 0
   73 3927775 [main] sshd 5380 build_fh_pc: fh 0x6115C7E4
   87 3927862 [main] sshd 5380 fhandler_base::set_flags: flags 0x18002, supplied_bin 0x0
   65 3927927 [main] sshd 5380 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x10000
   66 3927993 [main] sshd 5380 fhandler_base::set_flags: filemode set to binary
  120 3928113 [main] sshd 5380 fhandler_tty_slave::open: (509): tty output_mutex: waiting 500 ms
   67 3928180 [main] sshd 5380 fhandler_tty_slave::open: (509): tty output_mutex: acquired
   85 3928265 [main] sshd 5380 tty::create_inuse: Global\cygwin1S4.cygtty.slave_alive.2 0x5AC
   68 3928333 [main] sshd 5380 fhandler_tty_slave::open: (512): tty output_mutex released
   70 3928403 [main] sshd 5380 fhandler_tty_slave::open: cannot dup handles via server. using old method.
   84 3928487 [main] sshd 5380 fhandler_tty_slave::open: tty own handle 0x5A8
   76 3928563 [main] sshd 5380 fhandler_tty_slave::open: duplicated from_master 0x5D8->0x5A4 from tty_owner
   64 3928627 [main] sshd 5380 fhandler_tty_slave::open: duplicated to_master 0x5CC->0x5A0 from tty_owner
   69 3928696 [main] sshd 5380 init_cygheap::manage_console_count: fhandler_tty_slave::open: console_count 1, amount 1, ctty /dev/console, avoid_freeing_console 0
  121 3928817 [main] sshd 5380 fhandler_console::need_invisible: invisible_console 0
   67 3928884 [main] sshd 5380 fhandler_tty_slave::open: /dev/tty2 opened, usecount 1
   69 3928953 [main] sshd 5380 _pinfo::set_ctty: old ctty /dev/console
   68 3929021 [main] sshd 5380 open: 7 = open (/dev/tty2, 0x8002)
   71 3929092 [main] sshd 5380 ttyname_r: returning 0 tty: /dev/tty2
  517 3929609 [main] sshd 5380 fhandler_base::write: text write
debug1: session_pty_req: session 0 alloc /dev/tty2
  154 3929763 [main] sshd 5380 tcgetattr: iflag 502, oflag 9, cflag BF, lflag 107, VMIN 1, VTIME 0
   86 3929849 [main] sshd 5380 fhandler_tty_slave::tcsetattr: (1023): tty output_mutex: waiting -1 ms
   67 3929916 [main] sshd 5380 fhandler_tty_slave::tcsetattr: (1023): tty output_mutex: acquired
   67 3929983 [main] sshd 5380 fhandler_tty_slave::tcsetattr: (1025): tty output_mutex released
   67 3930050 [main] sshd 5380 __set_errno: int tcsetattr(int, int, const termios*):161 val 88
   70 3930120 [main] sshd 5380 tcsetattr: iflag 0x50E, oflag 0x9, cflag 0xBF, lflag 0xD1F, VMIN 1, VTIME 0
   68 3930188 [main] sshd 5380 tcsetattr: 0 = tcsetattr (7, 2, 22DCF0)
  882 3931070 [main] sshd 5380 etc::test_file_change: FindFirstFile succeeded
  223 3931293 [main] sshd 5380 stat64: entering
   69 3931362 [main] sshd 5380 normalize_posix_path: src /dev/tty2
   63 3931425 [main] sshd 5380 normalize_posix_path: /dev/tty2 = normalize_posix_path (/dev/tty2)
   66 3931491 [main] sshd 5380 mount_info::conv_to_win32_path: conv_to_win32_path (/dev/tty2)
   66 3931557 [main] sshd 5380 mount_info::conv_to_win32_path: src_path /dev/tty2, dst \dev\tty2, flags 0x2, rc 0
   72 3931629 [main] sshd 5380 build_fh_pc: fh 0x6115D02C
   64 3931693 [main] sshd 5380 stat_worker: (/dev/tty2, 0x22DCC0, 0, 0x6115D02C), file_attributes 0
   68 3931761 [main] sshd 5380 fhandler_base::fstat: here
   69 3931830 [main] sshd 5380 stat_worker: 0 = (/dev/tty2, 0x22DCC0)
   66 3931896 [main] sshd 5380 normalize_posix_path: src /dev/tty2
   67 3931963 [main] sshd 5380 normalize_posix_path: /dev/tty2 = normalize_posix_path (/dev/tty2)
   64 3932027 [main] sshd 5380 mount_info::conv_to_win32_path: conv_to_win32_path (/dev/tty2)
   66 3932093 [main] sshd 5380 mount_info::conv_to_win32_path: src_path /dev/tty2, dst \dev\tty2, flags 0x2, rc 0
   68 3932161 [main] sshd 5380 build_fh_pc: fh 0x6115D02C
   73 3932234 [main] sshd 5380 chown_worker: 0 = chown (/dev/tty2,...)
   64 3932298 [main] sshd 5380 normalize_posix_path: src /dev/tty2
   66 3932364 [main] sshd 5380 normalize_posix_path: /dev/tty2 = normalize_posix_path (/dev/tty2)
   67 3932431 [main] sshd 5380 mount_info::conv_to_win32_path: conv_to_win32_path (/dev/tty2)
   69 3932500 [main] sshd 5380 mount_info::conv_to_win32_path: src_path /dev/tty2, dst \dev\tty2, flags 0x2, rc 0
   74 3932574 [main] sshd 5380 build_fh_pc: fh 0x6115D02C
   65 3932639 [main] sshd 5380 chmod: 0 = chmod (/dev/tty2, 0x192)
   77 3932716 [main] sshd 5380 ioctl: fd 6, cmd 5402
   66 3932782 [main] sshd 5380 kill0: kill (-5380, 28)
   67 3932849 [main] sshd 5380 kill_pgrp: pid 5380, signal 28
 1373 3934222 [main] sshd 5380 open_shared: name Global\cygwin1S4.cygpid.320, n 320, shared 0xCF0000 (wanted 0x0), h 0x5A8
  224 3934446 [main] sshd 5380 open_shared: name Global\cygwin1S4.cygpid.424, n 424, shared 0xCF0000 (wanted 0x0), h 0x5A8
   71 3934517 [main] sshd 5380 pinfo::init: execed process windows pid 424, cygwin pid 356
   93 3934610 [main] sshd 5380 open_shared: name Global\cygwin1S4.cygpid.356, n 356, shared 0xCF0000 (wanted 0x0), h 0x5A8
  713 3935323 [main] sshd 5380 open_shared: name Global\cygwin1S4.cygpid.4252, n 4252, shared 0xCF0000 (wanted 0x0), h 0x5A8
  173 3935496 [main] sshd 5380 open_shared: name Global\cygwin1S4.cygpid.4288, n 4288, shared 0xCF0000 (wanted 0x0), h 0x5A8
   72 3935568 [main] sshd 5380 pinfo::init: execed process windows pid 4288, cygwin pid 4264
   93 3935661 [main] sshd 5380 open_shared: name Global\cygwin1S4.cygpid.4264, n 4264, shared 0xCF0000 (wanted 0x0), h 0x5A8
  210 3935871 [main] sshd 5380 open_shared: name Global\cygwin1S4.cygpid.6008, n 6008, shared 0xCF0000 (wanted 0x0), h 0x5A8
  170 3936041 [main] sshd 5380 open_shared: name Global\cygwin1S4.cygpid.6040, n 6040, shared 0xCF0000 (wanted 0x0), h 0x5A8
  187 3936228 [main] sshd 5380 open_shared: name Global\cygwin1S4.cygpid.4360, n 4360, shared 0xCF0000 (wanted 0x0), h 0x5A8
  169 3936397 [main] sshd 5380 open_shared: name Global\cygwin1S4.cygpid.4492, n 4492, shared 0xCF0000 (wanted 0x0), h 0x5A8
   71 3936468 [main] sshd 5380 pinfo::init: execed process windows pid 4492, cygwin pid 4448
   88 3936556 [main] sshd 5380 open_shared: name Global\cygwin1S4.cygpid.4448, n 4448, shared 0xCF0000 (wanted 0x0), h 0x5A8
  434 3936990 [main] sshd 5380 open_shared: name Global\cygwin1S4.cygpid.6080, n 6080, shared 0xCF0000 (wanted 0x0), h 0x59C
  116 3937106 [main] sshd 5380 open_shared: name Global\cygwin1S4.cygpid.5376, n 5376, shared 0xE50000 (wanted 0x0), h 0x594
  103 3937209 [main] sshd 5380 open_shared: name Global\cygwin1S4.cygpid.1816, n 1816, shared 0x1060000 (wanted 0x0), h 0x58C
   70 3937279 [main] sshd 5380 pinfo::init: execed process windows pid 1816, cygwin pid 5376
   95 3937374 [main] sshd 5380 open_shared: name Global\cygwin1S4.cygpid.5376, n 5376, shared 0x1060000 (wanted 0x0), h 0x58C
  118 3937492 [main] sshd 5380 open_shared: name Global\cygwin1S4.cygpid.5808, n 5808, shared 0x1060000 (wanted 0x0), h 0x590
   69 3937561 [main] sshd 5380 pinfo::init: execed process windows pid 5808, cygwin pid 2096
   92 3937653 [main] sshd 5380 open_shared: name Global\cygwin1S4.cygpid.2096, n 2096, shared 0x1060000 (wanted 0x0), h 0x590
  174 3937827 [main] sshd 5380 kill_pgrp: killing pid 5380, pgrp 5380, p->ctty /dev/console, ctty /dev/console
   66 3937893 [main] sshd 5380 sig_send: sendsig 0x6DC, pid 5380, signal 28, its_me 1
   80 3937973 [main] sshd 5380 sig_send: wakeup 0x590
   85 3938058 [main] sshd 5380 sig_send: Waiting for pack.wakeup 0x590
    9 3938067 [sig] sshd 5380 sigpacket::process: signal 28 processing
  159 3938226 [sig] sshd 5380 _cygtls::find_tls: sig 28
   68 3938294 [sig] sshd 5380 sigpacket::process: default signal 28 ignored
   67 3938361 [sig] sshd 5380 sigpacket::process: returning 1
   68 3938429 [sig] sshd 5380 wait_sig: signalling pack.wakeup 0x590
   78 3938507 [main] sshd 5380 sig_send: returning 0x0 from sending signal 28
   77 3938584 [main] sshd 5380 _pinfo::kill: 0 = _pinfo::kill (5380, 28), process_state 0xC1
   73 3938657 [main] sshd 5380 kill_pgrp: 0 = kill (5380, 28)
  774 3939431 [main] sshd 5380 ioctl: returning 0
 1065 3940496 [main] sshd 5380 fhandler_base::write: text write
debug1: server_input_channel_req: channel 0 request shell reply 0
  604 3941100 [main] sshd 5380 fhandler_base::write: text write
debug1: session_by_channel: session 0 channel 0
  588 3941688 [main] sshd 5380 fhandler_base::write: text write
debug1: session_input_channel_req: session 0 req shell
  149 3941837 [main] sshd 5380 child_info::child_info: subproc_ready 0x598
   75 3941912 [main] sshd 5380 fork: entering
   64 3941976 [main] sshd 5380 sig_send: sendsig 0x6DC, pid 5380, signal -40, its_me 1
   71 3942047 [main] sshd 5380 sig_send: wakeup 0x5A8
   78 3942125 [main] sshd 5380 sig_send: Waiting for pack.wakeup 0x5A8
    7 3942132 [sig] sshd 5380 wait_sig: signalling pack.wakeup 0x5A8
  154 3942286 [main] sshd 5380 sig_send: returning 0x0 from sending signal -40
  814 3943100 [main] sshd 5380 frok::parent: priority class 32
  261 3943361 [main] sshd 5380 frok::parent: stack - bottom 0x230000, top 0x22DBA0, size 9312
   80 3943441 [main] sshd 5380 frok::parent: CreateProcess (C:\Cygwin\usr\sbin\sshd.exe, C:\Cygwin\usr\sbin\sshd.exe, 0, 0, 1, 0x24, 0, 0, 0x22DB00, 0x22DB70)
 3068 3946509 [main] sshd 5380 dtable::fixup_before_fork: fd 0 (/dev/null)
   66 3946575 [main] sshd 5380 dtable::fixup_before_fork: fd 1 (/dev/null)
   63 3946638 [main] sshd 5380 dtable::fixup_before_fork: fd 2 (/tmp/sshd.strace.log)
   81 3946719 [main] sshd 5380 dtable::fixup_before_fork: fd 3 ()
  114 3946833 [main] sshd 5380 fhandler_socket::fixup_before_fork_exec: WSADuplicateSocket went fine, sock 0x738, win_proc_id 1404, prot_info_ptr 0x6115D43C
   72 3946905 [main] sshd 5380 dtable::fixup_before_fork: fd 4 ()
   67 3946972 [main] sshd 5380 dtable::fixup_before_fork: fd 5 ()
   62 3947034 [main] sshd 5380 dtable::fixup_before_fork: fd 6 (/dev/ptmx)
   74 3947108 [main] sshd 5380 dtable::fixup_before_fork: fd 7 (/dev/tty2)
  149 3947257 [main] sshd 5380 open_shared: name Global\cygwin1S4.cygpid.1404, n 1404, shared 0xCF0000 (wanted 0x0), h 0x590
  118 3947375 [main] sshd 5380 time: 1147757596 = time (0)
   76 3947451 [main] sshd 5380 proc_subproc: args: 1, 2284368
  146 3947597 [main] sshd 5380 _pinfo::dup_proc_pipe: closed wr_proc_pipe 0x7F4 for pid 1404(1404)
  147 3947744 [main] sshd 5380 pinfo::wait: created tracking thread for pid 1404, winpid 0x57C, rd_pipe 0x59C
   48 3947792 [main] sshd 5380 proc_subproc: added pid 1404 to proc table, slot 0
   44 3947836 [main] sshd 5380 proc_subproc: returning 1
   44 3947880 [main] sshd 5380 child_info::sync: n 2, waiting for subproc_ready(0x598) and child process(0x588)
**********************************************
Program name: C:\Cygwin\usr\sbin\sshd.exe (pid 1404, ppid 5380)
App version:  1005.19, api: 0.150
DLL version:  1005.19, api: 0.150
DLL build:    2006-01-20 13:28
OS version:   Windows NT-5.2
Heap size:    402653184
Date/Time:    2006-05-15 22:33:16
**********************************************
   56     541 [main] sshd 1404 set_myself: myself->dwProcessId 1404
   95     636 [main] sshd 1404 child_copy: dll data - hp 0x594 low 0x610F8000, high 0x610FCB00, res 1
3952682 3953318 [main] sshd 1404 child_copy: dll bss - hp 0x594 low 0x61135000, high 0x6113E670, res 1
  301 3953619 [main] sshd 1404 child_copy: user heap - hp 0x594 low 0x10010000, high 0x10040000, res 1
   56 3953675 [main] sshd 1404 child_copy: done
   77 3953752 [main] sshd 1404 child_copy: data - hp 0x594 low 0x434000, high 0x435160, res 1
   92 3953844 [main] sshd 1404 child_copy: bss - hp 0x594 low 0x444000, high 0x4491A0, res 1
   54 3953898 [main] sshd 1404 child_copy: done
   56 3953954 [main] sshd 1404 fixup_mmaps_after_fork: fd -1, h 0x690, address 0xD00000, len 0x140000, prot: 0x3, flags: 0x21, offset 0
   98 3954052 [main] sshd 1404 MapViewNT: D00000 = NtMapViewOfSection (h:690, addr:D00000, len:1310720, off:0, protect:40, type:0)
  117 3954169 [main] sshd 1404 fixup_mmaps_after_fork: fd -1, h 0x68C, address 0x14C0000, len 0x140000, prot: 0x3, flags: 0x21, offset 0
   60 3954229 [main] sshd 1404 MapViewNT: 14C0000 = NtMapViewOfSection (h:68C, addr:14C0000, len:1310720, off:0, protect:40, type:0)
  119 3954348 [main] sshd 1404 fixup_mmaps_after_fork: succeeded
   86 3954434 [main] sshd 1404 events_init: windows_system_directory 'C:\WINDOWS\system32\', windows_system_directory_length 20
   81 3954515 [main] sshd 1404 dll_crt0_0: finished dll_crt0_0 initialization
  358 3954873 [main] sshd 1404 frok::child: child is running.  pid 1404, ppid 5380, stack here 0x22DB98
   59 3954932 [main] sshd 1404 sync_with_parent: signalling parent: after longjmp
   58 3954990 [main] sshd 1404 child_info::ready: signalled 0x598 that I was ready
 7121 3955001 [main] sshd 5380 child_info::sync: process 1404 synchronized, WFMO returned 0
   82 3955083 [main] sshd 5380 frok::parent: child is alive (but stopped)
  116 3955199 [main] sshd 5380 child_copy: stack - hp 0x588 low 0x22DBA0, high 0x230000, res 1
   71 3955270 [main] sshd 5380 child_copy: done
   69 3955339 [main] sshd 5380 frok::parent: copying data/bss of a linked dll
  104 3955443 [main] sshd 5380 child_copy: linked dll data - hp 0x588 low 0x10002000, high 0x10002370, res 1
   86 3955529 [main] sshd 5380 child_copy: linked dll bss - hp 0x588 low 0x10003000, high 0x100034A0, res 1
   64 3955593 [main] sshd 5380 child_copy: done
   68 3955661 [main] sshd 5380 frok::parent: copying data/bss of a linked dll
  210 3955871 [main] sshd 5380 child_copy: linked dll data - hp 0x588 low 0x630B3000, high 0x630C0E30, res 1
  103 3955974 [main] sshd 5380 child_copy: linked dll bss - hp 0x588 low 0x630E7000, high 0x630E9AB0, res 1
   65 3956039 [main] sshd 5380 child_copy: done
   68 3956107 [main] sshd 5380 frok::parent: copying data/bss of a linked dll
   84 3956191 [main] sshd 5380 child_copy: linked dll data - hp 0x588 low 0x46C000, high 0x46C040, res 1
   86 3956277 [main] sshd 5380 child_copy: linked dll bss - hp 0x588 low 0x472000, high 0x472120, res 1
   67 3956344 [main] sshd 5380 child_copy: done
 1430 3956420 [main] sshd 1404 sync_with_parent: awake
   73 3956417 [main] sshd 5380 resume_child: signalled child
   61 3956481 [main] sshd 1404 sync_with_parent: no problems
   84 3956501 [main] sshd 5380 child_info::sync: n 2, waiting for subproc_ready(0x598) and child process(0x588)
   45 3956526 [main] sshd 1404 frok::child: hParent 0x594, child 1 first_dll 0x28010000, load_dlls 0
   82 3956608 [main] sshd 1404 set_privilege: 0 = set_privilege ((token 77C) SeRestorePrivilege, 1)
   60 3956668 [main] sshd 1404 set_privilege: 1 = set_privilege ((token 77C) SeChangeNotifyPrivilege, 1)
   61 3956729 [main] sshd 1404 set_file_api_mode: File APIs set to ANSI
   58 3956787 [main] sshd 1404 dtable::fixup_after_fork: fd 3 ()
   57 3956844 [main] sshd 1404 fhandler_socket::fixup_after_fork: WSASocket begin, dwServiceFlags1=131174
3957121 [main] sshd 1404 C:\Cygwin\usr\sbin\sshd.exe: *** fatal error - could not load ws2_32, Win32 error 0
  277 3957121 [main] sshd 1404 C:\Cygwin\usr\sbin\sshd.exe: *** fatal error - could not load ws2_32, Win32 error 0
 1171 3958292 [main] sshd 1404 sigproc_terminate: entering
   53 3958345 [main] sshd 1404 sig_send: my_sendsig 0x0, myself->sendsig 0x0, exit_state 12
   55 3958400 [main] sshd 1404 __set_errno: int sig_send(_pinfo*, siginfo_t&, _cygtls*):558 val 11
   56 3958456 [main] sshd 1404 sig_send: returning 0x1 from sending signal -42
   53 3958509 [main] sshd 1404 proc_terminate: nprocs 0
   52 3958561 [main] sshd 1404 proc_terminate: leaving
  108 3958669 [main] sshd 1404 __to_clock_t: dwHighDateTime 0, dwLowDateTime 156250
   57 3958726 [main] sshd 1404 __to_clock_t: total 00000000 0000000F
   53 3958779 [main] sshd 1404 __to_clock_t: dwHighDateTime 0, dwLowDateTime 0
   52 3958831 [main] sshd 1404 __to_clock_t: total 00000000 00000000
 1179 3960010 [main] sshd 1404 pinfo::exit: Calling ExitProcess n 0x1, exitcode 0x1
 4087 3960588 [proc_waiter] sshd 5380 pinfo::maybe_set_exit_code_from_windows: pid 1404, exit value - old 0x8000001, windows 0xDEADBEEF, cygwin 0x8000001
   97 3960685 [proc_waiter] sshd 5380 sig_send: sendsig 0x6DC, pid 5380, signal 20, its_me 1
  130 3960815 [proc_waiter] sshd 5380 sig_send: Not waiting for sigcomplete.  its_me 1 signal 20
  164 3960979 [proc_waiter] sshd 5380 sig_send: returning 0x0 from sending signal 20
   88 3961067 [proc_waiter] sshd 5380 proc_waiter: exiting wait thread for pid 1404
  111 3961178 [main] sshd 5380 child_info::sync: process 1404 synchronized, WFMO returned 1
  880 3962058 [main] sshd 5380 sig_send: sendsig 0x6DC, pid 5380, signal -41, its_me 1
   82 3962140 [main] sshd 5380 sig_send: wakeup 0x5A8
   -7 3962133 [sig] sshd 5380 sigpacket::process: signal 20 processing
  143 3962276 [sig] sshd 5380 sigpacket::process: signal 20, about to call 0x407FF0
    4 3962280 [main] sshd 5380 sig_send: Waiting for pack.wakeup 0x5A8
   61 3962341 [sig] sshd 5380 setup_handler: controlled interrupt. stackptr 0x22FC04, stack 0x22FC00, stackptr[-1] 0x40DBF8
  155 3962496 [sig] sshd 5380 proc_subproc: args: 3, 1
   71 3962567 [sig] sshd 5380 proc_subproc: clear waiting threads
   65 3962632 [sig] sshd 5380 proc_subproc: finished clearing
   70 3962702 [sig] sshd 5380 proc_subproc: returning 1
   67 3962769 [sig] sshd 5380 _cygtls::interrupt_setup: armed signal_arrived 0x6F4, sig 20, res 1
   67 3962836 [sig] sshd 5380 setup_handler: signal 20 delivered
   67 3962903 [sig] sshd 5380 sigpacket::process: returning 1
   67 3962970 [sig] sshd 5380 proc_subproc: args: 3, 0
   66 3963036 [sig] sshd 5380 proc_subproc: looking for processes to reap, nprocs 1
   66 3963102 [sig] sshd 5380 proc_subproc: finished processing terminated/stopped child
   64 3963166 [sig] sshd 5380 proc_subproc: returning 1
   79 3963245 [sig] sshd 5380 wait_sig: signalling pack.wakeup 0x5A8
   79 3963324 [main] sshd 5380 reset_signal_arrived: reset signal_arrived
   64 3963388 [main] sshd 5380 reset_signal_arrived: stackptr[-1] 0x40DBF8
   63 3963451 [main] sshd 5380 set_process_mask_delta: oldmask 0x0, newmask 0x80000, deltamask 0x80000
  522 3963973 [main] sshd 5380 fhandler_base::write: text write
debug1: Received SIGCHLD.
  142 3964115 [main] sshd 5380 sigaction: signal 20, newact 0x0, oa 0x407FF0
   72 3964187 [main] sshd 5380 writev: writev (5, 0x22D8B0, 1)
   69 3964256 [main] sshd 5380 fhandler_base::write: binary write
   79 3964335 [main] sshd 5380 writev: 1 = write (5, 0x22D8B0, 1), errno 88
   65 3964400 [main] sshd 5380 set_signal_mask: oldmask 0x80000, newmask 0x0, mask_bits 0x80000
   70 3964470 [main] sshd 5380 sig_send: returning 0x0 from sending signal -41
   66 3964536 [main] sshd 5380 fork: 1404 = fork()
   77 3964613 [main] sshd 5380 cygwin_set_impersonation_token: set_impersonation_token (-1)
   66 3964679 [main] sshd 5380 close: close (7)
   70 3964749 [main] sshd 5380 init_cygheap::manage_console_count: fhandler_tty_slave::close: console_count 0, amount -1, ctty /dev/console, avoid_freeing_console 0
   72 3964821 [main] sshd 5380 fhandler_tty_slave::close: /dev/tty2 closed, usecount 0
   69 3964890 [main] sshd 5380 fhandler_tty_slave::close: closing last open /dev/tty2 handle
   70 3964960 [main] sshd 5380 fhandler_tty_common::close: tty2 <0x5A4,0x5A0> closing
  109 3965069 [main] sshd 5380 dtable::delete_archetype: deleting element 0 for /dev/tty2
   66 3965135 [main] sshd 5380 close: 0 = close (7)
   69 3965204 [main] sshd 5380 dtable::dup2: dup2 (6, 7)
   72 3965276 [main] sshd 5380 build_fh_pc: fh 0x6115CDFC
   99 3965375 [main] sshd 5380 dtable::dup_worker: duped '/dev/ptmx' old 0x5D0, new 0x5B8
   65 3965440 [main] sshd 5380 dtable::dup2: newfh->io_handle 0x5B8, oldfh->io_handle 0x5D0
   68 3965508 [main] sshd 5380 dtable::dup2: 7 = dup2 (6, 7)
   68 3965576 [main] sshd 5380 dtable::dup2: dup2 (6, 8)
   67 3965643 [main] sshd 5380 build_fh_pc: fh 0x6115C7E4
   90 3965733 [main] sshd 5380 dtable::dup_worker: duped '/dev/ptmx' old 0x5D0, new 0x58C
   64 3965797 [main] sshd 5380 dtable::dup2: newfh->io_handle 0x58C, oldfh->io_handle 0x5D0
   69 3965866 [main] sshd 5380 dtable::dup2: 8 = dup2 (6, 8)
   84 3965950 [main] sshd 5380 cygwin_getsockopt: 0 = getsockopt (3, 6, 0x1, 0x22DCF8, 0x22DCFC)
  102 3966052 [main] sshd 5380 cygwin_setsockopt: setsockopt optval=1
   73 3966125 [main] sshd 5380 cygwin_setsockopt: 0 = setsockopt (3, 6, 1, 0x22DCF8, 4)
   68 3966193 [main] sshd 5380 isatty: 1 = isatty (7)
   67 3966260 [main] sshd 5380 isatty: 1 = isatty (6)
   67 3966327 [main] sshd 5380 isatty: 1 = isatty (6)
   68 3966395 [main] sshd 5380 fhandler_base::fcntl: GETFL: 98306
   68 3966463 [main] sshd 5380 fcntl_worker: 98306 = fcntl (7, 3, 0x0)
   69 3966532 [main] sshd 5380 fhandler_base::set_flags: flags 0x1C002, supplied_bin 0x0
   69 3966601 [main] sshd 5380 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x10000
   66 3966667 [main] sshd 5380 fhandler_base::set_flags: filemode set to binary
   68 3966735 [main] sshd 5380 fcntl_worker: 0 = fcntl (7, 4, 0x1C002)
   70 3966805 [main] sshd 5380 fhandler_base::fcntl: GETFL: 98306
   66 3966871 [main] sshd 5380 fcntl_worker: 98306 = fcntl (6, 3, 0x0)
   67 3966938 [main] sshd 5380 fhandler_base::set_flags: flags 0x1C002, supplied_bin 0x0
   66 3967004 [main] sshd 5380 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x10000
   67 3967071 [main] sshd 5380 fhandler_base::set_flags: filemode set to binary
   66 3967137 [main] sshd 5380 fcntl_worker: 0 = fcntl (6, 4, 0x1C002)
  555 3967692 [main] sshd 5380 cygwin_select: 8, 0x100150C0, 0x100150D0, 0x0, 0x22DE90
  132 3967824 [main] sshd 5380 dtable::select_read:  fd 3
   65 3967889 [main] sshd 5380 dtable::select_write:  fd 3
  153 3968042 [main] sshd 5380 dtable::select_read:  fd 4
  130 3968172 [main] sshd 5380 dtable::select_read: /dev/ptmx fd 7
   67 3968239 [main] sshd 5380 cygwin_select: to->tv_sec 0, to->tv_usec 100000, ms 100
   64 3968303 [main] sshd 5380 cygwin_select: sel.always_ready 0
  330 3968633 [main] sshd 5380 start_thread_socket: Handle 0x738
  -50 3968583 [select_pipe] sshd 5380 fhandler_pty_master::hit_eof: all other handles closed
  169 3968752 [select_pipe] sshd 5380 peek_pipe: /dev/ptmx, saw EOF
  -63 3968689 [main] sshd 5380 start_thread_socket: Added to readfds
  197 3968886 [main] sshd 5380 start_thread_socket: Added to writefds
   66 3968952 [main] sshd 5380 start_thread_socket: Added to exceptfds
    7 3968959 [select_pipe] sshd 5380 peek_pipe: , ready for read: avail 1
   56 3969015 [main] sshd 5380 start_thread_socket: exitsock 0x680
  131 3969146 [main] sshd 5380 start_thread_socket: stuff_start 0x22DE04
  147 3969293 [select_socket] sshd 5380 thread_socket: stuff_start 0x10040024
   55 3969348 [main] sshd 5380 select_stuff::wait: m 3, ms 100
  125 3969473 [main] sshd 5380 select_stuff::wait: woke up.  wait_ret 1.  verifying
   65 3969538 [main] sshd 5380 set_bits: me 0x100151A8, testing fd 7 (/dev/ptmx)
    8 3969546 [select_socket] sshd 5380 thread_socket: Win32 select returned 1
   57 3969603 [main] sshd 5380 set_bits: ready 1
   69 3969672 [select_socket] sshd 5380 thread_socket: s 0x10015148, testing fd 3 ()
   72 3969744 [main] sshd 5380 set_bits: me 0x10015178, testing fd 4 ()
   64 3969808 [select_socket] sshd 5380 thread_socket: write_ready
   68 3969876 [main] sshd 5380 set_bits: ready 1
  137 3970013 [main] sshd 5380 select_stuff::wait: gotone 1
   70 3970083 [main] sshd 5380 select_stuff::wait: returning 0
   63 3970146 [main] sshd 5380 select_stuff::cleanup: calling cleanup routines
  191 3970337 [main] sshd 5380 socket_cleanup: si 0x1003D010 si->thread 0x610FCEC0
   99 3970436 [main] sshd 5380 socket_cleanup: sent a byte to exitsock 0x680, res 1
  129 3970565 [main] sshd 5380 socket_cleanup: reading a byte from exitsock 0x680
   89 3970654 [main] sshd 5380 socket_cleanup: recv returned 1
  123 3970777 [main] sshd 5380 socket_cleanup: returning
   66 3970843 [main] sshd 5380 peek_pipe: /dev/ptmx, already ready for read
   65 3970908 [main] sshd 5380 set_bits: me 0x100151A8, testing fd 7 (/dev/ptmx)
   64 3970972 [main] sshd 5380 set_bits: ready 1
   66 3971038 [main] sshd 5380 peek_pipe: , already ready for read
   62 3971100 [main] sshd 5380 set_bits: me 0x10015178, testing fd 4 ()
   63 3971163 [main] sshd 5380 set_bits: ready 1
   71 3971234 [main] sshd 5380 peek_socket: considering handle 0x738
   68 3971302 [main] sshd 5380 peek_socket: adding read fd_set , fd 3
   63 3971365 [main] sshd 5380 peek_socket: adding except fd_set , fd 3
   81 3971446 [main] sshd 5380 peek_socket: WINSOCK_SELECT returned 0
   63 3971509 [main] sshd 5380 set_bits: me 0x10015148, testing fd 3 ()
   63 3971572 [main] sshd 5380 set_bits: ready 1
   63 3971635 [main] sshd 5380 select_stuff::poll: returning 3
   65 3971700 [main] sshd 5380 select_stuff::cleanup: calling cleanup routines
   58 3971758 [main] sshd 5380 select_stuff::~select_stuff: deleting select records
  247 3972005 [main] sshd 5380 readv: readv (4, 0x22DE50, 1) nonblocking, sigcatchers 4
  101 3972106 [main] sshd 5380 peek_pipe: , ready for read: avail 1
   64 3972170 [main] sshd 5380 fhandler_base::ready_for_read: read_ready 1, avail 1
  212 3972382 [read_pipe] sshd 5380 fhandler_base::read: returning 1, binary mode
  141 3972523 [main] sshd 5380 readv: 1 = readv (4, 0x22DE50, 1), errno 88
   65 3972588 [main] sshd 5380 readv: readv (4, 0x22DE50, 1) nonblocking, sigcatchers 4
   91 3972679 [main] sshd 5380 fhandler_base::ready_for_read: read_ready 0, avail 0
   64 3972743 [main] sshd 5380 readv: -1 = readv (4, 0x22DE50, 1), errno 11
   73 3972816 [main] sshd 5380 set_signal_mask: oldmask 0x0, newmask 0x80000, mask_bits 0x0
   64 3972880 [main] sshd 5380 set_signal_mask: not calling sig_dispatch_pending
   74 3972954 [main] sshd 5380 wait4: calling proc_subproc, pid -1, options 1
   67 3973021 [main] sshd 5380 proc_subproc: args: 4, 2292680
   67 3973088 [main] sshd 5380 proc_subproc: wval->pid -1, wval->options 1
   69 3973157 [main] sshd 5380 checkstate: nprocs 1
   66 3973223 [main] sshd 5380 stopped_or_terminated: considering pid 1404
   70 3973293 [main] sshd 5380 remove_proc: removing procs[0], pid 1404, nprocs 1
   90 3973383 [main] sshd 5380 checkstate: returning 1
   63 3973446 [main] sshd 5380 proc_subproc: released waiting thread
   67 3973513 [main] sshd 5380 proc_subproc: finished processing terminated/stopped child
   67 3973580 [main] sshd 5380 proc_subproc: returning 1
   70 3973650 [main] sshd 5380 wait4: 0 = WaitForSingleObject (...)
   64 3973714 [main] sshd 5380 wait4: intpid -1, status 0x22DE94, w->status 1, options 1, res 1404
  511 3974225 [main] sshd 5380 fhandler_base::write: text write
debug1: session_by_pid: pid 1404
  582 3974807 [main] sshd 5380 fhandler_base::write: text write
debug1: session_exit_message: session 0 channel 0 pid 1404
  980 3975787 [main] sshd 5380 fhandler_base::write: text write
debug1: session_exit_message: release channel 0
  138 3975925 [main] sshd 5380 close: close (6)
   87 3976012 [main] sshd 5380 fhandler_tty_common::close: tty2 <0x5D0,0x5D4> closing
   90 3976102 [main] sshd 5380 close: 0 = close (6)
  503 3976605 [main] sshd 5380 fhandler_base::write: text write
debug1: session_pty_cleanup: session 0 release /dev/tty2
  361 3976966 [main] sshd 5380 open: open (/var/run/utmp, 0x10002)
   66 3977032 [main] sshd 5380 normalize_posix_path: src /var/run/utmp
   68 3977100 [main] sshd 5380 normalize_posix_path: /var/run/utmp = normalize_posix_path (/var/run/utmp)
   70 3977170 [main] sshd 5380 mount_info::conv_to_win32_path: conv_to_win32_path (/var/run/utmp)
   84 3977254 [main] sshd 5380 set_flags: flags: binary (0x2)
   65 3977319 [main] sshd 5380 mount_info::conv_to_win32_path: src_path /var/run/utmp, dst C:\Cygwin\var\run\utmp, flags 0xA, rc 0
  118 3977437 [main] sshd 5380 symlink_info::check: not a symlink
   64 3977501 [main] sshd 5380 symlink_info::check: 0 = symlink.check (C:\Cygwin\var\run\utmp, 0x22D4F0) (0xA)
   71 3977572 [main] sshd 5380 path_conv::check: this->path(C:\Cygwin\var\run\utmp), has_acls(1)
   71 3977643 [main] sshd 5380 build_fh_pc: fh 0x6115DE7C
   73 3977716 [main] sshd 5380 fhandler_base::open: (C:\Cygwin\var\run\utmp, 0x110002)
  104 3977820 [main] sshd 5380 fhandler_base::set_flags: flags 0x110002, supplied_bin 0x10000
   66 3977886 [main] sshd 5380 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x10000
   72 3977958 [main] sshd 5380 fhandler_base::set_flags: filemode set to binary
   69 3978027 [main] sshd 5380 fhandler_base::open: 0 = NtCreateFile (0x5C8, C0100000, C:\Cygwin\var\run\utmp, io, NULL, 0, 7, 1, 20, NULL, 0)
   70 3978097 [main] sshd 5380 fhandler_base::open: 1 = fhandler_base::open (C:\Cygwin\var\run\utmp, 0x110002)
   71 3978168 [main] sshd 5380 fhandler_base::open_fs: 1 = fhandler_disk_file::open (C:\Cygwin\var\run\utmp, 0x10002)
   68 3978236 [main] sshd 5380 open: 6 = open (/var/run/utmp, 0x10002)
   70 3978306 [main] sshd 5380 readv: readv (6, 0x22DB40, 1) blocking, sigcatchers 4
   66 3978372 [main] sshd 5380 readv: no need to call ready_for_read
  102 3978474 [main] sshd 5380 fhandler_base::read: returning 308, binary mode
   68 3978542 [main] sshd 5380 readv: 308 = readv (6, 0x22DB40, 1), errno 11
   69 3978611 [main] sshd 5380 readv: readv (6, 0x22DB40, 1) blocking, sigcatchers 4
   68 3978679 [main] sshd 5380 readv: no need to call ready_for_read
   75 3978754 [main] sshd 5380 fhandler_base::read: returning 308, binary mode
   68 3978822 [main] sshd 5380 readv: 308 = readv (6, 0x22DB40, 1), errno 11
   68 3978890 [main] sshd 5380 readv: readv (6, 0x22DB40, 1) blocking, sigcatchers 4
   67 3978957 [main] sshd 5380 readv: no need to call ready_for_read
   74 3979031 [main] sshd 5380 fhandler_base::read: returning 308, binary mode
   69 3979100 [main] sshd 5380 readv: 308 = readv (6, 0x22DB40, 1), errno 11
   70 3979170 [main] sshd 5380 readv: readv (6, 0x22DB40, 1) blocking, sigcatchers 4
   67 3979237 [main] sshd 5380 readv: no need to call ready_for_read
   72 3979309 [main] sshd 5380 fhandler_base::read: returning 308, binary mode
   69 3979378 [main] sshd 5380 readv: 308 = readv (6, 0x22DB40, 1), errno 11
   68 3979446 [main] sshd 5380 readv: readv (6, 0x22DB40, 1) blocking, sigcatchers 4
   66 3979512 [main] sshd 5380 readv: no need to call ready_for_read
   72 3979584 [main] sshd 5380 fhandler_base::read: returning 308, binary mode
   68 3979652 [main] sshd 5380 readv: 308 = readv (6, 0x22DB40, 1), errno 11
   70 3979722 [main] sshd 5380 readv: readv (6, 0x22DB40, 1) blocking, sigcatchers 4
   70 3979792 [main] sshd 5380 readv: no need to call ready_for_read
   72 3979864 [main] sshd 5380 fhandler_base::read: returning 308, binary mode
   69 3979933 [main] sshd 5380 readv: 308 = readv (6, 0x22DB40, 1), errno 11
   68 3980001 [main] sshd 5380 readv: readv (6, 0x22DB40, 1) blocking, sigcatchers 4
   67 3980068 [main] sshd 5380 readv: no need to call ready_for_read
   73 3980141 [main] sshd 5380 fhandler_base::read: returning 308, binary mode
   66 3980207 [main] sshd 5380 readv: 308 = readv (6, 0x22DB40, 1), errno 11
   68 3980275 [main] sshd 5380 readv: readv (6, 0x22DB40, 1) blocking, sigcatchers 4
   67 3980342 [main] sshd 5380 readv: no need to call ready_for_read
   72 3980414 [main] sshd 5380 fhandler_base::read: returning 308, binary mode
   65 3980479 [main] sshd 5380 readv: 308 = readv (6, 0x22DB40, 1), errno 11
   70 3980549 [main] sshd 5380 readv: readv (6, 0x22DB40, 1) blocking, sigcatchers 4
   66 3980615 [main] sshd 5380 readv: no need to call ready_for_read
   72 3980687 [main] sshd 5380 fhandler_base::read: returning 308, binary mode
   65 3980752 [main] sshd 5380 readv: 308 = readv (6, 0x22DB40, 1), errno 11
   67 3980819 [main] sshd 5380 readv: readv (6, 0x22DB40, 1) blocking, sigcatchers 4
   68 3980887 [main] sshd 5380 readv: no need to call ready_for_read
   72 3980959 [main] sshd 5380 fhandler_base::read: returning 308, binary mode
   68 3981027 [main] sshd 5380 readv: 308 = readv (6, 0x22DB40, 1), errno 11
   69 3981096 [main] sshd 5380 readv: readv (6, 0x22DB40, 1) blocking, sigcatchers 4
   67 3981163 [main] sshd 5380 readv: no need to call ready_for_read
   74 3981237 [main] sshd 5380 fhandler_base::read: returning 308, binary mode
   67 3981304 [main] sshd 5380 readv: 308 = readv (6, 0x22DB40, 1), errno 11
   67 3981371 [main] sshd 5380 readv: readv (6, 0x22DB40, 1) blocking, sigcatchers 4
   72 3981443 [main] sshd 5380 readv: no need to call ready_for_read
   72 3981515 [main] sshd 5380 fhandler_base::read: returning 308, binary mode
   68 3981583 [main] sshd 5380 readv: 308 = readv (6, 0x22DB40, 1), errno 11
   68 3981651 [main] sshd 5380 readv: readv (6, 0x22DB40, 1) blocking, sigcatchers 4
   68 3981719 [main] sshd 5380 readv: no need to call ready_for_read
   72 3981791 [main] sshd 5380 fhandler_base::read: returning 308, binary mode
   68 3981859 [main] sshd 5380 readv: 308 = readv (6, 0x22DB40, 1), errno 11
   69 3981928 [main] sshd 5380 readv: readv (6, 0x22DB40, 1) blocking, sigcatchers 4
   66 3981994 [main] sshd 5380 readv: no need to call ready_for_read
   71 3982065 [main] sshd 5380 fhandler_base::read: returning 0, binary mode
   67 3982132 [main] sshd 5380 readv: 0 = readv (6, 0x22DB40, 1), errno 11
  376 3982508 [main] sshd 5380 fhandler_base::write: text write
syslogin_perform_logout: logout() returned an error
  205 3982713 [main] sshd 5380 close: close (8)
   87 3982800 [main] sshd 5380 fhandler_tty_common::close: tty2 <0x58C,0x59C> closing
   89 3982889 [main] sshd 5380 close: 0 = close (8)
   69 3982958 [main] sshd 5380 wait4: calling proc_subproc, pid -1, options 1
   67 3983025 [main] sshd 5380 proc_subproc: args: 4, 2292680
   68 3983093 [main] sshd 5380 proc_subproc: wval->pid -1, wval->options 1
   69 3983162 [main] sshd 5380 checkstate: nprocs 0
   65 3983227 [main] sshd 5380 checkstate: no matching terminated children found
   66 3983293 [main] sshd 5380 checkstate: returning 0
   66 3983359 [main] sshd 5380 proc_subproc: waiting thread found no children
   71 3983430 [main] sshd 5380 proc_subproc: finished processing terminated/stopped child
   65 3983495 [main] sshd 5380 proc_subproc: returning 1
  328 3983823 [main] sshd 5380 __set_errno: pid_t wait4(int, int*, int, rusage*):91 val 10
   82 3983905 [main] sshd 5380 wait4: intpid -1, status 0x22DE94, w->status 0, options 1, res -1
   69 3983974 [main] sshd 5380 wait4: *** errno 10
   69 3984043 [main] sshd 5380 set_signal_mask: oldmask 0x80000, newmask 0x0, mask_bits 0x80000
   69 3984112 [main] sshd 5380 readv: readv (7, 0x225DF0, 1) nonblocking, sigcatchers 4
  112 3984224 [main] sshd 5380 fhandler_pty_master::hit_eof: all other handles closed
   65 3984289 [main] sshd 5380 peek_pipe: /dev/ptmx, saw EOF
   68 3984357 [main] sshd 5380 fhandler_base::ready_for_read: read_ready 1, avail 1
   91 3984448 [main] sshd 5380 fhandler_pty_master::hit_eof: all other handles closed
   65 3984513 [main] sshd 5380 fhandler_pty_master::process_slave_output: returning 0
   69 3984582 [main] sshd 5380 readv: 0 = readv (7, 0x225DF0, 1), errno 10
   69 3984651 [main] sshd 5380 close: close (7)
   83 3984734 [main] sshd 5380 fhandler_tty_common::close: tty2 <0x5B8,0x5B4> closing
  106 3984840 [main] sshd 5380 fhandler_tty_common::close: no more masters left. sending EOF
   78 3984918 [main] sshd 5380 close: 0 = close (7)
   68 3984986 [main] sshd 5380 writev: writev (3, 0x22DE10, 1)
   98 3985084 [main] sshd 5380 writev: 112 = write (3, 0x22DE10, 1), errno 10
  834 3985918 [main] sshd 5380 cygwin_select: 8, 0x100150C0, 0x100150D0, 0x0, 0x0
  133 3986051 [main] sshd 5380 dtable::select_read:  fd 3
   70 3986121 [main] sshd 5380 dtable::select_write:  fd 3
  127 3986248 [main] sshd 5380 dtable::select_read:  fd 4
   65 3986313 [main] sshd 5380 cygwin_select: to NULL, ms FFFFFFFF
   65 3986378 [main] sshd 5380 cygwin_select: sel.always_ready 0
  309 3986687 [main] sshd 5380 start_thread_socket: Handle 0x738
   70 3986757 [main] sshd 5380 start_thread_socket: Added to readfds
   67 3986824 [main] sshd 5380 start_thread_socket: Added to writefds
   67 3986891 [main] sshd 5380 start_thread_socket: Added to exceptfds
   67 3986958 [main] sshd 5380 start_thread_socket: exitsock 0x680
   69 3987027 [main] sshd 5380 start_thread_socket: stuff_start 0x22DE04
  143 3987170 [select_socket] sshd 5380 thread_socket: stuff_start 0x10040024
   56 3987226 [main] sshd 5380 select_stuff::wait: m 3, ms 4294967295
  160 3987386 [select_socket] sshd 5380 thread_socket: Win32 select returned 1
   68 3987454 [select_socket] sshd 5380 thread_socket: s 0x10015148, testing fd 3 ()
   69 3987523 [select_socket] sshd 5380 thread_socket: write_ready
   76 3987599 [main] sshd 5380 select_stuff::wait: woke up.  wait_ret 2.  verifying
   63 3987662 [main] sshd 5380 select_stuff::wait: gotone 1
   62 3987724 [main] sshd 5380 select_stuff::wait: returning 0
   59 3987783 [main] sshd 5380 select_stuff::cleanup: calling cleanup routines
11405 3999188 [select_pipe] sshd 5380 thread_pipe: stopping
  197 3999385 [main] sshd 5380 socket_cleanup: si 0x1003D010 si->thread 0x610FCEC0
   95 3999480 [main] sshd 5380 socket_cleanup: sent a byte to exitsock 0x680, res 1
  134 3999614 [main] sshd 5380 socket_cleanup: reading a byte from exitsock 0x680
   87 3999701 [main] sshd 5380 socket_cleanup: recv returned 1
  124 3999825 [main] sshd 5380 socket_cleanup: returning
   89 3999914 [main] sshd 5380 peek_socket: considering handle 0x738
   63 3999977 [main] sshd 5380 peek_socket: adding read fd_set , fd 3
   67 4000044 [main] sshd 5380 peek_socket: adding except fd_set , fd 3
   83 4000127 [main] sshd 5380 peek_socket: WINSOCK_SELECT returned 0
   64 4000191 [main] sshd 5380 set_bits: me 0x10015148, testing fd 3 ()
   67 4000258 [main] sshd 5380 set_bits: ready 1
   66 4000324 [main] sshd 5380 select_stuff::poll: returning 1
   67 4000391 [main] sshd 5380 select_stuff::cleanup: calling cleanup routines
   65 4000456 [main] sshd 5380 select_stuff::~select_stuff: deleting select records
  191 4000647 [main] sshd 5380 set_signal_mask: oldmask 0x0, newmask 0x80000, mask_bits 0x0
   68 4000715 [main] sshd 5380 set_signal_mask: not calling sig_dispatch_pending
   68 4000783 [main] sshd 5380 set_signal_mask: oldmask 0x80000, newmask 0x0, mask_bits 0x80000
   68 4000851 [main] sshd 5380 writev: writev (3, 0x22DE10, 1)
   82 4000933 [main] sshd 5380 writev: 64 = write (3, 0x22DE10, 1), errno 10
   95 4001028 [main] sshd 5380 cygwin_select: 8, 0x100150C0, 0x100150D0, 0x0, 0x0
  142 4001170 [main] sshd 5380 dtable::select_read:  fd 3
  137 4001307 [main] sshd 5380 dtable::select_read:  fd 4
   68 4001375 [main] sshd 5380 cygwin_select: to NULL, ms FFFFFFFF
   70 4001445 [main] sshd 5380 cygwin_select: sel.always_ready 0
  275 4001720 [main] sshd 5380 start_thread_socket: Handle 0x738
   71 4001791 [main] sshd 5380 start_thread_socket: Added to readfds
  112 4001903 [main] sshd 5380 start_thread_socket: exitsock 0x680
   69 4001972 [main] sshd 5380 start_thread_socket: stuff_start 0x22DE04
  146 4002118 [select_socket] sshd 5380 thread_socket: stuff_start 0x10040024
   52 4002170 [main] sshd 5380 select_stuff::wait: m 3, ms 4294967295
  149 4002319 [select_socket] sshd 5380 thread_socket: Win32 select returned 1
   68 4002387 [select_socket] sshd 5380 thread_socket: s 0x10015148, testing fd 3 ()
   67 4002454 [select_socket] sshd 5380 thread_socket: read_ready
   76 4002530 [main] sshd 5380 select_stuff::wait: woke up.  wait_ret 2.  verifying
   70 4002600 [main] sshd 5380 select_stuff::wait: gotone 1
   70 4002670 [main] sshd 5380 select_stuff::wait: returning 0
   67 4002737 [main] sshd 5380 select_stuff::cleanup: calling cleanup routines
12081 4014818 [select_pipe] sshd 5380 thread_pipe: stopping
  207 4015025 [main] sshd 5380 socket_cleanup: si 0x1003D010 si->thread 0x610FCEC0
   72 4015097 [main] sshd 5380 socket_cleanup: sent a byte to exitsock 0x680, res 1
   91 4015188 [main] sshd 5380 socket_cleanup: reading a byte from exitsock 0x680
   62 4015250 [main] sshd 5380 socket_cleanup: recv returned 1
   85 4015335 [main] sshd 5380 socket_cleanup: returning
   66 4015401 [main] sshd 5380 peek_socket: considering handle 0x738
   68 4015469 [main] sshd 5380 set_bits: me 0x10015148, testing fd 3 ()
   73 4015542 [main] sshd 5380 set_bits: ready 1
   67 4015609 [main] sshd 5380 select_stuff::poll: returning 1
   67 4015676 [main] sshd 5380 select_stuff::cleanup: calling cleanup routines
   74 4015750 [main] sshd 5380 select_stuff::~select_stuff: deleting select records
  193 4015943 [main] sshd 5380 set_signal_mask: oldmask 0x0, newmask 0x80000, mask_bits 0x0
   65 4016008 [main] sshd 5380 set_signal_mask: not calling sig_dispatch_pending
   70 4016078 [main] sshd 5380 set_signal_mask: oldmask 0x80000, newmask 0x0, mask_bits 0x80000
   76 4016154 [main] sshd 5380 readv: readv (3, 0x229E70, 1) nonblocking, sigcatchers 4
   67 4016221 [main] sshd 5380 peek_socket: considering handle 0x738
   67 4016288 [main] sshd 5380 peek_socket: adding read fd_set , fd 3
   87 4016375 [main] sshd 5380 peek_socket: WINSOCK_SELECT returned 1
   64 4016439 [main] sshd 5380 fhandler_base::ready_for_read: read_ready 1, avail 1
   91 4016530 [main] sshd 5380 readv: 32 = readv (3, 0x229E70, 1), errno 10
  905 4017435 [main] sshd 5380 fhandler_base::write: text write
debug1: session_by_channel: session 0 channel 0
  579 4018014 [main] sshd 5380 fhandler_base::write: text write
debug1: session_close_by_channel: channel 0 child 0
  574 4018588 [main] sshd 5380 fhandler_base::write: text write
debug1: session_close: session 0 pid 0
  645 4019233 [main] sshd 5380 fhandler_base::write: text write
debug1: channel 0: free: server-session, nchannels 1
  968 4020201 [main] sshd 5380 cygwin_select: 8, 0x100150C0, 0x100150D0, 0x0, 0x0
  133 4020334 [main] sshd 5380 dtable::select_read:  fd 3
  134 4020468 [main] sshd 5380 dtable::select_read:  fd 4
   69 4020537 [main] sshd 5380 cygwin_select: to NULL, ms FFFFFFFF
   66 4020603 [main] sshd 5380 cygwin_select: sel.always_ready 0
  311 4020914 [main] sshd 5380 start_thread_socket: Handle 0x738
   69 4020983 [main] sshd 5380 start_thread_socket: Added to readfds
   69 4021052 [main] sshd 5380 start_thread_socket: exitsock 0x680
   68 4021120 [main] sshd 5380 start_thread_socket: stuff_start 0x22DE04
  139 4021259 [select_socket] sshd 5380 thread_socket: stuff_start 0x10040024
   56 4021315 [main] sshd 5380 select_stuff::wait: m 3, ms 4294967295
   85 4021400 [select_socket] sshd 5380 thread_socket: Win32 select returned 1
  136 4021536 [select_socket] sshd 5380 thread_socket: s 0x10015120, testing fd 3 ()
   67 4021603 [select_socket] sshd 5380 thread_socket: read_ready
   72 4021675 [main] sshd 5380 select_stuff::wait: woke up.  wait_ret 2.  verifying
   67 4021742 [main] sshd 5380 select_stuff::wait: gotone 1
   59 4021801 [main] sshd 5380 select_stuff::wait: returning 0
   60 4021861 [main] sshd 5380 select_stuff::cleanup: calling cleanup routines
 8589 4030450 [select_pipe] sshd 5380 thread_pipe: stopping
  210 4030660 [main] sshd 5380 socket_cleanup: si 0x1003D010 si->thread 0x610FCEC0
   90 4030750 [main] sshd 5380 socket_cleanup: sent a byte to exitsock 0x680, res 1
  140 4030890 [main] sshd 5380 socket_cleanup: reading a byte from exitsock 0x680
   87 4030977 [main] sshd 5380 socket_cleanup: recv returned 1
  125 4031102 [main] sshd 5380 socket_cleanup: returning
   83 4031185 [main] sshd 5380 peek_socket: considering handle 0x738
   68 4031253 [main] sshd 5380 set_bits: me 0x10015120, testing fd 3 ()
   60 4031313 [main] sshd 5380 set_bits: ready 1
   72 4031385 [main] sshd 5380 select_stuff::poll: returning 1
   59 4031444 [main] sshd 5380 select_stuff::cleanup: calling cleanup routines
   73 4031517 [main] sshd 5380 select_stuff::~select_stuff: deleting select records
  182 4031699 [main] sshd 5380 set_signal_mask: oldmask 0x0, newmask 0x80000, mask_bits 0x0
   71 4031770 [main] sshd 5380 set_signal_mask: not calling sig_dispatch_pending
   60 4031830 [main] sshd 5380 set_signal_mask: oldmask 0x80000, newmask 0x0, mask_bits 0x80000
   81 4031911 [main] sshd 5380 readv: readv (3, 0x229E70, 1) nonblocking, sigcatchers 4
   62 4031973 [main] sshd 5380 peek_socket: considering handle 0x738
   74 4032047 [main] sshd 5380 peek_socket: adding read fd_set , fd 3
   81 4032128 [main] sshd 5380 peek_socket: WINSOCK_SELECT returned 1
   68 4032196 [main] sshd 5380 fhandler_base::ready_for_read: read_ready 1, avail 1
   85 4032281 [main] sshd 5380 readv: 0 = readv (3, 0x229E70, 1), errno 10
  385 4032666 [main] sshd 5380 fhandler_base::write: text write
Connection closed by 192.168.0.207
  133 4032799 [main] sshd 5380 set_signal_mask: oldmask 0x0, newmask 0x80000, mask_bits 0x0
   77 4032876 [main] sshd 5380 set_signal_mask: not calling sig_dispatch_pending
   59 4032935 [main] sshd 5380 set_signal_mask: oldmask 0x80000, newmask 0x0, mask_bits 0x80000
  602 4033537 [main] sshd 5380 fhandler_base::write: text write
debug1: do_cleanup
  435 4033972 [main] sshd 5380 fhandler_base::write: text write
Closing connection to 192.168.0.207
  153 4034125 [main] sshd 5380 cygwin_shutdown: 0 = shutdown (3, 2)
   79 4034204 [main] sshd 5380 close: close (3)
   99 4034303 [main] sshd 5380 fhandler_socket::close: 0 = fhandler_socket::close()
   67 4034370 [main] sshd 5380 close: 0 = close (3)
  706 4035076 [main] sshd 5380 close: close (0)
   66 4035142 [main] sshd 5380 fhandler_base::close: closing '/dev/null' handle 0x698
   72 4035214 [main] sshd 5380 close: 0 = close (0)
  544 4035758 [main] sshd 5380 close: close (1)
   65 4035823 [main] sshd 5380 fhandler_base::close: closing '/dev/null' handle 0x7FC
   78 4035901 [main] sshd 5380 close: 0 = close (1)
  544 4036445 [main] sshd 5380 close: close (2)
   66 4036511 [main] sshd 5380 fhandler_base::close: closing '/tmp/sshd.strace.log' handle 0x7F0
   70 4036581 [main] sshd 5380 close: 0 = close (2)
  301 4036882 [main] sshd 5380 do_exit: do_exit (0), exit_state 0
   66 4036948 [main] sshd 5380 void: 0x407FF0 = signal (20, 0x1)
   70 4037018 [main] sshd 5380 void: 0x0 = signal (1, 0x1)
   64 4037082 [main] sshd 5380 void: 0x408060 = signal (2, 0x1)
   65 4037147 [main] sshd 5380 void: 0x408060 = signal (3, 0x1)
   75 4037222 [main] sshd 5380 fhandler_base::close: closing '' handle 0x658
   77 4037299 [main] sshd 5380 fhandler_base::close: closing '' handle 0x660
   88 4037387 [main] sshd 5380 fhandler_base::close: closing '/var/run/utmp' handle 0x5C8
   84 4037471 [main] sshd 5380 do_exit: 5380 == pgrp 5380, send SIG{HUP,CONT} to stopped children
   65 4037536 [main] sshd 5380 kill_pgrp: pid 5380, signal -1
 1043 4038579 [main] sshd 5380 open_shared: name Global\cygwin1S4.cygpid.320, n 320, shared 0x480000 (wanted 0x0), h 0x5C8
  221 4038800 [main] sshd 5380 open_shared: name Global\cygwin1S4.cygpid.424, n 424, shared 0x480000 (wanted 0x0), h 0x5C8
   75 4038875 [main] sshd 5380 pinfo::init: execed process windows pid 424, cygwin pid 356
   85 4038960 [main] sshd 5380 open_shared: name Global\cygwin1S4.cygpid.356, n 356, shared 0x480000 (wanted 0x0), h 0x5C8
  718 4039678 [main] sshd 5380 open_shared: name Global\cygwin1S4.cygpid.4252, n 4252, shared 0x480000 (wanted 0x0), h 0x5C8
  171 4039849 [main] sshd 5380 open_shared: name Global\cygwin1S4.cygpid.4288, n 4288, shared 0x480000 (wanted 0x0), h 0x5C8
   70 4039919 [main] sshd 5380 pinfo::init: execed process windows pid 4288, cygwin pid 4264
   91 4040010 [main] sshd 5380 open_shared: name Global\cygwin1S4.cygpid.4264, n 4264, shared 0x480000 (wanted 0x0), h 0x5C8
  209 4040219 [main] sshd 5380 open_shared: name Global\cygwin1S4.cygpid.6008, n 6008, shared 0x480000 (wanted 0x0), h 0x5C8
  169 4040388 [main] sshd 5380 open_shared: name Global\cygwin1S4.cygpid.6040, n 6040, shared 0x480000 (wanted 0x0), h 0x5C8
  193 4040581 [main] sshd 5380 open_shared: name Global\cygwin1S4.cygpid.4360, n 4360, shared 0x480000 (wanted 0x0), h 0x5C8
  173 4040754 [main] sshd 5380 open_shared: name Global\cygwin1S4.cygpid.4492, n 4492, shared 0x480000 (wanted 0x0), h 0x5C8
   70 4040824 [main] sshd 5380 pinfo::init: execed process windows pid 4492, cygwin pid 4448
   91 4040915 [main] sshd 5380 open_shared: name Global\cygwin1S4.cygpid.4448, n 4448, shared 0x480000 (wanted 0x0), h 0x5C8
  349 4041264 [main] sshd 5380 open_shared: name Global\cygwin1S4.cygpid.6080, n 6080, shared 0x480000 (wanted 0x0), h 0x660
   96 4041360 [main] sshd 5380 open_shared: name Global\cygwin1S4.cygpid.5376, n 5376, shared 0xCF0000 (wanted 0x0), h 0x664
  101 4041461 [main] sshd 5380 open_shared: name Global\cygwin1S4.cygpid.1816, n 1816, shared 0xE50000 (wanted 0x0), h 0x7F0
   69 4041530 [main] sshd 5380 pinfo::init: execed process windows pid 1816, cygwin pid 5376
   91 4041621 [main] sshd 5380 open_shared: name Global\cygwin1S4.cygpid.5376, n 5376, shared 0xE50000 (wanted 0x0), h 0x7F0
  115 4041736 [main] sshd 5380 __set_errno: int kill_pgrp(pid_t, siginfo_t&):307 val 3
   64 4041800 [main] sshd 5380 kill_pgrp: -1 = kill (5380, -1)
  748 4042548 [main] sshd 5380 sigproc_terminate: entering
   72 4042620 [main] sshd 5380 sig_send: sendsig 0x6DC, pid 5380, signal -42, its_me 1
   87 4042707 [main] sshd 5380 sig_send: Not waiting for sigcomplete.  its_me 1 signal -42
    9 4042716 [sig] sshd 5380 wait_sig: saw __SIGEXIT
   81 4042797 [main] sshd 5380 sig_send: returning 0x0 from sending signal -42
  123 4042920 [main] sshd 5380 proc_terminate: nprocs 0
    2 4042922 [sig] sshd 5380 wait_sig: signal thread exiting
   67 4042989 [main] sshd 5380 proc_terminate: leaving
  291 4043280 [main] sshd 5380 __to_clock_t: dwHighDateTime 0, dwLowDateTime 1562500
  132 4043412 [main] sshd 5380 __to_clock_t: total 00000000 0000009C
   68 4043480 [main] sshd 5380 __to_clock_t: dwHighDateTime 0, dwLowDateTime 1562500
   66 4043546 [main] sshd 5380 __to_clock_t: total 00000000 0000009C
  176 4043722 [main] sshd 5380 pinfo::exit: Calling ExitProcess n 0x0, exitcode 0x0
4153803 7213480 [proc_waiter] sshd 5380! pinfo::maybe_set_exit_code_from_windows: pid 5380, exit value - old 0x8000000, windows 0xDEADBEEF, cygwin 0x8000000
  167 7213647 [proc_waiter] sshd 5380! proc_subproc: args: 3, 0
   74 7213721 [proc_waiter] sshd 5380! proc_subproc: looking for processes to reap, nprocs 1
   78 7213799 [proc_waiter] sshd 5380! checkstate: nprocs 1
   78 7213877 [proc_waiter] sshd 5380! stopped_or_terminated: considering pid 5380
   78 7213955 [main] sshd 5380! wait4: 0 = WaitForSingleObject (...)
   -7 7213948 [proc_waiter] sshd 5380! remove_proc: removing procs[0], pid 5380, nprocs 1
  152 7214100 [proc_waiter] sshd 5380! checkstate: returning 1
  -65 7214035 [main] sshd 5380! wait4: intpid 5380, status 0x22D2F8, w->status 0, options 0, res 5380
  144 7214179 [proc_waiter] sshd 5380! proc_subproc: released waiting thread
  193 7214372 [main] sshd 5380! pinfo::maybe_set_exit_code_from_windows: pid 5380, exit value - old 0x8000000, windows 0xDEADBEEF, cygwin 0x8000000
   -4 7214368 [proc_waiter] sshd 5380! proc_subproc: finished processing terminated/stopped child
   77 7214445 [main] sshd 5380! sigproc_terminate: entering
   83 7214528 [proc_waiter] sshd 5380! proc_subproc: returning 1
   55 7214583 [main] sshd 5380! sig_send: sendsig 0x6DC, pid 5380, signal -42, its_me 1
  147 7214730 [proc_waiter] sshd 5380! proc_waiter: exiting wait thread for pid 5380
   62 7214792 [main] sshd 5380! sig_send: Not waiting for sigcomplete.  its_me 1 signal -42
    6 7214798 [sig] sshd 5380! wait_sig: saw __SIGEXIT
   98 7214896 [main] sshd 5380! sig_send: returning 0x0 from sending signal -42
  227 7215123 [main] sshd 5380! proc_terminate: nprocs 0
    2 7215125 [sig] sshd 5380! wait_sig: signal thread exiting
   57 7215182 [main] sshd 5380! proc_terminate: leaving
  287 7215469 [main] sshd 5380! __to_clock_t: dwHighDateTime 0, dwLowDateTime 937500
   66 7215535 [main] sshd 5380! __to_clock_t: total 00000000 0000005D
   75 7215610 [main] sshd 5380! __to_clock_t: dwHighDateTime 0, dwLowDateTime 625000
   61 7215671 [main] sshd 5380! __to_clock_t: total 00000000 0000003E
  157 7215828 [main] sshd 5380! pinfo::exit: Calling ExitProcess n 0x4000000, exitcode 0x0

--
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/

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]