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 05/09/2009, à 13:56

tif

mise a jour

message d'erreur pour lamise a jour

"Le dépôt n'est peut-être plus disponible ou il est impossible de le trouver suite à des problèmes de réseau. Une ancienne version de l'index sera utilisée si elle est disponible. Autrement, le dépôt sera ignoré. Vérifiez que votre connexion réseau est active et assurez-vous que l'adresse inscrite dans les préférences est valide pour ce dépôt."

Impossible de récupérer http://archive.ubuntu.com/ubuntu/dists/jaunty/Release  Unable to find expected entry  main /binary-i386/Packages in Meta-index file (malformed Release file?)
Le téléchargement de quelques fichiers d'index a échoué, ils ont été ignorés, ou les anciens ont été utilisés à la place.

je ne sais pas quoi faire

Hors ligne

#2 Le 05/09/2009, à 15:31

wido

Re : mise a jour

Bonjour,

sudo apt-get update && sudo apt-get upgrade

et poste le résultat sur le forum.

ainsi que le fichier /etc/apt/sources.list

cat /etc/apt/sources.list

Hors ligne

#3 Le 05/09/2009, à 16:15

tif

Re : mise a jour

W: Impossible de récupérer http://archive.ubuntu.com/ubuntu/dists/jaunty/Release  Unable to find expected entry  main /binary-i386/Packages in Meta-index file (malformed Release file?)

E: Le téléchargement de quelques fichiers d'index a échoué, ils ont été ignorés, ou les anciens ont été utilisés à la place.

Hors ligne

#4 Le 05/09/2009, à 16:16

tif

Re : mise a jour

# deb cdrom:[Ubuntu 9.04 _Jaunty Jackalope_ - Release i386 (20090420.1)]/ jaunty 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/ jaunty main restricted
deb-src http://fr.archive.ubuntu.com/ubuntu/ jaunty main restricted

## Major bug fix updates produced after the final release of the
## distribution.
deb http://fr.archive.ubuntu.com/ubuntu/ jaunty-updates main restricted
deb-src http://fr.archive.ubuntu.com/ubuntu/ jaunty-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/ jaunty universe
deb-src http://fr.archive.ubuntu.com/ubuntu/ jaunty universe
deb http://fr.archive.ubuntu.com/ubuntu/ jaunty-updates universe
deb-src http://fr.archive.ubuntu.com/ubuntu/ jaunty-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/ jaunty multiverse
deb-src http://fr.archive.ubuntu.com/ubuntu/ jaunty multiverse
deb http://fr.archive.ubuntu.com/ubuntu/ jaunty-updates multiverse
deb-src http://fr.archive.ubuntu.com/ubuntu/ jaunty-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/ jaunty-backports main restricted universe multiverse
# deb-src http://fr.archive.ubuntu.com/ubuntu/ jaunty-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 jaunty partner
# deb-src http://archive.canonical.com/ubuntu jaunty partner

deb http://security.ubuntu.com/ubuntu jaunty-security main restricted
deb-src http://security.ubuntu.com/ubuntu jaunty-security main restricted
deb http://security.ubuntu.com/ubuntu jaunty-security universe
deb-src http://security.ubuntu.com/ubuntu jaunty-security universe
deb http://security.ubuntu.com/ubuntu jaunty-security multiverse
deb-src http://security.ubuntu.com/ubuntu jaunty-security multiverse

##Themes du ZgegBlog
deb http://debian.vogelweith.com/ intrepid zgegthemes
## Thèmes du projet bisigi
deb http://ppa.launchpad.net/bisigi/ppa/ubuntu hardy main
deb-src http://ppa.launchpad.net/bisigi/ppa/ubuntu hardy main

deb http://archive.ubuntu.com/ubuntu/ jaunty main 
deb http://ppa.launchpad.net/tualatrix/ppa/ubuntu jaunty main
deb-src http://ppa.launchpad.net/tualatrix/ppa/ubuntu jaunty main

tif@Alcoo-TiF:~$

Hors ligne

#5 Le 05/09/2009, à 17:36

Goulou99

Re : mise a jour

Salut,

Vers la fin de ton sources.list les dépôts #Thèmes du ZgegBlog et # Thèmes du projet bisigi sont dans les anciennes versions intrepid et hardy . Celui qui pose problème semble être le deb-src .... bisigi .... hardy main. Donc il faut le commenter c'est-à-dire mettre un # au début de la ligne. Tu peux aussi commenter les trois ou bien remplacer intrepid et hardy par jaunty sans les commenter (pas de # devant)  et voir si ça marche.

Pour faire cela:

sudo gedit /etc/apt/sources.list

Tu fais le modifications, tu enregistres et tu quittes.

Hors ligne