agathongroup
03-05-2010, 03:47 PM
I recognize that this isn't purely an AppLogic question, but we occasionally have this problem with our VDS-style apps when running "yum update":
Transaction Check Error:
file /etc/ssh/sshd_config from install of openssh-server-4.3p2-36.el5_4.4.x86_64 conflicts with file from package LINUX64-1.0.0-1.x86_64
This blocks yum from doing any automated upgrades on openssh-server (or setup or initscripts, thanks to similar conflicts on /etc/fstab and /etc/inittab). I could go about this by rebuilding the LINUX64 RPM to NOT include system files, but I'm wondering if there's a better way to quickly and programmatically resolve this across all of the VDS-style applications we have running.
Thanks,
Peter
Transaction Check Error:
file /etc/ssh/sshd_config from install of openssh-server-4.3p2-36.el5_4.4.x86_64 conflicts with file from package LINUX64-1.0.0-1.x86_64
This blocks yum from doing any automated upgrades on openssh-server (or setup or initscripts, thanks to similar conflicts on /etc/fstab and /etc/inittab). I could go about this by rebuilding the LINUX64 RPM to NOT include system files, but I'm wondering if there's a better way to quickly and programmatically resolve this across all of the VDS-style applications we have running.
Thanks,
Peter