Re: Lost support for baud rate of 230400 after minor Cygwin upgrade

2007-02-16 Thread Corinna Vinschen
On Feb 16 10:27, David le Comte wrote: > Two days ago, I upgraded my Cygwin to extend my "admin" components so that > I could use cron. When I did this I found that a program I had previously > written to set a baudrate on a serial port to 230400bps is now failing, > whereas > before it was OK.

Re: fork vs. multithreaded CPU...

2007-02-16 Thread Corinna Vinschen
On Feb 16 00:26, Yaakov (Cygwin Ports) wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA256 > > ... and fork is losing, and it's driving me crazy. > > On my P4 550 (3.40GHz) with 1.5.23, .24, as well as current snapshot > (didn't have this computer before that), I always get fork errors, su

Re: Make open ssh work with PKA on a Windows 2003 server

2007-02-16 Thread Yohann Rebattu
Hello again, sorry to bother you, this this time, fallowing your instruction i could start ssh daemon, i did try id and it seems to run fine with password authentification, but as soon as i use the 'ssh-user-config' in order to use the PKA, i can't login anymore (actualy i can but i'm diconnected a

Re: strange bug in gettimeofday function

2007-02-16 Thread Robin Walker
--On 16 February 2007 04:12 +0300 Andrew Makhorin <[EMAIL PROTECTED]> wrote: double get_time(void) { struct timeval tv; gettimeofday(&tv, NULL); return (double)tv.tv_sec + 1e-6 * (double)tv.tv_usec; } I would be suspicious of floating-point rounding errors here for the original p

Re: strange bug in gettimeofday function

2007-02-16 Thread Andrew Makhorin
Thank you for your response. >> But then I would like to know why comparison of two floating-point >> numbers leads to different results: t0 is *exactly* the same as t1, >> nevertheless the condition t0 > t1 is true (sometimes). That is the >> question. > > The multiplier 1e-6 cannot be represent

Re: screen [ping cgf]

2007-02-16 Thread Christopher Faylor
On Thu, Feb 15, 2007 at 08:16:02PM -0500, Andrew Schulman wrote: >> >screen is an extremely useful program, that people have been asking for in >> >Cygwin for a long time. I'd be willing to package it, but when I floated >> >the idea a year ago or so, the feeling seemed to be that there were still

Re: strange bug in gettimeofday function

2007-02-16 Thread Lev Bishop
On 2/16/07, Andrew Makhorin wrote: Nevertheless, you agree that if t0 > t1 then t0 - t1 cannot be exact zero in *any* floating-point model, don't you? Even if optimization is used, the compiler must not arbitrarily change the precision of the same floating-point variable. The -ffloat-store com

[ANN] wxCocoaDialog v0.3

2007-02-16 Thread Alexander Stigsen
wxCocoaDialog v0.3 http://code.google.com/p/wxcocoadialog/ wxCocoaDialog is an multi-platform port of the CocoaDialog application for OS X, that allows the use of common GUI controls such as file selectors, text input, progress bars, yes/no confirmations and more with a command-line applicati

Re: screen [ping cgf]

2007-02-16 Thread Frank Fesevur
Andrew Schulman wrote: screen is an extremely useful program, that people have been asking for in Cygwin for a long time. I'd be willing to package it, but when I floated the idea a year ago or so, the feeling seemed to be that there were still too many bugs to make it useful. If people can liv

RE: strange bug in gettimeofday function

2007-02-16 Thread Dave Korn
On 16 February 2007 13:36, Andrew Makhorin wrote: > The irony is that I usually give the same standard explanation about > floating-point to people who do not understand that :) *Unfortunately*, > you are right, and the difference really appears because the second > value returned by get_time bei

Installation does not complain, but no vi

2007-02-16 Thread moka
Any ideas what could be wrong when you install cygwin and can even do startxwin to start an x-server, but you have no vi although you have cat, ls ,... etc? -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation

Re: screen

2007-02-16 Thread Andrew Schulman
> And, just in case you're wondering if I am going to volunteer to help you > track down problems - I'm not. So, maybe anyone who wants screen should > volunteer to help. No, that was not my intention. I was trying to be courteous. But that's a two-way street. Forget it, I won't bother next ti

[ANNOUNCEMENT] Updated Cygwin Package: fetchmail-6.3.6-1

2007-02-16 Thread Jason Tishler
New News: === I have updated the version of fetchmail to 6.3.6-1. The tarballs should be available on a Cygwin mirror near you shortly. The only change between this version and the previous one is the following: o update to version 6.3.6 If you are a Cygwin fetchmail user, then please

Re: screen [ping cgf]

2007-02-16 Thread Andrew Schulman
> Could you post a link to your latest build (and sources), so people can > test and comment on it. Sure: http://home.comcast.net/~andrex/cygwin/screen/setup.hint http://home.comcast.net/~andrex/cygwin/screen/screen-4.0.2-0test1.tar.bz2 http://home.comcast.net/~andrex/cygwin/screen/screen-4.0.2-

Vim with windows clipboard

2007-02-16 Thread Frodak Baksik
Hello, I was wondering if anyone could help test a patch that integrates vim with the windows clipboard. I.E enabling the +clipboard option and * register. This only applies when compiling vim to be used via console/rvxt, not when trying to use X (as it has its own clipboard manager). I've bee

Re: Installation does not complain, but no vi

2007-02-16 Thread DePriest, Jason R.
On 2/16/07, [EMAIL PROTECTED] wrote: Any ideas what could be wrong when you install cygwin and can even do startxwin to start an x-server, but you have no vi although you have cat, ls ,... etc? You didn't install the vim package? vi is not installed by default; you'll have to select it

Re: Make open ssh work with PKA on a Windows 2003 server

2007-02-16 Thread Larry Hall (Cygwin)
Again - Reformatted Yohann Rebattu wrote: Le jeudi 15 février 2007 à 14:00 -0500, Larry Hall (Cygwin) a écrit : - Reformatted Yohann Rebattu wrote: > thank you very much for answering me. > i don't trust the other

Re: screen

2007-02-16 Thread Christopher Faylor
On Fri, Feb 16, 2007 at 01:01:23PM -0500, Andrew Schulman wrote: >> And, just in case you're wondering if I am going to volunteer to help you >> track down problems - I'm not. So, maybe anyone who wants screen should >> volunteer to help. > >No, that was not my intention. I was trying to be court

Re: screen [ping cgf]

2007-02-16 Thread Frank Fesevur
At 16-2-2007 19:10, Andrew Schulman wrote: Could you post a link to your latest build (and sources), so people can test and comment on it. Sure: http://home.comcast.net/~andrex/cygwin/screen/setup.hint http://home.comcast.net/~andrex/cygwin/screen/screen-4.0.2-0test1.tar.bz2 http://home.comcas

Re: Using the snapshot 20070214

2007-02-16 Thread Angelo Graziosi
Corinna Vinschen wrote: > The figure shows up for me. Hi Corinna, WHICH version of TETEX-X11 (xdvi is there) have you installed ? The problem I described happens with tetex-x11-3.0.0-3[curr]. Reinstalling the [prev]tetex-x11-2.0.2-15, the figures show up also for me. So the conclusion shoul

problem installing cygwin+sshd

2007-02-16 Thread Michael
Hello, I'm trying to install cygwin+sshd on a WinXPPro-machine, but get an error, when starting the service. It would be great, if someone is able to help me find a hint for a solution for this problem! Here a summary what I did: - logged in with domain-user with local admin privileges - install

Re: problem installing cygwin+sshd

2007-02-16 Thread René Berber
Michael wrote: > I'm trying to install cygwin+sshd on a WinXPPro-machine, but get an > error, when starting the service. [snip] > no /var/log/ssh* files (???) Normal if it didn't run. > ls -l /etc/ssh* > -rwxr-x--- 1 SYSTEM mkgroup-l-d 1418 Feb 15 03:02 ssh_config > -rw--- 1 SYSTEM mkgroup-

Oracle 10g sqlplus takes 6 quits or exits when run from cygwin

2007-02-16 Thread Jason Thurston
Hi, I just installed cygwin and I just installed oracle 10g on my Windows XP computer.If I run sqlplus to connect to oracle 10G through a tns connection then when I want to exit I have to type "quit" 6 times in a row and then it will exit sqlplus. Oddly if I run sqlplus and do not go through