Almalinux 8.6 stable released

Active8

Verified User
Joined
Jul 13, 2013
Messages
1,813

Just updated 2 servers to this version, didnt see any problems

EDIT: it is possible that the servers are busy .
To be sure clean your cache, other wise you will run into comply problems because of partially downloaded updates

dnf clean all
dnf update
 
In addition to changing the branding they need to test too. Centos took about a month to deliver a minor update. RockyLinux is saying it will take them a week or two.
 
The upgrade went OK. But since the reboot took some time I had a look in the log file.
I had a lot of notices about dracut parts, did you have that too?

Code:
May  9 00:02:12 server dracut[1880116]: dracut module 'modsign' will not be installed, because command 'keyctl' could not be found!
May  9 00:02:12 server dracut[1880116]: dracut module 'busybox' will not be installed, because command 'busybox' could not be found!
May  9 00:02:12 server dracut[1880116]: dracut module 'btrfs' will not be installed, because command 'btrfs' could not be found!
May  9 00:02:12 server dracut[1880116]: dracut module 'dmraid' will not be installed, because command 'dmraid' could not be found!
May  9 00:02:12 server dracut[1880116]: dracut module 'multipath' will not be installed, because command 'multipath' could not be found!
May  9 00:02:12 server dracut[1880116]: dracut module 'cifs' will not be installed, because command 'mount.cifs' could not be found!
May  9 00:02:12 server dracut[1880116]: dracut module 'fcoe' will not be installed, because command 'dcbtool' could not be found!
May  9 00:02:12 server dracut[1880116]: dracut module 'fcoe' will not be installed, because command 'fipvlan' could not be found!
May  9 00:02:12 server dracut[1880116]: dracut module 'fcoe' will not be installed, because command 'lldpad' could not be found!
May  9 00:02:12 server dracut[1880116]: dracut module 'fcoe' will not be installed, because command 'fcoemon' could not be found!
May  9 00:02:12 server dracut[1880116]: dracut module 'fcoe' will not be installed, because command 'fcoeadm' could not be found!
May  9 00:02:12 server dracut[1880116]: dracut module 'fcoe-uefi' will not be installed, because command 'dcbtool' could not be found!
May  9 00:02:12 server dracut[1880116]: dracut module 'fcoe-uefi' will not be installed, because command 'fipvlan' could not be found!
May  9 00:02:12 server dracut[1880116]: dracut module 'fcoe-uefi' will not be installed, because command 'lldpad' could not be found!
May  9 00:02:12 server dracut[1880116]: dracut module 'iscsi' will not be installed, because command 'iscsi-iname' could not be found!
May  9 00:02:12 server dracut[1880116]: dracut module 'iscsi' will not be installed, because command 'iscsiadm' could not be found!
May  9 00:02:12 server dracut[1880116]: dracut module 'iscsi' will not be installed, because command 'iscsid' could not be found!
May  9 00:02:12 server dracut[1880116]: dracut module 'nbd' will not be installed, because command 'nbd-client' could not be found!
May  9 00:02:12 server dracut[1880116]: dracut module 'nvmf' will not be installed, because command 'nvme' could not be found!
May  9 00:02:12 server dracut[1880116]: dracut module 'biosdevname' will not be installed, because command 'biosdevname' could not be found!
May  9 00:02:12 server dracut[1880116]: 95nfs: Could not find any command of 'rpcbind portmap'!

Is there a way I can uninstall some things so I won't see those notices anymore?

I can't uninstall dracut because it also shows this:
Code:
May  9 00:02:13 server dracut[1880116]: *** Including module: bash ***
May  9 00:02:13 server dracut[1880116]: *** Including module: systemd ***
May  9 00:02:13 server dracut[1880116]: *** Including module: systemd-initrd ***
May  9 00:02:13 server dracut[1880116]: *** Including module: nss-softokn ***
May  9 00:02:13 server dracut[1880116]: *** Including module: rdma ***
May  9 00:02:14 server dracut[1880116]: *** Including module: rngd ***
May  9 00:02:14 server dracut[1880116]: *** Including module: i18n ***
and various others.

I also found this error in the log:
Code:
May  9 00:01:58 server systemd[1]: Started Authorization Manager.
May  9 00:01:58 server tuned[1115]: Exception in thread Thread-3:
May  9 00:01:58 server tuned[1115]: Traceback (most recent call last):
May  9 00:01:58 server tuned[1115]:  File "/usr/lib64/python3.6/threading.py", line 919, in _bootstrap_inner
May  9 00:01:58 server tuned[1115]:    self.run()
May  9 00:01:58 server tuned[1115]:  File "/usr/lib64/python3.6/threading.py", line 867, in run
May  9 00:01:58 server tuned[1115]:    self._target(*self._args, **self._kwargs)
May  9 00:01:58 server tuned[1115]:  File "/usr/lib/python3.6/site-packages/tuned/plugins/plugin_scheduler.py", line 810, in _thread_code
May  9 00:01:58 server tuned[1115]:    self._add_pid(instance, int(event.tid), r)
May  9 00:01:58 server tuned[1115]:  File "/usr/lib/python3.6/site-packages/tuned/plugins/plugin_scheduler.py", line 763, in _add_pid
May  9 00:01:58 server tuned[1115]:    cmd = self._get_cmdline(pid)
May  9 00:01:58 server tuned[1115]:  File "/usr/lib/python3.6/site-packages/tuned/plugins/plugin_scheduler.py", line 280, in _get_cmdline
May  9 00:01:58 server tuned[1115]:    if self._is_kthread(process):
May  9 00:01:58 server tuned[1115]:  File "/usr/lib/python3.6/site-packages/tuned/plugins/plugin_scheduler.py", line 347, in _is_kthread
May  9 00:01:58 server tuned[1115]:    return process["stat"]["flags"] & procfs.pidstat.PF_KTHREAD != 0
May  9 00:01:58 server tuned[1115]:  File "/usr/lib/python3.6/site-packages/procfs/procfs.py", line 136, in __getitem__
May  9 00:01:58 server tuned[1115]:    return self.fields[fieldname]
May  9 00:01:58 server tuned[1115]: KeyError: 'flags'

Don't know if you guys checked your messages log after upgrading and have seen the same things?
 
I updated to Rocky 8.6 last Thursday or Friday. Typically, I would have taken a snapshot of the server beforehand and I didnt. Of course after the update, I rebooted the machine and it took about three minutes before I could see a website again. Normally, a reboot would take less than a minute to reach that stage. In fact, it took so long that I didnt think it was going to ever start and I almost stopped the VM (glad I didnt). What logs are you looking at? I can take a look too.
 
You're funny @Richard G

I can confirm I got those same dracut module messages after upgrading. I did the install back on 5/19. They stopped about 20 minutes later.
 
I updated to Rocky 8.6 last Thursday or Friday. Typically, I would have taken a snapshot of the server beforehand and I didnt. Of course after the update, I rebooted the machine and it took about three minutes before I could see a website again. Normally, a reboot would take less than a minute to reach that stage. In fact, it took so long that I didnt think it was going to ever start and I almost stopped the VM (glad I didnt). What logs are you looking at? I can take a look too.
Almost did the same? took very long to boot. Opened up the web shell and it was still booting. My heart rate went a little higher?
 
good thing to here in this thread, I don't know what 's rockylinux 8.6 is same issued with almalinux. but I still don't upgrade yet. :D

Who use rockylinux, I want to know result upgraded.
 
Oke so both Almal and Rocky took a longer time to boot and had those dracut notices in the logfiles..... phew.... glad I'm not the only one then.?

But everything works fine if I understand correctly, so that is a good thing.

They stopped about 20 minutes later.
Do you mean you had 20 minutes of those notices in the log? Or did you reboot 20 minutes later and then they were gone?
 
I had those messages for 20 minutes in my logs, then they stopped. I forget what happened, but I know I saw something after the first reboot that caused me to reboot the machine not long afterwards (same day). When I looked at my logs to see if the dracut message stopped because of the second reboot, I could not find messages indicating a reboot occurred around that time.
 
I just looked again, it appears I did reboot and the messages stopped. The types of messages I see are these:

Code:
May 19 06:44:53 dracut[1872]: dracut module 'lvm' will not be installed, because command 'lvm' could not be found!
May 19 06:44:53 systemd[1]: named.service: Succeeded.
May 19 06:44:53 systemd[1]: Started Named Placebo.
May 19 06:44:53 systemd[1]: Starting Named Placebo...
May 19 06:44:53 systemd[1]: named.service: Succeeded.
May 19 06:44:53 systemd[1]: Started Named Placebo.
May 19 06:44:54 dracut[1872]: dracut module 'cifs' will not be installed, because command 'mount.cifs' could not be found!
May 19 06:44:56 dracut[1872]: dracut module 'iscsi' will not be installed, because command 'iscsi-iname' could not be found!
May 19 06:44:56 dracut[1872]: dracut module 'iscsi' will not be installed, because command 'iscsiadm' could not be found!
May 19 06:44:56 dracut[1872]: dracut module 'iscsi' will not be installed, because command 'iscsid' could not be found!
May 19 06:44:56 dracut[1872]: 95nfs: Could not find any command of 'rpcbind portmap'!
May 19 06:44:56 dracut[1872]: dracut module 'resume' will not be installed, because it's in the list to be omitted!
May 19 06:44:57 systemd[1]: NetworkManager-dispatcher.service: Succeeded.
May 19 06:44:58 dracut[1872]: dracut module 'earlykdump' will not be installed, because it's in the list to be omitted!
May 19 06:44:59 dracut[1872]: memstrack is available
May 19 06:45:00 dracut[1872]: dracut module 'modsign' will not be installed, because command 'keyctl' could not be found!
May 19 06:45:00 dracut[1872]: dracut module 'busybox' will not be installed, because command 'busybox' could not be found!
May 19 06:45:01 dracut[1872]: dracut module 'lvmmerge' will not be installed, because command 'lvm' could not be found!
May 19 06:45:02 dracut[1872]: dracut module 'btrfs' will not be installed, because command 'btrfs' could not be found!
May 19 06:45:02 dracut[1872]: dracut module 'dmraid' will not be installed, because command 'dmraid' could not be found!
May 19 06:45:02 dracut[1872]: dracut module 'lvm' will not be installed, because command 'lvm' could not be found!
May 19 06:45:03 dracut[1872]: dracut module 'cifs' will not be installed, because command 'mount.cifs' could not be found!
May 19 06:45:03 dracut[1872]: dracut module 'iscsi' will not be installed, because command 'iscsi-iname' could not be found!
May 19 06:45:03 dracut[1872]: dracut module 'iscsi' will not be installed, because command 'iscsiadm' could not be found!
May 19 06:45:03 dracut[1872]: dracut module 'iscsi' will not be installed, because command 'iscsid' could not be found!
 
Yep, those are the same I had as you can see.
Did you also find the error notices like in my post about the Authorization Manager?
 
Back
Top