Gunican is not working

1,583 views
Skip to first unread message

Sea Stone

unread,
Dec 8, 2020, 3:15:25 PM12/8/20
to NetBox
I am installing NetBox 2.9.10 in a new CentOS 8 VM. I follow the instruction on this page.

At the end, I have this output.

(venv) root@fredintbl001:/opt/netbox#systemctl status netbox.service
● netbox.service - NetBox WSGI Service
   Loaded: loaded (/etc/systemd/system/netbox.service; enabled; vendor preset: disabled)
   Active: activating (auto-restart) (Result: exit-code) since Tue 2020-12-08 12:04:02 PST; 28s ago
 Main PID: 29254 (code=exited, status=203/EXEC)
    Tasks: 0 (limit: 23803)
   Memory: 0B
   CGroup: /system.slice/netbox.service

Dec 08 12:04:02 fredintbl001 systemd[1]: netbox.service: Main process exited, code=exited, status=203/EXEC
Dec 08 12:04:02 fredintbl001 systemd[1]: netbox.service: Failed with result 'exit-code'.

I suspect the Gunican is not working.

Can anybody point out what is wrong here ?

Thanks a lot

Rob Duffy

unread,
Dec 8, 2020, 3:17:03 PM12/8/20
to Sea Stone, NetBox
There isn't much to go on.  Try checking the systemd logs. 

journalctl -u netbox

--
You received this message because you are subscribed to the Google Groups "NetBox" group.
To unsubscribe from this group and stop receiving emails from it, send an email to netbox-discus...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/netbox-discuss/3806f838-57ee-45ba-a163-aec356bd84cfn%40googlegroups.com.

Sea Stone

unread,
Dec 8, 2020, 3:20:19 PM12/8/20
to NetBox
here is the output

(venv) root@fredintbl001:/opt/netbox/netbox#journalctl -u netbox
-- Logs begin at Fri 2020-12-04 07:58:56 PST, end at Tue 2020-12-08 12:18:24 PST. --
Dec 08 11:30:49 fredintbl001 systemd[1]: Started NetBox WSGI Service.
Dec 08 11:30:49 fredintbl001 systemd[1]: netbox.service: Main process exited, code=exited, status=203/EXEC
Dec 08 11:30:49 fredintbl001 systemd[1]: netbox.service: Failed with result 'exit-code'.
Dec 08 11:31:19 fredintbl001 systemd[1]: netbox.service: Service RestartSec=30s expired, scheduling restart.
Dec 08 11:31:19 fredintbl001 systemd[1]: netbox.service: Scheduled restart job, restart counter is at 1.
Dec 08 11:31:19 fredintbl001 systemd[1]: Stopped NetBox WSGI Service.
Dec 08 11:31:19 fredintbl001 systemd[1]: Started NetBox WSGI Service.
Dec 08 11:31:19 fredintbl001 systemd[1]: netbox.service: Main process exited, code=exited, status=203/EXEC
Dec 08 11:31:19 fredintbl001 systemd[1]: netbox.service: Failed with result 'exit-code'.
Dec 08 11:31:50 fredintbl001 systemd[1]: netbox.service: Service RestartSec=30s expired, scheduling restart.
Dec 08 11:31:50 fredintbl001 systemd[1]: netbox.service: Scheduled restart job, restart counter is at 2.
Dec 08 11:31:50 fredintbl001 systemd[1]: Stopped NetBox WSGI Service.
Dec 08 11:31:50 fredintbl001 systemd[1]: Started NetBox WSGI Service.
Dec 08 11:31:50 fredintbl001 systemd[1]: netbox.service: Main process exited, code=exited, status=203/EXEC
Dec 08 11:31:50 fredintbl001 systemd[1]: netbox.service: Failed with result 'exit-code'.
Dec 08 11:32:20 fredintbl001 systemd[1]: netbox.service: Service RestartSec=30s expired, scheduling restart.
Dec 08 11:32:20 fredintbl001 systemd[1]: netbox.service: Scheduled restart job, restart counter is at 3.
Dec 08 11:32:20 fredintbl001 systemd[1]: Stopped NetBox WSGI Service.
Dec 08 11:32:20 fredintbl001 systemd[1]: Started NetBox WSGI Service.
Dec 08 11:32:20 fredintbl001 systemd[1]: netbox.service: Main process exited, code=exited, status=203/EXEC
Dec 08 11:32:20 fredintbl001 systemd[1]: netbox.service: Failed with result 'exit-code'.
Dec 08 11:32:50 fredintbl001 systemd[1]: netbox.service: Service RestartSec=30s expired, scheduling restart.
Dec 08 11:32:50 fredintbl001 systemd[1]: netbox.service: Scheduled restart job, restart counter is at 4.
Dec 08 11:32:50 fredintbl001 systemd[1]: Stopped NetBox WSGI Service.
Dec 08 11:32:50 fredintbl001 systemd[1]: Started NetBox WSGI Service.
Dec 08 11:32:50 fredintbl001 systemd[1]: netbox.service: Main process exited, code=exited, status=203/EXEC
Dec 08 11:32:50 fredintbl001 systemd[1]: netbox.service: Failed with result 'exit-code'.
Dec 08 11:33:20 fredintbl001 systemd[1]: netbox.service: Service RestartSec=30s expired, scheduling restart.
Dec 08 11:33:20 fredintbl001 systemd[1]: netbox.service: Scheduled restart job, restart counter is at 5.
Dec 08 11:33:20 fredintbl001 systemd[1]: Stopped NetBox WSGI Service.
Dec 08 11:33:20 fredintbl001 systemd[1]: Started NetBox WSGI Service.
Dec 08 11:33:20 fredintbl001 systemd[1]: netbox.service: Main process exited, code=exited, status=203/EXEC
Dec 08 11:33:20 fredintbl001 systemd[1]: netbox.service: Failed with result 'exit-code'.
Dec 08 11:33:51 fredintbl001 systemd[1]: netbox.service: Service RestartSec=30s expired, scheduling restart.
Dec 08 11:33:51 fredintbl001 systemd[1]: netbox.service: Scheduled restart job, restart counter is at 6.



Rob Duffy

unread,
Dec 8, 2020, 3:29:38 PM12/8/20
to Sea Stone, NetBox
Does gunicorn exist in your /opt/netbox/venv/bin/ directory?

ls /opt/netbox/venv/bin/

Sea Stone

unread,
Dec 8, 2020, 4:09:50 PM12/8/20
to NetBox
It is not.

Sea Stone

unread,
Dec 8, 2020, 4:12:07 PM12/8/20
to NetBox
Sorry. reply too fast. It is there.

(venv) root@fredintbl001:/opt/netbox/venv/bin#ls -al
total 116
drwxr-x--- 3 root root 4096 Dec  7 14:44 .
drwxr-x--- 5 root root  100 Dec  7 14:43 ..
-rw-r--r-- 1 root root 2199 Dec  7 14:43 activate
-rw-r--r-- 1 root root 1255 Dec  7 14:43 activate.csh
-rw-r--r-- 1 root root 2419 Dec  7 14:43 activate.fish
-rwxr-xr-x 1 root root  244 Dec  7 14:44 chardetect
-rwxr-xr-x 1 root root  262 Dec  7 14:44 cl_napalm_configure
-rwxr-xr-x 1 root root  257 Dec  7 14:44 cl_napalm_test
-rwxr-xr-x 1 root root  261 Dec  7 14:44 cl_napalm_validate
-rwxr-xr-x 1 root root  286 Dec  7 14:44 django-admin
-rwxr-x--x 1 root root  672 Dec  7 14:44 django-admin.py
-rwxr-xr-x 1 root root  253 Dec  7 14:43 easy_install
-rwxr-xr-x 1 root root  253 Dec  7 14:43 easy_install-3.6
-rwxr-xr-x 1 root root  238 Dec  7 14:44 futurize
-rwxr-xr-x 1 root root  240 Dec  7 14:44 gunicorn
-rwxr-xr-x 1 root root  236 Dec  7 14:44 jsonschema
-rwxr-xr-x 1 root root  237 Dec  7 14:44 markdown_py
-rwxr-xr-x 1 root root  252 Dec  7 14:44 napalm
-rwxr-xr-x 1 root root  233 Dec  7 14:44 netaddr
-rwxr-xr-x 1 root root  240 Dec  7 14:44 pasteurize
-rwxr-xr-x 1 root root  225 Dec  7 14:43 pip
-rwxr-xr-x 1 root root  225 Dec  7 14:43 pip3
-rwxr-xr-x 1 root root  225 Dec  7 14:43 pip3.6
drwxr-x--- 2 root root   41 Dec  7 14:44 __pycache__
-rwxr-xr-x 1 root root  243 Dec  7 14:44 pyserial-miniterm
-rwxr-xr-x 1 root root  245 Dec  7 14:44 pyserial-ports
lrwxrwxrwx 1 root root    7 Dec  7 14:43 python -> python3
lrwxrwxrwx 1 root root   16 Dec  7 14:43 python3 -> /usr/bin/python3
-rwxr-xr-x 1 root root  228 Dec  7 14:44 rq
-rwxr-xr-x 1 root root  228 Dec  7 14:44 rqinfo
-rwxr-xr-x 1 root root  232 Dec  7 14:44 rqworker
-rwxr-xr-x 1 root root  239 Dec  7 14:43 sqlformat
-rwxr-xr-x 1 root root  231 Dec  7 14:43 wheel

Thanks for your help

Rob Duffy

unread,
Dec 8, 2020, 5:28:02 PM12/8/20
to Sea Stone, NetBox
Thanks.  Check the contents of your /etc/systemd/system/netbox.service file and make sure the path to gunicorn is correct.  

Try starting a developer instance too, to see if there are any errors. 

cd /opt/netbox/netbox
python3 netbox/manage.py runserver 0.0.0.0:8000 --insecure

Message has been deleted
Message has been deleted

Sea Stone

unread,
Dec 16, 2020, 2:42:56 PM12/16/20
to NetBox
Ok. found out the problem and fixed.
under  /etc/systemd/system/netbox.service

I change the User 

[Service]
Type=simple

User=netbox <-- change to root
Group=netbox
PIDFile=/var/tmp/netbox.pid
WorkingDirectory=/opt/netbox <-- change to /opt/netbox/netbox


Tim Jedlicka

unread,
Apr 30, 2021, 10:41:37 PM4/30/21
to NetBox
I had the same problem and changed User and Group to "root". I followed the install instructions from "https://netbox.readthedocs.io/en/stable/installation/4-gunicorn/" and copied the netbox provided system files

sudo cp -v /opt/netbox/contrib/*.service /etc/systemd/system/

Should the netbox.service file provided in the install be updated with a user/group of root or is it expected that the gunicorn (?) executable be owned by netbox instead of root?
I will open a bug report if required, but this report https://github.com/netbox-community/netbox/issues/5131 implied it was best to solve the issue via this mail group (implying it isn't a bug).

Brian Candler

unread,
May 1, 2021, 3:20:10 AM5/1/21
to NetBox
The current situation is correct, and it's not a bug:

* The gunicorn user *runs as* the netbox user (as defined by the systemd unit file)
* It's fine if the gunicorn executable is *owned by* root.  I'd say that's preferred; you don't want scripts which run as the "netbox" user to be able to modify gunicorn.

You should not be running netbox as the "root" user - that is very poor security practice.  Any problem that is "solved" by that, has a different and better solution.

If your installation doesn't work correctly with the supplied unit files then please provide the following output:

sudo systemctl status netbox
sudo journalctl --no-pager -eu netbox
sudo systemctl status netbox-rq
sudo journalctl --no-pager -eu netbox-rq

Anthony Banta

unread,
Feb 9, 2022, 2:28:05 PM2/9/22
to NetBox
I'm experiencing the same issue. Can anyone assist?

[abanta@netbox-p001 ~]$ systemctl status netbox

● netbox.service - NetBox WSGI Service
   Loaded: loaded (/etc/systemd/system/netbox.service; enabled; vendor preset: >
   Active: activating (auto-restart) (Result: exit-code) since Wed 2022-02-09 1>
     Docs: https://netbox.readthedocs.io/en/stable/
  Process: 497858 ExecStart=/opt/netbox/venv/bin/gunicorn --pid /var/tmp/netbox>
 Main PID: 497858 (code=exited, status=203/EXEC)
[abanta@netbox-p001 ~]$ sudo systemctl status netbox

● netbox.service - NetBox WSGI Service
   Loaded: loaded (/etc/systemd/system/netbox.service; enabled; vendor preset: >
   Active: activating (auto-restart) (Result: exit-code) since Wed 2022-02-09 1>
     Docs: https://netbox.readthedocs.io/en/stable/
  Process: 497886 ExecStart=/opt/netbox/venv/bin/gunicorn --pid /var/tmp/netbox>
 Main PID: 497886 (code=exited, status=203/EXEC)
    Tasks: 0 (limit: 49447)
   Memory: 0B
   CGroup: /system.slice/netbox.service
[abanta@netbox-p001 ~]$ sudo journalctl --no-pager -eu netbox
-- Logs begin at Wed 2022-02-02 12:08:24 MST, end at Wed 2022-02-09 12:24:19 MST. --
Feb 09 11:00:31 netbox-p001 systemd[1]: Stopped NetBox WSGI Service.
Feb 09 11:00:31 netbox-p001 systemd[1]: Started NetBox WSGI Service.
Feb 09 11:00:31 netbox-p001 systemd[1]: netbox.service: Main process exited, code=exited, status=203/EXEC
Feb 09 11:00:31 netbox-p001 systemd[1]: netbox.service: Failed with result 'exit-code'.
Feb 09 11:01:01 netbox-p001 systemd[1]: netbox.service: Service RestartSec=30s expired, scheduling restart.
Feb 09 11:01:01 netbox-p001 systemd[1]: netbox.service: Scheduled restart job, restart counter is at 19569.
Feb 09 11:01:01 netbox-p001 systemd[1]: Stopped NetBox WSGI Service.
Feb 09 11:01:01 netbox-p001 systemd[1]: Started NetBox WSGI Service.
Feb 09 11:01:01 netbox-p001 systemd[1]: netbox.service: Main process exited, code=exited, status=203/EXEC
Feb 09 11:01:01 netbox-p001 systemd[1]: netbox.service: Failed with result 'exit-code'.
Feb 09 11:01:32 netbox-p001 systemd[1]: netbox.service: Service RestartSec=30s expired, scheduling restart.
Feb 09 11:01:32 netbox-p001 systemd[1]: netbox.service: Scheduled restart job, restart counter is at 19570.
Feb 09 11:01:32 netbox-p001 systemd[1]: Stopped NetBox WSGI Service.
Feb 09 11:01:32 netbox-p001 systemd[1]: Started NetBox WSGI Service.
Feb 09 11:01:32 netbox-p001 systemd[1]: netbox.service: Main process exited, code=exited, status=203/EXEC
Feb 09 11:01:32 netbox-p001 systemd[1]: netbox.service: Failed with result 'exit-code'.
Feb 09 11:02:02 netbox-p001 systemd[1]: netbox.service: Service RestartSec=30s expired, scheduling restart.
Feb 09 11:02:02 netbox-p001 systemd[1]: netbox.service: Scheduled restart job, restart counter is at 19571.
Feb 09 11:02:02 netbox-p001 systemd[1]: Stopped NetBox WSGI Service.
Feb 09 11:02:02 netbox-p001 systemd[1]: Started NetBox WSGI Service.
Feb 09 11:02:02 netbox-p001 systemd[1]: netbox.service: Main process exited, code=exited, status=203/EXEC
Feb 09 11:02:02 netbox-p001 systemd[1]: netbox.service: Failed with result 'exit-code'.
Feb 09 11:02:32 netbox-p001 systemd[1]: netbox.service: Service RestartSec=30s expired, scheduling restart.
Feb 09 11:02:32 netbox-p001 systemd[1]: netbox.service: Scheduled restart job, restart counter is at 19572.
Feb 09 11:02:32 netbox-p001 systemd[1]: Stopped NetBox WSGI Service.
Feb 09 11:02:32 netbox-p001 systemd[1]: Started NetBox WSGI Service.
Feb 09 11:02:32 netbox-p001 systemd[1]: netbox.service: Main process exited, code=exited, status=203/EXEC
Feb 09 11:02:32 netbox-p001 systemd[1]: netbox.service: Failed with result 'exit-code'.
Feb 09 11:03:02 netbox-p001 systemd[1]: netbox.service: Service RestartSec=30s expired, scheduling restart.
Feb 09 11:03:02 netbox-p001 systemd[1]: netbox.service: Scheduled restart job, restart counter is at 19573.
Feb 09 11:03:02 netbox-p001 systemd[1]: Stopped NetBox WSGI Service.
Feb 09 11:03:02 netbox-p001 systemd[1]: Started NetBox WSGI Service.
Feb 09 11:03:02 netbox-p001 systemd[1]: netbox.service: Main process exited, code=exited, status=203/EXEC
Feb 09 11:03:02 netbox-p001 systemd[1]: netbox.service: Failed with result 'exit-code'.
Feb 09 11:03:33 netbox-p001 systemd[1]: netbox.service: Service RestartSec=30s expired, scheduling restart.
Feb 09 11:03:33 netbox-p001 systemd[1]: netbox.service: Scheduled restart job, restart counter is at 19574.
Feb 09 11:03:33 netbox-p001 systemd[1]: Stopped NetBox WSGI Service.
Feb 09 11:03:33 netbox-p001 systemd[1]: Started NetBox WSGI Service.
Feb 09 11:03:33 netbox-p001 systemd[1]: netbox.service: Main process exited, code=exited, status=203/EXEC
Feb 09 11:03:33 netbox-p001 systemd[1]: netbox.service: Failed with result 'exit-code'.
Feb 09 11:04:03 netbox-p001 systemd[1]: netbox.service: Service RestartSec=30s expired, scheduling restart.
Feb 09 11:04:03 netbox-p001 systemd[1]: netbox.service: Scheduled restart job, restart counter is at 19575.
Feb 09 11:04:03 netbox-p001 systemd[1]: Stopped NetBox WSGI Service.
Feb 09 11:04:03 netbox-p001 systemd[1]: Started NetBox WSGI Service.
Feb 09 11:04:03 netbox-p001 systemd[1]: netbox.service: Main process exited, code=exited, status=203/EXEC
Feb 09 11:04:03 netbox-p001 systemd[1]: netbox.service: Failed with result 'exit-code'.
Feb 09 11:04:33 netbox-p001 systemd[1]: netbox.service: Service RestartSec=30s expired, scheduling restart.
Feb 09 11:04:33 netbox-p001 systemd[1]: netbox.service: Scheduled restart job, restart counter is at 19576.
Feb 09 11:04:33 netbox-p001 systemd[1]: Stopped NetBox WSGI Service.
Feb 09 11:04:33 netbox-p001 systemd[1]: Started NetBox WSGI Service.
Feb 09 11:04:33 netbox-p001 systemd[1]: netbox.service: Main process exited, code=exited, status=203/EXEC
Feb 09 11:04:33 netbox-p001 systemd[1]: netbox.service: Failed with result 'exit-code'.
Feb 09 11:05:03 netbox-p001 systemd[1]: netbox.service: Service RestartSec=30s expired, scheduling restart.
Feb 09 11:05:03 netbox-p001 systemd[1]: netbox.service: Scheduled restart job, restart counter is at 19577.
Feb 09 11:05:03 netbox-p001 systemd[1]: Stopped NetBox WSGI Service.
Feb 09 11:05:03 netbox-p001 systemd[1]: Started NetBox WSGI Service.
Feb 09 11:05:03 netbox-p001 systemd[1]: netbox.service: Main process exited, code=exited, status=203/EXEC
Feb 09 11:05:03 netbox-p001 systemd[1]: netbox.service: Failed with result 'exit-code'.
Feb 09 11:05:34 netbox-p001 systemd[1]: netbox.service: Service RestartSec=30s expired, scheduling restart.
Feb 09 11:05:34 netbox-p001 systemd[1]: netbox.service: Scheduled restart job, restart counter is at 19578.
Feb 09 11:05:34 netbox-p001 systemd[1]: Stopped NetBox WSGI Service.
Feb 09 11:05:34 netbox-p001 systemd[1]: Started NetBox WSGI Service.
Feb 09 11:05:34 netbox-p001 systemd[1]: netbox.service: Main process exited, code=exited, status=203/EXEC
Feb 09 11:05:34 netbox-p001 systemd[1]: netbox.service: Failed with result 'exit-code'.
Feb 09 11:06:04 netbox-p001 systemd[1]: netbox.service: Service RestartSec=30s expired, scheduling restart.
Feb 09 11:06:04 netbox-p001 systemd[1]: netbox.service: Scheduled restart job, restart counter is at 19579.
Feb 09 11:06:04 netbox-p001 systemd[1]: Stopped NetBox WSGI Service.
Feb 09 11:06:04 netbox-p001 systemd[1]: Started NetBox WSGI Service.
Feb 09 11:06:04 netbox-p001 systemd[1]: netbox.service: Main process exited, code=exited, status=203/EXEC
Feb 09 11:06:04 netbox-p001 systemd[1]: netbox.service: Failed with result 'exit-code'.
Feb 09 11:06:34 netbox-p001 systemd[1]: netbox.service: Service RestartSec=30s expired, scheduling restart.
Feb 09 11:06:34 netbox-p001 systemd[1]: netbox.service: Scheduled restart job, restart counter is at 19580.
Feb 09 11:06:34 netbox-p001 systemd[1]: Stopped NetBox WSGI Service.
Feb 09 11:06:34 netbox-p001 systemd[1]: Started NetBox WSGI Service.
Feb 09 11:06:34 netbox-p001 systemd[1]: netbox.service: Main process exited, code=exited, status=203/EXEC
Feb 09 11:06:34 netbox-p001 systemd[1]: netbox.service: Failed with result 'exit-code'.
Feb 09 11:07:04 netbox-p001 systemd[1]: netbox.service: Service RestartSec=30s expired, scheduling restart.
Feb 09 11:07:04 netbox-p001 systemd[1]: netbox.service: Scheduled restart job, restart counter is at 19581.
Feb 09 11:07:04 netbox-p001 systemd[1]: Stopped NetBox WSGI Service.
Feb 09 11:07:04 netbox-p001 systemd[1]: Started NetBox WSGI Service.
Feb 09 11:07:04 netbox-p001 systemd[1]: netbox.service: Main process exited, code=exited, status=203/EXEC
Feb 09 11:07:04 netbox-p001 systemd[1]: netbox.service: Failed with result 'exit-code'.
Feb 09 11:07:35 netbox-p001 systemd[1]: netbox.service: Service RestartSec=30s expired, scheduling restart.
Feb 09 11:07:35 netbox-p001 systemd[1]: netbox.service: Scheduled restart job, restart counter is at 19582.
Feb 09 11:07:35 netbox-p001 systemd[1]: Stopped NetBox WSGI Service.
Feb 09 11:07:35 netbox-p001 systemd[1]: Started NetBox WSGI Service.
Feb 09 11:07:35 netbox-p001 systemd[1]: netbox.service: Main process exited, code=exited, status=203/EXEC
Feb 09 11:07:35 netbox-p001 systemd[1]: netbox.service: Failed with result 'exit-code'.
Feb 09 11:08:05 netbox-p001 systemd[1]: netbox.service: Service RestartSec=30s expired, scheduling restart.
Feb 09 11:08:05 netbox-p001 systemd[1]: netbox.service: Scheduled restart job, restart counter is at 19583.
Feb 09 11:08:05 netbox-p001 systemd[1]: Stopped NetBox WSGI Service.
Feb 09 11:08:05 netbox-p001 systemd[1]: Started NetBox WSGI Service.
Feb 09 11:08:05 netbox-p001 systemd[1]: netbox.service: Main process exited, code=exited, status=203/EXEC
Feb 09 11:08:05 netbox-p001 systemd[1]: netbox.service: Failed with result 'exit-code'.
Feb 09 11:08:35 netbox-p001 systemd[1]: netbox.service: Service RestartSec=30s expired, scheduling restart.
Feb 09 11:08:35 netbox-p001 systemd[1]: netbox.service: Scheduled restart job, restart counter is at 19584.
Feb 09 11:08:35 netbox-p001 systemd[1]: Stopped NetBox WSGI Service.
Feb 09 11:08:35 netbox-p001 systemd[1]: Started NetBox WSGI Service.
Feb 09 11:08:35 netbox-p001 systemd[1]: netbox.service: Main process exited, code=exited, status=203/EXEC
Feb 09 11:08:35 netbox-p001 systemd[1]: netbox.service: Failed with result 'exit-code'.
Feb 09 11:09:05 netbox-p001 systemd[1]: netbox.service: Service RestartSec=30s expired, scheduling restart.
Feb 09 11:09:05 netbox-p001 systemd[1]: netbox.service: Scheduled restart job, restart counter is at 19585.
Feb 09 11:09:05 netbox-p001 systemd[1]: Stopped NetBox WSGI Service.
Feb 09 11:09:05 netbox-p001 systemd[1]: Started NetBox WSGI Service.
Feb 09 11:09:05 netbox-p001 systemd[1]: netbox.service: Main process exited, code=exited, status=203/EXEC
Feb 09 11:09:05 netbox-p001 systemd[1]: netbox.service: Failed with result 'exit-code'.
Feb 09 11:09:36 netbox-p001 systemd[1]: netbox.service: Service RestartSec=30s expired, scheduling restart.
Feb 09 11:09:36 netbox-p001 systemd[1]: netbox.service: Scheduled restart job, restart counter is at 19586.
Feb 09 11:09:36 netbox-p001 systemd[1]: Stopped NetBox WSGI Service.
Feb 09 11:09:36 netbox-p001 systemd[1]: Started NetBox WSGI Service.
Feb 09 11:09:36 netbox-p001 systemd[1]: netbox.service: Main process exited, code=exited, status=203/EXEC
Feb 09 11:09:36 netbox-p001 systemd[1]: netbox.service: Failed with result 'exit-code'.
Feb 09 11:10:06 netbox-p001 systemd[1]: netbox.service: Service RestartSec=30s expired, scheduling restart.
Feb 09 11:10:06 netbox-p001 systemd[1]: netbox.service: Scheduled restart job, restart counter is at 19587.
Feb 09 11:10:06 netbox-p001 systemd[1]: Stopped NetBox WSGI Service.
Feb 09 11:10:06 netbox-p001 systemd[1]: Started NetBox WSGI Service.
Feb 09 11:10:06 netbox-p001 systemd[1]: netbox.service: Main process exited, code=exited, status=203/EXEC
Feb 09 11:10:06 netbox-p001 systemd[1]: netbox.service: Failed with result 'exit-code'.
Feb 09 11:10:36 netbox-p001 systemd[1]: netbox.service: Service RestartSec=30s expired, scheduling restart.
Feb 09 11:10:36 netbox-p001 systemd[1]: netbox.service: Scheduled restart job, restart counter is at 19588.
Feb 09 11:10:36 netbox-p001 systemd[1]: Stopped NetBox WSGI Service.
Feb 09 11:10:36 netbox-p001 systemd[1]: Started NetBox WSGI Service.
Feb 09 11:10:36 netbox-p001 systemd[1]: netbox.service: Main process exited, code=exited, status=203/EXEC
Feb 09 11:10:36 netbox-p001 systemd[1]: netbox.service: Failed with result 'exit-code'.
Feb 09 11:11:06 netbox-p001 systemd[1]: netbox.service: Service RestartSec=30s expired, scheduling restart.
Feb 09 11:11:06 netbox-p001 systemd[1]: netbox.service: Scheduled restart job, restart counter is at 19589.
Feb 09 11:11:06 netbox-p001 systemd[1]: Stopped NetBox WSGI Service.
Feb 09 11:11:06 netbox-p001 systemd[1]: Started NetBox WSGI Service.
Feb 09 11:11:06 netbox-p001 systemd[1]: netbox.service: Main process exited, code=exited, status=203/EXEC
Feb 09 11:11:06 netbox-p001 systemd[1]: netbox.service: Failed with result 'exit-code'.
Feb 09 11:11:37 netbox-p001 systemd[1]: netbox.service: Service RestartSec=30s expired, scheduling restart.
Feb 09 11:11:37 netbox-p001 systemd[1]: netbox.service: Scheduled restart job, restart counter is at 19590.
Feb 09 11:11:37 netbox-p001 systemd[1]: Stopped NetBox WSGI Service.
Feb 09 11:11:37 netbox-p001 systemd[1]: Started NetBox WSGI Service.
Feb 09 11:11:37 netbox-p001 systemd[1]: netbox.service: Main process exited, code=exited, status=203/EXEC
Feb 09 11:11:37 netbox-p001 systemd[1]: netbox.service: Failed with result 'exit-code'.
Feb 09 11:12:07 netbox-p001 systemd[1]: netbox.service: Service RestartSec=30s expired, scheduling restart.
Feb 09 11:12:07 netbox-p001 systemd[1]: netbox.service: Scheduled restart job, restart counter is at 19591.
Feb 09 11:12:07 netbox-p001 systemd[1]: Stopped NetBox WSGI Service.
Feb 09 11:12:07 netbox-p001 systemd[1]: Started NetBox WSGI Service.
Feb 09 11:12:07 netbox-p001 systemd[1]: netbox.service: Main process exited, code=exited, status=203/EXEC
Feb 09 11:12:07 netbox-p001 systemd[1]: netbox.service: Failed with result 'exit-code'.
Feb 09 11:12:37 netbox-p001 systemd[1]: netbox.service: Service RestartSec=30s expired, scheduling restart.
Feb 09 11:12:37 netbox-p001 systemd[1]: netbox.service: Scheduled restart job, restart counter is at 19592.
Feb 09 11:12:37 netbox-p001 systemd[1]: Stopped NetBox WSGI Service.
Feb 09 11:12:37 netbox-p001 systemd[1]: Started NetBox WSGI Service.
Feb 09 11:12:37 netbox-p001 systemd[1]: netbox.service: Main process exited, code=exited, status=203/EXEC
Feb 09 11:12:37 netbox-p001 systemd[1]: netbox.service: Failed with result 'exit-code'.
Feb 09 11:13:07 netbox-p001 systemd[1]: netbox.service: Service RestartSec=30s expired, scheduling restart.
Feb 09 11:13:07 netbox-p001 systemd[1]: netbox.service: Scheduled restart job, restart counter is at 19593.
Feb 09 11:13:07 netbox-p001 systemd[1]: Stopped NetBox WSGI Service.
Feb 09 11:13:07 netbox-p001 systemd[1]: Started NetBox WSGI Service.
Feb 09 11:13:07 netbox-p001 systemd[1]: netbox.service: Main process exited, code=exited, status=203/EXEC
Feb 09 11:13:07 netbox-p001 systemd[1]: netbox.service: Failed with result 'exit-code'.
Feb 09 11:13:38 netbox-p001 systemd[1]: netbox.service: Service RestartSec=30s expired, scheduling restart.
Feb 09 11:13:38 netbox-p001 systemd[1]: netbox.service: Scheduled restart job, restart counter is at 19594.
Feb 09 11:13:38 netbox-p001 systemd[1]: Stopped NetBox WSGI Service.
Feb 09 11:13:38 netbox-p001 systemd[1]: Started NetBox WSGI Service.
Feb 09 11:13:38 netbox-p001 systemd[1]: netbox.service: Main process exited, code=exited, status=203/EXEC
Feb 09 11:13:38 netbox-p001 systemd[1]: netbox.service: Failed with result 'exit-code'.
Feb 09 11:14:08 netbox-p001 systemd[1]: netbox.service: Service RestartSec=30s expired, scheduling restart.
Feb 09 11:14:08 netbox-p001 systemd[1]: netbox.service: Scheduled restart job, restart counter is at 19595.
Feb 09 11:14:08 netbox-p001 systemd[1]: Stopped NetBox WSGI Service.
Feb 09 11:14:08 netbox-p001 systemd[1]: Started NetBox WSGI Service.
Feb 09 11:14:08 netbox-p001 systemd[1]: netbox.service: Main process exited, code=exited, status=203/EXEC
Feb 09 11:14:08 netbox-p001 systemd[1]: netbox.service: Failed with result 'exit-code'.
Feb 09 11:14:38 netbox-p001 systemd[1]: netbox.service: Service RestartSec=30s expired, scheduling restart.
Feb 09 11:14:38 netbox-p001 systemd[1]: netbox.service: Scheduled restart job, restart counter is at 19596.
Feb 09 11:14:38 netbox-p001 systemd[1]: Stopped NetBox WSGI Service.
Feb 09 11:14:38 netbox-p001 systemd[1]: Started NetBox WSGI Service.
Feb 09 11:14:38 netbox-p001 systemd[1]: netbox.service: Main process exited, code=exited, status=203/EXEC
Feb 09 11:14:38 netbox-p001 systemd[1]: netbox.service: Failed with result 'exit-code'.
Feb 09 11:15:08 netbox-p001 systemd[1]: netbox.service: Service RestartSec=30s expired, scheduling restart.
Feb 09 11:15:08 netbox-p001 systemd[1]: netbox.service: Scheduled restart job, restart counter is at 19597.
Feb 09 11:15:08 netbox-p001 systemd[1]: Stopped NetBox WSGI Service.
Feb 09 11:15:08 netbox-p001 systemd[1]: Started NetBox WSGI Service.
Feb 09 11:15:08 netbox-p001 systemd[1]: netbox.service: Main process exited, code=exited, status=203/EXEC
Feb 09 11:15:08 netbox-p001 systemd[1]: netbox.service: Failed with result 'exit-code'.
Feb 09 11:15:39 netbox-p001 systemd[1]: netbox.service: Service RestartSec=30s expired, scheduling restart.
Feb 09 11:15:39 netbox-p001 systemd[1]: netbox.service: Scheduled restart job, restart counter is at 19598.
Feb 09 11:15:39 netbox-p001 systemd[1]: Stopped NetBox WSGI Service.
Feb 09 11:15:39 netbox-p001 systemd[1]: Started NetBox WSGI Service.
Feb 09 11:15:39 netbox-p001 systemd[1]: netbox.service: Main process exited, code=exited, status=203/EXEC
Feb 09 11:15:39 netbox-p001 systemd[1]: netbox.service: Failed with result 'exit-code'.
Feb 09 11:16:09 netbox-p001 systemd[1]: netbox.service: Service RestartSec=30s expired, scheduling restart.
Feb 09 11:16:09 netbox-p001 systemd[1]: netbox.service: Scheduled restart job, restart counter is at 19599.
Feb 09 11:16:09 netbox-p001 systemd[1]: Stopped NetBox WSGI Service.
Feb 09 11:16:09 netbox-p001 systemd[1]: Started NetBox WSGI Service.
Feb 09 11:16:09 netbox-p001 systemd[1]: netbox.service: Main process exited, code=exited, status=203/EXEC
Feb 09 11:16:09 netbox-p001 systemd[1]: netbox.service: Failed with result 'exit-code'.
Feb 09 11:16:39 netbox-p001 systemd[1]: netbox.service: Service RestartSec=30s expired, scheduling restart.
Feb 09 11:16:39 netbox-p001 systemd[1]: netbox.service: Scheduled restart job, restart counter is at 19600.
Feb 09 11:16:39 netbox-p001 systemd[1]: Stopped NetBox WSGI Service.
Feb 09 11:16:39 netbox-p001 systemd[1]: Started NetBox WSGI Service.
Feb 09 11:16:39 netbox-p001 systemd[1]: netbox.service: Main process exited, code=exited, status=203/EXEC
Feb 09 11:16:39 netbox-p001 systemd[1]: netbox.service: Failed with result 'exit-code'.
Feb 09 11:17:09 netbox-p001 systemd[1]: netbox.service: Service RestartSec=30s expired, scheduling restart.
Feb 09 11:17:09 netbox-p001 systemd[1]: netbox.service: Scheduled restart job, restart counter is at 19601.
Feb 09 11:17:09 netbox-p001 systemd[1]: Stopped NetBox WSGI Service.
Feb 09 11:17:09 netbox-p001 systemd[1]: Started NetBox WSGI Service.
Feb 09 11:17:09 netbox-p001 systemd[1]: netbox.service: Main process exited, code=exited, status=203/EXEC
Feb 09 11:17:09 netbox-p001 systemd[1]: netbox.service: Failed with result 'exit-code'.
Feb 09 11:17:40 netbox-p001 systemd[1]: netbox.service: Service RestartSec=30s expired, scheduling restart.
Feb 09 11:17:40 netbox-p001 systemd[1]: netbox.service: Scheduled restart job, restart counter is at 19602.
Feb 09 11:17:40 netbox-p001 systemd[1]: Stopped NetBox WSGI Service.
Feb 09 11:17:40 netbox-p001 systemd[1]: Started NetBox WSGI Service.
Feb 09 11:17:40 netbox-p001 systemd[1]: netbox.service: Main process exited, code=exited, status=203/EXEC
Feb 09 11:17:40 netbox-p001 systemd[1]: netbox.service: Failed with result 'exit-code'.
Feb 09 11:18:10 netbox-p001 systemd[1]: netbox.service: Service RestartSec=30s expired, scheduling restart.
Feb 09 11:18:10 netbox-p001 systemd[1]: netbox.service: Scheduled restart job, restart counter is at 19603.
Feb 09 11:18:10 netbox-p001 systemd[1]: Stopped NetBox WSGI Service.
Feb 09 11:18:10 netbox-p001 systemd[1]: Started NetBox WSGI Service.
Feb 09 11:18:10 netbox-p001 systemd[1]: netbox.service: Main process exited, code=exited, status=203/EXEC
Feb 09 11:18:10 netbox-p001 systemd[1]: netbox.service: Failed with result 'exit-code'.
Feb 09 11:18:40 netbox-p001 systemd[1]: netbox.service: Service RestartSec=30s expired, scheduling restart.
Feb 09 11:18:40 netbox-p001 systemd[1]: netbox.service: Scheduled restart job, restart counter is at 19604.
Feb 09 11:18:40 netbox-p001 systemd[1]: Stopped NetBox WSGI Service.
Feb 09 11:18:40 netbox-p001 systemd[1]: Started NetBox WSGI Service.
Feb 09 11:18:40 netbox-p001 systemd[1]: netbox.service: Main process exited, code=exited, status=203/EXEC
Feb 09 11:18:40 netbox-p001 systemd[1]: netbox.service: Failed with result 'exit-code'.
Feb 09 11:19:10 netbox-p001 systemd[1]: netbox.service: Service RestartSec=30s expired, scheduling restart.
Feb 09 11:19:10 netbox-p001 systemd[1]: netbox.service: Scheduled restart job, restart counter is at 19605.
Feb 09 11:19:10 netbox-p001 systemd[1]: Stopped NetBox WSGI Service.
Feb 09 11:19:10 netbox-p001 systemd[1]: Started NetBox WSGI Service.
Feb 09 11:19:10 netbox-p001 systemd[1]: netbox.service: Main process exited, code=exited, status=203/EXEC
Feb 09 11:19:10 netbox-p001 systemd[1]: netbox.service: Failed with result 'exit-code'.
Feb 09 11:19:41 netbox-p001 systemd[1]: netbox.service: Service RestartSec=30s expired, scheduling restart.
Feb 09 11:19:41 netbox-p001 systemd[1]: netbox.service: Scheduled restart job, restart counter is at 19606.
Feb 09 11:19:41 netbox-p001 systemd[1]: Stopped NetBox WSGI Service.
Feb 09 11:19:41 netbox-p001 systemd[1]: Started NetBox WSGI Service.
Feb 09 11:19:41 netbox-p001 systemd[1]: netbox.service: Main process exited, code=exited, status=203/EXEC
Feb 09 11:19:41 netbox-p001 systemd[1]: netbox.service: Failed with result 'exit-code'.
Feb 09 11:20:11 netbox-p001 systemd[1]: netbox.service: Service RestartSec=30s expired, scheduling restart.
Feb 09 11:20:11 netbox-p001 systemd[1]: netbox.service: Scheduled restart job, restart counter is at 19607.
Feb 09 11:20:11 netbox-p001 systemd[1]: Stopped NetBox WSGI Service.
Feb 09 11:20:11 netbox-p001 systemd[1]: Started NetBox WSGI Service.
Feb 09 11:20:11 netbox-p001 systemd[1]: netbox.service: Main process exited, code=exited, status=203/EXEC
Feb 09 11:20:11 netbox-p001 systemd[1]: netbox.service: Failed with result 'exit-code'.
Feb 09 11:20:41 netbox-p001 systemd[1]: netbox.service: Service RestartSec=30s expired, scheduling restart.
Feb 09 11:20:41 netbox-p001 systemd[1]: netbox.service: Scheduled restart job, restart counter is at 19608.
Feb 09 11:20:41 netbox-p001 systemd[1]: Stopped NetBox WSGI Service.
Feb 09 11:20:41 netbox-p001 systemd[1]: Started NetBox WSGI Service.
Feb 09 11:20:41 netbox-p001 systemd[1]: netbox.service: Main process exited, code=exited, status=203/EXEC
Feb 09 11:20:41 netbox-p001 systemd[1]: netbox.service: Failed with result 'exit-code'.
Feb 09 11:21:11 netbox-p001 systemd[1]: netbox.service: Service RestartSec=30s expired, scheduling restart.
Feb 09 11:21:11 netbox-p001 systemd[1]: netbox.service: Scheduled restart job, restart counter is at 19609.
Feb 09 11:21:11 netbox-p001 systemd[1]: Stopped NetBox WSGI Service.
Feb 09 11:21:11 netbox-p001 systemd[1]: Started NetBox WSGI Service.
Feb 09 11:21:11 netbox-p001 systemd[1]: netbox.service: Main process exited, code=exited, status=203/EXEC
Feb 09 11:21:11 netbox-p001 systemd[1]: netbox.service: Failed with result 'exit-code'.
Feb 09 11:21:42 netbox-p001 systemd[1]: netbox.service: Service RestartSec=30s expired, scheduling restart.
Feb 09 11:21:42 netbox-p001 systemd[1]: netbox.service: Scheduled restart job, restart counter is at 19610.
Feb 09 11:21:42 netbox-p001 systemd[1]: Stopped NetBox WSGI Service.
Feb 09 11:21:42 netbox-p001 systemd[1]: Started NetBox WSGI Service.
Feb 09 11:21:42 netbox-p001 systemd[1]: netbox.service: Main process exited, code=exited, status=203/EXEC
Feb 09 11:21:42 netbox-p001 systemd[1]: netbox.service: Failed with result 'exit-code'.
Feb 09 11:22:12 netbox-p001 systemd[1]: netbox.service: Service RestartSec=30s expired, scheduling restart.
Feb 09 11:22:12 netbox-p001 systemd[1]: netbox.service: Scheduled restart job, restart counter is at 19611.
Feb 09 11:22:12 netbox-p001 systemd[1]: Stopped NetBox WSGI Service.
Feb 09 11:22:12 netbox-p001 systemd[1]: Started NetBox WSGI Service.
Feb 09 11:22:12 netbox-p001 systemd[1]: netbox.service: Main process exited, code=exited, status=203/EXEC
Feb 09 11:22:12 netbox-p001 systemd[1]: netbox.service: Failed with result 'exit-code'.
Feb 09 11:22:42 netbox-p001 systemd[1]: netbox.service: Service RestartSec=30s expired, scheduling restart.
Feb 09 11:22:42 netbox-p001 systemd[1]: netbox.service: Scheduled restart job, restart counter is at 19612.
Feb 09 11:22:42 netbox-p001 systemd[1]: Stopped NetBox WSGI Service.
Feb 09 11:22:42 netbox-p001 systemd[1]: Started NetBox WSGI Service.
Feb 09 11:22:42 netbox-p001 systemd[1]: netbox.service: Main process exited, code=exited, status=203/EXEC
Feb 09 11:22:42 netbox-p001 systemd[1]: netbox.service: Failed with result 'exit-code'.
Feb 09 11:23:12 netbox-p001 systemd[1]: netbox.service: Service RestartSec=30s expired, scheduling restart.
Feb 09 11:23:12 netbox-p001 systemd[1]: netbox.service: Scheduled restart job, restart counter is at 19613.
Feb 09 11:23:12 netbox-p001 systemd[1]: Stopped NetBox WSGI Service.
Feb 09 11:23:12 netbox-p001 systemd[1]: Started NetBox WSGI Service.
Feb 09 11:23:12 netbox-p001 systemd[1]: netbox.service: Main process exited, code=exited, status=203/EXEC
Feb 09 11:23:12 netbox-p001 systemd[1]: netbox.service: Failed with result 'exit-code'.
Feb 09 11:23:43 netbox-p001 systemd[1]: netbox.service: Service RestartSec=30s expired, scheduling restart.
Feb 09 11:23:43 netbox-p001 systemd[1]: netbox.service: Scheduled restart job, restart counter is at 19614.
Feb 09 11:23:43 netbox-p001 systemd[1]: Stopped NetBox WSGI Service.
Feb 09 11:23:43 netbox-p001 systemd[1]: Started NetBox WSGI Service.
Feb 09 11:23:43 netbox-p001 systemd[1]: netbox.service: Main process exited, code=exited, status=203/EXEC
Feb 09 11:23:43 netbox-p001 systemd[1]: netbox.service: Failed with result 'exit-code'.
Feb 09 11:24:13 netbox-p001 systemd[1]: netbox.service: Service RestartSec=30s expired, scheduling restart.
Feb 09 11:24:13 netbox-p001 systemd[1]: netbox.service: Scheduled restart job, restart counter is at 19615.
Feb 09 11:24:13 netbox-p001 systemd[1]: Stopped NetBox WSGI Service.
Feb 09 11:24:13 netbox-p001 systemd[1]: Started NetBox WSGI Service.
Feb 09 11:24:13 netbox-p001 systemd[1]: netbox.service: Main process exited, code=exited, status=203/EXEC
Feb 09 11:24:13 netbox-p001 systemd[1]: netbox.service: Failed with result 'exit-code'.
Feb 09 11:24:43 netbox-p001 systemd[1]: netbox.service: Service RestartSec=30s expired, scheduling restart.
Feb 09 11:24:43 netbox-p001 systemd[1]: netbox.service: Scheduled restart job, restart counter is at 19616.
Feb 09 11:24:43 netbox-p001 systemd[1]: Stopped NetBox WSGI Service.
Feb 09 11:24:43 netbox-p001 systemd[1]: Started NetBox WSGI Service.
Feb 09 11:24:43 netbox-p001 systemd[1]: netbox.service: Main process exited, code=exited, status=203/EXEC
Feb 09 11:24:43 netbox-p001 systemd[1]: netbox.service: Failed with result 'exit-code'.
Feb 09 11:25:13 netbox-p001 systemd[1]: netbox.service: Service RestartSec=30s expired, scheduling restart.
Feb 09 11:25:13 netbox-p001 systemd[1]: netbox.service: Scheduled restart job, restart counter is at 19617.
Feb 09 11:25:13 netbox-p001 systemd[1]: Stopped NetBox WSGI Service.
Feb 09 11:25:13 netbox-p001 systemd[1]: Started NetBox WSGI Service.
Feb 09 11:25:13 netbox-p001 systemd[1]: netbox.service: Main process exited, code=exited, status=203/EXEC
Feb 09 11:25:13 netbox-p001 systemd[1]: netbox.service: Failed with result 'exit-code'.
Feb 09 11:25:44 netbox-p001 systemd[1]: netbox.service: Service RestartSec=30s expired, scheduling restart.
Feb 09 11:25:44 netbox-p001 systemd[1]: netbox.service: Scheduled restart job, restart counter is at 19618.
Feb 09 11:25:44 netbox-p001 systemd[1]: Stopped NetBox WSGI Service.
Feb 09 11:25:44 netbox-p001 systemd[1]: Started NetBox WSGI Service.
Feb 09 11:25:44 netbox-p001 systemd[1]: netbox.service: Main process exited, code=exited, status=203/EXEC
Feb 09 11:25:44 netbox-p001 systemd[1]: netbox.service: Failed with result 'exit-code'.
Feb 09 11:26:14 netbox-p001 systemd[1]: netbox.service: Service RestartSec=30s expired, scheduling restart.
Feb 09 11:26:14 netbox-p001 systemd[1]: netbox.service: Scheduled restart job, restart counter is at 19619.
Feb 09 11:26:14 netbox-p001 systemd[1]: Stopped NetBox WSGI Service.
Feb 09 11:26:14 netbox-p001 systemd[1]: Started NetBox WSGI Service.
Feb 09 11:26:14 netbox-p001 systemd[1]: netbox.service: Main process exited, code=exited, status=203/EXEC
Feb 09 11:26:14 netbox-p001 systemd[1]: netbox.service: Failed with result 'exit-code'.
Feb 09 11:26:44 netbox-p001 systemd[1]: netbox.service: Service RestartSec=30s expired, scheduling restart.
Feb 09 11:26:44 netbox-p001 systemd[1]: netbox.service: Scheduled restart job, restart counter is at 19620.
Feb 09 11:26:44 netbox-p001 systemd[1]: Stopped NetBox WSGI Service.
Feb 09 11:26:44 netbox-p001 systemd[1]: Started NetBox WSGI Service.
Feb 09 11:26:44 netbox-p001 systemd[1]: netbox.service: Main process exited, code=exited, status=203/EXEC
Feb 09 11:26:44 netbox-p001 systemd[1]: netbox.service: Failed with result 'exit-code'.
Feb 09 11:27:14 netbox-p001 systemd[1]: netbox.service: Service RestartSec=30s expired, scheduling restart.
Feb 09 11:27:14 netbox-p001 systemd[1]: netbox.service: Scheduled restart job, restart counter is at 19621.
Feb 09 11:27:14 netbox-p001 systemd[1]: Stopped NetBox WSGI Service.
Feb 09 11:27:14 netbox-p001 systemd[1]: Started NetBox WSGI Service.
Feb 09 11:27:14 netbox-p001 systemd[1]: netbox.service: Main process exited, code=exited, status=203/EXEC
Feb 09 11:27:14 netbox-p001 systemd[1]: netbox.service: Failed with result 'exit-code'.
Feb 09 11:27:45 netbox-p001 systemd[1]: netbox.service: Service RestartSec=30s expired, scheduling restart.
Feb 09 11:27:45 netbox-p001 systemd[1]: netbox.service: Scheduled restart job, restart counter is at 19622.
Feb 09 11:27:45 netbox-p001 systemd[1]: Stopped NetBox WSGI Service.
Feb 09 11:27:45 netbox-p001 systemd[1]: Started NetBox WSGI Service.
Feb 09 11:27:45 netbox-p001 systemd[1]: netbox.service: Main process exited, code=exited, status=203/EXEC
Feb 09 11:27:45 netbox-p001 systemd[1]: netbox.service: Failed with result 'exit-code'.
Feb 09 11:28:15 netbox-p001 systemd[1]: netbox.service: Service RestartSec=30s expired, scheduling restart.
Feb 09 11:28:15 netbox-p001 systemd[1]: netbox.service: Scheduled restart job, restart counter is at 19623.
Feb 09 11:28:15 netbox-p001 systemd[1]: Stopped NetBox WSGI Service.
Feb 09 11:28:15 netbox-p001 systemd[1]: Started NetBox WSGI Service.
Feb 09 11:28:15 netbox-p001 systemd[1]: netbox.service: Main process exited, code=exited, status=203/EXEC
Feb 09 11:28:15 netbox-p001 systemd[1]: netbox.service: Failed with result 'exit-code'.
Feb 09 11:28:45 netbox-p001 systemd[1]: netbox.service: Service RestartSec=30s expired, scheduling restart.
Feb 09 11:28:45 netbox-p001 systemd[1]: netbox.service: Scheduled restart job, restart counter is at 19624.
Feb 09 11:28:45 netbox-p001 systemd[1]: Stopped NetBox WSGI Service.
Feb 09 11:28:45 netbox-p001 systemd[1]: Started NetBox WSGI Service.
Feb 09 11:28:45 netbox-p001 systemd[1]: netbox.service: Main process exited, code=exited, status=203/EXEC
Feb 09 11:28:45 netbox-p001 systemd[1]: netbox.service: Failed with result 'exit-code'.
Feb 09 11:29:15 netbox-p001 systemd[1]: netbox.service: Service RestartSec=30s expired, scheduling restart.
Feb 09 11:29:15 netbox-p001 systemd[1]: netbox.service: Scheduled restart job, restart counter is at 19625.
Feb 09 11:29:15 netbox-p001 systemd[1]: Stopped NetBox WSGI Service.
Feb 09 11:29:15 netbox-p001 systemd[1]: Started NetBox WSGI Service.
Feb 09 11:29:15 netbox-p001 systemd[1]: netbox.service: Main process exited, code=exited, status=203/EXEC
Feb 09 11:29:15 netbox-p001 systemd[1]: netbox.service: Failed with result 'exit-code'.
Feb 09 11:29:46 netbox-p001 systemd[1]: netbox.service: Service RestartSec=30s expired, scheduling restart.
Feb 09 11:29:46 netbox-p001 systemd[1]: netbox.service: Scheduled restart job, restart counter is at 19626.
Feb 09 11:29:46 netbox-p001 systemd[1]: Stopped NetBox WSGI Service.
Feb 09 11:29:46 netbox-p001 systemd[1]: Started NetBox WSGI Service.
Feb 09 11:29:46 netbox-p001 systemd[1]: netbox.service: Main process exited, code=exited, status=203/EXEC
Feb 09 11:29:46 netbox-p001 systemd[1]: netbox.service: Failed with result 'exit-code'.
Feb 09 11:30:16 netbox-p001 systemd[1]: netbox.service: Service RestartSec=30s expired, scheduling restart.
Feb 09 11:30:16 netbox-p001 systemd[1]: netbox.service: Scheduled restart job, restart counter is at 19627.
Feb 09 11:30:16 netbox-p001 systemd[1]: Stopped NetBox WSGI Service.
Feb 09 11:30:16 netbox-p001 systemd[1]: Started NetBox WSGI Service.
Feb 09 11:30:16 netbox-p001 systemd[1]: netbox.service: Main process exited, code=exited, status=203/EXEC
Feb 09 11:30:16 netbox-p001 systemd[1]: netbox.service: Failed with result 'exit-code'.
Feb 09 11:30:46 netbox-p001 systemd[1]: netbox.service: Service RestartSec=30s expired, scheduling restart.
Feb 09 11:30:46 netbox-p001 systemd[1]: netbox.service: Scheduled restart job, restart counter is at 19628.
Feb 09 11:30:46 netbox-p001 systemd[1]: Stopped NetBox WSGI Service.
Feb 09 11:30:46 netbox-p001 systemd[1]: Started NetBox WSGI Service.
Feb 09 11:30:46 netbox-p001 systemd[1]: netbox.service: Main process exited, code=exited, status=203/EXEC
Feb 09 11:30:46 netbox-p001 systemd[1]: netbox.service: Failed with result 'exit-code'.
Feb 09 11:31:16 netbox-p001 systemd[1]: netbox.service: Service RestartSec=30s expired, scheduling restart.
Feb 09 11:31:16 netbox-p001 systemd[1]: netbox.service: Scheduled restart job, restart counter is at 19629.
Feb 09 11:31:16 netbox-p001 systemd[1]: Stopped NetBox WSGI Service.
Feb 09 11:31:16 netbox-p001 systemd[1]: Started NetBox WSGI Service.
Feb 09 11:31:16 netbox-p001 systemd[1]: netbox.service: Main process exited, code=exited, status=203/EXEC
Feb 09 11:31:16 netbox-p001 systemd[1]: netbox.service: Failed with result 'exit-code'.
Feb 09 11:31:47 netbox-p001 systemd[1]: netbox.service: Service RestartSec=30s expired, scheduling restart.
Feb 09 11:31:47 netbox-p001 systemd[1]: netbox.service: Scheduled restart job, restart counter is at 19630.
Feb 09 11:31:47 netbox-p001 systemd[1]: Stopped NetBox WSGI Service.
Feb 09 11:31:47 netbox-p001 systemd[1]: Started NetBox WSGI Service.
Feb 09 11:31:47 netbox-p001 systemd[1]: netbox.service: Main process exited, code=exited, status=203/EXEC
Feb 09 11:31:47 netbox-p001 systemd[1]: netbox.service: Failed with result 'exit-code'.
Feb 09 11:32:17 netbox-p001 systemd[1]: netbox.service: Service RestartSec=30s expired, scheduling restart.
Feb 09 11:32:17 netbox-p001 systemd[1]: netbox.service: Scheduled restart job, restart counter is at 19631.
Feb 09 11:32:17 netbox-p001 systemd[1]: Stopped NetBox WSGI Service.
Feb 09 11:32:17 netbox-p001 systemd[1]: Started NetBox WSGI Service.
Feb 09 11:32:17 netbox-p001 systemd[1]: netbox.service: Main process exited, code=exited, status=203/EXEC
Feb 09 11:32:17 netbox-p001 systemd[1]: netbox.service: Failed with result 'exit-code'.
Feb 09 11:32:47 netbox-p001 systemd[1]: netbox.service: Service RestartSec=30s expired, scheduling restart.
Feb 09 11:32:47 netbox-p001 systemd[1]: netbox.service: Scheduled restart job, restart counter is at 19632.
Feb 09 11:32:47 netbox-p001 systemd[1]: Stopped NetBox WSGI Service.
Feb 09 11:32:47 netbox-p001 systemd[1]: Started NetBox WSGI Service.
Feb 09 11:32:47 netbox-p001 systemd[1]: netbox.service: Main process exited, code=exited, status=203/EXEC
Feb 09 11:32:47 netbox-p001 systemd[1]: netbox.service: Failed with result 'exit-code'.
Feb 09 11:33:17 netbox-p001 systemd[1]: netbox.service: Service RestartSec=30s expired, scheduling restart.
Feb 09 11:33:17 netbox-p001 systemd[1]: netbox.service: Scheduled restart job, restart counter is at 19633.
Feb 09 11:33:17 netbox-p001 systemd[1]: Stopped NetBox WSGI Service.
Feb 09 11:33:17 netbox-p001 systemd[1]: Started NetBox WSGI Service.
Feb 09 11:33:17 netbox-p001 systemd[1]: netbox.service: Main process exited, code=exited, status=203/EXEC
Feb 09 11:33:17 netbox-p001 systemd[1]: netbox.service: Failed with result 'exit-code'.
Feb 09 11:33:48 netbox-p001 systemd[1]: netbox.service: Service RestartSec=30s expired, scheduling restart.
Feb 09 11:33:48 netbox-p001 systemd[1]: netbox.service: Scheduled restart job, restart counter is at 19634.
Feb 09 11:33:48 netbox-p001 systemd[1]: Stopped NetBox WSGI Service.
Feb 09 11:33:48 netbox-p001 systemd[1]: Started NetBox WSGI Service.
Feb 09 11:33:48 netbox-p001 systemd[1]: netbox.service: Main process exited, code=exited, status=203/EXEC
Feb 09 11:33:48 netbox-p001 systemd[1]: netbox.service: Failed with result 'exit-code'.
Feb 09 11:34:18 netbox-p001 systemd[1]: netbox.service: Service RestartSec=30s expired, scheduling restart.
Feb 09 11:34:18 netbox-p001 systemd[1]: netbox.service: Scheduled restart job, restart counter is at 19635.
Feb 09 11:34:18 netbox-p001 systemd[1]: Stopped NetBox WSGI Service.
Feb 09 11:34:18 netbox-p001 systemd[1]: Started NetBox WSGI Service.
Feb 09 11:34:18 netbox-p001 systemd[1]: netbox.service: Main process exited, code=exited, status=203/EXEC
Feb 09 11:34:18 netbox-p001 systemd[1]: netbox.service: Failed with result 'exit-code'.
Feb 09 11:34:48 netbox-p001 systemd[1]: netbox.service: Service RestartSec=30s expired, scheduling restart.
Feb 09 11:34:48 netbox-p001 systemd[1]: netbox.service: Scheduled restart job, restart counter is at 19636.
Feb 09 11:34:48 netbox-p001 systemd[1]: Stopped NetBox WSGI Service.
Feb 09 11:34:48 netbox-p001 systemd[1]: Started NetBox WSGI Service.
Feb 09 11:34:48 netbox-p001 systemd[1]: netbox.service: Main process exited, code=exited, status=203/EXEC
Feb 09 11:34:48 netbox-p001 systemd[1]: netbox.service: Failed with result 'exit-code'.
Feb 09 11:35:18 netbox-p001 systemd[1]: netbox.service: Service RestartSec=30s expired, scheduling restart.
Feb 09 11:35:18 netbox-p001 systemd[1]: netbox.service: Scheduled restart job, restart counter is at 19637.
Feb 09 11:35:18 netbox-p001 systemd[1]: Stopped NetBox WSGI Service.
Feb 09 11:35:18 netbox-p001 systemd[1]: Started NetBox WSGI Service.
Feb 09 11:35:18 netbox-p001 systemd[1]: netbox.service: Main process exited, code=exited, status=203/EXEC
Feb 09 11:35:18 netbox-p001 systemd[1]: netbox.service: Failed with result 'exit-code'.
Feb 09 11:35:49 netbox-p001 systemd[1]: netbox.service: Service RestartSec=30s expired, scheduling restart.
Feb 09 11:35:49 netbox-p001 systemd[1]: netbox.service: Scheduled restart job, restart counter is at 19638.
Feb 09 11:35:49 netbox-p001 systemd[1]: Stopped NetBox WSGI Service.
Feb 09 11:35:49 netbox-p001 systemd[1]: Started NetBox WSGI Service.
Feb 09 11:35:49 netbox-p001 systemd[1]: netbox.service: Main process exited, code=exited, status=203/EXEC
Feb 09 11:35:49 netbox-p001 systemd[1]: netbox.service: Failed with result 'exit-code'.
Feb 09 11:36:19 netbox-p001 systemd[1]: netbox.service: Service RestartSec=30s expired, scheduling restart.
Feb 09 11:36:19 netbox-p001 systemd[1]: netbox.service: Scheduled restart job, restart counter is at 19639.
Feb 09 11:36:19 netbox-p001 systemd[1]: Stopped NetBox WSGI Service.
Feb 09 11:36:19 netbox-p001 systemd[1]: Started NetBox WSGI Service.
Feb 09 11:36:19 netbox-p001 systemd[1]: netbox.service: Main process exited, code=exited, status=203/EXEC
Feb 09 11:36:19 netbox-p001 systemd[1]: netbox.service: Failed with result 'exit-code'.
Feb 09 11:36:49 netbox-p001 systemd[1]: netbox.service: Service RestartSec=30s expired, scheduling restart.
Feb 09 11:36:49 netbox-p001 systemd[1]: netbox.service: Scheduled restart job, restart counter is at 19640.
Feb 09 11:36:49 netbox-p001 systemd[1]: Stopped NetBox WSGI Service.
Feb 09 11:36:49 netbox-p001 systemd[1]: Started NetBox WSGI Service.
Feb 09 11:36:49 netbox-p001 systemd[1]: netbox.service: Main process exited, code=exited, status=203/EXEC
Feb 09 11:36:49 netbox-p001 systemd[1]: netbox.service: Failed with result 'exit-code'.
Feb 09 11:37:19 netbox-p001 systemd[1]: netbox.service: Service RestartSec=30s expired, scheduling restart.
Feb 09 11:37:19 netbox-p001 systemd[1]: netbox.service: Scheduled restart job, restart counter is at 19641.
Feb 09 11:37:19 netbox-p001 systemd[1]: Stopped NetBox WSGI Service.
Feb 09 11:37:19 netbox-p001 systemd[1]: Started NetBox WSGI Service.
Feb 09 11:37:19 netbox-p001 systemd[1]: netbox.service: Main process exited, code=exited, status=203/EXEC
Feb 09 11:37:19 netbox-p001 systemd[1]: netbox.service: Failed with result 'exit-code'.
Feb 09 11:37:50 netbox-p001 systemd[1]: netbox.service: Service RestartSec=30s expired, scheduling restart.
Feb 09 11:37:50 netbox-p001 systemd[1]: netbox.service: Scheduled restart job, restart counter is at 19642.
Feb 09 11:37:50 netbox-p001 systemd[1]: Stopped NetBox WSGI Service.
Feb 09 11:37:50 netbox-p001 systemd[1]: Started NetBox WSGI Service.
Feb 09 11:37:50 netbox-p001 systemd[1]: netbox.service: Main process exited, code=exited, status=203/EXEC
Feb 09 11:37:50 netbox-p001 systemd[1]: netbox.service: Failed with result 'exit-code'.
Feb 09 11:38:20 netbox-p001 systemd[1]: netbox.service: Service RestartSec=30s expired, scheduling restart.
Feb 09 11:38:20 netbox-p001 systemd[1]: netbox.service: Scheduled restart job, restart counter is at 19643.
Feb 09 11:38:20 netbox-p001 systemd[1]: Stopped NetBox WSGI Service.
Feb 09 11:38:20 netbox-p001 systemd[1]: Started NetBox WSGI Service.
Feb 09 11:38:20 netbox-p001 systemd[1]: netbox.service: Main process exited, code=exited, status=203/EXEC
Feb 09 11:38:20 netbox-p001 systemd[1]: netbox.service: Failed with result 'exit-code'.
Feb 09 11:38:50 netbox-p001 systemd[1]: netbox.service: Service RestartSec=30s expired, scheduling restart.
Feb 09 11:38:50 netbox-p001 systemd[1]: netbox.service: Scheduled restart job, restart counter is at 19644.
Feb 09 11:38:50 netbox-p001 systemd[1]: Stopped NetBox WSGI Service.
Feb 09 11:38:50 netbox-p001 systemd[1]: Started NetBox WSGI Service.
Feb 09 11:38:50 netbox-p001 systemd[1]: netbox.service: Main process exited, code=exited, status=203/EXEC
Feb 09 11:38:50 netbox-p001 systemd[1]: netbox.service: Failed with result 'exit-code'.
Feb 09 11:39:20 netbox-p001 systemd[1]: netbox.service: Service RestartSec=30s expired, scheduling restart.
Feb 09 11:39:20 netbox-p001 systemd[1]: netbox.service: Scheduled restart job, restart counter is at 19645.
Feb 09 11:39:20 netbox-p001 systemd[1]: Stopped NetBox WSGI Service.
Feb 09 11:39:20 netbox-p001 systemd[1]: Started NetBox WSGI Service.
Feb 09 11:39:20 netbox-p001 systemd[1]: netbox.service: Main process exited, code=exited, status=203/EXEC
Feb 09 11:39:20 netbox-p001 systemd[1]: netbox.service: Failed with result 'exit-code'.
Feb 09 11:39:51 netbox-p001 systemd[1]: netbox.service: Service RestartSec=30s expired, scheduling restart.
Feb 09 11:39:51 netbox-p001 systemd[1]: netbox.service: Scheduled restart job, restart counter is at 19646.
Feb 09 11:39:51 netbox-p001 systemd[1]: Stopped NetBox WSGI Service.
Feb 09 11:39:51 netbox-p001 systemd[1]: Started NetBox WSGI Service.
Feb 09 11:39:51 netbox-p001 systemd[1]: netbox.service: Main process exited, code=exited, status=203/EXEC
Feb 09 11:39:51 netbox-p001 systemd[1]: netbox.service: Failed with result 'exit-code'.
Feb 09 11:40:21 netbox-p001 systemd[1]: netbox.service: Service RestartSec=30s expired, scheduling restart.
Feb 09 11:40:21 netbox-p001 systemd[1]: netbox.service: Scheduled restart job, restart counter is at 19647.
Feb 09 11:40:21 netbox-p001 systemd[1]: Stopped NetBox WSGI Service.
Feb 09 11:40:21 netbox-p001 systemd[1]: Started NetBox WSGI Service.
Feb 09 11:40:21 netbox-p001 systemd[1]: netbox.service: Main process exited, code=exited, status=203/EXEC
Feb 09 11:40:21 netbox-p001 systemd[1]: netbox.service: Failed with result 'exit-code'.
Feb 09 11:40:51 netbox-p001 systemd[1]: netbox.service: Service RestartSec=30s expired, scheduling restart.
Feb 09 11:40:51 netbox-p001 systemd[1]: netbox.service: Scheduled restart job, restart counter is at 19648.
Feb 09 11:40:51 netbox-p001 systemd[1]: Stopped NetBox WSGI Service.
Feb 09 11:40:51 netbox-p001 systemd[1]: Started NetBox WSGI Service.
Feb 09 11:40:51 netbox-p001 systemd[1]: netbox.service: Main process exited, code=exited, status=203/EXEC
Feb 09 11:40:51 netbox-p001 systemd[1]: netbox.service: Failed with result 'exit-code'.
Feb 09 11:41:21 netbox-p001 systemd[1]: netbox.service: Service RestartSec=30s expired, scheduling restart.
Feb 09 11:41:21 netbox-p001 systemd[1]: netbox.service: Scheduled restart job, restart counter is at 19649.
Feb 09 11:41:21 netbox-p001 systemd[1]: Stopped NetBox WSGI Service.
Feb 09 11:41:21 netbox-p001 systemd[1]: Started NetBox WSGI Service.
Feb 09 11:41:21 netbox-p001 systemd[1]: netbox.service: Main process exited, code=exited, status=203/EXEC
Feb 09 11:41:21 netbox-p001 systemd[1]: netbox.service: Failed with result 'exit-code'.
Feb 09 11:41:52 netbox-p001 systemd[1]: netbox.service: Service RestartSec=30s expired, scheduling restart.
Feb 09 11:41:52 netbox-p001 systemd[1]: netbox.service: Scheduled restart job, restart counter is at 19650.
Feb 09 11:41:52 netbox-p001 systemd[1]: Stopped NetBox WSGI Service.
Feb 09 11:41:52 netbox-p001 systemd[1]: Started NetBox WSGI Service.
Feb 09 11:41:52 netbox-p001 systemd[1]: netbox.service: Main process exited, code=exited, status=203/EXEC
Feb 09 11:41:52 netbox-p001 systemd[1]: netbox.service: Failed with result 'exit-code'.
Feb 09 11:42:22 netbox-p001 systemd[1]: netbox.service: Service RestartSec=30s expired, scheduling restart.
Feb 09 11:42:22 netbox-p001 systemd[1]: netbox.service: Scheduled restart job, restart counter is at 19651.
Feb 09 11:42:22 netbox-p001 systemd[1]: Stopped NetBox WSGI Service.
Feb 09 11:42:22 netbox-p001 systemd[1]: Started NetBox WSGI Service.
Feb 09 11:42:22 netbox-p001 systemd[1]: netbox.service: Main process exited, code=exited, status=203/EXEC
Feb 09 11:42:22 netbox-p001 systemd[1]: netbox.service: Failed with result 'exit-code'.
Feb 09 11:42:52 netbox-p001 systemd[1]: netbox.service: Service RestartSec=30s expired, scheduling restart.
Feb 09 11:42:52 netbox-p001 systemd[1]: netbox.service: Scheduled restart job, restart counter is at 19652.
Feb 09 11:42:52 netbox-p001 systemd[1]: Stopped NetBox WSGI Service.
Feb 09 11:42:52 netbox-p001 systemd[1]: Started NetBox WSGI Service.
Feb 09 11:42:52 netbox-p001 systemd[1]: netbox.service: Main process exited, code=exited, status=203/EXEC
Feb 09 11:42:52 netbox-p001 systemd[1]: netbox.service: Failed with result 'exit-code'.
Feb 09 11:43:22 netbox-p001 systemd[1]: netbox.service: Service RestartSec=30s expired, scheduling restart.
Feb 09 11:43:22 netbox-p001 systemd[1]: netbox.service: Scheduled restart job, restart counter is at 19653.
Feb 09 11:43:22 netbox-p001 systemd[1]: Stopped NetBox WSGI Service.
Feb 09 11:43:22 netbox-p001 systemd[1]: Started NetBox WSGI Service.
Feb 09 11:43:22 netbox-p001 systemd[1]: netbox.service: Main process exited, code=exited, status=203/EXEC
Feb 09 11:43:22 netbox-p001 systemd[1]: netbox.service: Failed with result 'exit-code'.
Feb 09 11:43:53 netbox-p001 systemd[1]: netbox.service: Service RestartSec=30s expired, scheduling restart.
Feb 09 11:43:53 netbox-p001 systemd[1]: netbox.service: Scheduled restart job, restart counter is at 19654.
Feb 09 11:43:53 netbox-p001 systemd[1]: Stopped NetBox WSGI Service.
Feb 09 11:43:53 netbox-p001 systemd[1]: Started NetBox WSGI Service.
Feb 09 11:43:53 netbox-p001 systemd[1]: netbox.service: Main process exited, code=exited, status=203/EXEC
Feb 09 11:43:53 netbox-p001 systemd[1]: netbox.service: Failed with result 'exit-code'.
Feb 09 11:44:23 netbox-p001 systemd[1]: netbox.service: Service RestartSec=30s expired, scheduling restart.
Feb 09 11:44:23 netbox-p001 systemd[1]: netbox.service: Scheduled restart job, restart counter is at 19655.
Feb 09 11:44:23 netbox-p001 systemd[1]: Stopped NetBox WSGI Service.
Feb 09 11:44:23 netbox-p001 systemd[1]: Started NetBox WSGI Service.
Feb 09 11:44:23 netbox-p001 systemd[1]: netbox.service: Main process exited, code=exited, status=203/EXEC
Feb 09 11:44:23 netbox-p001 systemd[1]: netbox.service: Failed with result 'exit-code'.
Feb 09 11:44:53 netbox-p001 systemd[1]: netbox.service: Service RestartSec=30s expired, scheduling restart.
Feb 09 11:44:53 netbox-p001 systemd[1]: netbox.service: Scheduled restart job, restart counter is at 19656.
Feb 09 11:44:53 netbox-p001 systemd[1]: Stopped NetBox WSGI Service.
Feb 09 11:44:53 netbox-p001 systemd[1]: Started NetBox WSGI Service.
Feb 09 11:44:53 netbox-p001 systemd[1]: netbox.service: Main process exited, code=exited, status=203/EXEC
Feb 09 11:44:53 netbox-p001 systemd[1]: netbox.service: Failed with result 'exit-code'.
Feb 09 11:45:23 netbox-p001 systemd[1]: netbox.service: Service RestartSec=30s expired, scheduling restart.
Feb 09 11:45:23 netbox-p001 systemd[1]: netbox.service: Scheduled restart job, restart counter is at 19657.
Feb 09 11:45:23 netbox-p001 systemd[1]: Stopped NetBox WSGI Service.
Feb 09 11:45:23 netbox-p001 systemd[1]: Started NetBox WSGI Service.
Feb 09 11:45:23 netbox-p001 systemd[1]: netbox.service: Main process exited, code=exited, status=203/EXEC
Feb 09 11:45:23 netbox-p001 systemd[1]: netbox.service: Failed with result 'exit-code'.
Feb 09 11:45:54 netbox-p001 systemd[1]: netbox.service: Service RestartSec=30s expired, scheduling restart.
Feb 09 11:45:54 netbox-p001 systemd[1]: netbox.service: Scheduled restart job, restart counter is at 19658.
Feb 09 11:45:54 netbox-p001 systemd[1]: Stopped NetBox WSGI Service.
Feb 09 11:45:54 netbox-p001 systemd[1]: Started NetBox WSGI Service.
Feb 09 11:45:54 netbox-p001 systemd[1]: netbox.service: Main process exited, code=exited, status=203/EXEC
Feb 09 11:45:54 netbox-p001 systemd[1]: netbox.service: Failed with result 'exit-code'.
Feb 09 11:46:24 netbox-p001 systemd[1]: netbox.service: Service RestartSec=30s expired, scheduling restart.
Feb 09 11:46:24 netbox-p001 systemd[1]: netbox.service: Scheduled restart job, restart counter is at 19659.
Feb 09 11:46:24 netbox-p001 systemd[1]: Stopped NetBox WSGI Service.
Feb 09 11:46:24 netbox-p001 systemd[1]: Started NetBox WSGI Service.
Feb 09 11:46:24 netbox-p001 systemd[1]: netbox.service: Main process exited, code=exited, status=203/EXEC
Feb 09 11:46:24 netbox-p001 systemd[1]: netbox.service: Failed with result 'exit-code'.
Feb 09 11:46:54 netbox-p001 systemd[1]: netbox.service: Service RestartSec=30s expired, scheduling restart.
Feb 09 11:46:54 netbox-p001 systemd[1]: netbox.service: Scheduled restart job, restart counter is at 19660.
Feb 09 11:46:54 netbox-p001 systemd[1]: Stopped NetBox WSGI Service.
Feb 09 11:46:54 netbox-p001 systemd[1]: Started NetBox WSGI Service.
Feb 09 11:46:54 netbox-p001 systemd[1]: netbox.service: Main process exited, code=exited, status=203/EXEC
Feb 09 11:46:54 netbox-p001 systemd[1]: netbox.service: Failed with result 'exit-code'.
Feb 09 11:47:24 netbox-p001 systemd[1]: netbox.service: Service RestartSec=30s expired, scheduling restart.
Feb 09 11:47:24 netbox-p001 systemd[1]: netbox.service: Scheduled restart job, restart counter is at 19661.
Feb 09 11:47:24 netbox-p001 systemd[1]: Stopped NetBox WSGI Service.
Feb 09 11:47:24 netbox-p001 systemd[1]: Started NetBox WSGI Service.
Feb 09 11:47:24 netbox-p001 systemd[1]: netbox.service: Main process exited, code=exited, status=203/EXEC
Feb 09 11:47:24 netbox-p001 systemd[1]: netbox.service: Failed with result 'exit-code'.
Feb 09 11:47:55 netbox-p001 systemd[1]: netbox.service: Service RestartSec=30s expired, scheduling restart.
Feb 09 11:47:55 netbox-p001 systemd[1]: netbox.service: Scheduled restart job, restart counter is at 19662.
Feb 09 11:47:55 netbox-p001 systemd[1]: Stopped NetBox WSGI Service.
Feb 09 11:47:55 netbox-p001 systemd[1]: Started NetBox WSGI Service.
Feb 09 11:47:55 netbox-p001 systemd[1]: netbox.service: Main process exited, code=exited, status=203/EXEC
Feb 09 11:47:55 netbox-p001 systemd[1]: netbox.service: Failed with result 'exit-code'.
Feb 09 11:48:25 netbox-p001 systemd[1]: netbox.service: Service RestartSec=30s expired, scheduling restart.
Feb 09 11:48:25 netbox-p001 systemd[1]: netbox.service: Scheduled restart job, restart counter is at 19663.
Feb 09 11:48:25 netbox-p001 systemd[1]: Stopped NetBox WSGI Service.
Feb 09 11:48:25 netbox-p001 systemd[1]: Started NetBox WSGI Service.
Feb 09 11:48:25 netbox-p001 systemd[1]: netbox.service: Main process exited, code=exited, status=203/EXEC
Feb 09 11:48:25 netbox-p001 systemd[1]: netbox.service: Failed with result 'exit-code'.
Feb 09 11:48:55 netbox-p001 systemd[1]: netbox.service: Service RestartSec=30s expired, scheduling restart.
Feb 09 11:48:55 netbox-p001 systemd[1]: netbox.service: Scheduled restart job, restart counter is at 19664.
Feb 09 11:48:55 netbox-p001 systemd[1]: Stopped NetBox WSGI Service.
Feb 09 11:48:55 netbox-p001 systemd[1]: Started NetBox WSGI Service.
Feb 09 11:48:55 netbox-p001 systemd[1]: netbox.service: Main process exited, code=exited, status=203/EXEC
Feb 09 11:48:55 netbox-p001 systemd[1]: netbox.service: Failed with result 'exit-code'.
Feb 09 11:49:25 netbox-p001 systemd[1]: netbox.service: Service RestartSec=30s expired, scheduling restart.
Feb 09 11:49:25 netbox-p001 systemd[1]: netbox.service: Scheduled restart job, restart counter is at 19665.
Feb 09 11:49:25 netbox-p001 systemd[1]: Stopped NetBox WSGI Service.
Feb 09 11:49:25 netbox-p001 systemd[1]: Started NetBox WSGI Service.
Feb 09 11:49:25 netbox-p001 systemd[1]: netbox.service: Main process exited, code=exited, status=203/EXEC
Feb 09 11:49:25 netbox-p001 systemd[1]: netbox.service: Failed with result 'exit-code'.
Feb 09 11:49:56 netbox-p001 systemd[1]: netbox.service: Service RestartSec=30s expired, scheduling restart.
Feb 09 11:49:56 netbox-p001 systemd[1]: netbox.service: Scheduled restart job, restart counter is at 19666.
Feb 09 11:49:56 netbox-p001 systemd[1]: Stopped NetBox WSGI Service.
Feb 09 11:49:56 netbox-p001 systemd[1]: Started NetBox WSGI Service.
Feb 09 11:49:56 netbox-p001 systemd[1]: netbox.service: Main process exited, code=exited, status=203/EXEC
Feb 09 11:49:56 netbox-p001 systemd[1]: netbox.service: Failed with result 'exit-code'.
Feb 09 11:50:26 netbox-p001 systemd[1]: netbox.service: Service RestartSec=30s expired, scheduling restart.
Feb 09 11:50:26 netbox-p001 systemd[1]: netbox.service: Scheduled restart job, restart counter is at 19667.
Feb 09 11:50:26 netbox-p001 systemd[1]: Stopped NetBox WSGI Service.
Feb 09 11:50:26 netbox-p001 systemd[1]: Started NetBox WSGI Service.
Feb 09 11:50:26 netbox-p001 systemd[1]: netbox.service: Main process exited, code=exited, status=203/EXEC
Feb 09 11:50:26 netbox-p001 systemd[1]: netbox.service: Failed with result 'exit-code'.
Feb 09 11:50:56 netbox-p001 systemd[1]: netbox.service: Service RestartSec=30s expired, scheduling restart.
Feb 09 11:50:56 netbox-p001 systemd[1]: netbox.service: Scheduled restart job, restart counter is at 19668.
Feb 09 11:50:56 netbox-p001 systemd[1]: Stopped NetBox WSGI Service.
Feb 09 11:50:56 netbox-p001 systemd[1]: Started NetBox WSGI Service.
Feb 09 11:50:56 netbox-p001 systemd[1]: netbox.service: Main process exited, code=exited, status=203/EXEC
Feb 09 11:50:56 netbox-p001 systemd[1]: netbox.service: Failed with result 'exit-code'.
Feb 09 11:51:26 netbox-p001 systemd[1]: netbox.service: Service RestartSec=30s expired, scheduling restart.
Feb 09 11:51:26 netbox-p001 systemd[1]: netbox.service: Scheduled restart job, restart counter is at 19669.
Feb 09 11:51:26 netbox-p001 systemd[1]: Stopped NetBox WSGI Service.
Feb 09 11:51:26 netbox-p001 systemd[1]: Started NetBox WSGI Service.
Feb 09 11:51:26 netbox-p001 systemd[1]: netbox.service: Main process exited, code=exited, status=203/EXEC
Feb 09 11:51:26 netbox-p001 systemd[1]: netbox.service: Failed with result 'exit-code'.
Feb 09 11:51:57 netbox-p001 systemd[1]: netbox.service: Service RestartSec=30s expired, scheduling restart.
Feb 09 11:51:57 netbox-p001 systemd[1]: netbox.service: Scheduled restart job, restart counter is at 19670.
Feb 09 11:51:57 netbox-p001 systemd[1]: Stopped NetBox WSGI Service.
Feb 09 11:51:57 netbox-p001 systemd[1]: Started NetBox WSGI Service.
Feb 09 11:51:57 netbox-p001 systemd[1]: netbox.service: Main process exited, code=exited, status=203/EXEC
Feb 09 11:51:57 netbox-p001 systemd[1]: netbox.service: Failed with result 'exit-code'.
Feb 09 11:52:27 netbox-p001 systemd[1]: netbox.service: Service RestartSec=30s expired, scheduling restart.
Feb 09 11:52:27 netbox-p001 systemd[1]: netbox.service: Scheduled restart job, restart counter is at 19671.
Feb 09 11:52:27 netbox-p001 systemd[1]: Stopped NetBox WSGI Service.
Feb 09 11:52:27 netbox-p001 systemd[1]: Started NetBox WSGI Service.
Feb 09 11:52:27 netbox-p001 systemd[1]: netbox.service: Main process exited, code=exited, status=203/EXEC
Feb 09 11:52:27 netbox-p001 systemd[1]: netbox.service: Failed with result 'exit-code'.
Feb 09 11:52:57 netbox-p001 systemd[1]: netbox.service: Service RestartSec=30s expired, scheduling restart.
Feb 09 11:52:57 netbox-p001 systemd[1]: netbox.service: Scheduled restart job, restart counter is at 19672.
Feb 09 11:52:57 netbox-p001 systemd[1]: Stopped NetBox WSGI Service.
Feb 09 11:52:57 netbox-p001 systemd[1]: Started NetBox WSGI Service.
Feb 09 11:52:57 netbox-p001 systemd[1]: netbox.service: Main process exited, code=exited, status=203/EXEC
Feb 09 11:52:57 netbox-p001 systemd[1]: netbox.service: Failed with result 'exit-code'.
Feb 09 11:53:27 netbox-p001 systemd[1]: netbox.service: Service RestartSec=30s expired, scheduling restart.
Feb 09 11:53:27 netbox-p001 systemd[1]: netbox.service: Scheduled restart job, restart counter is at 19673.
Feb 09 11:53:27 netbox-p001 systemd[1]: Stopped NetBox WSGI Service.
Feb 09 11:53:27 netbox-p001 systemd[1]: Started NetBox WSGI Service.
Feb 09 11:53:27 netbox-p001 systemd[1]: netbox.service: Main process exited, code=exited, status=203/EXEC
Feb 09 11:53:27 netbox-p001 systemd[1]: netbox.service: Failed with result 'exit-code'.
Feb 09 11:53:58 netbox-p001 systemd[1]: netbox.service: Service RestartSec=30s expired, scheduling restart.
Feb 09 11:53:58 netbox-p001 systemd[1]: netbox.service: Scheduled restart job, restart counter is at 19674.
Feb 09 11:53:58 netbox-p001 systemd[1]: Stopped NetBox WSGI Service.
Feb 09 11:53:58 netbox-p001 systemd[1]: Started NetBox WSGI Service.
Feb 09 11:53:58 netbox-p001 systemd[1]: netbox.service: Main process exited, code=exited, status=203/EXEC
Feb 09 11:53:58 netbox-p001 systemd[1]: netbox.service: Failed with result 'exit-code'.
Feb 09 11:54:28 netbox-p001 systemd[1]: netbox.service: Service RestartSec=30s expired, scheduling restart.
Feb 09 11:54:28 netbox-p001 systemd[1]: netbox.service: Scheduled restart job, restart counter is at 19675.
Feb 09 11:54:28 netbox-p001 systemd[1]: Stopped NetBox WSGI Service.
Feb 09 11:54:28 netbox-p001 systemd[1]: Started NetBox WSGI Service.
Feb 09 11:54:28 netbox-p001 systemd[1]: netbox.service: Main process exited, code=exited, status=203/EXEC
Feb 09 11:54:28 netbox-p001 systemd[1]: netbox.service: Failed with result 'exit-code'.
Feb 09 11:54:58 netbox-p001 systemd[1]: netbox.service: Service RestartSec=30s expired, scheduling restart.
Feb 09 11:54:58 netbox-p001 systemd[1]: netbox.service: Scheduled restart job, restart counter is at 19676.
Feb 09 11:54:58 netbox-p001 systemd[1]: Stopped NetBox WSGI Service.
Feb 09 11:54:58 netbox-p001 systemd[1]: Started NetBox WSGI Service.
Feb 09 11:54:58 netbox-p001 systemd[1]: netbox.service: Main process exited, code=exited, status=203/EXEC
Feb 09 11:54:58 netbox-p001 systemd[1]: netbox.service: Failed with result 'exit-code'.
Feb 09 11:55:28 netbox-p001 systemd[1]: netbox.service: Service RestartSec=30s expired, scheduling restart.
Feb 09 11:55:28 netbox-p001 systemd[1]: netbox.service: Scheduled restart job, restart counter is at 19677.
Feb 09 11:55:28 netbox-p001 systemd[1]: Stopped NetBox WSGI Service.
Feb 09 11:55:28 netbox-p001 systemd[1]: Started NetBox WSGI Service.
Feb 09 11:55:28 netbox-p001 systemd[1]: netbox.service: Main process exited, code=exited, status=203/EXEC
Feb 09 11:55:28 netbox-p001 systemd[1]: netbox.service: Failed with result 'exit-code'.
Feb 09 11:55:59 netbox-p001 systemd[1]: netbox.service: Service RestartSec=30s expired, scheduling restart.
Feb 09 11:55:59 netbox-p001 systemd[1]: netbox.service: Scheduled restart job, restart counter is at 19678.
Feb 09 11:55:59 netbox-p001 systemd[1]: Stopped NetBox WSGI Service.
Feb 09 11:55:59 netbox-p001 systemd[1]: Started NetBox WSGI Service.
Feb 09 11:55:59 netbox-p001 systemd[1]: netbox.service: Main process exited, code=exited, status=203/EXEC
Feb 09 11:55:59 netbox-p001 systemd[1]: netbox.service: Failed with result 'exit-code'.
Feb 09 11:56:29 netbox-p001 systemd[1]: netbox.service: Service RestartSec=30s expired, scheduling restart.
Feb 09 11:56:29 netbox-p001 systemd[1]: netbox.service: Scheduled restart job, restart counter is at 19679.
Feb 09 11:56:29 netbox-p001 systemd[1]: Stopped NetBox WSGI Service.
Feb 09 11:56:29 netbox-p001 systemd[1]: Started NetBox WSGI Service.
Feb 09 11:56:29 netbox-p001 systemd[1]: netbox.service: Main process exited, code=exited, status=203/EXEC
Feb 09 11:56:29 netbox-p001 systemd[1]: netbox.service: Failed with result 'exit-code'.
Feb 09 11:56:59 netbox-p001 systemd[1]: netbox.service: Service RestartSec=30s expired, scheduling restart.
Feb 09 11:56:59 netbox-p001 systemd[1]: netbox.service: Scheduled restart job, restart counter is at 19680.
Feb 09 11:56:59 netbox-p001 systemd[1]: Stopped NetBox WSGI Service.
Feb 09 11:56:59 netbox-p001 systemd[1]: Started NetBox WSGI Service.
Feb 09 11:56:59 netbox-p001 systemd[1]: netbox.service: Main process exited, code=exited, status=203/EXEC
Feb 09 11:56:59 netbox-p001 systemd[1]: netbox.service: Failed with result 'exit-code'.
Feb 09 11:57:29 netbox-p001 systemd[1]: netbox.service: Service RestartSec=30s expired, scheduling restart.
Feb 09 11:57:29 netbox-p001 systemd[1]: netbox.service: Scheduled restart job, restart counter is at 19681.
Feb 09 11:57:29 netbox-p001 systemd[1]: Stopped NetBox WSGI Service.
Feb 09 11:57:29 netbox-p001 systemd[1]: Started NetBox WSGI Service.
Feb 09 11:57:29 netbox-p001 systemd[1]: netbox.service: Main process exited, code=exited, status=203/EXEC
Feb 09 11:57:29 netbox-p001 systemd[1]: netbox.service: Failed with result 'exit-code'.
Feb 09 11:58:00 netbox-p001 systemd[1]: netbox.service: Service RestartSec=30s expired, scheduling restart.
Feb 09 11:58:00 netbox-p001 systemd[1]: netbox.service: Scheduled restart job, restart counter is at 19682.
Feb 09 11:58:00 netbox-p001 systemd[1]: Stopped NetBox WSGI Service.
Feb 09 11:58:00 netbox-p001 systemd[1]: Started NetBox WSGI Service.
Feb 09 11:58:00 netbox-p001 systemd[1]: netbox.service: Main process exited, code=exited, status=203/EXEC
Feb 09 11:58:00 netbox-p001 systemd[1]: netbox.service: Failed with result 'exit-code'.
Feb 09 11:58:30 netbox-p001 systemd[1]: netbox.service: Service RestartSec=30s expired, scheduling restart.
Feb 09 11:58:30 netbox-p001 systemd[1]: netbox.service: Scheduled restart job, restart counter is at 19683.
Feb 09 11:58:30 netbox-p001 systemd[1]: Stopped NetBox WSGI Service.
Feb 09 11:58:30 netbox-p001 systemd[1]: Started NetBox WSGI Service.
Feb 09 11:58:30 netbox-p001 systemd[1]: netbox.service: Main process exited, code=exited, status=203/EXEC
Feb 09 11:58:30 netbox-p001 systemd[1]: netbox.service: Failed with result 'exit-code'.
Feb 09 11:59:00 netbox-p001 systemd[1]: netbox.service: Service RestartSec=30s expired, scheduling restart.
Feb 09 11:59:00 netbox-p001 systemd[1]: netbox.service: Scheduled restart job, restart counter is at 19684.
Feb 09 11:59:00 netbox-p001 systemd[1]: Stopped NetBox WSGI Service.
Feb 09 11:59:00 netbox-p001 systemd[1]: Started NetBox WSGI Service.
Feb 09 11:59:00 netbox-p001 systemd[1]: netbox.service: Main process exited, code=exited, status=203/EXEC
Feb 09 11:59:00 netbox-p001 systemd[1]: netbox.service: Failed with result 'exit-code'.
Feb 09 11:59:30 netbox-p001 systemd[1]: netbox.service: Service RestartSec=30s expired, scheduling restart.
Feb 09 11:59:30 netbox-p001 systemd[1]: netbox.service: Scheduled restart job, restart counter is at 19685.
Feb 09 11:59:30 netbox-p001 systemd[1]: Stopped NetBox WSGI Service.
Feb 09 11:59:30 netbox-p001 systemd[1]: Started NetBox WSGI Service.
Feb 09 11:59:30 netbox-p001 systemd[1]: netbox.service: Main process exited, code=exited, status=203/EXEC
Feb 09 11:59:30 netbox-p001 systemd[1]: netbox.service: Failed with result 'exit-code'.
Feb 09 12:00:01 netbox-p001 systemd[1]: netbox.service: Service RestartSec=30s expired, scheduling restart.
Feb 09 12:00:01 netbox-p001 systemd[1]: netbox.service: Scheduled restart job, restart counter is at 19686.
Feb 09 12:00:01 netbox-p001 systemd[1]: Stopped NetBox WSGI Service.
Feb 09 12:00:01 netbox-p001 systemd[1]: Started NetBox WSGI Service.
Feb 09 12:00:01 netbox-p001 systemd[1]: netbox.service: Main process exited, code=exited, status=203/EXEC
Feb 09 12:00:01 netbox-p001 systemd[1]: netbox.service: Failed with result 'exit-code'.
Feb 09 12:00:31 netbox-p001 systemd[1]: netbox.service: Service RestartSec=30s expired, scheduling restart.
Feb 09 12:00:31 netbox-p001 systemd[1]: netbox.service: Scheduled restart job, restart counter is at 19687.
Feb 09 12:00:31 netbox-p001 systemd[1]: Stopped NetBox WSGI Service.
Feb 09 12:00:31 netbox-p001 systemd[1]: Started NetBox WSGI Service.
Feb 09 12:00:31 netbox-p001 systemd[1]: netbox.service: Main process exited, code=exited, status=203/EXEC
Feb 09 12:00:31 netbox-p001 systemd[1]: netbox.service: Failed with result 'exit-code'.
Feb 09 12:01:01 netbox-p001 systemd[1]: netbox.service: Service RestartSec=30s expired, scheduling restart.
Feb 09 12:01:01 netbox-p001 systemd[1]: netbox.service: Scheduled restart job, restart counter is at 19688.
Feb 09 12:01:01 netbox-p001 systemd[1]: Stopped NetBox WSGI Service.
Feb 09 12:01:01 netbox-p001 systemd[1]: Started NetBox WSGI Service.
Feb 09 12:01:01 netbox-p001 systemd[1]: netbox.service: Main process exited, code=exited, status=203/EXEC
Feb 09 12:01:01 netbox-p001 systemd[1]: netbox.service: Failed with result 'exit-code'.
Feb 09 12:01:31 netbox-p001 systemd[1]: netbox.service: Service RestartSec=30s expired, scheduling restart.
Feb 09 12:01:31 netbox-p001 systemd[1]: netbox.service: Scheduled restart job, restart counter is at 19689.
Feb 09 12:01:31 netbox-p001 systemd[1]: Stopped NetBox WSGI Service.
Feb 09 12:01:31 netbox-p001 systemd[1]: Started NetBox WSGI Service.
Feb 09 12:01:31 netbox-p001 systemd[1]: netbox.service: Main process exited, code=exited, status=203/EXEC
Feb 09 12:01:31 netbox-p001 systemd[1]: netbox.service: Failed with result 'exit-code'.
Feb 09 12:02:02 netbox-p001 systemd[1]: netbox.service: Service RestartSec=30s expired, scheduling restart.
Feb 09 12:02:02 netbox-p001 systemd[1]: netbox.service: Scheduled restart job, restart counter is at 19690.
Feb 09 12:02:02 netbox-p001 systemd[1]: Stopped NetBox WSGI Service.
Feb 09 12:02:02 netbox-p001 systemd[1]: Started NetBox WSGI Service.
Feb 09 12:02:02 netbox-p001 systemd[1]: netbox.service: Main process exited, code=exited, status=203/EXEC
Feb 09 12:02:02 netbox-p001 systemd[1]: netbox.service: Failed with result 'exit-code'.
Feb 09 12:02:32 netbox-p001 systemd[1]: netbox.service: Service RestartSec=30s expired, scheduling restart.
Feb 09 12:02:32 netbox-p001 systemd[1]: netbox.service: Scheduled restart job, restart counter is at 19691.
Feb 09 12:02:32 netbox-p001 systemd[1]: Stopped NetBox WSGI Service.
Feb 09 12:02:32 netbox-p001 systemd[1]: Started NetBox WSGI Service.
Feb 09 12:02:32 netbox-p001 systemd[1]: netbox.service: Main process exited, code=exited, status=203/EXEC
Feb 09 12:02:32 netbox-p001 systemd[1]: netbox.service: Failed with result 'exit-code'.
Feb 09 12:03:02 netbox-p001 systemd[1]: netbox.service: Service RestartSec=30s expired, scheduling restart.
Feb 09 12:03:02 netbox-p001 systemd[1]: netbox.service: Scheduled restart job, restart counter is at 19692.
Feb 09 12:03:02 netbox-p001 systemd[1]: Stopped NetBox WSGI Service.
Feb 09 12:03:02 netbox-p001 systemd[1]: Started NetBox WSGI Service.
Feb 09 12:03:02 netbox-p001 systemd[1]: netbox.service: Main process exited, code=exited, status=203/EXEC
Feb 09 12:03:02 netbox-p001 systemd[1]: netbox.service: Failed with result 'exit-code'.
Feb 09 12:03:32 netbox-p001 systemd[1]: netbox.service: Service RestartSec=30s expired, scheduling restart.
Feb 09 12:03:32 netbox-p001 systemd[1]: netbox.service: Scheduled restart job, restart counter is at 19693.
Feb 09 12:03:32 netbox-p001 systemd[1]: Stopped NetBox WSGI Service.
Feb 09 12:03:32 netbox-p001 systemd[1]: Started NetBox WSGI Service.
Feb 09 12:03:32 netbox-p001 systemd[1]: netbox.service: Main process exited, code=exited, status=203/EXEC
Feb 09 12:03:32 netbox-p001 systemd[1]: netbox.service: Failed with result 'exit-code'.
Feb 09 12:04:03 netbox-p001 systemd[1]: netbox.service: Service RestartSec=30s expired, scheduling restart.
Feb 09 12:04:03 netbox-p001 systemd[1]: netbox.service: Scheduled restart job, restart counter is at 19694.
Feb 09 12:04:03 netbox-p001 systemd[1]: Stopped NetBox WSGI Service.
Feb 09 12:04:03 netbox-p001 systemd[1]: Started NetBox WSGI Service.
Feb 09 12:04:03 netbox-p001 systemd[1]: netbox.service: Main process exited, code=exited, status=203/EXEC
Feb 09 12:04:03 netbox-p001 systemd[1]: netbox.service: Failed with result 'exit-code'.
Feb 09 12:04:33 netbox-p001 systemd[1]: netbox.service: Service RestartSec=30s expired, scheduling restart.
Feb 09 12:04:33 netbox-p001 systemd[1]: netbox.service: Scheduled restart job, restart counter is at 19695.
Feb 09 12:04:33 netbox-p001 systemd[1]: Stopped NetBox WSGI Service.
Feb 09 12:04:33 netbox-p001 systemd[1]: Started NetBox WSGI Service.
Feb 09 12:04:33 netbox-p001 systemd[1]: netbox.service: Main process exited, code=exited, status=203/EXEC
Feb 09 12:04:33 netbox-p001 systemd[1]: netbox.service: Failed with result 'exit-code'.
Feb 09 12:05:03 netbox-p001 systemd[1]: netbox.service: Service RestartSec=30s expired, scheduling restart.
Feb 09 12:05:03 netbox-p001 systemd[1]: netbox.service: Scheduled restart job, restart counter is at 19696.
Feb 09 12:05:03 netbox-p001 systemd[1]: Stopped NetBox WSGI Service.
Feb 09 12:05:03 netbox-p001 systemd[1]: Started NetBox WSGI Service.
Feb 09 12:05:03 netbox-p001 systemd[1]: netbox.service: Main process exited, code=exited, status=203/EXEC
Feb 09 12:05:03 netbox-p001 systemd[1]: netbox.service: Failed with result 'exit-code'.
Feb 09 12:05:33 netbox-p001 systemd[1]: netbox.service: Service RestartSec=30s expired, scheduling restart.
Feb 09 12:05:33 netbox-p001 systemd[1]: netbox.service: Scheduled restart job, restart counter is at 19697.
Feb 09 12:05:33 netbox-p001 systemd[1]: Stopped NetBox WSGI Service.
Feb 09 12:05:33 netbox-p001 systemd[1]: Started NetBox WSGI Service.
Feb 09 12:05:33 netbox-p001 systemd[1]: netbox.service: Main process exited, code=exited, status=203/EXEC
Feb 09 12:05:33 netbox-p001 systemd[1]: netbox.service: Failed with result 'exit-code'.
Feb 09 12:06:04 netbox-p001 systemd[1]: netbox.service: Service RestartSec=30s expired, scheduling restart.
Feb 09 12:06:04 netbox-p001 systemd[1]: netbox.service: Scheduled restart job, restart counter is at 19698.
Feb 09 12:06:04 netbox-p001 systemd[1]: Stopped NetBox WSGI Service.
Feb 09 12:06:04 netbox-p001 systemd[1]: Started NetBox WSGI Service.
Feb 09 12:06:04 netbox-p001 systemd[1]: netbox.service: Main process exited, code=exited, status=203/EXEC
Feb 09 12:06:04 netbox-p001 systemd[1]: netbox.service: Failed with result 'exit-code'.
Feb 09 12:06:34 netbox-p001 systemd[1]: netbox.service: Service RestartSec=30s expired, scheduling restart.
Feb 09 12:06:34 netbox-p001 systemd[1]: netbox.service: Scheduled restart job, restart counter is at 19699.
Feb 09 12:06:34 netbox-p001 systemd[1]: Stopped NetBox WSGI Service.
Feb 09 12:06:34 netbox-p001 systemd[1]: Started NetBox WSGI Service.
Feb 09 12:06:34 netbox-p001 systemd[1]: netbox.service: Main process exited, code=exited, status=203/EXEC
Feb 09 12:06:34 netbox-p001 systemd[1]: netbox.service: Failed with result 'exit-code'.
Feb 09 12:07:04 netbox-p001 systemd[1]: netbox.service: Service RestartSec=30s expired, scheduling restart.
Feb 09 12:07:04 netbox-p001 systemd[1]: netbox.service: Scheduled restart job, restart counter is at 19700.
Feb 09 12:07:04 netbox-p001 systemd[1]: Stopped NetBox WSGI Service.
Feb 09 12:07:04 netbox-p001 systemd[1]: Started NetBox WSGI Service.
Feb 09 12:07:04 netbox-p001 systemd[1]: netbox.service: Main process exited, code=exited, status=203/EXEC
Feb 09 12:07:04 netbox-p001 systemd[1]: netbox.service: Failed with result 'exit-code'.
Feb 09 12:07:34 netbox-p001 systemd[1]: netbox.service: Service RestartSec=30s expired, scheduling restart.
Feb 09 12:07:34 netbox-p001 systemd[1]: netbox.service: Scheduled restart job, restart counter is at 19701.
Feb 09 12:07:34 netbox-p001 systemd[1]: Stopped NetBox WSGI Service.
Feb 09 12:07:34 netbox-p001 systemd[1]: Started NetBox WSGI Service.
Feb 09 12:07:34 netbox-p001 systemd[1]: netbox.service: Main process exited, code=exited, status=203/EXEC
Feb 09 12:07:34 netbox-p001 systemd[1]: netbox.service: Failed with result 'exit-code'.
Feb 09 12:08:05 netbox-p001 systemd[1]: netbox.service: Service RestartSec=30s expired, scheduling restart.
Feb 09 12:08:05 netbox-p001 systemd[1]: netbox.service: Scheduled restart job, restart counter is at 19702.
Feb 09 12:08:05 netbox-p001 systemd[1]: Stopped NetBox WSGI Service.
Feb 09 12:08:05 netbox-p001 systemd[1]: Started NetBox WSGI Service.
Feb 09 12:08:05 netbox-p001 systemd[1]: netbox.service: Main process exited, code=exited, status=203/EXEC
Feb 09 12:08:05 netbox-p001 systemd[1]: netbox.service: Failed with result 'exit-code'.
Feb 09 12:08:35 netbox-p001 systemd[1]: netbox.service: Service RestartSec=30s expired, scheduling restart.
Feb 09 12:08:35 netbox-p001 systemd[1]: netbox.service: Scheduled restart job, restart counter is at 19703.
Feb 09 12:08:35 netbox-p001 systemd[1]: Stopped NetBox WSGI Service.
Feb 09 12:08:35 netbox-p001 systemd[1]: Started NetBox WSGI Service.
Feb 09 12:08:35 netbox-p001 systemd[1]: netbox.service: Main process exited, code=exited, status=203/EXEC
Feb 09 12:08:35 netbox-p001 systemd[1]: netbox.service: Failed with result 'exit-code'.
Feb 09 12:09:05 netbox-p001 systemd[1]: netbox.service: Service RestartSec=30s expired, scheduling restart.
Feb 09 12:09:05 netbox-p001 systemd[1]: netbox.service: Scheduled restart job, restart counter is at 19704.
Feb 09 12:09:05 netbox-p001 systemd[1]: Stopped NetBox WSGI Service.
Feb 09 12:09:05 netbox-p001 systemd[1]: Started NetBox WSGI Service.
Feb 09 12:09:05 netbox-p001 systemd[1]: netbox.service: Main process exited, code=exited, status=203/EXEC
Feb 09 12:09:05 netbox-p001 systemd[1]: netbox.service: Failed with result 'exit-code'.
Feb 09 12:09:35 netbox-p001 systemd[1]: netbox.service: Service RestartSec=30s expired, scheduling restart.
Feb 09 12:09:35 netbox-p001 systemd[1]: netbox.service: Scheduled restart job, restart counter is at 19705.
Feb 09 12:09:35 netbox-p001 systemd[1]: Stopped NetBox WSGI Service.
Feb 09 12:09:35 netbox-p001 systemd[1]: Started NetBox WSGI Service.
Feb 09 12:09:35 netbox-p001 systemd[1]: netbox.service: Main process exited, code=exited, status=203/EXEC
Feb 09 12:09:35 netbox-p001 systemd[1]: netbox.service: Failed with result 'exit-code'.
Feb 09 12:10:06 netbox-p001 systemd[1]: netbox.service: Service RestartSec=30s expired, scheduling restart.
Feb 09 12:10:06 netbox-p001 systemd[1]: netbox.service: Scheduled restart job, restart counter is at 19706.
Feb 09 12:10:06 netbox-p001 systemd[1]: Stopped NetBox WSGI Service.
Feb 09 12:10:06 netbox-p001 systemd[1]: Started NetBox WSGI Service.
Feb 09 12:10:06 netbox-p001 systemd[1]: netbox.service: Main process exited, code=exited, status=203/EXEC
Feb 09 12:10:06 netbox-p001 systemd[1]: netbox.service: Failed with result 'exit-code'.
Feb 09 12:10:36 netbox-p001 systemd[1]: netbox.service: Service RestartSec=30s expired, scheduling restart.
Feb 09 12:10:36 netbox-p001 systemd[1]: netbox.service: Scheduled restart job, restart counter is at 19707.
Feb 09 12:10:36 netbox-p001 systemd[1]: Stopped NetBox WSGI Service.
Feb 09 12:10:36 netbox-p001 systemd[1]: Started NetBox WSGI Service.
Feb 09 12:10:36 netbox-p001 systemd[1]: netbox.service: Main process exited, code=exited, status=203/EXEC
Feb 09 12:10:36 netbox-p001 systemd[1]: netbox.service: Failed with result 'exit-code'.
Feb 09 12:11:06 netbox-p001 systemd[1]: netbox.service: Service RestartSec=30s expired, scheduling restart.
Feb 09 12:11:06 netbox-p001 systemd[1]: netbox.service: Scheduled restart job, restart counter is at 19708.
Feb 09 12:11:06 netbox-p001 systemd[1]: Stopped NetBox WSGI Service.
Feb 09 12:11:06 netbox-p001 systemd[1]: Started NetBox WSGI Service.
Feb 09 12:11:06 netbox-p001 systemd[1]: netbox.service: Main process exited, code=exited, status=203/EXEC
Feb 09 12:11:06 netbox-p001 systemd[1]: netbox.service: Failed with result 'exit-code'.
Feb 09 12:11:36 netbox-p001 systemd[1]: netbox.service: Service RestartSec=30s expired, scheduling restart.
Feb 09 12:11:36 netbox-p001 systemd[1]: netbox.service: Scheduled restart job, restart counter is at 19709.
Feb 09 12:11:36 netbox-p001 systemd[1]: Stopped NetBox WSGI Service.
Feb 09 12:11:36 netbox-p001 systemd[1]: Started NetBox WSGI Service.
Feb 09 12:11:36 netbox-p001 systemd[1]: netbox.service: Main process exited, code=exited, status=203/EXEC
Feb 09 12:11:36 netbox-p001 systemd[1]: netbox.service: Failed with result 'exit-code'.
Feb 09 12:12:07 netbox-p001 systemd[1]: netbox.service: Service RestartSec=30s expired, scheduling restart.
Feb 09 12:12:07 netbox-p001 systemd[1]: netbox.service: Scheduled restart job, restart counter is at 19710.
Feb 09 12:12:07 netbox-p001 systemd[1]: Stopped NetBox WSGI Service.
Feb 09 12:12:07 netbox-p001 systemd[1]: Started NetBox WSGI Service.
Feb 09 12:12:07 netbox-p001 systemd[1]: netbox.service: Main process exited, code=exited, status=203/EXEC
Feb 09 12:12:07 netbox-p001 systemd[1]: netbox.service: Failed with result 'exit-code'.
Feb 09 12:12:37 netbox-p001 systemd[1]: netbox.service: Service RestartSec=30s expired, scheduling restart.
Feb 09 12:12:37 netbox-p001 systemd[1]: netbox.service: Scheduled restart job, restart counter is at 19711.
Feb 09 12:12:37 netbox-p001 systemd[1]: Stopped NetBox WSGI Service.
Feb 09 12:12:37 netbox-p001 systemd[1]: Started NetBox WSGI Service.
Feb 09 12:12:37 netbox-p001 systemd[1]: netbox.service: Main process exited, code=exited, status=203/EXEC
Feb 09 12:12:37 netbox-p001 systemd[1]: netbox.service: Failed with result 'exit-code'.
Feb 09 12:13:07 netbox-p001 systemd[1]: netbox.service: Service RestartSec=30s expired, scheduling restart.
Feb 09 12:13:07 netbox-p001 systemd[1]: netbox.service: Scheduled restart job, restart counter is at 19712.
Feb 09 12:13:07 netbox-p001 systemd[1]: Stopped NetBox WSGI Service.
Feb 09 12:13:07 netbox-p001 systemd[1]: Started NetBox WSGI Service.
Feb 09 12:13:07 netbox-p001 systemd[1]: netbox.service: Main process exited, code=exited, status=203/EXEC
Feb 09 12:13:07 netbox-p001 systemd[1]: netbox.service: Failed with result 'exit-code'.
Feb 09 12:13:37 netbox-p001 systemd[1]: netbox.service: Service RestartSec=30s expired, scheduling restart.
Feb 09 12:13:37 netbox-p001 systemd[1]: netbox.service: Scheduled restart job, restart counter is at 19713.
Feb 09 12:13:37 netbox-p001 systemd[1]: Stopped NetBox WSGI Service.
Feb 09 12:13:37 netbox-p001 systemd[1]: Started NetBox WSGI Service.
Feb 09 12:13:37 netbox-p001 systemd[1]: netbox.service: Main process exited, code=exited, status=203/EXEC
Feb 09 12:13:37 netbox-p001 systemd[1]: netbox.service: Failed with result 'exit-code'.
Feb 09 12:14:08 netbox-p001 systemd[1]: netbox.service: Service RestartSec=30s expired, scheduling restart.
Feb 09 12:14:08 netbox-p001 systemd[1]: netbox.service: Scheduled restart job, restart counter is at 19714.
Feb 09 12:14:08 netbox-p001 systemd[1]: Stopped NetBox WSGI Service.
Feb 09 12:14:08 netbox-p001 systemd[1]: Started NetBox WSGI Service.
Feb 09 12:14:08 netbox-p001 systemd[1]: netbox.service: Main process exited, code=exited, status=203/EXEC
Feb 09 12:14:08 netbox-p001 systemd[1]: netbox.service: Failed with result 'exit-code'.
Feb 09 12:14:38 netbox-p001 systemd[1]: netbox.service: Service RestartSec=30s expired, scheduling restart.
Feb 09 12:14:38 netbox-p001 systemd[1]: netbox.service: Scheduled restart job, restart counter is at 19715.
Feb 09 12:14:38 netbox-p001 systemd[1]: Stopped NetBox WSGI Service.
Feb 09 12:14:38 netbox-p001 systemd[1]: Started NetBox WSGI Service.
Feb 09 12:14:38 netbox-p001 systemd[1]: netbox.service: Main process exited, code=exited, status=203/EXEC
Feb 09 12:14:38 netbox-p001 systemd[1]: netbox.service: Failed with result 'exit-code'.
Feb 09 12:15:08 netbox-p001 systemd[1]: netbox.service: Service RestartSec=30s expired, scheduling restart.
Feb 09 12:15:08 netbox-p001 systemd[1]: netbox.service: Scheduled restart job, restart counter is at 19716.
Feb 09 12:15:08 netbox-p001 systemd[1]: Stopped NetBox WSGI Service.
Feb 09 12:15:08 netbox-p001 systemd[1]: Started NetBox WSGI Service.
Feb 09 12:15:08 netbox-p001 systemd[1]: netbox.service: Main process exited, code=exited, status=203/EXEC
Feb 09 12:15:08 netbox-p001 systemd[1]: netbox.service: Failed with result 'exit-code'.
Feb 09 12:15:38 netbox-p001 systemd[1]: netbox.service: Service RestartSec=30s expired, scheduling restart.
Feb 09 12:15:38 netbox-p001 systemd[1]: netbox.service: Scheduled restart job, restart counter is at 19717.
Feb 09 12:15:38 netbox-p001 systemd[1]: Stopped NetBox WSGI Service.
Feb 09 12:15:38 netbox-p001 systemd[1]: Started NetBox WSGI Service.
Feb 09 12:15:38 netbox-p001 systemd[1]: netbox.service: Main process exited, code=exited, status=203/EXEC
Feb 09 12:15:38 netbox-p001 systemd[1]: netbox.service: Failed with result 'exit-code'.
Feb 09 12:16:09 netbox-p001 systemd[1]: netbox.service: Service RestartSec=30s expired, scheduling restart.
Feb 09 12:16:09 netbox-p001 systemd[1]: netbox.service: Scheduled restart job, restart counter is at 19718.
Feb 09 12:16:09 netbox-p001 systemd[1]: Stopped NetBox WSGI Service.
Feb 09 12:16:09 netbox-p001 systemd[1]: Started NetBox WSGI Service.
Feb 09 12:16:09 netbox-p001 systemd[1]: netbox.service: Main process exited, code=exited, status=203/EXEC
Feb 09 12:16:09 netbox-p001 systemd[1]: netbox.service: Failed with result 'exit-code'.
Feb 09 12:16:39 netbox-p001 systemd[1]: netbox.service: Service RestartSec=30s expired, scheduling restart.
Feb 09 12:16:39 netbox-p001 systemd[1]: netbox.service: Scheduled restart job, restart counter is at 19719.
Feb 09 12:16:39 netbox-p001 systemd[1]: Stopped NetBox WSGI Service.
Feb 09 12:16:39 netbox-p001 systemd[1]: Started NetBox WSGI Service.
Feb 09 12:16:39 netbox-p001 systemd[1]: netbox.service: Main process exited, code=exited, status=203/EXEC
Feb 09 12:16:39 netbox-p001 systemd[1]: netbox.service: Failed with result 'exit-code'.
Feb 09 12:17:09 netbox-p001 systemd[1]: netbox.service: Service RestartSec=30s expired, scheduling restart.
Feb 09 12:17:09 netbox-p001 systemd[1]: netbox.service: Scheduled restart job, restart counter is at 19720.
Feb 09 12:17:09 netbox-p001 systemd[1]: Stopped NetBox WSGI Service.
Feb 09 12:17:09 netbox-p001 systemd[1]: Started NetBox WSGI Service.
Feb 09 12:17:09 netbox-p001 systemd[1]: netbox.service: Main process exited, code=exited, status=203/EXEC
Feb 09 12:17:09 netbox-p001 systemd[1]: netbox.service: Failed with result 'exit-code'.
Feb 09 12:17:39 netbox-p001 systemd[1]: netbox.service: Service RestartSec=30s expired, scheduling restart.
Feb 09 12:17:39 netbox-p001 systemd[1]: netbox.service: Scheduled restart job, restart counter is at 19721.
Feb 09 12:17:39 netbox-p001 systemd[1]: Stopped NetBox WSGI Service.
Feb 09 12:17:39 netbox-p001 systemd[1]: Started NetBox WSGI Service.
Feb 09 12:17:39 netbox-p001 systemd[1]: netbox.service: Main process exited, code=exited, status=203/EXEC
Feb 09 12:17:39 netbox-p001 systemd[1]: netbox.service: Failed with result 'exit-code'.
Feb 09 12:18:10 netbox-p001 systemd[1]: netbox.service: Service RestartSec=30s expired, scheduling restart.
Feb 09 12:18:10 netbox-p001 systemd[1]: netbox.service: Scheduled restart job, restart counter is at 19722.
Feb 09 12:18:10 netbox-p001 systemd[1]: Stopped NetBox WSGI Service.
Feb 09 12:18:10 netbox-p001 systemd[1]: Started NetBox WSGI Service.
Feb 09 12:18:10 netbox-p001 systemd[1]: netbox.service: Main process exited, code=exited, status=203/EXEC
Feb 09 12:18:10 netbox-p001 systemd[1]: netbox.service: Failed with result 'exit-code'.
Feb 09 12:18:40 netbox-p001 systemd[1]: netbox.service: Service RestartSec=30s expired, scheduling restart.
Feb 09 12:18:40 netbox-p001 systemd[1]: netbox.service: Scheduled restart job, restart counter is at 19723.
Feb 09 12:18:40 netbox-p001 systemd[1]: Stopped NetBox WSGI Service.
Feb 09 12:18:40 netbox-p001 systemd[1]: Started NetBox WSGI Service.
Feb 09 12:18:40 netbox-p001 systemd[1]: netbox.service: Main process exited, code=exited, status=203/EXEC
Feb 09 12:18:40 netbox-p001 systemd[1]: netbox.service: Failed with result 'exit-code'.
Feb 09 12:19:10 netbox-p001 systemd[1]: netbox.service: Service RestartSec=30s expired, scheduling restart.
Feb 09 12:19:10 netbox-p001 systemd[1]: netbox.service: Scheduled restart job, restart counter is at 19724.
Feb 09 12:19:10 netbox-p001 systemd[1]: Stopped NetBox WSGI Service.
Feb 09 12:19:10 netbox-p001 systemd[1]: Started NetBox WSGI Service.
Feb 09 12:19:10 netbox-p001 systemd[1]: netbox.service: Main process exited, code=exited, status=203/EXEC
Feb 09 12:19:10 netbox-p001 systemd[1]: netbox.service: Failed with result 'exit-code'.
Feb 09 12:19:40 netbox-p001 systemd[1]: netbox.service: Service RestartSec=30s expired, scheduling restart.
Feb 09 12:19:40 netbox-p001 systemd[1]: netbox.service: Scheduled restart job, restart counter is at 19725.
Feb 09 12:19:40 netbox-p001 systemd[1]: Stopped NetBox WSGI Service.
Feb 09 12:19:40 netbox-p001 systemd[1]: Started NetBox WSGI Service.
Feb 09 12:19:40 netbox-p001 systemd[1]: netbox.service: Main process exited, code=exited, status=203/EXEC
Feb 09 12:19:40 netbox-p001 systemd[1]: netbox.service: Failed with result 'exit-code'.
Feb 09 12:20:11 netbox-p001 systemd[1]: netbox.service: Service RestartSec=30s expired, scheduling restart.
Feb 09 12:20:11 netbox-p001 systemd[1]: netbox.service: Scheduled restart job, restart counter is at 19726.
Feb 09 12:20:11 netbox-p001 systemd[1]: Stopped NetBox WSGI Service.
Feb 09 12:20:11 netbox-p001 systemd[1]: Started NetBox WSGI Service.
Feb 09 12:20:11 netbox-p001 systemd[1]: netbox.service: Main process exited, code=exited, status=203/EXEC
Feb 09 12:20:11 netbox-p001 systemd[1]: netbox.service: Failed with result 'exit-code'.
Feb 09 12:20:41 netbox-p001 systemd[1]: netbox.service: Service RestartSec=30s expired, scheduling restart.
Feb 09 12:20:41 netbox-p001 systemd[1]: netbox.service: Scheduled restart job, restart counter is at 19727.
Feb 09 12:20:41 netbox-p001 systemd[1]: Stopped NetBox WSGI Service.
Feb 09 12:20:41 netbox-p001 systemd[1]: Started NetBox WSGI Service.
Feb 09 12:20:41 netbox-p001 systemd[1]: netbox.service: Main process exited, code=exited, status=203/EXEC
Feb 09 12:20:41 netbox-p001 systemd[1]: netbox.service: Failed with result 'exit-code'.
Feb 09 12:21:11 netbox-p001 systemd[1]: netbox.service: Service RestartSec=30s expired, scheduling restart.
Feb 09 12:21:11 netbox-p001 systemd[1]: netbox.service: Scheduled restart job, restart counter is at 19728.
Feb 09 12:21:11 netbox-p001 systemd[1]: Stopped NetBox WSGI Service.
Feb 09 12:21:11 netbox-p001 systemd[1]: Started NetBox WSGI Service.
Feb 09 12:21:11 netbox-p001 systemd[1]: netbox.service: Main process exited, code=exited, status=203/EXEC
Feb 09 12:21:11 netbox-p001 systemd[1]: netbox.service: Failed with result 'exit-code'.
Feb 09 12:21:41 netbox-p001 systemd[1]: netbox.service: Service RestartSec=30s expired, scheduling restart.
Feb 09 12:21:41 netbox-p001 systemd[1]: netbox.service: Scheduled restart job, restart counter is at 19729.
Feb 09 12:21:41 netbox-p001 systemd[1]: Stopped NetBox WSGI Service.
Feb 09 12:21:41 netbox-p001 systemd[1]: Started NetBox WSGI Service.
Feb 09 12:21:41 netbox-p001 systemd[1]: netbox.service: Main process exited, code=exited, status=203/EXEC
Feb 09 12:21:41 netbox-p001 systemd[1]: netbox.service: Failed with result 'exit-code'.
Feb 09 12:22:12 netbox-p001 systemd[1]: netbox.service: Service RestartSec=30s expired, scheduling restart.
Feb 09 12:22:12 netbox-p001 systemd[1]: netbox.service: Scheduled restart job, restart counter is at 19730.
Feb 09 12:22:12 netbox-p001 systemd[1]: Stopped NetBox WSGI Service.
Feb 09 12:22:12 netbox-p001 systemd[1]: Started NetBox WSGI Service.
Feb 09 12:22:12 netbox-p001 systemd[1]: netbox.service: Main process exited, code=exited, status=203/EXEC
Feb 09 12:22:12 netbox-p001 systemd[1]: netbox.service: Failed with result 'exit-code'.
Feb 09 12:22:42 netbox-p001 systemd[1]: netbox.service: Service RestartSec=30s expired, scheduling restart.
Feb 09 12:22:42 netbox-p001 systemd[1]: netbox.service: Scheduled restart job, restart counter is at 19731.
Feb 09 12:22:42 netbox-p001 systemd[1]: Stopped NetBox WSGI Service.
Feb 09 12:22:42 netbox-p001 systemd[1]: Started NetBox WSGI Service.
Feb 09 12:22:42 netbox-p001 systemd[1]: netbox.service: Main process exited, code=exited, status=203/EXEC
Feb 09 12:22:42 netbox-p001 systemd[1]: netbox.service: Failed with result 'exit-code'.
Feb 09 12:23:12 netbox-p001 systemd[1]: netbox.service: Service RestartSec=30s expired, scheduling restart.
Feb 09 12:23:12 netbox-p001 systemd[1]: netbox.service: Scheduled restart job, restart counter is at 19732.
Feb 09 12:23:12 netbox-p001 systemd[1]: Stopped NetBox WSGI Service.
Feb 09 12:23:12 netbox-p001 systemd[1]: Started NetBox WSGI Service.
Feb 09 12:23:12 netbox-p001 systemd[1]: netbox.service: Main process exited, code=exited, status=203/EXEC
Feb 09 12:23:12 netbox-p001 systemd[1]: netbox.service: Failed with result 'exit-code'.
Feb 09 12:23:42 netbox-p001 systemd[1]: netbox.service: Service RestartSec=30s expired, scheduling restart.
Feb 09 12:23:42 netbox-p001 systemd[1]: netbox.service: Scheduled restart job, restart counter is at 19733.
Feb 09 12:23:42 netbox-p001 systemd[1]: Stopped NetBox WSGI Service.
Feb 09 12:23:42 netbox-p001 systemd[1]: Started NetBox WSGI Service.
Feb 09 12:23:42 netbox-p001 systemd[1]: netbox.service: Main process exited, code=exited, status=203/EXEC
Feb 09 12:23:42 netbox-p001 systemd[1]: netbox.service: Failed with result 'exit-code'.
Feb 09 12:24:13 netbox-p001 systemd[1]: netbox.service: Service RestartSec=30s expired, scheduling restart.
Feb 09 12:24:13 netbox-p001 systemd[1]: netbox.service: Scheduled restart job, restart counter is at 19734.
Feb 09 12:24:13 netbox-p001 systemd[1]: Stopped NetBox WSGI Service.
Feb 09 12:24:13 netbox-p001 systemd[1]: Started NetBox WSGI Service.
Feb 09 12:24:13 netbox-p001 systemd[1]: netbox.service: Main process exited, code=exited, status=203/EXEC
Feb 09 12:24:13 netbox-p001 systemd[1]: netbox.service: Failed with result 'exit-code'.
[abanta@netbox-p001 ~]$ sudo systemctl status netbox-rq
● netbox-rq.service - NetBox Request Queue Worker
   Loaded: loaded (/etc/systemd/system/netbox-rq.service; enabled; vendor prese>
   Active: active (running) since Wed 2022-02-02 17:08:46 MST; 6 days ago
     Docs: https://netbox.readthedocs.io/en/stable/
 Main PID: 19850 (python3)
    Tasks: 2 (limit: 49447)
   Memory: 106.7M
   CGroup: /system.slice/netbox-rq.service
           └─19850 /opt/netbox/venv/bin/python3 /opt/netbox/netbox/manage.py rq>

Feb 02 17:08:46 netbox-p001 systemd[1]: Started NetBox Request Queue Worker.
[abanta@netbox-p001 ~]$ sudo journalctl --no-pager -eu netbox-rq
-- Logs begin at Wed 2022-02-02 12:08:24 MST, end at Wed 2022-02-09 12:24:43 MST. --
Feb 02 14:33:27 netbox-p001 systemd[1]: Started NetBox Request Queue Worker.
Feb 02 16:24:48 netbox-p001 systemd[1]: netbox-rq.service: Succeeded.
Feb 02 16:52:33 netbox-p001 systemd[1]: Started NetBox Request Queue Worker.
Feb 02 17:08:39 netbox-p001 systemd[1]: Stopping NetBox Request Queue Worker...
Feb 02 17:08:40 netbox-p001 systemd[1]: netbox-rq.service: Succeeded.
Feb 02 17:08:40 netbox-p001 systemd[1]: Stopped NetBox Request Queue Worker.
Feb 02 17:08:46 netbox-p001 systemd[1]: Started NetBox Request Queue Worker.
[abanta@netbox-p001 ~]$

Thanks,
Reply all
Reply to author
Forward
0 new messages