Advertisement
Guest User

Untitled

a guest
Dec 16th, 2011
193
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.66 KB | None | 0 0
  1. 2011-12-16 11:32:26,595 INFO Bootstrapping environment 'orchestra' (type: orchestra)...
  2. Could not find any Cobbler systems marked as available and configured for network boot.
  3. 2011-12-16 11:32:26,617 ERROR Could not find any Cobbler systems marked as available and configured for network boot.
  4. stefano@orchestrasrv:~$ juju bootstrap
  5. 2011-12-16 11:32:51,958 INFO Bootstrapping environment 'orchestra' (type: orchestra)...
  6. 2011-12-16 11:32:52,073 ERROR Failed to launch machine MTMyMzg3NzM4Ni41NTM2MjU4MDguOTM2MzY; attempting to revert.
  7. Traceback (most recent call last):
  8. File "/usr/lib/python2.7/dist-packages/juju/providers/orchestra/launch.py", line 45, in start_machine
  9. instance_id, machine_id, cloud_init.render())
  10. File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1020, in _inlineCallbacks
  11. result = g.send(result)
  12. File "/usr/lib/python2.7/dist-packages/juju/providers/orchestra/cobbler.py", line 232, in start_system
  13. ks_meta = _unpack_ks_meta(system["ks_meta"])
  14. File "/usr/lib/python2.7/dist-packages/juju/providers/orchestra/cobbler.py", line 16, in _unpack_ks_meta
  15. return dict(t.split("=", 1) for t in shlex.split(s))
  16. File "/usr/lib/python2.7/shlex.py", line 279, in split
  17. return list(lex)
  18. File "/usr/lib/python2.7/shlex.py", line 269, in next
  19. token = self.get_token()
  20. File "/usr/lib/python2.7/shlex.py", line 96, in get_token
  21. raw = self.read_token()
  22. File "/usr/lib/python2.7/shlex.py", line 124, in read_token
  23. nextchar = self.instream.read(1)
  24. AttributeError: 'dict' object has no attribute 'read'
  25. 'dict' object has no attribute 'read'
  26. 2011-12-16 11:32:52,090 ERROR 'dict' object has no attribute 'read'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement