Package: torsmo Version: 0.18-3 Severity: important torsmo, as of 0.18-3, does not update the sensors correctly.
With the lines in my .torsmorc: Temperatures: CPU: ${i2c temp 1}°C - MB: ${i2c temp 2}°C - Remote: ${i2c temp 3}°C Fans: CPU: ${i2c fan 1} RPM Rear: ${i2c fan 4} RPM Ther numbers do not update when the temperatures or fan RPMs change. The temperatues and RPMs update with other packages, such as gkrellm. strace on torsmo gives me this: ~$ strace 2>&1 torsmo | grep fan open("/sys/bus/i2c/devices/1-002e/fan1_input", O_RDONLY) = 8 open("/sys/bus/i2c/devices/1-002e/fan1_div", O_RDONLY) = -1 ENOENT (No such file or directory) open("/sys/bus/i2c/devices/1-002e/fan4_input", O_RDONLY) = 9 open("/sys/bus/i2c/devices/1-002e/fan4_div", O_RDONLY) = -1 ENOENT (No such file or directory) watch(1)ing the file shows it being updated, but torsmo doesn't update the line in its display. :-( -- Willie Gnarlson