Vista and CYGWIN telnet
Hi, I have installed cygwin on vista, and have configured openssh and inetdutils. I followed the readme to configure both sshd and inetd as services in windows. This step works fine. The sshd service works a treat and I can ssh into the vista server - brilliant. Configured inetd.conf to start both ftp and telnet. Problem: Ftp service work brilliantly - can log in happily. telnet - connects to the telnet server and nothing. Example: gpa...@nb-slogpayne ~ $ telnet localhost Trying 127.0.0.1... Connected to localhost. Escape character is '^]'. xdfgsdhgxdfm♥♥ - what ever I type is echoed on screen. Definitely connecting to the telnet service, as soon as I stop inetd the telnet server stop listening. I have disabled the firewall / Norton. What am I missing. Driving me mad. Anyone got any advice, need telnet unfortunately. Thanks in advance Gareth -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
RE: Vista and CYGWIN telnet
Hi, Still have the problem. I definitely have a connection established to the telnet server. gpa...@nb-slogpayne /var/log $ netstat -aon | grep ES TCP127.0.0.1:23 127.0.0.1:57200ESTABLISHED 5352 TCP127.0.0.1:23 127.0.0.1:57213ESTABLISHED 5352 TCP127.0.0.1:4127.0.0.1:49300ESTABLISHED 2576 TCP127.0.0.1:49300127.0.0.1:4ESTABLISHED 4 TCP127.0.0.1:57200127.0.0.1:23 ESTABLISHED 5756 TCP127.0.0.1:57213127.0.0.1:23 ESTABLISHED 6616 TCP192.168.1.66:23192.168.1.66:64797 ESTABLISHED 5352 $ ps -ef UID PIDPPID TTY STIME COMMAND cyg_serv5148 1 ? 13:06:41 /usr/bin/cygrunsrv cyg_serv14765148 ? 13:06:41 /usr/sbin/sshd gpayne5884 1 con 19:41:25 /usr/bin/bash cyg_serv6436 1 ? 19:57:46 /usr/bin/cygrunsrv cyg_serv52566436 ? 19:57:46 /usr/sbin/inetd SYSTEM1572 1 ? 20:04:39 /usr/bin/cygrunsrv SYSTEM33041572 ? 20:04:40 /usr/sbin/syslog-ng gpayne2772 1 con 20:05:00 /usr/bin/bash gpayne46522772 con 20:05:06 /usr/bin/telnet cyg_serv67405256 ? 20:05:06 /usr/sbin/telnetd cyg_serv31205256 ? 20:07:24 /usr/sbin/telnetd gpayne5284 1 con 20:24:06 /usr/bin/bash gpayne6116 1 con 20:27:23 /usr/bin/bash gpayne31566116 con 20:27:53 /usr/bin/telnet cyg_serv46845256 ? 20:27:53 /usr/sbin/telnetd gpayne65845284 con 20:34:45 /usr/bin/ps But, the login screen still does not appear. Has anyone seen this?, same problem occurred on XP box. Running 1.7.1 version of cygwin. Any advice greatly received. Gareth -Original Message- From: cygwin-ow...@cygwin.com [mailto:cygwin-ow...@cygwin.com] On Behalf Of Gareth Payne Sent: 08 January 2010 16:51 To: cygwin@cygwin.com Subject: Vista and CYGWIN telnet Hi, I have installed cygwin on vista, and have configured openssh and inetdutils. I followed the readme to configure both sshd and inetd as services in windows. This step works fine. The sshd service works a treat and I can ssh into the vista server - brilliant. Configured inetd.conf to start both ftp and telnet. Problem: Ftp service work brilliantly - can log in happily. telnet - connects to the telnet server and nothing. Example: gpa...@nb-slogpayne ~ $ telnet localhost Trying 127.0.0.1... Connected to localhost. Escape character is '^]'. xdfgsdhgxdfm♥♥ - what ever I type is echoed on screen. Definitely connecting to the telnet service, as soon as I stop inetd the telnet server stop listening. I have disabled the firewall / Norton. What am I missing. Driving me mad. Anyone got any advice, need telnet unfortunately. Thanks in advance Gareth -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
FW: Vista and CYGWIN telnet
Hi, Main documentation was from the inetutils.readme. Using tcpd.exe as the telnet executable. I ran ssh-host-config first, which created the privileged user (cyg_server) with appropriate windows permissions. Then I ran iu-config to set up inetd. In the messages log I see: Jan 8 21:02:32 nb-slogpayne telnetd: PID 396: connect from 127.0.0.1 (127.0.0.1 ) Jan 8 21:04:06 nb-slogpayne telnetd: PID 5688: connect from 127.0.0.1 (127.0.0. Jan 8 21:12:03 nb-slogpayne telnetd: PID 6312: connect from 192.168.1.66 (192.1 68.1.66) Definitely have a telnet connection, unfortunately no login prompt appears. Screen just echo's what i type. Complete stumped on this. Kind Regards Gareth -Original Message- From: cygwin-ow...@cygwin.com [mailto:cygwin-ow...@cygwin.com] On Behalf Of DePriest, Jason R. Sent: 08 January 2010 20:51 To: cygwin@cygwin.com Subject: Re: Vista and CYGWIN telnet 2010/1/8 Gareth Payne : > Hi, > > SYSTEM 3304 1572 ? 20:04:40 /usr/sbin/syslog-ng ^ syslog-ng is running. Does anything show up in /var/log/messages? Also > Problem reports: http://cygwin.com/problems.html What documentation did you follow to get sshd and inetd configured? Thanks. Jason -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
FW: Vista and CYGWIN telnet
Hi, Output attached. Thank you for looking. Kind Regards Gareth -Original Message- From: cygwin-ow...@cygwin.com [mailto:cygwin-ow...@cygwin.com] On Behalf Of Charles Wilson Sent: 08 January 2010 23:55 To: cygwin@cygwin.com Subject: Re: Vista and CYGWIN telnet Gareth Payne wrote: > Anyone got any advice, need telnet unfortunately. Please post the output of 'cygcheck -svr' (as an *attachment*, not inline). -- Chuck -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Cygwin Configuration Diagnostics Current System Time: Sat Jan 09 09:31:22 2010 Windows Vista Business Ver 6.0 Build 6002 Service Pack 2 Running under WOW64 on AMD64 Path: C:\cygwin\usr\local\bin C:\cygwin\bin C:\cygwin\bin D:\unixutils C:\Windows\system32 C:\Windows C:\Windows\System32\Wbem C:\Program Files\Intel\WiFi\bin\ D:\Program Files (x86)\FastSum Output from C:\cygwin\bin\id.exe UID: 40033(gpayne) GID: 10513(Domain Users) 0(root) 544(Administrators) 545(Users) 10513(Domain Users) SysDir: C:\Windows\system32 WinDir: C:\Windows USER = 'gpayne' PWD = '/home/gpayne' CYGWIN = 'ntsec' HOME = '/home/gpayne' TRACE_FORMAT_SEARCH_PATH = '\\NTREL202.ntdev.corp.microsoft.com\34FB5F65-FFEB-4B61-BF0E-A6A76C450FAA\TraceFormat' HOMEPATH = '\Users\gpayne.EMEA' MANPATH = '/usr/local/man:/usr/share/man:/usr/man::/usr/ssl/man' APPDATA = 'C:\Users\gpayne.EMEA\AppData\Roaming' ProgramW6432 = 'C:\Program Files' HOSTNAME = 'nb-slogpayne' TERM = 'cygwin' PROCESSOR_IDENTIFIER = 'Intel64 Family 6 Model 23 Stepping 10, GenuineIntel' DFSTRACINGON = 'FALSE' WINDIR = 'C:\Windows' PUBLIC = 'C:\Users\Public' OLDPWD = '/usr/bin' USERDOMAIN = 'EMEA' CommonProgramFiles(x86) = 'C:\Program Files (x86)\Common Files' OS = 'Windows_NT' ALLUSERSPROFILE = 'C:\ProgramData' !:: = '::\' COMMONPROGRAMFILES = 'C:\Program Files (x86)\Common Files' USERNAME = 'gpayne' PROCESSOR_LEVEL = '6' ProgramFiles(x86) = 'C:\Program Files (x86)' FP_NO_HOST_CHECK = 'NO' SYSTEMDRIVE = 'C:' PROCESSOR_ARCHITEW6432 = 'AMD64' LANG = 'C.UTF-8' USERPROFILE = 'C:\Users\gpayne.EMEA' PS1 = '\[\e]0;\w\a\]\n\[\e[32m\...@\h \[\e[33m\]\w\[\e[0m\]\n\$ ' LOGONSERVER = '\\NTMADCEMEA1' CommonProgramW6432 = 'C:\Program Files\Common Files' PROCESSOR_ARCHITECTURE = 'x86' LOCALAPPDATA = 'C:\Users\gpayne.EMEA\AppData\Local' !C: = 'C:\cygwin\bin' ProgramData = 'C:\ProgramData' SHLVL = '1' USERDNSDOMAIN = 'EMEA.PROGRESS.COM' PATHEXT = '.COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC' HOMEDRIVE = 'C:' PROMPT = '$P$G' COMSPEC = 'C:\Windows\system32\cmd.exe' SYSTEMROOT = 'C:\Windows' PRINTER = '\\ukps01\UKMFDC01' CVS_RSH = '/bin/ssh' PROCESSOR_REVISION = '170a' INFOPATH = '/usr/local/info:/usr/share/info:/usr/info:' PROGRAMFILES = 'C:\Program Files (x86)' NUMBER_OF_PROCESSORS = '4' SESSIONNAME = 'Console' COMPUTERNAME = 'NB-SLOGPAYNE' _ = '/usr/bin/cygcheck' HKEY_CURRENT_USER\Software\Cygwin HKEY_CURRENT_USER\Software\Cygwin\Program Options HKEY_CURRENT_USER\Software\Cygwin\setup HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\MenuOrder\Favorites\cygwin (default) = (unsupported type) HKEY_LOCAL_MACHINE\SOFTWARE\Cygwin HKEY_LOCAL_MACHINE\SOFTWARE\Cygwin\Installations (default) = '\??\C:\cygwin' HKEY_LOCAL_MACHINE\SOFTWARE\Cygwin\Program Options HKEY_LOCAL_MACHINE\SOFTWARE\Cygwin\setup (default) = 'C:\cygwin' obcaseinsensitive set to 1 Cygwin installations found in the registry: System: Key: c5e39b7a9d22bafb Path: C:\cygwin c: hd NTFS 76183Mb 64% CP CS UN PA FC OS d: hd NTFS305234Mb 97% CP CS UN PA FC DATAPART1 e: cd N/AN/A C:\cygwin/ system binary,auto C:\cygwin\bin/usr/bin system binary,auto C:\cygwin\lib/usr/lib system binary,auto cygdrive prefix /cygdrive userbinary,auto Found: C:\cygwin\bin\awk.exe Found: C:\cygwin\bin\awk.exe -> C:\cygwin\bin\gawk.exe Found: C:\cygwin\bin\bash.exe Found: C:\cygwin\bin\bash.exe Found: C:\cygwin\bin\cat.exe Found: C:\cygwin\bin\cat.exe Found: D:\unixutils\cat.exe Warning: C:\cygwin\bin\cat.exe hides D:\unixutils\cat.exe Found: C:\cygwin\bin\cp.exe Found: C:\cygwin\bin\cp.exe Found: D:\unixutils\cp.exe Warning: