torsdagen den 4 oktober 2001 05.59 skrev Oden Eriksson: > torsdagen den 4 oktober 2001 05.32 skrev Eugenio Diaz: > > --- Chmouel Boudjnah <[EMAIL PROTECTED]> wrote: > > > Eugenio Diaz <[EMAIL PROTECTED]> writes: > > > > It looks like a virtual memory problem ... I hope this was not the > > > > kernel shipped with 8.1 ... and that we get the 2.4.10-ac soon ... > > > > > > strange :p, never see this problem, can you install ksymoops package > > > and do : > > > > > > ksymoops < /var/log/messages > OOPS > > > > > > and send me the OOPS file ? > > > > Not sure if it would help ... but here it is. While reading the log, keep > > in mind I was trying to make my sound card (Ensoniq VIVO90) work both > > with alsa, OSS/Free and OSS/comercial. > > Quick fix for "ksymoops". > > find /lib/modules/2.4.8-26mdk/ -name "*.o.gz" | xargs gunzip > ksymoops < /var/log/messages > OOPS > find /lib/modules/2.4.8-26mdk/ -name "*.o" | xargs gzip > > :)
Ehhh, maybe it should be: find /lib/modules/2.4.8-26mdk/ -name "*.o.gz" | xargs gunzip depmod -a -e -F /boot/System.map ksymoops < /var/log/messages > OOPS find /lib/modules/2.4.8-26mdk/ -name "*.o" | xargs gzip depmod -a -e -F /boot/System.map ? I don't know, I have never had any oopses... -- Oden Eriksson, Jokkmokk, Sweden LM8.1, 2.4.10-1mdksmp, @ 3:14
