[Bug 1839527] Re: mysqld eats more than 16 GB of memory on startup

2019-08-13 Thread Andreas Hasenack
Still, something is happening in ubuntu where we still get the conservative 1024*1024 value, and we do have systemd 240 in eoan. I removed the 5000 setting from the mysql service file, issued daemon- reload, and I still get 1024*1024. In any case, by forcing a larger limit, I was able to reproduce

[Bug 1839972] Re: disco/linux: 5.0.0-26.27 -proposed tracker

2019-08-13 Thread Ubuntu Kernel Bot
** Description changed: This bug will contain status and test results related to a kernel source (or snap) as stated in the title. For an explanation of the tasks and the associated workflow see: https://wiki.ubuntu.com/Kernel/kernel-sru-workflow backports: bug 1839969 (bionic/li

[Bug 1589289] Re: fstrim: cannot open /dev/.lxd-mounts: Permission denied

2019-08-13 Thread Eric Desrochers
or even better I think: #!/bin/sh # trim all mounted file systems which support it +if /usr/bin/systemd-detect-virt -q -c; then +exit 0 +fi /sbin/fstrim --all || true -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launc

[Bug 1840021] Re: xenial/linux: 4.4.0-160.188 -proposed tracker

2019-08-13 Thread Ubuntu Kernel Bot
** Description changed: This bug will contain status and test results related to a kernel source (or snap) as stated in the title. For an explanation of the tasks and the associated workflow see: https://wiki.ubuntu.com/Kernel/kernel-sru-workflow backports: bug 1840018 (trusty/li

[Bug 1839527] Re: mysqld eats more than 16 GB of memory on startup

2019-08-13 Thread Andreas Hasenack
I filed this bug upstream: https://bugs.mysql.com/bug.php?id=96525 ** Bug watch added: MySQL Bug System #96525 http://bugs.mysql.com/bug.php?id=96525 ** Also affects: mysql-server via http://bugs.mysql.com/bug.php?id=96525 Importance: Unknown Status: Unknown -- You received this

[Bug 1840021] Re: xenial/linux: 4.4.0-160.188 -proposed tracker

2019-08-13 Thread Connor Kuehl
** Summary changed: - xenial/linux: -proposed tracker + xenial/linux: 4.4.0-160.188 -proposed tracker ** Changed in: kernel-sru-workflow/prepare-package Status: Confirmed => In Progress ** Changed in: kernel-sru-workflow/prepare-package Assignee: Canonical Kernel Team (canonical-ker

[Bug 1840086] [NEW] systemd-container should include oci hooks

2019-08-13 Thread Tessa
Public bug reported: there are two OCI hooks which should be included in the systemd- container package, or in their own packages which are recommended by systemd-container. they allow containers based on systemd as pid1 to run correctly in unprivileged runtimes based on OCI, such as docker. http

[Bug 508522] Re: Mic is not available with A2DP Bluetooth profile

2019-08-13 Thread Michael
Maybe this issue has a more fitting issue (and helpful? information): https://bugs.launchpad.net/ubuntu/+source/pulseaudio/+bug/1838151 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/508522 Title: Mi

[Bug 1589289] Re: fstrim: cannot open /dev/.lxd-mounts: Permission denied

2019-08-13 Thread Eric Desrochers
We could also implement a check mechanism inside "/etc/cron.weekly/fstrim" using'systemd-detect-virt', if it's a container don't run it, otherwise let's do it. [/etc/cron.weekly/fstrim] # script as-is #!/bin/sh # trim all mounted file systems which support it /sbin/fstrim --all || true -- You

[Bug 1589289] Re: fstrim: cannot open /dev/.lxd-mounts: Permission denied

2019-08-13 Thread Eric Desrochers
from: #!/bin/sh # trim all mounted file systems which support it /sbin/fstrim --all || true to: #!/bin/sh # trim all mounted file systems which support it if ! /usr/bin/systemd-detect-virt -q -c; then /sbin/fstrim --all || true fi -- You received this bug notification because you are a member

[Bug 1839972] Re: disco/linux: 5.0.0-26.27 -proposed tracker

2019-08-13 Thread Ubuntu Kernel Bot
** Description changed: This bug will contain status and test results related to a kernel source (or snap) as stated in the title. For an explanation of the tasks and the associated workflow see: https://wiki.ubuntu.com/Kernel/kernel-sru-workflow backports: bug 1839969 (bionic/li

[Bug 1840006] Re: bionic/linux: 4.15.0-59.65 -proposed tracker

2019-08-13 Thread Ubuntu Kernel Bot
** Description changed: This bug will contain status and test results related to a kernel source (or snap) as stated in the title. For an explanation of the tasks and the associated workflow see: https://wiki.ubuntu.com/Kernel/kernel-sru-workflow backports: bug 1840002 (xenial/li

[Bug 1589289] Re: fstrim: cannot open /dev/.lxd-mounts: Permission denied

2019-08-13 Thread Eric Desrochers
hmmm it is installed under examples/ so not used at all by default. # dpkg -l util-linux /usr/share/doc/util-linux/examples/fstrim.service -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1589289 Title:

[Bug 1589289] Re: fstrim: cannot open /dev/.lxd-mounts: Permission denied

2019-08-13 Thread Eric Desrochers
I started to read that bug a couple of days ago Maybe using 'ConditionVirtualization=!container' should be enought to prevent fstrim from running inside container, I'll give it a try later this week. If its work as expected, I'll submit it upstream. 'container' type would cover the following: op

[Bug 1589289] Re: fstrim: cannot open /dev/.lxd-mounts: Permission denied

2019-08-13 Thread Eric Desrochers
I started to read that bug a couple of days ago Maybe using 'ConditionVirtualization=container' should be enought to prevent fstrim from running inside container, I'll give it a try later this week. If its work as expected, I'll submit it upstream. 'container' type would cover the following: ope

[Bug 1795292] Re: ELAN469D touch pad not working

2019-08-13 Thread Kenji
Ah I see, I can test again once it's updated. Will the new updated files be in here (same place as last time)? Im guessing it hasn't been updated yet since it's still shows Aug 7 as the last modified date? https://people.canonical.com/~khfeng/lp1795292/ -- You received this bug notification beca

[Bug 1839521] Re: Xenial: ZFS deadlock in shrinker path with xattrs

2019-08-13 Thread Mauricio Faria de Oliveira
Verification done for zfs-linux on xenial-proposed. The inodes for file, xattr dir, and xattr child are all evicted at file removal time, not making it to any disposal list after file removal. So the window/scenario for the problem to occur is not present anymore. Log --- $ echo 'deb http://arc

[Bug 1839891] ProcEnviron.txt

2019-08-13 Thread pavel heimlich
apport information ** Attachment added: "ProcEnviron.txt" https://bugs.launchpad.net/bugs/1839891/+attachment/5282426/+files/ProcEnviron.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1839891

[Bug 1839891] Lspci.txt

2019-08-13 Thread pavel heimlich
apport information ** Attachment added: "Lspci.txt" https://bugs.launchpad.net/bugs/1839891/+attachment/5282423/+files/Lspci.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1839891 Title: susp

[Bug 1839891] ProcInterrupts.txt

2019-08-13 Thread pavel heimlich
apport information ** Attachment added: "ProcInterrupts.txt" https://bugs.launchpad.net/bugs/1839891/+attachment/5282427/+files/ProcInterrupts.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/183

[Bug 1839891] ProcCpuinfo.txt

2019-08-13 Thread pavel heimlich
apport information ** Attachment added: "ProcCpuinfo.txt" https://bugs.launchpad.net/bugs/1839891/+attachment/5282424/+files/ProcCpuinfo.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1839891

[Bug 1839891] PulseList.txt

2019-08-13 Thread pavel heimlich
apport information ** Attachment added: "PulseList.txt" https://bugs.launchpad.net/bugs/1839891/+attachment/5282429/+files/PulseList.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1839891 Titl

[Bug 1838133] Re: realtek r8822be kernel module fails after update to linux kernel-headers 5.0.0-21

2019-08-13 Thread Mike R
I just updated updated 18.04 to kernel 5.0.0-25-generic and still no wifi. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1838133 Title: realtek r8822be kernel module fails after update to linux kern

[Bug 1839891] CurrentDmesg.txt

2019-08-13 Thread pavel heimlich
apport information ** Attachment added: "CurrentDmesg.txt" https://bugs.launchpad.net/bugs/1839891/+attachment/5282422/+files/CurrentDmesg.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1839891

[Bug 1839891] ProcModules.txt

2019-08-13 Thread pavel heimlich
apport information ** Attachment added: "ProcModules.txt" https://bugs.launchpad.net/bugs/1839891/+attachment/5282428/+files/ProcModules.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1839891

[Bug 1839891] ProcCpuinfoMinimal.txt

2019-08-13 Thread pavel heimlich
apport information ** Attachment added: "ProcCpuinfoMinimal.txt" https://bugs.launchpad.net/bugs/1839891/+attachment/5282425/+files/ProcCpuinfoMinimal.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/

[Bug 1839891] UdevDb.txt

2019-08-13 Thread pavel heimlich
apport information ** Attachment added: "UdevDb.txt" https://bugs.launchpad.net/bugs/1839891/+attachment/5282430/+files/UdevDb.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1839891 Title: su

[Bug 1839891] WifiSyslog.txt

2019-08-13 Thread pavel heimlich
apport information ** Attachment added: "WifiSyslog.txt" https://bugs.launchpad.net/bugs/1839891/+attachment/5282431/+files/WifiSyslog.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1839891 Ti

[Bug 1839891] CRDA.txt

2019-08-13 Thread pavel heimlich
apport information ** Attachment added: "CRDA.txt" https://bugs.launchpad.net/bugs/1839891/+attachment/5282421/+files/CRDA.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1839891 Title: suspen

[Bug 1839891] Re: suspend by power button doesn't work when screen is locked

2019-08-13 Thread pavel heimlich
apport information ** Tags added: apport-collected bionic ** Description changed: I have In Privacy Settings, Screen Lock : On In Power Settings, When the Power Button is pressed : Suspend However suspending only works when the desktop session is unlocked. When I leave the computer

Re: [Bug 1824043] Re: ttf-mscorefonts-installer asks sudoer rights but dialog does not wait

2019-08-13 Thread Dominique Meeùs
Since April, I forgot. But I always use either apt-get install, either synaptic. But in my report of April, I see update-notifier. I have a faint remembrance of the update notifier giving it a try every day until I got bored, filed the bug and found a workaround. Le 13/08/19 à 22:37, Brian Mur

[Bug 1840080] Re: cloud-init cc_ubuntu_drivers does not set up /etc/default/linux-modules-nvidia

2019-08-13 Thread Joshua Powers
** Changed in: cloud-init (Ubuntu) Status: New => Confirmed ** Changed in: cloud-init (Ubuntu) Importance: Undecided => High ** Changed in: cloud-init (Ubuntu) Assignee: (unassigned) => Chad Smith (chad.smith) -- You received this bug notification because you are a member of Ubun

[Bug 1802321] Re: libdvd-pkg: `apt-get check` failed, you may have broken packages. Aborting...

2019-08-13 Thread William Burden
Recently noticed during a software update in 19.04. Like previous commenters, the work-around provided (sudo dpkg-reconfigure libdvd-pkg) corrected the issue. Thanks for this...broken packages do not inspire confidence. -- You received this bug notification because you are a member of Ubuntu Bugs

[Bug 1840081] [NEW] Xenial update: 4.4.187 upstream stable release

2019-08-13 Thread Connor Kuehl
Public bug reported: SRU Justification Impact: The upstream process for stable tree updates is quite similar in scope to the Ubuntu SRU process, e.g., each patch has to demonstrably fix a bug, and each patch is vetted by upstream by originating either directly

[Bug 1840082] [NEW] RabbitVCS shows error emblem emblem-rabbitvcs-error.svg on all elements inside mercurial repository with Cyrillic name

2019-08-13 Thread Norbert
Public bug reported: Steps to reproduce: 1. Install Ubuntu 16.04 LTS 2. Install `rabbitvcs-nautilus` package and quit from Nautilus `nautilus -q` 3. Create repository directory with Cyrillic name as follows and open it with Nautilus: ``` mkdir ~/tmp/репозиторий_hg hg init ~/tmp/репозиторий_hg to

[Bug 1838133] Re: realtek r8822be kernel module fails after update to linux kernel-headers 5.0.0-21

2019-08-13 Thread Mike R
I can confirm this problem on Ubuntu 18.04 with kernel 5.0.0-23-generic. I'm on a Lenovo Thinkpad with r8822be wifi adapter. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1838133 Title: realtek r882

[Bug 1839980] Re: bionic/linux-oem: -proposed tracker

2019-08-13 Thread Ubuntu Kernel Bot
** Description changed: This bug will contain status and test results related to a kernel source (or snap) as stated in the title. For an explanation of the tasks and the associated workflow see:   https://wiki.ubuntu.com/Kernel/kernel-sru-workflow -- swm properties -- kernel-sta

[Bug 1839997] Re: bionic/linux-oracle: -proposed tracker

2019-08-13 Thread Ubuntu Kernel Bot
** Description changed: This bug will contain status and test results related to a kernel source (or snap) as stated in the title. For an explanation of the tasks and the associated workflow see:   https://wiki.ubuntu.com/Kernel/kernel-sru-workflow backports: bug 1839996 (xenial/li

[Bug 1840082] Re: RabbitVCS shows error emblem emblem-rabbitvcs-error.svg on all elements inside mercurial repository with Cyrillic name

2019-08-13 Thread Norbert
** Attachment added: "Screenshot of Mercurial repository with Cyrillic directory name" https://bugs.launchpad.net/ubuntu/+source/rabbitvcs/+bug/1840082/+attachment/5282418/+files/nautilus-cyr-error.png -- You received this bug notification because you are a member of Ubuntu Bugs, which is su

[Bug 1272725] Re: [Upstream] LibreOffice Calc Format Cell Dialog is sometimes unusable

2019-08-13 Thread Marcus Tomlinson
Ok, thanks for the update Paul. Seeing that it’s your bug, you’re welcome to close it :) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1272725 Title: [Upstream] LibreOffice Calc Format Cell Dialog i

[Bug 1839956] Re: bionic/linux-azure: -proposed tracker

2019-08-13 Thread Andy Whitcroft
** Also affects: kernel-sru-workflow/prepare-package-lrm Importance: Undecided Status: New ** Description changed: This bug will contain status and test results related to a kernel source (or snap) as stated in the title. For an explanation of the tasks and the associated workf

[Bug 1839956] Re: bionic/linux-azure: -proposed tracker

2019-08-13 Thread Ubuntu Kernel Bot
** Description changed: This bug will contain status and test results related to a kernel source (or snap) as stated in the title. For an explanation of the tasks and the associated workflow see:   https://wiki.ubuntu.com/Kernel/kernel-sru-workflow derivatives: bug 1839954 (azure-k

[Bug 1839971] Re: bionic/linux-oem-osp1: -proposed tracker

2019-08-13 Thread Ubuntu Kernel Bot
** Description changed: This bug will contain status and test results related to a kernel source (or snap) as stated in the title. For an explanation of the tasks and the associated workflow see:   https://wiki.ubuntu.com/Kernel/kernel-sru-workflow -- swm properties -- kernel-sta

[Bug 1839985] Re: bionic/linux-aws: -proposed tracker

2019-08-13 Thread Ubuntu Kernel Bot
** Description changed: This bug will contain status and test results related to a kernel source (or snap) as stated in the title. For an explanation of the tasks and the associated workflow see:   https://wiki.ubuntu.com/Kernel/kernel-sru-workflow backports: bug 1839983 (xenial/li

[Bug 1839997] Re: bionic/linux-oracle: -proposed tracker

2019-08-13 Thread Andy Whitcroft
** Description changed: This bug will contain status and test results related to a kernel source (or snap) as stated in the title. For an explanation of the tasks and the associated workflow see: - https://wiki.ubuntu.com/Kernel/kernel-sru-workflow +   https://wiki.ubuntu.com/Kernel/ker

[Bug 1840080] [NEW] cloud-init cc_ubuntu_drivers does not set up /etc/default/linux-modules-nvidia

2019-08-13 Thread Steve Langasek
Public bug reported: As of version 18.5-61-gb76714c3-0ubuntu1, cloud-init includes an ubuntu_drivers module which detects drivers: nvidia: license-accept: true and uses this as a key for automatically installing the nvidia drivers packages via the `ubuntu-drivers install --gpgpu` command. However

[Bug 1839971] Re: bionic/linux-oem-osp1: -proposed tracker

2019-08-13 Thread Andy Whitcroft
** Also affects: kernel-sru-workflow/prepare-package-lrm Importance: Undecided Status: New ** Description changed: This bug will contain status and test results related to a kernel source (or snap) as stated in the title. For an explanation of the tasks and the associated workf

[Bug 1839980] Re: bionic/linux-oem: -proposed tracker

2019-08-13 Thread Andy Whitcroft
** Also affects: kernel-sru-workflow/prepare-package-lrm Importance: Undecided Status: New ** Description changed: This bug will contain status and test results related to a kernel source (or snap) as stated in the title. For an explanation of the tasks and the associated workf

[Bug 1839985] Re: bionic/linux-aws: -proposed tracker

2019-08-13 Thread Andy Whitcroft
** Also affects: kernel-sru-workflow/prepare-package-lrm Importance: Undecided Status: New ** Changed in: kernel-sru-workflow/prepare-package-lrm Importance: Undecided => Medium ** Changed in: kernel-sru-workflow/prepare-package-lrm Assignee: (unassigned) => Canonical Kernel Tea

[Bug 1839990] Re: bionic/linux-gcp: -proposed tracker

2019-08-13 Thread Andy Whitcroft
** Changed in: kernel-sru-workflow/prepare-package-lrm Importance: Undecided => Medium ** Changed in: kernel-sru-workflow/prepare-package-lrm Assignee: (unassigned) => Canonical Kernel Team (canonical-kernel-team) -- You received this bug notification because you are a member of Ubuntu B

[Bug 1839990] Re: bionic/linux-gcp: -proposed tracker

2019-08-13 Thread Ubuntu Kernel Bot
** Description changed: This bug will contain status and test results related to a kernel source (or snap) as stated in the title. For an explanation of the tasks and the associated workflow see:   https://wiki.ubuntu.com/Kernel/kernel-sru-workflow backports: bug 1839989 (xenial/li

[Bug 1839990] Re: bionic/linux-gcp: -proposed tracker

2019-08-13 Thread Andy Whitcroft
** Also affects: kernel-sru-workflow/prepare-package-lrm Importance: Undecided Status: New ** Description changed: This bug will contain status and test results related to a kernel source (or snap) as stated in the title. For an explanation of the tasks and the associated workf

[Bug 1824043] Re: ttf-mscorefonts-installer asks sudoer rights but dialog does not wait

2019-08-13 Thread Brian Murray
Thanks for taking the time to report this issue. What package manager did you use to install ttf-mscorefonts? ** Changed in: update-notifier (Ubuntu) Status: Confirmed => Incomplete -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubunt

[Bug 1783597] Re: The disk-space-needed estimate doesn't account for the snaps

2019-08-13 Thread Brian Murray
** Tags removed: rls-ee-incoming -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1783597 Title: The disk-space-needed estimate doesn't account for the snaps To manage notifications about this bug go

[Bug 1839471] Re: Traditional Chinese and Japanese slideshow localization support incomplete

2019-08-13 Thread Brian Murray
** Tags added: bionic i18n -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1839471 Title: Traditional Chinese and Japanese slideshow localization support incomplete To manage notifications about th

[Bug 1839478] Re: Simplified Chinese localization incomplete

2019-08-13 Thread Brian Murray
** Tags added: i18n -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1839478 Title: Simplified Chinese localization incomplete To manage notifications about this bug go to: https://bugs.launchpad.net/

[Bug 1839610] Re: If you travel BACK directly it kills visible scrolling performance

2019-08-13 Thread klfyt
Just skip previous directly seems the rule, dunno what it is. :)) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1839610 Title: If you travel BACK directly it kills visible scrolling performance To

[Bug 1840074] Re: Is it a good idea to draw logos and icons exclusively for !!!$!$%?

2019-08-13 Thread klfyt
*** This bug is a duplicate of bug 1840038 *** https://bugs.launchpad.net/bugs/1840038 :-) ** Summary changed: - Is it a good idea to draw logos and icons exclusively for retards? + Is it a good idea to draw logos and icons exclusively for !!!$!$%? ** Changed in: yaru-theme (Ubuntu)

[Bug 1839290] Re: systemd doesn't restart a service after crashes

2019-08-13 Thread Brian Murray
** Tags added: rls-xx-incoming -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1839290 Title: systemd doesn't restart a service after crashes To manage notifications about this bug go to: https://bug

[Bug 1839837] Re: Your icon theme suffers from uncanny valley effect

2019-08-13 Thread klfyt
*** This bug is a duplicate of bug 1840038 *** https://bugs.launchpad.net/bugs/1840038 ** This bug has been marked a duplicate of bug 1840074 Is it a good idea to draw logos and icons exclusively for !!!$!$%? ** This bug is no longer a duplicate of bug 1840074 Is it a good idea to draw

[Bug 1272725] Re: [Upstream] LibreOffice Calc Format Cell Dialog is sometimes unusable

2019-08-13 Thread Paul White
Hi Marcus, it seems that I filed this bug over 5 years ago but I stopped using Kubuntu when the 14.10 release went EOL. The upstream issue is showing as being KDE specific so I am unable to confirm that the issue has been fixed. However, comment #30 was posted 4 years ago and with nothing since I

[Bug 1785946] Re: package scons 2.5.1-1 failed to install/upgrade: 子进程 已安装 post-installation 脚本 返回错误状态 1

2019-08-13 Thread Gianfranco Costamagna via ubuntu-bugs
should be good now! ** Changed in: scons (Ubuntu) Status: New => Incomplete -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1785946 Title: package scons 2.5.1-1 failed to install/upgrade: 子进程

[Bug 1833137] Re: Landscape-client service fails to stop on disco+

2019-08-13 Thread Brian Murray
Hello Simon, or anyone else affected, Accepted landscape-client into xenial-proposed. The package will build now and be available at https://launchpad.net/ubuntu/+source/landscape- client/16.03-0ubuntu2.16.04.7 in a few hours, and then in the -proposed repository. Please help us by testing this n

[Bug 1815254] Re: Azure multiple ips prevent access to metadata service

2019-08-13 Thread Chad Smith
The systemd SRU has landed in Bionic and later. This bug can be closed as fix released once cloud-init v.19.2.10 or later. ** Changed in: cloud-init (Ubuntu) Status: In Progress => Fix Committed ** Changed in: cloud-init (Ubuntu) Assignee: (unassigned) => Chad Smith (chad.smith) --

[Bug 1728681] Re: postinst script fails if data_path not set in client.conf

2019-08-13 Thread Brian Murray
Hello Kellen, or anyone else affected, Accepted landscape-client into xenial-proposed. The package will build now and be available at https://launchpad.net/ubuntu/+source/landscape- client/16.03-0ubuntu2.16.04.7 in a few hours, and then in the -proposed repository. Please help us by testing this

[Bug 1788518] Re: Intervals should be staggered

2019-08-13 Thread Brian Murray
Hello Ryan, or anyone else affected, Accepted landscape-client into xenial-proposed. The package will build now and be available at https://launchpad.net/ubuntu/+source/landscape- client/16.03-0ubuntu2.16.04.7 in a few hours, and then in the -proposed repository. Please help us by testing this ne

[Bug 1839977] Re: bionic/linux-raspi2: -proposed tracker

2019-08-13 Thread Ubuntu Kernel Bot
** Changed in: kernel-sru-workflow/prepare-package Status: New => Confirmed ** Description changed: This bug will contain status and test results related to a kernel source (or snap) as stated in the title. For an explanation of the tasks and the associated workflow see: https

[Bug 1828217] Re: Machine not being detected as VM

2019-08-13 Thread Brian Murray
Hello David, or anyone else affected, Accepted landscape-client into xenial-proposed. The package will build now and be available at https://launchpad.net/ubuntu/+source/landscape- client/16.03-0ubuntu2.16.04.7 in a few hours, and then in the -proposed repository. Please help us by testing this n

[Bug 1839980] Re: bionic/linux-oem: -proposed tracker

2019-08-13 Thread Ubuntu Kernel Bot
** Changed in: kernel-sru-workflow/prepare-package Status: New => Confirmed ** Description changed: This bug will contain status and test results related to a kernel source (or snap) as stated in the title. For an explanation of the tasks and the associated workflow see: https

[Bug 1839985] Re: bionic/linux-aws: -proposed tracker

2019-08-13 Thread Ubuntu Kernel Bot
** Changed in: kernel-sru-workflow/prepare-package Status: New => Confirmed ** Description changed: This bug will contain status and test results related to a kernel source (or snap) as stated in the title. For an explanation of the tasks and the associated workflow see: https

[Bug 1839997] Re: bionic/linux-oracle: -proposed tracker

2019-08-13 Thread Ubuntu Kernel Bot
** Changed in: kernel-sru-workflow/prepare-package Status: New => Confirmed ** Description changed: This bug will contain status and test results related to a kernel source (or snap) as stated in the title. For an explanation of the tasks and the associated workflow see: https

[Bug 1840002] Re: xenial/linux-azure: -proposed tracker

2019-08-13 Thread Ubuntu Kernel Bot
** Changed in: kernel-sru-workflow/prepare-package Status: New => Confirmed ** Description changed: This bug will contain status and test results related to a kernel source (or snap) as stated in the title. For an explanation of the tasks and the associated workflow see: https

[Bug 1839998] Re: bionic/linux-fips: -proposed tracker

2019-08-13 Thread Ubuntu Kernel Bot
** Changed in: kernel-sru-workflow/prepare-package Status: New => Confirmed ** Description changed: This bug will contain status and test results related to a kernel source (or snap) as stated in the title. For an explanation of the tasks and the associated workflow see: https

[Bug 1839521] Re: Xenial: ZFS deadlock in shrinker path with xattrs

2019-08-13 Thread Brian Murray
Hello Mauricio, or anyone else affected, Accepted zfs-linux into xenial-proposed. The package will build now and be available at https://launchpad.net/ubuntu/+source/zfs- linux/0.6.5.6-0ubuntu28 in a few hours, and then in the -proposed repository. Please help us by testing this new package. See

[Bug 1839979] Re: bionic/linux-snapdragon: -proposed tracker

2019-08-13 Thread Ubuntu Kernel Bot
** Changed in: kernel-sru-workflow/prepare-package Status: New => Confirmed ** Description changed: This bug will contain status and test results related to a kernel source (or snap) as stated in the title. For an explanation of the tasks and the associated workflow see: https

[Bug 1839990] Re: bionic/linux-gcp: -proposed tracker

2019-08-13 Thread Ubuntu Kernel Bot
** Changed in: kernel-sru-workflow/prepare-package Status: New => Confirmed ** Description changed: This bug will contain status and test results related to a kernel source (or snap) as stated in the title. For an explanation of the tasks and the associated workflow see: https

[Bug 1839992] Re: bionic/linux-gke-4.15: -proposed tracker

2019-08-13 Thread Ubuntu Kernel Bot
** Changed in: kernel-sru-workflow/prepare-package Status: New => Confirmed ** Description changed: This bug will contain status and test results related to a kernel source (or snap) as stated in the title. For an explanation of the tasks and the associated workflow see: https

[Bug 1839993] Re: bionic/linux-kvm: -proposed tracker

2019-08-13 Thread Ubuntu Kernel Bot
** Changed in: kernel-sru-workflow/prepare-package Status: New => Confirmed ** Description changed: This bug will contain status and test results related to a kernel source (or snap) as stated in the title. For an explanation of the tasks and the associated workflow see: https

[Bug 1839995] Re: bionic/linux-ibm-gt: -proposed tracker

2019-08-13 Thread Ubuntu Kernel Bot
** Changed in: kernel-sru-workflow/prepare-package Status: New => Confirmed ** Description changed: This bug will contain status and test results related to a kernel source (or snap) as stated in the title. For an explanation of the tasks and the associated workflow see: https

[Bug 1840005] Re: xenial/linux-hwe: -proposed tracker

2019-08-13 Thread Ubuntu Kernel Bot
** Changed in: kernel-sru-workflow/prepare-package Status: New => Confirmed ** Description changed: This bug will contain status and test results related to a kernel source (or snap) as stated in the title. For an explanation of the tasks and the associated workflow see: https

[Bug 1839949] Re: disco/linux-raspi2: -proposed tracker

2019-08-13 Thread Ubuntu Kernel Bot
** Changed in: kernel-sru-workflow/prepare-package Status: New => Confirmed ** Description changed: This bug will contain status and test results related to a kernel source (or snap) as stated in the title. For an explanation of the tasks and the associated workflow see: https

[Bug 1839500] Re: Add a future-proof provides btrfs-progs name for ease of usability

2019-08-13 Thread Brian Murray
Hello Dimitri, or anyone else affected, Accepted btrfs-tools into xenial-proposed. The package will build now and be available at https://launchpad.net/ubuntu/+source/btrfs- tools/4.4-1ubuntu1.1 in a few hours, and then in the -proposed repository. Please help us by testing this new package. See

[Bug 1838133] Re: realtek r8822be kernel module fails after update to linux kernel-headers 5.0.0-21

2019-08-13 Thread Andrew Hamilton
I'm having the same issues. Just wanted to add that kernel 5.0.0-25 was picked up on my Ubuntu Budgie system today so I tried it, but still had the same problems. Sticking to 5.0.0-13 for now. If there is anything I can do to help test let me know. I will be following this thread closely. -- You

[Bug 1839953] Re: disco/linux-aws: -proposed tracker

2019-08-13 Thread Ubuntu Kernel Bot
** Changed in: kernel-sru-workflow/prepare-package Status: New => Confirmed ** Description changed: This bug will contain status and test results related to a kernel source (or snap) as stated in the title. For an explanation of the tasks and the associated workflow see: https

[Bug 1839231] Re: updating bionic to 237-3ubuntu10.25 restarts systemd-networkd

2019-08-13 Thread Shivaram Lingamneni
Thanks! This system is using netplan, with ipv6-privacy enabled in netplan (subsequent to the fix in bug #1750392): root@pentos:~# cat /etc/netplan/01-netcfg.yaml

[Bug 1839965] Re: disco/linux-kvm: -proposed tracker

2019-08-13 Thread Ubuntu Kernel Bot
** Changed in: kernel-sru-workflow/prepare-package Status: New => Confirmed ** Description changed: This bug will contain status and test results related to a kernel source (or snap) as stated in the title. For an explanation of the tasks and the associated workflow see: https

[Bug 1839962] Re: disco/linux-gcp: -proposed tracker

2019-08-13 Thread Ubuntu Kernel Bot
** Changed in: kernel-sru-workflow/prepare-package Status: New => Confirmed ** Description changed: This bug will contain status and test results related to a kernel source (or snap) as stated in the title. For an explanation of the tasks and the associated workflow see: https

[Bug 1839957] Re: disco/linux-azure: -proposed tracker

2019-08-13 Thread Ubuntu Kernel Bot
** Changed in: kernel-sru-workflow/prepare-package Status: New => Confirmed ** Description changed: This bug will contain status and test results related to a kernel source (or snap) as stated in the title. For an explanation of the tasks and the associated workflow see: https

[Bug 1839969] Re: bionic/linux-hwe: -proposed tracker

2019-08-13 Thread Ubuntu Kernel Bot
** Changed in: kernel-sru-workflow/prepare-package Status: New => Confirmed ** Description changed: This bug will contain status and test results related to a kernel source (or snap) as stated in the title. For an explanation of the tasks and the associated workflow see: https

[Bug 1839968] Re: disco/linux-snapdragon: -proposed tracker

2019-08-13 Thread Ubuntu Kernel Bot
** Changed in: kernel-sru-workflow/prepare-package Status: New => Confirmed ** Description changed: This bug will contain status and test results related to a kernel source (or snap) as stated in the title. For an explanation of the tasks and the associated workflow see: https

[Bug 1839967] Re: disco/linux-oracle: -proposed tracker

2019-08-13 Thread Ubuntu Kernel Bot
** Changed in: kernel-sru-workflow/prepare-package Status: New => Confirmed ** Description changed: This bug will contain status and test results related to a kernel source (or snap) as stated in the title. For an explanation of the tasks and the associated workflow see: https

[Bug 1839971] Re: bionic/linux-oem-osp1: -proposed tracker

2019-08-13 Thread Ubuntu Kernel Bot
** Changed in: kernel-sru-workflow/prepare-package Status: New => Confirmed ** Description changed: This bug will contain status and test results related to a kernel source (or snap) as stated in the title. For an explanation of the tasks and the associated workflow see: https

[Bug 1840006] Re: bionic/linux: 4.15.0-59.65 -proposed tracker

2019-08-13 Thread Ubuntu Kernel Bot
** Changed in: kernel-sru-workflow/prepare-package Status: In Progress => Fix Committed ** Changed in: kernel-sru-workflow/prepare-package Status: Fix Committed => Fix Released ** Changed in: kernel-sru-workflow/prepare-package-lrm Status: In Progress => Fix Committed ** Cha

[Bug 1839887] Re: Disco update: upstream stable patchset 2019-08-12

2019-08-13 Thread Khaled El Mously
** Changed in: linux (Ubuntu Disco) Status: In Progress => Fix Committed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1839887 Title: Disco update: upstream stable patchset 2019-08-12 To man

[Bug 1840076] Re: Disco update: upstream stable patchset 2019-08-13

2019-08-13 Thread Khaled El Mously
** Changed in: linux (Ubuntu Disco) Status: In Progress => Fix Committed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1840076 Title: Disco update: upstream stable patchset 2019-08-13 To man

[Bug 1033259] Re: If the user tries to open a 'Recent file' that no longer exists, LO does not offer to delete it.

2019-08-13 Thread Marcus Tomlinson
Hi Paul, thanks for verifying this. Because this is an upstream issue rather than anything Ubuntu-specific, there's not much we can do now but to ask again if they'll reconsider fixing this. If you feel strongly that this should be resolved, please leave a comment here: https://bugs.documentfounda

[Bug 1840076] [NEW] Disco update: upstream stable patchset 2019-08-13

2019-08-13 Thread Kamal Mostafa
Public bug reported: SRU Justification Impact:    The upstream process for stable tree updates is quite similar    in scope to the Ubuntu SRU process, e.g., each patch has to    demonstrably fix a bug, and each patch is vetted by upstream    by originating either directly from

[Bug 1839856] Re: Screen resolution on external monitor won't go above 2560 x 1080

2019-08-13 Thread Brad Figg
** Tags added: ubuntu-certified -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1839856 Title: Screen resolution on external monitor won't go above 2560 x 1080 To manage notifications about this bug

[Bug 1797836] Re: [SRU] logwatch reports false kernel error warning

2019-08-13 Thread latimerio
** Tags added: verification-done-bionic ** Tags removed: verification-done-bionic ** Tags added: verification-done ** Tags removed: verification-needed-bionic ** Tags removed: verification-done ** Tags added: verification-done-bionic -- You received this bug notification because you are a memb

[Bug 1033259] Re: If the user tries to open a 'Recent file' that no longer exists, LO does not offer to delete it.

2019-08-13 Thread Paul White
Still an issue - confirmed with: LibreOffice 6.0.7.3 in Ubuntu 18.04 LibreOffice 6.2.5.2 in Ubuntu 19.04. ** Changed in: libreoffice (Ubuntu) Status: Incomplete => Confirmed ** Tags removed: i386 precise ** Tags added: bionic disco -- You received this bug notification because you are a

<    1   2   3   4   5   6   7   8   9   10   >