[Bug 1815550] Re: gnome-shell high memory and CPU usage when desktop files are constantly created or deleted

2019-05-12 Thread Aaron
Can confirm this bug also affects me. `gnome-shell` is currently consistently the top program in `top` -- ~5454092 (Virt) / 2.4g (Res) 15.2% Mem Other behaviors I've noticed: - Nautilus is slow at times - When browsing the filesystem from a web browser (ie. attaching a file, or any "file

[Bug 1440372] Re: please port duplicity to Python3

2019-05-06 Thread Aaron Whitehouse
@Sebastian, Kenneth is planning to release a 0.8 version very soon. Note that I have wound the Python 3 blueprint completion back a step, as I have realised that there are some backend dependencies (e.g. pyrax) that do not work on Python 3. I believe deja dup only uses a subset of the backends

[Bug 1818905] Re: Store screenshots to the org.gnome.gnome-screenshot auto-save-directory directory, if defined

2019-04-26 Thread Michael Aaron Murphy
Updating this to state that GNOME has yet to make a decision on how to approach this, but whatever decision they make will not consist of sharing an application-specific variable with GDM. They seem to be hinting that they will create a global variable that applications can use, but they've yet

[Bug 1826550] Re: Fractional scaling options do not appear with multiple monitors

2019-04-26 Thread Aaron Whitehouse
** Attachment added: "Screenshot with external monitor connected. Only whole number scaling available." https://bugs.launchpad.net/ubuntu/+source/gnome-control-center/+bug/1826550/+attachment/5259303/+files/Screenshot%20from%202019-04-26%2014-32-06.png -- You received this bug notification

[Bug 1826550] [NEW] Fractional scaling options do not appear with multiple monitors

2019-04-26 Thread Aaron Whitehouse
Public bug reported: Using 19.04 disco with Wayland. I have a HiDPI laptop screen (XPS13) and a normal DPI external monitor. I have enabled the experimental fractional scaling support. When no external monitor is connected, the fractional scaling options are displayed as expected. When the

[Bug 1826547] [NEW] [Wayland] Display change "Revert Settings" window uses primary screen scaling factor

2019-04-26 Thread Aaron Whitehouse
Public bug reported: Using 19.04 disco with Wayland. I have a HiDPI laptop screen (XPS13) and a normal DPI external monitor. I have the laptop screen set to 200% and the external screen set to 100%. If I set the primary display to the built-in display but have the display settings window open

[Bug 1826543] [NEW] [Wayland] Support multiple monitors with different scaling factors

2019-04-26 Thread Aaron Whitehouse
Public bug reported: Running 19.04 Disco with Wayland Version 64ubuntu7 I have a HiDPI laptop screen (XPS13) and a normal DPI external monitor. I have the laptop screen set to 200% and the external screen set to 100%. When running the display solely on my built-in monitor, the dock is correctly

[Bug 1798313] Re: traceoute6 gives error sendto: Invalid argument

2019-04-24 Thread Aaron Dudek
Is there any plan to fix this bug in the 178.04 LTS version? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1798313 Title: traceoute6 gives error sendto: Invalid argument To manage notifications

[Bug 975165] Re: Can't use spice even though qemu-kvm-spice is installed

2019-04-22 Thread Aaron
*** This bug is a duplicate of bug 962376 *** https://bugs.launchpad.net/bugs/962376 Thank you guys! I had a similar problem, spent a whole day trying to upgrade qemu and spice, and in the end just had to remove one line from the xml. Hallelujah!! -- You received this bug notification

[Bug 1825845] [NEW] traceroute6 is broken for ipv6

2019-04-22 Thread Aaron Dudek
Public bug reported: hitting this bug https://github.com/iputils/iputils/issues/68 adudek@ncs-playground-1:$ more /etc/lsb-release DISTRIB_ID=Ubuntu DISTRIB_RELEASE=18.04 DISTRIB_CODENAME=bionic DISTRIB_DESCRIPTION="Ubuntu 18.04.2 LTS" adudek@ncs-playground-1:~$ apt-cache policy

[Bug 1769857] Re: Vulkan not working if nvidia-drm.modeset=1 is set and gdm3 is used (Optimus)

2019-04-19 Thread Michael Aaron Murphy
This still occurs in 19.04 with nvidia-driver-418. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1769857 Title: Vulkan not working if nvidia-drm.modeset=1 is set and gdm3 is used (Optimus) To

[Bug 603402]

2019-04-18 Thread Aaron-hastings11
Still seems to be an issue for me with Gmail. At least I assume this is the same issue. In my case, I filter all emails into folders (or "labels" as Gmail calls them) on the server. So all emails sent directly to *my* email address go to a folder/label called "Me". == Steps to reproduce == 1.

[Bug 1798313] Re: traceoute6 gives error sendto: Invalid argument

2019-04-11 Thread Aaron Dudek
and no, using the traceroute package does not fix the issue dudek@test-box:~$ sudo apt-get install traceroute [sudo] password for adudek: Reading package lists... Done Building dependency tree Reading state information... Done The following NEW packages will be installed: traceroute 0 upgraded,

[Bug 1798313] Re: traceoute6 gives error sendto: Invalid argument

2019-04-11 Thread Aaron Dudek
I have hit this issue too. via iputils-tracepath under ubuntu 18.04. There are actually 2 issues with this, one with ipv6 address and the other to an ipv6 hostname. https://github.com/iputils/iputils/issues/68 https://github.com/iputils/iputils/issues/81 I also do not see how this is fixed in

[Bug 1770929] Re: Duplicity fails with UnicodeDecodeError in uexc function

2019-03-10 Thread Aaron Whitehouse
The 0.8-series was affected by this (as I mentioned above, fixing the underlying problem avoids this error and a number of these have been fixed, so it is harder to trigger). I have just proposed a fix for it be merged into the 0.8-series: https://code.launchpad.net/~aaron-whitehouse/duplicity/08

[Bug 1818905] [NEW] Store screenshots to the org.gnome.gnome-screenshot auto-save-directory directory, if defined

2019-03-06 Thread Michael Aaron Murphy
Public bug reported: When the `PrintScrn` key is pressed in GNOME Shell, it takes a screenshot and writes it to `$HOME/Pictures`, or otherwise falling back to `$HOME` if that directory is not found. The `gnome-screenshot` tool does a similar action, but also checks for the existence of the `auto-

[Bug 1440372] Re: please port duplicity to Python3

2019-03-01 Thread Aaron Whitehouse
Marking this as Fix Committed, as we have Python 3 compatible code in 0.8-series with all tests also being run against this environment. We have not yet put out a 0.8 release, though. See https://blueprints.launchpad.net/duplicity/+spec/python3 ** Changed in: duplicity Importance: Undecided

[Bug 1770929] Re: Duplicity fails with UnicodeDecodeError in uexc function

2019-02-21 Thread Aaron Whitehouse
for proposing a patch for this, which I had overlooked. I have applied this in the branch here: lp:~aaron- whitehouse/duplicity/07-uexc-fix It would be helpful if you can please test to see if this fixes your problem as follows: 1. Create a new destination directory to test with. 2. Test that duplicity fails

[Bug 1770929] Re: backup fails with UnicodeDecodeError in uexc function

2019-02-21 Thread Aaron Whitehouse
** Summary changed: - backup fails with UnicodeDecodeError + backup fails with UnicodeDecodeError in uexc function ** Summary changed: - backup fails with UnicodeDecodeError in uexc function + Duplicity fails with UnicodeDecodeError in uexc function -- You received this bug notification

[Bug 1816497] Re: snap vaapi chromium no video hardware decoding.

2019-02-18 Thread Aaron
** Description changed: Libva is no longer working for snap installed chromium 72.0.3626.109 (Official Build) snap (64-bit) I followed this instruction sudo snap install --channel=candidate/vaapi chromium + + My amdgpu can use libva + + `vainfo: Driver version: Mesa Gallium driver

[Bug 1816497] [NEW] snap vaapi chromium no video hardware decoding.

2019-02-18 Thread Aaron
Public bug reported: Libva is no longer working for snap installed chromium 72.0.3626.109 (Official Build) snap (64-bit) I followed this instruction sudo snap install --channel=candidate/vaapi chromium My amdgpu can use libva `vainfo: Driver version: Mesa Gallium driver 18.3.3 for AMD STONEY

[Bug 1690085]

2019-01-26 Thread aaron
I'm running with idle=halt, and I have not experienced a freeze for a couple days now, FWIW. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1690085 Title: Ryzen 1800X freeze - rcu_sched detected

[Bug 1690085]

2019-01-24 Thread aaron
(In reply to Maxim Bakulin from comment #492) > Created attachment 280669 [details] > dmesg of freeze with 4.20.3 kernel and nomwait, rcu_nocbs, max_cstate applied > > some older info here: > https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1690085/comments/566 > > I have three machines with

[Bug 1690085]

2019-01-24 Thread aaron
(In reply to Another User from comment #481) > (In reply to Aaron Muir Hamilton from comment #480) > > So my box was mostly idle for the last day or so, and had locked up while > > the monitor was asleep, so I had to reset it. > > Can you test your system with idle=halt para

[Bug 1690085]

2019-01-22 Thread aaron
(In reply to Borislav Petkov from comment #482) > (In reply to Aaron Muir Hamilton from comment #480) > > So my box was mostly idle for the last day or so, and had locked up while > > the monitor was asleep, so I had to reset it. > > Let me make sure I understand it cor

[Bug 1690085]

2019-01-22 Thread aaron
(In reply to Borislav Petkov from comment #478) > (In reply to Aaron Muir Hamilton from comment #476) > > For the time being, I've now added idle=nomwait to my kernel params, as it > > seems at least one of these issues is related to MWAIT (according to AMD's > > errata).

[Bug 1690085]

2019-01-19 Thread aaron
I just experienced this issue with a Threadripper 2950X on kernel 4.20.3 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1690085 Title: Ryzen 1800X freeze - rcu_sched detected stalls on CPUs/tasks

[Bug 1690085]

2019-01-19 Thread aaron
(In reply to Borislav Petkov from comment #475) > (In reply to Aaron Muir Hamilton from comment #474) > > I just experienced this issue with a Threadripper 2950X on kernel 4.20.3 > > Anything in dmesg? > > Please upload full dmesg, /proc/cpuinfo and kernel .config. There

[Bug 1690085]

2019-01-19 Thread aaron
Created attachment 280601 My /proc/cpuinfo This is my ThreadRipper 2950X /proc/cpuinfo, as requested. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1690085 Title: Ryzen 1800X freeze - rcu_sched

Re: [Bug 1810210] Re: Kernel 4.15.0-43 crashes laptop on boot

2019-01-18 Thread Aaron
t; --- > ProblemType: Bug > ApportVersion: 2.20.9-0ubuntu7.5 > Architecture: amd64 > AudioDevicesInUse: >USERPID ACCESS COMMAND >/dev/snd/controlC0: aaron 1222 F pulseaudio > CurrentDesktop: X-Cinnamon > DistroRelease: Linux Mint 19.

[Bug 1731318] Re: NVIDIA systems will not suspend with lid close and no external monitors

2019-01-11 Thread Michael Aaron Murphy
Making a note that we are also carrying this it in the 19.04 (disco) release now. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1731318 Title: NVIDIA systems will not suspend with lid close and no

[Bug 1774094] Re: [18.04] [3.26.3-0ubuntu4] .desktop extension is duplicated when renaming a .desktop file

2019-01-11 Thread Michael Aaron Murphy
@seb128 I guess that means we'll have to keep carrying the patch ourselves for bionic in our repos. Personally, I think you should reconsider it if the desktop is part of your "Long Term Support". -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed

[Bug 1807974] Re: Wireless regularly breaking (ath10k firmware crashed!) after upgrade to Cosmic

2019-01-08 Thread Aaron Whitehouse
Using the firmware from Comment #5 above stopped the wireless and my my Bluetooth mouse from working, so I have reverted it to the standard Ubuntu version. sudo lspci -vvv -s 02:00.0 gives: 02:00.0 Network controller: Qualcomm Atheros QCA6174 802.11ac Wireless Network Adapter (rev 32)

[Bug 1807974] Re: Wireless regularly breaking (ath10k firmware crashed!) after upgrade to Cosmic

2019-01-07 Thread Aaron Whitehouse
Correct. Since I have been using Deep instead of S2Idle I have seen the issue less -- though it has only been a couple of days as I was not using this machine over the holidays. Even when it does break, Deep suspending and resuming the machine brings the wireless back up and working. -- You

[Bug 1807974] Re: Wireless regularly breaking (ath10k firmware crashed!) after upgrade to Cosmic

2019-01-07 Thread Aaron Whitehouse
Done, thanks Kai-Heng. How can I check I'm using the new versions? $ dmesg | grep ath10k [ 15.152725] ath10k_pci :02:00.0: enabling device ( -> 0002) [ 15.154816] ath10k_pci :02:00.0: pci irq msi oper_irq_mode 2 irq_mode 0 reset_mode 0 [ 15.436782] ath10k_pci :02:00.0:

[Bug 1808957] Re: Dell XPS 13 (9370) defaults to s2idle sleep/suspend instead of deep

2019-01-07 Thread Aaron Whitehouse
I'm marking this as incomplete for now until I can provide more information on relative power usage, things broken in modern standby/s2idle etc. If we can get the power usage materially similar to deep sleep but with an instant-on experience etc (and everything else works as expected) then that

[Bug 1808957] Re: Dell XPS 13 (9370) defaults to s2idle sleep/suspend instead of deep

2019-01-07 Thread Aaron Whitehouse
** Changed in: linux (Ubuntu) Status: Confirmed => Incomplete -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1808957 Title: Dell XPS 13 (9370) defaults to s2idle sleep/suspend instead of deep

[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 1810210] PulseList.txt

2019-01-02 Thread Aaron
apport information ** Attachment added: "PulseList.txt" https://bugs.launchpad.net/bugs/1810210/+attachment/5226335/+files/PulseList.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1810210

[Bug 1810210] ProcEnviron.txt

2019-01-02 Thread Aaron
apport information ** Attachment added: "ProcEnviron.txt" https://bugs.launchpad.net/bugs/1810210/+attachment/5226332/+files/ProcEnviron.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1810210

[Bug 1810210] WifiSyslog.txt

2019-01-02 Thread Aaron
apport information ** Attachment added: "WifiSyslog.txt" https://bugs.launchpad.net/bugs/1810210/+attachment/5226337/+files/WifiSyslog.txt ** Changed in: linux (Ubuntu) Status: Incomplete => Confirmed -- You received this bug notification because you are a member of Ubuntu Bugs,

[Bug 1810210] UdevDb.txt

2019-01-02 Thread Aaron
apport information ** Attachment added: "UdevDb.txt" https://bugs.launchpad.net/bugs/1810210/+attachment/5226336/+files/UdevDb.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1810210 Title:

[Bug 1810210] Re: Kernel 4.15.0-43 crashes laptop on boot

2019-01-02 Thread Aaron
If this is of any help, the laptop will not boot with any kernel from 4.15.0-34 upwards. 4.15.0-33 seems to be the most recent useable kernel that my laptop will work with. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1810210] ProcInterrupts.txt

2019-01-02 Thread Aaron
apport information ** Attachment added: "ProcInterrupts.txt" https://bugs.launchpad.net/bugs/1810210/+attachment/5226333/+files/ProcInterrupts.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1810210] ProcCpuinfo.txt

2019-01-02 Thread Aaron
apport information ** Attachment added: "ProcCpuinfo.txt" https://bugs.launchpad.net/bugs/1810210/+attachment/5226330/+files/ProcCpuinfo.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1810210

[Bug 1810210] ProcModules.txt

2019-01-02 Thread Aaron
apport information ** Attachment added: "ProcModules.txt" https://bugs.launchpad.net/bugs/1810210/+attachment/5226334/+files/ProcModules.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1810210

[Bug 1810210] ProcCpuinfoMinimal.txt

2019-01-02 Thread Aaron
apport information ** Attachment added: "ProcCpuinfoMinimal.txt" https://bugs.launchpad.net/bugs/1810210/+attachment/5226331/+files/ProcCpuinfoMinimal.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1810210] Lspci.txt

2019-01-02 Thread Aaron
apport information ** Attachment added: "Lspci.txt" https://bugs.launchpad.net/bugs/1810210/+attachment/5226329/+files/Lspci.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1810210 Title:

[Bug 1810210] IwConfig.txt

2019-01-02 Thread Aaron
apport information ** Attachment added: "IwConfig.txt" https://bugs.launchpad.net/bugs/1810210/+attachment/5226328/+files/IwConfig.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1810210

[Bug 1810210] Re: Kernel 4.15.0-43 crashes laptop on boot

2019-01-02 Thread Aaron
. Is this something that can be rectified? Using an ASUS XM553MA laptop. + --- + ProblemType: Bug + ApportVersion: 2.20.9-0ubuntu7.5 + Architecture: amd64 + AudioDevicesInUse: + USERPID ACCESS COMMAND + /dev/snd/controlC0: aaron 1222 F pulseaudio + CurrentDesktop: X-Cinnamon

[Bug 1810210] CRDA.txt

2019-01-02 Thread Aaron
apport information ** Attachment added: "CRDA.txt" https://bugs.launchpad.net/bugs/1810210/+attachment/5226326/+files/CRDA.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1810210 Title:

[Bug 1810210] CurrentDmesg.txt

2019-01-02 Thread Aaron
apport information ** Attachment added: "CurrentDmesg.txt" https://bugs.launchpad.net/bugs/1810210/+attachment/5226327/+files/CurrentDmesg.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1810210] [NEW] Kernel 4.15.0-43 crashes laptop on boot

2019-01-01 Thread Aaron
Public bug reported: Since upgrading kernel from 4.15.0-33 to 4.15.0-43 my laptop no longer boots, it crashes when reaching the stage where it says Reached Target Encrypted Volumes. Have reverted to 4.15.0-33 in the meantime. Is this something that can be rectified? Using an ASUS XM553MA laptop.

[Bug 1764645] Re: Bluetooth not working

2018-12-26 Thread Aaron Peromsik
Although I had planned to leave my laptop on LTS, eventually bluetooth issues convinced me to move to 18.10. It works much better with the newer kernel. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1731318] Re: NVIDIA systems will not suspend with lid close and no external monitors

2018-12-24 Thread Michael Aaron Murphy
At System76, we've been carrying this patch for 18.04 and 18.10, to solve the issue. ** Patch added: "fix_nvidia_suspend.patch" https://bugs.launchpad.net/gnome-desktop/+bug/1731318/+attachment/5224694/+files/fix_nvidia_suspend.patch -- You received this bug notification because you are a

[Bug 1808957] Re: Dell XPS 13 (9370) defaults to s2idle sleep/suspend instead of deep

2018-12-19 Thread Aaron Whitehouse
More background information on 'Modern Standby' on Linux here: https://lwn.net/Articles/580451/ -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1808957 Title: Dell XPS 13 (9370) defaults to s2idle

[Bug 1808957] Re: Dell XPS 13 (9370) defaults to s2idle sleep/suspend instead of deep

2018-12-18 Thread Aaron Whitehouse
Having looked into this in more detail, it sounds as though this is the intended behaviour for new laptops that declare ACPI_FADT_LOW_POWER_S0: https://patchwork.kernel.org/patch/9433419/ This appears related to:

[Bug 1807974] Re: Wireless regularly breaking (ath10k firmware crashed!) after upgrade to Cosmic

2018-12-18 Thread Aaron Whitehouse
Normally (maybe always?) it is when the network is idle. Thanks. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1807974 Title: Wireless regularly breaking (ath10k firmware crashed!) after upgrade

[Bug 1808957] [NEW] Dell XPS 13 (9370) defaults to s2idle sleep/suspend instead of deep

2018-12-18 Thread Aaron Whitehouse
18.12 Uname: Linux 4.18.0-11-generic x86_64 NonfreeKernelModules: zfs zunicode zavl icp zcommon znvpair ApportVersion: 2.20.10-0ubuntu13.1 Architecture: amd64 AudioDevicesInUse: USER PID ACCESS COMMAND /dev/snd/controlC0: aaron-work 3672 F pulseaudio /dev/snd/pcmC0D0p: aaron-work 3

[Bug 1807974] [NEW] Wireless regularly breaking (ath10k firmware crashed!) after upgrade to Cosmic

2018-12-11 Thread Aaron Whitehouse
ame: Linux 4.18.0-11-generic x86_64 NonfreeKernelModules: zfs zunicode zavl icp zcommon znvpair ApportVersion: 2.20.10-0ubuntu13.1 Architecture: amd64 AudioDevicesInUse: USERPID ACCESS COMMAND /dev/snd/controlC0: aaron-work 3476 F pulseaudio CurrentDesktop: ubuntu:GNOME Date: Tue Dec 1

[Bug 1721988] Re: Ubuntu 17.10 full disk encryption + Nvidia drivers not booting

2018-12-10 Thread Aaron Von Gauss
With Ubuntu 18.04 LTS or Ubuntu 18.10 and full disk encryption enabled, after I install the nVidia drivers I also receive the blank screen though I can type the passphrase in and it will continue to boot successfully. What seems odd based on some past comments is adding the "nomodeset" parameter

[Bug 1730331] Re: ath10k_pci: firmware crashed!

2018-12-03 Thread Aaron Whitehouse
See also Bug #1627474 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1730331 Title: ath10k_pci: firmware crashed! To manage notifications about this bug go to:

[Bug 1627474] Re: ath10k_pci 0000:03:00.0: firmware crashed! (uuid n/a)

2018-12-03 Thread Aaron Whitehouse
See also Bug #1730331 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1627474 Title: ath10k_pci :03:00.0: firmware crashed! (uuid n/a) To manage notifications about this bug go to:

[Bug 1802177] [NEW] Python2 is being deprecated; freeipa should compile under python3 instead

2018-11-07 Thread Aaron Thomas
Public bug reported: When installing ipa-client on ubuntu, it pulls in python2 packages on LTS servers. IPA is an authentication service, and while ubuntu 18.04+ uses python3 by default for system services and software installs (no python2 installed by default), IPA is still being built using

[Bug 1765938] Re: Unable to login using cinnamon

2018-10-29 Thread Aaron Haviland
On 18.10, I appear to have had the same issue, and I can confirm that installing cinnomon-desktop-environment +recommends did help in my case. I do not have gnome-user-share installed. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1707645] Re: system with high numbered uids has huge sparse /var/log/lastlog

2018-10-26 Thread aaron
Someone needs to take on all the affected systems, PAM, users etc to find a fix. In redhat this has been an open issue since 2013. If anybody sees this hopefully it will direct interested parties to places where other people are talking about the same issue. This also becomes an issue in Docker

[Bug 1798877] [NEW] [cosmic] Mobile broadband & WiFi are displayed in Power even if they don't exist

2018-10-19 Thread Michael Aaron Murphy
Public bug reported: https://github.com/pop-os/pop/issues/370 ** Affects: gnome-control-center (Ubuntu) Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1797810] [NEW] Upgrade to gnutls 3.6.x breaks Lynx's ability to view a large number of ssl enabled sites.

2018-10-14 Thread Aaron Howell
Public bug reported: After the upgrade to gnutls 3.6.4 which has just been added to cosmic, lynx becomes unable to view many ssl enabled sites, for example trying to go to https://cyberciti.biz fails with "Alert: unexpected network read error, connection aborted". There is nothing special about

[Bug 1795773] Re: Fail2ban: Supplies invalid nftables action

2018-10-02 Thread Aaron Howell
** Description changed: The file /etc/fail2ban/actions.d/nftables supplies an invalid action. Two changes need to be made to make fail2ban start correctly. ProblemType: Bug DistroRelease: Ubuntu 18.10 Package: fail2ban 0.10.2-2.1 ProcVersionSignature: Ubuntu 4.18.0-8.9-generic

[Bug 1795773] [NEW] Fail2ban: Supplies invalid nftables action

2018-10-02 Thread Aaron Howell
Public bug reported: The file /etc/fail2ban/actions.d/nftables supplies an invalid action. Two changes need to be made to make fail2ban start correctly. ProblemType: Bug DistroRelease: Ubuntu 18.10 Package: fail2ban 0.10.2-2.1 ProcVersionSignature: Ubuntu 4.18.0-8.9-generic 4.18.7 Uname: Linux

[Bug 1754458] Re: nm-applet symbol not displayed on mate (18.04)

2018-09-12 Thread bryce aaron smith
idk ** Changed in: ubuntu-mate Assignee: (unassigned) => bryce aaron smith (brycesmith1.) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1754458 Title: nm-applet symbol not displayed on m

[Bug 1772677] Re: gnome-shell filling up syslog with thousands of entries (stack traces ending in osdWindow.js:206/207)

2018-08-05 Thread Aaron Kulbe
I am seeing this happen here, as well. Though my disk space issue isn't anywhere near as dire. ** Attachment added: "Screenshot from 2018-08-05 19-37-57.png"

[Bug 1781740] [NEW] package libperl5.26 5.26.1-6ubuntu0.1 failed to install/upgrade: trying to overwrite shared '/usr/share/doc/libperl5.26/changelog.Debian.gz', which is different from other instance

2018-07-14 Thread Aaron Skog
Public bug reported: Fresh install of Ubuntu desktop 18.04 which results in this error soon after logging onto the machine. ProblemType: Package DistroRelease: Ubuntu 18.04 Package: libperl5.26 5.26.1-6ubuntu0.1 ProcVersionSignature: Ubuntu 4.15.0-20.21-generic 4.15.17 Uname: Linux

[Bug 1770553] Re: [SRU] backport ca-certificates-java from cosmic (20180516ubuntu1)

2018-07-06 Thread Michael Aaron Murphy
This breaks bazel [1], and thus makes it impossible to package TensorFlow for 18.04. [1] https://github.com/bazelbuild/bazel/issues/5099 ** Bug watch added: github.com/bazelbuild/bazel/issues #5099 https://github.com/bazelbuild/bazel/issues/5099 -- You received this bug notification because

[Bug 1719612] Re: non-us keyboard layout not setup in initramfs

2018-06-27 Thread Michael Aaron Murphy
Are we sure that this is fixed? It seems to still be happening. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1719612 Title: non-us keyboard layout not setup in initramfs To manage notifications

[Bug 1773449] Re: VM rbd backed block devices inconsistent after unexpected host outage

2018-06-19 Thread Aaron
I can confirm this resolved my issue - I tested several times by 'kill -9' an instance before and after the config change to client.cinder Ceph permissions. *** WARNING!!! If you make the change manually, as I did, be careful because you need to explicitly define all permissions for the

[Bug 1140716]

2018-06-08 Thread Aaron-lu-a
Created attachment 135173 gpu error file on 4.13.5-200.fc26.x86_64 This problem reappeared on 4.13.5-200.fc26.x86_64 last Friday. [774249.632109] [drm] GPU HANG: ecode 6:0:0x85f8, in Xorg [696], reason: Hang on rcs0, action: reset [774249.632110] [drm]

[Bug 1041790]

2018-06-08 Thread Aaron-lu-a
Created attachment 135173 gpu error file on 4.13.5-200.fc26.x86_64 This problem reappeared on 4.13.5-200.fc26.x86_64 last Friday. [774249.632109] [drm] GPU HANG: ecode 6:0:0x85f8, in Xorg [696], reason: Hang on rcs0, action: reset [774249.632110] [drm]

[Bug 1773449] Re: VMs do not survive host reboot

2018-06-08 Thread Aaron
I am using RAW images for all my VMs and have seen this behavior. Interestingly, I ran a flatten command against and affected volume and it was repaired quite quicky. YMMV. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1773449] Re: VMs do not survive host reboot

2018-06-07 Thread Aaron
My environment has the following for Nova: [libvirt] images_type = rbd ... disk_cachemodes="network=writeback" # ceph-conf -D | grep rbd_cache rbd_cache = true rbd_cache_block_writes_upfront = false rbd_cache_max_dirty = 25165824 rbd_cache_max_dirty_age = 1.00 rbd_cache_max_dirty_object = 0

[Bug 1773449] Re: VMs do not survive host reboot

2018-05-31 Thread Aaron
I would like to add I have also seen this when using Ceph as a backend on a Pike deployment. I have fixed several VMs, by performing the following process (note this can potentially wreck the VM, so be careful): Shutdown VM Create RBD snapshot (for backup purposes) Export the RBD disk as an

[Bug 1774094] Re: [18.04] [3.26.3-0ubuntu4] .desktop extension is duplicated when renaming a .desktop file

2018-05-30 Thread Michael Aaron Murphy
Submitted PR upstream to Nautilus' 3.26 branch: https://gitlab.gnome.org/GNOME/nautilus/merge_requests/241/diffs -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1774094 Title: [18.04]

[Bug 1774094] Re: [18.04] [3.26.3-0ubuntu4] .desktop extension is duplicated when renaming a .desktop file

2018-05-30 Thread Michael Aaron Murphy
GNOME merged the changes for their 3.26 branch, so it's now up to Ubuntu to make their move for 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/1774094 Title: [18.04] [3.26.3-0ubuntu4] .desktop

[Bug 1774094] Re: [18.04] [3.26.3-0ubuntu4] .desktop extension is duplicated when renaming a .desktop file

2018-05-30 Thread Michael Aaron Murphy
** Summary changed: - [Patch Included] 3.26.3-0ubuntu4 .desktop extension is duplicated when renaming a .desktop file + [18.04] [3.26.3-0ubuntu4] .desktop extension is duplicated when renaming a .desktop file -- You received this bug notification because you are a member of Ubuntu Bugs, which

[Bug 1774094] Re: [Patch Included] 3.26.3-0ubuntu4 .desktop extension is duplicated when renaming a .desktop file

2018-05-30 Thread Michael Aaron Murphy
** Patch removed: ".desktop rename patch for Nautilus" https://bugs.launchpad.net/ubuntu/+source/nautilus/+bug/1774094/+attachment/5146234/+files/desktop-rename.patch ** Patch added: ".desktop rename patch for Nautilus"

[Bug 1774094] [NEW] [Patch Included] 3.26.3-0ubuntu4 .desktop extension is duplicated when renaming a .desktop file

2018-05-29 Thread Michael Aaron Murphy
Public bug reported: When attempting to rename a .desktop file in Ubuntu 18.04, .desktop is automatically appended. This causes the .desktop extension to get duplicated, where renaming `app.desktop` to `app2.desktop` will actually rename it to `app2.desktop.desktop`. The included patch fixes the

[Bug 1769270] [NEW] Xorg freeze

2018-05-04 Thread Aaron Reason
Public bug reported: I have a Lenovo T430. When I reboot the screen will freeze (requires reboot) before the login prompt if I have both my digital display port and vga plugged in while my laptop is open. If I unplug the external monitors it boots fine. If I boot then quickly close the laptop

[Bug 1763209] [NEW] Cannot click and drag on trackpad

2018-04-11 Thread Aaron Seibring
Public bug reported: I was previously using Ubuntu 17.10, but just upgraded to 18.04 today. After upgrading, I found that I could no longer click and drag using my trackpad, so I've been unable to drag files anywhere or highlight text without using an external mouse. This is on Dell XPS 13 L321X.

[Bug 1704106] Re: Gathering of thin provisioning stats breaks c-vol

2018-03-27 Thread Aaron
** No longer affects: ubuntu -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1704106 Title: Gathering of thin provisioning stats breaks c-vol To manage notifications about this bug go to:

[Bug 1704106] Re: Gathering of thin provisioning stats breaks c-vol

2018-03-27 Thread Aaron
This also affects the Pike version of Cinder ** Also affects: ubuntu Importance: Undecided Status: New ** Changed in: ubuntu Status: New => Confirmed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1756174] [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-03-15 Thread Aaron Miller via ubuntu-bugs
*** This bug is a duplicate of bug 1741095 *** https://bugs.launchpad.net/bugs/1741095 Public bug reported: I apologize I don't have any more information than what was captured by the system at the moment, this appears to be something that was installed alongside something else and it failed

[Bug 1739102] Re: Lenovo 11e Input Freeze

2018-02-22 Thread Aaron Prisk
Sorry for the delay. The input issues first crop up in 4.13-rc1. I also noticed that the latest 4.16-rc2 doesn't seem to be affected by the issue. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1728739] Re: Attempt to map rbd image from ceph jewel/luminous hangs

2018-01-28 Thread Aaron
Actually, upgrading my kernel to 4.13 fixed the issue for me. root@myserver:~$ uname -r 4.13.0-32-generic root@myserver:~$ rbd ls testimage root@myserver:~$ rbd map testimage /dev/rbd0 root@myserver:~$ -- You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 1728739] Re: Attempt to map rbd image from ceph jewel/luminous hangs

2018-01-28 Thread Aaron
Same issue for me: root@myserver:~# uname -r 4.4.0-112-generic root@myserver:~# ceph version ceph version 12.2.2 (cf0baba3b47f9427c6c97e2144b094b7e5ba) luminous (stable) root@myserver:~# rbd create testimage --size 10G root@myserver:~# rbd ls -l NAMESIZE PARENT FMT PROT LOCK

[Bug 1739102] Re: Lenovo 11e Input Freeze

2017-12-20 Thread Aaron Prisk
The issue is still present on the latest mainline kernel (4.15-rc4). ** Tags added: kernel-bug-exists-upstream ** Changed in: linux (Ubuntu) Status: Incomplete => Confirmed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1739102] Re: Lenovo 11e Input Freeze

2017-12-20 Thread Aaron Prisk
The issue occurs from a clean install of 17.10 and a currently updated 17.10. Kernel 4.12 and back seem to work without issue, so I'm guessing it's related to the 4.13 kernel. I found an almost identical bug report over on Red Hat: https://bugzilla.redhat.com/show_bug.cgi?id=1519041 I'll test

[Bug 1739102] WifiSyslog.txt

2017-12-19 Thread Aaron Prisk
apport information ** Attachment added: "WifiSyslog.txt" https://bugs.launchpad.net/bugs/1739102/+attachment/5024799/+files/WifiSyslog.txt ** Changed in: linux (Ubuntu) Status: Incomplete => Confirmed -- You received this bug notification because you are a member of Ubuntu Bugs,

[Bug 1739102] CurrentDmesg.txt

2017-12-19 Thread Aaron Prisk
apport information ** Attachment added: "CurrentDmesg.txt" https://bugs.launchpad.net/bugs/1739102/+attachment/5024786/+files/CurrentDmesg.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1739102] Lspci.txt

2017-12-19 Thread Aaron Prisk
apport information ** Attachment added: "Lspci.txt" https://bugs.launchpad.net/bugs/1739102/+attachment/5024789/+files/Lspci.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1739102 Title:

[Bug 1739102] PulseList.txt

2017-12-19 Thread Aaron Prisk
apport information ** Attachment added: "PulseList.txt" https://bugs.launchpad.net/bugs/1739102/+attachment/5024796/+files/PulseList.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1739102

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