failed to stop systemd unit #98

Open
opened 2025-06-15 21:40:06 -04:00 by boypt · 0 comments
boypt commented 2025-06-15 21:40:06 -04:00 (Migrated from github.com)

script error

info: Extract the Xray package to /tmp/tmp.1uvCTRGcxf and prepare it for installation.
Invalid unit name "●" escaped as "\xe2\x97\x8f" (maybe you should use systemd-escape?).
Failed to stop \xe2\x97\x8f.service: Unit \xe2\x97\x8f.service not loaded.
error: Stopping the Xray service failed.

verifying



# systemctl list-units | grep 'xray@'
● xray@cls.service                                                                                      loaded failed failed    Xray Service

# script failed
# systemctl list-units | grep 'xray@' | awk -F ' ' '{print $1}'### this  --plain should be added
# systemctl list-units --plain | grep 'xray@' | awk -F ' ' '{print $1}'
xray@cls.service
### script error ``` info: Extract the Xray package to /tmp/tmp.1uvCTRGcxf and prepare it for installation. Invalid unit name "●" escaped as "\xe2\x97\x8f" (maybe you should use systemd-escape?). Failed to stop \xe2\x97\x8f.service: Unit \xe2\x97\x8f.service not loaded. error: Stopping the Xray service failed. ``` ### verifying ```bash # systemctl list-units | grep 'xray@' ● xray@cls.service loaded failed failed Xray Service # script failed # systemctl list-units | grep 'xray@' | awk -F ' ' '{print $1}' ● ### this --plain should be added # systemctl list-units --plain | grep 'xray@' | awk -F ' ' '{print $1}' xray@cls.service ```
Sign in to join this conversation.
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
XTLS/Xray-install#98
No description provided.