Created
August 18, 2015 23:04
-
-
Save Jeeppler/fce04d71844e5408ab26 to your computer and use it in GitHub Desktop.
Raspberry PI - 0.7 kraken does not start on boot
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2015-08-16 10:46:56,862 [INFO] application: arkOS Kraken 0.7.0 | |
2015-08-16 10:46:56,866 [INFO] application: Using config file at settings.json | |
2015-08-16 10:46:57,596 [INFO] application: Detected architecture/hardware: armv6l, Raspberry Pi | |
2015-08-16 10:46:57,600 [INFO] application: Detected platform: arch | |
2015-08-16 10:46:57,603 [INFO] application: Environment: prod | |
2015-08-16 10:46:57,648 [INFO] application: Loading applications and scanning system... | |
2015-08-16 10:47:38,053 [INFO] application: Loading frameworks... | |
2015-08-16 10:47:38,984 [INFO] application: Initializing Genesis (if present)... | |
2015-08-16 12:19:54,387 [INFO] application: arkOS Kraken 0.7.0 | |
2015-08-16 12:19:54,398 [INFO] application: Using config file at settings.json | |
2015-08-16 12:19:54,703 [INFO] application: Detected architecture/hardware: armv6l, Raspberry Pi | |
2015-08-16 12:19:54,751 [INFO] application: Detected platform: arch | |
2015-08-16 12:19:54,754 [INFO] application: Environment: prod | |
2015-08-16 12:19:54,984 [INFO] application: Loading applications and scanning system... | |
2015-08-16 12:20:59,539 [INFO] application: Loading frameworks... | |
2015-08-16 12:21:01,353 [INFO] application: Initializing Genesis (if present)... | |
2015-08-18 22:44:54,382 [INFO] application: arkOS Kraken 0.7.0 | |
2015-08-18 22:44:54,922 [INFO] application: Using config file at settings.json | |
2015-08-18 22:44:54,979 [INFO] application: Detected architecture/hardware: armv6l, Raspberry Pi | |
2015-08-18 22:44:54,983 [INFO] application: Detected platform: arch | |
2015-08-18 22:44:54,986 [INFO] application: Environment: prod | |
2015-08-18 22:44:55,028 [INFO] application: Loading applications and scanning system... | |
2015-08-18 22:46:18,932 [INFO] application: Loading frameworks... | |
2015-08-18 22:46:19,868 [INFO] application: Initializing Genesis (if present)... |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* krakend.service - arkOS Kraken/Genesis | |
Loaded: loaded (/usr/lib/systemd/system/krakend.service; enabled; vendor preset: disabled) | |
Active: failed (Result: exit-code) since Tue 2015-08-18 22:54:46 UTC; 5min ago | |
Process: 393 ExecStop=/usr/bin/krakend -s (code=exited, status=0/SUCCESS) | |
Process: 285 ExecStart=/usr/bin/krakend -d (code=exited, status=0/SUCCESS) | |
Main PID: 377 (code=exited, status=1/FAILURE) | |
Jan 01 00:00:20 arkos systemd[1]: Starting arkOS Kraken/Genesis... | |
Aug 18 22:44:43 arkos systemd[1]: krakend.service: Supervising process 377 which is not our child. We'll most likely not notice when it exits. | |
Aug 18 22:44:43 arkos systemd[1]: Started arkOS Kraken/Genesis. | |
Aug 18 22:54:37 arkos systemd[1]: krakend.service: Main process exited, code=exited, status=1/FAILURE | |
Aug 18 22:54:46 arkos krakend[393]: pidfile /var/run/kraken.pid does not exist. Daemon not running? | |
Aug 18 22:54:46 arkos systemd[1]: krakend.service: Unit entered failed state. | |
Aug 18 22:54:46 arkos systemd[1]: krakend.service: Failed with result 'exit-code'. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment