hm also, ```~ $ rpm -ql netclient-0.14.2-2.x86_64 ...
# client
g
hm also,
Copy code
~ $ rpm -ql netclient-0.14.2-2.x86_64
/usr/lib/systemd/system/netclient.service
/usr/sbin/netclient

~ $ cat /usr/lib/systemd/system/netclient.service
[Unit]
Description=Netclient Daemon
Documentation=https://docs.netmaker.org https://k8s.netmaker.org
After=network-online.target
Wants=network-online.target systemd-networkd-wait-online.service

[Service]
User=root
Type=simple
ExecStart=/sbin/netclient daemon
Restart=on-failure
RestartSec=15s

[Install]
WantedBy=multi-user.target
it appears that netclient.service and its binary are not properly configured
b
which os was this on?
g
fedora 36 sorry about this, forgot to explicitely say it
b
I tested an install on Digital Ocean droplet with fedora 36 this morning .... installed fine
g
maybe it's because I upgraded it, I haven't tried to do it on another fc36
i'll try tomorrow and get back to u
b
when you upgraded, did you already have a netmaker network? and, if so, did the network get deleted (bad) when you upgraded or did the network persist(good)?
g
I'm not sure :/ I'll tell u
b
have made some changes to packages to try and not delete networks on upgrades, but difficult to test on all distros so any feedback will be appreciated
g
my nodes were in no network, so impossible to verify 😦
b
But otherwise the rpm worked?