You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+18Lines changed: 18 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -131,3 +131,21 @@ Check the managment page
131
131
browser: https://localhost:9999/mgmt
132
132
133
133
134
+
## Debugging
135
+
136
+
`lfs-test-server` supports a basic cmd to lookup `OID's` via the cmdline to help in debugging, eg. investigating client problems with a particular `OID` and it's properties.
137
+
In this mode `lfs-test-server` expects the same configuration as when running in daemon mode, but will just executing the requested cmd and then exit.
138
+
139
+
This is especially helpful in server environments where it's not always possible to get to the web interface easily or where it's just too slow because of DB size.
140
+
141
+
`lfs-test-server cmd <OID>`
142
+
143
+
Outputs the full OID record
144
+
145
+
# Example
146
+
147
+
```
148
+
% . /etc/default/lfs-instancefoo # to source server config
0 commit comments