Contenu | Rechercher | Menus

Annonce

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

À propos de l'équipe du forum.

#1 Le 03/02/2015, à 22:51

Flo2

[ Ubuntu 14.04 LTS] Problème connexion session, puis espace disque,MAJ

Bonjour,

Après plus de 10ans sans soucis avec Linux j'essuie quelques plâtres avec Ubuntu 14.04LTS.
Dans un premier temps impossibilité de rentrer sur les bureaux des 3 compte ni invité.
Après un nettoyage du disque (clean, autoremove entre autres) j'ai p'ai pu rentrer et faire le nettoyage sur les bureaux et dossiers persos (déplacement sur des partitions du disques).

Malgré celà je trouve que la partition Linux est très volumineuse, je klui ai octroyé 30Go iul en utilise 25.
La commande df -h dis que j'en utilise 89% alors que je pense avoir fait le ménage partout ou je pouvais, j'ai même supprimé les paquets inutiles avec synaptic.

Quand je vais dans le terminal j'ai régulièrement les messages suivants :
asking for cache data failed ainsi qu'un truc du genre :
write-through

Est-ce que vous savez si c'est normal d'avoir 25Go utilisé avec Ubutun 14.04 en l'ayant nettoyé ?
De quoi viennent ces messages dans le terminal ?

Comment se fait il que certaines mise à jour ne peuvent pas se faire ?
J'ai essayé sudo apt get update puis pugrade mais il y a une erreur quand même à la fin idem avec install -f.

Le disque fait 30Go, il utilise 25Go me dis que 89% est utilisé et me dis que 3,2Go sont libre est-ce normal ?

Merci pour votre aide.

Flo.

Hors ligne

#2 Le 03/02/2015, à 22:58

Flo2

Re : [ Ubuntu 14.04 LTS] Problème connexion session, puis espace disque,MAJ

Quand j'essaie de faire
sudo apt-get upgrade, il répond à la fin :
1 PAQUET MIS À JOUR, ET 1 PARTIELLEMENT INSTALLÉS ou enlevés;
Il est nécessaire de prendre 14,2M, je mets oui
Il lance le décompactage et :

Decompactage de ubuntu-docs (14.04.4) sur (12.04.6) ...
dpkg : error processing archives/var/cache/apt/archives/ubuntu-docs_14.04.4_all.deb (--unpack):
La taille du lien symbolique "/usr/share/help/it/ubuntu-help/net-default-browser.page" est passée de 62 à 60.
dES ERREURS ONT ÉTÉ RENCONTRÉES PENDANT L'EXÉCUTION/var/cache/apt/archives/ubuntu-docs_14.04.4_all.deb
E:sub-process /usr/bin/dpkg returned an errors code (1)

Vers quoi m'orienter pour réparer ceci ?

Merci.

Flo.

Dernière modification par Flo2 (Le 03/02/2015, à 23:07)

Hors ligne

#3 Le 04/02/2015, à 08:53

tiramiseb

Re : [ Ubuntu 14.04 LTS] Problème connexion session, puis espace disque,MAJ

Salut,

C'est dommage de répondre à ton propre message, car celui-ci sort alors de la liste des messages sans réponse et moins de gens viendront le lire. Heureusement pour toi, de mon côté je n'utilise pas la liste de messages sans réponse smile

Que donnent les commandes suivantes ?

dpkg -l
df -h
du -shc /*

PS : mets les retours de commandes entre balises "code", obtenues en cliquant sur l'icônebt_pre.png.
1369359175.gif

Hors ligne

#4 Le 04/02/2015, à 20:36

Flo2

Re : [ Ubuntu 14.04 LTS] Problème connexion session, puis espace disque,MAJ

Bonjour,

Merci pour votre réponse.
Bonne remarque pour le message, tant pis pour moi :'-(
J'ai fait ce matin un :
sudo touch/forefsck
Il n'a pas trouvé d'erreur.

Pour le :
dpkg -l, j'ai vraiment énormément, énormément de ligne qui défilent, faut que je mette tout ici ?

Ci-dessous résultat du dpkg -l et du
df -h

dpkg -l et df -h

Merci.

Flo.

Dernière modification par Flo2 (Le 04/02/2015, à 20:40)

Hors ligne

#5 Le 04/02/2015, à 20:43

Bougron

Re : [ Ubuntu 14.04 LTS] Problème connexion session, puis espace disque,MAJ

Bonsoir
Une autre solution pour DPKG

dpkg -l | awk '/ +linux/ && /headers|generic/{ if(match($2,/([0-9]\.)+/)) {print $2} }'|sort -t- -rV -k3,4|paste -d" " - - -

et résultat en copier/coller

Hors ligne

#6 Le 04/02/2015, à 20:47

tiramiseb

Re : [ Ubuntu 14.04 LTS] Problème connexion session, puis espace disque,MAJ

Salut,

En général on nous montre des captures d'écran, c'est bien rare d'avoir des photos big_smile

Pourquoi utilises-tu une console textuelle, que tu prends en photo ?
Pourquoi n'exécutes-tu pas ces commandes dans un terminal, pour copier-coller leur retour sous forme de texte ?


Si je te demande le retour d'une commande, c'est pour l'avoir en entier, oui. Donc oui, il me faut le retour complet de "dpkg -l". Par ailleurs, la dernière commande ("du") est la plus importante, sans celle-là je ne peux pas t'aider.
Et je refuse de travailler en essayant de déchiffrer le texte à moitié flou d'une photo d'un écran, sauf si tu as une très bonne raison.
Lance un terminal et exécute les commandes dans le terminal. Puis copie-colle ici.

PS : mets les retours de commandes entre balises "code", obtenues en cliquant sur l'icônebt_pre.png.
1369359175.gif

Hors ligne

#7 Le 04/02/2015, à 20:48

tiramiseb

Re : [ Ubuntu 14.04 LTS] Problème connexion session, puis espace disque,MAJ

Bougron: non, je ne veux pas la liste des noyaux, je veux la liste complète des logiciels. La liste limitée à seulement les noyaux, je n'en ai rien à faire. Et puis en plus d'être pénible à taper, ta commande donne un retour vachement pénible à lire. Dans un script pourquoi pas, mais pas en ligne de commande pour voir une liste de fichiers ! Si on veut voir de manière confortable une liste des paquets liés au noyau, le plus simple reste toujours "dpkg -l | grep linux-". Mais, encore une fois, ce n'est pas ce que je veux ici.

Dernière modification par tiramiseb (Le 04/02/2015, à 20:49)

Hors ligne

#8 Le 04/02/2015, à 21:53

Flo2

Re : [ Ubuntu 14.04 LTS] Problème connexion session, puis espace disque,MAJ

Re-

OK, je vais faire sur le même PC les copier coller, j'ignorais qu'on pouvait le faire, bref.

Alors :

dpkg -l =

ii  python-cupshel 1.4.3+201402 all          Python modules for printer config
ii  python-dateuti 1.5+dfsg-1ub all          powerful extensions to the standa
ii  python-dbus    1.2.0-2build i386         simple interprocess messaging sys
ii  python-dbus-de 1.2.0-2build all          main loop integration development
ii  python-debian  0.1.21+nmu2u all          Python modules to work with Debia
ii  python-debtags 1.12ubuntu2  all          Match debtags hardware:: tags aga
ii  python-defer   1.0.6-2build all          Small framework for asynchronous 
ii  python-desktop 1.0.8-0ubunt all          Desktop CouchDB Application API
ii  python-desktop 1.0.8-0ubunt all          Desktop CouchDB Records API
ii  python-dirspec 13.10-0ubunt all          Python User Folders Specification
ii  python-egenix- 3.2.7-1build i386         date and time handling routines f
ii  python-egenix- 3.2.7-1build i386         collection of additional builtins
ii  python-gconf   2.28.1+dfsg- i386         Python bindings for the GConf con
ii  python-gdbm    2.7.5-1ubunt i386         GNU dbm database support for Pyth
ii  python-gi      3.12.0-1ubun i386         Python 2.x bindings for gobject-i
ii  python-gi-cair 3.12.0-1ubun i386         Python Cairo bindings for the GOb
ii  python-glade2  2.24.0-3ubun i386         GTK+ bindings: Glade support
ii  python-gmenu   3.0.1-0ubunt i386         GNOME implementation of the freed
ii  python-gnome2  2.28.1+dfsg- i386         Python bindings for the GNOME des
ii  python-gnomeke 2.32.0+dfsg- i386         Python bindings for the GNOME key
ii  python-gnupgin 0.3.2-9.1ubu all          Python interface to GnuPG (GPG)
ii  python-gobject 3.12.0-1ubun all          Python 2.x bindings for GObject -
ii  python-gobject 2.28.6-12bui i386         deprecated static Python bindings
ii  python-gst-1.0 1.2.0-1      i386         GStreamer GObject Introspection o
ii  python-gst0.10 0.10.22-3ubu i386         generic media-playing framework (
ii  python-gtk2    2.24.0-3ubun i386         Python bindings for the GTK+ widg
ii  python-gtksour 2.10.1-2buil i386         Python bindings for the GtkSource
ii  python-gtkspel 2.25.3-13    i386         Python bindings for the GtkSpell 
ii  python-httplib 0.8-2build1  all          comprehensive HTTP client library
ii  python-ibus    1.5.5-1ubunt all          Intelligent Input Bus - Python su
ii  python-imaging 2.3.0-1ubunt all          Python Imaging Library compatibil
ii  python-indicat 12.10.1-0ubu i386         Python bindings for libindicate
ii  python-keyring 3.5-1        all          store and access your passwords s
ii  python-launchp 0.1.56.1     i386         library for launchpad integration
ii  python-launchp 1.10.2+ds-2  all          Launchpad web services client lib
ii  python-lazr.re 0.13.3-1buil all          client for lazr.restful-based web
ii  python-lazr.ur 1.0.3-1build all          library for parsing, manipulating
ii  python-ldb     1:1.1.16-1   i386         Python bindings for LDB
ii  python-libprox 0.4.11-0ubun all          automatic proxy configuration man
ii  python-libxml2 2.9.1+dfsg1- i386         Python bindings for the GNOME XML
ii  python-lockfil 1:0.8-2ubunt all          file locking library for Python
ii  python-louis   2.5.3-2ubunt all          Python bindings for liblouis
ii  python-lxml    3.3.3-1ubunt i386         pythonic binding for the libxml2 
ii  python-mako    0.9.1-1      all          fast and lightweight templating f
ii  python-markups 0.18-1build2 i386         HTML/XHTML/XML string library for
ii  python-matplot 1.3.1-1ubunt i386         Python based plotting system in a
ii  python-matplot 1.3.1-1ubunt all          Python based plotting system (dat
ii  python-minimal 2.7.5-5ubunt i386         minimal subset of the Python lang
ii  python-mlt     0.9.0-3      i386         multimedia framework (python bind
ii  python-newt    0.52.15-2ubu i386         NEWT module for Python
ii  python-notify  0.1.1-3ubunt i386         Python bindings for libnotify
ii  python-ntdb    1.0-2ubuntu1 i386         Python bindings for NTDB
ii  python-numpy   1:1.8.2-0ubu i386         Numerical Python adds a fast arra
ii  python-oauth   1.0.1-3build all          Python library implementing of th
ii  python-oauthli 0.6.1-1      all          generic, spec-compliant implement
ii  python-oneconf 0.3.7        all          synchronize your configuration da
ii  python-openssl 0.13-2ubuntu i386         Python 2 wrapper around the OpenS
ii  python-pam     0.4.2-13.1ub i386         Python interface to the PAM libra
ii  python-pexpect 3.1-1ubuntu0 all          Python module for automating inte
ii  python-pil     2.3.0-1ubunt i386         Python Imaging Library (Pillow fo
ii  python-piston- 0.7.5-0ubunt all          library for writing clients for D
ii  python-pkg-res 3.3-1ubuntu1 all          Package Discovery and Resource Ac
ii  python-problem 2.14.1-0ubun all          Python library to handle problem 
ii  python-protobu 2.5.0-9ubunt all          Python bindings for protocol buff
ii  python-pycurl  7.19.3-0ubun i386         Python bindings to libcurl
ii  python-pygooca 0.14.1-1ubun i386         GooCanvas Python bindings
ii  python-pyinoti 0.9.4-1build all          simple Linux inotify Python bindi
ii  python-pyorbit 2.24.0-6ubun i386         A Python language binding for the
ii  python-pyparsi 2.0.1+dfsg1- all          Python parsing module
ii  python-qt4     4.10.4+dfsg- i386         Python bindings for Qt4
ii  python-qt4-dbu 4.10.4+dfsg- i386         D-Bus Support for PyQt4
ii  python-rdflib  2.4.2-3build i386         RDF library containing an RDF tri
ii  python-renderp 3.0-1build1  i386         python low level render interface
ii  python-reportl 3.0-1build1  all          ReportLab library to create PDF d
ii  python-reportl 3.0-1build1  i386         C coded extension accelerator for
ii  python-request 2.2.1-1ubunt all          elegant and simple HTTP library f
ii  python-rpm     4.11.1-3ubun i386         Python bindings for RPM
ii  python-samba   2:4.1.6+dfsg i386         Python bindings for Samba
ii  python-secrets 2.0.0-1ubunt all          Python module for storing secrets
ii  python-serial  2.6-1build1  all          pyserial - module encapsulating a
ii  python-simplej 3.3.1-1ubunt i386         simple, fast, extensible JSON enc
ii  python-sip     4.15.5-1buil i386         Python/C++ bindings generator run
ii  python-six     1.5.2-1      all          Python 2 and 3 compatibility libr
ii  python-smbc    1.0.14.1-0ub i386         Python bindings for Samba clients
ii  python-softwar 0.92.37.3    all          manage the repositories that you 
ii  python-sqlite  1.0.1-11     i386         Python interface to SQLite 2
ii  python-sqlitec 1.1.4-1      i386         Fast metadata parser for yum
ii  python-support 1.0.15       all          automated rebuilding support for 
ii  python-talloc  2.1.0-1      i386         hierarchical pool based memory al
ii  python-tdb     1.2.12-1     i386         Python bindings for TDB
ii  python-telepat 0.15.19-2.1b all          Python language bindings for tele
ii  python-tk      2.7.5-1ubunt i386         Tkinter - Writing Tk applications
ii  python-twisted 13.2.0-1ubun i386         Event-based framework for interne
ii  python-twisted 13.2.0-1ubun all          Event-based framework for interne
ii  python-twisted 13.2.0-1ubun all          DNS protocol implementation with 
ii  python-twisted 13.2.0-1ubun all          HTTP protocol implementation toge
ii  python-tz      2012c-1build all          Python version of the Olson timez
ii  python-ubuntu- 13.10-0ubunt all          Ubuntu Single Sign-On client - Py
ii  python-urlgrab 3.9.1-4ubunt all          A high-level cross-protocol url-g
ii  python-urllib3 1.7.1-1build all          HTTP library with thread-safe con
ii  python-virtkey 0.63.0-0ubun i386         Library to emulate keyboard keypr
ii  python-vte     1:0.28.2-5ub i386         Python bindings for the VTE widge
ii  python-wadllib 1.3.2-2build all          Python library for navigating WAD
ii  python-webkit  1.1.8-3ubunt i386         WebKit/Gtk Python bindings
ii  python-wnck    2.32.0+dfsg- i386         Python bindings for the WNCK libr
ii  python-xapian  1.2.16-2ubun i386         Xapian search engine interface fo
ii  python-xdg     0.25-4       all          Python 2 library to access freede
ii  python-xkit    0.5.0ubuntu2 all          library for the manipulation of x
ii  python-zeitgei 0.9.14-0ubun all          event logging framework - Python 
ii  python-zope.in 4.0.5-1ubunt i386         Interfaces for Python
ii  python2.7      2.7.6-8      i386         Interactive high-level object-ori
ii  python2.7-mini 2.7.6-8      i386         Minimal subset of the Python lang
ii  python3        3.4.0-0ubunt i386         interactive high-level object-ori
ii  python3-apparm 2.8.95~2430- i386         AppArmor Python3 utility library
ii  python3-apport 2.14.1-0ubun all          Python 3 library for Apport crash
ii  python3-apt    0.9.3.5ubunt i386         Python 3 interface to libapt-pkg
ii  python3-aptdae 1.1.1-1ubunt all          Python 3 module for the server an
ii  python3-aptdae 1.1.1-1ubunt all          Python 3 GTK+ 3 widgets to run an
ii  python3-aptdae 1.1.1-1ubunt all          PackageKit compatibilty for AptDa
ii  python3-brlapi 5.0-2ubuntu2 i386         Braille display access via BRLTTY
ii  python3-cairo  1.10.0+dfsg- i386         Python 3 bindings for the Cairo v
ii  python3-charde 2.0.1-1      all          universal encoding detector
ii  python3-checkb 0.17.6-0ubun all          CheckBox python3 library
ii  python3-checkb 0.3-2        all          PlainBox based test runner (Pytho
ii  python3-checkb 0.2-1        all          collection of Python modules used
ii  python3-comman 0.3ubuntu12  all          Python 3 bindings for command-not
ii  python3-crypto 2.6.1-4build i386         cryptographic algorithms and prot
ii  python3-dbus   1.2.0-2build i386         simple interprocess messaging sys
ii  python3-debian 0.1.21+nmu2u all          Python 3 modules to work with Deb
ii  python3-defer  1.0.6-2build all          Small framework for asynchronous 
ii  python3-distup 1:0.220.6    all          manage release upgrades
ii  python3-feedpa 5.1.3-2      all          Universal Feed Parser for Python 
ii  python3-gdbm:i 3.4.0-0ubunt i386         GNU dbm database support for Pyth
ii  python3-gi     3.12.0-1ubun i386         Python 3 bindings for gobject-int
ii  python3-gi-cai 3.12.0-1ubun i386         Python 3 Cairo bindings for the G
ii  python3-httpli 0.8-2build1  all          comprehensive HTTP client library
ii  python3-libapp 2.8.95~2430- i386         AppArmor library Python3 bindings
ii  python3-louis  2.5.3-2ubunt all          Python bindings for liblouis
ii  python3-lxml   3.3.3-1ubunt i386         pythonic binding for the libxml2 
ii  python3-mako   0.9.1-1      all          fast and lightweight templating f
ii  python3-markup 0.18-1build2 i386         HTML/XHTML/XML string library for
ii  python3-minima 3.4.0-0ubunt i386         minimal subset of the Python lang
ii  python3-oauthl 0.6.1-1      all          generic, spec-compliant implement
ii  python3-onecon 0.3.7        all          synchronize your configuration da
ii  python3-piston 0.7.5-0ubunt all          library for writing clients for D
ii  python3-pkg-re 3.3-1ubuntu1 all          Package Discovery and Resource Ac
ii  python3-plainb 0.5.3-2      all          toolkit for software and hardware
ii  python3-proble 2.14.1-0ubun all          Python 3 library to handle proble
ii  python3-pyatsp 2.10.0+dfsg- all          Assistive Technology Service Prov
ii  python3-pycurl 7.19.3-0ubun i386         Python 3 bindings to libcurl
ii  python3-pypars 2.0.1+dfsg1- all          Python parsing module, Python3 pa
ii  python3-reques 2.2.1-1ubunt all          elegant and simple HTTP library f
ii  python3-six    1.5.2-1      all          Python 2 and 3 compatibility libr
ii  python3-softwa 0.92.37.3    all          manage the repositories that you 
ii  python3-speech 0.8-5ubuntu1 all          Python interface to Speech Dispat
ii  python3-uno    1:4.2.7-0ubu i386         Python-UNO bridge
ii  python3-update 1:0.196.12   all          python 3.x module for update-mana
ii  python3-urllib 1.7.1-1build all          HTTP library with thread-safe con
ii  python3-xdg    0.25-4       all          Python 3 library to access freede
ii  python3-xkit   0.5.0ubuntu2 all          library for the manipulation of x
ii  python3.4      3.4.0-2ubunt i386         Interactive high-level object-ori
ii  python3.4-mini 3.4.0-2ubunt i386         Minimal subset of the Python lang
ii  qapt-batch     2.1.70-0ubun i386         Batch package manager for KDE
ii  qdbus          4:4.8.5+git1 i386         Qt 4 D-Bus tool
ii  qpdf           5.1.1-1      i386         tools for and transforming and in
ii  qt-at-spi:i386 0.3.1-4fakes i386         at-spi accessibility plugin for Q
ii  qtchooser      39-g4717841- i386         Wrapper to select between Qt deve
ii  qtcore4-l10n   4:4.8.5+git1 all          Qt 4 core module translations
ii  qtdeclarative5 0.4+14.04.20 i386         Expose the Online Accounts API to
ii  qtdeclarative5 5.2.1-3ubunt i386         Qt 5 Dialogs QML plugin
ii  qtdeclarative5 5.2.1-3ubunt i386         Qt 5 localstorage QML plugin
ii  qtdeclarative5 5.2.1-3ubunt i386         Qt 5 Private Widgets QML plugin
ii  qtdeclarative5 5.0~git20130 i386         Qt Feedback module - QML plugin
ii  qtdeclarative5 5.2.1-3ubunt i386         Qt 5 Qt Quick 2 QML plugin
ii  qtdeclarative5 0.23+14.04.2 i386         Ubuntu web browser QML plugin
ii  qtdeclarative5 0.23+14.04.2 all          Ubuntu web browser QML plugin ass
ii  qtdeclarative5 0.1.46+14.04 i386         Qt Components for Ubuntu - QML pl
ii  qtdeclarative5 1.1.0+14.04. i386         Unity Action QML Components
ii  qtdeclarative5 5.2.1-3ubunt i386         Qt 5 window QML plugin
ii  quadrapassel   1:3.8.2-1    i386         popular Russian game, similar to 
ii  radeontool     1.6.3-1      i386         utility to control ATI Radeon bac
ii  rar            2:4.2.0-1    i386         Archiver for .rar files
ii  rarian-compat  0.8.1-5ubunt i386         Documentation meta-data library (
ii  rdesktop       1.7.1-1ubunt i386         RDP client for Windows NT/2000 Te
ii  readline-commo 6.3-4ubuntu2 all          GNU readline and history librarie
ii  remmina        1.0.0-4ubunt i386         remote desktop client for GNOME d
ii  remmina-common 1.0.0-4ubunt all          common files for remmina remote d
ii  remmina-plugin 1.0.0-4ubunt i386         RDP plugin for remmina remote des
ii  remmina-plugin 1.0.0-4ubunt i386         VNC plugin for remmina remote des
ii  resolvconf     1.69ubuntu1. all          name server information handler
ii  rfkill         0.5-1ubuntu1 i386         tool for enabling and disabling w
ii  rhythmbox      3.0.2-0ubunt i386         music player and organizer for GN
ii  rhythmbox-data 3.0.2-0ubunt all          data files for rhythmbox
ii  rhythmbox-mozi 3.0.2-0ubunt i386         Rhythmbox Mozilla plugin
ii  rhythmbox-plug 3.0.2-0ubunt i386         burning plugin for rhythmbox musi
ii  rhythmbox-plug 3.0.2-0ubunt i386         Magnatune plugin for rhythmbox mu
ii  rhythmbox-plug 3.0.2-0ubunt all          zeitgeist plugin for rhythmbox mu
ii  rhythmbox-plug 3.0.2-0ubunt i386         plugins for rhythmbox music playe
ii  rhythmbox-ubun 4.2.0-0ubunt all          Ubuntu One Rhythmbox plugin
ii  rpm            4.11.1-3ubun i386         package manager for RPM
ii  rpm-common     4.11.1-3ubun i386         common files for RPM
ii  rpm2cpio       4.11.1-3ubun i386         tool to convert RPM package to CP
ii  rsync          3.1.0-2ubunt i386         fast, versatile, remote (and loca
ii  rsyslog        7.4.4-1ubunt i386         reliable system and kernel loggin
ii  rtkit          0.10-3       i386         Realtime Policy and Watchdog Daem
ii  rtmpdump       2.4+20121230 i386         small dumper for media content st
ii  ruby           1:1.9.3.4    all          Interpreter of object-oriented sc
ii  ruby1.9.1      1.9.3.484-2u i386         Interpreter of object-oriented sc
ii  run-one        1.17-0ubuntu all          run just one instance of a comman
ii  samba-common   2:4.1.6+dfsg all          common files used by both the Sam
ii  samba-common-b 2:4.1.6+dfsg i386         Samba common files used by both t
ii  samba-libs:i38 2:4.1.6+dfsg i386         Samba core libraries
ii  sane-utils     1.0.23-3ubun i386         API library for scanners -- utili
ii  scantool       1.21+dfsg-4u i386         OBD-II vehicle diagnostic scanner
ii  screen         4.1.0~201203 i386         terminal multiplexer with VT100/A
ii  screen-resolut 0.17.1       all          Extension for the GNOME screen re
ii  screensaver-de 0.2-1        all          Wallpapers for image processing s
ii  seahorse       3.10.2-0ubun i386         GNOME front end for GnuPG
ii  sed            4.2.2-4ubunt i386         The GNU sed stream editor
ii  sensible-utils 0.0.9        all          Utilities for sensible alternativ
ii  session-migrat 0.2.1        i386         Tool to migrate in user session s
ii  sessioninstall 0.20+bzr141- all          APT based installer using Package
ii  sgml-base      1.26+nmu4ubu all          SGML infrastructure and SGML cata
ii  sgml-data      2.0.9-1      all          common SGML and XML data
ii  shared-desktop 0.11.0-1     all          shared ontologies for semantic se
ii  shared-mime-in 1.2-0ubuntu3 i386         FreeDesktop.org shared MIME datab
ii  shotwell       0.18.0-0ubun i386         digital photo organizer
ii  shotwell-commo 0.18.0-0ubun all          digital photo organizer - common 
ii  signon-keyring 0.6+14.04.20 i386         GNOME keyring extension for signo
ii  signon-plugin- 0.19+14.04.2 i386         Single Signon oauth2 plugin
ii  signon-plugin- 8.56+14.04.2 i386         Plain Password plugin for Single 
ii  signon-ui      0.16+14.04.2 i386         Single Sign-on UI
ii  signond        8.56+14.04.2 i386         Single Sign On framework
ii  simple-scan    3.12.1-0ubun i386         Simple Scanning Utility
ii  simplecommeubu 10.10        all          free Ubuntu book for beginners
ii  smbclient      2:4.1.6+dfsg i386         command-line SMB/CIFS clients for
ii  sni-qt:i386    0.2.6-0ubunt i386         indicator support for Qt
ii  software-cente 13.10-0ubunt all          Utility for browsing, installing,
ii  software-cente 0.1.6build1  all          The aptdaemon plugins for softwar
ii  software-prope 0.92.37.3    all          manage the repositories that you 
ii  software-prope 0.92.37.3    all          manage the repositories that you 
ii  soprano-daemon 2.9.4+dfsg1- i386         daemon for the Soprano RDF framew
ii  sound-theme-fr 0.8-1        all          freedesktop.org sound theme
ii  sox            14.4.1-3ubun i386         Swiss army knife of sound process
ii  speech-dispatc 0.8-5ubuntu1 i386         Common interface to speech synthe
ii  speech-dispatc 0.8-5ubuntu1 i386         Speech Dispatcher: Audio output p
ii  sphinx-voxforg 0.1.1~daily2 all          English sphinx acoustic model bui
ii  sphinx-voxforg 0.1.1~daily2 all          English sphinx language model bui
ii  ssh-askpass-gn 1:6.6p1-2ubu i386         interactive X program to prompt u
ii  ssl-cert       1.0.33       all          simple debconf wrapper for OpenSS
ii  strace         4.8-1ubuntu5 i386         A system call tracer
ii  sudo           1.8.9p5-1ubu i386         Provide limited super user privil
ii  synaptic       0.81.1ubuntu i386         Graphical package manager
ii  syslinux       3:4.05+dfsg- i386         collection of boot loaders
ii  syslinux-commo 3:4.05+dfsg- all          collection of boot loaders (commo
ii  syslinux-legac 2:3.63+dfsg- i386         Bootloader for Linux/i386 using M
ii  syslinux-theme 12-3         all          collection of boot loaders (theme
ii  syslinux-theme 12-3         all          collection of boot loaders (debia
ii  system-config- 1.4.3+201402 all          Printer configuration GUI
ii  system-config- 1.4.3+201402 all          Printer configuration GUI
ii  system-config- 1.4.3+201402 i386         Printer auto-configuration facili
ii  system-tools-b 2.10.2-1ubun i386         System Tools to manage computer c
ii  systemd-servic 204-5ubuntu2 i386         systemd runtime services
ii  systemd-shim   6-2bzr1      i386         shim for systemd
ii  sysv-rc        2.88dsf-41ub all          System-V-like runlevel change mec
ii  sysvinit-utils 2.88dsf-41ub i386         System-V-like utilities
ii  t1utils        1.37-2ubuntu i386         Collection of simple Type 1 font 
ii  tar            1.27.1-1     i386         GNU version of the tar archiving 
ii  tcl            8.6.0+6ubunt i386         Tool Command Language (default ve
ii  tcl8.4         8.4.20-7     i386         Tcl (the Tool Command Language) v
ii  tcl8.6         8.6.1-4ubunt i386         Tcl (the Tool Command Language) v
ii  tcpd           7.6.q-25     i386         Wietse Venema's TCP wrapper utili
ii  tcpdump        4.5.1-2ubunt i386         command-line network traffic anal
ii  telepathy-gabb 0.18.3-0ubun i386         Jabber/XMPP connection manager
ii  telepathy-haze 0.8.0-1      i386         Telepathy connection manager that
ii  telepathy-idle 0.2.0-1      i386         IRC connection manager for Telepa
ii  telepathy-indi 0.3.1+14.04. i386         Desktop service to integrate Tele
ii  telepathy-logg 0.8.0-3      i386         Telepathy logger service - Daemon
ii  telepathy-miss 1:5.16.1-1ub i386         management daemon for Telepathy r
ii  telepathy-salu 0.8.1-1ubunt i386         Link-local XMPP connection manage
ii  telnet         0.17-36build i386         The telnet client
ii  thunderbird    1:31.4.0+bui i386         Email, RSS and newsgroup client w
ii  thunderbird-gn 1:31.4.0+bui i386         Email, RSS and newsgroup client -
ii  thunderbird-lo 1:31.4.0+bui i386         French language pack for Thunderb
ii  time           1.7-24       i386         GNU time program for measuring CP
ii  tk             8.6.0+6ubunt i386         Toolkit for Tcl and X11 (default 
ii  tk8.6          8.6.1-3ubunt i386         Tk toolkit for Tcl and X11 v8.6 -
ii  tmux           1.8-5        i386         terminal multiplexer
ii  tomboy         1.15.4-0ubun i386         desktop note taking program using
ii  toshset        1.76-4       i386         Access much of the Toshiba laptop
ii  totem          3.10.1-1ubun i386         Simple media player for the GNOME
ii  totem-common   3.10.1-1ubun all          Data files for the Totem media pl
ii  totem-mozilla  3.10.1-1ubun i386         Totem Mozilla plugin
ii  totem-plugins  3.10.1-1ubun i386         Plugins for the Totem media playe
ii  transmission-c 2.82-1.1ubun all          lightweight BitTorrent client (co
ii  transmission-g 2.82-1.1ubun i386         lightweight BitTorrent client (GT
ii  tsconf         1.0-12       all          touch screen library common files
ii  ttf-dejavu-cor 2.34-1ubuntu all          transitional dummy package
ii  ttf-freefont   20120503-4   all          transitional dummy package
ii  ttf-indic-font 1:0.5.14ubun all          Core collection of free fonts for
ii  ttf-punjabi-fo 1:0.5.14ubun all          Free TrueType fonts for the Punja
ii  ttf-ubuntu-fon 0.80-0ubuntu all          Ubuntu Font Family, sans-serif ty
ii  tzdata         2015a-0ubunt all          time zone and daylight-saving tim
ii  ubufox         3.0-0ubuntu0 all          transitional dummy package
ii  ubuntu-artwork 1:14.04+14.0 all          Ubuntu themes and artwork
ii  ubuntu-desktop 1.325        i386         The Ubuntu desktop system
ii  ubuntu-docs    12.04.6      all          Ubuntu Desktop Guide
ii  ubuntu-drivers 1:0.2.91.7   i386         Detect and install additional Ubu
ii  ubuntu-extras- 2010.09.27   all          GnuPG keys of the Ubuntu extras a
ii  ubuntu-keyring 2012.05.19   all          GnuPG keys of the Ubuntu archive
ii  ubuntu-minimal 1.325        i386         Minimal core of Ubuntu
ii  ubuntu-mono    14.04+14.04. all          Ubuntu Mono Icon theme
ii  ubuntu-release 1:0.220.6    all          manage release upgrades
ii  ubuntu-release 1:0.220.6    all          manage release upgrades
ii  ubuntu-session 3.9.90-0ubun all          Ubuntu session
ii  ubuntu-setting 14.04.5      all          default settings for the Ubuntu d
ii  ubuntu-sounds  0.13         all          Ubuntu's GNOME audio theme
ii  ubuntu-sso-cli 13.10-0ubunt all          Ubuntu Single Sign-On client
ii  ubuntu-sso-cli 13.10-0ubunt all          Ubuntu Single Sign-On client - Qt
ii  ubuntu-standar 1.325        i386         The Ubuntu standard system
ii  ubuntu-system- 0.2.5build1  all          Dbus service to set various syste
ii  ubuntu-ui-tool 0.1.46+14.04 i386         Qt Components for Ubuntu - Ubuntu
ii  ubuntu-wallpap 14.04.0.1-0u all          Ubuntu Wallpapers
ii  ubuntu-wallpap 14.04.0.1-0u all          Ubuntu 12.04 Wallpapers
ii  ubuntu-wallpap 14.04.0.1-0u all          Ubuntu 14.04 Wallpapers
ii  ubuntuone-clie 13.05-0ubunt all          Data files for Ubuntu One
ii  ucf            3.0027+nmu1  all          Update Configuration File(s): pre
ii  udev           204-5ubuntu2 i386         /dev/ and hotplug management daem
ii  udisks         1.0.5-1      i386         storage media interface
ii  udisks2        2.1.3-1      i386         D-BUS service to access and manip
ii  ufw            0.34~rc-0ubu all          program for managing a Netfilter 
ii  unattended-upg 0.82.1ubuntu all          automatic installation of securit
ii  unetbootin     585-2ubuntu1 i386         installer of Linux/BSD distributi
ii  unetbootin-tra 585-2ubuntu1 all          translations for the unetbootin d
ii  unity          7.2.3+14.04. i386         Interface designed for efficiency
ii  unity-asset-po 0.8.24daily1 all          Unity Assets Pool
ii  unity-control- 14.04.3+14.0 i386         utilities to configure the GNOME 
ii  unity-control- 0.1.7~+14.04 i386         Unity Control Center extension fo
ii  unity-greeter  14.04.10-0ub i386         Unity Greeter
ii  unity-gtk-modu 0.0.0+14.04. all          Common files for GtkMenuShell D-B
ii  unity-gtk2-mod 0.0.0+14.04. i386         GtkMenuShell D-Bus exporter
ii  unity-gtk3-mod 0.0.0+14.04. i386         GtkMenuShell D-Bus exporter
ii  unity-lens-app 7.1.0+13.10. i386         Application lens for unity
ii  unity-lens-fil 7.1.0+13.10. i386         File lens for unity
ii  unity-lens-fri 0.1.3+14.04. i386         Friends scope for unity
ii  unity-lens-mus 6.9.0+13.10. i386         Music lens for unity
ii  unity-lens-pho 1.0+14.04.20 all          Photos lens for Unity
ii  unity-lens-vid 0.3.15+13.10 i386         Unity Video lens
ii  unity-scope-au 0.1+13.10.20 all          Audacious scope for Unity
ii  unity-scope-ca 0.1+14.04.20 all          Calculator scope for Unity
ii  unity-scope-ch 0.1+13.10.20 all          Chromium bookmarks scope for Unit
ii  unity-scope-cl 0.1+13.10.20 all          Clementine scope for Unity
ii  unity-scope-co 0.1+13.10.20 all          COLOURlovers scope for Unity
ii  unity-scope-de 0.1+14.04.20 all          devhelp scope for Unity
ii  unity-scope-fi 0.1+13.10.20 all          Firefox bookmarks scope for Unity
ii  unity-scope-gd 0.9+13.10.20 all          Google Drive scope for Unity
ii  unity-scope-gm 0.1+13.10.20 all          gmusicbrowser scope for Unity
ii  unity-scope-go 0.1+13.10.20 all          Gourmet Recipe Manager scope for 
ii  unity-scope-gu 0.1+13.10.20 all          Guayadeque scope for Unity
ii  unity-scope-ho 6.8.2+14.04. i386         Home scope that aggregates result
ii  unity-scope-ma 3.0+14.04.20 all          Manual pages scope for Unity
ii  unity-scope-mu 6.9.0+13.10. i386         Ubuntu One music store scope for 
ii  unity-scope-mu 0.1+13.10.20 all          Musique scope for Unity
ii  unity-scope-op 0.1+13.10.20 all          OpenClipArt scope for Unity
ii  unity-scope-te 0.1+14.04.20 all          Texdoc scope for Unity
ii  unity-scope-to 0.1+13.10.20 all          Tomboy scope for Unity
ii  unity-scope-vi 0.3.15+13.10 i386         Remote videos engine
ii  unity-scope-vi 0.1+13.10.20 all          VirtualBox scope for Unity
ii  unity-scope-ye 0.1+13.10.20 all          Help scope for Unity
ii  unity-scope-zo 0.1+13.10.20 all          Zotero scope for Unity
ii  unity-scopes-m 6.8.2+14.04. all          Home scope that aggregates result
ii  unity-scopes-r 7.1.4+14.04. all          desktop runner for misceallenous 
ii  unity-services 7.2.3+14.04. i386         Services for the Unity interface
ii  unity-settings 14.04.0+14.0 i386         daemon handling the Unity session
ii  unity-voice-se 0.1+14.04.20 i386         Voice recognition service for uni
ii  unity-webapps- 2.4.17+14.04 all          Unity WebApp integration scripts
ii  unity-webapps- 0.1+14.04.20 i386         Unity Webapps QML component
ii  unity-webapps- 2.5.0~+14.04 i386         Service for Web Apps integration 
ii  unity-webapps- 2.4.16+14.04 all          Unity Webapp for YouTube
ii  uno-libs3      4.2.7-0ubunt i386         LibreOffice UNO runtime environme
ii  unrar          1:5.0.10-1   i386         Unarchiver for .rar files (non-fr
ii  unzip          6.0-9ubuntu1 i386         De-archiver for .zip files
ii  update-inetd   4.43         all          inetd configuration file updater
ii  update-manager 1:0.196.12   all          GNOME application that manages ap
ii  update-manager 1:0.196.12   all          manage release upgrades
ii  update-notifie 0.154.1ubunt i386         Daemon which notifies about packa
ii  update-notifie 0.154.1ubunt all          Files shared between update-notif
ii  upower         0.9.23-2ubun i386         abstraction for power management
ii  upstart        1.12.1-0ubun i386         event-based init daemon
ii  ure            4.2.7-0ubunt i386         LibreOffice UNO runtime environme
ii  ureadahead     0.100.0-16   i386         Read required files in advance
ii  usb-creator-co 0.2.56.3     i386         create a startup disk using a CD 
ii  usb-creator-gt 0.2.56.3     i386         create a startup disk using a CD 
ii  usb-modeswitch 2.1.1+repack i386         mode switching tool for controlli
ii  usb-modeswitch 20140327-1   all          mode switching data for usb-modes
ii  usbmuxd        1.0.8-2ubunt i386         USB multiplexor daemon for iPhone
ii  usbutils       1:007-2ubunt i386         Linux USB utilities
ii  util-linux     2.20.1-5.1ub i386         Miscellaneous system utilities
ii  uuid-runtime   2.20.1-5.1ub i386         runtime components for the Univer
ii  vbetool        1.1-3        i386         run real-mode video BIOS code to 
ii  vcdimager      0.7.24+dfsg- i386         VideoCD (VCD) image mastering and
ii  videocut       0.2.0-12ubun i386         application for creating composit
ii  vim-common     2:7.4.052-1u i386         Vi IMproved - Common files
ii  vim-tiny       2:7.4.052-1u i386         Vi IMproved - enhanced vi editor 
ii  vinagre        3.10.2-0ubun i386         remote desktop client for the GNO
ii  vino           3.8.1-0ubunt i386         VNC server for GNOME
ii  virtuoso-minim 6.1.6+repack all          high-performance database - core 
ii  virtuoso-opens 6.1.6+repack i386         high-performance database - binar
ii  virtuoso-opens 6.1.6+repack i386         high-performance database - commo
ii  w3m            0.5.3-15     i386         WWW browsable pager with excellen
ii  webaccounts-ex 0.5-0ubuntu2 i386         Ubuntu Online Accounts browser ex
ii  webapp-contain 0.23+14.04.2 i386         Ubuntu web applications container
ii  webbrowser-app 0.23+14.04.2 i386         Ubuntu web browser
ii  wfrench        1.2.3-10     all          French dictionary words for /usr/
ii  wget           1.15-1ubuntu i386         retrieves files from the web
ii  whiptail       0.52.15-2ubu i386         Displays user-friendly dialog box
ii  whois          5.1.1        i386         intelligent WHOIS client
ii  whoopsie       0.2.24.6     i386         Ubuntu error tracker submission
ii  whoopsie-prefe 0.12         i386         System preferences for error repo
ii  wireless-crda  1.16         i386         Wireless Central Regulatory Domai
ii  wireless-regdb 2013.02.13-1 all          wireless regulatory database
ii  wireless-tools 30~pre9-8ubu i386         Tools for manipulating Linux Wire
ii  wireshark      1.10.6-1     i386         network traffic analyzer - GTK+ v
ii  wireshark-comm 1.10.6-1     i386         network traffic analyzer - common
ii  wodim          9:1.1.11-2ub i386         command line CD/DVD writing tool
ii  wpasupplicant  2.1-0ubuntu1 i386         client support for WPA and WPA2 (
ii  x-ttcidfont-co 32+nmu2      all          TrueType and CID fonts configurat
ii  x11-apps       7.7+2        i386         X applications
ii  x11-common     1:7.7+1ubunt all          X Window System (X.Org) infrastru
ii  x11-session-ut 7.7+1        i386         X session utilities
ii  x11-utils      7.7+1        i386         X11 utilities
ii  x11-xfs-utils  7.7+1        i386         X font server utilities
ii  x11-xkb-utils  7.7+1        i386         X11 XKB utilities
ii  x11-xserver-ut 7.7+2ubuntu1 i386         X server utilities
ii  xauth          1:1.0.7-1ubu i386         X authentication utility
ii  xbitmaps       1.1.1-2      all          Base X bitmaps
ii  xbrlapi        5.0-2ubuntu2 i386         Access software for a blind perso
ii  xcursor-themes 1.0.3-1      all          Base X cursor themes
ii  xdg-user-dirs  0.15-1ubuntu i386         tool to manage well known user di
ii  xdg-user-dirs- 0.10-1ubuntu i386         tool to manage well known user di
ii  xdg-utils      1.1.0~rc1-2u all          desktop integration utilities fro
ii  xdiagnose      3.6.3build2  all          X.org diagnosis tool
ii  xfonts-100dpi  1:1.0.3      all          100 dpi fonts for X
ii  xfonts-75dpi   1:1.0.3      all          75 dpi fonts for X
ii  xfonts-base    1:1.0.3      all          standard fonts for X
ii  xfonts-encodin 1:1.0.4-1ubu all          Encodings for X.Org fonts
ii  xfonts-mathml  6ubuntu1     all          Type1 Symbol font for MathML
ii  xfonts-scalabl 1:1.0.3-1    all          scalable fonts for X
ii  xfonts-utils   1:7.7+1      i386         X Window System font utility prog
ii  xinit          1.3.2-1      i386         X server initialisation tool
ii  xinput         1.6.1-1      i386         Runtime configuration and test of
ii  xkb-data       2.10.1-1ubun all          X Keyboard Extension (XKB) config
ii  xml-core       0.13+nmu2    all          XML infrastructure and XML catalo
ii  xorg           1:7.7+1ubunt i386         X.Org X Window System
ii  xorg-docs-core 1:1.7-1      all          Core documentation for the X.org 
ii  xscreensaver-d 5.15-3ubuntu i386         data files to be shared among scr
ii  xscreensaver-g 5.15-3ubuntu i386         GL(Mesa) screen hacks for xscreen
ii  xserver-common 2:1.15.1-0ub all          common files used by various X se
ii  xserver-xephyr 2:1.15.1-0ub i386         nested X server
ii  xserver-xorg   1:7.7+1ubunt i386         X.Org X server
ii  xserver-xorg-c 2:1.15.1-0ub i386         Xorg X server - core server
ii  xserver-xorg-i 1:7.7+1ubunt i386         X.Org X server -- input driver me
ii  xserver-xorg-i 1:2.8.2-1ubu i386         X.Org X server -- evdev input dri
ii  xserver-xorg-i 1:1.9.0-1bui i386         X.Org X server -- mouse input dri
ii  xserver-xorg-i 1.7.4-0ubunt i386         Synaptics TouchPad driver for X.O
ii  xserver-xorg-i 1:13.0.0-1bu i386         X.Org X server -- VMMouse input d
ii  xserver-xorg-i 1:0.23.0-0ub i386         X.Org X server -- Wacom input dri
ii  xserver-xorg-v 1:7.7+1ubunt i386         X.Org X server -- output driver m
ii  xserver-xorg-v 1:7.3.0-1ubu i386         X.Org X server -- AMD/ATI display
ii  xserver-xorg-v 1:1.5.2-1bui i386         X.Org X server -- Cirrus display 
ii  xserver-xorg-v 1:0.4.4-1bui i386         X.Org X server -- fbdev display d
ii  xserver-xorg-v 2.11.15-2    i386         X.Org X server -- Geode GX2/LX di
ii  xserver-xorg-v 0.6.0-0ubunt i386         X.Org X server -- graphics accele
ii  xserver-xorg-v 2:2.99.910-0 i386         X.Org X server -- Intel i8xx, i9x
ii  xserver-xorg-v 6.9.4-1build i386         X.Org X server -- ATI Mach64 disp
ii  xserver-xorg-v 1:1.6.3-1bui i386         X.Org X server -- MGA display dri
ii  xserver-xorg-v 0.8.1-1build i386         X.Org X server -- Generic modeset
ii  xserver-xorg-v 1:1.2.8-1bui i386         X.Org X server -- Neomagic displa
ii  xserver-xorg-v 1:1.0.10-1ub i386         X.Org X server -- Nouveau display
ii  xserver-xorg-v 1:0.3.3-1bui i386         X.Org X server -- VIA display dri
ii  xserver-xorg-v 0.1.1-0ubunt i386         X.Org X server -- QXL display dri
ii  xserver-xorg-v 6.9.2-1build i386         X.Org X server -- ATI r128 displa
ii  xserver-xorg-v 1:7.3.0-1ubu i386         X.Org X server -- AMD/ATI Radeon 
ii  xserver-xorg-v 1:0.6.5-0ubu i386         X.Org X server -- legacy S3 displ
ii  xserver-xorg-v 1:2.3.7-2ubu i386         X.Org X server -- Savage display 
ii  xserver-xorg-v 1:1.7.7-2bui i386         X.Org X server -- SiliconMotion d
ii  xserver-xorg-v 1:0.10.7-0ub i386         X.Org X server -- SiS display dri
ii  xserver-xorg-v 1:0.9.6-2bui i386         X.Org X server -- SiS USB display
ii  xserver-xorg-v 1:1.4.5-1bui i386         X.Org X server -- tdfx display dr
ii  xserver-xorg-v 1:1.3.6-0ubu i386         X.Org X server -- Trident display
ii  xserver-xorg-v 1:2.3.3-1bui i386         X.Org X server -- VESA display dr
ii  xserver-xorg-v 1:13.0.2-2ub i386         X.Org X server -- VMware display 
ii  xsltproc       1.1.28-2buil i386         XSLT 1.0 command line processor
ii  xterm          297-1ubuntu1 i386         X terminal emulator
ii  xul-ext-ubufox 3.0-0ubuntu0 all          Ubuntu-specific configuration def
ii  xul-ext-unity  3.0.0+14.04. all          Firefox extension: Unity Integrat
ii  xul-ext-webacc 0.5-0ubuntu2 i386         Ubuntu Online Accounts extension 
ii  xul-ext-websit 2.3.6+13.10. all          Firefox extension: Website Integr
ii  xz-utils       5.1.1alpha+2 i386         XZ-format compression utilities
ii  yelp           3.10.2-0ubun i386         Help browser for GNOME
ii  yelp-xsl       3.10.1-1     all          XSL stylesheets for the yelp help
ii  youtube-dl     2014.02.17-1 all          downloader of videos from YouTube
ii  yum            3.4.3-2ubunt all          Advanced front-end for rpm
ii  zeitgeist      0.9.14-0ubun all          event logging framework
ii  zeitgeist-core 0.9.14-0ubun i386         event logging framework - engine
ii  zeitgeist-data 0.9.14-0ubun i386         event logging framework - passive
ii  zenity         3.8.0-1ubunt i386         Display graphical dialog boxes fr
ii  zenity-common  3.8.0-1ubunt all          Display graphical dialog boxes fr
ii  zip            3.0-8        i386         Archiver for .zip files
ii  zlib1g:i386    1:1.2.8.dfsg i386         compression library - runtime
vr601@PR601-VR603:~$ ^C

La suite, df -h :

vr601@PR601-VR603:~$ df -h
Sys. de fichiers Taille Utilisé Dispo Uti% Monté sur
/dev/sda8           28G     22G  4,7G  83% /
none               4,0K       0  4,0K   0% /sys/fs/cgroup
udev               2,0G    4,0K  2,0G   1% /dev
tmpfs              400M    1,2M  399M   1% /run
none               5,0M       0  5,0M   0% /run/lock
none               2,0G    224K  2,0G   1% /run/shm
none               100M     36K  100M   1% /run/user
vr601@PR601-VR603:~$ 

La suite après.

Flo.

Hors ligne

#9 Le 04/02/2015, à 21:55

Flo2

Re : [ Ubuntu 14.04 LTS] Problème connexion session, puis espace disque,MAJ

Alors pour du shc /* :

vr601@PR601-VR603:~$ du -shc /*
9,4M	/bin
1,3G	/boot
4,0K	/cdrom
4,0K	/dev
du: impossible de lire le répertoire «/etc/cups/ssl»: Permission non accordée
du: impossible de lire le répertoire «/etc/ssl/private»: Permission non accordée
du: impossible de lire le répertoire «/etc/polkit-1/localauthority»: Permission non accordée
du: impossible de lire le répertoire «/etc/ppp/peers»: Permission non accordée
du: impossible de lire le répertoire «/etc/chatscripts»: Permission non accordée
16M	/etc
du: impossible de lire le répertoire «/home/flo/.thumbnails»: Permission non accordée
du: impossible de lire le répertoire «/home/flo/.mozilla»: Permission non accordée
du: impossible de lire le répertoire «/home/flo/.gvfs»: Permission non accordée
du: impossible de lire le répertoire «/home/flo/.remmina»: Permission non accordée
du: impossible de lire le répertoire «/home/flo/.thunderbird»: Permission non accordée
du: impossible de lire le répertoire «/home/flo/.launchpadlib»: Permission non accordée
du: impossible de lire le répertoire «/home/flo/.pki»: Permission non accordée
du: impossible de lire le répertoire «/home/flo/.local/share/sounds»: Permission non accordée
du: impossible de lire le répertoire «/home/flo/.local/share/unity-webapps»: Permission non accordée
du: impossible de lire le répertoire «/home/flo/.local/share/gvfs-metadata»: Permission non accordée
du: impossible de lire le répertoire «/home/flo/.local/share/evolution»: Permission non accordée
du: impossible de lire le répertoire «/home/flo/.local/share/telepathy»: Permission non accordée
du: impossible de lire le répertoire «/home/flo/.local/share/zeitgeist»: Permission non accordée
du: impossible de lire le répertoire «/home/flo/.local/share/nautilus»: Permission non accordée
du: impossible de lire le répertoire «/home/flo/.local/share/applications»: Permission non accordée
du: impossible de lire le répertoire «/home/flo/.gegl-0.0»: Permission non accordée
du: impossible de lire le répertoire «/home/flo/.pulse»: Permission non accordée
du: impossible de lire le répertoire «/home/flo/.compiz»: Permission non accordée
du: impossible de lire le répertoire «/home/flo/.mission-control»: Permission non accordée
du: impossible de lire le répertoire «/home/flo/.libreoffice/3»: Permission non accordée
du: impossible de lire le répertoire «/home/flo/.gnome2_private»: Permission non accordée
du: impossible de lire le répertoire «/home/flo/.gconfd»: Permission non accordée
du: impossible de lire le répertoire «/home/flo/.macromedia»: Permission non accordée
du: impossible de lire le répertoire «/home/flo/.adobe»: Permission non accordée
du: impossible de lire le répertoire «/home/flo/.kino-history»: Permission non accordée
du: impossible de lire le répertoire «/home/flo/.hplip»: Permission non accordée
du: impossible de lire le répertoire «/home/flo/.openshot»: Permission non accordée
du: impossible de lire le répertoire «/home/flo/.gopchop»: Permission non accordée
du: impossible de lire le répertoire «/home/flo/.lives-dir»: Permission non accordée
du: impossible de lire le répertoire «/home/flo/.dbus»: Permission non accordée
du: impossible de lire le répertoire «/home/flo/.cache»: Permission non accordée
du: impossible de lire le répertoire «/home/flo/.config/upstart»: Permission non accordée
du: impossible de lire le répertoire «/home/flo/.config/ibus»: Permission non accordée
du: impossible de lire le répertoire «/home/flo/.config/libreoffice/4»: Permission non accordée
du: impossible de lire le répertoire «/home/flo/.config/libreoffice/3»: Permission non accordée
du: impossible de lire le répertoire «/home/flo/.config/chromium»: Permission non accordée
du: impossible de lire le répertoire «/home/flo/.config/compiz»: Permission non accordée
du: impossible de lire le répertoire «/home/flo/.config/pulse»: Permission non accordée
du: impossible de lire le répertoire «/home/flo/.config/update-notifier»: Permission non accordée
du: impossible de lire le répertoire «/home/flo/.config/evince»: Permission non accordée
du: impossible de lire le répertoire «/home/flo/.config/enchant»: Permission non accordée
du: impossible de lire le répertoire «/home/flo/.config/Empathy»: Permission non accordée
du: impossible de lire le répertoire «/home/flo/.config/gthumb»: Permission non accordée
du: impossible de lire le répertoire «/home/flo/.config/evolution»: Permission non accordée
du: impossible de lire le répertoire «/home/flo/.config/dconf»: Permission non accordée
du: impossible de lire le répertoire «/home/flo/.config/totem»: Permission non accordée
du: impossible de lire le répertoire «/home/flo/.config/gtk-2.0»: Permission non accordée
du: impossible de lire le répertoire «/home/flo/.config/eog»: Permission non accordée
du: impossible de lire le répertoire «/home/flo/.config/ubuntuone»: Permission non accordée
du: impossible de lire le répertoire «/home/flo/.config/compiz-1»: Permission non accordée
du: impossible de lire le répertoire «/home/flo/.config/desktop-couch»: Permission non accordée
du: impossible de lire le répertoire «/home/flo/.gconf»: Permission non accordée
du: impossible de lire le répertoire «/home/flo/.openoffice.org/3»: Permission non accordée
du: impossible de lire le répertoire «/home/flo/PDF»: Permission non accordée
du: impossible de lire le répertoire «/home/flo/.googleearth»: Permission non accordée
du: impossible de lire le répertoire «/home/flo/.gnome2»: Permission non accordée
du: impossible de lire le répertoire «/home/isa/.thumbnails»: Permission non accordée
du: impossible de lire le répertoire «/home/isa/.mozilla»: Permission non accordée
du: impossible de lire le répertoire «/home/isa/.gvfs»: Permission non accordée
du: impossible de lire le répertoire «/home/isa/.thunderbird»: Permission non accordée
du: impossible de lire le répertoire «/home/isa/.pki»: Permission non accordée
du: impossible de lire le répertoire «/home/isa/.local/share/sounds»: Permission non accordée
du: impossible de lire le répertoire «/home/isa/.local/share/unity-webapps»: Permission non accordée
du: impossible de lire le répertoire «/home/isa/.local/share/gegl-0.2»: Permission non accordée
du: impossible de lire le répertoire «/home/isa/.local/share/Trash»: Permission non accordée
du: impossible de lire le répertoire «/home/isa/.local/share/gthumb»: Permission non accordée
du: impossible de lire le répertoire «/home/isa/.local/share/gvfs-metadata»: Permission non accordée
du: impossible de lire le répertoire «/home/isa/.local/share/evolution»: Permission non accordée
du: impossible de lire le répertoire «/home/isa/.local/share/telepathy»: Permission non accordée
du: impossible de lire le répertoire «/home/isa/.local/share/zeitgeist»: Permission non accordée
du: impossible de lire le répertoire «/home/isa/.local/share/totem»: Permission non accordée
du: impossible de lire le répertoire «/home/isa/.local/share/webbrowser-app/GPUCache»: Permission non accordée
du: impossible de lire le répertoire «/home/isa/.local/share/webbrowser-app/Cache»: Permission non accordée
du: impossible de lire le répertoire «/home/isa/.local/share/nautilus»: Permission non accordée
du: impossible de lire le répertoire «/home/isa/.local/share/rhythmbox»: Permission non accordée
du: impossible de lire le répertoire «/home/isa/.local/share/applications»: Permission non accordée
du: impossible de lire le répertoire «/home/isa/.local/share/webkit»: Permission non accordée
du: impossible de lire le répertoire «/home/isa/.local/share/shotwell»: Permission non accordée
du: impossible de lire le répertoire «/home/isa/.gegl-0.0»: Permission non accordée
du: impossible de lire le répertoire «/home/isa/.pulse»: Permission non accordée
du: impossible de lire le répertoire «/home/isa/.compiz»: Permission non accordée
du: impossible de lire le répertoire «/home/isa/.mission-control»: Permission non accordée
du: impossible de lire le répertoire «/home/isa/.kde»: Permission non accordée
du: impossible de lire le répertoire «/home/isa/.gnome2_private»: Permission non accordée
du: impossible de lire le répertoire «/home/isa/.macromedia»: Permission non accordée
du: impossible de lire le répertoire «/home/isa/.adobe»: Permission non accordée
du: impossible de lire le répertoire «/home/isa/.hplip»: Permission non accordée
du: impossible de lire le répertoire «/home/isa/.dbus»: Permission non accordée
du: impossible de lire le répertoire «/home/isa/.cache»: Permission non accordée
du: impossible de lire le répertoire «/home/isa/.config»: Permission non accordée
du: impossible de lire le répertoire «/home/isa/.gconf»: Permission non accordée
du: impossible de lire le répertoire «/home/isa/.googleearth»: Permission non accordée
du: impossible de lire le répertoire «/home/isa/.gnome2»: Permission non accordée
721M	/home
0	/initrd.img
0	/initrd.img.old

Hors ligne

#10 Le 04/02/2015, à 21:56

Flo2

Re : [ Ubuntu 14.04 LTS] Problème connexion session, puis espace disque,MAJ

Et pour finir : dpkg -l | awk '/ +linux/ && /headers|generic/{ if(match($2,/([0-9]\.)+/)) {print $2} }'|sort -t- -rV -k3,4|paste -d" " - - -

vr601@PR601-VR603:~$ dpkg -l | awk '/ +linux/ && /headers|generic/{ if(match($2,/([0-9]\.)+/)) {print $2} }'|sort -t- -rV -k3,4|paste -d" " - - -
linux-image-extra-3.13.0-45-generic linux-image-extra-3.13.0-44-generic linux-image-extra-3.13.0-43-generic
linux-image-extra-3.13.0-40-generic linux-image-extra-3.13.0-39-generic linux-image-extra-3.13.0-37-generic
linux-image-extra-3.13.0-36-generic linux-image-3.13.0-45-generic linux-headers-3.13.0-45-generic
linux-headers-3.13.0-45 linux-image-3.13.0-44-generic linux-headers-3.13.0-44-generic
linux-headers-3.13.0-44 linux-image-3.13.0-43-generic linux-headers-3.13.0-43-generic
linux-headers-3.13.0-43 linux-image-3.13.0-40-generic linux-headers-3.13.0-40-generic
linux-headers-3.13.0-40 linux-image-3.13.0-39-generic linux-headers-3.13.0-39-generic
linux-headers-3.13.0-39 linux-image-3.13.0-37-generic linux-headers-3.13.0-37-generic
linux-headers-3.13.0-37 linux-image-3.13.0-36-generic linux-headers-3.13.0-36-generic
linux-headers-3.13.0-36 linux-image-3.2.0-68-generic linux-headers-3.2.0-68-generic-pae
linux-headers-3.2.0-68-generic linux-headers-3.2.0-68 linux-image-3.2.0-67-generic
linux-headers-3.2.0-67-generic-pae linux-headers-3.2.0-67-generic linux-headers-3.2.0-67
linux-image-3.2.0-65-generic linux-headers-3.2.0-65-generic-pae linux-headers-3.2.0-65-generic
linux-headers-3.2.0-65 linux-image-3.2.0-64-generic linux-headers-3.2.0-64-generic-pae
linux-headers-3.2.0-64-generic linux-headers-3.2.0-64 linux-image-3.2.0-63-generic
linux-headers-3.2.0-63-generic-pae linux-headers-3.2.0-63-generic linux-headers-3.2.0-63
linux-image-3.2.0-61-generic linux-headers-3.2.0-61-generic-pae linux-headers-3.2.0-61-generic
linux-headers-3.2.0-61 linux-image-3.2.0-60-generic linux-headers-3.2.0-60-generic-pae
linux-headers-3.2.0-60-generic linux-headers-3.2.0-60 linux-image-3.2.0-59-generic
linux-headers-3.2.0-59-generic-pae linux-headers-3.2.0-59-generic linux-headers-3.2.0-59
linux-image-3.2.0-58-generic linux-headers-3.2.0-58-generic-pae linux-headers-3.2.0-58-generic
linux-headers-3.2.0-58 linux-image-3.2.0-57-generic linux-image-3.2.0-56-generic
linux-headers-3.2.0-56-generic-pae linux-headers-3.2.0-56-generic linux-headers-3.2.0-56
linux-image-3.2.0-55-generic linux-headers-3.2.0-55-generic-pae linux-headers-3.2.0-55-generic
linux-headers-3.2.0-55 linux-image-3.2.0-54-generic linux-headers-3.2.0-54-generic-pae
linux-headers-3.2.0-54-generic linux-headers-3.2.0-54 linux-image-3.2.0-53-generic
linux-headers-3.2.0-53-generic-pae linux-headers-3.2.0-53-generic linux-headers-3.2.0-53
linux-image-3.2.0-52-generic linux-headers-3.2.0-52-generic-pae linux-headers-3.2.0-52-generic
linux-headers-3.2.0-52 linux-image-3.2.0-51-generic linux-headers-3.2.0-51-generic-pae
linux-headers-3.2.0-51-generic linux-headers-3.2.0-51 linux-image-3.2.0-49-generic
linux-headers-3.2.0-49-generic-pae linux-headers-3.2.0-49-generic linux-headers-3.2.0-49
linux-image-3.2.0-48-generic linux-headers-3.2.0-48-generic-pae linux-headers-3.2.0-48-generic
linux-headers-3.2.0-48 linux-image-3.2.0-45-generic linux-headers-3.2.0-45-generic-pae
linux-headers-3.2.0-45-generic linux-headers-3.2.0-45 linux-image-3.2.0-44-generic
linux-headers-3.2.0-44-generic-pae linux-headers-3.2.0-44-generic linux-headers-3.2.0-44
linux-image-3.2.0-43-generic linux-headers-3.2.0-43-generic-pae linux-headers-3.2.0-43-generic
linux-headers-3.2.0-43 linux-image-3.2.0-41-generic linux-headers-3.2.0-41-generic-pae
linux-headers-3.2.0-41-generic linux-headers-3.2.0-41 linux-image-3.2.0-40-generic
linux-headers-3.2.0-40-generic-pae linux-headers-3.2.0-40-generic linux-headers-3.2.0-40
linux-image-3.2.0-39-generic linux-headers-3.2.0-39-generic-pae linux-headers-3.2.0-39-generic
linux-headers-3.2.0-39 linux-image-3.2.0-38-generic linux-headers-3.2.0-38-generic-pae
linux-headers-3.2.0-38-generic linux-headers-3.2.0-38 linux-image-3.2.0-37-generic
linux-headers-3.2.0-37-generic-pae linux-headers-3.2.0-37-generic linux-headers-3.2.0-37
linux-image-3.2.0-36-generic linux-headers-3.2.0-36-generic-pae linux-headers-3.2.0-36-generic
linux-headers-3.2.0-36 linux-image-3.2.0-35-generic linux-headers-3.2.0-35-generic-pae
linux-headers-3.2.0-35-generic linux-headers-3.2.0-35 linux-image-3.2.0-34-generic
linux-headers-3.2.0-34-generic-pae linux-headers-3.2.0-34-generic linux-headers-3.2.0-34
linux-image-3.2.0-33-generic linux-headers-3.2.0-33-generic-pae linux-headers-3.2.0-33-generic
linux-headers-3.2.0-33 linux-image-3.2.0-32-generic linux-headers-3.2.0-32-generic-pae
linux-headers-3.2.0-32-generic linux-headers-3.2.0-32 linux-image-3.2.0-31-generic
linux-headers-3.2.0-31-generic-pae linux-headers-3.2.0-31-generic linux-headers-3.2.0-31
linux-image-3.2.0-30-generic linux-headers-3.2.0-30-generic-pae linux-headers-3.2.0-30-generic
linux-headers-3.2.0-30 linux-image-3.2.0-29-generic linux-headers-3.2.0-29-generic-pae
linux-headers-3.2.0-29-generic linux-headers-3.2.0-29 linux-image-3.2.0-27-generic
linux-headers-3.2.0-27-generic-pae linux-headers-3.2.0-27-generic linux-headers-3.2.0-27
linux-image-3.2.0-26-generic linux-headers-3.2.0-26-generic-pae linux-headers-3.2.0-26-generic
linux-headers-3.2.0-26 linux-image-3.2.0-25-generic linux-headers-3.2.0-25-generic-pae
linux-headers-3.2.0-25-generic linux-headers-3.2.0-25 linux-image-3.2.0-24-generic
linux-headers-3.2.0-24-generic-pae linux-headers-3.2.0-24-generic linux-headers-3.2.0-24
linux-image-3.0.0-17-generic linux-image-2.6.38-11-generic 
vr601@PR601-VR603:~$ 

Merci bien pour votre aide !

Flo.

Hors ligne

#11 Le 04/02/2015, à 22:08

tiramiseb

Re : [ Ubuntu 14.04 LTS] Problème connexion session, puis espace disque,MAJ

Tes retours sont incomplets :
- le retour de "dpkg" commence à "p" (et non à "a")
- le retour de "du" termine à "i"

Toutefois, le retour de la commande demandée par Bougron permet déjà de voir que tu as beaucoup de noyaux installés, mais je doute que ça explique seul l'utilisation de 25 Go.

(quoique... c'est vrai que tu en as vachement beaucoup)

Je te propose d'installer et utiliser kclean, pour commencer.
http://hoper.dnsalias.net/tdc/index.php?pages/kclean

Dernière modification par tiramiseb (Le 04/02/2015, à 22:09)

Hors ligne

#12 Le 04/02/2015, à 23:04

Bougron

Re : [ Ubuntu 14.04 LTS] Problème connexion session, puis espace disque,MAJ

Bonsoir
Dans le style des commandes pénibles. A  faire avec un copier et ouvrir un terminal et faire un coller.
il y a aussi cette possibilité qui fait un bon ménage en ne conservant que les 3 derniers noyaux.

#!/bin/bash
KEEP=3
KERNELS=($(dpkg -l | awk '/ii  linux-image-[0-9]\./{print gensub("-generic","",1,$2)}'))
KERNELS_TO_REMOVE=(${KERNELS[@]:0:${#KERNELS[@]}-$KEEP})
sudo apt-get purge ${KERNELS_TO_REMOVE[@]} ${KERNELS_TO_REMOVE[@]/image/headers}

Dernière modification par Bougron (Le 04/02/2015, à 23:05)

Hors ligne

#13 Le 04/02/2015, à 23:14

tiramiseb

Re : [ Ubuntu 14.04 LTS] Problème connexion session, puis espace disque,MAJ

(et kclean fait la même chose que ce script)

Hors ligne

#14 Le 05/02/2015, à 01:50

Bougron

Re : [ Ubuntu 14.04 LTS] Problème connexion session, puis espace disque,MAJ

Bonsoir.
Je te fais confiance pour dire que c'est la même chose.
Mais installer  un logiciel pour faire une commande cela fait un peu compliqué.
Déjà ce matin, j'ai vu qu'il était aussi proposé un logiciel pour faire une commande "dd in=/dev/sda of /dev/db bs=4096"

C'est effectivement plus simple de frapper Kclean que de faire un copier/coller
Cependant il faudrait que ubuntu mette de l'ordre dans sa logithèque car je suis tout simplement perdu lorsque je frappe cette commande.
et  je n'ai pas du tout envie de chercher la réponse. J'ai envie de plus en plus de crier haut et fort que le BORDEL est sciemment organisé!
Le responsable étant "gestionnaire de mise à jour" qui  décide d'ajouter  des noyaux"  (De plus en plus souvent me semble-t-il)
C'est incroyable qu'il n'est pas réalisé que la partition fortement recommandée "/boot" finira par contenir des infos périmées.
C'EST A LUI DE FAIRE LE MENAGE et pas à nous.

bougron@S70t-A:~$ kclean
La commande « kclean » est introuvable, vouliez-vous dire :
 La commande « uclean » du paquet « svn-buildpackage » (universe)
 La commande « pclean » du paquet « pbuilder-scripts » (universe)
kclean : commande introuvable
bougron@S70t-A:~$ 

Hors ligne

#15 Le 05/02/2015, à 08:57

Flo2

Re : [ Ubuntu 14.04 LTS] Problème connexion session, puis espace disque,MAJ

Bonjour,

Tiramiseb, je viens de refaire l'exercice, en effet il y autre chose avant le copier coller que j'ai fait, (je le vois quand ça commence à défiler) mais le copier coller refuse de remonter aussi haut en réalité :'-(

idem pour la commande de

du

, ça n'arrête pas de défiler, elle est immense.

Je vais tenter le script que vous m'avez donné et vous ferez le retour.

Sur ce PC, Ubuntu doit être dessus depuis 2009 sans jamais aucun indicent et une utilisation intensive, est-ce que ça peut expliquer cette quantité de noyaux ?

PS : De quoi viendrait cette grosse quantité de noyaux ? LTS 14.04 devrait prendre combien d'espace ? Est-ce que le fait d'avoir trois utilisateurs duplique certaine chose ? (chaque dossier home de chaque utilisateur sont pourtant vide)

Merci bien.

Flo.

Dernière modification par Flo2 (Le 05/02/2015, à 08:58)

Hors ligne

#16 Le 05/02/2015, à 09:01

Flo2

Re : [ Ubuntu 14.04 LTS] Problème connexion session, puis espace disque,MAJ

Bougron, Voiici le retour de la commande  :

#!/bin/bash
KEEP=3
KERNELS=($(dpkg -l | awk '/ii  linux-image-[0-9]\./{print gensub("-generic","",1,$2)}'))
KERNELS_TO_REMOVE=(${KERNELS[@]:0:${#KERNELS[@]}-$KEEP})
sudo apt-get purge ${KERNELS_TO_REMOVE[@]} ${KERNELS_TO_REMOVE[@]/image/headers}

=

vr601@PR601-VR603:~$ #!/bin/bash
vr601@PR601-VR603:~$ KEEP=3
vr601@PR601-VR603:~$ KERNELS=($(dpkg -l | awk '/ii  linux-image-[0-9]\./{print gensub("-generic","",1,$2)}'))
vr601@PR601-VR603:~$ KERNELS_TO_REMOVE=(${KERNELS[@]:0:${#KERNELS[@]}-$KEEP})
vr601@PR601-VR603:~$ sudo apt-get purge ${KERNELS_TO_REMOVE[@]} ${KERNELS_TO_REMOVE[@]/image/headers}
sudo: unable to resolve host PR601-VR603
[sudo] password for vr601: 
Lecture des listes de paquets... Fait
Construction de l'arbre des dépendances       
Lecture des informations d'état... Fait
Note : sélection de linux-image-2.6.38-11-generic pour l'expression rationnelle « linux-image-2.6.38-11 »
Note : sélection de linux-image-3.0.0-17-generic pour l'expression rationnelle « linux-image-3.0.0-17 »
Note : sélection de linux-image-3.13.0-36-lowlatency pour l'expression rationnelle « linux-image-3.13.0-36 »
Note : sélection de linux-image-3.13.0-36-generic pour l'expression rationnelle « linux-image-3.13.0-36 »
Note : sélection de linux-image-3.13.0-37-lowlatency pour l'expression rationnelle « linux-image-3.13.0-37 »
Note : sélection de linux-image-3.13.0-37-generic pour l'expression rationnelle « linux-image-3.13.0-37 »
Note : sélection de linux-image-3.13.0-39-lowlatency pour l'expression rationnelle « linux-image-3.13.0-39 »
Note : sélection de linux-image-3.13.0-39-generic pour l'expression rationnelle « linux-image-3.13.0-39 »
Note : sélection de linux-image-3.13.0-40-generic pour l'expression rationnelle « linux-image-3.13.0-40 »
Note : sélection de linux-image-3.13.0-40-lowlatency pour l'expression rationnelle « linux-image-3.13.0-40 »
Note : sélection de linux-image-3.13.0-43-generic pour l'expression rationnelle « linux-image-3.13.0-43 »
Note : sélection de linux-image-3.13.0-43-lowlatency pour l'expression rationnelle « linux-image-3.13.0-43 »
Note : sélection de linux-image-3.13.0-44-lowlatency pour l'expression rationnelle « linux-image-3.13.0-44 »
Note : sélection de linux-image-3.13.0-44-generic pour l'expression rationnelle « linux-image-3.13.0-44 »
Note : sélection de linux-image-3.13.0-45-generic pour l'expression rationnelle « linux-image-3.13.0-45 »
Note : sélection de linux-image-3.13.0-45-lowlatency pour l'expression rationnelle « linux-image-3.13.0-45 »
Note : sélection de linux-image-3.2.0-24-generic pour l'expression rationnelle « linux-image-3.2.0-24 »
Note : sélection de linux-image-3.2.0-25-generic pour l'expression rationnelle « linux-image-3.2.0-25 »
Note : sélection de linux-image-3.2.0-26-generic pour l'expression rationnelle « linux-image-3.2.0-26 »
Note : sélection de linux-image-3.2.0-27-generic pour l'expression rationnelle « linux-image-3.2.0-27 »
Note : sélection de linux-image-3.2.0-29-generic pour l'expression rationnelle « linux-image-3.2.0-29 »
Note : sélection de linux-image-3.2.0-30-generic pour l'expression rationnelle « linux-image-3.2.0-30 »
Note : sélection de linux-image-3.2.0-31-generic pour l'expression rationnelle « linux-image-3.2.0-31 »
Note : sélection de linux-image-3.2.0-32-generic pour l'expression rationnelle « linux-image-3.2.0-32 »
Note : sélection de linux-image-3.2.0-33-generic pour l'expression rationnelle « linux-image-3.2.0-33 »
Note : sélection de linux-image-3.2.0-34-generic pour l'expression rationnelle « linux-image-3.2.0-34 »
Note : sélection de linux-image-3.2.0-35-generic pour l'expression rationnelle « linux-image-3.2.0-35 »
Note : sélection de linux-image-3.2.0-36-generic pour l'expression rationnelle « linux-image-3.2.0-36 »
Note : sélection de linux-image-3.2.0-37-generic pour l'expression rationnelle « linux-image-3.2.0-37 »
Note : sélection de linux-image-3.2.0-38-generic pour l'expression rationnelle « linux-image-3.2.0-38 »
Note : sélection de linux-image-3.2.0-39-generic pour l'expression rationnelle « linux-image-3.2.0-39 »
Note : sélection de linux-image-3.2.0-40-generic pour l'expression rationnelle « linux-image-3.2.0-40 »
Note : sélection de linux-image-3.2.0-41-generic pour l'expression rationnelle « linux-image-3.2.0-41 »
Note : sélection de linux-image-3.2.0-43-generic pour l'expression rationnelle « linux-image-3.2.0-43 »
Note : sélection de linux-image-3.2.0-44-generic pour l'expression rationnelle « linux-image-3.2.0-44 »
Note : sélection de linux-image-3.2.0-45-generic pour l'expression rationnelle « linux-image-3.2.0-45 »
Note : sélection de linux-image-3.2.0-48-generic pour l'expression rationnelle « linux-image-3.2.0-48 »
Note : sélection de linux-image-3.2.0-49-generic pour l'expression rationnelle « linux-image-3.2.0-49 »
Note : sélection de linux-image-3.2.0-51-generic pour l'expression rationnelle « linux-image-3.2.0-51 »
Note : sélection de linux-image-3.2.0-52-generic pour l'expression rationnelle « linux-image-3.2.0-52 »
Note : sélection de linux-image-3.2.0-53-generic pour l'expression rationnelle « linux-image-3.2.0-53 »
Note : sélection de linux-image-3.2.0-54-generic pour l'expression rationnelle « linux-image-3.2.0-54 »
Note : sélection de linux-image-3.2.0-55-generic pour l'expression rationnelle « linux-image-3.2.0-55 »
Note : sélection de linux-image-3.2.0-56-generic pour l'expression rationnelle « linux-image-3.2.0-56 »
Note : sélection de linux-image-3.2.0-57-generic pour l'expression rationnelle « linux-image-3.2.0-57 »
Note : sélection de linux-image-3.2.0-58-generic pour l'expression rationnelle « linux-image-3.2.0-58 »
Note : sélection de linux-image-3.2.0-59-generic pour l'expression rationnelle « linux-image-3.2.0-59 »
Note : sélection de linux-image-3.2.0-60-generic pour l'expression rationnelle « linux-image-3.2.0-60 »
Note : sélection de linux-image-3.2.0-61-generic pour l'expression rationnelle « linux-image-3.2.0-61 »
Note : sélection de linux-image-3.2.0-63-generic pour l'expression rationnelle « linux-image-3.2.0-63 »
Note : sélection de linux-image-3.2.0-64-generic pour l'expression rationnelle « linux-image-3.2.0-64 »
E: Impossible de trouver le paquet linux-headers-2.6.38-11
E: Impossible de trouver de paquet correspondant à l'expression rationnelle « linux-headers-2.6.38-11 »
E: Impossible de trouver le paquet linux-headers-3.0.0-17
E: Impossible de trouver de paquet correspondant à l'expression rationnelle « linux-headers-3.0.0-17 »
E: Impossible de trouver le paquet linux-headers-3.2.0-57
E: Impossible de trouver de paquet correspondant à l'expression rationnelle « linux-headers-3.2.0-57 »
vr601@PR601-VR603:~$

Merci.

Flo.

Dernière modification par Flo2 (Le 05/02/2015, à 09:02)

Hors ligne

#17 Le 05/02/2015, à 09:03

Flo2

Re : [ Ubuntu 14.04 LTS] Problème connexion session, puis espace disque,MAJ

Retour de

df -h 

à l'issue du script de bougron :

vr601@PR601-VR603:~$ df -h
Sys. de fichiers Taille Utilisé Dispo Uti% Monté sur
/dev/sda8           28G     22G  4,7G  83% /
none               4,0K       0  4,0K   0% /sys/fs/cgroup
udev               2,0G    4,0K  2,0G   1% /dev
tmpfs              400M    1,2M  399M   1% /run
none               5,0M       0  5,0M   0% /run/lock
none               2,0G    224K  2,0G   1% /run/shm
none               100M     48K  100M   1% /run/user
vr601@PR601-VR603:~$ 

Flo.

Hors ligne

#18 Le 05/02/2015, à 09:07

Flo2

Re : [ Ubuntu 14.04 LTS] Problème connexion session, puis espace disque,MAJ

Quand j'essaie de faire la mise à jour par le bureau ubuntu, j'ai echec de la mise à jour du paquet.

Flo.

Hors ligne

#19 Le 05/02/2015, à 10:12

tiramiseb

Re : [ Ubuntu 14.04 LTS] Problème connexion session, puis espace disque,MAJ

Mais installer  un logiciel pour faire une commande cela fait un peu compliqué.

Sauf que ce logiciel permet de n'avoir pas à taper une commande compliquée, il peut être réutilisé à n'importe quel moment et il propose une interface graphique.

En plus visiblement ton script ne semble pas fonctionner correctement, cf #16.

C'est effectivement plus simple de frapper Kclean que de faire un copier/coller
Cependant il faudrait que ubuntu mette de l'ordre dans sa logithèque car je suis tout simplement perdu lorsque je frappe cette commande.

Kclean est un logiciel proposé par Hoper, un des bénévoles du forum Ubuntu-fr. J'ai donné l'adresse où le télécharger en #11.

Le responsable étant "gestionnaire de mise à jour" qui  décide d'ajouter  des noyaux"  (De plus en plus souvent me semble-t-il)
C'est incroyable qu'il n'est pas réalisé que la partition fortement recommandée "/boot" finira par contenir des infos périmées.
C'EST A LUI DE FAIRE LE MENAGE et pas à nous.

Dis donc, si tu devais utiliser un poste sous Windows tu serais vite énervé, vu le genre de choses qu'il devrait faire et qu'on se paluche soi-même.

Oui, il y a des mises à jour de noyaux. De plus en plus souvent je ne sais pas : c'est au gré des mises à jour de sécurité d'Ubuntu.

En 14.04, les vieux noyaux sont désinstallables avec "apt-get autoremove", ce qui est déjà mieux que le "démerdez-vous" qu'il y avait avant : ça va dans la bonne direction...


idem pour la commande de

du

, ça n'arrête pas de défiler, elle est immense.

J'ai donné le nom de la commande mais je parlais bien sûr de son exécution avec des arguments, telle que je l'avais demandée en #3. Cela étant dit, vu le nombre de noyaux vus sur ton système, il serait bon de commencer par l'exécution de kclean pour voir où ça nous mène, avant de creuser dans une autre direction : ne nous éparpillons pas !

Sur ce PC, Ubuntu doit être dessus depuis 2009 [...] est-ce que ça peut expliquer cette quantité de noyaux ?

Oui, tout à fait.

PS : De quoi viendrait cette grosse quantité de noyaux ?

De l'accumulation de mises à jour : en effet, la mise à jour des noyaux est un peu spéciale et résulte en une non-suppression des anciens noyaux lors de l'installation d'un nouveau. C'est pas beau, c'est emmerdant, c'est bloquant, mais c'est comme ça. Au moins ça s'améliore un peu ces derniers temps, ils en ont visiblement pris conscience "là-haut" smile

LTS 14.04 devrait prendre combien d'espace ?

Une installation fraiche d'Ubuntu 14.04 fait moins de 10 Go. Peut-être même 6 Go. Je ne saurais pas te dire précisément, ça fait longtemps que je l'ai installée.

Est-ce que le fait d'avoir trois utilisateurs duplique certaine chose ?

Non, le nombre d'utilisateurs n'a pas d'impact sur l'utilisation de fichiers au niveau du système. Par contre, bien sûr, si chaque utilisateur a plein de fichiers ça peut expliquer des choses.

D'ailleurs, 25 Go pour l'ensemble du système (dossiers utilisateurs compris) ça me semble bien peu ! Ton disque est si petit que ça ?

Hors ligne

#20 Le 05/02/2015, à 21:20

Flo2

Re : [ Ubuntu 14.04 LTS] Problème connexion session, puis espace disque,MAJ

Bonsoir,

J'ai installé Kclean, par contre je sais pas trop comment le faire marcher, quand je le lance à partir d'ubuntu, ça me demande si je veux supprimer les anciens noyaux, je mets oui, et il ne se passe rien de spécial.

J'ai essayé d'utiliser le kclean dans le terminal je ne sais pas si j'ai fait correctement,

Ensuite j'au utilisé le script :  sudo update-grub dont voici le retour :

vr601@PR601-VR603:~$ sudo update-grub
sudo: unable to resolve host PR601-VR603
[sudo] password for vr601: 
Création du fichier de configuration GRUB…
Image Linux trouvée : /boot/vmlinuz-3.13.0-45-generic
Image mémoire initiale trouvée : /boot/initrd.img-3.13.0-45-generic
Image Linux trouvée : /boot/vmlinuz-3.13.0-44-generic
Image mémoire initiale trouvée : /boot/initrd.img-3.13.0-44-generic
Image Linux trouvée : /boot/vmlinuz-3.13.0-43-generic
Image mémoire initiale trouvée : /boot/initrd.img-3.13.0-43-generic
Image Linux trouvée : /boot/vmlinuz-3.13.0-40-generic
Image mémoire initiale trouvée : /boot/initrd.img-3.13.0-40-generic-
Image Linux trouvée : /boot/vmlinuz-3.13.0-39-generic
Image mémoire initiale trouvée : /boot/initrd.img-3.13.0-39-generic
Image Linux trouvée : /boot/vmlinuz-3.13.0-37-generic
Image mémoire initiale trouvée : /boot/initrd.img-3.13.0-37-generic
Image Linux trouvée : /boot/vmlinuz-3.13.0-36-generic
Image mémoire initiale trouvée : /boot/initrd.img-3.13.0-36-generic
Image Linux trouvée : /boot/vmlinuz-3.2.0-68-generic
Image mémoire initiale trouvée : /boot/initrd.img-3.2.0-68-generic
Image Linux trouvée : /boot/vmlinuz-3.2.0-67-generic
Image mémoire initiale trouvée : /boot/initrd.img-3.2.0-67-generic
Image Linux trouvée : /boot/vmlinuz-3.2.0-65-generic
Image mémoire initiale trouvée : /boot/initrd.img-3.2.0-65-generic
Image Linux trouvée : /boot/vmlinuz-3.2.0-64-generic
Image mémoire initiale trouvée : /boot/initrd.img-3.2.0-64-generic
Image Linux trouvée : /boot/vmlinuz-3.2.0-63-generic
Image mémoire initiale trouvée : /boot/initrd.img-3.2.0-63-generic
Image Linux trouvée : /boot/vmlinuz-3.2.0-61-generic
Image mémoire initiale trouvée : /boot/initrd.img-3.2.0-61-generic
Image Linux trouvée : /boot/vmlinuz-3.2.0-60-generic
Image mémoire initiale trouvée : /boot/initrd.img-3.2.0-60-generic
Image Linux trouvée : /boot/vmlinuz-3.2.0-59-generic
Image mémoire initiale trouvée : /boot/initrd.img-3.2.0-59-generic
Image Linux trouvée : /boot/vmlinuz-3.2.0-58-generic
Image mémoire initiale trouvée : /boot/initrd.img-3.2.0-58-generic
Image Linux trouvée : /boot/vmlinuz-3.2.0-57-generic
Image mémoire initiale trouvée : /boot/initrd.img-3.2.0-57-generic
Image Linux trouvée : /boot/vmlinuz-3.2.0-56-generic
Image mémoire initiale trouvée : /boot/initrd.img-3.2.0-56-generic
Image Linux trouvée : /boot/vmlinuz-3.2.0-55-generic
Image mémoire initiale trouvée : /boot/initrd.img-3.2.0-55-generic
Image Linux trouvée : /boot/vmlinuz-3.2.0-54-generic
Image mémoire initiale trouvée : /boot/initrd.img-3.2.0-54-generic
Image Linux trouvée : /boot/vmlinuz-3.2.0-53-generic
Image mémoire initiale trouvée : /boot/initrd.img-3.2.0-53-generic
Image Linux trouvée : /boot/vmlinuz-3.2.0-52-generic
Image mémoire initiale trouvée : /boot/initrd.img-3.2.0-52-generic
Image Linux trouvée : /boot/vmlinuz-3.2.0-51-generic
Image mémoire initiale trouvée : /boot/initrd.img-3.2.0-51-generic
Image Linux trouvée : /boot/vmlinuz-3.2.0-49-generic
Image mémoire initiale trouvée : /boot/initrd.img-3.2.0-49-generic
Image Linux trouvée : /boot/vmlinuz-3.2.0-48-generic
Image mémoire initiale trouvée : /boot/initrd.img-3.2.0-48-generic
Image Linux trouvée : /boot/vmlinuz-3.2.0-45-generic
Image mémoire initiale trouvée : /boot/initrd.img-3.2.0-45-generic
Image Linux trouvée : /boot/vmlinuz-3.2.0-44-generic
Image mémoire initiale trouvée : /boot/initrd.img-3.2.0-44-generic
Image Linux trouvée : /boot/vmlinuz-3.2.0-43-generic
Image mémoire initiale trouvée : /boot/initrd.img-3.2.0-43-generic
Image Linux trouvée : /boot/vmlinuz-3.2.0-41-generic
Image mémoire initiale trouvée : /boot/initrd.img-3.2.0-41-generic
Image Linux trouvée : /boot/vmlinuz-3.2.0-40-generic
Image mémoire initiale trouvée : /boot/initrd.img-3.2.0-40-generic
Image Linux trouvée : /boot/vmlinuz-3.2.0-39-generic
Image mémoire initiale trouvée : /boot/initrd.img-3.2.0-39-generic
Image Linux trouvée : /boot/vmlinuz-3.2.0-38-generic
Image mémoire initiale trouvée : /boot/initrd.img-3.2.0-38-generic
Image Linux trouvée : /boot/vmlinuz-3.2.0-37-generic
Image mémoire initiale trouvée : /boot/initrd.img-3.2.0-37-generic
Image Linux trouvée : /boot/vmlinuz-3.2.0-36-generic
Image mémoire initiale trouvée : /boot/initrd.img-3.2.0-36-generic
Image Linux trouvée : /boot/vmlinuz-3.2.0-35-generic
Image mémoire initiale trouvée : /boot/initrd.img-3.2.0-35-generic
Image Linux trouvée : /boot/vmlinuz-3.2.0-34-generic
Image mémoire initiale trouvée : /boot/initrd.img-3.2.0-34-generic
Image Linux trouvée : /boot/vmlinuz-3.2.0-33-generic
Image mémoire initiale trouvée : /boot/initrd.img-3.2.0-33-generic
Image Linux trouvée : /boot/vmlinuz-3.2.0-32-generic
Image mémoire initiale trouvée : /boot/initrd.img-3.2.0-32-generic
Image Linux trouvée : /boot/vmlinuz-3.2.0-31-generic
Image mémoire initiale trouvée : /boot/initrd.img-3.2.0-31-generic
Image Linux trouvée : /boot/vmlinuz-3.2.0-30-generic
Image mémoire initiale trouvée : /boot/initrd.img-3.2.0-30-generic
Image Linux trouvée : /boot/vmlinuz-3.2.0-29-generic
Image mémoire initiale trouvée : /boot/initrd.img-3.2.0-29-generic
Image Linux trouvée : /boot/vmlinuz-3.2.0-27-generic
Image mémoire initiale trouvée : /boot/initrd.img-3.2.0-27-generic
Image Linux trouvée : /boot/vmlinuz-3.2.0-26-generic
Image mémoire initiale trouvée : /boot/initrd.img-3.2.0-26-generic
Image Linux trouvée : /boot/vmlinuz-3.2.0-25-generic
Image mémoire initiale trouvée : /boot/initrd.img-3.2.0-25-generic
Image Linux trouvée : /boot/vmlinuz-3.2.0-24-generic
Image mémoire initiale trouvée : /boot/initrd.img-3.2.0-24-generic
Image Linux trouvée : /boot/vmlinuz-3.0.0-17-generic
Image mémoire initiale trouvée : /boot/initrd.img-3.0.0-17-generic
Image Linux trouvée : /boot/vmlinuz-2.6.38-11-generic
Image mémoire initiale trouvée : /boot/initrd.img-2.6.38-11-generic
Found memtest86+ image: /boot/memtest86+.elf
Found memtest86+ image: /boot/memtest86+.bin
Windows Vista (loader) trouvé sur /dev/sda2

Si vous avez une idée pour utiliser le Kclean correctement ?

Merci.

Flo.

Dernière modification par Flo2 (Le 05/02/2015, à 21:22)

Hors ligne

#21 Le 05/02/2015, à 21:27

Flo2

Re : [ Ubuntu 14.04 LTS] Problème connexion session, puis espace disque,MAJ

Pour revenir au disque, j'ai mis 30Go au départ car il me semblaiut qu'il y avait largement de la marge pur linux.
A l'heure actuelle aucun utilisateur n'a de fichier dans les dossiers home.
Donc on peut dire que la partie "utilisateur" des 3 est vide et qu'il n'y a que Linux.

Résultat du kclean dans le terminal :

vr601@PR601-VR603:~$ sudo kclean
sudo: unable to resolve host PR601-VR603
[sudo] password for vr601: 
dpkg-query: le paquet « linux-image-3.2.0-57-generic » n'est pas disponible
Utilisez dpkg --info (= dpkg-deb --info) pour examiner les fichiers
archives, et dpkg --contents (= dpkg-deb --contents) pour afficher leur
contenu.
/usr/bin/kclean: ligne 163: 3503943+ : erreur de syntaxe : opérande attendue (le symbole erroné est "+")
dpkg-query: le paquet « linux-image-3.2.0-57-generic » n'est pas disponible
Utilisez dpkg --info (= dpkg-deb --info) pour examiner les fichiers
archives, et dpkg --contents (= dpkg-deb --contents) pour afficher leur
contenu.
/usr/bin/kclean: ligne 173: 3503943+ : erreur de syntaxe : opérande attendue (le symbole erroné est "+")
vr601@PR601-VR603:~$ ^C

Merci.

Flo.

Dernière modification par Flo2 (Le 05/02/2015, à 21:30)

Hors ligne

#22 Le 05/02/2015, à 21:30

tiramiseb

Re : [ Ubuntu 14.04 LTS] Problème connexion session, puis espace disque,MAJ

J'ai installé Kclean, par contre je sais pas trop comment le faire marcher, quand je le lance à partir d'ubuntu, ça me demande si je veux supprimer les anciens noyaux, je mets oui, et il ne se passe rien de spécial.

J'ai essayé d'utiliser le kclean dans le terminal je ne sais pas si j'ai fait correctement,

Apparemment non vu qu'il y a encore plein de noyaux.

Montre-nous ce qu'il y a dans ton terminal lors de l'utilisation de kclean, pour qu'on puisse te dire ce qui est allé de travers !

Dernière modification par tiramiseb (Le 05/02/2015, à 21:35)

Hors ligne

#23 Le 05/02/2015, à 21:41

Flo2

Re : [ Ubuntu 14.04 LTS] Problème connexion session, puis espace disque,MAJ

OK, voici ce que ça donne :

vr601@PR601-VR603:~$ sudo kclean
sudo: unable to resolve host PR601-VR603
dpkg-query: le paquet « linux-image-3.2.0-57-generic » n'est pas disponible
Utilisez dpkg --info (= dpkg-deb --info) pour examiner les fichiers
archives, et dpkg --contents (= dpkg-deb --contents) pour afficher leur
contenu.
/usr/bin/kclean: ligne 163: 3503943+ : erreur de syntaxe : opérande attendue (le symbole erroné est "+")
dpkg-query: le paquet « linux-image-3.2.0-57-generic » n'est pas disponible
Utilisez dpkg --info (= dpkg-deb --info) pour examiner les fichiers
archives, et dpkg --contents (= dpkg-deb --contents) pour afficher leur
contenu.
/usr/bin/kclean: ligne 173: 3503943+ : erreur de syntaxe : opérande attendue (le symbole erroné est "+")
vr601@PR601-VR603:~$ ^C
vr601@PR601-VR603:~$ 

Et avec -t

vr601@PR601-VR603:~$ sudo kclean -t
sudo: unable to resolve host PR601-VR603
dpkg-query: le paquet « linux-image-3.2.0-57-generic » n'est pas disponible
Utilisez dpkg --info (= dpkg-deb --info) pour examiner les fichiers
archives, et dpkg --contents (= dpkg-deb --contents) pour afficher leur
contenu.
/usr/bin/kclean: ligne 163: 3503943+ : erreur de syntaxe : opérande attendue (le symbole erroné est "+")
dpkg-query: le paquet « linux-image-3.2.0-57-generic » n'est pas disponible
Utilisez dpkg --info (= dpkg-deb --info) pour examiner les fichiers
archives, et dpkg --contents (= dpkg-deb --contents) pour afficher leur
contenu.
/usr/bin/kclean: ligne 173: 3503943+ : erreur de syntaxe : opérande attendue (le symbole erroné est "+")
vr601@PR601-VR603:~$ 

Dernière modification par Flo2 (Le 05/02/2015, à 21:44)

Hors ligne

#24 Le 05/02/2015, à 21:53

tiramiseb

Re : [ Ubuntu 14.04 LTS] Problème connexion session, puis espace disque,MAJ

Outch, c'est étrange comme erreurs.

Que donne cette commande ?

dpkg -l | grep linux-

Hors ligne

#25 Le 06/02/2015, à 08:58

Flo2

Re : [ Ubuntu 14.04 LTS] Problème connexion session, puis espace disque,MAJ

Bonjour,

Mince j'aurai préféré qu ce ne soit pas "étrange" ;-)

Mais peut être qu'avant d'aler plus loin il faudrait "qu'on" s'assurer que j'ai fait le kclean correctement ?

Alors retour de votre commande : (idem je ne peux pas tout copier car c'est trop long dans le termin) :

                              i386         Linux kernel headers for version 3.2.0 on 64 bit x86 SMP
ii  linux-headers-3.2.0-25                                3.2.0-25.40                                         all          Header files related to Linux kernel version 3.2.0
ii  linux-headers-3.2.0-25-generic                        3.2.0-25.40                                         i386         Linux kernel headers for version 3.2.0 on 32 bit x86 SMP
ii  linux-headers-3.2.0-25-generic-pae                    3.2.0-25.40                                         i386         Linux kernel headers for version 3.2.0 on 32 bit x86 SMP
ii  linux-headers-3.2.0-26                                3.2.0-26.41                                         all          Header files related to Linux kernel version 3.2.0
ii  linux-headers-3.2.0-26-generic                        3.2.0-26.41                                         i386         Linux kernel headers for version 3.2.0 on 32 bit x86 SMP
ii  linux-headers-3.2.0-26-generic-pae                    3.2.0-26.41                                         i386         Linux kernel headers for version 3.2.0 on 32 bit x86 SMP
ii  linux-headers-3.2.0-27                                3.2.0-27.43                                         all          Header files related to Linux kernel version 3.2.0
ii  linux-headers-3.2.0-27-generic                        3.2.0-27.43                                         i386         Linux kernel headers for version 3.2.0 on 32 bit x86 SMP
ii  linux-headers-3.2.0-27-generic-pae                    3.2.0-27.43                                         i386         Linux kernel headers for version 3.2.0 on 32 bit x86 SMP
ii  linux-headers-3.2.0-29                                3.2.0-29.46                                         all          Header files related to Linux kernel version 3.2.0
ii  linux-headers-3.2.0-29-generic                        3.2.0-29.46                                         i386         Linux kernel headers for version 3.2.0 on 32 bit x86 SMP
ii  linux-headers-3.2.0-29-generic-pae                    3.2.0-29.46                                         i386         Linux kernel headers for version 3.2.0 on 32 bit x86 SMP
ii  linux-headers-3.2.0-30                                3.2.0-30.48                                         all          Header files related to Linux kernel version 3.2.0
ii  linux-headers-3.2.0-30-generic                        3.2.0-30.48                                         i386         Linux kernel headers for version 3.2.0 on 32 bit x86 SMP
ii  linux-headers-3.2.0-30-generic-pae                    3.2.0-30.48                                         i386         Linux kernel headers for version 3.2.0 on 32 bit x86 SMP
ii  linux-headers-3.2.0-31                                3.2.0-31.50                                         all          Header files related to Linux kernel version 3.2.0
ii  linux-headers-3.2.0-31-generic                        3.2.0-31.50                                         i386         Linux kernel headers for version 3.2.0 on 32 bit x86 SMP
ii  linux-headers-3.2.0-31-generic-pae                    3.2.0-31.50                                         i386         Linux kernel headers for version 3.2.0 on 32 bit x86 SMP
ii  linux-headers-3.2.0-32                                3.2.0-32.51                                         all          Header files related to Linux kernel version 3.2.0
ii  linux-headers-3.2.0-32-generic                        3.2.0-32.51                                         i386         Linux kernel headers for version 3.2.0 on 32 bit x86 SMP
ii  linux-headers-3.2.0-32-generic-pae                    3.2.0-32.51                                         i386         Linux kernel headers for version 3.2.0 on 32 bit x86 SMP
ii  linux-headers-3.2.0-33                                3.2.0-33.52                                         all          Header files related to Linux kernel version 3.2.0
ii  linux-headers-3.2.0-33-generic                        3.2.0-33.52                                         i386         Linux kernel headers for version 3.2.0 on 32 bit x86 SMP
ii  linux-headers-3.2.0-33-generic-pae                    3.2.0-33.52                                         i386         Linux kernel headers for version 3.2.0 on 32 bit x86 SMP
ii  linux-headers-3.2.0-34                                3.2.0-34.53                                         all          Header files related to Linux kernel version 3.2.0
ii  linux-headers-3.2.0-34-generic                        3.2.0-34.53                                         i386         Linux kernel headers for version 3.2.0 on 32 bit x86 SMP
ii  linux-headers-3.2.0-34-generic-pae                    3.2.0-34.53                                         i386         Linux kernel headers for version 3.2.0 on 32 bit x86 SMP
ii  linux-headers-3.2.0-35                                3.2.0-35.55                                         all          Header files related to Linux kernel version 3.2.0
ii  linux-headers-3.2.0-35-generic                        3.2.0-35.55                                         i386         Linux kernel headers for version 3.2.0 on 32 bit x86 SMP
ii  linux-headers-3.2.0-35-generic-pae                    3.2.0-35.55                                         i386         Linux kernel headers for version 3.2.0 on 32 bit x86 SMP
ii  linux-headers-3.2.0-36                                3.2.0-36.57                                         all          Header files related to Linux kernel version 3.2.0
ii  linux-headers-3.2.0-36-generic                        3.2.0-36.57                                         i386         Linux kernel headers for version 3.2.0 on 32 bit x86 SMP
ii  linux-headers-3.2.0-36-generic-pae                    3.2.0-36.57                                         i386         Linux kernel headers for version 3.2.0 on 32 bit x86 SMP
ii  linux-headers-3.2.0-37                                3.2.0-37.58                                         all          Header files related to Linux kernel version 3.2.0
ii  linux-headers-3.2.0-37-generic                        3.2.0-37.58                                         i386         Linux kernel headers for version 3.2.0 on 32 bit x86 SMP
ii  linux-headers-3.2.0-37-generic-pae                    3.2.0-37.58                                         i386         Linux kernel headers for version 3.2.0 on 32 bit x86 SMP
ii  linux-headers-3.2.0-38                                3.2.0-38.61                                         all          Header files related to Linux kernel version 3.2.0
ii  linux-headers-3.2.0-38-generic                        3.2.0-38.61                                         i386         Linux kernel headers for version 3.2.0 on 32 bit x86 SMP
ii  linux-headers-3.2.0-38-generic-pae                    3.2.0-38.61                                         i386         Linux kernel headers for version 3.2.0 on 32 bit x86 SMP
ii  linux-headers-3.2.0-39                                3.2.0-39.62                                         all          Header files related to Linux kernel version 3.2.0
ii  linux-headers-3.2.0-39-generic                        3.2.0-39.62                                         i386         Linux kernel headers for version 3.2.0 on 32 bit x86 SMP
ii  linux-headers-3.2.0-39-generic-pae                    3.2.0-39.62                                         i386         Linux kernel headers for version 3.2.0 on 32 bit x86 SMP
ii  linux-headers-3.2.0-40                                3.2.0-40.64                                         all          Header files related to Linux kernel version 3.2.0
ii  linux-headers-3.2.0-40-generic                        3.2.0-40.64                                         i386         Linux kernel headers for version 3.2.0 on 32 bit x86 SMP
ii  linux-headers-3.2.0-40-generic-pae                    3.2.0-40.64                                         i386         Linux kernel headers for version 3.2.0 on 32 bit x86 SMP
ii  linux-headers-3.2.0-41                                3.2.0-41.66                                         all          Header files related to Linux kernel version 3.2.0
ii  linux-headers-3.2.0-41-generic                        3.2.0-41.66                                         i386         Linux kernel headers for version 3.2.0 on 32 bit x86 SMP
ii  linux-headers-3.2.0-41-generic-pae                    3.2.0-41.66                                         i386         Linux kernel headers for version 3.2.0 on 32 bit x86 SMP
ii  linux-headers-3.2.0-43                                3.2.0-43.68                                         all          Header files related to Linux kernel version 3.2.0
ii  linux-headers-3.2.0-43-generic                        3.2.0-43.68                                         i386         Linux kernel headers for version 3.2.0 on 32 bit x86 SMP
ii  linux-headers-3.2.0-43-generic-pae                    3.2.0-43.68                                         i386         Linux kernel headers for version 3.2.0 on 32 bit x86 SMP
ii  linux-headers-3.2.0-44                                3.2.0-44.69                                         all          Header files related to Linux kernel version 3.2.0
ii  linux-headers-3.2.0-44-generic                        3.2.0-44.69                                         i386         Linux kernel headers for version 3.2.0 on 32 bit x86 SMP
ii  linux-headers-3.2.0-44-generic-pae                    3.2.0-44.69                                         i386         Linux kernel headers for version 3.2.0 on 32 bit x86 SMP
ii  linux-headers-3.2.0-45                                3.2.0-45.70                                         all          Header files related to Linux kernel version 3.2.0
ii  linux-headers-3.2.0-45-generic                        3.2.0-45.70                                         i386         Linux kernel headers for version 3.2.0 on 32 bit x86 SMP
ii  linux-headers-3.2.0-45-generic-pae                    3.2.0-45.70                                         i386         Linux kernel headers for version 3.2.0 on 32 bit x86 SMP
ii  linux-headers-3.2.0-48                                3.2.0-48.74                                         all          Header files related to Linux kernel version 3.2.0
ii  linux-headers-3.2.0-48-generic                        3.2.0-48.74                                         i386         Linux kernel headers for version 3.2.0 on 32 bit x86 SMP
ii  linux-headers-3.2.0-48-generic-pae                    3.2.0-48.74                                         i386         Linux kernel headers for version 3.2.0 on 32 bit x86 SMP
ii  linux-headers-3.2.0-49                                3.2.0-49.75                                         all          Header files related to Linux kernel version 3.2.0
ii  linux-headers-3.2.0-49-generic                        3.2.0-49.75                                         i386         Linux kernel headers for version 3.2.0 on 32 bit x86 SMP
ii  linux-headers-3.2.0-49-generic-pae                    3.2.0-49.75                                         i386         Linux kernel headers for version 3.2.0 on 32 bit x86 SMP
ii  linux-headers-3.2.0-51                                3.2.0-51.77                                         all          Header files related to Linux kernel version 3.2.0
ii  linux-headers-3.2.0-51-generic                        3.2.0-51.77                                         i386         Linux kernel headers for version 3.2.0 on 32 bit x86 SMP
ii  linux-headers-3.2.0-51-generic-pae                    3.2.0-51.77                                         i386         Linux kernel headers for version 3.2.0 on 32 bit x86 SMP
ii  linux-headers-3.2.0-52                                3.2.0-52.78                                         all          Header files related to Linux kernel version 3.2.0
ii  linux-headers-3.2.0-52-generic                        3.2.0-52.78                                         i386         Linux kernel headers for version 3.2.0 on 32 bit x86 SMP
ii  linux-headers-3.2.0-52-generic-pae                    3.2.0-52.78                                         i386         Linux kernel headers for version 3.2.0 on 32 bit x86 SMP
ii  linux-headers-3.2.0-53                                3.2.0-53.81                                         all          Header files related to Linux kernel version 3.2.0
ii  linux-headers-3.2.0-53-generic                        3.2.0-53.81                                         i386         Linux kernel headers for version 3.2.0 on 32 bit x86 SMP
ii  linux-headers-3.2.0-53-generic-pae                    3.2.0-53.81                                         i386         Linux kernel headers for version 3.2.0 on 32 bit x86 SMP
ii  linux-headers-3.2.0-54                                3.2.0-54.82                                         all          Header files related to Linux kernel version 3.2.0
ii  linux-headers-3.2.0-54-generic                        3.2.0-54.82                                         i386         Linux kernel headers for version 3.2.0 on 32 bit x86 SMP
ii  linux-headers-3.2.0-54-generic-pae                    3.2.0-54.82                                         i386         Linux kernel headers for version 3.2.0 on 32 bit x86 SMP
ii  linux-headers-3.2.0-55                                3.2.0-55.85                                         all          Header files related to Linux kernel version 3.2.0
ii  linux-headers-3.2.0-55-generic                        3.2.0-55.85                                         i386         Linux kernel headers for version 3.2.0 on 32 bit x86 SMP
ii  linux-headers-3.2.0-55-generic-pae                    3.2.0-55.85                                         i386         Linux kernel headers for version 3.2.0 on 32 bit x86 SMP
ii  linux-headers-3.2.0-56                                3.2.0-56.86                                         all          Header files related to Linux kernel version 3.2.0
ii  linux-headers-3.2.0-56-generic                        3.2.0-56.86                                         i386         Linux kernel headers for version 3.2.0 on 32 bit x86 SMP
ii  linux-headers-3.2.0-56-generic-pae                    3.2.0-56.86                                         i386         Linux kernel headers for version 3.2.0 on 32 bit x86 SMP
ii  linux-headers-3.2.0-58                                3.2.0-58.88                                         all          Header files related to Linux kernel version 3.2.0
ii  linux-headers-3.2.0-58-generic                        3.2.0-58.88                                         i386         Linux kernel headers for version 3.2.0 on 32 bit x86 SMP
ii  linux-headers-3.2.0-58-generic-pae                    3.2.0-58.88                                         i386         Linux kernel headers for version 3.2.0 on 32 bit x86 SMP
ii  linux-headers-3.2.0-59                                3.2.0-59.90                                         all          Header files related to Linux kernel version 3.2.0
ii  linux-headers-3.2.0-59-generic                        3.2.0-59.90                                         i386         Linux kernel headers for version 3.2.0 on 32 bit x86 SMP
ii  linux-headers-3.2.0-59-generic-pae                    3.2.0-59.90                                         i386         Linux kernel headers for version 3.2.0 on 32 bit x86 SMP
ii  linux-headers-3.2.0-60                                3.2.0-60.91                                         all          Header files related to Linux kernel version 3.2.0
ii  linux-headers-3.2.0-60-generic                        3.2.0-60.91                                         i386         Linux kernel headers for version 3.2.0 on 32 bit x86 SMP
ii  linux-headers-3.2.0-60-generic-pae                    3.2.0-60.91                                         i386         Linux kernel headers for version 3.2.0 on 32 bit x86 SMP
ii  linux-headers-3.2.0-61                                3.2.0-61.93                                         all          Header files related to Linux kernel version 3.2.0
ii  linux-headers-3.2.0-61-generic                        3.2.0-61.93                                         i386         Linux kernel headers for version 3.2.0 on 32 bit x86 SMP
ii  linux-headers-3.2.0-61-generic-pae                    3.2.0-61.93                                         i386         Linux kernel headers for version 3.2.0 on 32 bit x86 SMP
ii  linux-headers-3.2.0-63                                3.2.0-63.95                                         all          Header files related to Linux kernel version 3.2.0
ii  linux-headers-3.2.0-63-generic                        3.2.0-63.95                                         i386         Linux kernel headers for version 3.2.0 on 32 bit x86 SMP
ii  linux-headers-3.2.0-63-generic-pae                    3.2.0-63.95                                         i386         Linux kernel headers for version 3.2.0 on 32 bit x86 SMP
ii  linux-headers-3.2.0-64                                3.2.0-64.97                                         all          Header files related to Linux kernel version 3.2.0
ii  linux-headers-3.2.0-64-generic                        3.2.0-64.97                                         i386         Linux kernel headers for version 3.2.0 on 32 bit x86 SMP
ii  linux-headers-3.2.0-64-generic-pae                    3.2.0-64.97                                         i386         Linux kernel headers for version 3.2.0 on 32 bit x86 SMP
ii  linux-headers-3.2.0-65                                3.2.0-65.99                                         all          Header files related to Linux kernel version 3.2.0
ii  linux-headers-3.2.0-65-generic                        3.2.0-65.99                                         i386         Linux kernel headers for version 3.2.0 on 32 bit x86 SMP
ii  linux-headers-3.2.0-65-generic-pae                    3.2.0-65.99                                         i386         Linux kernel headers for version 3.2.0 on 32 bit x86 SMP
ii  linux-headers-3.2.0-67                                3.2.0-67.101                                        all          Header files related to Linux kernel version 3.2.0
ii  linux-headers-3.2.0-67-generic                        3.2.0-67.101                                        i386         Linux kernel headers for version 3.2.0 on 32 bit x86 SMP
ii  linux-headers-3.2.0-67-generic-pae                    3.2.0-67.101                                        i386         Linux kernel headers for version 3.2.0 on 32 bit x86 SMP
ii  linux-headers-3.2.0-68                                3.2.0-68.102                                        all          Header files related to Linux kernel version 3.2.0
ii  linux-headers-3.2.0-68-generic                        3.2.0-68.102                                        i386         Linux kernel headers for version 3.2.0 on 32 bit x86 SMP
ii  linux-headers-3.2.0-68-generic-pae                    3.2.0-68.102                                        i386         Linux kernel headers for version 3.2.0 on 32 bit x86 SMP
ii  linux-headers-generic                                 3.13.0.45.52                                        i386         Generic Linux kernel headers
ii  linux-headers-generic-pae                             3.13.0.45.52                                        i386         Transitional package
ii  linux-image-2.6.38-11-generic                         2.6.38-11.50                                        i386         Linux kernel image for version 2.6.38 on x86/x86_64
ii  linux-image-3.0.0-17-generic                          3.0.0-17.30                                         i386         Linux kernel image for version 3.0.0 on x86/x86_64
ii  linux-image-3.13.0-36-generic                         3.13.0-36.63                                        i386         Linux kernel image for version 3.13.0 on 32 bit x86 SMP
ii  linux-image-3.13.0-37-generic                         3.13.0-37.64                                        i386         Linux kernel image for version 3.13.0 on 32 bit x86 SMP
ii  linux-image-3.13.0-39-generic                         3.13.0-39.66                                        i386         Linux kernel image for version 3.13.0 on 32 bit x86 SMP
ii  linux-image-3.13.0-40-generic                         3.13.0-40.69                                        i386         Linux kernel image for version 3.13.0 on 32 bit x86 SMP
ii  linux-image-3.13.0-43-generic                         3.13.0-43.72                                        i386         Linux kernel image for version 3.13.0 on 32 bit x86 SMP
ii  linux-image-3.13.0-44-generic                         3.13.0-44.73                                        i386         Linux kernel image for version 3.13.0 on 32 bit x86 SMP
ii  linux-image-3.13.0-45-generic                         3.13.0-45.74                                        i386         Linux kernel image for version 3.13.0 on 32 bit x86 SMP
ii  linux-image-3.2.0-24-generic                          3.2.0-24.39                                         i386         Linux kernel image for version 3.2.0 on 64 bit x86 SMP
ii  linux-image-3.2.0-25-generic                          3.2.0-25.40                                         i386         Linux kernel image for version 3.2.0 on 32 bit x86 SMP
ii  linux-image-3.2.0-26-generic                          3.2.0-26.41                                         i386         Linux kernel image for version 3.2.0 on 32 bit x86 SMP
ii  linux-image-3.2.0-27-generic                          3.2.0-27.43                                         i386         Linux kernel image for version 3.2.0 on 32 bit x86 SMP
ii  linux-image-3.2.0-29-generic                          3.2.0-29.46                                         i386         Linux kernel image for version 3.2.0 on 32 bit x86 SMP
ii  linux-image-3.2.0-30-generic                          3.2.0-30.48                                         i386         Linux kernel image for version 3.2.0 on 32 bit x86 SMP
ii  linux-image-3.2.0-31-generic                          3.2.0-31.50                                         i386         Linux kernel image for version 3.2.0 on 32 bit x86 SMP
ii  linux-image-3.2.0-32-generic                          3.2.0-32.51                                         i386         Linux kernel image for version 3.2.0 on 32 bit x86 SMP
ii  linux-image-3.2.0-33-generic                          3.2.0-33.52                                         i386         Linux kernel image for version 3.2.0 on 32 bit x86 SMP
ii  linux-image-3.2.0-34-generic                          3.2.0-34.53                                         i386         Linux kernel image for version 3.2.0 on 32 bit x86 SMP
ii  linux-image-3.2.0-35-generic                          3.2.0-35.55                                         i386         Linux kernel image for version 3.2.0 on 32 bit x86 SMP
ii  linux-image-3.2.0-36-generic                          3.2.0-36.57                                         i386         Linux kernel image for version 3.2.0 on 32 bit x86 SMP
ii  linux-image-3.2.0-37-generic                          3.2.0-37.58                                         i386         Linux kernel image for version 3.2.0 on 32 bit x86 SMP
ii  linux-image-3.2.0-38-generic                          3.2.0-38.61                                         i386         Linux kernel image for version 3.2.0 on 32 bit x86 SMP
ii  linux-image-3.2.0-39-generic                          3.2.0-39.62                                         i386         Linux kernel image for version 3.2.0 on 32 bit x86 SMP
ii  linux-image-3.2.0-40-generic                          3.2.0-40.64                                         i386         Linux kernel image for version 3.2.0 on 32 bit x86 SMP
ii  linux-image-3.2.0-41-generic                          3.2.0-41.66                                         i386         Linux kernel image for version 3.2.0 on 32 bit x86 SMP
ii  linux-image-3.2.0-43-generic                          3.2.0-43.68                                         i386         Linux kernel image for version 3.2.0 on 32 bit x86 SMP
ii  linux-image-3.2.0-44-generic                          3.2.0-44.69                                         i386         Linux kernel image for version 3.2.0 on 32 bit x86 SMP
ii  linux-image-3.2.0-45-generic                          3.2.0-45.70                                         i386         Linux kernel image for version 3.2.0 on 32 bit x86 SMP
ii  linux-image-3.2.0-48-generic                          3.2.0-48.74                                         i386         Linux kernel image for version 3.2.0 on 32 bit x86 SMP
ii  linux-image-3.2.0-49-generic                          3.2.0-49.75                                         i386         Linux kernel image for version 3.2.0 on 32 bit x86 SMP
ii  linux-image-3.2.0-51-generic                          3.2.0-51.77                                         i386         Linux kernel image for version 3.2.0 on 32 bit x86 SMP
ii  linux-image-3.2.0-52-generic                          3.2.0-52.78                                         i386         Linux kernel image for version 3.2.0 on 32 bit x86 SMP
ii  linux-image-3.2.0-53-generic                          3.2.0-53.81                                         i386         Linux kernel image for version 3.2.0 on 32 bit x86 SMP
ii  linux-image-3.2.0-54-generic                          3.2.0-54.82                                         i386         Linux kernel image for version 3.2.0 on 32 bit x86 SMP
ii  linux-image-3.2.0-55-generic                          3.2.0-55.85                                         i386         Linux kernel image for version 3.2.0 on 32 bit x86 SMP
ii  linux-image-3.2.0-56-generic                          3.2.0-56.86                                         i386         Linux kernel image for version 3.2.0 on 32 bit x86 SMP
ii  linux-image-3.2.0-57-generic                          3.2.0-57.87                                         i386         Linux kernel image for version 3.2.0 on 32 bit x86 SMP
ii  linux-image-3.2.0-58-generic                          3.2.0-58.88                                         i386         Linux kernel image for version 3.2.0 on 32 bit x86 SMP
ii  linux-image-3.2.0-59-generic                          3.2.0-59.90                                         i386         Linux kernel image for version 3.2.0 on 32 bit x86 SMP
ii  linux-image-3.2.0-60-generic                          3.2.0-60.91                                         i386         Linux kernel image for version 3.2.0 on 32 bit x86 SMP
ii  linux-image-3.2.0-61-generic                          3.2.0-61.93                                         i386         Linux kernel image for version 3.2.0 on 32 bit x86 SMP
ii  linux-image-3.2.0-63-generic                          3.2.0-63.95                                         i386         Linux kernel image for version 3.2.0 on 32 bit x86 SMP
ii  linux-image-3.2.0-64-generic                          3.2.0-64.97                                         i386         Linux kernel image for version 3.2.0 on 32 bit x86 SMP
ii  linux-image-3.2.0-65-generic                          3.2.0-65.99                                         i386         Linux kernel image for version 3.2.0 on 32 bit x86 SMP
ii  linux-image-3.2.0-67-generic                          3.2.0-67.101                                        i386         Linux kernel image for version 3.2.0 on 32 bit x86 SMP
ii  linux-image-3.2.0-68-generic                          3.2.0-68.102                                        i386         Linux kernel image for version 3.2.0 on 32 bit x86 SMP
ii  linux-image-extra-3.13.0-36-generic                   3.13.0-36.63                                        i386         Linux kernel extra modules for version 3.13.0 on 32 bit x86 SMP
ii  linux-image-extra-3.13.0-37-generic                   3.13.0-37.64                                        i386         Linux kernel extra modules for version 3.13.0 on 32 bit x86 SMP
ii  linux-image-extra-3.13.0-39-generic                   3.13.0-39.66                                        i386         Linux kernel extra modules for version 3.13.0 on 32 bit x86 SMP
ii  linux-image-extra-3.13.0-40-generic                   3.13.0-40.69                                        i386         Linux kernel extra modules for version 3.13.0 on 32 bit x86 SMP
ii  linux-image-extra-3.13.0-43-generic                   3.13.0-43.72                                        i386         Linux kernel extra modules for version 3.13.0 on 32 bit x86 SMP
ii  linux-image-extra-3.13.0-44-generic                   3.13.0-44.73                                        i386         Linux kernel extra modules for version 3.13.0 on 32 bit x86 SMP
ii  linux-image-extra-3.13.0-45-generic                   3.13.0-45.74                                        i386         Linux kernel extra modules for version 3.13.0 on 32 bit x86 SMP
ii  linux-image-generic                                   3.13.0.45.52                                        i386         Generic Linux kernel image
ii  linux-libc-dev:i386                                   3.13.0-45.74                                        i386         Linux Kernel Headers for development
ii  linux-sound-base                                      1.0.25+dfsg-0ubuntu4                                all          base package for ALSA and OSS sound systems
ii  syslinux-common                                       3:4.05+dfsg-6+deb8u1                                all          collection of boot loaders (common files)
ii  syslinux-legacy                                       2:3.63+dfsg-2ubuntu5                                i386         Bootloader for Linux/i386 using MS-DOS floppies
ii  syslinux-themes-debian                                12-3                                                all          collection of boot loaders (theme metapackage)
ii  syslinux-themes-debian-wheezy                         12-3                                                all          collection of boot loaders (debian-wheezy theme)
vr601@PR601-VR603:~$ 

Merci.

Flo.

Hors ligne