[hipl-dev] systemctl stuff from f20

  • From: Robert Moskowitz <rgm@xxxxxxxxxxxxxxx>
  • To: hipl-dev@xxxxxxxxxxxxx
  • Date: Wed, 09 Apr 2014 14:28:40 -0400

So here is what I am seeing in starting hip in a terminal window as root:

]# service hipd start
Starting hipd (via systemctl): Job for hipd.service failed. See 'systemctl status hipd.service' and 'journalctl -xn' for details.
[FAILED]


# systemctl status hipd -l
hipd.service - SYSV: HIPL IPsec key and mobility management daemon
Loaded: loaded (/etc/rc.d/init.d/hipd)
Active: failed (Result: timeout) since Wed 2014-04-09 14:04:21 EDT; 1min 11s ago Process: 3492 ExecStart=/etc/rc.d/init.d/hipd start (code=exited, status=0/SUCCESS)

Apr 09 14:00:17 ee900.htt-consult.com nsupdate[3596]: query_soa(hit-to-ip.infrahip.net.) Apr 09 14:00:17 ee900.htt-consult.com nsupdate[3596]: query_soa found hit-to-ip-soa-hit.infrahip.net Apr 09 14:00:17 ee900.htt-consult.com nsupdate[3596]: query_addresses(hit-to-ip-soa-hit.infrahip.net): Apr 09 14:00:17 ee900.htt-consult.com nsupdate[3596]: query_addresses found AAAA 2001:1a:2a72:f01c:d98e:311c:c76a:57c4 Apr 09 14:00:17 ee900.htt-consult.com nsupdate[3596]: Using 2001:0012:bbd3:f1d8:5b48:b7cc:a048:94a6 as local address Apr 09 14:00:17 ee900.htt-consult.com nsupdate[3596]: Update failed: could not get socket Apr 09 14:00:17 ee900.htt-consult.com hipd[3494]: error(libhipl/hipd.c:349@hipd_main) select() error: Interrupted system call. Apr 09 14:04:21 ee900.htt-consult.com systemd[1]: hipd.service operation timed out. Terminating. Apr 09 14:04:21 ee900.htt-consult.com systemd[1]: Failed to start SYSV: HIPL IPsec key and mobility management daemon. Apr 09 14:04:21 ee900.htt-consult.com systemd[1]: Unit hipd.service entered failed state.
[root@ee900 ~]#


# ps axu|grep hipd
nobody 3494 0.2 0.0 5580 1828 ? S 13:59 0:00 /usr/sbin/hipd -bkN
root 3786 0.0 0.0 4964 844 pts/1 S+ 14:06 0:00 grep --color=auto hipd


# service hipfw start
Starting hipfw (via systemctl): Job for hipfw.service failed. See 'systemctl status hipfw.service' and 'journalctl -xn' for details.
[FAILED]


]# systemctl status hipfw
hipfw.service - SYSV: HIPL firewall daemon
Loaded: loaded (/etc/rc.d/init.d/hipfw)
Active: failed (Result: timeout) since Wed 2014-04-09 13:41:49 EDT; 15min ago Process: 2834 ExecStart=/etc/rc.d/init.d/hipfw start (code=exited, status=0/SUCCESS)
CGroup: /system.slice/hipfw.service
└─2836 /usr/sbin/hipfw -bklpF

Apr 09 13:57:12 ee900.htt-consult.com hipfw[2836]: debug(libcore/message.c:40... Apr 09 13:57:12 ee900.htt-consult.com hipfw[2836]: error(libcore/message.c:14... Apr 09 13:57:12 ee900.htt-consult.com hipfw[2836]: error(hipfw/hipfw.c:589@qu... Apr 09 13:57:12 ee900.htt-consult.com hipfw[2836]: debug(hipfw/hipfw.c:1789@f... Apr 09 13:57:13 ee900.htt-consult.com hipfw[2836]: debug(libcore/message.c:31... Apr 09 13:57:13 ee900.htt-consult.com hipfw[2836]: debug(libcore/message.c:32... Apr 09 13:57:13 ee900.htt-consult.com hipfw[2836]: debug(libcore/message.c:40... Apr 09 13:57:13 ee900.htt-consult.com hipfw[2836]: error(libcore/message.c:14... Apr 09 13:57:13 ee900.htt-consult.com hipfw[2836]: error(hipfw/hipfw.c:589@qu... Apr 09 13:57:13 ee900.htt-consult.com hipfw[2836]: debug(hipfw/hipfw.c:1789@f...
Hint: Some lines were ellipsized, use -l to show in full.


# ps axu|grep hipfw
root 2836 0.0 0.0 5424 488 ? S 13:36 0:00 /usr/sbin/hipfw -bklpF
root 3427 0.0 0.0 4964 844 pts/1 S+ 13:58 0:00 grep --color=auto hipfw


But after all that, it seems to be working. Just takes a LONG time for the start commands to end.



Other related posts:

  • » [hipl-dev] systemctl stuff from f20 - Robert Moskowitz