The Perfect Server CentOS 7.2 with Apache...

Discussion in 'Developers' Forum' started by spido, Oct 28, 2016.

  1. till

    till Super Moderator Staff Member ISPConfig Developer

    no.

    You can create a database user and database in ispconfig.

    No.
     
  2. spido

    spido Member

    You can write the correct command, so I could do this for Ubuntu?
    I have read a lot of information, for the last 2 days, and information is the contradiction.
     
  3. till

    till Super Moderator Staff Member ISPConfig Developer

    I would not create another user I just use the root user on my Ubuntu server (which is the master of the ubuntu template) and I was able to activate root with the command I posted above. What you can try is that you restart mysql.
     
  4. spido

    spido Member

    User administrator has howtoforge password.
    What should I enter the command to change the administrator password, not root?
    You can write the correct command?
     
  5. till

    till Super Moderator Staff Member ISPConfig Developer

    Just run:

    passwd

    command as administrator user.
     
  6. spido

    spido Member

    I changed all the passwords.
    After that I did the update.
    Code:
    sudo -s
    
    cd /tmp
    wget http://www.ispconfig.org/downloads/ISPConfig-3.1.1p1.tar.gz
    tar xvfz ISPConfig-3.1.1p1.tar.gz
    cd ispconfig3_install/install
    php -q update.php
    
    Update service is a mistake:
    Code:
    Reconfigure Services? (yes,no,selected) [yes]: yes
    
    Configuring Postfix
    Configuring Dovecot
    Configuring Mailman
    Configuring Spamassassin
    Configuring Amavisd
    Configuring Getmail
    Configuring BIND
    [INFO] haveged not detected - DNSSEC can fail
    Configuring Pureftpd
    Configuring Apache
    Configuring vlogger
    Configuring Apps vhost
    Configuring Jailkit
    Configuring Database
    Updating ISPConfig
    ISPConfig Port [8080]: 8080
    
    What does the "[INFO] haveged not detected - DNSSEC can fail"?

    How to fix it?
     
  7. till

    till Super Moderator Staff Member ISPConfig Developer

    That's just an info notice and not an error, so there is nothing that needs to be fixed. In case that you have problems with creating DKIM keys die to low entropy on your server, then install the haveged package with apt.
     

Share This Page