This is a discussion on Re: what is wrong with this? within the Bind Users forums, part of the DNS and Related Forums category; In article <cvdodb$1jjj$1@sf1.isc.org>, "ozi" <oguz@ce.yildiz.edu.tr> ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
In article <cvdodb$1jjj$1@sf1.isc.org>, "ozi" <oguz@ce.yildiz.edu.tr>
wrote: > named starts at boot. So I looked into boot messages by dmesg > > boot.messages but nothing related to bind or named there. > "locate log | grep named" returns nothing. Same goes for grep bind, > too... where should I look for named log messages? I don't know what you expect "locate log | grep named" to do. Locate prints the full paths of all files named "log", and "grep named" will show any of those filenames that contain "named". But named doesn't have its own log file (unless you've customized your logging), it just logs to the system's normal log file. You want to do: grep named /path/to/your/log/file Depending on the operating system, your logfile may be /var/adm/messages, /var/log/syslog, or something similar to these. Look in your /etc/syslog.conf to see where it sends daemon log messages. -- Barry Margolin, barmar@alum.mit.edu Arlington, MA *** PLEASE post questions in newsgroups, not directly to me *** |
![]() |
| Thread Tools | |
| Display Modes | |
|
|