getting the entire x remote server to run locally

2004-11-19 Thread PJ
I have X/cygwin running and know about ssh tunneling, but that's not quite what I'm looking for. What I want to do is basically ssh to the remote machine and actually have a full X desktop from that machine running in cygwin, not just apps called from xterm. Is that possible? Basically, I want what

Re: g++ 3.4.1

2004-11-19 Thread Gerrit P. Haase
Sam Steingold wrote: when will 3.4 become the default version? I'm currently preparing an gcc update to gcc-3.4.2, if this is usable I will make this the default. So you may expect it to be released before Christmas 2004. Gerrit -- =^..^= -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe

Re: GHDL

2004-11-19 Thread Gerrit P. Haase
Pinhas Krengel wrote: GHDL is a VHDL simulator, using the GCC technology (http://ghdl.free.fr/). Did somebody tried to build it on cygwin. I had a lot of problems. Yes, and yes, me too. I also reported to the maintainer that it is not possible to bootstrap GHDL and Ada at the same time, it seems n

Re: Executing ssh from perl

2004-11-19 Thread Gerrit P. Haase
Stephen Studley wrote: one very interesting discovery. If the command fails, it returns! It would appear it hangs only when the command succeeds. If I mangle the path to the ls command, ssh returns with file not found. $ perl -we 'my $str=`ssh -n [EMAIL PROTECTED] ls`;print "[$str]\n"' Enter pass

Re: Executing ssh from perl

2004-11-19 Thread Gerrit P. Haase
Stephen Studley wrote: At 4:30 PM -0500 11/18/04, Igor Pechtchanski wrote: perl -we 'my $str=`ssh -n [EMAIL PROTECTED] ls`;print "[$str]\n"' good idea, however same results, at least from my Windows machine. The command-line perl works fine from my OSX machine. $ perl -we 'my $str=`ssh -n [EMAIL PR

Re: gnumeric in cygwin ports of Gnome1.4 and Gnome2.x

2004-11-19 Thread Gerrit P. Haase
Bob Clark wrote: Then I went back to the Sorceforge repository that had the Gnome 1.4 ported to cygwin and added all the libraries (and their dependencies) needed by gnumeric "by hand" (i.e., w/o cygwin setup). I am most concerned with gnumeric because I'm a high school teacher who has mid-quarter

RE: cygwin using wrong sh.exe

2004-11-19 Thread Larry Hall
At 05:37 PM 11/19/2004, you wrote: >I see a gludge of other Rational environment variables. Should I clobber >them all, or just that one? Nah, you are better off clobbering the whole lot. There's at least a few more clear conflicts there (TERM, TERMCAP, TERMINFO). While you're at it, make sure

Re: Clapack on Cygwin revisited

2004-11-19 Thread Mark Paulus
Sounds like you might need a -L option gcc -o testclapack testclapack.c -L lapack.a -cblaswr -lblas.a tmglib.a -latlas -lg2c You can stack multiple -L options, one per directory (no space after the -L), the same as the -I options. also, the -l is a special convention that ONLY works when the l

RE: cygwin using wrong sh.exe

2004-11-19 Thread Brown, Charles
I see a gludge of other Rational environment variables. Should I clobber them all, or just that one? -Original Message- From: Larry Hall [mailto:[EMAIL PROTECTED] Sent: Friday, November 19, 2004 5:25 PM To: Brown, Charles; '[EMAIL PROTECTED]' Subject: Re: cygwin using wrong sh.exe At 05

Re: cygwin using wrong sh.exe

2004-11-19 Thread Raye Raskin
- Original Message - From: "Brown, Charles" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, November 19, 2004 2:20 PM Subject: cygwin using wrong sh.exe After installing Cygwin/X, I can launch a cygwin bash shell, and I can launch the xwin server using the startxwin.bat file -

Re: cygwin using wrong sh.exe

2004-11-19 Thread Larry Hall
At 05:20 PM 11/19/2004, you wrote: >After installing Cygwin/X, I can launch a cygwin bash shell, and I can >launch the xwin server using the startxwin.bat file - which also launches >one xterm. However, I can't run any of the X tools from the windows Start >menu, or from a bash prompt. I get an e

cygwin using wrong sh.exe

2004-11-19 Thread Brown, Charles
After installing Cygwin/X, I can launch a cygwin bash shell, and I can launch the xwin server using the startxwin.bat file - which also launches one xterm. However, I can't run any of the X tools from the windows Start menu, or from a bash prompt. I get an error saying "xterm: c:\progra~1\rationa

Re: pax available?

2004-11-19 Thread Larry Hall
At 04:34 PM 11/19/2004, you wrote: >What does any of this have to do with pax? The FAQ doesn't mention anything >about pax or archiving in general? Again: "What packages should I download? Where are 'make', 'gcc', 'vi', etc?" Missed the point? OK, let's break it down: "What packages should I

Re: pax available?

2004-11-19 Thread Chuck
I'm actually referring to pax format archives (ustar). I want to be able to unarchive files - many files - but changing one string in the name to another. I typically use it to clone databases on Solaris. I may have 15 mount points all with a subdirectory named DB1. When I extract the files, I don

Re: Executing ssh from perl

2004-11-19 Thread Igor Pechtchanski
On Thu, 18 Nov 2004, Stephen Studley wrote: > At 4:30 PM -0500 11/18/04, Igor Pechtchanski wrote: > > On Thu, 18 Nov 2004, Stephen Studley wrote: > > > At 3:39 PM -0500 11/18/04, Igor Pechtchanski wrote: > > I suppose the next step is to try to reproduce this in a command-line perl > > invocation

Re: pax available?

2004-11-19 Thread Chuck
What does any of this have to do with pax? The FAQ doesn't mention anything about pax or archiving in general? - Original Message - From: "Larry Hall" <[EMAIL PROTECTED]> To: "Chuck" <[EMAIL PROTECTED]>; "cygwin" <[EMAIL PROTECTED]> Sent: Friday, November 19, 2004 1:41 PM Subject: Re: pax

Clapack on Cygwin revisited

2004-11-19 Thread kele
Hi everyone. My troubles with getting clapack to work on cygwin continue unfortunately. In particular, I completed a first run of all the suggested actions in the readme.install file (found on the clapack website) with some error 139's during that rather painful 16hour! long process. I downloaded

Re: pax available?

2004-11-19 Thread Igor Pechtchanski
On Fri, 19 Nov 2004, Chuck wrote: > I can't find pax as a package in the cygwin setup program. Is it known under > some other name? Is it even available for Cygwin? > > I need the ability to extract files from an archive to a different name and > pax is the only archive utility I'm aware of that c

Newbie question regarding tcsetattr

2004-11-19 Thread Roger Pryor
Hi: I'm a new cygwin user, attepting to port a Linux package that uses the COM ports to drive a remote device. I'm finding that calls to tcsetattr don't seem to work. What is happening is that although the speed is being setup correctly, the values that I want for c_iflag and c_cflag are not bei

Re: flex and dos source files. How is flex built for cygwin

2004-11-19 Thread Larry Hall
At 03:35 PM 11/19/2004, you wrote: >Peter Rehley wrote: > >>Larry Hall wrote: >> >>>At 02:29 PM 11/19/2004, you wrote: >>> >>> Hi, We have a customer that is using flex under a custom version of cygwin that we provided them (with source). The customer is having problems when the

Re: flex and dos source files. How is flex built for cygwin

2004-11-19 Thread Peter Rehley
Peter Rehley wrote: Larry Hall wrote: At 02:29 PM 11/19/2004, you wrote: Hi, We have a customer that is using flex under a custom version of cygwin that we provided them (with source). The customer is having problems when their "*.l" files are in dos format. Flex is taking the lines from th

Re: Ahhhhh!

2004-11-19 Thread Larry Hall
At 02:52 PM 11/19/2004, you wrote: >I just updated my version of Cygwin and all hell broke loose. >Unfortunatly I do not know what version of cygwin I had before, but I >now know that the one that I do have is not working. I've tried >version 1.5.12-1 and 1.5.11-1 (I was trying to go back). > >I u

Re: flex and dos source files. How is flex built for cygwin

2004-11-19 Thread Peter Rehley
Larry Hall wrote: At 02:29 PM 11/19/2004, you wrote: Hi, We have a customer that is using flex under a custom version of cygwin that we provided them (with source). The customer is having problems when their "*.l" files are in dos format. Flex is taking the lines from the file and adding the

Ahhhhh!

2004-11-19 Thread Adrian Hawryluk
I just updated my version of Cygwin and all hell broke loose. Unfortunatly I do not know what version of cygwin I had before, but I now know that the one that I do have is not working. I've tried version 1.5.12-1 and 1.5.11-1 (I was trying to go back). I used the Cygwin Setup programme and things

Re: UW-IMAP Problem with Outlook 2003

2004-11-19 Thread Christian Weinberger
Dave Korn artimi.com> writes: > Since OE and Outlook are almost certainly have the same shared codebase, > it's entirely possible that problems have propagated from OE to Outlook 2k3. Sorry, but from all that I know, this is not the case. In fact, OEÂs IMAP implementation seems to be much bette

Re: flex and dos source files. How is flex built for cygwin

2004-11-19 Thread Larry Hall
At 02:29 PM 11/19/2004, you wrote: >Hi, > >We have a customer that is using flex under a custom version of cygwin that we >provided them (with source). The customer is having problems when their "*.l" >files are in dos format. Flex is taking the lines from the file and adding >them into the le

RE: Grep and matching end of line (anchoring)

2004-11-19 Thread Dave Korn
> -Original Message- > From: cygwin-owner On Behalf Of Shankar Unni > Sent: 19 November 2004 19:22 > Dave Korn wrote: > > > What makes you think grep understands ^ notation to > indicate control > > chars? It doesn't say so in the info page. (It doesn't > recognize [\r] > > either.)

Re: Grep and matching end of line (anchoring)

2004-11-19 Thread Shankar Unni
Dave Korn wrote: What makes you think grep understands ^ notation to indicate control chars? It doesn't say so in the info page. (It doesn't recognize [\r] either.) Umm, you're probably jumping to the wrong conclusion about the OP's intent. He probably meant the literal character ^M, which you

RE: MISTAKE IN PREVIOUS MESSAGE: gnumeric in cygwin ports of Gnome1.4 and Gnome2.x

2004-11-19 Thread Dave Korn
> -Original Message- > From: cygwin-owner On Behalf Of Bob Clark > Sent: 19 November 2004 19:15 [snippo] > I have been trying to get gnumeric et al. back up and running during all > my free time for the last three days and I guess everything is just > running together. Sorry for the confu

MISTAKE IN PREVIOUS MESSAGE: gnumeric in cygwin ports of Gnome1.4 and Gnome2.x

2004-11-19 Thread Bob Clark
MISTAKE IN PREVIOUS MESSAGE: gnumeric in cygwin ports of Gnome1.4 and Gnome2.x I was reading the message that I sent out earlier today and discovered that I had made a mistake in it. The part between *** begin notes from gnumeric trouble-shooting and the end of those notes

RE: Grep and matching end of line (anchoring)

2004-11-19 Thread Dave Korn
> -Original Message- > From: cygwin-owner On Behalf Of Buchbinder, Barry (NIH/NIAID) > Sent: 19 November 2004 18:53 > >> This should work whether or not one is on a text mount or for > >> the file has DOS or Unix line endings: > >> > >>cat files.txt | grep -E '\.h^M?$' > > > > Alway

Re: cygwin sshd will not run under McAfee VirusScan 8.0i

2004-11-19 Thread Michael Hipp
Dave Korn wrote: -Original Message- From: cygwin-owner On Behalf Of Rob S.i.k.l.o.s Sent: 19 November 2004 18:12 Should we: a) treat this as a McAfee bug and just let people search the mailing list archives until McAfee decides to fix it; b) treat it as a McAfee bug and automatical

Re: Compatibility to Windows2003 (64-bit)

2004-11-19 Thread Larry Hall
At 10:33 AM 11/19/2004, cgf wrote >On Fri, Nov 19, 2004 at 09:03:10AM -0500, Larry Hall wrote: >>At 03:55 AM 11/19/2004, you wrote: >>>The FAQ says cygwin run on all modern 32 bit versions of Windows, >>>except Windows CE. This includes Windows 95/98/ME/NT/2000/XP. >>> >>>Is there a plan to make c

RE: cygwin sshd will not run under McAfee VirusScan 8.0i

2004-11-19 Thread Dave Korn
> -Original Message- > From: cygwin-owner On Behalf Of Christopher Faylor > Sent: 19 November 2004 18:45 > On Fri, Nov 19, 2004 at 06:37:41PM -, Dave Korn wrote: > >Oh, and it _never_ uninstalls itself properly. > > In my experience, Norton Antivirus often can't even always *install*

RE: Grep and matching end of line (anchoring)

2004-11-19 Thread Dave Korn
> -Original Message- > From: cygwin-owner On Behalf Of Dave Korn > Sent: 19 November 2004 18:30 > Actually, it seems that grep > ... cannot be blamed for failing to spot _that_ unexpected EOL! What I was going to say is that it seems egrep doesn't properly handle the ^ symbol at al

RE: Grep and matching end of line (anchoring)

2004-11-19 Thread Buchbinder, Barry (NIH/NIAID)
At Friday, November 19, 2004 1:30 PM, Dave Korn wrote: >> -Original Message- >> From: cygwin-owner On Behalf Of Buchbinder, Barry (NIH/NIAID) >> Sent: 19 November 2004 15:17 > >> This should work whether or not one is on a text mount or for >> the file has DOS or Unix line endings: >> >>

Re: pax available?

2004-11-19 Thread Larry Hall
At 11:26 AM 11/19/2004, you wrote: >-BEGIN PGP SIGNED MESSAGE- >Hash: SHA1 > >I can't find pax as a package in the cygwin setup program. Is it known under >some other name? Is it even available for Cygwin? > >I need the ability to extract files from an archive to a different name and >pax i

Re: cygwin sshd will not run under McAfee VirusScan 8.0i

2004-11-19 Thread Christopher Faylor
On Fri, Nov 19, 2004 at 06:37:41PM -, Dave Korn wrote: >Oh, and it _never_ uninstalls itself properly. In my experience, Norton Antivirus often can't even always *install* itself properly. cgf -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cy

RE: cygwin sshd will not run under McAfee VirusScan 8.0i

2004-11-19 Thread Dave Korn
> -Original Message- > From: cygwin-owner On Behalf Of Rob S.i.k.l.o.s > Sent: 19 November 2004 18:12 > Should we: > a) treat this as a McAfee bug and just let people search > the mailing > list archives until McAfee decides to fix it; > b) treat it as a McAfee bug and automatica

Re: select() read() and write() on /dev/console

2004-11-19 Thread Christopher Faylor
On Fri, Nov 19, 2004 at 06:46:56PM +0100, Jason Curl wrote: >My question, how do I go about investigating what the root cause is? Has >anybody else seen similar issues and been able to work around it? I'm >stuck and I've never seen the source code to cygwin before. If you suspect a problem with

RE: Grep and matching end of line (anchoring)

2004-11-19 Thread Dave Korn
> -Original Message- > From: cygwin-owner On Behalf Of Buchbinder, Barry (NIH/NIAID) > Sent: 19 November 2004 15:17 > This should work whether or not one is on a text mount or for > the file has DOS or Unix line endings: > > cat files.txt | grep -E '\.h^M?$' Always test before po

RE: UW-IMAP Problem with Outlook 2003

2004-11-19 Thread Dave Korn
> -Original Message- > From: cygwin-owner On Behalf Of Christian Weinberger > Sent: 19 November 2004 16:52 > Dave Korn writes: > > > > Datapoint: Lots of people report bugs in Outlook 2k3 imap handling. > > > I know that Outlook 2003 has a somewhat crippled IMAP > implementation, but i

Re: Compatibility to Windows2003 (64-bit)

2004-11-19 Thread Tim Prince
At 07:33 AM 11/19/2004, Christopher Faylor wrote: ... so, AFAIK, Cygwin should work on 64 bit windows: http://cygwin.com/ml/cygwin-announce/2004-09/msg2.html I'll change the main web page if/when 64 bit windows goes out of beta. Or is it there already? It looks like the AMD/EM64T Windows has mo

cygwin sshd will not run under McAfee VirusScan 8.0i

2004-11-19 Thread Rob S.i.k.l.o.s
Hi All After upgrading from VirusScan 7.1 to 8.0i I receive the following error every time a connection is established to CYGWIN's SSHD server. The client connection then immediately fails. If VirusScan is disabled everything works fine. The SSHD server also worked fine under VirusScan 7.1. As

gnumeric in cygwin ports of Gnome1.4 and Gnome2.x

2004-11-19 Thread Bob Clark
I've got a huge problem (to me) that some of you guys can hopefully provide some insight and guidance for. About a year ago, I made the wonderful discovery that the Gnome desktop and many Gnome applications had been ported to cygwin (http://sourceforge.net/project/showfiles.php?group_id=67909)! I

select() read() and write() on /dev/console

2004-11-19 Thread Jason Curl
Hello, I think I might have found a bug with the latest version of cygwin (downloaded one night ago 18Nov2004). I am writing a small terminal emulation software package to interface with an embedded device to perform logging. I use the console (/dev/stdin, /dev/stdout) and a serial port (/dev/

Re: scp exits often with -1

2004-11-19 Thread Pierre A. Humblet
On Fri, Nov 19, 2004 at 11:48:37AM -0500, Bob Byrnes wrote: > I spent a little time looking at these straces and scp -v output. > I still don't understand what's going on, but it seems to be unrelated to > the recent pipe changes. I say that because those changes only affected > select for writes

RE: Cannot connect to remote target via serial port

2004-11-19 Thread Dave Korn
> -Original Message- > From: insight-owner On Behalf Of Keith Seitz > Sent: 19 November 2004 16:48 > To: Hans Kester > On Fri, 2004-11-19 at 05:08, Hans Kester wrote: > > When I try to connect to my remote target (sh-elf) with the > serial port > > (COM1) I get the following error message

Re: UW-IMAP Problem with Outlook 2003

2004-11-19 Thread Christian Weinberger
Dave Korn artimi.com> writes: > > Datapoint: Lots of people report bugs in Outlook 2k3 imap handling. > I know that Outlook 2003 has a somewhat crippled IMAP implementation, but in the uw-imap mailing list I saw reports that in principal it runs with uw-imap server. Regards, Christian PS: c

RE: scp exits often with -1

2004-11-19 Thread Bob Byrnes
I spent a little time looking at these straces and scp -v output. I still don't understand what's going on, but it seems to be unrelated to the recent pipe changes. I say that because those changes only affected select for writes on pipes, and the problem seems to be on the read side. It looks lik

pax available?

2004-11-19 Thread Chuck
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I can't find pax as a package in the cygwin setup program. Is it known under some other name? Is it even available for Cygwin? I need the ability to extract files from an archive to a different name and pax is the only archive utility I'm aware of tha

GHDL

2004-11-19 Thread Pinhas Krengel
GHDL is a VHDL simulator, using the GCC technology (http://ghdl.free.fr/). Did somebody tried to build it on cygwin. I had a lot of problems. >From a technical point of view, GHDL is a GCC front-end: it compiles VHDL files into objects files, like GCC does for C, C++, Fortran or Ada95 files. GH

RE: UW-IMAP Problem with Outlook 2003

2004-11-19 Thread Dave Korn
> -Original Message- > From: cygwin-owner On Behalf Of Christian Weinberger > Sent: 19 November 2004 15:07 > Outlook 2003 will not connect properly to my UW-IMAP server. > Everything works fine with Outlook Express, but Outlook 2003 > hangs as soon as > it tries to connect to UW-IMAP le

Re: new cygwin has memory problems?

2004-11-19 Thread Christopher Faylor
On Fri, Nov 19, 2004 at 09:28:51AM -0600, Bobby McNulty wrote: >Christopher Faylor wrote: >>On Wed, Nov 17, 2004 at 12:17:19PM -0500, Christopher Faylor wrote: >>>I've made a cygwin-specific correction to the newlib library to make >>>cygwin work more like linux. I will generate a cygwin snapshot

Re: preconfigured(customized) cygwin install possible?

2004-11-19 Thread Christopher Faylor
On Fri, Nov 19, 2004 at 10:36:18AM +0100, Herman wrote: >I need to rollout an cygwin install with some customized default >settings and i was wondering if its possible to install cygwin >preconfigured? > >What I had in mind is an cygwin configuration that runs sshd default and >together with an au

Re: Compatibility to Windows2003 (64-bit)

2004-11-19 Thread Christopher Faylor
On Fri, Nov 19, 2004 at 09:03:10AM -0500, Larry Hall wrote: >At 03:55 AM 11/19/2004, you wrote: >>The FAQ says cygwin run on all modern 32 bit versions of Windows, >>except Windows CE. This includes Windows 95/98/ME/NT/2000/XP. >> >>Is there a plan to make cygwin compatible to Windows2003 (64-bit)

Re: new cygwin has memory problems?

2004-11-19 Thread Bobby McNulty
Christopher Faylor wrote: On Wed, Nov 17, 2004 at 12:17:19PM -0500, Christopher Faylor wrote: I've made a cygwin-specific correction to the newlib library to make cygwin work more like linux. I will generate a cygwin snapshot sometime soon which should have a fix for this problem. Keep an ey o

RE: Grep and matching end of line (anchoring)

2004-11-19 Thread Buchbinder, Barry (NIH/NIAID)
At Friday, November 19, 2004 7:41 AM, Reini Urban wrote: > Dalton, Barnaby schrieb: >> I'm having trouble getting grep to match end of line when used with >> files/utilities that use DOS linefeeds. For example: >> >> cat files.txt | grep '\.h$' >> >> produces no output. However, if I stick a filt

Re: new cygwin has memory problems?

2004-11-19 Thread Christopher Faylor
On Wed, Nov 17, 2004 at 12:17:19PM -0500, Christopher Faylor wrote: >I've made a cygwin-specific correction to the newlib library to make >cygwin work more like linux. I will generate a cygwin snapshot >sometime soon which should have a fix for this problem. Keep an ey on: > >http://cygwin.com/sn

UW-IMAP Problem with Outlook 2003

2004-11-19 Thread Christian Weinberger
Outlook 2003 will not connect properly to my UW-IMAP server. Everything works fine with Outlook Express, but Outlook 2003 hangs as soon as it tries to connect to UW-IMAP leaving two UW-IMAP processes running. I use UW-IMAP with cram.md5 authentification together with inetd. All packages are updat

RE: 1.5.12: non-blocking connect fails: deprecated method

2004-11-19 Thread Dave Korn
> -Original Message- > From: cygwin-owner On Behalf Of Ivo Palli > Sent: 19 November 2004 14:09 > Hi, > > I ran into a backward compatibility issue with Cygwin. Actually, the correct term for these sorts of issues is "bugwardly-compatible". Read on: > When doing a non-blocking connec

1.5.12: non-blocking connect fails: deprecated method

2004-11-19 Thread Ivo Palli
Hi, I ran into a backward compatibility issue with Cygwin. When doing a non-blocking connect, you do a connect with a non-blocking fd, wait for the select() to report it back as writable, and then perform a getsockopt() to check the status of the fd. However in older code (including mine, I upgr

Re: Compatibility to Windows2003 (64-bit)

2004-11-19 Thread Larry Hall
At 03:55 AM 11/19/2004, you wrote: >The FAQ says cygwin run on all modern 32 bit versions of Windows, except >Windows CE. This includes Windows 95/98/ME/NT/2000/XP. > >Is there a plan to make cygwin compatible to Windows2003 (64-bit)? If yes when >will it be? There's not much activity to mak

Re: Grep and matching end of line (anchoring)

2004-11-19 Thread Reini Urban
Dalton, Barnaby schrieb: I'm having trouble gettting grep to match end of line when used with files/utlilities that use DOS linefeeds. For example: cat files.txt | grep '\.h$' produces no output. However, if I stick a filter in the middle to change the line endings: cat files.txt | perl -pe 's/\r\n

Grep and matching end of line (anchoring)

2004-11-19 Thread Dalton, Barnaby
I'm having trouble gettting grep to match end of line when used with files/utlilities that use DOS linefeeds. For example: cat files.txt | grep '\.h$' produces no output. However, if I stick a filter in the middle to change the line endings: cat files.txt | perl -pe 's/\r\n/\n/' | grep '\.h$' I

preconfigured(customized) cygwin install possible?

2004-11-19 Thread Herman
Hi, I need to rollout an cygwin install with some customized default settings and i was wondering if its possible to install cygwin preconfigured? What I had in mind is an cygwin configuration that runs sshd default and together with an autorized_keys file. And rsync has to be installed. Its to

Cygserver 100% CPU

2004-11-19 Thread Patrick Samson
(This is a continuation of previous postings in Oct 2004) In my last trial, I saw cygserver at 100% for about 20 s, and then back naturally to 0. Looking at the log, the loops are: (with one or more sem[x]) return from WaitForMultipleObjects() ... bsd_mutex.cc, line 235: Try locking mutex semid

Compatibility to Windows2003 (64-bit)

2004-11-19 Thread Jung, Rudi
The FAQ says cygwin run on all modern 32 bit versions of Windows, except Windows CE. This includes Windows 95/98/ME/NT/2000/XP. Is there a plan to make cygwin compatible to Windows2003 (64-bit)? If yes when will it be? Thanks, Rudi -- Unsubscribe info: http://cygwin.com/ml/#unsubscr

RE: scp exits often with -1

2004-11-19 Thread Jörg Schaible
Hi Pierre, Pierre A. Humblet wrote on Friday, November 19, 2004 6:14 AM: > I had a second look at this. It's easy to correlate the trace > with the -v outputs you provided in > http://cygwin.com/ml/cygwin/2004-11/msg00637.html > The debug outputs correspond to lines such as "N = write (2, > xxx)",