public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
* Installation problems
@ 2003-09-02  1:13 Hoyt Bailey
  2003-09-02  1:37 ` Larry Hall
  2003-09-02  1:50 ` Igor Pechtchanski
  0 siblings, 2 replies; 35+ messages in thread
From: Hoyt Bailey @ 2003-09-02  1:13 UTC (permalink / raw)
  To: cygwin

I am running Windows XP with 512MB.  I downloaded from the VA mirror and all
seemed to go well no problems.  I downloaded setup.exe and it took over and
installed the rest from the internet.  When completed I clicked on the
Desktop Icon and got the following:
/bin/find: /etc/profile.d: No such file or directory.
Hoyt@blackgold ~
Futher checking showed that /etc/profile does exist and is readable at least
with cat.(/etc/profile.d does not exist).  Other problems discovered ls only
works if you give it a directory ls (dosent) ls /etc (works).  Passwd works
but it changes my login password to Windows. There is no root user and
mkuser doesnt work.  Commands less, more, dir were not recognized.  I dont
think I am in cygwin but I have no idea where I am.
Regards;
hoyt13@wiredok.com



--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

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

* Re: Installation problems
  2003-09-02  1:13 Installation problems Hoyt Bailey
@ 2003-09-02  1:37 ` Larry Hall
  2003-09-02  1:50 ` Igor Pechtchanski
  1 sibling, 0 replies; 35+ messages in thread
From: Larry Hall @ 2003-09-02  1:37 UTC (permalink / raw)
  To: Hoyt Bailey, cygwin

At 09:13 PM 9/1/2003, Hoyt Bailey you wrote:
>I am running Windows XP with 512MB.  I downloaded from the VA mirror and all
>seemed to go well no problems.  I downloaded setup.exe and it took over and
>installed the rest from the internet.  When completed I clicked on the
>Desktop Icon and got the following:
>/bin/find: /etc/profile.d: No such file or directory.
>Hoyt@blackgold ~
>Futher checking showed that /etc/profile does exist and is readable at least
>with cat.(/etc/profile.d does not exist).  Other problems discovered ls only
>works if you give it a directory ls (dosent) ls /etc (works).  Passwd works
>but it changes my login password to Windows. There is no root user and
>mkuser doesnt work.  Commands less, more, dir were not recognized.  I dont
>think I am in cygwin but I have no idea where I am.
>Regards;
>hoyt13@wiredok.com


Sounds like you're having some problems.  See 
<http://cygwin.com/problems.html> for information on data you can provide 
that would help you find the problems.



--
Larry Hall                              http://www.rfk.com
RFK Partners, Inc.                      (508) 893-9779 - RFK Office
838 Washington Street                   (508) 893-9889 - FAX
Holliston, MA 01746                     


--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

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

* Re: Installation problems
  2003-09-02  1:13 Installation problems Hoyt Bailey
  2003-09-02  1:37 ` Larry Hall
@ 2003-09-02  1:50 ` Igor Pechtchanski
  1 sibling, 0 replies; 35+ messages in thread
From: Igor Pechtchanski @ 2003-09-02  1:50 UTC (permalink / raw)
  To: Hoyt Bailey; +Cc: cygwin

On Mon, 1 Sep 2003, Hoyt Bailey wrote:

> I am running Windows XP with 512MB.  I downloaded from the VA mirror and all
> seemed to go well no problems.  I downloaded setup.exe and it took over and
> installed the rest from the internet.  When completed I clicked on the
> Desktop Icon and got the following:
> /bin/find: /etc/profile.d: No such file or directory.
> Hoyt@blackgold ~

Ignore this.  This is simply a warning from the part of /etc/profile
that's supposed to run helper scripts for various applications, which
reside in /etc/profile.d.  This message means that you haven't installed
any applications that use this directory (and thus, this directory didn't
get created).  I've notified the maintainer of the "base-files" package of
this warning.

> Futher checking showed that /etc/profile does exist and is readable at least
> with cat. (/etc/profile.d does not exist).

This just confirms the above.

> Other problems discovered ls only works if you give it a directory ls
> (dosent) ls /etc (works).

This is strange.  Are you running the right "ls"?  What is the exact
message you get when ls doesn't work?  Where are you running "ls" from --
a bash shell, or a Windows command prompt (cmd.exe)?  If from a bash
shell, what is the output of "/bin/pwd; type -a ls; /bin/ls ."?

Also, please (re)read the problem reporting guidelines at
<http://cygwin.com/problems.html>, especially the bit about attaching (as
an uncompressed text *attachment*) the output of "cygcheck -svr".  This
output will contain the information that'll help in diagnosing your
problem.

> Passwd works but it changes my login password to Windows.

As it should.  For more information, "man passwd".

> There is no root user and mkuser doesnt work.

Cygwin has neither a root user nor the mkuser command.  There are multiple
users in Windows with various capabilities that the root user usually has,
the exact one to use depends on why you need to be root.

> Commands less, more, dir were not recognized.

Most likely you didn't install the "less", "more", and "fileutils"
packages.  The cygcheck output mentioned above will either confirm or deny
this.

> I dont
> think I am in cygwin but I have no idea where I am.

Judging by the prompt included above you *are* in a Cygwin bash shell.
Your other problems most likely have reasonably easy solutions, as long as
we have the cygcheck output to tell us the exact configuration of your
system.
	Igor
-- 
				http://cs.nyu.edu/~pechtcha/
      |\      _,,,---,,_		pechtcha@cs.nyu.edu
ZZZzz /,`.-'`'    -.  ;-;;,_		igor@watson.ibm.com
     |,4-  ) )-,_. ,\ (  `'-'		Igor Pechtchanski, Ph.D.
    '---''(_/--'  `-'\_) fL	a.k.a JaguaR-R-R-r-r-r-.-.-.  Meow!

"I have since come to realize that being between your mentor and his route
to the bathroom is a major career booster."  -- Patrick Naughton

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

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

* Re: Installation problems
  2009-06-15  8:31 ` Larry Hall (Cygwin)
@ 2009-06-15  8:47   ` Neanderthelle Jones
  0 siblings, 0 replies; 35+ messages in thread
From: Neanderthelle Jones @ 2009-06-15  8:47 UTC (permalink / raw)
  To: cygwin

On Mon, 15 Jun 2009, Larry Hall (Cygwin) wrote:

> On 06/15/2009, Neanderthelle Jones wrote:
> Looks like it's in 1.7, though you'll have to pull the source to get it.
> 
> <http://cygwin.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/include/bits/?cvsroot=src>

Thanks.

> Oh, sorry.  Forget about my pointer to PTC.  It's clear you feel cheated
> and just want to moan about how this open-source project has wronged you.
> In that case, the proper link is:
> 
> <http://cygwin.com/acronyms/#WJM>

Point taken.  I shouldn't have mentioned my time.  But if it was
impossible to provide the headers on a well-known proprietary
operating system, it is not impossible that it might be thought that
that was well-known.  The remark was hy...  Cygwin is not the only
open s...

--
Elle



--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

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

* Re: Installation problems
  2009-06-15  5:28 Neanderthelle Jones
@ 2009-06-15  8:31 ` Larry Hall (Cygwin)
  2009-06-15  8:47   ` Neanderthelle Jones
  0 siblings, 1 reply; 35+ messages in thread
From: Larry Hall (Cygwin) @ 2009-06-15  8:31 UTC (permalink / raw)
  To: cygwin

On 06/15/2009, Neanderthelle Jones wrote:
> (1) Headers such as <bits/wordsize.h> should be there when gcc &
> Co. are downloaded.  I personally know that Cygwin is 32 bit.  But the
> program build needs to be able to find that out portably, not by a
> Cygwin-specific hack.  It compiles on Linux: why not on Cygwin? 

<snip>

Looks like it's in 1.7, though you'll have to pull the source to get it.

<http://cygwin.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/include/bits/?cvsroot=src>

> If there is some reason they can't be provided, 

If something is missing and you need it, then you're free to submit a
patch <http://cygwin.com/acronyms/#PTC>.  This is an open-source project
after all.

> if Cygwin is necessarily defective in that way, if it is necessary to buy 
> some Microsoft programming language compiler to get them, okay, but why was
> I not told?  Why is there nothing about it on the Cygwin site?  Why do
> I need to spend many hours discovering independently something that in
> that case is well-known to cognoscenti?

Oh, sorry.  Forget about my pointer to PTC.  It's clear you feel cheated
and just want to moan about how this open-source project has wronged you.
In that case, the proper link is:

<http://cygwin.com/acronyms/#WJM>

It's been withheld since there has been a sneaking suspicion for years
that you might need it and we didn't want to deprive you of this opportunity
to complain about it.  But wait, that would make us nice and considerate.
Hm, I guess we can't win on this one...

-- 
Larry Hall                              http://www.rfk.com
RFK Partners, Inc.                      (508) 893-9779 - RFK Office
216 Dalton Rd.                          (508) 893-9889 - FAX
Holliston, MA 01746

_____________________________________________________________________

A: Yes.
 > Q: Are you sure?
 >> A: Because it reverses the logical flow of conversation.
 >>> Q: Why is top posting annoying in email?

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

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

* Installation problems
@ 2009-06-15  5:28 Neanderthelle Jones
  2009-06-15  8:31 ` Larry Hall (Cygwin)
  0 siblings, 1 reply; 35+ messages in thread
From: Neanderthelle Jones @ 2009-06-15  5:28 UTC (permalink / raw)
  To: Cygwin Mailing List

I installed Cygwin including most to the devel stuff on Microsoft
Vista but /usr/include/bits was unpopulated.

I looked for a headers or include package on the Cygwin site without success.

I repeated the process of default + devel with no better success.

I started a download of the entire Cygwin, everything, to make sure of
getting the headers.

But this is a Microsoft operating system, and it froze because I could
not spend hours sitting in front of the computer pressing things.

I woke it up with a brief touch of the power button and the download
panel was there with the green bars doing their dance but doing
nothing else.  The download had not continued after the user interface
controlling part went to sleep.  It froze too, apparently.  The
problematic program goes into freeze even when it is doing a download.
And doesn't restart a download when it "wakes up".

And the download couldn't be restarted by various clicks, bangs,
shouts and cries.

I tried running setup.exe in the hope that it provided a way of giving
the half-completed download a prod, getting it going again.

But the new instance of setup.exe knew nothing about the one that was
running, provided no means of controlling it, could only start a new
download.

The two Cygwin-related problems here:

(1) Headers such as <bits/wordsize.h> should be there when gcc &
Co. are downloaded.  I personally know that Cygwin is 32 bit.  But the
program build needs to be able to find that out portably, not by a
Cygwin-specific hack.  It compiles on Linux: why not on Cygwin?  I
have read elsewhere a message from someone who had the same problem
with <bits/mqueue.h>, whatever that is.

If there is some reason they can't be provided, if Cygwin is
necessarily defective in that way, if it is necessary to buy some
Microsoft programming language compiler to get them, okay, but why was
I not told?  Why is there nothing about it on the Cygwin site?  Why do
I need to spend many hours discovering independently something that in
that case is well-known to cognoscenti?

(2) The setup.exe program can't restart a download when a
non-Cygwin-related problem (or Problem) has unnecessarily stopped it.

--
Elle



--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

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

* Re: Installation problems
  2005-04-15  5:09   ` Brian Dessent
@ 2005-04-15 18:47     ` George Sohos
  0 siblings, 0 replies; 35+ messages in thread
From: George Sohos @ 2005-04-15 18:47 UTC (permalink / raw)
  To: cygwin

Brian Dessent <brian <at> dessent.net> writes:

[...]
> The version number is displayed when you run setup, on the first page of
> the wizard.  But, as long as you are using a recent version you should
> be fine, as setup.exe does not change that often.

2.457.2.2

[...]

> 
> It could be that for some reason the setup.ini that is being downloaded
> in your case is being mangled, perhaps by some proxy server or other
> software that the packets pass through.
> 
> Brian
> 
> 

It's working again. BTW, the setup.log didn't give much information. Just said
that the setup started and ended. The download directories in the path did not
contain a recent setup.ini file. In the end, what worked for me was to change
from Direct connection to Use IE5 settings (but in LAN settings are empty,
and I haven't touched that in a long time). Well, the other thing that was
different was that I ran setup.exe from a cygwin shell and made sure it's the
right one. I(sort of) doubt that this was the issue since all I did was execute
the same thing I was double-clicking on.

I guess, it's also possible that something changed in the repository, I don't
know how to check that.

Thanks for the reply,
George




--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

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

* Re: Installation problems
  2005-04-15  4:41 ` George Sohos
@ 2005-04-15  5:09   ` Brian Dessent
  2005-04-15 18:47     ` George Sohos
  0 siblings, 1 reply; 35+ messages in thread
From: Brian Dessent @ 2005-04-15  5:09 UTC (permalink / raw)
  To: cygwin

George Sohos wrote:

> To answer the questions that where asked in that thread:
> 
> * I downloaded the executable that is attached to the link on
> http://sources.redhat.com/cygwin/setup.exe
> * I do not know what is the version of this executable. There is nothing obvious
> indicating a version in the executable itself. I checked through the dependency
> walker, ran ./setup.exe -version (and all the variants) but nothing was reported
> back. Running strings on it didn't help either.
> 
> The best I can do is tell you the md5 checksum of the file I downloaded:

The version number is displayed when you run setup, on the first page of
the wizard.  But, as long as you are using a recent version you should
be fine, as setup.exe does not change that often.

> > (null) line 1: synatx error, unexpected LT, expecting $end

This means that the setup.ini that setup was trying to read could not be
parsed correctly.  Check the setup.log for any messages, and inspect the
setup.ini that it downloaded (look in the subdirectory corresponding to
the name of the mirror under the "download location".)  A valid
setup.ini normally begins:

# This file is automatically generated.  If you edit it, your
# edits will be discarded next time the file is generated.
# See http://cygwin.com/setup.html for details.
#
setup-timestamp: 1113526806
setup-version: 2.457.2.1

(don't worry about the setup-version string, that just specifies the
minimum setup version that is required to read it.)

It could be that for some reason the setup.ini that is being downloaded
in your case is being mangled, perhaps by some proxy server or other
software that the packets pass through.

Brian

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

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

* Re: Installation problems
  2005-04-15  3:02 George Sohos
@ 2005-04-15  4:41 ` George Sohos
  2005-04-15  5:09   ` Brian Dessent
  0 siblings, 1 reply; 35+ messages in thread
From: George Sohos @ 2005-04-15  4:41 UTC (permalink / raw)
  To: cygwin

George Sohos <sohos <at> sohostech.com> writes:

> 
> Hello all,
> 
> I try to run setup.exe and get the following message regardless of the mirror I
> select:
> 
> (null) line 1: synatx error, unexpected LT, expecting $end
> 
> I haven't seen any recent posts on this matter, but it seems that the last time
> that it happened, someone needed to apply a patch. Can you do it again please?!
> 
> Thanks in advance,
> George
> 
> 


I realize that it is bad manners to replya to your post, but I haven't got the
hang of the gmane web interface, and I only noticed that other people have a
proplem after I posted this.

To answer the questions that where asked in that thread:

* I downloaded the executable that is attached to the link on
http://sources.redhat.com/cygwin/setup.exe
* I do not know what is the version of this executable. There is nothing obvious
indicating a version in the executable itself. I checked through the dependency
walker, ran ./setup.exe -version (and all the variants) but nothing was reported
back. Running strings on it didn't help either.

The best I can do is tell you the md5 checksum of the file I downloaded:

$ md5sum.exe -b setup.exe
5a8fdffbb86feb3389704f25876b3afb *setup.exe

Thanks again,
George



--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

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

* Installation problems
@ 2005-04-15  3:02 George Sohos
  2005-04-15  4:41 ` George Sohos
  0 siblings, 1 reply; 35+ messages in thread
From: George Sohos @ 2005-04-15  3:02 UTC (permalink / raw)
  To: cygwin

Hello all,

I try to run setup.exe and get the following message regardless of the mirror I
select:

(null) line 1: synatx error, unexpected LT, expecting $end

I haven't seen any recent posts on this matter, but it seems that the last time
that it happened, someone needed to apply a patch. Can you do it again please?!

Thanks in advance,
George



--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

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

* Installation problems
@ 2004-06-08 16:56 Chris Carlson
  0 siblings, 0 replies; 35+ messages in thread
From: Chris Carlson @ 2004-06-08 16:56 UTC (permalink / raw)
  To: cygwin

I just thought I'd post a problem I've been having for a while now in
case if someone wants to look into it.

uname -a returns:
CYGWIN_NT-5.0 jackal 1.5.10(0.116/4/2) 2004-05-25 22:07 i686 unknown
unknown Cygwin


I just did an update.  My previous download was last week.  At the time,
I requested "everything" to be installed.  This time I just allowed
"Default".

Both during the initial installation and the current installation, one
of the shell scripts failed with "find.exe" because it couldn't find
cygintl-1.dll.  I copied this file from a previous installation in order
to complete the installation.  My guess is that the new cygwin uses
cygintl-2.dll (which exists) but some of the applications (find.exe and
grep.exe) still expect cygintl-1.dll.

Also, I discovered the following in /var/log/setup.log.full:

2004/06/08 09:36:42 running: C:\cygwin\bin\sh.exe -c
/etc/postinstall/postinstall-lilypond.sh
rm: too few arguments
Try `rm --help' for more information.




Chris Carlson
iStor Networks, Inc.


--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

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

* RE: Installation problems
  2003-09-02 11:49 Hoyt Bailey
@ 2003-09-02 14:23 ` Igor Pechtchanski
  0 siblings, 0 replies; 35+ messages in thread
From: Igor Pechtchanski @ 2003-09-02 14:23 UTC (permalink / raw)
  To: Hoyt Bailey; +Cc: cygwin

On Tue, 2 Sep 2003, Hoyt Bailey wrote:

> RE ls: When it dosent work: No message -nothing at all. Except a line feed.
> ls is involked as follows: ls <enter>

FWICS, "ls" works as designed.  You're in an "empty" directory, so you get
no output.

> ( I expected the system to tell me where I was [anyway a clue]).

That's what "pwd" is for.

> Also dir <enter> (for the same reason).

See above.

> Typing -a ls /bin/ls : results in Error msg command -a not found.

That was "type -a ls; /bin/ls" (literally).  But the above already
answered that -- ls *did* work, evern when you thought it didn't.

> ls -a <enter>:[ . .. .bash.profile .bashrc .inputrc cygcheck.out].

Ok, so it works -- see?  BTW, now that you have "cygcheck.out" in your
home directory, you should see it using plain "ls".

> Any other requests for info will be complied with to the best of my ability.
> Regards;
> Hoyt

So, the "ls" problem is a non-issue, I guess.  The cygcheck output
confirms that you don't have "less" and "more" installed - install these
packages if you want to use those commands.
	Igor
-- 
				http://cs.nyu.edu/~pechtcha/
      |\      _,,,---,,_		pechtcha@cs.nyu.edu
ZZZzz /,`.-'`'    -.  ;-;;,_		igor@watson.ibm.com
     |,4-  ) )-,_. ,\ (  `'-'		Igor Pechtchanski, Ph.D.
    '---''(_/--'  `-'\_) fL	a.k.a JaguaR-R-R-r-r-r-.-.-.  Meow!

"I have since come to realize that being between your mentor and his route
to the bathroom is a major career booster."  -- Patrick Naughton

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

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

* RE: Installation problems
@ 2003-09-02 11:49 Hoyt Bailey
  2003-09-02 14:23 ` Igor Pechtchanski
  0 siblings, 1 reply; 35+ messages in thread
From: Hoyt Bailey @ 2003-09-02 11:49 UTC (permalink / raw)
  To: cygwin

[-- Attachment #1: Type: text/plain, Size: 443 bytes --]

RE ls: When it dosent work: No message -nothing at all. Except a line feed.
ls is involked as follows: ls <enter>( I expected the system to tell me
where I was [anyway a clue]).  Also dir <enter> (for the same reason).
Typing -a ls /bin/ls : results in Error msg command -a not found.
ls -a <enter>:[ . .. .bash.profile .bashrc .inputrc cygcheck.out].
Any other requests for info will be complied with to the best of my ability.
Regards;
Hoyt

[-- Attachment #2: cygcheck.out --]
[-- Type: application/octet-stream, Size: 10327 bytes --]


Cygwin Win95/NT Configuration Diagnostics
Current System Time: Tue Sep 02 06:23:43 2003

Windows XP Home Edition Ver 5.1 Build 2600 Service Pack 1

Path:	C:\cygwin\usr\local\bin
	C:\cygwin\bin
	C:\cygwin\bin
	C:\cygwin\usr\X11R6\bin
	c:\WINDOWS\system32
	c:\WINDOWS
	c:\WINDOWS\System32\Wbem

C:\cygwin\bin\id.exe output (nontsec)
UID: 1004(Hoyt)  GID: 513(None)
513(None)

C:\cygwin\bin\id.exe output (ntsec)
UID: 1004(Hoyt)      GID: 513(None)
513(None)            544(Administrators)  
545(Users)

SysDir: C:\WINDOWS\System32
WinDir: C:\WINDOWS

HOME = `C:\cygwin\home\Hoyt'
MAKE_MODE = `unix'
PWD = `/home/Hoyt'
USER = `Hoyt'

ALLUSERSPROFILE = `C:\Documents and Settings\All Users'
APPDATA = `C:\Documents and Settings\Hoyt\Application Data'
CLIENTNAME = `Console'
COMMONPROGRAMFILES = `C:\Program Files\Common Files'
COMPUTERNAME = `BLACKGOLD'
COMSPEC = `C:\WINDOWS\system32\cmd.exe'
CVS_RSH = `/bin/ssh'
HOMEDRIVE = `C:'
HOMEPATH = `\Documents and Settings\Hoyt'
HOSTNAME = `blackgold'
INFOPATH = `/usr/local/info:/usr/info:/usr/share/info:/usr/autotool/devel/info:/usr/autotool/stable/info:'
LOGONSERVER = `\\BLACKGOLD'
MANPATH = `/usr/local/man:/usr/man:/usr/share/man:/usr/autotool/devel/man:'
NUMBER_OF_PROCESSORS = `1'
OLDPWD = `/usr/bin'
OS = `Windows_NT'
PATHEXT = `.COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH'
PROCESSOR_ARCHITECTURE = `x86'
PROCESSOR_IDENTIFIER = `x86 Family 6 Model 8 Stepping 1, AuthenticAMD'
PROCESSOR_LEVEL = `6'
PROCESSOR_REVISION = `0801'
PROGRAMFILES = `C:\Program Files'
PROMPT = `$P$G'
PS1 = `\[\033]0;\w\007
\033[32m\]\u@\h \[\033[33m\w\033[0m\]
$ '
SESSIONNAME = `Console'
SHLVL = `1'
SYSTEMDRIVE = `C:'
SYSTEMROOT = `C:\WINDOWS'
TEMP = `c:\DOCUME~1\Hoyt\LOCALS~1\Temp'
TERM = `cygwin'
TMP = `c:\DOCUME~1\Hoyt\LOCALS~1\Temp'
USERDOMAIN = `BLACKGOLD'
USERNAME = `Hoyt'
USERPROFILE = `C:\Documents and Settings\Hoyt'
WINDIR = `C:\WINDOWS'
_ = `/usr/bin/cygcheck'

HKEY_CURRENT_USER\Software\Cygnus Solutions
HKEY_CURRENT_USER\Software\Cygnus Solutions\Cygwin
HKEY_CURRENT_USER\Software\Cygnus Solutions\Cygwin\mounts v2
HKEY_CURRENT_USER\Software\Cygnus Solutions\Cygwin\Program Options
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\mounts v2
  (default) = `/cygdrive'
  cygdrive flags = 0x00000022
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\mounts v2\/
  (default) = `C:\cygwin'
  flags = 0x0000000a
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\mounts v2\/usr/bin
  (default) = `C:\cygwin/bin'
  flags = 0x0000000a
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\mounts v2\/usr/lib
  (default) = `C:\cygwin/lib'
  flags = 0x0000000a
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\Program Options

a:  fd           N/A    N/A                    
c:  hd  NTFS   114463Mb   7% CP CS UN PA FC     
d:  hd  NTFS   28615Mb  95% CP CS UN PA FC     New Volume
e:  cd           N/A    N/A                    

C:\cygwin      /          system  binmode
C:\cygwin/bin  /usr/bin   system  binmode
C:\cygwin/lib  /usr/lib   system  binmode
.              /cygdrive  system  binmode,cygdrive

Found: C:\cygwin\bin\awk.exe
Found: C:\cygwin\bin\bash.exe
Found: C:\cygwin\bin\cat.exe
Found: C:\cygwin\bin\cp.exe
Not Found: cpp (good!)
Found: C:\cygwin\bin\find.exe
Not Found: gcc
Not Found: gdb
Found: C:\cygwin\bin\grep.exe
Not Found: ld
Found: C:\cygwin\bin\ls.exe
Not Found: make
Found: C:\cygwin\bin\mv.exe
Found: C:\cygwin\bin\rm.exe
Found: C:\cygwin\bin\sed.exe
Found: C:\cygwin\bin\sh.exe
Found: C:\cygwin\bin\tar.exe

   58k 2002/05/07 C:\cygwin\bin\cygbz2-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygbz2-1.dll" v0.0 ts=2002/5/7 1:33
   45k 2001/04/25 C:\cygwin\bin\cygform5.dll - os=4.0 img=1.0 sys=4.0
                  "cygform5.dll" v0.0 ts=2001/4/25 0:28
   35k 2002/01/09 C:\cygwin\bin\cygform6.dll - os=4.0 img=1.0 sys=4.0
                  "cygform6.dll" v0.0 ts=2002/1/9 0:03
   76k 2003/03/09 C:\cygwin\bin\cygform7.dll - os=4.0 img=1.0 sys=4.0
                  "cygform7.dll" v0.0 ts=2003/3/9 14:51
   28k 2003/07/20 C:\cygwin\bin\cyggdbm-3.dll - os=4.0 img=1.0 sys=4.0
                  "cyggdbm-3.dll" v0.0 ts=2003/7/20 2:58
   30k 2003/08/11 C:\cygwin\bin\cyggdbm-4.dll - os=4.0 img=1.0 sys=4.0
                  "cyggdbm-4.dll" v0.0 ts=2003/8/10 21:12
   19k 2003/03/22 C:\cygwin\bin\cyggdbm.dll - os=4.0 img=1.0 sys=4.0
                  "cyggdbm.dll" v0.0 ts=2002/2/19 21:05
   15k 2003/07/20 C:\cygwin\bin\cyggdbm_compat-3.dll - os=4.0 img=1.0 sys=4.0
                  "cyggdbm_compat-3.dll" v0.0 ts=2003/7/20 3:00
   15k 2003/08/11 C:\cygwin\bin\cyggdbm_compat-4.dll - os=4.0 img=1.0 sys=4.0
                  "cyggdbm_compat-4.dll" v0.0 ts=2003/8/10 21:13
   69k 2003/08/10 C:\cygwin\bin\cyggettextlib-0-12-1.dll - os=4.0 img=1.0 sys=4.0
                  "cyggettextlib-0-12-1.dll" v0.0 ts=2003/8/10 17:10
   12k 2003/08/10 C:\cygwin\bin\cyggettextpo-0.dll - os=4.0 img=1.0 sys=4.0
                  "cyggettextpo-0.dll" v0.0 ts=2003/8/10 17:11
  134k 2003/08/10 C:\cygwin\bin\cyggettextsrc-0-12-1.dll - os=4.0 img=1.0 sys=4.0
                  "cyggettextsrc-0-12-1.dll" v0.0 ts=2003/8/10 17:10
   17k 2001/06/28 C:\cygwin\bin\cyghistory4.dll - os=4.0 img=1.0 sys=4.0
                  "cyghistory4.dll" v0.0 ts=2001/1/6 22:34
   20k 2002/10/10 C:\cygwin\bin\cyghistory5.dll - os=4.0 img=1.0 sys=4.0
                  "cyghistory5.dll" v0.0 ts=2002/10/10 12:28
  945k 2003/06/18 C:\cygwin\bin\cygiconv-2.dll - os=4.0 img=1.0 sys=4.0
                  "cygiconv-2.dll" v0.0 ts=2003/6/17 22:08
   22k 2001/12/13 C:\cygwin\bin\cygintl-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygintl-1.dll" v0.0 ts=2001/12/13 3:28
   28k 2002/09/20 C:\cygwin\bin\cygintl-2.dll - os=4.0 img=1.0 sys=4.0
                  "cygintl-2.dll" v0.0 ts=2002/9/19 22:13
   26k 2001/04/25 C:\cygwin\bin\cygmenu5.dll - os=4.0 img=1.0 sys=4.0
                  "cygmenu5.dll" v0.0 ts=2001/4/25 0:27
   20k 2002/01/09 C:\cygwin\bin\cygmenu6.dll - os=4.0 img=1.0 sys=4.0
                  "cygmenu6.dll" v0.0 ts=2002/1/9 0:03
   48k 2003/03/09 C:\cygwin\bin\cygmenu7.dll - os=4.0 img=1.0 sys=4.0
                  "cygmenu7.dll" v0.0 ts=2003/3/9 14:51
  156k 2001/04/25 C:\cygwin\bin\cygncurses++5.dll - os=4.0 img=1.0 sys=4.0
                  "cygncurses++5.dll" v0.0 ts=2001/4/25 0:29
  175k 2002/01/09 C:\cygwin\bin\cygncurses++6.dll - os=4.0 img=1.0 sys=4.0
                  "cygncurses++6.dll" v0.0 ts=2002/1/9 0:03
  226k 2001/04/25 C:\cygwin\bin\cygncurses5.dll - os=4.0 img=1.0 sys=4.0
                  "cygncurses5.dll" v0.0 ts=2001/4/25 0:17
  202k 2002/01/09 C:\cygwin\bin\cygncurses6.dll - os=4.0 img=1.0 sys=4.0
                  "cygncurses6.dll" v0.0 ts=2002/1/9 0:03
  284k 2003/03/09 C:\cygwin\bin\cygncurses7.dll - os=4.0 img=1.0 sys=4.0
                  "cygncurses7.dll" v0.0 ts=2003/3/9 14:50
   15k 2001/04/25 C:\cygwin\bin\cygpanel5.dll - os=4.0 img=1.0 sys=4.0
                  "cygpanel5.dll" v0.0 ts=2001/4/25 0:27
   12k 2002/01/09 C:\cygwin\bin\cygpanel6.dll - os=4.0 img=1.0 sys=4.0
                  "cygpanel6.dll" v0.0 ts=2002/1/9 0:03
   31k 2003/03/09 C:\cygwin\bin\cygpanel7.dll - os=4.0 img=1.0 sys=4.0
                  "cygpanel7.dll" v0.0 ts=2003/3/9 14:50
   63k 2003/04/11 C:\cygwin\bin\cygpcre.dll - os=4.0 img=1.0 sys=4.0
                  "cygpcre.dll" v0.0 ts=2003/4/11 3:31
   61k 2003/04/11 C:\cygwin\bin\cygpcreposix.dll - os=4.0 img=1.0 sys=4.0
                  "cygpcreposix.dll" v0.0 ts=2003/4/11 3:31
  108k 2001/06/28 C:\cygwin\bin\cygreadline4.dll - os=4.0 img=1.0 sys=4.0
                  "cygreadline4.dll" v0.0 ts=2001/1/6 22:34
  127k 2002/10/10 C:\cygwin\bin\cygreadline5.dll - os=4.0 img=1.0 sys=4.0
                  "cygreadline5.dll" v0.0 ts=2002/10/10 12:28
   50k 2002/03/12 C:\cygwin\bin\cygz.dll - os=4.0 img=1.0 sys=4.0
                  "cygz.dll" v0.0 ts=2002/3/11 22:38
  948k 2003/03/18 C:\cygwin\bin\cygwin1.dll - os=4.0 img=1.0 sys=4.0
                  "cygwin1.dll" v0.0 ts=2003/3/18 8:20
    Cygwin DLL version info:
        DLL version: 1.3.22
        DLL epoch: 19
        DLL bad signal mask: 19005
        DLL old termios: 5
        DLL malloc env: 28
        API major: 0
        API minor: 78
        Shared data: 3
        DLL identifier: cygwin1
        Mount registry: 2
        Cygnus registry name: Cygnus Solutions
        Cygwin registry name: Cygwin
        Program options name: Program Options
        Cygwin mount registry name: mounts v2
        Cygdrive flags: cygdrive flags
        Cygdrive prefix: cygdrive prefix
        Cygdrive default prefix: 
        Build date: Tue Mar 18 09:20:11 EST 2003
        CVS tag: dontuse-21
        Shared id: cygwin1S3


Cygwin Package Information
Last downloaded files to: 
Last downloaded files from: 

Package              Version
_update-info-dir     00200-1
ash                  20020731-1
base-files           2.2-1
base-passwd          1.1-1
bash                 2.05b-9
bzip2                1.0.2-2
cygwin               1.3.22-1
diffutils            2.8.1-1
fileutils            4.1-1
findutils            4.1.7-4
gawk                 3.1.3-1
gdbm                 1.8.3-3
grep                 2.5-1
gzip                 1.3.3-4
libbz2_1             1.0.2-2
libgdbm              1.8.0-5
libgdbm-devel        1.8.3-3
libgdbm3             1.8.3-3
libgdbm4             1.8.3-7
libgettextpo0        0.12.1-3
libiconv2            1.8-3
libintl1             0.10.40-1
libintl2             0.11.5-1
libncurses5          5.2-1
libncurses6          5.2-8
libncurses7          5.3-1
libpcre              4.1-1
libreadline4         4.1-2
libreadline5         4.3-2
login                1.9-5
ncurses              5.3-1
readline             4.3-2
sed                  4.0.7-1
sh-utils             2.0.15-3
tar                  1.13.25-1
termcap              20021106-2
terminfo             5.3_20030726-1
texinfo              4.2-4
textutils            2.0.21-1
which                1.5-1
zlib                 1.1.4-1

Use -h to see help about each section


[-- Attachment #3: Type: text/plain, Size: 218 bytes --]

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

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

* Re: Installation problems
  2002-11-10  8:46 Todd Jones
@ 2002-11-10  8:58 ` Christopher Faylor
  0 siblings, 0 replies; 35+ messages in thread
From: Christopher Faylor @ 2002-11-10  8:58 UTC (permalink / raw)
  To: Todd Jones; +Cc: cygwin

On Sun, Nov 10, 2002 at 10:53:47AM -0600, Todd Jones wrote:
>I tried downloading cygwin several times from different mirrors over the past 
>24 hours with not success.  The downloads would go okay, and everything would 
>appear to be installed.  However, I have no /bin or /usr/bin directory and 
>cygwin1.dll is not installed.

So, in other words, either you are using the "download" rather than the
"install" option or, more likely, you have previously installed some
other package (like the NetworkSimplicity abomination) which reset your
cygwin mount table for you.

Probably if you search your system for bash.exe using Windows Find or
Search options, you'll find it in some other directory.  Once you find
that, you should be able to find 'mount.exe' which will show you how
your mount table is screwed up.  'mount --help' will show you how to
reset your mount table and then you can reinstall things correctly.

cgf

--
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] 35+ messages in thread

* Installation problems
@ 2002-11-10  8:46 Todd Jones
  2002-11-10  8:58 ` Christopher Faylor
  0 siblings, 1 reply; 35+ messages in thread
From: Todd Jones @ 2002-11-10  8:46 UTC (permalink / raw)
  To: cygwin

I tried downloading cygwin several times from different mirrors over the past 
24 hours with not success.  The downloads would go okay, and everything would 
appear to be installed.  However, I have no /bin or /usr/bin directory and 
cygwin1.dll is not installed.

The pc is a win98 system.  I have looked into the archive file which I 
download for both bash and cygwin and everything appears to be there.  For 
example, everything in the bash package is installed except items which go 
into the bin directory.

My install directory is C:\cygwin.  Everything else appears to be in order.  
Also, there is a /usr/X11R6/bin directory.

If anybody has any ideas I'd be appreciative.

Thanks,		Todd Jones

--
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] 35+ messages in thread

* Re: Installation problems
  2001-12-12  2:46 SHAJI K K
@ 2001-12-12  7:23 ` Jason Tishler
  0 siblings, 0 replies; 35+ messages in thread
From: Jason Tishler @ 2001-12-12  7:23 UTC (permalink / raw)
  To: SHAJI K K; +Cc: cygwin


On Wed, Dec 12, 2001 at 03:57:23PM +0530, SHAJI K K wrote:
>  I installed the postgresql 7.1.3 using the cygwin setup program.
                              ^^^^^

> The setup.exe version is 2.125.2.10.
> When i tried to run "initidb" to create the database i got the following
> error
> 
> "The input file '/usr/share/postgresql/template1.bki' needed by  does not
> belong to PostgreSQL 7.1.2.  Check your installation or specify the
                       ^^^^^

Huh?  7.1.2 or 7.1.3?

> Why this happened and how can i correct this and run postgresql.

Dunno.  Is /usr/share/postgresql/template1.bki missing on your machine?
If so, then you PostgreSQL installation seems corrupt.  Try reinstalling.

Jason

--
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] 35+ messages in thread

* Installation problems
@ 2001-12-12  2:46 SHAJI K K
  2001-12-12  7:23 ` Jason Tishler
  0 siblings, 1 reply; 35+ messages in thread
From: SHAJI K K @ 2001-12-12  2:46 UTC (permalink / raw)
  To: cygwin

Hi

 I installed the postgresql 7.1.3 using the cygwin setup program.
The setup.exe version is 2.125.2.10.
When i tried to run "initidb" to create the database i got the following
error

"The input file '/usr/share/postgresql/template1.bki' needed by  does not
belong to PostgreSQL 7.1.2.  Check your installation or specify the
correct path using the -L option."

Why this happened and how can i correct this and run postgresql.


regards
Shaji K.K

--
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] 35+ messages in thread

* re: installation problems
@ 2001-11-11  8:26 Robert Collins
  0 siblings, 0 replies; 35+ messages in thread
From: Robert Collins @ 2001-11-11  8:26 UTC (permalink / raw)
  To: cygwin; +Cc: Trevin Beattie

In reply to: http://www.cygwin.com/ml/cygwin/2001-11/msg01062.html

I've added a wishlist item to close ftp control connections when waiting
for user input.

As for active vs passive mode controls, I'll accept patches but I really
don't see the issue. Fix your NAT and you should be fine. (Every decent
NAT device, including linux, supports FTP inspection).

Rob


--
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] 35+ messages in thread

* RE: Installation problems
  2000-08-02  7:05 ` DJ Delorie
@ 2000-08-02  7:56   ` Norman Vine
  0 siblings, 0 replies; 35+ messages in thread
From: Norman Vine @ 2000-08-02  7:56 UTC (permalink / raw)
  To: cygwin

> PS: THE ERROR MESSAGE BOX comes up hidden under the progress box.  I
> thought the system was frozen and restarted three times before I
> figured that one out.  You could maybe make it come up on top, or
> change the size or location?  Tnx.

winsup / cinstall / msg.cc

static int
mbox (int type, int id, va_list args)
{
  char buf[1000], fmt[1000];

  if (LoadString (hinstance, id, fmt, sizeof (fmt)) <= 0)
    ExitProcess (0);

  vsprintf (buf, fmt, args);
  return MessageBox (0, buf, "Cygwin Setup", type | MB_TOPMOST);
}



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

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

* Re: Installation problems
  2000-08-02  5:08 Installation problems Earnie Boyd
@ 2000-08-02  7:07 ` DJ Delorie
  0 siblings, 0 replies; 35+ messages in thread
From: DJ Delorie @ 2000-08-02  7:07 UTC (permalink / raw)
  To: earnie_boyd; +Cc: cygwin

> Since we're talking wishes, "leave the windows where the user moves them to"
> would be a good one also.  But, I'm not going to mention it.

The problem is that it isn't just one window.  It's lots of windows.
I did merge the progress windows together, so that you only get one
download window (instead of one per file).

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

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

* Re: Installation problems
  2000-08-02  4:42 David A. Cobb
@ 2000-08-02  7:05 ` DJ Delorie
  2000-08-02  7:56   ` Norman Vine
  0 siblings, 1 reply; 35+ messages in thread
From: DJ Delorie @ 2000-08-02  7:05 UTC (permalink / raw)
  To: superbiskit; +Cc: cygwin

> IT WOULD HAVE BEEN NICER IF "SETUP" checked the mount table from
> HKLM & HKCU first and installed according to that.

Yes.  That's why it *does* read the registry.

> During the install, I got multiple error messages of the form:
> 1) tar: error creating symlink C://usr/lib/mingwin -> mingwn32
> 2)      cannot find C://bin/g++.exe to link c++.exe to.

Setup doesn't produce these messages.  Which setup were you using?

> PS: THE ERROR MESSAGE BOX comes up hidden under the progress box.  I
> thought the system was frozen and restarted three times before I
> figured that one out.  You could maybe make it come up on top, or
> change the size or location?  Tnx.

I'll try.  Win32's not as helpful as it could be.

> At the end of the install, error:
> 
>  Cannot open (null) for writing.

Setup doesn't print the message that way.  The closest message setup
has is "Can't open %s for writing: %s".  Again, which setup are you
running?

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

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

* Re: Installation problems
@ 2000-08-02  5:08 Earnie Boyd
  2000-08-02  7:07 ` DJ Delorie
  0 siblings, 1 reply; 35+ messages in thread
From: Earnie Boyd @ 2000-08-02  5:08 UTC (permalink / raw)
  To: David A. Cobb, Cygwin List

--- "David A. Cobb" <superbiskit@home.com> wrote:
> 
> IT WOULD HAVE BEEN NICER IF "SETUP" checked the mount table from
> HKLM & HKCU first and installed according to that.
> 

That's what the "Just me" or "All Users" is for.  See my webpages.

> During the install, I got multiple error messages of the form:
> 1) tar: error creating symlink C://usr/lib/mingwin -> mingwn32

This should be C:/usr/lib/mingw -> mingw32

> 2)      cannot find C://bin/g++.exe to link c++.exe to.
> 

This should be linking c++ to g++ *NOT* g++ to c++ as g++ is a deprecated name.

> PS: THE ERROR MESSAGE BOX comes up hidden under the progress box.  I
> thought the system was frozen and restarted three times before I
> figured that one out.  You could maybe make it come up on top, or
> change the size or location?  Tnx.
> 

Since we're talking wishes, "leave the windows where the user moves them to"
would be a good one also.  But, I'm not going to mention it.

> At the end of the install, error:
> 
>  Cannot open (null) for writing.
> 
> Cygwin.bat runs, and I've attached the cygcheck output; but do I
> need to modify anything here?
> 
> [two minutes later . . .] AHA!
> Something needs to be changed, my "HOME"=/home/superbiskit where I 
> mount E:\HOME /home.  But my cygcheck output went to
> E:\HOME\superbiskit\'\home\superbiskit\.
> 

I noticed that, where did that come from?  Everything else looked good.

Cheers,

=====
---
   Earnie Boyd: < mailto:earnie_boyd@yahoo.com >
            __Cygwin: POSIX on Windows__
Cygwin Newbies: < http://gw32.freeyellow.com/ >
           __Minimalist GNU for Windows__
  Mingw32 List: < http://www.egroups.com/group/mingw32/ >
    Mingw Home: < http://www.mingw.org/ >

__________________________________________________
Do You Yahoo!?
Kick off your party with Yahoo! Invites.
http://invites.yahoo.com/

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

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

* Installation problems
@ 2000-08-02  4:42 David A. Cobb
  2000-08-02  7:05 ` DJ Delorie
  0 siblings, 1 reply; 35+ messages in thread
From: David A. Cobb @ 2000-08-02  4:42 UTC (permalink / raw)
  To: Cygwin List

Aside: after a bad week of finding one of at-home's mail routers on
the banned list, I'm back [I hope].

I installed cygwin using C:\ as root.  I observed the warning but,
after asking about it here I said "proceed anyway."

The progress display shows copying to "C:\\bin", etc.  Note the
double backslant.  Directories "/bin", "/usr/..." seem to be
populated correctly.

IT WOULD HAVE BEEN NICER IF "SETUP" checked the mount table from
HKLM & HKCU first and installed according to that.

During the install, I got multiple error messages of the form:
1) tar: error creating symlink C://usr/lib/mingwin -> mingwn32
2)      cannot find C://bin/g++.exe to link c++.exe to.

PS: THE ERROR MESSAGE BOX comes up hidden under the progress box.  I
thought the system was frozen and restarted three times before I
figured that one out.  You could maybe make it come up on top, or
change the size or location?  Tnx.

At the end of the install, error:

 Cannot open (null) for writing.

Cygwin.bat runs, and I've attached the cygcheck output; but do I
need to modify anything here?

[two minutes later . . .] AHA!
Something needs to be changed, my "HOME"=/home/superbiskit where I 
mount E:\HOME /home.  But my cygcheck output went to
E:\HOME\superbiskit\'\home\superbiskit\.


TIA
Dinosaur trying to adapt.

Cygnus Win95/NT Configuration Diagnostics
Current System Time: Tue Aug  1 13:48:35 2000

Win9X Ver 4.10 build 67766446  A 

Path:	/bin
	/usr/bin
	/usr/local/bin
	/WINDOWS
	/WINDOWS/COMMAND
	/WINDOWS
	/WINDOWS
	/WINDOWS/COMMAND
	/usr/bin
	/bin
	/usr/GNU/EMACS/BIN
	/PROGRA~1/CYGNUS/CYGWIN.B20/CYGWIN~1/H-I586~1/BIN
	/PROGRA~1/FUJITSU/POWERBSORT/PSORTOCX
	/PROGRA~1/FUJITSU/COBOL.V3R00/PCOBOL32
	/PROGRA~1/JAVASOFT/JRE/1.3/BIN
	/JDK1.3/BIN
	/LOCAL/DJGPP/BIN
	/PROGRA~1/NETWOR~1/PGPFRE~1
	/usr/WIN98SDK/BIN/
	/usr/WIN98SDK/BIN/WIN95

SysDir: C:\WINDOWS\SYSTEM
WinDir: C:\WINDOWS

CYGWIN = `'binmode''
HOME = `/home/Superbiskit/'/home/Superbiskit'/'/home/Superbiskit''
MAKE_MODE = `unix'
PWD = `/home/Superbiskit/'/home/Superbiskit''
USER = `superbiskit'

!C: = `C:\WINDOWS'
!E: = `E:\home\Superbiskit'
BASEMAKE = `E:\WIN98SDK\Include\BKOffice.Mak'
BKOFFICE = `E:\WIN98SDK\'
BLASTER = `A220 I5 D1 T4'
CMDLINE = `C:\bin\bash --login -i'
COBOLPATH = `C:\PROGRA~1\FUJITSU\POWERBSORT\PSORTOCX;C:\PROGRA~1\FUJITSU\COBOL.V3R00\PCOBOL32'
COMSPEC = `C:\WINDOWS\COMMAND.COM'
CYGWINPATH = `c:\PROGRA~1\CYGNUS\CYGWIN.B20\CYGWIN~1\H-I586~1\BIN'
DJGPP = `C:\LOCAL\DJGPP\DJGPP.ENV'
DJGPPATH = `C:\LOCAL\DJGPP\BIN'
DXSDKROOT = `E:\WIN98SDK\'
EMACSPATH = `C:\USR\GNU\EMACS\BIN'
HOSTNAME = `CX107788-A'
HOSTTYPE = `i586'
INCLUDE = `E:\WIN98SDK\Include\'
INETSDK = `E:\WIN98SDK\'
JDKPATH = `C:\PROGRA~1\Javasoft\JRE\1.3\bin;C:\JDK1.3\bin'
LIB = `E:\WIN98SDK\Lib\'
MACHTYPE = `i586-pc-cygwin'
MSSDK = `E:\WIN98SDK\'
MSTOOLS = `E:\WIN98SDK\'
OLDPWD = `/home/Superbiskit'
OSTYPE = `cygwin'
PGPPATH = `C:\PROGRA~1\NETWOR~1\PGPFRE~1'
PKTEMP = `D:\Temp\PKZip'
PROMPT = `$p$g'
PS1 = `^[]0;\w\a
^[[32m\u@\h ^[[33m\w^[[0m
$ '
SDKPATH = `C:\USR\WIN98SDK\BIN\;C:\USR\WIN98SDK\BIN\win95'
SHELL = `/bin/sh'
SHLVL = `1'
TEMP = `D:\Temp'
TERM = `'CYGWIN''
TZ = `EST+5EDT'
WINBOOTDIR = `C:\WINDOWS'
WINDIR = `C:\WINDOWS'
_ = `/bin/cygcheck'

HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\MenuOrder\Start Menu\&Programs\Cygnus Solutions
  (default) = (unsupported type)
HKEY_CURRENT_USER\Software\Cygnus Solutions
HKEY_CURRENT_USER\Software\Cygnus Solutions\CYGWIN.DLL setup
HKEY_CURRENT_USER\Software\Cygnus Solutions\CYGWIN.DLL setup\b15.0
HKEY_CURRENT_USER\Software\Cygnus Solutions\CYGWIN.DLL setup\b15.0\mounts
HKEY_CURRENT_USER\Software\Cygnus Solutions\CYGWIN.DLL setup\b15.0\mounts\00
  (default) = `C:\'
  unix = `/'
  fbinary = 0x00000000
  fsilent = 0x00000000
HKEY_CURRENT_USER\Software\Cygnus Solutions\CYGWIN.DLL setup\b15.0\mounts\01
  (default) = `C:\bin'
  unix = `/bin'
  fbinary = 0x00000000
  fsilent = 0x00000000
HKEY_CURRENT_USER\Software\Cygnus Solutions\CYGWIN.DLL setup\b15.0\mounts\02
  (default) = `C:\usr'
  unix = `/usr'
  fbinary = 0x00000000
  fsilent = 0x00000000
HKEY_CURRENT_USER\Software\Cygnus Solutions\Cygwin
HKEY_CURRENT_USER\Software\Cygnus Solutions\Cygwin\mounts v2
  (default) = `/X|'
  cygdrive flags = 0x00000020
HKEY_CURRENT_USER\Software\Cygnus Solutions\Cygwin\Program Options
HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Uninstall\Cygnus Cygwin B20
  (default) = `C:\WINDOWS\IsUninst.exe -f"c:\program files\cygnus\cygwin.b20\cygwin-b20\Uninst.isu"'
  DisplayName = `Cygwin B20'
HKEY_LOCAL_MACHINE\Software\Cygnus Solutions
HKEY_LOCAL_MACHINE\Software\Cygnus Solutions\Cygwin B20
HKEY_LOCAL_MACHINE\Software\Cygnus Solutions\Cygwin B20\B20.1
HKEY_LOCAL_MACHINE\Software\Cygnus Solutions\GNUPro
HKEY_LOCAL_MACHINE\Software\Cygnus Solutions\GNUPro\i586-cygwin32
HKEY_LOCAL_MACHINE\Software\Cygnus Solutions\GNUPro\i586-cygwin32\i586-cygwin32
HKEY_LOCAL_MACHINE\Software\Cygnus Solutions\GNUPro\i586-cygwin32\i586-cygwin32\cygwin-B20.1
  (default) = `C:\bin'
HKEY_LOCAL_MACHINE\Software\Cygnus Solutions\CYGWIN.DLL setup
HKEY_LOCAL_MACHINE\Software\Cygnus Solutions\CYGWIN.DLL setup\b15.0
HKEY_LOCAL_MACHINE\Software\Cygnus Solutions\CYGWIN.DLL setup\b15.0\mounts
HKEY_LOCAL_MACHINE\Software\Cygnus Solutions\CYGWIN.DLL setup\b15.0\mounts\00
HKEY_LOCAL_MACHINE\Software\Cygnus Solutions\CYGWIN.DLL setup\b15.0\mounts\01
HKEY_LOCAL_MACHINE\Software\Cygnus Solutions\CYGWIN.DLL setup\b15.0\mounts\02
HKEY_LOCAL_MACHINE\Software\Cygnus Solutions\CYGWIN.DLL setup\b15.0\mounts\03
HKEY_LOCAL_MACHINE\Software\Cygnus Solutions\CYGWIN.DLL setup\b15.0\mounts\04
HKEY_LOCAL_MACHINE\Software\Cygnus Solutions\CYGWIN.DLL setup\b15.0\mounts\05
HKEY_LOCAL_MACHINE\Software\Cygnus Solutions\CYGWIN.DLL setup\b15.0\mounts\06
HKEY_LOCAL_MACHINE\Software\Cygnus Solutions\CYGWIN.DLL setup\b15.0\mounts\07
HKEY_LOCAL_MACHINE\Software\Cygnus Solutions\CYGWIN.DLL setup\b15.0\mounts\08
HKEY_LOCAL_MACHINE\Software\Cygnus Solutions\CYGWIN.DLL setup\b15.0\mounts\09
HKEY_LOCAL_MACHINE\Software\Cygnus Solutions\CYGWIN.DLL setup\b15.0\mounts\0A
HKEY_LOCAL_MACHINE\Software\Cygnus Solutions\CYGWIN.DLL setup\b15.0\mounts\0B
HKEY_LOCAL_MACHINE\Software\Cygnus Solutions\CYGWIN.DLL setup\b15.0\mounts\0C
HKEY_LOCAL_MACHINE\Software\Cygnus Solutions\CYGWIN.DLL setup\b15.0\mounts\0D
HKEY_LOCAL_MACHINE\Software\Cygnus Solutions\CYGWIN.DLL setup\b15.0\mounts\0E
HKEY_LOCAL_MACHINE\Software\Cygnus Solutions\CYGWIN.DLL setup\b15.0\mounts\0F
HKEY_LOCAL_MACHINE\Software\Cygnus Solutions\CYGWIN.DLL setup\b15.0\mounts\10
HKEY_LOCAL_MACHINE\Software\Cygnus Solutions\CYGWIN.DLL setup\b15.0\mounts\11
HKEY_LOCAL_MACHINE\Software\Cygnus Solutions\CYGWIN.DLL setup\b15.0\mounts\12
HKEY_LOCAL_MACHINE\Software\Cygnus Solutions\CYGWIN.DLL setup\b15.0\mounts\13
HKEY_LOCAL_MACHINE\Software\Cygnus Solutions\CYGWIN.DLL setup\b15.0\mounts\14
HKEY_LOCAL_MACHINE\Software\Cygnus Solutions\CYGWIN.DLL setup\b15.0\mounts\15
HKEY_LOCAL_MACHINE\Software\Cygnus Solutions\CYGWIN.DLL setup\b15.0\mounts\16
HKEY_LOCAL_MACHINE\Software\Cygnus Solutions\CYGWIN.DLL setup\b15.0\mounts\17
HKEY_LOCAL_MACHINE\Software\Cygnus Solutions\CYGWIN.DLL setup\b15.0\mounts\18
HKEY_LOCAL_MACHINE\Software\Cygnus Solutions\CYGWIN.DLL setup\b15.0\mounts\19
HKEY_LOCAL_MACHINE\Software\Cygnus Solutions\CYGWIN.DLL setup\b15.0\mounts\1A
HKEY_LOCAL_MACHINE\Software\Cygnus Solutions\CYGWIN.DLL setup\b15.0\mounts\1B
HKEY_LOCAL_MACHINE\Software\Cygnus Solutions\CYGWIN.DLL setup\b15.0\mounts\1C
HKEY_LOCAL_MACHINE\Software\Cygnus Solutions\CYGWIN.DLL setup\b15.0\mounts\1D
HKEY_LOCAL_MACHINE\Software\Cygnus Solutions\Cygwin
HKEY_LOCAL_MACHINE\Software\Cygnus Solutions\Cygwin\mounts v2
HKEY_LOCAL_MACHINE\Software\Cygnus Solutions\Cygwin\mounts v2\/
  (default) = `C:/'
  flags = 0x00000008
HKEY_LOCAL_MACHINE\Software\Cygnus Solutions\Cygwin\mounts v2\/usr/bin
  (default) = `C:/usr/bin'
  flags = 0x00000008
HKEY_LOCAL_MACHINE\Software\Cygnus Solutions\Cygwin\mounts v2\/usr/lib
  (default) = `C:/usr/lib'
  flags = 0x00000008
HKEY_LOCAL_MACHINE\Software\Cygnus Solutions\Cygwin\mounts v2\/C|
  (default) = `C:/'
  flags = 0x00000008
HKEY_LOCAL_MACHINE\Software\Cygnus Solutions\Cygwin\mounts v2\/D|
  (default) = 0x00000008
  native = `D:/'
HKEY_LOCAL_MACHINE\Software\Cygnus Solutions\Cygwin\mounts v2\/E|
  (default) = 0x00000008
  native = `E:/'
HKEY_LOCAL_MACHINE\Software\Cygnus Solutions\Cygwin\mounts v2\/bin
  (default) = 0x00000008
  native = `C:/bin'
HKEY_LOCAL_MACHINE\Software\Cygnus Solutions\Cygwin\mounts v2\/CDROM1|
  (default) = 0x00000008
  native = `M:/'
HKEY_LOCAL_MACHINE\Software\Cygnus Solutions\Cygwin\mounts v2\/tmp
  (default) = 0x00000008
  native = `D:/Temp/cygwin'
HKEY_LOCAL_MACHINE\Software\Cygnus Solutions\Cygwin\mounts v2\/src
  (default) = 0x00000008
  native = `E:/SRC'
HKEY_LOCAL_MACHINE\Software\Cygnus Solutions\Cygwin\mounts v2\/etc
  (default) = 0x00000008
  native = `E:/etc'
HKEY_LOCAL_MACHINE\Software\Cygnus Solutions\Cygwin\mounts v2\/usr
  (default) = 0x00000008
  native = `C:/usr'
HKEY_LOCAL_MACHINE\Software\Cygnus Solutions\Cygwin\mounts v2\/home
  (default) = `E:\HOME'
  flags = 0x00000008
HKEY_LOCAL_MACHINE\Software\Cygnus Solutions\Cygwin\Installed Components
HKEY_LOCAL_MACHINE\Software\Cygnus Solutions\Cygwin\Installed Components\C:/bin
  (default) = `20000517'
  bash = `0002.0004.0001'
  binutils = `19990818.0002'
  bison = `0000'
  byacc = `0000'
  bzip = `0000'
  clear = `0001.0000'
  crypt = `0001.0000'
  cygwin = `0001.0001.0002'
  dejagnu = `0000'
  diff = `0000'
  expect = `0000'
  fileutils = `0000'
  findutils = `0000'
  flex = `0000'
  gawk = `0003.0000.0004'
  gcc = `0002.0095.0002.0002'
  gdb = `20000610'
  gperf = `0000'
  grep = `0000'
  groff = `0001.011a.0001'
  gzip = `0000'
  inetutils = `0001.0003.0002.0004'
  less = `0000'
  libpng = `0001.0000.0006.0001'
  login = `0001.0003'
  m = `0000'
  make = `0003.0079.0002'
  man = `0001.005g.0002'
  opengl = `0001.0002.0001.0001'
  patch = `0000'
  sed = `0003.0002.0001'
  shellutils = `0000'
  tar = `0000'
  tcltk = `20000610'
  termcap = `20000618.0001'
  texinfo = `0000'
  textutils = `0000'
  time = `0000'
  zlib = `0001.0001.0003.0001'

a:  fd  FAT        1Mb   0% CP    UN           
c:  hd  FAT32   3853Mb  85% CP    UN           HP_PAVILION
d:  hd  FAT32    992Mb  60% CP    UN           WINSWAP
e:  hd  FAT32   3184Mb  89% CP    UN           COBB#0011
m:  cd  CDFS     557Mb 100%                    Audio CD

D:\Temp\cygwin  /tmp     system  textmode
C:\usr\bin  /usr/bin  system  textmode
C:\usr\lib  /usr/lib  system  textmode
E:\HOME  /home    system  textmode
C:\bin  /bin     system  textmode
E:\etc  /etc     system  textmode
E:\SRC  /src     system  textmode
C:\usr  /usr     system  textmode
C:    /        system  textmode
M:    /CDROM1|  system  textmode
C:    /C|      system  textmode
D:    /D|      system  textmode
E:    /E|      system  textmode

Found: C:\bin\bash.exe
Found: C:\bin\cat.exe
Found: C:\bin\cpp.exe
Found: C:\bin\find.exe
Found: C:\WINDOWS\COMMAND\find.exe
Warning: C:\bin\find.exe hides C:\WINDOWS\COMMAND\find.exe
Found: C:\bin\gcc.exe
Found: C:\bin\gdb.exe
Found: C:\bin\ld.exe
Found: C:\bin\ls.exe
Found: C:\bin\make.exe
Found: C:\bin\sh.exe

  575k 2000/06/07 C:\bin\cygwin1.dll - os=4.0 img=1.0 sys=4.0
                  "cygwin1.dll" v0.0 ts=2000/6/6 22:20
   83k 2000/06/11 C:\bin\cygitcl30.dll - os=4.0 img=1.0 sys=4.0
                  "cygitcl30.dll" v0.0 ts=2000/6/10 23:34
   35k 2000/06/11 C:\bin\cygitk30.dll - os=4.0 img=1.0 sys=4.0
                  "cygitk30.dll" v0.0 ts=2000/6/10 23:34
  402k 2000/06/11 C:\bin\cygtcl80.dll - os=4.0 img=1.0 sys=4.0
                  "cygtcl80.dll" v0.0 ts=2000/6/10 23:30
    5k 2000/06/11 C:\bin\cygtclpip80.dll - os=4.0 img=1.0 sys=4.0
   10k 2000/06/11 C:\bin\cygtclreg80.dll - os=4.0 img=1.0 sys=4.0
                  "cygtclreg80.dll" v0.0 ts=2000/6/10 23:30
  639k 2000/06/11 C:\bin\cygtk80.dll - os=4.0 img=1.0 sys=4.0
                  "cygtk80.dll" v0.0 ts=2000/6/10 23:34
Use -h to see help about each section

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

* Re: Installation problems.
  1999-11-15  6:41 Earnie Boyd
@ 1999-11-30 23:39 ` Earnie Boyd
  0 siblings, 0 replies; 35+ messages in thread
From: Earnie Boyd @ 1999-11-30 23:39 UTC (permalink / raw)
  To: Ryan & Brigette Ramsey, cygwin

Please paste the output of `cygcheck -s -v -r' in a mail.

--- Ryan & Brigette Ramsey <ryan.ramsey@home.com> wrote:
> I appear to be having problems creating my /bin directory on my machine.
> 
> I have installed full.exe.
> 
> Then created /tmp by doing mkdir -p /tmp
> But when I try to create a /bin with mkdir -p /bin I get:
>   mkdir: cannot create directory '/bin': No such file or directory
> 
> I do not have a /bin file existing, and if i create one in windows explorer,
> I can 'ls' and see it but I cannot access it at all.
> 
> Anyone ever have this probelm?
> Ryan
> 


=====
Earnie Boyd < mailto:earnie_boyd@yahoo.com >
Cygwin Newbies, please visit
< http://www.freeyellow.com/members5/gw32/index.html >
__________________________________________________
Do You Yahoo!?
Bid and sell for free at http://auctions.yahoo.com

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

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

* Installation problems.
  1999-11-13 19:53 Ryan & Brigette Ramsey
@ 1999-11-30 23:39 ` Ryan & Brigette Ramsey
  0 siblings, 0 replies; 35+ messages in thread
From: Ryan & Brigette Ramsey @ 1999-11-30 23:39 UTC (permalink / raw)
  To: cygwin

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

I appear to be 
having problems creating my /bin directory on my machine.
 
I have installed 
full.exe.
 
Then created /tmp by 
doing mkdir -p /tmp
But when I try to 
create a /bin with mkdir -p /bin I get:
  mkdir: cannot 
create directory '/bin': No such file or directory
 
I do not have a /bin 
file existing, and if i create one in windows explorer, I can 'ls' and see it 
but I cannot access it at all.
 
Anyone ever have 
this probelm?
Ryan

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

* Re: Installation problems.
@ 1999-11-15  6:41 Earnie Boyd
  1999-11-30 23:39 ` Earnie Boyd
  0 siblings, 1 reply; 35+ messages in thread
From: Earnie Boyd @ 1999-11-15  6:41 UTC (permalink / raw)
  To: Ryan & Brigette Ramsey, cygwin

Please paste the output of `cygcheck -s -v -r' in a mail.

--- Ryan & Brigette Ramsey <ryan.ramsey@home.com> wrote:
> I appear to be having problems creating my /bin directory on my machine.
> 
> I have installed full.exe.
> 
> Then created /tmp by doing mkdir -p /tmp
> But when I try to create a /bin with mkdir -p /bin I get:
>   mkdir: cannot create directory '/bin': No such file or directory
> 
> I do not have a /bin file existing, and if i create one in windows explorer,
> I can 'ls' and see it but I cannot access it at all.
> 
> Anyone ever have this probelm?
> Ryan
> 


=====
Earnie Boyd < mailto:earnie_boyd@yahoo.com >
Cygwin Newbies, please visit
< http://www.freeyellow.com/members5/gw32/index.html >
__________________________________________________
Do You Yahoo!?
Bid and sell for free at http://auctions.yahoo.com

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

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

* Installation problems.
@ 1999-11-13 19:53 Ryan & Brigette Ramsey
  1999-11-30 23:39 ` Ryan & Brigette Ramsey
  0 siblings, 1 reply; 35+ messages in thread
From: Ryan & Brigette Ramsey @ 1999-11-13 19:53 UTC (permalink / raw)
  To: cygwin

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

I appear to be 
having problems creating my /bin directory on my machine.
 
I have installed 
full.exe.
 
Then created /tmp by 
doing mkdir -p /tmp
But when I try to 
create a /bin with mkdir -p /bin I get:
  mkdir: cannot 
create directory '/bin': No such file or directory
 
I do not have a /bin 
file existing, and if i create one in windows explorer, I can 'ls' and see it 
but I cannot access it at all.
 
Anyone ever have 
this probelm?
Ryan

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

* Re: Installation problems
  1998-12-27  7:03 Cjfogg
@ 1998-12-27 21:28 ` Chris McFarlane
  0 siblings, 0 replies; 35+ messages in thread
From: Chris McFarlane @ 1998-12-27 21:28 UTC (permalink / raw)
  To: gnu-win32

Alternatively, and more straight forwards, see

http://www.itribe.net/virtunix/winhelp-man-pages/

for the windows help file versions.

Chris


On 27 Dec 98 at 10:03,
Cjfogg@aol.com wrote:

> In a message dated 27/12/98 04:03:08 GMT, you write:
> 
> << Hi Cjfogg,
> 
> >>Hi,
> >>
> >>I am very new to programming and have gotten a little confused with Cygwin-
> >>b20.  I hate to ask a simple question, but I have downloaded
> >>user-man.tar.bz2, stored it in Wordpad, and haven't the first clue how to
> >>read it.  I have tried to 'cd' to it but keep getting the reply;
> 
> >Did you download it with Netscape or MSIE ?
> > I suppose, these get confused by the .bz2 ending of the file and try to
> > store it as text file.
> > Try to get it with some real ftp client or right click on wherever you
> >saw the link and chose "download".
> 
> I downloaded it with aol and haven't had a lot of luck with using ftp.  I am
> refused a connection, and still can't manage to unpack user-man_tar.bz2.
> Whatever I do, it is always stored in Wordpad.
> 
> >>
> >>user-man.tar.bz2: Is a directory.
> 
> > Uhm, after having downloaded this file, copy it to for example /temp and
> > unpack it with "bzip2 -d user-man.tar.bz2". You get a tar archive after
> > having done this. Untar it with "tar -xvf user-man.tar".
> >You then have a directory with all the man page files.
> 
> > So far for the easy part - now you need to download and install groff,
> > ncurses, less and man ! You can get them from
> 
> > ftp://ftp.franken.de/pub/win32/develop/gnuwin32/cygwin32/porters/Hirmke_Micha
> el/>B20
> 
> Argh!  More to download?  Sorry to sound ignorant (again) but what does
> groff, ncurses, less and man do?
-
For help on using this list (especially unsubscribing), send a message to
"gnu-win32-request@cygnus.com" with one line of text: "help".

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

* Re: Installation problems
@ 1998-12-27 11:52 N8TM
  0 siblings, 0 replies; 35+ messages in thread
From: N8TM @ 1998-12-27 11:52 UTC (permalink / raw)
  To: Cjfogg, gnu-win32

In a message dated 12/27/98 10:49:35 AM Pacific Standard Time, Cjfogg@aol.com
writes:

<< I downloaded it with aol and haven't had a lot of luck with using ftp.  I
am
 refused a connection, and still can't manage to unpack user-man_tar.bz2. >>
I did the same (make sure it's binary download), and needed only to restore
the suffix .bz2 in order to run "bunzip2 -c file.bz2|tar xv"
-
For help on using this list (especially unsubscribing), send a message to
"gnu-win32-request@cygnus.com" with one line of text: "help".

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

* Re: Installation problems
@ 1998-12-27  7:03 Cjfogg
  1998-12-27 21:28 ` Chris McFarlane
  0 siblings, 1 reply; 35+ messages in thread
From: Cjfogg @ 1998-12-27  7:03 UTC (permalink / raw)
  To: gnu-win32

In a message dated 27/12/98 04:03:08 GMT, you write:

<< Hi Cjfogg,
 
>>Hi,
>>
>>I am very new to programming and have gotten a little confused with Cygwin-
>>b20.  I hate to ask a simple question, but I have downloaded
>>user-man.tar.bz2, stored it in Wordpad, and haven't the first clue how to
>>read it.  I have tried to 'cd' to it but keep getting the reply;
 
>Did you download it with Netscape or MSIE ?
> I suppose, these get confused by the .bz2 ending of the file and try to
> store it as text file.
> Try to get it with some real ftp client or right click on wherever you
>saw the link and chose "download".

I downloaded it with aol and haven't had a lot of luck with using ftp.  I am
refused a connection, and still can't manage to unpack user-man_tar.bz2.
Whatever I do, it is always stored in Wordpad.
 
>>
>>user-man.tar.bz2: Is a directory.
 
> Uhm, after having downloaded this file, copy it to for example /temp and
> unpack it with "bzip2 -d user-man.tar.bz2". You get a tar archive after
> having done this. Untar it with "tar -xvf user-man.tar".
>You then have a directory with all the man page files.
 
> So far for the easy part - now you need to download and install groff,
> ncurses, less and man ! You can get them from
 
> ftp://ftp.franken.de/pub/win32/develop/gnuwin32/cygwin32/porters/Hirmke_Micha
el/>B20
 
Argh!  More to download?  Sorry to sound ignorant (again) but what does groff,
ncurses, less and man do?
>>
>>What am I doing wrong?  If I can't read the manual I don't have very high
>>hopes for my programming career!
 
>Don't give up - there is always a starting point and no one can know
> everything when starting with something new.
 
>>Thanks,
>>Catherine
 
 Good luck !
 
 Bye.
 Michael.
 --
-
For help on using this list (especially unsubscribing), send a message to
"gnu-win32-request@cygnus.com" with one line of text: "help".

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

* Re: Installation problems
  1998-12-23 10:49 Cjfogg
@ 1998-12-26 16:39 ` Michael Hirmke
  0 siblings, 0 replies; 35+ messages in thread
From: Michael Hirmke @ 1998-12-26 16:39 UTC (permalink / raw)
  To: gnu-win32

Hi Cjfogg,

>Hi,
>
>I am very new to programming and have gotten a little confused with Cygwin-
>b20.  I hate to ask a simple question, but I have downloaded
>user-man.tar.bz2, stored it in Wordpad, and haven't the first clue how to
>read it.  I have tried to 'cd' to it but keep getting the reply;

Did you download it with Netscape or MSIE ?
I suppose, these get confused by the .bz2 ending of the file and try to
store it as text file.
Try to get it with some real ftp client or right click on wherever you
saw the link and chose "download".

>
>user-man.tar.bz2: Is a directory.

Uhm, after having downloaded this file, copy it to for example /temp and
unpack it with "bzip2 -d user-man.tar.bz2". You get a tar archive after
having done this. Untar it with "tar -xvf user-man.tar".
You then have a directory with all the man page files.

So far for the easy part - now you need to download and install groff,
ncurses, less and man ! You can get them from

ftp://ftp.franken.de/pub/win32/develop/gnuwin32/cygwin32/porters/Hirmke_Michael/B20

>
>What am I doing wrong?  If I can't read the manual I don't have very high
>hopes for my programming career!

Don't give up - there is always a starting point and no one can know
everything when starting with something new.

>Thanks,
>Catherine

Good luck !

Bye.
Michael.
--
Michael Hirmke           | Telefon +49 (911) 557999
Georg-Strobel-Strasse 81 | FAX     +49 (911) 557664
90489 Nuernberg          | E-Mail  mailto:mh@mike.franken.de
                         | WWW     http://aquarius.franken.de/
-
For help on using this list (especially unsubscribing), send a message to
"gnu-win32-request@cygnus.com" with one line of text: "help".

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

* Re: Installation problems
       [not found] <8256f9cf.36813b20.cygnus.gnu-win32@aol.com>
@ 1998-12-23 20:10 ` DJ Delorie
  0 siblings, 0 replies; 35+ messages in thread
From: DJ Delorie @ 1998-12-23 20:10 UTC (permalink / raw)
  To: gnu-win32

Cjfogg@aol.com wrote:
> I am very new to programming and have gotten a little confused with Cygwin-
> b20.  I hate to ask a simple question, but I have downloaded user-man.tar.bz2,
> stored it in Wordpad, and haven't the first clue how to read it.  I have tried
> to 'cd' to it but keep getting the reply;

What you need to do is save that file to disk when you download it, not read it.
Right mouse on the link and choose "save as" to save it to file.  You'll
also need have installed full.exe (save that to a file, then run it - it will
install the cygwin development environment).  Two of the programs full.exe
installs are "bunzip2.exe" and "tar.exe".  You'd do something like this:

bunzip2 user-man.tar.bz2
tar xvf user-man.tar

You might want to do "tar tvf user-man.tar" before the xfv one, to see what
directories it's going to create, so that you'll untar it in the right spot.

What this does is uncompress the tar file (a compressed tar file is like a zip
file - it contains many little files within it) and unpack it so that you
end up with the correct directory structure with all the files in it.
-
For help on using this list (especially unsubscribing), send a message to
"gnu-win32-request@cygnus.com" with one line of text: "help".

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

* Installation problems
@ 1998-12-23 10:49 Cjfogg
  1998-12-26 16:39 ` Michael Hirmke
  0 siblings, 1 reply; 35+ messages in thread
From: Cjfogg @ 1998-12-23 10:49 UTC (permalink / raw)
  To: gnu-win32

Hi,

I am very new to programming and have gotten a little confused with Cygwin-
b20.  I hate to ask a simple question, but I have downloaded user-man.tar.bz2,
stored it in Wordpad, and haven't the first clue how to read it.  I have tried
to 'cd' to it but keep getting the reply;
 
user-man.tar.bz2: Is a directory.

What am I doing wrong?  If I can't read the manual I don't have very high
hopes for my programming career!
Thanks,
Catherine 
-
For help on using this list (especially unsubscribing), send a message to
"gnu-win32-request@cygnus.com" with one line of text: "help".

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

* Installation problems
@ 1997-07-03  6:05 Xavier.Fornari
  0 siblings, 0 replies; 35+ messages in thread
From: Xavier.Fornari @ 1997-07-03  6:05 UTC (permalink / raw)
  To: gnu-win32

Sorry for the previous post. Problems are now fixed. I used an
"official release" (from the point of view of ours sysops) that
contains the correct b18 release, but has also buggy links....

-
For help on using this list (especially unsubscribing), send a message to
"gnu-win32-request@cygnus.com" with one line of text: "help".

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

* Installation problems.
@ 1997-01-31  5:54 Phaichayont
  0 siblings, 0 replies; 35+ messages in thread
From: Phaichayont @ 1997-01-31  5:54 UTC (permalink / raw)
  To: gnu-win32

Hi.
	I have downloaded gnu-win32 as xa* files and using copy /b to merge them
to all.tar.gz and use gunzip.exe but gunzip told me that it can't continue
because crc error but when I use WINZIP 6.2 it can extract all.tar.gz to
all.tar(about 40 Mb) next,I can use tar to extract all.tar but when I run
any program (under windowsNT 4.0) windows told me like this
		"The application failed to initialize properly(0xc0000005).Click OK to
terminate the application."
	What 's matter? because files are corrupt?if possible,I would like to
known how can I get (or buy) a cd-rom or disks of this tool(my internet
provider has very LOW speed to connect)please send answers to
u3826598@student.chula.edu. 
Thank for a lot of mail I have recieved.

	

-
For help on using this list, send a message to
"gnu-win32-request@cygnus.com" with one line of text: "help".

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

end of thread, other threads:[~2009-06-15  6:25 UTC | newest]

Thread overview: 35+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-09-02  1:13 Installation problems Hoyt Bailey
2003-09-02  1:37 ` Larry Hall
2003-09-02  1:50 ` Igor Pechtchanski
  -- strict thread matches above, loose matches on Subject: below --
2009-06-15  5:28 Neanderthelle Jones
2009-06-15  8:31 ` Larry Hall (Cygwin)
2009-06-15  8:47   ` Neanderthelle Jones
2005-04-15  3:02 George Sohos
2005-04-15  4:41 ` George Sohos
2005-04-15  5:09   ` Brian Dessent
2005-04-15 18:47     ` George Sohos
2004-06-08 16:56 Chris Carlson
2003-09-02 11:49 Hoyt Bailey
2003-09-02 14:23 ` Igor Pechtchanski
2002-11-10  8:46 Todd Jones
2002-11-10  8:58 ` Christopher Faylor
2001-12-12  2:46 SHAJI K K
2001-12-12  7:23 ` Jason Tishler
2001-11-11  8:26 installation problems Robert Collins
2000-08-02  5:08 Installation problems Earnie Boyd
2000-08-02  7:07 ` DJ Delorie
2000-08-02  4:42 David A. Cobb
2000-08-02  7:05 ` DJ Delorie
2000-08-02  7:56   ` Norman Vine
1999-11-15  6:41 Earnie Boyd
1999-11-30 23:39 ` Earnie Boyd
1999-11-13 19:53 Ryan & Brigette Ramsey
1999-11-30 23:39 ` Ryan & Brigette Ramsey
1998-12-27 11:52 N8TM
1998-12-27  7:03 Cjfogg
1998-12-27 21:28 ` Chris McFarlane
     [not found] <8256f9cf.36813b20.cygnus.gnu-win32@aol.com>
1998-12-23 20:10 ` DJ Delorie
1998-12-23 10:49 Cjfogg
1998-12-26 16:39 ` Michael Hirmke
1997-07-03  6:05 Xavier.Fornari
1997-01-31  5:54 Phaichayont

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