ZeroTierOne icon indicating copy to clipboard operation
ZeroTierOne copied to clipboard

Unable to Start Zervice on Debian 12

Open osarusan82 opened this issue 1 year ago • 1 comments

I installed zerotier on a fresh install of Debian using the install script: curl -s https://install.zerotier.com | sudo bash

After install, the following error message appears:

*** Enabling and starting ZeroTier service...
Synchronizing state of zerotier-one.service with SysV service script with /usr/lib/systemd/systemd-sysv-install.
Executing: /usr/lib/systemd/systemd-sysv-install enable zerotier-one
Job for zerotier-one.service failed because the control process exited with error code.
See "systemctl status zerotier-one.service" and "journalctl -xeu zerotier-one.service" for details.

*** Package installed but cannot start service! You may be in a Docker
*** container or using a non-standard init service.

and I am unable to run zerotier via the commandline. sudo systemctl status zerotier-one.service returns the following:

× zerotier-one.service - ZeroTier One
     Loaded: loaded (/usr/lib/systemd/system/zerotier-one.service; enabled; preset: enabled)
     Active: failed (Result: exit-code) since Fri 2024-04-12 09:44:39 JST; 5min ago
   Duration: 1ms
   Main PID: 31836 (code=exited, status=127)
        CPU: 824us

Apr 12 09:44:39 mogura systemd[1]: zerotier-one.service: Scheduled restart job, restart counter is at 5.
Apr 12 09:44:39 mogura systemd[1]: zerotier-one.service: Start request repeated too quickly.
Apr 12 09:44:39 mogura systemd[1]: zerotier-one.service: Failed with result 'exit-code'.
Apr 12 09:44:39 mogura systemd[1]: Failed to start zerotier-one.service - ZeroTier One.

I've tried reinstalling several times, but it always comes up the same way. What could I be missing here?

osarusan82 avatar Apr 12 '24 00:04 osarusan82

There's not much in the logs there to go off off, try the suggested: journalctl -xeu zerotier-one.service (I have multiple machines running ZeroTier on Debian 12).

DarkArc avatar Apr 25 '24 17:04 DarkArc