Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- [root@ns1 playbooks]# grep failed=1 -B20 /root/apnscp-bootstrapper.log
- site_id,
- DATE_TRUNC('day', ts_bucket::TIMESTAMPTZ) as ts_bucket,
- SUM("in_bytes") AS in_bytes,
- SUM("out_bytes") AS out_bytes,
- SUM("in_bytes"+"out_bytes") AS total
- FROM site_totals_hourly_view GROUP BY(DATE_TRUNC('day', ts_bucket), site_id);)
- 2022-04-09 02:05:28,482 p=1351 u=root n=ansible | TASK [apnscp/initialize-db : Verify if storage_log is hypertable] **************
- 2022-04-09 02:05:28,527 p=1351 u=root n=ansible | ok: [localhost]
- 2022-04-09 02:05:28,543 p=1351 u=root n=ansible | TASK [apnscp/initialize-db : Convert storage_log into hypertable] **************
- 2022-04-09 02:05:28,614 p=1351 u=root n=ansible | changed: [localhost]
- 2022-04-09 02:05:28,629 p=1351 u=root n=ansible | TASK [apnscp/initialize-db : Apply hypertable queries] *************************
- 2022-04-09 02:05:28,659 p=1351 u=root n=ansible | TASK [apnscp/initialize-db : Populate APNSCP_APPLIANCE_DB] *********************
- 2022-04-09 02:05:28,693 p=1351 u=root n=ansible | changed: [localhost]
- 2022-04-09 02:05:28,694 p=1351 u=root n=ansible | RUNNING HANDLER [common : Restart apnscp] **************************************
- 2022-04-09 02:05:29,337 p=1351 u=root n=ansible | fatal: [localhost]: FAILED! => {"changed": false, "msg": "Unable to start service apnscp: Warning: The unit file, source configuration file or drop-ins of apnscp.service changed on disk. Run 'systemctl daemon-reload' to reload units.\nJob for apnscp.service failed because the service did not take the steps required by its unit configuration.\nSee \"systemctl status apnscp.service\" and \"journalctl -xe\" for details.\n"}
- 2022-04-09 02:05:29,338 p=1351 u=root n=ansible | RUNNING HANDLER [common : Reload systemd] **************************************
- 2022-04-09 02:05:29,338 p=1351 u=root n=ansible | RUNNING HANDLER [common : Restart apnscp] **************************************
- 2022-04-09 02:05:29,339 p=1351 u=root n=ansible | RUNNING HANDLER [common : Restart virtualhosting] ******************************
- 2022-04-09 02:05:29,339 p=1351 u=root n=ansible | NO MORE HOSTS LEFT *************************************************************
- 2022-04-09 02:05:29,341 p=1351 u=root n=ansible | PLAY RECAP *********************************************************************
- 2022-04-09 02:05:29,341 p=1351 u=root n=ansible | localhost : ok=631 changed=206 unreachable=0 failed=1 skipped=228 rescued=1 ignored=11
- --
- schedule_interval => INTERVAL '45 m'
- ); )
- 2022-04-09 02:15:13,099 p=275685 u=root n=ansible | skipping: [localhost] => (item=CREATE MATERIALIZED VIEW IF NOT EXISTS site_totals_daily_view AS SELECT
- site_id,
- DATE_TRUNC('day', ts_bucket::TIMESTAMPTZ) as ts_bucket,
- SUM("in_bytes") AS in_bytes,
- SUM("out_bytes") AS out_bytes,
- SUM("in_bytes"+"out_bytes") AS total
- FROM site_totals_hourly_view GROUP BY(DATE_TRUNC('day', ts_bucket), site_id);)
- 2022-04-09 02:15:13,113 p=275685 u=root n=ansible | TASK [apnscp/initialize-db : Verify if storage_log is hypertable] **************
- 2022-04-09 02:15:13,159 p=275685 u=root n=ansible | ok: [localhost]
- 2022-04-09 02:15:13,176 p=275685 u=root n=ansible | TASK [apnscp/initialize-db : Convert storage_log into hypertable] **************
- 2022-04-09 02:15:13,192 p=275685 u=root n=ansible | skipping: [localhost]
- 2022-04-09 02:15:13,268 p=275685 u=root n=ansible | TASK [apnscp/initialize-db : Apply hypertable queries] *************************
- 2022-04-09 02:15:13,298 p=275685 u=root n=ansible | TASK [apnscp/initialize-db : Populate APNSCP_APPLIANCE_DB] *********************
- 2022-04-09 02:15:13,409 p=275685 u=root n=ansible | ok: [localhost]
- 2022-04-09 02:15:13,410 p=275685 u=root n=ansible | RUNNING HANDLER [common : Restart apnscp] **************************************
- 2022-04-09 02:15:14,085 p=275685 u=root n=ansible | fatal: [localhost]: FAILED! => {"changed": false, "msg": "Unable to start service apnscp: Job for apnscp.service failed because the service did not take the steps required by its unit configuration.\nSee \"systemctl status apnscp.service\" and \"journalctl -xe\" for details.\n"}
- 2022-04-09 02:15:14,086 p=275685 u=root n=ansible | NO MORE HOSTS LEFT *************************************************************
- 2022-04-09 02:15:14,088 p=275685 u=root n=ansible | PLAY RECAP *********************************************************************
- 2022-04-09 02:15:14,088 p=275685 u=root n=ansible | localhost : ok=527 changed=13 unreachable=0 failed=1 skipped=297 rescued=0 ignored=0
- --
- schedule_interval => INTERVAL '45 m'
- ); )
- 2022-04-09 02:24:22,713 p=429896 u=root n=ansible | skipping: [localhost] => (item=CREATE MATERIALIZED VIEW IF NOT EXISTS site_totals_daily_view AS SELECT
- site_id,
- DATE_TRUNC('day', ts_bucket::TIMESTAMPTZ) as ts_bucket,
- SUM("in_bytes") AS in_bytes,
- SUM("out_bytes") AS out_bytes,
- SUM("in_bytes"+"out_bytes") AS total
- FROM site_totals_hourly_view GROUP BY(DATE_TRUNC('day', ts_bucket), site_id);)
- 2022-04-09 02:24:22,727 p=429896 u=root n=ansible | TASK [apnscp/initialize-db : Verify if storage_log is hypertable] **************
- 2022-04-09 02:24:22,775 p=429896 u=root n=ansible | ok: [localhost]
- 2022-04-09 02:24:22,790 p=429896 u=root n=ansible | TASK [apnscp/initialize-db : Convert storage_log into hypertable] **************
- 2022-04-09 02:24:22,806 p=429896 u=root n=ansible | skipping: [localhost]
- 2022-04-09 02:24:22,819 p=429896 u=root n=ansible | TASK [apnscp/initialize-db : Apply hypertable queries] *************************
- 2022-04-09 02:24:22,851 p=429896 u=root n=ansible | TASK [apnscp/initialize-db : Populate APNSCP_APPLIANCE_DB] *********************
- 2022-04-09 02:24:22,981 p=429896 u=root n=ansible | ok: [localhost]
- 2022-04-09 02:24:22,983 p=429896 u=root n=ansible | RUNNING HANDLER [common : Restart apnscp] **************************************
- 2022-04-09 02:24:23,464 p=429896 u=root n=ansible | fatal: [localhost]: FAILED! => {"changed": false, "msg": "Unable to start service apnscp: Job for apnscp.service failed because the service did not take the steps required by its unit configuration.\nSee \"systemctl status apnscp.service\" and \"journalctl -xe\" for details.\n"}
- 2022-04-09 02:24:23,464 p=429896 u=root n=ansible | NO MORE HOSTS LEFT *************************************************************
- 2022-04-09 02:24:23,467 p=429896 u=root n=ansible | PLAY RECAP *********************************************************************
- 2022-04-09 02:24:23,467 p=429896 u=root n=ansible | localhost : ok=527 changed=13 unreachable=0 failed=1 skipped=297 rescued=0 ignored=0
- [root@ns1 playbooks]#
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement