Re: keycodes

2009-01-15 Thread Andrew DeFaria
Matt Wozniski wrote: On Thu, Jan 15, 2009 at 1:05 AM, Andrew DeFaria wrote: Andy Koppe wrote: Andrew DeFaria wrote: > "\e[1;5A": history-search-backward > "\e[1;5B": history-search-forward Perhaps I don't understand this 'bash' feature, but it doesn't seem to work for me.

Re: First Pass at mintty documentation; etc.

2009-01-15 Thread Charles Wilson
Lee D. Rothstein wrote: > Andy Koppe wrote: >> -- >> Chuck >> > Nice example! Who is "Chuck"? Me. As I explained to Andy off-list, the 'Virtual Identify' Thunderbird plugin got kinda confused, and tried to pass off my email as if Andy had sent it. Bad Virtual Identity! No Cookie! -- Chuck -

setup.exe 2.573.2.3 signature failure

2009-01-15 Thread George R Nelson
As a newcomer to cygwin, my attempts to download from ctgwin.com or a number of mirror sites all failed with signature errors. WHy do I get this problem? The error I get is: Setup.ini signature http://cygwin.com/setup.bz2.sig from http//cygwin.com failed to verify. I have managed to download cygw

Re: First Pass at mintty documentation; etc.

2009-01-15 Thread Lee D. Rothstein
Andy Koppe wrote: Andy Koppe wrote: Lee D. Rothstein wrote: I do lots of bash scripting including Windows/DOS commands, and I can think of only one character cell app that ever gave me any trouble from rxvt or xterm (whatever that app is -- I think a Kit app), I found a work-around and

Re: First Pass at mintty documentation; etc.

2009-01-15 Thread Lee D. Rothstein
Andy Koppe wrote: Lee D. Rothstein wrote: > "\e[1;5A": history-search-backward > "\e[1;5B": history-search-forward Perhaps I don't understand this 'bash' feature, but it doesn't seem to work for me. Start typing a command, press Ctrl-Up, and it finds the previous line in the history that

SSH Setup Issue

2009-01-15 Thread Syphon
I cant seem to get sshd service to start on my Windows Vista box. I tried a few different things, I turned off UAC, I ran bash as Admin. Also, 'chown system:system /var/empty /etc/ssh_*' , 'chmod 755 /etc'. Still when I run 'ssh-host-config', I seem to be missing a few prompts $ ssh-host-config

Re: Bash doesn't launch the applications directly.

2009-01-15 Thread Mark J. Reed
On Thu, Jan 15, 2009 at 8:59 PM, Lenik wrote: > Is it possible to make cygstart as a bash built-in? I think you might misunderstand the relationship between Cygwin and bash. Bash is not a part of Cygwin. It is a standalone shell, written to run on any UNIX-like platform: Linux, Solaris, OS X, BS

Re: Bash doesn't launch the applications directly.

2009-01-15 Thread Lenik
"Eric Blake" 写入消息 news:496f34bb.6080...@byu.net... -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 According to Lenik on 1/14/2009 5:59 PM: Hi, all I noticed that when bash launches a program, for example win32 notepad.exe or cygwin sleep, it in fact launches another bash which launches the f

Re: automate SSH-HOST-CONFIG

2009-01-15 Thread blazt
Thank you Dimitri. It was my bin bash that cuased it to not work. I was not aware that I did not have to include that. Once I fixed that and put things back. it worked. Thank you Dmitry Semyonov-2 wrote: > > On Tue, Jan 13, 2009 at 22:16, blazt wrote: > >> I created the script based on yours

Re: automate SSH-HOST-CONFIG

2009-01-15 Thread Dmitry Semyonov
On Tue, Jan 13, 2009 at 22:16, blazt wrote: > I created the script based on yours but it never sends the expect back to > the program. > > #!/bin/bash This line was not included into my sample. I doubt it can work this way. > #!./expect -f Why the dot-slash? Do you have expect executable in you

1.5.25-15: expect uses tcl8.3, tcl8.4 is installed

2009-01-15 Thread Gunnar Alm
Made my first cygwin installation this evening including the expect package. However, expect fails because it expects tcl8.3 while tcl8.4 is installed. QUOTE gun...@spawn home $ expect qdr_sweep1_mon.exp Tcl_Init failed: Can't find a usable init.tcl in the following directories: /usr/share/tcl

Re: 1.5.25: Vista x64 - can't install, no (known) BLODAs, rebase not helping

2009-01-15 Thread Lee D. Rothstein
Corinna Vinschen wrote: On Jan 15 15:04, Lee D. Rothstein wrote: Alexander Smith wrote: I am running Vista Home Premium x64. After checking the BLODA , I turned off Windows Defender. I also tried running rebaseall, but that stil

Re: Another rvxt vs. minTTY 0.3.4

2009-01-15 Thread Andy Koppe
Paul McFerrin wrote: I have another difference between 0.3.4 and 0.3.3 of minTTY and rxvt. If you have a long-running script running, any attemps to stop it with either Control-C or Control-\ does nothing. It's working here. Just tried it with a 'configure' script. Seems that minTTY is star

Re: 1.5.25: Vista x64 - can't install, no (known) BLODAs, rebase not helping

2009-01-15 Thread Corinna Vinschen
On Jan 15 22:02, Corinna Vinschen wrote: > On Jan 15 15:04, Lee D. Rothstein wrote: > > Alexander Smith wrote: > > HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Wow6432Node\Wow6432Node\Wow6432Node\Wow6 > > > > Yep, happens every time on My Vista 64b HP. > > Just for fun, run the 32 bit regedit (C:\Windo

Re: 1.5.25: Vista x64 - can't install, no (known) BLODAs, rebase not helping

2009-01-15 Thread Corinna Vinschen
On Jan 15 15:04, Lee D. Rothstein wrote: > Alexander Smith wrote: > > > I am running Vista Home Premium x64. After checking the BLODA > > , I > > turned off Windows Defender. I also tried running rebaseall, but > > that still didn't help. Be

Re: 1.5.25: Vista x64 - can't install, no (known) BLODAs, rebase not helping

2009-01-15 Thread Lee D. Rothstein
Alexander Smith wrote: > I am running Vista Home Premium x64. After checking the BLODA > , I > turned off Windows Defender. I also tried running rebaseall, but > that still didn't help. Below is a list of the steps I followed > to try to i

Re: Bash doesn't launch the applications directly.

2009-01-15 Thread Christopher Faylor
On Thu, Jan 15, 2009 at 12:11:30PM -0500, Dave Steenburgh wrote: >Well, now I understand why I occasionally see more instances of bash >in the task manager than I was expecting. However, now I have to ask >why the shim doesn't appear [plainly] with ps: > > 4540 14540 45400

Net-tools and other system apps

2009-01-15 Thread Dave Wood
Hi Just wondered if anyone has managed to compile net-tools? I had a go but got some make errors. Would apps like ifconfig even work in windows? Any other useful system/network tools about that have already been compiled or are known to compile ok? I've been googling a bit but haven't found muc

Re: Bash doesn't launch the applications directly.

2009-01-15 Thread Dave Steenburgh
On Thu, Jan 15, 2009 at 8:06 AM, Eric Blake wrote: > According to Lenik on 1/14/2009 5:59 PM: >> Hi, all >> >> I noticed that when bash launches a program, for example win32 >> notepad.exe or cygwin sleep, it in fact launches another bash which >> launches the final program, >> >> Any idea? > > Ye

Re: keycodes

2009-01-15 Thread Matt Wozniski
On Thu, Jan 15, 2009 at 1:05 AM, Andrew DeFaria wrote: > Andy Koppe wrote: >> Andrew DeFaria wrote: > > "\e[1;5A": history-search-backward > > "\e[1;5B": history-search-forward > > Perhaps I don't understand this 'bash' feature, but it doesn't seem to > work for me.

[ANNOUNCEMENT] Updated: stunnel 4.26

2009-01-15 Thread Andrew Schulman
A new version of stunnel is available in the Cygwin distribution: stunnel-4.26-1 for Cygwin 1.5 stunnel-4.26-2 for Cygwin 1.7 stunnel is a program that allows you to encrypt arbitrary TCP connections inside SSL (Secure Sockets Layer). stunnel can allow you to secure non-SSL aware daemons and prot

[ANNOUNCEMENT] Updated: lftp 3.7.6

2009-01-15 Thread Andrew Schulman
A new version of lftp is available in the Cygwin distribution: lftp-3.7.6-1 for Cygwin 1.5 lftp-3.7.6-2 for Cygwin 1.7 lftp is a sophisticated file transfer program and ftp/http client. It supports multiple network protocols, offers tab completion, command history, job control, and bookmarks, ca

Re: keycodes (was: Re: First Pass at mintty documentation; etc.)

2009-01-15 Thread Matt Wozniski
On Thu, Jan 15, 2009 at 12:24 AM, Andy Koppe wrote: > Speaking of history, does anyone know why xterm and rxvt diverged so much on > modifier keycodes and why the xterm codes ended up being six characters > long? Because rxvt failed to adhere to the relevant standards[1]. [1] http://www.ecma-inte

Re: First Pass at mintty documentation; etc.

2009-01-15 Thread Mark J. Reed
On Thu, Jan 15, 2009 at 1:02 AM, Andrew DeFaria wrote: > In my 25 years of working on such systems I can probably count on 2 fingers > the number of times such a situation has arose and what I did was Control-C > then Control-R again. Sure. I'm not disagreeing; I was more looking for a plausible

Re: Bash doesn't launch the applications directly.

2009-01-15 Thread Eric Blake
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 According to Lenik on 1/14/2009 5:59 PM: > Hi, all > > I noticed that when bash launches a program, for example win32 > notepad.exe or cygwin sleep, it in fact launches another bash which > launches the final program, > > Any idea? Yes. It's called

RE: Re: 1.5.25-14 cygwin on Windows Server2008 Intel64 does not run

2009-01-15 Thread Devor, Tevi
Hello Intel64 is the official name of what you refer to as Intel's x86-64. I am still having the same trouble installing cygwin on server2008 Intel64 systems. I did manage to get it installed and running on one of our 2008 Intel64 systems, but it fails on three others. I attach the setup.log fo

conflicting header files VendorSP.h and VendorP.h

2009-01-15 Thread Siegmar Gross
Hi, I have installed lam-7.1.4 and xmpi-2.2.3b8 on Cygwin-1.5.25. Everything worked without problems for gcc-3.4.4. I've had smaller problems with gcc-4.3.2 which I could solve as far as they were related to lam-mpi/xmpi. eiger lam-7.1.4 24 gcc-4 -v Using built-in specs. Target: i686-pc-cygwin Co