Hi,
I just ran dnf update
and Gnome froze entirely. Switching to a TTY with top
I saw that gnome-shell
and systemd-journal
both used about 100% CPU. I tried to view the logs via journalctl -f
, but at some point is said something like “broken journal entry”. So I force-rebooted in the hope that the update has already gone through.
Luckily it did. But now I don’t know what caused the issue and - more importantly - how to report the issue. When I try to journalctl -b -1
and go the end of the logs, it’s just stuck and I have to Ctrl + C. My /var/log/journal
folder is now 3.4GB, but I’m not sure if this is “normal” or was this big before.
Any idea what I can do? I’d love to report this issue somehow.
fpasete output
=== fpaste 0.4.2.0 System Information ===
* OS Release (lsb_release -ds):
"Fedora release 36 (Thirty Six)"
* Kernel (uname -r ; cat /proc/cmdline):
5.17.12-300.fc36.x86_64
BOOT_IMAGE=(hd0,gpt5)/vmlinuz-5.17.12-300.fc36.x86_64 root=UUID=7ab88d16-bb9f-4a27-b90b-c7529ae77e1a ro rootflags=subvol=root rd.luks.uuid=luks-103150ae-7833-418e-a736-07a80b930085 rhgb quiet
* Desktop(s) Running (ps -eo comm= | grep -E '(gnome-session|startkde|startactive|xfce.?-session|fluxbox|blackbox|hackedbox|ratpoison|enlightenment|icewm-session|od-session|wmaker|wmx|openbox-lxde|openbox-gnome-session|openbox-kde-session|mwm|e16|fvwm|xmonad|sugar-session|mate-session|lxqt-session|cinnamon|lxdm-session)' ):
gnome-session-b
gnome-session-c
gnome-session-b
* Desktop(s) Installed (ls -m /usr/share/xsessions/ | sed 's/\.desktop//g' ):
gnome-classic, gnome-classic-xorg, gnome,
gnome-xorg
* SELinux Status (sestatus):
SELinux status: enabled
SELinuxfs mount: /sys/fs/selinux
SELinux root directory: /etc/selinux
Loaded policy name: targeted
Current mode: enforcing
Mode from config file: enforcing
Policy MLS status: enabled
Policy deny_unknown status: allowed
Memory protection checking: actual (secure)
Max kernel policy version: 33
* SELinux Errors (selinuxenabled && journalctl --since yesterday |grep avc: | grep -Eo comm="[^ ]+" | sort |uniq -c |sort -rn):
2 comm="chown"
* CPU Model (grep 'model name' /proc/cpuinfo | awk -F: '{print $2}' | uniq -c |
sed -re 's/^ +//' ):
8 Intel(R) Core(TM) i7-7820HQ CPU @ 2.90GHz
* 64-bit Support (grep -q ' lm ' /proc/cpuinfo && echo Yes || echo No):
Yes
* Hardware Virtualization Support (grep -Eq '(vmx|svm)' /proc/cpuinfo && echo Yes || echo No):
Yes
* Load average (uptime):
09:01:45 up 18 min, 1 user, load average: 2,38, 2,21, 1,62
* Memory usage (free -m):
total used free shared buff/cache available
Mem: 31950 5946 17560 1218 8443 24324
Swap: 8191 0 8191
* Top 5 CPU hogs (ps axuScnh | awk '$2!=10082' | sort -rnk3 | head -5):
1000 3906 89.7 2.4 4852756 802480 ? Rl 08:44 15:50 firefox
1000 4209 65.1 1.1 34746896 363356 ? Sl 08:44 11:28 WebExtensions
1000 9502 18.2 0.0 229236 10096 pts/2 Ss 09:00 0:11 zsh
1000 4442 9.8 1.5 3254780 512036 ? Rl 08:44 1:44 Isolated Web Co
1000 7841 7.8 0.8 2928368 265796 ? Sl 08:52 0:44 Isolated Web Co
* Top 5 Memory hogs (ps axuScnh | sort -rnk4 | head -5):
1000 3906 89.7 2.4 4852756 802744 ? Rl 08:44 15:50 firefox
1000 4423 3.1 1.7 3461596 563920 ? Sl 08:44 0:33 Isolated Web Co
1000 4442 9.8 1.5 3254780 512036 ? Rl 08:44 1:44 Isolated Web Co
1000 3629 3.9 1.4 33978536 479272 ? Sl 08:44 0:42 teams-for-linux
1000 4363 1.7 1.3 3250020 430700 ? Sl 08:44 0:18 Isolated Web Co
* Disk space usage (df -hT):
Filesystem Type Size Used Avail Use% Mounted on
devtmpfs devtmpfs 4,0M 0 4,0M 0% /dev
tmpfs tmpfs 16G 64K 16G 1% /dev/shm
tmpfs tmpfs 6,3G 2,5M 6,3G 1% /run
/dev/dm-0 btrfs 228G 82G 143G 37% /
tmpfs tmpfs 16G 376K 16G 1% /tmp
/dev/dm-0 btrfs 228G 82G 143G 37% /home
/dev/loop2 squashfs 66M 66M 0 100% /var/lib/snapd/snap/gtk-common-themes/1519
/dev/loop1 squashfs 62M 62M 0 100% /var/lib/snapd/snap/core20/1270
/dev/loop3 squashfs 44M 44M 0 100% /var/lib/snapd/snap/snapd/14295
/dev/loop0 squashfs 128K 128K 0 100% /var/lib/snapd/snap/bare/5
/dev/loop4 squashfs 248M 248M 0 100% /var/lib/snapd/snap/gnome-3-38-2004/87
/dev/loop5 squashfs 183M 183M 0 100% /var/lib/snapd/snap/storage-explorer/30
/dev/nvme0n1p5 ext4 974M 252M 655M 28% /boot
/dev/nvme0n1p1 vfat 646M 75M 572M 12% /boot/efi
tmpfs tmpfs 3,2G 15M 3,2G 1% /run/user/1000
* Block devices (blkid):
/dev/loop1: TYPE="squashfs"
/dev/nvme0n1p5: UUID="db7d17aa-7ae1-40ac-9dd1-e3d1cace80fb" BLOCK_SIZE="4096" TYPE="ext4" PARTUUID="46334955-d842-46df-93d3-b95eaa66edae"
/dev/nvme0n1p3: TYPE="BitLocker" PARTLABEL="Basic data partition" PARTUUID="027ac9b5-a88b-481b-ac9e-f1cdcb875527"
/dev/nvme0n1p1: LABEL_FATBOOT="ESP" LABEL="ESP" UUID="5839-75C3" BLOCK_SIZE="512" TYPE="vfat" PARTLABEL="EFI System Partition" PARTUUID="f9916cfa-8a10-4c3a-9571-0529c362d472"
/dev/nvme0n1p6: UUID="103150ae-7833-418e-a736-07a80b930085" TYPE="crypto_LUKS" PARTUUID="024c7907-ecc5-4b6a-a22a-c85887205de7"
/dev/nvme0n1p4: LABEL="WINRETOOLS" BLOCK_SIZE="512" UUID="08DC8E17DC8DFF66" TYPE="ntfs" PARTUUID="238a19a0-8afa-4f7a-899c-b47a9fd9d595"
/dev/loop4: TYPE="squashfs"
/dev/loop2: TYPE="squashfs"
/dev/loop0: TYPE="squashfs"
/dev/mapper/luks-103150ae-7833-418e-a736-07a80b930085: LABEL="fedora_localhost-live" UUID="7ab88d16-bb9f-4a27-b90b-c7529ae77e1a" UUID_SUB="e402caca-99f1-4218-9929-4707d64b0a59" BLOCK_SIZE="4096" TYPE="btrfs"
/dev/zram0: LABEL="zram0" UUID="651259f0-6469-4ad8-8069-92477052fcb3" TYPE="swap"
/dev/loop5: TYPE="squashfs"
/dev/loop3: TYPE="squashfs"
/dev/nvme0n1p2: PARTLABEL="Microsoft reserved partition" PARTUUID="f6f56688-fe77-4c61-ad0f-4f1390cabe24"
* PCI devices (lspci -nn):
00:00.0 Host bridge [0600]: Intel Corporation Xeon E3-1200 v6/7th Gen Core Processor Host Bridge/DRAM Registers [8086:5910] (rev 05)
00:01.0 PCI bridge [0604]: Intel Corporation 6th-10th Gen Core Processor PCIe Controller (x16) [8086:1901] (rev 05)
00:02.0 VGA compatible controller [0300]: Intel Corporation HD Graphics 630 [8086:591b] (rev 04)
00:04.0 Signal processing controller [1180]: Intel Corporation Xeon E3-1200 v5/E3-1500 v5/6th Gen Core Processor Thermal Subsystem [8086:1903] (rev 05)
00:14.0 USB controller [0c03]: Intel Corporation 100 Series/C230 Series Chipset Family USB 3.0 xHCI Controller [8086:a12f] (rev 31)
00:14.2 Signal processing controller [1180]: Intel Corporation 100 Series/C230 Series Chipset Family Thermal Subsystem [8086:a131] (rev 31)
00:15.0 Signal processing controller [1180]: Intel Corporation 100 Series/C230 Series Chipset Family Serial IO I2C Controller #0 [8086:a160] (rev 31)
00:15.1 Signal processing controller [1180]: Intel Corporation 100 Series/C230 Series Chipset Family Serial IO I2C Controller #1 [8086:a161] (rev 31)
00:16.0 Communication controller [0780]: Intel Corporation 100 Series/C230 Series Chipset Family MEI Controller #1 [8086:a13a] (rev 31)
00:17.0 SATA controller [0106]: Intel Corporation Q170/Q150/B150/H170/H110/Z170/CM236 Chipset SATA Controller [AHCI Mode] [8086:a102] (rev 31)
00:1c.0 PCI bridge [0604]: Intel Corporation 100 Series/C230 Series Chipset Family PCI Express Root Port #1 [8086:a110] (rev f1)
00:1c.1 PCI bridge [0604]: Intel Corporation 100 Series/C230 Series Chipset Family PCI Express Root Port #2 [8086:a111] (rev f1)
00:1d.0 PCI bridge [0604]: Intel Corporation 100 Series/C230 Series Chipset Family PCI Express Root Port #9 [8086:a118] (rev f1)
00:1d.4 PCI bridge [0604]: Intel Corporation 100 Series/C230 Series Chipset Family PCI Express Root Port #13 [8086:a11c] (rev f1)
00:1d.6 PCI bridge [0604]: Intel Corporation 100 Series/C230 Series Chipset Family PCI Express Root Port #15 [8086:a11e] (rev f1)
00:1f.0 ISA bridge [0601]: Intel Corporation CM238 Chipset LPC/eSPI Controller [8086:a154] (rev 31)
00:1f.2 Memory controller [0580]: Intel Corporation 100 Series/C230 Series Chipset Family Power Management Controller [8086:a121] (rev 31)
00:1f.3 Audio device [0403]: Intel Corporation CM238 HD Audio Controller [8086:a171] (rev 31)
00:1f.4 SMBus [0c05]: Intel Corporation 100 Series/C230 Series Chipset Family SMBus [8086:a123] (rev 31)
01:00.0 3D controller [0302]: NVIDIA Corporation GM107GLM [Quadro M1200 Mobile] [10de:13b6] (rev a2)
02:00.0 Network controller [0280]: Intel Corporation Wireless 8265 / 8275 [8086:24fd] (rev 78)
03:00.0 Unassigned class [ff00]: Realtek Semiconductor Co., Ltd. RTS525A PCI Express Card Reader [10ec:525a] (rev 01)
04:00.0 Non-Volatile memory controller [0108]: Samsung Electronics Co Ltd NVMe SSD Controller SM981/PM981/PM983 [144d:a808]
06:00.0 PCI bridge [0604]: Intel Corporation DSL6340 Thunderbolt 3 Bridge [Alpine Ridge 2C 2015] [8086:1576]
07:00.0 PCI bridge [0604]: Intel Corporation DSL6340 Thunderbolt 3 Bridge [Alpine Ridge 2C 2015] [8086:1576]
07:01.0 PCI bridge [0604]: Intel Corporation DSL6340 Thunderbolt 3 Bridge [Alpine Ridge 2C 2015] [8086:1576]
07:02.0 PCI bridge [0604]: Intel Corporation DSL6340 Thunderbolt 3 Bridge [Alpine Ridge 2C 2015] [8086:1576]
3e:00.0 USB controller [0c03]: Intel Corporation DSL6340 USB 3.1 Controller [Alpine Ridge] [8086:15b5]
* USB devices (lsusb):
Bus 004 Device 004: ID 0bda:8153 Realtek Semiconductor Corp. RTL8153 Gigabit Ethernet Adapter
Bus 004 Device 003: ID 0bda:0409 Realtek Semiconductor Corp. USB3.2 Hub
Bus 004 Device 002: ID 0b00:0409 INGENICO USB3.2 Hub
Bus 004 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 003 Device 008: ID 0bda:1101 Realtek Semiconductor Corp. HID Device
Bus 003 Device 006: ID 0bda:5418 Realtek Semiconductor Corp. BillBoard Device
Bus 003 Device 004: ID 413c:c00d Dell Computer Corp. C2722DE
Bus 003 Device 007: ID 0bda:1100 Realtek Semiconductor Corp. HID Device
Bus 003 Device 005: ID 413c:2514 Dell Computer Corp. Dell Universal Receiver
Bus 003 Device 003: ID 0bda:5409 Realtek Semiconductor Corp. USB2.1 Hub
Bus 003 Device 002: ID 0b00:5409 INGENICO USB2.1 Hub
Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 001 Device 002: ID 8087:0a2b Intel Corp. Bluetooth wireless interface
Bus 001 Device 003: ID 0c45:6713 Microdia Integrated_Webcam_HD
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
* DRM Information (journalctl -k -b | grep -o 'kernel:.*drm.*$' | cut -d ' ' -f 2- ):
ACPI: bus type drm_connector registered
[drm] Initialized simpledrm 1.0.0 20200625 for simple-framebuffer.0 on minor 0
simple-framebuffer simple-framebuffer.0: [drm] fb0: simpledrmdrmfb frame buffer device
i915 0000:00:02.0: [drm] Finished loading DMC firmware i915/kbl_dmc_ver1_04.bin (v1.4)
[drm] Initialized i915 1.6.0 20201103 for 0000:00:02.0 on minor 1
fbcon: i915drmfb (fb0) is primary device
i915 0000:00:02.0: [drm] fb0: i915drmfb frame buffer device
[drm] Initialized nouveau 1.3.1 20120801 for 0000:01:00.0 on minor 0
* Xorg modules (grep LoadModule /var/log/Xorg.0.log ~/.local/share/xorg/Xorg.0.log | cut -d \" -f 2 | xargs):
* GL Support (glxinfo | grep -E "OpenGL version|OpenGL renderer"):
OpenGL renderer string: Mesa Intel(R) HD Graphics 630 (KBL GT2)
OpenGL version string: 4.6 (Compatibility Profile) Mesa 22.0.3
* Xorg errors (without results: "grep '^\[.*(EE)' /var/log/Xorg.0.log ~/.local/share/xorg/Xorg.0.log | cut -d ':' -f 2- "):
N/A
* Kernel buffer tail (dmesg | tail):
[ 714.053960] pcieport 0000:00:1d.6: AER: Corrected error received: 0000:00:1d.6
[ 714.053988] pcieport 0000:00:1d.6: PCIe Bus Error: severity=Corrected, type=Data Link Layer, (Transmitter ID)
[ 714.053990] pcieport 0000:00:1d.6: device [8086:a11e] error status/mask=00001000/00002000
[ 714.053992] pcieport 0000:00:1d.6: [12] Timeout
[ 850.531105] pcieport 0000:00:1d.6: AER: Corrected error received: 0000:00:1d.6
[ 850.531114] pcieport 0000:00:1d.6: PCIe Bus Error: severity=Corrected, type=Data Link Layer, (Transmitter ID)
[ 850.531116] pcieport 0000:00:1d.6: device [8086:a11e] error status/mask=00001000/00002000
[ 850.531117] pcieport 0000:00:1d.6: [12] Timeout
[ 1076.248226] nouveau 0000:01:00.0: Enabling HDA controller
[ 1111.512364] nouveau 0000:01:00.0: Enabling HDA controller
* Last few reboots (last -x -n10 reboot runlevel):
runlevel (to lvl 5) 5.17.12-300.fc36 Wed Jun 8 08:45 still running
reboot system boot 5.17.12-300.fc36 Wed Jun 8 08:43 still running
runlevel (to lvl 5) 5.17.11-300.fc36 Wed Jun 8 08:16 - 08:42 (00:26)
reboot system boot 5.17.11-300.fc36 Wed Jun 8 08:14 - 08:42 (00:28)
runlevel (to lvl 5) 5.17.11-300.fc36 Tue Jun 7 08:22 - 16:34 (08:12)
reboot system boot 5.17.11-300.fc36 Tue Jun 7 08:19 - 16:34 (08:14)
reboot system boot 5.17.11-300.fc36 Thu Jun 2 16:00 - 16:00 (00:00)
runlevel (to lvl 5) 5.17.11-300.fc36 Thu Jun 2 07:23 - 15:59 (08:36)
reboot system boot 5.17.11-300.fc36 Thu Jun 2 07:21 - 15:59 (08:38)
runlevel (to lvl 5) 5.17.11-300.fc36 Wed Jun 1 07:07 - 15:33 (08:26)
wtmp begins Thu Sep 9 13:18:22 2021
* DNF Repositories (dnf repolist):
repo id repo name
code Visual Studio Code
fedora Fedora 36 - x86_64
fedora-cisco-openh264 Fedora 36 openh264 (From Cisco) - x86_64
fedora-modular Fedora Modular 36 - x86_64
google-chrome google-chrome
keybase keybase
phracek-PyCharm Copr repo for PyCharm owned by phracek
prod Prod Packages - x86_64
rpmfusion-free RPM Fusion for Fedora 36 - Free
rpmfusion-free-updates RPM Fusion for Fedora 36 - Free - Updates
rpmfusion-nonfree-nvidia-driver RPM Fusion for Fedora 36 - Nonfree - NVIDIA Driver
rpmfusion-nonfree-steam RPM Fusion for Fedora 36 - Nonfree - Steam
teams teams
updates Fedora 36 - x86_64 - Updates
updates-modular Fedora Modular 36 - x86_64 - Updates
* DNF Extras (dnf -C list extras):
Last metadata expiration check: 0:27:39 ago on Mi 08 Jun 2022 08:34:09.
Extra Packages
ampagent.x86_64 11.1.103-1 @System
ipw2100-firmware.noarch 1.3-29.fc35 @fedora
ipw2200-firmware.noarch 3.1-22.fc35 @fedora
julietaula-montserrat-base-web-fonts.noarch 1:7.210-5.fc35 @fedora
julietaula-montserrat-fonts-common.noarch 1:7.210-5.fc35 @fedora
libicu67.x86_64 67.1-2.fc35 @fedora
mongodb-compass.x86_64 1.31.1-1.el7 @@commandline
* Last 20 packages installed (rpm -qa --nodigest --nosignature --last | head -20):
langpacks-en_GB-3.0-23.fc36.noarch Mi 08 Jun 2022 08:45:07
langpacks-core-en_GB-3.0-23.fc36.noarch Mi 08 Jun 2022 08:45:07
edk2-ovmf-20220526git16779ede2d36-1.fc36.noarch Mi 08 Jun 2022 08:36:57
redhat-rpm-config-221-1.fc36.noarch Mi 08 Jun 2022 08:36:56
openssl-3.0.3-1.fc36.x86_64 Mi 08 Jun 2022 08:36:56
libmediaart-1.9.6-1.fc36.x86_64 Mi 08 Jun 2022 08:36:56
libdvdread-6.1.3-1.fc36.x86_64 Mi 08 Jun 2022 08:36:56
libdv-1.0.0-36.fc36.x86_64 Mi 08 Jun 2022 08:36:56
hwdata-0.360-1.fc36.noarch Mi 08 Jun 2022 08:36:56
glibc-doc-2.35-11.fc36.noarch Mi 08 Jun 2022 08:36:56
gedit-42.1-1.fc36.x86_64 Mi 08 Jun 2022 08:36:56
cups-ipptool-2.4.2-1.fc36.x86_64 Mi 08 Jun 2022 08:36:56
libblockdev-lvm-dbus-2.27-1.fc36.x86_64 Mi 08 Jun 2022 08:36:55
gvfs-smb-1.50.2-1.fc36.x86_64 Mi 08 Jun 2022 08:36:55
gvfs-mtp-1.50.2-1.fc36.x86_64 Mi 08 Jun 2022 08:36:55
gvfs-gphoto2-1.50.2-1.fc36.x86_64 Mi 08 Jun 2022 08:36:55
gvfs-goa-1.50.2-1.fc36.x86_64 Mi 08 Jun 2022 08:36:55
gvfs-fuse-1.50.2-1.fc36.x86_64 Mi 08 Jun 2022 08:36:55
gvfs-archive-1.50.2-1.fc36.x86_64 Mi 08 Jun 2022 08:36:55
gvfs-afp-1.50.2-1.fc36.x86_64 Mi 08 Jun 2022 08:36:55
* EFI boot manager output (efibootmgr -v):
BootCurrent: 0002
Timeout: 0 seconds
BootOrder: 0002,0000,0001
Boot0000* Windows Boot Manager HD(1,GPT,f9916cfa-8a10-4c3a-9571-0529c362d472,0x800,0x145000)/File(\EFI\Microsoft\Boot\bootmgfw.efi)WINDOWS.........x...B.C.D.O.B.J.E.C.T.=.{.9.d.e.a.8.6.2.c.-.5.c.d.d.-.4.e.7.0.-.a.c.c.1.-.f.3.2.b.3.4.4.d.4.7.9.5.}...a................
Boot0001* Linux Firmware Updater HD(1,GPT,f9916cfa-8a10-4c3a-9571-0529c362d472,0x800,0x145000)/File(\EFI\fedora\fwupdx64.efi)
Boot0002* Fedora HD(1,GPT,f9916cfa-8a10-4c3a-9571-0529c362d472,0x800,0x145000)/File(\EFI\fedora\shimx64.efi)
Gathering system info ...........................%
Not sure if above is complete, it showed the “%” signs at the end both times I ran it (I’m using zsh
and it looked like the % should mean something special)