Messages in this thread |  | | Date | Thu, 12 Dec 1996 23:36:54 -0600 (CST) | From | Jon Torrez <> | Subject | Re: 2.1.15 and NFS as a module |
| |
Now that i have booted 2.1.15 with all the apropriate fixes that i have recieved from this mailing list and other friends, i have come to the conclusion that Linus had his new baby in mind (Congrats!) when he was coding 2.1.15 :).
Even with libc.5.4.17
after a while my box started to "Crack-Up"
Dec 12 23:22:47 slacker sendmail[545]: gethostbyaddr() failed for 199.35.201.175 Dec 12 23:23:02 slacker sendmail[538]: gethostbyaddr() failed for 199.35.201.175 Dec 12 23:23:52 slacker kernel: pppd-2.2 forgot to specify route netmask. Dec 12 23:23:52 slacker kernel: Unable to handle kernel paging request at virtual address 70cc323a Dec 12 23:23:52 slacker kernel: current->tss.cr3 = 00d39000, |r3 = 00d39000 Dec 12 23:23:52 slacker kernel: *pde = 00000000 Dec 12 23:23:52 slacker kernel: Oops: 0000 Dec 12 23:23:52 slacker kernel: CPU: 0 Dec 12 23:23:52 slacker kernel: EIP: 0010:[<c0157044>] Dec 12 23:23:52 slacker kernel: EFLAGS: 00010206 Dec 12 23:23:52 slacker kernel: eax: 00000000 ebx: 70cc3236 ecx: 00000000 edx: bfffd000 Dec 12 23:23:52 slacker kernel: esi: 00000000 edi: c0d47e70 ebp: c0233a78 esp: c0d47e1c Dec 12 23:23:52 slacker kernel: ds: 0018 es: 0018 ss: 0018 Dec 12 23:23:52 slacker kernel: Process pppd-2.2 (pid: 512, process nr: 37, stackpage=c0d47000) Dec 12 23:23:52 slacker kernel: Stack: c0233a78 c0233978 00000000 c0000000 00000002 00000000 00000000 00000000 Dec 12 23:23:52 slacker kernel: 00000000 00000000 00000000 00000000 000000ac 00000002 ffffffff 00000000 Dec 12 23:23:52 slacker kernel: 00000000 00000000 00000000 00000000 00000000 c015722d 00000000 c0233a78 Dec 12 23:23:52 slacker kernel: Call Trace: [<c015722d>] [<c01583ec>] [<c0158703>] [<c015557f>] [<c013853d>] [<c012db6b>] [<c010a848>] Dec 12 23:23:52 slacker kernel: Code: 39 73 04 75 14 80 7b 0f 00 75 0e 8b 45 08 8b 53 08 8b 52 18 Dec 12 23:26:57 slacker syslogd: exiting on signal 15
Now if you notice sendmail is having some problems getting hostnames (plus sendmail is just a bug waiting to happen <G> ) Well the is because :
# Attach the loopback device. /sbin/ifconfig lo 127.0.0.1 /sbin/route add localhost /sbin/route add -net 127.0.0.0 (from /etc/rc.d/rc.inet1) -- just in case you don't know :)
This was giving me an error "No such device" ...
Well i looked in my /usr/src/linux/.config -- just in case you don't know CONFIG_NET_ALIAS=y CONFIG_INET=y CONFIG_IP_FORWARD=y CONFIG_NET_IPIP=m CONFIG_IP_ALIAS=m CONFIG_IP_NOSR=y CONFIG_SKB_LARGE=y CONFIG_IPX=m
and see, everything is right...
All the modules are there..
I have spent too much time today working with this Kernel
Hope you are having better luck than I am :).
///////////////////////////////////////////////////////////\\\\\\\\\\\\\\\\\\\ Jon Torrez | http://127.0.0.1 | come on and visiteh? \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\///////////////////
|  |