Hi,
I am looking for the kernel source for 4.4. All I found was
kernel-2.6.9-42.EL.src.rpm http://mirrors.kernel.org/centos/4.4/os/SRPMS/kernel-2.6.9-42.EL.src.rpm
I was expecting to find the kernel-2.6.9-42.0.2.EL.src.rpm http://mirrors.kernel.org/centos/4.4/os/SRPMS/kernel-2.6.9-42.EL.src.rpm
Are they the same?
THanks,
Jerry
Jerry Geis spake the following on 9/26/2006 12:28 PM:
Hi,
I am looking for the kernel source for 4.4. All I found was
kernel-2.6.9-42.EL.src.rpm http://mirrors.kernel.org/centos/4.4/os/SRPMS/kernel-2.6.9-42.EL.src.rpm
I was expecting to find the kernel-2.6.9-42.0.2.EL.src.rpm http://mirrors.kernel.org/centos/4.4/os/SRPMS/kernel-2.6.9-42.EL.src.rpm Are they the same?
THanks,
Jerry
http://mirrors.kernel.org/centos/4/updates/SRPMS/kernel-2.6.9-42.0.2.EL.src....
Hi,
I have installed centos 4.3, it has been working fine but today I couldn't use the dns service. I try to check the named status and got the following :
rndc: Couldn't find server 'localhost': Name or service not known
I will appreciate any help, it is a production box and i have to fix it asap.
Regards,
--Ivan.
On Tue, September 26, 2006 5:02 pm, Ivan Arteaga wrote:
Hi,
I have installed centos 4.3, it has been working fine but today I couldn't use the dns service. I try to check the named status and got the following :
rndc: Couldn't find server 'localhost': Name or service not known
I will appreciate any help, it is a production box and i have to fix it asap.
Regards,
a google of that error: "rndc: Couldn't find server 'localhost'" returned the following results.
http://www.google.com/search?hl=en&q=rndc%3A+Couldn%27t+find+server+%27l...
The following post on an HP forum might be a good place to start.
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=1059550...
however, without any more information that just the error message there isn't much else we can offer you.
Hi,
Thanks for the info, I already googled it and found almost nothing. Btw I changed a few things in my server including generating new rndc key and suddenly the same way the error appeared it gone. Right now it is working fine but I'm still concerned it will happens again.
Regards.
--Ivan.
"Look both ways before crossing the Net"
-----Original Message----- From: centos-bounces@centos.org [mailto:centos-bounces@centos.org] On Behalf Of Mark Weaver Sent: Wednesday, September 27, 2006 7:22 AM To: CentOS mailing list Subject: Re: [CentOS] named issue
On Tue, September 26, 2006 5:02 pm, Ivan Arteaga wrote:
Hi,
I have installed centos 4.3, it has been working fine but today I couldn't use the dns service. I try to check the named status and got the following :
rndc: Couldn't find server 'localhost': Name or service not known
I will appreciate any help, it is a production box and i have to fix it asap.
Regards,
a google of that error: "rndc: Couldn't find server 'localhost'" returned the following results.
http://www.google.com/search?hl=en&q=rndc%3A+Couldn%27t+find+server+%27l... host%27&btnG=Google+Search
The following post on an HP forum might be a good place to start.
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=1059550 &admit=-682735245+1159359553423+28353475
however, without any more information that just the error message there isn't much else we can offer you.
On Tue, September 26, 2006 5:02 pm, Ivan Arteaga wrote:
Hi,
I have installed centos 4.3, it has been working fine but today I couldn't use the dns service. I try to check the named status and got the following :
rndc: Couldn't find server 'localhost': Name or service not known
I will appreciate any help, it is a production box and i have to fix it asap.
Regards,
a google of that error: "rndc: Couldn't find server 'localhost'" returned the following results.
http://www.google.com/search?hl=en&q=rndc%3A+Couldn%27t+find+server+%27l...
The following post on an HP forum might be a good place to start.
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=1059550...
however, without any more information that just the error message there isn't much else we can offer you.
-- Mark
If you've found a wise man then you've found a man that was at one time an idiot and lived long enough to learn from his mistakes. _______________________________________________ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
Ran into the same exact issue - run rndc-confgen and put the key in your named.conf file. You may also need to comment out the caching only config if you are using it. and also the line: include /etc/rndc.key as well when you run rndc-confgen, it will gen a new key and the output will have the syntax and directions to use the new key.
For example: You will put the following in named.conf: key "rndc-key" { algorithm hmac-md5; secret "YourNewly-genned-rndc-key-here"; };
controls { inet 127.0.0.1 port 953 allow { 127.0.0.1; } keys { "rndc-key"; }; }; restart named after making the changes
Scott Silva wrote:
http://mirrors.kernel.org/centos/4/updates/SRPMS/kernel-2.6.9-42.0.2.EL.src....
I miss the kernel-source rpms, instead of the .src.rpm ones... so much easier to install without having to remember those rpmbuild commands or whatnot. Wonder why kernel-source is no longer available?
I miss the kernel-source rpms, instead of the .src.rpm ones... so much easier to install without having to remember those rpmbuild commands or whatnot. Wonder why kernel-source is no longer available?
Support, or the implication there-of I'd guess. If they provide an easy package to rebuild your own kernel, then there's the implication that you'll help when J. Random (L)user tries and breaks it. With a src.rpm, that expectation deminishes somewhat. I recall a conversation with a RH support person about the calls they'd get demanding support for the 'unsupported' kernel rpm that used to be as well. It too went the way of the dodo.
Morten Torstensen wrote:
Scott Silva wrote:
http://mirrors.kernel.org/centos/4/updates/SRPMS/kernel-2.6.9-42.0.2.EL.src....
I miss the kernel-source rpms, instead of the .src.rpm ones... so much easier to install without having to remember those rpmbuild commands or whatnot. Wonder why kernel-source is no longer available?
kernel-source spit out arch specific fluff, which was not very nice :)
On Tue, 2006-09-26 at 15:28 -0400, Jerry Geis wrote:
Hi,
I am looking for the kernel source for 4.4. All I found was
kernel-2.6.9-42.EL.src.rpm http://mirrors.kernel.org/centos/4.4/os/SRPMS/kernel-2.6.9-42.EL.src.rpm
I was expecting to find the kernel-2.6.9-42.0.2.EL.src.rpm http://mirrors.kernel.org/centos/4.4/os/SRPMS/kernel-2.6.9-42.EL.src.rpm
Are they the same?
THanks,
Jerry
The SRPMS directory under [os] is only for SRPMS released on the ISOs ...
SRPMS for [updates] are here (using your link): http://mirrors.kernel.org/centos/4.4/updates/SRPMS/
Thanks, Johnny Hughes