From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22305 invoked by alias); 2 Sep 2003 02:25:55 -0000 Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner@cygwin.com Mail-Followup-To: cygwin@cygwin.com Received: (qmail 22284 invoked from network); 2 Sep 2003 02:25:53 -0000 Received: from unknown (HELO main.gmane.org) (80.91.224.249) by sources.redhat.com with SMTP; 2 Sep 2003 02:25:53 -0000 Received: from list by main.gmane.org with local (Exim 3.35 #1 (Debian)) id 19u0sG-0004r2-00 for ; Tue, 02 Sep 2003 04:26:28 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: cygwin@cygwin.com Received: from sea.gmane.org ([80.91.224.252]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 19u0sE-0004qs-00 for ; Tue, 02 Sep 2003 04:26:26 +0200 Received: from news by sea.gmane.org with local (Exim 3.35 #1 (Debian)) id 19u0rf-0000we-00 for ; Tue, 02 Sep 2003 04:25:51 +0200 From: "Dan Adams" Subject: Re: sshd setup question Date: Tue, 02 Sep 2003 02:25:00 -0000 Message-ID: References: <5.1.0.14.0.20030901172200.01f49928@127.0.0.1> <5.1.0.14.0.20030901180444.01f69c90@127.0.0.1> <5.1.0.14.0.20030901200938.01f7e0c0@127.0.0.1> <5.1.0.14.0.20030901214533.01f6a988@127.0.0.1> X-Complaints-To: usenet@sea.gmane.org X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2800.1158 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 X-SW-Source: 2003-09/txt/msg00074.txt.bz2 I am guessing this questioning might shift a little with my latest finding. Also, I have attached the cygcheck file thing that was requested at that website. My latest finding is: Could not load host key: /etc/ssh_host_key Could not load host key: /etc/ssh_host_rsa_key Could not load host key: /etc/ssh_host_dsa_key Disabling protocol version 1. Could not load host key Disabling protocol version 2. Could not load host key I found this when looking in the sshd.log file that is in that directory. Relating to the permissions that that gentleman mentioned in his post on this list, those directories (this may not be good though) have the permissions for the system account. Is there anything that speaks about how to create these keys? Dan "Larry Hall" wrote in message news:5.1.0.14.0.20030901214533.01f6a988@127.0.0.1... > OK, I'm not sure my efforts are paying off here. I'd recommend again that > you visit . It's hard to figure things > without a basis of information. However, you'll probably find looking > in the email archives helpful. For instance, I found this with a simple > search: > > > > Seems to describe your situation to a tee, complete with solution. Just > one more reason not to use tech.erdelynet.com. Seems your problem is a > common one when following the directions at this site. > > If this doesn't solve your problem, I suggest uninstalling ssh and > reinstalling. Then, stay away from tech.erdelynet.com and just set > things up as the Cygwin doc suggests. Otherwise, bug tech.erdelynet.com > about it if you insist on using their advice. > > Larry > > > At 09:40 PM 9/1/2003, Dan Adams you wrote: > >The error it gives me when I try to start the service, after using the > >ssh-host-config command to make the service, and using the cygrunsrv -S sshd > >command is: > >cygrunsrv: Error starting a service: QueryServiceStatus: Win32 error 1062: > >The service has not been started. > >I am not sure if this will help at all, but I figured it might. > > > > > >-- > >Dan Adams - dan@infochi.com > >http://www.infochi.com > > > > > >"Dan Adams" wrote in message > >news:bj0ruq$thn$1@sea.gmane.org... > >> You mentioned that it is not reaching the server through ssh, is there any > >> way I can find out where the problem occurs at? I am using a command line > >of > >> : > >> ssh -p 422 localhost > >> to do this, I am not sure where in the networking the problem might lie > >at, > >> is there any way that I can find out, or assist you in finding out? > >> > >> The reason I was trying it with inetd, partly because it mentioned it on > >the > >> website of yours, is because I have it working correctly for a couple of > >> other services that are part of cygwin. > >> > >> One discrepancy I found between the website and the ssh-host-config file > >> that was installed on my machine is > >> file: > >> chown system.system /var/empty > >> website > >> chown system:system /var/empty > >> > >> How should this be? If you notice the website has a colon on that line, > >the > >> file has a period on that line. > >> > >> The website I am referring to is: > >http://tech.erdelynet.com/cygwin-sshd.html > >> > >> -- > >> Dan Adams - dan@infochi.com > >> http://www.infochi.com > >> > >> > >> "Larry Hall" wrote in message > >> news:5.1.0.14.0.20030901200938.01f7e0c0@127.0.0.1... > >> > You're not reaching the server. The read of the basic version > >> identification > >> > is failing. If the client and the server can't understand what version > >of > >> > ssh is running on either end, they don't talk. So you're not reaching > >the > >> > server through ssh. > >> > > >> > Sorry I don't know much about setting up ssh under inetd. Is there a > >> reason > >> > not to set it up as the documentation suggests? I can vouch for things > >> > working that way. > >> > > >> > Larry > >> > > >> > > >> > At 06:38 PM 9/1/2003, Dan Adams you wrote: > >> > >Thanks for the comment about cygrunsrv and the method of removing > >service > >> > >from win2k That worked well > >> > > > >> > >Since I have inetd working well. I have a telnet server and also a FTP > >> > >server, but neither is available outside of my firewall. I thought that > >I > >> > >would try and see if I could use the sshd server that I just setup via > >> the > >> > >inetd thing. When I did this, I got an error message of: > >> > > > >> > >ssh_exchange_identification: read: Connection reset by peer > >> > > > >> > >What would this mean? This is the only error message that I have been > >> > >getting from the ssh deamon when I try and connect, and even before I > >ran > >> > >that setup script. > >> > > > >> > >Dan Adams - dan@infochi.com > >> > >http://www.infochi.com > >> > > > >> > > > >> > >"Larry Hall" wrote in message > >> > >news:5.1.0.14.0.20030901180444.01f69c90@127.0.0.1... > >> > >> OK, visit and provide the requested > >> > >info. > >> > >> Also, send along (attached too) your /etc/passwd and /etc/group > >files. > >> > >The > >> > >> actual transcript of your attempt to run chown would be helpful too. > >> > >> > >> > >> cygrunsrv -E followed by cygrunsrv -R > >> will > >> > >> stop and remove a service. > >> > >> > >> > >> Larry > >> > >> > >> > >> > >> > >> At 06:04 PM 9/1/2003, Dan Adams you wrote: > >> > >> >I tried the directions at the site, and when it did the chown > >> > >system.system > >> > >> >/var/empty command. It errors out, saying that the user is unknown. > >It > >> > >seems > >> > >> >to not want to start the service after that point. Any more > >> suggestions. > >> > >> >Also does anyone know how to remove a service from the listong in > >> Win2k > >> > >once > >> > >> >it is no longer desired. I am hoping to change from telnet/ftp to > >ssh > >> > >access > >> > >> >which means I would be able to get rid of the service of inetd that > >is > >> in > >> > >my > >> > >> >win2k control panel thing. > >> > >> > > >> > >> >Dan Adams - dan@infochi.com > >> > >> >http://www.infochi.com > >> > >> > > >> > >> > > >> > >> >"Larry Hall" wrote in message > >> > >> >news:5.1.0.14.0.20030901172200.01f49928@127.0.0.1... > >> > >> >> At 05:28 PM 9/1/2003, Krzysztof Duleba you wrote: > >> > >> >> >Dan Adams" wrote > >> > >> >> > > >> > >> >> >> Does anyone know if there is either a script that will automate > >> the > >> > >> >> >process > >> > >> >> >> of setting up an ssh server? Or is there a tutorial setup page? > >> > >> >> > > >> > >> >> >http://tech.erdelynet.com/cygwin-sshd.html > >> > >> >> > >> > >> >> > >> > >> >> And please follow-up with any questions generated from following > >the > >> > >> >> directions at this site with tech.erdelynet.com. The supported > >> > >> >information > >> > >> >> for setting up Cygwin's OpenSSH distribution is > >> > >> >> /usr/doc/Cygwin/openssh-*.README. It's the only source of > >> information > >> > >> >this > >> > >> >> list will entertain questions about. > >> > >> >> > >> > >> >> Thanks, > >> > >> >> > >> > >> >> > >> > >> >> Larry Hall http://www.rfk.com > >> > >> >> RFK Partners, Inc. (508) 893-9779 - RFK > >Office > >> > >> >> 838 Washington Street (508) 893-9889 - FAX > >> > >> >> Holliston, MA 01746 > >> > >> >> > >> > >> >> > >> > >> > > >> > >> > > >> > >> > > >> > >> > > >> > >> >-- > >> > >> >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/ > >> > >> > >> > >> > >> > > > >> > > > >> > > > >> > > > >> > >-- > >> > >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/ > >> > > >> > -- > >> > Larry Hall http://www.rfk.com > >> > RFK Partners, Inc. (508) 893-9779 - RFK Office > >> > 838 Washington Street (508) 893-9889 - FAX > >> > Holliston, MA 01746 > >> > > >> > > >> > >> > >> > >> > > > > > > > > > >-- > >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/ > > begin 666 cygcheck.out M#0I#>6=W:6X@5VEN.34O3E0@0V]N9FEG=7)A=&EO;B!$:6%G;F]S=&EC6=W:6Y<8FEN M#0H)0SI<8WEG=VEN7'5S6=W:6Y<=7-R7&QN M:PT*"4,Z7%=I;FYT7'-Y6=W:6Y<8FEN M7&ED+F5X92 H;F]N='-E8RD-"E5)1#H@,3 P,BAD86XI($=)1#H@-3$S*$YO M;F4I#0HU,3,H3F]N92D-"@T*3W5T<'5T(&9R;VT@0SI<8WEG=VEN7&)I;EQI M9"YE>&4@*&YT7-T96TS,@T*5VEN1&ER M.B!#.EQ724Y.5 T*#0I(3TU%(#T@8$,Z7$1O8W5M96YT7-T96TS,EQC;60N97AE)PT*1U)/55 @/2!@3F]N92<-"DA/345$4DE612 ] M(&!#.B<-"DA/3450051((#T@8%PG#0I(3U-4(#T@8&1A;BUI;F9O8VAI)PT* M2$]35%194$4@/2!@:3,X-B<-"DE.0TQ51$4@/2!@1#I<3&EB6=N=7,@4V]L=71I;VYS7$-Y9W=I;@T* M2$M%65],3T-!3%]-04-(24Y%7%-/1E1705)%7$-Y9VYU6=D6=N=7,@4V]L=71I;VYS7$-Y9W=I;EQM;W5N=',@ M=C)<+PT*(" H9&5F875L="D@/2!@0SHO8WEG=VEN)PT*("!F;&%G6=N=7,@ M4V]L=71I;VYS7$-Y9W=I;EQM;W5N=',@=C)<+V1A=&$-"B @*&1E9F%U;'0I M(#T@8$0Z)PT*("!F;&%G6=N=7,@4V]L=71I;VYS7$-Y9W=I;EQM;W5N=',@ M=C)<+VAO;64-"B @*&1E9F%U;'0I(#T@8$,Z7$1O8W5M96YT6=N=7,@4V]L M=71I;VYS7$-Y9W=I;EQM;W5N=',@=C)<+VUN="]E#0H@("AD969A=6QT*2 ] M(&!%.B<-"B @9FQA9W,@/2 P># P,# P,# X#0I(2T597TQ/0T%,7TU!0TA) M3D5<4T]&5%=!4D5<0WEG;G5S(%-O;'5T:6]N6=W:6Y<;6]U;G1S('8R M7"]M;G0O9@T*(" H9&5F875L="D@/2!@1CHG#0H@(&9L86=S(#T@,'@P,# P M,# P. T*2$M%65],3T-!3%]-04-(24Y%7%-/1E1705)%7$-Y9VYU6=N=7,@4V]L=71I;VYS7$-Y9W=I;EQM;W5N=',@=C)< M+V]S#0H@("AD969A=6QT*2 ](&!#.EQ7:6YN="<-"B @9FQA9W,@/2 P># P M,# P,# X#0I(2T597TQ/0T%,7TU!0TA)3D5<4T]&5%=!4D5<0WEG;G5S(%-O M;'5T:6]N6=W:6Y<;6]U;G1S('8R7"]T;7 -"B @*&1E9F%U;'0I(#T@ M8$,Z7%1E;7 G#0H@(&9L86=S(#T@,'@P,# P,# P. T*2$M%65],3T-!3%]- M04-(24Y%7%-/1E1705)%7$-Y9VYU# P,# P,#!A#0I(2T597TQ/0T%,7TU!0TA)3D5<4T]& M5%=!4D5<0WEG;G5S(%-O;'5T:6]N6=W:6Y<;6]U;G1S('8R7"]U6=W:6XO;&EB)PT*("!F;&%G6=N M=7,@4V]L=71I;VYS7$-Y9W=I;EQM;W5N=',@=C)<+W5S6=N=7,@4V]L M=71I;VYS7$-Y9W=I;EQ07-T96T@ M('1E>'1M;V1E#0I!.B @(" @(" @(" @(" @(" @(" @(" @(" O;6YT+V$@ M(" @('-Y7-T96T@('1E>'1M;V1E#0I' M.B @(" @(" @(" @(" @(" @(" @(" @(" O;6YT+V<@(" @('-Y7-T96T@('1E>'1M;V1E#0I#.B]C>6=W:6XO8FEN M(" @(" @(" @(" @(" O=7-R+V)I;B @('-Y7-T96T@(&)I M;FUO9&4-"D,Z7%!R;V=R86T@1FEL97,@(" @(" @(" @("]U6=D&4@:&ED97,@0SI<8WEG=VEN7&)I;EQA=VLN97AE#0I& M;W5N9#H@+EQB87-H+F5X90T*1F]U;F0Z($,Z7&-Y9W=I;EQB:6Y<8F%S:"YE M>&4-"E=A&4@:&ED97,@0SI<8WEG=VEN7&)I;EQB M87-H+F5X90T*1F]U;F0Z("Y<8V%T+F5X90T*1F]U;F0Z($,Z7&-Y9W=I;EQB M:6Y<8V%T+F5X90T*5V%R;FEN9SH@+EQC870N97AE(&AI9&5S($,Z7&-Y9W=I M;EQB:6Y<8V%T+F5X90T*1F]U;F0Z("Y<8W N97AE#0I&;W5N9#H@0SI<8WEG M=VEN7&)I;EQC<"YE>&4-"E=A&4- M"E=A&4@:&ED97,@0SI<8WEG=VEN7&)I;EQF:6YD M+F5X90T*3F]T($9O=6YD.B!G8V,-"DYO="!&;W5N9#H@9V1B#0I&;W5N9#H@ M+EQG&4-"E=A M&4@:&ED97,@0SI<8WEG=VEN7&)I;EQG&4-"E=A6=W:6Y<8FEN7&UV+F5X90T*1F]U;F0Z M("Y<&4-"E=A&4@:&ED97,@0SI<8WEG=VEN7&)I;EQS960N97AE M#0I&;W5N9#H@+EQS:"YE>&4-"D9O=6YD.B!#.EQC>6=W:6Y<8FEN7'-H+F5X M90T*5V%R;FEN9SH@+EQS:"YE>&4@:&ED97,@0SI<8WEG=VEN7&)I;EQS:"YE M>&4-"D9O=6YD.B N7'1A&4-"D9O=6YD.B!#.EQC>6=W:6Y<8FEN7'1A M&4-"E=A6=W:6Y<8FEN M7'1A&4-"@T*(" @-3AK(#(P,#(O,#4O,#<@+EQC>6=B>C(M,2YD;&P@ M+2!O7,]-"XP#0H@(" @(" @(" @(" @(" @(" B M8WEG8GHR+3$N9&QL(B!V,"XP('1S/3(P,#(O-2\W(#6=C6=C7!T;RYD;&PB('8P+C @=',] M,C P,R\T+S$Q(#$Q.C,W#0H@(" T-6L@,C P,2\P-"\R-2 N7&-Y9V9O6=F;W)M-2YD;&PB('8P+C @=',],C P,2\T+S(U(#8Z,C@-"B @ M(#,U:R R,# R+S Q+S Y("Y<8WEG9F]R;38N9&QL("T@;W,]-"XP(&EM9STQ M+C @6=F;W)M-RYD;&PB('8P+C @=',],C P,R\S+SD@,C Z M-3$-"B @(#(X:R R,# S+S W+S(P("Y<8WEG9V1B;2TS+F1L;" M(&]S/30N M,"!I;6<],2XP('-Y6=G9&)M M+3,N9&QL(B!V,"XP('1S/3(P,#,O-R\R," X.C4X#0H@(" S,&L@,C P,R\P M-R\R," N7&-Y9V=D8FTM-"YD;&P@+2!O7,]-"XP M#0H@(" @(" @(" @(" @(" @(" B8WEG9V1B;2TT+F1L;"(@=C N,"!T7,]-"XP#0H@(" @(" @(" @(" @(" @ M(" B8WEG9V1B;2YD;&PB('8P+C @=',],C P,B\R+S(P(#,Z,#4-"B @(#$U M:R R,# S+S W+S(P("Y<8WEG9V1B;5]C;VUP870M,RYD;&P@+2!O7,]-"XP#0H@(" @(" @(" @(" @(" @(" B8WEG9V1B;5]C M;VUP870M,RYD;&PB('8P+C @=',],C P,R\W+S(P(#DZ,# -"B @(#$U:R R M,# S+S W+S(P("Y<8WEG9V1B;5]C;VUP870M-"YD;&P@+2!O7,]-"XP#0H@(" @(" @(" @(" @(" @(" B8WEG9V1B;5]C;VUP M870M-"YD;&PB('8P+C @=',],C P,R\W+S(P(#$P.C(U#0H@(" V.6L@,C P M,R\P."\Q," N7&-Y9V=E='1E>'1L:6(M,"TQ,BTQ+F1L;" M(&]S/30N,"!I M;6<],2XP('-Y6=G971T97AT M;&EB+3 M,3(M,2YD;&PB('8P+C @=',],C P,R\X+S$P(#(S.C$P#0H@(" Q M,FL@,C P,R\P."\Q," N7&-Y9V=E='1E>'1P;RTP+F1L;" M(&]S/30N,"!I M;6<],2XP('-Y6=G971T97AT M<&\M,"YD;&PB('8P+C @=',],C P,R\X+S$P(#(S.C$Q#0H@(#$S-&L@,C P M,R\P."\Q," N7&-Y9V=E='1E>'1S6=G971T97AT M6=H:7-T;W)Y-"YD M;&PB('8P+C @=',],C P,2\Q+S<@-#HS- T*(" @,C!K(#(P,#(O,3 O,3 @ M+EQC>6=H:7-T;W)Y-2YD;&P@+2!O7,]-"XP#0H@ M(" @(" @(" @(" @(" @(" B8WEG:&ES=&]R>34N9&QL(B!V,"XP('1S/3(P M,#(O,3 O,3 @,3@Z,C@-"B @.30U:R R,# S+S V+S$X("Y<8WEG:6-O;G8M M,BYD;&P@+2!O7,]-"XP#0H@(" @(" @(" @(" @ M(" @(" B8WEG:6-O;G8M,BYD;&PB('8P+C @=',],C P,R\V+S$X(#0Z,#@- M"B @(#(R:R R,# Q+S$R+S$S("Y<8WEG:6YT;"TQ+F1L;" M(&]S/30N,"!I M;6<],2XP('-Y6=I;G1L+3$N M9&QL(B!V,"XP('1S/3(P,#$O,3(O,3,@.3HR. T*(" @,CAK(#(P,#(O,#DO M,C @+EQC>6=I;G1L+3(N9&QL("T@;W,]-"XP(&EM9STQ+C @6=M96YU-2YD;&PB('8P+C @ M=',],C P,2\T+S(U(#8Z,C<-"B @(#(P:R R,# R+S Q+S Y("Y<8WEG;65N M=38N9&QL("T@;W,]-"XP(&EM9STQ+C @6=M96YU-RYD;&PB M('8P+C @=',],C P,R\S+SD@,C Z-3$-"B @,34V:R R,# Q+S T+S(U("Y< M8WEG;F-U7,]-"XP#0H@ M(" @(" @(" @(" @(" @(" B8WEG;F-U6=N8W5R7,]-"XP#0H@(" @(" @(" @(" @(" @(" B M8WEG<&%N96PU+F1L;"(@=C N,"!T6=P86YE;#8N9&QL("T@;W,]-"XP(&EM9STQ+C @ M6=P8W)E M+3 N9&QL(B!V,"XP('1S/3(P,#,O-R\Q(#$W.C(U#0H@(" V,VL@,C P,R\P M-"\Q,2 N7&-Y9W!C"TP M+F1L;" M(&]S/30N,"!I;6<],2XP('-Y6=P8W)E<&]S:7@M,"YD;&PB('8P+C @=',],C P,R\W+S$@,36=P M8W)E<&]S:7@N9&QL(B!V,"XP('1S/3(P,#,O-"\Q,2 Y.C,Q#0H@(" R,FL@ M,C P,B\P-B\P.2 N7&-Y9W!O<'0M,"YD;&P@+2!O7,]-"XP#0H@(" @(" @(" @(" @(" @(" B8WEG<&]P="TP+F1L;"(@=C N M,"!T7,]-"XP#0H@(" @(" @ M(" @(" @(" @(" B8WEG7,]-"XP#0H@(" @(" @(" @(" @(" @(" B M8WEG7,]-"XP#0H@(" @(" @(" @(" @(" @(" B8WEG6=S6=Z+F1L;" M(&]S M/30N,"!I;6<],2XP('-Y6=Z M+F1L;"(@=C N,"!T6=W:6XQ+F1L;" M(&]S/30N,"!I;6<],2XP('-Y6=W:6XQ+F1L;"(@=C N,"!T6=W:6XQ#0H@(" @(" @($UO=6YT(')E9VES=')Y.B R#0H@(" @ M(" @($-Y9VYU2!N86UE.B!#>6=N=7,@4V]L=71I;VYS#0H@ M(" @(" @($-Y9W=I;B!R96=I2!N86UE.B!#>6=W:6X-"B @(" @(" @ M4')O9W)A;2!O<'1I;VYS(&YA;64Z(%!R;V=R86T@3W!T:6]N6=W:6X@;6]U;G0@6=D6=D T*(" @(" @("!#>6=D M#H@#0H@(" @(" @($)U:6QD(&1A=&4Z($UO M;B!397 @,2 Q,SHQ-3HR."!%1%0@,C P,PT*(" @(" @("!3:&%R960@:60Z M(&-Y9W=I;C%3,PT*#0H@(" U.&L@,C P,B\P-2\P-R N7&-Y9V)Z,BTQ+F1L M;" M(&]S/30N,"!I;6<],2XP('-Y6=B>C(M,2YD;&PB('8P+C @=',],C P,B\U+S<@-SHS,PT*(" X-#AK M(#(P,#,O,#0O,3$@+EQC>6=C7!T;RTP M+CDN-RYD;&PB('8P+C @=',],C P,R\T+S$Q(#$Q.C,S#0H@(#8T-6L@,C P M,R\P-"\Q,2 N7&-Y9V-R>7!T;RYD;&P@+2!O7,] M-"XP#0H@(" @(" @(" @(" @(" @(" B8WEG8W)Y<'1O+F1L;"(@=C N,"!T M6=F;W)M-BYD;&P@+2!O7,]-"XP#0H@(" @(" @(" @(" @(" @(" B8WEG9F]R;38N9&QL M(B!V,"XP('1S/3(P,#(O,2\Y(#8Z,#,-"B @(#6=G9&)M+3,N9&QL("T@;W,] M-"XP(&EM9STQ+C @6=G9&)M+30N9&QL(B!V,"XP('1S M/3(P,#,O-R\R," Q,#HR,PT*(" @,3EK(#(P,#,O,#,O,C(@+EQC>6=G9&)M M+F1L;" M(&]S/30N,"!I;6<],2XP('-Y6=G9&)M+F1L;"(@=C N,"!T6=G9&)M7V-O;7!A="TS+F1L;" M(&]S/30N M,"!I;6<],2XP('-Y6=G9&)M M7V-O;7!A="TS+F1L;"(@=C N,"!T6=G9&)M7V-O;7!A="TT+F1L;" M(&]S/30N,"!I M;6<],2XP('-Y6=G9&)M7V-O M;7!A="TT+F1L;"(@=C N,"!T'1L:6(M,"TQ,BTQ+F1L;"(@=C N,"!T'1P;RTP+F1L;"(@=C N,"!T'1S30N9&QL("T@;W,]-"XP(&EM M9STQ+C @6=H:7-T;W)Y-2YD;&PB('8P+C @=',] M,C P,B\Q,"\Q," Q.#HR. T*(" Y-#5K(#(P,#,O,#8O,3@@+EQC>6=I8V]N M=BTR+F1L;" M(&]S/30N,"!I;6<],2XP('-Y6=I8V]N=BTR+F1L;"(@=C N,"!T6=I;G1L+3$N9&QL("T@;W,]-"XP M(&EM9STQ+C @6=I;G1L+F1L;"(@=C N,"!T6=M M96YU-BYD;&P@+2!O7,]-"XP#0H@(" @(" @(" @ M(" @(" @(" B8WEG;65N=38N9&QL(B!V,"XP('1S/3(P,#(O,2\Y(#8Z,#,- M"B @(#0X:R R,# S+S S+S Y("Y<8WEG;65N=36=N8W5R6=N8W5R6=N8W5R M6=N8W5R6=N8W5R6=N8W5R6=P86YE;#4N9&QL(B!V,"XP('1S/3(P,#$O-"\R-2 V.C(W#0H@(" Q M,FL@,C P,B\P,2\P.2 N7&-Y9W!A;F5L-BYD;&P@+2!O7,]-"XP#0H@(" @(" @(" @(" @(" @(" B8WEG<&%N96PV+F1L;"(@ M=C N,"!T7,]-"XP#0H@(" @(" @ M(" @(" @(" @(" B8WEG<&%N96PW+F1L;"(@=C N,"!T6=P8W)E+3 N9&QL("T@;W,] M-"XP(&EM9STQ+C @6=P;W!T+3 N9&QL(B!V M,"XP('1S/3(P,#(O-B\Y(#8Z-#4-"B @,3 X:R R,# Q+S V+S(X("Y<8WEG M6=R96%D;&EN930N9&QL(B!V,"XP('1S/3(P,#$O M,2\W(#0Z,S0-"B @,3(W:R R,# R+S$P+S$P("Y<8WEG6=R96%D;&EN934N9&QL(B!V,"XP('1S/3(P,#(O,3 O,3 @,3@Z,C@- M"B @,36=S6=S2!N86UE.B!M;W5N=',@=C(-"B @ M(" @(" @0WEG9')I=F4@9FQA9W,Z(&-Y9V1R:79E(&9L86=S#0H@(" @(" @ M($-Y9V1R:79E('!R969I>#H@8WEG9')I=F4@<')E9FEX#0H@(" @(" @($-Y M9V1R:79E(&1E9F%U;'0@<')E9FEX.B -"B @(" @(" @0G5I;&0@9&%T93H@ M36]N(%-E<" Q(#$S.C$U.C(X($5$5" R,# S#0H@(" @(" @(%-H87)E9"!I M9#H@8WEG=VEN,5,S#0H-"B @(#4X:R R,# R+S U+S W($,Z7&-Y9W=I;EQB M:6Y<8WEG8GHR+3$N9&QL("T@;W,]-"XP(&EM9STQ+C @6=W:6Y<8FEN7&-Y9V-R M>7!T;RTP+CDN-RYD;&P@+2!O7,]-"XP#0H@(" @ M(" @(" @(" @(" @(" B8WEG8W)Y<'1O+3 N.2XW+F1L;"(@=C N,"!T6=C6=F;W)M-2YD;&P@+2!O7,]-"XP#0H@(" @(" @ M(" @(" @(" @(" B8WEG9F]R;34N9&QL(B!V,"XP('1S/3(P,#$O-"\R-2 V M.C(X#0H@(" S-6L@,C P,B\P,2\P.2!#.EQC>6=W:6Y<8FEN7&-Y9V9O6=F;W)M-BYD;&PB('8P+C @=',],C P,B\Q+SD@-CHP,PT*(" @ M-S9K(#(P,#,O,#,O,#D@0SI<8WEG=VEN7&)I;EQC>6=F;W)M-RYD;&P@+2!O M7,]-"XP#0H@(" @(" @(" @(" @(" @(" B8WEG M9F]R;36=W:6Y<8FEN7&-Y9V=D8FTM,RYD;&P@+2!O7,]-"XP#0H@(" @(" @(" @(" @(" @(" B8WEG9V1B;2TS M+F1L;"(@=C N,"!T6=G9&)M+30N9&QL("T@;W,]-"XP(&EM9STQ M+C @6=W:6Y< M8FEN7&-Y9V=D8FU?8V]M<&%T+3,N9&QL("T@;W,]-"XP(&EM9STQ+C @6=W:6Y<8FEN7&-Y9V=D8FU?8V]M<&%T+30N9&QL("T@;W,]-"XP(&EM M9STQ+C @6=G971T97AT;&EB+3 M,3(M,2YD M;&P@+2!O7,]-"XP#0H@(" @(" @(" @(" @(" @ M(" B8WEG9V5T=&5X=&QI8BTP+3$R+3$N9&QL(B!V,"XP('1S/3(P,#,O."\Q M," R,SHQ, T*(" @,3)K(#(P,#,O,#@O,3 @0SI<8WEG=VEN7&)I;EQC>6=G M971T97AT<&\M,"YD;&P@+2!O7,]-"XP#0H@(" @ M(" @(" @(" @(" @(" B8WEG9V5T=&5X='!O+3 N9&QL(B!V,"XP('1S/3(P M,#,O."\Q," R,SHQ,0T*(" Q,S1K(#(P,#,O,#@O,3 @0SI<8WEG=VEN7&)I M;EQC>6=G971T97AT7,]-"XP#0H@(" @(" @(" @(" @(" @(" B8WEG9V5T=&5X='-R8RTP+3$R M+3$N9&QL(B!V,"XP('1S/3(P,#,O."\Q," R,SHQ, T*(" @,3=K(#(P,#$O M,#8O,C@@0SI<8WEG=VEN7&)I;EQC>6=H:7-T;W)Y-"YD;&P@+2!O7,]-"XP#0H@(" @(" @(" @(" @(" @(" B8WEG:&ES=&]R M>30N9&QL(B!V,"XP('1S/3(P,#$O,2\W(#0Z,S0-"B @(#(P:R R,# R+S$P M+S$P($,Z7&-Y9W=I;EQB:6Y<8WEG:&ES=&]R>34N9&QL("T@;W,]-"XP(&EM M9STQ+C @6=W:6Y<8FEN7&-Y9VEC;VYV+3(N9&QL("T@;W,]-"XP(&EM M9STQ+C @6=W:6Y<8FEN7&-Y9VEN=&PM,2YD;&P@+2!O7,]-"XP#0H@(" @(" @(" @(" @(" @(" B8WEG:6YT;"TQ+F1L;"(@ M=C N,"!T6=I;G1L+3(N9&QL(B!V,"XP M('1S/3(P,#(O.2\R," T.C$S#0H@(" R,6L@,C P,2\P-B\R,"!#.EQC>6=W M:6Y<8FEN7&-Y9VEN=&PN9&QL("T@;W,]-"XP(&EM9STQ+C @6=M96YU-2YD;&P@+2!O7,]-"XP#0H@(" @(" @ M(" @(" @(" @(" B8WEG;65N=34N9&QL(B!V,"XP('1S/3(P,#$O-"\R-2 V M.C(W#0H@(" R,&L@,C P,B\P,2\P.2!#.EQC>6=W:6Y<8FEN7&-Y9VUE;G4V M+F1L;" M(&]S/30N,"!I;6<],2XP('-Y6=M96YU-BYD;&PB('8P+C @=',],C P,B\Q+SD@-CHP,PT*(" @ M-#AK(#(P,#,O,#,O,#D@0SI<8WEG=VEN7&)I;EQC>6=M96YU-RYD;&P@+2!O M7,]-"XP#0H@(" @(" @(" @(" @(" @(" B8WEG M;65N=36=W:6Y<8FEN7&-Y9VYC=7)S97,K*S4N9&QL("T@;W,] M-"XP(&EM9STQ+C @6=W:6Y<8FEN7&-Y9VYC=7)S97,K*S8N9&QL("T@ M;W,]-"XP(&EM9STQ+C @6=N8W5R7,]-"XP#0H@(" @(" @(" @(" @(" @(" B8WEG M;F-U6=P86YE;#4N9&QL("T@;W,]-"XP M(&EM9STQ+C @6=P86YE;#8N9&QL M(B!V,"XP('1S/3(P,#(O,2\Y(#8Z,#,-"B @(#,Q:R R,# S+S S+S Y($,Z M7&-Y9W=I;EQB:6Y<8WEG<&%N96PW+F1L;" M(&]S/30N,"!I;6<],2XP('-Y M6=P86YE;#6=W M:6Y<8FEN7&-Y9W!C7,]-"XP M#0H@(" @(" @(" @(" @(" @(" B8WEG<&-R92TP+F1L;"(@=C N,"!T6=P8W)E+F1L;" M(&]S/30N,"!I;6<],2XP('-Y6=P8W)E+F1L;"(@=C N,"!T6=P8W)E M<&]S:7@M,"YD;&P@+2!O7,]-"XP#0H@(" @(" @ M(" @(" @(" @(" B8WEG<&-R97!O6=W:6Y<8FEN7&-Y M9W!C"YD;&P@+2!O7,]-"XP#0H@(" @ M(" @(" @(" @(" @(" B8WEG<&-R97!O6=P;W!T+3 N9&QL("T@;W,]-"XP(&EM9STQ+C @6=N=7,@6=W:6X@6=D6=D6=W:6XQ4S,-"@T*(" V-3-K(#(P,#,O,#7-Q;%QB:6Y<8WEG=VEN8C$Y+F1L;" M(&]S M/30N,"!I;6<],2XP('-Y6=W M:6YB,3DN9&QL(B!V,"XP('1S/3$Y.3@O-R\Q-2 Q.#HU, T*#0I#>6=W:6X@ M4&%C:V%G92!);F9O'1P;S @(" @(" @(# N,3(N,2TS(" @ M(" @(" @(" -"FQI8FEC;VYV,B @(" @(" @(" @(#$N."TS(" @(" @(" @ M(" @(" -"FQI8FEN=&P@(" @(" @(" @(" @(# N,3 N,S@M,R @(" @(" @ M(" -"FQI8FEN=&PQ(" @(" @(" @(" @(# N,3 N-# M,2 @(" @(" @(" - M"FQI8FEN=&PR(" @(" @(" @(" @(# N,3$N-2TQ(" @(" @(" @(" -"FQI M8FYC=7)S97,U(" @(" @(" @(#4N,BTQ(" @(" @(" @(" @(" -"FQI8FYC M=7)S97,V(" @(" @(" @(#4N,BTX(" @(" @(" @(" @(" -"FQI8FYC=7)S M97,W(" @(" @(" @(#4N,RTQ(" @(" @(" @(" @(" -"FQI8G!C&EN9F\@(" @(" @(" @(" @(#0N,BTT(" @(" @(" @ M(" @(" -"G1E>'1U=&EL