Thanks for the reply Chris. On my MBE (knoppmyth R5A26) the mythtv user and group are uid/gid 105.
On my PC I created a mythtv user account and group and made them 105 as well, added mythtv to the mythtv group. I su'd to mythtv and from the mythtv home directory I executed mythjobqueue. My result was that my next post transcode rename and delete worked! It transcoded and deleted the file, however none of the subsequent transcodes have behaved that way. I;ve restarted mythjobqueue several times a the mythtv user. Is there some way I can test rename() and unlink() without running a transcode to see if it works? Any other suggestions? Thanks! --- Chris Pinkham <[EMAIL PROTECTED]> wrote: > > What scripts run when doing a transcode? There > has to > > be a portion that does the delete/rename that is > not > > getting executed properly because of some subtle > > difference between my Slave and Master. > > The rename and delete happen inside the JobQueue and > are > straight C calls, there is no callout to a shell > script. > So, whoever is running mythjobqueue or mythbackend > needs to > have write access. > > rename() and unlink() are used. > > -- > Chris > > > _______________________________________________ > mythtv-users mailing list > [email protected] > http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users > __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com _______________________________________________ mythtv-users mailing list [email protected] http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users
