Bug 1012610 - ksmtuned committed_memory() still returns "", not 0, when no qemu running
Summary: ksmtuned committed_memory() still returns "", not 0, when no qemu running
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Fedora
Classification: Fedora
Component: qemu
Version: 19
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Fedora Virtualization Maintainers
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2013-09-26 17:52 UTC by Stefan Paletta
Modified: 2013-11-15 20:30 UTC (History)
10 users (show)

Fixed In Version: qemu-1.4.2-13.fc19
Doc Type: Bug Fix
Doc Text:
Clone Of:
: 1027418 (view as bug list)
Environment:
Last Closed: 2013-11-15 20:30:41 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

Description Stefan Paletta 2013-09-26 17:52:31 UTC
Description of problem:
Despite the efforts in #609016 and #902688, this is still / again broken.

Version of selected components:
ksm-1.4.2-9.fc19.x86_64

How to reproduce:
Understand committed_memory() in ksmtuned, then:

$ < /dev/null awk '{ sum += $1 }; END { print sum }'

$ 

Additional info:
Please change the awk clause in line 77 of ksmtuned to the obvious and correct solution: 'END { print 0+sum }':

$ < /dev/null awk '{ sum += $1 }; END { print 0+sum }'
0
$

Comment 1 Cole Robinson 2013-10-31 20:24:12 UTC
Thanks for the suggestion, moving to POST since there's a fix

Comment 2 Fedora Update System 2013-11-06 01:27:03 UTC
qemu-1.4.2-13.fc19 has been submitted as an update for Fedora 19.
https://admin.fedoraproject.org/updates/qemu-1.4.2-13.fc19

Comment 3 Fedora Update System 2013-11-07 03:39:22 UTC
Package qemu-1.4.2-13.fc19:
* should fix your issue,
* was pushed to the Fedora 19 testing repository,
* should be available at your local mirror within two days.
Update it with:
# su -c 'yum update --enablerepo=updates-testing qemu-1.4.2-13.fc19'
as soon as you are able to.
Please go to the following url:
https://admin.fedoraproject.org/updates/FEDORA-2013-20824/qemu-1.4.2-13.fc19
then log in and leave karma (feedback).

Comment 4 Fedora Update System 2013-11-15 20:30:41 UTC
qemu-1.4.2-13.fc19 has been pushed to the Fedora 19 stable repository.  If problems still persist, please make note of it in this bug report.


Note You need to log in before you can comment on or make changes to this bug.