Ubuntu Pastebin

Paste from TafThorne at Wed, 26 Apr 2017 13:24:47 +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
$ time lxc launch ubuntu:yakkety
Generating a client certificate. This may take a minute...
If this is your first time using LXD, you should also run: sudo lxd init
To start your first container, try: lxc launch ubuntu:16.04

Creating lucky-jay
Starting lucky-jay                 

real	0m27.524s
user	0m3.360s
sys	0m0.012s
thomasthorne@thorne-ul-dt:~$ sudo lxd init
LXD init cannot be used at this time.
+However if all you want to do is reconfigure the network,
+you can still do so by running "sudo dpkg-reconfigure -p medium lxd"

error: You have existing containers or images. lxd init requires an empty LXD.
thomasthorne@thorne-ul-dt:~$ lxc exec lucky-jay -- /bin/bash 
root@lucky-jay:~# sudo -u ubuntu -i
To run a command as administrator (user "root"), use "sudo <command>".
See "man sudo_root" for details.

ubuntu@lucky-jay:~$
Download as text