Description of problem: Version-Release number of selected component (if applicable): python-cpuinfo-0.1.2-3.fc21 How reproducible: always Steps to Reproduce: 1.just run cpuinfo from terminal as normal user 2. 3. Actual results: failed with : Traceback (most recent call last): File "/usr/bin/cpuinfo", line 9, in <module> load_entry_point('py-cpuinfo==0.1.2', 'console_scripts', 'cpuinfo')() File "/usr/lib/python2.7/site-packages/cpuinfo/cpuinfo.py", line 1214, in main info = get_cpu_info() File "/usr/lib/python2.7/site-packages/cpuinfo/cpuinfo.py", line 1193, in get_cpu_info info = get_cpu_info_from_proc_cpuinfo() File "/usr/lib/python2.7/site-packages/cpuinfo/cpuinfo.py", line 802, in get_cpu_info_from_proc_cpuinfo scale, hz_advertised = _get_hz_string_from_brand(processor_brand) File "/usr/lib/python2.7/site-packages/cpuinfo/cpuinfo.py", line 80, in _get_hz_string_from_brand hz_brand = hz_brand.split('@')[1] IndexError: list index out of range Expected results: Additional info: The test system is installed on VM
Thanks for the report. I see cpuinfo command worked on physical machine without issues but you are right in VM, its showing error. Let me check with upstream.
python-cpuinfo-0.1.4-1.fc21 has been submitted as an update for Fedora 21. https://admin.fedoraproject.org/updates/python-cpuinfo-0.1.4-1.fc21
python-cpuinfo-0.1.4-1.el7 has been submitted as an update for Fedora EPEL 7. https://admin.fedoraproject.org/updates/python-cpuinfo-0.1.4-1.el7
python-cpuinfo-0.1.4-1.fc20 has been submitted as an update for Fedora 20. https://admin.fedoraproject.org/updates/python-cpuinfo-0.1.4-1.fc20
python-cpuinfo-0.1.4-1.fc21 works,thanks for your fix.
Package python-cpuinfo-0.1.4-1.el7: * should fix your issue, * was pushed to the Fedora EPEL 7 testing repository, * should be available at your local mirror within two days. Update it with: # su -c 'yum update --enablerepo=epel-testing python-cpuinfo-0.1.4-1.el7' as soon as you are able to. Please go to the following url: https://admin.fedoraproject.org/updates/FEDORA-EPEL-2015-0755/python-cpuinfo-0.1.4-1.el7 then log in and leave karma (feedback).
python-cpuinfo-0.1.4-1.fc21 has been pushed to the Fedora 21 stable repository. If problems still persist, please make note of it in this bug report.
python-cpuinfo-0.1.4-1.fc20 has been pushed to the Fedora 20 stable repository. If problems still persist, please make note of it in this bug report.
python-cpuinfo-0.1.4-1.el7 has been pushed to the Fedora EPEL 7 stable repository. If problems still persist, please make note of it in this bug report.