Re: [ANNOUNCEMENT] Updated: OpenSSH-4.3p2-2

2006-03-14 Thread Corinna Vinschen
On Mar 13 16:30, Peter Wohlers wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > >> I've just updated the version of OpenSSH to 4.3p2-2. > >> > >> This version is supposed to fix the "scp -r doesn't copy files" problem > >> which happens with Cygwin 1.5.19. > > Problems still seems to

Re: Problem with gawk-3.1.5-3

2006-03-14 Thread Corinna Vinschen
On Mar 13 17:30, Buchbinder, Barry (NIH/NIAID) [E] wrote: > I have a gawk script that I've been using unchanged for at least 9 > months that seems to have broken with the transition from gawk-3.1.5-2 > to gawk-3.1.5-3. > > Gawk seemed to hang, though it might be merely very slow. I let it run > f

Re: Bug in POSIX.2 regex word boundary matching

2006-03-14 Thread Corinna Vinschen
On Mar 14 19:37, [EMAIL PROTECTED] wrote: > Bleah. #include statements were missing in my > previously posted sample test case. Here > is the test case again with #include statements > this time: > > $ cat regex-bug.c > > #include > #include > #include > > int main() > { > regex_tr; >

Re: How to get Cygwin application sources

2006-03-14 Thread Jurgen Defurne
Thanks, I am so used to only download packages that I forgot about the source option in the setup.exe. Jurgen Brian Dessent <[EMAIL PROTECTED]> Sent by: [EMAIL PROTECTED] 2006-03-14 08:56 AM Please respond to cygwin@cygwin.com To cygwin@cygwin.com cc Subject Re: How to get Cygwin app

[ANNOUNCEMENT] Updated: tar-1.15.1-4

2006-03-14 Thread Eric Blake
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 A new release of tar, 1.15.1-4, is available, replacing 1.15.1-3 as the current version. NEWS: = This is a minor bugfix release. CVE-2006-0300 identified a security issue where a malformed pax archive could cause tar to execute arbitrary code. D

Re: cygrunsrv.exe Processor Util 100% on Windows Server

2006-03-14 Thread Brett Serkez
Chris, > Hi Brett, if you might help me locate this posting, would greatly appreciate > it; I'm not that familiar with forks, bash, and tcsh so I'm not totally clear > on what to search on). Meanwhile I'll post to the guy just a few messages > above with a similar problem and refer him this! http

Re: cygrunsrv.exe Processor Util 100% on Windows Server

2006-03-14 Thread Corinna Vinschen
On Mar 14 09:07, Brett Serkez wrote: > Chris, > > > Hi Brett, if you might help me locate this posting, would greatly appreciate > > it; I'm not that familiar with forks, bash, and tcsh so I'm not totally > > clear > > on what to search on). Meanwhile I'll post to the guy just a few messages > >

Re: cygrunsrv.exe Processor Util 100% on Windows Server

2006-03-14 Thread Brett Serkez
Corinna, > I'm running sshd without the -r option all the time and I can't observer > the high CPU load as reported. What's different on your system?!? I *believe* this primarily happens on Windows2000. I wasn't able to track down. The problem is that once the system gets in this state, with

Re: exim-4.50-1: SMTP sending fails with "Software caused connection abort"

2006-03-14 Thread Adrian Lanz
On 14 Jul 2005, [EMAIL PROTECTED] wrote: > > [I sent this earlier this morning via gmane, but it has yet to reach > the list. I apologize if a duplicate arrives later.] > > Using a very fresh Cygwin installation with exim-4.50-1, I am unable > to send any outgoing messages over SMTP; exim's connec

RE: exim-4.50-1: SMTP sending fails with "Software caused connection abort"

2006-03-14 Thread Dave Korn
On 14 March 2006 15:18, Adrian Lanz wrote: > On 14 Jul 2005, [EMAIL PROTECTED] wrote: > >> >> [I sent this earlier this morning via gmane, but it has yet to reach >> the list. I apologize if a duplicate arrives later.] Do you need to re-ack the autoresponder by any chance? >> Is this a known

Re: select() too slow

2006-03-14 Thread Pedro Inacio
Hello again, as promised attached you will find a very simplistic non-blocking echo server that compiles on Linux and Cygwin. The main objective is that you compile it and run on both environments. Of course that the same hardware is recommended in order to compare the results in a more accu

Re: select() too slow

2006-03-14 Thread Christopher Faylor
On Tue, Mar 14, 2006 at 06:59:28PM +, Pedro Inacio wrote: >Hello again, > >as promised attached you will find a very simplistic non-blocking >echo server that compiles on Linux and Cygwin. >The main objective is that you compile it and run on both environments. >Of course that the same hardwa

RE: select() too slow

2006-03-14 Thread Dave Korn
On 14 March 2006 19:19, Christopher Faylor wrote: > On Tue, Mar 14, 2006 at 06:59:28PM +, Pedro Inacio wrote: >> Hello again, >> >> as promised attached you will find a very simplistic non-blocking >> echo server that compiles on Linux and Cygwin. >> The main objective is that you compile it

uninstalling

2006-03-14 Thread Chris
How can I uninstall cygwin/x? I have looked through the cygwin/x website. Cygwin/x is not in the add/remove programs from control panel. __ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com -- Uns

Re: uninstalling

2006-03-14 Thread Brian Dessent
Chris wrote: > > How can I uninstall cygwin/x? I have looked through http://cygwin.com/faq/faq.setup.html#faq.setup.uninstall-all -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/doc

Re: select() too slow

2006-03-14 Thread Christopher Faylor
On Tue, Mar 14, 2006 at 07:32:09PM -, Dave Korn wrote: >On 14 March 2006 19:19, Christopher Faylor wrote: >>On Tue, Mar 14, 2006 at 06:59:28PM +, Pedro Inacio wrote: >>>Hello again, >>> >>>as promised attached you will find a very simplistic non-blocking echo >>>server that compiles on Linu

Re: /proc/mdstat?

2006-03-14 Thread Cary Jamison
Neil Aggarwal wrote: > Hello: > > Is there an equivalent to /proc/mdstat on Cygwin? > > Or, some other utility to give me the status of a software RAID > device? > > Thanks, > Neil Can't you just use diskpart? You could either pass it a script, using diskpart /s, or pass it a 'here' script: disk

Re: select() too slow

2006-03-14 Thread Pedro Inacio
I'm goin to explain everything step by step in order to be now doubts. One computer with dual boot, Linux in one partition and Windows with Cygwin installed on another partition. Boot on Linux compile echo_server.c, run it and it will listen on tcp port 12345 Imagine that the IP address of

bash, find | xargs grep

2006-03-14 Thread bob knob
Hi: (tried posting this to the comp.windows.cygwin usenet group and got no response, so) I've been doing "find | xargs grep" types of things for a long time with no problem, but I just started working at a new job with a new computer onto which I've downloaded the latest Cygwin. I like gre

Re: bash, find | xargs grep

2006-03-14 Thread Christopher Faylor
On Tue, Mar 14, 2006 at 02:28:40PM -0800, bob knob wrote: >Any ideas why this started happening to me? Antivirus? cgf > > 5 [main] bash 4800 >C:\Programs\Cygwin\bin\bash.exe: *** fatal error - >fork: can't reserve memory for stack 0x23E890 - 0 >x24, Win32 error 487 > 2520 [main] ba

no grass component in cygwin

2006-03-14 Thread Kuba Z.
I need cygwin to install Grass. When installing I can't find the grass component. The step by step instruction from http://geni.ath.cx/grass.html shows there should be something like this as a package in Database. Why there's no of what I need? -

Re: select() too slow

2006-03-14 Thread Christopher Faylor
On Tue, Mar 14, 2006 at 09:42:25PM +, Pedro Inacio wrote: >I'm goin to explain everything step by step in order to be now doubts. > >One computer with dual boot, Linux in one partition and Windows with >Cygwin installed on another partition. > >Boot on Linux compile echo_server.c, run it and

Re: no grass component in cygwin

2006-03-14 Thread Russell K Montgomery
This package is not part of the Cygwin standard setup. You didn't follow the website instructions in Step 4 to select BOTH locations. Russell --- Corpus Christi, Texas Kuba Z. wrote: I need cygwin to install Grass. When installing I can't find the grass component. The step by step instruction

fopen with UTF-8 chars in filenames

2006-03-14 Thread Paul J. Lucas
Is this known to work (or not work)? Apparently, it doesn't. FYI: I'm writing JNI code. The strings passed from Java to C are UTF-8. A string containing a non-ASCII character, e.g., an 'e' with an accent, works fine with fopen() under Mac OS X. The same

Re: no grass component in cygwin

2006-03-14 Thread René Berber
Kuba Z. wrote: > I need cygwin to install Grass. When installing I can't find the grass > component. The step by step instruction from > http://geni.ath.cx/grass.html shows there should be something like this > as a package in Database. > Why there's no of what I need? Follow the instructions, so

Problems with the snapshot 20060314

2006-03-14 Thread Angelo Graziosi
Usually I start the X system with a link on the desktop to starxwin.bat. After installing the snapshots 20060314 only the dos window appears for an instant (as it must) but the xterm windows does not display itself. Cygwin.bat starts and ps shows

Re: fopen with UTF-8 chars in filenames

2006-03-14 Thread Cary Jamison
Paul J. Lucas wrote: > Is this known to work (or not work)? Apparently, it doesn't. > > FYI: I'm writing JNI code. The strings passed from Java to C > are UTF-8. A string containing a non-ASCII character, e.g., an > 'e' with an accent, works fine with fopen() under Mac OS X. The > same JNI code

Re: fopen with UTF-8 chars in filenames

2006-03-14 Thread Christopher Faylor
On Tue, Mar 14, 2006 at 05:53:14PM -0700, Cary Jamison wrote: >Paul J. Lucas wrote: >>Is this known to work (or not work)? Apparently, it doesn't. >> >>FYI: I'm writing JNI code. The strings passed from Java to C are >>UTF-8. A string containing a non-ASCII character, e.g., an 'e' with an >>acce

Gearzone Request - 511 Tactical Clothing, Blackhawk Clothing, WileyX eyewear, ESS Googles, Night Ops, Paraclete Body Armour and Tactical Headsets Supplier

2006-03-14 Thread Gear Zone Products
My new site "http://www.gearzoneproducts.com"; has recently gone live, and in order to increase the visitor count, I have been looking for link exchanges from sites that link to other 511 Tactical Clothing and Equipment, Blackhawk, WileyX, ESS Googles, Night Ops, Paraclete Body Armour and/or T

RE: bash, find | xargs grep

2006-03-14 Thread Gary R. Van Sickle
> Hi: > > (tried posting this to the comp.windows.cygwin usenet group > and got no response, so) > There's a comp.windows.cygwin USENET group? When did that happen? -- Gary R. Van Sickle -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://c

Re: ProFTPD

2006-03-14 Thread Jason Tishler
Tim, On Mon, Mar 13, 2006 at 03:53:42PM -, Tim Bedding wrote: > Has anyone written a simple README describing how to get started after > installing the Cygwin base and then the proftpd package, assuming > minimal knowledge of Cygwin? See the following: /usr/share/doc/Cygwin/proftpd-1.2.1

Gettext build/use issue on Cygwin

2006-03-14 Thread Mark Moriarty
I use Cygwin, latest packages across the board, on WinXP Home Edition, fully patched. I specifically use it to compile VLC, a cross platform video encoder/streamer/client. VLC uses gettext, the bootstrap for it includes: Autopoint -f With older cygwin gettext, 0.14.1, during the bootstrap the aut

Re: bash, find | xargs grep

2006-03-14 Thread Eric Blake
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 According to bob knob on 3/14/2006 3:28 PM: > > I've been doing "find | xargs grep" types of things > for a long time with no problem, but I just started > working at a new job with a new computer onto which > I've downloaded the latest Cygwin. Most

Re: Problems with the snapshot 20060314

2006-03-14 Thread Eric Blake
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 According to Angelo Graziosi on 3/14/2006 5:15 PM: > > Usually I start the X system with a link on the desktop to starxwin.bat. > > After installing the snapshots 20060314 only the dos window appears for an > instant (as it must

Re: Gettext build/use issue on Cygwin

2006-03-14 Thread Eric Blake
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 According to Mark Moriarty on 3/14/2006 8:01 PM: > With older cygwin gettext, 0.14.1, during the bootstrap the autopoint would > generate: > tar: Skipping to next header > tar: Archive contains obsolescent base-64 headers > gzip: stdin: invalid compres

Re: Problems with the snapshot 20060314

2006-03-14 Thread Russell Montgomery
Angelo Graziosi wrote: Usually I start the X system with a link on the desktop to starxwin.bat. After installing the snapshots 20060314 only the dos window appears for an instant (as it must) but the xterm windows does not display itself. If you want to avoid having the dos window flash up on

Connection problem when lighttpd on Cygwin, can any one help?

2006-03-14 Thread Zhang Xiaogang
I used to run a backend fastcgi server on Fedora box with lighttpd-1.3.16, and everything was OK. Recently I installed Cygwin which has lighttpd-1.4.9 included, on WinXP boxes, and run the same backend server on it. Everything seems started normally at the beginning, but when the client (web br

Re: Problems with the snapshot 20060314

2006-03-14 Thread Angelo Graziosi
DOS windows (re-read: I say 'as it must') that quickly disappears but with that snapshot, released 20060314 19:25, XWin starts but xterm NOT. Regarding the run packages, startxwin.bat uses it: startxwin.bat: --- SET CYGWIN_ROOT