Guest User

Discourse Error

a guest
Apr 30th, 2021
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 2.62 KB | None | 0 0
  1. root@main:/var/discourse# ./launcher rebuild app
  2. Ensuring launcher is up to date
  3. Fordere an von origin
  4. Launcher is up-to-date
  5. Stopping old container
  6. + /usr/bin/docker stop -t 60 app
  7. app
  8. cd /pups && git pull && git checkout v1.0.3 && /pups/bin/pups --stdin
  9. Already up to date.
  10. Note: checking out 'v1.0.3'.
  11.  
  12. You are in 'detached HEAD' state. You can look around, make experimental
  13. changes and commit them, and you can discard any commits you make in this
  14. state without impacting any branches by performing another checkout.
  15.  
  16. If you want to create a new branch to retain commits you create, you may
  17. do so (now or later) by using -b with the checkout command again. Example:
  18.  
  19.   git checkout -b <new-branch-name>
  20.  
  21. HEAD is now at d1db030 cut a new version
  22. I, [2021-04-30T15:45:34.156658 #1]  INFO -- : Loading --stdin
  23. I, [2021-04-30T15:45:34.161658 #1]  INFO -- : > locale-gen $LANG && update-locale
  24. I, [2021-04-30T15:45:34.208318 #1]  INFO -- : Generating locales (this might take a while)...
  25. Generation complete.
  26.  
  27. I, [2021-04-30T15:45:34.208512 #1]  INFO -- : > mkdir -p /shared/postgres_run
  28. I, [2021-04-30T15:45:34.213164 #1]  INFO -- :
  29. I, [2021-04-30T15:45:34.213806 #1]  INFO -- : > chown postgres:postgres /shared/postgres_run
  30. I, [2021-04-30T15:45:34.215987 #1]  INFO -- :
  31. I, [2021-04-30T15:45:34.216158 #1]  INFO -- : > chmod 775 /shared/postgres_run
  32. I, [2021-04-30T15:45:34.218941 #1]  INFO -- :
  33. I, [2021-04-30T15:45:34.219045 #1]  INFO -- : > rm -fr /var/run/postgresql
  34. I, [2021-04-30T15:45:34.221876 #1]  INFO -- :
  35. I, [2021-04-30T15:45:34.222010 #1]  INFO -- : > ln -s /shared/postgres_run /var/run/postgresql
  36. I, [2021-04-30T15:45:34.224209 #1]  INFO -- :
  37. I, [2021-04-30T15:45:34.224328 #1]  INFO -- : > socat /dev/null UNIX-CONNECT:/shared/postgres_run/.s.PGSQL.5432 || exit 0 && echo postgres already running stop container ; exit 1
  38. I, [2021-04-30T15:45:34.248289 #1]  INFO -- : postgres already running stop container
  39.  
  40.  
  41.  
  42. FAILED
  43. --------------------
  44. Pups::ExecError: socat /dev/null UNIX-CONNECT:/shared/postgres_run/.s.PGSQL.5432 || exit 0 && echo postgres already running stop container ; exit 1 failed with return #<Process::Status: pid 27 exit 1>
  45. Location of failure: /pups/lib/pups/exec_command.rb:112:in `spawn'
  46. exec failed with the params "socat /dev/null UNIX-CONNECT:/shared/postgres_run/.s.PGSQL.5432 || exit 0 && echo postgres already running stop container ; exit 1"
  47. 8563249edda6c8195957b58dec3a0b431c0861a523ef256ba687230fb1b62cd1
  48. ** FAILED TO BOOTSTRAP ** please scroll up and look for earlier error messages, there may be more than one.
  49. ./discourse-doctor may help diagnose the problem.
  50. root@main:/var/discourse#
Advertisement
Add Comment
Please, Sign In to add comment