Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
agkyra
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
itminedu
agkyra
Commits
f360cb74
Commit
f360cb74
authored
9 years ago
by
Stavros Sachtouris
Committed by
Giorgos Korfiatis
9 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Write a troubleshooting section in user guide
parent
27c7e07e
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
docs/user_guide/source/troubleshooting.rst
+51
-1
51 additions, 1 deletion
docs/user_guide/source/troubleshooting.rst
with
51 additions
and
1 deletion
docs/user_guide/source/troubleshooting.rst
+
51
−
1
View file @
f360cb74
Troubleshooting
Troubleshooting
===============
===============
\ No newline at end of file
Agkyra hanged up expectingly
----------------------------
Maybe it's just the GUI.
The GUI is a separate component (it is even developed in a different
programming language to the rest of the application). Use the command line to
check if the application is still running:
.. code-block: console
$ agkyra-cli status
If the status is ``Syncing``, ``Pausing`` or ``Paused``, then the application
is running. Try running agkyra again and see if everything is OK.
Otherwise, see the next issue.
Agkyra is not starting
----------------------
The application has to be reset manually. We can do this without data loss.
You need to remove the session locks to enable the application to start again.
To do that, remove the files ``$agkyra_dir/session.db`` and
``agkyra_dir/session.info``.
.. note:: To check the exact value of ``agkyra_dir``
.. code-block:: console
$ agkyra-cli config list global agkyra_dir
Agkyra is still not starting
----------------------------
Probably the helper (scripts/server.py) is in stale. Find the process and kill
it, e.g.:
.. code-block:: console
--- in unix-like enviroments ---
$ ps aux|grep server.py
user 1234 ... ... python /home/user/agkyra/scripts/server.py
$ kill -9 1234
I still have problems
---------------------
Please, contact us at TODO
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment