Installing ISPConfig 3.2.9 development version on Ubuntu 22.04

Discussion in 'Developers' Forum' started by till, Oct 24, 2022.

Thread Status:
Not open for further replies.
  1. VHS

    VHS New Member

    Hello there,

    There is some manual/procedure how to update from:
    * Ubuntu 18.04
    * Ubuntu 20.04
    both with ISPConfig version 2.3.8p1, to Ubuntu 22.04 and ISPConfig 2.3.9 ???

    I have saw several document how to install the 2.3.9 in a fresh Ubuntu 22.04, but I can't find one about a upgrade.
    Maybe I should update the ISPConfig first to 2.3.9 and after upgrade the SO ?? or First the SO to 22.04 and after the ISPConfig to 2.3.9 ??

    Thanks on advance for any recommendation.
     
  2. Taleman

    Taleman Well-Known Member HowtoForge Supporter

    Are you asking how to upgrade Ubuntu 18.04 to later versions of Ubuntu? That is not relevant on a thread about installing ISPConfig on Ubuntu 22.04.
    However, there have been many discussions on how to upgrade OS (I guess you mean OS when you write SO???) and ISPConfig. Find them using Internet Search Engines or in howtoforge.com Tutorials tab search for upgrade. Basically, follow Ubuntu instructions on upgrade from 18.04 to 20.04 (and 20.04 to 22.04), if there is ISPConfig Perfect Server Guide for the upgrade to OS, follow that to get necessary packages installed and configurations done, then run ispconfig_update.sh (maybe with --force if needed) letting it reconfigure services.
     
  3. Th0m

    Th0m ISPConfig Developer Staff Member ISPConfig Developer

    ahrasis likes this.
  4. VHS

    VHS New Member

    Thanks @Th0m , that was the exactly information that I was looking for.
     
  5. joshuag15118

    joshuag15118 New Member

    keep getting following error any advice ?Command a2enmod suexec rewrite ssl actions include dav_fs dav auth_digest cgi headers proxy_fcgi proxy_http alias http2 mpm_event 2>&1 failed. (/ispconfig.ai.php:15)
     
  6. till

    till Super Moderator Staff Member ISPConfig Developer

    On which OS do you try to install ISPConfig? Run the command which is mentioned in the error message:

    Code:
    a2enmod suexec rewrite ssl actions include dav_fs dav auth_digest cgi headers proxy_fcgi proxy_http alias http2 mpm_event
    To see what is causing the issue.
     
  7. joshuag15118

    joshuag15118 New Member

    Ubuntu 20.04
     
  8. till

    till Super Moderator Staff Member ISPConfig Developer

    And what is the result of the command?
     
  9. joshuag15118

    joshuag15118 New Member

    odule suexec already enabled
    Module rewrite already enabled
    Considering dependency setenvif for ssl:
    Module setenvif already enabled
    Considering dependency mime for ssl:
    Module mime already enabled
    Considering dependency socache_shmcb for ssl:
    Module socache_shmcb already enabled
    Module ssl already enabled
    Module actions already enabled
    Considering dependency mime for include:
    Module mime already enabled
    Module include already enabled
    Considering dependency dav for dav_fs:
    Module dav already enabled
    Module dav_fs already enabled
    Module dav already enabled
    Considering dependency authn_core for auth_digest:
    Module authn_core already enabled
    Module auth_digest already enabled
    Module cgi already enabled
    Module headers already enabled
    Considering dependency proxy for proxy_fcgi:
    Module proxy already enabled
    Module proxy_fcgi already enabled
    Considering dependency proxy for proxy_http:
    Module proxy already enabled
    Module proxy_http already enabled
    Module alias already enabled
    Module http2 already enabled
    Considering conflict mpm_worker for mpm_event:
    Considering conflict mpm_prefork for mpm_event:
    ERROR: Module mpm_prefork is enabled - cannot proceed due to conflicts. It needs to be disabled first!
     
  10. till

    till Super Moderator Staff Member ISPConfig Developer

    This means you did not start from a clean and empty system, your system probably had already and apache web server installed and configured which uses a conflicting MPM module. You must start with an empty system, see system requirements of the installer: https://www.howtoforge.com/ispconfig-autoinstall-debian-ubuntu/
     
    joshuag15118 and ahrasis like this.
  11. joshuag15118

    joshuag15118 New Member

    thanks man restarted from freash now getting a differnt code is as follows

    ISPConfigOSException -> Command mount -o remount / 2>&1 && quotaoff -avug 2>&1 && quotacheck -avugm 2>&1 && quotaon -avug 2>&1 failed.
     
  12. till

    till Super Moderator Staff Member ISPConfig Developer

    This means that you are installing it on a system that does not support Linux filesystem quota. Probably you are using a LXC container or something similar. Run the installation with the additional option:

    --no-quota

    or use a server or VM with Linux quota support like a KVM VM.

    And please make a new thread if you have any additional questions.
     
Thread Status:
Not open for further replies.

Share This Page