Tiny Core Base > TCB Bugs

tce-status -o orphan bug ; tc64 10.0

(1/1)

lhaley42:
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

Juanito:
thanks - updated in tinycore git

Rudock1:
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

Rich:
Hi Rudock1
Maybe add:

--- Code: ---usr/bin/tce-status
--- End code ---
to your  /opt/.filetoollst  file and then run a backup?

Rudock1:
Thanks, that method worked perfectly.  I'm guessing TC 10.1 when it happens will incorporate the permanent fix.

thx
Billy

Navigation

[0] Message Index

Go to full version