Possible X11 server bug

2014-09-05 Thread mathog
I have run into an issue which _may_ indicate a bug in the cygwin X11 server. The issue is documented here: https://bugs.launchpad.net/inkscape/+bug/1365153 In brief, for certain test files viewed in Inkscape (current trunk at least) over a putty ssh tunnel from an Ubuntu 12.04lts system

src/winsup/cygwin ChangeLog uinfo.cc winlean.h

2014-09-05 Thread corinna
CVSROOT:/cvs/src Module name:src Changes by: cori...@sourceware.org 2014-09-05 09:46:26 Modified files: winsup/cygwin : ChangeLog uinfo.cc winlean.h Log message: * uinfo.cc (pwdgrp::fetch_account_from_windows): Handle APPLICATION PACKAGE AUTHORITY SIDs.

src/winsup/cygwin ChangeLog exception.h sec_au ...

2014-09-05 Thread corinna
CVSROOT:/cvs/src Module name:src Changes by: cori...@sourceware.org 2014-09-05 11:47:33 Modified files: winsup/cygwin : ChangeLog exception.h sec_auth.cc uinfo.cc Log message: * exception.h (class exception): Remove unnecessary #ifdef. * uinfo.cc

src/winsup/cygwin ChangeLog fhandler_proc.cc r ...

2014-09-05 Thread corinna
CVSROOT:/cvs/src Module name:src Changes by: cori...@sourceware.org 2014-09-05 19:11:01 Modified files: winsup/cygwin : ChangeLog fhandler_proc.cc winsup/cygwin/release: 1.7.33 Log message: * fhandler_proc.cc (proc_tab): Add entry for cygdrive symlink.

src/winsup/doc ChangeLog pathnames.xml

2014-09-05 Thread corinna
CVSROOT:/cvs/src Module name:src Changes by: cori...@sourceware.org 2014-09-05 19:40:39 Modified files: winsup/doc : ChangeLog pathnames.xml Log message: * pathnames.xml (cygdrive): Add /proc/cygdrive description. Patches:

Re: vim can't write /etc/hosts

2014-09-05 Thread Frank Fesevur
2014-09-05 4:33 GMT+02:00 Darik Horn: On Thu, Sep 4, 2014 at 4:33 PM, Frank Fesevur wrote: Why can't vim write the file, or even better the symlinked file? I'm quite sure editing the symlink works in Win7, but can try tomorrow. Starting C:\Cygwin\bin\mintty.exe through a Run As Administrator

gem command broken on Cygwin 64 with Ruby 2.0.0p481

2014-09-05 Thread Robert Klemme
Hi folks, did someone of you experience this as well? $ uname -a CYGWIN_NT-6.1 arnie 1.7.32(0.274/5/3) 2014-08-13 23:06 x86_64 Cygwin $ ruby --version ruby 2.0.0p481 (2014-05-08) [x86_64-cygwin] $ gem --version 2.4.1 $ gem list -l *** LOCAL GEMS *** io-console (0.4.2) json (1.8.1) minitest

Re: gem command broken on Cygwin 64 with Ruby 2.0.0p481

2014-09-05 Thread Robert Klemme
On Fri, Sep 5, 2014 at 9:54 AM, Robert Klemme shortcut...@googlemail.com wrote: Hi folks, did someone of you experience this as well? $ uname -a CYGWIN_NT-6.1 arnie 1.7.32(0.274/5/3) 2014-08-13 23:06 x86_64 Cygwin $ ruby --version ruby 2.0.0p481 (2014-05-08) [x86_64-cygwin] $ gem

Re: Windows Server 2012R2 64bit and 32bit Cygwin sshd

2014-09-05 Thread Corinna Vinschen
On Sep 4 14:12, Achim Gratz wrote: Corinna Vinschen corinna-cygwin at cygwin.com writes: I couldn't start cygserver as a service with (just) the built DLL in place. No idea why. The patch just adds debug output to strace ouptput, nothing else. Whatever. I've installed all the

Re: Windows Server 2012R2 and cygserver

2014-09-05 Thread Corinna Vinschen
On Sep 4 14:36, Achim Gratz wrote: Ok, I don't grok this. If you have trouble with cygserver, which is completely unrelated to this issue, please discuss this in a new thread and please describe detailed what you did to provoke the problem and paste what you see. I'm running (from an

Re: Windows Server 2012R2 64bit and 32bit Cygwin sshd

2014-09-05 Thread Corinna Vinschen
On Sep 5 13:16, Corinna Vinschen wrote: On Sep 4 14:12, Achim Gratz wrote: Corinna Vinschen corinna-cygwin at cygwin.com writes: I couldn't start cygserver as a service with (just) the built DLL in place. No idea why. The patch just adds debug output to strace ouptput,

Re: Screen Documenation

2014-09-05 Thread Andrew Schulman
By the way, the update also fixed a problem I was having (which was why I wanted to RTFM): In the previous release (on x86, at least), the info and window list output (C-a i and C-a w respectively) would appear at the bottom of my mintty window, rather than in the title bar. With 4.2.1-3,

What happened to get send-email

2014-09-05 Thread James Darnley
So what happened to git send-email lately? I guess I let the package be updated and suddenly git tells me that there is no such command. Was it not built? Like it used to be missing on x86_64? I rolled back for now. P.S. Please Cc me as I am not subscribed. signature.asc Description:

Re: What happened to get send-email

2014-09-05 Thread Adam Dinwoodie
On Fri, Sep 05, 2014 at 02:59:22PM +0200, James Darnley wrote: So what happened to git send-email lately? I guess I let the package be updated and suddenly git tells me that there is no such command. Was it not built? Like it used to be missing on x86_64? I rolled back for now. P.S.

any ssh for android that can connect to cygwin's sshd?

2014-09-05 Thread Marilo
I am able to connect to a server running Cygwin's sshd from a computer running debian openssh.. or from a computer running cygwin. So the server is set fine. If the key fails it prompts for a password, i've set the server's sshd_config is set like that. But the Android apps that i've tried

Re: any ssh for android that can connect to cygwin's sshd?

2014-09-05 Thread Richard
On Fri, 5 Sep 2014, Marilo wrote: I am able to connect to a server running Cygwin's sshd from a computer running debian openssh.. or from a computer running cygwin. So the server is set fine. If the key fails it prompts for a password, i've set the server's sshd_config is set like that. But

Re: any ssh for android that can connect to cygwin's sshd?

2014-09-05 Thread Corinna Vinschen
On Sep 5 16:07, Marilo wrote: I am able to connect to a server running Cygwin's sshd from a computer running debian openssh.. or from a computer running cygwin. So the server is set fine. If the key fails it prompts for a password, i've set the server's sshd_config is set like that. But the

Re: Replicate packages from 32-bit machine on 64-bit machine

2014-09-05 Thread Paul
Larry Hall (Cygwin reply-to-list-only-lh at cygwin.com writes: Well, right. There's no way to automatically map all 32-bit packages to their 64-bit counterparts, particularly because there isn't always a 64-bit package to map to. What I was suggesting was a method you could use to make a

Re: Windows Server 2012R2 64bit and 32bit Cygwin sshd

2014-09-05 Thread Achim Gratz
Corinna Vinschen writes: For simplicity I added this experimental patch to the snapshot I just uploaded to https://cygwin.com/snapshots/. I'm ooO so no updates from me on this until I get back. Regards, Achim. -- +[Q+ Matrix-12 WAVE#46+305 Neuron microQkb Andromeda XTk Blofeld]+ Factory and

Re: Windows Server 2012R2 and cygserver

2014-09-05 Thread Achim Gratz
Corinna Vinschen writes: I think I found the bug. I missed the trailing \0 from the user name in the packet length sent to cygserver. I fixed that in CVS and uploaded a new snapshot to https://cygwin.com/snapshots/. Please test. Thanks. As I said in the other thread, it'll be some time

emacs hangs on Loading vc-git...done (0/1)

2014-09-05 Thread Andrew Schulman
Cygwin 1.7.32-1, git 2.1.0-1, emacs 24.3-2. New problem, never seen before: I start emacs, press C-x C-f to load a file, enter the file name, press enter. Emacs hangs, and never returns. The status bar says: Loading vc-git...done I verified this in x86 and x86_64, and also with git

emacs hangs on Loading vc-git...done (1/1)

2014-09-05 Thread Andrew Schulman
.emacs. Description: Binary data Cygwin Configuration Diagnostics Current System Time: Fri Sep 05 21:37:16 2014 Windows 7 Professional Ver 6.1 Build 7601 Service Pack 1 Path: C:\Users\andrex\Home\usr\win\bin C:\Users\andrex\Home\usr\local\bin C:\cygwin64\usr\local\bin

Re: any ssh for android that can connect to cygwin's sshd?

2014-09-05 Thread Marilo
On Friday, 5 September 2014, 16:18, Richard rich...@karmannghia.org wrote: On Fri, 5 Sep 2014, Marilo wrote: I am able to connect to a server running Cygwin's sshd from a computer running debian openssh.. or from a computer running cygwin. So the server is set fine. If the key fails it

Re: emacs hangs on Loading vc-git...done (0/1)

2014-09-05 Thread Eric Blake
On 09/05/2014 03:18 PM, Andrew Schulman wrote: Cygwin 1.7.32-1, git 2.1.0-1, emacs 24.3-2. New problem, never seen before: I start emacs, press C-x C-f to load a file, enter the file name, press enter. Emacs hangs, and never returns. The status bar says: Loading vc-git...done I

Re: emacs hangs on Loading vc-git...done (0/1)

2014-09-05 Thread Andrew Schulman
On 09/05/2014 03:18 PM, Andrew Schulman wrote: Cygwin 1.7.32-1, git 2.1.0-1, emacs 24.3-2. New problem, never seen before: I start emacs, press C-x C-f to load a file, enter the file name, press enter. Emacs hangs, and never returns. The status bar says: Loading vc-git...done

Re: latest cygwin: 'run' problem

2014-09-05 Thread Gerry Reno
On 09/03/2014 03:48 PM, Achim Gratz wrote: Gerry Reno writes: On the 32-bit system cygwin installs that haven't been updated yet 'run.exe' shows: $ ls -l /usr/bin/run.exe -rwxr-xr-x 1 Administrator None 65053 Jul 24 2013 /usr/bin/run.exe On a 32-bit system with this latest cygwin

Re: latest cygwin: 'run' problem

2014-09-05 Thread Gerry Reno
On 09/05/2014 09:14 PM, Gerry Reno wrote: On 09/03/2014 03:48 PM, Achim Gratz wrote: Gerry Reno writes: On the 32-bit system cygwin installs that haven't been updated yet 'run.exe' shows: $ ls -l /usr/bin/run.exe -rwxr-xr-x 1 Administrator None 65053 Jul 24 2013 /usr/bin/run.exe