Bind: lame server
Tuesday, October 18
I got a such of error messagesOct 18 00:46:39 squid named[1625]: lame server resolving '53.165.157.64.in-addr.arpa' (in '165.157.64.in-addr.arpa'?): 209.244.4.20#53
What are these "lame server" errors in my logs?
A "lame server" is a server that does not believe it is authoritative for a domain which has been delegated to it. The "lame server" messages can be useful if you have the lame server, or are a domain delegated to the lame server. If you would rather not see the "lame server" messages, you can discard them using the logging statement:
-- named.conf --
logging {
category lame-servers{ null; };
};
http://www.nominum.com/getOpenSourceResource.php?id=6#faq_95
Read more!
SNMP on Windows 2003
Monday, October 17
Secara default snmp client yang berjalan di Windoows 2003 hanya listen di interface localhost saja. Silahkan kebagian SNMP Services lihat di tab Security, dan tambahkan host yang boleh mengquery datanya.Read more!
dhcp: Permission denied -- check for failed database rewrite attempt
Thursday, October 13
Sudah lama tidak ngeposting disini, soalnya sudah punya yang lain, jadi maklum agak ditelantarkan, tapi tidak akan dilupakan :).Rencananya blog ini mau dijadikan sebagai error log yang pernah dihadapi berikut links yang didapat. Mudah-mudahan bermamfaat.
Nah, pesan kesalahan diatas ditampilkan ketika ingin menjalankan dhcp, yang aku sendiri penyebab pastinya belum/tidak mengetahui, penyuntigan file dhcpd.conf dilakukan oleh rekanan saya, sayang cadangan berkas sebelumnya tidak ada. Dan jurus cepat & praktis ini bisa menyelesaikan persoalan saat ini.
dee@smm $ sudo restorecon -R /etc/dhcp* /var/lib/dhcp
Referensi:
https://www.redhat.com/archives/fedora-list/2005-March/msg01906.html
Read more!