[Bug 1970495] Re: Window manager freezes when plugging in USB-C dock with external monitor ([drm] *ERROR* mstb 00000000f21f0a30 port 1: DPCD read on addr 0x4b0 for 1 bytes NAKed)

2022-12-22 Thread Jarkko Hyƶty
Experiencing similar issue frequently with Thinkpad T490 using Ubuntu 20.04 and 
Thinkpad TB3 dock with two external displays connected via DisplayPort. 
Occasionally have seen "UBSAN: shift-out-of-bounds" and "UBSAN: invalid-load" 
errors in addition to "DPDC read NAKed" when connecting the dock, perhaps it is 
related since those seem to happen in drivers/gpu/drm/drm_dp_mst_topology.c:
---
Dec 23 08:44:24 T490 kernel: [17945.078994] 

Dec 23 08:44:24 T490 kernel: [17945.078995] UBSAN: invalid-load in 
/build/linux-hwe-5.15-jemPrJ/linux-hwe-5.15-5.15.0/drivers/gpu/drm/drm_dp_mst_topology.c:2426:10
Dec 23 08:44:24 T490 kernel: [17945.078998] load of value 64 is not a valid 
value for type '_Bool'
Dec 23 08:44:24 T490 kernel: [17945.078999] CPU: 6 PID: 37158 Comm: kworker/6:5 
Tainted: P   O  5.15.0-56-generic #62~20.04.1-Ubuntu
Dec 23 08:44:24 T490 kernel: [17945.079001] Hardware name: LENOVO 
20N2000MMX/20N2000MMX, BIOS N2IETA0W (1.78 ) 10/14/2022
Dec 23 08:44:24 T490 kernel: [17945.079002] Workqueue: events_long 
drm_dp_mst_link_probe_work [drm_kms_helper]
Dec 23 08:44:24 T490 kernel: [17945.079020] Call Trace:
Dec 23 08:44:24 T490 kernel: [17945.079021]  
Dec 23 08:44:24 T490 kernel: [17945.079022]  dump_stack_lvl+0x4a/0x63
Dec 23 08:44:24 T490 kernel: [17945.079025]  dump_stack+0x10/0x16
Dec 23 08:44:24 T490 kernel: [17945.079028]  ubsan_epilogue+0x9/0x49
Dec 23 08:44:24 T490 kernel: [17945.079030]  
__ubsan_handle_load_invalid_value.cold+0x44/0x49
Dec 23 08:44:24 T490 kernel: [17945.079033]  ? drm_dp_mst_add_port+0xd1/0x100 
[drm_kms_helper]
Dec 23 08:44:24 T490 kernel: [17945.079051]  
drm_dp_mst_handle_link_address_port.cold+0x285/0x32f [drm_kms_helper]
Dec 23 08:44:24 T490 kernel: [17945.079070]  
drm_dp_send_link_address+0x261/0x440 [drm_kms_helper]
Dec 23 08:44:24 T490 kernel: [17945.079089]  
drm_dp_check_and_send_link_address+0xdf/0x100 [drm_kms_helper]
Dec 23 08:44:24 T490 kernel: [17945.079107]  ? 
drm_dp_mst_link_probe_work+0x157/0x1a0 [drm_kms_helper]
Dec 23 08:44:24 T490 kernel: [17945.079125]  
drm_dp_mst_link_probe_work+0x162/0x1a0 [drm_kms_helper]
Dec 23 08:44:24 T490 kernel: [17945.079143]  process_one_work+0x228/0x3d0
Dec 23 08:44:24 T490 kernel: [17945.079146]  worker_thread+0x4d/0x3f0
Dec 23 08:44:24 T490 kernel: [17945.079149]  ? process_one_work+0x3d0/0x3d0
Dec 23 08:44:24 T490 kernel: [17945.079152]  kthread+0x127/0x150
Dec 23 08:44:24 T490 kernel: [17945.079154]  ? set_kthread_struct+0x50/0x50
Dec 23 08:44:24 T490 kernel: [17945.079156]  ret_from_fork+0x1f/0x30
Dec 23 08:44:24 T490 kernel: [17945.079160]  
Dec 23 08:44:24 T490 kernel: [17945.079161] 

...
Dec 23 08:44:26 T490 kernel: [17946.090948] i915 :00:02.0: [drm] *ERROR* 
mstb 5985afcd port 70: DPCD read on addr 0x4b0 for 1 bytes NAKed
Dec 23 08:44:26 T490 kernel: [17946.357170] 

Dec 23 08:44:26 T490 kernel: [17946.357177] UBSAN: shift-out-of-bounds in 
/build/linux-hwe-5.15-jemPrJ/linux-hwe-5.15-5.15.0/drivers/gpu/drm/drm_dp_mst_topology.c:3017:19
Dec 23 08:44:26 T490 kernel: [17946.357180] shift exponent 255 is too large for 
64-bit type 'long unsigned int'
Dec 23 08:44:26 T490 kernel: [17946.357183] CPU: 6 PID: 37158 Comm: kworker/6:5 
Tainted: P   O  5.15.0-56-generic #62~20.04.1-Ubuntu
Dec 23 08:44:26 T490 kernel: [17946.357185] Hardware name: LENOVO 
20N2000MMX/20N2000MMX, BIOS N2IETA0W (1.78 ) 10/14/2022
Dec 23 08:44:26 T490 kernel: [17946.357187] Workqueue: events_long 
drm_dp_mst_link_probe_work [drm_kms_helper]
Dec 23 08:44:26 T490 kernel: [17946.357212] Call Trace:
Dec 23 08:44:26 T490 kernel: [17946.357214]  
Dec 23 08:44:26 T490 kernel: [17946.357216]  dump_stack_lvl+0x4a/0x63
Dec 23 08:44:26 T490 kernel: [17946.357222]  dump_stack+0x10/0x16
Dec 23 08:44:26 T490 kernel: [17946.357224]  ubsan_epilogue+0x9/0x49
Dec 23 08:44:26 T490 kernel: [17946.357226]  
__ubsan_handle_shift_out_of_bounds.cold+0x61/0x10e
Dec 23 08:44:26 T490 kernel: [17946.357228]  ? 
drm_dp_mst_handle_link_address_port+0x297/0x560 [drm_kms_helper]
Dec 23 08:44:26 T490 kernel: [17946.357242]  
drm_dp_send_link_address.cold+0x1e8/0x1f8 [drm_kms_helper]
Dec 23 08:44:26 T490 kernel: [17946.357256]  
drm_dp_check_and_send_link_address+0xdf/0x100 [drm_kms_helper]
Dec 23 08:44:26 T490 kernel: [17946.357269]  ? 
drm_dp_mst_link_probe_work+0x157/0x1a0 [drm_kms_helper]
Dec 23 08:44:26 T490 kernel: [17946.357282]  
drm_dp_mst_link_probe_work+0x162/0x1a0 [drm_kms_helper]
Dec 23 08:44:26 T490 kernel: [17946.357296]  process_one_work+0x228/0x3d0
Dec 23 08:44:26 T490 kernel: [17946.357301]  worker_thread+0x4d/0x3f0
Dec 23 08:44:26 T490 kernel: [17946.357303]  ? process_one_work+0x3d0/0x3d0
Dec 23 08:44:26 T490 kernel: [17946.357305]  kthread+0x127/0x150
Dec 23 08:44:26 T490 kernel: 

[Bug 1958864] Re: nautilus crashed with SIGSEGV in fast_validate()

2022-12-22 Thread Bug Watch Updater
** Changed in: nautilus
   Status: New => Fix Released

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

Title:
  nautilus crashed with SIGSEGV in fast_validate()

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


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

[Bug 1993844] Re: three finger gesture

2022-12-22 Thread Launchpad Bug Tracker
[Expired for gnome-shell (Ubuntu) because there has been no activity for
60 days.]

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

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

Title:
  three finger gesture

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


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

[Bug 1999698] Re: Dodgy looking patch applied to our build.

2022-12-22 Thread Launchpad Bug Tracker
This bug was fixed in the package accountsservice - 22.08.8-1ubuntu4

---
accountsservice (22.08.8-1ubuntu4) lunar; urgency=medium

  * debian/patches/0010-set-language.patch:
- Fix code ambiguity causing compiler warning (LP: #1999698).

 -- Gunnar Hjalmarsson   Wed, 14 Dec 2022 23:36:32
+0100

** Changed in: accountsservice (Ubuntu)
   Status: Fix Committed => Fix Released

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

Title:
  Dodgy looking patch applied to our build.

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


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

[Bug 2000332] [NEW] package xrdp 0.9.17-2ubuntu2 failed to install/upgrade: installed xrdp package post-installation script subprocess returned error exit status 1

2022-12-22 Thread Alex Bartz
Public bug reported:

no

ProblemType: Package
DistroRelease: Ubuntu 22.04
Package: xrdp 0.9.17-2ubuntu2
ProcVersionSignature: Ubuntu 5.15.0-1029.36-azure 5.15.64
Uname: Linux 5.15.0-1029-azure x86_64
ApportVersion: 2.20.11-0ubuntu82.3
AptOrdering:
 xrdp:amd64: Install
 NULL: ConfigurePending
Architecture: amd64
CasperMD5CheckResult: unknown
Date: Thu Dec 22 14:39:10 2022
ErrorMessage: installed xrdp package post-installation script subprocess 
returned error exit status 1
Python3Details: /usr/bin/python3.10, Python 3.10.6, python3-minimal, 
3.10.6-1~22.04
PythonDetails: N/A
RelatedPackageVersions:
 dpkg 1.21.1ubuntu2.1
 apt  2.4.8
SourcePackage: xrdp
Title: package xrdp 0.9.17-2ubuntu2 failed to install/upgrade: installed xrdp 
package post-installation script subprocess returned error exit status 1
UpgradeStatus: No upgrade log present (probably fresh install)
mtime.conffile..etc.xrdp.sesman.ini: 2022-12-22T01:41:47.290830
mtime.conffile..etc.xrdp.xrdp.ini: 2022-12-22T01:43:30.420150

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


** Tags: amd64 apport-package jammy

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

Title:
  package xrdp 0.9.17-2ubuntu2 failed to install/upgrade: installed xrdp
  package post-installation script subprocess returned error exit status
  1

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


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

[Bug 1567250] Re: ssh signin problem since OTA-10

2022-12-22 Thread Steve Langasek
** Changed in: openssh (Ubuntu)
   Status: Confirmed => Invalid

** Changed in: openssh (Ubuntu)
 Assignee: api.ng (hektve) => (unassigned)

** Changed in: indicator-network (PLD Linux)
   Status: Confirmed => Invalid

** Package changed: indicator-network (PLD Linux) => indicator-network
(Ubuntu)

** Changed in: canonical-devices-system-image
   Status: Confirmed => Invalid

** Changed in: ubuntu-terminal-app
   Status: Confirmed => Invalid

** Changed in: gnome-keyring (Ubuntu)
   Status: Confirmed => Invalid

** Changed in: gnome-keyring (Ubuntu)
 Assignee: api.ng (hektve) => (unassigned)

** Changed in: canonical-devices-system-image
 Assignee: api.ng (hektve) => (unassigned)

** Changed in: ubuntu-terminal-app
 Assignee: api.ng (hektve) => (unassigned)

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

Title:
  ssh signin problem since OTA-10

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1567250/+subscriptions


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

[Bug 1987631] Re: Screencast only records one second

2022-12-22 Thread Matthew D. Mower
@binli In comment #14 you wrote that the pipewire commit wasn't enough.
Did something change? That comment was the reason I tested a gstreamer
patch which seems to work well. See conversation following #14.

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

Title:
  Screencast only records one second

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


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

[Bug 1998982] Re: Unable to configure 3 monitors

2022-12-22 Thread Brian Murray
I switched the ports to which the different monitors were connected and
this is no longer an issue. When reporting the bug I had one of the Dell
monitors connected via display port and the rest via HDMI. This is not
an issue when I have the Beihai (portable) monitor hooked up via display
port and the Dells via HDMI.

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-control-center in Ubuntu.
https://bugs.launchpad.net/bugs/1998982

Title:
  Unable to configure 3 monitors

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


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

[Bug 1987631] Re: Screencast only records one second

2022-12-22 Thread Bin Li
It's still in proposed. Missing tags?

$ rmadison pipewire
 pipewire | 0.3.48-1ubuntu2 | jammy-updates  | source, amd64, arm64, armhf, 
i386, ppc64el, riscv64, s390x
 pipewire | 0.3.48-1ubuntu3 | jammy-proposed | source, amd64, arm64, armhf, 
i386, ppc64el, riscv64, s390x

** Tags added: verification-done verification-done-jammy

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

Title:
  Screencast only records one second

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


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