Re: ZLIB

2004-09-07 Thread Brian Dessent
[EMAIL PROTECTED] wrote: > The following subject was researched in the CYGWIN Archives. If the answer exists, I > apologize if the proper string(s) were not input to find the answer to the following > discussion. > > A report by SecurityTracker mentions that there is situation in zlib. >

Re: Problem executing a .bat script in a directory with spaces using bash

2004-09-07 Thread Brian Dessent
Christopher Cobb wrote: > Conclusion: cmd.exe command line processing is brain dead. > > Among the problems are that cmd.exe looks for /exactly/ one pair of quotes and > no more (see my previous message). And that (double) quotes are the /only/ way > of quoting spaces. Wow. Hideous. I wonder

Re: 1.5.11: execvp bug (XP)

2004-09-07 Thread Isaac Foraker
# ls -lL /usr/bin/perl.exe ls: /usr/bin/perl.exe: No such file or directory Some other possibly useful stuff: # ls -lL /usr/bin/perl -rwxr-x---+ 1 isaacf Users 11776 Aug 30 13:52 /usr/bin/perl # ls -l /usr/bin/perl lrwxrwxrwx1 isaacf Domain U 22 Sep 7 17:14 /usr/bin/perl ->

Re: 1.5.11: execvp bug (XP)

2004-09-07 Thread Isaac Foraker
#uname -a CYGWIN_NT-5.1 xcoisaacf20 1.5.11(0.116/4/2) 2004-09-04 23:17 i686 unknown unknown Cygwin I tried this same experiment on a home PC, and it is not having the problem. The major difference I can see is that the home PC has XP SP2 installed, and the work machine is still on Service Pack

Re: win95 pipe problems -- report + testcase + patch

2004-09-07 Thread Bas van Gompel
Op Wed, 8 Sep 2004 01:55:29 +0200 (MET DST) schreef ik in <[EMAIL PROTECTED]>: [...] : ChangeLog-entry: That was fu^Houled up. Let me try again. 2004-09-08 Bas van Gompel <[EMAIL PROTECTED]> * pipe.cc (create_selectable_pipe): Work around bug in windows 95 where CreateNamedPip

Re: 1.5.11: execvp bug (XP)

2004-09-07 Thread Christopher Faylor
On Tue, Sep 07, 2004 at 05:15:27PM -0600, Isaac Foraker wrote: >Yes, the perl soft link works from the command line. Here's my test case >that fails. > > >#!/usr/bin/perl > >print "Success.\n" > > > >default: > perl foo.pl > > >#ls -l /usr/bin/perl >lrwxrwxrwx1 isaacf Domain U 2

/etc/empty, permissions

2004-09-07 Thread luke . kendall
There used to be a file /etc/empty, which doesn't seem to exist any more. I know, because for a while it was being created with the wrong permission and our local post-install script used to fix it. Do I still need to worry about this? Likewise the user and the group SYSTEM no longer seem to exi

SSH on Cygwin Immediate Drops Connections

2004-09-07 Thread Mark Eret
I'm aware this question has been asked before, but I can't seem to get any solution to work. I'm running an SSHD server through Cygwin. When I attempt to connect to it, it says it connects, and then immediately drops me before I get to the shell. I get the following debug output. Last login: Tu

Re: 1.5.11: execvp bug (XP)

2004-09-07 Thread Igor Pechtchanski
Sorry, missed that. Still, like CGF, I can't reproduce this: $ echo -e 'default:\n\tperl1 foo.pl' > Makefile $ echo -e '#!/usr/bin/perl1\n\n\nprint "Success.\\n"' > foo.pl $ ln -fs /usr/bin/perl /usr/bin/perl1 $ make perl1 foo.pl Success. $ uname -a CYGWIN_NT-5.1 pechtcha 1.5.12(0.116/4/2) 2004-0

win95 pipe problems -- report + testcase + patch (was: Re: [ANNOUNCEMENT] Updated: cygwin-1.5.11-1)

2004-09-07 Thread Bas van Gompel
Op Sat, 4 Sep 2004 23:51:25 -0500 (CDT) schreef Christopher Faylor in <[EMAIL PROTECTED]>: [...] : - Fix some problems with rsync hangs on Windows NT class systems. (Bob Byrnes) This fix trips on a bug in (my) windows 95 (OSR2): It's CreateNamedPipe returns 0 instead of -1 (INVALID_HANDLE_VALU

Re: 1.5.11: execvp bug (XP)

2004-09-07 Thread Isaac Foraker
As stated in my original post, I renamed make.exe to gmake.exe to avoid a name conflict with Opus make (also named make.exe). So, gmake.exe==Cygwin make.exe. My environment is somewhat customized because I have a lot of different build requirements depending on the project I am working on. R

Re: 1.5.11: execvp bug (XP)

2004-09-07 Thread Igor Pechtchanski
On Tue, 7 Sep 2004, Isaac Foraker wrote: > Yes, the perl soft link works from the command line. Here's my test > case that fails. > > > #!/usr/bin/perl > > print "Success.\n" > > > > default: >perl foo.pl > > > #ls -l /usr/bin/perl > lrwxrwxrwx1 isaacf Domain U 24 Sep 7 1

Re: 1.5.11: execvp bug (XP)

2004-09-07 Thread Isaac Foraker
Yes, the perl soft link works from the command line. Here's my test case that fails. #!/usr/bin/perl print "Success.\n" default: perl foo.pl #ls -l /usr/bin/perl lrwxrwxrwx1 isaacf Domain U 24 Sep 7 12:44 /usr/bin/perl -> /usr/bin/perl5.8.5.exe #gmake perl foo.pl gmake: ex

Re: 1.5.11: execvp bug (XP)

2004-09-07 Thread Christopher Faylor
On Tue, Sep 07, 2004 at 12:51:26PM -0600, Isaac Foraker wrote: >I have run into a bug when upgrading from 1.5.10 to 1.5.11. I use a >soft-link for /usr/bin/perl to point to the real version of Perl running >on my system. This lets me switch easily between the Native ActiveState >Perl and Cygwi

Re: [ANNOUNCEMENT] Updated: cygwin-1.5.11-1

2004-09-07 Thread Charles Wilson
Christopher Faylor wrote: Christopher Faylor Red Hat, Inc. Huh? Typo, or are you back at Red Hat? -- Chuck -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ:

Re: Automake 1.9 as Cygwin package

2004-09-07 Thread Charles Wilson
Johnny Willemsen wrote: Hi, Are there plans to deliver automake 1.9 for Cygwin, there is currently 1.8.5, but the software I am trying to port to Cygwin (ACE/TAO, see www.cs.wustl.edu/~schmidt) gives an error that 1.9 is required. There are plans, best laid plans, to keep cygwin's tool set current.

Re: [ANNOUNCEMENT] Updated cygwin Package: procmail-3.22-10

2004-09-07 Thread Christopher Faylor
On Tue, Sep 07, 2004 at 07:21:07PM +0100, Dave Korn wrote: >> -Original Message- >> From: cygwin-owner On Behalf Of Christopher Faylor >> It certainly is a correct and informative statement > >...but utterly irrelevant since a) Cygwin isn't Red Hat Linux and b) this >particular package of

Re: RTLD_DEFAULT & RTLD_NEXT

2004-09-07 Thread Sam Steingold
the (C) assignment is in the mail. 2004-08-31 Sam Steingold <[EMAIL PROTECTED]> * dlfcn.cc (dlsym): Handle RTLD_DEFAULT using EnumProcessModules(). * include/dlfcn.h (RTLD_DEFAULT): Define to NULL. -- Sam Steingold (http://www.podval.org/~sds) running w2k

RE : Error Exim start with inetd and .....

2004-09-07 Thread CHAZELLE Robert
Hello What is the best list for my problem Thanks Robert -Message d'origine- De : Christopher Faylor [mailto:[EMAIL PROTECTED] Envoyé : mardi 7 septembre 2004 19:44 À : [EMAIL PROTECTED] Cc : [EMAIL PROTECTED] Objet : Re: Error Exim start with inetd and . This is not a bug reportin

Re: Error Exim start with inetd and .....

2004-09-07 Thread Pierre A. Humblet
> On Tue, Sep 07, 2004 at 07:32:00PM +0200, CHAZELLE Robert wrote: > >Hello > > > >i use exim 4.41 on cygwin environnement for MTA and uw-ipop3d as pop > >server. > > > >I run inetd with cygrunsrv > > > >I start uw-ipop3 with inetd, i don-t work with direct cygsrvrun service > > > >If i start exim

ZLIB

2004-09-07 Thread jglong3
Hello, And, Thanks for your time, advise, and help! :) :) I am a newbie at CYGWIN and the CYGWIN SHELL environment. I apologize if this is the wrong forum for this subject and if this is a subject that does not relate to zlib in CYGWIN. The following subject was researched in the CYGWIN Arch

RE: [ANNOUNCEMENT] Updated cygwin Package: procmail-3.22-10

2004-09-07 Thread Dave Korn
> -Original Message- > From: cygwin-owner On Behalf Of Christopher Faylor > Sent: 07 September 2004 18:52 > On Tue, Sep 07, 2004 at 01:29:17PM -0400, Jason Tishler wrote: > >On Tue, Sep 07, 2004 at 03:29:21PM +0100, Dave Korn wrote: > >> > -Original Message- > >> > From: cygwin-own

Re: [ANNOUNCEMENT] Updated cygwin Package: procmail-3.22-10

2004-09-07 Thread Christopher Faylor
On Tue, Sep 07, 2004 at 01:29:17PM -0400, Jason Tishler wrote: >On Tue, Sep 07, 2004 at 03:29:21PM +0100, Dave Korn wrote: >> > -Original Message- >> > From: cygwin-owner On Behalf Of Jason Tishler >> > Sent: 07 September 2004 14:25 >> > >> > Old News: >> > === >> > The procmail progra

Re: Error Exim start with inetd and .....

2004-09-07 Thread Christopher Faylor
This is not a bug reporting mailing list. I've redirected this to the main cygwin list. See http://cygwin.com/lists.html for details. On Tue, Sep 07, 2004 at 07:32:00PM +0200, CHAZELLE Robert wrote: >Hello > >i use exim 4.41 on cygwin environnement for MTA and uw-ipop3d as pop >server. > >I run

Re: [ANNOUNCEMENT] Updated Cygwin Package: procmail-3.22-10

2004-09-07 Thread Jason Tishler
On Tue, Sep 07, 2004 at 03:29:21PM +0100, Dave Korn wrote: > > -Original Message- > > From: cygwin-owner On Behalf Of Jason Tishler > > Sent: 07 September 2004 14:25 > > > > Old News: > > === > > The procmail program is used by Red Hat Linux for all local mail > > delivery. > > Overl

1.5.10: bug in /usr/sbin/strfile

2004-09-07 Thread Andy Rushton
I know that problems with strfile have been reported before, but looking through the list archive I haven't seen a clear statement of the problem nor any responses that deal with the problem. The symptoms: If I run strfile on a file of quotes to generate a .dat file for the fortune program, I g

problem with bash command line

2004-09-07 Thread Kris Thielemans
Hi I've just discovered that the command line is not always displayed correctly. This happens both in the 'normal' window you get when clicking on the cygwin icon, or in an xterm. I first thought it was related to the setting of PS1. However, I tried to put PS1 the same on a debian system, and the

Re: Problem executing a .bat script in a directory with spaces using bash

2004-09-07 Thread Christopher Cobb
Christopher Cobb email.com> writes: > > Brian Dessent dessent.net> writes: > > > > Interesting function. However, I found that it chokes if the name of > > the command to run has spaces, even if they are properly quoted on the > > command line, e.g. > > > > That's interesting. I'm running W

Re: [ANNOUNCEMENT] Updated: cygwin-1.5.11-1

2004-09-07 Thread Brian Ford
On Sat, 4 Sep 2004, Christopher Faylor wrote: > Christopher Faylor > Red Hat, Inc. ^ Oops. -- Brian Ford Senior Realtime Software Engineer VITAL - Visual Simulation Systems FlightSafety International the best safety device in any aircraft is a well-trained pilot... -- Unsubscribe info: h

Re: setup

2004-09-07 Thread bertrand marquis
Le mar 07/09/2004 Ã 16:52, Colin JN Breame a Ãcrit : > Is there a way of installing packages on the command line? > i think you can dowmload the packages form a server than you will have to extract them in / using tar -xjf ... than you will have to run the postinstall scripts in /etc/postinstal

Re: setup

2004-09-07 Thread Larry Hall
At 10:52 AM 9/7/2004, you wrote: >Is there a way of installing packages on the command line? Depending on the complexity of your needs, yes. See You can google for more info too. -- Larry Hall http://www.

Re: Problem executing a .bat script in a directory with spaces using bash

2004-09-07 Thread Christopher Cobb
Brian Dessent dessent.net> writes: > > Interesting function. However, I found that it chokes if the name of > the command to run has spaces, even if they are properly quoted on the > command line, e.g. > That's interesting. I'm running Win XP and even with your patches I /still/ get an error w

setup

2004-09-07 Thread Colin JN Breame
Is there a way of installing packages on the command line? -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/

Re: Ada: Text_Io.Get_Immediate() is blocking

2004-09-07 Thread Gerrit P. Haase
Hallo Martin, Am Dienstag, 7. September 2004 um 16:01 schriebst du: > Hi, > I'm working with ADA and Windows2000/Cygwin. > A call to Text_Io.Get_Immediate() should return even if there is no > input waiting. I have no problems with Linux, but trying to shift > Software to Windows brings me int

RE: [ANNOUNCEMENT] Updated Cygwin Package: procmail-3.22-10

2004-09-07 Thread Dave Korn
> -Original Message- > From: cygwin-owner On Behalf Of Jason Tishler > Sent: 07 September 2004 14:25 > Old News: > === > The procmail program is used by Red Hat Linux for all local mail > delivery. Funny thing to say in a Cygwin-specific package description of what is in fact a

Ada: Text_Io.Get_Immediate() is blocking

2004-09-07 Thread Martin Haendler
Hi, I'm working with ADA and Windows2000/Cygwin. A call to Text_Io.Get_Immediate() should return even if there is no input waiting. I have no problems with Linux, but trying to shift Software to Windows brings me into trouble: If there is no input waiting, the call is blocking. Here is a simple

Re: What is this

2004-09-07 Thread Mark Bohlman
Dave Korn wrote: -Original Message- From: Igor Pechtchanski Sent: 07 September 2004 03:57 On Mon, 6 Sep 2004, Dave Korn wrote: -Original Message- From: cygwin-owner On Behalf Of Phil Betts Sent: 06 September 2004 12:34 Brian Dessent wrote: "Mirko Tebaldi (Indirizzo Pubblico)"

[ANNOUNCEMENT] Updated Cygwin Package: procmail-3.22-10

2004-09-07 Thread Jason Tishler
New News: === I have updated the version of procmail to 3.22-10. The tarballs should be available on a Cygwin mirror near you shortly. The notable changes from the previous release are the following: o enable run control file (e.g., ~/.procmailrc) permission check for Windows ver

Re: ssh search identity in wrong directory

2004-09-07 Thread Corinna Vinschen
On Sep 7 13:31, [EMAIL PROTECTED] wrote: > Hi folks > > I have the problem that ssh does not search the identity file ins > $HOME/.ssh it looks in the directory which is found in the envionment > variable HOMESHARE. What is going wrong? How can I fix it? Nope, it looks in the directory found in

ssh search identity in wrong directory

2004-09-07 Thread cygwin . 20 . job
Hi folks I have the problem that ssh does not search the identity file ins $HOME/.ssh it looks in the directory which is found in the envionment variable HOMESHARE. What is going wrong? How can I fix it? $ echo $HOME /cygdrive/c/home $ echo $HOMESHARE \\dpeb.de\storage\dpcom_home01\F.Braunbeck $

RE: What is this

2004-09-07 Thread Dave Korn
> -Original Message- > From: Igor Pechtchanski > Sent: 07 September 2004 03:57 > On Mon, 6 Sep 2004, Dave Korn wrote: > > > > -Original Message- > > > From: cygwin-owner On Behalf Of Phil Betts > > > Sent: 06 September 2004 12:34 > > > > > >Brian Dessent wrote: > > > > > > >"Mir

Re: pthread_join not returning (snapshot available)

2004-09-07 Thread Yitzchak Scott-Thoennes
On Tue, Sep 07, 2004 at 12:18:08AM -0400, Christopher Faylor wrote: > On Mon, Sep 06, 2004 at 11:51:12PM -0400, Christopher Faylor wrote: > >I'll see if I can rectify this behavior and release a 1.5.12 ASAP. > > Does the newest snapshot work any better? All the thread tests now pass. Thanks agai

Re: pthread_join() broken on Cygwin 1.5.11-1?

2004-09-07 Thread Corinna Vinschen
On Sep 7 02:43, John William wrote: > I just upgraded my Cygwin installation to the new 1.5.11-1 release, and now > one of my applications behaves strangely. > > The application in question is multi-threaded. Everything seems to be > working fine until the application tries to exit. The applica