Re: Tried to fix Doing vfork: resource temporarily unavailable error with Emacs, now can't start X server

2011-04-18 Thread Ken Brown
On 4/17/2011 6:30 PM, David M. Karr wrote: Cygwin 1.7.8 (and 1.7.9), Win7SP1. I was having issues with my Emacs startup occasionally failing with Doing vfork: resource temporarily unavailable. I found a link that alleged to have the solution to this

src/winsup/utils ChangeLog setfacl.c

2011-04-18 Thread corinna
CVSROOT:/cvs/src Module name:src Changes by: cori...@sourceware.org 2011-04-18 10:23:22 Modified files: winsup/utils : ChangeLog setfacl.c Log message: * setfacl.c (getaclentry): Allow extra colon in mask and other entries. Patches:

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

2011-04-18 Thread corinna
CVSROOT:/cvs/src Module name:src Changes by: cori...@sourceware.org 2011-04-18 11:26:37 Modified files: winsup/cygwin : ChangeLog cygheap.h fhandler_termios.cc fhandler_tty.cc pinfo.cc signal.cc Log message: * Fix various copyrights.

src/winsup/cygwin ChangeLog cygwin.din poll.cc ...

2011-04-18 Thread corinna
CVSROOT:/cvs/src Module name:src Changes by: cori...@sourceware.org 2011-04-18 12:00:05 Modified files: winsup/cygwin : ChangeLog cygwin.din poll.cc posix.sgml winsup/cygwin/include/cygwin: version.h winsup/cygwin/include/sys: poll.h Log message:

src/winsup/doc ChangeLog new-features.sgml

2011-04-18 Thread corinna
CVSROOT:/cvs/src Module name:src Changes by: cori...@sourceware.org 2011-04-18 12:00:13 Modified files: winsup/doc : ChangeLog new-features.sgml Log message: * new-features.sgml (ov-new1.7.10): Document ppoll. Patches:

winsup/cygwin ChangeLog

2011-04-18 Thread cgf
CVSROOT:/cvs/uberbaum Module name:winsup Changes by: c...@sourceware.org 2011-04-18 14:02:03 Modified files: cygwin : ChangeLog Log message: fix typo Patches:

src/winsup/cygwin ChangeLog cygtls.cc

2011-04-18 Thread corinna
CVSROOT:/cvs/src Module name:src Changes by: cori...@sourceware.org 2011-04-18 15:51:54 Modified files: winsup/cygwin : ChangeLog cygtls.cc Log message: * cygtls.cc (_cygtls::remove): Always close sockevt handle. Patches:

src/winsup/cygwin ChangeLog localtime.cc

2011-04-18 Thread corinna
CVSROOT:/cvs/src Module name:src Changes by: cori...@sourceware.org 2011-04-18 19:07:18 Modified files: winsup/cygwin : ChangeLog localtime.cc Log message: * localtime.cc (tzload): Don't change global timezone information when called from gmtime or

Re: NTFS write-protect flag translation (tar? rsync?) only one-way?

2011-04-18 Thread Corinna Vinschen
On Apr 5 21:33, Larry Hall (Cygwin) wrote: On 4/5/2011 8:35 PM, Christian Gelinek wrote: From: Cygwin On Behalf Of Larry Hall (Cygwin) On 4/5/2011 3:36 AM, Christian Gelinek wrote: It appears that when tar reads files for adding to archives, it correctly interprets the Windows-set R

Re: newlib and long-double question

2011-04-18 Thread Corinna Vinschen
On Apr 10 19:30, N. C. wrote: Exactly, I really need to be able to build Perl whose NV is a long double. And this was just one example that I gave. I honestly think it is worth it to have long double support in cygwin (to have those functions that are currently undefined), as it seems more and

Re: Syntax error in setfacl man page

2011-04-18 Thread Corinna Vinschen
On Apr 12 19:27, Fran wrote: I wrote: Sometime in the last few months, setfacl stopped accepting two colons (::) after the keyword other, as in this example: $ setfacl -s user::rw-,group::r--,other::r-- filename setfacl: illegal acl entries But the setfacl(1) man page

Re: what does this cygserver error mean?

2011-04-18 Thread Corinna Vinschen
On Apr 15 14:53, bob 295 wrote: I'm getting this error associated with shared memory and cygserver (sender is the name of my process setting and loading the shared memory): begin error snip 3 [main] sender 3684 transport_layer_pipes::connect: lost connection to

Memory leak in select.

2011-04-18 Thread Peter Rosin
Hi! Using the following STC, I'm seeing what appears to be a memory leak in select(2). 8---(selectleak.c)- #include sys/time.h #include fcntl.h #include stdlib.h int main(void) { fd_set fdset; struct timeval tv; long flags = fcntl(0, F_GETFL);

Re: listen socket / poll block

2011-04-18 Thread Corinna Vinschen
On Apr 6 18:19, Thomas Stalder wrote: Hello, I made a small application that block poll function. the result is : before pthread_create after pthread_create before poll before shutdown socket after shutdown socket before close socket after close socket under linux the result

Re: Memory leak in select

2011-04-18 Thread Peter Rosin
Den 2011-04-18 13:43 skrev Peter Rosin: Hi! Using the following STC, I'm seeing what appears to be a memory leak in select(2). 8---(selectleak.c)- #include sys/time.h #include fcntl.h #include stdlib.h int main(void) { fd_set fdset; struct

[ANNOUNCEMENT] Updated: mintty-0.9.7-1

2011-04-18 Thread Andy Koppe
mintty 0.9.7-1 is on its way to the Cygwin mirrors. CHANGES === - Fixed crash when scrollback size is set to zero. - NT4 support is officially gone. It had been broken since version 0.6.1 anyway, without anyone complaining. - When the window is held open after the shell finished and no more

Re: Memory leak in select

2011-04-18 Thread Peter Rosin
Den 2011-04-18 14:23 skrev Peter Rosin: Den 2011-04-18 13:43 skrev Peter Rosin: Hi! Using the following STC, I'm seeing what appears to be a memory leak in select(2). 8---(selectleak.c)- #include sys/time.h #include fcntl.h int main(void) { fd_set

Re: CYGWIN_NT-6.1-WOW64 on Windows 7: died waiting for longjmp before initialization?

2011-04-18 Thread Lonni J Friedman
Welcome to the club. The only suggestion that I've been given for this problem is to run 'rebaseall', which appears to fix it until it happens again. On Mon, Apr 18, 2011 at 8:02 AM, Sid Maxwell s...@animoto.com wrote: I'm running CYGWIN_NT-6.1-WOW64 on a Lenovo ThinkPad W520 running Windows 7

Re: CYGWIN_NT-6.1-WOW64 on Windows 7: died waiting for longjmp before initialization?

2011-04-18 Thread Eliot Moss
On 4/18/2011 11:05 AM, Lonni J Friedman wrote: Welcome to the club. The only suggestion that I've been given for this problem is to run 'rebaseall', which appears to fix it until it happens again. To clarify a little: rebaseall should fix things until cygwin programs are updated or added ...

Re: Memory leak in select

2011-04-18 Thread Christopher Faylor
On Mon, Apr 18, 2011 at 04:32:10PM +0200, Peter Rosin wrote: Den 2011-04-18 14:23 skrev Peter Rosin: Den 2011-04-18 13:43 skrev Peter Rosin: Hi! Using the following STC, I'm seeing what appears to be a memory leak in select(2). 8---(selectleak.c)- #include

Re: Memory leak in select

2011-04-18 Thread Christopher Faylor
On Mon, Apr 18, 2011 at 11:24:41AM -0400, Christopher Faylor wrote: On Mon, Apr 18, 2011 at 04:32:10PM +0200, Peter Rosin wrote: Den 2011-04-18 14:23 skrev Peter Rosin: Den 2011-04-18 13:43 skrev Peter Rosin: Hi! Using the following STC, I'm seeing what appears to be a memory leak in

Shared library error when invoking 'octave'

2011-04-18 Thread Paul Cantalupo
Hello, When I invoked 'octave', I got the following error: /usr/bin/octave-3.4.0.exe: error while loading shared libraries: ?: cannot open shared object file: No such file or directory So I did a cygcheck and got this: (3866) sirius-pipas:~ $ cygcheck octave-3.4.0.exe Found:

SFTP with a key pair fails, SSH works fine

2011-04-18 Thread Jason Schamp
I've struggled with this for weeks. I'm using Cygwin v1.7.5 or v1.7.7 and see the same behavior. SSH with or without a key pair will work flawlessly every time. SFTP with a password will work fine, but SFTP with a key pair will fail every time. The server thinks the publickey is accepted and

Re: poll function don't release all windows handle / possible memory leak

2011-04-18 Thread Corinna Vinschen
On Apr 18 11:35, Thomas Stalder wrote: Hello, I have found that poll function don't release all windows handle (with network socket) and generate memory leak. That's actually a pthread problem in conjunction with select (poll only calls select under the hood). I applied a fix to CVS.

Octave Plotting, Invoking Octave

2011-04-18 Thread Doug Pace
Installed cygwin with gnuplot, X11, and octave. Octave will not run the 'sombrero' demo plot. Have removed c:\cygwin and reinstalled; have attempted previous releases of cygwin and octave. Yes, I needed to use ash and do $ ./rebaseall to get startx to work. Now octave no longer

Re: what does this cygserver error mean?

2011-04-18 Thread bob 295
(I'm in digest mode on this list so I can't thread my response easily.) The cygserver is setup to run as a Windows service. As far as I can tell the cygserver is running when the error occurs. What isn't clear from your response is what causes the named pipe to cygserver to get created?

Re: strftime trouble with %z

2011-04-18 Thread Corinna Vinschen
On Apr 14 11:09, Peter Rosin wrote: Hi! I'm getting somewhat troublesome output from the below STC. It seems as if gmtime mucks with something, or that localtime is not filling in everything it needs to? Thanks for the testcase! Actually gmtime mucks with something. It changes global

Re: Memory leak in select

2011-04-18 Thread Peter Rosin
Den 2011-04-18 17:28 skrev Christopher Faylor: On Mon, Apr 18, 2011 at 11:24:41AM -0400, Christopher Faylor wrote: On Mon, Apr 18, 2011 at 04:32:10PM +0200, Peter Rosin wrote: Den 2011-04-18 14:23 skrev Peter Rosin: Den 2011-04-18 13:43 skrev Peter Rosin: Hi! Using the following STC, I'm

Re: what does this cygserver error mean?

2011-04-18 Thread Corinna Vinschen
On Apr 18 13:34, bob 295 wrote: (I'm in digest mode on this list so I can't thread my response easily.) The cygserver is setup to run as a Windows service. As far as I can tell the cygserver is running when the error occurs. What isn't clear from your response is what causes the named

Re: Octave Plotting, Invoking Octave

2011-04-18 Thread marco atzeri
On Mon, Apr 18, 2011 at 6:25 PM, Doug Pace wrote: Installed cygwin with gnuplot, X11, and octave. Octave will not run the 'sombrero' demo plot. Have removed c:\cygwin and reinstalled; have attempted previous releases of cygwin and octave. Yes, I needed to use ash and do            $

Re: strftime trouble with %z

2011-04-18 Thread Peter Rosin
Den 2011-04-18 21:13 skrev Corinna Vinschen: On Apr 14 11:09, Peter Rosin wrote: Hi! I'm getting somewhat troublesome output from the below STC. It seems as if gmtime mucks with something, or that localtime is not filling in everything it needs to? Thanks for the testcase! Actually

Re: Shared library error when invoking 'octave'

2011-04-18 Thread marco atzeri
On Mon, Apr 18, 2011 at 5:35 PM, Paul Cantalupo wrote: Hello, When I invoked 'octave', I got the following error: /usr/bin/octave-3.4.0.exe: error while loading shared libraries: ?: cannot open shared object file: No such file or directory So I did a cygcheck and got this: (3866)

emacs No Longer Works After A Cygwin Upgrade

2011-04-18 Thread Tim Daneliuk
This has happened the last few times I did an upgrade with setup.exe. emacs, emacs-nox, and emacs -nw will not start at all. Xemacs works fine. Previously, I was able to work around this by falling back to a previous version of emacs, but this too seems broken now. Ideas? --

Re: emacs No Longer Works After A Cygwin Upgrade

2011-04-18 Thread marco atzeri
On Mon, Apr 18, 2011 at 10:01 PM, Tim Daneliuk wrote: This has happened the last few times I did an upgrade with setup.exe. emacs, emacs-nox, and emacs -nw will not start at all.  Xemacs works fine. Previously, I was able to work around this by falling back to a previous version of emacs,

Re: emacs No Longer Works After A Cygwin Upgrade

2011-04-18 Thread Ken Brown
On 4/18/2011 4:02 PM, marco atzeri wrote: On Mon, Apr 18, 2011 at 10:01 PM, Tim Daneliuk wrote: This has happened the last few times I did an upgrade with setup.exe. emacs, emacs-nox, and emacs -nw will not start at all. Xemacs works fine. Previously, I was able to work around this by

Re: emacs No Longer Works After A Cygwin Upgrade

2011-04-18 Thread Christopher Faylor
On Mon, Apr 18, 2011 at 04:27:18PM -0400, Ken Brown wrote: On 4/18/2011 4:02 PM, marco atzeri wrote: On Mon, Apr 18, 2011 at 10:01 PM, Tim Daneliuk wrote: This has happened the last few times I did an upgrade with setup.exe. emacs, emacs-nox, and emacs -nw will not start at all. Xemacs works

Re: emacs No Longer Works After A Cygwin Upgrade

2011-04-18 Thread Ken Brown
On 4/18/2011 4:30 PM, Christopher Faylor wrote: On Mon, Apr 18, 2011 at 04:27:18PM -0400, Ken Brown wrote: On 4/18/2011 4:02 PM, marco atzeri wrote: On Mon, Apr 18, 2011 at 10:01 PM, Tim Daneliuk wrote: This has happened the last few times I did an upgrade with setup.exe. emacs, emacs-nox,

Re: emacs No Longer Works After A Cygwin Upgrade

2011-04-18 Thread Christopher Faylor
On Mon, Apr 18, 2011 at 04:36:09PM -0400, Ken Brown wrote: On 4/18/2011 4:30 PM, Christopher Faylor wrote: On Mon, Apr 18, 2011 at 04:27:18PM -0400, Ken Brown wrote: On 4/18/2011 4:02 PM, marco atzeri wrote: On Mon, Apr 18, 2011 at 10:01 PM, Tim Daneliuk wrote: This has happened the last few

Re: How is setup.ini generated these days?

2011-04-18 Thread Jens Schweikhardt
On Sun, Apr 17, 2011 at 01:35:01PM -0400, Christopher Faylor wrote: ... # setup.ini is generated by a program called upset. The current sources # are not available to the public since the program is not intended for # roll-your-own-setup.ini and the program is not something that I want # to

Re: emacs No Longer Works After A Cygwin Upgrade

2011-04-18 Thread Tim Daneliuk
On 4/18/2011 3:27 PM, Ken Brown wrote: On 4/18/2011 4:02 PM, marco atzeri wrote: On Mon, Apr 18, 2011 at 10:01 PM, Tim Daneliuk wrote: This has happened the last few times I did an upgrade with setup.exe. emacs, emacs-nox, and emacs -nw will not start at all. Xemacs works fine. Previously, I

Re: Memory leak in select

2011-04-18 Thread Peter Rosin
Den 2011-04-18 17:24 skrev Christopher Faylor: On Mon, Apr 18, 2011 at 04:32:10PM +0200, Peter Rosin wrote: Den 2011-04-18 14:23 skrev Peter Rosin: Den 2011-04-18 13:43 skrev Peter Rosin: Hi! Using the following STC, I'm seeing what appears to be a memory leak in select(2).

Cygwin Setup Available Download Sites is empty

2011-04-18 Thread Michael Loreto
I want to install Cygwin on Windows 7, but I'm stuck on Choose Download Site. There are no sites on the Available Download Sites list. I've tried copying URLs from the list of Mirror Sites and adding them to the Available Download Sites, but that doesn't work either. I get Unable to get

cygwin ssh server error 5

2011-04-18 Thread andyman2011
Im trying to setup an ssh server and once i get to writing in my password it doesnt let me.. warning:creating the user andy failed reason:system error 5 has occured access is denied please enter a password for new user please be sure that this password matches the password rules given on

Updated: mintty-0.9.7-1

2011-04-18 Thread Andy Koppe
mintty 0.9.7-1 is on its way to the Cygwin mirrors. CHANGES === - Fixed crash when scrollback size is set to zero. - NT4 support is officially gone. It had been broken since version 0.6.1 anyway, without anyone complaining. - When the window is held open after the shell finished and no more