• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

Error in install: ERROR: autoinstaller: Error in execution of DEBIAN_FRONTEND=noninte

borrass

New Pleskian
Hi to all.

This is my first step in Linux. I have a server and I want install plesk 9.0.2.

I use this method:

1º I upload the file: parallels_installer_v3.4.1_build090120.13_OS_Debian_4.0_i386
To my root dir.

2º chmod +x parallels_installer_v3.4.1_build090120.13_OS_Debian_4.0_i386

3º ./parallels_installer_v3.4.1_build090120.13_OS_Debian_4.0_i386

4ºI select the option 2 (install fron server plesk) and no use proxy.

The files are download OK:
__________________________________________________________
Descargando este archivo plesk.inf3: 10%..21%..32%..40%..51%..60%..71%..80%..90%..100% hecho.
Descargando este archivo sitebuilder.inf3: 15%..35%..55%..75%..96%..100% hecho.
Descargando este archivo sso.inf3: 10%..24%..37%..51%..64%..78%..91%..100% hecho
____________________________________________________________

5º NextStep: Select only the first option:

Hay disponibles Las siguientes versiones del producto:

1. [*] Plesk Control Panel

2. [ ] Sitebuilder

3. [ ] SSO
_________________________________________

1. [*] Plesk Control Panel
2. (*) Parallels Plesk Panel 9.2.1
3. ( ) Parallels Plesk Panel 9.0.1
4. ( ) Parallels Plesk Panel 9.0.0
5. ( ) Plesk 8.6.0
6. ( ) Plesk 8.2.0
7. ( ) Plesk 8.2.1
8. ( ) Plesk 8.3.0
9. ( ) Plesk 8.4.0

10. [ ] Sitebuilder

11. [ ] SSO
_____________________________________________

6º Pulse enter for next and show this:

Descargando este archivo PSA_9.2.1/plesk-9.2.1-deb4.0-i386.inf3: 12%..20%..30%..40%..51%..61%..71%..82%..90%..100% hecho.
Ign http://autoinstall.plesk.com etch Release.gpg
Des:1 http://security.debian.org etch/updates Release.gpg [835B]
Des:2 http://ftp.us.debian.org stable Release.gpg [1032B]
Obj http://security.debian.org etch/updates Release
Ign http://autoinstall.plesk.com etch Release
Obj http://ftp.us.debian.org stable Release
Ign http://security.debian.org etch/updates/main Packages/DiffIndex
Ign http://autoinstall.plesk.com etch/all Packages/DiffIndex
Ign http://security.debian.org etch/updates/contrib Packages/DiffIndex
Ign http://security.debian.org etch/updates/non-free Packages/DiffIndex
Ign http://security.debian.org etch/updates/main Sources/DiffIndex
Ign http://security.debian.org etch/updates/contrib Sources/DiffIndex
Ign http://security.debian.org etch/updates/non-free Sources/DiffIndex
Ign http://ftp.us.debian.org stable/main Packages/DiffIndex
Obj http://security.debian.org etch/updates/main Packages
Ign http://ftp.us.debian.org stable/non-free Packages/DiffIndex
Ign http://ftp.us.debian.org stable/contrib Packages/DiffIndex
Obj http://security.debian.org etch/updates/contrib Packages
Obj http://security.debian.org etch/updates/non-free Packages
Obj http://security.debian.org etch/updates/main Sources
Obj http://security.debian.org etch/updates/contrib Sources
Obj http://autoinstall.plesk.com etch/all Packages
Obj http://ftp.us.debian.org stable/main Packages
Obj http://security.debian.org etch/updates/non-free Sources
Obj http://ftp.us.debian.org stable/non-free Packages
Obj http://ftp.us.debian.org stable/contrib Packages
Descargados 2B en 1s (2B/s)
Leyendo lista de paquetes...
Detectando componentes de producto instalados.
Select the installation type for Plesk Control Panel

7 In the next step I select option 1: ( but I try to select the option 2 and have the same error)

Select the installation type for Plesk Control Panel
===============================================================================

Installation types for the product:

1. (*) Typical
Install typically used components. Recommended for general use.

2. ( ) Full
Install all components.

3. ( ) Custom
Custom components selection. Recommended only for experienced users.


N) Continue installation with selected type; P) Go the previous page; Q) Cancel installing;
L) Overview or change components marked for the installation
To select an installation type or switch product, type the respective number;
Select action [N]:

I pulse enter and show this:

E: Broken packages
ERROR: autoinstaller: Error in execution of DEBIAN_FRONTEND=noninteractive

ERROR: Unable to install packages because either there is
Not enough free disk space left, or there are package dependency problems.
No se han instalado todos Los paquetes.
Contacte con el equipo de soporte técnico del producto.

Please helpme. I am a spanish noob user :(
 
Hello

Please make sure that the drive has enough disk space, use the command:
df -h
 
Same error

I have the same error on my system. I ran the df -h command it is showing:

filesystem Size Used Avail
/dev/sda1 29G 752M 27G
varrun 506M 176K 506M
varlock 506M 0 506M
vdev 506M 44K 506M
devshm 506M 0 506M

So it looks like i have plenty of space. Or am I missing something?
 
In that case - check autoinstaller log and output carefully. There can be some hints.
For example - list of conflicting packages, missing dependencies or something else.

Check /var/tmp/autoinstaller3.log
 
On Linux / Debian 5.0

In my situation, on Debian 5.0 lenny

the debug log file was located in
/tmp/autoinstaller3.log

and the error was created because I wanted to install tomcat and after reading the log file I saw a dependency :
The following packages have unmet dependencies:
psa-tomcat-configurator: Depends: sun-java6-jdk but it is not installable

jack
 
Back
Top