On 05/02/2020 19.33, Patrick Shanahan wrote:
* Carlos E. R. <> [02-05-20 12:18]:
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.
yes, meld file.rpmnew file.rpm merged new, non-conflicting items
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.
yes, but I still cannot one of the nfs drives on two boxes, but can on one box where the rpm files were merged/updated and can on one where I have not yet done the merge/update. Makes no sense.
~ # mount -vvv -t auto 192.168.1.10:/data /mnt/nfs/data mount.nfs: timeout set for Wed Feb 5 13:09:12 2020 mount.nfs: trying text-based options 'vers=4.2,addr=192.168.1.10,clientaddr=192.168.1.8' mount.nfs: mount(2): Connection refused mount.nfs: trying text-based options 'addr=192.168.1.10' mount.nfs: prog 100003, trying vers=3, prot=6 mount.nfs: portmap query retrying: RPC: Program not registered mount.nfs: prog 100003, trying vers=3, prot=17 mount.nfs: portmap query failed: RPC: Program not registered mount.nfs: trying text-based options 'vers=4.2,addr=192.168.1.10,clientaddr=192.168.1.8' mount.nfs: mount(2): Connection refused mount.nfs: trying text-based options 'addr=192.168.1.10' mount.nfs: prog 100003, trying vers=3, prot=6 mount.nfs: portmap query retrying: RPC: Program not registered
Maybe portmap is not running. did you check apparmor, on both machines? aa-logprof.
No problem at all mounting sshfs
It is very different, uses a constant single port. No negotiation needed. -- Cheers / Saludos, Carlos E. R. (from 15.1 x86_64 at Telcontar)