Anno domini 2019 Mon, 25 Nov 19:54:04 +0100 ajh-valmer scripsit:
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
just as a workaround: in /etc/rc.local add this line:
( sleep 10s; killall tdm) &
Strange, it works in contrary mode :
- If X mode => process => tdm stop
- If Konsole mode (no Xorg) : => process => /opt/trinity/bin/tdm
Cheers,
André
To unsubscribe, e-mail: trinity-users-unsubscribe@lists.pearsoncomputing.net For additional commands, e-mail: trinity-users-help@lists.pearsoncomputing.net Read list messages on the web archive: http://trinity-users.pearsoncomputing.net/ Please remember not to top-post: http://trinity.pearsoncomputing.net/mailing_lists/#top-posting