Displaying 3 results from an estimated 3 matches for "le04".
Did you mean:
de04
2015 Mar 18
2
Re: Would this be considered a ubuntu or libguestfs issue?
...ils is rsyslog on 10 and 12 and libpam-systemd in 14).
libguestfs-1.29.29 + supermin 5.1.12 built from source on fedora 21.
Here's a log for a 14.04 guest. The command used was:
$ ./run virt-builder ubuntu-14.04 --update --root-password
password:changeme --format qcow2 -o /mnt/nfs/ubuntu-10.le04.qcow2
Thanks,
Lee
2015 Mar 17
2
Would this be considered a ubuntu or libguestfs issue?
virt-builder on a ubuntu guest when passed --update fails with "Unable
to connect to Upstart":
https://www.nesono.com/node/368
Lee
2015 Mar 18
0
Re: Would this be considered a ubuntu or libguestfs issue?
...and libpam-systemd in 14).
> libguestfs-1.29.29 + supermin 5.1.12 built from source on fedora 21.
>
> Here's a log for a 14.04 guest. The command used was:
>
> $ ./run virt-builder ubuntu-14.04 --update --root-password
> password:changeme --format qcow2 -o /mnt/nfs/ubuntu-10.le04.qcow2
Yup, this is a bug .. in something.
What is happening is that the Ubuntu libpam-systemd package has a
post-install script that tries to communicate with the init system
(which it expects to be running, but isn't running inside the
libguestfs appliance).
The obvious way to fix this woul...