Re: rxvt broken in recent snapshots (since cygwin 1.7.10(0.259/5/3))

2012-02-14 Thread Hans Horn
On 2/14/2012 5:39 PM, Christopher Faylor wrote: On Tue, Feb 14, 2012 at 06:02:51PM -0500, Charles Wilson wrote: On 2/14/2012 6:00 PM, Charles Wilson wrote: On 2/14/2012 1:05 PM, Hans Horn wrote: something in the recent post-1.7.10(0.259/5/3) cygwin snapshots (20120207..20120214) broke rxvt

Re: OpenSSH *** fatal error - unable to load C:\WINDOWS\system32\user32.dll, Win32 error 1114

2012-02-14 Thread Stepp, Charles
> On Feb 14 17:54, Charles Stepp wrote: > > > > Jim Garrison troux.com> writes: > > > > > > > > I'm consistently getting a stack trace when attempting to run a command > > > via > > ssh, using a dsa key, on a remote > > > Windows Server 2003 SP2 x64 that has Cygwin sshd installed and configured.

Re: File operations really slow in emacs

2012-02-14 Thread Mark Geisert
Corinna Vinschen writes: > > > Does anybody know a system call which allows to fetch the network drive > > > state (connected/not connected) without a billion microsecond timeout? > > > > I just looked into this and I really don't see a way. While there's a > > NetUseGetInfo call, which is pretty

Re: Problems with tkinter after python upgrade on cygwin

2012-02-14 Thread Jason Tishler
Hans Peter, On Mon, Feb 13, 2012 at 05:23:37PM +0100, Hans Peter Jepsen wrote: > Dear Jason > > I hope you can help me. In the future, please heed the following: http://cygwin.com/acronyms/#PPIOSPE > I googled for an answer, but did not find any. What about the following Google search on "Tcl

Re: rxvt broken in recent snapshots (since cygwin 1.7.10(0.259/5/3))

2012-02-14 Thread Christopher Faylor
On Tue, Feb 14, 2012 at 06:02:51PM -0500, Charles Wilson wrote: >On 2/14/2012 6:00 PM, Charles Wilson wrote: >> On 2/14/2012 1:05 PM, Hans Horn wrote: >>> something in the recent post-1.7.10(0.259/5/3) cygwin snapshots >>> (20120207..20120214) broke rxvt. >> >

Re: rxvt broken in recent snapshots (since cygwin 1.7.10(0.259/5/3))

2012-02-14 Thread Charles Wilson
On 2/14/2012 6:00 PM, Charles Wilson wrote: > On 2/14/2012 1:05 PM, Hans Horn wrote: >> something in the recent post-1.7.10(0.259/5/3) cygwin snapshots >> (20120207..20120214) broke rxvt. > > I'll need a few more details than "it broke rxvt". vis. cgf's r

Re: rxvt broken in recent snapshots (since cygwin 1.7.10(0.259/5/3))

2012-02-14 Thread Charles Wilson
On 2/14/2012 1:05 PM, Hans Horn wrote: > something in the recent post-1.7.10(0.259/5/3) cygwin snapshots > (20120207..20120214) broke rxvt. I'll need a few more details than "it broke rxvt". -- Chuck -- Problem reports: http://cygwin.com/problems.html FAQ:

Re: rxvt broken in recent snapshots (since cygwin 1.7.10(0.259/5/3))

2012-02-14 Thread Christopher Faylor
On Tue, Feb 14, 2012 at 10:05:37AM -0800, Hans Horn wrote: >Folks, > >something in the recent post-1.7.10(0.259/5/3) cygwin snapshots >(20120207..20120214) broke rxvt. Even though this terminal is abandoned >it is still my favorite one due to its simple copy/past abilities. I >

Re: STC for libapr1 failure

2012-02-14 Thread David Rothenberger
On 2/14/2012 10:24 AM, Corinna Vinschen wrote: > On Feb 14 09:58, David Rothenberger wrote: >> On 2/14/2012 6:45 AM, Corinna Vinschen wrote: >>> On Feb 14 15:02, Corinna Vinschen wrote: On Feb 14 00:00, David Rothenberger wrote: > The libapr1 test cases are failing again for flock locks. T

Re: PROGRAMFILES variable is not set during openssh session

2012-02-14 Thread Andrey Repin
Greetings, Corinna Vinschen! >> > >> PROGRAMFILES variable is not set during openssh session. >> > >> This is very important for remote administrative tasks. >> > >> > > OpenSSH 6.0p1 is due soon. I asked to apply a patch upstream so that >> > > PROGRAMFILES is added back to the environment vari

need help with perl script and rsync

2012-02-14 Thread it
Hello, We use ActiveState perl in a backup processes at my work. A programmer created a perl script to create an incremental backup using rsync. The script does not do the incremental backup, just a full backup. It worked in winxp, but now that we are using it on win7 its not incrementing

Re: sed strips CRs

2012-02-14 Thread Andrey Repin
Greetings, Earnie Boyd! >>> The standard response to issues dealing with CRLF files is to point the >>> user to dos2unix and text mode mounts. This should be adequate without >>> the hidden behavior of sed/grep/awk and probably others. >> >> While your reasoning is sound, I prefer them to behave t

Re: File operations really slow in emacs

2012-02-14 Thread Ryan Johnson
On 14/02/2012 12:57 PM, Corinna Vinschen wrote: On Feb 14 12:46, Ryan Johnson wrote: On 14/02/2012 11:26 AM, Corinna Vinschen wrote: On Feb 14 10:47, Ryan Johnson wrote: On 14/02/2012 10:17 AM, Corinna Vinschen wrote: Does anybody know a system call which allows to fetch the network drive sta

Re: Question About G++ Library in Cygwin

2012-02-14 Thread Larry Hall (Cygwin)
On 2/14/2012 2:24 PM, Jia Wu wrote: Hi, I just installed the latest version of Cygwin, selecting Devel, Database and Interpreter packages. When I try to compile a very simple Hello.cpp, I got some problems. Hello.cpp code: #include int main() { std::cout<< "Hello, World!"<< std::endl

Question About G++ Library in Cygwin

2012-02-14 Thread Jia Wu
Hi, I just installed the latest version of Cygwin, selecting Devel, Database and Interpreter packages. When I try to compile a very simple Hello.cpp, I got some problems. Hello.cpp code: #include int main() { std::cout << "Hello, World!" << std::endl; } Error report: $ gcc hello.cpp In

Re: STC for libapr1 failure

2012-02-14 Thread Corinna Vinschen
On Feb 14 09:58, David Rothenberger wrote: > On 2/14/2012 6:45 AM, Corinna Vinschen wrote: > > On Feb 14 15:02, Corinna Vinschen wrote: > >> On Feb 14 00:00, David Rothenberger wrote: > >>> The libapr1 test cases are failing again for flock locks. This same > >>> test case failed with 1.7.9 with a

Re: rxvt broken in recent snapshots (since cygwin 1.7.10(0.259/5/3))

2012-02-14 Thread Corinna Vinschen
On Feb 14 10:05, Hans Horn wrote: > Folks, > > something in the recent post-1.7.10(0.259/5/3) cygwin snapshots > (20120207..20120214) broke rxvt. Even though this terminal is > abandoned it is still my favorite one due to its simple copy/past > abilities. I hate to see it go a

Re: OpenSSH *** fatal error - unable to load C:\WINDOWS\system32\user32.dll, Win32 error 1114

2012-02-14 Thread Corinna Vinschen
On Feb 14 17:54, Charles Stepp wrote: > > Jim Garrison troux.com> writes: > > > > > I'm consistently getting a stack trace when attempting to run a command via > ssh, using a dsa key, on a remote > > Windows Server 2003 SP2 x64 that has Cygwin sshd installed and configured. > The error is oc

[ANNOUNCEMENT] Updated: {ming/libming1/libming-devel/perl-ming/python-ming/tcl-ming}-0.4.4-1: A SWF output library

2012-02-14 Thread Dr. Volker Zell
Hi New versions of 'ming/libming1/libming-devel/perl-ming/python-ming/tcl-ming' have been uploaded to a server near you. o Build for cygwin 1.7.9 with gcc-4.5.3 o tcl-ming linked against the Unix version of tcl o tcl-ming now provides a pkgIndex.tcl file and installs below TCL_LIBDIR ming

rxvt broken in recent snapshots (since cygwin 1.7.10(0.259/5/3))

2012-02-14 Thread Hans Horn
Folks, something in the recent post-1.7.10(0.259/5/3) cygwin snapshots (20120207..20120214) broke rxvt. Even though this terminal is abandoned it is still my favorite one due to its simple copy/past abilities. I hate to see it go away. Reverted to 1.7.10.. Any clues what might have caused

Re: OpenSSH *** fatal error - unable to load C:\WINDOWS\system32\user32.dll, Win32 error 1114

2012-02-14 Thread Charles Stepp
Jim Garrison troux.com> writes: > > I'm consistently getting a stack trace when attempting to run a command via ssh, using a dsa key, on a remote > Windows Server 2003 SP2 x64 that has Cygwin sshd installed and configured. The error is occurring at the > remote sshd process: > > $ ssh q

Re: STC for libapr1 failure

2012-02-14 Thread David Rothenberger
On 2/14/2012 6:45 AM, Corinna Vinschen wrote: > On Feb 14 15:02, Corinna Vinschen wrote: >> On Feb 14 00:00, David Rothenberger wrote: >>> The libapr1 test cases are failing again for flock locks. This same >>> test case failed with 1.7.9 with a fatal error[1], but that was >>> corrected. The test

Re: File operations really slow in emacs

2012-02-14 Thread Corinna Vinschen
On Feb 14 12:46, Ryan Johnson wrote: > On 14/02/2012 11:26 AM, Corinna Vinschen wrote: > >On Feb 14 10:47, Ryan Johnson wrote: > >>On 14/02/2012 10:17 AM, Corinna Vinschen wrote: > >>>Does anybody know a system call which allows to fetch the network drive > >>>state (connected/not connected) withou

Re: File operations really slow in emacs

2012-02-14 Thread Ryan Johnson
On 14/02/2012 11:26 AM, Corinna Vinschen wrote: On Feb 14 10:47, Ryan Johnson wrote: On 14/02/2012 10:17 AM, Corinna Vinschen wrote: Does anybody know a system call which allows to fetch the network drive state (connected/not connected) without a billion microsecond timeout? [...] What if we p

Re: File operations really slow in emacs

2012-02-14 Thread Corinna Vinschen
On Feb 14 18:18, Corinna Vinschen wrote: > On Feb 14 16:17, Corinna Vinschen wrote: > > So, even if we fix fstat, it doesn't solve the problem for readdir. The > > GetFileAttributes call is obviously supposed to find out if the drive is > > accessible. If not, it's omitted from the cygdrive dir.

Re: File operations really slow in emacs

2012-02-14 Thread Corinna Vinschen
On Feb 14 16:17, Corinna Vinschen wrote: > So, even if we fix fstat, it doesn't solve the problem for readdir. The > GetFileAttributes call is obviously supposed to find out if the drive is > accessible. If not, it's omitted from the cygdrive dir. Unfortunately... > > Does anybody know a system

Re: File operations really slow in emacs

2012-02-14 Thread Corinna Vinschen
On Feb 14 10:47, Ryan Johnson wrote: > On 14/02/2012 10:17 AM, Corinna Vinschen wrote: > >Does anybody know a system call which allows to fetch the network drive > >state (connected/not connected) without a billion microsecond timeout? > [...] > What if we parsed the mount table instead of calling

Re: Spurious characters in USERPROFILE variable when running ssh

2012-02-14 Thread Kai-Mikael Jää-Aro
On Feb 8 18:51, Corinna Vinschen wrote: > On Feb 8 18:33, Kai-Mikael JÃÃ-Aro wrote: > > I have set up an sshd server on my Windows XP box. If I run the > > bash shell locally on the XP box, the USERPROFILE environment > > variable is shown as C:\Documents and Settings\Administrator but i

Re: File operations really slow in emacs

2012-02-14 Thread Ryan Johnson
On 14/02/2012 10:17 AM, Corinna Vinschen wrote: On Feb 14 09:44, Ryan Johnson wrote: On 14/02/2012 8:52 AM, Corinna Vinschen wrote: On Feb 14 08:37, Ryan Johnson wrote: (\??\C:\cygwin\cygdrive,0x28BB68) ^^^ This looks suspicious. I assume you're suffering from SMB n

Re: File operations really slow in emacs

2012-02-14 Thread Corinna Vinschen
On Feb 14 09:44, Ryan Johnson wrote: > On 14/02/2012 8:52 AM, Corinna Vinschen wrote: > >On Feb 14 08:37, Ryan Johnson wrote: > >(\??\C:\cygwin\cygdrive,0x28BB68) > ^^^ > This looks suspicious. I assume you're suffering from SMB network > scanning. > >>

Re: STC for libapr1 failure

2012-02-14 Thread Corinna Vinschen
On Feb 14 15:02, Corinna Vinschen wrote: > On Feb 14 00:00, David Rothenberger wrote: > > The libapr1 test cases are failing again for flock locks. This same > > test case failed with 1.7.9 with a fatal error[1], but that was > > corrected. The test is no longer encountering the fatal error, but >

Re: File operations really slow in emacs

2012-02-14 Thread Ryan Johnson
On 14/02/2012 8:52 AM, Corinna Vinschen wrote: On Feb 14 08:37, Ryan Johnson wrote: Bump? Stagger! On 13/02/2012 8:31 AM, Ryan Johnson wrote: On 11/02/2012 5:11 AM, Corinna Vinschen wrote: On Feb 10 20:18, Ryan Johnson wrote: Hi all, For some reason file operations have become very slow i

Re: STC for libapr1 failure

2012-02-14 Thread Corinna Vinschen
On Feb 14 00:00, David Rothenberger wrote: > The libapr1 test cases are failing again for flock locks. This same > test case failed with 1.7.9 with a fatal error[1], but that was > corrected. The test is no longer encountering the fatal error, but > it is producing the wrong result. Thanks for the

Re: File operations really slow in emacs

2012-02-14 Thread Corinna Vinschen
On Feb 14 08:37, Ryan Johnson wrote: > Bump? Stagger! > On 13/02/2012 8:31 AM, Ryan Johnson wrote: > >On 11/02/2012 5:11 AM, Corinna Vinschen wrote: > >>On Feb 10 20:18, Ryan Johnson wrote: > >>>Hi all, > >>> > >>>For some reason file operations have become very slow inside emacs > >>>starting ye

Re: File operations really slow in emacs

2012-02-14 Thread Ryan Johnson
Bump? On 13/02/2012 8:31 AM, Ryan Johnson wrote: On 11/02/2012 5:11 AM, Corinna Vinschen wrote: On Feb 10 20:18, Ryan Johnson wrote: Hi all, For some reason file operations have become very slow inside emacs starting yesterday. It's especially painful when saving a file that's managed by merc

Re: sed strips CRs

2012-02-14 Thread Earnie Boyd
On Mon, Feb 13, 2012 at 7:56 PM, Andrey Repin wrote: > Greetings, Nellis, Kenneth! > >> The standard response to issues dealing with CRLF files is to point the >> user to dos2unix and text mode mounts. This should be adequate without >> the hidden behavior of sed/grep/awk and probably others. > > W

Re: PROGRAMFILES variable is not set during openssh session

2012-02-14 Thread Corinna Vinschen
On Feb 14 09:27, Corinna Vinschen wrote: > On Feb 14 04:49, Andrey Repin wrote: > > Greetings, Corinna Vinschen! > > > > >> PROGRAMFILES variable is not set during openssh session. > > >> This is very important for remote administrative tasks. > > > > > OpenSSH 6.0p1 is due soon. I asked to appl

Re: Can not make port forwarding from Cygwin when ControlMaster/ControlPath used.

2012-02-14 Thread Corinna Vinschen
On Feb 13 19:50, Charles Wilson wrote: > On 2/13/2012 9:00 AM, Corinna Vinschen wrote: > > Btw., connection sharing doesn't work on Cygwin. For this to work we > > need descriptor passing over AF_LOCAL sockets, which isn't implemented > > in Cygwin. > > Yes, please! (I know, I know, SHTDI). >

Re: PROGRAMFILES variable is not set during openssh session

2012-02-14 Thread Corinna Vinschen
On Feb 14 04:49, Andrey Repin wrote: > Greetings, Corinna Vinschen! > > >> PROGRAMFILES variable is not set during openssh session. > >> This is very important for remote administrative tasks. > > > OpenSSH 6.0p1 is due soon. I asked to apply a patch upstream so that > > PROGRAMFILES is added ba

Re: STC for libapr1 failure

2012-02-14 Thread David Rothenberger
On 2/14/2012 12:00 AM, David Rothenberger wrote: > The libapr1 test cases are failing again for flock locks. I forgot to mention that this same test is failing in the libapr1 test suite when using fcntl locks. I haven't extracted an STC for that, but it's probably very similar to the previous one

STC for libapr1 failure

2012-02-14 Thread David Rothenberger
The libapr1 test cases are failing again for flock locks. This same test case failed with 1.7.9 with a fatal error[1], but that was corrected. The test is no longer encountering the fatal error, but it is producing the wrong result. I extracted the attached STC to demonstrate the problem. It start