I really don't know where to ask this, so starting here. I unstalled new gentoo-sources & compiled genkernel yesterday, now running 6.1.31.
I noticed some odd errors in the log I haven't seen before
Code: Select all
Jun 2 04:45:32 pc (udev-worker)[1453]: could not read from '/sys/module/pcc_cpufreq/initstate': No such device
Jun 2 04:48:50 pc (udev-worker)[2092]: sunrpc: Process '/sbin/sysctl -q --pattern ^sunrpc --system' failed with exit code 1.
Jun 2 04:48:50 pc (udev-worker)[2092]: lockd: Process '/sbin/sysctl -q --pattern ^fs.nfs.n[sl]m --system' failed with exit code 1.
Jun 2 04:48:50 pc (udev-worker)[2098]: nfs: Process '/sbin/sysctl -q --pattern ^fs.nfs --system' failed with exit code 1.
Jun 2 04:48:50 pc (udev-worker)[2092]: nfsv4: Process '/sbin/sysctl -q --pattern ^fs.nfs.(nfs_callback_tcpport|idmap_cache_timeout) --system' failed with exit code 1.Edit: More investigation shows that no udev rules exist in /etc/udev/rules.d/... Should there not be rules for the services above?
Edit2:
When checking for sys-fs/udev I found that uninstalled and masked... So added it to /etc/portage/package.unmask, but then got loads of errors;
Code: Select all
# emerge --ask sys-fs/udev
These are the packages that would be merged, in order:
Calculating dependencies... done!
Dependency resolution took 3.22 s.
[ebuild N ] sys-apps/systemd-utils-252.9 USE="acl kmod (split-usr) tmpfiles udev -boot (-selinux) -sysusers -test" ABI_X86="(64) -32 (-x32)"
[ebuild N #] sys-fs/udev-250 ABI_X86="(64) -32 (-x32)"
[blocks B ] sys-apps/systemd ("sys-apps/systemd" is soft blocking sys-apps/systemd-utils-252.9)
[blocks B ] sys-apps/gentoo-systemd-integration ("sys-apps/gentoo-systemd-integration" is soft blocking sys-apps/systemd-utils-252.9)
[blocks B ] sys-fs/udev ("sys-fs/udev" is soft blocking sys-apps/systemd-253.3-r1, sys-apps/gentoo-systemd-integration-9)
* Error: The above package list contains packages which cannot be
* installed at the same time on the same system.
Thanks


