upgrades-migrations / preupgrade-assistant-modules

Modules for the Preupgrade Assistant tool. Disclaimer: It was fun. R.I.P. :-)
GNU General Public License v3.0
3 stars 11 forks source link

system/SysconfigCgroupDaemon: handle dead symlinks #128

Closed pirat89 closed 4 years ago

pirat89 commented 4 years ago

The module crashes on dead symlink under /etc/sysconfig

Traceback (most recent call last):
  File "/root/preupgrade/RHEL6_7/system/SysconfigCgroupDaemon/check", line 72, in <module>
    if cgroup_daemon():
  File "/root/preupgrade/RHEL6_7/system/SysconfigCgroupDaemon/check", line 62, in cgroup_daemon
    with open(root+"/"+filename, "r") as f:
IOError: [Errno 2] No such file or directory: '/etc/sysconfig/deadlink'

See the RHBZ: https://bugzilla.redhat.com/show_bug.cgi?id=1851322 Thanks to @rmetrich for the patch.