Re: MythTV 31 in experimental

Top Page

Reply to this message
Author: Ian Campbell
Date:  
To: dmo-discussion
Subject: Re: MythTV 31 in experimental
On Wed, 2020-03-11 at 12:45 +0100, Christian Marillat wrote:
> On 11 mars 2020 19:32, Ian Campbell <ijc@???> wrote:
>
> > On Mon, 2020-03-09 at 17:16 +0100, Christian Marillat wrote:
>
> [...]
>
> >> Should be fixed for /var/lib/mythtv in the next upload.
> >
> > It doesn't appear to be fixed in 30.0+fixes20200310.gitab250d6ccf-dmo1.
> > Was it expected to be?
>
> Latest is 31.0~pre20200309.git9934710cfa-dmo1


I think you still need a mkdir of ~/.mythtv (see the ln error in):

#11 15.28 Setting up mythtv-common (31.0~pre20200309.git9934710cfa-dmo1) ...
#11 15.35 debconf: unable to initialize frontend: Dialog
#11 15.35 debconf: (TERM is not set, so the dialog frontend is not usable.)
#11 15.35 debconf: falling back to frontend: Readline
#11 15.51 Adding user mythtv to group video
#11 15.55 Adding user mythtv to group audio
#11 15.59 Adding user mythtv to group cdrom
#11 15.63 Adding user mythtv to group dialout
#11 15.65 ln: failed to create symbolic link '/var/lib/mythtv/.mythtv/config.xml': No such file or directory
#11 15.71 Processing triggers for man-db (2.8.5-2) ...
#11 16.04 Processing triggers for libc-bin (2.28-10) ...
#11 DONE 19.2s

#12 [base-env 9/16] RUN set -x ; whoami && grep mythtv /etc/passwd && ls -ld...
#12 0.457 + whoami
#12 0.457 root
#12 0.457 + grep mythtv /etc/passwd
#12 0.458 mythtv:x:105:110::/var/lib/mythtv:/bin/sh
#12 0.458 + ls -ld /var/lib/mythtv
#12 0.459 drwxr-xr-x 2 mythtv mythtv 4096 Mar 12 10:28 /var/lib/mythtv
#12 0.459 + ls -laRt /var/lib/mythtv
#12 0.460 /var/lib/mythtv:
#12 0.460 total 12
#12 0.460 drwxr-xr-x 2 mythtv mythtv 4096 Mar 12 10:28 .
#12 0.460 drwxr-xr-x 1 root root 4096 Mar 12 10:28 ..
#12 DONE 0.5s