[Bug 1267564] Re: etckeeper with git breaks upgrade from Precise to Trusty

2014-01-29 Thread Tuomas Suutari
9001f2425f6f1a37b7ab6440eef3c507a04a8545 Author: Tuomas Suutari tuo...@nepnep.net Date: Tue May 3 00:54:35 2011 +0300 Commit changes after system upgrade diff --git a/hosts b/hosts index e27cf98..d434de0 100644 --- a/hosts +++ b/hosts @@ -1,4 +1,3 @@ -10.238.7.140 untamo # Added by NetworkManager 127.0.0.1

[Bug 1267564] Re: etckeeper with git breaks upgrade from Precise to Trusty

2014-01-10 Thread Tuomas Suutari
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

[Bug 1267564] [NEW] etckeeper with git breaks upgrade from Precise to Trusty

2014-01-09 Thread Tuomas Suutari
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

[Bug 881903] [NEW] lxc-fedora template is broken

2011-10-26 Thread Tuomas Suutari
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

[Bug 881903] Re: lxc-fedora template is broken

2011-10-26 Thread Tuomas Suutari
** 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.

[Bug 881903] Re: lxc-fedora template is broken

2011-10-26 Thread Tuomas Suutari
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

[Bug 881903] Re: lxc-fedora template is broken

2011-10-26 Thread Tuomas Suutari
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