public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
* [krk@cygnus.com: [Fwd: Cygnus And Windows 2000 ?]]
@ 2000-08-23  8:03 Chris Faylor
  2000-08-23 19:19 ` Gregory Walker
  0 siblings, 1 reply; 5+ messages in thread
From: Chris Faylor @ 2000-08-23  8:03 UTC (permalink / raw)
  To: cygwin

Someone want to help this guy?

cgf

----- Forwarded message from Kim Knuttila <krk@cygnus.com> -----

From: Kim Knuttila <krk@cygnus.com>
To: cgf@cygnus.com
Subject: [Fwd: Cygnus And Windows 2000 ?]
Date: Wed, 23 Aug 2000 06:44:04 -0700
Reply-To: krk@redhat.com
Organization: Cygnus Solutions, A Red Hat Company

FYI.

-------- Original Message --------
Subject: Cygnus And Windows 2000 ?
Date: Wed, 23 Aug 2000 14:38:11 +0200
From: philippe gerard <philippe.gerard@inria.fr>
Organization: Inria
To: webmaster@cygnus.com

Dear sirs,

I tried to install cygwin with windows 2000. The installation procedure
has no problem but the application is not working properly:
When I click on the Cygwin icon , the only thing I get is a really brief
black window where I don't have the time to read the content.

Sincerely
Philippe

----- End forwarded message -----

--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com

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

* Re: [Fwd: Cygnus And Windows 2000 ?]]
  2000-08-23  8:03 [krk@cygnus.com: [Fwd: Cygnus And Windows 2000 ?]] Chris Faylor
@ 2000-08-23 19:19 ` Gregory Walker
  0 siblings, 0 replies; 5+ messages in thread
From: Gregory Walker @ 2000-08-23 19:19 UTC (permalink / raw)
  To: philippe gerard; +Cc: cygwin

At 11:02 AM 8/23/00 -0400, you wrote:
 >I tried to install cygwin with windows 2000. The installation procedure
 >has no problem but the application is not working properly:
 >When I click on the Cygwin icon , the only thing I get is a really brief
 >black window where I don't have the time to read the content.

This started happening to me on a Win98 system where CygWin had
been working perfectly before!! I found the problem by editing
the cygwin.bat to remove "@echo off" from the beginning and then
manually running it from a plain MSDOS command window to see what
broke.

The problem was that installing a windows program had put the line
   SET PATH=%PATH%;"C:PROGRAM FILES\SOMEPROGRAM"
into the autoexec.bat file.
Well, now the PATH variable has a blank in it and when cygwin.bat
tries to modify its value the SET command fails. The fix is to
put double-quotes around the entire string that on the right-hand
side of the equals where cygwin.bat modifies PATH, as in:
   SET PATH="c:\cygwin\bin;c:\cygwin\usr\local\bin;%PATH%"

Hope this helps.

Gregory Walker         gwalker@jump.net




--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com

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

* RE: [krk@cygnus.com: [Fwd: Cygnus And Windows 2000 ?]]
@ 2000-08-23 18:33 Neil Lunn
  0 siblings, 0 replies; 5+ messages in thread
From: Neil Lunn @ 2000-08-23 18:33 UTC (permalink / raw)
  To: cygwin; +Cc: philippe.gerard

>More information is needed...especially how this program was installed.

Agreed, I've only ever seem this with the old install (non-GUI). Everyone 
should be using the new install now. I haven't checked, but is the old setup 
still on the ftp site?


Neil


________________________________________________________________________
Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com


--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com

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

* RE: [krk@cygnus.com: [Fwd: Cygnus And Windows 2000 ?]]
@ 2000-08-23 14:17 Heribert Dahms
  0 siblings, 0 replies; 5+ messages in thread
From: Heribert Dahms @ 2000-08-23 14:17 UTC (permalink / raw)
  To: cygwin; +Cc: 'philippe.gerard@inria.fr'

Hi Philippe,

if this icon is pointing to cygwin.bat, try inserting a "pause".

Bye, Heribert (heribert_dahms@icon-gmbh.de)

> -----Original Message-----
> From:	Chris Faylor [SMTP:cgf@cygnus.com]
> Sent:	Wednesday, August 23, 2000 17:03
> To:	cygwin@sources.redhat.com
> Subject:	[krk@cygnus.com: [Fwd: Cygnus And Windows 2000 ?]]
> 
> Someone want to help this guy?
> 
> cgf
> 
> ----- Forwarded message from Kim Knuttila <krk@cygnus.com> -----
> 
> From: Kim Knuttila <krk@cygnus.com>
> To: cgf@cygnus.com
> Subject: [Fwd: Cygnus And Windows 2000 ?]
> Date: Wed, 23 Aug 2000 06:44:04 -0700
> Reply-To: krk@redhat.com
> Organization: Cygnus Solutions, A Red Hat Company
> 
> FYI.
> 
> -------- Original Message --------
> Subject: Cygnus And Windows 2000 ?
> Date: Wed, 23 Aug 2000 14:38:11 +0200
> From: philippe gerard <philippe.gerard@inria.fr>
> Organization: Inria
> To: webmaster@cygnus.com
> 
> Dear sirs,
> 
> I tried to install cygwin with windows 2000. The installation
> procedure
> has no problem but the application is not working properly:
> When I click on the Cygwin icon , the only thing I get is a really
> brief
> black window where I don't have the time to read the content.
> 
> Sincerely
> Philippe
> 
> ----- End forwarded message -----
> 
> --
> Want to unsubscribe from this list?
> Send a message to cygwin-unsubscribe@sourceware.cygnus.com

--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com

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

* RE: [krk@cygnus.com: [Fwd: Cygnus And Windows 2000 ?]]
@ 2000-08-23  9:11 Aaron Wood
  0 siblings, 0 replies; 5+ messages in thread
From: Aaron Wood @ 2000-08-23  9:11 UTC (permalink / raw)
  To: 'Chris Faylor', cygwin; +Cc: 'philippe.gerard@inria.fr'

Chris,

This is too vague of a question to answer.  Is he using Server or
Professional?  If he's using server is it a Domain controller?  Is it a
Terminal Server.  If it's a terminal server, is the TS in Application mode
or in Remote Administration mode.  Is this the French version of Win2k?  The
US? The U.K. version?

More information is needed...especially how this program was installed.


I just installed the latest version from a Terminal Server Client (a major
no-no when installing programs) on a standard (US) WIN2K Server in Remote
Administration mode and it works great!  I installed the program from...

http://sources.redhat.com/cygwin/setup.exe


Cheers!


Aaron Wood
Systems Engineer
Safeharbor.com
http://www.safeharbor.com



-----Original Message-----
From: Chris Faylor [ mailto:cgf@cygnus.com ]
Sent: Wednesday, August 23, 2000 8:03 AM
To: cygwin@sources.redhat.com
Subject: [krk@cygnus.com: [Fwd: Cygnus And Windows 2000 ?]]


Someone want to help this guy?

cgf

----- Forwarded message from Kim Knuttila <krk@cygnus.com> -----

From: Kim Knuttila <krk@cygnus.com>
To: cgf@cygnus.com
Subject: [Fwd: Cygnus And Windows 2000 ?]
Date: Wed, 23 Aug 2000 06:44:04 -0700
Reply-To: krk@redhat.com
Organization: Cygnus Solutions, A Red Hat Company

FYI.

-------- Original Message --------
Subject: Cygnus And Windows 2000 ?
Date: Wed, 23 Aug 2000 14:38:11 +0200
From: philippe gerard <philippe.gerard@inria.fr>
Organization: Inria
To: webmaster@cygnus.com

Dear sirs,

I tried to install cygwin with windows 2000. The installation procedure
has no problem but the application is not working properly:
When I click on the Cygwin icon , the only thing I get is a really brief
black window where I don't have the time to read the content.

Sincerely
Philippe

----- End forwarded message -----

--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com

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

end of thread, other threads:[~2000-08-23 19:19 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2000-08-23  8:03 [krk@cygnus.com: [Fwd: Cygnus And Windows 2000 ?]] Chris Faylor
2000-08-23 19:19 ` Gregory Walker
2000-08-23  9:11 [krk@cygnus.com: " Aaron Wood
2000-08-23 14:17 Heribert Dahms
2000-08-23 18:33 Neil Lunn

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