Jump to content

pdnsd not starting?


seraph741
 Share

Recommended Posts

Do you have all repositories on your system? (main, contrib, updates, plf-free and plf-nonfree)

 

Maybe you're missing some dependencies causing the problem. Go into System/Configuration/Packaging/Software Media Manager and check to see if you have the above repositories.

 

If not, then remove pdnsd and then add the repositories and then reinstall it again later.

 

Remove with:

 

urpme pdnsd

 

or whatever the packagename is.

Link to comment
Share on other sites

Open up a command line and do this:

 

chkconfig --list

 

and see if pdnsd appears in the list. Does it have "on" against runlevels 3 and 5?

 

Now, try:

 

service pdnsd start

 

and if it fails, look in /etc/init.d/ and see if a file called pdnsd exists. If not, this is why your service is failing to start.

Link to comment
Share on other sites

i haven't set it up really, just trying to get pdnsd to run, seems like install was wrong or something.

 

 // $Id: pdnsd.conf.in,v 1.4 2000/11/11 20:32:58 thomas Exp $

global {
perm_cache=512;
cache_dir="/var/cache/pdnsd";
max_ttl=604800;
run_as="nobody";
paranoid=on;
#	server_port=53;
#	server_ip="127.0.0.1";
}

server {
ip="192.168.0.1";
timeout=30;
interval=30;
uptest=ping;
ping_timeout=50;
purge_cache=off;
}

source {
ttl=86400;
owner="localhost.";
#	serve_aliases=on;
file="/etc/hosts";
}

/*
neg {
ttl=86400;
name="foo.bar.";
types=domain;
}

neg {
ttl=86400;
name="foo.baz.";
types=A,AAAA, MX;
}
*/
/*
rr {
ttl=86400;
owner="localhost.";
name="localhost.";
a="127.0.0.1";
soa="localhost.","root.localhost.",42,86400,900,86400,86400;
}

rr {
ttl=86400;
owner="localhost.";
name="1.0.0.127.in-addr.arpa.";
ptr="localhost.";
soa="localhost.","root.localhost.",42,86400,900,86400,86400;
} */

Link to comment
Share on other sites

To turn the service on:

 

chkconfig pdnsd on

 

but if it won't work with:

 

service pdnsd start

 

then there can only be a config problem of some sorts if all the files are in the right place.

Link to comment
Share on other sites

Do you have a user "nobody" in your system?

If you don't then it won't start (same is the default behaviour of some FTP servers, like proFTPd).

I believe than documentation suggests starting the daemon with

pdnsd -s

or

pdns --status

and then running

pdnsd-ctl

for doing runtime configuration.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
 Share

×
×
  • Create New...