cPanel: Warning: fopen(/tmp/horde_.log): failed to open

Sometimes you may get the following error in cPanel: [wpfmb type=’error’ theme=2]Warning: fopen(/tmp/horde_32001.log): failed to open stream: Permission denied in /usr/local/cpanel/3rdparty/lib/php/Log/file.php on line 202 Warning: Cannot modify header information – headers already sent by (output started at /usr/local/cpanel/3rdparty/lib/php/Log/file.php:202) in /usr/local/cpanel/base/horde/login.php on line 96[/wpfmb] It can be due to one of following reasons: 1. If /tmp has […]

Continue Reading…

How to Check DNS ( BIND ) Configuration File

In case of any changes in bind configuration, recommended to check DNS configuration file before restarting service. named-checkconf /etc/named.conf You can use below command , in case of chroot environment: named-checkconf -t /var/named/chroot /etc/named.conf Above command will not show any output if there are no error found in configuration file. In case of any errors will […]

Continue Reading…