← Back to team overview

mythbuntu-bugs team mailing list archive

[Bug 661976] Re: Restoring from 9.10 to 10.10 gives traceback

 

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

Marking this as a duplicate of #761189 since that is resolved

** This bug has been marked a duplicate of bug 761189
   Mythbuntu Control Centre restore fails
 * You can subscribe to bug 761189 by following this link: https://bugs.launchpad.net/mythbuntu/+bug/761189/+subscribe

-- 
You received this bug notification because you are a member of Mythbuntu
Bug Team, which is subscribed to Mythbuntu.
https://bugs.launchpad.net/bugs/661976

Title:
  Restoring from 9.10 to 10.10 gives traceback

Status in Mythbuntu, Ubuntu derivative focused upon MythTV:
  Incomplete

Bug description:
  Hi,

  I'm trying to restore my 9.10 setup in 10.10.  I created a restore
  file in 9.10 using the following structure:

  root@mythtv:~# tar -ztvf /tmp/backup/mythbuntu-system-backup-20101016-2029.tar.gz 
  -rw-rw---- mythtv/mythtv   329 2009-12-31 15:03 etc/mythtv/config.xml
  -rw-rw---- mythtv/mythtv  1124 2009-12-31 15:03 etc/mythtv/mysql.txt
  -rw-r--r-- root/root       422 2009-10-31 14:34 etc/lirc/lircd.conf
  -rw-r--r-- root/root      1071 2009-10-31 14:34 etc/lirc/hardware.conf
  -rw-r--r-- root/root         7 2009-10-31 14:28 etc/hostname
  -rw-r--r-- root/root       252 2009-10-31 14:28 etc/hosts
  -rw-r--r-- hertz/hertz     803 2010-10-16 20:37 tmp/mythbuntu-bare/mythconverg-1244-20101016203750.sql

  The .sql file was from 9.10 but made with the
  /usr/share/mythtv/mythconverg_backup.pl script from 10.10.

  When I try to restore the .tar.gz that I made with the Mythbuntu
  Control Center I get a traceback on restore:

  --start--
  Window Title = DBus Exception

  org.freedesktop.DBus.Python.RuntimeError

  Traceback (most recent call last):
    File "/usr/lib/pymodules/python2.6/dbus/service.py", line 702, in _message_cb
      retval = candidate_method(self, *args, **keywords)
    File "/usr/lib/python2.6/dist-packages/MythbuntuControlCentre/backend.py", line 252, in scriptedchanges
      for item in plugin_dictionary:
  RuntimeError: dictionary changed size during iteration
  --end--


References