Upgrade ISPconfig from Ubuntu 20.04 to Ubuntu 22.04

Discussion in 'Installation/Configuration' started by PilouFace, May 30, 2023.

  1. PilouFace

    PilouFace New Member

    Code:
    ##### SERVER #####
    IP-address (as per hostname): ***.***.***.***
    [WARN] could not determine server's ip address by ifconfig
    [INFO] OS version is Ubuntu 22.04.2 LTS
    
    [INFO] uptime:  12:32:17 up 8 min,  1 user,  load average: 0.00, 0.17, 0.13
    
    [INFO] memory:
                   total        used        free      shared  buff/cache   available
    Mem:           1.9Gi       1.7Gi        71Mi        20Mi       194Mi        90Mi
    Swap:           95Mi        95Mi       0.0Ki
    
    [INFO] systemd failed services status:
      UNIT                      LOAD   ACTIVE SUB    DESCRIPTION
    ● snap.lxd.activate.service loaded failed failed Service for snap application lxd.activate
    
    LOAD   = Reflects whether the unit definition was properly loaded.
    ACTIVE = The high-level unit activation state, i.e. generalization of SUB.
    SUB    = The low-level unit activation state, values depend on unit type.
    1 loaded units listed.
    
    [INFO] ISPConfig is installed.
    
    ##### ISPCONFIG #####
    ISPConfig version is 3.2.9p1
    
    
    ##### VERSION CHECK #####
    
    [INFO] php (cli) version is 8.1.2-1ubuntu2.11
    [INFO] php-cgi (used for cgi php in default vhost!) is version 8.1.2
    
    ##### PORT CHECK #####
    
    
    ##### MAIL SERVER CHECK #####
    
    
    ##### RUNNING SERVER PROCESSES #####
    
    [INFO] I found the following web server(s):
            Apache 2 (PID 954)
    [INFO] I found the following mail server(s):
            Postfix (PID 1812)
    [INFO] I found the following pop3 server(s):
            Dovecot (PID 714)
    [INFO] I found the following imap server(s):
            Dovecot (PID 714)
    [INFO] I found the following ftp server(s):
            PureFTP (PID 1068)
    
    ##### LISTENING PORTS #####
    (only           ()
    Local           (Address)
    [anywhere]:3306         (909/mariadbd)
    ***.***.***.***:53              (802/named)
    
     
  2. ahrasis

    ahrasis Well-Known Member HowtoForge Supporter

    Try reinstalling roundcube by following ISPConfig PST for Ubuntu 20.04.
     
  3. till

    till Super Moderator Staff Member ISPConfig Developer

    Which error do you get when you access RoundCube?
     
  4. PilouFace

    PilouFace New Member

    I have 404 error, it can't find the webpage of roundcube.
     
  5. PilouFace

    PilouFace New Member

    After doing that i have error 403
    Forbidden
    You don't have permission to access this resource.

    Mailman has an error :
    Code:
    Jun 01 17:43:16 mail.****.**** mailmanctl[26118]: Traceback (most recent call last):
    Jun 01 17:43:16 mail.****.**** mailmanctl[26118]:   File "/usr/lib/mailman/bin/mailmanctl", line 106, in <module>
    Jun 01 17:43:16 mail.****.**** mailmanctl[26118]:     from Mailman import mm_cfg
    Jun 01 17:43:16 mail.****.**** mailmanctl[26118]: ImportError: No module named Mailman
    Jun 01 17:43:16 mail.****.**** systemd[1]: mailman.service: Control process exited, code=exited, status=1/FAILURE
     
  6. ahrasis

    ahrasis Well-Known Member HowtoForge Supporter

    As far as I can remember, roundcube should be straightforward. Did you edit the RoundCube apache configuration file as instructed? How did you access your roundcube page?

    Mailmain is already explained in the tutorial to upgrade from 20.04 to 22.04. It must be removed.
     
  7. PilouFace

    PilouFace New Member

    To access. I do domainname.***/webmail but i get error 403 forbidden.
    I did follow the tutorial on upgrading from ubuntu 20.04 to 22.04 but it's not working.
    I did all as instructed.
     
  8. ahrasis

    ahrasis Well-Known Member HowtoForge Supporter

    This will depend very much on your setup but if your setup is based on ISPConfig Perfecf Server Tutorial for Ubuntu 20.04 and you were root when doing it, it should work straightforward.

    Otherwise, as it complained about its permissions, do check your steps back.
     
  9. PilouFace

    PilouFace New Member

    I did it as root and my setup is based on ISPConfig Perfecf Server Tutorial for Ubuntu 20.04
     
  10. ahrasis

    ahrasis Well-Known Member HowtoForge Supporter

    Have you reloaded apache2?
     
  11. PilouFace

    PilouFace New Member

    Yes, i even restarted the vps.
     
  12. ahrasis

    ahrasis Well-Known Member HowtoForge Supporter

Share This Page