Advertisement
Guest User

...

a guest
Aug 31st, 2018
166
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.04 KB | None | 0 0
  1. [root@web1:~]# journalctl -u nginx | tail -n30
  2. Aug 31 19:12:06 web1 systemd[1]: Starting Nginx Web Server...
  3. Aug 31 19:12:06 web1 k1jf29l22cbwk788hm9c6m0lrkxrn5cs-unit-script-nginx-pre-start[18551]: nginx: [emerg] could not build server_names_hash, you should increase server_names_hash_bucket_size: 32
  4. Aug 31 19:12:06 web1 k1jf29l22cbwk788hm9c6m0lrkxrn5cs-unit-script-nginx-pre-start[18551]: nginx: configuration file /nix/store/kkj9rs80wgkcpki4znpak4fgp7c6nv9h-nginx.conf test failed
  5. Aug 31 19:12:06 web1 systemd[1]: nginx.service: Control process exited, code=exited status=1
  6. Aug 31 19:12:06 web1 systemd[1]: nginx.service: Failed with result 'exit-code'.
  7. Aug 31 19:12:06 web1 systemd[1]: Failed to start Nginx Web Server.
  8. Aug 31 19:12:16 web1 systemd[1]: nginx.service: Service RestartSec=10s expired, scheduling restart.
  9. Aug 31 19:12:16 web1 systemd[1]: nginx.service: Scheduled restart job, restart counter is at 3.
  10. Aug 31 19:12:16 web1 systemd[1]: Stopped Nginx Web Server.
  11. Aug 31 19:12:16 web1 systemd[1]: Starting Nginx Web Server...
  12. Aug 31 19:12:16 web1 k1jf29l22cbwk788hm9c6m0lrkxrn5cs-unit-script-nginx-pre-start[18556]: nginx: [emerg] could not build server_names_hash, you should increase server_names_hash_bucket_size: 32
  13. Aug 31 19:12:16 web1 k1jf29l22cbwk788hm9c6m0lrkxrn5cs-unit-script-nginx-pre-start[18556]: nginx: configuration file /nix/store/kkj9rs80wgkcpki4znpak4fgp7c6nv9h-nginx.conf test failed
  14. Aug 31 19:12:16 web1 systemd[1]: nginx.service: Control process exited, code=exited status=1
  15. Aug 31 19:12:16 web1 systemd[1]: nginx.service: Failed with result 'exit-code'.
  16. Aug 31 19:12:16 web1 systemd[1]: Failed to start Nginx Web Server.
  17. Aug 31 19:12:27 web1 systemd[1]: nginx.service: Service RestartSec=10s expired, scheduling restart.
  18. Aug 31 19:12:27 web1 systemd[1]: nginx.service: Scheduled restart job, restart counter is at 4.
  19. Aug 31 19:12:27 web1 systemd[1]: Stopped Nginx Web Server.
  20. Aug 31 19:12:27 web1 systemd[1]: Starting Nginx Web Server...
  21. Aug 31 19:12:27 web1 k1jf29l22cbwk788hm9c6m0lrkxrn5cs-unit-script-nginx-pre-start[18561]: nginx: [emerg] could not build server_names_hash, you should increase server_names_hash_bucket_size: 32
  22. Aug 31 19:12:27 web1 k1jf29l22cbwk788hm9c6m0lrkxrn5cs-unit-script-nginx-pre-start[18561]: nginx: configuration file /nix/store/kkj9rs80wgkcpki4znpak4fgp7c6nv9h-nginx.conf test failed
  23. Aug 31 19:12:27 web1 systemd[1]: nginx.service: Control process exited, code=exited status=1
  24. Aug 31 19:12:27 web1 systemd[1]: nginx.service: Failed with result 'exit-code'.
  25. Aug 31 19:12:27 web1 systemd[1]: Failed to start Nginx Web Server.
  26. Aug 31 19:12:37 web1 systemd[1]: nginx.service: Service RestartSec=10s expired, scheduling restart.
  27. Aug 31 19:12:37 web1 systemd[1]: nginx.service: Scheduled restart job, restart counter is at 5.
  28. Aug 31 19:12:37 web1 systemd[1]: Stopped Nginx Web Server.
  29. Aug 31 19:12:37 web1 systemd[1]: nginx.service: Start request repeated too quickly.
  30. Aug 31 19:12:37 web1 systemd[1]: nginx.service: Failed with result 'exit-code'.
  31. Aug 31 19:12:37 web1 systemd[1]: Failed to start Nginx Web Server.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement