Want to subscribe to topics you're interested in?
Become a Member

[Solved] Enable ipv6 error

Discussion in 'Bug Reports' started by pamamolf, Dec 5, 2019.

  1. pamamolf

    pamamolf Premium Member Premium Member

    4,074
    427
    83
    May 31, 2014
    Ratings:
    +833
    Local Time:
    8:39 PM
    Nginx-1.25.x
    MariaDB 10.3.x
    Clean centminmod installation using:
    Code:
    yum -y update; curl -O https://centminmod.com/betainstaller73.sh && chmod 0700 betainstaller73.sh && bash betainstaller73.sh
    Postfix was not started :(
    Code:
    systemctl status postfix
    ● postfix.service - Postfix Mail Transport Agent
       Loaded: loaded (/usr/lib/systemd/system/postfix.service; enabled; vendor preset: disabled)
       Active: inactive (dead)
    
    Dec 08 04:40:11 haproxy systemd[1]: Unit postfix.service cannot be reloaded because it is inactive.
    Mysql also not started :(
    Code:
    **********************************************************************
    * Starting Services...
    **********************************************************************
    Starting nginx (via systemctl):  [  OK  ]
    Starting mysql (via systemctl):  Job for mariadb.service failed because the control process exited with error code. See "systemctl status mariadb.service" and "journalctl -xe" for details.
    [FAILED]
    Code:
    systemctl status mariadb.service
    ● mariadb.service - MariaDB 10.3.20 database server
       Loaded: loaded (/usr/lib/systemd/system/mariadb.service; enabled; vendor preset: disabled)
      Drop-In: /etc/systemd/system/mariadb.service.d
               └─migrated-from-my.cnf-settings.conf, openfileslimit.conf, protecthome.conf
       Active: failed (Result: exit-code) since Sun 2019-12-08 04:47:35 UTC; 5min ago
         Docs: man:mysqld(8)
               https://mariadb.com/kb/en/library/systemd/
     Main PID: 58181 (code=exited, status=1/FAILURE)
       Status: "MariaDB server is down"
    
    Dec 08 04:47:33 haproxy systemd[1]: Got notification message from PID 11090, but reception only permitted for main PID 58181
    Dec 08 04:47:33 haproxy systemd[1]: Got notification message from PID 11090, but reception only permitted for main PID 58181
    Dec 08 04:47:33 haproxy systemd[1]: Got notification message from PID 11090, but reception only permitted for main PID 58181
    Dec 08 04:47:33 haproxy systemd[1]: Got notification message from PID 11090, but reception only permitted for main PID 58181
    Dec 08 04:47:33 haproxy systemd[1]: Got notification message from PID 11090, but reception only permitted for main PID 58181
    Dec 08 04:47:33 haproxy systemd[1]: Got notification message from PID 11090, but reception only permitted for main PID 58181
    Dec 08 04:47:35 haproxy systemd[1]: mariadb.service: main process exited, code=exited, status=1/FAILURE
    Dec 08 04:47:35 haproxy systemd[1]: Failed to start MariaDB 10.3.20 database server.
    Dec 08 04:47:35 haproxy systemd[1]: Unit mariadb.service entered failed state.
    Dec 08 04:47:35 haproxy systemd[1]: mariadb.service failed.
    I have the same login info for the server if you want to check it...


    Thank you
     
  2. eva2000

    eva2000 Administrator Staff Member

    54,107
    12,179
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,738
    Local Time:
    4:39 AM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    I made some updates to 123.09beta01 so you can try again
     
  3. pamamolf

    pamamolf Premium Member Premium Member

    4,074
    427
    83
    May 31, 2014
    Ratings:
    +833
    Local Time:
    8:39 PM
    Nginx-1.25.x
    MariaDB 10.3.x
    Yes all working great now !

    I just didn't see MariaDB listed at the started services but it's ok no problem as it works :)

    Maybe you move it on another place in the code or not needed anymore....

    I just mention it...

    Thank you very much !!!!
     
  4. eva2000

    eva2000 Administrator Staff Member

    54,107
    12,179
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,738
    Local Time:
    4:39 AM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    Good to hear. The starting services section near end of initial install will only start services it detects as not running at that time. So if MariaDB service is already running, it won't need to start it at that stage.