trinity-users@lists.pearsoncomputing.net

Message: previous - next
Month: November 2019

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

From: Slávek Banko <slavek.banko@...>
Date: Mon, 25 Nov 2019 17:52:40 +0100
Dne po 25. listopadu 2019 ajh-valmer napsal(a):
> Hello,
>
> Since upgrade Debian Stretch => Buster,
> I do not have any more the daemon file "tdm" in "/etc/init.d/"
> (it was present in Stretch).
> So, the system doesn't boot on tde-trinity desktop.
>
> Is it norrmal ?
> What to do to have the daemon "tdm" in /etc/init.d/ as before ?
>
> Cheers,
>
> Andr�
>

Hi Andr�,

in the package everything seems to be fine:

# lsb_release -d
Description:    Debian GNU/Linux 10 (buster)

# dpkg -L tdm-trinity | fgrep etc/init.d
/etc/init.d
/etc/init.d/tdm

In any case, there is also a unit for systemd:

# dpkg -L tdm-trinity | fgrep tdm.service
/lib/systemd/system/tdm.service

Is this systemd unit present on your machine?
If yes, you can try:

  service tdm start

or

  systemctl start tdm


Cheers
-- 
Sl�vek