Cygwin install hangs at end every time

2008-01-11 Thread Joel Braverman
I first encountered this problem months ago while trying to add the xwindows
packages to my cygwin isntall - the installer would hang in the middle. I
deleted all the cygwin files a few days ago and tried again, with the same
problem. It doesn't matter which host I pick to download from, the result is the
same. So I tried again - deleted the cygwin directory and this time I just
installed the basic package. At the end, it hangs up, never creates any icons or
batch file from which to launch cygwin. I'm using the latest setup.exe from
cygwin.com

 - Joel


--
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/



Re: Cygwin install hangs at end every time

2008-01-11 Thread Lee D. Rothstein

Joel Braverman wrote:

I first encountered this problem months ago while trying to add the xwindows
packages to my cygwin isntall - the installer would hang in the middle. I
deleted all the cygwin files a few days ago and tried again, with the same
problem. It doesn't matter which host I pick to download from, the result is the
same. So I tried again - deleted the cygwin directory and this time I just
installed the basic package. At the end, it hangs up, never creates any icons or
batch file from which to launch cygwin. I'm using the latest setup.exe from
cygwin.com


Joel,

Might be one of the post-install scripts failing. What I have done is to:

Go to:

/etc/postinstall

Look for scripts that don't look like *.sh.done; rather
they look like *.sh.  Create a directory '_Save.joel'.
The extension is to remind you that you and not
'setup.exe' or some Cygwin script created it. The '_'
is to ensure that 'ls' lists it at the top (reducing
the chances you will forget about it). Move the first
(alphabetically) non-'.done' script into the directory.
Try running setup.exe again, ... If you have to,
reinstall all (some? one?) the apps after
(alphabetically) the one(s) you moved into '_Save.joel'.

Three apps that I and others have had problems with are:

* gnuplot
* grepmail
* postinstall-ec-fonts-mftraced

This may not be the official or even a very good way to
solve this problem. All I know is it worked for me, when
nothing else did, and when all other advice went over
my head.

Are you running Vista? These kinds of problems seem to
be more common with Vista, at least in my experience.

Cygwinners:

I'm curious as to why there is a postinstall script that can
fail and setup does not recognize there is something
amiss with the install.


Good luck,

Lee

Lee D. Rothstein

Living in the first in the nation primary state;
Which at this point has some of the most relieved citizens in the nation,
Regardless of party or candidate affiliation.
The Primary is over.
Amen!


--
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/



Full install hangs at gnome-vfs2.sh during install, gconftool-2 running/hung

2007-02-19 Thread Web Clark (RR)
All downloaded without install on Feb 15, 2007.

Installation attempt of All on Windows XP Pro on a P4 laptop hangs
when it gets to the post-install script gnome-vfs2.sh.  There is a
single instance of gconftool-2.exe running.  CPU, disk, and network
are dead idle.  After 10 minutes, hit cancel and the installer exits,
telling me that the installation is complete.  This leaves many cygwin
related tasks running.  Not knowing the task structure of either cygwin
nor (especially) Windows XP, I reboot to kill them off.

Deleted everything installed (c:\cygwin) and retried three times with
identical results.

---
Tried same install with a download I make on October 27, 2005 installs
and works fine, first time (This is the version I was using until last
Friday).

I would like to capture a good copy of the cygwin installation archive
on CD for off-line use (as I did on October of 2005).  How can I tell
when this is fixed?

Thanks.





--
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/



Re: Install hangs

2006-09-30 Thread Artie Ziff
Well I definitely apologize to Larry and the list in general, as for
some reason I never saw that message arrive in my mailbox. Thank you.

 
 http://cygwin.com/ml/cygwin/2006-09/msg00516.html



--
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/



Re: Install hangs

2006-09-30 Thread Larry Hall (Cygwin)

Eric Mader wrote:

Larry Hall (Cygwin) wrote:

Eric Mader wrote:


In the process of messing around w/ the scripts in /etc/postinstall I 
ran into a problem w/ find. In an attempt to find scripts where both 
the '.sh' and the '.sh.done' versions existed I typed the command:


find . -name *.sh -exec ls \{\}.done \;

This caused some strange error messages, and left some stalled 
processes running 'find' behind. (I can't run this command now 
because the successful run of setup.exe cleaned them all up, but 
here's the output of a similar use of '-exec' in find:


$ find . -name *.sh.done -exec ls \{\} \;
197 [main] find 16764 fhandler_dev_zero::fixup_mmap_after_fork: 
requested 0x
43 != 0x0 mem alloc base 0x43, state 0x2000, size 1040384, 
Win32 error 4

87
543 [main] find 16764 c:\cygwin\bin\find.exe: *** fatal error - 
c:\cygwin\bi

n\find.exe: *** recreate_mmaps_after_fork_failed

It takes quite a long time to get a command prompt back after these 
error messages, and it leaves behing a stalled process.


Is this releated somehow to my many failed attempts to run setup.exe, 
or is it a know problem w/ find?




Could be a rebase issue.  Try installing the package, read the README, 
and

follow the instructions for rebasing your system.


I ran rebaseall (w/ no arguments) and the above find command still fails 
in the same way. Anything else I can try?



Perhaps this will help:
http://sources.redhat.com/ml/cygwin/2005-09/msg00945.html


Is there a way to save the list of installed packages and do a clean 
install?


See /etc/setup/install.db

--
Larry Hall  http://www.rfk.com
RFK Partners, Inc.  (508) 893-9779 - RFK Office
216 Dalton Rd.  (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/



RE: Install hangs

2006-09-30 Thread Dave Korn
On 29 September 2006 18:17, Eric Mader wrote:

 Larry Hall (Cygwin) wrote:
 Eric Mader wrote:

 $ find . -name *.sh.done -exec ls \{\} \;
 197 [main] find 16764 fhandler_dev_zero::fixup_mmap_after_fork:
 requested 0x 43 != 0x0 mem alloc base 0x43, state 0x2000, size
 1040384, Win32 error 4 87
 543 [main] find 16764 c:\cygwin\bin\find.exe: *** fatal error -
 c:\cygwin\bi n\find.exe: *** recreate_mmaps_after_fork_failed
 
 It takes quite a long time to get a command prompt back after these
 error messages, and it leaves behing a stalled process.
 
 Is this releated somehow to my many failed attempts to run setup.exe,
 or is it a know problem w/ find?
 
 
 Could be a rebase issue.  Try installing the package, read the README, and
 follow the instructions for rebasing your system.
 
 I ran rebaseall (w/ no arguments) and the above find command still fails
 in the same way. Anything else I can try?

  Disable the Logitech Process Monitor service associated with your webcam?  
Uninstall Agnitum Outpost?  Disable McAffee's buffer overflow protection 
feature?  (I'm beginning to suspect something is interfering in your system; 
buggy device drivers / AV / PFW software have been known to break cygwin in 
just this kind of way).

 Is there a way to save the list of installed packages and do a clean
 install?

  Blow away your current install using the procedure in the FAQ, but keep the 
local package directory where setup.exe stored its downloaded files.  Re-run 
setup.exe, tell it to install from local directory, bingo.  Just click all 
the way through.


cheers,
  DaveK
-- 
Can't think of a witty .sigline today


--
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/



Re: Install hangs

2006-09-29 Thread Eric Mader

Larry Hall (Cygwin) wrote:

Eric Mader wrote:


In the process of messing around w/ the scripts in /etc/postinstall I 
ran into a problem w/ find. In an attempt to find scripts where both 
the '.sh' and the '.sh.done' versions existed I typed the command:


find . -name *.sh -exec ls \{\}.done \;

This caused some strange error messages, and left some stalled 
processes running 'find' behind. (I can't run this command now because 
the successful run of setup.exe cleaned them all up, but here's the 
output of a similar use of '-exec' in find:


$ find . -name *.sh.done -exec ls \{\} \;
197 [main] find 16764 fhandler_dev_zero::fixup_mmap_after_fork: 
requested 0x
43 != 0x0 mem alloc base 0x43, state 0x2000, size 1040384, 
Win32 error 4

87
543 [main] find 16764 c:\cygwin\bin\find.exe: *** fatal error - 
c:\cygwin\bi

n\find.exe: *** recreate_mmaps_after_fork_failed

It takes quite a long time to get a command prompt back after these 
error messages, and it leaves behing a stalled process.


Is this releated somehow to my many failed attempts to run setup.exe, 
or is it a know problem w/ find?




Could be a rebase issue.  Try installing the package, read the README, and
follow the instructions for rebasing your system.


I ran rebaseall (w/ no arguments) and the above find command still fails 
in the same way. Anything else I can try?


Is there a way to save the list of installed packages and do a clean 
install?


Regards,
Eric


--
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/



Re: Install hangs

2006-09-29 Thread Artie Ziff

 Is there a way to save the list of installed packages and do a clean 
 install?

Thanks for asking that... 
I asked that question and got no answer due to the fact discriminating
readers were not happy with my post.

AZ



--
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/



Re: Install hangs

2006-09-29 Thread Christopher Faylor
On Fri, Sep 29, 2006 at 02:34:47PM -0700, Artie Ziff wrote:
 Is there a way to save the list of installed packages and do a clean 
 install?

Thanks for asking that... 
I asked that question and got no answer due to the fact discriminating
readers were not happy with my post.

http://cygwin.com/ml/cygwin/2006-09/msg00516.html

--
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/



Re: Install hangs

2006-09-27 Thread Larry Hall (Cygwin)

Artie Ziff wrote:

Is there an example of log file (posted somewhere) that illustrates
what a successful cygwin installation looks like?



Not that I recall, at least in terms of here's a good log for your
reference.  I'd suggest just posting your log and letting people
here point out errors or lack thereof.


--
Larry Hall  http://www.rfk.com
RFK Partners, Inc.  (508) 893-9779 - RFK Office
216 Dalton Rd.  (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/



Re: Install hangs

2006-09-27 Thread Larry Hall (Cygwin)

Eric Mader wrote:

Eric Mader wrote:

Eric Mader wrote:
I was able to get setup.exe unstuck by cd'ing to /etc/preremove, 
running automake-devel.sh and then deleting it. I had to do this with 
about three other scripts in this directory before setup.exe would 
move on to the next phase. It's now happily installing all the 
selected packages.


I'm not sure what was going on with the offending scripts...

Regards,
Eric


It seems I spoke too soon, now it setup.exe hangs on the 
/etc/postinstall/00ash.sh script. The installation seems incomplete. 
For example, the ls command doesn't work.


So it seems that whatever was going on with the preinstall scripts is 
also happening w/ th postinstall scripts, but now I don't have a 
functioning environment in which to run them by hand :-(


I found a bunch of stalled processes running ash, bash and sh. I 
killed them all and rebooted for good measure. :-) When I ran setup.exe 
again, it gets as far as running /etc/postinstall/gnugo.sh and then 
stalls. The environment seems to be more-or-less working. I've enclosed 
the output of cygcheck -c , cygcheck -s and /var/log/setup.log.full.


Am I good to go at this point, or is there still something that's a 
little off?





'hicolor-icon-theme' reports itself as incomplete but otherwise the
packages themselves are there.  Postinstall scripts have a purpose
so to the extent that you haven't run them, you may see some issues
with your environment.  I'd recommend trying two things that might
help:

  1. Remove '/', '/usr/lib', and '/usr/bin' as binary and rerun
 'setup.exe'.  See 'man mount' and the '-f' and '-b' flags
 for more details.

  2. With or without the above, go to the '/etc/postinstall' directory
 and run any scripts there that don't have the 'done' suffix.
 Once they have all run successfully, move them to the script
 name plus the 'done' suffix.

Hopefully one of these two procedures will get all your postinstall
scripts to run.  If that's true, you're good to go.

--
Larry Hall  http://www.rfk.com
RFK Partners, Inc.  (508) 893-9779 - RFK Office
216 Dalton Rd.  (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/



Re: Install hangs

2006-09-27 Thread Eric Mader

Larry Hall (Cygwin) wrote:

Eric Mader wrote:
I found a bunch of stalled processes running ash, bash and sh. I 
killed them all and rebooted for good measure. :-) When I ran 
setup.exe again, it gets as far as running /etc/postinstall/gnugo.sh 
and then stalls. The environment seems to be more-or-less working. 
I've enclosed the output of cygcheck -c , cygcheck -s and 
/var/log/setup.log.full.


Am I good to go at this point, or is there still something that's a 
little off?





'hicolor-icon-theme' reports itself as incomplete but otherwise the
packages themselves are there.  Postinstall scripts have a purpose
so to the extent that you haven't run them, you may see some issues
with your environment.  I'd recommend trying two things that might
help:

  1. Remove '/', '/usr/lib', and '/usr/bin' as binary and rerun
 'setup.exe'.  See 'man mount' and the '-f' and '-b' flags
 for more details.

  2. With or without the above, go to the '/etc/postinstall' directory
 and run any scripts there that don't have the 'done' suffix.
 Once they have all run successfully, move them to the script
 name plus the 'done' suffix.

Hopefully one of these two procedures will get all your postinstall
scripts to run.  If that's true, you're good to go.



I remounted '/', '/usr/lib' and '/usr/bin' as binary (I assume you meant 
remount rather than remove?) and reran setup.exe. It ran all the way 
to completion w/o any complaints, so I think I'm in pretty good shape.


I'm enclosing the output of 'cygcheck -svr  cygcheck.out'.

In the process of messing around w/ the scripts in /etc/postinstall I 
ran into a problem w/ find. In an attempt to find scripts where both the 
'.sh' and the '.sh.done' versions existed I typed the command:


find . -name *.sh -exec ls \{\}.done \;

This caused some strange error messages, and left some stalled processes 
running 'find' behind. (I can't run this command now because the 
successful run of setup.exe cleaned them all up, but here's the output 
of a similar use of '-exec' in find:


$ find . -name *.sh.done -exec ls \{\} \;
197 [main] find 16764 fhandler_dev_zero::fixup_mmap_after_fork: 
requested 0x
43 != 0x0 mem alloc base 0x43, state 0x2000, size 1040384, Win32 
error 4

87
543 [main] find 16764 c:\cygwin\bin\find.exe: *** fatal error - 
c:\cygwin\bi

n\find.exe: *** recreate_mmaps_after_fork_failed

It takes quite a long time to get a command prompt back after these 
error messages, and it leaves behing a stalled process.


Is this releated somehow to my many failed attempts to run setup.exe, or 
is it a know problem w/ find?


Regards,
Eric



Cygwin Configuration Diagnostics
Current System Time: Wed Sep 27 15:37:59 2006

Windows XP Professional Ver 5.1 Build 2600 Service Pack 2

Path:   c:\cygwin\usr\local\bin
c:\cygwin\bin
c:\cygwin\bin
c:\cygwin\usr\X11R6\bin
c:\PROGRAM FILES\THINKPAD\UTILITIES
c:\WINDOWS\system32
c:\WINDOWS
c:\WINDOWS\System32\Wbem
c:\Program Files\IBM\Infoprint Select
c:\Program Files\ATI Technologies\ATI Control Panel
c:\Program Files\ATI Technologies\Fire GL 3D Studio Max
c:\Program Files\PC-Doctor for Windows\services
c:\PROGRA~1\GNU\WINCVS~1.3\CVSNT
c:\Program Files\doxygen\bin
c:\Program Files\Rational\common
c:\Program Files\ThinkPad\ConnectUtilities
c:\Program Files\QuickTime\QTSystem\
c:\dev\icu\bin

Output from c:\cygwin\bin\id.exe (nontsec)
UID: 1005(emader)GID: 513(None)
0(root)  513(None)544(Administrators)
545(Users)   1006(Debugger Users)

Output from c:\cygwin\bin\id.exe (ntsec)
UID: 1005(emader)GID: 513(None)
0(root)  513(None)544(Administrators)
545(Users)   1006(Debugger Users)

SysDir: C:\WINDOWS\system32
WinDir: C:\WINDOWS

USER = 'emader'
PWD = '/cygdrive/c'
HOME = '/home/emader'
MAKE_MODE = 'unix'

TVDEBUGFLAGS = '0x260'
HOMEPATH = '\Documents and Settings\emader'
MANPATH = '/usr/local/man:/usr/share/man:/usr/man::/usr/ssl/man:/usr/X11R6/man'
APPDATA = 'C:\Documents and Settings\emader\Application Data'
HOSTNAME = 'StarBug2'
VS71COMNTOOLS = 'C:\Program Files\Microsoft Visual Studio .NET 
2003\Common7\Tools\'
TVLOGSESSIONCOUNT = '5000'
TERM = 'cygwin'
PROCESSOR_IDENTIFIER = 'x86 Family 6 Model 9 Stepping 5, GenuineIntel'
WINDIR = 'C:\WINDOWS'
OLDPWD = '/etc/postinstall'
USERDOMAIN = 'STARBUG2'
OS = 'Windows_NT'
ALLUSERSPROFILE = 'C:\Documents and Settings\All Users'
!:: = '::\'
TEMP = '/cygdrive/c/DOCUME~1/emader/LOCALS~1/Temp'
COMMONPROGRAMFILES = 'C:\Program Files\Common Files'
LIB = 'C:\Program Files\Microsoft Visual Studio .NET 2003\SDK\v1.1\Lib\'
QTJAVA = 'C:\Program Files\Java\jre1.5.0_08\lib\ext\QTJava.zip'
USERNAME = 'emader'
PROCESSOR_LEVEL = '6'
FP_NO_HOST_CHECK = 'NO'
SYSTEMDRIVE = 'C:'
JAVA_HOME = 'C:\Program Files\Java\jdk1.5.0_08'
USERPROFILE = 'C:\Documents and Settings\emader'

Re: Install hangs

2006-09-27 Thread Larry Hall (Cygwin)

Eric Mader wrote:

Larry Hall (Cygwin) wrote:

Eric Mader wrote:
I found a bunch of stalled processes running ash, bash and sh. 
I killed them all and rebooted for good measure. :-) When I ran 
setup.exe again, it gets as far as running /etc/postinstall/gnugo.sh 
and then stalls. The environment seems to be more-or-less working. 
I've enclosed the output of cygcheck -c , cygcheck -s and 
/var/log/setup.log.full.


Am I good to go at this point, or is there still something that's a 
little off?





'hicolor-icon-theme' reports itself as incomplete but otherwise the
packages themselves are there.  Postinstall scripts have a purpose
so to the extent that you haven't run them, you may see some issues
with your environment.  I'd recommend trying two things that might
help:

  1. Remove '/', '/usr/lib', and '/usr/bin' as binary and rerun
 'setup.exe'.  See 'man mount' and the '-f' and '-b' flags
 for more details.

  2. With or without the above, go to the '/etc/postinstall' directory
 and run any scripts there that don't have the 'done' suffix.
 Once they have all run successfully, move them to the script
 name plus the 'done' suffix.

Hopefully one of these two procedures will get all your postinstall
scripts to run.  If that's true, you're good to go.



I remounted '/', '/usr/lib' and '/usr/bin' as binary (I assume you meant 
remount rather than remove?) and reran setup.exe. It ran all the way 
to completion w/o any complaints, so I think I'm in pretty good shape.



Yes, remount.  Sorry about that.  My proofreading wasn't too good this
afternoon.

Cygcheck looks OK to me.  It's not immediately obvious to me why the
text mounts got in the way here but I'm glad it fixed it.  And I fear
other similar reports!



I'm enclosing the output of 'cygcheck -svr  cygcheck.out'.

In the process of messing around w/ the scripts in /etc/postinstall I 
ran into a problem w/ find. In an attempt to find scripts where both the 
'.sh' and the '.sh.done' versions existed I typed the command:


find . -name *.sh -exec ls \{\}.done \;

This caused some strange error messages, and left some stalled processes 
running 'find' behind. (I can't run this command now because the 
successful run of setup.exe cleaned them all up, but here's the output 
of a similar use of '-exec' in find:


$ find . -name *.sh.done -exec ls \{\} \;
197 [main] find 16764 fhandler_dev_zero::fixup_mmap_after_fork: 
requested 0x
43 != 0x0 mem alloc base 0x43, state 0x2000, size 1040384, Win32 
error 4

87
543 [main] find 16764 c:\cygwin\bin\find.exe: *** fatal error - 
c:\cygwin\bi

n\find.exe: *** recreate_mmaps_after_fork_failed

It takes quite a long time to get a command prompt back after these 
error messages, and it leaves behing a stalled process.


Is this releated somehow to my many failed attempts to run setup.exe, or 
is it a know problem w/ find?




Could be a rebase issue.  Try installing the package, read the README, and
follow the instructions for rebasing your system.

--
Larry Hall  http://www.rfk.com
RFK Partners, Inc.  (508) 893-9779 - RFK Office
216 Dalton Rd.  (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/



RE: Install hangs

2006-09-26 Thread Dave Korn
On 26 September 2006 05:22, Artie Ziff wrote:

 I recently experienced a similar scenario, posted a general description
 of the user experience (with some questions) in an attempt to elicit
 general comments. I rcv'd the same response as those before me... as is
 evidenced in the archives. That is, no response. I suppose the
 philosophy is: if there is no response then no problem exists. ;-)

  Nope.  The philosophy is: if there is no information, then no diagnosis can
be made.

 Problem reports:   http://cygwin.com/problems.html
^

  Cygchecks, gentlemen, please.  As attachments, please.  Let's see what
you've got so far, and then later we might need to look at setup logs and
suchlike.

cheers,
  DaveK
-- 
Can't think of a witty .sigline today


--
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/



Re: Install hangs

2006-09-26 Thread Chris Taylor

Dave Korn wrote:

On 26 September 2006 05:22, Artie Ziff wrote:


I recently experienced a similar scenario, posted a general description
of the user experience (with some questions) in an attempt to elicit
general comments. I rcv'd the same response as those before me... as is
evidenced in the archives. That is, no response. I suppose the
philosophy is: if there is no response then no problem exists. ;-)


  Nope.  The philosophy is: if there is no information, then no diagnosis can
be made.


Problem reports:   http://cygwin.com/problems.html

^

  Cygchecks, gentlemen, please.  As attachments, please.  Let's see what
you've got so far, and then later we might need to look at setup logs and
suchlike.

cheers,
  DaveK



I wonder if perhaps they think they can't run cygcheck because they 
haven't finished installing cygwin yet?


It does seem that many people are unaware that cygcheck is a native 
win32 binary...



Chris

--
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/



RE: Install hangs

2006-09-26 Thread Dave Korn
On 26 September 2006 10:20, Chris Taylor wrote:

 Dave Korn wrote:
 On 26 September 2006 05:22, Artie Ziff wrote:
 
 I recently experienced a similar scenario, posted a general description
 of the user experience (with some questions) in an attempt to elicit
 general comments. I rcv'd the same response as those before me... as is
 evidenced in the archives. That is, no response. I suppose the
 philosophy is: if there is no response then no problem exists. ;-)
 
   Nope.  The philosophy is: if there is no information, then no diagnosis
 can be made. 
 
 Problem reports:   http://cygwin.com/problems.html
 ^
 
   Cygchecks, gentlemen, please.  As attachments, please.  Let's see what
 you've got so far, and then later we might need to look at setup logs and
 suchlike. 
 
 cheers,
   DaveK
 
 
 I wonder if perhaps they think they can't run cygcheck because they
 haven't finished installing cygwin yet?
 
 It does seem that many people are unaware that cygcheck is a native
 win32 binary...


  Ooh, yes, I guess I should have pointed that out.  

  Artie, Eric, as long as it's got as far as the postinstall stage, that means 
most of the installation is there; postinstall scripts are mostly written in 
bash shell script, and at the time they are run enough of cygwin should have 
been installed for them to work.  Ceratinly all the binary files should have 
been installed, and since cygcheck is a native win32 program and will run no 
matter how borked the cygwin installation is, you should have no problems 
invoking it from a DOS shell in the cygwin bin dir.

cheers,
  DaveK
-- 
Can't think of a witty .sigline today


--
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/



Re: Install hangs

2006-09-26 Thread Eric Mader

Dave Korn wrote:

On 26 September 2006 10:20, Chris Taylor wrote:


Dave Korn wrote:

On 26 September 2006 05:22, Artie Ziff wrote:


I recently experienced a similar scenario, posted a general description
of the user experience (with some questions) in an attempt to elicit
general comments. I rcv'd the same response as those before me... as is
evidenced in the archives. That is, no response. I suppose the
philosophy is: if there is no response then no problem exists. ;-)

  Nope.  The philosophy is: if there is no information, then no diagnosis
can be made. 


Problem reports:   http://cygwin.com/problems.html

^

  Cygchecks, gentlemen, please.  As attachments, please.  Let's see what
you've got so far, and then later we might need to look at setup logs and
suchlike. 


cheers,
  DaveK


I wonder if perhaps they think they can't run cygcheck because they
haven't finished installing cygwin yet?

It does seem that many people are unaware that cygcheck is a native
win32 binary...



  Ooh, yes, I guess I should have pointed that out.  


  Artie, Eric, as long as it's got as far as the postinstall stage, that means 
most of the installation is there; postinstall scripts are mostly written in 
bash shell script, and at the time they are run enough of cygwin should have 
been installed for them to work.  Ceratinly all the binary files should have 
been installed, and since cygcheck is a native win32 program and will run no 
matter how borked the cygwin installation is, you should have no problems 
invoking it from a DOS shell in the cygwin bin dir.

cheers,
  DaveK


Yes, cygwin seems to work:

[EMAIL PROTECTED] /cygdrive/c
$ uname -a
CYGWIN_NT-5.1 StarBug2 1.5.13(0.122/4/2) 2005-03-01 11:01 i686 unknown 
unknown C

ygwin

[EMAIL PROTECTED] /cygdrive/c
$

I've enclosed the output from cygcheck -c and cygcheck -s

Regards,
Eric
Cygwin Package Information
Package Version Status
_update-info-dir00231-1 OK
apr 0.9.6-1 OK
apr-util0.9.6-1 OK
ash 20040127-1  OK
astyle  1.15.3-3OK
atk 1.8.0-1 OK
atk-devel   1.8.0-1 OK
atk-doc 1.8.0-1 OK
atk-runtime 1.8.0-1 OK
autoconf2.59-1  OK
autoconf-devel  2.59-1  OK
autoconf-stable 2.13-5  OK
automake1.7.9-1 OK
automake-devel  1.9.2-1 OK
automake-stable 1.4p6-2 OK
base-files  3.2-1   OK
base-passwd 2.2-1   OK
bash2.05b-16OK
bc  1.06-2  OK
binutils20041229-1  OK
bison   20030307-1  OK
byacc   1.9-1   OK
bzip2   1.0.2-6 OK
ccrypt  1.7-1   OK
cgoban  1.9.14-1OK
cmake   2.0.5-1 OK
coreutils   5.2.1-5 OK
crypt   1.1-1   OK
ctags   5.5-4   OK
cvs 1.11.17-1   OK
cvsutils0.2.1-1 OK
cygipc  2.03-2  OK
cygrunsrv   1.01-1  OK
cygutils1.2.6-1 OK
cygwin  1.5.13-1OK
cygwin-doc  1.4-2   OK
cygwin-x-doc1.0.4-1 OK
ddd 3.3.9-1 OK
diffutils   2.8.7-1 OK
doxygen 1.2.18-1OK
ed  0.2-1   OK
editrights  1.01-1  OK
emacs   21.2-13 OK
emacs-X11   21.2-13 OK
expat   1.95.8-1OK
file4.12-1  OK
findutils   20041227-1  OK
flex2.5.4a-3OK
fontconfig  2.2.2-1 OK
fortune 1.99.1-1OK
freetype2   2.1.5-1 OK
fvwm2.4.7-3 OK
gawk3.1.4-3 OK
gcc 3.3.3-3 OK
gcc-ada 3.3.3-3 OK
gcc-core3.3.3-3 OK
gcc-g++ 3.3.3-3 OK
gcc-gdc 3.3.3-3 OK
gcc-mingw   20040810-1  OK
gcc-mingw-core  20040810-1  OK
gcc-mingw-g++   20040810-1  OK
gdb 20041228-2  OK
gdbm1.8.3-7 OK
gettext 

Re: Install hangs

2006-09-26 Thread Eric Mader

Dave Korn wrote:

On 26 September 2006 10:20, Chris Taylor wrote:


  Ooh, yes, I guess I should have pointed that out.  


  Artie, Eric, as long as it's got as far as the postinstall stage, that means 
most of the installation is there; postinstall scripts are mostly written in 
bash shell script, and at the time they are run enough of cygwin should have 
been installed for them to work.  Ceratinly all the binary files should have 
been installed, and since cygcheck is a native win32 program and will run no 
matter how borked the cygwin installation is, you should have no problems 
invoking it from a DOS shell in the cygwin bin dir.


One other thing: I was updating a previous Cygwin installation. From a 
quick spot-check it seems that the installer didn't update anything: for 
example gcc still says it's version 3.3.3-1 even though the installer 
reports that the most recent version is 3.4.4-1. I also noticed that 
setup.log is dated 6/21/2004 and has no entries in it newer than that date.


All of this leads me to suspect that the installer didn't update anything...

Regards,
Eric


--
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/



RE: Install hangs

2006-09-26 Thread Dave Korn
On 26 September 2006 18:25, Eric Mader wrote:

 Dave Korn wrote:

 One other thing: I was updating a previous Cygwin installation. From a
 quick spot-check it seems that the installer didn't update anything: for
 example gcc still says it's version 3.3.3-1 even though the installer
 reports that the most recent version is 3.4.4-1. I also noticed that
 setup.log is dated 6/21/2004 and has no entries in it newer than that date.
 
 All of this leads me to suspect that the installer didn't update anything...


  You could just be right there.  From your cygcheck:

c:  hd  NTFS 53348Mb  99% CP CS UN PA FC IBM_PRELOAD

  Looks like your C drive is full!


cheers,
  DaveK
-- 
Can't think of a witty .sigline today


--
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/



Re: Install hangs

2006-09-26 Thread Eric Mader

Dave Korn wrote:

On 26 September 2006 18:25, Eric Mader wrote:


Dave Korn wrote:



One other thing: I was updating a previous Cygwin installation. From a
quick spot-check it seems that the installer didn't update anything: for
example gcc still says it's version 3.3.3-1 even though the installer
reports that the most recent version is 3.4.4-1. I also noticed that
setup.log is dated 6/21/2004 and has no entries in it newer than that date.

All of this leads me to suspect that the installer didn't update anything...



  You could just be right there.  From your cygcheck:

c:  hd  NTFS 53348Mb  99% CP CS UN PA FC IBM_PRELOAD

  Looks like your C drive is full!


cheers,
  DaveK


I had about 750MB free on c:. I just did a bunch of archiving and 
deleting and now there is 6.29GB free. The install still hangs at 
exactly the same place. As far as I can tell, it tries to run the 
preremove script *before* it does any installing - the only other thing 
it seems to do is check the MD5s on the packages...


Regards,
Eric


--
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/



Re: Install hangs

2006-09-26 Thread Eric Mader

Eric Mader wrote:

Dave Korn wrote:

On 26 September 2006 18:25, Eric Mader wrote:


Dave Korn wrote:



One other thing: I was updating a previous Cygwin installation. From a
quick spot-check it seems that the installer didn't update anything: for
example gcc still says it's version 3.3.3-1 even though the installer
reports that the most recent version is 3.4.4-1. I also noticed that
setup.log is dated 6/21/2004 and has no entries in it newer than that 
date.


All of this leads me to suspect that the installer didn't update 
anything...



  You could just be right there.  From your cygcheck:

c:  hd  NTFS 53348Mb  99% CP CS UN PA FC IBM_PRELOAD

  Looks like your C drive is full!


cheers,
  DaveK


I had about 750MB free on c:. I just did a bunch of archiving and 
deleting and now there is 6.29GB free. The install still hangs at 
exactly the same place. As far as I can tell, it tries to run the 
preremove script *before* it does any installing - the only other thing 
it seems to do is check the MD5s on the packages...


Regards,
Eric


I was able to get setup.exe unstuck by cd'ing to /etc/preremove, running 
automake-devel.sh and then deleting it. I had to do this with about 
three other scripts in this directory before setup.exe would move on to 
the next phase. It's now happily installing all the selected packages.


I'm not sure what was going on with the offending scripts...

Regards,
Eric


--
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/



Re: Install hangs

2006-09-26 Thread Eric Mader

Eric Mader wrote:
I was able to get setup.exe unstuck by cd'ing to /etc/preremove, running 
automake-devel.sh and then deleting it. I had to do this with about 
three other scripts in this directory before setup.exe would move on to 
the next phase. It's now happily installing all the selected packages.


I'm not sure what was going on with the offending scripts...

Regards,
Eric


It seems I spoke too soon, now it setup.exe hangs on the 
/etc/postinstall/00ash.sh script. The installation seems incomplete. For 
example, the ls command doesn't work.


So it seems that whatever was going on with the preinstall scripts is 
also happening w/ th postinstall scripts, but now I don't have a 
functioning environment in which to run them by hand :-(


Regards,
Eric


--
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/



Install hangs

2006-09-25 Thread Eric Mader

Hello,

I'm trying to update my Cygwin installation using setup.exe v. 2.510.2.2 
(the latest as of a few hours ago). When I run setup, after downloading 
and verifying MD5 checksums, it hangs at:


Running preremove script...
automake-devel

There's no significant CPU or disk activity, and the Task Manager 
reports setup as running. I'm running XP SP2 on a TP R50p.


Does anybody have any idea what's going on here, and how to work around it?

Regards,
Eric Mader


--
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/



Re: Install hangs

2006-09-25 Thread Artie Ziff
I recently experienced a similar scenario, posted a general description
of the user experience (with some questions) in an attempt to elicit
general comments. I rcv'd the same response as those before me... as is
evidenced in the archives. That is, no response. I suppose the
philosophy is: if there is no response then no problem exists. ;-)



On Mon, 2006-09-25 at 14:38 -1000, Eric Mader wrote:
 Hello,
 
 I'm trying to update my Cygwin installation using setup.exe v. 2.510.2.2 
 (the latest as of a few hours ago). When I run setup, after downloading 
 and verifying MD5 checksums, it hangs at:
 
 Running preremove script...
 automake-devel
 
 There's no significant CPU or disk activity, and the Task Manager 
 reports setup as running. I'm running XP SP2 on a TP R50p.
 
 Does anybody have any idea what's going on here, and how to work around it?
 
 Regards,
 Eric Mader
 
 
 --
 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/
 


--
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/



Install hangs when installing xorg-x11-fenc-6.8.1.0-2

2005-12-06 Thread Peter Andersson

Hi!

It downloads correctly, but when installing:

usr/X11R6/lib/X11/fonts/encodings/adobe-dingbats.enc.gz

it stops. If left alone for some hours it eats up all memory and crashes.

Have tried with previous versions, but setup stops when encountering the first 
.gz file.

Using setup.exe 2.510.2.2

Any tips?

Regards,
/:Peter


Cygwin Configuration Diagnostics
Current System Time: Tue Dec 06 14:08:51 2005

Windows 2000 Professional Ver 5.0 Build 2195 Service Pack 4

Path:   C:\cygwin\usr\local\bin
C:\cygwin\bin
C:\cygwin\bin
C:\cygwin\usr\X11R6\bin
c:\miktex\miktex\bin
c:\WINNT\system32
c:\WINNT
c:\WINNT\System32\Wbem
c:\Program Files\ATI Technologies\ATI Control Panel
c:\Program Files\Common Files\GTK\2.0\bin
c:\Program Files\SSH Communications Security\SSH Secure Shell
c:\program files\apache-ant-1.6.5\bin
c:\program files\java\jre1.5.0_04\bin
c:\program files\java\jdk1.5.0_04\bin
C:\cygwin\home\wiss\barondist\bin
h:\bin

Output from C:\cygwin\bin\id.exe (nontsec)
UID: 1001(Peter)GID: 513(None)
0(root) 544(Administrators) 545(Users)  10545(mkgroup_l_d)

Output from C:\cygwin\bin\id.exe (ntsec)
UID: 1001(Peter)GID: 513(None)
0(root) 544(Administrators) 545(Users)  10545(mkgroup_l_d)

SysDir: C:\WINNT\system32
WinDir: C:\WINNT

USER = `Peter'
PWD = `/cygdrive/h'
HOME = `/cygdrive/h'
MAKE_MODE = `unix'

MANPATH = `/usr/local/man:/usr/share/man:/usr/man::/usr/ssl/man'
APPDATA = `C:\Documents and Settings\peter.WITAS.000\Application Data'
TERM = `cygwin'
PROCESSOR_IDENTIFIER = `x86 Family 6 Model 6 Stepping 2, AuthenticAMD'
WINDIR = `C:\WINNT'
QTDIR = `/usr/lib/qt3'
OLDPWD = `/usr/bin'
USERDOMAIN = `WITAS'
OS = `Windows_NT'
ALLUSERSPROFILE = `C:\Documents and Settings\All Users'
OS2LIBPATH = `C:\WINNT\system32\os2\dll;'
!:: = `::\'
TEMP = `/cygdrive/c/DOCUME~1/PETERW~1.000/LOCALS~1/Temp'
COMMONPROGRAMFILES = `C:\Program Files\Common Files'
LIB = `C:\Nuance\8.0.0\lib\win32'
MACHINE_TYPE = `win32'
PROCESSOR_LEVEL = `6'
SYSTEMDRIVE = `C:'
JAVA_HOME = `c:\program files\java\jdk1.5.0_04\jre'
USERPROFILE = `C:\Documents and Settings\peter.WITAS.000'
LANG = `en'
QMAKESPEC = `/usr/lib/qt3/mkspecs/cygwin-g++'
PS1 = `\[\e]0;[EMAIL PROTECTED] \[\e[33m\]\w\[\e[0m\]\n\$ '
LOGONSERVER = `\\LINA'
PROCESSOR_ARCHITECTURE = `x86'
!C: = `C:\cygwin\bin'
SHLVL = `1'
PATHEXT = `.COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH'
HOMEDRIVE = `C:'
PROMPT = `$P$G'
COMSPEC = `C:\WINNT\system32\cmd.exe'
TMP = `/cygdrive/c/DOCUME~1/PETERW~1.000/LOCALS~1/Temp'
SYSTEMROOT = `C:\WINNT'
PRINTER = `\\lina\sofia'
CVS_RSH = `/bin/ssh'
PROCESSOR_REVISION = `0602'
WITASLIB = `/usr/local/share/witas'
CLASSPATH = 
`.;C:\PROGRA~1\JMF21~1.1E\lib\sound.jar;C:\PROGRA~1\JMF21~1.1E\lib\jmf.jar;C:\PROGRA~1\JMF21~1.1E\lib;'
PKG_CONFIG_PATH = `/usr/X11R6/lib/pkgconfig'
INFOPATH = `/usr/local/info:/usr/share/info:/usr/info:'
PROGRAMFILES = `C:\Program Files'
HOMESHARE = `\\lina\peter'
NUMBER_OF_PROCESSORS = `1'
_ = `/usr/bin/cygcheck'
POSIXLY_CORRECT = `1'

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 = 0x0022
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\mounts v2\/
  (default) = `C:\cygwin'
  flags = 0x000a
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\mounts v2\/tmp
  (default) = `H:\tmp'
  flags = 0x000a
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\mounts v2\/usr/bin
  (default) = `C:\cygwin/bin'
  flags = 0x000a
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\mounts v2\/usr/lib
  (default) = `C:\cygwin/lib'
  flags = 0x000a
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\mounts 
v2\/usr/X11R6/lib/X11/fonts
  (default) = `P:\Cygwin\usr\X11R6\lib\X11\fonts'
  flags = 0x000a
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\Program Options

a:  fd N/AN/A
c:  hd  NTFS 38162Mb  30% CP CS UN PA FC 
d:  cd N/AN/A
h:  net NTFS148628Mb  32% CP CSPApeter
i:  net NTFS148628Mb  32% CP CSPAinstall
o:  net NTFS148628Mb  32% CP CSPAothers
p:  net NTFS148628Mb  32% CP CSPAprograms

C:\cygwin  / system  binmode
H:\tmp /tmp  system  binmode
C:\cygwin/bin  /usr/bin  system  binmode
C:\cygwin/lib  /usr/lib  system  binmode
P:\Cygwin\usr\X11R6\lib\X11\fonts  

Re: Fltk install hangs

2003-11-07 Thread Krzysztof Duleba
Aaron Humphrey wrote:

 It got as far as fltk and then hung on the one file,
 /usr/share/doc/fltk-1.1.4/fl_color_chooser.jpg.

[...]

 It went from about 10 megabytes to 24 megabytes in less than a minute,
 which is an unusual size for a JPG in any event.

During the setup I went out to drink a tea. When I come back, the file had
1.4 GB.

Regards
Krzysztof Duleba



--
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/



Fltk install hangs

2003-11-06 Thread Aaron Humphrey

I am also experiencing a hang installing fltk.  (I would reply to 
http://cygwin.com/ml/cygwin/2003-11/msg00187.html,
but at work I'm only subscribed to the digest list, and it hasn't shown up yet.)

I was just doing a routine update of all packages, using the ftp.plig.net 
mirror(selected more or less at random).  It
downloaded them all fine, then started to install them.  It got as far as fltk and 
then hung on the one file,
/usr/share/doc/fltk-1.1.4/fl_color_chooser.jpg.  I waited for a few seconds, then I 
clicked Cancel.  I went back into
setup, installed the rest of the other packages(which went fine), then went back in 
and tried fltk again.  It still
didn't work.  I checked the mailing list archive on the web site, found the above 
message, then tried again and found
he was correct--the file it was hanging on grew continually while I refreshed my 
Explorer window.  It went from about
10 megabytes to 24 megabytes in less than a minute, which is an unusual size for a JPG 
in any event.

Trying to decompress the fltk-1.1.4-2.tar.bz2 file using bunzip2 produces the 
following message:


bunzip2: Compressed file ends unexpectedly;
perhaps it is corrupted?  *Possible* reason follows.
bunzip2: No error
Input file = fltk-1.1.4-2.tar.bz2, output file = fltk-1.1.4-2.tar

It is possible that the compressed file(s) have become corrupted.
You can use the -tvv option to test integrity of such files.

You can use the `bzip2recover' program to attempt to recover
data from undamaged sections of corrupted files.

bunzip2: Deleting output file fltk-1.1.4-2.tar, if it exists.


Running bunzip2 -tvv on the file produces:


  fltk-1.1.4-2.tar.bz2: 
[1: huff+mtf rt+rld]
[2: huff+mtf rt+rld]
[3: huff+mtf rt+rld]
[4: huff+mtf rt+rld]
[5: huff+mtf rt+rld]
[6: huff+mtf file ends unexpectedly

You can use the `bzip2recover' program to attempt to recover
data from undamaged sections of corrupted files.


Cygcheck output attached, though I don't know if it's revelant.  Setup.log.full seemed 
to be too large to
attach, and also not that informative.


--Aaron V. Humphrey
Kakari Systems Ltd.




cygcheck.out
Description: Binary data
--
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/