Hi Mike,

> Could you please check the /etc/mtab file for real FS type for
> the following mount points:
> 
> get_mounts: dirs[16]:/misc fs:autofs nfs:No
> get_mounts: dirs[17]:/net fs:autofs nfs:No
> get_mounts: dirs[18]:/home fs:autofs nfs:No

/etc/mtab has the following entries:

/etc/auto.misc /misc autofs 
rw,relatime,fd=6,pgrp=1781,timeout=600,minproto=5,maxproto=5,indirect 0 0
/etc/auto.net /net autofs 
rw,relatime,fd=12,pgrp=1781,timeout=600,minproto=5,maxproto=5,indirect 0 0
/etc/auto.home /home autofs 
rw,relatime,fd=18,pgrp=1781,timeout=600,minproto=5,maxproto=5,indirect 0 0


linpc1 etc 106 cat auto.misc
cd   -fstype=iso9660,ro,nosuid,nodev :/dev/cdrom
mail -rw,quota,rsize=8192,wsize=8192,timeo=14,nfsvers=2 xxx:/var/mail
linpc1 etc 107 

auto.net is a shell script so that I assume it is part of our
Linux distribution.

linpc1 etc 108 cat auto.home
* -rw,quota,rsize=8192,wsize=8192,timeo=14,nfsvers=3,lock,mand 
xxx:/export/home/&
linpc1 etc 109 


linpc1 etc 110 mount | grep -e misc -e net -e home
/etc/auto.misc on /misc type autofs 
(rw,relatime,fd=6,pgrp=1781,timeout=600,minproto=5,maxproto=5,indirect)
/etc/auto.net on /net type autofs 
(rw,relatime,fd=12,pgrp=1781,timeout=600,minproto=5,maxproto=5,indirect)
/etc/auto.home on /home type autofs 
(rw,relatime,fd=18,pgrp=1781,timeout=600,minproto=5,maxproto=5,indirect)
xxx:/export/home/fd1026/ on /home/fd1026 type nfs 
(rw,relatime,mand,vers=3,rsize=8192,wsize=8192,namlen=255,hard,proto=tcp,timeo=14,retrans=2,sec=sys,mountaddr=193.174.26.203,mountvers=3,mountport=32901,mountproto=udp,local_lock=none,addr=193.174.26.20
3)
xxx:/var/mail/ on /misc/mail type nfs 
(rw,relatime,vers=2,rsize=8192,wsize=8192,namlen=255,hard,proto=tcp,timeo=14,retrans=2,sec=sys,mountaddr=193.174.26.158,mountvers=1,mountport=32777,mountproto=udp,local_lock=none,addr=193.174.26.158)
linpc1 etc 111 



> could you please check if mntent.h and paths.h were detected
> by "configure" in config.log?

tyr openmpi-dev-557-g01a24c4-Linux.x86_64.64_cc 141 grep -e mntent.h -e paths.h 
config.log
configure:60392: checking mntent.h usability
configure:60392: checking mntent.h presence
configure:60392: checking for mntent.h
configure:60392: checking paths.h usability
configure:60392: checking paths.h presence
configure:60392: checking for paths.h
ac_cv_header_mntent_h=yes
ac_cv_header_paths_h=yes
tyr openmpi-dev-557-g01a24c4-Linux.x86_64.64_cc 142 


Please let me know if I can provide anything else.


Kinds regards and thank you very much for your help

Siegmar


Reply via email to