YunoHost-Apps / roundcube_ynh

Roundcube package for YunoHost
https://roundcube.net/
GNU Affero General Public License v3.0
11 stars 21 forks source link

[update KO] fatal: unable to access 'https://github.com/pear/Net_Socket.git/' #48

Closed isAAAc closed 5 years ago

isAAAc commented 5 years ago

Hi all, update failed due to trouble to handshake on https://github.com/pear/Net_Socket.git/ :

2019-01-04 09:52:07,883: WARNING -   [RuntimeException]
2019-01-04 09:52:07,883: WARNING -   Failed to clone https://github.com/pear/Net_Socket.git via https, ssh protocols, aborting.
2019-01-04 09:52:07,883: WARNING -   - https://github.com/pear/Net_Socket.git
2019-01-04 09:52:07,884: WARNING -     fatal: unable to access 'https://github.com/pear/Net_Socket.git/': gnutls_handshake() failed: Public key signature verification has failed.
2019-01-04 09:52:07,884: WARNING -   - git@github.com:pear/Net_Socket.git
2019-01-04 09:52:07,885: WARNING -     Permission denied (publickey).
2019-01-04 09:52:07,885: WARNING -     fatal: Could not read from remote repository.
2019-01-04 09:52:07,885: WARNING - 
2019-01-04 09:52:07,886: WARNING -     Please make sure you have the correct access rights
2019-01-04 09:52:07,886: WARNING -     and the repository exists.

complete log : https://paste.yunohost.org/raw/vasekagoto

Mickael-Martin commented 5 years ago

Hi,

Can you retry after deleting cache file : find / -name "provider-pear\$net-socket.json" 2>/dev/null -delete

isAAAc commented 5 years ago

Hi @Mickael-Martin , done but still have the same error :

2019-01-06 11:43:52,105: DEBUG - + php /var/www/roundcube/composer.phar update --no-dev --prefer-dist -d /var/www/roundcube --quiet --no-interaction
2019-01-06 11:44:04,040: WARNING - 
2019-01-06 11:44:04,242: WARNING - 
2019-01-06 11:44:04,243: WARNING -   [RuntimeException]
2019-01-06 11:44:04,243: WARNING -   Failed to clone https://github.com/pear/Net_Socket.git via https, ssh protocols, aborting.
2019-01-06 11:44:04,243: WARNING -   - https://github.com/pear/Net_Socket.git
2019-01-06 11:44:04,243: WARNING -     fatal: unable to access 'https://github.com/pear/Net_Socket.git/': gnutls_handshake() failed: Public key signature verification has failed.
2019-01-06 11:44:04,244: WARNING -   - git@github.com:pear/Net_Socket.git
2019-01-06 11:44:04,244: WARNING -     Permission denied (publickey).
2019-01-06 11:44:04,244: WARNING -     fatal: Could not read from remote repository.
2019-01-06 11:44:04,245: WARNING - 
2019-01-06 11:44:04,245: WARNING -     Please make sure you have the correct access rights
2019-01-06 11:44:04,245: WARNING -     and the repository exists.
2019-01-06 11:44:04,246: WARNING - 
2019-01-06 11:44:04,246: WARNING -

complete log here : https://paste.yunohost.org/raw/labuciziso

Mickael-Martin commented 5 years ago

Hi. Can you make : dpkg -l | grep libgnutls please ?

isAAAc commented 5 years ago

sure :

# dpkg -l | grep libgnutls
ii  libgnutls-deb0-28:amd64               3.3.8-6+deb8u7                          amd64        GNU TLS library - main runtime library
ii  libgnutls-openssl27:amd64             3.5.8-5+deb9u4                          amd64        GNU TLS library - OpenSSL wrapper
rc  libgnutls26:amd64                     2.12.20-8+deb7u5                        amd64        GNU TLS library - runtime library
ii  libgnutls30:amd64                     3.5.8-5+deb9u4                          amd64        GNU TLS library - main runtime library
isAAAc commented 5 years ago

hi @Mickael-Martin , should i install libgnutls26:amd64 ? the trouble is still alive

isAAAc commented 5 years ago

i removed roundcube and tried to reinstall it, but it fails, the error isn't the same , so i close this case.