This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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


On Feb  7 19:01, jojelino wrote:
> 2012-02-07 PM 3:49, Daniel Colascione ì ê:
> >On 2/6/12 8:35 PM, jojelino wrote:
> >>2012-02-06 AM 1:29, Corinna Vinschen ì ê:
> >>>Hi Cygwin friends and users,
> >>>
> >>
> >>C:\Documents and Settings\Administrator>base64 oso|base64 -d -
> >>base64: write error: Bad file descriptor
> >>base64: write error
> >>
> >>C:\Documents and Settings\Administrator>uname -a
> >>CYGWIN_NT-5.2 1.7.10s(0.259/5/3) 20120202 16:59:00 i686 Cygwin
> >>
> >>please check this problem.
> >
> >Worksforme after creating a file called "oso".
> 
>  (And if I don't have
> >such a file, the command fails in the expected way.)
> >
> sorry for confusion
> 
> rem make empty file
> C:\>touch boa
> 
> C:\>base64 boa|base64 -d -
> rem make non empty file
> C:\>echo blahblah >oso
> 
> C:\>base64 boa|base64 -d -
> 
> C:\>base64 boa|base64 -d -
> 
> C:\>base64 oso|base64 -d -
> blahblah
> 
> C:\>base64 oso|base64 -d -
> base64: write error: Bad file descriptor
> base64: write error

Looks like this happens if the pipe has not been created by a Cygwin
process (cmd.exe in this case).  For the time being, start that from a
real shell, like bash or tcsh.


Corinna

-- 
Corinna Vinschen                  Please, send mails regarding Cygwin to
Cygwin Project Co-Leader          cygwin AT cygwin DOT com
Red Hat

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]