BIND is the most widely used DNS software on the internet and the de facto standard on Unix-like operating systems.

learn more… | top users | synonyms

1
vote
2answers
107 views

Unable to access my domain (BIND9 issue)

I successfully run BIND9 for using domain name over the local network (BIND9 installed in 192.168.0.74) but when I added WAN for adding the Internet to all the network, all the PCs became unable to ...
2
votes
1answer
290 views

Ubuntu 12.04 and bind9 not responding to queries

I'm trying to set up an authoritative DNS server with bind9 (9.8.1-P1) on Ubuntu 12.04.2 LTS (upgraded from Ubuntu 11.04) and I am encountering some problems. External problem When trying to check ...
1
vote
1answer
19 views

what does “@” mean in bind zone file?

usually after $TTL and $ORIGIN there is a line starting with @ and IN zone name then email address of admin, what does @ mean here and in the next entries?
1
vote
1answer
87 views

Unable to update because of bind issue on Ubuntu 12.04 LTS

How can I completly uninstall Bind 9 on Ubuntu. Its causing issues with keeping the server up to date as shown. **root@cp11:~# apt-get upgrade** Reading package lists... Done Building ...
1
vote
1answer
184 views

Bind9 - openssl problem

when I try to start bind9; simply fail because of chroot & openssl /etc/init.d/bind9 start log messages; Feb 17 08:26:27 ISTVS2024 named[2440]: initializing DST: openssl failure Feb 17 ...
1
vote
1answer
157 views

binding back/forward to mouse buttons

I have a basic logitech mouse with 5 buttons: left, right, wheel left, wheel, wheel right. I used to use wheel left and right for going back and forward in my browser or navigator. Now this doesn't ...
1
vote
1answer
170 views

Ubuntu 12.04 + Eclipse 64 bits key binding error

The text is quite extense so, this is just a part of it: !SESSION 2012-11-23 10:15:52.442 ----------------------------------------------- eclipse.buildId=I20120608-1200 java.version=1.7.0_09 ...
1
vote
1answer
213 views

xvkbd broken with warnings

I'm using the latest version of Ubuntu and I can't run xvkbd properly. I get these errors: $ xvkbd Warning: Cannot convert string "-*-lucidatypewriter-bold-r-*-*-12-*-*-*-*-*-iso8859-1" to type ...
1
vote
1answer
108 views

Binding an action to a combination of mouse buttons

I know that X-system limits binding an action to a combination of mouse buttons (e.g. right click + mouse wheel up/down which I used to bind to sound volume up/down in windows but I cannot do the same ...
0
votes
1answer
395 views

Ubuntu 12.04 Bind DLZ

When compiling Bind with DLZ support it does not want to compile bind9/bind9-9.8.1.dfsg.P1/debian/rules configure: configure-stamp configure-stamp: dh_testdir ./configure ...
0
votes
1answer
63 views

Bind typed phrase to F key

I am new to ubuntu and seeing if I can replicate the functionality of AutoHotKey (from windows). I have a series of phrases that I regularly type in various applications. I would like to be able to ...
3
votes
0answers
59 views

How do I prevent directories mounted with 'bind' from appearing on 'Devices' on nautilus?

I have these lines in the fstab # binds /media/DataNtfs/Music /home/can/Music none rw,bind /media/DataNtfs/Pictures /home/can/Pictures none ...
1
vote
0answers
21 views

Weird BIND9 Behavior

This problem has been bothering me for 2 days and hope you guys can give me some advice. I try to set up outlook.com as my mail service. And of course it require me to update my MX record to point to ...
1
vote
0answers
468 views

Having problems getting Samba4 and Bind9 working together because of apparmor

So I've been following the Samba4 HOWTO, which has gone reasonably well. The issue I'm having is I can't get BIND9 to restart when the samba configuration is included in /etc/bind/named.conf.local: ...
0
votes
0answers
39 views

dump cache of bind dns

when I do rndc dumpdb then this file has no new cache dumped (18.04 was yesterday, I don't know how I did this dump) and looks like: > ; ; Start view _default ; ; ; Cache dump of view '_default' ...
0
votes
0answers
57 views

Bindgraph is creating blank graphs

.... on my 11.04 VPS with a basic Ubuntu installation. Another server (physical) with 12.04 does not display this issue. The software versions of bind9 & rrdtool are slightly different. Both ...
0
votes
0answers
56 views

Multiple domains names being appended for each DNS query

I found an odd problem with a Ubuntu 12.04 server. It seems that multiple domains are being appended to each DNS query, resulting in our bind server bind being flooded. For example, we have the ...
0
votes
0answers
19 views

Average Number of Domains Supported by BIND DNS Server

How many DNS domains does BIND DNS Server support on Ubuntu 12.04 Server? Using an Amazon EC2 micro instance.
0
votes
0answers
71 views

Backing up bind mounted folders

My layout is as follows. LVM Setup: /dev/VG/Documents, /dev/VG/Music, /dev/VG/Pictures, /dev/VG/Music, /dev/VG/Documents, etc.... Each of the LVMs is bind mounted to the corresponding folder name in ...
0
votes
0answers
102 views

Ubuntu bind server stops working every few minutes

We have a bind9 DNS server installed on our network running on an Ubuntu system. Normally it works just fine, but every 20 minutes or so, it will stop working for about 3 minutes. Normally if I "dig ...
0
votes
0answers
127 views

Bind DNS caching Active Directory doesn't return all MX records

We two Ubuntu boxes set with bind9 and are in user as primary and secondary DNS servers on the network. The problem I facing is that I have MX records setup on AD DNS and dig only returns the top ...