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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
21 matches
Mail list logo