Comment 34 for bug 1021471

Revision history for this message
Clint Byrum (clint-fewbar) wrote :

Attaching syslog for latest fail.

BTW, the way I'm reproducing this is with a branch of juju that I've been working on:

You'll need this in ~/.juju/environments.yaml:

  local:
    type: local
    control-bucket: puppies-kittens-goblins
    admin-secret: abcdefghijklmnop0987654321
    data-dir: /tmp/juju-data
    default-series: precise
    juju-origin: lp:~clint-fewbar/juju/local-cloud-img

mkdir /tmp/juju-data
bzr branch lp:~clint-fewbar/juju/local-cloud-img
cd local-cloud-img
export PYTHONPATH=$PWD
export PATH=$PWD/bin:$PATH
juju bootstrap -e local
juju deploy wordpress -e local
# wait for the wordpress service to have 'agent-state: started'
watch juju status
juju destroy-environment -e local
# unregister_netdevice messages now start spitting out on dmesg