← Back to team overview

kernel-packages team mailing list archive

[Bug 1282329] Re: juju requires cpu-checker which is unavailable on arm64/ppc64el

 

** Branch linked: lp:~ubuntu-branches/ubuntu/trusty/cpu-checker/trusty-
proposed

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to cpu-checker in Ubuntu.
https://bugs.launchpad.net/bugs/1282329

Title:
  juju requires cpu-checker which is unavailable on arm64/ppc64el

Status in juju-core:
  Invalid
Status in “cpu-checker” package in Ubuntu:
  New

Bug description:
  I'm testing out deploying charms to an arm64 target using the manual
  provider. After hacking juju to recognize the arch, and hacking in the
  necessary tools, I reach the following failure:

  dannf@laptop:~$ juju add-machine ssh:arm64.dannf -v
  verbose is deprecated with the current meaning, use show-log
  2014-02-19 23:55:44 INFO juju api.go:231 connecting to API addresses: [bootstrap.dannf:17070]
  2014-02-19 23:55:44 INFO juju apiclient.go:118 state/api: dialing "wss://bootstrap.dannf:17070/"
  2014-02-19 23:55:44 INFO juju apiclient.go:128 state/api: connection established
  2014-02-19 23:55:44 INFO juju.environs.manual init.go:156 initialising "arm64.dannf", user ""
  2014-02-19 23:55:44 INFO juju.environs.manual init.go:167 ubuntu user is already initialised
  2014-02-19 23:55:44 INFO juju.environs.manual provisioner.go:260 addresses for arm64.dannf: [192.168.1.117 public:arm64.dannf]
  2014-02-19 23:55:44 INFO juju.environs.manual init.go:29 Checking if arm64.dannf is already provisioned
  2014-02-19 23:55:44 INFO juju.environs.manual init.go:46 arm64.dannf is not provisioned
  2014-02-19 23:55:44 INFO juju.environs.manual init.go:55 Detecting series and characteristics on arm64.dannf
  2014-02-19 23:55:45 INFO juju.environs.manual init.go:118 series: trusty, characteristics: arch=arm64 cpu-cores=1 mem=16062M
  Logging to /var/log/cloud-init-output.log on remote host
  Running apt-get update
  Installing package: git
  Installing package: cpu-checker
  2014-02-19 23:56:23 ERROR juju.environs.manual provisioner.go:78 provisioning failed, removing machine 2: exit status 1
  2014-02-19 23:56:23 ERROR juju.cmd supercommand.go:294 exit status 1

  The issue here is that cpu-checker is not available for arm64 (or
  ppc64el) in the archive.

To manage notifications about this bug go to:
https://bugs.launchpad.net/juju-core/+bug/1282329/+subscriptions


References