Advertisement
SamGreenwood

discourse_doctor export

Apr 14th, 2022
119
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.20 KB | None | 0 0
  1. root@172-105-17-146:/var/discourse# ./discourse-doctor
  2. DISCOURSE DOCTOR Fri 15 Apr 2022 01:07:09 AM UTC
  3. OS: Linux 172-105-17-146.ip.linodeusercontent.com 5.4.0-107-generic #121-Ubuntu SMP Thu Mar 24 16:04:27 UTC 2022 x86_64 x86_64 x86_64 GNU/Linux
  4.  
  5.  
  6. Found containers/app.yml
  7.  
  8. ==================== YML SETTINGS ====================
  9. DISCOURSE_HOSTNAME=familyhistoryforum.site
  10. SMTP_ADDRESS=smtp.mailgun.org
  11. SMTP_PASSWORD=1abf66c6cf0375c3ecc9a7dd3ca5c26a-162d1f80-5b8a1cf7
  12. SMTP_PORT=587
  13.  
  14. ==================== DOCKER INFO ====================
  15. DOCKER VERSION: Docker version 20.10.14, build a224086
  16.  
  17. DOCKER PROCESSES (docker ps -a)
  18.  
  19. CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
  20. 4c811ea419b1 local_discourse/app "/sbin/boot" 7 hours ago Exited (5) 34 minutes ago app
  21.  
  22. ==================== SERIOUS PROBLEM!!!! ====================
  23. app not running!
  24. Attempting to rebuild
  25. ==================== REBUILD LOG ====================
  26. x86_64 arch detected.
  27. Ensuring launcher is up to date
  28. Fetching origin
  29. Launcher is up-to-date
  30. Stopping old container
  31. + /usr/bin/docker stop -t 60 app
  32. app
  33. (<unknown>): found character that cannot start any token while scanning for the next token at line 98 column 1 -e LANG=en_US.UTF-8
  34. YAML syntax error. Please check your containers/*.yml config files.
  35. ==================== END REBUILD LOG ====================
  36. Failed to rebuild app.
  37.  
  38. Checking your domain name . . .
  39.  
  40. Connection to familyhistoryforum.site succeeded.
  41. You should probably remove any non-standard plugins and rebuild.
  42. Attempting to restart existing container. . .
  43. x86_64 arch detected.
  44.  
  45. starting up existing container
  46. + /usr/bin/docker start app
  47. Error response from daemon: driver failed programming external connectivity on endpoint app (6c2b634d44abf19288abd89910d5b53da9dc9aab82051d6ce7fe0f62d30c5162): Error starting userland proxy: listen tcp4 0.0.0.0:443: bind: address already in use
  48. Error: failed to start containers: app
  49. Failed to restart the container.
  50.  
  51.  
  52. ==================== PLUGINS ====================
  53. - git clone https://github.com/discourse/docker_manager.git
  54.  
  55. No non-official plugins detected.
  56.  
  57. See https://github.com/discourse/discourse/blob/main/lib/plugin/metadata.rb for the official list.
  58.  
  59. ========================================
  60. Discourse version at familyhistoryforum.site: NOT FOUND
  61. Discourse version at localhost: NOT FOUND
  62.  
  63.  
  64. ==================== MEMORY INFORMATION ====================
  65. RAM (MB): 1024
  66.  
  67. total used free shared buff/cache available
  68. Mem: 976 139 467 0 369 700
  69. Swap: 2559 36 2523
  70.  
  71. ==================== DISK SPACE CHECK ====================
  72. ---------- OS Disk Space ----------
  73. Filesystem Size Used Avail Use% Mounted on
  74. /dev/sda 25G 17G 6.0G 75% /
  75.  
  76. ==================== DISK INFORMATION ====================
  77. Disk /dev/sda: 24.51 GiB, 26306674688 bytes, 51380224 sectors
  78. Disk model: QEMU HARDDISK
  79. Units: sectors of 1 * 512 = 512 bytes
  80. Sector size (logical/physical): 512 bytes / 512 bytes
  81. I/O size (minimum/optimal): 512 bytes / 512 bytes
  82.  
  83.  
  84. Disk /dev/sdb: 512 MiB, 536870912 bytes, 1048576 sectors
  85. Disk model: QEMU HARDDISK
  86. Units: sectors of 1 * 512 = 512 bytes
  87. Sector size (logical/physical): 512 bytes / 512 bytes
  88. I/O size (minimum/optimal): 512 bytes / 512 bytes
  89.  
  90. ==================== END DISK INFORMATION ====================
  91.  
  92. ==================== MAIL TEST ====================
  93. For a robust test, get an address from http://www.mail-tester.com/
  94. Or just send a test message to yourself.
  95. Email address for mail test? ('n' to skip) [[email protected]]:
  96. Sending mail to [email protected]. . .
  97. Error response from daemon: Container 4c811ea419b1a3f59b70109906356f98f824c93de4c9f3cb23eb5fe27ed8e6be is not running
  98.  
  99. Replacing: SMTP_PASSWORD
  100. Replacing: LETSENCRYPT_ACCOUNT_EMAIL
  101. Replacing: DEVELOPER_EMAILS
  102. Replacing: DISCOURSE_DB_PASSWORD
  103. Replacing: Sending mail to
  104.  
  105. ==================== DONE! ====================
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement