Centos 8 install issues

Richard G

Verified User
Joined
Jul 6, 2008
Messages
12,777
Location
Maastricht
I'm installing DA on a VPS with Centos 8 and have seen lots of warnings passing by and some errors.

I managed to catch a few of them.

During installation of MariaDB I've seen this passing (epel repo is installed):
No match for argument: perl-Net-Daemon
No match for argument: perl-PlRPC
Don't know if I can safely ignore this.

Also at the end, I don't use the CB plugin so I will remove it, but it's installed by default and gave this:
/usr/bin/id: 'cb_plugin': no such user
CustomBuild plugin is now installed!
chown: invalid group: 'root:admin'

And the last one is an issue which is already reported last year:
Converting to dovecot (2.3.10) ...
To Dovecot: Patching /etc/exim.conf to maildir
patching file /etc/exim.conf
Hunk #1 FAILED at 608.
Hunk #2 FAILED at 770.
Hunk #3 FAILED at 782.
3 out of 3 hunks FAILED -- saving rejects to file /etc/exim.conf.rej

En last but not least, an interesting contradicting notice:
Code:
*************************************
*                                  *
*   All parts have been installed   *
*                                  *
*************************************

Type: systemctl restart httpd.service
## REPORT_START
Welcome to DirectAdmin version 1.60.4!
You are now about to run the install program. If DirectAdmin is already
installed, it may destroy previous data.

I'm about to run the install program???? No the install was ready. LoL. :)
 
CB plugin chown comes from /usr/local/directadmin/plugins/custombuild/scripts/install.sh, I'll fix it later in the plugin.

"Converting to dovecot (2.3.10) ..." - fixed.

I'll check what might cause "You are now about to run the install program. If DirectAdmin is already installed, it may destroy previous data.".

Thanks!
 
Thank you.

I'll check what might cause "You are now about to run the install program. If DirectAdmin is already installed, it may destroy previous data.".
As for this last one, this might have been caused because installation stopped due to the files-de mirror creating an issue at that time mentioned here:

I got a 404 twice and both times the same error. Then I changed to files18 and ran setup again but then without any issues. So maybe this is caused somehow because had I to run setup.sh again? However it was shown when installation was correctly finished.
 
During installation of MariaDB I've seen this passing (epel repo is installed):
Code:
No match for argument: perl-Net-Daemon
No match for argument: perl-PlRPC
Don't know if I can safely ignore this.

Noticed the exact same thing on 3 different servers. Is it safe to ignore? Do we benefit from installing perl-Net-Daemon and perl-PlRPC?
 
Noticed the exact same thing on 3 different servers. Is it safe to ignore? Do we benefit from installing perl-Net-Daemon and perl-PlRPC?
I noticed this too. Apparently, they are in the testing repo. Not sure they are needed on centos 8. I haven't had them for months might just be in the CB script.
 
Seems consistend, also seeing this on the upgrade to 10.4.17 today. However not on the 10.2.36 upgrade.
 
I had this today on upgrade to mariadb 10.6.9

Bash:
Error: Unable to find a match: perl-PlRPC

Alma Linux 8.6 (Centos 8)
 
Back
Top