Re: Cygserver 100% CPU

2005-02-07 Thread Patrick Samson
--- Corinna Vinschen wrote: > I've checked in a patch which uses a somewhat more > complicated > synchronization method in msleep. The testsuite > testcases still > work as expected but I would like to get some > feedback on your issue. > Please test cygserver from the next Cygwin snapshot > or

ScanMail Notification.

2005-02-07 Thread NCLUSTER/RU/ISTC . ISTC
At 02/07/05 14:02:44, Attachment Filter detected on server CN=NCLUSTER/OU=RU/O=ISTC: ScanMail detected my_numbers.exe matched the Attachment Filter "Filter Attachment by File Type > Extension name(s)" setting and took this action: Block. in a message from cygwin@cygwin.com to [EMAIL PROTECTED],

Re: How to start a Win gui app on remote server

2005-02-07 Thread Christian Weinberger
Alexander The solution works, but be aware that there is a drawback running sshd in interactive mode: Whenever a user logs off from the server PC with the windows logoff function, windows ends all currently running ssh sessions. Search the list for a more detailed explanation. Regards, Christia

Re: hyperthreading fix, try #1

2005-02-07 Thread Brian Gallew
Christopher Faylor wrote: Fixing that seems to have fixed my hyperthreading problems. I have run three invocations of the scripts for four days without a hiccup. Previously, I had problems within minutes. Go, you! Someone should give you a gold star for this. -- Unsubscribe info: http://cygw

cc1plus : out of memoey

2005-02-07 Thread Alexis Cothenet
Hi all, the subject is the error message i gave compiling a simple programm on cygwin. I tried to compile it under Linux OS and it worked fine. Does someone knows what is the problem and how could i soulve it ? Thanks very much. Cheers, Alexis -- Unsubscribe info: http://cygwin.com/ml/#

Re: perl winpid?

2005-02-07 Thread Reini Urban
Igor Pechtchanski schrieb: On Sun, 6 Feb 2005, Reini Urban wrote: I feel quite stupid now, but found nothing simple. How to get the winpid from the current process in cygwin's perl? $$ is the cygwin pid which is different from the windows pid GetCurrentProcessId(). winpid = cygwin_internal(CW_CYGWI

Re: hyperthreading fix, try #1

2005-02-07 Thread Corinna Vinschen
On Feb 7 08:17, Brian Gallew wrote: > Christopher Faylor wrote: > >Fixing that seems to have fixed my hyperthreading problems. I have run > >three invocations of the scripts for four days without a hiccup. > >Previously, I had problems within minutes. > > Go, you! Someone should give you a gold

Re: hyperthreading fix, try #1

2005-02-07 Thread Igor Pechtchanski
On Mon, 7 Feb 2005, Corinna Vinschen wrote: > On Feb 7 08:17, Brian Gallew wrote: > > Christopher Faylor wrote: > > >Fixing that seems to have fixed my hyperthreading problems. I have run > > >three invocations of the scripts for four days without a hiccup. > > >Previously, I had problems within

RE: How to start up cygwin so all users use the same home dir and environment?

2005-02-07 Thread Jesper Vad Kristensen
As is often the case my fractured mind finds itself speaking to ... itself. Anyway, I tried something and changed my cygwin.bat to this: @echo off C: chdir C:\cygwin\bin -> set HOME=/cygdrive/c/cygwin/home/elhack -> set USER=elhack -> set USERNAME=elhack

Re: cc1plus : out of memoey

2005-02-07 Thread Igor Pechtchanski
On Mon, 7 Feb 2005, Alexis Cothenet wrote: > Hi all, > > the subject is the error message i gave compiling a simple programm > on cygwin. I tried to compile it under Linux OS and it worked fine. > Does someone knows what is the problem and how could i soulve it ? You could start by reviewing and

Re: hyperthreading fix, try #1

2005-02-07 Thread Christopher Faylor
On Mon, Feb 07, 2005 at 09:32:09AM -0500, Igor Pechtchanski wrote: >On Mon, 7 Feb 2005, Corinna Vinschen wrote: >>On Feb 7 08:17, Brian Gallew wrote: >>>Christopher Faylor wrote: Fixing that seems to have fixed my hyperthreading problems. I have run three invocations of the scripts for fou

Re: hyperthreading fix, try #1

2005-02-07 Thread Rolf Campbell
Volker Bandke wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Rolf, a) Your test case fails on my machine as well, right at the beginning b) I seem to remember that there was/is a separate problem with "make - -j", even on non-hyperthreasd machines. Unfortunately I cannot search

sshd and "No buffer space available"

2005-02-07 Thread di dit
Hi, First, a big "thank you" to all of you for your incredible job. Here is a bug report regarding sshd on cygwin. I use it on a Win 98 PC that I keep running "always". I have sshd started at the beginning and it works fine ... except after a few days. Then I can't use the network. When trying to

Corrupted distribution files

2005-02-07 Thread Keith Moore
docbook-xsl/docbook-xsl-1.67.2-1-src.tar.bz2 and gettext/libintl1/libintl1-0.10.40-1-src.tar.bz2 appear to be corrupt on some of the distribution servers. I've checked three separate mirrors: http://mirrors.kernel.org/sources.redhat.com/cygwin/release/, http://ftp.gwdg.de/pub/linux/sources.red

tee piping to head gives error message

2005-02-07 Thread Buchbinder, Barry (NIH/NIAID)
As described in the Subject. Though it seems that everything works OK; tee just gives and error message under some circumstances. /tmp> cat stafflist.htm | tee ttt | head > /dev/null tee: standard output: Broken pipe tee: write error /tmp> wc ttt 556 1738 21441 ttt /tmp> wc stafflist.htm 55

Re: cc1plus : out of memory

2005-02-07 Thread Alexis Cothenet
Hi, I have already seen this page but this mailing list seems to me the better one for this question, am i wrong ? I have ever checked on google what could be the reason of this message during a compilation. It was indicated that it could be relied on the gcc version but the cygwin gcc version i

RE: tee piping to head gives error message

2005-02-07 Thread Dave Korn
> -Original Message- > From: cygwin-owner On Behalf Of Buchbinder, Barry (NIH/NIAID) > Sent: 07 February 2005 17:28 > As described in the Subject. Though it seems that everything works OK; tee > just gives and error message under some circumstances. > > > /tmp> cat stafflist.htm | tee t

RE: tee piping to head gives error message

2005-02-07 Thread Dave Korn
> -Original Message- > From: cygwin-owner On Behalf Of Dave Korn > Sent: 07 February 2005 18:13 > > > But the number of lines/bytes at which the error disappears > > does not seem to be constant. Ah, I just managed to reproduce this. That is indeed rather strange. Hmm. Oh, ha

AT&T ksh93

2005-02-07 Thread Glenn Fowler
On 17 Dec 2004 16:35:31 - Christopher Faylor wrote: > I'd like to note for the archives also that I'd like to get the real version > of ksh into the cygwin distribution. > This comes up from time to time. The first time it happened someone was > insisting > that they needed to change the c

RE: cc1plus : out of memory

2005-02-07 Thread Dave Korn
> -Original Message- > From: cygwin-owner On Behalf Of Alexis Cothenet > Sent: 07 February 2005 16:22 > I have already seen this page but this mailing list seems to me > the better one for this question, am i wrong ? This sentence doesn't even make sense, how could there possibly be a c

RE: tee piping to head gives error message

2005-02-07 Thread Buchbinder, Barry (NIH/NIAID)
At Monday, February 07, 2005 1:13 PM, Dave Korn wrote: >> -Original Message- >> From: cygwin-owner On Behalf Of Buchbinder, Barry (NIH/NIAID) >> Sent: 07 February 2005 17:28 > >> As described in the Subject. Though it seems that everything works >> OK; tee just gives and error message und

Re: Cygwin web site?

2005-02-07 Thread Dario Alcocer
Gene Smith wrote: Where has the cygwin web site gone? Seem to be refusing connections. http://www.cygwin.com/ Just to confirm your observation, I've not been able to get connect to www.cygwin.com since Thursday. A friend of mine tried installing last Friday and got the same result. -- D. -- Uns

Re: hyperthreading fix, try #1

2005-02-07 Thread CV
Christopher Faylor cygwin.com> writes: > I'm not naive enough to think that I've solved all of the hyperthreading > problems but I would like people to try today's snapshot (or any > snapshot newer than today's) and report on whether it solves the problem > or not. If it doesn't, please provide

Re: hyperthreading fix, try #1

2005-02-07 Thread CV
CV hotmail.com> writes: > Another vote for the silver star ! Oops, I meant the gold star of course ! Cheers CV -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ:

RE: hyperthreading fix, try #1

2005-02-07 Thread Dave Korn
> -Original Message- > From: cygwin-owner On Behalf Of CV > Sent: 07 February 2005 18:54 > CV hotmail.com> writes: > > Another vote for the silver star ! > > Oops, I meant the gold star of course ! > > Cheers CV > I thought you meant CGF should be promoted to Sherriff! cheers

Re: cc1plus : out of memory

2005-02-07 Thread Igor Pechtchanski
Ugh, top-posting... Reformatted. On Mon, 7 Feb 2005, Alexis Cothenet wrote: > On Mon, 7 Feb 2005, Igor Pechtchanski wrote: > > > On Mon, 7 Feb 2005, Alexis Cothenet wrote: > > > > > Hi all, > > > > > > the subject is the error message i gave compiling a simple programm > > > on cygwin. I tried t

Re: hyperthreading fix, try #1

2005-02-07 Thread Igor Pechtchanski
On Mon, 7 Feb 2005, Christopher Faylor wrote: > On Mon, Feb 07, 2005 at 09:32:09AM -0500, Igor Pechtchanski wrote: > >On Mon, 7 Feb 2005, Corinna Vinschen wrote: > >>On Feb 7 08:17, Brian Gallew wrote: > >>>Christopher Faylor wrote: > Fixing that seems to have fixed my hyperthreading problems.

Re: hyperthreading fix, try #1

2005-02-07 Thread Christopher Faylor
On Mon, Feb 07, 2005 at 08:17:52AM +0100, Volker Bandke wrote: >Which system configuration did you use to recreate the problem? I got enough donations to purchase the following: Motherboard:ASUS P4P800SE Memory: 1G CPU:CPU P4/3.0EGHz 800M 478P/1MB HT RT HD: Sa

Re: Cygwin web site?

2005-02-07 Thread James Merritt
Hi, Got connected just now to cygwin.com. Installed Cygwin on another computer Saturday, downloaded the setup.exe file, and had no problems connecting. Even last Thursday and Friday I was able to connect with no problems. And I am using dialup, if that makes a difference. Have a great day!! J

Re: hyperthreading fix, try #1

2005-02-07 Thread Markus Schönhaber
Dave Korn wrote: I thought you meant CGF should be promoted to Sherriff! Oh no! He's much to mean for being promoted to Sherriff. Think of the children! But those gold stars are more then well deserved. Thanks cgf! Regards mks -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple P

svn on apache on Cygwin?

2005-02-07 Thread Steve Kelem
Does anyone have a pointer on how to build apache on Cygwin so that it supports svn? Thanks for your help, Steve Kelem -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ

Installing in root (was Re: Linux Journal Cygwin article)

2005-02-07 Thread linda w
Perhaps he has read that many developers and users on this list use "C:\" as the root diretory and have no problems. I had the impression that the advice to install into a subdirectory was more of a Covering One's Behind (COB?) when presenting cygwin as a commercial solution to vendors. I find it

RFE: enhance setup.exe to used cached mirrors file (was Re: sourceware.org downtime)

2005-02-07 Thread linda w
I 2nd this request -- wanted to install some other packages but was blocked by the mirrors.txt download -- maybe it could use a cached copy of mirrors.txt to look at other mirror files -- i.e. cache mirrors.txt on the existing mirrors so if cygwin server is down, setup would use existing mirrors to

perl & Win32 lib support

2005-02-07 Thread linda w
I thought there had been a fix in the works for this problem -- I wanted to write a program using cygwin perl to access/modify the Registry. When I load the Win32 package from cpan and try building it, I get a familiar error message "IsWinNT" is undefined, so building and installing cpan registry a

Re: RFE: enhance setup.exe to used cached mirrors file

2005-02-07 Thread Igor Pechtchanski
Yuk, top-posting. Reformatted. On Mon, 7 Feb 2005, linda w wrote: > Alexey N. Solofnenko wrote: > > > Would not it be great if Cygwin's setup did not just fail if > > mirrors.lst is unavailable and continued with just last server in the > > list? I tried to install Cygwin KDE, but setup was fail

RE: hyperthreading fix, try #1

2005-02-07 Thread Gary R. Van Sickle
Um... I say Gold Star for this explanation alone, which somehow is completely free from any hint of sarcasm, "WJM"ness, and passive aggression. Bad day Chris? ;-) Oh, and double-gold stars to any and all who coughed up the dough. -- Gary R. Van Sickle > -Original Message- > From: [EM

RXVT copy/paste behavior

2005-02-07 Thread Rizwan Kassim
While I've googled constantly for it (and seen it alluded to on this list, but never explicitly explained), I havent been able to find out how to do the following: Disable the behavior in rxvt that copies any selected region into the clipboard. Enable the right mouse button to act as paste (rather

Re: RFE: enhance setup.exe to used cached mirrors file

2005-02-07 Thread Erik de Castro Lopo
On Mon, 7 Feb 2005 22:28:32 -0500 (EST) Igor Pechtchanski <[EMAIL PROTECTED]> wrote: > The best way to second such requests is with a patch. Remember, > . :-) Where would I find the code to setup.exe? I had a look in the main CVS tree but couldn't find it. Erik

Re: perl & Win32 lib support

2005-02-07 Thread Yitzchak Scott-Thoennes
On Mon, Feb 07, 2005 at 06:42:21PM -0800, linda w wrote: > I thought there had been a fix in the works for this problem -- I > wanted to write a program using cygwin perl to access/modify the Registry. > > When I load the Win32 package from cpan and try building it, I get > a familiar error messag

Re: perl winpid?

2005-02-07 Thread Yitzchak Scott-Thoennes
On Mon, Feb 07, 2005 at 02:17:32PM +0100, Reini Urban wrote: > Igor Pechtchanski schrieb: > >On Sun, 6 Feb 2005, Reini Urban wrote: > >>I feel quite stupid now, but found nothing simple. > >>How to get the winpid from the current process in cygwin's perl? > >> > >>$$ is the cygwin pid which is diff

Re: bash: tab completion failure from (but not at) /

2005-02-07 Thread fergus
Recent remarks ("I have an idea about how to fix the race but it would introduce a destabilizing change that I'd rather not chance before 1.5.13 is released") suggest that an updated cygwin1.dll might be imminent. Please could I mention a minor but annoying glitch described along with Corinna's imm

RE: hyperthreading fix, try #1

2005-02-07 Thread Volker Bandke
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Christopher, thanks for the explanation (I read, and even understood it) Good job (Explanation and partial fix). With kind Regards|\