elhacker.net cabecera Bienvenido(a), Visitante. Por favor Ingresar o Registrarse
¿Perdiste tu email de activación?.

 

 


Tema destacado: AIO elhacker.NET 2021 Compilación herramientas análisis y desinfección malware


  Mostrar Mensajes
Páginas: [1] 2 3
1  Programación / Programación C/C++ / Re: [C] ¿Pregunta "If y Char"? en: 22 Marzo 2012, 19:02 pm
Jeje, lo siento, se me pasó por alto, ahora lo edito.
2  Programación / Programación C/C++ / Re: ayuda porfavor es urgente en: 22 Marzo 2012, 19:01 pm
Usa Bison y Lex se hace más rápido.
3  Programación / Programación C/C++ / Re: [C] ¿Pregunta "If y Char"? en: 22 Marzo 2012, 18:33 pm
Eduardo97 los ifs no se terminan con ";" porque no es una instrucción es un bloque de código (solo va con "{" y "}").
y cuando haces:
Código
  1. if ((%s,opt) == "gen")
  2.  
"(%s,opt)" no se a qué te referias, pero no se puede ese tipo de cosas. El %s es un parametro de scanf donde le indicas que lea del teclado una cadena y no cualquier otra cosa.
En todo caso si quieres preguntar si la cadena opt == la cadena "gen" no puedes, porque las cadenas de texto no se pueden igualar así como así. Utiliza strcmp que justamente realiza eso, compara cadenas de texto. Asi (incluyendo string.h):
Código
  1. if ((strcmp(opt,"gen") == 0) {
  2.    goto gen;
  3. }
  4. ....
  5.  
Tambien, en esta parte
Código
  1. ...
  2. goto exit;
  3. return(0);
  4. ...
  5.  
nunca se va ejecutar return(0), porque salta directamente a exit. Igual, para ver como son está bien, pero no es muy buena practica usar gotos ni tampoco system. Pero no hay problema si estás empezando. Te dejo el codigo completo arreglado:
Código
  1. #include <string.h>
  2. #include <stdio.h>
  3. #include <stdlib.h>
  4.  
  5. int main(void){  
  6. char opt[10];
  7.  
  8.  printf ("\n");
  9.  printf ("Mi programa>");
  10.  scanf ("%s",opt);
  11.  fflush(stdin);
  12.  
  13.  if ((strcmp(opt,"gen"))==0)
  14.  {
  15.      goto gen;
  16.  }
  17.  else
  18.  {
  19.       printf("Comando invalido");
  20.  }
  21.  
  22.  exit:
  23.    system("cls");
  24.    printf("\n");
  25.    printf("Adios");
  26.    system("pause > null");
  27.    return 0;
  28.  
  29.  gen:
  30.   system("cls");
  31.    printf("\n");
  32.    printf("As elegido la opcion Gen");
  33.    goto exit;
  34.  
  35. }
  36.  
Te lo corregí un poco.
Espero haberte ayudado.
4  Sistemas Operativos / GNU/Linux / Re: Tengo conflictos con GDM y con repositorios en: 22 Marzo 2012, 01:05 am
El registro de dpkg -C
Citar
Los siguientes paquetes han sido desempaquetados pero no configurados aún.
Deben ser configurados mediante dpkg --configure o la opción `configure'
en dselect para que funcionen:
 libclutter-1.0-0     Open GL based interactive canvas library
 libjson-glib-1.0-0   GLib JSON manipulation library
 xserver-common       common files used by various X servers
 python-gnome2        Python bindings for the GNOME desktop environment
 libmagickcore4       low-level image manipulation library
 libgtk-3-common      common files for the GTK+ graphical user interface librar
 gvfs-bin             userspace virtual filesystem - binaries
 libatk1.0-dev        Development files for the ATK accessibility toolkit
 libxcb-shm0          X C Binding, shm extension
 gir1.2-gconf-2.0     GNOME configuration database system (GObject-Introspectio
 texlive-base         TeX Live: Essential programs and files
 libperl5.14          shared Perl library
 glines               make color lines of five or more length
 libgcrypt11          LGPL Crypto library - runtime library
 python-dbus          simple interprocess messaging system (Python interface)
 python-wnck          Python bindings for the WNCK library
 libsoup2.4-1         HTTP library implementation in C -- Shared library
 gnome-settings-daemon daemon handling the GNOME session settings
 gtali                sort of poker with dice and less money
 wpasupplicant        client support for WPA and WPA2 (IEEE 802.11i)
 libgconf-2-4         GNOME configuration database system (shared libraries)
 libcairo-script-interpreter2 The Cairo 2D vector graphics library (script inte
 libxcb-util0         utility libraries for X C Binding -- atom, aux and event
 libclutter-gtk-1.0-0 Open GL based interactive canvas library GTK+ widget
 libxfixes-dev        X11 miscellaneous 'fixes' extension library (development
 xbase-clients        miscellaneous X clients - metapackage
 libxapian22          Search engine library
 gnect                four-in-a-row game for GNOME
 libxext-dev          X11 miscellaneous extensions library (development headers
 dpkg-dev             Debian package development tools
 nfs-common           NFS support files common to client and server
 python-gi            Python 2.x bindings for gobject-introspection libraries
 libgdk-pixbuf2.0-0   GDK Pixbuf library
 libcairo2-dev        Development files for the Cairo 2D graphics library
 brasero              CD/DVD burning application for GNOME
 libdconf0            simple configuration storage system - runtime library
 libxdmcp-dev         X11 authorisation library (development headers)
 libpango1.0-dev      Development files for the Pango
 libxres1             X11 Resource extension library
 libxcb1-dev          X C Binding, development files
 glib-networking      network-related giomodules for GLib
 libfontconfig1       generic font configuration library - runtime
 libxxf86dga1         X11 Direct Graphics Access extension library
 libxext6             X11 miscellaneous extension library
 libgconf2-4          GNOME configuration database system (dummy package)
 luatex               next generation TeX engine
 gvfs-backends        userspace virtual filesystem - backends
 libxvmc1             X11 Video extension library
 libgtk2.0-0          GTK+ graphical user interface library
 libpolkit-agent-1-0  PolicyKit Authentication Agent API
 rpcbind              converts RPC program numbers into universal addresses
 libxpm4              X11 pixmap library
 gir1.2-atk-1.0       ATK accessibility toolkit (GObject introspection)
 gdebi-core           simple tool to install deb files
 gnome-sudoku         Sudoku puzzle game for GNOME
 libboost-iostreams1.48.0 Boost.Iostreams Library
 texlive-binaries     Binaries for TeX Live
 libxcb1              X C Binding
 libfontconfig1-dev   generic font configuration library - development
 python2.7            An interactive high-level object-oriented language (versi
 libsm-dev            X11 Session Management library (development headers)
 libice-dev           X11 Inter-Client Exchange library (development headers)
 libvte-2.90-9        Terminal emulator widget for GTK+ 3.0 - runtime files
 libwmf0.2-7          Windows metafile conversion library
 libgirepository-1.0-1 Library for handling GObject introspection data (runtime
 hal                  Hardware Abstraction Layer
 gnome-games          games for the GNOME desktop
 gnotravex            put tiles on a board and match their edges together
 libcairo-gobject2    The Cairo 2D vector graphics library (GObject library)
 libpixman-1-dev      pixel-manipulation library for X and cairo (development f
 libgtk-3-0           GTK+ graphical user interface library
 libcanberra-gtk3-0   GTK+ 3.0 helper for playing widget event sounds with libc
 epiphany-browser     Intuitive GNOME web browser
 nautilus-actions     nautilus extension to configure programs to launch
 mahjongg             classic Eastern tile game for GNOME
 ppp                  Point-to-Point Protocol (PPP) - daemon
 python-cairo         Python bindings for the Cairo vector graphics library
 gnome-control-center utilities to configure the GNOME desktop
 gsettings-desktop-schemas GSettings deskop-wide schemas
 libpango1.0-0        Layout and rendering of internationalized text
 libcogl5             Object oriented GL/GLES Abstraction/Utility Layer
 libgdu0              GObject based Disk Utility Library
 perlmagick           Perl interface to the ImageMagick graphics routines
 xinit                X server initialisation tool
 xfonts-base          standard fonts for X
 gtk2-engines-pixbuf  pixbuf-based theme for GTK+ 2.x
 python2.7-minimal    A minimal subset of the Python language (version 2.7)
 gnome-icon-theme     GNOME Desktop icon theme
 evince               Document (PostScript, PDF) viewer
 libvte-common        Terminal emulator widget for GTK+ 2.x - common files
 python-gobject-2     deprecated static Python bindings for the GObject library
 xfonts-scalable      scalable fonts for X
 xfonts-100dpi        100 dpi fonts for X
 gnome-session        GNOME Session Manager - GNOME 3 session
 gir1.2-pango-1.0     Layout and rendering of internationalized text - gir bind
 consolekit           framework for defining and tracking users, sessions and s
 librsvg2-2           SAX-based renderer library for SVG files (runtime)
 file-roller          archive manager for GNOME
 gnome-bluetooth      GNOME Bluetooth tools
 libgail18            GNOME Accessibility Implementation Library -- shared libr
 libxfixes3           X11 miscellaneous 'fixes' extension library
 python-glade2        GTK+ bindings: Glade support
 libgtk2.0-dev        development files for the GTK+ library
 libxmu6              X11 miscellaneous utility library
 acpid                Advanced Configuration and Power Interface event daemon
 glib-networking-services network-related giomodules for GLib - D-Bus services
 glchess              chess game with 3D graphics
 libnss3-1d           Network Security Service libraries
 libxaw7              X11 Athena Widget library
 halevt               generic handler for HAL events
 ftp                  classical file transfer client
 xfonts-75dpi         75 dpi fonts for X
 libstartup-notification0 library for program launch feedback (shared library)
 librsvg2-common      SAX-based renderer library for SVG files (extra runtime)
 python-gtksourceview2 Python bindings for the GtkSourceView widget
 gnome-disk-utility   manage and configure disk drives and media
 libgck-1-0           Glib wrapper library for PKCS#11 - runtime
 libgail-common       GNOME Accessibility Implementation Library -- common modu
 libcogl-pango0       Object oriented GL/GLES Abstraction/Utility Layer
 libxau-dev           X11 authorisation library (development headers)
 xfonts-encodings     Encodings for X.Org fonts
 libx11-6             X11 client-side library
 libgtk-3-bin         programs for the GTK+ graphical user interface library
 python-gtk2          Python bindings for the GTK+ widget set
 python-gi-cairo      Python Cairo bindings for the GObject library
 python-gobject       Python 2.x bindings for GObject - transitional package
 libpolkit-backend-1-0 PolicyKit backend API
 nautilus             file manager and graphical shell for GNOME
 gvfs                 userspace virtual filesystem - GIO module
 libatk1.0-0          ATK accessibility toolkit
 libglib2.0-bin       Programs for the GLib library
 quadrapassel         popular Russian game, similar to Tetris
 libpng12-dev         PNG library - development
 acpi-support-base    scripts for handling base ACPI events such as the power b
 gnomine              popular minesweeper puzzle game for GNOME
 libgnutls26          GNU TLS library - runtime library
 dbus-x11             simple interprocess messaging system (X11 deps)
 grub-pc              GRand Unified Bootloader, version 2 (PC/BIOS version)
 aptitude             terminal-based package manager (terminal interface only)
 gsfonts-x11          Make Ghostscript fonts available to X11
 libept1              High-level library for managing Debian package informatio
 iceweasel-l10n-es-ar Spanish (Argentina) language package for Iceweasel
 gir1.2-freedesktop   Introspection data for some FreeDesktop components
 python-gtkglext1     GtkGLext python bindings
 python-numpy         Numerical Python adds a fast array facility to the Python
 gdebi                simple tool to install deb files - GNOME GUI
 x11proto-core-dev    X11 core wire protocol and auxiliary headers
 gnobots2             improved old BSD robots game
 oss-compat           Open Sound System (OSS) compatibility package
 libcap-ng0           An alternate POSIX capabilities library
 gir1.2-glib-2.0      Introspection data for GLib, GObject, Gio and GModule
 libx11-dev           X11 client-side library (development headers)
 libvte-2.90-common   Terminal emulator widget for GTK+ 3.0 - common files
 network-manager      network management framework (daemon and userspace tools)
 libhtml-parser-perl  collection of modules that parse HTML text documents
 iagno                popular Othello game for GNOME
 libx11-xcb1          Xlib/XCB interface library
 libwnck22            Window Navigator Construction Kit - runtime files
 alsa-base            ALSA driver configuration files
 kernel-package       A utility for building Linux kernel related Debian packag
 libgnome2-0          The GNOME library - runtime files
 dconf-gsettings-backend simple configuration storage system - GSettings back-e
 lmodern              scalable PostScript and OpenType fonts based on Computer
 libice6              X11 Inter-Client Exchange library
 gnibbles             snake game, up to four players
 libbit-vector-perl   Perl module for bit vectors and more
 libvte9              Terminal emulator widget for GTK+ 2.0 - runtime files
 libgtk2.0-bin        programs for the GTK+ graphical user interface library
 python-openssl       Python wrapper around the OpenSSL library
 libsm6               X11 Session Management library
 hamster-applet       time tracking applet for GNOME
 gir1.2-gtk-3.0       GTK+ graphical user interface library -- gir bindings
 libxcb-shm0-dev      X C Binding, shm extension, development files
 gir1.2-vte-2.90      GObject introspection data for the VTE library
 xfonts-utils         X Window System font utility programs
 libpoppler13         PDF rendering library
 rsyslog              reliable system and kernel logging daemon
 network-manager-gnome network management framework (GNOME frontend)
 python-debian        Python modules to work with Debian-related data formats
 python-gconf         Python bindings for the GConf configuration database syst
 libglib2.0-dev       Development files for the GLib library
 dconf-service        simple configuration storage system - D-Bus service
 libfreetype6-dev     FreeType 2 font engine, development files
 libglib2.0-0         GLib library of C routines
 libgomp1             GCC OpenMP (GOMP) support library
 libxt6               X11 toolkit intrinsics library
 aisleriot            GNOME solitaire card game collection
 linux-sound-base     base package for ALSA and OSS sound systems
 policykit-1          framework for managing administrative policies and privil
 gnotski              Klotski puzzle game for GNOME
 python-pysqlite2     Python interface to SQLite 3
 libxau6              X11 authorisation library
 gnome-power-manager  power management tool for the GNOME desktop

Los siguientes paquetes están sólo configurados a medias, probablemente
debido a problemas en su configuración inicial. Debe reintentarse su
configuración con dpkg --configure <paquete> o la opción Configurar en
dselect:
 sudo                 Provide limited super user privileges to specific users
 module-init-tools    tools for managing Linux kernel modules
 procps               /proc file system utilities
 cpufrequtils         utilities to deal with the cpufreq Linux kernel feature
 console-common       basic infrastructure for text console configuration
 netbase              Basic TCP/IP networking system
 ifupdown             high level tools to configure network interfaces
 dbus                 simple interprocess messaging system (daemon and utilitie
 openbsd-inetd        The OpenBSD Internet Superserver
 tinyproxy            A lightweight, non-caching, optionally anonymizing HTTP p
 hdparm               tune hard disk parameters for high performance
 at                   Delayed job execution and batch processing
 x11-common           X Window System (X.Org) infrastructure
 initscripts          scripts for initializing and shutting down the system
 sleepd               puts an inactive or low battery laptop to sleep
 gnome-games-data     data files for the GNOME games
 tpconfig             touchpad device configuration utility
 udev                 /dev/ and hotplug management daemon
Y los logs de errores de XWindow, el de GDM
Citar

X.Org X Server 1.7.4
Release Date: 2010-01-08
X Protocol Version 11, Revision 0
Build Operating System: Linux 2.6.32-trunk-686 i686 Debian
Current Operating System: Linux classmate 2.6.30rxart+exomate.1.2 #2 SMP Tue Feb 23 01:03:05 ART 2010 i686
Kernel command line: BOOT_IMAGE=/boot/vmlinuz-2.6.30rxart+exomate.1.2 root=UUID=ea55d0b8-91fd-4159-a819-4905745671e4 ro quiet
Build Date: 20 January 2010  10:52:55PM
xorg-server 2:1.7.4-2 (bgoglin@debian.org)
Current version of pixman: 0.24.4
   Before reporting problems, check http://wiki.x.org
   to make sure that you have the latest version.
Markers: (--) probed, (**) from config file, (==) default setting,
   (++) from command line, (!!) notice, (II) informational,
   (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: "/var/log/Xorg.0.log", Time: Wed Mar 21 11:41:40 2012
(==) Using config file: "/etc/X11/xorg.conf"
FATAL: Module fbcon not found.
(EE) intel(0): [drm] Failed to open DRM device for : No such file or directory
(EE) intel(0): Failed to become DRM master.
(EE) intel(0): failed to get resources: Bad file descriptor
(EE) intel(0): Kernel modesetting setup failed
(EE) Screen(s) found, but none have a usable configuration.

Fatal server error:
no screens found

Please consult the The X.Org Foundation support
    at http://wiki.x.org
 for help.
Please also check the log file at "/var/log/Xorg.0.log" for additional information.


X.Org X Server 1.7.4
Release Date: 2010-01-08
X Protocol Version 11, Revision 0
Build Operating System: Linux 2.6.32-trunk-686 i686 Debian
Current Operating System: Linux classmate 2.6.30rxart+exomate.1.2 #2 SMP Tue Feb 23 01:03:05 ART 2010 i686
Kernel command line: BOOT_IMAGE=/boot/vmlinuz-2.6.30rxart+exomate.1.2 root=UUID=ea55d0b8-91fd-4159-a819-4905745671e4 ro quiet
Build Date: 20 January 2010  10:52:55PM
xorg-server 2:1.7.4-2 (bgoglin@debian.org)
Current version of pixman: 0.24.4
   Before reporting problems, check http://wiki.x.org
   to make sure that you have the latest version.
Markers: (--) probed, (**) from config file, (==) default setting,
   (++) from command line, (!!) notice, (II) informational,
   (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: "/var/log/Xorg.0.log", Time: Wed Mar 21 11:41:37 2012
(==) Using config file: "/etc/X11/xorg.conf"
FATAL: Module fbcon not found.
(EE) intel(0): [drm] Failed to open DRM device for : No such file or directory
(EE) intel(0): Failed to become DRM master.
(EE) intel(0): failed to get resources: Bad file descriptor
(EE) intel(0): Kernel modesetting setup failed
(EE) Screen(s) found, but none have a usable configuration.

Fatal server error:
no screens found

Please consult the The X.Org Foundation support
    at http://wiki.x.org
 for help.
Please also check the log file at "/var/log/Xorg.0.log" for additional information.


X.Org X Server 1.7.4
Release Date: 2010-01-08
X Protocol Version 11, Revision 0
Build Operating System: Linux 2.6.32-trunk-686 i686 Debian
Current Operating System: Linux classmate 2.6.30rxart+exomate.1.2 #2 SMP Tue Feb 23 01:03:05 ART 2010 i686
Kernel command line: BOOT_IMAGE=/boot/vmlinuz-2.6.30rxart+exomate.1.2 root=UUID=ea55d0b8-91fd-4159-a819-4905745671e4 ro quiet
Build Date: 20 January 2010  10:52:55PM
xorg-server 2:1.7.4-2 (bgoglin@debian.org)
Current version of pixman: 0.24.4
   Before reporting problems, check http://wiki.x.org
   to make sure that you have the latest version.
Markers: (--) probed, (**) from config file, (==) default setting,
   (++) from command line, (!!) notice, (II) informational,
   (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: "/var/log/Xorg.0.log", Time: Wed Mar 21 11:41:30 2012
(==) Using config file: "/etc/X11/xorg.conf"
FATAL: Module fbcon not found.
(EE) intel(0): [drm] Failed to open DRM device for : No such file or directory
(EE) intel(0): Failed to become DRM master.
(EE) intel(0): failed to get resources: Bad file descriptor
(EE) intel(0): Kernel modesetting setup failed
(EE) Screen(s) found, but none have a usable configuration.

Fatal server error:
no screens found

Please consult the The X.Org Foundation support
    at http://wiki.x.org
 for help.
Please also check the log file at "/var/log/Xorg.0.log" for additional information.


X.Org X Server 1.7.4
Release Date: 2010-01-08
X Protocol Version 11, Revision 0
Build Operating System: Linux 2.6.32-trunk-686 i686 Debian
Current Operating System: Linux classmate 2.6.30rxart+exomate.1.2 #2 SMP Tue Feb 23 01:03:05 ART 2010 i686
Kernel command line: BOOT_IMAGE=/boot/vmlinuz-2.6.30rxart+exomate.1.2 root=UUID=ea55d0b8-91fd-4159-a819-4905745671e4 ro quiet
Build Date: 20 January 2010  10:52:55PM
xorg-server 2:1.7.4-2 (bgoglin@debian.org)
Current version of pixman: 0.24.4
   Before reporting problems, check http://wiki.x.org
   to make sure that you have the latest version.
Markers: (--) probed, (**) from config file, (==) default setting,
   (++) from command line, (!!) notice, (II) informational,
   (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: "/var/log/Xorg.0.log", Time: Wed Mar 21 11:37:56 2012
(==) Using config file: "/etc/X11/xorg.conf"
FATAL: Module fbcon not found.
(EE) intel(0): [drm] Failed to open DRM device for : No such file or directory
(EE) intel(0): Failed to become DRM master.
(EE) intel(0): failed to get resources: Bad file descriptor
(EE) intel(0): Kernel modesetting setup failed
(EE) Screen(s) found, but none have a usable configuration.

Fatal server error:
no screens found

Please consult the The X.Org Foundation support
    at http://wiki.x.org
 for help.
Please also check the log file at "/var/log/Xorg.0.log" for additional information.


X.Org X Server 1.7.4
Release Date: 2010-01-08
X Protocol Version 11, Revision 0
Build Operating System: Linux 2.6.32-trunk-686 i686 Debian
Current Operating System: Linux classmate 2.6.30rxart+exomate.1.2 #2 SMP Tue Feb 23 01:03:05 ART 2010 i686
Kernel command line: BOOT_IMAGE=/boot/vmlinuz-2.6.30rxart+exomate.1.2 root=UUID=ea55d0b8-91fd-4159-a819-4905745671e4 ro quiet
Build Date: 20 January 2010  10:52:55PM
xorg-server 2:1.7.4-2 (bgoglin@debian.org)
Current version of pixman: 0.24.4
   Before reporting problems, check http://wiki.x.org
   to make sure that you have the latest version.
Markers: (--) probed, (**) from config file, (==) default setting,
   (++) from command line, (!!) notice, (II) informational,
   (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: "/var/log/Xorg.0.log", Time: Wed Mar 21 11:37:53 2012
(==) Using config file: "/etc/X11/xorg.conf"
FATAL: Module fbcon not found.
(EE) intel(0): [drm] Failed to open DRM device for : No such file or directory
(EE) intel(0): Failed to become DRM master.
(EE) intel(0): failed to get resources: Bad file descriptor
(EE) intel(0): Kernel modesetting setup failed
(EE) Screen(s) found, but none have a usable configuration.

Fatal server error:
no screens found

Please consult the The X.Org Foundation support
    at http://wiki.x.org
 for help.
Please also check the log file at "/var/log/Xorg.0.log" for additional information.


X.Org X Server 1.6.5
Release Date: 2009-10-11
X Protocol Version 11, Revision 0
Build Operating System: Linux 2.6.30.8-dsa-ia32 i686 Debian
Current Operating System: Linux classmate 2.6.30rxart+exomate.1.2 #2 SMP Tue Feb 23 01:03:05 ART 2010 i686
Build Date: 13 October 2009  11:25:51AM
xorg-server 2:1.6.5-1 (buildd@murphy.debian.org)
   Before reporting problems, check http://wiki.x.org
   to make sure that you have the latest version.
Markers: (--) probed, (**) from config file, (==) default setting,
   (++) from command line, (!!) notice, (II) informational,
   (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: "/var/log/Xorg.1.log", Time: Fri Feb 26 03:57:27 2010
(==) Using config file: "/etc/X11/xorg.conf"
Setting master
SELinux: Disabled on system, not enabling in X server
The XKEYBOARD keymap compiler (xkbcomp) reports:
> Warning:          Type "ONE_LEVEL" has 1 levels, but <RALT> has 2 symbols
>                   Ignoring extra symbols
Errors from xkbcomp are not fatal to the X server
The XKEYBOARD keymap compiler (xkbcomp) reports:
> Warning:          Type "ONE_LEVEL" has 1 levels, but <RALT> has 2 symbols
>                   Ignoring extra symbols
Errors from xkbcomp are not fatal to the X server
The XKEYBOARD keymap compiler (xkbcomp) reports:
> Warning:          Type "ONE_LEVEL" has 1 levels, but <RALT> has 2 symbols
>                   Ignoring extra symbols
Errors from xkbcomp are not fatal to the X server
The XKEYBOARD keymap compiler (xkbcomp) reports:
> Warning:          Type "ONE_LEVEL" has 1 levels, but <RALT> has 2 symbols
>                   Ignoring extra symbols
Errors from xkbcomp are not fatal to the X server
The XKEYBOARD keymap compiler (xkbcomp) reports:
> Warning:          Type "ONE_LEVEL" has 1 levels, but <RALT> has 2 symbols
>                   Ignoring extra symbols
Errors from xkbcomp are not fatal to the X server
The XKEYBOARD keymap compiler (xkbcomp) reports:
> Warning:          Type "ONE_LEVEL" has 1 levels, but <RALT> has 2 symbols
>                   Ignoring extra symbols
Errors from xkbcomp are not fatal to the X server
Dropping master
Setting master
The XKEYBOARD keymap compiler (xkbcomp) reports:
> Warning:          Type "ONE_LEVEL" has 1 levels, but <RALT> has 2 symbols
>                   Ignoring extra symbols
Errors from xkbcomp are not fatal to the X server
Dropping master
Setting master
The XKEYBOARD keymap compiler (xkbcomp) reports:
> Warning:          Type "ONE_LEVEL" has 1 levels, but <RALT> has 2 symbols
>                   Ignoring extra symbols
Errors from xkbcomp are not fatal to the X server
Dropping master
error setting MTRR (base = 0xd0000000, size = 0x10000000, type = 1) Invalid argument (22)

X.Org X Server 1.6.5
Release Date: 2009-10-11
X Protocol Version 11, Revision 0
Build Operating System: Linux 2.6.30.8-dsa-ia32 i686 Debian
Current Operating System: Linux classmate 2.6.30rxart+exomate.1.2 #2 SMP Tue Feb 23 01:03:05 ART 2010 i686
Build Date: 13 October 2009  11:25:51AM
xorg-server 2:1.6.5-1 (buildd@murphy.debian.org)
   Before reporting problems, check http://wiki.x.org
   to make sure that you have the latest version.
Markers: (--) probed, (**) from config file, (==) default setting,
   (++) from command line, (!!) notice, (II) informational,
   (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: "/var/log/Xorg.1.log", Time: Fri Feb 26 03:57:18 2010
(==) Using config file: "/etc/X11/xorg.conf"
Setting master
SELinux: Disabled on system, not enabling in X server
The XKEYBOARD keymap compiler (xkbcomp) reports:
> Warning:          Type "ONE_LEVEL" has 1 levels, but <RALT> has 2 symbols
>                   Ignoring extra symbols
Errors from xkbcomp are not fatal to the X server
The XKEYBOARD keymap compiler (xkbcomp) reports:
> Warning:          Type "ONE_LEVEL" has 1 levels, but <RALT> has 2 symbols
>                   Ignoring extra symbols
Errors from xkbcomp are not fatal to the X server
The XKEYBOARD keymap compiler (xkbcomp) reports:
> Warning:          Type "ONE_LEVEL" has 1 levels, but <RALT> has 2 symbols
>                   Ignoring extra symbols
Errors from xkbcomp are not fatal to the X server
The XKEYBOARD keymap compiler (xkbcomp) reports:
> Warning:          Type "ONE_LEVEL" has 1 levels, but <RALT> has 2 symbols
>                   Ignoring extra symbols
Errors from xkbcomp are not fatal to the X server
The XKEYBOARD keymap compiler (xkbcomp) reports:
> Warning:          Type "ONE_LEVEL" has 1 levels, but <RALT> has 2 symbols
>                   Ignoring extra symbols
Errors from xkbcomp are not fatal to the X server
The XKEYBOARD keymap compiler (xkbcomp) reports:
> Warning:          Type "ONE_LEVEL" has 1 levels, but <RALT> has 2 symbols
>                   Ignoring extra symbols
Errors from xkbcomp are not fatal to the X server
Dropping master
error setting MTRR (base = 0xd0000000, size = 0x10000000, type = 1) Invalid argument (22)

X.Org X Server 1.7.4
Release Date: 2010-01-08
X Protocol Version 11, Revision 0
Build Operating System: Linux 2.6.32-trunk-686 i686 Debian
Current Operating System: Linux classmate 2.6.30rxart+exomate.1.2 #2 SMP Tue Feb 23 01:03:05 ART 2010 i686
Kernel command line: BOOT_IMAGE=/boot/vmlinuz-2.6.30rxart+exomate.1.2 root=UUID=ea55d0b8-91fd-4159-a819-4905745671e4 ro quiet
Build Date: 20 January 2010  10:52:55PM
xorg-server 2:1.7.4-2 (bgoglin@debian.org)
Current version of pixman: 0.16.4
   Before reporting problems, check http://wiki.x.org
   to make sure that you have the latest version.
Markers: (--) probed, (**) from config file, (==) default setting,
   (++) from command line, (!!) notice, (II) informational,
   (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: "/var/log/Xorg.20.log", Time: Tue Jul 26 01:23:07 2011
(==) Using config file: "/etc/X11/xorg.conf"
FATAL: Module fbcon not found.
SELinux: Disabled on system, not enabling in X server
record: RECORD extension enabled at configure time.
record: This extension is known to be broken, disabling extension now..
record: http://bugs.freedesktop.org/show_bug.cgi?id=20500
The XKEYBOARD keymap compiler (xkbcomp) reports:
> Warning:          Type "ONE_LEVEL" has 1 levels, but <RALT> has 2 symbols
>                   Ignoring extra symbols
Errors from xkbcomp are not fatal to the X server
(EE) ioctl EVIOCGNAME failed: Inappropriate ioctl for device
(EE) PreInit returned NULL for ""SynPS/2 Synaptics TouchPad""

X.Org X Server 1.7.4
Release Date: 2010-01-08
X Protocol Version 11, Revision 0
Build Operating System: Linux 2.6.32-trunk-686 i686 Debian
Current Operating System: Linux classmate 2.6.30rxart+exomate.1.2 #2 SMP Tue Feb 23 01:03:05 ART 2010 i686
Kernel command line: BOOT_IMAGE=/boot/vmlinuz-2.6.30rxart+exomate.1.2 root=UUID=ea55d0b8-91fd-4159-a819-4905745671e4 ro quiet
Build Date: 20 January 2010  10:52:55PM
xorg-server 2:1.7.4-2 (bgoglin@debian.org)
Current version of pixman: 0.16.4
   Before reporting problems, check http://wiki.x.org
   to make sure that you have the latest version.
Markers: (--) probed, (**) from config file, (==) default setting,
   (++) from command line, (!!) notice, (II) informational,
   (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: "/var/log/Xorg.20.log", Time: Wed Jul 20 01:26:43 2011
(==) Using config file: "/etc/X11/xorg.conf"
FATAL: Module fbcon not found.
SELinux: Disabled on system, not enabling in X server
record: RECORD extension enabled at configure time.
record: This extension is known to be broken, disabling extension now..
record: http://bugs.freedesktop.org/show_bug.cgi?id=20500
The XKEYBOARD keymap compiler (xkbcomp) reports:
> Warning:          Type "ONE_LEVEL" has 1 levels, but <RALT> has 2 symbols
>                   Ignoring extra symbols
Errors from xkbcomp are not fatal to the X server
(EE) ioctl EVIOCGNAME failed: Inappropriate ioctl for device
(EE) PreInit returned NULL for ""SynPS/2 Synaptics TouchPad""

X.Org X Server 1.7.4
Release Date: 2010-01-08
X Protocol Version 11, Revision 0
Build Operating System: Linux 2.6.32-trunk-686 i686 Debian
Current Operating System: Linux classmate 2.6.30rxart+exomate.1.2 #2 SMP Tue Feb 23 01:03:05 ART 2010 i686
Kernel command line: BOOT_IMAGE=/boot/vmlinuz-2.6.30rxart+exomate.1.2 root=UUID=ea55d0b8-91fd-4159-a819-4905745671e4 ro quiet
Build Date: 20 January 2010  10:52:55PM
xorg-server 2:1.7.4-2 (bgoglin@debian.org)
Current version of pixman: 0.16.4
   Before reporting problems, check http://wiki.x.org
   to make sure that you have the latest version.
Markers: (--) probed, (**) from config file, (==) default setting,
   (++) from command line, (!!) notice, (II) informational,
   (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: "/var/log/Xorg.20.log", Time: Tue Jul 19 03:09:00 2011
(==) Using config file: "/etc/X11/xorg.conf"
FATAL: Module fbcon not found.
SELinux: Disabled on system, not enabling in X server
record: RECORD extension enabled at configure time.
record: This extension is known to be broken, disabling extension now..
record: http://bugs.freedesktop.org/show_bug.cgi?id=20500
The XKEYBOARD keymap compiler (xkbcomp) reports:
> Warning:          Type "ONE_LEVEL" has 1 levels, but <RALT> has 2 symbols
>                   Ignoring extra symbols
Errors from xkbcomp are not fatal to the X server
(EE) ioctl EVIOCGNAME failed: Inappropriate ioctl for device
(EE) PreInit returned NULL for ""SynPS/2 Synaptics TouchPad""
record: RECORD extension enabled at configure time.
record: This extension is known to be broken, disabling extension now..
record: http://bugs.freedesktop.org/show_bug.cgi?id=20500
SELinux: Disabled on system, not enabling in X server
[dix] Could not init font path element /usr/share/fonts/X11/cyrillic, removing from list!
Ignoring device from udev.
Ignoring device from udev.
Ignoring device from udev.
Ignoring device from udev.
Ignoring device from udev.
Ignoring device from udev.
Ignoring device from udev.
Ignoring device from udev.
The XKEYBOARD keymap compiler (xkbcomp) reports:
> Warning:          Type "ONE_LEVEL" has 1 levels, but <RALT> has 2 symbols
>                   Ignoring extra symbols
Errors from xkbcomp are not fatal to the X server
XIO:  fatal IO error 11 (Resource temporarily unavailable) on X server ":0.0"
      after 18632 requests (18632 known processed) with 0 events remaining.

X.Org X Server 1.7.4
Release Date: 2010-01-08
X Protocol Version 11, Revision 0
Build Operating System: Linux 2.6.32-trunk-686 i686 Debian
Current Operating System: Linux classmate 2.6.30rxart+exomate.1.2 #2 SMP Tue Feb 23 01:03:05 ART 2010 i686
Kernel command line: BOOT_IMAGE=/boot/vmlinuz-2.6.30rxart+exomate.1.2 root=UUID=ea55d0b8-91fd-4159-a819-4905745671e4 ro quiet
Build Date: 20 January 2010  10:52:55PM
xorg-server 2:1.7.4-2 (bgoglin@debian.org)
Current version of pixman: 0.16.4
   Before reporting problems, check http://wiki.x.org
   to make sure that you have the latest version.
Markers: (--) probed, (**) from config file, (==) default setting,
   (++) from command line, (!!) notice, (II) informational,
   (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: "/var/log/Xorg.20.log", Time: Sun May 29 11:09:09 2011
(==) Using config file: "/etc/X11/xorg.conf"
FATAL: Module fbcon not found.
SELinux: Disabled on system, not enabling in X server
record: RECORD extension enabled at configure time.
record: This extension is known to be broken, disabling extension now..
record: http://bugs.freedesktop.org/show_bug.cgi?id=20500
The XKEYBOARD keymap compiler (xkbcomp) reports:
> Warning:          Type "ONE_LEVEL" has 1 levels, but <RALT> has 2 symbols
>                   Ignoring extra symbols
Errors from xkbcomp are not fatal to the X server
(EE) ioctl EVIOCGNAME failed: Inappropriate ioctl for device
(EE) PreInit returned NULL for ""SynPS/2 Synaptics TouchPad""
(EE) ioctl EVIOCGNAME failed: Inappropriate ioctl for device
(EE) PreInit returned NULL for ""SynPS/2 Synaptics TouchPad""

X.Org X Server 1.7.4
Release Date: 2010-01-08
X Protocol Version 11, Revision 0
Build Operating System: Linux 2.6.32-trunk-686 i686 Debian
Current Operating System: Linux classmate 2.6.30rxart+exomate.1.2 #2 SMP Tue Feb 23 01:03:05 ART 2010 i686
Kernel command line: BOOT_IMAGE=/boot/vmlinuz-2.6.30rxart+exomate.1.2 root=UUID=ea55d0b8-91fd-4159-a819-4905745671e4 ro quiet
Build Date: 20 January 2010  10:52:55PM
xorg-server 2:1.7.4-2 (bgoglin@debian.org)
Current version of pixman: 0.16.4
   Before reporting problems, check http://wiki.x.org
   to make sure that you have the latest version.
Markers: (--) probed, (**) from config file, (==) default setting,
   (++) from command line, (!!) notice, (II) informational,
   (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: "/var/log/Xorg.21.log", Time: Sun May 29 12:04:04 2011
(==) Using config file: "/etc/X11/xorg.conf"
FATAL: Module fbcon not found.
SELinux: Disabled on system, not enabling in X server
record: RECORD extension enabled at configure time.
record: This extension is known to be broken, disabling extension now..
record: http://bugs.freedesktop.org/show_bug.cgi?id=20500
The XKEYBOARD keymap compiler (xkbcomp) reports:
> Warning:          Type "ONE_LEVEL" has 1 levels, but <RALT> has 2 symbols
>                   Ignoring extra symbols
Errors from xkbcomp are not fatal to the X server
(EE) ioctl EVIOCGNAME failed: Inappropriate ioctl for device
(EE) PreInit returned NULL for ""SynPS/2 Synaptics TouchPad""
Le estuve dando vueltas y vueltas, y ya no se que hacer.
Agradecería muchismo cualquier comentario. Me esta volviendo loco.

PD: Siento si el post es muy largo (lo tuve que cortar en dos).
5  Sistemas Operativos / GNU/Linux / Tengo conflictos con GDM y con repositorios en: 22 Marzo 2012, 01:03 am
Estoy tratando de arreglar, desde hoy a la mañana una maquina con linux. Ya postee
http://foro.elhacker.net/gnulinux/problemas_con_aptget-t356616.0.html y despues de actualizar unos paquetes de pronto no tenia interfaz visual (No arrancaba GDM). No puedo restaurarla, no puedo instalar paquetes no puedo actualizarlos ni removerlos. En algun momento se me elimino aptitude. Tengo apt pero no puedo hacer nada.
Mi distro:
Citar
Linux classmate 2.6.30rxart+exomate.1.2 #2 SMP Tue Feb 23 01:03:05 ART 2010 i686 GNU/Linux
Mensajes de dmesg:
Citar
[    0.000000] Initializing cgroup subsys cpuset
[    0.000000] Initializing cgroup subsys cpu
[    0.000000] Linux version 2.6.30rxart+exomate.1.2 (2.6.30) (root@rxart4) (gcc version 4.3.4 (Debian 4.3.4-6) ) #2 SMP Tue Feb 23 01:03:05 ART 2010
[    0.000000] KERNEL supported cpus:
[    0.000000]   Intel GenuineIntel
[    0.000000]   AMD AuthenticAMD
[    0.000000]   NSC Geode by NSC
[    0.000000]   Cyrix CyrixInstead
[    0.000000]   Centaur CentaurHauls
[    0.000000]   Transmeta GenuineTMx86
[    0.000000]   Transmeta TransmetaCPU
[    0.000000]   UMC UMC UMC UMC
[    0.000000] BIOS-provided physical RAM map:
[    0.000000]  BIOS-e820: 0000000000000000 - 000000000009dc00 (usable)
[    0.000000]  BIOS-e820: 000000000009dc00 - 00000000000a0000 (reserved)
[    0.000000]  BIOS-e820: 00000000000dc000 - 00000000000e0000 (reserved)
[    0.000000]  BIOS-e820: 00000000000e4000 - 0000000000100000 (reserved)
[    0.000000]  BIOS-e820: 0000000000100000 - 000000003f5c0000 (usable)
[    0.000000]  BIOS-e820: 000000003f5c0000 - 000000003f5cc000 (ACPI data)
[    0.000000]  BIOS-e820: 000000003f5cc000 - 000000003f5cf000 (ACPI NVS)
[    0.000000]  BIOS-e820: 000000003f5cf000 - 0000000040000000 (reserved)
[    0.000000]  BIOS-e820: 00000000e0000000 - 00000000f0000000 (reserved)
[    0.000000]  BIOS-e820: 00000000fec00000 - 00000000fec10000 (reserved)
[    0.000000]  BIOS-e820: 00000000fee00000 - 00000000fee01000 (reserved)
[    0.000000]  BIOS-e820: 00000000ff000000 - 0000000100000000 (reserved)
[    0.000000] DMI present.
[    0.000000] last_pfn = 0x3f5c0 max_arch_pfn = 0x100000
[    0.000000] MTRR default type: uncachable
[    0.000000] MTRR fixed ranges enabled:
[    0.000000]   00000-9FFFF write-back
[    0.000000]   A0000-BFFFF uncachable
[    0.000000]   C0000-CFFFF write-protect
[    0.000000]   D0000-DFFFF uncachable
[    0.000000]   E0000-FFFFF write-protect
[    0.000000] MTRR variable ranges enabled:
[    0.000000]   0 base 000000000 mask 0C0000000 write-back
[    0.000000]   1 base 03F600000 mask 0FFE00000 uncachable
[    0.000000]   2 base 03F800000 mask 0FF800000 uncachable
[    0.000000]   3 disabled
[    0.000000]   4 disabled
[    0.000000]   5 disabled
[    0.000000]   6 disabled
[    0.000000]   7 disabled
[    0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
[    0.000000] init_memory_mapping: 0000000000000000-00000000377fe000
[    0.000000]  0000000000 - 0000400000 page 4k
[    0.000000]  0000400000 - 0037400000 page 2M
[    0.000000]  0037400000 - 00377fe000 page 4k
[    0.000000] kernel direct mapping tables up to 377fe000 @ 7000-c000
[    0.000000] RAMDISK: 2f0b5000 - 2f88fdf0
[    0.000000] ACPI: RSDP 000f7d10 00024 (v02 PTLTD )
[    0.000000] ACPI: XSDT 3f5c503a 00074 (v01 EXO    PC EXO   06040000  LTP 00000000)
[    0.000000] ACPI: FACP 3f5cbc60 000F4 (v03 INTEL           06040000 PTL  00000002)
[    0.000000] ACPI: DSDT 3f5c61d0 05A1C (v01  INTEL BEARG31A 06040000 MSFT 03000001)
[    0.000000] ACPI: FACS 3f5cefc0 00040
[    0.000000] ACPI: TCPA 3f5cbd54 00032 (v01 Phoeni  x       06040000  TL  00000000)
[    0.000000] ACPI: MCFG 3f5cbd86 0003C (v01 PTLTD    MCFG   06040000  LTP 00000000)
[    0.000000] ACPI: HPET 3f5cbdc2 00038 (v01 PTLTD  HPETTBL  06040000  LTP 00000001)
[    0.000000] ACPI: APIC 3f5cbdfa 00068 (v01 PTLTD      APIC   06040000  LTP 00000000)
[    0.000000] ACPI: BOOT 3f5cbe62 00028 (v01 PTLTD  $SBFTBL$ 06040000  LTP 00000001)
[    0.000000] ACPI: SLIC 3f5cbe8a 00176 (v01 EXO    PC EXO   06040000  LTP 00000000)
[    0.000000] ACPI: SSDT 3f5c5630 0025F (v01  PmRef  Cpu0Tst 00003000 INTL 20050624)
[    0.000000] ACPI: SSDT 3f5c558a 000A6 (v01  PmRef  Cpu1Tst 00003000 INTL 20050624)
[    0.000000] ACPI: SSDT 3f5c50ae 004DC (v02  PmRef    CpuPm 00003000 INTL 20050624)
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] 125MB HIGHMEM available.
[    0.000000] 887MB LOWMEM available.
[    0.000000]   mapped low ram: 0 - 377fe000
[    0.000000]   low ram: 0 - 377fe000
[    0.000000]   node 0 low ram: 00000000 - 377fe000
[    0.000000]   node 0 bootmap 00008000 - 0000ef00
[    0.000000] (9 early reservations) ==> bootmem [0000000000 - 00377fe000]
[    0.000000]   #0 [0000000000 - 0000001000]   BIOS data page ==> [0000000000 - 0000001000]
[    0.000000]   #1 [0000001000 - 0000002000]    EX TRAMPOLINE ==> [0000001000 - 0000002000]
[    0.000000]   #2 [0000006000 - 0000007000]       TRAMPOLINE ==> [0000006000 - 0000007000]
[    0.000000]   #3 [0000100000 - 0000554030]    TEXT DATA BSS ==> [0000100000 - 0000554030]
[    0.000000]   #4 [002f0b5000 - 002f88fdf0]          RAMDISK ==> [002f0b5000 - 002f88fdf0]
[    0.000000]   #5 [000009dc00 - 0000100000]    BIOS reserved ==> [000009dc00 - 0000100000]
[    0.000000]   #6 [0000555000 - 000055715c]              BRK ==> [0000555000 - 000055715c]
[    0.000000]   #7 [0000007000 - 0000008000]          PGTABLE ==> [0000007000 - 0000008000]
[    0.000000]   #8 [0000008000 - 000000f000]          BOOTMAP ==> [0000008000 - 000000f000]
[    0.000000] found SMP MP-table at [c00f7d40] f7d40
[    0.000000] Zone PFN ranges:
[    0.000000]   DMA      0x00000000 -> 0x00001000
[    0.000000]   Normal   0x00001000 -> 0x000377fe
[    0.000000]   HighMem  0x000377fe -> 0x0003f5c0
[    0.000000] Movable zone start PFN for each node
[    0.000000] early_node_map[2] active PFN ranges
[    0.000000]     0: 0x00000000 -> 0x0000009d
[    0.000000]     0: 0x00000100 -> 0x0003f5c0
[    0.000000] On node 0 totalpages: 259421
[    0.000000] free_area_init_node: node 0, pgdat c041ad00, node_mem_map c1000000
[    0.000000]   DMA zone: 32 pages used for memmap
[    0.000000]   DMA zone: 0 pages reserved
[    0.000000]   DMA zone: 3965 pages, LIFO batch:0
[    0.000000]   Normal zone: 1744 pages used for memmap
[    0.000000]   Normal zone: 221486 pages, LIFO batch:31
[    0.000000]   HighMem zone: 252 pages used for memmap
[    0.000000]   HighMem zone: 31942 pages, LIFO batch:7
[    0.000000] Using APIC driver default
[    0.000000] ACPI: PM-Timer IO Port: 0x1008
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled)
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x00] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
[    0.000000] ACPI: IOAPIC (id[0x02] address[0xfec00000] gsi_base[0])
[    0.000000] IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-23
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 high edge)
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[    0.000000] ACPI: IRQ0 used by override.
[    0.000000] ACPI: IRQ2 used by override.
[    0.000000] ACPI: IRQ9 used by override.
[    0.000000] Enabling APIC mode:  Flat.  Using 1 I/O APICs
[    0.000000] Using ACPI (MADT) for SMP configuration information
[    0.000000] ACPI: HPET id: 0xffffffff base: 0xfed00000
[    0.000000] SMP: Allowing 2 CPUs, 0 hotplug CPUs
[    0.000000] nr_irqs_gsi: 24
[    0.000000] PM: Registered nosave memory: 000000000009d000 - 000000000009e000
[    0.000000] PM: Registered nosave memory: 000000000009e000 - 00000000000a0000
[    0.000000] PM: Registered nosave memory: 00000000000a0000 - 00000000000dc000
[    0.000000] PM: Registered nosave memory: 00000000000dc000 - 00000000000e0000
[    0.000000] PM: Registered nosave memory: 00000000000e0000 - 00000000000e4000
[    0.000000] PM: Registered nosave memory: 00000000000e4000 - 0000000000100000
[    0.000000] Allocating PCI resources starting at 50000000 (gap: 40000000:a0000000)
[    0.000000] NR_CPUS:32 nr_cpumask_bits:32 nr_cpu_ids:2 nr_node_ids:1
[    0.000000] PERCPU: Embedded 11 pages at c17f4000, static data 22204 bytes
[    0.000000] Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 257393
[    0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-2.6.30rxart+exomate.1.2 root=UUID=ea55d0b8-91fd-4159-a819-4905745671e4 ro quiet
[    0.000000] Enabling fast FPU save and restore... done.
[    0.000000] Enabling unmasked SIMD FPU exception support... done.
[    0.000000] Initializing CPU#0
[    0.000000] NR_IRQS:1280
[    0.000000] PID hash table entries: 4096 (order: 12, 16384 bytes)
[    0.000000] Extended CMOS year: 2000
[    0.000000] Fast TSC calibration using PIT
[    0.000000] Detected 1662.723 MHz processor.
[    0.004000] Console: colour VGA+ 80x25
[    0.004000] console [tty0] enabled
[    0.004000] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)
[    0.004000] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)
[    0.004000] Initializing HighMem for node 0 (000377fe:0003f5c0)
[    0.004000] Memory: 1015656k/1038080k available (2230k kernel code, 21552k reserved, 1154k data, 324k init, 128776k highmem)
[    0.004000] virtual kernel memory layout:
[    0.004000]     fixmap  : 0xffe16000 - 0xfffff000   (1956 kB)
[    0.004000]     pkmap   : 0xff800000 - 0xffc00000   (4096 kB)
[    0.004000]     vmalloc : 0xf7ffe000 - 0xff7fe000   ( 120 MB)
[    0.004000]     lowmem  : 0xc0000000 - 0xf77fe000   ( 887 MB)
[    0.004000]       .init : 0xc0456000 - 0xc04a7000   ( 324 kB)
[    0.004000]       .data : 0xc032d865 - 0xc044e2f0   (1154 kB)
[    0.004000]       .text : 0xc0100000 - 0xc032d865   (2230 kB)
[    0.004000] Checking if this processor honours the WP bit even in supervisor mode...Ok.
[    0.004000] hpet clockevent registered
[    0.004000] HPET: 3 timers in total, 0 timers will be used for per-cpu timer
[    0.004000] Calibrating delay loop (skipped), value calculated using timer frequency.. 3325.44 BogoMIPS (lpj=6650892)
[    0.004000] Security Framework initialized
[    0.004000] SELinux:  Disabled at boot.
[    0.004000] Mount-cache hash table entries: 512
[    0.004000] Initializing cgroup subsys ns
[    0.004000] Initializing cgroup subsys cpuacct
[    0.004000] Initializing cgroup subsys devices
[    0.004000] Initializing cgroup subsys freezer
[    0.004000] Initializing cgroup subsys net_cls
[    0.004000] CPU: L1 I cache: 32K, L1 D cache: 24K
[    0.004000] CPU: L2 cache: 512K
[    0.004000] CPU: Physical Processor ID: 0
[    0.004000] CPU: Processor Core ID: 0
[    0.004000] Intel machine check architecture supported.
[    0.004000] Intel machine check reporting enabled on CPU#0.
[    0.004000] using mwait in idle threads.
[    0.004000] Checking 'hlt' instruction... OK.
[    0.017437] ACPI: Core revision 20090320
[    0.031998] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[    0.071713] CPU0: Intel(R) Atom(TM) CPU N450   @ 1.66GHz stepping 0a
[    0.072001] APIC calibration not consistent with PM-Timer: 295ms instead of 100ms
[    0.072001] APIC delta adjusted to PM-Timer: 1039061 (3075589)
[    0.072001] Booting processor 1 APIC 0x1 ip 0x6000
[    0.004000] Initializing CPU#1
[    0.004000] Calibrating delay using timer specific routine.. 3324.98 BogoMIPS (lpj=6649970)
[    0.004000] CPU: L1 I cache: 32K, L1 D cache: 24K
[    0.004000] CPU: L2 cache: 512K
[    0.004000] CPU: Physical Processor ID: 0
[    0.004000] CPU: Processor Core ID: 0
[    0.004000] Intel machine check architecture supported.
[    0.004000] Intel machine check reporting enabled on CPU#1.
[    0.004000] x86 PAT enabled: cpu 1, old 0x7040600070406, new 0x7010600070106
[    0.156869] CPU1: Intel(R) Atom(TM) CPU N450   @ 1.66GHz stepping 0a
[    0.156901] checking TSC synchronization [CPU#0 -> CPU#1]: passed.
[    0.160080] Brought up 2 CPUs
[    0.160087] Total of 2 processors activated (6650.43 BogoMIPS).
[    0.160156] CPU0 attaching sched-domain:
[    0.160162]  domain 0: span 0-1 level SIBLING
[    0.160168]   groups: 0 1
[    0.160177] CPU1 attaching sched-domain:
[    0.160181]  domain 0: span 0-1 level SIBLING
[    0.160186]   groups: 1 0
[    0.160305] net_namespace: 1088 bytes
[    0.160305] Booting paravirtualized kernel on bare hardware
[    0.160359] regulator: core version 0.5
[    0.160359] NET: Registered protocol family 16
[    0.160359] ACPI: bus type pci registered
[    0.160359] PCI: MCFG configuration 0: base e0000000 segment 0 buses 0 - 16
[    0.160359] PCI: MCFG area at e0000000 reserved in E820
[    0.160359] PCI: Using MMCONFIG for extended config space
[    0.160359] PCI: Using configuration type 1 for base access
[    0.164117] bio: create slab <bio-0> at 0
[    0.165129] ACPI: EC: Look up EC in DSDT
[    0.172055] ACPI: EC: non-query interrupt received, switching to interrupt mode
[    0.180135] ACPI: Interpreter enabled
[    0.180135] ACPI: (supports S0 S1 S3 S4 S5)
[    0.180176] ACPI: Using IOAPIC for interrupt routing
[    0.193006] ACPI: EC: GPE = 0x11, I/O: command/status = 0x66, data = 0x62
[    0.193006] ACPI: EC: driver started in interrupt mode
[    0.193006] ACPI: No dock devices found.
[    0.193006] ACPI Error (dsfield-0140): [CAPB] Namespace lookup failure, AE_ALREADY_EXISTS
[    0.193006] ACPI Error (psparse-0537): Method parse/execution failed [\_SB_.PCI0._OSC] (Node f7032d60), AE_ALREADY_EXISTS
[    0.193006] ACPI: Marking method _OSC as Serialized because of AE_ALREADY_EXISTS error
[    0.193006] ACPI: PCI Root Bridge [PCI0] (0000:00)
[    0.193006] pci 0000:00:02.0: reg 10 32bit mmio: [0xf0200000-0xf027ffff]
[    0.193006] pci 0000:00:02.0: reg 14 io port: [0x18d0-0x18d7]
[    0.193006] pci 0000:00:02.0: reg 18 32bit mmio: [0xd0000000-0xdfffffff]
[    0.193006] pci 0000:00:02.0: reg 1c 32bit mmio: [0xf0000000-0xf00fffff]
[    0.193006] pci 0000:00:02.1: reg 10 32bit mmio: [0xf0280000-0xf02fffff]
[    0.193006] pci 0000:00:1b.0: reg 10 64bit mmio: [0xf0500000-0xf0503fff]
[    0.193006] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
[    0.193006] pci 0000:00:1b.0: PME# disabled
[    0.193006] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
[    0.193006] pci 0000:00:1c.0: PME# disabled
[    0.193006] pci 0000:00:1c.1: PME# supported from D0 D3hot D3cold
[    0.193006] pci 0000:00:1c.1: PME# disabled
[    0.193006] pci 0000:00:1c.2: PME# supported from D0 D3hot D3cold
[    0.193006] pci 0000:00:1c.2: PME# disabled
[    0.193006] pci 0000:00:1d.0: reg 20 io port: [0x1820-0x183f]
[    0.193006] pci 0000:00:1d.1: reg 20 io port: [0x1840-0x185f]
[    0.193006] pci 0000:00:1d.2: reg 20 io port: [0x1860-0x187f]
[    0.193078] pci 0000:00:1d.3: reg 20 io port: [0x1880-0x189f]
[    0.193168] pci 0000:00:1d.7: reg 10 32bit mmio: [0xf0504000-0xf05043ff]
[    0.193240] pci 0000:00:1d.7: PME# supported from D0 D3hot D3cold
[    0.193248] pci 0000:00:1d.7: PME# disabled
[    0.193517] pci 0000:00:1f.2: reg 10 io port: [0x18e8-0x18ef]
[    0.193529] pci 0000:00:1f.2: reg 14 io port: [0x18dc-0x18df]
[    0.193541] pci 0000:00:1f.2: reg 18 io port: [0x18e0-0x18e7]
[    0.193552] pci 0000:00:1f.2: reg 1c io port: [0x18d8-0x18db]
[    0.193563] pci 0000:00:1f.2: reg 20 io port: [0x18c0-0x18cf]
[    0.193575] pci 0000:00:1f.2: reg 24 32bit mmio: [0xf0504400-0xf05047ff]
[    0.193619] pci 0000:00:1f.2: PME# supported from D3hot
[    0.193627] pci 0000:00:1f.2: PME# disabled
[    0.196012] pci 0000:00:1f.3: reg 20 io port: [0x18a0-0x18bf]
[    0.196120] pci 0000:00:1c.0: bridge io port: [0x00-0xfff]
[    0.196207] pci 0000:07:00.0: reg 10 io port: [0x2000-0x20ff]
[    0.196239] pci 0000:07:00.0: reg 18 64bit mmio: [0xf0520000-0xf0520fff]
[    0.196262] pci 0000:07:00.0: reg 20 64bit mmio: [0xf0510000-0xf051ffff]
[    0.196277] pci 0000:07:00.0: reg 30 32bit mmio: [0x000000-0x01ffff]
[    0.196336] pci 0000:07:00.0: supports D1 D2
[    0.196341] pci 0000:07:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.196350] pci 0000:07:00.0: PME# disabled
[    0.196445] pci 0000:00:1c.1: bridge io port: [0x2000-0x2fff]
[    0.196461] pci 0000:00:1c.1: bridge 64bit mmio pref: [0xf0500000-0xf05fffff]
[    0.196536] pci 0000:09:00.0: reg 10 io port: [0x3000-0x30ff]
[    0.196550] pci 0000:09:00.0: reg 14 32bit mmio: [0xf0100000-0xf0103fff]
[    0.196645] pci 0000:09:00.0: supports D1 D2
[    0.196650] pci 0000:09:00.0: PME# supported from D0 D1 D2 D3hot
[    0.196659] pci 0000:09:00.0: PME# disabled
[    0.196747] pci 0000:00:1c.2: bridge io port: [0x3000-0x3fff]
[    0.196755] pci 0000:00:1c.2: bridge 32bit mmio: [0xf0100000-0xf01fffff]
[    0.196832] pci 0000:00:1e.0: transparent bridge
[    0.196879] pci_bus 0000:00: on NUMA node 0
[    0.196893] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
[    0.197072] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.EXP1._PRT]
[    0.197182] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.EXP2._PRT]
[    0.197291] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.EXP3._PRT]
[    0.197400] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PCIB._PRT]
[    0.197687] ACPI Error (dsfield-0140): [CAPB] Namespace lookup failure, AE_ALREADY_EXISTS
[    0.197700] ACPI Error (psparse-0537): Method parse/execution failed [\_SB_.PCI0._OSC] (Node f7032d60), AE_ALREADY_EXISTS
[    0.220177] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 7 10 *11 12 14 15)
[    0.220387] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 *4 5 6 7 10 11 12 14 15)
[    0.220593] ACPI: PCI Interrupt Link [LNKC] (IRQs *3 4 5 6 7 10 11 12 14 15)
[    0.220625] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 7 *10 11 12 14 15)
[    0.220625] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 7 10 11 12 14 15) *0, disabled.
[    0.220625] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 7 10 11 12 14 15) *0, disabled.
[    0.220839] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 6 *7 10 11 12 14 15)
[    0.221055] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 *5 6 7 10 11 12 14 15)
[    0.221195] PCI: Using ACPI for IRQ routing
[    0.221195] pci 0000:00:1c.0: BAR 13: can't allocate resource
[    0.221195] pci 0000:00:1b.0: BAR 0: can't allocate resource
[    0.221195] pci 0000:00:1d.7: BAR 0: can't allocate resource
[    0.221195] pci 0000:00:1f.2: BAR 5: can't allocate resource
[    0.236051] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
[    0.236063] hpet0: 3 comparators, 64-bit 14.318180 MHz counter
[    0.261094] pnp: PnP ACPI init
[    0.261124] ACPI: bus type pnp registered
[    0.267138] pnp: PnP ACPI: found 11 devices
[    0.267144] ACPI: ACPI bus type pnp unregistered
[    0.267151] PnPBIOS: Disabled by ACPI PNP
[    0.267175] system 00:01: ioport range 0x800-0x80f has been reserved
[    0.267182] system 00:01: ioport range 0x1000-0x107f has been reserved
[    0.267189] system 00:01: ioport range 0x1180-0x11bf has been reserved
[    0.267196] system 00:01: ioport range 0x4d0-0x4d1 has been reserved
[    0.267203] system 00:01: ioport range 0xfe00-0xfe00 has been reserved
[    0.267210] system 00:01: ioport range 0x200-0x20f has been reserved
[    0.267218] system 00:01: iomem range 0xe0000000-0xefffffff has been reserved
[    0.267226] system 00:01: iomem range 0xfed14000-0xfed17fff has been reserved
[    0.267233] system 00:01: iomem range 0xf8000000-0xfbffffff has been reserved
[    0.267240] system 00:01: iomem range 0xfef00000-0xfeffffff has been reserved
[    0.302743] pci 0000:00:1c.0: PCI bridge, secondary bus 0000:05
[    0.302749] pci 0000:00:1c.0:   IO window: disabled
[    0.302758] pci 0000:00:1c.0:   MEM window: disabled
[    0.302765] pci 0000:00:1c.0:   PREFETCH window: disabled
[    0.302779] pci 0000:00:1c.1: PCI bridge, secondary bus 0000:07
[    0.302786] pci 0000:00:1c.1:   IO window: 0x2000-0x2fff
[    0.302796] pci 0000:00:1c.1:   MEM window: 0x50000000-0x500fffff
[    0.302805] pci 0000:00:1c.1:   PREFETCH window: 0x000000f0500000-0x000000f05fffff
[    0.302818] pci 0000:00:1c.2: PCI bridge, secondary bus 0000:09
[    0.302824] pci 0000:00:1c.2:   IO window: 0x3000-0x3fff
[    0.302833] pci 0000:00:1c.2:   MEM window: 0xf0100000-0xf01fffff
[    0.302841] pci 0000:00:1c.2:   PREFETCH window: disabled
[    0.302853] pci 0000:00:1e.0: PCI bridge, secondary bus 0000:11
[    0.302857] pci 0000:00:1e.0:   IO window: disabled
[    0.302865] pci 0000:00:1e.0:   MEM window: disabled
[    0.302872] pci 0000:00:1e.0:   PREFETCH window: disabled
[    0.302902] pci 0000:00:1c.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[    0.302913] pci 0000:00:1c.0: setting latency timer to 64
[    0.302930] pci 0000:00:1c.1: PCI INT B -> GSI 17 (level, low) -> IRQ 17
[    0.302939] pci 0000:00:1c.1: setting latency timer to 64
[    0.302954] pci 0000:00:1c.2: PCI INT C -> GSI 18 (level, low) -> IRQ 18
[    0.302963] pci 0000:00:1c.2: setting latency timer to 64
[    0.302976] pci 0000:00:1e.0: setting latency timer to 64
[    0.302985] pci_bus 0000:00: resource 0 io:  [0x00-0xffff]
[    0.302991] pci_bus 0000:00: resource 1 mem: [0x000000-0xffffffff]
[    0.302998] pci_bus 0000:05: resource 0 mem: [0x0-0xfff]
[    0.303004] pci_bus 0000:07: resource 0 io:  [0x2000-0x2fff]
[    0.303010] pci_bus 0000:07: resource 1 mem: [0x50000000-0x500fffff]
[    0.303016] pci_bus 0000:07: resource 2 pref mem [0xf0500000-0xf05fffff]
[    0.303022] pci_bus 0000:09: resource 0 io:  [0x3000-0x3fff]
[    0.303028] pci_bus 0000:09: resource 1 mem: [0xf0100000-0xf01fffff]
[    0.303034] pci_bus 0000:11: resource 3 io:  [0x00-0xffff]
[    0.303040] pci_bus 0000:11: resource 4 mem: [0x000000-0xffffffff]
[    0.303165] NET: Registered protocol family 2
[    0.349502] IP route cache hash table entries: 32768 (order: 5, 131072 bytes)
[    0.350148] TCP established hash table entries: 131072 (order: 8, 1048576 bytes)
[    0.351070] TCP bind hash table entries: 65536 (order: 7, 524288 bytes)
[    0.351500] TCP: Hash tables configured (established 131072 bind 65536)
[    0.351506] TCP reno registered
[    0.361614] NET: Registered protocol family 1
[    0.361718] Trying to unpack rootfs image as initramfs...
[    0.501412] Switched to high resolution mode on CPU 1
[    0.504431] Switched to high resolution mode on CPU 0
[    0.749738] Freeing initrd memory: 8043k freed
[    0.756573] Simple Boot Flag at 0x36 set to 0x1
[    0.758000] audit: initializing netlink socket (disabled)
[    0.758023] type=2000 audit(1332344875.757:1): initialized
[    0.758370] highmem bounce pool size: 64 pages
[    0.758380] HugeTLB registered 4 MB page size, pre-allocated 0 pages
[    0.758567] VFS: Disk quotas dquot_6.5.2
[    0.758630] Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
[    0.758721] msgmni has been set to 1748
[    0.759032] alg: No test for stdrng (krng)
[    0.759159] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 253)
[    0.759167] io scheduler noop registered
[    0.759171] io scheduler anticipatory registered
[    0.759175] io scheduler deadline registered
[    0.759211] io scheduler cfq registered (default)
[    0.759232] pci 0000:00:02.0: Boot video device
[    0.759620] pcieport-driver 0000:00:1c.0: irq 24 for MSI/MSI-X
[    0.759645] pcieport-driver 0000:00:1c.0: setting latency timer to 64
[    0.760028] pcieport-driver 0000:00:1c.1: irq 25 for MSI/MSI-X
[    0.760051] pcieport-driver 0000:00:1c.1: setting latency timer to 64
[    0.760432] pcieport-driver 0000:00:1c.2: irq 26 for MSI/MSI-X
[    0.760456] pcieport-driver 0000:00:1c.2: setting latency timer to 64
[    0.761291] isapnp: Scanning for PnP cards...
[    1.114901] isapnp: No Plug & Play device found
[    1.121335] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[    1.121585] serial8250: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
[    1.122435] 00:05: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
[    1.126075] brd: module loaded
[    1.126283] PNP: PS/2 Controller [PNP0303:KBC0,PNP0f13:MSE0] at 0x60,0x64 irq 1,12
[    1.130536] i8042.c: Detected active multiplexing controller, rev 1.1.
[    1.133420] serio: i8042 KBD port at 0x60,0x64 irq 1
[    1.133433] serio: i8042 AUX0 port at 0x60,0x64 irq 12
[    1.133442] serio: i8042 AUX1 port at 0x60,0x64 irq 12
[    1.133451] serio: i8042 AUX2 port at 0x60,0x64 irq 12
[    1.133460] serio: i8042 AUX3 port at 0x60,0x64 irq 12
[    1.133767] mice: PS/2 mouse device common for all mice
[    1.134095] rtc_cmos 00:04: rtc core: registered rtc_cmos as rtc0
[    1.134145] rtc0: alarms up to one month, y3k, 114 bytes nvram, hpet irqs
[    1.134222] cpuidle: using governor ladder
[    1.134228] cpuidle: using governor menu
[    1.134237] No iBFT detected.
[    1.135013] TCP cubic registered
[    1.135105] NET: Registered protocol family 10
[    1.136063] lo: Disabled Privacy Extensions
[    1.136863] Mobile IPv6
[    1.136870] NET: Registered protocol family 17
[    1.136885] Using IPI No-Shortcut mode
[    1.137222] TuxOnIce 3.0.99.48 (http://tuxonice.net)
[    1.137335] Scanning swap devices for TuxOnIce signature...
[    1.137637] TuxOnIce scan: No image found.
[    1.178438] Scanning swap devices for TuxOnIce signature...
[    1.178738] TuxOnIce scan: No image found.
[    1.178757] TuxOnIce: Can't translate "" into a device id yet.
[    1.178762] TuxOnIce: No matching enabled allocator found. Resuming disabled.
[    1.178779] registered taskstats version 1
[    1.179040] rtc_cmos 00:04: setting system clock to 2012-03-21 15:47:57 UTC (1332344877)
[    1.179156] Freeing unused kernel memory: 324k freed
[    1.179372] Write protecting the kernel text: 2232k
[    1.179406] Write protecting the kernel read-only data: 780k
[    1.222434] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input0
[    2.454088] thermal LNXTHERM:01: registered as thermal_zone0
[    2.454107] ACPI: Thermal Zone [TZ01] (59 C)
[    2.503627] Linux agpgart interface v0.103
[    2.552973] SCSI subsystem initialized
[    2.592842] agpgart-intel 0000:00:00.0: Intel IGD Chipset
[    2.593150] agpgart-intel 0000:00:00.0: detected 8188K stolen memory
[    2.596659] agpgart-intel 0000:00:00.0: AGP aperture is 256M @ 0xd0000000
[    2.746983] usbcore: registered new interface driver usbfs
[    2.747059] usbcore: registered new interface driver hub
[    2.747792] usbcore: registered new device driver usb
[    2.753761] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    2.753832] ehci_hcd 0000:00:1d.7: PCI INT A -> GSI 23 (level, low) -> IRQ 23
[    2.753867] ehci_hcd 0000:00:1d.7: setting latency timer to 64
[    2.753876] ehci_hcd 0000:00:1d.7: EHCI Host Controller
[    2.753976] ehci_hcd 0000:00:1d.7: new USB bus registered, assigned bus number 1
[    2.757917] ehci_hcd 0000:00:1d.7: debug port 1
[    2.757934] ehci_hcd 0000:00:1d.7: cache line size of 32 is not supported
[    2.757974] ehci_hcd 0000:00:1d.7: irq 23, io mem 0x50104000
[    2.769597] r8169 Gigabit Ethernet driver 2.3LK-NAPI loaded
[    2.769634] r8169 0000:07:00.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17
[    2.769669] r8169 0000:07:00.0: setting latency timer to 64
[    2.769815] r8169 0000:07:00.0: irq 27 for MSI/MSI-X
[    2.771643] eth0: RTL8102e at 0xf80f4000, 00:03:0d:fa:d0:3e, XID 24c00000 IRQ 27
[    2.781094] ehci_hcd 0000:00:1d.7: USB 2.0 started, EHCI 1.00
[    2.781150] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[    2.781159] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    2.781167] usb usb1: Product: EHCI Host Controller
[    2.781174] usb usb1: Manufacturer: Linux 2.6.30rxart+exomate.1.2 ehci_hcd
[    2.781181] usb usb1: SerialNumber: 0000:00:1d.7
[    2.781365] usb usb1: configuration #1 chosen from 1 choice
[    2.781449] hub 1-0:1.0: USB hub found
[    2.781469] hub 1-0:1.0: 8 ports detected
[    2.823810] libata version 3.00 loaded.
[    2.835486] ahci 0000:00:1f.2: version 3.0
[    2.835524] ahci 0000:00:1f.2: PCI INT B -> GSI 19 (level, low) -> IRQ 19
[    2.835617] ahci 0000:00:1f.2: irq 28 for MSI/MSI-X
[    2.835747] ahci 0000:00:1f.2: AHCI 0001.0100 32 slots 4 ports 3 Gbps 0xf impl SATA mode
[    2.835758] ahci 0000:00:1f.2: flags: 64bit ncq pm led clo pio slum part
[    2.835772] ahci 0000:00:1f.2: setting latency timer to 64
[    2.840888] uhci_hcd: USB Universal Host Controller Interface driver
[    2.841124] scsi0 : ahci
[    2.841421] scsi1 : ahci
[    2.841631] scsi2 : ahci
[    2.841761] scsi3 : ahci
[    2.842028] ata1: SATA max UDMA/133 abar m1024@0x50104400 port 0x50104500 irq 28
[    2.842036] ata2: SATA max UDMA/133 abar m1024@0x50104400 port 0x50104580 irq 28
[    2.842043] ata3: SATA max UDMA/133 abar m1024@0x50104400 port 0x50104600 irq 28
[    2.842050] ata4: SATA max UDMA/133 abar m1024@0x50104400 port 0x50104680 irq 28
[    2.842134] uhci_hcd 0000:00:1d.0: PCI INT A -> GSI 23 (level, low) -> IRQ 23
[    2.842153] uhci_hcd 0000:00:1d.0: setting latency timer to 64
[    2.842162] uhci_hcd 0000:00:1d.0: UHCI Host Controller
[    2.842248] uhci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 2
[    2.842297] uhci_hcd 0000:00:1d.0: irq 23, io base 0x00001820
[    2.842393] usb usb2: New USB device found, idVendor=1d6b, idProduct=0001
[    2.842403] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    2.842410] usb usb2: Product: UHCI Host Controller
[    2.842416] usb usb2: Manufacturer: Linux 2.6.30rxart+exomate.1.2 uhci_hcd
[    2.842423] usb usb2: SerialNumber: 0000:00:1d.0
[    2.842553] usb usb2: configuration #1 chosen from 1 choice
[    2.842637] hub 2-0:1.0: USB hub found
[    2.842656] hub 2-0:1.0: 2 ports detected
[    2.842925] uhci_hcd 0000:00:1d.1: PCI INT B -> GSI 19 (level, low) -> IRQ 19
[    2.842943] uhci_hcd 0000:00:1d.1: setting latency timer to 64
[    2.842951] uhci_hcd 0000:00:1d.1: UHCI Host Controller
[    2.843004] uhci_hcd 0000:00:1d.1: new USB bus registered, assigned bus number 3
[    2.843065] uhci_hcd 0000:00:1d.1: irq 19, io base 0x00001840
[    2.843135] usb usb3: New USB device found, idVendor=1d6b, idProduct=0001
[    2.843141] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    2.843146] usb usb3: Product: UHCI Host Controller
[    2.843151] usb usb3: Manufacturer: Linux 2.6.30rxart+exomate.1.2 uhci_hcd
[    2.843156] usb usb3: SerialNumber: 0000:00:1d.1
[    2.843264] usb usb3: configuration #1 chosen from 1 choice
[    2.843353] hub 3-0:1.0: USB hub found
[    2.843372] hub 3-0:1.0: 2 ports detected
[    2.843635] uhci_hcd 0000:00:1d.2: PCI INT C -> GSI 18 (level, low) -> IRQ 18
[    2.843652] uhci_hcd 0000:00:1d.2: setting latency timer to 64
[    2.843663] uhci_hcd 0000:00:1d.2: UHCI Host Controller
[    2.843721] uhci_hcd 0000:00:1d.2: new USB bus registered, assigned bus number 4
[    2.843779] uhci_hcd 0000:00:1d.2: irq 18, io base 0x00001860
[    2.843849] usb usb4: New USB device found, idVendor=1d6b, idProduct=0001
[    2.843855] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    2.843861] usb usb4: Product: UHCI Host Controller
[    2.843866] usb usb4: Manufacturer: Linux 2.6.30rxart+exomate.1.2 uhci_hcd
[    2.843871] usb usb4: SerialNumber: 0000:00:1d.2
[    2.843978] usb usb4: configuration #1 chosen from 1 choice
[    2.844056] hub 4-0:1.0: USB hub found
[    2.844074] hub 4-0:1.0: 2 ports detected
[    2.844360] uhci_hcd 0000:00:1d.3: PCI INT D -> GSI 16 (level, low) -> IRQ 16
[    2.844377] uhci_hcd 0000:00:1d.3: setting latency timer to 64
[    2.844387] uhci_hcd 0000:00:1d.3: UHCI Host Controller
[    2.844441] uhci_hcd 0000:00:1d.3: new USB bus registered, assigned bus number 5
[    2.844503] uhci_hcd 0000:00:1d.3: irq 16, io base 0x00001880
[    2.844574] usb usb5: New USB device found, idVendor=1d6b, idProduct=0001
[    2.844581] usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    2.844586] usb usb5: Product: UHCI Host Controller
[    2.844591] usb usb5: Manufacturer: Linux 2.6.30rxart+exomate.1.2 uhci_hcd
[    2.844596] usb usb5: SerialNumber: 0000:00:1d.3
[    2.844708] usb usb5: configuration #1 chosen from 1 choice
[    2.844792] hub 5-0:1.0: USB hub found
[    2.844811] hub 5-0:1.0: 2 ports detected
[    3.092067] usb 1-4: new high speed USB device using ehci_hcd and address 2
[    3.164078] ata3: SATA link down (SStatus 0 SControl 300)
[    3.164109] ata4: SATA link down (SStatus 0 SControl 300)
[    3.165066] ata2: SATA link down (SStatus 0 SControl 300)
[    3.165096] ata1: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
[    3.212067] ata1.00: ATA-8: TOSHIBA MK1665GSX, GJ003A, max UDMA/100
[    3.212083] ata1.00: 312581808 sectors, multi 16: LBA48 NCQ (depth 31/32)
[    3.212900] ata1.00: configured for UDMA/100
[    3.228239] scsi 0:0:0:0: Direct-Access     ATA      TOSHIBA MK1665GS GJ00 PQ: 0 ANSI: 5
[    3.244614] Driver 'sd' needs updating - please use bus_type methods
[    3.244890] sd 0:0:0:0: [sda] 312581808 512-byte hardware sectors: (160 GB/149 GiB)
[    3.244941] sd 0:0:0:0: [sda] Write Protect is off
[    3.244950] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[    3.245030] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    3.245318]  sda:<6>usb 1-4: New USB device found, idVendor=04f2, idProduct=b191
[    3.248235] usb 1-4: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    3.248248] usb 1-4: Product: USB 2.0 Camera
[    3.248252] usb 1-4: Manufacturer: Chicony Corp.
[    3.248402] usb 1-4: configuration #1 chosen from 1 choice
[    3.297453]  sda1 sda2 sda3 sda4
[    3.297823] sd 0:0:0:0: [sda] Attached SCSI disk
[    4.216758] PM: Starting manual resume from disk
[    4.216790] Scanning swap devices for TuxOnIce signature...
[    4.266226] - Trying 8:4.
[    4.266412] TuxOnIce scan: No image found.
[    4.266418] Scanning swap devices for TuxOnIce signature...
[    4.269378] - Trying 8:4.
[    4.269526] TuxOnIce scan: No image found.
[    4.269642] TuxOnIce: No image found.
[    4.415888] kjournald starting.  Commit interval 5 seconds
[    4.415907] EXT3-fs: mounted filesystem with ordered data mode.
[    7.324556] Adding 1654684k swap on /dev/sda4.  Priority:-1 extents:1 across:1654684k
[    7.502237] EXT3 FS on sda2, internal journal
[    7.650264] loop: module loaded
[    8.231283] FAT: utf8 is not a recommended IO charset for FAT filesystems, filesystem will be case sensitive!
[    9.576564] fuse init (API version 7.11)
[   15.663947] Bluetooth: Core ver 2.15
[   15.664324] NET: Registered protocol family 31
[   15.664331] Bluetooth: HCI device and connection manager initialized
[   15.664338] Bluetooth: HCI socket layer initialized
[   15.736436] Bluetooth: L2CAP ver 2.13
[   15.736441] Bluetooth: L2CAP socket layer initialized
[   15.746011] Bluetooth: RFCOMM socket layer initialized
[   15.746023] Bluetooth: RFCOMM TTY layer initialized
[   15.746027] Bluetooth: RFCOMM ver 1.11
[   15.994901] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[   15.994907] Bluetooth: BNEP filters: protocol multicast
[   16.113516] Bridge firewalling registered
[   16.247083] Bluetooth: SCO (Voice Link) ver 0.6
[   16.247089] Bluetooth: SCO socket layer initialized
[   17.179203] [drm] Initialized drm 1.1.0 20060810
[   17.228043] i915 0000:00:02.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[   17.228053] i915 0000:00:02.0: setting latency timer to 64
[   17.230780] i915 0000:00:02.0: irq 29 for MSI/MSI-X
[   17.539428] lp: driver loaded but no devices found
[   17.566433] ppdev: user-space parallel port driver
[   17.764667] allocated 1024x600 fb: 0x00820000, bo f69b78c0
[   17.765054] Console: switching to colour frame buffer device 128x37
[   17.765068] fb0: inteldrmfb frame buffer device
[   17.765073] registered panic notifier
[   17.765115] [drm] Initialized i915 1.6.0 20080730 for 0000:00:02.0 on minor 0
[   18.303066] [drm] LVDS-8: set mode 1024x600 e
[   21.686135] ip_tables: (C) 2000-2006 Netfilter Core Team
[   23.269341] nf_conntrack version 0.5.0 (16220 buckets, 64880 max)
[   23.269596] CONFIG_NF_CT_ACCT is deprecated and will be removed soon. Please use
[   23.269602] nf_conntrack.acct=1 kernel paramater, acct=1 nf_conntrack module option or
[   23.269606] sysctl net.netfilter.nf_conntrack_acct=1 to enable it.
[   25.328397] ACPI: SSDT 3f5c5ef9 00203 (v02  PmRef  Cpu0Ist 00003000 INTL 20050624)
[   25.328987] ACPI: SSDT 3f5c588f 005E5 (v02  PmRef  Cpu0Cst 00003001 INTL 20050624)
[   25.332625] ACPI Warning (processor_throttling-0844): Invalid throttling state, reset [20090320]
[   25.333104] Monitor-Mwait will be used to enter C-1 state
[   25.333165] Monitor-Mwait will be used to enter C-2 state
[   25.333214] Monitor-Mwait will be used to enter C-3 state
[   25.333232] Marking TSC unstable due to TSC halts in idle
[   25.333348] ACPI: CPU0 (power states: C1[C1] C2[C2] C3[C3])
[   25.333406] processor ACPI_CPU:00: registered as cooling_device0
[   25.333416] ACPI: Processor [CPU0] (supports 8 throttling states)
[   25.334117] ACPI: SSDT 3f5c60fc 000D4 (v02  PmRef  Cpu1Ist 00003000 INTL 20050624)
[   25.334644] ACPI: SSDT 3f5c5e74 00085 (v02  PmRef  Cpu1Cst 00003000 INTL 20050624)
[   25.335476] ACPI Warning (processor_throttling-0844): Invalid throttling state, reset [20090320]
[   25.336782] ACPI: CPU1 (power states: C1[C1] C2[C2] C3[C3])
[   25.336834] processor ACPI_CPU:01: registered as cooling_device1
[   25.336849] ACPI: Processor [CPU1] (supports 8 throttling states)
[   28.000214] Clocksource tsc unstable (delta = -112116678 ns)
Trate de solucionar monton de conflictos que tenia con las dependencias de los repositorios con apt-get -f install:
Citar
Leyendo lista de paquetes...
Creando árbol de dependencias...
Leyendo la información de estado...
Corrigiendo dependencias... Listo
Se instalaron de forma automática los siguientes paquetes y ya no son necesarios.
  libswscale2 libva-x11-1 libartsc0 libmtp9 libavutil51 libxcb-render-util0
  gnome-desktop-data libresid-builder0c2a libqtmultimediakit1
  libexchange-storage1.2-3 libftgl2 ggzcore-bin libglew1.7 python-gdata
  kdelibs-data libxcb-xfixes0 libpostproc52 libtrackerclient0 seahorse
  libgnome2-perl libggzmod4 liblualib50 gv totem-common libedata-cal1.2-6
  libsysfs-dev libdirectfb-extra librasqal2 libpango1.0-common python3.2
  libdvbpsi7 libgalago3 libgweather1 libmtp-common libdirectfb-dev gnome-utils
  redland-utils libdmx1 libgnome-pilot2 libqtlocation1 gnome-about libfltk1.1
  libdirac-decoder0 libavahi-qt3-1 libgnome2-vfs-perl gnome-backgrounds
  libegroupwise1.2-13 deborphan libxcb-render-util0-dev python-vte libgavl1
  libgsf-1-common libecal1.2-7 libjpeg62-dev libknotificationitem-1-1
  libpython3.2 bogofilter libxcb-randr0 libxcb-composite0
  libedataserverui1.2-8 libgnome-window-settings1 libedata-book1.2-2
  libmpeg3-dev libmpfr1ldbl python-bugbuddy xserver-xephyr libsidplay2
  python-gdbm gnome-netstatus-applet python3.2-minimal pmount libggzcore9
  cpp-4.3 libvoikko1 libtar libqt3-mt liblua50 fonts-droid libquicktime1
  raptor-utils libebml3 libmatroska5 libprocps0 libgnome2-canvas-perl
  libgsf-1-114 libmpeg3-1 libxine1-console libavdevice52
Utilice «apt-get autoremove» para eliminarlos.
Se instalarán los siguientes paquetes extras:
  accountsservice acl apg apt apt-utils apt-xapian-index brasero-common cdrdao
  cheese cheese-common colord dvd+rw-tools eog epiphany-browser-data
  evince-common evolution-data-server evolution-data-server-common
  folks-common fonts-droid gconf-defaults-service gconf-service gconf2
  gconf2-common gedit gedit-common gimp gimp-data gir1.2-accountsservice-1.0
  gir1.2-caribou-1.0 gir1.2-clutter-1.0 gir1.2-cogl-1.0 gir1.2-coglpango-1.0
  gir1.2-folks-0.6 gir1.2-gdkpixbuf-2.0 gir1.2-gee-1.0 gir1.2-gkbd-3.0
  gir1.2-gmenu-3.0 gir1.2-gnomebluetooth-1.0 gir1.2-gstreamer-0.10
  gir1.2-gtksource-3.0 gir1.2-json-1.0 gir1.2-mutter-3.0
  gir1.2-networkmanager-1.0 gir1.2-panelapplet-4.0 gir1.2-peas-1.0
  gir1.2-polkit-1.0 gir1.2-soup-2.4 gir1.2-telepathyglib-0.12
  gir1.2-telepathylogger-0.2 gir1.2-upowerglib-1.0 gjs gnome-applets
  gnome-applets-data gnome-contacts gnome-control-center-data
  gnome-desktop3-data gnome-games-data gnome-icon-theme-symbolic gnome-keyring
  gnome-mag gnome-menus gnome-panel gnome-panel-data gnome-session-bin
  gnome-session-common gnome-session-fallback gnome-shell gnome-shell-common
  gnome-system-tools gnome-themes-standard gnome-video-effects growisofs
  gstreamer0.10-gconf gstreamer0.10-plugins-bad gstreamer0.10-plugins-good
  gstreamer0.10-plugins-ugly gvfs-common gvfs-daemons gvfs-libs hwdata
  iceweasel isc-dhcp-client isc-dhcp-common libaacs0 libaccountsservice0
  libao-common libao4 libarchive12 libasound2 libatspi1.0-0 libavahi-ui-gtk3-0
  libavutil51 libbluetooth3 libbluray1 libboost-python1.46.1
  libbrasero-media3-1 libcairo-perl libcairo2 libcamel-1.2-29 libcap2-bin
  libcaribou-common libcaribou0 libcelt0-0 libcheese-gtk20 libcheese1
  libclass-isa-perl libclutter-gst-1.0-0 libclutter-imcontext-0.1-0
  libcluttergesture-0.0.2-0 libcolord1 libcurl3-gnutls libcurl3-nss
  libdirac-decoder0 libdirectfb-1.2-9 libdiscid0 libdjvulibre21 libdvbpsi7
  libebackend-1.2-1 libebml3 libebook-1.2-12 libecal-1.2-10
  libedata-book-1.2-11 libedata-cal-1.2-13 libedataserver-1.2-15
  libedataserverui-3.0-1 libevince3-3 libflite1 libfolks-eds25
  libfolks-telepathy25 libfolks25 libfont-freetype-perl libgail-3-0 libgcr-3-1
  libgcr-3-common libgdata13 libgdk-pixbuf2.0-dev libgdu-gtk0 libgee2
  libgegl-0.0-0 libgimp2.0 libgjs0b libglew1.7 libglib-perl libgmime-2.6-0
  libgnome-bluetooth8 libgnome-control-center1 libgnome-desktop-2-17
  libgnome-desktop-3-2 libgnome-keyring-common libgnome-keyring0
  libgnome-menu-3-0 libgnome2-canvas-perl libgnome2-common libgnome2-perl
  libgnome2-vfs-perl libgnomekbd-common libgnomekbd7 libgoa-1.0-0
  libgoa-1.0-common libgphoto2-2 libgphoto2-l10n libgphoto2-port0
  libgraphicsmagick3 libgstreamer-plugins-bad0.10-0
  libgstreamer-plugins-base0.10-0 libgstreamer0.10-0 libgtk2-perl
  libgtksourceview-3.0-0 libgtksourceview-3.0-common libgucharmap-2-90-7
  libgweather-3-0 libhunspell-1.3-0 libicu48 libieee1284-3 libimobiledevice2
  libisofs6 libjack-jackd2-0 libjavascriptcoregtk-1.0-0
  libjavascriptcoregtk-3.0-0 libjson0 libjte1 liblcms2-2
  liblocale-gettext-perl liblvm2app2.2 liblzma5 libmatroska5 libmhash2
  libmodplug1 libmozjs10d libmozjs185-1.0 libmp3lame0 libmtp-common libmtp9
  libmusicbrainz3-6 libmutter0 libmx-1.0-2 libnautilus-extension1a
  libneon27-gnutls libnet-dbus-perl libnet-dns-perl libnet-ssleay-perl
  libnettle4 libnl-route-3-200 libnm-glib4 libnm-gtk-common libnm-gtk0
  libnm-util2 libnotify4 liboauth0 liboobs-1-5 libopenraw1 liborc-0.4-0
  libpackagekit-glib2-14 libpanel-applet-4-0 libpango-perl libparted0debian1
  libpeas-1.0-0 libpeas-common libplist1 libpolkit-gobject-1-0
  libpoppler-glib6 libportaudio2 libpostproc52 libpulse-mainloop-glib0
  libpulse0 libpython2.7 libpython3.2 libquvi-scripts libquvi7 libraptor2-0
  librasqal3 librdf0 libresid-builder0c2a librest-0.7-0 librest-extras-0.7-0
  librtmp0 libsane libsane-common libsane-extras libsane-extras-common
  libschroedinger-1.0-0 libseed-gtk3-0 libsidplay2 libslv2-9
  libsocialweb-client2 libsocialweb0 libsoundtouch0 libsoup-gnome2.4-1
  libspandsp2 libssh2-1 libswitch-perl libswscale2 libtelepathy-glib0
  libtelepathy-logger2 libtext-charwidth-perl libtext-iconv-perl
  libtotem-plparser17 libtracker-sparql-0.12-0 libunique-3.0-0 libunistring0
  libupower-glib1 libusb-1.0-0 libusbmuxd1 libva-x11-1 libvo-aacenc0
  libvo-amrwbenc0 libvpx1 libwebkitgtk-1.0-0 libwebkitgtk-1.0-common
  libwebkitgtk-3.0-0 libwebkitgtk-3.0-common libwildmidi-config libwildmidi1
  libwnck-3-0 libwnck-3-common libx264-120 libxcb-composite0 libxcb-randr0
  libxcb-xfixes0 libxine1 libxine1-bin libxine1-console libxine1-misc-plugins
  libxine1-x libxklavier16 libxml-parser-perl libxvidcore4 libyajl2 libzbar0
  libzvbi-common libzvbi0 mutter-common nautilus-data notification-daemon
  packagekit packagekit-backend-aptcc perl perl-base perl-modules python
  python-apt python-apt-common python-brlapi python-crypto python-evolution
  python-gdbm python-gmenu python-gnomedesktop python-gnomekeyring
  python-gst0.10 python-libmimic python-libxml2 python-minimal python-notify
  python-packagekit python-pkg-resources python-pycurl python-pyorbit
  python-rdflib python-software-properties python-tagpy python-twisted-bin
  python-twisted-core python-vte python-xapian python-zope.interface python3.2
  python3.2-minimal sane-utils sound-juicer synaptic system-tools-backends
  udisks unattended-upgrades upower usbmuxd xulrunner-10.0 xz-lzma
Paquetes sugeridos:
  apt-doc cdrskin evolution evolution-data-server-dbg gimp-help-en gimp-help
  gimp-data-extras tomboy ntp gnome-video-effects-frei0r frei0r-plugins
  ttf-lyx latex-xft-fonts xfonts-mathml ttf-mathematica4.1 mozplugger
  resolvconf avahi-autoipd libroar1 libsndio0 roaraudio-server
  libasound2-plugins libbluray-bdj python3 libcap-dev glew-utils gphoto2 gtkam
  graphicsmagick-dbg libvisual-0.4-plugins gstreamer-codec-install
  gnome-codec-install libgtk2-perl-doc jackd2 liblcms2-utils
  libio-socket-inet6-perl parted nparted libparted0-dev libparted0-i18n
  pulseaudio raptor2-utils rasqal-utils librdf-storage-postgresql
  librdf-storage-mysql librdf-storage-sqlite hpoj hplip slv2-jack gxine
  xine-ui libxine1-doc libxine-doc libxine1-gnome packagekit-backend-smart
  libterm-readline-gnu-perl libterm-readline-perl-perl libpod-plainer-perl
  python-doc python-tk python-apt-dbg python-apt-doc python-crypto-dbg
  python-crypto-doc python-gdbm-dbg python-gst0.10-dev python-gst0.10-dbg
  python-distribute python-distribute-doc libcurl4-gnutls-dev
  python-pycurl-dbg python-twisted-bin-dbg python-qt3 python-wxgtk2.8
  xapian-doc python3.2-doc binfmt-support unpaper gstreamer0.10-lame
  gstreamer0.10-plugins-really-bad dwww xfsprogs reiserfsprogs mdadm
  cryptsetup
Paquetes recomendados
  libmtp-runtime
Los siguientes paquetes se ELIMINARÁN:
  blender capplets-data deskbar-applet fast-user-switch-applet gdm gdm-themes
  iceweasel-gnome-support kdelibs4c2a klamav libao2 libarts1c2a
  libbrasero-media0 libdigest-sha1-perl libept0 libjack0 liboobs-1-4
  libpolkit-gtk-1-0 libxine1-ffmpeg libxine1-plugins lzma openmovieeditor
  python-gnomeapplet python-sexy python2.5 python2.5-minimal vlc
  xulrunner-1.9.1 xulrunner-1.9.1-gnome-support
Se instalarán los siguientes paquetes NUEVOS:
  accountsservice acl apg apt-xapian-index cheese-common colord folks-common
  fonts-droid gconf-service gir1.2-accountsservice-1.0 gir1.2-caribou-1.0
  gir1.2-clutter-1.0 gir1.2-cogl-1.0 gir1.2-coglpango-1.0 gir1.2-folks-0.6
  gir1.2-gdkpixbuf-2.0 gir1.2-gee-1.0 gir1.2-gkbd-3.0 gir1.2-gmenu-3.0
  gir1.2-gnomebluetooth-1.0 gir1.2-gstreamer-0.10 gir1.2-gtksource-3.0
  gir1.2-json-1.0 gir1.2-mutter-3.0 gir1.2-networkmanager-1.0
  gir1.2-panelapplet-4.0 gir1.2-peas-1.0 gir1.2-polkit-1.0 gir1.2-soup-2.4
  gir1.2-telepathyglib-0.12 gir1.2-telepathylogger-0.2 gir1.2-upowerglib-1.0
  gjs gnome-contacts gnome-control-center-data gnome-desktop3-data
  gnome-icon-theme-symbolic gnome-session-fallback gnome-shell
  gnome-shell-common gnome-themes-standard gnome-video-effects growisofs
  gstreamer0.10-gconf gvfs-common gvfs-daemons gvfs-libs hwdata
  isc-dhcp-client isc-dhcp-common libaacs0 libaccountsservice0 libao-common
  libao4 libarchive12 libavahi-ui-gtk3-0 libavutil51 libbluray1
  libboost-python1.46.1 libbrasero-media3-1 libcamel-1.2-29 libcap2-bin
  libcaribou-common libcaribou0 libcelt0-0 libcheese-gtk20 libcheese1
  libclass-isa-perl libclutter-gst-1.0-0 libclutter-imcontext-0.1-0
  libcluttergesture-0.0.2-0 libcolord1 libcurl3-nss libdirac-decoder0
  libdirectfb-1.2-9 libdiscid0 libdvbpsi7 libebackend-1.2-1 libebml3
  libebook-1.2-12 libecal-1.2-10 libedata-book-1.2-11 libedata-cal-1.2-13
  libedataserver-1.2-15 libedataserverui-3.0-1 libevince3-3 libflite1
  libfolks-eds25 libfolks-telepathy25 libfolks25 libgail-3-0 libgcr-3-1
  libgcr-3-common libgdata13 libgdk-pixbuf2.0-dev libgee2 libgjs0b libglew1.7
  libgmime-2.6-0 libgnome-bluetooth8 libgnome-control-center1
  libgnome-desktop-2-17 libgnome-desktop-3-2 libgnome-keyring-common
  libgnome-menu-3-0 libgnomekbd7 libgoa-1.0-0 libgoa-1.0-common
  libgphoto2-l10n libgraphicsmagick3 libgstreamer-plugins-bad0.10-0
  libgtksourceview-3.0-0 libgtksourceview-3.0-common libgucharmap-2-90-7
  libgweather-3-0 libhunspell-1.3-0 libicu48 libieee1284-3 libimobiledevice2
  libjack-jackd2-0 libjavascriptcoregtk-1.0-0 libjavascriptcoregtk-3.0-0
  libjson0 libjte1 liblcms2-2 liblvm2app2.2 liblzma5 libmatroska5 libmhash2
  libmodplug1 libmozjs10d libmozjs185-1.0 libmp3lame0 libmtp-common libmtp9
  libmusicbrainz3-6 libmutter0 libmx-1.0-2 libnautilus-extension1a
  libneon27-gnutls libnettle4 libnl-route-3-200 libnm-glib4 libnm-gtk-common
  libnm-gtk0 libnm-util2 libnotify4 liboauth0 liboobs-1-5 libopenraw1
  liborc-0.4-0 libpackagekit-glib2-14 libpanel-applet-4-0 libparted0debian1
  libpeas-1.0-0 libpeas-common libplist1 libpoppler-glib6 libpostproc52
  libpython2.7 libpython3.2 libquvi-scripts libquvi7 libraptor2-0 librasqal3
  libresid-builder0c2a librest-0.7-0 librest-extras-0.7-0 librtmp0 libsane
  libsane-common libsane-extras libsane-extras-common libseed-gtk3-0
  libsidplay2 libslv2-9 libsocialweb-client2 libsocialweb0 libsoundtouch0
  libspandsp2 libssh2-1 libswitch-perl libswscale2 libtelepathy-logger2
  libtotem-plparser17 libtracker-sparql-0.12-0 libunique-3.0-0 libunistring0
  libupower-glib1 libusbmuxd1 libva-x11-1 libvo-aacenc0 libvo-amrwbenc0
  libvpx1 libwebkitgtk-1.0-0 libwebkitgtk-1.0-common libwebkitgtk-3.0-0
  libwebkitgtk-3.0-common libwildmidi-config libwildmidi1 libwnck-3-0
  libwnck-3-common libx264-120 libxcb-composite0 libxcb-randr0 libxcb-xfixes0
  libxklavier16 libxvidcore4 libyajl2 libzbar0 libzvbi-common libzvbi0
  mutter-common packagekit packagekit-backend-aptcc python-apt-common
  python-packagekit python-pycurl python-xapian python3.2 python3.2-minimal
  sane-utils udisks upower usbmuxd xulrunner-10.0 xz-lzma
Se actualizarán los siguientes paquetes:
  apt apt-utils brasero-common cdrdao cheese dvd+rw-tools eog
  epiphany-browser-data evince-common evolution-data-server
  evolution-data-server-common gconf-defaults-service gconf2 gconf2-common
  gedit gedit-common gimp gimp-data gnome-applets gnome-applets-data
  gnome-games-data gnome-keyring gnome-mag gnome-menus gnome-panel
  gnome-panel-data gnome-session-bin gnome-session-common gnome-system-tools
  gstreamer0.10-plugins-bad gstreamer0.10-plugins-good
  gstreamer0.10-plugins-ugly iceweasel libasound2 libatspi1.0-0 libbluetooth3
  libcairo-perl libcairo2 libcurl3-gnutls libdjvulibre21 libfont-freetype-perl
  libgdu-gtk0 libgegl-0.0-0 libgimp2.0 libglib-perl libgnome-keyring0
  libgnome2-canvas-perl libgnome2-common libgnome2-perl libgnome2-vfs-perl
  libgnomekbd-common libgphoto2-2 libgphoto2-port0
  libgstreamer-plugins-base0.10-0 libgstreamer0.10-0 libgtk2-perl libisofs6
  liblocale-gettext-perl libnet-dbus-perl libnet-dns-perl libnet-ssleay-perl
  libpango-perl libpolkit-gobject-1-0 libportaudio2 libpulse-mainloop-glib0
  libpulse0 librdf0 libschroedinger-1.0-0 libsoup-gnome2.4-1
  libtelepathy-glib0 libtext-charwidth-perl libtext-iconv-perl libusb-1.0-0
  libxine1 libxine1-bin libxine1-console libxine1-misc-plugins libxine1-x
  libxml-parser-perl nautilus-data notification-daemon perl perl-base
  perl-modules python python-apt python-brlapi python-crypto python-evolution
  python-gdbm python-gmenu python-gnomedesktop python-gnomekeyring
  python-gst0.10 python-libmimic python-libxml2 python-minimal python-notify
  python-pkg-resources python-pyorbit python-rdflib python-software-properties
  python-tagpy python-twisted-bin python-twisted-core python-vte
  python-zope.interface sound-juicer synaptic system-tools-backends
  unattended-upgrades
111 actualizados, 227 se instalarán, 28 para eliminar y 535 no actualizados.
211 no instalados del todo o eliminados.
Se necesita descargar 0B/247MB de archivos.
Se utilizarán 115MB de espacio de disco adicional después de esta operación.
¿Desea continuar [S/n]? Preconfigurando paquetes ...
Configurando initscripts (2.88dsf-22) ...
insserv: warning: script 'S199tcsd' missing LSB tags and overrides
insserv: warning: script is corrupt or invalid: /etc/init.d/../rc2.d/S50firewall
insserv: warning: script 'S50safelife' missing LSB tags and overrides
insserv: warning: script 'S50rxart' missing LSB tags and overrides
insserv: warning: script 'rxart-fnkey' missing LSB tags and overrides
insserv: warning: script 'tcsd' missing LSB tags and overrides
insserv: Starting start.sh depends on rc.local and therefore on system facility `$all' which can not be true!
insserv: Starting rxart-fnkey depends on rc.local and therefore on system facility `$all' which can not be true!
insserv: Starting start.sh depends on rc.local and therefore on system facility `$all' which can not be true!
insserv: Starting rxart-fnkey depends on rc.local and therefore on system facility `$all' which can not be true!
insserv: Starting start.sh depends on rc.local and therefore on system facility `$all' which can not be true!
insserv: Starting rxart-fnkey depends on rc.local and therefore on system facility `$all' which can not be true!
6  Sistemas Operativos / GNU/Linux / Re: Problemas con apt-get en: 16 Marzo 2012, 22:06 pm
Bueno, agradezco tu respuesta. Esperaré a ver que piensan los demás.
7  Sistemas Operativos / GNU/Linux / Re: Problemas con apt-get en: 16 Marzo 2012, 16:58 pm
Lerinor, he instalado varios paquetes aparte de los que vienen en la instalación. Seguro que es un conflicto en los repositorio. De hecho , KiLiaN, probe con aptitude y me pasaba lo mismo, luego probe otra vez y me salió que había un conflicto en los repos. Tengo una distro basada en debian, no es muy buena, pero es de mi novia y no me deja cambiarla, jaja. El mensaje de aptitude es este:
Citar
Leyendo lista de paquetes... Hecho
Creando árbol de dependencias       
Leyendo la información de estado... Hecho
Leyendo la información de estado extendido       
Inicializando el estado de los paquetes... Hecho
Escribiendo información de estado extendido... Hecho
Los siguientes paquetes están ROTOS:
  aptitude blender console-setup-linux deskbar-applet
  gconf-defaults-service gimp gir1.0-gstreamer-0.10
  gnome-control-center-data gnome-disk-utility gnome-keyring gnome-mag
  gstreamer0.10-plugins-bad gstreamer0.10-plugins-good gtk2-engines-pixbuf
  gvfs-bin hamster-applet libarts1c2a libatk1.0-dev libbit-vector-perl
  libcairo-perl libcairo2 libcairo2-dev libdns45 libept0
  libfont-freetype-perl libgail18 libglib-perl libglib2.0-bin
  libglib2.0-dev libgnome2-canvas-perl libgnome2-perl libgnome2-vfs-perl
  libgtk2-perl libgtk2.0-dev libhtml-parser-perl liblocale-gettext-perl
  libnet-dbus-perl libnet-dns-perl libnet-ssleay-perl libpango-perl
  libpango1.0-dev libperl5.10 libpixman-1-dev libpolkit-gobject-1-0
  libportaudio2 librsvg2-common libseed0 libtext-charwidth-perl
  libtext-iconv-perl libvlccore2 libxfixes-dev libxine1-misc-plugins
  libxml-parser-perl nautilus openmovieeditor perlmagick python-brlapi
  python-cairo python-crypto python-dbus python-evolution python-gconf
  python-gdbm python-glade2 python-gmenu python-gnome2 python-gnomeapplet
  python-gnomedesktop python-gnomekeyring python-gst0.10 python-gtk2
  python-gtksourceview2 python-libmimic python-libxml2 python-minimal
  python-notify python-numpy python-openssl python-pkg-resources
  python-pyorbit python-pysqlite2 python-rdflib python-sexy python-tagpy
  python-twisted-bin python-twisted-core python-wnck python-zope.interface
  supertuxkart synaptic vlc vlc-plugin-pulse
Se instalarán los siguiente paquetes NUEVOS:
  accountsservice{a} acl{a} aisleriot{a} apg{a} apt-xapian-index{a}
  binfmt-support{a} cheese-common{a} cli-common{a} colord{a} crda{a}
  cups-pk-helper{a} dconf-gsettings-backend{a} dconf-service{a} dmsetup{a}
  folks-common{a} gbrainy gconf-service{a} gir1.2-accountsservice-1.0{a}
  gir1.2-atk-1.0{a} gir1.2-caribou-1.0{a} gir1.2-clutter-1.0{a}
  gir1.2-cogl-1.0{a} gir1.2-coglpango-1.0{a} gir1.2-folks-0.6{a}
  gir1.2-freedesktop{a} gir1.2-gconf-2.0{a} gir1.2-gdkpixbuf-2.0{a}
  gir1.2-gee-1.0{a} gir1.2-gkbd-3.0{a} gir1.2-glib-2.0{a}
  gir1.2-gmenu-3.0{a} gir1.2-gnomebluetooth-1.0{a} gir1.2-gtk-3.0{a}
  gir1.2-json-1.0{a} gir1.2-mutter-3.0{a} gir1.2-networkmanager-1.0{a}
  gir1.2-panelapplet-4.0{a} gir1.2-pango-1.0{a} gir1.2-polkit-1.0{a}
  gir1.2-soup-2.4{a} gir1.2-telepathyglib-0.12{a}
  gir1.2-telepathylogger-0.2{a} gir1.2-upowerglib-1.0{a} gir1.2-vte-2.90{a}
  gjs{a} glchess{a} glib-networking{a} glib-networking-common{a}
  glib-networking-services{a} glines{a} gnect{a} gnibbles{a} gnobots2{a}
  gnome-contacts{a} gnome-desktop3-data{a} gnome-icon-theme-symbolic{a}
  gnome-online-accounts{a} gnome-session-fallback{a} gnome-shell{a}
  gnome-shell-common{a} gnome-sudoku{a} gnome-themes-standard{a}
  gnome-video-effects{a} gnomine{a} gnotravex{a} gnotski{a}
  gsettings-desktop-schemas{a} gstreamer0.10-gconf{a}
  gstreamer0.10-pulseaudio{a} gtali{a} gvfs-common{a} gvfs-daemons{a}
  gvfs-libs{a} hwdata{a} iagno{a} isc-dhcp-client{a} isc-dhcp-common{a}
  iw{a} krb5-locales{a} libaacs0{a} libaccountsservice0{a}
  libalgorithm-diff-perl{a} libalgorithm-diff-xs-perl{a}
  libalgorithm-merge-perl{a} libarchive12{a} libasound2-plugins{a}
  libavcodec53{a} libavutil51{a} libbluray1{a} libcairo-gobject2{a}
  libcamel-1.2-29{a} libcanberra-gtk3-0{a} libcanberra-gtk3-module{a}
  libcap-ng0{a} libcap2-bin{a} libcaribou-common{a} libcaribou0{a}
  libcelt0-0{a} libcheese-gtk20{a} libcheese1{a} libclass-isa-perl{a}
  libclutter-1.0-common{a} libclutter-gst-1.0-0{a} libclutter-gtk-1.0-0{a}
  libclutter-imcontext-0.1-0{a} libcluttergesture-0.0.2-0{a}
  libcogl-common{a} libcogl-pango0{a} libcogl5{a} libcolord1{a}
  libcurl3-nss{a} libdb5.1{a} libdconf0{a} libdpkg-perl{a}
  libebackend-1.2-1{a} libebook-1.2-12{a} libecal-1.2-10{a}
  libedata-book-1.2-11{a} libedata-cal-1.2-13{a} libedataserver-1.2-15{a}
  libedataserverui-3.0-1{a} libevent-2.0-5{a} libevolution{a}
  libfolks-eds25{a} libfolks-telepathy25{a} libfolks25{a} libgail-3-0{a}
  libgck-1-0{a} libgconf-2-4{a} libgcr-3-1{a} libgcr-3-common{a}
  libgdata13{a} libgdiplus{a} libgdk-pixbuf2.0-0{a}
  libgdk-pixbuf2.0-common{a} libgee2{a} libgirepository-1.0-1{a}
  libgjs0b{a} libglib2.0-cil{a} libgnome-bluetooth8{a}
  libgnome-control-center1{a} libgnome-desktop-3-2{a}
  libgnome-keyring-common{a} libgnome-menu-3-0{a} libgnomekbd7{a}
  libgoa-1.0-0{a} libgoa-1.0-common{a} libgphoto2-l10n{a} libgtk-3-0{a}
  libgtk-3-bin{a} libgtk-3-common{a} libgtk2.0-cil{a} libgtkhtml-4.0-0{a}
  libgtkhtml-4.0-common{a} libgtkhtml-editor-4.0-0{a}
  libgucharmap-2-90-7{a} libgweather-3-0{a} libicu48{a} libieee1284-3{a}
  libimobiledevice2{a} libjack-jackd2-0{a} libjavascriptcoregtk-3.0-0{a}
  libjson-glib-1.0-0{a} libjson0{a} liblcms2-2{a} liblvm2app2.2{a}
  liblzma5{a} libmono-addins-gui0.2-cil{a} libmono-addins0.2-cil{a}
  libmono-cairo4.0-cil{a} libmono-corlib4.0-cil{a} libmono-csharp4.0-cil{a}
  libmono-i18n-west4.0-cil{a} libmono-i18n4.0-cil{a}
  libmono-posix4.0-cil{a} libmono-security4.0-cil{a}
  libmono-sharpzip4.84-cil{a} libmono-system-configuration4.0-cil{a}
  libmono-system-core4.0-cil{a} libmono-system-drawing4.0-cil{a}
  libmono-system-security4.0-cil{a} libmono-system-xml4.0-cil{a}
  libmono-system4.0-cil{a} libmount1{a} libmozjs185-1.0{a} libmp3lame0{a}
  libmutter0{a} libmx-1.0-2{a} libnettle4{a} libnl-3-200{a}
  libnl-genl-3-200{a} libnl-route-3-200{a} libnm-glib4{a}
  libnm-gtk-common{a} libnm-gtk0{a} libnm-util2{a} libnotify4{a}
  liboauth0{a} liborc-0.4-0{a} libp11-kit0{a} libpackagekit-glib2-14{a}
  libpanel-applet-4-0{a} libparted0debian1{a} libpipeline1{a} libplist1{a}
  librest-0.7-0{a} librest-extras-0.7-0{a} librtmp0{a} libsane{a}
  libsane-common{a} libsane-extras{a} libsane-extras-common{a}
  libsocialweb-client2{a} libsocialweb0{a} libssh2-1{a} libswitch-perl{a}
  libtelepathy-logger2{a} libtinfo5{a} libtirpc1{a} libupower-glib1{a}
  libusbmuxd1{a} libva1{a} libvpx1{a} libvte-2.90-9{a}
  libvte-2.90-common{a} libwebkitgtk-3.0-0{a} libwebkitgtk-3.0-common{a}
  libwnck-3-0{a} libwnck-3-common{a} libx11-xcb1{a} libx264-120{a}
  libxapian22{a} libxcb-util0{a} libxklavier16{a} libxvidcore4{a}
  mahjongg{a} mono-4.0-gac{a} mono-gac{a} mono-runtime{a} mutter-common{a}
  packagekit{a} packagekit-backend-aptcc{a} pulseaudio{a}
  pulseaudio-esound-compat{a} pulseaudio-module-x11{a} pulseaudio-utils{a}
  python-apt-common{a} python-gi{a} python-gi-cairo{a} python-gobject-2{a}
  python-packagekit{a} python-pycurl{a} python-xapian{a} python2.7{a}
  python2.7-minimal{a} quadrapassel{a} rpcbind{a} rtkit{a} sane-utils{a}
  udisks{a} upower{a} usbmuxd{a} wireless-regdb{a} xz-lzma{a}
Se ELIMINARÁN los siguientes paquetes:
  capplets-data{a} devicekit-disks{a} festival{u} festlex-cmu{u}
  festlex-poslex{u} festvox-kallpc16k{u} ggzcore-bin{u}
  gir1.0-clutter-1.0{a} gir1.0-freedesktop{a} gir1.0-glib-2.0{a}
  gir1.0-gtk-2.0{a} gnome-cards-data{u} gnome-pilot{u}
  gnome-pilot-conduits{u} guile-1.6-libs{u} gv{u} libdigest-sha1-perl{u}
  libdvbpsi5{u} libebml0{u} libedata-book1.2-2{u} libedata-cal1.2-6{u}
  libegroupwise1.2-13{u} libestools1.2{u} libexchange-storage1.2-3{u}
  libggz2{u} libggzcore9{u} libggzmod4{u} libgnome-window-settings1{u}
  libgsf-1-114{u} libgsf-1-common{u} libguile-ltdl-1{u} libgweather1{u}
  libjack0{a} libknotificationitem-1-1{u} libkrb53{a} libmatroska0{u}
  libpango1.0-common{u} libqthreads-12{u} libqtlocation1{u}
  libqtmultimediakit1{u} libupnp3{u} libvlc2{u} libvoikko1{u} lzma{a}
  pmount{u} portmap{a} python-bugbuddy{u} python-gtkglext1{u}
  python-opengl{u} python-vte{u} qt4-qtconfig{u} raptor-utils{u}
  vlc-data{u} vlc-nox{u}
Se actualizarán los siguientes paquetes:
  apt apt-utils cheese console-setup dpkg dpkg-dev evolution
  evolution-common evolution-data-server evolution-data-server-common
  gconf2 gconf2-common gdebi gdebi-core gnome-applets gnome-applets-data
  gnome-bluetooth gnome-control-center gnome-games gnome-games-data
  gnome-icon-theme gnome-menus gnome-panel gnome-panel-data
  gnome-power-manager gnome-session gnome-session-bin gnome-session-common
  gnome-settings-daemon gvfs gvfs-backends initscripts libacl1 libasound2
  libatk1.0-0 libattr1 libbluetooth3 libclutter-1.0-0 libcurl3-gnutls
  libdbus-glib-1-2 libdevmapper1.02.1 libfribidi0 libgconf2-4 libgcrypt11
  libgdu0 libglib2.0-0 libgnome-keyring0 libgnomekbd-common libgnutls26
  libgpg-error0 libgphoto2-2 libgphoto2-port0 libgssapi-krb5-2
  libgstreamer-plugins-base0.10-0 libgstreamer0.10-0 libgtk2.0-0
  libgtk2.0-bin libk5crypto3 libkrb5-3 libkrb5support0 libltdl7
  libpango1.0-0 libpixman-1-0 libpolkit-agent-1-0 libpolkit-backend-1-0
  libpulse-mainloop-glib0 libpulse0 librsvg2-2 libschroedinger-1.0-0
  libsmbclient libsoup-gnome2.4-1 libsoup2.4-1 libstartup-notification0
  libtalloc2 libtdb1 libtelepathy-glib0 libudev0 libusb-1.0-0 libvte-common
  libvte9 libwbclient0 libwmf0.2-7 libxfixes3 nautilus-data network-manager
  network-manager-gnome nfs-common notification-daemon perl perl-base
  perl-modules policykit-1 ppp python python-apt python-debian
  python-gobject python-software-properties rsyslog udev
  unattended-upgrades wpasupplicant
Se configurarán los siguientes paquetes que están ahora parcialmente instalados:
  alsa-base at console-common cpufrequtils dbus dbus-x11 ftp gsfonts-x11
  halevt hdparm ifupdown libirrlicht1.7a libxres1 libxvmc1 libxxf86dga1
  linux-sound-base lmodern module-init-tools netbase openbsd-inetd
  oss-compat sleepd sudo supertuxkart-data tinyproxy tpconfig xfonts-100dpi
  xfonts-75dpi xfonts-base xfonts-encodings xfonts-scalable xfonts-utils
  xinit
107 paquetes actualizados, 266 nuevos instalados, 54 para eliminar y 681 sin actualizar.
Necesito descargar 250MB de ficheros. Después de desempaquetar se usarán 175MB.
No se satisfacen las dependencias de los siguientes paquetes:
  python-crypto: Depende: python (< 2.7) pero se va a instalar 2.7.2-10.
  python-tagpy: Depende: python (< 2.7) pero se va a instalar 2.7.2-10.
  gnome-keyring: Rompe: seahorse-plugins (< 3.0) pero está instalado 2.28.1-2.
  openmovieeditor: Depende: libjack0 (>= 0.118+svn3796) pero no es instalable
  libfont-freetype-perl: Depende: perlapi-5.10.0 que es un paquete virtual.
  libarts1c2a: Depende: libjack0 (>= 0.116.2+svn3592) pero no es instalable
  python-twisted-core: Depende: python (< 2.7) pero se va a instalar 2.7.2-10.
  libglib-perl: Depende: perlapi-5.10.0 que es un paquete virtual.
  python-gst0.10: Depende: python (< 2.7) pero se va a instalar 2.7.2-10.
  libpolkit-gobject-1-0: Rompe: libpolkit-gtk-1-0 (< 0.99) pero está instalado 0.96-1.
  libpango-perl: Depende: perlapi-5.10.1 que es un paquete virtual.
  libgail18: Depende: libgtk2.0-0 (= 2.18.6-1) pero se va a instalar 2.24.10-1.
  supertuxkart: Depende: libenet1a pero no es instalable
  python-gnome2: Depende: python (< 2.7) pero se va a instalar 2.7.2-10.
                 Depende: python2.5-gobject que es un paquete virtual.
  nautilus: Depende: nautilus-data (< 2.29) pero se va a instalar 3.2.1-2.
  python-notify: Depende: python (< 2.7) pero se va a instalar 2.7.2-10.
  libatk1.0-dev: Depende: libatk1.0-0 (= 1.28.0-1) pero se va a instalar 2.2.0-2.
  libportaudio2: Depende: libjack0 (>= 0.116.2+svn3592) pero no es instalable
  libglib2.0-bin: Depende: libglib2.0-0 (= 2.28.6-1) pero se va a instalar 2.30.2-6.
  python-zope.interface: Depende: python (< 2.7) pero se va a instalar 2.7.2-10.
  libglib2.0-dev: Depende: libglib2.0-0 (= 2.28.6-1) pero se va a instalar 2.30.2-6.
  libseed0: Depende: gir1.0-glib-2.0 (>= 0.6.3) pero no es instalable
            Depende: gir1.0-clutter-1.0 pero no es instalable
            Depende: gir1.0-gtk-2.0 (>= 0.6.3) pero no es instalable
  libnet-ssleay-perl: Depende: perlapi-5.10.0 que es un paquete virtual.
  liblocale-gettext-perl: PreDepende: perlapi-5.10.0 que es un paquete virtual.
  libpango1.0-dev: Depende: libpango1.0-0 (= 1.26.2-1) pero se va a instalar 1.29.4-2.
  gnome-mag: Depende: python (< 2.6) pero se va a instalar 2.7.2-10.
  python-libmimic: Depende: python (< 2.7) pero se va a instalar 2.7.2-10.
  libxine1-misc-plugins: Depende: libjack0 (>= 0.118+svn3796) pero no es instalable
  python-libxml2: Depende: python (< 2.7) pero se va a instalar 2.7.2-10.
  python-gtksourceview2: Depende: python (< 2.7) pero se va a instalar 2.7.2-10.
                         Depende: python2.5-gobject que es un paquete virtual.
  gtk2-engines-pixbuf: Depende: libgtk2.0-0 (= 2.18.6-1) pero se va a instalar 2.24.10-1.
  libhtml-parser-perl: Depende: perlapi-5.10.1 que es un paquete virtual.
  libdns45: Depende: libkrb53 (>= 1.6.dfsg.2) pero no es instalable
  libgnome2-perl: Depende: perlapi-5.10.0 que es un paquete virtual.
  aptitude: Depende: libapt-pkg-libc6.9-6-4.8 que es un paquete virtual.
  libcairo2-dev: Depende: libcairo2 (= 1.8.8-2) pero se va a instalar 1.10.2-6.2.
  python-pyorbit: Depende: python (< 2.7) pero se va a instalar 2.7.2-10.
  libcairo2: Rompe: xulrunner-1.9.1 (<= 1.9.1.8-3) pero está instalado 1.9.1.6-1.
  python-gconf: Depende: python (< 2.7) pero se va a instalar 2.7.2-10.
                Depende: python2.5-gobject que es un paquete virtual.
  gvfs-bin: Depende: gvfs (= 1.4.3-1) pero se va a instalar 1.10.1-2+b1.
  libtext-charwidth-perl: Depende: perlapi-5.10.0 que es un paquete virtual.
  gstreamer0.10-plugins-good: Entra en conflicto: gstreamer0.10-plugins-bad (< 0.10.21.2) pero 0.10.17-1 está instalado y retenido.
  python-minimal: Rompe: python2.5-minimal (< 2.5.5-7) pero está instalado 2.5.5-2.
  libxml-parser-perl: Depende: perlapi-5.10.0 que es un paquete virtual.
  gir1.0-gstreamer-0.10: Depende: gir1.0-freedesktop pero no es instalable
                         Depende: gir1.0-glib-2.0 pero no es instalable
  gconf-defaults-service: Depende: gconf2-common (< 2.29) pero se va a instalar 3.2.3-3.
  python-gnomedesktop: Depende: python (< 2.7) pero se va a instalar 2.7.2-10.
  python-openssl: Depende: python (< 2.7) pero se va a instalar 2.7.2-10.
  libnet-dbus-perl: Depende: perlapi-5.10.0 que es un paquete virtual.
  python-numpy: Depende: python (< 2.7) pero se va a instalar 2.7.2-10.
  libgnome2-vfs-perl: Depende: perlapi-5.10.0 que es un paquete virtual.
  gnome-disk-utility: Depende: devicekit-disks (>= 007) pero no es instalable
  libept0: Depende: libapt-pkg-libc6.9-6-4.8 que es un paquete virtual.
  python-glade2: Depende: python (< 2.7) pero se va a instalar 2.7.2-10.
  python-brlapi: Depende: python (< 2.6) pero se va a instalar 2.7.2-10.
  python-sexy: Depende: python (< 2.7) pero se va a instalar 2.7.2-10.
  libgtk2.0-dev: Depende: libgtk2.0-0 (= 2.18.6-1) pero se va a instalar 2.24.10-1.
  libgtk2-perl: Depende: perlapi-5.10.1 que es un paquete virtual.
  python-dbus: Depende: python (< 2.7) pero se va a instalar 2.7.2-10.
  libnet-dns-perl: Depende: perlapi-5.10.0 que es un paquete virtual.
  python-pysqlite2: Depende: python (< 2.7) pero se va a instalar 2.7.2-10.
  python-gnomeapplet: Depende: python (< 2.7) pero se va a instalar 2.7.2-10.
  libtext-iconv-perl: Depende: perlapi-5.10.0 que es un paquete virtual.
  gstreamer0.10-plugins-bad: Depende: libjack0 (>= 0.116.2+svn3592) pero no es instalable
  python-gnomekeyring: Depende: python (< 2.7) pero se va a instalar 2.7.2-10.
  gimp: Depende: python (< 2.6) pero se va a instalar 2.7.2-10.
  vlc: Depende: vlc-nox (= 1.0.4-2+b1) pero no es instalable
  libperl5.10: Depende: perl-base (= 5.10.1-11) pero se va a instalar 5.14.2-9.
  synaptic: Depende: libapt-inst-libc6.9-6-1.1 que es un paquete virtual.
            Depende: libapt-pkg-libc6.9-6-4.8 que es un paquete virtual.
  blender: Depende: python (< 2.6) pero se va a instalar 2.7.2-10.
  python-gdbm: Depende: python (< 2.7) pero se va a instalar 2.7.2-10.
  python-evolution: Depende: python (< 2.7) pero se va a instalar 2.7.2-10.
  python-pkg-resources: Depende: python (< 2.7) pero se va a instalar 2.7.2-10.
  python-gmenu: Depende: python (< 2.6) pero se va a instalar 2.7.2-10.
  console-setup-linux: Rompe: console-terminus pero está instalado 4.30-2.
  vlc-plugin-pulse: Depende: vlc-nox (= 1.0.4-2+b1) pero no es instalable
  gnome-control-center-data: Rompe: gdm (< 3.0) pero está instalado 2.20.10-1.
  libpixman-1-dev: Depende: libpixman-1-0 (= 0.16.4-1) pero se va a instalar 0.24.4-1.
  python-wnck: Depende: python (< 2.7) pero se va a instalar 2.7.2-10.
  libcairo-perl: Depende: perlapi-5.10.0 que es un paquete virtual.
  hamster-applet: Depende: python (< 2.6) pero se va a instalar 2.7.2-10.
  libxfixes-dev: Depende: libxfixes3 (= 1:4.0.4-1) pero se va a instalar 1:5.0-4.
  deskbar-applet: Depende: python (< 2.6) pero se va a instalar 2.7.2-10.
  perlmagick: Depende: perlapi-5.10.1 que es un paquete virtual.
  libvlccore2: Depende: vlc-data (= 1.0.4-2) pero no es instalable
  python-twisted-bin: Depende: python (< 2.7) pero se va a instalar 2.7.2-10.
  librsvg2-common: Depende: librsvg2-2 (= 2.26.0-1) pero se va a instalar 2.34.2-2.
  python-gtk2: Depende: python (< 2.7) pero se va a instalar 2.7.2-10.
               Depende: python2.5-gobject que es un paquete virtual.
  python-cairo: Depende: python (< 2.7) pero se va a instalar 2.7.2-10.
  libgnome2-canvas-perl: Depende: perlapi-5.10.0 que es un paquete virtual.
  python-rdflib: Depende: python (< 2.7) pero se va a instalar 2.7.2-10.
  libbit-vector-perl: Depende: perlapi-5.10.1 que es un paquete virtual.
abierto: 173; cerrado: 140; diferido: 0; conflicto: 6                          OLas acciones siguientes resolverán estas dependencias

Eliminar los paquetes siguientes:
console-setup
epiphany-browser
fast-user-switch-applet
gdebi
gnome-accessibility
gnome-applets
gnome-control-center
gnome-core
gnome-desktop-environment
gnome-disk-utility
gnome-games
gnome-panel
gnome-power-manager
gnome-session
gnome-system-tools
iceweasel-gnome-support
libatk1.0-dev
libbind9-40
libdns45
libgtk2.0-dev
libisccfg40
libpango1.0-dev
libpolkit-gtk-1-0
libseed0
seahorse-plugins
supertuxkart
vlc
vlc-plugin-pulse
xulrunner-1.9.1
xulrunner-1.9.1-gnome-support

Instalar los paquetes siguientes:
libcairo-script-interpreter2 [1.10.2-6.2 (testing)]
libhunspell-1.3-0 [1.3.2-4 (testing)]
libmozjs10d [10.0.2-1 (testing)]
libxcb-shm0-dev [1.8-2 (testing)]
lxsession [0.4.6.1-1 (testing)]
xulrunner-10.0 [10.0.2-1 (testing)]

Mantener los paquetes siguientes en la versión actual:
apt [0.7.25.3 (now)]
apt-utils [0.7.25.3 (now)]
apt-xapian-index [Sin instalar]
cheese [2.28.1-1 (now)]
cheese-common [Sin instalar]
console-setup-linux [Sin instalar]
gdebi-core [0.5.9debian3 (now)]
gir1.0-freedesktop [0.6.7-3 (now)]
gir1.0-glib-2.0 [0.6.7-3 (now)]
gir1.2-accountsservice-1.0 [Sin instalar]
gir1.2-atk-1.0 [Sin instalar]
gir1.2-caribou-1.0 [Sin instalar]
gir1.2-clutter-1.0 [Sin instalar]
gir1.2-cogl-1.0 [Sin instalar]
gir1.2-coglpango-1.0 [Sin instalar]
gir1.2-folks-0.6 [Sin instalar]
gir1.2-freedesktop [Sin instalar]
gir1.2-gconf-2.0 [Sin instalar]
gir1.2-gdkpixbuf-2.0 [Sin instalar]
gir1.2-gee-1.0 [Sin instalar]
gir1.2-gkbd-3.0 [Sin instalar]
gir1.2-glib-2.0 [Sin instalar]
gir1.2-gmenu-3.0 [Sin instalar]
gir1.2-gnomebluetooth-1.0 [Sin instalar]
gir1.2-gtk-3.0 [Sin instalar]
gir1.2-json-1.0 [Sin instalar]
gir1.2-mutter-3.0 [Sin instalar]
gir1.2-networkmanager-1.0 [Sin instalar]
gir1.2-panelapplet-4.0 [Sin instalar]
gir1.2-pango-1.0 [Sin instalar]
gir1.2-polkit-1.0 [Sin instalar]
gir1.2-soup-2.4 [Sin instalar]
gir1.2-telepathyglib-0.12 [Sin instalar]
gir1.2-telepathylogger-0.2 [Sin instalar]
gir1.2-upowerglib-1.0 [Sin instalar]
gir1.2-vte-2.90 [Sin instalar]
gnome-bluetooth [2.28.6-2 (now)]
gnome-control-center-data [Sin instalar]
gnome-session-fallback [Sin instalar]
gnome-settings-daemon [2.28.1-2 (now)]
gnome-shell [Sin instalar]
gnome-sudoku [Sin instalar]
gstreamer0.10-gconf [Sin instalar]
gstreamer0.10-plugins-good [0.10.18-1 (now)]
libalgorithm-diff-xs-perl [Sin instalar]
libasound2-plugins [Sin instalar]
libcheese-gtk20 [Sin instalar]
libcheese1 [Sin instalar]
libjack-jackd2-0 [Sin instalar]
libjack0 [0.118+svn3796-2 (now)]
nautilus-data [2.28.4-1 (now)]
network-manager [0.7.999-3 (now)]
network-manager-gnome [0.7.999-2 (now)]
packagekit [Sin instalar]
packagekit-backend-aptcc [Sin instalar]
perl [5.10.1-11 (now)]
perl-base [5.10.1-11 (now)]
perl-modules [5.10.1-11 (now)]
ppp [2.4.4rel-10.1 (now)]
pulseaudio [Sin instalar]
pulseaudio-esound-compat [Sin instalar]
pulseaudio-module-x11 [Sin instalar]
python [2.5.4-9 (now)]
python-apt [0.7.13.3 (now)]
python-apt-common [Sin instalar]
python-debian [0.1.14 (now)]
python-gi [Sin instalar]
python-gi-cairo [Sin instalar]
python-gobject [2.20.0-1+b1 (now)]
python-gobject-2 [Sin instalar]
python-minimal [2.5.4-9 (now)]
python-packagekit [Sin instalar]
python-pycurl [Sin instalar]
python-software-properties [0.60.debian-1.1 (now)]
python-xapian [Sin instalar]
unattended-upgrades [0.42debian1 (now)]
vlc-data [1.0.4-2 (now)]

Actualizar los paquetes siguientes:
gconf-defaults-service [2.28.0-1 (now) -> 3.2.3-3 (testing)]
gnome-screensaver [2.28.0-2 (now) -> 3.2.0-2+b1 (testing)]
gtk2-engines-pixbuf [2.18.6-1 (now) -> 2.24.10-1 (testing)]
gvfs-bin [1.4.3-1 (now) -> 1.10.1-2+b1 (testing)]
iceweasel [3.5.6-2 (now) -> 10.0.2-1 (testing)]
iceweasel-l10n-es-ar [1:3.5.6+debian-1 (now) -> 1:10.0.2-1 (testing)]
libcairo2-dev [1.8.8-2 (now) -> 1.10.2-6.2 (testing)]
libgail-common [2.18.6-1 (now) -> 2.24.10-1 (testing)]
libgail18 [2.18.6-1 (now) -> 2.24.10-1 (testing)]
libglib2.0-bin [2.28.6-1 (now) -> 2.30.2-6 (testing)]
libglib2.0-dev [2.28.6-1 (now) -> 2.30.2-6 (testing)]
libgnome2-0 [2.28.0-1 (now) -> 2.32.1-2 (testing)]
libgnome2-common [2.28.0-1 (now) -> 2.32.1-2 (testing)]
libnspr4-0d [4.8.3-1 (now) -> 4.9-1 (testing)]
libnss3-1d [3.12.5-2 (now) -> 3.13.3-1 (testing)]
libpixman-1-dev [0.16.4-1 (now) -> 0.24.4-1 (testing)]
librsvg2-common [2.26.0-1 (now) -> 2.34.2-2 (testing)]
libxcb-shm0 [1.5-2 (now) -> 1.8-2 (testing)]
libxfixes-dev [1:4.0.4-1 (now) -> 1:5.0-4 (testing)]

Dejar las siguientes dependencias sin resolver:
alacarte recomienda gnome-panel
gnome-online-accounts recomienda gnome-control-center
gnome-panel-data recomienda gnome-panel
gnome-screensaver recomienda gnome-power-manager
libalgorithm-diff-perl recomienda libalgorithm-diff-xs-perl
libpackagekit-glib2-14 recomienda packagekit (= 0.7.2-4+b1) |
python-aptdaemon.pkcompat
epiphany-browser-data recomienda epiphany-browser
mousetweaks recomienda gnome-control-center
La puntuación es -730

¿Acepta esta solución? [Y/n/q/?]
¿Acepto o me conviene hacer otra cosa?
8  Sistemas Operativos / GNU/Linux / Problemas con apt-get en: 16 Marzo 2012, 01:53 am
Hola a todos, les quería pedir si me podrían aclarar lo que intenta apt-get porque no lo he llegado a entender. Estaba tratando de instalar gbrainy de la forma que hago siempre. con apt-get (sudo apt-get install paquete) y de la nada me tira que tiene que eliminar un monton de paquetes, instalar un monton, solo para gbreany? Y al final me dice que podría estar haciendo algo potencialmente peligroso. Les muestro el mensaje de apt-get
Citar
Leyendo lista de paquetes... Hecho
Creando árbol de dependencias       
Leyendo la información de estado... Hecho
Se instalaron de forma automática los siguientes paquetes y ya no son necesarios.
  evolution-common evolution-webcal ekiga espeak python-opengl libartsc0
  gcalctool libxcb-render-util0 gnuchess-book gnome-nettool
  gnome-games-extra-data gnome-desktop-data libgtk-vnc-1.0-0 aisleriot gtali
  libgail-gnome-module libportaudio2 glchess libgnome-mag2 gucharmap
  libdiscid0 gnome-games libgail-common quadrapassel evolution gnobots2
  libqtmultimediakit1 libexchange-storage1.2-3 gnome-cards-data libftgl2
  ggzcore-bin gnome-mag python-gdata kdelibs-data python-gtkglext1 libpisock9
  seahorse libgtkhtml-4.0-0 libgnome2-perl libggzmod4 liblualib50 gv
  gnome-pilot-conduits libtotem-plparser17 totem-common libquvi-scripts
  gnome-pilot vinagre libedata-cal1.2-6 swfdec-gnome libsysfs-dev
  libdirectfb-extra librasqal2 libpango1.0-common gnibbles libdvbpsi5
  libgalago3 system-tools-backends festlex-cmu libgweather1 dasher
  libdirectfb-dev libevolution guile-1.6-libs gnome-utils redland-utils
  libdmx1 libgnome-pilot2 libbrlapi0.5 libqtlocation1 gnome-orca
  python-pyatspi gnome-about libgtkhtml-4.0-common eog libfltk1.1
  libavahi-qt3-1 libgnome2-vfs-perl gnotski liblouis0 gnome-backgrounds
  dasher-data libegroupwise1.2-13 gok python-brlapi deborphan
  libxcb-render-util0-dev espeak-data python-vte libggz2 libgavl1
  libgsf-1-common libecal1.2-7 festlex-poslex libjpeg62-dev
  libgtkhtml-editor-4.0-0 at-spi bogofilter-bdb python-louis vino
  libknotificationitem-1-1 libgmime-2.6-0 libqthreads-12 bogofilter
  gnome-games-data festvox-kallpc16k iagno glines gnome-sudoku
  evolution-plugins libespeak1 libedataserverui1.2-8 libgnome-window-settings1
  libedata-book1.2-2 libgnome-speech7 libbrasero-media3-1 libmpeg3-dev
  python-bugbuddy libquvi7 libxine1-plugins xserver-xephyr python-gdbm
  gnotravex libunistring0 gnome-netstatus-applet gnect libcolorblind0
  liboobs-1-5 mahjongg festival pmount libggzcore9 gconf-editor
  gnome-system-tools libvoikko1 libqt3-mt libtracker-sparql-0.12-0 liblua50
  gnuchess libquicktime1 bogofilter-common gnome-accessibility-themes
  liblouis-data libavahi-ui0 libguile-ltdl-1 raptor-utils libebml0
  libestools1.2 gstreamer0.10-tools libmatroska0 libgnome2-canvas-perl
  libgsf-1-114 libneon27-gnutls libmpeg3-1 sound-juicer qt4-qtconfig
  libpisync1 libxine1-console libmusicbrainz3-6 libavdevice52 gnomine
Utilice «apt-get autoremove» para eliminarlos.
Se instalarán los siguientes paquetes extras:
  accountsservice acl aisleriot apg apt apt-utils apt-xapian-index aptitude
  binfmt-support blender brasero-common cheese cheese-common cli-common colord
  console-setup console-setup-linux cpp-4.4 crda cups-pk-helper
  dconf-gsettings-backend dconf-service dmsetup dpkg dpkg-dev dvd+rw-tools eog
  epiphany-browser epiphany-browser-data evolution evolution-common
  evolution-data-server evolution-data-server-common folks-common fonts-droid
  g++-4.4 gcc-4.4 gcc-4.4-base gconf-defaults-service gconf-service gconf2
  gconf2-common gdebi gdebi-core gedit gedit-common gimp gimp-data
  gir1.2-accountsservice-1.0 gir1.2-atk-1.0 gir1.2-caribou-1.0
  gir1.2-clutter-1.0 gir1.2-cogl-1.0 gir1.2-coglpango-1.0 gir1.2-folks-0.6
  gir1.2-freedesktop gir1.2-gconf-2.0 gir1.2-gdkpixbuf-2.0 gir1.2-gee-1.0
  gir1.2-gkbd-3.0 gir1.2-glib-2.0 gir1.2-gmenu-3.0 gir1.2-gnomebluetooth-1.0
  gir1.2-gstreamer-0.10 gir1.2-gtk-3.0 gir1.2-gtksource-3.0 gir1.2-json-1.0
  gir1.2-mutter-3.0 gir1.2-networkmanager-1.0 gir1.2-panelapplet-4.0
  gir1.2-pango-1.0 gir1.2-peas-1.0 gir1.2-polkit-1.0 gir1.2-soup-2.4
  gir1.2-telepathyglib-0.12 gir1.2-telepathylogger-0.2 gir1.2-upowerglib-1.0
  gir1.2-vte-2.90 gjs glchess glib-networking glib-networking-common
  glib-networking-services glines gnect gnibbles gnobots2 gnome-applets
  gnome-applets-data gnome-bluetooth gnome-contacts gnome-control-center
  gnome-control-center-data gnome-desktop3-data gnome-games gnome-games-data
  gnome-icon-theme gnome-icon-theme-symbolic gnome-keyring gnome-mag
  gnome-menus gnome-online-accounts gnome-panel gnome-panel-data
  gnome-power-manager gnome-session gnome-session-bin gnome-session-common
  gnome-session-fallback gnome-settings-daemon gnome-shell gnome-shell-common
  gnome-sudoku gnome-system-tools gnome-themes-standard gnome-video-effects
  gnomine gnotravex gnotski growisofs gsettings-desktop-schemas
  gstreamer0.10-gconf gstreamer0.10-plugins-bad gstreamer0.10-plugins-good
  gstreamer0.10-plugins-ugly gstreamer0.10-pulseaudio gtali
  gtk2-engines-pixbuf gvfs gvfs-backends gvfs-bin gvfs-common gvfs-daemons
  gvfs-libs hamster-applet hwdata iagno iceweasel iceweasel-l10n-es-ar
  imagemagick-common initscripts isc-dhcp-client isc-dhcp-common iw
  krb5-locales libaacs0 libaccountsservice0 libacl1 libalgorithm-diff-perl
  libalgorithm-diff-xs-perl libalgorithm-merge-perl libarchive12 libasound2
  libasound2-plugins libatk1.0-0 libatk1.0-dev libatspi1.0-0 libattr1
  libavahi-ui-gtk3-0 libavcodec53 libavdevice53 libavformat53 libavutil51
  libbit-vector-perl libbluetooth3 libbluray1 libboost-iostreams1.48.0
  libboost-python1.46.1 libbrasero-media3-1 libc-bin libc-dev-bin libc6
  libc6-dev libc6-i686 libcairo-gobject2 libcairo-perl
  libcairo-script-interpreter2 libcairo2 libcairo2-dev libcamel-1.2-29
  libcanberra-gtk3-0 libcanberra-gtk3-module libcap-ng0 libcap2-bin
  libcaribou-common libcaribou0 libcelt0-0 libcheese-gtk20 libcheese1
  libclass-isa-perl libclutter-1.0-0 libclutter-1.0-common
  libclutter-gst-1.0-0 libclutter-gtk-1.0-0 libclutter-imcontext-0.1-0
  libcluttergesture-0.0.2-0 libcogl-common libcogl-pango0 libcogl5 libcolord1
  libcurl3-gnutls libcurl3-nss libdb5.1 libdbus-glib-1-2 libdconf0
  libdevmapper1.02.1 libdirac-decoder0 libdirectfb-1.2-9 libdiscid0
  libdpkg-perl libdvbpsi7 libebackend-1.2-1 libebml3 libebook-1.2-12
  libecal-1.2-10 libedata-book-1.2-11 libedata-cal-1.2-13
  libedataserver-1.2-15 libedataserverui-3.0-1 libept1 libevent-2.0-5
  libevolution libflite1 libfolks-eds25 libfolks-telepathy25 libfolks25
  libfont-freetype-perl libfribidi0 libgail-3-0 libgail-common libgail18
  libgck-1-0 libgconf-2-4 libgconf2-4 libgcr-3-1 libgcr-3-common libgcrypt11
  libgdata13 libgdiplus libgdk-pixbuf2.0-0 libgdk-pixbuf2.0-common
  libgdk-pixbuf2.0-dev libgdu-gtk0 libgdu0 libgee2 libgegl-0.0-0 libgimp2.0
  libgirepository-1.0-1 libgjs0b libglew1.7 libglib-perl libglib2.0-0
  libglib2.0-bin libglib2.0-cil libglib2.0-dev libgmime-2.6-0
  libgnome-bluetooth8 libgnome-control-center1 libgnome-desktop-2-17
  libgnome-desktop-3-2 libgnome-keyring-common libgnome-keyring0
  libgnome-menu-3-0 libgnome2-0 libgnome2-canvas-perl libgnome2-common
  libgnome2-perl libgnome2-vfs-perl libgnomekbd-common libgnomekbd7
  libgnutls26 libgoa-1.0-0 libgoa-1.0-common libgpg-error0 libgphoto2-2
  libgphoto2-l10n libgphoto2-port0 libgraphicsmagick3 libgssapi-krb5-2
  libgstreamer-plugins-bad0.10-0 libgstreamer-plugins-base0.10-0
  libgstreamer0.10-0 libgtk-3-0 libgtk-3-bin libgtk-3-common libgtk2-perl
  libgtk2.0-0 libgtk2.0-bin libgtk2.0-cil libgtk2.0-dev libgtkhtml-4.0-0
  libgtkhtml-4.0-common libgtkhtml-editor-4.0-0 libgtksourceview-3.0-0
  libgtksourceview-3.0-common libgucharmap-2-90-7 libgweather-3-0
  libhtml-parser-perl libhunspell-1.3-0 libicu48 libieee1284-3
  libimobiledevice2 libisofs6 libjack-jackd2-0 libjavascriptcoregtk-1.0-0
  libjavascriptcoregtk-3.0-0 libjpeg8 libjson-glib-1.0-0 libjson0 libjte1
  libk5crypto3 libkrb5-3 libkrb5support0 liblcms2-2 liblocale-gettext-perl
  libltdl7 liblvm2app2.2 liblzma5 libmagickcore4 libmatroska5 libmhash2
  libmodplug1 libmono-addins-gui0.2-cil libmono-addins0.2-cil
  libmono-cairo4.0-cil libmono-corlib4.0-cil libmono-csharp4.0-cil
  libmono-i18n-west4.0-cil libmono-i18n4.0-cil libmono-posix4.0-cil
  libmono-security4.0-cil libmono-sharpzip4.84-cil
  libmono-system-configuration4.0-cil libmono-system-core4.0-cil
  libmono-system-drawing4.0-cil libmono-system-security4.0-cil
  libmono-system-xml4.0-cil libmono-system4.0-cil libmount1 libmozjs10d
  libmozjs185-1.0 libmp3lame0 libmpfr4 libmtp-common libmtp-runtime libmtp9
  libmusicbrainz3-6 libmutter0 libmx-1.0-2 libneon27-gnutls libnet-dbus-perl
  libnet-dns-perl libnet-ssleay-perl libnettle4 libnl-3-200 libnl-genl-3-200
  libnl-route-3-200 libnm-glib4 libnm-gtk-common libnm-gtk0 libnm-util2
  libnotify4 libnspr4-0d libnss3-1d liboauth0 liboobs-1-5 libopenraw1
  liborc-0.4-0 libp11-kit0 libpackagekit-glib2-14 libpanel-applet-4-0
  libpango-perl libpango1.0-0 libpango1.0-dev libpaper-utils libparted0debian1
  libpeas-1.0-0 libpeas-common libperl5.14 libpipeline1 libpixman-1-0
  libpixman-1-dev libplist1 libpolkit-agent-1-0 libpolkit-backend-1-0
  libpolkit-gobject-1-0 libpoppler-glib6 libpoppler13 libpopt0 libportaudio2
  libpostproc52 libpulse-mainloop-glib0 libpulse0 libpython2.7 libpython3.2
  libquvi-scripts libquvi7 libraptor2-0 librasqal3 librdf0
  libresid-builder0c2a librest-0.7-0 librest-extras-0.7-0 librsvg2-2
  librsvg2-common librtmp0 libsane libsane-common libsane-extras
  libsane-extras-common libschroedinger-1.0-0 libseed-gtk3-0 libsidplay2
  libslv2-9 libsmbclient libsocialweb-client2 libsocialweb0 libsoundtouch0
  libsoup-gnome2.4-1 libsoup2.4-1 libspandsp2 libssh2-1
  libstartup-notification0 libstdc++6-4.4-dev libswitch-perl libswscale2
  libtalloc2 libtar0 libtdb1 libtelepathy-glib0 libtelepathy-logger2
  libtext-charwidth-perl libtext-iconv-perl libtiff4 libtinfo5 libtirpc1
  libtotem-plparser17 libtracker-sparql-0.12-0 libudev0 libunistring0
  libupower-glib1 libusb-1.0-0 libusbmuxd1 libva-x11-1 libva1 libvlc5
  libvlccore5 libvo-aacenc0 libvo-amrwbenc0 libvpx1 libvte-2.90-9
  libvte-2.90-common libvte-common libvte9 libwbclient0 libwebkitgtk-1.0-0
  libwebkitgtk-1.0-common libwebkitgtk-3.0-0 libwebkitgtk-3.0-common
  libwildmidi-config libwildmidi1 libwmf0.2-7 libwnck-3-0 libwnck-3-common
  libwnck22 libx11-xcb1 libx264-120 libxapian22 libxcb-composite0
  libxcb-randr0 libxcb-shm0 libxcb-shm0-dev libxcb-util0 libxcb-xfixes0
  libxcb1 libxcb1-dev libxfixes-dev libxfixes3 libxine1 libxine1-bin
  libxine1-console libxine1-ffmpeg libxine1-misc-plugins libxine1-x
  libxklavier16 libxml-parser-perl libxvidcore4 libyajl2 libzbar0
  libzvbi-common libzvbi0 mahjongg mono-4.0-gac mono-gac mono-runtime
  multiarch-support mutter-common nautilus-data network-manager
  network-manager-gnome nfs-common notification-daemon packagekit
  packagekit-backend-aptcc perl perl-base perl-modules perlmagick pkg-config
  policykit-1 ppp pulseaudio pulseaudio-esound-compat pulseaudio-module-x11
  pulseaudio-utils python python-apt python-apt-common python-brlapi
  python-cairo python-crypto python-dbus python-debian python-evolution
  python-gconf python-gdbm python-gi python-gi-cairo python-glade2
  python-gmenu python-gnome2 python-gnomedesktop python-gnomekeyring
  python-gobject python-gobject-2 python-gst0.10 python-gtk2 python-gtkglext1
  python-gtksourceview2 python-libmimic python-libxml2 python-minimal
  python-notify python-numpy python-openssl python-packagekit
  python-pkg-resources python-pycurl python-pyorbit python-pysqlite2
  python-rdflib python-software-properties python-tagpy python-twisted-bin
  python-twisted-core python-vte python-wnck python-xapian
  python-zope.interface python2.7 python2.7-minimal python3.2
  python3.2-minimal quadrapassel rpcbind rsyslog rtkit sane-utils sound-juicer
  synaptic system-tools-backends texlive-base texlive-binaries udev udisks
  unattended-upgrades upower usbmuxd vlc vlc-data vlc-nox vlc-plugin-pulse
  wireless-regdb wpasupplicant xulrunner-10.0 xz-lzma zlib1g zlib1g-dev
Paquetes sugeridos:
  apt-doc debtags yafaray gcc-4.4-locales debian-keyring cdrskin
  epiphany-extensions evolution-exchange evolution-dbg
  evolution-plugins-experimental evolution-data-server-dbg g++-4.4-multilib
  libstdc++6-4.4-dbg gcc-4.4-multilib libmudflap0-4.4-dev libgcc1-dbg
  libgomp1-dbg libmudflap0-dbg libcloog-ppl0 libppl-c2 libppl7 gimp-help-en
  gimp-help gimp-data-extras tomboy nautilus-sendto gnome-hearts ntp
  gnome-video-effects-frei0r frei0r-plugins samba-common ttf-lyx
  latex-xft-fonts xfonts-mathml ttf-mathematica4.1 mozplugger resolvconf
  avahi-autoipd libbluray-bdj python3 glibc-doc libcairo2-doc libcap-dev
  rng-tools glew-utils monodoc-gtk2.0-manual libglib2.0-doc gphoto2 gtkam
  graphicsmagick-dbg krb5-doc krb5-user libvisual-0.4-plugins
  gstreamer-codec-install gnome-codec-install libgtk2-perl-doc libgtk2.0-doc
  libdata-dump-perl jackd2 liblcms2-utils libmagickcore4-extra
  libmono-i18n4.0-all libgamin0 libio-socket-inet6-perl ttf-baekmuk
  ttf-arphic-gbsn00lp ttf-arphic-bsmi00lp ttf-arphic-gkai00mp
  ttf-arphic-bkai00mp libpango1.0-doc parted nparted libparted0-dev
  libparted0-i18n raptor2-utils rasqal-utils librdf-storage-postgresql
  librdf-storage-mysql librdf-storage-sqlite librsvg2-bin hpoj hplip slv2-jack
  libstdc++6-4.4-doc xapian-tools libxcb-doc gxine xine-ui libxine1-doc
  libxine-doc libxine1-gnome network-manager-openvpn-gnome
  network-manager-vpnc-gnome network-manager-pptp-gnome
  packagekit-backend-smart libterm-readline-gnu-perl
  libterm-readline-perl-perl libpod-plainer-perl imagemagick-doc pavumeter
  pavucontrol paman paprefs python-doc python-tk python-apt-dbg python-apt-doc
  python-crypto-dbg python-crypto-doc python-dbus-doc python-dbus-dbg
  python-gnome2-doc python-gdbm-dbg python-gtk2-doc python-gobject-2-dbg
  python-gst0.10-dev python-gst0.10-dbg libgtksourceview2.0-dev
  python-numpy-doc python-numpy-dbg python-dev gfortran python-openssl-doc
  python-openssl-dbg python-distribute python-distribute-doc
  libcurl4-gnutls-dev python-pycurl-dbg python-pysqlite2-doc
  python-pysqlite2-dbg python-twisted-bin-dbg python-qt3 python-wxgtk2.8
  xapian-doc python2.7-doc python3.2-doc rsyslog-mysql rsyslog-pgsql
  rsyslog-doc rsyslog-gnutls rsyslog-gssapi rsyslog-relp unpaper
  gstreamer0.10-lame gstreamer0.10-plugins-really-bad dwww perl-tk xfsprogs
  reiserfsprogs mdadm cryptsetup videolan-doc wpagui libengine-pkcs11-openssl
Paquetes recomendados
  aptitude-doc-en aptitude-doc libparse-debianchangelog-perl poppler-data
  vlc-plugin-notify
Los siguientes paquetes se ELIMINARÁN:
  brasero capplets-data console-terminus deskbar-applet devicekit-disks
  fast-user-switch-applet gdm gdm-themes gir1.0-clutter-1.0 gir1.0-freedesktop
  gir1.0-glib-2.0 gir1.0-gstreamer-0.10 gir1.0-gtk-2.0 gnome-accessibility
  gnome-core gnome-desktop-environment gnome-disk-utility
  iceweasel-gnome-support kdelibs4c2a klamav libarts1c2a libbind9-40
  libbrasero-media0 libdigest-sha1-perl libdns45 libept0 libisccfg40 libjack0
  libkrb53 liboobs-1-4 libperl5.10 libpolkit-gtk-1-0 libseed0 libtar libvlc2
  libvlccore2 lzma nautilus openmovieeditor portmap python-gnomeapplet
  python-sexy python2.5 python2.5-minimal seahorse-plugins totem
  totem-coherence totem-mozilla totem-plugins xulrunner-1.9.1
  xulrunner-1.9.1-gnome-support
Se instalarán los siguientes paquetes NUEVOS:
  accountsservice acl aisleriot apg apt-xapian-index binfmt-support
  cheese-common cli-common colord console-setup-linux crda cups-pk-helper
  dconf-gsettings-backend dconf-service dmsetup folks-common fonts-droid
  gbrainy gconf-service gir1.2-accountsservice-1.0 gir1.2-atk-1.0
  gir1.2-caribou-1.0 gir1.2-clutter-1.0 gir1.2-cogl-1.0 gir1.2-coglpango-1.0
  gir1.2-folks-0.6 gir1.2-freedesktop gir1.2-gconf-2.0 gir1.2-gdkpixbuf-2.0
  gir1.2-gee-1.0 gir1.2-gkbd-3.0 gir1.2-glib-2.0 gir1.2-gmenu-3.0
  gir1.2-gnomebluetooth-1.0 gir1.2-gstreamer-0.10 gir1.2-gtk-3.0
  gir1.2-gtksource-3.0 gir1.2-json-1.0 gir1.2-mutter-3.0
  gir1.2-networkmanager-1.0 gir1.2-panelapplet-4.0 gir1.2-pango-1.0
  gir1.2-peas-1.0 gir1.2-polkit-1.0 gir1.2-soup-2.4 gir1.2-telepathyglib-0.12
  gir1.2-telepathylogger-0.2 gir1.2-upowerglib-1.0 gir1.2-vte-2.90 gjs glchess
  glib-networking glib-networking-common glib-networking-services glines gnect
  gnibbles gnobots2 gnome-contacts gnome-control-center-data
  gnome-desktop3-data gnome-icon-theme-symbolic gnome-online-accounts
  gnome-session-fallback gnome-shell gnome-shell-common gnome-sudoku
  gnome-themes-standard gnome-video-effects gnomine gnotravex gnotski
  growisofs gsettings-desktop-schemas gstreamer0.10-gconf
  gstreamer0.10-pulseaudio gtali gvfs-common gvfs-daemons gvfs-libs hwdata
  iagno imagemagick-common isc-dhcp-client isc-dhcp-common iw krb5-locales
  libaacs0 libaccountsservice0 libalgorithm-diff-perl
  libalgorithm-diff-xs-perl libalgorithm-merge-perl libarchive12
  libasound2-plugins libavahi-ui-gtk3-0 libavcodec53 libavdevice53
  libavformat53 libavutil51 libbluray1 libboost-iostreams1.48.0
  libboost-python1.46.1 libbrasero-media3-1 libcairo-gobject2
  libcairo-script-interpreter2 libcamel-1.2-29 libcanberra-gtk3-0
  libcanberra-gtk3-module libcap-ng0 libcap2-bin libcaribou-common libcaribou0
  libcelt0-0 libcheese-gtk20 libcheese1 libclass-isa-perl
  libclutter-1.0-common libclutter-gst-1.0-0 libclutter-gtk-1.0-0
  libclutter-imcontext-0.1-0 libcluttergesture-0.0.2-0 libcogl-common
  libcogl-pango0 libcogl5 libcolord1 libcurl3-nss libdb5.1 libdconf0
  libdirac-decoder0 libdirectfb-1.2-9 libdiscid0 libdpkg-perl libdvbpsi7
  libebackend-1.2-1 libebml3 libebook-1.2-12 libecal-1.2-10
  libedata-book-1.2-11 libedata-cal-1.2-13 libedataserver-1.2-15
  libedataserverui-3.0-1 libept1 libevent-2.0-5 libevolution libflite1
  libfolks-eds25 libfolks-telepathy25 libfolks25 libgail-3-0 libgck-1-0
  libgconf-2-4 libgcr-3-1 libgcr-3-common libgdata13 libgdiplus
  libgdk-pixbuf2.0-0 libgdk-pixbuf2.0-common libgdk-pixbuf2.0-dev libgee2
  libgirepository-1.0-1 libgjs0b libglew1.7 libglib2.0-cil libgmime-2.6-0
  libgnome-bluetooth8 libgnome-control-center1 libgnome-desktop-2-17
  libgnome-desktop-3-2 libgnome-keyring-common libgnome-menu-3-0 libgnomekbd7
  libgoa-1.0-0 libgoa-1.0-common libgphoto2-l10n libgraphicsmagick3
  libgstreamer-plugins-bad0.10-0 libgtk-3-0 libgtk-3-bin libgtk-3-common
  libgtk2.0-cil libgtkhtml-4.0-0 libgtkhtml-4.0-common libgtkhtml-editor-4.0-0
  libgtksourceview-3.0-0 libgtksourceview-3.0-common libgucharmap-2-90-7
  libgweather-3-0 libhunspell-1.3-0 libicu48 libieee1284-3 libimobiledevice2
  libjack-jackd2-0 libjavascriptcoregtk-1.0-0 libjavascriptcoregtk-3.0-0
  libjpeg8 libjson-glib-1.0-0 libjson0 libjte1 liblcms2-2 liblvm2app2.2
  liblzma5 libmagickcore4 libmatroska5 libmhash2 libmodplug1
  libmono-addins-gui0.2-cil libmono-addins0.2-cil libmono-cairo4.0-cil
  libmono-corlib4.0-cil libmono-csharp4.0-cil libmono-i18n-west4.0-cil
  libmono-i18n4.0-cil libmono-posix4.0-cil libmono-security4.0-cil
  libmono-sharpzip4.84-cil libmono-system-configuration4.0-cil
  libmono-system-core4.0-cil libmono-system-drawing4.0-cil
  libmono-system-security4.0-cil libmono-system-xml4.0-cil
  libmono-system4.0-cil libmount1 libmozjs10d libmozjs185-1.0 libmp3lame0
  libmtp-common libmtp-runtime libmtp9 libmusicbrainz3-6 libmutter0
  libmx-1.0-2 libneon27-gnutls libnettle4 libnl-3-200 libnl-genl-3-200
  libnl-route-3-200 libnm-glib4 libnm-gtk-common libnm-gtk0 libnm-util2
  libnotify4 liboauth0 liboobs-1-5 libopenraw1 liborc-0.4-0 libp11-kit0
  libpackagekit-glib2-14 libpanel-applet-4-0 libpaper-utils libparted0debian1
  libpeas-1.0-0 libpeas-common libperl5.14 libpipeline1 libplist1
  libpoppler-glib6 libpoppler13 libpostproc52 libpython2.7 libpython3.2
  libquvi-scripts libquvi7 libraptor2-0 librasqal3 libresid-builder0c2a
  librest-0.7-0 librest-extras-0.7-0 librtmp0 libsane libsane-common
  libsane-extras libsane-extras-common libseed-gtk3-0 libsidplay2 libslv2-9
  libsocialweb-client2 libsocialweb0 libsoundtouch0 libspandsp2 libssh2-1
  libswitch-perl libswscale2 libtar0 libtelepathy-logger2 libtinfo5 libtirpc1
  libtotem-plparser17 libtracker-sparql-0.12-0 libunistring0 libupower-glib1
  libusbmuxd1 libva-x11-1 libva1 libvlc5 libvlccore5 libvo-aacenc0
  libvo-amrwbenc0 libvpx1 libvte-2.90-9 libvte-2.90-common libwebkitgtk-1.0-0
  libwebkitgtk-1.0-common libwebkitgtk-3.0-0 libwebkitgtk-3.0-common
  libwildmidi-config libwildmidi1 libwnck-3-0 libwnck-3-common libx11-xcb1
  libx264-120 libxapian22 libxcb-composite0 libxcb-randr0 libxcb-shm0-dev
  libxcb-util0 libxcb-xfixes0 libxklavier16 libxvidcore4 libyajl2 libzbar0
  libzvbi-common libzvbi0 mahjongg mono-4.0-gac mono-gac mono-runtime
  multiarch-support mutter-common packagekit packagekit-backend-aptcc
  pulseaudio pulseaudio-esound-compat pulseaudio-module-x11 pulseaudio-utils
  python-apt-common python-gi python-gi-cairo python-gobject-2
  python-packagekit python-pycurl python-xapian python2.7 python2.7-minimal
  python3.2 python3.2-minimal quadrapassel rpcbind rtkit sane-utils udisks
  upower usbmuxd wireless-regdb xulrunner-10.0 xz-lzma
Se actualizarán los siguientes paquetes:
  apt apt-utils aptitude blender brasero-common cheese console-setup cpp-4.4
  dpkg dpkg-dev dvd+rw-tools eog epiphany-browser epiphany-browser-data
  evolution evolution-common evolution-data-server
  evolution-data-server-common g++-4.4 gcc-4.4 gcc-4.4-base
  gconf-defaults-service gconf2 gconf2-common gdebi gdebi-core gedit
  gedit-common gimp gimp-data gnome-applets gnome-applets-data gnome-bluetooth
  gnome-control-center gnome-games gnome-games-data gnome-icon-theme
  gnome-keyring gnome-mag gnome-menus gnome-panel gnome-panel-data
  gnome-power-manager gnome-session gnome-session-bin gnome-session-common
  gnome-settings-daemon gnome-system-tools gstreamer0.10-plugins-bad
  gstreamer0.10-plugins-good gstreamer0.10-plugins-ugly gtk2-engines-pixbuf
  gvfs gvfs-backends gvfs-bin hamster-applet iceweasel iceweasel-l10n-es-ar
  initscripts libacl1 libasound2 libatk1.0-0 libatk1.0-dev libatspi1.0-0
  libattr1 libbit-vector-perl libbluetooth3 libc-bin libc-dev-bin libc6
  libc6-dev libc6-i686 libcairo-perl libcairo2 libcairo2-dev libclutter-1.0-0
  libcurl3-gnutls libdbus-glib-1-2 libdevmapper1.02.1 libfont-freetype-perl
  libfribidi0 libgail-common libgail18 libgconf2-4 libgcrypt11 libgdu-gtk0
  libgdu0 libgegl-0.0-0 libgimp2.0 libglib-perl libglib2.0-0 libglib2.0-bin
  libglib2.0-dev libgnome-keyring0 libgnome2-0 libgnome2-canvas-perl
  libgnome2-common libgnome2-perl libgnome2-vfs-perl libgnomekbd-common
  libgnutls26 libgpg-error0 libgphoto2-2 libgphoto2-port0 libgssapi-krb5-2
  libgstreamer-plugins-base0.10-0 libgstreamer0.10-0 libgtk2-perl libgtk2.0-0
  libgtk2.0-bin libgtk2.0-dev libhtml-parser-perl libisofs6 libk5crypto3
  libkrb5-3 libkrb5support0 liblocale-gettext-perl libltdl7 libmpfr4
  libnet-dbus-perl libnet-dns-perl libnet-ssleay-perl libnspr4-0d libnss3-1d
  libpango-perl libpango1.0-0 libpango1.0-dev libpixman-1-0 libpixman-1-dev
  libpolkit-agent-1-0 libpolkit-backend-1-0 libpolkit-gobject-1-0 libpopt0
  libportaudio2 libpulse-mainloop-glib0 libpulse0 librdf0 librsvg2-2
  librsvg2-common libschroedinger-1.0-0 libsmbclient libsoup-gnome2.4-1
  libsoup2.4-1 libstartup-notification0 libstdc++6-4.4-dev libtalloc2 libtdb1
  libtelepathy-glib0 libtext-charwidth-perl libtext-iconv-perl libtiff4
  libudev0 libusb-1.0-0 libvte-common libvte9 libwbclient0 libwmf0.2-7
  libwnck22 libxcb-shm0 libxcb1 libxcb1-dev libxfixes-dev libxfixes3 libxine1
  libxine1-bin libxine1-console libxine1-ffmpeg libxine1-misc-plugins
  libxine1-x libxml-parser-perl nautilus-data network-manager
  network-manager-gnome nfs-common notification-daemon perl perl-base
  perl-modules perlmagick pkg-config policykit-1 ppp python python-apt
  python-brlapi python-cairo python-crypto python-dbus python-debian
  python-evolution python-gconf python-gdbm python-glade2 python-gmenu
  python-gnome2 python-gnomedesktop python-gnomekeyring python-gobject
  python-gst0.10 python-gtk2 python-gtkglext1 python-gtksourceview2
  python-libmimic python-libxml2 python-minimal python-notify python-numpy
  python-openssl python-pkg-resources python-pyorbit python-pysqlite2
  python-rdflib python-software-properties python-tagpy python-twisted-bin
  python-twisted-core python-vte python-wnck python-zope.interface rsyslog
  sound-juicer synaptic system-tools-backends texlive-base texlive-binaries
  udev unattended-upgrades vlc vlc-data vlc-nox vlc-plugin-pulse wpasupplicant
  zlib1g zlib1g-dev
AVISO: Se van a eliminar los siguientes paquetes esenciales.
¡NO debe hacerse a menos que sepa exactamente lo que está haciendo!
  lzma (por dpkg)
234 actualizados, 355 se instalarán, 51 para eliminar y 570 no actualizados.
39 no instalados del todo o eliminados.
Necesito descargar 489MB de archivos.
Se utilizarán 305MB de espacio de disco adicional después de esta operación.
Está a punto de hacer algo potencialmente dañino
Para continuar escriba la frase «Sí, ¡haga lo que le digo!»
¿Qué quiere decir?
Desde ya, gracias de antemano.
9  Programación / Programación C/C++ / Re: que librerias me faltan??? en: 15 Marzo 2012, 10:00 am
Por empezar fijate por SDL, jeje. Yo lo compilé sin problemas.
10  Programación / Programación C/C++ / Re: ¿Qué quiere decir "...permite al programador abstraerse de la capa hardware"? en: 13 Marzo 2012, 23:32 pm
Porque cuando usas assembler utilizas las instrucciones de la arquitectura en la que estás, aunque hay estandares (desde el 8086, si no me equivoco, antes lo que programabas era solo para tu maquina porque todas las arquitecturas eran diferentes). Hablo de arquitectura tanto como hardware (instrucciones que solo sirven en tu micro, si es que las usas), como de plataforma (16, 32,  64 bits, no es lo mismo redireccionar con 16 bits, que con 32, que con 64), asi como tambien de sist op, cada sist operativo tiene sus interrupciones a nivel de software y en cada uno es diferente, por ejemplo para imprimir la pantalla en linux utilizas 0x21 y en windows 0x80. En cambio C es mas portable porque no se vale de esas caracteristicas especificas. Es decir, en C, si compilas un programa que imprime en pantalla, si lo haces en Linux, por ejemplo, gcc usara la interrupcion 0x21. Por otra parte si lo compilas en windows, MinGW usara la interrupcion (0x80, como te habia dicho). Ademas C tiene un sistema de macros que te permite especificar que codigo va para tal sist op, para tal arquitectura, o para 32 o 64 bits. Pero igual todo lenguaje no interpretado termina en codigo máquina.
Espero haberte ayudado y que alguien me corriga si me equivoco.
Páginas: [1] 2 3
WAP2 - Aviso Legal - Powered by SMF 1.1.21 | SMF © 2006-2008, Simple Machines