ChanceM / pfSense-pkg-zerotier

pfSense package to support zerotier.
107 stars 47 forks source link

the "Enable zerotier client and controller" option under Configuration does not work #2

Closed coreybrett closed 4 years ago

coreybrett commented 5 years ago

The option to enable/disable the Zerotier service, does not work. Generates the following error message. Fatal error: Uncaught Error: Cannot unset string offsets in /usr/local/www/zerotier.php:52 Stack trace: #0 {main} thrown in /usr/local/www/zerotier.php on line 52 PHP ERROR: Type: 1, File: /usr/local/www/zerotier.php, Line: 52, Message: Uncaught Error: Cannot unset string offsets in /usr/local/www/zerotier.php:52 Stack trace: #0 {main} thrown

ChanceM commented 5 years ago

Can you provide the output of zerotier-one -v? This line is related to enabling the experimental features, rather than the package itself. I updated by pfSense VM to 2.4.4-RELEASE-p1 and build and installed zerotier-one version 1.2.12 and couldn't reproduce this. When I get some time I will try building a new pf VM and setup fresh.

coreybrett commented 5 years ago

1.2.12

I have the checkbox cleared right now, but the Zerotier service is still running. When I try to check the box I get the above error message.

tymiles003 commented 4 years ago

Team, Was this ever resolved? Will this work with zerotier-one version 1.4.6? Thanks

jmcphail commented 4 years ago

I just built and installed this version of the package, and it still has the reported issue above. It's a bug, looking to resolve. Its seems to work fine with 1.4.6, however.

ChanceM commented 4 years ago

@tymiles003 @jmcphail I got some time to work on the package this weekend. I have it running again, though it looks like some API calls changed. I was able to join a network and access the firewall from it. I'll try and push the updates this week.