Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Setup script: redis does not start after install on some systems #112

Open
lusman20 opened this issue Dec 15, 2018 · 4 comments
Open

Setup script: redis does not start after install on some systems #112

lusman20 opened this issue Dec 15, 2018 · 4 comments
Labels

Comments

@lusman20
Copy link

I have a new vps without any installation,
Configure my hostname and domain records on the server
I execute the following commands
I also made the creation of my domain records
$ wget -O - https://raw.githubusercontent.com/nodemailer/wildduck/master/setup/get_install.sh | bash
$ ./install.sh mydomain.com mail.mydomain.com

I followed the steps of the file
domainname-nameserver.txt

Always changing mydomain.com with my real domain

When I enter mail.mydomain.com, I get a message that says Internal Server Error
That it could be, if in theory I execute the script there should be no mistakes regarding the web
E-mails are also not sent

@suayipozmen
Copy link

i have tried today with latest version and got the same error.
which log should i look?

@lusman20
Copy link
Author

i have tried today with latest version and got the same error.
which log should i look?

I still can not find the error, I'm short on time and I have not checked, if you find something you tell me

@suayipozmen
Copy link

After you have completed setup wildduck you have to start redis manually. I think it is a bug.
/etc/init.d/redis-server start

@louis-lau louis-lau added the bug label Sep 13, 2020
@louis-lau louis-lau changed the title Problem with install setup Setup script: redis does not start after install on some systems Sep 13, 2020
This was referenced Sep 13, 2020
@oviliz
Copy link

oviliz commented Jun 19, 2021

It should be enough telling Redis to autostart with sudo update-rc.d redis-server enable

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

4 participants