Just create one corefreq rpm for fedora #564
Replies: 8 comments 4 replies
-
Oh! I appreciate a lot what you are doing. Thank you. |
Beta Was this translation helpful? Give feedback.
-
Do you see what is missing here ? ![]() |
Beta Was this translation helpful? Give feedback.
-
EDIT: I can not ping ![]() |
Beta Was this translation helpful? Give feedback.
-
OK, I see my issue is the Fedora version: ![]() |
Beta Was this translation helpful? Give feedback.
-
Testing with Fedora Cloud Base 42 QEMU qcow2 image and cloud-init ISO Quick commands to change image password (at the second boot) cat user-data #cloud-config
bootcmd:
- echo 'fedora:yourpassword' | chpasswd
- cat /etc/passwd Run the VM qemu-system-x86_64 -enable-kvm -cpu max,hv-runtime -m 3G -smp 6 -device e1000,netdev=ens3 -netdev user,id=ens3,hostfwd=tcp::5555-:22 -drive file=Fedora-Cloud-Base-Generic-42-1.1.x86_64.qcow2,index=0,format=qcow2,media=disk -drive file=seed.img,index=1,media=cdrom Now running your procedure: ![]() ![]() ![]() ![]() CoreFreq Daemon was enabled but not started because no |
Beta Was this translation helpful? Give feedback.
-
Issue is that |
Beta Was this translation helpful? Give feedback.
-
sudo dnf downgrade kernel-devel-matched.x86_64
sudo dnf downgrade kernel-headers.x86_64
sudo dnf remove kernel-core-6.15.9-201.fc42
sudo dnf remove kernel-devel-6.15.9-201.fc42 ![]() ![]() |
Beta Was this translation helpful? Give feedback.
-
![]()
![]()
![]()
![]() Everything fine! |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
https://copr.fedorainfracloud.org/coprs/sunnyyang/corefreq/
Beta Was this translation helpful? Give feedback.
All reactions