I’m using PuTTY to access the console and no command seems to work.
It’s always telling me the following :
root@testdiscourse:~# ./discourse-doctor
-bash: ./discourse-doctor: No such file or directory
root@testdiscourse:~#
So I tried using the console on DigitalOcean but I can’t log, i get this message :
Droplet Console
Use the Droplet Console for native-like terminal access to your Droplet from your browser. Here is the list of supported OSes for the new console.
To enable the Droplet Console, log in to your Droplet as root or as a user with sudo access. Once connected, download and execute the agent installation script with the following command to enable the console immediately:
Ok so there was a typo on de password and i changed it.
Now I have another issue :
Email address for mail test? ('n' to skip) [info@kheyed.com]:
Sending mail to info@kheyed.com. . .
Testing sending to info@kheyed.com using mail.infomaniak.com:587, username:info@kheyed.com with plain auth.
SMTP server connection successful.
Sending to info@kheyed.com. . .
Mail was not sent.
Reason: 550 5.7.1 Sender mismatch
My login and password is now alright but I can’t find the issue
Shortly, but not easily: This error message means the email was rejected either because of security policies or incorrect configuration on the recipient side.
That means the server has blocked your email for example because it doesn’t recognize email address of sender. There is some other reasons too.
And one that leaves you not knowing how to the the most basic things. This is why the standard install is recommended…
The problems you’re have with their console suggest that they haven’t updated the base image, as new Ubuntu installs “just work” with the new web based console, another way that the one click hurts people. That said, if you can log in with putty then you don’t need the web console.
“sender mismatch” sounds like you need to run discourse-setup which will let you set the notification email address. Another way would be to create an admin account with
./launcher enter app
rake admin:create
And then change notification email in site settings.