public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
* setup.exe
@ 2001-08-28  0:00 Goren Il
  2001-08-28  4:58 ` setup.exe Gerrit P. Haase
  0 siblings, 1 reply; 14+ messages in thread
From: Goren Il @ 2001-08-28  0:00 UTC (permalink / raw)
  To: cygwin

Where can I load the sources of the setup.exe program? I would like to
compile it myself.
I tried using wincvs (with ":pserver:anoncvs@anoncvs.cygnus.com:/cvs/src")
but I got "connection refused".
Thank you

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: setup.exe
  2001-08-28  0:00 setup.exe Goren Il
@ 2001-08-28  4:58 ` Gerrit P. Haase
  2001-08-28  5:34   ` setup.exe Goren Il
  0 siblings, 1 reply; 14+ messages in thread
From: Gerrit P. Haase @ 2001-08-28  4:58 UTC (permalink / raw)
  To: Goren Il, cygwin

> Goren Il schrieb am 2001-08-28 10:00:

>Where can I load the sources of the setup.exe program? I would like to
>compile it myself.
>I tried using wincvs (with ":pserver:anoncvs@anoncvs.cygnus.com:/cvs/src")
>but I got "connection refused".
>Thank you

Look at the docs of wincvs how to use it and look at cygwin website:
http://www.cygwin.com/cvs.html
how to access cygwin-cvs, where to find the source...

Gerrit

-- 
=^..^=

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: setup.exe
  2001-08-28  4:58 ` setup.exe Gerrit P. Haase
@ 2001-08-28  5:34   ` Goren Il
  2001-08-28  6:35     ` cvs connection refused (was: Re: setup.exe) Gerrit P. Haase
  0 siblings, 1 reply; 14+ messages in thread
From: Goren Il @ 2001-08-28  5:34 UTC (permalink / raw)
  To: freeweb; +Cc: cygwin

I tried accessing the CVS site, both using WinCvs (1.2) and by activating
"cvs"  from "bash" (both from the cygwin package).
In both cases I got "connection refused" after entering the password
(anoncvs). I used the information in the site that you mention. (server and
password).

1. What am I doing wrong?
2. Within the CVS tree - where is the "setup" program located?

Thanks you

----- Original Message -----
From: "Gerrit P. Haase" <freeweb@nyckelpiga.de>
To: "Goren Il" <gorenil@hotmail.com>; <cygwin@cygwin.com>
Sent: Tuesday, August 28, 2001 1:53 PM
Subject: Re: setup.exe


> > Goren Il schrieb am 2001-08-28 10:00:
>
> >Where can I load the sources of the setup.exe program? I would like to
> >compile it myself.
> >I tried using wincvs (with
":pserver:anoncvs@anoncvs.cygnus.com:/cvs/src")
> >but I got "connection refused".
> >Thank you
>
> Look at the docs of wincvs how to use it and look at cygwin website:
> http://www.cygwin.com/cvs.html
> how to access cygwin-cvs, where to find the source...
>
> Gerrit
>
> --
> =^..^=
>
> --
> Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
> Bug reporting:         http://cygwin.com/bugs.html
> Documentation:         http://cygwin.com/docs.html
> FAQ:                   http://cygwin.com/faq/
>
>

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

^ permalink raw reply	[flat|nested] 14+ messages in thread

* cvs connection refused (was: Re: setup.exe)
  2001-08-28  5:34   ` setup.exe Goren Il
@ 2001-08-28  6:35     ` Gerrit P. Haase
  2001-08-28  6:45       ` Goren Il
  0 siblings, 1 reply; 14+ messages in thread
From: Gerrit P. Haase @ 2001-08-28  6:35 UTC (permalink / raw)
  To: Goren Il; +Cc: cygwin

> Goren Il schrieb am 2001-08-28 15:34:

>I tried accessing the CVS site, both using WinCvs (1.2) and by activating
>"cvs"  from "bash" (both from the cygwin package). In both cases I got
>"connection refused" after entering the password (anoncvs). I used the
>information in the site that you mention. (server and password).
>
>1. What am I doing wrong?

Wrong cvs call?
Is your CVSROOT in cygwin set to another root?
Try: $ echo $CVSROOT
Anyway, override it with -d:
$ cvs -d :pserver:anoncvs@anoncvs.cygnus.com:/cvs/src login
(Logging in to anoncvs@anoncvs.cygnus.com)
CVS password: anoncvs

Thats it.

>2. Within the CVS tree - where is the "setup" program located?

$ cvs checkout winsup

>Thanks you

Gerrit

-- 
FQ trashed.
-- 
=^..^=

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: cvs connection refused (was: Re: setup.exe)
  2001-08-28  6:35     ` cvs connection refused (was: Re: setup.exe) Gerrit P. Haase
@ 2001-08-28  6:45       ` Goren Il
  2001-08-28  8:39         ` Gerrit P. Haase
  0 siblings, 1 reply; 14+ messages in thread
From: Goren Il @ 2001-08-28  6:45 UTC (permalink / raw)
  To: freeweb; +Cc: cygwin

Here is the session:

$ cvs -d :pserver:anoncvs@anoncvs.cygnus.com:/cvs/src login
(Logging in to anoncvs@anoncvs.cygnus.com)
CVS password:
cvs [login aborted]: connect to anoncvs.cygnus.com:2401 failed: Connection
refused

(I entered anoncvs as the password)

Should I install / define something else?

Thanks

----- Original Message -----
From: "Gerrit P. Haase" <freeweb@nyckelpiga.de>
To: "Goren Il" <gorenil@hotmail.com>
Cc: <cygwin@cygwin.com>
Sent: Tuesday, August 28, 2001 3:30 PM
Subject: cvs connection refused (was: Re: setup.exe)


> > Goren Il schrieb am 2001-08-28 15:34:
>
> >I tried accessing the CVS site, both using WinCvs (1.2) and by activating
> >"cvs"  from "bash" (both from the cygwin package). In both cases I got
> >"connection refused" after entering the password (anoncvs). I used the
> >information in the site that you mention. (server and password).
> >
> >1. What am I doing wrong?
>
> Wrong cvs call?
> Is your CVSROOT in cygwin set to another root?
> Try: $ echo $CVSROOT
> Anyway, override it with -d:
> $ cvs -d :pserver:anoncvs@anoncvs.cygnus.com:/cvs/src login
> (Logging in to anoncvs@anoncvs.cygnus.com)
> CVS password: anoncvs
>
> Thats it.
>
> >2. Within the CVS tree - where is the "setup" program located?
>
> $ cvs checkout winsup
>
> >Thanks you
>
> Gerrit
>
> --
> FQ trashed.
> --
> =^..^=
>

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: cvs connection refused (was: Re: setup.exe)
  2001-08-28  6:45       ` Goren Il
@ 2001-08-28  8:39         ` Gerrit P. Haase
  2001-08-28 11:02           ` Goren Il
  0 siblings, 1 reply; 14+ messages in thread
From: Gerrit P. Haase @ 2001-08-28  8:39 UTC (permalink / raw)
  To: Goren Il, cygwin

> Goren Il schrieb am 2001-08-28 16:45:

>Here is the session:
>
>$ cvs -d :pserver:anoncvs@anoncvs.cygnus.com:/cvs/src login
>(Logging in to anoncvs@anoncvs.cygnus.com)
>CVS password:
>cvs [login aborted]: connect to anoncvs.cygnus.com:2401 failed: Connection
>refused
>
>(I entered anoncvs as the password)
>
>Should I install / define something else?

I think, there are runtime dependencies for cvs besides cygwin. 
That are zlib and of course ash & bash if you want to run it from the 
commandline.

But since it fails too with wincvs, i don't know any more to say.

>> > Goren Il schrieb am 2001-08-28 15:34:
>>
>> >I tried accessing the CVS site, both using WinCvs (1.2) and by activating
>> >"cvs"  from "bash" (both from the cygwin package). In both cases I got
>> >"connection refused" after entering the password (anoncvs). I used the
>> >information in the site that you mention. (server and password).
>> >
>> >1. What am I doing wrong?
>>
>> Wrong cvs call?
>> Is your CVSROOT in cygwin set to another root?
>> Try: $ echo $CVSROOT
>> Anyway, override it with -d:
>> $ cvs -d :pserver:anoncvs@anoncvs.cygnus.com:/cvs/src login
>> (Logging in to anoncvs@anoncvs.cygnus.com)
>> CVS password: anoncvs
>>
>> Thats it.
>>
>> >2. Within the CVS tree - where is the "setup" program located?
>>
>> $ cvs checkout winsup
>>
>> >Thanks you
>>

Gerrit

-- 
=^..^=

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: cvs connection refused (was: Re: setup.exe)
  2001-08-28  8:39         ` Gerrit P. Haase
@ 2001-08-28 11:02           ` Goren Il
  2001-08-28 13:44             ` Gerrit P. Haase
  0 siblings, 1 reply; 14+ messages in thread
From: Goren Il @ 2001-08-28 11:02 UTC (permalink / raw)
  To: freeweb; +Cc: cygwin

Gerrit - can you please try it as well, and see if it works for you?
The cvs manager - are there any restrictions about the computers that might
connect, or is there any change in the "anoncvs" password?
Thanks
----- Original Message -----
From: "Gerrit P. Haase" <freeweb@nyckelpiga.de>
To: "Goren Il" <gorenil@hotmail.com>; <cygwin@cygwin.com>
Sent: Tuesday, August 28, 2001 5:34 PM
Subject: Re: cvs connection refused (was: Re: setup.exe)


> > Goren Il schrieb am 2001-08-28 16:45:
>
> >Here is the session:
> >
> >$ cvs -d :pserver:anoncvs@anoncvs.cygnus.com:/cvs/src login
> >(Logging in to anoncvs@anoncvs.cygnus.com)
> >CVS password:
> >cvs [login aborted]: connect to anoncvs.cygnus.com:2401 failed:
Connection
> >refused
> >
> >(I entered anoncvs as the password)
> >
> >Should I install / define something else?
>
> I think, there are runtime dependencies for cvs besides cygwin.
> That are zlib and of course ash & bash if you want to run it from the
> commandline.
>
> But since it fails too with wincvs, i don't know any more to say.
>
> >> > Goren Il schrieb am 2001-08-28 15:34:
> >>
> >> >I tried accessing the CVS site, both using WinCvs (1.2) and by
activating
> >> >"cvs"  from "bash" (both from the cygwin package). In both cases I got
> >> >"connection refused" after entering the password (anoncvs). I used the
> >> >information in the site that you mention. (server and password).
> >> >
> >> >1. What am I doing wrong?
> >>
> >> Wrong cvs call?
> >> Is your CVSROOT in cygwin set to another root?
> >> Try: $ echo $CVSROOT
> >> Anyway, override it with -d:
> >> $ cvs -d :pserver:anoncvs@anoncvs.cygnus.com:/cvs/src login
> >> (Logging in to anoncvs@anoncvs.cygnus.com)
> >> CVS password: anoncvs
> >>
> >> Thats it.
> >>
> >> >2. Within the CVS tree - where is the "setup" program located?
> >>
> >> $ cvs checkout winsup
> >>
> >> >Thanks you
> >>
>
> Gerrit
>
> --
> =^..^=
>
> --
> Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
> Bug reporting:         http://cygwin.com/bugs.html
> Documentation:         http://cygwin.com/docs.html
> FAQ:                   http://cygwin.com/faq/
>
>

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: cvs connection refused (was: Re: setup.exe)
  2001-08-28 11:02           ` Goren Il
@ 2001-08-28 13:44             ` Gerrit P. Haase
  2001-08-28 23:34               ` Goren Il
  0 siblings, 1 reply; 14+ messages in thread
From: Gerrit P. Haase @ 2001-08-28 13:44 UTC (permalink / raw)
  To: Goren Il; +Cc: cygwin

Goren Il schrieb am 2001-08-28, 21:02:

>Gerrit - can you please try it as well, and see if it works for you?
>The cvs manager - are there any restrictions about the computers that might
>connect, or is there any change in the "anoncvs" password?

Actually, i fetched an update of cygwin sources today (inspired by you:).
I used the commandline client from rxvt terminal.
I didn't try to use wincvs.

Gerrit



-- 
=^..^=

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: cvs connection refused (was: Re: setup.exe)
  2001-08-28 13:44             ` Gerrit P. Haase
@ 2001-08-28 23:34               ` Goren Il
  2001-08-29  0:01                 ` Gerrit P. Haase
  2001-08-29  4:07                 ` Gerrit P. Haase
  0 siblings, 2 replies; 14+ messages in thread
From: Goren Il @ 2001-08-28 23:34 UTC (permalink / raw)
  To: gp; +Cc: cygwin

I tried the same (even running cvs from rxvt!) - still I get "connection
refused".

Is there any restriction on the connecting computer?

Should I define something on my Win2K machine (enable SSH, configure it
somehow, etc.)?

Gerrit - as you managed to connect - can you please send me a tarball of the
sources, to save me time?

Thanks

----- Original Message -----
From: "Gerrit P. Haase" <gp@familiehaase.de>
To: "Goren Il" <gorenil@hotmail.com>
Cc: <cygwin@cygwin.com>
Sent: Tuesday, August 28, 2001 10:15 PM
Subject: Re: cvs connection refused (was: Re: setup.exe)


> Goren Il schrieb am 2001-08-28, 21:02:
>
> >Gerrit - can you please try it as well, and see if it works for you?
> >The cvs manager - are there any restrictions about the computers that
might
> >connect, or is there any change in the "anoncvs" password?
>
> Actually, i fetched an update of cygwin sources today (inspired by you:).
> I used the commandline client from rxvt terminal.
> I didn't try to use wincvs.
>
> Gerrit
>
>
>
> --
> =^..^=
>

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: cvs connection refused (was: Re: setup.exe)
  2001-08-28 23:34               ` Goren Il
@ 2001-08-29  0:01                 ` Gerrit P. Haase
  2001-08-29  4:07                 ` Gerrit P. Haase
  1 sibling, 0 replies; 14+ messages in thread
From: Gerrit P. Haase @ 2001-08-29  0:01 UTC (permalink / raw)
  To: Goren Il; +Cc: cygwin

Goren Il schrieb am 2001-08-29, 9:35:

>I tried the same (even running cvs from rxvt!) - still I get "connection
>refused".
>
>Is there any restriction on the connecting computer?
>
>Should I define something on my Win2K machine (enable SSH, configure it
>somehow, etc.)?
>
>Gerrit - as you managed to connect - can you please send me a tarball of the
>sources, to save me time?

The cygwin-sources?
They are at the mirrors:
ftp://planetmirror.com/pub/cygwin/snapshots/

To build it you need winsup-src && cygwin-src

IIRC your were looking for setup sources, they are in winsup.

Gerrit


-- 
=^..^=

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: cvs connection refused (was: Re: setup.exe)
  2001-08-28 23:34               ` Goren Il
  2001-08-29  0:01                 ` Gerrit P. Haase
@ 2001-08-29  4:07                 ` Gerrit P. Haase
  2001-08-29  7:13                   ` Goren Il
  1 sibling, 1 reply; 14+ messages in thread
From: Gerrit P. Haase @ 2001-08-29  4:07 UTC (permalink / raw)
  To: Goren Il, cygwin

> Goren Il schrieb am 2001-08-29 9:35:

>I tried the same (even running cvs from rxvt!) - still I get "connection
>refused".

I tried with wincvs. I saw the same behaviour as you described.
I t turns out that i have forgotten to 'login' before updating.
The settings are:
ctrl+F1 -> enter correct CVSROOT: :pserver:anoncvs@anoncvs.cygnus.com:/cvs/src
Select "passwd" file at the server
use version cvs 1.10 (standard)
At first now you need to login: 'Admin' -> 'Login'
enter the password.
Then do a checkout or update.

>Is there any restriction on the connecting computer?

No.

>Should I define something on my Win2K machine (enable SSH, configure it
>somehow, etc.)?

No.

Gerrit

-- 
=^..^=

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: cvs connection refused (was: Re: setup.exe)
  2001-08-29  4:07                 ` Gerrit P. Haase
@ 2001-08-29  7:13                   ` Goren Il
  2001-08-29  7:52                     ` Gerrit P. Haase
  0 siblings, 1 reply; 14+ messages in thread
From: Goren Il @ 2001-08-29  7:13 UTC (permalink / raw)
  To: freeweb; +Cc: cygwin

Sorry - same effect (connection refused after the login).
Does anybody have any clue what the problem might be?

----- Original Message -----
From: "Gerrit P. Haase" <freeweb@nyckelpiga.de>
To: "Goren Il" <gorenil@hotmail.com>; <cygwin@cygwin.com>
Sent: Wednesday, August 29, 2001 1:01 PM
Subject: Re: cvs connection refused (was: Re: setup.exe)


> > Goren Il schrieb am 2001-08-29 9:35:
>
> >I tried the same (even running cvs from rxvt!) - still I get "connection
> >refused".
>
> I tried with wincvs. I saw the same behaviour as you described.
> I t turns out that i have forgotten to 'login' before updating.
> The settings are:
> ctrl+F1 -> enter correct CVSROOT:
:pserver:anoncvs@anoncvs.cygnus.com:/cvs/src
> Select "passwd" file at the server
> use version cvs 1.10 (standard)
> At first now you need to login: 'Admin' -> 'Login'
> enter the password.
> Then do a checkout or update.
>
> >Is there any restriction on the connecting computer?
>
> No.
>
> >Should I define something on my Win2K machine (enable SSH, configure it
> >somehow, etc.)?
>
> No.
>
> Gerrit
>
> --
> =^..^=
>
> --
> Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
> Bug reporting:         http://cygwin.com/bugs.html
> Documentation:         http://cygwin.com/docs.html
> FAQ:                   http://cygwin.com/faq/
>
>

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: cvs connection refused (was: Re: setup.exe)
  2001-08-29  7:13                   ` Goren Il
@ 2001-08-29  7:52                     ` Gerrit P. Haase
  0 siblings, 0 replies; 14+ messages in thread
From: Gerrit P. Haase @ 2001-08-29  7:52 UTC (permalink / raw)
  To: cygwin

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain, Size: 711 bytes --]

> Goren Il schrieb am 2001-08-29 17:13:

>n:             	<freeweb@nyckelpiga.de>
>Durchschläge an:	<cygwin@cygwin.com>
>Betreff:        	Re: cvs connection refused (was: Re: setup.exe)
>Datum:   	Wed, 29 Aug 2001 17:13:40 +0200
                       ^^^^^^^^^^^^^^^^^^
You live in the future...
Don't know if that causes problems, but...

>Sorry - same effect (connection refused after the login).
>Does anybody have any clue what the problem might be?

Gerrit


-- 
gerrit.haase@convey.de

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

^ permalink raw reply	[flat|nested] 14+ messages in thread

* RE: cvs connection refused (was: Re: setup.exe)
@ 2001-08-29  7:25 Troy Noble
  0 siblings, 0 replies; 14+ messages in thread
From: Troy Noble @ 2001-08-29  7:25 UTC (permalink / raw)
  To: 'Goren Il', freeweb; +Cc: cygwin

Just a shot in the dark... are you sure you are using
the cygwin contributed cvs and not the win32 native
version of cvs?  I've sometimes had troubles using the native
win32 version (which comes with WinCVS BTW).
Maybe you need to check your PATH to see if you're picking
up the wrong cvs.exe?

bash% type cvs
cvs is /bin/cvs
.../src$ cygcheck -v cvs
Found: c:\cygwin\bin\cvs.exe
c:\cygwin\bin\cvs.exe - os=4.0 img=1.0 sys=4.0
  c:\cygwin\bin\cygwin1.dll - os=4.0 img=1.0 sys=4.0
    "cygwin1.dll" v0.0 ts=2001/7/18 6:10
    C:\WINNT\System32\KERNEL32.dll - os=5.0 img=5.0 sys=4.0
      "KERNEL32.dll" v0.0 ts=2000/11/21 22:50
      C:\WINNT\System32\NTDLL.DLL - os=5.0 img=5.0 sys=4.0
        "ntdll.dll" v0.0 ts=2000/11/21 23:32
  c:\cygwin\bin\cyggdbm.dll - os=4.0 img=1.0 sys=4.0
    "cyggdbm.dll" v0.0 ts=2000/10/22 20:26
    c:\cygwin\bin\cygwin1.dll (already done)
    C:\WINNT\System32\KERNEL32.dll (already done)
  C:\WINNT\System32\KERNEL32.dll (already done)

Also, are you behind a firewall by chance?  Maybe they
haven't opened the port.  Or if you were able to get
there in the past, maybe someone at your site closed
down the port recently?  The port# appears to be 2401,
when I'm running "cvs update winsup" I see:

  TCP    x.x.x.x:1067     209.249.29.67:2401     ESTABLISHED

Troy

-----Original Message-----
From: Goren Il [ mailto:gorenil@hotmail.com ]
Sent: Wednesday, August 29, 2001 9:14 AM
To: freeweb@nyckelpiga.de
Cc: cygwin@cygwin.com
Subject: Re: cvs connection refused (was: Re: setup.exe)


Sorry - same effect (connection refused after the login).
Does anybody have any clue what the problem might be?

----- Original Message -----
From: "Gerrit P. Haase" <freeweb@nyckelpiga.de>
To: "Goren Il" <gorenil@hotmail.com>; <cygwin@cygwin.com>
Sent: Wednesday, August 29, 2001 1:01 PM
Subject: Re: cvs connection refused (was: Re: setup.exe)


> > Goren Il schrieb am 2001-08-29 9:35:
>
> >I tried the same (even running cvs from rxvt!) - still I get "connection
> >refused".
>
> I tried with wincvs. I saw the same behaviour as you described.
> I t turns out that i have forgotten to 'login' before updating.
> The settings are:
> ctrl+F1 -> enter correct CVSROOT:
:pserver:anoncvs@anoncvs.cygnus.com:/cvs/src
> Select "passwd" file at the server
> use version cvs 1.10 (standard)
> At first now you need to login: 'Admin' -> 'Login'
> enter the password.
> Then do a checkout or update.
>
> >Is there any restriction on the connecting computer?
>
> No.
>
> >Should I define something on my Win2K machine (enable SSH, configure it
> >somehow, etc.)?
>
> No.
>
> Gerrit
>
> --
> =^..^=
>
> --
> Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
> Bug reporting:         http://cygwin.com/bugs.html
> Documentation:         http://cygwin.com/docs.html
> FAQ:                   http://cygwin.com/faq/
>
>

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

^ permalink raw reply	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2001-08-29  7:52 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-08-28  0:00 setup.exe Goren Il
2001-08-28  4:58 ` setup.exe Gerrit P. Haase
2001-08-28  5:34   ` setup.exe Goren Il
2001-08-28  6:35     ` cvs connection refused (was: Re: setup.exe) Gerrit P. Haase
2001-08-28  6:45       ` Goren Il
2001-08-28  8:39         ` Gerrit P. Haase
2001-08-28 11:02           ` Goren Il
2001-08-28 13:44             ` Gerrit P. Haase
2001-08-28 23:34               ` Goren Il
2001-08-29  0:01                 ` Gerrit P. Haase
2001-08-29  4:07                 ` Gerrit P. Haase
2001-08-29  7:13                   ` Goren Il
2001-08-29  7:52                     ` Gerrit P. Haase
2001-08-29  7:25 Troy Noble

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).