CentOS 7.4 (1708) was released recently and I've updated the Spacewalk-Server in my testing environment and discovered that a small issue was affecting the services ability to start. First I was getting a blank screen, then the osa-dispatcher.service was not able to start. So here is what I did to fix it:
First update your running CentOS-Installation
Feel free to comment and / or suggest a topic.
First update your running CentOS-Installation
This might take a while. After it has finished, downgrade the c3p0 package to fix the osa-dispatcher not starting issue and reboot to let your machine start with the updated kernel.
yum -y update
sudo
[archy@spacewalk ~]$
When it's started up again, check the spacewalk-services.
yum -y downgrade c3p0 && reboot
sudo
[archy@spacewalk ~]$
In my case, the taskomatic did not start successfully. This can be fixed by running
spacewalk-service status
sudo
[archy@spacewalk ~]$
The services should now be in running state.
spacewalk-service stop && sleep 5 && spacewalk-service start
sudo
[archy@spacewalk ~]$
Feel free to comment and / or suggest a topic.
Comments
Post a Comment