Re: Max memory page hosed my cygwin registry - how to get it back?

2010-10-22 Thread Christopher Faylor
On Sat, Oct 23, 2010 at 05:10:03AM +, Saurabh T wrote: >cgf wrote: >>On Fri, Oct 22, 2010 at 10:13:36PM +, Saurabh T wrote: >>>I ran the >>>regtool -i set /HKLM/Software/Cygwin/heap_chunk_in_mb 1024 >>>command from >>>http://www.cygwin.com/cygwin-ug-net/setup-maxmem.html >>> >>>After this

Re: Max memory page hosed my cygwin registry - how to get it back?

2010-10-22 Thread Saurabh T
On Fri, Oct 22, 2010 at 10:13:36PM +, Saurabh T wrote: >I ran the >regtool -i set /HKLM/Software/Cygwin/heap_chunk_in_mb 1024 >command from >http://www.cygwin.com/cygwin-ug-net/setup-maxmem.html > >After this >regtool -v list /HKLM/Software/Cygwin >shows nothing. > In that case you're probab

Re: Subversion mangling names in .svn/entries metadata file

2010-10-22 Thread Andy Koppe
On 22 October 2010 18:51, J.C. Wren wrote: > I updated my Cygwin install a couple days ago, and have ran into a > problem with Subversion mangling the .svn/entries file. > > Before the problem occurred, I had done a 'svn status' with no issues. >  I committed a file, ran 'svn status' again, and rec

emacs-23.2-3 DBus hangs

2010-10-22 Thread nyc4bos
Hi, Just doing a: (require 'dbus) hangs Cygwin emacs-23.2-3 I can only `C-g' and abort emacs. I get a stack file: $ cat emacs-X11.exe.stackdump Stack trace: Frame Function Args 0022ABF8 7C802542 (0628, EA60, 00A4, 0022ACEC) 0022AD08 610C6013 (, , 00

Re: Max memory page hosed my cygwin registry - how to get it back?

2010-10-22 Thread Christopher Faylor
On Fri, Oct 22, 2010 at 10:13:36PM +, Saurabh T wrote: >I ran the >regtool -i set /HKLM/Software/Cygwin/heap_chunk_in_mb 1024 >command from >http://www.cygwin.com/cygwin-ug-net/setup-maxmem.html > >After this >regtool -v list /HKLM/Software/Cygwin >shows nothing. In that case you're probably

Re: tinyfugue with python won't compile under cygwin (1.7.7) on Windows XP

2010-10-22 Thread Gwen Morse
On Fri, Oct 22, 2010 at 9:59 AM, Dirk Sondermann wrote: > On 22.10.2010 10:21, Gwen Morse wrote: > >> Recap: I'm having trouble compiling tinyfuge, a mud client, under >> cygwin 1.7, with an add-on patch that allows the inclusion of a python >> library. I was getting some error messages, posted th

Re: Subversion mangling names in .svn/entries metadata file

2010-10-22 Thread David Rothenberger
On 10/22/2010 10:51 AM, J.C. Wren wrote: > I updated my Cygwin install a couple days ago, and have ran into a > problem with Subversion mangling the .svn/entries file. Looks like you updated to Cygwin 1.7.5. You might want to try 1.7.7. > Looking in the .svn/entries file, the first file name shou

Max memory page hosed my cygwin registry - how to get it back?

2010-10-22 Thread Saurabh T
I ran the regtool -i set /HKLM/Software/Cygwin/heap_chunk_in_mb 1024 command from http://www.cygwin.com/cygwin-ug-net/setup-maxmem.html After this regtool -v list /HKLM/Software/Cygwin shows nothing. Appears regtool has a different syntax than what's shown on the page. (a) How do I get my prev

Re: Bash problems, strace, performance, etc.

2010-10-22 Thread Eric Blake
On 10/22/2010 03:41 PM, Ken Brown wrote: On 10/22/2010 12:32 AM, Andy Koppe wrote: On 21 October 2010 22:22, Lee D. Rothstein wrote: do you have bash-completion, if yes, get rid of it and try again. Bash completion is installed on my system but never loaded; i.e., /etc/bash_completion is not

Re: Bash problems, strace, performance, etc.

2010-10-22 Thread Ken Brown
On 10/22/2010 12:32 AM, Andy Koppe wrote: On 21 October 2010 22:22, Lee D. Rothstein wrote: do you have bash-completion, if yes, get rid of it and try again. Bash completion is installed on my system but never loaded; i.e., /etc/bash_completion is not sourced in '~/.bashrc', or '~/.profile', o

Re: How can I get mintty to not display my password?

2010-10-22 Thread Jeremy Bopp
On 10/22/2010 01:49 PM, risin...@nationwide.com wrote: > When using cmd.exe, when I am prompted for a password, no characters are > displayed, but the password gets entered. However, when I use mintty, the > characters I type at the password prompt are displayed. TERM=xterm. How > can I stop

Re: bash.exe: *** fatal error - couldn't dynamically determine load address for 'GetKeyboardLayout'

2010-10-22 Thread Thorkil Naur
Hello, On Sat, Oct 09, 2010 at 01:40:48PM -0400, Christopher Faylor wrote: > ... > The cygcheck output that we request here: http://cygwin.com/problems.html > might provide more insight. > ... With permission from the owner, I attach a slightly anonymized version of the cygcheck output that you

How can I get mintty to not display my password?

2010-10-22 Thread RISINGP1
When using cmd.exe, when I am prompted for a password, no characters are displayed, but the password gets entered. However, when I use mintty, the characters I type at the password prompt are displayed. TERM=xterm. How can I stop this from happening? In cmd.exe: --- sqlplus risin...

Re: cygcheck bug: symlinks with unix paths are wrongly resolved

2010-10-22 Thread Daniel Barclay
Andrey Repin wrote: Greetings, Csaba Raduly! ... The API can handle "/" as the path separator, but cmd.exe can't. You're seriously wrong... How? (Which part is wrong?) The Start menu's Run... command accepts forward slashes, and cmd.exe parses unquoted forward slashes as parameter delimi

Re: Bash problems, strace, performance, etc. -> More details on cause (?)

2010-10-22 Thread Lee D. Rothstein
On 10/22/2010 12:32 AM, Andy Koppe wrote: > On 21 October 2010 22:22, Lee D. Rothstein wrote: >>> do you have bash-completion, if yes, get rid of it and try again. >> >> Bash completion is installed on my system but never loaded; i.e., >> /etc/bash_completion is not sourced in '~/.bashrc', or >

[ANNOUNCEMENT] updated: lftp-4.0.10-1

2010-10-22 Thread Andrew Schulman
A new version of lftp, 4.0.10-1, is now available in the Cygwin distribution. This is a new upstream release. It fixes a few bugs and adds a few new minor features. Please see http://lftp.yar.ru/news.html for the full changelog. lftp is a sophisticated file transfer program and ftp/http/bittorr

[ANNOUNCEMENT] updated: lftp-4.0.10-1

2010-10-22 Thread Andrew Schulman
A new version of lftp, 4.0.7-1, is now available in the Cygwin distribution. This is a new upstream release. It fixes a few bugs and adds a few new minor features. Please see http://lftp.yar.ru/news.html for the full changelog. lftp is a sophisticated file transfer program and ftp/http/bittorre

Re: tinyfugue with python won't compile under cygwin (1.7.7) on Windows XP

2010-10-22 Thread Dirk Sondermann
On 22.10.2010 10:21, Gwen Morse wrote: > Recap: I'm having trouble compiling tinyfuge, a mud client, under > cygwin 1.7, with an add-on patch that allows the inclusion of a python > library. I was getting some error messages, posted them here, and was > told it was probably an issue with using "wp

[ANNOUNCEMENT] Updated: smartmontools-5.40-1

2010-10-22 Thread Christian Franke
Version 5.40-1 of smartmontools has been uploaded. http://smartmontools.sourceforge.net/ Changes include: - Other config entries may precede smartd DEVICESCAN. - Option '-v' allows to specify byte order of attribute raw value - Improved support for Intel SSDs. - Improved support for SandForce ba

Re: updated: unison2.40

2010-10-22 Thread Andrew Schulman
> On Thu 21 Oct 2010, Andrew Schulman wrote: > > >> I've been using unison to sync files via ssh without problems. > >> Unison 2.40.16-2 works fine for me, but 2.40.61-1 fails. > > > > Thanks for reporting that. I've uploaded a new test release. Would you > > mind trying it out? > > Hi Andrew,