update for CORE 4.0
This commit is contained in:
parent
473993b802
commit
894ae02c89
1 changed files with 9 additions and 2 deletions
|
@ -1,11 +1,18 @@
|
||||||
#summary Troubleshooting
|
#summary Troubleshooting
|
||||||
|
|
||||||
== General ==
|
== General ==
|
||||||
* *debugging commands:*
|
* general troubleshooting tips will go here
|
||||||
|
|
||||||
|
== Linux version ==
|
||||||
|
* *log files:*
|
||||||
|
* `/var/log/coredpy.log` - CORE Python daemon log file
|
||||||
|
* `/tmp/pycore.nnnnn/nX.log` - each node has a log file (where `nnnnn` is session number and `X` is the node number)
|
||||||
|
|
||||||
|
== Linux OpenVZ version ==
|
||||||
|
* *log files:*
|
||||||
* `/var/log/cored.log` - CORE daemon log file may contain error messages
|
* `/var/log/cored.log` - CORE daemon log file may contain error messages
|
||||||
* `/var/log/coreexecd.log` - CORE execution daemon log file may indicate failed jobs, those commands exiting with a non-zero status
|
* `/var/log/coreexecd.log` - CORE execution daemon log file may indicate failed jobs, those commands exiting with a non-zero status
|
||||||
|
|
||||||
== Linux OpenVZ version ==
|
|
||||||
|
|
||||||
* *debugging commands:*
|
* *debugging commands:*
|
||||||
* `vzlist` - lists all running containers
|
* `vzlist` - lists all running containers
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue