Re: Default directory is C:\PROGRA~1\RATIONAL\RATION~1\NUTCROOT\mksnt\?

2006-04-26 Thread Philip H. Schlesinger
Hi all. I moved the following from my Environment Variables to a batch file, and now it works! Thanks! - Phil set TERMINFO=C:\PROGRA~1\RATIONAL\RATION~1\NUTCROOT\usr\lib\terminfo set TERMCAP=C:\PROGRA~1\RATIONAL\RATION~1\NUTCROOT\etc\termcap set TERM=nutc set

src/winsup/cygwin ChangeLog fhandler.h fhandle ...

2006-04-26 Thread corinna
CVSROOT:/cvs/src Module name:src Changes by: [EMAIL PROTECTED] 2006-04-26 16:51:09 Modified files: winsup/cygwin : ChangeLog fhandler.h fhandler_disk_file.cc ntdll.h path.cc path.h Log message: * fhandler.h (fhandler_base): Change

Re: [Patch] patch -Z not working if timestamp contains seconds =59.5

2006-04-26 Thread Peter Ekberg
On Tue, Apr 25, 2006 at 11:33:52PM +0200, Christian Franke wrote: Dave Korn wrote: ... diff -rup patch-2.5.8-8.orig/partime.c patch-2.5.8-8/partime.c --- patch-2.5.8-8.orig/partime.c 2002-12-15 21:37:32.00100 +0100 +++ patch-2.5.8-8/partime.c 2006-04-25 12:14:59.797168500 +0200 @@

Re: [Patch] patch -Z not working if timestamp contains seconds =59.5

2006-04-26 Thread Christian Franke
Peter Ekberg wrote: If you thought about all that, maybe you also thought about leap seconds? Isn't it valid to have 60 in the seconds field when a leap second is added? Yes, this should be valid. But maketime() does not provide portable support for it, because it relies on gmtime/localtime of

print out of cygwin

2006-04-26 Thread Dirk Schleicher
Hello there, I use cygwin and sylpheed-claws on W2k. What I can do to print out of sylpheed to a printer is connect to the USB Port and work under W2k? Thanks Dirk -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html

Re: rsync over ssh hang issue understood

2006-04-26 Thread Peter Keitler
Hi, there has been a discussion about Cygwin hangs last December/January. I think the problem is still alive. I tested with the current snapshot of cygwin dll (2006-04-24). I can reproduce it with the short script attached on my WinXP (all patches applied via online update). The script

Re: [Patch] patch -Z not working if timestamp contains seconds =59.5

2006-04-26 Thread Corinna Vinschen
On Apr 26 11:14, Christian Franke wrote: Peter Ekberg wrote: If you thought about all that, maybe you also thought about leap seconds? Isn't it valid to have 60 in the seconds field when a leap second is added? Yes, this should be valid. But maketime() does not provide portable

Re: [Patch] patch -Z not working if timestamp contains seconds =59.5

2006-04-26 Thread Christian Franke
Corinna Vinschen wrote: I don't see what this has to do with gmtime/localtime since both functions create a struct tm from a time_t, not the other way around. maketime() calculates time_t from tm by an iterative method using the inverse function. I just tested your testcase with patch-2.5.9

How do I detect a failure in Make?

2006-04-26 Thread Richard Quadling
Hi. I have the following bash script ... #!/bin/sh cvs up 2 $HOME/cvs1.log $HOME/cvs2.log cd phpdoc autoconf -v -d --warnings=all $HOME/autoconf.log ./configure --with-source=./../php-src --with-pear-source=./../pear --with-chm=yes --with-treesaving $HOME/configure.log make test

rm -rf ./foo/ safe to use?

2006-04-26 Thread Tom Rodman
Rightly or wrongly over the years I've refrained from using cygwin to delete large directories; instead, from bash I'll cd to the parent dir, and run: cmd /c rmdir /s /q MYDIR2DELETE I think I had read something years back about cygwin's inode simulation (sorry to munge up the terminology),

Re: How do I detect a failure in Make?

2006-04-26 Thread mwoehlke
Richard Quadling wrote: I have the following bash script ... #!/bin/sh cvs up 2 $HOME/cvs1.log $HOME/cvs2.log cd phpdoc autoconf -v -d --warnings=all $HOME/autoconf.log ./configure --with-source=./../php-src --with-pear-source=./../pear --with-chm=yes --with-treesaving $HOME/configure.log

Re: rm -rf ./foo/ safe to use?

2006-04-26 Thread Eric Blake
Tom Rodman cygwin at trodman.com writes: I think I had read something years back about cygwin's inode simulation (sorry to munge up the terminology), being imperfect; so that may have convinced me to not use rm -rf DIRXXX. And how would imperfect inode simulation mess up rm? Seriously - I

RE: rm -rf ./foo/ safe to use?

2006-04-26 Thread Ross, George - DOA
A few years ago, I came across a rm -rf problem with NFSv2 and NFSv3 clients. NFS clients on Solaris 8 and 9, AIX 4.3, and the Hummingbird on Windows all had a problem with rm -rf, against a certain NFS server. The problem was an NFS protocol implementation short-cut. When reported, one of

Windows Event Viewer

2006-04-26 Thread Emiel Janssen - Van Boxtel Software BV
hello is it possible in cygwin to monitor the Windows Event Viewer on Error messages and extract them from the event viewer to write them into a textfile? Best regards, Emiel Janssen Van Boxtel Software B.V. Phone:+31 (0) 492 - 327 357 Fax: +31 (0) 492 - 324 326 E-mail:[EMAIL PROTECTED]

Re: rm -rf ./foo/ safe to use?

2006-04-26 Thread mwoehlke
Ross, George - DOA wrote: I have never tested the cygwin NFS client against the above-mentioned NFS server. Wait... Cygwin has an NFS client? Did I miss something? (How would/does this work with non-Cygwin applications?) -- Matthew All of my signatures are 100% original. Including this

Re: rm -rf ./foo/ safe to use?

2006-04-26 Thread Christopher Faylor
On Wed, Apr 26, 2006 at 10:33:49AM -0500, mwoehlke wrote: Ross, George - DOA wrote: I have never tested the cygwin NFS client against the above-mentioned NFS server. Wait... Cygwin has an NFS client? Did I miss something? (How would/does this work with non-Cygwin applications?) I imagine that

Re: rsync over ssh hang issue understood

2006-04-26 Thread Corinna Vinschen
On Apr 26 11:51, Peter Keitler wrote: For the script to run, a sshd has to started on the local machine and the user name has to be adapted within the script. Could some of you please run the script twice (the error only occurs when the files already exist on the client side) in order to

Re: Windows Event Viewer

2006-04-26 Thread Corinna Vinschen
On Apr 26 17:30, Emiel Janssen - Van Boxtel Software BV wrote: hello is it possible in cygwin to monitor the Windows Event Viewer on Error messages and extract them from the event viewer to write them into a textfile? When you install and use syslogd (from the inetutils package) or

RE: rsync over ssh hang issue understood

2006-04-26 Thread Dave Korn
On 26 April 2006 17:01, Corinna Vinschen wrote: On Apr 26 11:51, Peter Keitler wrote: For the script to run, a sshd has to started on the local machine and the user name has to be adapted within the script. Could some of you please run the script twice (the error only occurs when the files

Re: rsync over ssh hang issue understood

2006-04-26 Thread Cliff Hones
Dave Korn wrote: On 26 April 2006 17:01, Corinna Vinschen wrote: On Apr 26 11:51, Peter Keitler wrote: For the script to run, a sshd has to started on the local machine and the user name has to be adapted within the script. Could some of you please run the script twice (the error only occurs

Re: rsync over ssh hang issue understood

2006-04-26 Thread Steven Hartland
Just to back this up, we cant get basic rsync to run reliably using cygwin either. The command being tested is run from a FreeBSD box with the source being a cygwin box using cygwin 1.5.19-4: rsync -av cygwin1:/testdir/ /testdir/ The result is it will randomly hang on a file, no output / error

Re: Fixing the state of C++ in Cygwin

2006-04-26 Thread Angelo Graziosi
There is a CERN application, ROOT, that when it is built with current Cygwin GCC 3.4.4-1, has problems at runtime (hang, stackdump...). But following this http://cygwin.com/ml/cygwin/2006-04/msg00634.html, I have made a build of GCC-3.4.4 that includes --enable-fully-dynamic-string. This new

Re: rm -rf foo/ safe to use?[it is, great.. Thanks/EOM]

2006-04-26 Thread Tom Rodman
-- 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/

So, you mean, simple UNIX commands work in cygwin? Who knew? [was Re: rm -rf foo/ safe to use?[it is, great.. Thanks/EOM]]

2006-04-26 Thread Christopher Faylor
-- 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/

Where is CYGREADLINE6.DLL?

2006-04-26 Thread L Anderson
I would greatly appreciate someone telling me the package that contains CYGREADLINE6.DLL. On my last Cygwin update I hosed my installation and now when starting Cygwin I get the message: A required .DLL file, CYGREADLINE6.DLL was not found. and then it terminates. I've Googled,

Re: Where is CYGREADLINE6.DLL?

2006-04-26 Thread Christopher Faylor
On Wed, Apr 26, 2006 at 11:39:00AM -0700, L Anderson wrote: I would greatly appreciate someone telling me the package that contains CYGREADLINE6.DLL. On my last Cygwin update I hosed my installation and now when starting Cygwin I get the message: A required .DLL file, CYGREADLINE6.DLL

RE: Where is CYGREADLINE6.DLL?

2006-04-26 Thread Robb, Sam
I've Googled, grepped, and groped in an attempt to locate the package containing CYGREADLINE6.DLL so I can reinstall it. When I Google, I get a solar mass of hits but they are just cygcheck output--not very helpful. I've also reinstalled some packages I thought might be related, but

Re: rsync over ssh hang issue understood

2006-04-26 Thread René Berber
Steven Hartland wrote: Just to back this up, we cant get basic rsync to run reliably using cygwin either. The command being tested is run from a FreeBSD box with the source being a cygwin box using cygwin 1.5.19-4: rsync -av cygwin1:/testdir/ /testdir/ The result is it will randomly hang

RE: Call for testing Cygwin snapshot

2006-04-26 Thread Jerry D. Hedden
snapshot For the following snapshots, stuck processes are generated by bash script cron job: 20060313 20060322 20060323 20060324 20060326 20060329 20060413 20060417 20060418 20060421 20060424 20060426 For the following snapshots, the rxvt shell window

Cygwin 1.5.19 Windows 2003 / croned shells stay hung

2006-04-26 Thread etorre
Hi, this problem only concern shells run by cron dameon. By running shells manually they always work. Every scripts logs in general log file that is access by every croned shell and each of them use temp files for their business. The scripts call generally database command interpreters for very

Re: rsync over ssh hang issue understood

2006-04-26 Thread Steven Hartland
- Original Message - From: René Berber Steven Hartland wrote: Just to back this up, we cant get basic rsync to run reliably using cygwin either. The command being tested is run from a FreeBSD box with the source being a cygwin box using cygwin 1.5.19-4: rsync -av cygwin1:/testdir/

binmode and textmode setting

2006-04-26 Thread Capaci, Christopher
Hi, Can someone tell me where the binmode or textmode setting is set? I don't see a way of setting it automatically during setup (I'm automating the setup to use on multiple machines). If there's a flag to send to the setup.exe I'll just use that when I install. If not, where is it set so I can

Re: Where is CYGREADLINE6.DLL?

2006-04-26 Thread L Anderson
Christopher Faylor wrote: On Wed, Apr 26, 2006 at 11:39:00AM -0700, L Anderson wrote: I would greatly appreciate someone telling me the package that contains CYGREADLINE6.DLL. http://cygwin.com/cgi-bin2/package-grep.cgi?grep=cygreadline6.dll Doh! I knew that--the obvious sometimes

Re: rsync over ssh hang issue understood

2006-04-26 Thread René Berber
Steven Hartland wrote: [snip] tcsh is the default shell on FreeBSD which is the recieving end in this test yes but I'm a little confused how the shell could effect the results of rsync? FreeBSD to FreeBSD for FreeBSD to Windows SFU doesnt have this issue so something specific to tcsh on

Re: rsync over ssh hang issue understood

2006-04-26 Thread Steven Hartland
- Original Message - From: René Berber Then it must be something different. Thanks for option Rene, always worth investigating these things :) Steve This e.mail is private and confidential between Multiplay (UK) Ltd. and the

Re: binmode and textmode setting

2006-04-26 Thread Christopher Faylor
On Wed, Apr 26, 2006 at 01:06:43PM -0700, Capaci, Christopher wrote: Can someone tell me where the binmode or textmode setting is set? I don't see a way of setting it automatically during setup (I'm automating the setup to use on multiple machines). If there's a flag to send to the setup.exe I'll

Re: Call for testing Cygwin snapshot

2006-04-26 Thread Christopher Faylor
script cron job: 20060313 20060322 20060323 20060324 20060326 20060329 20060413 20060417 20060418 20060421 20060424 20060426 For the following snapshots, the rxvt shell window closes right away (as reported in http://cygwin.com/ml/cygwin/2006-03/msg00487

Reproducible hang with unusual border conditions

2006-04-26 Thread Volker Quetschke
On my search for the infamous cygwin hang while building OOo, see http://sources.redhat.com/ml/cygwin/2005-12/msg00279.html, and http://wiki.services.openoffice.org/wiki/Windows#Miscellaneous_info that I couldn't reproduce myself (WJFFM) I finally managed to get a reproducible hang on my systems

Re: Reproducible hang with unusual border conditions

2006-04-26 Thread Christopher Faylor
On Wed, Apr 26, 2006 at 05:39:37PM -0400, Volker Quetschke wrote: On my search for the infamous cygwin hang while building OOo, see http://sources.redhat.com/ml/cygwin/2005-12/msg00279.html, and http://wiki.services.openoffice.org/wiki/Windows#Miscellaneous_info that I couldn't reproduce myself

Ghost processes on Cygwin

2006-04-26 Thread mwoehlke
I'm seeing something funny. While trying to build a large program on Cygwin using cl.exe (i.e. I am building a non-Cygwin app; just using Cygwin to drive 'make'), every now and then, cl.exe hangs. Before you tell me I'm on the wrong list :-), here's the funny part. If I do 'ps' in Cygwin, I

Re: Reproducible hang with unusual border conditions

2006-04-26 Thread Volker Quetschke
Christopher Faylor wrote: On Wed, Apr 26, 2006 at 05:39:37PM -0400, Volker Quetschke wrote: On my search for the infamous cygwin hang while building OOo, see http://sources.redhat.com/ml/cygwin/2005-12/msg00279.html, and http://wiki.services.openoffice.org/wiki/Windows#Miscellaneous_info

Re: Ghost processes on Cygwin

2006-04-26 Thread Volker Quetschke
mwoehlke wrote: I'm seeing something funny. While trying to build a large program on Cygwin using cl.exe (i.e. I am building a non-Cygwin app; just using Cygwin to drive 'make'), every now and then, cl.exe hangs. Before you tell me I'm on the wrong list :-), here's the funny part. If I do

Re: Ghost processes on Cygwin

2006-04-26 Thread mwoehlke
Volker Quetschke wrote: mwoehlke wrote: I'm seeing something funny. While trying to build a large program on Cygwin using cl.exe (i.e. I am building a non-Cygwin app; just using Cygwin to drive 'make'), every now and then, cl.exe hangs. Before you tell me I'm on the wrong list :-), here's the

Re: Cygwin GTK 2.0 support for SVG files?

2006-04-26 Thread Yaakov S (Cygwin Ports)
Eric Swenson wrote: Does cygwin GTK 2.0 support SVG files? If so, what have I done wrong? If not, can anyone suggest any approach I can take to get this support in? Thanks. -- Eric GTK+ does not come with an SVG loader, but librsvg2 (the GNOME SVG library) includes one. librsvg2 is not

Re: Ghost processes on Cygwin

2006-04-26 Thread mwoehlke
mwoehlke wrote: Volker Quetschke wrote: mwoehlke wrote: I'm seeing something funny. While trying to build a large program on Cygwin using cl.exe (i.e. I am building a non-Cygwin app; just using Cygwin to drive 'make'), every now and then, cl.exe hangs. Before you tell me I'm on the wrong

Re: Ghost processes on Cygwin

2006-04-26 Thread Christopher Faylor
On Wed, Apr 26, 2006 at 05:12:31PM -0500, mwoehlke wrote: I'm seeing something funny. While trying to build a large program on Cygwin using cl.exe (i.e. I am building a non-Cygwin app; just using Cygwin to drive 'make'), every now and then, cl.exe hangs. Before you tell me I'm on the wrong list

Re: cygwin quite mode install with non default packages

2006-04-26 Thread Larry Hall (Cygwin)
Top-posting reformatted - http://cygwin.com/acronyms/#TOFU On 4/23/06, Larry Hall (Cygwin) reply-to-list-only-lh at cygwin dot com wrote: Worse - http://cygwin.com/acronyms/#PCYMTNQREAIYR shaick mohamed wrote: Hi, I need to install cygwin in quite mode with selecting few packages like

Re: print out of cygwin

2006-04-26 Thread Larry Hall (Cygwin)
Dirk Schleicher wrote: Hello there, I use cygwin and sylpheed-claws on W2k. What I can do to print out of sylpheed to a printer is connect to the USB Port and work under W2k? And this question is related to Cygwin how? sylpheed-claws is not a package distributed with Cygwin. -- Larry Hall

Re: Building CGAL libs on Cygwin - Problems

2006-04-26 Thread poudyal
Leandro Melo ltcmelo at gmail.com writes: Hi, I've checked the archive for any information about that, but couldn't fine any. I'm beginner with cygwin and don't have much experience also with gcc/g++. The point is that I'm trying to build CGAL (computation geometry algorithms library)

Re: Reproducible hang with unusual border conditions

2006-04-26 Thread Larry Hall (Cygwin)
On 04/26/2006, Volker Quetschke wrote: 1. It only hangs from rxvt. (Invoked with shortlink from desktop to: C:\cygwin\bin\rxvt.exe -cr green -sl 1000 -tn linux -e /usr/bin/bash --login -i) I guess the actual switches don't matter. Startting the following example from the bash that is started

Re: print out of cygwin

2006-04-26 Thread Dirk Schleicher
Am Wed, 26 Apr 2006 21:30:28 -0400 schrieb Larry Hall (Cygwin) [EMAIL PROTECTED]: I use cygwin and sylpheed-claws on W2k. What I can do to print out of sylpheed to a printer is connect to the USB Port and work under W2k? And this question is related to Cygwin how? sylpheed-claws is

Re: print out of cygwin

2006-04-26 Thread Larry Hall (Cygwin)
Dirk Schleicher wrote: Am Wed, 26 Apr 2006 21:30:28 -0400 schrieb Larry Hall (Cygwin) reply-to-list-only-lh at cygwin dot com: Ugh! http://cygwin.com/acronyms/#PCYMTNQREAIYR I use cygwin and sylpheed-claws on W2k. What I can do to print out of sylpheed to a printer is connect to the USB

RE: Windows 95 support ?

2006-04-26 Thread Gary R. Van Sickle
From: Gary R. Van Sickle From: Samuel Thibault Gary R. Van Sickle, le Mon 24 Apr 2006 23:20:55 -0500, a écrit : http://home.att.net/~g.r.vansickle/cygwin/SetupInstaller/SetupInstalle r.exe Same result as when I manually copied MSVCRT.DLL to my system for getting the

Re: Windows 95 support ?

2006-04-26 Thread Brian Dessent
Gary R. Van Sickle wrote: Sorry folks, this is going to probably have to wait until the weekend. But I am still about 99.44% confident that this is solvable in a reasonably painless manner. Don't you think it's sufficient just to leave it at thou must install IE3+? Brian -- Unsubscribe

RE: Windows 95 support ?

2006-04-26 Thread Gary R. Van Sickle
From: Brian Dessent Gary R. Van Sickle wrote: Sorry folks, this is going to probably have to wait until the weekend. But I am still about 99.44% confident that this is solvable in a reasonably painless manner. Don't you think it's sufficient just to leave it at thou must

Re: Fixing the state of C++ in Cygwin

2006-04-26 Thread Doyle Rhynard
Angelo Graziosi wrote: There is a CERN application, ROOT, that when it is built with current Cygwin GCC 3.4.4-1, has problems at runtime (hang, stackdump...). But following this http://cygwin.com/ml/cygwin/2006-04/msg00634.html, I have made a build of GCC-3.4.4 that includes