<div dir="ltr"><div dir="ltr"><br></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Thu, Mar 30, 2023 at 12:45 PM Roland Ernst <<a href="mailto:rcrernst@gmail.com">rcrernst@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 Wed, Mar 29, 2023 at 11:49 PM James Abernathy <<a href="mailto:jfabernathy@gmail.com" target="_blank">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 Wed, Mar 29, 2023 at 3:11 PM James Abernathy <<a href="mailto:jfabernathy@gmail.com" target="_blank">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 Wed, Mar 29, 2023 at 1:39 PM Roland Ernst <<a href="mailto:rcrernst@gmail.com" target="_blank">rcrernst@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><span style="font-family:monospace"><span style="font-family:monospace"></span></span><span style="font-family:monospace"><span style="font-family:monospace"></span></span><span style="font-family:monospace"><span style="font-family:monospace"><span style="color:rgb(178,104,24);background-color:rgb(255,255,255)"></span></span></span><div class="gmail_quote"><div>I used this script as root user to copy the debs:</div><div><br></div><div><span style="font-family:monospace">#! /bin/bash<br><br>rm /usr/share/my_mythtv_repo/*<br>mv ./*.deb /usr/share/my_mythtv_repo<br>mv ./*.dsc /usr/share/my_mythtv_repo<br>mv ./*.changes /usr/share/my_mythtv_repo<br>cd /usr/share/my_mythtv_repo<br>dpkg-scanpackages . /dev/null | gzip -9c > Packages.gz</span></div><div><span style="font-family:monospace"><br></span></div><div><span style="font-family:arial,sans-serif">Note: The folder /usr/share/my_mythtv_repo/ must exist prior to running that script</span></div><div><br></div><div>And this entry in /etc/apt/sources.list.d/my_mythtv_repo.list :</div><div><span style="font-family:monospace"><br></span></div><div><span style="font-family:monospace"># Local build of mythtv, in /usr/share/my_mythtv_repo<br># See <a href="https://help.ubuntu.com/community/Repositories/Personal" target="_blank">https://help.ubuntu.com/community/Repositories/Personal</a><br>deb [trusted=yes] file:/usr/share/my_mythtv_repo ./</span></div><div><br></div><div>But I have not tested it on bookworm.</div><div><br></div><div>Roland<br></div></div></div></blockquote><br></div></div></blockquote></div></div></blockquote><div><br></div><div>Jim,</div><div>this is actually an access rights problem.</div><div>Modern Linux distributions forbid a user to access another user's home folder. <br></div><div>And this is exactly what your terminal output reports:<br><span style="font-family:monospace"><span><span style="color:rgb(0,0,0);background-color:rgb(255,255,255)">file '/home/jim/build/packaging/deb/./InRelease' couldn't be accessed by user </span>'_apt'. - pkgAcquire::Run (13: Permission denied) <br></span></span></div><div><br></div><div>The user `_apt` does not have access to your home folder.<br></div><div>In your second run on Debian bookworm (with the folder <span><span style="font-family:monospace">/usr/share/my_mythtv_repo)</span></span>, you forgot to remove the <br></div><div>the sources.list entry in the file `mythtv.list` for your home folder:<br></div><div><pre><span style="font-family:monospace"><span style="color:rgb(0,0,0);background-color:rgb(255,255,255)">deb [trusted=yes] file:///home/jim/build/packaging/deb ./<br></span></span></pre><pre><span style="color:rgb(0,0,0);background-color:rgb(255,255,255);font-family:arial,sans-serif">This is why you got the same error.</span><span style="color:rgb(0,0,0);background-color:rgb(255,255,255);font-family:arial,sans-serif"></span></pre></div><div>Please make sure that the folder <span style="font-family:monospace">/usr/share/my_mythtv_repo</span></div><div><span style="font-family:arial,sans-serif">and it's files has read access to everyone.<br></span></div><div><span style="font-family:arial,sans-serif"><br></span></div><div><span style="font-family:arial,sans-serif">HTH,</span></div><div><span style="font-family:arial,sans-serif">Roland<br></span></div></div></div></blockquote><div><br></div><div>Thanks for spotting my screw up.   I made the correct changes and ran again from the beginning and it works now on Bookworm. I guess the only thing that is needed is for someone who understands this to update the wiki pages for v33 and Debian 12.<br></div><div><br></div><div>Thanks for getting it working for me.</div><div><br></div><div>I'm debating moving to Debian 12 when it's out officially on my production backend.  I'm tired of all the Snap and Flatpak issues that seem to haunt Ubuntu.</div><div><br></div><div>All my production backend needs is Mythtv and file sharing software like cifs/smb and a RAID 1 mirror stack.</div><div><br></div><div>Jim A</div><div><br></div></div></div>