juju local deploy with lxc fails due to upstart job

Bug #1183626 reported by Benjamin Kerensa
10
This bug affects 2 people
Affects Status Importance Assigned to Milestone
juju (Ubuntu)
Confirmed
Medium
Unassigned

Bug Description

Release of Ubuntu: 13.10
Package Version: 0.7
Expected Results: Sauciness
Actual Results: bkerensa@Buddha:~$ juju bootstrap
2013-05-23 18:00:09,466 INFO Bootstrapping environment 'bkerensa' (origin: ppa type: local)...
2013-05-23 18:00:09,467 INFO Checking for required packages...
2013-05-23 18:00:09,968 INFO Starting networking...
status: Unknown job: lxc-net
2013-05-23 18:00:09,975 ERROR Problem checking status of lxc-net upstart job.
bkerensa@Buddha:~$

ProblemType: Bug
DistroRelease: Ubuntu 13.10
Package: juju 0.7-0ubuntu1
ProcVersionSignature: Ubuntu 3.9.0-2.7-generic 3.9.3
Uname: Linux 3.9.0-2-generic x86_64
ApportVersion: 2.10.2-0ubuntu1
Architecture: amd64
Date: Thu May 23 17:58:56 2013
EcryptfsInUse: Yes
InstallationDate: Installed on 2013-04-25 (28 days ago)
InstallationMedia: Ubuntu 13.04 "Raring Ringtail" - Release amd64 (20130424)
MarkForUpload: True
PackageArchitecture: all
SourcePackage: juju
UpgradeStatus: Upgraded to saucy on 2013-05-03 (20 days ago)

Revision history for this message
Benjamin Kerensa (bkerensa) wrote :
Changed in juju (Ubuntu):
status: New → Confirmed
importance: Undecided → Medium
Revision history for this message
Chris J Arges (arges) wrote :
Download full text (5.2 KiB)

I can confirm this on saucy:
~$ juju -v bootstrap
2013-06-19 13:29:44,183 DEBUG Initializing juju bootstrap runtime
2013-06-19 13:29:44,197 INFO Bootstrapping environment 'lxc' (origin: ppa type: local)...
2013-06-19 13:29:44,198 INFO Checking for required packages...
2013-06-19 13:29:44,643 INFO Starting networking...
status: Unknown job: lxc-net
Traceback (most recent call last):
  File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 422, in errback
    self._startRunCallbacks(fail)
  File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 489, in _startRunCallbacks
    self._runCallbacks()
  File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 576, in _runCallbacks
    current.result = callback(current.result, *args, **kw)
  File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1127, in gotResult
    _inlineCallbacks(r, g, deferred)
--- <exception caught here> ---
  File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1069, in _inlineCallbacks
    result = result.throwExceptionIntoGenerator(g)
  File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 389, in throwExceptionIntoGenerator
    return g.throw(self.type, self.value, self.tb)
  File "/usr/lib/python2.7/dist-packages/juju/control/bootstrap.py", line 39, in command
    yield provider.bootstrap(constraints)
  File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1069, in _inlineCallbacks
    result = result.throwExceptionIntoGenerator(g)
  File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 389, in throwExceptionIntoGenerator
    return g.throw(self.type, self.value, self.tb)
  File "/usr/lib/python2.7/dist-packages/juju/providers/local/__init__.py", line 96, in bootstrap
    yield net.start()
  File "/usr/lib/python2.7/dist-packages/twisted/python/threadpool.py", line 172, in _worker
    result = context.call(ctx, function, *args, **kwargs)
  File "/usr/lib/python2.7/dist-packages/twisted/python/context.py", line 118, in callWithContext
    return self.currentContext().callWithContext(ctx, func, *args, **kw)
  File "/usr/lib/python2.7/dist-packages/twisted/python/context.py", line 81, in callWithContext
    return func(*args,**kw)
  File "/usr/lib/python2.7/dist-packages/juju/providers/local/network.py", line 76, in start_network
    _set_lxc_net_state('start')
  File "/usr/lib/python2.7/dist-packages/juju/providers/local/network.py", line 65, in _set_lxc_net_state
    (goal, state) = _status_lxc_net()
  File "/usr/lib/python2.7/dist-packages/juju/providers/local/network.py", line 54, in _status_lxc_net
    'Problem checking status of lxc-net upstart job.')
juju.errors.ProviderInteractionError: Problem checking status of lxc-net upstart job.
2013-06-19 13:29:44,665 ERROR Traceback (most recent call last):
  File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 422, in errback
    self._startRunCallbacks(fail)
  File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 489, in _startRunCallbacks
    self._runCallbacks()
  File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 576, in _runCal...

Read more...

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.