Re: EXTERNAL: Re: Cygwin too slow while installing and working

2011-10-02 Thread João Moreira
2011/9/21 João Moreira: > On Wed, Sep 21, 2011 at 2:04 PM, jan.kolar wrote: >> >> What about the timing and output of the following: >> >> strace  bash --noprofile -norc -c /bin/echo >> > > timing: > real    0m9.988s > user    0m2.371s > sys     0m0.031s > > output: see attached txt > > > Joao > S

Re: EXTERNAL: Re: Cygwin too slow while installing and working

2011-09-21 Thread jan.kolar
message in context: http://old.nabble.com/Cygwin-too-slow-while-installing-and-working-tp32453954p32503746.html Sent from the Cygwin list mailing list archive at Nabble.com. -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation:

Re: EXTERNAL: Re: Cygwin too slow while installing and working

2011-09-20 Thread João Moreira
On Wed, Sep 14, 2011 at 7:40 PM, Larry Hall (Cygwin) wrote: > > On 9/14/2011 2:22 PM, João Moreira wrote: >> >> I checked the BLODA list again and I only had Avira installed. >> Could it have something to do with a windows update? I keep my OS updated. > > No, but you're on the right track in think

Re: EXTERNAL: Re: Cygwin too slow while installing and working

2011-09-14 Thread Larry Hall (Cygwin)
On 9/14/2011 2:22 PM, João Moreira wrote: I checked the BLODA list again and I only had Avira installed. Could it have something to do with a windows update? I keep my OS updated. No, but you're on the right track in thinking beyond the BLODA list. That's a list apps known to cause problems.

Re: EXTERNAL: Re: Cygwin too slow while installing and working

2011-09-14 Thread João Moreira
On Wed, Sep 14, 2011 at 4:16 AM, Larry Hall (Cygwin) wrote: > > On 9/13/2011 6:53 AM, João Moreira wrote: >> >> On Tue, Sep 13, 2011 at 11:29 AM, Marco atzeri wrote: >>> >>> On 9/13/2011 12:00 PM, Damon Register wrote: On 9/13/2011 5:15 AM, Marco atzeri wrote: > > On 9/13/2011 10:

Re: EXTERNAL: Re: Cygwin too slow while installing and working

2011-09-13 Thread Larry Hall (Cygwin)
On 9/13/2011 6:53 AM, João Moreira wrote: On Tue, Sep 13, 2011 at 11:29 AM, Marco atzeri wrote: On 9/13/2011 12:00 PM, Damon Register wrote: On 9/13/2011 5:15 AM, Marco atzeri wrote: On 9/13/2011 10:26 AM, João Moreira wrote: Tried installing to a directory with no whitespaces (C:\) but go

Re: EXTERNAL: Re: Cygwin too slow while installing and working

2011-09-13 Thread João Moreira
On Tue, Sep 13, 2011 at 11:29 AM, Marco atzeri wrote: > On 9/13/2011 12:00 PM, Damon Register wrote: >> >> On 9/13/2011 5:15 AM, Marco atzeri wrote: >>> >>> On 9/13/2011 10:26 AM, João Moreira wrote: Tried installing to a directory with no whitespaces (C:\) but got the same results.

Re: EXTERNAL: Re: Cygwin too slow while installing and working

2011-09-13 Thread Marco atzeri
On 9/13/2011 12:00 PM, Damon Register wrote: On 9/13/2011 5:15 AM, Marco atzeri wrote: On 9/13/2011 10:26 AM, João Moreira wrote: Tried installing to a directory with no whitespaces (C:\) but got the same results. try a path without space C:\Program Files (x86)\Cygwin like c:\cygwin Did I

Re: EXTERNAL: Re: Cygwin too slow while installing and working

2011-09-13 Thread Damon Register
On 9/13/2011 5:15 AM, Marco atzeri wrote: On 9/13/2011 10:26 AM, João Moreira wrote: Tried installing to a directory with no whitespaces (C:\) but got the same results. try a path without space C:\Program Files (x86)\Cygwin like c:\cygwin Did I miss something here? I thought João's post j

Re: Cygwin too slow while installing and working

2011-09-13 Thread Marco atzeri
On 9/13/2011 10:26 AM, João Moreira wrote: Hello everyone, yesterday I started noticing some slowness in mintty. I was just compiling some C++ code to run outside cygwin (with -mno-cygwin) in windows. It didn't work at the time because I forgot to link some libraries. But anyway, I gave up then b

Cygwin too slow while installing and working

2011-09-13 Thread João Moreira
Hello everyone, yesterday I started noticing some slowness in mintty. I was just compiling some C++ code to run outside cygwin (with -mno-cygwin) in windows. It didn't work at the time because I forgot to link some libraries. But anyway, I gave up then but when I latter restarted mintty it took a l

RE: rsync under cygwin too slow

2009-03-23 Thread Sam Liddicott
t the checksums. Disabling checksums and using timestamps can help but is much less certain. Better to use rsyncover ssh. Sam -Original Message- From: KHMan Sent: Tuesday, March 24, 2009 3:16 AM To: cygwin@cygwin.com Subject: Re: rsync under cygwin too slow Alfred von Campe wrote: >

Re: rsync under cygwin too slow

2009-03-23 Thread KHMan
Alfred von Campe wrote: rsync -rtuplg --stats --verbose --progress --modify-window=2 /cygdrive/c/localfolder /cygdrive/z/backups/ ... ... The local and remote folders were already synchronized, that is why 0 files were transferred. File list generation did take only 3 minutes but the whole pro

Re: rsync under cygwin too slow

2009-03-23 Thread KHMan
Alfred von Campe wrote: rsync -rtuplg --stats --verbose --progress --modify-window=2 /cygdrive/c/localfolder /cygdrive/z/backups/ ... ... The local and remote folders were already synchronized, that is why 0 files were transferred. File list generation did take only 3 minutes but the whole pro

Re: rsync under cygwin too slow

2009-03-23 Thread Alfred von Campe
rsync -rtuplg --stats --verbose --progress --modify-window=2 / cygdrive/c/localfolder /cygdrive/z/backups/ ... ... The local and remote folders were already synchronized, that is why 0 files were transferred. File list generation did take only 3 minutes but the whole process took more than 1.

rsync under cygwin too slow

2009-03-23 Thread Vinod Gupta
Further to my earlier thread (Re: ls -lR too slow) which seems to have died, I tried backing up my laptop to smbshared folder on desktop using rsync. Both machines are running Vista+SP1 and on gigabit LAN sitting next to each other. The following statistics displayed by rsync is completely misl

RE: cygwin too slow

2003-11-13 Thread koorapati, koundinya
EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Shankar Unni Sent: Wednesday, November 12, 2003 11:52 PM To: [EMAIL PROTECTED] Subject: Re: cygwin too slow koorapati, koundinya wrote: > In strace I'm not able to see > which system call is eating up so much time as when I start a p

Re: cygwin too slow

2003-11-12 Thread Shankar Unni
koorapati, koundinya wrote: > In strace I'm not able to see > which system call is eating up so much time as when I start a program say > 'ls' with strace, I see nothing and only as ls begins to run after getting > loaded, strace throws it's output. He's sort of right in that often, there's a mys

RE: cygwin too slow

2003-11-12 Thread Brian Ford
On Wed, 12 Nov 2003, koorapati, koundinya wrote: > I restricted my path to just /usr/local/bin:/usr/bin:/usr/X11R6/bin , but > still there's been no change in slowness that I see with every command. Here > we are given a customized Windows O.S for the company I work, by Dell > (Windows 2000 Pro).

RE: cygwin too slow

2003-11-12 Thread kevin.lawton
Kevin. -Original Message- From: koorapati, koundinya [mailto:[EMAIL PROTECTED] Sent: 12 November 2003 12:03 To: Lawton,K,Kevin,XJH3C C; [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: RE: cygwin too slow Hi Kevin, From what I see in ths system information: this is a MS Win 2000 machine reg

RE: cygwin too slow

2003-11-12 Thread koorapati, koundinya
into your other points, but in the meantime thought just provide this info too. Koundinya -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Wednesday, November 12, 2003 5:22 PM To: [EMAIL PROTECTED]; [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: RE: cygwin too slo

RE: cygwin too slow

2003-11-12 Thread kevin.lawton
inya [mailto:[EMAIL PROTECTED] Sent: 12 November 2003 11:30 To: Brian Ford Cc: [EMAIL PROTECTED] Subject: RE: cygwin too slow I restricted my path to just /usr/local/bin:/usr/bin:/usr/X11R6/bin , but still there's been no change in slowness that I see with every command. Here we are given a

RE: cygwin too slow

2003-11-12 Thread koorapati, koundinya
tools on windows could be used for troubleshooting as this is my first close encounter with MS Windows :) Koundinya -Original Message- From: Brian Ford [mailto:[EMAIL PROTECTED] Sent: Tuesday, November 11, 2003 10:37 PM To: koorapati, koundinya Cc: [EMAIL PROTECTED] Subject: Re: cy

Re: cygwin too slow

2003-11-11 Thread Brian Ford
On Tue, 11 Nov 2003, koorapati, koundinya wrote: > But simple commands like ls take this time > > $ time ls -l > total 23 > drwxr-xr-x1 kkoorapa mkgroup-0 Nov 11 17:50 Mail > -rw-r--r--1 kkoorapa mkgroup- 39 Nov 10 17:42 t.c > -rwxr-xr-x1 kkoorapa mkgroup-11224 Nov 10

Re: cygwin too slow

2003-11-11 Thread Rolf Campbell
http://cygwin.com/problems.html koorapati, koundinya wrote: Hey Cygwin users, After using UNIX desktops for nearly seven years now, I'm forced to use a windows desktop. Since I knew a thing like cygwin existed, I installed the complete set of packages and I was thrilled. But simple commands l

cygwin too slow

2003-11-11 Thread koorapati, koundinya
Hey Cygwin users, After using UNIX desktops for nearly seven years now, I'm forced to use a windows desktop. Since I knew a thing like cygwin existed, I installed the complete set of packages and I was thrilled. But simple commands like ls take this time $ time ls -l total 23 drwxr-xr-x1