[Bug 1919342] Re: Stylus and touchscreen not working in kernel 5.8.0-45

2021-04-12 Thread Jerome Droniou
I've just installed 5.8.0-49 and it does seem to be solved in that
kernel version, indeed.

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

Title:
  Stylus and touchscreen not working in kernel 5.8.0-45

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

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

[Bug 1922536] Re: Bluetooth (ideapad_bluetooth) not working in gnome settings after reboot and requires systemctl restart bluetooth

2021-04-12 Thread You-Sheng Yang
** Tags added: hwe-bluetooth

** Summary changed:

- Bluetooth (ideapad_bluetooth) not working in gnome settings after reboot and 
requires systemctl restart bluetooth
+ Intel Killer Wi-Fi 6 AX1650i [8086:34f0] Subsystem [8086:0074]: Bluetooth 
(ideapad_bluetooth) not working in gnome settings after reboot and requires 
systemctl restart bluetooth

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

Title:
  Intel Killer Wi-Fi 6 AX1650i [8086:34f0] Subsystem [8086:0074]:
  Bluetooth (ideapad_bluetooth) not working in gnome settings after
  reboot and requires systemctl restart bluetooth

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

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

[Bug 1923553] Re: software-properties-qt python exception on selecting "other" package source

2021-04-12 Thread elguavas
** Description changed:

  on hirsute (21.04) software-properties-qt (software-properties-
  qt/hirsute 0.99.8) (also callable as software-properties-kde) throws a
  python exception when a package download source of "other" is selected.
+ the same error occurs when using software-properties-gtk.
  
  this python traceback appears in the console:
  
  Traceback (most recent call last):
-   File 
"/usr/lib/python3/dist-packages/softwareproperties/qt/SoftwarePropertiesQt.py", 
line 454, in on_combobox_server_changed
- dialogue = DialogMirror(self.userinterface, self.datadir, self.distro, 
self.custom_mirrors)
-   File 
"/usr/lib/python3/dist-packages/softwareproperties/qt/DialogMirror.py", line 
55, in __init__
- self.country_info = CountryInformation()
-   File 
"/usr/lib/python3/dist-packages/softwareproperties/CountryInformation.py", line 
34, in __init__
- it = et.getiterator('iso_3166_entry')
+   File 
"/usr/lib/python3/dist-packages/softwareproperties/qt/SoftwarePropertiesQt.py", 
line 454, in on_combobox_server_changed
+ dialogue = DialogMirror(self.userinterface, self.datadir, self.distro, 
self.custom_mirrors)
+   File 
"/usr/lib/python3/dist-packages/softwareproperties/qt/DialogMirror.py", line 
55, in __init__
+ self.country_info = CountryInformation()
+   File 
"/usr/lib/python3/dist-packages/softwareproperties/CountryInformation.py", line 
34, in __init__
+ it = et.getiterator('iso_3166_entry')
  AttributeError: 'ElementTree' object has no attribute 'getiterator'
  
  i assume the underlying python code being called is using the long
  deprecated and now removed "getiterator" method in ElementTree to
  generate the list of "other" download sources.

** Summary changed:

- software-properties-qt python exception on selecting "other" package source
+ software-properties python exception on selecting "other" package source

** Summary changed:

- software-properties python exception on selecting "other" package source
+ software-properties gui python exception on selecting "other" package source

** Description changed:

  on hirsute (21.04) software-properties-qt (software-properties-
  qt/hirsute 0.99.8) (also callable as software-properties-kde) throws a
  python exception when a package download source of "other" is selected.
- the same error occurs when using software-properties-gtk.
+ the same error occurs when using software-properties-gtk (software-
+ properties-gtk/hirsute 0.99.8).
  
  this python traceback appears in the console:
  
  Traceback (most recent call last):
    File 
"/usr/lib/python3/dist-packages/softwareproperties/qt/SoftwarePropertiesQt.py", 
line 454, in on_combobox_server_changed
  dialogue = DialogMirror(self.userinterface, self.datadir, self.distro, 
self.custom_mirrors)
    File 
"/usr/lib/python3/dist-packages/softwareproperties/qt/DialogMirror.py", line 
55, in __init__
  self.country_info = CountryInformation()
    File 
"/usr/lib/python3/dist-packages/softwareproperties/CountryInformation.py", line 
34, in __init__
  it = et.getiterator('iso_3166_entry')
  AttributeError: 'ElementTree' object has no attribute 'getiterator'
  
  i assume the underlying python code being called is using the long
  deprecated and now removed "getiterator" method in ElementTree to
  generate the list of "other" download sources.

** Description changed:

  on hirsute (21.04) software-properties-qt (software-properties-
  qt/hirsute 0.99.8) (also callable as software-properties-kde) throws a
  python exception when a package download source of "other" is selected.
- the same error occurs when using software-properties-gtk (software-
- properties-gtk/hirsute 0.99.8).
+ the same underlying error occurs when using software-properties-gtk
+ (software-properties-gtk/hirsute 0.99.8).
  
- this python traceback appears in the console:
+ this python traceback appears in the console for the qt gui:
  
  Traceback (most recent call last):
    File 
"/usr/lib/python3/dist-packages/softwareproperties/qt/SoftwarePropertiesQt.py", 
line 454, in on_combobox_server_changed
  dialogue = DialogMirror(self.userinterface, self.datadir, self.distro, 
self.custom_mirrors)
    File 
"/usr/lib/python3/dist-packages/softwareproperties/qt/DialogMirror.py", line 
55, in __init__
  self.country_info = CountryInformation()
    File 
"/usr/lib/python3/dist-packages/softwareproperties/CountryInformation.py", line 
34, in __init__
  it = et.getiterator('iso_3166_entry')
  AttributeError: 'ElementTree' object has no attribute 'getiterator'
  
- i assume the underlying python code being called is using the long
- deprecated and now removed "getiterator" method in ElementTree to
- generate the list of "other" download sources.
+ and this appears for the gtk gui:
+ 
+ Traceback (most recent call last):
+   File 
"/usr/lib/python3/dist-packages/softwareproperties/gtk/SoftwarePropertiesGtk.py",
 line 661, in on_combobox_server_changed
+ dialog = 

[Bug 1891682] Re: [MIR] sane-airscan

2021-04-12 Thread Alexander Pevzner
Till, Alex,

0.99.25 released. Thank you for feedback!

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

Title:
  [MIR] sane-airscan

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

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

[Bug 1923550] [NEW] Sync vala 0.48.17-1 (universe) from Debian unstable (main)

2021-04-12 Thread Rico Tzschichholz
Public bug reported:

Please sync vala 0.48.17-1 (universe) from Debian unstable (main)

Vala 0.48.17

 * Regression and bug fixes:
  - codegen:
+ Don't free temp-var for element-access to array with boxed structs [#1174]
+ Don't free unowned heap allocated struct

 * Bindings:
  - glib-2.0: Add simple_generics attribute to GenericArray.find_custom()


Changelog entries since current hirsute version 0.48.16-1:

vala (0.48.17-1) unstable; urgency=medium

  * New upstream release

 -- Rico Tzschichholz   Mon, 12 Apr 2021 15:23:07
+0200

** Affects: vala (Ubuntu)
 Importance: Critical
 Status: New

** Changed in: vala (Ubuntu)
   Importance: Undecided => Wishlist

** Changed in: vala (Ubuntu)
   Importance: Wishlist => Critical

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

Title:
  Sync vala 0.48.17-1 (universe) from Debian unstable (main)

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

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

[Bug 1923553] [NEW] software-properties-qt python exception on selecting "other" package source

2021-04-12 Thread elguavas
Public bug reported:

on hirsute (21.04) software-properties-qt (software-properties-
qt/hirsute 0.99.8) (also callable as software-properties-kde) throws a
python exception when a package download source of "other" is selected.

this python traceback appears in the console:

Traceback (most recent call last):
  File 
"/usr/lib/python3/dist-packages/softwareproperties/qt/SoftwarePropertiesQt.py", 
line 454, in on_combobox_server_changed
dialogue = DialogMirror(self.userinterface, self.datadir, self.distro, 
self.custom_mirrors)
  File "/usr/lib/python3/dist-packages/softwareproperties/qt/DialogMirror.py", 
line 55, in __init__
self.country_info = CountryInformation()
  File 
"/usr/lib/python3/dist-packages/softwareproperties/CountryInformation.py", line 
34, in __init__
it = et.getiterator('iso_3166_entry')
AttributeError: 'ElementTree' object has no attribute 'getiterator'

i assume the underlying python code being called is using the long
deprecated and now removed "getiterator" method in ElementTree to
generate the list of "other" download sources.

** Affects: software-properties (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/1923553

Title:
  software-properties-qt python exception on selecting "other" package
  source

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

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

[Bug 1908818] Re: pure packaging of libnss3

2021-04-12 Thread Christian Ehrhardt 
And finally after some fixups in the builders (thanks cjwatson!) 
https://launchpad.net/ubuntu/+source/nss/2:3.55-1ubuntu3.1 also has built 
riscv64.
All ready now

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

Title:
  pure packaging of libnss3

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

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

[Bug 1921696] Re: Failed to start Load/Save RF Kill Switch Status

2021-04-12 Thread Bug Watch Updater
** Changed in: systemd
   Status: Unknown => Fix Released

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

Title:
  Failed to start Load/Save RF Kill Switch Status

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

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

[Bug 1910824] Re: recent live session changes don't appear after installation

2021-04-12 Thread Yousuf 'Jay' Philips
Tested the 04-12 ISO and yes it is fixed.

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

Title:
  recent live session changes don't appear after installation

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xubuntu-default-settings/+bug/1910824/+subscriptions

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

[Bug 1923547] [NEW] Wi-Fi 6E AX210 for Ice Lake-D (Xeon-D) Edge Server Support

2021-04-12 Thread pragyansri.pa...@intel.com
Private bug reported:

1.  Feature Overview: 
a. Name of feature: WiFi with AX210 on Xeon-D Edge Servers (Ice Lake) for key 
OEM(IoTG).
AX210 IoTG WiFi cards targeted for IoTG AX210 Industrial /Embedded temp w/OEM 
supported requirement opportunity.

b. Feature Description: Enable Wireless connectivity/ WiFi (WiFi-6) with
AX210 NIC on Xeon-D Edge Servers (Ice Lake) with Canonical.

c. Usages for: Enable Wireless connectivity on Xeon Edge Servers for
IoTG – OEM designs

d. Software Benefits: WiFi Driver would now have support for new WiFi-6
NIC - AX210.

2.  Feature Details: 
a. Architectures: 64-bit Intel EM64T/AMD64 

b. Any Dependencies:  
WiFi Production Tools (DRTU/CITU) has dependency on proprietary user space 
libraries (WiFi USC) and proprietary WiFi FW binary (not supported in the 
default FW binary that is upstream in Linux FW Git). Intel can provide this to 
Canonical under NDA. This is only needed for validation purposes only, not 
needed for product development. 

c. Drivers or hardware dependencies:  
WiFi Driver required with support for AX210
WiFi Card availability: Card will be available to Canonical WW27. Intel will 
provide setup instructions. There will be following changes needed:
-   BIOS changes that are required to support WiFi on ICX-D
-   PCIe adapter card to make M.2 module to PCIe – These are not 
manufactured by Intel (But Intel will provide these with the modules)

d. Upstream acceptance information:  
Driver: WiFi Driver with support for AX210 NIC is already up streamed in Kernel 
tree (link below).
AX210 driver is the same as CCG. Only update will be the Device IDs for AX210 
Embedded/Industrial SKU.
Firmware: AX210 FE files(iwlwifi-ty-a0-gf-a0-62.ucode and 
iwlwifi-ty-a0-gf-a0.pnvm) are already available in the Linux FW repo, Same 
version can be used by the OSV’s for distribution.
https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git/tree/

e. External links:  
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/tree/drivers/net/wireless/intel/iwlwifi?h=v5.10.28

f. Severity (U, H, M, L): High (required for Hardware Enablement)

** Affects: intel
 Importance: High
 Status: New

** Affects: ubuntu
 Importance: Undecided
 Status: New


** Tags: intel-kernel-21.10

** Also affects: ubuntu
   Importance: Undecided
   Status: New

** Information type changed from Public to Private

** Tags added: intel-kernel-21.10

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

Title:
  Wi-Fi 6E AX210 for Ice Lake-D (Xeon-D) Edge Server Support

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

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

[Bug 1905728] Re: log_check / tainted_check failed in ubuntu_boot because of warnings (Found insecure W+X mapping at address) found on G-riscv

2021-04-12 Thread Po-Hsu Lin
** Summary changed:

- Found insecure W+X mapping at address on Groovy RISCV
+ log_check / tainted_check failed in ubuntu_boot because of warnings (Found 
insecure W+X mapping at address) found on G-riscv

** Tags added: riscv ubuntu-boot

** Also affects: ubuntu-kernel-tests
   Importance: Undecided
   Status: New

** Tags added: sru-20210315

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

Title:
  log_check / tainted_check failed in ubuntu_boot because of warnings
  (Found insecure W+X mapping at address) found on G-riscv

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

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

[Bug 1903273] Re: snapd automatically removed

2021-04-12 Thread mehmet
Same as Wolfgang, had problems with upowerd and pulseaudio. Installing
systemd:amd64 and systemd-timesyncd:amd64 solved my problems

Start-Date: 2021-04-11  18:31:13
Commandline: aptdaemon role='role-commit-packages' sender=':1.137'
Install: libpam0g:i386 (1.3.1-5ubuntu4.1, automatic), libdevmapper1.02.1:i386 
(2:1.02.167-1ubuntu1, automatic), libseccomp2:i386 (2.4.3-1ubuntu3.20.04.3, 
automatic), libargon2-1:i386 (0~20171227-0.2, automatic), libsystemd0:i386 
(245.4-4ubuntu3.6, automatic), libacl1:i386 (2.2.53-6, automatic), 
libkmod2:i386 (27-1ubuntu2, automatic), libgmp10:i386 (2:6.2.0+dfsg-4, 
automatic), libudev1:i386 (245.4-4ubuntu3.6, automatic), libapparmor1:i386 
(2.13.3-7ubuntu5.1, automatic), systemd-timesyncd:i386 (245.4-4ubuntu3.6, 
automatic), libcap2:i386 (1:2.32-1, automatic), systemd:i386 (245.4-4ubuntu3.6, 
automatic), libhogweed5:i386 (3.5.1+really3.5.1-2, automatic), libnettle7:i386 
(3.5.1+really3.5.1-2, automatic), libcap-ng0:i386 (0.7.9-2.1build1, automatic), 
libgnutls30:i386 (3.6.13-2ubuntu1.3, automatic), libp11-kit0:i386 
(0.23.20-1ubuntu0.1, automatic), libcryptsetup12:i386 (2:2.2.2-3ubuntu2.3, 
automatic), libssl1.1:i386 (1.1.1f-1ubuntu2.3, automatic), libtasn1-6:i386 
(4.16.0-2, automatic), libjson-c4:i386 (0.13.1+dfsg-7ubuntu0.3, automatic), 
libip4tc2:i386 (1.8.4-3ubuntu2, automatic), libaudit1:i386 (1:2.8.5-2ubuntu6, 
automatic)
Upgrade: libsystemd0:amd64 (245.4-4ubuntu3.5, 245.4-4ubuntu3.6), udev:amd64 
(245.4-4ubuntu3.5, 245.4-4ubuntu3.6), libnss-mymachines:amd64 
(245.4-4ubuntu3.5, 245.4-4ubuntu3.6), libudev1:amd64 (245.4-4ubuntu3.5, 
245.4-4ubuntu3.6), systemd-sysv:amd64 (245.4-4ubuntu3.5, 245.4-4ubuntu3.6), 
libpam-systemd:amd64 (245.4-4ubuntu3.5, 245.4-4ubuntu3.6), 
systemd-container:amd64 (245.4-4ubuntu3.5, 245.4-4ubuntu3.6)
Remove: plymouth-label:amd64 (0.9.4git20200323-0ubuntu6.2), 
plymouth-theme-ubuntu-text:amd64 (0.9.4git20200323-0ubuntu6.2), 
systemd-timesyncd:amd64 (245.4-4ubuntu3.5), systemd:amd64 (245.4-4ubuntu3.5), 
libnss-systemd:amd64 (245.4-4ubuntu3.5), plymouth:amd64 
(0.9.4git20200323-0ubuntu6.2), dbus-user-session:amd64 (1.12.16-2ubuntu2.1), 
plymouth-theme-ubuntu-logo:amd64 (0.9.4git20200323-0ubuntu6.2)
End-Date: 2021-04-11  18:33:50

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

Title:
  snapd automatically removed

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

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

[Bug 1923542] [NEW] "Failed to restart network-manager.service: Unit network-manager.service not found." during package update

2021-04-12 Thread Thomas Bechtold
Public bug reported:

I updated network-manger on hirsute:

network-manager-config-connectivity-ubuntu (1.30.0-1ubuntu3) over
(1.30.0-1ubuntu2)

During the postinst run, I get:

Setting up network-manager-config-connectivity-ubuntu (1.30.0-1ubuntu3) ...
Failed to restart network-manager.service: Unit network-manager.service not 
found.
invoke-rc.d: initscript network-manager, action "force-reload" failed.

The reason seems to be that there is no network-manager.service . it's
called NetworkManager.service .

ProblemType: Bug
DistroRelease: Ubuntu 21.04
Package: network-manager 1.30.0-1ubuntu3
ProcVersionSignature: Ubuntu 5.11.0-13.14-generic 5.11.7
Uname: Linux 5.11.0-13-generic x86_64
NonfreeKernelModules: zfs zunicode zavl icp zcommon znvpair
ApportVersion: 2.20.11-0ubuntu62
Architecture: amd64
CasperMD5CheckResult: unknown
CurrentDesktop: ubuntu:GNOME
Date: Tue Apr 13 06:15:31 2021
InstallationDate: Installed on 2020-12-08 (125 days ago)
InstallationMedia: Ubuntu 20.10 "Groovy Gorilla" - Release amd64 (20201022)
RebootRequiredPkgs: network-manager
SourcePackage: network-manager
UpgradeStatus: Upgraded to hirsute on 2020-12-09 (124 days ago)
nmcli-nm:
 RUNNING  VERSION  STATE  STARTUP  CONNECTIVITY  NETWORKING  WIFI-HW  WIFI  
   WWAN-HW  WWAN
 running  1.30.0   connected  started  full  enabled enabled  
enabled  enabled  enabled

** Affects: network-manager (Ubuntu)
 Importance: Undecided
 Status: New


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

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

Title:
  "Failed to restart network-manager.service: Unit network-
  manager.service not found." during package update

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

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

[Bug 1922839] Re: Opening new tab in gnome-terminal launched from nautilus loses most environment variables

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

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

** Tags added: patch

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

Title:
  Opening new tab in gnome-terminal launched from nautilus loses most
  environment variables

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

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

[Bug 1902122] Re: Cannot install libnss-sss:amd64 2.2.3-3 due to /etc/nsswitch.conf

2021-04-12 Thread Launchpad Bug Tracker
[Expired for sssd (Ubuntu) because there has been no activity for 60
days.]

** Changed in: sssd (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/1902122

Title:
  Cannot install libnss-sss:amd64 2.2.3-3 due to /etc/nsswitch.conf

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

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

[Bug 1915386] Re: package unattended-upgrades 1.1ubuntu1.18.04.7~16.04.6 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2021-04-12 Thread Launchpad Bug Tracker
[Expired for unattended-upgrades (Ubuntu) because there has been no
activity for 60 days.]

** Changed in: unattended-upgrades (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/1915386

Title:
  package unattended-upgrades 1.1ubuntu1.18.04.7~16.04.6 failed to
  install/upgrade: subprocess installed post-installation script
  returned error exit status 1

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

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

[Bug 1923515] Re: [Dell XPS 15 9500] New touchpad detected as "PS/2 Logitech Wheel Mouse"

2021-04-12 Thread Kai-Heng Feng
i.e.
$ sudo apt install linux-oem-20.04b

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

Title:
  [Dell XPS 15 9500] New touchpad detected as "PS/2 Logitech Wheel
  Mouse"

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

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

[Bug 1923541] [NEW] /usr/share/apport/general-hooks/ubuntu.py crashed: KeyError: 'CasperMD5json'

2021-04-12 Thread Thomas Bechtold
Public bug reported:

Currently running 21.04, apport version is 2.20.11-0ubuntu62 .

When I try to fill a bug, I see:

$ ubuntu-bug  network-manager
ERROR: hook /usr/share/apport/general-hooks/ubuntu.py crashed:
Traceback (most recent call last):
  File "/usr/lib/python3/dist-packages/apport/report.py", line 228, in _run_hook
symb['add_info'](report, ui)
  File "/usr/share/apport/general-hooks/ubuntu.py", line 84, in add_info
apport.hookutils.attach_casper_md5check(report,
  File "/usr/lib/python3/dist-packages/apport/hookutils.py", line 1002, in 
attach_casper_md5check
del report['CasperMD5json']
  File "/usr/lib/python3.9/collections/__init__.py", line 1064, in __delitem__
del self.data[key]
KeyError: 'CasperMD5json'


It's not crashing the bug reporting itself, but it looks wrong to have a 
stacktrace on the command line.

** Affects: apport (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/1923541

Title:
  /usr/share/apport/general-hooks/ubuntu.py crashed: KeyError:
  'CasperMD5json'

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

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

[Bug 1923515] Re: [Dell XPS 15 9500] New touchpad detected as "PS/2 Logitech Wheel Mouse"

2021-04-12 Thread Kai-Heng Feng
[0.982457] i2c_designware i2c_designware.1: i2c_dw_handle_tx_abort: lost 
arbitration
[0.982560] i2c_designware i2c_designware.1: i2c_dw_handle_tx_abort: lost 
arbitration
[0.982664] i2c_designware i2c_designware.1: i2c_dw_handle_tx_abort: lost 
arbitration
[0.982762] i2c_designware i2c_designware.1: i2c_dw_handle_tx_abort: lost 
arbitration

OEM kernel can worth a try:
https://wiki.ubuntu.com/Kernel/OEMKernel

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

Title:
  [Dell XPS 15 9500] New touchpad detected as "PS/2 Logitech Wheel
  Mouse"

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

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

[Bug 1922536] Re: Bluetooth (ideapad_bluetooth) not working in gnome settings after reboot and requires systemctl restart bluetooth

2021-04-12 Thread Kai-Heng Feng
Is this a regression? Does the Bluetooth work under 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/1922536

Title:
  Bluetooth (ideapad_bluetooth) not working in gnome settings after
  reboot and requires systemctl restart bluetooth

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

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

[Bug 1923513] Re: xrandr --panning problem

2021-04-12 Thread Daniel van Vugt
** Tags added: focal

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

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

Title:
  xrandr --panning problem

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

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

[Bug 1923153] Re: [radeon] Display output laggy from iGPU when operating on desktop with attaching AMD R7 430 graphic (dGPU)

2021-04-12 Thread Daniel van Vugt
Another useful thing that would be easy to test: Does the same bug occur
in hirsute?

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

Title:
  [radeon] Display output laggy from iGPU when operating on desktop with
  attaching AMD R7 430 graphic (dGPU)

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

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

[Bug 1923053] Re: nextcloud crashed with SIGSEGV.

2021-04-12 Thread Martin
I'm having this issue as well. Here's a backtrace from GDB, with some
debug symbols:

(gdb) bt
#0  doActivate (sender=0x0, signal_index=9, 
argv=argv@entry=0x7fffb9a0) at kernel/qobject.cpp:3768
#1  0x7fffeafb5cb8 in QMetaObject::activate (sender=, 
m=m@entry=0x7fffebed30a0 , 
local_signal_index=local_signal_index@entry=1, 
argv=argv@entry=0x7fffb9a0) at kernel/qobject.cpp:3946
#2  0x7fffeb9515a6 in QGuiApplication::screenAdded (this=, 
_t1=, _t1@entry=0x558b3cf0) at 
.moc/moc_qguiapplication.cpp:389
#3  0x7fffeb936d80 in QWindowSystemInterface::handleScreenAdded 
(ps=ps@entry=0x558a5850, isPrimary=) at 
kernel/qwindowsysteminterface.cpp:826
#4  0x7fffdef2d540 in QXcbConnection::initializeScreens 
(this=this@entry=0x55893950) at qxcbconnection_screens.cpp:413
#5  0x7fffdef082a4 in QXcbConnection::QXcbConnection (this=0x55893950, 
nativeInterface=, canGrabServer=, 
defaultVisualId=, displayName=)
at qxcbconnection.cpp:103
#6  0x7fffdef0b10f in QXcbIntegration::QXcbIntegration 
(this=0x55893830, parameters=..., argc=, argv=) at qxcbintegration.cpp:197
#7  0x77fb9593 in QXcbIntegrationPlugin::create (this=, 
system=..., argv=0x7fffd868, argc=@0x7fffd60c: 1, parameters=...) at 
qxcbmain.cpp:56
#8  QXcbIntegrationPlugin::create (this=, system=..., 
parameters=..., argc=@0x7fffd60c: 1, argv=0x7fffd868) at qxcbmain.cpp:53
#9  0x7fffeb9559fc in init_platform (argv=, 
argc=@0x7fffd60c: 1, platformThemeName=..., platformPluginPath=..., 
pluginNamesWithArguments=...) at kernel/qguiapplication.cpp:1223
#10 QGuiApplicationPrivate::createPlatformIntegration (this=0x55887e20) at 
kernel/qguiapplication.cpp:1481
#11 0x7fffeb956e88 in QGuiApplicationPrivate::createEventDispatcher 
(this=) at kernel/qguiapplication.cpp:1498
#12 0x7fffeaf8be46 in QCoreApplicationPrivate::init 
(this=this@entry=0x55887e20) at kernel/qcoreapplication.cpp:834
#13 0x7fffeb959e02 in QGuiApplicationPrivate::init (this=0x55887e20) at 
kernel/qguiapplication.cpp:1527
#14 0x7fffef2f5fed in QApplicationPrivate::init() () from 
/lib/x86_64-linux-gnu/libQt5Widgets.so.5
#15 0x5571c68b in SharedTools::QtSingleApplication::QtSingleApplication 
(this=, appId=..., argc=, argv=, 
this=, appId=..., 
argc=, argv=) at 
./src/3rdparty/qtsingleapplication/qtsingleapplication.cpp:56
#16 0x5563d30c in OCC::Application::Application (this=, 
argc=, argv=, this=, 
argc=, argv=)
at ./src/gui/application.cpp:116
#17 0x556093c7 in main (argc=, argv=0x7fffd868) at 
./src/gui/main.cpp:80


As you can see, the "sender" argument to qobject.cpp's doActivate function is 
NULL, which it's not supposed to be. The first line of that function is line 
3768, and that line is "QObjectPrivate *sp = QObjectPrivate::get(sender);". 
Since "QObjectPrivate::get" dereferences its argument, that's obviously a 
segfault.

>From stuff I'm reading online, it seems like this might be triggered by
compiling with LTO. That's sort of just a wild guess though.

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

Title:
  nextcloud crashed with SIGSEGV.

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

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

[Bug 1923352] Re: speedtest-cli crashed with ValueError in get_config(): invalid literal for int() with base 10: ''

2021-04-12 Thread Bug Watch Updater
** Changed in: speedtest-cli (Debian)
   Status: Unknown => Fix Released

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

Title:
  speedtest-cli crashed with ValueError in get_config(): invalid literal
  for int() with base 10: ''

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

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

[Bug 1922536] Status changed to Confirmed

2021-04-12 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/1922536

Title:
  Bluetooth (ideapad_bluetooth) not working in gnome settings after
  reboot and requires systemctl restart bluetooth

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

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

[Bug 1923153] Re: [radeon] Display output laggy from iGPU when operating on desktop with attaching AMD R7 430 graphic (dGPU)

2021-04-12 Thread jeremyszu
Hi Daniel,

The "AMD R7 430" is the product name of the graphic card.
https://ssl.www8.hp.com/emea_africa/en/products/oas/product-detail.html?oid=26185185

I guess it's related to radeon driver since we could see this issue with
amd RX550 as well.

** Tags added: originate-from-1923120

** Tags added: originate-from-1921875

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

Title:
  [radeon] Display output laggy from iGPU when operating on desktop with
  attaching AMD R7 430 graphic (dGPU)

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

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

[Bug 1922536] Re: Bluetooth (ideapad_bluetooth) not working in gnome settings after reboot and requires systemctl restart bluetooth

2021-04-12 Thread Daniel van Vugt
** Changed in: linux (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/1922536

Title:
  Bluetooth (ideapad_bluetooth) not working in gnome settings after
  reboot and requires systemctl restart bluetooth

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

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

[Bug 1922839] Re: Opening new tab in gnome-terminal launched from nautilus loses most environment variables

2021-04-12 Thread Matthew Ruffell
Attached is a debdiff for Hirsute which re-applies "screen: Use clean
env when creating new tab" and is the same patch in the PPA.

** Description changed:

  [Impact]
  
  If you launch gnome-terminal by right clicking a directory in Nautilus,
  selecting "Open in Terminal", you get a fully functional terminal
  window.
  
  If you then press the new tab button, or ctrl-shift-t to open a new
  terminal tab, you will find that most environment variables have become
  unset, and you see the text:
  
  To run a command as administrator (user "root"), use "sudo ".
  See "man sudo_root" for details.
  
  Comparing printenv between:
  
  Normal terminal: https://paste.ubuntu.com/p/2hcCY9hbHQ/
  Broken new terminal tab: https://paste.ubuntu.com/p/zYsjRHVJH7/
  
  Most commands won't run in the new terminal tab, due to $HOME and $USER
  not being set.
  
  Note, if you launch gnome-terminal from gnome-shell or the dock, and
  create a new tab, everything works perfectly. Is something wrong with
  the Nautilus option for "Open in Terminal"?
  
  [Testcase]
  
  1. Launch Nautilus to home directory
  2. Right click > "Open in Terminal"
  3. Run "printenv" to see full list of env variables
  4. Click new tab button, or ctrl-shift-t
  5. Run "printenv" see the lack of env variables
  
  I have a test package available in the below ppa:
  
  https://launchpad.net/~mruffell/+archive/ubuntu/lp1922839-test
  
  The build in the ppa has 16bd9f6a4181d37af2769e7ca5a1f9a1211cfaac
  reverted.
  
  If you install this package, environment variables will be set
  correctly.
  
  [Where problems could occur]
  
  I think there is some risk with re-instating a commit which has been
  reverted, and users could run into similar issues as found in the
  upstream bug.
  
  We do have some supporting evidence that the commit isn't too harmful,
  since it is applied to Groovy currently, things work as intended there,
  and users haven't complained about the issues in the upstream bug
  applying to Groovy.
  
  If a regression were to occur, then launching a new gnome-terminal or
  opening a new tab could land the user with a terminal with little to no
  environment variables set. A workaround will be to launch gnome-terminal
  from gnome-shell overview.
  
  [Other info]
  
- Groovy has the following commit applied:
+ Focal and Groovy have the following commit applied:
  
  commit fd5ac772154426e2da5afd633b336414bca33be9
  Author: Christian Persch 
  Date:   Mon Mar 23 09:57:56 2020 +0100
  Subject: screen: Use clean env when creating new tab
  Link: 
https://gitlab.gnome.org/GNOME/gnome-terminal/-/commit/fd5ac772154426e2da5afd633b336414bca33be9
  
  This was then reverted in 3.38.1 due to the upstream bug:
  
  https://gitlab.gnome.org/GNOME/gnome-terminal/-/issues/253
  
  The reverted commit is:
  
  commit 16bd9f6a4181d37af2769e7ca5a1f9a1211cfaac
  Author: Christian Persch 
  Date:   Thu Sep 17 17:10:47 2020 +0200
  Subject: Revert "screen: Use clean env when creating new tab"
  Link: 
https://gitlab.gnome.org/GNOME/gnome-terminal/-/commit/16bd9f6a4181d37af2769e7ca5a1f9a1211cfaac
  
- This revert seems to have broken Hirsute. If we revert the revert, that is,
- apply the commit again, things work as intended.
+ This revert seems to have broken Hirsute. If we revert the revert, that
+ is, apply the commit again, things work as intended.
  
  To fix this, we need to revert 16bd9f6a4181d37af2769e7ca5a1f9a1211cfaac.

** Patch added: "gnome-terminal debdiff for hirsute"
   
https://bugs.launchpad.net/ubuntu/+source/gnome-terminal/+bug/1922839/+attachment/5487098/+files/lp1922839_hirsute.debdiff

** Description changed:

  [Impact]
  
  If you launch gnome-terminal by right clicking a directory in Nautilus,
  selecting "Open in Terminal", you get a fully functional terminal
  window.
  
  If you then press the new tab button, or ctrl-shift-t to open a new
  terminal tab, you will find that most environment variables have become
  unset, and you see the text:
  
  To run a command as administrator (user "root"), use "sudo ".
  See "man sudo_root" for details.
  
  Comparing printenv between:
  
  Normal terminal: https://paste.ubuntu.com/p/2hcCY9hbHQ/
  Broken new terminal tab: https://paste.ubuntu.com/p/zYsjRHVJH7/
  
  Most commands won't run in the new terminal tab, due to $HOME and $USER
  not being set.
  
  Note, if you launch gnome-terminal from gnome-shell or the dock, and
  create a new tab, everything works perfectly. Is something wrong with
  the Nautilus option for "Open in Terminal"?
  
  [Testcase]
  
  1. Launch Nautilus to home directory
  2. Right click > "Open in Terminal"
  3. Run "printenv" to see full list of env variables
  4. Click new tab button, or ctrl-shift-t
  5. Run "printenv" see the lack of env variables
  
  I have a test package available in the below ppa:
  
  https://launchpad.net/~mruffell/+archive/ubuntu/lp1922839-test
  
  The build in the ppa has 16bd9f6a4181d37af2769e7ca5a1f9a1211cfaac
  reverted.
 

[Bug 1923512] Re: Simple Scan

2021-04-12 Thread Daniel van Vugt
** Package changed: xorg (Ubuntu) => simple-scan (Ubuntu)

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

Title:
  Simple Scan

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

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

[Bug 1770915] Re: command not found: -antigen-env-setup

2021-04-12 Thread Logan Rosen
This bug was fixed in the package zsh-antigen - 2.2.3-4

---
zsh-antigen (2.2.3-4) unstable; urgency=medium

  * Add patch to replace PWD in Makefile (Closes: #906757).

 -- Michael Fladischer   Tue, 09 Mar 2021 16:37:29
+0100

** Changed in: zsh-antigen (Ubuntu)
 Assignee: (unassigned) => Logan Rosen (logan)

** Changed in: zsh-antigen (Ubuntu)
   Status: Confirmed => In Progress

** Changed in: zsh-antigen (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/1770915

Title:
  command not found: -antigen-env-setup

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

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

[Bug 1922536] Re: Bluetooth (ideapad_bluetooth) not working in gnome settings after reboot and requires systemctl restart bluetooth

2021-04-12 Thread Freeman
I ran the updates and rebooted. Bug is not fixed, same problem as before
persists. Bluetooth is non-functional until systemctl restart bluetooth.

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

Title:
  Bluetooth (ideapad_bluetooth) not working in gnome settings after
  reboot and requires systemctl restart bluetooth

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

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

[Bug 1923150] Re: unexpected error pop-up after 'apt install nvidia-driver-455'

2021-04-12 Thread Yuan-Chen Cheng
** Changed in: oem-priority
   Importance: Undecided => Critical

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

Title:
  unexpected error pop-up after 'apt install nvidia-driver-455'

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

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

[Bug 1923437] Re: Can't add custom mode 2560x1440 after installing nvidia drivers

2021-04-12 Thread Daniel van Vugt
To achieve the same effective resolution as 2560x1440, you can choose
3840x2160 and then set:

Fractional Scaling = On
Scale = 150%

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

Title:
  Can't add custom mode 2560x1440 after installing nvidia drivers

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

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

[Bug 1923437] Re: can't set 2560x1440 resolution after installing nvidia drivers

2021-04-12 Thread Daniel van Vugt
It appears 2560x1440 was a fake mode created by the open source driver.
It's not a mode that is officially supported by the monitor itself,
whose data I have decoded below:

EDID version: 1.4
Manufacturer: GSM Model 23305 Serial Number 181370
Made in week 5 of 2016
Digital display
10 bits per primary color channel
DisplayPort interface
Maximum image size: 60 cm x 34 cm
Gamma: 2.20
DPMS levels: Standby
Supported color formats: RGB 4:4:4, YCrCb 4:4:4, YCrCb 4:2:2
Default (sRGB) color space is primary color space
First detailed timing includes the native pixel format and preferred refresh 
rate
Color Characteristics
  Red:   0.6523, 0.3349
  Green: 0.3046, 0.6367
  Blue:  0.1484, 0.0615
  White: 0.3134, 0.3291
Established Timings I & II
640x48059.940 Hz   4:331.469 kHz  25.175 MHz (DMT)
800x60060.317 Hz   4:337.879 kHz  40.000 MHz (DMT)
   1024x76860.004 Hz   4:348.363 kHz  65.000 MHz (DMT)
Standard Timings
   1152x86459.959 Hz   4:353.783 kHz  81.750 MHz (EDID 1.4 source: CVT)
   1152x86460.000 Hz   4:353.700 kHz  81.624 MHz (EDID 1.3 source: GTF)
   1280x1024   60.020 Hz   5:463.981 kHz 108.000 MHz (DMT)
   1280x72060.000 Hz  16:945.000 kHz  74.250 MHz (DMT)
   1600x90060.000 Hz  16:960.000 kHz 108.000 MHz (DMT, RB)
   1920x1080   60.000 Hz  16:967.500 kHz 148.500 MHz (DMT)
   1280x80059.810 Hz  16:10   49.702 kHz  83.500 MHz (DMT)
Detailed mode: Clock 533.280 MHz, 600 mm x 340 mm
   3840 3848 3992 4000 (  8 144   8)
   2160 2214 2219  ( 54   5   3)
   +hsync -vsync
   VertFreq: 60.000 Hz, HorFreq: 133.320 kHz
Detailed mode: Clock 266.640 MHz, 600 mm x 340 mm
   3840 3848 3992 4000 (  8 144   8)
   2160 2214 2219  ( 54   5   3)
   +hsync -vsync
   VertFreq: 30.000 Hz, HorFreq: 66.660 kHz
Display Range Limits
  Monitor ranges (GTF): 56-61 Hz V, 30-135 kHz H, max dotclock 560 MHz
Display Product Name: LG Ultra HD
Has 1 extension block
Checksum: 0x11



CTA-861 Extension Block Revision 3
Basic audio support
Supports YCbCr 4:4:4
Supports YCbCr 4:2:2
1 native detailed modes
13 bytes of CTA data blocks
  Video Data Block
 1920x1080   60.000 Hz  16:967.500 kHz 148.500 MHz (VIC  16, native)
 1280x72060.000 Hz  16:945.000 kHz  74.250 MHz (VIC   4)
  720x48059.940 Hz  16:931.469 kHz  27.000 MHz (VIC   3)
  640x48059.940 Hz   4:331.469 kHz  25.175 MHz (VIC   1)
  Audio Data Block
Linear PCM, max channels 2
  Supported sample rates (kHz): 48 44.1 32
  Supported sample sizes (bits): 24 20 16
  Speaker Allocation Data Block
Speaker map:
  FL/FR - Front Left/Right
Detailed mode: Clock 148.500 MHz, 600 mm x 340 mm
   1920 2008 2052 2200 ( 88  44 148)
   1080 1084 1089 1125 (  4   5  36)
   +hsync +vsync
   VertFreq: 60.000 Hz, HorFreq: 67.500 kHz
Checksum: 0x41


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

** Summary changed:

- can't set 2560x1440 resolution after installing nvidia drivers 
+ Can't add custom mode 2560x1440 after installing nvidia drivers

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

Title:
  Can't add custom mode 2560x1440 after installing nvidia drivers

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

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

[Bug 1923153] Re: Display output laggy from iGPU when operating on desktop with attaching AMD R7 430 graphic (dGPU)

2021-04-12 Thread Daniel van Vugt
Thanks. That shows 'radeon' is the common problem.

Also, is "AMD R7 430" a typo? Should that be "AMD R7 340"?

** No longer affects: xserver-xorg-video-amdgpu (Ubuntu)

** Summary changed:

- Display output laggy from iGPU when operating on desktop with attaching AMD 
R7 430 graphic (dGPU)
+ [radeon] Display output laggy from iGPU when operating on desktop with 
attaching AMD R7 430 graphic (dGPU)

** Tags removed: amdgpu

** Also affects: xorg-server (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/1923153

Title:
  [radeon] Display output laggy from iGPU when operating on desktop with
  attaching AMD R7 430 graphic (dGPU)

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

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

[Bug 1901772] Re: apticron uses deprecated tempfile command

2021-04-12 Thread Logan Rosen
This bug was fixed in the package apticron - 1.2.5

---
apticron (1.2.5) unstable; urgency=medium

  * Source upload for release unblock request at #962921

 -- Tiago Bortoletto Vaz   Mon, 29 Mar 2021 08:59:49
-0400

apticron (1.2.4) unstable; urgency=medium

  * Fix tempfile warning message. (Closes: #962921)

 -- Tiago Bortoletto Vaz   Sat, 20 Mar 2021 11:45:39
-0400

** Changed in: apticron (Ubuntu)
 Assignee: (unassigned) => Logan Rosen (logan)

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

** Changed in: apticron (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/1901772

Title:
  apticron uses deprecated tempfile command

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

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

[Bug 1912940] Re: Intel Wireless-AC 3165 [8086:3166] Subsystem [8086:4210] Bluetooth (ideapad_bluetooth) disabled every time on startup

2021-04-12 Thread Daniel van Vugt
I'm not sure it was appropriate to make this bug specific to the 3165
when bug 1922536 uses something different. But rather than argue that
point, we can now declare this fixed in hirsute for "Intel Wireless-AC
3165".

Bug 1922536 will be separated...

** Changed in: linux (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/1912940

Title:
  Intel Wireless-AC 3165 [8086:3166] Subsystem [8086:4210] Bluetooth
  (ideapad_bluetooth) disabled every time on startup

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

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

[Bug 1922536] Re: bluetooth not working in gnome settings after reboot and requires systemctl restart bluetooth

2021-04-12 Thread Daniel van Vugt
There was a suggestion in bug 1912940 that the latest hirsute updates
have fixed the problem. Please run:

  sudo apt update
  sudo apt full-upgrade

and tell us if the problem persists.

** This bug is no longer a duplicate of bug 1912940
   Intel Wireless-AC 3165 [8086:3166] Subsystem [8086:4210] Bluetooth 
(ideapad_bluetooth) disabled every time on startup

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

** Summary changed:

- bluetooth not working in gnome settings after reboot and requires systemctl 
restart bluetooth
+ Bluetooth (ideapad_bluetooth) not working in gnome settings after reboot and 
requires systemctl restart bluetooth

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

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

Title:
  Bluetooth (ideapad_bluetooth) not working in gnome settings after
  reboot and requires systemctl restart bluetooth

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

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

[Bug 1923534] [NEW] Please remove nxcompshad from Ubuntu

2021-04-12 Thread Logan Rosen
Public bug reported:

Ships the same packages as nx-libs (which is maintained in
Debian/newer).

** Affects: nxcompshad (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/1923534

Title:
  Please remove nxcompshad from Ubuntu

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

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

[Bug 1923533] [NEW] Please remove nxcomp from Ubuntu

2021-04-12 Thread Logan Rosen
Public bug reported:

Ships the same packages as nx-libs (which is maintained in
Debian/newer).

** Affects: nxcomp (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/1923533

Title:
  Please remove nxcomp from Ubuntu

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

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

[Bug 1865379] Re: Raspberry Pi 4 fails to wake at login prompt

2021-04-12 Thread Daniel van Vugt
** Changed in: xorg-server (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/1865379

Title:
  Raspberry Pi 4 fails to wake at login prompt

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

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

[Bug 1923532] [NEW] reinstalation osm

2021-04-12 Thread ANDRÉ R TANNUS
Public bug reported:

ubuntu 20.10

ProblemType: Bug
DistroRelease: Ubuntu 20.10
Package: ubiquity 20.10.13
ProcVersionSignature: Ubuntu 5.8.0-25.26-generic 5.8.14
Uname: Linux 5.8.0-25-generic x86_64
NonfreeKernelModules: zfs zunicode zavl icp zcommon znvpair
ApportVersion: 2.20.11-0ubuntu50
Architecture: amd64
CasperMD5CheckResult: pass
CasperVersion: 1.455
CurrentDesktop: ubuntu:GNOME
Date: Mon Apr 12 22:55:48 2021
InstallCmdLine: BOOT_IMAGE=/casper/vmlinuz file=/cdrom/preseed/ubuntu.seed 
only-ubiquity oem-config/enable=true quiet splash ---
LiveMediaBuild: Ubuntu 20.10 "Groovy Gorilla" - Release amd64 (20201022)
ProcEnviron:
 LANGUAGE=en_US.UTF-8
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=
 LANG=en_US.UTF-8
 LC_NUMERIC=C.UTF-8
SourcePackage: ubiquity
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug groovy ubiquity-20.10.13 ubuntu

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

Title:
  reinstalation osm

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

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

[Bug 1922772] Re: Overview search causes the workarea to reshape, desktop-icons-ng to restart and the new window to lose focus

2021-04-12 Thread Daniel van Vugt
** Changed in: gnome-shell (Ubuntu)
   Status: In Progress => Fix Committed

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

Title:
  Overview search causes the workarea to reshape, desktop-icons-ng to
  restart and the new window to lose focus

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

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

[Bug 1865566] Re: Large Page support disabled on Raspberry Pi kernels

2021-04-12 Thread Greg Mason
I'm also hitting this. Hardware is raspberry pi 4, 8GB. Running latest
nightly.

root@ubuntu:~# hugeadm --explain
hugeadm:ERROR: kernel does not support huge pages

root@ubuntu:~# lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description:Ubuntu Hirsute Hippo (development branch)
Release:21.04
Codename:   hirsute

root@ubuntu:~# grep -i huge /boot/config-5.11.0-1004-raspi
CONFIG_SYS_SUPPORTS_HUGETLBFS=y
CONFIG_ARCH_WANT_HUGE_PMD_SHARE=y
CONFIG_HAVE_ARCH_TRANSPARENT_HUGEPAGE=y
CONFIG_HAVE_ARCH_HUGE_VMAP=y
CONFIG_TRANSPARENT_HUGEPAGE=y
# CONFIG_TRANSPARENT_HUGEPAGE_ALWAYS is not set
CONFIG_TRANSPARENT_HUGEPAGE_MADVISE=y
# CONFIG_HUGETLBFS is not set

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

Title:
  Large Page support disabled on Raspberry Pi kernels

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

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

[Bug 1923513] Re: xrandr --panning problem

2021-04-12 Thread Chris Guiver
Thank you for the time & effort shown in researching the issue you've
experienced.

Before the bug can really be accepted & worked on by Ubuntu, it'll need
to be confirmed that Linux Mint run-time adjustments are not-at-play,
ie. confirmation on a pure Ubuntu system (with logs provided).

Your logic & effort at finding your issue is noticed & appreciated.

FYI: For best results, it's best to work on the current development
release (so extra SRU steps aren't required, which currently are
required for hirsute, so it'll be likely mean the next i-cycle).

** Changed in: xorg (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/1923513

Title:
  xrandr --panning problem

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

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

[Bug 1863390] Re: GPU lockup ring 0 stalled for more than X msec

2021-04-12 Thread Brian
I am also experiencing this issue. I was using 18.04.5 and did not have
the issue. I did a new install of 20.04 with the same hardware and the
problem started. It continues after upgrade to 20.10.

~~~
user@8560w:~$ sudo lshw -C display
[sudo] password for user: 
  *-display 
   description: VGA compatible controller
   product: Whistler [Radeon HD 6730M/6770M/7690M XT]
   vendor: Advanced Micro Devices, Inc. [AMD/ATI]
   physical id: 0
   bus info: pci@:01:00.0
   version: 00
   width: 64 bits
   clock: 33MHz
   capabilities: pm pciexpress msi vga_controller bus_master cap_list rom
   configuration: driver=radeon latency=0
   resources: irq:44 memory:c000-cfff memory:d440-d441 
ioport:4000(size=256) memory:c-d

~~~

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

Title:
  GPU lockup ring 0 stalled for more than X msec

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-ati/+bug/1863390/+subscriptions

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

[Bug 1923513] Re: xrandr --panning problem

2021-04-12 Thread Chris Guiver
Thank you for taking the time to report this bug and helping to make
Ubuntu better.

Please execute the following command only once, as it will automatically
gather debugging information, in a terminal:

apport-collect 1923513

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

Please note: `ubuntu-bug`, `apport` & bug reporting tools are provided
with Ubuntu by default, many require manual addition for some releases
of downstream OSes based on Ubuntu (eg. Linux Mint). You should check
with your distribution first.

** Changed in: xorg (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/1923513

Title:
  xrandr --panning problem

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

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

[Bug 1914456] Re: 120 sec kernel timeout is seen during SCSI remove_device.

2021-04-12 Thread Jitendra Sayanekar
Hi Guilherme,
I have configured kdump, enabled "/proc/sys/kernel/hung_task_panic" and started 
the test.
Observed couple of test failures but those are unrelated.
Will keep monitoring setup and update you as soon as I hit repro.
Jitendra

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

Title:
  120 sec kernel timeout is seen during SCSI remove_device.

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

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

[Bug 1865566] Re: Large Page support disabled on Raspberry Pi kernels

2021-04-12 Thread sven oehme
it seems that # CONFIG_HUGETLBFS is still not set not set

so if you try to configure hugepage mounts you get this :

root@ubuntu:/boot# hugeadm --create-mounts
hugeadm:ERROR: kernel does not support huge pages

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

Title:
  Large Page support disabled on Raspberry Pi kernels

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

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

[Bug 1923273] Re: buffer-overflow on libcaca-0.99.beta20/export.c export_tga, export_troff

2021-04-12 Thread xiao huang
Issues have been assigned numbers CVE-2021-30498、CVE-2021-30499

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

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

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

Title:
  buffer-overflow on libcaca-0.99.beta20/export.c export_tga,
  export_troff

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

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

[Bug 1922839] Re: Opening new tab in gnome-terminal launched from nautilus loses most environment variables

2021-04-12 Thread Matthew Ruffell
** Description changed:

  [Impact]
  
  If you launch gnome-terminal by right clicking a directory in Nautilus,
  selecting "Open in Terminal", you get a fully functional terminal
  window.
  
  If you then press the new tab button, or ctrl-shift-t to open a new
  terminal tab, you will find that most environment variables have become
  unset, and you see the text:
  
  To run a command as administrator (user "root"), use "sudo ".
  See "man sudo_root" for details.
  
  Comparing printenv between:
  
  Normal terminal: https://paste.ubuntu.com/p/2hcCY9hbHQ/
  Broken new terminal tab: https://paste.ubuntu.com/p/zYsjRHVJH7/
  
  Most commands won't run in the new terminal tab, due to $HOME and $USER
  not being set.
  
  Note, if you launch gnome-terminal from gnome-shell or the dock, and
  create a new tab, everything works perfectly. Is something wrong with
  the Nautilus option for "Open in Terminal"?
+ 
+ [Testcase]
+ 
+ 1. Launch Nautilus to home directory
+ 2. Right click > "Open in Terminal"
+ 3. Run "printenv" to see full list of env variables
+ 4. Click new tab button, or ctrl-shift-t
+ 5. Run "printenv" see the lack of env variables
+ 
+ I have a test package available in the below ppa:
+ 
+ https://launchpad.net/~mruffell/+archive/ubuntu/lp1922839-test
+ 
+ The build in the ppa has 16bd9f6a4181d37af2769e7ca5a1f9a1211cfaac
+ reverted.
+ 
+ If you install this package, environment variables will be set
+ correctly.
+ 
+ [Where problems could occur]
+ 
+ I think there is some risk with re-instating a commit which has been
+ reverted, and users could run into similar issues as found in the
+ upstream bug.
+ 
+ We do have some supporting evidence that the commit isn't too harmful,
+ since it is applied to Groovy currently, things work as intended there,
+ and users haven't complained about the issues in the upstream bug
+ applying to Groovy.
+ 
+ If a regression were to occur, then launching a new gnome-terminal or
+ opening a new tab could land the user with a terminal with little to no
+ environment variables set. A workaround will be to launch gnome-terminal
+ from gnome-shell overview.
+ 
+ [Other info]
+ 
+ Groovy has the following commit applied:
+ 
+ commit fd5ac772154426e2da5afd633b336414bca33be9
+ Author: Christian Persch 
+ Date:   Mon Mar 23 09:57:56 2020 +0100
+ Subject: screen: Use clean env when creating new tab
+ Link: 
https://gitlab.gnome.org/GNOME/gnome-terminal/-/commit/fd5ac772154426e2da5afd633b336414bca33be9
+ 
+ This was then reverted in 3.38.1 due to the upstream bug:
+ 
+ https://gitlab.gnome.org/GNOME/gnome-terminal/-/issues/253
+ 
+ The reverted commit is:
+ 
+ commit 16bd9f6a4181d37af2769e7ca5a1f9a1211cfaac
+ Author: Christian Persch 
+ Date:   Thu Sep 17 17:10:47 2020 +0200
+ Subject: Revert "screen: Use clean env when creating new tab"
+ Link: 
https://gitlab.gnome.org/GNOME/gnome-terminal/-/commit/16bd9f6a4181d37af2769e7ca5a1f9a1211cfaac
+ 
+ This revert seems to have broken Hirsute. If we revert the revert, that is,
+ apply the commit again, things work as intended.
+ 
+ To fix this, we need to revert 16bd9f6a4181d37af2769e7ca5a1f9a1211cfaac.

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

Title:
  Opening new tab in gnome-terminal launched from nautilus loses most
  environment variables

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

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

[Bug 1891682] Re: [MIR] sane-airscan

2021-04-12 Thread Alex Murray
No, thanks again for your work in addressing these (sorry I didn't
realise you were blocked on me responding)

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

Title:
  [MIR] sane-airscan

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

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

[Bug 1923519] Re: OS Freezes completely and unresponsive.

2021-04-12 Thread Ubuntu Foundations Team Bug Bot
** Package changed: ubuntu => ubuntu-release-upgrader (Ubuntu)

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

Title:
  OS Freezes completely and unresponsive.

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

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

[Bug 1923323] Re: Bluetooth will not stay OFF upon resume

2021-04-12 Thread John Saare
So..., I think I figured out why "systemctl stop bluetooth" sometimes
works to disable BT thru a suspend/wake cycle, and sometimes not.

If you turn OFF BT using the GNOME settings, regardless of whether or not you 
do a "systemctl stop bluetooth"..., BT will ALWAYS be turned back ON after a 
suspend/wake cycle.
If you leave the GNOME BT setting as ON however, and if you do a "systemctl 
stop bluetooth", BT will stay OFF following a suspend/wake cycle, presumably 
because the GNOME power management code thinks BT is already ON..., and so 
takes no action to enable it. Basically..., the left hand doesn't know what the 
right hand is doing. 

My inclination is to pin this bug on the GNOME power management code at
this point.

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

Title:
  Bluetooth will not stay OFF upon resume

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

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

[Bug 1923525] Re: gnome-control-center sound won't set hdmi 5.1

2021-04-12 Thread Carl Karsten
this line looks relevent

18:57:44.0656   Gvc:DEBUG
gvc_mixer_control_lookup_device_from_stream - Could not find a device
for stream 'Built-in Audio Digital Stereo (HDMI)'


** Attachment added: "gnome-control-center -v > .log"
   
https://bugs.launchpad.net/ubuntu/+source/gnome-control-center/+bug/1923525/+attachment/5487068/+files/gnome-control-center.log

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

Title:
  gnome-control-center sound won't set hdmi 5.1

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

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

[Bug 1923525] [NEW] gnome-control-center sound won't set hdmi 5.1

2021-04-12 Thread Carl Karsten
Public bug reported:

gnome-control-center sound

Shows 
output device: hdmi-audio
configure: stereo

I change configure to 5.1
output device changes to "dummy" and the configure UI goes away.

ProblemType: Bug
DistroRelease: Ubuntu 21.04
Package: gnome-control-center 1:3.38.5-1ubuntu1
ProcVersionSignature: Ubuntu 5.11.0-13.14-generic 5.11.7
Uname: Linux 5.11.0-13-generic x86_64
ApportVersion: 2.20.11-0ubuntu62
Architecture: amd64
CasperMD5CheckResult: pass
CurrentDesktop: ubuntu:GNOME
Date: Mon Apr 12 18:47:39 2021
InstallationDate: Installed on 2021-04-12 (0 days ago)
InstallationMedia: Ubuntu 21.04 "Hirsute Hippo" - Beta amd64 (20210412)
ProcEnviron:
 TERM=screen
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: gnome-control-center
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: gnome-control-center (Ubuntu)
 Importance: Undecided
 Status: New


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

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

Title:
  gnome-control-center sound won't set hdmi 5.1

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

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

[Bug 1875062] Re: [20.04] Keyboard layout not enabled immediately during installation when typing username/password

2021-04-12 Thread Gunnar Hjalmarsson
@Kadir: If you have found a solution to this bug, please show us. If
not, stop changing the status and assignment of this bug!

** Changed in: ubiquity (Ubuntu Focal)
   Status: New => Triaged

** Changed in: ubiquity (Ubuntu Focal)
 Assignee: Kadir Selçuk (turkdevops) => (unassigned)

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

Title:
  [20.04] Keyboard layout not enabled immediately during installation
  when typing username/password

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

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

[Bug 1923521] [NEW] Fatal error

2021-04-12 Thread Eduardo Borges Frascino
Public bug reported:

Fatal error

ProblemType: Bug
DistroRelease: Ubuntu 20.04
Package: ubiquity 20.04.15.10
ProcVersionSignature: Ubuntu 5.8.0-43.49~20.04.1-generic 5.8.18
Uname: Linux 5.8.0-43-generic x86_64
NonfreeKernelModules: zfs zunicode zavl icp zcommon znvpair
ApportVersion: 2.20.11-0ubuntu27.16
Architecture: amd64
CasperMD5CheckResult: pass
CasperVersion: 1.445.1
CurrentDesktop: ubuntu:GNOME
Date: Mon Apr 12 20:25:38 2021
InstallCmdLine: BOOT_IMAGE=/casper/vmlinuz file=/cdrom/preseed/ubuntu.seed 
maybe-ubiquity quiet splash ---
LiveMediaBuild: Ubuntu 20.04.2.0 LTS "Focal Fossa" - Release amd64 (20210209.1)
ProcEnviron:
 LANGUAGE=pt_BR.UTF-8
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=
 LANG=pt_BR.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.10 ubuntu

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

Title:
  Fatal error

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

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

[Bug 871752] Re: wrong keyboard layout to enter wifi credential on a non-us keyboard

2021-04-12 Thread Kadir Selçuk
** Changed in: ubiquity (Ubuntu)
 Assignee: (unassigned) => Kadir Selçuk (turkdevops)

** Bug watch added: Email to Post.kadirselcuk@gmail #
   mailto:post.kadirsel...@gmail.com

** Also affects: ubiquity via
   mailto:post.kadirsel...@gmail.com
   Importance: Undecided
   Status: New

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

Title:
  wrong keyboard layout to enter wifi credential on a non-us keyboard

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

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

[Bug 1923515] Re: [Dell XPS 15 9500] New touchpad detected as "PS/2 Logitech Wheel Mouse"

2021-04-12 Thread Ed Holden
Note that in case this needs to be investigated upstream I've also
opened a kernel bug:

https://bugzilla.kernel.org/show_bug.cgi?id=212661

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

Title:
  [Dell XPS 15 9500] New touchpad detected as "PS/2 Logitech Wheel
  Mouse"

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

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

[Bug 1923323] Re: Bluetooth will not stay OFF upon resume

2021-04-12 Thread John Saare
Sigh.  So I repeatedly testing suspend/wake following a systemctl stop
bluetooth..., and BT stayed off.  Until now.  I left the machine to
sleep for maybe an hour..., just woke it..., boom..., BT is back on.
So..., I guess I retract my prior "correction".

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

Title:
  Bluetooth will not stay OFF upon resume

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

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

[Bug 1923515] acpidump.txt

2021-04-12 Thread Ed Holden
apport information

** Attachment added: "acpidump.txt"
   
https://bugs.launchpad.net/bugs/1923515/+attachment/5487058/+files/acpidump.txt

** Bug watch added: Linux Kernel Bug Tracker #212661
   https://bugzilla.kernel.org/show_bug.cgi?id=212661

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

Title:
  [Dell XPS 15 9500] New touchpad detected as "PS/2 Logitech Wheel
  Mouse"

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

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

[Bug 1923515] WifiSyslog.txt

2021-04-12 Thread Ed Holden
apport information

** Attachment added: "WifiSyslog.txt"
   
https://bugs.launchpad.net/bugs/1923515/+attachment/5487057/+files/WifiSyslog.txt

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

Title:
  [Dell XPS 15 9500] New touchpad detected as "PS/2 Logitech Wheel
  Mouse"

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

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

[Bug 1923515] UdevDb.txt

2021-04-12 Thread Ed Holden
apport information

** Attachment added: "UdevDb.txt"
   https://bugs.launchpad.net/bugs/1923515/+attachment/5487056/+files/UdevDb.txt

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

Title:
  [Dell XPS 15 9500] New touchpad detected as "PS/2 Logitech Wheel
  Mouse"

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

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

[Bug 1923515] RfKill.txt

2021-04-12 Thread Ed Holden
apport information

** Attachment added: "RfKill.txt"
   https://bugs.launchpad.net/bugs/1923515/+attachment/5487055/+files/RfKill.txt

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

Title:
  [Dell XPS 15 9500] New touchpad detected as "PS/2 Logitech Wheel
  Mouse"

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

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

[Bug 1923515] PulseList.txt

2021-04-12 Thread Ed Holden
apport information

** Attachment added: "PulseList.txt"
   
https://bugs.launchpad.net/bugs/1923515/+attachment/5487054/+files/PulseList.txt

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

Title:
  [Dell XPS 15 9500] New touchpad detected as "PS/2 Logitech Wheel
  Mouse"

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

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

[Bug 1923515] ProcModules.txt

2021-04-12 Thread Ed Holden
apport information

** Attachment added: "ProcModules.txt"
   
https://bugs.launchpad.net/bugs/1923515/+attachment/5487053/+files/ProcModules.txt

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

Title:
  [Dell XPS 15 9500] New touchpad detected as "PS/2 Logitech Wheel
  Mouse"

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

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

[Bug 1923515] ProcInterrupts.txt

2021-04-12 Thread Ed Holden
apport information

** Attachment added: "ProcInterrupts.txt"
   
https://bugs.launchpad.net/bugs/1923515/+attachment/5487052/+files/ProcInterrupts.txt

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

Title:
  [Dell XPS 15 9500] New touchpad detected as "PS/2 Logitech Wheel
  Mouse"

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

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

[Bug 1923515] ProcEnviron.txt

2021-04-12 Thread Ed Holden
apport information

** Attachment added: "ProcEnviron.txt"
   
https://bugs.launchpad.net/bugs/1923515/+attachment/5487051/+files/ProcEnviron.txt

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

Title:
  [Dell XPS 15 9500] New touchpad detected as "PS/2 Logitech Wheel
  Mouse"

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

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

[Bug 1923515] ProcCpuinfoMinimal.txt

2021-04-12 Thread Ed Holden
apport information

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

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

Title:
  [Dell XPS 15 9500] New touchpad detected as "PS/2 Logitech Wheel
  Mouse"

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

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

[Bug 1923515] ProcCpuinfo.txt

2021-04-12 Thread Ed Holden
apport information

** Attachment added: "ProcCpuinfo.txt"
   
https://bugs.launchpad.net/bugs/1923515/+attachment/5487049/+files/ProcCpuinfo.txt

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

Title:
  [Dell XPS 15 9500] New touchpad detected as "PS/2 Logitech Wheel
  Mouse"

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

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

[Bug 1923515] Lsusb-v.txt

2021-04-12 Thread Ed Holden
apport information

** Attachment added: "Lsusb-v.txt"
   
https://bugs.launchpad.net/bugs/1923515/+attachment/5487048/+files/Lsusb-v.txt

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

Title:
  [Dell XPS 15 9500] New touchpad detected as "PS/2 Logitech Wheel
  Mouse"

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

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

[Bug 1923515] Lsusb-t.txt

2021-04-12 Thread Ed Holden
apport information

** Attachment added: "Lsusb-t.txt"
   
https://bugs.launchpad.net/bugs/1923515/+attachment/5487047/+files/Lsusb-t.txt

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

Title:
  [Dell XPS 15 9500] New touchpad detected as "PS/2 Logitech Wheel
  Mouse"

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

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

[Bug 1923515] Lsusb.txt

2021-04-12 Thread Ed Holden
apport information

** Attachment added: "Lsusb.txt"
   https://bugs.launchpad.net/bugs/1923515/+attachment/5487046/+files/Lsusb.txt

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

Title:
  [Dell XPS 15 9500] New touchpad detected as "PS/2 Logitech Wheel
  Mouse"

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

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

[Bug 1923515] Lspci-vt.txt

2021-04-12 Thread Ed Holden
apport information

** Attachment added: "Lspci-vt.txt"
   
https://bugs.launchpad.net/bugs/1923515/+attachment/5487045/+files/Lspci-vt.txt

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

Title:
  [Dell XPS 15 9500] New touchpad detected as "PS/2 Logitech Wheel
  Mouse"

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

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

[Bug 1923515] Lspci.txt

2021-04-12 Thread Ed Holden
apport information

** Attachment added: "Lspci.txt"
   https://bugs.launchpad.net/bugs/1923515/+attachment/5487044/+files/Lspci.txt

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

Title:
  [Dell XPS 15 9500] New touchpad detected as "PS/2 Logitech Wheel
  Mouse"

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

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

[Bug 1923515] IwConfig.txt

2021-04-12 Thread Ed Holden
apport information

** Attachment added: "IwConfig.txt"
   
https://bugs.launchpad.net/bugs/1923515/+attachment/5487043/+files/IwConfig.txt

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

Title:
  [Dell XPS 15 9500] New touchpad detected as "PS/2 Logitech Wheel
  Mouse"

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

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

[Bug 1923515] CurrentDmesg.txt

2021-04-12 Thread Ed Holden
apport information

** Attachment added: "CurrentDmesg.txt"
   
https://bugs.launchpad.net/bugs/1923515/+attachment/5487042/+files/CurrentDmesg.txt

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

Title:
  [Dell XPS 15 9500] New touchpad detected as "PS/2 Logitech Wheel
  Mouse"

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

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

[Bug 1923515] CRDA.txt

2021-04-12 Thread Ed Holden
apport information

** Attachment added: "CRDA.txt"
   https://bugs.launchpad.net/bugs/1923515/+attachment/5487041/+files/CRDA.txt

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

Title:
  [Dell XPS 15 9500] New touchpad detected as "PS/2 Logitech Wheel
  Mouse"

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

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

[Bug 1923515] Re: [Dell XPS 15 9500] New touchpad detected as "PS/2 Logitech Wheel Mouse"

2021-04-12 Thread Ed Holden
apport information

** Tags added: apport-collected focal

** Description changed:

  I've been using Ubuntu 20.04 on a Dell XPS 15 9550. The laptop's
  touchpad had a hardware defect common to the model (nicknamed "wobble")
  so Dell sent a tech to replace it. The new touchpad looks identical to
  the original but the kernel doesn't correctly detect it. The device does
  work, but appears to the kernel as a "PS/2 Logitech Wheel Mouse," which
  prevents the use of features like two-finger scrolling, disabling tap to
  click, and palm detection.
  
  A good summary of my troubleshooting steps are here:
  
https://askubuntu.com/questions/1330555/touchpad-detected-as-ps-2-logitech-wheel-mouse-dell-xps-15-ubuntu-20-04
  
  Importantly, I've tried a mainline kernel downloaded from Ubuntu
  (5.11.12 and a 5.12.0 release candidate, whereas the current version is
  a 5.8.0). I've also tried two bootable USB drives containing Ubuntu
  20.04 and 21.04 (release candidate). Nothing has changed the device
  detection or behavior. The issue is identical in the default Ubuntu
  desktop and in Plasma. There are no touchpad settings in the UEFI BIOS.
  
- Per the touchpad detection instructions, I've attached the output of
- /proc/bus/input/devices, Xorg.0.log, and the `xinput --list` command. My
- suspicion is that Dell has ordered a brand new touchpad model for which
- there is no kernel driver; looking at the logs, the previous model was
- an elantech, but I'm not sure if the new one is as well.
+ Per the touchpad detection instructions, I've attached the output of 
/proc/bus/input/devices, Xorg.0.log, and the `xinput --list` command. My 
suspicion is that Dell has ordered a brand new touchpad model for which there 
is no kernel driver; looking at the logs, the previous model was an elantech, 
but I'm not sure if the new one is as well.
+ --- 
+ ProblemType: Bug
+ ApportVersion: 2.20.11-0ubuntu27.16
+ Architecture: amd64
+ AudioDevicesInUse:
+  USERPID ACCESS COMMAND
+  /dev/snd/controlC0:  edholden   1571 F pulseaudio
+ CasperMD5CheckResult: skip
+ CurrentDesktop: KDE
+ DistroRelease: Ubuntu 20.04
+ InstallationDate: Installed on 2020-10-11 (183 days ago)
+ InstallationMedia: Ubuntu 20.04.1 LTS "Focal Fossa" - Release amd64 (20200731)
+ MachineType: Dell Inc. XPS 15 9500
+ NonfreeKernelModules: nvidia_modeset nvidia
+ Package: linux (not installed)
+ ProcFB: 0 i915drmfb
+ ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.8.0-48-generic 
root=UUID=a8be5c03-8499-4474-932d-725877e9cc6c ro quiet splash vt.handoff=7
+ ProcVersionSignature: Ubuntu 5.8.0-48.54~20.04.1-generic 5.8.18
+ RelatedPackageVersions:
+  linux-restricted-modules-5.8.0-48-generic N/A
+  linux-backports-modules-5.8.0-48-generic  N/A
+  linux-firmware1.187.10
+ Tags:  focal
+ Uname: Linux 5.8.0-48-generic x86_64
+ UpgradeStatus: No upgrade log present (probably fresh install)
+ UserGroups: adm cdrom dip lpadmin lxd plugdev sambashare sudo
+ _MarkForUpload: True
+ dmi.bios.date: 12/24/2020
+ dmi.bios.release: 1.6
+ dmi.bios.vendor: Dell Inc.
+ dmi.bios.version: 1.6.1
+ dmi.board.name: 0RDX6T
+ dmi.board.vendor: Dell Inc.
+ dmi.board.version: A00
+ dmi.chassis.type: 10
+ dmi.chassis.vendor: Dell Inc.
+ dmi.modalias: 
dmi:bvnDellInc.:bvr1.6.1:bd12/24/2020:br1.6:svnDellInc.:pnXPS159500:pvr:rvnDellInc.:rn0RDX6T:rvrA00:cvnDellInc.:ct10:cvr:
+ dmi.product.family: XPS
+ dmi.product.name: XPS 15 9500
+ dmi.product.sku: 097D
+ dmi.sys.vendor: Dell Inc.

** Attachment added: "AlsaInfo.txt"
   
https://bugs.launchpad.net/bugs/1923515/+attachment/5487040/+files/AlsaInfo.txt

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

Title:
  [Dell XPS 15 9500] New touchpad detected as "PS/2 Logitech Wheel
  Mouse"

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

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

[Bug 1875062] Re: [20.04] Keyboard layout not enabled immediately during installation when typing username/password

2021-04-12 Thread Kadir Selçuk
** Changed in: ubiquity (Ubuntu Focal)
 Assignee: (unassigned) => Kadir Selçuk (turkdevops)

** Changed in: ubiquity (Ubuntu Focal)
   Status: Triaged => New

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

Title:
  [20.04] Keyboard layout not enabled immediately during installation
  when typing username/password

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

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

[Bug 1923515] Re: [Dell XPS 15 9500] New touchpad detected as "PS/2 Logitech Wheel Mouse"

2021-04-12 Thread Ed Holden
** Description changed:

  I've been using Ubuntu 20.04 on a Dell XPS 15 9550. The laptop's
- touchpad had a hardware defect common to this model, so Dell sent a tech
- to replace it. The new touchpad looks identical to the original but the
- kernel doesn't correctly detect it. The device does work, but appears to
- the kernel as a "PS/2 Logitech Wheel Mouse," which prevents the use of
- features like two-finger scrolling (though the device does work),
- disabling tap to click, and palm detection.
+ touchpad had a hardware defect common to the model (nicknamed "wobble")
+ so Dell sent a tech to replace it. The new touchpad looks identical to
+ the original but the kernel doesn't correctly detect it. The device does
+ work, but appears to the kernel as a "PS/2 Logitech Wheel Mouse," which
+ prevents the use of features like two-finger scrolling, disabling tap to
+ click, and palm detection.
  
  A good summary of my troubleshooting steps are here:
  
https://askubuntu.com/questions/1330555/touchpad-detected-as-ps-2-logitech-wheel-mouse-dell-xps-15-ubuntu-20-04
  
  Importantly, I've tried a mainline kernel downloaded from Ubuntu
  (5.11.12 and a 5.12.0 release candidate, whereas the current version is
  a 5.8.0). I've also tried two bootable USB drives containing Ubuntu
  20.04 and 21.04 (release candidate). Nothing has changed the device
  detection or behavior. The issue is identical in the default Ubuntu
  desktop and in Plasma. There are no touchpad settings in the UEFI BIOS.
  
  Per the touchpad detection instructions, I've attached the output of
  /proc/bus/input/devices, Xorg.0.log, and the `xinput --list` command. My
  suspicion is that Dell has ordered a brand new touchpad model for which
  there is no kernel driver; looking at the logs, the previous model was
  an elantech, but I'm not sure if the new one is as well.

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

Title:
  [Dell XPS 15 9500] New touchpad detected as "PS/2 Logitech Wheel
  Mouse"

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

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

[Bug 1923519] [NEW] OS Freezes completely and unresponsive.

2021-04-12 Thread Shivnay Prasad
Public bug reported:

after about 20 mins of any app uptime, everything freezes, completely
unresponsive.

ProblemType: Bug
DistroRelease: Ubuntu 20.04
Package: ubuntu-release-upgrader-core 1:20.04.23
ProcVersionSignature: Ubuntu 5.8.0-48.54~20.04.1-generic 5.8.18
Uname: Linux 5.8.0-48-generic x86_64
ApportVersion: 2.20.11-0ubuntu27.16
Architecture: amd64
CasperMD5CheckResult: skip
CrashDB: ubuntu
CurrentDesktop: ubuntu:GNOME
Date: Tue Apr 13 10:30:53 2021
InstallationDate: Installed on 2021-04-12 (0 days ago)
InstallationMedia: Ubuntu 20.04.1 LTS "Focal Fossa" - Release amd64 (20200731)
PackageArchitecture: all
SourcePackage: ubuntu-release-upgrader
Symptom: release-upgrade
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: ubuntu
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug dist-upgrade focal

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

Title:
  OS Freezes completely and unresponsive.

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

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

[Bug 1923517] Re: tracker-store crashed with signal 5

2021-04-12 Thread Apport retracing service
** Tags removed: need-amd64-retrace

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

Title:
  tracker-store crashed with signal 5

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

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

[Bug 1923453] Re: [focal-wallaby] Services not running that should be: neutron-openvswitch-agent

2021-04-12 Thread Launchpad Bug Tracker
This bug was fixed in the package neutron - 2:18.0.0~rc2-0ubuntu2

---
neutron (2:18.0.0~rc2-0ubuntu2) hirsute; urgency=medium

  * d/neutron-common.install: Add missing rootwrap filter for privsep
(LP: #1923453).

 -- Corey Bryant   Mon, 12 Apr 2021 10:57:31
-0400

** Changed in: neutron (Ubuntu)
   Status: Triaged => Fix Released

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

Title:
  [focal-wallaby] Services not running that should be: neutron-
  openvswitch-agent

To manage notifications about this bug go to:
https://bugs.launchpad.net/charm-neutron-gateway/+bug/1923453/+subscriptions

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

[Bug 1923515] Re: [Dell XPS 15 9500] New touchpad detected as "PS/2 Logitech Wheel Mouse"

2021-04-12 Thread Ed Holden
** Package changed: ubuntu => 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/1923515

Title:
  [Dell XPS 15 9500] New touchpad detected as "PS/2 Logitech Wheel
  Mouse"

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

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

[Bug 1923515] Missing required logs.

2021-04-12 Thread Ubuntu Kernel Bot
This bug is missing log files that will aid in diagnosing the problem.
While running an Ubuntu kernel (not a mainline or third-party kernel)
please enter the following command in a terminal window:

apport-collect 1923515

and then change the status of the bug to 'Confirmed'.

If, due to the nature of the issue you have encountered, you are unable
to run this command, please add a comment stating that fact and change
the bug status to 'Confirmed'.

This change has been made by an automated script, maintained by the
Ubuntu Kernel Team.

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

** Tags added: groovy

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

Title:
  [Dell XPS 15 9500] New touchpad detected as "PS/2 Logitech Wheel
  Mouse"

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

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

[Bug 1923517] [NEW] tracker-store crashed with signal 5

2021-04-12 Thread Joshua Peisach
Public bug reported:

This happens with g_listenv

jpeisach@Joshua-PCTest ~/D/xreader-2.8.3 (master)> 
addr2line -e /usr/lib/x86_64-linux-gnu/libglib-2.0.so.0.6800.0 3F3A7 -fCi
g_listenv
??:?

ProblemType: Crash
DistroRelease: Ubuntu 21.04
Package: tracker 2.3.6-2
ProcVersionSignature: Ubuntu 5.11.0-13.14-generic 5.11.7
Uname: Linux 5.11.0-13-generic x86_64
ApportVersion: 2.20.11-0ubuntu62
Architecture: amd64
CasperMD5CheckResult: unknown
CurrentDesktop: X-Cinnamon
Date: Mon Apr 12 18:16:39 2021
ExecutablePath: /usr/libexec/tracker-store
InstallationDate: Installed on 2021-04-07 (5 days ago)
InstallationMedia: ubuntucinnamonremix "@BASECODENAME" (20210407)
ProcCmdline: /usr/libexec/tracker-store
RebootRequiredPkgs: libc6
Signal: 5
SourcePackage: tracker
StacktraceTop:
 () at /usr/lib/x86_64-linux-gnu/tracker-2.0/libtracker-data.so
 tracker_db_interface_sqlite_fts_delete_id () at 
/usr/lib/x86_64-linux-gnu/tracker-2.0/libtracker-data.so
 () at /usr/lib/x86_64-linux-gnu/tracker-2.0/libtracker-data.so
 () at /usr/lib/x86_64-linux-gnu/tracker-2.0/libtracker-data.so
 () at /usr/lib/x86_64-linux-gnu/tracker-2.0/libtracker-data.so
Title: tracker-store crashed with signal 5
UpgradeStatus: No upgrade log present (probably fresh install)
UserGroups: adm cdrom dip lpadmin plugdev sudo
separator:

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


** Tags: amd64 apport-crash hirsute need-amd64-retrace

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

Title:
  tracker-store crashed with signal 5

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

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

[Bug 1923515] [NEW] [Dell XPS 15 9500] New touchpad detected as "PS/2 Logitech Wheel Mouse"

2021-04-12 Thread Ed Holden
Public bug reported:

I've been using Ubuntu 20.04 on a Dell XPS 15 9550. The laptop's
touchpad had a hardware defect common to this model, so Dell sent a tech
to replace it. The new touchpad looks identical to the original but the
kernel doesn't correctly detect it. The device does work, but appears to
the kernel as a "PS/2 Logitech Wheel Mouse," which prevents the use of
features like two-finger scrolling (though the device does work),
disabling tap to click, and palm detection.

A good summary of my troubleshooting steps are here:
https://askubuntu.com/questions/1330555/touchpad-detected-as-ps-2-logitech-wheel-mouse-dell-xps-15-ubuntu-20-04

Importantly, I've tried a mainline kernel downloaded from Ubuntu
(5.11.12 and a 5.12.0 release candidate, whereas the current version is
a 5.8.0). I've also tried two bootable USB drives containing Ubuntu
20.04 and 21.04 (release candidate). Nothing has changed the device
detection or behavior. The issue is identical in the default Ubuntu
desktop and in Plasma. There are no touchpad settings in the UEFI BIOS.

Per the touchpad detection instructions, I've attached the output of
/proc/bus/input/devices, Xorg.0.log, and the `xinput --list` command. My
suspicion is that Dell has ordered a brand new touchpad model for which
there is no kernel driver; looking at the logs, the previous model was
an elantech, but I'm not sure if the new one is as well.

** Affects: ubuntu
 Importance: Undecided
 Status: New

** Attachment added: "/proc/bus/input/devices"
   https://bugs.launchpad.net/bugs/1923515/+attachment/5487018/+files/devices

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

Title:
  [Dell XPS 15 9500] New touchpad detected as "PS/2 Logitech Wheel
  Mouse"

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

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

[Bug 1923515] Re: [Dell XPS 15 9500] New touchpad detected as "PS/2 Logitech Wheel Mouse"

2021-04-12 Thread Ed Holden
** Attachment added: "Xorg.0.log"
   
https://bugs.launchpad.net/ubuntu/+bug/1923515/+attachment/5487020/+files/Xorg.0.log

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

Title:
  [Dell XPS 15 9500] New touchpad detected as "PS/2 Logitech Wheel
  Mouse"

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

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

[Bug 1923515] Re: [Dell XPS 15 9500] New touchpad detected as "PS/2 Logitech Wheel Mouse"

2021-04-12 Thread Ed Holden
** Attachment added: "Output of `xinput --list`"
   
https://bugs.launchpad.net/ubuntu/+bug/1923515/+attachment/5487019/+files/xinput

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

Title:
  [Dell XPS 15 9500] New touchpad detected as "PS/2 Logitech Wheel
  Mouse"

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

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

[Bug 1923477] Re: No WiFi on installed system if drivers were installed using 'Additional Drivers' in live-session before starting the installer.

2021-04-12 Thread Ubuntu QA Website
This bug has been reported on the Ubuntu ISO testing tracker.

A list of all reports related to this bug can be found here:
http://iso.qa.ubuntu.com/qatracker/reports/bugs/1923477

** Tags added: iso-testing

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

Title:
  No WiFi on installed system if drivers were installed using
  'Additional Drivers' in live-session before starting the installer.

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

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

[Bug 1923513] [NEW] xrandr --panning problem

2021-04-12 Thread dmitry eshchenko
Public bug reported:

Dear community 
Recently I upgraded my old netbook from Linux from Linux Mint 18 to Linux Mint 
20 

Distribution: 
cat /etc/upstream-release/lsb-release 
DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=20.04
DISTRIB_CODENAME=focal
DISTRIB_DESCRIPTION="Ubuntu Focal Fossa"

Netbook is with small screen 
1024x600
To get bigger virtual screen I use xrandr like:

xrandr --fb 1024x768 --output LVDS1 --panning 1024x768

To return to normal screen I use

xrandr --fb 1024x600

What is expected:
when the mouse moves outside the 1024x600 screen - new "clean" virtual area 
appears.

What is in reality:

With fresh Ubuntu the first script results to wrong "background" image on the 
extended area:
When I move mouse down below the original 600 pixels,
first 768-600=168 strings are shown like a background image.
Or 
new virtual 601 string is the copy of the old 1
602 string is the copy of the old 2
...
768 string is the copy of the old 168
 
It looks like an index shift in the array:
The string which "disappears" from the top is moved to the bottom   

This "background" image can be overwritten by the real application window.
For example, if I move the terminal window it appears on the top of this 
"background"   
But after moving mouse back inside the 1024x600 screen and back outside the 
1024x600 screen,
the shifted copy of the top part of the screen appears at the bottom according 
the 
1->601 
2->602 etc logic.

After playing a lot with xrandr parameters I had found a workaround:
One has to specify the first parameter in --fb bigger than the first parameter 
in --panning

For example:
xrandr --fb 1025x768 --output LVDS1 --panning 1024x768

Here 1025>1024

I had checked this bug  with two different laptops, so it is not related with 
the hardware.
More information:
xrandr -v
xrandr program version   1.5.0
Server reports RandR version 1.6

The working configuration:
xrandr
Screen 0: minimum 8 x 8, current 1025 x 768, maximum 32767 x 32767
LVDS1 connected primary 1024x768+0+0 (normal left inverted right x axis y axis) 
220mm x 130mm panning 1024x768+0+0
   1024x600  60.19*+
   1024x576  59.9059.82  
   960x540   59.6359.82  
   800x600   60.3256.25  
   864x486   59.9259.57  
   640x480   59.94  
   720x405   59.5158.99  
   640x360   59.8459.32  
   512x300   60.00  
VGA1 disconnected (normal left inverted right x axis y axis)
VIRTUAL1 disconnected (normal left inverted right x axis y axis

Wrongly working configuration:
 
xrandr
Screen 0: minimum 8 x 8, current 1024 x 768, maximum 32767 x 32767
LVDS1 connected primary 1024x768+0+0 (normal left inverted right x axis y axis) 
220mm x 130mm panning 1024x768+0+0
   1024x600  60.19*+
   1024x576  59.9059.82  
   960x540   59.6359.82  
   800x600   60.3256.25  
   864x486   59.9259.57  
   640x480   59.94  
   720x405   59.5158.99  
   640x360   59.8459.32  
   512x300   60.00  
VGA1 disconnected (normal left inverted right x axis y axis)
VIRTUAL1 disconnected (normal left inverted right x axis y axis)

Hope you can reproduce this bug.

Best regards, Dmitry

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

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

Title:
  xrandr --panning problem

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

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

[Bug 1923512] [NEW] Simple Scan

2021-04-12 Thread Luigi Di Virgilio
Public bug reported:

Non si avvia

ProblemType: Bug
DistroRelease: Ubuntu 18.04
Package: xorg 1:7.7+19ubuntu7.1
ProcVersionSignature: Ubuntu 4.15.0-122.124-generic 4.15.18
Uname: Linux 4.15.0-122-generic i686
.tmp.unity_support_test.0:
 
ApportVersion: 2.20.9-0ubuntu7.17
Architecture: i386
CompositorRunning: None
Date: Mon Apr 12 23:52:06 2021
DistUpgraded: 2020-12-01 13:10:34,496 DEBUG /openCache(), new cache size 61032
DistroCodename: bionic
DistroVariant: ubuntu
DkmsStatus: virtualbox, 5.2.18, 4.15.0-122-generic, i686: installed
GraphicsCard:
 Intel Corporation 4 Series Chipset Integrated Graphics Controller [8086:2e32] 
(rev 03) (prog-if 00 [VGA controller])
   Subsystem: ASUSTeK Computer Inc. 4 Series Chipset Integrated Graphics 
Controller [1043:836d]
InstallationDate: Installed on 2019-10-24 (536 days ago)
InstallationMedia: Ubuntu 16.04 LTS "Xenial Xerus" - Release i386 (20160420.1)
MachineType: System manufacturer System Product Name
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.15.0-122-generic 
root=UUID=6461ddc3-6faf-4eb3-8849-9f07b17f6e9d ro quiet splash
Renderer: Software
SourcePackage: xorg
UpgradeStatus: Upgraded to bionic on 2020-12-01 (132 days ago)
dmi.bios.date: 06/22/2010
dmi.bios.vendor: American Megatrends Inc.
dmi.bios.version: 0416
dmi.board.asset.tag: To Be Filled By O.E.M.
dmi.board.name: P5QPL-AM
dmi.board.vendor: ASUSTeK Computer INC.
dmi.board.version: Rev X.0x
dmi.chassis.asset.tag: Asset-1234567890
dmi.chassis.type: 3
dmi.chassis.vendor: Chassis Manufacture
dmi.chassis.version: Chassis Version
dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr0416:bd06/22/2010:svnSystemmanufacturer:pnSystemProductName:pvrSystemVersion:rvnASUSTeKComputerINC.:rnP5QPL-AM:rvrRevX.0x:cvnChassisManufacture:ct3:cvrChassisVersion:
dmi.product.family: To Be Filled By O.E.M.
dmi.product.name: System Product Name
dmi.product.version: System Version
dmi.sys.vendor: System manufacturer
version.compiz: compiz 1:0.9.13.1+18.04.20180302-0ubuntu1
version.libdrm2: libdrm2 2.4.101-2~18.04.1
version.libgl1-mesa-dri: libgl1-mesa-dri 20.0.8-0ubuntu1~18.04.1
version.libgl1-mesa-glx: libgl1-mesa-glx 20.0.8-0ubuntu1~18.04.1
version.xserver-xorg-core: xserver-xorg-core 2:1.19.6-1ubuntu4.7
version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.10.5-1ubuntu1
version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:18.0.1-1
version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917+git20171229-1
version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.15-2
xserver.bootTime: Sun Mar  8 18:21:30 2020
xserver.configfile: default
xserver.devices:
 inputPower Button KEYBOARD, id 6
 inputPower Button KEYBOARD, id 7
 inputYSTEK USB Mouse  MOUSE, id 8
 inputMicrosoft® LifeCam VX-2000: Mi KEYBOARD, id 9
 inputAT Translated Set 2 keyboard KEYBOARD, id 10
xserver.logfile: /var/log/Xorg.0.log
xserver.version: 2:1.19.6-1ubuntu4.4

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


** Tags: apport-bug bionic i386 third-party-packages ubuntu

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

Title:
  Simple Scan

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

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

[Bug 1894914] Re: Ubuntu 16.04 HWE Kernel Fails to Shutdown/Reboot

2021-04-12 Thread Ray Smith
Switched to Ubuntu 18 build to get around 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/1894914

Title:
  Ubuntu 16.04 HWE Kernel Fails to Shutdown/Reboot

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

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

[Bug 1923477] Re: No WiFi on installed system if drivers were installed using 'Additional Drivers' in live-session before starting the installer.

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

** Changed in: ubiquity (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/1923477

Title:
  No WiFi on installed system if drivers were installed using
  'Additional Drivers' in live-session before starting the installer.

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

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

[Bug 1923477] Re: No WiFi on installed system if drivers were installed using 'Additional Drivers' in live-session before starting the installer.

2021-04-12 Thread Leó Kolbeinsson
@saivinob Sai Vinoba

Tested on Mac mini 7,1 (2014) with WiFi AirPort Broadcom BCM4360 1.0 
Ubuntu Hirsute 21.04 daily ISO 20210412 

I tested as per your Test-1 thru Test-4 (Ubuntu) and got the same
results as you reported in the original report.

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

Title:
  No WiFi on installed system if drivers were installed using
  'Additional Drivers' in live-session before starting the installer.

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

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

[Bug 1913972] Re: package virtualbox-ext-pack 6.1.16-1~ubuntu1.20.04.1 failed to install/upgrade: el subproceso instalado paquete virtualbox-ext-pack script post-installation devolvió el código de sal

2021-04-12 Thread Pedro González
I need help to fixed error...

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

Title:
  package virtualbox-ext-pack 6.1.16-1~ubuntu1.20.04.1 failed to
  install/upgrade: el subproceso instalado paquete virtualbox-ext-pack
  script post-installation devolvió el código de salida de error 1

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

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

[Bug 1923506] Missing required logs.

2021-04-12 Thread Ubuntu Kernel Bot
This bug is missing log files that will aid in diagnosing the problem.
While running an Ubuntu kernel (not a mainline or third-party kernel)
please enter the following command in a terminal window:

apport-collect 1923506

and then change the status of the bug to 'Confirmed'.

If, due to the nature of the issue you have encountered, you are unable
to run this command, please add a comment stating that fact and change
the bug status to 'Confirmed'.

This change has been made by an automated script, maintained by the
Ubuntu Kernel Team.

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

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

Title:
  linux-source-5.11.0 spuriously "suggests" kernel-package

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

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

[Bug 1871332] Please test proposed package

2021-04-12 Thread Corey Bryant
Hello Erik, or anyone else affected,

Accepted designate into stein-proposed. The package will build now and
be available in the Ubuntu Cloud Archive in a few hours, and then in the
-proposed repository.

Please help us by testing this new package. To enable the -proposed
repository:

  sudo add-apt-repository cloud-archive:stein-proposed
  sudo apt-get update

Your feedback will aid us getting this update out to other Ubuntu users.

If this package fixes the bug for you, please add a comment to this bug,
mentioning the version of the package you tested, and change the tag
from verification-stein-needed to verification-stein-done. If it does
not fix the bug for you, please add a comment stating that, and change
the tag to verification-stein-failed. In either case, details of your
testing will help us make a better decision.

Further information regarding the verification process can be found at
https://wiki.ubuntu.com/QATeam/PerformingSRUVerification . Thank you in
advance!

** Changed in: cloud-archive/stein
   Status: Triaged => Fix Committed

** Tags added: verification-stein-needed

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

Title:
  Many records created at the same time may lead to a race condition

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

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

  1   2   3   4   5   6   >