Koozali.org: home of the SME Server

Contribs.org Forums => Koozali SME Server 10.x => Topic started by: yythoss on December 04, 2022, 07:42:07 PM

Title: Home screen does not show any services
Post by: yythoss on December 04, 2022, 07:42:07 PM
is it possible to display all services that are started here? Nothing is displayed.

Here my Bootscreen:
(https://swt.ddnss.de/images/smeserver-bootscreen.jpg)
Title: Re: Home screen does not show any services
Post by: bunkobugsy on December 04, 2022, 07:53:41 PM
and that is normal behaviour for SME 10, almost all services have been migrated to systemd.
Title: Re: Home screen does not show any services
Post by: Jean-Philippe Pialasse on December 04, 2022, 11:03:59 PM
this screen is only for legacy services handled with sysv. Normaly it should remains empty.
Title: Re: Home screen does not show any services
Post by: Jean-Philippe Pialasse on December 05, 2022, 04:41:11 AM
here is a fix that should avoid this misleading screen when not necessary

https://bugs.koozali.org/show_bug.cgi?id=12253
Title: Re: Home screen does not show any services
Post by: yythoss on December 05, 2022, 10:46:50 AM
I have now changed it myself, now the unnecessary screen is no longer visible, but i still can't see which service started.
Is it possible to enable the text version, similar to the sme 9 to see whats happend

Title: Re: Home screen does not show any services
Post by: bunkobugsy on December 05, 2022, 12:52:53 PM
Try using https://wiki.koozali.org/Smeadmin
Title: Re: Home screen does not show any services
Post by: yythoss on December 05, 2022, 01:17:02 PM
Thanks, but that's not what I meant.
I wanted to see all services on boot, like SME9 does.
Title: Re: Home screen does not show any services
Post by: ReetP on December 05, 2022, 04:19:09 PM
and that is normal behaviour for SME 10, almost all services have been migrated to systemd.

Particularly on old slow underpowered systems.

You really need a MINIMUM of 4Gb to run reasonably - half of that is for ClamAV. I have a couple of systems that don't require it so it is disabled and usage is more like 2 Gb.

Beyond that, yes here is a lot more going on. You can complain to RedHat ;-)

Title: Re: Home screen does not show any services
Post by: yythoss on December 05, 2022, 04:37:37 PM
I'm not entirely sure what performance and ClamAV has to do with showing services on boot?
This is also not a critical problem, but it could have been, if you could easily display them.
I have now done the following:

I remove rhgb from /etc/default/grub and make a new grub

Code: [Select]
grub2-mkconfig -o /boot/grub2/grub.cfg
Now I see whats happend
Title: Re: Home screen does not show any services
Post by: ReetP on December 05, 2022, 04:52:42 PM
I'm not entirely sure what performance and ClamAV has to do with showing services on boot?

Sorry - thought it was because of the length of time it takes.

Quote

I have now done the following:

I remove rhgb from /etc/default/grub and make a new grub

I think you should probably follow the fix in the indicated bug 12253 ?

Title: Re: Home screen does not show any services
Post by: yythoss on December 05, 2022, 04:56:12 PM
bug 12253 only disable the grafic interface
Title: Re: Home screen does not show any services
Post by: ReetP on December 05, 2022, 07:15:57 PM
bug 12253 only disable the grafic interface

K. This should be wiki'd.

Title: Re: Home screen does not show any services
Post by: bunkobugsy on December 05, 2022, 09:50:36 PM
bug 12253 only disable the grafic interface

Don't think so.
If you look closer bootstrap-runlevel7.service isn't even started if it doesn't have anything to do:
ConditionPathExistsGlob=/etc/rc.d/rc7.d/S**
But you can test by installing https://wiki.koozali.org/SharedFolders and reboot.
You should see again the screen starting rsyncd (until bug 12252 gets resolved).
Title: Re: Home screen does not show any services
Post by: yythoss on December 05, 2022, 10:00:17 PM
bug 12252 works and the grafic display is disabled but now I have a black screen until the login comes.
With my modification I see now all service with [ OK ] or [ Faild ]
Title: Re: Home screen does not show any services
Post by: bunkobugsy on December 05, 2022, 10:20:06 PM
# rpm -qf /etc/default/grub
grub2-tools-2.02-0.87.0.1.el7.centos.9.x86_64

rhgb = redhat graphical boot - This is a GUI mode booting screen with
most of the information hidden while the user sees a rotating activity
icon spining and brief information as to what the computer is doing.

quiet = hides the majority of boot messages before rhgb starts. These
are supposed to make the common user more comfortable. They get alarmed
about seeing the kernel and initializing messages, so they hide them for
their comfort.
Title: Re: Home screen does not show any services
Post by: yythoss on December 05, 2022, 10:24:26 PM
I know but that doesn't help me either.
I think we can close this thread
Title: Re: Home screen does not show any services
Post by: Jean-Philippe Pialasse on December 05, 2022, 10:51:51 PM
simply hit any key and the list of systemd actions will display
hit one more time and the gui screen (black in our case will be back
Title: Re: Home screen does not show any services
Post by: yythoss on December 05, 2022, 10:53:32 PM
THX
That help's!
Title: Re: Home screen does not show any services
Post by: bunkobugsy on December 06, 2022, 08:01:48 AM
simply hit any key and the list of systemd actions will display
hit one more time and the gui screen (black in our case will be back

Had no luck this way, but removing rhgb parameter shows a lot of systemd actions going on.
However they are not the actual sme services that were also shown during sme 9 boot.