From 894ae02c892f31b453f01f64a4472014c6f07488 Mon Sep 17 00:00:00 2001 From: ahrenholz Date: Fri, 13 Aug 2010 21:42:10 +0000 Subject: [PATCH] update for CORE 4.0 --- wiki/Troubleshooting.wiki | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/wiki/Troubleshooting.wiki b/wiki/Troubleshooting.wiki index 5c566510..9167eb7c 100644 --- a/wiki/Troubleshooting.wiki +++ b/wiki/Troubleshooting.wiki @@ -1,11 +1,18 @@ #summary Troubleshooting == 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/coreexecd.log` - CORE execution daemon log file may indicate failed jobs, those commands exiting with a non-zero status -== Linux OpenVZ version == * *debugging commands:* * `vzlist` - lists all running containers