rc.local fails on debian 8

Discussion in 'Installation/Configuration' started by albegior, May 15, 2016.

  1. albegior

    albegior New Member

    After installing ISPCONFIG on Debian 8 rc.local don't start properly.
    Here the logs...

    Starting rc.local (via systemctl): rc.local.serviceJob for rc-local.service failed. See 'systemctl status rc-local.service' and 'journalctl -xn' for details.
    failed!
    root@cac001:~# systemctl status rc-local.service
    rc-local.service - /etc/rc.local Compatibility
    Loaded: loaded (/lib/systemd/system/rc-local.service; static)
    Active: failed (Result: exit-code) since Fri 2016-05-13 13:21:24 CEST; 2 days ago
    Process: 19081 ExecStart=/etc/rc.local start (code=exited, status=2)

    Warning: Journal has been rotated since unit was started. Log output is incomplete or unavailable.

    root@cac001:~# journalctl -xn
    -- Logs begin at Sat 2016-05-14 22:14:01 CEST, end at Sun 2016-05-15 18:56:02 CEST. --
    May 15 18:56:01 cac001 CRON[29201]: pam_unix(cron:session): session opened for user root by (uid=0)
    May 15 18:56:01 cac001 CRON[29202]: (root) CMD (/usr/local/ispconfig/server/server.sh 2>&1 > /dev/null | while read line; do echo `/bin/date` "$line" >> /var
    May 15 18:56:01 cac001 pure-ftpd[29209]: (?@::1) [INFO] New connection from ::1
    May 15 18:56:01 cac001 pure-ftpd[29209]: (?@::1) [INFO] Logout.
    May 15 18:56:01 cac001 postfix/smtpd[29045]: connect from localhost[::1]
    May 15 18:56:01 cac001 postfix/smtpd[29045]: lost connection after CONNECT from localhost[::1]
    May 15 18:56:01 cac001 postfix/smtpd[29045]: disconnect from localhost[::1]
    May 15 18:56:01 cac001 dovecot[920]: imap-login: Disconnected (no auth attempts in 0 secs): user=<>, rip=::1, lip=::1, secured, session=<EygFYuQylwAAAAAAAAAA
    May 15 18:56:02 cac001 dovecot[920]: pop3-login: Disconnected (no auth attempts in 0 secs): user=<>, rip=::1, lip=::1, secured, session=<fk4FYuQyMAAAAAAAAAAA
    May 15 18:56:02 cac001 CRON[29201]: pam_unix(cron:session): session closed for user root
     
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    ISPConfig does not use or configure rc.local, so your issue is not related to ISPconfig.
     

Share This Page