<div dir="auto"><div><br><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Tue, Jul 16, 2024, 19:31 Alan W. Bak <<a href="mailto:alan@cinebyte.com" target="_blank" rel="noreferrer">alan@cinebyte.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi<br></blockquote></div></div><div dir="auto">...</div><div dir="auto"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"></blockquote></div></div><div dir="auto"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Finished '/home/mythtv/events/<a href="http://recording_writing.pl" rel="noreferrer noreferrer noreferrer" target="_blank">recording_writing.pl</a> 10208' result 13<br>
<br>
I can't find any reference to the "result 13" but I think it is <br>
indicating a problem as the old system returned "result 0". The scripts <br>
are all stored on the backend machine and run properly when launched <br>
from the command line.<br>
<br>
Any help is appreciated!<br>
<br>
Thanks Alan<br></blockquote></div></div><div dir="auto"><br></div><div dir="auto">Error 13 means something is amiss permission-wise.</div><div dir="auto"><br></div><div dir="auto"><a href="https://man7.org/linux/man-pages/man3/errno.3.html">https://man7.org/linux/man-pages/man3/errno.3.html</a> gives info that indicates 13 means EACCESS 'permission denied'<br></div><div dir="auto"><br></div><div dir="auto">I would suggest checking permissions all the way up through the directory hierarchy from / on up to make sure the user or group Mythtv is running as has at least execute access to allow chdir into or through, and exec+read On the .pl files themselves if you are executing them directly utilizing the shell to read the Shebang line to start Perl, vs calling Perl like /use/bin/perl <a href="http://script.pl">script.pl</a></div><div dir="auto"><br></div><div dir="auto">I hope this helps get you on the right track!</div><div dir="auto"><br></div><div dir="auto">Mike</div><div dir="auto"><br></div><div dir="auto"><br></div></div>