[Bug 2067111] [NEW] Apply patch to set CONFIG_EFI_CAPSULE_LOADER=y for arm64

2024-05-24 Thread Jacob Martin
Public bug reported:

Apply the following patch to set CONFIG_EFI_CAPSULE_LOADER=y for arm64
builds.

NVIDIA: [Config] EFI: set CAPSULE_LOADER=y for arm64

BugLink: https://nvbugspro.nvidia.com/bug/4601764

Nvidia provide a way to flash the UEFI via capsule loader in arm64.
CAPSULE_LOADER is also built-in in L4T kernel
so for the easy use, need to make CAPSULE_LOADER as built-in in arm64.

Signed-off-by: kobak 

** Affects: linux-nvidia-6.5 (Ubuntu)
 Importance: Undecided
 Status: 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/2067111

Title:
  Apply patch to set CONFIG_EFI_CAPSULE_LOADER=y for arm64

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


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

[Bug 2065848] Re: An ocf:heartbeat:nfsserver resource's stop operation succeeded despite the /var/lib/nfs filesystem failing to unmount.

2024-05-22 Thread Jacob Becker
Hi Mitchell,

i installed the package and tried to shutdowwn the resource-group.
Still got the error however:

May 23 06:32:53 blofecn2 nfsserver(nfs_daemon)[1282251]: INFO: Stopping 
rpc.statd
May 23 06:32:54 blofecn2 nfsserver(nfs_daemon)[1282251]: INFO: Stop: umount 
(1/10 attempts)
May 23 06:32:54 blofecn2 systemd[1]: export_root-nfs_infodir-rpc_pipefs.mount: 
Deactivated successfully.
May 23 06:32:54 blofecn2 systemd[1]: var-lib-nfs-rpc_pipefs.mount: Deactivated 
successfully.
May 23 06:32:55 blofecn2 nfsserver(nfs_daemon)[1282251]: ERROR: Failed to 
unmount /var/lib/nfs
May 23 06:32:55 blofecn2 nfsserver(nfs_daemon)[1282251]: ERROR: Failed to 
unmount a bind mount
May 23 06:32:55 blofecn2 pacemaker-execd[7826]:  notice: 
nfs_daemon_stop_0[1282251] error output [ umount: /var/lib/nfs: target is busy. 
]
May 23 06:32:55 blofecn2 pacemaker-execd[7826]:  notice: 
nfs_daemon_stop_0[1282251] error output [ ocf-exit-reason:Failed to unmount a 
bind mount ]
May 23 06:32:55 blofecn2 pacemaker-controld[7829]:  notice: Result of stop 
operation for nfs_daemon on blofecn-node2: error (Failed to unmount a bind 
mount) 
May 23 06:32:55 blofecn2 pacemaker-controld[7829]:  notice: 
blofecn-node2-nfs_daemon_stop_0:491 [ umount: /var/lib/nfs: target is 
busy.\nocf-exit-reason:Failed to unmount a bind mount\n ]
May 23 06:32:55 blofecn2 pacemaker-controld[7829]:  notice: Transition 675 
aborted by operation nfs_daemon_stop_0 'modify' on blofecn-node2: Event failed 
May 23 06:32:55 blofecn2 pacemaker-controld[7829]:  notice: Transition 675 
action 133 (nfs_daemon_stop_0 on blofecn-node2): expected 'ok' but got 'error' 
May 23 06:32:55 blofecn2 pacemaker-controld[7829]:  notice: Transition 675 
(Complete=22, Pending=0, Fired=0, Skipped=0, Incomplete=35, 
Source=/var/lib/pacemaker/pengine/pe-input-1098.bz2): Compl
ete
May 23 06:32:55 blofecn2 pacemaker-attrd[7827]:  notice: Setting 
fail-count-nfs_daemon#stop_0[blofecn-node2]: (unset) -> INFINITY 
May 23 06:32:55 blofecn2 pacemaker-attrd[7827]:  notice: Setting 
last-failure-nfs_daemon#stop_0[blofecn-node2]: (unset) -> 1716438775 
May 23 06:32:55 blofecn2 sbd[7086]:  warning: inquisitor_child: pcmk health 
check: UNHEALTHY
May 23 06:32:55 blofecn2 sbd[7086]:  warning: inquisitor_child: Servant pcmk is 
outdated (age: 602589)
May 23 06:32:55 blofecn2 pacemaker-schedulerd[7828]:  warning: Unexpected 
result (error: Failed to unmount a bind mount) was recorded for stop of 
nfs_daemon on blofecn-node2 at May 23 06:32:53 2
024 
May 23 06:32:55 blofecn2 pacemaker-schedulerd[7828]:  warning: Unexpected 
result (error: Failed to unmount a bind mount) was recorded for stop of 
nfs_daemon on blofecn-node2 at May 23 06:32:53 2
024 
May 23 06:32:55 blofecn2 pacemaker-schedulerd[7828]:  warning: Cluster node 
blofecn-node2 will be fenced: nfs_daemon failed there

After that i looked at the mounts a little closer.
My issue seems to be the following:
/dev/mapper/DCSS_VG-nfs_infodir on /export_root/nfs_infodir type ext4 
(rw,relatime)
/dev/mapper/DCSS_VG-nfs_infodir on /var/lib/nfs type ext4 (rw,relatime)
sunrpc on /var/lib/nfs/rpc_pipefs type rpc_pipefs (rw,relatime)
sunrpc on /export_root/nfs_infodir/rpc_pipefs type rpc_pipefs (rw,relatime)

rpc_pipefs is mounted twice, becaufe i originally set the
nfs_shared_infodir to /export_root/nfs_infodir an mounted the Filesystem
there, a bind mount to /var/lib/nfs also creates a second  pipefs mount.

I now switched my nfs_shared_infodir directly to /var/lib/nfs by updating the 
resources.
Now i have only one pipefs mount:

/dev/mapper/DCSS_VG-nfs_infodir on /var/lib/nfs type ext4 (rw,relatime)
sunrpc on /var/lib/nfs/rpc_pipefs type rpc_pipefs (rw,relatime)

Since i can only test on Thursday i'll report back after 6th of june if
this is working

Best wishes 
Jacob

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

Title:
  An ocf:heartbeat:nfsserver resource's stop operation succeeded despite
  the /var/lib/nfs filesystem failing to unmount.

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


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

[Bug 2065848] Re: An ocf:heartbeat:nfsserver resource's stop operation succeeded despite the /var/lib/nfs filesystem failing to unmount.

2024-05-22 Thread Jacob Becker
Hi!
Yes, i can test the package

thank you in advance
Jacob

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

Title:
  An ocf:heartbeat:nfsserver resource's stop operation succeeded despite
  the /var/lib/nfs filesystem failing to unmount.

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


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

[Bug 2065848] Re: An ocf:heartbeat:nfsserver resource's stop operation succeeded despite the /var/lib/nfs filesystem failing to unmount.

2024-05-16 Thread Jacob Becker
This is identical to RedHat Bug 1924363
https://bugzilla.redhat.com/show_bug.cgi?id=1924363

** Bug watch added: Red Hat Bugzilla #1924363
   https://bugzilla.redhat.com/show_bug.cgi?id=1924363

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

Title:
  An ocf:heartbeat:nfsserver resource's stop operation succeeded despite
  the /var/lib/nfs filesystem failing to unmount.

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


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

[Bug 2065848] [NEW] An ocf:heartbeat:nfsserver resource's stop operation succeeded despite the /var/lib/nfs filesystem failing to unmount.

2024-05-16 Thread Jacob Becker
Public bug reported:

The resource "ocf:heartbeat:nfsserver" is considered stopped even the process 
returned an error:
pacemaker-execd[7831]:  notice: nfs_daemon_stop_0[65992] error output [ umount: 
/var/lib/nfs: target is busy. ]

Beacause it is considered successfully stopped a later unmount of an LVM 
resource failed:
 LVM-activate(LVM_nfs_infodir_LV)[69671]: ERROR:  PARTIAL MODE. Incomplete 
logical volumes will be processed. Logical volume DCSS_VG/nfs_infodir contains 
a filesystem in use.

cat /etc/lsb-release 
DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=22.04
DISTRIB_CODENAME=jammy
DISTRIB_DESCRIPTION="Ubuntu 22.04.4 LTS"

resource-agents-base/jammy-updates,now 1:4.7.0-1ubuntu7.2 all 
[installed,automatic]
  Cluster Resource Agents curated by Ubuntu

resource-agents-common/jammy-updates,now 1:4.7.0-1ubuntu7.2 amd64 
[installed,automatic]
  Common files used by the Cluster Resource Agents

resource-agents-extra/jammy-updates,now 1:4.7.0-1ubuntu7.2 amd64 [installed]
  Cluster Resource Agents

** Affects: resource-agents (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/2065848

Title:
  An ocf:heartbeat:nfsserver resource's stop operation succeeded despite
  the /var/lib/nfs filesystem failing to unmount.

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


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

[Bug 2059958] Re: Include networking drivers used on Tegra platforms in initrd.img

2024-05-08 Thread Jacob Martin
** Changed in: linux-nvidia-tegra-igx (Ubuntu)
   Status: Fix Committed => Fix Released

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

Title:
  Include networking drivers used on Tegra platforms in initrd.img

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux-nvidia-tegra-igx/+bug/2059958/+subscriptions


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

[Bug 2059968] Re: Produce kernel snaps for linux-nvidia-tegra-igx

2024-05-08 Thread Jacob Martin
** Changed in: linux-nvidia-tegra-igx (Ubuntu)
   Status: Fix Committed => Fix Released

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

Title:
  Produce kernel snaps for linux-nvidia-tegra-igx

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux-meta-nvidia-tegra-igx/+bug/2059968/+subscriptions


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

[Bug 2065182] Re: Update Tegra out-of-tree modules to r36.3 05-05-2024

2024-05-08 Thread Jacob Martin
** Changed in: linux-nvidia-tegra-igx (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/2065182

Title:
  Update Tegra out-of-tree modules to r36.3 05-05-2024

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux-nvidia-tegra-igx/+bug/2065182/+subscriptions


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

[Bug 2065182] [NEW] Update Tegra out-of-tree modules to r36.3 05-05-2024

2024-05-08 Thread Jacob Martin
Public bug reported:

A new version of the Tegra out-of-tree modules sources was released to
us from Nvidia. This version is for r36.3, dated 05-05-2024.

The only change to the out-of-tree modules was a version bump for the
iGPU display drivers.

** Affects: linux-nvidia-tegra-igx (Ubuntu)
 Importance: Undecided
 Assignee: Jacob Martin (jacobmartin)
 Status: In Progress

** Changed in: linux-nvidia-tegra-igx (Ubuntu)
   Status: New => In Progress

** Changed in: linux-nvidia-tegra-igx (Ubuntu)
 Assignee: (unassigned) => Jacob Martin (jacobmartin)

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

Title:
  Update Tegra out-of-tree modules to r36.3 05-05-2024

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux-nvidia-tegra-igx/+bug/2065182/+subscriptions


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

[Bug 2060071] Re: Add initial r36.3 out-of-tree module meta packages

2024-04-24 Thread Jacob Martin
** Also affects: linux-meta-nvidia-tegra-igx (Ubuntu)
   Importance: Undecided
   Status: New

** Changed in: linux-meta-nvidia-tegra-igx (Ubuntu)
   Status: New => Fix Committed

** Changed in: linux-meta-nvidia-tegra-igx (Ubuntu)
 Assignee: (unassigned) => Jacob Martin (jacobmartin)

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

Title:
  Add initial r36.3 out-of-tree module meta packages

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux-meta-nvidia-tegra-igx/+bug/2060071/+subscriptions


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

[Bug 2062427] [NEW] Trying to install, at the "create local user" screen

2024-04-18 Thread Jacob Berkman
Public bug reported:

happens every time trying to install to 2 TB drive. installed
successfully to 1 TB drive on same machine previously.

ProblemType: Bug
DistroRelease: Ubuntu 22.04
Package: ubiquity 22.04.20
ProcVersionSignature: Ubuntu 6.5.0-18.18~22.04.1-generic 6.5.8
Uname: Linux 6.5.0-18-generic x86_64
NonfreeKernelModules: zfs
ApportVersion: 2.20.11-0ubuntu82.5
Architecture: amd64
CasperMD5CheckResult: pass
CasperVersion: 1.470.2
CurrentDesktop: ubuntu:GNOME
Date: Thu Apr 18 16:01:00 2024
InstallCmdLine: BOOT_IMAGE=/casper/vmlinuz nomodeset 
file=/cdrom/preseed/ubuntu.seed maybe-ubiquity quiet splash ---
LiveMediaBuild: Ubuntu 22.04.4 LTS "Jammy Jellyfish" - Release amd64 (20240220)
ProcEnviron:
 LANGUAGE=en_US.UTF-8
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=
 LANG=en_US.UTF-8
 LC_NUMERIC=C.UTF-8
RebootRequiredPkgs: Error: path contained symlinks.
SourcePackage: ubiquity
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug jammy ubiquity-22.04.20 ubuntu

** Attachment added: "partman"
   https://bugs.launchpad.net/bugs/2062427/+attachment/5767687/+files/partman

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

Title:
  Trying to install, at the "create local user" screen

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


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

[Bug 2060780] Re: CIFS stopped working/is unstable with kernel update to 5.15.0-102.112

2024-04-16 Thread Jacob Rogers
I had a hard time diagnosing this issue due to the difficulty of finding
this bug report. As I use Focal, I didn't think to check the Jammy
board. The general Ubuntu board has a report for this issue, but since
it's marked as a duplicate of this one it is hidden by default.

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

Title:
  CIFS stopped working/is unstable with kernel update to 5.15.0-102.112

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


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

[Bug 2056442] Re: Podman (crun) regression in Ubuntu 22.04: OCI runtime error: chmod `run/shm`: Operation not supported

2024-04-12 Thread Jacob Godserv
** Merge proposal linked:
   
https://code.launchpad.net/~fun2program8/ubuntu/+source/crun/+git/crun/+merge/464233

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

Title:
  Podman (crun) regression in Ubuntu 22.04: OCI runtime error: chmod
  `run/shm`: Operation not supported

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


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

[Bug 2055468] Re: apply nvidia-tegra patches 2024 Feb 6-29

2024-04-08 Thread Jacob Martin
** Changed in: linux-nvidia-tegra-igx (Ubuntu)
   Status: New => Fix Committed

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

Title:
  apply nvidia-tegra patches 2024 Feb 6-29

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


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

[Bug 2056594] Re: apply nvidia-tegra patches 2024 Mar 8

2024-04-08 Thread Jacob Martin
** Changed in: linux-nvidia-tegra-igx (Ubuntu)
   Status: New => Fix Committed

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

Title:
  apply nvidia-tegra patches 2024 Mar 8

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


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

[Bug 2058550] Re: apply nvidia-tegra patches 2024 Mar 9-20

2024-04-08 Thread Jacob Martin
** Changed in: linux-nvidia-tegra-igx (Ubuntu)
   Status: New => Fix Committed

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

Title:
  apply nvidia-tegra patches 2024 Mar 9-20

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


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

[Bug 2056486] Re: apply nvidia-tegra patches 2024 Mar 1-7

2024-04-08 Thread Jacob Martin
** Changed in: linux-nvidia-tegra-igx (Ubuntu)
   Status: New => Fix Committed

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

Title:
  apply nvidia-tegra patches 2024 Mar 1-7

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


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

[Bug 2060071] Re: Add initial r36.3 out-of-tree module meta packages

2024-04-06 Thread Jacob Martin
** Description changed:

  We want to enable tracks for different versions of the out-of-tree
  modules. For now we only have R36.3, so create the meta packages for
  that version.
  
  These meta packages include:
- * linux-nvidia-tegra-igx-r36.3-igpu: for non-realtime kernel, R36.3 OOTM, and 
iGPU display drivers
- * linux-nvidia-tegra-igx-rt-r36.3-igpu: for realtime kernel, R36.3 OOTM, and 
iGPU display drivers
- * linux-nvidia-tegra-igx-r36.3-dgpu: for non-realtime kernel, R36.3 OOTM, and 
dGPU display drivers
+ * linux-nvidia-tegra-igx-r36.3: for non-realtime kernel, R36.3 OOTM
+ * linux-nvidia-tegra-igx-rt-r36.3: for realtime kernel, R36.3 OOTM

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

Title:
  Add initial r36.3 out-of-tree module meta packages

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux-nvidia-tegra-igx-modules-signed/+bug/2060071/+subscriptions


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

[Bug 2060071] [NEW] Add initial r36.3 out-of-tree module meta packages

2024-04-02 Thread Jacob Martin
Public bug reported:

We want to enable tracks for different versions of the out-of-tree
modules. For now we only have R36.3, so create the meta packages for
that version.

These meta packages include:
* linux-nvidia-tegra-igx-r36.3-igpu: for non-realtime kernel, R36.3 OOTM, and 
iGPU display drivers
* linux-nvidia-tegra-igx-rt-r36.3-igpu: for realtime kernel, R36.3 OOTM, and 
iGPU display drivers
* linux-nvidia-tegra-igx-r36.3-dgpu: for non-realtime kernel, R36.3 OOTM, and 
dGPU display drivers

** Affects: linux-nvidia-tegra-igx-modules-signed (Ubuntu)
 Importance: Undecided
 Assignee: Jacob Martin (jacobmartin)
 Status: 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/2060071

Title:
  Add initial r36.3 out-of-tree module meta packages

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux-nvidia-tegra-igx-modules-signed/+bug/2060071/+subscriptions


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

[Bug 2059968] Re: Produce kernel snaps for linux-nvidia-tegra-igx

2024-04-01 Thread Jacob Martin
** Changed in: linux-meta-nvidia-tegra-igx (Ubuntu)
 Assignee: (unassigned) => Noah Wager (nwager)

** Changed in: linux-nvidia-tegra-igx (Ubuntu)
 Assignee: (unassigned) => Noah Wager (nwager)

** Changed in: linux-nvidia-tegra-igx-modules-signed (Ubuntu)
 Assignee: (unassigned) => Noah Wager (nwager)

** Changed in: linux-signed-nvidia-tegra-igx (Ubuntu)
 Assignee: (unassigned) => Noah Wager (nwager)

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

Title:
  Produce kernel snaps for linux-nvidia-tegra-igx

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux-meta-nvidia-tegra-igx/+bug/2059968/+subscriptions


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

[Bug 2059968] [NEW] Produce kernel snaps for linux-nvidia-tegra-igx

2024-04-01 Thread Jacob Martin
Public bug reported:

We plan on producing Ubuntu Core images with the linux-nvidia-tegra-igx
kernel. To support this, add support for producing kernel snaps to our
kernel source packaging.

This requires changes to linux-meta-nvidia-tegra-igx, 
linux-signed-nvidia-tegra-igx, and linux-nvidia-tegra-igx-modules-signed, which 
include:
* Adding uc meta packages for the -rt and non-rt kernel flavours.
* Generating signed kernel.efi images.
* Adding ubuntu-core-initramfs config to include modules unique to Tegra 
platforms.

** Affects: linux-meta-nvidia-tegra-igx (Ubuntu)
 Importance: Undecided
 Assignee: Noah Wager (nwager)
 Status: Fix Committed

** Affects: linux-nvidia-tegra-igx (Ubuntu)
 Importance: Undecided
 Assignee: Noah Wager (nwager)
 Status: Fix Committed

** Affects: linux-nvidia-tegra-igx-modules-signed (Ubuntu)
 Importance: Undecided
 Assignee: Noah Wager (nwager)
 Status: Fix Committed

** Affects: linux-signed-nvidia-tegra-igx (Ubuntu)
 Importance: Undecided
 Assignee: Noah Wager (nwager)
 Status: Fix Committed

** Also affects: linux-meta-nvidia-tegra-igx (Ubuntu)
   Importance: Undecided
   Status: New

** Also affects: linux-signed-nvidia-tegra-igx (Ubuntu)
   Importance: Undecided
   Status: New

** Also affects: linux-nvidia-tegra-igx-modules-signed (Ubuntu)
   Importance: Undecided
   Status: New

** Changed in: linux-meta-nvidia-tegra-igx (Ubuntu)
   Status: New => Fix Committed

** Changed in: linux-nvidia-tegra-igx-modules-signed (Ubuntu)
   Status: New => Fix Committed

** Changed in: linux-signed-nvidia-tegra-igx (Ubuntu)
   Status: New => Fix Committed

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

Title:
  Produce kernel snaps for linux-nvidia-tegra-igx

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux-meta-nvidia-tegra-igx/+bug/2059968/+subscriptions


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

[Bug 2059958] [NEW] Include networking drivers used on Tegra platforms in initrd.img

2024-04-01 Thread Jacob Martin
Public bug reported:

A race occurs between the probing of network devices and systemd-
networkd detecting network devices to enable. This can be avoided by
loading networking drivers earlier in the boot process, which we
accomplish by including them in the initramfs.

** Affects: linux-nvidia-tegra-igx (Ubuntu)
 Importance: Undecided
 Assignee: Jacob Martin (jacobmartin)
 Status: Fix Committed

** Affects: linux-nvidia-tegra-igx-modules-signed (Ubuntu)
 Importance: Undecided
 Assignee: Jacob Martin (jacobmartin)
 Status: Fix Committed

** Also affects: linux-nvidia-tegra-igx (Ubuntu)
   Importance: Undecided
   Status: New

** Changed in: linux-nvidia-tegra-igx (Ubuntu)
   Status: New => Fix Committed

** Changed in: linux-nvidia-tegra-igx (Ubuntu)
 Assignee: (unassigned) => Jacob Martin (jacobmartin)

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

Title:
  Include networking drivers used on Tegra platforms in initrd.img

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux-nvidia-tegra-igx/+bug/2059958/+subscriptions


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

[Bug 2055468] Re: apply nvidia-tegra patches 2024 Feb 6-29

2024-03-29 Thread Jacob Martin
** Changed in: linux-nvidia-tegra (Ubuntu)
   Status: New => Fix Committed

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

Title:
  apply nvidia-tegra patches 2024 Feb 6-29

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


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

[Bug 2056486] Re: apply nvidia-tegra patches 2024 Mar 1-7

2024-03-29 Thread Jacob Martin
** Changed in: linux-nvidia-tegra (Ubuntu)
   Status: New => Fix Committed

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

Title:
  apply nvidia-tegra patches 2024 Mar 1-7

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


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

[Bug 2056594] Re: apply nvidia-tegra patches 2024 Mar 8

2024-03-29 Thread Jacob Martin
** Changed in: linux-nvidia-tegra (Ubuntu)
   Status: New => Fix Committed

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

Title:
  apply nvidia-tegra patches 2024 Mar 8

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


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

[Bug 2058550] Re: apply nvidia-tegra patches 2024 Mar 9-20

2024-03-29 Thread Jacob Martin
** Changed in: linux-nvidia-tegra (Ubuntu)
   Status: New => Fix Committed

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

Title:
  apply nvidia-tegra patches 2024 Mar 9-20

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


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

[Bug 2052961] Re: Error: OCI runtime error: crun: chmod : Operation not supported

2024-03-29 Thread Jacob Godserv
As a temporary workaround, you can fetch an updated release version of
crun from their GitHub and save it into /usr/local/bin.

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

Title:
  Error: OCI runtime error: crun: chmod : Operation not supported

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


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

[Bug 2059799] [NEW] GIMP N-Point Deformation crash on initial click

2024-03-29 Thread Jacob
Public bug reported:

I ran gimp with `gimp --show-playground`, went to Edit -> Preferences ->
Playground, enabled N-Point Deformation and Seamless Cloning. Closed
GIMP, opened GIMP without the `--show-playground` option, loaded a
512x512 PNG, duplicated the layer, clicked on the N-Point Deformation
tool icon in the tool box to the left, clicked on the image, a circle
shape appeared where I clicked, then GIMP crashed a split second later.



```
GNU Image Manipulation Program version 2.10.30
git-describe: GIMP_2_10_30
Build: unknown rev 0 for linux
# C compiler #
 Using built-in specs.
 COLLECT_GCC=gcc
 COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/11/lto-wrapper
 OFFLOAD_TARGET_NAMES=nvptx-none:amdgcn-amdhsa
 OFFLOAD_TARGET_DEFAULT=1
 Target: x86_64-linux-gnu
 Configured with: ../src/configure -v --with-pkgversion='Ubuntu 
11.4.0-1ubuntu1~22.04' --with-bugurl=file:///usr/share/doc/gcc-11/README.Bugs 
--enable-languages=c,ada,c++,go,brig,d,fortran,objc,obj-c++,m2 --prefix=/usr 
--with-gcc-major-version-only --program-suffix=-11 
--program-prefix=x86_64-linux-gnu- --enable-shared --enable-linker-build-id 
--libexecdir=/usr/lib --without-included-gettext --enable-threads=posix 
--libdir=/usr/lib --enable-nls --enable-bootstrap --enable-clocale=gnu 
--enable-libstdcxx-debug --enable-libstdcxx-time=yes 
--with-default-libstdcxx-abi=new --enable-gnu-unique-object 
--disable-vtable-verify --enable-plugin --enable-default-pie --with-system-zlib 
--enable-libphobos-checking=release --with-target-system-zlib=auto 
--enable-objc-gc=auto --enable-multiarch --disable-werror --enable-cet 
--with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32,m64,mx32 
--enable-multilib --with-tune=generic 
--enable-offload-targets=nvptx-none=/build/gcc-11-XeT9lY/gcc-11-11.4.0/debian/tmp-nvptx/usr,amdgcn-amdhsa=/build/gcc-11-XeT9lY/gcc-11-11.4.0/debian/tmp-gcn/usr
 --without-cuda-driver --enable-checking=release --build=x86_64-linux-gnu 
--host=x86_64-linux-gnu --target=x86_64-linux-gnu 
--with-build-config=bootstrap-lto-lean --enable-link-serialization=2
 Thread model: posix
 Supported LTO compression algorithms: zlib zstd
 gcc version 11.4.0 (Ubuntu 11.4.0-1ubuntu1~22.04)

# Libraries #
using babl version 0.1.92 (compiled against version 0.1.92)
using GEGL version 0.4.34 (compiled against version 0.4.34)
using GLib version 2.72.4 (compiled against version 2.72.4)
using GdkPixbuf version 2.42.8 (compiled against version 2.42.8)
using GTK+ version 2.24.33 (compiled against version 2.24.33)
using Pango version 1.50.6 (compiled against version 1.50.6)
using Fontconfig version 2.13.1 (compiled against version 2.13.1)
using Cairo version 1.16.0 (compiled against version 1.16.0)

```
> fatal error: Aborted

Stack trace:
```

# Stack traces obtained from PID 1691770 - Thread 1691770 #

[New LWP 1691773]
[New LWP 1691774]
[New LWP 1691775]
[New LWP 1691776]
[New LWP 1691777]
[New LWP 1691778]
[New LWP 1691779]
[New LWP 1691780]
[New LWP 1691781]
[New LWP 1691783]
[New LWP 1691812]
[New LWP 1691889]
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
__GI___libc_read (nbytes=256, buf=0x7ffc1a2dfd50, fd=23) at 
../sysdeps/unix/sysv/linux/read.c:26
  Id   Target Id Frame
* 1Thread 0x7f4ed669de80 (LWP 1691770) "gimp-2.10"   __GI___libc_read 
(nbytes=256, buf=0x7ffc1a2dfd50, fd=23) at ../sysdeps/unix/sysv/linux/read.c:26
  2Thread 0x7f4ed5bd0640 (LWP 1691773) "worker"  syscall () at 
../sysdeps/unix/sysv/linux/x86_64/syscall.S:38
  3Thread 0x7f4ed53cf640 (LWP 1691774) "worker"  syscall () at 
../sysdeps/unix/sysv/linux/x86_64/syscall.S:38
  4Thread 0x7f4eccbce640 (LWP 1691775) "worker"  syscall () at 
../sysdeps/unix/sysv/linux/x86_64/syscall.S:38
  5Thread 0x7f4ed4bce640 (LWP 1691776) "worker"  syscall () at 
../sysdeps/unix/sysv/linux/x86_64/syscall.S:38
  6Thread 0x7f4ec640 (LWP 1691777) "worker"  syscall () at 
../sysdeps/unix/sysv/linux/x86_64/syscall.S:38
  7Thread 0x7f4ecf7fe640 (LWP 1691778) "worker"  syscall () at 
../sysdeps/unix/sysv/linux/x86_64/syscall.S:38
  8Thread 0x7f4eceffd640 (LWP 1691779) "worker"  syscall () at 
../sysdeps/unix/sysv/linux/x86_64/syscall.S:38
  9Thread 0x7f4ece638640 (LWP 1691780) "gmain"   0x7f4ed7118bcf in 
__GI___poll (fds=0x562bf9a3f150, nfds=2, timeout=-1) at 
../sysdeps/unix/sysv/linux/poll.c:29
  10   Thread 0x7f4ecde37640 (LWP 1691781) "gdbus"   0x7f4ed7118bcf in 
__GI___poll (fds=0x562bf9a50f00, nfds=3, timeout=-1) at 
../sysdeps/unix/sysv/linux/poll.c:29
  11   Thread 0x7f4ea1fff640 (LWP 1691783) "async"   syscall () at 
../sysdeps/unix/sysv/linux/x86_64/syscall.S:38
  12   Thread 0x7f4e93fff640 (LWP 1691812) "threaded-ml" 0x7f4ed7118bcf in 
__GI___poll (fds=0x7f4e8c004a40, nfds=3, timeout=-1) at 
../sysdeps/unix/sysv/linux/poll.c:29
  13   Thread 0x7f4ea0ffd640 (LWP 1691889) "swap writer" 

[Bug 1915226] Re: network-manager continuous inappropriate site surveys

2024-03-18 Thread Tom Jacob
Kroger is conducting a customer satisfaction survey to learn about
customers' actual experience during their Kroger store visit. As a token
of appreciation from the company, the management is offering 50 fuel
points for free to the customers who participated in the survey on the
https://kroger-feedback.online/ official site.

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

Title:
  network-manager continuous inappropriate site surveys

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


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

[Bug 2054483] Re: Add headers package for IGX out-of-tree modules

2024-03-11 Thread Jacob Martin
** Changed in: linux-nvidia-tegra-igx (Ubuntu)
   Status: Fix Committed => Fix Released

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

Title:
  Add headers package for IGX out-of-tree modules

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux-nvidia-tegra-igx/+bug/2054483/+subscriptions


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

[Bug 1973240] Re: Wireless mouse shows up under `lsusb` list but doesn't control the cursor

2022-05-17 Thread Jacob Forrester Valdez
You are correct. Thank you for bringing my attention there. Ubuntu is
working fine.

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

Title:
  Wireless mouse shows up under `lsusb` list but doesn't control the
  cursor

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


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

[Bug 1973240] [NEW] Wireless mouse shows up under `lsusb` list but doesn't control the cursor

2022-05-12 Thread Jacob Forrester Valdez
Public bug reported:

What happens:

Wireless mouse shows up under `lsusb` list but doesn't control the
cursor.

Expected behavior:

The mouse controls the cursor.

Background:

I purchased a "Mini 2.4 GHz Wireless Optical Mini Finger Mouse Mice For
Laptop PC Computers" (https://www.ebay.com/itm/283656756166) and plugged
it into my laptop. Although this mouse appears under lsusb, it does not
control the cursor. Other usb mice work, but not this one. Uniquely,
this mouse uses a wireless dongle and some form of laser tracking, while
my other peripherals are 'ordinary': a wired laster mouse and usb wired
keyboard.

Ubuntu version:

```
jacob:~/ $ lsb_release -rd  
[15:12:52]
Description:Ubuntu 20.04.4 LTS
Release:20.04
```

lsusb (with not working, wireless mouse dongle inserted):

```
jacob:~/ $ lsusb
[15:13:02]
Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 001 Device 004: ID 1bcf:2b96 Sunplus Innovation Technology Inc. 
Integrated_Webcam_HD
Bus 001 Device 016: ID 0250:3412 Genius Wireless Mouse
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
```

lsusb (with no usb mouse):

```
jacob:~/ $ lsusb
[15:13:44]
Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 001 Device 004: ID 1bcf:2b96 Sunplus Innovation Technology Inc. 
Integrated_Webcam_HD
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
```

lsusb (with working, wired mouse):

```
jacob:~/ $ lsusb
[15:14:32]
Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 001 Device 004: ID 1bcf:2b96 Sunplus Innovation Technology Inc. 
Integrated_Webcam_HD
Bus 001 Device 017: ID 1c4f:0034 SiGma Micro Usb Mouse
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
```

dmesg output: 
- no usb peripherals: [see attatched file `dmesg_no_peripherals.txt`]
- wired mouse (works): [see attatched file `dmesg_wired_mouse.txt`]
- wireless mouse (doesn't work): [see attatched file `dmesg_wireless_mouse.txt`]

ProblemType: Bug
DistroRelease: Ubuntu 20.04
Package: xorg 1:7.7+19ubuntu14
ProcVersionSignature: Ubuntu 5.4.0-109.123-generic 5.4.178
Uname: Linux 5.4.0-109-generic x86_64
ApportVersion: 2.20.11-0ubuntu27.23
Architecture: amd64
BootLog: Error: [Errno 13] Permission denied: '/var/log/boot.log'
CasperMD5CheckResult: skip
CompositorRunning: None
CurrentDesktop: ubuntu:GNOME
Date: Thu May 12 14:58:18 2022
DistUpgraded: Fresh install
DistroCodename: focal
DistroVariant: ubuntu
DkmsStatus:
 v4l2loopback, 0.12.3, 5.4.0-107-generic, x86_64: installed
 v4l2loopback, 0.12.3, 5.4.0-109-generic, x86_64: installed
ExtraDebuggingInterest: Yes, including running git bisection searches
GraphicsCard:
 Intel Corporation HD Graphics 620 [8086:5916] (rev 02) (prog-if 00 [VGA 
controller])
   Subsystem: Dell HD Graphics 620 [1028:07a8]
   Subsystem: Dell GM108M [GeForce 930MX] [1028:07a8]
InstallationDate: Installed on 2020-11-03 (555 days ago)
InstallationMedia: Ubuntu 19.10 "Eoan Ermine" - Release amd64 (20191017)
Lsusb:
 Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
 Bus 001 Device 004: ID 1bcf:2b96 Sunplus Innovation Technology Inc. 
Integrated_Webcam_HD
 Bus 001 Device 016: ID 0250:3412 Genius Wireless Mouse
 Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Lsusb-t:
 /:  Bus 02.Port 1: Dev 1, Class=root_hub, Driver=xhci_hcd/6p, 5000M
 /:  Bus 01.Port 1: Dev 1, Class=root_hub, Driver=xhci_hcd/12p, 480M
 |__ Port 1: Dev 16, If 0, Class=Human Interface Device, Driver=usbhid, 12M
 |__ Port 5: Dev 4, If 0, Class=Video, Driver=uvcvideo, 480M
 |__ Port 5: Dev 4, If 1, Class=Video, Driver=uvcvideo, 480M
MachineType: Dell Inc. Latitude 5580
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.4.0-109-generic 
root=UUID=51015d56-7d65-470e-9290-eaa3eab354c5 ro quiet splash vt.handoff=7
SourcePackage: xorg
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 01/07/2020
dmi.bios.vendor: Dell Inc.
dmi.bios.version: 1.17.1
dmi.board.vendor: Dell Inc.
dmi.chassis.type: 10
dmi.chassis.vendor: Dell Inc.
dmi.modalias: 
dmi:bvnDellInc.:bvr1.17.1:bd01/07/2020:svnDellInc.:pnLatitude5580:pvr:rvnDellInc.:rn:rvr:cvnDellInc.:ct10:cvr:
dmi.product.family: Latitude
dmi.product.name: Latitude 5580
dmi.product.sku: 07A8
dmi.sys.vendor: Dell Inc.
version.compiz: compiz N/A
version.libdrm2: libdrm2 2.4.107-8ubuntu1~20.04.2
version.libgl1-mesa-dri: libgl1-mesa-dri 21.2.6-0ubuntu0.1~20.04.2
version.libgl1-mesa-glx: libgl1-mesa-glx 21.2.6-0ubuntu0.1~20.04.2
version.xserver-xorg-core: xserver-xorg-core 2:1.20.13-1ubuntu1~20.04.2
version.xserver-xorg-input-evdev: xserver-xorg-input-evdev N/A

[Bug 1971073] Re: budgie-wallstreet applet custom folder with whitespace

2022-05-01 Thread Jacob Vlijm
** Changed in: budgie-extras (Ubuntu)
   Status: In Progress => Confirmed

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

Title:
  budgie-wallstreet applet custom folder with whitespace

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


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

[Bug 1971073] Re: budgie-wallstreet applet custom folder with whitespace

2022-05-01 Thread Jacob Vlijm
** Changed in: budgie-extras (Ubuntu)
   Status: Fix Committed => In Progress

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

Title:
  budgie-wallstreet applet custom folder with whitespace

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


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

[Bug 1971073] Re: budgie-wallstreet applet custom folder with whitespace

2022-05-01 Thread Jacob Vlijm
** Changed in: budgie-extras (Ubuntu)
 Assignee: (unassigned) => Jacob Vlijm (vlijm)

** Changed in: budgie-extras (Ubuntu)
   Status: New => Fix Committed

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

Title:
  budgie-wallstreet applet custom folder with whitespace

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


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

[Bug 1967174] Re: Installing with zfs results in bpool, rpool drives locked on the dock

2022-04-29 Thread Jacob Godserv
I am also experiencing this after upgrading to 22.04 from 21.10 with ZFS
enabled from the installer.

Daniel,

Your workaround removed the rpool and bpool disk icons from the dock.

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

Title:
  Installing with zfs results in bpool, rpool drives locked on the dock

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


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

[Bug 1969816] Re: Display dimming despite setting being turned off

2022-04-22 Thread Jacob Starr
I don't have the second setting, but the problem has seemed to resolve
itself overnight.

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

Title:
  Display dimming despite setting being turned off

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


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

[Bug 1969816] [NEW] Display dimming despite setting being turned off

2022-04-21 Thread Jacob Starr
Public bug reported:

The display is dimming after a few seconds of "inactivity" despite
turning off the setting to dim the display. This seems to occur on any
power setting and a reboot did not solve the problem. This makes
activities such as reading difficult as the display becomes harder to
read and I have to interact with the computer more than necessary to
keep the screen bright.

ProblemType: Bug
DistroRelease: Ubuntu 22.04
Package: xorg 1:7.7+23ubuntu2
ProcVersionSignature: Ubuntu 5.14.0-1033.36-oem 5.14.21
Uname: Linux 5.14.0-1033-oem x86_64
ApportVersion: 2.20.11-0ubuntu82
Architecture: amd64
BootLog: Error: [Errno 13] Permission denied: '/var/log/boot.log'
CasperMD5CheckResult: unknown
CompositorRunning: None
CurrentDesktop: ubuntu:GNOME
Date: Thu Apr 21 09:56:56 2022
DistUpgraded: 2022-04-21 09:33:57,457 DEBUG failed to SystemLock() (E:Could not 
get lock /var/lib/dpkg/lock. It is held by process 55177 (dpkg), W:Be aware 
that removing the lock file is not a solution and may break your system., 
E:Unable to lock the administration directory (/var/lib/dpkg/), is another 
process using it?)
DistroCodename: jammy
DistroVariant: ubuntu
ExtraDebuggingInterest: No
GraphicsCard:
 Intel Corporation Device [8086:9a78] (rev 01) (prog-if 00 [VGA controller])
   Subsystem: Dell Device [1028:0a7d]
InstallationDate: Installed on 2022-03-29 (23 days ago)
InstallationMedia: Ubuntu 20.04.4 LTS "Focal Fossa" - Release amd64 (20220223)
MachineType: Dell Inc. Inspiron 14 5410
ProcEnviron:
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=
 LANG=en_US.UTF-8
 SHELL=/bin/bash
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.14.0-1033-oem 
root=UUID=65a9ddc2-0f7d-4b2c-8228-d1f755668bf9 ro quiet splash vt.handoff=7
SourcePackage: xorg
Symptom: display
UpgradeStatus: Upgraded to jammy on 2022-04-21 (0 days ago)
dmi.bios.date: 02/15/2022
dmi.bios.release: 2.7
dmi.bios.vendor: Dell Inc.
dmi.bios.version: 2.7.1
dmi.board.name: 0XPW9D
dmi.board.vendor: Dell Inc.
dmi.board.version: A00
dmi.chassis.type: 10
dmi.chassis.vendor: Dell Inc.
dmi.modalias: 
dmi:bvnDellInc.:bvr2.7.1:bd02/15/2022:br2.7:svnDellInc.:pnInspiron145410:pvr:rvnDellInc.:rn0XPW9D:rvrA00:cvnDellInc.:ct10:cvr:sku0A7D:
dmi.product.family: Inspiron
dmi.product.name: Inspiron 14 5410
dmi.product.sku: 0A7D
dmi.sys.vendor: Dell Inc.
version.compiz: compiz N/A
version.libdrm2: libdrm2 2.4.110-1ubuntu1
version.libgl1-mesa-dri: libgl1-mesa-dri 22.0.1-1ubuntu2
version.libgl1-mesa-glx: libgl1-mesa-glx N/A
version.xserver-xorg-core: xserver-xorg-core 2:21.1.3-2ubuntu2
version.xserver-xorg-input-evdev: xserver-xorg-input-evdev N/A
version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:19.1.0-2build3
version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917+git20210115-1
version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.17-2build1

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


** Tags: amd64 apport-bug jammy ubuntu 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/1969816

Title:
  Display dimming despite setting being turned off

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


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

[Bug 1969255] [NEW] Certain languages can't be switched between

2022-04-15 Thread Jacob Ferrero
Public bug reported:

Currently I have English, Vietnamese (Unikey), and Russian language in
my switcher. I cannot switch from Russian to Vietnamese, I must switch
to English first, and then to Vietnamese.

Does work: Vietnamese -> Russian
Does work: Vietnamese -> English
Does work: Russian -> English
Does work: Russian -> English -> Vietnamese
Does not work: Russian -> Vietnamese

This always gets me, especially because in the status bar it will say
"vi" but when typing it's still cyrillic.

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

** Description changed:

  Currently I have English, Vietnamese (Unikey), and Russian language in
  my switcher. I cannot switch from Russian to Vietnamese, I must switch
- to English first, and then to one or the other.
+ to English first, and then to Vietnamese.
  
  Does work: Vietnamese -> Russian
  Does work: Vietnamese -> English
  Does work: Russian -> English
  Does work: Russian -> English -> Vietnamese
  Does not work: Russian -> Vietnamese
  
  This always gets me, especially because in the status bar it will say
  "vi" but when typing it's still cyrillic.

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

Title:
  Certain languages can't be switched between

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


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

[Bug 1967575] [NEW] VAAPI is broken in 22.04 (22.3.0+dfsg1-1)

2022-04-01 Thread Jacob Moroni
Public bug reported:

Hello,

VAAPI video decoding is currently broken in 22.04 (Ubuntu MATE, so X11).

It originally broke when libigdgmm12 was updated to 22.1.1+ds1-1, and
was supposedly fixed (according to some discussion over on the Debian
side) in version 22.1.2+ds1-1.

However, today, Ubuntu finally pushed out version 22.1.2+ds1-1 of
libigdgmm12 along with an update to intel-media-va-driver to version
22.3.0+dfsg1-1, but VAAPI is still broken (tested by trying to play back
a known good VP9 file with mpv).

If I keep libigdgmm12 held back at version 22.0.2+ds1-1 and intel-media-
va-driver at 22.2.1+dfsg1-1, then it works.

I've reported this as bug 1966362 for libigdgmm12 as well, as that's
when I first noticed the breakage.

** Affects: intel-media-driver (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/1967575

Title:
  VAAPI is broken in 22.04 (22.3.0+dfsg1-1)

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


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

[Bug 1966362] [NEW] libigdgmm12 version 22.1.1+ds1-1 breaks vaapi video decoding

2022-03-24 Thread Jacob Moroni
Public bug reported:

Hello,

After upgrading libigdgmm12 from 22.0.2+ds1-1 to 22.1.1+ds1-1, vaapi no
longer works, and "vainfo" reports an error (va_openDriver() returns 1).

Unfortunately, I rolled my system back to an earlier snapshot to work
around this so I don't have the exact error message, but I could update
again and get it if necessary, but it wasn't really that descriptive.
Any attempts to use hardware decoding just fall back to software
decoding.

This bug was apparently reported upstream (although they experience
segfaults which I wasn't seeing):

https://github.com/intel/gmmlib/issues/95

It was also reported to Debian:

https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1007992

In that report, they claim it has been fixed as of version 22.1.2+ds1-1.

** Affects: intel-gmmlib (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/1966362

Title:
  libigdgmm12 version 22.1.1+ds1-1 breaks vaapi video decoding

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


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

[Bug 1964532] Re: /usr/libexec/udisks2/udisksd:malloc_consolidate(): unaligned fastbin chunk detected

2022-03-16 Thread Jacob Moroni
This occurs every time I reboot my system - Ubuntu Mate 22.04.

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

Title:
  /usr/libexec/udisks2/udisksd:malloc_consolidate(): unaligned fastbin
  chunk detected

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


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

[Bug 1960621] Re: MATE Desktop session fails to start with NVIDIA 495 & 510 drivers

2022-03-09 Thread Jacob Moroni
Hello Martin,

I noticed that you pushed a release to Jammy which disables Xpresent to
work around this issue. As expected, this re-introduces screen tearing
on my system running Intel Iris Xe integrated graphics.

I've manually switched to the most recent release with Xpresent still
enabled and the tearing is gone.

According to bug 1959995, this issue has been fixed in Jammy. If that's
true, do you have any plans on re-enabling Xpresent? Should a new bug be
opened for that?

https://bugs.launchpad.net/ubuntu/+source/xorg-server/+bug/1959995

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

Title:
  MATE Desktop session fails to start with NVIDIA 495 & 510 drivers

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


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

[Bug 1959995] Re: present: Crash in 'present_scmd_get_crtc' and 'present_flush' (NVIDIA 495.46)

2022-03-07 Thread Jacob Moroni
This affects me in the sense that Xpresent support in Marco was
temporarily disabled in 22.04 until this is fixed, which ultimately
results in screen tearing with Intel Iris Xe integrated graphics.

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

Title:
  present: Crash in 'present_scmd_get_crtc' and 'present_flush' (NVIDIA
  495.46)

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


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

[Bug 1960604] Re: WindowShuffler window rules inconsistent on secondary windows

2022-02-11 Thread Jacob Vlijm
Tried nemo preferences (as example of a dialog window). Rules does not place 
the window anywhere, as is the expected behavior. Rendering the window 
furthermore is not an issue, caused by Shuffler. Could you join us on discourse 
https://discourse.ubuntubudgie.org to find out what is exactly going on?
Once that is clear, we can decide on the bug report.

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

Title:
  WindowShuffler window rules inconsistent on secondary windows

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


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

[Bug 1960604] Re: WindowShuffler window rules inconsistent on secondary windows

2022-02-11 Thread Jacob Vlijm
Shuffler -does- distinguish on window type, only works with windows of
type NORMAL. We ran into a few applications that do not define their
dialogs as such though. Need to look into your examples.

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

Title:
  WindowShuffler window rules inconsistent on secondary windows

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


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

[Bug 1927255] Re: [USB-Audio - RODECaster Pro, playback] Sound is distorted (20.04)

2021-12-09 Thread Jacob Pfeifer
Hey guys, I was the one who started the amd chipset rumor. We've been
talking about the issue over at
https://forum.level1techs.com/t/rodecaster-pro-bad-audio-out-solved-
ish/170601.

At first I thought it was an amd vs intel issue just due to the hardware
I had on hand that worked/didn't work. After someone popped in
mentioning their intel device having the issue and a pcie card they
bought also having the issue it seems like the issue is with all usb3.2
gen2x2 host controllers, or at least that's my best guess. I picked up a
different pcie usb card than the person had trouble with and that was
3.2 gen2x2 capable. I can reproduce the issue on both it, and my
motherboard usb ports. However, using a usb3.0 pcie card the issue goes
away.

One strange thing to me about all of this is that the rodecaster pro is
negotiating usb2 480mbps connections, so i'm not sure why a later usb
spec would mess with that. It's also worth noting that the issue seems
to be related to the usb host controller itself as using ports capable
of different speeds/going through usb hubs or directly connecting
doesn't change the behavior. I also don't have a usb 3.1 gen2 host
controller to test to see if the issue is truly only with usb 3.2 gen2x2
controllers.

Debugging any further than that is proving difficult though. I did a
diff on both my lsusb and pw-dump output and the only changes in the two
were paths/ids which are expected to change.

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

Title:
  [USB-Audio - RODECaster Pro, playback] Sound is distorted (20.04)

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


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

[Bug 1950550] [NEW] language support app automatically installs firefox deb package (21.10)

2021-11-10 Thread Jacob van der Eynden
Public bug reported:

Ubuntu 21.10
language-selector 0.216

If the initial 'Language support is not installed completely' prompt on
opening the app is accepted, the Firefox deb package will be installed
alongside the default Firefox snap package, resulting in two
installations of Firefox on the computer. This happens even though, in
my case, only the 'gimp-help-en' package is listed for installation, and
'firefox' does not seem to be a dependency of it.

** Affects: language-selector (Ubuntu)
 Importance: Undecided
 Status: New

** Attachment added: "The prompt which installs the firefox deb package if 
agreed to"
   
https://bugs.launchpad.net/bugs/1950550/+attachment/5539872/+files/Screenshot%20from%202021-11-11%2015-32-25.png

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

Title:
  language support app automatically installs firefox deb package
  (21.10)

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


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

[Bug 1944400] Re: Install does not finish when using interactive-sections: identity

2021-09-30 Thread Jacob Grigg
There are no crash files in /var/crash.
I also tried a simpler config with the same result.
Following is the simpler config:

```
#cloud-config
autoinstall:
  version: 1
  interactive-sections:
- identity
  identity:
hostname: set-hostname-here
password: [REDACTED]
username: ansible
```

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

Title:
  Install does not finish when using interactive-sections: identity

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


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

[Bug 1945465] [NEW] Can't turn bluetooth on

2021-09-29 Thread Jacob Ravn
Public bug reported:

When I try to turn on my bluetooth, it simply doesn't turn on. This just
came from one day to another.

ProblemType: Bug
DistroRelease: Ubuntu 20.04
Package: alsa-base 1.0.25+dfsg-0ubuntu5
ProcVersionSignature: Ubuntu 5.11.0-37.41~20.04.2-generic 5.11.22
Uname: Linux 5.11.0-37-generic x86_64
ApportVersion: 2.20.11-0ubuntu27.20
Architecture: amd64
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  pc27999 F pulseaudio
 /dev/snd/pcmC0D0p:   pc27999 F...m pulseaudio
 /dev/snd/controlC1:  pc27999 F pulseaudio
CasperMD5CheckResult: skip
CurrentDesktop: ubuntu:GNOME
Date: Wed Sep 29 15:02:30 2021
InstallationDate: Installed on 2021-06-28 (93 days ago)
InstallationMedia: Ubuntu 20.04.2.0 LTS "Focal Fossa" - Release amd64 
(20210209.1)
PackageArchitecture: all
ProcEnviron:
 TERM=xterm-256color
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=
 LANG=da_DK.UTF-8
 SHELL=/bin/bash
SourcePackage: alsa-driver
Symptom: audio
Title: Bluetooth sound card not detected
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 06/14/2019
dmi.bios.release: 0.1
dmi.bios.vendor: Apple Inc.
dmi.bios.version: 87.0.0.0.0
dmi.board.name: Mac-942B5BF58194151B
dmi.board.vendor: Apple Inc.
dmi.chassis.type: 13
dmi.chassis.vendor: Apple Inc.
dmi.chassis.version: Mac-942B5BF58194151B
dmi.modalias: 
dmi:bvnAppleInc.:bvr87.0.0.0.0:bd06/14/2019:br0.1:svnAppleInc.:pniMac12,1:pvr1.0:sku:rvnAppleInc.:rnMac-942B5BF58194151B:rvr:cvnAppleInc.:ct13:cvrMac-942B5BF58194151B:
dmi.product.family: iMac
dmi.product.name: iMac12,1
dmi.product.version: 1.0
dmi.sys.vendor: Apple Inc.

** Affects: alsa-driver (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug focal

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

Title:
  Can't turn bluetooth on

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


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

[Bug 1944767] Re: During install, panel content is missing

2021-09-23 Thread Jacob Vlijm
Maybe worth mentioning that this did not happen on any of the previous
spins of 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/1944767

Title:
  During install, panel content is missing

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


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

[Bug 1944767] Re: During install, panel content is missing

2021-09-23 Thread Jacob Vlijm
** Attachment added: "shot during install"
   
https://bugs.launchpad.net/ubuntu/+source/ubiquity/+bug/1944767/+attachment/5527437/+files/nopanelcontent.jpg

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

Title:
  During install, panel content is missing

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


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

[Bug 1944767] [NEW] During install, panel content is missing

2021-09-23 Thread Jacob Vlijm
Public bug reported:

During install, there is nothing in the panel, no wifi icon, nothing at
all

ProblemType: Bug
DistroRelease: Ubuntu 21.10
Package: ubiquity 21.10.5
ProcVersionSignature: Ubuntu 5.13.0-16.16-generic 5.13.13
Uname: Linux 5.13.0-16-generic x86_64
NonfreeKernelModules: zfs zunicode zavl icp zcommon znvpair
ApportVersion: 2.20.11-0ubuntu69
Architecture: amd64
CasperMD5CheckResult: pass
CasperVersion: 1.465
CurrentDesktop: Budgie
Date: Thu Sep 23 20:42:39 2021
InstallCmdLine: BOOT_IMAGE=/casper/vmlinuz 
file=/cdrom/preseed/ubuntu-budgie.seed maybe-ubiquity quiet splash ---
LiveMediaBuild: Ubuntu-Budgie 21.10 "Impish Indri" - Beta amd64 (20210923)
ProcEnviron:
 TERM=xterm-256color
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=
 LANG=C.UTF-8
SourcePackage: ubiquity
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug impish ubiquity-21.10.5 ubuntu-budgie

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

Title:
  During install, panel content is missing

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


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

[Bug 1944400] [NEW] Install does not finish when using interactive-sections: identity

2021-09-20 Thread Jacob Grigg
Public bug reported:

Subiquity has the following issues when `interactive-sections: identity`
is specified in a custom `user-data`. I am installing using Ubuntu
20.04.3 and have `ds=nocloud-net` set.

 - The identity screen is shown but nothing configured on it ends up being 
applied.
 -  Filling in the `Choose a password` and `Confirm your password` fields 
is forced even though a password has been specified in `user-data`.
 - The installer gets stuck on and does not run `executing late commands`.
 - The installer does not reboot.

The user specified on the `identity` screen is not created. This was
verified by running `sudo cat /target/etc/shadow` from a shell after
this installer was stuck.

Once in the stuck state, I wait for any HDD or network activity to
finish before leaving the installer for over 10 minutes before forcing a
reboot.

The install works as expected if `interactive-sections: identity` is
commented out or replaced with `interactive-sections: network`.

Following is the custom `user-data` config which which I am using:

```
#cloud-config
autoinstall:
  version: 1
  interactive-sections: 
- identity
  locale: en_AU.UTF-8
  refresh-installer:
update: no
  proxy: http://172.16.10.220:3128
  identity:
hostname: set-hostname-here
password: [REDACTED]
username: ansible
  timezone: Australia/Adelaide
  ssh:
  install-server: yes
  authorized-keys:
- [REDACTED]
  allow-pw: yes
  packages:
- avahi-daemon
  late-commands: 
- echo "ansible ALL=(ALL:ALL) NOPASSWD:ALL" > /target/etc/sudoers.d/ansible
- 'echo "IPv4: \\\4" >> /target/etc/issue && echo "IPv6: \\\6" >> 
/target/etc/issue && echo "" >> /target/etc/issue'
```

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

** Attachment added: "subiquity-server-debug.log"
   
https://bugs.launchpad.net/bugs/1944400/+attachment/5526569/+files/subiquity-server-debug.log

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

Title:
  Install does not finish when using interactive-sections: identity

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


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

[Bug 1939565] Re: kernel signed by mok failed to boot if secure boot is on

2021-08-29 Thread Jacob
Hi Steve Langasek,
Could we add an option to `update-secureboot-policy` so that it can generate a 
key that works for signing modules & kernels ?

As an aside, if an attacker has compromised a system and they generate a
signing key ... they could modify and attempt to enrol a key that allows
kernel signing ...

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

Title:
  kernel signed by mok failed to boot if secure boot is on

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


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

[Bug 1939565] Re: kernel signed by mok failed to boot if secure boot is on

2021-08-29 Thread Jacob
Hi Steve Langasek,
If an attacker is able to sign a custom kernel module & compromise a system via 
that means is there a reason to restrict the rather easy to use 
`update-secureboot-policy --new-key` method to only kernel modules? (Can we 
modify it to allow signing kernels in addition to kernel modules?)

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

Title:
  kernel signed by mok failed to boot if secure boot is on

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


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

[Bug 1941808] Re: AMD desktop fails to suspend

2021-08-26 Thread Jacob Abrams
Actually it appears that one usb device was the source of the problem.
It's not a common USB device so it's not likely worth fixing.

Bus 005 Device 003: ID 28f3:4000 Clover Network, Inc. Flex

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

Title:
  AMD desktop fails to suspend

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


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

[Bug 1941808] [NEW] AMD desktop fails to suspend

2021-08-26 Thread Jacob Abrams
Public bug reported:

Since upgrading to 5.11.0-31-generic from 5.11.0-25-generic my system is
no longer able to enter deep sleep when I choose "Suspend" from the
Gnome power menu. The display goes blank for about 3 seconds and then
comes back to the login screen.

Machine setup:

Desktop PC
Ubuntu 21.04
Linux version 5.11.0-17-generic
AMD Ryzen 3900X
Asus X590 PRIME PRO motherboard
NVIDIA P400 GPU

The following appears in dmesg:

[  193.035190] PM: suspend entry (deep)
[  193.043644] Filesystems sync: 0.008 seconds
[  193.221385] rfkill: input handler enabled
[  193.223342] Freezing user space processes ... (elapsed 0.001 seconds) done.
[  193.225169] OOM killer disabled.
[  193.225170] Freezing remaining freezable tasks ... (elapsed 0.001 seconds) 
done.
[  193.226377] printk: Suspending console(s) (use no_console_suspend to debug)
[  193.227086] serial 00:04: disabled
[  193.236938] PM: pci_pm_suspend(): hcd_pci_suspend+0x0/0x30 returns -16
[  193.236948] PM: dpm_run_callback(): pci_pm_suspend+0x0/0x170 returns -16
[  193.236955] PM: Device :0b:00.3 failed to suspend async: error -16
[  193.433850] PM: Some devices failed to suspend, or early wake event detected
[  193.434781] serial 00:04: activated
[  193.439638] nvme nvme1: Shutdown timeout set to 8 seconds
[  193.441267] nvme nvme0: 32/0/0 default/read/poll queues
[  193.467431] nvme nvme1: 32/0/0 default/read/poll queues
[  193.729944] usb 5-2.3: reset high-speed USB device number 3 using xhci_hcd
[  193.746614] ata1: SATA link down (SStatus 0 SControl 300)
[  193.746619] ata2: SATA link down (SStatus 0 SControl 300)
[  193.864008] OOM killer enabled.
[  193.864009] Restarting tasks ... done.
[  193.865012] PM: suspend exit
[  193.865069] PM: suspend entry (s2idle)
[  193.869519] Filesystems sync: 0.004 seconds
[  193.907792] Freezing user space processes ... (elapsed 0.007 seconds) done.
[  193.915352] OOM killer disabled.
[  193.915353] Freezing remaining freezable tasks ... (elapsed 0.001 seconds) 
done.
[  193.916464] printk: Suspending console(s) (use no_console_suspend to debug)
[  193.917046] serial 00:04: disabled
[  193.925345] PM: pci_pm_suspend(): hcd_pci_suspend+0x0/0x30 returns -16
[  193.925355] PM: dpm_run_callback(): pci_pm_suspend+0x0/0x170 returns -16
[  193.925362] PM: Device :0b:00.3 failed to suspend async: error -16
[  194.118212] PM: Some devices failed to suspend, or early wake event detected
[  194.119120] serial 00:04: activated
[  194.123827] nvme nvme1: Shutdown timeout set to 8 seconds
[  194.126322] nvme nvme0: 32/0/0 default/read/poll queues
[  194.150499] nvme nvme1: 32/0/0 default/read/poll queues
[  194.413459] usb 5-2.3: reset high-speed USB device number 3 using xhci_hcd
[  194.434238] ata2: SATA link down (SStatus 0 SControl 300)
[  194.434256] ata1: SATA link down (SStatus 0 SControl 300)
[  194.547373] OOM killer enabled.
[  194.547374] Restarting tasks ... done.
[  194.548195] PM: suspend exit
[  194.694550] rfkill: input handler disabled

I see pci device mentioned is:

0b:00.3 USB controller: Advanced Micro Devices, Inc. [AMD] Matisse USB
3.0 Host Controller

ProblemType: Bug
DistroRelease: Ubuntu 21.04
Package: linux-image-5.11.0-31-generic 5.11.0-31.33
ProcVersionSignature: Ubuntu 5.11.0-31.33-generic 5.11.22
Uname: Linux 5.11.0-31-generic x86_64
NonfreeKernelModules: nvidia_modeset nvidia
ApportVersion: 2.20.11-0ubuntu65.1
Architecture: amd64
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC1:  jacob  2034 F pulseaudio
 /dev/snd/controlC0:  jacob  2034 F pulseaudio
CasperMD5CheckResult: unknown
CurrentDesktop: ubuntu:GNOME
Date: Thu Aug 26 16:57:09 2021
InstallationDate: Installed on 2020-10-28 (302 days ago)
InstallationMedia: Ubuntu 20.10 "Groovy Gorilla" - Release amd64 (20201022)
IwConfig:
 lono wireless extensions.
 
 enp5s0no wireless extensions.
 
 docker0   no wireless extensions.
MachineType: System manufacturer System Product Name
ProcEnviron:
 TERM=xterm-256color
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=
 LANG=en_US.UTF-8
 SHELL=/bin/bash
ProcFB: 0 EFI VGA
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.11.0-31-generic 
root=UUID=f721d5df-ceec-434a-919a-0680ee380996 ro quiet splash vt.handoff=7
RelatedPackageVersions:
 linux-restricted-modules-5.11.0-31-generic N/A
 linux-backports-modules-5.11.0-31-generic  N/A
 linux-firmware 1.197.3
RfKill:
 
SourcePackage: linux
UpgradeStatus: Upgraded to hirsute on 2021-05-14 (104 days ago)
dmi.bios.date: 08/09/2021
dmi.bios.release: 5.17
dmi.bios.vendor: American Megatrends Inc.
dmi.bios.version: 4021
dmi.board.asset.tag: Default string
dmi.board.name: PRIME X570-PRO
dmi.board.vendor: ASUSTeK COMPUTER INC.
dmi.board.version: Rev X.0x
dmi.chassis.asset.tag: Default string
dmi.chassis.type: 3
dmi.chassis.vendor: Default string
dmi.chassis.version: Default string
dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr4021

[Bug 1936754] Re: screen display: the last pixel column (on the right) is displayed on the left

2021-08-22 Thread Jacob Rodgers
I also have the issue on the Raspberry Pi 400. To add a bit more
information, the issue persists when I change resolutions, and also
occurs if I use a different monitor. I have not seen the issue on any
other operating systems.

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

Title:
  screen display: the last pixel column (on the right) is displayed on
  the left

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


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

[Bug 1933490] Re: libguestfs doesn't work

2021-08-05 Thread Jacob Sievert
Okay it occured again and I forgot to document my search for the library
sorry.

But now I could fix it with hardlinking two libraries:

for Ubuntu 20.04:
```
echo '/usr/lib/x86_64-linux-gnu/libparted.so.2*' > 
/usr/lib/x86_64-linux-gnu/guestfs/supermin.d/zz-parted

echo '/usr/lib/x86_64-linux-gnu/libkeyutils.so*' >
/usr/lib/x86_64-linux-gnu/guestfs/supermin.d/zz-keyutils

```

I will try to find the responsible dependency again.

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

Title:
  libguestfs doesn't work

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


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

[Bug 1933490] Re: libguestfs doesn't work

2021-06-24 Thread Jacob Sievert
okay now a colleague tried to reproduce that with a fresh install and
couldn't do that.


I will try to debug it further but it seems that it's an inconsistent result of 
to much meddling with the OS.

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

Title:
  libguestfs doesn't work

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

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

[Bug 1933490] Re: libguestfs doesn't work

2021-06-24 Thread Jacob Sievert
Okay that on with the correct path didn't work

`echo '/usr/lib/x86_64-linux-gnu/libkeyutils.so*' > zz-keyutils`

I should maybe append the version of libguestfs  and the os-version:
guestfish 1.40.2

NAME="Ubuntu"
VERSION="20.04.2 LTS (Focal Fossa)"

I will search and try to find the dependency.

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

Title:
  libguestfs doesn't work

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

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

[Bug 1933490] [NEW] libguestfs doesn't work

2021-06-24 Thread Jacob Sievert
Public bug reported:

When I try to execute libguestfs-test-tool I get the following crash:

The ouput of the command is attached below.

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

** Attachment added: "test_libguesfs_output.txt"
   
https://bugs.launchpad.net/bugs/1933490/+attachment/5506724/+files/test_libguesfs_output.txt

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

Title:
  libguestfs doesn't work

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

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

[Bug 1929870] Re: AMD desktop often fails to resume from deep suspend

2021-06-22 Thread Jacob Abrams
Unclear what changed but I haven't been able to reproduce this issue in
a week or so. My computer is now running:

5.11.0-18-generic

When I reported the bug it was using:

5.11.0-17-generic

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

Title:
  AMD desktop often fails to resume from deep suspend

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

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

[Bug 1929870] Re: AMD desktop often fails to resume from deep suspend

2021-06-10 Thread Jacob Abrams
The magic key doesn't work, the keyboard appears to not function at all
when this happens.

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

Title:
  AMD desktop often fails to resume from deep suspend

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

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

[Bug 1930615] Re: VS Code crashes Vala Appmenu

2021-06-09 Thread Jacob Vlijm
Tested 0.7.3+dfsg1-2ubuntu0.1 on Focal. Then opened VSCode, opened a
directory (using global menu). Now the panel stays fine.

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

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

Title:
  VS Code crashes Vala Appmenu

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

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

[Bug 1929870] Re: AMD desktop often fails to resume from deep suspend

2021-06-07 Thread Jacob Abrams
Okay, I've attached the requested log.

** Attachment added: "journalctl -b -1 -k after suspend failed"
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1929870/+attachment/5502666/+files/jrnl.log

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

Title:
  AMD desktop often fails to resume from deep suspend

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

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

[Bug 1922353] Re: Overview sometimes fails to appear or disappear in gnome-shell 3.38

2021-06-03 Thread Jacob Knopp
I have this bug on a fresh install, sort of a bummer. Disabling the dock
extension did resolve the issue.

System information:
Dell Inspiron 5502 
Intel i7-1165g7 
16 GB RAM dual channel (mixed manufacturer, same RAM specs)
Dual NVMe SSDs, with ubuntu/grub isolated to secondary drive, windows 10 on 
primary drive

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

Title:
  Overview sometimes fails to appear or disappear in gnome-shell 3.38

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

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

[Bug 1929870] Re: AMD desktop often fails to resume from deep suspend

2021-05-27 Thread Jacob Abrams
** Attachment added: "kernel log"
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1929870/+attachment/5500782/+files/kern.log

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

Title:
  AMD desktop often fails to resume from deep suspend

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

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

[Bug 1929870] [NEW] AMD desktop often fails to resume from deep suspend

2021-05-27 Thread Jacob Abrams
Public bug reported:

Machine setup:

Desktop PC
Ubuntu 21.04
Linux version 5.11.0-17-generic
AMD Ryzen 3900X
Asus X590 PRIME PRO motherboard
NVIDIA P400 GPU

Approximately one in every 4 attempts to resume from a deep suspend
fails. When the issue occurs the fans spin up but the monitor displays
no output and input devices do not function, the system appears frozen
and must be restarted using power or reset buttons.

I have tried using different dNVIDIA isplay drivers (proprietary as well
as open source) as well as trying an AMD Radeon HD 6450 GPU instead of
the NVIDIA GPU.

I have tried the following kernel parameters: processor.max_cstate=1
rcu_nocbs=0-23

I have updated the BIOS several times.

I had similar problems with Ubuntu 20.10.

I have enabled some additional kernel logging with initcall_debug.

Fairly consistently the last message printed in the kernel log is from
the ethernet driver:

May 27 09:19:43 jacob-tm kernel: [  230.878348] OOM killer enabled.
May 27 09:19:43 jacob-tm kernel: [  230.878349] Restarting tasks ... 
May 27 09:19:43 jacob-tm kernel: [  230.879023] usb 5-2.3: USB disconnect, 
device number 4
May 27 09:19:43 jacob-tm kernel: [  230.879026] usb 5-2.3.1: USB disconnect, 
device number 5
May 27 09:19:43 jacob-tm kernel: [  230.879285] done.
May 27 09:19:43 jacob-tm kernel: [  230.879318] PM: suspend exit
May 27 09:19:43 jacob-tm kernel: [  230.880916] rfkill: input handler enabled
May 27 09:19:43 jacob-tm kernel: [  230.955727] kauditd_printk_skb: 1 callbacks 
suppressed
May 27 09:19:43 jacob-tm kernel: [  230.955731] audit: type=1400 
audit(1622132383.424:64): apparmor="DENIED" operation="capab
le" profile="/usr/sbin/cupsd" pid=4418 comm="cupsd" capability=12  
capname="net_admin"
May 27 09:19:43 jacob-tm kernel: [  230.966192] audit: type=1400 
audit(1622132383.432:65): apparmor="DENIED" operation="capab
le" profile="/usr/sbin/cups-browsed" pid=4429 comm="cups-browsed" capability=23 
 capname="sys_nice"
May 27 09:19:43 jacob-tm kernel: [  231.120385] rfkill: input handler disabled
May 27 09:19:43 jacob-tm kernel: [  231.225924] usb 5-2.3.2: USB disconnect, 
device number 6
May 27 09:19:43 jacob-tm kernel: [  231.481893] usb 5-2.3.5: USB disconnect, 
device number 7
May 27 09:19:47 jacob-tm kernel: [  235.009576] igb :05:00.0 enp5s0: igb: 
enp5s0 NIC Link is Up 1000 Mbps Full Duplex, Fl
ow Control: RX/TX
May 27 09:19:47 jacob-tm kernel: [  235.009913] IPv6: ADDRCONF(NETDEV_CHANGE): 
enp5s0: link becomes ready

ProblemType: Bug
DistroRelease: Ubuntu 21.04
Package: linux-image-5.11.0-17-generic 5.11.0-17.18
ProcVersionSignature: Ubuntu 5.11.0-17.18-generic 5.11.12
Uname: Linux 5.11.0-17-generic x86_64
NonfreeKernelModules: nvidia_modeset nvidia
ApportVersion: 2.20.11-0ubuntu65.1
Architecture: amd64
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC1:  jacob  2024 F pulseaudio
 /dev/snd/controlC0:  jacob  2024 F pulseaudio
CasperMD5CheckResult: unknown
CurrentDesktop: ubuntu:GNOME
Date: Thu May 27 14:12:33 2021
InstallationDate: Installed on 2020-10-28 (211 days ago)
InstallationMedia: Ubuntu 20.10 "Groovy Gorilla" - Release amd64 (20201022)
IwConfig:
 lono wireless extensions.
 
 enp5s0no wireless extensions.
 
 docker0   no wireless extensions.
MachineType: System manufacturer System Product Name
ProcEnviron:
 TERM=xterm-256color
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=
 LANG=en_US.UTF-8
 SHELL=/bin/bash
ProcFB: 0 EFI VGA
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.11.0-17-generic 
root=UUID=f721d5df-ceec-434a-919a-0680ee380996 ro quiet splash initcall_debug 
processor.max_cstate=1 rcu_nocbs=0-23 vt.handoff=7
RelatedPackageVersions:
 linux-restricted-modules-5.11.0-17-generic N/A
 linux-backports-modules-5.11.0-17-generic  N/A
 linux-firmware 1.197
RfKill:
 
SourcePackage: linux
UpgradeStatus: Upgraded to hirsute on 2021-05-14 (13 days ago)
dmi.bios.date: 05/08/2021
dmi.bios.release: 5.17
dmi.bios.vendor: American Megatrends Inc.
dmi.bios.version: 3604
dmi.board.asset.tag: Default string
dmi.board.name: PRIME X570-PRO
dmi.board.vendor: ASUSTeK COMPUTER INC.
dmi.board.version: Rev X.0x
dmi.chassis.asset.tag: Default string
dmi.chassis.type: 3
dmi.chassis.vendor: Default string
dmi.chassis.version: Default string
dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr3604:bd05/08/2021:br5.17:svnSystemmanufacturer:pnSystemProductName:pvrSystemVersion:rvnASUSTeKCOMPUTERINC.:rnPRIMEX570-PRO:rvrRevX.0x:cvnDefaultstring:ct3:cvrDefaultstring:
dmi.product.family: To be filled by O.E.M.
dmi.product.name: System Product Name
dmi.product.sku: SKU
dmi.product.version: System Version
dmi.sys.vendor: System manufacturer

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


** Tags: amd64 apport-bug hirsute

-- 
You received this bug notification because you are a member of Ubuntu

[Bug 1929295] Re: package libmysqlclient-dev (not installed) failed to install/upgrade: libmariadb-dev:amd64 1:10.3.29+maria~bionic paketinde de bulunan '/usr/lib/x86_64-linux-gnu/libmysqlservices.a'

2021-05-22 Thread jacob brown
** Changed in: mysql-8.0 (Ubuntu)
 Assignee: (unassigned) => jacob brown (jacobbrow)

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

Title:
  package libmysqlclient-dev (not installed) failed to install/upgrade:
  libmariadb-dev:amd64 1:10.3.29+maria~bionic paketinde de bulunan
  '/usr/lib/x86_64-linux-gnu/libmysqlservices.a' dosyasının üzerine
  yazılmaya çalışılıyor

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

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

[Bug 1929296] [NEW] package libmysqlclient-dev (not installed) failed to install/upgrade: libmariadb-dev:amd64 1:10.3.29+maria~bionic paketinde de bulunan '/usr/lib/x86_64-linux-gnu/libmysqlservices.a

2021-05-22 Thread jacob brown
Public bug reported:


package libmysqlclient-dev (not installed) failed to install / upgrade: 
libmariadb-dev: amd64 1: 10.3.29 + maria ~ bionic 
'/usr/lib/x86_64-linux-gnu/libmysqlservices.a' working

ProblemType: Package
DistroRelease: Ubuntu 20.04
Package: libmysqlclient-dev (not installed)
ProcVersionSignature: Ubuntu 5.8.0-53.60~20.04.1-generic 5.8.18
Uname: Linux 5.8.0-53-generic x86_64
ApportVersion: 2.20.11-0ubuntu27.17
AptOrdering:
 libmysqlclient-dev:amd64: Install
 NULL: ConfigurePending
Architecture: amd64
CasperMD5CheckResult: skip
Date: Sat May 22 17:13:09 2021
DpkgTerminalLog:
 Paket açılacak: .../libmysqlclient-dev_8.0.25-0ubuntu0.20.04.1_amd64.deb ...
 Paket açılıyor: libmysqlclient-dev (8.0.25-0ubuntu0.20.04.1) ...
 dpkg: 
/var/cache/apt/archives/libmysqlclient-dev_8.0.25-0ubuntu0.20.04.1_amd64.deb 
arşivi işlenirken sorun yaşandı (--unpack):
  libmariadb-dev:amd64 1:10.3.29+maria~bionic paketinde de bulunan 
'/usr/lib/x86_64-linux-gnu/libmysqlservices.a' dosyasının üzerine yazılmaya 
çalışılıyor
ErrorMessage: libmariadb-dev:amd64 1:10.3.29+maria~bionic paketinde de bulunan 
'/usr/lib/x86_64-linux-gnu/libmysqlservices.a' dosyasının üzerine yazılmaya 
çalışılıyor
InstallationDate: Installed on 2020-12-18 (155 days ago)
InstallationMedia: Ubuntu 20.04.1 LTS "Focal Fossa" - Release amd64 (20200731)
Logs.var.log.daemon.log:
 
Logs.var.log.mysql.error.log: 
MySQLConf.etc.mysql.conf.d.mysql.cnf: [mysql]
MySQLConf.etc.mysql.conf.d.mysqldump.cnf:
 [mysqldump]
 quick
 quote-names
 max_allowed_packet = 16M
MySQLVarLibDirListing: ['performance_schema', 'binlog.06', 'ib_logfile0', 
'aria_log_control', 'owncloud', 'public_key.pem', 'binlog.07', 
'binlog.index', 'ib_buffer_pool', 'binlog.08', 'aria_log.0001', 
'undo_001', 'client-key.pem', 'mysql.ibd', '#ib_16384_0.dblwr', 
'binlog.01', 'server-key.pem', 'ca-key.pem', 'sys', 'binlog.02', 
'client-cert.pem', 'binlog.09', '#ib_16384_1.dblwr', 'ca.pem', 
'ib_logfile1', 'binlog.03', '#rocksdb', 'binlog.04', '#innodb_temp', 
'debian-10.3.flag', 'server-cert.pem', 'auto.cnf', 'ibdata1', 'undo_002', 
'mysql', 'binlog.05', 'private_key.pem']
ProcCmdline: BOOT_IMAGE=/boot/vmlinuz-5.8.0-53-generic 
root=UUID=064f537b-6cc4-4f81-84cd-458101fc1959 ro quiet splash vt.handoff=7
Python3Details: /usr/bin/python3.8, Python 3.8.5, python3-minimal, 
3.8.2-0ubuntu2
PythonDetails: N/A
RelatedPackageVersions:
 dpkg 1.19.7ubuntu3
 apt  2.0.5
SourcePackage: mysql-8.0
Title: package libmysqlclient-dev (not installed) failed to install/upgrade: 
libmariadb-dev:amd64 1:10.3.29+maria~bionic paketinde de bulunan 
'/usr/lib/x86_64-linux-gnu/libmysqlservices.a' dosyasının üzerine yazılmaya 
çalışılıyor
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: mysql-8.0 (Ubuntu)
 Importance: Undecided
 Assignee: jacob brown (jacobbrow)
 Status: New


** Tags: amd64 apport-package focal

** Changed in: mysql-8.0 (Ubuntu)
 Assignee: (unassigned) => jacob brown (jacobbrow)

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

Title:
  package libmysqlclient-dev (not installed) failed to install/upgrade:
  libmariadb-dev:amd64 1:10.3.29+maria~bionic paketinde de bulunan
  '/usr/lib/x86_64-linux-gnu/libmysqlservices.a' dosyasının üzerine
  yazılmaya çalışılıyor

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

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

[Bug 1929295] [NEW] package libmysqlclient-dev (not installed) failed to install/upgrade: libmariadb-dev:amd64 1:10.3.29+maria~bionic paketinde de bulunan '/usr/lib/x86_64-linux-gnu/libmysqlservices.a

2021-05-22 Thread jacob brown
Public bug reported:

package libmysqlclient-dev (not installed) failed to install / upgrade:
libmariadb-dev: amd64 1: 10.3.29 + maria ~ bionic '/usr/lib/x86_64
-linux-gnu/libmysqlservices.a' working

ProblemType: Package
DistroRelease: Ubuntu 20.04
Package: libmysqlclient-dev (not installed)
ProcVersionSignature: Ubuntu 5.8.0-53.60~20.04.1-generic 5.8.18
Uname: Linux 5.8.0-53-generic x86_64
ApportVersion: 2.20.11-0ubuntu27.17
AptOrdering:
 libmysqlclient-dev:amd64: Install
 NULL: ConfigurePending
Architecture: amd64
CasperMD5CheckResult: skip
Date: Sat May 22 17:06:03 2021
DpkgTerminalLog:
 Paket açılacak: .../libmysqlclient-dev_8.0.25-0ubuntu0.20.04.1_amd64.deb ...
 Paket açılıyor: libmysqlclient-dev (8.0.25-0ubuntu0.20.04.1) ...
 dpkg: 
/var/cache/apt/archives/libmysqlclient-dev_8.0.25-0ubuntu0.20.04.1_amd64.deb 
arşivi işlenirken sorun yaşandı (--unpack):
  libmariadb-dev:amd64 1:10.3.29+maria~bionic paketinde de bulunan 
'/usr/lib/x86_64-linux-gnu/libmysqlservices.a' dosyasının üzerine yazılmaya 
çalışılıyor
ErrorMessage: libmariadb-dev:amd64 1:10.3.29+maria~bionic paketinde de bulunan 
'/usr/lib/x86_64-linux-gnu/libmysqlservices.a' dosyasının üzerine yazılmaya 
çalışılıyor
InstallationDate: Installed on 2020-12-18 (155 days ago)
InstallationMedia: Ubuntu 20.04.1 LTS "Focal Fossa" - Release amd64 (20200731)
Logs.var.log.daemon.log:
 
Logs.var.log.mysql.error.log: 
MySQLConf.etc.mysql.conf.d.mysql.cnf: [mysql]
MySQLConf.etc.mysql.conf.d.mysqldump.cnf:
 [mysqldump]
 quick
 quote-names
 max_allowed_packet = 16M
MySQLVarLibDirListing: ['performance_schema', 'binlog.06', 'ib_logfile0', 
'aria_log_control', 'owncloud', 'public_key.pem', 'binlog.07', 
'binlog.index', 'ib_buffer_pool', 'binlog.08', 'aria_log.0001', 
'undo_001', 'client-key.pem', 'mysql.ibd', '#ib_16384_0.dblwr', 
'binlog.01', 'server-key.pem', 'ca-key.pem', 'sys', 'binlog.02', 
'client-cert.pem', 'binlog.09', '#ib_16384_1.dblwr', 'ca.pem', 
'ib_logfile1', 'binlog.03', '#rocksdb', 'binlog.04', '#innodb_temp', 
'debian-10.3.flag', 'server-cert.pem', 'auto.cnf', 'ibdata1', 'undo_002', 
'mysql', 'binlog.05', 'private_key.pem']
ProcCmdline: BOOT_IMAGE=/boot/vmlinuz-5.8.0-53-generic 
root=UUID=064f537b-6cc4-4f81-84cd-458101fc1959 ro quiet splash vt.handoff=7
Python3Details: /usr/bin/python3.8, Python 3.8.5, python3-minimal, 
3.8.2-0ubuntu2
PythonDetails: N/A
RelatedPackageVersions:
 dpkg 1.19.7ubuntu3
 apt  2.0.5
SourcePackage: mysql-8.0
Title: package libmysqlclient-dev (not installed) failed to install/upgrade: 
libmariadb-dev:amd64 1:10.3.29+maria~bionic paketinde de bulunan 
'/usr/lib/x86_64-linux-gnu/libmysqlservices.a' dosyasının üzerine yazılmaya 
çalışılıyor
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: mysql-8.0 (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-package focal

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

Title:
  package libmysqlclient-dev (not installed) failed to install/upgrade:
  libmariadb-dev:amd64 1:10.3.29+maria~bionic paketinde de bulunan
  '/usr/lib/x86_64-linux-gnu/libmysqlservices.a' dosyasının üzerine
  yazılmaya çalışılıyor

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

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

[Bug 1929270] [NEW] package libmysqlclient-dev (not installed) failed to install/upgrade: libmariadb-dev:amd64 1:10.3.29+maria~bionic paketinde de bulunan '/usr/lib/x86_64-linux-gnu/libmysqlservices.a

2021-05-22 Thread jacob brown
Public bug reported:

package libmysqlclient-dev (not installed) failed to install / upgrade:
libmariadb-dev: amd64 1: 10.3.29 + maria ~ bionic overwrite file
'/usr/lib/x86_64-linux-gnu/libmysqlservices.a' working

ProblemType: Package
DistroRelease: Ubuntu 20.04
Package: libmysqlclient-dev (not installed)
ProcVersionSignature: Ubuntu 5.8.0-53.60~20.04.1-generic 5.8.18
Uname: Linux 5.8.0-53-generic x86_64
ApportVersion: 2.20.11-0ubuntu27.17
AptOrdering:
 libmariadb-dev-compat:amd64: Remove
 libdbi-perl:amd64: Install
 libmysqlclient-dev:amd64: Install
 NULL: ConfigurePending
Architecture: amd64
CasperMD5CheckResult: skip
Date: Sat May 22 12:56:22 2021
ErrorMessage: libmariadb-dev:amd64 1:10.3.29+maria~bionic paketinde de bulunan 
'/usr/lib/x86_64-linux-gnu/libmysqlservices.a' dosyasının üzerine yazılmaya 
çalışılıyor
InstallationDate: Installed on 2020-12-18 (155 days ago)
InstallationMedia: Ubuntu 20.04.1 LTS "Focal Fossa" - Release amd64 (20200731)
Logs.var.log.daemon.log:
 
Logs.var.log.mysql.error.log: 
MySQLConf.etc.mysql.conf.d.mysql.cnf: [mysql]
MySQLConf.etc.mysql.conf.d.mysqldump.cnf:
 [mysqldump]
 quick
 quote-names
 max_allowed_packet = 16M
MySQLVarLibDirListing: ['performance_schema', 'binlog.06', 'ib_logfile0', 
'aria_log_control', 'owncloud', 'public_key.pem', 'binlog.07', 
'binlog.index', 'ib_buffer_pool', 'binlog.08', 'aria_log.0001', 
'undo_001', 'client-key.pem', 'mysql.ibd', '#ib_16384_0.dblwr', 
'binlog.01', 'server-key.pem', 'ca-key.pem', 'sys', 'binlog.02', 
'client-cert.pem', 'binlog.09', '#ib_16384_1.dblwr', 'ca.pem', 
'ib_logfile1', 'binlog.03', '#rocksdb', 'binlog.04', '#innodb_temp', 
'debian-10.3.flag', 'server-cert.pem', 'auto.cnf', 'ibdata1', 'undo_002', 
'mysql', 'binlog.05', 'private_key.pem']
ProcCmdline: BOOT_IMAGE=/boot/vmlinuz-5.8.0-53-generic 
root=UUID=064f537b-6cc4-4f81-84cd-458101fc1959 ro quiet splash vt.handoff=7
Python3Details: /usr/bin/python3.8, Python 3.8.5, python3-minimal, 
3.8.2-0ubuntu2
PythonDetails: N/A
RelatedPackageVersions:
 dpkg 1.19.7ubuntu3
 apt  2.0.5
SourcePackage: mysql-8.0
Title: package libmysqlclient-dev (not installed) failed to install/upgrade: 
libmariadb-dev:amd64 1:10.3.29+maria~bionic paketinde de bulunan 
'/usr/lib/x86_64-linux-gnu/libmysqlservices.a' dosyasının üzerine yazılmaya 
çalışılıyor
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: mysql-8.0 (Ubuntu)
 Importance: Undecided
 Assignee: jacob brown (jacobbrow)
 Status: New


** Tags: amd64 apport-package focal

** Changed in: mysql-8.0 (Ubuntu)
 Assignee: (unassigned) => jacob brown (jacobbrow)

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

Title:
  package libmysqlclient-dev (not installed) failed to install/upgrade:
  libmariadb-dev:amd64 1:10.3.29+maria~bionic paketinde de bulunan
  '/usr/lib/x86_64-linux-gnu/libmysqlservices.a' dosyasının üzerine
  yazılmaya çalışılıyor

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

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

[Bug 1928340] Re: package mysql-server-8.0 8.0.23-0ubuntu0.20.04.1 failed to install/upgrade: new mysql-server-8.0 package pre-removal script subprocess returned error exit status 1

2021-05-13 Thread jacob brown
** Attachment removed: ".etc.apparmor.d.usr.sbin.mysqld.txt"
   
https://bugs.launchpad.net/ubuntu/+source/mysql-8.0/+bug/1928340/+attachment/5497068/+files/.etc.apparmor.d.usr.sbin.mysqld.txt

** Attachment removed: "ProcCpuinfoMinimal.txt"
   
https://bugs.launchpad.net/ubuntu/+source/mysql-8.0/+bug/1928340/+attachment/5497081/+files/ProcCpuinfoMinimal.txt

** Attachment removed: "MySQLConf.etc.mysql.mysql.conf.d.mysqld.cnf.txt"
   
https://bugs.launchpad.net/ubuntu/+source/mysql-8.0/+bug/1928340/+attachment/5497080/+files/MySQLConf.etc.mysql.mysql.conf.d.mysqld.cnf.txt

** Attachment removed: "DpkgHistoryLog.txt"
   
https://bugs.launchpad.net/ubuntu/+source/mysql-8.0/+bug/1928340/+attachment/5497073/+files/DpkgHistoryLog.txt

** Attachment removed: "AptOrdering.txt"
   
https://bugs.launchpad.net/ubuntu/+source/mysql-8.0/+bug/1928340/+attachment/5497069/+files/AptOrdering.txt

** Attachment removed: "Df.txt"
   
https://bugs.launchpad.net/ubuntu/+source/mysql-8.0/+bug/1928340/+attachment/5497071/+files/Df.txt

** Attachment removed: "MySQLConf.etc.mysql.mysql.conf.d.mysql.cnf.txt"
   
https://bugs.launchpad.net/ubuntu/+source/mysql-8.0/+bug/1928340/+attachment/5497079/+files/MySQLConf.etc.mysql.mysql.conf.d.mysql.cnf.txt

** Attachment removed: "Dependencies.txt"
   
https://bugs.launchpad.net/ubuntu/+source/mysql-8.0/+bug/1928340/+attachment/5497070/+files/Dependencies.txt

** Attachment removed: "Dmesg.txt"
   
https://bugs.launchpad.net/ubuntu/+source/mysql-8.0/+bug/1928340/+attachment/5497072/+files/Dmesg.txt

** Attachment removed: "MySQLConf.etc.mysql.mysql.cnf.txt"
   
https://bugs.launchpad.net/ubuntu/+source/mysql-8.0/+bug/1928340/+attachment/5497078/+files/MySQLConf.etc.mysql.mysql.cnf.txt

** Attachment removed: "DpkgTerminalLog.txt"
   
https://bugs.launchpad.net/ubuntu/+source/mysql-8.0/+bug/1928340/+attachment/5497074/+files/DpkgTerminalLog.txt

** Attachment removed: "DuplicateSignature.txt"
   
https://bugs.launchpad.net/ubuntu/+source/mysql-8.0/+bug/1928340/+attachment/5497075/+files/DuplicateSignature.txt

** Attachment removed: "MySQLConf.etc.mysql.my.cnf.txt"
   
https://bugs.launchpad.net/ubuntu/+source/mysql-8.0/+bug/1928340/+attachment/5497077/+files/MySQLConf.etc.mysql.my.cnf.txt

** Attachment removed: "KernLog.txt"
   
https://bugs.launchpad.net/ubuntu/+source/mysql-8.0/+bug/1928340/+attachment/5497076/+files/KernLog.txt

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

Title:
  package mysql-server-8.0 8.0.23-0ubuntu0.20.04.1 failed to
  install/upgrade: new mysql-server-8.0 package pre-removal script
  subprocess returned error exit status 1

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

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

[Bug 1928340] Re: package mysql-server-8.0 8.0.23-0ubuntu0.20.04.1 failed to install/upgrade: new mysql-server-8.0 package pre-removal script subprocess returned error exit status 1

2021-05-13 Thread jacob brown
** Changed in: mysql-8.0 (Ubuntu)
 Assignee: (unassigned) => jacob brown (jacobbrow)

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

Title:
  package mysql-server-8.0 8.0.23-0ubuntu0.20.04.1 failed to
  install/upgrade: new mysql-server-8.0 package pre-removal script
  subprocess returned error exit status 1

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

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

[Bug 1928340] [NEW] package mysql-server-8.0 8.0.23-0ubuntu0.20.04.1 failed to install/upgrade: new mysql-server-8.0 package pre-removal script subprocess returned error exit status 1

2021-05-13 Thread jacob brown
Public bug reported:

sorry ubuntu 20.04 encountered an internal error  
mysql-server-8.0.8.0.25-0ubuntu0.20.04.1
ExecutablePath
/usr/bin/unattended-upgrade
Package
unattended-upgrades 2.3ubuntu0.1
ProblemType
Crash
title 
unattended-upgrade crashed with apt_pkg error in clear():E:The package 
mysql-server-8.0 needs to be
reinstalled'but ı can't find an archive for it.
Traceback

Traceback(most recent call last):
file "/usr/bin/unattended-upgrade"line 2514 in 
sys.exit(main(options))
file"/usr/bin/unattended-upgrade" line 1985 in main 
res = run (options rotdir mem_log logfile_dpkg 
file usr/bin/unattended-upgrade" line 2157 in run 
pkgs_to_upgrade = calculate_upgradable_pkgs
cache.clear()
file "/usr/lib/pyton3/dist-packages/apt/cache.py" line 700 in clear
self._depcache.init()
apt_pkg.Error:E:The package mysql-server-8.0 needs to be reinstalled.but ı 
can't find an archive for it.

ProblemType: Package
DistroRelease: Ubuntu 20.04
Package: mysql-server-8.0 8.0.23-0ubuntu0.20.04.1
ProcVersionSignature: Ubuntu 5.8.0-53.60~20.04.1-generic 5.8.18
Uname: Linux 5.8.0-53-generic x86_64
ApportVersion: 2.20.11-0ubuntu27.17
Architecture: amd64
CasperMD5CheckResult: skip
Date: Thu May 13 02:11:42 2021
ErrorMessage: new mysql-server-8.0 package pre-removal script subprocess 
returned error exit status 1
InstallationDate: Installed on 2020-12-18 (146 days ago)
InstallationMedia: Ubuntu 20.04.1 LTS "Focal Fossa" - Release amd64 (20200731)
Logs.var.log.daemon.log:
 
Logs.var.log.mysql.error.log: 
MySQLConf.etc.mysql.conf.d.mysql.cnf: [mysql]
MySQLConf.etc.mysql.conf.d.mysqldump.cnf:
 [mysqldump]
 quick
 quote-names
 max_allowed_packet = 16M
MySQLVarLibDirListing: ['performance_schema', 'ibtmp1', 'binlog.06', 
'ib_logfile0', 'phpmyadmin', 'aria_log_control', 'beyagu-desktop.err', 
'public_key.pem', 'binlog.07', 'binlog.index', 'ib_buffer_pool', 
'aria_log.0001', 'undo_001', 'client-key.pem', 'mysql.ibd', 
'#ib_16384_0.dblwr', 'binlog.01', 'server-key.pem', 'ca-key.pem', 'sys', 
'binlog.02', 'client-cert.pem', '#ib_16384_1.dblwr', 'ca.pem', 
'ib_logfile1', 'binlog.03', 'binlog.04', '#innodb_temp', 
'debian-10.3.flag', 'server-cert.pem', 'auto.cnf', 'ibdata1', 'undo_002', 
'mysql', 'binlog.05', 'beyagu-desktop.pid', 'private_key.pem']
ProcCmdline: BOOT_IMAGE=/boot/vmlinuz-5.8.0-53-generic 
root=UUID=064f537b-6cc4-4f81-84cd-458101fc1959 ro quiet splash vt.handoff=7
Python3Details: /usr/bin/python3.8, Python 3.8.5, python3-minimal, 
3.8.2-0ubuntu2
PythonDetails: N/A
RelatedPackageVersions:
 dpkg 1.19.7ubuntu3
 apt  2.0.5
SourcePackage: mysql-8.0
Title: package mysql-server-8.0 8.0.23-0ubuntu0.20.04.1 failed to 
install/upgrade: new mysql-server-8.0 package pre-removal script subprocess 
returned error exit status 1
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: mysql-8.0 (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-package focal third-party-packages

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

Title:
  package mysql-server-8.0 8.0.23-0ubuntu0.20.04.1 failed to
  install/upgrade: new mysql-server-8.0 package pre-removal script
  subprocess returned error exit status 1

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

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

[Bug 1648534] Re: gnome-software crashed with SIGTRAP in g_wakeup_new from g_main_context_new from g_dbus_connection_send_message_with_reply_sync from g_dbus_connection_call_sync_internal from g_dbus_

2021-04-11 Thread Jacob T Westmore
THEE ONLY THING OLDER THAN GNOME:::
DEBAIN:

http://ftp.debian.org/debian/

AND! THEE most widely supported new terminal code, 
SNAPD / SNAP:

https://snapcraft.io/build

__
ARE MENT TO COMMUNICATE DOWN TO ROOT DIRECTLY 
SHARE FOLDERS
AND TOGETHER PLAY WELL
...
..
.
GNOME needs support, feels left out, and wants to communicate also ;)

** Attachment added: "BEST answer i got..."
   
https://bugs.launchpad.net/gnome-software/+bug/1648534/+attachment/5486661/+files/snapd-master.zip

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

Title:
  gnome-software crashed with SIGTRAP in g_wakeup_new from
  g_main_context_new from g_dbus_connection_send_message_with_reply_sync
  from g_dbus_connection_call_sync_internal from
  g_dbus_connection_call_sync

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

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

[Bug 1648534] Re: gnome-software crashed with SIGTRAP in g_wakeup_new from g_main_context_new from g_dbus_connection_send_message_with_reply_sync from g_dbus_connection_call_sync_internal from g_dbus_

2021-04-11 Thread Jacob T Westmore
https://forms.canonical.com/reports/?faform_email=notech4u%40gmail.com_fullname=Jacob+T+Westmore_lpid=notech4u_openid=https%3A%2F%2Flogin.launchpad.net%2F%2Bid%2FwKpppmM

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

Title:
  gnome-software crashed with SIGTRAP in g_wakeup_new from
  g_main_context_new from g_dbus_connection_send_message_with_reply_sync
  from g_dbus_connection_call_sync_internal from
  g_dbus_connection_call_sync

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

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

[Bug 1648534] Re: gnome-software crashed with SIGTRAP in g_wakeup_new from g_main_context_new from g_dbus_connection_send_message_with_reply_sync from g_dbus_connection_call_sync_internal from g_dbus_

2021-04-11 Thread Jacob T Westmore
GUYS!

FIND THE ARGUMENTS [arg...]:
https://askubuntu.com/questions/1152177/passing-arguments-to-a-script

&

HOW TO with arguments found^^:
https://linuxize.com/post/how-to-add-user-to-sudoers-in-ubuntu/

&&

DISTRO to compile from:
http://ftp.debian.org/debian/

TTYS

** Also affects: gnome-software
   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/1648534

Title:
  gnome-software crashed with SIGTRAP in g_wakeup_new from
  g_main_context_new from g_dbus_connection_send_message_with_reply_sync
  from g_dbus_connection_call_sync_internal from
  g_dbus_connection_call_sync

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

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

[Bug 1921958] [NEW] Ubiquity fatal error : "cannot create grub on /dev/sda"

2021-03-30 Thread Jacob Vlijm
Public bug reported:

On 21.04 install, early in the process, "ubi-partman failed with exit
code 141. Then on choosing "retry", all seems to succeed. At the end of
the install however: "fatal error : "cannot create grub on /dev/sda"

ProblemType: Bug
DistroRelease: Ubuntu 21.04
Package: ubiquity 21.04.12
ProcVersionSignature: Ubuntu 5.11.0-11.12-generic 5.11.0
Uname: Linux 5.11.0-11-generic x86_64
NonfreeKernelModules: zfs zunicode zavl icp zcommon znvpair
ApportVersion: 2.20.11-0ubuntu61
Architecture: amd64
CasperMD5CheckResult: pass
CasperVersion: 1.461
Date: Tue Mar 30 23:22:17 2021
InstallCmdLine: BOOT_IMAGE=/casper/vmlinuz 
file=/cdrom/preseed/ubuntu-budgie.seed maybe-ubiquity quiet splash ---
LiveMediaBuild: Ubuntu-Budgie 21.04 "Hirsute Hippo" - Beta amd64 (20210330)
RebootRequiredPkgs:
 linux-image-5.11.0-11-generic
 linux-base
SourcePackage: grub-installer
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug hirsute ubiquity-21.04.12 ubuntu-budgie

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

Title:
  Ubiquity fatal error : "cannot create grub on /dev/sda"

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

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

[Bug 1915548] [NEW] package libdb5.3:i386 5.3.28+dfsg1-0.6ubuntu2 failed to install/upgrade: package is in a very bad inconsistent state; you should reinstall it before attempting configuration

2021-02-12 Thread Marcio Jacob Hessel
Public bug reported:

yes

ProblemType: Package
DistroRelease: Ubuntu 20.04
Package: libdb5.3:i386 5.3.28+dfsg1-0.6ubuntu2
ProcVersionSignature: Ubuntu 5.8.0-43.49~20.04.1-generic 5.8.18
Uname: Linux 5.8.0-43-generic x86_64
ApportVersion: 2.20.11-0ubuntu27.16
Architecture: amd64
CasperMD5CheckResult: skip
Date: Fri Feb 12 03:11:48 2021
ErrorMessage: package is in a very bad inconsistent state; you should  
reinstall it before attempting configuration
PackageArchitecture: i386
Python3Details: /usr/bin/python3.8, Python 3.8.5, unpackaged
PythonDetails: N/A
RelatedPackageVersions:
 dpkg 1.19.7ubuntu3
 apt  2.0.4
SourcePackage: db5.3
Title: package libdb5.3:i386 5.3.28+dfsg1-0.6ubuntu2 failed to install/upgrade: 
package is in a very bad inconsistent state; you should  reinstall it before 
attempting configuration
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: db5.3 (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-package focal i386

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

Title:
  package libdb5.3:i386 5.3.28+dfsg1-0.6ubuntu2 failed to
  install/upgrade: package is in a very bad inconsistent state; you
  should  reinstall it before attempting configuration

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/db5.3/+bug/1915548/+subscriptions

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

[Bug 1914538] [NEW] package grub-pc 2.04-1ubuntu26.8 failed to install/upgrade: installed grub-pc package post-installation script subprocess returned error exit status 10

2021-02-03 Thread Marcio Jacob Hessel
Public bug reported:

new

ProblemType: Package
DistroRelease: Ubuntu 20.04
Package: grub-pc 2.04-1ubuntu26.8
ProcVersionSignature: Ubuntu 5.8.0-41.46~20.04.1-generic 5.8.18
Uname: Linux 5.8.0-41-generic x86_64
ApportVersion: 2.20.11-0ubuntu27.16
Architecture: amd64
CasperMD5CheckResult: skip
Date: Wed Feb  3 16:46:51 2021
DuplicateSignature:
 package:grub-pc:2.04-1ubuntu26.8
 Setting up grub-pc (2.04-1ubuntu26.8) ...
 dpkg: error processing package grub-pc (--configure):
  installed grub-pc package post-installation script subprocess returned error 
exit status 10
ErrorMessage: installed grub-pc package post-installation script subprocess 
returned error exit status 10
ProcCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.8.0-41-generic 
root=UUID=a87170dd-f590-4218-a7e9-1e00f84cfe24 ro quiet splash vt.handoff=7
Python3Details: /usr/bin/python3.8, Python 3.8.5, unpackaged
PythonDetails: N/A
RelatedPackageVersions:
 dpkg 1.19.7ubuntu3
 apt  2.0.4
SourcePackage: grub2
Title: package grub-pc 2.04-1ubuntu26.8 failed to install/upgrade: installed 
grub-pc package post-installation script subprocess returned error exit status 
10
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-package focal

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

Title:
  package grub-pc 2.04-1ubuntu26.8 failed to install/upgrade: installed
  grub-pc package post-installation script subprocess returned error
  exit status 10

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

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

[Bug 1800509] Re: unable to handle kernel NULL pointer dereference at 0000000000000007

2020-10-26 Thread Jacob
in case anyone's interested, the upstream fix is:

commit c4f9c701f9b44299e6adbc58d1a4bb2c40383494
Author: Huang Ying 
Date:   Thu Oct 15 20:06:07 2020 -0700
mm: fix a race during THP splitting

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

Title:
  unable to handle kernel NULL pointer dereference at 0007

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

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

[Bug 1823859] Re: NULL pointer dereference in split_swap_cluster

2020-10-26 Thread Jacob
in case anyone's interested, the upstream fix is:

commit c4f9c701f9b44299e6adbc58d1a4bb2c40383494
Author: Huang Ying 
Date:   Thu Oct 15 20:06:07 2020 -0700
mm: fix a race during THP splitting

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

Title:
  NULL pointer dereference in split_swap_cluster

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

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

[Bug 1900815] [NEW] Ubiquity error: ,'grub-install /dev/sda failed'

2020-10-21 Thread Jacob Vlijm
Public bug reported:

While installing (replacing existing 20.04), installer mentions "grub-
install /dev/sda failed" - no details given. At the same time, installer
saYs installation finished.

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: Budgie
Date: Wed Oct 21 10:48:53 2020
InstallCmdLine: BOOT_IMAGE=/casper/vmlinuz 
file=/cdrom/preseed/ubuntu-budgie.seed maybe-ubiquity quiet splash ---
LiveMediaBuild: Ubuntu-Budgie 20.10 "Groovy Gorilla" - Release amd64 (20201020)
ProcEnviron:
 LANGUAGE=nl_NL.UTF-8
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=
 LANG=nl_NL.UTF-8
 LC_NUMERIC=C.UTF-8
RebootRequiredPkgs:
 linux-image-5.8.0-25-generic
 linux-base
SourcePackage: grub-installer
UpgradeStatus: No upgrade log present (probably fresh install)

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


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

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

Title:
  Ubiquity error: ,'grub-install /dev/sda failed'

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

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

[Bug 1822394] Re: [Dell BIOSes dated 27 Mar 2019, XPS 9575, Precision 5530 2-in-1] laptop keyboard & touchpad not working at gdm screen after boot

2020-09-28 Thread Jacob Johannsen
A very similar bug has started affecting me since I upgraded to Ubuntu
20.04.

On my laptop (Dell XPS 15 9560) I am unable to decrypt my harddrive
because the keyboard is unresponsive so I can't enter the password.

I have found a workaround for that issue, which is to boot in recovery
mode (the keyboard works in the grub menu), then drop to a root shell
and run `reboot`. Upon reboot the keyboard works and lets me decrypt the
drive and log in.

It does not work to enter the grub menu and choose normal boot, nor does
it work if I do a hard reboot after booting in recovery mode.

During a Gnome session the keyboard and touchpad will occasionally
become unresponsive as well. The workaround here is to press the power
button - this brings up the logout dialog, which causes the touchpad and
keyboard to work again.

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

Title:
  [Dell BIOSes dated 27 Mar 2019, XPS 9575, Precision 5530 2-in-1]
  laptop keyboard & touchpad not working at gdm screen after boot

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

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

[Bug 1885693] Re: Unwanted reboot after screen is locked

2020-09-20 Thread Jacob Bunk Nielsen
This is still a problem for me. What extra information would be
required?

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

Title:
  Unwanted reboot after screen is locked

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

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

[Bug 1894155] Re: libpam-moudles update failure

2020-09-03 Thread Jacob Jiahao Xu
$ sudo lsof /var/cache/debconf/config.dat
$ sudo kill [pid listed above]

then update is successful.

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

Title:
  libpam-moudles update failure

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

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

[Bug 1894155] [NEW] libpam-moudles update failure

2020-09-03 Thread Jacob Jiahao Xu
Public bug reported:

today ubuntu software updater pushed a update, but it failed when update
libpam-modules from 1.3.1-5ubuntu4.1 to 1.3.1-5ubuntu4.1.

after that i tried to update this package manually, here is the error
reported.

debconf: DbDriver "config": /var/cache/debconf/config.dat is locked by another 
process: Resource temporarily unavailable
(Reading database ... 187403 files and directories currently installed.)
Preparing to unpack .../libpam-modules_1.3.1-5ubuntu4.1_amd64.deb ...
debconf: DbDriver "config": /var/cache/debconf/config.dat is locked by another p
rocess: Resource temporarily unavailable
dpkg: error processing archive /var/cache/apt/archives/libpam-modules_1.3.1-5ubu
ntu4.1_amd64.deb (--unpack):
 new libpam-modules:amd64 package pre-installation script subprocess returned er
ror exit status 1
Errors were encountered while processing:
 /var/cache/apt/archives/libpam-modules_1.3.1-5ubuntu4.1_amd64.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)


seems caused by debconf, similar to the bug below: 

https://bugs.launchpad.net/ubuntu/+source/libgtk3-perl/+bug/1871960

ProblemType: Bug
DistroRelease: Ubuntu 20.04
Package: libpam-modules 1.3.1-5ubuntu4
ProcVersionSignature: Ubuntu 5.4.0-45.49-generic 5.4.55
Uname: Linux 5.4.0-45-generic x86_64
ApportVersion: 2.20.11-0ubuntu27.8
Architecture: amd64
CasperMD5CheckResult: skip
CurrentDesktop: ubuntu:GNOME
Date: Thu Sep  3 17:34:21 2020
InstallationDate: Installed on 2020-08-18 (16 days ago)
InstallationMedia: Ubuntu 20.04.1 LTS "Focal Fossa" - Release amd64 (20200731)
ProcEnviron:
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: pam
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug focal

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

Title:
  libpam-moudles update failure

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

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

[Bug 1683383] Re: Keyboard layout change on hotkeys press instead of release and do not work well with shortcuts (reopen)

2020-08-22 Thread Jacob Becker
To whom it may concern, I have uploaded xorg-server 1.20.8 packages for
Ubuntu 18.04.5 amd64 (with the patch from
https://bugs.freedesktop.org/show_bug.cgi?id=865 applied) to
https://drive.google.com/drive/folders/1s4NavrQ4LBrafbTBd3ASRZ22vK7Nblvc?usp=sharing

Generally, to get the topic issue fixed, you need to install only one of
the packages: xserver-xorg-core-
hwe-18.04_1.20.8-2ubuntu2.2~18.04.1_amd64.deb

To apply the patch and build the binaries and packages, I used my script
mentioned in comment #25.

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

Title:
  Keyboard layout change on hotkeys press instead of release and do not
  work well with shortcuts (reopen)

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

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

[Bug 1823859] Re: NULL pointer dereference in split_swap_cluster

2020-08-04 Thread Jacob
this bug is present in the current upstream also (v5.8).
Red Hat is working on the fix (ref: 1739593, private).

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

Title:
  NULL pointer dereference in split_swap_cluster

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

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

[Bug 1800509] Re: unable to handle kernel NULL pointer dereference at 0000000000000007

2020-08-04 Thread Jacob
this bug is present in the current upstream also (v5.8).
Red Hat is working on the fix (ref: 1739593, private)

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

Title:
  unable to handle kernel NULL pointer dereference at 0007

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

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

[Bug 1874567] Re: [nvidia] Rotating secondary monitor to portrait fails, results in landscape

2020-08-02 Thread Benjamin Jacob Reji
Regarding bug mentioned in Side note 2 of 
#20 Comment 
(https://bugs.launchpad.net/ubuntu/+source/mutter/+bug/1874567/comments/20)

I face the same issue, and am able to fix it via the fractional scaling method.
I was able to reproduce this over two separate clean installs on my machine.

Also following #20 comment helped solved the display rotating issue.
Thank you devs for the fix.
Regards

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

Title:
  [nvidia] Rotating secondary monitor to portrait fails, results in
  landscape

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

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

[Bug 1887904] Re: Random reboots

2020-07-31 Thread Jacob Dekel
Problem no longer happens with kernel 5.4.0-42-generic. 
all previous kernels do not have corresponding headers in the repository:
*Error! Your kernel headers for kernel 5.4.0-40-generic cannot be found.*
so problem cannot be reproduced and can therefore be closd.

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

Title:
  Random reboots

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

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

[Bug 1881261] Re: [SRU] v1.0.2 service release for budgie-extras

2020-07-21 Thread Jacob Vlijm
Tested extras 1.0.2-Oubuntu1 - did all the suggested tests. No
regression occured, all tests were succesfull, only dropby did not open
the usb after switching user.

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

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

Title:
  [SRU] v1.0.2 service release for budgie-extras

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

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

[Bug 1887905] [NEW] Random reboots

2020-07-17 Thread Jacob Dekel
*** This bug is a duplicate of bug 1887904 ***
https://bugs.launchpad.net/bugs/1887904

Public bug reported:

While using the system (Ubuntu 20.04) the system reboots with no apparent 
cause. 
Never happened without using keyboard and/or mouse (e.g., doesn't happen at 
night).
Sometimes happens while just touching the mouse, but sometimes after 30 minutes 
of extensive use.

I built a custom kernel per these instructions: 
https://wiki.ubuntu.com/KernelTeam/GitKernelBuild
and the problem does not happen so far (over a day of work where before it 
happened at least every hour)

ProblemType: Bug
DistroRelease: Ubuntu 20.04
Package: linux-image-5.4.0-40-generic 5.4.0-40.44
ProcVersionSignature: Ubuntu 5.4.0-40.44-generic 5.4.44
Uname: Linux 5.4.0-40-generic x86_64
ApportVersion: 2.20.11-0ubuntu27.3
Architecture: amd64
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC1:  yakov  1952 F pulseaudio
 /dev/snd/controlC0:  yakov  1952 F pulseaudio
 /dev/snd/controlC2:  yakov  1952 F pulseaudio
CasperMD5CheckResult: skip
CurrentDesktop: ubuntu:GNOME
Date: Fri Jul 17 10:40:52 2020
InstallationDate: Installed on 2019-10-21 (270 days ago)
InstallationMedia: Ubuntu 19.10 "Eoan Ermine" - Release amd64 (20191017)
IwConfig:
 lono wireless extensions.
 
 eno1  no wireless extensions.
MachineType: System manufacturer System Product Name
ProcFB: 0 i915drmfb
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.4.0-40-generic 
root=/dev/mapper/vg0-ubuntu--20.04 ro quiet splash nvidia-drm.modeset=1 debug 
ignore_loglevel
RelatedPackageVersions:
 linux-restricted-modules-5.4.0-40-generic N/A
 linux-backports-modules-5.4.0-40-generic  N/A
 linux-firmware1.187.1
RfKill:
 0: hci0: Bluetooth
Soft blocked: no
Hard blocked: no
SourcePackage: linux
UpgradeStatus: Upgraded to focal on 2020-06-19 (27 days ago)
dmi.bios.date: 10/24/2019
dmi.bios.vendor: American Megatrends Inc.
dmi.bios.version: 2606
dmi.board.asset.tag: Default string
dmi.board.name: ROG STRIX Z390-H GAMING
dmi.board.vendor: ASUSTeK COMPUTER INC.
dmi.board.version: Rev X.0x
dmi.chassis.asset.tag: Default string
dmi.chassis.type: 3
dmi.chassis.vendor: Default string
dmi.chassis.version: Default string
dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr2606:bd10/24/2019:svnSystemmanufacturer:pnSystemProductName:pvrSystemVersion:rvnASUSTeKCOMPUTERINC.:rnROGSTRIXZ390-HGAMING:rvrRevX.0x:cvnDefaultstring:ct3:cvrDefaultstring:
dmi.product.family: To be filled by O.E.M.
dmi.product.name: System Product Name
dmi.product.sku: ASUS_MB_CNL
dmi.product.version: System Version
dmi.sys.vendor: System manufacturer

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


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

** This bug has been marked a duplicate of bug 1887904
   Random reboots

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

Title:
  Random reboots

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

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

[Bug 1887904] [NEW] Random reboots

2020-07-17 Thread Jacob Dekel
Public bug reported:

While using the system (Ubuntu 20.04) the system reboots with no apparent 
cause. 
Never happened without using keyboard and/or mouse (e.g., doesn't happen at 
night).
Sometimes happens while just touching the mouse, but sometimes after 30 minutes 
of extensive use.

I built a custom kernel per these instructions: 
https://wiki.ubuntu.com/KernelTeam/GitKernelBuild
and the problem does not happen so far (over a day of work where before it 
happened at least every hour)

ProblemType: Bug
DistroRelease: Ubuntu 20.04
Package: linux-image-5.4.0-40-generic 5.4.0-40.44
ProcVersionSignature: Ubuntu 5.4.0-40.44-generic 5.4.44
Uname: Linux 5.4.0-40-generic x86_64
ApportVersion: 2.20.11-0ubuntu27.3
Architecture: amd64
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC1:  yakov  1952 F pulseaudio
 /dev/snd/controlC0:  yakov  1952 F pulseaudio
 /dev/snd/controlC2:  yakov  1952 F pulseaudio
CasperMD5CheckResult: skip
CurrentDesktop: ubuntu:GNOME
Date: Fri Jul 17 10:40:52 2020
InstallationDate: Installed on 2019-10-21 (270 days ago)
InstallationMedia: Ubuntu 19.10 "Eoan Ermine" - Release amd64 (20191017)
IwConfig:
 lono wireless extensions.
 
 eno1  no wireless extensions.
MachineType: System manufacturer System Product Name
ProcFB: 0 i915drmfb
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.4.0-40-generic 
root=/dev/mapper/vg0-ubuntu--20.04 ro quiet splash nvidia-drm.modeset=1 debug 
ignore_loglevel
RelatedPackageVersions:
 linux-restricted-modules-5.4.0-40-generic N/A
 linux-backports-modules-5.4.0-40-generic  N/A
 linux-firmware1.187.1
RfKill:
 0: hci0: Bluetooth
Soft blocked: no
Hard blocked: no
SourcePackage: linux
UpgradeStatus: Upgraded to focal on 2020-06-19 (27 days ago)
dmi.bios.date: 10/24/2019
dmi.bios.vendor: American Megatrends Inc.
dmi.bios.version: 2606
dmi.board.asset.tag: Default string
dmi.board.name: ROG STRIX Z390-H GAMING
dmi.board.vendor: ASUSTeK COMPUTER INC.
dmi.board.version: Rev X.0x
dmi.chassis.asset.tag: Default string
dmi.chassis.type: 3
dmi.chassis.vendor: Default string
dmi.chassis.version: Default string
dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr2606:bd10/24/2019:svnSystemmanufacturer:pnSystemProductName:pvrSystemVersion:rvnASUSTeKCOMPUTERINC.:rnROGSTRIXZ390-HGAMING:rvrRevX.0x:cvnDefaultstring:ct3:cvrDefaultstring:
dmi.product.family: To be filled by O.E.M.
dmi.product.name: System Product Name
dmi.product.sku: ASUS_MB_CNL
dmi.product.version: System Version
dmi.sys.vendor: System manufacturer

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


** Tags: amd64 apport-bug focal 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/1887904

Title:
  Random reboots

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

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

[Bug 1885693] Re: Unwanted reboot after screen is locked

2020-07-14 Thread Jacob Bunk Nielsen
After running "xset s off -dpms" I haven't seen any crashes for a few
days. I used to have a few crashes every day when connecting to the
dock.

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

Title:
  Unwanted reboot after screen is locked

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

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

[Bug 1886697] [NEW] Xorg crash

2020-07-07 Thread Jacob R Anderson
Public bug reported:

Reproducible on my system. Whenever my computer "sleeps" while running a
specific program (Phenix), when I return to check on the job, the
Desktop screen does not load. Alt-F2 and other routes have not been
successful in recovery the Desktop GUI or log-in. However, if I stay at
my computer and prevent the computer from sleeping, the job completes
without GUI death.  I don't know how to search the syslog, but I expect
to find something funky around something like "GUI going to sleep".

The reason I think it is a true "crash" is, despite being away from my
the PC for 1 hr, the job directory is empty. This makes me think the
computer processes were halted during the events that lead to the GUI
death.

I have played with my GPU settings. As per this NVIDIA thread
https://forums.developer.nvidia.com/t/random-xid-61-and-xorg-lock-
up/79731/252, I have set my minumum clock speed to 1050mHz. This had
been successful up until this point at preventing a different issue not
related to this bug.

ProblemType: Bug
DistroRelease: Ubuntu 20.04
Package: xorg 1:7.7+19ubuntu14
ProcVersionSignature: Ubuntu 5.4.0-40.44-generic 5.4.44
Uname: Linux 5.4.0-40-generic x86_64
NonfreeKernelModules: nvidia_modeset nvidia
.proc.driver.nvidia.gpus..09.00.0: Error: [Errno 21] Is a directory: 
'/proc/driver/nvidia/gpus/:09:00.0'
.proc.driver.nvidia.registry: Binary: ""
.proc.driver.nvidia.suspend: suspend hibernate resume
.proc.driver.nvidia.suspend_depth: default modeset uvm
.proc.driver.nvidia.version:
 NVRM version: NVIDIA UNIX x86_64 Kernel Module  440.100  Fri May 29 08:45:51 
UTC 2020
 GCC version:  gcc version 9.3.0 (Ubuntu 9.3.0-10ubuntu2)
ApportVersion: 2.20.11-0ubuntu27.3
Architecture: amd64
BootLog: Error: [Errno 13] Permission denied: '/var/log/boot.log'
CasperMD5CheckResult: skip
CompositorRunning: None
CurrentDesktop: ubuntu:GNOME
Date: Tue Jul  7 13:26:04 2020
DistUpgraded: Fresh install
DistroCodename: focal
DistroVariant: ubuntu
DkmsStatus:
 nvidia, 440.100, 5.4.0-39-generic, x86_64: installed
 nvidia, 440.100, 5.4.0-40-generic, x86_64: installed
ExtraDebuggingInterest: Yes
GraphicsCard:
 NVIDIA Corporation TU106 [GeForce RTX 2060 SUPER] [10de:1f06] (rev a1) 
(prog-if 00 [VGA controller])
   Subsystem: NVIDIA Corporation TU106 [GeForce RTX 2060 SUPER] [10de:13a2]
InstallationDate: Installed on 2020-05-26 (41 days ago)
InstallationMedia: Ubuntu 20.04 LTS "Focal Fossa" - Release amd64 (20200423)
MachineType: Gigabyte Technology Co., Ltd. X570 AORUS PRO WIFI
ProcEnviron:
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=
 LANG=en_US.UTF-8
 SHELL=/bin/bash
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.4.0-40-generic 
root=UUID=5a52a344-c840-428b-89b5-b3c2e86fbc43 ro quiet splash vt.handoff=7
SourcePackage: xorg
Symptom: display
Title: Xorg crash
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 12/06/2019
dmi.bios.vendor: American Megatrends Inc.
dmi.bios.version: F11
dmi.board.asset.tag: Default string
dmi.board.name: X570 AORUS PRO WIFI
dmi.board.vendor: Gigabyte Technology Co., Ltd.
dmi.board.version: x.x
dmi.chassis.asset.tag: Default string
dmi.chassis.type: 3
dmi.chassis.vendor: Default string
dmi.chassis.version: Default string
dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrF11:bd12/06/2019:svnGigabyteTechnologyCo.,Ltd.:pnX570AORUSPROWIFI:pvr-CF:rvnGigabyteTechnologyCo.,Ltd.:rnX570AORUSPROWIFI:rvrx.x:cvnDefaultstring:ct3:cvrDefaultstring:
dmi.product.family: Default string
dmi.product.name: X570 AORUS PRO WIFI
dmi.product.sku: Default string
dmi.product.version: -CF
dmi.sys.vendor: Gigabyte Technology Co., Ltd.
version.compiz: compiz N/A
version.libdrm2: libdrm2 2.4.101-2
version.libgl1-mesa-dri: libgl1-mesa-dri 20.0.8-0ubuntu1~20.04.1
version.libgl1-mesa-glx: libgl1-mesa-glx 20.0.8-0ubuntu1~20.04.1
version.nvidia-graphics-drivers: nvidia-graphics-drivers-* N/A
version.xserver-xorg-core: xserver-xorg-core 2:1.20.8-2ubuntu2.1
version.xserver-xorg-input-evdev: xserver-xorg-input-evdev N/A
version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:19.1.0-1
version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917+git20200226-1
version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.16-1

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


** Tags: amd64 apport-bug crash focal ubuntu

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

Title:
  Xorg crash

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

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

  1   2   3   4   5   6   7   8   9   10   >