trinity-users@lists.pearsoncomputing.net

Message: previous - next
Month: November 2019

Re: [trinity-users] Re: No daemon tdm in /etc/init.d/

From: Slávek Banko <slavek.banko@...>
Date: Fri, 29 Nov 2019 02:40:45 +0100
On Thursday 28 of November 2019 13:02:33 ajh-valmer wrote:
> On Tuesday 26 November 2019 18:57:13 ajh-valmer wrote:
> > It's what I did, same result :-(
> > # apt-get remove nfs-common --purge
> > # apt-get remove tdm-trinity --purge
> > # apt-get install tdm-trinity
> > same as above and this line now :
> > "FATAL : service mountkernfs is missed in the runlevel 2 3 4 5 to use
> > service networking".
> > # apt-get install nfs-common :
> > no error message.
>
> No answer(s) ?
>

You can try to edit /var/lib/dpkg/info/tdm-trinity.postinst and add
"|| true" at end of line 147 - then it will look like this:

  insserv tdm >/dev/null || true

and then use "dpkg --configure -a" or "apt install -f".

See https://git.trinitydesktop.org/cgit/tde-packaging/commit/?id=03f2e384c3

I hope this commit (when the updated packages are compiled) will help solve 
the problems with completing the tdm-trinity installation.

Cheers
-- 
Sl�vek