Closed cirrusflyer closed 5 months ago
Thanks for the great project. I'm facing the same issue, and there's no additional output when specified -vvv.
The error apppear when I tried to install netclient service with netclient install
. netclient was run successfully as foreground process before that.
Copy netclient to another location and run netclient install
in from there works.
Thanks @snoyiatk I can confirm this workaround fixed the issue for me.
mv /sbin/netclient /tmp/netclient
cd /tmp
./netclient install
./netclient joint -t .....
netclient is no longer supported on FreeBSD
Contact Details
No response
What happened?
After successfully installing on FreeBSD using this:
curl -sfL https://raw.githubusercontent.com/gravitl/netmaker/master/scripts/netclient-install.sh | sudo VERSION="0.14.6" sh -
Ran the join command with my key (removed for posting here)
sudo netclient join -t
Results below (and redacted info), but see the line "open /sbin/netclient: text file busy"
Version
v0.14.6
What OS are you using?
FreeBSD
Relevant log output
Contributing guidelines