On Mon, Dec 29, 2008 at 1:16 AM, Gabe Rubin <span dir="ltr">&lt;<a href="mailto:gaberubin@gmail.com">gaberubin@gmail.com</a>&gt;</span> wrote:<br><div class="gmail_quote"><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
I upgraded to fedora 10 from version 7, and I think I have solved all<br>
the little issues that crop up during these upgrades except for one<br>
issue.<br>
<br>
After a reboot, my mythtv user does not have permission to<br>
/dev/raw1394 until I do the following: chmod 666 /dev/raw1394.<br>
<br>
I tried following the instructions here:<br>
&lt;<a href="http://www.mythtv.org/wiki/index.php/FireWire#Method_2:_modify_udev_rules" target="_blank">http://www.mythtv.org/wiki/index.php/FireWire#Method_2:_modify_udev_rules</a>&gt;,<br>
but this rule does not affect the permissions post-reboot (I don&#39;t<br>
know much about udev, so maybe the rule isn&#39;t even doing anything).<br>
<br>
I can&#39;t figure out how to determine the /dev/raw1394 group membership<br>
to add mythtv to that group as mentioned in the other method. When I<br>
do an &quot;ls -la /dev/raw*&quot;, it shows this &quot;crw-rw-rw- 1 root root 171, 0<br>
2007-02-11 13:36 /dev/raw1394&quot; (after changing the permissions). &nbsp;Does<br>
that mean it is part of the root group. &nbsp;If so, isn&#39;t that a bad idea<br>
to make the mythtv user part of the root group?</blockquote><div><br>Why not just add the &quot;chmod 666 /dev/raw1394&quot; to your rc.local (or equivalent) script so that it is executed on boot?&nbsp; Or even add it to the beginning of your mythbackend init script so it is run prior to mythbackend starting...<br>
<br>Kevin</div></div><br>