-
Notifications
You must be signed in to change notification settings - Fork 60
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
Misunderstading instructions #16
Comments
yes, because wesher is a daemon and currently doesn't have any separate CLI tool. When you start it, you effectively just started your cluster with a single node (the current one). The quick start is just supposed to show how wesher generally works. A "proper" installation probably also entails integrating it with whatever distribution you are using by, e.g., using the provided systemd integration. |
@costela However, as I said in my 1st post.. when I execute:
On my machine(s) I get the new cluster key generated as above but it never comes back to the Terminal prompt. Cursor just keeps blinking after XXXXX |
Yes, and as I said: wesher is a daemon. It's meant to run indefinitely. Compare it with, for instance, openvpn: if you start in on the console, it runs for as long as the VPN connection is up, and if you kill it the connection breaks. Under realistic usage, it's meant to be started/managed by a different process, like your desktop session manager or systemd. |
okay ... now I understand what you meant...
sorry but thanks for the answer!
…On Fri, Jan 10, 2020 at 11:27 AM Leo Antunes ***@***.***> wrote:
Yes, and as I said: wesher is a daemon. It's *meant* to run indefinitely.
Compare it with, for instance, openvpn: if you start in on the console, it
runs for as long as the VPN connection is up, and if you kill it the
connection breaks. Under realistic usage, it's meant to be started/managed
by a different process, like your desktop session manager or systemd.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#16?email_source=notifications&email_token=AAM23JY64IBJSSR5P7TO2DDQ5COWTA5CNFSM4KEQYZPKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEIUOKMQ#issuecomment-573105458>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAM23JYLWPWCQL2JRXAD7PLQ5COWTANCNFSM4KEQYZPA>
.
|
The README says:
I have wireguard installed on all 3 nodes.
But Step #3 above stumps me... If I just generated the "cluster-key" how can the next step say:
How do you get a first node into the cluster? so additional nodes can be added like that?
Is step #2 supposed to to that? When I run:
I get the...
but the command never completes or goes back to a prompt?
The text was updated successfully, but these errors were encountered: