gravitl / netmaker

Netmaker makes networks with WireGuard. Netmaker automates fast, secure, and distributed virtual networks.
https://netmaker.io
Other
9.4k stars 547 forks source link

[Bug]: error installing daemon systemd not installed .. daemon not installed #2384

Closed eleaner closed 1 year ago

eleaner commented 1 year ago

Contact Details

github@kisiel.net.pl

What happened?

when upgrading from 0.20.0 to 0.20.1 it fails with

2023-06-08 19:32:48 (1.46 MB/s) - ‘netclient’ saved [16945152/16945152]

[netclient] 2023-06-08 19:32:50 error installing daemon systemd not installed .. daemon not installed

the same error when manually running sudo netclient install

although apparently the version has been upgraded

sudo netclient version
v0.20.1

Version

v0.20.1

What OS are you using?

Linux

Relevant log output

No response

Contributing guidelines

eleaner commented 1 year ago

Ubuntu 20.04.6 LTS

installation and not upgrade does not seem to work at all

mattkasun commented 1 year ago

cannot duplicate. fresh DO droplet oot@issue-2384:~# cat /etc/os-release NAME="Ubuntu" VERSION="20.04.4 LTS (Focal Fossa)" 1 wget fileserver.clustercat.com/releases/download/v0.20.1/netclient-linux-amd64 -O /tmp/netclient 2 chmod +x /tmp/netclient 3 /tmp/netclient install

no issues seen

jrappeneker commented 1 year ago

I get the same error

# cat /etc/os-release
NAME="Ubuntu"
VERSION="20.04.6 LTS (Focal Fossa)"
wget fileserver.clustercat.com/releases/download/v0.20.1/netclient-linux-amd64 -O /tmp/netclient
chmod +x /tmp/netclient
/tmp/netclient install

/tmp/netclient install
[netclient] 2023-06-09 04:39:37 error installing daemon systemd not installed .. daemon not installed
eleaner commented 1 year ago

I finally run it through docker

On Fri, 9 Jun 2023 at 05:41, jrappeneker @.***> wrote:

I get the same error

cat /etc/os-release

NAME="Ubuntu" VERSION="20.04.6 LTS (Focal Fossa)"

wget fileserver.clustercat.com/releases/download/v0.20.1/netclient-linux-amd64 -O /tmp/netclient chmod +x /tmp/netclient /tmp/netclient install

/tmp/netclient install [netclient] 2023-06-09 04:39:37 error installing daemon systemd not installed .. daemon not installed

— Reply to this email directly, view it on GitHub https://github.com/gravitl/netmaker/issues/2384#issuecomment-1583966328, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABHOAMZHXNL5CV6AXFXIHI3XKKSQZANCNFSM6AAAAAAY7VMP6I . You are receiving this because you authored the thread.Message ID: @.***>

mattkasun commented 1 year ago

installing netclient on docker using netclient install or a package will not work as docker does not have systemd. There is a netclient docker image you can use.

eleaner commented 1 year ago

that's what I did

On Fri, 9 Jun 2023 at 12:03, Matthew R Kasun @.***> wrote:

installing netclient on docker using netclient install or a package will not work as docker does not have systemd. There is a netclient docker image you can use.

— Reply to this email directly, view it on GitHub https://github.com/gravitl/netmaker/issues/2384#issuecomment-1584394760, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABHOAMZ6TRXQ2LCK2RUGJB3XKL7HPANCNFSM6AAAAAAY7VMP6I . You are receiving this because you authored the thread.Message ID: @.***>