Visualizzazione dei risultati da 1 a 2 su 2
  1. #1

    Problema installazione pacchetti su server debian

    ciao!

    su un server non mio, e che non gestisco io, devo installare un pacchetto, ma mi da errore:
    codice:
    # aptitude install php-mysql
    The following NEW packages will be installed:
      php-mysql php8.2-mysql{a} 
    0 packages upgraded, 2 newly installed, 0 to remove and 23 not upgraded.
    Need to get 124 kB of archives. After unpacking 480 kB will be used.
    Do you want to continue? [Y/n/?] y
    Err https://packages.sury.org/php bullseye/main amd64 php8.2-mysql amd64 8.2.3-1+0~20230214.16+debian11~1.gbpd66462
      404  Not Found [IP: 84.17.59.115 443]
    Err https://packages.sury.org/php bullseye/main amd64 php-mysql all 2:8.2+93+0~20221211.45+debian11~1.gbpdb4dcc
      404  Not Found [IP: 84.17.59.115 443]
    0% [Working]E: Failed to fetch https://packages.sury.org/php/pool/main/p/php8.2/php8.2-mysql_8.2.3-1%2b0%7e20230214.16%2bdebian11%7e1.gbpd66462_amd64.deb: 404  Not Found [IP: 84.17.59.115 443]
    E: Unable to fetch some packages; try '-o APT::Get::Fix-Missing=true' to continue with missing packages
    avete qualche idea su come risolvere??

  2. #2
    penso che il problema sia una chiave scaduta:
    codice:
    # apt-get update --fix-missing
    Hit:1 http://security.debian.org/debian-security bullseye-security InRelease
    Hit:2 http://deb.debian.org/debian bullseye InRelease                                                                       
    Hit:3 http://deb.debian.org/debian bullseye-updates InRelease                                                               
    Get:4 https://packages.sury.org/php bullseye InRelease [7,551 B]                                                            
    Err:4 https://packages.sury.org/php bullseye InRelease                                                
      The following signatures were invalid: EXPKEYSIG B188E2B695BD4743 DEB.SURY.ORG Automatic Signing Key <deb@sury.org>
    Hit:5 https://packages.gitlab.com/runner/gitlab-runner/debian bullseye InRelease
    Reading package lists... Done
    W: An error occurred during the signature verification. The repository is not updated and the previous index files will be used. GPG error: https://packages.sury.org/php bullseye InRelease: The following signatures were invalid: EXPKEYSIG B188E2B695BD4743 DEB.SURY.ORG Automatic Signing Key <deb@sury.org>
    W: Failed to fetch https://packages.sury.org/php/dists/bullseye/InRelease  The following signatures were invalid: EXPKEYSIG B188E2B695BD4743 DEB.SURY.ORG Automatic Signing Key <deb@sury.org>
    W: Some index files failed to download. They have been ignored, or old ones used instead.
    ho provato a fare il renew senza successo:
    codice:
    # apt-key adv --keyserver keys.gnupg.net --recv-keys B188E2B695BD4743
    Warning: apt-key is deprecated. Manage keyring files in trusted.gpg.d instead (see apt-key(8)).
    Executing: /tmp/apt-key-gpghome.fHdlvFBiFi/gpg.1.sh --keyserver keys.gnupg.net --recv-keys B188E2B695BD4743
    gpg: keyserver receive failed: Server indicated a failure

Permessi di invio

  • Non puoi inserire discussioni
  • Non puoi inserire repliche
  • Non puoi inserire allegati
  • Non puoi modificare i tuoi messaggi
  •  
Powered by vBulletin® Version 4.2.1
Copyright © 2024 vBulletin Solutions, Inc. All rights reserved.