On Monday 25 November 2019 17:52:40 Slávek Banko wrote:
Dne po 25. listopadu 2019 ajh-valmer napsal(a):
> 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 ?
Hi André,
in the package everything seems to be fine.
Thanks Slavek for your promptly answer.
# lsb_release -d :
Description: Debian
GNU/Linux 10 (buster)
For me :
# dpkg -L tdm-trinity | fgrep etc/init.d :
/etc/init.d
/etc/init.d/tdm
# dpkg -L tdm-trinity | fgrep tdm.service :
/lib/systemd/system/tdm.service
Is this systemd unit present on your machine ? :
systemd is present.
If yes, you can try : service tdm start
systemctl start tdm
If I type in konsole mode, nothing happen.
This process is present : /opt/trinity/bin/tdm
When I boot with xorg (X server, grub)), I'm in mode console.
no tdm in /etc/init.d/
# ps aux|grep tdm :
/opt/trinity/bin/tdm
(it is in the process).
If I type "killall tdm" (from konsole mode) :
tde-trinity starts perfectly.
I type :
# ps aux|grep tdm
root 2592 0.0 0.0 7416 2064 ? Ss tdm stop
Strange, it works in contrary mode :
- If X mode => process => tdm stop
- If Konsole mode (no Xorg) : => process => /opt/trinity/bin/tdm
Cheers,
André