B boonchuan Verified User Joined Dec 23, 2004 Messages 103 Mar 26, 2005 #1 I shut off my named services because I am using external nameservers. But DA messages keep appearing saying named is down, anyway to shut off this warning messages?
I shut off my named services because I am using external nameservers. But DA messages keep appearing saying named is down, anyway to shut off this warning messages?
jmstacey Verified User Joined Feb 12, 2004 Messages 3,887 Location Colorado Mar 26, 2005 #2 http://help.directadmin.com/item.php?id=25
B boonchuan Verified User Joined Dec 23, 2004 Messages 103 Mar 26, 2005 #3 Mine has something like #!/bin/bash in the 1st line so I just change to #!/bin/sh?
jmstacey Verified User Joined Feb 12, 2004 Messages 3,887 Location Colorado Mar 26, 2005 #4 Yes, but the important thing is the exit 0; otherwise it won't work. Deleting anything that might be in that file and just replacing it with what was shown in the link I gave should do the trick.
Yes, but the important thing is the exit 0; otherwise it won't work. Deleting anything that might be in that file and just replacing it with what was shown in the link I gave should do the trick.