Re: file mirroring

2009-01-13 Thread jedalaurin
Thorsten Kampe wrote: > > * Thorsten Kampe (Tue, 13 Jan 2009 19:44:22 +0100) >> * jedalaurin (Mon, 12 Jan 2009 23:48:51 -0800 (PST)) >> > rsync: connection unexpectedly closed (0 bytes received so far) >> [receiver] >> > rsync error: error in rsync protocol data stream (code 12) at >> > /home/

Re: file mirroring

2009-01-13 Thread jedalaurin
Thorsten Kampe wrote: > > * jedalaurin (Mon, 12 Jan 2009 23:48:51 -0800 (PST)) >> rsync: connection unexpectedly closed (0 bytes received so far) > [receiver] >> rsync error: error in rsync protocol data stream (code 12) at >> /home/lapo/packaging/rsync-3.0.4-1/src/rsync-3.0.4/io.c(632) >> [re

Re: rm seems to fail

2009-01-13 Thread Larry Hall (Cygwin)
greenup greenup wrote: On Tue, Jan 13, 2009 at 5:34 PM, Larry Hall (Cygwin) wrote: greenup greenup wrote: broken again/still. On 1/13/09, Mark J. Reed wrote: Any luck on the BLODA front? Afraid I don't know BLODA, but disabling the virus scanner for a few minutes didn't work.

Re: rm seems to fail

2009-01-13 Thread greenup greenup
On Tue, Jan 13, 2009 at 5:34 PM, Larry Hall (Cygwin) wrote: > greenup greenup wrote: >> >> broken again/still. >> >> On 1/13/09, Mark J. Reed wrote: > > Any luck on the BLODA front? > Afraid I don't know BLODA, but disabling the virus scanner for a few minutes didn't work. -- Unsubscribe info:

Re: rm seems to fail

2009-01-13 Thread Larry Hall (Cygwin)
greenup greenup wrote: broken again/still. On 1/13/09, Mark J. Reed wrote: On Tue, Jan 13, 2009 at 2:52 PM, greenup wrote: > your perl test was a nice try; but it also did not remove the file, > which is revealing. I should have included a return code check: perl -e 'unlink("goo/foo") or di

Re: setup 2.573.2.3 configure fails libgpg-error/libgcrypt

2009-01-13 Thread Grant Edwards
On 2009-01-13, Dave Korn wrote: >> Thanks, I'm set. I guess nobody else builds their own >> setup.exe. :) > > I'm a little surprised it took this long for anyone to notice! You can take that as a compliment: the program evidently works so well that only the rare oddballs like me feel the need

Re: fetchmail pops up console windows

2009-01-13 Thread Gary Johnson
On 2009-01-13, Larry Hall (Cygwin) wrote: > Gary Johnson wrote: > >On 2009-01-13, Jason Tishler wrote: > >>Gary, > >> > >>On Tue, Jan 13, 2009 at 09:55:36AM -0800, Gary Johnson wrote: > >>>On 2009-01-13, Jason Tishler wrote: > FWIW, I don't have this problem when running fetchmail as a service.

RE: rm seems to fail

2009-01-13 Thread Ian Puleston
> -Original Message- > From: greenup greenup > Sent: Tuesday, January 13, 2009 3:03 PM > > This machine uses Mcaffee OAS. And it appears I don't have the power > to disable it even to test. Mixed feelings about that... there are > some users that would leave it off a lot... You can temp

Re: fetchmail pops up console windows

2009-01-13 Thread Gary Johnson
On 2009-01-13, Dr. Volker Zell wrote: > > Gary Johnson writes: > > > On 2008-02-22, Dr. Volker Zell wrote: > >> Hi > >> > >> This still bugs me. fetchmail pops up console windows when delivering > >> mails to procmail. > >> It doesn't matter if I run fetchmail directly

Re: setup 2.573.2.3 configure fails libgpg-error/libgcrypt

2009-01-13 Thread Dave Korn
Grant Edwards wrote: > On 2009-01-13, Dave Korn wrote: > >> Or you can hang around a while, and I'll upload a fixed >> tarball. (I'll just manually add the missing stuff and >> re-upload it). Now done. http://cygwin.com/setup/snapshots/setup-2.573.2.3.tar.bz2 (I also updated the ../current/ d

Re: setup.exe 2.592-1.7 built from sources seems buggy

2009-01-13 Thread Grant Edwards
On 2009-01-13, Grant Edwards wrote: > I built setup.exe from the sources in setup-2.592-1.7special.tar.bz2, > and the resulting program seems a bit buggy. There have been > two problems I've noticed so far: > > 1) It stopped and complatined that release/gcc/gcc-3.4.4-3.tar.bz2 > wasn't a va

Re: rm seems to fail

2009-01-13 Thread greenup greenup
broken again/still. On 1/13/09, Mark J. Reed wrote: > On Tue, Jan 13, 2009 at 2:52 PM, greenup wrote: > > your perl test was a nice try; but it also did not remove the file, > > which is revealing. > I should have included a return code check: > > perl -e 'unlink("goo/foo") or die $!' > d...@w2

Re: setup 2.573.2.3 configure fails libgpg-error/libgcrypt

2009-01-13 Thread Grant Edwards
On 2009-01-13, Grant Edwards wrote: > On 2009-01-13, Dave Korn wrote: > >> Looking in the snapshot tarball, it seems that configure.in >> does indeed have the original (unpatched or reverted) code, so >> why doesn't it have the gpg-error-config-fake script as well? >> I went digging in the source

Re: rm seems to fail

2009-01-13 Thread greenup greenup
On 1/13/09, Dave Korn wrote: > greenup greenup wrote: > > On 1/13/09, Mark J. Reed wrote: > >> On Tue, Jan 13, 2009 at 2:52 PM, greenup wrote: > >> > your perl test was a nice try; but it also did not remove the file, > >> > which is revealing. > >> I should have included a return code check

Re: setup 2.573.2.3 configure fails libgpg-error/libgcrypt

2009-01-13 Thread Grant Edwards
On 2009-01-13, Dave Korn wrote: > Looking in the snapshot tarball, it seems that configure.in does indeed > have the original (unpatched or reverted) code, so why doesn't it have the > gpg-error-config-fake script as well? I went digging in the source directory > where I originally built the t

Re: rm seems to fail

2009-01-13 Thread Dave Korn
greenup greenup wrote: > On 1/13/09, Mark J. Reed wrote: >> On Tue, Jan 13, 2009 at 2:52 PM, greenup wrote: >> > your perl test was a nice try; but it also did not remove the file, >> > which is revealing. >> I should have included a return code check: >> perl -e 'unlink("goo/foo") or die $!' >

Re: How to make setup.exe default to local-install?

2009-01-13 Thread Grant Edwards
On 2009-01-13, Larry Hall (Cygwin) wrote: > Are you only interested in knowing where the local directory defaults > to the first time it is run on a machine without a Cygwin installation? Yes. > If so, then yes, it is CWD. Thanks for confirming that. That's what my experiments and examination

Re: rm seems to fail

2009-01-13 Thread Dave Korn
Larry Hall (Cygwin) wrote: > Mark J. Reed wrote: >> On Tue, Jan 13, 2009 at 2:52 PM, greenup wrote: >> So at this point I'm at a loss. I'm running the same version of >> Cygwin (though on Vista, not XP) on the same type of filesystem (NTFS) >> and not seeing the issue. Is there any way this coul

RE: ps COMMAND column

2009-01-13 Thread Buchbinder, Barry (NIH/NIAID) [E]
Paul McFerrin wrote on Tuesday, January 13, 2009 5:14 PM: > Is there a way to get "ps" to display more on the COMMAND column? Doesn't look like it. But try $ pstree -a $ procps -f $ procps -F -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwi

Re: setup 2.573.2.3 configure fails libgpg-error/libgcrypt

2009-01-13 Thread Dave Korn
Grant Edwards wrote: > On 2009-01-13, Grant Edwards wrote: >> I'm tyring to build setup 2.573.2.3, but the configure always >> fails like this: >> >> >>checking whether padlock support is requested... yes >>checking for gpg-error-config... (cached) >> /home/grante/setup-2.573.2.3/gpg-error-

Re: rm seems to fail

2009-01-13 Thread greenup greenup
On 1/13/09, Mark J. Reed wrote: > On Tue, Jan 13, 2009 at 2:52 PM, greenup wrote: > > your perl test was a nice try; but it also did not remove the file, > > which is revealing. > I should have included a return code check: > perl -e 'unlink("goo/foo") or die $!' the return code check worked!!

ps COMMAND column

2009-01-13 Thread Paul McFerrin
Is there a way to get "ps" to display more on the COMMAND column? It appears to display only argv[0] and none of the others. So when executing ksh scripts, they all show up as "ksh". Or if you have multiple executions of a single command, it makes it hard to identify which one you want to ki

Re: fetchmail pops up console windows

2009-01-13 Thread Larry Hall (Cygwin)
Gary Johnson wrote: On 2009-01-13, Jason Tishler wrote: Gary, On Tue, Jan 13, 2009 at 09:55:36AM -0800, Gary Johnson wrote: On 2009-01-13, Jason Tishler wrote: FWIW, I don't have this problem when running fetchmail as a service. I saw that in an earlier post and tried to follow the instructi

Re: fetchmail pops up console windows

2009-01-13 Thread Gary Johnson
On 2009-01-13, Jason Tishler wrote: > Gary, > > On Tue, Jan 13, 2009 at 09:55:36AM -0800, Gary Johnson wrote: > > On 2009-01-13, Jason Tishler wrote: > > > FWIW, I don't have this problem when running fetchmail as a service. > > > > I saw that in an earlier post and tried to follow the instructio

Re: rm seems to fail

2009-01-13 Thread Larry Hall (Cygwin)
Mark J. Reed wrote: On Tue, Jan 13, 2009 at 2:52 PM, greenup wrote: your perl test was a nice try; but it also did not remove the file, which is revealing. I should have included a return code check: perl -e 'unlink("goo/foo") or die $!' I suspect that will still run silently without removin

Re: MinTTY Double Click Issue

2009-01-13 Thread ERIC HO
Hi, Andy, you are right. Adjusting the Window's double click from fast to medium corrects the problem. I hardly use Windows applications nowadays with Cygwin available. Thanks again. Eric. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.

Re: Help me please install OpenSSH Server on Windows Vista

2009-01-13 Thread Larry Hall (Cygwin)
Alexey Eremenko wrote: On Mon, Jan 12, 2009 at 4:32 PM, Larry Hall (Cygwin) wrote: Alexey Eremenko wrote: On Mon, Jan 12, 2009 at 4:47 AM, Alexey Eremenko wrote: Hi All ! I have installed Cygwin on Vista -- but was unable to install SSH server on it. ssh-host-config returns an error no mat

Re: How to make setup.exe default to local-install?

2009-01-13 Thread Larry Hall (Cygwin)
Grant Edwards wrote: On 2009-01-13, Larry Hall (Cygwin) wrote: ^^ . Thanks. On 01/12/2009, Grant Edwards wrote: It looks like a batch file would work, but it pops up a "nuisa

Re: setup 2.573.2.3 configure fails libgpg-error/libgcrypt

2009-01-13 Thread Grant Edwards
On 2009-01-13, Grant Edwards wrote: > I'm tyring to build setup 2.573.2.3, but the configure always > fails like this: > > >checking whether padlock support is requested... yes >checking for gpg-error-config... (cached) > /home/grante/setup-2.573.2.3/gpg-error-config-fake > --dir=/home/g

setup 2.573.2.3 configure fails libgpg-error/libgcrypt

2009-01-13 Thread Grant Edwards
I'm tyring to build setup 2.573.2.3, but the configure always fails like this: checking whether padlock support is requested... yes checking for gpg-error-config... (cached) /home/grante/setup-2.573.2.3/gpg-error-config-fake --dir=/home/grante/setup-2.573.2.3 checking for GPG Error - v

Re: rm seems to fail

2009-01-13 Thread Mark J. Reed
On Tue, Jan 13, 2009 at 2:52 PM, greenup wrote: > your perl test was a nice try; but it also did not remove the file, > which is revealing. I should have included a return code check: perl -e 'unlink("goo/foo") or die $!' I suspect that will still run silently without removing the file, indicati

setup.exe 2.592-1.7 built from sources seems buggy

2009-01-13 Thread Grant Edwards
I built setup.exe from the sources in setup-2.592-1.7special.tar.bz2, and the resulting program seems a bit buggy. There have been two problems I've noticed so far: 1) It stopped and complatined that release/gcc/gcc-3.4.4-3.tar.bz2 wasn't a valid file format. Yet tar seems quite happy with

Re: rm seems to fail

2009-01-13 Thread greenup greenup
"not a universal problem" is good and bad... good that this is widespread, bad that it's harder to debug on just my system. I renamed the other rm, (after checking to see if it worked... it does, but even though it can cope with forward slashes, it hates /cygdrive/d/..." I also tried backing dow

Re: python 2.6

2009-01-13 Thread George Ciobanu
Jason Tishler wrote: George, are you willing to install openssl-devel, build a completely new Python, run the regression test [2], and report back your findings to the list? After I've installed openssl-dev and rebuilt from scratch Python. I could see both error conditions: "sem_init: Resou

Re: rm seems to fail

2009-01-13 Thread Mark J. Reed
On Tue, Jan 13, 2009 at 1:57 PM, greenup wrote: > d...@w2 ~ > $ rm -v goo/foo > rm: remove write-protected regular empty file `goo/foo'? y > removed `goo/foo' > > d...@w2 ~ > $ echo $? > 0 > > d...@w2 ~ > $ ls -la goo > total 0 > drwxr-xr-x+ 2 dz mkgroup-l-d 0 Jan 13 08:10 . > drwxrwx---+

Re: fetchmail pops up console windows

2009-01-13 Thread Jason Tishler
Gary, On Tue, Jan 13, 2009 at 09:55:36AM -0800, Gary Johnson wrote: > On 2009-01-13, Jason Tishler wrote: > > FWIW, I don't have this problem when running fetchmail as a service. > > I saw that in an earlier post and tried to follow the instructions in > /usr/share/doc/Cygwin/fetchmail-6.3.9.READ

Re: How to make setup.exe default to local-install?

2009-01-13 Thread Grant Edwards
On 2009-01-13, Grant Edwards wrote: > On 2009-01-13, Larry Hall (Cygwin) wrote: >> On 01/12/2009, Grant Edwards wrote: >>> It looks like a batch file would work, but it pops up a >>> "nuisance" console window. [Question: does "local directory" >>> refer to the directory where setup.exe is locate

Re: IP_PKTINFO in cygwin

2009-01-13 Thread Bill Florac
Corinna Vinschen cygwin.com> writes: > > On Jan 13 02:26, Bill Florac wrote: > > Does cygwin support the setsockopt() - IP_PKTINFO to retreive the destination > > address of a incomming UDP packet received via recvmsg()? I have made > > numberous attempts but CMSG_FIRSTHDR() always returns N

Re: How to make setup.exe default to local-install?

2009-01-13 Thread Grant Edwards
On 2009-01-13, Larry Hall (Cygwin) wrote: > On 01/12/2009, Grant Edwards wrote: >> It looks like a batch file would work, but it pops up a >> "nuisance" console window. [Question: does "local directory" >> refer to the directory where setup.exe is located or to the >> current working directory?]

Re: automate SSH-HOST-CONFIG

2009-01-13 Thread blazt
Hi Dimitri, thanks for your help. I created the script based on yours but it never sends the expect back to the program. #!/bin/bash #!./expect -f chmod +r /etc/passwd chmod +r /etc/group chmod +x /var echo "Starting Script" ssh-host-config # Host keys generation is lengthy procedure set tim

Re: rm seems to fail

2009-01-13 Thread greenup greenup
oops. forgot to scrub mail headers for email addrs. Sorry about that. does the list archive scrub? -greenup On 1/13/09, greenup greenup wrote: > On 1/13/09, Mark J. Reed wrote: > > On Tue, Jan 13, 2009 at 12:16 PM, greenup wrote: -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-sim

Re: rm seems to fail

2009-01-13 Thread greenup greenup
On 1/13/09, Mark J. Reed wrote: > On Tue, Jan 13, 2009 at 12:16 PM, greenup wrote: > > oh, I forgot to mention: right after doing the rm, the return code is > > success, even though it failed to actually remove the file. > rm with -f is silent about certain types of errors, usually of the > "fi

Re: file mirroring

2009-01-13 Thread Thorsten Kampe
* Thorsten Kampe (Tue, 13 Jan 2009 19:44:22 +0100) > * jedalaurin (Mon, 12 Jan 2009 23:48:51 -0800 (PST)) > > rsync: connection unexpectedly closed (0 bytes received so far) > [receiver] > > rsync error: error in rsync protocol data stream (code 12) at > > /home/lapo/packaging/rsync-3.0.4-1/src/rs

Re: file mirroring

2009-01-13 Thread Thorsten Kampe
* jedalaurin (Mon, 12 Jan 2009 23:48:51 -0800 (PST)) > rsync: connection unexpectedly closed (0 bytes received so far) [receiver] > rsync error: error in rsync protocol data stream (code 12) at > /home/lapo/packaging/rsync-3.0.4-1/src/rsync-3.0.4/io.c(632) > [receiver=3.0.4] > > after running >

Re: rm seems to fail

2009-01-13 Thread Mark J. Reed
On Tue, Jan 13, 2009 at 12:16 PM, greenup wrote: > oh, I forgot to mention: right after doing the rm, the return code is > success, even though it failed to actually remove the file. rm with -f is silent about certain types of errors, usually of the "file doesn't exist" variety. So that sounds li

Re: fetchmail pops up console windows

2009-01-13 Thread Dr. Volker Zell
> Gary Johnson writes: > On 2008-02-22, Dr. Volker Zell wrote: >> Hi >> >> This still bugs me. fetchmail pops up console windows when delivering >> mails to procmail. >> It doesn't matter if I run fetchmail directly from the commandline (in >> my case in a rxvt win

Re: fetchmail pops up console windows

2009-01-13 Thread Gary Johnson
On 2009-01-13, Jason Tishler wrote: > Gary, > > On Mon, Jan 12, 2009 at 11:23:08PM -0800, Gary Johnson wrote: > > On 2008-02-22, Dr. Volker Zell wrote: > > > This still bugs me. fetchmail pops up console windows when > > > delivering mails to procmail. It doesn't matter if I run fetchmail > > > d

Re: python 2.6

2009-01-13 Thread Jason Tishler
On Tue, Jan 13, 2009 at 03:17:01AM +0200, George Ciobanu wrote: > First of all, sorry for breaking the thread, but I'm not a subscriber > to this list. Please cc me on the next email. > > Just wanted to let you know that I don't see the issue you are > describing in my environment when running "ma

Re: rm seems to fail

2009-01-13 Thread greenup greenup
oh, I forgot to mention: right after doing the rm, the return code is success, even though it failed to actually remove the file. d...@w2 ~ $ rm -f goo/foo d...@w2 ~ $ echo $? 0 On 1/13/09, greenup greenup wrote: >... > d...@w2 ~ > $ mkdir goo > > d...@w2 ~ > $ touch goo/foo > > d...@w2 ~ >

Fwd: rm seems to fail

2009-01-13 Thread greenup greenup
I seem to have problems with rm. specifically, even when using -f it won't remove files, if the permissions are restricted to read-only. -f is supposed to be the "I don't care, just do it" switch. At one point moved my whole "c:\cygwin" hierarchy to a backup, rebooted and reinstalled, to try and

Re: file mirroring

2009-01-13 Thread jedalaurin
Tomas Zerolo wrote: > > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > On Tue, Jan 13, 2009 at 05:30:40AM -0800, jedalaurin wrote: >> >> >> >> Tomas Zerolo wrote: > [...] >> > As Larry said, this probably isn't Cygwin-specific. Rsync can be also > > [...] > >> server_A: Red hat >> se

RE: fetchmail pops up console windows

2009-01-13 Thread Buchbinder, Barry (NIH/NIAID) [E]
Gary Johnson wrote on Tuesday, January 13, 2009 2:23 AM: > On 2008-02-22, Dr. Volker Zell wrote: >> This still bugs me. fetchmail pops up console windows when >> delivering mails to procmail. It doesn't matter if I run fetchmail >> directly from the commandline (in my case in a rxvt window under X)

Re: Help me please install OpenSSH Server on Windows Vista

2009-01-13 Thread Alexey Eremenko
On Mon, Jan 12, 2009 at 4:32 PM, Larry Hall (Cygwin) wrote: > Alexey Eremenko wrote: >> >> On Mon, Jan 12, 2009 at 4:47 AM, Alexey Eremenko wrote: >>> >>> Hi All ! >>> >>> I have installed Cygwin on Vista -- but was unable to install SSH server >>> on it. >>> >>> ssh-host-config returns an error

Re: file mirroring

2009-01-13 Thread jedalaurin
मनीष wrote: > >> "jedalaurin" == jedalaurin writes: > > jedalaurin> Tomas Zerolo wrote: > [snip: lengthy explanation (59 lines)] > jedalaurin> server_A: Red hat > jedalaurin> server_B: Window 2003 (cygwin) > > jedalaurin> i was on server_B running this command: > > jedalaurin> ssh -i /

Re: file mirroring

2009-01-13 Thread tomas
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Tue, Jan 13, 2009 at 05:30:40AM -0800, jedalaurin wrote: > > > > Tomas Zerolo wrote: [...] > > As Larry said, this probably isn't Cygwin-specific. Rsync can be also [...] > server_A: Red hat > server_B: Window 2003 (cygwin) > > i was on server

Re: fetchmail pops up console windows

2009-01-13 Thread Jason Tishler
Gary, On Mon, Jan 12, 2009 at 11:23:08PM -0800, Gary Johnson wrote: > On 2008-02-22, Dr. Volker Zell wrote: > > This still bugs me. fetchmail pops up console windows when > > delivering mails to procmail. It doesn't matter if I run fetchmail > > directly from the commandline (in my case in a rxvt

Re: file mirroring

2009-01-13 Thread Manish Sharma
> "jedalaurin" == jedalaurin writes: jedalaurin> Tomas Zerolo wrote: [snip: lengthy explanation (59 lines)] jedalaurin> server_A: Red hat jedalaurin> server_B: Window 2003 (cygwin) jedalaurin> i was on server_B running this command: jedalaurin> ssh -i /root/rsync/mirror-rsync-key jedalauri

Re: How to make setup.exe default to local-install?

2009-01-13 Thread Grant Edwards
On 2009-01-13, Larry Hall (Cygwin) wrote: > On 01/12/2009, Grant Edwards wrote: >> It looks like a batch file would work, but it pops up a >> "nuisance" console window. [Question: does "local directory" >> refer to the directory where setup.exe is located or to the >> current working directory?]

Re: file mirroring

2009-01-13 Thread jedalaurin
Tomas Zerolo wrote: > > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > On Mon, Jan 12, 2009 at 11:48:51PM -0800, jedalaurin wrote: > > [...] > >> rsync: connection unexpectedly closed (0 bytes received so far) >> [receiver] >> rsync error: error in rsync protocol data stream (code 12) a

Re: file mirroring

2009-01-13 Thread jedalaurin
Tomas Zerolo wrote: > > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > On Mon, Jan 12, 2009 at 11:48:51PM -0800, jedalaurin wrote: > > [...] > >> rsync: connection unexpectedly closed (0 bytes received so far) >> [receiver] >> rsync error: error in rsync protocol data stream (code 12) a

Re: file mirroring

2009-01-13 Thread tomas
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Mon, Jan 12, 2009 at 11:48:51PM -0800, jedalaurin wrote: [...] > rsync: connection unexpectedly closed (0 bytes received so far) [receiver] > rsync error: error in rsync protocol data stream (code 12) at > /home/lapo/packaging/rsync-3.0.4-1/src/rs

Re: Signal handling in Win32 GUI programs

2009-01-13 Thread Andy Koppe
2009/1/13 Andy Koppe : > static const sigset_t term_sigs = >1

Re: bug in cygwin's gcc/g++ getopt_long(): erroneous "ambiguous option"

2009-01-13 Thread Corinna Vinschen
On Jan 13 00:49, Dan Tsafrir wrote: > Hi, > > When given certain long options, Cygwin's getopt_long() function > erroneously fails on "ambiguous option". The short program below > illustrates the problem: getopt_long() wrongfully reports the "--xy" > option as ambiguous. > > Strangely, if flippin

Re: IP_PKTINFO in cygwin

2009-01-13 Thread Corinna Vinschen
On Jan 13 02:26, Bill Florac wrote: > Does cygwin support the setsockopt() - IP_PKTINFO to retreive the destination > address of a incomming UDP packet received via recvmsg()? I have made > numberous attempts but CMSG_FIRSTHDR() always returns NULL. The same code > works find under linux. I'm

Re: automate SSH-HOST-CONFIG

2009-01-13 Thread Dmitry Semyonov
Hi Johnny, On Tue, Jan 13, 2009 at 03:28, blazt wrote: > > I am not sure how to do a except script. I have been looking at what I can > find on the net. It is 'expect', not 'except'. It's enough to read 'man expect' for basics. You'll have to learn some Tcl docs for advanced usage, (not required

Re: Signal handling in Win32 GUI programs

2009-01-13 Thread Chris January
On Tue, Jan 13, 2009 at 7:29 AM, Andy Koppe wrote: > Actually I still can't quite get signal handling in MinTTY to work right. > SIGINT is fine, but SIGTERM, SIGHUP, and SIGKILL don't seem to get to > sigwait(), instead still invoking the default handler, i.e. terminating > MinTTY without SIGHUP be