aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSlack Coder <slackcoder@server.ky>2025-03-20 10:25:08 -0500
committerSlack Coder <slackcoder@server.ky>2025-03-20 10:25:08 -0500
commit57c8bc9fdc52e694b38abac8ed6e9088837135cc (patch)
treecec54f093e8fa70fe91154618d5d7c2490849fcd
parentb768ff7a84aee5378c15a366adfd984c6fe32960 (diff)
downloadsbotools2-57c8bc9fdc52e694b38abac8ed6e9088837135cc.tar.xz
todo
-rw-r--r--correctly handle local_overrides misconfiguration.md10
1 files changed, 10 insertions, 0 deletions
diff --git a/correctly handle local_overrides misconfiguration.md b/correctly handle local_overrides misconfiguration.md
new file mode 100644
index 0000000..f5034fe
--- /dev/null
+++ b/correctly handle local_overrides misconfiguration.md
@@ -0,0 +1,10 @@
+# Correctly handle LOCAL_OVERRIDES misconfiguration
+
+When the LOCAL_OVERRIDES configuration parameter points to a missing directory,
+sbotools2 exits with a cryptic error.
+
+```
+readdir() attempted on invalid dirhandle $dh at /usr/sbin/sbofind line 135, <$fh> line 106513.
+```
+
+Report the error early and as soon as possible with a human friendly message.