Problema reiniciando server SOLVED! SOLUCIONADO!

  • Buenas tardes foro!


    Tengo una duda con la version 1.3.3.
    La tengo corriendo en un server local montado con Debian 8.6. Al terminar la instalacion del panel, accedo a él sin problemas, pero al reiniciar el server, el panel deja de estar accesible.
    Cómo puedo hacerlo para que el demonio del panel corra automáticamente con cada reinicio?
    Mi conocimiento de Linux no es muy extenso, ciertamente.


    Muchas gracias de antemano.

    Edited once, last by br0nka ().

  • Hello,


    Result of the following commands:


    Shell-Script
    1. # service imscp_panel status
    2. # netstat -plunt

    badge.php?id=1239063037&bid=2518&key=1747635596&format=png&z=547451206

  • service imscp_panel status
    ● imscp_panel.service - PHP FastCGI process Manager Daemon for i-MSCP FrontEnd
    Loaded: loaded (/etc/systemd/system/imscp_panel.service; enabled)
    Active: active (running) since lun 2016-09-26 14:56:26 CEST; 16min ago
    Process: 528 ExecStartPre=/usr/local/lib/imscp_panel/imscp_panel_checkconf (code=exited, status=0/SUCCESS)
    Main PID: 1040 (imscp_panel)
    Status: "Processes active: 0, idle: 5, Requests: 0, slow: 0, Traffic: 0req/sec"
    CGroup: /system.slice/imscp_panel.service
    ├─1040 php-fpm: master process (/usr/local/etc/imscp_panel/php-fpm...
    ├─1057 php-fpm: pool imscp_panel
    ├─1058 php-fpm: pool imscp_panel
    ├─1059 php-fpm: pool imscp_panel
    ├─1060 php-fpm: pool imscp_panel
    └─1061 php-fpm: pool imscp_panel


    sep 26 14:56:26 panel systemd[1]: Started PHP FastCGI process Manager Daemo...d.
    Hint: Some lines were ellipsized, use -l to show in full.







    netstat -plunt
    Active Internet connections (only servers)
    Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name
    tcp 0 0 0.0.0.0:993 0.0.0.0:* LISTEN 534/dovecot
    tcp 0 0 0.0.0.0:41729 0.0.0.0:* LISTEN 470/rpc.statd
    tcp 0 0 0.0.0.0:995 0.0.0.0:* LISTEN 534/dovecot
    tcp 0 0 127.0.0.1:3306 0.0.0.0:* LISTEN 1116/mysqld
    tcp 0 0 0.0.0.0:587 0.0.0.0:* LISTEN 1575/master
    tcp 0 0 0.0.0.0:110 0.0.0.0:* LISTEN 534/dovecot
    tcp 0 0 0.0.0.0:143 0.0.0.0:* LISTEN 534/dovecot
    tcp 0 0 0.0.0.0:111 0.0.0.0:* LISTEN 461/rpcbind
    tcp 0 0 0.0.0.0:465 0.0.0.0:* LISTEN 1575/master
    tcp 0 0 127.0.0.1:9876 0.0.0.0:* LISTEN 492/imscp_daemon
    tcp 0 0 192.168.0.10:53 0.0.0.0:* LISTEN 493/named
    tcp 0 0 127.0.0.1:53 0.0.0.0:* LISTEN 493/named
    tcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN 520/sshd
    tcp 0 0 0.0.0.0:25 0.0.0.0:* LISTEN 1575/master
    tcp 0 0 127.0.0.1:8889 0.0.0.0:* LISTEN 1183/apache2
    tcp 0 0 127.0.0.1:953 0.0.0.0:* LISTEN 493/named
    tcp6 0 0 :::993 :::* LISTEN 534/dovecot
    tcp6 0 0 :::995 :::* LISTEN 534/dovecot
    tcp6 0 0 :::50214 :::* LISTEN 470/rpc.statd
    tcp6 0 0 :::110 :::* LISTEN 534/dovecot
    tcp6 0 0 :::143 :::* LISTEN 534/dovecot
    tcp6 0 0 :::111 :::* LISTEN 461/rpcbind
    tcp6 0 0 :::80 :::* LISTEN 1183/apache2
    tcp6 0 0 :::21 :::* LISTEN 1065/proftpd: (acce
    tcp6 0 0 :::22 :::* LISTEN 520/sshd
    tcp6 0 0 :::443 :::* LISTEN 1183/apache2
    udp 0 0 192.168.0.10:53 0.0.0.0:* 493/named
    udp 0 0 127.0.0.1:53 0.0.0.0:* 493/named
    udp 0 0 0.0.0.0:68 0.0.0.0:* 1180/dhclient
    udp 0 0 0.0.0.0:111 0.0.0.0:* 461/rpcbind
    udp 0 0 0.0.0.0:636 0.0.0.0:* 461/rpcbind
    udp 0 0 127.0.0.1:646 0.0.0.0:* 470/rpc.statd
    udp 0 0 0.0.0.0:5353 0.0.0.0:* 545/avahi-daemon: r
    udp 0 0 0.0.0.0:45298 0.0.0.0:* 470/rpc.statd
    udp 0 0 0.0.0.0:1900 0.0.0.0:* 585/minissdpd
    udp 0 0 0.0.0.0:45950 0.0.0.0:* 545/avahi-daemon: r
    udp 0 0 0.0.0.0:10135 0.0.0.0:* 1180/dhclient
    udp6 0 0 :::111 :::* 461/rpcbind
    udp6 0 0 :::636 :::* 461/rpcbind
    udp6 0 0 :::5353 :::* 545/avahi-daemon: r
    udp6 0 0 :::49975 :::* 1180/dhclient
    udp6 0 0 :::53153 :::* 470/rpc.statd
    udp6 0 0 :::55732 :::* 545/avahi-daemon: r

  • Check your nginx service. You could also try to run:


    Code
    1. # perl /var/www/imscp/engine/setup/imscp-reconfigure -d

    badge.php?id=1239063037&bid=2518&key=1747635596&format=png&z=547451206

  • @br0nka


    That is normally automatically done ;) But if you want be sure, run


    Code
    1. # update-rc.d nginx defaults

    badge.php?id=1239063037&bid=2518&key=1747635596&format=png&z=547451206

  • I did update-rc.d nginx defaults as root user but nothing happen.
    On every reboot, I do need to start nginx manually.


    Any ideas? thanks in advance.

  • Give us an access to the server.

    badge.php?id=1239063037&bid=2518&key=1747635596&format=png&z=547451206

  • SOLVED


    thanks to Nuxwin who had the patience to help me using teamviewer. The problem was that I use a desktop computer as a SERVER and the NIC was configured too late. Problem was solved as soon as he set a static IP up.


    Thanks a lot!!!