Impossible d'installer sur ubuntu

Bonjour,

Bonjour,
Il m'est complétement impossible d'installer quoi que ce soir sur ma machine ubuntu, même les mises à jour ne fonctionnent pas...

J'arrive cependant a consulter internet, où est le problème ?

28 réponses

Résumé de la discussion

Impossibilité d'installer quoi que ce soit sur Ubuntu alors que les mises à jour échouent, tandis que l'accès à Internet reste opérationnel et que les commandes système répondent normalement. Plusieurs conseils orientent vers le gestionnaire de paquets Synaptic, l'identification des messages d'erreur et la vérification des dépendances et des paquets installés, en particulier le pilote graphique via Xorg. D'autres échanges abordent GRUB, l'existence ou non de xorg.conf et le choix entre pilotes libres et propriétaires, ainsi que la gestion des partitions et la récupération des données. Des détails pratiques évoquent la vérification des paramètres réseau, l'évaluation des versions d'Ubuntu et l'éventuelle installation de paquets comme xserver-xorg-video-all, puis le redémarrage du gestionnaire de connexion pour appliquer les modifications.

Bobot (l’IA à votre service)
  1. Modérateur
    Normalement tu es sensé le faire via ton gestionnaire de paquets synaptic, qui te demandera ton mot de passe.
    http://doc.ubuntu-fr.org/synaptic

    Qu'est ce qui te bloque ?
    Quel est le message d'erreur ?

    Bonne chance
    1
    1. eh bien au bout de 2 secondes il me met
      "Le téléchargement des informations du dépôt a échoué
      Vérifiez votre connexion à Internet
      W:Failed to fetch http://security.ubuntu.com/ubuntu/dists/breezy-security/main/binary-i386/Packages.gz 404 Not Found
      , W:Failed to fetch http://security.ubuntu.com/ubuntu/dists/breezy-security/restricted/binary-i386/Packages.gz 404 Not Found
      , W:Failed to fetch http://fr.archive.ubuntu.com/ubuntu/dists/breezy/main/binary-i386/Packages.gz 404 Not Found
      , W:Failed to fetch http://fr.archive.ubuntu.com/ubuntu/dists/breezy/restricted/binary-i386/Packages.gz 404 Not Found
      , W:Failed to fetch http://security.ubuntu.com/ubuntu/dists/breezy-security/universe/binary-i386/Packages.gz 404 Not Found
      , W:Failed to fetch http://fr.archive.ubuntu.com/ubuntu/dists/breezy/universe/binary-i386/Packages.gz 404 Not Found
      , W:Failed to fetch http://fr.archive.ubuntu.com/ubuntu/dists/breezy-updates/main/binary-i386/Packages.gz 404 Not Found
      , W:Failed to fetch http://fr.archive.ubuntu.com/ubuntu/dists/breezy-updates/restricted/binary-i386/Packages.gz 404 Not Found
      , E:Some index files failed to download, they have been ignored, or old ones used instead."

      Et pourtant je suis bien connecté a internet
      0
    2. Modérateur
      Sans doute, mais là, ubuntu ne voit pas de réseau. Peux-tu me dire comment tu te connectes à ton routeur. Ouvre un terminal et donne-moi le résultat des commandes suivantes :

      /sbin/route -n
      /sbin/ifconfig -a
      cat /etc/resolv.conf
      nslookup www.google.fr
      ping -c2 www.google.fr


      Bonne chance
      0
    3. Voilà le résultat :

      admin@admin-Aspire-T650:~$ /sbin/route -n
      Table de routage IP du noyau
      Destination Passerelle Genmask Indic Metric Ref Use Iface
      192.168.1.0 0.0.0.0 255.255.255.0 U 1 0 0 eth0
      169.254.0.0 0.0.0.0 255.255.0.0 U 1000 0 0 eth0
      0.0.0.0 192.168.1.1 0.0.0.0 UG 0 0 0 eth0
      admin@admin-Aspire-T650:~$ /sbin/ifconfig -a
      eth0 Link encap:Ethernet HWaddr 00:14:2a:a6:35:ac
      inet adr:192.168.1.16 Bcast:192.168.1.255 Masque:255.255.255.0
      adr inet6: fe80::214:2aff:fea6:35ac/64 Scope:Lien
      UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
      Packets reçus:18694 erreurs:0 :0 overruns:0 frame:0
      TX packets:16035 errors:0 dropped:0 overruns:0 carrier:0
      collisions:0 lg file transmission:1000
      Octets reçus:15452116 (15.4 MB) Octets transmis:2164882 (2.1 MB)
      Interruption:20

      lo Link encap:Boucle locale
      inet adr:127.0.0.1 Masque:255.0.0.0
      adr inet6: ::1/128 Scope:Hôte
      UP LOOPBACK RUNNING MTU:16436 Metric:1
      Packets reçus:24 erreurs:0 :0 overruns:0 frame:0
      TX packets:24 errors:0 dropped:0 overruns:0 carrier:0
      collisions:0 lg file transmission:0
      Octets reçus:1440 (1.4 KB) Octets transmis:1440 (1.4 KB)
      admin@admin-Aspire-T650:~$ cat /etc/resolv.conf
      # Generated by NetworkManager
      domain home
      search home
      nameserver 192.168.1.1
      admin@admin-Aspire-T650:~$ nslookup www.google.fr
      Server: 192.168.1.1
      Address: 192.168.1.1#53

      Non-authoritative answer:
      www.google.fr canonical name = www.google.com.
      www.google.com canonical name = www.l.google.com.
      Name: www.l.google.com
      Address: 74.125.230.81
      Name: www.l.google.com
      Address: 74.125.230.84
      Name: www.l.google.com
      Address: 74.125.230.83
      Name: www.l.google.com
      Address: 74.125.230.80
      Name: www.l.google.com
      Address: 74.125.230.82

      admin@admin-Aspire-T650:~$ ping -c2 www.google.frTable de routage IP du noyau
      ping: unknown host www.google.frTable
      admin@admin-Aspire-T650:~$
      0
    4. Modérateur
      Ah je viens de comprendre. C'était tellement gros que je ne l'ai pas vu. La problème ne vient pas du réseau puisque c'est une 404 donc ça veut dire que tu es connecté à Internet, j'ai fait fausse route.

      Maintenant regardons ce que tu tentes de récupérer :

      W:Failed to fetch http://security.ubuntu.com/ubuntu/dists/breezy-security/main/binary-i386/Packages.gz 404 Not Found 


      Si on regarde ici :
      https://en.wikipedia.org/wiki/Ubuntu_%28operating_system%29#Releases

      Elle n'est plus maintenue depuis 2007 ! 2007 !!! ;-)

      Bon bref il faut faire une migration d'urgence :-) Après tu pourras à nouveau installer des paquets.
      http://doc.ubuntu-fr.org/migration

      Bonne chance
      0
    5. curieux.... je pensais utiliser une des dernières version d'ubuntu...

      Bon c'est pas grave. C'est juste un pc de test, Je pense que je vais formater pour installer ubuntu server

      En tout cas merci parce que moi aussi je me creusais la tête pour pas grand chose !
      0
  2. Bonjour,

    Afin d'être sûre de bien faire, je te communique le retour de gksudo :

    # deb cdrom:[Ubuntu 9.04 _Jaunty Jackalope_ - Release i386 (20090420.1)]/ jaunty main
    # See https://help.ubuntu.com/community/UpgradeNotes for how to upgrade to
    # newer versions of the distribution.

    deb http://archive.ubuntu.com/ubuntu/ natty main multiverse universe restricted
    deb-src http://archive.ubuntu.com/ubuntu/ natty main multiverse universe restricted #Added by software-properties

    ## Major bug fix updates produced after the final release of the
    ## distribution.
    deb http://archive.ubuntu.com/ubuntu/ natty-updates main multiverse universe restricted
    deb-src http://archive.ubuntu.com/ubuntu/ natty-updates main multiverse universe restricted #Added by software-properties

    ## 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.

    ## 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 universe
    #deb-src http://fr.archive.ubuntu.com/ubuntu/ jaunty-backports main universe

    deb http://archive.ubuntu.com/ubuntu/ natty-security main multiverse universe restricted
    deb-src http://archive.ubuntu.com/ubuntu/ natty-security main multiverse universe restricted #Added by software-properties
    deb http://security.ubuntu.com/ubuntu/ jaunty-security multiverse
    deb-src http://security.ubuntu.com/ubuntu/ jaunty-security multiverse
    deb http://archive.ubuntu.com/ubuntu/ natty-backports universe main multiverse restricted
    deb-src http://archive.ubuntu.com/ubuntu/ natty-backports universe main multiverse restricted
    deb http://extras.ubuntu.com/ubuntu/ natty main #Third party developers repository
    deb http://old-releases.ubuntu.com/ubuntu/ jaunty multiverse
    deb-src http://old-releases.ubuntu.com/ubuntu/ jaunty multiverse
    deb http://old-releases.ubuntu.com/ubuntu/ jaunty-updates multiverse
    deb-src http://old-releases.ubuntu.com/ubuntu/ jaunty-updates multiverse

    Comme ceci ?
    Ensuite j'enregistre sous "sources.list" dans le dossier apt ; je quitte et termine par les 4 lignes de commande.

    Merci
    0
    1. Modérateur
      Non on s'est mal compris : il faut rajouter un # au début des lignes "deb ... natty".

      Dans ton cas :

      deb http://old-releases.ubuntu.com/ubuntu/ jaunty multiverse
      deb-src http://old-releases.ubuntu.com/ubuntu/ jaunty multiverse
      deb http://old-releases.ubuntu.com/ubuntu/ jaunty-updates multiverse
      deb-src http://old-releases.ubuntu.com/ubuntu/ jaunty-updates multiverse


      ... deviennent :

      #deb http://old-releases.ubuntu.com/ubuntu/ jaunty multiverse
      #deb-src http://old-releases.ubuntu.com/ubuntu/ jaunty multiverse
      #deb http://old-releases.ubuntu.com/ubuntu/ jaunty-updates multiverse
      #deb-src http://old-releases.ubuntu.com/ubuntu/ jaunty-updates multiverse 


      Tu sauves et quitte, puis tu lances les 4 commandes.

      Bonne chance
      0
      1. Bonjour,

        Rien n'a changé apparement ; cela peut-il être dû au fait que je n'ai pas écrasé l'ancien Sources-list dans Apt ??
        J'ai réouvert une discussion : "suppression anciennes versions" ; ne faut-il pas que je m'occupe de cela dans un premier temps ?
        Merci

        Ign http://fr.archive.ubuntu.com jaunty-backports InRelease
        Ign https://ubuntu.com/security/notices jaunty-security InRelease
        Ign http://archive.canonical.com natty InRelease
        Ign http://fr.archive.ubuntu.com jaunty-backports Release.gpg
        Ign https://ubuntu.com/security/notices jaunty-security Release.gpg
        Atteint http://archive.canonical.com natty Release.gpg
        Atteint http://archive.canonical.com natty Release
        Ign http://fr.archive.ubuntu.com jaunty-backports Release
        Ign https://ubuntu.com/security/notices jaunty-security Release
        Ign http://fr.archive.ubuntu.com jaunty-backports/main Sources/DiffIndex
        Ign https://ubuntu.com/security/notices jaunty-security/multiverse Sources/DiffIndex
        Ign http://fr.archive.ubuntu.com jaunty-backports/universe Sources/DiffIndex
        Ign https://ubuntu.com/security/notices jaunty-security/multiverse i386 Packages/DiffIndex
        Ign https://ubuntu.com/security/notices jaunty-security/multiverse TranslationIndex
        Ign http://fr.archive.ubuntu.com jaunty-backports/main i386 Packages/DiffIndex
        Ign http://fr.archive.ubuntu.com jaunty-backports/universe i386 Packages/DiffIndex
        Ign http://fr.archive.ubuntu.com jaunty-backports/main TranslationIndex
        Ign http://fr.archive.ubuntu.com jaunty-backports/universe TranslationIndex
        Err https://ubuntu.com/security/notices jaunty-security/multiverse Sources
        404 Not Found [IP : 91.189.92.167 80]
        Err https://ubuntu.com/security/notices jaunty-security/multiverse i386 Packages
        404 Not Found [IP : 91.189.92.167 80]
        Ign https://ubuntu.com/security/notices jaunty-security/multiverse Translation-fr_FR
        Ign https://ubuntu.com/security/notices jaunty-security/multiverse Translation-fr
        Ign https://ubuntu.com/security/notices jaunty-security/multiverse Translation-en
        Atteint http://archive.canonical.com natty/partner i386 Packages
        Ign http://archive.canonical.com natty/partner TranslationIndex
        Ign http://archive.canonical.com natty/partner Translation-fr_FR
        Ign http://archive.canonical.com natty/partner Translation-fr
        Ign http://archive.canonical.com natty/partner Translation-en
        Err http://fr.archive.ubuntu.com jaunty-backports/main Sources
        404 Not Found
        Err http://fr.archive.ubuntu.com jaunty-backports/universe Sources
        404 Not Found
        Err http://fr.archive.ubuntu.com jaunty-backports/main i386 Packages
        404 Not Found
        Err http://fr.archive.ubuntu.com jaunty-backports/universe i386 Packages
        404 Not Found
        Ign http://fr.archive.ubuntu.com jaunty-backports/main Translation-fr_FR
        Ign http://fr.archive.ubuntu.com jaunty-backports/main Translation-fr
        Ign http://fr.archive.ubuntu.com jaunty-backports/main Translation-en
        Ign http://fr.archive.ubuntu.com jaunty-backports/universe Translation-fr_FR
        Ign http://fr.archive.ubuntu.com jaunty-backports/universe Translation-fr
        Ign http://fr.archive.ubuntu.com jaunty-backports/universe Translation-en
        W: Impossible de récupérer http://fr.archive.ubuntu.com/ubuntu/dists/jaunty-backports/main/source/Sources 404 Not Found

        W: Impossible de récupérer http://security.ubuntu.com/ubuntu/dists/jaunty-security/multiverse/source/Sources 404 Not Found [IP : 91.189.92.167 80]

        W: Impossible de récupérer http://fr.archive.ubuntu.com/ubuntu/dists/jaunty-backports/universe/source/Sources 404 Not Found

        W: Impossible de récupérer http://security.ubuntu.com/ubuntu/dists/jaunty-security/multiverse/binary-i386/Packages 404 Not Found [IP : 91.189.92.167 80]

        W: Impossible de récupérer http://fr.archive.ubuntu.com/ubuntu/dists/jaunty-backports/main/binary-i386/Packages 404 Not Found

        W: Impossible de récupérer http://fr.archive.ubuntu.com/ubuntu/dists/jaunty-backports/universe/binary-i386/Packages 404 Not Found

        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.

        Lecture des listes de paquets... Fait
        Construction de l'arbre des dépendances
        Lecture des informations d'état... Fait
        aptitude est déjà la plus récente version disponible.
        0 mis à jour, 0 nouvellement installés, 0 à enlever et 0 non mis à jour.

        Ign http://fr.archive.ubuntu.com jaunty-backports InRelease
        Ign https://ubuntu.com/security/notices jaunty-security InRelease
        Ign http://archive.canonical.com natty InRelease
        Ign https://ubuntu.com/security/notices jaunty-security Release.gpg
        Ign http://fr.archive.ubuntu.com jaunty-backports Release.gpg
        Atteint http://archive.canonical.com natty Release.gpg
        Ign https://ubuntu.com/security/notices jaunty-security Release
        Ign http://fr.archive.ubuntu.com jaunty-backports Release
        Atteint http://archive.canonical.com natty Release
        Ign http://fr.archive.ubuntu.com jaunty-backports/main Sources/DiffIndex
        Ign https://ubuntu.com/security/notices jaunty-security/multiverse Sources/DiffIndex
        Ign http://fr.archive.ubuntu.com jaunty-backports/universe Sources/DiffIndex
        Ign http://fr.archive.ubuntu.com jaunty-backports/main i386 Packages/DiffIndex
        Ign http://fr.archive.ubuntu.com jaunty-backports/universe i386 Packages/DiffIndex
        Ign http://fr.archive.ubuntu.com jaunty-backports/main TranslationIndex
        Ign https://ubuntu.com/security/notices jaunty-security/multiverse i386 Packages/DiffIndex
        Ign https://ubuntu.com/security/notices jaunty-security/multiverse TranslationIndex
        Ign http://fr.archive.ubuntu.com jaunty-backports/universe TranslationIndex
        Atteint http://archive.canonical.com natty/partner i386 Packages
        Ign http://archive.canonical.com natty/partner TranslationIndex
        Err http://fr.archive.ubuntu.com jaunty-backports/main Sources
        404 Not Found
        Err http://fr.archive.ubuntu.com jaunty-backports/universe Sources
        404 Not Found
        Err http://fr.archive.ubuntu.com jaunty-backports/main i386 Packages
        404 Not Found
        Err http://fr.archive.ubuntu.com jaunty-backports/universe i386 Packages
        404 Not Found
        Ign http://fr.archive.ubuntu.com jaunty-backports/main Translation-fr_FR
        Ign http://fr.archive.ubuntu.com jaunty-backports/main Translation-fr
        Ign http://fr.archive.ubuntu.com jaunty-backports/main Translation-en
        Ign http://fr.archive.ubuntu.com jaunty-backports/universe Translation-fr_FR
        Ign http://fr.archive.ubuntu.com jaunty-backports/universe Translation-fr
        Ign http://fr.archive.ubuntu.com jaunty-backports/universe Translation-en
        Err https://ubuntu.com/security/notices jaunty-security/multiverse Sources
        404 Not Found [IP : 91.189.92.167 80]
        Err https://ubuntu.com/security/notices jaunty-security/multiverse i386 Packages
        404 Not Found [IP : 91.189.92.167 80]
        Ign https://ubuntu.com/security/notices jaunty-security/multiverse Translation-fr_FR
        Ign https://ubuntu.com/security/notices jaunty-security/multiverse Translation-fr
        Ign http://archive.canonical.com natty/partner Translation-fr_FR
        Ign https://ubuntu.com/security/notices jaunty-security/multiverse Translation-en
        Ign http://archive.canonical.com natty/partner Translation-fr
        Ign http://archive.canonical.com natty/partner Translation-en

        Aucun paquet ne va être installé, mis à jour ou enlevé.
        0 paquets mis à jour, 0 nouvellement installés, 0 à enlever et 0 non mis à jour.
        Il est nécessaire de télécharger 0 o d'archives. Après dépaquetage, 0 o seront utilisés.
        0
        1. Modérateur
          Ah oui là manifestement tu n'as pas modifié /etc/apt/sources.list car comme tu peux le voir il continue à indexer des dépôts jaunty. Il faut que tu aies des droits suffisants (d'où gksudo) pour pouvoir modifier ce fichier et que tu le sauves. Quand tu le rouvres, tu dois retrouver ton fichier correctement modifé.

          gksudo gedit /etc/apt/sources.list # fais les corrections, sauve et quitte 
          cat /etc/apt/sources.list # tout doit être correctement modifié 
          sudo aptitude update # tu ne dois plus voir de jaunty 
          sudo aptitude safe-upgrade 
          


          Bonne chance
          0
          1. Alors voilà, je fais (peut-être mal..) ; rien ne change !! tout-à-l'heure j'ai cru supprimer des versions (voir l'autre post ; je les retrouve au redémarrage!!) ; à un moment 99 mises à jours trouvées ; 125 Mio allaient être téléchargés, puis "Aucune connexion réseau n'a été détectée. Vous ne pouvez pas télécharger la liste des changements"..
            La description :

            Aptdaemon allows normal users to perform package management tasks, e.g. refreshing the cache, upgrading the system, installing or removing software packages.
            Currently it comes with the following main features:
            * Programming language independent D-Bus interface, which allows to
            write clients in several languages
            * Runs only if required (D-Bus activation)
            * Fine grained privilege management using PolicyKit, e.g. allowing all
            desktop user to query for updates without entering a password
            * Support for media changes during installation from DVD/CDROM
            * Support for debconf (Debian's package configuration system)
            * Support for attaching a terminal to the underlying dpkg call This package contains the aptd script and all the data files required to run the daemon. Moreover it contains the aptdcon script, which is a command line client for aptdaemon. The API is not stable yet.

            Que faire maintenant ?
            Déjà peut-être ne faire qu'une discussion des 2 lancées ??
            Je ne sais plus, vraiment..

            Après les 4 lignes de commande j'obtiens :
            Ign http://fr.archive.ubuntu.com jaunty-backports InRelease
            Ign http://archive.canonical.com natty InRelease
            Ign https://ubuntu.com/security/notices jaunty-security InRelease
            Ign https://ubuntu.com/security/notices natty-security InRelease
            Ign http://archive.ubuntu.com natty InRelease
            Ign http://archive.ubuntu.com natty-updates InRelease
            Ign http://archive.ubuntu.com natty-backports InRelease
            Ign http://fr.archive.ubuntu.com jaunty-backports Release.gpg
            Atteint http://archive.canonical.com natty Release.gpg
            Ign https://ubuntu.com/security/notices jaunty-security Release.gpg
            Ign http://archive.ubuntu.com natty-proposed InRelease
            Atteint http://archive.ubuntu.com natty Release.gpg
            Atteint http://archive.ubuntu.com natty-updates Release.gpg
            Ign http://fr.archive.ubuntu.com jaunty-backports Release
            Atteint http://archive.canonical.com natty Release
            Atteint http://archive.ubuntu.com natty-backports Release.gpg
            Atteint https://ubuntu.com/security/notices natty-security Release.gpg
            Ign http://fr.archive.ubuntu.com jaunty-backports/main Sources/DiffIndex
            Atteint http://archive.ubuntu.com natty-proposed Release.gpg
            Atteint http://archive.ubuntu.com natty Release
            Ign https://ubuntu.com/security/notices jaunty-security Release
            Ign http://fr.archive.ubuntu.com jaunty-backports/universe Sources/DiffIndex
            Ign http://fr.archive.ubuntu.com jaunty-backports/main i386 Packages/DiffIndex
            Ign http://fr.archive.ubuntu.com jaunty-backports/universe i386 Packages/DiffIndex
            Ign http://fr.archive.ubuntu.com jaunty-backports/main TranslationIndex
            Ign http://fr.archive.ubuntu.com jaunty-backports/universe TranslationIndex
            Atteint http://archive.ubuntu.com natty-updates Release
            Atteint https://ubuntu.com/security/notices natty-security Release
            Atteint http://archive.ubuntu.com natty-backports Release
            Atteint http://archive.ubuntu.com natty-proposed Release
            Ign https://ubuntu.com/security/notices jaunty-security/multiverse Sources/DiffIndex
            Ign https://ubuntu.com/security/notices jaunty-security/multiverse i386 Packages/DiffIndex
            Ign https://ubuntu.com/security/notices jaunty-security/multiverse TranslationIndex
            Atteint http://archive.canonical.com natty/partner i386 Packages
            Atteint http://archive.ubuntu.com natty/main i386 Packages
            Ign http://archive.canonical.com natty/partner TranslationIndex
            Atteint http://archive.ubuntu.com natty/universe i386 Packages
            Ign http://archive.ubuntu.com natty/main TranslationIndex
            Ign http://archive.ubuntu.com natty/universe TranslationIndex
            Atteint http://archive.ubuntu.com natty-updates/main i386 Packages
            Atteint http://archive.ubuntu.com natty-updates/universe i386 Packages
            Ign http://archive.ubuntu.com natty-updates/main TranslationIndex
            Ign http://archive.ubuntu.com natty-updates/universe TranslationIndex
            Atteint http://archive.ubuntu.com natty/main Translation-fr
            Atteint http://archive.ubuntu.com natty/universe Translation-fr
            Atteint https://ubuntu.com/security/notices natty-security/universe i386 Packages
            Atteint https://ubuntu.com/security/notices natty-security/main i386 Packages
            Ign https://ubuntu.com/security/notices natty-security/main TranslationIndex
            Ign https://ubuntu.com/security/notices natty-security/universe TranslationIndex
            Atteint http://archive.ubuntu.com natty-backports/universe i386 Packages
            Atteint http://archive.ubuntu.com natty-backports/main i386 Packages
            Ign http://archive.ubuntu.com natty-backports/main TranslationIndex
            Ign http://archive.ubuntu.com natty-backports/universe TranslationIndex
            Err http://fr.archive.ubuntu.com jaunty-backports/main Sources
            404 Not Found
            Err http://fr.archive.ubuntu.com jaunty-backports/universe Sources
            404 Not Found
            Err http://fr.archive.ubuntu.com jaunty-backports/main i386 Packages
            404 Not Found
            Err http://fr.archive.ubuntu.com jaunty-backports/universe i386 Packages
            404 Not Found
            Ign http://fr.archive.ubuntu.com jaunty-backports/main Translation-fr_FR
            Ign http://fr.archive.ubuntu.com jaunty-backports/main Translation-fr
            Ign http://fr.archive.ubuntu.com jaunty-backports/main Translation-en
            Ign http://fr.archive.ubuntu.com jaunty-backports/universe Translation-fr_FR
            Ign http://fr.archive.ubuntu.com jaunty-backports/universe Translation-fr
            Atteint http://archive.ubuntu.com natty-proposed/universe i386 Packages
            Atteint http://archive.ubuntu.com natty-proposed/main i386 Packages
            Ign http://archive.ubuntu.com natty-proposed/main TranslationIndex
            Ign http://archive.ubuntu.com natty-proposed/universe TranslationIndex
            Ign http://fr.archive.ubuntu.com jaunty-backports/universe Translation-en
            Err https://ubuntu.com/security/notices jaunty-security/multiverse Sources
            404 Not Found [IP : 91.189.92.167 80]
            Err https://ubuntu.com/security/notices jaunty-security/multiverse i386 Packages
            404 Not Found [IP : 91.189.92.167 80]
            Ign https://ubuntu.com/security/notices jaunty-security/multiverse Translation-fr_FR
            Ign https://ubuntu.com/security/notices jaunty-security/multiverse Translation-fr
            Ign http://archive.canonical.com natty/partner Translation-fr_FR
            Ign https://ubuntu.com/security/notices jaunty-security/multiverse Translation-en
            Ign http://archive.canonical.com natty/partner Translation-fr
            Ign http://archive.canonical.com natty/partner Translation-en
            Ign https://ubuntu.com/security/notices natty-security/main Translation-fr_FR
            Ign https://ubuntu.com/security/notices natty-security/main Translation-fr
            Ign https://ubuntu.com/security/notices natty-security/main Translation-en
            Ign https://ubuntu.com/security/notices natty-security/universe Translation-fr_FR
            Ign https://ubuntu.com/security/notices natty-security/universe Translation-fr
            Ign https://ubuntu.com/security/notices natty-security/universe Translation-en
            Ign http://archive.ubuntu.com natty/main Translation-fr_FR
            Ign http://archive.ubuntu.com natty/main Translation-en
            Ign http://archive.ubuntu.com natty/universe Translation-fr_FR
            Ign http://archive.ubuntu.com natty/universe Translation-en
            Ign http://archive.ubuntu.com natty-updates/main Translation-fr_FR
            Ign http://archive.ubuntu.com natty-updates/main Translation-fr
            Ign http://archive.ubuntu.com natty-updates/main Translation-en
            Ign http://archive.ubuntu.com natty-updates/universe Translation-fr_FR
            Ign http://archive.ubuntu.com natty-updates/universe Translation-fr
            Ign http://archive.ubuntu.com natty-updates/universe Translation-en
            Ign http://archive.ubuntu.com natty-backports/main Translation-fr_FR
            Ign http://archive.ubuntu.com natty-backports/main Translation-fr
            Ign http://archive.ubuntu.com natty-backports/main Translation-en
            Ign http://archive.ubuntu.com natty-backports/universe Translation-fr_FR
            Ign http://archive.ubuntu.com natty-backports/universe Translation-fr
            Ign http://archive.ubuntu.com natty-backports/universe Translation-en
            Ign http://archive.ubuntu.com natty-proposed/main Translation-fr_FR
            Ign http://archive.ubuntu.com natty-proposed/main Translation-fr
            Ign http://archive.ubuntu.com natty-proposed/main Translation-en
            Ign http://archive.ubuntu.com natty-proposed/universe Translation-fr_FR
            Ign http://archive.ubuntu.com natty-proposed/universe Translation-fr
            Ign http://archive.ubuntu.com natty-proposed/universe Translation-en
            W: Impossible de récupérer http://fr.archive.ubuntu.com/ubuntu/dists/jaunty-backports/main/source/Sources 404 Not Found

            W: Impossible de récupérer http://fr.archive.ubuntu.com/ubuntu/dists/jaunty-backports/universe/source/Sources 404 Not Found

            W: Impossible de récupérer http://fr.archive.ubuntu.com/ubuntu/dists/jaunty-backports/main/binary-i386/Packages 404 Not Found

            W: Impossible de récupérer http://fr.archive.ubuntu.com/ubuntu/dists/jaunty-backports/universe/binary-i386/Packages 404 Not Found

            W: Impossible de récupérer http://security.ubuntu.com/ubuntu/dists/jaunty-security/multiverse/source/Sources 404 Not Found [IP : 91.189.92.167 80]

            W: Impossible de récupérer http://security.ubuntu.com/ubuntu/dists/jaunty-security/multiverse/binary-i386/Packages 404 Not Found [IP : 91.189.92.167 80]

            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.

            Lecture des listes de paquets... Fait
            Construction de l'arbre des dépendances
            Lecture des informations d'état... Fait
            aptitude est déjà la plus récente version disponible.
            Les paquets suivants ont été installés automatiquement et ne sont plus nécessaires :
            linux-headers-2.6.38-8 linux-headers-2.6.38-8-generic
            Veuillez utiliser « apt-get autoremove » pour les supprimer.
            0 mis à jour, 0 nouvellement installés, 0 à enlever et 0 non mis à jour.
            edith12@edith12-desktop:~$ sudo aptitude update
            Ign http://fr.archive.ubuntu.com jaunty-backports InRelease
            Ign https://ubuntu.com/security/notices jaunty-security InRelease
            Ign https://ubuntu.com/security/notices natty-security InRelease
            Ign http://archive.canonical.com natty InRelease
            Ign http://archive.ubuntu.com natty InRelease
            Ign http://archive.ubuntu.com natty-updates InRelease
            Ign http://archive.ubuntu.com natty-backports InRelease
            Ign http://fr.archive.ubuntu.com jaunty-backports Release.gpg
            Ign https://ubuntu.com/security/notices jaunty-security Release.gpg
            Atteint http://archive.canonical.com natty Release.gpg
            Ign http://archive.ubuntu.com natty-proposed InRelease
            Atteint http://archive.ubuntu.com natty Release.gpg
            Ign http://fr.archive.ubuntu.com jaunty-backports Release
            Atteint https://ubuntu.com/security/notices natty-security Release.gpg
            Atteint http://archive.canonical.com natty Release
            Atteint http://archive.ubuntu.com natty-updates Release.gpg
            Atteint http://archive.ubuntu.com natty-backports Release.gpg
            Ign http://fr.archive.ubuntu.com jaunty-backports/main Sources/DiffIndex
            Ign https://ubuntu.com/security/notices jaunty-security Release
            Atteint http://archive.ubuntu.com natty-proposed Release.gpg
            Ign http://fr.archive.ubuntu.com jaunty-backports/universe Sources/DiffIndex
            Ign http://fr.archive.ubuntu.com jaunty-backports/main i386 Packages/DiffIndex
            Ign http://fr.archive.ubuntu.com jaunty-backports/universe i386 Packages/DiffIndex
            Ign http://fr.archive.ubuntu.com jaunty-backports/main TranslationIndex
            Ign http://fr.archive.ubuntu.com jaunty-backports/universe TranslationIndex
            Atteint http://archive.ubuntu.com natty Release
            Atteint http://archive.ubuntu.com natty-updates Release
            Atteint https://ubuntu.com/security/notices natty-security Release
            Atteint http://archive.ubuntu.com natty-backports Release
            Ign https://ubuntu.com/security/notices jaunty-security/multiverse Sources/DiffIndex
            Ign https://ubuntu.com/security/notices jaunty-security/multiverse i386 Packages/DiffIndex
            Ign https://ubuntu.com/security/notices jaunty-security/multiverse TranslationIndex
            Atteint http://archive.ubuntu.com natty-proposed Release
            Atteint http://archive.canonical.com natty/partner i386 Packages
            Atteint http://archive.ubuntu.com natty/main i386 Packages
            Ign http://archive.canonical.com natty/partner TranslationIndex
            Atteint http://archive.ubuntu.com natty/universe i386 Packages
            Ign http://archive.ubuntu.com natty/main TranslationIndex
            Ign http://archive.ubuntu.com natty/universe TranslationIndex
            Atteint http://archive.ubuntu.com natty-updates/main i386 Packages
            Atteint http://archive.ubuntu.com natty-updates/universe i386 Packages
            Ign http://archive.ubuntu.com natty-updates/main TranslationIndex
            Ign http://archive.ubuntu.com natty-updates/universe TranslationIndex
            Atteint http://archive.ubuntu.com natty-backports/universe i386 Packages
            Atteint http://archive.ubuntu.com natty-backports/main i386 Packages
            Ign http://archive.ubuntu.com natty-backports/main TranslationIndex
            Ign http://archive.ubuntu.com natty-backports/universe TranslationIndex
            Atteint http://archive.ubuntu.com natty/main Translation-fr
            Atteint https://ubuntu.com/security/notices natty-security/universe i386 Packages
            Atteint https://ubuntu.com/security/notices natty-security/main i386 Packages
            Ign https://ubuntu.com/security/notices natty-security/main TranslationIndex
            Ign https://ubuntu.com/security/notices natty-security/universe TranslationIndex
            Atteint http://archive.ubuntu.com natty/universe Translation-fr
            Atteint http://archive.ubuntu.com natty-proposed/universe i386 Packages
            Atteint http://archive.ubuntu.com natty-proposed/main i386 Packages
            Ign http://archive.ubuntu.com natty-proposed/main TranslationIndex
            Ign http://archive.ubuntu.com natty-proposed/universe TranslationIndex
            Err http://fr.archive.ubuntu.com jaunty-backports/main Sources
            404 Not Found
            Err http://fr.archive.ubuntu.com jaunty-backports/universe Sources
            404 Not Found
            Err http://fr.archive.ubuntu.com jaunty-backports/main i386 Packages
            404 Not Found
            Err http://fr.archive.ubuntu.com jaunty-backports/universe i386 Packages
            404 Not Found
            Ign http://fr.archive.ubuntu.com jaunty-backports/main Translation-fr_FR
            Ign http://fr.archive.ubuntu.com jaunty-backports/main Translation-fr
            Ign http://fr.archive.ubuntu.com jaunty-backports/main Translation-en
            Ign http://fr.archive.ubuntu.com jaunty-backports/universe Translation-fr_FR
            Ign http://fr.archive.ubuntu.com jaunty-backports/universe Translation-fr
            Err https://ubuntu.com/security/notices jaunty-security/multiverse Sources
            404 Not Found [IP : 91.189.92.166 80]
            Ign http://fr.archive.ubuntu.com jaunty-backports/universe Translation-en
            Err https://ubuntu.com/security/notices jaunty-security/multiverse i386 Packages
            404 Not Found [IP : 91.189.92.166 80]
            Ign http://archive.canonical.com natty/partner Translation-fr_FR
            Ign https://ubuntu.com/security/notices jaunty-security/multiverse Translation-fr_FR
            Ign https://ubuntu.com/security/notices jaunty-security/multiverse Translation-fr
            Ign https://ubuntu.com/security/notices jaunty-security/multiverse Translation-en
            Ign http://archive.canonical.com natty/partner Translation-fr
            Ign http://archive.canonical.com natty/partner Translation-en
            Ign https://ubuntu.com/security/notices natty-security/main Translation-fr_FR
            Ign https://ubuntu.com/security/notices natty-security/main Translation-fr
            Ign https://ubuntu.com/security/notices natty-security/main Translation-en
            Ign https://ubuntu.com/security/notices natty-security/universe Translation-fr_FR
            Ign https://ubuntu.com/security/notices natty-security/universe Translation-fr
            Ign https://ubuntu.com/security/notices natty-security/universe Translation-en
            Ign http://archive.ubuntu.com natty/main Translation-fr_FR
            Ign http://archive.ubuntu.com natty/main Translation-en
            Ign http://archive.ubuntu.com natty/universe Translation-fr_FR
            Ign http://archive.ubuntu.com natty/universe Translation-en
            Ign http://archive.ubuntu.com natty-updates/main Translation-fr_FR
            Ign http://archive.ubuntu.com natty-updates/main Translation-fr
            Ign http://archive.ubuntu.com natty-updates/main Translation-en
            Ign http://archive.ubuntu.com natty-updates/universe Translation-fr_FR
            Ign http://archive.ubuntu.com natty-updates/universe Translation-fr
            Ign http://archive.ubuntu.com natty-updates/universe Translation-en
            Ign http://archive.ubuntu.com natty-backports/main Translation-fr_FR
            Ign http://archive.ubuntu.com natty-backports/main Translation-fr
            Ign http://archive.ubuntu.com natty-backports/main Translation-en
            Ign http://archive.ubuntu.com natty-backports/universe Translation-fr_FR
            Ign http://archive.ubuntu.com natty-backports/universe Translation-fr
            Ign http://archive.ubuntu.com natty-backports/universe Translation-en
            Ign http://archive.ubuntu.com natty-proposed/main Translation-fr_FR
            Ign http://archive.ubuntu.com natty-proposed/main Translation-fr
            Ign http://archive.ubuntu.com natty-proposed/main Translation-en
            Ign http://archive.ubuntu.com natty-proposed/universe Translation-fr_FR
            Ign http://archive.ubuntu.com natty-proposed/universe Translation-fr
            Ign http://archive.ubuntu.com natty-proposed/universe Translation-en

            Les paquets suivants seront ENLEVÉS :
            linux-headers-2.6.38-8{u} linux-headers-2.6.38-8-generic{u}
            0 paquets mis à jour, 0 nouvellement installés, 2 à enlever et 0 non mis à jour.
            Il est nécessaire de télécharger 0 o d'archives. Après dépaquetage, 96,0 Mo seront libérés.
            Voulez-vous continuer ? [Y/n/?]

            Il me semble que je peux dire Y..??
            Pourquoi des lignes natty surtout security sont ignorées ??
            0
            1. Modérateur
              Alors voilà, je fais (peut-être mal..) ; rien ne change !! tout-à-l'heure j'ai cru supprimer des versions (voir l'autre post ; je les retrouve au redémarrage!!) ;

              Je pense effectivement que tu ne sauvegardes pas /etc/apt/sources.list corrrectement car sinon aptitude ne récupèrerais pas les dépôts jaunty dans la commande suivante.

              Au pire supprime complètement les lignes où il est écrit jaunty. Sauve, quitte. Puis rouvre ton fichier et assure-toi qu'elles sont toujours bien supprimées. Puis lance l'update.

              Aucune connexion réseau n'a été détectée. Vous ne pouvez pas télécharger la liste des changements"..

              Heu mais ta connexion internet fonctionne ou non sous linux ?

              C'est d'autant plus bizarre que plus loin, il atteint les dépôts natty ce qui laisse penser que tout va bien.

              Aptdaemon allows normal users to perform package management tasks, e.g. refreshing the cache, upgrading the system, installing or removing software packages.

              Quand affiche-t'il ce message d'erreur ? C'est la première fois que je vois ça.

              Il me semble que je peux dire Y..??

              Si ce n'est pas le noyau que tu utilises, oui. Tu peux vérifier la version de noyau que tu utilises avec la commande :

              uname -r


              Pourquoi des lignes natty surtout security sont ignorées ??

              Ce n'est pas grave c'est juste qu'il n'y a rien à récupérer. Ce qui n'est pas normal c'est qu'il continue à indexer des dépôts jaunty. Mais bon comme tu peux le voir il fait une erreur 404 (ie il ne les trouve pas) donc ce n'est pas très grave.

              Bonne chance
              0
              1. Bonsoir,
                La connexion internet est ; elle n'est pas très stable, surtout au niveau audio-vidéo..

                "Aptdaemon allows normal users to perform package management tasks, e.g. refreshing the cache, upgrading the system, installing or removing software packages." est un message "description mises à jour" du Gestionnaire..

                J'ai supprimé les lignes Jaunty (sauf la première qui renvoie à la version 9.04 que j'ai installée de par un cd ; dois-je le faire ?) ; J ai enregistré sous "Sources-list" en écrasant l'autre contenu ; voici ce que j'obtiens :
                sudo aptitude update && aptitude dist-upgrade
                Ign http://archive.canonical.com natty InRelease
                Ign http://archive.ubuntu.com natty InRelease
                Ign http://archive.ubuntu.com natty-updates InRelease
                Ign http://archive.ubuntu.com natty-backports InRelease
                Ign http://archive.ubuntu.com natty-proposed InRelease
                Ign https://ubuntu.com/security/notices natty-security InRelease
                Atteint http://archive.canonical.com natty Release.gpg
                Atteint http://archive.ubuntu.com natty Release.gpg
                Atteint http://archive.ubuntu.com natty-updates Release.gpg
                Atteint http://archive.ubuntu.com natty-backports Release.gpg
                Atteint https://ubuntu.com/security/notices natty-security Release.gpg
                Atteint http://archive.canonical.com natty Release
                Atteint http://archive.ubuntu.com natty-proposed Release.gpg
                Atteint http://archive.ubuntu.com natty Release
                Atteint http://archive.ubuntu.com natty-updates Release
                Atteint https://ubuntu.com/security/notices natty-security Release
                Atteint http://archive.ubuntu.com natty-backports Release
                Atteint http://archive.ubuntu.com natty-proposed Release
                Atteint http://archive.canonical.com natty/partner i386 Packages
                Ign http://archive.canonical.com natty/partner TranslationIndex
                Atteint http://archive.ubuntu.com natty/main i386 Packages
                Atteint http://archive.ubuntu.com natty/universe i386 Packages
                Ign http://archive.ubuntu.com natty/main TranslationIndex
                Ign http://archive.ubuntu.com natty/universe TranslationIndex
                Atteint http://archive.ubuntu.com natty/main Translation-fr
                Ign http://archive.canonical.com natty/partner Translation-fr_FR
                Atteint http://archive.ubuntu.com natty/universe Translation-fr
                Ign http://archive.canonical.com natty/partner Translation-fr
                Ign http://archive.canonical.com natty/partner Translation-en
                Atteint http://archive.ubuntu.com natty-updates/main i386 Packages
                Atteint http://archive.ubuntu.com natty-updates/universe i386 Packages
                Ign http://archive.ubuntu.com natty-updates/main TranslationIndex
                Ign http://archive.ubuntu.com natty-updates/universe TranslationIndex
                Atteint https://ubuntu.com/security/notices natty-security/universe i386 Packages
                Atteint https://ubuntu.com/security/notices natty-security/main i386 Packages
                Ign https://ubuntu.com/security/notices natty-security/main TranslationIndex
                Ign https://ubuntu.com/security/notices natty-security/universe TranslationIndex
                Ign http://archive.ubuntu.com natty/main Translation-fr_FR
                Ign http://archive.ubuntu.com natty/main Translation-en
                Atteint http://archive.ubuntu.com natty-backports/universe i386 Packages
                Atteint http://archive.ubuntu.com natty-backports/main i386 Packages
                Ign http://archive.ubuntu.com natty-backports/main TranslationIndex
                Ign http://archive.ubuntu.com natty-backports/universe TranslationIndex
                Ign http://archive.ubuntu.com natty/universe Translation-fr_FR
                Ign http://archive.ubuntu.com natty/universe Translation-en
                Atteint http://archive.ubuntu.com natty-proposed/universe i386 Packages
                Atteint http://archive.ubuntu.com natty-proposed/main i386 Packages
                Ign http://archive.ubuntu.com natty-proposed/main TranslationIndex
                Ign http://archive.ubuntu.com natty-proposed/universe TranslationIndex
                Ign https://ubuntu.com/security/notices natty-security/main Translation-fr_FR
                Ign https://ubuntu.com/security/notices natty-security/main Translation-fr
                Ign https://ubuntu.com/security/notices natty-security/main Translation-en
                Ign https://ubuntu.com/security/notices natty-security/universe Translation-fr_FR
                Ign https://ubuntu.com/security/notices natty-security/universe Translation-fr
                Ign https://ubuntu.com/security/notices natty-security/universe Translation-en
                Ign http://archive.ubuntu.com natty-updates/main Translation-fr_FR
                Ign http://archive.ubuntu.com natty-updates/main Translation-fr
                Ign http://archive.ubuntu.com natty-updates/main Translation-en
                Ign http://archive.ubuntu.com natty-updates/universe Translation-fr_FR
                Ign http://archive.ubuntu.com natty-updates/universe Translation-fr
                Ign http://archive.ubuntu.com natty-updates/universe Translation-en
                Ign http://archive.ubuntu.com natty-backports/main Translation-fr_FR
                Ign http://archive.ubuntu.com natty-backports/main Translation-fr
                Ign http://archive.ubuntu.com natty-backports/main Translation-en
                Ign http://archive.ubuntu.com natty-backports/universe Translation-fr_FR
                Ign http://archive.ubuntu.com natty-backports/universe Translation-fr
                Ign http://archive.ubuntu.com natty-backports/universe Translation-en
                Ign http://archive.ubuntu.com natty-proposed/main Translation-fr_FR
                Ign http://archive.ubuntu.com natty-proposed/main Translation-fr
                Ign http://archive.ubuntu.com natty-proposed/main Translation-en
                Ign http://archive.ubuntu.com natty-proposed/universe Translation-fr_FR
                Ign http://archive.ubuntu.com natty-proposed/universe Translation-fr
                Ign http://archive.ubuntu.com natty-proposed/universe Translation-en

                E: Impossible d'ouvrir le fichier verrou /var/lib/dpkg/lock - open (13: Permission non accordée)
                E: Impossible de verrouiller le répertoire d'administration (/var/lib/dpkg/). Avez-vous les privilèges du superutilisateur ?

                En passant par Système > à propos d'Ubuntu : "You are using Ubuntu 11.04-The Natty Narwhal-" que je n'ai pas à choisir au démarrage !
                Pourquoi j'ouvre alors sous 10.10 ? Que toutes les autres versions ne me quittent plus ? Qu' aucune mises à jour possibles depuis maintenant 31 jours ?
                Dois-je faire quelque chose par le clic échap. à l'ouverture de la machinerie ??
                Est-ce que je sauve bien les modifications Sources.list ? Quelles manip. pour bien faire ??

                La commande uname -r renvoie à la version 2.6.35-28

                Merci
                Vive la Fin du Début..
                0
                1. Modérateur
                  sudo aptitude update && sudo aptitude dist-upgrade 


                  ... car les deux commandes nécessitent des droits root. C'est pour ça qu'il n'arrive pas à créer /var/lib/dpkg/lock, utilisé en interne par ton gestionnaire de paquets.

                  Pourquoi j'ouvre alors sous 10.10 ? Que toutes les autres versions ne me quittent plus ? Qu' aucune mises à jour possibles depuis maintenant 31 jours ?


                  Pour le moment ton upgrade n'est pas faite. C'est pour ça.

                  Dois-je faire quelque chose par le clic échap. à l'ouverture de la machinerie ?? Est-ce que je sauve bien les modifications Sources.list ? Quelles manip. pour bien faire ??

                  Comme tu peux le voir, sudo aptitude update n'indexe plus de dépôts jaunty. D'ailleurs je pense qu'à partir de maintenant tu ferais mieux d'utiliser synaptic auquel tu es plus habituée, car il doit être "débloqué" maintenant qu'on a viré les dépôts jaunty.

                  Bonne chance
                  0
                  1. Bonjour,

                    Bien voilà, j'ai supprimé tout ce qui était Jaunty, sauf la première ligne qui parle de la version cd installée ; je suis passée par synaptic ; des mises à jour se sont installées mais il n'empêche que j'ouvre toujours avec 10.10 et que je retrouve toujours toutes les autres versions au démarrage..

                    Lorsque je veux mettre à jour le chargeur d'amorçage GRUB, (je pense qu'il faut le faire ??) j'obtiens :
                    "Welcomme to Ubuntu 11.04 (GNU/Linux 2.6.35-28-generic686)"
                    "* Documentation https : //help.ubuntu.com/"

                    "......... : ~$" (Que dois-je taper ici ?)

                    J'ai grand souci pour mettre à jour Java dans Firefox ; en passant par "about:config", je trouve un nombre considérable de plugins activés ou non ou installés par moi ; suis perdue.. Je vais ouvrir une autre discussion "About:config quels plugins ?" et y copier tout ça..

                    Merci de ton aide Mamiemando
                    0
                    1. Une petite suite : Je viens de penser retaper les 4 lignes de commande
                      sudo apt-get update
                      sudo apt-get install aptitude
                      sudo aptitude update
                      sudo aptitude safe-upgrade

                      et :

                      Les paquets suivants seront mis à jour :
                      linux-headers-2.6.38-10 linux-headers-2.6.38-10-generic
                      linux-image-2.6.38-10-generic linux-libc-dev
                      4 paquets mis à jour, 0 nouvellement installés, 0 à enlever et 0 non mis à jour.
                      Il est nécessaire de télécharger 48,3 Mo d'archives. Après dépaquetage, 81,9 ko seront libérés.
                      Voulez-vous continuer ? [Y/n/?] Y
                      Prendre :1 http://archive.ubuntu.com/ubuntu/ natty-proposed/main linux-image-2.6.38-10-generic i386 2.6.38-10.46 [35,8 MB]
                      Prendre :2 http://archive.ubuntu.com/ubuntu/ natty-proposed/main linux-headers-2.6.38-10 all 2.6.38-10.46 [10,9 MB]
                      Prendre :3 http://archive.ubuntu.com/ubuntu/ natty-proposed/main linux-headers-2.6.38-10-generic i386 2.6.38-10.46 [808 kB]
                      Prendre :4 http://archive.ubuntu.com/ubuntu/ natty-proposed/main linux-libc-dev i386 2.6.38-10.46 [781 kB]
                      48,3 Mo téléchargés en 1min 45s (458 ko/s)
                      (Lecture de la base de données... 191831 fichiers et répertoires déjà installés.)
                      Préparation du remplacement de linux-image-2.6.38-10-generic 2.6.38-10.44 (en utilisant .../linux-image-2.6.38-10-generic_2.6.38-10.46_i386.deb) ...
                      Done.
                      Dépaquetage de la mise à jour de linux-image-2.6.38-10-generic ...
                      Running postrm hook script /sbin/update-grub.
                      Searching for GRUB installation directory ... found: /boot/grub
                      Searching for default file ... found: /boot/grub/default
                      Testing for an existing GRUB menu.lst file ... found: /boot/grub/menu.lst
                      Searching for splash image ... none found, skipping ...
                      Found kernel: /boot/vmlinuz-2.6.38-10-generic
                      Found kernel: /boot/vmlinuz-2.6.35-28-generic
                      Found kernel: /boot/memtest86+.bin
                      Updating /boot/grub/menu.lst ... done

                      Examining /etc/kernel/postrm.d .
                      run-parts: executing /etc/kernel/postrm.d/initramfs-tools 2.6.38-10-generic /boot/vmlinuz-2.6.38-10-generic
                      Préparation du remplacement de linux-headers-2.6.38-10 2.6.38-10.44 (en utilisant .../linux-headers-2.6.38-10_2.6.38-10.46_all.deb) ...
                      Dépaquetage de la mise à jour de linux-headers-2.6.38-10 ...
                      Préparation du remplacement de linux-headers-2.6.38-10-generic 2.6.38-10.44 (en utilisant .../linux-headers-2.6.38-10-generic_2.6.38-10.46_i386.deb) ...
                      Dépaquetage de la mise à jour de linux-headers-2.6.38-10-generic ...
                      Préparation du remplacement de linux-libc-dev 2.6.38-10.44 (en utilisant .../linux-libc-dev_2.6.38-10.46_i386.deb) ...
                      Dépaquetage de la mise à jour de linux-libc-dev ...
                      Paramétrage de linux-image-2.6.38-10-generic (2.6.38-10.46) ...
                      Running depmod.
                      update-initramfs: Generating /boot/initrd.img-2.6.38-10-generic
                      Not updating initrd symbolic links since we are being updated/reinstalled
                      (2.6.38-10.44 was configured last, according to dpkg)
                      Not updating image symbolic links since we are being updated/reinstalled
                      (2.6.38-10.44 was configured last, according to dpkg)
                      Running postinst hook script /sbin/update-grub.
                      Searching for GRUB installation directory ... found: /boot/grub
                      Searching for default file ... found: /boot/grub/default
                      Testing for an existing GRUB menu.lst file ... found: /boot/grub/menu.lst
                      Searching for splash image ... none found, skipping ...
                      Found kernel: /boot/vmlinuz-2.6.38-10-generic
                      Found kernel: /boot/vmlinuz-2.6.35-28-generic
                      Found kernel: /boot/memtest86+.bin
                      Updating /boot/grub/menu.lst ... done

                      Examining /etc/kernel/postinst.d.
                      run-parts: executing /etc/kernel/postinst.d/initramfs-tools 2.6.38-10-generic /boot/vmlinuz-2.6.38-10-generic
                      run-parts: executing /etc/kernel/postinst.d/nvidia-common 2.6.38-10-generic /boot/vmlinuz-2.6.38-10-generic
                      /etc/kernel/postinst.d/nvidia-common: ligne 8 : [: none : opérateur unaire attendu
                      run-parts: executing /etc/kernel/postinst.d/pm-utils 2.6.38-10-generic /boot/vmlinuz-2.6.38-10-generic
                      run-parts: executing /etc/kernel/postinst.d/update-notifier 2.6.38-10-generic /boot/vmlinuz-2.6.38-10-generic
                      Paramétrage de linux-headers-2.6.38-10 (2.6.38-10.46) ...
                      Paramétrage de linux-headers-2.6.38-10-generic (2.6.38-10.46) ...
                      Examining /etc/kernel/header_postinst.d.
                      run-parts: executing /etc/kernel/header_postinst.d/nvidia-common 2.6.38-10-generic /boot/vmlinuz-2.6.38-10-generic
                      /etc/kernel/header_postinst.d/nvidia-common: ligne 8 : [: none : opérateur unaire attendu
                      Paramétrage de linux-libc-dev (2.6.38-10.46) ...

                      État actuel : 0 mise à jour restante [-4]
                      0
                    2. Modérateur
                      En fait je pense que tu es à jour maintenant car un noyau 2.6.38 est récent. Peux-tu me donner le résultat de :

                      cat /etc/lsb-release


                      Pour moi tu es bien en natty (11.04). Du coup je ne comprends pas trop pourquoi tu dis "il s'ouvre toujours en 10.10". Qu'est ce qui te fait dire ça ?

                      Ce qui confirme pour moi le fait que tu es bien en 11.04 : tu indexes bien des dépôts natty. De plus aptitude a bien appliqué des mises à jour récente.

                      Bonne chance
                      0
                  2. Re,

                    Voici le résultat :
                    cat /etc/lsb-release
                    DISTRIB_ID=Ubuntu
                    DISTRIB_RELEASE=11.04
                    DISTRIB_CODENAME=natty
                    DISTRIB_DESCRIPTION="Ubuntu 11.04"

                    En effet, on dirait bien que je suis passée à 11.04..

                    Ce qui me fait dire que je suis encore en 10.10, c'est que je ne trouve pas 11.04 au démarrage..

                    Lorsque je veux mettre à jour le chargeur d'amorçage GRUB, (je pense qu'il faut le faire ??) j'obtiens :
                    "Welcomme to Ubuntu 11.04 (GNU/Linux 2.6.35-28-generic686)"
                    "* Documentation https : //help.ubuntu.com/"

                    "......... : ~$" (Que dois-je taper ici ?)


                    Puis je n'ai pas réussi à supprimer 2.6.28-11 ; 2.6.28-19..

                    Merci
                    0
                    1. Modérateur
                      En effet, on dirait bien que je suis passée à 11.04..

                      Oui :)

                      Ce qui me fait dire que je suis encore en 10.10, c'est que je ne trouve pas 11.04 au démarrage..

                      En fait ce ne sera pas forcément explicitement écrit. En tout cas si le libellé dans grub (le menu de démarrage) indique toujours ubuntu 10.10 c'est probablement qu'il n'a pas été mis à jour. Chose que tu peux faire à tout moment avec la commande :

                      sudo update-grub


                      Lorsque je veux mettre à jour le chargeur d'amorçage GRUB, (je pense qu'il faut le faire ??)

                      Oui il faut mettre à jour grub pour qu'il corrige les libellés, qu'il référence les nouveaux noyaux etc... Si tu ne sais pas ce que c'est lis en diagonale ceci :
                      http://www.mistra.fr/tutoriel-linux-configurer-boot-loader-grub-lilo.html

                      "......... : ~$" (Que dois-je taper ici ?)

                      Si tu tombes ici c'est que le mode graphique ne marche plus et que tu es en mode texte :
                      http://www.mistra.fr/tutoriel-linux-mode-texte.html

                      C'est probablement que ton fichier de configuration /etc/X11/xorg.conf utilise un driver de carte vidéo qui n'existe pas pour la version de noyau que tu as choisi d'utiliser (probablement un driver propriétaire).

                      Précise-nous quel modèle de carte graphique tu utilises :

                      lspci


                      Puis je n'ai pas réussi à supprimer 2.6.28-11 ; 2.6.28-19..

                      Pour le moment le but du jeu est que tu refasses marcher le mode graphique avec le dernier noyau avant de supprimer les anciens. Il faudra sans doute faire quelques manipulations en mode texte pour y parvenir. Exemple avec les cartes nvidia :
                      http://www.mistra.fr/tutoriel-linux-acceleration-3d.html

                      Autre solution tu abandonnes le driver propriétaire (mais donc également la 3D et donc compiz et ses effets de bureau) au profit du driver libre.

                      Bonne chance
                      0
                      1. Bonsoir,

                        J'ai passé commande "sudo update-grub" :

                        Searching for GRUB installation directory ... found: /boot/grub
                        Searching for default file ... found: /boot/grub/default
                        Testing for an existing GRUB menu.lst file ... found: /boot/grub/menu.lst
                        Searching for splash image ... none found, skipping ...
                        Found kernel: /boot/vmlinuz-2.6.38-10-generic
                        Found kernel: /boot/vmlinuz-2.6.35-28-generic
                        Found kernel: /boot/memtest86+.bin
                        Updating /boot/grub/menu.lst ... done

                        ?? Pas de splash image pour 11.04 ?? (Quoi me semble-t-il)

                        Oui il faut mettre à jour grub pour qu'il corrige les libellés, qu'il référence les nouveaux noyaux etc... Si tu ne sais pas ce que c'est lis en diagonale ceci :
                        http://www.mistra.fr/tutoriel-linux-configurer-boot-loader-grub-lilo.html


                        En diagonale ?? Tu veux dire en parallèle ?? Même à l'endroit ou à l'envers, je n'y comprend pas grand chose..


                        Précise-nous quel modèle de carte graphique tu utilises :
                        lspci


                        Voici :
                        Searching for GRUB installation directory ... found: /boot/grub
                        Searching for default file ... found: /boot/grub/default
                        Testing for an existing GRUB menu.lst file ... found: /boot/grub/menu.lst
                        Searching for splash image ... none found, skipping ...
                        Found kernel: /boot/vmlinuz-2.6.38-10-generic
                        Found kernel: /boot/vmlinuz-2.6.35-28-generic
                        Found kernel: /boot/memtest86+.bin
                        Updating /boot/grub/menu.lst ... done

                        edith12@edith12-desktop:~$ lspci
                        00:00.0 Host bridge: Silicon Integrated Systems [SiS] SiS645DX Host & Memory & AGP Controller
                        00:01.0 PCI bridge: Silicon Integrated Systems [SiS] Virtual PCI-to-PCI bridge (AGP)
                        00:02.0 ISA bridge: Silicon Integrated Systems [SiS] SiS961 [MuTIOL Media IO]
                        00:02.1 SMBus: Silicon Integrated Systems [SiS] SiS961/2 SMBus Controller
                        00:02.2 USB Controller: Silicon Integrated Systems [SiS] USB 1.1 Controller (rev 07)
                        00:02.3 USB Controller: Silicon Integrated Systems [SiS] USB 1.1 Controller (rev 07)
                        00:02.5 IDE interface: Silicon Integrated Systems [SiS] 5513 [IDE] (rev d0)
                        00:09.0 Ethernet controller: 3Com Corporation 3c905C-TX/TX-M [Tornado] (rev 30)
                        00:0a.0 Communication controller: Conexant Systems, Inc. Device 2f01 (rev 01)
                        00:0c.0 Multimedia audio controller: C-Media Electronics Inc CM8738 (rev 10)
                        01:00.0 VGA compatible controller: ATI Technologies Inc RV280 [Radeon 9200 SE] (rev 01)
                        01:00.1 Display controller: ATI Technologies Inc RV280 [Radeon 9200 SE] (Secondary) (rev 01)

                        "tu abandonnes le driver propriétaire (mais donc également la 3D et donc compiz et ses effets de bureau) au profit du driver libre"..

                        Pas envie..!!

                        Merci
                        0
                        1. Modérateur
                          Au sujet de grub

                          ?? Pas de splash image pour 11.04 ?? (Quoi me semble-t-il)

                          Le splash c'est une image pour avoir un menu de démarrage graphique. Par défaut il y a juste du texte. Donc c'est normal.

                          En diagonale ?? Tu veux dire en parallèle ?? Même à l'endroit ou à l'envers, je n'y comprend pas grand chose..

                          Qu'est ce que n'as tu pas compris ?

                          Version courte :

                          grub, grub-legacy, lilo sont trois "logiciels" qui te permettent d'avoir un menu au moment de démarrer ton ordinateur un menu qui permet de savoir s'il doit lancer windows, linux (et dans le cas de linux, quel noyau linux lancer).

                          Dès que ce contexte évolue (ce qui est le cas ici, car installer les mises à jour à provoqué l'apparition d'un noyau linux), il doit être mis à jour pour être cohérent avec ce qui est sur ta machine.

                          Version longue :

                          En gros quand tu allumes ton ordinateur sous linux il passe par différentes étapes :
                          1) chargement du BIOS qui définit sur quel périphérique on amorce (disque dur, CD...) : dans ton cas le disque dur.
                          2) chargement du boot loader (grub ou lilo), s'il y en a un sur le secteur de démarrage (MBR) du disque sur lequel tu amorces : dans ton cas grub installé sur l'en-tête de ton disque dur.
                          3) chargement du noyau (kernel) : le noyau linux dans ton cas
                          4) chargement du système d'exploitation (linux ubuntu par exemple), qui consiste notamment à lancer différents services :
                          a) Parmi ces services, gdm lance en cascade le mode graphique (appelé aussi serveur X ou xorg) et une fenêtre pour s'identifier.
                          b) Une fois le login, mot de passe tapés et l'environnement graphique choisi (gnome, unity...) le bureau devient accessible.
                          5) Dans cet environnement tu peux lancer tes applications graphiques.

                          Le boot loader référence les différents noyaux présents (noyaux linux, windows...) pour te permettre de choisir quoi lancé. Dans le cas de grub, la configuration se tient dans /etc/default/grub (c'est notamment là que tu peux décider d'utiliser un splash etc...) en vue de générer /boot/grub/grub.cfg.

                          Tu peux regarder le contenu de ces fichiers pour te faire une idée. La commande update-grub permet de générer grub.cfg étant donné les noyaux que grub détecte et conformément aux paramètres définis dans /etc/default/grub.

                          À partir de ce fichier est installé grub a proprement parlé. En d'autre termes grub se fait en 4 étapes :
                          1) configuration de grub /etc/default/grub (anciennement /boot/grub/menu.list)
                          2) détecter les différents noyaux sur les partitions de disque durs
                          3) générer en conséquence /boot/grub/grub.cfg (anciennement /boot/grub/menu.lst)
                          4) installer grub sur l'en-tête du disque sur lequel le BIOS amorce.

                          La commande sudo update-grub fait d'un coup les étapes (2) à (4).

                          Note : dans ton cas il s'agit visiblement d'un vieux grub (grub legacy) ce qui explique que c'est /boot/grub/menu.lst qui est utilisé et que les fichiers /etc/default/grub et /boot/grub/grub;cfg n'existent pas.

                          Au sujet de ta carte vidéo

                          01:00.0 VGA compatible controller: ATI Technologies Inc RV280 [Radeon 9200 SE] (rev 01)
                          01:00.1 Display controller: ATI Technologies Inc RV280 [Radeon 9200 SE] (Secondary) (rev 01)


                          Actuellement ton linux plante à l'étape 4a : le mode graphique ne se lance pas car son fichier de configuration /etc/X11/xorg.conf est incohérent. Ce fichier est optionnel si tu laisses xorg se débrouiller (ce qui concerne les gens qui veulent utiliser le pilote libre). Dès que tu veux aller à l'encontre du comportement par défaut (typiquement en chargeant le pilote propriétaire), il faut :
                          - que ce fichier référence le nom du pilote propriétaire
                          - que ce pilote propriétaire soit installé pour la version de noyau sur laquelle tu démarres.

                          Dans ton cas /etc/X11/xorg.conf référence probablement le pilote ATI propriétaire (fglrx) qui n'existe pas pour ton nouveau noyau. Tu peux vérifier en ouvrant ce fichier avec un éditeur texte (gedit, nano...).

                          Ceci se traduit a priori par les symptômes suivants :
                          - le mode graphique fonctionne avec l'ancien noyau
                          - il ne fonctionne pas avec le nouveau noyau

                          Tu utilses une carte ati RV280. Il existe plusieurs pilotes ATI. Certains supportent les effets 3D, d'autre pas, certains sont compatibles avec ta carte, d'autres pas :
                          http://doc.ubuntu-fr.org/amd-ati?redirect=1

                          Dans ton cas, comme tu peux le constater, le driver libre à utiliser est "radeon" et normalement il supporte la 3D :
                          http://doc.ubuntu-fr.org/radeon
                          https://dri.freedesktop.org/wiki/ATIRadeon/

                          Cela signifie qu'a priori supprimer /etc/X11/xorg.conf (ou le renommer) devrait suffire. Pour ce faire derrière l'invite de commande (edith@ubuntu-laptop:~$) tu peux lancer ces commandes :

                          sudo aptitude update  
                          sudo aptitude install xserver-xorg-video-radeon  
                          sudo mv /etc/X11/xorg.conf /etc/X11/xorg.conf.bak  
                          sudo service gdm restart


                          Il sera ensuite toujours temps de réinstaller proprement le driver propriétaire via jockey, le gestionnaire de pilotes propriétaires :
                          http://doc.ubuntu-fr.org/gestionnaire_de_pilotes_proprietaires

                          Bonne chance
                          0
                          1. Bonjour,

                            Bien voici où j'en suis :

                            3.3. grub-legacy
                            Grub se configure via /boot/grub/menu.lst


                            Je ne trouve pas ce fichier. Dans Boot>Grub j'ai :

                            /boot/abi-2.6.35-28-generic
                            /boot/abi-2.6.38-10-generic
                            /boot/config-2.6.35-28-generic
                            /boot/config-2.6.38-10-generic
                            /boot/initrd.img-2.6.35-28-generic
                            /boot/initrd.img-2.6.38-10-generic
                            /boot/memtest86+.bin
                            /boot/memtest86+_multiboot.bin
                            /boot/System.map-2.6.35-28-generic
                            /boot/System.map-2.6.38-10-generic
                            /boot/vmcoreinfo-2.6.35-28-generic
                            /boot/vmcoreinfo-2.6.38-10-generic
                            /boot/vmlinuz-2.6.35-28-generic
                            /boot/vmlinuz-2.6.38-10-generic

                            Puis j'ai 3 systèmes de fichiers dans le poste de travail !!
                            Un qui ouvre le contenu du système et qui contient ce qui est ci-dessus..

                            Un premier,

                            /bin
                            /boot
                            /cdrom
                            /dev
                            /etc
                            /home
                            /lib
                            /lost+found
                            /media
                            /mnt
                            /proc
                            /root
                            /sbin
                            /selinux
                            /srv
                            /sys
                            /tmp
                            /usr
                            /var
                            /Broken symlinks KleanSweep.txt
                            /Dead menu entriel KleanSweep.txt
                            /initrd.img
                            /initrd.img.old
                            /kleansweep-20110121-135828.tar.gz
                            /kleansweep-20110406-131842.tar.gz
                            /KleanSweep dead entries directory.txt
                            /Orphaned files KleanSweep.txt
                            /vmlinuz
                            /vmlinuz.old

                            un autre,

                            /media/a3f5c229-eba9-4fc1-a28b-e5ad72c4e25c/bin
                            /media/a3f5c229-eba9-4fc1-a28b-e5ad72c4e25c/boot
                            /media/a3f5c229-eba9-4fc1-a28b-e5ad72c4e25c/cdrom
                            /media/a3f5c229-eba9-4fc1-a28b-e5ad72c4e25c/dev
                            /media/a3f5c229-eba9-4fc1-a28b-e5ad72c4e25c/etc
                            /media/a3f5c229-eba9-4fc1-a28b-e5ad72c4e25c/home
                            /media/a3f5c229-eba9-4fc1-a28b-e5ad72c4e25c/lib
                            /media/a3f5c229-eba9-4fc1-a28b-e5ad72c4e25c/lost+found
                            /media/a3f5c229-eba9-4fc1-a28b-e5ad72c4e25c/media
                            /media/a3f5c229-eba9-4fc1-a28b-e5ad72c4e25c/mnt
                            /media/a3f5c229-eba9-4fc1-a28b-e5ad72c4e25c/opt
                            /media/a3f5c229-eba9-4fc1-a28b-e5ad72c4e25c/proc
                            /media/a3f5c229-eba9-4fc1-a28b-e5ad72c4e25c/root
                            /media/a3f5c229-eba9-4fc1-a28b-e5ad72c4e25c/sbin
                            /media/a3f5c229-eba9-4fc1-a28b-e5ad72c4e25c/selinux
                            /media/a3f5c229-eba9-4fc1-a28b-e5ad72c4e25c/srv
                            /media/a3f5c229-eba9-4fc1-a28b-e5ad72c4e25c/sys
                            /media/a3f5c229-eba9-4fc1-a28b-e5ad72c4e25c/tmp
                            /media/a3f5c229-eba9-4fc1-a28b-e5ad72c4e25c/usr
                            /media/a3f5c229-eba9-4fc1-a28b-e5ad72c4e25c/var
                            /media/a3f5c229-eba9-4fc1-a28b-e5ad72c4e25c/initrd.img
                            /media/a3f5c229-eba9-4fc1-a28b-e5ad72c4e25c/vmlinuz

                            puis un autre,

                            /media/83cd4449-76c9-42b5-a60a-6c8b218292a3/bin
                            /media/83cd4449-76c9-42b5-a60a-6c8b218292a3/boot
                            /media/83cd4449-76c9-42b5-a60a-6c8b218292a3/cdrom
                            /media/83cd4449-76c9-42b5-a60a-6c8b218292a3/dev
                            /media/83cd4449-76c9-42b5-a60a-6c8b218292a3/etc
                            /media/83cd4449-76c9-42b5-a60a-6c8b218292a3/home
                            /media/83cd4449-76c9-42b5-a60a-6c8b218292a3/lib
                            /media/83cd4449-76c9-42b5-a60a-6c8b218292a3/lost+found
                            /media/83cd4449-76c9-42b5-a60a-6c8b218292a3/media
                            /media/83cd4449-76c9-42b5-a60a-6c8b218292a3/mnt
                            /media/83cd4449-76c9-42b5-a60a-6c8b218292a3/opt
                            /media/83cd4449-76c9-42b5-a60a-6c8b218292a3/proc
                            /media/83cd4449-76c9-42b5-a60a-6c8b218292a3/root
                            /media/83cd4449-76c9-42b5-a60a-6c8b218292a3/sbin
                            /media/83cd4449-76c9-42b5-a60a-6c8b218292a3/selinux
                            /media/83cd4449-76c9-42b5-a60a-6c8b218292a3/srv
                            /media/83cd4449-76c9-42b5-a60a-6c8b218292a3/sys
                            /media/83cd4449-76c9-42b5-a60a-6c8b218292a3/tmp
                            /media/83cd4449-76c9-42b5-a60a-6c8b218292a3/usr
                            /media/83cd4449-76c9-42b5-a60a-6c8b218292a3/var
                            /media/83cd4449-76c9-42b5-a60a-6c8b218292a3/initrd.img
                            /media/83cd4449-76c9-42b5-a60a-6c8b218292a3/vmlinuz

                            Ce n'est pas bien normal tout ça je pense..!!

                            En ce qui concerne la carte je n'obtiens aucun message..

                            Consultez la sortie de dmesg | grep fglrx. Vous trouverez les logs des messages d'erreurs dans les fichiers /var/log/kern.log et /var/log/Xorg.0.log. Ces informations peuvent être utiles aux personnes qui essaieront de vous aider.


                            Et rien pour ceci (commande not found)..

                            Cela signifie qu'a priori supprimer /etc/X11/xorg.conf (ou le renommer) devrait suffire. Pour ce faire derrière l'invite de commande (edith@ubuntu-laptop:~$) tu peux lancer ces commandes :

                            sudo aptitude update
                            sudo aptitude install xserver-xorg-video-radeon
                            sudo mv /etc/X11/xorg.conf /etc/X11/xorg.conf.bak
                            sudo service gdm restart


                            Merci
                            0
                            1. Modérateur
                              Dans Boot>Grub j'ai :

                              Non, ça c'est le contenu de /boot, pas de /boot/grub

                              Puis j'ai 3 systèmes de fichiers dans le poste de travail !!

                              Oui donc / c'est ton système linux. Je te rappelle que contrairement à windows il n'y a pas de notion de lecteurs (c:, d: ...) : il y a une arborescence unique : /.

                              Lorsqu'on accède à un périphérique (CD, clé USB, autre partition...) celui-ci est monté dans un répertoire vide (point de montage), généralement dans /mnt ou /media. En l'occurrence deux périphériques sont montés dans /media.

                              Truc très louche, chacun de ces 2 médias semble contenir un système linux, comme si tu avais installé linux en triple !!!

                              Est-ce que tu as fait des réinstallations (et auquel cas, n'as-tu pas installé linux à côté de ton ancien linux deux fois de suite ?) ?

                              Regarde dans /media/83cd4449-76c9-42b5-a60a-6c8b218292a3/home et /media/a3f5c229-eba9-4fc1-a28b-e5ad72c4e25c/home pour voir si tu n'y as pas d'ancien documents à récupérer.

                              A priori si tu as juste besoin d'un linux, ces partitions n'ont plus lieu d'être et tu peux les dégager avec gparted pour en faire par exemple une partition de données. Toutefois avant de te lancer là dedans veille bien à sauvegarder tes documents précieux.

                              Et rien pour ceci (commande not found)..

                              Pour quelle commande a-t'il dit ça ? Si c'est pour aptitude lance au préalable :

                              sudo apt-get update
                              sudo apt-get install aptitude


                              Bonne chance
                              0
                              1. Ah pardon..

                                Alors, ces mêmes choses pour les 2 /media/
                                /media/83cd4449-76c9-42b5-a60a-6c8b218292a3/boot/grub/default
                                /media/83cd4449-76c9-42b5-a60a-6c8b218292a3/boot/grub/device.map
                                /media/83cd4449-76c9-42b5-a60a-6c8b218292a3/boot/grub/e2fs_stage1_5
                                /media/83cd4449-76c9-42b5-a60a-6c8b218292a3/boot/grub/fat_stage1_5
                                /media/83cd4449-76c9-42b5-a60a-6c8b218292a3/boot/grub/installed-version
                                /media/83cd4449-76c9-42b5-a60a-6c8b218292a3/boot/grub/jfs_stage1_5
                                /media/83cd4449-76c9-42b5-a60a-6c8b218292a3/boot/grub/menu.lst
                                /media/83cd4449-76c9-42b5-a60a-6c8b218292a3/boot/grub/minix_stage1_5
                                /media/83cd4449-76c9-42b5-a60a-6c8b218292a3/boot/grub/reiserfs_stage1_5
                                /media/83cd4449-76c9-42b5-a60a-6c8b218292a3/boot/grub/stage1
                                /media/83cd4449-76c9-42b5-a60a-6c8b218292a3/boot/grub/stage2
                                /media/83cd4449-76c9-42b5-a60a-6c8b218292a3/boot/grub/xfs_stage1_5

                                Pour /.
                                /boot/grub/default
                                /boot/grub/device.map
                                /boot/grub/e2fs_stage1_5
                                /boot/grub/fat_stage1_5
                                /boot/grub/grubenv * Nous y trouvons ceci en plus

                                /boot/grub/installed-version La version installée est 0.97-29ubuntu53
                                /boot/grub/jfs_stage1_5
                                /boot/grub/menu.lst
                                /boot/grub/minix_stage1_5
                                /boot/grub/reiserfs_stage1_5
                                /boot/grub/stage1
                                /boot/grub/stage2
                                /boot/grub/xfs_stage1_5

                                *
                                # GRUB Environment Block
                                #######################################################################
                                ______________________
                                J'ai effectivement réinstallé à partir du cd version 9.04 ; mal sans doute..
                                Je n'y trouve pas à priori d'anciens documents ; alors je trouve où et fais comment avec gparted ? (Certainement que tout ça contribue au ralentissement de la machine non ??)._____________________

                                Et rien pour ceci (commande not found)..

                                Pour quelle commande a-t'il dit ça ? Si c'est pour aptitude lance au préalable :

                                sudo apt-get update
                                sudo apt-get install aptitude


                                Cela signifie qu'a priori supprimer /etc/X11/xorg.conf (ou le renommer) devrait suffire. Pour ce faire derrière l'invite de commande (edith@ubuntu-laptop:~$) tu peux lancer ces commandes : (C'est ici que ça coince)

                                sudo aptitude update
                                sudo aptitude install xserver-xorg-video-radeon
                                sudo mv /etc/X11/xorg.conf /etc/X11/xorg.conf.bak
                                sudo service gdm restart


                                ______________________

                                En tournant virant je suis tombée sur ceci :

                                Si votre mode graphique n'a jamais fonctionné, c'est peut-être que vous n'avez pas installé le pilote xorg adéquat. Dans le doute, installez-les tous, puis relancez votre gestionnaire de connexion. Pour cela, tapez en root :

                                aptitude install xserver-xorg-video-all

                                Ensuite, quelle que soit votre situation, lancez les commandes suivantes :

                                dpkg-reconfigure xserver-xorg
                                service kdm restart

                                (au besoin, remplacez kdm par gdm ou xdm). Votre mode graphique devrait alors se lancer.


                                sudo aptitude install xserver-xorg-video-all
                                Les paquets suivants seront ENLEVÉS :
                                dolphin{u} kfind{u} libkde3support4{u} libkonq5-templates{u} libkonq5a{u}
                                libkonqsidebarplugin4a{u} libkprintutils4{u} libkutils4{u}
                                libqt4-designer{u} libqt4-qt3support{u}
                                0 paquets mis à jour, 0 nouvellement installés, 10 à enlever et 0 non mis à jour.
                                Il est nécessaire de télécharger 0 o d'archives. Après dépaquetage, 17,9 Mo seront libérés.
                                Voulez-vous continuer ? [Y/n/?]

                                Dis-je Yes ??
                                ______________________

                                Enfin, le résultat de /grub/menu.list:

                                # menu.lst - See: grub(8), info grub, update-grub(8)
                                # grub-install(8), grub-floppy(8),
                                # grub-md5-crypt, /usr/share/doc/grub
                                # and /usr/share/doc/grub-doc/.

                                ## default num
                                # Set the default entry to the entry number NUM. Numbering starts from 0, and
                                # the entry number 0 is the default if the command is not used.
                                #
                                # You can specify 'saved' instead of a number. In this case, the default entry
                                # is the entry saved with the command 'savedefault'.
                                # WARNING: If you are using dmraid do not use 'savedefault' or your
                                # array will desync and will not let you boot your system.
                                default 0

                                ## timeout sec
                                # Set a timeout, in SEC seconds, before automatically booting the default entry
                                # (normally the first entry defined).
                                timeout 3

                                ## hiddenmenu
                                # Hides the menu by default (press ESC to see the menu)
                                hiddenmenu

                                # Pretty colours
                                #color cyan/blue white/blue

                                ## password ['--md5'] passwd
                                # If used in the first section of a menu file, disable all interactive editing
                                # control (menu entry editor and command-line) and entries protected by the
                                # command 'lock'
                                # e.g. password topsecret
                                # password --md5 $1$gLhU0/$aW78kHK1QfV3P2b2znUoe/
                                # password topsecret

                                #
                                # examples
                                #
                                # title Windows 95/98/NT/2000
                                # root (hd0,0)
                                # makeactive
                                # chainloader +1
                                #
                                # title Linux
                                # root (hd0,1)
                                # kernel /vmlinuz root=/dev/hda2 ro
                                #

                                #
                                # Put static boot stanzas before and/or after AUTOMAGIC KERNEL LIST

                                ### BEGIN AUTOMAGIC KERNELS LIST
                                ## lines between the AUTOMAGIC KERNELS LIST markers will be modified
                                ## by the debian update-grub script except for the default options below

                                ## DO NOT UNCOMMENT THEM, Just edit them to your needs

                                ## ## Start Default Options ##
                                ## default kernel options
                                ## default kernel options for automagic boot options
                                ## If you want special options for specific kernels use kopt_x_y_z
                                ## where x.y.z is kernel version. Minor versions can be omitted.
                                ## e.g. kopt=root=/dev/hda1 ro
                                ## kopt_2_6_8=root=/dev/hdc1 ro
                                ## kopt_2_6_8_2_686=root=/dev/hdc2 ro
                                # kopt=root=UUID=fc9a69f4-1b69-4169-82de-6b42b60c4bb7 ro noapic nolapic edd=on

                                ## default grub root device
                                ## e.g. groot=(hd0,0)
                                # groot=fc9a69f4-1b69-4169-82de-6b42b60c4bb7

                                ## should update-grub create alternative automagic boot options
                                ## e.g. alternative=true
                                ## alternative=false
                                # alternative=true

                                ## should update-grub lock alternative automagic boot options
                                ## e.g. lockalternative=true
                                ## lockalternative=false
                                # lockalternative=false

                                ## additional options to use with the default boot option, but not with the
                                ## alternatives
                                ## e.g. defoptions=vga=791 resume=/dev/hda5
                                # defoptions=quiet splash

                                ## should update-grub lock old automagic boot options
                                ## e.g. lockold=false
                                ## lockold=true
                                # lockold=false

                                ## Xen hypervisor options to use with the default Xen boot option
                                # xenhopt=

                                ## Xen Linux kernel options to use with the default Xen boot option
                                # xenkopt=console=tty0

                                ## altoption boot targets option
                                ## multiple altoptions lines are allowed
                                ## e.g. altoptions=(extra menu suffix) extra boot options
                                ## altoptions=(recovery) single
                                # altoptions=(recovery mode) single

                                ## controls how many kernels should be put into the menu.lst
                                ## only counts the first occurence of a kernel, not the
                                ## alternative kernel options
                                ## e.g. howmany=all
                                ## howmany=7
                                # howmany=all

                                ## specify if running in Xen domU or have grub detect automatically
                                ## update-grub will ignore non-xen kernels when running in domU and vice versa
                                ## e.g. indomU=detect
                                ## indomU=true
                                ## indomU=false
                                # indomU=detect

                                ## should update-grub create memtest86 boot option
                                ## e.g. memtest86=true
                                ## memtest86=false
                                # memtest86=true

                                ## should update-grub adjust the value of the default booted system
                                ## can be true or false
                                # updatedefaultentry=false

                                ## should update-grub add savedefault to the default options
                                ## can be true or false
                                # savedefault=false

                                ## ## End Default Options ##

                                title Ubuntu 11.04, kernel 2.6.38-10-generic
                                uuid fc9a69f4-1b69-4169-82de-6b42b60c4bb7
                                kernel /boot/vmlinuz-2.6.38-10-generic root=UUID=fc9a69f4-1b69-4169-82de-6b42b60c4bb7 ro noapic nolapic edd=on quiet splash
                                initrd /boot/initrd.img-2.6.38-10-generic
                                quiet

                                title Ubuntu 11.04, kernel 2.6.38-10-generic (recovery mode)
                                uuid fc9a69f4-1b69-4169-82de-6b42b60c4bb7
                                kernel /boot/vmlinuz-2.6.38-10-generic root=UUID=fc9a69f4-1b69-4169-82de-6b42b60c4bb7 ro noapic nolapic edd=on single
                                initrd /boot/initrd.img-2.6.38-10-generic

                                title Ubuntu 11.04, kernel 2.6.35-28-generic
                                uuid fc9a69f4-1b69-4169-82de-6b42b60c4bb7
                                kernel /boot/vmlinuz-2.6.35-28-generic root=UUID=fc9a69f4-1b69-4169-82de-6b42b60c4bb7 ro noapic nolapic edd=on quiet splash
                                initrd /boot/initrd.img-2.6.35-28-generic
                                quiet

                                title Ubuntu 11.04, kernel 2.6.35-28-generic (recovery mode)
                                uuid fc9a69f4-1b69-4169-82de-6b42b60c4bb7
                                kernel /boot/vmlinuz-2.6.35-28-generic root=UUID=fc9a69f4-1b69-4169-82de-6b42b60c4bb7 ro noapic nolapic edd=on single
                                initrd /boot/initrd.img-2.6.35-28-generic

                                title Ubuntu 11.04, memtest86+
                                uuid fc9a69f4-1b69-4169-82de-6b42b60c4bb7
                                kernel /boot/memtest86+.bin
                                quiet

                                ### END DEBIAN AUTOMAGIC KERNELS LIST

                                J'essaie de retrouver la page qui parle de la configuration de Grub..

                                Merci
                                0
                                1. Re,

                                  Bon, j'ai utilisé la page grub-pc-Documentation Ubuntu :

                                  sudo grub-install -v
                                  [sudo] password for edith12:
                                  grub-install (GNU GRUB 0.97)
                                  edith12@edith12-desktop:~$ sudo apt-get install grub-pc
                                  Lecture des listes de paquets... Fait
                                  Construction de l'arbre des dépendances
                                  Lecture des informations d'état... Fait
                                  Les paquets supplémentaires suivants seront installés :
                                  grub-gfxpayload-lists
                                  Les paquets suivants seront ENLEVÉS :
                                  grub
                                  Les NOUVEAUX paquets suivants seront installés :
                                  grub-gfxpayload-lists grub-pc
                                  0 mis à jour, 2 nouvellement installés, 1 à enlever et 0 non mis à jour.
                                  Il est nécessaire de prendre 926 ko dans les archives.
                                  Après cette opération, 1 925 ko d'espace disque supplémentaires seront utilisés.
                                  Souhaitez-vous continuer [O/n] ? O
                                  Réception de : 1 http://archive.ubuntu.com/ubuntu/ natty/main grub-pc i386 1.99~rc1-13ubuntu3 [923 kB]
                                  Réception de : 2 http://archive.ubuntu.com/ubuntu/ natty/main grub-gfxpayload-lists i386 0.2 [2 956 B]
                                  926 ko réceptionnés en 3s (283 ko/s)
                                  Préconfiguration des paquets...
                                  (Lecture de la base de données... 194265 fichiers et répertoires déjà installés.)
                                  Suppression de grub ...
                                  Traitement des actions différées (« triggers ») pour « man-db »...
                                  Sélection du paquet grub-pc précédemment désélectionné.
                                  (Lecture de la base de données... 194221 fichiers et répertoires déjà installés.)
                                  Dépaquetage de grub-pc (à partir de .../grub-pc_1.99~rc1-13ubuntu3_i386.deb) ...
                                  Sélection du paquet grub-gfxpayload-lists précédemment désélectionné.
                                  Dépaquetage de grub-gfxpayload-lists (à partir de .../grub-gfxpayload-lists_0.2_i386.deb) ...
                                  Traitement des actions différées (« triggers ») pour « man-db »...
                                  Paramétrage de grub-pc (1.99~rc1-13ubuntu3) ...
                                  Removing update-grub hooks from /etc/kernel-img.conf in favour of
                                  /etc/kernel/ hooks.

                                  Creating config file /etc/default/grub with new version
                                  Generating core.img
                                  Saving menu.lst backup in /boot/grub/menu.lst_backup_by_grub2_postinst
                                  Running update-grub Legacy to hook our core.img in it
                                  Searching for GRUB installation directory ... found: /boot/grub
                                  Searching for default file ... found: /boot/grub/default
                                  Testing for an existing GRUB menu.lst file ... found: /boot/grub/menu.lst
                                  Searching for splash image ... none found, skipping ...
                                  Found GRUB 2: /boot/grub/core.img
                                  Found kernel: /boot/vmlinuz-2.6.38-10-generic
                                  Found kernel: /boot/vmlinuz-2.6.35-28-generic
                                  Found kernel: /boot/memtest86+.bin
                                  Updating /boot/grub/menu.lst ... done

                                  Generating grub.cfg ...
                                  Found background image: /usr/share/images/desktop-base/desktop-grub.png
                                  Found linux image: /boot/vmlinuz-2.6.38-10-generic
                                  Found initrd image: /boot/initrd.img-2.6.38-10-generic
                                  Found linux image: /boot/vmlinuz-2.6.35-28-generic
                                  Found initrd image: /boot/initrd.img-2.6.35-28-generic
                                  Found memtest86+ image: /boot/memtest86+.bin
                                  Found Ubuntu 9.04 (9.04) on /dev/sda6
                                  Found Ubuntu 9.04 (9.04) on /dev/sda8
                                  done
                                  Paramétrage de grub-gfxpayload-lists (0.2) ...
                                  edith12@edith12-desktop:~$ sudo upgrade-from-grub-legacy
                                  dpkg: error: mauvaise syntaxe de la version « dummy-version » : version number does not start with digit
                                  dpkg: error: mauvaise syntaxe de la version « dummy-version » : version number does not start with digit
                                  dpkg: error: mauvaise syntaxe de la version « dummy-version » : version number does not start with digit

                                  Installation finished. No error reported.
                                  Generating grub.cfg ...
                                  Found background image: /usr/share/images/desktop-base/desktop-grub.png
                                  Found linux image: /boot/vmlinuz-2.6.38-10-generic
                                  Found initrd image: /boot/initrd.img-2.6.38-10-generic
                                  Found linux image: /boot/vmlinuz-2.6.35-28-generic
                                  Found initrd image: /boot/initrd.img-2.6.35-28-generic
                                  Found memtest86+ image: /boot/memtest86+.bin
                                  Found Ubuntu 9.04 (9.04) on /dev/sda6
                                  Found Ubuntu 9.04 (9.04) on /dev/sda8
                                  done

                                  GRUB Legacy has been removed, but its configuration files have been preserved,
                                  since this script cannot determine if they contain valuable information. If
                                  you would like to remove the configuration files as well, use the following
                                  command:

                                  rm -f /boot/grub/menu.lst*

                                  Je ne vais pas éteindre l'ordi. avant que ne tu me confirme que je n'aurai pas de soucis au redémarrage, lol, car ce que j'ai mis en gras m'inquiète..à bientôt..

                                  Merci
                                  0
                              2. Modérateur
                                J'ai effectivement réinstallé à partir du cd version 9.04 ; mal sans doute..
                                Je n'y trouve pas à priori d'anciens documents ; alors je trouve où et fais comment avec gparted ? (Certainement que tout ça contribue au ralentissement de la machine non ??).


                                Il faut commencer par repérer quels devices sont montés dans les deux répertoires de /media :

                                sudo parted -l


                                Ces devices correspondent pour simplifier à des identifiants de partitions. Ces partitions peuvent être supprimées dans gparted :
                                http://doc.ubuntu-fr.org/gparted

                                Cela va libérer l'espace que ces partitions occupait. Ensuite de deux choses l'unes, soit tu redimensionnes tes partitions existantes mais je ne crois pas que ce soit possible à chaud dans ton cas (il faudrait avoir fait une installation avec LVM), soit tu crées à la place une nouvelle partition de données (que l'on montera par exemple dans /media/data).

                                Et rien pour ceci (commande not found)..

                                Quelle commande ? Je n'ai toujours pas compris.

                                Si votre mode graphique n'a jamais fonctionné, c'est peut-être que vous n'avez pas installé le pilote xorg adéquat. Dans le doute, installez-les tous, puis relancez votre gestionnaire de connexion. Pour cela, tapez en root :

                                aptitude install xserver-xorg-video-all


                                Tu peux le faire. xserver-xorg-video-all installera en cascade xserver-xorg-video-radeon qui est à mon avis le pilote approprié dans ton cas.

                                (au besoin, remplacez kdm par gdm ou xdm). Votre mode graphique devrait alors se lancer.

                                Comme je te l'expliquais, si tu modifies et/ou installes un nouveau pilote pour xorg, il faudra le relancer pour qu'il prenne les changements en compte. Ceci peut se faire effectivement en relançant le service gdm/kdm/xdm en fonction de ce que tu as installé. Pour une ubuntu ce sera a priori gdm, pour une kubuntu kdm etc... Vu les commandes qui suivent on dirait que tu as une kubuntu donc je dirais kdm...

                                De toute façon la commande plantera si tu relances un service qui n'existe pas, donc tu peux essayer les trois sans risque.


                                sudo aptitude install xserver-xorg-video-all
                                [...]
                                Voulez-vous continuer ? [Y/n/?]


                                Oui tu peux.

                                [...]
                                rm -f /boot/grub/menu.lst*
                                Je ne vais pas éteindre l'ordi. avant que ne tu me confirme que je n'aurai pas de soucis au redémarrage, lol, car ce que j'ai mis en gras m'inquiète..à bientôt..


                                En fait si tu te trompes ce n'est pas forcément très grave. Disons que le upgrade-from-grub-legacy n'a pas super bien fonctionné. De plus il te reste visiblement deux anciennes ubuntu installées.

                                On peut réparer l'installation actuelle mais la solution la plus simple reste à mon avis de sauver tes documents sur clé USB ou sur CD et réinstaller proprement afin :
                                1) d'avoir une partitionnement propre
                                2) d'avoir directement grub2 et non grub-legacy (du coup tu n'as même pas à faire de migration avec upgrade-from-grub-legacy)
                                3) d'avoir un système à jour et probablement ton pilote vidéo correctement installé par la même occasion.

                                Maintenant on peut rester avec l'installation actuelle et tenter de réparer, mais ce sera un peu fastidieux et pas forcément super clean. Mais a contrario ce sera aussi bien plus instructif !

                                Si tu casses grub il est possible de le réparer avec un Cd d'installation ubuntu :
                                http://doc.ubuntu-fr.org/tutoriel/comment_restaurer_grub

                                D'autres approches sont possible notamment une qui utilise chroot. Elle suppose que tu sois plus familière avec les notions de montage et de gestionnaire de paquets. Si tu es curieuse tu peux commencer à lire un peu ceci :
                                http://www.mistra.fr/tutoriel-linux-configurer-boot-loader-grub-lilo.html#h4-cas-daeacutetude-nadeg2--restaurer-un-boot-loader-linux
                                http://www.mistra.fr/tutoriel-linux-apt.html

                                Bonne chance
                                0
                                1. Bonjour,

                                  Voici la réponse à la commande
                                  sudo parted -1

                                  [sudo] password for edith12:
                                  parted : option invalide -- '1'
                                  Usage : parted [-hlmsv] [-a <alignement>] [PERIPHERIQUE [COMMANDE [PARAMETRES]]...]

                                  et à sudo aptitude install xserver-xorg-video-all
                                  [sudo] password for edith12:
                                  Aucun paquet ne va être installé, mis à jour ou enlevé.
                                  0 paquets mis à jour, 0 nouvellement installés, 0 à enlever et 0 non mis à jour.
                                  Il est nécessaire de télécharger 0 o d'archives. Après dépaquetage, 0 o seront utilisés.
                                  _______________________

                                  J'ai tenté sudo aptitude install xserver-xorg-video-all
                                  (ça s'est lancé avec gdm) ; l'ordi s'est éteint puis a redémarré ; mais toujours pas d'option player..
                                  _______________________

                                  Cela signifie qu'a priori supprimer /etc/X11/xorg.conf (ou le renommer) devrait suffire. Pour ce faire derrière l'invite de commande (edith@ubuntu-laptop:~$) tu peux lancer ces commandes : ; ici la commande n'est pas reconnue..

                                  sudo aptitude update
                                  sudo aptitude install xserver-xorg-video-radeon
                                  sudo mv /etc/X11/xorg.conf /etc/X11/xorg.conf.bak
                                  sudo service gdm restart


                                  Merci
                                  0
                                  1. Modérateur
                                    sudo parted -1

                                    C'est un L minuscule pas un 1. Ça fait environ 3 ans que je dis à CCM de changer leur police en carton, mais visiblement ils sont un peu bouchés, donc ne t'en fais pas, tu n'es pas la première et certainement pas la dernière à te tromper :-)

                                    sudo aptitude install xserver-xorg-video-all
                                    [sudo] password for edith12:
                                    Aucun paquet ne va être installé, mis à jour ou enlevé.


                                    Ça veut dire qu'il est déjà installé. Peux-tu me reporter le résultat de :

                                    dpkg -l | grep xserver-xorg-video


                                    (attention c'est un L ! :p)

                                    mais toujours pas d'option player..

                                    De quoi parles-tu ?

                                    ici la commande n'est pas reconnue..

                                    Ce sont 4 commandes... laquelle ?
                                    De toute façon vu où tu en es les deux premières ne servent à rien.
                                    La troisème échouera si le fichier /etc/X11/xorg.conf n'existe pas/plus (elle sert à le renommer).
                                    La dernière relance gdm, donc en cascade le mode graphique.
                                    0
                                    • 1
                                    • 2