File: daemoncore-daemon-exit-codes.rst

package info (click to toggle)
condor 23.9.6%2Bdfsg-2.1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 60,012 kB
  • sloc: cpp: 528,272; perl: 87,066; python: 42,650; ansic: 29,558; sh: 11,271; javascript: 3,479; ada: 2,319; java: 619; makefile: 615; xml: 613; awk: 268; yacc: 78; fortran: 54; csh: 24
file content (18 lines) | stat: -rw-r--r-- 1,131 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
DaemonCore Daemon Exit Codes
============================

Table B.5: DaemonCore Daemon Exit Codes

+-------------+----------------------------------------------------------------------------+
| Exit Code   | Description                                                                |
+-------------+----------------------------------------------------------------------------+
| 0           | Normal exit of daemon                                                      |
+-------------+----------------------------------------------------------------------------+
| 4           | Daemon fatal internal error                                                |
+-------------+----------------------------------------------------------------------------+
| 44          | Failure to write to daemon log                                             |
+-------------+----------------------------------------------------------------------------+
| 99          | :macro:`DAEMON_SHUTDOWN` evaluated to ``True``                             |
+-------------+----------------------------------------------------------------------------+