Skip to content

Instantly share code, notes, and snippets.

Created July 11, 2017 11:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/66b5c53821ce52794562f9c3e905f455 to your computer and use it in GitHub Desktop.
Save anonymous/66b5c53821ce52794562f9c3e905f455 to your computer and use it in GitHub Desktop.
iptable_service.log
clearsudo /etc/init.d/netfilter-persistent start
[....] Starting netfilter-persistent (via systemctl): netfilter-persistent.serviceJob for netfilter-persistent.service failed because the control process exited with error code. See "systemctl status netfilter-persistent.service" and "journalctl -xe" for details.
[?25l7[FAIL8[?12l[?25h failed!
]0;eddy@ubuntu: ~eddy@ubuntu:~$ systemctl status netfilter-persistent.service
[?1h=
● netfilter-persistent.service - netfilter persistent configuration
Loaded: loaded (/lib/systemd/system/netfilter-persistent.service; enabled; vendor preset: enabled)
Active: failed (Result: exit-code) since Tue 2017-07-11 04:09:23 PDT; 10s ago
Process: 1262 ExecStart=/usr/sbin/netfilter-persistent start (code=exited, status=1/FAILURE)
Main PID: 1262 (code=exited, status=1/FAILURE)

Jul 11 04:09:22 ubuntu systemd[1]: Starting netfilter persistent configuration...
Jul 11 04:09:23 ubuntu netfilter-persistent[1262]: run-parts: executing /usr/share/netfilter-persistent/plugins.d/15-ip4tables start
Jul 11 04:09:23 ubuntu netfilter-persistent[1262]: run-parts: /usr/share/netfilter-persistent/plugins.d/15-ip4tables exited with return code 2
Jul 11 04:09:23 ubuntu netfilter-persistent[1262]: run-parts: executing /usr/share/netfilter-persistent/plugins.d/25-ip6tables start
Jul 11 04:09:23 ubuntu systemd[1]: netfilter-persistent.service: Main process exited, code=exited, status=1/FAILURE
Jul 11 04:09:23 ubuntu systemd[1]: Failed to start netfilter persistent configuration.
Jul 11 04:09:23 ubuntu systemd[1]: netfilter-persistent.service: Unit entered failed state.
Jul 11 04:09:23 ubuntu systemd[1]: netfilter-persistent.service: Failed with result 'exit-code'.
[?1l>]0;eddy@ubuntu: ~eddy@ubuntu:~$ journalctl -xe
[?1h=
-- 
-- Unit netfilter-persistent.service has begun starting up.
Jul 11 04:08:41 ubuntu netfilter-persistent[1222]: run-parts: executing /usr/share/netfilter-persistent/plugins.d/15-ip4tables start
Jul 11 04:08:41 ubuntu netfilter-persistent[1222]: run-parts: /usr/share/netfilter-persistent/plugins.d/15-ip4tables exited with return code 2
Jul 11 04:08:41 ubuntu netfilter-persistent[1222]: run-parts: executing /usr/share/netfilter-persistent/plugins.d/25-ip6tables start
Jul 11 04:08:41 ubuntu systemd[1]: netfilter-persistent.service: Main process exited, code=exited, status=1/FAILURE
Jul 11 04:08:41 ubuntu systemd[1]: Failed to start netfilter persistent configuration.
-- Subject: Unit netfilter-persistent.service has failed
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- Unit netfilter-persistent.service has failed.
-- 
-- The result is failed.
Jul 11 04:08:41 ubuntu systemd[1]: netfilter-persistent.service: Unit entered failed state.
Jul 11 04:08:41 ubuntu systemd[1]: netfilter-persistent.service: Failed with result 'exit-code'.
Jul 11 04:08:42 ubuntu sudo[1211]: pam_unix(sudo:session): session closed for user root
Jul 11 04:09:22 ubuntu sudo[1251]:  eddy : TTY=pts/0 ; PWD=/home/eddy ; USER=root ; COMMAND=/etc/init.d/netfilter-persistent start
Jul 11 04:09:22 ubuntu sudo[1251]: pam_unix(sudo:session): session opened for user root by eddy(uid=0)
Jul 11 04:09:22 ubuntu systemd[1]: Starting netfilter persistent configuration...
-- Subject: Unit netfilter-persistent.service has begun start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- Unit netfilter-persistent.service has begun starting up.
Jul 11 04:09:23 ubuntu netfilter-persistent[1262]: run-parts: executing /usr/share/netfilter-persistent/plugins.d/15-ip4tables start
Jul 11 04:09:23 ubuntu netfilter-persistent[1262]: run-parts: /usr/share/netfilter-persistent/plugins.d/15-ip4tables exited with return code 2
Jul 11 04:09:23 ubuntu netfilter-persistent[1262]: run-parts: executing /usr/share/netfilter-persistent/plugins.d/25-ip6tables start
Jul 11 04:09:23 ubuntu systemd[1]: netfilter-persistent.service: Main process exited, code=exited, status=1/FAILURE
Jul 11 04:09:23 ubuntu systemd[1]: Failed to start netfilter persistent configuration.
-- Subject: Unit netfilter-persistent.service has failed
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- Unit netfilter-persistent.service has failed.
-- 
-- The result is failed.
Jul 11 04:09:23 ubuntu systemd[1]: netfilter-persistent.service: Unit entered failed state.
Jul 11 04:09:23 ubuntu systemd[1]: netfilter-persistent.service: Failed with result 'exit-code'.
Jul 11 04:09:23 ubuntu sudo[1251]: pam_unix(sudo:session): session closed for user root
lines 1720-1759/1759 (END)

lines 1720-1759/1759 (END)
]0;eddy@ubuntu: ~eddy@ubuntu:~$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment