<div dir="ltr"><div dir="ltr"><br></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Fri, Feb 23, 2024 at 9:18 AM James Abernathy <<a href="mailto:jfabernathy@gmail.com">jfabernathy@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr"><div dir="ltr"><br></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Fri, Feb 23, 2024 at 9:05 AM David Hampton via mythtv-users <<a href="mailto:mythtv-users@mythtv.org" target="_blank">mythtv-users@mythtv.org</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">On Fri, 2024-02-23 at 08:43 -0500, James Abernathy wrote:<br>
> I built mythtv-light and mythplugins-light for fixes/34 and posted<br>
> the debs files on Orangedox. However, I get a warning or error, not<br>
> sure which, when I install the debs.<br>
> <br>
> The code works on my RPI4 4GB as well as it normally does, which is<br>
> not acceptable to me. But I wanted to get at least one version of<br>
> fixes/34 posted for those who could not build it themselves.<br>
> <br>
> The error at the end of the install is:<br>
> <br>
> N: Download is performed unsandboxed as root as file<br>
> '/home/jim/build/mythplugins-light_34.0-10-ga88dd47ba4-<br>
> 0_arm64_bookworm.deb' couldn't be accessed by user '_apt'. -<br>
> pkgAcquire::Run (13: Permission denied)<br>
> <br>
> I'm not sure what it means. I get the same error for mythtv-light and<br>
> mythplugins-light. Should I worry about it? I do have a complete<br>
> backend/frontend combo working on the RPI4, so most things are<br>
> working fine. <br>
<br>
According to google, installs are normally done by first switching to<br>
the user id '_apt'. Since _apt doesn't have permission to read files in<br>
your home directory, the install ran as the user root. The message is<br>
harmless. You could get rid of it by giving _apt access to your build<br>
directory, or by copying the files to /tmp before installing them.<br>
<br>
David<br></blockquote><div><br></div><div>I'm awed by your superior googling skills. :-)</div><div>So the safe method seems to be moving the debs files to /tmp and then doing the install.</div><div><br></div><div>Thanks for the help.</div><div><br></div><div>JIm A</div></div></div></blockquote><div><br></div><div>To satisfy my curiosity, I built mythtv-light on a fresh RPI OS 64 bit system and after the build I copied the .deb to /tmp/ and then installed with:</div><div><span style="font-family:monospace">sudo apt install /tmp/mythtv-light.....deb</span></div><div>That worked without warning or comment.</div><div><br></div><div>Thanks, again.</div><div><br></div><div>Jim A</div><div> <br></div></div></div>