Oh, this was also reported in a previous bug, but the Not Enough Data
issue was not followed up. Refer to Comment 10 for bug 1578201.
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1627118
Title:
Not
Public bug reported:
I recently upgraded from Trusty to Xenial. Previously the Ampache
install was working OK. After the Xenial upgrade it took some work to
get it operational again. I believe that installing the php-cgi package
was necessary. In any case, I could login. However, every browse
cate
Public bug reported:
/etc/init.d/buildslave broken. line 90 is:
errors=$( ($errors+1) )
should be:
errors=$(($errors+1))
additionally, there are numerous instances of the string "buildmaster" which
should be "buildslave".
ProblemType: Bug
DistroRelease: Ubuntu 14.04
Package: bu
The original bug description was about a message that did NOT prevent
booting
However if for some reason you cannot boot but can view boot messages on
a text console then there is a good chance this message will already be
visible and nothing much else. So if you have not looked before you
might t
OK. (It is a shame boot.log is not rotated to retain old versions.)
I fixed my boot issue and I still see the message - I did not need to
reinstall.
BTW In case anyone is here for a boot problem ;-) In my particular case
I installed lxc-android-config without checking what it was because it
conta
Public bug reported:
Attempting to PXE boot both the 12.04.3 and 14.04 Live images. PXE
boot works normally (PXE Menu, select desired image, image begins
loading), then the boot process hangs while IP-Config attempts to get an
IP address:
IP-Config: eth0 hardware address e0:db:55:0c:34:7e mtu 1
Public bug reported:
The file /usr/lib/pbuilder/pbuilder-buildpackage parses options and
builds the command line for debuild. It includes the line:
DEBBUILDOPTS="${DEBBUILDOPTS:+$DEBBUILDOPTS }-rfakeroot"
Note that it unequivocally appends "-rfakeroot" to the debuild command
line. In turn, d