Created
April 21, 2014 18:06
-
-
Save renier/11150973 to your computer and use it in GitHub Desktop.
Juju bootstrap fail - precise-amd64 juju box, Juju 1.18.1
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Bringing machine 'default' up with 'virtualbox' provider... | |
[default] Importing base box 'JujuBox'... | |
[default] Matching MAC address for NAT networking... | |
[default] Setting the name of the VM... | |
[default] Clearing any previously set forwarded ports... | |
[default] Clearing any previously set network interfaces... | |
[default] Preparing network interfaces based on configuration... | |
[default] Forwarding ports... | |
[default] -- 22 => 2222 (adapter 1) | |
[default] -- 22 => 2122 (adapter 1) | |
[default] -- 80 => 6080 (adapter 1) | |
[default] -- 8001 => 8001 (adapter 1) | |
[default] Booting VM... | |
[default] Waiting for machine to boot. This may take a few minutes... | |
[default] Machine booted and ready! | |
[default] The guest additions on this VM do not match the installed version of | |
VirtualBox! In most cases this is fine, but in rare cases it can | |
cause things such as shared folders to not work properly. If you see | |
shared folder errors, please make sure the guest additions within the | |
virtual machine match the version of VirtualBox you have installed on | |
your host and reload your VM. | |
Guest Additions Version: 4.1.12 | |
VirtualBox Version: 4.3 | |
[default] Configuring and enabling network interfaces... | |
[default] Mounting shared folders... | |
[default] -- /vagrant | |
[default] Running provisioner: shell... | |
[default] Running: inline script | |
You have not informed bzr of your Launchpad ID, and you must do this to | |
write to Launchpad or access private data. See "bzr help launchpad-login". | |
Branched 2 revisions. | |
Bootstrapping Juju... | |
WARNING unknown config field "shared-storage-port" | |
ERROR failed verification of local provider prerequisites: | |
rsyslog-gnutls must be installed to enable the local provider: | |
sudo apt-get install rsyslog-gnutls | |
ERROR | |
rsyslog-gnutls must be installed to enable the local provider: | |
sudo apt-get install rsyslog-gnutls | |
WARNING unknown config field "shared-storage-port" | |
ERROR failed verification of local provider prerequisites: | |
rsyslog-gnutls must be installed to enable the local provider: | |
sudo apt-get install rsyslog-gnutls | |
ERROR | |
rsyslog-gnutls must be installed to enable the local provider: | |
sudo apt-get install rsyslog-gnutls | |
Setting up Juju GUI dependencies...this may take a minute. | |
You can find the log in /var/log/juju-setup.log | |
You have not informed bzr of your Launchpad ID, and you must do this to | |
write to Launchpad or access private data. See "bzr help launchpad-login". | |
Branched 25 revisions. | |
WARNING unknown config field "shared-storage-port" | |
ERROR failed verification of local provider prerequisites: | |
rsyslog-gnutls must be installed to enable the local provider: | |
sudo apt-get install rsyslog-gnutls | |
ERROR | |
rsyslog-gnutls must be installed to enable the local provider: | |
sudo apt-get install rsyslog-gnutls | |
Traceback (most recent call last): | |
File "/root/redirect.py", line 19, in <module> | |
env = Environment("wss://localhost:17070") | |
File "/usr/local/lib/python2.7/dist-packages/jujuclient.py", line 314, in __init__ | |
endpoint, origin=self.endpoint) | |
File "/usr/local/lib/python2.7/dist-packages/websocket/__init__.py", line 214, in create_connection | |
websock.connect(url, **options) | |
File "/usr/local/lib/python2.7/dist-packages/websocket/__init__.py", line 464, in connect | |
self.sock.connect((hostname, port)) | |
File "/usr/lib/python2.7/socket.py", line 224, in meth | |
return getattr(self._sock,name)(*args) | |
socket.error: [Errno 111] Connection refused | |
WARNING unknown config field "shared-storage-port" | |
ERROR failed verification of local provider prerequisites: | |
rsyslog-gnutls must be installed to enable the local provider: | |
sudo apt-get install rsyslog-gnutls | |
ERROR | |
rsyslog-gnutls must be installed to enable the local provider: | |
sudo apt-get install rsyslog-gnutls | |
juju-gui start/running, process 1654 | |
juju-gui start/running, process 1654 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment