Todos con Software Libre

El Software y el conocimiento debe ser Libre

Follow me on TwitterRSS Feeds

  • Home
  • Camino de Santiago
  • Corazón de La Mancha
  • Manchegox
  • Mobile Me
  • Como saber la antigüedad de una página web desde Linux

    A veces queremos saber cuando fue la última vez que se modifico una página web, no la web entera. Así que para ello activaremos el modo arácnido con wget :-) $ wget -S --spider http://osswin.sourceforge.net/ 2>&1 | grep Mod Modo arácnido activado. Comprobar si el fichero remoto existe.   Last-Modified: Wed, 08 Feb 2012 20:14:53 GMT También podemos hacer lo mismo con el comando curl $ curl --head -s ht...
    More
  • Eliminar ficheros con 0 bytes de tamaño del actual directorio

    Como eliminar, en Linux o Unix, todos los ficheros de un directorio con 0 bytes de tamaño. # find . -size 0c -exec rm {} \;
    More
  • Google Drive para Linux

    En breve tendremos disponible Google Drive para los sistemas Linux, bueno GNU/Linux :-P Durante el mes de Mayo tendremos una versión para nuestro sistema favorito. Así que paciencia, lo anunciaremos por aquí. Mientras tanto, si dispones de un teléfono con Android, iOS (iPhone o iPad), o bien utilizáis Windows o Mac, tenéis ya disponible el cliente de Google Drive.
    More

Modulo de red bnx2x requiere una version especifica del firmware bajo RHEL 6

Mar 8th

Posted by javico in Red Hat

No comments

Cuando actualizamos el kernel bajo Red Hat Enterprise 6 (RHEL), en concreto el paquete kernel-firmware:


# rpm -ivh kernel-2.6.32-22.el6.cciss_P410x.x86_64.rpm
error: Failed dependencies:
kernel-firmware >= 2.6.32-22.el6.cciss_P410x is needed by
kernel-2.6.32-22.el6.cciss_P410x.x86_64

No se puede actualizar el kernel, asi que intentamos una instalacion:


# rpm -ivh kernel-2.6.32-22.el6.cciss_P410x.x86_64.rpm
kernel-firmware-2.6.32-22.el6.cciss_P410x.noarch.rpm
Preparing...                ########################################### [100%]
file /usr/share/doc/kernel-firmware-2.6.32/WHENCE from install of
kernel-firmware-2.6.32-22.el6.cciss_P410x.noarch conflicts with file from
package kernel-firmware-2.6.32-19.el6.noarch

Obtenemos un conflicto de fichero, nosotros necesitaremos utilizar yum para instalar el kernel y actualizar el firmware:


# yum localupdate kernel-2.6.32-22.el6.cciss_P410x.x86_64.rpm
kernel-firmware-2.6.32-22.el6.cciss_P410x.noarch.rpm
Loaded plugins: presto
Setting up Local Package Process
Examining kernel-2.6.32-22.el6.cciss_P410x.x86_64.rpm:
kernel-2.6.32-22.el6.cciss_P410x.x86_64
Marking kernel-2.6.32-22.el6.cciss_P410x.x86_64.rpm as an update to
kernel-2.6.32-19.el6.x86_64
Examining kernel-firmware-2.6.32-22.el6.cciss_P410x.noarch.rpm:
kernel-firmware-2.6.32-22.el6.cciss_P410x.noarch
Marking kernel-firmware-2.6.32-22.el6.cciss_P410x.noarch.rpm as an update to
kernel-firmware-2.6.32-19.el6.noarch
Resolving Dependencies
--> Running transaction check
---> Package kernel.x86_64 0:2.6.32-22.el6.cciss_P410x set to be installed
---> Package kernel-firmware.noarch 0:2.6.32-22.el6.cciss_P410x set to be
updated
--> Finished Dependency Resolution

Updating: kernel-firmware-2.6.32-22.el6.cciss_P410x.noarch 1/3
Installing: kernel-2.6.32-22.el6.cciss_P410x.x86_64 2/3
Cleanup: kernel-firmware-2.6.32-19.el6.noarch 3/3

Installed:
kernel.x86_64 0:2.6.32-22.el6.cciss_P410x
Updated:
kernel-firmware.noarch 0:2.6.32-22.el6.cciss_P410x

Complete!

Cuando lanzamos un modinfo sobre el bnx2x, sobre el nuevo kernle, vemos que el firmware existe:


# modinfo
/lib/modules/2.6.32-22.el6.cciss_P410x.x86_64/kernel/drivers/net/bnx2x.ko |
grep firmware
firmware:       bnx2x-e1h-5.2.13.0.fw
firmware:       bnx2x-e1-5.2.13.0.fw
# rpm -ql kernel-firmware | grep -i 5.2.13.0.fw
/lib/firmware/bnx2x-e1-5.2.13.0.fw
/lib/firmware/bnx2x-e1h-5.2.13.0.fw

Cuando lanzamos un modinfo sobre el viejo kernel, vemos que el firmware es el anterior:


#  modinfo /lib/modules/2.6.32-19.el6.x86_64/kernel/drivers/net/bnx2x.ko | grep
firmware
firmware:       bnx2x-e1h-5.2.7.0.fw
firmware:       bnx2x-e1-5.2.7.0.fw
# rpm -ql kernel-firmware | grep -i 5.2.7.0.fw

Esto es un problema por dos razones:

  1. Cuando arrancamos el viejo kernel, no tenemos red porque el driver bnx2x no se ha cargado.
  2. Por alguna razón, kexec del kernel esta intentando cargar el anterior fichero de firmware (el cual ya no esta presente) y obtenemos que no tenemos conectividad.

Este error ha sido reportado a Red Hat, con lo que si realizamos una actualizacion, a dia de hoy, el bug ya estara solucionado.

Red Hat

Ubuntu 10.04 no tendrá Release Candidate

Feb 27th

Posted by javico in Distribuciones

No comments

Se ha cambiado el roadmap de la próxima versión de Ubuntu 11.04. Este versión no tendrá Release Candidate, en vez de eso tendrá una versión Beta 2 antes del lanzamiento. El nuevo roadmap de Ubuntu con las versiones que quedan por llegar es por lo tanto el siguiente:

  • 3 de marzo de 2011: Ubuntu 11.04 Alpha 3
  • 31 de marzo de 2011: Ubuntu 11.04 Beta 1
  • 14 de abril de 2011: Ubuntu 11.04 Beta 2
  • 28 de abril de 2011: Ubuntu 11.04 Final.
Ubuntu

¿Que hay de nuevo en VirtualBox 4.0.4?

Feb 23rd

Posted by javico in Distribuciones

2 comments

Mejoras que trae y como instalar VirtualBox 4.0.4 en Ubuntu.

Las mejoras que trae, ademas de parches y arreglo de bugs, son estas:

  • VMM: fixed recompiler crashes under certain conditions (bugs #8255, #8319 and further).
  • VMM: fixed running 64-bit guests on 32-bit host with nested paging enabled on AMD CPUs (4.0 regression; bug #7938)
  • VMM: fixed timing issues / hangs for certain guests using the programmable interval timer (bugs #8033 and #8062)
  • VMM: large page and monitoring fixes for live snapshots (bugs #7910, #8059, #8125)
  • GUI: fixed error message when trying to exceed the maximum number of host network interfaces
  • GUI: fixed saving of changes to the metadata of an existing snapshot (bug #8145)
  • GUI: fixed rare crash on X11 hosts (bug #8131)
  • GUI: when selecting a shared folder, start the file dialog in the users home directory (bug #8017)
  • ExtPack: enforce the correct permissions which might be restricted
    by umask when creating directories (non-Windows hosts only; bug #7878)
  • VBoxSDL: fixed crash when starting by specifying the VM UUID (4.0 regression; bug #8342)
  • VBoxManage: allow savestate even if the VM is already paused
  • VBoxManage: fixed modifyvm –synthcpu (bug #6577)
  • VBoxManage: fixed hang when doing guestcontrol execute –wait-for exit and displaying process status on exit (bug #8235)
  • VBoxManage: decreased CPU load during guestcontrol execute
    –wait-for exit/stdout while waiting for the guest process to terminate
    (bug #7872)
  • VBoxManage: fixed list hostdvds/host?oppies
  • VBoxManage: fixed storageattach for host DVD drives and host ?oppy drives
  • Metrics: introduced RAM/VMM base metric.
  • Main: improved sanity check when taking a VM screen shot (bug #7966)
  • Main: fixed a crash under rare circumstances if a VM failed to start
  • Main: fixed attaching of immutable disk images (bug #8105)
  • Main: fixed a crash at VM shutdown (bug #6443)
  • Main: fixed incorrect handling of cross-referenced medium attachments (bug #8129)
  • Settings: fixed truncating of big integer values (4.0 regression)
  • Settings: properly store the ICH9 chipset type (bug #8123)
  • Host-Only & Bridged Networking: fixed VBox DHCP server startup issue for Windows hosts (4.0 regression; bug #7905)
  • Host-Only Networking: re-create vboxnetX interfaces after
    vboxnetadp.ko module reload on Linux and Darwin (bugs #5934, #6341)
  • NAT: fixed an mbuf leak under rare circumstances (bug #7459)
  • ACPI: don’t allow the guest to enter S4 by default and don’t announce S1 and S4 in the ACPI tables if disabled (bug #8008)
  • Graphics card: made re-enabling disabled screens work correctly to
    prevent problems when X11 guests enter screen saving mode (bug #8122)
  • Storage: fixed write errors with snapshots if the host cache is disabled (4.0 regression; bug #8221)
  • ATA/SATA: fixed reset handling after ACPI suspend/resume
  • BusLogic: fixed hang with SMP VMs
  • Serial: another attempt to prevent lost characters during transmission (bug #1548)
  • Linux hosts/guests: Linux 2.6.38-rc1 compile fixes
  • Mac OS X hosts: fixed VBoxSVC crash when listing host interfaces without default gateway (64-bit hosts only; bug #7955)
  • Solaris/Darwin hosts: fixed VM CPU execution cap
  • X.Org guests: fixed a crash on X server restart (bug #8231)
  • X.Org guests: support X.Org Server 1.10 pre-release and Ubuntu 11.04 Alpha.
  • X.Org guests: Add EDID emulation in the graphics driver to prevent GNOME settings daemon changing the mode on login.
  • X.Org guests: never send graphics modes to the host that older VirtualBox versions can’t handle.
  • Linux Additions: fixed a memory leak in the shared folders code if a host link is not readable (bug #8185)
  • Windows Additions: fixed handling of Security Attention Sequence (SAS) with VBoxGINA.

[ad] Empty ad slot (#5)!

Para instalar VirtuaBox 4.0.4 en Ubuntu 10.10, 10.04  y 9.10

Editamos el fichero /etc/apt/sources.list

gksudo gedit /etc/apt/sources.list

Añadimos la siguiente línea:

Para usuarios de Ubuntu 10.10:

deb http://download.virtualbox.org/virtualbox/debian maverick contrib

Para usuarios de Ubuntu 10.04:

deb http://download.virtualbox.org/virtualbox/debian lucid contrib

Para usuarios de Ubuntu 9.10:

deb http://download.virtualbox.org/virtualbox/debian karmic contrib

Guardar y salir del fichero.

Añadimos la clave GPG:

wget -q http://download.virtualbox.org/virtualbox/debian/oracle_vbox.asc -O- | sudo apt-key add -

Actualizamos el repositorio:

sudo apt-get update

Instalamos VirtualBox 4.0.4:

sudo apt-get install virtualbox-4.0

 

Virtualbox

Jeopardy el consurso al que tienes que vencer a una supercomputadora

Feb 15th

Posted by javico in Software Libre

No comments

Inteligencia y televisión parecen dos términos antagónicos, aunque el primero lleve por apellido «artificial». IBM derrotó en 1996 al entonces campeón del mundo de ajedrez, Gary Kasparov, gracias al superordenador Deep Blue. Una nueva criatura, bautizada como Watson, se propone ahora vencer a la especie humana en el popular programa de televisión «Jeopardy!» (título que podría traducirse como «¡Riesgo!» o «¡Peligro!»). Los elegidos son los mayores ganadores del concurso, un terreno de juego que en principio no parece propicio para las máquinas. Los tres premios estipulados son de un millón para el mejor, 300.000 para el segundo y 200.000 para el último.

El formato televisivo, uno de los de mayor éxito en la historia de la televisión, se estrenó en 1964 en la NBC y se mantuvo en antena hasta 1975. Reapareció durante un año en 1978 y en su última etapa, la más exitosa, es producido por Sony y distribuido de forma sindicada en todo el país por CBS. Lo presenta Alex Trebek de forma ininterrumpida desde 1984.

Si jugar al ajedrez es complicado (los mejores programas aún no han logrado la perfección, aunque derrotan a los humanos cada vez con menos dificultades), los expertos en inteligencia artificial aseguran que el reto de «Jeopardy!» es más duro. No basta con calcular. Es preciso entender a fondo el lenguaje, desmenuzar sus matices y no estrellarse contra los juegos de palabras. A su favor, la máquina cuenta, como en el ajedrez, con la posibilidad de almacenar inmensas bases de datos, en este caso 200 millones de páginas con contenido de todo tipo. IBM trabaja en este sofisticado cerebro artificial desde 2005, justo cuando Jennings se convertía en celebridad. Watson funciona bajo el sistema operativo Linux, con 2.880 núcleos de procesador a 80 teraflops y 15 TB de RAM. Deep Blue, por facilitar la comparación, «corría» a un teraflop. ¿Demasiado para el espectador medio? A buen seguro, los productores no dejarán de lado el espectáculo.

Eventos, Linux
« First...1020«2627282930»405060...Last »
  • Búsqueda

  • Últimos Tweets

    Loading tweets...
    Follow me on Twitter!
  • Libros

    • Recent comments
    • Popular posts
    • Archives
    • Tags
    Android Apple Bash Blog BSD CentOS cifs Comandos Comparativa Debian Distribuciones EBook Eventos fedora find Firefox FSF Gentoo GNOME GNU Juegos KDE Kernel KVM LibreOffice Linus Torvalds Linux mplayer nfs Novell OpenSuSE PHP proxy Red Hat Richard Stallman Ruby on Rails Shell Script Software Libre Spacewalk Ubuntu Unix vi Videos Virtualbox Xen
    • May 2012
    • April 2012
    • March 2012
    • February 2012
    • January 2012
    • December 2011
    • November 2011
    • October 2011
    • September 2011
    • August 2011
    • July 2011
    • June 2011
    • May 2011
    • April 2011
    • March 2011
    • February 2011
    • January 2011
    • December 2010
    • November 2010
    • October 2010
    • September 2010
    • August 2010
    • July 2010
    • June 2010
    • May 2010
    • March 2010
    • February 2010
    • January 2010
    • December 2009
    • November 2009
    • Cómo instalar el XMMS en Ubuntu 10.04 (lucid) (5)
    • Como compilar ConkyWizard (4)
    • Manifiesto “En defensa de los derechos fundamentales en Internet” (3)
    • Ruby on Rails – Part 6: Configuration and Deploy (3)
    • Como arreglar el problema de depencia libstdc++5 en Ubuntu 10.04 (3)
    • Manuel: Muy buena tu revision, me gusto, ahora con mas animo a probar esta distribucion, asi mismo seria...
    • max1679: disculpas como puedo conectarme a una red wifi si tiene proxi desde una tablet hptouchpad?
    • mi IP: Gracias por los tips Jose. Saludos desde España
    • Rodrigo: A mi también me gusta, es una interfaz muy cuidada y muy optimizada para la resolución de pantalla d...
  • Blogroll

    • Camino de Santiago
    • Corazón de La Mancha
    • Manchegox
    • Mobile Me
  • RSS Corazón de La Mancha

    • Quemando rueda
    • 25 años de almacenamiento en una sola imagen
    • Ventajas y desventajas de la utilización de un servidor proxy
    • Google Drive ya disponible, mas almacenamiento en la nube
    • Autolavado de Motos de Sport
Copyright © 2012 Todos con Software Libre
RSS Feeds XHTML 1.1 Top
PR