-1,4 +1,4 @@
-192.168.1.116 untamo # Added by NetworkManager
+10.238.7.140 untamo # Added by NetworkManager
127.0.0.1 localhost.localdomain localhost
::1untamo localhost6.localdomain6 localhost6
127.0.1.1 untamo
commit 9001f2425f6f1a37b7ab6440eef3c507a04a8545
Author: Tuomas Suutari
Date:
Hmm.. forget it. The upgrade went fine after all. Only the changes in
etc had to be committed manually.
I mark this as Invalid, since the problem can be avoided by changing the
configuration.
** Changed in: etckeeper (Ubuntu)
Status: New => Invalid
--
You received this bug notification b
Public bug reported:
I tried to upgrade Ubuntu 12.04 Precise system to 14.04 Trusty (alpha)
with "do-release-upgrade -d". I had etckeeper installed and configured
to use Git. The upgrade failed at the very end, because etckeepers DPkg
::Post-Invoke hook failed. The reason was that git user.name a
Doh, this was already fixed upstream (see [1]), but it seems that this
is not the only thing broken in lxc-fedora template. Though even
upstream's current master version (5fe95ad1) did not work. I had to make
some other changes too to get it working. I've submitted my changes
upstream [2].
To get
This is the version of lxc-fedora template that I got working. Replace
/usr/lib/lxc/templates/lxc-fedora with this and use "lxc-create -t
fedora ..." to create a Fedora container with it.
** Attachment added: "Modified version of lxc-fedora template"
https://bugs.launchpad.net/ubuntu/+source/
** Patch added: "Fix missing EOF and extra plus characters in fstab creation"
https://bugs.launchpad.net/bugs/881903/+attachment/2573277/+files/lxc-fedora_eof_fix.patch
--
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to lxc in Ubuntu.
Public bug reported:
There is a missing EOF line in lxc-fedora template script. That syntax
error makes the script non-working. For example command "lxc-create -t
fedora -h" will result in printing "/usr/lib/lxc/templates/lxc-fedora:
line 290: usage: command not found" in infinite loop. Expected o