Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to Start Zervice on Debian 12 #2272

Open
osarusan82 opened this issue Apr 12, 2024 · 1 comment
Open

Unable to Start Zervice on Debian 12 #2272

osarusan82 opened this issue Apr 12, 2024 · 1 comment

Comments

@osarusan82
Copy link

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?

@DarkArc
Copy link

DarkArc commented Apr 25, 2024

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).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants