Plesk Error (Linux) : Debian inetd Issues
From KoshWiki
Contents |
Description
Plesk Installaion Fails, attempting to start Plesk gives an error "It is problem with inet daemon"
Solution
Install xinetd
#apt-get install xinetd
This will install xinetd but fail the Plesk packages, then running
# apt-get dist-upgrade
will install the plesk pacakges.
Error Log
Prompting the Error
# /etc/init.d/psa restart It is problem with inet daemon
Error Log
Trying to stop Admin server... WARNING! During the stop found some problems(see log file: /tmp/psa_8.0.1_Debian_3.1_build80060713.16_installing.log) Continue... Trying to replace files and set up right permissions... Trying to generate Admin server configuration... Generating Admin server configuration... done Trying to start Admin server... ERROR while trying to start Admin server Check the error reason(see log file: /tmp/psa_8.0.1_Debian_3.1_build80060713.16_installing.log), fix and try again Aborting... dpkg: error processing psa-hotfix3 (--configure): subprocess post-installation script returned error exit status 1 dpkg: dependency problems prevent configuration of psa-horde: psa-horde depends on psa-hotfix3 (>= 8.0.1); however: Package psa-hotfix3 is not configured yet. dpkg: error processing psa-horde (--configure): dependency problems - leaving unconfigured dpkg: dependency problems prevent configuration of psa-hotfix4: psa-hotfix4 depends on psa-hotfix3; however: Package psa-hotfix3 is not configured yet. dpkg: error processing psa-hotfix4 (--configure): dependency problems - leaving unconfigured dpkg: dependency problems prevent configuration of psa-hotfix5: psa-hotfix5 depends on psa-hotfix3; however: Package psa-hotfix3 is not configured yet. psa-hotfix5 depends on psa-hotfix4; however: Package psa-hotfix4 is not configured yet. dpkg: error processing psa-hotfix5 (--configure): dependency problems - leaving unconfigured dpkg: dependency problems prevent configuration of psa-hotfix6: psa-hotfix6 depends on psa-hotfix3; however: Package psa-hotfix3 is not configured yet. psa-hotfix6 depends on psa-hotfix4; however: Package psa-hotfix4 is not configured yet. psa-hotfix6 depends on psa-hotfix5; however: Package psa-hotfix5 is not configured yet. dpkg: error processing psa-hotfix6 (--configure): dependency problems - leaving unconfigured dpkg: dependency problems prevent configuration of psa-hotfix7: psa-hotfix7 depends on psa-hotfix3; however: Package psa-hotfix3 is not configured yet. psa-hotfix7 depends on psa-hotfix4; however: Package psa-hotfix4 is not configured yet. psa-hotfix7 depends on psa-hotfix5; however: Package psa-hotfix5 is not configured yet. psa-hotfix7 depends on psa-hotfix6; however: Package psa-hotfix6 is not configured yet. dpkg: error processing psa-hotfix7 (--configure): dependency problems - leaving unconfigured dpkg: dependency problems prevent configuration of psa-imp: psa-imp depends on psa-horde; however: Package psa-horde is not configured yet. dpkg: error processing psa-imp (--configure): dependency problems - leaving unconfigured dpkg: dependency problems prevent configuration of psa-ingo: psa-ingo depends on psa-imp; however: Package psa-imp is not configured yet. dpkg: error processing psa-ingo (--configure): dependency problems - leaving unconfigured dpkg: dependency problems prevent configuration of psa-kronolith: psa-kronolith depends on psa-horde; however: Package psa-horde is not configured yet. dpkg: error processing psa-kronolith (--configure): dependency problems - leaving unconfigured Setting up psa-mailman-configurator (8.0.1-debian3.1.build80060613.20) ... Setting up psa-manual-custom-skin-guide (8.0.1-debian3.1.build80060613.20) ... dpkg: dependency problems prevent configuration of psa-mnemo: psa-mnemo depends on psa-horde; however: Package psa-horde is not configured yet. dpkg: error processing psa-mnemo (--configure): dependency problems - leaving unconfigured dpkg: dependency problems prevent configuration of psa-passwd: psa-passwd depends on psa-imp; however: Package psa-imp is not configured yet. dpkg: error processing psa-passwd (--configure): dependency problems - leaving unconfigured Setting up psa-qmail-rblsmtpd (0.70-debian3.1.build80060613.20) ... Setting up psa-spamassassin (8.0.1-debian3.1.build80060613.20) ... Starting psa-spamassassin service: done Setting up psa-tomcat-configurator (8.0.1-debian3.1.build80060615.20) ... Checking for the system groups and users necessary for Tomcat... Checking for the group 'nogroup'... Group 'nogroup' already exists Checking for the user 'tomcat4'... User 'tomcat4' already exists Making chown and chmod under JDK stuff Trying to set up Tomcat permissions... done Parsing /etc/init.d/tomcat4 to switch on security mode... file unchanged. This module is already disabled, or does not exist! This module is already enabled! dpkg: dependency problems prevent configuration of psa-turba: psa-turba depends on psa-horde; however: Package psa-horde is not configured yet. dpkg: error processing psa-turba (--configure): dependency problems - leaving unconfigured Setting up psa-vpn (1.0.1-debian3.1.build80060613.20) ... ===> Setting up file owners ===> Installing database ===> Installing configuration files ===> Registering service Trying to register service psa-vpn... using /usr/sbin/update-rc.d Adding system startup for /etc/init.d/psa-vpn ... /etc/rc0.d/K20psa-vpn -> ../init.d/psa-vpn /etc/rc1.d/K20psa-vpn -> ../init.d/psa-vpn /etc/rc6.d/K20psa-vpn -> ../init.d/psa-vpn /etc/rc2.d/S20psa-vpn -> ../init.d/psa-vpn /etc/rc3.d/S20psa-vpn -> ../init.d/psa-vpn /etc/rc4.d/S20psa-vpn -> ../init.d/psa-vpn /etc/rc5.d/S20psa-vpn -> ../init.d/psa-vpn done ===> Registering module Setting up psa-watchdog (2.0.1-debian3.1.build80060731.13) ... ===> Setting up file owners ===> Installing database ===> Registering module Setting up sb-publish (3.0.1-200610131249) ... Setting up sshterm (0.2.2-debian3.1.build80060613.20) ... Errors were encountered while processing: psa-hotfix3 psa-horde psa-hotfix4 psa-hotfix5 psa-hotfix6 psa-hotfix7 psa-imp psa-ingo psa-kronolith psa-mnemo psa-passwd psa-turba E: Sub-process /usr/bin/dpkg returned an error code (1) ERROR: Install command execution failed ERROR: Installation failed
