Bug updating MySQL

Kurogane

Verified User
Joined
Oct 6, 2019
Messages
82
When is upgrading MySQL give this error.

Code:
Updating MariaDB.
Dumping database da_roundcube
Dumping database user1_user1
Dumping database user2_user2
Dumping database user3_user3
Dumping database mysql
Reading package lists...
Building dependency tree...
Reading state information...
E: Unable to locate package rpcsvc-proto
#=#=# ##=#=-# ##-=#=-# # #-=#=-# # #-=#=- # # #-=O#- # # #=O#- # # #=O=# # # #=O=-# # # -#O=-# # # -=#=- # # # -=O#- # # #-=O#- # # #=O=# # # 
tar: write error

First, that package not exist in Debian 10/11. i'm not sure if because that package can't tar the backup, says write error but i not think is because a permission issue if not something else causing this problem, maybe because package error.
 
Looks like I have some related issue (but also URL returned error: 404).

DirectAdmin version: 1.644

PRETTY_NAME="Debian GNU/Linux 10 (buster)"
NAME="Debian GNU/Linux"
VERSION_ID="10"
VERSION="10 (buster)"
VERSION_CODENAME=buster

Platform: KVM

NameCurrent VersionAvailable Version
MySQL
��
5.7.395.7.40

Executing process​



known bug, or do I have to do some magic to fix this.

Let me know. Many thanks,
Mek.
 
Last edited:
Hi Active8,

Great thanks, which file do I have to edit, then I give it a try.

Grtz,
Mek.
 
Last edited:
change download server to files.directadmin.com
I think I found it, It's the file: /usr/local/directadmin/custombuild/options.conf

and there change: downloadserver=files2.directadmin.com to > downloadserver=files.directadmin.com

But also editable in the GUI under:

CustomBuild > Edit Options > downloadserver > files.directadmin.com​

Looks like this has not been forced with an earlier update from DirectAdmin.

I read some info about it in release: 1.645. but the current release is: 1.644.

Release notes tell something about it, not 100% sure this is related:

Single files.directadmin.com download mirror custombuild improved​

CustomBuild has set_fastest, set_fastest_quiet, unofficial_mirrors and downloadmirror options removed. It always uses files.directadmin.com from now on, which is served by CloudFlare and uses CDN.

Grtz,
Mek.
 
Last edited:
Thanks, all. This fixed it for me as well. I just had to remember the commands lines:

cd /usr/local/directadmin/custombuild
./build update ./build
 
Back
Top