Re: Differences in emacsclient-w32 and emacs-w32

2013-08-21 Thread Arthur Tu
I have a registry file which works fine. Windows Registry Editor Version 5.00 [HKEY_CLASSES_ROOT\*\shell\openWithEmacs] [HKEY_CLASSES_ROOT\*\shell\openWithEmacs\command] @="C:\\cygwin\\bin\\run.exe /usr/bin/bash.exe -l -c \"/usr/bin/emacsclient-w32.exe -c \\\"%1\\\" -a \\\"\\\"\"

Re: shell-init: error retrieving current directory

2013-08-21 Thread nu774
Hi, Thanks, I see. And I noticed bash.exe of cygwin32 is also using it's own getcwd WITHOUT issue. (2013/08/22 11:21), LRN wrote: 1) It's not improperly disabled. Cygwin's getcwd does not behave the way bash wants it to (when called with 0 buffer and 0 buffer length, it fails, instead of allo

Re: shell-init: error retrieving current directory

2013-08-21 Thread nu774
Hi, I've experienced the same issue. From what I can see: Current bash.exe of cygwin64 seems to be improperly built with HAVE_GETCWD disabled, which result in using it's own getcwd implementation in the bash source package. This can be indirectly observed by inspecting bash.exe with dependency wal

Differences in emacsclient-w32 and emacs-w32

2013-08-21 Thread Josh Hunsaker
I am having a problem opening files in emacs from Windows, and I think that the cygwin build of emacs is causing the problem. I have an "Edit" option in my windows context menu that sends files to emacs via a registry key with value: C:\cygwin\bin\emacsclient-w32.exe "%1" If I have no open insta

setting up sshd on windows 7

2013-08-21 Thread anatoly yakovenko
I can't seem to login in with a password or with a key. /var/log/sshd.log doesn't show any errors and i dont see anything in the event viewer. i set the log level to VERBOSE in sshd_config, but nothing is shown in either. When i had incorrect permissions in /var/empty, i got errors in the eve

Re: mt and tar fail on LTO-5 drives

2013-08-21 Thread Corinna Vinschen
On Aug 21 19:20, bartels wrote: > On 08/21/2013 11:51 AM, Frank Fesevur wrote: > >2013/8/20 Corinna Vinschen: > >> This bug is present since 2004 and nobody noticed it. I guess that > >> means there aren't many people out there actually partitioning their > >> tape drives... > >FYI: we

Re: mt and tar fail on LTO-5 drives

2013-08-21 Thread bartels
On 08/21/2013 11:51 AM, Frank Fesevur wrote: 2013/8/20 Corinna Vinschen: This bug is present since 2004 and nobody noticed it. I guess that means there aren't many people out there actually partitioning their tape drives... FYI: we use cygwin tar on a daily base to backup one se

Re: ETA for 64-bit SVN?

2013-08-21 Thread Ryan Johnson
On 21/08/2013 12:11 PM, Corinna Vinschen wrote: On Aug 21 12:04, Ryan Johnson wrote: Hi SVN maintainer, Is a 64-bit release going to come out soon? SVN is quite a pain to build manually, compared with most other packages, especially if support for SSL, etc. is configured... Subversion is part

Re: ETA for 64-bit SVN?

2013-08-21 Thread Corinna Vinschen
On Aug 21 12:04, Ryan Johnson wrote: > Hi SVN maintainer, > > Is a 64-bit release going to come out soon? SVN is quite a pain to > build manually, compared with most other packages, especially if > support for SSL, etc. is configured... Subversion is part of the 64 bit distro already before the d

ETA for 64-bit SVN?

2013-08-21 Thread Ryan Johnson
Hi SVN maintainer, Is a 64-bit release going to come out soon? SVN is quite a pain to build manually, compared with most other packages, especially if support for SSL, etc. is configured... Thanks! Ryan -- Problem reports: http://cygwin.com/problems.html FAQ: http://

Re: cygwin sshd dumping stack trace when not allocating pseudo-tty

2013-08-21 Thread Larry Hall (Cygwin)
On 8/21/2013 6:42 AM, Thorsten Glaser wrote: On Tue, 20 Aug 2013, Larry Hall (Cygwin) wrote: On 8/20/2013 4:32 AM, Thorsten Glaser wrote: On Mon, 19 Aug 2013, Larry Hall (Cygwin) wrote: and to understand the method you're using to login. SSH public-key auth, that is, RSA keys. (This is a r

Re: [ANNOUNCEMENT] updated: unison2.40, unison2.45

2013-08-21 Thread Rolf Campbell
On 2012-12-10 11:49, Andrew Schulman wrote:> The Unison packages for Cygwin have been updated: > > unison2.40, unison2.45 - new upstream minor updates. Is there any chance you could release a 64-bit build of unison? I've been using the 64-bit build of cygwin for a couple weeks now, and the on

Re: cygwin installed packages list without dependencies

2013-08-21 Thread Larry Hall (Cygwin)
On 8/20/2013 8:26 PM, DynV wrote: Hello people of cygwin, Now for my main concern. I'd like to migrate from cygwin to cigwin64 but I have many packages on cygwin, the 32-bit version, that I'd need to install as well on the destination version (64-bit) before the move is made. I'm not sure which

Re: [ANNOUNCEMENT] Updated: mksh-48b-1

2013-08-21 Thread Thorsten Glaser
On Tue, 20 Aug 2013, Chris Sutcliffe wrote: > Version 48b-1 of "mksh" has been uploaded. Cool, thanks! By the way, in case you didn’t see: thanks to the mksh/Win32 porting efforts, there is now a .ICO file in the sources which you can use – although I have no idea how to do that myself. (You can

Re: mt and tar fail on LTO-5 drives

2013-08-21 Thread Corinna Vinschen
On Aug 21 11:51, Frank Fesevur wrote: > 2013/8/20 Corinna Vinschen: > > This bug is present since 2004 and nobody noticed it. I guess that > > means there aren't many people out there actually partitioning their > > tape drives... > > FYI: we use cygwin tar on a daily base to backup o

Re: Python 2.7.5 on Cygwin64: requests installation fails

2013-08-21 Thread Robert Marklund
I have the same issue, it seams like python is core dumping both on python 2.7 and python 3. I sent a mail about this a couple of days a go with some more details. There is no debug package for python 3.0 so the stacktrace is somewhat limited. /R 2013/8/20 Public Joe : > Hi there! > I recently po

Re: cygwin sshd dumping stack trace when not allocating pseudo-tty

2013-08-21 Thread Thorsten Glaser
On Tue, 20 Aug 2013, Larry Hall (Cygwin) wrote: > On 8/20/2013 4:32 AM, Thorsten Glaser wrote: > > On Mon, 19 Aug 2013, Larry Hall (Cygwin) wrote: > > > > > and to understand the method you're using to login. > > > > SSH public-key auth, that is, RSA keys. (This is a requirement > > because the

Re: mt and tar fail on LTO-5 drives

2013-08-21 Thread Frank Fesevur
2013/8/20 Corinna Vinschen: > This bug is present since 2004 and nobody noticed it. I guess that > means there aren't many people out there actually partitioning their > tape drives... FYI: we use cygwin tar on a daily base to backup one server to LTO2-tapes, but I have never partitio

Re: How do I upgrade Postgres database in Cygwin?

2013-08-21 Thread marco atzeri
Il 8/20/2013 7:27 PM, Chloe ha scritto: I updated some Cygwin packages and now I can't start Postgres: $ /usr/sbin/postmaster FATAL: database files are incompatible with server DETAIL: The data directory was initialized by PostgreSQL version 8.2, which is not compatible with thi