[Lunar-bugs] [Lunar Linux 0000419]: lin's wget hogs the CPU

Lunar bug reports list lunar-bugs at lunar-linux.org
Sat Aug 28 11:11:06 CEST 2010


The following issue has been RESOLVED. 
====================================================================== 
http://bugs.lunar-linux.org/view.php?id=419 
====================================================================== 
Reported By:                brebs
Assigned To:                ratler
====================================================================== 
Project:                    Lunar Linux
Issue ID:                   419
Category:                   lunar
Reproducibility:            always
Severity:                   tweak
Priority:                   low
Status:                     resolved
lvu installed moonbase:     20100324.06 
Core Tools:                 Lunar 
lvu installed [lunar|theedge]: 20091101 
Resolution:                 fixed
Fixed in Version:           
====================================================================== 
Date Submitted:             2010-03-24 07:57 CET
Last Modified:              2010-08-28 11:11 CEST
====================================================================== 
Summary:                    lin's wget hogs the CPU
Description: 
http://lunar-linux.org/lunar/lunar.tar.bz2 has a
lunar/var/lib/lunar/functions/download.lunar which contains:
tail -s 0.0 ...

That 0.0 means that tail totally hogs the CPU while lin is just running
wget (as "top" shows), which is a pointless waste of CPU resource, so
change 0.0 to 0.1
====================================================================== 

---------------------------------------------------------------------- 
 (0000948) brebs (developer) - 2010-03-26 06:29
 http://bugs.lunar-linux.org/view.php?id=419#c948 
---------------------------------------------------------------------- 
Easy command to fix, until this bug entry gets committed:

sed -i -e "s:tail -s 0.0:tail -s 0.1:"
/var/lib/lunar/functions/download.lunar 

---------------------------------------------------------------------- 
 (0000998) ratler (developer) - 2010-08-28 11:11
 http://bugs.lunar-linux.org/view.php?id=419#c998 
---------------------------------------------------------------------- 
Fix available in theedge, see commit
53759206432fedf26526e292577d06a808a31ed9 

Issue History 
Date Modified    Username       Field                    Change               
====================================================================== 
2010-03-24 07:57 brebs          New Issue                                    
2010-03-24 07:57 brebs          Status                   new => assigned     
2010-03-24 07:57 brebs          Assigned To               => sofar           
2010-03-24 07:57 brebs          Moonbase Version          => 20100324.06     
2010-03-24 07:57 brebs          Core Tools                => Lunar           
2010-03-24 07:57 brebs          Core Tools Version        => 20091101        
2010-03-26 06:29 brebs          Note Added: 0000948                          
2010-08-28 11:10 ratler         Assigned To              sofar => ratler     
2010-08-28 11:11 ratler         Note Added: 0000998                          
2010-08-28 11:11 ratler         Status                   assigned => resolved
2010-08-28 11:11 ratler         Resolution               open => fixed       
======================================================================



More information about the Lunar-bugs mailing list