Koozali.org: home of the SME Server

Home screen does not show any services

Offline yythoss

  • *
  • 532
  • +0/-0
    • http://www.hylafax-client.de
Home screen does not show any services
« 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:

Offline bunkobugsy

  • *
  • 279
  • +4/-0
Re: Home screen does not show any services
« Reply #1 on: December 04, 2022, 07:53:41 PM »
and that is normal behaviour for SME 10, almost all services have been migrated to systemd.

Offline Jean-Philippe Pialasse

  • *
  • 2,762
  • +11/-0
  • aka Unnilennium
    • http://smeserver.pialasse.com
Re: Home screen does not show any services
« Reply #2 on: December 04, 2022, 11:03:59 PM »
this screen is only for legacy services handled with sysv. Normaly it should remains empty.

Offline Jean-Philippe Pialasse

  • *
  • 2,762
  • +11/-0
  • aka Unnilennium
    • http://smeserver.pialasse.com
Re: Home screen does not show any services
« Reply #3 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

Offline yythoss

  • *
  • 532
  • +0/-0
    • http://www.hylafax-client.de
Re: Home screen does not show any services
« Reply #4 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


Offline bunkobugsy

  • *
  • 279
  • +4/-0
Re: Home screen does not show any services
« Reply #5 on: December 05, 2022, 12:52:53 PM »

Offline yythoss

  • *
  • 532
  • +0/-0
    • http://www.hylafax-client.de
Re: Home screen does not show any services
« Reply #6 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.

Offline ReetP

  • *
  • 3,731
  • +5/-0
Re: Home screen does not show any services
« Reply #7 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 ;-)

...
1. Read the Manual
2. Read the Wiki
3. Don't ask for support on Unsupported versions of software
4. I have a job, wife, and kids and do this in my spare time. If you want something fixed, please help.

Bugs are easier than you think: http://wiki.contribs.org/Bugzilla_Help

If you love SME and don't want to lose it, join in: http://wiki.contribs.org/Koozali_Foundation

Offline yythoss

  • *
  • 532
  • +0/-0
    • http://www.hylafax-client.de
Re: Home screen does not show any services
« Reply #8 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

Offline ReetP

  • *
  • 3,731
  • +5/-0
Re: Home screen does not show any services
« Reply #9 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 ?

...
1. Read the Manual
2. Read the Wiki
3. Don't ask for support on Unsupported versions of software
4. I have a job, wife, and kids and do this in my spare time. If you want something fixed, please help.

Bugs are easier than you think: http://wiki.contribs.org/Bugzilla_Help

If you love SME and don't want to lose it, join in: http://wiki.contribs.org/Koozali_Foundation

Offline yythoss

  • *
  • 532
  • +0/-0
    • http://www.hylafax-client.de
Re: Home screen does not show any services
« Reply #10 on: December 05, 2022, 04:56:12 PM »
bug 12253 only disable the grafic interface

Offline ReetP

  • *
  • 3,731
  • +5/-0
Re: Home screen does not show any services
« Reply #11 on: December 05, 2022, 07:15:57 PM »
bug 12253 only disable the grafic interface

K. This should be wiki'd.

...
1. Read the Manual
2. Read the Wiki
3. Don't ask for support on Unsupported versions of software
4. I have a job, wife, and kids and do this in my spare time. If you want something fixed, please help.

Bugs are easier than you think: http://wiki.contribs.org/Bugzilla_Help

If you love SME and don't want to lose it, join in: http://wiki.contribs.org/Koozali_Foundation

Offline bunkobugsy

  • *
  • 279
  • +4/-0
Re: Home screen does not show any services
« Reply #12 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).

Offline yythoss

  • *
  • 532
  • +0/-0
    • http://www.hylafax-client.de
Re: Home screen does not show any services
« Reply #13 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 ]

Offline bunkobugsy

  • *
  • 279
  • +4/-0
Re: Home screen does not show any services
« Reply #14 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.