The differences between two versions are shown here.
| Next revision | Previous revision | ||
| fehlersuche [2017/01/18 09:58] – created lwsystems | fehlersuche [2017/01/18 10:11] (current) – [Benno Archive] lwsystems | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | ====== | + | ====== |
| + | |||
| + | Die Fehlersuche sollte zuerst mit der Analyse der Logdateien beginnen. Diese Dateien werden in das Verzeichnis ''/ | ||
| + | |||
| + | Falls hier nicht genügend Informationen bereit gestellt werden, kann es ggfs. sinnvoll sein, das [[Debug-Log ]] zu aktivieren. | ||
| + | |||
| + | |||
| + | ====== Dienste ====== | ||
| + | |||
| + | The services of the archiver (benno-archive) and the REST interface are started via init script (or systemd configuration). | ||
| + | |||
| + | For testing purposes, these daemons can also be started manually on the console. To do this, switch to the respective user on the system and start the service. | ||
| + | |||
| + | ===== Benno Archive ===== | ||
| + | |||
| + | <code bash> | ||
| + | $ sudo su -s /bin/bash - benno | ||
| + | $ cd / | ||
| + | /opt/benno$ / | ||
| + | </ | ||
| + | |||
| + | Die Meldung //"No directory, logging in with HOME=/"// | ||
| + | |||
| + | ===== Benno REST ===== | ||
| + | |||
| + | <code bash> | ||
| + | $ sudo su -s /bin/bash - bennorest | ||
| + | $ cd / | ||
| + | /opt/benno$ java -jar bennorest.jar -c / | ||
| + | </ | ||
| + | |||
| + | Die Meldung //"No directory, logging in with HOME=/"// | ||