WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: tce-status -o orphan bug ; tc64 10.0  (Read 3610 times)

Offline lhaley42

  • Newbie
  • *
  • Posts: 39
tce-status -o orphan bug ; tc64 10.0
« on: February 12, 2019, 05: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
Lexi

Online Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14516
Re: tce-status -o orphan bug ; tc64 10.0
« Reply #1 on: February 12, 2019, 10:41:12 PM »
thanks - updated in tinycore git

Offline Rudock1

  • Jr. Member
  • **
  • Posts: 62
Re: tce-status -o orphan bug ; tc64 10.0
« Reply #2 on: May 15, 2019, 06: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

Offline Rich

  • Administrator
  • Hero Member
  • *****
  • Posts: 11178
Re: tce-status -o orphan bug ; tc64 10.0
« Reply #3 on: May 15, 2019, 06:48:55 AM »
Hi Rudock1
Maybe add:
Code: [Select]
usr/bin/tce-statusto your  /opt/.filetoollst  file and then run a backup?

Offline Rudock1

  • Jr. Member
  • **
  • Posts: 62
Re: tce-status -o orphan bug ; tc64 10.0
« Reply #4 on: May 15, 2019, 09:06:57 AM »
Thanks, that method worked perfectly.  I'm guessing TC 10.1 when it happens will incorporate the permanent fix.

thx
Billy