Custombuild error on update

Schrulli

New member
Joined
May 1, 2023
Messages
1
Since the last direct admin update the custom build update produces an error - see the screenshot. It's working without a problem before. Directadmin Version v1.663 (9b8d9ab)
Screenshot_–_14__Mai__7_48_PM.png


How can I solve this error?

Thank you in advance

Regards
 
You could give this a try as root via SSH:

Code:
yum reinstall initscripts --allowerasing
after that, if it gives no errors, try the custombuild update again.
 
Sometime repo mirror doesn't fully sync with latest version.

Just clear the cache and re-download again multiple times until back to normal update.
Code:
yum clean all
yum update -y
 
Back
Top