Ubuntu Pastebin

Paste from GCE ssh problem at Wed, 8 Feb 2017 13:23:12 +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
$ juju --debug ssh 3
13:22:17 INFO  juju.cmd supercommand.go:63 running juju [2.0.2 gc go1.6.2]
13:22:17 DEBUG juju.cmd supercommand.go:64   args: []string{"juju", "--debug", "ssh", "3"}
13:22:17 INFO  juju.juju api.go:72 connecting to API addresses: [35.187.38.255:17070 10.132.0.2:17070]
13:22:17 INFO  juju.api apiclient.go:530 dialing "wss://35.187.38.255:17070/model/23a16314-f072-4204-856c-0a8cdb280f56/api"
13:22:17 INFO  juju.api apiclient.go:530 dialing "wss://10.132.0.2:17070/model/23a16314-f072-4204-856c-0a8cdb280f56/api"
13:22:17 INFO  juju.api apiclient.go:466 connection established to "wss://35.187.38.255:17070/model/23a16314-f072-4204-856c-0a8cdb280f56/api"
13:22:17 DEBUG juju.juju api.go:263 API hostnames unchanged - not resolving
13:22:17 DEBUG juju.cmd.juju.commands ssh_common.go:263 proxy-ssh is false
13:22:17 INFO  juju.network hostport.go:274 dialed "35.187.46.210:22" successfully
13:22:17 DEBUG juju.cmd.juju.commands ssh_common.go:367 using target "3" address "35.187.46.210"
13:22:17 DEBUG juju.utils.ssh ssh.go:292 using OpenSSH ssh client
Welcome to Ubuntu 16.04.1 LTS (GNU/Linux 4.4.0-62-generic x86_64)



$ juju --debug ssh 4
13:22:01 INFO  juju.cmd supercommand.go:63 running juju [2.0.2 gc go1.6.2]
13:22:01 DEBUG juju.cmd supercommand.go:64   args: []string{"juju", "--debug", "ssh", "4"}
13:22:01 INFO  juju.juju api.go:72 connecting to API addresses: [35.187.38.255:17070 10.132.0.2:17070]
13:22:01 INFO  juju.api apiclient.go:530 dialing "wss://35.187.38.255:17070/model/23a16314-f072-4204-856c-0a8cdb280f56/api"
13:22:01 INFO  juju.api apiclient.go:530 dialing "wss://10.132.0.2:17070/model/23a16314-f072-4204-856c-0a8cdb280f56/api"
13:22:01 INFO  juju.api apiclient.go:466 connection established to "wss://35.187.38.255:17070/model/23a16314-f072-4204-856c-0a8cdb280f56/api"
13:22:01 DEBUG juju.juju api.go:263 API hostnames unchanged - not resolving
13:22:01 DEBUG juju.cmd.juju.commands ssh_common.go:263 proxy-ssh is false
13:22:06 DEBUG juju.cmd.juju.commands ssh_common.go:363 getting target "4" address(es) failed: cannot connect to any address: [35.187.32.125:22 10.132.0.4:22] (retrying)
13:22:06 ERROR cmd supercommand.go:458 cannot connect to any address: [35.187.32.125:22 10.132.0.4:22]
13:22:06 DEBUG cmd supercommand.go:459 (error details: [{github.com/juju/juju/cmd/juju/commands/ssh_common.go:371: } {github.com/juju/juju/cmd/juju/commands/ssh_common.go:400: } {github.com/juju/juju/network/hostport.go:278: cannot connect to any address: [35.187.32.125:22 10.132.0.4:22]}])
Download as text