[Bug 1870736] Re: [nvidia] Screen scaling 125% gives 200%

2020-07-16 Thread Dmitry
After restart or recent update everything stopped working.

Jul 17 09:20:15 pop-os gnome-shell[1494]: Failed to load module 
"appmenu-gtk-module"
Jul 17 09:20:16 pop-os gnome-shell[1494]: Unset XDG_SESSION_ID, 
getCurrentSessionProxy() called outside a user session. Asking logind directly.
Jul 17 09:20:16 pop-os gnome-shell[1494]: Will monitor session c1
Jul 17 09:20:16 pop-os gnome-shell[1494]: Error looking up permission: 
GDBus.Error:org.freedesktop.portal.Error.NotFound: No entry for geolocation
Jul 17 09:20:16 pop-os gnome-shell[1494]: JS WARNING: 
[resource:///org/gnome/shell/ui/layout.js 24]: reference to undefined property 
"MetaWindowX11"
Jul 17 09:20:17 pop-os gnome-shell[1494]: Registering session with GDM
Jul 17 09:20:24 pop-os gnome-shell[2541]: Enabling experimental feature 
'x11-randr-fractional-scaling'
Jul 17 09:20:24 pop-os gnome-shell[2541]: Failed to load module 
"appmenu-gtk-module"
Jul 17 09:20:24 pop-os gnome-shell[2541]: Unset XDG_SESSION_ID, 
getCurrentSessionProxy() called outside a user session. Asking logind directly.
Jul 17 09:20:24 pop-os gnome-shell[2541]: Will monitor session 2
Jul 17 09:20:24 pop-os gnome-shell[2541]: Telepathy is not available, chat 
integration will be disabled.
Jul 17 09:20:24 pop-os gnome-shell[2541]: gnome-shell-extension-system76-power: 
power profile was set: 'Balanced'
Jul 17 09:20:24 pop-os gnome-shell[2541]: JS WARNING: 
[/usr/share/gnome-shell/extensions/pop-sh...@system76.com/math.js 42]: test for 
equality (==) mistyped as assignment (=)?
Jul 17 09:20:24 pop-os gnome-shell[2541]: JS WARNING: 
[/usr/share/gnome-shell/extensions/pop-sh...@system76.com/math.js 42]: test for 
equality (==) mistyped as assignment (=)?
Jul 17 09:20:24 pop-os gnome-shell[2541]: JS WARNING: 
[/usr/share/gnome-shell/extensions/pop-sh...@system76.com/math.js 42]: 
reference to undefined property 1
Jul 17 09:20:24 pop-os gnome-shell[2541]: JS WARNING: 
[/usr/share/gnome-shell/extensions/pop-sh...@system76.com/math.js 42]: 
reference to undefined property 0
Jul 17 09:20:24 pop-os gnome-shell[2541]: JS WARNING: 
[/usr/share/gnome-shell/extensions/pop-sh...@system76.com/math.js 42]: 
reference to undefined property "crypto"
Jul 17 09:20:24 pop-os gnome-shell[2541]: g_file_enumerator_iterate: assertion 
'direnum != NULL' failed
Jul 17 09:20:24 pop-os gnome-shell[2541]: g_file_enumerator_iterate: assertion 
'direnum != NULL' failed
Jul 17 09:20:24 pop-os gnome-shell[2541]: g_file_enumerator_iterate: assertion 
'direnum != NULL' failed
Jul 17 09:20:24 pop-os gnome-shell[2541]: g_file_enumerator_iterate: assertion 
'direnum != NULL' failed
Jul 17 09:20:24 pop-os gnome-shell[2541]: g_file_enumerator_iterate: assertion 
'direnum != NULL' failed
Jul 17 09:20:24 pop-os gnome-shell[2541]: g_file_enumerator_iterate: assertion 
'direnum != NULL' failed
Jul 17 09:20:24 pop-os gnome-shell[2541]: g_file_enumerator_iterate: assertion 
'direnum != NULL' failed
Jul 17 09:20:24 pop-os gnome-shell[2541]: JS WARNING: 
[/usr/share/gnome-shell/extensions/pop-sh...@system76.com/math.js 42]: 
reference to undefined property "-1"
Jul 17 09:20:25 pop-os gnome-shell[2541]: pop-shell:  [INFO] init
Jul 17 09:20:25 pop-os gnome-shell[2541]: pop-shell:  [INFO] enable
Jul 17 09:20:25 pop-os gnome-shell[2541]: JS ERROR: Could not load extension 
ubuntu-d...@ubuntu.com: Error: Missing metadata.json
  
createExtensionObject@resource:///org/gnome/shell/ui/extensionSystem.js:281:19
  
_loadExtensions/<@resource:///org/gnome/shell/ui/extensionSystem.js:594:34
  
collectFromDatadirs@resource:///org/gnome/shell/misc/fileUtils.js:27:17
  
_loadExtensions@resource:///org/gnome/shell/ui/extensionSystem.js:574:19
  
_enableAllExtensions@resource:///org/gnome/shell/ui/extensionSystem.js:608:18
  
_sessionUpdated@resource:///org/gnome/shell/ui/extensionSystem.js:639:18
  
init@resource:///org/gnome/shell/ui/extensionSystem.js:56:14
  
_initializeUI@resource:///org/gnome/shell/ui/main.js:257:22
  
start@resource:///org/gnome/shell/ui/main.js:146:5
  @:1:47
Jul 17 09:20:25 pop-os gnome-shell[2541]: Error looking up permission: 
GDBus.Error:org.freedesktop.portal.Error.NotFound: No entry for geolocation
Jul 17 09:20:25 pop-os gnome-shell[2541]: Window manager warning: Overwriting 
existing binding of keysym 6f with keysym 6f (keycode 20).
Jul 17 09:20:26 pop-os gnome-shell[2541]: GNOME Shell started at Fri Jul 17 
2020 09:20:24 GMT+0300 (MSK)
Jul 17 09:20:26 pop-os gnome-shell[2541]: Registering session with GDM
Jul 17 09:20:26 pop-os gnome-shell[2541]: Error connecting to Nautilus
Jul 17 09:20:28 pop-os gnome-shell[2541]: Window 

[Bug 1885562] Re: [fips] freebl_fipsSoftwareIntegrityTest fails in FIPS mode

2020-07-16 Thread Dariusz Gadomski
** Description changed:

+ [Impact]
+ 
+  * Prevents using some parts of nss in FIPS mode - e.g.
+ libfreeblpriv3.so (failed asserts). The library during initialization
+ tries to verify it's own binaries against signatures in chk files
+ shipped along with it (created at build time). They are installed at
+ /usr/lib/$(DEB_HOST_MULTIARCH)/nss while it tries to look for them at
+ /usr/lib/$(DEB_HOST_MULTIARCH).
+ 
+ [Test Case]
+ 
+  * Setup Ubuntu 18.04 in FIPS mode.
+  * sudo apt install chrony
+  * sudo chronyd -d
+  * chronyd: util.c:373 UTI_IPToRefid: Assertion `MD5_hash >= 0' failed.
+ 
+ [Regression Potential]
+ 
+  * Fix introduces 2 new artifacts to the filesystem (symlinks to the chk
+ files). It may cause alerts in e.g. CI systems.
+ 
+ [Other Info]
+ Original bug description:
+ 
  In FIPS mode there are some additional checks performed.
  
  They lead to verifying binaries signatures. Those signatures are shipped
  in the libnss3 package as *.chk files installed in
  /usr/lib/$(DEB_HOST_MULTIARCH)/nss. Along with those files are the
  libraries themselves (libfreebl3.so  libfreeblpriv3.so  libnssckbi.so
  libnssdbm3.so  libsoftokn3.so).
  
  Those libraries are symlinked to be present in /usr/lib/$(DEB_HOST_MULTIARCH):
  ls -l /usr/lib/x86_64-linux-gnu/libfreeblpriv3.so
  lrwxrwxrwx 1 root root 21 Jun 10 18:54 
/usr/lib/x86_64-linux-gnu/libfreeblpriv3.so -> nss/libfreeblpriv3.so
  
  The client binaries are linked against the symlinks, so when the verification 
happens (lib/freebl/shvfy.c) the mkCheckFileName function takes path to the 
symlink to the shlib and replaces the .so extension with .chk.
  Then it tries to open that file. Obviosly it fails, because the actual file 
is in /usr/lib/$(DEB_HOST_MULTIARCH)/nss.
  
  [Test case]
  sudo apt install chrony
  sudo chronyd -d
  chronyd: util.c:373 UTI_IPToRefid: Assertion `MD5_hash >= 0' failed.
  
  Potential solutions:
  Solution A:
  Drop the /usr/lib/$(DEB_HOST_MULTIARCH)/nss directory and put all signatures 
and libs in /usr/lib/$(DEB_HOST_MULTIARCH).
  
  Solution B:
  Create symlinks to *.chk files in /usr/lib/$(DEB_HOST_MULTIARCH) (like it is 
done for *.so).
  
  Solution C:
  Implement and upstream NSS feature of resolving symlinks and looking for 
*.chk where the symlinks lead to.

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

Title:
  [fips] freebl_fipsSoftwareIntegrityTest fails in FIPS mode

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

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

[Bug 1887891] [NEW] dav/davs behind proxy doesn't work

2020-07-16 Thread Jean-Christophe
Public bug reported:

I'm using Ubuntu 20.04 behind manual proxy.
When I want to connect on a server with webdav, I have a message : "Erreur HTTP 
: Erreur de résolution de cloud.rochodc.com : Nom ou service inconnu" -> DNS 
Error Name ou service not known

I can connect to a webdav server on my private network.

I can connect to cloud.rochodc.com with Firefox and the proxy I use for the 
system.
I can connect to cloud.rochodc.com with Ubuntu 18.04 with the same proxy and 
nautilus.

Online account with parameters doesen't work at all.

JC

ProblemType: Bug
DistroRelease: Ubuntu 20.04
Package: nautilus 1:3.36.3-0ubuntu1
ProcVersionSignature: Ubuntu 5.4.0-40.44-generic 5.4.44
Uname: Linux 5.4.0-40-generic x86_64
ApportVersion: 2.20.11-0ubuntu27.3
Architecture: amd64
CasperMD5CheckResult: skip
CurrentDesktop: GNOME
Date: Fri Jul 17 08:22:05 2020
InstallationDate: Installed on 2020-07-09 (8 days ago)
InstallationMedia: Ubuntu 20.04 LTS "Focal Fossa" - Release amd64 (20200423)
ProcEnviron:
 TERM=xterm-256color
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=
 LANG=fr_FR.UTF-8
 SHELL=/bin/bash
SourcePackage: nautilus
UpgradeStatus: No upgrade log present (probably fresh install)
usr_lib_nautilus:

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


** Tags: amd64 apport-bug focal

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

Title:
  dav/davs behind proxy doesn't work

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

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

[Bug 1887892] [NEW] I am trying to install Ubuntu on my Asus A455l using USB Installer that I created using Rufus

2020-07-16 Thread Rizky Alfi Husni
Public bug reported:

Before installing Ubuntu, actually i have Installed Linux mint and
upgrade to linux Mint 20.0 Ulyana on my laptop. I am using linux mint
since 19.2. I am trying to install Ubuntu because i have problem with
Nvidia in linux mint and I want to see how it perform on my device

* lsb_release -rd
Description:Ubuntu 20.04 LTS
Release:20.04

* apt-cache policy pkgname
N: Unable to locate package pkgname

- I just install Ubuntu and cannot check Software center. a Pop-up
window appear and tell that installation completed and i should restart
the computer.

I expect to see normal installation. i had install Ubuntu 16.04 in 2017 but 
it's not my taste. 
and what happened is installation progress unexpectedly disrupted and says 
something like apt grub install failed, and it is quite serious problem

ProblemType: Bug
DistroRelease: Ubuntu 20.04
Package: ubiquity 20.04.15
ProcVersionSignature: Ubuntu 5.4.0-26.30-generic 5.4.30
Uname: Linux 5.4.0-26-generic x86_64
NonfreeKernelModules: zfs zunicode zavl icp zcommon znvpair
ApportVersion: 2.20.11-0ubuntu27
Architecture: amd64
CasperMD5CheckResult: pass
CasperVersion: 1.445
CurrentDesktop: ubuntu:GNOME
Date: Fri Jul 17 13:06:55 2020
InstallCmdLine: BOOT_IMAGE=/casper/vmlinuz file=/cdrom/preseed/ubuntu.seed 
maybe-ubiquity quiet splash ---
LiveMediaBuild: Ubuntu 20.04 LTS "Focal Fossa" - Release amd64 (20200423)
ProcEnviron:
 LANGUAGE=id_ID.UTF-8
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=
 LANG=id_ID.UTF-8
 LC_NUMERIC=C.UTF-8
SourcePackage: grub-installer
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: grub-installer (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug focal ubiquity-20.04.15 ubuntu

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

Title:
  I am trying to install Ubuntu on my Asus A455l using USB Installer
  that I created using Rufus

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

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

[Bug 1882671] Re: unbalanced UEFI TPL manipulations in iPXE with DOWNLOAD_PROTO_HTTPS enabled

2020-07-16 Thread Launchpad Bug Tracker
This bug was fixed in the package ipxe -
1.0.0+git-20190125.36a4c85-5ubuntu2

---
ipxe (1.0.0+git-20190125.36a4c85-5ubuntu2) groovy; urgency=medium

  * d/p/lp-1882671-efi-Raise-TPL-during-driver-entry-point.patch: fix the
formerly avoided efi TPL issues (LP: #1882671)

 -- Christian Ehrhardt   Thu, 16 Jul
2020 14:36:54 +0200

** Changed in: ipxe (Ubuntu)
   Status: In Progress => Fix Released

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

Title:
  unbalanced UEFI TPL manipulations in iPXE with DOWNLOAD_PROTO_HTTPS
  enabled

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

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

[Bug 1855757] Re: [nvidia] Background image corrupted after standby or resume from suspend

2020-07-16 Thread Daniel van Vugt
I have been trying, but am unable to reproduce this bug still.

To help test my theory, please just make a custom wallpaper that's the
same resolution as your monitor and use that. If the theory is correct
then that should work around this bug.

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

Title:
  [nvidia] Background image corrupted after standby or resume from
  suspend

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

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

[Bug 1887829] Re: graphic card not working

2020-07-16 Thread Daniel van Vugt
Reboot first :)

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

Title:
  graphic card not working

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

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

[Bug 1887821] Re: [nvidia] gnome-shell GUI freezes totally

2020-07-16 Thread Sami Kuisma
"The log in comment #4 is missing the time from when the machine booted,
which I also wanted to see, but maybe that doesn't matter..."

the uptime was 16d and system didn't have logs from the boot time. 
the log had everything created by 'journalctl -b-1 > prevboot.txt' except grep 
-v 'install4j_17tjtje-tws.desktop' lines   


The system hadn't been running low on memory for days, unless it didn't happen 
very suddenly because of some bug in firefox etc. I have 64GB and using roughly 
20GB for days (I have top/htop running in terminal all the time). I am 
typically aware of mem usage.

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

Title:
  [nvidia] gnome-shell GUI freezes totally

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

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

[Bug 1884143] Re: Valgrind: PPC sync instruction L field should only be 2 bits in ISA 3.0

2020-07-16 Thread Frank Heimes
Hi Luciano,
since this ticket was opened without specifying a certain Ubuntu release, it 
was assumed that it got opened for the Ubuntu release that is currently in 
development - which is in this case 20.10 / groovy.
And since groovy includes valgrind 3.16.1, that already incl. the fix mentioned 
above, this ticket was closed as Fix Released.

However, if this fix needs to land in 20.04 / focal's valgrind 3.15 too:
 valgrind | 1:3.15.0-1ubuntu9| focal   | ppc64el
it can be done based on Ubuntu's stable release upgrade (SRU) process 
(https://wiki.ubuntu.com/StableReleaseUpdates).
This process applies to Ubuntu releases that have been completed and were 
already published, and is therefore quite strict to avoid regressions.
Therefore we cannot simply bump the valgrind version in focal to the latest, 
but we may cherry-pick one or more patches/commits to fix a certain problem/bug.

Means if the above fix (fb6f7abcbc92506d302fb18a2c5fc853d2929248) can be
cherry-picked to 3.15 and applies there cleanly, we may do that. If it
doesn't apply cleanly a proper backport to 3.15 would be needed.

So yes, we would like to ask you to open a new bug requesting this same fix in 
20.04 (since this ticket got already closed) - if you don't mind ...
(If this bug wouldn't have been reached the 'Fix Release' status yet, it could 
have simply marked as affecting groovy _and_ focal.)

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

Title:
  Valgrind: PPC sync instruction L field should only be 2 bits in ISA
  3.0

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

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

Re: [Bug 1887829] Re: graphic card not working

2020-07-16 Thread Aman Gandhi
how to run this after it freezes ?


On Fri, Jul 17, 2020 at 10:40 AM Daniel van Vugt <1887...@bugs.launchpad.net>
wrote:

> Please reproduce the freeze again, reboot and then immediately run:
>
>   journalctl -b-1 > prevboot.txt
>
> and attach the resulting text file here.
>
> ** Also affects: nvidia-graphics-drivers-340 (Ubuntu)
>Importance: Undecided
>Status: New
>
> ** Changed in: nvidia-graphics-drivers-340 (Ubuntu)
>Status: New => Incomplete
>
> --
> You received this bug notification because you are subscribed to the bug
> report.
> https://bugs.launchpad.net/bugs/1887829
>
> Title:
>   graphic card not working
>
> Status in nvidia-graphics-drivers-340 package in Ubuntu:
>   Incomplete
> Status in nvidia-graphics-drivers-390 package in Ubuntu:
>   Invalid
>
> Bug description:
>   graphic card not working properly so I have to switch to custom
>   graphic driver |If i use nvidia driver the system freezes  after few
>   minutes
>
>   ProblemType: Bug
>   DistroRelease: Ubuntu 20.04
>   Package: xorg 1:7.7+19ubuntu14
>   ProcVersionSignature: Ubuntu 5.4.0-40.44-generic 5.4.44
>   Uname: Linux 5.4.0-40-generic x86_64
>   ApportVersion: 2.20.11-0ubuntu27.3
>   Architecture: amd64
>   BootLog: Error: [Errno 13] Permission denied: '/var/log/boot.log'
>   CasperMD5CheckResult: skip
>   CompositorRunning: None
>   CurrentDesktop: ubuntu:GNOME
>   Date: Thu Jul 16 22:06:22 2020
>   DistUpgraded: Fresh install
>   DistroCodename: focal
>   DistroVariant: ubuntu
>   DkmsStatus: nvidia, 390.138, 5.4.0-40-generic, x86_64: installed
>   ExtraDebuggingInterest: Yes
>   GraphicsCard:
>NVIDIA Corporation G98 [GeForce 8400 GS Rev. 2] [10de:06e4] (rev a1)
> (prog-if 00 [VGA controller])
>  Subsystem: ASUSTeK Computer Inc. G98 [GeForce 8400 GS Rev. 2]
> [1043:8322]
>   InstallationDate: Installed on 2020-07-15 (0 days ago)
>   InstallationMedia: Ubuntu 20.04 LTS "Focal Fossa" - Release amd64
> (20200423)
>   ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.4.0-40-generic
> root=UUID=2f89e325-7cba-46e0-8714-d8d6cbab9ff2 ro quiet splash vt.handoff=7
>   SourcePackage: xorg
>   UpgradeStatus: No upgrade log present (probably fresh install)
>   dmi.bios.date: 11/19/2009
>   dmi.bios.vendor: Intel Corp.
>   dmi.bios.version: TCIBX10H.86A.0027.2009.1119.1517
>   dmi.board.asset.tag: To be filled by O.E.M.
>   dmi.board.name: DH55TC
>   dmi.board.vendor: Intel Corporation
>   dmi.board.version: AAE70932-206
>   dmi.chassis.type: 3
>   dmi.modalias:
> dmi:bvnIntelCorp.:bvrTCIBX10H.86A.0027.2009.1119.1517:bd11/19/2009:svn:pn:pvr:rvnIntelCorporation:rnDH55TC:rvrAAE70932-206:cvn:ct3:cvr:
>   version.compiz: compiz N/A
>   version.libdrm2: libdrm2 2.4.101-2
>   version.libgl1-mesa-dri: libgl1-mesa-dri 20.0.8-0ubuntu1~20.04.1
>   version.libgl1-mesa-glx: libgl1-mesa-glx N/A
>   version.xserver-xorg-core: xserver-xorg-core 2:1.20.8-2ubuntu2.1
>   version.xserver-xorg-input-evdev: xserver-xorg-input-evdev N/A
>   version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:19.1.0-1
>   version.xserver-xorg-video-intel: xserver-xorg-video-intel
> 2:2.99.917+git20200226-1
>   version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.16-1
>
> To manage notifications about this bug go to:
>
> https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-drivers-340/+bug/1887829/+subscriptions
>

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

Title:
  graphic card not working

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

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

[Bug 1885423] Re: Attempt to upgrade to 20.04

2020-07-16 Thread Clifton Williams
I have managed to upgrade my computer from 19.10 to 20.04. On hindsight,
the fact that I could not sign into Snap should have indicated to me
that the system was not ready for an upgrade. The solution was to
uninstall Snap and Software using Terminal then reinstall them both
using  Gnome Software and Snap Store.  Signing into Snap unblocked the
system and allowed me to bring 19.10 to a state ready to be upgraded.
Using Terminal I was then able to go to 20.04.

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

Title:
  Attempt to upgrade to 20.04

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

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

[Bug 1884025] Re: Intel Wireless AC 3160 [8086:08b4] Subsystem [8086:8270] not loading on kernel 5.4.0.37.40

2020-07-16 Thread Joan
I am working currently with kernel 5.4.0-40-generic since it released on
ubuntu and I haven't experienced any more disconnects, I'm leaving the
issue open for a few days just in case.

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

Title:
  Intel Wireless AC 3160 [8086:08b4] Subsystem [8086:8270] not loading
  on kernel 5.4.0.37.40

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

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

[Bug 1880388] Re: rpi3b+ becomes unresponsive after closing a program

2020-07-16 Thread Juerg Haefliger
** Attachment added: "kern.log"
   
https://bugs.launchpad.net/ubuntu/+source/linux-raspi/+bug/1880388/+attachment/5393323/+files/kern.log

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

Title:
  rpi3b+ becomes unresponsive after closing a program

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

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

[Bug 1880388] Re: rpi3b+ becomes unresponsive after closing a program

2020-07-16 Thread Juerg Haefliger
** Attachment added: "syslog"
   
https://bugs.launchpad.net/ubuntu/+source/linux-raspi/+bug/1880388/+attachment/5393324/+files/syslog

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

Title:
  rpi3b+ becomes unresponsive after closing a program

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

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

[Bug 1880076] Re: ubuntu 20.4 - retransmitts with r8169

2020-07-16 Thread Heiner Kallweit
In addition you can try to set kernel command line parameter pcie_aspm=off.
Or set pcie_aspm.policy=performance.

In general it's a tradeoff: Older kernels didn't allow to enable ASPM at
all, resulting in less battery life on notebooks. Newer kernels disable
ASPM per default, but allow to re-enable it via sysfs. For this however
they depend on proper BIOS support.

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

Title:
  ubuntu 20.4 - retransmitts with r8169

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

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

[Bug 1705237] Re: Tomcat Setting up tomcat8 (8.0.32-1ubuntu1.4) ... dpkg: error processing package tomcat8 (--configure): subprocess installed post-installation script returned error exit status 128

2020-07-16 Thread Joan
Tomcat 8.0 is no longer relevant, I'm closing this.

** Changed in: tomcat8 (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/1705237

Title:
  Tomcat Setting up tomcat8 (8.0.32-1ubuntu1.4) ... dpkg: error
  processing package tomcat8 (--configure):  subprocess installed post-
  installation script returned error exit status 128

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

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

[Bug 1855757] Re: [nvidia] Background image corrupted after standby or resume from suspend

2020-07-16 Thread Daniel van Vugt
Unfortunately yes those are different bugs (please open new bugs). But
the fix would be similar to this, or similar to bug 1809407.

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

Title:
  [nvidia] Background image corrupted after standby or resume from
  suspend

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

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

[Bug 1589997] Re: The device on /dev/sdx is not created when inserting new devices

2020-07-16 Thread Joan
I'm closing the bug myself because the issue was only vmware horizon
keeping the hardware for itself.

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

Title:
  The device on /dev/sdx is not created when inserting new devices

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

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

[Bug 1590656] Re: apport-kde from xenial crashes due to charset encodings

2020-07-16 Thread Joan
In focal there are no longer problems with this, issues can be reported
via drkonqui and everything works normally.

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

Title:
  apport-kde from xenial crashes due to charset encodings

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

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

[Bug 1790205] Re: systemd journals take up a lot of space, and it's not obvious how much is used, and what the upper limit is.

2020-07-16 Thread Benjamin Bach
Same issue on Bionic, installed May 15 (2 months ago):

➜  ~ sudo journalctl --disk-usage   
Archived and active journals take up 4.1G in the file system.

My logs are definitely clogged with endless JavaScript errors from
gnome-shell. Something I would not expect to slowly consume all disk
space.

What could be helpful feedback for this issue?

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

Title:
  systemd journals take up a lot of space, and it's not obvious how much
  is used, and what the upper limit is.

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

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

[Bug 1885414] Re: on flavours ubiquity: bootloader failed on /dev/vda

2020-07-16 Thread Leó Kolbeinsson
Testing the 2020-07-16 ubuntu-mate iso on VirtualBox

Selected Normal installation. Normal until "installing the grub2
package#

Received the following error: bootloader install failed (as superuser)-

Sorry, an error occurred and it was not possible to install the boat
loader at the speceified location. /dev/sda

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

Title:
  on flavours ubiquity: bootloader failed on /dev/vda

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

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

[Bug 1548206] Re: Kate spellcheck not working

2020-07-16 Thread Maye
Not fixed in Kubuntu 20.04:

$ kate .ssh/config
Hspell: can't open /usr/share/hspell/hebrew.wgz.sizes.
sonnet.plugins.hspell: HSpellDict::HSpellDict: Init failed

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

Title:
  Kate spellcheck not working

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

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

[Bug 1887821] Re: gnome-shell GUI freezes totally

2020-07-16 Thread Daniel van Vugt
The log in comment #4 is missing the time from when the machine booted,
which I also wanted to see, but maybe that doesn't matter... Near the
end of the log it seems your system is running out of file descriptors
AND running out of memory. So I suggest you dig deeper to find out which
process(es) are using all the memory and files. Some commands that may
help:

  free -h
  ps auxw
  lsof


** Tags added: nvidia

** Summary changed:

- gnome-shell GUI freezes totally 
+ [nvidia] gnome-shell GUI freezes totally

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

Title:
  [nvidia] gnome-shell GUI freezes totally

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

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

[Bug 1887826] Re: CURLFile POST missing Content-Length header

2020-07-16 Thread Christian Ehrhardt 
Hi Stephen - thanks for the report,
a merge of 7.4.5 is currently going on and will resolve this in groovy.
>From there SRUs can be considered as needed.

** Changed in: php7.4 (Ubuntu)
   Status: New => Triaged

** Changed in: php7.4 (Ubuntu)
 Assignee: (unassigned) => Bryce Harrington (bryce)

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

Title:
  CURLFile POST missing Content-Length header

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/php7.4/+bug/1887826/+subscriptions

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

[Bug 1855757] Re: [nvidia] Background image corrupted after standby or resume from suspend

2020-07-16 Thread Dominik
OMG, this looks like it's it.

On my main computer with Geforce 330M I have a background that's 1x
screen res and I haven't been getting the corrupted background. I just
switched to a stock Ubuntu bg image, which I presume is much larger than
1440x900, suspended the machine and now it's completely white.

The corruption I now get after resume from suspend is this:

1. The Gnome menu (the one on the left after pressing the super key)
when using Gnome session is corrupted or invisible. Moving the mouse
over the icons makes them appear and closing and re-opening the overlay
fixes it. The left menu from Ubuntu session seems fine, but I only tried
a couple of suspends as I use the Gnome session.

2. Current program icon in the top bar of the Gnome session gets
corrupted.

3. Icons in some applications (like Cura) get corrupted. I think it may
be related to Qt.

But I guess that would be a different bug?

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

Title:
  [nvidia] Background image corrupted after standby or resume from
  suspend

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

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

[Bug 1822581] Re: HP 1030 G3 fn-keys not working

2020-07-16 Thread Kai-Heng Feng
** 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/1822581

Title:
  HP 1030 G3 fn-keys not working

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

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

[Bug 1887821] Re: gnome-shell GUI freezes totally

2020-07-16 Thread Sami Kuisma
ok, here is prevboot.txt

it was too big, over 8M lines, because of one buggy sw; Interactive
Brokers TradeStation floods the log.

wc prevboot.txt 
  5089905  91689782 962690406 prevboot.txt

with entries like this:

head prevboot.txt 
-- Logs begin at Tue 2020-07-14 17:11:55 EEST, end at Fri 2020-07-17 07:38:59 
EEST. --
heinä 14 17:11:55 Aorus-Ultra-Ryzen install4j_17tjtje-tws.desktop[793522]: 
JTS-usfarmDispatcherS10-129S10-130: Couldn't write to log file - 
java.io.IOException: write beyond end of stream
heinä 14 17:11:55 Aorus-Ultra-Ryzen install4j_17tjtje-tws.desktop[793522]: 
JTS-usfarmDispatcherS10-129S10-130: Couldn't write to log file - 
java.io.IOException: write beyond end of stream
heinä 14 17:11:55 Aorus-Ultra-Ryzen install4j_17tjtje-tws.desktop[793522]: 
JTS-usfarmDispatcherS10-129S10-130: Couldn't write to log file - 
java.io.IOException: write beyond end of stream


So I removed those tradestation lines and resulting prevboot is 8203 lines



** Attachment added: "prevboot.txt with Interactive Brokers Tradestation lines 
removed"
   
https://bugs.launchpad.net/ubuntu/+bug/1887821/+attachment/5393321/+files/prevboot_no_IB.txt

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

Title:
  gnome-shell GUI freezes totally

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

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

[Bug 1887821] Re: gnome-shell GUI freezes totally

2020-07-16 Thread Sami Kuisma
lspci -k > lspcik.txt


** Attachment added: "lspcik.txt"
   
https://bugs.launchpad.net/ubuntu/+bug/1887821/+attachment/5393322/+files/lspcik.txt

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

Title:
  gnome-shell GUI freezes totally

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

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

[Bug 1873194] Re: clipit interface not working in 20.04

2020-07-16 Thread Kai-Heng Feng
** No longer affects: linux (Ubuntu)

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

Title:
  clipit interface not working in 20.04

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

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

[Bug 1887728] Re: [amdgpu] Scrumbled screen after standby on encrypted system

2020-07-16 Thread Kai-Heng Feng
Do you see the issue on Ubuntu proper?

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

Title:
  [amdgpu] Scrumbled screen after standby on encrypted system

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

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

[Bug 1884255] Re: [AMD/ATI] SBx00 Azalia (Intel HDA) Audio Ubuntu 20.04 not working

2020-07-16 Thread Kai-Heng Feng
Sounds like a userspace issue. Have you tried any chromium based
browser?

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

Title:
  [AMD/ATI] SBx00 Azalia (Intel HDA) Audio Ubuntu 20.04 not working

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

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

[Bug 1868159] Re: [MIR] adcli

2020-07-16 Thread Christian Ehrhardt 
Thank you all, MIR Ack, Security Ack and bug subscription is present - this is 
ready for promotion as soon as the seed was modified to pull it in.
The same applies to the sibling bug in 1868154

** Changed in: adcli (Ubuntu)
 Assignee: Dan Streetman (ddstreet) => (unassigned)

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

Title:
  [MIR] adcli

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

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

[Bug 1884910] Re: Very slow boot with kernel 5.4.0-37-generic

2020-07-16 Thread Kai-Heng Feng
Would it be possible for you to do a kernel bisection?

First, find the last -rc kernel works and the first -rc kernel doesn’t
work from http://kernel.ubuntu.com/~kernel-ppa/mainline/

Then,
$ sudo apt build-dep linux
$ git clone git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
$ cd linux
$ git bisect start
$ git bisect good $(the working version you found)
$ git bisect bad $(the non-working version found)
$ make localmodconfig
$ make -j`nproc` deb-pkg
Install the newly built kernel, then reboot with it.
If it still have the same issue,
$ git bisect bad
Otherwise,
$ git bisect good
Repeat to "make -j`nproc` deb-pkg" until you find the offending commit.

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

Title:
  Very slow boot with kernel 5.4.0-37-generic

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

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

[Bug 1887263] Re: nautilus freezes possibly in connection w/ samba share mounted/unmounted

2020-07-16 Thread leder
this is what I got so far, please tell me if you need more information:

-
leder@home-ryzen-desktop:~$ apport-retrace --stdout 
/var/crash/_usr_libexec_gnome-shell-hotplug-sniffer.1000.crash 
ERROR: report file does not contain one of the required fields: Package
-

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

Title:
  nautilus freezes possibly in connection w/ samba share
  mounted/unmounted

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

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

[Bug 1868154] Re: [MIR] realmd

2020-07-16 Thread Christian Ehrhardt 
Thank you all, MIR Ack, Security Ack and bug subscription is present - this is 
ready for promotion as soon as the seed was modified to pull it in.
The same applies to the sibling bug in 1868159

** Changed in: realmd (Ubuntu)
   Status: New => 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/1868154

Title:
  [MIR] realmd

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

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

[Bug 1887829] Re: graphic card not working

2020-07-16 Thread Daniel van Vugt
Please reproduce the freeze again, reboot and then immediately run:

  journalctl -b-1 > prevboot.txt

and attach the resulting text file here.

** Also affects: nvidia-graphics-drivers-340 (Ubuntu)
   Importance: Undecided
   Status: New

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

Title:
  graphic card not working

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

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

[Bug 1886366] Re: USB External Drive Stalls and Timeouts

2020-07-16 Thread Kai-Heng Feng
"linux-image-unsigned" is also needed.

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

Title:
  USB External Drive Stalls and Timeouts

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

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

[Bug 1883839] Re: [MIR] oem-somerville-beric-icl-meta

2020-07-16 Thread Cyrus Lien
** Also affects: 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/1883839

Title:
  [MIR] oem-somerville-beric-icl-meta

To manage notifications about this bug go to:
https://bugs.launchpad.net/oem-priority/+bug/1883839/+subscriptions

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

Re: [Bug 1887829] Re: graphic card not working

2020-07-16 Thread Aman Gandhi
I installed 340 now let's see if the freeze problem still exists.


On Fri, Jul 17, 2020 at 8:25 AM Daniel van Vugt <1887...@bugs.launchpad.net>
wrote:

> The Nvidia web site seems to confirm that 'GeForce 8400 GS' is only
> supported by driver version 340. So please uninstall 390 and install 340
> instead.
>
>
> ** Changed in: nvidia-graphics-drivers-390 (Ubuntu)
>Status: Incomplete => Invalid
>
> --
> You received this bug notification because you are subscribed to the bug
> report.
> https://bugs.launchpad.net/bugs/1887829
>
> Title:
>   graphic card not working
>
> Status in nvidia-graphics-drivers-390 package in Ubuntu:
>   Invalid
>
> Bug description:
>   graphic card not working properly so I have to switch to custom
>   graphic driver |If i use nvidia driver the system freezes  after few
>   minutes
>
>   ProblemType: Bug
>   DistroRelease: Ubuntu 20.04
>   Package: xorg 1:7.7+19ubuntu14
>   ProcVersionSignature: Ubuntu 5.4.0-40.44-generic 5.4.44
>   Uname: Linux 5.4.0-40-generic x86_64
>   ApportVersion: 2.20.11-0ubuntu27.3
>   Architecture: amd64
>   BootLog: Error: [Errno 13] Permission denied: '/var/log/boot.log'
>   CasperMD5CheckResult: skip
>   CompositorRunning: None
>   CurrentDesktop: ubuntu:GNOME
>   Date: Thu Jul 16 22:06:22 2020
>   DistUpgraded: Fresh install
>   DistroCodename: focal
>   DistroVariant: ubuntu
>   DkmsStatus: nvidia, 390.138, 5.4.0-40-generic, x86_64: installed
>   ExtraDebuggingInterest: Yes
>   GraphicsCard:
>NVIDIA Corporation G98 [GeForce 8400 GS Rev. 2] [10de:06e4] (rev a1)
> (prog-if 00 [VGA controller])
>  Subsystem: ASUSTeK Computer Inc. G98 [GeForce 8400 GS Rev. 2]
> [1043:8322]
>   InstallationDate: Installed on 2020-07-15 (0 days ago)
>   InstallationMedia: Ubuntu 20.04 LTS "Focal Fossa" - Release amd64
> (20200423)
>   ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.4.0-40-generic
> root=UUID=2f89e325-7cba-46e0-8714-d8d6cbab9ff2 ro quiet splash vt.handoff=7
>   SourcePackage: xorg
>   UpgradeStatus: No upgrade log present (probably fresh install)
>   dmi.bios.date: 11/19/2009
>   dmi.bios.vendor: Intel Corp.
>   dmi.bios.version: TCIBX10H.86A.0027.2009.1119.1517
>   dmi.board.asset.tag: To be filled by O.E.M.
>   dmi.board.name: DH55TC
>   dmi.board.vendor: Intel Corporation
>   dmi.board.version: AAE70932-206
>   dmi.chassis.type: 3
>   dmi.modalias:
> dmi:bvnIntelCorp.:bvrTCIBX10H.86A.0027.2009.1119.1517:bd11/19/2009:svn:pn:pvr:rvnIntelCorporation:rnDH55TC:rvrAAE70932-206:cvn:ct3:cvr:
>   version.compiz: compiz N/A
>   version.libdrm2: libdrm2 2.4.101-2
>   version.libgl1-mesa-dri: libgl1-mesa-dri 20.0.8-0ubuntu1~20.04.1
>   version.libgl1-mesa-glx: libgl1-mesa-glx N/A
>   version.xserver-xorg-core: xserver-xorg-core 2:1.20.8-2ubuntu2.1
>   version.xserver-xorg-input-evdev: xserver-xorg-input-evdev N/A
>   version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:19.1.0-1
>   version.xserver-xorg-video-intel: xserver-xorg-video-intel
> 2:2.99.917+git20200226-1
>   version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.16-1
>
> To manage notifications about this bug go to:
>
> https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-drivers-390/+bug/1887829/+subscriptions
>

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

Title:
  graphic card not working

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

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

[Bug 1887300] Re: Wacom overlay text labels are invisible

2020-07-16 Thread Launchpad Bug Tracker
This bug was fixed in the package yaru-theme - 20.10.2

---
yaru-theme (20.10.2) groovy; urgency=medium

  [ Carlo Lobrano ]
  * update README pictures (LP: #1887383)
  * build: deduplicate meson.build and introduce Flavours (#1884) (LP: #1887383)
  * fix Yaru project name (LP: #1887383)
  * Fix spinner typo in tweaks.scss (LP: #1887383)
  * bootstrap: libgtk-3-dev is needed for building too (#) (LP: #1887383)

  [ Feichtmeier ]
  * Gtk theme new changes from upstream (#2195)
  * Special case  spinners in destructive, suggested action buttons (#2187)
(LP: #1887298)
  * Make wacom overlay visible (#2198) (LP: #1887300)
  * Shell: revert insensitive fg color change (#2199)
  * Gtk3: increase menu visibility (#2232) (LP: #1887297)
  * Shell: popup and notification improvements (#2236) (LP: #1887297)

  [ github-actions[bot] ]
  * New upstream snapshot for GTK (#2084)

  [ Ԝеѕ ]
  * icons - add application/x-sharedlib alias for x-executable (#2204)
  * Use CD image icon for apple disk images (#2233)

  [ Chris Billington ]
  * Use MESON_INSTALL_DESTDIR_PREFIX in post_install.py (#2206) (LP: #1887383)

  [ ubuntujaggers ]
  * adding second user to system-users (#2209) (LP: #1887411)
  * Adding mimetype for LMMS projects (#2249) (LP: #1887388)
  * Some missing icons for Lollypop UI (#2235) (LP: #1887419)
  * Adding new non-uniform app icon templates (#1920)
  * removing green from network-cellular-connected-symbolic (#2252) (LP:
#1887420)
  * rounding corners on avatar-default-symbolic (#2253)

  [ R. David Dunphy ]
  * Nemo selected text highlighting and inactive pane shading (#2220)

  [ John Losito ]
  * Check for updates to GitHub Actions every weekday (#2223) (LP: #1887383)

  [ Jupiter007 ]
  * Add a solid background to microphone icons (#2200) (Closes: #2185)
(LP: #1887389)
  * Re: Fix lock icons twisted path (#2205) (Closes: #2201) (LP: #1887393)
  * Add missing Simple-scan symbolic icons (#2244)

  [ MadsRH ]
  * Added text to img and iso icons (#2213)
  * Added mimetype for Lilypond music files (#2230) (LP: #1887388)
  * Added icon for QML mimetypes (#2226) (LP: #1887388)
  * Added mimetype icon for log files (#2229) (LP: #1887388)
  * Added more mimetype icons again (#2234) (LP: #1887388)
  * Added mimetype icon for Scala files (#2231) (LP: #1887388)

  [ Muqtadir ]
  * mimetype application-x-theme (#2243) (LP: #1887388)
  * Mimetypes application x rss+xml (#2248) (LP: #1887388)

  [ Marco Trevisan (Treviño) ]
  * debian/rules: enable building unity theme

 -- Marco Trevisan (Treviño)   Fri, 17 Jul 2020
02:43:50 +0200

** Changed in: yaru-theme (Ubuntu)
   Status: In Progress => Fix Released

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

Title:
  Wacom overlay text labels are invisible

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

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

[Bug 1887298] Re: blue GtkSpinner is hard to see on red .destrucive-action buttons

2020-07-16 Thread Launchpad Bug Tracker
This bug was fixed in the package yaru-theme - 20.10.2

---
yaru-theme (20.10.2) groovy; urgency=medium

  [ Carlo Lobrano ]
  * update README pictures (LP: #1887383)
  * build: deduplicate meson.build and introduce Flavours (#1884) (LP: #1887383)
  * fix Yaru project name (LP: #1887383)
  * Fix spinner typo in tweaks.scss (LP: #1887383)
  * bootstrap: libgtk-3-dev is needed for building too (#) (LP: #1887383)

  [ Feichtmeier ]
  * Gtk theme new changes from upstream (#2195)
  * Special case  spinners in destructive, suggested action buttons (#2187)
(LP: #1887298)
  * Make wacom overlay visible (#2198) (LP: #1887300)
  * Shell: revert insensitive fg color change (#2199)
  * Gtk3: increase menu visibility (#2232) (LP: #1887297)
  * Shell: popup and notification improvements (#2236) (LP: #1887297)

  [ github-actions[bot] ]
  * New upstream snapshot for GTK (#2084)

  [ Ԝеѕ ]
  * icons - add application/x-sharedlib alias for x-executable (#2204)
  * Use CD image icon for apple disk images (#2233)

  [ Chris Billington ]
  * Use MESON_INSTALL_DESTDIR_PREFIX in post_install.py (#2206) (LP: #1887383)

  [ ubuntujaggers ]
  * adding second user to system-users (#2209) (LP: #1887411)
  * Adding mimetype for LMMS projects (#2249) (LP: #1887388)
  * Some missing icons for Lollypop UI (#2235) (LP: #1887419)
  * Adding new non-uniform app icon templates (#1920)
  * removing green from network-cellular-connected-symbolic (#2252) (LP:
#1887420)
  * rounding corners on avatar-default-symbolic (#2253)

  [ R. David Dunphy ]
  * Nemo selected text highlighting and inactive pane shading (#2220)

  [ John Losito ]
  * Check for updates to GitHub Actions every weekday (#2223) (LP: #1887383)

  [ Jupiter007 ]
  * Add a solid background to microphone icons (#2200) (Closes: #2185)
(LP: #1887389)
  * Re: Fix lock icons twisted path (#2205) (Closes: #2201) (LP: #1887393)
  * Add missing Simple-scan symbolic icons (#2244)

  [ MadsRH ]
  * Added text to img and iso icons (#2213)
  * Added mimetype for Lilypond music files (#2230) (LP: #1887388)
  * Added icon for QML mimetypes (#2226) (LP: #1887388)
  * Added mimetype icon for log files (#2229) (LP: #1887388)
  * Added more mimetype icons again (#2234) (LP: #1887388)
  * Added mimetype icon for Scala files (#2231) (LP: #1887388)

  [ Muqtadir ]
  * mimetype application-x-theme (#2243) (LP: #1887388)
  * Mimetypes application x rss+xml (#2248) (LP: #1887388)

  [ Marco Trevisan (Treviño) ]
  * debian/rules: enable building unity theme

 -- Marco Trevisan (Treviño)   Fri, 17 Jul 2020
02:43:50 +0200

** Changed in: yaru-theme (Ubuntu)
   Status: In Progress => Fix Released

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

Title:
  blue GtkSpinner is hard to see on red .destrucive-action buttons

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

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

[Bug 1887420] Re: network-cellular-connected-symbolic isn't monochrome

2020-07-16 Thread Launchpad Bug Tracker
This bug was fixed in the package yaru-theme - 20.10.2

---
yaru-theme (20.10.2) groovy; urgency=medium

  [ Carlo Lobrano ]
  * update README pictures (LP: #1887383)
  * build: deduplicate meson.build and introduce Flavours (#1884) (LP: #1887383)
  * fix Yaru project name (LP: #1887383)
  * Fix spinner typo in tweaks.scss (LP: #1887383)
  * bootstrap: libgtk-3-dev is needed for building too (#) (LP: #1887383)

  [ Feichtmeier ]
  * Gtk theme new changes from upstream (#2195)
  * Special case  spinners in destructive, suggested action buttons (#2187)
(LP: #1887298)
  * Make wacom overlay visible (#2198) (LP: #1887300)
  * Shell: revert insensitive fg color change (#2199)
  * Gtk3: increase menu visibility (#2232) (LP: #1887297)
  * Shell: popup and notification improvements (#2236) (LP: #1887297)

  [ github-actions[bot] ]
  * New upstream snapshot for GTK (#2084)

  [ Ԝеѕ ]
  * icons - add application/x-sharedlib alias for x-executable (#2204)
  * Use CD image icon for apple disk images (#2233)

  [ Chris Billington ]
  * Use MESON_INSTALL_DESTDIR_PREFIX in post_install.py (#2206) (LP: #1887383)

  [ ubuntujaggers ]
  * adding second user to system-users (#2209) (LP: #1887411)
  * Adding mimetype for LMMS projects (#2249) (LP: #1887388)
  * Some missing icons for Lollypop UI (#2235) (LP: #1887419)
  * Adding new non-uniform app icon templates (#1920)
  * removing green from network-cellular-connected-symbolic (#2252) (LP:
#1887420)
  * rounding corners on avatar-default-symbolic (#2253)

  [ R. David Dunphy ]
  * Nemo selected text highlighting and inactive pane shading (#2220)

  [ John Losito ]
  * Check for updates to GitHub Actions every weekday (#2223) (LP: #1887383)

  [ Jupiter007 ]
  * Add a solid background to microphone icons (#2200) (Closes: #2185)
(LP: #1887389)
  * Re: Fix lock icons twisted path (#2205) (Closes: #2201) (LP: #1887393)
  * Add missing Simple-scan symbolic icons (#2244)

  [ MadsRH ]
  * Added text to img and iso icons (#2213)
  * Added mimetype for Lilypond music files (#2230) (LP: #1887388)
  * Added icon for QML mimetypes (#2226) (LP: #1887388)
  * Added mimetype icon for log files (#2229) (LP: #1887388)
  * Added more mimetype icons again (#2234) (LP: #1887388)
  * Added mimetype icon for Scala files (#2231) (LP: #1887388)

  [ Muqtadir ]
  * mimetype application-x-theme (#2243) (LP: #1887388)
  * Mimetypes application x rss+xml (#2248) (LP: #1887388)

  [ Marco Trevisan (Treviño) ]
  * debian/rules: enable building unity theme

 -- Marco Trevisan (Treviño)   Fri, 17 Jul 2020
02:43:50 +0200

** Changed in: yaru-theme (Ubuntu)
   Status: In Progress => Fix Released

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

Title:
  network-cellular-connected-symbolic isn't monochrome

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

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

[Bug 1887383] Re: Yaru updates not related to themes and icons

2020-07-16 Thread Launchpad Bug Tracker
This bug was fixed in the package yaru-theme - 20.10.2

---
yaru-theme (20.10.2) groovy; urgency=medium

  [ Carlo Lobrano ]
  * update README pictures (LP: #1887383)
  * build: deduplicate meson.build and introduce Flavours (#1884) (LP: #1887383)
  * fix Yaru project name (LP: #1887383)
  * Fix spinner typo in tweaks.scss (LP: #1887383)
  * bootstrap: libgtk-3-dev is needed for building too (#) (LP: #1887383)

  [ Feichtmeier ]
  * Gtk theme new changes from upstream (#2195)
  * Special case  spinners in destructive, suggested action buttons (#2187)
(LP: #1887298)
  * Make wacom overlay visible (#2198) (LP: #1887300)
  * Shell: revert insensitive fg color change (#2199)
  * Gtk3: increase menu visibility (#2232) (LP: #1887297)
  * Shell: popup and notification improvements (#2236) (LP: #1887297)

  [ github-actions[bot] ]
  * New upstream snapshot for GTK (#2084)

  [ Ԝеѕ ]
  * icons - add application/x-sharedlib alias for x-executable (#2204)
  * Use CD image icon for apple disk images (#2233)

  [ Chris Billington ]
  * Use MESON_INSTALL_DESTDIR_PREFIX in post_install.py (#2206) (LP: #1887383)

  [ ubuntujaggers ]
  * adding second user to system-users (#2209) (LP: #1887411)
  * Adding mimetype for LMMS projects (#2249) (LP: #1887388)
  * Some missing icons for Lollypop UI (#2235) (LP: #1887419)
  * Adding new non-uniform app icon templates (#1920)
  * removing green from network-cellular-connected-symbolic (#2252) (LP:
#1887420)
  * rounding corners on avatar-default-symbolic (#2253)

  [ R. David Dunphy ]
  * Nemo selected text highlighting and inactive pane shading (#2220)

  [ John Losito ]
  * Check for updates to GitHub Actions every weekday (#2223) (LP: #1887383)

  [ Jupiter007 ]
  * Add a solid background to microphone icons (#2200) (Closes: #2185)
(LP: #1887389)
  * Re: Fix lock icons twisted path (#2205) (Closes: #2201) (LP: #1887393)
  * Add missing Simple-scan symbolic icons (#2244)

  [ MadsRH ]
  * Added text to img and iso icons (#2213)
  * Added mimetype for Lilypond music files (#2230) (LP: #1887388)
  * Added icon for QML mimetypes (#2226) (LP: #1887388)
  * Added mimetype icon for log files (#2229) (LP: #1887388)
  * Added more mimetype icons again (#2234) (LP: #1887388)
  * Added mimetype icon for Scala files (#2231) (LP: #1887388)

  [ Muqtadir ]
  * mimetype application-x-theme (#2243) (LP: #1887388)
  * Mimetypes application x rss+xml (#2248) (LP: #1887388)

  [ Marco Trevisan (Treviño) ]
  * debian/rules: enable building unity theme

 -- Marco Trevisan (Treviño)   Fri, 17 Jul 2020
02:43:50 +0200

** Changed in: yaru-theme (Ubuntu)
   Status: In Progress => Fix Released

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

Title:
  Yaru updates not related to themes and icons

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

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

[Bug 1887411] Re: system-users-symbolic icon has unclear visual metaphor

2020-07-16 Thread Launchpad Bug Tracker
This bug was fixed in the package yaru-theme - 20.10.2

---
yaru-theme (20.10.2) groovy; urgency=medium

  [ Carlo Lobrano ]
  * update README pictures (LP: #1887383)
  * build: deduplicate meson.build and introduce Flavours (#1884) (LP: #1887383)
  * fix Yaru project name (LP: #1887383)
  * Fix spinner typo in tweaks.scss (LP: #1887383)
  * bootstrap: libgtk-3-dev is needed for building too (#) (LP: #1887383)

  [ Feichtmeier ]
  * Gtk theme new changes from upstream (#2195)
  * Special case  spinners in destructive, suggested action buttons (#2187)
(LP: #1887298)
  * Make wacom overlay visible (#2198) (LP: #1887300)
  * Shell: revert insensitive fg color change (#2199)
  * Gtk3: increase menu visibility (#2232) (LP: #1887297)
  * Shell: popup and notification improvements (#2236) (LP: #1887297)

  [ github-actions[bot] ]
  * New upstream snapshot for GTK (#2084)

  [ Ԝеѕ ]
  * icons - add application/x-sharedlib alias for x-executable (#2204)
  * Use CD image icon for apple disk images (#2233)

  [ Chris Billington ]
  * Use MESON_INSTALL_DESTDIR_PREFIX in post_install.py (#2206) (LP: #1887383)

  [ ubuntujaggers ]
  * adding second user to system-users (#2209) (LP: #1887411)
  * Adding mimetype for LMMS projects (#2249) (LP: #1887388)
  * Some missing icons for Lollypop UI (#2235) (LP: #1887419)
  * Adding new non-uniform app icon templates (#1920)
  * removing green from network-cellular-connected-symbolic (#2252) (LP:
#1887420)
  * rounding corners on avatar-default-symbolic (#2253)

  [ R. David Dunphy ]
  * Nemo selected text highlighting and inactive pane shading (#2220)

  [ John Losito ]
  * Check for updates to GitHub Actions every weekday (#2223) (LP: #1887383)

  [ Jupiter007 ]
  * Add a solid background to microphone icons (#2200) (Closes: #2185)
(LP: #1887389)
  * Re: Fix lock icons twisted path (#2205) (Closes: #2201) (LP: #1887393)
  * Add missing Simple-scan symbolic icons (#2244)

  [ MadsRH ]
  * Added text to img and iso icons (#2213)
  * Added mimetype for Lilypond music files (#2230) (LP: #1887388)
  * Added icon for QML mimetypes (#2226) (LP: #1887388)
  * Added mimetype icon for log files (#2229) (LP: #1887388)
  * Added more mimetype icons again (#2234) (LP: #1887388)
  * Added mimetype icon for Scala files (#2231) (LP: #1887388)

  [ Muqtadir ]
  * mimetype application-x-theme (#2243) (LP: #1887388)
  * Mimetypes application x rss+xml (#2248) (LP: #1887388)

  [ Marco Trevisan (Treviño) ]
  * debian/rules: enable building unity theme

 -- Marco Trevisan (Treviño)   Fri, 17 Jul 2020
02:43:50 +0200

** Changed in: yaru-theme (Ubuntu)
   Status: In Progress => Fix Released

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

Title:
  system-users-symbolic icon has unclear visual metaphor

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

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

[Bug 1887297] Re: gnome-shell notifications and gtk3 menus are hard to distinguish from the background

2020-07-16 Thread Launchpad Bug Tracker
This bug was fixed in the package yaru-theme - 20.10.2

---
yaru-theme (20.10.2) groovy; urgency=medium

  [ Carlo Lobrano ]
  * update README pictures (LP: #1887383)
  * build: deduplicate meson.build and introduce Flavours (#1884) (LP: #1887383)
  * fix Yaru project name (LP: #1887383)
  * Fix spinner typo in tweaks.scss (LP: #1887383)
  * bootstrap: libgtk-3-dev is needed for building too (#) (LP: #1887383)

  [ Feichtmeier ]
  * Gtk theme new changes from upstream (#2195)
  * Special case  spinners in destructive, suggested action buttons (#2187)
(LP: #1887298)
  * Make wacom overlay visible (#2198) (LP: #1887300)
  * Shell: revert insensitive fg color change (#2199)
  * Gtk3: increase menu visibility (#2232) (LP: #1887297)
  * Shell: popup and notification improvements (#2236) (LP: #1887297)

  [ github-actions[bot] ]
  * New upstream snapshot for GTK (#2084)

  [ Ԝеѕ ]
  * icons - add application/x-sharedlib alias for x-executable (#2204)
  * Use CD image icon for apple disk images (#2233)

  [ Chris Billington ]
  * Use MESON_INSTALL_DESTDIR_PREFIX in post_install.py (#2206) (LP: #1887383)

  [ ubuntujaggers ]
  * adding second user to system-users (#2209) (LP: #1887411)
  * Adding mimetype for LMMS projects (#2249) (LP: #1887388)
  * Some missing icons for Lollypop UI (#2235) (LP: #1887419)
  * Adding new non-uniform app icon templates (#1920)
  * removing green from network-cellular-connected-symbolic (#2252) (LP:
#1887420)
  * rounding corners on avatar-default-symbolic (#2253)

  [ R. David Dunphy ]
  * Nemo selected text highlighting and inactive pane shading (#2220)

  [ John Losito ]
  * Check for updates to GitHub Actions every weekday (#2223) (LP: #1887383)

  [ Jupiter007 ]
  * Add a solid background to microphone icons (#2200) (Closes: #2185)
(LP: #1887389)
  * Re: Fix lock icons twisted path (#2205) (Closes: #2201) (LP: #1887393)
  * Add missing Simple-scan symbolic icons (#2244)

  [ MadsRH ]
  * Added text to img and iso icons (#2213)
  * Added mimetype for Lilypond music files (#2230) (LP: #1887388)
  * Added icon for QML mimetypes (#2226) (LP: #1887388)
  * Added mimetype icon for log files (#2229) (LP: #1887388)
  * Added more mimetype icons again (#2234) (LP: #1887388)
  * Added mimetype icon for Scala files (#2231) (LP: #1887388)

  [ Muqtadir ]
  * mimetype application-x-theme (#2243) (LP: #1887388)
  * Mimetypes application x rss+xml (#2248) (LP: #1887388)

  [ Marco Trevisan (Treviño) ]
  * debian/rules: enable building unity theme

 -- Marco Trevisan (Treviño)   Fri, 17 Jul 2020
02:43:50 +0200

** Changed in: yaru-theme (Ubuntu)
   Status: In Progress => Fix Released

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

Title:
  gnome-shell notifications and gtk3 menus are hard to distinguish from
  the background

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

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

[Bug 1887393] Re: The system-lock-screen icon has a twisted/deformed path

2020-07-16 Thread Launchpad Bug Tracker
This bug was fixed in the package yaru-theme - 20.10.2

---
yaru-theme (20.10.2) groovy; urgency=medium

  [ Carlo Lobrano ]
  * update README pictures (LP: #1887383)
  * build: deduplicate meson.build and introduce Flavours (#1884) (LP: #1887383)
  * fix Yaru project name (LP: #1887383)
  * Fix spinner typo in tweaks.scss (LP: #1887383)
  * bootstrap: libgtk-3-dev is needed for building too (#) (LP: #1887383)

  [ Feichtmeier ]
  * Gtk theme new changes from upstream (#2195)
  * Special case  spinners in destructive, suggested action buttons (#2187)
(LP: #1887298)
  * Make wacom overlay visible (#2198) (LP: #1887300)
  * Shell: revert insensitive fg color change (#2199)
  * Gtk3: increase menu visibility (#2232) (LP: #1887297)
  * Shell: popup and notification improvements (#2236) (LP: #1887297)

  [ github-actions[bot] ]
  * New upstream snapshot for GTK (#2084)

  [ Ԝеѕ ]
  * icons - add application/x-sharedlib alias for x-executable (#2204)
  * Use CD image icon for apple disk images (#2233)

  [ Chris Billington ]
  * Use MESON_INSTALL_DESTDIR_PREFIX in post_install.py (#2206) (LP: #1887383)

  [ ubuntujaggers ]
  * adding second user to system-users (#2209) (LP: #1887411)
  * Adding mimetype for LMMS projects (#2249) (LP: #1887388)
  * Some missing icons for Lollypop UI (#2235) (LP: #1887419)
  * Adding new non-uniform app icon templates (#1920)
  * removing green from network-cellular-connected-symbolic (#2252) (LP:
#1887420)
  * rounding corners on avatar-default-symbolic (#2253)

  [ R. David Dunphy ]
  * Nemo selected text highlighting and inactive pane shading (#2220)

  [ John Losito ]
  * Check for updates to GitHub Actions every weekday (#2223) (LP: #1887383)

  [ Jupiter007 ]
  * Add a solid background to microphone icons (#2200) (Closes: #2185)
(LP: #1887389)
  * Re: Fix lock icons twisted path (#2205) (Closes: #2201) (LP: #1887393)
  * Add missing Simple-scan symbolic icons (#2244)

  [ MadsRH ]
  * Added text to img and iso icons (#2213)
  * Added mimetype for Lilypond music files (#2230) (LP: #1887388)
  * Added icon for QML mimetypes (#2226) (LP: #1887388)
  * Added mimetype icon for log files (#2229) (LP: #1887388)
  * Added more mimetype icons again (#2234) (LP: #1887388)
  * Added mimetype icon for Scala files (#2231) (LP: #1887388)

  [ Muqtadir ]
  * mimetype application-x-theme (#2243) (LP: #1887388)
  * Mimetypes application x rss+xml (#2248) (LP: #1887388)

  [ Marco Trevisan (Treviño) ]
  * debian/rules: enable building unity theme

 -- Marco Trevisan (Treviño)   Fri, 17 Jul 2020
02:43:50 +0200

** Changed in: yaru-theme (Ubuntu)
   Status: In Progress => Fix Released

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

Title:
  The system-lock-screen icon has a twisted/deformed path

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

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

[Bug 1887419] Re: Lollypop music player mixes Yaru and Adwaita symbols

2020-07-16 Thread Launchpad Bug Tracker
This bug was fixed in the package yaru-theme - 20.10.2

---
yaru-theme (20.10.2) groovy; urgency=medium

  [ Carlo Lobrano ]
  * update README pictures (LP: #1887383)
  * build: deduplicate meson.build and introduce Flavours (#1884) (LP: #1887383)
  * fix Yaru project name (LP: #1887383)
  * Fix spinner typo in tweaks.scss (LP: #1887383)
  * bootstrap: libgtk-3-dev is needed for building too (#) (LP: #1887383)

  [ Feichtmeier ]
  * Gtk theme new changes from upstream (#2195)
  * Special case  spinners in destructive, suggested action buttons (#2187)
(LP: #1887298)
  * Make wacom overlay visible (#2198) (LP: #1887300)
  * Shell: revert insensitive fg color change (#2199)
  * Gtk3: increase menu visibility (#2232) (LP: #1887297)
  * Shell: popup and notification improvements (#2236) (LP: #1887297)

  [ github-actions[bot] ]
  * New upstream snapshot for GTK (#2084)

  [ Ԝеѕ ]
  * icons - add application/x-sharedlib alias for x-executable (#2204)
  * Use CD image icon for apple disk images (#2233)

  [ Chris Billington ]
  * Use MESON_INSTALL_DESTDIR_PREFIX in post_install.py (#2206) (LP: #1887383)

  [ ubuntujaggers ]
  * adding second user to system-users (#2209) (LP: #1887411)
  * Adding mimetype for LMMS projects (#2249) (LP: #1887388)
  * Some missing icons for Lollypop UI (#2235) (LP: #1887419)
  * Adding new non-uniform app icon templates (#1920)
  * removing green from network-cellular-connected-symbolic (#2252) (LP:
#1887420)
  * rounding corners on avatar-default-symbolic (#2253)

  [ R. David Dunphy ]
  * Nemo selected text highlighting and inactive pane shading (#2220)

  [ John Losito ]
  * Check for updates to GitHub Actions every weekday (#2223) (LP: #1887383)

  [ Jupiter007 ]
  * Add a solid background to microphone icons (#2200) (Closes: #2185)
(LP: #1887389)
  * Re: Fix lock icons twisted path (#2205) (Closes: #2201) (LP: #1887393)
  * Add missing Simple-scan symbolic icons (#2244)

  [ MadsRH ]
  * Added text to img and iso icons (#2213)
  * Added mimetype for Lilypond music files (#2230) (LP: #1887388)
  * Added icon for QML mimetypes (#2226) (LP: #1887388)
  * Added mimetype icon for log files (#2229) (LP: #1887388)
  * Added more mimetype icons again (#2234) (LP: #1887388)
  * Added mimetype icon for Scala files (#2231) (LP: #1887388)

  [ Muqtadir ]
  * mimetype application-x-theme (#2243) (LP: #1887388)
  * Mimetypes application x rss+xml (#2248) (LP: #1887388)

  [ Marco Trevisan (Treviño) ]
  * debian/rules: enable building unity theme

 -- Marco Trevisan (Treviño)   Fri, 17 Jul 2020
02:43:50 +0200

** Changed in: yaru-theme (Ubuntu)
   Status: In Progress => Fix Released

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

Title:
  Lollypop music player mixes Yaru and Adwaita symbols

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

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

[Bug 1887388] Re: Several mimetype icons are missing

2020-07-16 Thread Launchpad Bug Tracker
This bug was fixed in the package yaru-theme - 20.10.2

---
yaru-theme (20.10.2) groovy; urgency=medium

  [ Carlo Lobrano ]
  * update README pictures (LP: #1887383)
  * build: deduplicate meson.build and introduce Flavours (#1884) (LP: #1887383)
  * fix Yaru project name (LP: #1887383)
  * Fix spinner typo in tweaks.scss (LP: #1887383)
  * bootstrap: libgtk-3-dev is needed for building too (#) (LP: #1887383)

  [ Feichtmeier ]
  * Gtk theme new changes from upstream (#2195)
  * Special case  spinners in destructive, suggested action buttons (#2187)
(LP: #1887298)
  * Make wacom overlay visible (#2198) (LP: #1887300)
  * Shell: revert insensitive fg color change (#2199)
  * Gtk3: increase menu visibility (#2232) (LP: #1887297)
  * Shell: popup and notification improvements (#2236) (LP: #1887297)

  [ github-actions[bot] ]
  * New upstream snapshot for GTK (#2084)

  [ Ԝеѕ ]
  * icons - add application/x-sharedlib alias for x-executable (#2204)
  * Use CD image icon for apple disk images (#2233)

  [ Chris Billington ]
  * Use MESON_INSTALL_DESTDIR_PREFIX in post_install.py (#2206) (LP: #1887383)

  [ ubuntujaggers ]
  * adding second user to system-users (#2209) (LP: #1887411)
  * Adding mimetype for LMMS projects (#2249) (LP: #1887388)
  * Some missing icons for Lollypop UI (#2235) (LP: #1887419)
  * Adding new non-uniform app icon templates (#1920)
  * removing green from network-cellular-connected-symbolic (#2252) (LP:
#1887420)
  * rounding corners on avatar-default-symbolic (#2253)

  [ R. David Dunphy ]
  * Nemo selected text highlighting and inactive pane shading (#2220)

  [ John Losito ]
  * Check for updates to GitHub Actions every weekday (#2223) (LP: #1887383)

  [ Jupiter007 ]
  * Add a solid background to microphone icons (#2200) (Closes: #2185)
(LP: #1887389)
  * Re: Fix lock icons twisted path (#2205) (Closes: #2201) (LP: #1887393)
  * Add missing Simple-scan symbolic icons (#2244)

  [ MadsRH ]
  * Added text to img and iso icons (#2213)
  * Added mimetype for Lilypond music files (#2230) (LP: #1887388)
  * Added icon for QML mimetypes (#2226) (LP: #1887388)
  * Added mimetype icon for log files (#2229) (LP: #1887388)
  * Added more mimetype icons again (#2234) (LP: #1887388)
  * Added mimetype icon for Scala files (#2231) (LP: #1887388)

  [ Muqtadir ]
  * mimetype application-x-theme (#2243) (LP: #1887388)
  * Mimetypes application x rss+xml (#2248) (LP: #1887388)

  [ Marco Trevisan (Treviño) ]
  * debian/rules: enable building unity theme

 -- Marco Trevisan (Treviño)   Fri, 17 Jul 2020
02:43:50 +0200

** Changed in: yaru-theme (Ubuntu)
   Status: In Progress => Fix Released

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

Title:
  Several mimetype icons are missing

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

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

[Bug 1887389] Re: Microphone icon outlines can look fuzzy on certain screens

2020-07-16 Thread Launchpad Bug Tracker
This bug was fixed in the package yaru-theme - 20.10.2

---
yaru-theme (20.10.2) groovy; urgency=medium

  [ Carlo Lobrano ]
  * update README pictures (LP: #1887383)
  * build: deduplicate meson.build and introduce Flavours (#1884) (LP: #1887383)
  * fix Yaru project name (LP: #1887383)
  * Fix spinner typo in tweaks.scss (LP: #1887383)
  * bootstrap: libgtk-3-dev is needed for building too (#) (LP: #1887383)

  [ Feichtmeier ]
  * Gtk theme new changes from upstream (#2195)
  * Special case  spinners in destructive, suggested action buttons (#2187)
(LP: #1887298)
  * Make wacom overlay visible (#2198) (LP: #1887300)
  * Shell: revert insensitive fg color change (#2199)
  * Gtk3: increase menu visibility (#2232) (LP: #1887297)
  * Shell: popup and notification improvements (#2236) (LP: #1887297)

  [ github-actions[bot] ]
  * New upstream snapshot for GTK (#2084)

  [ Ԝеѕ ]
  * icons - add application/x-sharedlib alias for x-executable (#2204)
  * Use CD image icon for apple disk images (#2233)

  [ Chris Billington ]
  * Use MESON_INSTALL_DESTDIR_PREFIX in post_install.py (#2206) (LP: #1887383)

  [ ubuntujaggers ]
  * adding second user to system-users (#2209) (LP: #1887411)
  * Adding mimetype for LMMS projects (#2249) (LP: #1887388)
  * Some missing icons for Lollypop UI (#2235) (LP: #1887419)
  * Adding new non-uniform app icon templates (#1920)
  * removing green from network-cellular-connected-symbolic (#2252) (LP:
#1887420)
  * rounding corners on avatar-default-symbolic (#2253)

  [ R. David Dunphy ]
  * Nemo selected text highlighting and inactive pane shading (#2220)

  [ John Losito ]
  * Check for updates to GitHub Actions every weekday (#2223) (LP: #1887383)

  [ Jupiter007 ]
  * Add a solid background to microphone icons (#2200) (Closes: #2185)
(LP: #1887389)
  * Re: Fix lock icons twisted path (#2205) (Closes: #2201) (LP: #1887393)
  * Add missing Simple-scan symbolic icons (#2244)

  [ MadsRH ]
  * Added text to img and iso icons (#2213)
  * Added mimetype for Lilypond music files (#2230) (LP: #1887388)
  * Added icon for QML mimetypes (#2226) (LP: #1887388)
  * Added mimetype icon for log files (#2229) (LP: #1887388)
  * Added more mimetype icons again (#2234) (LP: #1887388)
  * Added mimetype icon for Scala files (#2231) (LP: #1887388)

  [ Muqtadir ]
  * mimetype application-x-theme (#2243) (LP: #1887388)
  * Mimetypes application x rss+xml (#2248) (LP: #1887388)

  [ Marco Trevisan (Treviño) ]
  * debian/rules: enable building unity theme

 -- Marco Trevisan (Treviño)   Fri, 17 Jul 2020
02:43:50 +0200

** Changed in: yaru-theme (Ubuntu)
   Status: In Progress => Fix Released

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

Title:
  Microphone icon outlines can look fuzzy on certain screens

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

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

[Bug 1887263] Re: nautilus freezes possibly in connection w/ samba share mounted/unmounted

2020-07-16 Thread leder
Thank you, Sebastien.

I am uncertain of what to do:
- nautilus does not crash, but freeze for some seconds
- I have two crashes for packages, that do not have a "-dbg" package available
- I attach the two crash files

All the best
Gerrit

** Attachment added: "crash file w/o debug symbols"
   
https://bugs.launchpad.net/ubuntu/+source/nautilus/+bug/1887263/+attachment/5393317/+files/_usr_libexec_gnome-shell-hotplug-sniffer.1000.crash

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

Title:
  nautilus freezes possibly in connection w/ samba share
  mounted/unmounted

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

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

[Bug 1887263] Re: nautilus freezes possibly in connection w/ samba share mounted/unmounted

2020-07-16 Thread leder
see previous post...

** Attachment added: "second crash file w/o debug symbols"
   
https://bugs.launchpad.net/ubuntu/+source/nautilus/+bug/1887263/+attachment/5393318/+files/_opt_Franz_franz.1000.crash

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

Title:
  nautilus freezes possibly in connection w/ samba share
  mounted/unmounted

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

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

[Bug 1882671] Re: unbalanced UEFI TPL manipulations in iPXE with DOWNLOAD_PROTO_HTTPS enabled

2020-07-16 Thread Christian Ehrhardt 
** Tags removed: block-proposed block-proposed-focal verification-needed 
verification-needed-focal
** Tags added: verification-failed verification-failed-focal

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

Title:
  unbalanced UEFI TPL manipulations in iPXE with DOWNLOAD_PROTO_HTTPS
  enabled

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

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

[Bug 1791427] Re: Touchpad and/or trackpoint stop working after S3 suspend on Lenovo X1 Carbon 6th

2020-07-16 Thread ALinuxUser
@

Thank you for the detailed attempt to help.

On my 20KHCTO1WW, with kernel 5.6.19-050619-generic, BIOS 1.49, and the
latest updates delivered by fwup, I enabled the fingerprint reader and
enabled S3 sleep. I did those things in the BIOS. Then I put the
computer to sleep for ten minutes or so. Then I woke it. The trackpoint
*still* did not work.

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

Title:
  Touchpad and/or trackpoint stop working after S3 suspend on Lenovo X1
  Carbon 6th

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

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

[Bug 1869522] Re: Simple Scan doesn't work

2020-07-16 Thread Launchpad Bug Tracker
[Expired for simple-scan (Ubuntu) because there has been no activity for
60 days.]

** Changed in: simple-scan (Ubuntu)
   Status: Incomplete => Expired

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

Title:
  Simple Scan doesn't work

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

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

[Bug 1879141] Re: Broken upgrade from 18.04 to 19.04

2020-07-16 Thread Launchpad Bug Tracker
[Expired for cryptsetup (Ubuntu) because there has been no activity for
60 days.]

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

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

Title:
  Broken upgrade from 18.04 to 19.04

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

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

[Bug 1879123] Re: kernel 4.15.99 & Cinamon freeze on suspend / resume on

2020-07-16 Thread Launchpad Bug Tracker
[Expired for linux (Ubuntu) because there has been no activity for 60
days.]

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

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

Title:
  kernel 4.15.99 & Cinamon freeze on suspend / resume on

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

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

[Bug 1886390] Re: Fix an issue that HID devices are not scanned by Realtek 8822C

2020-07-16 Thread Chih-Hsyuan Ho
Do we have an ETA for this firmware update to complete the SRU process.
We need to plan OEM image delivery schedule with it. Thanks.

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

Title:
  Fix an issue that HID devices are not scanned by Realtek 8822C

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

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

[Bug 1880723] Re: gnome-shell high CPU usage on Ubuntu 20.04

2020-07-16 Thread Daniel van Vugt
Moved to Private so only the original reporter (JPM) can reply.

** Information type changed from Private to Public

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

Title:
  gnome-shell high CPU usage on Ubuntu 20.04

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

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

[Bug 1880723] Re: gnome-shell high CPU usage on Ubuntu 20.04

2020-07-16 Thread Daniel van Vugt
Dan,

Please report your own bug.

This one was due to expire in 10 days.

** Information type changed from Public to Private

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

Title:
  gnome-shell high CPU usage on Ubuntu 20.04

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

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

[Bug 1880723] Re: gnome-shell high CPU usage on Ubuntu 20.04

2020-07-16 Thread Daniel van Vugt
dantheperson, the problem you describe is bug 1880405.


** Information type changed from Public to Private

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

Title:
  gnome-shell high CPU usage on Ubuntu 20.04

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

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

[Bug 1880723] Re: gnome-shell high CPU usage on Ubuntu 20.04

2020-07-16 Thread dan the person
lspci

** Attachment added: "lspcik.txt"
   
https://bugs.launchpad.net/ubuntu/+source/gnome-shell/+bug/1880723/+attachment/5393305/+files/lspcik.txt

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

Title:
  gnome-shell high CPU usage on Ubuntu 20.04

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

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

[Bug 1880723] Re: gnome-shell high CPU usage on Ubuntu 20.04

2020-07-16 Thread dan the person
I'm seeing something very similar.
Did a fresh install of 20.04 a week ago.

After being logged in half a day things really start slowing down.
Alt+Tab takes a few seconds to pop up, then you tab through to e.g. an
open Calculator instance and that takes 8 seconds to come to the
foreground.  gnone-shell using 50% of one CPU.

Have tried your suggestions to no avail.

attaching the logs requested.  journalctl shows a tone of javascript errors
e.g.
JS ERROR: TypeError: null has no properties
  
_onFocusChanged@resource:///org/gnome/shell/ui/closeDialog.js:135:9


$ sudo strace -c -p 7087
strace: Process 7087 attached
^Cstrace: Process 7087 detached
% time seconds  usecs/call callserrors syscall
-- --- --- - - 
 34.730.215539   2 98592   sendmsg
 23.990.148891   2 70929 36904 recvmsg
 22.680.140739   2 68317   poll
 16.420.101903   2 34030   writev
  1.210.007527   4  1716   ioctl
  0.460.002841   3   932   138 futex
  0.250.001521   5   300   260 stat
  0.100.000590   0   656   mprotect
  0.060.000362   0  1165   write
  0.040.000278   554   munmap
  0.030.000205   0   305   getpid
  0.010.89   0   383   read
  0.000.22   113   timerfd_create
  0.000.17   113   close
  0.000.17   110   mmap
  0.000.17   113   timerfd_settime
  0.000.02   2 1   restart_syscall
  0.000.00   0 2   getrusage
-- --- --- - - 
100.000.620560277431 37302 total


Your journalctl command produced a 1.5Gb file.  I have attached the last 100K 
lines.  Let me know if you need more.

** Attachment added: "journal-tail.txt"
   
https://bugs.launchpad.net/ubuntu/+source/gnome-shell/+bug/1880723/+attachment/5393304/+files/journal-tail.txt

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

Title:
  gnome-shell high CPU usage on Ubuntu 20.04

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

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

[Bug 1880723] Re: gnome-shell high CPU usage on Ubuntu 20.04

2020-07-16 Thread dan the person
** Attachment added: "Screenshot from 2020-07-17 15-33-50.png"
   
https://bugs.launchpad.net/ubuntu/+source/gnome-shell/+bug/1880723/+attachment/5393306/+files/Screenshot%20from%202020-07-17%2015-33-50.png

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

Title:
  gnome-shell high CPU usage on Ubuntu 20.04

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

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

[Bug 1883920] Re: ubuntu logo in wslfetch needs update

2020-07-16 Thread Patrick Wu
Tested 2.3.6-0ubuntu2~20.04.0. As the screenshot shown, the logo is now
the correct version instead of the old logo.

** Attachment added: "Annotation 2020-07-17 101900.png"
   
https://bugs.launchpad.net/ubuntu/+source/wslu/+bug/1883920/+attachment/5393301/+files/Annotation%202020-07-17%20101900.png

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

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

Title:
  ubuntu logo in wslfetch needs update

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

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

[Bug 1868154] Re: [MIR] realmd

2020-07-16 Thread Seth Arnold
I reviewed realmd 0.16.3-3 as checked into focal.  This shouldn't be
considered a full audit but rather a quick gauge of maintainability.

realmd automates configuring kerberos, ldap, sssd, ipa, etc on the system,
and provides a dbus interface and command line tool.


- CVE History:
  - one cve in our database, CVE-2015-2704, only open in trusty
- Build-Depends: debhelper,
   intltool,
   libglib2.0-dev,
   libkrb5-dev,
   libldap2-dev,
   libpolkit-gobject-1-dev,
   libsystemd-dev,
   pkg-config,
   python3:any,
   xmlto,
   xsltproc
- pre/post inst/rm scripts only automatically added sections
- no init scripts
- systemd unit is dbus activated
- no setuid binaries
- realm binary in PATH
- no sudo fragments
- polkit file allows anyone to discover realms, requires admin account to
  join or part realms, or change local machine login policy
- no udev rules
- extensive tests run during the build
- no cron jobs
- clean build logs

- Spawns processes, given in a configuration file; looked safe
- Memory management is typical glib / freedesktop style, looked safe
- File IO
  - I believe paths to files are constructed dynmically, stored in a
hashtable at runtime, it's a bit hard to follow
- logging looked careful
- Environment variables PATH, REALM_DEBUG, REALM_PERSIST, LOGNAME are used
  where they make sense, seeemed to be handled well
- No privileged syscall use
- Does not itself do cryptography
- Use of temp files?
  - only temp files are in test code
- Use of networking?
  - very little networking itself, the use of unix sockets for internal
use, and use of a tcp socket for ldap, looked safe.
- No webkit
- Use of PolicyKit?
  - provides a policykit backend, uses
polkit_authority_check_authorization_sync() with the flag requesting
user interaction
- cppcheck results look like false positives
- coverity not checked
- shellcheck not relevant

realmd is a typical freedesktop program written with glib -- it's
abstracted enough that it's a little difficult to follow and get the
overall flow of the program, but every individual line looks fine. Errors
are handled throughout, there's good comments where they help, etc.

It's not my favourite coding style but it is professionally developed and
looks up to task.

I also don't love the packagekit integration: packagekit upstream has
declared it's reached an end, and I'd rather someone configuring their
system for an environment have chosen their packages themselves.

However these aren't deal-breakers.

Security team ACK for promoting realmd to main.

Can someone double-check the function realm_samba_winbind_configure_async()?
I'm afraid the idmap uid, gid, ranges may not be appropriate on
debian/ubuntu systems.

Bug filed while reviewing:

https://gitlab.freedesktop.org/realmd/realmd/-/issues/27


** Changed in: realmd (Ubuntu)
 Assignee: Ubuntu Security Team (ubuntu-security) => (unassigned)

** Bug watch added: gitlab.freedesktop.org/realmd/realmd/-/issues #27
   https://gitlab.freedesktop.org/realmd/realmd/-/issues/27

** CVE added: https://cve.mitre.org/cgi-bin/cvename.cgi?name=2015-2704

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

Title:
  [MIR] realmd

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

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

[Bug 582585]

2020-07-16 Thread Alex Grönholm
This is what the attached script gives me now (Fedora 32, Glibc 2.31):

getaddrinfo host="None" hints.ai_flags=AI_ADDRCONFIG:
  ::1
  127.0.0.1
getaddrinfo host="localhost" hints.ai_flags=AI_ADDRCONFIG:
  ::1
  127.0.0.1
getaddrinfo host="127.0.0.1" hints.ai_flags=AI_ADDRCONFIG:
  127.0.0.1
getaddrinfo host="localhost4" hints.ai_flags=AI_ADDRCONFIG:
  127.0.0.1
getaddrinfo host="::1" hints.ai_flags=AI_ADDRCONFIG:
  ::1
getaddrinfo host="localhost6" hints.ai_flags=AI_ADDRCONFIG:
  ::1
getaddrinfo host="195.47.235.3" hints.ai_flags=AI_ADDRCONFIG:
  195.47.235.3
getaddrinfo host="2a02:38::1001" hints.ai_flags=AI_ADDRCONFIG:
  2a02:38::1001
getaddrinfo host="info.nix.cz" hints.ai_flags=AI_ADDRCONFIG:
  2a02:38::1001
  195.47.235.3
getaddrinfo host="www.google.com" hints.ai_flags=AI_ADDRCONFIG:
  2a00:1450:400f:809::2004
  172.217.21.132

So the output is fine now.
HOWEVER, if I query with family=AF_INET, I still get two results:
[(, , 6, '', ('127.0.0.1', 
0)),
 (, , 6, '', ('127.0.0.1', 
0))]

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

Title:
  getaddrinfo() returns duplicate addresses under AI_ADDRCONFIG

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

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

[Bug 1879494] Re: RM ancient obsolete version of mongodb

2020-07-16 Thread Launchpad Bug Tracker
This bug was fixed in the package aodh - 11.0.0~b1~git2020062508
.932b1e0e-0ubuntu2

---
aodh (11.0.0~b1~git2020062508.932b1e0e-0ubuntu2) groovy; urgency=medium

  * d/control, d/*.init.in, d/setup-test-env-mongodb.sh: Drop mongodb
as it is no longer needed by aodh (LP: #1879494).

 -- Corey Bryant   Thu, 16 Jul 2020 16:12:40
-0400

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

Title:
  RM ancient obsolete version of mongodb

To manage notifications about this bug go to:
https://bugs.launchpad.net/charm-aodh/+bug/1879494/+subscriptions

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

[Bug 1887858] Re: armhf crashes when running autopkgtest

2020-07-16 Thread Launchpad Bug Tracker
This bug was fixed in the package seqtools - 4.44.1+dfsg-5ubuntu1

---
seqtools (4.44.1+dfsg-5ubuntu1) groovy; urgency=medium

  * Raise Xvfb's resolution so tests don't fail in armhf (LP: #1887858)

 -- Rafael David Tinoco   Thu, 16 Jul 2020
21:00:40 +

** Changed in: seqtools (Ubuntu)
   Status: In Progress => Fix Released

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

Title:
  armhf crashes when running autopkgtest

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

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

[Bug 1877016] Re: ubuntu-wsl / wslu : needs /mnt/c/windows/system32/ in PATH env variable

2020-07-16 Thread Patrick Wu
Tested 2.3.6-0ubuntu2~20.04.0 on focal. As the screenshot is shown, the
error is now gone if Windows Path is not included in the PATH.

** Attachment added: "Annotation 2020-07-17 101900.png"
   
https://bugs.launchpad.net/ubuntu/+source/wslu/+bug/1877016/+attachment/5393299/+files/Annotation%202020-07-17%20101900.png

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

Title:
  ubuntu-wsl / wslu : needs /mnt/c/windows/system32/ in PATH env
  variable

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

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

[Bug 1877016] Re: ubuntu-wsl / wslu : needs /mnt/c/windows/system32/ in PATH env variable

2020-07-16 Thread Patrick Wu
Tested 2.3.6-0ubuntu2~20.04.0 on focal. As the screenshot is shown, the
error is now gone if Windows Path is not included in the PATH.

** Attachment added: "Annotation 2020-07-17 101900.png"
   
https://bugs.launchpad.net/ubuntu/+source/wslu/+bug/1877016/+attachment/5393300/+files/Annotation%202020-07-17%20101900.png

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

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

Title:
  ubuntu-wsl / wslu : needs /mnt/c/windows/system32/ in PATH env
  variable

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

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

[Bug 1880792] Re: linux-firmware: add sof-firmware and tplg files for tgl machines

2020-07-16 Thread Kai-Chuan Hsieh
** Merge proposal linked:
   
https://code.launchpad.net/~kchsieh/plainbox-provider-checkbox/+git/plainbox-provider-checkbox/+merge/387514

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

Title:
  linux-firmware: add sof-firmware and tplg files for tgl machines

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

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

[Bug 1887829] Re: graphic card not working

2020-07-16 Thread Daniel van Vugt
The Nvidia web site seems to confirm that 'GeForce 8400 GS' is only
supported by driver version 340. So please uninstall 390 and install 340
instead.


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

Title:
  graphic card not working

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

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

[Bug 1887843] Re: Dismissing notifications in the notification window changes position of do-not-disturb button

2020-07-16 Thread Daniel van Vugt
Hmm, downward or upward this sounds like https://gitlab.gnome.org/GNOME
/gnome-shell/-/issues/2250

** Bug watch added: gitlab.gnome.org/GNOME/gnome-shell/-/issues #2250
   https://gitlab.gnome.org/GNOME/gnome-shell/-/issues/2250

** Also affects: gnome-shell via
   https://gitlab.gnome.org/GNOME/gnome-shell/-/issues/2250
   Importance: Unknown
   Status: Unknown

** Changed in: gnome-shell (Ubuntu)
   Importance: Undecided => Low

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

Title:
  Dismissing notifications in the notification window changes position
  of do-not-disturb button

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

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

[Bug 1887871] Re: Graphics bug

2020-07-16 Thread Daniel van Vugt
Ubuntu 14.04 reached end of standard support in April 2019:

  https://wiki.ubuntu.com/Releases

If you would like to continue with free support then please update to a
newer Ubuntu version and tell us if the problem still occurs.

If you would like to continue with Ubuntu 14.04 then there is a paid
support option detailed at https://www.ubuntu.com/esm


** Package changed: xorg (Ubuntu) => xorg-server (Ubuntu)

** Changed in: xorg-server (Ubuntu)
   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/1887871

Title:
  Graphics bug

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

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

[Bug 1887829] Re: graphic card not working

2020-07-16 Thread Daniel van Vugt
Please switch back to the Nvidia driver, reproduce the freeze again,
reboot and then immediately run:

  journalctl -b-1 > prevboot.txt

and attach the resulting text file here.


** Tags added: nvidia

** Package changed: xorg (Ubuntu) => nvidia-graphics-drivers-390
(Ubuntu)

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

Title:
  graphic card not working

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

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

[Bug 1887829] Re: graphic card not working

2020-07-16 Thread Daniel van Vugt
Oh, maybe the problem is simpler than that... Your kernel log is telling
you that you have the wrong driver version installed. It's asking you to
use version 340 instead:

[ 2047.082719] NVRM: The NVIDIA GeForce 8400 GS GPU installed in this system is
   NVRM:  supported through the NVIDIA 340.xx Legacy drivers. Please
   NVRM:  visit http://www.nvidia.com/object/unix.html for more
   NVRM:  information.  The 390.138 NVIDIA driver will ignore
   NVRM:  this GPU.  Continuing probe...

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

Title:
  graphic card not working

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

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

[Bug 1575053] Re: Please move the "$HOME/snap" directory to a less obtrusive location

2020-07-16 Thread Robin
>At this point you are the one ignoring what others are saying.

Come on @niemeyer, no point throwing fuel on the fire.

YOU guys screwed up bad with this. You have never really admitted that,
just promised to fix it.

WE are whining about it annoyingly. We have made our point and should
stop.

There. Everyone is wrong. End of discussion until there is new
information.

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

Title:
  Please move the "$HOME/snap" directory to a less obtrusive location

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

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

[Bug 1887821] Re: gnome-shell GUI freezes totally

2020-07-16 Thread Daniel van Vugt
Please:

1. Run this command to send us more info about the machine:

   apport-collect 1887821

2. Next time the problem happens and you have to reboot, please then
run:

   journalctl -b-1 > prevboot.txt

   and attach the resulting text file here.

3. Check for crashes by following *all* of these instructions:

https://wiki.ubuntu.com/Bugs/Responses#Missing_a_crash_report_or_having_a_.crash_attachment

** Tags added: focal

** Changed in: gnome-shell (Ubuntu)
   Status: New => Incomplete

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

Title:
  gnome-shell GUI freezes totally

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

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

[Bug 1887821] Re: gnome-shell GUI freezes totally

2020-07-16 Thread Daniel van Vugt
Also...

4. Run this command:

   lspci -k > lspcik.txt

   and attach the resulting text file here.

5. If the problem is just the machine running out of memory then please
track that using the 'free -h' and 'ps auwx' commands and find out which
process is using the most memory.


** Package changed: gnome-shell (Ubuntu) => ubuntu

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

Title:
  gnome-shell GUI freezes totally

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

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

[Bug 1887728] Status changed to Confirmed

2020-07-16 Thread Ubuntu Kernel Bot
This change was made by a bot.

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

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

Title:
  [amdgpu] Scrumbled screen after standby on encrypted system

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

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

[Bug 1887796] Re: Bluetooth headset cant set output as A2DP sink while using the mic as input device

2020-07-16 Thread Daniel van Vugt
*** This bug is a duplicate of bug 1838151 ***
https://bugs.launchpad.net/bugs/1838151

This is unfortunately not a bug, it's the Bluetooth standard... A2DP
(high quality output) does not support any input. So if you enable input
you will get forced back to HSP/HFP (which does sound terrible).

But there's a solution coming in the form of a different standard, which
we are tracking in bug 1838151.

** This bug has been marked a duplicate of bug 1838151
   Poor quality audio with modern Bluetooth headsets in HSP/HFP.  Missing wide 
band speech support.

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

Title:
  Bluetooth headset cant set output as A2DP sink while using the mic as
  input device

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

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

[Bug 1887595] Re: linux-firmware: integrate TGL_SOF_FW_prod_signed_v0.6.2_release for tigerlake machines

2020-07-16 Thread Yuan-Chen Cheng
** Also affects: oem-priority
   Importance: Undecided
   Status: New

** Changed in: oem-priority
   Importance: Undecided => High

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

Title:
  linux-firmware: integrate TGL_SOF_FW_prod_signed_v0.6.2_release for
  tigerlake machines

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

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

[Bug 1887724] Re: [amdgpu] Xorg freeze

2020-07-16 Thread Daniel van Vugt
You need to be superuser to view that file, so run this first:

  sudo -s

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

Title:
  [amdgpu] Xorg freeze

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

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

[Bug 1887728] Re: [amdgpu] Scrumbled screen after standby on encrypted system

2020-07-16 Thread Daniel van Vugt
Disk encryption should have no influence on display corruption. Most
likely something else about the machine changed around the same time you
enabled encryption.


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

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

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

Title:
  [amdgpu] Scrumbled screen after standby on encrypted system

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

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

[Bug 1861284] Re: Build and ship a signed wireguard.ko

2020-07-16 Thread Khaled El Mously
The -modules package of the -112 kernel contains the following wireguard
module:

└[~]> modinfo /tmp/wireguard.ko 
filename:   /tmp/wireguard.ko
intree: Y
alias:  net-pf-16-proto-16-family-wireguard
alias:  rtnl-link-wireguard
version:1.0.20200611
author: Jason A. Donenfeld 
description:WireGuard secure network tunnel
license:GPL v2
srcversion: DB5EB522A99DFA7CDEC1B3A
depends:udp_tunnel,ip6_udp_tunnel
retpoline:  Y
name:   wireguard
vermagic:   4.15.0-112-generic SMP mod_unload 
signat: PKCS#7
signer: 
sig_key:
sig_hashalgo:   md4

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

Title:
  Build and ship a signed wireguard.ko

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

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

[Bug 1847643] Re: iwlwifi during heavy transfers on XPS15 7590 (19.10)

2020-07-16 Thread You-Sheng Yang
** Tags added: hwe-networking-wifi

** Summary changed:

- iwlwifi during heavy transfers on XPS15 7590 (19.10)
+ Intel Killer AX1650 [8086:2723] Subsystem [1a56:1654] iwlwifi during heavy 
transfers on XPS15 7590 (19.10)

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

Title:
  Intel Killer AX1650 [8086:2723] Subsystem [1a56:1654] iwlwifi during
  heavy transfers on XPS15 7590 (19.10)

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

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

[Bug 1887710] Re: [amdgpu] Freeze when switching users in Kubuntu 20.04

2020-07-16 Thread Daniel van Vugt
OK, next time you have to do a hard reset please run this as soon as the
machine reboots:

  journalctl -b-1 > prevboot.txt

and then attach the resulting text file here.

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

Title:
  [amdgpu] Freeze when switching users in Kubuntu 20.04

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

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

[Bug 1051441] Re: translations missed in imagination-common

2020-07-16 Thread Eriberto
Already fixed by upstream. Closing. Thanks.

** Changed in: imagination (Ubuntu)
   Status: New => Fix Released

** Changed in: ubuntu-translations
   Status: New => Fix Released

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

Title:
  translations missed in imagination-common

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

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

[Bug 1855757] Re: [nvidia] Background image corrupted after standby or resume from suspend

2020-07-16 Thread Daniel van Vugt
If you have an Intel GPU then you should not be subscribed to this bug.

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

Title:
  [nvidia] Background image corrupted after standby or resume from
  suspend

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

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

[Bug 1887816] Re: Right click "open with" opens directly without asking for a program

2020-07-16 Thread Daniel van Vugt
** Description changed:

  I copied .txt files to my desktop folder (from NTFS external disk) and tried 
to open them but they were with right 777 (rwxrwxrwx) so press Enter (etc.) try 
to execute and not open the file with an editing program.
  Then I rote a bug report (#1887514), understood my problem and changed the 
rights of the files.
  
  But there is still a problem.
  
  When I was trying to identify the problem, I tried "open with" on the
  right click menu. It worked (a window is opened and ask witch program I
- want to use). And after reporting the "bug" (that wasn't a bug) the
+ want to use). And after reporting bug 1887514 (that wasn't a bug) the
  option "open with" didn't opened anymore the window to choose a program.
  It opens directly as if I've selected "open".
  
  It do the same to every new files I add to the desktop, and I already
  have rebooted my computer (it was some days ago).
  
- 
- I am not sure if the package I've selected is the right one for this problem, 
I don't know a lot about how Ubuntu is structured (and I don't know where I can 
find precise information).
+ I am not sure if the package I've selected is the right one for this
+ problem, I don't know a lot about how Ubuntu is structured (and I don't
+ know where I can find precise information).
  
  ProblemType: Bug
  DistroRelease: Ubuntu 20.04
  Package: gnome-shell-extension-desktop-icons 20.04.0-2~ubuntu20.04.1
  ProcVersionSignature: Ubuntu 5.4.0-40.44-generic 5.4.44
  Uname: Linux 5.4.0-40-generic x86_64
  ApportVersion: 2.20.11-0ubuntu27.3
  Architecture: amd64
  CasperMD5CheckResult: skip
  CurrentDesktop: ubuntu:GNOME
  Date: Thu Jul 16 16:20:32 2020
  InstallationDate: Installed on 2020-07-12 (4 days ago)
  InstallationMedia: Ubuntu 20.04 LTS "Focal Fossa" - Release amd64 (20200423)
  PackageArchitecture: all
  ProcEnviron:
-  PATH=(custom, no user)
-  XDG_RUNTIME_DIR=
-  LANG=fr_FR.UTF-8
-  SHELL=/bin/bash
+  PATH=(custom, no user)
+  XDG_RUNTIME_DIR=
+  LANG=fr_FR.UTF-8
+  SHELL=/bin/bash
  SourcePackage: gnome-shell-extension-desktop-icons
  UpgradeStatus: No upgrade log present (probably fresh install)

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

Title:
  Right click "open with" opens directly without asking for a program

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

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

[Bug 1662324] Re: linux bridge agent disables ipv6 before adding an ipv6 address

2020-07-16 Thread Seyeong Kim
@corey Thanks.

it works fine as belows. disable_ipv6 is 0

6: ens4f1.1103@ens4f1:  mtu 1500 qdisc noqueue 
master brqc1308c59-e3 state UP group default
link/ether 52:54:01:97:26:35 brd ff:ff:ff:ff:ff:ff
7: brqc1308c59-e3:  mtu 1500 qdisc noqueue 
state UP group default
link/ether 52:54:01:97:26:35 brd ff:ff:ff:ff:ff:ff
inet6 fe80::7067:acff:fe3f:2c7c/64 scope link
   valid_lft forever preferred_lft forever
root@maas-node-18:~# cat /proc/sys/net/ipv6/conf/brqc1308c59-e3/disable_ipv6
0

ii  neutron-common  2:8.4.0-0ubuntu7.5~cloud0   
 all  Neutron is a virtual network service for 
Openstack - common
ii  neutron-dhcp-agent  2:8.4.0-0ubuntu7.5~cloud0   
 all  Neutron is a virtual network service for 
Openstack - DHCP agent
ii  neutron-l3-agent2:8.4.0-0ubuntu7.5~cloud0   
 all  Neutron is a virtual network service for 
Openstack - l3 agent
ii  neutron-linuxbridge-agent   2:8.4.0-0ubuntu7.5~cloud0   
 all  Neutron is a virtual network service for 
Openstack - linuxbridge agent
ii  neutron-metadata-agent  2:8.4.0-0ubuntu7.5~cloud0   
 all  Neutron is a virtual network service for 
Openstack - metadata agent
ii  neutron-plugin-ml2  2:8.4.0-0ubuntu7.5~cloud0   
 all  Neutron is a virtual network service for 
Openstack - ML2 plugin
ii  neutron-server  2:8.4.0-0ubuntu7.5~cloud0   
 all  Neutron is a virtual network service for 
Openstack - server
ii  python-neutron  2:8.4.0-0ubuntu7.5~cloud0   
 all  Neutron is a virtual network service for 
Openstack - Python library


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

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

Title:
  linux bridge agent disables ipv6 before adding an ipv6 address

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

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

[Bug 1887873] [NEW] package virtualbox-ext-pack 6.1.10-1~ubuntu1.20.04.1 failed to install/upgrade: installed virtualbox-ext-pack package post-installation script subprocess returned error exit status

2020-07-16 Thread KW Kambeya
*** This bug is a duplicate of bug 1887632 ***
https://bugs.launchpad.net/bugs/1887632

Public bug reported:

package install failed during automatic update.

ProblemType: Package
DistroRelease: Ubuntu 20.04
Package: virtualbox-ext-pack 6.1.10-1~ubuntu1.20.04.1
ProcVersionSignature: Ubuntu 5.4.0-40.44-generic 5.4.44
Uname: Linux 5.4.0-40-generic x86_64
NonfreeKernelModules: nvidia_modeset nvidia
ApportVersion: 2.20.11-0ubuntu27.4
Architecture: amd64
CasperMD5CheckResult: skip
Date: Thu Jul 16 21:40:51 2020
ErrorMessage: installed virtualbox-ext-pack package post-installation script 
subprocess returned error exit status 1
InstallationDate: Installed on 2020-03-21 (117 days ago)
InstallationMedia: Ubuntu 19.10 "Eoan Ermine" - Release amd64 (20191017)
PackageArchitecture: all
Python3Details: /usr/bin/python3.8, Python 3.8.2, python3-minimal, 
3.8.2-0ubuntu2
PythonDetails: N/A
RelatedPackageVersions:
 dpkg 1.19.7ubuntu3
 apt  2.0.2ubuntu0.1
SourcePackage: virtualbox-ext-pack
Title: package virtualbox-ext-pack 6.1.10-1~ubuntu1.20.04.1 failed to 
install/upgrade: installed virtualbox-ext-pack package post-installation script 
subprocess returned error exit status 1
UpgradeStatus: Upgraded to focal on 2020-05-07 (70 days ago)

** Affects: virtualbox-ext-pack (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-package focal

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

Title:
  package virtualbox-ext-pack 6.1.10-1~ubuntu1.20.04.1 failed to
  install/upgrade: installed virtualbox-ext-pack package post-
  installation script subprocess returned error exit status 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/virtualbox-ext-pack/+bug/1887873/+subscriptions

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

[Bug 1887873] Re: package virtualbox-ext-pack 6.1.10-1~ubuntu1.20.04.1 failed to install/upgrade: installed virtualbox-ext-pack package post-installation script subprocess returned error exit status 1

2020-07-16 Thread Apport retracing service
*** This bug is a duplicate of bug 1887632 ***
https://bugs.launchpad.net/bugs/1887632

Thank you for taking the time to report this crash and helping to make
this software better.  This particular crash has already been reported
and is a duplicate of bug #1887632, so is being marked as such.  Please
look at the other bug report to see if there is any missing information
that you can provide, or to see if there is a workaround for the bug.
Additionally, any further discussion regarding the bug should occur in
the other report.  Please continue to report any other bugs you may
find.

** Tags removed: need-duplicate-check

** This bug has been marked a duplicate of bug 1887632
   package virtualbox-ext-pack 6.1.10-1~ubuntu1.20.04.1 failed to 
install/upgrade: installed virtualbox-ext-pack package post-installation script 
subprocess returned error exit status 1

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

Title:
  package virtualbox-ext-pack 6.1.10-1~ubuntu1.20.04.1 failed to
  install/upgrade: installed virtualbox-ext-pack package post-
  installation script subprocess returned error exit status 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/virtualbox-ext-pack/+bug/1887873/+subscriptions

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

[Bug 1887632] Re: package virtualbox-ext-pack 6.1.10-1~ubuntu1.20.04.1 failed to install/upgrade: installed virtualbox-ext-pack package post-installation script subprocess returned error exit status 1

2020-07-16 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: virtualbox-ext-pack (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/1887632

Title:
  package virtualbox-ext-pack 6.1.10-1~ubuntu1.20.04.1 failed to
  install/upgrade: installed virtualbox-ext-pack package post-
  installation script subprocess returned error exit status 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/virtualbox-ext-pack/+bug/1887632/+subscriptions

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

[Bug 1885414] Re: on flavours ubiquity: bootloader failed on /dev/vda

2020-07-16 Thread Paul Howarth
Tested Ubuntu MATE 20200716 iso:
BIOS fails to install, same message as original bug description, though apport 
successfully submitted.
EFI works fine.

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

Title:
  on flavours ubiquity: bootloader failed on /dev/vda

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

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

[Bug 1887607] Re: NFS4.2: Cutting and Pasting files from NFS sec=sys to NFS sec=krb5p causes NFS to hang

2020-07-16 Thread Matthew Ruffell
** Description changed:

  BugLink: https://bugs.launchpad.net/bugs/1887607
  
  [Impact]
  
- If you have a desktop system, with two NFS mounts:
- - One that uses the baseline IP based security, aka sec=sys,
+ If you have a desktop system, with two NFS v4.2 mounts: 
+ - One that uses the baseline IP based security, aka sec=sys, 
  - and the other that uses Kerberos sec=krb5p based security,
  
  If you try and cut a file from the normal NFS mount, and paste it to a
  directory on the kerberos krb5p mount (using Nautilus), the NFS
  subsystem will lock up, Nautilus will hang, and the file won't be moved.
  
  The problem only reproduces if you cut and paste. Copying and pasting
  does not trigger any problems. Using mv in terminal doesn't reproduce
  either, you need to use Nautilus.
  
  The issue was introduced into 4.15.0-60-generic, by the commit:
  
  commit 594d1644cd59447f4fceb592448d5cd09eb09b5e
  Author: Chris Perl 
  Date: Mon Dec 17 10:56:38 2018 -0500
  Subject: NFS: nfs_compare_mount_options always compare auth flavors.
- Link: 
https://github.com/torvalds/linux/commit/594d1644cd59447f4fceb592448d5cd09eb09b5e
+ Link: 
https://github.com/torvalds/linux/commit/594d1644cd59447f4fceb592448d5cd09eb09b5e
 
  
  It was backported to 4.15.0-60-generic from upstream -stable, and landed
  in 4.4.175, 4.14.99 and 4.19.21. The commit itself does not actually
  cause the problem, it simply removes a check for NFS server security
  settings, which simply reveals a broken codepath which the testcase
  triggers.
  
  Xenial 4.4.0-185-generic is not affected, only Bionic 4.15.0-60-generic
  onward.
  
  [Fix]
  
  The fix landed in 5.1-rc1, in the following commit:
  
  commit 02ef04e432babf8fc703104212314e54112ecd2d
  Author: Chuck Lever 
  Date: Mon Feb 11 11:25:25 2019 -0500
  Subject: NFS: Account for XDR pad of buf->pages
- Link: 
https://github.com/torvalds/linux/commit/02ef04e432babf8fc703104212314e54112ecd2d
+ Link: 
https://github.com/torvalds/linux/commit/02ef04e432babf8fc703104212314e54112ecd2d
 
  
  The above commit more or less relies on the below commit as a
  dependency, and is included in the SRU:
  
  commit cf500bac8fd48b57f38ece890235923d4ed5ee91
  Author: Chuck Lever 
  Date: Mon Feb 11 11:25:20 2019 -0500
  Subject: SUNRPC: Introduce rpc_prepare_reply_pages()
  Link: 
https://github.com/torvalds/linux/commit/cf500bac8fd48b57f38ece890235923d4ed5ee91
+ 
+ Also, as Andrea Righi pointed out, we need the following fixes commit:
+ 
+ commit 29e7ca715f2a0b6c0a99b1aec1b0956d1f271955
+ Author: Chuck Lever 
+ Date:   Tue Apr 9 10:44:16 2019 -0400
+ Subject: NFS: Fix handling of reply page vector
+ Link: 
https://github.com/torvalds/linux/commit/29e7ca715f2a0b6c0a99b1aec1b0956d1f271955
  
  It appears that some NFS calls return a NFS payload which is not a
  multiple of 4 bytes, but any payload sent over the network needs to be
  padded to an exact multiple of 4 bytes. It seems cutting and pasting
  from Nautilus triggers one such payload which is missing a byte, and it
  causes the NFS subsystem to hang during packet transmission. The fix
  ensures that all payloads use correct padding.
  
  [Testcase]
  
  You will need four machines. The first, is a kerberos KDC. Set up
  Kerberos correctly and create new service principals for the NFS server
- and for the client.
+ and for the client. I used: nfs/nfskerb.mydomain.com and
+ nfs/client.mydomain.com.
  
- The second machine will be a NFS server with the krb5p share. Add the
- nfs server kerberos keys to the system's keytab, and set up a NFS server
- that exports a directory with sec=krb5p.
+ The second machine will be a NFS server with the krb5p share. Add the nfs 
server kerberos keys to the system's keytab, and set up a NFS server that 
exports a directory with sec=krb5p. Example export:
+ /mnt/secretfolder *.mydomain.com(rw,sync,no_subtree_check,sec=krb5p)
  
- The third machine is a regular NFS server. Export a directory with
- normal sec=sys security.
+ The third machine is a regular NFS server. Export a directory with normal 
sec=sys security. Example export:
+ /mnt/sharedfolder *.mydomain.com(rw,sync)
  
- The fourth is a desktop machine. Add the client kerberos keys to the
- system's keytab. Mount both NFS shares, and generate some files full of
- random data. I found 20MB from /dev/random works great.
+ The fourth is a desktop machine. Add the client kerberos keys to the system's 
keytab. Mount both NFS shares, making sure to use the NFS v4.2 protocol. I used 
the commands:
+ mount -t nfs4 nfskerb.mydomain.com:/mnt/secretfolder /mnt/secretfolder_client/
+ mount -t nfs4 nfs.mydomain.com:/mnt/sharedfolder /mnt/sharedfolder_client
+ 
+ Check "mount -l" to ensure that NFS v4.2 is used:
+ nfskerb.mydomain.com:/mnt/secretfolder on /mnt/secretfolder_client type nfs4 
(rw,relatime,vers=4.2,<...>,sec=krb5p,<...>)
+ nfs.mydomain.com:/mnt/sharedfolder on /mnt/sharedfolder_client type nfs4 
(rw,relatime,vers=4.2,<...>,sec=sys,<...>)
+ 
+ Generate some

[Bug 1885782] Re: package initramfs-tools 0.136ubuntu6.2 failed to install/upgrade: installed initramfs-tools package post-installation script subprocess returned error exit status 1

2020-07-16 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: initramfs-tools (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/1885782

Title:
  package initramfs-tools 0.136ubuntu6.2 failed to install/upgrade:
  installed initramfs-tools package post-installation script subprocess
  returned error exit status 1

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

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

[Bug 1887383] Re: Yaru updates not related to themes and icons

2020-07-16 Thread Treviño
** Description changed:

  [Impact]
  
   * Several parts of the build, including the yaru README and github actions 
to stay synced with upstream, are out of date and need updates.
  Those changes are:
  - fix Yaru project name + update README pictures
  - build: deduplicate meson.build and introduce Flavours 
https://github.com/ubuntu/yaru/pull/1884
  - add libgtk-3-dev to the bootstrap script 
https://github.com/ubuntu/yaru/pull/
  - updates to the upstream directories, which include the source code of the 
unmodified upstream gnome-shell and gtk3 themes 
https://github.com/ubuntu/yaru/pull/2084
  - Use MESON_INSTALL_DESTDIR_PREFIX in post_install.py to avoid errors while 
building https://github.com/ubuntu/yaru/pull/2206
  - Check for updates to GitHub Actions every weekday 
https://github.com/ubuntu/yaru/pull/2223
  - Adding new non-uniform app icon templates 
https://github.com/ubuntu/yaru/pull/1920
  
   * Backporting these updates to focal, will greatly improve the build
  process of the yaru project and help to avoid bugs and help the
  development of the team
  
   * all fixes are in yaru master since several weeks and have been tested
  several times
  
  [Test Case]
  
   * Look at the yaru project page while in this branch 
https://github.com/ubuntu/yaru/tree/ubuntu/focal and find the images to be 
removed
  * Look at the yaru project page while in the master branch 
https://github.com/ubuntu/yaru/tree/master and find all images to show what 
currently is in focal
  * All other test cases are described in the corresponding pull requests
  
  [Regression Potential]
  
-  * Outdated versions of meson may clash with the current yaru build,
- otherwise, no regression potential
+  * Outdated versions of meson may clash with the current yaru build, 
otherwise, no regression potential
+ * Unity theme misses assets
  
  [Other Info]
  
   * Those changes are not "visible" for the end-user while using the
  ubuntu desktop, i.e. no theme changes, no icon changes here, but they
  greatly improve the daily work of the yaru team

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

Title:
  Yaru updates not related to themes and icons

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

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

[Bug 1876258] Re: ubuntu 20.04 pxe installation fails with no such file or directory /dev/disk/by-id exception

2020-07-16 Thread Andre Ruiz
Just to confirm, in a kvm client machine, going to the configs, VirtIO
Disk 1, Advanced Options, Serial Number and typing anything there works
around the problem. Just tested it.

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

Title:
  ubuntu 20.04 pxe installation fails with no such file or directory
  /dev/disk/by-id exception

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

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

[Bug 1880085] Re: snap userd's OpenURL method allows sandox escape

2020-07-16 Thread Ubuntu Foundations Team Bug Bot
The attachment "0001-usersession-userd-do-not-modify-XDG_DATA_DIRS-
when-c.patch" seems to be a patch.  If it isn't, please remove the
"patch" flag from the attachment, remove the "patch" tag, and if you are
a member of the ~ubuntu-reviewers, unsubscribe the team.

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

** Tags added: patch

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

Title:
  snap userd's OpenURL method allows sandox escape

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

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

  1   2   3   4   5   6   >