On Monday 25 May 2015 09:06:05 am Graham Wilman wrote:
Ah HA !!
> [ May 25 13:40:58 rdserver rpc.mountd[3192]: refused mount request from
> 192.168.1.250 for /dev/snd (/): no export entry}
Mount request for ***/dev***
There's a typo somewhere ! ( which is why we're not modifying anything
more than we absolutely have to. One step at a time )
/dev/snd is a device, not a directory, and can not ( and should not ) be
exported.
> Curt the info you requested follows (my bad forgot to put space between Cat
> and /etc)
> 1.3 cat /etc/hosts. allow output returns this
> hosts.allow This file contains access rules which are used to
> # allow or deny connections to network services that
> # either use the tcp_wrappers library or that have been
> # started through a tcp_wrappers-enabled xinetd.
> #
> # See 'man 5 hosts_options' and 'man 5 hosts_access'
> # for information on rule syntax.
> # See 'man tcpd' for information on tcp_wrappers
Methinks we may have something !
Do as suggested from a command window
sudo mount rdserver:/var/snd -t nfs /var/snd
If that works, find the typo.
If it doesn't, then in hosts.allow add these lines....
They shouldn't be necessary, but...
portmap: ALL
portmap: 255.255.255.255 0.0.0.0
rpc.mountd: ALL : allow
mountd: ALL
nfsd: ALL
Restart nfsd
Then, from a command line on the client...
sudo mount rdserver:/var/snd -t nfs /var/snd
--
Cowboy
http://cowboy.cwf1.com
People who claim they don't let little things bother them have never
slept in a room with a single mosquito.
_______________________________________________
Rivendell-dev mailing list
[email protected]
http://caspian.paravelsystems.com/mailman/listinfo/rivendell-dev