Bo Jin

Results 2 comments of Bo Jin

I had same problem. hawk-backend.service fails to start. Solution: Deactivate Packagehub repos. Uninstall the conflict package from packagehub: ```rpm -e --nodeps ruby2.5-rubygem-sass-rails-5.1``` Install the package from SLES HA: ``` zypper...

Using force_systemd=1 solved the issue and the RA is starting systemd service of tomcat. But this is ok but not perfect as the remaining part of RA is useless. I...