Contenu | Rechercher | Menus

Annonce

Si vous avez des soucis pour rester connecté, déconnectez-vous puis reconnectez-vous depuis ce lien en cochant la case
Me connecter automatiquement lors de mes prochaines visites.

À propos de l'équipe du forum.

#1 Le 08/12/2009, à 10:29

paul1717

ubuntu 9.10 problème de mises à jour

Bonjours, lors des mises à jours, beaucoup de paquets de peuvent être installés. Voila le message d'erreur que je reçoit en plus:
W: Erreur GPG : http://ppa.launchpad.net karmic Release: Les signatures suivantes n'ont pas pu être vérifiées car la clé publique n'est pas disponible : NO_PUBKEY B5115B98AA836CA8

Que puis je donc faire?
Merci d'avance.

Hors ligne

#2 Le 08/12/2009, à 10:39

anonyme1

Re : ubuntu 9.10 problème de mises à jour

bonjour
comment as tu fais la première fois pour incorporer ce dépôt ppa à ton sources.list?
Soit ce serveur n'existe plus, soit sa clef a changée et il te faut de nouveau la récupérer.


sudo -s
aptitude update && aptitude safe-upgrade
aptitude full-upgrade && aptitude install build-essential linux-headers-$(uname -r)
aptitude autoclean && update-pciids && update-usbids.sh && update-usbids && reboot

Hors ligne

#3 Le 08/12/2009, à 10:42

paul1717

Re : ubuntu 9.10 problème de mises à jour

Je l'est simplement ajouté via le programme sources de logiciels. En tout cas, je ne peut pas installer mes mises à jours de sécurités importantes, ni le reste.

Hors ligne

#4 Le 08/12/2009, à 10:46

anonyme1

Re : ubuntu 9.10 problème de mises à jour

poste le fichier sources.list

gedit /etc/apt/sources.list

sudo -s
aptitude update && aptitude safe-upgrade
aptitude full-upgrade && aptitude install build-essential linux-headers-$(uname -r)
aptitude autoclean && update-pciids && update-usbids.sh && update-usbids && reboot

Hors ligne

#5 Le 08/12/2009, à 10:47

paul1717

Re : ubuntu 9.10 problème de mises à jour

# deb cdrom:[Ubuntu 9.10 _Karmic Koala_ - Release i386 (20091028.5)]/ karmic main restricted
# See http://help.ubuntu.com/community/UpgradeNotes for how to upgrade to
# newer versions of the distribution.

deb http://fr.archive.ubuntu.com/ubuntu/ karmic main restricted
deb-src http://fr.archive.ubuntu.com/ubuntu/ karmic main restricted

## Major bug fix updates produced after the final release of the
## distribution.
deb http://fr.archive.ubuntu.com/ubuntu/ karmic-updates main restricted
deb-src http://fr.archive.ubuntu.com/ubuntu/ karmic-updates main restricted

## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
## team. Also, please note that software in universe WILL NOT receive any
## review or updates from the Ubuntu security team.
deb http://fr.archive.ubuntu.com/ubuntu/ karmic universe
deb-src http://fr.archive.ubuntu.com/ubuntu/ karmic universe
deb http://fr.archive.ubuntu.com/ubuntu/ karmic-updates universe
deb-src http://fr.archive.ubuntu.com/ubuntu/ karmic-updates universe

## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
## team, and may not be under a free licence. Please satisfy yourself as to
## your rights to use the software. Also, please note that software in
## multiverse WILL NOT receive any review or updates from the Ubuntu
## security team.
deb http://fr.archive.ubuntu.com/ubuntu/ karmic multiverse
deb-src http://fr.archive.ubuntu.com/ubuntu/ karmic multiverse
deb http://fr.archive.ubuntu.com/ubuntu/ karmic-updates multiverse
deb-src http://fr.archive.ubuntu.com/ubuntu/ karmic-updates multiverse

## Uncomment the following two lines to add software from the 'backports'
## repository.
## N.B. software from this repository may not have been tested as
## extensively as that contained in the main release, although it includes
## newer versions of some applications which may provide useful features.
## Also, please note that software in backports WILL NOT receive any review
## or updates from the Ubuntu security team.
# deb http://fr.archive.ubuntu.com/ubuntu/ karmic-backports main restricted universe multiverse
# deb-src http://fr.archive.ubuntu.com/ubuntu/ karmic-backports main restricted universe multiverse

## Uncomment the following two lines to add software from Canonical's
## 'partner' repository.
## This software is not part of Ubuntu, but is offered by Canonical and the
## respective vendors as a service to Ubuntu users.
# deb http://archive.canonical.com/ubuntu karmic partner
# deb-src http://archive.canonical.com/ubuntu karmic partner

deb http://security.ubuntu.com/ubuntu karmic-security main restricted
deb-src http://security.ubuntu.com/ubuntu karmic-security main restricted
deb http://security.ubuntu.com/ubuntu karmic-security universe
deb-src http://security.ubuntu.com/ubuntu karmic-security universe
deb http://security.ubuntu.com/ubuntu karmic-security multiverse
deb-src http://security.ubuntu.com/ubuntu karmic-security multiverse
deb http://fr.packages.medibuntu.org/ karmic free non-free
deb http://fr.archive.ubuntu.com/ubuntu/ karmic main restricted
deb http://security.ubuntu.com/ubuntu karmic-security main restricted
deb http://fr.archive.ubuntu.com/ubuntu/ karmic-updates main restricted

Hors ligne

#6 Le 08/12/2009, à 10:48

Compte anonymisé

Re : ubuntu 9.10 problème de mises à jour

Tu peux ajouter cette clé :
sudo apt-key adv --recv-keys --keyserver keyserver.ubuntu.com B5115B98AA836CA8

@+

#7 Le 08/12/2009, à 10:52

paul1717

Re : ubuntu 9.10 problème de mises à jour

Cette solution la ne marche pas. Voila ce que le terminal me répond:
paul@paul-laptop:~$ gedit /etc/apt/sources.list
paul@paul-laptop:~$ sudo apt-key adv --recv-keys --keyserver keyserver.ubuntu.com B5115B98AA836CA8
[sudo] password for paul:
Executing: gpg --ignore-time-conflict --no-options --no-default-keyring --secret-keyring /etc/apt/secring.gpg --trustdb-name /etc/apt/trustdb.gpg --keyring /etc/apt/trusted.gpg --recv-keys --keyserver keyserver.ubuntu.com B5115B98AA836CA8
gpg: requête de la clé AA836CA8 du serveur hkp keyserver.ubuntu.com

gpg: le délai d'attente du serveur de clés a expiré
gpg: la réception depuis le serveur de clés a échoué: erreur du serveur de clés

Hors ligne

#8 Le 08/12/2009, à 11:03

anonyme1

Re : ubuntu 9.10 problème de mises à jour

Tu as posté le fichier intégralement? Le ppa n'apparait pas.
recharge l'index

sudo apt-get update

sudo -s
aptitude update && aptitude safe-upgrade
aptitude full-upgrade && aptitude install build-essential linux-headers-$(uname -r)
aptitude autoclean && update-pciids && update-usbids.sh && update-usbids && reboot

Hors ligne

#9 Le 08/12/2009, à 15:36

paul1717

Re : ubuntu 9.10 problème de mises à jour

j'obtiens ceci:
W: Erreur GPG : http://ppa.launchpad.net karmic Release: Les signatures suivantes n'ont pas pu être vérifiées car la clé publique n'est pas disponible : NO_PUBKEY B5115B98AA836CA8

Hors ligne