Re: changing cygdrive prefix in fstab has no effect

2014-09-09 Thread Larry Hall (Cygwin)
On 09/09/2014 08:03 PM, Mitch Deoudes wrote: Thanks for the suggestions. @Linda: >> Have you tried 'mount -h'? Yes - I believe I mentioned it above. Changing the prefix via mount does not seem to survive between sessions, on this install. @Andrey >> Simplest would be to just reboot the box

mirror synchronization woes

2014-09-09 Thread Pierre Demartines
ps for various setup.bz2.sig: - 20140908-231037UTC mirrors-usa.go-parts.com_mirrors_cygwin/x86/setup.bz2.sig - 20140909-191037UTC mirrors.syringanetworks.net_cygwin/x86/setup.bz2.sig - 20140909-191037UTC mirrors.xmission.com_cygwin/x86/setup.bz2.sig - 20140909-201044UTC mirror.team-cymru

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

2014-09-09 Thread Ken Brown
On 9/9/2014 6:08 PM, Jim Reswick wrote: Here is what I get when I execute the second script in the Cygwin session (that contains only the same command line as above): srv_imgctrlmsqladmin@RCOVSVR0414 ~ $ . /home/srv_imgctrlmsqladmin/call_test.sh : No such file or directorydmin/test2.sh Does yo

Re: changing cygdrive prefix in fstab has no effect

2014-09-09 Thread Mitch Deoudes
Thanks for the suggestions. @Linda: >> Have you tried 'mount -h'? Yes - I believe I mentioned it above. Changing the prefix via mount does not seem to survive between sessions, on this install. @Andrey >> Simplest would be to just reboot the box to be absolutely sure. I believe these boxes

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

2014-09-09 Thread Jim Reswick
Hi: I'm trying to run a command string on a Linux box from a Winows 2008 box. I've got Cygwin64 installed and ssh working with public keys. I have two test scripts on the Windows box. The first script contains the command line that I desire to execute on the Linux box. The second script calls

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

2014-09-09 Thread Paul . Domaskis
Gary Johnson spocom.com> writes: > I have both 32-bit and 64-bit versions of Cygwin installed on a > Windows 7 Enterprise SP1 system. I can confirm that using a Cygwin > Terminal, cc works on the 32-bit installation but not on the 64-bit > installation. > > There is no connection between the vi

Re: WARNING: Couldn't compute FAST_CWD pointer

2014-09-09 Thread Douglas Coup
Objective Systems, Inc. REAL WORLD ASN.1 AND XML SOLUTIONS Tel: +1 (484) 875-9841 Fax: +1 (484) 875-9830 Toll-free: (877) 307-6855 (USA only) http://www.obj-sys.com On 9/9/2014 2:34 PM, Eric Lu wrote: Got this warning message when using ssh on Windows command. I upgraded my notebook from Windo

WARNING: Couldn't compute FAST_CWD pointer

2014-09-09 Thread Eric Lu
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. 3 [main] ssh 8988 find_fast_cwd: WARNING: Couldn't compute FAST_CWD pointer. Please report this problem to the public mailing list cygwin@

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

2014-09-09 Thread Gary Johnson
I have both 32-bit and 64-bit versions of Cygwin installed on a Windows 7 Enterprise SP1 system. I can confirm that using a Cygwin Terminal, cc works on the 32-bit installation but not on the 64-bit installation. There is no connection between the vi mode of the bash command line and Vim. Regard

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

2014-09-09 Thread Bob McGowan
I have the same problem. My system details (abbreviated): Windows 7 Home Premium Ver 6.1 Build 7601 Service Pack 1 Cygwin installations found in the registry: System: Key: e022582115c10879 Path: C:\cygwin64 User: Key: e022582115c10879 Path: C:\cygwin64 Cygwin DLL version info: DL

Re: latest cygwin: 'run' problem

2014-09-09 Thread Andrey Repin
Greetings, Buchbinder, Barry (NIH/NIAID) [E]! > Andrey Repin sent the following at Tuesday, September 09, 2014 9:08 AM >>That makes little sense. Could be solved, though. CMD doesn't offer a >>way to distinguish between file and directory, but we have test. > Every directory contains a virtual fi

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

2014-09-09 Thread Paul . Domaskis
writes: > writes: >> I needed cygwin on a new work computer that was locked down. I >> created a DVD from all the 64-bit packages some time in the first >> quarter of 2014, then took the several months needed to get >> approval for its installation. I then replicated the environment >> from an o

RE: latest cygwin: 'run' problem

2014-09-09 Thread Buchbinder, Barry (NIH/NIAID) [E]
Andrey Repin sent the following at Tuesday, September 09, 2014 9:08 AM >That makes little sense. Could be solved, though. CMD doesn't offer a >way to distinguish between file and directory, but we have test. Every directory contains a virtual file named nul (note: only one L; serves the function o

Re: latest cygwin: 'run' problem

2014-09-09 Thread Andrey Repin
Greetings, Gary Johnson! >> @START "" /D "%~1" "%~dp0\mintty.exe" >> > - run_bash_here.sh - >> > >> This all is just not needed. >> Just create a shortcut in "Sent to" to your bas

Re: latest cygwin: 'run' problem

2014-09-09 Thread Eric Blake
On 09/09/2014 03:15 AM, Achim Gratz wrote: > > If you want to get this right, you should work it out from the inside. > You want the cd command to get a directory name from a subcommand that > may contain spaces, so you need to quote the result: > > cd "$( ... )" > If you want to also guarante

Re: reran Setup: /etc/profile: line 136: /usr/bin/hostname: No such file or directory

2014-09-09 Thread Achim Gratz
Gerry Reno writes: > When I rerun Setup and update them they have coreutils but no hostname > package. > The hostname package does not get added. I've just checked it again and it does get added when it's missing, just like all other packages in the Base category. It gets removed again however w

Re: latest cygwin: 'run' problem

2014-09-09 Thread Achim Gratz
Gary Johnson writes: > After much fiddling (programming by successive approximation), You should drop the cargo-cult programming before it hurts you. > I came up with this: > > @START "" "C:\cygwin\bin\mintty.exe" /bin/bash --login -c "cd $(cygpath > -u $0); exec bash -i" "%~p1\" You want a