DOWNLOAD ERROR to core 159 - Nettime?

DOWNLOAD ERROR: The downloaded file (pub/network/security/ipfire/pakfire2/2.25/paks/core-upgrade-2.27-159.ipfire) wasn't verified by IPFire.org. Sorry - Exiting...
TIME ERROR: Unable to get the nettime, this may lead to the verification error.

0.ipfire.pool.ntp.org
1.ipfire.pool.ntp.org
Nettime is ok.

What can I do?
Thank’s for your help

1 Like

There can be another reason. Download/verification can fail because of memory limitations.
Unfortunately the pakfire function isn’t aware of this failure ( yet ).
I know this error from my very tiny system ( ALIX ).

3 Likes

Bernhard, is there a way to get along with that? I tried to update a PC Engines Alix Board (32bit) to the latest possible CU 162 and did run exactly in this issue, too:

# pakfire upgrade
CORE UPGR: Upgrading from release 153 to 159
core-upgrade-2.25... 100.00% |=============================>|   91.98 MB
DOWNLOAD ERROR: The downloaded file (sites/downloads.ipfire.org/pakfire2/2.25/paks/core-upgrade-2.25-158.ipfire) wasn't verified by IPFire.org. Sorry - Exiting...
TIME ERROR: Unable to get the nettime, this may lead to the verification error.

Actually I found a solution to bypass the failing verification procedure by using wget:

# cd /var/cache/pakfire
# ls -l 
total 234760
-rw-r--r-- 1 root root 13662613 Apr  5 16:41 core-upgrade-2.25-154.ipfire
-rw-r--r-- 1 root root 34109099 Apr  5 16:42 core-upgrade-2.25-155.ipfire
-rw-r--r-- 1 root root 17977086 Apr  5 16:43 core-upgrade-2.25-156.ipfire
-rw-r--r-- 1 root root 76772202 Apr  5 16:45 core-upgrade-2.25-157.ipfire

#  wget http://mirror.clarkson.edu/ipfire/pakfire2/2.25/paks/core-upgrade-2.25-158.ipfire
#  wget http://mirror.clarkson.edu/ipfire/pakfire2/2.25/paks/core-upgrade-2.27-159.ipfire

# ls -l
-rw-r--r-- 1 root root  13662613 Apr  5 16:41 core-upgrade-2.25-154.ipfire
-rw-r--r-- 1 root root  34109099 Apr  5 16:42 core-upgrade-2.25-155.ipfire
-rw-r--r-- 1 root root  17977086 Apr  5 16:43 core-upgrade-2.25-156.ipfire
-rw-r--r-- 1 root root  76772202 Apr  5 16:45 core-upgrade-2.25-157.ipfire
-rw-r--r-- 1 root root  96443565 Jul 19  2021 core-upgrade-2.25-158.ipfire
-rw-r--r-- 1 root root 102114906 Aug 18  2021 core-upgrade-2.27-159.ipfire


# pakfire upgrade
CORE UPGR: Upgrading from release 153 to 159
meta-core-upgrade... 100.00% |=============================>|   998.00 B
PAKFIRE UPGR: core-upgrade-154: Decrypting...
PAKFIRE UPGR: core-upgrade-154: Upgrading files and running post-upgrading scripts...
PAKFIRE UPGR: core-upgrade-154: Finished.

PAKFIRE UPGR: core-upgrade-155: Decrypting...
PAKFIRE UPGR: core-upgrade-155: Upgrading files and running post-upgrading scripts...
PAKFIRE UPGR: core-upgrade-155: Finished.

PAKFIRE UPGR: core-upgrade-156: Decrypting...
PAKFIRE UPGR: core-upgrade-156: Upgrading files and running post-upgrading scripts...
INIT: version 2.25 reloading
PAKFIRE UPGR: core-upgrade-156: Finished.

PAKFIRE UPGR: core-upgrade-157: Decrypting...
PAKFIRE UPGR: core-upgrade-157: Upgrading files and running post-upgrading scripts...
PAKFIRE UPGR: core-upgrade-157: Finished.

PAKFIRE UPGR: core-upgrade-158: Decrypting...
PAKFIRE UPGR: core-upgrade-158: Upgrading files and running post-upgrading scripts...
PAKFIRE UPGR: core-upgrade-158: Finished.

PAKFIRE UPGR: core-upgrade-159: Decrypting...
PAKFIRE UPGR: core-upgrade-159: Upgrading files and running post-upgrading scripts...
INIT: version 2.25 reloading
PAKFIRE UPGR: core-upgrade-159: Finished.

Core-Update 2.25
Release: 153 -> 159

#

And from CU 159 to CU 162 the pakfire tool worked seamlessly again, maybe due to the lesser size of upgrade files:

# pakfire upgrade
CORE UPGR: Upgrading from release 159 to 162
meta-core-upgrade... 100.00% |=============================>|   997.00 B
core-upgrade-2.27... 100.00% |=============================>|   24.56 MB
meta-core-upgrade... 100.00% |=============================>|   997.00 B
core-upgrade-2.27... 100.00% |=============================>|   68.23 MB
meta-core-upgrade... 100.00% |=============================>|   997.00 B
core-upgrade-2.27... 100.00% |=============================>|   72.13 MB
PAKFIRE UPGR: core-upgrade-160: Decrypting...
PAKFIRE UPGR: core-upgrade-160: Upgrading files and running post-upgrading scripts...
INIT: version 2.25 reloading
PAKFIRE UPGR: core-upgrade-160: Finished.

PAKFIRE UPGR: core-upgrade-161: Decrypting...
PAKFIRE UPGR: core-upgrade-161: Upgrading files and running post-upgrading scripts...
PAKFIRE UPGR: core-upgrade-161: Finished.

PAKFIRE UPGR: core-upgrade-162: Decrypting...
PAKFIRE UPGR: core-upgrade-162: Upgrading files and running post-upgrading scripts...
PAKFIRE UPGR: core-upgrade-162: Finished.

Core-Update 2.27
Release: 159 -> 162

# cd /var/cache/pakfire
# ls -l core-upgrade-*
-rw-r--r-- 1 root root 25752226 Apr  5 18:46 core-upgrade-2.27-160.ipfire
-rw-r--r-- 1 root root 71540896 Apr  5 18:49 core-upgrade-2.27-161.ipfire
-rw-r--r-- 1 root root 75635983 Apr  5 18:52 core-upgrade-2.27-162.ipfire

Hi,

just for the sake of completeness: Since we don’t support i*86 anymore, I am afraid we cannot help you on this issue. Unfortunately, I never observed something similar either, so I don’t have any idea where to look further on this problem.

As you noted, 32-bit systems do not receive any updates after Core Update 162. Ultimately, please consider moving to 64-bit hardware.

Sorry for the inconvenience, and best regards,
Peter Müller

2 Likes