On Tue, May 15, 2012 at 11:18 PM, Michael T. Dean <span dir="ltr"></span>wrote:<br><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="im">
On 05/15/2012 10:06 PM, Geoff B wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Hi All,<br>
<br>
I'm running Mythbuntu 12.04 x64, with all storage directories pointing to directories on a NAS (Thecus N4100PRo).<br>
I'm mounting the NAS locally using NFS, with this:<br>
mount -o soft,intr,rsize=8192,wsize=<u></u>8192 gromit:/raid0/data/_NAS_NFS_<u></u>Exports_/mythtv /mnt/nfs<br>
</blockquote>
<br></div>
FWIW, you probably shouldn't specify sizes, anymore. Modern kernels choose appropriate sizes--which will likely be /much/ bigger and give much better performance than the one you've specified.<br>
<br>
Also, if you do Live TV, you may need to use actimeo of 0 or 1:<br>
<br>
<a href="http://www.mythtv.org/docs/mythtv-HOWTO-23.html#ss23.8" target="_blank">http://www.mythtv.org/docs/<u></u>mythtv-HOWTO-23.html#ss23.8</a><div class="im"><br>
<br></div></blockquote><div>Thanks for that - I'll remove the sizes, and play with the actimeo setting. <br></div><blockquote class="gmail_quote" style="margin:0pt 0pt 0pt 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
<div class="im">
<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
It mounts correctly, but I am unable to play recordings because of a permission problem; the recording and png files appear as:<br>
-rwxrwxrwx+ 1 mythtv mythtv 1267934040 May 15 19:44 1476_20120515193000.mpg*<br>
On the NAS, the directory is exported using:<br>
"Guest system root account will have full access to this share (root:root)."<br>
<br>
When I try and play these, I get a message to the effect of:<br>
"Recording unavailable: <title><subtitle> The file for this recording can not be found"<br>
<br>
I am also unable to play these in VLC.<br>
<br>
If I do a<br>
sudo chown mythtv:users *<br>
...then this fixes it.<br>
<br>
What am I doing wrong?<br>
</blockquote>
<br></div>
Are directory permissions (of all leading directories) good?<br>
<br></blockquote><div>I'm not sure to be honest; do you mean that the entire directory chain should be mythtv:users?<br>Right now I have:<br><br>/mnt :<br>drwxr-xr-x 3 root root 4096 May 5 18:15 mnt/<br><br>/mnt/nfs :<br>
drwxr-xr-x 4 root root 4096 May 6 01:06 nfs/<br><br>/mnt/nfs/mythtv :<br>drwxrwx---+ 12 mythtv users 4096 May 4 18:52 mythtv/<br><br>/mnt/nfs/mythtv/recordings :<br>drwxrwx---+ 2 mythtv users 20480 May 15 23:13 recordings/<br>
<br>Thanks,<br>Geoff<br></div></div>