WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: APPS failed update recurring issue  (Read 1592 times)

Offline coreplayer2

  • Hero Member
  • *****
  • Posts: 3020
APPS failed update recurring issue
« on: September 11, 2013, 12:03:22 AM »
APPS update frequently fails to update one or more extensions.

Today I booted an older tc-4.7 system and ran Update deps, followed by APPS Update.  the Dep's update succeeded, however two of the 20+ extensions requiring updates failed to update.  Even after a reboot APPS continuously fails to update these two extensions.




Same results when using tce-update


I verified ownership and permissions of suspect extensions, confirmed tc:staff and 644
regardless I set all files in optional/* to tc:staff and 664
Code: [Select]
cd /mnt/sda1/tce/optional
find . -maxdepth 1 -type f -exec sudo chown tc:staff {} +
find . -maxdepth 1 -type f -exec sudo chmod 664 {} +
then tried unsuccessfully to update several more times.


After manually deleting both bluefish.tcz & bluefish.tcz.md5.txt and rebooting,  APPS successfully downloaded and installed bluefish.tcz (updated version).


Applies to tc-4 & tc-5


« Last Edit: September 11, 2013, 01:10:02 AM by coreplayer2 »

Offline coreplayer2

  • Hero Member
  • *****
  • Posts: 3020
Re: APPS failed update recurring issue
« Reply #1 on: September 11, 2013, 02:16:36 AM »
other extension which are not updated during either update process are

getFlash11.tcz
gnutls2.tcz
nettle.tcz

Offline curaga

  • Administrator
  • Hero Member
  • *****
  • Posts: 10957
Re: APPS failed update recurring issue
« Reply #2 on: September 11, 2013, 05:57:55 AM »
Curl, bluefish, and gnutls2 had outdated zsync files, corrected. getFlash and nettle have up-to-date files, so their failure is due to something else.
The only barriers that can stop you are the ones you create yourself.

Offline roberts

  • Administrator
  • Hero Member
  • *****
  • Posts: 7361
  • Founder Emeritus
Re: APPS failed update recurring issue
« Reply #3 on: September 11, 2013, 06:03:16 AM »
Thank you for providing specifics. I was able to reproduce the problem with 4.7.7 and I have identified the problem. It is not with APPS or tce-update. I updated curl, getFlash, and nettle.

The old saying garbage in garbage out. Those specific 4.x extensions did not have their .zsync files updated. Therefore the update sent via zsync was incorrect. Therefore the md5sum check failed. Therefore APPS or tce-update failed.
10+ Years Contributing to Linux Open Source Projects.

Offline coreplayer2

  • Hero Member
  • *****
  • Posts: 3020
Re: APPS failed update recurring issue
« Reply #4 on: September 11, 2013, 08:52:20 AM »
Thanks, I ran the update this morning on two systems using tc-4 and updates of difficult extensions completed successfully. 


Unfortunately I do not have any records of the extensions in tc-5 which caused the same (or at least similar) issue.