← Back to team overview

holland-coredev team mailing list archive

[Bug 897400] Re: Plugins not loading correctly in Ubuntu 11.10

 

This is a bug in the version of python-pkg-resources  provided by Ubuntu
11.10 so just upgrading the underlying distribute library to a recent
stable version will resolve it.  There may be a cleaner backport package
somewhere, but I don't really follow debian/ubuntu these days.

An simple but not very debian way of upgrading would be to run:

# easy_install-2.7 -U distribute

At which point holland should be fine - I briefly tested this in a 11.10
test environment.

-- 
You received this bug notification because you are a member of Holland
Build, which is subscribed to holland-backup.
https://bugs.launchpad.net/bugs/897400

Title:
  Plugins not loading correctly in Ubuntu 11.10

Status in Holland Backup Framework:
  In Progress
Status in Ubuntu:
  Invalid

Bug description:
  Ubuntu 11.10 (Oneiric) was recently added to the auto build system on
  opensuse, but the packages built are not executing correctly after
  install.  When running a simple 'holland bk', no plugins load
  correctly, so backups fail:

  # dpkg -i holland-common_1.0.6-2_all.deb holland_1.0.6-2_all.deb holland-mysqldump_1.0.6-2_all.deb
  Selecting previously deselected package holland-common.
  (Reading database ... 46243 files and directories currently installed.)
  Unpacking holland-common (from holland-common_1.0.6-2_all.deb) ...
  Selecting previously deselected package holland.
  Unpacking holland (from holland_1.0.6-2_all.deb) ...
  Selecting previously deselected package holland-mysqldump.
  Unpacking holland-mysqldump (from holland-mysqldump_1.0.6-2_all.deb) ...
  Setting up holland (1.0.6-2) ...
  Processing triggers for man-db ...
  Setting up holland-common (1.0.6-2) ...
  Setting up holland-mysqldump (1.0.6-2) ...
  Processing triggers for python-support ...

  # holland bk
  Holland 1.0.6 started with pid 14824
  Skipping command plugin help: No module named help
  Skipping command plugin mk-config: No module named mk_config
  Skipping command plugin listbackups: No module named list_backups
  Skipping command plugin purge: No module named purge
  Skipping command plugin listplugins: No module named list_plugins
  Skipping command plugin backup: No module named backup
  No such command: 'bk'

  # lsb_release -a
  No LSB modules are available.
  Distributor ID:	Ubuntu
  Description:	Ubuntu 11.10
  Release:	11.10
  Codename:	oneiric

  Expected behavior is to load plugins and execute backup of MySQL
  Packages were pulled from http://download.opensuse.org/repositories/home:/holland-backup/xUbuntu_11.10/

To manage notifications about this bug go to:
https://bugs.launchpad.net/holland-backup/+bug/897400/+subscriptions


References