Re: Windows 2008 access to inetsrv directory

2014-09-10 Thread Larry Hall (Cygwin)
On 09/10/2014 10:59 AM, scotttins...@ups.com wrote: I have been puzzling over why a cygwin bash shell cannot access the c:\Windows\System32\inetsrv\backup directory. I have added "Users" and "cyg_server" account to directory permissions. I still cannot cd to or copy from the backup sub-directory

Re: WARNING: Couldn't compute FAST_CWD pointer

2014-09-10 Thread Yaakov Selkowitz
On 2014-09-09 13:34, Eric Lu wrote: Got this warning message when using ssh on Windows command. I upgraded my notebook from Windows 8 to Windows 8.1, then it started having this message. Please make sure you have updated your Cygwin installation from a current mirror, and to be safe, reboot

Re: Unable to execute local scripts to run commands through SSH from Cygwin

2014-09-10 Thread Jim Reswick
Ken Brown cornell.edu> writes: > Does your script have DOS line endings? > > Ken > > Hi Ken: Bingo! Thanks for your help! Jim -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubs

Re: Font support of UTF-8 chars differ between w32 Emacs and Cygwin Emacs

2014-09-10 Thread Ken Brown
On 9/3/2014 8:41 AM, Sebastien Vauban wrote: Hello, As you can see on http://screencast.com/t/XTTv9DSAC, win32 binaries of Emacs and Cygwin Emacs can't display the white right-pointing triangle [1] coherently for the same fonts: - win32 Emacs always can display it, in all fonts, - Cygwin Emacs

Re: vi editing at bash command line: cc command doesn't work

2014-09-10 Thread Bob McGowan
On 9/10/14, 6:36 AM, "Mr. Bob 2001" wrote: >vim 7.4.417-1 OK > >Windows 7 Enterprise Ver 6.1 Build 7601 Service Pack 1 > >Cygwin DLL version info: >DLL version: 1.7.32 > >cc in vi or vim, or gvim Works for me, on 64-bit, without admin rights. > >PS. Thanks fo

Windows 2008 access to inetsrv directory

2014-09-10 Thread scotttinsley
I have been puzzling over why a cygwin bash shell cannot access the c:\Windows\System32\inetsrv\backup directory. I have added "Users" and "cyg_server" account to directory permissions. I still cannot cd to or copy from the backup sub-directory. I saw postings regarding accessing certain Syste

Re: vi editing at bash command line: cc command doesn't work

2014-09-10 Thread Mr. Bob 2001
vim 7.4.417-1   OK Windows 7 Enterprise Ver 6.1 Build 7601 Service Pack 1     Cygwin DLL version info:     DLL version: 1.7.32 cc in vi or vim, or gvim Works for me, on 64-bit, without admin rights. PS. Thanks for prompting me to finally notice the mirror I was using

Re: mktime call hangs on Cygwin 1.7.30, Windows 7 32 bit

2014-09-10 Thread Alexey Shumkin
On Tue, Sep 02, 2014 at 01:32:29PM +0200, Marco Atzeri wrote: > On 02/09/2014 13:10, Alexey Shumkin wrote: > >Prelude. > >I use "self-compiled" Git (v2.x) on Cygwin (v1.7.30). > >Sometimes Git v2.0.4 hung while performing > > git prune --expire 2.weeks.ago > > > >I have investigated while debuggi