mirror of
https://github.com/dbarzin/pandora-box.git
synced 2025-07-23 07:19:42 +02:00
Update README.md
This commit is contained in:
parent
2f3ed575e2
commit
cfc790d0ae
1 changed files with 0 additions and 29 deletions
29
README.md
29
README.md
|
@ -37,33 +37,4 @@ The [installation and configuration procedure](INSTALL.md) is documented.
|
||||||
|
|
||||||
Pandora-box is an open source software distributed under [GPL](https://www.gnu.org/licenses/licenses.html).
|
Pandora-box is an open source software distributed under [GPL](https://www.gnu.org/licenses/licenses.html).
|
||||||
|
|
||||||
# Troubleshooting
|
|
||||||
|
|
||||||
Update Pandora
|
|
||||||
|
|
||||||
poetry run update --yes
|
|
||||||
|
|
||||||
|
|
||||||
Check Pandora listening on port 6100
|
|
||||||
|
|
||||||
sudo lsof -i -P -n | grep LISTEN
|
|
||||||
|
|
||||||
Result should contains
|
|
||||||
|
|
||||||
...
|
|
||||||
gunicorn: 1034 pandora 5u IPv4 27043 0t0 TCP *:6100 (LISTEN)
|
|
||||||
...
|
|
||||||
|
|
||||||
Test submit a file to Pandora with the command line
|
|
||||||
|
|
||||||
poetry run pandora --url http://127.0.0.1:6100 -f <<file_name>>
|
|
||||||
|
|
||||||
Look a the Pandora logs files
|
|
||||||
|
|
||||||
tail -500f /var/log/pandora_message.log
|
|
||||||
tail -500f /var/log/pandora_error.log
|
|
||||||
|
|
||||||
Look a the Pandora-box logs files
|
|
||||||
|
|
||||||
tail -500f /var/log/pandora-box.log
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue