[Bug 73536]

2019-01-06 Thread Plurtu
Here's a revised version of the SignalPipeWatcher patch. * SIGTERM/SIGINT/SIGHUP all do a graceful exit. I tested Chromium, VLC and GIMP using strace with these signals and they all exit normally returning exit codes and not signals. * SignalPipeWatcher does not chain to previous handler and

[Bug 73536]

2019-01-06 Thread Plurtu
*** Bug 1032010 has been marked as a duplicate of this bug. *** -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/73536 Title: MASTER Firefox crashes on instant X server shutdown To manage

[Bug 73536]

2019-01-06 Thread 9onas
'killall firefox' has no timeout as far as I know, so I think that is completely irrelevant -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/73536 Title: MASTER Firefox crashes on instant X server

[Bug 73536]

2019-01-06 Thread Plurtu
Created attachment 8959924 Bug 336193 - P1: Use SignalPipeWatcher to detect signals SIGTERM/SIGINT/SIGHUP and quit application gracefully. Review commit: https://reviewboard.mozilla.org/r/228682/diff/#index_header See other reviews: https://reviewboard.mozilla.org/r/228682/ -- You received

[Bug 73536]

2019-01-06 Thread Jed Davis
The SignalPipeWatcher class defined in xpcom/base/nsDumpUtils.cpp might be of interest — it's used to trigger memory reports from a signal handler (via the usual pipe-to-self trick), which sounds like the same basic problem as this bug. -- You received this bug notification because you are a

[Bug 73536]

2019-01-06 Thread 8ames
Comment on attachment 8750107 Bug 336193 handle SIGTERM in SignalPipeWatcher then in the main thread to quit Let's at least review all the patches here. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 73536]

2019-01-06 Thread Plurtu
Comment on attachment 8959924 Bug 336193 - P1: Use SignalPipeWatcher to detect signals SIGTERM/SIGINT/SIGHUP and quit application gracefully. https://reviewboard.mozilla.org/r/228682/#review235302 > Is the |dispatchQuit| single quit logic necessary? > It looks like nsAppStartup::mShuttingDown

[Bug 73536]

2019-01-06 Thread Karlt
Comment on attachment 8626516 bug336193.patch Unfortunately, the last paragraph of comment 23 is still relevant. (In reply to Kestrel from comment #39) > * nsAppStartup::Quit calls nsIAppShell::Exit asynchronously which does most > of the work so it doesn't block the signal handler. It is more

[Bug 73536]

2019-01-06 Thread Jmathies
Comment on attachment 8626516 bug336193.patch Review of attachment 8626516: - Karl, mind reviewing this? I'm not qualified to review unix signal handling code. -- You received this bug notification because you are a member of

[Bug 73536]

2019-01-06 Thread Plurtu
*** Bug 365749 has been marked as a duplicate of this bug. *** -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/73536 Title: MASTER Firefox crashes on instant X server shutdown To manage

[Bug 73536]

2019-01-06 Thread Tolf Tolfsen
(In reply to Karl Tomlinson (:karlt) from comment #48) > (In reply to James Graham [:jgraham] from comment #45) > > > Marionette has a method to invoke shutdown, but sending the > > response races with closing the marionette connection, so it > > isn't reliable. Signalling the process with

[Bug 73536]

2019-01-06 Thread Karlt
Comment on attachment 8959924 Bug 336193 - P1: Use SignalPipeWatcher to detect signals SIGTERM/SIGINT/SIGHUP and quit application gracefully. https://reviewboard.mozilla.org/r/228682/#review235302 (I'm not an XPCOM peer and so I considered passing the nsDumpUtils part to Nathan, but the initial

[Bug 73536]

2019-01-06 Thread Thomas
Still a major problem, 9 years after raising this I only can see discussions about? Firefox is not able to handle a standard SIGTERM? For me a reason to change. Sorry to be this rude, but it is really a shame. -- You received this bug notification because you are a member of Ubuntu Bugs, which

[Bug 73536]

2019-01-06 Thread Karlt
(In reply to James Graham [:jgraham] from comment #45) > Marionette has a method to invoke shutdown, > but sending the response races with closing the marionette connection, so it > isn't reliable. Signalling the process with SIGTERM would be the obvious > solution, except for this bug. So we

[Bug 73536]

2019-01-06 Thread Karlt
Comment on attachment 8750107 Bug 336193 handle SIGTERM in SignalPipeWatcher then in the main thread to quit I think this approach will work well, thanks. SIGTERM will have no effect if Firefox gets stuck during shutdown, but I guess that's reasonable because SIGTERM is intended to effect normal

[Bug 73536]

2019-01-06 Thread Plurtu
Created attachment 8626516 bug336193.patch Summary: * nsProfileLock is already rigged for handling signals and is already terminating (fatally) so it is only a small change to make it clean, this is preferable to a GTK-specific implementation. * A clean quit should be performed for SIGINT

[Bug 73536]

2019-01-06 Thread 8ames
This is a problem for geckodriver and for anything else that's using marionette to control the browser (e.g. various test harnesses including wpt). If we don't shut down the browser gracefully we lose out on the ability to do various things that depend on clean shutdown (certainly leak logging,

[Bug 73536]

2019-01-06 Thread R-fab
Created attachment 8750107 Bug 336193 handle SIGTERM in SignalPipeWatcher then in the main thread to quit What about the attempt in this patch? I intercept SIGTERM using "SignalPipeWatcher" as suggested, then I pass a task to the main thread so it calls

[Bug 73536]

2019-01-06 Thread gothbert
(In reply to Christian Holler (:decoder) from comment #33) > > Are there any remaining problems with the attached patch? What happened back in December 2012? Did the patch make it to the official source? The issue is still present in the current version of Firefox for Linux. -- You received

[Bug 73536]

2019-01-06 Thread Choller
Someone needs to rebase the patch here and push it to try. I'd be willing to mentor this, but I don't have the time to do it myself. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/73536 Title:

[Bug 1763892] Re: 144Hz/120Hz monitor but mutter seems to cap rendering at 60FPS

2019-01-06 Thread Bug Watch Updater
** Changed in: mutter Status: Confirmed => 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/1763892 Title: 144Hz/120Hz monitor but mutter seems to cap rendering at 60FPS To manage

[Bug 1763609] Re: virt-install fails on bionic

2019-01-06 Thread Bug Watch Updater
** Changed in: virt-manager (Debian) Status: New => 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/1763609 Title: virt-install fails on bionic To manage notifications about this

[Bug 1798466] Re: Conflict between timidity-daemon and pulseaudio on upgrade to 18.10

2019-01-06 Thread Dirk
*** This bug is a duplicate of bug 210472 *** https://bugs.launchpad.net/bugs/210472 same issue on Ubuntu 18.04 LTS. Purging timidity worked for me. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1810689] [NEW] HDA Intel PCH / Realtek ALC269VB not seen by pulseaudio (whereas alsa see it) after ubuntu 18.10 upgrade

2019-01-06 Thread Alex Garel
Public bug reported: I was using ubuntu 18.04 on my computer (and previously 17.10), and I got the sound card working correctly with pulseaudio. After upgrading to 18.10, pulseaudio interface only detect my usb microphone (BIRO UM1), but it does not detect my computer internal sound card, either

[Bug 1810688] [NEW] Snap-installed .desktop items cannot be overridden

2019-01-06 Thread Radoslaw Ejsmont
Public bug reported: Snaps for GUI applications provide .desktop items via files in ${SNAP}/meta/gui/*.desktop files. These are picked up by the gnome launcher that lists them accordingly. However, unlike .desktop files from /usr/share/applications, these cannot be overridden by copying .desktop

[Bug 1388511] Re: "Could not calculate the upgrade. "12.04 ->14.04- openmpi dependency issue

2019-01-06 Thread Rooey Mack
$ 1546814832169 addons.update-checker WARNonUpdateCheckComplete failed to parse update manifest: [Exception... "Update manifest is missing a required addons property." nsresult: "0x80004005 (NS_ERROR_FAILURE)" location: "JS frame :: resource://gre/modules/addons/AddonUpdateChecker.jsm

[Bug 1773515] Re: apparmor fails after removal of snapd

2019-01-06 Thread Fink Nottle
This is still broken. A key security feature of the OS breaks if you uninstall some garbage package. I wouldn't have noticed it if I hadn't seen the logs. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1511847] Re: Upgrading from Ubuntu 12.04 to Ubuntu 14.04 does not work

2019-01-06 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users. ** Changed in: update-manager (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/1511847

[Bug 1796979]

2019-01-06 Thread Rex
I'm clearing the needinfo request since I cannot provide info without assistance myself. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1796979 Title: Intermittently can't connect to the server To

[Bug 1810424] Re: Mangled path

2019-01-06 Thread Launchpad Bug Tracker
This bug was fixed in the package kalzium - 4:18.12.0-0ubuntu2 --- kalzium (4:18.12.0-0ubuntu2) disco; urgency=medium * Fix path in maintscript. LP: #1810424 -- Rik Mills Sun, 06 Jan 2019 21:44:05 + ** Changed in: kalzium (Ubuntu) Status: Fix Committed => Fix

[Bug 1810424] Re: Mangled path

2019-01-06 Thread Rik Mills
** Changed in: kalzium (Ubuntu) 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/1810424 Title: Mangled path To manage notifications about this bug go to:

[Bug 1810687] [NEW] system freezes randomely

2019-01-06 Thread Peter Michlik
Public bug reported: graphics drivers on ubuntu 18.04 problem. Live cd works ok, ubuntu 16 works ok. Graphics card is atom series .. im thing THANKS FOR HELP ProblemType: Bug DistroRelease: Ubuntu 18.04 Package: xorg 1:7.7+19ubuntu7.1 Uname: Linux 4.18.0-041800-generic x86_64

[Bug 1810636] Re: QCA6174 doesn't utilise btcoex - Ubuntu 18 Bluetooth Audio Skip/Stutter/Delay WiFi bandwidth conflict Dell XPS 9570

2019-01-06 Thread Berg Lloyd-Haig
@kaihengfeng - do I need to do an update-initramfs -u -v -k all and then shutdown completely after placing the files? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1810636 Title: QCA6174 doesn't

[Bug 1810636] Re: QCA6174 doesn't utilise btcoex - Ubuntu 18 Bluetooth Audio Skip/Stutter/Delay WiFi bandwidth conflict Dell XPS 9570

2019-01-06 Thread Berg Lloyd-Haig
@kaihengfeng - after adding board-2.bin, neither the wireless or bluetooth is loading. I've ensured I downloaded the files correctly and used the same file permissions. berg@bxps:$ md5sum ~/Downloads/firmware-6.bin_WLAN.RM.4.4.1-00128-QCARMSWPZ-1 /lib/firmware/ath10k/QCA6174/hw3.0/firmware-6.bin

[Bug 1785964] Re: Unable to unlock the desktop session: systemd-logind: got pause for 13:69

2019-01-06 Thread GrzesiekC
Thanks Diego. A similar situation here today. The whole Christmas season at home no issues at all - many suspends (lid close), with and without power supply. Coming today to the office, boom, unlock screen freeze after providing the password. One more hint - I've got the same SSID at home and my

[Bug 1786197] Re: stack 1.5.1 broken on 18.04 (AesonException)

2019-01-06 Thread Oliver Anteros
Just ran into this issue. Are there any updates on this? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1786197 Title: stack 1.5.1 broken on 18.04 (AesonException) To manage notifications about

[Bug 1810619] Re: Sleep mode doesn't work

2019-01-06 Thread Grentz
When I do some test, the screen goes off but the laptop doesn't seems to enter in sleep mode. The battery continue to discharge after enter in sleep mode : 39% when I stopped to work and 0% a few hours after (9 hours). Fans are stopped. With : sudo sh -c 'echo disabled >

[Bug 1810424] Re: Mangled path

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

[Bug 1760708] Re: Download Adobe Flash Player (apt-url). gnome-software crashed with signal 5 in g_main_context_new()

2019-01-06 Thread Launchpad Bug Tracker
*** This bug is a duplicate of bug 1760795 *** https://bugs.launchpad.net/bugs/1760795 Status changed to 'Confirmed' because the bug affects multiple users. ** Changed in: gnome-software (Ubuntu) Status: New => Confirmed -- You received this bug notification because you are a member

[Bug 1810683] [NEW] Suspend does not work in the login screen

2019-01-06 Thread Mikko Rantalainen
Public bug reported: After booting the system and login screen is displayed top right gear- icon contains option to Suspend. However, selecting that action has no results at all (no error message, nothing in any file under /var/log or journalctl). I would like to get the suspend action to work

[Bug 1810660] Re: vpn static route

2019-01-06 Thread Efthymios
** Package changed: ubuntu-docs (Ubuntu) => network-manager (Ubuntu) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1810660 Title: vpn static route To manage notifications about this bug go to:

[Bug 1806695] Re: Touchpad not detected

2019-01-06 Thread Dan Schwarz
*** This bug is a duplicate of bug 1802712 *** https://bugs.launchpad.net/bugs/1802712 this was fixed on 4.20 ** Changed in: linux (Ubuntu) Status: Confirmed => Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1629815] Re: Videos do not play smoothly in any web browser

2019-01-06 Thread Paul White
Is this still an issue? Did altering the settings of the VM make a difference? ** Changed in: chromium-browser Status: New => Incomplete ** Changed in: firefox Status: New => Incomplete ** Changed in: virtualbox Status: New => Incomplete ** Changed in: ubuntu

[Bug 1755068] Re: ERROR ceilometer.dispatcher.gnocchi

2019-01-06 Thread rania adouni
please I have the same error with ceilometer-upgrade any help please -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1755068 Title: ERROR ceilometer.dispatcher.gnocchi To manage notifications about

[Bug 1433951] Re: package chemical-structures (not installed) failed to uninstall: le sous-processus script post-removal installé a retourné une erreur de sortie d'état 128

2019-01-06 Thread Georges Khaznadar
This issue is fixed in 2.2.dfsg.0-12 (tested today) ** Changed in: chemical-structures (Ubuntu) Assignee: (unassigned) => Georges Khaznadar (georgesk) ** Changed in: chemical-structures (Ubuntu) Status: New => Fix Released -- You received this bug notification because you are a

[Bug 1810681] [NEW] 90% done with install on machine with windows 10, other linux already installed, says unrecoverable error

2019-01-06 Thread David Sun
Public bug reported: it talks about attaching files, but there's nothing on this page to do so ProblemType: Bug DistroRelease: Ubuntu 18.10 Package: ubiquity 18.10.12 [modified: lib/partman/automatically_partition/question] ProcVersionSignature: Ubuntu 4.18.0-10.11-generic 4.18.12 Uname: Linux

[Bug 546692] Re: Ambiguous file name in warning dialog when adding files

2019-01-06 Thread Bug Watch Updater
** Changed in: brasero Status: New => Expired -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/546692 Title: Ambiguous file name in warning dialog when adding files To manage notifications

[Bug 1810665] Re: Ubuntu 19.04 / DejaDup / can not Data return

2019-01-06 Thread Paul White
** Package changed: ubuntu => deja-dup (Ubuntu) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1810665 Title: Ubuntu 19.04 / DejaDup / can not Data return To manage notifications about this bug go

[Bug 1810662] Re: Please upgrade it for Ubuntu 18.04 LTS

2019-01-06 Thread Paul White
** Tags added: upgrade-software-version -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1810662 Title: Please upgrade it for Ubuntu 18.04 LTS To manage notifications about this bug go to:

[Bug 1810663] Re: Please upgrade it for Ubuntu 18.04 LTS

2019-01-06 Thread Paul White
** Tags added: upgrade-software-version -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1810663 Title: Please upgrade it for Ubuntu 18.04 LTS To manage notifications about this bug go to:

[Bug 1810679] [NEW] Installation Ubuntu 18.04 failed: grub-efi-amd64-signed could not be installed

2019-01-06 Thread Andreas Stier
Public bug reported: The package grub-efi-amd64-signed could not be installed in /target/. File /boot/grub/i838-pc/normal.mod not found. Dual boot installation with Windows 7. ProblemType: Bug DistroRelease: Ubuntu 18.04 Package: ubiquity 18.04.14.6 [modified:

[Bug 1810450] Re: LTS dist upgrade failure from 16.04 to 18.04

2019-01-06 Thread Thibaut
Figured out that I just had to install some packages (libgfortran4 and cpp-7 for my case) required by the hold back packages (listed in Apt log).. .. and finally the Bionic Beaver could be brought back to life. I also did this before because I ran through the same error:

[Bug 1753726] Re: 0ad does not show 'Turtle' when selected

2019-01-06 Thread Oibaf
This should be fixed in 0ad alpha 23, available since Ubuntu 18.10/cosmic. ** Changed in: 0ad (Ubuntu) Status: Fix Committed => Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

Re: [Bug 1804744] Re: Restoring from new location does not find backup files

2019-01-06 Thread ethanay
Eero I filed the original report. To me your comment seems only critical and not helpful, especially in a report where a fix is being released. If someone uses the same location for backup this problem doesn't appear to exist. I try to file bug reports as I encounter them, along with any

[Bug 1769862] Re: calibre 3.23 random crash on ubuntu 18.04 bionic

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

[Bug 1781879]

2019-01-06 Thread mrhieu059
It worked on v4.20 automatically. Few days ago, but I also uninstalled it either. Because the annoyning of disconnecting. I wonder if it fixed the disconnecting? I just want to make sure that to reinstall linux again. (In reply to Andy Shevchenko from comment #168) > This bug has been fixed in

[Bug 1808967] Re: package deepin-icon-theme 15.12.67-1 failed to install/upgrade: installed deepin-icon-theme package post-installation script subprocess returned error exit status 2

2019-01-06 Thread Bug Watch Updater
** Changed in: deepin-icon-theme (Debian) Status: New => 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/1808967 Title: package deepin-icon-theme 15.12.67-1 failed to

[Bug 1768097] Re: package libdvd-pkg 1.4.2-1-1 failed to install/upgrade: installed libdvd-pkg package post-installation script subprocess returned error exit status 128

2019-01-06 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users. ** Changed in: libdvd-pkg (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/1768097 Title:

[Bug 975222] Re: ath3k bluetooth adapter cannot load firmware

2019-01-06 Thread Artiom Neganov
It doesn't work on 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/975222 Title: ath3k bluetooth adapter cannot load firmware To manage notifications about this bug go to:

[Bug 1759112] Re: Disable numlockx on laptops

2019-01-06 Thread Georg Schwarz
With Xubuntu 10.04 on a Macbook, although that machine is correctly identified as a laptop, Numlock is on by default. This is because the internal keyboard is (technically correctly) recognized as a USB keyboard by 55numlockx. The solution was to explicitly set numlock off in

[Bug 950843] Re: simple scan fails to scan. "unable to start scan" change scan ner gives no options

2019-01-06 Thread Pablo Menéndez del Barrio
Hi guys, I have the same problem than John and Miles over different Epson Wifi Scanners or combis (printer + scanner). After searching a lot, many other Linux Distributions have the same problem in their latest versions with the scanner drivers well installed and the conection to the equipment

[Bug 1810675] [NEW] Bug 950843 not fixed in any distro.

2019-01-06 Thread Pablo Menéndez del Barrio
Public bug reported: Hi guys, in relationship with this closed post: https://bugs.launchpad.net/ubuntu/+source/sane-backends/+bug/950843, I have the same problem than John and Miles over different Epson Wifi Scanners or combis (printer + scanner). After searching a lot, many other Linux

[Bug 1782984] Re: PCManFM crashes frequently on Lubuntu 18.04

2019-01-06 Thread Schmidt Mark
The menu-cache 1.1.0-1 causes pcmanfm to crashes suddenly and randomly With degradation of menu-cache from the version 1.1.0-1 to the version 1.0.2-2, there is a temporary solution, until the menu-cache's bug is corrected. -- You received this bug notification because you are a member of Ubuntu

[Bug 1810673] Re: Cannot upgrade 16.04 to 18.04

2019-01-06 Thread Manfred Diaz
*** This bug is a duplicate of bug 1611737 *** https://bugs.launchpad.net/bugs/1611737 Solved after uninstalling ROS-kinetic packages. ** This bug has been marked a duplicate of bug 1611737 Can't upgrade from a release if ros packages are installed from ROS servers -- You received this

[Bug 1810674] [NEW] MySQL 8.0 Changed Default Authentication Plugin

2019-01-06 Thread Aaron Zurawski
Public bug reported: MySQL 8.0 changed the default authentication plugin to caching_sha2_password plugin. This causes incompatibility of this package with the current version of MySQL wherein you receive the following exception: java.sql.SQLException: Unable to load authentication plugin

[Bug 1810673] [NEW] Cannot upgrade 16.04 to 18.04

2019-01-06 Thread Manfred Diaz
*** This bug is a duplicate of bug 1611737 *** https://bugs.launchpad.net/bugs/1611737 Public bug reported: 1. Release of Ubuntu Ubuntu 16.04.5 LTS 2. apt policy ubuntu-release-upgrader-core Installed: 1:16.04.26 Candidate: 1:18.04.29 Version table: 1:18.04.29 500 500

[Bug 1807259] Re: sky2 ethernet card doesn't work after returning from suspend

2019-01-06 Thread Kai-Heng Feng
Ok, seems like sky2 has an option to disable MSI. Please boot with kernel parameter "sky2.disable_msi=1" and see if this helps. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1807259 Title: sky2

[Bug 1781879] Re: Latest ASUS trackpad doesn't work in Ubuntu

2019-01-06 Thread Kai-Heng Feng
Does #201 #202 mean the new kernel from Ubuntu archive already fixes the issue? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1781879 Title: Latest ASUS trackpad doesn't work in Ubuntu To manage

[Bug 1205384] Re: Lock can be circumvented by switching to console

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

[Bug 1810619] Re: Sleep mode doesn't work

2019-01-06 Thread Kai-Heng Feng
This is because this change gets included: commit 684bec1092b6991ff2a7751e8a763898576eb5c2 Author: Daniel Drake Date: Mon Oct 1 15:55:22 2018 -0700 Input: i8042 - enable keyboard wakeups by default when s2idle is used Previously, on typical consumer laptops, pressing a key on the

[Bug 1781879] Re: Latest ASUS trackpad doesn't work in Ubuntu

2019-01-06 Thread Ian Newborn
Perfect is a bit much. It still doesn't obey the settings for sensitivity but it does at least work most of the time. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1781879 Title: Latest ASUS

[Bug 1810672] [NEW] After wakeup temp1 always at 85°, fan keeps spinning at max

2019-01-06 Thread Joe Mau
Public bug reported: dmesg | grep -A 5 -B 5 Warning [ 1340.396843] PM: Finishing wakeup. [ 1340.396846] OOM killer enabled. [ 1340.396847] Restarting tasks ... done. [ 1340.552543] thermal thermal_zone13: failed to read out thermal zone (-5) [ 1340.553242] bbswitch: disabling discrete

[Bug 195782] Re: Users not automatically added to "scanner" group: No scanning functions of HP multi-function in Hardy

2019-01-06 Thread Karl Kastner
The bug still persists in cosmic cuttlefish in combination with Samsung SCX-470x, 13 years after #195782 was filed. The workaround also works still, after I installed libsane-extras, xsane miracally started up without an error. I suggest to change the package dependence so that libsane-extras is

[Bug 1781879] Re: Latest ASUS trackpad doesn't work in Ubuntu

2019-01-06 Thread Andre Bonna
Thanks! The new kernel release worked perfectly! -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1781879 Title: Latest ASUS trackpad doesn't work in Ubuntu To manage notifications about this bug go

[Bug 1810670] [NEW] xbindkeys reads config wrong

2019-01-06 Thread Alexey
Public bug reported: here is my terminal output: arhar@arhar-Lenovo-G770:~$ tail -n 15 ~/.xbindkeysrc control+shift + q # History Forward "xte 'keydown Alt_L' 'key Left' 'keyup Alt_L' " m:0x18 + c:64 Alt+Mod2 + Alt_L #History Back #"xte 'keydown Alt_L' 'key Right' 'keyup Alt_L' "

[Bug 1810636] Re: QCA6174 doesn't utilise btcoex - Ubuntu 18 Bluetooth Audio Skip/Stutter/Delay WiFi bandwidth conflict Dell XPS 9570

2019-01-06 Thread Kai-Heng Feng
board-2.bin is also required. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1810636 Title: QCA6174 doesn't utilise btcoex - Ubuntu 18 Bluetooth Audio Skip/Stutter/Delay WiFi bandwidth conflict

[Bug 1757807] Re: Please port your package away from Qt 4

2019-01-06 Thread Georges Khaznadar
The version 1.2.33+svn0120106+dfsg-2 is built against Qt5 ** Changed in: populations (Ubuntu) Assignee: (unassigned) => Georges Khaznadar (georgesk) ** Changed in: populations (Ubuntu) Status: New => Fix Released -- You received this bug notification because you are a member of

[Bug 39328] Re: Disable scrolling on window list to flip through windows

2019-01-06 Thread theWebalyst
This behaviour is truly awful on a laptop using trackpad scrolling. If I am scrolling a window down fast to the bottom, once I reach the end of the document the mouse cursor ends up over the task bar and before I know it I'm cycling through windows. I've searched for settings and there don't

[Bug 1795342] Re: High Power Consumption

2019-01-06 Thread Irfan
Hi, please confirm the attached output of `ps auxw`. ** Attachment added: "allprocs.txt" https://bugs.launchpad.net/ubuntu-power-consumption/+bug/1795342/+attachment/5227223/+files/allprocs.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 1810665] Re: Ubuntu 19.04 / DejaDup / can not Data return

2019-01-06 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 1755536] Re: gnome-control-center is not open ubuntu 18.04

2019-01-06 Thread Jeremy Bicha
hendra, please don't comment on old closed bugs since people don't really look at closed bugs. It's better to open a new bug isntead. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1755536 Title:

[Bug 1753120] Re: package libgtkmm-2.4-doc (not installed) failed to install/upgrade: trying to overwrite '/usr/share/doc/libgtkmm-2.4-dev/examples/README', which is also in package libgtkmm-2.4-dev:a

2019-01-06 Thread Zoltan Papp
I used my computer with "legacy boot" + gpt partitioning. I added a second drive (an ssd to the hdd) and tried to install ubuntu on the ssd. The installation failed (twice) at grub2. The solution was to select "uefi boot" in bios and setting up an efi partition. After that the installation went

[Bug 1797361] Re: Xenial --> Bionic = distcc fails to start

2019-01-06 Thread Bug Watch Updater
** Changed in: distcc (Debian) Status: New => 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/1797361 Title: Xenial --> Bionic = distcc fails to start To manage notifications

[Bug 1810665] [NEW] Ubuntu 19.04 / DejaDup / can not Data return

2019-01-06 Thread Marko Preuss
Public bug reported: Hello Can not Data return of my system. package missing duplicity python-gi Install this Start DejaDup, found not Files. Action from ubuntuusers DejaDup to 18.10 Fond files, start return data, Error! DejaDup is not in function. I can not more tests in 19.04, i muss

[Bug 1810662] [NEW] Please upgrade it for Ubuntu 18.04 LTS

2019-01-06 Thread Martin Dünkelmann via ubuntu-bugs
Public bug reported: Please upgrade it for Ubuntu 18.04 LTS ** Affects: anki (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/1810662 Title:

[Bug 1810663] [NEW] Please upgrade it for Ubuntu 18.04 LTS

2019-01-06 Thread Martin Dünkelmann
Public bug reported: Please upgrade it for Ubuntu 18.04 LTS ** Affects: pyqt5 (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/1810663 Title:

[Bug 1810664] [NEW] helper app broken

2019-01-06 Thread Peter Surda
Public bug reported: The helper app from the webext-browserpass package, located at /usr/lib/browserpass/browserpass, does not work with the current version of the browser extension. Unfortuantely I haven't been able to build it from source to debug. I originally thought it has to do with an

[Bug 1810660] [NEW] vpn static route

2019-01-06 Thread Efthymios
Public bug reported: After upgrading to 18.04 I can no longer create a vpn with a static route unless a gateway is specified. Before (with 16.04) I could add 1 or more destination networks without a gateway for each. Once the VPN connection was established, all static routes defined would have a

[Bug 1006515] Re: cheese does not start and prints an error in the console

2019-01-06 Thread Mattia Rizzolo
Yeah, let me close this :) ** Changed in: cheese (Ubuntu) Status: Incomplete => Invalid -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1006515 Title: cheese does not start and prints an

[Bug 1810659] Re: The as6e backend triggered "stack smashing detected" crash when connecting Epson Perfection V39 with proprietary driver

2019-01-06 Thread Buo-ren, Lin
** Description changed: ## Bug Reproduction Instructions ## 1. Install iscan-gt-s650-bundle-1.0.1.x64 driver from Epson - 2. Launch iscan or any SANE application + 2. Connect Epson Perfection V39 + 3. Launch iscan or any SANE application ## Current behavior ## After a few seconds of

[Bug 1810659] [NEW] The as6e backend triggered "stack smashing detected" crash when connecting Epson Perfection V39 with proprietary driver

2019-01-06 Thread Buo-ren, Lin
Public bug reported: ## Bug Reproduction Instructions ## 1. Install iscan-gt-s650-bundle-1.0.1.x64 driver from Epson 2. Connect Epson Perfection V39 3. Launch iscan or any SANE application ## Current behavior ## After a few seconds of the function call `sane_get_devices` the application crashed

[Bug 1810658] [NEW] Decnet node configuration for system update

2019-01-06 Thread Aadith Krishna
Public bug reported: decnet node configuration option coming for system update and other things ProblemType: Bug DistroRelease: Ubuntu 14.04 Package: linux-image-4.2.0-35-generic 4.2.0-35.40~14.04.1 [modified: boot/vmlinuz-4.2.0-35-generic] ProcVersionSignature: Ubuntu

[Bug 1810636] Re: QCA6174 doesn't utilise btcoex - Ubuntu 18 Bluetooth Audio Skip/Stutter/Delay WiFi bandwidth conflict Dell XPS 9570

2019-01-06 Thread Berg Lloyd-Haig
@kaihengfeng I did try the latest version of the QCA6174 4.4.1 firmware which matches the firmware in linux-firmware v176, and the result is the same. I replaced firmware-6 file in the /lib/firmware/ath10k/QCA6174/hw3.0 folder to test this. [1] https://github.com/kvalo/ath10k-

[Bug 1705437] Re: Upstream 'column' is newer than bsdmainutils'

2019-01-06 Thread Robie Basak
Thank you for taking the time to report this bug and helping to make Ubuntu better. I haven't verified the details of the versions of "column" as you describe, but it does seem that both bsdmainutils and util-linux are capable of shipping it and so it is disabled from util-linux at the moment.

[Bug 991482] Re: When unplug computer, battery lower warning is showing.

2019-01-06 Thread Paul White
We are sorry that we do not always have the capacity to review all reported bugs in a timely manner. You reported this bug some time ago and there have been many changes in Ubuntu since that time. Ubuntu 11.10 (oneiric) reached end-of-life on May 9, 2013. Do you still see a problem related to

[Bug 1809454] Re: [SRU] nova rbd auth fallback uses cinder user with libvirt secret

2019-01-06 Thread OpenStack Infra
Reviewed: https://review.openstack.org/627010 Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=accef50f9648dc40f1a6f457f83f5359e9dd2a24 Submitter: Zuul Branch:stable/queens commit accef50f9648dc40f1a6f457f83f5359e9dd2a24 Author: Corey Bryant Date: Fri Dec 21 08:23:32

[Bug 1478088] Re: doubleclicking video button makes no button selected

2019-01-06 Thread Paul White
Reported upstream: https://gitlab.gnome.org/GNOME/cheese/issues/12 ** Summary changed: - doubleclicking video button makes no button selected + Video button is not selected when double clicked -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed

[Bug 1478088] Re: doubleclicking video button makes no button selected

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

[Bug 1810655] [NEW] [FTBFS] Type cast error incompatible pointer type (Disco)

2019-01-06 Thread Khurshid Alam
Public bug reported: On disco it gives two types error 1) Type cast error incompatible pointer type 2) ‘g_type_class_add_private’ is deprecated 2 was deprecated in latest glib and we should fix that as well. Fix for 1 is in the merge request ** Affects: indicator-appmenu (Ubuntu)

[Bug 1806681]

2019-01-06 Thread kernel-NTEO
Hi, This issue seems not to be only a warning / developer specific log message. An "HP Elite x2 1013 G3" has no working "hp-wmi" sysfs entries at all. E.g. trying to output "/sys/devices/platform/hp-wmi/als" results in the reported log message. As error code 0x05 indicates "invalid parameters" my

<    1   2   3   >