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: 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).