Re: Ugrent !! Reg. Executing the EXE generated by Cygwin

2008-06-13 Thread Yitzchak Scott-Thoennes
On Fri, June 13, 2008 2:23 am, Mani kandan wrote: > This problem is probably due to using incompatible versions of the cygwin > DLL. > >> Search for cygwin1.dll using the Windows Start->Find/Search facility >> and delete all but the most recent version. The most recent version >> *should* >> resid

Re: Ugrent !! Reg. Executing the EXE generated by Cygwin

2008-06-13 Thread Christopher Faylor
On Fri, Jun 13, 2008 at 07:40:25PM +, Lee wrote: >> There can be only one cygwin1.dll on the machine, put where it's supposed to >> be >> by using the Cygwin setup.exe. You can't just put another copy of >> cygwin1.dll >> somewhere else on that machine. > >Yes, you can. > >http://msdn.micros

Re: Ugrent !! Reg. Executing the EXE generated by Cygwin

2008-06-13 Thread Larry Hall (Cygwin)
Lee wrote: There can be only one cygwin1.dll on the machine, put where it's supposed to be by using the Cygwin setup.exe. You can't just put another copy of cygwin1.dll somewhere else on that machine. Yes, you can. http://msdn.microsoft.com/en-us/library/ms682586.aspx Dynamic-Link library sea

Re: Ugrent !! Reg. Executing the EXE generated by Cygwin

2008-06-13 Thread Lee
> There can be only one cygwin1.dll on the machine, put where it's supposed to > be > by using the Cygwin setup.exe. You can't just put another copy of cygwin1.dll > somewhere else on that machine. Yes, you can. http://msdn.microsoft.com/en-us/library/ms682586.aspx Dynamic-Link library search o

Re: Ugrent !! Reg. Executing the EXE generated by Cygwin

2008-06-13 Thread Mark Geisert
Mani kandan writes: > This problem is probably due to using incompatible versions of the cygwin DLL. > > Search for cygwin1.dll using the Windows Start->Find/Search facility > > and delete all but the most recent version. The most recent version *should* > > reside in x:\cygwin\bin, where 'x' is

[ANNOUNCEMENT] Updated: {subversion,subversion-apache2,subversion-devel,subversion-perl,subversion-python,subversion-ruby}-1.4.6-1

2008-06-13 Thread David Rothenberger
A new version the subversion is now available for download. NEWS: = This is a new upstream release. Please see http://svn.collab.net/repos/svn/branches/1.4.x/CHANGES for the changes in this release. This release also includes a patch proposed to upstream to help with transient permission

Re: Bug in ping? ICMP Sequence Number octets are reversed

2008-06-13 Thread Gary Johnson
On 2008-06-13, Corinna Vinschen wrote: > On Jun 13 10:07, Christopher Faylor wrote: > > ping does not have a maintainer currently so, unless someone wants to take > > over maintainership, it is not likely to be changed and bug reports against > > ping are not likely to be acted upon. > > I'm wonde

Passing file descriptors and ssh ControlMaster

2008-06-13 Thread Stefanos Makris
After looking through the list archives, I am a little puzzled as to the current state of implementing the necessary functionality that will enable the file descriptor passing between processes (which according to my understanding is required for a functioning ControlMaster behavior of ss

Recommended cygwin-1.7 check

2008-06-13 Thread Reini Urban
How should one check for the new cygwin 1.7 API, esp. wchar pathnames? So far I've used #include #if (CYGWIN_VERSION_USER_API_VERSION_COMBINED >= 181) because I needed cygwin_conv_path() But I assume #if CYGWIN_VERSION_DLL_MAJOR >= 1007 should be used instead. Or shouldn't some default definiti

Re: Bug in ping? ICMP Sequence Number octets are reversed

2008-06-13 Thread Gary Johnson
On 2008-06-13, Christopher Faylor wrote: > On Fri, Jun 13, 2008 at 04:36:03PM +0200, Corinna Vinschen wrote: > >On Jun 13 10:07, Christopher Faylor wrote: > >> ping does not have a maintainer currently so, unless someone wants to take > >> over maintainership, it is not likely to be changed and bug

Re: cygpath 1.7 wrong

2008-06-13 Thread Reini Urban
2008/6/13 Corinna Vinschen: > On Jun 13 17:14, Corinna Vinschen wrote: >> > char *Cygwin_mount_flags(char *pathname) { >> > >> > char flags[260]; /* I know, I know. stack vs heap */ >> > [...] >> > return flags; > > And it's returning the content of a local buffer. Ouch! It was just an ex

Re: Bug in ping? ICMP Sequence Number octets are reversed

2008-06-13 Thread Corinna Vinschen
On Jun 13 11:14, Lee Maschmeyer wrote: > Cygwin does have "pinky" but it never works for me. Is pinky supposed to > need a special server? Our site works for (Windows) finger but not Cygwin > pinky and I don't know whose fault that is. Pinky access the utmp file which is only created for login's

Re: cl.exe cannot understand gygwin path format

2008-06-13 Thread Larry Hall (Cygwin)
CN wrote: This list strongly encourages content to be in the body of the message, not the subject. Why would you expect non-Cygwin programs to understand POSIX paths? Did you read "What Isn't Cygwin?" on www.cygwin.com? -- Larry Hall http://www.rfk.com RFK Partn

Re: Bug in ping? ICMP Sequence Number octets are reversed

2008-06-13 Thread Lee Maschmeyer
If you ditch the Cygwin Ping I hope the Windows version can work better than the Windows version of Finger. If I execute finger from Cygwin I get a loop where the help text is executed about 3 times and no finger results are given. It took a distressingly long time before I realized there isn't

Re: Bug in ping? ICMP Sequence Number octets are reversed

2008-06-13 Thread Christopher Faylor
On Fri, Jun 13, 2008 at 04:36:03PM +0200, Corinna Vinschen wrote: >On Jun 13 10:07, Christopher Faylor wrote: >> ping does not have a maintainer currently so, unless someone wants to take >> over maintainership, it is not likely to be changed and bug reports against >> ping are not likely to be act

Re: Bug in ping? ICMP Sequence Number octets are reversed

2008-06-13 Thread Corinna Vinschen
On Jun 13 10:07, Christopher Faylor wrote: > ping does not have a maintainer currently so, unless someone wants to take > over maintainership, it is not likely to be changed and bug reports against > ping are not likely to be acted upon. I'm wondering if we need it at all. It doesn't exactly have

Re: Bug in ping? ICMP Sequence Number octets are reversed

2008-06-13 Thread Christopher Faylor
On Fri, Jun 13, 2008 at 09:24:27AM +0200, Spiro Trikaliotis wrote: >Hello, > >I just had a (short) session with Wireshark: > >* On Thu, Jun 12, 2008 at 10:39:09PM -0700 Gary Johnson wrote: > >> I've been using Cygwin's ping (/usr/bin/ping, ping-1.0-1) to do some >> testing of IP over a wireless mo

Re: Cygwin + Fetchmail + Ssmtp in Exchange

2008-06-13 Thread Jason Tishler
Rod, Please see the following: http://cygwin.com/acronyms/#PPIOSPE On Thu, Jun 12, 2008 at 11:09:03PM +1000, Rod Lopez wrote: > I was reading Cygwin mail archives when I came across a few of your > posts and you seem to know what you are talking about, so I thought > you might be able to poi

Re: cl.exe cannot understand gygwin path format

2008-06-13 Thread Václav Haisman
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 CN wrote: | Hi, | | I am trying to compile a .c file using cl.exe in cygwin. | I am getting following Error. | | $ cl -Fo/cygdrive/e/cnair/tmp/hai.o /cygdrive/e/cnair/tmp/hai.c | Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 13.00.9466 for

[PATCH] Bug in /usr/bin/cron-config (needs quotation marks)

2008-06-13 Thread Will Palmer
A couple of places in /usr/bin/cron-config (cron version 4.1-6) are missing quotation marks around variables in tests, resulting in errors when the username contains spaces. Example errors: Do you want to install the cron daemon as a service? (yes/n

Re: Ugrent !! Reg. Executing the EXE generated by Cygwin

2008-06-13 Thread Mani kandan
This problem is probably due to using incompatible versions of the cygwin DLL. > Search for cygwin1.dll using the Windows Start->Find/Search facility > and delete all but the most recent version. The most recent version *should* > reside in x:\cygwin\bin, where 'x' is the drive on which you have >

Re: Ugrent !! Reg. Executing the EXE generated by Cygwin

2008-06-13 Thread Mark Geisert
Mani kandan writes: > This problem is probably due to using incompatible versions of the cygwin DLL. > Search for cygwin1.dll using the Windows Start->Find/Search facility > and delete all but the most recent version. The most recent version *should* > reside in x:\cygwin\bin, where 'x' is the dri

Ugrent !! Reg. Executing the EXE generated by Cygwin

2008-06-13 Thread Mani kandan
Hi, We have built an exe in cygwin which calls a .bat file which inturn invokes another cygwin generate exe. When we run exe in Windows 2003 Server, we get the following error. 69750 [main] ? (5536) C:\cygwin\bin\sh.exe: *** fatal error - cygheap base mis match detected - 0x9F88E0/0x611688E0. Th

Re: XP + cygwin version 1.7: problem with /proc/net/if_inet6 format and if_indextoname

2008-06-13 Thread Corinna Vinschen
On Jun 10 12:41, Corinna Vinschen wrote: > On Jun 9 20:27, Deti Fliegl wrote: > > Maybe there should be some scope tests (by IN6_IS_ADDR_* macros) in > > winsup/cygwin/fhandler_procnet.cc to provide a consistent value. > > I see. Well, I put this on my TODO list. It shouldn't be too tricky > t

Re: Bug in ping? ICMP Sequence Number octets are reversed

2008-06-13 Thread Spiro Trikaliotis
Hello, I just had a (short) session with Wireshark: * On Thu, Jun 12, 2008 at 10:39:09PM -0700 Gary Johnson wrote: > I've been using Cygwin's ping (/usr/bin/ping, ping-1.0-1) to do some > testing of IP over a wireless modem. [...] > It looks like someone just wrote a short integer to the sequ