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 306159 Details for
Bug 447486
bind: named in chroot: the working directory is not writable
[?]
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.
Result of adding 192.168.1.5 to listen-on using s-c-b
named.conf.REJECT.2008-5-20_13.17.38 (text/plain), 1.12 KB, created by
Al Dunsmuir
on 2008-05-20 17:21:15 UTC
(
hide
)
Description:
Result of adding 192.168.1.5 to listen-on using s-c-b
Filename:
MIME Type:
Creator:
Al Dunsmuir
Created:
2008-05-20 17:21:15 UTC
Size:
1.12 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 { > allow-query { > localhost; >}; > > > >port 53 { > 127.0.0.1; >}; > > listen-on-v6 port 53 { ::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"; > > recursion yes; >}; > >logging { > channel default_debug { > file "data/named.run"; > severity dynamic; > }; >}; > > >zone "1.168.192.IN-ADDR.ARPA." IN { > type master; > file "192.168.1.db"; >}; >zone "fernbank.whitby.ca." IN { > type master; > file "fernbank.whitby.ca.db"; >}; >zone "." IN { > type hint; > file "named.ca"; >}; > >include "/etc/named.rfc1912.zones"; >
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 447486
:
306078
|
306079
|
306130
|
306132
|
306133
|
306134
|
306135
|
306136
| 306159