• 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.

Resolved Can't install prometheus together with Plesk on Debian bullseye

Mattia_98

New Pleskian
Server operating system version
Debian GNU/Linux 11 (bullseye)
Plesk version and microupdate number
18.0.48
Hi,
I just wanted to install the prometheus package on a system that had already installed Plesk and I get an error that a dependency conflicts with the psa package (Plesk):

Code:
$ sudo apt install prometheus
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
 psa : Conflicts: javascript-common but 11+nmu1 is to be installed
N: Ignoring file 'plesk.list.ai_back' in directory '/etc/apt/sources.list.d/' as it has an invalid filename extension
E: Error, pkgProblemResolver::Resolve generated breaks, this may be caused by held packages.
Code:
$ cat /etc/os-release
PRETTY_NAME="Debian GNU/Linux 11 (bullseye)"


It seems `psa` blocks the installation of the dependency `javascript-common`.
Is there a way to work around this problem? Is there something Plesk can do? Or is it impossible to solve this problem?

Thanks
Mattia
 
The javascript-common package is not compatible with Plesk psa package.

# apt-cache depends psa
psa
PreDepends: pp18.0.48-bootstrapper
Depends: plesk-engine
Depends: plesk-release
Depends: apparmor
Depends: apparmor-profiles
Depends: libc6
Depends: libcrypt1
Depends: libidn11
Depends: libssl1.1
Depends: plesk-libstdc++10.3.0
Conflicts: <plesk-base>
Conflicts: javascript-common
Replaces: <plesk-base>


There is no current workaround and is recommended not to proceed with the package installation as it will remove vital Plesk components, and this will stop working.

# apt install javascript-common
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
The following package was automatically installed and is no longer required:
plesk-py27-pycrypto
Use 'apt autoremove' to remove it.

The following packages will be REMOVED:
libpam-plesk plesk-awstats-configurator plesk-backup-utilities plesk-completion plesk-config-troubleshooter plesk-core plesk-core-utilities plesk-dovecot
plesk-dovecot-imap-driver plesk-dovecot-pigeonhole plesk-git-http plesk-l10n plesk-mail-pc-driver plesk-modsecurity-configurator plesk-repair-kit plesk-roundcube
plesk-service-node-utilities plesk-task-manager plesk-web-hosting plesk-web-socket psa psa-libxml-proxy psa-locale-base-en-us psa-logrotate psa-mail-driver-common

psa-phpmyadmin psa-proftpd psa-updates psa-vhost
The following NEW packages will be installed:
javascript-common
 
Back
Top