-
Notifications
You must be signed in to change notification settings - Fork 23
Description
hello guys,
please need your support,
I'm running the following command and this is what I get:
[haitham.jneid@saryfortval02 ~]$ sudo service fort status
Redirecting to /bin/systemctl status fort.service
● fort.service - FORT RPKI validator
Loaded: loaded (/usr/lib/systemd/system/fort.service; enabled; vendor preset: disabled)
Active: active (running) since Wed 2024-05-22 12:51:42 +03; 26min ago
Docs: man:fort(8)
https://nicmx.github.io/FORT-validator/
Main PID: 146353 (fort)
Tasks: 22 (limit: 36397)
Memory: 1.3G
CGroup: /system.slice/fort.service
└─146353 /usr/bin/fort --configuration-file /etc/fort/config.json
May 22 12:51:42 saryfortval02 systemd[1]: Started FORT RPKI validator.
however for checking if FORT is ready for RTR connection, the following command ([root@validator ~]# journalctl -u fort -f
) is not providing the output stating that
Aug 12 13:34:00 validator fort[9708]: WRN: First validation cycle
successfully ended, now you can connect your router(s)
instead it provides the following output. please need your help.
[haitham.jneid@saryfortval02 ~]$ sudo journalctl -u fort -f
-- Logs begin at Thu 2024-05-16 18:27:25 +03. --
May 22 11:03:19 saryfortval02 systemd[1]: Stopping FORT RPKI validator...
May 22 11:03:19 saryfortval02 systemd[1]: fort.service: Succeeded.
May 22 11:03:19 saryfortval02 systemd[1]: Stopped FORT RPKI validator.
May 22 11:03:53 saryfortval02 systemd[1]: Started FORT RPKI validator.
May 22 11:12:24 saryfortval02 fort[142882]: May 22 11:12:24 WRN: Location '/etc/fort/' doesn't have files with extension '.slurm'
May 22 12:21:24 saryfortval02 fort[142882]: May 22 12:21:24 WRN: Location '/etc/fort/' doesn't have files with extension '.slurm'
May 22 12:51:18 saryfortval02 systemd[1]: Stopping FORT RPKI validator...
May 22 12:51:18 saryfortval02 systemd[1]: fort.service: Succeeded.
May 22 12:51:18 saryfortval02 systemd[1]: Stopped FORT RPKI validator.
May 22 12:51:42 saryfortval02 systemd[1]: Started FORT RPKI validator.