Install JetBackup 5 proses Terminated

Operating System & Version
CloudLinux release 8.6 (Leonid Kadenyuk) kernel 4.18.0-372.26.1.lve.1.el8.x86_64
cPanel & WHM Version
110.0.2

foster

Registered
Dec 16, 2019
3
0
1
id
cPanel Access Level
Root Administrator
Hello everyone,

I have a problem Installing JetBackup 5 process Terminated during the install process, I have tried deactivating the immunify360 but it still gets killed

server specifications : 8 vcpu core 8 GB and disk lot free space ( usage I saw with htop only using 30 % )

has anyone ever experienced? was the process killed by cloudlinux? because I tried to install it on another server with centos 7 it worked
is there any way to keep the process from being killed?

install from doc : jetbackup 5

OS : CloudLinux release 8.6 (Leonid Kadenyuk)
cPanel & WHM Version : 110.0.2
firewall : Imunify360 & kernelcare

#proses install with ( I tried with jetapps --install jetbackup stable it can't because version 4 doesn't support os version 8 )

running : jetapps --install jetbackup5-cpanel stable
##
log command
##
Log file: /usr/local/jetapps/var/log/jetapps/20230524.163232_29885.log
Installing jetbackup5-cpanel version 5.2.11-2.../usr/bin/jetapps: line 233: 903891 Terminated
yum install $PACKAGE -y --enablerepo=jetapps$CMD &>> $LOG_FILE
Failed
Please see the log file /usr/local/jetapps/var/log/jetapps/20230524.163232_29885.log for more details

##


##
Log cat
##
cat /usr/local/jetapps/var/log/jetapps/20230524.163232_29885.log
***********************************
17 files removed
***********************************
***********************************
yum --skip-broken --showduplicates list jetbackup5-cpanel --disablerepo=* 2>/dev/null | awk '{print $3, $2}' | grep -E '^installed|^@/?jetapps-?|^@@commandline'

***********************************
***********************************
yum --skip-broken --showduplicates list jetbackup5-cpanel --disablerepo=* --enablerepo=jetapps,jetapps-stable 2>/dev/null | awk '{print $3" "$2}' | grep -E '@jetapps-?|^jetapps-?|^@@commandline' | awk '{print stable}' | sort -V | tail -1

5.2.11-2

***********************************
***********************************
yum --skip-broken --showduplicates list jetbackup5-cpanel --disablerepo=* 2>/dev/null | awk '{print $3, $2}' | grep -E '^installed|^@/?jetapps-?|^@@commandline'

***********************************
***********************************
yum install jetbackup5-cpanel -y --enablerepo=jetapps,jetapps-stable
EA4 ( EasyApache 4 ) 870 kB/s | 3.4 MB 00:04
cPanel Addons Production Feed 5.5 kB/s | 10 kB 00:01
cPanel Plugins project 89 kB/s | 351 kB 00:03
AlmaLinux 8.6 - AppStream 2.4 MB/s | 12 MB 00:04
AlmaLinux 8.6 - BaseOS 1.6 MB/s | 8.1 MB 00:04
AlmaLinux 8.6 - PowerTools 544 kB/s | 2.9 MB 00:05
cl-mysql 5.7 kB/s | 17 kB 00:03
CloudLinux 8 mirror 16 MB/s | 16 MB 00:00
CloudLinux 8 - Updates Testing 5.6 MB/s | 44 MB 00:07
CloudLinux 8.6 - Source 163 kB/s | 453 kB 00:02
***********************************
***********************************
yum --skip-broken list jetbackup5-cpanel --disablerepo=* 2>/dev/null | awk '{print $3" "$2}' | grep -E '^installed|^@/?jetapps-?|^@@commandline' | sed 's/^@\(.*\)$/\1/'

***********************************
***********************************
yum --skip-broken --showduplicates list jetbackup5-cpanel --disablerepo=* 2>/dev/null | awk '{print $3, $2}' | grep -E '^installed|^@/?jetapps-?|^@@commandline'

***********************************
##
 

Attachments

Last edited by a moderator:

cPRex

Jurassic Moderator
Staff member
Oct 19, 2014
17,470
2,843
363
cPanel Access Level
Root Administrator
Thanks for that information. That at least confirms the issue is with Yum itself and not with JetBackup or cPanel tools.

Can you try the following to see if that helps resolve the issue?

Code:
yum clean all
yum makecache
yum update
If not, you may need to reach out to your hosting provider to have them check the operating system itself for problems.