Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add MagAOX won't start to troubleshooting #20

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 25 additions & 0 deletions troubleshooting.rst
Original file line number Diff line number Diff line change
Expand Up @@ -429,4 +429,29 @@ or similar, try these things:
one-by-one.


MagAO-X Application Won't Start
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1. To determine what INDI device is not working, start with ``xctrl status``


2. The solution may be as simple as running ``xctrl restart 'INDI device with problem'``


3. If this doesn't work, run ``xsupify`` and run ``tmux a -t 'INDI device with problem'`` in here.

- This will give you more information about the issue.


4. Ensure that everything is configured correctly in ``/opt/MagAOX/config``

- This files you will want to check are

- *'INDI device with problem'.conf*
- This file should look similar to the app: ``/opt/MagAOX/config-magaox/camlowfs-fit.conf``
- *proclist_SS.txt*
- The first column should be your INDI device name, and the second column should be the program executing with your device name.
- *isSS.conf*
- Your INDI device name should be included in the list of drivers.

- Run ``xctrl restart 'INDI device with problem'`` again

Loading