Help after updating from ssh site goes down

I followed this and updated discourse via ssh

After doing this site goes down pls help me I in stress pls help

it shows this when I try to start launcher

./launcher start app
x86_64 arch detected.

starting up existing container
+ /usr/bin/docker start app
Error response from daemon: OCI runtime create failed: container_linux.go:380: starting container process caused: process_linux.go:545: container init caused: sethostname: invalid argument: unknown
Error: failed to start containers: app

Try this instead:

cd /var/discourse
git pull
./launcher rebuild app

Already did still same;

git pull
Already up to date.

./launcher rebuild app
in end this shows up:

 ess 02:fc:33:3e:fd:f6 local_discourse/app /sbin/boot
589988dcb7e5e026f29b8af3b507e51a260e9de2f1ddfaea0620e1fbd2ea80e7
docker: Error response from daemon: OCI runtime create failed: container_linux.go:380: starting container process caused: process_linux.go:545: container init caused: sethostname: invalid argument: unknown.

Did you try discourse doctor?

Just did after you said this what I get in end lines:

sudo: unable to resolve host discourse-ubuntu-s-1vcpu-1gb-nyc1-01-1606640043912-s-2vcpu-4gb-n: Name or service not known
Error response from daemon: Container 387d78b520911e93647a157c578f479a9b4ceaf4fef60b19c638a03de162444c is not running

Replacing: SMTP_PASSWORD
Replacing: LETSENCRYPT_ACCOUNT_EMAIL
Replacing: DEVELOPER_EMAILS
Replacing: DISCOURSE_DB_PASSWORD
Replacing: Sending mail to

==================== DONE! ====================

And then you rebuild again and what happens?

I changed the hostname to ā€˜discourse-ubuntuā€™ earlier it was a long name, by editing these filesā€¦

nano /etc/hostname

discourse-ubuntu

nano etc/hosts

127.0.1.1 discourse-ubuntu
127.0.0.1 localhost

after that, I reboot and rebuild, and then itā€™s fixed finally. :grinning:

Thank you for all your help. :slight_smile:

3 Likes

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.