• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.

named down, seg fault?

Z

ZionAhead

Guest
-bash-3.00# service named restart
Stopping named: [ OK ]
Starting named: /etc/init.d/named: line 46: 14206 Segmentation fault
 
there are several possibilities:
1) server is compromised and some binaries are replaced or infected
2) hardware failing or disk is corrupted
3) if it is Virtuozzo Container -- probably there is not enough resources for named to start
anyway, looking into /var/log/messages, dmesg and tracing the process with 'strace' (strace -f -v -s1024 -o strace.log /etc/init.d/named start) would be a good idea.

Good luck.
 
Back
Top