[ITA] w32api-3.0b_svn5368-1

2012-08-12 Thread JonY
Hi, New w32api preliminary upload, now with mingw-w64 parts. It contains the headers and win32 and win64 DLL import libraries. It does require multilib capable GCC to build. Special thanks to Corinna for making this possible. Comments? Yaakov: Can cygport implement a new inherit where it is

setup.exe and cntlm proxy - setup gets stuck at mirrors.lst

2012-08-12 Thread Pawel Jasinski
hi, sorry for the cross post. I just realized setup.exe should be discussed here and not in main cygwin mailing list I have created patch for setup.exe to make it work with cntlm proxy. Upon investigation I have discovered that, setup.exe does not handle well the situation when connection is not

Re: setup.exe and cntlm proxy - setup gets stuck at mirrors.lst

2012-08-12 Thread Christopher Faylor
On Sun, Aug 12, 2012 at 03:48:16PM +0200, Pawel Jasinski wrote: hi, sorry for the cross post. I just realized setup.exe should be discussed here and not in main cygwin mailing list I have created patch for setup.exe to make it work with cntlm proxy. Upon investigation I have discovered that,

Re: setup.exe and cntlm proxy - setup gets stuck at mirrors.lst

2012-08-12 Thread Pawel Jasinski
never mind, somehow I assumed setup.exe is using HTTP 1.1. I am wrong, setup is using HTTP 1.0 cntlm does not implement HTTP 1.0 correctly. Given your comment, I assume you have no interest to switch to HTTP 1.1 thanks for the prompt response On Sun, Aug 12, 2012 at 6:31 PM, Christopher Faylor

Re: setup.exe and cntlm proxy - setup gets stuck at mirrors.lst

2012-08-12 Thread Christopher Faylor
On Sun, Aug 12, 2012 at 07:58:10PM +0200, Pawel Jasinski wrote: On Sun, Aug 12, 2012 at 6:31 PM, Christopher Faylor wrote: On Sun, Aug 12, 2012 at 03:48:16PM +0200, Pawel Jasinski wrote: sorry for the cross post. I just realized setup.exe should be discussed here and not in main cygwin mailing

Re: setup.exe and cntlm proxy - setup gets stuck at mirrors.lst

2012-08-12 Thread Pawel Jasinski
for now I will try to convince cntlm people to support HTTP 1.0 cheers pawel On Sun, Aug 12, 2012 at 8:20 PM, Christopher Faylor wrote: On Sun, Aug 12, 2012 at 07:58:10PM +0200, Pawel Jasinski wrote: On Sun, Aug 12, 2012 at 6:31 PM, Christopher Faylor wrote: On Sun, Aug 12, 2012 at 03:48:16PM

Possible to run multiple X servers under Fast User Switching?

2012-08-12 Thread David Lee Lambert
I've installed Cygwin on a Windows XP system that I only expect to be ever used by less than about five users. I've tried adding XWin Server.lnk to the .../All Users/Start Menu/Programs/Startup group, but the second user who logs in isn't able to start it because the port for :0 is already taken.

Re: XWin.exe segmentation fault on Windows 7

2012-08-12 Thread Chris LeBlanc
On Thu, Aug 9, 2012 at 4:55 PM, Chris LeBlanc crlebl...@gmail.com wrote: Hi Mark, As Jon's reference [1] explains, merely disabling the BLODA might not be sufficient. You may have to completely uninstall it to be rid of its effects. *Especially* if it has processes that re-launch

Re: Side-by-side configuration is incorrect reported as permission denied

2012-08-12 Thread Pawel Jasinski
Hi, Cygwin doesn't report Windows error codes. It reports POSIX ones. I have no idea why there would be a POSIX error code for side-by-side errors but if there were, then reporting that is more appropriate. out of curiosity I have poked into errno.h (as well as man page) on linux and

imagemagick errors under cygwin on 64-bit Win 7 system

2012-08-12 Thread Paul Thompson
I have installed cygwin. I am trying to use a combination of bash, imagemagick, LaTeX, and a few other packages. I have issues with imagemagick. If I run imagemagick installed externally, i get no problems - run cleanly. When I try to run imagemagick (specifically, the montage tool) by a bash

Re: imagemagick errors under cygwin on 64-bit Win 7 system

2012-08-12 Thread marco atzeri
On 8/12/2012 2:32 PM, Paul Thompson wrote: I have installed cygwin. I am trying to use a combination of bash, imagemagick, LaTeX, and a few other packages. I have issues with imagemagick. If I run imagemagick installed externally, i get no problems - run cleanly. When I try to run imagemagick

Re: Side-by-side configuration is incorrect reported as permission denied

2012-08-12 Thread Christopher Faylor
On Sun, Aug 12, 2012 at 11:07:00AM +0200, Pawel Jasinski wrote: Hi, Cygwin doesn't report Windows error codes. It reports POSIX ones. I have no idea why there would be a POSIX error code for side-by-side errors but if there were, then reporting that is more appropriate. out of curiosity I

Re: Side-by-side configuration is incorrect reported as permission denied

2012-08-12 Thread Pawel Jasinski
hi, On Sun, Aug 12, 2012 at 7:06 PM, Christopher Faylor wrote: On Sun, Aug 12, 2012 at 11:07:00AM +0200, Pawel Jasinski wrote: Hi, Cygwin doesn't report Windows error codes. It reports POSIX ones. I have no idea why there would be a POSIX error code for side-by-side errors but if there

gdb dies debugging fortran program

2012-08-12 Thread L Anderson
I trying to use gdb to debug a fortran program compiled with gfortran but gdb inconsistently dies in the process. I have written a small fortran program that exhibits the problem. The test program is: code PROGRAM GDBDIES C PROGRAM TO SHOW GDB DIES DEBUGGING IT IMPLICIT

Re: gdb dies debugging fortran program

2012-08-12 Thread Christopher Faylor
On Sun, Aug 12, 2012 at 12:59:35PM -0700, L Anderson wrote: I trying to use gdb to debug a fortran program compiled with gfortran but gdb inconsistently dies in the process. I have written a small fortran program that exhibits the problem. The test program is: code PROGRAM GDBDIES C

Re: Side-by-side configuration is incorrect reported as permission denied

2012-08-12 Thread Earnie Boyd
On Sun, Aug 12, 2012 at 1:56 PM, Pawel Jasinski wrote: If you can find a nice Linux errno which maps from ERROR_SXS_CANT_GEN_ACTCTX to something other than EACCES I'd be happy to change Cygwin. Sorry I was not clear. The point was not to use linux error code. what I was trying to say is

Re: Side-by-side configuration is incorrect reported as permission denied

2012-08-12 Thread Christopher Faylor
On Sun, Aug 12, 2012 at 04:35:23PM -0400, Earnie Boyd wrote: On Sun, Aug 12, 2012 at 1:56 PM, Pawel Jasinski wrote: If you can find a nice Linux errno which maps from ERROR_SXS_CANT_GEN_ACTCTX to something other than EACCES I'd be happy to change Cygwin. Sorry I was not clear. The point was not

Re: gdb dies debugging fortran program

2012-08-12 Thread L Anderson
Christopher Faylor wrote: On Sun, Aug 12, 2012 at 12:59:35PM -0700, L Anderson wrote: I trying to use gdb to debug a fortran program compiled with gfortran but gdb inconsistently dies in the process. I have written a small fortran program that exhibits the problem. The test program is: code

intermittent ssh port 22 connection refused problem

2012-08-12 Thread Paul Allen Newell
Hello: I have a WinXP with cygwin and a couple Fedora 16 boxes on my LAN. Every once in a awhile, I am unable to ssh/scp/telnet from the Fedora boxes to the cygwin box (port 22 connection refused). I've never been able to get a reproducible case and it usually corrects itself the next time I

Re: Side-by-side configuration is incorrect reported as permission denied

2012-08-12 Thread Pawel Jasinski
hi, Thanks Christopher and Earnie for clearing things up. I am trying to promote cygwin as a solution to make working with windows better than windows. Unfortunately I was hit by permission problem (exactly as described by Andrew) in front of other people. Let me say this, it did not help to

Re: gdb dies debugging fortran program

2012-08-12 Thread L Anderson
L Anderson wrote: Christopher Faylor wrote: On Sun, Aug 12, 2012 at 12:59:35PM -0700, L Anderson wrote: I trying to use gdb to debug a fortran program compiled with gfortran but gdb inconsistently dies in the process. I have written a small fortran program that exhibits the problem. The test

Re: Side-by-side configuration is incorrect reported as permission denied

2012-08-12 Thread Andrew DeFaria
On 08/12/2012 01:35 PM, Earnie Boyd wrote: On Sun, Aug 12, 2012 at 1:56 PM, Pawel Jasinski wrote: If you can find a nice Linux errno which maps from ERROR_SXS_CANT_GEN_ACTCTX to something other than EACCES I'd be happy to change Cygwin. Sorry I was not clear. The point was not to use linux

Re: ssh logon failure

2012-08-12 Thread thebardingreen
I'm having this exact problem. Did you guys ever solve it? -- View this message in context: http://main-cygwin-mailing-list.992915.n3.nabble.com/ssh-logon-failure-tp4024378p4025807.html Sent from the Main Cygwin Mailing List mailing list archive at Nabble.com. -- Problem reports: