Ubuntu Pastebin

Paste from rog at Tue, 30 Jun 2015 10:48:11 +0000

Download as text
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
% juju bootstrap
Bootstrapping environment "local"
Starting new instance for initial state server
Building tools to upload (1.25-alpha1.1-trusty-amd64)
Installing Juju agent on bootstrap instance
Logging to /home/rog/.juju/local/cloud-init-output.log on remote host
Installing package: curl
Installing package: cpu-checker
Installing package: bridge-utils
Installing package: rsyslog-gnutls
Installing package: cloud-utils
Installing package: cloud-image-utils
Installing package: tmux
Bootstrapping Juju machine agent
Starting Juju machine agent (juju-agent-rog-local)
Bootstrap agent installed
Waiting for API to become available
Waiting for API to become available
Bootstrap complete
% 
% 
% juju status
environment: local
machines:
  "0":
    agent-state: started
    agent-version: 1.25-alpha1.1
    dns-name: localhost
    instance-id: localhost
    series: trusty
    state-server-member-status: has-vote
services: {}
% juju user add testuser
To generate a random strong password, use the --generate flag.
password:
weak
type password again:
weak
user "testuser" added
environment file written to /home/rog/src/go/src/github.com/juju/juju/testuser.jenv
% juju switch testuser
ERROR "testuser" is not a name of an existing defined environment
Download as text