Re: Error on executing /etc/postinstall/libgcj-common.sh

2011-06-15 Thread you can fix by mkdir
Oleksandr Gavenko gmail.com> writes: > > Package: libgcj-common > libgcj-common.sh exit code 1 > mkdir -p /usr/lib/security i run it to fix this -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygw

fork: retry: Resource temporarily unavailable

2011-06-15 Thread Kevin Layer
I'm testing a new machine. It's running Server 2008 R2 (64-bit) on a dual AMD Opteron 6134. The machine has 48GB of RAM and is nowhere near being used up. cygcheck -s at end. When running make, which spawns shell scripts from time to time, I see this: making testxgc.dll ../../version.sh: f

Cygwin ssh vs NIPS

2011-06-15 Thread steve
I have been using Cygwin for several years to remotely manage my servers via ssh. In the last month our SiteProtector start killing my ssh connections. It is flagging it as a DOS. The specific NIPS rule is "ssh_ChallengeResponse_BO". "This signature looks at 32768 bytes of SSH connection t

Re: OpenSSH: 5791 [main] sshd 9288! spawn_guts: CreateDesktop failed, Win32 error 8

2011-06-15 Thread roadworrier
I saw this problem "spawn_guts: CreateDesktop failed, Win32 error 8" listed in many Google results with some suggestions but without any conclusive solutions. My 2003 Server has 16gb of RAM, and only about 10gb were in use, so the issue wasn't a lack of RAM. However, I went and quit some program

Re: OpenSSH: 5791 [main] sshd 9288! spawn_guts: CreateDesktop failed, Win32 error 8

2011-06-15 Thread Corinna Vinschen
On Jun 15 07:11, roadworrier wrote: > > I saw this problem "spawn_guts: CreateDesktop failed, Win32 error 8" listed > in many Google results with some suggestions but without any conclusive > solutions. > > My 2003 Server has 16gb of RAM, and only about 10gb were in use, so the > issue wasn't a

localtime

2011-06-15 Thread Tod
Hi, Has anything change in regards to the C localtime function since 2007? I've got a program with a function that uses it to present the date and time that I just changed. The time isn't appearing only the date. No errors, no dumps, just no time. Most bizarre. TIA - Tod -- Problem repor

Re: localtime

2011-06-15 Thread Tod
On 06/15/2011 11:26 AM, Tod wrote: Hi, Has anything change in regards to the C localtime function since 2007? I've got a program with a function that uses it to present the date and time that I just changed. The time isn't appearing only the date. No errors, no dumps, just no time. Most bizarre

Re: message for the EIO error

2011-06-15 Thread Christopher Faylor
On Wed, Jun 15, 2011 at 08:51:09AM +0200, EXCOFFIER Denis wrote: >Hello, > >In the winsup directory (winsup/cygwin/errno.c), i can observe that the error >EIO is attributed the message "Input/Output error". >In the newlib directory (newlib/libc/sys/linux/dl/dl-minimal.c) the same EIO >is attributed

Re: localtime

2011-06-15 Thread Christopher Faylor
On Wed, Jun 15, 2011 at 01:23:05PM -0400, Tod wrote: >On 06/15/2011 11:26 AM, Tod wrote: >> Hi, >> >> Has anything change in regards to the C localtime function since 2007? >> I've got a program with a function that uses it to present the date and >> time that I just changed. The time isn't appeari

Re: localtime

2011-06-15 Thread Tod
On 06/15/2011 1:38 PM, Christopher Faylor wrote: On Wed, Jun 15, 2011 at 01:23:05PM -0400, Tod wrote: On 06/15/2011 11:26 AM, Tod wrote: Hi, Has anything change in regards to the C localtime function since 2007? I've got a program with a function that uses it to present the date and time that

Re: localtime

2011-06-15 Thread Christopher Faylor
On Wed, Jun 15, 2011 at 01:45:03PM -0400, Tod wrote: >On 06/15/2011 1:38 PM, Christopher Faylor wrote: >> On Wed, Jun 15, 2011 at 01:23:05PM -0400, Tod wrote: >>> On 06/15/2011 11:26 AM, Tod wrote: Hi, Has anything change in regards to the C localtime function since 2007? I've g

Re: localtime

2011-06-15 Thread Tod
On 06/15/2011 1:48 PM, Christopher Faylor wrote: On Wed, Jun 15, 2011 at 01:45:03PM -0400, Tod wrote: On 06/15/2011 1:38 PM, Christopher Faylor wrote: On Wed, Jun 15, 2011 at 01:23:05PM -0400, Tod wrote: On 06/15/2011 11:26 AM, Tod wrote: Hi, Has anything change in regards to the C localtime

Re: localtime

2011-06-15 Thread Steve Thompson
On Wed, 15 Jun 2011, Tod wrote: I'm passing a 128 byte char array. I allocated it to provide enough room for the date/time stamp this function is returning. strlen(tout) will resolve to the length of the tout string. You said above that I shouldn't be using strlen(tout) and instead I should

Re: localtime

2011-06-15 Thread Georg Nikodym
On 2011-06-15, at 2:04 PM, Tod wrote: > Ok, right - duh. Let me back up a couple of steps. > > I'm passing a 128 byte char array. I allocated it to provide enough room for > the date/time stamp this function is returning. strlen(tout) will resolve to > the length of the tout string. > > Yo

Re: localtime

2011-06-15 Thread Tod
On 06/15/2011 2:46 PM, Georg Nikodym wrote: On 2011-06-15, at 2:04 PM, Tod wrote: Ok, right - duh. Let me back up a couple of steps. I'm passing a 128 byte char array. I allocated it to provide enough room for the date/time stamp this function is returning. strlen(tout) will resolve to t

Re: localtime

2011-06-15 Thread Eliot Moss
On 6/15/2011 2:04 PM, Tod wrote: On 06/15/2011 1:48 PM, Christopher Faylor wrote: On Wed, Jun 15, 2011 at 01:45:03PM -0400, Tod wrote: On 06/15/2011 1:38 PM, Christopher Faylor wrote: On Wed, Jun 15, 2011 at 01:23:05PM -0400, Tod wrote: On 06/15/2011 11:26 AM, Tod wrote: Hi, Has anything ch

Problems with emacs shell starting with 2011-05-05 snapshot

2011-06-15 Thread Ken Brown
Starting with the 2011-05-05 snapshot, I can't start a shell under emacs. Here are the steps to reproduce: 1. Start emacs in a mintty window. 2. Type shell This yields the following error message in the shell buffer: sh: cannot set terminal process group (-1): Inappropriate ioctl for device

Re: fork: retry: Resource temporarily unavailable

2011-06-15 Thread Ryan Johnson
On 15/06/2011 2:14 PM, Kevin Layer wrote: When running make, which spawns shell scripts from time to time, I see this: ../../version.sh: fork: retry: Resource temporarily unavailable The list archives are full of discussions about this (did you search them?). The short version is that Window

Re: Cygwin ssh vs NIPS

2011-06-15 Thread Ryan Johnson
On 15/06/2011 4:09 PM, steve wrote: I have been using Cygwin for several years to remotely manage my servers via ssh. In the last month our SiteProtector start killing my ssh connections. It is flagging it as a DOS. The specific NIPS rule is "ssh_ChallengeResponse_BO". "This signature looks

Re: fork: retry: Resource temporarily unavailable

2011-06-15 Thread Christopher Faylor
On Thu, Jun 16, 2011 at 01:55:25AM +0300, Ryan Johnson wrote: >On 15/06/2011 2:14 PM, Kevin Layer wrote: >> When running make, which spawns shell scripts from time to time, I see >> this: >>../../version.sh: fork: retry: Resource temporarily unavailable >> >The list archives are full of discuss

Re: message for the EIO error

2011-06-15 Thread Eric Blake
On 06/15/2011 12:51 AM, EXCOFFIER Denis wrote: > Hello, > > In the winsup directory (winsup/cygwin/errno.c), i can observe that the > error > EIO is attributed the message "Input/Output error". > In the newlib directory (newlib/libc/sys/linux/dl/dl-minimal.c) the same > EIO > is attributed the mes