How to fix: Error 1075, The dependency service does not exist or has been marked for deletion

Exact error: System error 1075 has occurred. The dependency service does not exist or has been marked for deletion. Symptom: Viewing any Windows XP/Vista service “Dependencies” tab in Control Panel > Administrative Tools > Services, throw an error. Possibly cause(s): Broken Windows Management Instrumentation repository. Purpose: Windows Management Instrumentation (WMI) is the infrastructure for management data and operations on Windows-based…

Read More »

semget: No space left on device

Whenever you start Apache, it keeps crashing with error “semget: No space left on device”. Apacha error_log shows: # tail /etc/httpd/logs/error_log semget: No space left on device semget: No space left on device [Wed Sep 12 10:54:27 2007] [warn] pid file /usr/local/apache/logs/httpd.pid overwritten — Unclean shutdown of previous Apache run? semget: No space left on device [Wed Sep 12 10:56:27…

Read More »

How to fix ConfigServer Mail Manage Internal Server Error after cPanel upgrade?

I was upgrading my cPanel to v11.24.4-R32603 – WHM 11.24.2 – X 3.9 and I noticed that ConfigServer Mail Manage is broken after the upgrade. Below is the error message I got while accecssing ConfigServer Mail Manage (http://[IP_Address]:2087/cgi/addon_cmm.cgi) Internal Server Error Premature end of script headers: /usr/local/cpanel/whostmgr/docroot/cgi/addon_cmm.cgi:Please check / usr / local / cpanel / logs / error_log for the…

Read More »

How to move MySQL datadir to another drive

Is your MySQL database consuming a significant amount of space, and your current drive is running out of storage? Moving your MySQL database to another drive can be a viable solution, minimizing downtime while potentially boosting MySQL performance, particularly on high-speed drives like Raptor or SCSI. In this guide, we’ll walk you through the process. I’m assuming: – the second…

Read More »

Why does grep report “Binary file matches”?

The grep command is a powerful tool for searching for text in files. However, it can sometimes report “Binary file matches” if the file it is searching contains binary data. This is because grep by default assumes that a file is binary if the first few bytes of the file indicate that it contains binary data. Today I found an…

Read More »

How to disable Drupal comment block timestamp?

Drupal is a free software package that allows an individual or a community of users to easily publish, manage and organize a wide variety of content on a website. Official website: http://drupal.org We will disable the comment block timestamp, something like this: # Lorem ipsum… 1 weeks 1 day ago # Lorem ipsum… 1 day ago After hack: # Lorem…

Read More »