<br><br><div class="gmail_quote">2009/6/28 john blue <span dir="ltr">&lt;<a href="mailto:rwc@bestpond.com">rwc@bestpond.com</a>&gt;</span><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
My system comprises 2 computers:<br>
.<br>
System 1. FE/BE with 2 tuners which is intended to be the dedicated MythTV main media centre;<br>
<br>
System 2. separate FE/BE on my general office system also with 2 tuners.<br>
<br>
All systems use AMD x86_64 Athlon processors, on Gigabyte motherboards. All tuners are Leadtek Winfast<br>
DVT-1000 T.  I am running SuSE11.1 with mythtv installed from the binaries from the Packman repository,<br>
present Myth version is 0.21.20080304-1  I have not installed any mythtv from source.<br>
<br>
I am using storage groups with 3 hard drives in system 1, and 2 drives in System 2  I am using NFS to share<br>
all drives, and had a few issues there. Both machines run NFS server to export the directories/drives, and<br>
both machines run NFS-client to import the other machines directories. I used Yast2 to set these up.<br>
[snip details] <br></blockquote><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><br>
I would appreciate any advice to assist in resolving what is causing the recordings to be owned by root, and<br>
on a solution to remedy this.</blockquote><div><br>Hi John,<br><br>I&#39;m not sure if it&#39;s relevent (I use NFS on NetBSD, and set it up by hand so it may be slightly different.) but in the nfs configuration you can specify an override to use for the user/group access.<br>
<br>Have a look in /etc/exports on the NFS server.<br><br>Find the lines that exports your storage directories and try adding: -mapall=mythtv:users<br><br>eg:<br><br>/home/mythtv/store/disk1/default -mapall=mythtv:users<br>
<br>This should map any and all incoming NFS requests for that mount to the user/group you specify (in this case mythtv/users)<br><br>If it&#39;s just failing for myth and working for other things, and/or you need to be able to support more than one user/group combo there&#39;s a &#39;-maproot&#39; option that works in the same way, but only for incoming connections from root. As you are writing everything as root this option will probably do what you want too.<br>
<br>Cheers,<br><br>Ian<br><br></div></div><br>