Tiny Core Linux
Tiny Core Extensions => TCE Corepure64 => Topic started by: wksilva on July 14, 2021, 06:02:37 PM
-
Hi,
For CORE 12, from ntp-server.tcz the program ntpdate depends on libssl.so.1.0.0 that does not exists.
In fact, these are the packages ttat use libssl.so.1.0.0:
ettercap.tcz
getFlash_beta.tcz
getFlash.tcz
godot.tcz
kodi.tcz
libofx.tcz
ntp-server.tcz
tor.tcz
Regards,
Wagner.
-
It looks like you're speaking of CorePure64 12.x?
-
The openssl irequirement is masked by recursive deps..
ettercap and libofx updated - I'll also look at godot and kodi
You'll need to pm the maintainer for getFlash_beta, getFlash, ntp-server and tor.
-
Hi Juanito
... You'll need to pm the maintainer for getFlash_beta, getFlash ...
Unfortunately, coreplayer2 hasn't been around for a couple of years.
Then there is this from the Adobe website:
Since Adobe no longer supports Flash Player after December 31, 2020 and blocked Flash content from running in Flash Player beginning January 12, 2021, Adobe strongly recommends all users immediately uninstall Flash Player to help protect their systems.
Found here:
https://www.adobe.com/products/flashplayer/end-of-life.html
So should the flash extensions still remain in the repositories?
-
Good point - getFlash extensions removed.
-
Godot updated
-
kodi updated, ntp-server and tor removed
-
Did you removed ntp-server.tcz? It is an important package. There is a substitute?
-
If you’d like to submit an update, please go ahead.
-
Hi wksilva
Are you looking to run an NTP time server? Or do you just need an NTP client:
http://tinycorelinux.net/12.x/x86_64/tcz/ntpclient.tcz.info
Depending on your needs, maybe ntpd included with busybox would suffice:
tc@E310:~$ ntpd --help
BusyBox v1.29.3 (2018-12-19 15:29:37 UTC) multi-call binary.
Usage: ntpd [-dnqNw] [-S PROG] [-p PEER]...
NTP client/server
-d Verbose (may be repeated)
-n Do not daemonize
-q Quit after clock is set
-N Run at high priority
-w Do not set time (only query peers), implies -n
-S PROG Run PROG after stepping time, stratum change, and every 11 mins
-p PEER Obtain time from PEER (may be repeated)
If -p is not given, 'server HOST' lines
from /etc/ntp.conf are used
tc@E310:~$
The description lists it as an "NTP client/server".