[Bug 1644996] Re: logrotate config uses syslog group

2020-06-01 Thread WGH
At least one cloud provider builds its Ubuntu 18.04 images without rsyslog. https://github.com/scaleway/image-ubuntu/issues/138 ** Bug watch added: github.com/scaleway/image-ubuntu/issues #138 https://github.com/scaleway/image-ubuntu/issues/138 -- You received this bug notification because y

[Bug 1573095] Re: Cloud images fail to boot when a serial port is not available

2020-05-08 Thread WGH
Although I completely agree that's the kernel could've automatically chosen the working /dev/console "backend", and that would be the best fix, this won't be fixed soon. Right now users without serial port have unexplicable hang that is pretty hard to debug. Having initramfs init script report bro

[Bug 1573095] Re: Cloud images fail to boot when a serial port is not available

2020-05-08 Thread WGH
I of course meant print "$@" || echo "/dev/console appears broken" >/dev/kmsg -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1573095 Title: Cloud images fail to boot when a serial port is not availa

[Bug 1573095] Re: Cloud images fail to boot when a serial port is not available

2020-05-06 Thread WGH
I debugged this problem a bit. The problem stems from initramfs attempting to use /dev/console (which refers to nonexisting /dev/ttyS0), having its logging functions unexpectedly return errors, and broking everything around. You may have already noticed that when this happens, 100% CPU time is con

[Bug 1874142] Re: lvm2-lvmlocking.service incorrectly uses nonexistent option --lock-opt autowait

2020-04-22 Thread WGH
https://www.redhat.com/archives/lvm-devel/2020-April/msg00017.html fixed upstream, but still affects both Ubuntu 18.04 and 20.04 (/lib/systemd/system/lvm2-lvmlocking.service and /lib/systemd/system/lvmlocks.service correspondingly) -- You received this bug notification because you are a member of

[Bug 1874142] [NEW] lvm2-lvmlocking.service incorrectly uses nonexistent option --lock-opt autowait

2020-04-21 Thread WGH
Public bug reported: The lvm2-lvmlocking.service systemd unit installed by lvm2-lockd package has the following line: # start lockspaces and wait for them to finish starting ExecStart=@SBINDIR@/lvm vgchange --lock-start --lock-opt autowait This is unfortunately wrong: the autowait option was dro

[Bug 1820144] Re: iptables-persistent fails in containers due to modprobe being unavailable even though module could've been loaded outside of the container

2019-06-03 Thread WGH
I've just tested the -proposed package on cosmic and bionic, works fine now. ** Tags removed: verification-needed-cosmic ** Tags added: verification-done-cosmic -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.ne

[Bug 1820144] Re: iptables-persistent fails in containers due to modprobe being unavailable even though module could've been loaded outside of the container

2019-06-03 Thread WGH
** Tags removed: verification-needed-bionic ** Tags added: verification-done-bionic -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1820144 Title: iptables-persistent fails in containers due to modpro

[Bug 1820144] Re: iptables-persistent fails in containers due to modprobe being unavailable even though module could've been loaded outside of the container

2019-04-01 Thread WGH
> Can you please read through https://wiki.ubuntu.com/StableReleaseUpdates#SRU_Bug_Template and apply the template for SRU to your bug description, please? This is necessary before this can even be handled like an SRU. Is this still relevant? -- You received this bug notification because you are

[Bug 1820144] Re: iptables-persistent fails in containers due to modprobe being unavailable even though module could've been loaded outside of the container

2019-03-16 Thread WGH
> This only works if the iptables modules aren't loaded in the 'host' system, correct? I don't get your question. iptables-persistent doesn't work in containers in both cases: - When modules are not loaded. Since containers lack privileges to load them, this is not fixable. - When modules are lo

[Bug 1820144] Re: iptables-persistent fails in containers due to modprobe being unavailable even though module could've been loaded outside of the container

2019-03-15 Thread WGH
Quick reproduction in LXD: lxc launch ubuntu:18.04 x lxc exec x apt update lxc exec x apt install iptables-persistent lxc exec x netfilter-persistent save -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs

[Bug 1820144] [NEW] iptables-persistent fails in containers due to modprobe being unavailable even though module could've been loaded outside of the container

2019-03-14 Thread WGH
Public bug reported: /usr/share/netfilter-persistent/plugins.d/15-ip4tables contains two lines of interest: set -e /sbin/modprobe -q iptable_filter modprobe failure causes entire script to exit with 1 status immediately. Processes run inside of containers (such as LXC and LXD) can't really load

[Bug 1788280] Re: SRU of LXD 3.0.2

2018-09-14 Thread WGH
3.0.2 also is supposed to fix a rather nasty memory leak: https://github.com/lxc/lxd/issues/4769 ** Bug watch added: LXD bug tracker #4769 https://github.com/lxc/lxd/issues/4769 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https

[Bug 1777349] Re: Broken encoding in Russian-translated HTML templates

2018-06-19 Thread WGH
I'll need to spin up my own test container to properly test why it ever renders correctly. I don't think browsers are actually able to figure out that the text should be decoded from UTF-8 to KOI8-R and then interpreted as UTF-8. My Firefox wasn't able to do that when I opened template source file

[Bug 1777349] Re: Broken encoding in Russian-translated HTML templates

2018-06-19 Thread WGH
This is indeed correct. In my case it didn't render correctly though. I think that was because the template also included parts in proper encoding (e.g. list description or localized messages from gettext), and the browser can't really recover from mixed incorrect encoding. -- You received this

[Bug 1777349] Re: Broken encoding in Russian-translated HTML templates

2018-06-18 Thread WGH
This bug also occurs in Debian: https://bugs.debian.org/cgi- bin/bugreport.cgi?bug=901810 ** Bug watch added: Debian Bug tracker #901810 https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=901810 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed

[Bug 1777349] [NEW] Broken encoding in Russian-translated HTML templates

2018-06-17 Thread WGH
Public bug reported: Description:Ubuntu 18.04 LTS Release:18.04 mailman: Installed: 1:2.1.26-1 Candidate: 1:2.1.26-1 Version table: *** 1:2.1.26-1 500 500 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages 100 /var/lib/dpkg/status The Ubuntu package c

[Bug 1240869] Re: nouveau spits errors and hangs when ubuntu search window is openned

2013-10-17 Thread WGH
Disabling background blur with Unity Tweak Tool "fixes" this problem. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1240869 Title: nouveau spits errors and hangs when ubuntu search window is openne

[Bug 1240869] [NEW] nouveau spits errors and hangs when ubuntu search window is openned

2013-10-17 Thread WGH
Public bug reported: Every time I open that Ubuntu search thing computer starts to lag. Sometimes blurred backdrop disappears, sometimes other random controls turn green (that is, solid rectangle instead of graphics). Computer even completely froze once. The video adapter is GeForce 8400 GS. Desk

[Bug 755076] Re: ksoftirqd/0 using 100% CPU, HDD led is lit

2011-04-10 Thread WGH
Although it still reports an error regarding DMAR, I see no visible problems so far. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/755076 Title: ksoftirqd/0 using 100% CPU, HDD led is lit -- ubunt

[Bug 755076] Re: ksoftirqd/0 using 100% CPU, HDD led is lit

2011-04-10 Thread WGH
Thank you very much, problem's solved! -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/755076 Title: ksoftirqd/0 using 100% CPU, HDD led is lit -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.c

[Bug 755076] Re: ksoftirqd/0 using 100% CPU, HDD led is lit

2011-04-09 Thread WGH
And the last one. ** Attachment added: "kern.log" https://bugs.launchpad.net/ubuntu/+bug/755076/+attachment/2007224/+files/kern.log -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/755076 Title: k

[Bug 755076] Re: ksoftirqd/0 using 100% CPU, HDD led is lit

2011-04-09 Thread WGH
** Attachment added: "/var/log/syslog" https://bugs.launchpad.net/ubuntu/+bug/755076/+attachment/2007203/+files/syslog -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/755076 Title: ksoftirqd/0 usi

[Bug 755076] Re: ksoftirqd/0 using 100% CPU, HDD led is lit

2011-04-09 Thread WGH
** Attachment added: "dmesg" https://bugs.launchpad.net/ubuntu/+bug/755076/+attachment/2007213/+files/dmesg -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/755076 Title: ksoftirqd/0 using 100% CPU

[Bug 755076] Re: ksoftirqd/0 using 100% CPU, HDD led is lit

2011-04-08 Thread WGH
** Attachment added: "`top' output, 10.10 live cd" https://bugs.launchpad.net/bugs/755076/+attachment/2002920/+files/ss.png -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/755076 Title: ksoftirqd/0

[Bug 755076] [NEW] ksoftirqd/0 using 100% CPU, HDD led is lit

2011-04-08 Thread WGH
Public bug reported: I've downloaded ubuntu-10.10-desktop-amd64.iso and made a live USB flash drive. When I booted from this flash drive, I saw ksoftirqd/0 using all CPU resources. HDD activity LED (I know that several devices may use it, not only HDD itself, but I'll call it that way for now)