[Bug 1845317] Re: Add new pci-id's for CML-S, ICL

2019-09-25 Thread Timo Aaltonen
** Also affects: linux (Ubuntu) Importance: Undecided Status: New ** Changed in: linux (Ubuntu Bionic) Status: New => Won't Fix -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1845317

[Bug 1833229] Re: `--extra-index-url` not working for PIP

2019-09-25 Thread James Page
https://github.com/pypa/pip/commit/e4936da2e1b62c33f0ed9034f5c984ae17e38e86 might be related - I'll prepare a test package to see if that drives the correct behaviour in all cases. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https:

[Bug 1844375] Re: bionic/linux-oem: 4.15.0-1057.66 -proposed tracker

2019-09-25 Thread Ubuntu Kernel Bot
** Changed in: kernel-sru-workflow/automated-testing Status: Incomplete => Fix Released ** 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 se

[Bug 1845314] Re: udisks2 fails to install in a container with systemd 243

2019-09-25 Thread Jose Manuel Santamaria Lema
3. How we could fix it? Well, given the data I posted above, my *guess* is that we could safely ignore the udevadm non-zero exit status in the udisks2 postinst script with something like this: if [ "$1" = "configure" ]; then # we ship udev rules, so trigger an update udevadm trigger --sub

[Bug 1845286] Re: pdftoraster crashed with SIGSEGV in convert8to16()

2019-09-25 Thread Andreas Pokorny
** Information type changed from Private to Public -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1845286 Title: pdftoraster crashed with SIGSEGV in convert8to16() To manage notifications about this

[Bug 1845314] Re: udisks2 fails to install in a container with systemd 243

2019-09-25 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users. ** Changed in: systemd (Ubuntu) Status: New => Confirmed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1845314 Title: ud

[Bug 1845319] Missing required logs.

2019-09-25 Thread Ubuntu Kernel Bot
This bug is missing log files that will aid in diagnosing the problem. While running an Ubuntu kernel (not a mainline or third-party kernel) please enter the following command in a terminal window: apport-collect 1845319 and then change the status of the bug to 'Confirmed'. If, due to the nature

[Bug 1845317] Missing required logs.

2019-09-25 Thread Ubuntu Kernel Bot
This bug is missing log files that will aid in diagnosing the problem. While running an Ubuntu kernel (not a mainline or third-party kernel) please enter the following command in a terminal window: apport-collect 1845317 and then change the status of the bug to 'Confirmed'. If, due to the nature

[Bug 1844928] Re: i2c_hid blocks waking up

2019-09-25 Thread Juan Carlos Carvajal Bermúdez
can you ellaborate more? where should I apply it? -and how? I'm glad to try it -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1844928 Title: i2c_hid blocks waking up To manage notifications about t

[Bug 1845319] [NEW] writing 'add' to /sys/devices/vio/uevent fails with ENODEV

2019-09-25 Thread Dan Streetman
Public bug reported: [impact] The systemd-udev-trigger service calls 'udevadm trigger --type=devices --action=add', which writes 'add' to all /sys/devices/ uevent nodes, to re-generate their uevents sent to udev. Until systemd commit 97afc0351a96e0daa83964df33937967c75c644f, any errors during th

[Bug 1845319] Re: writing 'add' to /sys/devices/vio/uevent fails with ENODEV

2019-09-25 Thread Dan Streetman
** Description changed: + [impact] + The systemd-udev-trigger service calls 'udevadm trigger --type=devices --action=add', which writes 'add' to all /sys/devices/ uevent nodes, to re-generate their uevents sent to udev. Until systemd commit 97afc0351a96e0daa83964df33937967c75c644f, any e

[Bug 1833229] Re: `--extra-index-url` not working for PIP

2019-09-25 Thread James Page
I believe this is something todo with missing vendor pathing for requests.exceptions. I've picked the commit in #10 into the bionic package and uploaded to: https://launchpad.net/~ci-train-ppa-service/+archive/ubuntu/3690 as I'm unable to reproduce the issue it would be helpful if one of the i

[Bug 1838038] Re: [snap] Chromium does not work with .local mdns/avahi name resolution

2019-09-25 Thread Zygmunt Krynicki
I just attempted to reproduce this issue with: - snapd 2.24~pre2 on Ubuntu 19.04 - chromium snap revision 861 I installed apache2 locally via apt and opened the link "fyke.local" in both Firefox and Chromium. Note that Firefox accepted just fyke.local and did the right thing while Chromium would

[Bug 1845314] Re: udisks2 fails to install in a container with systemd 243

2019-09-25 Thread Dan Streetman
And yeah, ignoring the udevadm return value with ||: could be one way to avoid the error. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1845314 Title: udisks2 fails to install in a container with sy

[Bug 1844336] Re: disco/linux-raspi2: 5.0.0-1018.18 -proposed tracker

2019-09-25 Thread Ubuntu Kernel Bot
** Changed in: kernel-sru-workflow/automated-testing Status: Incomplete => Fix Released ** 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 se

[Bug 1841619] Re: dehydrated: Missing ID field for new registrations

2019-09-25 Thread Frédéric Bourqui
- fresh disco install: - root@test2:~# uname -a Linux test2 4.15.0-64-generic #73-Ubuntu SMP Thu Sep 12 13:16:13 UTC 2019 x86_64 x86_64 x86_64 GNU/Linux root@test2:~# cat /etc/lsb-release DISTRIB_ID=Ubuntu DISTRIB_RELEASE=19.04 DISTRIB_CODENAME=disco

[Bug 1845314] Re: udisks2 fails to install in a container with systemd 243

2019-09-25 Thread Dan Streetman
Hey BTW, I suspect this 'error' is due to upstream commit 97afc0351a96e0daa83964df33937967c75c644f which changed udevadm's behavior; previously it silently ignored errors writing to /sys/devices/*/uevent files, but now it logs error and returns error code. So this is likely not *actually* a new fa

[Bug 1845314] Re: udisks2 fails to install in a container with systemd 243

2019-09-25 Thread Dan Streetman
Oh, and a better fix would be not calling udevadm when 'systemd-detect- virt --private-users' is true. It's a bit annoying that every udevadm caller would need to know that, however. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. htt

[Bug 1845286] Re: pdftoraster crashed with SIGSEGV in convert8to16()

2019-09-25 Thread Till Kamppeter
Could you please attach the file which you wanted to print and also follow the instructions of the section "CUPS error_log" on https://wiki.ubuntu.com/DebuggingPrintingProblems. Reprint the job and as soon as you get the crash again, attach the error_log. Thanks. Do all the file attachments one by

[Bug 1844398] Re: xenial/linux-gcp: 4.15.0-1045.47 -proposed tracker

2019-09-25 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 -- boot-testi

[Bug 1844926] Re: Kernel panic when booting Razer Blade 15" 2018

2019-09-25 Thread Kai-Heng Feng
Can you please perform a kernel bisection? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1844926 Title: Kernel panic when booting Razer Blade 15" 2018 To manage notifications about this bug go to:

[Bug 1838156] Re: synaptics - touchpad input driver

2019-09-25 Thread Kai-Heng Feng
Please test latest mainline kernel: https://kernel.ubuntu.com/~kernel-ppa/mainline/v5.3/ -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1838156 Title: synaptics - touchpad input driver To manage not

[Bug 1844962] Re: apparent memory usage regression - not getting freed?

2019-09-25 Thread Kai-Heng Feng
Can you please perform a kernel bisection? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1844962 Title: apparent memory usage regression - not getting freed? To manage notifications about this bug

[Bug 1832050] Re: chrony autopkgtest "time-sources-from-dhcp-servers" fails (produces stderr)

2019-09-25 Thread Francis Ginther
** Tags added: id-5d8a536c3eb49122f14145aa -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1832050 Title: chrony autopkgtest "time-sources-from-dhcp-servers" fails (produces stderr) To manage notif

[Bug 1824905] Re: Provide user feedback when running ubuntu-drivers [was:Long pause when selecting 3rd party drivers during install]

2019-09-25 Thread Francis Ginther
** Tags added: id-5d8a74f2d8c1155e9864bd6b -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1824905 Title: Provide user feedback when running ubuntu-drivers [was:Long pause when selecting 3rd party d

[Bug 1837088] Re: Generate HyperV Image Gallery Builds in Bionic and Disco

2019-09-25 Thread Francis Ginther
** Tags added: id-5d8a793e03625a062527c720 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1837088 Title: Generate HyperV Image Gallery Builds in Bionic and Disco To manage notifications about this b

[Bug 1824195] Re: Ubiquity offers network-required options where no network is available

2019-09-25 Thread Francis Ginther
** Tags added: id-5d8a757875dbea44222f8a12 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1824195 Title: Ubiquity offers network-required options where no network is available To manage notification

[Bug 1700810] Re: aptdaemon's crash.py file may no longer be working

2019-09-25 Thread Francis Ginther
** Tags added: id-5d8a4fe50a364529a3f22f84 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1700810 Title: aptdaemon's crash.py file may no longer be working To manage notifications about this bug go

[Bug 1845011] Re: mcontend stressor SIGBUS's on older armhf platforms

2019-09-25 Thread Colin Ian King
verified fixed on armhf on Bionic with stress-ng 0.09.57-0ubuntu3 ** Tags removed: verification-needed verification-needed-disco ** Tags added: verification-done verification-done-disco -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1845321] [NEW] cinder-daemons autopkgtest must override driver to use pymysql

2019-09-25 Thread Corey Bryant
Public bug reported: [Impact] debian/tests/cinder-daemons is failing due to the disco switch of sqlalchemy defaulting to mysqldb. We must override the driver to use pymysql. I'm not sure how this was not caught until now. [Test Case] Run autopkgtests. [Regression Potential] None, this is just

[Bug 1819207] Re: [FFe] Add Modaliases to open-vm-tools-desktop to allow automatic installation by ubuntu-drivers

2019-09-25 Thread Alberto Milone
@Christian Ehrhardt: I was trying to backport the code for ubuntu- drivers-common, since it is tied to other changes that we need in bionic. The rest is not going to be backported. ** Changed in: ubuntu-drivers-common (Ubuntu Bionic) Status: Won't Fix => In Progress ** Changed in: ubuntu-d

[Bug 1388491] Re: [upstream] calc: "Cut" and "Paste special" -> "Transpose" affects other cells

2019-09-25 Thread Marcus Tomlinson
Synchronising bug status with upstream. ** Changed in: libreoffice (Ubuntu) Status: Triaged => Confirmed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1388491 Title: [upstream] calc: "Cut" a

[Bug 1845005] Re: rmap stressor should return EXIT_NO_RESOURCE when out of free space

2019-09-25 Thread Colin Ian King
Oops, I meant Disco. ** Tags removed: verification-needed verification-needed-disco ** Tags added: verification-done verification-done-disco -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1845005 Titl

[Bug 1826460] Re: Every snap gives "create user data directory" after upgrade to 19.04

2019-09-25 Thread Zygmunt Krynicki
Dear reporter, please consider responding the question asked by John in comment number 7. ** Changed in: snapd 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/1826460 T

[Bug 1845005] Re: rmap stressor should return EXIT_NO_RESOURCE when out of free space

2019-09-25 Thread Colin Ian King
verified fixed on armhf on Bionic with stress-ng 0.09.57-0ubuntu3 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1845005 Title: rmap stressor should return EXIT_NO_RESOURCE when out of free space To

[Bug 1799265] Re: avahi-daemon high cpu, unusable networking

2019-09-25 Thread Philkav1989
Hi, I'm hitting this quite consistently on Pop!_OS 19.04 in Virtualbox (Windows 10 host) on Lenovo T460. Essentially, the CPU usage goes up to 100% for avahi-daemon, and the strace shows it stuck in a loop, reading/writing to a named pipe, like so: poll([{fd=6, events=POLLIN}, {fd=14, events=POLL

[Bug 1844498] Re: 18.10+ cloud images have the LXD group as gid 1000

2019-09-25 Thread Francis Ginther
** Tags added: id-5d84bb1ca26b0679a708dc40 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1844498 Title: 18.10+ cloud images have the LXD group as gid 1000 To manage notifications about this bug go

[Bug 1767361] Re: 4.6.6deb5 not working on Bionic as PHP 7.2 is default

2019-09-25 Thread William Desportes via ubuntu-bugs
We are working on packaging the latest version of phpMyAdmin at Debian (https://salsa.debian.org/phpmyadmin-team/phpmyadmin/issues/1) Issue: https://github.com/phpmyadmin/phpmyadmin/issues/15236#issuecomment-502392098 For now you can use the PPA https://launchpad.net/~phpmyadmin/+archive/ubuntu/p

[Bug 1845314] Re: udisks2 fails to install in a container with systemd 243

2019-09-25 Thread Francis Ginther
** Tags added: id-5d6fba2cac409d12ddb60a25 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1845314 Title: udisks2 fails to install in a container with systemd 243 To manage notifications about this b

[Bug 1845321] Re: cinder-daemons autopkgtest must override driver to use pymysql

2019-09-25 Thread Corey Bryant
This is blocking a qemu SRU. I'm not sure how this hasn't been hit until now for disco. ** Changed in: cinder (Ubuntu Disco) Status: New => Triaged ** Changed in: cinder (Ubuntu Eoan) Status: New => Triaged ** Changed in: cinder (Ubuntu Disco) Importance: Undecided => High ** C

[Bug 1845011] Re: mcontend stressor SIGBUS's on older armhf platforms

2019-09-25 Thread Colin Ian King
Correction, I meant "Disco". verified fixed on armhf on Disco with stress-ng 0.09.57-0ubuntu3 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1845011 Title: mcontend stressor SIGBUS's on older armhf p

[Bug 1833229] Re: `--extra-index-url` not working for PIP

2019-09-25 Thread James Page
** Changed in: python-pip (Ubuntu) Status: Incomplete => New ** Changed in: python-pip (Ubuntu) Importance: Undecided => High -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1833229 Title:

[Bug 1845245] Re: Behaviour change in systemd 243 breaks netplan.io ethernets autopkgtest

2019-09-25 Thread Francis Ginther
** Tags added: id-5d6fba2cac409d12ddb60a25 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1845245 Title: Behaviour change in systemd 243 breaks netplan.io ethernets autopkgtest To manage notificat

[Bug 1845321] Re: cinder-daemons autopkgtest must override driver to use pymysql

2019-09-25 Thread Christian Ehrhardt 
Added qemu task and tags for tracking purpose ** Tags added: update-excuse ** Also affects: qemu (Ubuntu) Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/184

[Bug 1710278] Re: [2.3a1] named stuck on reload, DNS broken

2019-09-25 Thread Adam Collard
** Changed in: maas/2.6 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/1710278 Title: [2.3a1] named stuck on reload, DNS broken To manage notifications a

[Bug 1712900] Re: New release 4.7.4

2019-09-25 Thread William Desportes via ubuntu-bugs
https://salsa.debian.org/phpmyadmin-team/phpmyadmin/issues/24 ** Bug watch added: salsa.debian.org/phpmyadmin-team/phpmyadmin/issues #24 https://salsa.debian.org/phpmyadmin-team/phpmyadmin/issues/24 ** Changed in: phpmyadmin (Ubuntu) Status: Confirmed => In Progress -- You received th

[Bug 1799265] Re: avahi-daemon high cpu, unusable networking

2019-09-25 Thread Philkav1989
Also, startlingly, I seem to have thousands of ipv6 addresses assigned to enp0s8: ip addr 3: enp0s8: mtu 1500 qdisc fq_codel state UP group default qlen 1000 link/ether 08:00:27:47:xx:xx brd ff:ff:ff:ff:ff:ff inet 10.169.110.168/21 brd 10.169.111.255 scope global dynamic noprefixroute e

[Bug 1441587] Re: CVE-2012-4345: Multiple XSS in Table operations, Database structure, Trigger and Visualize GIS data pages.

2019-09-25 Thread William Desportes via ubuntu-bugs
https://salsa.debian.org/phpmyadmin-team/phpmyadmin/issues/24 ** Changed in: phpmyadmin (Ubuntu) Status: New => Fix Committed ** Bug watch added: salsa.debian.org/phpmyadmin-team/phpmyadmin/issues #24 https://salsa.debian.org/phpmyadmin-team/phpmyadmin/issues/24 -- You received this b

[Bug 36156] Re: [Upstream] [hardy] Writer mis-shifts OLE object in Microsoft Word .doc

2019-09-25 Thread Marcus Tomlinson
Synchronising bug status with upstream. ** Changed in: libreoffice (Ubuntu) Status: Triaged => Confirmed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to the bug report. https://bugs.launchpad.net/bugs/36156 Title: [Upstream] [hardy]

[Bug 1845323] Re: Trying to online dasd drive results in invalid input/output from the kernel

2019-09-25 Thread Dimitri John Ledkov
** Attachment added: "dasd-log.txt" https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1845323/+attachment/5291135/+files/dasd-log.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1845323 Title

[Bug 1845323] Re: Trying to online dasd drive results in invalid input/output from the kernel

2019-09-25 Thread Frank Heimes
** Tags added: s390x -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1845323 Title: Trying to online dasd drive results in invalid input/output from the kernel To manage notifications about this bu

[Bug 1845269] Re: nvidia proprietary dkms module builds but doesn't load

2019-09-25 Thread Alberto Milone
Hi Steve, it looks like you are using drivers from a PPA (I can tell because the version is 390.129-0ubuntu0~gpu18.04.1), and that, perhaps, the nouveau driver is still loaded (?). Can you attach the output of "journalctl -S today" and your /var/log /gpu-manager.log after reproducing the problem,

[Bug 1790595] Re: Line 6 POD HD500 driver fault

2019-09-25 Thread Kleber Sacilotto de Souza
The fix for this bug has been applied to Xenial as part of the update for 4.4.187 upstream stable release (bug #1840081), and therefore doesn't need to be verified with this series. ** Tags removed: verification-needed-xenial -- You received this bug notification because you are a member of Ubun

[Bug 1840956] Re: qemu-user-static fails to install in WSL

2019-09-25 Thread Christian Ehrhardt 
Some tests got resolved by rerunning them. Two categories are left: - cinder is an actual bug in cinder, see bug 1845321 It is up to the openstack team if they will push a fix soon or if we should add froce-badtest But this isn't an issue of the qemu update for sure. - systemd @ ppc64 never wo

[Bug 1844416] Re: xenial/linux: 4.4.0-165.193 -proposed tracker

2019-09-25 Thread Kleber Sacilotto de Souza
Verification-testing completed successfully with the xenial/linux kernel. ** Changed in: kernel-sru-workflow/verification-testing Status: Confirmed => Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.la

[Bug 1845323] [NEW] Trying to online dasd drive results in invalid input/output from the kernel

2019-09-25 Thread Dimitri John Ledkov
Public bug reported: Sep 25 12:06:39 s390-dasd[4637]: ECKD DASD 0.0.0200 configure failed Sep 25 12:06:39 s390-dasd[4637]: Error: Could not write file /sys/bus/ccw/drivers/dasd-eckd/0.0.0200/online: Input/output error Sep 25 12:06:39 s390-dasd[4637]: Configuring devices in the active configu

[Bug 1844416] Re: xenial/linux: 4.4.0-165.193 -proposed tracker

2019-09-25 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 -- boot-testi

[Bug 1845321] Re: cinder-daemons autopkgtest must override driver to use pymysql

2019-09-25 Thread Christian Ehrhardt 
Copy from IRC to remind myself about the expected timing: [15:00] cpaelzer: i'll get it uploaded today to the disco queue but we are somewhat blocked by current SRUs in proposed [15:01] sahid: we'll need to get bug 1837905 verified for disco-proposed [15:01] bug 1837905 in horizon (Ubuntu Disc

[Bug 1841619] Re: dehydrated: Missing ID field for new registrations

2019-09-25 Thread Frédéric Bourqui
a fully working certificate, on Disco with proposed package, dns domain changed to exemple.com root@test2:~# /usr/bin/dehydrated -c -t dns-01 -k /etc/dehydrated/remote_dns_hook.sh # INFO: Using main config file /etc/dehydrated/config # INFO: Using additional config file /etc/dehydrated/conf.d/con

[Bug 1844407] Re: xenial/linux-kvm: 4.4.0-1059.66 -proposed tracker

2019-09-25 Thread Ubuntu Kernel Bot
** Changed in: kernel-sru-workflow/verification-testing Status: Confirmed => Fix Released ** 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

[Bug 1840956] Re: qemu-user-static fails to install in WSL

2019-09-25 Thread Christian Ehrhardt 
MP for the systemd@ppc64 test at [1]. [1]: https://code.launchpad.net/~paelzer/britney/hints-ubuntu-disco-fix- systemd-ppc-hint-that-never-works/+merge/373200 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/

[Bug 1844409] Re: xenial/linux-raspi2: 4.4.0-1123.132 -proposed tracker

2019-09-25 Thread Ubuntu Kernel Bot
** Changed in: kernel-sru-workflow/verification-testing Status: Confirmed => Fix Released ** 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

[Bug 1844382] Re: bionic/linux-gke-4.15: 4.15.0-1045.48 -proposed tracker

2019-09-25 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 -- boot-testi

[Bug 1844412] Re: xenial/linux-snapdragon: 4.4.0-1127.135 -proposed tracker

2019-09-25 Thread Ubuntu Kernel Bot
** Changed in: kernel-sru-workflow/verification-testing Status: Confirmed => Fix Released ** 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

[Bug 1844414] Re: trusty/linux-aws: 4.4.0-1055.59 -proposed tracker

2019-09-25 Thread Ubuntu Kernel Bot
** Changed in: kernel-sru-workflow/verification-testing Status: Confirmed => Fix Released ** 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

[Bug 1844413] Re: xenial/linux-fips: 4.4.0-1022.27 -proposed tracker

2019-09-25 Thread Ubuntu Kernel Bot
** Changed in: kernel-sru-workflow/verification-testing Status: Confirmed => Fix Released ** 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

[Bug 1844406] Re: xenial/linux-aws: 4.4.0-1095.106 -proposed tracker

2019-09-25 Thread Ubuntu Kernel Bot
** Changed in: kernel-sru-workflow/verification-testing Status: Confirmed => Fix Released ** 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

[Bug 1844119]

2019-09-25 Thread Cvs-commit
The binutils-2_33-branch branch has been updated by Alan Modra : https://sourceware.org/git/gitweb.cgi?p=binutils- gdb.git;h=a11b3493ca2d5aabdc218197b92026098d7e2f57 commit a11b3493ca2d5aabdc218197b92026098d7e2f57 Author: Alan Modra Date: Mon Sep 23 08:53:07 2019 +0930 PR25018, readelf cr

[Bug 1844633] Re: [snap] chromium cannot launch programs from links like apt-url

2019-09-25 Thread Olivier Tilloy
*** This bug is a duplicate of bug 1776873 *** https://bugs.launchpad.net/bugs/1776873 ** This bug has been marked a duplicate of bug 1776873 Whitelisted allowedURLschemes breaks some desktop apps -- You received this bug notification because you are a member of Ubuntu Bugs, which is subs

[Bug 1838278] Re: zfs-initramfs wont mount rpool

2019-09-25 Thread Didier Roche
Marking the zfs-linux task as won't fix after looking more deeply about cause/consequences of forcing -f on every boot: - zfs 0.8, as told previously, tag with which system the pool was associated with and refuse to import previously unexported pool, as they can still be attached to any systems

[Bug 1838038] Re: [snap] Chromium does not work with .local mdns/avahi name resolution

2019-09-25 Thread Olivier Tilloy
@zyga: see comment #6, resolving .local addresses works on the same host, but it doesn't for a different physical host on the local network. ** Changed in: snapd Status: Incomplete => New -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

[Bug 1837726] Re: Installation fails on eoan/PowerVM : missing /dev/nvram

2019-09-25 Thread Thadeu Lima de Souza Cascardo
This seems to be unrelated to the kernel. The init program is mounting a tmpfs with size 100M and trying to copy 172M into it. I will report it to the installer side, and see if this affects other images as well. Cascardo. -- You received this bug notification because you are a member of Ubuntu

[Bug 1844415] Re: trusty/linux-lts-xenial: 4.4.0-165.193~14.04.1 -proposed tracker

2019-09-25 Thread Ubuntu Kernel Bot
** Changed in: kernel-sru-workflow/verification-testing Status: Confirmed => Fix Released ** 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

[Bug 1829746] Re: [upstream] LibreOffice Impress embed video broken outside slide

2019-09-25 Thread Marcus Tomlinson
Synchronising bug status with upstream. ** Changed in: libreoffice (Ubuntu) Status: Triaged => In Progress -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1829746 Title: [upstream] LibreOffice

[Bug 1779432] Re: [upstream] Libre Writer doesn't do duplex printing

2019-09-25 Thread Marcus Tomlinson
Synchronising bug status with upstream. ** Changed in: libreoffice (Ubuntu) Status: New => Confirmed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1779432 Title: [upstream] Libre Writer does

[Bug 1815101] Re: [master] Restarting systemd-networkd breaks keepalived clusters

2019-09-25 Thread Rafael David Tinoco
Alright, As this is a problem that does not only affect keepalived, but, all cluster-like softwares dealing with aliases in any existing interface, managed or not by systemd, I have tested the same test case in a pacemaker based cluster, with 3 nodes, having 1 virtual IP + a lighttpd instance runn

[Bug 1831624] Re: ibus-cangjie in libreoffice cannot type Chinese character at end of line

2019-09-25 Thread Marcus Tomlinson
Synchronising bug status with upstream. ** Changed in: libreoffice (Ubuntu) Status: Incomplete => Confirmed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1831624 Title: ibus-cangjie in libre

[Bug 1796698] Re: Assigns style to columns it cannot handle in .xlsx files

2019-09-25 Thread Marcus Tomlinson
Synchronising bug status with upstream. ** Changed in: libreoffice (Ubuntu) Status: New => Confirmed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1796698 Title: Assigns style to columns it

[Bug 1619814] Re: Can't paste contents from clipboard copied from LibreOffice once it is closed

2019-09-25 Thread Marcus Tomlinson
Synchronising bug status with upstream. ** Changed in: libreoffice (Ubuntu) Status: New => Confirmed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1619814 Title: Can't paste contents from cl

[Bug 1379341] Re: Basic: after sheets.copybyname or sheets.remove basic-variable points to wrong sheet

2019-09-25 Thread Marcus Tomlinson
Synchronising bug status with upstream. ** Changed in: libreoffice (Ubuntu) Status: Incomplete => 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/1379341 Title: Basic: after sheet

[Bug 938312] Re: Formula editor is not shown in 3.5.0 with some old ~/.libreoffice profile

2019-09-25 Thread Marcus Tomlinson
Synchronising bug status with upstream. ** Changed in: libreoffice (Ubuntu) Status: Incomplete => 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/938312 Title: Formula editor is n

[Bug 1232872] Re: NFS / lock problem with LibreOffice wth 13.04

2019-09-25 Thread Marcus Tomlinson
Synchronising bug status with upstream. ** Changed in: libreoffice (Ubuntu) Status: Incomplete => Confirmed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1232872 Title: NFS / lock problem wi

[Bug 1183368] Re: EDITING: Find by format doesn't work with non-integer font sizes

2019-09-25 Thread Marcus Tomlinson
Synchronising bug status with upstream. ** Changed in: libreoffice (Ubuntu) Status: Incomplete => Confirmed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1183368 Title: EDITING: Find by for

[Bug 986880] Re: [Upstream] field length inherited

2019-09-25 Thread Marcus Tomlinson
Synchronising bug status with upstream. ** Changed in: libreoffice (Ubuntu) Status: Incomplete => Confirmed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/986880 Title: [Upstream] field lengt

[Bug 915080] Re: [Upstream] Column formatting not honored saving to .doc

2019-09-25 Thread Marcus Tomlinson
Synchronising bug status with upstream. ** Changed in: libreoffice (Ubuntu) Status: Incomplete => Confirmed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/915080 Title: [Upstream] Column form

[Bug 1478258] Re: [upstream] BASE: tab order in form initially inactive

2019-09-25 Thread Marcus Tomlinson
Synchronising bug status with upstream. ** Changed in: libreoffice (Ubuntu) Status: New => Confirmed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1478258 Title: [upstream] BASE: tab order i

[Bug 1011564] Re: [upstream] "the document contains more rows than supported in the selected format."

2019-09-25 Thread Marcus Tomlinson
Synchronising bug status with upstream. ** Changed in: libreoffice (Ubuntu) Status: Incomplete => Confirmed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1011564 Title: [upstream] "the docum

[Bug 943881] Re: [Upstream] Unable to print to password protected (cups) printer

2019-09-25 Thread Marcus Tomlinson
Synchronising bug status with upstream. ** Changed in: libreoffice (Ubuntu) Status: Incomplete => 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/943881 Title: [Upstream] Unable t

[Bug 1082110] Re: [Upstream] Endnote placed at end of document is unmovable

2019-09-25 Thread Marcus Tomlinson
Synchronising bug status with upstream. ** Changed in: libreoffice (Ubuntu) Status: Incomplete => Confirmed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1082110 Title: [Upstream] Endnote pl

[Bug 981606] Re: [Upstream] Printer Language type PostScript Level 3 not persisting when chosen

2019-09-25 Thread Marcus Tomlinson
Synchronising bug status with upstream. ** Changed in: libreoffice (Ubuntu) Status: Incomplete => Confirmed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/981606 Title: [Upstream] Printer Lan

[Bug 897222] Re: [Upstream] Picture moves to left importing Word .doc

2019-09-25 Thread Marcus Tomlinson
Synchronising bug status with upstream. ** Changed in: libreoffice (Ubuntu) Status: Incomplete => Confirmed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/897222 Title: [Upstream] Picture mov

[Bug 925589] Re: [Upstream] Libreoffice-wiki-publisher: Translation of charts into wikitext is incorrect

2019-09-25 Thread Marcus Tomlinson
Synchronising bug status with upstream. ** Changed in: libreoffice (Ubuntu) Status: Incomplete => Confirmed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/925589 Title: [Upstream] Libreoffice

[Bug 1141034] Re: RTL Spreadsheet Insert Cells

2019-09-25 Thread Marcus Tomlinson
Synchronising bug status with upstream. ** Changed in: libreoffice (Ubuntu) Status: New => Confirmed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1141034 Title: RTL Spreadsheet Insert Cells

[Bug 897235] Re: [Upstream] Rounded rectangle corners are indented importing Word .doc

2019-09-25 Thread Marcus Tomlinson
Synchronising bug status with upstream. ** Changed in: libreoffice (Ubuntu) Status: Incomplete => Confirmed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/897235 Title: [Upstream] Rounded rec

[Bug 903608] Re: [Upstream] LibreOffice text remains superscript if typed right after footnote

2019-09-25 Thread Marcus Tomlinson
Synchronising bug status with upstream. ** Changed in: libreoffice (Ubuntu) Status: Incomplete => Confirmed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/903608 Title: [Upstream] LibreOffice

[Bug 897597] Re: [Upstream] Unable to edit text in textboxes from Word .doc

2019-09-25 Thread Marcus Tomlinson
Synchronising bug status with upstream. ** Changed in: libreoffice (Ubuntu) Status: Incomplete => Confirmed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/897597 Title: [Upstream] Unable to e

[Bug 1087739] Re: Promoting/demoting items in a bulleted list not working in Impress

2019-09-25 Thread Marcus Tomlinson
Synchronising bug status with upstream. ** Changed in: libreoffice (Ubuntu) Status: Incomplete => Confirmed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1087739 Title: Promoting/demoting it

[Bug 897101] Re: [Upstream] Initial Print Preview shows more than content area importing Excel .xls

2019-09-25 Thread Marcus Tomlinson
Synchronising bug status with upstream. ** Changed in: libreoffice (Ubuntu) Status: Incomplete => Confirmed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/897101 Title: [Upstream] Initial Pri

[Bug 873287] Re: [Upstream] Writer Picture Background No Fill does not persist saving to .doc

2019-09-25 Thread Marcus Tomlinson
Synchronising bug status with upstream. ** Changed in: libreoffice (Ubuntu) Status: Incomplete => Confirmed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/873287 Title: [Upstream] Writer Pict

[Bug 827695] Re: [Upstream] bug in displaying scalable square brackets in math object

2019-09-25 Thread Marcus Tomlinson
Synchronising bug status with upstream. ** Changed in: libreoffice (Ubuntu) Status: Incomplete => Confirmed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/827695 Title: [Upstream] bug in disp

<    1   2   3   4   5   6   >