Dependency issue on older 2.4 installations (CentOS 7 - epel)
Hello,
I ran a yum update on our older v2.4 Acronis storage servers, and there's a dependency issue with the latest oniguruma package that epel provides and archive3 requires.
---> Package oniguruma.x86_64 0:5.9.5-3.el7 will be updated
--> Processing Dependency: libonig.so.2()(64bit) for package: archive3-1.5.29-1.as7.x86_64
--> Finished Dependency Resolution
Error: Package: archive3-1.5.29-1.as7.x86_64 (@vstorage-updates)
Requires: libonig.so.2()(64bit)
Removing: oniguruma-5.9.5-3.el7.x86_64 (@epel)
libonig.so.2()(64bit)
Updated By: oniguruma-6.8.2-1.el7.x86_64 (epel)
~libonig.so.5()(64bit)
Is v2.4 completely unsupported now, or is there a change of a fix?

- Log in to post comments

Could use to install script like
bash <(curl -s http://my.cloudevo.com/install.sh)
and that would set up the server to be used as storage, but when running it now it returns
--> Finished Dependency Resolution
Error: Package: archive3-1.5.29-1.as7.x86_64 (vstorage-updates)
Requires: libonig.so.2()(64bit)
Available: oniguruma-5.9.5-3.el7.x86_64 (vstorage)
libonig.so.2()(64bit)
Installing: oniguruma-6.8.2-1.el7.x86_64 (epel)
~libonig.so.5()(64bit)
You could try using --skip-broken to work around the problem
You could try running: rpm -Va --nofiles --nodigest
mv: cannot stat ‘/usr/bin/vstorage-abgw-ctl’: No such file or directory
sed: can't read /usr/lib/systemd/system/vstorage-abgw.service: No such file or directory
How to get around that?
- Log in to post comments

HostXNow wrote:Could use to install script like
bash <(curl -s http://my.cloudevo.com/install.sh)
and that would set up the server to be used as storage, but when running it now it returns
--> Finished Dependency Resolution
Error: Package: archive3-1.5.29-1.as7.x86_64 (vstorage-updates)
Requires: libonig.so.2()(64bit)
Available: oniguruma-5.9.5-3.el7.x86_64 (vstorage)
libonig.so.2()(64bit)
Installing: oniguruma-6.8.2-1.el7.x86_64 (epel)
~libonig.so.5()(64bit)
You could try using --skip-broken to work around the problem
You could try running: rpm -Va --nofiles --nodigest
mv: cannot stat ‘/usr/bin/vstorage-abgw-ctl’: No such file or directory
sed: can't read /usr/lib/systemd/system/vstorage-abgw.service: No such file or directory
How to get around that?
Hello,
Unfortunately this script is outdated for product not longer support. Also any manual deployments of ABGW are not supported in general.
The only supported ABGW deployment is per documentation guide https://download.acronis.com/software-defined/html/AcronisCyberInfrastr…
- Log in to post comments