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 has been archived by the owner on Oct 16, 2020. It is now read-only.
I get this message even if I have the Install section. It worked fine in previous CoreOS version but when updated to CoreOS stable (1068.8.0) it broke. No changes made to the service file
I have:
[Install]
WantedBy=multi-user.target
In the file. What have changed in 1068.8.0 release?
everything works but i get this stupid error!
Created symlink from /etc/systemd/system/multi-user.target.wants/minecraft.service to /home/core/system/systemd/services/minecraft.service.
Created symlink from /etc/systemd/system/minecraft.service to /home/core/system/systemd/services/minecraft.service.
The unit files have no [Install] section. They are not meant to be enabled
using systemctl.
Possible reasons for having this kind of units are:
A unit may be statically enabled by being symlinked from another unit's
.wants/ or .requires/ directory.
A unit's purpose may be to act as a helper for some other unit which has
a requirement dependency on it.
A unit may be started when needed via activation (socket, path, timer,
D-Bus, udev, scripted systemctl call, ...).
CoreOS Version
CoreOS stable (1068.8.0)
Environment
Digital oceans standars VPS
Expected Behavior
No error
Actual Behavior
Error message
Reproduction Steps
Enable a service file from a non standard dir.
The text was updated successfully, but these errors were encountered:
Actually I have been looking into a similar issue, coreos/fleet#1655. My theory is that EnableUnitFiles became broken at some point between systemd v225 and v229, and this issue was already solved from upstream. See systemd/systemd@3de1521 , which is available since systemd v230. Just a guess. What I'm sure is only that it works again with systemd v231 + CoreOS 1122, the most recent developer image built by CoreOS SDK.
I can see that the current coreos-overlay has already updated systemd to v231, but that's not available even in the current CoreOS alpha 1122, where still systemd v229 is included. Either we should wait until systemd v231 could be available, or backport proper patches to coreos-overlay, i.e. sys-apps/systemd/systemd-229*.ebuild.
Issue Report
Bug
I get this message even if I have the Install section. It worked fine in previous CoreOS version but when updated to CoreOS stable (1068.8.0) it broke. No changes made to the service file
I have:
[Install]
WantedBy=multi-user.target
In the file. What have changed in 1068.8.0 release?
everything works but i get this stupid error!
Created symlink from /etc/systemd/system/multi-user.target.wants/minecraft.service to /home/core/system/systemd/services/minecraft.service.
Created symlink from /etc/systemd/system/minecraft.service to /home/core/system/systemd/services/minecraft.service.
The unit files have no [Install] section. They are not meant to be enabled
using systemctl.
Possible reasons for having this kind of units are:
.wants/ or .requires/ directory.
a requirement dependency on it.
D-Bus, udev, scripted systemctl call, ...).
CoreOS Version
CoreOS stable (1068.8.0)
Environment
Digital oceans standars VPS
Expected Behavior
No error
Actual Behavior
Error message
Reproduction Steps
Enable a service file from a non standard dir.
The text was updated successfully, but these errors were encountered: