From b021d56118323194ffed8e507be96c35ea1a616c Mon Sep 17 00:00:00 2001 From: Chuck SmileyRekiere Date: Sat, 28 Aug 2021 12:55:37 -0600 Subject: [PATCH] lf_check.py : updates for staring lanforge Signed-off-by: Chuck SmileyRekiere --- py-scripts/tools/lf_check.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/py-scripts/tools/lf_check.py b/py-scripts/tools/lf_check.py index 2f817654..934dad59 100755 --- a/py-scripts/tools/lf_check.py +++ b/py-scripts/tools/lf_check.py @@ -29,6 +29,9 @@ GENERIC NOTES: Starting LANforge: On local or remote system: /home/lanforge/LANforgeGUI/lfclient.bash -cli-socket 3990 -s LF_MGR On local system the -s LF_MGR will be local_host if not provided + Saving stdout and stderr to find LANforge issues + ./lfclient.bash -cli-socket 3990 > >(tee -a stdout.log) 2> >(tee -a stderr.log >&2) + On LANforge ~lanforge/.config/autostart/LANforge-auto.desktop is used to restart lanforge on boot. http://www.candelatech.com/cookbook.php?vol=misc&book=Automatically+starting+LANforge+GUI+on+login