[Bug 391825] Re: when digital camera is plugged-in, the device selection pop-up shows cryptic entries

2019-02-05 Thread Bug Watch Updater
** Changed in: f-spot
   Status: New => Won't Fix

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/391825

Title:
  when digital camera is plugged-in, the device selection pop-up shows
  cryptic entries

To manage notifications about this bug go to:
https://bugs.launchpad.net/f-spot/+bug/391825/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 503138] Re: Lucid & Natty, KVM, After kernel message hrtimer: interrupt too slow.... the SMP kvm guest becomes slow.

2019-02-05 Thread Arie Skliarouk
This happened because guest used lots of memory on NUMA machine. The KSM
might merge similar memory pages of different VMs, sitting on different
NUMA memory regions, causing the affected processes to crawl.

Disabled KSM merge_across_nodes:

echo 2 > /sys/kernel/mm/ksm/run && sleep 300 && cat 
/sys/kernel/mm/ksm/pages_shared
If there are no pages shared :

echo 0 > /sys/kernel/mm/ksm/merge_across_nodes && echo 1 > 
/sys/kernel/mm/ksm/run
make sure to set merge_across_nodes in /etc/sysctl.d to stay across reboots.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/503138

Title:
  Lucid & Natty, KVM, After kernel message  hrtimer: interrupt too
  slow the SMP kvm guest becomes slow.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/503138/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1814832] Re: Correct and/or improve handling of certain quiesced snapshot failures

2019-02-05 Thread Christian Ehrhardt 
Hi Oliver,
thanks for the report and the Debian bug.
We can wait a few days if Bernd gets to integrate that in Debian to get it in 
Disco/19.04.
Otherwise I might cherry pick this before Feature Freeze (this is isn't a 
feature so it could be later, but uploads are easier before the freeze).

Since we are still in "preparation" of the 10.3.5 backports themselves
in bug 1813944 and I heard that your verification will take a while due
to chinese new year that actually fits quite well.

I'd want to do the following:
- wait a week what Bernd says for Debian which would get into Disco
- if not actioned then consider a Delta for Disco
- wrap that up into the PPA for the Bionic/Cosmic SRUs before verification

Most likely we would rely on you to test this bug here in regard to all
the VMWare Hipervisor involvement that is needed for the qiuesced
snapshots. But for the SRU processing it would be nice if you'd describe
as good as possible how such a test would look like. That description
you could add right now so that I can pre-prepare the SRU template
already.

** Changed in: open-vm-tools (Ubuntu)
   Importance: Undecided => High

** Changed in: open-vm-tools (Ubuntu)
   Status: New => Triaged

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1814832

Title:
  Correct and/or improve handling of certain quiesced snapshot failures

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/open-vm-tools/+bug/1814832/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1778844] Re: nvme multipath does not report path relationships

2019-02-05 Thread Andrew Cloke
** Changed in: ubuntu-power-systems
   Status: Incomplete => Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1778844

Title:
  nvme multipath does not report path relationships

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-power-systems/+bug/1778844/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1670683] Re: Nautilus ignores "Documents" if it is a symlink to a NFS share

2019-02-05 Thread Christian González
I created a test setup on a fresh Ubuntu 18.04

sudo mkdir /m /mnt/m /m/doc
sudo touch /m/doc/test.txt
sudo apt install nfs-kernel-server
sudo echo "/m 0.0.0.0/24 (rw)" >> /etc/exports
sudo systemctl restart nfs-kernel-server

There should be no error.

sudo mount -t nfs 127.0.0.1:/m /mnt/m

Here neither.

A `ls /mnt/doc` should contain the "test.txt" file.
Now create a new user "tester" and log in via Gnome, so that the standard 
directories are created.

back as admin user, delete the "/home/tester/Documents" folder, and do a

  ln -s /mnt/m/doc /home/tester/Documents

Now I tested nautilus - and it worked.
So IMHO this bug can be closed, at least for 18.04 it is working correctly now.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1670683

Title:
  Nautilus ignores "Documents" if it is a symlink to a NFS share

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nautilus/+bug/1670683/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1346917] Re: Using KSM on NUMA capable machines can cause KVM guest performance and stability issues

2019-02-05 Thread Arie Skliarouk
The guest used lots of memory on NUMA machine. Turned out KSM merged
some of the processes pages causing the particular processes to crawl.

Disabled KSM merge_across_nodes and it solved the problem:
echo 2 > /sys/kernel/mm/ksm/run && sleep 300 && cat 
/sys/kernel/mm/ksm/pages_shared
echo 0 > /sys/kernel/mm/ksm/merge_across_nodes && echo 1 > 
/sys/kernel/mm/ksm/run

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1346917

Title:
  Using KSM on NUMA capable machines can cause KVM guest performance and
  stability issues

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1346917/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1799208] Re: dbginfo.sh does not complete on Ubuntu 16.04(.5)

2019-02-05 Thread Frank Heimes
Successfully verified on xenial using proposed package - adjusted the
tags accordingly.

Added a section regarding regression risk to the bug description.

** Attachment added: "verification_xenial.txt"
   
https://bugs.launchpad.net/ubuntu/+source/s390-tools/+bug/1799208/+attachment/5236277/+files/verification_xenial.txt

** Description changed:

  dbginfo.sh does not complete on Ubuntu 16.04(.5) using s390-tools
  version 1.34.0-0ubuntu8.7
  
  Execution starts and proceeds until step 4 'sysfs':
  $ sudo dbginfo.sh
  dbginfo.sh: Debug information script version 1.34.0-build-20180502
  Copyright IBM Corp. 2002, 2016
  
  Hardware platform = s390x
  Kernel version= 4.15.0 (4.15.0-33-generic)
  Runtime environment   = LPAR
  
  1 of 10: Collecting command output
-  
+ 
  2 of 10: Collecting z/VM command output skipped - no z/VM environment
-  
+ 
  3 of 10: Collecting procfs
-  
+ 
  4 of 10: Collecting sysfs
  
  'dd' process with 100% CPU can be seen:
  
- # ps aux | grep [d]d\ 
+ # ps aux | grep [d]d\
  root 257158  100  0.0   2120   664 pts/0R+   06:51  11:18 dd 
if=/sys/kernel/debug/tracing/trace status=noxfer iflag=nonblock 
of=/tmp/DBGINFO-2018-10-22-06-49-52-s1lp15-1F8F67//sys/kernel/debug/tracing/trace
  
  Happens on 16.04.5 with kernel 4.4 or HWE kernel 4.15.
  But works fine on 18.04 (with kernel 4.15) and s390-tools 2.3.0-0ubuntu3.
+ 
+ --
+ 
+ The regression risk of this fixed dbginfo.sh script and the updated
+ s390-tools package is very low for the following reasons:
+ 
+ - the script is broken today on xenial, hence it cannot really get that 
worse...
+ - the fix was provided by IBM via a newer s390-tools package and was 
pretested by IBM before it was made available
+ - all this is limited to the s390x architecture and also to xenial (newer 
Ubuntu releases use newer packages)
+ - newer s390-tools packages that already incl. the fix are used in newer 
Ubuntu server releases and are known to work there

** Tags removed: verification-needed verification-needed-xenial
** Tags added: verification-done verification-done-xenial

** Changed in: ubuntu-z-systems
   Status: In Progress => 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/1799208

Title:
  dbginfo.sh does not complete on Ubuntu 16.04(.5)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-z-systems/+bug/1799208/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1070541] Re: Collapsible menus on Rhythmbox have their arrows on the wrong side

2019-02-05 Thread Paul White
Further to comment #3, upstream bug was closed "RESOLVED OBSOLETE" on 2016-12-11
Closing as "Invalid" as there are no expanders in the side pane now

** Changed in: hundredpapercuts
   Status: Confirmed => Invalid

** Changed in: rhythmbox (Ubuntu)
   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/1070541

Title:
  Collapsible menus on Rhythmbox have their arrows on the wrong side

To manage notifications about this bug go to:
https://bugs.launchpad.net/hundredpapercuts/+bug/1070541/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1778844] Comment bridged from LTC Bugzilla

2019-02-05 Thread bugproxy
--- Comment From indira.pr...@in.ibm.com 2019-02-06 01:54 EDT---
Have installed below patch and retried kdump scenario with root disk as nvme 
disk. Now system is not dropping to initramfs state its moving further but not 
saving dump file (core) properly.

initramfs-tools_0.130ubuntu3.6+nvme1_all.deb
initramfs-tools-bin_0.130ubuntu3.6+nvme1_ppc64el.deb
initramfs-tools-core_0.130ubuntu3.6+nvme1_all.deb

root@woo:~# dpkg -l | grep initramfs
ii  busybox-initramfs 1:1.27.2-2ubuntu3 
ppc64el  Standalone shell setup for initramfs
ii  initramfs-tools   0.130ubuntu3.6+nvme1  all 
 generic modular initramfs generator (automation)
ii  initramfs-tools-bin   0.130ubuntu3.6+nvme1  
ppc64el  binaries used by initramfs-tools
ii  initramfs-tools-core  0.130ubuntu3.6+nvme1  all 
 generic modular initramfs generator (core tools)
ii  libklibc  2.0.4-9ubuntu2
ppc64el  minimal libc subset for use with initramfs
root@woo:~#

rm /var/lib/kdump/initr*
reboot
After reboot triggered crash

> Attached console logs

Regards,
Indira

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1778844

Title:
  nvme multipath does not report path relationships

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-power-systems/+bug/1778844/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1778844] woo_kdump_console logs

2019-02-05 Thread bugproxy
--- Comment on attachment From indira.pr...@in.ibm.com 2019-02-06 01:56 
EDT---


Attached woo kdump scenario console logs

** Attachment added: "woo_kdump_console logs"
   
https://bugs.launchpad.net/bugs/1778844/+attachment/5236276/+files/woo_consolelogs_with_patch.txt

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1778844

Title:
  nvme multipath does not report path relationships

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-power-systems/+bug/1778844/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 503138] Re: Lucid & Natty, KVM, After kernel message hrtimer: interrupt too slow.... the SMP kvm guest becomes slow.

2019-02-05 Thread Christian Ehrhardt 
Hi Arie,
I saw you also posting on some other old bugs with the same symptom (e.g. 
1346917).
And that exactly is the problem with this issue - the message only represents 
the symptom but not the root cause. Fixing the symptom makes no sense, because 
if your IRQ delivery is stalled then it is stalled - there is only very little 
the system can do other than trottling it down.
If you follow the discussion around [1] you'll see that this was the thought 
back then and it didn't change since then AFAIK.

There were cases around KSM (bug 1346917), but also others around broken
RAM, then others had just overloaded their CPUs, others had scheduler
bug triggering the same while in other cases there was a thundering herd
issue. The only thing all of these cases share is that eventually
something (tm) happened which made IRQ/hrtimers stutter to then throttle
them down.

Many of the underlying issues causing that have been fixed over the
years - this got more rare nowadays. But for each case still left one
would not need a "this happened again here" message. But instead a way
to reproduce, to then debug the root cause of this exact case and check
for a fix then.

Therefore three recommendations for people affected:
1. Try as good as you can to get it to reproduce reliably and then outline 
these steps, this will help people to hopefully get a grasp of the root cause. 
Do -not- just report the "hrtimer: interrupt took" being the symptom
2. Always try the same setup you have, but with the very latest virtualization 
stack provided - quite often things are fixed there and if that is confirmed it 
becomes "only" a binary search what would need to be backported.
3. open a new bug for these, because until a root cause of a given case is 
found and identified to be the same we don't know if it is the same issue.

[1]: http://www.mail-archive.com/kvm@vger.kernel.org/msg23491.html

** Also affects: linux (Ubuntu)
   Importance: Undecided
   Status: New

** Package changed: kvm (Ubuntu) => qemu (Ubuntu)

** Changed in: qemu (Ubuntu)
   Status: Confirmed => Incomplete

** Changed in: linux (Ubuntu)
   Status: New => Incomplete

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/503138

Title:
  Lucid & Natty, KVM, After kernel message  hrtimer: interrupt too
  slow the SMP kvm guest becomes slow.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/503138/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Re: [Bug 1814371] Re: package linux-image-4.15.0-45-generic 4.15.0-45.48 failed to install/upgrade: run-parts: /etc/kernel/postinst.d/initramfs-tools exited with return code 1

2019-02-05 Thread Mezentsev Arkady
Thank you for help.
I have increased the size of partition and now system updates succesfully.
Arkady

2019-02-05 18:24 GMT+03:00, Brian Murray :
> Thank you for taking the time to report this bug and helping to make
> Ubuntu better.  It seems that there was an error on your system when
> trying to update a package on your system due to a lack of free space on
> your system.  Please resolve this situation manually and try the update
> again.
>
> ** Changed in: initramfs-tools (Ubuntu)
>Status: New => Invalid
>
> ** Changed in: initramfs-tools (Ubuntu)
>Importance: Undecided => Low
>
> ** Tags added: no-free-space
>
> --
> You received this bug notification because you are subscribed to the bug
> report.
> https://bugs.launchpad.net/bugs/1814371
>
> Title:
>   package linux-image-4.15.0-45-generic 4.15.0-45.48 failed to
>   install/upgrade: run-parts: /etc/kernel/postinst.d/initramfs-tools
>   exited with return code 1
>
> Status in initramfs-tools package in Ubuntu:
>   Invalid
>
> Bug description:
>   after fresh install the message about some error in system soft is
>   reported.
>
>   ProblemType: Package
>   DistroRelease: Ubuntu 18.04
>   Package: linux-image-4.15.0-45-generic 4.15.0-45.48
>   ProcVersionSignature: Ubuntu 4.15.0-45.48-generic 4.15.18
>   Uname: Linux 4.15.0-45-generic x86_64
>   ApportVersion: 2.20.9-0ubuntu7.5
>   Architecture: amd64
>   AudioDevicesInUse:
>USERPID ACCESS COMMAND
>/dev/snd/controlC0:  gdm1020 F pulseaudio
> arkady 1449 F pulseaudio
>   Date: Thu Jan 31 18:09:39 2019
>   ErrorMessage: run-parts: /etc/kernel/postinst.d/initramfs-tools exited
> with return code 1
>   HibernationDevice: RESUME=UUID=13962fc0-9198-4027-b39f-12bc4c03aded
>   InstallationDate: Installed on 2019-01-17 (15 days ago)
>   InstallationMedia: Ubuntu 18.04.1 LTS "Bionic Beaver" - Release amd64
> (20180725)
>   IwConfig:
>lono wireless extensions.
>
>enp0s3no wireless extensions.
>   Lsusb:
>Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
>Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
>   MachineType: innotek GmbH VirtualBox
>   ProcFB: 0 vboxdrmfb
>   ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.15.0-45-generic
> root=/dev/mapper/ubuntu--vg-root ro quiet splash
>   PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: No
> PulseAudio daemon running, or not running as session daemon.
>   Python3Details: /usr/bin/python3.6, Python 3.6.7, python3-minimal,
> 3.6.7-1~18.04
>   PythonDetails: N/A
>   RelatedPackageVersions: grub-pc 2.02-2ubuntu8.9
>   RfKill:
>
>   SourcePackage: initramfs-tools
>   StagingDrivers: vboxvideo
>   Title: package linux-image-4.15.0-45-generic 4.15.0-45.48 failed to
> install/upgrade: run-parts: /etc/kernel/postinst.d/initramfs-tools exited
> with return code 1
>   UpgradeStatus: No upgrade log present (probably fresh install)
>   dmi.bios.date: 12/01/2006
>   dmi.bios.vendor: innotek GmbH
>   dmi.bios.version: VirtualBox
>   dmi.board.name: VirtualBox
>   dmi.board.vendor: Oracle Corporation
>   dmi.board.version: 1.2
>   dmi.chassis.type: 1
>   dmi.chassis.vendor: Oracle Corporation
>   dmi.modalias:
> dmi:bvninnotekGmbH:bvrVirtualBox:bd12/01/2006:svninnotekGmbH:pnVirtualBox:pvr1.2:rvnOracleCorporation:rnVirtualBox:rvr1.2:cvnOracleCorporation:ct1:cvr:
>   dmi.product.family: Virtual Machine
>   dmi.product.name: VirtualBox
>   dmi.product.version: 1.2
>   dmi.sys.vendor: innotek GmbH
>
> To manage notifications about this bug go to:
> https://bugs.launchpad.net/ubuntu/+source/initramfs-tools/+bug/1814371/+subscriptions
>


-- 
*С уважением,*
*Аркадий.*

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1814371

Title:
  package linux-image-4.15.0-45-generic 4.15.0-45.48 failed to
  install/upgrade: run-parts: /etc/kernel/postinst.d/initramfs-tools
  exited with return code 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/initramfs-tools/+bug/1814371/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1808743] console.log

2019-02-05 Thread bugproxy
--- Comment (attachment only) From sthou...@in.ibm.com 2019-02-06 01:39 
EDT---


** Attachment added: "console.log"
   
https://bugs.launchpad.net/bugs/1808743/+attachment/5236274/+files/console.log

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1808743

Title:
  [Ubuntu 1810] Kdump fails to dump vmcore and enters initramfs inside
  Power9 KVM guest

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-power-systems/+bug/1808743/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1814791] Re: dput's sftp method is very slow

2019-02-05 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: dput (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/1814791

Title:
  dput's sftp method is very slow

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/dput/+bug/1814791/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1808743] sosreport

2019-02-05 Thread bugproxy
--- Comment (attachment only) From sthou...@in.ibm.com 2019-02-06 01:40 
EDT---


** Attachment added: "sosreport"
   
https://bugs.launchpad.net/bugs/1808743/+attachment/5236275/+files/sosreport-ubuntu1810.guest-20181203024833.tar.xz

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1808743

Title:
  [Ubuntu 1810] Kdump fails to dump vmcore and enters initramfs inside
  Power9 KVM guest

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-power-systems/+bug/1808743/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1810920] Re: GeoLite2-Country-CSV support for Ubuntu 16.04/18.04

2019-02-05 Thread sles
btw, compiled 3.2.
it justs works.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1810920

Title:
  GeoLite2-Country-CSV support for Ubuntu 16.04/18.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xtables-addons/+bug/1810920/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1752165] Re: TB16 dock freezes X on hotplug when used with external displays

2019-02-05 Thread Slava Koyfman
I'm also experiencing this issue on a Thinkpad T480 (20L5) connecting to
a ThinkPad Thunderbolt 3 Dock. It worked fine on Ubuntu 18.04 LTS until
about a week ago, when I started experiencing this issue and the bug in
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1813663 more or
less simultaneously.

The latter issue was resolved by downgrading to kernel 4.15.0-43, and
later upgrading to 4.15.0-45.

This one remained a problem even after upgrading to Ubuntu 18.10 and
kernel 4.18.0-14. I can confirm that installing kernel 4.20.6-042006 via
Ukuu fixes it.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1752165

Title:
  TB16 dock freezes X on hotplug when used with external displays

To manage notifications about this bug go to:
https://bugs.launchpad.net/dell-sputnik/+bug/1752165/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1813657] Re: 4.18.0-14 doesn't boot past grub

2019-02-05 Thread Khaled El Mously
@P.D. Thanks for the info.

I have the third kernel for you based on commit:

94785f13e73c efi/arm/libstub: Pack FDT after populating it


You can download the test kernel from:

https://kernel.ubuntu.com/~kmously/1813657/kernel-kmously-94785f1-kUm4/

Please let me know if this kernel shows the same problem or not. Thanks

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1813657

Title:
  4.18.0-14 doesn't boot past grub

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1813657/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1571436] Re: Needed update to nginx example config file due to dependency change

2019-02-05 Thread Bug Watch Updater
** Changed in: wordpress (Debian)
   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/1571436

Title:
  Needed update to nginx example config file due to dependency change

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/wordpress/+bug/1571436/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1813657] Re: 4.18.0-14 doesn't boot past grub

2019-02-05 Thread P.D.
@kmously That kernel does not boot up.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1813657

Title:
  4.18.0-14 doesn't boot past grub

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1813657/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1755309] Re: i915_component.h has wrong prototype for function pin_eld_notify causing HDMI audio driver build problems

2019-02-05 Thread Ubfan
Someone grabbed a release candidate for this file, and didn't notice it had 
changed before the final.
Look at the kernel source in 
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/tree/include/drm/i915_component.h?h=v4.4.172
 for what the original file should be.  The pipe argument did not appear again 
until 5 or 6 kernel releases later.  Please fix this before the end-of-support 
date in April 2019.  This error killed the HDMI audio for the Intel Compute 
Stick STCK1A8LFC when the Intel supplied 4.4 kernel update script is run.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1755309

Title:
  i915_component.h has wrong prototype for function pin_eld_notify
  causing HDMI audio driver build problems

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux-lts-xenial/+bug/1755309/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1814726] Re: linux: 4.15.0-46.49 -proposed tracker

2019-02-05 Thread Brad Figg
** Description changed:

  This bug is for tracking the  upload package. This
  bug will contain status and testing results related to that upload.
  
  For an explanation of the tasks and the associated workflow see:
  https://wiki.ubuntu.com/Kernel/kernel-sru-workflow
  
  -- swm properties --
  backports: bug 1814741 (linux-azure), bug 1814742 (linux-aws-hwe), bug 
1814743 (linux-azure),
bug 1814744 (linux-gcp), bug 1814745 (linux-hwe), bug 1814746 
(linux-hwe-edge),
bug 1814747 (linux-oracle)
  derivatives: bug 1814728 (linux-raspi2), bug 1814730 (linux-oem), bug 1814731 
(linux-aws),
bug 1814733 (linux-azure), bug 1814734 (linux-gcp), bug 1814736 
(linux-kvm), bug
1814738 (linux-oracle)
  phase: Packaging
  phase-changed: Tuesday, 05. February 2019 12:37 UTC
  reason:
-   prepare-package: Pending -- version not specified
+   prepare-package: Pending -- package not yet uploaded
+   prepare-package-meta: Pending -- package not yet uploaded
+   prepare-package-signed: Pending -- package not yet uploaded

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1814726

Title:
  linux: 4.15.0-46.49 -proposed tracker

To manage notifications about this bug go to:
https://bugs.launchpad.net/kernel-sru-workflow/+bug/1814726/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1814726] Re: linux: 4.15.0-46.49 -proposed tracker

2019-02-05 Thread Khaled El Mously
** Summary changed:

- linux:  -proposed tracker
+ linux: 4.15.0-46.49 -proposed tracker

** Changed in: kernel-sru-workflow/prepare-package
   Status: Confirmed => In Progress

** Changed in: kernel-sru-workflow/prepare-package
 Assignee: Canonical Kernel Team (canonical-kernel-team) => Khaled El 
Mously (kmously)

** Changed in: kernel-sru-workflow/prepare-package-meta
   Status: New => In Progress

** Changed in: kernel-sru-workflow/prepare-package-meta
 Assignee: Canonical Kernel Team (canonical-kernel-team) => Khaled El 
Mously (kmously)

** Changed in: kernel-sru-workflow/prepare-package-signed
   Status: New => In Progress

** Changed in: kernel-sru-workflow/prepare-package-signed
 Assignee: Canonical Kernel Team (canonical-kernel-team) => Khaled El 
Mously (kmously)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1814726

Title:
  linux: 4.15.0-46.49 -proposed tracker

To manage notifications about this bug go to:
https://bugs.launchpad.net/kernel-sru-workflow/+bug/1814726/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1796606] Re: gnome-shell crashed with SIGSEGV in st_widget_get_theme_node → ffi_call_unix64 → ffi_call → gjs_invoke_c_function → function_call

2019-02-05 Thread Chris Rogers
This (gnome-shell seg fault) happens to me every few times I close and
reopen my laptop (though not every time).  I've uploaded them almost
every time, no idea how to link it to this (or any other) bug report.

https://errors.ubuntu.com/user/4594f62062058db851ff674f534862397e01aff99cc3bd84bf1015db3caa0b25927c8496a9181576609876d3f4807d122cf432748f94e6525c39ace3fb3b4352

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1796606

Title:
  gnome-shell crashed with SIGSEGV in st_widget_get_theme_node →
  ffi_call_unix64 → ffi_call → gjs_invoke_c_function → function_call

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-shell/+bug/1796606/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1814848] Re: Could not prepare Boot variable: No space left on device (package shim-signed 1.37~18.04.3+15+1533136590.3beb971-0ubuntu1 failed to install/upgrade: dependency problems - leaving tri

2019-02-05 Thread Steve Langasek
*** This bug is a duplicate of bug 1776271 ***
https://bugs.launchpad.net/bugs/1776271

** Summary changed:

- package shim-signed 1.37~18.04.3+15+1533136590.3beb971-0ubuntu1 failed to 
install/upgrade: dependency problems - leaving triggers unprocessed
+ Could not prepare Boot variable: No space left on device (package shim-signed 
1.37~18.04.3+15+1533136590.3beb971-0ubuntu1 failed to install/upgrade: 
dependency problems - leaving triggers unprocessed)

** This bug has been marked a duplicate of bug 1776271
   Could not prepare Boot variable: No space left on device (package 
shim-signed 1.34.9+13-0ubuntu2 [origin: Ubuntu] failed to install/upgrade: 
Unterprozess installed shim-signed package post-installation script gab den 
Fehler-Ausgangsstatus 1 zurück)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1814848

Title:
  Could not prepare Boot variable: No space left on device (package
  shim-signed 1.37~18.04.3+15+1533136590.3beb971-0ubuntu1 failed to
  install/upgrade: dependency problems - leaving triggers unprocessed)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/shim-signed/+bug/1814848/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1814628] Re: divide error: 0000 with Ubuntu 18.04

2019-02-05 Thread Terry Rudd
Tony, Thank you for reporting this issue.  
1) Can you please provide any information related to the kernel that you are 
using and conditions prior to this crash?
   a) what kernel are you running?  What has changed in the last week?
   b) do you have updated Dell System firmware?
   c) do you have any hardware errors logged?
2) Have you rebooted the system?
   a) does it cleanly pass selftest?
   b) does it boot single user mode?
   c) when you let it boot without interruption, which init stage do you see 
failure (if repeatable) occur?
   d) if it passes init stage 4 and is the virtualized environment comes up is 
it stable?

Please note: It is difficult to successfully determine root cause
without logs, dmesg. etc. or knowing the conditions of this system prior
to this crash.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1814628

Title:
  divide error:  with Ubuntu 18.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1814628/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1182626] Re: ooo-thumbnailer does not register .thumbnailer file

2019-02-05 Thread Launchpad Bug Tracker
This bug was fixed in the package ooo-thumbnailer - 0.2-5.1ubuntu1

---
ooo-thumbnailer (0.2-5.1ubuntu1) disco; urgency=medium

  * Merge from Debian unstable (LP: #1182626). Remaining changes:
- debian/source/format: Set to 3.0 (quilt).
- debian/patches/fix_directories_with_spaces: Allow successful
  thumbnailing of files in directories with spaces.

ooo-thumbnailer (0.2-5.1) unstable; urgency=medium

  [ Bruno Kleinert ]
  * Non-maintainer upload.
  * Fix no thumbnail generated in Gnome 3 Nautilus (Closes: #659321)
- Don't install gconf2 scheme and remove call to dh_gconf in debian/rules.
  This also removes the dependency on gconf2.
- Install /usr/share/thumbnailers/ooo.thumbnailer which replaces the
  gconf2 scheme.

 -- Logan Rosen   Tue, 05 Feb 2019 22:27:21 -0500

** Changed in: ooo-thumbnailer (Ubuntu)
   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/1182626

Title:
  ooo-thumbnailer does not register .thumbnailer file

To manage notifications about this bug go to:
https://bugs.launchpad.net/ooo-thumbnailer/+bug/1182626/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1789082] Re: Wacom - change screen causes log out

2019-02-05 Thread Launchpad Bug Tracker
[Expired for gnome-control-center (Ubuntu) because there has been no
activity for 60 days.]

** Changed in: gnome-control-center (Ubuntu)
   Status: Incomplete => Expired

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1789082

Title:
  Wacom - change screen causes log out

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-control-center/+bug/1789082/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1807138] Re: [ALC256 - Razer Blade 15 2018] Headphones not automatically detected

2019-02-05 Thread Launchpad Bug Tracker
[Expired for alsa-driver (Ubuntu) because there has been no activity for
60 days.]

** Changed in: alsa-driver (Ubuntu)
   Status: Incomplete => Expired

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1807138

Title:
  [ALC256 - Razer Blade 15 2018] Headphones not automatically detected

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/alsa-driver/+bug/1807138/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1797749] Re: Drag and drop from File Roller to Nautilus not working

2019-02-05 Thread Launchpad Bug Tracker
[Expired for nautilus (Ubuntu) because there has been no activity for 60
days.]

** Changed in: nautilus (Ubuntu)
   Status: Incomplete => Expired

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1797749

Title:
  Drag and drop from File Roller to Nautilus not working

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nautilus/+bug/1797749/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1814848] [NEW] package shim-signed 1.37~18.04.3+15+1533136590.3beb971-0ubuntu1 failed to install/upgrade: dependency problems - leaving triggers unprocessed

2019-02-05 Thread Amar Subramanian via ubuntu-bugs
Public bug reported:

I was trying to install python-pip

ProblemType: Package
DistroRelease: Ubuntu 18.04
Package: shim-signed 1.37~18.04.3+15+1533136590.3beb971-0ubuntu1
ProcVersionSignature: Ubuntu 4.15.0-45.48-generic 4.15.18
Uname: Linux 4.15.0-45-generic x86_64
.proc.sys.kernel.moksbstate_disabled: Error: [Errno 2] No such file or 
directory: '/proc/sys/kernel/moksbstate_disabled'
ApportVersion: 2.20.9-0ubuntu7.5
Architecture: amd64
Date: Tue Feb  5 22:15:14 2019
ErrorMessage: dependency problems - leaving triggers unprocessed
InstallationDate: Installed on 2018-09-01 (157 days ago)
InstallationMedia: Ubuntu 16.04.3 LTS "Xenial Xerus" - Release amd64 (20170801)
Python3Details: /usr/bin/python3.6, Python 3.6.7, python3-minimal, 3.6.7-1~18.04
PythonDetails: /usr/bin/python2.7, Python 2.7.15rc1, python-minimal, 
2.7.15~rc1-1
RelatedPackageVersions:
 dpkg 1.19.0.5ubuntu2.1
 apt  1.6.8
SecureBoot: 6   0   0   0   1
SourcePackage: shim-signed
Title: package shim-signed 1.37~18.04.3+15+1533136590.3beb971-0ubuntu1 failed 
to install/upgrade: dependency problems - leaving triggers unprocessed
UpgradeStatus: Upgraded to bionic on 2018-09-06 (152 days ago)

** Affects: shim-signed (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-package bionic

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1814848

Title:
  package shim-signed 1.37~18.04.3+15+1533136590.3beb971-0ubuntu1 failed
  to install/upgrade: dependency problems - leaving triggers unprocessed

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/shim-signed/+bug/1814848/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1182626] Re: ooo-thumbnailer does not register .thumbnailer file

2019-02-05 Thread Bug Watch Updater
** Changed in: ooo-thumbnailer (Debian)
   Status: Unknown => 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/1182626

Title:
  ooo-thumbnailer does not register .thumbnailer file

To manage notifications about this bug go to:
https://bugs.launchpad.net/ooo-thumbnailer/+bug/1182626/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 583136] Re: ooo-thumbnailer doesn't work in directories with spaces

2019-02-05 Thread Bug Watch Updater
** Changed in: ooo-thumbnailer (Debian)
   Status: Unknown => New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/583136

Title:
  ooo-thumbnailer doesn't work in directories with spaces

To manage notifications about this bug go to:
https://bugs.launchpad.net/ooo-thumbnailer/+bug/583136/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1567050] Re: Geary sometimes crashes when I open an unread mail

2019-02-05 Thread Paul White
** Package changed: ubuntu => geary (Ubuntu)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1567050

Title:
  Geary sometimes crashes when I open an unread mail

To manage notifications about this bug go to:
https://bugs.launchpad.net/geary/+bug/1567050/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1739793] Re: Unable to manage files effectively with Nautilus on a touchscreen

2019-02-05 Thread Paul White
** Package changed: ubuntu => nautilus (Ubuntu)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1739793

Title:
  Unable to manage files effectively with Nautilus on a touchscreen

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nautilus/+bug/1739793/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1182626] Re: ooo-thumbnailer does not register .thumbnailer file

2019-02-05 Thread Logan Rosen
** Changed in: ooo-thumbnailer (Ubuntu)
   Status: Confirmed => In Progress

** Changed in: ooo-thumbnailer (Ubuntu)
 Assignee: (unassigned) => Logan Rosen (logan)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1182626

Title:
  ooo-thumbnailer does not register .thumbnailer file

To manage notifications about this bug go to:
https://bugs.launchpad.net/ooo-thumbnailer/+bug/1182626/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1814490] Re: lubuntu 19.04 xscreensaver runs on single display, other display continues normally

2019-02-05 Thread Chris Guiver
from #lubuntu-devel

 guiverc: As per your comment 7 on LP bug 1814490, did you
test the other desktop environments also with the vertical positioning
of your displays, or could you do so now?

 krytarik, FYI: Kubuntu 19.04 daily of jan 17 - no issues  (as
booted (horizontal arrangement) & when screens made vertical)  -- it was
already on thumb-drive

 krytarik, FYI:  Xubuntu 19.04 daily (latest) & no issues with
xscreensaver (as booted (horizontal) & vertical arrangement)

 guiverc: Okay.  And if you test it on Lubuntu 18.04 too, that would 
be great.
  I want to change the default icons for papirus (not dark) 
which branch should I arc with?

 krytarik, i did lubuntu 18.04.1 x86 earlier (lp comment #3 &
#4 which was unclear about screen orientation shifts), wrote 18.04.1
x86_64 & redid tests with default 5.36-1ubuntu1 and all good, loaded
5.42+dfsg1-1ubuntu1 & restarted xscreensaver & good (vertical
orientation of displays)

 guiverc: Okay.  Wanna go add lxqt-session as another affected
package to the bug report then?  Otherwise, it'll probably never get
looked at, as the numerous other xscreensaver bug reports.

** Also affects: lxqt-session (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/1814490

Title:
  lubuntu 19.04 xscreensaver runs on single display, other display
  continues normally

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lxqt-session/+bug/1814490/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1182626] Re: ooo-thumbnailer does not register .thumbnailer file

2019-02-05 Thread Logan Rosen
** Bug watch added: Debian Bug tracker #659321
   https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=659321

** Also affects: ooo-thumbnailer (Debian) via
   https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=659321
   Importance: Unknown
   Status: Unknown

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1182626

Title:
  ooo-thumbnailer does not register .thumbnailer file

To manage notifications about this bug go to:
https://bugs.launchpad.net/ooo-thumbnailer/+bug/1182626/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 583136] Re: ooo-thumbnailer doesn't work in directories with spaces

2019-02-05 Thread Logan Rosen
** Bug watch added: Debian Bug tracker #597296
   https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=597296

** Also affects: ooo-thumbnailer (Debian) via
   https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=597296
   Importance: Unknown
   Status: Unknown

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/583136

Title:
  ooo-thumbnailer doesn't work in directories with spaces

To manage notifications about this bug go to:
https://bugs.launchpad.net/ooo-thumbnailer/+bug/583136/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 999075] Re: OO.o/LO thumbnailer doesn't work

2019-02-05 Thread Logan Rosen
*** This bug is a duplicate of bug 1182626 ***
https://bugs.launchpad.net/bugs/1182626

** This bug has been marked a duplicate of bug 1182626
   ooo-thumbnailer does not register .thumbnailer file

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/999075

Title:
  OO.o/LO thumbnailer doesn't work

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ooo-thumbnailer/+bug/999075/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1791312] Re: ubuntu 18.04 flickering screen with Radeon X1600

2019-02-05 Thread Paul Dufresne
Well, It seems to take more than 12 hours ( I did stopped it ) to compile a
kernel (many features deactivated) on my atom based laptop. Will retry.

But the line I wanted to comment out does not seems to exist anymore.

But I found that the function to select PLL values show them before returning
in a DRM_DEBUG_KMS macro. I also found that if booted with kernel parameter
drm.debug=4 then KernelModeSettings related messages are added to dmesg output.

So I expect to be able to compare tomorrow PLL values for the old version where
the bug does not manifest to a new one where the bug manifest itself.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1791312

Title:
  ubuntu 18.04 flickering screen with Radeon X1600

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1791312/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1803021] Re: No tutorials

2019-02-05 Thread Mattia Rizzolo
Then let me change it to wontfix, which description is "Doesn't fit with
the project plans, sorry." that literally matches my intentions.

Of course, if anybody wants to propose a patch is free to do it,
especially if they make something that can at least partially be sent
upstream as I really don't want to carry too big patches in the
packaging.

** Changed in: inkscape (Ubuntu)
   Status: Invalid => Won't Fix

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1803021

Title:
  No tutorials

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/inkscape/+bug/1803021/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1258367] Re: Atom feed is not readable in Rhythmbox

2019-02-05 Thread Chris Metzler
This bug is still present in Rhythmbox 3.4.2, under Ubuntu 18.04.1 LTS.
No atom feed appears readable by Rhythmbox.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1258367

Title:
  Atom feed is not readable in Rhythmbox

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/rhythmbox/+bug/1258367/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1779156] Re: lxc 'delete' fails to destroy ZFS filesystem 'dataset is busy'

2019-02-05 Thread Ryan Harper
This is still around.  Scott wrote up a script to handle cleaning this
up.

https://gist.github.com/smoser/2c78cf54a1e22b6f05270bd3fead8a5c

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1779156

Title:
  lxc 'delete' fails to destroy ZFS filesystem 'dataset is busy'

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1779156/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1779156] Re: lxc 'delete' fails to destroy ZFS filesystem 'dataset is busy'

2019-02-05 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: lxc (Ubuntu Cosmic)
   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/1779156

Title:
  lxc 'delete' fails to destroy ZFS filesystem 'dataset is busy'

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1779156/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1779156] Re: lxc 'delete' fails to destroy ZFS filesystem 'dataset is busy'

2019-02-05 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: lxc (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/1779156

Title:
  lxc 'delete' fails to destroy ZFS filesystem 'dataset is busy'

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1779156/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1258367] Re: Atom feed is not readable in Rhythmbox

2019-02-05 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: rhythmbox (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/1258367

Title:
  Atom feed is not readable in Rhythmbox

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/rhythmbox/+bug/1258367/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1814846] [NEW] Touchpad detected as PS/2 Generic Mouse

2019-02-05 Thread Bence Töreki
Public bug reported:

Hey!

My touchpad is not detected (most likely by the kernel).
It is a HP Folio 1020 G1 laptop with a Synaptics Forcepad touchpad that uses a 
MCHP85D9 microchip on the I2C bus AFAIK.


Related information:
https://www.bountysource.com/issues/35066387-synaptics-forcepad-working-as-generic-ps2-mouse-hp-folio-1020


Logs
devices https://pastebin.com/5KGeSMa4
xinput https://pastebin.com/0bxCy5r3
Xorg.0.log https://pastebin.com/hWWxDNZe

Thank you!

** Affects: xserver-xorg-input-synaptics (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: forcepad synaptic synaptics touchpad xinput

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1814846

Title:
  Touchpad detected as PS/2 Generic Mouse

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-input-synaptics/+bug/1814846/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1346917] Re: Using KSM on NUMA capable machines can cause KVM guest performance and stability issues

2019-02-05 Thread Arie Skliarouk
I am seeing this bug on a ubuntu 16.04 box running on proxmox 5.1.
Running 4.4.0-72-generic x86_64 guest (linux-image-4.4.0-72-generic).

Under heavy I/O sometimes the guest get stuck for couple of seconds and this 
error is printed:
[538796.529342] hrtimer: interrupt took 37764682 ns

After that the guest becames unbearably slow and only reboot helps.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1346917

Title:
  Using KSM on NUMA capable machines can cause KVM guest performance and
  stability issues

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1346917/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1813657] Re: 4.18.0-14 doesn't boot past grub

2019-02-05 Thread Khaled El Mously
@P.D. Thanks for the info.

We're only concerned with the boot issue here. The video driver problem
could be due to a missing module that needs to be installed (e.g. from
linux-modules-extra ) or a dkms driver.


I have the second test kernel for you based on commit

5a7784d6a34f scsi: hisi_sas: unmask interrupts ent72 and ent74


You can download the test kernel from:

https://kernel.ubuntu.com/~kmously/1813657/kernel-kmously-5a7784d-Yadl/

Please let me know if this kernel shows the same problem or not. Thanks

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1813657

Title:
  4.18.0-14 doesn't boot past grub

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1813657/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 503138] Re: Lucid & Natty, KVM, After kernel message hrtimer: interrupt too slow.... the SMP kvm guest becomes slow.

2019-02-05 Thread Arie Skliarouk
I am seeing this bug on a ubuntu 16.04 box running on proxmox 5.1.
Running 4.4.0-72-generic x86_64 guest (linux-image-4.4.0-72-generic).

Under heavy I/O sometimes the guest get stuck for couple of seconds and this 
error is printed:
[538796.529342] hrtimer: interrupt took 37764682 ns

After that the guest becames unbearably slow and only reboot helps.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/503138

Title:
  Lucid & Natty, KVM, After kernel message  hrtimer: interrupt too
  slow the SMP kvm guest becomes slow.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/kvm/+bug/503138/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1814845] [NEW] configuration option "nss_disable_enumerate" is not used

2019-02-05 Thread Jonathan
Public bug reported:

This is already fixed in newer versions, but not backported into xenial

see https://github.com/arthurdejong/nss-pam-
ldapd/commit/b795f6ca60c47403caa217c3b3179b44dd2e770e

** Affects: nss-pam-ldapd (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/1814845

Title:
  configuration option "nss_disable_enumerate" is not used

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nss-pam-ldapd/+bug/1814845/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1802569] Re: RM openssl1.0 from Ubuntu

2019-02-05 Thread Dimitri John Ledkov
** No longer affects: validns (Debian)

** No longer affects: validns (Ubuntu)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1802569

Title:
  RM openssl1.0 from Ubuntu

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/conserver/+bug/1802569/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1814832] Re: Correct and/or improve handling of certain quiesced snapshot failures

2019-02-05 Thread Oliver Kurth via ubuntu-bugs
A short summary of the changes:

- Attempt to notify the host that a backup manifest is available on every 
completed snapshot.  Previously vmtoolsd attempted to detect whether the host 
was running an older version of ESX that did not support receiving a backup 
manifest, which occasionally resulted in it erroneously identifying a host as 
an older host.
- Provide more informative logging messages when a backup manifest notification 
is refused by the host.
- Abort quiesced snapshot operations promptly after detecting that the host has 
aborted its side of the operation.  Previously vmtools would continue until it 
hit its own internal timeout.
- Don’t try to notify the host that a backup manifest is available when the 
quiesced snapshot is aborted.

We suggest to have these changes integrated into the 10.3.5 package.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1814832

Title:
  Correct and/or improve handling of certain quiesced snapshot failures

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/open-vm-tools/+bug/1814832/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1208993] Re: Ubuntu slows down and hangs while copying file from/to USB

2019-02-05 Thread John Bell
I have run into it with Ubuntu 18.04.1 x64 also.  I have a completely
separate drive and Windows system in the same computer and Windows, dare
I say it, has no problem and is quick.  My data files that fail are
400-500MB and they freeze after about 200MB of transfer when copy from a
32GB SanDisk Ultra (80MB/s) SD card.  But success with Windows tells me
I don't have a hardware problem.


This bug is now more than 3 years old.  Like #78, I am disappointed.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1208993

Title:
  Ubuntu slows down and hangs while copying file from/to USB

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nautilus/+bug/1208993/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1782984]

2019-02-05 Thread Walter Lapchynski
Thanks, Carlos. If I can get one more confirmation of this, I'm inclined
to call it a trend and I'll push it upstream because I suspect that will
be sufficient to figure out where the solution may lie.

However, my concern is where the upstream is. Ilya says they're having
the problem with many GTK2 apps, so perhaps this is not LXDE's issue but
GTK's. Can anyone confirm they are also having problems with other GTK2
apps?

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1782984

Title:
  PCManFM crashes frequently  on Lubuntu 18.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pcmanfm/+bug/1782984/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 421239] Still in stock

2019-02-05 Thread eddie latham via ubuntu-bugs
That's why everybody advises me this
http://dievadelsphotography.com/view.php




Edward Latham

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/421239

Title:
  updates failed http://:8080/:invalid host name

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/epiphany-browser/+bug/421239/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

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

2019-02-05 Thread Carlos García-Angulo
Just the same:
(pcmanfm:1034): GLib-CRITICAL **: 22:26:36.391: Source ID 45146 was not found 
when attempting to remove it
[xcb] Unknown sequence number while processing queue
[xcb] Most likely this is a multi-threaded client and XInitThreads has not been 
called
[xcb] Aborting, sorry about that.
pcmanfm: ../../src/xcb_io.c:259: poll_for_event: La declaración 
`!xcb_xlib_threads_sequence_lost' no se cumple.
** Message: 22:27:01.102: app.vala:130: pcmanfm exit with this type of exit: 134
** Message: 22:27:01.102: app.vala:148: Exit not normal, try to reload
** Message: 22:27:01.108: app.vala:76: Launching pcmanfm

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1782984

Title:
  PCManFM crashes frequently  on Lubuntu 18.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pcmanfm/+bug/1782984/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1814844] Re: attempting to install mate onto raspi

2019-02-05 Thread Calvin Nguyen
a little more info apparently when not using the encrypt my home option
it works just fine...

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1814844

Title:
  attempting to install mate onto raspi

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubiquity/+bug/1814844/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1814806] Re: rtl8812AU_8821AU_linux

2019-02-05 Thread Brad Figg
** Tags added: bjf-tracking

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1814806

Title:
  rtl8812AU_8821AU_linux

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1814806/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1814830] Re: recent linux versions 44 and 45 do not start up

2019-02-05 Thread Brad Figg
** Tags added: bjf-tracking

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1814830

Title:
  recent linux versions 44 and 45 do not start up

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1814830/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1814628] Re: divide error: 0000 with Ubuntu 18.04

2019-02-05 Thread Brad Figg
** Tags added: bjf-tracking

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1814628

Title:
  divide error:  with Ubuntu 18.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1814628/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1814805] Re: System fails to boot

2019-02-05 Thread Brad Figg
** Tags added: bjf-tracking

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1814805

Title:
  System fails to boot

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1814805/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1814813] Re: Bionic update: upstream stable patchset 2019-02-05

2019-02-05 Thread Brad Figg
** Tags added: bjf-tracking

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1814813

Title:
  Bionic update: upstream stable patchset 2019-02-05

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1814813/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1814844] [NEW] attempting to install mate onto raspi

2019-02-05 Thread Calvin Nguyen
Public bug reported:

Installer crashes when installing to raspberry pi

ProblemType: Bug
DistroRelease: Ubuntu 16.04
Package: ubiquity 2.21.63.3
Uname: Linux 4.4.38-v7+ armv7l
ApportVersion: 2.20.1-0ubuntu2.5
Architecture: armhf
Date: Tue Feb  5 16:31:43 2019
ProcEnviron:
 TERM=linux
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=
 LANG=en_US.UTF-8
SourcePackage: ubiquity
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: ubiquity (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-bug armhf xenial

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1814844

Title:
  attempting to install mate onto raspi

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubiquity/+bug/1814844/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1443924] Re: 1814:0201 ieee80211 phy0: rt2x00queue_flush_queue:Warning - Queue 0 failed to flush

2019-02-05 Thread Bug Watch Updater
Launchpad has imported 56 comments from the remote bug at
https://bugzilla.kernel.org/show_bug.cgi?id=61621.

If you reply to an imported comment from within Launchpad, your comment
will be sent to the remote bug automatically. Read more about
Launchpad's inter-bugtracker facilities at
https://help.launchpad.net/InterBugTracking.


On 2013-09-18T14:52:38+00:00 eredar wrote:

It seems that the rt3290 wireless chipset acts very flaky under 3.11.1,
my last kernel before this one was 3.10.3 and it didn't have this
problem. I'm currently compiling 3.10.10 to see if it works again there
as reported in the arch linux forums.

Revelant forum topic where I found other users with the problem:
https://bbs.archlinux.org/viewtopic.php?pid=1326183#p1326183

By flaky I mean that after a while it just refuses to connect, this is
some dmesg output:

[4.949297] wlp1s0f0: authenticate with 5c:7d:5e:de:b6:04
[4.961762] wlp1s0f0: send auth to 5c:7d:5e:de:b6:04 (try 1/3)
[4.963279] wlp1s0f0: authenticated
[4.964933] wlp1s0f0: associate with 5c:7d:5e:de:b6:04 (try 1/3)
[4.970465] wlp1s0f0: RX AssocResp from 5c:7d:5e:de:b6:04 (capab=0x431 
status=0 aid=1)
[4.970563] wlp1s0f0: associated
[   28.285869] fuse init (API version 7.22)
[   29.967936] EXT4-fs (sda3): re-mounted. Opts: data=ordered,commit=0
[   29.983555] EXT4-fs (sda1): re-mounted. Opts: data=ordered,commit=0
[   30.020684] EXT4-fs (sda4): re-mounted. Opts: data=ordered,commit=0
[   31.468349] ieee80211 phy0: rt2x00queue_flush_queue: Warning - Queue 0 
failed to flush
[   32.031587] ieee80211 phy0: rt2x00queue_flush_queue: Warning - Queue 0 
failed to flush
[   32.058518] cfg80211: Calling CRDA for country: GB
[   32.264907] ieee80211 phy0: rt2x00queue_flush_queue: Warning - Queue 0 
failed to flush
[   32.398225] ieee80211 phy0: rt2x00queue_flush_queue: Warning - Queue 0 
failed to flush
[   33.482380] wlp1s0f0: authenticate with 5c:7d:5e:de:b6:04
[   33.621406] ieee80211 phy0: rt2x00queue_flush_queue: Warning - Queue 0 
failed to flush
[   33.628168] wlp1s0f0: send auth to 5c:7d:5e:de:b6:04 (try 1/3)
[   34.324623] wlp1s0f0: send auth to 5c:7d:5e:de:b6:04 (try 2/3)
[   35.324464] wlp1s0f0: send auth to 5c:7d:5e:de:b6:04 (try 3/3)
[   36.334424] wlp1s0f0: authentication with 5c:7d:5e:de:b6:04 timed out
[   36.504382] ieee80211 phy0: rt2x00queue_flush_queue: Warning - Queue 0 
failed to flush
[   37.137655] ieee80211 phy0: rt2x00queue_flush_queue: Warning - Queue 0 
failed to flush
[   37.270932] ieee80211 phy0: rt2x00queue_flush_queue: Warning - Queue 0 
failed to flush

Reply at:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1443924/comments/0


On 2013-09-18T17:38:50+00:00 Fl0w3D wrote:

I have similar errors using a Ralink RT2500 Wireless 802.11bg card,
except that downgrading to an older kernel didn't fix the bug (tried
3.10.10, 3.10.9, 3.10.7). Also, the error is not constant: sometimes, it
works for a few seconds or a few minutes, and then it's back down. And
sometimes, it doesn't work for a long time straight.

Also, same error occurs when trying to connect to an unsecured wifi, so
it doesn't seem to be WPA related.

Reply at:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1443924/comments/1


On 2013-09-18T18:28:31+00:00 nicolas wrote:

To report back after downgrading to 3.10.10: it seems to be stable
again. I've not lost connectivity yet and it's been a few hours. With
3.11.1 I lose connectivity quite rapidly, more or less after 15-30
minutes.

Reply at:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1443924/comments/2


On 2013-09-19T18:54:32+00:00 vedathallac wrote:

Same problem here. The issue is intermittent - sometimes I cannot even
connect after initial boot, and sometimes I stay connected for long
stretches.

I found that I can trigger the problem by downloading a large file.
After a few megabytes of data, I get a stream of flush errors, then the
number of bars I see on the NM applet drop to zero, and a few seconds
later I lose connection, and cannot connect again. Removing and
reloading rt2800pci module allow me to connect - usually. But attempting
the download will repeat the above symptoms.

One final bit of information: when I boot using pci=nomsi parameter, I
still get the flush errors and the download pauses a bit, but then it
recovers and continues the download. I get between 50-100KB/sec average
and intermittent connectivity problems with this flag, but I haven't
lost connection to my AP yet.

Reply at:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1443924/comments/3


On 2013-09-19T19:16:49+00:00 vedathallac wrote:

Commenting out the msi 

[Bug 1239459] Re: 1814:3290 [Asus X200CA] wifi doesn't connect or disconnects after few seconds

2019-02-05 Thread Bug Watch Updater
Launchpad has imported 56 comments from the remote bug at
https://bugzilla.kernel.org/show_bug.cgi?id=61621.

If you reply to an imported comment from within Launchpad, your comment
will be sent to the remote bug automatically. Read more about
Launchpad's inter-bugtracker facilities at
https://help.launchpad.net/InterBugTracking.


On 2013-09-18T14:52:38+00:00 eredar wrote:

It seems that the rt3290 wireless chipset acts very flaky under 3.11.1,
my last kernel before this one was 3.10.3 and it didn't have this
problem. I'm currently compiling 3.10.10 to see if it works again there
as reported in the arch linux forums.

Revelant forum topic where I found other users with the problem:
https://bbs.archlinux.org/viewtopic.php?pid=1326183#p1326183

By flaky I mean that after a while it just refuses to connect, this is
some dmesg output:

[4.949297] wlp1s0f0: authenticate with 5c:7d:5e:de:b6:04
[4.961762] wlp1s0f0: send auth to 5c:7d:5e:de:b6:04 (try 1/3)
[4.963279] wlp1s0f0: authenticated
[4.964933] wlp1s0f0: associate with 5c:7d:5e:de:b6:04 (try 1/3)
[4.970465] wlp1s0f0: RX AssocResp from 5c:7d:5e:de:b6:04 (capab=0x431 
status=0 aid=1)
[4.970563] wlp1s0f0: associated
[   28.285869] fuse init (API version 7.22)
[   29.967936] EXT4-fs (sda3): re-mounted. Opts: data=ordered,commit=0
[   29.983555] EXT4-fs (sda1): re-mounted. Opts: data=ordered,commit=0
[   30.020684] EXT4-fs (sda4): re-mounted. Opts: data=ordered,commit=0
[   31.468349] ieee80211 phy0: rt2x00queue_flush_queue: Warning - Queue 0 
failed to flush
[   32.031587] ieee80211 phy0: rt2x00queue_flush_queue: Warning - Queue 0 
failed to flush
[   32.058518] cfg80211: Calling CRDA for country: GB
[   32.264907] ieee80211 phy0: rt2x00queue_flush_queue: Warning - Queue 0 
failed to flush
[   32.398225] ieee80211 phy0: rt2x00queue_flush_queue: Warning - Queue 0 
failed to flush
[   33.482380] wlp1s0f0: authenticate with 5c:7d:5e:de:b6:04
[   33.621406] ieee80211 phy0: rt2x00queue_flush_queue: Warning - Queue 0 
failed to flush
[   33.628168] wlp1s0f0: send auth to 5c:7d:5e:de:b6:04 (try 1/3)
[   34.324623] wlp1s0f0: send auth to 5c:7d:5e:de:b6:04 (try 2/3)
[   35.324464] wlp1s0f0: send auth to 5c:7d:5e:de:b6:04 (try 3/3)
[   36.334424] wlp1s0f0: authentication with 5c:7d:5e:de:b6:04 timed out
[   36.504382] ieee80211 phy0: rt2x00queue_flush_queue: Warning - Queue 0 
failed to flush
[   37.137655] ieee80211 phy0: rt2x00queue_flush_queue: Warning - Queue 0 
failed to flush
[   37.270932] ieee80211 phy0: rt2x00queue_flush_queue: Warning - Queue 0 
failed to flush

Reply at:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1239459/comments/0


On 2013-09-18T17:38:50+00:00 Fl0w3D wrote:

I have similar errors using a Ralink RT2500 Wireless 802.11bg card,
except that downgrading to an older kernel didn't fix the bug (tried
3.10.10, 3.10.9, 3.10.7). Also, the error is not constant: sometimes, it
works for a few seconds or a few minutes, and then it's back down. And
sometimes, it doesn't work for a long time straight.

Also, same error occurs when trying to connect to an unsecured wifi, so
it doesn't seem to be WPA related.

Reply at:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1239459/comments/1


On 2013-09-18T18:28:31+00:00 nicolas wrote:

To report back after downgrading to 3.10.10: it seems to be stable
again. I've not lost connectivity yet and it's been a few hours. With
3.11.1 I lose connectivity quite rapidly, more or less after 15-30
minutes.

Reply at:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1239459/comments/2


On 2013-09-19T18:54:32+00:00 vedathallac wrote:

Same problem here. The issue is intermittent - sometimes I cannot even
connect after initial boot, and sometimes I stay connected for long
stretches.

I found that I can trigger the problem by downloading a large file.
After a few megabytes of data, I get a stream of flush errors, then the
number of bars I see on the NM applet drop to zero, and a few seconds
later I lose connection, and cannot connect again. Removing and
reloading rt2800pci module allow me to connect - usually. But attempting
the download will repeat the above symptoms.

One final bit of information: when I boot using pci=nomsi parameter, I
still get the flush errors and the download pauses a bit, but then it
recovers and continues the download. I get between 50-100KB/sec average
and intermittent connectivity problems with this flag, but I haven't
lost connection to my AP yet.

Reply at:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1239459/comments/3


On 2013-09-19T19:16:49+00:00 vedathallac wrote:

Commenting out the msi 

[Bug 823152] Re: [needs-packaging] OS-Uninstaller

2019-02-05 Thread Bug Watch Updater
** Changed in: 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/823152

Title:
  [needs-packaging] OS-Uninstaller

To manage notifications about this bug go to:
https://bugs.launchpad.net/os-uninstaller/+bug/823152/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1814842] [NEW] I've recently dualbooted ubuntu on my computer, it didn't work well I believe, could we check that togethere ?

2019-02-05 Thread Guillaume Manderscheid
Public bug reported:

I have a rog computer and followed tutorials in order to make
dualbooting work but had some issues. Some things were missing, i
believe that I didn't use the good flash drive or key, could we check
together what is going on ? :/

ProblemType: Bug
DistroRelease: Ubuntu 18.10
Package: ubiquity 18.10.12
ProcVersionSignature: Ubuntu 4.18.0-10.11-generic 4.18.12
Uname: Linux 4.18.0-10-generic x86_64
ApportVersion: 2.20.10-0ubuntu13
Architecture: amd64
CasperVersion: 1.399
Date: Tue Feb  5 07:39:20 2019
InstallCmdLine: BOOT_IMAGE=/casper/vmlinuz file=/cdrom/preseed/ubuntu.seed 
boot=casper quiet splash ---
LiveMediaBuild: Ubuntu 18.10 "Cosmic Cuttlefish" - Release amd64 (20181017.3)
SourcePackage: ubiquity
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: ubiquity (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug cosmic ubiquity-18.10.12 ubuntu

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1814842

Title:
  I've recently dualbooted ubuntu on my computer, it didn't work well I
  believe, could we check that togethere ?

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubiquity/+bug/1814842/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1812095] Re: console login loop after entering username followed by RETURN

2019-02-05 Thread Brian Murray
*** This bug is a duplicate of bug 1813873 ***
https://bugs.launchpad.net/bugs/1813873

** This bug has been marked a duplicate of bug 1813873
   Userspace break as a result of missing patch backport

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1812095

Title:
  console login loop after entering username followed by RETURN

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/shadow/+bug/1812095/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1813683] Re: linux-image-4.15.0-44-generic tty login not work

2019-02-05 Thread Brian Murray
*** This bug is a duplicate of bug 1813873 ***
https://bugs.launchpad.net/bugs/1813873

** This bug is no longer a duplicate of bug 1812095
   console login loop after entering username followed by RETURN
** This bug has been marked a duplicate of bug 1813873
   Userspace break as a result of missing patch backport

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1813683

Title:
  linux-image-4.15.0-44-generic tty login not work

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1813683/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1814293] Re: 4.15.0-44-generic kernel tty doesn't wait for password

2019-02-05 Thread Brian Murray
*** This bug is a duplicate of bug 1813873 ***
https://bugs.launchpad.net/bugs/1813873

** This bug is no longer a duplicate of bug 1812095
   console login loop after entering username followed by RETURN
** This bug has been marked a duplicate of bug 1813873
   Userspace break as a result of missing patch backport

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1814293

Title:
  4.15.0-44-generic kernel tty doesn't wait for password

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/kernel-package/+bug/1814293/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1814439] Re: No login on the text console (tty) more possible (4.15.0-45)

2019-02-05 Thread Brian Murray
*** This bug is a duplicate of bug 1813873 ***
https://bugs.launchpad.net/bugs/1813873

** This bug is no longer a duplicate of bug 1812095
   console login loop after entering username followed by RETURN
** This bug has been marked a duplicate of bug 1813873
   Userspace break as a result of missing patch backport

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1814439

Title:
  No login on the text console (tty) more possible (4.15.0-45)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1814439/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1813509] Re: [i915] NULL pointer on Linux 4.18.0-14-generic / cosmic

2019-02-05 Thread Ansgar Bohmann
I have exactly the same problem on a Lenovo ThinkPad T410 running
Xubuntu 18.10.

After the kernel upgrade to 4.18.0-14, the system would not display any
graphical output after the Grub2 menu. However, from the HDD activity
LED I can tell that the system boots ups once I enter my LUKS-password
correctly. I can also shut down the system via SysRQs (Alt+PrintScreen+…
– again clear responses from the HDD-LED and finally reboot).

Unfortunately, I didn't keep any older kernel. Reinstalling Xubuntu
18.10 fixed the problem, upgrading to the most recent kernel caused the
problem to appear again (but this time I kept an older one).

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1813509

Title:
  [i915] NULL pointer on Linux 4.18.0-14-generic / cosmic

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux-signed/+bug/1813509/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1765518] Re: Can't execute scripts on a landscape-client that has non-ascii character in its tag

2019-02-05 Thread Simon Poirier
I tested landscape-client and landscape-common for both bionic-proposed and 
cosmic-proposed.
Then I reset the locale config, enabled script execution, set some fancy 
unicode tags and ran a script successfully.

The script ran successfully on both bionic and cosmic, as can be seen
here
https://screenshots.firefox.com/oiRDpc3KehjKjG3g/landscape.canonical.com

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1765518

Title:
  Can't execute scripts on a landscape-client that has non-ascii
  character in its tag

To manage notifications about this bug go to:
https://bugs.launchpad.net/landscape-client/+bug/1765518/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1814141] Re: fail to run any snap after snapd refresh, reinstalling snapd from the archive is a temporary fix

2019-02-05 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: snapd (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/1814141

Title:
  fail to run any snap after snapd refresh, reinstalling snapd from the
  archive is a temporary fix

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/snapd/+bug/1814141/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1814808] Re: 18.04 update to libglapi-mesa/libglx-mesa0 causes vlc crash

2019-02-05 Thread Paul White
** Package changed: ubuntu => mesa (Ubuntu)

** Also affects: vlc (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/1814808

Title:
   18.04 update to libglapi-mesa/libglx-mesa0 causes vlc crash

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mesa/+bug/1814808/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1813657] Re: 4.18.0-14 doesn't boot past grub

2019-02-05 Thread P.D.
@kmously That kernel you provided booted up but it doesn't seem like the
intel video drivers worked in that kernel (everything was low
resolution, and my desktop environment cinnamon ran in software
rendering mode). I only installed these packages though:

linux-headers-4.18.0-14_4.18.0-14.15_all.deb  
linux-headers-4.18.0-14-generic_4.18.0-14.15_amd64.deb   
linux-image-unsigned-4.18.0-14-generic_4.18.0-14.15_amd64.deb
 linux-modules-4.18.0-14-generic_4.18.0-14.15_amd64.deb

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1813657

Title:
  4.18.0-14 doesn't boot past grub

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1813657/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1814141] Re: fail to run any snap after snapd refresh, reinstalling snapd from the archive is a temporary fix

2019-02-05 Thread Marc Bantle
I observe a similar behaviour since latest upgrade of snapd (update from
around 2019-02-02):

$ /snap/bin/nextcloud.occ
cannot read mount namespace identifier of pid 1: Permission denied

$ uname -a
Linux cnb012 4.15.0-43-generic #46-Ubuntu SMP Thu Dec 6 14:45:28 UTC 2018 
x86_64 x86_64 x86_64 GNU/Linux

$ snap info core 
installed:   16-2.37.1(6350) 95MB core

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1814141

Title:
  fail to run any snap after snapd refresh, reinstalling snapd from the
  archive is a temporary fix

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/snapd/+bug/1814141/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1814838] Re: xpdf

2019-02-05 Thread Paul White
** Package changed: ubuntu => xpdf (Ubuntu)

** Tags removed: xpdf
** 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/1814838

Title:
  xpdf

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xpdf/+bug/1814838/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1814839] Re: keystrokes go to wrong window immediately after moving mouse to change window focus

2019-02-05 Thread jimav
** Description changed:

  Ubuntu 18.04.  Gnome X11 session.
  
  When window focus policy is set to follow the mouse, then if the mouse
  is moved into a new window and keystrokes typed immediately afterwards,
  the keystrokes go to the old window (invariably causing application
  errors).
  
  This is extremely annoying for rapid-fire developers, who for example
  run vim in one window to edit a script and bash in another to test the
  script; the sequence 1) save changes in vim; 2) move mouse to the bash
  window; 3) type the command to run the script results in the shell
  command (or part of it) being received by vim in the old window (with
  occasionally-entertaining effects).
  
  It seems like mouse-movement events are not kept in-order with respect
  to keyboard events.  I can see the mouse pointer move to the new window
  before I type on the keyboard, so I know the mouse-move events have been
  received before the keystrokes.
  
  Speculations:
  
  This might be a window-manager bug: Although the mouse cursor has moved
  before I type, the window borders may not yet have changed to indicate a
  changed focus (not certain because the sequence is so quick).  Therefore
  the window manager might be (erroneously) continuing to pass keystrokes
  to the "current" (i.e. old) window after the mouse moves into the new
  window.  I'm assuming here that the window manager is able to receive
  mouse-move and keyboard events in a single stream, or timestamped, or
  otherwise marked so they can be processed in the order they originally
  occurred.
  
  Or maybe Xorg does not keep them in order or doesn't allow the window-
- manager to know their relative order.  Or something.
+ manager to know their relative order.  Or maybe keystrokes are going
+ directly to the old window without filtering for the current mouse
+ position (if this is the case, then IMO xorg should be told to stop
+ delivering keystrokes if the mouse is outside a specified region until
+ the window-manager tells it to resume delivery; or some similar way to
+ allow the focus-change to occur first).
  
  STEPS TO REPRODUCE:
  
  1. Run gnome-tweaks, set Windows->Window Focus to "Sloppy"
  2. Open two vertically-adjacent gnome-terminal windows
  3. Put cursor in the top window.  Wait 2 seconds.
  4. Move mouse (with one hand) rapidly into the other window, then 
(immediately) type a character into the other window (with the other hand)
  
  ACTUAL RESULTS: The keystroke appears in the old window
  
  EXPECTED RESULTS: Keystroke appears in the new window (i.e. the
  keystroke is not processed at all until the window manager completes the
- focus change).
+ focus change). In other words, "typeahead" should encompass both
+ keystrokes and mouse movements.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1814839

Title:
  keystrokes go to wrong window immediately after moving mouse to change
  window focus

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1814839/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1814836] Re: dash still shows when screen is locked

2019-02-05 Thread Seth Arnold
*** This bug is a duplicate of bug 1802679 ***
https://bugs.launchpad.net/bugs/1802679

** Information type changed from Private Security to Public Security

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1814836

Title:
  dash still shows when screen is locked

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/meta-gnome3/+bug/1814836/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1670291] Re: Landscape: Upgrade 14.04.5 to 16.04.2 fails unable to reboot

2019-02-05 Thread Simon Poirier
I tested successfully landscape-client and landscape-common packages
from {trusty,xenial,bionic,cosmic}-proposed. As in the test case, masked
systemd-logind.

After triggering reboots from landscape on all of those. All machines both 
force-rebooted as would be expected, and surfaced the error to the web 
interface 
https://screenshots.firefox.com/bCPz5KxKkx4yG5hl/landscape.canonical.com

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1670291

Title:
  Landscape: Upgrade 14.04.5 to 16.04.2 fails unable to reboot

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/landscape-client/+bug/1670291/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1814839] [NEW] keystrokes go to wrong window immediately after moving mouse to change window focus

2019-02-05 Thread jimav
Public bug reported:

Ubuntu 18.04.  Gnome X11 session.

When window focus policy is set to follow the mouse, then if the mouse
is moved into a new window and keystrokes typed immediately afterwards,
the keystrokes go to the old window (invariably causing application
errors).

This is extremely annoying for rapid-fire developers, who for example
run vim in one window to edit a script and bash in another to test the
script; the sequence 1) save changes in vim; 2) move mouse to the bash
window; 3) type the command to run the script results in the shell
command (or part of it) being received by vim in the old window (with
occasionally-entertaining effects).

It seems like mouse-movement events are not kept in-order with respect
to keyboard events.  I can see the mouse pointer move to the new window
before I type on the keyboard, so I know the mouse-move events have been
received before the keystrokes.

Speculations:

This might be a window-manager bug: Although the mouse cursor has moved
before I type, the window borders may not yet have changed to indicate a
changed focus (not certain because the sequence is so quick).  Therefore
the window manager might be (erroneously) continuing to pass keystrokes
to the "current" (i.e. old) window after the mouse moves into the new
window.  I'm assuming here that the window manager is able to receive
mouse-move and keyboard events in a single stream, or timestamped, or
otherwise marked so they can be processed in the order they originally
occurred.

Or maybe Xorg does not keep them in order or doesn't allow the window-
manager to know their relative order.  Or maybe keystrokes are going
directly to the old window without filtering for the current mouse
position (if this is the case, then IMO xorg should be told to stop
delivering keystrokes if the mouse is outside a specified region until
the window-manager tells it to resume delivery; or some similar way to
allow the focus-change to occur first).

STEPS TO REPRODUCE:

1. Run gnome-tweaks, set Windows->Window Focus to "Sloppy"
2. Open two vertically-adjacent gnome-terminal windows
3. Put cursor in the top window.  Wait 2 seconds.
4. Move mouse (with one hand) rapidly into the other window, then (immediately) 
type a character into the other window (with the other hand)

ACTUAL RESULTS: The keystroke appears in the old window

EXPECTED RESULTS: Keystroke appears in the new window (i.e. the
keystroke is not processed at all until the window manager completes the
focus change). In other words, "typeahead" should encompass both
keystrokes and mouse movements.

** Affects: xorg (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/1814839

Title:
  keystrokes go to wrong window immediately after moving mouse to change
  window focus

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1814839/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1814836] [NEW] dash still shows when screen is locked

2019-02-05 Thread Launchpad Bug Tracker
*** This bug is a security vulnerability ***

You have been subscribed to a public security bug by Seth Arnold (seth-arnold):

(Not sure if this is the correct package to report this bug to...)

Ever since an update (about a month ago??) I've noticed that when my
system goes to automatic screen lock after not being at the keyboard for
awhile, the dash (ie left hand side bar) still stays visible.
Furthermore you can left click on things in it, and the left clicks
actually do run programs associated with the icons (for example,
ricochet-im).  This is a security problem, since people who would not
otherwise have access (ie they don't know the password) will be able to
execute code in otherwise password protected userspace.

What should happen: when the gnome screen is locked, you should not see
the left side bar/dash

what does happen:   the left side bar/dash is visible, and active to
click on.

gnome: 3.28.2
ubuntu: 18.04 bionic

** Affects: meta-gnome3 (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: bionic
-- 
dash still shows when screen is locked
https://bugs.launchpad.net/bugs/1814836
You received this bug notification because you are a member of Ubuntu Bugs, 
which is subscribed to the bug report.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1814838] [NEW] xpdf

2019-02-05 Thread C. Jeffery Small
Public bug reported:

Ubuntu 18.10

There is a new version 4.00.01 of xpdf and associated tools, available
since 08-15-17.  The current 3.04 version should be updated in the
package archives.


http://www.xpdfreader.com/download.html

** Affects: ubuntu
 Importance: Undecided
 Status: New


** Tags: xpdf

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1814838

Title:
  xpdf

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+bug/1814838/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1813657] Re: 4.18.0-14 doesn't boot past grub

2019-02-05 Thread Khaled El Mously
@P.D. Thanks for following up.

There are 869 commits between 4.18.0-13 and 4.18.0-14, so it should take
up to 10 attempts to bisect the issue.

I have the first test kernel for you based on commit

40208c782496 9p locks: fix glock.client_id leak in do_lock


You can download the test kernel from: 

https://kernel.ubuntu.com/~kmously/1813657/kernel-kmously-40208c7-zMA5/


Please let me know if this kernel shows the same problem or not. Thanks

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1813657

Title:
  4.18.0-14 doesn't boot past grub

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1813657/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1813657] Re: 4.18.0-14 doesn't boot past grub

2019-02-05 Thread Khaled El Mously
@edwintorok: I don't know if it's certain that the issue you're seeing
is necessarily the same issue described in the bug report, but feel free
to test the same kernels as well and report your result. If you see
different results from P.D. then we can continue the investigation of
the second problem under another bug report. Thanks.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1813657

Title:
  4.18.0-14 doesn't boot past grub

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1813657/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1690085]

2019-02-05 Thread bp
(In reply to Klaus Mueller from comment #530)
> Hmm, if rev. 1 doesn't support MWAIT - why can it be a problem anyway
> at the same time which must be fixed by disabling the usage of MWAIT?
> I seem to miss something?

That's a good question but, frankly, I don't have a very exact answer to
it right now.

In order to understand what's *really* going on in the
cstate detection code one would need to instrument
at least acpi_processor_get_power_info_cst() and
acpi_processor_ffh_cstate_probe() to figure out what exactly does the
kernel parse from those CST objects and what it uses to try to enter
idle.

And do all that instrumentation on an affected system.

My current suspicion is is that it tries to enter idle with
misconfigured states and under certain conditions, it misses the wakeup,
leading to the stall.

This is all a conjecture anyway.

Now my patch simply falls back to the good old idle entry on AMD where
we simply do HLT and we won't even attempt to enter idle the ACPI way.

Makes sense?

-- 
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

To manage notifications about this bug go to:
https://bugs.launchpad.net/linux/+bug/1690085/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1682533] Re: 'Add to Favorites' does not add to favorites

2019-02-05 Thread themusicgod1
regression in bionic though.

** Tags added: bionic

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1682533

Title:
  'Add to Favorites' does not add to favorites

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/meta-gnome3/+bug/1682533/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1690085]

2019-02-05 Thread kmueller
(In reply to Borislav Petkov from comment #529)
> (In reply to Klaus Mueller from comment #528)
> > What's the downside of generally disabling mwait?
> 
> So in your case, you can't do MWAIT to enter C1 anyway because your
> revision doesn't support it. This is why you're seeing those firmware
> messages.

Hmm, if rev. 1 doesn't support MWAIT - why can it be a problem anyway at
the same time which must be fixed by disabling the usage of MWAIT? I
seem to miss something?

> 
> > I'm using a Ryzen 7 1700X and don't have any problem ("fixed" it w/
> > 200 MHz of CPU Overclocking). The only thing I see, is, that the ACPI
> > firmware bug messages disappear. That's all.
> 
> That's an "interesting" way to fix it but if it works ... :)
> 
> The intention of the fix is to make idle=halt the default for obvious
> reasons.

Isn't this already done automatically if MWAIT isn't supported?

-- 
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

To manage notifications about this bug go to:
https://bugs.launchpad.net/linux/+bug/1690085/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1690085]

2019-02-05 Thread bp
Ok, here's a test patch ontop of 4.20-stable.

It should practically make idle=halt the default on revisions before B2.
You check which revision you have by doing

$ grep stepping /proc/cpuinfo

The number must be < 2.

For the folks with B2 machines we need to keep debugging.

Thx.

-- 
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

To manage notifications about this bug go to:
https://bugs.launchpad.net/linux/+bug/1690085/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1690085]

2019-02-05 Thread bp
(In reply to Klaus Mueller from comment #528)
> What's the downside of generally disabling mwait?

So in your case, you can't do MWAIT to enter C1 anyway because your
revision doesn't support it. This is why you're seeing those firmware
messages.

> I'm using a Ryzen 7 1700X and don't have any problem ("fixed" it w/
> 200 MHz of CPU Overclocking). The only thing I see, is, that the ACPI
> firmware bug messages disappear. That's all.

That's an "interesting" way to fix it but if it works ... :)

The intention of the fix is to make idle=halt the default for obvious
reasons.

HTH.

-- 
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

To manage notifications about this bug go to:
https://bugs.launchpad.net/linux/+bug/1690085/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1690085]

2019-02-05 Thread bp
Created attachment 280961
Don't do mwait on B1 and earlier

-- 
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

To manage notifications about this bug go to:
https://bugs.launchpad.net/linux/+bug/1690085/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1690085]

2019-02-05 Thread kmueller
(In reply to Borislav Petkov from comment #526)
> Created attachment 280961 [details]
> Don't do mwait on B1 and earlier

What's the downside of generally disabling mwait? I'm using a Ryzen 7
1700X and don't have any problem ("fixed" it w/ 200 MHz of CPU
Overclocking). The only thing I see, is, that the ACPI firmware bug
messages disappear. That's all.

-- 
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

To manage notifications about this bug go to:
https://bugs.launchpad.net/linux/+bug/1690085/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1813582] Re: Update to 12.2.8 leads to SIGSEGV Segmentation fault in python3-rados

2019-02-05 Thread Launchpad Bug Tracker
This bug was fixed in the package ceph - 12.2.8-0ubuntu0.18.04.2

---
ceph (12.2.8-0ubuntu0.18.04.2) bionic; urgency=medium

  * d/p/lp1813582.patch: Cherry pick fix for crash in rados py binding
under gnocchi (LP: #1813582).

 -- James Page   Tue, 29 Jan 2019 09:32:49 +

** Changed in: ceph (Ubuntu Bionic)
   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/1813582

Title:
  Update to 12.2.8 leads to SIGSEGV Segmentation fault in python3-rados

To manage notifications about this bug go to:
https://bugs.launchpad.net/cloud-archive/+bug/1813582/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1802679] Re: Docker appeared on the lockscreen and login screen.

2019-02-05 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: meta-gnome3 (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/1802679

Title:
  Docker appeared on the lockscreen and login screen.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/meta-gnome3/+bug/1802679/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1802679] Re: Docker appeared on the lockscreen and login screen.

2019-02-05 Thread themusicgod1
** Tags added: bionic

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1802679

Title:
  Docker appeared on the lockscreen and login screen.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/meta-gnome3/+bug/1802679/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1807448] Re: [SRU] Patch power9-001.diff breaks IFUNC on ELFv1

2019-02-05 Thread Adam Conrad
glibc has built successfully on powerpc with this new binutils

** Tags removed: verification-needed verification-needed-xenial
** Tags added: verification-done verification-done-xenial

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1807448

Title:
  [SRU] Patch power9-001.diff breaks IFUNC on ELFv1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/binutils/+bug/1807448/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1813582] Update Released

2019-02-05 Thread Adam Conrad
The verification of the Stable Release Update for ceph has completed
successfully and the package has now been released to -updates.
Subsequently, the Ubuntu Stable Release Updates Team is being
unsubscribed and will not receive messages about this bug report.  In
the event that you encounter a regression using the package from
-updates please report a new bug using ubuntu-bug and tag the bug report
regression-update so we can easily find any regressions.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1813582

Title:
  Update to 12.2.8 leads to SIGSEGV Segmentation fault in python3-rados

To manage notifications about this bug go to:
https://bugs.launchpad.net/cloud-archive/+bug/1813582/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

  1   2   3   4   5   6   7   >