On Tue, Oct 22, 2019 at 3:46 PM Jorge Padilla jorge.padilla.tigo@gmail.com wrote:
[starttde] TDEDIRS: ./starttde: line 629: lnusertemp: command not found [starttde] Call to lnusertemp failed (temporary directories full?). Check your installation.
A clever distro might have some funky permissions on /tmp and/or /var/tmp
As root:
chmod 1777 /tmp chmod 1777 /var/tmp
See if that solves the problem.