fresh install of a mastodon instance...

I am having issues connecting to the fresh install of a mastodon instance at https://dev.thejuniverse.no

I have openend port 80/443 with not difference

Here is also something to consider:

(this is the 3rd time i set up and deploy, after suggestion from linode support)

root@dev:~# cat /root/.deployment-secrets.txt
cat: /root/.deployment-secrets.txt: No such file or directory

root@dev:~# service postgresql status
Unit postgresql.service could not be found.

Thank you for your help!
root@dev:~# service nginx status
Unit nginx.service could not be found.
root@dev:~# service apache status
Unit apache.service could not be found.

3 Replies

root@dev:~# grep -i 'installation complete' /var/log/stackscript.log
root@dev:~#

TASK [create_dns_record : print ip address]
ok: [localhost] => {
"ip_address": {
"changed": false,
"failed": false,
"msg": "172.232.148.118"
}
}

TASK [create_dns_record : lookup domain info]
fatal: [localhost]: FAILED! => {"changed": false, "msg": "failed to get domain You do not have an API token!"}

TASK [create_dns_record : handle failure] **
ok: [localhost] => {
"msg": "domain zone does not exist"
}

TASK [create_dns_record : create a dns zone] *
fatal: [localhost]: FAILED! => {"changed": false, "msg": "failed to get domain dev.thejuniverse.no: You do not have an API token!"}

NO MORE HOSTS LEFT *

PLAY RECAP *
localhost : ok=9 changed=3 unreachable=0 failed=1 skipped=3 rescued=1 ignored=0

…this might be the reason.

Reply

Please enter an answer
Tips:

You can mention users to notify them: @username

You can use Markdown to format your question. For more examples see the Markdown Cheatsheet.

> I’m a blockquote.

I’m a blockquote.

[I'm a link] (https://www.google.com)

I'm a link

**I am bold** I am bold

*I am italicized* I am italicized

Community Code of Conduct