On Mon, 11 Jan 1999, Gautam Reddy wrote:
> Hi,
>
> I installed the kernel 2.1.132 on my Redhat 2.0.36 and built the
> kernel as follows.
> 1. make oldconfig
> 2. make dep
> 3. make clean
> 4. make zImage
> 5. make modules
> 6. make modules_install
> and finally copied the zImage to /boot and updated the loader with the
> new Image.
>
> Now, when I boot to this new kernel I get "RPC port mapper failure"
> and I am unable to ping to any machines in my network and vice versa.
> All I can do is login to the console, it becomes stand-alone and totally
> shuts me off from the network.
>
> Where do you think I am making a mistake. Can you please tell me if this is
> the right way to build the kernel.
To build I generally just do the following, assuming I am starting from
scratch:
make oldconfig
make dep
make clean
make install
and that does everything
a couple of obvious questions: did you configure for networking in your
old .config you are using? did you specify the right NIC so that the
driver can start it up? What do you get when you do an ifconfig -a?
Is eth0 up or down?
Note that in older Redhat distributions I have seen cases where the
portmapper is started before the network is brought up, which will
simply cause the portmapper to crash and burn. Look in /etc/init.d/rc3.d
and note the lexical order of the filenames, and make sure network is
done first.
It sounds like you either have a config problem and have no NIC that is
working, or else something as simple as netstat -r might show that you
have no routes of any kind (although 2.1 kernels add a default route
when you ifconfig up...
>
> Thanks a million
> -
> Linux SMP list: FIRST see FAQ at http://www.irisa.fr/prive/mentre/smp-faq/
> To Unsubscribe: send "unsubscribe linux-smp" to [EMAIL PROTECTED]
>
-
Linux SMP list: FIRST see FAQ at http://www.irisa.fr/prive/mentre/smp-faq/
To Unsubscribe: send "unsubscribe linux-smp" to [EMAIL PROTECTED]