• Please be aware: Kaspersky Anti-Virus has been deprecated
    With the upgrade to Plesk Obsidian 18.0.64, "Kaspersky Anti-Virus for Servers" will be automatically removed from the servers it is installed on. We recommend that you migrate to Sophos Anti-Virus for Servers.
  • The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.
  • We’re working on enhancing the Monitoring feature in Plesk, and we could really use your expertise! If you’re open to sharing your experiences with server and website monitoring or providing feedback, we’d love to have a one-hour online meeting with you.

Issue can't install atomicorp ASL on onyx...

larryk

Regular Pleskian
--> Running transaction check

---> Package asl-php-common.x86_64 0:5.4.45-44.el7.art will be installed

---> Package bigloo-libs.x86_64 0:3.3a-4.el7.art will be installed

---> Package clamav-db.x86_64 0:0.99.2-29.el7.art will be installed

---> Package gc.x86_64 0:7.2d-7.el7 will be installed

---> Package inotify-tools.x86_64 0:3.13-2.el7.art will be installed

---> Package ipset-libs.x86_64 0:6.22-5.el7.art will be installed

---> Package libmnl-devel.x86_64 0:1.0.3-7.el7 will be installed

---> Package policycoreutils.x86_64 0:2.2.5-20.el7 will be installed

---> Package prelink.x86_64 0:0.5.0-6.el7 will be installed

---> Package python-boto.noarch 0:2.32.1-1.el7.art will be installed

---> Package python-iso8601.noarch 0:0.1.10-1.el7.art will be installed

---> Package python-lxml.x86_64 0:3.2.1-4.el7 will be installed

---> Package python-sqlalchemy.x86_64 0:0.9.8-1.el7 will be installed

---> Package skdet.x86_64 0:1.0-1.el7.art will be installed

---> Package ssdeep-libs.x86_64 0:2.12-1.el7.art will be installed

---> Package unhide.x86_64 0:20130526-4.el7.art will be installed

--> Processing Conflict: psa-selinux-17.0.17-cos7.build1700161216.16.noarch conflicts policycoreutils < 2.5-9.el7

--> Finished Dependency Resolution

Error: psa-selinux conflicts with policycoreutils-2.2.5-20.el7.x86_64

You could try using --skip-broken to work around the problem

You could try running: rpm -Va --nofiles --nodigest




=== Has anyone had selinux conflict with policycoreutils ?
if so, what did you do to fix?

thanks

PS.
CentOS Linux 7.2.1511 (Core)‬
Product Plesk Onyx
Version 17.0.17 Update #12, last updated on Jan 5, 2017 03:48 AM
 
Try to fix it with

# rpm -e policycoreutils authconfig
 
Thanks IgorG,

but it seems we are running in circles :(

Code:
[root@host ~] >> rpm -e policycoreutils authconfig

error: package policycoreutils is not installed

error: package authconfig is not installed

its a catch 22, can't do one without the other, but can't install the other

Code:
[root@host ~] >> yum install authconfig

Resolving Dependencies
--> Running transaction check
---> Package authconfig.x86_64 0:6.2.8-10.el7 will be installed
--> Processing Dependency: policycoreutils for package: authconfig-6.2.8-10.el7.x86_64
--> Running transaction check
---> Package policycoreutils.x86_64 0:2.2.5-20.el7 will be installed
--> Processing Conflict: psa-selinux-17.0.17-cos7.build1700161216.16.noarch conflicts policycoreutils < 2.5-9.el7
--> Finished Dependency Resolution
Error: psa-selinux conflicts with policycoreutils-2.2.5-20.el7.x86_6


any other thoughts?
thanks!
 
Last edited:
FYI, this came from Atomicorp:

So these two are the problem:

psa-selinux conflicts with policycoreutils-2.2.5-20.el7.x86_64

They are provided by Plesk and Centos/Redhat respectively. We don't distribute either package, however you might be able to bypass this by installing psa-elinux directly unless plesk has an update for it by upgrading/installing them with yum directly. Maybe with:

yum upgrade psa-selinux
yum install psa-selinux
or
yum upgrade policycoreutils

So tried those, but no success. Results were the conflict issue again or already installed or nothing upgrade.

My plesk onxy server seems to be stuck getting ASL installed on it?

Would really appreciate it if anyone has something else to try?
thanks
 
Back
Top