Re: sftp "connection closed"

2005-09-07 Thread Jean-Sebastien Trottier
Hi Jack, On Wed, Sep 07, 2005 at 03:57:59PM -0700, Jack Offerman wrote: > On 9/7/05, Larry Hall <[EMAIL PROTECTED]> wrote: > > At 12:33 PM 9/7/2005, you wrote: > > >When "ssh host" works but "sftp host" doesn't, where should I look? > > > > > >I appreciate your help. > > > > I guess you could try

Re: Is the Cygwin installation process likely to change significantly anytime soon?

2005-07-26 Thread Jean-Sebastien Trottier
On Tue, Jul 26, 2005 at 02:17:40PM +0100, Cliff Hones wrote: > Igor Pechtchanski wrote: > > On Tue, 26 Jul 2005, Cliff Hones wrote: > > > That said, the latest release version of setup.exe is encoded in setup.ini > > on any up-to-date mirror. Simply run your old copy, and it'll warn you if > > a

Ctrl-C not clearing input buffer

2005-07-21 Thread Jean-Sebastien Trottier
Hi guys, I have the habit of using 'tail -f /some/log' and pressing enter a couple times as a "visual" bookmark. When I'm done inspecting the file in question, I press Ctrl-C to kill tail... what I'm left with is literally hundreds of empty prompts caused by all the enters I pressed. If I do the

Re: Control and shift key timeouts

2005-04-10 Thread Jean-Sebastien Trottier
Seems to me like you have some accessibility options turned on in Windows... See "Accessibility Options" under Windows's "Control Panel". Hope this helps, Sebastien On Mon, Apr 11, 2005 at 03:34:30PM +1000, Luke Kendall wrote: > Hi > > Apologies for not mentioning this years ago, but ... > > I

Re: Spaces in Paths

2005-03-28 Thread Jean-Sebastien Trottier
On Mon, Mar 28, 2005 at 05:15:07PM +0100, zzapper wrote: > Hi, > > Mysql has now moved under c:/program files/ > > My backup bash script will run correctly if I use the follwing syntax > > /cygdrive/c/program\ files/mysql/MySQL\ Server\ 4.1/bin/mysqldump.exe $params > > However it doesn't work

Re: CSAgent warning with setup.exe

2005-03-05 Thread Jean-Sebastien Trottier
On Fri, Mar 04, 2005 at 05:52:46PM -, Max Bowsher wrote: > Will Parsons wrote: > >I have cygwin 1.5.13 installed on the my WinXP machine at work. The IT > >department apparently has recently installed Cisco Security Agent and now > >when I run setup.exe I get a warning message that setup.exe "

Re: Bug diff 2.8.7: Separate dir

2005-03-05 Thread Jean-Sebastien Trottier
On Sat, Mar 05, 2005 at 06:55:12PM -0800, Brian Dessent wrote: > Arend-Jan Westhoff wrote: > > > It also seems inconsequent if what you say is truely correct and what is > > intended that when I use my file 'a' from my original example and do the > > following: > > copy a b > > that then:

Re: GUI apps through ssh

2005-02-28 Thread Jean-Sebastien Trottier
On Mon, Feb 28, 2005 at 10:31:28AM -0600, Satish Balay wrote: > On Mon, 28 Feb 2005, Mike wrote: > > > On Mon, 28 Feb 2005, artem_ave might have said: > > > > > Hello, > > > > > > I have Win 2000 machine running Cygwin (with X Server) and i'm trying to > > > launch GUI apps from remote Solaris s

Re: Problem with 20050215 snapshot and ssh-agent forwarding

2005-02-18 Thread Jean-Sebastien Trottier
On Fri, Feb 18, 2005 at 01:41:14PM -0500, Christopher Faylor wrote: > On Fri, Feb 18, 2005 at 09:21:56AM -0800, David Rothenberger wrote: > >On 2/18/2005 6:30 AM, Jean-Sebastien Trottier wrote: > >>On Wed, Feb 16, 2005 at 11:23:03AM -0800, David Rothenberger wrote: > >>

Re: Problem with 20050215 snapshot and ssh-agent forwarding

2005-02-18 Thread Jean-Sebastien Trottier
On Fri, Feb 18, 2005 at 10:52:22AM -0500, Christopher Faylor wrote: > On Fri, Feb 18, 2005 at 09:30:35AM -0500, Jean-Sebastien Trottier wrote: > >On Wed, Feb 16, 2005 at 11:23:03AM -0800, David Rothenberger wrote: > >> I'm having a problem with the 20050215 snapshot (and th

Re: Problem with 20050215 snapshot and ssh-agent forwarding

2005-02-18 Thread Jean-Sebastien Trottier
On Wed, Feb 16, 2005 at 11:23:03AM -0800, David Rothenberger wrote: > I'm having a problem with the 20050215 snapshot (and the 20050131 as > well). My ssh-agent connection is not being forwarded by ssh. This is > working fine with the 20041119 snapshot. > > Here are the steps to reproduce the prob

Re: X11-only expectk

2004-12-24 Thread Jean-Sebastien Trottier
See inline... On Sat, Dec 25, 2004 at 07:00:33AM +0200, Vladimir Levijev wrote: > > Hello Sebastien, > > > Hi Ariel, > > > > If you can bare with me a couple days, I can provide you with the > > necessary patches to build a X11-only expectk... > > I'm really interested in these patches. I manag

Re: Interest in "native" Tcl/Tk/Expect/Itcl/... packages?

2004-12-18 Thread Jean-Sebastien Trottier
On Sat, Dec 18, 2004 at 04:25:29PM +0100, Ariel Burbaickij wrote: > I am highly interested in native tcl/tk and native expect/expectk > for cygwin, > I need it, for example, for android. As I have seen it, application > expectk.exe > was sucessfully built by Jean-Sebastien. So my question is whe

Re: tcl/tk X version

2004-12-11 Thread Jean-Sebastien Trottier
Hi Huidae, I'm actually working on a different solution... I'm trying to do a bit like rxvt such that if the DISPLAY environment variable is unset or is ":0" then the Win32 version of Tk is loaded; otherwise the X version is loaded. My goal, as far as Tk is concerned, is to make the build proces

Re: [INFO] Adding "cygwin here" to Windows Explorer

2004-09-27 Thread Jean-Sebastien Trottier
Hi guys, Just to add my 2 dimes, here's what I use: Registry: [HKEY_CLASSES_ROOT\Folder\shell\cygshell] @="Cygwin Shell Here" [HKEY_CLASSES_ROOT\Folder\shell\cygshell\command] @="c:\\cygwin\\usr\\x11r6\\bin\\run.exe /usr/bin/sh.exe /usr/local/bin/cygwin-shell-here \"%l\"" Add co