Re: Telnet / SSH connection timeout on LAN

2015-07-13 Thread Warren Young
On Jul 13, 2015, at 10:34 AM, Andrey Repin wrote: > > In my environment, a small touch to the original file cause changes throughout > the entirety of its stored image. ('cause storage format is actually an > archive, and a small change here and there in the source file cause massive > shifts in

Re: Telnet / SSH connection timeout on LAN

2015-07-13 Thread Andrey Repin
Greetings, Warren Young! >>> Consider all the disk I/O required. In its default mode, rsync must do a >>> full directory tree scan on the directory to be transferred, on *both* ends. >>> For each file with a different mtime or size, it must then recompute all the >>> hashes in that file, again on

Re: Telnet / SSH connection timeout on LAN

2015-07-13 Thread Warren Young
On Jul 10, 2015, at 8:38 PM, Andrey Repin wrote: > >> Consider all the disk I/O required. In its default mode, rsync must do a >> full directory tree scan on the directory to be transferred, on *both* ends. >> For each file with a different mtime or size, it must then recompute all the >> hashes

Re: Telnet / SSH connection timeout on LAN

2015-07-10 Thread Andrey Repin
Greetings, Warren Young! > On Jul 9, 2015, at 12:04 AM, Andrey Repin wrote: >> >>> rsync requires a pretty heavy network transaction to figure >>> out if files have changed. >> >> I'm rsync'ing about 15 gigabytes of my home directory with just a few megs of >> network exchange. > “Just?” > Th

Re: Telnet / SSH connection timeout on LAN

2015-07-10 Thread Stephen John Smoogen
On 10 July 2015 at 07:19, Warren Young wrote: > On Jul 9, 2015, at 12:04 AM, Andrey Repin wrote: >> >>> rsync requires a pretty heavy network transaction to figure >>> out if files have changed. >> >> I'm rsync'ing about 15 gigabytes of my home directory with just a few megs of >> network exchang

Re: Telnet / SSH connection timeout on LAN

2015-07-10 Thread Warren Young
On Jul 9, 2015, at 12:04 AM, Andrey Repin wrote: > >> rsync requires a pretty heavy network transaction to figure >> out if files have changed. > > I'm rsync'ing about 15 gigabytes of my home directory with just a few megs of > network exchange. “Just?” That was my definition of “heavy”. Cons

Re: Telnet / SSH connection timeout on LAN

2015-07-08 Thread Andrey Repin
Greetings, Warren Young! > Why are you reinventing these perfectly good wheels, poorly? > Yes, poorly. rsync requires a pretty heavy network transaction to figure > out if files have changed. O.o I'm rsync'ing about 15 gigabytes of my home directory with just a few megs of network exchange. Wha

Re: Telnet / SSH connection timeout on LAN

2015-07-08 Thread Warren Young
On Jul 6, 2015, at 1:03 PM, Joseph B wrote: > > LAN Adapter > IP: 192.168.0.2 (static) > Subnet Mask: 255.255.255.0 > no DNS server > > Wifi Adapter > 192.168.254.18 (dynamic) > 255.255.255.0 > gateway: 192.168.254.254 > Mask 255.255.255.0 means the first three octets are the network number, a

Re: Telnet / SSH connection timeout on LAN

2015-07-08 Thread Warren Young
On Jul 5, 2015, at 6:35 PM, Spinfusion wrote: > > To set up rsync over SSH, to sync my org-mode GTD files, activated every > time my laptop or pc goes idle, as described by Gina Trapani. If you’re referring to the following article, it was written about a month before Dropbox went live. http

Re: Telnet / SSH connection timeout on LAN

2015-07-06 Thread Joseph B
Hi Andrew, Desktop LAN Adapter IP: 192.168.0.2 (static) Subnet Mask: 255.255.255.0 no DNS server Wifi Adapter 192.168.254.18 (dynamic) 255.255.255.0 gateway: 192.168.254.254 Laptop LAN 192.168.0.1 (static) 255.255.255.0 no DNS Wifi 192.168.254.19 (dynamic) 255.255.255.0 192.168.254.254 I don

Re: Telnet / SSH connection timeout on LAN

2015-07-06 Thread Andrey Repin
Greetings, Spinfusion! > My goal: > To set up rsync over SSH, to sync my org-mode GTD files, activated every > time my laptop or pc goes idle, as described by Gina Trapani. > Network hardware architecture: > Windows 7 laptop and desktop, connected directly by cat 5e ethernet cable. > Also both

Re: Telnet / SSH connection timeout on LAN

2015-07-06 Thread Marco Atzeri
On 7/6/2015 2:35 AM, Spinfusion wrote: My goal: To set up rsync over SSH, to sync my org-mode GTD files, activated every time my laptop or pc goes idle, as described by Gina Trapani. Network hardware architecture: Windows 7 laptop and desktop, connected directly by cat 5e ethernet cable. Also

Re: Telnet in latest Cygwin

2014-01-25 Thread Christopher Faylor
On Sat, Jan 25, 2014 at 04:15:17AM -0800, zeev wrote: >You can use the 'nc' (aka netcat) instead of telnet > >nc localhost 80 > >From a cygwin terminal it will give an equivalent result to 'telnet >localhost 80', and far better than Microsoft's #$&%#*%&$# telnet > >Search for 'nc' in the cygwin ins

Re: Telnet in latest Cygwin

2014-01-25 Thread zeev
You can use the 'nc' (aka netcat) instead of telnet nc localhost 80 >From a cygwin terminal it will give an equivalent result to 'telnet localhost 80', and far better than Microsoft's #$&%#*%&$# telnet Search for 'nc' in the cygwin installation. good luck -- View this message in context: h

Re: Telnet in latest Cygwin

2013-10-28 Thread Robert Klemme
On Sun, Oct 27, 2013 at 7:15 PM, Ralph Siegler wrote: > Corinna Vinschen writes: > > I'd suggest to use ssh instead. >> Telnet is inherently unsecure and ssh is a wonderful replacement. > but telnet is an invaluable tool for command line troubleshooting tcp > network connectivity issues to SMTP,

Re: Telnet in latest Cygwin

2013-10-27 Thread Ralph Siegler
Corinna Vinschen cygwin.com> writes: I'd suggest to use ssh instead. > Telnet is inherently unsecure and ssh is a wonderful replacement. > > Corinna > but telnet is an invaluable tool for command line troubleshooting tcp network connectivity issues to SMTP, HTTP and other services by manually

Re: Telnet in latest Cygwin

2013-08-09 Thread Paul Allen
On Thu, Aug 8, 2013 at 7:30 PM, Warren Young wrote: > On 8/8/2013 05:08, Andrey Repin wrote: >> >> >> Though, I fail to see, how Cygwin telnet is different from, say PuTTY. Or >> native Windows telnet. > > > Windows 8 doesn't come with telnet.exe installed by default, and when you > install it fr

Re: Telnet in latest Cygwin

2013-08-08 Thread Warren Young
On 8/8/2013 05:08, Andrey Repin wrote: Though, I fail to see, how Cygwin telnet is different from, say PuTTY. Or native Windows telnet. Windows 8 doesn't come with telnet.exe installed by default, and when you install it from Programs and Features, it's invisible to Cygwin 32, apparently due

Re: Telnet in latest Cygwin

2013-08-08 Thread Andrey Repin
Greetings, Corinna Vinschen! > On Aug 7 17:36, Larry Hall (Cygwin) wrote: >> On 8/7/2013 5:18 PM, Andy Davidson wrote: >> > >> >Hi, >> > >> >I have the latest Cygwin, setup is v2.819 (64 bit). I want to install >> >telnet but the inetutils package isn't in the installer any more. It >> >doesn't

Re: Telnet in latest Cygwin

2013-08-08 Thread Corinna Vinschen
On Aug 7 17:36, Larry Hall (Cygwin) wrote: > On 8/7/2013 5:18 PM, Andy Davidson wrote: > > > >Hi, > > > >I have the latest Cygwin, setup is v2.819 (64 bit). I want to install > >telnet but the inetutils package isn't in the installer any more. It > >doesn't seem to be in the last version I insta

Re: Telnet in latest Cygwin

2013-08-07 Thread Larry Hall (Cygwin)
On 8/7/2013 5:18 PM, Andy Davidson wrote: Hi, I have the latest Cygwin, setup is v2.819 (64 bit). I want to install telnet but the inetutils package isn't in the installer any more. It doesn't seem to be in the last version I installed around a month ago. Any clues ?

Re: telnet to newsgroup

2012-04-05 Thread Andrew DeFaria
On 04/05/2012 09:35 PM, John wrote: It's not a telnet connection. You're not using telnet! You're using gnutls-cli, which is not telnet. Fair enough, I like clarity too. More precisely I could say that it is a secure form of telnet-like communication, similar to OpenSSL or Putty, perhaps. What

Re: telnet to newsgroup

2012-04-05 Thread Christopher Faylor
On Thu, Apr 05, 2012 at 11:35:33PM -0500, John wrote: >"Andrew DeFaria" wrote in message >news:jllkeo$sjk$1...@dough.gmane.org... >> On 4/5/2012 4:40 PM, John wrote: >>> Okay, I substituted 563 for nntps in the command like this: >>> >>> gnutls-cli --insecure -p 563 news.gmane.org | grep 200 >>>

Re: telnet to newsgroup

2012-04-05 Thread John
"Andrew DeFaria" wrote in message news:jllkeo$sjk$1...@dough.gmane.org... > On 4/5/2012 4:40 PM, John wrote: >> Okay, I substituted 563 for nntps in the command like this: >> >> gnutls-cli --insecure -p 563 news.gmane.org | grep 200 >> >> And it now works correctly. Exactly the same response from

Re: telnet to newsgroup

2012-04-05 Thread Andrew DeFaria
On 4/5/2012 4:40 PM, John wrote: Okay, I substituted 563 for nntps in the command like this: gnutls-cli --insecure -p 563 news.gmane.org | grep 200 And it now works correctly. Exactly the same response from his linux system was returned in my cygwin environment: 200 news.gmane.org InterNetNews

Re: telnet to newsgroup

2012-04-05 Thread John
"Andrew DeFaria" wrote in message news:jlklph$5tk$1...@dough.gmane.org... > On 4/5/2012 10:14 AM, John wrote: >> Hello. I read on another list about how one (presumably) Linux user >> connects >> to newsgroups using one of two different methods on the command line. If >> I >> am not mistaken,

Re: telnet to newsgroup

2012-04-05 Thread Andrew DeFaria
On 4/5/2012 10:14 AM, John wrote: Hello. I read on another list about how one (presumably) Linux user connects to newsgroups using one of two different methods on the command line. If I am not mistaken, both use telnet. The two different commands he used to illustrate them are these: You can us

Re: telnet connected but without response in cygwin 1.7.5

2010-08-09 Thread Charles Wilson
On 8/9/2010 8:15 AM, laurent.met...@cp.com wrote: I have the same problem as described here ( http://sourceware.org/ml/cygwin/2010-02/msg00202.html) , with telnet connection, there is no response. Where can I find a fix for this issue ? I am currently using cygwin 1.7.5 and issue is still there.

Re: telnet connected but without response

2010-02-09 Thread Larry Hall (Cygwin)
On 02/09/2010 10:50 AM, Tomasz Pona wrote: Out of necessity we're using SSH now, but it looks like telnet is a lot easier to maintain and understand: we had inetd configured already and we had to enable sshd. Obviously ssh-config scripts are doing great job setting defaults, but when reading doc

Re: telnet connected but without response

2010-02-09 Thread Tomasz Pona
Charles Wilson wrote: > Bingo! telnet is an inherently unsafe technology which exchanges > passwords in plaintext, where any schmuck with a packet sniffer can see > your password. Combined that with wireless ethernet, and you're just > screaming "HACK ME!". > > If you have ANY choice in the matter,

Re: telnet connected but without response

2010-02-09 Thread Charles Wilson
Tomasz Pona wrote: > to Philipp: > this subject was once discussed yet on 8-9 Jan ("Vista and CYGWIN telnet") > where in conclusion Charles Wilson admitted it's a problem in inetutils. I'm currently working on an updated inetutils release based on upstream inetutils-1.7 (cygwin's current release i

Re: telnet connected but without response

2010-02-09 Thread Tomasz Pona
Hello all, to Philipp: this subject was once discussed yet on 8-9 Jan ("Vista and CYGWIN telnet") where in conclusion Charles Wilson admitted it's a problem in inetutils. Anyway seems like most members are just silently ignoring this issue... Why? Is there some obvious solution/workaround? ...nob

Re: Telnet connect to Cygwin gives no response

2010-01-29 Thread Marc Doesburg
Hi Jeremy, Thank you for your reply. I totally agree on the fact that the source of our problems is ProComm Plus. We are able to use whatever we want/can. We are using Putty too now, but Putty doesn't have scripting support. The scripting support in ProComm is great and all our scripts are in "as

Re: Telnet connect to Cygwin gives no response

2010-01-29 Thread Jeremy Bopp
On 1/29/2010 8:48 AM, Marc Doesburg wrote: > Hello All, > > I hope I'm at the right place. I'm pretty new to Cygwin, so sorry in > advance if this is a noob question. > > What I'm trying to do is the following: > > Connect using telnet to a local installed Cygwin. Then using the > Cygwin to rlog

RE: telnet: tcp/telnet: unknown service (XP)

2006-05-29 Thread Dave Korn
On 29 May 2006 12:01, Jose Luis Fernandez wrote: > Hi, > > After doing a lot more googleing, I've stumbled upon > this fix. Wonder if you know about this issue? Yep, we sure do, that's about the third time you've posted it. Can you check if there's a copy stuck in your yahoo outbox and dele

RE: telnet: tcp/telnet: unknown service (XP)

2006-05-18 Thread Dave Korn
On 18 May 2006 12:59, Jose Luis Fernandez wrote: > --- Dave Korn <[EMAIL PROTECTED]> escribió: >> any. Ok, let's see.. >> >> Output from C:\cygwin\bin\id.exe (nontsec) >> UID: 12554(jlfdiaz) GID: 10545(mkgroup-l-d) >> 0(root) 544(Administradores) >> 545(Usuarios) >> 105

RE: telnet: tcp/telnet: unknown service (XP)

2006-05-18 Thread Dave Korn
On 18 May 2006 07:38, Jose Luis Fernandez wrote: > After doing a lot more googleing, I've stumbled upon > this fix. Wonder if you know about this issue? Yes, of course we do. This is a duplicate of the post you sent last week. Oh, I get it. You just resent an old post as an easy way to

RE: telnet: tcp/telnet: unknown service

2006-05-16 Thread Jose Luis Fernandez
$ echo $SYSTEMROOT C:\WINDOWS [EMAIL PROTECTED] ~ $ cygcheck telnet Found: C:\cygwin\bin\telnet.exe C:/cygwin/bin/telnet.exe C:\cygwin\bin\cygwin1.dll C:\WINDOWS\system32\ADVAPI32.DLL C:\WINDOWS\system32\ntdll.dll C:\WINDOWS\system32\KERNEL32.dll C:\WINDOWS\system32\RPCRT4

Re: telnet: tcp/telnet: unknown service

2006-05-16 Thread Brian Dessent
Jose Luis Fernandez wrote: > After doing a lot more googleing, I've stumbled upon > this fix. Wonder > if you know about this issue? > > In regedit go to > HKLM\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters > edit DataBasePath change %SystemRoot% to its real > value (on mine its > C:\WINDOW

RE: telnet: tcp/telnet: unknown service

2006-05-16 Thread Dave Korn
On 16 May 2006 09:56, Jose Luis Fernandez wrote: > After doing a lot more googleing, I've stumbled upon > this fix. Wonder > if you know about this issue? > > In regedit go to > HKLM\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters > edit DataBasePath change %SystemRoot% to its real > value (o

RE: telnet: tcp/telnet: unknown service

2006-05-16 Thread Jose Luis Fernandez
After doing a lot more googleing, I've stumbled upon this fix. Wonder if you know about this issue? In regedit go to HKLM\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters edit DataBasePath change %SystemRoot% to its real value (on mine its C:\WINDOWS) Don't know why but this fixed my issue.

RE: Telnet and rlogin gives "Unknown service"

2005-04-22 Thread Dave Korn
Original Message >From: [EMAIL PROTECTED] >Sent: 22 April 2005 13:10 > I had an old version of Cygwin/Xfree86 installed for about two years and > no > problems. Telnet, ftp, rlogin and remote display of X windows working OK. > I did not really use cygwin for the last months but yesterday

Re: telnet(ssh) to cygwin from linux

2004-04-20 Thread Igor Pechtchanski
On Tue, 20 Apr 2004, Mike Gall wrote: > What is the proper procedure to telnet into cygwin(running on Windows > XP) from a linux machine on LAN. Very simple. "telnet cygwinmachinename" at the prompt. :-) > I have been searching the mail lists and googling this but I haven't > found an answer.

Re: telnet(ssh) to cygwin from linux

2004-04-20 Thread Brian Chase
http://eudyptula.freezope.org/ms/Cygwin-SSH-VNC-HowTo.html I would try this entire howto, then you could do more than just a terminal. Telnet is obsolete, best you don't use it at all. BC Mike Gall wrote: What is the proper procedure to telnet into cygwin(running on Windows XP) from a linux m

Re: Telnet

2003-10-30 Thread Totte Karlsson
great, I got it working thanks! /totte "Larry Hall" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > At 02:51 PM 10/28/2003, Totte Karlsson you wrote: > >Hi, > >I'm using cygwin under winXP and wants to do telnet to a remote QNX machine. > >But telnet seems not to be availiable to me

Re: Telnet

2003-10-28 Thread Marcel Telka
On Tue, Oct 28, 2003 at 11:51:13AM -0800, Totte Karlsson wrote: > Hi, > I'm using cygwin under winXP and wants to do telnet to a remote QNX machine. > But telnet seems not to be availiable to me at the prompt. telnet[*] is usable from cmd.exe. I don't know why it refuses to run from cygwin's bash.

Re: Telnet

2003-10-28 Thread Larry Hall
At 02:51 PM 10/28/2003, Totte Karlsson you wrote: >Hi, >I'm using cygwin under winXP and wants to do telnet to a remote QNX machine. >But telnet seems not to be availiable to me at the prompt. >How do I get telnet working under cygwin? >regards >/totte

Re: telnet, ftp unknown service

2003-10-09 Thread vdu
I solved my problem, that was because my laptop was infected by a trojan called QHOSTS, here is a procedure from Trendmicro to remove it (). The automatic removal procedure does not work completely, I also had to execut

Re: telnet, ftp unknown service

2003-10-08 Thread Corinna Vinschen
On Wed, Oct 08, 2003 at 05:03:43PM +0200, vdu wrote: > Hi, > > I noticed that cygwin telnet works when I specify the port to use in the > command line like this : > telnet 23. > So I presumed it was a problem with my "services" file, I took the one of a > colleague (where cygwin telnet works corr

Re: telnet, ftp unknown service

2003-10-08 Thread vdu
Hi, I noticed that cygwin telnet works when I specify the port to use in the command line like this : telnet 23. So I presumed it was a problem with my "services" file, I took the one of a colleague (where cygwin telnet works correctly) but it's still the same. Please, any help is welcome, I am d

Re: telnet, ftp unknown service

2003-10-03 Thread vdu
Hi, it does not look corrupted to me (pls. take a look in the attached files). I attached another strace output of a telnet, if you like me to "strace" something else, just let me know. A strange thing is that Windows telnet works and cygwin telnet does not... "Corinna Vinschen" <[EMAIL PROTECTE

Re: telnet, ftp unknown service

2003-10-02 Thread Corinna Vinschen
On Thu, Oct 02, 2003 at 02:19:36PM +0200, V D wrote: > here is the result of strace on a telnet, if you need specifically on ftp > just let me know. Well, the strace is a bit confusing. The error returned from WinSocks getservbyname function is 11004. The meaning is according to `net helpmsg':

Re: telnet, ftp unknown service

2003-10-02 Thread vdu
What do you mean "they get mixed up", they exactly know where to send the output, in the bash where you executed telnet or ssh, can you please clarify ? "Tim Prince" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > On Thursday 02 October 2003 04:02, you wrote: > > On Thu, Oct 02, 200

Re: telnet, ftp unknown service

2003-10-02 Thread V D
here is the result of strace on a telnet, if you need specifically on ftp just let me know. "Corinna Vinschen" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > On Thu, Oct 02, 2003 at 10:48:58AM +0200, V D wrote: > > suddenly telnet, ftp, rlogin stopped running last tuesday, I did

Re: telnet, ftp unknown service

2003-10-02 Thread Tim Prince
On Thursday 02 October 2003 04:02, you wrote: > On Thu, Oct 02, 2003 at 10:48:58AM +0200, V D wrote: > > suddenly telnet, ftp, rlogin stopped running last tuesday, I did not > > change anything, I have a w2k/cygwin : > > CYGWIN_NT-5.0 nbvdu01 1.5.5(0.94/3/2) 2003-09-20 16:31 i686 unknown > > unknow

Re: telnet, ftp unknown service

2003-10-02 Thread Corinna Vinschen
On Thu, Oct 02, 2003 at 10:48:58AM +0200, V D wrote: > suddenly telnet, ftp, rlogin stopped running last tuesday, I did not change > anything, I have a w2k/cygwin : > CYGWIN_NT-5.0 nbvdu01 1.5.5(0.94/3/2) 2003-09-20 16:31 i686 unknown unknown > Cygwin > > I re-install some parts of cygwin package

Re: telnet server

2003-09-26 Thread Christopher Faylor
On Fri, Sep 26, 2003 at 01:36:08PM -0700, Eduardo Osorio Armenta wrote: >i was wondering if there is a port of telnet server but with >-mno-cygwin I'd check the no-cygwin mailing list for an answer to that question. cgf -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem r

Re: telnet connect bug

2003-06-12 Thread Corinna Vinschen
On Thu, Jun 12, 2003 at 09:48:23AM +0200, N?meth M?rton wrote: > Hi! > > Here is a telnet test using NetCat as server and telnet connecting to > localhost. When the telnet uses the default telnet(23) port then as telnet > connects some rubbish is sent to the server (case 1). When specifing That's

Re: telnet

2003-01-21 Thread Gerrit P. Haase
H.Merijn schrieb: > On Mon 20 Jan 2003 11:14, "Gerrit P. Haase" <[EMAIL PROTECTED]> wrote: >> H.Merijn schrieb: >> >> > Given that cygwin is installed on a Win2k/sp3 target, is there an easy way to >> > enable telnet from another machine? >> >> Use inetd, this is in the package inetutils. >> It

Re: telnet

2003-01-21 Thread H.Merijn Brand
PROTECTED]] > > Sent: 21 January 2003 13:48 > > To: Gerrit P. Haase > > Cc: Cygwin Development > > Subject: Re: telnet > > > > > > On Mon 20 Jan 2003 11:14, "Gerrit P. Haase" > > <[EMAIL PROTECTED]> wrote: > > > H.Merijn s

RE: telnet

2003-01-21 Thread Vince Hoffman
[EMAIL PROTECTED]] > Sent: 21 January 2003 13:48 > To: Gerrit P. Haase > Cc: Cygwin Development > Subject: Re: telnet > > > On Mon 20 Jan 2003 11:14, "Gerrit P. Haase" > <[EMAIL PROTECTED]> wrote: > > H.Merijn schrieb: > > > > > Given that

Re: telnet

2003-01-21 Thread H.Merijn Brand
On Mon 20 Jan 2003 11:14, "Gerrit P. Haase" <[EMAIL PROTECTED]> wrote: > H.Merijn schrieb: > > > Given that cygwin is installed on a Win2k/sp3 target, is there an easy way to > > enable telnet from another machine? > > Use inetd, this is in the package inetutils. > It is installed via cygrunsrv a

Re: telnet % ssh

2003-01-15 Thread Larry Hall (RFK Partners, Inc)
This information is and always has been available to you at . Type in the name of the utility you're looking for and it will tell you the package that has it. Actually, this works for any phrase entered so you could get more than 1 'hit' if your request is not specif

Re: telnet % ssh

2003-01-15 Thread Max Bowsher
Robert Pejchal wrote: > I've just installed cygwin and Xfree86 on Win98 but the base install > does not include telnet and ssh. I do not have telnet or ssh in my > /usr/bin/. How can I obtain these? Or specifically, which package > (via cygwin setup.exe) contains these? http://cygwin.com/packages/

Re: telnet - connection refused in windows xp home

2002-12-11 Thread kumarchi
That did the trick. Now the telnet etc works! 1. I added c:\cygwin\bin to the WINDOWS path 2. I also I modified the cygwin bash shell I prepended /usr/sbin. thanx > [EMAIL PROTECTED] wrote: > > > hello: > > > > I finally see the Cygwin inetd under services. But when I try to start > > it I >

Re: telnet - connection refused in windows xp home

2002-12-09 Thread Andrew DeFaria
[EMAIL PROTECTED] wrote: hello: I finally see the Cygwin inetd under services. But when I try to start it I get the follwoing error error 1053: the service did not respond to the start or control request in a timely fashion Have you tried adding your Cygwin bin (typically C:\Cygwin\bin) to t

Re: telnet - connection refused in windows xp home

2002-12-08 Thread kumarchi
om: [EMAIL PROTECTED] > Date: Sun, 08 Dec 2002 15:10:27 + > To: [EMAIL PROTECTED], [EMAIL PROTECTED] > Subject: Re: telnet - connection refused in windows xp home > > > here is what i get (using my administrator 'privilege') > inetd --install-as-service >

Re: telnet - connection refused in windows xp home

2002-12-08 Thread kumarchi
log if you have > problems and report back ;) > > Elfyn > [EMAIL PROTECTED] > > Original Message: > - > From: [EMAIL PROTECTED] > Date: Sun, 08 Dec 2002 15:10:27 + > To: [EMAIL PROTECTED], [EMAIL PROTECTED] > Subject: Re: telnet - connection refused

Re: telnet - connection refused in windows xp home

2002-12-08 Thread [EMAIL PROTECTED]
AIL PROTECTED], [EMAIL PROTECTED] Subject: Re: telnet - connection refused in windows xp home here is what i get (using my administrator 'privilege') inetd --install-as-service inetd does not show up in services when I run net start inetd macro$ollar replies The service is not re

Re: telnet - connection refused in windows xp home

2002-12-08 Thread kumarchi
normally (i.e. installing inetd > with `inetd --install')? > > Elfyn > [EMAIL PROTECTED] > > Original Message: > - > From: [EMAIL PROTECTED] > Date: Sun, 08 Dec 2002 13:04:19 + > To: [EMAIL PROTECTED] > Subject: Re: telnet - connection refused

Re: telnet - connection refused in windows xp home

2002-12-08 Thread [EMAIL PROTECTED]
EMAIL PROTECTED] Original Message: - From: [EMAIL PROTECTED] Date: Sun, 08 Dec 2002 13:04:19 + To: [EMAIL PROTECTED] Subject: Re: telnet - connection refused in windows xp home [snip]... xp home does not list SYSTEM or even Adminstrator as a selectable user. thanks , be pa

Re: telnet - connection refused in windows xp home

2002-12-08 Thread kumarchi
00 To: [EMAIL PROTECTED], [EMAIL PROTECTED] Subject: Re: telnet - connection refused in windows xp home You are right. However I am unable to figure out how to login as LocalSystem (SYSTEM in /etc/passwd?). xp home does not list SYSTEM or even Adminstrator as a selectable user. thanks , be patient ple

Re: telnet - connection refused in windows xp home

2002-12-07 Thread [EMAIL PROTECTED]
00 To: [EMAIL PROTECTED], [EMAIL PROTECTED] Subject: Re: telnet - connection refused in windows xp home At 04:41 PM 12/7/2002, [EMAIL PROTECTED] wrote: >I am unable to use remote connection to my pc(s) running windows xp home. >After going through the inetutils documentation, and looking at t

Re: telnet - connection refused in windows xp home

2002-12-07 Thread Larry Hall (RFK Partners, Inc)
At 04:41 PM 12/7/2002, [EMAIL PROTECTED] wrote: >I am unable to use remote connection to my pc(s) running windows xp home. >After going through the inetutils documentation, and looking at the services >under windows xp, I can see that inetd is not running. I am also unable to >start the inetd. A

Re: telnet - connection refused (fwd)

2002-12-04 Thread kumarchi
-- Forwarded Message: - From:[EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Re: telnet - connection refused Date:Wed, 04 Dec 2002 20:47:10 + inetd is in /usr/sbin . c. kumar wrote: I checked the inetutil documentation and checked my pc.s. One

Re: telnet - connection refused

2002-12-04 Thread Andre Bleau
inetd is in /usr/sbin . c. kumar wrote: I checked the inetutil documentation and checked my pc.s. One of the pc's has inetd installed from an old version of Hummingbird exceed. The other pc has no inetd installed at the xp service level at all! However I cannot find any executable called inetd.

Re: telnet - connection refused

2002-12-04 Thread c. kumar
AIL PROTECTED]> Sent: Tuesday, December 03, 2002 6:30 PM Subject: RE: telnet - connection refused Hard to tell. You don't give much information about what you did. I suggest starting with the documentation (inetutils-1.3.2.README) and making a quick check of relevant posts in the email arch

RE: telnet - connection refused

2002-12-03 Thread [EMAIL PROTECTED]
Hard to tell. You don't give much information about what you did. I suggest starting with the documentation (inetutils-1.3.2.README) and making a quick check of relevant posts in the email archives. These may provide you some clues as to how to solve your problem. Larry Original Message: -

RE: Telnet shell login using Cygwin. Help please?

2002-05-20 Thread Nicholas Wourms
Glen, Or better yet, use the sshd package that is available for cygwin in setup.exe, it will provide a "higher" level of security for your connection. Cheers, Nicholas --- Tony Arnold <[EMAIL PROTECTED]> wrote: > Glen, > > > I want to set up my Telnet service in Windows 2000 and when I > > ins

RE: Telnet shell login using Cygwin. Help please?

2002-05-20 Thread Tony Arnold
Glen, > I want to set up my Telnet service in Windows 2000 and when I > inserted the line as the c:\cygwin\bin\bash --login -i as > the shell, I got the following error: I suggest you try the inetd and telnet daemon that is in the inetutils package that is part of Cygwin. Tony. -- Tony Arno

Re: Telnet login using cygwin

2002-05-20 Thread Christopher Faylor
Wrong mailing list. Redirected. On Mon, May 20, 2002 at 05:09:49PM +0200, Glen Verran wrote: >Hi there > >I want to set up my Telnet service in Windows 2000 and when I inserted the >line as the >c:\cygwin\bin\bash --login -i as the shell, I got the following error: > >10 [main] bash 1720 dtable

Re: telnet cannot see mount drive - another method

2002-01-13 Thread Ryan Winter
wn in Cygwin. 755 > shown in Unix. > > UserA can delete FileOne in Cygwin. Thus I think the > ownership is mapped between w2k and Unix correctly. > > What's wrong with the "mode" ? Did it related to > "mapping leak" ? > How to shown 755 in Cygwin w

Re: telnet cannot see mount drive - another method

2002-01-11 Thread Corinna Vinschen
On Fri, Jan 11, 2002 at 06:36:22AM +, Tiffany Chan wrote: > I have try another method to "cd" to another server > rather than using "mount" or "net use". > In my case, I want to get/put files from w2k advanced > server to/from HP-Unix Server. > > ---

Re: telnet cannot see mount drive

2002-01-10 Thread David Starks-Browning
On Thursday 10 Jan 02, Corinna Vinschen writes: > On Thu, Jan 10, 2002 at 01:07:35PM +, David Starks-Browning wrote: > > On Thursday 10 Jan 02, Corinna Vinschen writes: > > > Did you see my previous mail related to using network drives > > > in ssh sessions, David? That's the crucial stuff. >

Re: telnet cannot see mount drive

2002-01-10 Thread Robert Praetorius
I have a crude, tacky workaround for this that I've been using with the AT command since the NT 3.51 days. It fits much better with cron than with telnet (although perhaps something could be hacked up for telnet, too). Anyway, I have a little .BAT file in my Startup folder* that (im

Re: telnet cannot see mount drive

2002-01-10 Thread Corinna Vinschen
On Thu, Jan 10, 2002 at 01:07:35PM +, David Starks-Browning wrote: > On Thursday 10 Jan 02, Corinna Vinschen writes: > > Did you see my previous mail related to using network drives > > in ssh sessions, David? That's the crucial stuff. > > Probably, but I may have to dig around my archives.

Re: telnet cannot see mount drive

2002-01-10 Thread David Starks-Browning
On Thursday 10 Jan 02, Corinna Vinschen writes: > Did you see my previous mail related to using network drives > in ssh sessions, David? That's the crucial stuff. Probably, but I may have to dig around my archives. I'll let you know if I can't find it. David -- Unsubscribe info: http://

Re: telnet cannot see mount drive

2002-01-10 Thread Corinna Vinschen
On Thu, Jan 10, 2002 at 12:52:57PM +, David Starks-Browning wrote: > On Thursday 10 Jan 02, Corinna Vinschen writes: > > Workaround: Create a new drive mapping *inside* your telnet session > > using another drive letter: > > > > net use J: > > > > But *DON'T FORGET* to release the

Re: telnet cannot see mount drive

2002-01-10 Thread David Starks-Browning
On Thursday 10 Jan 02, Corinna Vinschen writes: > Workaround: Create a new drive mapping *inside* your telnet session > using another drive letter: > > net use J: > > But *DON'T FORGET* to release the drive mapping before logging > out that very telnet session. Otherwise this drive le

Re: telnet cannot see mount drive

2002-01-10 Thread Corinna Vinschen
On Thu, Jan 10, 2002 at 09:59:16AM +, Tiffany Chan wrote: > I mapped network drive (h:) in network neighboornood > in w2k SP2 advanced server. The network drive (h:) can > be accessed in both w2k "My computer" , w2k command > line "cd" and also in shortcut of Cygwin in w2k > desktop. > > But

RE: telnet installation problems

2001-12-10 Thread Wityk, Michael
got the telnet!!! thx. I'll be reviewing the xhost stuff. have a good one and many thx. Mike -Original Message- From: Peter Buckley [mailto:[EMAIL PROTECTED]] Sent: Monday, December 10, 2001 4:58 PM To: Wityk, Michael Cc: '[EMAIL PROTECTED]' Subject: Re: telnet instal

Re: telnet installation problems

2001-12-10 Thread Peter Buckley
isplay on your Cygwin/XFree86 > screen. > 8. Launch other remote clients in the same manner; I recommend starting the > remote clients in the > background, by appending & to the command name, so that you don't have to > open several telnet > sessions. > > -Or

RE: telnet installation problems

2001-12-10 Thread Wityk, Michael
our Cygwin/XFree86 screen. 8. Launch other remote clients in the same manner; I recommend starting the remote clients in the background, by appending & to the command name, so that you don't have to open several telnet sessions. -Original Message- From: Wityk, Michael Sent: Monday, D

RE: telnet installation problems

2001-12-10 Thread Wityk, Michael
01 4:24 PM To: Wityk, Michael Cc: '[EMAIL PROTECTED]' Subject: Re: telnet installation problems comments inline Wityk, Michael wrote: > I've installed most of the Cygwin on Win2k. > > I can't seem to complete the "cygwin telnet" install. > > Which module

Re: telnet installation problems

2001-12-10 Thread Peter Buckley
comments inline Wityk, Michael wrote: > I've installed most of the Cygwin on Win2k. > > I can't seem to complete the "cygwin telnet" install. > > Which module is missing? > Which modules did you download and install? You can access this information in the setup.log, or maybe you remember t