<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 TRANSITIONAL//EN">
<HTML>
<HEAD>
  <META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=UTF-8">
  <META NAME="GENERATOR" CONTENT="GtkHTML/3.32.2">
</HEAD>
<BODY>
<BLOCKQUOTE TYPE=CITE>
    <TT><FONT COLOR="#737373">>> Si mal no recuerdo, algunas veces han mencionado en la lista el tema de</FONT></TT><BR>
    <TT><FONT COLOR="#737373">>> que en Ubuntu hay un bug con flash, que a veces pasan esas cosas de que</FONT></TT><BR>
    <TT><FONT COLOR="#737373">>> friza todo.</FONT></TT><BR>
    <TT><FONT COLOR="#737373">>></FONT></TT><BR>
    <TT><FONT COLOR="#737373">></FONT></TT><BR>
    <TT><FONT COLOR="#737373">> Encontr? esto en kern.log</FONT></TT><BR>
    <TT><FONT COLOR="#737373">></FONT></TT><BR>
    <TT><FONT COLOR="#737373">> May 22 19:30:13 nb-fray kernel: [ 7242.757033] totem-plugin-vi[3683]:</FONT></TT><BR>
    <TT><FONT COLOR="#737373">> segfault at 8 ip 00007f3c9ffb0337 sp 00007fffc05eb3d0 error 4 in</FONT></TT><BR>
    <TT><FONT COLOR="#737373">> totem-plugin-viewer[7f3c9ff9a000+</FONT></TT><BR>
    <TT><FONT COLOR="#737373">> 3e000]</FONT></TT><BR>
    <TT><FONT COLOR="#737373">> May 22 19:31:01 nb-fray kernel: [ 7290.972688] totem-plugin-vi[3693]:</FONT></TT><BR>
    <TT><FONT COLOR="#737373">> segfault at 8 ip 00007fc061623337 sp 00007fffa7746340 error 4 in</FONT></TT><BR>
    <TT><FONT COLOR="#737373">> totem-plugin-viewer[7fc06160d000+</FONT></TT><BR>
    <TT><FONT COLOR="#737373">> 3e000]</FONT></TT><BR>
    <TT><FONT COLOR="#737373">> --</FONT></TT><BR>
    <TT><FONT COLOR="#737373">> Saludos.</FONT></TT><BR>
    <TT><FONT COLOR="#737373">> Federico Ciliberti</FONT></TT><BR>
    <BR>
    <BR>
    <TT><FONT COLOR="#3c3c3c">Normalmente se dice hacele un REISUB</FONT></TT><BR>
    <TT><FONT COLOR="#3c3c3c">que en realidad las teclas son:</FONT></TT><BR>
    <TT><FONT COLOR="#3c3c3c">con dedo me?ique mano izq aprietas y tenes apretado Alt y con mano</FONT></TT><BR>
    <TT><FONT COLOR="#3c3c3c">derecha mantienes apretada la tecla "Impr Pant Pep Sis" y con el dedo indice</FONT></TT><BR>
    <TT><FONT COLOR="#3c3c3c">mano izq -siempre apretando las otras escrib?s REISUB</FONT></TT><BR>
    <TT><FONT COLOR="#3c3c3c">son 6 ordenes para matar procesos etc etc y reiniciar la PC, generalmente</FONT></TT><BR>
    <TT><FONT COLOR="#3c3c3c">cuando se te friza la pc o sea que no responde. Creo que seria la manera</FONT></TT><BR>
    <TT><FONT COLOR="#3c3c3c">elegante de no apretar de una la tecla "Reset" de la PC</FONT></TT><BR>
    <TT><FONT COLOR="#3c3c3c">salutes -fermos-</FONT></TT> <BR>
</BLOCKQUOTE>
<BR>
Si estamos hablando de Unity, personalmente he tenido unos cuantos cuelgues. En la mayoría de las veces se cuelga el entorno gráfico (con el mouse andando) y tengo que hacer REISUB. Otras veces ni siquiera puedo hacer eso, es como un cuelgue total. Supongo que es más o menos normal este tipo de cuelgues con unity y se nota que le está pasando a unos cuantos en distintos foros.<BR>
<BR>
En wikipedia hay una muy buena descripción de los comandos que pueden aplicarse con Alt + SysRq (supongo que es lo mismo que Impr Pant) <A HREF="http://en.wikipedia.org/wiki/Magic_SysRq_key">http://en.wikipedia.org/wiki/Magic_SysRq_key</A><BR>
<BR>
un<B>R</B>aw      (take control of keyboard back from <A HREF="http://en.wikipedia.org/wiki/X_Window_System">X</A>),
<PRE>
 t<B>E</B>rminate (send <A HREF="http://en.wikipedia.org/wiki/SIGTERM">SIGTERM</A> to all processes, allowing them to terminate gracefully),
 k<B>I</B>ll      (send <A HREF="http://en.wikipedia.org/wiki/SIGKILL">SIGKILL</A> to all processes, forcing them to terminate immediately),
  <B>S</B>ync     (flush data to disk),
  <B>U</B>nmount  (remount all filesystems read-only),
re<B>B</B>oot.
</PRE>
<BR>
O sea:<BR>
<BR>
R: intenta "liberar" el teclado<BR>
E: termina los procesos en ejecución (de forma limpia, con SIGTERM)<BR>
I: mata los procesos en ejecución (con SIGKILL)<BR>
S: vuelva cachés y buffers de memoria al disco duro<BR>
U: remonta las unidades como sólo lectura<BR>
<BR>
(Esto lo saqué de <A HREF="http://www.esdebian.org/foro/25034/reisub-yo-que-quiero-apagar)">http://www.esdebian.org/foro/25034/reisub-yo-que-quiero-apagar)</A><BR>
<BR>
Saludos! Fede.-
</BODY>
</HTML>