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
-
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)
-
and that is normal behaviour for SME 10, almost all services have been migrated to systemd.
-
this screen is only for legacy services handled with sysv. Normaly it should remains empty.
-
here is a fix that should avoid this misleading screen when not necessary
https://bugs.koozali.org/show_bug.cgi?id=12253
-
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
-
Try using https://wiki.koozali.org/Smeadmin
-
Thanks, but that's not what I meant.
I wanted to see all services on boot, like SME9 does.
-
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 ;-)
-
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
grub2-mkconfig -o /boot/grub2/grub.cfg
Now I see whats happend
-
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.
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 ?
-
bug 12253 only disable the grafic interface
-
bug 12253 only disable the grafic interface
K. This should be wiki'd.
-
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).
-
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 ]
-
# 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.
-
I know but that doesn't help me either.
I think we can close this thread
-
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
-
THX
That help's!
-
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.