* Error message during modules_install of 2.4.14
@ 2001-11-11 9:01 Peter Klotz
2001-11-11 9:58 ` Ivanovich
2001-11-11 10:03 ` Mike Fedyk
0 siblings, 2 replies; 3+ messages in thread
From: Peter Klotz @ 2001-11-11 9:01 UTC (permalink / raw)
To: linux-kernel
Hi developers
During "make modules_install" I got the following error message:
mkdir -p pcmcia; \
find kernel -path '*/pcmcia/*' -name '*.o' | xargs -i -r ln -sf ../{} pcmcia
if [ -r System.map ]; then /sbin/depmod -ae -F System.map 2.4.14; fi
depmod: *** Unresolved symbols in
/lib/modules/2.4.14/kernel/drivers/block/loop.o
depmod: deactivate_page
Is this something to worry about?
Bye, Peter.
^ permalink raw reply [flat|nested] 3+ messages in thread* Re: Error message during modules_install of 2.4.14
2001-11-11 9:01 Error message during modules_install of 2.4.14 Peter Klotz
@ 2001-11-11 9:58 ` Ivanovich
2001-11-11 10:03 ` Mike Fedyk
1 sibling, 0 replies; 3+ messages in thread
From: Ivanovich @ 2001-11-11 9:58 UTC (permalink / raw)
To: Peter Klotz, linux-kernel
On Sunday 11 November 2001 10:01, Peter Klotz wrote:
> During "make modules_install" I got the following error message:
>
> mkdir -p pcmcia; \
> find kernel -path '*/pcmcia/*' -name '*.o' | xargs -i -r ln -sf ../{}
> pcmcia if [ -r System.map ]; then /sbin/depmod -ae -F System.map 2.4.14;
> fi depmod: *** Unresolved symbols in
> /lib/modules/2.4.14/kernel/drivers/block/loop.o
> depmod: deactivate_page
>
> Is this something to worry about?
There is a problem with the loopback device in 2.4.14
looking at the changelog of 2.4.15-pre1 it seems to be fixed:
pre1:
(...)
- various: fix loop driver that thought it was part of the VM system
^ permalink raw reply [flat|nested] 3+ messages in thread* Re: Error message during modules_install of 2.4.14
2001-11-11 9:01 Error message during modules_install of 2.4.14 Peter Klotz
2001-11-11 9:58 ` Ivanovich
@ 2001-11-11 10:03 ` Mike Fedyk
1 sibling, 0 replies; 3+ messages in thread
From: Mike Fedyk @ 2001-11-11 10:03 UTC (permalink / raw)
To: Peter Klotz; +Cc: linux-kernel
On Sun, Nov 11, 2001 at 10:01:03AM +0100, Peter Klotz wrote:
> Hi developers
>
> During "make modules_install" I got the following error message:
>
> mkdir -p pcmcia; \
> find kernel -path '*/pcmcia/*' -name '*.o' | xargs -i -r ln -sf ../{} pcmcia
> if [ -r System.map ]; then /sbin/depmod -ae -F System.map 2.4.14; fi
> depmod: *** Unresolved symbols in
> /lib/modules/2.4.14/kernel/drivers/block/loop.o
> depmod: deactivate_page
>
> Is this something to worry about?
>
Your message is number 54, and I'm making number 55 on this subject...
Look in the lkml archives for the patch that will fix this "2.4.14" and
"loop" should do...
This problem is fixed in 2.4.15pre1, but don't use pre1 or 2 if you use
iptables...
Mike
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2001-11-11 10:04 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2001-11-11 9:01 Error message during modules_install of 2.4.14 Peter Klotz
2001-11-11 9:58 ` Ivanovich
2001-11-11 10:03 ` Mike Fedyk
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox