← Back to team overview

mythbuntu-bugs team mailing list archive

[Bug 512175] Re: mythtv-status failing with Mythtv v0.22

 

*** This bug is a duplicate of bug 500396 ***
    https://bugs.launchpad.net/bugs/500396

I was actually referring to that bug to point to the steps to work-
around the problem you are having.  I believe the bug was actually
resolved per https://bugs.launchpad.net/ubuntu/+source/mythtv-
status/+bug/455542

Sorry for the confusion!

-- 
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: Incomplete

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" ],