Re: wget 1.17.x creates odd permissions on downloaded files

2016-06-24 Thread Andrey Repin
Greetings, Warren Young! >> Just use noacl mounts and you'll not have this problem again. > Let me get this straight: removing Windows permissions that conflict with > POSIX permissions is “overengineered,” so your solution is to ignore all > permissions? I think I’ll stick with my solution. WA

Re: wget 1.17.x creates odd permissions on downloaded files

2016-06-23 Thread Warren Young
On Jun 23, 2016, at 12:17 PM, Andrey Repin wrote: > Let Explorer fix it. >>> >>> Do NOT do that. It'll screw Cygwin permission handling. > >> Here’s my fixperms script, which keeps both sides happy: > > Overengineered. > Just use noacl mounts and you'll not have this problem again. Let me

Re: wget 1.17.x creates odd permissions on downloaded files

2016-06-23 Thread Andrey Repin
Greetings, Warren Young! > On Jun 23, 2016, at 4:21 AM, Andrey Repin wrote: >> >> Greetings, Warren Young! >> 2) Examining the permissions on putty.exe, the first thing that comes up is an error that reads: "The permissions on putty.exe are incorrectly ordered, which may >>

Re: wget 1.17.x creates odd permissions on downloaded files

2016-06-23 Thread Warren Young
On Jun 23, 2016, at 4:21 AM, Andrey Repin wrote: > > Greetings, Warren Young! > >>> 2) Examining the permissions on putty.exe, the first thing that >>> comes up is an error that reads: >>> >>> "The permissions on putty.exe are incorrectly ordered, which may >>> cause some entries to be ineffect

Re: wget 1.17.x creates odd permissions on downloaded files

2016-06-23 Thread Andrey Repin
Greetings, Zube! >> This is how Cygwin works around certain incompatibilities between >> Windows and POSIX permission models. Do NOT fall into a trap >> and believe that Explorer trying to drag you to. The permissions >> are correct, it's just that Explorer is unable to deal with them, >> b

Re: wget 1.17.x creates odd permissions on downloaded files

2016-06-23 Thread Zube
On Thu Jun 23 01:34:17 PM, Andrey Repin wrote: > Greetings, Zube! Thanks very much for taking the time to reply. > This is how Cygwin works around certain incompatibilities between > Windows and POSIX permission models. Do NOT fall into a trap > and believe that Explorer trying to drag you t

Re: wget 1.17.x creates odd permissions on downloaded files

2016-06-23 Thread Andrey Repin
Greetings, Zube! > wget 1.16.3 seemed to work fine for a simple task, that is to download > putty.exe from a local http site. Start up a normal windows cmd.exe, > download, run, no muss, no fuss. > The last two wget versions (1.17.1-1 and -2) seem to exhibit the > following issues when putty.exe

Re: wget 1.17.x creates odd permissions on downloaded files

2016-06-23 Thread Andrey Repin
Greetings, Warren Young! >> 2) Examining the permissions on putty.exe, the first thing that >> comes up is an error that reads: >> >> "The permissions on putty.exe are incorrectly ordered, which may >> cause some entries to be ineffective.” > That’s Explorer saying that, not Cygwin, right? Let

Re: wget 1.17.x creates odd permissions on downloaded files

2016-06-22 Thread Zube
On Wed Jun 22 03:03:38 PM, Larry Hall (Cygwin) wrote: > Remember, Cygwin's wget will not create a file with execute permissions > automatically. You have to do a "chmod +x putty.exe" if you want it to > be recognized as an executable. This was it, thanks. It is /fairly/ new behavior, however.

Re: wget 1.17.x creates odd permissions on downloaded files

2016-06-22 Thread Warren Young
On Jun 22, 2016, at 12:40 PM, Zube wrote: > > 1) putty will not execute. Error is "Access is denied”. Is it getting the +x permission for your user or one of its groups? Windows requires this just as Unix does. Post the getfacl and icalcs output for putty.exe if you think it’s correct. > 2)

Re: wget 1.17.x creates odd permissions on downloaded files

2016-06-22 Thread Larry Hall (Cygwin)
On 06/22/2016 02:40 PM, Zube wrote: wget 1.16.3 seemed to work fine for a simple task, that is to download putty.exe from a local http site. Start up a normal windows cmd.exe, download, run, no muss, no fuss. The last two wget versions (1.17.1-1 and -2) seem to exhibit the following issues when