[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:10:39 CEST 2010
The following issue has been ASSIGNED.
======================================================================
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: assigned
lvu installed moonbase: 20100324.06
Core Tools: Lunar
lvu installed [lunar|theedge]: 20091101
======================================================================
Date Submitted: 2010-03-24 07:57 CET
Last Modified: 2010-08-28 11:10 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
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
======================================================================
More information about the Lunar-bugs
mailing list