Solved MD5 checksum for harden-symlinks-2.4.patch and patches/mod_suexec_directory.patch failed

warg

Verified User
Joined
Nov 30, 2020
Messages
183
Hello,

I'm running Debian 11 and all time I execute ./build all, I get an error that MD5 checksum for harden-symlinks-2.4.patch and patches/mod_suexec_directory.patch failed. Thus the files are redownloaded everytime although they are there. How to fix this? I suspect it should be fixed if it's redownloaded once. Maybe the provided MD5 checksum is wrong?

Happens with latest CustomBuild v2. I'm using the official German download mirror of DirectAdmin.

Best Regards,
 
I was unable to reproduce it. May you check if it's still happening after ./build update.
 
After doing cd /usr/local/directadmin/custombuild and executing ./build update, I get this (I cancel the process with CTRL + C shortly after the error occured):

root@server:/usr/local/directadmin/custombuild# ./build update
--2021-09-10 10:27:39-- https://files-de.directadmin.com/services/custombuild/2 .0/custombuild.tar.gz
Resolving files-de.directadmin.com (files-de.directadmin.com)... 157.90.223.115, 2a01:4f8:251:1dd0::115
Connecting to files-de.directadmin.com (files-de.directadmin.com)|157.90.223.115 |:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 263807 (258K) [application/octet-stream]
Saving to: './custombuild.tar.gz'

./custombuild.tar.g 100%[===================>] 257.62K --.-KB/s in 0.04s

2021-09-10 10:27:39 (5.87 MB/s) - './custombuild.tar.gz' saved [263807/263807]

Extracting custombuild.tar.gz...
root@server:/usr/local/directadmin/custombuild# ./build all

*** MD5 Checksum for patches/mod_suexec_directory.patch Failed. Redownloading...***

Downloading patches/mod_suexec_directory.patch...
--2021-09-10 10:28:36-- https://files-de.directadmin.com/services/custombuild/patches/mod_suexec_directory.patch
Resolving files-de.directadmin.com (files-de.directadmin.com)... 157.90.223.115, 2a01:4f8:251:1dd0::115
Connecting to files-de.directadmin.com (files-de.directadmin.com)|157.90.223.115|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 1305 (1.3K) [application/octet-stream]
Saving to: '/usr/local/directadmin/custombuild/patches/mod_suexec_directory.patch'

/usr/local/directadmin/custombuild/patches/mod_ 100%[====================================================================================================>] 1.27K --.-KB/s in 0s

2021-09-10 10:28:36 (15.3 MB/s) - '/usr/local/directadmin/custombuild/patches/mod_suexec_directory.patch' saved [1305/1305]

MD5 Checksum on patches/mod_suexec_directory.patch passed.
Backing up certificate and key, and turning off httpd for DirectAdmins's check.
Found /usr/local/directadmin/custombuild/httpd-2.4.48.tar.gz
Extracting /usr/local/directadmin/custombuild/httpd-2.4.48.tar.gz...
(cancelled with CTRL + C at this point)

The issue occurs for one of the two patches all time. It's just randomly (?) switching which one fails.
 
Back
Top