Re: Postgres Backend doesn't catch the next command, after SIGUSR2

2004-03-31 Thread Patrick Samson
--- Corinna Vinschen wrote: > On Mar 30 01:03, Patrick Samson wrote: > > >From msdn: > > "All I/O operations that are canceled will > complete > > with the error ERROR_OPERATION_ABORTED. All > completion > > notifications for the I/O operations will occur > > normally." > > Urgh, I mised that. >

Re: cygwin for Government Use

2004-03-31 Thread Christopher Faylor
On Thu, Apr 01, 2004 at 05:23:54AM +0100, Reini Urban wrote: >Corinna Vinschen schrieb: >>when reading http://cygwin.com/licensing.html, you will find that the >>licensing of Cygwin is pretty clear. >> >>Cygwin is Open Source, provided under the GNU Public License. >> >>That means basically, that a

Re: Cygwin for Government Use

2004-03-31 Thread Reini Urban
Corinna Vinschen schrieb: when reading http://cygwin.com/licensing.html, you will find that the licensing of Cygwin is pretty clear. Cygwin is Open Source, provided under the GNU Public License. That means basically, that all software linked against the Cygwin library is automatically Open Source

Re: Changing jobs

2004-03-31 Thread Joshua Daniel Franklin
On Wed, 31 Mar 2004 13:08:30 -0500, "Christopher Faylor" <[EMAIL PROTECTED]> said: > I just wanted to send a brief note to inform everyone that today is my > last day at Red Hat. I have accepted a position with TimeSys > Corporation. As if you expect us to believe that! Clearly you were forced ou

Re: 1.5.7: csrss and bash consuming 100% of CPU

2004-03-31 Thread Christopher Faylor
On Wed, Mar 31, 2004 at 04:35:03PM -0600, Graham Clark wrote: >>Please upgrade to 1.5.9 and/or the latest snapshot to see if either >>help. > >Thanks for the response; unfortunately upgrading did not help. I still >don't know what triggers the behaviour, and it may be over an hour of >use before t

Re: Cygwin icon

2004-03-31 Thread Igor Pechtchanski
On Fri, 2 Apr 2004, IrYoKu wrote: > Hi, > > I have made a icon (based on the original cygwin icon) for myself, and I > think that *maybe* it can be useful to other people. > > Features: > - Color depths: 4, 8 and 32 bit > - Sizes:16x16, 32x32 and 48x48 > - File size:25 k

Cygwin icon

2004-03-31 Thread IrYoKu
Hi, I have made a icon (based on the original cygwin icon) for myself, and I think that *maybe* it can be useful to other people. Features: - Color depths: 4, 8 and 32 bit - Sizes:16x16, 32x32 and 48x48 - File size:25 kbytes uncompressed and 10 kbytes bzipped Can I send i

Re: Changing jobs

2004-03-31 Thread L Anderson
Christopher Faylor wrote: On Wed, Mar 31, 2004 at 01:17:58PM -0500, [EMAIL PROTECTED] wrote: Does this mean you'll be getting out of the house some? Maybe some fresh air will help the termperament (so that now CGF wont' be synonymous with mean?) :^) I get out of the house plenty now. I have a

Re: 64-bit file operations (lseek64() etc) misbehaving

2004-03-31 Thread Igor Pechtchanski
Mike, Please make sure your mailer respects the Reply-To: header. Thanks. Frankly, I don't see any reason why open() *wouldn't* succeed on \\.\PhysicalDrive0... All it'll do is recognize a Win32 pathname (because of the '\'), and pass it along to Windows. OTOH, Cygwin will not see this name as

Re: 1.5.7: csrss and bash consuming 100% of CPU

2004-03-31 Thread Graham Clark
> Please upgrade to 1.5.9 and/or the latest snapshot to see if either help. Thanks for the response; unfortunately upgrading did not help. I still don't know what triggers the behaviour, and it may be over an hour of use before the problem occurs, but when the CPU hits 100%, xemacs and each insta

Re: Changing jobs

2004-03-31 Thread Ralf Habacker
On Wednesday 31 March 2004 20:08, Christopher Faylor wrote: > I just wanted to send a brief note to inform everyone that today is my > last day at Red Hat. I have accepted a position with TimeSys > Corporation. > > I plan on continuing my volunteer work on both Cygwin and on > sources.redhat.com s

Re: 64-bit file operations (lseek64() etc) misbehaving

2004-03-31 Thread Mike Brown
Hi, Yep that fixes me. Thanks Igor. Odd that the open() succeeds for \\.\PhysicalDrive0. _shrug_. I'll gladly use /dev/sda. -Mike On Wed, Mar 31, 2004 at 04:18:49PM -0500, Igor Pechtchanski wrote: > Mike, > > FYI, the following works just fine on my system (Win2k, Cygwin 1.5.9, 11G > harddr

Re: 64-bit file operations (lseek64() etc) misbehaving

2004-03-31 Thread Igor Pechtchanski
Mike, FYI, the following works just fine on my system (Win2k, Cygwin 1.5.9, 11G harddrive): -- #include #include #include #include #define BYTE (sizeof(unsigned char)) #define KB (1024 * BYTE) #define MB (1024 * KB)

Re: 64-bit file operations (lseek64() etc) misbehaving

2004-03-31 Thread Mike Brown
Hi Igor, Yes the a.out a.exe thing is a typo. I've read the page on special filenames. You can use the POSIX names or you can open the Windows device namespace name. Either way, my problem isn't with opening and reading from the disk device. That works fine. My problem is with lseek() not bei

Re: PCYMTNQREAIYR

2004-03-31 Thread Igor Pechtchanski
On Wed, 31 Mar 2004 LarrysPCRemediesaolcom wrote: > Igor, How do I go about configuring my mailer to no quote raw-e-mail > addresses if I'm using Outlook? I could find no configuration option > related to this. I understand the need (i.e., e-mail address > picker-uppers, etc), I'm just curious whi

Re: PCYMTNQREAIYR

2004-03-31 Thread LarrysPCRemedies
Igor, How do I go about configuring my mailer to no quote raw-e-mail addresses if I'm using Outlook? I could find no configuration option related to this. I understand the need (i.e., e-mail address picker-uppers, etc), I'm just curious which e-mail mailer(s) has this wondrous option. Larry --

Re: 64-bit file operations (lseek64() etc) misbehaving

2004-03-31 Thread Igor Pechtchanski
On Wed, 31 Mar 2004, Mike Brown wrote: > Hi, > > cygwin 1.5.9-1 on Windows XP Service Pack 1. > > I need 64-bit versions of lseek() and friends. No prototype exists for > lseek64(). I've searched the archives on the list and many claim that > 64-bit support is "automatic" and lseek() resolves at

Re: Changing jobs

2004-03-31 Thread Christopher Faylor
On Wed, Mar 31, 2004 at 07:28:12PM +0100, Dave Korn wrote: >Heh. Seriously though, all the best wishes and millions of thanks for >your effort. You're very welcome. I appreciate your high-quality efforts helping out here, as well. >And congrats to Corinna on her 'promotion'. I'm sure Corin

Re: Changing jobs

2004-03-31 Thread Christopher Faylor
On Wed, Mar 31, 2004 at 01:17:58PM -0500, [EMAIL PROTECTED] wrote: >Does this mean you'll be getting out of the house some? Maybe some >fresh air will help the termperament (so that now CGF wont' be >synonymous with mean?) :^) I get out of the house plenty now. I have a thirty minute drive to th

Re: how to set up a "mounter" service? (network drives disconnecting)

2004-03-31 Thread Andrew DeFaria
Richard Duran wrote: We've set up a cygrunsrv "mounter" service that maps network drives to Samba shares. Are you sure? Because it seems like this mounter mounts Samba shares to drive letters... We needed to do this to implement other cygrunsrv services that run from scripts sitting on these

64-bit file operations (lseek64() etc) misbehaving

2004-03-31 Thread Mike Brown
Hi, cygwin 1.5.9-1 on Windows XP Service Pack 1. I need 64-bit versions of lseek() and friends. No prototype exists for lseek64(). I've searched the archives on the list and many claim that 64-bit support is "automatic" and lseek() resolves at compile time to lseek64(). This isn't happening fo

RE: Changing jobs

2004-03-31 Thread Dave Korn
> -Original Message- > From: cygwin-owner On Behalf Of Christopher Faylor > Sent: 31 March 2004 19:09 > To: [EMAIL PROTECTED] > Subject: Changing jobs > > I just wanted to send a brief note to inform everyone that > today is my last day at Red Hat. I have accepted a position > with T

Changing jobs

2004-03-31 Thread Fred_Smith
> > Date: Wed, 31 Mar 2004 13:08:30 -0500 > From: Christopher Faylor <[EMAIL PROTECTED]> > To: [EMAIL PROTECTED] > Subject: Changing jobs > Message-ID: <[EMAIL PROTECTED]> > Reply-To: [EMAIL PROTECTED] > Mime-Version: 1.0 > Content-Type: text/plain; charset=us-ascii > > > I just wanted to send

Changing jobs

2004-03-31 Thread Christopher Faylor
I just wanted to send a brief note to inform everyone that today is my last day at Red Hat. I have accepted a position with TimeSys Corporation. I plan on continuing my volunteer work on both Cygwin and on sources.redhat.com so people here should see little change in that regard. Corinna Vinsche

RE: [ANNOUNCEMENT] Updated: zsh-4.2.0-1

2004-03-31 Thread Peter A. Castro
On Wed, 31 Mar 2004, Igor Pechtchanski wrote: > On Wed, 31 Mar 2004, Dave Korn wrote: > > > > -Original Message- > > > From: cygwin-owner On Behalf Of Peter A. Castro > > > Sent: 30 March 2004 19:45 > > > > > The original issue was with the executable /usr/bin/zsh being > > > a link to the

Re: zsh and line breaks

2004-03-31 Thread Peter A. Castro
On Wed, 31 Mar 2004, Oliver Kiddle wrote: > "Peter A. Castro" wrote: > > > Are those corrections likely to be limited to the Cygwin package for > > > zsh? > > > > Yes. Currently, my changes are Cygwin specific and really don't apply to > > the other platforms. > > It is easy for us to add `#ifdef

RE: please help!

2004-03-31 Thread Igor Pechtchanski
PCYMTNQREAIYR -- LNFTSH. (I'm getting rather tired of typing in the whole "Please configure your mailer to not quote raw e-mail addresses in your replies" spiel -- perhaps I should add the above to the OLOCA). More below. On Wed, 31 Mar 2004, Dave Korn wrote: > > -Original Message- > > F

RE: please help!

2004-03-31 Thread Dave Korn
> -Original Message- > From: Igor Pechtchanski [mailto:[EMAIL PROTECTED] > Sent: 31 March 2004 17:22 > On Wed, 31 Mar 2004, Dave Korn wrote: > > > > -Original Message- > > > From: cygwin-owner On Behalf Of Igor Pechtchanski > > > Sent: 31 March 2004 17:11 > > > > >On Wed, 31 Mar

RE: [ANNOUNCEMENT] Updated: zsh-4.2.0-1

2004-03-31 Thread Peter A. Castro
On Wed, 31 Mar 2004, Dave Korn wrote: > > -Original Message- > > From: cygwin-owner On Behalf Of Peter A. Castro > > Sent: 30 March 2004 19:45 > > > The original issue was with the executable /usr/bin/zsh being > > a link to the real exe (eg: zsh-4.2.0). However, this is not > > a packagi

RE: SPAM: Re: gettimeofday() similar function

2004-03-31 Thread Igor Pechtchanski
Neto, The exact configuration procedure depends on your mailer. Most of them can be configured to do this. Please review the mailer's help and search the web. If worse comes to worst, and your mailer doesn't support this, I sometimes just edit out the addresses by hand (say, in the middle of a

RE: SPAM: Re: gettimeofday() similar function

2004-03-31 Thread Brian Ford
On Wed, 31 Mar 2004, Neto, Antonio Jose Rodrigues wrote: > Ok, but when I try to compile using -mno-cygwin that is not working. > > Why? > Isn't it obvious? gettimeofday is in Cygwin. You asked for no Cygwin (ie. mingw). Look at www.mingw.org for details as this is now off topic. Here come tho

RE: SPAM: Re: gettimeofday() similar function

2004-03-31 Thread Neto, Antonio Jose Rodrigues
How do I resolve this? -Original Message- From: Igor Pechtchanski [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 31, 2004 1:30 PM To: Neto, Antonio Jose Rodrigues Cc: [EMAIL PROTECTED] Subject: RE: SPAM: Re: gettimeofday() similar function On Wed, 31 Mar 2004, Neto, Antonio Jose Rodri

RE: SPAM: Re: gettimeofday() similar function

2004-03-31 Thread Igor Pechtchanski
On Wed, 31 Mar 2004, Neto, Antonio Jose Rodrigues wrote: > Ok, but when I try to compile using -mno-cygwin that is not working. ^ Hmm, I wonder why... Igor > Why? > > -Original Message- > From: Brian Ford > Sent: Wednesday, March 31,

RE: SPAM: Re: gettimeofday() similar function

2004-03-31 Thread Neto, Antonio Jose Rodrigues
I don't know how do configure not raw email address. When I compile not using -mno-cygwin - it's works. But when I try to compile using -mno-cygwin - doesn't works. Could you help me in another function ? TIA Neto brazil -Original Message- From: Igor Pechtchanski [mailto:[EMAIL PROTECT

RE: SPAM: Re: gettimeofday() similar function

2004-03-31 Thread Neto, Antonio Jose Rodrigues
Ok, but when I try to compile using -mno-cygwin that is not working. Why? -Original Message- From: Brian Ford [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 31, 2004 1:25 PM To: Neto, Antonio Jose Rodrigues Cc: [EMAIL PROTECTED] Subject: SPAM: Re: gettimeofday() similar function On W

RE: SPAM: Re: gettimeofday() similar function

2004-03-31 Thread Igor Pechtchanski
Neto, Have you actually tried? Igor P.S. Please configure your mailer to not quote raw e-mail addresses in your replies -- let's not feed the spam harvesters. P.P.S. He was being sarcastic. P.P.P.S. Looking at the subject, so were you. :-) On Wed, 31 Mar 2004, Neto, Antonio Jose Rodrigues

Re: gettimeofday() similar function

2004-03-31 Thread Brian Ford
On Wed, 31 Mar 2004, Neto, Antonio Jose Rodrigues wrote: > Hi Brian, > > Do you know? > What I was trying to say is that gettimeofday *is* in Cygwin. Please do not quote raw email addresses in replies. It just feeds the spam havesters. > -Original Message- > From: Brian Ford [snip] > Se

RE: please help!

2004-03-31 Thread Igor Pechtchanski
On Wed, 31 Mar 2004, Dave Korn wrote: > > -Original Message- > > From: cygwin-owner On Behalf Of Igor Pechtchanski > > Sent: 31 March 2004 17:11 > > >On Wed, 31 Mar 2004, fdr wrote: > > > > but this command in the sccript is not execute: > > > find /cygdrive/c/cygwin/temp -mmim 10 -print

RE: SPAM: Re: gettimeofday() similar function

2004-03-31 Thread Neto, Antonio Jose Rodrigues
Hi Brian, Do you know? TIA neto -Original Message- From: Brian Ford [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 31, 2004 1:18 PM To: Neto, Antonio Jose Rodrigues Cc: [EMAIL PROTECTED] Subject: SPAM: Re: gettimeofday() similar function On Wed, 31 Mar 2004, Neto, Antonio Jose Rodr

Re: already registered with AC_CONFIG_FILES

2004-03-31 Thread Igor Pechtchanski
On Wed, 31 Mar 2004, Mailing Lists wrote: > Hi all! > > I am trying to compile some software (VLC from the VideoLAN project) on > W2K/CygWin. Unfortunately, during the config, I get an error. I have > already contacet the VideoLAN malining list, but to no avail. And I have > contacted the automake

RE: please help!

2004-03-31 Thread Dave Korn
> -Original Message- > From: cygwin-owner On Behalf Of Igor Pechtchanski > Sent: 31 March 2004 17:11 >On Wed, 31 Mar 2004, fdr wrote: > > but this command in the sccript is not execute: > > find /cygdrive/c/cygwin/temp -mmim 10 -print | xargs rm -f > Seriously, though, what is the er

Re: gettimeofday() similar function

2004-03-31 Thread Brian Ford
On Wed, 31 Mar 2004, Neto, Antonio Jose Rodrigues wrote: > Hi All, > > Could you help me? > > What the similar function in the cygwin? > Um..., (scratches head, looks puzzled), gettimeofday() maybe? -- Brian Ford Senior Realtime Software Engineer VITAL - Visual Simulation Systems FlightSafety In

RE: already registered with AC_CONFIG_FILES

2004-03-31 Thread Dave Korn
> -Original Message- > From: cygwin-owner On Behalf Of Mailing Lists > Sent: 31 March 2004 17:06 > I am posting to this mailing list because this error happens > on a W2K/CygWin platform. This is the error message I get: > > ' is already registered with AC_CONFIG_FILES. > autoconf/st

gettimeofday() similar function

2004-03-31 Thread Neto, Antonio Jose Rodrigues
Hi All, Could you help me? What the similar function in the cygwin? TIA Best Regards neto -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://

Re: please help!

2004-03-31 Thread Igor Pechtchanski
On Wed, 31 Mar 2004, fdr wrote: > Hello ! > > I'm french and i have a small problem. Are those two related? :-) > I have a script as edit by crontab -e. > if i do the script from bash that works and the crontab do the script > but this command in the sccript is not execute: > find /cygdrive/c/c

already registered with AC_CONFIG_FILES

2004-03-31 Thread Mailing Lists
Hi all! I am trying to compile some software (VLC from the VideoLAN project) on W2K/CygWin. Unfortunately, during the config, I get an error. I have already contacet the VideoLAN malining list, but to no avail. And I have contacted the automake guys as well. However, I am trying to get help wher

please help!

2004-03-31 Thread fdr
Hello ! I'm french and i have a small problem. I have a script as edit by crontab -e. if i do the script from bash that works and the crontab do the script but this command in the sccript is not execute: find /cygdrive/c/cygwin/temp -mmim 10 -print | xargs rm -f i don't understand, can you help m

how to set up a "mounter" service? (network drives disconnecting)

2004-03-31 Thread Richard Duran
We've set up a cygrunsrv "mounter" service that maps network drives to Samba shares. We needed to do this to implement other cygrunsrv services that run from scripts sitting on these shares. The main problem is that throughout the day, connectivity to these shares is lost, and when I try to access

Re: Cygwin for Government Use

2004-03-31 Thread Corinna Vinschen
Hi Rick, On Mar 31 08:06, Hanson, Richard Mr CAA wrote: > Greetings, > > I work at an agency for the US Army and in making a software procurement (really, > installation) request for cygwin, a few developers here were surprised to find out > that RedHat charges the government for the use of cyg

RE: [ANNOUNCEMENT] Updated: zsh-4.2.0-1

2004-03-31 Thread Igor Pechtchanski
On Wed, 31 Mar 2004, Dave Korn wrote: > > -Original Message- > > From: cygwin-owner On Behalf Of Peter A. Castro > > Sent: 30 March 2004 19:45 > > > The original issue was with the executable /usr/bin/zsh being > > a link to the real exe (eg: zsh-4.2.0). However, this is not > > a packagi

Cygwin for Government Use

2004-03-31 Thread Hanson, Richard Mr CAA
Greetings, I work at an agency for the US Army and in making a software procurement (really, installation) request for cygwin, a few developers here were surprised to find out that RedHat charges the government for the use of cygwin. Our IT manager: This software is not free to the Governm

Re: zsh and line breaks

2004-03-31 Thread Oliver Kiddle
"Peter A. Castro" wrote: > > Are those corrections likely to be limited to the Cygwin package for > > zsh? > > Yes. Currently, my changes are Cygwin specific and really don't apply to > the other platforms. It is easy for us to add `#ifdef __CYGWIN__' around changes or #define O_TEXT to zero on

com* vs /dev/ttyS*

2004-03-31 Thread Martin
Greetings I am having trouble using the com1 port through Cygwin. I know this have been posted earlier, but I havn't found a solution. I am using GDB to communicate with an ARM7 evaluation board. I use the command "tar rdi com1" to use com1 as communication port, whereafter the system hangs. I've

RE: Cygwin perl not understanding textmode

2004-03-31 Thread Dave Korn
> -Original Message- > From: cygwin-owner On Behalf Of Mike Spertus > Sent: 30 March 2004 20:30 > > On Tue, 30 Mar 2004, Mike Spertus wrote: > > > >> I have installed Cygwin with DOS linebreaks (i.e., disks > mounted in > >> textmode). However, Cygwin perl doesn't seem to understand thi

RE: [ANNOUNCEMENT] Updated: zsh-4.2.0-1

2004-03-31 Thread Dave Korn
> -Original Message- > From: cygwin-owner On Behalf Of Peter A. Castro > Sent: 30 March 2004 19:45 > The original issue was with the executable /usr/bin/zsh being > a link to the real exe (eg: zsh-4.2.0). However, this is not > a packaging error, IMHO. /usr/bin/zsh is a *hardlink*,