Ubuntu Pastebin

Paste from Cory at Wed, 8 Feb 2017 17:56:00 +0000

Download as text
1
2
3
4
5
6
7
8
9
[johnsca@murdoch:cwr] $ /usr/bin/lxc config show
config:
  core.https_address: '[::]'
  storage.zfs_pool_name: lxd
[johnsca@murdoch:cwr] $ /snap/bin/lxc config show
config:
  core.https_address: '[::]:8444'
[johnsca@murdoch:cwr] $ /snap/bin/juju bootstrap localhost lxd-beta
ERROR enabling HTTPS listener: cannot listen on https socket: listen tcp [::]:8443: bind: address already in use
Download as text