Recent Comments
- Roger Cody Venable on MySQL Upgrade To 5.1: Database Name Prefix #mysql50#
- Sharon Cote on Disappearing Bottom Panel & Top With Firefox + Linux Mint
- Pratik on Install GD Library For PHP5 On CentOS
- Compiling, Running and Cursing on Chromium OS – Getting It To Work ~ Mattias Geniar on Chromium OS: error: RPC failed; result=22, HTTP code = 502
- Lovelesh on Simple Apache Security Trick – ServerTokens & ServerSignature
- No need on VMware: internal error – vmodl.fault.HostCommunication
Tag Archives: bind
Implementing & Maintaining DNSSEC On Bind9 Nameservers
I won’t be going into detail what DNSSEC is, and what it does. This only covers the implementation (deployment) and maintenance that accompanies DNSSEC. Here’s the small index of topics I’ll cover. What is DNSSEC? Enabling DNSSEC in your environment … Continue reading
Named/Bind: Could not listen on UDP socket : permission denied
When running Plesk on a Windows Server, you might encounter the following error: “Could not listen on UDP socket : permission denied” after a Windows Update. The short version is this: there’s another service listening on port 53 (DNS), which … Continue reading
“The service could not bind instance 1. The data is the error code.”
Update: this article talks about SMTP service throwing the error, but it is applicable to any possible service. In short; you’re trying to start a service on a port, on which another service is already running. Ready on for more … Continue reading