I was seeing the "Permission denied - failed to get real path for [...]"
error on Ubuntu 14.04 with LXC 1.0.5-0ubuntu0.1 and linux-
image-3.13.0-32-generic, and after some fruitless debugging, figured out
I just needed to add +x permission on the container directory itself:
setfacl -m u:10:x ~
I ran into this and my workaround was:
ln -sf /usr/lib/llvm-3.4/lib/LLVMgold.so /usr/lib/LLVMgold.so
echo /usr/lib/llvm-3.4/lib >> /etc/ld.so.conf
ldconfig
I also had to add -B/usr/lib/gold-ld to my clang options to get it to
use /usr/bin/ld.gold instead of /usr/bin/ld.bfd
(-B takes a directory
And the reason for my troubles? I imaged my Ubuntu VM (for remote
deployment elsewhere) after powering it off during the earliest stages
of a boot. A strange form of a "power outage". I would've never
guessed a feature designed to avoid reboot loops would come into play.
--
You received this b
I spent about 15 hours trying to figure out why my headless Ubuntu 14.04
Beta server wasn't booting. No IPMI or remote hands were available in
this case, unfortunately. I finally got on the right track when I
noticed in my identical test VM that grub2 wasn't always automatically
booting the first
Sorry, ignore my last comment, that looks like an unrelated issue that
went away by coincidence.
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1258597
Title:
Warning: Setting GRUB_TIMEOUT to a non-z
A debootstrap of trusty created an /etc/default/grub with
GRUB_HIDDEN_TIMEOUT=0
GRUB_HIDDEN_TIMEOUT_QUIET=true
GRUB_TIMEOUT=10
which resulted in the warning mentioned, but also caused grub to not
automatically boot the default menuentry after 10 seconds. It just hung
around forever waiting for a
This bug no longer affects me because I moved to one partition, and then
later moved to an SSD. It might affect others, of course, and I hope
they comment.
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bug