xl2tpd.service start issue
systemctl enable xl2tpd
No result:
systemctl start xl2tpd
result:
A message:Job for xl2tpd.service failed. See 'systemctl status xl2tpd.service' and 'journalctl -xn' for details.
that run````
systemctl status xl2tpd.service
````````
xl2tpd.service - Level 2 Tunnel Protocol Daemon (L2TP)
Loaded: loaded (/usr/lib/systemd/system/xl2tpd.service; enabled)
Active: [color]failed[/color] (Result: start-limit) since Tue 2015-11-03 08:22:26 UTC; 24min ago
Process: 3333 ExecStartPre=/sbin/modprobe -q l2tp_ppp[color] (code=exited, status=1/F AILURE)
[/color]
Nov 03 08:22:26 hostname systemd[1]: xl2tpd.service: control process exite…=1
Nov 03 08:22:26 hostname systemd[1]: [color]Failed to start Level 2 Tunnel Protoc…).[/color]
Nov 03 08:22:26 hostname systemd[1]: Unit xl2tpd.service entered failed state.
Nov 03 08:22:26 hostname systemd[1]: xl2tpd.service holdoff time over, sch…t.
Nov 03 08:22:26 hostname systemd[1]: Stopping Level 2 Tunnel Protocol Daem…..
Nov 03 08:22:26 hostname systemd[1]: Starting Level 2 Tunnel Protocol Daem…..
Nov 03 08:22:26 hostname systemd[1]: xl2tpd.service start request repeated…t.
Nov 03 08:22:26 hostname systemd[1]: [color]Failed to start Level 2 Tunnel Protoc…).[/color]
Nov 03 08:22:26 hostname systemd[1]: Unit xl2tpd.service entered failed state.
Hint: Some lines were ellipsized, use -l to show in full.
that run:
journalctl –xn
result:
-- Logs begin at Tue 2015-11-03 08:10:10 UTC, end at Tue 2015-11-03 08:47:23 UTC. --
Nov 03 08:46:02 hostname systemd[1]: Starting Session 4 of user root.
-- Subject: Unit session-4.scope has begun with start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- Unit session-4.scope has begun starting up.
Nov 03 08:46:02 hostname systemd-logind[2521]: New session 4 of user root.
-- Subject: A new session 4 has been created for user root
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- Documentation: http://www.freedesktop.org/wiki/Software/systemd/multiseat
-- A new session with the ID 4 has been created for the user root.
-- The leading process of the session is 3577.
Nov 03 08:46:02 hostname systemd[1]: Started Session 4 of user root.
-- Subject: Unit session-4.scope has finished start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- Unit session-4.scope has finished starting up.
-- The start-up result is done.
Nov 03 08:46:02 hostname sshd[3577]: pamunix(sshd:session): session opened for user root by (uid=0)
Nov 03 08:47:21 hostname sshd[3602]: Invalid user openbravo from ip
Nov 03 08:47:21 hostname sshd[3602]: inputuserauthrequest: invalid user openbravo [preauth]
Nov 03 08:47:21 hostname sshd[3602]: pamunix(sshd:auth): check pass; user unknown
Nov 03 08:47:21 hostname sshd[3602]: pam_unix(sshd:auth): authentication failure; logname= uid=0 euid=0 tty=ssh ruser= rhost=
Nov 03 08:47:23 hostname sshd[3602]: Failed password for invalid user openbravo from ip port 47369 ssh2
Nov 03 08:47:23 hostname sshd[3602]: Connection closed by ip [preauth]
lines 1-31/31 (END)
````