I also had the exact same problem.

The fix posted above worked for me too.

-- 
mythtv-status failing with Mythtv v0.22
https://bugs.launchpad.net/bugs/512175
You received this bug notification because you are a member of Mythbuntu
Bug Team, which is subscribed to mythtv-status in ubuntu.

Status in “mythtv-status” package in Ubuntu: New

Bug description:
Binary package hint: mythtv-status

After upgrade to Mythbuntu 9.10 which includes Mythtv v0.22, mythtv-backend 
stopped updating the motd. Running /etc/init.d/mythtv-status refresh manually 
as root gave this message:

Unable to find any value for drive_total_total while looking at Total Disk Space
Unable to find any value for drive_total_used while looking at Total Disk Space
Something is wrong calculating the disk space percentage.

These same messages are mailed by cron every 10 minutes.

Running mythtv-status as root gave the expected output except for the total 
space area, where this text was inserted:

Total Disk Space: Total space is __drive_total_total__ MB, with 
__drive_total_used__ MB used (unknown)

The problem seems to be at line 246, this test is succeeding and the total 
space calculation is trying to run expecting the older XML file format.:

    'protocol_version' => [ ">= 32" ],

I have changed the line to this and it appears to be fixed:

    'protocol_version' => [ ">= 32 && < 39" ],



_______________________________________________
Mailing list: https://launchpad.net/~mythbuntu-bugs
Post to     : mythbuntu-bugs@lists.launchpad.net
Unsubscribe : https://launchpad.net/~mythbuntu-bugs
More help   : https://help.launchpad.net/ListHelp

Reply via email to