This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

v4.23 strange console output

hi folks,

first of all > is it usal, that asl v4 puts the whole packetfilterlog on the console out?

drop: in=ppp0 out=...... and so on


the 2nd thing -> after watching it for a while i got this output

unable to handle kernel paging request at virtual address 057f88f0
printing eip:
c012ea72
*pde = 00000000
Oops: 0002
cpu: 0
eip: 0010:[] not tainted
eflags: 00010246
eax: c0266638 ebx: 00000000 ecx: c105b5ac edx: 057f88f0
esi: c105b590 edi: 00000015 ebp: 00001414 esp: c136bf34
ds: 0018 es: 0018 ss: 0018
process kswapd (pid: 4, stackpage=c136b000)
Stack: 00000202 c136a000 000001f6 000001d0 c02667d0 c12c50c0 cef94e80 c12c5858
       0000000c 00000020 000001d0 00000006 00000020 c012ee00 00000006 0000000e
       c02667d0 00000006 000001d0 c02667d0 00000000 c012ee60 00000020 c02667d0
Call Trace: [] [] [] [] []
[] [] [] []

code 89 02 c7 01 00 00 00 00 c7 41 04 00 00 00 00 a1 38 66 26 c0


what's going on here ?
i've tested ram, and the hdd bevor installing v4.
any ideas?


This thread was automatically locked due to age.
Parents
  • Do you have enough RAM?
    That seems to be saying it's out.

    Barry
  • i think 512mb  should be ok. i have changed the hdd configurationn yesterday evening (disabled block-mode) and till now there's neither a console output for packetfilter nor this stragne addresses.

    seems that everything is ok now.    - also no traffic stopps.
    let's hope!
  • didn't helped - same errors.
  • the system dumps log information if syslog is not running, pls check. Open a remote console (ssh) -> 'ps axwfu | grep -i syslog', you should get something like 
    [ QUOTE ]
    /usr/sbin/syslogd -m 60 -r -a /dev/log -a /var/chroot-ahi/dev/log -a /var/chroot-bind/dev/log -a /var/chroot-dhcpc/dev/log -a /var/chroot-dhcps/dev/log -a /var/chroot-ha/dev/log -a /var/chroot-identd/dev/log -a /var/chroot-ipsec/dev/log -a /var/chroot-pop3/dev/log -a /var/chroot-pppd/dev/log -a /var/chroot-pppoe/dev/log -a /var/chroot-pptp/dev/log -a /var/chroot-pptpc/dev/log -a  ....

    [/ QUOTE ]


    /etc/rc.d/syslog stop and start may be helpful.

    Greetings
    cyclops
  • [ QUOTE ]
    the system dumps log information if syslog is not running, pls check. Open a remote console (ssh) -> 'ps axwfu | grep -i syslog', you should get something like 
    usr/sbin/syslogd -m 60 -r -a /dev/log -a /var/chroot-ahi/dev/log -a /var/chroot-bind/dev/log -a /var/chroot-dhcpc/dev/log -a /var/chroot-dhcps/dev/log -a /var/chroot-ha/dev/log -a /var/chroot-identd/dev/log -a /var/chroot-ipsec/dev/log -a /var/chroot-pop3/dev/log -a /var/chroot-pppd/dev/log -a /var/chroot-pppoe/dev/log -a /var/chroot-pptp/dev/log -a /var/chroot-pptpc/dev/log -a  ....

    [/ QUOTE ]

     ok got it. so it seems that syslog is running but what about outputs of this kind?  

    unable to handle kernel paging request at virtual address 057f88f0
    printing eip:
    c012ea72
    *pde = 00000000
    Oops: 0002
    cpu: 0
    eip: 0010:[] not tainted
    eflags: 00010246
    eax: c0266638 ebx: 00000000 ecx: c105b5ac edx: 057f88f0
    esi: c105b590 edi: 00000015 ebp: 00001414 esp: c136bf34
    ds: 0018 es: 0018 ss: 0018
    process kswapd (pid: 4, stackpage=c136b000)
    Stack: 00000202 c136a000 000001f6 000001d0 c02667d0 c12c50c0 cef94e80 c12c5858
    0000000c 00000020 000001d0 00000006 00000020 c012ee00 00000006 0000000e
    c02667d0 00000006 000001d0 c02667d0 00000000 c012ee60 00000020 c02667d0
    Call Trace: [] [] [] [] []
    [] [] [] []

    code 89 02 c7 01 00 00 00 00 c7 41 04 00 00 00 00 a1 38 66 26 c0
  • Google says this could be flaky RAM or other hardware. 

    Barry
     
  • hmm,
     but ram, hdd and ps were tested ok. so that it could be just the stupid k7s5 board, but this is on the hcl. i and some friends had also some installation failures on different hardware, with and without an original cd - also testet diferent drives.
Reply
  • hmm,
     but ram, hdd and ps were tested ok. so that it could be just the stupid k7s5 board, but this is on the hcl. i and some friends had also some installation failures on different hardware, with and without an original cd - also testet diferent drives.
Children