Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 282771 Details for
Bug 417431
Name Daemon does not gracefully shutdown
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
Config file of named
named.conf (text/plain), 1.00 KB, created by
Ronald
on 2007-12-10 13:55:19 UTC
(
hide
)
Description:
Config file of named
Filename:
MIME Type:
Creator:
Ronald
Created:
2007-12-10 13:55:19 UTC
Size:
1.00 KB
patch
obsolete
>// >// named.caching-nameserver.conf >// >// Provided by Red Hat caching-nameserver package to configure the >// ISC BIND named(8) DNS server as a caching only nameserver >// (as a localhost DNS resolver only). >// >// See /usr/share/doc/bind*/sample/ for example named configuration files. >// >// DO NOT EDIT THIS FILE - use system-config-bind or an editor >// to create named.conf - edits to this file will be lost on >// caching-nameserver package upgrade. >// > >options { > listen-on port 53 { 127.0.0.1; }; > directory "/var/named"; > dump-file "/var/named/data/cache_dump.db"; > statistics-file "/var/named/data/named_stats.txt"; > memstatistics-file "/var/named/data/named_mem_stats.txt"; > allow-query { 127.0.0.1; }; > recursion yes; > fetch-glue no; > use-id-pool yes; > transfer-format many-answers; > cleaning-interval 0; > heartbeat-interval 0; > interface-interval 0; > statistics-interval 0; >}; > >controls {}; > >zone "." { > type hint; > file "named.ca"; >}; > >zone "127.0.0.1" { > type master; > file "named.localhost"; >};
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 417431
: 282771 |
282791