Want more timely Centmin Mod News Updates?
Become a Member

Install Is this right in the first installing?

Discussion in 'Install & Upgrades or Pre-Install Questions' started by jellday, Dec 17, 2024.

  1. jellday

    jellday Member

    73
    4
    8
    May 31, 2014
    Ratings:
    +9
    Local Time:
    7:42 AM
    1.4.6
    5.5
    Please fill in any relevant information that applies to you:
    • CentOS Version: AlmaLinux 8
    • Centmin Mod Version Installed: 131.00stable
    • Nginx Version Installed: 1.27.2
    • PHP Version Installed: 7.4.33
    • MariaDB MySQL Version Installed: 10.4.34
    • When was last time updated Centmin Mod code base ? :
    • Persistent Config: Do you have any persistent config file options set in /etc/centminmod/custom_config.inc ? You can check via this command:
      Code (Text):
      cat /etc/centminmod/custom_config.inc
      [*]SELFSIGNEDSSL_ECDSA='y'
      PHPFINFO='y'
      PHP_OVERWRITECONF='n'
      PYTHON_INSTALL_ALTERNATIVES='y'
      
      MARCH_TARGETNATIVE='n'
      
      

    I just did a fresh installation on Almalinux 8, and when I checked the information, I got this error:
    Code (Text):
    Check pure-ftpd Version:
    --------------------------------------------------------
    pure-ftpd v1.0.49
    ● pure-ftpd.service - Pure-FTPd FTP server
       Loaded: loaded (/usr/lib/systemd/system/pure-ftpd.service; enabled; vendor preset: disabled)
      Drop-In: /etc/systemd/system/pure-ftpd.service.d
               └─pidfile.conf
       Active: active (running) since Mon 2024-12-16 08:04:15 EST; 15ms ago
      Process: 474589 ExecStart=/usr/sbin/pure-ftpd /etc/pure-ftpd/pure-ftpd.conf (code=exited, status=0/SUCCESS)
     Main PID: 474590 (pure-ftpd)
        Tasks: 1 (limit: 15667)
       Memory: 1.3M
       CGroup: /system.slice/pure-ftpd.service
               └─474590 /usr/sbin/pure-ftpd /etc/pure-ftpd/pure-ftpd.conf
    
    Dec 16 08:04:15 racknerd-afdae56 systemd[1]: Starting Pure-FTPd FTP server...
    Dec 16 08:04:15 racknerd-afdae56 systemd[1]: pure-ftpd.service: Can't open PID file /run/pure-ftpd.pid (yet?) after start: No such file or directory
    Dec 16 08:04:15 racknerd-afdae56 pure-ftpd[474590]: (?@?) [DEBUG] Couldn't load the DH parameters file /etc/ssl/private/pure-ftpd-dhparams.pem
    Dec 16 08:04:15 racknerd-afdae56 systemd[1]: Started Pure-FTPd FTP server.
    


    I am not sure if this is OK in the first install.

     
  2. eva2000

    eva2000 Administrator Staff Member

    54,331
    12,198
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,763
    Local Time:
    9:42 AM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    in /etc/centminmod/custom_config.inc might want to remove the [*] from
    Code (Text):
    [*]SELFSIGNEDSSL_ECDSA='y'

    you can ignore pure-ftpd PID messages and for pem file when you first run centmin.sh menu option, it will auto generate the pem file.
     
  3. jellday

    jellday Member

    73
    4
    8
    May 31, 2014
    Ratings:
    +9
    Local Time:
    7:42 AM
    1.4.6
    5.5
    OK. Thanks a lot.