Ubuntu Pastebin

Paste from liberine at Wed, 6 Jul 2016 16:56:28 +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
aaron@aaron-HP-EliteBook-2730p:~$ libertine-container-manager create -i test -d xenial -n Xenial
Your user password is required for creating a Libertine container.
Password: 
Using image from local cache
Unpacking the rootfs

---
You just created an Ubuntu container (release=xenial, arch=amd64, variant=default)

To enable sshd, run: apt-get install openssh-server

For security reason, container images ship without user accounts
and without a root password.

Use lxc-attach or chroot directly into the rootfs to set a root password
or create user accounts.
starting container ...
Traceback (most recent call last):
  File "/usr/bin/libertine-container-manager", line 857, in <module>
    args.func(args)
  File "/usr/bin/libertine-container-manager", line 407, in create
    if not container.create_libertine_container(password, args.multiarch, args.verbosity):
  File "/usr/lib/python3/dist-packages/libertine/Libertine.py", line 323, in create_libertine_container
    return self.container.create_libertine_container(password, multiarch, verbosity)
  File "/usr/lib/python3/dist-packages/libertine/LxcContainer.py", line 195, in create_libertine_container
    self.start_container()
  File "/usr/lib/python3/dist-packages/libertine/LxcContainer.py", line 110, in start_container
    self._dump_lxc_log()
  File "/usr/lib/python3/dist-packages/libertine/LxcContainer.py", line 312, in _dump_lxc_log
    with open(self.lxc_log_file, 'r') as fd:
AttributeError: 'LibertineLXC' object has no attribute 'lxc_log_file'
Download as text