Been using 16.0 for a while now, and only now noticed ntp is broken...
ntp relies on the openssl-1.1.1 package, but it's not in its dependencies - libevent technically depends on openssh.tcz, but that does not pull in openssl-1.1.1 either.
So probably the issue is that libevent might actually rely on openssl-1.1.1 instead of openssl, I'm not sure, but without this package, ntpd can't load:
ntpd: error while loading shared libraries: libssl.so.1.1: cannot open shared object file: No such file or directory
One more thing, I just noticed openssh, openssl, and ca-certificates come preinstalled.
In my case, the way my setup scripts worked, it assumed them to be up-to-date, and so I was using outdated ca-certificates.
Already, there were a few CAs removed in the most up-to-date ca-certificates TCE.
Of course that might just be my scripts, but considering their nature, that might be a potential security issue.
Are they ever updated in standard operating conditions where packages are installed via tce-load?