[opensuse] Problem with NFS mount

I have two systems which I believe are identical. One system will mount the other with no problem. The second system will NFS mount itself, but generates the following error when attempting to mount an external system: mount.nfs: res_query.c:262: __libc_res_nquery: Assertion `(hp != ((void *)0)) && (hp2 != ((void *)0))' failed. I have executed both the NFS Server and NFS Client scripts on both machines. I also receive: systemd-fstab-generator[2988]: Checking was requested for "/home", but it is not a device in dmesg on both machines. messages on both machines. The lines ion my fstab are: dfpc50:/ /mnt/dfpc50 nfs rw,user,dev,exec,noauto,soft,timeo=10,retrans=10,bg,intr,retry=5,rsize=8192,wsize=8192 0 0 dfpc50:/home /mnt/dfpc50_home nfs rw,user,dev,exec,noauto,soft,timeo=10,retrans=10,bg,intr,retry=5,rsize=8192,wsize=8192 0 0 The lines in /etc/exports are: / 192.168.7.0/255.255.255.0(rw,no_root_squash,insecure,sync,no_subtree_check,no_all_squash) /home 192.168.7.0/255.255.255.0(rw,no_root_squash,insecure,sync,no_subtree_check,no_all_squash) All this appears to work going one way, but not the other. Any ideas on what the problem is, or what (hp != ((void *)0)) && (hp2 != ((void *)0)) would signify? Thanks, Don -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org

On 08/06/2017 03:40 PM, don fisher wrote:
I have two systems which I believe are identical. One system will mount the other with no problem. The second system will NFS mount itself, but generates the following error when attempting to mount an external system: mount.nfs: res_query.c:262: __libc_res_nquery: Assertion `(hp != ((void *)0)) && (hp2 != ((void *)0))' failed.
I have executed both the NFS Server and NFS Client scripts on both machines.
I also receive:
systemd-fstab-generator[2988]: Checking was requested for "/home", but it is not a device
in dmesg on both machines.
messages on both machines. The lines ion my fstab are:
dfpc50:/ /mnt/dfpc50 nfs rw,user,dev,exec,noauto,soft,timeo=10,retrans=10,bg,intr,retry=5,rsize=8192,wsize=8192 0 0 dfpc50:/home /mnt/dfpc50_home nfs rw,user,dev,exec,noauto,soft,timeo=10,retrans=10,bg,intr,retry=5,rsize=8192,wsize=8192 0 0
The lines in /etc/exports are: / 192.168.7.0/255.255.255.0(rw,no_root_squash,insecure,sync,no_subtree_check,no_all_squash)
/home 192.168.7.0/255.255.255.0(rw,no_root_squash,insecure,sync,no_subtree_check,no_all_squash)
All this appears to work going one way, but not the other. Any ideas on what the problem is, or what (hp != ((void *)0)) && (hp2 != ((void *)0)) would signify?
Thanks, Don
Sorry, I fixed this one myself. One of these damn scripts keeps trying to help me by updating my /etc/hosts. The machine I was trying to mount was eliminated. Anybody know how or why this happens? Don -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org

On 08/06/2017 03:40 PM, don fisher wrote:
I have two systems which I believe are identical. One system will mount the other with no problem. The second system will NFS mount itself, but generates the following error when attempting to mount an external system: mount.nfs: res_query.c:262: __libc_res_nquery: Assertion `(hp != ((void *)0)) && (hp2 != ((void *)0))' failed.
I have executed both the NFS Server and NFS Client scripts on both machines.
I also receive:
systemd-fstab-generator[2988]: Checking was requested for "/home", but it is not a device
in dmesg on both machines.
messages on both machines. The lines ion my fstab are:
dfpc50:/ /mnt/dfpc50 nfs rw,user,dev,exec,noauto,soft,timeo=10,retrans=10,bg,intr,retry=5,rsize=8192,wsize=8192 0 0 dfpc50:/home /mnt/dfpc50_home nfs rw,user,dev,exec,noauto,soft,timeo=10,retrans=10,bg,intr,retry=5,rsize=8192,wsize=8192 0 0
The lines in /etc/exports are: / 192.168.7.0/255.255.255.0(rw,no_root_squash,insecure,sync,no_subtree_check,no_all_squash)
/home 192.168.7.0/255.255.255.0(rw,no_root_squash,insecure,sync,no_subtree_check,no_all_squash)
All this appears to work going one way, but not the other. Any ideas on what the problem is, or what (hp != ((void *)0)) && (hp2 != ((void *)0)) would signify?
Thanks, Don
Sorry, I fixed this one myself. One of these scripts keeps trying to help me by updating my /etc/hosts. The machine I was trying to mount was eliminated. Anybody know how or why this happens? Don -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org

On 08/06/2017 03:40 PM, don fisher wrote:
I have two systems which I believe are identical. One system will mount the other with no problem. The second system will NFS mount itself, but generates the following error when attempting to mount an external system: mount.nfs: res_query.c:262: __libc_res_nquery: Assertion `(hp != ((void *)0)) && (hp2 != ((void *)0))' failed.
I have executed both the NFS Server and NFS Client scripts on both machines.
I also receive:
systemd-fstab-generator[2988]: Checking was requested for "/home", but it is not a device
in dmesg on both machines.
messages on both machines. The lines ion my fstab are:
dfpc50:/ /mnt/dfpc50 nfs rw,user,dev,exec,noauto,soft,timeo=10,retrans=10,bg,intr,retry=5,rsize=8192,wsize=8192 0 0 dfpc50:/home /mnt/dfpc50_home nfs rw,user,dev,exec,noauto,soft,timeo=10,retrans=10,bg,intr,retry=5,rsize=8192,wsize=8192 0 0
The lines in /etc/exports are: / 192.168.7.0/255.255.255.0(rw,no_root_squash,insecure,sync,no_subtree_check,no_all_squash) /home 192.168.7.0/255.255.255.0(rw,no_root_squash,insecure,sync,no_subtree_check,no_all_squash)
All this appears to work going one way, but not the other. Any ideas on what the problem is, or what (hp != ((void *)0)) && (hp2 != ((void *)0)) would signify?
Thanks, Don
That message has some google hits suggesting you have ipv6 DNS operating somewhere but no actual ipv6 connections. https://github.com/libwww-perl/WWW-Mechanize/issues/40 -- After all is said and done, more is said than done. -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
participants (2)
-
don fisher
-
John Andersen