Re: [expert] Kernel 2.4.0test5 System.map?

2000-08-06 Thread Daniel Bodanske
Mike & Tracy Holt wrote: > > > > Daniel > > I've always done 'make dep && make bzImage && make modules && make > modules_install' then when complete I run 'make install' which is what > places the System.map file for one. Is that what you did? > Well see there you go -- I've never in my LIFE

Re: [expert] Kernel 2.4.0test5 System.map?

2000-08-05 Thread Eric MC.D
Check : (xx.xx.xx is the version of your kernel) /boot/vmiluz-xx.xx.xx /boot/System.map points to /boot/System.map-xx.xx.xx If you use lilo: /etc/lilo.conf is setup correctly to your new kernel: vmlinuz-xx.xx.xx (is the bzImage when compiling) and you ran lilo ? Check also: /lib/modules/xx.xx.xx

Re: [expert] Kernel 2.4.0test5 System.map?

2000-08-05 Thread Mike & Tracy Holt
Daniel Bodanske wrote: > > I tried both linking the system.map and simply moving it to the boot > partition as well > "Eric MC.D" wrote: > > > > After compiling the kernel did you: > > copy your System.map-xx.xx.xx to /boot , and > > rm /boot/System.map > > ln -s /boot/System.map-xx.xx.xx /boot/S

Re: [expert] Kernel 2.4.0test5 System.map?

2000-08-05 Thread Daniel Bodanske
I ran lilo and rebooted, and the system actually ran at first, just pulled up that error message about twenty times during the boot. It only stopped working at all when I tried to manually copy the System.map file from the source code John Aldrich wrote: > > On Wed, 02 Aug 2000, you wrote: > > O

Re: [expert] Kernel 2.4.0test5 System.map?

2000-08-05 Thread Pelon
> > Daniel Bodanske wrote: > > > > > > OK, so I compiled the new kernel yeasterday, so I could try out the new Linux > > > Diskless Terminal version (they recommend using 2.3.somethingoranother, but I > > > figured the 2.4 would be safer). Anyway, I had no problem with the compilation, > > > add

Re: [expert] Kernel 2.4.0test5 System.map?

2000-08-05 Thread Daniel Bodanske
I tried both linking the system.map and simply moving it to the boot partition as well "Eric MC.D" wrote: > > After compiling the kernel did you: > copy your System.map-xx.xx.xx to /boot , and > rm /boot/System.map > ln -s /boot/System.map-xx.xx.xx /boot/System.map > ?? > Eric > > Daniel Bodansk

Re: [expert] Kernel 2.4.0test5 System.map?

2000-08-02 Thread John Aldrich
On Wed, 02 Aug 2000, you wrote: > OK, so I compiled the new kernel yeasterday, so I could try out the new Linux > Diskless Terminal version (they recommend using 2.3.somethingoranother, but I > figured the 2.4 would be safer). Anyway, I had no problem with the compilation, > added it using linixc

Re: [expert] Kernel 2.4.0test5 System.map?

2000-08-02 Thread Eric MC.D
After compiling the kernel did you: copy your System.map-xx.xx.xx to /boot , and rm /boot/System.map ln -s /boot/System.map-xx.xx.xx /boot/System.map ?? Eric Daniel Bodanske wrote: > > OK, so I compiled the new kernel yeasterday, so I could try out the new Linux > Diskless Terminal version (the

[expert] Kernel 2.4.0test5 System.map?

2000-08-02 Thread Daniel Bodanske
OK, so I compiled the new kernel yeasterday, so I could try out the new Linux Diskless Terminal version (they recommend using 2.3.somethingoranother, but I figured the 2.4 would be safer). Anyway, I had no problem with the compilation, added it using linixconf as I always have done ( I recompile