RE: Testers for new ssh-*-config scripts wanted!

2003-10-31 Thread Philippe Torche
Script ssh-host-config works for me, but when I've entered the CYGWIN env var, I've do a error and type "ntser", then backspace and then the correct "c" caracters. Thus CYGWIN key in the registry has now "ntser\x08c" instead of "ntsec"! This is caused by the read command! Thanks. PS Wait for a "W

RE: Testers for new ssh-*-config scripts wanted!

2003-10-31 Thread Philippe Torche
gt; > On Fri, Oct 31, 2003 at 09:55:04AM +0100, Philippe Torche wrote: > > Script ssh-host-config works for me, but when I've entered > the CYGWIN > > env var, I've do a error and type "ntser", then backspace > and then the > > correct "c" c

RE: Bash in interactive mode receive unexpected ^D

2003-10-31 Thread Philippe Torche
Not interesting somebody ? Alone with this bug ? Have a nice week-end, Philippe. > -Message d'origine- > De : [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > De la part de Philippe Torche > Envoyé : jeudi, 30. octobre 2003 12:30 > À : [EMAIL PROTECTED] > Objet : B

RE: Testers for new ssh-*-config scripts wanted!

2003-11-03 Thread Philippe Torche
> De : [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > De la part de Corinna Vinschen > Envoyé : vendredi, 31. octobre 2003 18:24 > À : [EMAIL PROTECTED] > Objet : Re: Testers for new ssh-*-config scripts wanted! > > On Fri, Oct 31, 2003 at 05:07:18PM +0100, Philippe Torche wr

RE: Take 2: Testers for new ssh-*-config scripts wanted!

2003-11-03 Thread Philippe Torche
Hi, 1. Line 488 (you will hate me !?) : read _cygwin --->>> read -e _cygwin 2. If password complexity is enabled (yes per default) use a more complex password : length of 7 min (max 14 to avoid some warning about W2K), lower case and upper case letters. Good work, Philippe. > -Message d'orig

Forks/spawn test using ~latest~ CVS source 20031217 10:00AM (GMT+1)

2003-12-18 Thread Philippe Torche
I've tested the CVS source 20031217 10:00AM (GMT+1) to see if fork/spawn works on Multi CPU (4 Xeon) with Windows 2003 Server (see old message about it in the mailing list). Unfortunatly It doesn't ! Below a test script, use it by running run_t.sh. After some time (< 1 minute) one or more of th

Re: Forks/spawn test using ~latest~ CVS source 20031217 10:00AM (GMT+1)

2003-12-18 Thread Philippe Torche
Christopher Faylor wrote: On Fri, Dec 19, 2003 at 12:04:02AM +0100, Philippe Torche wrote: I've tested the CVS source 20031217 10:00AM (GMT+1) to see if fork/spawn works on Multi CPU (4 Xeon) with Windows 2003 Server (see old message about it in the mailing list). Unfortunatly It do

Re: Forks/spawn test using ~latest~ CVS source 20031217 10:00AM (GMT+1)

2003-12-18 Thread Philippe Torche
Christopher Faylor wrote: On Fri, Dec 19, 2003 at 12:32:10AM +0100, Philippe Torche wrote: Sorry, but why would your urgency have any bearing on a community, volunteer project? Sorry too, We have been surprised by our first test on a multi CPU engine, after one year of development without big

Re: Forks/spawn test using ~latest~ CVS source 20031217 10:00AM (GMT+1)

2003-12-18 Thread Philippe Torche
Yitzchak Scott-Thoennes wrote: On Thu, Dec 18, 2003 at 06:09:54PM -0500, Christopher Faylor <[EMAIL PROTECTED]> wrote: On Fri, Dec 19, 2003 at 12:04:02AM +0100, Philippe Torche wrote: I've tested the CVS source 20031217 10:00AM (GMT+1) to see if fork/spawn works on Multi CPU (4

Re: Please try the latest snapshot -- it is close to cygwin 1.5.6

2003-12-26 Thread Philippe Torche
Christopher Faylor wrote: The subject says it all. I'm hoping to release cygwin 1.5.6 shortly after Christmas. cgf I've tested it (CVS version 12:35 GMT + 1) on our 4 Xeon on W2003S and unfortunately my previous test case (run_t.sh and t.sh) always fails. The test suite runs soon happily (exce

Re: Please try the latest snapshot -- it is close to cygwin 1.5.6

2003-12-27 Thread Philippe Torche
Christopher Faylor wrote: On Fri, Dec 26, 2003 at 05:37:36PM +0100, Philippe Torche wrote: Christopher Faylor wrote: The subject says it all. I'm hoping to release cygwin 1.5.6 shortly after Christmas. I've tested it (CVS version 12:35 GMT + 1) on our 4 Xeon on W2003S and unfort

Latest CVS (2004-01-18 13:00 GMT+1) launch from windows

2004-01-18 Thread Philippe Torche
I'm running the attached sh script from WinXP "Scheduled Tasks" and see that curl launch defunct sh (or bash if used instead of sh). curl can be replace by : ls, ... to see the same problem. Command in the task sheduler (Same effect from the run program dialog) : D:\cygwin\bin\bash.exe -c "/cygd

Re: snapshot now == 1.5.7 soon, please try

2004-01-20 Thread Philippe Torche
Christopher Faylor wrote: The current cygwin snapshot has fixes for: 1) missing cygserver 2) bash hang 3) vim SEGV If anyone has reported any other problems then please try the snapshot and see if they still exist. 2 and 3 above are particularly nasty bugs which could cause a lot of other myst

Re: snapshot now == 1.5.7 soon, please try

2004-01-21 Thread Philippe Torche
Christopher Faylor wrote: The current cygwin snapshot has fixes for: 1) missing cygserver 2) bash hang 3) vim SEGV If anyone has reported any other problems then please try the snapshot and see if they still exist. 2 and 3 above are particularly nasty bugs which could cause a lot of other myst

Re: snapshot now == 1.5.7 soon, please try

2004-01-22 Thread Philippe Torche
Christopher Faylor wrote: On Wed, Jan 21, 2004 at 10:05:21AM -0500, Christopher Faylor wrote: On Wed, Jan 21, 2004 at 10:03:24AM -0500, Christopher Faylor wrote: On Wed, Jan 21, 2004 at 02:08:00PM +0100, Philippe Torche wrote: Christopher Faylor wrote: The current cygwin snapshot has fixes for

RE : Mostly reproducible rsync hangs

2003-08-21 Thread Philippe Torche
I've discovered approximately the same problem, and with scp also. Sometimes my transfert is stopped and stay there until I kill the server or the client. But I've not certified that is then the file is big. Sometimes I've arrived to freeze the transfert simply by typing some caracters when the tra

RE : Mostly reproducible rsync hangs

2003-08-22 Thread Philippe Torche
Some news for this (big for me) problem ? -Message d'origine- De : [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] De la part de Philippe Torche Envoyé : jeudi, 21. août 2003 09:38 À : [EMAIL PROTECTED] Objet : RE : Mostly reproducible rsync hangs I've discovered approximatel

tee core dumped

2003-08-27 Thread Philippe Torche
I found a problem with tee (probably), please try this sample code below. I've found the same problem with other tools like gawk, ... echo '#!/usr/bin/bash sleep 10 > /dev/null 2>&1 & transfert_job=$! echo LINENO=$LINENO procps -p $transfert_job -o 'pid,ppid' echo LINENO=$LINENO ' > test.sh chmod

RE : tee core dumped

2003-08-29 Thread Philippe Torche
No body arrived to reproduce this ? Actually I can produce this sometimes using isql from MS, gawk, ... It's for me a very big problem ! Please help me ! -Message d'origine- De : [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] De la part de Philippe Torche Envoyé : mercredi, 27. ao

RE : Postinstall script error

2003-09-03 Thread Philippe Torche
Probably your the cygwin1.dll was not unloaded when you've done the setup. Remark : don't forget to stop cygwin services (sshd, ...) > -Message d'origine- > De : [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > De la part de Tomasz Rojek > Envoyé : mercredi, 3. septembre 2003 10:33 > À : [EM

RE : tee core dumped

2003-09-05 Thread Philippe Torche
L PROTECTED] > Objet : Re: tee core dumped > > > On Fri, Aug 29, 2003 at 12:11:43PM +0200, Philippe Torche wrote: > >No body arrived to reproduce this ? > >Actually I can produce this sometimes using isql from MS, gawk, ... > >It's for me a very big probl

Bash in interactive mode receive unexpected ^D

2003-10-30 Thread Philippe Torche
I use "Remote Desktop Connection" from my Windows XP station on my "Windows Server 2003", and start a bash shell. After Minimizing my "Remote Desktop Connection" and restore it, sometimes my bash shell receive multiple ^D (Ctrl-D) when I active it and press a key, so closing it! Other situation pro