• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • We are looking for U.S.-based freelancer or agency working with SEO or WordPress for a quick 30-min interviews to gather feedback on XOVI, a successful German SEO tool we’re looking to launch in the U.S.
    If you qualify and participate, you’ll receive a $30 Amazon gift card as a thank-you. Please apply here. Thanks for helping shape a better SEO product for agencies!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

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