Hello all,

I appreciate this is probably more of a Linux/NFS issue, but I would appreciate any assistance.

I have a RRABuntu Rivendell machine (FR-PLAYOUT1) running MySQL and /var/snd which I want to share to another machine (FR-PLAYOUT2). MySQL is running fine as I can access RDAdmin and modify the library from FR-PLAYOUT2. I can also play audio in RDAirPlay - FR-PLAYOUT2 can read the files from FR-PLAYOUT1 just fine. The problem comes when trying to import audio on FR-PLAYOUT2, writing to /var/snd across the network.

Here's the line in /etc/exports on FR-PLAYOUT1 (192.168.1.101):

/var/snd 192.168.1.0/255.255.255.0(rw,root_squash,sync)

And here's the line in /etc/fstab on FR-PLAYOUT2 (192.168.1.102):

192.168.1.101:/var/snd /var/snd nfs defaults 0 0

Whenever attempting to write to /var/snd on FR-PLAYOUT2 the whole machine just freezes. The only solution is to restart the machine. However, if I terminal to /var/snd and run 'touch test', it writes that file just fine. I can also use nano to modify 'test', write some stuff inside, and this is saved OK, readable from both machines.

I would very much appreciate any assistance anyone can give! I have used these exact lines in exports and fstab on another setup without issue - I'm just so confused why it isn't working this time.

Many thanks
Tom Dawson
FANTASY RADIO
www.fantasyradio.co.uk
_______________________________________________
Rivendell-dev mailing list
[email protected]
http://caspian.paravelsystems.com/mailman/listinfo/rivendell-dev

Reply via email to