Tiny Core Linux

General TC => International Talk => Topic started by: Rob on May 14, 2017, 11:59:41 AM

Title: Apps: Regular Applications (tcz) Error Could not verify
Post by: Rob on May 14, 2017, 11:59:41 AM
Hallo,

wie oben beschrieben kommt als meldung rechts wenn ich bei dem Apps-Programm auf Maintenance und dann auf check for updates klicke immer:

Warning:
You are running version 7.2
The latest release is 8.0
Please Standby... Now checking your extensions.
Error Could not verity alsa-modules-4.8.17-tinycore.tcz
Error Could not verity mylocale.tcz
Error Could not verity v41-dvb-4.8.17-tinycore.tcz
Error Could not verity wireless-4.8.17-tinycore.tcz
Error Could not verity wl-modules-4.8.17-tinycore.tcz
Scan for updates completed
Title: Re: Apps: Regular Applications (tcz) Error Could not verify
Post by: Misalf on May 15, 2017, 04:21:57 AM
Das heißt die  md5.txt  Dateien, zum ermitteln von Veränderungen in Erweiterungen, fehlen.
Kein Problem, einfach folgendes im Terminal eingeben:
Code: [Select]
cd /etc/sysconfig/tcedir/optional
for i in *.tcz ; do [ ! -e $i.md5.txt ] && md5sum $i > $i.md5.txt ; done
Title: Re: Apps: Regular Applications (tcz) Error Could not verify
Post by: Rob on May 15, 2017, 05:19:12 AM
ändert leider nichts wenn ich auf check for updates klicke...
Title: Re: Apps: Regular Applications (tcz) Error Could not verify
Post by: Rob on May 15, 2017, 05:22:05 AM
und wenn auf scan for Orphans klicke kommen alle .tcz-Dateien und immer die meldung not found!