Comment 4 for bug 886783

Revision history for this message
phil74 (pchap74) wrote :

problem still here...

python-statgrab version installed : 0.5-4
distribution : xubuntu 13.10

>>> import statgrab
>>> stats=statgrab.sg_get_fs_stats()
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "/usr/lib/pymodules/python2.7/statgrab.py", line 62, in sg_get_fs_stats
    return _statgrab.py_sg_get_fs_stats()
  File "_statgrab.pyx", line 459, in _statgrab.py_sg_get_fs_stats
_statgrab.StatgrabException: 'sg_get_fs_stats() returned NULL'

>>> statgrab.sg_get_host_info()
{'uptime': 86802, 'os_name': 'Linux', 'platform': 'x86_64', 'hostname': 'alien', 'os_version': '#31-Ubuntu SMP Mon Feb 3 21:52:43 UTC 2014', 'os_release': '3.11.0-17-generic'}
>>>

thanks, Phil