You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 30, 2020. It is now read-only.
$ fleetctl load f-\\xc3\\xb6-o.service
Unit f-\xc3\xb6-o.service loaded on 2970b762.../172.17.8.101
$ fleetctl start f-\\xc3\\xb6-o.service
Unit f-\xc3\xb6-o.service launched on 2970b762.../172.17.8.101
$ fleetctl status f-\\xc3\\xb6-o.service
● f-xc3xb6-o.service
Loaded: not-found (Reason: No such file or directory)
Active: inactive (dead)
...
It shows up in fleetctl list-unit-files as f-\xc3\xb6-o.service 4038b32 launched launched 2970b762.../172.17.8.101
I'm using systemd-escape[1] to generate escaped filenames:
For now, I'm having to resort to base32-encoding the filenames instead, which works for my purposes, but doesn't produce an easily readable fleetctl output.
Or maybe it started, but I can't get status?
It shows up in
fleetctl list-unit-filesasf-\xc3\xb6-o.service 4038b32 launched launched 2970b762.../172.17.8.101I'm using
systemd-escape[1] to generate escaped filenames:See http://www.freedesktop.org/software/systemd/man/systemd-escape.html and search for "escape" in http://www.freedesktop.org/software/systemd/man/systemd.unit.html
For now, I'm having to resort to base32-encoding the filenames instead, which works for my purposes, but doesn't produce an easily readable
fleetctloutput.