[Bug 1824103] Re: aplay record file failed always.

2019-04-16 Thread Will Cooke
Is there a step missing in the reproducer steps? On a new 19.04 install on a random Dell Inspiron arecord fails with: ALSA lib pcm_dsnoop.c:638:(snd_pcm_dsnoop_open) unable to open slave arecord: main:828: audio open error: No such file or directory -- You received this bug notification because

[Bug 1809856] Re: [XPS 13 9370, Realtek ALC3271, Headphone Out, Right] Static/Electric background noise when volume is not muted

2019-04-16 Thread Kai-Heng Feng
Sorry for asking this again - is the original issue solved? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1809856 Title: [XPS 13 9370, Realtek ALC3271, Headphone Out, Right] Static/Electric backgr

[Bug 1824073] Re: USB stick isn't mounted automatically

2019-04-16 Thread ethan.hsieh
** Changed in: oem-priority/xenial 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/1824073 Title: USB stick isn't mounted automatically To manage notifications about

[Bug 1824721] Re: g++-8 in disco is broken with libstdc++6 from gcc9 and libstdc++fs

2019-04-16 Thread Jonathan Wakely
The GCC 8 std::filesystem (and std::experimental::filesystem) symbols are in libstdc++fs.a which is only provided as a static library, so link order does matter. If you don't tell the linker to use it after the objects that require it, then no symbols from libstdc++fs.a will be used. In GCC 9 the

[Bug 1794232] Re: Geneve tunnels don't work when ipv6 is disabled

2019-04-16 Thread Nivedita Singhvi
We had tested a patch discussed above and tested internally, with success - although we have limited testing (opening up a geneve tunnel between 2 kvm guests). Jiri has now pushed an identical patch upstream which is available in the v5.0 kernel and later. "geneve: correctly handle ipv6.disable

[Bug 1824103] Re: aplay record file failed always.

2019-04-16 Thread Hui Wang
Yes, this is because the alsa-lib has a new change but the pulseaudio has not changed accordingly. commit 93e03bdc2a3dcd5d12516f5de78e14d88a32ff2c Author: Jaroslav Kysela Date: Wed Apr 4 09:58:12 2018 +0200 alsa.conf: change the location for add-on configs to /etc/alsa/conf.d The

[Bug 1824961] Re: AppArmor blocks apport python hook from working

2019-04-16 Thread Marc Deslauriers
Reassigning to the kopanocore package as that is what contains the problematic profile. ** Package changed: apparmor (Ubuntu) => kopanocore (Ubuntu) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/18249

[Bug 1824961] Re: AppArmor blocks apport python hook from working

2019-04-16 Thread Marc Deslauriers
Do you have any examples of the denials it is hitting? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1824961 Title: AppArmor blocks apport python hook from working To manage notifications about thi

[Bug 1794232] Re: Geneve tunnels don't work when ipv6 is disabled

2019-04-16 Thread Nivedita Singhvi
** Changed in: linux (Ubuntu Disco) Status: In Progress => Fix Released ** Description changed: [Impact] When attempting to create a geneve tunnel on Ubuntu 16.04 Xenial, in an OS environment with open vswitch, where ipv6 has been disabled, the create fails with the error :

[Bug 1824382] Re: linux-oem-osp1: 5.0.0-1003.4 -proposed tracker

2019-04-16 Thread Ubuntu Kernel Bot
** Changed in: kernel-sru-workflow/promote-to-proposed Status: Confirmed => Incomplete ** 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

[Bug 1824771] Re: linux-aws: 4.18.0-1014.16 -proposed tracker

2019-04-16 Thread Ubuntu Kernel Bot
** Changed in: kernel-sru-workflow/promote-to-proposed Status: New => Confirmed ** Tags added: block-proposed-cosmic ** Tags added: block-proposed ** Description changed: This bug will contain status and test results related to a kernel source (or snap) as stated in the title. F

[Bug 1824341] Re: NoAllowedOrigin cause package removal

2019-04-16 Thread Anderson Luiz Alves
The package unattended-upgrades=1.10ubuntu5 fixes the problem on Ubuntu 18.04 LTS bionic. ** 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 i

[Bug 1824721] Re: g++-8 in disco is broken with libstdc++6 from gcc9 and libstdc++fs

2019-04-16 Thread Jonathan Wakely
Gah, typo: > so the linker finds the GCC 9 ones in libstdc++.so.6.0.25 and uses them That should have said libstdc++.so.6.0.26 - sorry for any confusion. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs

[Bug 1820695] Re: 5.0.0 kernels (5.0.0-7 and 5.0.0-8) don't boot

2019-04-16 Thread emk2203
It's not a kernel bug. The nvidia driver keeps the contents of the GRUB screen and the first two lines of kernel log visible as a frozen static picture. Deinstall and reinstall of nvidia drivers fixed the issue. ** Changed in: linux (Ubuntu) Status: Confirmed => Invalid -- You received t

[Bug 1824979] Re: security tracking bug for mariadb-10.1 in cosmic

2019-04-16 Thread Dan Streetman
For context, mariadb-10.1 in Bionic has seen regular updates, including for security issues, while mariadb-10.1 in Cosmic has not had any released updates at all. One result of this is that mariadb-10.1 autopkgtests fail every time it is tested. Bug 1824335 is open to track updating the version o

[Bug 1824961] Re: AppArmor blocks apport python hook from working

2019-04-16 Thread Julian Andres Klode
I don't have any examples atm, but we know it tries to read cputable at least: /usr/share/dpkg/cputable r It might also need access to apt lists, but this needs investigating /var/lib/apt/lists/** r /etc/apt/apt.conf r /etc/apt/apt.conf.d/** r /etc/apt/sources.list r /etc/apt/sources.list.d/** r

[Bug 1824961] Re: AppArmor blocks apport python hook from working

2019-04-16 Thread Julian Andres Klode
This is specifically not a kopanocore issue, but an issue with all Python programs that have an AppArmor profile. Patching each of them to allow Apport to run vs. the Python abstraction would make no sense. ** Package changed: kopanocore (Ubuntu) => apparmor (Ubuntu) -- You received this bug not

[Bug 1824979] [NEW] security tracking bug for mariadb-10.1 in cosmic

2019-04-16 Thread Dan Streetman
Public bug reported: This is a tracking bug to update mariadb-10.1 in cosmic. There are several security updates to the package that have been released for the version in bionic already, but not cosmic. http://people.canonical.com/~ubuntu-security/cve/pkg/mariadb-10.1.html See bug 1824335 also.

[Bug 1824815] Re: With kernel 5.0.0-11-generic and nouveau, Ubuntu MATE has wrong colors and can't control brightness

2019-04-16 Thread Martin Wimpress
** Changed in: linux (Ubuntu) Status: Confirmed => New -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1824815 Title: With kernel 5.0.0-11-generic and nouveau, Ubuntu MATE has wrong colors an

[Bug 1776563]

2019-04-16 Thread erikjohansson
@Vladislav Kamenev i still need ivrs to boot 5.1-rc5 kernel. Since there was talks about problems with hibernation i even setup a swap file and tested hibernation (Suspend to Disk S4) and it works, i normally only use suspend (Suspend to RAM S3), suspend works with all my kernels 4.19+ and ivrs.

[Bug 1776563]

2019-04-16 Thread erikjohansson
I have IOMMU and SVM enabled in bios/UEFI. I toggled Secure boot setting and it doesn't change anything, hibernation works anyway and i still need ivrs to boot. I tried with secure boot enabled and hibernation works with all my kernels (4.19.34, 5.0.7, 5.1-rc5). Since i use a swap file for hibern

[Bug 1776563]

2019-04-16 Thread mazahakaforever
(In reply to Erik from comment #184) > @Vladislav Kamenev i still need ivrs to boot 5.1-rc5 kernel. > Since there was talks about problems with hibernation i even setup a swap > file and tested hibernation (Suspend to Disk S4) and it works, i normally > only use suspend (Suspend to RAM S3), suspend

Re: [Bug 1822069] Re: SRU: Shibboleth SPv3 for bionic

2019-04-16 Thread Etienne Dysli Metref
On 16/04/2019 11.31, Robie Basak wrote: >> Can you explain how the new soname is a problem? I think it >> clearly separates the new and old libraries. > > We can't delete the old library from Bionic, so the new and old must > exist concurrently. Therefore you can't just upload a replacement > sou

[Bug 1776563]

2019-04-16 Thread mazahakaforever
Have you updated bios to 1.13? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1776563 Title: Acer Aspire A315 IOAPIC failure on Ubuntu 18.04, kernel hangs, can't load, kernel freeze (AMD Ryzen 5/R

[Bug 1824815] Status changed to Confirmed

2019-04-16 Thread Ubuntu Kernel Bot
This change was made by a bot. ** Changed in: linux (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/1824815 Title: With kernel 5.0.0-11-generic and nouveau, U

[Bug 1749578] Re: Incorrect grammar in "Welcome wizard -> Optional tasks"

2019-04-16 Thread Martin Wimpress
** Changed in: ubuntu-mate-welcome (Ubuntu) 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/1749578 Title: Incorrect grammar in "Welcome wizard -> Optional

[Bug 1824773] Re: linux-aws: 4.15.0-1037.39 -proposed tracker

2019-04-16 Thread Ubuntu Kernel Bot
** Changed in: kernel-sru-workflow/promote-to-proposed Status: New => Confirmed ** Tags added: block-proposed-bionic ** Tags added: block-proposed ** Description changed: This bug will contain status and test results related to a kernel source (or snap) as stated in the title. F

[Bug 1795857] Re: enable CONFIG_DRM_BOCHS

2019-04-16 Thread flumm
just fyi, this also affects newer iso releases of 18.04 (e.g. 18.04.2) i suspect the new xorg in the hwe version needs the bochs drm module -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1795857 Title:

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

2019-04-16 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users. ** Changed in: ubiquity (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/1824195 Title: U

[Bug 1824980] Re: package linux-modules-extra-4.4.0-144-generic (not installed) failed to install/upgrade: cannot copy extracted data for './lib/modules/4.4.0-144-generic/kernel/drivers/staging/rtl819

2019-04-16 Thread Apport retracing service
** Tags removed: need-duplicate-check -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1824980 Title: package linux-modules-extra-4.4.0-144-generic (not installed) failed to install/upgrade: cannot c

[Bug 1824834] Re: linux-azure: 5.0.0-1004.4 -proposed tracker

2019-04-16 Thread Ubuntu Kernel Bot
** Changed in: kernel-sru-workflow/automated-testing Status: In Progress => 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 s

[Bug 1824980] [NEW] package linux-modules-extra-4.4.0-144-generic (not installed) failed to install/upgrade: cannot copy extracted data for './lib/modules/4.4.0-144-generic/kernel/drivers/staging/rtl8

2019-04-16 Thread CArlos Alexandre
Public bug reported: O erro ocorreu durante a atualização de programas. ProblemType: Package DistroRelease: Ubuntu 14.04 Package: linux-modules-extra-4.4.0-144-generic (not installed) ProcVersionSignature: Ubuntu 4.4.0-31.50~14.04.1-generic 4.4.13 Uname: Linux 4.4.0-31-generic x86_64 ApportVersio

[Bug 1824177] Re: dmesg spammed with nvidia-nvlink messages during install

2019-04-16 Thread Alberto Milone
After testing on the live image, the above mentioned fix solved the problem. Regardless of when the nvidia driver is actually installed, having udev (repeatedly) trying to modprobe modules and to start daemons is a waste of resources on the live image. Overriding the udev rule works really well, a

[Bug 1824981] [NEW] cifs related buffer overflow in strcat

2019-04-16 Thread Christoph Probst
Public bug reported: Ubuntu 18.04.2 LTS Linux SRV013 4.15.0-47-generic #50-Ubuntu SMP Wed Mar 13 10:44:52 UTC 2019 x86_64 x86_64 x86_64 GNU/Linux DELL R740, 2 CPU (40 Cores, 80 Threads), 384 GiB RAM top - 12:39:53 up 3:41, 4 users, load average: 66.19, 64.06, 76.90 Tasks: 1076 total, 1 run

[Bug 1775131] Re: Ubuntu 18.04 networking issue (connection drops after approx. 15 minutes)

2019-04-16 Thread Naveen Kumar Goyal
Ubuntu: No LSB modules are available. Distributor ID: Ubuntu Description:Ubuntu 18.04.1 LTS Release:18.04 Codename: bionic -- root@u18_svr_madsz:/icxmSim/dist# ifconfig ens33: flags=4163 mtu 1500 inet 10.206.49.229 netmask 255.25

[Bug 1824415] Re: Vertical line screen flickers randomly appears on built-in laptop display only

2019-04-16 Thread Oleksandr Varchenko
Just tried to use v5.1.0-050100rc5, and unfortunately it still there. When Chrome shows dynamic SVG it happens at once. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1824415 Title: Vertical line scr

[Bug 1824103] Re: aplay record file failed always.

2019-04-16 Thread Hui Wang
The commit of #7 is in the alsa-lib from 1.1.7, so it only affects 19.04 Disco, the Cosmic and lower version works fine. ** Package changed: linux (Ubuntu) => pulseaudio (Ubuntu) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https:

[Bug 1775131] Re: Ubuntu 18.04 networking issue (connection drops after approx. 15 minutes)

2019-04-16 Thread Naveen Kumar Goyal
this scenario is: i need to create 1000 of virtual interface , this is scale environment, where each new interface causing restart of networkd- dispatcher, losing out on older interface, if there creation is not completed successfully. -- You received this bug notification because you are a membe

[Bug 1822816] Re: linux-azure: 4.15.0-1042.46~14.04.1 -proposed tracker

2019-04-16 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 1824415] Re: Vertical line screen flickers randomly appears on built-in laptop display only

2019-04-16 Thread Oleksandr Varchenko
** Attachment added: "The dmesg output on latest kernel" https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1824415/+attachment/5256267/+files/dmesg-v5.1.0-rc5.txt ** Tags added: kernel-bug-exists-upstream -- You received this bug notification because you are a member of Ubuntu Bugs, which

[Bug 1824949] Re: /usr/bin/unattended-upgrade:NoAllowedOriginError:/usr/bin/unattended-upgrade@2256:main:run:mark_pkgs_to_upgrade:mark_upgrade_adjusted:call_adjusted::ver_in_allowed_origin

2019-04-16 Thread Launchpad Bug Tracker
This bug was fixed in the package unattended-upgrades - 1.10ubuntu5 --- unattended-upgrades (1.10ubuntu5) disco; urgency=medium * Adjust only transitive dependencies in the fallback when a package from an allowed origin can't be marked to install/upgrade. This is a much ligh

[Bug 1824804] Re: Unattended upgrades falls back to adjust all upgradable packages in attempt to install held packages

2019-04-16 Thread Launchpad Bug Tracker
This bug was fixed in the package unattended-upgrades - 1.10ubuntu5 --- unattended-upgrades (1.10ubuntu5) disco; urgency=medium * Adjust only transitive dependencies in the fallback when a package from an allowed origin can't be marked to install/upgrade. This is a much ligh

[Bug 1824498] Re: Unable to connect to wifi since wpasupplicant_2.4-0ubuntu6.4_amd64.deb update

2019-04-16 Thread Serpico via ubuntu-bugs
@seb128 Is there a repo I can enable/activate to install this previous version? In the page you linked I didn't see any .deb file -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1824498 Title: Una

[Bug 1824981] Missing required logs.

2019-04-16 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 1824981 and then change the status of the bug to 'Confirmed'. If, due to the nature

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

2019-04-16 Thread Ubuntu QA Website
This bug has been reported on the Ubuntu ISO testing tracker. A list of all reports related to this bug can be found here: http://iso.qa.ubuntu.com/qatracker/reports/bugs/1824195 ** Tags added: iso-testing -- You received this bug notification because you are a member of Ubuntu Bugs, which is s

[Bug 1824753] Re: When I pass the Qt application to the secondary monitor the characters of the application increase

2019-04-16 Thread Patrick
Now I do. Before I just updated mutter_3.32.0-1_amd64.deb. I have updated all deb and the problem continues. patrick@patrick-pc:~$ dpkg -l | grep mutter ii gir1.2-mutter-4:amd64 3.32.0-1 amd64GObject introspection data for Mutter ii lib

[Bug 1793640] Re: Pulseaudio fails to detect sound card, while timidity is installed

2019-04-16 Thread Walter Garcia-Fontes
I still have this problem in Ubuntu 19.04 develpment version. Here is a Debian bug about this: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=901931 ** Bug watch added: Debian Bug tracker #901931 https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=901931 -- You received this bug notificatio

[Bug 1823133] Re: gparted - error while loading shared library (19.04)

2019-04-16 Thread fossfreedom
** No longer affects: ubuntubudgie -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1823133 Title: gparted - error while loading shared library (19.04) To manage notifications about this bug go to: ht

[Bug 1822069] Shibboleth package maintenance in Ubuntu [Was: SRU: Shibboleth SPv3 for bionic]

2019-04-16 Thread Robie Basak
[moving this thread over to ubuntu-motu@ from https://launchpad.net/bugs/1822069] On Tue, Apr 16, 2019 at 11:28:58AM -, Etienne Dysli Metref wrote: > IMHO, ideally, the Shibboleth packaging repositories over on salsa.d.o > [1] should be the reference also for Ubuntu packaging. I can create an

[Bug 1775131] Re: Ubuntu 18.04 networking issue (connection drops after approx. 15 minutes)

2019-04-16 Thread Naveen Kumar Goyal
Failed Logs: -- Apr 16 10:56:27 u18_svr_madsz systemd-udevd[30948]: link_config: autonegotiation is unset or enabled, the speed and duplex are not writable. Apr 16 10:56:27 u18_svr_madsz systemd-udevd[30948]: Could not generate persistent MAC address for 2icx0: No such file or directory Apr 1

[Bug 1824980] Re: package linux-modules-extra-4.4.0-144-generic (not installed) failed to install/upgrade: cannot copy extracted data for './lib/modules/4.4.0-144-generic/kernel/drivers/staging/rtl819

2019-04-16 Thread Ubuntu Foundations Team Bug Bot
Thank you for taking the time to report this bug and helping to make Ubuntu better. It seems that there was an error on your system when trying to install a particular package. Please execute the following command, as it will clear your package cache, in a terminal: sudo apt-get clean Then try

[Bug 1824893] Re: When I type systemctl reboot system reaches Target Reboot but then does not reboot

2019-04-16 Thread Robert Dinse
** Attachment added: "Last 250 lines of journalctl log for shutdown" https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/1824893/+attachment/5256268/+files/journalctl.log -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://b

Re: [Bug 1824893] Re: When I type systemctl reboot system reaches Target Reboot but then does not reboot

2019-04-16 Thread Robert Dinse
I've added the last 250 lines of the log, if that's not enough let me know. Once it says it's reached target reboot the next thing it does is send a kill signal to all processes, including journalctl so there is not much useful information beyond that point. Also I can not switch virtual terminal

[Bug 1824921] Re: package linux-firmware 1.175.3 failed to install/upgrade: installed linux-firmware package post-installation script subprocess returned error exit status 2

2019-04-16 Thread Seth Forshee
>From the logs: Setting up linux-firmware (1.175.1) ... update-initramfs: Generating /boot/initrd.img-4.18.0-17-generic /usr/sbin/mkinitramfs: 165: /usr/sbin/mkinitramfs: Cannot fork /usr/sbin/mkinitramfs: 225: /usr/sbin/mkinitramfs: Cannot fork /usr/sbin/mkinitramfs: 183: /usr/sbin/mkinitramfs: C

[Bug 1824970] Re: error in sentence 66 in file english.xml

2019-04-16 Thread Ubuntu Foundations Team Bug Bot
The attachment "corrected english.xml file" seems to be a patch. If it isn't, please remove the "patch" flag from the attachment, remove the "patch" tag, and if you are a member of the ~ubuntu-reviewers, unsubscribe the team. [This is an automated message performed by a Launchpad user owned by ~b

[Bug 1775131] Re: Ubuntu 18.04 networking issue (connection drops after approx. 15 minutes)

2019-04-16 Thread Julian Andres Klode
Anyhow, none of this is a bug I nthe dispatcher, and I don't know what else, so I'm going to reassign it to the kernel - if there are broken ARP tables and whatnot, what else could it be. ** Package changed: networkd-dispatcher (Ubuntu) => linux (Ubuntu) -- You received this bug notification bec

[Bug 1775131] Re: Ubuntu 18.04 networking issue (connection drops after approx. 15 minutes)

2019-04-16 Thread Julian Andres Klode
Your logs do not show network dispatcher restarting, but it is reloading it's list of interfaces as it has to figure out which interface it got notified about. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/

[Bug 1748715] Re: Ubuntu MATE Welcome and Software Boutique white window when using VirtualBox

2019-04-16 Thread Martin Wimpress
** Changed in: ubuntu-mate-welcome (Ubuntu) Assignee: (unassigned) => Martin Wimpress (flexiondotorg) ** Changed in: ubuntu-mate-welcome (Ubuntu) Status: In Progress => Confirmed ** Changed in: ubuntu-mate-welcome (Ubuntu) Status: Confirmed => Fix Committed ** Changed in: ubun

[Bug 1824498] Re: Unable to connect to wifi since wpasupplicant_2.4-0ubuntu6.4_amd64.deb update

2019-04-16 Thread Sebastien Bacher
you need to click in the "build: " to have the deb, e.g https://bugs.launchpad.net/~ubuntu-security-proposed/+archive/ubuntu/ppa/+build/15249000 There is no repo for those though -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://

[Bug 1824838] Re: linux-azure-edge: 4.18.0.1016.16 -proposed tracker

2019-04-16 Thread Ubuntu Kernel Bot
** Changed in: kernel-sru-workflow/automated-testing Status: New => Invalid ** 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 1824836] Re: linux-kvm: 5.0.0-1004.4 -proposed tracker

2019-04-16 Thread Seth Forshee
** Tags added: regression-testing-passed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1824836 Title: linux-kvm: 5.0.0-1004.4 -proposed tracker To manage notifications about this bug go to: https:/

[Bug 1822794] Re: linux-kvm: 4.18.0-1010.10 -proposed tracker

2019-04-16 Thread Ubuntu Kernel Bot
** Changed in: kernel-sru-workflow/automated-testing Status: Incomplete => In Progress ** 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

[Bug 1642514] Re: sched: Match-all classifier is missing in xenial

2019-04-16 Thread Andy Whitcroft
Hello Nicolas, or anyone else affected, Accepted iproute2 into xenial-proposed. The package will build now and be available at https://launchpad.net/ubuntu/+source/iproute2/4.3.0-1ubuntu3.16.04.5 in a few hours, and then in the -proposed repository. Please help us by testing this new package. Se

[Bug 1824838] Re: linux-azure-edge: 4.18.0.1016.16 -proposed tracker

2019-04-16 Thread Marcelo Cerri
** Summary changed: - linux-azure-edge: -proposed tracker + linux-azure-edge: 4.18.0.1016.16 -proposed tracker -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1824838 Title: linux-azure-edge: 4.18.0

[Bug 1822793] Re: linux-gcp: 4.18.0-1009.10 -proposed tracker

2019-04-16 Thread Ubuntu Kernel Bot
** Changed in: kernel-sru-workflow/automated-testing Status: Incomplete => In Progress ** 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

[Bug 1822833] Re: linux-lts-xenial: 4.4.0-146.172~14.04.1 -proposed tracker

2019-04-16 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 1824835] Re: linux-gcp: 5.0.0-1004.4 -proposed tracker

2019-04-16 Thread Seth Forshee
** Tags added: regression-testing-passed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1824835 Title: linux-gcp: 5.0.0-1004.4 -proposed tracker To manage notifications about this bug go to: https:/

[Bug 1824986] [NEW] twinkle doesn't start (stack smashing detected) (Lubuntu 18.04)

2019-04-16 Thread Dima
Public bug reported: The console output: $ twinkle QApplication: invalid style override passed, ignoring it. Language name: "en" mprotect failed in ExecutableAllocator::makeExecutable: Permission denied *** stack smashing detected ***: terminated Aborted (core dumped) $ I've attached a strace

[Bug 1824833] Re: linux-aws: 5.0.0-1004.4 -proposed tracker

2019-04-16 Thread Seth Forshee
** Tags added: regression-testing-passed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1824833 Title: linux-aws: 5.0.0-1004.4 -proposed tracker To manage notifications about this bug go to: https:/

[Bug 1824969] Re: gnupg2 : pinentry cache is not clear : gpg-agent

2019-04-16 Thread Sebastien Bacher
Thank you for your bug report. Do you have steps that can be used to trigger the issue? ** Bug watch added: Debian Bug tracker #919856 https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=919856 ** Also affects: gnupg2 (Debian) via https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=919856 Im

[Bug 1642514] Re: sched: Match-all classifier is missing in xenial

2019-04-16 Thread Stefan Bader
** Description changed: + [SRU Justification] + + == Impact == + The Xenial 4.4 kernel already has a patch applied which implements the matchall filter. But in order to actually use it, iproute2 needs to pick up the user-space + side of the implementation. + + == Fix == + Backported a patch fr

[Bug 1824961] Re: AppArmor blocks apport python hook from working

2019-04-16 Thread Jamie Strandboge
Traditionally we have actually put these accesses in the packages that ship the profile, like Marc said, because profilers may not want the profile to automatically have everything apport requires. These accesses should *not* be in the python abstraction because the accesses have nothing to do with

[Bug 1824886] Re: Battery applet does not display battery charge.

2019-04-16 Thread Sebastien Bacher
@Mike, arguing over the triaging details isn't really that useful, but for the record see https://wiki.ubuntu.com/Bugs/Importance. The battery estimate is indeed useful, but you are so far the only one reporting the issues and one report isn't enough to consider it as High then (for what we know it

[Bug 1824836] Re: linux-kvm: 5.0.0-1004.4 -proposed tracker

2019-04-16 Thread Ubuntu Kernel Bot
** Changed in: kernel-sru-workflow/regression-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 se

[Bug 1824833] Re: linux-aws: 5.0.0-1004.4 -proposed tracker

2019-04-16 Thread Ubuntu Kernel Bot
** Changed in: kernel-sru-workflow/regression-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 se

[Bug 1824838] Re: linux-azure-edge: 4.18.0.1016.16 -proposed tracker

2019-04-16 Thread Ubuntu Kernel Bot
** Changed in: kernel-sru-workflow/prepare-package-meta Status: Confirmed => Fix Released ** Changed in: kernel-sru-workflow/prepare-package-meta Assignee: Canonical Kernel Team (canonical-kernel-team) => Marcelo Cerri (mhcerri) ** Description changed: This bug will contain status

[Bug 1824839] Re: linux-azure: 4.18.0-1016.16~18.04.1 -proposed tracker

2019-04-16 Thread Ubuntu Kernel Bot
** Changed in: kernel-sru-workflow/prepare-package-signed Status: In Progress => 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 workf

[Bug 1824835] Re: linux-gcp: 5.0.0-1004.4 -proposed tracker

2019-04-16 Thread Ubuntu Kernel Bot
** Changed in: kernel-sru-workflow/regression-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 se

[Bug 1824961] Re: AppArmor blocks apport python hook from working

2019-04-16 Thread Jamie Strandboge
I might also mention on IRC the exact type of thing why we've had these rules in the profile that ship them: [119698.000187] audit: type=1400 audit(1555405334.985:222): apparmor="DENIED" operation="exec" profile="/usr/sbin/kopano-search" name="/usr/bin/x86_64-linux-gnu-gcc-8" pid=15647 comm="kopan

[Bug 1824969] Re: gnupg2 : pinentry cache is not clear : gpg-agent

2019-04-16 Thread Michel Le Cocq
it's exactly the same procedure has describe in Debian bug. In fact I configure a yubikey with a ssh key inside. Whenever I try to connect somewhere, where I'm sure my pub key is I get: sign_and_send_pubkey: signing failed: agent refused operation -- You received this bug notification because

[Bug 1824839] Re: linux-azure: 4.18.0-1016.16~18.04.1 -proposed tracker

2019-04-16 Thread Ubuntu Kernel Bot
** Changed in: kernel-sru-workflow/promote-to-proposed Status: New => Confirmed ** Tags added: block-proposed-bionic ** Tags added: block-proposed ** Description changed: This bug will contain status and test results related to a kernel source (or snap) as stated in the title. F

[Bug 1824592] Re: linux-fips: 4.15.0-1005.6 -proposed tracker

2019-04-16 Thread Andy Whitcroft
** Changed in: kernel-sru-workflow/promote-to-proposed Assignee: Ubuntu Stable Release Updates Team (ubuntu-sru) => Andy Whitcroft (apw) ** Changed in: kernel-sru-workflow/promote-to-proposed Status: New => In Progress -- You received this bug notification because you are a member o

[Bug 1824703] Re: Intel 8260 Bluetooth non-functioning, command timeouts

2019-04-16 Thread Fmstrat
Ok, well, no idea what happened, but I did a hard power cycle with that kernel parameter, and it started working. I rebooted again without it, and it still worked. Perhaps the hard power cycle did something different this time with the new BIOS, but I thought I had done that since. In any event, it

[Bug 1776563]

2019-04-16 Thread erikjohansson
Yes i got bios 1.13. The bug with being forced to add my grub as trusted file was in earlier bios and i don't know if it's still in the latest bios as i haven't tried it out. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bug

[Bug 1824981] Re: cifs related buffer overflow in strcat

2019-04-16 Thread Christoph Probst
System is firewalled so apport-collect wouldn't work. Relevant details should already be included in the bug report. ** Changed in: linux (Ubuntu) Status: Incomplete => Confirmed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1824838] Re: linux-azure-edge: 4.18.0.1016.16 -proposed tracker

2019-04-16 Thread Ubuntu Kernel Bot
** Changed in: kernel-sru-workflow/promote-to-proposed Status: New => Confirmed ** Tags added: block-proposed-bionic ** Tags added: block-proposed ** Description changed: This bug will contain status and test results related to a kernel source (or snap) as stated in the title. F

[Bug 1776563]

2019-04-16 Thread erikjohansson
I got the non G model (no dedicated GPU) A315-41. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1776563 Title: Acer Aspire A315 IOAPIC failure on Ubuntu 18.04, kernel hangs, can't load, kernel fre

[Bug 1824986] Re: twinkle doesn't start (stack smashing detected) (Lubuntu 18.04)

2019-04-16 Thread Dima
And I have /home and /tmp mounted with noexec. Does anyone know how to find ubuntu-devel-disc...@lists.ubuntu.com in "Subscribe someone else"? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1824986 Ti

[Bug 1824841] Re: linux-azure: 4.18.0-1016.16 -proposed tracker

2019-04-16 Thread Andy Whitcroft
** Changed in: kernel-sru-workflow/promote-to-proposed Assignee: Ubuntu Stable Release Updates Team (ubuntu-sru) => Andy Whitcroft (apw) ** Changed in: kernel-sru-workflow/promote-to-proposed Status: Confirmed => In Progress -- You received this bug notification because you are a me

[Bug 1824592] Re: linux-fips: 4.15.0-1005.6 -proposed tracker

2019-04-16 Thread Andy Whitcroft
** Changed in: kernel-sru-workflow/promote-to-proposed Status: In Progress => New -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1824592 Title: linux-fips: 4.15.0-1005.6 -proposed tracker To

[Bug 1824592] Re: linux-fips: 4.15.0-1005.6 -proposed tracker

2019-04-16 Thread Ubuntu Kernel Bot
** Changed in: kernel-sru-workflow/prepare-package-meta Status: In Progress => Fix Released ** Changed in: kernel-sru-workflow/promote-to-proposed Status: New => Confirmed ** Tags added: block-proposed-bionic ** Tags added: block-proposed ** Description changed: This bug will c

[Bug 1824841] Re: linux-azure: 4.18.0-1016.16 -proposed tracker

2019-04-16 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 1824839 (bionic/li

[Bug 1824592] Re: linux-fips: 4.15.0-1005.6 -proposed tracker

2019-04-16 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 1803294] Re: NetworkManager fails establishing OpenVPN connection

2019-04-16 Thread Sebastien Bacher
Thank you for your bug report. Could you get a debug log as described on https://wiki.gnome.org/Projects/NetworkManager/Debugging #Debugging_NetworkManager-openvpn ? (you need to reboot or 'sudo systemctl restart NetworkManager' before starting the client in debug) ** Changed in: network-manager-

[Bug 1800542] Re: OpenVPN connection not stable after upgrade to 18.10 (udp, ipv6)

2019-04-16 Thread Sebastien Bacher
@Steve, right, I just gave it a try and indeed n-m needs to be restarted ('sudo systemctl restart NetworkManager' is enough, no need of rebooting) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1800542

[Bug 1824835] Re: linux-gcp: 5.0.0-1004.4 -proposed tracker

2019-04-16 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 1824834] Re: linux-azure: 5.0.0-1004.4 -proposed tracker

2019-04-16 Thread Seth Forshee
** Tags added: regression-testing-passed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1824834 Title: linux-azure: 5.0.0-1004.4 -proposed tracker To manage notifications about this bug go to: https

[Bug 1824103] Re: aplay record file failed always.

2019-04-16 Thread Will Cooke
@infinity has found a fix for this in Debian and is looking at syncing it now. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1824103 Title: aplay record file failed always. To manage notifications

[Bug 1775131] Re: Ubuntu 18.04 networking issue (connection drops after approx. 15 minutes)

2019-04-16 Thread Naveen Kumar Goyal
problem occurs when both interface created using multiprocessing module of python Process 1 execution -> ip link add link ens34 2icx0 type macvlan ifconfig 2icx0 up ip addr add 192.168.49.230/16 dev 2icx0 Process 2 execution -> ip link add link ens34 2icx1 type macvlan ifconfig 2

[Bug 1044064] Re: inkscape freezes in 12.10 after clicking on fonts button (see the picture)

2019-04-16 Thread Qantas94Heavy
Closing because I can no longer reproduce this and there has not been any response for several years. If you have a similar issue, please file a new bug at https://gitlab.com/inkscape/inbox. Thank you! Closed by: https://gitlab.com/Qantas94Heavy ** Changed in: inkscape Status: New => Inval

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