-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpost-mortem
23 lines (19 loc) · 1.9 KB
/
post-mortem
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
Scraped from /var/log/syslog on `teensy-2022`:
Jul 21 22:31:55 teensy systemd[1]: teensy.service: Scheduled restart job, restart counter is at 2.
Jul 21 22:31:55 teensy systemd[872]: teensy.service: Failed to execute command: No such file or directory
Jul 21 22:31:55 teensy systemd[872]: teensy.service: Failed at step EXEC spawning /home/teensy/teensy/.venv/bin/gunicorn: No such file or directory
Jul 21 22:31:55 teensy systemd[1]: teensy.service: Main process exited, code=exited, status=203/EXEC
Jul 21 22:31:55 teensy systemd[1]: teensy.service: Failed with result 'exit-code'.
Jul 21 22:31:56 teensy systemd[1]: teensy.service: Scheduled restart job, restart counter is at 3.
Jul 21 22:31:56 teensy systemd[914]: teensy.service: Failed to execute command: No such file or directory
Jul 21 22:31:56 teensy systemd[914]: teensy.service: Failed at step EXEC spawning /home/teensy/teensy/.venv/bin/gunicorn: No such file or directory
Jul 21 22:31:56 teensy systemd[1]: teensy.service: Main process exited, code=exited, status=203/EXEC
Jul 21 22:31:56 teensy systemd[1]: teensy.service: Failed with result 'exit-code'.
Jul 21 22:31:57 teensy systemd[1]: teensy.service: Scheduled restart job, restart counter is at 4.
Jul 21 22:31:57 teensy systemd[915]: teensy.service: Failed to execute command: No such file or directory
Jul 21 22:31:57 teensy systemd[915]: teensy.service: Failed at step EXEC spawning /home/teensy/teensy/.venv/bin/gunicorn: No such file or directory
Jul 21 22:31:57 teensy systemd[1]: teensy.service: Main process exited, code=exited, status=203/EXEC
Jul 21 22:31:57 teensy systemd[1]: teensy.service: Failed with result 'exit-code'.
&c &c
So it was flapping, but only about once per second; that doesn't explain why I couldn't ssh in, or why the CPU usage had gone up to 67%.
I'm guessing it's because I had `StartLimitAction=reboot` in the service file! Yow.