Can't logging apache server hold process

Hi
i will try to explain with my poor english
at the boot i can’t get logging screen
I have the idea to press left arrow and i see the boot message
i saw the system try to start apache web serveur but it can’t
I have try to install ssl before reboot and i think i did a mistake
my question is : how i can avoid the apache start ?
after that i will be able to log and try to repair
best regard

after a long time i got the logging but i saw i have alson an other error
the xserver can’t be start

for the first point , because i got the hand i have start yast2 in the console and i disable http server

i will see

hi
now i got black screen not loggin screen ans the crt+alt+Fx doesnt show the virtual screen ??
I don’t konw what append i hope it is not because of BTRF it is the first time i use this file manager since i work under linux
i am olige to stop with power buttom

so now my problem is how i can repair the xserver from the console ??

I have solved with this command :joy: chkstat --system --set

regards

Normally, the graphical user interface is started on the Virtual Terminal (VT) tty7.

[Ctrl+Alt+F1] or [Ctrl+Alt+F2] or [Ctrl+Alt+F3] or [Ctrl+Alt+F4] or [Ctrl+Alt+F5] or [Ctrl+Alt+F6]

will place your machine’s console on one of the Virtual Terminals – either tty1 or, tty2 or, tty3 or, tty4 or, tty5 or, tty6.

From there, you can login to a Command Line Interface (CLI), either as the user “root” – which is advisable because, you’ll need to perform some system administration or, as a “normal” user such as your normal username.
More information here: <https://doc.opensuse.org/documentation/leap/startup/html/book-startup/cha-new-bash.html#sec-new-bash-start>


Once you have a CLI, you can then begin to investigate the issue at hand – for example, for the cases of the Apache Web Server and, the X Display Manager «In this case, started by sddm … »:

 # systemctl status apache2.service 
● apache2.service - The Apache Webserver
     Loaded: loaded (/usr/lib/systemd/system/apache2.service; enabled; vendor preset: disabled)
     Active: active (running) since Fri 2023-08-25 08:36:16 CEST; 8h ago
   Main PID: 1861 (httpd-prefork)
     Status: "Processing requests..."
      Tasks: 6
     CGroup: /system.slice/apache2.service
             ├─ 1861 /usr/sbin/httpd-prefork -DSYSCONFIG -DDRUPAL8 -C "PidFile /run/httpd.pid" -C "Include /etc/apache2>
             ├─ 1897 /usr/sbin/httpd-prefork -DSYSCONFIG -DDRUPAL8 -C "PidFile /run/httpd.pid" -C "Include /etc/apache2>
             ├─ 1899 /usr/sbin/httpd-prefork -DSYSCONFIG -DDRUPAL8 -C "PidFile /run/httpd.pid" -C "Include /etc/apache2>
             ├─ 1900 /usr/sbin/httpd-prefork -DSYSCONFIG -DDRUPAL8 -C "PidFile /run/httpd.pid" -C "Include /etc/apache2>
             ├─ 1901 /usr/sbin/httpd-prefork -DSYSCONFIG -DDRUPAL8 -C "PidFile /run/httpd.pid" -C "Include /etc/apache2>
             └─ 1902 /usr/sbin/httpd-prefork -DSYSCONFIG -DDRUPAL8 -C "PidFile /run/httpd.pid" -C "Include /etc/apache2>

Aug 25 08:36:16 xxx systemd[1]: Starting The Apache Webserver...
Aug 25 08:36:16 xxx systemd[1]: Started The Apache Webserver.
 # 
 # systemctl status display-manager.service 
● display-manager.service - X Display Manager
     Loaded: loaded (/usr/lib/systemd/system/display-manager.service; enabled; vendor preset: enabled)
     Active: active (running) since Fri 2023-08-25 08:36:18 CEST; 8h ago
    Process: 1877 ExecStart=/usr/lib/X11/display-manager start (code=exited, status=0/SUCCESS)
   Main PID: 1955 (sddm)
      Tasks: 13 (limit: 4915)
     CGroup: /system.slice/display-manager.service
             ├─ 1955 /usr/bin/sddm
             └─ 1987 /usr/bin/X -nolisten tcp -auth /run/sddm/{cbb7e3f9-c0b2-4a7a-9366-ce4c13745e95} -background none ->

Aug 25 10:47:15 xxx sddm-helper[5118]: [PAM] Conversation with 1 messages
Aug 25 10:47:15 xxx sddm-helper[5118]: [PAM] returning.
Aug 25 10:47:15 xxx sddm[1955]: Authenticated successfully
Aug 25 10:47:15 xxx sddm-helper[5118]: pam_kwallet5(sddm:setcred): pam_kwallet5: pam_sm_setcred
Aug 25 10:47:15 xxx sddm[1955]: Auth: sddm-helper exited successfully
Aug 25 10:47:15 xxx sddm[1955]: Greeter stopped.
Aug 25 10:47:16 xxx sddm-helper[5118]: pam_unix(sddm:session): session opened for user dcu by (uid=0)
Aug 25 10:47:16 xxx sddm-helper[5118]: pam_kwallet5(sddm:session): pam_kwallet5: pam_sm_open_session
Aug 25 10:47:16 xxx sddm-helper[5118]: Starting: "/etc/X11/xdm/Xsession \"/usr/bin/startplasma-x11\""
Aug 25 10:47:16 xxx sddm[1955]: Session started
 #