That's what I attached. When I could not get back to a proper graphical
environment, I switched to a TTY, ran `sudo journalctl -b0 >
journalctl-b0-20230829.log`, and I attached it to that bug. As you can
see in the logs, the device had been running since August 21, and on Aug
28 evening I suspended it:


Aug 28 19:34:36 coltrane systemd[1]: Reached target Sleep.
Aug 28 19:34:36 coltrane systemd[1]: Starting Record successful boot for GRUB...
Aug 28 19:34:36 coltrane systemd[1]: Starting Restart Syncthing after resume...
Aug 28 19:34:36 coltrane systemd[1]: Starting System Suspend...
Aug 28 19:34:36 coltrane systemd-sleep[903135]: Entering sleep state 
'suspend'...
Aug 28 19:34:36 coltrane kernel: PM: suspend entry (deep)
Aug 28 19:34:36 coltrane systemd[1]: grub-common.service: Deactivated 
successfully.
Aug 28 19:34:36 coltrane systemd[1]: Finished Record successful boot for GRUB.
Aug 28 19:34:36 coltrane systemd[1]: Starting GRUB failed boot detection...


and then resumed it on Aug 29 at 09:12, and this is when the stack trace 
appears:

Aug 29 09:12:26 coltrane kernel: Filesystems sync: 0.018 seconds
Aug 29 09:12:31 coltrane kernel: Freezing user space processes
Aug 29 09:12:31 coltrane kernel: Freezing user space processes completed 
(elapsed 0.003 seconds)
Aug 29 09:12:31 coltrane kernel: OOM killer disabled.
Aug 29 09:12:32 coltrane kernel: Freezing remaining freezable tasks
Aug 29 09:12:32 coltrane kernel: Freezing remaining freezable tasks completed 
(elapsed 0.001 seconds)
Aug 29 09:12:32 coltrane kernel: printk: Suspending console(s) (use 
no_console_suspend to debug)
Aug 29 09:12:32 coltrane kernel: sd 1:0:0:0: [sda] Synchronizing SCSI cache
Aug 29 09:12:32 coltrane kernel: sd 1:0:0:0: [sda] Stopping disk
Aug 29 09:12:32 coltrane kernel: sd 2:0:0:0: [sdb] Synchronizing SCSI cache
Aug 29 09:12:32 coltrane kernel: sd 3:0:0:0: [sdc] Synchronizing SCSI cache
Aug 29 09:12:32 coltrane kernel: sd 4:0:0:0: [sdd] Synchronizing SCSI cache
Aug 29 09:12:32 coltrane kernel: sd 2:0:0:0: [sdb] Stopping disk
Aug 29 09:12:32 coltrane kernel: sd 4:0:0:0: [sdd] Stopping disk
Aug 29 09:12:32 coltrane kernel: sd 3:0:0:0: [sdc] Stopping disk
(...)
Aug 29 09:12:32 coltrane kernel: kworker/u8:24: page allocation failure: 
order:5, mode:0x40d00(GFP_NOIO|__GFP_COMP|__GFP_ZERO), 
nodemask=(null),cpuset=/,mems_allowed=0
Aug 29 09:12:32 coltrane kernel: CPU: 3 PID: 903164 Comm: kworker/u8:24 Not 
tainted 6.2.0-26-generic #26~22.04.1-Ubuntu
Aug 29 09:12:32 coltrane kernel: Hardware name: ASUS All Series/B85M-K, BIOS 
3602 03/26/2018
Aug 29 09:12:32 coltrane kernel: Workqueue: events_unbound async_run_entry_fn
Aug 29 09:12:32 coltrane kernel: Call Trace:
Aug 29 09:12:32 coltrane kernel:  <TASK>
Aug 29 09:12:32 coltrane kernel:  dump_stack_lvl+0x48/0x70
Aug 29 09:12:32 coltrane kernel:  dump_stack+0x10/0x20
Aug 29 09:12:32 coltrane kernel:  warn_alloc+0x14b/0x1c0
Aug 29 09:12:32 coltrane kernel:  ? __alloc_pages_direct_compact+0xa7/0x240
Aug 29 09:12:32 coltrane kernel:  __alloc_pages_slowpath.constprop.0+0x910/0x990
Aug 29 09:12:32 coltrane kernel:  __alloc_pages+0x32c/0x360
Aug 29 09:12:32 coltrane kernel:  __kmalloc_large_node+0x89/0x170
Aug 29 09:12:32 coltrane kernel:  kmalloc_large+0x21/0xc0
Aug 29 09:12:32 coltrane kernel:  dc_set_power_state+0x49/0x190 [amdgpu]
Aug 29 09:12:32 coltrane kernel:  dm_suspend+0x9f/0x290 [amdgpu]
Aug 29 09:12:32 coltrane kernel:  ? vi_common_set_clockgating_state+0xd7/0x190 
[amdgpu]
Aug 29 09:12:32 coltrane kernel:  amdgpu_device_ip_suspend_phase1+0xb9/0x1d0 
[amdgpu]
Aug 29 09:12:32 coltrane kernel:  amdgpu_device_suspend+0xca/0x1d0 [amdgpu]
Aug 29 09:12:32 coltrane kernel:  amdgpu_pmops_suspend+0x33/0x50 [amdgpu]
Aug 29 09:12:32 coltrane kernel:  pci_pm_suspend+0x8a/0x1c0
Aug 29 09:12:32 coltrane kernel:  ? __pfx_pci_pm_suspend+0x10/0x10
Aug 29 09:12:32 coltrane kernel:  dpm_run_callback+0x54/0x1a0
Aug 29 09:12:32 coltrane kernel:  __device_suspend+0x14b/0x400
Aug 29 09:12:32 coltrane kernel:  async_suspend+0x1f/0x80
Aug 29 09:12:32 coltrane kernel:  async_run_entry_fn+0x33/0x130
Aug 29 09:12:32 coltrane kernel:  process_one_work+0x21f/0x440
Aug 29 09:12:32 coltrane kernel:  worker_thread+0x50/0x3f0
Aug 29 09:12:32 coltrane kernel:  ? __pfx_worker_thread+0x10/0x10
Aug 29 09:12:32 coltrane kernel:  kthread+0xee/0x120
Aug 29 09:12:32 coltrane kernel:  ? __pfx_kthread+0x10/0x10
Aug 29 09:12:32 coltrane kernel:  ret_from_fork+0x2c/0x50
Aug 29 09:12:32 coltrane kernel:  </TASK>
Aug 29 09:12:32 coltrane kernel: Mem-Info:
Aug 29 09:12:32 coltrane kernel: active_anon:6 inactive_anon:2748750 
isolated_anon:0
                                  active_file:309 inactive_file:232 
isolated_file:0
                                  unevictable:41 dirty:1 writeback:8
                                  slab_reclaimable:60650 
slab_unreclaimable:80021
                                  mapped:1 shmem:70425 pagetables:29671
                                  sec_pagetables:0 bounce:0
                                  kernel_misc_reclaimable:0
                                  free:106406 free_pcp:0 free_cma:0
Aug 29 09:12:32 coltrane kernel: Node 0 active_anon:24kB 
inactive_anon:10995000kB active_file:1236kB inactive_file:928kB 
unevictable:164kB isolated(anon):0kB isolated(file):0kB mapped:4kB dirty:4kB 
writeback:32kB shmem:281700kB shmem_thp: 0kB shmem_pmdmapped: 0kB anon_thp: 
2048kB writeback_tmp:0kB kernel_stack:42288kB pagetables:118684kB 
sec_pagetables:0kB all_unreclaimable? no
Aug 29 09:12:32 coltrane kernel: Node 0 DMA free:13308kB boost:0kB min:64kB 
low:80kB high:96kB reserved_highatomic:0KB active_anon:0kB inactive_anon:0kB 
active_file:0kB inactive_file:0kB unevictable:0kB writepending:0kB 
present:15988kB managed:15360kB mlocked:0kB bounce:0kB free_pcp:0kB 
local_pcp:0kB free_cma:0kB
Aug 29 09:12:32 coltrane kernel: lowmem_reserve[]: 0 3380 15822 15822 15822
Aug 29 09:12:32 coltrane kernel: Node 0 DMA32 free:197068kB boost:32448kB 
min:46872kB low:50476kB high:54080kB reserved_highatomic:0KB active_anon:0kB 
inactive_anon:2122496kB active_file:0kB inactive_file:0kB unevictable:80kB 
writepending:0kB present:3606752kB managed:3541040kB mlocked:80kB bounce:0kB 
free_pcp:0kB local_pcp:0kB free_cma:0kB
Aug 29 09:12:32 coltrane kernel: lowmem_reserve[]: 0 0 12442 12442 12442
Aug 29 09:12:32 coltrane kernel: Node 0 Normal free:215248kB boost:119452kB 
min:172544kB low:185816kB high:199088kB reserved_highatomic:2048KB 
active_anon:24kB inactive_anon:8872504kB active_file:1040kB 
inactive_file:1136kB unevictable:84kB writepending:36kB present:13090816kB 
managed:12748956kB mlocked:84kB bounce:0kB free_pcp:0kB local_pcp:0kB 
free_cma:0kB
Aug 29 09:12:32 coltrane kernel: lowmem_reserve[]: 0 0 0 0 0
Aug 29 09:12:32 coltrane kernel: Node 0 DMA: 1*4kB (U) 1*8kB (U) 1*16kB (U) 
1*32kB (U) 1*64kB (U) 1*128kB (U) 1*256kB (U) 1*512kB (U) 0*1024kB 2*2048kB 
(UM) 2*4096kB (M) = 13308kB
Aug 29 09:12:32 coltrane kernel: Node 0 DMA32: 49272*4kB (UME) 1*8kB (U) 0*16kB 
0*32kB 0*64kB 0*128kB 0*256kB 0*512kB 0*1024kB 0*2048kB 0*4096kB = 197096kB
Aug 29 09:12:32 coltrane kernel: Node 0 Normal: 53516*4kB (UMEH) 44*8kB (UMH) 
19*16kB (H) 16*32kB (UH) 5*64kB (H) 0*128kB 0*256kB 0*512kB 0*1024kB 0*2048kB 
0*4096kB = 215552kB
Aug 29 09:12:32 coltrane kernel: Node 0 hugepages_total=0 hugepages_free=0 
hugepages_surp=0 hugepages_size=1048576kB
Aug 29 09:12:32 coltrane kernel: Node 0 hugepages_total=0 hugepages_free=0 
hugepages_surp=0 hugepages_size=2048kB
Aug 29 09:12:32 coltrane kernel: 71214 total pagecache pages
Aug 29 09:12:32 coltrane kernel: 245 pages in swap cache
Aug 29 09:12:32 coltrane kernel: Free swap  = 176108kB
Aug 29 09:12:32 coltrane kernel: Total swap = 2097148kB
Aug 29 09:12:32 coltrane kernel: 4178389 pages RAM
Aug 29 09:12:32 coltrane kernel: 0 pages HighMem/MovableOnly
Aug 29 09:12:32 coltrane kernel: 102050 pages reserved
Aug 29 09:12:32 coltrane kernel: 0 pages hwpoisoned
(...)

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/2033327

Title:
  Desktop cannot resume after suspend: screen not detected

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  Hardware:

  - Desktop PC (Intel i5 4th gen)
  - GPU: AMD RX580
  - Ubuntu 22.04 with kernel HWE 6.2

  Steps to reproduce:

  1. Start the device
  2. Suspend
  3. Resume by pressing a key on the keyboard

  Expected results:

  The screen lights up, showing the screen to put my password to resume
  the session.

  Actual result:

  The screen OSD displays a "No Signal" message before turning off.
  Nothing seems to happen when I press keyboard keys or move the mouse.

  Switching to a TTY by pressing Ctrl+Alt+F3 works: I can login and see
  the logs (that's how I filed this bug).

  Switching back to graphics session (Ctrl+Alt+F2) does't work: it shows
  the cursor and nothing else (black screen).

  Switching to login screen (Ctrl+Alt+F1) works: I can see the list of
  users, select on and enter my password... but then I'm back to the
  same black screen with the mouse cursor.

  This is not a regression, as the same problem happened already with
  the previous point release (I believe it was Linux kernel 5.15).

  ProblemType: Bug
  DistroRelease: Ubuntu 22.04
  Package: linux-image-6.2.0-26-generic 6.2.0-26.26~22.04.1
  ProcVersionSignature: Ubuntu 6.2.0-26.26~22.04.1-generic 6.2.13
  Uname: Linux 6.2.0-26-generic x86_64
  ApportVersion: 2.20.11-0ubuntu82.5
  Architecture: amd64
  CasperMD5CheckResult: pass
  Date: Tue Aug 29 09:15:49 2023
  InstallationDate: Installed on 2022-12-28 (243 days ago)
  InstallationMedia: Ubuntu 22.04.1 LTS "Jammy Jellyfish" - Release amd64 
(20220809.1)
  SourcePackage: linux-signed-hwe-6.2
  UpgradeStatus: No upgrade log present (probably fresh install)
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.11-0ubuntu82.5
  Architecture: amd64
  AudioDevicesInUse:
   USER        PID ACCESS COMMAND
   /dev/snd/controlC3:  pieq       2262 F.... pulseaudio
   /dev/snd/controlC1:  pieq       2262 F.... pulseaudio
   /dev/snd/controlC0:  pieq       2262 F.... pulseaudio
   /dev/snd/controlC2:  pieq       2262 F.... pulseaudio
  CRDA: N/A
  CasperMD5CheckResult: pass
  CurrentDesktop: ubuntu:GNOME
  DistroRelease: Ubuntu 22.04
  InstallationDate: Installed on 2022-12-28 (245 days ago)
  InstallationMedia: Ubuntu 22.04.1 LTS "Jammy Jellyfish" - Release amd64 
(20220809.1)
  IwConfig:
   lo        no wireless extensions.
   
   enp3s0    no wireless extensions.
  MachineType: ASUS All Series
  Package: linux (not installed)
  ProcFB: 0 amdgpudrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-6.2.0-26-generic 
root=UUID=40d932e0-3982-4e4a-a5e0-5c5704eca928 ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 6.2.0-26.26~22.04.1-generic 6.2.13
  RebootRequiredPkgs: Error: path contained symlinks.
  RelatedPackageVersions:
   linux-restricted-modules-6.2.0-26-generic N/A
   linux-backports-modules-6.2.0-26-generic  N/A
   linux-firmware                            20220329.git681281e4-0ubuntu3.17
  RfKill:
   
  StagingDrivers: r8188eu
  Tags:  jammy staging
  Uname: Linux 6.2.0-26-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin lxd plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 03/26/2018
  dmi.bios.release: 4.6
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 3602
  dmi.board.asset.tag: To be filled by O.E.M.
  dmi.board.name: B85M-K
  dmi.board.vendor: ASUSTeK COMPUTER INC.
  dmi.board.version: Rev X.0x
  dmi.chassis.asset.tag: Asset-1234567890
  dmi.chassis.type: 3
  dmi.chassis.vendor: Chassis Manufacture
  dmi.chassis.version: Chassis Version
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr3602:bd03/26/2018:br4.6:svnASUS:pnAllSeries:pvrSystemVersion:rvnASUSTeKCOMPUTERINC.:rnB85M-K:rvrRevX.0x:cvnChassisManufacture:ct3:cvrChassisVersion:skuAll:
  dmi.product.family: ASUS MB
  dmi.product.name: All Series
  dmi.product.sku: All
  dmi.product.version: System Version
  dmi.sys.vendor: ASUS

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


-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to     : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp

Reply via email to