src/winsup/cygwin ChangeLog fhandler.h fhandle ...

2015-01-22 Thread corinna
CVSROOT:/cvs/src Module name:src Changes by: cori...@sourceware.org 2015-01-22 13:46:12 Modified files: winsup/cygwin : ChangeLog fhandler.h fhandler_process.cc path.cc winsup/cygwin/release: 1.7.34 Log message: * fhandler.h

Re: opendir(/dev/fd/n) should fail

2015-01-22 Thread Corinna Vinschen
On Jan 22 10:18, Corinna Vinschen wrote: On Jan 21 22:55, Helmut Karlowski wrote: I discovered a strange behaviour when accessing /dev/fd: ls -l /dev/fd/0 ls -l /dev/fd/0/1 ls -l /dev/fd/0/1/2/3/4/5 ls -l /dev/fd/0/1/2/3/ ls -l /dev/fd/0/1/2

Re: opendir(/dev/fd/n) should fail

2015-01-22 Thread Corinna Vinschen
On Jan 21 22:55, Helmut Karlowski wrote: I discovered a strange behaviour when accessing /dev/fd: ls -l /dev/fd/0 ls -l /dev/fd/0/1 ls -l /dev/fd/0/1/2/3/4/5 ls -l /dev/fd/0/1/2/3/ ls -l /dev/fd/0/1/2 ls -l /dev/fd/0/1/2/3 ls -l

Re: [ANNOUNCEMENT] TEST RELEASE: Cygwin 1.7.34-005

2015-01-22 Thread Corinna Vinschen
Hi Denis, On Jan 22 00:21, Denis Excoffier wrote: On 2015-01-20 17:42, Corinna Vinschen wrote: I released another TEST version of the next upcoming Cygwin release. The version number is 1.7.34-005. I compiled this one successfully on CYGWIN_NT-6.1-WOW64 (W7 with Cygwin 32bits), but

Re: [ANNOUNCEMENT] TEST RELEASE: Cygwin 1.7.34-005

2015-01-22 Thread Corinna Vinschen
Hi Marco, On Jan 22 07:48, Marco Atzeri wrote: On 1/20/2015 5:42 PM, Corinna Vinschen wrote: Hi Cygwin friends and users, I released another TEST version of the next upcoming Cygwin release. The version number is 1.7.34-005. minor issue, an probably common to other C++ packages. Some

Re: [ANNOUNCEMENT] TEST RELEASE: Cygwin 1.7.34-005

2015-01-22 Thread Yaakov Selkowitz
On Thu, 2015-01-22 at 10:18 +0100, Corinna Vinschen wrote: Hi Marco, On Jan 22 07:48, Marco Atzeri wrote: On 1/20/2015 5:42 PM, Corinna Vinschen wrote: Hi Cygwin friends and users, I released another TEST version of the next upcoming Cygwin release. The version number is

Re: [ANNOUNCEMENT] TEST RELEASE: Cygwin 1.7.34-005

2015-01-22 Thread Marco Atzeri
On 1/22/2015 10:50 AM, Yaakov Selkowitz wrote: On Thu, 2015-01-22 at 10:18 +0100, Corinna Vinschen wrote: Hi Marco, On Jan 22 07:48, Marco Atzeri wrote: On 1/20/2015 5:42 PM, Corinna Vinschen wrote: Hi Cygwin friends and users, I released another TEST version of the next upcoming Cygwin

Subversion (svn.exe) prepending current directory to target path when using Windows path format.

2015-01-22 Thread Hans Deragon
Greetings, When I run Cygwin subversion command (svn) with a Windows formatted path (C:\dir1\dir2\...), for some reason it prepends the current directory (${PWD}) in Cygwin format (/cygdrive/c/...) to the target path in Windows format, causing the command to fail. Using a target path

Re: [ANNOUNCEMENT] TEST RELEASE: Cygwin 1.7.34-005

2015-01-22 Thread Yaakov Selkowitz
On Thu, 2015-01-22 at 11:42 +0100, Marco Atzeri wrote: On 1/22/2015 10:50 AM, Yaakov Selkowitz wrote: On Thu, 2015-01-22 at 10:18 +0100, Corinna Vinschen wrote: Hmm, I guess cygport should contemplate to copy the project header files to the debuginfo package as well. That might be a lot

Re: opendir(/dev/fd/n) should fail

2015-01-22 Thread Helmut Karlowski
Am 22.01.2015, 13:55 Uhr, schrieb Corinna Vinschen: I applied a fix and uploaded a new developer snapshot to https://cygwin.com/snapshots/ Please give it a try and report back. I can't download the snapshot - tried with several browsers, all have near to 0 transfer-speed. I'll try again

Re: [ANNOUNCEMENT] TEST RELEASE: Cygwin 1.7.34-005

2015-01-22 Thread Denis Excoffier
On 2015-01-22 10:14, Corinna Vinschen wrote: This doesn't look like an actual Cygwin problem. There's no difference between XP and W7 inside of Cygwin which would explain this behaviour. Yes, sure. In any case the problem has moved into another field: % /usr/bin/ls / /usr/bin/ls: reading

Re: tmux being picked up by AVG antivirus?

2015-01-22 Thread Yaakov Selkowitz
On Thu, 2015-01-22 at 14:46 -0600, Jim Lehmer wrote: AVG 2015, auto-updated as of this morning, picked up newly-installed tmux as an Unknown threat with source Identity Protection when I tried to run tmux for the first time. I have submitted it to AVG for analysis but don't hold out much

Re: tmux being picked up by AVG antivirus?

2015-01-22 Thread Marco Atzeri
On 1/22/2015 9:46 PM, Jim Lehmer wrote: AVG 2015, auto-updated as of this morning, picked up newly-installed tmux as an Unknown threat with source Identity Protection when I tried to run tmux for the first time. I have submitted it to AVG for analysis but don't hold out much hope there. I have

Re: tmux being picked up by AVG antivirus?

2015-01-22 Thread Jim Lehmer
Per Yaakov's reply, good point, but this is NOT during setup/extraction of tar files, etc. It is after Cygwin setup has been successfully completed and I try to run tmux from the Cygwin terminal window. FYI, the quarantine nuked both tmux and mintty. -- Problem reports:

Re: opendir(/dev/fd/n) should fail

2015-01-22 Thread Helmut Karlowski
Am 22.01.2015, 22:47 Uhr, schrieb Helmut Karlowski: #! /bin/bash (set -o globstar 2/dev/null) set -o globstar || shopt -s globstar extglob echo /dev/fd/** run this in on mintty, and then in another: ps: ... 8164012 816176 pty01004 00:15:27 /usr/bin/obash

[PATCH] Add-on to gethostbyname2

2015-01-22 Thread Pierre A. Humblet
Add-on to gethostbyname2, as discussed previously on main list. The diff is also attached. Pierre 2015-01-22 Pierre A. Humblet pie...@phumblet.no-ip.org * net.cc (cygwin_inet_pton): Declare. (gethostby_specials): New function. (gethostby_helper): Change returned

Re: tmux being picked up by AVG antivirus?

2015-01-22 Thread Larry Hall (Cygwin)
On 01/22/2015 04:48 PM, Jim Lehmer wrote: Per Yaakov's reply, good point, but this is NOT during setup/extraction of tar files, etc. It is after Cygwin setup has been successfully completed and I try to run tmux from the Cygwin terminal window. Same difference when it comes to real-time virus

Re: opendir(/dev/fd/n) should fail

2015-01-22 Thread Andrey Repin
Greetings, Helmut Karlowski! I applied a fix and uploaded a new developer snapshot to https://cygwin.com/snapshots/ Please give it a try and report back. I can't download the snapshot - tried with several browsers, all have near to 0 transfer-speed. I'll try again this WE. Try a

Re: opendir(/dev/fd/n) should fail

2015-01-22 Thread Helmut Karlowski
Am 22.01.2015, 21:25 Uhr, schrieb Helmut Karlowski: Am 22.01.2015, 13:55 Uhr, schrieb Corinna Vinschen: I applied a fix and uploaded a new developer snapshot to https://cygwin.com/snapshots/ Please give it a try and report back. I can't download the snapshot - tried with several browsers,

Re: opendir(/dev/fd/n) should fail

2015-01-22 Thread Corinna Vinschen
near to 0 transfer-speed. I'll try again this WE. Strange. I tried this: $ wget https://cygwin.com/snapshots/x86_64/cygwin1-20150122.dll.xz --2015-01-22 23:47:48-- https://cygwin.com/snapshots/x86_64/cygwin1-20150122.dll.xz Resolving cygwin.com (cygwin.com)... 209.132.180.131

Re: Failure in merging win-env vars into post-'login'...

2015-01-22 Thread Linda Walsh
Corinna Vinschen wrote: It seems your home dir is different for some reason. What does your /etc/nsswitch.conf look like (if you have one)? What does getent passwd your username Same as it ever was... law.Bliss getent passwd Bliss\\law Bliss\law:unused:5013:201:L A Walsh, Trust

Re: [ITA] _autorebase

2015-01-22 Thread Corinna Vinschen
On Jan 22 19:04, Marco Atzeri wrote: On 1/22/2015 6:52 PM, Corinna Vinschen wrote: Hi Marco, On Jan 22 18:44, Marco Atzeri wrote: On 1/22/2015 6:21 PM, Corinna Vinschen wrote: Marco, Achim, Yaakov? Anybody of you here? I looked on the octave , and I don't think we need a

Re: Subversion (svn.exe) prepending current directory to target path when using Windows path format.

2015-01-22 Thread Larry Hall (Cygwin)
On 01/22/2015 01:36 PM, Hans Deragon wrote: Greetings, When I run Cygwin subversion command (svn) with a Windows formatted path (C:\dir1\dir2\...), for some reason it prepends the current directory (${PWD}) in Cygwin format (/cygdrive/c/...) to the target path in Windows format, causing the

Re: [ITA] _autorebase

2015-01-22 Thread Marco Atzeri
On 1/22/2015 8:33 PM, Corinna Vinschen wrote: On Jan 22 19:04, Marco Atzeri wrote: I have no objections to make a octave_autorebase-001001-1.tar.xz anyway when the new autorebase is in place. I'm not exactly sure now, but I thought the idea was that the PACKAGE_autorebase packages are

Re: Subversion (svn.exe) prepending current directory to target path when using Windows path format.

2015-01-22 Thread David Rothenberger
Hans Deragon wrote: When I run Cygwin subversion command (svn) with a Windows formatted path (C:\dir1\dir2\...), for some reason it prepends the current directory (${PWD}) in Cygwin format (/cygdrive/c/...) to the target path in Windows format, causing the command to fail. Using a target path

[ANNOUNCEMENT] Updated: sqlite3-3.8.8.1-1 for Cygwin/Cygwin64

2015-01-22 Thread Jan Nijtmans
SQLite is a software library that implements a self-contained, serverless, zero-configuration, transactional SQL database engine Changes since 3.8.7.4-1 = * Updated to upstream 3.8.8.1 release. See: http://www.sqlite.org/releaselog/3_8_8_1.html * Remove the (deprecated)

Updated: sqlite3-3.8.8.1-1 for Cygwin/Cygwin64

2015-01-22 Thread Jan Nijtmans
SQLite is a software library that implements a self-contained, serverless, zero-configuration, transactional SQL database engine Changes since 3.8.7.4-1 = * Updated to upstream 3.8.8.1 release. See: http://www.sqlite.org/releaselog/3_8_8_1.html * Remove the (deprecated)

Re: [ITA] _autorebase

2015-01-22 Thread Corinna Vinschen
Marco, Achim, Yaakov? Anybody of you here? I mean, hey, how are we going to go forward if nobody even bothers to reply? :( On Jan 20 21:29, Corinna Vinschen wrote: On Jan 19 09:53, Corinna Vinschen wrote: On Jan 17 11:05, Achim Gratz wrote: Here's the new version that places its files

Re: [ITA] _autorebase

2015-01-22 Thread Marco Atzeri
On 1/22/2015 6:52 PM, Corinna Vinschen wrote: Hi Marco, On Jan 22 18:44, Marco Atzeri wrote: On 1/22/2015 6:21 PM, Corinna Vinschen wrote: Marco, Achim, Yaakov? Anybody of you here? I looked on the octave , and I don't think we need a autorebase package, as the default location is a

tmux being picked up by AVG antivirus?

2015-01-22 Thread Jim Lehmer
AVG 2015, auto-updated as of this morning, picked up newly-installed tmux as an Unknown threat with source Identity Protection when I tried to run tmux for the first time. I have submitted it to AVG for analysis but don't hold out much hope there. Anyone else seen this? Any idea as to why? I

RE: SSHd configuration problems (System error 1376)

2015-01-22 Thread Watson, Hal M (MNIT)
From what I've seen on the mailing list announcements, it appears that this bug has been addressed in test release 1.7.34-005 Can anyone confirm this is true? Thanks, Hal -Original Message- From: cygwin-ow...@cygwin.com [mailto:cygwin-ow...@cygwin.com] On Behalf Of Andrey Repin Sent:

Re: [ITA] _autorebase

2015-01-22 Thread Marco Atzeri
On 1/22/2015 6:21 PM, Corinna Vinschen wrote: Marco, Achim, Yaakov? Anybody of you here? I looked on the octave , and I don't think we need a autorebase package, as the default location is a tree under user HOME. Moreover I am already packing anything that build on cygwin. I need to look

Re: [ANNOUNCEMENT] TEST RELEASE: Cygwin 1.7.34-005

2015-01-22 Thread Corinna Vinschen
On Jan 22 10:04, Yaakov Selkowitz wrote: On Thu, 2015-01-22 at 11:42 +0100, Marco Atzeri wrote: On 1/22/2015 10:50 AM, Yaakov Selkowitz wrote: On Thu, 2015-01-22 at 10:18 +0100, Corinna Vinschen wrote: Hmm, I guess cygport should contemplate to copy the project header files to the

Re: SSHd configuration problems (System error 1376)

2015-01-22 Thread Corinna Vinschen
On Jan 22 17:31, Watson, Hal M (MNIT) wrote: From what I've seen on the mailing list announcements, it appears that this bug has been addressed in test release 1.7.34-005 Can anyone confirm this is true? No, this is not true. The ssh-host-config and ssh-user-config scripts are not part of

Re: [ITA] _autorebase

2015-01-22 Thread Corinna Vinschen
Hi Marco, On Jan 22 18:44, Marco Atzeri wrote: On 1/22/2015 6:21 PM, Corinna Vinschen wrote: Marco, Achim, Yaakov? Anybody of you here? I looked on the octave , and I don't think we need a autorebase package, as the default location is a tree under user HOME. Moreover I am already