Re: Please correct Internode Cygwin mirror URL

2012-03-06 Thread Christopher Faylor
On Wed, Mar 07, 2012 at 05:18:02AM +, Cas Bitton wrote: >Hi Christopher, > >This is a screenshot of the reported issue: >http://i.imgur.com/eLJRn.jpg > >I hope this clarifies any confusion, thank you for confirming the >address has not changed! The URL for your site is, and has been, correct i

Re: Please correct Internode Cygwin mirror URL

2012-03-06 Thread Cas Bitton
Hi Christopher, This is a screenshot of the reported issue: http://i.imgur.com/eLJRn.jpg I hope this clarifies any confusion, thank you for confirming the address has not changed! Thank you, Cas On 07/03/2012, at 12:27 PM, Christopher Faylor wrote: > On Wed, Mar 07, 2012 at 01:31:00AM +,

Re: Please correct Internode Cygwin mirror URL

2012-03-06 Thread Christopher Faylor
On Wed, Mar 07, 2012 at 01:31:00AM +, Cas Bitton wrote: >Hi Support, Support? >I am writing to inform you that the software Cygwin attempts to obtain >content from a location on our mirror, that does not exist. > >The software is looking for: http://mirror.internode.on.net/cygwin > >The corre

Re: ldd fails when dll has no execute permissions

2012-03-06 Thread Christopher Faylor
On Tue, Mar 06, 2012 at 03:53:34PM -0800, cppjavaperl wrote: >> On Feb 24 12:56, Corinna Vinschen wrote: >> >> On Feb 23 15:03, cppjavaperl wrote: >> > This was discovered in cygwin-1.7.10-1. >> > >> > If you run 'ldd' against an executable, and the executable has >> > dependent DLLs which do *no

Please correct Internode Cygwin mirror URL

2012-03-06 Thread Cas Bitton
Hi Support, I am writing to inform you that the software Cygwin attempts to obtain content from a location on our mirror, that does not exist. The software is looking for: http://mirror.internode.on.net/cygwin The correct URL is: http://mirror.internode.on.net/pub/cygwin/ Regards, Cas Bitton

Re: ldd fails when dll has no execute permissions

2012-03-06 Thread cppjavaperl
> On Feb 24 12:56, Corinna Vinschen wrote: > > On Feb 23 15:03, cppjavaperl wrote: > > This was discovered in cygwin-1.7.10-1. > > > > If you run 'ldd' against an executable, and the executable has > > dependent DLLs which do *not* have execute permissions, ldd's output > > stops when it reaches

Re: base-files: New files to fix permission issues (was Re: 1.7.10/1.7.11: .Net programs started from a cygwin console may fail.)

2012-03-06 Thread David Sastre Medina
On Mon, Mar 05, 2012 at 09:37:50AM -0700, Eric Blake wrote: > On 03/05/2012 07:13 AM, Nellis, Kenneth wrote: > > From: Corinna Vinschen > > > Thanks for the review. Like this? > > If you're open to improvements, the form > > x=$(($x + 1)) > > could arguably be improved with any of the followin

Re: mintty scroll to bottom

2012-03-06 Thread David Sastre Medina
On Mon, Mar 05, 2012 at 07:57:29PM +0100, Lemke, Michael SZ/HZA-ZSW wrote: > On March 05, 2012 6:26 PM Ryan Johnson wrote: > >On 05/03/2012 5:05 AM, Lemke, Michael SZ/HZA-ZSW wrote: > >> On March 04, 2012 12:51 PM, Corinna Vinschen wrote: > >>> On Mar 2 20:20, Andy Koppe wrote: > On 2 March

Re: cygport: How to suppress automatic postinstall script additions

2012-03-06 Thread Ken Brown
On 3/6/2012 7:28 AM, Ken Brown wrote: On 3/5/2012 5:50 PM, Ken Brown wrote: On 3/5/2012 4:23 PM, Yaakov (Cygwin/X) wrote: On Mon, 2012-03-05 at 12:59 -0500, Ken Brown wrote: On 3/5/2012 12:32 PM, Yaakov (Cygwin/X) wrote: OK, here's the fix: 1) Install cygport-0.10.8.1-1 (released just moment

Re: 1.7.10 : output from .NET programs does not get through pipeline

2012-03-06 Thread Edgar Ellis
Hi all, I started observing some very strange effects when launching .NET programs from cygwin, after upgrading to version 1.7.10. The example below is using the MSBuild.exe as an example, but I get analogous results with any console program compiled for .NET. One can see that each pipeline work

Re: Missing UID from "ps -W"

2012-03-06 Thread Christopher Faylor
On Tue, Mar 06, 2012 at 02:39:54PM +0100, "Danyi-Zsil?k Andr?s" wrote: >I try to use "ps -W" to monitor processes, but UID is 0 except for >processes started in cygwin. Is it a bug or a feature? As you've discovered, implementation of UID for non-cygwin processes is not implemented. -- Problem r

Re: Fwd: cygwin-1.7.10-1 fork - address space needed by ... already in use

2012-03-06 Thread marco atzeri
On 3/6/2012 2:16 PM, Solomon Foster wrote: Hi, Was there ever a resolution to the issue in the subject line? I'm seeing what looks like a related problem when I try to use cygwin's svn (installed yesterday). I'm hoping there is a straightforward solution, because this is a bit of a shop-stoppe

Missing UID from "ps -W"

2012-03-06 Thread Danyi-Zsilák András
Hi, I try to use "ps -W" to monitor processes, but UID is 0 except for processes started in cygwin. Is it a bug or a feature? 14:13:50[siebel@CRMDOCTRN1:~]$ uname -a CYGWIN_NT-6.0 CRMDOCTRN1 1.7.10(0.259/5/3) 2012-02-05 12:36 i686 Cygwin 14:14:11[siebel@CRMDOCTRN1:~]$ ps --version ps (cygwin)

Fwd: cygwin-1.7.10-1 fork - address space needed by ... already in use

2012-03-06 Thread Solomon Foster
Hi, Was there ever a resolution to the issue in the subject line?  I'm seeing what looks like a related problem when I try to use cygwin's svn (installed yesterday).  I'm hoping there is a straightforward solution, because this is a bit of a shop-stopper in my use of cygwin... Thanks, -- Solomon

Re: cygport: How to suppress automatic postinstall script additions

2012-03-06 Thread Ken Brown
On 3/5/2012 5:50 PM, Ken Brown wrote: On 3/5/2012 4:23 PM, Yaakov (Cygwin/X) wrote: On Mon, 2012-03-05 at 12:59 -0500, Ken Brown wrote: On 3/5/2012 12:32 PM, Yaakov (Cygwin/X) wrote: OK, here's the fix: 1) Install cygport-0.10.8.1-1 (released just moments ago). 2) Bump collection-basic to $t

Re: Rsync stops inmid of synchronisation

2012-03-06 Thread Richard Ivarson
LMH, thank you for your hints. So I checked all the drives and files and they're good, as well as the other hardware. Also the file's permissions are good. The idea to sync just one folder after the other is good. It turned out that those few folders with many smaller files (up to 35000 files