Search found 8 matches
- 2013/02/04 18:06:41
- Forum: CentOS 6 - Software Support
- Topic: named log, what mean about "in any -ed" or "in any -edc"
- Replies: 0
- Views: 706
named log, what mean about "in any -ed" or "in any -edc"
Hi, guys I not good for english, so.... I have a DNS server, i looking for named log at last day and found something: 05-Feb-2013 00:05:31.085 queries: info: client xx.xx.xx.xx#60470: view external: query: xxx.com IN ANY -ED (xx.xx.xx.xx)/([::]) 05-Feb-2013 00:07:43.501 queries: info: client xx.xx.x...
- 2011/07/20 16:20:18
- Forum: CentOS 6 - Networking Support
- Topic: IPv6-only Installation
- Replies: 6
- Views: 2695
Re: IPv6-only Installation
[quote]but, i test ipv6 only dns server at 2009, if the remote dns server is dual-stack and the client(local ipv6 dns server) is ipv6 only, you can't get any ipv6 record.[/quote] local domain(ipv6 only) has dns server and cliet, client nameserver is local dns server. if the remote dns server is dual...
- 2011/07/20 08:01:03
- Forum: CentOS 6 - Networking Support
- Topic: IPv6-only Installation
- Replies: 6
- Views: 2695
Re: IPv6-only Installation
yes. i know installer not send query for AAAA record. but, i test ipv6 only dns server at 2009, if the remote dns server is dual-stack and the client(local ipv6 dns server) is ipv6 only, you can't get any ipv6 record. [root@mailtest source]# dig mirrors.kernel.org any ; > DiG 9.3.6-P1-RedHat-9.3.6-4...
- 2011/07/19 16:46:26
- Forum: CentOS 6 - Networking Support
- Topic: IPv6-only Installation
- Replies: 6
- Views: 2695
IPv6-only Installation
mirrors.kernel.org is not ipv6 only, it's dual-stack dns server.
so if you want install over ipv6, the domain must have ipv6 only dns server.
so if you want install over ipv6, the domain must have ipv6 only dns server.
- 2011/07/05 16:23:44
- Forum: CentOS 5 - Hardware Support
- Topic: [RESOLVED] RHEL 5.4, initrd-2.6.18-164.el5PAE.img md5 sum different, file size also different
- Replies: 10
- Views: 1938
Re: RHEL 5.4, initrd-2.6.18-164.el5PAE.img md5 sum different, file size also different
thanks everyone. i always thought that RHEL/CENTOS/Fedora file was already compiled。each file has its own unique md5 sum, whether before or after installation. i never thought the files(initrd-2.6.18-164.el5PAE.img) will be generated during installation. that file md5 sum and file size was different...
- 2011/07/04 20:51:32
- Forum: CentOS 5 - Hardware Support
- Topic: [RESOLVED] RHEL 5.4, initrd-2.6.18-164.el5PAE.img md5 sum different, file size also different
- Replies: 10
- Views: 1938
Re: RHEL 5.4, initrd-2.6.18-164.el5PAE.img md5 sum different, file size also different
1, to pschaff: [quote] Have you verified that it will not run on an updated system? There is great effort expended to assure compatibility across minor releases.[/quote] yes. 2, to TrevorH: [quote] It's normal. The initrd is built on your machine and contains drivers specific to the hardware on that...
- 2011/07/04 04:22:41
- Forum: CentOS 5 - Hardware Support
- Topic: [RESOLVED] RHEL 5.4, initrd-2.6.18-164.el5PAE.img md5 sum different, file size also different
- Replies: 10
- Views: 1938
Re: RHEL 5.4, initrd-2.6.18-164.el5PAE.img md5 sum different, file size also different
I am sorry, pschaff. 1, the application software must install on this veriosn(RHEL5.4). 2, use rpm -V [root@master Server]# rpm -V kernel [root@master Server]# [root@master Server]# rpm -V kernel | grep init [root@master Server]# i want to know, the size of this file(initrd-2.6.18-164.el5PAE.img) on...
- 2011/07/03 15:19:13
- Forum: CentOS 5 - Hardware Support
- Topic: [RESOLVED] RHEL 5.4, initrd-2.6.18-164.el5PAE.img md5 sum different, file size also different
- Replies: 10
- Views: 1938
[RESOLVED] RHEL 5.4, initrd-2.6.18-164.el5PAE.img md5 sum different, file size also different
hi, all. I'm new to linux. so.... I install RHEL 5.4 to two server, no network connect, iso md5 sum is ok. after install, check md5 sum: [root@master boot]# md5sum /usr/bin/md5sum feca69fe03b14df39b42501fe34fcb78 /usr/bin/md5sum [root@master boot]# rpm -qf /usr/bin/md5sum coreutils-5.97-23.el5 [root...