© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
Friends of the Crustacean 🦞🤝FotC�
Friends of the Crustacean 🦞🤝•4d ago•
5 replies
leg0z.77

systemctl is-enabled unavailable

✅Solved
I am getting the error "Error Gateway service check failed: Error: systemctl is-enabled unavailable: Command failed: systemctl --user is-enabled openclaw-gateway.service" when trying to install on Ubuntu 25.10. I was able to install Openclaw yesterday on this same machine without issue but had to wipe the machine and start from scratch. I believe this is a new bug introduced within the past 24 hours to to this github post https://github.com/openclaw/openclaw/pull/33903
Solution
That PR (#33903) is actually the fix for this exact error on newer systemd (Ubuntu 25.10): when the unit isn’t installed yet,
systemctl --user is-enabled openclaw-gateway.service
systemctl --user is-enabled openclaw-gateway.service
exits code 4 and prints
not-found
not-found
to stdout
. Older OpenClaw builds were only looking at stderr first, so they mis-classify it as “unavailable” and abort the daemon install.

What to do

1) First, can you paste:
-
openclaw --version
openclaw --version


2) Easiest workaround right now: install a build that includes #33903 (beta/dev or git install), then rerun onboarding:

Option A (installer, beta):
curl -fsSL https://openclaw.ai/install.sh | bash -s -- --beta
openclaw onboard --install-daemon
curl -fsSL https://openclaw.ai/install.sh | bash -s -- --beta
openclaw onboard --install-daemon


Option B (installer, git / main):
bash
bash
Jump to solution
Friends of the Crustacean 🦞🤝 banner
Friends of the Crustacean 🦞🤝Join
The AI that actually does things. Emails, calendar, home automation - all from your favorite chat app. New shell, ready to help. The lobster way.
129,194Members
Resources
Was this page helpful?

Similar Threads

Recent Announcements
Recent Announcements
Shadow

<@&1471741345306644545> its weekly claw time nerds! Also you can get the new <@&1479584625755033854> role in <id:customize> https://discord.com/events/1456350064065904867/1479314622669520996

Shadow · 23h ago

Shadow

<@&1471741345306644545> We've opened up <#1474434870259224723> and <#1479543671605952532> that you can now share your community-made plugins in! Use <#1474434870259224723> if your plugin specifically adds a new channel, otherwise use <#1479543671605952532>!

Shadow · 2d ago

Shadow

<@&1471741366311583785> https://x.com/openclaw/status/2028693804266496230

Shadow · 5d ago

Similar Threads

Error: systemctl is-enabled unavailable
Friends of the Crustacean 🦞🤝FotC�Friends of the Crustacean 🦞🤝 / help
14h ago
Error: systemctl is-enabled unavailable
Friends of the Crustacean 🦞🤝FotC�Friends of the Crustacean 🦞🤝 / help
3d ago
Error: systemctl is-enabled unavailable: Command failed: systemctl --user is-enabled openclaw-gatewa
Friends of the Crustacean 🦞🤝FotC�Friends of the Crustacean 🦞🤝 / help
4d ago
Installing openclaw 3.2 encountered Error: systemctl is-enabled unavailable: Command failed: systemc
Friends of the Crustacean 🦞🤝FotC�Friends of the Crustacean 🦞🤝 / help
5d ago