Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
"systemctl preset-all" fails as "Failed to execute operation: Too many levels of symbolic links" #2298
Comments
See: install: follow unit file symlinks in /usr, but not /etc when looking for [Install] data |
tereshonkov-roman
commented
Jan 12, 2016
|
So, how to solve my problem then? |
added a commit
to evverx/systemd
that referenced
this issue
Jan 18, 2016
dbnicholson
referenced this issue
Mar 30, 2016
Closed
install: Allow existing /etc symlinks for preset #2916
added a commit
to tblume/systemd-suse-devel
that referenced
this issue
Apr 6, 2016
keszybz
added
bug
systemctl
labels
Apr 16, 2016
keszybz
closed this
Apr 17, 2016
added a commit
to msekletar/systemd-rhel
that referenced
this issue
Apr 29, 2016
added a commit
to msekletar/systemd-rhel
that referenced
this issue
Apr 29, 2016
added a commit
to lnykryn/systemd-rhel
that referenced
this issue
May 5, 2016
added a commit
to msekletar/systemd-rhel
that referenced
this issue
Aug 22, 2016
added a commit
to Stratoscale/systemd
that referenced
this issue
Jun 19, 2017
added a commit
to Stratoscale/systemd
that referenced
this issue
Jun 20, 2017
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
tereshonkov-roman commentedJan 11, 2016
For systemd 228.
"systemctl preset-all" fails as "Failed to execute operation: Too many levels of symbolic links"
if there is symlink
"/etc/systemd/system/default.target -> /usr/lib/systemd/system/multi-user.target".
The same error comes during the very first boot.
Any comments why preset fails?