Re: Problem with cat under bash shell

2004-09-17 Thread Igor Pechtchanski
On Fri, 17 Sep 2004, Lionel Barnett wrote: > Dave Korn wrote: > > > The fact that mounting your /tmp on a remote drive is a pretty rare thing > > would be another reason. Remote home dirs, yes, remote /bin dirs yes, > > remote /tmp.. not so commonly done. Owing to a) there's generally no >

Re: Problem with cat under bash shell

2004-09-17 Thread Lionel Barnett
Dave Korn wrote: --- Corinna Vinschen wrote: On Sep 16 10:47, Lionel Barnett wrote: --- Corinna Vinschen wrote: Hey Lionel, read http://cygwin.com/acronyms#PCYMTNQREAIYR, let's not feed the spam harvesters huh? Oops, my bad... new account (I would've thought, though, that any self-respectin

Re: Problem with cat under bash shell

2004-09-17 Thread Corinna Vinschen
On Sep 16 13:01, Lionel Barnett wrote: > --- Corinna Vinschen <[EMAIL PROTECTED]> wrote: > > I just curiously tried to reproduce the effect and it was pretty > > simple. > > I'm not quite sure, but it seems to be a strange interaction between > > remote file handling under windows, coupled with t

RE: Problem with cat under bash shell

2004-09-16 Thread Dave Korn
> -Original Message- > From: cygwin-owner On Behalf Of Corinna Vinschen > Sent: 16 September 2004 18:01 > On Sep 16 17:48, Dave Korn wrote: > > Ah, but you probably don't use it in such a 3PP-kind of > way as having your > > /tmp on a remotely-mounted network share. > > Funny you

Re: Problem with cat under bash shell

2004-09-16 Thread Corinna Vinschen
On Sep 16 17:48, Dave Korn wrote: > > -Original Message- > > From: cygwin-owner On Behalf Of Christopher Faylor > > Sent: 16 September 2004 17:30 > > > On Thu, Sep 16, 2004 at 04:49:36PM +0100, Dave Korn wrote: > > >>Thanks for the information, Corinna. Actually, what > > surprises me mo

RE: Problem with cat under bash shell

2004-09-16 Thread Dave Korn
> -Original Message- > From: cygwin-owner On Behalf Of Christopher Faylor > Sent: 16 September 2004 17:30 > On Thu, Sep 16, 2004 at 04:49:36PM +0100, Dave Korn wrote: > >>Thanks for the information, Corinna. Actually, what > surprises me most > >>is that this issue has not been reported

Re: Problem with cat under bash shell

2004-09-16 Thread Christopher Faylor
On Thu, Sep 16, 2004 at 04:49:36PM +0100, Dave Korn wrote: >>Thanks for the information, Corinna. Actually, what surprises me most >>is that this issue has not been reported more frequently. > >If it really is down to this w2k3-specific issue, that would be why in >itself; w2k3 is fairly new, not

RE: Problem with cat under bash shell

2004-09-16 Thread Dave Korn
> -Original Message- > From: cygwin-owner On Behalf Of Lionel Barnett > Sent: 16 September 2004 13:02 > To: cygwin > Subject: Re: Problem with cat under bash shell > > --- Corinna Vinschen wrote: > > On Sep 16 10:47, Lionel Barnett wrote: > > > -

Re: Problem with cat under bash shell

2004-09-16 Thread Lionel Barnett
--- Corinna Vinschen <[EMAIL PROTECTED]> wrote: > On Sep 16 10:47, Lionel Barnett wrote: > > --- Corinna Vinschen <[EMAIL PROTECTED]> wrote: > > > > /netrel/src/cygwin-1.5.11-1/winsup/cygwin/fhandler.cc:263 > windows > > > error > > > > 59 > > > > 756 122627 [main] cat 2668 geterrno_from_win

Re: Problem with cat under bash shell

2004-09-16 Thread Corinna Vinschen
On Sep 16 10:47, Lionel Barnett wrote: > --- Corinna Vinschen <[EMAIL PROTECTED]> wrote: > > > /netrel/src/cygwin-1.5.11-1/winsup/cygwin/fhandler.cc:263 windows > > error > > > 59 > > > 756 122627 [main] cat 2668 geterrno_from_win_error: unknown > > windows > > > error 59, setting errno to 13

Re: Problem with cat under bash shell

2004-09-16 Thread Lionel Barnett
--- Corinna Vinschen <[EMAIL PROTECTED]> wrote: > On Sep 16 10:09, Lionel Barnett wrote: > > --- Lionel Barnett <[EMAIL PROTECTED]> wrote: > > > Hi, > > > > > > Still no joy on this problem (Cygwin ver 1.5.11) > > > > > > bash -c "cat << EOF" > > > > > > fails with: > > > > > > cat: -: Perm

Re: Problem with cat under bash shell

2004-09-16 Thread Corinna Vinschen
On Sep 16 10:09, Lionel Barnett wrote: > --- Lionel Barnett <[EMAIL PROTECTED]> wrote: > > Hi, > > > > Still no joy on this problem (Cygwin ver 1.5.11) > > > > bash -c "cat << EOF" > > > > fails with: > > > > cat: -: Permission denied > > > > The corresponding command under sh, tcsh or zsh c

Problem with cat under bash shell

2004-09-14 Thread Lionel Barnett
Hi, Still no joy on this problem (Cygwin ver 1.5.11) bash -c "cat << EOF" fails with: cat: -: Permission denied The corresponding command under sh, tcsh or zsh causes no problem. This is a serious issuefor me, as many (most?) configure scripts enforce bash as the shell. I have attached strac