Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Changing symlink targets doesn't work #67

Closed
VorpalBlade opened this issue Aug 17, 2024 · 0 comments · Fixed by #65
Closed

Changing symlink targets doesn't work #67

VorpalBlade opened this issue Aug 17, 2024 · 0 comments · Fixed by #65
Assignees
Labels
A-konfigkoll Area: konfigkoll C-bug Category: This is a bug

Comments

@VorpalBlade
Copy link
Owner

Creating/removing symlinks work, but changing what existing symlinks point to doesn't work.

Would apply file system changes:
 /etc/alternatives/awk: symlink to /usr/bin/gawk
 /etc/alternatives/awk.1.gz: symlink to /usr/share/man/man1/gawk.1.gz
 /etc/alternatives/nawk: symlink to /usr/bin/gawk
 /etc/alternatives/nawk.1.gz: symlink to /usr/share/man/man1/gawk.1.gz
Do you want to apply these changes? [Yes/Abort/Skip/Interactive (change by change)] y
2024-08-17T09:12:08.819301Z  INFO konfigkoll_core::apply: Applying: /etc/alternatives/awk: symlink to /usr/bin/gawk
Error: Error while applying files

Caused by:
    0: Failed to create symlink
    1: File exists (os error 17)
@VorpalBlade VorpalBlade added C-bug Category: This is a bug A-konfigkoll Area: konfigkoll labels Aug 17, 2024
@VorpalBlade VorpalBlade self-assigned this Aug 17, 2024
@github-actions github-actions bot mentioned this issue Aug 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-konfigkoll Area: konfigkoll C-bug Category: This is a bug
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant