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

[8.2 on Debian 4.0] Autoinstaller error

P

petrucci

Guest
Hallo, when I try to run the autoinstaller I got this error:

To select or deselect a component, enter its number;
Type a number or a character of desired action [N]: n
Exchanging information with licensing server.
Checking whether the package dependencies are resolved.
E: Broken packages
ERROR: Unable to install packages because of package dependency problems.
Not all packages were installed.
Please, contact product technical support.

Os: Debian 4.0 fresh install.
Any help?
 
Hallo,
I've tried to install plesk selecting only the base system package...

And now the error is this:

ERROR: It seems there is a user with UID=110
in this system, but Plesk needs the same UID
for its operation.
Unfortunately, this situation has not yet been
resolved.
Please, visit http://www.swsoft.com/support for assistance.


this is cat /etc/passwd | grep 110

sshd:x:110:65534::/var/run/sshd:/usr/sbin/nologin


Hoew could I solve this?
 
same problem what do I do??

N) Next page; P) Go back; Q) Cancel installing;
A) Select all; D) Deselect all;
To select or deselect a component, enter its number;
Type a number or a character of desired action [N]:
Exchanging information with licensing server.
Checking whether the package dependencies are resolved.
E: Broken packages
ERROR: Unable to install packages because of package dependency problems.
Not all packages were installed.
Please, contact product technical support.
 
hi all

same problem here on a fresh debian etch 4.0 install

Code:
E: Broken packages
ERROR: Unable to install packages because of package dependency problems.

i tried

Code:
apt-get check
apt-get -f install
apt-get -f remove
without any results

thanks for any help
 
found a solution:

add the following in /etc/apt/sources.list

Code:
#Plesk:
deb [url]http://autoinstall.plesk.com/debian/PSA_8.2.0[/url] etch all

then do
Code:
apt-get update
apt-get install psa

and then install all other packages through aptitude or apt-get


worked for me anyway
 
I had the same problem with fresh debian 4.0 install and fresh plesk 8.2 install.

Look at the installer log in /tmp/

In my case I had to install bind before installing Plesk:

apt-get install bind9

did it!

good luck.
 
Back
Top