zerotier/DesktopUI

1.8.6 Apple M1 Pro Waiting for ZeroTier system services...

CoderYLZhang opened this issue · 17 comments

image

don't work after I uninstall and reinstall it.

zerotier-one 1.8.6, macOS 12.2.1

There is something wrong here. This is definitely fixed in 1.8.6. Is it possible that somehow the application is not quitting and restarting?

It's also possible that you are experiencing a different problem. What happens if you type sudo zerotier-cli status in a terminal?

It's also possible that you are experiencing a different problem. What happens if you type sudo zerotier-cli status in a terminal?

sudo zerotier-cli status
zerotier-cli: missing port and zerotier-one.port not found in /Library/Application Support/ZeroTier/One

zerotier-one -d         
command not found: zerotier-one

i don't know what i have to do to fix it

run /Library/Application Support/ZeroTier/One/launch.sh

it is worked

image

but there is something wrong here

sudo zerotier-cli status
401 status {}

Screenshot 2022-03-16 at 16 14 14
Same problem here. ZeroTier works fine via zerotier-cli

Any updates? I've reinstalled the ZeroTier several times.

Any updates? I've reinstalled the ZeroTier several times.

NO, 1.8.9 problems remain

Try to remove the directory "~/Library/Application Support/ZeroTier" after uninstall Zerotier One and Zerotier App using "/Library/Application Support/ZeroTier/One/uninstall.sh". Then reinstall Zeortier.

Or just quit Zerotier app, remove "~/Library/Application Support/ZeroTier", re-launch Zerotier app.

1.8.10 problems remain
macos 12.3 m1

Or just quit Zerotier app, remove "~/Library/Application Support/ZeroTier", re-launch Zerotier app.

Not resolved

1.10 problem remain

Try this command:
sudo /Library/Application\ Support/ZeroTier/One/launch.sh
and restart the zerotier app
image
Resolved but i don't know why
Zerotier 1.14.2 Mac os 15.0.1

(base) 192:One wangzhizhou$ sudo /Library/Application\ Support/ZeroTier/One/launch.sh
shell-init: error retrieving current directory: getcwd: cannot access parent directories: Operation not permitted
job-working-directory: error retrieving current directory: getcwd: cannot access parent directories: Operation not permitted
zerotier-one: fatal error: cannot bind to local control interface port 9993
After I run

(base) 192:One wangzhizhou$ sudo /Library/Application\ Support/ZeroTier/One/launch.sh shell-init: error retrieving current directory: getcwd: cannot access parent directories: Operation not permitted job-working-directory: error retrieving current directory: getcwd: cannot access parent directories: Operation not permitted zerotier-one: fatal error: cannot bind to local control interface port 9993 After I run

I see there are two errors:

  1. a."Operation not permitted":Confirm you have access to the zerotier directory,and check zerotier working directory.
  2. b."port 9993":Check if your port 9993 is occupied,or you can change the zerotier config file to make it run on other port.The other is make sure your firewall doesn't prevent this port.

follow is the content of my "/Library/Application\ Support/ZeroTier/One/launch.sh":
#!/bin/bash export PATH="/Library/Application Support/ZeroTier/One:/bin:/usr/bin:/sbin:/usr/sbin" /usr/bin/killall MacEthernetTapAgent >>/dev/null 2>&1 exec zerotier-one
If there are any other errors,welcome to discuss.