From 4cf7a03bb0b2e19f5c7669056404b1d918bfafab Mon Sep 17 00:00:00 2001 From: ahrenholz Date: Tue, 16 Aug 2011 21:53:23 +0000 Subject: [PATCH] added tip about sandbox --- wiki/Troubleshooting.wiki | 3 +++ 1 file changed, 3 insertions(+) diff --git a/wiki/Troubleshooting.wiki b/wiki/Troubleshooting.wiki index 3c77ef9b..b0c97666 100644 --- a/wiki/Troubleshooting.wiki +++ b/wiki/Troubleshooting.wiki @@ -9,6 +9,9 @@ * `/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) + * *Issue:* per-node directories not working; all nodes see the same thing in `/var/log` for example, pointing to the last bind mount. This occurs in Fedora 15. + * *Resolution:* turn off sandbox using `chkconfig sandbox off` and reboot + * *Issue:* quagga does not start successfully. When I enter into a namespace context and type "zebra -d", the following error occurs: {{{ zebra: error while loading shared libraries: libzebra.so.0: cannot open shared object file: No such file or directory