<div dir="ltr"><div dir="ltr"><br></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Tue, Apr 25, 2023 at 1:52 PM 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="auto"><div><br><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Tue, Apr 25, 2023, 1:46 PM Mike Perkins <<a href="mailto:mikep@randomtraveller.org.uk" target="_blank">mikep@randomtraveller.org.uk</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 25/04/2023 12:24, James Abernathy wrote:<br>
> On Mon, Apr 24, 2023 at 7:44 PM James Abernathy <<a href="mailto:jfabernathy@gmail.com" rel="noreferrer" target="_blank">jfabernathy@gmail.com</a>><br>
> wrote:<br>
> <br>
>><br>
>><br>
>> On Mon, Apr 24, 2023, 7:32 PM Bill Meek <<a href="mailto:keemllib@gmail.com" rel="noreferrer" target="_blank">keemllib@gmail.com</a>> wrote:<br>
>><br>
>>><br>
>>> On Monday 24 April 2023 04:27:10 PM (-05:00), James Abernathy wrote:<br>
>>><br>
>>>   > I tried to install mythtv on a Ubuntu 23.04 RPI4. Everything went as<br>
>>>   > expected until I tried to set up XMLTV according to the wiki. Lots of<br>
>>>   > problems.<br>
>>>   ><br>
>>>   > Turns out the new Ubuntu PPA for v33 on Ubuntu for 23.04 install<br>
>>> creates<br>
>>>   > the user "mythtv" with a home of /nonexistent as the directory. This<br>
>>> messes<br>
>>>   > everything up. All the current instructions for setting up a backend<br>
>>> with<br>
>>>   > XMLTV have to be changed or do as I did and fix the user mythtv back to<br>
>>>   > /home/mythtv as normal per the documentation.<br>
>>>   ><br>
>>>   > What am I missing?<br>
>>>   ><br>
>>>   > Jim A<br>
>>>   ><br>
>>><br>
>>> Not a change in the v33 PPA. But it is now.<br>
>>> In 23.04, the adduser command creates system users with /nonexistant<br>
>>> unless<br>
>>> the --home <dir><br>
>>> option is specified (and it wasn't in mythtv-common.postinst).<br>
>>><br>
>>> Just pushed the fix for v33 and master.<br>
>>> --<br>
>>> Bill<br>
>>><br>
>><br>
>> Thanks. I'll retest tomorrow. I'm trying to update my RPI4 instructions<br>
>> for Ubuntu 23.04 and MythTV v33. Should be almost identical to Ubuntu 22.10.<br>
>><br>
>> Jim A<br>
>><br>
> <br>
> Not sure if I waited long enough? but at 7:20AM EDT this morning I tried<br>
> again on a fresh install of Ubuntu23.04 on my Raspberry Pi 4 and got the<br>
> same /nonexistent/.mythtv directory stuff.  When should I try??<br>
> <br>
> Jim A<br>
><br>
Alternatively you could just create the mythtv user yourself (with sensible arguments) before <br>
running that step.<br>
<br>
-- <br>
<br>
Mike Perkins</blockquote></div></div></div></blockquote><div><br></div><div>I think it's been long enough that the updates should have made it out of the system.  I did a fresh VM of Ubuntu 23.04 and then did:</div><div><br></div><div>sudo add-apt-repository ppa:mythbuntu/33</div><div><br></div><div>apt-cache policy mythtv show:</div><div><br></div><div> Candidate: 2:33.1+fixes.202304240647.c4b7e4c433~ubuntu23.04.1<br></div><div> </div><div>I then did:</div><div><br></div><div>sudo apt install mythtv</div><div><br></div><div>The only question during install was "Will other computers run MythTV?" and I said yes.</div><div><br></div><div>I ran mythtv-setup next and it asked about adding user to mythv.</div><div><br></div><div>After reboot there was no /home/mythtv only /nonexistent/.mythtv</div><div><br></div><div>in /etc/passwd:</div><div><br></div><div>mythtv:x:125:131 ::/nonexistent:/bin/sh</div><div><br></div><div>Obviously, I could have created the user ahead of time, but that's a new step to document:</div><div><br></div><div>sudo useradd -m -s /bin/bash mythtv</div><div><br></div><div>Did this change not really make it out yet??</div><div><br></div><div>Jim A</div><div><br></div></div></div>