Created
March 29, 2016 12:30
-
-
Save sacreman/3c347ac976a050f9274a to your computer and use it in GitHub Desktop.
This file contains 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
Steven-MacPro:dalmatiner-docker sacreman$ docker logs b5cd325303fd | |
*** Running /etc/my_init.d/00_regen_ssh_host_keys.sh... | |
*** Running /etc/rc.local... | |
*** Booting runit daemon... | |
*** Runit started as PID 7 | |
2016/03/29 12:06:33 [I] Starting Grafana | |
2016/03/29 12:06:33 [I] Version: 2.6.0, Commit: v2.6.0, Build date: 2015-12-14 14:18:01 +0000 UTC | |
2016/03/29 12:06:33 [I] Configuration Info | |
Config files: | |
[0]: /usr/share/grafana/conf/defaults.ini | |
[1]: /etc/grafana/grafana.ini | |
Command lines overrides: | |
[0]: default.paths.data=/var/lib/grafana | |
[1]: default.paths.logs=/var/log/grafana | |
Paths: | |
home: /usr/share/grafana | |
data: /var/lib/grafana | |
logs: /var/log/grafana | |
2016/03/29 12:06:33 [I] Database: sqlite3 | |
2016/03/29 12:06:33 [I] Migrator: Starting DB migration | |
2016/03/29 12:06:33 [I] Migrator: exec migration id: create migration_log table | |
2016/03/29 12:06:33 [I] Migrator: exec migration id: create user table | |
2016/03/29 12:06:33 [I] Migrator: exec migration id: add unique index user.login | |
2016/03/29 12:06:33 [I] Migrator: exec migration id: add unique index user.email | |
2016/03/29 12:06:33 [I] Migrator: exec migration id: drop index UQE_user_login - v1 | |
2016/03/29 12:06:33 [I] Migrator: exec migration id: drop index UQE_user_email - v1 | |
2016/03/29 12:06:33 [I] Migrator: exec migration id: Rename table user to user_v1 - v1 | |
2016/03/29 12:06:33 [I] Migrator: exec migration id: create user table v2 | |
2016/03/29 12:06:33 [I] Migrator: exec migration id: create index UQE_user_login - v2 | |
2016/03/29 12:06:33 [I] Migrator: exec migration id: create index UQE_user_email - v2 | |
2016/03/29 12:06:33 [I] Migrator: exec migration id: copy data_source v1 to v2 | |
2016/03/29 12:06:33 [I] Migrator: exec migration id: Drop old table user_v1 | |
2016/03/29 12:06:33 [I] Migrator: exec migration id: create temp user table v1-7 | |
2016/03/29 12:06:33 [I] Migrator: exec migration id: create index IDX_temp_user_email - v1-7 | |
2016/03/29 12:06:33 [I] Migrator: exec migration id: create index IDX_temp_user_org_id - v1-7 | |
2016/03/29 12:06:33 [I] Migrator: exec migration id: create index IDX_temp_user_code - v1-7 | |
2016/03/29 12:06:33 [I] Migrator: exec migration id: create index IDX_temp_user_status - v1-7 | |
2016/03/29 12:06:33 [I] Migrator: exec migration id: create star table | |
2016/03/29 12:06:33 [I] Migrator: exec migration id: add unique index star.user_id_dashboard_id | |
2016/03/29 12:06:33 [I] Migrator: exec migration id: create org table v1 | |
2016/03/29 12:06:33 [I] Migrator: exec migration id: create index UQE_org_name - v1 | |
2016/03/29 12:06:33 [I] Migrator: exec migration id: create org_user table v1 | |
2016/03/29 12:06:33 [I] Migrator: exec migration id: create index IDX_org_user_org_id - v1 | |
2016/03/29 12:06:33 [I] Migrator: exec migration id: create index UQE_org_user_org_id_user_id - v1 | |
2016/03/29 12:06:33 [I] Migrator: exec migration id: copy data account to org | |
2016/03/29 12:06:33 [I] Migrator: skipping migration id: copy data account to org, condition not fulfilled | |
2016/03/29 12:06:33 [I] Migrator: exec migration id: copy data account_user to org_user | |
2016/03/29 12:06:33 [I] Migrator: skipping migration id: copy data account_user to org_user, condition not fulfilled | |
2016/03/29 12:06:33 [I] Migrator: exec migration id: Drop old table account | |
2016/03/29 12:06:33 [I] Migrator: exec migration id: Drop old table account_user | |
2016/03/29 12:06:33 [I] Migrator: exec migration id: create dashboard table | |
2016/03/29 12:06:33 [I] Migrator: exec migration id: add index dashboard.account_id | |
2016/03/29 12:06:33 [I] Migrator: exec migration id: add unique index dashboard_account_id_slug | |
2016/03/29 12:06:33 [I] Migrator: exec migration id: create dashboard_tag table | |
2016/03/29 12:06:33 [I] Migrator: exec migration id: add unique index dashboard_tag.dasboard_id_term | |
2016/03/29 12:06:33 [I] Migrator: exec migration id: drop index UQE_dashboard_tag_dashboard_id_term - v1 | |
2016/03/29 12:06:33 [I] Migrator: exec migration id: Rename table dashboard to dashboard_v1 - v1 | |
2016/03/29 12:06:33 [I] Migrator: exec migration id: create dashboard v2 | |
2016/03/29 12:06:33 [I] Migrator: exec migration id: create index IDX_dashboard_org_id - v2 | |
2016/03/29 12:06:33 [I] Migrator: exec migration id: create index UQE_dashboard_org_id_slug - v2 | |
2016/03/29 12:06:33 [I] Migrator: exec migration id: copy dashboard v1 to v2 | |
2016/03/29 12:06:33 [I] Migrator: exec migration id: drop table dashboard_v1 | |
2016/03/29 12:06:33 [I] Migrator: exec migration id: alter dashboard.data to mediumtext v1 | |
2016/03/29 12:06:33 [I] Migrator: exec migration id: create data_source table | |
2016/03/29 12:06:33 [I] Migrator: exec migration id: add index data_source.account_id | |
2016/03/29 12:06:33 [I] Migrator: exec migration id: add unique index data_source.account_id_name | |
2016/03/29 12:06:33 [I] Migrator: exec migration id: drop index IDX_data_source_account_id - v1 | |
2016/03/29 12:06:33 [I] Migrator: exec migration id: drop index UQE_data_source_account_id_name - v1 | |
2016/03/29 12:06:33 [I] Migrator: exec migration id: Rename table data_source to data_source_v1 - v1 | |
2016/03/29 12:06:33 [I] Migrator: exec migration id: create data_source table v2 | |
2016/03/29 12:06:33 [I] Migrator: exec migration id: create index IDX_data_source_org_id - v2 | |
2016/03/29 12:06:33 [I] Migrator: exec migration id: create index UQE_data_source_org_id_name - v2 | |
2016/03/29 12:06:33 [I] Migrator: exec migration id: copy data_source v1 to v2 | |
2016/03/29 12:06:33 [I] Migrator: exec migration id: Drop old table data_source_v1 #2 | |
2016/03/29 12:06:33 [I] Migrator: exec migration id: Add column with_credentials | |
2016/03/29 12:06:33 [I] Migrator: exec migration id: create api_key table | |
2016/03/29 12:06:33 [I] Migrator: exec migration id: add index api_key.account_id | |
2016/03/29 12:06:33 [I] Migrator: exec migration id: add index api_key.key | |
2016/03/29 12:06:33 [I] Migrator: exec migration id: add index api_key.account_id_name | |
2016/03/29 12:06:33 [I] Migrator: exec migration id: drop index IDX_api_key_account_id - v1 | |
2016/03/29 12:06:33 [I] Migrator: exec migration id: drop index UQE_api_key_key - v1 | |
2016/03/29 12:06:33 [I] Migrator: exec migration id: drop index UQE_api_key_account_id_name - v1 | |
2016/03/29 12:06:33 [I] Migrator: exec migration id: Rename table api_key to api_key_v1 - v1 | |
2016/03/29 12:06:33 [I] Migrator: exec migration id: create api_key table v2 | |
2016/03/29 12:06:34 [I] Migrator: exec migration id: create index IDX_api_key_org_id - v2 | |
2016/03/29 12:06:34 [I] Migrator: exec migration id: create index UQE_api_key_key - v2 | |
2016/03/29 12:06:34 [I] Migrator: exec migration id: create index UQE_api_key_org_id_name - v2 | |
2016/03/29 12:06:34 [I] Migrator: exec migration id: copy api_key v1 to v2 | |
2016/03/29 12:06:34 [I] Migrator: exec migration id: Drop old table api_key_v1 | |
2016/03/29 12:06:34 [I] Migrator: exec migration id: create dashboard_snapshot table v4 | |
2016/03/29 12:06:34 [I] Migrator: exec migration id: drop table dashboard_snapshot_v4 #1 | |
2016/03/29 12:06:34 [I] Migrator: exec migration id: create dashboard_snapshot table v5 #2 | |
2016/03/29 12:06:34 [I] Migrator: exec migration id: create index UQE_dashboard_snapshot_key - v5 | |
2016/03/29 12:06:34 [I] Migrator: exec migration id: create index UQE_dashboard_snapshot_delete_key - v5 | |
2016/03/29 12:06:34 [I] Migrator: exec migration id: create index IDX_dashboard_snapshot_user_id - v5 | |
2016/03/29 12:06:34 [I] Migrator: exec migration id: alter dashboard_snapshot to mediumtext v2 | |
2016/03/29 12:06:34 [I] Migrator: exec migration id: create quota table v1 | |
2016/03/29 12:06:34 [I] Migrator: exec migration id: create index UQE_quota_org_id_user_id_target - v1 | |
2016/03/29 12:06:34 [I] Created default admin user: admin | |
2016/03/29 12:06:34 [I] Listen: http://0.0.0.0:3000 | |
Mar 29 12:06:33 b5cd325303fd syslog-ng[36]: syslog-ng starting up; version='3.5.3' | |
Mar 29 12:06:34 b5cd325303fd dalmatinerfe[40]: Starting up | |
Mar 29 12:06:34 b5cd325303fd ddb[18]: Starting up | |
% Total % Received % Xferd Average Speed Time Time Time Current | |
Dload Upload Total Spent Left Speed | |
100 145 100 37 100 108 926 2704 --:--:-- --:--:-- --:--:-- 2769 | |
runsv boot: warning: unable to open supervise/pid.new: file does not exist | |
runsv boot: warning: unable to open supervise/pid.new: file does not exist | |
runsv boot: fatal: unable to start ./run: file does not exist | |
runsv boot: warning: unable to open supervise/pid.new: file does not exist | |
runsv boot: warning: unable to open supervise/pid.new: file does not exist | |
runsv boot: warning: unable to open supervise/pid.new: file does not exist | |
runsv boot: warning: unable to open supervise/pid.new: file does not exist | |
runsv boot: warning: unable to open supervise/pid.new: file does not exist |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment