[Bug 1742384] [NEW] install failed while reinstallation

2018-01-09 Thread prasanth
Public bug reported: When I removed the /usr directory, I reinstalled ubuntu by replacing the partition as mounting it as root(/), but it got failed ProblemType: Bug DistroRelease: Ubuntu 16.04 Package: ubiquity 2.21.63.4 [modified: lib/partman/automatically_partition/question]

[Bug 1742252] Re: linux: 4.4.0-109.132 -proposed tracker

2018-01-09 Thread Steve Beattie
Needs regression USN; should go to -security pocket. ** Changed in: kernel-sru-workflow/security-signoff Status: Fix Committed => Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1742382] [NEW] package grub-pc-bin 2.02~beta2-36ubuntu3.15 failed to install/upgrade: Abhängigkeitsprobleme - verbleibt unkonfiguriert

2018-01-09 Thread frx
Public bug reported: Error Message Pops up from time to time ProblemType: Package DistroRelease: Ubuntu 16.04 Package: grub-pc-bin 2.02~beta2-36ubuntu3.15 ProcVersionSignature: Ubuntu 4.4.0-104.127-generic 4.4.98 Uname: Linux 4.4.0-104-generic x86_64 ApportVersion: 2.20.1-0ubuntu2.15

[Bug 1742378] Re: Slight glitch in /etc/cron.daily/apt-compat Ubuntu 16.04.3 in apt-1.2.24

2018-01-09 Thread Julian Andres Klode
Fixed in https://salsa.debian.org/apt- team/apt/commit/ca2fcc639c7363a04998f650b96573d806b32dd2 ** Changed in: apt (Ubuntu) Status: Triaged => Fix Committed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1742378] Re: Slight glitch in /etc/cron.daily/apt-compat Ubuntu 16.04.3 in apt-1.2.24

2018-01-09 Thread rklemme
@Julian I had considered that. This could be more easily done with "on_ac_power || return 1" - there is no need for full "if...then...fi". But both those solutions would have different semantics than what the script _apparently_ intends to do: on_ac_power returns 0 on AC, 1 on battery and 255 if

[Bug 1742379] Status changed to Confirmed

2018-01-09 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/1742379 Title: package linux-image-4.4.0-104-generic

[Bug 1742323] Re: Meltdown Update Kernel doesnt boot

2018-01-09 Thread owise1
Hi - just did update and also had issue where boot failed to progress - bit hard to tell what was happening as the HDMI video had not come up at that point. had to revert to 4.4.0-104. Running on Intel NUC Celeron(R) CPU 847. Dave -- You received this bug notification because you are a member

[Bug 1742325] Re: package shim-signed 1.32~16.04.1+0.9+1474479173.6c180c6-1ubuntu1 [origin: Ubuntu] failed to install/upgrade: subprocess installed post-installation script returned error exit status

2018-01-09 Thread Steve Langasek
*** This bug is a duplicate of bug 1726068 *** https://bugs.launchpad.net/bugs/1726068 ** This bug has been marked a duplicate of bug 1726068 package shim-signed 1.32~16.04.1+0.9+1474479173.6c180c6-1ubuntu1 failed to install/upgrade: subprocess installed post-installation script returned

[Bug 1742378] Re: Slight glitch in /etc/cron.daily/apt-compat Ubuntu 16.04.3 in apt-1.2.24

2018-01-09 Thread Julian Andres Klode
or well, use an explicit if -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1742378 Title: Slight glitch in /etc/cron.daily/apt-compat Ubuntu 16.04.3 in apt-1.2.24 To manage notifications about

[Bug 1742378] Re: Slight glitch in /etc/cron.daily/apt-compat Ubuntu 16.04.3 in apt-1.2.24

2018-01-09 Thread Julian Andres Klode
I'd rather use if ! on_ac_power; then return 1; fi ** Changed in: apt (Ubuntu) Importance: Undecided => Low ** Changed in: apt (Ubuntu) Status: New => Triaged ** Changed in: apt (Ubuntu) Assignee: (unassigned) => Julian Andres Klode (juliank) -- You received this bug

[Bug 1742379] Re: package linux-image-4.4.0-104-generic 4.4.0-104.127 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2018-01-09 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/1742379 Title: package linux-image-4.4.0-104-generic 4.4.0-104.127 failed to install/upgrade: subprocess

[Bug 1742378] Re: Slight glitch in /etc/cron.daily/apt-compat Ubuntu 16.04.3 in apt-1.2.24

2018-01-09 Thread rklemme
I forgot to mention one thing about the patch: the current behavior is that when on_ac_power returns 255 the current version of the script returns with that non zero error code and does not execute /usr/lib/apt/apt.systemd.daily. The patched version will execute /usr/lib/apt/apt.systemd.daily and

[Bug 1573095] Re: 16.04 cloud image hangs at first boot

2018-01-09 Thread Andrew Paxson
I am not sure if this is relevant to your inquiry but I also found having to add a isa-serial (in virt-manager thats Serial PPTY) to the machine, it then when past that section. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1742378] Re: Slight glitch in /etc/cron.daily/apt-compat Ubuntu 16.04.3 in apt-1.2.24

2018-01-09 Thread rklemme
** Patch added: "Suggested patch to fix" https://bugs.launchpad.net/ubuntu/+source/apt/+bug/1742378/+attachment/5034117/+files/apt-compat-3.patch -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1742378] Re: Slight glitch in /etc/cron.daily/apt-compat Ubuntu 16.04.3 in apt-1.2.24

2018-01-09 Thread rklemme
Produces this output: $ sh check_power_test.sh + echo begin begin + check_power 0 + exit 0 + return 0 + check_power 1 + exit 1 + [ 1 -ne 1 ] + return 1 + echo ignore ignore + check_power 255 + exit 255 + [ 255 -ne 1 ] + return 0 + echo end end ** Attachment added: "Demonstration of behavior of

[Bug 1742378] [NEW] Slight glitch in /etc/cron.daily/apt-compat Ubuntu 16.04.3 in apt-1.2.24

2018-01-09 Thread rklemme
Public bug reported: I accidentally stumbled across this. If in line 22 on_ac_power returns a non zero exit code the next line is never reached. Instead, the shell terminates immediately with that non zero exit code because of "set -e" in line 3. In this script it does not pose a problem because

[Bug 1742379] [NEW] package linux-image-4.4.0-104-generic 4.4.0-104.127 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2018-01-09 Thread Silverio Vazquez Justo
Public bug reported: problema al arrancar la computadora ProblemType: Package DistroRelease: Ubuntu 16.04 Package: linux-image-4.4.0-104-generic 4.4.0-104.127 ProcVersionSignature: Ubuntu 4.4.0-31.50-generic 4.4.13 Uname: Linux 4.4.0-31-generic i686 ApportVersion: 2.20.1-0ubuntu2.15

[Bug 1741928] Re: Automatic time zone not working

2018-01-09 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/1741928

[Bug 1730458] Re: Ubuntu (gnome) freezes temporarily upon login

2018-01-09 Thread RégisC
Full output of journactl, the freeze is between janv. 10 07:54:23 and janv. 10 07:54:48 ** Attachment added: "journalctl output" https://bugs.launchpad.net/ubuntu/+source/gnome-shell/+bug/1730458/+attachment/5034104/+files/output.txt -- You received this bug notification because you are a

[Bug 1730458] Re: Ubuntu (gnome) freezes temporarily upon login

2018-01-09 Thread RégisC
> Do you have a keyboard backlight at all? Or an external keyboard plugged in? Yes my keyboard has some automatic backlight > What does your journalctl output say after that? Can you paste it here? Will attach the full output, I think the culprit is: janv. 10 07:54:48 hephaistos

[Bug 1741928] Re: Automatic time zone not working

2018-01-09 Thread Daniel van Vugt
Ah yes. It appears that issue has already been reported: https://bugzilla.gnome.org/show_bug.cgi?id=788714 ** Bug watch added: GNOME Bug Tracker #788714 https://bugzilla.gnome.org/show_bug.cgi?id=788714 ** Package changed: gnome-shell (Ubuntu) => gnome-control-center (Ubuntu) ** Also

[Bug 1741928] Re: Automatic time zone not working

2018-01-09 Thread shankao
That solved the problem, but... shouldn't the automatic timezone option be grayed out or warn about it not working when Location Services is turned off? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1742251] Re: package libsane1 1.0.27-1~experimental2ubuntu2.1 failed to install/upgrade: a tentar sobreescrever '/lib/udev/hwdb.d/20-sane.hwdb' partilhado, que é diferente de outras instâncias do

2018-01-09 Thread dino99
*** This bug is a duplicate of bug 1725928 *** https://bugs.launchpad.net/bugs/1725928 ** This bug has been marked a duplicate of bug 1725928 package libsane1 1.0.27-1~experimental2ubuntu1: multiarch packages with differing files -- You received this bug notification because you are a

[Bug 1742358] Re: package libsane1 1.0.27-1~experimental2ubuntu2.1 failed to install/upgrade: trying to overwrite shared '/lib/udev/hwdb.d/20-sane.hwdb', which is different from other instances of pac

2018-01-09 Thread dino99
*** This bug is a duplicate of bug 1725928 *** https://bugs.launchpad.net/bugs/1725928 ** This bug has been marked a duplicate of bug 1725928 package libsane1 1.0.27-1~experimental2ubuntu1: multiarch packages with differing files -- You received this bug notification because you are a

[Bug 1742364] Re: Updated microcode for Spectre fix

2018-01-09 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users. ** Changed in: intel-microcode (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/1742364

[Bug 1620636] Re: Fails to pair with Bose QC35 headphones

2018-01-09 Thread Gaston M. Tonietti
Hey, I'm also having troubles trying to use my QC35 II, after dunno how many different attempts to pair it that I'm not even able to describe, I finally was able to pair it, but I was not so lucky to actually connect it. Here I attach the chunk of btmon output I get on every attempt to connect

[Bug 1730458] Re: Ubuntu (gnome) freezes temporarily upon login

2018-01-09 Thread Daniel van Vugt
I don't know how the KbdBackLight interface is meant to work. It seems to be defined in package 'upower'. And that error seems to be from code in unity-settings-daemon where it fails to change the keyboard backlight brightness, because something isn't implementing "SetBrightness". And even then,

Re: [Bug 1741390] Re: Package two years out of date

2018-01-09 Thread ChristianEhrhardt
[...] > Please note that the related open-vm-tools-desktop package also needs to be > kept at the same version as open-vm-tools. As I mentioned we're using > VMware's "Horizon View" product so I require this also. > Do I need to raise a bug against that package also? The source package

[Bug 1730458] Re: Ubuntu (gnome) freezes temporarily upon login

2018-01-09 Thread Daniel van Vugt
Actually, no it's not related. You say your problem is with gnome-shell logins and the above is about Unity7 only... Please try: 1. sudo apt install openssh-server 2. Log in from a second machine via ssh, and run: journalctl -f 3. On the original machine log in locally and reproduce the

[Bug 1741612] Re: linux: 3.2.0-132.178 -proposed tracker

2018-01-09 Thread Brad Figg
The package has been published and the bug is being set to Fix Released ** Changed in: kernel-sru-workflow/promote-to-security Status: Confirmed => Fix Released ** Changed in: kernel-sru-workflow/promote-to-updates Status: Confirmed => Fix Released ** Changed in:

[Bug 1741612] Re: linux: 3.2.0-132.178 -proposed tracker

2018-01-09 Thread Steve Langasek
** Changed in: kernel-sru-workflow/promote-to-proposed Status: Confirmed => Invalid -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1741612 Title: linux: 3.2.0-132.178 -proposed tracker To

[Bug 1726930] Re: System fails to start (boot) on battery due to read-only root file-system

2018-01-09 Thread Ritesh Raj Sarraf
Thanks for confirming @reckenrode. I'd appreciate if more users confirmed the same. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1726930 Title: System fails to start (boot) on battery due to

[Bug 1730458] Re: Ubuntu (gnome) freezes temporarily upon login

2018-01-09 Thread RégisC
HI Da -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1730458 Title: Ubuntu (gnome) freezes temporarily upon login To manage notifications about this bug go to:

[Bug 1730458] Re: Ubuntu (gnome) freezes temporarily upon login

2018-01-09 Thread RégisC
Hi Daniel, Thanks for the analysis, can I do something by myself to prevent that delay? Regards -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1730458 Title: Ubuntu (gnome) freezes temporarily

[Bug 1741612] Re: linux: 3.2.0-132.178 -proposed tracker

2018-01-09 Thread Steve Langasek
** Changed in: kernel-sru-workflow/promote-to-proposed 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/1741612 Title: linux: 3.2.0-132.178 -proposed tracker To manage

[Bug 1591609] Re: [Feature]Memory Bandwidth Monitoring(MBM) port to new Cache Quality Monitoring (CQM)

2018-01-09 Thread Narinder Gupta
** Changed in: intel 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/1591609 Title: [Feature]Memory Bandwidth Monitoring(MBM) port to new Cache Quality

[Bug 1742177] Re: linux-hwe: 4.13.0-26.29~16.04.2 -proposed tracker

2018-01-09 Thread Steve Langasek
** Changed in: kernel-sru-workflow/promote-to-proposed Status: Confirmed => Fix Committed ** Changed in: kernel-sru-workflow/promote-to-proposed Assignee: Ubuntu Stable Release Updates Team (ubuntu-sru) => Steve Langasek (vorlon) -- You received this bug notification because you

[Bug 1737671] Re: Blu-ray burner no longer detected

2018-01-09 Thread Roald Strauss
The problem still exists in kernel 4.4.0-108. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1737671 Title: Blu-ray burner no longer detected To manage notifications about this bug go to:

Re: [Bug 1713371] Re: when I open chromium-browser in ubuntu 14.04 LTS

2018-01-09 Thread Mas Drajat
Over all its fixed in my PC with latest version, Thanks for your response. 2018-01-09 1:41 GMT+07:00 Olivier Tilloy : > Is this issue still happening with the latest update > (63.0.3239.84-0ubuntu0.14.04.1)? > > Does it also happen if you start with a fresh profile:

[Bug 1742255] Re: linux-lts-xenial: 4.4.0-109.132~14.04.1 -proposed tracker

2018-01-09 Thread Steve Langasek
** Changed in: kernel-sru-workflow/promote-to-proposed Status: Confirmed => Fix Committed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1742255 Title: linux-lts-xenial: 4.4.0-109.132~14.04.1

[Bug 1742255] Re: linux-lts-xenial: 4.4.0-109.132~14.04.1 -proposed tracker

2018-01-09 Thread Brad Figg
** Changed in: kernel-sru-workflow/prepare-package 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/1742255 Title: linux-lts-xenial: 4.4.0-109.132~14.04.1

[Bug 1661876] Re: [Asus UX360UA] battery status in unity-panel is not changing when battery is being charged

2018-01-09 Thread Kai-Heng Feng
Can you attach output of `sudo acpitool -a -b` when the battery is 100% and charging? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1661876 Title: [Asus UX360UA] battery status in unity-panel is

[Bug 1742255] Re: linux-lts-xenial: 4.4.0-109.132~14.04.1 -proposed tracker

2018-01-09 Thread Steve Langasek
** Changed in: kernel-sru-workflow/promote-to-proposed Status: Fix Committed => Confirmed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1742255 Title: linux-lts-xenial: 4.4.0-109.132~14.04.1

[Bug 1742365] [NEW] built-in display problem

2018-01-09 Thread Susheel Rajagolkar
Public bug reported: display not minimize, its shows built-in display ProblemType: Bug DistroRelease: Ubuntu 14.04 Package: xorg 1:7.7+1ubuntu8.1 ProcVersionSignature: Ubuntu 3.16.0-30.40~14.04.1-generic 3.16.7-ckt3 Uname: Linux 3.16.0-30-generic x86_64 .tmp.unity.support.test.1:

[Bug 1742364] [NEW] Updated microcode for Spectre fix

2018-01-09 Thread Leith Bade
*** This bug is a security vulnerability *** Public security bug reported: Intel have finally released the updated microcode for the Spectre bug. See https://downloadcenter.intel.com/download/27431/Linux-Processor- Microcode-Data-File?v=t >From the release note: Intel Processor Microcode

[Bug 1742364] Re: Updated microcode for Spectre fix

2018-01-09 Thread Leith Bade
Should note the list seems to compare well with the only other list of Spectre microcode versions I am aware of on https://wiki.gentoo.org/wiki/Project:Security/Vulnerabilities/Meltdown_and_Spectre ** Also affects: intel Importance: Undecided Status: New -- You received this bug

[Bug 1742193] Re: nemo-desktop does not show background on GNOME FlashBack session

2018-01-09 Thread Khurshid Alam
Flashback also uses gnome-settings-daemon. May be that's why it can't work. What happens when you restart gnome-settings daemon? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1742193 Title:

[Bug 1742255] Re: linux-lts-xenial: 4.4.0-109.132~14.04.1 -proposed tracker

2018-01-09 Thread Steve Langasek
** Changed in: kernel-sru-workflow/promote-to-proposed Status: Confirmed => Fix Committed ** Changed in: kernel-sru-workflow/promote-to-proposed Assignee: Ubuntu Stable Release Updates Team (ubuntu-sru) => Steve Langasek (vorlon) -- You received this bug notification because you

[Bug 1741447] Re: Unity / Compiz in a crash loop after login, after mesa updates of 2018-01-04

2018-01-09 Thread Gord Kunz
*** This bug is a duplicate of bug 1735594 *** https://bugs.launchpad.net/bugs/1735594 ppa:paulo-miguel-dias/pkppa worked for me. No problems since. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1742255] Re: linux-lts-xenial: 4.4.0-109.132~14.04.1 -proposed tracker

2018-01-09 Thread Steve Langasek
** Also affects: linux-lts-xenial (Ubuntu Trusty) 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/1742255 Title: linux-lts-xenial: 4.4.0-109.132~14.04.1

[Bug 1742252] Re: linux: 4.4.0-109.132 -proposed tracker

2018-01-09 Thread Steve Langasek
** Changed in: kernel-sru-workflow/promote-to-proposed Status: Confirmed => Fix Committed ** Changed in: kernel-sru-workflow/promote-to-proposed Assignee: Ubuntu Stable Release Updates Team (ubuntu-sru) => Steve Langasek (vorlon) -- You received this bug notification because you

[Bug 1742177] Re: linux-hwe: 4.13.0-26.29~16.04.2 -proposed tracker

2018-01-09 Thread Brad Figg
** Changed in: kernel-sru-workflow/prepare-package Status: In Progress => Fix Released ** Changed in: kernel-sru-workflow/prepare-package Assignee: Kleber Sacilotto de Souza (kleber-souza) => Marcelo Cerri (mhcerri) ** Changed in: kernel-sru-workflow/prepare-package-meta

[Bug 1742330] Re: Can't reboot, shutdown or suspend with 4.4.0-108

2018-01-09 Thread Leith Bade
For completeness here is a copy of the boot log I get (which I captured over good ol RS232 port). For reference the system: Motherboard: Asus P9D-I BIOS: Version 1801 CPU: Intel(R) Xeon(R) CPU E3-1220 v3 @ 3.10GHz ** Attachment added: "kernel boot log"

[Bug 1742330] Re: Can't reboot, shutdown or suspend with 4.4.0-108

2018-01-09 Thread Leith Bade
That looks like the same error I got after upgrading my server. I had to reboot it and use the advanced boot options in GRUB to go back to the old kernel. It appears to the same issue as in https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1741934 -- You received this bug notification

[Bug 1742252] Re: linux: 4.4.0-109.132 -proposed tracker

2018-01-09 Thread Steve Langasek
** Also affects: linux (Ubuntu Xenial) 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/1742252 Title: linux: 4.4.0-109.132 -proposed tracker To manage

[Bug 1742330] Re: Can't reboot, shutdown or suspend with 4.4.0-108

2018-01-09 Thread Alexis Wilke
Same problem here. This kernel boots and seems to work as expected: http://kernel.ubuntu.com/~jsalisbury/lp1741934/ The newer (stock version) 4.4.0-108.131 stops really fast. It looks like 2 or 3 pages of text. I can't scroll or use the keyboard at all once it dies. I'm attaching my screenshot

[Bug 1714886] Re: gnome-shell crashed with SIGSEGV in meta_window_is_on_primary_monitor()

2018-01-09 Thread Daniel van Vugt
Judging by all the duplicate bugs and the global error reports (https://errors.ubuntu.com/problem/2248f9a7d43e5e9a3bba2ac8364590ed8b7361a7), this particular bug stopped happening with the introduction of gnome- shell version 3.26.1. So if you continue to experience any problems, please open new

[Bug 1723362] Re: gnome-software spams error messages to journald and causes 100% CPU usage

2018-01-09 Thread Derek L
Is an SRU fixing this likely to get pushed to artful? It bites me several times a week (it's filling my syslog with errors as I write this). -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1723362

[Bug 1742359] [NEW] qupzilla does not render webpages

2018-01-09 Thread Lyn Perrine
Public bug reported: On an 18.04 install Qupzilla does not render any webpages after typing them in the address bar. Not even ubuntu.com, youtube.com. A few days ago qupzilla had this as a regression as it was working then. Description:Ubuntu Bionic Beaver (development branch) Release:

[Bug 1742177] Re: linux-hwe: 4.13.0-26.29~16.04.2 -proposed tracker

2018-01-09 Thread Brad Figg
** Changed in: kernel-sru-workflow/promote-to-proposed 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/1742177 Title: linux-hwe: 4.13.0-26.29~16.04.2 -proposed tracker

[Bug 1569237] Re: vagrant xenial box is not provided with vagrant/vagrant username and password

2018-01-09 Thread Yong Li
The issue is STILL not fixed? I can't believe this. Please fix it ASAP. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1569237 Title: vagrant xenial box is not provided with vagrant/vagrant username

[Bug 1742177] Re: linux-hwe: 4.13.0-26.29~16.04.2 -proposed tracker

2018-01-09 Thread Brad Figg
** Changed in: kernel-sru-workflow/automated-testing Status: Confirmed => Invalid ** Changed in: kernel-sru-workflow/certification-testing Status: Confirmed => Invalid ** Changed in: kernel-sru-workflow/regression-testing Status: Confirmed => Invalid ** Changed in:

[Bug 1742252] Re: linux: 4.4.0-109.132 -proposed tracker

2018-01-09 Thread Brad Figg
** Changed in: kernel-sru-workflow/security-signoff Status: Fix Released => Fix Committed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1742252 Title: linux: 4.4.0-109.132 -proposed tracker

[Bug 1742358] [NEW] package libsane1 1.0.27-1~experimental2ubuntu2.1 failed to install/upgrade: trying to overwrite shared '/lib/udev/hwdb.d/20-sane.hwdb', which is different from other instances of p

2018-01-09 Thread Vaibhav Agrawal
Public bug reported: Crap ProblemType: Package DistroRelease: Ubuntu 17.10 Package: libsane1 1.0.27-1~experimental2ubuntu2.1 ProcVersionSignature: Ubuntu 4.13.0-25.29-generic 4.13.13 Uname: Linux 4.13.0-25-generic x86_64 ApportVersion: 2.20.7-0ubuntu3.7 Architecture: amd64 Date: Wed Jan 10

[Bug 1742358] Re: package libsane1 1.0.27-1~experimental2ubuntu2.1 failed to install/upgrade: trying to overwrite shared '/lib/udev/hwdb.d/20-sane.hwdb', which is different from other instances of pac

2018-01-09 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/1742358 Title: package libsane1 1.0.27-1~experimental2ubuntu2.1 failed to install/upgrade: trying to overwrite

[Bug 1742338] Re: Ubuntu 14.04 boots to black screen Nvidia 950 GeForce with driver 384.98

2018-01-09 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 your bug report is not filed about a specific source package though, rather it is just filed against Ubuntu in general. It is important that bug reports be filed about source packages so that people

[Bug 1595695] Re: Bluetooth indicator disappears every time bluetooth is being turned off

2018-01-09 Thread Po-Hsu Lin
Tested with Bionic Daily build image, gnome-shell 3.26.2 this issue still exist. ** Tags added: artful bionic -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1595695 Title: Bluetooth indicator

[Bug 1731179] Re: intaller crashes at finalizing setup

2018-01-09 Thread Launchpad Bug Tracker
[Expired for ubiquity (Ubuntu) because there has been no activity for 60 days.] ** Changed in: ubiquity (Ubuntu) Status: Incomplete => Expired -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1731242] Re: package mysql-common 5.7.20-0ubuntu0.16.04.1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 2

2018-01-09 Thread Launchpad Bug Tracker
[Expired for mysql-5.7 (Ubuntu) because there has been no activity for 60 days.] ** Changed in: mysql-5.7 (Ubuntu) Status: Incomplete => Expired -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1714698] Re: java crashed with SIGABRT during "mvn package"

2018-01-09 Thread Launchpad Bug Tracker
[Expired for openjdk-8 (Ubuntu) because there has been no activity for 60 days.] ** Changed in: openjdk-8 (Ubuntu) Status: Incomplete => Expired -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1731205] Re: Nie czyta partycji dysku

2018-01-09 Thread Launchpad Bug Tracker
[Expired for ubiquity (Ubuntu) because there has been no activity for 60 days.] ** Changed in: ubiquity (Ubuntu) Status: Incomplete => Expired -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1742352] Re: disk image crapped out

2018-01-09 Thread Ubuntu Foundations Team Bug Bot
Thank you for taking the time to report this bug and helping to make Ubuntu better. Reviewing your log files attached to this bug report it seems that there is a problem with your installation media (CD/DVD). You can verify the integrity of the Ubuntu ISO files you downloaded by following the

[Bug 1709126] Re: kernel BUG at [tty_ldisc_reinit] mm/slub.c!

2018-01-09 Thread Vassil Peytchev
I just upgraded to kernel 4.4 108, and got a similar kernel panic. Is there a regression to this fix? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1709126 Title: kernel BUG at [tty_ldisc_reinit]

[Bug 1742112] Re: NVIDIA graphics card failed to initialized

2018-01-09 Thread Plumtus
No, it's new machine and fresh installation. It seems a acpi bug in kernel. I use the 'acpi_osi=Linux' as kernel parameter, also work. But if I remove the acpi_osi parameter, the nvidia driver can't be initilaized. -- You received this bug notification because you are a member of Ubuntu Bugs,

[Bug 1711337] Re: Firefox crashes at start on armv7L after 55.0.1 update

2018-01-09 Thread James Donald
Thanks for providing the stack trace, Lars. This shows the illegal instruction is happening in Skia, specifically SkJumper's implementation of _sk_xor__vfp4. To run with Skia disabled, edit your user profile at ~/.mozilla/firefox/*.default/prefs.js and add the following line:

[Bug 1742252] Re: linux: 4.4.0-109.132 -proposed tracker

2018-01-09 Thread Brad Figg
** Tags removed: block-proposed-xenial ** Tags removed: block-proposed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1742252 Title: linux: 4.4.0-109.132 -proposed tracker To manage notifications

[Bug 1714886] Re: gnome-shell crashed with SIGSEGV in meta_window_is_on_primary_monitor()

2018-01-09 Thread Daniel van Vugt
I'm really not sure we're linking to the right upstream bugs still, or that we've captured all the right error reports from errors.ubuntu.com. Possibly this is related and is in progress: https://bugzilla.gnome.org/show_bug.cgi?id=72 As for Ubuntu crash reports, the only link we have

[Bug 1742323] Re: Meltdown Update Kernel doesnt boot

2018-01-09 Thread Alexis Wilke
Achim Behrens, Is the kernel that fails really 104? Or is that your backup that you just booted into to report the problem? The one that fails for me is the new one, 108. It just "panics" nearly instantaneously. ** Attachment added: "Screenshot of "panic" showing the callstack"

[Bug 1742255] Re: linux-lts-xenial: 4.4.0-109.132~14.04.1 -proposed tracker

2018-01-09 Thread Brad Figg
** Changed in: kernel-sru-workflow/prepare-package-meta Status: In Progress => Fix Released ** Changed in: kernel-sru-workflow/prepare-package-meta Assignee: Marcelo Cerri (mhcerri) => Brad Figg (brad-figg) ** Changed in: kernel-sru-workflow/prepare-package-signed Status: In

[Bug 1742352] [NEW] disk image crapped out

2018-01-09 Thread Benjamin Youmans
Public bug reported: still trying 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 Architecture: amd64 CasperVersion: 1.376.2 Date:

[Bug 1742252] Re: linux: 4.4.0-109.132 -proposed tracker

2018-01-09 Thread Brad Figg
** Changed in: kernel-sru-workflow/prepare-package-meta Status: In Progress => Fix Released ** Changed in: kernel-sru-workflow/prepare-package-meta Assignee: Marcelo Cerri (mhcerri) => Leann Ogasawara (leannogasawara) ** Changed in: kernel-sru-workflow/promote-to-proposed

Re: [Bug 1742330] Re: Can't reboot, shutdown or suspend with 4.4.0-108

2018-01-09 Thread George Turner
The kernel that you provided has solved the problem. Now able to reboot, shutdown and suspend. On Tue, Jan 9, 2018 at 10:25 PM, Joseph Salisbury < joseph.salisb...@canonical.com> wrote: > ** Changed in: linux (Ubuntu) > Assignee: (unassigned) => Joseph Salisbury (jsalisbury) > > ** Changed

[Bug 1714886] Re: gnome-shell crashed with SIGSEGV in meta_window_is_on_primary_monitor()

2018-01-09 Thread Rocko
So is there any progress on this? I can't use gnome-shell because of it, even with Ubuntu 18.04. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1714886 Title: gnome-shell crashed with SIGSEGV in

Re: [Bug 1742330] Re: Can't reboot, shutdown or suspend with 4.4.0-108

2018-01-09 Thread George Turner
Can't get a good screen shot of it. Machine is frozen and the resolution is 3200x1800. Tried taking a picture, but not readable. Getting ready to try the kernel you provided. Then I will type in some of the panic info. On Tue, Jan 9, 2018 at 10:12 PM, Joseph Salisbury <

[Bug 1569567] Re: Running update-grub does not update /boot/grub/grub.cfg with GRUB_CMDLINE_LINUX_DEFAULT from /etc/default/grub

2018-01-09 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users. ** Changed in: grub2 (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/1569567 Title:

[Bug 1569567] Re: Running update-grub does not update /boot/grub/grub.cfg with GRUB_CMDLINE_LINUX_DEFAULT from /etc/default/grub

2018-01-09 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users. ** Changed in: curtin (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/1569567 Title:

[Bug 1742330] Re: Can't reboot, shutdown or suspend with 4.4.0-108

2018-01-09 Thread Joseph Salisbury
** Changed in: linux (Ubuntu) Assignee: (unassigned) => Joseph Salisbury (jsalisbury) ** Changed in: linux (Ubuntu Xenial) Assignee: (unassigned) => Joseph Salisbury (jsalisbury) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

[Bug 1742323] Re: Meltdown Update Kernel doesnt boot

2018-01-09 Thread Joseph Salisbury
** Changed in: linux (Ubuntu) Assignee: (unassigned) => Joseph Salisbury (jsalisbury) ** Changed in: linux (Ubuntu Xenial) Assignee: (unassigned) => Joseph Salisbury (jsalisbury) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

[Bug 1742256] Re: linux-aws: 4.4.0-1048.57 -proposed tracker

2018-01-09 Thread Brad Figg
** Changed in: kernel-sru-workflow/security-signoff Status: Confirmed => Fix Released ** Changed in: kernel-sru-workflow/verification-testing Status: Confirmed => Invalid -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1742253] Re: linux-aws: 4.4.0-1010.10 -proposed tracker

2018-01-09 Thread Brad Figg
** Changed in: kernel-sru-workflow/security-signoff Status: Confirmed => Fix Released ** Changed in: kernel-sru-workflow/verification-testing Status: Confirmed => Invalid -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1742252] Re: linux: 4.4.0-109.132 -proposed tracker

2018-01-09 Thread Brad Figg
** Changed in: kernel-sru-workflow/automated-testing Status: Confirmed => Invalid ** Changed in: kernel-sru-workflow/certification-testing Status: Confirmed => Invalid ** Changed in: kernel-sru-workflow/regression-testing Status: Confirmed => Invalid ** Changed in:

[Bug 1742260] Re: linux-kvm: 4.4.0-1016.21 -proposed tracker

2018-01-09 Thread Brad Figg
** Changed in: kernel-sru-workflow/security-signoff Status: Confirmed => Fix Released ** Changed in: kernel-sru-workflow/verification-testing Status: Confirmed => Invalid -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1742286] Re: [regression] Xenial host with 4.4.0-108.131 fails to power some KVM guests

2018-01-09 Thread Joseph Salisbury
** Changed in: linux (Ubuntu Xenial) Assignee: (unassigned) => Joseph Salisbury (jsalisbury) ** Changed in: linux (Ubuntu) Assignee: (unassigned) => Joseph Salisbury (jsalisbury) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

[Bug 1742255] Re: linux-lts-xenial: 4.4.0-109.132~14.04.1 -proposed tracker

2018-01-09 Thread Brad Figg
** Changed in: kernel-sru-workflow/automated-testing Status: Confirmed => Invalid ** Changed in: kernel-sru-workflow/certification-testing Status: Confirmed => Invalid ** Changed in: kernel-sru-workflow/regression-testing Status: Confirmed => Invalid ** Changed in:

[Bug 1738259] Re: need to ensure microcode updates are available to all bare-metal installs of Ubuntu

2018-01-09 Thread Joseph Salisbury
** Tags added: kernel-da-key -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1738259 Title: need to ensure microcode updates are available to all bare-metal installs of Ubuntu To manage

[Bug 1742286] Re: [regression] Xenial host with 4.4.0-108.131 fails to power some KVM guests

2018-01-09 Thread Joseph Salisbury
Can you see if this bug happens with the following kernel: http://kernel.ubuntu.com/~jsalisbury/lp1741934/ ** Changed in: linux (Ubuntu) Importance: Undecided => Critical ** Also affects: linux (Ubuntu Xenial) Importance: Undecided Status: New ** Changed in: linux (Ubuntu Xenial)

[Bug 1742330] Re: Can't reboot, shutdown or suspend with 4.4.0-108

2018-01-09 Thread Joseph Salisbury
** Changed in: linux (Ubuntu) Importance: High => Critical ** Changed in: linux (Ubuntu Xenial) 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/1742330 Title:

[Bug 1742323] Re: Meltdown Update Kernel doesnt boot

2018-01-09 Thread Joseph Salisbury
Can you see if this bug happens with the following kernel: http://kernel.ubuntu.com/~jsalisbury/lp1741934/ Also, can you post a digital image or screen shot of the panic? ** Changed in: linux (Ubuntu) Importance: Undecided => Critical ** Tags added: kernel-key ** Also affects: linux

[Bug 1742302] Re: Kernel 4.13.0-25 broke nvidia driver

2018-01-09 Thread NJ
Not sure if this is related. Caught this before I upgraded. System is now freezing and I can't use an old kernel as I get the following: NVRM: API mismatch: the client has the version 384.111, but NVRM: this kernel module has the version 384.90. Please NVRM: make sure that this kernel module and

[Bug 1742324] Re: Bionic kernel panics in the MAAS ephemeral environment

2018-01-09 Thread Joseph Salisbury
Are you able to install any test kernels on the system to perform some debugging? ** Changed in: linux (Ubuntu) Status: Confirmed => Triaged ** Changed in: linux (Ubuntu) Importance: Undecided => Critical ** Tags added: kernel-da-key ** Tags removed: kernel-da-key ** Tags added:

  1   2   3   4   5   6   7   8   9   10   >