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

Issue when installing with more than 1 ip - "Install failed" #16

Closed
spaceleak opened this issue May 6, 2017 · 1 comment
Closed

Issue when installing with more than 1 ip - "Install failed" #16

spaceleak opened this issue May 6, 2017 · 1 comment

Comments

@spaceleak
Copy link

When installing with more than 1 ip I am getting

Dante Server Install Failed!

This only happens when installing with more than one ip.

--ip="a.a.a.a;b.b.b.b" --port=xxxx --user=xxxx --passwd=xxxx

The above gives the Dante Server Failed error, if I do it like this without the quotations in the ip option:

--ip=a.a.a.a;b.b.b.b --port=xxxx --user=xxxx --passwd=xxxx

I get the error

Error: User or password can't be blank

Using CentOS 6.9

Thanks

@Lozy
Copy link
Owner

Lozy commented May 6, 2017

Hi, I make a update for this issue

please use ":" instead of ';'.

--ip=a.a.a.a:b.b.b.b --port=xxxx --user=xxxx --passwd=xxxx

since ';' is a split symbol in bash.

take a try and let me know if it works.

@Lozy Lozy closed this as completed Apr 4, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants