[Bug 1719795]

2018-09-13 Thread russianneuromancer
> Could you blacklist just hid-sensor-hub and see if you still see the
> interrupt storm?

Blacklisted hid-sensor-hub and get same result as with blacklisting
i2c_hid - no interrupt storm. Power consumption is below 3 Watts per
second in idle.

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

Title:
  Dell 7140 avarage power consumption in idle increased by 1.3-1.5 times
  due to events by INT3432

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

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

[Bug 1719795]

2018-09-13 Thread mika.westerberg
OK, thanks. I kind of suspect that the sensor hub is the one generating
those interrupts. Could you blacklist just hid-sensor-hub and see if you
still see the interrupt storm?

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

Title:
  Dell 7140 avarage power consumption in idle increased by 1.3-1.5 times
  due to events by INT3432

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

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

[Bug 1719795]

2018-09-13 Thread russianneuromancer
Created attachment 278485
/proc/interrupts content on Linux 4.18.6 normal boot with i2c_hid module 
blacklisted

On boot with blacklisted i2c_hid there is 40-60 wakeups per second
instead of 300+, /proc/interrupts content is attached.

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

Title:
  Dell 7140 avarage power consumption in idle increased by 1.3-1.5 times
  due to events by INT3432

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

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

[Bug 1759836]

2018-09-13 Thread ysg
I also observed in my Dell laptop similar to Szymon that it relates to
Touchpad.

My workarounds-
Soon after booting, stopping and starting systed-udev eliminates all bind and 
unbind problems and response drastically improves. I used the following 
commands in sequence-

sudo systemctl stop systemd-udevd systemd-udevd-kernel.socket systemd-
udevd-control.socket

sudo systemctl start systemd-udevd systemd-udevd-kernel.socket systemd-
udevd-control.socket

My understanding-
Before all hardware is discovered properly, bind/unbind start executing when no 
procedures are available and does not get reinitialized. After stopping and 
starting, it gets all the procedures in place. Probably, it is booting sequence 
problem.

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

Title:
  systemd-udevd consumes 100% of CPU

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

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

[Bug 1792437] Re: totem video play back laggy when opened through GUI, running it from terminal is OK

2018-09-13 Thread Daniel
apport-collect 1792437 executed and information has been sent.

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

Title:
  totem video play back laggy when opened through GUI, running it from
  terminal is OK

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

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

[Bug 1791853] Re: Postfix upgrade queries about replacing /etc/postfix/makedefs.out, when it really should always do so

2018-09-13 Thread Bug Watch Updater
** Changed in: postfix (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/1791853

Title:
  Postfix upgrade queries about replacing /etc/postfix/makedefs.out,
  when it really should always do so

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

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

[Bug 1736390] Re: openvswitch: kernel oops destroying interfaces on i386

2018-09-13 Thread  Christian Ehrhardt 
Thanks,
installed that in the test env, after a manual reboot I got:

$ uname -a
Linux autopkgtest 4.15.0-34-generic #38~lp1736390Commit12064551Reverted SMP Thu 
Sep 13 13:28:33 UTC  i686 i686 i686 GNU/Linux

The change is persistent into the autopkgtest:
autopkgtest [05:11:17]: testbed running kernel: Linux 4.15.0-34-generic 
#38~lp1736390Commit12064551Reverted SMP Thu Sep 13 13:28:33 UTC

The test kernel works fine where the other one failed.
To be sure I ran it multiple times and with different cpu options enables in 
KVM (e.g. to also run the DPDK tests which need sse3).

But they all worked, no crash.
That said - yes reverting that change seems to be the solution.
Yet for what was it needed and what would break if it is reverted?

commit 120645513f55a4ac5543120d9e79925d30a0156f
Author: Jarno Rajahalme 
Date:   Fri Apr 21 16:48:06 2017 -0700

openvswitch: Add eventmask support to CT action.

Add a new optional conntrack action attribute OVS_CT_ATTR_EVENTMASK,
which can be used in conjunction with the commit flag
(OVS_CT_ATTR_COMMIT) to set the mask of bits specifying which
conntrack events (IPCT_*) should be delivered via the Netfilter
netlink multicast groups.  Default behavior depends on the system
configuration, but typically a lot of events are delivered.  This can be
very chatty for the NFNLGRP_CONNTRACK_UPDATE group, even if only some
types of events are of interest.

Netfilter core init_conntrack() adds the event cache extension, so we
only need to set the ctmask value.  However, if the system is
configured without support for events, the setting will be skipped due
to extension not being found.


That is odd, I thought in the past we had identified an Ubuntu-sauce patch, but 
that is a normal upstream change.
I'd hope that other are affected as well and this is fixed, or could it be that 
we are affected by 1206455 due to some Ubuntu-sauce?

For the sake of checking if latest upstream (no sauce and 4.19-rc3)
might be better I ran the latest mainline kernel.

autopkgtest [05:21:50]: testbed running kernel: Linux
4.19.0-041900rc3-generic #201809120832 SMP Wed Sep 12 12:47:16 UTC 2018

But that is crashing still.

@James: can you estimate what we loose on non-i386 when reverting that change 
for now?
@Joseph: what would we do now, report upstream - if so what exactly a 
description and link sent to the author and the ML as we don#t have a fix yet?

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

Title:
  openvswitch: kernel oops destroying interfaces on i386

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

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

[Bug 1792438] Re: [Ubuntu 18.10] Need to enable TM in pseries-cosmic

2018-09-13 Thread Frank Heimes
** Also affects: ubuntu-power-systems
   Importance: Undecided
   Status: New

** Changed in: ubuntu-power-systems
   Importance: Undecided => Critical

** Changed in: ubuntu-power-systems
 Assignee: (unassigned) => Canonical Server Team (canonical-server)

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

Title:
  [Ubuntu 18.10] Need to enable TM in pseries-cosmic

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

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

[Bug 1792501] Re: [Ubuntu18.04][Power9][DD2.2]package installation segfaults inside debian chroot env in P9 KVM guest with HTM enabled (kvm)

2018-09-13 Thread Frank Heimes
** Also affects: ubuntu-power-systems
   Importance: Undecided
   Status: New

** Package changed: ubuntu => linux (Ubuntu)

** Changed in: ubuntu-power-systems
   Importance: Undecided => Critical

** Changed in: ubuntu-power-systems
 Assignee: (unassigned) => Canonical Kernel Team (canonical-kernel-team)

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

Title:
  [Ubuntu18.04][Power9][DD2.2]package installation segfaults inside
  debian chroot env in P9 KVM guest with HTM enabled (kvm)

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

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

[Bug 1740517] Re: SDL2 2.0.6 isn't compiled with Vulkan support

2018-09-13 Thread Ryan C. Gordon
Ok, so following up: Vulkan appears to be disabled because "loadso" (which is 
short for "load shared objects" in this case) is disabled too, and this is not 
a configuration that we generally test for, because that turns off SDL ever 
dynamically loading a library, either internally for its own use (to answer 
runtime questions like "is Wayland available? No? Ok, is Xlib available, 
then?"), or for users of the API to dlopen() libraries.

(As an unrelated bug, "configure --disable-loadso" will still build SDL
with dlopen() support, but the macros get set that make the build
believe it isn't supported.)

So this line in src/video/SDL_vulkan_internal.h causes our specific
problem when Vulkan wasn't explicitly disabled by the configure script:


#if defined(SDL_LOADSO_DISABLED)
#undef SDL_VIDEO_VULKAN
#define SDL_VIDEO_VULKAN 0
#endif


...this makes it, shortly thereafter, not include the actual Vulkan headers, 
causing all those errors Gianfranco listed.

So to answer the question: Vulkan was disabled because it broke the
build, and it breaks the build because --disable-loadso also got added
to debian/rules. So the next question is why did _that_ get added?

Because honestly? I'm amazed --disable-loadso didn't cause problems
earlier. Removing it causes the build to succeed with or without Vulkan.

(as this is actually an issue in Debian's package, which Ubuntu
inherits, should we take this conversation to Debian's bug tracker?)

--ryan.

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

Title:
  SDL2 2.0.6 isn't compiled with Vulkan support

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

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

[Bug 1732883] Re: uvt-kvm wait command will never return on Trusty with a future guest using systemd such as Xenial

2018-09-13 Thread Po-Hsu Lin
Stalled, I will check on the current status for the KVM smoke test, the
behaviour seem a bit different now.

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

Title:
  uvt-kvm wait command will never return on Trusty with a future guest
  using systemd such as Xenial

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

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

[Bug 1792501] [NEW] [Ubuntu18.04][Power9][DD2.2]package installation segfaults inside debian chroot env in P9 KVM guest with HTM enabled (kvm)

2018-09-13 Thread bugproxy
Public bug reported:

== Comment: #0 - Satheesh Rajendran  - 2018-09-11 04:10:09 
==
---Problem Description---
package installation segfaults inside debian chroot env in P9 KVM guest with 
HTM enabled
 
---Additional Hardware Info---
FW with tm-suspend-mode enabled
#cd /sys/firmware/devicetree/base/ibm,opal/fw-features/
#ls -1 tm-suspend-mode
enabled
name
phandle
 
qemu-kvm 1:2.11+dfsg-1ubuntu7.4
 
Machine Type = Power9 DD2.2 
 
---Steps to Reproduce---
 1. Boot a P9 KVM guest Ubuntu 18.04 (with cap-htm=on, bydefault it is on)
tried with upstream kernel aswell(same results)

create tap device in host
# tunctl -t tap1 -u `whoami`;brctl addif virbr0 tap1;ifconfig tap1 up
#qemu-system-ppc64 -enable-kvm -M pseries -m 8192 -smp 4 -drive 
file=/home/sath/ubuntu-18.04-ppc64le.qcow2,format=qcow2,if=none,id=drive-scsi0 
-device virtio-scsi-pci,id=drive-scsi0 -device scsi-hd,drive=drive-scsi0 
-serial mon:stdio -enable-kvm -vga none -nographic -kernel 
/home/sath/vmlinux_4.19 -append root=/dev/sda2 rw console=tty0 
console=ttyS0,115200 init=/sbin/init initcall_debug -netdev 
tap,id=mynet1,ifname=tap1,script=no,downscript=no -device 
virtio-net,netdev=mynet1,mac=52:55:00:d1:55:42

run dhclient inside guest.

2. # mkdir -p stretch
# debootstrap stretch /stretch http://httpredir.debian.org/debian
# chroot /stretch
/# apt-get update && apt-get install -y  make gcc ruby python

...
[   32.029474] random: crng init done
[   32.029477] random: 7 urandom warning(s) missed due to ratelimiting
[  500.300835] dpkg-deb[8704]: segfault (11) at c00037fa nip 
7fffac2d098c lr 7fffac2d08c4 code 1 in libc-2.24.so[7fffac17+19]
[  500.300863] dpkg-deb[8704]: code: 4828 eb090010 2eb8 4096006c 
419e0074 85270004 394a0001 794a0020 
[  500.300881] dpkg-deb[8704]: code: 71280001 408200a0 1d2a0018 7d2b4a14 
 2ea8 40960010 e9090008 

 
---uname output---
4.15.0-34,4.19.0-rc3
 
---Debugger---
A debugger is not configured
 
Contact Information = sathe...@in.ibm.com 
 
Userspace tool common name: 

KVM Guest: Ubuntu GLIBC 2.27-3ubuntu1) stable release version 2.27, 
Chroot inside KVM Guest: Debian GLIBC 2.24-11+deb9u3) stable release version 
2.24 

Userspace rpm:

KVM Guest: Ubuntu GLIBC 2.27-3ubuntu1) stable release version 2.27, 
Chroot inside KVM Guest: Debian GLIBC 2.24-11+deb9u3) stable release version 
2.24 
 
The userspace tool has the following bit modes: both 

Userspace tool obtained from project website:  na 
 
*Additional Instructions for sathe...@in.ibm.com: 
-Post a private note with access information to the machine that the bug is 
occuring on.
-Attach ltrace and strace of userspace application.


So latest update taken from 
https://github.ibm.com/powercloud/icp-ppc64le/issues/470

was able to recreate segfault using TM test cases

/linux/tools/testing/selftests/powerpc/tm

# ./tm-vmxcopy
test: tm_vmxcopy
tags: git_version:v4.19-rc3-0-g11da3a7f84f1-dirty
!! child died by signal 11
failure: tm_vmxcopy

this particular test on being run gets a signal 11

[267132.434651] tm-vmxcopy[641]: unhandled signal 11 at 0001 nip 
000104ba122c lr 000104ba11e4 code 30001
[267253.708795] tm-vmxcopy[7861]: unhandled signal 11 at 0001 nip 
00012a31122c lr 00012a3111e4 code 30001
[267385.064533] tm-vmxcopy[13314]: unhandled signal 11 at 0001 nip 
0001235f122c lr 0001235f11e4 code 30001


== Comment: #12 - Michael Neuling  - 2018-09-13 
00:34:16 ==
Fixes r11 corruption.

== Comment: #14 - Satheesh Rajendran  - 2018-09-13 
03:15:46 ==
Tested with above patch  on KVM host and reported issue is fixed.

# git log -1
commit 72664e47565f5de0a1fead1d9111c97b9b537713 (HEAD -> fix)
Author: Michael Neuling 
Date:   Thu Sep 13 15:33:47 2018 +1000

KVM: PPC: Book3S HV: Fix guest r11 corruption with POWER9 TM workarounds

When we come into the softpatch handler (0x1500), we use r11 to store
the HSRR0 for later use by the denorm handler.

We also use the softpatch handler for the TM workarounds for
POWER9. Unfortunately, in kvmppc_interrupt_hv we later store r11 out
to the vcpu assuming it's still what we got from userspace.

This causes r11 to be corrupted in the VCPU and hence when we restore
the guest, we get a corrupted r11. We've seen this when running TM
tests inside guests on P9.

This fixes the problem by only touching r11 in the denorm case.

Fixes: 4bb3c7a020 ("KVM: PPC: Book3S HV: Work around transactional memory 
bugs in POWER9")
Cc:  # 4.17+
Test-by: Suraj Jitindar Singh 
Reviewed-by: Paul Mackerras 
Signed-off-by: Michael Neuling 

Regards,
-Satheesh

http://patchwork.ozlabs.org/patch/969256/

** Affects: ubuntu
 Importance: Undecided
 Assignee: Ubuntu on IBM Power Systems Bug Triage (ubuntu-power-triage)
 Status: New


** Tags: architecture-ppc64le bugnameltc-171274 severity-critical 
targetmilestone-inin---

** Tags added: 

[Bug 1792501] sosreport of kvm guest

2018-09-13 Thread bugproxy
Default Comment by Bridge

** Attachment added: "sosreport of kvm guest"
   
https://bugs.launchpad.net/bugs/1792501/+attachment/5188678/+files/sosreport-ubuntu-20180911034948.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/1792501

Title:
  [Ubuntu18.04][Power9][DD2.2]package installation segfaults inside
  debian chroot env in P9 KVM guest with HTM enabled (kvm)

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

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

[Bug 1792501] sosreport of debian chroot inside kvm guest

2018-09-13 Thread bugproxy
Default Comment by Bridge

** Attachment added: "sosreport of debian chroot inside kvm guest"
   
https://bugs.launchpad.net/bugs/1792501/+attachment/5188677/+files/sosreport-debian-chroot-20180911084349.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/1792501

Title:
  [Ubuntu18.04][Power9][DD2.2]package installation segfaults inside
  debian chroot env in P9 KVM guest with HTM enabled (kvm)

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

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

[Bug 1792501] Fix for KVM host

2018-09-13 Thread bugproxy
Default Comment by Bridge

** Attachment added: "Fix for KVM host"
   
https://bugs.launchpad.net/bugs/1792501/+attachment/5188679/+files/0001-KVM-PPC-Book3S-HV-Fix-guest-r11-corruption-with-POWE.patch

** Changed in: ubuntu
 Assignee: (unassigned) => Ubuntu on IBM Power Systems Bug Triage 
(ubuntu-power-triage)

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

Title:
  [Ubuntu18.04][Power9][DD2.2]package installation segfaults inside
  debian chroot env in P9 KVM guest with HTM enabled (kvm)

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

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

[Bug 1387300] Re: missing kdev-python3 package

2018-09-13 Thread Launchpad Bug Tracker
[Expired for Ubuntu because there has been no activity for 60 days.]

** Changed in: 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/1387300

Title:
  missing kdev-python3 package

To manage notifications about this bug go to:
https://bugs.launchpad.net/kubuntu-ppa/+bug/1387300/+subscriptions

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

[Bug 1416150] Re: Notification remains permanently

2018-09-13 Thread Launchpad Bug Tracker
[Expired for indicator-applet (Ubuntu) because there has been no
activity for 60 days.]

** Changed in: indicator-applet (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/1416150

Title:
  Notification remains permanently

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/indicator-applet/+bug/1416150/+subscriptions

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

[Bug 1649915] Re: Thunderbird shows ignored messages as unread in folder pane

2018-09-13 Thread Launchpad Bug Tracker
[Expired for thunderbird (Ubuntu) because there has been no activity for
60 days.]

** Changed in: thunderbird (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/1649915

Title:
  Thunderbird shows ignored messages as unread in folder pane

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

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

[Bug 1661709] Re: Could not verify certificate

2018-09-13 Thread Launchpad Bug Tracker
[Expired for thunderbird (Ubuntu) because there has been no activity for
60 days.]

** Changed in: thunderbird (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/1661709

Title:
  Could not verify certificate

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

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

[Bug 1687882] Re: thunderbird startup crash when xul-ext-kwallet5 is installed

2018-09-13 Thread Launchpad Bug Tracker
[Expired for thunderbird (Ubuntu) because there has been no activity for
60 days.]

** Changed in: thunderbird (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/1687882

Title:
  thunderbird startup crash when xul-ext-kwallet5 is installed

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

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

[Bug 1717113] Re: thunderbird FTBFS on 390x in Artful

2018-09-13 Thread Launchpad Bug Tracker
[Expired for thunderbird (Ubuntu) because there has been no activity for
60 days.]

** Changed in: thunderbird (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/1717113

Title:
  thunderbird FTBFS on 390x in Artful

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

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

[Bug 1657037] Re: totem should not claim to be able to open pdfs

2018-09-13 Thread Launchpad Bug Tracker
[Expired for thunderbird (Ubuntu) because there has been no activity for
60 days.]

** Changed in: thunderbird (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/1657037

Title:
  totem should not claim to be able to open pdfs

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

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

[Bug 1658348] Re: thunderbird's LDAP support requires SHA1

2018-09-13 Thread Launchpad Bug Tracker
[Expired for thunderbird (Ubuntu) because there has been no activity for
60 days.]

** Changed in: thunderbird (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/1658348

Title:
  thunderbird's LDAP support requires SHA1

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

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

[Bug 1649316] Re: Thunderbird unignores threads when archiving

2018-09-13 Thread Launchpad Bug Tracker
[Expired for thunderbird (Ubuntu) because there has been no activity for
60 days.]

** Changed in: thunderbird (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/1649316

Title:
  Thunderbird unignores threads when archiving

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

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

[Bug 1700492] Re: package thunderbird-locale-de 1:52.1.1+build1-0ubuntu0.16.04.1 failed to install/upgrade: Paket ist in einem sehr schlechten inkonsistenten Zustand - Sie sollten es nochmal installie

2018-09-13 Thread Launchpad Bug Tracker
[Expired for thunderbird (Ubuntu) because there has been no activity for
60 days.]

** Changed in: thunderbird (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/1700492

Title:
  package thunderbird-locale-de 1:52.1.1+build1-0ubuntu0.16.04.1 failed
  to install/upgrade: Paket ist in einem sehr schlechten inkonsistenten
  Zustand - Sie sollten es  nochmal installieren, bevor Sie die
  Konfiguration versuchen.

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

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

[Bug 1675608] Re: OCSP failure gives "unknown error"

2018-09-13 Thread Launchpad Bug Tracker
[Expired for thunderbird (Ubuntu) because there has been no activity for
60 days.]

** Changed in: thunderbird (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/1675608

Title:
  OCSP failure gives "unknown error"

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

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

[Bug 1657037] Re: totem should not claim to be able to open pdfs

2018-09-13 Thread Launchpad Bug Tracker
[Expired for totem (Ubuntu) because there has been no activity for 60
days.]

** Changed in: totem (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/1657037

Title:
  totem should not claim to be able to open pdfs

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

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

[Bug 1662538] Re: No way to view to the content of a .msg file

2018-09-13 Thread Launchpad Bug Tracker
[Expired for thunderbird (Ubuntu) because there has been no activity for
60 days.]

** Changed in: thunderbird (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/1662538

Title:
  No way to view to the content of a .msg file

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

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

[Bug 1649906] Re: Thunderbird's delete icon is the same as the ignore thread one

2018-09-13 Thread Launchpad Bug Tracker
[Expired for thunderbird (Ubuntu) because there has been no activity for
60 days.]

** Changed in: thunderbird (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/1649906

Title:
  Thunderbird's delete icon is the same as the ignore thread one

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

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

[Bug 1700422] Re: package thunderbird-locale-en 1:52.1.1+build1-0ubuntu0.16.04.1 failed to install/upgrade: package is in a very bad inconsistent state; you should reinstall it before attempting conf

2018-09-13 Thread Launchpad Bug Tracker
[Expired for thunderbird (Ubuntu) because there has been no activity for
60 days.]

** Changed in: thunderbird (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/1700422

Title:
  package thunderbird-locale-en 1:52.1.1+build1-0ubuntu0.16.04.1 failed
  to install/upgrade: package is in a very bad inconsistent state; you
  should  reinstall it before attempting configuration

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

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

[Bug 1690648] Re: Thunderbird can not connect to a gmail account

2018-09-13 Thread Launchpad Bug Tracker
[Expired for thunderbird (Ubuntu) because there has been no activity for
60 days.]

** Changed in: thunderbird (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/1690648

Title:
  Thunderbird can not connect to a gmail account

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

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

[Bug 1685021] Re: package thunderbird-locale-fr 1:45.7.0+build1-0ubuntu0.16.04.1 failed to install/upgrade: error ensuring '/target/var/lib/dpkg/reassemble.deb' doesn't exist: Read-only file system

2018-09-13 Thread Launchpad Bug Tracker
[Expired for thunderbird (Ubuntu) because there has been no activity for
60 days.]

** Changed in: thunderbird (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/1685021

Title:
  package thunderbird-locale-fr 1:45.7.0+build1-0ubuntu0.16.04.1 failed
  to install/upgrade: error ensuring
  '/target/var/lib/dpkg/reassemble.deb' doesn't exist: Read-only file
  system

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

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

[Bug 1720343] Re: xfs test in xfstests will eat up all the space on i386 testing node with zesty kernel

2018-09-13 Thread Po-Hsu Lin
Haven't see this on other newer releases, let's close this. (plus 17.10
EOL)

** Changed in: ubuntu-kernel-tests
   Status: Incomplete => Won't Fix

** Changed in: linux (Ubuntu)
   Status: Incomplete => 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/1720343

Title:
  xfs test in xfstests will eat up all the space on i386 testing node
  with zesty kernel

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

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

[Bug 1730540] Re: gnome-shell freezes after resume then unlock

2018-09-13 Thread Launchpad Bug Tracker
[Expired for gnome-shell (Ubuntu) because there has been no activity for
60 days.]

** Changed in: gnome-shell (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/1730540

Title:
  gnome-shell freezes after resume then unlock

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

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

[Bug 1781644] Re: Defibrillation Point

2018-09-13 Thread Launchpad Bug Tracker
[Expired for gnome-software (Ubuntu) because there has been no activity
for 60 days.]

** Changed in: gnome-software (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/1781644

Title:
  Defibrillation Point

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

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

[Bug 1691796] Re: Copy and pasting from email in "edit" mode mangles some lines

2018-09-13 Thread Launchpad Bug Tracker
[Expired for thunderbird (Ubuntu) because there has been no activity for
60 days.]

** Changed in: thunderbird (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/1691796

Title:
  Copy and pasting from email in "edit" mode mangles some lines

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

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

[Bug 1720951] Re: seccomp test from upstream failed with "global.KILL_process"

2018-09-13 Thread Po-Hsu Lin
17.10 EOL, let's close this.

** Changed in: ubuntu-kernel-tests
   Status: Incomplete => Won't Fix

** Changed in: linux (Ubuntu)
   Status: Incomplete => 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/1720951

Title:
  seccomp test from upstream failed with "global.KILL_process"

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

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

[Bug 1689817] Re: Thunderbird 45.8 (Standard in ubuntu 16.04.2) cannot connect to GMail IMAP

2018-09-13 Thread Launchpad Bug Tracker
[Expired for thunderbird (Ubuntu) because there has been no activity for
60 days.]

** Changed in: thunderbird (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/1689817

Title:
  Thunderbird 45.8 (Standard in ubuntu 16.04.2) cannot connect to GMail
  IMAP

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

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

[Bug 1731737] Re: Remove unneeded transitional packages

2018-09-13 Thread Launchpad Bug Tracker
[Expired for thunderbird (Ubuntu) because there has been no activity for
60 days.]

** Changed in: thunderbird (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/1731737

Title:
  Remove unneeded transitional packages

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

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

[Bug 1719097] Re: package thunderbird 1:52.3.0+build1-0ubuntu0.16.04.1 failed to install/upgrade: não pode copiar dados extráidos para './usr/lib/thunderbird/libxul.so' para '/usr/lib/thunderbird/libx

2018-09-13 Thread Launchpad Bug Tracker
[Expired for thunderbird (Ubuntu) because there has been no activity for
60 days.]

** Changed in: thunderbird (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/1719097

Title:
  package thunderbird 1:52.3.0+build1-0ubuntu0.16.04.1 failed to
  install/upgrade: não pode copiar dados extráidos para
  './usr/lib/thunderbird/libxul.so' para '/usr/lib/thunderbird/libxul.so
  .dpkg-new': fim de ficheiro ou stream inesperado

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

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

[Bug 1700571] Re: package thunderbird 1:52.1.1+build1-0ubuntu0.16.04.1 failed to install/upgrade: 套件 thunderbird 還無法設定 不能設定(目前狀態 `half-installed')

2018-09-13 Thread Launchpad Bug Tracker
[Expired for thunderbird (Ubuntu) because there has been no activity for
60 days.]

** Changed in: thunderbird (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/1700571

Title:
  package thunderbird 1:52.1.1+build1-0ubuntu0.16.04.1 failed to
  install/upgrade: 套件 thunderbird 還無法設定  不能設定(目前狀態 `half-installed')

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

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

[Bug 1700043] Re: Thunderbird unable to print/preview

2018-09-13 Thread Launchpad Bug Tracker
[Expired for thunderbird (Ubuntu) because there has been no activity for
60 days.]

** Changed in: thunderbird (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/1700043

Title:
  Thunderbird unable to print/preview

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

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

[Bug 1763819] Re: package thunderbird-gnome-support 1:52.6.0+build1-0ubuntu0.16.04.1 failed to install/upgrade: error ensuring '/target/var/lib/dpkg/reassemble.deb' doesn't exist: Read-only file syste

2018-09-13 Thread Launchpad Bug Tracker
[Expired for thunderbird (Ubuntu) because there has been no activity for
60 days.]

** Changed in: thunderbird (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/1763819

Title:
  package thunderbird-gnome-support 1:52.6.0+build1-0ubuntu0.16.04.1
  failed to install/upgrade: error ensuring
  '/target/var/lib/dpkg/reassemble.deb' doesn't exist: Read-only file
  system

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

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

[Bug 1688480] Re: package thunderbird-locale-en-gb 1:45.8.0+build1-0ubuntu0.16.04.1 failed to install/upgrade: package is in a very bad inconsistent state; you should reinstall it before attempting c

2018-09-13 Thread Launchpad Bug Tracker
[Expired for thunderbird (Ubuntu) because there has been no activity for
60 days.]

** Changed in: thunderbird (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/1688480

Title:
  package thunderbird-locale-en-gb 1:45.8.0+build1-0ubuntu0.16.04.1
  failed to install/upgrade: package is in a very bad inconsistent
  state; you should  reinstall it before attempting configuration

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

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

[Bug 1773345] Re: package thunderbird-locale-nl 1:52.7.0+build1-0ubuntu1 failed to install/upgrade: kan uitgepakte gegevens voor './usr/lib/thunderbird-addons/extensions/langpack...@thunderbird.mozill

2018-09-13 Thread Launchpad Bug Tracker
[Expired for thunderbird (Ubuntu) because there has been no activity for
60 days.]

** Changed in: thunderbird (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/1773345

Title:
  package thunderbird-locale-nl 1:52.7.0+build1-0ubuntu1 failed to
  install/upgrade: kan uitgepakte gegevens voor './usr/lib/thunderbird-
  addons/extensions/langpack...@thunderbird.mozilla.org.xpi' niet
  kopiëren naar '/usr/lib/thunderbird-addons/extensions/langpack-
  n...@thunderbird.mozilla.org.xpi.dpkg-new': onverwacht einde van bestand
  of stroom

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

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

[Bug 1731475] Re: Conversation history (on right-bottom of application) keeps bumping up and down

2018-09-13 Thread Launchpad Bug Tracker
[Expired for thunderbird (Ubuntu) because there has been no activity for
60 days.]

** Changed in: thunderbird (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/1731475

Title:
  Conversation history (on right-bottom of application) keeps bumping up
  and down

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

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

[Bug 1781544] Re: gdm3 still hangs on hibernate resume

2018-09-13 Thread Launchpad Bug Tracker
[Expired for gdm3 (Ubuntu) because there has been no activity for 60
days.]

** Changed in: gdm3 (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/1781544

Title:
  gdm3 still hangs on hibernate resume

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

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

[Bug 1725285] Re: package thunderbird-gnome-support 1:52.4.0+build1-0ubuntu0.14.04.2 failed to install/upgrade: O pacote está num estado de inconsistência muito mau; deve reinstalá-lo antes de tentar

2018-09-13 Thread Launchpad Bug Tracker
[Expired for thunderbird (Ubuntu) because there has been no activity for
60 days.]

** Changed in: thunderbird (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/1725285

Title:
  package thunderbird-gnome-support 1:52.4.0+build1-0ubuntu0.14.04.2
  failed to install/upgrade: O pacote está num estado de inconsistência
  muito mau; deve  reinstalá-lo antes de tentar a remoção.

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

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

[Bug 1745639] Re: package thunderbird 1:52.2.1+build1-0ubuntu0.16.04.1 failed to install/upgrade: unable to securely remove '/target/usr/share/pixmaps.dpkg-tmp': Read-only file system

2018-09-13 Thread Launchpad Bug Tracker
[Expired for thunderbird (Ubuntu) because there has been no activity for
60 days.]

** Changed in: thunderbird (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/1745639

Title:
  package thunderbird 1:52.2.1+build1-0ubuntu0.16.04.1 failed to
  install/upgrade: unable to securely remove '/target/usr/share/pixmaps
  .dpkg-tmp': Read-only file system

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

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

[Bug 1792499] [NEW] Incorrect quoting of titles

2018-09-13 Thread Raymond Wan
Public bug reported:

I think there is a bug in how titles are quoted, but only if certain
options are selected.  To reproduce, one can start kbibtex and create a
new file.  Then choose "Save" and a window entitled "BibTeX File
Settings" will appear.  Here, choose:

* String Delimiters:  "..."
* Protect Casing?:  Check "Yes" for "Protect Titles"

Then create a new element (i.e., an article) and enter something in the
title.  Switch to the source tab and the quoting becomes:

@article{New1,
title = "{Test"}
}

I guess the final two characters of the "title" line should be reversed.
If I save and reopen this file, then it will be read as two entries (I
haven't tried it with this example, but it has happened with my actual
BibTeX file).  The second entry starts from where the "} are inverted.
I am fairly sure now that the issue is introduced when the entry is
saved; and not when it is subsequently read in.

I haven't tried yet, but I can avoid this problem if I change the string
delimiter and/or protect casing.  But I thought I should report this.
Hopefully someone else sees this bug and it isn't just me...

Details about my system are:

$ lsb_release -rd
Description:Ubuntu 18.04.1 LTS
Release:18.04

$ apt-cache policy kbibtex
kbibtex:
  Installed: 0.8~20170819git31a77b27e8e83836e-3build2
  Candidate: 0.8~20170819git31a77b27e8e83836e-3build2
  Version table:
 *** 0.8~20170819git31a77b27e8e83836e-3build2 500
500 http://us.archive.ubuntu.com/ubuntu bionic/universe amd64 Packages
100 /var/lib/dpkg/status

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


** Tags: kbibtex

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

Title:
  Incorrect quoting of titles

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

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

[Bug 1792002] Re: Wireless signal extremely weak or not detected

2018-09-13 Thread Joseph via ubuntu-bugs
hi Jeremy,

Yes, Secure Boot Disabled in UEFI/BIOS settings

Br,

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

Title:
  Wireless signal extremely weak or not detected

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

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

[Bug 1789146] Re: [Bug][CLX]assertion failure with util_range_rw using libpmemlog, possible kernel DAX bug

2018-09-13 Thread quanxian
we have verified your kernel package, it works. Thanks

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

Title:
  [Bug][CLX]assertion failure with util_range_rw using libpmemlog,
  possible kernel DAX bug

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

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

[Bug 1789962] Re: gnome-shell segfaults in Wayland when display is turned off while Kodi running

2018-09-13 Thread Daniel van Vugt
Also, if the tools aren't working for you then please tell their
maintainers by logging an additional bug here:

  https://bugs.launchpad.net/ubuntu/+source/apport/+filebug

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

Title:
  gnome-shell segfaults in Wayland when display is turned off while Kodi
  running

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

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

[Bug 1792497] [NEW] package shim (not installed) failed to install/upgrade: subprocess dpkg-deb --control returned error exit status 2

2018-09-13 Thread PRATIK PANDYA
Public bug reported:

This happened just after installing ubuntu 14.04.5 LTS along side with windows 
10.
The installation was complete and no login loop issue was there.

Moreover , the system stated an error due to shim not being installed.
The two screen monitor is not working and the other monitor is black..

ProblemType: Package
DistroRelease: Ubuntu 14.04
Package: shim (not installed)
ProcVersionSignature: Ubuntu 4.4.0-135.161~14.04.1-generic 4.4.140
Uname: Linux 4.4.0-135-generic x86_64
.proc.sys.kernel.moksbstate.disabled: 0
ApportVersion: 2.14.1-0ubuntu3.21
Architecture: amd64
BootEFIContents:
 grub.cfg
 grubx64.efi
 mmx64.efi
 shimx64.efi
Date: Fri Sep 14 11:30:55 2018
EFITables:
 Sep 14 11:32:42 plp-ROS kernel: [0.00] efi: EFI v2.50 by American 
Megatrends
 Sep 14 11:32:42 plp-ROS kernel: [0.00] efi:  ACPI 2.0=0x8ea21000  
ACPI=0x8ea21000  SMBIOS=0x8f644000  SMBIOS 3.0=0x8f643000  ESRT=0x8a498698 
 Sep 14 11:32:42 plp-ROS kernel: [0.00] esrt: Reserving ESRT space from 
0x8a498698 to 0x8a4986f8.
ErrorMessage: subprocess dpkg-deb --control returned error exit status 2
InstallationDate: Installed on 2018-09-14 (0 days ago)
InstallationMedia: Ubuntu 14.04.5 LTS "Trusty Tahr" - Release amd64 (20160803)
RelatedPackageVersions:
 dpkg 1.17.5ubuntu5.7
 apt  1.0.1ubuntu2.14
SecureBoot: 6   0   0   0   0
SourcePackage: shim
Title: package shim (not installed) failed to install/upgrade: subprocess 
dpkg-deb --control returned error exit status 2
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-package trusty

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

Title:
  package shim (not installed) failed to install/upgrade: subprocess
  dpkg-deb --control returned error exit status 2

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

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

[Bug 1789786] Re: SRU ledmon into Bionic

2018-09-13 Thread Woodrow Shen
Hi Mathieu,

I just follow-up the SRU procedure
(https://wiki.ubuntu.com/StableReleaseUpdates#Procedure), and please
feel free to fix/cancel subscription if I'm driving the wrong way.

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

Title:
  SRU ledmon into Bionic

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

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

[Bug 1565448] Re: [needs-packaging] User-mode-linux package missing in Ubuntu

2018-09-13 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: user-mode-linux (Ubuntu)
   Status: New => Confirmed

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

Title:
  [needs-packaging] User-mode-linux package missing in Ubuntu

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

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

[Bug 1782597] Re: Output of my USB audio device gets progressively bitcrushed

2018-09-13 Thread Richard A Hofer
Unforunately, I believe this is an issue with the MOTU Ultralite AVB.
Several people are actively trying to solve it over here:
https://linuxmusicians.com/viewtopic.php?f=6=18046

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

Title:
  Output of my USB audio device gets progressively bitcrushed

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

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

[Bug 1789962] Re: gnome-shell segfaults in Wayland when display is turned off while Kodi running

2018-09-13 Thread Daniel van Vugt
Frank,

Sorry to hear things aren't working for you. I have read through your
files and:

_usr_bin_Xwayland.1000.crash: Stack trace mostly unreadable (missing symbols)
_usr_bin_gnome-shell.1000.crash: Stack trace is missing

Please confirm that you have tried both:

 (a) Running this in a terminal:
apport-cli _usr_bin_gnome-shell.1000.crash
 then choose "Send report" and wait to be given a link.
 Copy or follow the link in a web browser to create a new bug.
 If it doesn't work then please copy and paste the terminal output from
 that command into this bug.

 (b) Waiting at least 10 seconds for the page
https://errors.ubuntu.com/user/YOUR_WHOOPSIE_ID
 to change after opening it in a web browser, where YOUR_WHOOPSIE_ID is
 the content of /var/lib/whoopsie/whoopsie-id


** Changed in: gnome-shell (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/1789962

Title:
  gnome-shell segfaults in Wayland when display is turned off while Kodi
  running

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

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

[Bug 1792437] Re: totem video play back laggy when opened through GUI, running it from terminal is OK

2018-09-13 Thread Daniel van Vugt
Thank you for taking the time to report this bug and helping to make
Ubuntu better. Please execute the following command only once, as it
will automatically gather debugging information, in a terminal:

apport-collect 1792437

When reporting bugs in the future please use apport by using 'ubuntu-
bug' and the name of the package affected. You can learn more about this
functionality at https://wiki.ubuntu.com/ReportingBugs.

** Tags added: cosmic

** Changed in: totem (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/1792437

Title:
  totem video play back laggy when opened through GUI, running it from
  terminal is OK

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

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

[Bug 1730867] Re: [Feature][HMEM] Consume HMAT tables in Linux guest, create sysfs representation

2018-09-13 Thread quanxian
** Description changed:

  Description:
  
  This is dependent upon these two other Jira features:
  [HMEM] Specify initial sysfs representation for heterogeneous memory
  [HMEM] Update QEMU prototype to the latest HMAT spec, R053
  This task is to consume the newly updated HMAT talbles and create the sysfs 
representation.
  
- Target Kernel: 4.19
+ Target Kernel: TBD
  Target Release: 18.04

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

Title:
  [Feature][HMEM] Consume HMAT tables in Linux guest, create sysfs
  representation

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

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

[Bug 1788603] Re: libvirt fails with failure to open mount namespace

2018-09-13 Thread Bug Watch Updater
** Changed in: libvirt (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/1788603

Title:
  libvirt fails with failure to open mount namespace

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

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

[Bug 1792326] Re: Pulse audio problems

2018-09-13 Thread Daniel van Vugt
OK.

Please:

1. Open 'Settings'. If you can't find it just tap the Windows key and
type 'Settings'.

2. In Settings go to 'Sound' and choose the 'Applications' tab.

3. Reduce the volume for the affected app (while the app is running),
and if that doesn't work then reduce the main 'Output volume' slider.

** Changed in: pulseaudio (Ubuntu)
   Status: Incomplete => Invalid

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

Title:
  Pulse audio problems

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

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

[Bug 1792365] Re: On-screen keyboard doesn't work outside of Ubuntu's text fields

2018-09-13 Thread Daniel van Vugt
As I understand it, OSK support is something that has to be implemented
in each toolkit (e.g. GTK) or each app (e.g. Chrome) if not using a
common toolkit, via accessibility APIs.

Do you find any apps other than Chrome and Gedit affected?

I wonder if this bug is affected by your custom setting:
  b'org.gnome.desktop.interface' b'toolkit-accessibility' b'true'
It might work better without that (false is the default).


** Tags added: osk

** Changed in: gnome-shell (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/1792365

Title:
  On-screen keyboard doesn't work outside of Ubuntu's text fields

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

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

[Bug 1792365] Re: On-screen keyboard doesn't work outside of Ubuntu's text fields

2018-09-13 Thread Daniel van Vugt
Also, we can't handle Chrome bugs in launchpad but you might want to try
its cousin:

  chromium-browser

and tell us if that is affected too.

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

** Changed in: gedit (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/1792365

Title:
  On-screen keyboard doesn't work outside of Ubuntu's text fields

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

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

[Bug 1788547] Re: gnome-shell notifications use Yaru theme even if Yaru is not selected

2018-09-13 Thread Rocko
It's not that I want to be closer to the default GNOME look and feel -
it's that Ubuntu has changed the system theme to one that clashes with
dark themes (like Yaru dark). The default gnome system theme works with
both light and dark themes.

Is gnome-session the same as the ubuntu session except for the theming?

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

Title:
  gnome-shell notifications use Yaru theme even if Yaru is not selected

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/yaru-theme/+bug/1788547/+subscriptions

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

[Bug 1789146] Re: [Bug][CLX]assertion failure with util_range_rw using libpmemlog, possible kernel DAX bug

2018-09-13 Thread quanxian
hi, Joseph

I have built a kernel by myself clone from below link. The version is
4.18.

git://kernel.ubuntu.com/kernel-ppa/mirror/ubuntu-cosmic.git
commit d4b160782ac74f5301651346495903a30cf752d3 (HEAD -> master, tag: 
Ubuntu-4.18.0-7.8, origin/master, origin/HEAD)
Author: Seth Forshee 
Date:   Tue Aug 28 11:09:06 2018 -0500

UBUNTU: Ubuntu-4.18.0-7.8

Signed-off-by: Seth Forshee 


in this branch, there is no patch. Test failed.
I apply the new patch, the test works.

Therefore for 4.18, it will be fine with patch.

For your new kernel, I will have a try, will let you know the result.

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

Title:
  [Bug][CLX]assertion failure with util_range_rw using libpmemlog,
  possible kernel DAX bug

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

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

[Bug 1164016] Re: restore type-ahead find

2018-09-13 Thread Jan-Jonas Sämann
This stupid behavior isn't only inconvinient,

-> this really BREAKS FUNCTIONALITY if you work on network resources.

Especially in Germany where possible internet speeds in many locations
do not exeed well known dialup connection speeds.

What happens then is a complete lockup on nautilus while the filelists
are queried again from the remote site. This usually takes minutes to
complete.

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

Title:
  restore type-ahead find

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

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

[Bug 1782689] Re: HDMI/DP audio can't work on the laptop of Dell Latitude 5495

2018-09-13 Thread Hui Wang
** Tags removed: verification-needed-bionic
** Tags added: verification-done-bionic

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

Title:
  HDMI/DP audio can't work on the laptop of Dell Latitude 5495

To manage notifications about this bug go to:
https://bugs.launchpad.net/hwe-next/+bug/1782689/+subscriptions

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

[Bug 1737750] Re: nvidia-graphics-drivers fail to build [error: implicit declaration of function ‘init_timer’]

2018-09-13 Thread Pawel
There is a chance for fixing this (nvidia-340) or it is a lost case?

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

Title:
  nvidia-graphics-drivers fail to build [error: implicit declaration of
  function ‘init_timer’]

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-drivers-304/+bug/1737750/+subscriptions

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

[Bug 1792466] Re: Update google compute-image-packages to 20180905

2018-09-13 Thread Launchpad Bug Tracker
This bug was fixed in the package gce-compute-image-packages -
20180905+dfsg1-0ubuntu1

---
gce-compute-image-packages (20180905+dfsg1-0ubuntu1) cosmic; urgency=medium

  [ Balint Reczey ]
  * New upstream version 20180905+dfsg1 (LP: #1792466)
- Restart the network daemon if networking is restarted.
- Prevent setup of the default ethernet interface.
- Accounts daemon can now verify username is 32 characters or less.
- Prevent IP forwarding daemon log spam.
- Make default shell configurable when executing metadata scripts.
- Rename distro directory to distro_lib.
  * debian/control: Update Vcs-* fields to point to the new packaging repository
  * Update shared library symlinks
  * Drop 0001-Adjust-tests-to-changed-LoadJsonArrayToCache-behavio.patch,
it is integrated upstream
  * Build depend on debhelper (>= 9.20160709) instead of on dh-systemd
to keep Lintian happy.

  [ Google Cloud Team ]
  * Remove NTP dependency from packaging

 -- Balint Reczey   Thu, 13 Sep 2018 23:08:33 +0200

** Changed in: gce-compute-image-packages (Ubuntu)
   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/1792466

Title:
   Update google compute-image-packages to 20180905

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gce-compute-image-packages/+bug/1792466/+subscriptions

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

[Bug 1788219] Re: backport upstream landscape-client fixes

2018-09-13 Thread Ubuntu Foundations Team Bug Bot
The attachment "cosmic.debdiff" seems to be a debdiff.  The ubuntu-
sponsors team has been subscribed to the bug report so that they can
review and hopefully sponsor the debdiff.  If the attachment isn't a
patch, please remove the "patch" flag from the attachment, remove the
"patch" tag, and if you are member of the ~ubuntu-sponsors, unsubscribe
the team.

[This is an automated message performed by a Launchpad user owned by
~brian-murray, for any issue please contact him.]

** Tags added: patch

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

Title:
  backport upstream landscape-client fixes

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

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

[Bug 1792467] Re: Ubuntu upgrade interrupt. Due to very long process time for Ubuntu upgrade from 14.04 to 16.04, the software packages' questions asking in the mid-term that cause installation interr

2018-09-13 Thread Ubuntu Foundations Team Bug Bot
** Tags added: trusty2xenial

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

Title:
  Ubuntu upgrade interrupt. Due to very long process time for Ubuntu
  upgrade from 14.04 to 16.04, the software packages' questions asking
  in the mid-term that cause installation interrupt.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-release-upgrader/+bug/1792467/+subscriptions

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

[Bug 1788219] Re: backport upstream landscape-client fixes

2018-09-13 Thread Simon Poirier
** Patch added: "trusty.debdiff"
   
https://bugs.launchpad.net/ubuntu/+source/landscape-client/+bug/1788219/+attachment/5188640/+files/trusty.debdiff

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

Title:
  backport upstream landscape-client fixes

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

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

[Bug 1788219] Re: backport upstream landscape-client fixes

2018-09-13 Thread Simon Poirier
** Patch added: "xenial.debdiff"
   
https://bugs.launchpad.net/ubuntu/+source/landscape-client/+bug/1788219/+attachment/5188639/+files/xenial.debdiff

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

Title:
  backport upstream landscape-client fixes

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

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

[Bug 1788219] Re: backport upstream landscape-client fixes

2018-09-13 Thread Simon Poirier
** Patch added: "bionic.debdiff"
   
https://bugs.launchpad.net/ubuntu/+source/landscape-client/+bug/1788219/+attachment/5188638/+files/bionic.debdiff

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

Title:
  backport upstream landscape-client fixes

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

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

[Bug 1788219] Re: backport upstream landscape-client fixes

2018-09-13 Thread Simon Poirier
** Summary changed:

- vm_type for nutanix cloud instances
+ backport upstream landscape-client fixes

** Description changed:

- Landscape client does not properly report vm_type for Nutanix cloud
- instances.
+ [Impact]
  
- DMI id for those instances are:
+ This bug is for inclusion of a limited collection of upstream fixes affecting
+ some of landscape features such as
  
- sys_vendor: Nutanix
- bios_vendor: SeaBIOS
- chassis_vendor: Red Hat
+  * The dmi id for Nutanix cloud instances was added to the detection list
+for it to be properly detected as KVM.
+ 
+  * Various corrections related to release-upgrades (LP: #1699179) performed
+by landscape. Those should address cases of failure to upgrade, failure
+to report upgrade success, failure to reboot after an upgrade.
+ 
+  * Decoding of unicode tags when running scripts and using python3 client.
+This change is intentionally left out of trusty and xenial clients, for
+which landscape-client run on python2.7 and is different enough in
+its encoding handling. (LP: #1765518)
+ 
+ [Test Case]
+ 
+  * Tagging a client with accented characters and running a simple
+"echo script" should be enough to validate the encoding change.
+ 
+  * For the release-upgrade, one should be able to trigger one from landscape
+running on trusty or xenial. That upgrade should be reported as a success
+by landscape. A reboot command following that upgrade should also
+work, accompanied by a report of systemd errors which may have been raised
+during the action.
+ 
+ [Regression Potential]
+ 
+  * The hypervisor change is both trivial and similar to previous
+ changes.
+ 
+  * The tag encoding change for scripts is equally trivial for recent clients.
+It affects only code related to running shell script and, assuming bad
+system encoding, should still work the same for ASCII tags.
+However, the nature of python2.7 handling of encoding for trusty and xenial
+is different enough for this patch not to be included for them, thus
+avoiding regressions on those clients.
+ 
+  * The patch which avoids apt-locks during an upgrade does have some potential
+attached. However since it's already released in bionic and cosmic,
+it's fairly well tested.
+ 
+  * The upgrade success reporting patch should be safe as it's only an earlier
+import of a library which will get touched during the upgrade. Worst case
+scenario, it would only fail faster.
+ 
+  * The reboot patch is not quite trivial but should be safe. It only adds an
+additional error handler in cases where shutdown command fails in order
+to try an additional method. Normal success behaviour is unchanged.
+ 
+ [Other Info]
+ 
+  * Patches are already in the upstreams trunk.
+  * Those changes have been tested by some affected users

** Patch added: "cosmic.debdiff"
   
https://bugs.launchpad.net/ubuntu/+source/landscape-client/+bug/1788219/+attachment/5188637/+files/cosmic.debdiff

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

Title:
  backport upstream landscape-client fixes

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

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

[Bug 1791745] Re: linux: 4.4.0-136.162 -proposed tracker

2018-09-13 Thread Brad Figg
** Changed in: kernel-sru-workflow/snap-release-to-candidate
   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/1791745

Title:
  linux: 4.4.0-136.162 -proposed tracker

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

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

[Bug 1791753] Re: linux-snapdragon: 4.4.0-1101.106 -proposed tracker

2018-09-13 Thread Brad Figg
** Changed in: kernel-sru-workflow/snap-release-to-candidate
   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/1791753

Title:
  linux-snapdragon: 4.4.0-1101.106 -proposed tracker

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

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

[Bug 1791752] Re: linux-raspi2: 4.4.0-1097.105 -proposed tracker

2018-09-13 Thread Brad Figg
** Changed in: kernel-sru-workflow/snap-release-to-candidate
   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/1791752

Title:
  linux-raspi2: 4.4.0-1097.105 -proposed tracker

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

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

[Bug 1791752] Re: linux-raspi2: 4.4.0-1097.105 -proposed tracker

2018-09-13 Thread Canonical Certification Team
Snap beta testing complete, no regressions found. Ready for promotion.
Results here:
https://trello.com/c/S0cDhO3B/378-pi2-kernel-440-1097105-71

** Changed in: kernel-sru-workflow/snap-certification-testing
   Status: Confirmed => Fix Released

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

Title:
  linux-raspi2: 4.4.0-1097.105 -proposed tracker

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

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

[Bug 1791753] Re: linux-snapdragon: 4.4.0-1101.106 -proposed tracker

2018-09-13 Thread Canonical Certification Team
Snap beta testing complete, no regressions found. Ready for promotion.
Results here: https://trello.com/c/KSU35GLK/379-dragonboard-
kernel-440-1101106-65

** Changed in: kernel-sru-workflow/snap-certification-testing
   Status: Confirmed => Fix Released

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

Title:
  linux-snapdragon: 4.4.0-1101.106 -proposed tracker

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

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

[Bug 1791745] Re: linux: 4.4.0-136.162 -proposed tracker

2018-09-13 Thread Canonical Certification Team
Snap beta testing complete, no regressions found. Ready for promotion.
Results here: https://trello.com/c/bvWNRqP4/380-pc-kernel-440-136162-153

** Changed in: kernel-sru-workflow/snap-certification-testing
   Status: Confirmed => Fix Released

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

Title:
  linux: 4.4.0-136.162 -proposed tracker

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

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

[Bug 1792477] [NEW] /usr/bin/gzclient-7.0.0:6:__assert_fail_base:__GI___assert_fail:Ogre::AxisAlignedBox::setExtents:Ogre::AxisAlignedBox::operator:Ogre::MovableObject::getWorldBoundingBox

2018-09-13 Thread errors.ubuntu.com bug bridge
Public bug reported:

The Ubuntu Error Tracker has been receiving reports about a problem regarding 
gazebo.  This problem was most recently seen with package version 7.0.0+dfsg-2, 
the problem page at 
https://errors.ubuntu.com/problem/f69bc7c17e8c6f304dd69df300f083524a6b2dd5 
contains more details, including versions of packages affected, stacktrace or 
traceback, and individual crash reports.
If you do not have access to the Ubuntu Error Tracker and are a software 
developer, you can request it at http://forms.canonical.com/reports/.

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


** Tags: xenial

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

Title:
  
/usr/bin/gzclient-7.0.0:6:__assert_fail_base:__GI___assert_fail:Ogre::AxisAlignedBox::setExtents:Ogre::AxisAlignedBox::operator:Ogre::MovableObject::getWorldBoundingBox

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

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

[Bug 878986] Re: amixer -q sset Master toggle does mute, but does not unmute!

2018-09-13 Thread jimbo1qaz
I need this bug to be fixed. The issue is I am routing Pulseaudio
through JACK plugin, and "amixer -D pulse" only mutes apps playing
through PulseAudio but not JACK Audio, and is consequently not a working
solution for me.

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

Title:
  amixer -q sset Master toggle does mute, but does not unmute!

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

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

[Bug 1791420] Re: Sync rust-ripgrep 0.9.0-4 (universe) from Debian unstable (main)

2018-09-13 Thread Jeremy Bicha
This bug was fixed in the package rust-ripgrep - 0.9.0-5
Sponsored for Sylvestre Ledru (sylvestre)

---
rust-ripgrep (0.9.0-5) unstable; urgency=medium

  * Team upload.
  * Package ripgrep 0.9.0 from crates.io using debcargo 2.2.7

 -- Ximin Luo   Thu, 13 Sep 2018 00:11:50 -0700

rust-ripgrep (0.9.0-4) unstable; urgency=medium

  [ Helmut Grohne ]
  * Support DEB_BUILD_OPTIONS=nocheck. (Closes: #907739)

 -- Sylvestre Ledru   Mon, 03 Sep 2018 11:10:29
+0200

** Changed in: rust-ripgrep (Ubuntu)
   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/1791420

Title:
  Sync rust-ripgrep 0.9.0-4 (universe) from Debian unstable (main)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/rust-ripgrep/+bug/1791420/+subscriptions

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

[Bug 1791324] Re: /usr/share/apport/apport-gtk:KeyError:/usr/share/apport/apport-gtk@598:run_argv:run_crashes:run_crash

2018-09-13 Thread Brian Murray
Ah actually, I think my apport versions were mismatched. As we can see
below python3-apport was updated but apport-gtk and apport were not.


105 Start-Date: 2018-09-13  11:00:45
106 Commandline: apt install apport-retrace
107 Requested-By: bdmurray (1000)
108 Install: apport-retrace:amd64 (2.20.9-0ubuntu7.3)
109 Upgrade: python3-apport:amd64 (2.20.9-0ubuntu7.2, 2.20.9-0ubuntu7.3)
110 End-Date: 2018-09-13  11:00:47
111 
112 Start-Date: 2018-09-13  15:25:13
113 Commandline: apt-get install apport-gtk
114 Requested-By: bdmurray (1000)
115 Upgrade: apport-gtk:amd64 (2.20.9-0ubuntu7.2, 2.20.9-0ubuntu7.3)
116 End-Date: 2018-09-13  15:25:13
117 
118 Start-Date: 2018-09-13  15:26:03
119 Commandline: apt-get install apport
120 Requested-By: bdmurray (1000)
121 Upgrade: apport:amd64 (2.20.9-0ubuntu7.2, 2.20.9-0ubuntu7.3)
122 End-Date: 2018-09-13  15:26:08

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

Title:
  /usr/share/apport/apport-gtk:KeyError:/usr/share/apport/apport-
  gtk@598:run_argv:run_crashes:run_crash

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

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

[Bug 1791423] Re: Please upgrade ubuntu-kylin-docs to 18.10.0

2018-09-13 Thread Jeremy Bicha
https://launchpad.net/ubuntu/+source/ubuntu-kylin-docs/18.10.0

** Changed in: ubuntu-kylin-docs (Ubuntu)
   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/1791423

Title:
  Please upgrade ubuntu-kylin-docs to 18.10.0

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-kylin-docs/+bug/1791423/+subscriptions

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

[Bug 1690085]

2018-09-13 Thread nancy154
(In reply to Michaël Colignon from comment #420)
> ...
> I want to add another thing, about fixing it directly from the kernel.
> As typical idle current seems (i am testing it again for see) not needed
> under the other OS, that's because the core parking under this other OS is
> partially disabled by DEFAULT on this OS as i said earlier in this thread.
> 
> So it seems possible to fix it via the kernel, without make use of an uefi
> parameters not enabled by default...

I can perhaps confirm that. But I have to say first, I'm not a developer
and I do not understand anything about Linux.

I use an AMD Ryzen 5 1600 Six-Core @ 12x 3.2GHz with Gentoo as the
operating system. So it's very easy for me to build a kernel just for my
machine. (Without the whole Intel, ARM64, Android and Big-Data stuff.)

I try the kernels with standard bios setup, without kernel parameters
like "idle = nomwait", without OC. My bios only has Global C-states Auto
(which is default) and enable/disable options. There is no "Idle Control
to "Typical Current Idle"" in the BIOS. Only CONFIG_RCU_NOCB_CPU=y is
set in the .config.

BOOT_IMAGE=/boot/kernel-x86_64-4.19.0-rc3 
root=UUID=465f9c93-09d0-441b-9440-8ec7799b557c ro real_root=/dev/sdd4 
resume=/dev/sdd3 init=/usr/lib/systemd/systemd
rootfstype=ext4

./zenstates.py -l
...
C6 State - Package - Enabled
C6 State - Core - Enabled
...
On this basis,
It is to be confirmed by me that the kernel 4.17.14 works really well. But the 
series 4.18.x is cruel. Also the currently as "stable" declarated 4.18.7. Bad. 
Freeze or reboot every 2 - 3 hours.

To my surprise, the 4.19.0-rcX work well. So far no soft lockups.

I do not know why. But these are the subjective results of my playing
with the kernels.

I can also understand that the few kernel developers are working on
priority issues. Please think of Specter and Meltdown.

But a few clarifying information would be very welcome..

-- 
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 1792234] Re: Sync openafs 1.8.2-1 (universe) from Debian unstable (main)

2018-09-13 Thread Jeremy Bicha
This bug was fixed in the package openafs - 1.8.2-1
Sponsored for Anders Kaseorg (andersk)

---
openafs (1.8.2-1) unstable; urgency=high

  * New upstream release 1.8.1.1:
- Support Linux 4.18.
  * New upstream security release 1.8.2 (Closes: #908616):
- Fix OPENAFS-SA-2018-001: unauthenticated volume operations via butc
  (CVE-2018-16947).
- Fix OPENAFS-SA-2018-002: information leakage in RPC output variables
  (CVE-2018-16948).
- Fix OPENAFS-SA-2018-003: denial of service due to excess resource
  consumption (CVE-2018-16949).

 -- Anders Kaseorg   Tue, 11 Sep 2018 22:53:43 -0700

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

Title:
  Sync openafs 1.8.2-1 (universe) from Debian unstable (main)

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

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

[Bug 1792473] [NEW] Chromium is not honoring IP version priority

2018-09-13 Thread Vasya Pupkin
Public bug reported:

Starting from version 69.0.3497.81 Chromium browser stopped honoring IP version 
priority configured in /etc/gai.conf. I have the following entry there:
===
#For sites which prefer IPv4 connections change the last line to
#
precedence :::0:0/96  100
===
Which should prioritize IPv4 over IPv6, but Chromium still uses IPv6 when 
available.

ProblemType: Bug
DistroRelease: Ubuntu 16.04
Package: chromium-browser 69.0.3497.81-0ubuntu0.16.04.1
ProcVersionSignature: Ubuntu 4.15.0-34.37~16.04.1-generic 4.15.18
Uname: Linux 4.15.0-34-generic x86_64
ApportVersion: 2.20.1-0ubuntu2.18
Architecture: amd64
CurrentDesktop: Unity
CurrentDmesg: Error: command ['dmesg'] failed with exit code 1: dmesg: read 
kernel buffer failed: Operation not permitted
DRM.card0-DP-1:
 enabled: disabled
 dpms: Off
 status: disconnected
 edid-base64: 
 modes:
DRM.card0-DP-2:
 enabled: disabled
 dpms: Off
 status: disconnected
 edid-base64: 
 modes:
DRM.card0-HDMI-A-1:
 enabled: disabled
 dpms: Off
 status: disconnected
 edid-base64: 
 modes:
DRM.card0-HDMI-A-2:
 enabled: disabled
 dpms: Off
 status: disconnected
 edid-base64: 
 modes:
DRM.card0-eDP-1:
 enabled: enabled
 dpms: On
 status: connected
 edid-base64: 
AP///wANruUVABQaAQSVIhN4Aihll1lUjiceUFQBAQEBAQEBAQEBAQEBAQEBtDuASnE4NEBQNmgAWMEQAAAY/gBOMTU2SENBLUVBQQog/gBDTU4KICAgICAgICAg/gBOMTU2SENBLUVBQQogANM=
 modes: 1920x1080
Date: Fri Sep 14 01:38:33 2018
Desktop-Session:
 'ubuntu'
 '/etc/xdg/xdg-ubuntu:/usr/share/upstart/xdg:/etc/xdg'
 
'/usr/share/ubuntu:/usr/share/gnome:/usr/local/share:/usr/share:/var/lib/snapd/desktop'
DetectedPlugins:
 
Env:
 'None'
 'None'
Load-Avg-1min: 0.32
Load-Processes-Running-Percent:   0.1%
Lsusb:
 Bus 002 Device 002: ID 0bda:0316 Realtek Semiconductor Corp. 
 Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
 Bus 001 Device 003: ID 13d3:5619 IMC Networks 
 Bus 001 Device 002: ID 8087:0a2b Intel Corp. 
 Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
MachineType: LENOVO 20HAS20T00
ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-4.15.0-34-generic 
root=/dev/mapper/afaians--ub16--vg-root ro quiet
SourcePackage: chromium-browser
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 02/07/2018
dmi.bios.vendor: LENOVO
dmi.bios.version: N1VET40W (1.30 )
dmi.board.asset.tag: Not Available
dmi.board.name: 20HAS20T00
dmi.board.vendor: LENOVO
dmi.board.version: SDK0J40697 WIN
dmi.chassis.asset.tag: No Asset Information
dmi.chassis.type: 10
dmi.chassis.vendor: LENOVO
dmi.chassis.version: None
dmi.modalias: 
dmi:bvnLENOVO:bvrN1VET40W(1.30):bd02/07/2018:svnLENOVO:pn20HAS20T00:pvrThinkPadT570:rvnLENOVO:rn20HAS20T00:rvrSDK0J40697WIN:cvnLENOVO:ct10:cvrNone:
dmi.product.family: ThinkPad T570
dmi.product.name: 20HAS20T00
dmi.product.version: ThinkPad T570
dmi.sys.vendor: LENOVO
modified.conffile..etc.default.chromium-browser: [deleted]

** Affects: chromium-browser (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug xenial

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

Title:
  Chromium is not honoring IP version priority

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

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

[Bug 1792045] Re: Ubuntu 18.04 external USB hard drive performance 1/10th of 16.04

2018-09-13 Thread Phil Stevenson
Hi there,

Thank you for your response. As requested I tested the newest mainline
kernel 4.19-rc3. Unfortunately the issue persists.

Something of note that I just discovered: A live session of 18.04 does
NOT have this issue. The kernel version reported there is 4.15.0-29 (I
think. Whatever ships on the amd64 ISO image). So I booted 18.04 to that
kernel version during startup... and the issue is still there with that
one external drive only. Another USB 3 thumb drive still writes at full
performance (30 MB/s).

This makes me think it isn't a kernel issue but rather some other
package that got updated.

** Tags added: kernel-bug-exists-upstream

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

** Description changed:

- From both a live and an installed 18.04 environment, I cannot get my
- external 8TB sata hard drive (attached via USB 3) to write faster than
- about 10 megabytes per second under Ubuntu 18.04. I have another that
- writes at the expected full speed or close enough (100+ MBps).
+ I cannot get my external 8TB sata hard drive (attached via USB 3) to
+ write faster than about 10 megabytes per second under Ubuntu 18.04. I
+ have another that writes at the expected full speed or close enough
+ (100+ MBps).
  
  I have tried:
  
  * Changing the enclosure from the stock to a new one
  * Using usb-storage "quirks" options in modprobe conf files to work around 
any UAS incompatibilities with the bridge (many reports of the drive working at 
full performance when disabling UAS, no such luck for me)
  * Checking the disk for errors
  * Updating the kernel to the most recent mainline (4.18.6 at the time)
  * Checking UEFI settings (I'm already on the most recent revision of the 
firmware)
  * Applying all available updates
  * Changing USB ports
  * Checking dmesg for any obvious errors (dead end, I googled everything)
  
  Again, a different external 3TB USB 3 drive does not have any write
  speed issues at all, so it's not the computer (Intel NUC7PJYH).
  
  However, the very same drive in both of the enclosures I have used works
  *perfectly* in Ubuntu 16.04 on kernel 4.15.0-34 in both a live session
  and installed. I am not sure what the difference is between the two LTS
  versions that is causing this, but unfortunately I think I've reached
  the end of my know-how on this.
  
  Thank you for your time, and please let me know what other information I
  can provide.
  
  ProblemType: Bug
  DistroRelease: Ubuntu 18.04
  Package: linux-image-4.15.0-33-generic 4.15.0-33.36
  ProcVersionSignature: Ubuntu 4.15.0-33.36-generic 4.15.18
  Uname: Linux 4.15.0-33-generic x86_64
  ApportVersion: 2.20.9-0ubuntu7.3
  Architecture: amd64
  AudioDevicesInUse: Error: command ['fuser', '-v', '/dev/snd/by-path', 
'/dev/snd/hwC0D0', '/dev/snd/pcmC0D1p', '/dev/snd/pcmC0D0c', 
'/dev/snd/pcmC0D0p', '/dev/snd/controlC0', '/dev/snd/seq', '/dev/snd/timer'] 
failed with exit code 1:
  CurrentDesktop: XFCE
  Date: Tue Sep 11 18:33:46 2018
  InstallationDate: Installed on 2018-09-06 (4 days ago)
  InstallationMedia: Ubuntu 18.04.1 LTS "Bionic Beaver" - Release amd64 
(20180725)
  Lsusb:
   Bus 002 Device 002: ID 174c:55aa ASMedia Technology Inc. ASM1051E SATA 6Gb/s 
bridge, ASM1053E SATA 6Gb/s bridge, ASM1153 SATA 3Gb/s bridge
   Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
   Bus 001 Device 003: ID 8087:0aaa Intel Corp.
   Bus 001 Device 002: ID 1997:2433
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  MachineType: Intel Corporation NUC7PJYH
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcFB:
  
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.15.0-33-generic 
root=UUID=b40fd1a1-0de5-40bb-b598-7f4cd53daee1 ro quiet splash vt.handoff=1
  PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: No 
PulseAudio daemon running, or not running as session daemon.
  RelatedPackageVersions:
   linux-restricted-modules-4.15.0-33-generic N/A
   linux-backports-modules-4.15.0-33-generic  N/A
   linux-firmware 1.173.1
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  WifiSyslog:
  
  dmi.bios.date: 08/21/2018
  dmi.bios.vendor: Intel Corp.
  dmi.bios.version: JYGLKCPX.86A.0044.2018.0821.1915
  dmi.board.name: NUC7JYB
  dmi.board.vendor: Intel Corporation
  dmi.board.version: J67969-401
  dmi.chassis.type: 35
  dmi.chassis.vendor: Intel Corporation
  dmi.chassis.version: 2.0
  dmi.modalias: 
dmi:bvnIntelCorp.:bvrJYGLKCPX.86A.0044.2018.0821.1915:bd08/21/2018:svnIntelCorporation:pnNUC7PJYH:pvrJ67992-401:rvnIntelCorporation:rnNUC7JYB:rvrJ67969-401:cvnIntelCorporation:ct35:cvr2.0:
  dmi.product.family: Intel NUC
  dmi.product.name: NUC7PJYH
  dmi.product.version: J67992-401
  dmi.sys.vendor: Intel Corporation

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

[Bug 1761379] Re: [18.04/18.10] File libperf-jvmti.so is missing in linux-tools-common deb on Ubuntu

2018-09-13 Thread Joseph Salisbury
I built a test kernel with NO_JVMTI disabled in
tools/perf/Makefile.config.

The test kernel can be downloaded from:
http://kernel.ubuntu.com/~jsalisbury/lp1761379

Can you test this kernel and see if it resolves this bug?

Note about installing test kernels:
• If the test kernel is prior to 4.15(Bionic) you need to install the 
linux-image and linux-image-extra .deb packages.
• If the test kernel is 4.15(Bionic) or newer, you need to install the 
linux-modules, linux-modules-extra and linux-image-unsigned .deb packages.

Thanks in advance!

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

Title:
  [18.04/18.10] File libperf-jvmti.so is missing in linux-tools-common
  deb on Ubuntu

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

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

[Bug 1791324] Re: /usr/share/apport/apport-gtk:KeyError:/usr/share/apport/apport-gtk@598:run_argv:run_crashes:run_crash

2018-09-13 Thread Brian Murray
I received this crash today and I believe it happened because I had
closed a previous apport crash dialog by using the "x" in the upper
right hand corner.

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

Title:
  /usr/share/apport/apport-gtk:KeyError:/usr/share/apport/apport-
  gtk@598:run_argv:run_crashes:run_crash

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

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

[Bug 1792415] Re: WARNINGs and failures in log on OVH public cloud

2018-09-13 Thread Server Team CI bot
This bug is fixed with commit 12066fc8 to cloud-init on branch master.
To view that commit see the following URL:
https://git.launchpad.net/cloud-init/commit/?id=12066fc8


** Changed in: cloud-init
   Status: New => 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/1792415

Title:
  WARNINGs and failures in log on OVH public cloud

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

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

[Bug 1792017] Re: wrong default working dir

2018-09-13 Thread Daniel Schürmann
I have testes with LibreOffice 4.2.8.2. It also fails to read
"Dokumente" but this version falls back to the "/home/username" even if
"Documents" exists.

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

Title:
  wrong default working dir

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

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

[Bug 1777708] Re: Desktop briefly becomes unresponsive when typing on 2 keyboards at the same time

2018-09-13 Thread Bobby Steed
I too have issues with keyboard input lag on Ubuntu 18.04. I've made
sure I'm current on all updates, I'm using the US layout and my language
is set to English.

In my case I am using a KeyMouse Track (which the OS recognizes as two
separate keyboards) but I have confirmed that it isn't related to the
keyboard devices - two Logitech G810 keyboards plugged in simultaneously
exhibit the same behavior.

As others have described, there is significant lag when pressing keys
from two keyboards in an alternating fashion, and the faster you press
the keys, the longer the delay before anything shows up on-screen once
you stop typing. If only keys from one device are pressed, there is no
discernible lag even if both keyboards are still plugged in.

Hopefully we can get some traction on this. I don't think Wayland is a
viable option for me as I have an nVidia graphics card and I also have
to use Skype for work... and I don't really want to switch to Plasma
either.

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

Title:
  Desktop briefly becomes unresponsive when typing on 2 keyboards at the
  same time

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

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

[Bug 1792466] [NEW] Update google compute-image-packages to 20180905

2018-09-13 Thread Balint Reczey
Public bug reported:

[Impact]

compute-image-packages is provided by Google for installation within
guests that run on Google Compute Engine. It is a collection of tools
and daemons, packaged as gce-compute-image-packages, that ensure that
the Ubuntu images published to GCE run properly on their platform.

Cloud platforms evolve at a rate that can't be handled in six-month
increments, and they will often develop features that they would like to
be available to customers who don't want to upgrade from earlier Ubuntu
releases. As such, updating gce-compute-image-packages to more recent
upstream releases is required within all Ubuntu releases, so they
continue to function properly in their environment.

With this release we also add a new binary package to the suite -
google-compute-engine-oslogin which is for a future feature of using OS
Login on GCE VM instances.

In the SRU for Trusty the maintainer scripts removed manual handling of
systemd services because systemd can be present on Trusty systemd due to
recent changes.

In the Trusty SRU the maintainer scripts are also changed to
start/restart the shipped upstart jobs and also running
google_instance_setup.

[Test Case]

When a new version of gce-compute-image-packages is uploaded to
-proposed, the following will be done:

 * an image based on -proposed will be built for GCE and published to the 
ubuntu-os-cloud-devel project
 * the CPC team will write new automated tests to cover new testable 
functionality (if any) in the new package
 * the automated testing that the CPC team normally runs against GCE images 
before they are published will be run against the -proposed image
 * the GCE team will be asked to validate that the new package addresses the 
issues it is expected to address, and that the image passes their internal 
image validation.

If all the testing indicates that the image containing the new package
is acceptable, verification will be considered to be done.

[Other Information]

This bug is used for tracking of releasing the new upstream version for
all supported series, as per the approved policy mentioned in the
following MRE:

https://wiki.ubuntu.com/gce-compute-image-packages-Updates

** Affects: gce-compute-image-packages (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/1792466

Title:
   Update google compute-image-packages to 20180905

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gce-compute-image-packages/+bug/1792466/+subscriptions

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

[Bug 1792467] [NEW] Ubuntu upgrade interrupt. Due to very long process time for Ubuntu upgrade from 14.04 to 16.04, the software packages' questions asking in the mid-term that cause installation inte

2018-09-13 Thread Elaine F. Chen
Public bug reported:

Ubuntu upgrade interrupt. Due to very long process time for Ubuntu
upgrade from 14.04 to 16.04, the license agreement question and packages
questions asking in the mid-term that cause package installation
interrupt. Could you put these " installation asking question" at the
beginning of upgrade? Thus, I can click "Yes" to accept these agreement
at the beginning when upgrade process start. I believe no one have time
for just waiting a click "Yes, continue to install" in the process mid-
term and watching the whole upgrade process for several hours and do
nothing. Ubuntu should have an upgrade manager that act as an user's
agent to collect the user's answers for the all packages' asking
questions at the beginning of upgrade process. Then the upgrade manager
automatic answer the package question during the upgrade process.
Therefore, the upgrade process won't interrupt for waiting user's
answer. When upgrade process installation start, no more questions will
be asked until the upgrade complete.

ProblemType: Bug
DistroRelease: Ubuntu 14.04
Package: ubuntu-release-upgrader-core 1:0.220.10 [origin: unknown]
ProcVersionSignature: Ubuntu 4.4.0-135.161~14.04.1-generic 4.4.140
Uname: Linux 4.4.0-135-generic x86_64
ApportVersion: 2.14.1-0ubuntu3.29
Architecture: amd64
CrashDB: ubuntu
CurrentDesktop: Unity
Date: Thu Sep 13 14:26:52 2018
InstallationDate: Installed on 2016-05-03 (863 days ago)
InstallationMedia: Ubuntu 14.04.4 LTS "Trusty Tahr" - Release amd64 (20160217.1)
PackageArchitecture: all
SourcePackage: ubuntu-release-upgrader
Symptom: ubuntu-release-upgrader
UpgradeStatus: Upgraded to trusty on 2016-08-03 (771 days ago)
VarLogDistupgradeTermlog:

** Affects: ubuntu-release-upgrader (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug dist-upgrade third-party-packages trusty

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

Title:
  Ubuntu upgrade interrupt. Due to very long process time for Ubuntu
  upgrade from 14.04 to 16.04, the software packages' questions asking
  in the mid-term that cause installation interrupt.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-release-upgrader/+bug/1792467/+subscriptions

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

[Bug 1792464] Re: package linux-image-4.15.0-1017-oem 4.15.0-1017.20 failed to install/upgrade: run-parts: /etc/kernel/postinst.d/initramfs-tools exited with return code 2

2018-09-13 Thread Apport retracing service
** Tags removed: need-duplicate-check

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

Title:
  package linux-image-4.15.0-1017-oem 4.15.0-1017.20 failed to
  install/upgrade: run-parts: /etc/kernel/postinst.d/initramfs-tools
  exited with return code 2

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

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

[Bug 1792017] Re: wrong default working dir

2018-09-13 Thread Daniel Schürmann
I have a German installation and it is the
Optionen -> Pfade -> Arbeitsverzeichnis -> Standard 

In your side note you have described my issue. For some reasons (maybe a
faulty app has created it) I have the folder ~/Dokumente and
~/Documents. So unlike in your Spanish example it does not pick
"/home/username" as fallback, it picks "/home/username/Documents where I
do not have a Natilus shortcut for and so almost hidden.

I had a bief look into the source 
https://github.com/LibreOffice/core/blob/b5867945d67dba505d0629e5e41fdc52bc78bfee/shell/source/backends/desktopbe/desktopbackend.cxx#L245

And it looks like using "xdg-user-dir DOCUMENTS" is intended. It is done
by accessing directly the "~/.config/user-dirs.dirs" file. Maybe it
fails somewhere?

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

Title:
  wrong default working dir

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libreoffice/+bug/1792017/+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   >