On Fri, Apr 02, 2004 at 08:10:22PM -0400, Enrique Herrera Noya wrote:
> Red Hat Network wrote:
> >
> >Dear Red Hat Linux user,
> >
> >We are approaching the published end of life date for errata support
> >for our final Red Hat Linux distribution.

Si quieres continuar con esta distribucion, puedes comprar soporte
(updates) barato a Progeny.

-- 
Alvaro Herrera (<alvherre[a]dcc.uchile.cl>)
"Escucha y olvidarás; ve y recordarás; haz y entenderás" (Confucio)
From [EMAIL PROTECTED]  Fri Apr  2 22:13:22 2004
From: [EMAIL PROTECTED] (Alvaro Herrera)
Date: Fri Apr  2 22:13:26 2004
Subject: Sistema de archivos?
In-Reply-To: <[EMAIL PROTECTED]>
References: <[EMAIL PROTECTED]>
        <[EMAIL PROTECTED]>
        <[EMAIL PROTECTED]>
        <[EMAIL PROTECTED]> <[EMAIL PROTECTED]>
        <[EMAIL PROTECTED]>
        <[EMAIL PROTECTED]>
        <[EMAIL PROTECTED]>
Message-ID: <[EMAIL PROTECTED]>

On Fri, Apr 02, 2004 at 05:49:27PM -0400, Victor Hugo dos Santos wrote:
> Historiadores creen que en la fecha Fri, 2 Apr 2004 16:50:12 -0400
> Alvaro Herrera <[EMAIL PROTECTED]> escribio:
> 
> >> On Fri, Apr 02, 2004 at 04:31:21PM -0400, Victor Hugo dos Santos wrote:
> >> 
> >> > Y durante las noche me ponia a escuchar musica o a jugar y cuando
> >> > estaba prestes a dormir simplesmente sacaba el cable del enchufe (para
> >> > no tener que apagar los dos monitor, cpu, parlantes, etc)
> >> > 
> >> > Y me resulto bien dicho esquema durante unos 25 días aproximadamente.....
> >> 
> >> Que pasó el día 25?  La idea sería que pudieras hacer lo mismo ad
> >> infinitum ...
> 
> Parece una pregunta de religión ????  Y que paso al 7o día ???  :D

Y Victor Hugo se levantó el día 25, y vio que ReiserFS era bueno.
Y el día 26, Victor Hugo descansó.

:-D

> Bien....
> 
> - Primero no cargaba los módulos (nvidia, sonido) el archivo
> /etc/modules, estaba en binario !!!! Lo reescribir..

Ok, un montón de archivos se corrompieron.  Una lástima :-(
Has probado ese mecanismo con otros sistemas de archivos?

-- 
Alvaro Herrera (<alvherre[a]dcc.uchile.cl>)
Thou shalt check the array bounds of all strings (indeed, all arrays), for
surely where thou typest "foo" someone someday shall type
"supercalifragilisticexpialidocious" (5th Commandment for C programmers)
From [EMAIL PROTECTED]  Fri Apr  2 22:19:11 2004
From: [EMAIL PROTECTED] (Cristian Gutierrez)
Date: Fri Apr  2 22:19:17 2004
Subject: ripiar etc/passwd
In-Reply-To: <[EMAIL PROTECTED]> (Alvaro Herrera's
        message of "Fri, 2 Apr 2004 09:43:03 -0400")
References: <[EMAIL PROTECTED]>
        <[EMAIL PROTECTED]>
        <[EMAIL PROTECTED]>
        <[EMAIL PROTECTED]>
        <[EMAIL PROTECTED]>
        <[EMAIL PROTECTED]> <[EMAIL PROTECTED]>
        <[EMAIL PROTECTED]>
Message-ID: <[EMAIL PROTECTED]>

Alvaro Herrera wrote:
> On Fri, Apr 02, 2004 at 01:46:31AM -0400, Cristian Gutierrez wrote:
>> Alvaro Herrera wrote:
>
>>> perl -ne 'print "", ((split /,/, ((split /:/)[4]))[0]), "\n"'
>>> /etc/passwd
>>
>> Pero en Perl, no en LISP... ;-)
>>
>> perl -F: -anle '$F[2]<500or print$F[4]' /etc/passwd
>
> Yo habia partido con algo semejante, pero resulta que tienes que
> imprimir solo lo que esta antes de la primera , dentro del quinto
> campo (por eso hay dos split).

Uh, right.

  perl -F: -anle'$F[2]<500or$F[4]=~/^([^,]*),/&&print$1' /etc/passwd

Igual cai en una regexp :-(

> OTOH, eres bastante amarrete con los espacios :-D

Ah, si, la idea es dejar menos espacio para que aparezcan bugs ;-)

-- 
Cristian Gutierrez                      http://www.dcc.uchile.cl/~crgutier
[EMAIL PROTECTED]                        Jabber:[EMAIL PROTECTED]

"Perl - The only language that looks the same before and after RSA
encryption."                  -- Keith Bostic 

Responder a