Hi,
I am trying to get archey working on my debian 6.0.7. I installed it this way:
$ sudo apt-get install lsb-release scrot
$ wget http://github.com/downloads/djmelik/archey/archey-0.2.8.deb
$ sudo dpkg -i archey-0.2.8.deb
But I get this error:
root@vserv01:~# archey
df: no file systems processed
Traceback (most recent call last):
File "/usr/bin/archey", line 304, in <module>
func()
File "/usr/bin/archey", line 285, in disk_display
total = p1.splitlines()[-1]
IndexError: list index out of range
Does anyone know how to resolve this issue?