PDA

View Full Version : Inetd Errors



Brian
02-03-2004, 04:54 PM
Feb 3 23:52:01 cryo named[77271]: reloading nameserver
Feb 3 23:52:01 cryo named[77271]: db_load could not open: localhost-v6.rev:localhost.rev: No such file or directory
Feb 3 23:52:01 cryo named[77271]: db_load could not open: localhost-v6.rev:localhost-v6.rev: No such file or directory
Feb 3 23:52:01 cryo named[77271]: db_load could not open: localhost-v6.rev:localhost-v6.rev: No such file or directory
Feb 3 23:52:01 cryo named[77271]: Ready to answer queries.
Feb 3 23:52:46 cryo inetd[78]: imap4/tcp: bind: Address already in use

Anyone?

DirectAdmin Support
02-04-2004, 11:00 AM
Hello,

Your named.conf (/etc/named.conf or /etc/namedb/named.conf) is trying to load those files, by they probably don't exist. Either remove the lines that are calling those files, or create the files.

The inetd error means that another program is already using port 143, so you can just find and kill any other imapd programs.

John