[Fwd: kernel 2.0.29]

A Fader (afader@uclink4.berkeley.edu)
Wed, 26 Feb 1997 01:33:17 -0800


This is a multi-part message in MIME format.

--------------2444DD4C3A17278B2820C41C
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit

The attached note is from my posting to comp.os.linux.setup,
alt.os.linux.

In brief I've built kernels 2.0.0, 2.0.10, 2.0.20, 2.0.26. My
system configuration was changed to match 127.0.0.[1|0] change between
2.0.0 and 2.0.10.

I've attempted to run the kernel 2.0.29 with modules built after reboot,
as well as using 2.0.0 modules with mod versions turned off.

In the newsgroup it was reported that people are having a similar
problem with 2.0.27. I think I had the problem when I tried 2.0.25, but
due to cold feet I undid the patch and waited for 2.0.26. Oh, 2.0.26
gives the following horrid spam during bootup:

/sbin/depmod -a
*** Unresolved symbols in module /lib/modules/2.0.26/fs/nfs.o
*** Unresolved symbols in module /lib/modules/2.0.26/misc/lp.o
*** Unresolved symbols in module /lib/modules/2.0.26/misc/serial.o
*** Unresolved symbols in module /lib/modules/2.0.26/net/eql.o
*** Unresolved symbols in module /lib/modules/2.0.26/net/new_tunnel.o
*** Unresolved symbols in module /lib/modules/2.0.26/scsi/dtc.o
*** Unresolved symbols in module /lib/modules/2.0.26/scsi/scsi_mod.o
*** Unresolved symbols in module /lib/modules/2.0.26/scsi/sd_mod.o
*** Unresolved symbols in module /lib/modules/2.0.26/scsi/sg.o
*** Unresolved symbols in module /lib/modules/2.0.26/scsi/sr_mod.o
*** Unresolved symbols in module /lib/modules/2.0.26/scsi/st.o
*** Unresolved symbols in module /lib/modules/2.0.26/block/floppy.o
*** Unresolved symbols in module /lib/modules/2.0.26/block/rd.o
*** Unresolved symbols in module /lib/modules/2.0.26/ipv4/ip_alias.o
*** Unresolved symbols in module /lib/modules/2.0.26/ipv4/ip_masq_ftp.o
*** Unresolved symbols in module /lib/modules/2.0.26/ipv4/ip_masq_irc.o
*** Unresolved symbols in module
/lib/modules/2.0.26/ipv4/ip_masq_raudio.o
*** Unresolved symbols in module /lib/modules/2.0.26/ipv4/ipip.o

As nfs (and floppy) are built into my kernel (now), I think that this
spam could be removed by making the "make modules_install" remove all
old modules...

Anyway, thanks for your attention in this matter.

And thanks for the GREAT work!

--------------2444DD4C3A17278B2820C41C
Content-Type: message/news
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

Path: agate!usenet
From: afader <afader@uclink4.berkeley.edu>
Newsgroups: ucb.os.linux,alt.os.linux
Subject: kernel 2.0.29
Date: Tue, 25 Feb 1997 13:45:45 -0800
Organization: University of California, Berkeley
Message-ID: <33135D89.31C6F05D@uclink4.berkeley.edu>
NNTP-Posting-Host: dwellinchaos.hip.berkeley.edu
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
X-Mailer: Mozilla 3.01Gold (X11; I; Linux 2.0.26 i586)
Xref: agate ucb.os.linux:1330 alt.os.linux:13644

Following the "recommended procedure" for building a kernel:
ie,
make config
make clean ; make dep ; make zlilo
reboot
make modules; make modules_install
reboot

I have the following problem in boot:
Symbol 'io' not found.
The ethernet driver (tulip.o) fails to load

Course the 'Symbol 'io' not found.' message is spammed with
all the network services attempting to load in inet...

- and everything else seems to work fine (ie, msdos.o modules
loads and works.)

I have MODULE_VERSIONS_ON (sp) ...

--------------2444DD4C3A17278B2820C41C--