Hi,
Most of the times (but not always), restarting or shutting down freezes the computer like in the images below
in CTRL-ALT-F2 tty:
/etc/fstab:
[gustavo@dellg155 ~]$ cat /etc/fstab
# /etc/fstab: static file system information.
#
# Use 'blkid' to print the universally unique identifier for a device; this may
# be used with UUID= as a more robust way to name devices that works even if
# disks are added and removed. See fstab(5).
#
# <file system> <mount point> <type> <options> <dump> <pass>
UUID=3751-CCEA /boot/efi vfat fmask=0137,dmask=0027 0 2
UUID=6678f082-1953-4579-9ad4-050b1b7e0789 / btrfs subvol=/@,noatime,compress=zstd 0 0
UUID=6678f082-1953-4579-9ad4-050b1b7e0789 /home btrfs subvol=/@home,noatime,compress=zstd 0 0
UUID=6678f082-1953-4579-9ad4-050b1b7e0789 /var/cache btrfs subvol=/@cache,noatime,compress=zstd 0 0
UUID=6678f082-1953-4579-9ad4-050b1b7e0789 /var/log btrfs subvol=/@log,noatime,compress=zstd 0 0
UUID=c41e6043-1bbe-4acf-9851-5335c8f96fdf swap swap defaults 0 0
tmpfs /tmp tmpfs defaults,noatime,mode=1777 0 0
//192.168.1.1/share /mnt/srv cifs vers=3.0,auto,nofail,credentials=/home/gustavo/.smbcredentials
//192.168.1.5/share /mnt/srv2 cifs auto,nofail,uid=gustavo,credentials=/home/gustavo/.smbcredentials,iocharset=utf8 0 0
//192.168.1.5/backup /mnt/backup cifs auto,nofail,uid=gustavo,credentials=/home/gustavo/.smbcredentials,iocharset=utf8 0 0
//192.168.1.5/logs /mnt/logs cifs auto,nofail,uid=gustavo,credentials=/home/gustavo/.smbcredentials,iocharset=utf8 0 0
//192.168.1.5/fotos /mnt/fotos cifs auto,nofail,uid=gustavo,credentials=/home/gustavo/.smbcredentials,iocharset=utf8 0 0
[gustavo@dellg155 ~]$
hardware info: https://0x0.st/Xz1X.txt
What’s happening here?

