Re: Speed of Cygwin's cp vs. Windows Explorer

2007-05-15 Thread Morgan Gangwere
On 5/14/07, Brian Ford Brian.Ford__flightsafety.com wrote: On Sat, 12 May 2007, Bob Heckel wrote: Why would using Cygwin's cp to copy a large file from one Windows XP box to another take 30 minutes but take only 10 minutes if I use drag 'n' drop (via Explorer)? I saw mention of speed in

Re: [ANNOUNCEMENT] Updated: vim-7.1-1

2007-05-15 Thread Corinna Vinschen
On May 15 09:58, Carlo Florendo wrote: Corinna Vinschen wrote: I have updated the version of vim on cygwin.com to 7.1-1. Thank you very much. We have been waiting for this for a long time. You're welcome. I'm just wondering how two days between the official upstream release and the Cygwin

Re: [ANNOUNCEMENT] Updated: vim-7.1-1

2007-05-15 Thread Carlo Florendo
Corinna Vinschen wrote: On May 15 09:58, Carlo Florendo wrote: Corinna Vinschen wrote: I have updated the version of vim on cygwin.com to 7.1-1. Thank you very much. We have been waiting for this for a long time. You're welcome. I'm just wondering how two days between the official

RE: gcc 3.4.4 - redhat REL3 vs cygwin libraries

2007-05-15 Thread Dave Korn
On 15 May 2007 04:04, Karl Kobata wrote: Using gcc 3.4.4 on a redhat REL3 linux workstation, I can compile an application with no errors, yet if I do the same over on the cygwin gcc 3.4.4, I get many errors.  Since there are so many errors and the platform is the only difference, I would like

RE: Speed of Cygwin's cp vs. Windows Explorer

2007-05-15 Thread Dave Korn
On 15 May 2007 08:03, Morgan Gangwere wrote: it would appear that until we increase the i/o buffer (am i using the right term?) to do the cp, we run slower than the windows cp is there a #DEFINE or some thing that we could add a diff for that adventurous people could use? If you build

Attn: Yaakov - gvim (Was: [ANNOUNCEMENT] Updated: vim-7.1-1)

2007-05-15 Thread Michael Schaap
On 14-May-2007 17:05, Corinna Vinschen wrote: I have updated the version of vim on cygwin.com to 7.1-1. Yaakov, if possible, could you perhaps release a corresponding gvim as well? (Upgrading to vim-7.1 breaks gvim-7.0, so there is some amount of urgency...) Thanks in advance, - Michael

Can not turn off terminal beep for completion

2007-05-15 Thread Ronald Fischer
I have set my ~/.inputrc like this: set print-completions-horizontally on set show-all-if-ambiguous on set show-all-if-unmodified on set visible-stats on But still, when I, for example, enter ls TAB the terminal beeps. Even if I set in .inputrc: set bell-style none it beeps. This applies

Re: Can not turn off terminal beep for completion

2007-05-15 Thread Igor Peshansky
On Tue, 15 May 2007, Ronald Fischer wrote: I have set my ~/.inputrc like this: set print-completions-horizontally on set show-all-if-ambiguous on set show-all-if-unmodified on set visible-stats on But still, when I, for example, enter ls TAB the terminal beeps. Even if I set in

Can not get bash 8-bit-clean

2007-05-15 Thread Ronald Fischer
Following the advice in http://cygwin.com/cygwin-ug-net/setup-files.html, I put the following commands into my .inputrc: set meta-flag on set convert-meta off set output-meta on Still, I can not enter 8-bit characters (such as German umlaut characters) in bash shells. What am I missing still?

RE: Can not turn off terminal beep for completion

2007-05-15 Thread Ronald Fischer
Make sure your .inputrc is read. Hmmm according to the Cygwin documentation page: .inputrc controls how programs using the readline library (including bash) behave. It is loaded automatically. So, as long as I stick with the default name ($HOME/.inputrc), it should be read without

ssh gives nt authority/system windows who

2007-05-15 Thread Lucio Cosmo
Hello All. I've read some archives on the topic but I cannot understand exactly how to solve. To be sure, I've installed a brand new machine with - WinXP - MS Visual Studio 7 - Cygwin Installed ssh daemon by following the instructions. Our target is compile from a ssh shell with key

Re: ssh gives nt authority/system windows who

2007-05-15 Thread Larry Hall (Cygwin)
Lucio Cosmo wrote: Hello All. I've read some archives on the topic but I cannot understand exactly how to solve. To be sure, I've installed a brand new machine with - WinXP - MS Visual Studio 7 - Cygwin Installed ssh daemon by following the instructions. Our target is compile from a

RE: Can not turn off terminal beep for completion

2007-05-15 Thread Igor Peshansky
On Tue, 15 May 2007, Ronald Fischer wrote: Make sure your .inputrc is read. Hmmm according to the Cygwin documentation page: .inputrc controls how programs using the readline library (including bash) behave. It is loaded automatically. So, as long as I stick with the default

SOLVED: Can not turn off terminal beep for completion [Ruby programmers, read this!]

2007-05-15 Thread Ronald Fischer
Theoretically, but there still could be a few things going wrong, one of which being that you and your Cygwin environment have different ideas of what $HOME is. At least, the environment variable HOME is set correctly, and also my ~/.bash_profile is read, so this suggests that bash

Re: Can not get bash 8-bit-clean

2007-05-15 Thread Thorsten Kampe
* Ronald Fischer (Tue, 15 May 2007 15:37:47 +0200) Following the advice in http://cygwin.com/cygwin-ug-net/setup-files.html, I put the following commands into my .inputrc: set meta-flag on set convert-meta off set output-meta on Still, I can not enter 8-bit characters (such as German

Re: Can not turn off terminal beep for completion

2007-05-15 Thread Thorsten Kampe
* Ronald Fischer (Tue, 15 May 2007 15:32:27 +0200) I have set my ~/.inputrc like this: set print-completions-horizontally on set show-all-if-ambiguous on set show-all-if-unmodified on set visible-stats on But still, when I, for example, enter ls TAB the terminal beeps. Even if I

RE: Attn: Yaakov - gvim (Was: [ANNOUNCEMENT] Updated: vim-7.1-1)

2007-05-15 Thread Jeff Hawk
-Original Message- From: On Behalf Of Michael Schaap Sent: Tuesday, May 15, 2007 7:00 AM To: Cygwin list Subject: Attn: Yaakov - gvim (Was: [ANNOUNCEMENT] Updated: vim-7.1-1) On 14-May-2007 17:05, Corinna Vinschen wrote: I have updated the version of vim on cygwin.com to 7.1-1.

Re: Attn: Yaakov - gvim (Was: [ANNOUNCEMENT] Updated: vim-7.1-1)

2007-05-15 Thread Corinna Vinschen
On May 15 10:48, Jeff Hawk wrote: From: On Behalf Of Michael Schaap On 14-May-2007 17:05, Corinna Vinschen wrote: I have updated the version of vim on cygwin.com to 7.1-1. Yaakov, if possible, could you perhaps release a corresponding gvim as well? (Upgrading to vim-7.1 breaks

SFTP Umask not propagating to sub folder

2007-05-15 Thread John J. Culkin
All: I was having a hard time setting a Umask for files that were transfered via SFTP until Dave Korn kindly pointed me to this link - http://www.derkeiler.com/Newsgroups/comp.security.ssh/2005-09/0094.html I made a wrapper that sets the umask to 002 before starting the sftp server. Files

Re: Attn: Yaakov - gvim (Was: [ANNOUNCEMENT] Updated: vim-7.1-1)

2007-05-15 Thread Gary Johnson
On 2007-05-15, Michael Schaap wrote: On 14-May-2007 17:05, Corinna Vinschen wrote: I have updated the version of vim on cygwin.com to 7.1-1. Yaakov, if possible, could you perhaps release a corresponding gvim as well? (Upgrading to vim-7.1 breaks gvim-7.0, so there is some amount of

Re: Attn: Yaakov - gvim (Was: [ANNOUNCEMENT] Updated: vim-7.1-1)

2007-05-15 Thread Igor Peshansky
On Tue, 15 May 2007, Gary Johnson wrote: On 2007-05-15, Michael Schaap wrote: On 14-May-2007 17:05, Corinna Vinschen wrote: I have updated the version of vim on cygwin.com to 7.1-1. Yaakov, if possible, could you perhaps release a corresponding gvim as well? (Upgrading to vim-7.1

RE: xemacs eshell doesn't automatically append .exe

2007-05-15 Thread Rockefeller, Harry
Thank you. The new eshell fixed the problem. -Original Message- From: Dr. Volker Zell New Packages in Pre-Release: === eshell-1.11-pkg.tar.gz upstream version: 2.4.1 -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports:

Re: Attn: Yaakov - gvim (Was: [ANNOUNCEMENT] Updated: vim-7.1-1)

2007-05-15 Thread Gary Johnson
On 2007-05-15, Igor Peshansky wrote: On Tue, 15 May 2007, Gary Johnson wrote: On 2007-05-15, Michael Schaap wrote: On 14-May-2007 17:05, Corinna Vinschen wrote: I have updated the version of vim on cygwin.com to 7.1-1. Yaakov, if possible, could you perhaps release a

Re: DualCores and Current Cygwin problems

2007-05-15 Thread Joseph Kowalski
Linda Walsh cygwin at tlinx dot org wrote: Hi, I don't claim to know what is going on, but I'm using a dual-core system and haven't noticed the problems you are having, but my processors are Intel Dual Core. That shouldn't make a difference I wouldn't think. Joseph Kowalski wrote: 1)

Re: ruby for cygwin comes without gem command

2007-05-15 Thread Shankar Unni
Corinna Vinschen wrote: gem is not part of the ruby standard package. And don't try to install a native gem from the main ruby site and download gems using that, or you'll end up with a mishmash of cygwin and native libraries for ruby. Been there, done that :-). -- Unsubscribe info:

Re: Anyone using Clearcase on Windows with Cygwin (esp over SSH)?

2007-05-15 Thread Shankar Unni
Corinna Vinschen wrote: 1.5.24 only asks the PDC and fails if it's unable to connect to it. Try a developer snapshot. The function to contact the logon server has been changed in CVS HEAD to use the newer DsGetDcNameA function instead of the old NetGetDCName. Only on NT4 Cygwin falls back to

Re: Attn: Yaakov - gvim (Was: [ANNOUNCEMENT] Updated: vim-7.1-1)

2007-05-15 Thread Yaakov (Cygwin Ports)
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Michael Schaap wrote: Yaakov, if possible, could you perhaps release a corresponding gvim as well? (Upgrading to vim-7.1 breaks gvim-7.0, so there is some amount of urgency...) Please understand that, unfortunately, I had no more warning that

Re: Attn: Yaakov - gvim (Was: [ANNOUNCEMENT] Updated: vim-7.1-1)

2007-05-15 Thread Yaakov (Cygwin Ports)
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Gary Johnson wrote: Except that the standard versioned directory structure also allows users to put customizations for all users in /usr/share/vim/vimfiles while the distributed files go in /usr/share/vim/vimversion. I don't see the

RE: Startxwin.bat fatal error in Windows Vista

2007-05-15 Thread Phil Betts
Allen Rongone wrote on Monday, May 14, 2007 8:29 PM:: I've seen this before under Windows XP and it was due to the fact that the previous user was the owner of the /tmp/.X11-unix directory and no one else had permissions to delete the X0 file nor were they able to remove this directory. I

Re: [PATCH] getmntent()-mnt_type values that match Linux...

2007-05-15 Thread Ryan C. Gordon
Thanks for the patch and apologies again for forgetting about it. In a strange twist of fate, the counter-signed copyright assignment papers just showed up from Red Hat today, so I guess that was good timing. :) Thanks for committing the patch! --ryan.

Re: Dumper produces unuseable dumps (fix).

2007-05-15 Thread Corinna Vinschen
Hi Pedro, On Apr 27 16:01, Pedro Alves wrote: On 4/27/07, Corinna Vinschen wrote: Unfortunately, the patch is too big to fall under the trivial patch rule, so Red Hat needs a signed copyright assignment from you. Please have a look on http://cygwin.com/contrib.html, especially the Before