Errores al finalizar la instalacion [Solucionado] tras un reinicio

  • Buenas, soy nuevo en el foro, la verdad es que el panel tiene muy buena pinta y mucha gente me habla maravillas, por eso me he decidido a probarlo en un pc en local en casa, pero no consigo pasar de la instalacion.


    Adjunto capturas de pantalla de los errores, numeradas de 001 - 004.




    Muchas gracias

    Files

    • 001.png

      (1.07 MB, downloaded 7 times, last: )
    • 002.png

      (1.05 MB, downloaded 6 times, last: )
    • 003.png

      (1.05 MB, downloaded 4 times, last: )
    • 004.png

      (1.14 MB, downloaded 5 times, last: )
  • Hello,


    Distro? Codename?


    Alos, could you give us the result of the following command on your system:

    Code
    1. # perl /var/www/imscp/engine/tools/imscp-net-traffic-logger -v start


    Thank you.

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

  • Ubuntu 14.04



    [DEBUG] iMSCP::Bootstrapper::boot: Booting backend...
    [DEBUG] iMSCP::Config::_init: Tying /etc/imscp/imscp.conf
    [DEBUG] iMSCP::Config::_loadConfig: Loading /etc/imscp/imscp.conf
    [DEBUG] iMSCP::Config::_parseConfig: Parsing /etc/imscp/imscp.conf
    [DEBUG] iMSCP::Debug::setDebug: Debug mode is disabled
    [DEBUG] iMSCP::Execute::execute: iptables -S
    [DEBUG] main::stop: -P INPUT ACCEPT
    -P FORWARD ACCEPT
    -P OUTPUT ACCEPT
    -N IMSCP_INPUT
    -N IMSCP_OUTPUT
    -A INPUT ! -i lo -j IMSCP_INPUT
    -A OUTPUT ! -o lo -j IMSCP_OUTPUT
    -A IMSCP_INPUT -p tcp -m tcp --sport 587
    -A IMSCP_INPUT -p tcp -m tcp --sport 465
    -A IMSCP_INPUT -p tcp -m tcp --sport 25
    -A IMSCP_INPUT -p tcp -m tcp --dport 21
    -A IMSCP_INPUT -p tcp -m tcp --dport 20
    -A IMSCP_INPUT -p tcp -m tcp --dport 993
    -A IMSCP_INPUT -p tcp -m tcp --dport 995
    -A IMSCP_INPUT -p tcp -m tcp --dport 587
    -A IMSCP_INPUT -p tcp -m tcp --dport 465
    -A IMSCP_INPUT -p tcp -m tcp --dport 25
    -A IMSCP_INPUT -p tcp -m tcp --dport 143
    -A IMSCP_INPUT -p tcp -m tcp --dport 110
    -A IMSCP_INPUT -p tcp -m tcp --dport 443
    -A IMSCP_INPUT -p tcp -m tcp --dport 80
    -A IMSCP_INPUT -p tcp -m tcp --dport 4443
    -A IMSCP_INPUT -p tcp -m tcp --dport 8080
    -A IMSCP_INPUT -j RETURN
    -A IMSCP_OUTPUT -p tcp -m tcp --dport 587
    -A IMSCP_OUTPUT -p tcp -m tcp --dport 465
    -A IMSCP_OUTPUT -p tcp -m tcp --dport 25
    -A IMSCP_OUTPUT -p tcp -m tcp --sport 21
    -A IMSCP_OUTPUT -p tcp -m tcp --sport 20
    -A IMSCP_OUTPUT -p tcp -m tcp --sport 993
    -A IMSCP_OUTPUT -p tcp -m tcp --sport 995
    -A IMSCP_OUTPUT -p tcp -m tcp --sport 587
    -A IMSCP_OUTPUT -p tcp -m tcp --sport 465
    -A IMSCP_OUTPUT -p tcp -m tcp --sport 25
    -A IMSCP_OUTPUT -p tcp -m tcp --sport 143
    -A IMSCP_OUTPUT -p tcp -m tcp --sport 110
    -A IMSCP_OUTPUT -p tcp -m tcp --sport 443
    -A IMSCP_OUTPUT -p tcp -m tcp --sport 80
    -A IMSCP_OUTPUT -p tcp -m tcp --sport 4443
    -A IMSCP_OUTPUT -p tcp -m tcp --sport 8080
    -A IMSCP_OUTPUT -j RETURN
    [DEBUG] iMSCP::Execute::execute: iptables -D INPUT ! -i lo -j IMSCP_INPUT
    [DEBUG] iMSCP::Execute::execute: iptables -F IMSCP_INPUT
    [DEBUG] iMSCP::Execute::execute: iptables -X IMSCP_INPUT
    [DEBUG] iMSCP::Execute::execute: iptables -D OUTPUT ! -o lo -j IMSCP_OUTPUT
    [DEBUG] iMSCP::Execute::execute: iptables -F IMSCP_OUTPUT
    [DEBUG] iMSCP::Execute::execute: iptables -X IMSCP_OUTPUT
    [DEBUG] iMSCP::Execute::execute: iptables -N IMSCP_INPUT
    [DEBUG] iMSCP::Execute::execute: iptables -N IMSCP_OUTPUT
    [DEBUG] iMSCP::Execute::execute: iptables -I INPUT ! -i lo -j IMSCP_INPUT
    [DEBUG] iMSCP::Execute::execute: iptables -I OUTPUT ! -o lo -j IMSCP_OUTPUT
    [DEBUG] iMSCP::Execute::execute: iptables -I IMSCP_INPUT -p tcp --dport 8080
    [DEBUG] iMSCP::Execute::execute: iptables -I IMSCP_OUTPUT -p tcp --sport 8080
    [DEBUG] iMSCP::Execute::execute: iptables -I IMSCP_INPUT -p tcp --dport 4443
    [DEBUG] iMSCP::Execute::execute: iptables -I IMSCP_OUTPUT -p tcp --sport 4443
    [DEBUG] iMSCP::Execute::execute: iptables -I IMSCP_INPUT -p tcp --dport 80
    [DEBUG] iMSCP::Execute::execute: iptables -I IMSCP_OUTPUT -p tcp --sport 80
    [DEBUG] iMSCP::Execute::execute: iptables -I IMSCP_INPUT -p tcp --dport 443
    [DEBUG] iMSCP::Execute::execute: iptables -I IMSCP_OUTPUT -p tcp --sport 443
    [DEBUG] iMSCP::Execute::execute: iptables -I IMSCP_INPUT -p tcp --dport 110
    [DEBUG] iMSCP::Execute::execute: iptables -I IMSCP_OUTPUT -p tcp --sport 110
    [DEBUG] iMSCP::Execute::execute: iptables -I IMSCP_INPUT -p tcp --dport 143
    [DEBUG] iMSCP::Execute::execute: iptables -I IMSCP_OUTPUT -p tcp --sport 143
    [DEBUG] iMSCP::Execute::execute: iptables -I IMSCP_INPUT -p tcp --dport 25
    [DEBUG] iMSCP::Execute::execute: iptables -I IMSCP_OUTPUT -p tcp --sport 25
    [DEBUG] iMSCP::Execute::execute: iptables -I IMSCP_INPUT -p tcp --dport 465
    [DEBUG] iMSCP::Execute::execute: iptables -I IMSCP_OUTPUT -p tcp --sport 465
    [DEBUG] iMSCP::Execute::execute: iptables -I IMSCP_INPUT -p tcp --dport 587
    [DEBUG] iMSCP::Execute::execute: iptables -I IMSCP_OUTPUT -p tcp --sport 587
    [DEBUG] iMSCP::Execute::execute: iptables -I IMSCP_INPUT -p tcp --dport 995
    [DEBUG] iMSCP::Execute::execute: iptables -I IMSCP_OUTPUT -p tcp --sport 995
    [DEBUG] iMSCP::Execute::execute: iptables -I IMSCP_INPUT -p tcp --dport 993
    [DEBUG] iMSCP::Execute::execute: iptables -I IMSCP_OUTPUT -p tcp --sport 993
    [DEBUG] iMSCP::Execute::execute: iptables -I IMSCP_INPUT -p tcp --dport 20
    [DEBUG] iMSCP::Execute::execute: iptables -I IMSCP_OUTPUT -p tcp --sport 20
    [DEBUG] iMSCP::Execute::execute: iptables -I IMSCP_INPUT -p tcp --dport 21
    [DEBUG] iMSCP::Execute::execute: iptables -I IMSCP_OUTPUT -p tcp --sport 21
    [DEBUG] iMSCP::Execute::execute: iptables -I IMSCP_INPUT -p tcp --sport 25
    [DEBUG] iMSCP::Execute::execute: iptables -I IMSCP_OUTPUT -p tcp --dport 25
    [DEBUG] iMSCP::Execute::execute: iptables -I IMSCP_INPUT -p tcp --sport 465
    [DEBUG] iMSCP::Execute::execute: iptables -I IMSCP_OUTPUT -p tcp --dport 465
    [DEBUG] iMSCP::Execute::execute: iptables -I IMSCP_INPUT -p tcp --sport 587
    [DEBUG] iMSCP::Execute::execute: iptables -I IMSCP_OUTPUT -p tcp --dport 587
    [DEBUG] iMSCP::Execute::execute: iptables -A IMSCP_INPUT -j RETURN
    [DEBUG] iMSCP::Execute::execute: iptables -A IMSCP_OUTPUT -j RETURN

  • I don't see any problem.


    Result of


    Code
    1. # service imscp_traffic restart


    ?


    Also, try to rerun the installer to see the result.

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

  • Can I connect to your server?

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

  • Send me your Teamviewer IDS through our conversation system.

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

  • Solved after a reboot. Upstart was unable to find imscp jobs...


    It should be mentionned here that imscp was installed on a desktop installation (not a server...) which is not recommended at all...

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