[conga-luci-1stgen] RHEL5-active: luci/MAINTAINERS.rst: Troubleshooting and workarounds section (38cf6ad)
by Jan Pokorný
Repository : http://git.fedorahosted.org/git/?p=conga-luci-1stgen.git
On branch : RHEL5-active
>---------------------------------------------------------------
commit 38cf6ad2424ef5d54475341e15a54c9f017a1102
Author: Jan Pokorný <jpokorny(a)redhat.com>
Date: Mon May 26 13:26:33 2014 +0200
luci/MAINTAINERS.rst: Troubleshooting and workarounds section
Signed-off-by: Jan Pokorný <jpokorny(a)redhat.com>
>---------------------------------------------------------------
luci/MAINTAINERS.rst | 8 ++++++++
1 files changed, 8 insertions(+), 0 deletions(-)
diff --git a/luci/MAINTAINERS.rst b/luci/MAINTAINERS.rst
index 969d8c7..1d6960d 100644
--- a/luci/MAINTAINERS.rst
+++ b/luci/MAINTAINERS.rst
@@ -2,6 +2,14 @@
Some practices of maintaining luci incl. development steps
============================================================
+Troubleshooting and workarounds
+===============================
+
+Cause:
+ localhost doesn't resolve properly (missing in /etc/hosts)
+Solution:
+ (untested): sed -ibck 's|localhost|127.0.0.1|g' /var/lib/luci/etc/zope.conf
+
Brief intro into debugging
==========================
9 years, 6 months