RE: can't open file for writing

2004-09-08 Thread C Schreiner
Yes, I meant echo:

prompt echo hello  foo.txt
bash: foo.txt: No such file or directory

Also, checking my records, I did not have this problem
with the current cygwin release as of last February
(2004); the problem only began happening when I
upgraded in August to Cygwin 5.1 NT with cygwin DLL
1.5.10.

Did something change in Cygwin that could be affecting
this (even if it is not Cygwin's fault)?  Is is
possible I have some libraries out of sync?




--- Hannu E K Nevalainen
[EMAIL PROTECTED] wrote:

 C Schreiner, [EMAIL PROTECTED] wrote:
  I can not save to a nonexistant file name under
  Cygwin, but I can under Windows.
  
  When I type:
  
 cat hello  foo.txt
 
 I suppose you MEANT echo here... otherwise:
 
 $ cat hello foo.txt
 cat: hello: No such file or directory
 $ echo hello foo.txt   
 $ cat foo.txt
 hello
 
  under Cygwin I get this error message:
  
 bash: foo.txt: No such file or directory
  
  (unless foo.txt already exists in the current
  directory).  This only happens with network
  filesystems.
 SNIP
 
 /Hannu E K Nevalainen, B.Sc. EE Microcomputer
 systems--72--
 
 ** mailing list preference; please keep replies on
 list **
 
 -- printf(LocalTime: UTC+%02d\n,(DST)? 2:1); --
 --END OF MESSAGE--
 
 --
 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/
 
 


__
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 

--
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: can't open file for writing

2004-09-08 Thread C Schreiner
Yes, I meant echo:

prompt echo hello  foo.txt
bash: foo.txt: No such file or directory

Going through my records, I did not have this problem
when using the current Cygwin release as of last
February (2004).  The problem started when I upgraded
to Cygwin NT 5.1 (cygwin dll 1.5.10) in August.  Did
something change in cygwin that could be affecting the
problem (even if it isn't Cygwin's fault)?  Is it
possible I somehow got some library out of sync?

-- Christian

--- Hannu E K Nevalainen
[EMAIL PROTECTED] wrote:

 C Schreiner, [EMAIL PROTECTED] wrote:
  I can not save to a nonexistant file name under
  Cygwin, but I can under Windows.
  
  When I type:
  
 cat hello  foo.txt
 
 I suppose you MEANT echo here... otherwise:
 
 $ cat hello foo.txt
 cat: hello: No such file or directory
 $ echo hello foo.txt   
 $ cat foo.txt
 hello
 
  under Cygwin I get this error message:
  
 bash: foo.txt: No such file or directory
  
  (unless foo.txt already exists in the current
  directory).  This only happens with network
  filesystems.
 SNIP
 
 /Hannu E K Nevalainen, B.Sc. EE Microcomputer
 systems--72--
 
 ** mailing list preference; please keep replies on
 list **
 
 -- printf(LocalTime: UTC+%02d\n,(DST)? 2:1); --
 --END OF MESSAGE--
 
 --
 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/
 
 




__
Do you Yahoo!?
Yahoo! Mail Address AutoComplete - You start. We finish.
http://promotions.yahoo.com/new_mail 

--
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: can't open file for writing

2004-09-08 Thread C Schreiner
Bingo, this fixed it.  Thanks to all who helped.


--- Corinna Vinschen [EMAIL PROTECTED]
wrote:

 On Sep  8 07:34, C Schreiner wrote:
  Yes, I meant echo:
  
  prompt echo hello  foo.txt
  bash: foo.txt: No such file or directory
  
  Going through my records, I did not have this
 problem
  when using the current Cygwin release as of last
  February (2004).  The problem started when I
 upgraded
  to Cygwin NT 5.1 (cygwin dll 1.5.10) in August. 
 Did
  something change in cygwin that could be affecting
 the
  problem (even if it isn't Cygwin's fault)?  Is it
  possible I somehow got some library out of sync?
 
 Try 1.5.11
 
 Corinna
 
 -- 
 Corinna Vinschen  Please, send mails
 regarding Cygwin to
 Cygwin Project Co-Leader 
 mailto:[EMAIL PROTECTED]
 Red Hat, Inc.
 
 --
 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/
 
 




__
Do you Yahoo!?
Yahoo! Mail is new and improved - Check it out!
http://promotions.yahoo.com/new_mail

--
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: can't open file for writing

2004-09-08 Thread C Schreiner
Bingo, this fixed it.  Thanks to all who helped.

-- Christian


--- Corinna Vinschen [EMAIL PROTECTED]
wrote:

 On Sep  8 07:34, C Schreiner wrote:
  Yes, I meant echo:
  
  prompt echo hello  foo.txt
  bash: foo.txt: No such file or directory
  
  Going through my records, I did not have this
 problem
  when using the current Cygwin release as of last
  February (2004).  The problem started when I
 upgraded
  to Cygwin NT 5.1 (cygwin dll 1.5.10) in August. 
 Did
  something change in cygwin that could be affecting
 the
  problem (even if it isn't Cygwin's fault)?  Is it
  possible I somehow got some library out of sync?
 
 Try 1.5.11
 
 Corinna
 
 -- 
 Corinna Vinschen  Please, send mails
 regarding Cygwin to
 Cygwin Project Co-Leader 
 mailto:[EMAIL PROTECTED]
 Red Hat, Inc.
 
 --
 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/
 
 




___
Do you Yahoo!?
Express yourself with Y! Messenger! Free. Download now. 
http://messenger.yahoo.com

--
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/



can't open file for writing

2004-09-03 Thread C Schreiner
I can not save to a nonexistant file name under
Cygwin, but I can under Windows.  

When I type:

   cat hello  foo.txt

under Cygwin I get this error message:

   bash: foo.txt: No such file or directory

(unless foo.txt already exists in the current
directory).  This only happens with network
filesystems.  I know I have write permission because I
can create the file with touch foo.txt, and I can
create the files with Windows Wordpad.  Other programs
under Cygwin also cannot create files, such as vim, 
and co (from the rcs package).  Things work fine for
all programs on the local C: drive.

Why does this problem occur under Cygwin?  Is there
maybe a workaround?

I have not seen anything about this in the Cygwin FAQ
or in two mailing list archive searches.  If there is
already documentation about this, please point me to
it.

I am using Windows XP professional 5.1.2600 SP 1.0,
and Cygwin DLL version 1.5.10-3 (setup program version
2.427).  

Thank you for your consideration,


Christian Schreiner
caschreirc (at) yahoo (dot) com


__
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 

--
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/