ioctl() on socket fd's take 3 seconds on 1.7.7

2010-11-09 Thread Jason Curl
Hello, Cygwin 1.7.7 is definitely an improvement over 1.5.x but I see a regression on 1.7.7 (on Win7 x64) that ioctl() on a socket FD takes 3 seconds. I'm writing my own ifconfig replacement and I do the following: #define IFC_BUF 10 * sizeof(struct ifreq) #define MAX_IFC_BUF 8192

Re: GNU Make and command utility error with 100% cpu load.

2010-11-09 Thread Oleksandr Gavenko
On 08.11.2010 22:50, Oleksandr Gavenko wrote: Consider such simple Makefile: var := $(shell command -v mv) all: When I call: $ make clean Sorry I miss-type: $ make I got output like 5 [main] make 768! _pinfo::dup_proc_pipe: DuplicateHandle fail

Incorrect PATH setting in setup.exe results in Postinstall script errors, .sh exit code 127

2010-11-09 Thread Schwarz, Konrad
Hi, I just updated my Cygwin installation using a newly downloaded setup.exe. At the beginning of the script, I am warned that I am updating to Cygwin 1.7.1, please read various manuals (I recently upgraded a different computer without difficulties and kind of remembered that none of the men

1.5.25 install

2010-11-09 Thread SZABO Gergely
Hello, is there a site somewhere on the internet to install the last stable version of Cygwin (1.5.x)? We ran into the git clone over git/ssh problem today. The mailing list indicates no solution. Same with the fork-performance issue. Apparently, Cygwin 1.5.x had none of these problems. Thank

R: 1.5.25 install

2010-11-09 Thread Marco Atzeri
--- Mar 9/11/10, SZABO Gergely ha scritto: > Hello, > > is there a site somewhere on the internet to install the > last stable version of > Cygwin (1.5.x)? > > We ran into the git clone over git/ssh problem today. The > mailing list indicates > no solution. Same with the fork-performance issue.

Re: 1.5.25 install

2010-11-09 Thread Illia Bobyr
On 11/9/2010 11:43 AM, SZABO Gergely wrote: > Hello, > > is there a site somewhere on the internet to install the last stable version > of > Cygwin (1.5.x)? > > We ran into the git clone over git/ssh problem today. The mailing list > indicates > no solution. Same with the fork-performance issue.

Re: modification time disorder: touch-related?

2010-11-09 Thread Lapo Luchini
Robert McDougall wrote: >> It knows by lesser time precision (exactly 2 sec). > > Interesting. But I'm building on NTFS. The same problem is preventing me to upgrade whois package. It fails because the two executables are 0.96 seconds and are then rebuild during the "make install" phase, at whic

tcsh cpp completion

2010-11-09 Thread Daniel Schneider
The default tcsh completion for g++ doesn't like .cpp files. /etc/profile.d/complete.tcsh ...     complete g++    n/*/f:*.{C,cc,o,s,i}/     complete CC n/*/f:*.{C,cc,cpp,o,s,i}/ Why is "cpp" only for CC, but not g++? Thanks, Dan -- Problem reports: http://cygwin.com/problems.ht

Re: Syntax highlighting not working in vim73

2010-11-09 Thread Larry Hall (Cygwin)
On 11/9/2010 4:26 PM, Harrington, John wrote: Larry Hall, responding to my earlier posting, suggested I post a follow-up following the reporting guidelines. See my root post for the general description. Larry suggested I move all my configuration files out of the way, open my .bashrc and type :

Re: Syntax highlighting not working in vim73

2010-11-09 Thread Harrington, John
Thank you very much, Larry. This worked, though perhaps not for the reason you expected. Excuse the long description that follows, but the fix raised some issues that I thought I should report. I did just as you suggested, removed the C:/utils paths and reinstalled vim. I then moved all my

How can autossh start remote connection, if computer is off?

2010-11-09 Thread cygwin . 20 . gyurman
How Can I do autossh connection with any computer which is off, but sometime coming to power on? I used this: cygrunsrv -I AutoSSH -n -O -u name -w pass -p /usr/bin/autossh -a "-M $port -R 5903:localhost:22 n...@192.168.1.102" -e "AUTOSSH_NTSERVICE=yes AUTOSSH_GATETIME=0" But not working. How can I

Re: How can autossh start remote connection, if computer is off?

2010-11-09 Thread David Rothenberger
On 11/9/2010 5:26 PM, cygwin.20.gyur...@spamgourmet.com wrote: > How Can I do autossh connection with any computer which is off, but > sometime coming to power on? > I used this: > cygrunsrv -I AutoSSH -n -O -u name -w pass -p /usr/bin/autossh -a "-M > $port -R 5903:localhost:22 n...@192.168.1.102"

Re: How can autossh start remote connection, if computer is off?

2010-11-09 Thread cygwin . 20 . gyurman
Thank you, you could solve it my problem. ;-) 2010/11/10 David Rothenberger - daver...@acm.org > On 11/9/2010 5:26 PM, cygwin.20.gyurman wrote: >> How Can I do autossh connection with any computer which is off, but >> sometime coming to power on? >> I used this: >> cygrunsrv -I AutoSSH -n -O -u na

Re: Syntax highlighting not working in vim73

2010-11-09 Thread Larry Hall (Cygwin)
On 11/9/2010 7:14 PM, Harrington, John wrote: Thank you very much, Larry. This worked, though perhaps not for the reason you expected. Excuse the long description that follows, but the fix raised some issues that I thought I should report. . . . 7.3.3 is the one I thought I installed. I do

Re: Stack dumps from sh.exe (from within make)

2010-11-09 Thread Jason Curl
Jim Reisert AD1C alum.mit.edu> writes: > Here is some of the console output: > > # make wintest > > g++ -g -Wall -c -o writelog.o writelog.c > g++ ctyfiles.o library.o csv.o ct8.o ct9.o mwl.o n3fjp.o na.o > wintest.o wpxloc.o writelog.o -o ctyfiles > pushd .. ; make cty/entities.csv > /cy