Re: does usleep() sleep more than it's supposed to?

2007-02-26 Thread Jason Thurston
I believe it is only guaranteed to sleep for at least the number of microseconds specified. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ:

Re: /dev/null timing and clock skew problems

2007-02-26 Thread Corinna Vinschen
On Feb 25 23:04, Aaron Gray wrote: I am doing make based builds on Cygwin and am getting following warning messages multiple times in stdout :- make[2]: Warning: File `/dev/null' has modification time 0.0096 s in the future make[2]: warning: Clock skew detected. Your

Re: does usleep() sleep more than it's supposed to?

2007-02-26 Thread Corinna Vinschen
On Feb 26 15:57, Carlo Florendo wrote: I'm writing an application that requires time precisions up to the microsecond level. Though I love the idea to use Cygwin for everything, including stuff like simulating the universe bit-accurate in realtime, it might be a teeny bit daring to expect

help me resolving this problem

2007-02-26 Thread nordine
nordine wrote: hello I want to compil my Gulp program under cygwin, and I got this error message: /bin///ld: cannot find -lf95 make[1]: *** [gulp_] Error 1 make[1]: Leaving directory `/cygdrive/c/gulpsource/src/{os}' mv: cannot stat `gulp': No such file or directory make: *** [gulp] Error 1

Re: a2x: I/O error : Attempt to load network entity http://docbook.sourceforge.net/release/xsl/current/xhtml/docbook.xsl

2007-02-26 Thread Morten Kjarulff
Hi, Here you are. /Morten (See attached file: cygcheck.out) cygcheck.out Description: Binary data -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ:

Interesting issue concerning the building of VNC for Cygwin

2007-02-26 Thread Gregg Levine
Hello! Here's one for all of us to consider: rm -f libtx.a ar cq libtx.a TXWindow.o TXScrollbar.o TXViewport.o TXImage.o TXMenu.o ranlib libtx.a make[1]: Leaving directory `/usr/src/vnc-4_1_2-unixsrc/unix/tx' make[1]: Entering directory `/usr/src/vnc-4_1_2-unixsrc/unix/vncviewer' c++

Re: compilation problem

2007-02-26 Thread Larry Hall (Cygwin)
nordine wrote: nordine wrote: hello I want to compil my Gulp program under cygwin, and I got this error message: /bin///ld: cannot find -lf95 make[1]: *** [gulp_] Error 1 make[1]: Leaving directory `/cygdrive/c/gulpsource/src/{os}' mv: cannot stat `gulp': No such file or directory make: ***

Re: help me resolving this problem

2007-02-26 Thread Larry Hall (Cygwin)
nordine wrote: nordine wrote: hello I want to compil my Gulp program under cygwin, and I got this error message: /bin///ld: cannot find -lf95 make[1]: *** [gulp_] Error 1 make[1]: Leaving directory `/cygdrive/c/gulpsource/src/{os}' mv: cannot stat `gulp': No such file or directory make: ***

Re: a2x: I/O error : Attempt to load network entity http://docbook.sourceforge.net/release/xsl/current/xhtml/docbook.xsl

2007-02-26 Thread Eric Blake
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 According to Morten Kjarulff on 2/26/2007 4:25 AM: Hi, Here you are. Some context of your original problem would have been nice. So I dug up your original mail: I/O error : Attempt to load network entity http://docbook.sourceforge.net/releas

--enable-auto-image-base for ruby

2007-02-26 Thread Alexander Stigsen
Hi, This is mostly a question for the ruby maintainer (Corinna?). Would it be possible to update the ruby package to compile with the --enable-auto-image-base flag, so we can avoid rebase problems? I can supply a patch if needed. Best Regards, Alexander Stigsen -- Unsubscribe info:

Need Help Plz, Warnings Configure openoffice build under cygwin

2007-02-26 Thread Zaki
Hi all, I'm new to openoffice, i lanched ./Configure under cygwin, i have warnings : Internal freetype2 does not support emboldening Use of uninitialized value in substitution (s///) at ./oowintool line 66 can you help me Thanks -- Unsubscribe info:

Re: does usleep() sleep more than it's supposed to?

2007-02-26 Thread Lev Bishop
On 2/26/07, Carlo Florendo wrote: I'm writing an application that requires time precisions up to the microsecond level. However, I put a hard-coded adjustment of 9000 microseconds since usleep() seems to sleep on the average of 9000 microseconds more than it's supposed to, at least on my

Re: a2x: I/O error : Attempt to load network entity http://docbook.sourceforge.net/release/xsl/current/xhtml/docbook.xsl

2007-02-26 Thread Morten Kjarulff
Sorry. I deleted the rest of the mail because both your and my e-mail was visible. My firewall does not say anything. I am using Lotus Notes, I don't know why it didn't attach the file as a text document. I have made a new one, and named it .txt, lets see if that work, so I will know the next

Re: does usleep() sleep more than it's supposed to?

2007-02-26 Thread Brian Ford
On Mon, 26 Feb 2007, Carlo Florendo wrote: I'm writing an application that requires time precisions up to the microsecond level. Then you shouldn't be using Windows. Millisecond resolution is all the scheduler can do (this varies slightly depending on the platform). However, I put a

Re: does usleep() sleep more than it's supposed to?

2007-02-26 Thread Christopher Layne
On Mon, Feb 26, 2007 at 03:57:10PM +0800, Carlo Florendo wrote: Good Day, I'm writing an application that requires time precisions up to the microsecond level. However, I put a hard-coded adjustment of 9000 microseconds since usleep() seems to sleep on the average of 9000 microseconds more

sshd timestamp logging

2007-02-26 Thread Andrew Louie
I am able to to get sshd to output logs to /var/logs/sshd.log but all the entires do not have time stamps. A search of google yields no useful information on how to enable timestamps, i guess timestamps are just supposed to be attached by default, but that does not seem to be the case here.

Re: sshd timestamp logging

2007-02-26 Thread DePriest, Jason R.
On 2/26/07, Andrew Louie wrote: I am able to to get sshd to output logs to /var/logs/sshd.log but all the entires do not have time stamps. A search of google yields no useful information on how to enable timestamps, i guess timestamps are just supposed to be attached by default, but that does

Re: sshd timestamp logging

2007-02-26 Thread Andrew Louie
thanks, I successfully installed syslog-ng, but the installtion neglected to install a syslog-ng.conf file. any idea how i can get/generate that file? also can you point me in the right direction of some kind of tutorial on how to use this syslog-ng? the man pages are alittle esoteric. or can

Re: sshd timestamp logging

2007-02-26 Thread Andrew Louie
On 2/26/07, DePriest, Jason R. wrote: I installed syslog-ng as a service with cygrunsrv and I have sshd log to that. It keeps time stamps. Liek this: Feb 26 12:13:31 srvc sshd: PID 1552: Connection from 172.21.128.39 port 5248 Feb 26 12:13:38 srvc sshd: PID 1552: Failed none for USER from

cronjob + sed

2007-02-26 Thread linux1974
Hi How do you set up cronjobs with cygwin? If I want to run a script that uses sed ( does thet standard sed that comes with cygwin supports /s /g etc commands to manipulate a string or do I need to upgrade sed? ) and gets an input file from a windows directory and output a new file on that

Re: cronjob + sed

2007-02-26 Thread Brian Dessent
linux1974 wrote: How do you set up cronjobs with cygwin? If I want to run a script that uses sed ( does thet standard sed that comes with cygwin supports /s /g etc commands to manipulate a string or do I need to upgrade sed? ) and gets an input file from a windows directory and output a new

Re: sshd timestamp logging

2007-02-26 Thread DePriest, Jason R.
On 2/26/07, Andrew Louie wrote: On 2/26/07, DePriest, Jason R. wrote: I installed syslog-ng as a service with cygrunsrv and I have sshd log to that. It keeps time stamps. Liek this: Feb 26 12:13:31 srvc sshd: PID 1552: Connection from 172.21.128.39 port 5248 Feb 26 12:13:38 srvc sshd:

Re: /dev/null timing and clock skew problems

2007-02-26 Thread Pedro Alves
Corinna Vinschen escreveu: On Feb 25 23:04, Aaron Gray wrote: I am doing make based builds on Cygwin and am getting following warning messages multiple times in stdout :- make[2]: Warning: File `/dev/null' has modification time 0.0096 s in the future make[2]: warning: Clock

Re: [ANNOUNCEMENT] cronjob + sed

2007-02-26 Thread linux1974
Hi I am not familiar with cygwin, where I can find the packages crontab and VI? tks Brian Dessent wrote: linux1974 wrote: How do you set up cronjobs with cygwin? If I want to run a script that uses sed ( does thet standard sed that comes with cygwin supports /s /g etc commands to

Re: cronjob + sed

2007-02-26 Thread Igor Peshansky
Ugh, top-posting... Reformatted. Also, please don't prepend [ANNOUNCEMENT] to subjects of random messages. This string is prepended automatically for messages forwarded from the cygwin-announce mailing list, and is usually used for real announcements. More below. On Mon, 26 Feb 2007, linux1974

Re: sshd timestamp logging

2007-02-26 Thread Andrew Louie
On 2/26/07, DePriest, Jason R. [EMAIL PROTECTED] wrote: Read the book! First lines of /usr/share/doc/Cygwin/syslog-ng.README If you want to use syslog-ng, just run the /usr/bin/syslog-ng-config script. This script will create a default configuration file /etc/syslog-ng.conf and it will install

Re: sshd timestamp logging

2007-02-26 Thread Andrew Louie
On 2/26/07, Andrew Louie wrote: On 2/26/07, DePriest, Jason R. wrote: Read the book! First lines of /usr/share/doc/Cygwin/syslog-ng.README If you want to use syslog-ng, just run the /usr/bin/syslog-ng-config script. This script will create a default configuration file

How to modify a windows file

2007-02-26 Thread linux1974
Hi, what the syntax to modify a file in a windows directory? I want to run a cronjob that modify a file in a windows directory ( eg. c:\test ) I will use the sed command.How can I pass the windows file ( ascii ) to sed and rewrite the file in the windows directory? tks -- View this message in

Re: cronjob + sed

2007-02-26 Thread David le Comte
linux1974 wrote: Hi How do you set up cronjobs with cygwin? If I want to run a script that uses sed ( does thet standard sed that comes with cygwin supports /s /g etc commands to manipulate a string or do I need to upgrade sed? ) and gets an input file from a windows directory and output a new

Re: How to modify a windows file

2007-02-26 Thread Igor Peshansky
On Mon, 26 Feb 2007, linux1974 wrote: what the syntax to modify a file in a windows directory? I want to run a cronjob that modify a file in a windows directory ( eg. c:\test ) I will use the sed command.How can I pass the windows file ( ascii ) to sed and rewrite the file in the windows

Re: How to modify a windows file

2007-02-26 Thread Christopher Faylor
On Mon, Feb 26, 2007 at 01:38:04PM -0800, linux1974 wrote: what the syntax to modify a file in a windows directory? I want to run a cronjob that modify a file in a windows directory ( eg. c:\test ) I will use the sed command.How can I pass the windows file ( ascii ) to sed and rewrite the file

Re: Strange message from updatedb

2007-02-26 Thread Phil Edwards
Eric Blake: /usr/bin/find: /c/System Volume Information: Permission denied Not a problem - you can't find details about certain in-use system files. I don't think that was the question. If you note at the end of his message, he gives the command invocation, which included that string in

Re: does usleep() sleep more than it's supposed to?

2007-02-26 Thread Carlo Florendo
Corinna Vinschen wrote: On Feb 26 15:57, Carlo Florendo wrote: I'm writing an application that requires time precisions up to the microsecond level. Though I love the idea to use Cygwin for everything, including stuff like simulating the universe bit-accurate in realtime, it might be a teeny

Re: does usleep() sleep more than it's supposed to?

2007-02-26 Thread Carlo Florendo
Lev Bishop wrote: On 2/26/07, Carlo Florendo wrote: I'm writing an application that requires time precisions up to the microsecond level. However, I put a hard-coded adjustment of 9000 microseconds since usleep() seems to sleep on the average of 9000 microseconds more than it's supposed to,

[SOLVED] Re: does usleep() sleep more than it's supposed to?

2007-02-26 Thread Carlo Florendo
Brian Ford wrote: Put this in its own (separate from all Cygwin code) object file, call it before any timing calls in your application, and link it with -lwinmm: #include windows.h void SetSchedulerMaxRes(void) { TIMECAPS tc; /* Set the system scheduler resolution to its maximum.

[ANNOUNCEMENT] Updated: mutt-1.4.2.2-1

2007-02-26 Thread Christopher Faylor
I've made a new version of 'mutt' available for installation. Mutt is a text mode mail user agent. The primary reason for this release is to link against the latest version of OpenSSL to correct the problem mentioned here: http://cygwin.com/ml/cygwin/2007-02/threads.html#00700 For a listing of

Re: /dev/null timing and clock skew problems

2007-02-26 Thread Tim Prince
[EMAIL PROTECTED] wrote: I see this a lot on regular files. I just got this: make: Warning: File `Makefile' has modification time 0.42 s in the future If you are accessing files on another machine, and you aren't using any means for keeping the date clocks synchronized, this is to be

Re: DBD::mysql install problem cygwin

2007-02-26 Thread Yaakov (Cygwin Ports)
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Michael Janis wrote: Thank you for taking the time to create cygport and these ports which look like they were created for my use. Actually, they've been around for a while; check the timestamps in CVS. Unfortunately I received errors at nearly

Re: does usleep() sleep more than it's supposed to?

2007-02-26 Thread Carlo Florendo
Brian Ford wrote: On Mon, 26 Feb 2007, Carlo Florendo wrote: I'm writing an application that requires time precisions up to the microsecond level. Then you shouldn't be using Windows. Millisecond resolution is all the scheduler can do (this varies slightly depending on the platform).

Re: just got wrong DLLs or wrong mutt.exe [attn mutt maintainer]

2007-02-26 Thread Corinna Vinschen
[Redirected to cygwin-apps] On Feb 24 16:28, Christopher Faylor wrote: On Sat, Feb 24, 2007 at 01:55:33PM -0700, Eric Blake wrote: According to Tom Hall on 2/24/2007 1:40 PM: I think there's a bug in the Cygwin setup The problem turned out to be that the version of mutt.exe I got was

Re: just got wrong DLLs or wrong mutt.exe [attn mutt maintainer]

2007-02-26 Thread Christopher Faylor
On Mon, Feb 26, 2007 at 11:43:53AM +0100, Corinna Vinschen wrote: [Redirected to cygwin-apps] On Feb 24 16:28, Christopher Faylor wrote: On Sat, Feb 24, 2007 at 01:55:33PM -0700, Eric Blake wrote: According to Tom Hall on 2/24/2007 1:40 PM: I think there's a bug in the Cygwin setup The

Re: just got wrong DLLs or wrong mutt.exe [attn mutt maintainer]

2007-02-26 Thread Christopher Faylor
On Mon, Feb 26, 2007 at 08:56:50AM -0500, Christopher Faylor wrote: On Mon, Feb 26, 2007 at 11:43:53AM +0100, Corinna Vinschen wrote: [Redirected to cygwin-apps] On Feb 24 16:28, Christopher Faylor wrote: On Sat, Feb 24, 2007 at 01:55:33PM -0700, Eric Blake wrote: According to Tom Hall on

Re: just got wrong DLLs or wrong mutt.exe [attn mutt maintainer]

2007-02-26 Thread Corinna Vinschen
On Feb 26 08:56, Christopher Faylor wrote: On Mon, Feb 26, 2007 at 11:43:53AM +0100, Corinna Vinschen wrote: [Redirected to cygwin-apps] On Feb 24 16:28, Christopher Faylor wrote: I'm in the process of generating a new mutt package now. Ok, now the mutt package requires openssl097, which

Please upload: mathomatic-12.6.10-1

2007-02-26 Thread Reini Urban
Please upload: http://rurban.xarch.at/software/cygwin/release/mathomatic/setup.hint http://rurban.xarch.at/software/cygwin/release/mathomatic/mathomatic-12.6.10-1.tar.bz2 http://rurban.xarch.at/software/cygwin/release/mathomatic/mathomatic-12.6.10-1-src.tar.bz2 Keep mathomatic-12.6.7-1 as

Xwin.exe freezes after login (XDMCP)

2007-02-26 Thread Boris Ratak
Hello, I installed a Cygwin that is able to connect through XDMCP to a linux Ubuntu server that runs KDE. I have several thin clients running Thinstation that work well with it, but on my personnal machine (Mac mini running Windows 2003 with disabled built-in firewall), when I run Xwin.exe,

Re: Display flickers when X server started up

2007-02-26 Thread Dana
To clarify what I mean by flickers, I mean that horizontal ripples appear across the screen, traveling upward. Thanks -- Dana -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation:

src/winsup/cygwin ChangeLog fhandler_disk_file ...

2007-02-26 Thread corinna
CVSROOT:/cvs/src Module name:src Changes by: [EMAIL PROTECTED] 2007-02-26 12:22:41 Modified files: winsup/cygwin : ChangeLog fhandler_disk_file.cc mmap.cc syscalls.cc winsup/cygwin/libc: minires-os-if.c Log message: *

src/winsup/cygwin ChangeLog fhandler_registry. ...

2007-02-26 Thread corinna
CVSROOT:/cvs/src Module name:src Changes by: [EMAIL PROTECTED] 2007-02-26 12:39:25 Modified files: winsup/cygwin : ChangeLog fhandler_registry.cc net.cc syslog.cc winsup/cygwin/libc: minires-os-if.c Log message: * fhandler_registry.cc

src/winsup/cygwin ChangeLog fhandler.cc

2007-02-26 Thread corinna
CVSROOT:/cvs/src Module name:src Changes by: [EMAIL PROTECTED] 2007-02-26 14:19:01 Modified files: winsup/cygwin : ChangeLog fhandler.cc Log message: * fhandler.cc (fhandler_base::fstat): Set all file times to arbitrary fixed value. Patches:

src/winsup/mingw ChangeLog include/stdio.h

2007-02-26 Thread dannysmith
CVSROOT:/cvs/src Module name:src Changes by: [EMAIL PROTECTED] 2007-02-27 07:40:12 Modified files: winsup/mingw : ChangeLog winsup/mingw/include: stdio.h Log message: 2007-02-27 Thorsten Dahlheimer [EMAIL PROTECTED] *

Updated: mutt-1.4.2.2-1

2007-02-26 Thread Christopher Faylor
I've made a new version of 'mutt' available for installation. Mutt is a text mode mail user agent. The primary reason for this release is to link against the latest version of OpenSSL to correct the problem mentioned here: http://cygwin.com/ml/cygwin/2007-02/threads.html#00700 For a listing of