Activity log for bug #1303016

Date Who What changed Old value New value Message
2014-04-05 10:51:40 Mark Shuttleworth bug added bug
2014-04-05 10:52:51 Mark Shuttleworth description maas-test fails if the saucy image cannot install language packs, and that happened to me today because for some reason the package files were out of date. The following line fixed the problem: # Install the English language pack first. If this is not done # before postgres is installed, on some systems it won't be able to # set up its main cluster. # TODO: Is there no better way to ensure this, e.g. through a # dependency? + self.kvm_fixture.run_command(['sudo', 'apt-get', 'update'], check_call=True) self.kvm_fixture.install_packages(['language-pack-en']) I suspect the fix can be made more robust, with a useful logged error message if the update fails, but this was sufficient to get me past this particular hurdle on the day :) maas-test fails if the saucy image cannot install language packs, and that happened to me today because for some reason the package files were out of date. The following line fixed the problem: # Install the English language pack first. If this is not done   # before postgres is installed, on some systems it won't be able to   # set up its main cluster.   # TODO: Is there no better way to ensure this, e.g. through a   # dependency? + self.kvm_fixture.run_command(['sudo', 'apt-get', 'update'], check_call=True)   self.kvm_fixture.install_packages(['language-pack-en']) I suspect the fix can be made more robust, with a useful logged error message if the update fails, but this was sufficient to get me past this particular hurdle on the day :)
2014-04-28 07:12:26 Raphaël Badin branch linked lp:~rvb/maas-test/update-proxy
2014-04-28 07:12:33 Raphaël Badin maas-test: importance Undecided High
2014-04-28 07:12:35 Raphaël Badin maas-test: assignee Raphaël Badin (rvb)
2014-04-28 07:12:38 Raphaël Badin maas-test: status New In Progress
2014-04-28 07:35:34 Raphaël Badin maas-test: status In Progress Fix Committed