hi everybody, i'm a new macports user, i installed the bind software for create a dns server at my laptop (PowerBook G4 latest version 5,9) ! i use mac os x 10.4.10 with macport 1.5, i installed bind9 (9.4.1-P1_0) but after the compilation, i launched this command (/opt/local/sbin/named or sudo /opt/local/sbin/named) but the named is not started ... :/ i don't have a error message but when i say the command with a "&" after the command i've the message fullmetal% /opt/local/sbin/named & [1] 16203 fullmetal% [1] + exit 1 /opt/local/sbin/named i don't know why named doesn't start ... :/ i'm sorry for my very bad english et thanks for you help ! -- Maire Alban.
On Aug 3, 2007, at 14:46, Maire Alban. wrote:
i'm a new macports user, i installed the bind software for create a dns server at my laptop (PowerBook G4 latest version 5,9) !
i use mac os x 10.4.10 with macport 1.5, i installed bind9 ( 9.4.1- P1_0) but after the compilation, i launched this command (/opt/local/sbin/ named or sudo /opt/local/sbin/named) but the named is not started ... :/ i don't have a error message but when i say the command with a "&" after the command i've the message
fullmetal% /opt/local/sbin/named & [1] 16203 fullmetal% [1] + exit 1 /opt/local/sbin/named
i don't know why named doesn't start ... :/
I imagine it needs to start as root. Also, since bind9 creates launchd items for you, you should use those to start and stop the process. "port install" should have shown you the launchctl command you need to use to start and stop it.
my problem to start bind has been resolved but i've a new problème ... i can't to ping the domain which i set up but when i use tools " nslookup " and "dig" he sees it well ! fullmetal% nslookup albanmaire.local Server: 127.0.0.1 Address: 127.0.0.1#53 Name: albanmaire.local Address: 127.0.0.1 fullmetal% dig albanmaire.local ; <<>> DiG 9.4.1-P1 <<>> albanmaire.local ;; global options: printcmd ;; Got answer: ;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 64719 ;; flags: qr aa rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 1, ADDITIONAL: 1 ;; QUESTION SECTION: ;albanmaire.local. IN A ;; ANSWER SECTION: albanmaire.local. 3600 IN A 127.0.0.1 ;; AUTHORITY SECTION: albanmaire.local. 3600 IN NS ns.albanmaire.local. ;; ADDITIONAL SECTION: ns.albanmaire.local. 3600 IN A 127.0.0.1 ;; Query time: 5 msec ;; SERVER: 127.0.0.1#53(127.0.0.1) ;; WHEN: Sun Aug 5 17:28:04 2007 ;; MSG SIZE rcvd: 83 fullmetal% ping albanmaire.local ping: cannot resolve albanmaire.local: Unknown host thanks for you help ! On 8/3/07, Maire Alban. <albanmaire@gmail.com> wrote:
hi everybody,
i'm a new macports user, i installed the bind software for create a dns server at my laptop (PowerBook G4 latest version 5,9) !
i use mac os x 10.4.10 with macport 1.5, i installed bind9 ( 9.4.1-P1_0) but after the compilation, i launched this command (/opt/local/sbin/named or sudo /opt/local/sbin/named) but the named is not started ... :/ i don't have a error message but when i say the command with a "&" after the command i've the message
fullmetal% /opt/local/sbin/named & [1] 16203 fullmetal% [1] + exit 1 /opt/local/sbin/named
i don't know why named doesn't start ... :/
i'm sorry for my very bad english et thanks for you help !
-- Maire Alban.
-- Maire Alban.
On Aug 5, 2007, at 11:28 AM, Maire Alban. wrote:
my problem to start bind has been resolved but i've a new problème ...
This is not really a place to discuss bind problems (a bind-specific mailing list would probably be better) since the macports part of this is already working for you. I'll try and help, though.
i can't to ping the domain which i set up but when i use tools " nslookup " and "dig" he sees it well !
fullmetal% nslookup albanmaire.local
here's your problem. nslookup and dig let you know that your bind conf is serving up an A record for that hostname, but it won't work. Apple's resolver implementation sends queries for local. (the local TLD) to Rendezvous, so the query never gets to your nameserver. Your best option is to choose some other TLD. -- Daniel J. Luke +========================================================+ | *---------------- dluke@geeklair.net ----------------* | | *-------------- http://www.geeklair.net -------------* | +========================================================+ | Opinions expressed are mine and do not necessarily | | reflect the opinions of my employer. | +========================================================+
--On August 5, 2007 12:00:12 PM -0400 "Daniel J. Luke" <dluke@geeklair.net> wrote:
nslookup and dig let you know that your bind conf is serving up an A record for that hostname, but it won't work.
Apple's resolver implementation sends queries for local. (the local TLD) to Rendezvous, so the query never gets to your nameserver.
It's possible to use .local as both a Rendezvous domain and a normal TLD. See <http://docs.info.apple.com/article.html?artnum=107800> for more information. I've done this for ages and it works fine. -- Mike Alexander mta@umich.edu Ann Arbor, MI PGP key ID: BEA343A6
yeah, thanks for your help ! daniel : i use ".local" for seperate the other .tld as .com or .net ! :) thanks you ^^ On 8/5/07, Mike Alexander <mta@umich.edu> wrote:
--On August 5, 2007 12:00:12 PM -0400 "Daniel J. Luke" <dluke@geeklair.net> wrote:
nslookup and dig let you know that your bind conf is serving up an A record for that hostname, but it won't work.
Apple's resolver implementation sends queries for local. (the local TLD) to Rendezvous, so the query never gets to your nameserver.
It's possible to use .local as both a Rendezvous domain and a normal TLD. See <http://docs.info.apple.com/article.html?artnum=107800> for more information. I've done this for ages and it works fine.
-- Mike Alexander mta@umich.edu Ann Arbor, MI PGP key ID: BEA343A6
-- Maire Alban.
participants (4)
-
Daniel J. Luke
-
Maire Alban.
-
Mike Alexander
-
Ryan Schmidt