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

Mike Loeffler mtl010957 at comcast.net
Mon Jan 25 03:08:00 UTC 2010


Public bug reported:

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

** Affects: mythtv-status (Ubuntu)
     Importance: Undecided
         Status: New

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs at lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs




More information about the universe-bugs mailing list