Download discrepencies

2003-12-05 Thread Vinod Gupta
I tried to download cygwin, using setup.exe version 2.416, chosing "default" for all packages except "install" for XFree86. Tried 3 different mirrors and all gave me me different number of packages and MBytes downloaded, like: ufl.edu 122 files 88.8 MB rcn.net 120 files 81.1 MB anl.go

Re: Download discrepencies

2003-12-05 Thread Vinod Gupta
Christopher Faylor wrote: On Fri, Dec 05, 2003 at 09:00:24AM -0500, Vinod Gupta wrote: I tried to download cygwin, using setup.exe version 2.416, chosing "default" for all packages except "install" for XFree86. Tried 3 different mirrors and all gave me me different nu

Minimal set for XFree86

2003-12-12 Thread Vinod Gupta
What is the minimal set of packages I need to download for running XFree86 X-server? Vinod. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://c

Re: Speeding up Cygwin deployment

2006-09-24 Thread Vinod Gupta
Yes. You're better off setting up a package server. See: From this you can control the packages installed but can use 'setup.exe' to install, which understands how to unpack packages, symlinks, and run postinstall scripts. Also, you'

Re: Speeding up Cygwin deployment

2006-09-25 Thread Vinod Gupta
>> C:\cygwin\usr\share\man\man1\allec.1 >> C:\cygwin\usr\X11R6\lib\X11\doc\html\atobm.1.html I don't have a system against which to check this conjecture, but if you do a DOS attrib on each of these files my guess is that the first is created as a +R symlink and the second as a +S symlink*; and

Re: Speeding up Cygwin deployment

2006-09-25 Thread Vinod Gupta
On 9/25/2006 9:03 AM, Vinod Gupta wrote: >> C:\cygwin\usr\share\man\man1\allec.1 >> C:\cygwin\usr\X11R6\lib\X11\doc\html\atobm.1.html [...] I am wondering: Why would they set these html files as System files? Why info-zip (or probably any DOS app) can't restore them?? Why

Re: Un-attended install ALL

2006-10-02 Thread Vinod Gupta
Vinod K Gupta wrote: We have a local mirror of selected packages from which we install cygwin on user machines. When we perform un-attended installation using setup.exe -q -L -l -R... the installer installs only the Base packages. How can we tell setup to install ALL available packages? Lary

Re: Un-attended install ALL

2006-10-03 Thread Vinod Gupta
Vinod Gupta wrote: Vinod K Gupta wrote: We have a local mirror of selected packages from which we install cygwin on user machines. When we perform un-attended installation using setup.exe -q -L -l -R... the installer installs

Re: Un-attended install ALL

2006-10-03 Thread Vinod Gupta
On 10/3/2006 10:28 PM, Igor Peshansky wrote: On Tue, 3 Oct 2006, Vinod Gupta wrote: Vinod Gupta wrote: Vinod K Gupta wrote: We have a local mirror of selected packages from which we install cygwin on user machines. When we perform un-attended

Re: Un-attended install ALL

2006-10-04 Thread Vinod Gupta
All this pain, just because some one did not include "--InstallAll" option to setup.exe?? As the saying goes, . Of course, you can always look to see if any of your issues with 'setup.exe' are addressed by a snapshot

Re: Un-attended install ALL

2006-10-04 Thread Vinod Gupta
The local packages folder has two mirrors - the main (http%3a%2f.../) and mymirror/ (which has only this empty allpackage). How do I tell setup.exe to look inside BOTH mirrors? Type in the name of your mirror site when you are asked for the mirrors you wish to use. I am installing from "loc

Re: Un-attended install ALL

2006-10-04 Thread Vinod Gupta
On 2006-10-04 11:55, Igor Peshansky wrote: On Wed, 4 Oct 2006, Vinod Gupta wrote: All this pain, just because some one did not include "--InstallAll" option to setup.exe?? As the saying goes, <http://cygwin.com/acronyms/#PTC>. Of course, you can always look to se

Cygwin speed

2007-03-02 Thread Vinod Gupta
I ran the following loop under bash on three different machines: i=100 while [ $i -gt 0 ]; do j=$(((i/3+i*3)**3)) i=$((i-1)) done Here is how long it took: CPU OSTime (secs) --- -- P4/3.2GHz Linux RHEL4 41 Core Duo

Escape sequences are not interpreted

2007-03-15 Thread Vinod Gupta
When I look at a man page in a bash window under cygwin, I see that video escape sequences are not interpreted. My TERM is set to "xterm" in an xterm window and "cygwin" in a DOS window. LANG variables are set to en_US. As an example, here are a few lines from the screen dump of "man cygwin"

Re: Escape sequences are not interpreted

2007-03-16 Thread Vinod Gupta
On 2007-03-15 23:46, Igor Peshansky wrote: On Thu, 15 Mar 2007, Vinod Gupta wrote: When I look at a man page in a bash window under cygwin, I see that video escape sequences are not interpreted. My TERM is set to "xterm" in an xterm window and "cygwin" in a DOS window

Cygwin problems under Vista

2008-03-20 Thread Vinod Gupta
I see that quite a few people have experienced problems running cygwin and applications like XFree86 server under Windows Vista. We have been using Cygwin under XP for may years and would love to continue using it under Vista. I will appreciate suggestions to the following questions: 1) Some p

ls -lR too slow

2009-03-19 Thread Vinod Gupta
I have a shared folder on my desktop which I have mapped as Z: drive on my laptop. Both machines are running Vista+SP1. My laptop has a recent version of Cygwin. When I do "ls -lR /cygdrive/z" it takes very long. There are only about 700 files on Z: totalling only 100 MB. When I monitor network

Re: ls -lR too slow

2009-03-19 Thread Vinod Gupta
Dave Korn wrote: Vinod Gupta wrote: When I do "ls -lR /cygdrive/z" it takes very long. There are only about 700 files on Z: totalling only 100 MB. When I monitor network counters on laptop, I see that a whopping 90 MB were downloaded for a payload (file list) of only 60 KB. Out of cu

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 problems under Vista

2008-03-31 Thread Vinod Gupta
So, I guess every one in Cygwin community is happily running Cygwin and Cygwin-X under Windows Vista. That is a great news! It seems only I missed the train :-( Vinod On 2008-03-20 15:50, Vinod Gupta wrote: I see that quite a few people have experienced problems running cygwin and