SQLite format 3@ M.,PK:J',&  transR!trans_itemt  imhbase !powertools @System mariadb appstream baseoscwpepelLJFb=8; 5_45@?HA*3J)g(} }tkbYPG>5,#xof]TKB90'  | s j a X O F = 4 + "    w n e \ S J A 8 / &    y o e [ Q G = 3 )     u k a W M C 9 / %    { q g ] S I ? 5 + !  wmcYOE;1' }si_UKA7-#ztsyrqxpownmvlkujithgsferdcqbap`_o^]n\[mZYlXWkVUjTSiRQhPOgNMfLKeJIdHGcFEbDCaBA`@?_>=^<;]:9\87[65Z43Y21X0/W.-V,+U*)T('S&%R$#Q"!P ONMLKJIHG F  E  DCBA@?>=<;:9876543210/.-,+*)('&%$#"! ~}|{zyxwvutsrqponmlkjihgfedcba`_^]\[ZY XW VU TS RQ PONMLKJIHGFEDCBA@?>=<;~:9}87|65{43z21y0/x.-w,+v*)u('t&%s$#r"!q ponmlkjih g  f  edcba`_^]\[ZYXWVUTSRQPONMLKJIHGFEDCBA@?>=<;:9876543210/.-,+*)('~}&|{%zy$xw#vu"ts!rq ponmlkjihgfedcba`_^]\[ZYXWVUTSRQPONMLK JI HG FE DC BA@?>=<;:987*) yoe[QG=3) ukaWMC9/% { q g ] S I ? 5 + !   w m c Y O E ; 1 '   } s i _ U K A 7 - #    u j _ T I > 3 (    x m b W L A 6 +  {peZOD9.# ~sh]RG<1&vk`UJ?4) ts rq po nm lk ji hg fe dc ba `_ ^] \[ ZY XW VU TS RQ PO NM LK JI HG FE DC BA @? >= <; :9 87 65 43 21 0/ .- ,+ *) (' &% $# "!                                                    ~} |{ zy xw vu ts rq po nm lk ji hg fe dc ba `_ ^] \[ ZY XW VU TS RQ PO NM LK JI HG FE DC BA @? >= <; :9~ 87} 65| 43{ 21z 0/y .-x ,+w *)v ('u &%t $#s "!r  q p o n m l k j i  h   g   f e d c b a ` _ ^ ] \ [ Z Y X W V U T S R Q P O N M L K J I H G F E D C B A @ ? > = < ; : 9 8 7 6 5 4 3 2 1 0 / . - , + * ) ( ~}' |{& zy% xw$ vu# ts" rq! po nm lk ji hg fe dc ba `_ ^] \[ ZY XW VU TS RQ PO NM LK JI HG FE DC BA @? >= <; :9 87 *)   MD?>f9 -8*j" -R87 I|Jk 8B39samba-ldb-ldap-modules4.19.47.el8_10x86_6466>%Kperl-IO-HTML1.00111.module_el8.5.0+2812+ed912d05noarch@,+)opendkim-tools2.11.00.34.el8x86_64 )' dovecot-mysql2.3.166.el8_10x86_64 ? +"libss1.45.66.el8_10x86_64h#!libXpm3.5.1211.el8x86_64!4;google-droid-sans-fonts2012071513.el8noarchH,<)!perl-libs5.26.3423.el8_10x86_645'        6 8PI AU/indexsqlite_autoindex_comps_environmen {tabletranstransCREATE TABLE trans ( id INTEGER PRIMARY KEY AUTOINCREMENT, dt_begin INTEGER NOT NULL, /* (unix timestamp) date and time of transaction begin */ dt_end INTEGER, /* (unix timestamp) date and time of transaction end */ rpmdb_version_begin TEXT, rpmdb_version_end TEXT, releasever TEXT NOT NULL, /* var: $releasever */ user_id INTEGER NOT NULL, /* user ID (UID) */ cmdline TEXT, /* recorded command line (program, options, arguments) */ state INTEGER NOT NULL /* (enum) */ , comment TEXT DEFAULT '');--)tableitem_replaced_byitem_replaced_byCREATE TABLE item_replaced_by ( /* M:N relationship between transaction items */ trans_item_id INTEGER REFERENCES trans_item(id), by_trans_item_id INTEGER REFERENCES trans_item(id), PRIMARY KEY (trans_item_id, by_trans_item_id) )?S-indexsqlite_autoindex_item_replaced_by_1item_replaced_by ^!!tabletrans_itemtrans_itemCREATE TABLE trans_item ( id INTEGER PRIMARY KEY AUTOINCREMENT, trans_id INTEGER REFERENCES trans(id), item_id INTEGER REFERENCES item(id), repo_id INTEGER REFERENCES repo(id), action INTEGER NOT NULL, /* (enum) */ reason INTEGER NOT NULL, /* (enum) */ state INTEGER NOT NULL /* (enum) */ )'1tableitemitemCREATE TABLE item ( id INTEGER PRIMARY KEY, item_type INTEGER NOT NULL /* (enum) 1: rpm, 2: group, 3: env ...*/ )))?tableconsole_outputconsole_outputCREATE TABLE console_output ( id INTEGER PRIMARY KEY, trans_id INTEGER REFERENCES trans(id), file_descriptor INTEGER NOT NULL, /* stdout: 1, stderr : 2 */ line TEXT NOT NULL )tablereporepoCREATE TABLE repo ( id INTEGER PRIMARY KEY, repoid TEXT NOT NULL /* repository ID aka 'repoid' */ )P++Ytablesqlite_sequencesqlite_sequenceCREATE TABLE sqlite_sequence(name,seq)x B  g F?Bn7tableconfigconfigCREATE TABLE config ( key TEXT PRIMARY KEY, value TEXT NOT NULL )+?indexsqlite_autoindex_config_1config^1!yindextrans_item_item_idtrans_itemCREATE INDEX trans_item_item_id ON trans_item(item_id)a3!}indextrans_item_trans_idtrans_itemCREATE INDEX trans_item_trans_id ON trans_item(trans_id)9Qindexrpm_namerpmCREATE INDEX rpm_name ON rpm(name)L;;/tablecomps_environment_groupcomps_environment_groupCREATE TABLE comps_environment_group ( id INTEGER PRIMARY KEY AUTOINCREMENT, environment_id INTEGER NOT NULL, groupid TEXT NOT NULL, installed INTEGER NOT NULL, group_type INTEGER NOT NULL, FOREIGN KEY(environment_id) REFERENCES comps_environment(item_id), CONSTRAINT comps_environment_group_unique_groupid UNIQUE (environment_id, groupid) )Ma;indexsqlite_autoindex_comps_environment_group_1comps_environment_groupAU/indexsqlite_autoindex_comps_environment_1comps_environment;//%tablecomps_environmentcomps_environmentCREATE TABLE comps_environment ( item_id INTEGER UNIQUE NOT NULL, environmentid TEXT NOT NULL, name TEXT NOT NULL, translated_name TEXT NOT NULL, pkg_types INTEGER NOT NULL, FOREIGN KEY(item_id) REFERENCES item(id) )EY3indexsqlite_autoindex_comps_group_package_1comps_group_package33Ytablecomps_group_packagecomps_group_packageCREATE TABLE comps_group_package ( id INTEGER PRIMARY KEY AUTOINCREMENT, group_id INTEGER NOT NULL, name TEXT NOT NULL, installed INTEGER NOT NULL, pkg_type INTEGER NOT NULL, FOREIGN KEY(group_id) REFERENCES comps_group(item_id), CONSTRAINT comps_group_package_unique_name UNIQUE (group_id, name) )5I#indexsqlite_autoindex_comps_group_1comps_group### tablecomps_groupcomps_groupCREATE TABLE comps_group ( item_id INTEGER UNIQUE NOT NULL, groupid TEXT NOT NULL, name TEXT NOT NULL, translated_name TEXT NOT NULL, pkg_types INTEGER NOT NULL, FOREIGN KEY(item_id) REFERENCES item(id) )% 9indexsqlite_autoindex_rpm_2rpm% 9indexsqlite_autoindex_rpm_1rpm  #tablerpmrpm CREATE TABLE rpm ( item_id INTEGER UNIQUE NOT NULL, name TEXT NOT NULL, epoch INTEGER NOT NULL, /* empty epoch is stored as 0 */ version TEXT NOT NULL, release TEXT NOT NULL, arch TEXT NOT NULL, FOREIGN KEY(item_id) REFERENCES item(id), CONSTRAINT rpm_unique_nevra UNIQUE (name, epoch, version, release, arch) )3 G!indexsqlite_autoindex_trans_with_1trans_with  !!utabletrans_withtrans_with CREATE TABLE trans_with ( id INTEGER PRIMARY KEY AUTOINCREMENT, trans_id INTEGER REFERENCES trans(id), item_id INTEGER REFERENCES item(id), CONSTRAINT trans_with_unique_trans_item UNIQUE (trans_id, item_id) )  C.3perl-WWW-RobotRulesH% nginx$"Gimh-python39-internal-modulesG281 dE0n/  version1.2   version R~Q.tI r / f E  m 6  ^ 2  | [ + vT k+}9J @u6 HtU7 RRlibpng1.6.345.el8x86_64%Q'Qlibnsl2.28251.el8_10.13x86_64 PPfreetype2.9.19.el8x86_64OOcwp-php5.6.371x86_64NNcwp-suphp0.7.26x86_64MMcwp-httpd2.4.621x86_64%L'Lelinks0.120.58.pre6.el8x86_64%K#Ksendmail-cf8.15.234.el8noarch"JJsendmail8.15.234.el8x86_64@I-IIperl-libwww-perl6.341.module_el8.5.0+2812+ed912d05noarchDH3KHperl-WWW-RobotRules6.0218.module_el8.5.0+2812+ed912d05noarch=G'IGperl-Try-Tiny0.307.module_el8.5.0+2812+ed912d05noarch>F' KFperl-TimeDate2.3015.module_el8.5.0+2812+ed912d05noarch'E-Eperl-TermReadKey2.377.el8x86_64=D'IDperl-Net-HTTP6.172.module_el8.5.0+2812+ed912d05noarch:CKCperl-NTLM1.0917.module_el8.5.0+2812+ed912d05noarchGB;IBperl-LWP-Protocol-https6.074.module_el8.5.0+2812+ed912d05noarchDA3KAperl-LWP-MediaTypes6.0215.module_el8.5.0+2812+ed912d05noarch>@%K@perl-IO-HTML1.00111.module_el8.5.0+2812+ed912d05noarchD?3K?perl-HTTP-Negotiate6.0119.module_el8.5.0+2812+ed912d05noarchA>/I>perl-HTTP-Message6.181.module_el8.5.0+2812+ed912d05noarch?=)K=perl-HTTP-Date6.0219.module_el8.5.0+2812+ed912d05noarchA</I4)I4perl-Data-Dump1.237.module_el8.5.0+2812+ed912d05noarch(3%3git-core-doc2.43.52.el8_10noarch$22git-core2.43.52.el8_10x86_6411git2.43.52.el8_10x86_6400at3.1.2012.el8x86_64$//sysstat11.7.313.el8_10x86_642.+-.libstdc++-devel8.5.023.el8_10.alma.1x86_64 --libmpc1.1.09.1.el8x86_64,,isl0.16.16.el8x86_64*+-+gcc-c++8.5.023.el8_10.alma.1x86_64!**automake1.16.18.el8noarch%)#)autoconf2.6929.el8_10.1noarch((annobin11.132.el8x86_64.'5'net-tools2.00.52.20160912git.el8x86_64&&nano2.9.83.el8_10x86_64'%+%libxcrypt-devel4.1.16.el8x86_64*$-$libgomp8.5.023.el8_10.alma.1x86_641#)+#kernel-headers4.18.0553.40.1.el8_10x86_64,"''"glibc-headers2.28251.el8_10.13x86_64*!#'!glibc-devel2.28251.el8_10.13x86_645 1- gcc-plugin-annobin8.5.023.el8_10.alma.1x86_64&-gcc8.5.023.el8_10.alma.1x86_64+- emacs-filesystem26.113.el8_10noarch&-cpp8.5.023.el8_10.alma.1x86_64"galera-426.4.211.el8x86_645Amariadb-connector-c-config3.1.112.el8_3noarch.3mariadb-connector-c3.1.112.el8_3x86_64()MariaDB-shared10.6.211.el8x86_64()MariaDB-server10.6.211.el8x86_64()MariaDB-common10.6.211.el8x86_64()MariaDB-client10.6.211.el8x86_64socat1.7.4.11.el8x86_649Iperl-DBI1.6414.module_el8.6.0+2823+173faa7ex86_64/7boost-program-options1.66.013.el8x86_64 libaio0.3.1121.el8x86_649Iutf8proc2.6.13.module_el8.7.0+3347+7c020dc9x86_64A+Isubversion-libs1.10.25.module_el8.7.0+3347+7c020dc9x86_64<!Isubversion1.10.25.module_el8.7.0+3347+7c020dc9x86_64-%#python3-bind 9.11.3616.el8_10.4noarch8 I libserf1.3.99.module_el8.7.0+3347+7c020dc9x86_64. 1  dovecot-pigeonhole2.3.166.el8_10x86_64) '  dovecot-mysql2.3.166.el8_10x86_64#   dovecot2.3.166.el8_10x86_64) ) cyrus-sasl-sql2.1.276.el8_5x86_64;%Aclucene-core2.3.3.431.20130812.e8e3d20git.el8x86_64+!#bind-utils 9.11.3616.el8_10.4x86_64!#python3-ply3.99.el8noarch+-cyrus-sasl-devel2.1.276.el8_5x86_64)+util-linux-user2.32.146.el8x86_64apr1.6.21x86_64apr-util1.6.01x86_64 screen4.6.212.el8x86_64 [mI,b: x N ! f 2  w E  g 8  _ ; yJ#]1o; e9 pFwO#_;yV4-pax3.441.el8x86_64','p7zip-plugins16.0231.el8x86_64+p7zip16.0231.el8x86_64*nomarch1.421.el8x86_64 )freeze2.5.026.el8x86_64(clamd1.0.81.el8x86_64#'!clamav-lib1.0.81.el8x86_64)&-clamav-freshclam1.0.81.el8x86_64*%/clamav-filesystem1.0.81.el8noarch$clamav1.0.81.el8x86_64!#!cabextract1.97.el8x86_64"arj3.10.2230.el8x86_64 !amavis2.13.11.el8noarch$ altermime0.3.1021.el8x86_64*/perl-common-sense3.7.48.el8x86_64(+perl-IO-stringy2.1119.el8noarch)-perl-Digest-SHA12.1323.el8x86_64%%spamassassin3.4.61.el8x86_64(-perl-Unix-Syslog1.129.el8x86_64$%perl-Socket60.286.el8x86_64(+perl-NetAddr-IP4.0797.el8x86_64(+perl-Net-Server2.0093.el8noarch$%perl-Net-DNS1.151.el8noarch''perl-Mail-SPF2.9.015.el8noarch,)!perl-Mail-DKIM1.202009071.el8noarch=K!perl-Mail-AuthenticationResults2.202101121.el8noarch')perl-IO-String1.0832.el8noarch-5perl-IO-Socket-INET62.7212.el8noarch)/perl-IO-Multiplex1.169.el8noarch+1perl-Encode-Detect1.0128.el8x86_64@+Iperl-DBD-SQLite1.582.module_el8.6.0+2828+b6a24742x86_641?perl-Crypt-OpenSSL-Random0.153.el8x86_64. 9perl-Crypt-OpenSSL-RSA0.311.el8x86_641 ?perl-Crypt-OpenSSL-Bignum0.095.el8x86_64 lzop1.0320.el8x86_64 lzo2.0814.el8x86_64( -perl-Razor-Agent2.861.el8x86_64*1perl-Mail-Sendmail0.804.el8noarch()perl-MIME-Lite3.03016.el8noarch)/perl-Log-Log4perl1.501.el8noarch4Eperl-Log-Dispatch-FileRotate1.361.el8noarch)/perl-Log-Dispatch2.681.el8noarch09perl-Email-Date-Format1.00511.el8noarch-3perl-Convert-BinHex1.12513.el8noarch$perltidy201802201.el8noarch,5perl-namespace-clean0.277.el8noarch0=perl-namespace-autoclean0.2810.el8noarch*~3~perl-Variable-Magic0.623.el8x86_64(}/}perl-Sub-Identify0.146.el8x86_648|G|perl-Sub-Exporter-Progressive0.0010135.el8noarch"{#{perl-Specio0.422.el8noarch)z)zperl-Role-Tiny2.0000062.el8noarch(y-yperl-Ref-Util-XS0.1172.el8x86_64%x'xperl-Ref-Util0.2034.el8noarch5wIwperl-Params-ValidationCompiler0.271.el8noarch$v)vperl-PadWalker2.32.el8x86_64-u7uperl-Package-Stash-XS0.2817.el8x86_64)t1tperl-Package-Stash0.379.el8noarch2sAsperl-Module-Implementation0.0915.el8noarch&r+rperl-MIME-Types2.173.el8noarch+q5qperl-Exception-Class1.442.el8noarch(p/pperl-Eval-Closure0.145.el8noarch0o=operl-Dist-CheckConflicts0.1111.el8noarch,n7 nperl-Devel-StackTrace2.032.el8noarch+m3mperl-Devel-LexAlias0.0516.el8x86_643lElperl-Devel-GlobalDestruction0.145.el8noarch)k/kperl-Devel-Caller2.0615.el8x86_642jCjperl-Class-Method-Modifiers2.128.el8noarch3iCiperl-Class-Data-Inheritable0.0827.el8noarch.h;hperl-B-Hooks-EndOfScope0.216.el8noarch*g3gperl-Text-Unidecode1.305.el8noarch(f/fperl-Text-Soundex3.058.el8x86_64+e3eperl-Module-Runtime0.0162.el8noarch(d- dperl-Mail-Sender0.9037.el8noarch c cperl-LDAP0.667.el8noarch$bbperl-JSON2.97.0012.el8noarch#a#aperl-GSSAPI0.2825.el8x86_64)`/`perl-Convert-ASN10.2718.el8noarch(_-_perl-Authen-SASL2.1613.el8noarch&^+^perl-Date-Manip6.603.el8noarch,]1]perl-MIME-EncWords1.015.01.el8noarch+\/\perl-MIME-Charset1.012.24.el8noarch([/[perl-Net-SMTP-SSL1.045.el8noarch%Z)Zperl-MailTools2.202.el8noarchYYcwpsrv1.15.104x86_64XXcwpphp7.2.303x86_64"WWlibmcrypt2.5.826.el8x86_64$V#Vlibc-client2007f24.el8x86_64!UUlibpng151.5.307.el8x86_64&T'Tlibjpeg-turbo1.5.312.el8x86_64 SSlibxslt1.1.326.el8x86_64 c`1xJ) Z 1  d 4 d L -  | _ A  } T 1 ~rTH0$e: fG* kRtN"z!IT(51#device-mapper-libs1.02.18115.el8_10.2x86_640'#device-mapper1.02.18115.el8_10.2x86_64!cwprads1.4.02.el8noarch!cwprads1.5.02.el8noarch#!audit-libs3.1.21.el8x86_64(!!audit-libs3.1.21.el8_10.1x86_64!cwprads1.5.05.el8noarchclamd1.0.91.el8x86_64#!clamav-lib1.0.91.el8x86_64)-clamav-freshclam1.0.91.el8x86_64*/clamav-filesystem1.0.91.el8noarch$#clamav-data1.0.91.el8noarchclamav1.0.91.el8x86_64!cwprads1.5.03.el8noarch# dovecot2.3.166.el8_10x86_64 +-dnf-plugins-core4.0.2125.el8noarch,-dnf-data4.7.021.el8_10.alma.1noarch'#dnf-data4.7.020.el8.almanoarch'-dnf4.7.021.el8_10.alma.1noarch"#dnf4.7.020.el8.almanoarch  dmidecode3.51.el8x86_6431device-mapper-libs1.02.18115.el8_10x86_6401device-mapper-libs1.02.18114.el8x86_64.'device-mapper1.02.18115.el8_10x86_64+'device-mapper1.02.18114.el8x86_64"dbus-glib0.1102.el8x86_64))cyrus-sasl-sql2.1.276.el8_5x86_64 +-cyrus-sasl-devel2.1.276.el8_5x86_64cwpsrv1.15.104x86_64Y!cwprads1.4.01.el8noarchZ cwprads1.347.el8noarchM cwprads1.336.el8noarch cwprads1.333.el8noarchcwpphp7.2.303x86_64Xcwp-suphp0.7.26x86_64Ncwp-php5.6.371x86_64Ocwp-httpd2.4.621x86_64M'-cpp8.5.026.el8_10.alma.1x86_64'-cpp8.5.024.el8_10.alma.1x86_64&-cpp8.5.023.el8_10.alma.1x86_64,- compat-openssl101.0.2o4.el8_6x86_64A/- !compat-openssl101.0.2o4.el8_10.1x86_64@*-cmake-rpm-macros3.26.52.el8noarch5*-cmake-filesystem3.26.52.el8x86_64$!cmake-data3.26.52.el8noarch4cmake3.26.52.el8x86_643;%Aclucene-core2.3.3.431.20130812.e8e3d20git.el8x86_64clamd1.0.81.el8x86_64#!clamav-lib1.0.81.el8x86_64)-clamav-freshclam1.0.81.el8x86_64*/clamav-filesystem1.0.81.el8noarch$#clamav-data1.0.81.el8noarchclamav1.0.81.el8x86_64 cairo1.15.126.el8x86_64D!!cabextract1.97.el8x86_64"!cabextract1.117.el8x86_64(#bzip2-devel1.0.628.el8_10x86_64/7boost-program-options1.66.013.el8x86_64bison3.0.410.el8x86_64+!#bind-utils 9.11.3616.el8_10.4x86_64!automake1.16.18.el8noarch*%#autoconf2.6929.el8_10.1noarch)atk2.28.11.el8x86_64Cat3.1.2012.el8x86_640*%aspell-devel 0.60.6.122.el8x86_64!$aspell 0.60.6.122.el8x86_64arj3.10.2230.el8x86_64#)apr-util-devel1.6.01x86_64apr-util1.6.01x86_64apr-devel1.6.21x86_64apr1.6.21x86_64annobin11.132.el8x86_64( amavis2.13.11.el8noarch$altermime0.3.1021.el8x86_64.1adobe-mappings-pdf201804071.el8noarchB:Iadobe-mappings-cmap-deprecated201712053.el8noarchA/3adobe-mappings-cmap201712053.el8noarch@&%OpenEXR-libs2.2.012.el8x86_64?))MariaDB-shared10.6.221.el8x86_64X()MariaDB-shared10.6.211.el8x86_64))MariaDB-server10.6.221.el8x86_64W()MariaDB-server10.6.211.el8x86_64('MariaDB-devel10.6.221.el8x86_64V('MariaDB-devel10.6.211.el8x86_64+))MariaDB-common10.6.221.el8x86_64U()MariaDB-common10.6.211.el8x86_64))MariaDB-client10.6.221.el8x86_64T()MariaDB-client10.6.211.el8x86_64 LibRaw0.19.54.el8x86_64>--ImageMagick-perl6.9.13.251.el8x86_64J--ImageMagick-perl6.9.13.171.el8x86_64--ImageMagick-libs6.9.13.251.el8x86_64I--ImageMagick-libs6.9.13.171.el8x86_64./ImageMagick-devel6.9.13.251.el8x86_64H./ImageMagick-devel6.9.13.171.el8x86_64(#ImageMagick6.9.13.251.el8x86_64G(#ImageMagick6.9.13.171.el8x86_64-1GeoIP-GeoLite-data2018.065.el8noarchGeoIP1.6.127.el8x86_64 ~YyL%Y1oL#`? r Q . h <  l P &  h ? e : x R U(xRF Y7b:-''glibc-headers2.28251.el8_10.22x86_64,%'glibc-common2.28251.el8_10.22x86_641/'glibc-gconv-extra2.28251.el8_10.22x86_64+#'glibc-devel2.28251.el8_10.22x86_64! enchant1.6.021.el8x86_64 +- emacs-filesystem26.113.el8_10noarch)%git-core-doc2.43.71.el8_10noarch%git-core2.43.71.el8_10x86_64 git2.43.71.el8_10x86_64 fixperms2.42.el8noarch fixperms2.51.el8noarch*#!glib2-devel2.56.4166.el8_10x86_64$!glib22.56.4165.el8_10x86_64$!glib22.56.4166.el8_10x86_64,- emacs-filesystem26.115.el8_10noarch%'elinks0.120.58.pre6.el8x86_64L.7elfutils-libelf-devel0.1902.el8x86_64')elfutils-devel0.1902.el8x86_649Melfutils-debuginfod-client-devel0.1902.el8x86_643Aelfutils-debuginfod-client0.1902.el8x86_64+)e2fsprogs-libs1.45.66.el8_10x86_64]1))e2fsprogs-libs1.45.65.1.el8.alma.1x86_64^&e2fsprogs1.45.66.el8_10x86_64[,)e2fsprogs1.45.65.1.el8.alma.1x86_64\.1 dovecot-pigeonhole2.3.166.el8_10x86_64 goaccess1.31.el7x86_64$gnutls3.6.168.el8_9.3x86_64%!gnutls3.6.168.el8_10.3x86_64# gmp-devel6.1.211.el8x86_64! gmp-c++6.1.211.el8x86_64-''glibc-headers2.28251.el8_10.16x86_64-''glibc-headers2.28251.el8_10.14x86_64,''glibc-headers2.28251.el8_10.13x86_64"1/'glibc-gconv-extra2.28251.el8_10.16x86_641/'glibc-gconv-extra2.28251.el8_10.14x86_641/'glibc-gconv-extra2.28251.el8_10.13x86_64+#'glibc-devel2.28251.el8_10.16x86_64+#'glibc-devel2.28251.el8_10.14x86_64*#'glibc-devel2.28251.el8_10.13x86_64!,%'glibc-common2.28251.el8_10.16x86_64,%'glibc-common2.28251.el8_10.14x86_64,%'glibc-common2.28251.el8_10.13x86_6433'glibc-all-langpacks2.28251.el8_10.22x86_6433'glibc-all-langpacks2.28251.el8_10.16x86_6433'glibc-all-langpacks2.28251.el8_10.14x86_6433'glibc-all-langpacks2.28251.el8_10.13x86_64%'glibc2.28251.el8_10.22x86_64%'glibc2.28251.el8_10.16x86_64%'glibc2.28251.el8_10.14x86_64%'glibc2.28251.el8_10.13x86_64*#!glib2-devel2.56.4165.el8_10x86_64)%git-core-doc2.43.53.el8_10noarchy(%git-core-doc2.43.52.el8_10noarch3%git-core2.43.53.el8_10x86_64x$git-core2.43.52.el8_10x86_642 git2.43.53.el8_10x86_64wgit2.43.52.el8_10x86_64113gdk-pixbuf2-modules2.36.126.el8_10x86_64G)#gdk-pixbuf22.36.126.el8_10x86_64;gd2.2.57.el8x86_64F61-gcc-plugin-annobin8.5.026.el8_10.alma.1x86_6461-gcc-plugin-annobin8.5.024.el8_10.alma.1x86_6451-gcc-plugin-annobin8.5.023.el8_10.alma.1x86_64 +-gcc-c++8.5.026.el8_10.alma.1x86_64+-gcc-c++8.5.024.el8_10.alma.1x86_64*-gcc-c++8.5.023.el8_10.alma.1x86_64+'-gcc8.5.026.el8_10.alma.1x86_64'-gcc8.5.024.el8_10.alma.1x86_64&-gcc8.5.023.el8_10.alma.1x86_64#galera-426.4.221.el8x86_64Y"galera-426.4.211.el8x86_64 fribidi1.0.49.el8x86_64E freeze2.5.026.el8x86_64.)%freetype-devel2.9.19.el8.alma.1x86_64')freetype-devel2.9.19.el8x86_64+)freetype-devel2.9.110.el8_10x86_64(%freetype2.9.19.el8.alma.1x86_64 freetype2.9.19.el8x86_64P%freetype2.9.110.el8_10x86_640;fontpackages-filesystem1.4422.el8noarch:$!fontconfig2.13.14.el8x86_649flex2.6.19.el8x86_64(#expat-devel2.2.517.el8_10x86_64(#expat-devel2.2.516.el8_10x86_64"expat2.2.517.el8_10x86_64"expat2.2.516.el8_10x86_64"%epel-release822.el8noarchK"%epel-release821.el8noarchL'' enchant-devel1.6.021.el8x86_64" ]T'cC z Y . d : j ?  _ 2  ^ . }O#p:yL(qDnFNwR)d@   libSM1.2.31.el8x86_64  libICE1.0.915.el8x86_64flex2.6.19.el8x86_64! enchant1.6.021.el8x86_64bison3.0.410.el8x86_64$aspell 0.60.6.122.el8x86_64)%sqlite-devel3.26.019.el8_9x86_64#sqlite3.26.019.el8_9x86_64'rpm-devel4.14.332.el8_10x86_64&)readline-devel7.010.el8x86_64"!popt-devel1.181.el8x86_64&#pcre2-utf3210.323.el8_6x86_64&~#pcre2-utf1610.323.el8_6x86_64&}#pcre2-devel10.323.el8_6x86_64*|' openssl-devel1.1.1k14.el8_6x86_64,{)openldap-devel2.4.4620.el8_10x86_64.z'+ncurses-devel6.110.20180224.el8x86_641y-+ncurses-c++-libs6.110.20180224.el8x86_64=x-?lm_sensors-devel3.4.023.20180522git70f7e08.el8x86_64&w'libzstd-devel1.4.41.el8x86_64'v)libverto-devel0.3.22.el8x86_64%u)libsepol-devel2.93.el8x86_64*t-libselinux-devel2.99.el8_10x86_64's%libpng-devel1.6.345.el8x86_64&rlibkadm51.18.230.el8_10x86_64&q%libicu-devel60.32.el8_1x86_64*p1libgpg-error-devel1.311.el8x86_64*o+libgcrypt-devel1.8.57.el8_6x86_643n-)libcom_err-devel1.45.65.1.el8.alma.1x86_64(m!krb5-devel1.18.230.el8_10x86_64-l3keyutils-libs-devel1.5.109.el8x86_64#k gmp-devel6.1.211.el8x86_64!j gmp-c++6.1.211.el8x86_64*i#!glib2-devel2.56.4165.el8_10x86_64'h)freetype-devel2.9.19.el8x86_64.g7elfutils-libelf-devel0.1902.el8x86_64'f)elfutils-devel0.1902.el8x86_649eMelfutils-debuginfod-client-devel0.1902.el8x86_643dAelfutils-debuginfod-client0.1902.el8x86_64(c#bzip2-devel1.0.628.el8_10x86_64&b+python3-systemd2348.el8x86_643a=python3-dnf-plugins-core4.0.2125.el8noarch&`%python3-dbus1.2.415.el8x86_64)_- python3-dateutil2.6.16.el8noarch+^-dnf-plugins-core4.0.2125.el8noarch"]dbus-glib0.1102.el8x86_64!\virt-what1.254.el8x86_64 [ dmidecode3.51.el8x86_64Zmonit5.33.01.el8x86_64 Y#imh-cwp-dns14.el8x86_64-X1GeoIP-GeoLite-data2018.065.el8noarchWGeoIP1.6.127.el8x86_64'V%tokyocabinet1.4.4810.el8x86_644U3+ncurses-compat-libs6.110.20180224.el8x86_64Tgoaccess1.31.el7x86_64,S'#libxml2-devel2.9.718.el8_10.2x86_64*R-cmake-filesystem3.26.52.el8x86_64%Q!zlib-devel1.2.1125.el8x86_64#Pxz-devel5.2.44.el8_6x86_64"O!pcre-utf328.426.el8x86_64"N!pcre-utf168.426.el8x86_64"M!pcre-devel8.426.el8x86_64 Lpcre-cpp8.426.el8x86_64(K'libuuid-devel2.32.146.el8x86_64-J'#libcurl-devel7.61.134.el8_10.3x86_64(I#expat-devel2.2.516.el8_10x86_64Hapr-devel1.6.21x86_64#G)apr-util-devel1.6.01x86_64+F)opendkim-tools2.11.00.34.el8x86_64'E'python3-pyspf2.0.148.el8noarch'D)python3-py3dns3.2.11.el8noarch(C+python3-authres1.2.06.el8noarch&B'pypolicyd-spf2.9.35.el8noarch%Aopendkim2.11.00.34.el8x86_64!@opendbx1.4.638.el8x86_64(?#libopendkim2.11.00.34.el8x86_64>libmd1.1.01.el8x86_64 =libbsd0.12.21.el8x86_64*<+sendmail-milter8.15.234.el8x86_64,;/libmemcached-libs1.0.1817.el8x86_64!:libevent2.1.85.el8x86_64#9pure-ftpd1.0.494.el8x86_648sscg3.0.07.el8x86_64!7usermode1.1132.el8x86_64'6'libpath_utils0.2.140.el8x86_645unzoo4.427.el8x86_64(4-perl-Net-LibIDN21.017.el8x86_64(3+perl-MIME-tools5.5099.el8noarch*21perl-File-LibMagic1.169.el8x86_64*11perl-Convert-UUlib1.81.el8x86_64*0/perl-Convert-TNEF0.1817.el8noarch'/+perl-BerkeleyDB0.632.el8x86_64%.#perl-Amavis2.13.11.el8noarch ;N` ^ 2  V 3 |V0@x~]= nI&f3`7 a >  ~ \ 4  f A !SZ;kDug9f;'krb5-libs1.18.232.el8_10x86_64`(!krb5-devel1.18.232.el8_10x86_64_S7Gimh-python39-internal-modules3.9.872.el8x86_647Gimh-python39-internal-modules3.9.873.el8x86_642)+kernel-headers4.18.0553.56.1.el8_10x86_647Gimh-python39-internal-modules3.9.876.el8x86_647Gimh-python39-internal-modules3.9.875.el8x86_649 !harfbuzz1.7.54.el8x86_64Mgtk22.24.325.el8x86_64L47gtk-update-icon-cache3.22.3012.el8_10x86_64K#graphviz2.40.145.el8x86_64J$graphite21.3.1010.el8x86_64Iisl0.16.16.el8x86_64, imh-scan2.11.el8noarch  imh-scan2.013.el8noarch$!imh-restic0.17.21.el8x86_64.5imh-python39-modules3.9.792.el8x86_64.5imh-python39-modules3.9.791.el8x86_64 7Gimh-python39-internal-modules3.9.879.el8x86_642)+kernel-headers4.18.0553.64.1.el8_10x86_642)+kernel-headers4.18.0553.63.1.el8_10x86_642)+kernel-headers4.18.0553.62.1.el8_10x86_642)+kernel-headers4.18.0553.60.1.el8_10x86_64+/imh-backup-client3.8.11.el8x86_642)+kernel-headers4.18.0553.58.1.el8_10x86_647Gimh-python39-internal-modules3.9.222.el8x86_64%%imh-python393.9.76.el8x86_64%%imh-python393.9.75.el8x86_64''imh-python3133.13.33.el8x86_64 $#imh-python33.9.77.el8x86_64$#imh-python33.9.75.el8x86_64 #imh-cwp-dns14.el8x86_64##imh-cwp-ded15.17.el8x86_64N"#imh-cwp-ded1419.el8x86_64O+/imh-backup-client3.7.11.el8x86_64+/imh-backup-client3.7.02.el8x86_64+/imh-backup-client3.7.01.el8x86_64+/imh-backup-client3.6.11.el8x86_64 +/imh-backup-client3.5.61.el8x86_64+/imh-backup-client3.5.57.el8x86_64+/imh-backup-client3.5.56.el8x86_64+/imh-backup-client3.5.55.el8x86_64!ilmbase2.2.013.el8x86_64Oicu60.32.el8_1x86_642*1hicolor-icon-theme0.172.el8noarchNlibXmu1.1.31.el8x86_64\$#libXinerama1.1.41.el8x86_64[libXi1.7.101.el8x86_64ZlibXft2.3.31.el8x86_64Y"libXfixes5.0.37.el8x86_64X libXext1.3.41.el8x86_64$!libXdamage1.1.414.el8x86_64W$!libXcursor1.1.153.el8x86_64V''libXcomposite0.4.414.el8x86_64U!libXaw1.0.1310.el8x86_64T%%libXau-devel1.0.93.el8x86_64libXau1.0.93.el8x86_64&!libX11-xcb1.6.89.el8_10x86_64(%libX11-devel1.6.89.el8_10x86_64 )'libX11-common1.6.89.el8_10noarch "libX111.6.89.el8_10x86_64 libSM1.2.31.el8x86_64 libICE1.0.915.el8x86_64 lcms22.92.el8x86_64S'krb5-libs1.18.231.el8_10x86_64'krb5-libs1.18.230.el8_10x86_64(!krb5-devel1.18.231.el8_10x86_64(!krb5-devel1.18.230.el8_10x86_64-3keyutils-libs-devel1.5.109.el8x86_642)+kernel-headers4.18.0553.54.1.el8_10x86_642)+kernel-headers4.18.0553.45.1.el8_10x86_641)+kernel-headers4.18.0553.40.1.el8_10x86_64#"kbd-misc2.0.411.el8noarch$!kbd-legacy2.0.411.el8noarchkbd2.0.411.el8x86_64$%jbigkit-libs2.114.el8x86_64R%'jbig2dec-libs0.161.el8x86_64Q(#jasper-libs2.0.146.el8_10x86_64P waK5){gU< z s j Z J = 0 !  o X B ,   r j a X J > 0 %  { h U B *  r c T @ , taO=2'uaMA4'y`XOF9+ }dK2 ybK9&i_Q90# kTC2!%git-core-doc%imh-python39%imh-python39'imh-python313 #imh-python3#imh-python3#imh-cwp-dns#imh-cwp-dedO#imh-cwp-dedN/imh-backup-client/imh-backup-client/imh-backup-client/imh-backup-client/imh-backup-client /imh-backup-client/imh-backup-client/imh-backup-client/imh-backup-client ilmbaseOicu21hicolor-icon-themeN harfbuzzM gtk2L7gtk-update-icon-cacheK graphvizJgraphite2I;google-droid-sans-fontsH goaccess gnutls gnutlsgmp-devel gmp-c++'glibc-headers'glibc-headers'glibc-headers'glibc-headers"/glibc-gconv-extra/glibc-gconv-extra/glibc-gconv-extra/glibc-gconv-extra#glibc-devel#glibc-devel#glibc-devel#glibc-devel!%glibc-common%glibc-common%glibc-common%glibc-common3glibc-all-langpacks3glibc-all-langpacks3glibc-all-langpacks3glibc-all-langpacks glibc glibc glibc glibc#glib2-devel#glib2-devel glib2 glib2%git-core-docy%git-core-doc3 git-core git-corex git-core2gitgitwgit13gdk-pixbuf2-modulesG#gdk-pixbuf2;gdF1gcc-plugin-annobin1gcc-plugin-annobin1gcc-plugin-annobin gcc-c++ gcc-c++ gcc-c+++gccgccgcc galera-4Y galera-4 fribidiE freeze)freetype-devel)freetype-devel)freetype-devel freetype freetype freetypeP;fontpackages-filesystem:!fontconfig9 flex fixperms fixperms#expat-devel#expat-devel expat expat%epel-releaseL%epel-releaseK'enchant-devel" enchant-emacs-filesystem-emacs-filesystem elinksL7elfutils-libelf-devel)elfutils-devel%Melfutils-debuginfod-client-develAelfutils-debuginfod-client)e2fsprogs-libs^)e2fsprogs-libs]e2fsprogs\e2fsprogs[1dovecot-pigeonhole 'dovecot-mysql dovecot -dnf-plugins-core dnf-data dnf-datadnfdnfdmidecode1device-mapper-libs1device-mapper-libs1device-mapper-libs'device-mapper'device-mapper'device-mapperdbus-glib)cyrus-sasl-sql -cyrus-sasl-devel cwpsrvY cwprads cwprads cwprads cwprads cwpradsZ cwpradsM cwprads cwprads cwpphpX cwp-suphpN cwp-phpO cwp-httpdMcppcppcpp-compat-openssl10A-compat-openssl10@-cmake-rpm-macros5-cmake-filesystem!cmake-data4 cmake3%clucene-core clamd clamd!clamav-lib!clamav-lib-clamav-freshclam-clamav-freshclam/clamav-filesystem/clamav-filesystem#clamav-data#clamav-data clamav clamav cairoD!cabextract!cabextract#bzip2-devel7boost-program-options bison!bind-utils automake* autoconf)!audit-libs!audit-libsatkCat0%aspell-devel! aspellarj)apr-util-devel apr-utilapr-develapr annobin( amavisaltermime1adobe-mappings-pdfB#Iadobe-mappings-cmap-deprecatedA3adobe-mappings-cmap@%OpenEXR-libs?)MariaDB-sharedX)MariaDB-shared)MariaDB-serverW)MariaDB-server'MariaDB-develV'MariaDB-devel+)MariaDB-commonU)MariaDB-common)MariaDB-clientT)MariaDB-client LibRaw>-ImageMagick-perlJ-ImageMagick-perl-ImageMagick-libsI-ImageMagick-libs/ImageMagick-develH/ImageMagick-devel#ImageMagickG#ImageMagick1GeoIP-GeoLite-data GeoIP a>^D4&x_O?0! o}qeSD4)s]veRD4(  } k X ? &  O t e@ Z N B 1 #   n X B 1 /   q \ N @ 3 &   C 1 o b O > 2 bO{hRI?'{{dN- xlibnetapi)kernel-headers libxml2%libsmbclient)kernel-headers%libvpx-devel libvpx'libxml2-devel libxml2%libXau-devel'libxslt-devel libxslt libnsl)kernel-headers'libwebp-devel| libwebp{ libgsz#libwbclientj libssi libssh%libsmbclientg#libsemanageflibnetapie libkadm5d-libcom_err-develc!libcom_errb!libcom_errakrb5-libs`!krb5-devel_ libXau!libX11-xcb%libX11-devel 'libX11-common libX11 libSM libICE lcms2Skrb5-libskrb5-libs!krb5-devel!krb5-devel3keyutils-libs-devel)kernel-headers)kernel-headers)kernel-headers# kbd-misc!kbd-legacykbd%jbigkit-libsR'jbig2dec-libsQ#jasper-libsPisl, imh-scan imh-scan!imh-restic5imh-python39-modules 5imh-python39-modules net-tools'-ncurses-c++-libs)kernel-headers)kernel-headers lz4-libs lz4-libs)kernel-headers'libxml2-devel#libwbclient"Gimh-python39-internal-modules"Gimh-python39-internal-modules"Gimh-python39-internal-modules"Gimh-python39-internal-modules"Gimh-python39-internal-modules)net-snmp-devel'ncurses-devel3ncurses-compat-libsnano& monit mcpplAmariadb-connector-c-config3mariadb-connector-c lzoplzo-lm_sensors-devel'libzstd-devel'libxslt-develF'libxslt-devel libxslt& libxsltS'libxml2-devel'libxml2-devel libxml2 libxml2%libxkbcommon+libxcrypt-devel%%libxcb-devel libxcb#libwmf-litek'libwebp-devel. libwebp-#libwbclient%#libwbclient$%libvpx-devel/ libvpx,)libverto-devel libuv6'libuuid-devel1libtool-ltdl-devel libtiffE libtiffj'libtidy-devel) libtidy( libthaii libtasn1# libtasn1"+libstdc++-devel+libstdc++-devel+libstdc++-devel.libstdc++libstdc++libstdc+++libsodium-devel%libsmbclient!%libsmbclient libserf )libsepol-devel#libsemanage#libsemanage-libselinux-utils-libselinux-utils-libselinux-devel-libselinux-devel!libselinux!libselinux librsvg2h libraqm#libpq-devel libpng15U%libpng-devel libpngR'libpath_utils libpaperg#libopendkim libnsl libnsl libnslQlibnetapilibnetapi libmpc-/libmemcached-libs1libmemcached-devel$%libmemcached libmd+libmcrypt-devel' libmcryptW libmcppf libkadm5 libkadm53libjpeg-turbo-develD3libjpeg-turbo-devel'libjpeg-turboC'libjpeg-turboT libijse libidnd%libicu-devel libgsB libgsc1libgpg-error-devel libgomp libgomp libgomp$+libgcrypt-devel libgcc libgcc libgcc!libfontencb libevent'libedit-devel##libdb-devellibdatriea'libcurl-devel libcroco<-libcom_err-devel#libc-clientV libbsd+libargon2-devel1libargon20 libaio!libXxf86vm`%libXxf86misc_ libXt!libXrender^libXrandr]%libXpm-devel libXpm libXmu\#libXinerama[ libXiZ libXftYlibXfixesX libXext!libXdamageW!libXcursorV'libXcompositeU libXawT z d ~ 7 ' u<>O41 eeC g~g~710:9b4a42fe5f1c706c622068a2543693cca2bc3063716:7e72157a354446960b839de266e170cde01699bb8-y install dnf-plugins-core ee5 g~g~708:3ee1e6e1f7024146298d3cd4b610f7baa4e9382e710:9b4a42fe5f1c706c622068a2543693cca2bc30638-y install virt-what} ee- g~g~707:3c5b88389201f3c66be3413da5446d1bce2c865a708:3ee1e6e1f7024146298d3cd4b610f7baa4e9382e8install -y monit ee9 g~g~706:512f0401c239b39cebb4dcb68768ae15fd00d396707:3c5b88389201f3c66be3413da5446d1bce2c865a8install imh-cwp-dns -y eeW g~og~p701:06005a21f23401b106d3ecd5d80693dff6ec7e0d706:512f0401c239b39cebb4dcb68768ae15fd00d3968-y install goaccess --enablerepo=epell ee g~  =   <  ;  :  9   8   7  6  5   4   3   2   1   0   /  .  -  ,   +   *   )   (  '  &   %   $  #  "  !                                                            ~  }  |  {  z  y  x  w ~ v } u | t { s z r y q x p w o v n u m t l s k r j q i p h o g n f m e l  d k c j b i a h ` g _ f ^ e  ] d \ c [ b  Z a  Y `  X _ W ^ V ] U \ T [ S Z R Y Q X P W  O V  N U   T   S  M R  L Q  P  O  N K M J L   K  J  I  I H H G G F F E E D D C C B  B A A @ @ ? ? > > = = < < ; ; : : 9 9 8 8 7 7 6 6 5 5 4 4 3 3 2 2 1  1 0  0 /  / . . - - , , +  + *  * )  ) ( ( '  ' &  & % % $ $ # # " " ! !                                                                                       whYI:+ teVG7( { l \ L < ,  r c S C 4 %   q b S D 5 &   r c T E 6 '  s d U F 7 (  teVG8) vgXI:+ veTC2!wfUD3"xiYJ;, whYJ<-{m_QB2#g ( f  ' e  & d  & c  & b  & a  % ` % _ % ^ % ]  % \  % [ % Z % Y  % X  % W  % V  % U  % T  % S  % R  % Q  % P % O % N % M % L % K % J % I % H % G % F % E % D % C % B % A  % @ % ? % > % =  % < %; $: $9 $8 $7 $6 $5 $4 $3 $2 $1 $0 $/ $. $- $, $+ $* $) $( $' $& $% $$ $# $" $! $  $ $ $ $ $ $ $ $ $ $ $   #  "  "  "  "  "  "  "   "   !               ~  }  |  {  z  y  x  w ~ v } u | t { s z r y q x p w o v n u m t l s k r j q i p h o g n f m e l d k c j b i a h ` g _ f ^ e ] d \ c [ b Z a Y ` X _ W ^ V ] U \ T [ S Z R Y Q X P W O V N U M T L S K R J Q I P H O G N F M E L D K C J B I A H @ G ? F > E = D < C ; B : A 9 @  8 ? 7 > 6 = 5 < 4 ;  3 :  2 9  1 8  0 7  / 6  . 5  - 4  , 3  + 2  * 1  ) 0 ( /  ' .  & -  % ,  $ +  # *  " )  ! (   '  &   %   $   #  "  !                                                                                       ~  `[9~S# } T *  ] 3 } Q .  c 6 r K ~KNz\(mK'\=|Z8{U0 Z5$jjlibtiff4.0.933.el8_10x86_64!iilibthai0.1.272.el8x86_64"hhlibrsvg22.42.75.el8x86_64#gglibpaper1.1.2422.el8x86_64!fflibmcpp2.7.220.el8x86_64eelibijs0.355.el8x86_64ddlibidn1.345.el8x86_64!cclibgs9.2715.el8_10x86_64#b!blibfontenc1.1.38.el8x86_64"aalibdatrie0.2.97.el8x86_64#`!`libXxf86vm1.1.49.el8x86_64%_%_libXxf86misc1.0.41.el8x86_64$^!^libXrender0.9.107.el8x86_64"]]libXrandr1.5.21.el8x86_64\\libXmu1.1.31.el8x86_64$[#[libXinerama1.1.41.el8x86_64ZZlibXi1.7.101.el8x86_64YYlibXft2.3.31.el8x86_64"XXlibXfixes5.0.37.el8x86_64$W!WlibXdamage1.1.414.el8x86_64$V!VlibXcursor1.1.153.el8x86_64'U'UlibXcomposite0.4.414.el8x86_64!TTlibXaw1.0.1310.el8x86_64SSlcms22.92.el8x86_64$R%Rjbigkit-libs2.114.el8x86_64%Q'Qjbig2dec-libs0.161.el8x86_64(P#Pjasper-libs2.0.146.el8_10x86_64!OOilmbase2.2.013.el8x86_64*N1Nhicolor-icon-theme0.172.el8noarch!MMharfbuzz1.7.54.el8x86_64LLgtk22.24.325.el8x86_644K7Kgtk-update-icon-cache3.22.3012.el8_10x86_64#JJgraphviz2.40.145.el8x86_64$IIgraphite21.3.1010.el8x86_644H;Hgoogle-droid-sans-fonts2012071513.el8noarch1G3Ggdk-pixbuf2-modules2.36.126.el8_10x86_64FFgd2.2.57.el8x86_64 EEfribidi1.0.49.el8x86_64 DDcairo1.15.126.el8x86_64CCatk2.28.11.el8x86_64.B1Badobe-mappings-pdf201804071.el8noarch:AIAadobe-mappings-cmap-deprecated201712053.el8noarch/@3@adobe-mappings-cmap201712053.el8noarch&?%?OpenEXR-libs2.2.012.el8x86_64 >>LibRaw0.19.54.el8x86_64'=-=shared-mime-info1.94.el8x86_64&<*u^Gr(yu^D1fS>)zdO9!rl-M%perl-Memoize %perl-Memoize Cperl-Locale-Maketext-Simple Cperl-Locale-Maketext-Simple9perl-ExtUtils-Miniperl9perl-ExtUtils-Miniperl3perl-ExtUtils-Embed3perl-ExtUtils-Embed9perl-Devel-SelfStubber9perl-Devel-SelfStubber+perl-Devel-Peek+perl-Devel-Peek;perl-Attribute-Handlers;perl-Attribute-Handlers perl perlperl-Test nodejs-nginx-mod-stream)nginx-mod-mailAnginx-mod-http-xslt-filter3nginx-mod-http-perl Cnginx-mod-http-image-filter-nginx-filesystem/nginx-all-modules%+perl-Time-Piece+perl-Time-Pieceperl-Test+perl-SelfLoader+perl-SelfLoader'perl-Pod-Html'perl-Pod-Html'perl-Net-Ping'perl-Net-Ping1perl-Module-Loaded1perl-Module-Loaded3perl-Variable-Magic~-perl-Unix-Syslog'perl-Try-TinyG'perl-TimeDateF3perl-Text-Unidecodeg/perl-Text-Soundexf-perl-TermReadKeyE/perl-Sub-Identify}!Gperl-Sub-Exporter-Progressive|#perl-Specio{%perl-Socket6)perl-Role-Tinyz-perl-Ref-Util-XSy'perl-Ref-Utilx-perl-Razor-Agent"Iperl-Params-ValidationCompilerw)perl-PadWalkerv7perl-Package-Stash-XSu1perl-Package-Stasht+perl-NetAddr-IP+perl-Net-Server/perl-Net-SMTP-SSL[-perl-Net-LibIDN2'perl-Net-HTTPD%perl-Net-DNS'perl-Net-CIDR perl-NTLMC3perl-Module-RuntimeeAperl-Module-Implementations/perl-Math-Complex/perl-Math-Complex)perl-MailToolsZ1perl-Mail-Sendmail-perl-Mail-Senderd'perl-Mail-SPF)perl-Mail-DKIM$Kperl-Mail-AuthenticationResults+perl-MIME-tools+perl-MIME-Typesr)perl-MIME-Lite1perl-MIME-EncWords]/perl-MIME-Charset\/perl-Log-Log4perl!Eperl-Log-Dispatch-FileRotate/perl-Log-Dispatch;perl-LWP-Protocol-httpsB3perl-LWP-MediaTypesA perl-LDAPc perl-JSONb'perl-IPC-Run3+perl-IO-stringy%perl-IO-Zlib%perl-IO-Zlib)perl-IO-String5perl-IO-Socket-INET6/perl-IO-Multiplex%perl-IO-HTML@ perl-IO perl-IO3perl-HTTP-Negotiate?/perl-HTTP-Message>)perl-HTTP-Date=/perl-HTTP-Cookies<-perl-HTML-Tagset;-perl-HTML-Parser: perl-Git perl-Git~ perl-Git9#perl-GSSAPIa/perl-File-Listing81perl-File-LibMagic5perl-Exception-Classq/perl-Eval-Closurep!perl-Error7!perl-Errno!perl-Errno1perl-Encode-Locale61perl-Encode-Detect9perl-Email-Date-Format=perl-Dist-CheckConflictso-perl-Digest-SHA1-perl-Digest-HMAC57perl-Devel-StackTracen3perl-Devel-LexAliasm Eperl-Devel-GlobalDestructionl/perl-Devel-Callerk+perl-Date-Manip^)perl-Data-Dump4 perl-DBI+perl-DBD-SQLite)perl-DBD-MySQL?perl-Crypt-OpenSSL-Random9perl-Crypt-OpenSSL-RSA?perl-Crypt-OpenSSL-Bignum1perl-Convert-UUlib/perl-Convert-TNEF3perl-Convert-BinHex/perl-Convert-ASN1`5perl-Config-IniFilesCperl-Class-Method-ModifiersjCperl-Class-Data-Inheritablei3perl-Cache-FastMmapperl-CPAN}perl-CPANperl-CPAN+perl-BerkeleyDB;perl-B-Hooks-EndOfScopeh-perl-Authen-SASL_#perl-Amavis#pcre2-utf32#pcre2-utf16#pcre2-devel!pcre-utf32!pcre-utf16!pcre-devel pcre-cpppax patch pangonpam-develpam-devel7pampam'p7zip-plugins p7zip'openssl-devel)openldap-devel)openldap-devel openldap openldapopenjpeg2m)opendkim-tools opendkim opendbx+oniguruma-devel%oniguruma nscd nscd' nscd nscdnpm nomarch-nodejs-full-i18n `~xrlf`ZTNGA:4-' |uoic\VPJD>82,&  | v p i c \ V P J D > 8 2 , &      | u n g ` Y R J B : 2 * "    V N  z r j b~ Z R J B :v 2 * "  n  f ^ z r jV b Z R J BN : 2 * " F   > 6 z r j b Z. R J B : 2 * "&   ~vnzrjbfZRJB:2*"^ F>6z.rjbZR&JB:2*" xph`RJB:2*" zr0&, 9p3f2d1b%$#"!      ~}|{zyxwv~u}t|s{rzqypxownvmultksjriqhpgofnemdlckbjai`h_g^f]e\d[cZbYaX`W_V^U]T T\SS[RZQbQYPBPXOWNVMSLRKNJMIIHHGGFFEEDDCCBBAA@@??>>==<<;;::99887766554433221100//...--,,+++**))((''&&%%$^$$#V##"T""!P!! H F80.,(&QPO L     UJTK | 0P`pxph`XPH@80( ph`XPH@80( Hxph`XPH@80(  x p h ` X P H @ 8 0 (`    (     x p h ` X P` H @ 8 0 (    x p h ` X P H @ 8 0 (     p x p h ` X P H @ 8 0 (  P @ 0  h x p h ` X P Hx @ 8 0 (  @  XPxphx`XhPXH@H8(0p @880(  x(8HXhxxhXPH@8( 0tZ:'(,[.l-j     tf`>XDY+*WUSRQONMLKJIGE/CA@?>=<;:976543210/.-,+*)~}|{zyxwv~u}t|s{rzqypxownvmultksjriqhpgofnemdlckbjai`h_g^f]e\d[cZbYaX`W_V^U]T\S[RZQYPXOWNVMULTKSJRIQHPGOFNEMDLCKBJAI@H?G>F=E<D;C:B9A8@7?6>5=4<3;2:1908/7.6-5,4+3*2)1(0'/&.%-$,#+"*!) ('&%$#"!      Dihgedca@_]\r078zyxLwvusrqponmlkj{|}j~c  c~xrlf`ZTNHB<60*$ |vpjd^XRLF@:4.("  z t n h b \ V P J D > 8 2 , &      | u n g ` Y R K D = 6 / ( !    y r k d ] V O H A : 3 , %     } v o h a Z S L E > 7 0 ) "    z s l e ^ W P I B ; 4 - &    ~wpib[TMF?81*#{tmf_XQJC<5.'  xqjc\UNG@92+$|ung`YRKD=6/(! yrkd]VOHA:3,%  c b a ` _ ^ ] \ [ Z Y X W V U T S R Q P O N M L K J I H G F E D C B A@?>=<;:9876543210/.-,+*)('&%$#"!      ~}|{zyxwvutsrqponmlkjihgf e d c b a ` _ ^ ] \ [ Z Y X W V U T SRQPONMLKJIHGFEDCBA@?>=<;:9876543210/.-,+*)('&%$#"!       T{tmf_XQJC<5.'  xqjc\UNG@92+$ | u n g ` Y R K D = 6 / ( !    ~ w p i b [ T M F ? 8 1 * #     {tmf_XQJC<5.'  xqjc\UNG@92+$|ung`YRKD=6/(! yrkd]VOHA:3,% }vohaZSLE>70)"  y r k d ] V O H A : 3 , %     } v o h a Z S L E > 7 0 ) "    z s l e ^ W P I B ; 4 - &     887766554444444444444444333222222100//..--,,,,,,,,,,,,,,,,,~,},|,{,z,y,x,w,v,u,t,s,r,q,p,o,n,m,l,k,j,i,h,g,f,e,d,c,b,a,`,_,^,],\,[,Z,Y,X,W,V,U,T,S,R,Q,P,O,N,M,L,K,J,I,H,G,F,E,D,C,B,A,@,?,>,=,<,;,:,9,8,7,6,5,4,3,2,1,0,/+.+-+,++***))()')&)%)$)#)")!) ))))))))))))))))))) ) ) ) ) )((((((((((((((((((((((((((((((((('&&&&%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$#""""""""!              ~ } | { z y x w v u t s r q p o n m l k j i h g f e xgVE4#yhWF5$ u f W H 9 *  w h Z L = .   y j Z J : +  } m ^ M < +  } m ] M > .  ~n_O?/o_N=- }m]M=, {jYH7'{k[J9) wgWF5%udUE6& J : I :H :G : F : E : D : C  :  B : A 9@ 9  ? 9  > 8  = 8 < 8 ; 8 : 8 9 8 8 8 7 8 6 7 5 74 63 6 2 5 1 5 0 4 / 4. 4- 4 , 4 + 4 * 4 ) 4 ( 4 ' 4 & 4 % 4$ 4# 4 " 4 ! 4  3   3   3  2   2  2   2  2   2   1  0  0 / / . .  -  -  ,  ,  ,  ,  ,  ,  ,.  ,  ,+ ,  ,  ,  ,  ,  ,  , ~ , } , | , { , z , y , x , w , v , u ,t ,s , r , q , p , o , n , m , l , k , j , i , h , g , f , e , d , c , b ,Q a , ` , _ , ^ ,$ ] , \ , [ , Z , Y ,X ,W , V ,# U , T ," S , R , Q , P ,! O , N , M , L , K , J , I , H ,  G , F ,E ,D ,C , B ,P A , @ , ? , > , = , < , ; , : , 9 , 8 , 7 , 6 , 5 , 4  , 3  , 2  , 1 , 0 , /  , . + -  + , + + + * * ) * (  ) ' ) & ) % ) $  ) #  ) " ) ! )   )   )   )   )   )   )   )   )   )  )  )  )  )  )  )  )  )  )  )   )  )  )  )   )  ) ( ( ( ( ( ( ( ( (~ (} (| ({ (z (y (x (w (v (u (t (s (r (q (p (o (n (m (l (k (j (i (h ( 5u2k D < x p )  % #YECSLB|Fuq5 a+/opt/backups/cwp_user/en_backup_mgr.ini -> /usr/local/cwpsrv/var/services/users/cwp_lang/en/backup_mgr.ini4 +/opt/backups/cwp_user/backup_mgr.js.twig -> /usr/local/cwpsrv/var/services/users/cwp_theme/original/js/modules/backup_mgr.js.twig3 }+/opt/backups/cwp_user/mod_backup_mgr.html -> /usr/local/cwpsrv/var/services/users/cwp_theme/original/mod_backup_mgr.htmlo2 ]+/opt/backups/cwp_user/backup_mgr.php -> /usr/local/cwpsrv/var/services/user_files/modules/backup_mgr.php\1 7+/usr/local/cwpsrv/var/services/users/cwp_lang/en/backups.ini: set BDTAB1 to "Backups"q0 a+/usr/local/cwpsrv/var/services/users/cwp_lang/en/dashboard.ini: set MOD_BACKUP_MGR to "IMH Backup Manager"i/ Q+/usr/local/cwpsrv/htdocs/resources/admin/include/3rdparty.php: CWP admin sidebar include installed0. a+Hunk #2 succeeded at 372 (offset 7 lines).:- u+Hunk #1 succeeded at 78 with fuzz 2 (offset 1 line).[, 5+patching file /usr/local/cwpsrv/var/services/users/cwp_theme/original/menu_left.htmlT+ '+patching file /usr/local/cwpsrv/htdocs/resources/conf/user_panel/menuConf.phpn* [+chattr: No such file or directory while trying to stat /usr/local/cwpsrv/htdocs/admin/design/backup_mgr) +OKZ( 3+Initializing main server bucket... running /usr/bin/systemctl restart backup-runner' /+Registering... OK8& q+Redirecting to /bin/systemctl reload crond.serviceV% ++/etc/cron.d/backup_manager_cwp symlinked to /opt/backups/etc/backup_manager_cwp`$ ?+/var/tmp/rpm-tmp.NtgzFn: line 1: /usr/local/cpanel/bin/dbindex: No such file or directory7# o+warning: group nagios does not exist - using rootS" %+add failed: 198.46.92.119 is in already in the allow file /etc/csf/csf.allowU! )+add failed: 173.231.241.144 is in already in the allow file /etc/csf/csf.allowS  %+add failed: 172.81.116.91 is in already in the allow file /etc/csf/csf.allowT '+add failed: 209.182.202.92 is in already in the allow file /etc/csf/csf.allow %+CWP detectedr c)failed to link /usr/bin/spfquery -> /etc/alternatives/spf: /usr/bin/spfquery exists and it is not a symlinkT '(warning: /etc/amavisd/amavisd.conf saved as /etc/amavisd/amavisd.conf.rpmsaver c%failed to link /usr/bin/spfquery -> /etc/alternatives/spf: /usr/bin/spfquery exists and it is not a symlink   Created symlink /etc/systemd/system/multi-user.target.wants/cwpsrv-phpfpm.service → /usr/lib/systemd/system/cwpsrv-phpfpm.service. Created symlink /etc/systemd/system/multi-user.target.wants/cwp-phpfpm.service → /usr/lib/systemd/system/cwp-phpfpm.service.c E cat: /usr/local/cwpsrv/htdocs/resources/admin/include/version.php: No such file or directory} y Created symlink /etc/systemd/system/multi-user.target.wants/cwpsrv.service → /usr/lib/systemd/system/cwpsrv.service. )/var/tmp/rpm-tmp.OgK87C: line 73: 27843 Segmentation fault (core dumped) /usr/sbin/semodule -i /usr/share/mysql/policy/selinux/mariadb.ppE Error obtaining file context handle: No such file or directory ' Ohttps://mariadb.org/get-involved/> }Consider joining MariaDB's strong and vibrant community: Q !The latest information about MariaDB is available at https://mariadb.org/. < yPlease report any problems at https://mariadb.org/jira  =  {See the MariaDB Knowledgebase at https://mariadb.com/kb  M  able to connect as any of these users with a password and without sudoI  After connecting you can set the password, if you would need to be8 qyou need to be the system 'mysql' user to connect.D The second is mysql@localhost, it has no password either, butE be system 'root' user to connect. Use, for example, sudo mysqlA One is root@localhost, it has no password, but you need to. ]Two all-privilege accounts were created.  I 2025-03-06 2:47:37 0 [Warning] failed to retrieve the MAC address *Z T o H $ ? pdxzB.,<[tq_ a//opt/backups/cwp_user/en_backup_mgr.ini -> /usr/local/cwpsrv/var/services/users/cwp_lang/en/backup_mgr.ini^ //opt/backups/cwp_user/backup_mgr.js.twig -> /usr/local/cwpsrv/var/services/users/cwp_theme/original/js/modules/backup_mgr.js.twig] }//opt/backups/cwp_user/mod_backup_mgr.html -> /usr/local/cwpsrv/var/services/users/cwp_theme/original/mod_backup_mgr.htmlo\ ]//opt/backups/cwp_user/backup_mgr.php -> /usr/local/cwpsrv/var/services/user_files/modules/backup_mgr.phpg[ M//usr/local/cwpsrv/var/services/users/cwp_lang/en/backups.ini already has BDTAB1 set to "Backups"|Z w//usr/local/cwpsrv/var/services/users/cwp_lang/en/dashboard.ini already has MOD_BACKUP_MGR set to "IMH Backup Manager"pY _//usr/local/cwpsrv/htdocs/resources/admin/include/3rdparty.php: CWP admin sidebar include is already setup8X q/Redirecting to /bin/systemctl reload crond.service3W g//etc/cron.d/backup_manager_cwp already exists`V ?//var/tmp/rpm-tmp.5WjAb6: line 1: /usr/local/cpanel/bin/dbindex: No such file or directory7U o/warning: group nagios does not exist - using rootST %/add failed: 198.46.92.119 is in already in the allow file /etc/csf/csf.allowUS )/add failed: 173.231.241.144 is in already in the allow file /etc/csf/csf.allowSR %/add failed: 172.81.116.91 is in already in the allow file /etc/csf/csf.allowTQ '/add failed: 209.182.202.92 is in already in the allow file /etc/csf/csf.allowP %/CWP detected6O m.running /usr/bin/systemctl restart backup-runner]N 9./usr/local/cwpsrv/var/services/users/cwp_theme/original/menu_left.html already patchedM 7./opt/backups/whm_plugin/backups/static/file_browse_imgs/* -> /usr/local/cwpsrv/var/services/users/cwp_theme/original/img/backup_mgr/file_browse_imgs/wL m./opt/backups/cwp_user/twig/*.html -> /usr/local/cwpsrv/var/services/users/cwp_theme/original/modules/backup_mgr/qK a./opt/backups/cwp_user/en_backup_mgr.ini -> /usr/local/cwpsrv/var/services/users/cwp_lang/en/backup_mgr.iniJ ./opt/backups/cwp_user/backup_mgr.js.twig -> /usr/local/cwpsrv/var/services/users/cwp_theme/original/js/modules/backup_mgr.js.twigI }./opt/backups/cwp_user/mod_backup_mgr.html -> /usr/local/cwpsrv/var/services/users/cwp_theme/original/mod_backup_mgr.htmloH ]./opt/backups/cwp_user/backup_mgr.php -> /usr/local/cwpsrv/var/services/user_files/modules/backup_mgr.php\G 7./usr/local/cwpsrv/var/services/users/cwp_lang/en/backups.ini: set BDTAB1 to "Backups"qF a./usr/local/cwpsrv/var/services/users/cwp_lang/en/dashboard.ini: set MOD_BACKUP_MGR to "IMH Backup Manager"pE _./usr/local/cwpsrv/htdocs/resources/admin/include/3rdparty.php: CWP admin sidebar include is already setup"D E.no such table: configurationTC '.patching file /usr/local/cwpsrv/htdocs/resources/conf/user_panel/menuConf.php8B q.Redirecting to /bin/systemctl reload crond.service3A g./etc/cron.d/backup_manager_cwp already exists`@ ?./var/tmp/rpm-tmp.yYkLsC: line 1: /usr/local/cpanel/bin/dbindex: No such file or directory7? o.warning: group nagios does not exist - using rootS> %.add failed: 198.46.92.119 is in already in the allow file /etc/csf/csf.allowU= ).add failed: 173.231.241.144 is in already in the allow file /etc/csf/csf.allowS< %.add failed: 172.81.116.91 is in already in the allow file /etc/csf/csf.allowT; '.add failed: 209.182.202.92 is in already in the allow file /etc/csf/csf.allow: %.CWP detectedE9 ,Running as unit: run-r3a800761907f4c7ebcf12b5231040f0f.service 8 +Created symlink /etc/systemd/system/multi-user.target.wants/backup-runner.service → /usr/lib/systemd/system/backup-runner.service.7 7+/opt/backups/whm_plugin/backups/static/file_browse_imgs/* -> /usr/local/cwpsrv/var/services/users/cwp_theme/original/img/backup_mgr/file_browse_imgs/w6 m+/opt/backups/cwp_user/twig/*.html -> /usr/local/cwpsrv/var/services/users/cwp_theme/original/modules/backup_mgr/ Vb5 Y2 o L % f 0 { W 0 v E  e 6 H X*g%m)^,iDt2kE 49#perl-ExtUtils-Miniperl1.06422.el8.0.1noarch39!perl-ExtUtils-Miniperl1.06423.el8_10noarch$!perl-IO1.38423.el8_10x86_64%#perl-IO1.38422.el8.0.1x86_64D3Kperl-HTTP-Negotiate6.0119.module_el8.5.0+2812+ed912d05noarch?A/Iperl-HTTP-Message6.181.module_el8.5.0+2812+ed912d05noarch>?)Kperl-HTTP-Date6.0219.module_el8.5.0+2812+ed912d05noarch=A/Iperl-HTTP-Cookies6.042.module_el8.5.0+2812+ed912d05noarch)Iperl-Data-Dump1.237.module_el8.5.0+2812+ed912d05noarch49Iperl-DBI1.6414.module_el8.6.0+2823+173faa7ex86_64@+Iperl-DBD-SQLite1.582.module_el8.6.0+2828+b6a24742x86_64@)Iperl-DBD-MySQL4.0463.module_el8.6.0+2827+49d66dc3x86_641?perl-Crypt-OpenSSL-Random0.153.el8x86_64.9perl-Crypt-OpenSSL-RSA0.311.el8x86_641?perl-Crypt-OpenSSL-Bignum0.095.el8x86_64*1perl-Convert-UUlib1.81.el8x86_64*/perl-Convert-TNEF0.1817.el8noarch-3perl-Convert-BinHex1.12513.el8noarch)/perl-Convert-ASN10.2718.el8noarch`05perl-Config-IniFiles3.0000023.el8noarch2Cperl-Class-Method-Modifiers2.128.el8noarchj3Cperl-Class-Data-Inheritable0.0827.el8noarchi+3perl-Cache-FastMmap1.484.el8x86_64&!perl-CPAN2.18402.el8_10noarch}&!perl-CPAN2.18401.el8_10noarch#perl-CPAN2.18399.el8noarch'+perl-BerkeleyDB0.632.el8x86_64.;perl-B-Hooks-EndOfScope0.216.el8noarchh(-perl-Authen-SASL2.1613.el8noarch_4;!perl-Attribute-Handlers0.99423.el8_10noarch5;#perl-Attribute-Handlers0.99422.el8.0.1noarch%#perl-Amavis2.13.11.el8noarch$!perl5.26.3423.el8_10x86_64%#perl5.26.3422.el8.0.1x86_64&#pcre2-utf3210.323.el8_6x86_64&#pcre2-utf1610.323.el8_6x86_64&#pcre2-devel10.323.el8_6x86_64"!pcre-utf328.426.el8x86_64"!pcre-utf168.426.el8x86_64"!pcre-devel8.426.el8x86_64 pcre-cpp8.426.el8x86_64pax3.441.el8x86_64patch2.7.611.el8x86_64pango1.42.48.el8x86_64n&pam-devel1.3.137.el8_10x86_64&pam-devel1.3.136.el8_10x86_647 pam1.3.137.el8_10x86_64 pam1.3.136.el8_10x86_64''p7zip-plugins16.0231.el8x86_64p7zip16.0231.el8x86_64*' openssl-devel1.1.1k14.el8_6x86_64,)openldap-devel2.4.4621.el8_10x86_64,)openldap-devel2.4.4620.el8_10x86_64&openldap2.4.4621.el8_10x86_64&openldap2.4.4620.el8_10x86_64"openjpeg22.4.05.el8x86_64m ~xrlf`ZTNHB<60*$ |vpjd^XRLF@:4.("  z t n h b \ V P J D > 8 2 , &     x p h ` X P H @ 8 0 (    x p h ` X P H @ 8 0 (    x p h ` X P H @ 8 0 (    x p h ` X P H @ 8 0 (    xph`XPH@80( xph`XPH@80( xph`XPH@80( xph`XPH@80( xph`XPH@80( xp`~~}}||{{zzyyxxwwvvuuttssrrqqppoonnmmllkkjjiihhggffeeddccbbaa``__^^]]\\[[ZZYYXXWWVVUUTTSSRRQQPPOONNMMLLKKJJIIHHGGFFEEDDCCBBAA@@??>>==<<;;::99887766554433221100//..--,,++**))((''&&%%$$##""!!            ~~}}||{{zzyyxxwwvvuuttssrrqqppoonnmmllkkjjiihhggffeeddccbbaa``__^^]]\\[[ZZYYXXWWVVUUTTSSRRQQPPOONNMMLLKKJJIIHHGGFFEEDDCCBBAA@@??>>==<<;;::99887766554433221100//..--,,++**))((''&&%%$$##""!!       0@ (    x p h ` X P H @ 8 0 (    x p h ` X P H @ 8 0 (    xph`XPH@80( xph`XPH@80( xph`XPH@80( xph`XPH@80( xph`XPH@80( xph`XPH@xph`XPH@80( xph`XPH@80(  x p h ` X P H @ 8 0 (    x p h ` X P H @ 8 0 (    yyxxwwvvuut~~}}||{{zzyyxxwwvvuuttssrrqqppoonnmmllkkjjiihhggffeeddccbbaa``__^^]]\\[[ZZYYXXWWVVUUTTSSRRQQPPOONNMMLLKKJJIIHHGGFFEEDDCCBBAA@@??>>==<<;;::99887766554433221100//..--,,++**))((''&&%%$$##""!!             TvLrJ# q H  q J ! j E z O $ { Q ,rL)p6Q q4Uc-Y2 wF  psacct6.6.34.el8x86_64+ / imh-backup-client3.6.11.el8x86_64' ' imh-python3133.13.33.el8x86_64. 5 imh-python39-modules3.9.791.el8x86_64.5imh-python39-modules3.9.792.el8x86_647Gimh-python39-internal-modules3.9.222.el8x86_64%%imh-python393.9.75.el8x86_64%%imh-python393.9.76.el8x86_64$#imh-python33.9.75.el8x86_64$#imh-python33.9.77.el8x86_64  imh-scan2.013.el8noarch imh-scan2.11.el8noarch+/imh-backup-client3.5.61.el8x86_647Gimh-python39-internal-modules3.9.879.el8x86_643~+-libstdc++-devel8.5.026.el8_10.alma.1x86_64+}-gcc-c++8.5.026.el8_10.alma.1x86_64-|-libstdc++8.5.026.el8_10.alma.1x86_64+{-libgomp8.5.026.el8_10.alma.1x86_64*z-libgcc8.5.026.el8_10.alma.1x86_646y1-gcc-plugin-annobin8.5.026.el8_10.alma.1x86_64'x-gcc8.5.026.el8_10.alma.1x86_64'w-cpp8.5.026.el8_10.alma.1x86_64Av ]npm6.14.111.10.24.0.1.module_el8.3.0+2047+b07ac28ex86_64Du- Inodejs-full-i18n10.24.01.module_el8.3.0+2047+b07ac28ex86_64:t Inodejs10.24.01.module_el8.3.0+2047+b07ac28ex86_64Ls?Ipython38-setuptools-wheel41.6.05.module_el8.6.0+2778+cd494b30noarchFr3Ipython38-setuptools41.6.05.module_el8.6.0+2778+cd494b30noarchEq1Ipython38-pip-wheel19.3.17.module_el8.9.0+3633+e453b53anoarch?p%Ipython38-pip19.3.17.module_el8.9.0+3633+e453b53anoarch@o'Ipython38-libs3.8.172.module_el8.9.0+3633+e453b53ax86_64;nIpython383.8.172.module_el8.9.0+3633+e453b53ax86_64msshpass1.094.el8x86_647lGimh-python39-internal-modules3.9.876.el8x86_64+k/imh-backup-client3.5.57.el8x86_64+j/imh-backup-client3.5.56.el8x86_647iGimh-python39-internal-modules3.9.875.el8x86_64 hcwprads1.333.el8noarch gcwprads1.336.el8noarch#fperl-CPAN2.18399.el8noarch&e!perl-CPAN2.18401.el8_10noarch*d'libxml2-devel2.9.719.el8_10x86_643c+-libstdc++-devel8.5.024.el8_10.alma.1x86_64+b-gcc-c++8.5.024.el8_10.alma.1x86_64"a#yum4.7.020.el8.almanoarch'`-yum4.7.021.el8_10.alma.1noarch$_!traceroute2.1.08.el8x86_64'^!traceroute2.1.09.el8_10x86_64)]%#systemd-udev23982.el8_10.3x86_64)\%#systemd-udev23982.el8_10.4x86_64([##systemd-pam23982.el8_10.3x86_64(Z##systemd-pam23982.el8_10.4x86_64)Y%#systemd-libs23982.el8_10.3x86_64)X%#systemd-libs23982.el8_10.4x86_64$W#systemd23982.el8_10.3x86_64$V#systemd23982.el8_10.4x86_64"Ursync3.1.320.el8_10x86_64"Trsync3.1.321.el8_10x86_64*S##python3-dnf4.7.020.el8.almanoarch/R#-python3-dnf4.7.021.el8_10.alma.1noarch,Q)openldap-devel2.4.4621.el8_10x86_64&Popenldap2.4.4620.el8_10x86_64&Oopenldap2.4.4621.el8_10x86_64$N'nscd2.28251.el8_10.13x86_64$M'nscd2.28251.el8_10.14x86_64&L#libxml22.9.718.el8_10.2x86_64$Klibxml22.9.719.el8_10x86_64-J-libstdc++8.5.023.el8_10.alma.1x86_64-I-libstdc++8.5.024.el8_10.alma.1x86_64&H#libsemanage2.910.el8_10x86_64&G#libsemanage2.911.el8_10x86_64*F-libselinux-utils2.99.el8_10x86_64+E-libselinux-utils2.910.el8_10x86_64+D-libselinux-devel2.910.el8_10x86_64$C!libselinux2.99.el8_10x86_64%B!libselinux2.910.el8_10x86_64&A'libnsl2.28251.el8_10.14x86_64&@libkadm51.18.231.el8_10x86_64+?-libgomp8.5.024.el8_10.alma.1x86_64*>-libgcc8.5.023.el8_10.alma.1x86_64*=-libgcc8.5.024.el8_10.alma.1x86_64'<krb5-libs1.18.230.el8_10x86_64';krb5-libs1.18.231.el8_10x86_64(:!krb5-devel1.18.231.el8_10x86_6429)+kernel-headers4.18.0553.45.1.el8_10x86_64 TuU I 3 !  v|\b?BHNT{J ee) hc}hc~919:edf951cccd7f42433dfb0d7d89739228f4f8166d919:13bc05f7ee9c731e90e51d333a137ae4e27bb62d8-y update -d 1{I ee) h^\h^\919:1ea7ba1ea0c6ab60d6d5ca17f0dad93c7e5df097919:edf951cccd7f42433dfb0d7d89739228f4f8166d8-y update -d 1{H ee) h] h] 919:15921ea421c09ae76291d08ed2a84282b44d32e1919:1ea7ba1ea0c6ab60d6d5ca17f0dad93c7e5df0978-y update -d 1{G ee) h[mh[n919:dfbf6531d6b4af996517e0424822bf7640c9f123919:15921ea421c09ae76291d08ed2a84282b44d32e18-y update -d 1{F ee) hU!hU!919:f55b5c565ea94992fef38a8c4375d29204d85313919:dfbf6531d6b4af996517e0424822bf7640c9f1238-y update -d 1{E ee) hS{hS|919:2e4d11d5ca8a26f364ded1ed7d9519a8563f3d5c919:f55b5c565ea94992fef38a8c4375d29204d853138-y update -d 1~D ee/ hQQhQQ919:96cfd2a4ca6d701c919cc25f648a24ccf902b158919:2e4d11d5ca8a26f364ded1ed7d9519a8563f3d5c8-y update cwprads{C ee) hQ-nhQ-o919:6c12de791c204e2b30329bb82945d35b10f3e3df919:96cfd2a4ca6d701c919cc25f648a24ccf902b1588-y update -d 1B ee] hKyhK886:c4be8f62afe522aa5f8a2ce76a9960265693ca75919:6c12de791c204e2b30329bb82945d35b10f3e3df8--enablerepo=epel -y install amavisd-newA eeC hKehKr919:6c12de791c204e2b30329bb82945d35b10f3e3df886:c4be8f62afe522aa5f8a2ce76a9960265693ca758-y remove p7zip amavisd-new{@ ee) hKhK919:f00ca1d92b73bd5a9a7731865e93a8ed5c1653e2919:6c12de791c204e2b30329bb82945d35b10f3e3df8-y update -d 1{? ee) hJhJ919:07ddb49d00fa4be8b064d16067ebe5db24a40c15919:f00ca1d92b73bd5a9a7731865e93a8ed5c1653e28-y update -d 1 > eeM hHhH919:91e9fd14b0d5112917721e6068bbccce5936eaad919:07ddb49d00fa4be8b064d16067ebe5db24a40c158update -y -d 1 imh-backup-client = eeM hHhH919:e26e734a9fc509ff863f7ce5e0cc90ca52c07cd2919:91e9fd14b0d5112917721e6068bbccce5936eaad8update -y -d 1 imh-backup-client{< ee) h@ h@ 919:5fa803d29bbc414d345cc048ba2057762f4edf35919:e26e734a9fc509ff863f7ce5e0cc90ca52c07cd28-y update -d 1{; ee) h>qh>r919:a9ff00a4de7338ab4813a9d707f02434f568c81a919:5fa803d29bbc414d345cc048ba2057762f4edf358-y update -d 1{: ee) h8 h8!-916:495feb8e2a04b891dc836cc010f0e15512c288e0919:a9ff00a4de7338ab4813a9d707f02434f568c81a8-y update -d 1 9 eeM h,ֶh,915:b1dfbbcc73422fe38b9325187182bc0983f4df1c916:495feb8e2a04b891dc836cc010f0e15512c288e08update -y -d 1 imh-backup-client8 eeC h,lh,֬915:98625ea8ffb9b3248581218beb34df2dee1f5708915:b1dfbbcc73422fe38b9325187182bc0983f4df1c8update -y -d 1 imh-python3*7 ee3 h"h"915:2e83a5f23a15a2ebe208f40ed779b7d27788ec97915:98625ea8ffb9b3248581218beb34df2dee1f57088-y install imh-scan 6 eeM h h915:506bcd40b76b1f96c43256432d042b6ab2a0cbf9915:2e83a5f23a15a2ebe208f40ed779b7d27788ec978update -y -d 1 imh-backup-client5 eeC hh915:8c271ac1f34b37aa737b233685cbe774c759d7e7915:506bcd40b76b1f96c43256432d042b6ab2a0cbf98update -y -d 1 imh-python3*4 ee; h3h=915:ea6225d256a8bbd0e8c99fdc3c7197f22ea0cf7b915:8c271ac1f34b37aa737b233685cbe774c759d7e78-y install gcc-c++ make3 eeS h h%912:e3b25342e5480b5ec22df05797de809562f2863d915:ea6225d256a8bbd0e8c99fdc3c7197f22ea0cf7b8-y install nodejs --enablerepo=epel2 ee3 hh906:3acbe10298d84c1b690bcb81821ecb37867ca3d7912:e3b25342e5480b5ec22df05797de809562f2863d8install python38 -y1 ee1 gzg{905:bd6e5dcabcf80d9a5a52488c04525469741bc4ce906:3acbe10298d84c1b690bcb81821ecb37867ca3d78install sshpass -y0 eeC gg905:50e9c8d78b9519e0663c18c42c5e1fdd5d2e8db7905:bd6e5dcabcf80d9a5a52488c04525469741bc4ce8update -y -d 1 imh-python3* / eeM g嚶g嚻905:25ba6059a190d1ec2e9f73d0ff7a0ba9a468104b905:50e9c8d78b9519e0663c18c42c5e1fdd5d2e8db78update -y -d 1 imh-backup-client . eeM gi/gi4905:07a4f15789c0667e2d384a7f0e1ad988a86d77ba905:25ba6059a190d1ec2e9f73d0ff7a0ba9a468104b8update -y -d 1 imh-backup-client- eeC gi+gi,905:c639796b4bda39d69a1f16c356f21854dce59e8b905:07a4f15789c0667e2d384a7f0e1ad988a86d77ba8update -y -d 1 imh-python3* +t1 : U + Z j  B Ke:St  9/opt/backups/cwp_user/backup_mgr.js.twig -> /usr/local/cwpsrv/var/services/users/cwp_theme/original/js/modules/backup_mgr.js.twig  }9/opt/backups/cwp_user/mod_backup_mgr.html -> /usr/local/cwpsrv/var/services/users/cwp_theme/original/mod_backup_mgr.htmlo ]9/opt/backups/cwp_user/backup_mgr.php -> /usr/local/cwpsrv/var/services/user_files/modules/backup_mgr.php\ 79/usr/local/cwpsrv/var/services/users/cwp_lang/en/backups.ini: set BDTAB1 to "Backups"q a9/usr/local/cwpsrv/var/services/users/cwp_lang/en/dashboard.ini: set MOD_BACKUP_MGR to "IMH Backup Manager"p _9/usr/local/cwpsrv/htdocs/resources/admin/include/3rdparty.php: CWP admin sidebar include is already setupT '9patching file /usr/local/cwpsrv/htdocs/resources/conf/user_panel/menuConf.php8 q9Redirecting to /bin/systemctl reload crond.service3 g9/etc/cron.d/backup_manager_cwp already exists` ?9/var/tmp/rpm-tmp.xuBl1O: line 9: /usr/local/cpanel/bin/dbindex: No such file or directory7 o9warning: group nagios does not exist - using rootS %9add failed: 198.46.92.119 is in already in the allow file /etc/csf/csf.allowU~ )9add failed: 173.231.241.144 is in already in the allow file /etc/csf/csf.allowS} %9add failed: 172.81.116.91 is in already in the allow file /etc/csf/csf.allowT| '9add failed: 209.182.202.92 is in already in the allow file /etc/csf/csf.allow{ %9CWP detected6z m6running /usr/bin/systemctl restart backup-runner]y 96/usr/local/cwpsrv/var/services/users/cwp_theme/original/menu_left.html already patchedVx +6/usr/local/cwpsrv/htdocs/resources/conf/user_panel/menuConf.php already patchedw 76/opt/backups/whm_plugin/backups/static/file_browse_imgs/* -> /usr/local/cwpsrv/var/services/users/cwp_theme/original/img/backup_mgr/file_browse_imgs/wv m6/opt/backups/cwp_user/twig/*.html -> /usr/local/cwpsrv/var/services/users/cwp_theme/original/modules/backup_mgr/qu a6/opt/backups/cwp_user/en_backup_mgr.ini -> /usr/local/cwpsrv/var/services/users/cwp_lang/en/backup_mgr.init 6/opt/backups/cwp_user/backup_mgr.js.twig -> /usr/local/cwpsrv/var/services/users/cwp_theme/original/js/modules/backup_mgr.js.twigs }6/opt/backups/cwp_user/mod_backup_mgr.html -> /usr/local/cwpsrv/var/services/users/cwp_theme/original/mod_backup_mgr.htmlor ]6/opt/backups/cwp_user/backup_mgr.php -> /usr/local/cwpsrv/var/services/user_files/modules/backup_mgr.phpgq M6/usr/local/cwpsrv/var/services/users/cwp_lang/en/backups.ini already has BDTAB1 set to "Backups"|p w6/usr/local/cwpsrv/var/services/users/cwp_lang/en/dashboard.ini already has MOD_BACKUP_MGR set to "IMH Backup Manager"po _6/usr/local/cwpsrv/htdocs/resources/admin/include/3rdparty.php: CWP admin sidebar include is already setup8n q6Redirecting to /bin/systemctl reload crond.service3m g6/etc/cron.d/backup_manager_cwp already exists`l ?6/var/tmp/rpm-tmp.nyqAUx: line 9: /usr/local/cpanel/bin/dbindex: No such file or directory(k Q6byte-compiling /opt/backups/venv/*7j o6warning: group nagios does not exist - using rootSi %6add failed: 198.46.92.119 is in already in the allow file /etc/csf/csf.allowUh )6add failed: 173.231.241.144 is in already in the allow file /etc/csf/csf.allowSg %6add failed: 172.81.116.91 is in already in the allow file /etc/csf/csf.allowTf '6add failed: 209.182.202.92 is in already in the allow file /etc/csf/csf.allowe %6CWP detected6d m/running /usr/bin/systemctl restart backup-runner]c 9//usr/local/cwpsrv/var/services/users/cwp_theme/original/menu_left.html already patchedVb +//usr/local/cwpsrv/htdocs/resources/conf/user_panel/menuConf.php already patcheda 7//opt/backups/whm_plugin/backups/static/file_browse_imgs/* -> /usr/local/cwpsrv/var/services/users/cwp_theme/original/img/backup_mgr/file_browse_imgs/w` m//opt/backups/cwp_user/twig/*.html -> /usr/local/cwpsrv/var/services/users/cwp_theme/original/modules/backup_mgr/ JQiAvU U + s J # g >  c 9  y > `5 b=[2e,c8 `7 j9vJ*!!perl-devel5.26.3423.el8_10x86_64+!#perl-devel5.26.3422.el8.0.1x86_64/)#perl-libnetcfg5.26.3422.el8.0.1noarch*#perl-libs5.26.3422.el8.0.1x86_640-!perl-interpreter5.26.3423.el8_10x86_641-#perl-interpreter5.26.3422.el8.0.1x86_64*/perl-common-sense3.7.48.el8x86_64D3Kperl-WWW-RobotRules6.0218.module_el8.5.0+2812+ed912d05noarchH*3perl-Variable-Magic0.623.el8x86_64~(-perl-Unix-Syslog1.129.el8x86_64='Iperl-Try-Tiny0.307.module_el8.5.0+2812+ed912d05noarchG>' Kperl-TimeDate2.3015.module_el8.5.0+2812+ed912d05noarchF,+!perl-Time-Piece1.31423.el8_10x86_64-+#perl-Time-Piece1.31422.el8.0.1x86_64*3perl-Text-Unidecode1.305.el8noarchg(/perl-Text-Soundex3.058.el8x86_64f&!perl-Test1.30423.el8_10noarch'#perl-Test1.30422.el8.0.1noarch'-perl-TermReadKey2.377.el8x86_64E(/perl-Sub-Identify0.146.el8x86_64}8Gperl-Sub-Exporter-Progressive0.0010135.el8noarch|"#perl-Specio0.422.el8noarch{$%perl-Socket60.286.el8x86_64,+!perl-SelfLoader1.23423.el8_10noarch-+#perl-SelfLoader1.23422.el8.0.1noarch))perl-Role-Tiny2.0000062.el8noarchz(-perl-Ref-Util-XS0.1172.el8x86_64y%'perl-Ref-Util0.2034.el8noarchx(-perl-Razor-Agent2.861.el8x86_64-'!perl-Pod-Html1.22.02423.el8_10noarch.'#perl-Pod-Html1.22.02422.el8.0.1noarch5Iperl-Params-ValidationCompiler0.271.el8noarchw$)perl-PadWalker2.32.el8x86_64v-7perl-Package-Stash-XS0.2817.el8x86_64u)1perl-Package-Stash0.379.el8noarcht(+perl-NetAddr-IP4.0797.el8x86_64(+perl-Net-Server2.0093.el8noarch(/perl-Net-SMTP-SSL1.045.el8noarch[*'!perl-Net-Ping2.55423.el8_10noarch+'#perl-Net-Ping2.55422.el8.0.1noarch(-perl-Net-LibIDN21.017.el8x86_64='Iperl-Net-HTTP6.172.module_el8.5.0+2812+ed912d05noarchD$%perl-Net-DNS1.151.el8noarch%'perl-Net-CIDR0.201.el8noarch:Kperl-NTLM1.0917.module_el8.5.0+2812+ed912d05noarchC+3perl-Module-Runtime0.0162.el8noarche/1 !perl-Module-Loaded0.08423.el8_10noarch01 #perl-Module-Loaded0.08422.el8.0.1noarch2Aperl-Module-Implementation0.0915.el8noarchs)%!perl-Memoize1.03423.el8_10noarch*%#perl-Memoize1.03422.el8.0.1noarch./!perl-Math-Complex1.59423.el8_10noarch//#perl-Math-Complex1.59422.el8.0.1noarch%)perl-MailTools2.202.el8noarchZ*1perl-Mail-Sendmail0.804.el8noarch(- perl-Mail-Sender0.9037.el8noarchd''perl-Mail-SPF2.9.015.el8noarch,)!perl-Mail-DKIM1.202009071.el8noarch=K!perl-Mail-AuthenticationResults2.202101121.el8noarch(+perl-MIME-tools5.5099.el8noarch&+perl-MIME-Types2.173.el8noarchr()perl-MIME-Lite3.03016.el8noarch,1perl-MIME-EncWords1.015.01.el8noarch]+/perl-MIME-Charset1.012.24.el8noarch\)/perl-Log-Log4perl1.501.el8noarch4Eperl-Log-Dispatch-FileRotate1.361.el8noarch)/perl-Log-Dispatch2.681.el8noarch8C !perl-Locale-Maketext-Simple0.21423.el8_10noarch9C #perl-Locale-Maketext-Simple0.21422.el8.0.1noarchG;Iperl-LWP-Protocol-https6.074.module_el8.5.0+2812+ed912d05noarchBD3Kperl-LWP-MediaTypes6.0215.module_el8.5.0+2812+ed912d05noarchA  perl-LDAP0.667.el8noarchc$perl-JSON2.97.0012.el8noarchb''perl-IPC-Run30.04812.el8noarch(+perl-IO-stringy2.1119.el8noarch)% !perl-IO-Zlib1.10423.el8_10noarch*% #perl-IO-Zlib1.10422.el8.0.1noarch')perl-IO-String1.0832.el8noarch-5perl-IO-Socket-INET62.7212.el8noarch)/perl-IO-Multiplex1.169.el8noarch.)!perl-libnetcfg5.26.3423.el8_10noarch .r I  q ) Q s F  C?l1|? >TFX38 g=Old patch detected in menuConf.php; removing.7 7=/opt/backups/whm_plugin/backups/static/file_browse_imgs/* -> /usr/local/cwpsrv/var/services/users/cwp_theme/original/img/backup_mgr/file_browse_imgs/w6 m=/opt/backups/cwp_user/twig/*.html -> /usr/local/cwpsrv/var/services/users/cwp_theme/original/modules/backup_mgr/q5 a=/opt/backups/cwp_user/en_backup_mgr.ini -> /usr/local/cwpsrv/var/services/users/cwp_lang/en/backup_mgr.ini4 =/opt/backups/cwp_user/backup_mgr.js.twig -> /usr/local/cwpsrv/var/services/users/cwp_theme/original/js/modules/backup_mgr.js.twig3 }=/opt/backups/cwp_user/mod_backup_mgr.html -> /usr/local/cwpsrv/var/services/users/cwp_theme/original/mod_backup_mgr.htmlv2 k=/opt/backups/cwp_user/menu.html -> /usr/local/cwpsrv/var/services/users/cwp_theme/original/menu_backup_mgr.htmln1 [=/opt/backups/cwp_user/menuConf.php -> /usr/local/cwpsrv/htdocs/resources/conf/user_panel/backup_mgr.phpo0 ]=/opt/backups/cwp_user/backup_mgr.php -> /usr/local/cwpsrv/var/services/user_files/modules/backup_mgr.phpg/ M=/usr/local/cwpsrv/var/services/users/cwp_lang/en/backups.ini already has BDTAB1 set to "Backups"|. w=/usr/local/cwpsrv/var/services/users/cwp_lang/en/dashboard.ini already has MOD_BACKUP_MGR set to "IMH Backup Manager"p- _=/usr/local/cwpsrv/htdocs/resources/admin/include/3rdparty.php: CWP admin sidebar include is already setup0, a=Hunk #2 succeeded at 371 (offset 7 lines).:+ u=Hunk #1 succeeded at 78 with fuzz 2 (offset 1 line).[* 5=patching file /usr/local/cwpsrv/var/services/users/cwp_theme/original/menu_left.htmlT) '=patching file /usr/local/cwpsrv/htdocs/resources/conf/user_panel/menuConf.php8( q=Redirecting to /bin/systemctl reload crond.service3' g=/etc/cron.d/backup_manager_cwp already exists`& ?=/var/tmp/rpm-tmp.o90SBp: line 9: /usr/local/cpanel/bin/dbindex: No such file or directory7% o=warning: group nagios does not exist - using rootS$ %=add failed: 198.46.92.119 is in already in the allow file /etc/csf/csf.allowU# )=add failed: 173.231.241.144 is in already in the allow file /etc/csf/csf.allowS" %=add failed: 172.81.116.91 is in already in the allow file /etc/csf/csf.allowT! '=add failed: 209.182.202.92 is in already in the allow file /etc/csf/csf.allow  %=CWP detectedE ;Running as unit: run-r5a2c460812764f56a254307d747b0f99.service  :active= {:passwd: all authentication tokens updated successfully.* U:Changing password for user tier1adv." E:/usr/sbin/semodule: Failed!n [:Failed to resolve typeattributeset statement at /var/lib/selinux/targeted/tmp/modules/400/mariadb/cil:1E :Error obtaining file context handle: No such file or directoryE :Error obtaining file context handle: No such file or directoryE :Error obtaining file context handle: No such file or directoryE :Error obtaining file context handle: No such file or directoryE :Error obtaining file context handle: No such file or directoryE :Error obtaining file context handle: No such file or directoryE :Error obtaining file context handle: No such file or directoryE :Error obtaining file context handle: No such file or directoryE :Error obtaining file context handle: No such file or directoryE :Running as unit: run-rf10a935b0f2e4b9da5b00749a30d9ac0.service6 m9running /usr/bin/systemctl restart backup-runner] 99/usr/local/cwpsrv/var/services/users/cwp_theme/original/menu_left.html already patched  79/opt/backups/whm_plugin/backups/static/file_browse_imgs/* -> /usr/local/cwpsrv/var/services/users/cwp_theme/original/img/backup_mgr/file_browse_imgs/w  m9/opt/backups/cwp_user/twig/*.html -> /usr/local/cwpsrv/var/services/users/cwp_theme/original/modules/backup_mgr/q  a9/opt/backups/cwp_user/en_backup_mgr.ini -> /usr/local/cwpsrv/var/services/users/cwp_lang/en/backup_mgr.ini Zh=Z, y D  q K & [ 6 | P $ ^ 2 pFzX&sLa<]+vJ|Nk;&f#flibsemanage2.912.el8_10x86_64&eelibnetapi4.19.48.el8_10x86_64&ddlibkadm51.18.232.el8_10x86_64-c-clibcom_err-devel1.45.66.el8_10x86_64-b!)blibcom_err1.45.65.1.el8.alma.1x86_64'a!alibcom_err1.45.66.el8_10x86_64'``krb5-libs1.18.232.el8_10x86_64(_!_krb5-devel1.18.232.el8_10x86_641^))^e2fsprogs-libs1.45.65.1.el8.alma.1x86_64+])]e2fsprogs-libs1.45.66.el8_10x86_64,\)\e2fsprogs1.45.65.1.el8.alma.1x86_64&[[e2fsprogs1.45.66.el8_10x86_64!ZZcwprads1.4.01.el8noarch#YYgalera-426.4.221.el8x86_64)X)XMariaDB-shared10.6.221.el8x86_64)W)WMariaDB-server10.6.221.el8x86_64(V'VMariaDB-devel10.6.221.el8x86_64)U)UMariaDB-common10.6.221.el8x86_64)T)TMariaDB-client10.6.221.el8x86_64/S9 Stier1adv-cli-dedicated3.1392.el8noarch/R9 Rtier1adv-cli-dedicated3.1393.el8noarch#Q# Qsudoers-ded1.125.el8noarch#P# Psudoers-ded1.126.el8noarch"O#Oimh-cwp-ded1419.el8x86_64#N#Nimh-cwp-ded15.17.el8x86_64 MMcwprads1.347.el8noarch"L%Lepel-release821.el8noarch"K%Kepel-release822.el8noarch-J-JImageMagick-perl6.9.13.251.el8x86_64-I-IImageMagick-libs6.9.13.251.el8x86_64.H/HImageMagick-devel6.9.13.251.el8x86_64(G#GImageMagick6.9.13.251.el8x86_64,F'!Flibxslt-devel1.1.326.1.el8_10x86_64$EElibtiff4.0.934.el8_10x86_640D3Dlibjpeg-turbo-devel1.5.314.el8_10x86_64*C'Clibjpeg-turbo1.5.314.el8_10x86_64!BBlibgs9.2716.el8_10x86_64,A- Acompat-openssl101.0.2o4.el8_6x86_64/@- !@compat-openssl101.0.2o4.el8_10.1x86_64??tzdata2025a1.el8noarch>>tzdata2025b1.el8noarch)=%#=systemd-udev23982.el8_10.5x86_64(<##94/*%    y s m g a [ U O I C = 7 1 + %      } w q k e _ Y S M G A ; 5 / ) #     { u o i c ] W Q K E ? 9 3 - ' !      y s m g a [ U O I C = 7 1 + %      } w q k e _ Y S M G A ; 5 / ) #    {uoic]WQKE?93-'! ysmga[UOIC=71+% }wqke_YSMGA;5/)# {uoic]WQKE?93-'! ysmga[UOIC=71+     ~}|{zyxwvutsrqponmlkjihgfedcba`_^]\[ZYXWVUTSRQPONMLKJIHGFEDCBA@?>=<;:9876543210/.-,+*)('&%$#"!      ~}|{zyxwvutsrqponmlkjihgfedcba`_^]\[ZYXWVUTSRQPONMLKJIHGFEDCBA@?>=<;:9876543210/.-,+*)('&%$#"!      ~}|{zyxwvutsrqponmlkjihgfedcba`_^]\[ZYXWVUTSRQPONMLKJIHGFEDCBA@?>=<;:9876543210/.-,+*)('&%$#"!      ~}|{zyxwvutsrqponmlkjihgfedcba`_^]\[ZYXWVUTSRQPONMLKJIHGFEDCBA@?>=<;:9876543210/.-,+*)('&%$#"!       <|vpjd^XRLF@:4.(" ztnhb\VPJD>82,&  ~ x r l f ` Z T N H B < 6 0 * $     | v p j d ^ X R L F @ : 4 . ( "     z t n h b \ V P J D > 8 2 , &      ~ x r l f ` Z T N H B <~}|{zyxwvutsrqponmlkjihgfedcba`_^]\[ZYXWVUTSRQPONMLKJIHGFEDCBA@?>=<;:9876543210/.-,+*)('&%$#"!      ~}|{zyxwvutsrqponmlkjihgfedcba`_^]\[ZYXWVUTSRQPONMLKJIHGFEDCBA@?>=<;:9876543210/.-,+*)('&%$#"!  ~n^N>.~n^N>.  o _ O ? /    o _ O ? /   | l [ K : +  { k [ J : *  z j Z J : )  xhXH8(xhXH8(wgXH9)tcRB2"rbRB2"}l[J9(~m\K:)* A) A( A' A& A% A$ A# A" A! A  A A A A A A A A A A A A A A A A @ @  @  @  @  @  ?F  ?  ?'  ?  ?&  ?  ?  ?  ?  ?  ?  ? ~ ? } ? | ? { ? z ? y ? x ? w ? v ? u ?t >s >r = q = p <9 o <~ n < m <}l <.k <|j <-i <{ h <B g <z f <3 e <y d <2 c <x b <1a <w ` <v _ <u ^ <8 ] <t \ <6 [ <s Z <4 Y <r X <2 W <q V <0 U <p T <. S <o R <, Q <n P <* O <m N <( M <l L < K <k J <$ I <j H <i G <h F <  E <g D < C <f B < A <e @ < ? <d > < = <c < <b ; <a : < 9 <`8 <7 <_ 6 <^ 5 <] 4 <\ 3 <[ 2 ;M 1 ;Z 0 : / :Y . : - :X , :+ :W* :+) :V ( : ' :U & :% :T $ :S # :R " :Q ! :P  :O  :N  :  :M  :L   :K :   :J  :   :I :   :H :   :G : :F  :j  :E :  :D  :T  :C  :c  :B  :A  :@  :?  :>  :  :=  :  :<  :  :; ~ : } :: | :9 { :8 z :7 y :6 x :5 w :4 v :3 u :2 t :1 s :0 r :/ q :. p :- o :, n :+ m :* l :) k :( j : i :' h :S g :& f :% e :$ d :# c :" b :! a :  ` : _ : ^ : ] : \ : [ : Z : Y : X : W : V : U : T : S : R : Q : P : O : N : M :L :K : R|K!Y%jJ& ~ W , f D  ^ (   U  ; oL)zP&tEn?R"tJrG/1'#perl-open1.11422.el8.0.1noarch&!perl-open1.11423.el8_10noarch.+!python3-unbound1.16.25.9.el8_10x86_64*!#perl-utils5.26.3422.el8.0.1noarch)!!perl-utils5.26.3423.el8_10noarch0=perl-namespace-autoclean0.2810.el8noarch+#!perl-macros5.26.3423.el8_10x86_64,##perl-macros5.26.3422.el8.0.1x86_64@-Iperl-libwww-perl6.341.module_el8.5.0+2812+ed912d05noarchI39samba-ldb-ldap-modules4.19.46.el8_10x86_647)%samba-dcerpc4.19.49.el8_10x86_64)%samba-dcerpc4.19.48.el8_10x86_64r)%samba-dcerpc4.19.47.el8_10x86_644)%samba-dcerpc4.19.46.el8_10x86_645/1samba-common-tools4.19.49.el8_10x86_64/1samba-common-tools4.19.48.el8_10x86_64q/1samba-common-tools4.19.47.el8_10x86_642/1samba-common-tools4.19.46.el8_10x86_643./samba-common-libs4.19.49.el8_10x86_64./samba-common-libs4.19.48.el8_10x86_64p./samba-common-libs4.19.47.el8_10x86_640./samba-common-libs4.19.46.el8_10x86_641)%samba-common4.19.49.el8_10noarch)%samba-common4.19.48.el8_10noarcho)%samba-common4.19.47.el8_10noarch.)%samba-common4.19.46.el8_10noarch/./samba-client-libs4.19.49.el8_10x86_64./samba-client-libs4.19.48.el8_10x86_64n./samba-client-libs4.19.47.el8_10x86_64,./samba-client-libs4.19.46.el8_10x86_64-)%samba-client4.19.49.el8_10x86_64)%samba-client4.19.48.el8_10x86_64m)%samba-client4.19.47.el8_10x86_64*)%samba-client4.19.46.el8_10x86_64+"samba4.19.49.el8_10x86_64"samba4.19.48.el8_10x86_64l"samba4.19.47.el8_10x86_64("samba4.19.46.el8_10x86_64)"rsync3.1.323.el8_10x86_64k"rsync3.1.321.el8_10x86_64"rsync3.1.320.el8_10x86_648Arpm-plugin-systemd-inhibit4.14.332.el8_10x86_64'rpm-devel4.14.332.el8_10x86_64$%recode-devel3.647.el8x86_64&recode3.647.el8x86_64&)readline-devel7.010.el8x86_64L?Ipython38-setuptools-wheel41.6.05.module_el8.6.0+2778+cd494b30noarchF3Ipython38-setuptools41.6.05.module_el8.6.0+2778+cd494b30noarchE1Ipython38-pip-wheel19.3.17.module_el8.9.0+3633+e453b53anoarch?%Ipython38-pip19.3.17.module_el8.9.0+3633+e453b53anoarch@'Ipython38-libs3.8.172.module_el8.9.0+3633+e453b53ax86_64;Ipython383.8.172.module_el8.9.0+3633+e453b53ax86_64.+!python3-unbound1.16.25.8.el8_10x86_64&+python3-systemd2348.el8x86_645=python3-setuptools-wheel39.2.09.el8_10noarch5=python3-setuptools-wheel39.2.08.el8_10noarch/1python3-setuptools39.2.09.el8_10noarch/1python3-setuptools39.2.08.el8_10noarch''python3-pyspf2.0.148.el8noarch')python3-py3dns3.2.11.el8noarch!#python3-ply3.99.el8noarch0%-python3-libs3.6.870.el8_10.alma.1x86_640%-python3-libs3.6.869.el8_10.alma.1x86_643=python3-dnf-plugins-core4.0.2125.el8noarch/#-python3-dnf4.7.021.el8_10.alma.1noarch*##python3-dnf4.7.020.el8.almanoarch&%python3-dbus1.2.415.el8x86_64)- python3-dateutil2.6.16.el8noarch-%#python3-bind 9.11.3616.el8_10.4noarch(+python3-authres1.2.06.el8noarch&'pypolicyd-spf2.9.35.el8noarch#pure-ftpd1.0.494.el8x86_64psacct6.6.34.el8x86_64 ''postfix-mysql3.5.87.el8x86_64"!popt-devel1.181.el8x86_647Aplatform-python-setuptools39.2.09.el8_10noarch7Aplatform-python-setuptools39.2.08.el8_10noarch3+-platform-python3.6.870.el8_10.alma.1x86_643+-platform-python3.6.869.el8_10.alma.1x86_64 pixman0.38.44.el8x86_64o$perltidy201802201.el8noarch,5perl-namespace-clean0.277.el8noarch t^Ht9*eVF6~k_P=({gT<$!~oOD9.#ybsgOJ[=+8I -   w e Y G = 0 !  q ` O = +  w e Z < !  j H -  m T / %unbound-libs+python3-unbound!perl-utils!perl-utilsperl-openperl-open)perl-libnetcfg)perl-libnetcfg!perl-devel!perl-devel5perl-namespace-clean=perl-namespace-autoclean#perl-macros#perl-macros-perl-libwww-perlIperl-libsperl-libs-perl-interpreter-perl-interpreter/perl-common-sense%python38-pip'python38-libs python38+python3-unbound+python3-systemd=python3-setuptools-wheel=python3-setuptools-wheel1python3-setuptools1python3-setuptools'python3-pyspf)python3-py3dns#python3-ply%python3-libs%python3-libs=python3-dnf-plugins-core#python3-dnf#python3-dnf%python3-dbus-python3-dateutil%python3-bind+python3-authres'pypolicyd-spfpure-ftpd psacct 'postfix-mysql!popt-develAplatform-python-setuptoolsAplatform-python-setuptools+platform-python+platform-python pixmano perltidy socat!samba-libs9samba-ldb-ldap-modules%samba-dcerpc1samba-common-tools/samba-common-libs%samba-common/samba-client-libs%samba-client samba sudo sudotartar unzipv unzipu!samba-libst9samba-ldb-ldap-moduless%samba-dcerpcr1samba-common-toolsq/samba-common-libsp%samba-commono/samba-client-libsn%samba-clientm sambal rsynck!zlib-develyumyum xz-devel7xorg-x11-server-utils~5xorg-x11-proto-devel $Kxorg-x11-fonts-ISO8859-1-100dpi}3xorg-x11-font-utils|-xkeyboard-configvirt-what)uw-imap-static8'uw-imap-devel*+util-linux-user utf8proc usermode7urw-base35-z003-fonts{)Uurw-base35-standard-symbols-ps-fontsz7urw-base35-p052-fontsy!Eurw-base35-nimbus-sans-fontsx"Gurw-base35-nimbus-roman-fontsw$Kurw-base35-nimbus-mono-ps-fontsv;urw-base35-gothic-fontsu;urw-base35-fonts-commont-urw-base35-fontss?urw-base35-d050000l-fontsr7urw-base35-c059-fontsq=urw-base35-bookman-fontsp unzoo%unbound-libs tzdata? tzdata>%trousers-lib trousers !traceroute!traceroute%tokyocabinet9tier1adv-cli-dedicatedS9tier1adv-cli-dedicatedR%systemd-udev=%systemd-udev%systemd-udev#systemd-pam<#systemd-pam#systemd-pam%systemd-libs;%systemd-libs%systemd-libs systemd: systemd systemd sysstat/#sudoers-dedQ#sudoers-dedP+subversion-libs!subversion sshpass sscg%sqlite-devel sqlite%spamassassin socat-shared-mime-info=+sendmail-milter#sendmail-cfK sendmailJ  screen!samba-libs9!samba-libs89samba-ldb-ldap-modules79samba-ldb-ldap-modules6%samba-dcerpc5%samba-dcerpc41samba-common-tools31samba-common-tools2/samba-common-libs1/samba-common-libs0%samba-common/%samba-common./samba-client-libs-/samba-client-libs,%samba-client+%samba-client* samba) samba( rsync rsyncArpm-plugin-systemd-inhibitrpm-devel%recode-devel& recode)readline-devel?python38-setuptools-wheel3python38-setuptools1python38-pip-wheel YY4U# t Q .  b 9  W ( a 8  o P #[7`:Pi;]8 ~L f@ qJ$7?Aplatform-python-setuptools39.2.09.el8_10noarch#>lz4-libs1.8.33.el8_4x86_64$=lz4-libs1.8.35.el8_10x86_642<)+kernel-headers4.18.0553.62.1.el8_10x86_64,;- emacs-filesystem26.115.el8_10noarch5:1#device-mapper-libs1.02.18115.el8_10.2x86_6409'#device-mapper1.02.18115.el8_10.2x86_64#8!audit-libs3.1.21.el8x86_64(7!!audit-libs3.1.21.el8_10.1x86_64,6'#libxml2-devel2.9.721.el8_10.1x86_64'5!samba-libs4.19.49.el8_10x86_64349samba-ldb-ldap-modules4.19.49.el8_10x86_64)3%samba-dcerpc4.19.49.el8_10x86_64/21samba-common-tools4.19.49.el8_10x86_64.1/samba-common-libs4.19.49.el8_10x86_64)0%samba-common4.19.49.el8_10noarch.//samba-client-libs4.19.49.el8_10x86_64).%samba-client4.19.49.el8_10x86_64"-samba4.19.49.el8_10x86_64&,#libxml22.9.721.el8_10.1x86_64(+#libwbclient4.19.49.el8_10x86_64)*%libsmbclient4.19.49.el8_10x86_64&)libnetapi4.19.49.el8_10x86_642()+kernel-headers4.18.0553.60.1.el8_10x86_64+'/imh-backup-client3.8.11.el8x86_64!&sudo1.9.5p21.el8_9x86_64$%!sudo1.9.5p21.el8_10.1x86_640$%-python3-libs3.6.869.el8_10.alma.1x86_640#%-python3-libs3.6.870.el8_10.alma.1x86_643"+-platform-python3.6.869.el8_10.alma.1x86_643!+-platform-python3.6.870.el8_10.alma.1x86_64& pam-devel1.3.137.el8_10x86_64 pam1.3.136.el8_10x86_64 pam1.3.137.el8_10x86_64!cwprads1.5.05.el8noarchclamd1.0.91.el8x86_64#!clamav-lib1.0.91.el8x86_64)-clamav-freshclam1.0.91.el8x86_64*/clamav-filesystem1.0.91.el8noarch$#clamav-data1.0.91.el8noarchclamav1.0.91.el8x86_642)+kernel-headers4.18.0553.58.1.el8_10x86_64!cwprads1.5.03.el8noarch+/imh-backup-client3.7.11.el8x86_64)%libvpx-devel1.7.012.el8_10x86_64#libvpx1.7.012.el8_10x86_64!cwprads1.5.02.el8noarch!cwprads1.4.02.el8noarch*'libxml2-devel2.9.720.el8_10x86_64tar1.309.el8x86_64 tar1.3010.el8_10x86_64$ libxml22.9.720.el8_10x86_64, '!libxslt-devel1.1.326.2.el8_10x86_64$ 'nscd2.28251.el8_10.22x86_64& !libxslt1.1.326.2.el8_10x86_64&'libnsl2.28251.el8_10.22x86_642)+kernel-headers4.18.0553.56.1.el8_10x86_64-''glibc-headers2.28251.el8_10.22x86_641/'glibc-gconv-extra2.28251.el8_10.22x86_64+#'glibc-devel2.28251.el8_10.22x86_64,%'glibc-common2.28251.el8_10.22x86_6433'glibc-all-langpacks2.28251.el8_10.22x86_64%'glibc2.28251.el8_10.22x86_64+/imh-backup-client3.7.02.el8x86_64+/imh-backup-client3.7.01.el8x86_64%~~perl-Git2.43.53.el8_10noarch&}!}perl-CPAN2.18402.el8_10noarch*|'|libwebp-devel1.0.011.el8_10x86_64${{libwebp1.0.011.el8_10x86_64!zzlibgs9.2717.el8_10x86_64)y%ygit-core-doc2.43.53.el8_10noarch%xxgit-core2.43.53.el8_10x86_64 wwgit2.43.53.el8_10x86_64 vvunzip6.047.el8_10x86_64 uuunzip6.048.el8_10x86_64't!tsamba-libs4.19.48.el8_10x86_643s9ssamba-ldb-ldap-modules4.19.48.el8_10x86_64)r%rsamba-dcerpc4.19.48.el8_10x86_64/q1qsamba-common-tools4.19.48.el8_10x86_64.p/psamba-common-libs4.19.48.el8_10x86_64)o%osamba-common4.19.48.el8_10noarch.n/nsamba-client-libs4.19.48.el8_10x86_64)m%msamba-client4.19.48.el8_10x86_64"llsamba4.19.48.el8_10x86_64"kkrsync3.1.323.el8_10x86_64(j#jlibwbclient4.19.48.el8_10x86_64(i)ilibss1.45.65.1.el8.alma.1x86_64"hhlibss1.45.66.el8_10x86_64)g%glibsmbclient4.19.48.el8_10x86_64 ^@80(  x p h ` X P H @ 8 0 (       x xh pX hH ` X P8 H @ 8 0( (      x h X x p H h ` 8 X P ( H @ 8 0 (      x p h ` X P H @ 8 0 (       p ` P @ p0 ` P @ 0    p`P@h0 x(p`XPH@80 xhXH8((xph`XPH@80 xph`XPH@80( xph`XPH@qponmlkjihgfeqponmlkjihgfedcba`_^]\[ZYXWVUTSRQPONMLKJIHGFEDCBA@?>=~<;y:9x87w654321/.-+*)('&%$#"!tsrqp o  n  mljgeZsF'&~}|{zyxwvuts rq~o@}m|k{iBhzgyexcwav`u_8^t]6\s[4ZrY2XqW0VpU.ToS,RnQ*PmOlMkKjIiHhGgEfCeAd?c=b<a;`9_7^6]5\4[3Z1Y/X-W+V)U'T%S$R#Q"P!O NM2MLKJIHGFED C B A@?>=<;:9876543210/.-,+*)(N('&%$J$#"! F B      *r I 4 / <  X owuaWo 8b qFRedirecting to /bin/systemctl reload crond.service3a gF/etc/cron.d/backup_manager_cwp already exists`` ?F/var/tmp/rpm-tmp.wfTPca: line 9: /usr/local/cpanel/bin/dbindex: No such file or directory7_ oFwarning: group nagios does not exist - using rootS^ %Fadd failed: 198.46.92.119 is in already in the allow file /etc/csf/csf.allowU] )Fadd failed: 173.231.241.144 is in already in the allow file /etc/csf/csf.allowS\ %Fadd failed: 172.81.116.91 is in already in the allow file /etc/csf/csf.allowT[ 'Fadd failed: 209.182.202.92 is in already in the allow file /etc/csf/csf.allowZ %FCWP detectedEY DRunning as unit: run-r6853d5631c1348c9afdc1ac01f9cc542.serviceEX CRunning as unit: run-rb77447bac55a48bc9ead785bf6ee922c.servicerW cBfailed to link /usr/bin/spfquery -> /etc/alternatives/spf: /usr/bin/spfquery exists and it is not a symlinkTV 'Awarning: /etc/amavisd/amavisd.conf saved as /etc/amavisd/amavisd.conf.rpmsave6U m>running /usr/bin/systemctl restart backup-runnereT I>/usr/local/cwpsrv/var/services/users/cwp_theme/original/menu_left.html include already present^S ;>/usr/local/cwpsrv/htdocs/resources/conf/user_panel/menuConf.php include already presentR 7>/opt/backups/whm_plugin/backups/static/file_browse_imgs/* -> /usr/local/cwpsrv/var/services/users/cwp_theme/original/img/backup_mgr/file_browse_imgs/wQ m>/opt/backups/cwp_user/twig/*.html -> /usr/local/cwpsrv/var/services/users/cwp_theme/original/modules/backup_mgr/qP a>/opt/backups/cwp_user/en_backup_mgr.ini -> /usr/local/cwpsrv/var/services/users/cwp_lang/en/backup_mgr.iniO >/opt/backups/cwp_user/backup_mgr.js.twig -> /usr/local/cwpsrv/var/services/users/cwp_theme/original/js/modules/backup_mgr.js.twigN }>/opt/backups/cwp_user/mod_backup_mgr.html -> /usr/local/cwpsrv/var/services/users/cwp_theme/original/mod_backup_mgr.htmlvM k>/opt/backups/cwp_user/menu.html -> /usr/local/cwpsrv/var/services/users/cwp_theme/original/menu_backup_mgr.htmlnL [>/opt/backups/cwp_user/menuConf.php -> /usr/local/cwpsrv/htdocs/resources/conf/user_panel/backup_mgr.phpoK ]>/opt/backups/cwp_user/backup_mgr.php -> /usr/local/cwpsrv/var/services/user_files/modules/backup_mgr.phpgJ M>/usr/local/cwpsrv/var/services/users/cwp_lang/en/backups.ini already has BDTAB1 set to "Backups"|I w>/usr/local/cwpsrv/var/services/users/cwp_lang/en/dashboard.ini already has MOD_BACKUP_MGR set to "IMH Backup Manager"pH _>/usr/local/cwpsrv/htdocs/resources/admin/include/3rdparty.php: CWP admin sidebar include is already setup8G q>Redirecting to /bin/systemctl reload crond.service3F g>/etc/cron.d/backup_manager_cwp already exists`E ?>/var/tmp/rpm-tmp.O8E02g: line 9: /usr/local/cpanel/bin/dbindex: No such file or directory7D o>warning: group nagios does not exist - using rootSC %>add failed: 198.46.92.119 is in already in the allow file /etc/csf/csf.allowUB )>add failed: 173.231.241.144 is in already in the allow file /etc/csf/csf.allowSA %>add failed: 172.81.116.91 is in already in the allow file /etc/csf/csf.allowT@ '>add failed: 209.182.202.92 is in already in the allow file /etc/csf/csf.allow? %>CWP detected6> m=running /usr/bin/systemctl restart backup-runner|= w=echo '{% include "menu_backup_mgr.html" %}' >> /usr/local/cwpsrv/var/services/users/cwp_theme/original/menu_left.html< %=Running patch -Ru /usr/local/cwpsrv/var/services/users/cwp_theme/original/menu_left.html /opt/backups/plugin_installers/menu_left.html.patch5; k=Old patch detected in menu_left.html; removing.: ;=echo 'include("/usr/local/cwpsrv/htdocs/resources/conf/user_panel/backup_mgr.php");' >> /usr/local/cwpsrv/htdocs/resources/conf/user_panel/menuConf.php 9 =Running patch -Ru /usr/local/cwpsrv/htdocs/resources/conf/user_panel/menuConf.php /opt/backups/plugin_installers/menuConf.php.patch {tmf_XQJC<5.'  xqjc\UNG@92+$ | u n g ` Y R K D = 6 / ( !    y r k d ] V O H A : 3 , %     } v o h a Z S L E > 7 0 ) "    z s l e ^ W P I B ; 4 - &     ~ w p i b [ T M F ? 8 1 * #     {tmf_XQJC<5.'  xqjc\UNG@92+$|ung`YRKD=6/(! yrkd]VOHA:3,% }vohaZSLE>70)" RtRsRrRqRpRoRnRmRlRkRjRiRhRgRfReRdRcRbRaR`R_R^R]R\R[RZRYRXRWRVRURTRSRRRQRPRORNRMRLRKRJRIRHRGRFRERDRCRBRAR@R?R>R=Q<Q;Q:Q9Q8Q7Q6Q5Q4Q3P2P1O0O/O.O-N,N+N*N)N(N'N&N%N$N#N"N!N NNNNNNNMMMMMMMMMMMM M M M M MMMMMMMMMMMMMMLLKKKKKKKKKKJJIIIIIIIIIIIIHHGGFFEEEEDDCCBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA@@@@@@?????????????~?}?|?{?z?y?x?w?v?u>t>s=r=q<p<o<n<m<l<k<j<i<h<g<f<e<d<c<b<a<`<_<^<]<\<[<Z<Y<X<W<V<U<T<S<R<Q<P<O<N<M<L<K<J<I<H<G<F<E<D<C<B<A<@<?<><=<<<;<:<9<8<7<6<5<4<3;2;1:0:/:.:-:,:+:*:):(:':&:%:$:#:":!: ::::::::::::::::::: : : : : :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::99988888 pzj[L=-zk\M>/  ~ n ^ M < +  v g W H 8 )  x h X H 8 '   v f V F 6 &   v f V E 4 $  ueUE5%tcRB2"rbRB2"rbRB2"rbRB2"p t R s Rr Rq R p R o R n R m R l R k R j R i R h R g R f R e R d R c R b R a R ` R _ R ^ R ] R \ R [ R Z R Y R X R W R V R U R T R S R R R Q R P R O R N R M R L R K R J R I R H R G R F R E R D R C R B R A R @ R ? R > R = R < Q~ ; Q : Qy 9 Q 8 Qx 7 Q6 Qw5 Q 4 Q 3 Q 2 P 1 P 0 O / O . O - O , N+ N * N ) N ( N ' N & N % N $ N # N " N ! N  N  N  N  N  N  N  N  N M M  Mt  M  Ms  M  Mr  M  Mq  M  Mp  M  Mo  M  Mn  M  Mm  M  Ml  M  M  M  Mj  M  Mg  M ~ Me } M | M { Mz Ly L x K w K v K u K t K s K r K7 q K p K o K n J m Jl I k  I j I i  I h I g  I f I e  Id I c  Ib I a  I ` H _ H ^ G ] G\ F[ FZ E/Y EX E,W E V D U D T CZ S C R  B Q B P B O B N  B M  B L B K B J  B I  B H  B G  B F  B E  B D  B C  B B  B A B @ B ? B > B = B < B ; B : B 9 B 8 B 7  B 6 B 5 B 4 B 3  B 2 B1 A0 A/ A. A- A, A+ A PvN&nC`B"~\8V,[1Tb? 3 X % V  q / v N %  v G +%!unbound-libs1.16.25.9.el8_10x86_64socat1.7.4.11.el8x86_64'-shared-mime-info1.94.el8x86_64=*+sendmail-milter8.15.234.el8x86_64%#sendmail-cf8.15.234.el8noarchK"sendmail8.15.234.el8x86_64J screen4.6.212.el8x86_64'!samba-libs4.19.49.el8_10x86_64'!samba-libs4.19.48.el8_10x86_64t'!samba-libs4.19.47.el8_10x86_648'!samba-libs4.19.46.el8_10x86_64939samba-ldb-ldap-modules4.19.49.el8_10x86_6439samba-ldb-ldap-modules4.19.48.el8_10x86_64s#socat1.7.4.12.el8_10x86_64)%#systemd-libs23982.el8_10.5x86_64;)%#systemd-libs23982.el8_10.4x86_64)%#systemd-libs23982.el8_10.3x86_64$#systemd23982.el8_10.5x86_64:$#systemd23982.el8_10.4x86_64$#systemd23982.el8_10.3x86_64$sysstat11.7.313.el8_10x86_64/## sudoers-ded1.126.el8noarchP## sudoers-ded1.125.el8noarchQ!sudo1.9.5p21.el8_9x86_64$!sudo1.9.5p21.el8_10.1x86_64A+Isubversion-libs1.10.25.module_el8.7.0+3347+7c020dc9x86_64<!Isubversion1.10.25.module_el8.7.0+3347+7c020dc9x86_64sshpass1.094.el8x86_64sscg3.0.07.el8x86_64)%sqlite-devel3.26.019.el8_9x86_64#sqlite3.26.019.el8_9x86_64%%spamassassin3.4.61.el8x86_64tar1.309.el8x86_64 tar1.3010.el8_10x86_64 unzip6.047.el8_10x86_64v unzip6.048.el8_10x86_64u/9 tier1adv-cli-dedicated3.1392.el8noarchS%!zlib-devel1.2.1125.el8x86_64'-yum4.7.021.el8_10.alma.1noarch"#yum4.7.020.el8.almanoarch#xz-devel5.2.44.el8_6x86_64-7xorg-x11-server-utils7.727.el8x86_64~.5xorg-x11-proto-devel2020.13.el8noarch 7Kxorg-x11-fonts-ISO8859-1-100dpi7.519.el8noarch}+3 xorg-x11-font-utils7.541.el8x86_64|(-xkeyboard-config2.281.el8noarch!virt-what1.254.el8x86_64()uw-imap-static2007f24.el8x86_648''uw-imap-devel2007f24.el8x86_64*)+util-linux-user2.32.146.el8x86_649Iutf8proc2.6.13.module_el8.7.0+3347+7c020dc9x86_64!usermode1.1132.el8x86_6427urw-base35-z003-fonts2017080110.el8noarch{AUurw-base35-standard-symbols-ps-fonts2017080110.el8noarchz27urw-base35-p052-fonts2017080110.el8noarchy9Eurw-base35-nimbus-sans-fonts2017080110.el8noarchx:Gurw-base35-nimbus-roman-fonts2017080110.el8noarchw<Kurw-base35-nimbus-mono-ps-fonts2017080110.el8noarchv4;urw-base35-gothic-fonts2017080110.el8noarchu4;urw-base35-fonts-common2017080110.el8noarcht--urw-base35-fonts2017080110.el8noarchs6?urw-base35-d050000l-fonts2017080110.el8noarchr27urw-base35-c059-fonts2017080110.el8noarchq5=urw-base35-bookman-fonts2017080110.el8noarchpunzoo4.427.el8x86_64+%!unbound-libs1.16.25.8.el8_10x86_64tzdata2025b1.el8noarch>tzdata2025a1.el8noarch?&%trousers-lib0.3.152.el8x86_64"trousers0.3.152.el8x86_64 '!traceroute2.1.09.el8_10x86_64$!traceroute2.1.08.el8x86_64'%tokyocabinet1.4.4810.el8x86_64/9 tier1adv-cli-dedicated3.1393.el8noarchR)%#systemd-udev23982.el8_10.5x86_64=)%#systemd-udev23982.el8_10.4x86_64)%#systemd-udev23982.el8_10.3x86_64(##systemd-pam23982.el8_10.5x86_64<(##systemd-pam23982.el8_10.4x86_64(##systemd-pam23982.el8_10.3x86_64 %H ^ P b  7-Eq+HMM3 ;Lecho 'include("/usr/local/cwpsrv/htdocs/resources/conf/user_panel/backup_mgr.php");' >> /usr/local/cwpsrv/htdocs/resources/conf/user_panel/menuConf.php 7L/opt/backups/whm_plugin/backups/static/file_browse_imgs/* -> /usr/local/cwpsrv/var/services/users/cwp_theme/original/img/backup_mgr/file_browse_imgs/w mL/opt/backups/cwp_user/twig/*.html -> /usr/local/cwpsrv/var/services/users/cwp_theme/original/modules/backup_mgr/q aL/opt/backups/cwp_user/en_backup_mgr.ini -> /usr/local/cwpsrv/var/services/users/cwp_lang/en/backup_mgr.ini L/opt/backups/cwp_user/backup_mgr.js.twig -> /usr/local/cwpsrv/var/services/users/cwp_theme/original/js/modules/backup_mgr.js.twig }L/opt/backups/cwp_user/mod_backup_mgr.html -> /usr/local/cwpsrv/var/services/users/cwp_theme/original/mod_backup_mgr.htmlv kL/opt/backups/cwp_user/menu.html -> /usr/local/cwpsrv/var/services/users/cwp_theme/original/menu_backup_mgr.htmln [L/opt/backups/cwp_user/menuConf.php -> /usr/local/cwpsrv/htdocs/resources/conf/user_panel/backup_mgr.phpo ]L/opt/backups/cwp_user/backup_mgr.php -> /usr/local/cwpsrv/var/services/user_files/modules/backup_mgr.php\~ 7L/usr/local/cwpsrv/var/services/users/cwp_lang/en/backups.ini: set BDTAB1 to "Backups"q} aL/usr/local/cwpsrv/var/services/users/cwp_lang/en/dashboard.ini: set MOD_BACKUP_MGR to "IMH Backup Manager"p| _L/usr/local/cwpsrv/htdocs/resources/admin/include/3rdparty.php: CWP admin sidebar include is already setup8{ qLRedirecting to /bin/systemctl reload crond.service3z gL/etc/cron.d/backup_manager_cwp already exists`y ?L/var/tmp/rpm-tmp.zYVgfJ: line 9: /usr/local/cpanel/bin/dbindex: No such file or directory7x oLwarning: group nagios does not exist - using rootSw %Ladd failed: 198.46.92.119 is in already in the allow file /etc/csf/csf.allowUv )Ladd failed: 173.231.241.144 is in already in the allow file /etc/csf/csf.allowSu %Ladd failed: 172.81.116.91 is in already in the allow file /etc/csf/csf.allowTt 'Ladd failed: 209.182.202.92 is in already in the allow file /etc/csf/csf.allows %LCWP detectedEr JRunning as unit: run-r57013852dda144bda2b09b2190b777c9.serviceEq GRunning as unit: run-rfa7ed899584148598f0496ec84c07f44.service6p mFrunning /usr/bin/systemctl restart backup-runnereo IF/usr/local/cwpsrv/var/services/users/cwp_theme/original/menu_left.html include already presentn ;Fecho 'include("/usr/local/cwpsrv/htdocs/resources/conf/user_panel/backup_mgr.php");' >> /usr/local/cwpsrv/htdocs/resources/conf/user_panel/menuConf.phpm 7F/opt/backups/whm_plugin/backups/static/file_browse_imgs/* -> /usr/local/cwpsrv/var/services/users/cwp_theme/original/img/backup_mgr/file_browse_imgs/wl mF/opt/backups/cwp_user/twig/*.html -> /usr/local/cwpsrv/var/services/users/cwp_theme/original/modules/backup_mgr/qk aF/opt/backups/cwp_user/en_backup_mgr.ini -> /usr/local/cwpsrv/var/services/users/cwp_lang/en/backup_mgr.inij F/opt/backups/cwp_user/backup_mgr.js.twig -> /usr/local/cwpsrv/var/services/users/cwp_theme/original/js/modules/backup_mgr.js.twigi }F/opt/backups/cwp_user/mod_backup_mgr.html -> /usr/local/cwpsrv/var/services/users/cwp_theme/original/mod_backup_mgr.htmlvh kF/opt/backups/cwp_user/menu.html -> /usr/local/cwpsrv/var/services/users/cwp_theme/original/menu_backup_mgr.htmlng [F/opt/backups/cwp_user/menuConf.php -> /usr/local/cwpsrv/htdocs/resources/conf/user_panel/backup_mgr.phpof ]F/opt/backups/cwp_user/backup_mgr.php -> /usr/local/cwpsrv/var/services/user_files/modules/backup_mgr.php\e 7F/usr/local/cwpsrv/var/services/users/cwp_lang/en/backups.ini: set BDTAB1 to "Backups"qd aF/usr/local/cwpsrv/var/services/users/cwp_lang/en/dashboard.ini: set MOD_BACKUP_MGR to "IMH Backup Manager"pc _F/usr/local/cwpsrv/htdocs/resources/admin/include/3rdparty.php: CWP admin sidebar include is already setup  v | {R ee) h{h919:f9f52f465ea33017e2570f0d43cfbc91b248140f919:628e7617bd643fb3a7ad81a1df1e0205ae9ccef38-y update -d 1{Q ee) hh919:def9f56fb0f30b13d9c94c3ddb65b9e772e0e8b9919:f9f52f465ea33017e2570f0d43cfbc91b248140f8-y update -d 1{P ee) hQhQ919:63f9251832c88ae593c4716a6f9e986999f6e321919:def9f56fb0f30b13d9c94c3ddb65b9e772e0e8b98-y update -d 1{O ee) hz hz 919:4b23e06096d57b31117bfd635ca95f40bd16725d919:63f9251832c88ae593c4716a6f9e986999f6e3218-y update -d 1{N ee) hxrhx{919:ddf5ada36b891cfe07d3e52d262175d6ad0930ac919:4b23e06096d57b31117bfd635ca95f40bd16725d8-y update -d 1{M ee) hr"hr#919:e9203749e4b9b40a99c9370d98a0d191c8544c49919:ddf5ada36b891cfe07d3e52d262175d6ad0930ac8-y update -d 1 L eeM hphp919:3ce0a7bf8864d2f0110ebc86b24a4cefda6eef59919:e9203749e4b9b40a99c9370d98a0d191c8544c498update -y -d 1 imh-backup-client{K ee) hfEhfE919:13bc05f7ee9c731e90e51d333a137ae4e27bb62d919:3ce0a7bf8864d2f0110ebc86b24a4cefda6eef598-y update -d 1 __6  mLrunning /usr/bin/systemctl restart backup-runnere IL/usr/local/cwpsrv/var/services/users/cwp_theme/original/menu_left.html include already present E\b*~Q. _ 7  ^ 2  o ;  ^ 6 h 2^'W%g6U%g>\+%!unbound-libs1.16.25.9.el8_10x86_64.+!python3-unbound1.16.25.9.el8_10x86_64*!#perl-utils5.26.3422.el8.0.1noarch)!!perl-utils5.26.3423.el8_10noarch'#perl-open1.11422.el8.0.1noarch&!perl-open1.11423.el8_10noarch/~)#perl-libnetcfg5.26.3422.el8.0.1noarch.})!perl-libnetcfg5.26.3423.el8_10noarch+|!#perl-devel5.26.3422.el8.0.1x86_64*{!!perl-devel5.26.3423.el8_10x86_64-z+#perl-Time-Piece1.31422.el8.0.1x86_64,y+!perl-Time-Piece1.31423.el8_10x86_64'x#perl-Test1.30422.el8.0.1noarch&w!perl-Test1.30423.el8_10noarch-v+#perl-SelfLoader1.23422.el8.0.1noarch,u+!perl-SelfLoader1.23423.el8_10noarch.t'#perl-Pod-Html1.22.02422.el8.0.1noarch-s'!perl-Pod-Html1.22.02423.el8_10noarch+r'#perl-Net-Ping2.55422.el8.0.1noarch*q'!perl-Net-Ping2.55423.el8_10noarch0p1 #perl-Module-Loaded0.08422.el8.0.1noarch/o1 !perl-Module-Loaded0.08423.el8_10noarch*n%#perl-Memoize1.03422.el8.0.1noarch)m%!perl-Memoize1.03423.el8_10noarch9lC #perl-Locale-Maketext-Simple0.21422.el8.0.1noarch8kC !perl-Locale-Maketext-Simple0.21423.el8_10noarch4j9#perl-ExtUtils-Miniperl1.06422.el8.0.1noarch3i9!perl-ExtUtils-Miniperl1.06423.el8_10noarch1h3#perl-ExtUtils-Embed1.34422.el8.0.1noarch0g3!perl-ExtUtils-Embed1.34423.el8_10noarch4f9#perl-Devel-SelfStubber1.06422.el8.0.1noarch3e9!perl-Devel-SelfStubber1.06423.el8_10noarch-d+#perl-Devel-Peek1.26422.el8.0.1x86_64,c+!perl-Devel-Peek1.26423.el8_10x86_645b;#perl-Attribute-Handlers0.99422.el8.0.1noarch4a;!perl-Attribute-Handlers0.99423.el8_10noarch%`#perl5.26.3422.el8.0.1x86_64$_!perl5.26.3423.el8_10x86_64,^##perl-macros5.26.3422.el8.0.1x86_64+]#!perl-macros5.26.3423.el8_10x86_64*\#perl-libs5.26.3422.el8.0.1x86_64)[!perl-libs5.26.3423.el8_10x86_641Z-#perl-interpreter5.26.3422.el8.0.1x86_640Y-!perl-interpreter5.26.3423.el8_10x86_64/X/#perl-Math-Complex1.59422.el8.0.1noarch.W/!perl-Math-Complex1.59423.el8_10noarch*V% #perl-IO-Zlib1.10422.el8.0.1noarch)U% !perl-IO-Zlib1.10423.el8_10noarch%T#perl-IO1.38422.el8.0.1x86_64$S!perl-IO1.38423.el8_10x86_64(R!#perl-Errno1.28422.el8.0.1x86_64'Q!!perl-Errno1.28423.el8_10x86_642P)+kernel-headers4.18.0553.64.1.el8_10x86_64%Operl-Git2.43.71.el8_10noarch)N%git-core-doc2.43.71.el8_10noarch%Mgit-core2.43.71.el8_10x86_64 Lgit2.43.71.el8_10x86_642K)+kernel-headers4.18.0553.63.1.el8_10x86_64 Jfixperms2.42.el8noarch Ifixperms2.51.el8noarch*H#!glib2-devel2.56.4166.el8_10x86_64$G!glib22.56.4165.el8_10x86_64$F!glib22.56.4166.el8_10x86_64#Esocat1.7.4.12.el8_10x86_645D=python3-setuptools-wheel39.2.08.el8_10noarch5C=python3-setuptools-wheel39.2.09.el8_10noarch/B1python3-setuptools39.2.08.el8_10noarch/A1python3-setuptools39.2.09.el8_10noarch7@Aplatform-python-setuptools39.2.08.el8_10noarch