ISPConfig installation - star signs behind some php files

Discussion in 'Installation/Configuration' started by jbmd, Aug 18, 2017.

  1. jbmd

    jbmd Member

    Hello,

    I just installed ISPConfig 3.1 on Ubuntu 16.04 according to https://www.howtoforge.com/tutorial/perfect-server-ubuntu-with-nginx-and-ispconfig-3/
    and cannot login to ISPConfig web interface:

    DocumentRoot is /usr/local/ispconfig/interface/web, nginx log access file shows 404 code to all php files which have star sign behind its name.
    Example:
    datalogstatus.php*
    dummy_login.html*
    index.php*
    etc.

    Why there are stars, can I rename it to the same name without the star?
    I am really confused.

    jbmd
     
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    The files on the harddisk have a star at the end of the filename, or just in the log? Really strange, never seen that before. When they have a star sign on the shell when you check them with ls, then try to rename them.
     
  3. jbmd

    jbmd Member

    see attached
    star is in directory, in log nginx is looking for normal file name without the star ...
     

    Attached Files:

  4. till

    till Super Moderator Staff Member ISPConfig Developer

    The star is not part of the filename, it has a different colour and just classifies the file. That you get a 404 on the mentioned files is in nginx log is ok when you are not logged in, that's not an issue and not related to your login problem. Check that mysql is started.
     
  5. jbmd

    jbmd Member

    ● mysql.service - LSB: Start and stop the mysql database server daemon
    Loaded: loaded (/etc/init.d/mysql; bad; vendor preset: enabled)
    Active: active (running) since Thu 2017-08-17 19:47:54 CEST; 21h ago
    Docs: man:systemd-sysv-generator(8)
    Tasks: 33
    Memory: 80.8M
    CPU: 1min 52.434s
    CGroup: /system.slice/mysql.service
    ├─6482 /bin/bash /usr/bin/mysqld_safe
    ├─6623 /usr/sbin/mysqld --basedir=/usr --datadir=/var/lib/mysql --plugin-dir=/usr/lib/mysql/plugin --user=mysql --skip-log-error --pid-file=/var/run/mysqld/mysqld.pid --socket=/var/run/mysqld/mysqld.sock --port=3306
    └─6624 logger -t mysqld -p daemon error

    Aug 18 08:34:14 faster16 mysqld[6624]: 170818 8:34:14 [Warning] IP address '60.172.141.205' could not be resolved: Name or service not known
    Aug 18 10:51:36 faster16 mysqld[6624]: 170818 10:51:36 [Warning] IP address '121.152.27.40' could not be resolved: Name or service not known
    Aug 18 13:18:49 faster16 mysqld[6624]: 170818 13:18:49 [Warning] IP address '222.186.51.143' could not be resolved: Name or service not known
    Aug 18 14:43:35 faster16 mysqld[6624]: 170818 14:43:35 [Warning] IP address '222.186.51.138' could not be resolved: Name or service not known
    Aug 18 14:58:34 faster16 mysqld[6624]: 170818 14:58:34 [Warning] IP address '182.18.78.175' could not be resolved: Name or service not known
    Warning: Journal has been rotated since unit was started. Log output is incomplete or unavailable.
     
  6. jbmd

    jbmd Member

    It was the password problem. I reset it via cli and it is fine now.
     
    till likes this.

Share This Page