[Bug 1822820] Re: linux: 4.15.0-48.51 -proposed tracker

2019-04-08 Thread Ubuntu Kernel Bot
** Changed in: kernel-sru-workflow/snap-release-to-beta
   Status: Confirmed => Fix Released

** Changed in: kernel-sru-workflow/snap-release-to-edge
   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/1822820

Title:
  linux: 4.15.0-48.51 -proposed tracker

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

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

[Bug 1063140] Re: Drag and Drop position ignored by xfdesktop

2019-04-08 Thread Carsten Holzmüller
Ah, thanks for the clarification.

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

Title:
  Drag and Drop position ignored by xfdesktop

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

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

[Bug 1798921] Re: sky2 ethernet card don't work after returning from suspension

2019-04-08 Thread Socratis Kalogrianitis
Hey there, I'm having this issue with a Mint 19 (bionic) installation
and two Marvell 88E8053 NICs. Logged in, press the power button or the
Suspend menu, computer goes to sleep. When awoken from the power button,
"Network cable is disconnected".

I found the workaround of "sudo modprobe -r sky2; modprobe -i sky2" to
work quite nicely.

$ uname -rms
Linux 4.15.0-47-generic x86_64

Tested with:

* linux-image-4.15.0-47-generic/bionic-updates,bionic-security,now 4.15.0-47.50 
amd64
* linux-image-4.18.0-17-generic/bionic-updates,bionic-security,now 
4.18.0-17.18~18.04.1 amd64


If you need any more details, please feel free to be as analytical as possible 
;)

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

Title:
  sky2 ethernet card don't work after returning from suspension

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

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

[Bug 1823529] Re: nautilus crashed with SIGABRT in g_assertion_message()

2019-04-08 Thread Sebastien Bacher
** Changed in: nautilus (Ubuntu)
   Status: New => Triaged

** Also affects: nautilus via
   https://gitlab.gnome.org/GNOME/nautilus/issues/980
   Importance: Unknown
   Status: Unknown

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

Title:
  nautilus crashed with SIGABRT in g_assertion_message()

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

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

[Bug 1823689] [NEW] xdg-email fails to attach filesnames with a comma ", " to thunderbird

2019-04-08 Thread Alex Hofmann
Public bug reported:

When attaching a file to Thunderbird using xdg-email, it passes the full
path to Thunderbird, as possible with TB3+. However, the syntax of TB
uses the comma "," as filename separator. If a filename already contains
a comma, Thunderbird will not find it and fails to attach it.

This could probably be fixed in Thunderbird, but would require them to
change their command line syntax which is a big change. A different
solution is to change from the "full path" syntax to "file://"
using a full URL-encodeing?

Example: the file is located at "/home/someuser/file, name.txt"

Calling xdg-email with "xdg-email --attach '/home/someuser/file,
name.txt'" will produce (XDG_UTILS_DEBUG_LEVEL=1)

/usr/lib/thunderbird/thunderbird.sh -compose
"attachment='/home/someuser/file, name.txt'"

And Thunderbird expects two files now, one "/home/someuser/file" and the
other "name.txt". Instead

/usr/lib/thunderbird/thunderbird.sh -compose
"attachment='file///home/someuser/file%2C%20name.txt'"

works.

As it turned out, not much needs to be changed. I created a crude patch
to change from "file name scheme" to "uri scheme" against the version
below with (for me) solves the issue. Note that I'm not a bash expert,
so the solution might give room for improvement.

Some information:
>apt policy xdg-utils
xdg-utils:
  Installiert:   1.1.2-1ubuntu2.3
  Installationskandidat: 1.1.2-1ubuntu2.3

lsb_release will list Linux Mint Tess (19.1), upstream based on Ubuntu
Bionic (hence the bug reported here)

** Affects: xdg-utils (Ubuntu)
 Importance: Undecided
 Status: New

** Patch added: "xdg-email.diff"
   
https://bugs.launchpad.net/bugs/1823689/+attachment/5254077/+files/xdg-email.diff

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

Title:
  xdg-email fails to attach filesnames with a comma "," to thunderbird

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xdg-utils/+bug/1823689/+subscriptions

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

[Bug 1798921] Re: sky2 ethernet card don't work after returning from suspension

2019-04-08 Thread Stefan Bader
** Changed in: linux (Ubuntu Bionic)
   Status: New => Confirmed

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

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

Title:
  sky2 ethernet card don't work after returning from suspension

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

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

[Bug 1823656] Re: ceph ftbfs with cosmic toolchain updates

2019-04-08 Thread James Page
OK I think I see the issue:

 ceph | 12.2.4-0ubuntu1.1build1   | cosmic  | source, amd64, arm64, 
armhf, i386, ppc64el, s390x
 ceph | 13.2.4+dfsg1-0ubuntu0.18.10.1 | cosmic-updates  | source, amd64, arm64, 
armhf, i386, ppc64el, s390x

12.2.4 probably already failed to build - please can you try with 13.2.4
from the -updates pocket

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

Title:
  ceph ftbfs with cosmic toolchain updates

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

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

[Bug 1821807] Re: run-one lock

2019-04-08 Thread Christian Ehrhardt 
It does not clean the locks at all (it explicitly re-uses old lock DIRs)

Only if not found it does generate them as
DIR=$(mktemp -d "/dev/shm/${PROG}_${USER}_")
DIR="${DIR}/.cache/${PROG}"
And from there on continue to use them, but those are actually just directories.

that is tmpfs:
tmpfs on /dev/shm type tmpfs (rw,nosuid,nodev)

Which implies that it is cleared on reboot (as it is only in memory).
You'll need to outline more what the problem is to understand your problem.

Furthermore the upstream project wasn't touched since 2013, not sure
there is too much activity still.

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

Title:
  run-one lock

To manage notifications about this bug go to:
https://bugs.launchpad.net/run-one/+bug/1821807/+subscriptions

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

[Bug 1822833] Re: linux-lts-xenial: 4.4.0-146.172~14.04.1 -proposed tracker

2019-04-08 Thread Ubuntu Kernel Bot
** Description changed:

  This bug will contain status and test results related to a kernel source
  (or snap) as stated in the title.
  
  For an explanation of the tasks and the associated workflow see:
https://wiki.ubuntu.com/Kernel/kernel-sru-workflow
  
  -- swm properties --
  boot-testing-requested: true
  kernel-stable-master-bug: 1822834
- phase: Ready for Promote to Proposed
- phase-changed: Saturday, 06. April 2019 01:38 UTC
+ phase: Promote to Proposed
+ phase-changed: Monday, 08. April 2019 10:39 UTC
  reason:
-   promote-to-proposed: Pending -- ready for review
+   promote-to-proposed: Ongoing -- packages copied but not yet published to 
-proposed

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

Title:
  linux-lts-xenial: 4.4.0-146.172~14.04.1 -proposed tracker

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

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

[Bug 1822805] Re: linux-aws: 4.15.0-1036.38 -proposed tracker

2019-04-08 Thread Ubuntu Kernel Bot
** Description changed:

  This bug will contain status and test results related to a kernel source
  (or snap) as stated in the title.
  
  For an explanation of the tasks and the associated workflow see:
https://wiki.ubuntu.com/Kernel/kernel-sru-workflow
  
  backports: bug 1822804 (xenial/linux-aws-hwe)
  
  -- swm properties --
  boot-testing-requested: true
  kernel-stable-master-bug: 1822820
- phase: Ready for Promote to Proposed
- phase-changed: Saturday, 06. April 2019 00:06 UTC
+ phase: Promote to Proposed
+ phase-changed: Monday, 08. April 2019 10:36 UTC
  reason:
-   promote-to-proposed: Pending -- ready for review
+   promote-to-proposed: Ongoing -- review in progress

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

Title:
  linux-aws: 4.15.0-1036.38 -proposed tracker

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

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

[Bug 1822803] Re: linux-oem: 4.15.0-1036.41 -proposed tracker

2019-04-08 Thread Ubuntu Kernel Bot
** Description changed:

  This bug will contain status and test results related to a kernel source
  (or snap) as stated in the title.
  
  For an explanation of the tasks and the associated workflow see:
https://wiki.ubuntu.com/Kernel/kernel-sru-workflow
  
  -- swm properties --
  boot-testing-requested: true
  kernel-stable-master-bug: 1822820
  phase: Promote to Proposed
  phase-changed: Monday, 08. April 2019 09:57 UTC
  reason:
-   promote-to-proposed: Ongoing -- review in progress
+   promote-to-proposed: Ongoing -- packages copied but not yet published to 
-proposed

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

Title:
  linux-oem: 4.15.0-1036.41 -proposed tracker

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

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

[Bug 1822987] Re: nouveau timeout on Disco with nvidia GTX 1060

2019-04-08 Thread Po-Hsu Lin
for Bionic, I can see that this issue occurs from 4.15.0-46.

4.15.0-45 does not have this issue.

Please find the attachment for the dmesg output

$ cat dmesg-4.15.0-45 | grep nouveau
[1.409849] nouveau: detected PR support, will not use DSM
[1.409881] nouveau :01:00.0: enabling device (0006 -> 0007)
[1.410094] nouveau :01:00.0: NVIDIA GP106 (136000a1)
[1.476982] nouveau :01:00.0: bios: version 86.06.60.00.2d
[1.523252] nouveau :01:00.0: fb: 6144 MiB GDDR5
[1.591767] nouveau :01:00.0: DRM: VRAM: 6144 MiB
[1.591768] nouveau :01:00.0: DRM: GART: 536870912 MiB
[1.591769] nouveau :01:00.0: DRM: BIT table 'A' not found
[1.591770] nouveau :01:00.0: DRM: BIT table 'L' not found
[1.591771] nouveau :01:00.0: DRM: TMDS table version 2.0
[1.591771] nouveau :01:00.0: DRM: DCB version 4.1
[1.591773] nouveau :01:00.0: DRM: DCB outp 00: 02022f62 00020010
[1.591774] nouveau :01:00.0: DRM: DCB conn 02: 00010261
[1.596851] nouveau :01:00.0: DRM: MM: using COPY for buffer copies
[1.599401] [drm] Initialized nouveau 1.3.1 20120801 for :01:00.0 on 
minor 1
[   10.998306] nouveau :01:00.0: gr: intr 0040


** Attachment added: "dmesg-4.15.0-45"
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1822987/+attachment/5254076/+files/dmesg-4.15.0-45

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

Title:
  nouveau timeout on Disco with nvidia GTX 1060

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

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

[Bug 1823659] Re: firefox ftbfs with cosmic toolchain updates

2019-04-08 Thread Matthias Klose
** Description changed:

  https://launchpadlibrarian.net/418304928/buildlog_ubuntu-cosmic-
  amd64.firefox_63.0+build1-0ubuntu1_BUILDING.txt.gz
  
-Compiling toml v0.4.8
-Compiling cbindgen v0.6.4 
(/<>/firefox-63.0+build1/third_party/cbindgen)
- Finished release [optimized] target(s) in 2m 42s
+ using ppa:ubuntu-toolchain-r/ppa
+ 
+    Compiling toml v0.4.8
+    Compiling cbindgen v0.6.4 
(/<>/firefox-63.0+build1/third_party/cbindgen)
+ Finished release [optimized] target(s) in 2m 42s
  warning: Using `cargo install` to install the binaries for the package in 
current working directory is deprecated, use `cargo install --path .` instead. 
Use `cargo build` if you want to simply build the package.
-   Installing cbindgen v0.6.4 
(/<>/firefox-63.0+build1/third_party/cbindgen)
+   Installing cbindgen v0.6.4 
(/<>/firefox-63.0+build1/third_party/cbindgen)
  error: failed to compile `cbindgen v0.6.4 
(/<>/firefox-63.0+build1/third_party/cbindgen)`, intermediate 
artifacts can be found at 
`/<>/firefox-63.0+build1/third_party/cbindgen/target`
  
  Caused by:
-   failed to open: 
/sbuild-nonexistent/.cargo/registry/index/github.com-1ecc6299db9ec823/.cargo-index-lock
+   failed to open: 
/sbuild-nonexistent/.cargo/registry/index/github.com-1ecc6299db9ec823/.cargo-index-lock
  
  Caused by:
-   Permission denied (os error 13)
+   Permission denied (os error 13)
  make: *** [/<>/firefox-63.0+build1/debian/build/rules.mk:271: 
cbindgen/bin/cbindgen] Error 101
  dpkg-buildpackage: error: debian/rules build subprocess returned exit status 2

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

Title:
  firefox ftbfs with cosmic toolchain updates

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

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

[Bug 1821807] Re: run-one lock

2019-04-08 Thread Christian Ehrhardt 
** Also affects: run-one
   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/1821807

Title:
  run-one lock

To manage notifications about this bug go to:
https://bugs.launchpad.net/run-one/+bug/1821807/+subscriptions

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

[Bug 1784688] Re: package nvidia-kernel-common-390 390.48-0ubuntu3 failed to install/upgrade: próba nadpisania "/lib/udev/rules.d/71-nvidia.rules", który istnieje także w pakiecie nvidia-384 384.130-0

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

** Changed in: nvidia-graphics-drivers-390 (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/1784688

Title:
  package nvidia-kernel-common-390 390.48-0ubuntu3 failed to
  install/upgrade: próba nadpisania "/lib/udev/rules.d/71-nvidia.rules",
  który istnieje także w pakiecie nvidia-384 384.130-0ubuntu0.16.04.1

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

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

[Bug 1821293] Re: Sometimes apache2 hang after boot

2019-04-08 Thread Christian Ehrhardt 
The log holds nothing obvious that I'd see, if anything I wonder if something 
is overheating. 115 °C is really high for most components.
Hhave you tried to enable apache core dumps as I asked in comment #4

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

Title:
  Sometimes apache2 hang after boot

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

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

[Bug 1798921] Re: sky2 ethernet card don't work after returning from suspension

2019-04-08 Thread Stefan Bader
** Changed in: linux (Ubuntu Bionic)
   Importance: Undecided => Medium

** Changed in: linux (Ubuntu Cosmic)
   Importance: Undecided => Medium

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

Title:
  sky2 ethernet card don't work after returning from suspension

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

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

[Bug 1822805] Re: linux-aws: 4.15.0-1036.38 -proposed tracker

2019-04-08 Thread Łukasz Zemczak
** Changed in: kernel-sru-workflow/promote-to-proposed
   Status: Confirmed => In Progress

** Changed in: kernel-sru-workflow/promote-to-proposed
 Assignee: Ubuntu Stable Release Updates Team (ubuntu-sru) => Łukasz 
Zemczak (sil2100)

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

Title:
  linux-aws: 4.15.0-1036.38 -proposed tracker

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

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

[Bug 1823444] Re: The Japanese Era name will be changed on May 1, 2019

2019-04-08 Thread Łukasz Zemczak
>From the release team POV, this is good to go to disco.

** Changed in: mozc (Ubuntu)
   Status: In Progress => Triaged

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

Title:
  The Japanese Era name will be changed on May 1, 2019

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

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

[Bug 1822833] Re: linux-lts-xenial: 4.4.0-146.172~14.04.1 -proposed tracker

2019-04-08 Thread Łukasz Zemczak
** Changed in: kernel-sru-workflow/promote-to-proposed
   Status: In Progress => Fix Committed

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

Title:
  linux-lts-xenial: 4.4.0-146.172~14.04.1 -proposed tracker

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

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

[Bug 1063140] Re: Drag and Drop position ignored by xfdesktop

2019-04-08 Thread Theo Linkspfeifer
Carsten, comment #9 was imported from the Xfce bug tracker. The referenced bug 
number links to a random launchpad site.
Actual duplicate: https://bugzilla.xfce.org/show_bug.cgi?id=12201

** Bug watch added: Xfce Bugzilla #12201
   https://bugzilla.xfce.org/show_bug.cgi?id=12201

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

Title:
  Drag and Drop position ignored by xfdesktop

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

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

[Bug 1813538] Re: Minimal Ubuntu MATE installation should not have LibreOffice icon as it does not function

2019-04-08 Thread Norbert
Confirmed fixed in 20190408 daily ISO (MD5 =
d3a64641e8cd3d23d9e80265ee0ed539 ).

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

Title:
  Minimal Ubuntu MATE installation should not have LibreOffice icon as
  it does not function

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

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

[Bug 1818527] Re: Stub resolver cache is corrupted

2019-04-08 Thread Chiang Fong Lee
This seems to be the same issue previously reported at
https://github.com/systemd/systemd/issues/9833, which was fixed in
https://github.com/systemd/systemd/pull/9836 (commit 3740146) and
released in v240.

** Bug watch added: github.com/systemd/systemd/issues #9833
   https://github.com/systemd/systemd/issues/9833

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

Title:
  Stub resolver cache is corrupted

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

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

[Bug 1779756] Re: Intel XL710 - i40e driver does not work with kernel 4.15 (Ubuntu 18.04)

2019-04-08 Thread Po-Hsu Lin
** Tags added: cosmic

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

Title:
  Intel XL710 - i40e driver does not work with kernel 4.15 (Ubuntu
  18.04)

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

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

[Bug 1822416] Re: resolve: do not hit CNAME or DNAME entry in NODATA cache

2019-04-08 Thread Chiang Fong Lee
*** This bug is a duplicate of bug 1818527 ***
https://bugs.launchpad.net/bugs/1818527

** This bug has been marked a duplicate of bug 1818527
   Stub resolver cache is corrupted

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

Title:
  resolve: do not hit CNAME or DNAME entry in NODATA cache

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

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

[Bug 1822805] Re: linux-aws: 4.15.0-1036.38 -proposed tracker

2019-04-08 Thread Ubuntu Kernel Bot
** Changed in: kernel-sru-workflow/promote-signing-to-proposed
   Status: New => Invalid

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

Title:
  linux-aws: 4.15.0-1036.38 -proposed tracker

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

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

[Bug 1822790] Re: linux-azure: 4.18.0-1015.15~18.04.1 -proposed tracker

2019-04-08 Thread Ubuntu Kernel Bot
** Changed in: kernel-sru-workflow/promote-signing-to-proposed
   Status: New => Invalid

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

Title:
  linux-azure: 4.18.0-1015.15~18.04.1 -proposed tracker

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

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

[Bug 1818527] Re: Stub resolver cache is corrupted

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

** Changed in: systemd (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/1818527

Title:
  Stub resolver cache is corrupted

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

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

[Bug 1822803] Re: linux-oem: 4.15.0-1036.41 -proposed tracker

2019-04-08 Thread Ubuntu Kernel Bot
** Changed in: kernel-sru-workflow/promote-signing-to-proposed
   Status: New => Invalid

** Description changed:

  This bug will contain status and test results related to a kernel source
  (or snap) as stated in the title.
  
  For an explanation of the tasks and the associated workflow see:
https://wiki.ubuntu.com/Kernel/kernel-sru-workflow
  
  -- swm properties --
  boot-testing-requested: true
  kernel-stable-master-bug: 1822820
- phase: Ready for Promote to Proposed
- phase-changed: Monday, 08. April 2019 09:09 UTC
+ phase: Promote to Proposed
+ phase-changed: Monday, 08. April 2019 09:57 UTC
  reason:
-   promote-to-proposed: Pending -- ready for review
+   promote-to-proposed: Ongoing -- review in progress

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

Title:
  linux-oem: 4.15.0-1036.41 -proposed tracker

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

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

[Bug 1814555] Re: Ubuntu boot failure. 4.18.0-14 boot stalls. (does not boot)

2019-04-08 Thread Po-Hsu Lin
Zingam,
thanks for your feedback.

As this patch seems to fix many others' issue and your test result was provided 
after the package has been released.
Can you open a new bug for the problem that you encountered with 4.18.0-15.16?
Thanks in advance.

** Tags removed: verification-failed-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/1814555

Title:
  Ubuntu boot failure. 4.18.0-14 boot stalls. (does not boot)

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

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

[Bug 1822787] Re: linux-aws-edge: 4.18.0-1013.15~18.04.1 -proposed tracker

2019-04-08 Thread Ubuntu Kernel Bot
** Changed in: kernel-sru-workflow/promote-signing-to-proposed
   Status: New => Invalid

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

Title:
  linux-aws-edge: 4.18.0-1013.15~18.04.1 -proposed tracker

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

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

[Bug 1822826] Re: linux-kvm: 4.4.0-1044.50 -proposed tracker

2019-04-08 Thread Ubuntu Kernel Bot
** Changed in: kernel-sru-workflow/promote-signing-to-proposed
   Status: New => Invalid

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

Title:
  linux-kvm: 4.4.0-1044.50 -proposed tracker

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

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

[Bug 1822803] Re: linux-oem: 4.15.0-1036.41 -proposed tracker

2019-04-08 Thread Łukasz Zemczak
** Changed in: kernel-sru-workflow/promote-to-proposed
   Status: In Progress => Fix Committed

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

Title:
  linux-oem: 4.15.0-1036.41 -proposed tracker

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

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

[Bug 1822833] Re: linux-lts-xenial: 4.4.0-146.172~14.04.1 -proposed tracker

2019-04-08 Thread Łukasz Zemczak
** Changed in: kernel-sru-workflow/promote-to-proposed
   Status: Confirmed => In Progress

** Changed in: kernel-sru-workflow/promote-to-proposed
 Assignee: Ubuntu Stable Release Updates Team (ubuntu-sru) => Łukasz 
Zemczak (sil2100)

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

Title:
  linux-lts-xenial: 4.4.0-146.172~14.04.1 -proposed tracker

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

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

[Bug 1822829] Re: linux-snapdragon: 4.4.0-1111.116 -proposed tracker

2019-04-08 Thread Ubuntu Kernel Bot
** Changed in: kernel-sru-workflow/promote-signing-to-proposed
   Status: New => Invalid

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

Title:
  linux-snapdragon: 4.4.0-.116 -proposed tracker

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

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

[Bug 1822802] Re: linux-raspi2: 4.15.0-1034.36 -proposed tracker

2019-04-08 Thread Ubuntu Kernel Bot
** Changed in: kernel-sru-workflow/promote-signing-to-proposed
   Status: New => Invalid

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

Title:
  linux-raspi2: 4.15.0-1034.36 -proposed tracker

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

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

[Bug 1822816] Re: linux-azure: 4.15.0-1042.46~14.04.1 -proposed tracker

2019-04-08 Thread Ubuntu Kernel Bot
** Changed in: kernel-sru-workflow/promote-signing-to-proposed
   Status: New => Invalid

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

Title:
  linux-azure: 4.15.0-1042.46~14.04.1 -proposed tracker

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

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

[Bug 1822817] Re: linux-azure: 4.15.0-1042.46 -proposed tracker

2019-04-08 Thread Ubuntu Kernel Bot
** Changed in: kernel-sru-workflow/promote-signing-to-proposed
   Status: New => Invalid

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

Title:
  linux-azure: 4.15.0-1042.46 -proposed tracker

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

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

[Bug 1822809] Re: linux-kvm: 4.15.0-1032.32 -proposed tracker

2019-04-08 Thread Ubuntu Kernel Bot
** Changed in: kernel-sru-workflow/promote-signing-to-proposed
   Status: New => Invalid

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

Title:
  linux-kvm: 4.15.0-1032.32 -proposed tracker

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

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

[Bug 1822819] Re: linux-hwe: 4.15.0-48.51~16.04.1 -proposed tracker

2019-04-08 Thread Ubuntu Kernel Bot
** Changed in: kernel-sru-workflow/promote-signing-to-proposed
   Status: Fix Committed => Invalid

** Description changed:

  This bug will contain status and test results related to a kernel source
  (or snap) as stated in the title.
  
  For an explanation of the tasks and the associated workflow see:
https://wiki.ubuntu.com/Kernel/kernel-sru-workflow
  
  derivatives: bug 1822818 (linux-hwe-edge)
  
  -- swm properties --
  boot-testing-requested: true
  kernel-stable-master-bug: 1822820
  phase: Promote to Proposed
  phase-changed: Monday, 08. April 2019 08:38 UTC
  reason:
-   promote-signing-to-proposed: Ongoing -- packages waiting in -proposed for 
mirror
- sync
promote-to-proposed: Ongoing -- packages waiting in -proposed for mirror 
sync

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

Title:
  linux-hwe: 4.15.0-48.51~16.04.1 -proposed tracker

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

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

[Bug 1822824] Re: linux-aws: 4.4.0-1080.90 -proposed tracker

2019-04-08 Thread Ubuntu Kernel Bot
** Changed in: kernel-sru-workflow/promote-signing-to-proposed
   Status: New => Invalid

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

Title:
  linux-aws: 4.4.0-1080.90 -proposed tracker

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

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

[Bug 1822833] Re: linux-lts-xenial: 4.4.0-146.172~14.04.1 -proposed tracker

2019-04-08 Thread Ubuntu Kernel Bot
** Changed in: kernel-sru-workflow/promote-signing-to-proposed
   Status: New => Invalid

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

Title:
  linux-lts-xenial: 4.4.0-146.172~14.04.1 -proposed tracker

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

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

[Bug 1823685] Re: Multi-layer pass images allows ppa packages only on root pass

2019-04-08 Thread Jean-Baptiste Lallement
** Changed in: livecd-rootfs (Ubuntu)
   Status: New => Triaged

** Changed in: livecd-rootfs (Ubuntu)
   Importance: Undecided => Medium

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

Title:
  Multi-layer pass images allows ppa packages only on root pass

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/livecd-rootfs/+bug/1823685/+subscriptions

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

[Bug 1823685] [NEW] Multi-layer pass images allows ppa packages only on root pass

2019-04-08 Thread Didier Roche
Public bug reported:

We are calling lb_chroot_archive in lb_chroot_layered only for the root 
pass(es):
- we wait all passes to have the same archive snapshot, and avoid apt update && 
apt full-upgrade between passes (which may be repercuted on every children 
pass).

However, one issue with this is that the ppa is only installed (and then
removed) on root passes, meaning we can't add packages from a ppa on any
other pass.

** Affects: livecd-rootfs (Ubuntu)
 Importance: Medium
 Status: Triaged

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

Title:
  Multi-layer pass images allows ppa packages only on root pass

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/livecd-rootfs/+bug/1823685/+subscriptions

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

[Bug 1822790] Re: linux-azure: 4.18.0-1015.15~18.04.1 -proposed tracker

2019-04-08 Thread Andy Whitcroft
** Changed in: kernel-sru-workflow/promote-signing-to-proposed
   Status: Fix Released => New

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

Title:
  linux-azure: 4.18.0-1015.15~18.04.1 -proposed tracker

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

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

[Bug 1822478] Re: [regression][nvidia] All on screen text is tiny. Icons are normal size but text is nearly unreadable.

2019-04-08 Thread Solitaire
Thanks.

patch in comment #19 worked for me as well.

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

Title:
  [regression][nvidia] All on screen text is tiny. Icons are normal size
  but text is nearly unreadable.

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

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

[Bug 1822204] Re: open-vm-tools 10.3.10 released

2019-04-08 Thread Christian Ehrhardt 
I talked to the security Team (Marc), they said for the SRU our usual
timing is enough as there is a another layer of protection against those
kind of attacks. Therefore the bug will stay open for a while unless
discussed otherwise.

un-assigning the security Team for now, and thanks for the guidance

** Changed in: open-vm-tools (Ubuntu Xenial)
 Assignee: Ubuntu Security Team (ubuntu-security) => (unassigned)

** Changed in: open-vm-tools (Ubuntu Bionic)
 Assignee: Ubuntu Security Team (ubuntu-security) => (unassigned)

** Changed in: open-vm-tools (Ubuntu Cosmic)
 Assignee: Ubuntu Security Team (ubuntu-security) => (unassigned)

** Changed in: open-vm-tools (Ubuntu Xenial)
   Status: New => Won't Fix

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

Title:
  open-vm-tools 10.3.10 released

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

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

[Bug 1763942] Re: Text selection in dialog windows have low contrast

2019-04-08 Thread Norbert
It is theming issue:

* affected themes - Ambiant-MATE, Ambiant-MATE-Dark, Radiant-MATE;
* not affected themes - BlackMATE, BlueMenta, Blue-Submarine, GreenLaguna, 
Green-Submarine, High Contrast, High Contrast Inverse, Menta, TraditionalGreen, 
TraditionalOk.

So all default `mate-themes` themes should be changed to have normal
text selection rectangle. See TraditionalOk as good example in
attachment.

** Attachment added: "TraditionalOk theme is not affected"
   
https://bugs.launchpad.net/ubuntu/+source/mate-themes/+bug/1763942/+attachment/5254049/+files/TraditionalOk-selection.png

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

Title:
  Text selection in dialog windows have low contrast

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gtk+3.0/+bug/1763942/+subscriptions

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

[Bug 1822069] Re: SRU: Shibboleth SPv3 for bionic

2019-04-08 Thread Etienne Dysli Metref
Hi Robie,

Thank you for taking the time to review this SRU. I've considered the
use cases of Shibboleth packages and searched for reverse dependencies
and here is what I can say.

All five source packages are maintained by Shibboleth project developers
as components of the Shibboleth Service Provider. Usage of the libraries
for other purposes is generally not supported.

# log4shib
 -  It's a library, so there are no direct use cases.
 -  This new major version has a new SONAME so it is distinct from the older 
version.
 -  Reverse dependencies: moonshot-gss-eap depends on libshibresolver1 which in 
turn depends on liblog4shib1v5. libshibresolver1 should keep using the current 
liblog4shib1v5 instead of the newer liblog4shib2. I cannot further comment on 
the impact upon Moonshot-related packages, but I can ask their Debian 
maintainer if needed.

$ reverse-depends -r bionic src:log4shib
Reverse-Depends
===
* libsaml9  (for liblog4shib1v5)
* libshibresolver1  (for liblog4shib1v5)
* libshibsp7(for liblog4shib1v5)
* libxmltooling-dev (for liblog4shib-dev)
* libxmltooling7(for liblog4shib1v5)
* opensaml2-tools   (for liblog4shib1v5)
* shibboleth-sp2-utils  (for liblog4shib1v5)

# xml-security-c
 -  It's (mostly) a library, so no direct uses cases are expected. A few 
utility programs are shipped in xml-security-c-utils (/usr/bin/xsec-*), however 
these are not used for operating a Shibboleth SP. I don't have data on direct 
uses of these utilities.
 -  This new major version has a new SONAME so it is distinct from the older 
version.
 -  There are no reverse dependencies outside of Shibboleth packages.

$ reverse-depends -r bionic src:xml-security-c
Reverse-Depends
===
* libsaml9  (for libxml-security-c17v5)
* libshibsp7(for libxml-security-c17v5)
* libxmltooling-dev (for libxml-security-c-dev)
* libxmltooling7(for libxml-security-c17v5)

# xmltooling
 -  It's a library, so there are no direct use cases.
 -  This new major version has a new SONAME so it is distinct from the older 
version.
 -  Reverse dependencies: moonshot-gss-eap and libshibresolver1 both depend on 
libxmltooling7. The same comment as above applies for Moonshot-related packages.

$ reverse-depends -r bionic src:xmltooling
Reverse-Depends
===
* libapache2-mod-shib2  (for libxmltooling7)
* libsaml2-dev  (for libxmltooling-dev)
* libsaml9  (for libxmltooling7)
* libshibresolver1  (for libxmltooling7)
* libshibsp-dev (for libxmltooling-dev)
* libshibsp-plugins (for libxmltooling7)
* libshibsp7(for libxmltooling7)
* libshibsp7(for xmltooling-schemas)
* moonshot-gss-eap  (for libxmltooling7)
* opensaml2-tools   (for libxmltooling7)
* shibboleth-sp2-utils  (for libxmltooling7)

# opensaml
 -  It's (mostly) a library, so no direct uses cases are expected. One utility 
program is shipped in opensaml-tools (/usr/bin/samlsign), however it is not 
used for operating a Shibboleth SP. I don't have data on direct uses of this 
utility.
 -  This new major version has a new SONAME so it is distinct from the older 
version.
 -  Reverse dependencies: moonshot-gss-eap and libshibresolver1 both depend on 
libsaml9. The same comment as above applies for Moonshot-related packages.

$ reverse-depends -r bionic src:opensaml2
Reverse-Depends
===
* libshibresolver1  (for libsaml9)
* libshibsp-dev (for libsaml2-dev)
* libshibsp-plugins (for libsaml9)
* libshibsp7(for opensaml2-schemas)
* libshibsp7(for libsaml9)
* moonshot-gss-eap  (for libsaml9)
* shibboleth-sp2-utils  (for libsaml9)

# shibboleth-sp
 -  Direct use: running a Shibboleth SP. shibd's version 3 is 
backward-compatible with version 2 configuration 
(/etc/shibboleth/shibboleth2.xml) and can run with the existing old 
configuration. Following the emitted deprecation warnings and upgrading to the 
v3 configuration format is however recommended. I've upgraded several SPs from 
v2 to v3 and they all run fine with the old configuration.
 -  Reverse dependencies: moonshot-gss-eap and libshibresolver1 both depend on 
libshibsp7. The same comment as above applies for Moonshot-related packages.

wordpress-shibboleth depends on libapache2-mod-shib2: In this case,
users of wordpress-shibboleth would be better served by this upgrade
because their Apache+PHP installation would then only depend on
libcurl4, dropping the conflicting dependency on libcurl3. The
dependency on 

[Bug 1783283] Re: setvtrgb.service incorrectly ordered [with patchy]

2019-04-08 Thread Harald Sitter
Was there a question in there?

I did also see this on installed kubuntu systems, it's just far harder
to reproduce there because of the racy nature of the issue. In fact, the
only reason I know about the issue is because the colors are just so far
off that they tripped up our openqa tests and flaked every so often.

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

Title:
  setvtrgb.service incorrectly ordered [with patchy]

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/console-setup/+bug/1783283/+subscriptions

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

[Bug 1822795] Re: linux-hwe: 4.18.0-18.19~18.04.1 -proposed tracker

2019-04-08 Thread Ubuntu Kernel Bot
** Changed in: kernel-sru-workflow/promote-signing-to-proposed
   Status: Fix Committed => Invalid

** Changed in: kernel-sru-workflow/promote-signing-to-proposed
   Status: Invalid => Incomplete

** Changed in: kernel-sru-workflow/promote-signing-to-proposed
   Status: Incomplete => Invalid

** Changed in: kernel-sru-workflow/promote-signing-to-proposed
   Status: Invalid => Incomplete

** Changed in: kernel-sru-workflow/promote-signing-to-proposed
   Status: Incomplete => Invalid

** Changed in: kernel-sru-workflow/promote-signing-to-proposed
   Status: Invalid => Incomplete

** Changed in: kernel-sru-workflow/promote-signing-to-proposed
   Status: Incomplete => Invalid

** Changed in: kernel-sru-workflow/promote-signing-to-proposed
   Status: Invalid => Incomplete

** Changed in: kernel-sru-workflow/promote-signing-to-proposed
   Status: Incomplete => Invalid

** Changed in: kernel-sru-workflow/promote-signing-to-proposed
   Status: Invalid => Incomplete

** Changed in: kernel-sru-workflow/promote-signing-to-proposed
   Status: Incomplete => Invalid

** Changed in: kernel-sru-workflow/promote-signing-to-proposed
   Status: Invalid => Incomplete

** Changed in: kernel-sru-workflow/promote-signing-to-proposed
   Status: Incomplete => Invalid

** Changed in: kernel-sru-workflow/promote-signing-to-proposed
   Status: Invalid => Incomplete

** Changed in: kernel-sru-workflow/promote-signing-to-proposed
   Status: Incomplete => Invalid

** Changed in: kernel-sru-workflow/promote-signing-to-proposed
   Status: Invalid => Incomplete

** Changed in: kernel-sru-workflow/promote-signing-to-proposed
   Status: Incomplete => Invalid

** Changed in: kernel-sru-workflow/promote-signing-to-proposed
   Status: Invalid => Incomplete

** Changed in: kernel-sru-workflow/promote-signing-to-proposed
   Status: Incomplete => Invalid

** Changed in: kernel-sru-workflow/promote-signing-to-proposed
   Status: Invalid => Incomplete

** Changed in: kernel-sru-workflow/promote-signing-to-proposed
   Status: Incomplete => Invalid

** Changed in: kernel-sru-workflow/promote-signing-to-proposed
   Status: Invalid => Incomplete

** Changed in: kernel-sru-workflow/promote-signing-to-proposed
   Status: Incomplete => Invalid

** Changed in: kernel-sru-workflow/promote-signing-to-proposed
   Status: Invalid => Incomplete

** Changed in: kernel-sru-workflow/promote-signing-to-proposed
   Status: Incomplete => Invalid

** Changed in: kernel-sru-workflow/promote-signing-to-proposed
   Status: Invalid => Incomplete

** Changed in: kernel-sru-workflow/promote-signing-to-proposed
   Status: Incomplete => Invalid

** Changed in: kernel-sru-workflow/promote-signing-to-proposed
   Status: Invalid => Incomplete

** Changed in: kernel-sru-workflow/promote-signing-to-proposed
   Status: Incomplete => Invalid

** Changed in: kernel-sru-workflow/promote-signing-to-proposed
   Status: Invalid => Incomplete

** Changed in: kernel-sru-workflow/promote-signing-to-proposed
   Status: Incomplete => Invalid

** Changed in: kernel-sru-workflow/promote-signing-to-proposed
   Status: Invalid => Incomplete

** Changed in: kernel-sru-workflow/promote-signing-to-proposed
   Status: Incomplete => Invalid

** Changed in: kernel-sru-workflow/promote-signing-to-proposed
   Status: Invalid => Incomplete

** Changed in: kernel-sru-workflow/promote-signing-to-proposed
   Status: Incomplete => Invalid

** Changed in: kernel-sru-workflow/promote-signing-to-proposed
   Status: Invalid => Incomplete

** Changed in: kernel-sru-workflow/promote-signing-to-proposed
   Status: Incomplete => Invalid

** Changed in: kernel-sru-workflow/promote-signing-to-proposed
   Status: Invalid => Incomplete

** Changed in: kernel-sru-workflow/promote-signing-to-proposed
   Status: Incomplete => Invalid

** Description changed:

  This bug will contain status and test results related to a kernel source
  (or snap) as stated in the title.
  
  For an explanation of the tasks and the associated workflow see:
https://wiki.ubuntu.com/Kernel/kernel-sru-workflow
  
  -- swm properties --
  boot-testing-requested: true
  kernel-stable-master-bug: 1822796
  phase: Promote to Proposed
  phase-changed: Monday, 08. April 2019 08:05 UTC
  reason:
-   promote-signing-to-proposed: Ongoing -- packages waiting in -proposed for 
mirror
- sync
promote-to-proposed: Ongoing -- packages waiting in -proposed for mirror 
sync

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

Title:
  linux-hwe: 4.18.0-18.19~18.04.1 -proposed tracker

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com

[Bug 1823544] Re: Unreasonable NVIDIA GPU VRAM usage on gnome-shell

2019-04-08 Thread Daniel van Vugt
Thanks.

Please try uninstalling these extensions:

b'org.gnome.shell' b'enabled-extensions' b"['shell-volume-
mi...@derhofbauer.at', 'freon@UshakovVasilii_Github.yahoo.com',
'appindicatorsupp...@rgcjonas.gmail.com', 'dash-to-
pa...@jderose9.github.com', 'user-theme@gnome-shell-
extensions.gcampax.github.com']"

As any extension could indirectly cause graphics memory to be leaked.

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

Title:
  Unreasonable NVIDIA GPU VRAM usage on gnome-shell

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

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

[Bug 1822826] Re: linux-kvm: 4.4.0-1044.50 -proposed tracker

2019-04-08 Thread Andy Whitcroft
** Changed in: kernel-sru-workflow/promote-signing-to-proposed
   Status: Fix Released => New

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

Title:
  linux-kvm: 4.4.0-1044.50 -proposed tracker

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

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

[Bug 1822817] Re: linux-azure: 4.15.0-1042.46 -proposed tracker

2019-04-08 Thread Andy Whitcroft
** Changed in: kernel-sru-workflow/promote-signing-to-proposed
   Status: Fix Released => New

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

Title:
  linux-azure: 4.15.0-1042.46 -proposed tracker

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

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

[Bug 1823683] [NEW] qterminal emulation type should be "default"

2019-04-08 Thread decimus
Public bug reported:

Currently after installing qterminal, its configuration settings are as
follows: $TERM is "xterm-256color" and emulation type is "linux". This
is a mismatch, as the key escape codes differ between the two (see
output of "infocmp xterm-256color" vs. "infocmp linux").

As a result, the F1-F5 hotkeys will not work when starting a CLI program
like byobu or mc in qterminal.

I was advised by the qterminal maintainer that emulation type should be
set to "default" initially, as only this one is in active development
and the other emulation types will be eventually deprecated. For
details, see: https://github.com/lxqt/qterminal/issues/551


--

System information:

lsb_release -rd
Description:Ubuntu 18.10
Release:18.10

apt-cache policy qterminal
qterminal:
  Installed: 0.9.0-3ubuntu3
  Candidate: 0.9.0-3ubuntu3
  Version table:
 *** 0.9.0-3ubuntu3 500
500 http://de.archive.ubuntu.com/ubuntu cosmic/universe amd64 Packages
100 /var/lib/dpkg/status

** Affects: qterminal (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/1823683

Title:
  qterminal emulation type should be "default"

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

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

[Bug 1823684] [NEW] Right click does not work as expected on Dell G7 7588

2019-04-08 Thread Po-Hsu Lin
Public bug reported:

The right button on the touchpad of this system does not work as
expected, the click event will get treated as a regular left click.

$ xinput --list
⎡ Virtual core pointer  id=2[master pointer  (3)]
⎜   ↳ Virtual core XTEST pointerid=4[slave  pointer  (2)]
⎜   ↳ DELL0825:00 06CB:7E92 Touchpadid=12   [slave  pointer  (2)]
⎜   ↳ SynPS/2 Synaptics TouchPadid=17   [slave  pointer  (2)]
⎣ Virtual core keyboard id=3[master keyboard (2)]
↳ Virtual core XTEST keyboard   id=5[slave  keyboard (3)]
↳ Power Button  id=6[slave  keyboard (3)]
↳ Video Bus id=7[slave  keyboard (3)]
↳ Video Bus id=8[slave  keyboard (3)]
↳ Power Button  id=9[slave  keyboard (3)]
↳ Sleep Button  id=10   [slave  keyboard (3)]
↳ Integrated_Webcam_HD: Integrate   id=11   [slave  keyboard (3)]
↳ Intel HID 5 button array  id=13   [slave  keyboard (3)]
↳ Intel HID events  id=14   [slave  keyboard (3)]
↳ Dell WMI hotkeys  id=15   [slave  keyboard (3)]
↳ AT Translated Set 2 keyboard  id=16   [slave  keyboard (3)]

xev for left click and right click:
ButtonPress event, serial 37, synthetic NO, window 0x301,
root 0x263, subw 0x0, time 304106, (167,148), root:(357,319),
state 0x10, button 1, same_screen YES

ButtonRelease event, serial 37, synthetic NO, window 0x301,
root 0x263, subw 0x0, time 304146, (167,148), root:(357,319),
state 0x110, button 1, same_screen YES

ButtonPress event, serial 37, synthetic NO, window 0x301,
root 0x263, subw 0x0, time 309562, (167,148), root:(357,319),
state 0x10, button 1, same_screen YES

ButtonRelease event, serial 37, synthetic NO, window 0x301,
root 0x263, subw 0x0, time 309563, (167,148), root:(357,319),
state 0x110, button 1, same_screen YES

ProblemType: Bug
DistroRelease: Ubuntu 18.04
Package: linux-image-4.15.0-47-generic 4.15.0-47.50
ProcVersionSignature: Ubuntu 4.15.0-47.50-generic 4.15.18
Uname: Linux 4.15.0-47-generic x86_64
NonfreeKernelModules: nvidia_modeset nvidia
ApportVersion: 2.20.9-0ubuntu7
Architecture: amd64
CurrentDesktop: ubuntu:GNOME
Date: Mon Apr  8 17:50:24 2019
InstallationDate: Installed on 2019-04-08 (0 days ago)
InstallationMedia: Ubuntu 18.04 LTS "Bionic Beaver" - Release amd64 (20180426)
SourcePackage: linux-signed
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug bionic

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

Title:
  Right click does not work as expected on Dell G7 7588

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

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

[Bug 1823676] Re: Failed to attach scsi contr. with opt. "--config --live" when index attribute isn't specified in XML

2019-04-08 Thread Frank Heimes
** Also affects: ubuntu-power-systems
   Importance: Undecided
   Status: New

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

** 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/1823676

Title:
  Failed to attach scsi contr. with opt. "--config --live" when index
  attribute isn't specified in XML

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

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

[Bug 1823682] [NEW] zfs pool and fs properties are not passed to zfs.zpool_create

2019-04-08 Thread Jean-Baptiste Lallement
Public bug reported:

In curtin/block/zfs.py the definition of zpool_create is

def zpool_create(poolname, vdevs, mountpoint=None, altroot=None,
 pool_properties=None, zfs_properties=None):

But this method is called from curtin/commands/block_meta.py without the
pool_properties and zfs_properties:

zfs.zpool_create(poolname, vdevs_byid,
 mountpoint=mountpoint, altroot=altroot)

So the properties defined in the configuration file are never applied to
the pool.

Besides the documentation specifies that zfs filesystem properties are
set with fs_properties while in the code it's called zfs_properties.
It'd be more consistent to name them identically

ProblemType: Bug
DistroRelease: Ubuntu 19.04
Package: curtin (not installed)
ProcVersionSignature: Ubuntu 5.0.0-8.9-generic 5.0.1
Uname: Linux 5.0.0-8-generic x86_64
NonfreeKernelModules: zfs zunicode zavl icp zcommon znvpair
ApportVersion: 2.20.10-0ubuntu25
Architecture: amd64
CurrentDesktop: ubuntu:GNOME
Date: Mon Apr  8 11:38:50 2019
InstallationDate: Installed on 2014-07-15 (1728 days ago)
InstallationMedia: Ubuntu 14.10 "Utopic Unicorn" - Alpha amd64 (20140520)
SourcePackage: curtin
UpgradeStatus: Upgraded to disco on 2018-03-24 (379 days ago)

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


** Tags: amd64 apport-bug disco

** Description changed:

  In curtin/block/zfs.py the definition of zpool_create is
  
  def zpool_create(poolname, vdevs, mountpoint=None, altroot=None,
-  pool_properties=None, zfs_properties=None):
+  pool_properties=None, zfs_properties=None):
  
  But this method is called from curtin/commands/block_meta.py without the
  pool_properties and zfs_properties:
  
- zfs.zpool_create(poolname, vdevs_byid,
-  mountpoint=mountpoint, altroot=altroot)
+ zfs.zpool_create(poolname, vdevs_byid,
+  mountpoint=mountpoint, altroot=altroot)
  
  So the properties defined in the configuration file are never applied to
  the pool.
  
- Besides the documentation specified that zfs filesystem properties are
+ Besides the documentation specifies that zfs filesystem properties are
  set with fs_properties while in the code it's called zfs_properties.
  It'd be more consistent to name them identically
  
  ProblemType: Bug
  DistroRelease: Ubuntu 19.04
  Package: curtin (not installed)
  ProcVersionSignature: Ubuntu 5.0.0-8.9-generic 5.0.1
  Uname: Linux 5.0.0-8-generic x86_64
  NonfreeKernelModules: zfs zunicode zavl icp zcommon znvpair
  ApportVersion: 2.20.10-0ubuntu25
  Architecture: amd64
  CurrentDesktop: ubuntu:GNOME
  Date: Mon Apr  8 11:38:50 2019
  InstallationDate: Installed on 2014-07-15 (1728 days ago)
  InstallationMedia: Ubuntu 14.10 "Utopic Unicorn" - Alpha amd64 (20140520)
  SourcePackage: curtin
  UpgradeStatus: Upgraded to disco on 2018-03-24 (379 days ago)

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

Title:
  zfs pool and fs properties are not passed to zfs.zpool_create

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

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

[Bug 1573982] Re: LVM boot problem - volumes not activated after upgrade to Xenial

2019-04-08 Thread alienn
Well. Today I installed a fresh 18.04 server and just ran into this issue. 
My disk setup is as following:
/dev/sda1 - bios
/dev/sda2 - /boot
/dev/sdb (LVM)
  - vg-0/Usr
  - vg-0/Home
  - vg-0/Root
  - vg-0/Swap
/dev/sdc (LVM
  - vg-1/Var

Upon reboot I get an error within initramfs that the root was not found. 
Executing vgchange -ay activates the volumes and I can continue with ctrl-d .
Why is this not fixed? And why is the last state "invalid"?

- Nicki

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

Title:
  LVM boot problem - volumes not activated after upgrade to Xenial

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

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

[Bug 1822803] Re: linux-oem: 4.15.0-1036.41 -proposed tracker

2019-04-08 Thread Łukasz Zemczak
** Changed in: kernel-sru-workflow/promote-to-proposed
   Status: Confirmed => In Progress

** Changed in: kernel-sru-workflow/promote-to-proposed
 Assignee: Ubuntu Stable Release Updates Team (ubuntu-sru) => Łukasz 
Zemczak (sil2100)

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

Title:
  linux-oem: 4.15.0-1036.41 -proposed tracker

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

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

[Bug 1820243] Re: linux-image-4.18.0-16-generic breaks Lenovo T460P on Ultradock

2019-04-08 Thread Martin Dünkelmann via ubuntu-bugs
** Attachment added: "dmesg_standby_disconnectDock_wakeup_usersessionLost.log"
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1820243/+attachment/5254044/+files/dmesg_standby_disconnectDock_wakeup_usersessionLost.log

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

Title:
  linux-image-4.18.0-16-generic breaks Lenovo T460P on Ultradock

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

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

[Bug 1822795] Re: linux-hwe: 4.18.0-18.19~18.04.1 -proposed tracker

2019-04-08 Thread Ubuntu Kernel Bot
** Description changed:

  This bug will contain status and test results related to a kernel source
  (or snap) as stated in the title.
  
  For an explanation of the tasks and the associated workflow see:
https://wiki.ubuntu.com/Kernel/kernel-sru-workflow
  
  -- swm properties --
  boot-testing-requested: true
  kernel-stable-master-bug: 1822796
  phase: Promote to Proposed
  phase-changed: Monday, 08. April 2019 08:05 UTC
  reason:
-   promote-signing-to-proposed: Ongoing -- packages copied but not yet 
published to
- -proposed
-   promote-to-proposed: Ongoing -- packages copied but not yet published to 
-proposed
+   promote-signing-to-proposed: Ongoing -- packages waiting in -proposed for 
mirror
+ sync
+   promote-to-proposed: Ongoing -- packages waiting in -proposed for mirror 
sync

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

Title:
  linux-hwe: 4.18.0-18.19~18.04.1 -proposed tracker

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

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

[Bug 1820243] Re: linux-image-4.18.0-16-generic breaks Lenovo T460P on Ultradock

2019-04-08 Thread Martin Dünkelmann via ubuntu-bugs
Sorry to write another message, but I can't edit the previous one.

I updated my GPU driver from 415 to 418.
My kernel from linux-image-4.18.0-16-generic to linux-image-4.18.0-17-generic
No fix.

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

Title:
  linux-image-4.18.0-16-generic breaks Lenovo T460P on Ultradock

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

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

[Bug 1820243] Re: linux-image-4.18.0-16-generic breaks Lenovo T460P on Ultradock

2019-04-08 Thread Martin Dünkelmann via ubuntu-bugs
My display manager is lightDM.
How can I set it to debug?
And with "syslog" you mean you mean journalctl ?

Here are two DMESG now.

Connected with dock -> standby -> disconnect -> wakeup -> usersession
lost.

Disconnected with dock -> standby -> connect -> wakeup -> black screen
and nothing happens, maybe a display flash after a long waiting time.

The first dmesg I have made again with timestamps.

** Attachment added: "dmesg_standby_connectDock_wakeup_blackscreen.log"
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1820243/+attachment/5254043/+files/dmesg_standby_connectDock_wakeup_blackscreen.log

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

Title:
  linux-image-4.18.0-16-generic breaks Lenovo T460P on Ultradock

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

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

[Bug 1813244] Re: systemd cause kernel trace "BUG: unable to handle kernel paging request at 6db23a14" on Cosmic i386

2019-04-08 Thread Po-Hsu Lin
** Changed in: linux (Ubuntu)
 Assignee: (unassigned) => Andrea Righi (arighi)

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

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

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

** Changed in: linux (Ubuntu Xenial)
   Status: New => In Progress

** Changed in: linux (Ubuntu Bionic)
   Status: New => In Progress

** Changed in: linux (Ubuntu Cosmic)
   Status: Confirmed => In Progress

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

Title:
  systemd cause kernel trace "BUG: unable to handle kernel paging
  request at 6db23a14" on Cosmic i386

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

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

[Bug 1763942] Re: Text selection in dialog windows have low contrast

2019-04-08 Thread Norbert
** Also affects: mate-themes (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/1763942

Title:
  Text selection in dialog windows have low contrast

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gtk+3.0/+bug/1763942/+subscriptions

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

[Bug 1822819] Re: linux-hwe: 4.15.0-48.51~16.04.1 -proposed tracker

2019-04-08 Thread Ubuntu Kernel Bot
** Description changed:

  This bug will contain status and test results related to a kernel source
  (or snap) as stated in the title.
  
  For an explanation of the tasks and the associated workflow see:
https://wiki.ubuntu.com/Kernel/kernel-sru-workflow
  
  derivatives: bug 1822818 (linux-hwe-edge)
  
  -- swm properties --
  boot-testing-requested: true
  kernel-stable-master-bug: 1822820
  phase: Promote to Proposed
  phase-changed: Monday, 08. April 2019 08:38 UTC
  reason:
-   promote-signing-to-proposed: Ongoing -- packages copied but not yet 
published to
- -proposed
-   promote-to-proposed: Ongoing -- packages copied but not yet published to 
-proposed
+   promote-signing-to-proposed: Ongoing -- packages waiting in -proposed for 
mirror
+ sync
+   promote-to-proposed: Ongoing -- packages waiting in -proposed for mirror 
sync

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

Title:
  linux-hwe: 4.15.0-48.51~16.04.1 -proposed tracker

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

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

[Bug 1823544] ProcCpuinfoMinimal.txt

2019-04-08 Thread Luca Mastromatteo
apport information

** Attachment added: "ProcCpuinfoMinimal.txt"
   
https://bugs.launchpad.net/bugs/1823544/+attachment/5254042/+files/ProcCpuinfoMinimal.txt

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

Title:
  Unreasonable NVIDIA GPU VRAM usage on gnome-shell

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

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

[Bug 1823639] Re: Facing problem with Xorg recently.

2019-04-08 Thread Daniel van Vugt
Since your CPU/GPU is fairly new, you don't need that problematic driver
installed at all.

Please try:

  sudo apt remove xserver-xorg-video-intel

and then reboot.


** Changed in: xserver-xorg-video-intel (Ubuntu)
   Status: New => Incomplete

** Summary changed:

- Facing problem with Xorg recently.
+ Facing problem with Xorg recently. [(EE) intel(0): Failed to claim DRM 
device.]

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

** Changed in: plymouth (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/1823639

Title:
  Facing problem with Xorg recently. [(EE) intel(0): Failed to claim DRM
  device.]

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

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

[Bug 1820243] Re: linux-image-4.18.0-16-generic breaks Lenovo T460P on Ultradock

2019-04-08 Thread Martin Dünkelmann via ubuntu-bugs
I used

Last boot: journalctl -o short-precise -k -b -1

Two boots prior: journalctl -o short-precise -k -b -2

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

Title:
  linux-image-4.18.0-16-generic breaks Lenovo T460P on Ultradock

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

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

[Bug 1820243] Re: linux-image-4.18.0-16-generic breaks Lenovo T460P on Ultradock

2019-04-08 Thread Martin Dünkelmann via ubuntu-bugs
** Attachment added: "dmesg_standby_disconnectDock_wakeup_usersessionLost2.log"
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1820243/+attachment/5254045/+files/dmesg_standby_disconnectDock_wakeup_usersessionLost2.log

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

Title:
  linux-image-4.18.0-16-generic breaks Lenovo T460P on Ultradock

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

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

[Bug 1823544] Re: Unreasonable NVIDIA GPU VRAM usage on gnome-shell

2019-04-08 Thread Luca Mastromatteo
apport information

** Tags added: apport-collected

** Description changed:

  GPU: NVIDIA GTX 1060 3GB 
  Ubuntu: 19.04, Kernel Linux luky-pc 5.0.0-8-generic #9-Ubuntu SMP Tue Mar 12 
21:58:11 UTC 2019 x86_64 x86_64 x86_64 GNU/Linux
  NVIDIA driver version: 418.56
  Display settings: BenQ XL2411Z, 144Hz monitor, 1920x1080p 
  
  I have noticed this strange behavior only on gnome-shell where the overall 
gnome-shell desktop VRAM usage was taking up to 1GB of GPU VRAM which does not 
happen on other desktops, or on Windows, happens after some hours of normal 
desktop usage
  Even the system RAM increases a lot during normal usage, but remains 
acceptable
  
  This behaviour can be observed by using "nvidia-smi" a tool from the
  NVIDIA proprietary driver
  
  gnome-shell VRAM usage on a cold start: 139MB, + 9 MB
  X.org VRAM usage on cold start: 48MB + 18MB 
  Total: 214MB
  
  gnome-shell VRAM usage after some hours of normal usage: 445MB + 83 MB
  X.org VRAM usage after some hours of normal usage: 244MB + 18MB 
  Total: 800MB
  
  On windows or other desktops the GPU VRAM usage remains the same
+ --- 
+ ProblemType: Bug
+ ApportVersion: 2.20.10-0ubuntu25
+ Architecture: amd64
+ CurrentDesktop: ubuntu:GNOME
+ DisplayManager: gdm3
+ DistroRelease: Ubuntu 19.04
+ NonfreeKernelModules: nvidia_modeset nvidia
+ Package: gnome-shell 3.32.0-1ubuntu1
+ PackageArchitecture: amd64
+ ProcEnviron:
+  TERM=xterm-256color
+  PATH=(custom, no user)
+  XDG_RUNTIME_DIR=
+  LANG=it_IT.UTF-8
+  SHELL=/bin/bash
+ ProcVersionSignature: Ubuntu 5.0.0-8.9-generic 5.0.1
+ Tags:  disco
+ Uname: Linux 5.0.0-8-generic x86_64
+ UpgradeStatus: No upgrade log present (probably fresh install)
+ UserGroups: adm cdrom dip libvirt lpadmin plugdev sambashare sudo
+ _MarkForUpload: True

** Attachment added: "Dependencies.txt"
   
https://bugs.launchpad.net/bugs/1823544/+attachment/5254040/+files/Dependencies.txt

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

Title:
  Unreasonable NVIDIA GPU VRAM usage on gnome-shell

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

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

[Bug 1823639] Re: Facing problem with Xorg recently.

2019-04-08 Thread Daniel van Vugt
This might be the problem:

[33.448] (EE) intel(0): [drm] failed to set drm interface version: 
Permission denied [13].
[33.448] (II) intel(0): [drm] Contents of '/sys/kernel/debug/dri/0/clients':
[33.448] (II) intel(0): [drm]  command   pid dev master a   uid 
 magic
[33.448] (II) intel(0): [drm]plymouthd   467   0   yy 0 
 0
[33.448] (II) intel(0): [drm] Xorg   911   0   ny 0 
 0
[33.448] (EE) intel(0): Failed to claim DRM device.
[33.448] (II) UnloadModule: "intel"
[33.448] (EE) Screen(s) found, but none have a usable configuration.
[33.448] (EE) 
Fatal server error:
[33.448] (EE) no screens found(EE) 
[33.448] (EE) 
Please consult the The X.Org Foundation support 
 at http://wiki.x.org
 for help. 
[33.448] (EE) Please also check the log file at "/var/log/Xorg.0.log" for 
additional information.
[33.448] (EE) 
[34.520] (EE) Server terminated with error (1). Closing log file.


** Package changed: xorg (Ubuntu) => xserver-xorg-video-intel (Ubuntu)

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

Title:
  Facing problem with Xorg recently. [(EE) intel(0): Failed to claim DRM
  device.]

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

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

[Bug 1823544] GsettingsChanges.txt

2019-04-08 Thread Luca Mastromatteo
apport information

** Attachment added: "GsettingsChanges.txt"
   
https://bugs.launchpad.net/bugs/1823544/+attachment/5254041/+files/GsettingsChanges.txt

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

Title:
  Unreasonable NVIDIA GPU VRAM usage on gnome-shell

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

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

[Bug 1821027] Re: Feedback on the Dell G7 7588 Boot Time

2019-04-08 Thread Po-Hsu Lin
Grabbed a Dell G7 7588 (GTX1060), I can see the following behaviour
(without the proprietary NVIDIA driver):

* 4.15.47
  - Startup finished in 9.204s (firmware) + 12.063s (loader) + 18.618s (kernel) 
+ 35.425s (userspace) = 1min 15.312s
  - graphical.target reached after 35.321s in userspace
* 4.15.46
  - Startup finished in 9.960s (firmware) + 26.601s (loader) + 5.682s (kernel) 
+ 21.687s (userspace) = 1min 3.932s
  - graphical.target reached after 21.675s in userspace
* 4.15.45
  - Startup finished in 10.107s (firmware) + 10.019s (loader) + 3.652s (kernel) 
+ 20.518s (userspace) = 44.298s
  - graphical.target reached after 20.501s in userspace

Please ignore the time cost in "loader", it the grub menu that I used to
switch between different kernels.

So if we assume the loader costs 10 second, the start time will be:
* 4.15.47 - 73s
* 4.15.46 - 47s
* 4.15.45 - 44s

After installing the proprietary video driver (nvidia-driver-390), the boot 
time looks ok to me:
* 4.15.47
  - Startup finished in 13.981s (firmware) + 13.375s (loader) + 3.796s (kernel) 
+ 15.451s (userspace) = 46.604s
  - graphical.target reached after 15.424s in userspace
* 4.15.46
  - Startup finished in 8.506s (firmware) + 17.742s (loader) + 8.274s (kernel) 
+ 11.884s (userspace) = 46.407s
  - graphical.target reached after 11.879s in userspace
* 4.15.45
  - Startup finished in 8.433s (firmware) + 7.836s (loader) + 2.664s (kernel) + 
13.392s (userspace) = 32.327s
  - graphical.target reached after 13.149s in userspace

I guess when booting without the proprietary driver, it's affected by
the nouveau timeout issue (bug 1822987)

Clement Yuan, can you install the proprietary driver and give it a try?

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

Title:
  Feedback on the Dell G7 7588 Boot Time

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

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

[Bug 1818347] Re: LibreOffice don't go full screen but sometimes it does.

2019-04-08 Thread Olivier Tilloy
Thanks for the feedback. I'm closing this bug, feel free to re-open if
the issue happens again.

There is unfortunately no direct integration between libreoffice and Launchpad.
But you can easily report bugs by running the following command in a terminal:

ubuntu-bug libreoffice-core

** Changed in: libreoffice (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/1818347

Title:
  LibreOffice don't go full screen but sometimes it does.

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

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

[Bug 1823363] Re: "Running Junk Mail Controls" does not appear in Activity Manager

2019-04-08 Thread Olivier Tilloy
This sounds like an upstream missing feature / bug. Would you mind
filing it at
https://bugzilla.mozilla.org/enter_bug.cgi#h=dupes%7CThunderbird, and
sharing the link here?

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

Title:
  "Running Junk Mail Controls" does not appear in Activity Manager

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

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

[Bug 1599527] Re: Pdf highlightings not printed

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

** Changed in: evince (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/1599527

Title:
  Pdf highlightings not printed

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

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

[Bug 1815550] Re: gnome-shell high memory and CPU usage when using zsh

2019-04-08 Thread Daniel van Vugt
OK, that's a red flag. Those folders should not appear on your desktop.

On IRC you suggest that everything in  ~/.config/user-dirs.dirs is
pointing to $HOME/. So whatever leaks or CPU inefficiencies the gnome-
shell-extension-desktop-icons has already will be amplified on your
machine, by both:

 (a) The strange custom ~/.config/user-dirs.dirs where everything points to 
$HOME
 (b) The use of zsh which touches $HOME on every command.

I expect practically zero users to have (a), and larger but still small
subset of users to have (b). So we can safely lower the priority. It's
at least useful now we know how to stress test the extension for leaks
and performance.

** Changed in: zsh (Ubuntu Disco)
   Importance: Undecided => Low

** Changed in: zsh (Ubuntu Disco)
   Status: Incomplete => Won't Fix

** Changed in: gnome-shell-extension-desktop-icons (Ubuntu Disco)
   Importance: High => Medium

** Changed in: gnome-shell-extension-desktop-icons (Ubuntu Disco)
   Status: Incomplete => Triaged

** No longer affects: gnome-shell (Ubuntu)

** Summary changed:

- gnome-shell high memory and CPU usage when using zsh
+ gnome-shell high memory and CPU usage when using zsh and a custom 
XDG_DESKTOP_DIR="$HOME/"

** Changed in: zsh (Ubuntu)
   Status: Incomplete => Won't Fix

** No longer affects: gnome-shell (Ubuntu Disco)

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

Title:
  gnome-shell high memory and CPU usage when using zsh and a custom
  XDG_DESKTOP_DIR="$HOME/"

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

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

[Bug 1823676] sosreport on host

2019-04-08 Thread bugproxy
Default Comment by Bridge

** Attachment added: "sosreport on host"
   
https://bugs.launchpad.net/bugs/1823676/+attachment/5254039/+files/sosreport-ltcgen6-20190328061103.tar.xz

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

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

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

Title:
  Failed to attach scsi contr. with opt. "--config --live" when index
  attribute isn't specified in XML

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

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

[Bug 1798921] Re: sky2 ethernet card don't work after returning from suspension

2019-04-08 Thread Gianfranco Costamagna via ubuntu-bugs
** Tags removed: verification-needed-xenial
** Tags added: verification-done-xenial

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

Title:
  sky2 ethernet card don't work after returning from suspension

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

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

[Bug 1822204] Re: open-vm-tools 10.3.10 released

2019-04-08 Thread Iain Lane
** Changed in: open-vm-tools (Ubuntu)
   Status: Triaged => 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/1822204

Title:
  open-vm-tools 10.3.10 released

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

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

[Bug 1823676] [NEW] Failed to attach scsi contr. with opt. "--config --live" when index attribute isn't specified in XML

2019-04-08 Thread bugproxy
Public bug reported:

== Comment: #0 - SRIKANTH AITHAL - 2019-03-28 05:10:54 ==
---Problem Description---
Failed to attach scsi contr. with opt. "--config --live" when index attribute 
isn't specified in XML
 
---Steps to Reproduce---
 1. Use below guest:
# virsh list 
 IdName   State

 11srik_ubuntu   running

2.Use below xml for controller attach
# cat /home/srikanth/controller_scsi.xml 


3. Check for any previous controllers attached:
# virsh dumpxml srik_ubuntu | grep controller.*scsi

4.Issue with persistent hot-attach:
# virsh attach-device srik_ubuntu /home/***/controller_scsi.xml --persistent
error: Failed to attach device from /home/***/controller_scsi.xml
error: internal error: Cannot parse controller index -1

5.Issue with persistent live-config:
# virsh attach-device srik_ubuntu /home/***/controller_scsi.xml --live --config
error: Failed to attach device from /home/***/controller_scsi.xml
error: internal error: Cannot parse controller index -1

6. Where as index is getting auto generated for live attach, as well as config 
attach
# virsh attach-device srik_ubuntu /home/***/controller_scsi.xml --live
Device attached successfully
# virsh dumpxml test_vm1 | grep controller.*scsi



Expected result:

>From Libvirt >=1.3.5 all attach varients of hot controller attach should 
>generate the controller index automatically if not given explicitly.
 
Machine Type = witherspoon 
 
---uname output---
Linux ltcgen6 4.15.0-1017.19-bz175922-ibm-gt #bz175922 SMP Thu Mar 21 09:34:09 
CDT 2019 ppc64le ppc64le ppc64le GNU/Linux
 
---Debugger---
A debugger is not configured
 
Userspace tool common name: libvirt-bin
4.0.0-1ubuntu8.6 
 
The userspace tool has the following bit modes: 64 

Userspace rpm: libvirt-bin

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


** Tags: architecture-ppc64le bugnameltc-176452 severity-medium 
targetmilestone-inin---

** Tags added: architecture-ppc64le bugnameltc-176452 severity-medium
targetmilestone-inin---

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

Title:
  Failed to attach scsi contr. with opt. "--config --live" when index
  attribute isn't specified in XML

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

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

[Bug 1822803] Re: linux-oem: 4.15.0-1036.41 -proposed tracker

2019-04-08 Thread Ubuntu Kernel Bot
** Changed in: kernel-sru-workflow/prepare-package-meta
   Status: In Progress => Fix Released

** Changed in: kernel-sru-workflow/promote-to-proposed
   Status: New => Confirmed

** Tags added: block-proposed-bionic

** Tags added: block-proposed

** Description changed:

  This bug will contain status and test results related to a kernel source
  (or snap) as stated in the title.
  
  For an explanation of the tasks and the associated workflow see:
https://wiki.ubuntu.com/Kernel/kernel-sru-workflow
  
  -- swm properties --
+ boot-testing-requested: true
  kernel-stable-master-bug: 1822820
- phase: Packaging
- phase-changed: Sunday, 07. April 2019 05:05 UTC
+ phase: Ready for Promote to Proposed
+ phase-changed: Monday, 08. April 2019 09:09 UTC
  reason:
-   prepare-package-meta: Pending -- package tag not yet published
-   promote-to-proposed: Pending -- source package tags missing
+   promote-to-proposed: Pending -- ready for review

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

Title:
  linux-oem: 4.15.0-1036.41 -proposed tracker

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

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

[Bug 1821027] Re: Feedback on the Dell G7 7588 Boot Time

2019-04-08 Thread Po-Hsu Lin
Grabbed a Dell G7 7588, I can see the following behaviour:

* 4.15.47
  - Startup finished in 9.204s (firmware) + 12.063s (loader) + 18.618s (kernel) 
+ 35.425s (userspace) = 1min 15.312s
  - graphical.target reached after 35.321s in userspace
* 4.15.46
  - Startup finished in 9.960s (firmware) + 26.601s (loader) + 5.682s (kernel) 
+ 21.687s (userspace) = 1min 3.932s
  - graphical.target reached after 21.675s in userspace
* 4.15.45
 

Please ignore the loader, it the grub menu that I used to switch between
different kernels

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

Title:
  Feedback on the Dell G7 7588 Boot Time

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

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

[Bug 1823674] [NEW] Animation of dash-icon no longer present after locking the screen

2019-04-08 Thread Alexander Kallenbach
Public bug reported:

As described above. I started to copy some files on some USB-Sticks. The
dash-icon has been animated. I had to leave my laptop for a second so I
locked the sreen. After unlocking the animation of the icon has been no
longer there although the copy process was not yet complete. I will
attach a screenshot which shows the problem.

ProblemType: Bug
DistroRelease: Ubuntu 18.10
Package: ubuntu-desktop 1.425
ProcVersionSignature: Ubuntu 4.18.0-16.17-generic 4.18.20
Uname: Linux 4.18.0-16-generic x86_64
ApportVersion: 2.20.10-0ubuntu13.2
Architecture: amd64
CurrentDesktop: ubuntu:GNOME
Date: Mon Apr  8 11:00:10 2019
InstallationDate: Installed on 2018-11-30 (128 days ago)
InstallationMedia: Ubuntu 18.10 "Cosmic Cuttlefish" - Release amd64 (20181017.3)
ProcEnviron:
 TERM=xterm-256color
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=
 LANG=de_DE.UTF-8
 SHELL=/bin/bash
SourcePackage: ubuntu-meta
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug cosmic wayland-session

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

Title:
  Animation of dash-icon no longer present after locking the screen

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

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

[Bug 1823674] Re: Animation of dash-icon no longer present after locking the screen

2019-04-08 Thread Alexander Kallenbach
** Attachment added: "Bildschirmfoto vom 2019-04-08 10-57-31.png"
   
https://bugs.launchpad.net/ubuntu/+source/ubuntu-meta/+bug/1823674/+attachment/5254038/+files/Bildschirmfoto%20vom%202019-04-08%2010-57-31.png

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

Title:
  Animation of dash-icon no longer present after locking the screen

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

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

[Bug 1823581] Re: Multi-touch screen test of checkbox failed on Disco 19.04

2019-04-08 Thread Betty Lin
multitouch doesn't work on this machine.

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

Title:
  Multi-touch screen test of checkbox failed on Disco 19.04

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

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

[Bug 1823216] Re: [trusty] 3.13.0-167-generic repeatedly trips kernel paging request BUG:

2019-04-08 Thread Stefan Bader
** Also affects: linux (Ubuntu Trusty)
   Importance: Undecided
   Status: New

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

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

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

Title:
  [trusty] 3.13.0-167-generic repeatedly trips kernel paging request
  BUG:

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

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

[Bug 1822819] Re: linux-hwe: 4.15.0-48.51~16.04.1 -proposed tracker

2019-04-08 Thread Ubuntu Kernel Bot
** Changed in: kernel-sru-workflow/promote-signing-to-proposed
   Status: New => Fix Committed

** Description changed:

  This bug will contain status and test results related to a kernel source
  (or snap) as stated in the title.
  
  For an explanation of the tasks and the associated workflow see:
https://wiki.ubuntu.com/Kernel/kernel-sru-workflow
  
  derivatives: bug 1822818 (linux-hwe-edge)
  
  -- swm properties --
  boot-testing-requested: true
  kernel-stable-master-bug: 1822820
  phase: Promote to Proposed
  phase-changed: Monday, 08. April 2019 08:38 UTC
  reason:
-   promote-to-proposed: Ongoing -- review in progress
+   promote-signing-to-proposed: Ongoing -- packages copied but not yet 
published to
+ -proposed
+   promote-to-proposed: Ongoing -- packages copied but not yet published to 
-proposed

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

Title:
  linux-hwe: 4.15.0-48.51~16.04.1 -proposed tracker

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

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

[Bug 1766076] Re: USB over thunderbolt turns off every once in a while

2019-04-08 Thread torel
Still seeing this on 5.0.6. PPA mainline. Booting windows prior to linux
is WAR for me. Dell 5530 w/TB16. Don't think it is fixed in 5.

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

Title:
  USB over thunderbolt turns off every once in a while

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

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

[Bug 1823435] Re: session-migration ftbfs in disco

2019-04-08 Thread Sebastien Bacher
** Changed in: session-migration (Ubuntu)
 Assignee: (unassigned) => Didier Roche (didrocks)

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

Title:
  session-migration ftbfs in disco

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

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

[Bug 1823671] [NEW] snapd-glib ftbfs with cosmic toolchain updates

2019-04-08 Thread Matthias Klose
Public bug reported:

https://launchpadlibrarian.net/418304536/buildlog_ubuntu-cosmic-amd64
.snapd-glib_1.44-1_BUILDING.txt.gz

dh_makeshlibs -V -- -c4
dpkg-gensymbols: warning: some symbols or patterns disappeared in the symbols 
file: see diff output below
dpkg-gensymbols: warning: debian/libsnapd-qt1/DEBIAN/symbols doesn't match 
completely debian/libsnapd-qt1.symbols
--- debian/libsnapd-qt1.symbols (libsnapd-qt1_1.44-1_amd64)
+++ dpkg-gensymbolsAPVcYR   2019-04-08 00:54:50.762308213 +
@@ -313,7 +313,7 @@
  (c++|regex)"^.*Request::runSync\(\)@Base$" 0
  (c++|regex)"^QMetaTypeIdQObject<.*@Base$" 0
  (c++|regex)"^QtMetaTypePrivate::.*@Base$" 0
- (c++|regex)"^int qRegisterNormalizedMetaType<.*>\(.*\)@Base$" 0
+#MISSING: 1.44-1# (c++|regex)"^int 
qRegisterNormalizedMetaType<.*>\(.*\)@Base$" 0
  (c++|regex)"^typeinfo for .*@Base$" 0
  (c++|regex)"^typeinfo name for .*@Base$" 0
  (c++|regex)"^vtable for .*$" 0
dh_makeshlibs: failing due to earlier errors
make[1]: *** [debian/rules:12: override_dh_makeshlibs] Error 2
make[1]: Leaving directory '/<>'
make: *** [debian/rules:6: binary] Error 2

** Affects: snapd-glib (Ubuntu)
 Importance: High
 Status: New


** Tags: cc-tc-updates ftbfs

** Changed in: snapd-glib (Ubuntu)
   Importance: Undecided => High

** Tags added: cc-tc-updates ftbfs

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

Title:
  snapd-glib ftbfs with cosmic toolchain updates

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

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

[Bug 1823669] [NEW] ruby2.5 ftbfs with cosmic toolchain updates

2019-04-08 Thread Matthias Klose
Public bug reported:

https://launchpadlibrarian.net/418305402/buildlog_ubuntu-cosmic-
amd64.ruby2.5_2.5.1-5ubuntu4_BUILDING.txt.gz

  1) Failure:
FTPTest#test_tls_with_ca_file [/<>/test/net/ftp/test_ftp.rb:1719]:
Exception raised:
<#>.

  2) Failure:
IMAPTest#test_imaps_with_ca_file 
[/<>/.ext/common/openssl/ssl.rb:486]:
Exception raised:
<#>.

  3) Failure:
IMAPTest#test_starttls [/<>/test/net/imap/test_imap.rb:19]:
exceptions on 1 threads:
#>/test/net/imap/test_imap.rb:693 
dead>:
/<>/test/net/imap/test_imap.rb:709:in `accept': SSL_accept 
returned=1 errno=0 state=error: sslv3 alert certificate expired 
(OpenSSL::SSL::SSLError)
from /<>/test/net/imap/test_imap.rb:709:in `block in 
starttls_test'

  4) Failure:
TestNetHTTPS#test_get [/<>/test/net/http/utils.rb:48]:
<[]> expected but was
<["[2019-04-08 01:03:01] ERROR OpenSSL::SSL::SSLError: SSL_accept returned=1 
errno=0 state=error: sslv3 alert certificate expired\n" +
 "\t/<>/lib/webrick/server.rb:299:in `accept'\n" +
 "\t/<>/lib/webrick/server.rb:299:in `block (2 levels) in 
start_thread'\n" +
 "\t/<>/lib/webrick/utils.rb:263:in `timeout'\n" +
 "\t/<>/lib/webrick/server.rb:297:in `block in start_thread'\n"]>.

  5) Failure:
TestNetHTTPS#test_min_version [/<>/test/net/http/utils.rb:48]:
<[]> expected but was
<["[2019-04-08 01:03:01] ERROR OpenSSL::SSL::SSLError: SSL_accept returned=1 
errno=0 state=error: sslv3 alert certificate expired\n" +
 "\t/<>/lib/webrick/server.rb:299:in `accept'\n" +
 "\t/<>/lib/webrick/server.rb:299:in `block (2 levels) in 
start_thread'\n" +
 "\t/<>/lib/webrick/utils.rb:263:in `timeout'\n" +
 "\t/<>/lib/webrick/server.rb:297:in `block in start_thread'\n"]>.

  6) Failure:
TestNetHTTPS#test_post [/<>/test/net/http/utils.rb:48]:
<[]> expected but was
<["[2019-04-08 01:03:01] ERROR OpenSSL::SSL::SSLError: SSL_accept returned=1 
errno=0 state=error: sslv3 alert certificate expired\n" +
 "\t/<>/lib/webrick/server.rb:299:in `accept'\n" +
 "\t/<>/lib/webrick/server.rb:299:in `block (2 levels) in 
start_thread'\n" +
 "\t/<>/lib/webrick/utils.rb:263:in `timeout'\n" +
 "\t/<>/lib/webrick/server.rb:297:in `block in start_thread'\n"]>.

  7) Failure:
TestNetHTTPS#test_session_reuse [/<>/test/net/http/utils.rb:48]:
<[]> expected but was
<["[2019-04-08 01:03:01] ERROR OpenSSL::SSL::SSLError: SSL_accept returned=1 
errno=0 state=error: sslv3 alert certificate expired\n" +
 "\t/<>/lib/webrick/server.rb:299:in `accept'\n" +
 "\t/<>/lib/webrick/server.rb:299:in `block (2 levels) in 
start_thread'\n" +
 "\t/<>/lib/webrick/utils.rb:263:in `timeout'\n" +
 "\t/<>/lib/webrick/server.rb:297:in `block in start_thread'\n"]>.

  8) Failure:
TestNetHTTPS#test_session_reuse_but_expire 
[/<>/test/net/http/utils.rb:48]:
<[]> expected but was
<["[2019-04-08 01:03:01] ERROR OpenSSL::SSL::SSLError: SSL_accept returned=1 
errno=0 state=error: sslv3 alert certificate expired\n" +
 "\t/<>/lib/webrick/server.rb:299:in `accept'\n" +
 "\t/<>/lib/webrick/server.rb:299:in `block (2 levels) in 
start_thread'\n" +
 "\t/<>/lib/webrick/utils.rb:263:in `timeout'\n" +
 "\t/<>/lib/webrick/server.rb:297:in `block in start_thread'\n"]>.

  9) Failure:
TestTimeTZ#test_gen_Asia_Tokyo_50 
[/<>/test/ruby/test_time_tz.rb:265]:
TZ=Asia/Tokyo Time.utc(1951, 9, 8, 14, 0, 0).localtime.
<"1951-09-08 23:00:00 +0900"> expected but was
<"1951-09-09 00:00:00 +1000">.

 10) Failure:
TestTimeTZ#test_gen_Asia_Tokyo_54 
[/<>/test/ruby/test_time_tz.rb:301]:
TZ=Asia/Tokyo Time.local(0, 0, 23, 8, 9, 1951, nil, nil, false, nil).
<"1951-09-08 23:00:00 +0900"> expected but was
<"1951-09-08 23:00:00 +1000">.

 11) Error:
FTPTest#test_abort_tls:
OpenSSL::SSL::SSLError: SSL_connect returned=1 errno=0 state=error: certificate 
verify failed (certificate has expired)
/<>/lib/net/protocol.rb:52:in `connect'
/<>/lib/net/protocol.rb:52:in `ssl_socket_connect'
/<>/lib/net/ftp.rb:352:in `start_tls_session'
/<>/lib/net/ftp.rb:378:in `block in connect'
/<>/lib/monitor.rb:226:in `mon_synchronize'
/<>/lib/net/ftp.rb:370:in `connect'
/<>/lib/net/ftp.rb:269:in `initialize'
/<>/test/net/ftp/test_ftp.rb:2106:in `new'
/<>/test/net/ftp/test_ftp.rb:2106:in `test_abort_tls'

 12) Error:
FTPTest#test_abort_tls:
OpenSSL::SSL::SSLError: SSL_accept returned=1 errno=0 state=error: sslv3 alert 
certificate expired
/<>/test/net/ftp/test_ftp.rb:2090:in `accept'
/<>/test/net/ftp/test_ftp.rb:2090:in `block in test_abort_tls'
/<>/test/net/ftp/test_ftp.rb:2361:in `block in 
create_ftp_server'

 13) Error:
FTPTest#test_active_clear_data_connection:
OpenSSL::SSL::SSLError: SSL_connect returned=1 errno=0 state=error: certificate 
verify failed (certificate has expired)
/<>/lib/net/protocol.rb:52:in `connect'
/<>/lib/net/protocol.rb:52:in `ssl_socket_connect'
/<>/lib/net/ftp.rb:352:in `start_tls_session'
/<>/lib/net/ftp.rb:378:in `block in connect'
/<>/lib/monitor.rb:226:in `mon_synchronize'
/<>/lib/net/ftp.rb:370:in `connect'
/<>/lib/net/ftp.rb:269:in 

[Bug 1823440] Re: ubuntu-report ftbfs in disco

2019-04-08 Thread Sebastien Bacher
** Changed in: ubuntu-report (Ubuntu)
 Assignee: (unassigned) => Didier Roche (didrocks)

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

Title:
  ubuntu-report ftbfs in disco

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

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

[Bug 1820153] Re: [SRU][B/C/OEM]IOMMU: add kernel dma protection

2019-04-08 Thread AaronMa
** Tags removed: verification-needed-bionic verification-needed-cosmic
** Tags added: verification-done-bionic verification-done-cosmic

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

Title:
  [SRU][B/C/OEM]IOMMU: add kernel dma protection

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

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

[Bug 1823672] [NEW] apt description shows obsolete link

2019-04-08 Thread Adam Funk
Public bug reported:

$ aptitude show podget
Package: podget  
Version: 0.8.5-1
State: installed
Automatically installed: no
Priority: optional
Section: universe/misc
Maintainer: Ubuntu Developers 
Architecture: all
Uncompressed Size: 179 k
Depends: bash (>= 3.0), coreutils (>= 8.5), debianutils (>= 4.0), findutils (>= 
4.0.0), grep (>= 2.0.0), gawk (>= 4.0.0) | mawk (>= 1.3.0), sed (>= 4.0.0), wget
Suggests: libc-bin (>= 2.0)
Description: Podcast aggregrator/downloader optimized for cron
 Podget is a simple podcast aggregator optimized for running as a scheduled 
background job (i.e. cron). It features support for downloading podcasts from 
RSS & ATOM XML feeds, for sorting the files into folders
 & categories, for importing URLs from iTunes PCAST files & OPML lists 
automatic M3U & ASX playlist creation, and automatic cleanup of old files. It 
also features automatic UTF-16 conversion for podcasts hosted
 on MS Windows servers. Run podget once to install the users configuration 
files to $HOME/.podget, and then customize them there.
Homepage: http://podget.sourceforge.net

The homepage link shows no development for several years. Based on the
version number and changelog, I think it should be
.

** Affects: podget (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/1823672

Title:
  apt description shows obsolete link

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

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

[Bug 1823301] Re: [nvidia] Shell hangs up at random times when using nvidia-drm.modeset=1

2019-04-08 Thread Daniel van Vugt
** Tags added: multimonitor

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

Title:
  [nvidia] Shell hangs up at random times when using nvidia-
  drm.modeset=1

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

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

[Bug 1822819] Re: linux-hwe: 4.15.0-48.51~16.04.1 -proposed tracker

2019-04-08 Thread Łukasz Zemczak
** Changed in: kernel-sru-workflow/promote-to-proposed
   Status: In Progress => Fix Committed

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

Title:
  linux-hwe: 4.15.0-48.51~16.04.1 -proposed tracker

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

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

[Bug 1823666] [NEW] nss ftbfs with cosmic toolchain updates

2019-04-08 Thread Matthias Klose
Public bug reported:

https://launchpadlibrarian.net/418304406/buildlog_ubuntu-cosmic-
amd64.nss_2%3A3.36.1-1ubuntu1_BUILDING.txt.gz

make[2]: Entering directory '/<>/nss/coreconf/nsinstall'
x86_64-linux-gnu-gcc -o OBJS/nsinstall.o -c -g -fPIC   -pipe 
-ffunction-sections -fdata-sections -DHAVE_STRERROR -DLINUX -Dlinux -Wall 
-Werror -DXP_UNIX -DDEBUG -UNDEBUG -DDEBUG_buildd -D_REENTRANT 
-DNSS_NO_INIT_SUPPORT -DUSE_UTIL_DIRECTLY -DNO_NSPR_10_SUPPORT 
-DSSL_DISABLE_DEPRECATED_CIPHER_SUITE_NAMES -I/<>/dist/include 
-I/<>/dist/public/coreconf 
-I/<>/dist/private/coreconf  nsinstall.c
x86_64-linux-gnu-gcc -o OBJS/pathsub.o -c -g -fPIC   -pipe -ffunction-sections 
-fdata-sections -DHAVE_STRERROR -DLINUX -Dlinux -Wall -Werror -DXP_UNIX -DDEBUG 
-UNDEBUG -DDEBUG_buildd -D_REENTRANT -DNSS_NO_INIT_SUPPORT -DUSE_UTIL_DIRECTLY 
-DNO_NSPR_10_SUPPORT -DSSL_DISABLE_DEPRECATED_CIPHER_SUITE_NAMES 
-I/<>/dist/include -I/<>/dist/public/coreconf 
-I/<>/dist/private/coreconf  pathsub.c
pathsub.c: In function ‘reversepath’:
pathsub.c:215:6: error: ‘strncpy’ output truncated before terminating nul 
copying 3 bytes from a string of the same length [-Werror=stringop-truncation]
  strncpy(cp, "../", 3);
  ^
cc1: all warnings being treated as errors
make[2]: *** [../../coreconf/rules.mk:393: OBJS/pathsub.o] Error 1
make[2]: Leaving directory '/<>/nss/coreconf/nsinstall'
make[1]: *** [debian/rules:106: override_dh_auto_build] Error 2
make[1]: Leaving directory '/<>'
make: *** [debian/rules:201: build] Error 2

** Affects: nss (Ubuntu)
 Importance: High
 Status: New


** Tags: cc-tc-updates ftbfs

** Changed in: nss (Ubuntu)
   Importance: Undecided => High

** Tags added: cc-tc-updates ftbfs

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

Title:
  nss ftbfs with cosmic toolchain updates

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