My YunoHost server
Hardware: Dedicated server, Kimsufi
YunoHost version: 11.2.3
I have access to my server : Through SSH & through the webadmin
Are you in a special context or did you perform some particular tweaking on your YunoHost instance ? : No (fresh install)
If your request is related to an app, specify its name and version: Roundcube 1.6.0~ynh4
Description of my issue
Hi all,
I’ve encounter a problem while installing Roundcube from my Yunohost admin interface.
Complete log is here: https://paste.yunohost.org/raw/nakixufubi
More specifically the problem comes from the following part:
2023-08-25 10:21:57,765: INFO - [#########++++++++++.] > Installing additional plugins...
2023-08-25 10:21:57,768: DEBUG - + mkdir -p /var/www/roundcube/logs /var/www/roundcube/temp
2023-08-25 10:21:57,770: DEBUG - + ynh_composer_exec '--commands=require kolab/net_ldap3'
2023-08-25 10:21:57,771: DEBUG - + local _globalphpversion=7.4
2023-08-25 10:21:57,774: DEBUG - + declare -Ar args_array
2023-08-25 10:21:57,894: DEBUG - + workdir=/var/www/roundcube
2023-08-25 10:21:57,895: DEBUG - + dpkg --compare-versions 1.0 lt 2
2023-08-25 10:21:57,899: DEBUG - + phpversion=7.4
2023-08-25 10:21:57,901: DEBUG - + COMPOSER_HOME=/var/www/roundcube/.composer
2023-08-25 10:21:57,902: DEBUG - + COMPOSER_MEMORY_LIMIT=-1
2023-08-25 10:21:57,903: DEBUG - + php7.4 /var/www/roundcube/composer.phar require kolab/net_ldap3 -d /var/www/roundcube --no-interaction --no-ansi
2023-08-25 10:21:58,268: DEBUG - Do not run Composer as root/super user! See https://getcomposer.org/root for details
2023-08-25 10:21:59,117: DEBUG - Using version ^1.1 for kolab/net_ldap3
2023-08-25 10:21:59,129: DEBUG - ./composer.json has been updated
2023-08-25 10:21:59,324: DEBUG - Running composer update kolab/net_ldap3
2023-08-25 10:21:59,368: DEBUG - Loading composer repositories with package information
2023-08-25 10:21:59,760: DEBUG - Updating dependencies
2023-08-25 10:21:59,846: DEBUG - Lock file operations: 2 installs, 0 updates, 0 removals
2023-08-25 10:21:59,847: DEBUG - - Locking kolab/net_ldap3 (v1.1.5)
2023-08-25 10:21:59,848: DEBUG - - Locking pear/net_ldap2 (v2.2.1)
2023-08-25 10:21:59,857: DEBUG - Writing lock file
2023-08-25 10:21:59,858: DEBUG - Installing dependencies from lock file (including require-dev)
2023-08-25 10:21:59,872: DEBUG - Package operations: 30 installs, 0 updates, 0 removals
2023-08-25 10:21:59,875: DEBUG - - Downloading pear/net_ldap2 (v2.2.1)
2023-08-25 10:21:59,877: DEBUG - - Syncing kolab/net_ldap3 (v1.1.5) into cache
2023-08-25 10:22:00,988: DEBUG -
2023-08-25 10:22:01,028: DEBUG - In Git.php line 484:
2023-08-25 10:22:01,030: DEBUG -
2023-08-25 10:22:01,033: DEBUG - Failed to execute git clone --mirror -- 'https://git.kolab.org/diffusion/PN
2023-08-25 10:22:01,035: DEBUG - L/php-net_ldap3.git' '/var/www/roundcube/.composer/cache/vcs/https---git.ko
2023-08-25 10:22:01,036: DEBUG - lab.org-diffusion-PNL-php-net-ldap3.git/'
2023-08-25 10:22:01,038: DEBUG -
2023-08-25 10:22:01,039: DEBUG - Cloning into bare repository '/var/www/roundcube/.composer/cache/vcs/https-
2023-08-25 10:22:01,041: DEBUG - --git.kolab.org-diffusion-PNL-php-net-ldap3.git'...
2023-08-25 10:22:01,042: DEBUG - **fatal: unable to access 'https://git.kolab.org/diffusion/PNL/php-net_ldap3.**
2023-08-25 10:22:01,044: DEBUG - git/': The requested URL returned error: 503
The following URL is down: php-Net_LDAP3 · rPNL so the installation fails.
Is their a way to fix this on your end ?
Mor info : For my roundcube install I chose fr_FR as the lang setting and check yes for cardav integration.
Many thanks.