On 05/02/2020 16.44, Patrick Shanahan wrote:
I have two boxes where I merged the mentioned rpm{new,save} files and can no longer mount one of three nfs drives.
And two boxes where I did not merge the mentioned rpm{new,save} files and can mount all of the nfs drives.
It is not blind merging you need to do. You have to copy to your working config files the new features or changes in the rpmnew file, while keeping the old parts that you still need, and possibly make edit changes as appropriate. If what you get is an rpmsave the procedure is inverted: copy to the actual file, which is new, the old lines that you still need, possibly after checking in the man that they are still correct; if not, edit them. My routine is: zypper dup rpmconfigcheck now for every resultingline: cp /etc/actual_file /some_backup/etc/actual_file cp /etc/rpmsomething_file /some_backup/etc/rpmsomething_file meld /etc/actual_file /etc/rpmsomething_file rm /etc/rpmsomething_file Most often the changes are cosmetic. -- Cheers / Saludos, Carlos E. R. (from 15.1 x86_64 at Telcontar)