Tiny Core Linux

Tiny Core Base => TCB Bugs => Topic started by: lhaley42 on February 12, 2019, 08:39:28 AM

Title: tce-status -o orphan bug ; tc64 10.0
Post 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
Title: Re: tce-status -o orphan bug ; tc64 10.0
Post by: Juanito on February 13, 2019, 01:41:12 AM
thanks - updated in tinycore git
Title: Re: tce-status -o orphan bug ; tc64 10.0
Post by: Rudock1 on May 15, 2019, 09:36:16 AM
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
Title: Re: tce-status -o orphan bug ; tc64 10.0
Post by: Rich on May 15, 2019, 09:48:55 AM
Hi Rudock1
Maybe add:
Code: [Select]
usr/bin/tce-statusto your  /opt/.filetoollst  file and then run a backup?
Title: Re: tce-status -o orphan bug ; tc64 10.0
Post by: Rudock1 on May 15, 2019, 12:06:57 PM
Thanks, that method worked perfectly.  I'm guessing TC 10.1 when it happens will incorporate the permanent fix.

thx
Billy