Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question?
If it is not in the man pages or the how-to's this is the place! |
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
|
05-09-2012, 09:48 AM
|
#1
|
Member
Registered: Jan 2005
Location: US
Distribution: Centos, Ubuntu, Solaris, Redhat
Posts: 396
Rep:
|
Recompile redhat kernel so ARPD is supported
Aynone any ideas how to do this? I've read some links, lots of which describe alternative ways of doing it. Whats the quickest and most efficient way; it looks like ammending the .config file with the single line change and then running make oldconfig will work, what else is needed after this? OS is redhat 6.2 on x86; been using this link: http://docs.redhat.com/docs/en-US/Re...dularized.html
Thanks guys
|
|
|
Click here to see the post LQ members have rated as the most helpful post in this thread.
|
05-09-2012, 05:00 PM
|
#2
|
Moderator
Registered: Apr 2002
Location: earth
Distribution: slackware by choice, others too :} ... android.
Posts: 23,067
|
redhat 6.2? Surely you're jesting ... that's from 2000, and well and
truly out of support.
|
|
|
05-09-2012, 05:14 PM
|
#3
|
Member
Registered: Jan 2005
Location: US
Distribution: Centos, Ubuntu, Solaris, Redhat
Posts: 396
Original Poster
Rep:
|
Huh; no?
http://en.wikipedia.org/wiki/Red_Hat_Enterprise_Linux
"Latest stable release 6.2 / December 6, 2011; 5 months ago".
Unless this is one of those "I know unix better than you" situations and a minor mistake or misunderstanding concerning the release cycle will lead to my humiliation?
Perhaps you're referring to the link I posted from redhat 3; well yeah that is old and crap, but sadly I can't find anything newer; clutching at straws here, surely this is a common task, it's such a minor change too...
|
|
|
05-09-2012, 06:01 PM
|
#4
|
Moderator
Registered: May 2001
Posts: 29,415
|
|
|
|
05-09-2012, 06:10 PM
|
#5
|
Member
Registered: Jan 2005
Location: US
Distribution: Centos, Ubuntu, Solaris, Redhat
Posts: 396
Original Poster
Rep:
|
Quote:
Originally Posted by unSpawn
|
4 different methods... Like I said; easiest and quickest. I literally need to make one change "CONFIG_ARPD=y"
Also.. Just to be clear; I have done research, I tried to make that clear when I asked the question. I've done research, asked in the correct area of the website and understand the concepts of what I'm trying to achieve. I had a tinkering I'd get some backlash given that this is a common task - but please, I just need to enable one thing in the kernel (which I suspect will require a recompile); give me a hand will you
Last edited by genderbender; 05-09-2012 at 06:23 PM.
|
|
|
05-09-2012, 07:03 PM
|
#6
|
Moderator
Registered: Apr 2002
Location: earth
Distribution: slackware by choice, others too :} ... android.
Posts: 23,067
|
Quote:
Originally Posted by genderbender
Huh; no?
http://en.wikipedia.org/wiki/Red_Hat_Enterprise_Linux
"Latest stable release 6.2 / December 6, 2011; 5 months ago".
Unless this is one of those "I know unix better than you" situations and a minor mistake or misunderstanding concerning the release cycle will lead to my humiliation?
Perhaps you're referring to the link I posted from redhat 3; well yeah that is old and crap, but sadly I can't find anything newer; clutching at straws here, surely this is a common task, it's such a minor change too...
|
redhat 6.2 != RHEL 6.2
|
|
|
05-09-2012, 07:06 PM
|
#7
|
Member
Registered: Jan 2005
Location: US
Distribution: Centos, Ubuntu, Solaris, Redhat
Posts: 396
Original Poster
Rep:
|
Quote:
Originally Posted by Tinkster
redhat 6.2 != RHEL 6.2
|
Ah, ok thanks - was not aware of this I mean RHEL anyway.
|
|
|
05-10-2012, 07:32 PM
|
#8
|
LQ Newbie
Registered: Nov 2003
Location: California, US
Distribution: RHEL/Scientific Linux/CentOS
Posts: 6
Rep:
|
Quote:
Originally Posted by genderbender
4 different methods... Like I said; easiest and quickest. I literally need to make one change "CONFIG_ARPD=y"
|
If you can wait for another 2-3 weeks, the next version of centosplus kernel will have that option enabled. Please see:
http://bugs.centos.org/view.php?id=5709
But it you want to build your own kernel yourself, follow the Custom Kernel article. That is written specifically for RHEL/CentOS/SL kernels.
|
|
2 members found this post helpful.
|
05-10-2012, 10:03 PM
|
#9
|
LQ Veteran
Registered: Aug 2003
Location: Australia
Distribution: Lots ...
Posts: 21,285
|
Some newbie ...
Doesn't say much (or often), but it obviously pays to listen.
I can't remember how many kernels I broken with just "one change" ...
|
|
|
05-11-2012, 10:28 AM
|
#10
|
Member
Registered: Jan 2005
Location: US
Distribution: Centos, Ubuntu, Solaris, Redhat
Posts: 396
Original Poster
Rep:
|
Thanks toracat, I'll give this a shot and see if I get anywhere with it; your help is much appreciated.
We need this functional now, so it will probably involve a recompile. What I was really asking was whether there was a quicker way of doing this via kernel headers or something, but it seems like there isn't. All I needed was one link, someone saying do this and that was it.
Big thanks
I've just got this response from somewhere else; looks like a recompile was not needed:
"It probably looks like this:
CONFIG_ARPD is not set
Change it to: CONFIG_ARPD=y or better yet: CONFIG_ARPD=m then just configure it to load as a module"
Last edited by genderbender; 05-11-2012 at 10:32 AM.
|
|
|
05-11-2012, 01:07 PM
|
#11
|
LQ Newbie
Registered: Nov 2003
Location: California, US
Distribution: RHEL/Scientific Linux/CentOS
Posts: 6
Rep:
|
In RHEL kernels, the default option for CONFIG_ARPD is either Y or N. I would just go ahead and make a change and rebuild the kernel. If you just follow the wiki, it should not be very difficult (saying this as a maintainer ).
|
|
|
05-21-2012, 03:52 PM
|
#12
|
LQ Newbie
Registered: Nov 2003
Location: California, US
Distribution: RHEL/Scientific Linux/CentOS
Posts: 6
Rep:
|
Quote:
Originally Posted by toracat
|
The wait was actually only 6 days.
kernel-2.6.32-220.13.1.el6.centos.plus with CONFIG_ARPD enabled was released on 2012-05-16.
|
|
|
All times are GMT -5. The time now is 04:12 PM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|