PHP Warning when updating DNS server from 3.2.7p1 to 3.2.8p1

Discussion in 'ISPConfig 3 Priority Support' started by Abacop, Jun 12, 2022.

  1. Abacop

    Abacop Member HowtoForge Supporter

    Hello,

    I'm finally updating my multi server setup (all on Debian 10) from 3.2.7p1 to 3.2.8p1.

    When updating my DNS servers I get
    Code:
    PHP Warning:  symlink(): No such file or directory in /tmp/update_runner.sh.yTpxADClDL/install/lib/installer_base.lib.php on line 2880
    I'm not experiencing any problems (yet?) but it would be great to know what this is all about and maybe how to avoid this.

    The hole update process can bee seen here:

    Code:
    ispconfig_update.sh
    
    
    --------------------------------------------------------------------------------
     _____ ___________   _____              __ _
    |_   _/  ___| ___ \ /  __ \            / _(_)
      | | \ `--.| |_/ / | /  \/ ___  _ __ | |_ _  __ _
      | |  `--. \  __/  | |    / _ \| '_ \|  _| |/ _` |
     _| |_/\__/ / |     | \__/\ (_) | | | | | | | (_| |
     \___/\____/\_|      \____/\___/|_| |_|_| |_|\__, |
                                                  __/ |
                                                 |___/ 
    --------------------------------------------------------------------------------
    
    
    >> Update  
    
    Please choose the update method. For production systems select 'stable'. 
    WARNING: The update from GIT is only for development systems and may break your current setup. Do not use the GIT version on servers that host any live websites!
    Note: On Multiserver systems, enable maintenance mode and update your master server first. Then update all slave servers, and disable maintenance mode when all servers are updated.
    
    Select update method (stable,nightly,git-develop) [stable]: 
    
    Downloading ISPConfig update.
    Unpacking ISPConfig update.
    
    
    --------------------------------------------------------------------------------
     _____ ___________   _____              __ _         ____
    |_   _/  ___| ___ \ /  __ \            / _(_)       /__  \
      | | \ `--.| |_/ / | /  \/ ___  _ __ | |_ _  __ _    _/ /
      | |  `--. \  __/  | |    / _ \| '_ \|  _| |/ _` |  |_ |
     _| |_/\__/ / |     | \__/\ (_) | | | | | | | (_| | ___\ \
     \___/\____/\_|      \____/\___/|_| |_|_| |_|\__, | \____/
                                                  __/ |
                                                 |___/ 
    --------------------------------------------------------------------------------
    
    
    >> Update  
    
    Operating System: Debian 10.0 (Buster) or compatible
    
    This application will update ISPConfig 3 on your server.
    
    Shall the script create a ISPConfig backup in /var/backup/ now? (yes,no) [yes]: 
    
    Creating backup of "/usr/local/ispconfig" directory...
    Creating backup of "/etc" directory...
    Creating backup of "/root/.acme.sh" directory...
    MySQL master server hostname [panel.example.net]: 
    
    MySQL master server port []: 
    
    MySQL master server root username [root]: 
    
    MySQL master server root password []: password-example
    
    MySQL master server database name [dbispconfig]: 
    
    Checking ISPConfig database .. OK
    Starting incremental database update.
    Loading SQL patch file: /tmp/update_runner.sh.uVpxBFClZL/install/sql/incremental/upd_0096.sql
    Loading SQL patch file: /tmp/update_runner.sh.uVpxBFClZL/install/sql/incremental/upd_dev_collection.sql
    Reconfigure Permissions in master database? (yes,no) [no]: 
    
    Service 'mail_server' has been detected (currently disabled) do you want to enable and configure it?  (yes,no) [no]: 
    
    Service 'web_server' has been detected (currently disabled) do you want to enable and configure it?  (yes,no) [no]: 
    
    WARNING: If ISPConfig-Interface (Webfrontend) is installed on this Server we will configure the Web Server anyways but will not enable it in ISPConfig.
    
    Reconfigure Services? (yes,no,selected) [yes]: 
    
    Configuring BIND
    Configuring Ubuntu Firewall
    Configuring Database
    Updating ISPConfig
    PHP Warning:  symlink(): No such file or directory in /tmp/update_runner.sh.uVpxBFClZL/install/lib/installer_base.lib.php on line 2880
    Do you want to create SSL certs for your server? (y,n) [y]: n
    
    Reconfigure Crontab? (yes,no) [yes]: 
    
    Updating Crontab
    Restarting services ...
    Update finished.
    
     
  2. Th0m

    Th0m ISPConfig Developer Staff Member ISPConfig Developer

    You can ignore that, it's a bug with the SSL cert process. Doesn't hurt.
     

Share This Page