Advertisement
Guest User

Untitled

a guest
Aug 16th, 2018
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.94 KB | None | 0 0
  1. haunt_1 | Starting PostgreSQL 9.4 database server: main.
  2. haunt_1 | Starting redis-server: redis-server.
  3. haunt_1 | [PM2] Spawning PM2 daemon with pm2_home=/root/.pm2
  4. haunt_1 | [PM2] PM2 Successfully daemonized
  5. haunt_1 | [PM2] Starting /usr/src/app/index.js in fork_mode (1 instance)
  6. haunt_1 | [PM2] Done.
  7. haunt_1 | ┌──────────┬────┬──────┬─────┬────────┬─────────┬────────┬─────┬───────────┬──────┬──────────┐
  8. haunt_1 | │ App name │ id │ mode │ pid │ status │ restart │ uptime │ cpu │ mem │ user │ watching │
  9. haunt_1 | ├──────────┼────┼──────┼─────┼────────┼─────────┼────────┼─────┼───────────┼──────┼──────────┤
  10. haunt_1 | │ index │ 0 │ fork │ 82 │ online │ 0 │ 0s │ 0% │ 25.6 MB │ root │ disabled │
  11. haunt_1 | └──────────┴────┴──────┴─────┴────────┴─────────┴────────┴─────┴───────────┴──────┴──────────┘
  12. haunt_1 | Use `pm2 show <id|name>` to get more details about an app
  13. haunt_1 | sysctl: setting key "vm.overcommit_memory": Read-only file system
  14. haunt_1 | ERROR: role "haunt-dev" already exists
  15. haunt_1 | ERROR: database "haunt-development" already exists
  16. haunt_1 | GRANT
  17. haunt_1 | |`-._`-._ `-.__.-' _.-'_.-'|
  18. haunt_1 | | `-._`-._ _.-'_.-' |
  19. haunt_1 | `-._ `-._`-.__.-'_.-' _.-'
  20. haunt_1 | `-._ `-.__.-' _.-'
  21. haunt_1 | `-._ _.-'
  22. haunt_1 | `-.__.-'
  23. haunt_1 |
  24. haunt_1 | [63] 16 Aug 08:38:48.161 # Server started, Redis version 2.8.17
  25. haunt_1 | [63] 16 Aug 08:38:48.161 # WARNING overcommit_memory is set to 0! Background save may fail under low
  26. memory condition. To fix this issue add 'vm.overcommit_memory = 1' to /etc/sysctl.conf and then reboot or run the com
  27. mand 'sysctl vm.overcommit_memory=1' for this to take effect.
  28. haunt_1 | [63] 16 Aug 08:38:48.161 * The server is now ready to accept connections on port 6379
  29. nginx-proxy_1 | nginx.1 | 2018/08/16 08:39:13 [error] 39#39: *1 connect() failed (111: Connection refused) while
  30. connecting to upstream, client: 73.162.189.205, server: haunt.nextie.us, request: "GET / HTTP/1.1", upstream: "http://
  31. 172.18.0.3:80/", host: "haunt.nextie.us"
  32. nginx-proxy_1 | nginx.1 | haunt.nextie.us 73.162.189.205 - - [16/Aug/2018:08:39:13 +0000] "GET / HTTP/1.1" 502 57
  33. 6 "-" "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.106 Safari/537.36"
  34. nginx-proxy_1 | nginx.1 | 2018/08/16 08:39:13 [error] 39#39: *1 connect() failed (111: Connection refused) while
  35. connecting to upstream, client: 73.162.189.205, server: haunt.nextie.us, request: "GET /favicon.ico HTTP/1.1", upstrea
  36. m: "http://172.18.0.3:80/favicon.ico", host: "haunt.nextie.us", referrer: "http://haunt.nextie.us/"
  37. nginx-proxy_1 | nginx.1 | haunt.nextie.us 73.162.189.205 - - [16/Aug/2018:08:39:13 +0000] "GET /favicon.ico HTTP/
  38. 1.1" 502 576 "http://haunt.nextie.us/" "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/
  39. 68.0.3440.106 Safari/537.36"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement