QNX 6.6 and NFS not working?

Has anyone had the same problem, NFS not working on QNX 6.6. I get an error when I start nfsd.
This is with the VMWare version of 6.6.

nfsd

rpcbind(MNT1): Connection refused
recv(portmap): Connection refused

Start rpcbind first

  1. rpcbind -i
  2. nfsd -c /root/exports

Thanks for the reply. Someone else showed me that I could fix the problem by merely:

mkdir /var/run

This turned out to be correct.