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

Prevents leapp upgrade from RHEL 7 to RHEL 8 #398

Open
dsedgmen opened this issue Oct 22, 2020 · 0 comments
Open

Prevents leapp upgrade from RHEL 7 to RHEL 8 #398

dsedgmen opened this issue Oct 22, 2020 · 0 comments

Comments

@dsedgmen
Copy link

This causes the leapp upgrade to fail because it is unable to install systemd, do we need to have this set to immutable?
error: unpacking of archive failed on file /usr/lib/systemd/resolv.conf: cpio: rename failed - Operation not permitted
error: systemd-239-31.el8_2.2.x86_64: install failed

- name: Make systemd resolv.conf immutable
become: yes
file:
path: /usr/lib/systemd/resolv.conf
owner: root
group: root
mode: '0644'
attributes: +i

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant