Tiny Core Linux
Tiny Core Base => TCB Bugs => Topic started by: lhaley42 on February 12, 2019, 08:39:28 AM
-
tce-status -o currently returns all items checked as 'not found' - this is due to a changed argument to wget.
in tce-status - the command in the orphaned function currently reads:
busybox wget -sq "$MIRROR"/"$E" 2>/dev/null || echo "$E not found!"
however - the -s option isn't recognized - it should be:
busybox wget --spider -q "$MIRROR"/"$E" 2>/dev/null || echo "$E not found!"
thank you
-
thanks - updated in tinycore git
-
Hi all,
I am looking at this. I can run the tce-status script after a local edit to the file, replacing -s with --spider, but I can't quite figure out how to make it persistent. Can you recommend the correct procedure? (I boot to a USB flash drive)
thx
Billy
-
Hi Rudock1
Maybe add:
usr/bin/tce-status
to your /opt/.filetoollst file and then run a backup?
-
Thanks, that method worked perfectly. I'm guessing TC 10.1 when it happens will incorporate the permanent fix.
thx
Billy