@Sultan Alsawaf
Thanks for the feedback, but it must be a dependency problem for the
following reasons:
1.) If I had a signed kernel, I could see it when I query the list of
installed packages with dpkg -l
2.) It worked until mid-December when Kernel 5.0.0 was available (Kernel
5.3.0 was only in
Public bug reported:
How to reproduce this bug?
--
1.) create a minimal ubuntu with debootstrap (arch i386)
2.) use this sources.list:
deb http://de.archive.ubuntu.com/ubuntu bionic main restricted universe
multiverse
deb http://de.archive.ubuntu.com/ubuntu bionic-secur
Hi,
this bug still exists! It is IMPOSSIBLE to install linux-generic-
hwe-18.04 and virtualbox virtualbox-guest-x11-hwe virtualbox-ext-pack at
the same time. (arch i386)
I already reported this problem month ago here:
https://bugs.launchpad.net/ubuntu/+source/linux-meta-hwe/+bug/1856492
Seems li
Public bug reported:
How to reproduce this bug?
--
1.) create a minimal ubuntu with debootstrap
2.) use this sources.list:
deb http://de.archive.ubuntu.com/ubuntu bionic main restricted universe
multiverse
deb http://de.archive.ubuntu.com/ubuntu bionic-security main res
In short: Symbolic links are absolutely necessary to exclude files from
overlayfs.
Long explanation:
I use overlayfs to protect my system's root file system. With overlayfs all
changes are only in RAM. So any change is only temporary.
I want some changes to be persistent. To do that I copy these
Public bug reported:
Configuration files created as symbolic links are overwritten by gnome-
control-center. This probably affects any configuration file managed by
gnome-control-center.
Test case:
--
1.) Create symbolic links of the following files
sudo mv /etc/default/locale /etc/defa
A purely speculative assumption:
For some reason, Logitech hardware can immediately go into autosuspend
mode.
To prevent this, you can add the following kernel command line
parameter:
usbcore.autosuspend=-1
In addition, you should execute the following commands:
tee --append /etc/modprobe.d/us
I can confirm that vlc starts on a system where the root filesystem uses
obverlayfs + Kernel 5.0.0-31-generic (testet with Ubuntu 18.04, apt-get
install linux-generic-hwe-18.04).
@Rik
I accidentally clicked on the fix committed link, I did not know that anyone
can change the status without furthe
** Changed in: linux (Ubuntu Disco)
Status: Fix Committed => Fix Released
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1842382
Title:
/proc/self/maps paths missing on live session (was vlc w
I can confirm that this bug exists
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1843503
Title:
PCSX-R in Ubuntu 18.04 cannot configure controllers when more then 1
gamepad is connected
To manage
The reason why vlc does not start is definitely the overlay filesystem.
How can I know that?
I use Ubuntu on a fully encrypted USB stick with overlay root filesystem
(which makes the USB super fast, even faster than ssd).
To enable the overlay root filesystem I use the following initramfs script
Public bug reported:
Let's say:
- someone setup a fully encrypted bootable ubuntu system
- the /boot directory resists in the encrypted root filesystem so that it is
also encrypted
- the parameters --cipher=aes-xts-plain64 and --hash=sha512 have been passed to
cryptsetup luksFormat
- everything
Public bug reported:
If gettext-base is not installed, all recovery menu options are missing
(due to "gettext.sh missing" errors in the recovery-menu script).
Without menu items, friendly-recovery is completely useless. Therefore,
friendly-recovery should depend on gettext-base instead of just
rec
Sorry, I forgot
chmod +x /usr/sbin/grub-probe-overlay
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1247905
Title:
update-grub fails in the face of overlayroot
To manage notifications about this b
WORKING SOLUTION
After encountering this problem, I developed a very simple solution:
nano /usr/sbin/grub-probe-overlay
-[BEGIN]--
#!/bin/sh
ARGS=
for ARG in $@; do
if [ "${ARG%%[!/]*}" = "/" ]; then
15 matches
Mail list logo