Re: Installer Progress Reporting

2013-02-22 Thread Steve Thompson
On Fri, 22 Feb 2013, da...@daryllee.com wrote: Okay, one update, then I'm getting on with my life. Somewhere around 300% the sign changed, the gui progress bar cleared (no doubt related to the -300%), the magnitude peaked around 360 and is now working its way back down. I see exactly the sam

Re: localtime

2011-06-15 Thread Steve Thompson
On Wed, 15 Jun 2011, Tod wrote: I'm passing a 128 byte char array. I allocated it to provide enough room for the date/time stamp this function is returning. strlen(tout) will resolve to the length of the tout string. You said above that I shouldn't be using strlen(tout) and instead I should

Re: Windows 7 and file ownership

2011-01-01 Thread Steve Thompson
On Sat, 1 Jan 2011, Steve Thompson wrote: On Win7, a "DIR /Q" on a mapped share similarly shows an owner of "BUILTIN\Administrators", but a "stat" or a "ls -ln" in a cygwin bash shell always shows a uid of 544 and a gid of 545, _no matter who_ the logg

Windows 7 and file ownership

2011-01-01 Thread Steve Thompson
Please forgive the cross-post; I'm not sure where this issue lies. Samba 3.5.1, CentOS 5.5 x86_64 PDC with Win2K, WinXP, Win2003 and Win7 32-bit domain members, tdbsam backend. Cygwin 1.7.7. All basic functionality seems to be fine, except... On Win2K, WinXP and Win2003, a "DIR /Q" on a mappe

Re: Win7 64bit, why so slow?

2010-10-19 Thread Steve Thompson
On Tue, 19 Oct 2010, Gerrit P. Haase wrote: anyone can tell me how long it lasts to build xmlroff on Linux? On my CentOS 5.5 system, x86_64 dual quad cores at 2.33 GHz, SATA, it takes: configure 11 seconds elapsed make -j488 seconds elapsed (248 sec CPU) for x

Re: missing dependency in setup.ini

2010-06-15 Thread Steve Thompson
On Wed, 16 Jun 2010, Angelo Graziosi wrote: Christopher Faylor wrote: You weren't, by any chance, experimenting with a cat in a box and some quantum particles were you? Still the Schrödinger's cat in action... ;-) Wanted. Dead or Alive. -s -- Problem reports: http://cygwin.com/proble

Re: MVFS results

2009-07-17 Thread Steve Thompson
On Fri, 17 Jul 2009, Dave Korn wrote: I wanted to "save" one, I did that by leaving the power on indefinitely ... You had power? Luxury! I had to keep pedaling the bicycle! -s -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentatio

Re: PING: Deprecation of -mno-cygwin.

2009-03-23 Thread Steve Thompson
On Mon, 23 Mar 2009, Dave Korn wrote: It's a bit of a kludge compared to having a real honest-to-god cross-compiler. It's never worked entirely right in terms of keeping cygwin and mingw headers and libs completely separate. A full-blown mingw cross-compiler won't cost that much in terms of d

Re: PING: Deprecation of -mno-cygwin.

2009-03-23 Thread Steve Thompson
uOn Mon, 23 Mar 2009, Yaakov (Cygwin/X) wrote: Please, NO! -mno-cygwin needs to go away already. Why? -Steve -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ:

Re: SIGPOLL and named pipes

2008-08-24 Thread Steve Thompson
Steve Steve Thompson E-mail: smt AT vgersoft DOT com Voyager Software LLC Web: http://www DOT vgersoft DOT com 39 Smugglers Path VSW Support: support AT vgersoft DOT com Ithaca, NY 14850 "186,300 miles per second

Re: Cygwin1.DLL soon to be Windows Vista only

2007-04-01 Thread Steve Thompson
On Sun, 1 Apr 2007, Christopher Faylor wrote: After some intense discussion with Corinna, we've decided that we will soon be removing all support for any version of Windows other than Windows Vista 64. [..] YJM! -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem report

Re: 'uptime' command producing incorrect uptime

2005-12-12 Thread Steve Thompson
On Mon, 12 Dec 2005, Corinna Vinschen wrote: > On Dec 10 17:50, Steve Thompson wrote: > > It also appears to > > be wrong for uniprocessor hosts that have been up for more than 49.7 days > > because of the 32-bit value returned by GetTickCount(); my own system > > re

Re: 'uptime' command producing incorrect uptime

2005-12-10 Thread Steve Thompson
On Sat, 10 Dec 2005, Jack wrote: > It appears to me that the uptime command is not producing the correct > uptime and, in fact, is running twice as fast as it should be. > [...] I've noticed a similar effect recently, and looked in the sources. If you take a look at the algorithm used by cygwin (

Re: pthreads and sockets - Cannot register window class error

2004-05-05 Thread Steve Thompson
On Wed, 5 May 2004, Brian Ford wrote: > On Wed, 5 May 2004, Steve Thompson wrote: > > > On Wed, 5 May 2004, Christopher Faylor wrote: > > > > > Unless HOST is a numeric IP address, gethostbyname should be properly > > > reentrant. The only time gethostbyn

Re: pthreads and sockets - Cannot register window class error

2004-05-05 Thread Steve Thompson
On Wed, 5 May 2004, Christopher Faylor wrote: > On Wed, May 05, 2004 at 05:38:35AM -0700, Brian Dessent wrote: > >Jacek Trzmiel wrote: > > > >> void test() > >> { > >> /* go find out about the desired host machine */ > >> struct hostent *he = gethostbyname(HOST); > >> if (he == 0) { >

Re: 2.5.5-1 rsync hangs

2002-10-07 Thread Steve Thompson
On Tue, 24 Sep 2002, Anthony Heading wrote: > On Mon, Sep 23, 2002 at 01:06:22PM -0700, Sudheer Tumuluru wrote: > > > > I am having the same problem with rsync 2.5.5-1. I am > > trying to rsync a couple of short text files between a linux server and > > Win2k Professional boxes with cygwin.