Re: xargs: cannot fork: Resource temporarily unavailable

2007-11-22 Thread Larry Hall (Cygwin)
Jose Correia wrote: Hi all Sometime ago I posted saying it could have been the Logitech services running, as I had read somewhere on the mailing list, but unfortunately that is not the case, the problem below still persists... Can someone shed some urgent light on this matter please? Got BLODA

Re: starting squid getgrnam failed , getpwnam failed , , `nobody` , `nogroup`. Windows xp

2007-11-22 Thread Larry Hall (Cygwin)
[EMAIL PROTECTED] wrote: I have had these errors when trying to run squid. in win xp. $ squid FATAL: getpwnam failed to find userid for effective user 'nobody' I read this [1] which seems to say to me I can solve this by creating a nobody account. So I saw this [2] about how to do that in

RE: xargs: cannot fork: Resource temporarily unavailable

2007-11-22 Thread Jose Correia
Hi all Sometime ago I posted saying it could have been the Logitech services running, as I had read somewhere on the mailing list, but unfortunately that is not the case, the problem below still persists... Can someone shed some urgent light on this matter please? Appreciated Jose Correia -

Re: Library Problem

2007-11-22 Thread Christopher Faylor
On Fri, Nov 23, 2007 at 12:21:17AM +0100, [EMAIL PROTECTED] wrote: >Hi! > >I've got a problem using the libflv library >(http://klaus.geekserver.net/libflv/). The build worked without any problems. >"make" produced a libflv.so file, so i copied it as "libflv.dll" to >"/usr/lib". I wrote a test a

RE: Library Problem

2007-11-22 Thread Dave Korn
On 22 November 2007 23:21, [EMAIL PROTECTED] wrote: > Hi! > > I've got a problem using the libflv library > (http://klaus.geekserver.net/libflv/). The build worked without any > problems. "make" produced a libflv.so file, so i copied it as "libflv.dll" > to "/usr/lib". DLLs need to be on your

Library Problem

2007-11-22 Thread s . krulj
Hi! I've got a problem using the libflv library (http://klaus.geekserver.net/libflv/). The build worked without any problems. "make" produced a libflv.so file, so i copied it as "libflv.dll" to "/usr/lib". I wrote a test app and tried building it with: "gcc -lflv test.c -o test.exe" That worked

Re: Announce: FlexDLL, flexible DLLs under Windows

2007-11-22 Thread Robert Kiesling
> On Thu, Nov 22, 2007 at 04:15:50AM -0500, Robert Kiesling wrote: > >ISTM it would be easier to add event notifiers to the shell or the > >app, although the implementation of that would almost certainly require > >a code fork. And the memory management and the practice of loading Windows > >apps

Re: Reliable old script loses data on new Cygwin installation

2007-11-22 Thread Thomas Baker
On Thu, Nov 22, 2007 at 12:56:33PM -0500, Igor Peshansky wrote: > > The /bin/pdksh script sequence that is causing problems is: > > [snip] > > The obvious question is: do you still get the error if you replace pdksh > with bash, or is the problem pdksh-specific? > > When you reduce this to a mini

Re: [ANNOUNCEMENT] Updated: unison2.13, unison2.17, unison2.27

2007-11-22 Thread Igor Peshansky
On Wed, 14 Nov 2007, Andrew Schulman wrote: > > Also is bash style shell arithmetic used for the priority allowed in a > > /bin/sh script ? > > I'm not sure, since bash is the default shell now. But since ash is > still out there, I've removed the offending arithmetic (which I now take > care of

Re: Running Cygwin bash from Ant script

2007-11-22 Thread Igor Peshansky
On Wed, 14 Nov 2007, Nicolai Kamenzky wrote: > Hi folks! > > In my Ant script I have a target which should > 1. Start the Cygwin bash, > 2. Change the current directory, and > 3. Execute a command. > > I have done this previously using the windows console, > but now I want to do the same with the

Re: [ANNOUNCEMENT] Updated: [experimental] cygwin-1.5.25-1

2007-11-22 Thread Thorsten Kampe
* Corinna Vinschen (Thu, 22 Nov 2007 16:42:10 +0100) > CYGWIN THANKSGIVING EDITION > > I've made the new version of the Cygwin DLL, 1.5.25-1, and associated > utilities available for testing. Version 1.5.24-2 remains the current > version for now. > > This is a bug fix relea

Re: Reliable old script loses data on new Cygwin installation

2007-11-22 Thread Igor Peshansky
On Tue, 13 Nov 2007, Thomas Baker wrote: > The /bin/pdksh script sequence that is causing problems is: > [snip] The obvious question is: do you still get the error if you replace pdksh with bash, or is the problem pdksh-specific? When you reduce this to a minimal testcase, are there bits of that

Re: Announce: FlexDLL, flexible DLLs under Windows

2007-11-22 Thread Christopher Faylor
On Thu, Nov 22, 2007 at 04:15:50AM -0500, Robert Kiesling wrote: >ISTM it would be easier to add event notifiers to the shell or the >app, although the implementation of that would almost certainly require >a code fork. And the memory management and the practice of loading Windows >apps with Unix

[ANNOUNCEMENT] Updated: [experimental] cygwin-1.5.25-1

2007-11-22 Thread Corinna Vinschen
CYGWIN THANKSGIVING EDITION I've made the new version of the Cygwin DLL, 1.5.25-1, and associated utilities available for testing. Version 1.5.24-2 remains the current version for now. This is a bug fix release. Important changes since 1.5.24-2: - Always add LOCAL and INT

Re: Announce: FlexDLL, flexible DLLs under Windows

2007-11-22 Thread Robert Kiesling
> Christopher Faylor wrote: > > > > Not an unreasonable idea, but very hard to make work when we really want > > >cygwin apps to basically be windows apps; I can't see how cygwin could > > >support > > >e.g. an ELF loader and yet still be able to launch cygwin apps from cmd.exe > > >rather than

starting squid getgrnam failed , getpwnam failed , , `nobody` , `nogroup`. Windows xp

2007-11-22 Thread [EMAIL PROTECTED]
I have had these errors when trying to run squid. in win xp. $ squid FATAL: getpwnam failed to find userid for effective user 'nobody' I read this [1] which seems to say to me I can solve this by creating a nobody account. So I saw this [2] about how to do that in cygwin. and I did created