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/03/2009, à 21:45

Tijoe

Major failure....au secours ! (RESOLU ! Merci !)

Bonjour, j'ai posté un message hier puisque je n'étais pas en mesure de configurer adéquatement ma connexion WIFI.  Après quelques opérations guidé par un samaritain, tout fonctionne à ce niveau.  Cependant, j'ai découvert que j'avais un problème relativement important... Lorsque j'essaie d'ajouter un programme j'obtiens ce message :

This is a major failure of your software management system. Please check for broken packages with synaptic, check the file permissions and correctness of the file '/etc/apt/sources.list' and reload the software information with: 'sudo apt-get update' and 'sudo apt-get install -f'.

De même, lorsque je vais dans synaptic, je reçois celui-ci :

E: Ligne 54 mal formée dans la liste des sources /etc/apt/sources.list (analyse de l'URI)
E: The list of sources could not be read.
Go to the repository dialog to correct the problem.
E: _cache->open() failed, please report.

J'avoue que je ne sais pas quoi faire. 

Je ne souhaite pas avoir à tout réinstaller, car j'anticipe d'autres problèmes avec ma connexion WIFI ou Ethernet ;-).

Merci de me guide afin de rédoudre ce problème.

J'ai la version 8,10 d'Obuntu...

Dernière modification par Tijoe (Le 10/03/2009, à 03:40)

Hors ligne

#2 Le 08/03/2009, à 21:48

michel2652

Re : Major failure....au secours ! (RESOLU ! Merci !)

Bonjour,

Colle le retour de :

cat /etc/apt/sources.list

Tu as un souci à la ligne 54 de ton sources.list.
Après avoir corrigé :

sudo apt-get update
sudo apt-get -f install

Edit :

Tijoe a écrit :

J'ai la version 8,10 d'Obuntu...

Ubuntu

A+

Dernière modification par michel2652 (Le 08/03/2009, à 21:51)

#3 Le 08/03/2009, à 21:50

Tijoe

Re : Major failure....au secours ! (RESOLU ! Merci !)

Voilà...J'attends des nouvelles ;-)

Merci à l'avance.



deb cdrom:[Ubuntu 8.10 _Intrepid Ibex_ - Release i386 (20081029.5)]/ intrepid main restricted
# See http://help.ubuntu.com/community/UpgradeNotes for how to upgrade to
# newer versions of the distribution.

deb http://ca.archive.ubuntu.com/ubuntu/ intrepid main restricted
deb-src http://ca.archive.ubuntu.com/ubuntu/ intrepid main restricted

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

deb http://security.ubuntu.com/ubuntu intrepid-security main restricted
deb-src http://security.ubuntu.com/ubuntu intrepid-security main restricted
deb http://security.ubuntu.com/ubuntu intrepid-security universe
deb-src http://security.ubuntu.com/ubuntu intrepid-security universe
deb http://security.ubuntu.com/ubuntu intrepid-security multiverse
deb-src http://security.ubuntu.com/ubuntu intrepid-security multiverse
deb http//ppa.lauchpad.net/openoffice-pkgs/ubuntu intrepid main

Hors ligne

#4 Le 08/03/2009, à 21:56

michel2652

Re : Major failure....au secours ! (RESOLU ! Merci !)

Re,

gksudo gedit /etc/apt/sources./list

Copie/colle à la place des lignes de ton sources.list :

# deb cdrom:[Ubuntu 8.10 _Intrepid Ibex_ - Release i386 (20081029.5)]/ intrepid main restricted
# See http://help.ubuntu.com/community/UpgradeNotes for how to upgrade to
# newer versions of the distribution.

deb http://ca.archive.ubuntu.com/ubuntu/ intrepid main restricted
deb-src http://ca.archive.ubuntu.com/ubuntu/ intrepid main restricted

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

deb http://security.ubuntu.com/ubuntu intrepid-security main restricted
deb-src http://security.ubuntu.com/ubuntu intrepid-security main restricted
deb http://security.ubuntu.com/ubuntu intrepid-security universe
deb-src http://security.ubuntu.com/ubuntu intrepid-security universe
deb http://security.ubuntu.com/ubuntu intrepid-security multiverse
deb-src http://security.ubuntu.com/ubuntu intrepid-security multiverse
deb http://ppa.launchpad.net/openoffice-pkgs/ubuntu intrepid main

Puis :

wget -q 'http://keyserver.ubuntu.com:11371/pks/lookup?op=get&search=0x60D11217247D1CFF' -O- | sudo apt-key add -
sudo apt-get update
sudo apt-get -f install

A+

#5 Le 08/03/2009, à 22:05

Tijoe

Re : Major failure....au secours ! (RESOLU ! Merci !)

Bonjour Michel, j'ai procédé et ça semble fonctionner maintenant. Je te remercie.  Cependant, lorsque j'ai fait la dernière commande, j'ai eu un message comme quoi il n'était pas possible de procédé...

Bref, je peux installer des applications...Y a-t-il quelques choses que j'ai fait incorrectement ? ;-)

Joël

Hors ligne

#6 Le 08/03/2009, à 22:08

tux4fun

Re : Major failure....au secours ! (RESOLU ! Merci !)

Il manque un "n", denière ligne.
deb http//ppa.lauchnpad.net/openoffice-pkgs/ubuntu intrepid main
Un plus sur ppa.launchpad
Le script launchpad pour récupération de clefs:
http://doc.ubuntu-fr.org/depots#launchpad

Dernière modification par tux4fun (Le 08/03/2009, à 22:10)


tux4fun
http://linuxcounter.net/ - http://frederick.varin.free.fr
Linux Registered User     #363458
Machine Registered     #261921

Hors ligne

#7 Le 08/03/2009, à 22:18

michel2652

Re : Major failure....au secours ! (RESOLU ! Merci !)

Re,

tux4fun a écrit :

Il manque un "n", denière ligne.

Il manquait les : (2points) après http et le n de launchpad, j'avais modifié la ligne dans ce que j'ai demandé à Tijoe de coller dans son sources.list.

@ Tijoe
Quand tu installes un paquet, tu n'as pas d'erreur retournée ?
Lorsque tu fais :

sudo apt-get update
sudo apt-get upgrade

Tu n'as pas d'erreur ?
Alors, c'est bon.

A+

#8 Le 09/03/2009, à 01:00

Tijoe

Re : Major failure....au secours ! (RESOLU ! Merci !)

Merci à vous messieurs... Je vous suis très reconnaissant.

Joël

Hors ligne