Ticket #639 (closed defect: fixed)
mondorestore nfs "protocol not supported"
| Reported by: | cocampbe | Owned by: | bruno |
|---|---|---|---|
| Priority: | high | Milestone: | 3.0.3 |
| Component: | mindi | Version: | 3.0.2 |
| Severity: | major | Keywords: | |
| Cc: |
Description
Running oel 6.3. Having issue mounting nfs from mondorescue.iso. I select automatic and get his message:
Alert Failed to find config file/archives. Choose another source?
I choose yes, select nfs, yada, yada, yada.
It still fails. I try and mount it manually, but get the "protocol not supported" error. I have tried the -t nfs and -t nfs4, but neither work. The nfs server is running HPUX 11.31 nfsv4. I tried the fsisd=0 as suggested in another ticket. On HPUX the lowest number for fsid is 1. I also set root=ipaddr_of_host. That is the equivalent to no_root_squash form what I can tell. mindi and mindi-busybox version are:
mindi-2.1.3-1.rhel6.x86_64 mindi-busybox-1.18.5-1.rhel6.x86_64
Change History
comment:2 Changed 8 months ago by bruno
The "Failed to find config file/archives" means that the CD wasn't found. So the NFS mount didn't succeed. Any other error message on screen you could report related to that ? what gives the relaunch of /sbin/start-netfs ?
comment:3 Changed 8 months ago by kohler
Hi,
had the same problem ('You don't exist, go away!') using sshfs on a RHEL6.3.
Found out, that RHEL6.3 has a newer version of libnss_compat (so.2) which mindi failed to add to the boot environment (all.tar.gz).
Adding
/lib/libnss_compat.so.2 /lib64/libnss_compat.so.2 /lib64/libnss_files.so.2
to /etc/mindi/deplist.d/minimal.conf
resolved the problem.
cheers,
Peter

I am starting to wonder if this is related to another issue I am having. I was trying to scp the mondorestore.log file to another system. I get this error when I try to run scp:
scp: unknown user 0
I then tried to ssh to another server and get this:
You don't exist, go away!
I ran the id command and whoami, neither is able to translate 0 to root. /etc/nsswitch.conf looks fine. The permissions also look fine.