On Sat June 10 2023 07:51:32 jacobheinrich--- via tde-users wrote:
My tdm.log ends with: Jun 10 10:17:44 tdm_config[676] info: Cannot open master configuration file /etc/trinity/tdm/tdmdistrc
You may be missing some /etc/trinity/tdm files. Here's a one-liner to take a look:
# dpkg -S '/etc/trinity/tdm/*' | awk '{print $2}' | while read p; do file "$p"; done /etc/trinity/tdm/Xreset: POSIX shell script, ASCII text executable /etc/trinity/tdm/Xsetup: POSIX shell script, ASCII text executable /etc/trinity/tdm/Xwilling: POSIX shell script, ASCII text executable /etc/trinity/tdm/Xaccess: ASCII text /etc/trinity/tdm/Xstartup: POSIX shell script, ASCII text executable /etc/trinity/tdm/tdmrc: ASCII text /etc/trinity/tdm/tdm.options: ASCII text /etc/trinity/tdm/Xsession: POSIX shell script, ASCII text executable
You could also if you wish post the output of "ls /etc/trinity/tdm".
--Mike