Steps to reproduce:
sudo lxc-create -n my_machine -t debian
sudo lxc-start -n my_machine
Expected:
#booting
...
Debian GNU/Linux 6.0 my_machine console
my_machine login:
Happens:
#booting
...
Debian GNU/Linux 6.0 console
login:
The fix above fixes the problem.
--
You receive
Public bug reported:
Although this bug looks very similar to #1046684 , it is not the same.
With the installed version 0.7.5-3ubuntu66 , I still find the bug existing.
The file, located at /usr/lib/lxc/templates/lxc-debian, has a simple
error when copying the configuration and does not provide
*** This bug is a duplicate of bug 774265 ***
https://bugs.launchpad.net/bugs/774265
I actually DID a search for that bug not to submit a duplicate, but was unable
to find it.
I can confirm that the problem is solved on 1.5.1 , so it probably was a
duplicate.
Thanks for the help!
** This
** Attachment added: "1"
https://bugs.launchpad.net/bugs/829535/+attachment/2291990/+files/1
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/829535
Title:
Meld halts (100% cpu usage) when one file
Public bug reported:
Meld ( 1.5.0 on ubuntu 11.04 x64 ) halts to 100% cpu usage and probably
infinite loop, when comparing two files with one ending in a new line
and the other not.
I can reproduce it the following way:
create file 1 and 2
file 1:
a\n
file 2:
b
Compare them with : meld 1 2
O