[BusyBox 0000424]: cp don't bothers about full filesystem. cat forces file buffering.

bugs at busybox.net bugs at busybox.net
Wed Sep 14 08:26:41 UTC 2005


A NOTE has been added to this issue. 
====================================================================== 
http://busybox.net/bugs/view.php?id=424 
====================================================================== 
Reported By:                ingo
Assigned To:                BusyBox
====================================================================== 
Project:                    BusyBox
Issue ID:                   424
Category:                   Standards Compliance
Reproducibility:            always
Severity:                   minor
Priority:                   normal
Status:                     assigned
====================================================================== 
Date Submitted:             09-09-2005 09:47 PDT
Last Modified:              09-14-2005 01:26 PDT
====================================================================== 
Summary:                    cp don't bothers about full filesystem. cat forces
file buffering.
Description: 
I found two small bugs, which had both s.th. todo with the rewrite of the
file libbb/copyfd.c

cp: if the destination filesystem is full, it just exits without a proper
error code or error message.

cat: i noticed this error, when I was testing if my mouse was probably
recognized. "cat /proc/psaux" gave me simply no output. What I know now is
that it only buffers this output for at least 4096 Bytes. But I didn't move
my mouse so long ;)
====================================================================== 

---------------------------------------------------------------------- 
 ingo - 09-12-05 01:12  
---------------------------------------------------------------------- 
I've created a small patch, which now works for me.
Some feedback would be nice...

regards, ingo


(I'll upload it in a second ;) 

---------------------------------------------------------------------- 
 morpheusz - 09-14-05 00:33  
---------------------------------------------------------------------- 
The same bug was reported by me same weeks ago, the bug is
http://bugs.busybox.net/view.php?id=394 

---------------------------------------------------------------------- 
 ingo - 09-14-05 01:26  
---------------------------------------------------------------------- 
Sorry, didn't notice your PR.
But at least it seams that we had similar approaches for solving this
problem ;) 

Issue History 
Date Modified   Username       Field                    Change               
====================================================================== 
09-09-05 09:47  ingo           New Issue                                    
09-09-05 09:47  ingo           Status                   new => assigned     
09-09-05 09:47  ingo           Assigned To               => BusyBox         
09-12-05 01:12  ingo           Note Added: 0000513                          
09-12-05 01:13  ingo           File Added: copyfd.patch                     
09-12-05 06:23  ingo           Issue Monitored: ingo                        
09-14-05 00:33  morpheusz      Note Added: 0000517                          
09-14-05 01:26  ingo           Note Added: 0000518                          
======================================================================




More information about the busybox-cvs mailing list