[Bug 1717314] [NEW] installation crashed erasing partitions

2017-09-14 Thread Chas
Public bug reported: Crashed with code 141 ProblemType: Bug DistroRelease: Ubuntu 17.04 Package: ubiquity 17.04.9 ProcVersionSignature: Ubuntu 4.10.0-19.21-generic 4.10.8 Uname: Linux 4.10.0-19-generic x86_64 ApportVersion: 2.20.4-0ubuntu4 Architecture: amd64 CasperVersion: 1.380 Date: Thu Sep

[Bug 1691848] Re: Python not compiled with -fexceptions in ppc64le

2017-09-14 Thread Launchpad Bug Tracker
This bug was fixed in the package python2.7 - 2.7.14~rc1-3ubuntu1 --- python2.7 (2.7.14~rc1-3ubuntu1) artful; urgency=medium * Regenerate the _PyFPE breaks list for Ubuntu. -- Matthias Klose Tue, 05 Sep 2017 20:19:52 +0200 ** Changed in: python2.7 (Ubuntu)

[Bug 1682934] Re: python3 in /usr/local/bin can cause python3 packages to fail to install

2017-09-14 Thread Launchpad Bug Tracker
This bug was fixed in the package python2.7 - 2.7.14~rc1-3ubuntu1 --- python2.7 (2.7.14~rc1-3ubuntu1) artful; urgency=medium * Regenerate the _PyFPE breaks list for Ubuntu. -- Matthias Klose Tue, 05 Sep 2017 20:19:52 +0200 ** Changed in: python2.7 (Ubuntu)

[Bug 1638695] Re: Python 2.7.12 performance regression

2017-09-14 Thread Launchpad Bug Tracker
This bug was fixed in the package python2.7 - 2.7.14~rc1-3ubuntu1 --- python2.7 (2.7.14~rc1-3ubuntu1) artful; urgency=medium * Regenerate the _PyFPE breaks list for Ubuntu. -- Matthias Klose Tue, 05 Sep 2017 20:19:52 +0200 ** Changed in: python2.7 (Ubuntu)

[Bug 1706735] Re: lmbench tcp lib backlog reservation too small, can cause hang.

2017-09-14 Thread Launchpad Bug Tracker
This bug was fixed in the package lmbench - 3.0-a9+debian.1-1 --- lmbench (3.0-a9+debian.1-1) unstable; urgency=medium * Acknowledge NMUs, thanks Andreas! * Use upstream tarball as orig.tar.gz. This appends a +debian.1 to the upstream version to avoid conflicting with the

[Bug 1713536] Re: udev: boot script does not trigger subsystem coldplug

2017-09-14 Thread Launchpad Bug Tracker
This bug was fixed in the package systemd - 234-2ubuntu10 --- systemd (234-2ubuntu10) artful; urgency=medium * Do not fail debootstrap if /etc/resolv.conf is immutable. (LP: #1713212) * Revert "Create /etc/resolv.conf on resolved start, if it is an empty file." As it is

[Bug 1713212] Re: changes in >= 234-2ubuntu7 for artful breaks kubuntu CI image build in docker

2017-09-14 Thread Launchpad Bug Tracker
This bug was fixed in the package systemd - 234-2ubuntu10 --- systemd (234-2ubuntu10) artful; urgency=medium * Do not fail debootstrap if /etc/resolv.conf is immutable. (LP: #1713212) * Revert "Create /etc/resolv.conf on resolved start, if it is an empty file." As it is

[Bug 1713615] Re: Fonts fail to download

2017-09-14 Thread Norbert
The last working version was this: http://ftp.de.debian.org/debian/pool/contrib/m/msttcorefonts/ I think it fails with this change: msttcorefonts (3.6ubuntu1) artful; urgency=medium * Merge from Debian Sid. Remaining changes: ->- Ubuntu preinst and postrm scripts have deltas. -

[Bug 1715101] Re: Xenial : installer fails on POWER9

2017-09-14 Thread Steve Langasek
** Changed in: debian-installer (Ubuntu) Status: New => Invalid ** Also affects: debian-installer (Ubuntu Xenial) Importance: Undecided Status: New ** Changed in: debian-installer (Ubuntu Xenial) Status: New => In Progress ** Changed in: debian-installer (Ubuntu Xenial)

[Bug 1715010] Update Released

2017-09-14 Thread Brian Murray
The verification of the Stable Release Update for cryptsetup has completed successfully and the package has now been released to -updates. Subsequently, the Ubuntu Stable Release Updates Team is being unsubscribed and will not receive messages about this bug report. In the event that you

[Bug 1715010] Re: Fix XTS encryption with FIPS enabled kernels

2017-09-14 Thread Launchpad Bug Tracker
This bug was fixed in the package cryptsetup - 2:1.6.6-5ubuntu2.1 --- cryptsetup (2:1.6.6-5ubuntu2.1) xenial; urgency=medium * d/p/fips-fix-luksformat-with-recent-kernels -- fix luksFormat with recent FIPS enabled kernels. (LP: #1715010) -- Marcelo Henrique Cerri

[Bug 1715010] Re: Fix XTS encryption with FIPS enabled kernels

2017-09-14 Thread Brian Murray
** Changed in: cryptsetup (Ubuntu) Status: Fix Committed => Fix Released ** Also affects: cryptsetup (Ubuntu Zesty) Importance: Undecided Status: New ** Changed in: cryptsetup (Ubuntu Zesty) Status: New => Triaged ** Changed in: cryptsetup (Ubuntu Zesty) Importance:

[Bug 1715609] Re: kernel warning: skb_warn_bad_offload

2017-09-14 Thread Joseph Salisbury
Can those affected by this bug test the kernel posted in comment #3? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1715609 Title: kernel warning: skb_warn_bad_offload To manage notifications about

[Bug 1717313] [NEW] enumeration timeout with linux 4.13

2017-09-14 Thread Jamie Strandboge
Public bug reported: See: - https://github.com/dkopecek/usbguard/issues/204 - https://github.com/dkopecek/usbguard/commit/a3cdd13c245f29523f2166dd0c49db97253e3767 - http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=875808 ** Affects: usbguard (Ubuntu) Importance: Undecided Status:

[Bug 1716277] Re: Moving a file to another folder, holding shift key, blocks mouse pointer

2017-09-14 Thread Carla Sella
I have Ubuntu with Gnome on Wayland. There is were I am having issues. After I release the Shift key the hand remains. I have to reboot my PC to make it go away. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1706274] Re: html2xhtml produces invald XML for MS Office HTML output

2017-09-14 Thread Kjetil Kjernsmo
I'm not 100% sure, since this module is a parser and not a serializer, but it appears HTML::HTML5::Parser is just building a DOM, and the serialization is then done by XML::LibXML. Therefore, it seems likely the bug is indeed in HTML::HTML5::Parser. The upstream bug tracker is at

[Bug 1706274] Re: html2xhtml produces invald XML for MS Office HTML output

2017-09-14 Thread Kjetil Kjernsmo
I was able to reproduce the bug, and I have committed the example as test data to my own fork of the module: https://github.com/kjetilk/p5-html-html5-parser/commit/c4be3e6ee63d0850079c115ef4274e4c2c3befa9 I'm not a maintainer, so it doesn't bring us much closer to a solution though. Just did it

[Bug 1667113] Re: System users appears in Ligthdm and user switcher (Accountsservice has no filter for shell types)

2017-09-14 Thread Ubuntu Foundations Team Bug Bot
The attachment "IMG_20170914_192319.jpg" 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

[Bug 1715101] Re: Xenial : installer fails on POWER9

2017-09-14 Thread Andrew Cloke
** Also affects: ubuntu-power-systems Importance: Undecided Status: New ** Changed in: ubuntu-power-systems Importance: Undecided => Critical ** Changed in: ubuntu-power-systems Assignee: (unassigned) => Canonical Foundations Team (canonical-foundations) -- You received this

[Bug 1715101] Re: Xenial : installer fails on POWER9

2017-09-14 Thread Manoj Iyer
** Changed in: debian-installer (Ubuntu) Importance: Undecided => Critical ** Changed in: debian-installer (Ubuntu) Assignee: (unassigned) => Canonical Foundations Team (canonical-foundations) -- You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 1717257] Re: proposal of patch to avoid erros in compiping NVCC

2017-09-14 Thread DSUZUKI
** Description changed: Here is another proposal regarding bug report I posted (but in reject). https://bugs.launchpad.net/ubuntu/+source/glibc/+bug/1716816 I reported that glibc 2.26-0ubuntu1 ( adopted in Artful-proposed on Sep 5.) causes compilation error by using NVIDIA's CUDA8.0

[Bug 1717307] [NEW] dual boot with win10 can't install ubutun , grub install faild

2017-09-14 Thread LibinJiang
Public bug reported: log:grub-efi-amd64-signed failed to install into /target/ ProblemType: Bug DistroRelease: Ubuntu 16.04 Package: ubiquity 2.21.63.4 ProcVersionSignature: Ubuntu 4.10.0-28.32~16.04.2-generic 4.10.17 Uname: Linux 4.10.0-28-generic x86_64 ApportVersion: 2.20.1-0ubuntu2.10

[Bug 1717306] Re: waalinuxagent 2.2.17

2017-09-14 Thread Łukasz Zemczak
** Changed in: walinuxagent (Ubuntu) Assignee: (unassigned) => Łukasz Zemczak (sil2100) ** Changed in: walinuxagent (Ubuntu) Status: New => Confirmed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1716825] Re: Remove unnecessary dependency on initramfs-tools

2017-09-14 Thread Steve Langasek
Confirmed with plymouth 0.9.2-3ubuntu13.2 as well. ** Tags removed: verification-needed verification-needed-xenial ** Tags added: verification-done-xenial -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1717308] Re: 17.10 default wallpapers

2017-09-14 Thread Will Cooke
** Attachment added: "17.10_aardvark_wp_8192x4608.png" https://bugs.launchpad.net/ubuntu/+source/ubuntu-wallpapers/+bug/1717308/+attachment/4950291/+files/17.10_aardvark_wp_8192x4608.png -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

[Bug 1717308] [NEW] 17.10 default wallpapers

2017-09-14 Thread Will Cooke
Public bug reported: Attached are the new colour wallpapers for 17.10 Artful Aardvark. ** Affects: ubuntu-wallpapers (Ubuntu) Importance: Undecided Status: New ** Attachment added: "17.10_aardvark_wp_4096x2304.png"

[Bug 1717306] [NEW] waalinuxagent 2.2.17

2017-09-14 Thread Daniel Sol
Public bug reported: Hi, Please can you take the 2.2.17 release, package and merge into images. https://github.com/Azure/WALinuxAgent/releases This includes one fix to address: https://github.com/Azure/WALinuxAgent/issues/879 Thanks, Dan ** Affects: walinuxagent (Ubuntu) Importance:

[Bug 1717197] Re: GNOME control center menubar on non gnome shell DEs

2017-09-14 Thread Sergio E . Durán
Hi there, I updated my packages but the fix is not there, is it already on repos? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1717197 Title: GNOME control center menubar on non gnome shell DEs

[Bug 1716667] Re: Bump Ubuntu 17.10 to the just released DPDK 17.05.2

2017-09-14 Thread Launchpad Bug Tracker
This bug was fixed in the package dpdk - 17.05.2-0ubuntu1 --- dpdk (17.05.2-0ubuntu1) artful; urgency=medium * New upstream stable release 17.05.2 (LP: #1716667) In Debian we moved already to 17.08.x in experimental so no syncs anymore for Artful. This fixes a lot of

[Bug 1716666] Re: Initializing DPDK on thunderx fails

2017-09-14 Thread Launchpad Bug Tracker
This bug was fixed in the package dpdk - 17.05.2-0ubuntu1 --- dpdk (17.05.2-0ubuntu1) artful; urgency=medium * New upstream stable release 17.05.2 (LP: #1716667) In Debian we moved already to 17.08.x in experimental so no syncs anymore for Artful. This fixes a lot of

[Bug 1717300] [NEW] gnome-keyring -ssh silently start and conflict with ssh-agent

2017-09-14 Thread Olleg Samoylov
Public bug reported: According to /etc/xdg/autostart/gnome-keyring-ssh.desktop gnome-keyring launchers are visible in OnlyShowIn=GNOME;Unity;MATE;. I use Cinnamon and under Cinnamon gnome-keyring is not visible in the autostart menu. But it's started hidden ad steal SSH_AUTH_SOCK from the

[Bug 1712047] Re: SRU: Budgie-Welcome to support 2.18 series of webkit2gtk

2017-09-14 Thread Simon Quigley
Afaict Zesty is waiting on webkit2gtk to be backported, unsubscribing ~ubuntu-sponsors for now. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1712047 Title: SRU: Budgie-Welcome to support 2.18

[Bug 1717296] Re: snapd-login-service crashed with SIGABRT in g_mutex_clear()

2017-09-14 Thread Apport retracing service
*** This bug is a duplicate of bug 1714486 *** https://bugs.launchpad.net/bugs/1714486 Thank you for taking the time to report this crash and helping to make this software better. This particular crash has already been reported and is a duplicate of bug #1714486, so is being marked as such.

[Bug 1714542] Re: gnome-shell crashed with SIGSEGV in st_theme_node_reduce_border_radius() from st_theme_node_paint_borders() from st_theme_node_paint()

2017-09-14 Thread Joe Barnett
This appears to happen much more with the experimental mutter fractional scaling support turned on and scaling set to 150% (and font scaling set to 100%), but also happens without that enabled. Without it enabled, I have scaling set to 100%, but font scaling set to 150%. -- You received this

[Bug 1439769] Re: various linux packages being marked as manually installed, still prevents 'apt-get autoremove' from doing the right thing for kernels

2017-09-14 Thread Brian Murray
** Also affects: update-manager (Ubuntu Trusty) Importance: Undecided Status: New ** Also affects: aptdaemon (Ubuntu Trusty) Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1439769] Re: various linux packages being marked as manually installed, still prevents 'apt-get autoremove' from doing the right thing for kernels

2017-09-14 Thread Balint Reczey
** Changed in: update-manager (Ubuntu Trusty) Assignee: (unassigned) => Balint Reczey (rbalint) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1439769 Title: various linux packages being marked

[Bug 1712925] Re: FFE: HAproxy dropping connections (RST) during config reload / support seamless reload

2017-09-14 Thread Steve Langasek
FFe granted. ** Changed in: haproxy (Ubuntu) Status: New => Triaged -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1712925 Title: FFE: HAproxy dropping connections (RST) during config reload

[Bug 1713615] Re: Fonts fail to download

2017-09-14 Thread LocutusOfBorg
This is a bug in Debian too, I think it should be fixed there ** Changed in: msttcorefonts (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/1713615 Title:

[Bug 1706735] Re: lmbench tcp lib backlog reservation too small, can cause hang.

2017-09-14 Thread dann frazier
** Changed in: lmbench (Ubuntu) Status: In Progress => Fix Committed ** Changed in: lmbench (Ubuntu) Assignee: (unassigned) => dann frazier (dannf) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1716635] Re: linux-lts-trusty: 3.13.0-132.181~precise1 -proposed tracker

2017-09-14 Thread Steve Beattie
** Changed in: kernel-sru-workflow/security-signoff Status: Confirmed => In Progress ** Changed in: kernel-sru-workflow/security-signoff Assignee: Canonical Security Team (canonical-security) => Steve Beattie (sbeattie) -- You received this bug notification because you are a member

[Bug 1714167] Re: Netboot fails with - Unable to install the selected kernel - message while installing Ubuntu 17.10

2017-09-14 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users. ** Changed in: debian-installer (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/1714167

[Bug 1717297] [NEW] gedit sometimes hangs when saving new file

2017-09-14 Thread Eduard Drenth
Public bug reported: - start gedit - type text - choose save or save as - don't type a name, but click the triangle left of the name of your home folder (see attachment) - sometimes gedit hangs now => text lost - same happens sometimes when just waiting a bit after choosing save / save as **

[Bug 1716341] Re: Settings for external monitor are deleted after reboot, suspension, log out

2017-09-14 Thread Bug Watch Updater
** Changed in: gnome-control-center Status: Unknown => Incomplete ** Changed in: gnome-control-center Importance: Unknown => Medium -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1716341

[Bug 1716644] Re: linux: 3.2.0-131.177 -proposed tracker

2017-09-14 Thread Steve Beattie
** Changed in: kernel-sru-workflow/security-signoff Status: Confirmed => In Progress ** Changed in: kernel-sru-workflow/security-signoff Assignee: Canonical Security Team (canonical-security) => Steve Beattie (sbeattie) -- You received this bug notification because you are a member

[Bug 1717277] Re: gnome-control-center crashed with SIGSEGV in g_type_check_instance_cast()

2017-09-14 Thread Bug Watch Updater
** Changed in: gnome-control-center Status: Unknown => Confirmed ** Changed in: gnome-control-center Importance: Unknown => Medium -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1717277

[Bug 1716634] Re: linux: 3.13.0-132.181 -proposed tracker

2017-09-14 Thread Steve Beattie
** Changed in: kernel-sru-workflow/security-signoff Status: Confirmed => In Progress ** Changed in: kernel-sru-workflow/security-signoff Assignee: Canonical Security Team (canonical-security) => Steve Beattie (sbeattie) -- You received this bug notification because you are a member

[Bug 1717038] Re: name resolution fails in-target

2017-09-14 Thread Carl Karsten
*** This bug is a duplicate of bug 1714167 *** https://bugs.launchpad.net/bugs/1714167 ** This bug has been marked a duplicate of bug 1714167 Netboot fails with - Unable to install the selected kernel - message while installing Ubuntu 17.10 -- You received this bug notification because

[Bug 1716635] Re: linux-lts-trusty: 3.13.0-132.181~precise1 -proposed tracker

2017-09-14 Thread Brad Figg
** Changed in: kernel-sru-workflow/automated-testing Status: New => Confirmed ** Changed in: kernel-sru-workflow/certification-testing Status: New => Confirmed ** Changed in: kernel-sru-workflow/promote-to-proposed Status: Fix Committed => Fix Released ** Changed in:

[Bug 1716429] Re: pykerberos for trusty does not include CVE-2015-3206 fix

2017-09-14 Thread Simon Quigley
Hello Mathieu, Please add the DEP-3 header to the included patch (Add-KDC-authenticity- verification-support-CVE-2015-3206.patch). Thanks for the triaging, I can get that on the tracker next time I do some triaging (unless a member of ~ubuntu-security wants to take care of it). Thank you! --

[Bug 1716500] Re: Long boot timeout on artful laptop after X->Z->A upgrade

2017-09-14 Thread Steve Langasek
*** This bug is a duplicate of bug 1714301 *** https://bugs.launchpad.net/bugs/1714301 ** Changed in: nplan (Ubuntu) Importance: Undecided => Critical ** Also affects: nplan (Ubuntu Artful) Importance: Critical Status: New -- You received this bug notification because you are

[Bug 1619258] Re: netplan should allow NICs to be disconnected and not stall the boot

2017-09-14 Thread Oliver Grawert
Note that this bug is about Ubuntu Core (xenial), i dont think we use systemd-networkd in the rest of xenial ( https://lists.ubuntu.com/archives/ubuntu-devel/2016-January/039066.html ) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1714301] Re: systemd-networkd hangs my boot (wireless)

2017-09-14 Thread Steve Langasek
** Changed in: systemd (Ubuntu Artful) Importance: High => Critical -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1714301 Title: systemd-networkd hangs my boot (wireless) To manage

[Bug 1717291] [NEW] package unattended-upgrades 0.93.1ubuntu2.3 failed to install/upgrade: le sous-processus script post-installation installé a retourné une erreur de sortie d'état 10

2017-09-14 Thread Jacob YL
Public bug reported: I noticed that the update/upgrade bugs a bit since I installed a new repertory to vlc. ProblemType: Package DistroRelease: Ubuntu 17.04 Package: unattended-upgrades 0.93.1ubuntu2.3 ProcVersionSignature: Ubuntu 4.10.0-33.37-generic 4.10.17 Uname: Linux 4.10.0-33-generic i686

[Bug 1717293] [NEW] Grub crash

2017-09-14 Thread Stephane ROBIN
Public bug reported: Sorry, in french, I have: "l'éxécution de "grub-install /dev/sdb" a échoué. Cette erreur fatale" I don't know what else to do... ProblemType: Bug DistroRelease: Ubuntu 16.04 Package: ubiquity 2.21.63.3 [modified: lib/partman/automatically_partition/question]

[Bug 1670336] Re: Ubiquity problem with encrypted home option: system hangs because of ecryptfs-setup-swap not working with swapfiles

2017-09-14 Thread Dimitri John Ledkov
** Changed in: ubiquity (Ubuntu Zesty) Assignee: Dimitri John Ledkov (xnox) => (unassigned) ** Changed in: ubiquity (Ubuntu) Assignee: Dimitri John Ledkov (xnox) => (unassigned) ** Changed in: ubiquity (Ubuntu) Assignee: (unassigned) => Iain Lane (laney) -- You received this bug

[Bug 1711358] Re: 20170817 - ISO hangs on boot on qemu with splash screen enabled and qxl graphics driver

2017-09-14 Thread Brian Murray
** Tags removed: rls-aa-incoming ** Tags added: rls-aa-notfixing -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1711358 Title: 20170817 - ISO hangs on boot on qemu with splash screen enabled and

[Bug 1619258] Re: netplan should allow NICs to be disconnected and not stall the boot

2017-09-14 Thread Dimitri John Ledkov
possibly a bug in systemd-networkd-wait-online ** Also affects: systemd (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/1619258 Title: netplan

[Bug 1715609] Re: kernel warning: skb_warn_bad_offload

2017-09-14 Thread Sean Whitney
Can confirm the same issue with the 4.4.0-93-generic with LXC container running OpenVPN client. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1715609 Title: kernel warning: skb_warn_bad_offload To

[Bug 1702768] Re: Ubuntu 17.04 KVM: stack trace generated when enabling SRIOV in power

2017-09-14 Thread Joseph Salisbury
*** This bug is a duplicate of bug 1701272 *** https://bugs.launchpad.net/bugs/1701272 @lagarcia, This bug is a duplicate of bug 1701272 and that bug is Fix Released. Do you still see 17.04 or 17.10 exhibiting this bug? -- You received this bug notification because you are a member of

[Bug 1717277] Re: gnome-control-center crashed with SIGSEGV in g_type_check_instance_cast()

2017-09-14 Thread Cristian Aravena Romero
** Information type changed from Private to Public ** Bug watch added: GNOME Bug Tracker #787682 https://bugzilla.gnome.org/show_bug.cgi?id=787682 ** Also affects: gnome-control-center via https://bugzilla.gnome.org/show_bug.cgi?id=787682 Importance: Unknown Status: Unknown --

[Bug 1413665] Re: Bad Request - Bad bot, go away! Request aborted.

2017-09-14 Thread hackel
FYI — To "fix" this obnoxious issue in order to use KeeFox, you need to tell it to use the "email" field instead of "openid.usernamesecret" for the username. You can do this by editing the entry in KeePass, going to the KeeFox tab, form fields, and edit the "{USERNAME}" form field, changing the

[Bug 1717283] [NEW] grub installation failed again

2017-09-14 Thread Tan Rui Yang
Public bug reported: I tried installing Ubuntu on the same system once, but the grub installation failed. Now when I try to reinstall Ubuntu, my grub installer failed. ProblemType: Bug DistroRelease: Ubuntu 16.04 Package: ubiquity 2.21.63.3 ProcVersionSignature: Ubuntu

[Bug 1717286] [NEW] package cracklib-runtime 2.9.2-3 failed to install/upgrade: problemas de dependencias - no se procesarán los disparadores

2017-09-14 Thread Angel Márquez
Public bug reported: It ocurred when a was installing Ubuntu Mate 17.10 ProblemType: Package DistroRelease: Ubuntu 17.10 Package: cracklib-runtime 2.9.2-3 ProcVersionSignature: Ubuntu 4.10.0-19.21-generic 4.10.8 Uname: Linux 4.10.0-19-generic x86_64 ApportVersion: 2.20.4-0ubuntu4 Architecture:

[Bug 1717280] Re: systemctl stop unattended-upgrades.service hangs during upgrade

2017-09-14 Thread hackel
Edit: Reported OOPS ID 4aebea32-995c-11e7-81a1-fa163eec78fa (but I cannot access it). -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1717280 Title: systemctl stop unattended-upgrades.service hangs

[Bug 1717287] [NEW] maas-enlist doesn't work when provided with serverurl with IPv6 address

2017-09-14 Thread Witold Krecicki
Public bug reported: There is a bug in parsing URLs that contain IPv6 addresses: $ bash -x ./maas-enlist --serverurl http://[2001:db8::1]:5240/MAAS/api/2.0/machines/ (...) + wget -q -O/dev/null 'http://[2001:db8::1]:5240/http://[2001:db8::1]:5240/MAAS/api/2.0/machines/'

[Bug 1413665] Re: Bad Request - Bad bot, go away! Request aborted.

2017-09-14 Thread hackel
STILL experiencing this problem. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1413665 Title: Bad Request - Bad bot, go away! Request aborted. To manage notifications about this bug go to:

[Bug 1716621] Re: linux-gke: 4.4.0-1031.31 -proposed tracker

2017-09-14 Thread Steve Beattie
** Changed in: kernel-sru-workflow/security-signoff Status: In Progress => 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/1716621 Title: linux-gke: 4.4.0-1031.31 -proposed

[Bug 1686437] Re: glance sync: need keystone v3 auth support

2017-09-14 Thread Launchpad Bug Tracker
** Branch linked: lp:~simplestreams-dev/simplestreams/artful -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1686437 Title: glance sync: need keystone v3 auth support To manage notifications about

[Bug 1716620] Re: linux-aws: 4.4.0-1035.44 -proposed tracker

2017-09-14 Thread Steve Beattie
** Changed in: kernel-sru-workflow/security-signoff Status: In Progress => 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/1716620 Title: linux-aws: 4.4.0-1035.44 -proposed

[Bug 1716622] Re: linux-kvm: 4.4.0-1007.12 -proposed tracker

2017-09-14 Thread Steve Beattie
** Changed in: kernel-sru-workflow/security-signoff Status: In Progress => 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/1716622 Title: linux-kvm: 4.4.0-1007.12 -proposed

[Bug 1717282] [NEW] [FFe] fix several bugs by sync'ing with Debian

2017-09-14 Thread dann frazier
Public bug reported: I recently fixed LP: #1706735 in lmbench in sid. While working on that, I noticed the packaging for lmbench is severely out of date: W: lmbench source: package-uses-deprecated-debhelper-compat-version 5 E: lmbench source: build-depends-on-obsolete-package build-depends:

[Bug 1682774] Re: [systemd-udevd] Process '/bin/touch /var/lib/lsvpd/run.vpdupdate' failed with exit code 1

2017-09-14 Thread bugproxy
** Tags removed: targetmilestone-inin1610 ** Tags added: targetmilestone-inin1710 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1682774 Title: [systemd-udevd] Process '/bin/touch

[Bug 1716619] Re: linux-snapdragon: 4.4.0-1076.81 -proposed tracker

2017-09-14 Thread Steve Beattie
** Changed in: kernel-sru-workflow/security-signoff Status: In Progress => 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/1716619 Title: linux-snapdragon: 4.4.0-1076.81 -proposed

Re: [Bug 1717176] Re: Fail to install wichita box

2017-09-14 Thread Ryan Harper
On Thu, Sep 14, 2017 at 1:44 AM, ChristianEhrhardt < 1717...@bugs.launchpad.net> wrote: > Full console log and Maas error report on the failed Xenial deploy > > ** Description changed: > > - Version: 2.2.2 (6099-g8751f91-0ubuntu1~16.04.1) > + Maas version: 2.2.2 (6099-g8751f91-0ubuntu1~16.04.1) >

[Bug 1717280] [NEW] systemctl stop unattended-upgrades.service hangs during upgrade

2017-09-14 Thread hackel
Public bug reported: This morning unattended-upgrades tried to upgrade itself from 0.93.1ubuntu2.2 to 0.93.1ubuntu2.3. It seems like the prerm script tried to run "systemctl stop unattended-upgrades.service" which simply hung. I repeated the command manually and it hung for me as well. During

[Bug 1717241] Re: nautilus crashed with signal 5 in _XReply() - drag and drop crash

2017-09-14 Thread Rodrigo Alconchel
Adding X Org configuration file xorg.conf ** Attachment added: "xorg.conf" https://bugs.launchpad.net/ubuntu/+source/apport/+bug/1717241/+attachment/4950232/+files/xorg.conf -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1692458] Comment bridged from LTC Bugzilla

2017-09-14 Thread bugproxy
--- Comment From lagar...@br.ibm.com 2017-09-14 10:55 EDT--- Madhu, Could you please point the upstream commit IDs for this feature? Or, given that Ubuntu 17.10 is using libvirt 3.6 now, hopefully this already has the needed commits. -- You received this bug notification because you are

[Bug 1686437] Re: glance sync: need keystone v3 auth support

2017-09-14 Thread Scott Moser
** Also affects: simplestreams (Ubuntu) Importance: Undecided Status: New ** Changed in: simplestreams (Ubuntu) Importance: Undecided => Medium ** Changed in: simplestreams (Ubuntu) Status: New => In Progress ** Changed in: simplestreams (Ubuntu) Assignee: (unassigned)

[Bug 1716618] Re: linux-raspi2: 4.4.0-1074.82 -proposed tracker

2017-09-14 Thread Steve Beattie
** Changed in: kernel-sru-workflow/security-signoff Status: In Progress => 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/1716618 Title: linux-raspi2: 4.4.0-1074.82 -proposed

[Bug 1717276] [NEW] crash frequently

2017-09-14 Thread rgurumoorthy
Public bug reported: crashes ,sluggish, opening problem ProblemType: Bug DistroRelease: Ubuntu 14.04 Package: firefox 55.0.2+build1-0ubuntu0.14.04.1 ProcVersionSignature: Ubuntu 3.13.0-129.178-generic 3.13.11-ckt39 Uname: Linux 3.13.0-129-generic x86_64 AddonCompatCheckDisabled: False

[Bug 1696735] Re: package libgssapi-krb5-2:i386 1.13.2+dfsg-5ubuntu2 failed to install/upgrade: package is in a very bad inconsistent state; you should reinstall it before attempting configuration

2017-09-14 Thread Andreas Hasenack
I don't know, you didn't say if you ran the commands I asked for in comment #8. But since this is a new installation, could you please show what error you got, and then I can try suggesting something again? -- You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 1696735] Re: package libgssapi-krb5-2:i386 1.13.2+dfsg-5ubuntu2 failed to install/upgrade: package is in a very bad inconsistent state; you should reinstall it before attempting configuration

2017-09-14 Thread Andreas Hasenack
I don't know, you didn't say if you ran the commands I asked for in comment #8. But since this is a new installation, could you please show what error you got, and then I can try suggesting something again? -- You received this bug notification because you are a member of Ubuntu Server Team,

[Bug 1717271] Re: gnome-shell crashed with SIGSEGV with fractional scaling enabled

2017-09-14 Thread Apport retracing service
*** This bug is a duplicate of bug 1714542 *** https://bugs.launchpad.net/bugs/1714542 Thank you for taking the time to report this crash and helping to make this software better. This particular crash has already been reported and is a duplicate of bug #1714542, so is being marked as such.

[Bug 1717197] Re: GNOME control center menubar on non gnome shell DEs

2017-09-14 Thread Bug Watch Updater
** Changed in: gnome-control-center Status: Unknown => Fix Released ** Changed in: gnome-control-center Importance: Unknown => Medium -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1717197

[Bug 1717272] [NEW] HiDPI settings reset on logout

2017-09-14 Thread Jeffrey Bouter
Public bug reported: When logging in to my XPS 13 (9360) on 17.10, the only thing that is reasonably (200%) scaled is the sidebar. Top bar, windows, and fonts are all unscaled and TINY. - I'll go to Control Centre, Devices, Displays, and see that scaling is set to 200%. - I'll then change the

[Bug 1716609] Re: linux-gcp: 4.10.0-1006.6 -proposed tracker

2017-09-14 Thread Steve Beattie
** Changed in: kernel-sru-workflow/security-signoff Status: In Progress => 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/1716609 Title: linux-gcp: 4.10.0-1006.6 -proposed

[Bug 1716644] Re: linux: 3.2.0-131.177 -proposed tracker

2017-09-14 Thread Brad Figg
** Changed in: kernel-sru-workflow/automated-testing Status: New => Confirmed ** Changed in: kernel-sru-workflow/certification-testing Status: New => Confirmed ** Changed in: kernel-sru-workflow/promote-to-proposed Status: Fix Committed => Fix Released ** Changed in:

[Bug 1701731] Re: phpLDAPadmin <= 1.2.3 'entry_chooser.php' Multiple Cross-Site Scripting

2017-09-14 Thread Emily Ratliff
Thanks for providing the debdiff. This package has been built and is available in the security-proposed PPA for testing. https://launchpad.net/~ubuntu-security-proposed/+archive/ubuntu/ppa -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

[Bug 1508146] Re: Alt+left/right arrows switch between tty consoles (Gnome Shell vanishes), cannot disable

2017-09-14 Thread Brian Murray
Where did the "setupcon --force" change happen? Is there a package update I could look for in my upgrade logs? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1508146 Title: Alt+left/right arrows

[Bug 1624644] Re: Unable to automatically remove packages that become unused in conjunction with updating by other software

2017-09-14 Thread Balint Reczey
@Jarno I added update-manager based on my experience with (less experienced) users, who kept their system up-to-date by saying yes to everything regarding updates which popped up on their system. They never touched apt or synaptic nor installed packages by themselves by other means. I think

[Bug 1705157] Re: "Ubuntu" and "Ubuntu on Xorg" randomly start the same session (maybe Wayland maybe Xorg)

2017-09-14 Thread Launchpad Bug Tracker
This bug was fixed in the package gdm3 - 3.26.0-1ubuntu1 --- gdm3 (3.26.0-1ubuntu1) artful; urgency=medium * Merge with Debian. Remaining changes: + README.Debian: update for correct paths in Ubuntu + control.in: - Don't recommend desktop-base - Depend on bash

[Bug 1709894] Comment bridged from LTC Bugzilla

2017-09-14 Thread bugproxy
--- Comment From alin...@br.ibm.com 2017-09-14 10:25 EDT--- libvirt 3.6 is already part of Ubuntu 17.10 so there is nothing to do on this bug. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1299376] Re: FAAC is missing, libgstfaac.so is not present in any package

2017-09-14 Thread Akdor 1154
I think this is still an issue in 17.04... -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1299376 Title: FAAC is missing, libgstfaac.so is not present in any package To manage notifications about

[Bug 1667113] Re: System users appears in Ligthdm and user switcher (Accountsservice has no filter for shell types)

2017-09-14 Thread Madan Hegde
I had been facing the same problem along with one more user account named "No value has been set". For "Libvirt Qemu" tried purging "qemu-kvm" and it's configuration files. But still user account was existed. I had been trying for the solution and found one that you can also try. (I'm using

[Bug 1672112] Re: Libvirt Qemu appears as user in login screen and user switch menu

2017-09-14 Thread Madan Hegde
*** This bug is a duplicate of bug 1667113 *** https://bugs.launchpad.net/bugs/1667113 I had been facing the same problem along with one more user account named "No value has been set". For "Libvirt Qemu" tried purging "qemu-kvm" and it's configuration files. But still user account was

[Bug 1702768] Re: Ubuntu 17.04 KVM: stack trace generated when enabling SRIOV in power

2017-09-14 Thread Andrew Cloke
*** This bug is a duplicate of bug 1701272 *** https://bugs.launchpad.net/bugs/1701272 This bug is marked as a duplicate of https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1701272 which is marked as "Fix Released" for 17.04. -- You received this bug notification because you are a

[Bug 1717197] Re: GNOME control center menubar on non gnome shell DEs

2017-09-14 Thread Jeremy Bicha
** Changed in: gnome-control-center (Ubuntu) Status: New => Fix Committed ** Bug watch added: GNOME Bug Tracker #786692 https://bugzilla.gnome.org/show_bug.cgi?id=786692 ** Also affects: gnome-control-center via https://bugzilla.gnome.org/show_bug.cgi?id=786692 Importance:

[Bug 1716608] Re: linux-hwe: 4.10.0-35.39~16.04.1 -proposed tracker

2017-09-14 Thread Brad Figg
** Changed in: kernel-sru-workflow/automated-testing Status: New => Confirmed ** Changed in: kernel-sru-workflow/certification-testing Status: New => Confirmed ** Changed in: kernel-sru-workflow/promote-to-proposed Status: Fix Committed => Fix Released ** Changed in:

[Bug 1716614] Re: linux-lts-xenial: 4.4.0-96.119~14.04.1 -proposed tracker

2017-09-14 Thread Brad Figg
** Changed in: kernel-sru-workflow/automated-testing Status: New => Confirmed ** Changed in: kernel-sru-workflow/certification-testing Status: New => Confirmed ** Changed in: kernel-sru-workflow/promote-to-proposed Status: Fix Committed => Fix Released ** Changed in:

[Bug 1717086] Re: FFe: Sync libzstd 1.3.1+dfsg-1 (universe) from Debian unstable (main)

2017-09-14 Thread Graham Inggs
This bug was fixed in the package libzstd - 1.3.1+dfsg-1 Sponsored for Yann Collet (cyan4973) --- libzstd (1.3.1+dfsg-1) unstable; urgency=medium * Team upload * New upstream version * Exclude examples from upstream tarball Closes: #869581 * debhelper 10 * cme fix

<    1   2   3   4   5   6   7   >