Ubuntu 23.10 笔记本电脑 Sony Vaio Linux 6.5.0-13-generic RAM 8.0 GiB CPU Intel® Core™ i7-2640M × 4,两个 GPUIntel® HD Graphics 3000 (SNB GT2) 和 AMD TURKS。在 Ubuntu 的上一个版本中,升级后一切正常,笔记本电脑不会关机,屏幕变黑,风扇运转正常,开/关 LED 为绿色。
snap-store[3376]: fwupd_client_download_bytes_async: assertion 'url != NULL' failed
ubuntu-report[2787]: level=error msg="data were not delivered successfully to metrics server, retrying in 120s"
我发现这样的错误
上次升级 apt 后问题解决了!谢谢!
答案1
诊断程序:
第一步是在时间流中放置一个图钉
date '+%y-%m-%d %H:%M:%S' >pin.tmp
然后,执行暂停/关闭操作。当您的系统再次可用时,
sudo journalctl --since="$(cat pin.tmp)"
这将显示自您设置以来的所有日志消息pin.tmp
。一些消息与您的问题有关。