Docker install not completing #751
Unanswered
duncanjairos
asked this question in
Getting Help
Replies: 1 comment
-
That is the expected log output of a successful start. This is a log from at docker-compose up I just did:
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi
Can anyone assist with some info. i have tried cloning this and following the steps to install but seems like the installation always stops at the same spot, not sure what im missing. I have tried different Linux instances and distros and still same issue
netbox_1 | Running the startup script /opt/netbox/startup_scripts/420_providers.py
netbox_1 | Running the startup script /opt/netbox/startup_scripts/440_circuit_types.py
netbox_1 | Running the startup script /opt/netbox/startup_scripts/450_circuits.py
netbox_1 | Initialisation is done.
netbox_1 | Waiting for control socket to be created... (1/10)
netbox_1 | 2022/04/25 12:42:50 [warn] 7#7 Unit is running unprivileged, then it cannot use arbitrary user and group.
netbox_1 | 2022/04/25 12:42:50 [info] 7#7 unit started
netbox_1 | 2022/04/25 12:42:50 [info] 20#20 discovery started
netbox_1 | 2022/04/25 12:42:50 [notice] 20#20 module: python 3.9.5 "/usr/lib/unit/modules/python3.unit.so"
netbox_1 | 2022/04/25 12:42:50 [info] 7#7 controller started
netbox_1 | 2022/04/25 12:42:50 [notice] 7#7 process 20 exited with code 0
netbox_1 | 2022/04/25 12:42:50 [info] 22#22 router started
netbox_1 | 2022/04/25 12:42:50 [info] 22#22 OpenSSL 1.1.1n 15 Mar 2022, 101010ef
netbox_1 | Applying configuration from /etc/unit/nginx-unit.json
netbox_1 | 2022/04/25 12:42:51 [info] 26#26 "netbox" application started
netbox_1 | Unit configuration loaded successfully
netbox_1 | 2022/04/25 12:42:53 [notice] 7#7 process 18 exited with code 0
Beta Was this translation helpful? Give feedback.
All reactions