Open stdevel opened 3 years ago
Thank you for the report. I am not sure why this file is still present, should be removed IMO. We have native systemd target and unit files already. ( https://github.com/uyuni-project/uyuni/blob/master/spacewalk/admin/ )
Well, this script should just print a message on the screen after the server is booted. It should tell which hostname the system has and which URL to use to access SUSE Manager :
MYHOSTNAME=`hostname -f`
echo -e "\n\t${done}SUSE Manager Server is running at https://$MYHOSTNAME ${norm}\n"
We need to find out how to print such messages in the days of systemd. systemd try very hard to prevent all messages on the screen during booting.
We can write to /etc/issue
to display this info before login. I don't know however if and when this file is regenerated.
Additional Information
When running
dmesg
, a warning is shown:Anyhow, Uyuni is working fine in accordance with
spacewalk-service status
.Version of Uyuni Server and Proxy (if used)
This also applies to SUSE Manager 4.2:
Details about issue
It is just a warning, but Uyuni works. Maybe the legacy SysV init script needs to be replaced as Uyuni isn't supposed to run on SLES 12 or openSUSE Leap 42.x and older?
I also created a ticket within SCC (case #00317645).