Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
big dbus problem,need some help
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Other Things Gentoo
View previous topic :: View next topic  
Author Message
wrc1944
Advocate
Advocate


Joined: 15 Aug 2002
Posts: 3465
Location: Gainesville, Florida

PostPosted: Sun Dec 31, 2023 10:37 pm    Post subject: big dbus problem,need some help Reply with quote

Dbus-daemon failed to start, message bus failed to bind socket /tmp/dbus c9tgf0sft

read only file system. Ran fsck maually and fixed a bunch of file system errors from orphaned

corupted file list

Could anyone clue me in on what’t going on? This was after a normal world update. I think, on a pipewire/wayland/x11 system (not using wayland)

Rebooted and it seemed to help, but today i‘t’s back again can’t open anything, then reboot can’t do anything. Can open recovery kernel, but not sure how to proceed. Looked at some relevant forum posts which said unmerge dbus, remove etc/dbus-1 directory, re-merge dbus solved,and also mentioned doing etc-update

(maybe I missed that?
A few posts I looked at:

https://forums.gentoo.org/viewtopic-t-473749-highlight-dbus+epiphany.html

https://forums.gentoo.org/viewtopic-t-825601-start-0.html


https://forums.gentoo.org/viewtopic-t-473749-highlight-dbus+epiphany.html

https://forums.gentoo.org/viewtopic-t-757859-start-0.html
_________________
Main box- AsRock x370 Gaming K4
Ryzen 7 3700x, 3.6GHz, 16GB GSkill Flare DDR4 3200mhz
Samsung SATA 1000GB, Radeon HD R7 350 2GB DDR5
OpenRC Gentoo ~amd64 plasma, glibc-2.41-r2, gcc-15.1.0
kernel-6.15.6 USE=experimental python3.13.3


Last edited by wrc1944 on Tue Jan 02, 2024 11:21 pm; edited 1 time in total
Back to top
View user's profile Send private message
eccerr0r
Watchman
Watchman


Joined: 01 Jul 2004
Posts: 10071
Location: almost Mile High in the USA

PostPosted: Mon Jan 01, 2024 1:29 am    Post subject: Reply with quote

You need to solve your read only filesystem problem first. Dbus needs to create a socket and can't do so on a read only filesystem.

Are you shutting down dirty every time due to a hang? You're using a journalling filesystem (btrfs? ext3fs? ext4? xfs?)

Did your system create the /run and /var/run -> /run directory? (/run should be tmpfs, not on your rootfs)

Don't know what doc you read for unmerging dbus, this would probably not be helpful or clean for that matter (if you force removed it)...
_________________
Intel Core i7 2700K/Radeon R7 250/24GB DDR3/256GB SSD
What am I supposed watching?
Back to top
View user's profile Send private message
Anon-E-moose
Watchman
Watchman


Joined: 23 May 2008
Posts: 6375
Location: Dallas area

PostPosted: Mon Jan 01, 2024 11:00 am    Post subject: Reply with quote

eccerr0r is right, fix /tmp, it should never be mounted read only, typical to set to 1777, no suid, no dev. but needs to be executable (for some things that write there)

dbus wiil try and put the socket in /tmp, without the socket it won't work.
_________________
UM780 xtx, 6.14 zen kernel, gcc 15, openrc, wayland

Got to love snowflakes, how does the world survive without them.
Back to top
View user's profile Send private message
NeddySeagoon
Administrator
Administrator


Joined: 05 Jul 2003
Posts: 55457
Location: 56N 3W

PostPosted: Mon Jan 01, 2024 11:26 am    Post subject: Reply with quote

wrc1944,

/tmp should be in tmpfs in RAM, not on your HDD.
Code:
$ df -hT
Filesystem                     Type      Size  Used Avail Use% Mounted on
tmpfs                          tmpfs      63G   52K   63G   1% /tmp


File system errors are a much bigger and probably separate problem.

What does
Code:
smartctl -x /dev/sd...
about your drives internal error log?

Its probably too late now but mere there any IO errors in dmesg?
They can't be logged with a rea only filesystem.
_________________
Regards,

NeddySeagoon

Computer users fall into two groups:-
those that do backups
those that have never had a hard drive fail.
Back to top
View user's profile Send private message
wrc1944
Advocate
Advocate


Joined: 15 Aug 2002
Posts: 3465
Location: Gainesville, Florida

PostPosted: Mon Jan 01, 2024 9:44 pm    Post subject: Reply with quote

Thanks much guys. :D

I'm using multiboot setup, only can boot gentoo in recovery kernel, some commands fail. even if I have difficulty I can access gentoo logs or info from another distro.

Gentoo is completly is on its own sda-8 partition.

I'll get back with more info hopefully in a day or 2.

This an many years old system running perfect until last week world update. I did just realize it is an etc3 file system! have been using ext4 on all my installs for 15 years.
NOT shutting down dirty every time due to a hang, just typing reboot in terminal, works perfec
_________________
Main box- AsRock x370 Gaming K4
Ryzen 7 3700x, 3.6GHz, 16GB GSkill Flare DDR4 3200mhz
Samsung SATA 1000GB, Radeon HD R7 350 2GB DDR5
OpenRC Gentoo ~amd64 plasma, glibc-2.41-r2, gcc-15.1.0
kernel-6.15.6 USE=experimental python3.13.3
Back to top
View user's profile Send private message
wrc1944
Advocate
Advocate


Joined: 15 Aug 2002
Posts: 3465
Location: Gainesville, Florida

PostPosted: Wed Jan 03, 2024 9:30 pm    Post subject: Reply with quote

/run and tmp are there, and var/tmp is there, with 101 items

/var/run is a link to inode directory




I accessed the gentoo partition logs from my linux mint partition, and the last dmesg showed no errors.


My other identical gentoo install runs perfectly. but doesn't have the tmpfs line in fstab, which surprised me.

is the tmpfs file in this fstab wrong?






This is the current gentoo fstab on /dev/sda8 ( the commented out sda 4 and 9 are just old removed distos)


Code:
# <fs>         <mountpoint>   <type>      <opts>      <dump/pass>

# NOTE: If your BOOT partition is ReiserFS, add the notail option to opts.
# /dev/BOOT      /boot      ext2      noauto,noatime   1 2
/dev/sda8      /      ext4      noatime,nodiratime      0 1
# /dev/sda9             /mnt/main-gentoo     ext3       noauto,users,noatime,nodiratime    0 0
# /dev/sda4             /mnt/mageia     ext4           users,noauto,noatime,nodiratime    0 0
/dev/sda2      none      swap      sw      0 0
/dev/sda5              /mnt/mint        ext4            noauto,users,noatime,nodiratime    0 0
/dev/sda6              /mnt/Kaos         ext4           users,noauto,noatime,nodiratime    0 0
/dev/sda7              /mnt/kubuntu       ext4          defaults    0 0
/dev/sda11             /mnt/sda11         ext4          noauto,users,noatime      0 0           
/dev/sda12             /mnt/ubuntu-sda12     ext4       noauto,users,noatime,nodiratime    0 0
/dev/sda10             /mnt/sda10         ntfs-3g       noauto,users,noatime      0 0


/dev/cdrom      /mnt/cdrom   auto      noauto,users   0 0
/dev/fd0      /mnt/floppy   auto      noauto      0 0

/dev/sdb2               /mnt/sdb2       ntfs-3g             defaults       0 0
/dev/sdb3               /mnt/sdb3data     ntfs-3g           defaults       0 0
/dev/sdb4               /mnt/sdb4         ntfs-3g           defaults       0 0

/dev/sda1               /mnt/sda1          ext4          noauto,users,noatime,nodiratime  0 0   

proc        /proc        proc    defaults             0 0   
shm         /dev/shm     tmpfs   nodev,nosuid,noexec  0 0






This seemed relevant in the rc-log

Code:
ok ]
 * Executing: /lib/rc/sh/openrc-run.sh /lib/rc/sh/openrc-run.sh /etc/init.d/hostname stop
 * Executing: /lib/rc/sh/openrc-run.sh /lib/rc/sh/openrc-run.sh /etc/init.d/net.eth0 stop
 * Executing: /lib/rc/sh/openrc-run.sh /lib/rc/sh/openrc-run.sh /etc/init.d/net.lo stop
 * Executing: /lib/rc/sh/openrc-run.sh /lib/rc/sh/openrc-run.sh /etc/init.d/dbus stop
 * Stopping dbus ...
 * Will stop /usr/bin/dbus-daemon
 * Will stop PID 2081
 * Will stop processes of `/usr/bin/dbus-daemon'
 * Sending signal 15 to PID 2081 ...
 [ ok ]
 [ ok ]
 [ ok ]
 * Executing: /lib/rc/sh/openrc-run.sh /lib/rc/sh/openrc-run.sh /etc/init.d/cgroups stop
 * Executing: /lib/rc/sh/openrc-run.sh /lib/rc/sh/openrc-run.sh /etc/init.d/bootmisc stop
 * Executing: /lib/rc/sh/openrc-run.sh /lib/rc/sh/openrc-run.sh /etc/init.d/sysctl stop
 * Executing: /lib/rc/sh/openrc-run.sh /lib/rc/sh/openrc-run.sh /etc/init.d/localmount stop
 * Unmounting loop devices
 * Unmounting filesystems
 *   Unmounting /mnt/kubuntu ...
 [ ok ]
 * Executing: /lib/rc/sh/openrc-run.sh /lib/rc/sh/openrc-run.sh /etc/init.d/swap stop
 * Deactivating swap devices ...
 [ ok ]
 * Executing: /lib/rc/sh/openrc-run.sh /lib/rc/sh/openrc-run.sh /etc/init.d/mtab stop
 * Executing: /lib/rc/sh/openrc-run.sh /lib/rc/sh/openrc-run.sh /etc/init.d/root stop
 * Executing: /lib/rc/sh/openrc-run.sh /lib/rc/sh/openrc-run.sh /etc/init.d/fsck stop
 * Executing: /lib/rc/sh/openrc-run.sh /lib/rc/sh/openrc-run.sh /etc/init.d/udev-trigger stop
 * Executing: /lib/rc/sh/openrc-run.sh /lib/rc/sh/openrc-run.sh /etc/init.d/systemd-tmpfiles-setup-dev stop
 * Executing: /lib/rc/sh/openrc-run.sh /lib/rc/sh/openrc-run.sh /etc/init.d/kmod-static-nodes stop
 * Executing: /lib/rc/sh/openrc-run.sh /lib/rc/sh/openrc-run.sh /etc/init.d/udev stop
 * Stopping udev ...
 [ ok ]
 * Executing: /lib/rc/sh/openrc-run.sh /lib/rc/sh/openrc-run.sh /etc/init.d/sysfs stop
 * Executing: /lib/rc/sh/openrc-run.sh /lib/rc/sh/openrc-run.sh /etc/init.d/binfmt stop
 * Executing: /lib/rc/sh/openrc-run.sh /lib/rc/sh/openrc-run.sh /etc/init.d/procfs stop
 * Executing: /lib/rc/sh/openrc-run.sh /lib/rc/sh/openrc-run.sh /etc/init.d/hwclock stop
 * Setting hardware clock using the system clock [Local Time] ...
 [ ok ]
 * Executing: /lib/rc/sh/openrc-run.sh /lib/rc/sh/openrc-run.sh /etc/init.d/devfs stop
 * Executing: /lib/rc/sh/openrc-run.sh /lib/rc/sh/openrc-run.sh /etc/init.d/modules stop
 * Executing: /lib/rc/sh/openrc-run.sh /lib/rc/sh/openrc-run.sh /etc/init.d/dmesg stop

rc shutdown logging stopped at Sun Dec 31 01:54:31 2023

_________________
Main box- AsRock x370 Gaming K4
Ryzen 7 3700x, 3.6GHz, 16GB GSkill Flare DDR4 3200mhz
Samsung SATA 1000GB, Radeon HD R7 350 2GB DDR5
OpenRC Gentoo ~amd64 plasma, glibc-2.41-r2, gcc-15.1.0
kernel-6.15.6 USE=experimental python3.13.3
Back to top
View user's profile Send private message
wrc1944
Advocate
Advocate


Joined: 15 Aug 2002
Posts: 3465
Location: Gainesville, Florida

PostPosted: Thu Jan 04, 2024 9:56 pm    Post subject: Reply with quote

More info. Booted 4 times did world updates partway but always hangs with fs and inode errors fixed with fsck, but also having input-output errors opening stuff.


cleaned up fstab, seemed to help. gentoo is on sda8 on this multiboot, where Mint grub is the loader for evry thing else. The dmesg is today's, and no errors I could see. going back in to try to finish @world Will post cleaed up fstab later




Code:
df -hT
Filesystem     Type      Size  Used Avail Use% Mounted on
/dev/root      ext4       77G   49G   24G  68% /
devtmpfs       devtmpfs   10M     0   10M   0% /dev
tmpfs          tmpfs     3.2G  1.4M  3.2G   1% /run
shm            tmpfs     7.8G     0  7.8G   0% /dev/shm
/dev/sda7      ext4       40G   30G  7.9G  79% /mnt/kubuntu
tmpfs          tmpfs     1.6G   16K  1.6G   1% /run/user/1000




DMESG
U ld (Gentoo 2.41 p4) 2.41.0) #1 SMP PREEMPT_DYNAMIC Thu Dec 21 13:58:07 EST 2023
[ 0.000000] Command line: BOOT_IMAGE=/boot/kernel-6.6.8-gentoo root=PARTUUID=ee6eee6e-08 ro
[ 0.000000] BIOS-provided physical RAM map:
[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009d3ff] usable
[ 0.000000] BIOS-e820: [mem 0x000000000009d400-0x000000000009ffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved
[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x0000000009cfffff] usable
[ 0.000000] BIOS-e820: [mem 0x0000000009d00000-0x0000000009ffffff] reserved
[ 0.000000] BIOS-e820: [mem 0x000000000a000000-0x000000000a1fffff] usable
[ 0.000000] BIOS-e820: [mem 0x000000000a200000-0x000000000a20bfff] ACPI NVS
[ 0.000000] BIOS-e820: [mem 0x000000000a20c000-0x000000000affffff] usable
[ 0.000000] BIOS-e820: [mem 0x000000000b000000-0x000000000b01ffff] reserved
[ 0.000000] BIOS-e820: [mem 0x000000000b020000-0x00000000da6effff] usable
[ 0.000000] BIOS-e820: [mem 0x00000000da6f0000-0x00000000dbbf5fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000dbbf6000-0x00000000dbd76fff] usable
[ 0.000000] BIOS-e820: [mem 0x00000000dbd77000-0x00000000dc188fff] ACPI NVS
[ 0.000000] BIOS-e820: [mem 0x00000000dc189000-0x00000000dccf1fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000dccf2000-0x00000000deffffff] usable
[ 0.000000] BIOS-e820: [mem 0x00000000df000000-0x00000000dfffffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000f8000000-0x00000000fbffffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fd000000-0x00000000ffffffff] reserved
[ 0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000041f37ffff] usable
[ 0.000000] NX (Execute Disable) protection: active
[ 0.000000] APIC: Static calls initialized
[ 0.000000] SMBIOS 3.2.1 present.
[ 0.000000] DMI: To Be Filled By O.E.M. To Be Filled By O.E.M./AB350 Pro4, BIOS P6.30 12/17/2019
[ 0.000000] tsc: Fast TSC calibration failed
[ 0.000000] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[ 0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable
[ 0.000000] last_pfn = 0x41f380 max_arch_pfn = 0x400000000
[ 0.000000] MTRR map: 7 entries (3 fixed + 4 variable; max 20), built from 9 variable MTRRs
[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT
[ 0.000000] e820: update [mem 0xdc450000-0xdc45ffff] usable ==> reserved
[ 0.000000] e820: update [mem 0xe0000000-0xffffffff] usable ==> reserved
[ 0.000000] last_pfn = 0xdf000 max_arch_pfn = 0x400000000
[ 0.000000] Using GB pages for direct mapping
[ 0.000000] ACPI: Early table checksum verification disabled
[ 0.000000] ACPI: RSDP 0x00000000000F05A0 000024 (v02 ALASKA)
[ 0.000000] ACPI: XSDT 0x00000000DC1060A0 0000BC (v01 ALASKA A M I 01072009 AMI 00010013)
[ 0.000000] ACPI: FACP 0x00000000DC10D308 000114 (v06 ALASKA A M I 01072009 AMI 00010013)
[ 0.000000] ACPI: DSDT 0x00000000DC1061F0 007118 (v02 ALASKA A M I 01072009 INTL 20120913)
[ 0.000000] ACPI: FACS 0x00000000DC172E00 000040
[ 0.000000] ACPI: APIC 0x00000000DC10D420 00015E (v03 ALASKA A M I 01072009 AMI 00010013)
[ 0.000000] ACPI: FPDT 0x00000000DC10D580 000044 (v01 ALASKA A M I 01072009 AMI 00010013)
[ 0.000000] ACPI: FIDT 0x00000000DC10D5C8 00009C (v01 ALASKA A M I 01072009 AMI 00010013)
[ 0.000000] ACPI: SSDT 0x00000000DC10D668 0000C8 (v02 ALASKA CPUSSDT 01072009 AMI 01072009)
[ 0.000000] ACPI: SSDT 0x00000000DC10D730 008C98 (v02 AMD AMD ALIB 00000002 MSFT 04000000)
[ 0.000000] ACPI: SSDT 0x00000000DC1163C8 003122 (v01 AMD AMD AOD 00000001 INTL 20120913)
[ 0.000000] ACPI: MCFG 0x00000000DC1194F0 00003C (v01 ALASKA A M I 01072009 MSFT 00010013)
[ 0.000000] ACPI: AAFT 0x00000000DC119530 000463 (v01 ALASKA OEMAAFT 01072009 MSFT 00000097)
[ 0.000000] ACPI: HPET 0x00000000DC119998 000038 (v01 ALASKA A M I 01072009 AMI 00000005)
[ 0.000000] ACPI: UEFI 0x00000000DC1199D0 000042 (v01 ALASKA A M I 00000002 01000013)
[ 0.000000] ACPI: IVRS 0x00000000DC119A18 0000D0 (v02 AMD AMD IVRS 00000001 AMD 00000000)
[ 0.000000] ACPI: PCCT 0x00000000DC119AE8 00006E (v01 AMD AMD PCCT 00000001 AMD 00000000)
[ 0.000000] ACPI: SSDT 0x00000000DC119B58 002F29 (v01 AMD AMD CPU 00000001 AMD 00000001)
[ 0.000000] ACPI: CRAT 0x00000000DC11CA88 000B58 (v01 AMD AMD CRAT 00000001 AMD 00000001)
[ 0.000000] ACPI: CDIT 0x00000000DC11D5E0 000029 (v01 AMD AMD CDIT 00000001 AMD 00000001)
[ 0.000000] ACPI: SSDT 0x00000000DC11D610 001D34 (v01 AMD AmdTable 00000001 INTL 20120913)
[ 0.000000] ACPI: SSDT 0x00000000DC11F348 0000BF (v01 AMD AMD PT 00001000 INTL 20120913)
[ 0.000000] ACPI: WSMT 0x00000000DC11F408 000028 (v01 ALASKA A M I 01072009 AMI 00010013)
[ 0.000000] ACPI: Reserving FACP table memory at [mem 0xdc10d308-0xdc10d41b]
[ 0.000000] ACPI: Reserving DSDT table memory at [mem 0xdc1061f0-0xdc10d307]
[ 0.000000] ACPI: Reserving FACS table memory at [mem 0xdc172e00-0xdc172e3f]
[ 0.000000] ACPI: Reserving APIC table memory at [mem 0xdc10d420-0xdc10d57d]
[ 0.000000] ACPI: Reserving FPDT table memory at [mem 0xdc10d580-0xdc10d5c3]
[ 0.000000] ACPI: Reserving FIDT table memory at [mem 0xdc10d5c8-0xdc10d663]
[ 0.000000] ACPI: Reserving SSDT table memory at [mem 0xdc10d668-0xdc10d72f]
[ 0.000000] ACPI: Reserving SSDT table memory at [mem 0xdc10d730-0xdc1163c7]
[ 0.000000] ACPI: Reserving SSDT table memory at [mem 0xdc1163c8-0xdc1194e9]
[ 0.000000] ACPI: Reserving MCFG table memory at [mem 0xdc1194f0-0xdc11952b]
[ 0.000000] ACPI: Reserving AAFT table memory at [mem 0xdc119530-0xdc119992]
[ 0.000000] ACPI: Reserving HPET table memory at [mem 0xdc119998-0xdc1199cf]
[ 0.000000] ACPI: Reserving UEFI table memory at [mem 0xdc1199d0-0xdc119a11]
[ 0.000000] ACPI: Reserving IVRS table memory at [mem 0xdc119a18-0xdc119ae7]
[ 0.000000] ACPI: Reserving PCCT table memory at [mem 0xdc119ae8-0xdc119b55]
[ 0.000000] ACPI: Reserving SSDT table memory at [mem 0xdc119b58-0xdc11ca80]
[ 0.000000] ACPI: Reserving CRAT table memory at [mem 0xdc11ca88-0xdc11d5df]
[ 0.000000] ACPI: Reserving CDIT table memory at [mem 0xdc11d5e0-0xdc11d608]
[ 0.000000] ACPI: Reserving SSDT table memory at [mem 0xdc11d610-0xdc11f343]
[ 0.000000] ACPI: Reserving SSDT table memory at [mem 0xdc11f348-0xdc11f406]
[ 0.000000] ACPI: Reserving WSMT table memory at [mem 0xdc11f408-0xdc11f42f]
[ 0.000000] No NUMA configuration found
[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000041f37ffff]
[ 0.000000] NODE_DATA(0) allocated [mem 0x41f37c000-0x41f37ffff]
[ 0.000000] Zone ranges:
[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]
[ 0.000000] DMA32 [mem 0x0000000001000000-0x00000000ffffffff]
[ 0.000000] Normal [mem 0x0000000100000000-0x000000041f37ffff]
[ 0.000000] Movable zone start for each node
[ 0.000000] Early memory node ranges
[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009cfff]
[ 0.000000] node 0: [mem 0x0000000000100000-0x0000000009cfffff]
[ 0.000000] node 0: [mem 0x000000000a000000-0x000000000a1fffff]
[ 0.000000] node 0: [mem 0x000000000a20c000-0x000000000affffff]
[ 0.000000] node 0: [mem 0x000000000b020000-0x00000000da6effff]
[ 0.000000] node 0: [mem 0x00000000dbbf6000-0x00000000dbd76fff]
[ 0.000000] node 0: [mem 0x00000000dccf2000-0x00000000deffffff]
[ 0.000000] node 0: [mem 0x0000000100000000-0x000000041f37ffff]
[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000041f37ffff]
[ 0.000000] On node 0, zone DMA: 1 pages in unavailable ranges
[ 0.000000] On node 0, zone DMA: 99 pages in unavailable ranges
[ 0.000000] On node 0, zone DMA32: 768 pages in unavailable ranges
[ 0.000000] On node 0, zone DMA32: 12 pages in unavailable ranges
[ 0.000000] On node 0, zone DMA32: 32 pages in unavailable ranges
[ 0.000000] On node 0, zone DMA32: 5382 pages in unavailable ranges
[ 0.000000] On node 0, zone DMA32: 3963 pages in unavailable ranges
[ 0.000000] On node 0, zone Normal: 4096 pages in unavailable ranges
[ 0.000000] On node 0, zone Normal: 3200 pages in unavailable ranges
[ 0.000000] ACPI: PM-Timer IO Port: 0x808
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] high edge lint[0x1])
[ 0.000000] IOAPIC[0]: apic_id 13, version 33, address 0xfec00000, GSI 0-23
[ 0.000000] IOAPIC[1]: apic_id 14, version 33, address 0xfec01000, GSI 24-55
[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 low level)
[ 0.000000] ACPI: Using ACPI (MADT) for SMP configuration information
[ 0.000000] ACPI: HPET id: 0x10228201 base: 0xfed00000
[ 0.000000] smpboot: 32 Processors exceeds NR_CPUS limit of 16
[ 0.000000] smpboot: Allowing 16 CPUs, 4 hotplug CPUs
[ 0.000000] PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]
[ 0.000000] PM: hibernation: Registered nosave memory: [mem 0x0009d000-0x0009dfff]
[ 0.000000] PM: hibernation: Registered nosave memory: [mem 0x0009e000-0x0009ffff]
[ 0.000000] PM: hibernation: Registered nosave memory: [mem 0x000a0000-0x000dffff]
[ 0.000000] PM: hibernation: Registered nosave memory: [mem 0x000e0000-0x000fffff]
[ 0.000000] PM: hibernation: Registered nosave memory: [mem 0x09d00000-0x09ffffff]
[ 0.000000] PM: hibernation: Registered nosave memory: [mem 0x0a200000-0x0a20bfff]
[ 0.000000] PM: hibernation: Registered nosave memory: [mem 0x0b000000-0x0b01ffff]
[ 0.000000] PM: hibernation: Registered nosave memory: [mem 0xda6f0000-0xdbbf5fff]
[ 0.000000] PM: hibernation: Registered nosave memory: [mem 0xdbd77000-0xdc188fff]
[ 0.000000] PM: hibernation: Registered nosave memory: [mem 0xdc189000-0xdccf1fff]
[ 0.000000] PM: hibernation: Registered nosave memory: [mem 0xdf000000-0xdfffffff]
[ 0.000000] PM: hibernation: Registered nosave memory: [mem 0xe0000000-0xf7ffffff]
[ 0.000000] PM: hibernation: Registered nosave memory: [mem 0xf8000000-0xfbffffff]
[ 0.000000] PM: hibernation: Registered nosave memory: [mem 0xfc000000-0xfcffffff]
[ 0.000000] PM: hibernation: Registered nosave memory: [mem 0xfd000000-0xffffffff]
[ 0.000000] [mem 0xe0000000-0xf7ffffff] available for PCI devices
[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1910969940391419 ns
[ 0.000000] setup_percpu: NR_CPUS:16 nr_cpumask_bits:16 nr_cpu_ids:16 nr_node_ids:1
[ 0.000000] percpu: Embedded 53 pages/cpu s179304 r8192 d29592 u262144
[ 0.000000] pcpu-alloc: s179304 r8192 d29592 u262144 alloc=1*2097152
[ 0.000000] pcpu-alloc: [0] 00 01 02 03 04 05 06 07 [0] 08 09 10 11 12 13 14 15
[ 0.000000] Kernel command line: BOOT_IMAGE=/boot/kernel-6.6.8-gentoo root=PARTUUID=ee6eee6e-08 ro
[ 0.000000] Unknown kernel command line parameters "BOOT_IMAGE=/boot/kernel-6.6.8-gentoo", will be passed to user space.
[ 0.000000] random: crng init done
[ 0.000000] Dentry cache hash table entries: 2097152 (order: 12, 16777216 bytes, linear)
[ 0.000000] Inode-cache hash table entries: 1048576 (order: 11, 8388608 bytes, linear)
[ 0.000000] Fallback order for Node 0: 0
[ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 4111331
[ 0.000000] Policy zone: Normal
[ 0.000000] mem auto-init: stack:off, heap alloc:off, heap free:off
[ 0.000000] software IO TLB: area num 16.
[ 0.000000] Memory: 16314760K/16707004K available (16384K kernel code, 2541K rwdata, 4752K rodata, 2476K init, 2484K bss, 391988K reserved, 0K cma-reserved)
[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=16, Nodes=1
[ 0.000000] Dynamic Preempt: full
[ 0.000000] rcu: Preemptible hierarchical RCU implementation.
[ 0.000000] Trampoline variant of Tasks RCU enabled.
[ 0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 100 jiffies.
[ 0.000000] NR_IRQS: 4352, nr_irqs: 1096, preallocated irqs: 16
[ 0.000000] rcu: srcu_init: Setting srcu_struct sizes based on contention.
[ 0.000000] spurious 8259A interrupt: IRQ7.
[ 0.000000] Console: colour VGA+ 80x25
[ 0.000000] printk: console [tty0] enabled
[ 0.000000] ACPI: Core revision 20230628
[ 0.000000] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 133484873504 ns
[ 0.000000] APIC: Switch to symmetric I/O mode setup
[ 0.000000] APIC: Switched APIC routing to: physical flat
[ 0.000000] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[ 0.007000] tsc: PIT calibration matches HPET. 2 loops
[ 0.007000] tsc: Detected 3599.876 MHz processor
[ 0.000003] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x33e3de9ff7d, max_idle_ns: 440795351480 ns
[ 0.000108] Calibrating delay loop (skipped), value calculated using timer frequency.. 7199.75 BogoMIPS (lpj=3599876)
[ 0.000221] Zenbleed: please update your microcode for the most optimal fix
[ 0.000307] x86/cpu: User Mode Instruction Prevention (UMIP) activated
[ 0.000437] LVT offset 1 assigned for vector 0xf9
[ 0.001150] LVT offset 2 assigned for vector 0xf4
[ 0.001265] process: using mwait in idle threads
[ 0.001343] Last level iTLB entries: 4KB 1024, 2MB 1024, 4MB 512
[ 0.001426] Last level dTLB entries: 4KB 2048, 2MB 2048, 4MB 1024, 1GB 0
[ 0.001513] Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
[ 0.001609] Spectre V2 : Mitigation: Retpolines
[ 0.001688] Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
[ 0.001782] Spectre V2 : Spectre v2 / SpectreRSB : Filling RSB on VMEXIT
[ 0.001867] Spectre V2 : Enabling Speculation Barrier for firmware calls
[ 0.001951] RETBleed: Mitigation: untrained return thunk
[ 0.002107] Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
[ 0.002203] Spectre V2 : Selecting STIBP always-on mode to complement retbleed mitigation
[ 0.002298] Spectre V2 : User space: Mitigation: STIBP always-on protection
[ 0.002384] Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl
[ 0.002480] Speculative Return Stack Overflow: Mitigation: Safe RET
[ 0.002566] x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
[ 0.002660] x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
[ 0.002744] x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
[ 0.002828] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256
[ 0.002911] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'compacted' format.
[ 0.015324] Freeing SMP alternatives memory: 44K
[ 0.015403] pid_max: default: 32768 minimum: 301
[ 0.015497] LSM: initializing lsm=capability,selinux,integrity
[ 0.015585] SELinux: Initializing.
[ 0.015695] Mount-cache hash table entries: 32768 (order: 6, 262144 bytes, linear)
[ 0.015807] Mountpoint-cache hash table entries: 32768 (order: 6, 262144 bytes, linear)
[ 0.118401] smpboot: CPU0: AMD Ryzen 5 3600 6-Core Processor (family: 0x17, model: 0x71, stepping: 0x0)
[ 0.118640] RCU Tasks: Setting shift to 4 and lim to 1 rcu_task_cb_adjust=1.
[ 0.118740] Performance Events: Fam17h+ core perfctr, AMD PMU driver.
[ 0.118846] ... version: 0
[ 0.118923] ... bit width: 48
[ 0.119000] ... generic registers: 6
[ 0.119076] ... value mask: 0000ffffffffffff
[ 0.119106] ... max period: 00007fffffffffff
[ 0.119106] ... fixed-purpose events: 0
[ 0.119106] ... event mask: 000000000000003f
[ 0.119199] signal: max sigframe size: 1776
[ 0.119299] rcu: Hierarchical SRCU implementation.
[ 0.119378] rcu: Max phase no-delay instances is 400.
[ 0.122222] MCE: In-kernel MCE decoding enabled.
[ 0.122409] smp: Bringing up secondary CPUs ...
[ 0.122559] smpboot: x86: Booting SMP configuration:
[ 0.122640] .... node #0, CPUs: #1 #2 #3 #4 #5 #6 #7 #8 #9 #10 #11
[ 0.130174] Spectre V2 : Update user space SMT mitigation: STIBP always-on
[ 0.136128] smp: Brought up 1 node, 12 CPUs
[ 0.136202] smpboot: Max logical packages: 3
[ 0.136281] smpboot: Total of 12 processors activated (86397.02 BogoMIPS)
[ 0.138168] devtmpfs: initialized
[ 0.138429] ACPI: PM: Registering ACPI NVS region [mem 0x0a200000-0x0a20bfff] (49152 bytes)
[ 0.138429] ACPI: PM: Registering ACPI NVS region [mem 0xdbd77000-0xdc188fff] (4268032 bytes)
[ 0.138429] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1911260446275000 ns
[ 0.138531] futex hash table entries: 4096 (order: 6, 262144 bytes, linear)
[ 0.139117] pinctrl core: initialized pinctrl subsystem
[ 0.139245] PM: RTC time: 20:59:18, date: 2024-01-04
[ 0.139401] NET: Registered PF_NETLINK/PF_ROUTE protocol family
[ 0.139640] audit: initializing netlink subsys (disabled)
[ 0.139726] audit: type=2000 audit(1704401958.146:1): state=initialized audit_enabled=0 res=1
[ 0.139726] thermal_sys: Registered thermal governor 'step_wise'
[ 0.139726] thermal_sys: Registered thermal governor 'user_space'
[ 0.139726] cpuidle: using governor menu
[ 0.140140] Detected 1 PCC Subspaces
[ 0.140216] Registering PCC driver as Mailbox controller
[ 0.140322] PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xf8000000-0xfbffffff] (base 0xf8000000)
[ 0.140322] PCI: MMCONFIG at [mem 0xf8000000-0xfbffffff] reserved as E820 entry
[ 0.140408] PCI: Using configuration type 1 for base access
[ 0.141253] mtrr: your CPUs had inconsistent variable MTRR settings
[ 0.141337] mtrr: probably your BIOS does not setup all CPUs.
[ 0.141420] mtrr: corrected configuration.
[ 0.141551] kprobes: kprobe jump-optimization is enabled. All kprobes are optimized if possible.
[ 0.141660] HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
[ 0.141660] HugeTLB: 28 KiB vmemmap can be freed for a 2.00 MiB page
[ 0.142113] ACPI: Added _OSI(Module Device)
[ 0.142192] ACPI: Added _OSI(Processor Device)
[ 0.142271] ACPI: Added _OSI(3.0 _SCP Extensions)
[ 0.142351] ACPI: Added _OSI(Processor Aggregator Device)
[ 0.154569] ACPI: 7 ACPI AML tables successfully acquired and loaded
[ 0.157156] ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
[ 0.159934] ACPI: _OSC evaluation for CPUs failed, trying _PDC
[ 0.160732] ACPI: Interpreter enabled
[ 0.160824] ACPI: PM: (supports S0 S3 S4 S5)
[ 0.160901] ACPI: Using IOAPIC for interrupt routing
[ 0.161529] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[ 0.161629] PCI: Using E820 reservations for host bridge windows
[ 0.162048] ACPI: Enabled 2 GPEs in block 00 to 1F
[ 0.173586] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
[ 0.173676] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI HPX-Type3]
[ 0.173859] acpi PNP0A08:00: _OSC: platform does not support [LTR]
[ 0.174098] acpi PNP0A08:00: _OSC: OS now controls [PME AER PCIeCapability]
[ 0.174115] acpi PNP0A08:00: [Firmware Info]: MMCONFIG for domain 0000 [bus 00-3f] only partially covers this bridge
[ 0.174655] PCI host bridge to bus 0000:00
[ 0.174733] pci_bus 0000:00: root bus resource [io 0x0000-0x03af window]
[ 0.174820] pci_bus 0000:00: root bus resource [io 0x03e0-0x0cf7 window]
[ 0.174907] pci_bus 0000:00: root bus resource [io 0x03b0-0x03df window]
[ 0.174993] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]
[ 0.175108] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000dffff window]
[ 0.175202] pci_bus 0000:00: root bus resource [mem 0xe0000000-0xfec2ffff window]
[ 0.175295] pci_bus 0000:00: root bus resource [mem 0xfee00000-0xffffffff window]
[ 0.175389] pci_bus 0000:00: root bus resource [bus 00-ff]
[ 0.175491] pci 0000:00:00.0: [1022:1480] type 00 class 0x060000
[ 0.175703] pci 0000:00:00.2: [1022:1481] type 00 class 0x080600
[ 0.175913] pci 0000:00:01.0: [1022:1482] type 00 class 0x060000
[ 0.176141] pci 0000:00:01.3: [1022:1483] type 01 class 0x060400
[ 0.176257] pci 0000:00:01.3: enabling Extended Tags
[ 0.176395] pci 0000:00:01.3: PME# supported from D0 D3hot D3cold
[ 0.176791] pci 0000:00:02.0: [1022:1482] type 00 class 0x060000
[ 0.176959] pci 0000:00:03.0: [1022:1482] type 00 class 0x060000
[ 0.177129] pci 0000:00:03.1: [1022:1483] type 01 class 0x060400
[ 0.177300] pci 0000:00:03.1: PME# supported from D0 D3hot D3cold
[ 0.177614] pci 0000:00:04.0: [1022:1482] type 00 class 0x060000
[ 0.177783] pci 0000:00:05.0: [1022:1482] type 00 class 0x060000
[ 0.177953] pci 0000:00:07.0: [1022:1482] type 00 class 0x060000
[ 0.178121] pci 0000:00:07.1: [1022:1484] type 01 class 0x060400
[ 0.178232] pci 0000:00:07.1: enabling Extended Tags
[ 0.178357] pci 0000:00:07.1: PME# supported from D0 D3hot D3cold
[ 0.178595] pci 0000:00:08.0: [1022:1482] type 00 class 0x060000
[ 0.178761] pci 0000:00:08.1: [1022:1484] type 01 class 0x060400
[ 0.178873] pci 0000:00:08.1: enabling Extended Tags
[ 0.179002] pci 0000:00:08.1: PME# supported from D0 D3hot D3cold
[ 0.179262] pci 0000:00:08.2: [1022:1484] type 01 class 0x060400
[ 0.179374] pci 0000:00:08.2: enabling Extended Tags
[ 0.179503] pci 0000:00:08.2: PME# supported from D0 D3hot D3cold
[ 0.179747] pci 0000:00:08.3: [1022:1484] type 01 class 0x060400
[ 0.179858] pci 0000:00:08.3: enabling Extended Tags
[ 0.179987] pci 0000:00:08.3: PME# supported from D0 D3hot D3cold
[ 0.180248] pci 0000:00:14.0: [1022:790b] type 00 class 0x0c0500
[ 0.180480] pci 0000:00:14.3: [1022:790e] type 00 class 0x060100
[ 0.180735] pci 0000:00:18.0: [1022:1440] type 00 class 0x060000
[ 0.180873] pci 0000:00:18.1: [1022:1441] type 00 class 0x060000
[ 0.181010] pci 0000:00:18.2: [1022:1442] type 00 class 0x060000
[ 0.181161] pci 0000:00:18.3: [1022:1443] type 00 class 0x060000
[ 0.182161] pci 0000:00:18.4: [1022:1444] type 00 class 0x060000
[ 0.182298] pci 0000:00:18.5: [1022:1445] type 00 class 0x060000
[ 0.182435] pci 0000:00:18.6: [1022:1446] type 00 class 0x060000
[ 0.182572] pci 0000:00:18.7: [1022:1447] type 00 class 0x060000
[ 0.182770] pci 0000:01:00.0: [1022:43bb] type 00 class 0x0c0330
[ 0.182875] pci 0000:01:00.0: reg 0x10: [mem 0xfcca0000-0xfcca7fff 64bit]
[ 0.183010] pci 0000:01:00.0: enabling Extended Tags
[ 0.183171] pci 0000:01:00.0: PME# supported from D3hot D3cold
[ 0.183474] pci 0000:01:00.1: [1022:43b7] type 00 class 0x010601
[ 0.183614] pci 0000:01:00.1: reg 0x24: [mem 0xfcc80000-0xfcc9ffff]
[ 0.183709] pci 0000:01:00.1: reg 0x30: [mem 0xfcc00000-0xfcc7ffff pref]
[ 0.183803] pci 0000:01:00.1: enabling Extended Tags
[ 0.183932] pci 0000:01:00.1: PME# supported from D3hot D3cold
[ 0.184172] pci 0000:01:00.2: [1022:43b2] type 01 class 0x060400
[ 0.184308] pci 0000:01:00.2: enabling Extended Tags
[ 0.184445] pci 0000:01:00.2: PME# supported from D3hot D3cold
[ 0.184706] pci 0000:00:01.3: PCI bridge to [bus 01-08]
[ 0.184790] pci 0000:00:01.3: bridge window [io 0xd000-0xefff]
[ 0.184877] pci 0000:00:01.3: bridge window [mem 0xfca00000-0xfccfffff]
[ 0.184966] pci 0000:00:01.3: bridge window [mem 0xf0000000-0xf00fffff 64bit pref]
[ 0.185126] pci 0000:02:00.0: [1022:43b4] type 01 class 0x060400
[ 0.185266] pci 0000:02:00.0: enabling Extended Tags
[ 0.185419] pci 0000:02:00.0: PME# supported from D3hot D3cold
[ 0.185544] pci 0000:02:01.0: [1022:43b4] type 01 class 0x060400
[ 0.185544] pci 0000:02:01.0: enabling Extended Tags
[ 0.185590] pci 0000:02:01.0: PME# supported from D3hot D3cold
[ 0.185835] pci 0000:02:04.0: [1022:43b4] type 01 class 0x060400
[ 0.185975] pci 0000:02:04.0: enabling Extended Tags
[ 0.186138] pci 0000:02:04.0: PME# supported from D3hot D3cold
[ 0.186378] pci 0000:02:05.0: [1022:43b4] type 01 class 0x060400
[ 0.186518] pci 0000:02:05.0: enabling Extended Tags
[ 0.186669] pci 0000:02:05.0: PME# supported from D3hot D3cold
[ 0.186909] pci 0000:02:06.0: [1022:43b4] type 01 class 0x060400
[ 0.187049] pci 0000:02:06.0: enabling Extended Tags
[ 0.187180] pci 0000:02:06.0: PME# supported from D3hot D3cold
[ 0.187420] pci 0000:02:07.0: [1022:43b4] type 01 class 0x060400
[ 0.187560] pci 0000:02:07.0: enabling Extended Tags
[ 0.187713] pci 0000:02:07.0: PME# supported from D3hot D3cold
[ 0.187964] pci 0000:01:00.2: PCI bridge to [bus 02-08]
[ 0.188051] pci 0000:01:00.2: bridge window [io 0xd000-0xefff]
[ 0.188110] pci 0000:01:00.2: bridge window [mem 0xfca00000-0xfcbfffff]
[ 0.188201] pci 0000:01:00.2: bridge window [mem 0xf0000000-0xf00fffff 64bit pref]
[ 0.188344] pci 0000:02:00.0: PCI bridge to [bus 03]
[ 0.188484] pci 0000:02:01.0: PCI bridge to [bus 04]
[ 0.188623] pci 0000:02:04.0: PCI bridge to [bus 05]
[ 0.188763] pci 0000:02:05.0: PCI bridge to [bus 06]
[ 0.188927] pci 0000:07:00.0: [1b21:0612] type 00 class 0x010601
[ 0.189036] pci 0000:07:00.0: reg 0x10: [io 0xe050-0xe057]
[ 0.189121] pci 0000:07:00.0: reg 0x14: [io 0xe040-0xe043]
[ 0.189217] pci 0000:07:00.0: reg 0x18: [io 0xe030-0xe037]
[ 0.189312] pci 0000:07:00.0: reg 0x1c: [io 0xe020-0xe023]
[ 0.189408] pci 0000:07:00.0: reg 0x20: [io 0xe000-0xe01f]
[ 0.189504] pci 0000:07:00.0: reg 0x24: [mem 0xfcb00000-0xfcb001ff]
[ 0.189809] pci 0000:02:06.0: PCI bridge to [bus 07]
[ 0.189895] pci 0000:02:06.0: bridge window [io 0xe000-0xefff]
[ 0.189981] pci 0000:02:06.0: bridge window [mem 0xfcb00000-0xfcbfffff]
[ 0.190189] pci 0000:08:00.0: [10ec:8168] type 00 class 0x020000
[ 0.190302] pci 0000:08:00.0: reg 0x10: [io 0xd000-0xd0ff]
[ 0.190425] pci 0000:08:00.0: reg 0x18: [mem 0xfca00000-0xfca00fff 64bit]
[ 0.190536] pci 0000:08:00.0: reg 0x20: [mem 0xf0000000-0xf0003fff 64bit pref]
[ 0.190795] pci 0000:08:00.0: supports D1 D2
[ 0.190874] pci 0000:08:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[ 0.191224] pci 0000:02:07.0: PCI bridge to [bus 08]
[ 0.191310] pci 0000:02:07.0: bridge window [io 0xd000-0xdfff]
[ 0.191396] pci 0000:02:07.0: bridge window [mem 0xfca00000-0xfcafffff]
[ 0.191487] pci 0000:02:07.0: bridge window [mem 0xf0000000-0xf00fffff 64bit pref]
[ 0.191676] pci 0000:09:00.0: [1002:6759] type 00 class 0x030000
[ 0.191780] pci 0000:09:00.0: reg 0x10: [mem 0xe0000000-0xefffffff 64bit pref]
[ 0.191886] pci 0000:09:00.0: reg 0x18: [mem 0xfcf20000-0xfcf3ffff 64bit]
[ 0.191981] pci 0000:09:00.0: reg 0x20: [io 0xf000-0xf0ff]
[ 0.192081] pci 0000:09:00.0: reg 0x30: [mem 0xfcf00000-0xfcf1ffff pref]
[ 0.192129] pci 0000:09:00.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
[ 0.192269] pci 0000:09:00.0: supports D1 D2
[ 0.192455] pci 0000:09:00.1: [1002:aa90] type 00 class 0x040300
[ 0.192559] pci 0000:09:00.1: reg 0x10: [mem 0xfcf40000-0xfcf43fff 64bit]
[ 0.192744] pci 0000:09:00.1: supports D1 D2
[ 0.192943] pci 0000:00:03.1: PCI bridge to [bus 09]
[ 0.193026] pci 0000:00:03.1: bridge window [io 0xf000-0xffff]
[ 0.193109] pci 0000:00:03.1: bridge window [mem 0xfcf00000-0xfcffffff]
[ 0.193199] pci 0000:00:03.1: bridge window [mem 0xe0000000-0xefffffff 64bit pref]
[ 0.193343] pci 0000:0a:00.0: [1022:148a] type 00 class 0x130000
[ 0.193467] pci 0000:0a:00.0: enabling Extended Tags
[ 0.193725] pci 0000:00:07.1: PCI bridge to [bus 0a]
[ 0.193860] pci 0000:0b:00.0: [1022:1485] type 00 class 0x130000
[ 0.193992] pci 0000:0b:00.0: enabling Extended Tags
[ 0.194274] pci 0000:0b:00.1: [1022:1486] type 00 class 0x108000
[ 0.194379] pci 0000:0b:00.1: reg 0x18: [mem 0xfc800000-0xfc8fffff]
[ 0.194481] pci 0000:0b:00.1: reg 0x24: [mem 0xfc908000-0xfc909fff]
[ 0.194575] pci 0000:0b:00.1: enabling Extended Tags
[ 0.194803] pci 0000:0b:00.3: [1022:149c] type 00 class 0x0c0330
[ 0.194901] pci 0000:0b:00.3: reg 0x10: [mem 0xfc700000-0xfc7fffff 64bit]
[ 0.195020] pci 0000:0b:00.3: enabling Extended Tags
[ 0.195158] pci 0000:0b:00.3: PME# supported from D0 D3hot D3cold
[ 0.195390] pci 0000:0b:00.4: [1022:1487] type 00 class 0x040300
[ 0.195484] pci 0000:0b:00.4: reg 0x10: [mem 0xfc900000-0xfc907fff]
[ 0.195606] pci 0000:0b:00.4: enabling Extended Tags
[ 0.195734] pci 0000:0b:00.4: PME# supported from D0 D3hot D3cold
[ 0.195966] pci 0000:00:08.1: PCI bridge to [bus 0b]
[ 0.196051] pci 0000:00:08.1: bridge window [mem 0xfc700000-0xfc9fffff]
[ 0.196160] pci 0000:0c:00.0: [1022:7901] type 00 class 0x010601
[ 0.196282] pci 0000:0c:00.0: reg 0x24: [mem 0xfce00000-0xfce007ff]
[ 0.196377] pci 0000:0c:00.0: enabling Extended Tags
[ 0.196519] pci 0000:0c:00.0: PME# supported from D3hot D3cold
[ 0.196764] pci 0000:00:08.2: PCI bridge to [bus 0c]
[ 0.196848] pci 0000:00:08.2: bridge window [mem 0xfce00000-0xfcefffff]
[ 0.196986] pci 0000:0d:00.0: [1022:7901] type 00 class 0x010601
[ 0.197145] pci 0000:0d:00.0: reg 0x24: [mem 0xfcd00000-0xfcd007ff]
[ 0.197241] pci 0000:0d:00.0: enabling Extended Tags
[ 0.197384] pci 0000:0d:00.0: PME# supported from D3hot D3cold
[ 0.197626] pci 0000:00:08.3: PCI bridge to [bus 0d]
[ 0.197710] pci 0000:00:08.3: bridge window [mem 0xfcd00000-0xfcdfffff]
[ 0.198401] ACPI: PCI: Interrupt link LNKA configured for IRQ 0
[ 0.198536] ACPI: PCI: Interrupt link LNKB configured for IRQ 0
[ 0.198665] ACPI: PCI: Interrupt link LNKC configured for IRQ 0
[ 0.198803] ACPI: PCI: Interrupt link LNKD configured for IRQ 0
[ 0.198936] ACPI: PCI: Interrupt link LNKE configured for IRQ 0
[ 0.199061] ACPI: PCI: Interrupt link LNKF configured for IRQ 0
[ 0.199148] ACPI: PCI: Interrupt link LNKG configured for IRQ 0
[ 0.199273] ACPI: PCI: Interrupt link LNKH configured for IRQ 0
[ 0.199978] iommu: Default domain type: Translated
[ 0.200060] iommu: DMA domain TLB invalidation policy: lazy mode
[ 0.200196] SCSI subsystem initialized
[ 0.200280] libata version 3.00 loaded.
[ 0.200280] ACPI: bus type USB registered
[ 0.200280] usbcore: registered new interface driver usbfs
[ 0.200357] usbcore: registered new interface driver hub
[ 0.200450] usbcore: registered new device driver usb
[ 0.200552] pps_core: LinuxPPS API ver. 1 registered
[ 0.200632] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[ 0.200733] PTP clock support registered
[ 0.201121] EDAC MC: Ver: 3.0.0
[ 0.201227] Advanced Linux Sound Architecture Driver Initialized.
[ 0.201410] NetLabel: Initializing
[ 0.201486] NetLabel: domain hash size = 128
[ 0.201565] NetLabel: protocols = UNLABELED CIPSOv4 CALIPSO
[ 0.201665] NetLabel: unlabeled traffic allowed by default
[ 0.202129] PCI: Using ACPI for IRQ routing
[ 0.203930] PCI: pci_cache_line_size set to 64 bytes
[ 0.204015] resource: Expanded resource Reserved due to conflict with PCI Bus 0000:00
[ 0.204107] e820: reserve RAM buffer [mem 0x0009d400-0x0009ffff]
[ 0.204109] e820: reserve RAM buffer [mem 0x09d00000-0x0bffffff]
[ 0.204111] e820: reserve RAM buffer [mem 0x0a200000-0x0bffffff]
[ 0.204112] e820: reserve RAM buffer [mem 0x0b000000-0x0bffffff]
[ 0.204114] e820: reserve RAM buffer [mem 0xda6f0000-0xdbffffff]
[ 0.204115] e820: reserve RAM buffer [mem 0xdbd77000-0xdbffffff]
[ 0.204116] e820: reserve RAM buffer [mem 0xdf000000-0xdfffffff]
[ 0.204118] e820: reserve RAM buffer [mem 0x41f380000-0x41fffffff]
[ 0.204136] pci 0000:09:00.0: vgaarb: setting as boot VGA device
[ 0.204207] pci 0000:09:00.0: vgaarb: bridge control possible
[ 0.204290] pci 0000:09:00.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
[ 0.204390] vgaarb: loaded
[ 0.204501] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
[ 0.204585] hpet0: 3 comparators, 32-bit 14.318180 MHz counter
[ 0.207174] clocksource: Switched to clocksource tsc-early
[ 0.207318] VFS: Disk quotas dquot_6.6.0
[ 0.207404] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[ 0.207470] pnp: PnP ACPI init
[ 0.207637] system 00:00: [mem 0xf8000000-0xfbffffff] has been reserved
[ 0.207861] system 00:01: [mem 0xfd000000-0xfd0fffff] has been reserved
[ 0.208191] system 00:03: [io 0x0280-0x028f] has been reserved
[ 0.208276] system 00:03: [io 0x0290-0x029f] has been reserved
[ 0.208361] system 00:03: [io 0x02a0-0x02af] has been reserved
[ 0.208446] system 00:03: [io 0x02b0-0x02bf] has been reserved
[ 0.208771] pnp 00:04: [dma 0 disabled]
[ 0.209063] system 00:05: [io 0x04d0-0x04d1] has been reserved
[ 0.209147] system 00:05: [io 0x040b] has been reserved
[ 0.209229] system 00:05: [io 0x04d6] has been reserved
[ 0.209311] system 00:05: [io 0x0c00-0x0c01] has been reserved
[ 0.209395] system 00:05: [io 0x0c14] has been reserved
[ 0.209479] system 00:05: [io 0x0c50-0x0c51] has been reserved
[ 0.209563] system 00:05: [io 0x0c52] has been reserved
[ 0.209646] system 00:05: [io 0x0c6c] has been reserved
[ 0.209728] system 00:05: [io 0x0c6f] has been reserved
[ 0.209810] system 00:05: [io 0x0cd0-0x0cd1] has been reserved
[ 0.209895] system 00:05: [io 0x0cd2-0x0cd3] has been reserved
[ 0.209980] system 00:05: [io 0x0cd4-0x0cd5] has been reserved
[ 0.210065] system 00:05: [io 0x0cd6-0x0cd7] has been reserved
[ 0.210150] system 00:05: [io 0x0cd8-0x0cdf] has been reserved
[ 0.210234] system 00:05: [io 0x0800-0x089f] has been reserved
[ 0.210317] system 00:05: [io 0x0b00-0x0b0f] has been reserved
[ 0.212342] system 00:05: [io 0x0b20-0x0b3f] has been reserved
[ 0.212428] system 00:05: [io 0x0900-0x090f] has been reserved
[ 0.212513] system 00:05: [io 0x0910-0x091f] has been reserved
[ 0.212597] system 00:05: [mem 0xfec00000-0xfec00fff] could not be reserved
[ 0.212685] system 00:05: [mem 0xfec01000-0xfec01fff] could not be reserved
[ 0.212773] system 00:05: [mem 0xfedc0000-0xfedc0fff] has been reserved
[ 0.212860] system 00:05: [mem 0xfee00000-0xfee00fff] has been reserved
[ 0.212947] system 00:05: [mem 0xfed80000-0xfed8ffff] could not be reserved
[ 0.213035] system 00:05: [mem 0xfec10000-0xfec10fff] has been reserved
[ 0.213121] system 00:05: [mem 0xff000000-0xffffffff] has been reserved
[ 0.213636] pnp: PnP ACPI: found 6 devices
[ 0.219910] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[ 0.220033] NET: Registered PF_INET protocol family
[ 0.220244] IP idents hash table entries: 262144 (order: 9, 2097152 bytes, linear)
[ 0.222445] tcp_listen_portaddr_hash hash table entries: 8192 (order: 5, 131072 bytes, linear)
[ 0.222554] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
[ 0.222652] TCP established hash table entries: 131072 (order: 8, 1048576 bytes, linear)
[ 0.222851] TCP bind hash table entries: 65536 (order: 9, 2097152 bytes, linear)
[ 0.223069] TCP: Hash tables configured (established 131072 bind 65536)
[ 0.223185] UDP hash table entries: 8192 (order: 6, 262144 bytes, linear)
[ 0.223293] UDP-Lite hash table entries: 8192 (order: 6, 262144 bytes, linear)
[ 0.223460] NET: Registered PF_UNIX/PF_LOCAL protocol family
[ 0.223634] RPC: Registered named UNIX socket transport module.
[ 0.223719] RPC: Registered udp transport module.
[ 0.223799] RPC: Registered tcp transport module.
[ 0.223879] RPC: Registered tcp-with-tls transport module.
[ 0.223961] RPC: Registered tcp NFSv4.1 backchannel transport module.
[ 0.224055] pci 0000:02:00.0: PCI bridge to [bus 03]
[ 0.224148] pci 0000:02:01.0: PCI bridge to [bus 04]
[ 0.224240] pci 0000:02:04.0: PCI bridge to [bus 05]
[ 0.224332] pci 0000:02:05.0: PCI bridge to [bus 06]
[ 0.224423] pci 0000:02:06.0: PCI bridge to [bus 07]
[ 0.224506] pci 0000:02:06.0: bridge window [io 0xe000-0xefff]
[ 0.224597] pci 0000:02:06.0: bridge window [mem 0xfcb00000-0xfcbfffff]
[ 0.224693] pci 0000:02:07.0: PCI bridge to [bus 08]
[ 0.224775] pci 0000:02:07.0: bridge window [io 0xd000-0xdfff]
[ 0.224864] pci 0000:02:07.0: bridge window [mem 0xfca00000-0xfcafffff]
[ 0.224954] pci 0000:02:07.0: bridge window [mem 0xf0000000-0xf00fffff 64bit pref]
[ 0.225055] pci 0000:01:00.2: PCI bridge to [bus 02-08]
[ 0.225138] pci 0000:01:00.2: bridge window [io 0xd000-0xefff]
[ 0.225226] pci 0000:01:00.2: bridge window [mem 0xfca00000-0xfcbfffff]
[ 0.225316] pci 0000:01:00.2: bridge window [mem 0xf0000000-0xf00fffff 64bit pref]
[ 0.225416] pci 0000:00:01.3: PCI bridge to [bus 01-08]
[ 0.225499] pci 0000:00:01.3: bridge window [io 0xd000-0xefff]
[ 0.225588] pci 0000:00:01.3: bridge window [mem 0xfca00000-0xfccfffff]
[ 0.225677] pci 0000:00:01.3: bridge window [mem 0xf0000000-0xf00fffff 64bit pref]
[ 0.225776] pci 0000:00:03.1: PCI bridge to [bus 09]
[ 0.225858] pci 0000:00:03.1: bridge window [io 0xf000-0xffff]
[ 0.225946] pci 0000:00:03.1: bridge window [mem 0xfcf00000-0xfcffffff]
[ 0.226034] pci 0000:00:03.1: bridge window [mem 0xe0000000-0xefffffff 64bit pref]
[ 0.226133] pci 0000:00:07.1: PCI bridge to [bus 0a]
[ 0.226221] pci 0000:00:08.1: PCI bridge to [bus 0b]
[ 0.226304] pci 0000:00:08.1: bridge window [mem 0xfc700000-0xfc9fffff]
[ 0.226396] pci 0000:00:08.2: PCI bridge to [bus 0c]
[ 0.226479] pci 0000:00:08.2: bridge window [mem 0xfce00000-0xfcefffff]
[ 0.226571] pci 0000:00:08.3: PCI bridge to [bus 0d]
[ 0.226654] pci 0000:00:08.3: bridge window [mem 0xfcd00000-0xfcdfffff]
[ 0.226746] pci_bus 0000:00: resource 4 [io 0x0000-0x03af window]
[ 0.226831] pci_bus 0000:00: resource 5 [io 0x03e0-0x0cf7 window]
[ 0.226916] pci_bus 0000:00: resource 6 [io 0x03b0-0x03df window]
[ 0.227001] pci_bus 0000:00: resource 7 [io 0x0d00-0xffff window]
[ 0.227086] pci_bus 0000:00: resource 8 [mem 0x000a0000-0x000dffff window]
[ 0.227175] pci_bus 0000:00: resource 9 [mem 0xe0000000-0xfec2ffff window]
[ 0.227263] pci_bus 0000:00: resource 10 [mem 0xfee00000-0xffffffff window]
[ 0.227350] pci_bus 0000:01: resource 0 [io 0xd000-0xefff]
[ 0.227434] pci_bus 0000:01: resource 1 [mem 0xfca00000-0xfccfffff]
[ 0.227519] pci_bus 0000:01: resource 2 [mem 0xf0000000-0xf00fffff 64bit pref]
[ 0.227616] pci_bus 0000:02: resource 0 [io 0xd000-0xefff]
[ 0.227699] pci_bus 0000:02: resource 1 [mem 0xfca00000-0xfcbfffff]
[ 0.227785] pci_bus 0000:02: resource 2 [mem 0xf0000000-0xf00fffff 64bit pref]
[ 0.227881] pci_bus 0000:07: resource 0 [io 0xe000-0xefff]
[ 0.227964] pci_bus 0000:07: resource 1 [mem 0xfcb00000-0xfcbfffff]
[ 0.228049] pci_bus 0000:08: resource 0 [io 0xd000-0xdfff]
[ 0.228133] pci_bus 0000:08: resource 1 [mem 0xfca00000-0xfcafffff]
[ 0.228218] pci_bus 0000:08: resource 2 [mem 0xf0000000-0xf00fffff 64bit pref]
[ 0.228312] pci_bus 0000:09: resource 0 [io 0xf000-0xffff]
[ 0.228395] pci_bus 0000:09: resource 1 [mem 0xfcf00000-0xfcffffff]
[ 0.228480] pci_bus 0000:09: resource 2 [mem 0xe0000000-0xefffffff 64bit pref]
[ 0.228576] pci_bus 0000:0b: resource 1 [mem 0xfc700000-0xfc9fffff]
[ 0.228661] pci_bus 0000:0c: resource 1 [mem 0xfce00000-0xfcefffff]
[ 0.228746] pci_bus 0000:0d: resource 1 [mem 0xfcd00000-0xfcdfffff]
[ 0.229123] pci 0000:09:00.1: D0 power state depends on 0000:09:00.0
[ 0.229413] PCI: CLS 64 bytes, default 64
[ 0.232212] AMD-Vi: Using global IVHD EFR:0x58f77ef22294ade, EFR2:0x0
[ 0.232358] pci 0000:00:00.2: AMD-Vi: IOMMU performance counters supported
[ 0.232513] pci 0000:00:01.0: Adding to iommu group 0
[ 0.232558] kworker/u34:1 (97) used greatest stack depth: 14136 bytes left
[ 0.232623] pci 0000:00:01.3: Adding to iommu group 1
[ 0.232799] pci 0000:00:02.0: Adding to iommu group 2
[ 0.232919] pci 0000:00:03.0: Adding to iommu group 3
[ 0.233026] pci 0000:00:03.1: Adding to iommu group 4
[ 0.233144] pci 0000:00:04.0: Adding to iommu group 5
[ 0.233261] pci 0000:00:05.0: Adding to iommu group 6
[ 0.233381] pci 0000:00:07.0: Adding to iommu group 7
[ 0.233487] pci 0000:00:07.1: Adding to iommu group 8
[ 0.233610] pci 0000:00:08.0: Adding to iommu group 9
[ 0.233715] pci 0000:00:08.1: Adding to iommu group 10
[ 0.233821] pci 0000:00:08.2: Adding to iommu group 11
[ 0.233926] pci 0000:00:08.3: Adding to iommu group 12
[ 0.234058] pci 0000:00:14.0: Adding to iommu group 13
[ 0.234163] pci 0000:00:14.3: Adding to iommu group 13
[ 0.234380] pci 0000:00:18.0: Adding to iommu group 14
[ 0.234485] pci 0000:00:18.1: Adding to iommu group 14
[ 0.234594] pci 0000:00:18.2: Adding to iommu group 14
[ 0.234700] pci 0000:00:18.3: Adding to iommu group 14
[ 0.234806] pci 0000:00:18.4: Adding to iommu group 14
[ 0.234912] pci 0000:00:18.5: Adding to iommu group 14
[ 0.235017] pci 0000:00:18.6: Adding to iommu group 14
[ 0.235124] pci 0000:00:18.7: Adding to iommu group 14
[ 0.235270] pci 0000:01:00.0: Adding to iommu group 15
[ 0.235379] pci 0000:01:00.1: Adding to iommu group 15
[ 0.235488] pci 0000:01:00.2: Adding to iommu group 15
[ 0.235581] pci 0000:02:00.0: Adding to iommu group 15
[ 0.235668] pci 0000:02:01.0: Adding to iommu group 15
[ 0.235755] pci 0000:02:04.0: Adding to iommu group 15
[ 0.235841] pci 0000:02:05.0: Adding to iommu group 15
[ 0.235926] pci 0000:02:06.0: Adding to iommu group 15
[ 0.236012] pci 0000:02:07.0: Adding to iommu group 15
[ 0.236098] pci 0000:07:00.0: Adding to iommu group 15
[ 0.236185] pci 0000:08:00.0: Adding to iommu group 15
[ 0.236317] pci 0000:09:00.0: Adding to iommu group 16
[ 0.236429] pci 0000:09:00.1: Adding to iommu group 16
[ 0.236533] pci 0000:0a:00.0: Adding to iommu group 17
[ 0.236641] pci 0000:0b:00.0: Adding to iommu group 18
[ 0.236747] pci 0000:0b:00.1: Adding to iommu group 19
[ 0.236852] pci 0000:0b:00.3: Adding to iommu group 20
[ 0.236958] pci 0000:0b:00.4: Adding to iommu group 21
[ 0.237063] pci 0000:0c:00.0: Adding to iommu group 22
[ 0.237169] pci 0000:0d:00.0: Adding to iommu group 23
[ 0.238916] pci 0000:00:00.2: AMD-Vi: Found IOMMU cap 0x40
[ 0.239000] AMD-Vi: Extended features (0x58f77ef22294ade, 0x0): PPR X2APIC NX GT IA GA PC GA_vAPIC
[ 0.239222] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[ 0.239311] software IO TLB: mapped [mem 0x00000000d66f0000-0x00000000da6f0000] (64MB)
[ 0.241507] RAPL PMU: API unit is 2^-32 Joules, 1 fixed counters, 163840 ms ovfl timer
[ 0.241604] RAPL PMU: hw unit of domain package 2^-16 Joules
[ 0.241688] LVT offset 0 assigned for vector 0x400
[ 0.241843] perf: AMD IBS detected (0x000003ff)
[ 0.241927] amd_uncore: 4 amd_df counters detected
[ 0.242010] amd_uncore: 6 amd_l3 counters detected
[ 0.242216] perf/amd_iommu: Detected AMD IOMMU #0 (2 banks, 4 counters/bank).
[ 0.244135] Initialise system trusted keyrings
[ 0.244243] workingset: timestamp_bits=56 max_order=22 bucket_order=0
[ 0.244545] NFS: Registering the id_resolver key type
[ 0.244628] Key type id_resolver registered
[ 0.244706] Key type id_legacy registered
[ 0.244790] ntfs: driver 2.1.32 [Flags: R/W].
[ 0.244875] ntfs3: Max link count 4000
[ 0.244952] ntfs3: Read-only LZX/Xpress compression included
[ 0.245067] fuse: init (API version 7.39)
[ 0.252786] NET: Registered PF_ALG protocol family
[ 0.252870] Key type asymmetric registered
[ 0.252948] Asymmetric key parser 'x509' registered
[ 0.253039] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 250)
[ 0.253135] io scheduler mq-deadline registered
[ 0.253214] io scheduler kyber registered
[ 0.253295] io scheduler bfq registered
[ 0.253550] pcieport 0000:00:01.3: PME: Signaling with IRQ 27
[ 0.253795] pcieport 0000:00:03.1: PME: Signaling with IRQ 28
[ 0.254117] pcieport 0000:00:07.1: PME: Signaling with IRQ 30
[ 0.254266] pcieport 0000:00:07.1: AER: enabled with IRQ 30
[ 0.254488] pcieport 0000:00:08.1: PME: Signaling with IRQ 31
[ 0.256581] pcieport 0000:00:08.1: AER: enabled with IRQ 31
[ 0.256854] pcieport 0000:00:08.2: PME: Signaling with IRQ 32
[ 0.256995] pcieport 0000:00:08.2: AER: enabled with IRQ 32
[ 0.257262] pcieport 0000:00:08.3: PME: Signaling with IRQ 33
[ 0.257397] pcieport 0000:00:08.3: AER: enabled with IRQ 33
[ 0.258672] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0
[ 0.258805] ACPI: button: Power Button [PWRB]
[ 0.258943] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input1
[ 0.259099] ACPI: button: Power Button [PWRF]
[ 0.260246] Estimated ratio of average max frequency by base frequency (times 1024): 1110
[ 0.260353] Monitor-Mwait will be used to enter C-1 state
[ 0.260358] ACPI: \_PR_.C000: Found 2 idle states
[ 0.260590] ACPI: \_PR_.C002: Found 2 idle states
[ 0.260820] ACPI: \_PR_.C004: Found 2 idle states
[ 0.261029] ACPI: \_PR_.C006: Found 2 idle states
[ 0.261230] ACPI: \_PR_.C008: Found 2 idle states
[ 0.261431] ACPI: \_PR_.C00A: Found 2 idle states
[ 0.261625] ACPI: \_PR_.C001: Found 2 idle states
[ 0.261817] ACPI: \_PR_.C003: Found 2 idle states
[ 0.262010] ACPI: \_PR_.C005: Found 2 idle states
[ 0.262225] ACPI: \_PR_.C007: Found 2 idle states
[ 0.262433] ACPI: \_PR_.C009: Found 2 idle states
[ 0.262638] ACPI: \_PR_.C00B: Found 2 idle states
[ 0.262941] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[ 0.263142] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A
[ 0.263830] Non-volatile memory driver v1.3
[ 0.263926] Linux agpgart interface v0.103
[ 0.264032] AMD-Vi: AMD IOMMUv2 loaded and initialized
[ 0.264132] ACPI: bus type drm_connector registered
[ 0.267203] loop: module loaded
[ 0.267377] ahci 0000:01:00.1: version 3.0
[ 0.267488] ahci 0000:01:00.1: SSS flag set, parallel bus scan disabled
[ 0.267618] ahci 0000:01:00.1: AHCI 0001.0301 32 slots 8 ports 6 Gbps 0x33 impl SATA mode
[ 0.267716] ahci 0000:01:00.1: flags: 64bit ncq sntf stag pm led clo only pmp pio slum part sxs deso sadm sds apst
[ 0.268600] scsi host0: ahci
[ 0.268787] scsi host1: ahci
[ 0.268978] scsi host2: ahci
[ 0.269161] scsi host3: ahci
[ 0.269343] scsi host4: ahci
[ 0.269520] scsi host5: ahci
[ 0.269704] scsi host6: ahci
[ 0.269892] scsi host7: ahci
[ 0.270020] ata1: SATA max UDMA/133 abar m131072@0xfcc80000 port 0xfcc80100 irq 42
[ 0.270116] ata2: SATA max UDMA/133 abar m131072@0xfcc80000 port 0xfcc80180 irq 42
[ 0.270211] ata3: DUMMY
[ 0.270286] ata4: DUMMY
[ 0.270359] ata5: SATA max UDMA/133 abar m131072@0xfcc80000 port 0xfcc80300 irq 42
[ 0.270454] ata6: SATA max UDMA/133 abar m131072@0xfcc80000 port 0xfcc80380 irq 42
[ 0.270548] ata7: DUMMY
[ 0.270620] ata8: DUMMY
[ 0.270834] ahci 0000:07:00.0: SSS flag set, parallel bus scan disabled
[ 0.270966] ahci 0000:07:00.0: AHCI 0001.0200 32 slots 2 ports 6 Gbps 0x3 impl SATA mode
[ 0.271063] ahci 0000:07:00.0: flags: 64bit ncq sntf stag led clo pmp pio slum part ccc sxs
[ 0.271450] scsi host8: ahci
[ 0.271634] scsi host9: ahci
[ 0.271763] ata9: SATA max UDMA/133 abar m512@0xfcb00000 port 0xfcb00100 irq 43
[ 0.271859] ata10: SATA max UDMA/133 abar m512@0xfcb00000 port 0xfcb00180 irq 43
[ 0.272077] ahci 0000:0c:00.0: AHCI 0001.0301 32 slots 1 ports 6 Gbps 0x1 impl SATA mode
[ 0.272175] ahci 0000:0c:00.0: flags: 64bit ncq sntf ilck pm led clo only pmp fbs pio slum part
[ 0.272457] scsi host10: ahci
[ 0.272586] ata11: SATA max UDMA/133 abar m2048@0xfce00000 port 0xfce00100 irq 45
[ 0.272801] ahci 0000:0d:00.0: AHCI 0001.0301 32 slots 1 ports 6 Gbps 0x1 impl SATA mode
[ 0.272899] ahci 0000:0d:00.0: flags: 64bit ncq sntf ilck pm led clo only pmp fbs pio slum part
[ 0.273180] scsi host11: ahci
[ 0.273312] ata12: SATA max UDMA/133 abar m2048@0xfcd00000 port 0xfcd00100 irq 47
[ 0.273690] e100: Intel(R) PRO/100 Network Driver
[ 0.273770] e100: Copyright(c) 1999-2006 Intel Corporation
[ 0.273872] e1000: Intel(R) PRO/1000 Network Driver
[ 0.273952] e1000: Copyright (c) 1999-2006 Intel Corporation.
[ 0.274053] e1000e: Intel(R) PRO/1000 Network Driver
[ 0.274134] e1000e: Copyright(c) 1999 - 2015 Intel Corporation.
[ 0.274242] igb: Intel(R) Gigabit Ethernet Network Driver
[ 0.274325] igb: Copyright (c) 2007-2014 Intel Corporation.
[ 0.274426] igbvf: Intel(R) Gigabit Virtual Function Network Driver
[ 0.274512] igbvf: Copyright (c) 2009 - 2012 Intel Corporation.
[ 0.274612] ixgbe: Intel(R) 10 Gigabit PCI Express Network Driver
[ 0.274696] ixgbe: Copyright (c) 1999-2016 Intel Corporation.
[ 0.274822] ixgbevf: Intel(R) 10 Gigabit PCI Express Virtual Function Network Driver
[ 0.274918] ixgbevf: Copyright (c) 2009 - 2018 Intel Corporation.
[ 0.275040] i40e: Intel(R) Ethernet Connection XL710 Network Driver
[ 0.275126] i40e: Copyright (c) 2013 - 2019 Intel Corporation.
[ 0.275252] iavf: Intel(R) Ethernet Adaptive Virtual Function Network Driver
[ 0.275340] Copyright (c) 2013 - 2018 Intel Corporation.
[ 0.275438] Intel(R) Ethernet Switch Host Interface Driver
[ 0.275520] Copyright(c) 2013 - 2019 Intel Corporation.
[ 0.275645] PPP generic driver version 2.4.2
[ 0.275954] xhci_hcd 0000:01:00.0: xHCI Host Controller
[ 0.276073] xhci_hcd 0000:01:00.0: new USB bus registered, assigned bus number 1
[ 0.331614] xhci_hcd 0000:01:00.0: hcc params 0x0200ef81 hci version 0x110 quirks 0x0000010048000410
[ 0.331953] xhci_hcd 0000:01:00.0: xHCI Host Controller
[ 0.332067] xhci_hcd 0000:01:00.0: new USB bus registered, assigned bus number 2
[ 0.332163] xhci_hcd 0000:01:00.0: Host supports USB 3.1 Enhanced SuperSpeed
[ 0.332310] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.06
[ 0.332409] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 0.332504] usb usb1: Product: xHCI Host Controller
[ 0.332584] usb usb1: Manufacturer: Linux 6.6.8-gentoo xhci-hcd
[ 0.332669] usb usb1: SerialNumber: 0000:01:00.0
[ 0.332932] hub 1-0:1.0: USB hub found
[ 0.333024] hub 1-0:1.0: 10 ports detected
[ 0.333595] usb usb2: We don't know the algorithms for LPM for this host, disabling LPM.
[ 0.333711] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.06
[ 0.333809] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 0.333904] usb usb2: Product: xHCI Host Controller
[ 0.333985] usb usb2: Manufacturer: Linux 6.6.8-gentoo xhci-hcd
[ 0.334069] usb usb2: SerialNumber: 0000:01:00.0
[ 0.334256] hub 2-0:1.0: USB hub found
[ 0.334340] hub 2-0:1.0: 4 ports detected
[ 0.334559] usb: port power management may be unreliable
[ 0.334782] xhci_hcd 0000:0b:00.3: xHCI Host Controller
[ 0.334902] xhci_hcd 0000:0b:00.3: new USB bus registered, assigned bus number 3
[ 0.335109] xhci_hcd 0000:0b:00.3: hcc params 0x0278ffe5 hci version 0x110 quirks 0x0000000000000410
[ 0.335526] xhci_hcd 0000:0b:00.3: xHCI Host Controller
[ 0.335640] xhci_hcd 0000:0b:00.3: new USB bus registered, assigned bus number 4
[ 0.335735] xhci_hcd 0000:0b:00.3: Host supports USB 3.1 Enhanced SuperSpeed
[ 0.335853] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.06
[ 0.335950] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 0.336045] usb usb3: Product: xHCI Host Controller
[ 0.336125] usb usb3: Manufacturer: Linux 6.6.8-gentoo xhci-hcd
[ 0.336209] usb usb3: SerialNumber: 0000:0b:00.3
[ 0.336410] hub 3-0:1.0: USB hub found
[ 0.336494] hub 3-0:1.0: 4 ports detected
[ 0.336794] usb usb4: We don't know the algorithms for LPM for this host, disabling LPM.
[ 0.336910] usb usb4: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.06
[ 0.337008] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 0.337102] usb usb4: Product: xHCI Host Controller
[ 0.337184] usb usb4: Manufacturer: Linux 6.6.8-gentoo xhci-hcd
[ 0.337271] usb usb4: SerialNumber: 0000:0b:00.3
[ 0.337458] hub 4-0:1.0: USB hub found
[ 0.337541] hub 4-0:1.0: 4 ports detected
[ 0.337879] usbcore: registered new interface driver usblp
[ 0.337974] usbcore: registered new interface driver cdc_wdm
[ 0.338080] usbcore: registered new interface driver usb-storage
[ 0.338218] i8042: PNP: No PS/2 controller found.
[ 0.338338] mousedev: PS/2 mouse device common for all mice
[ 0.338517] rtc_cmos 00:02: RTC can wake from S4
[ 0.338847] rtc_cmos 00:02: registered as rtc0
[ 0.338953] rtc_cmos 00:02: alarms up to one month, y3k, 114 bytes nvram, hpet irqs
[ 0.339116] IR JVC protocol handler initialized
[ 0.339195] IR MCE Keyboard/mouse protocol handler initialized
[ 0.339281] IR NEC protocol handler initialized
[ 0.339361] IR RC5(x/sz) protocol handler initialized
[ 0.339442] IR RC6 protocol handler initialized
[ 0.339521] IR SANYO protocol handler initialized
[ 0.339601] IR Sharp protocol handler initialized
[ 0.341606] IR Sony protocol handler initialized
[ 0.341685] IR XMP protocol handler initialized
[ 0.341806] device-mapper: ioctl: 4.48.0-ioctl (2023-03-01) initialised: dm-devel@redhat.com
[ 0.341924] hid: raw HID events driver (C) Jiri Kosina
[ 0.342208] usbcore: registered new interface driver usbhid
[ 0.342294] usbhid: USB HID core driver
[ 0.342995] Initializing XFRM netlink socket
[ 0.343088] NET: Registered PF_INET6 protocol family
[ 0.343397] Segment Routing with IPv6
[ 0.343482] In-situ OAM (IOAM) with IPv6
[ 0.343589] sit: IPv6, IPv4 and MPLS over IPv4 tunneling driver
[ 0.343821] NET: Registered PF_PACKET protocol family
[ 0.343918] Key type dns_resolver registered
[ 0.345141] microcode: CPU1: patch_level=0x08701013
[ 0.345141] microcode: CPU0: patch_level=0x08701013
[ 0.345143] microcode: CPU5: patch_level=0x08701013
[ 0.345143] microcode: CPU2: patch_level=0x08701013
[ 0.345144] microcode: CPU4: patch_level=0x08701013
[ 0.345146] microcode: CPU6: patch_level=0x08701013
[ 0.345146] microcode: CPU7: patch_level=0x08701013
[ 0.345146] microcode: CPU8: patch_level=0x08701013
[ 0.345147] microcode: CPU9: patch_level=0x08701013
[ 0.345147] microcode: CPU3: patch_level=0x08701013
[ 0.345149] microcode: CPU11: patch_level=0x08701013
[ 0.345187] microcode: CPU10: patch_level=0x08701013
[ 0.346116] microcode: Microcode Update Driver: v2.2.
[ 0.346120] IPI shorthand broadcast: enabled
[ 0.349908] sched_clock: Marking stable (355888067, -6893266)->(410112846, -61118045)
[ 0.350130] registered taskstats version 1
[ 0.350209] Loading compiled-in X.509 certificates
[ 0.353097] PM: Magic number: 8:832:1002
[ 0.353191] serial 00:04: hash matches
[ 0.353280] printk: console [netcon0] enabled
[ 0.353361] netconsole: network logging started
[ 0.353548] acpi_cpufreq: overriding BIOS provided _PSD data
[ 0.365106] clk: Disabling unused clocks
[ 0.365185] ALSA device list:
[ 0.365260] No soundcards found.
[ 0.571224] usb 1-7: new low-speed USB device number 2 using xhci_hcd
[ 0.575852] ata1: SATA link down (SStatus 0 SControl 300)
[ 0.579224] usb 3-3: new high-speed USB device number 2 using xhci_hcd
[ 0.582926] ata11: SATA link down (SStatus 0 SControl 300)
[ 0.583925] ata12: SATA link down (SStatus 0 SControl 300)
[ 0.709854] usb 3-3: New USB device found, idVendor=04a9, idProduct=1747, bcdDevice= 0.05
[ 0.709953] usb 3-3: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 0.710043] usb 3-3: Product: MP495 series
[ 0.710122] usb 3-3: Manufacturer: Canon
[ 0.710200] usb 3-3: SerialNumber: 32C8CD
[ 0.745852] ata9: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[ 0.751454] ata9.00: ATA-8: SAMSUNG HD502HJ, 1AJ10001, max UDMA/133
[ 0.751690] ata9.00: 976773168 sectors, multi 16: LBA48 NCQ (depth 32), AA
[ 0.755012] usblp 3-3:1.1: usblp0: USB Bidirectional printer dev 2 if 1 alt 0 proto 2 vid 0x04A9 pid 0x1747
[ 0.757376] ata9.00: configured for UDMA/133
[ 0.809794] usb 1-7: New USB device found, idVendor=046d, idProduct=c077, bcdDevice=72.00
[ 0.809893] usb 1-7: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 0.809983] usb 1-7: Product: USB Optical Mouse
[ 0.810063] usb 1-7: Manufacturer: Logitech
[ 0.819378] usb 4-2: new SuperSpeed USB device number 2 using xhci_hcd
[ 0.824633] input: Logitech USB Optical Mouse as /devices/pci0000:00/0000:00:01.3/0000:01:00.0/usb1/1-7/1-7:1.0/0003:046D:C077.0001/input/input2
[ 0.824824] hid-generic 0003:046D:C077.0001: input,hidraw0: USB HID v1.11 Mouse [Logitech USB Optical Mouse] on usb-0000:01:00.0-7/input0
[ 0.832252] usb 4-2: New USB device found, idVendor=0781, idProduct=5591, bcdDevice= 1.00
[ 0.832351] usb 4-2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 0.832440] usb 4-2: Product: SanDisk 3.2Gen1
[ 0.832520] usb 4-2: Manufacturer: USB
[ 0.832598] usb 4-2: SerialNumber: 040136287434fdffb0ce129f47cd0a465b45b60597b75ea41d7042434a1fcbd939a200000000000000000000a80413c2ff9207189155810780ae985d
[ 0.833172] usb-storage 4-2:1.0: USB Mass Storage device detected
[ 0.833339] scsi host12: usb-storage 4-2:1.0
[ 0.886920] ata2: SATA link down (SStatus 0 SControl 300)
[ 0.939219] usb 1-10: new low-speed USB device number 3 using xhci_hcd
[ 1.165832] usb 1-10: New USB device found, idVendor=04f3, idProduct=0103, bcdDevice= 1.07
[ 1.165938] usb 1-10: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[ 1.183769] input: HID 04f3:0103 as /devices/pci0000:00/0000:00:01.3/0000:01:00.0/usb1/1-10/1-10:1.0/0003:04F3:0103.0002/input/input3
[ 1.184036] hid-generic 0003:04F3:0103.0002: input,hidraw1: USB HID v1.11 Keyboard [HID 04f3:0103] on usb-0000:01:00.0-10/input0
[ 1.197767] input: HID 04f3:0103 Consumer Control as /devices/pci0000:00/0000:00:01.3/0000:01:00.0/usb1/1-10/1-10:1.1/0003:04F3:0103.0003/input/input4
[ 1.197962] input: HID 04f3:0103 System Control as /devices/pci0000:00/0000:00:01.3/0000:01:00.0/usb1/1-10/1-10:1.1/0003:04F3:0103.0003/input/input5
[ 1.198152] hid-generic 0003:04F3:0103.0003: input,hidraw2: USB HID v1.11 Device [HID 04f3:0103] on usb-0000:01:00.0-10/input1
[ 1.200067] ata5: SATA link down (SStatus 0 SControl 300)
[ 1.304488] tsc: Refined TSC clocksource calibration: 3599.998 MHz
_________________
Main box- AsRock x370 Gaming K4
Ryzen 7 3700x, 3.6GHz, 16GB GSkill Flare DDR4 3200mhz
Samsung SATA 1000GB, Radeon HD R7 350 2GB DDR5
OpenRC Gentoo ~amd64 plasma, glibc-2.41-r2, gcc-15.1.0
kernel-6.15.6 USE=experimental python3.13.3
Back to top
View user's profile Send private message
pietinger
Moderator
Moderator


Joined: 17 Oct 2006
Posts: 5939
Location: Bavaria

PostPosted: Thu Jan 04, 2024 11:02 pm    Post subject: Reply with quote

Code:
[ 0.000000] Command line: BOOT_IMAGE=/boot/kernel-6.6.8-gentoo root=PARTUUID=ee6eee6e-08 ro

This is not a valid PARTUUID (is isnt even a valid UUID). So, when your kernel does not panic, then something INSIDE your initramfs must do something to boot further ... this leads to the question what and how you installed kernel and initramfs ? Did this machine ever run ? (or it is a new installation?)

Code:
[ 0.000000] smpboot: 32 Processors exceeds NR_CPUS limit of 16
[ 0.000000] smpboot: Allowing 16 CPUs, 4 hotplug CPUs
...
[ 0.122409] smp: Bringing up secondary CPUs ...
[ 0.122559] smpboot: x86: Booting SMP configuration:
[ 0.122640] .... node #0, CPUs: #1 #2 #3 #4 #5 #6 #7 #8 #9 #10 #11
[ 0.130174] Spectre V2 : Update user space SMT mitigation: STIBP always-on
[ 0.136128] smp: Brought up 1 node, 12 CPUs

This looks strange to me also. What machine (and CPU) do you have ?

Maybe something is badly damaged on your harddisk ?
_________________
https://wiki.gentoo.org/wiki/User:Pietinger
Back to top
View user's profile Send private message
pietinger
Moderator
Moderator


Joined: 17 Oct 2006
Posts: 5939
Location: Bavaria

PostPosted: Thu Jan 04, 2024 11:06 pm    Post subject: Reply with quote

P.S.: Is this line complete (or truncated from copying) ?
Code:
U ld (Gentoo 2.41 p4) 2.41.0) #1 SMP PREEMPT_DYNAMIC Thu Dec 21 13:58:07 EST 2023

I would like to see the real kernel information.
_________________
https://wiki.gentoo.org/wiki/User:Pietinger
Back to top
View user's profile Send private message
wrc1944
Advocate
Advocate


Joined: 15 Aug 2002
Posts: 3465
Location: Gainesville, Florida

PostPosted: Fri Jan 05, 2024 1:37 am    Post subject: Reply with quote

must be a copy/paste problem. I eas just doing rest of a world update, and qtwebengine finished, then it locked up again with:

Code:
Process Process-21:
[ERROR] Exception in callback PipeLogger._io_loop_done(<Task finishe...utput error')>)
handle: <Handle PipeLogger._io_loop_done(<Task finishe...utput error')>)>
Traceback (most recent call last):
  File "/usr/lib/python3.11/asyncio/events.py", line 80, in _run
  File "/usr/lib/python3.11/site-packages/portage/util/_async/PipeLogger.py", line 162, in _io_loop_done
  File "/usr/lib/python3.11/site-packages/portage/util/_async/PipeLogger.py", line 158, in _io_loop
OSError: [Errno 5] Input/output error
Terminated
amd64 ~ #
amd64 ~ #
amd64 ~ #
amd64 ~ # edep
-bash: /usr/bin/emerge: Input/output error
amd64 ~ # reboot
-bash: /sbin/reboot: Input/output error

pietinger,
I'll have to get out of this likely a hard shutdown and reboot.

To answer first: cpu is ryzen 5 3600x ,board is asrock ab350 pro4, working great for 3-4 years, with a 500gb older sda multi random changing linux distros , sdb 1TGB windows10drive. The 500GB drive might be suspect, but all this started when I tried to create the gentoo liveGUI boot usb drive, which it did on sdc, but somehow replaced the win10 loader and corrupted the "C." partitionwhich is now called "GENTOO" Foolish mistake, in that I'vebuilt all my computers and Operating systems for 25 years. Give a list of what gentoo files/logs, whever, you need to look at, as I can get into gentoo root from my linux mint partition and copy data. My sister has 30+ years as windows/DOS expert, and there was another dormant windows backup drive in the mix with linux and ntfs partitions also that may have something to do with this, as she was copying hers and mine old backups off onto a new usb backup drive, using linux mint for acess.

Thanks much for your helpful comments, much appreciated !

[Moderator edit: added [code] tags to preserve output layout. -Hu]
_________________
Main box- AsRock x370 Gaming K4
Ryzen 7 3700x, 3.6GHz, 16GB GSkill Flare DDR4 3200mhz
Samsung SATA 1000GB, Radeon HD R7 350 2GB DDR5
OpenRC Gentoo ~amd64 plasma, glibc-2.41-r2, gcc-15.1.0
kernel-6.15.6 USE=experimental python3.13.3
Back to top
View user's profile Send private message
wrc1944
Advocate
Advocate


Joined: 15 Aug 2002
Posts: 3465
Location: Gainesville, Florida

PostPosted: Fri Jan 05, 2024 10:13 am    Post subject: Reply with quote

pietinger,

Forgot to mention that I've never used initramfs since making Gentoo ~amd my main Distro for over 20 years, as it's optional.

Also, the fstab I posted isn't up to date. I cleaned it up commenting out partitions that no longer are active, or even currently exist (the/dev/sdb partition).
I'll post it again shortly.
_________________
Main box- AsRock x370 Gaming K4
Ryzen 7 3700x, 3.6GHz, 16GB GSkill Flare DDR4 3200mhz
Samsung SATA 1000GB, Radeon HD R7 350 2GB DDR5
OpenRC Gentoo ~amd64 plasma, glibc-2.41-r2, gcc-15.1.0
kernel-6.15.6 USE=experimental python3.13.3
Back to top
View user's profile Send private message
pietinger
Moderator
Moderator


Joined: 17 Oct 2006
Posts: 5939
Location: Bavaria

PostPosted: Fri Jan 05, 2024 4:29 pm    Post subject: Reply with quote

wrc1944 wrote:
Code:
amd64 ~ # edep
-bash: /usr/bin/emerge: Input/output error
amd64 ~ # reboot
-bash: /sbin/reboot: Input/output error

[...] The 500GB drive might be suspect, but all this started when I tried to create the gentoo liveGUI boot usb drive, which it did on sdc, but somehow replaced the win10 loader and corrupted the "C." partitionwhich is now called "GENTOO" Foolish mistake, in that I'vebuilt all my computers and Operating systems for 25 years. Give a list of what gentoo files/logs, whever, you need to look at, as I can get into gentoo root from my linux mint partition and copy data. My sister has 30+ years as windows/DOS expert, and there was another dormant windows backup drive in the mix with linux and ntfs partitions also that may have something to do with this, as she was copying hers and mine old backups off onto a new usb backup drive, using linux mint for acess.

TBH this sounds like a lot of problems. To be able to help effectively, we would need a lot of information about this machine. I don't know if it's worth the effort or if a new installation would be more sensible.

We would first have to determine which partitions are on which hard disk (blkid; lsblk) and check which of them are actually still intact/functional (boot with a LiveCD/-USB and chkdsk on all partitions). Then we would have to check where and how you start which operating system (efibootmgr). To get an overview of our Gentoo system, "emerge --info" would be helpful. To do this you would have to chroot into Gentoo [1]. If this no longer works, then I think a new installation makes more sense ... but of course that's your decision.

(1) The same as you do when you install a new Gentoo. After booting with our GentooMinimalCD these steps are necessary:
Code:
# mount /dev/sdXY /mnt/gentoo
# cd /mnt/gentoo
# mount -t proc /proc /mnt/gentoo/proc
# mount --rbind /sys /mnt/gentoo/sys
# mount --rbind /dev /mnt/gentoo/dev
# mount --bind /run /mnt/gentoo/run
# cp -L /etc/resolv.conf /mnt/gentoo/etc/
# chroot /mnt/gentoo /bin/bash
# . /etc/profile
# mount /dev/sdXZ /boot


wrc1944 wrote:
Thanks much for your helpful comments, much appreciated !

You are very Welcome ! :D
_________________
https://wiki.gentoo.org/wiki/User:Pietinger
Back to top
View user's profile Send private message
eccerr0r
Watchman
Watchman


Joined: 01 Jul 2004
Posts: 10071
Location: almost Mile High in the USA

PostPosted: Fri Jan 05, 2024 6:20 pm    Post subject: Reply with quote

Having a stable and working hard drive would be the first issue to solve before blaming dbus, i/o errors to the hard drive is not a good sign. Checking its SMART info would be interesting, perhaps this thread is more a hardware problem than a dbus/software problem...
_________________
Intel Core i7 2700K/Radeon R7 250/24GB DDR3/256GB SSD
What am I supposed watching?
Back to top
View user's profile Send private message
wrc1944
Advocate
Advocate


Joined: 15 Aug 2002
Posts: 3465
Location: Gainesville, Florida

PostPosted: Mon Jan 08, 2024 12:40 am    Post subject: Reply with quote

Here's some Smartctl info. Hope I did it correctly. I was surprised it didn't have lots of errors, but I don't know how to interpret the results.


Also, after my last reboot after a full fsck file and inode fixes run, gentoo booted and I could finish the @world update, but then hung on input-output errors again.


On the next reboot, I got this, which might help find the problem.

" fsck start /dev/sda contains a file system with errors, check forced
/dev/sda deleted inode 2457 has zero dtime FIXED
/dev/sda inodes that were part of a corrupted orphaned list found

FSCK MANUALLY


Aborting

What orphaned list would that be referring to, and if it was removed might that help?

pietinger, do mean you need to see my kernel .config file?












Code:
sudo smartctl -t short /dev/sda

Please wait 2 minutes for test to complete.
Test will complete after Thu Sep 24 14:39:05 2020

----------------------------------------------------------------------------------------------------------------------------


wrc@wrc-desktop:~$ sudo smartctl -t short /dev/sda
[sudo] password for wrc:
smartctl 7.3 2022-02-28 r5338 [x86_64-linux-6.5.0-14-generic] (local build)
Copyright (C) 2002-22, Bruce Allen, Christian Franke, www.smartmontools.org

=== START OF OFFLINE IMMEDIATE AND SELF-TEST SECTION ===
Sending command: "Execute SMART Short self-test routine immediately in off-line mode".
Drive command "Execute SMART Short self-test routine immediately in off-line mode" successful.
Testing has begun.
Please wait 2 minutes for test to complete.
Test will complete after Sun Jan  7 05:39:16 2024 EST
Use smartctl -X to abort test.
wrc@wrc-desktop:~$ sudo smartctl -a /dev/sda

smartctl 7.3 2022-02-28 r5338 [x86_64-linux-6.5.0-14-generic] (local build)
Copyright (C) 2002-22, Bruce Allen, Christian Franke, www.smartmontools.org

=== START OF INFORMATION SECTION ===
Model Family:     SAMSUNG SpinPoint F3
Device Model:     SAMSUNG HD502HJ
Serial Number:    S20BJB0B109639
LU WWN Device Id: 5 0024e9 204676363
Firmware Version: 1AJ10001
User Capacity:    500,107,862,016 bytes [500 GB]
Sector Size:      512 bytes logical/physical
Rotation Rate:    7200 rpm
Form Factor:      3.5 inches
Device is:        In smartctl database 7.3/5319
ATA Version is:   ATA8-ACS T13/1699-D revision 6
SATA Version is:  SATA 2.6, 3.0 Gb/s
Local Time is:    Sun Jan  7 05:39:36 2024 EST
SMART support is: Available - device has SMART capability.
SMART support is: Enabled

=== START OF READ SMART DATA SECTION ===
SMART overall-health self-assessment test result: PASSED

General SMART Values:
Offline data collection status:  (0x00) Offline data collection activity
                                        was never started.
                                        Auto Offline Data Collection: Disabled.
Self-test execution status:      ( 121) The previous self-test completed having
                                        the read element of the test failed.
Total time to complete Offline
data collection:                ( 4800) seconds.
Offline data collection
capabilities:                    (0x5b) SMART execute Offline immediate.
                                        Auto Offline data collection on/off support.
                                        Suspend Offline collection upon new
                                        command.
                                        Offline surface scan supported.
                                        Self-test supported.
                                        No Conveyance Self-test supported.
                                        Selective Self-test supported.
SMART capabilities:            (0x0003) Saves SMART data before entering
                                        power-saving mode.
                                        Supports SMART auto save timer.
Error logging capability:        (0x01) Error logging supported.
                                        General Purpose Logging supported.
Short self-test routine
recommended polling time:        (   2) minutes.
Extended self-test routine
recommended polling time:        (  80) minutes.
SCT capabilities:              (0x003f) SCT Status supported.
                                        SCT Error Recovery Control supported.
                                        SCT Feature Control supported.
                                        SCT Data Table supported.

SMART Attributes Data Structure revision number: 16
Vendor Specific SMART Attributes with Thresholds:
ID# ATTRIBUTE_NAME          FLAG     VALUE WORST THRESH TYPE      UPDATED  WHEN_FAILED RAW_VALUE
  1 Raw_Read_Error_Rate     0x002f   100   100   051    Pre-fail  Always       -       5214
  2 Throughput_Performance  0x0026   252   252   000    Old_age   Always       -       0
  3 Spin_Up_Time            0x0023   083   082   025    Pre-fail  Always       -       5427
  4 Start_Stop_Count        0x0032   090   090   000    Old_age   Always       -       10261
  5 Reallocated_Sector_Ct   0x0033   252   252   010    Pre-fail  Always       -       0
  7 Seek_Error_Rate         0x002e   252   252   051    Old_age   Always       -       0
  8 Seek_Time_Performance   0x0024   252   252   015    Old_age   Offline      -       0
  9 Power_On_Hours          0x0032   100   100   000    Old_age   Always       -       28612
 10 Spin_Retry_Count        0x0032   252   252   051    Old_age   Always       -       0
 11 Calibration_Retry_Count 0x0032   252   252   000    Old_age   Always       -       0
 12 Power_Cycle_Count       0x0032   096   096   000    Old_age   Always       -       4484
191 G-Sense_Error_Rate      0x0022   100   100   000    Old_age   Always       -       2
192 Power-Off_Retract_Count 0x0022   252   252   000    Old_age   Always       -       0
194 Temperature_Celsius     0x0002   064   051   000    Old_age   Always       -       26 (Min/Max 14/49)
195 Hardware_ECC_Recovered  0x003a   100   100   000    Old_age   Always       -       0
196 Reallocated_Event_Count 0x0032   252   252   000    Old_age   Always       -       0
197 Current_Pending_Sector  0x0032   100   100   000    Old_age   Always       -       2
198 Offline_Uncorrectable   0x0030   252   252   000    Old_age   Offline      -       0
199 UDMA_CRC_Error_Count    0x0036   100   100   000    Old_age   Always       -       41
200 Multi_Zone_Error_Rate   0x002a   100   100   000    Old_age   Always       -       3
223 Load_Retry_Count        0x0032   252   252   000    Old_age   Always       -       0
225 Load_Cycle_Count        0x0032   099   099   000    Old_age   Always       -       10713

SMART Error Log Version: 1
No Errors Logged

SMART Self-test log structure revision number 1
Num  Test_Description    Status                  Remaining  LifeTime(hours)  LBA_of_first_error
# 1  Short offline       Completed: read failure       90%     28612         386224487

SMART Selective self-test log data structure revision number 0
Note: revision number not 1 implies that no selective self-test has ever been run
 SPAN  MIN_LBA  MAX_LBA  CURRENT_TEST_STATUS
    1        0        0  Completed_read_failure [90% left] (0-65535)
    2        0        0  Not_testing
    3        0        0  Not_testing
    4        0        0  Not_testing
    5        0        0  Not_testing
Selective self-test flags (0x0):
  After scanning selected spans, do NOT read-scan remainder of disk.
If Selective self-test is pending on power-up, resume after 0 minute delay.
------------------------------------------------------------------------------------------------



$ sudo smartctl -t conveyance /dev/sda

We wait 5 minutes, and then check the results. As expected the test now appears in the list, and luckily no errors were found:



Code:
wrc@wrc-desktop:~$
wrc@wrc-desktop:~$ sudo smartctl -t conveyance /dev/sda

smartctl 7.3 2022-02-28 r5338 [x86_64-linux-6.5.0-14-generic] (local build)
Copyright (C) 2002-22, Bruce Allen, Christian Franke, www.smartmontools.org

=== START OF OFFLINE IMMEDIATE AND SELF-TEST SECTION ===
Conveyance Self-test functions not supported

Sending command: "Execute SMART Conveyance self-test routine immediately in off-line mode".
Drive command "Execute SMART Conveyance self-test routine immediately in off-line mode" successful.
Testing has begun.
wrc@wrc-desktop:~$
wrc@wrc-desktop:~$
wrc@wrc-desktop:~$
wrc@wrc-desktop:~$
wrc@wrc-desktop:~$ sudo smartctl -a /dev/sda

smartctl 7.3 2022-02-28 r5338 [x86_64-linux-6.5.0-14-generic] (local build)
Copyright (C) 2002-22, Bruce Allen, Christian Franke, www.smartmontools.org

=== START OF INFORMATION SECTION ===
Model Family:     SAMSUNG SpinPoint F3
Device Model:     SAMSUNG HD502HJ
Serial Number:    S20BJB0B109639
LU WWN Device Id: 5 0024e9 204676363
Firmware Version: 1AJ10001
User Capacity:    500,107,862,016 bytes [500 GB]
Sector Size:      512 bytes logical/physical
Rotation Rate:    7200 rpm
Form Factor:      3.5 inches
Device is:        In smartctl database 7.3/5319
ATA Version is:   ATA8-ACS T13/1699-D revision 6
SATA Version is:  SATA 2.6, 3.0 Gb/s
Local Time is:    Sun Jan  7 05:57:04 2024 EST
SMART support is: Available - device has SMART capability.
SMART support is: Enabled

=== START OF READ SMART DATA SECTION ===
SMART overall-health self-assessment test result: PASSED

General SMART Values:
Offline data collection status:  (0x00) Offline data collection activity
                                        was never started.
                                        Auto Offline Data Collection: Disabled.
Self-test execution status:      ( 121) The previous self-test completed having
                                        the read element of the test failed.
Total time to complete Offline
data collection:                ( 4800) seconds.
Offline data collection
capabilities:                    (0x5b) SMART execute Offline immediate.
                                        Auto Offline data collection on/off support.
                                        Suspend Offline collection upon new
                                        command.
                                        Offline surface scan supported.
                                        Self-test supported.
                                        No Conveyance Self-test supported.
                                        Selective Self-test supported.
SMART capabilities:            (0x0003) Saves SMART data before entering
                                        power-saving mode.
                                        Supports SMART auto save timer.
Error logging capability:        (0x01) Error logging supported.
                                        General Purpose Logging supported.
Short self-test routine
recommended polling time:        (   2) minutes.
Extended self-test routine
recommended polling time:        (  80) minutes.
SCT capabilities:              (0x003f) SCT Status supported.
                                        SCT Error Recovery Control supported.
                                        SCT Feature Control supported.
                                        SCT Data Table supported.

SMART Attributes Data Structure revision number: 16
Vendor Specific SMART Attributes with Thresholds:
ID# ATTRIBUTE_NAME          FLAG     VALUE WORST THRESH TYPE      UPDATED  WHEN_FAILED RAW_VALUE
  1 Raw_Read_Error_Rate     0x002f   100   100   051    Pre-fail  Always       -       5214
  2 Throughput_Performance  0x0026   252   252   000    Old_age   Always       -       0
  3 Spin_Up_Time            0x0023   083   082   025    Pre-fail  Always       -       5427
  4 Start_Stop_Count        0x0032   090   090   000    Old_age   Always       -       10261
  5 Reallocated_Sector_Ct   0x0033   252   252   010    Pre-fail  Always       -       0
  7 Seek_Error_Rate         0x002e   252   252   051    Old_age   Always       -       0
  8 Seek_Time_Performance   0x0024   252   252   015    Old_age   Offline      -       0
  9 Power_On_Hours          0x0032   100   100   000    Old_age   Always       -       28613
 10 Spin_Retry_Count        0x0032   252   252   051    Old_age   Always       -       0
 11 Calibration_Retry_Count 0x0032   252   252   000    Old_age   Always       -       0
 12 Power_Cycle_Count       0x0032   096   096   000    Old_age   Always       -       4484
191 G-Sense_Error_Rate      0x0022   100   100   000    Old_age   Always       -       2
192 Power-Off_Retract_Count 0x0022   252   252   000    Old_age   Always       -       0
194 Temperature_Celsius     0x0002   064   051   000    Old_age   Always       -       26 (Min/Max 14/49)
195 Hardware_ECC_Recovered  0x003a   100   100   000    Old_age   Always       -       0
196 Reallocated_Event_Count 0x0032   252   252   000    Old_age   Always       -       0
197 Current_Pending_Sector  0x0032   100   100   000    Old_age   Always       -       2
198 Offline_Uncorrectable   0x0030   252   252   000    Old_age   Offline      -       0
199 UDMA_CRC_Error_Count    0x0036   100   100   000    Old_age   Always       -       41
200 Multi_Zone_Error_Rate   0x002a   100   100   000    Old_age   Always       -       3
223 Load_Retry_Count        0x0032   252   252   000    Old_age   Always       -       0
225 Load_Cycle_Count        0x0032   099   099   000    Old_age   Always       -       10713

SMART Error Log Version: 1
No Errors Logged

SMART Self-test log structure revision number 1
Num  Test_Description    Status                  Remaining  LifeTime(hours)  LBA_of_first_error
# 1  Short offline       Completed: read failure       90%     28612         386224487

SMART Selective self-test log data structure revision number 0
Note: revision number not 1 implies that no selective self-test has ever been run
 SPAN  MIN_LBA  MAX_LBA  CURRENT_TEST_STATUS
    1        0        0  Completed_read_failure [90% left] (0-65535)
    2        0        0  Not_testing
    3        0        0  Not_testing
    4        0        0  Not_testing
    5        0        0  Not_testing
Selective self-test flags (0x0):
  After scanning selected spans, do NOT read-scan remainder of disk.
If Selective self-test is pending on power-up, resume after 0 minute delay.


Now, for a simple select test:

Code:
$ sudo smartctl -t select,100-150 /dev/sda
smartctl 6.6 2017-11-05 r4594 [armv6l-linux-5.4.51+] (local build)
Copyright (C) 2002-17, Bruce Allen, Christian Franke, www.smartmontools.org

=== START OF OFFLINE IMMEDIATE AND SELF-TEST SECTION ===
Sending command: "Execute SMART Selective self-test routine immediately in off-line mode".
SPAN         STARTING_LBA           ENDING_LBA
   0                  100                  150
Drive command "Execute SMART Selective self-test routine immediately in off-line mode" successful.
Testing has begun.






Code:
 smartctl -t select,100-150 /dev/sda
smartctl 7.3 2022-02-28 r5338 [x86_64-linux-6.5.0-14-generic] (local build)
Copyright (C) 2002-22, Bruce Allen, Christian Franke, www.smartmontools.org

=== START OF OFFLINE IMMEDIATE AND SELF-TEST SECTION ===
Sending command: "Execute SMART Selective self-test routine immediately in off-line mode".
SPAN         STARTING_LBA           ENDING_LBA
   0                  100                  150
Drive command "Execute SMART Selective self-test routine immediately in off-line mode" successful.
Testing has begun.
wrc@wrc-desktop:~$
wrc@wrc-desktop:~$
w
wrc@wrc-desktop:
wrc@wrc-desktop:~$ sudo smartctl -a /dev/sda

smartctl 7.3 2022-02-28 r5338 [x86_64-linux-6.5.0-14-generic] (local build)
Copyright (C) 2002-22, Bruce Allen, Christian Franke, www.smartmontools.org

=== START OF INFORMATION SECTION ===
Model Family:     SAMSUNG SpinPoint F3
Device Model:     SAMSUNG HD502HJ
Serial Number:    S20BJB0B109639
LU WWN Device Id: 5 0024e9 204676363
Firmware Version: 1AJ10001
User Capacity:    500,107,862,016 bytes [500 GB]
Sector Size:      512 bytes logical/physical
Rotation Rate:    7200 rpm
Form Factor:      3.5 inches
Device is:        In smartctl database 7.3/5319
ATA Version is:   ATA8-ACS T13/1699-D revision 6
SATA Version is:  SATA 2.6, 3.0 Gb/s
Local Time is:    Sun Jan  7 06:10:03 2024 EST
SMART support is: Available - device has SMART capability.
SMART support is: Enabled

=== START OF READ SMART DATA SECTION ===
SMART overall-health self-assessment test result: PASSED

General SMART Values:
Offline data collection status:  (0x00) Offline data collection activity
                                        was never started.
                                        Auto Offline Data Collection: Disabled.
Self-test execution status:      (   0) The previous self-test routine completed
                                        without error or no self-test has ever
                                        been run.
Total time to complete Offline
data collection:                ( 4800) seconds.
Offline data collection
capabilities:                    (0x5b) SMART execute Offline immediate.
                                        Auto Offline data collection on/off support.
                                        Suspend Offline collection upon new
                                        command.
                                        Offline surface scan supported.
                                        Self-test supported.
                                        No Conveyance Self-test supported.
                                        Selective Self-test supported.
SMART capabilities:            (0x0003) Saves SMART data before entering
                                        power-saving mode.
                                        Supports SMART auto save timer.
Error logging capability:        (0x01) Error logging supported.
                                        General Purpose Logging supported.
Short self-test routine
recommended polling time:        (   2) minutes.
Extended self-test routine
recommended polling time:        (  80) minutes.
SCT capabilities:              (0x003f) SCT Status supported.
                                        SCT Error Recovery Control supported.
                                        SCT Feature Control supported.
                                        SCT Data Table supported.

SMART Attributes Data Structure revision number: 16
Vendor Specific SMART Attributes with Thresholds:
ID# ATTRIBUTE_NAME          FLAG     VALUE WORST THRESH TYPE      UPDATED  WHEN_FAILED RAW_VALUE
  1 Raw_Read_Error_Rate     0x002f   100   100   051    Pre-fail  Always       -       5214
  2 Throughput_Performance  0x0026   252   252   000    Old_age   Always       -       0
  3 Spin_Up_Time            0x0023   083   082   025    Pre-fail  Always       -       5427
  4 Start_Stop_Count        0x0032   090   090   000    Old_age   Always       -       10261
  5 Reallocated_Sector_Ct   0x0033   252   252   010    Pre-fail  Always       -       0
  7 Seek_Error_Rate         0x002e   252   252   051    Old_age   Always       -       0
  8 Seek_Time_Performance   0x0024   252   252   015    Old_age   Offline      -       0
  9 Power_On_Hours          0x0032   100   100   000    Old_age   Always       -       28613
 10 Spin_Retry_Count        0x0032   252   252   051    Old_age   Always       -       0
 11 Calibration_Retry_Count 0x0032   252   252   000    Old_age   Always       -       0
 12 Power_Cycle_Count       0x0032   096   096   000    Old_age   Always       -       4484
191 G-Sense_Error_Rate      0x0022   100   100   000    Old_age   Always       -       2
192 Power-Off_Retract_Count 0x0022   252   252   000    Old_age   Always       -       0
194 Temperature_Celsius     0x0002   064   051   000    Old_age   Always       -       26 (Min/Max 14/49)
195 Hardware_ECC_Recovered  0x003a   100   100   000    Old_age   Always       -       0
196 Reallocated_Event_Count 0x0032   252   252   000    Old_age   Always       -       0
197 Current_Pending_Sector  0x0032   100   100   000    Old_age   Always       -       2
198 Offline_Uncorrectable   0x0030   252   252   000    Old_age   Offline      -       0
199 UDMA_CRC_Error_Count    0x0036   100   100   000    Old_age   Always       -       41
200 Multi_Zone_Error_Rate   0x002a   100   100   000    Old_age   Always       -       3
223 Load_Retry_Count        0x0032   252   252   000    Old_age   Always       -       0
225 Load_Cycle_Count        0x0032   099   099   000    Old_age   Always       -       10713

SMART Error Log Version: 1
No Errors Logged

SMART Self-test log structure revision number 1
Num  Test_Description    Status                  Remaining  LifeTime(hours)  LBA_of_first_error
# 1  Selective offline   Completed without error       00%     28613         -
# 2  Short offline       Completed: read failure       90%     28612         386224487

SMART Selective self-test log data structure revision number 1
 SPAN  MIN_LBA  MAX_LBA  CURRENT_TEST_STATUS
    1      100      150  Not_testing
    2        0        0  Not_testing
    3        0        0  Not_testing
    4        0        0  Not_testing
    5        0        0  Completed [00% left] (0-65535)
Selective self-test flags (0x0):
  After scanning selected spans, do NOT read-scan remainder of disk.
If Selective self-test is pending on power-up, resume after 0 minute delay.

wrc@wrc-desktop:~$


[Moderator edit: added [code] tags to preserve output layout. -Hu]
_________________
Main box- AsRock x370 Gaming K4
Ryzen 7 3700x, 3.6GHz, 16GB GSkill Flare DDR4 3200mhz
Samsung SATA 1000GB, Radeon HD R7 350 2GB DDR5
OpenRC Gentoo ~amd64 plasma, glibc-2.41-r2, gcc-15.1.0
kernel-6.15.6 USE=experimental python3.13.3
Back to top
View user's profile Send private message
pietinger
Moderator
Moderator


Joined: 17 Oct 2006
Posts: 5939
Location: Bavaria

PostPosted: Mon Jan 08, 2024 1:42 am    Post subject: Reply with quote

wrc1944 wrote:
pietinger, do mean you need to see my kernel .config file?

Nope ... but if you want I can take a look to it (later).

Now to your main problem: Your harddisk.

I would throw it away (*) ... of course, before, you should try to copy as much user data as possible to another disk or USB stick. This is only my thinking, because for me my data is more important than some Euros (or dollars). Maybe wait for the assessments of other people.

*) It is ... was ... a fine model. But with a Power_Cycle_Count of 4484 it could be 12,3 years old if you start your machine once a day; less if you boot it more than one time a day; more if you run your machine during nights. Power_On_Hours: 28612 means: At least 3,2 years old when running 24x7x365
_________________
https://wiki.gentoo.org/wiki/User:Pietinger
Back to top
View user's profile Send private message
Hu
Administrator
Administrator


Joined: 06 Mar 2007
Posts: 23689

PostPosted: Mon Jan 08, 2024 2:00 am    Post subject: Reply with quote

When dealing with SMART self-tests, I take the position that an error is presumed critical unless it can be explained.

I would have preferred a long selftest instead of the short one, but even the short one appears to have found a problem. Therefore, I concur with pietinger: you should expect this drive to continue to exhibit crippling failures, and it may become worse with no further notice. If you do not have a recent backup of this drive, your first order of business should be to make a backup of anything you would regret losing. If you do have such a backup, I encourage you to validate that the backup can be restored to a clean drive and has the important data. I would remove this drive from service as soon as possible.
Back to top
View user's profile Send private message
wrc1944
Advocate
Advocate


Joined: 15 Aug 2002
Posts: 3465
Location: Gainesville, Florida

PostPosted: Mon Jan 08, 2024 7:32 am    Post subject: Reply with quote

Hu, here's the long version. using the command from the gentoo wiki. I expected a lot more data for an 80 mimute run. Did I do something wrong?
Code:
amd64 ~ # smartctl -t long /dev/sda
smartctl 7.4 2023-08-01 r5530 [x86_64-linux-6.6.9-gentoo] (local build)
Copyright (C) 2002-23, Bruce Allen, Christian Franke, www.smartmontools.org

=== START OF OFFLINE IMMEDIATE AND SELF-TEST SECTION ===
Sending command: "Execute SMART Extended self-test routine immediately in off-line mode".
Drive command "Execute SMART Extended self-test routine immediately in off-line mode" successful.
Testing has begun.
Please wait 80 minutes for test to complete.
Test will complete after Mon Jan  8 01:15:20 2024 EST
Use smartctl -X to abort test.
amd64 ~ #
amd64 ~ #
amd64 ~ #
amd64 ~ # smartctl -a /dev/sda
smartctl 7.4 2023-08-01 r5530 [x86_64-linux-6.6.9-gentoo] (local build)
Copyright (C) 2002-23, Bruce Allen, Christian Franke, www.smartmontools.org

=== START OF INFORMATION SECTION ===
Model Family:     SAMSUNG SpinPoint F3
Device Model:     SAMSUNG HD502HJ
Serial Number:    S20BJB0B109639
LU WWN Device Id: 5 0024e9 204676363
Firmware Version: 1AJ10001
User Capacity:    500,107,862,016 bytes [500 GB]
Sector Size:      512 bytes logical/physical
Rotation Rate:    7200 rpm
Form Factor:      3.5 inches
Device is:        In smartctl database
ATA Version is:   ATA8-ACS T13/1699-D revision 6
SATA Version is:  SATA 2.6, 3.0 Gb/s
Local Time is:    Mon Jan  8 01:17:57 2024 EST
SMART support is: Available - device has SMART capability.
SMART support is: Enabled

=== START OF READ SMART DATA SECTION ===
SMART overall-health self-assessment test result: PASSED

General SMART Values:
Offline data collection status:  (0x00) Offline data collection activity
                                        was never started.
                                        Auto Offline Data Collection: Disabled.
Self-test execution status:      ( 119) The previous self-test completed having
                                        the read element of the test failed.
Total time to complete Offline
data collection:                ( 4800) seconds.
Offline data collection
capabilities:                    (0x5b) SMART execute Offline immediate.
                                        Auto Offline data collection on/off support.
                                        Suspend Offline collection upon new
                                        command.
                                        Offline surface scan supported.
                                        Self-test supported.
                                        No Conveyance Self-test supported.
                                        Selective Self-test supported.
SMART capabilities:            (0x0003) Saves SMART data before entering
                                        power-saving mode.
                                        Supports SMART auto save timer.
Error logging capability:        (0x01) Error logging supported.
                                        General Purpose Logging supported.
Short self-test routine
recommended polling time:        (   2) minutes.
Extended self-test routine
recommended polling time:        (  80) minutes.
SCT capabilities:              (0x003f) SCT Status supported.
                                        SCT Error Recovery Control supported.
                                        SCT Feature Control supported.
                                        SCT Data Table supported.

SMART Attributes Data Structure revision number: 16
Vendor Specific SMART Attributes with Thresholds:
ID# ATTRIBUTE_NAME          FLAG     VALUE WORST THRESH TYPE      UPDATED  WHEN_FAILED RAW_VALUE
  1 Raw_Read_Error_Rate     0x002f   100   100   051    Pre-fail  Always       -       5223
  2 Throughput_Performance  0x0026   252   252   000    Old_age   Always       -       0
  3 Spin_Up_Time            0x0023   083   082   025    Pre-fail  Always       -       5427
  4 Start_Stop_Count        0x0032   090   090   000    Old_age   Always       -       10261
  5 Reallocated_Sector_Ct   0x0033   252   252   010    Pre-fail  Always       -       0
  7 Seek_Error_Rate         0x002e   252   252   051    Old_age   Always       -       0
  8 Seek_Time_Performance   0x0024   252   252   015    Old_age   Offline      -       0
  9 Power_On_Hours          0x0032   100   100   000    Old_age   Always       -       28632
 10 Spin_Retry_Count        0x0032   252   252   051    Old_age   Always       -       0
 11 Calibration_Retry_Count 0x0032   252   252   000    Old_age   Always       -       0
 12 Power_Cycle_Count       0x0032   096   096   000    Old_age   Always       -       4484
191 G-Sense_Error_Rate      0x0022   100   100   000    Old_age   Always       -       2
192 Power-Off_Retract_Count 0x0022   252   252   000    Old_age   Always       -       0
194 Temperature_Celsius     0x0002   064   051   000    Old_age   Always       -       24 (Min/Max 14/49)
195 Hardware_ECC_Recovered  0x003a   100   100   000    Old_age   Always       -       0
196 Reallocated_Event_Count 0x0032   252   252   000    Old_age   Always       -       0
197 Current_Pending_Sector  0x0032   100   100   000    Old_age   Always       -       2
198 Offline_Uncorrectable   0x0030   252   252   000    Old_age   Offline      -       0
199 UDMA_CRC_Error_Count    0x0036   100   100   000    Old_age   Always       -       41
200 Multi_Zone_Error_Rate   0x002a   100   100   000    Old_age   Always       -       3
223 Load_Retry_Count        0x0032   252   252   000    Old_age   Always       -       0
225 Load_Cycle_Count        0x0032   099   099   000    Old_age   Always       -       10713

SMART Error Log Version: 1
No Errors Logged

SMART Self-test log structure revision number 1
Num  Test_Description    Status                  Remaining  LifeTime(hours)  LBA_of_first_error
# 1  Extended offline    Completed: read failure       70%     28631         386224487
# 2  Selective offline   Completed without error       00%     28613         -
# 3  Short offline       Completed: read failure       90%     28612         386224487

SMART Selective self-test log data structure revision number 1
 SPAN  MIN_LBA  MAX_LBA  CURRENT_TEST_STATUS
    1      100      150  Completed_read_failure [70% left] (0-65535)
    2        0        0  Not_testing
    3        0        0  Not_testing
    4        0        0  Not_testing
    5        0        0  Not_testing
Selective self-test flags (0x0):
  After scanning selected spans, do NOT read-scan remainder of disk.
If Selective self-test is pending on power-up, resume after 0 minute delay.

The above only provides legacy SMART information - try 'smartctl -x' for more

amd64 ~ #

_________________
Main box- AsRock x370 Gaming K4
Ryzen 7 3700x, 3.6GHz, 16GB GSkill Flare DDR4 3200mhz
Samsung SATA 1000GB, Radeon HD R7 350 2GB DDR5
OpenRC Gentoo ~amd64 plasma, glibc-2.41-r2, gcc-15.1.0
kernel-6.15.6 USE=experimental python3.13.3
Back to top
View user's profile Send private message
Anon-E-moose
Watchman
Watchman


Joined: 23 May 2008
Posts: 6375
Location: Dallas area

PostPosted: Mon Jan 08, 2024 11:09 am    Post subject: Reply with quote

Silly question, have you tried pulling the sata cable loose from both ends and resetting OR try with another cable?

Edit to add: I would also pull the power cable from the drive and reattach, I've seen electrical connections build up oxidization over time and some just pulling and reattaching fixes that problem. Doesn't mean the drive is good though, so backup if possible is still recommended.
_________________
UM780 xtx, 6.14 zen kernel, gcc 15, openrc, wayland

Got to love snowflakes, how does the world survive without them.
Back to top
View user's profile Send private message
Hu
Administrator
Administrator


Joined: 06 Mar 2007
Posts: 23689

PostPosted: Mon Jan 08, 2024 2:50 pm    Post subject: Reply with quote

wrc1944 wrote:
Hu, here's the long version. using the command from the gentoo wiki. I expected a lot more data for an 80 mimute run. Did I do something wrong?
No, that level of detail is what I would expect. Long run tests make the drive do a more thorough investigation of itself, but do not produce detailed reports to you. Even so, it again had a failure, which healthy drives never should. A bad SATA cable cannot cause a SMART check to fail partway through, because a SMART check is run by the drive's onboard logic, without micromanagement from the host OS. I suppose a bad power cable might cause a strange failure, but I find it far more likely that the drive is just dying. Therefore, I reiterate my prior position: unless someone specifically explains why the shown failure is not a problem, I would plan to replace the drive as soon as possible, and I would not put any irreplaceable data on it in the interim.
Back to top
View user's profile Send private message
wrc1944
Advocate
Advocate


Joined: 15 Aug 2002
Posts: 3465
Location: Gainesville, Florida

PostPosted: Tue Jan 09, 2024 7:35 am    Post subject: Reply with quote

Thanks very much everyone. Looks like a new drive is in order asap, and backing up my data to external media.
This a linux multi boot drive, and I was wondering if I could avoid a new gentoo install, and clone an image of the gentoo partition over to the new dive, or even the entire drive
with the ther distros partitions? I have installed gentoo and cloned stuff many times, but not in about 10 years (just turned 80)


Are we thinking my problems are probably NOT the gentoo installation per se, but likely entirely hard drive related?

All the distros are in their partition, inside a large sda3 extended partition.

On the other hand, one more point to mention is that for years none of the other distros have ever had any problems like the ones gentoo has recently.
And, my other identical gentoo on another system runs perfectly

Guess I can stll do a full new install if it comes to that,before I really get too old. :roll:
_________________
Main box- AsRock x370 Gaming K4
Ryzen 7 3700x, 3.6GHz, 16GB GSkill Flare DDR4 3200mhz
Samsung SATA 1000GB, Radeon HD R7 350 2GB DDR5
OpenRC Gentoo ~amd64 plasma, glibc-2.41-r2, gcc-15.1.0
kernel-6.15.6 USE=experimental python3.13.3
Back to top
View user's profile Send private message
eccerr0r
Watchman
Watchman


Joined: 01 Jul 2004
Posts: 10071
Location: almost Mile High in the USA

PostPosted: Tue Jan 09, 2024 8:27 am    Post subject: Reply with quote

heh, I play with fire on my disks. Still milking the last few puffs of magic smoke left in one of my 2TB drives that currently has 62096 power on hours, 411 reallocated sectors, and 163 sectors pending remap (and a whole bunch of read failures in the test log)... So far it's behaved since I did its last intervention, though it only is a 1.2TB disk at the moment, running 24/7 as a scratch disk. Yeah I back it up onto my raid just in case...
_________________
Intel Core i7 2700K/Radeon R7 250/24GB DDR3/256GB SSD
What am I supposed watching?
Back to top
View user's profile Send private message
Hu
Administrator
Administrator


Joined: 06 Mar 2007
Posts: 23689

PostPosted: Tue Jan 09, 2024 3:45 pm    Post subject: Reply with quote

wrc1944 wrote:
This a linux multi boot drive, and I was wondering if I could avoid a new gentoo install, and clone an image of the gentoo partition over to the new dive, or even the entire drive
with the ther distros partitions? I have installed gentoo and cloned stuff many times, but not in about 10 years (just turned 80)
If the drive were not already showing failures, I would see no problem with performing a filesystem level clone (not a block clone). Since it is reporting errors, I would worry a bit about whether (1) your copy would fail partway through due to hitting a failing sector and (2) whether the failures so far have corrupted anything in a way that you will cause yourself more problems later by copying the corrupted data to a new drive. I think (1) is far more likely than (2), so you could attempt it - but be prepared that it might not work, and if it fails, you might be forced to do a new install anyway. If you have a recent full backup that you could restore to the new drive instead of copying from the dying drive, I would feel much more confident about your chance of success.
wrc1944 wrote:
Are we thinking my problems are probably NOT the gentoo installation per se, but likely entirely hard drive related?
In my opinion, all the errors reported at the start of the thread can be explained by a dying drive, yes.
wrc1944 wrote:
All the distros are in their partition, inside a large sda3 extended partition.

On the other hand, one more point to mention is that for years none of the other distros have ever had any problems like the ones gentoo has recently.
Drives can fail incrementally. It may be the case that the other distributions are wholly contained in areas that are still fully functional, and so would be fully usable. However, even if that is true now, if the drive continues to degrade, it may begin losing sectors that back those other distributions, rendering them degraded too. It also could lose even more sectors that contain Gentoo, causing further damage to the existing install.
wrc1944 wrote:
And, my other identical gentoo on another system runs perfectly
That would also be consistent with this drive failing. The Gentoo software is perfect ( ;) ), you just cannot reliably get it from the degraded disk into memory to be usable. On the good disk, you can load the Gentoo data successfully, so everything is fine.

You might be better off cloning that fully functional Gentoo onto your new drive, then applying any needed personal fixups, rather than trying to do a full clone of the failing drive. This would avoid dealing with any incidental read failures from the bad drive during a copy.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Other Things Gentoo All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum