June 25, 2026
While working on Virtualizor I could come across an error where vps was not starting I could get below error [root@hostonline lock]# vzctl start 248 Starting container… Warning: configuration file for distribution cpanel-Centos64 not found, using defaults from /etc/vz/dists/default vzquota : (error) Quota on syscall for id 248: Device or resource busy vzquota : (error) […]
Read MoreMaildevery Report sometimes does not seem to work in WHM . The issue is due to corruption in exims stats database and tables in it Below is the fix for same #Login to Mysql as root root@host [/var/lib/mysql]# mysql Welcome to the MySQL monitor. Commands end with ; or \g. Your MySQL connection id is […]
Read MoreWhile working today came across new error in Mysql ” [myfuncol_student.ow_base_config] error: Can't create new tempfile: './myfuncol_student/ow_base_config.TMD Repairing the Mysql didn’t fix this issue mysql> repair table ow_base_config; +———————————+——–+———-+——————————————————————–+ | Table | Op | Msg_type | Msg_text | +———————————+——–+———-+——————————————————————–+ | myfuncol_student.ow_base_config | repair | error | Can’t create new tempfile: ‘./myfuncol_student/ow_base_config.TMD’ | | myfuncol_student.ow_base_config | […]
Read MoreWhile working with one hosting client we came across an issue where PHPmyadmin was blank On checking logs on /usr/local/cpanel/logs/error_log we could see below error root@hosonline [~]# tail -n 10 /usr/local/cpanel/logs/error_log Cpanel::Server::write_buffer(Cpanel::Server=HASH(0x4abf5d8), “HTTP/1.1 401 Access Denied\x{d}\x{a}Set-Cookie: cprelogin=no; HttpOnl”…) called at /usr/local/cpanel/Cpanel/Server.pm line 1132 Cpanel::Server::write_content_to_socket(Cpanel::Server=HASH(0x4abf5d8), IO::Socket::SSL=GLOB(0x4a9c208), 0, “HTTP/1.1 401 Access Denied\x{d}\x{a}Set-Cookie: cprelogin=no; HttpOnl”…, SCALAR(0x20f8ae8)) called at […]
Read MoreWhile working on Asterisk on cpanel server I could come across below error while compiling Asterisk configure: error: * uuid support not found (this typically means the uuid development ackage is missing) The issue was due to missing module. It was resolved by using below libraries #yum install uuid-devel #yum install libuuid-devel Now compile in […]
Read MoreWhile working on Centos 6 install I had a new guest today Guest being but with error ” eth0: Timesync Tx Control register not set as expected” Amazed to see this error for first time in centos 6 I google around finally to see its a bug and fix for it I restarted networking using […]
Read Moreif you are facing issues with install of wkhtmltopdf please follow below steps Download the zip file using wget root@hostonlinesupport4u.in[/home/online/public_html/onlinesupport4u.in/cgi-bin]# wget http://wkhtmltopdf.googlecode.com/files/wkhtmltopdf-0.9.9-static-amd64.tar.bz2 –2015-07-20 03:15:00– http://wkhtmltopdf.googlecode.com/files/wkhtmltopdf-0.9.9-static-amd64.tar.bz2 Resolving wkhtmltopdf.googlecode.com… 64.233.168.82, 2607:f8b0:4003:c07::52 Connecting to wkhtmltopdf.googlecode.com|64.233.168.82|:80… connected. HTTP request sent, awaiting response… 200 OK Length: 8218260 (7.8M) [application/x-bzip2] Saving to: `wkhtmltopdf-0.9.9-static-amd64.tar.bz2′ 100%[====================================================================================================================================================================================================>] 82,18,260 15.3M/s in 0.5s 2015-07-20 03:15:00 (15.3 […]
Read MoreGetting error while doing ftp in cpanel server “Failed to retrieve directory listing” Status: Connecting to 199.162.171.19:21… Status: Connection established, waiting for welcome message… Status: Initializing TLS… Status: Verifying certificate… Status: TLS connection established. Status: Server does not support non-ASCII characters. Status: Connected Status: Retrieving directory listing… Command: PWD Response: 257 “/” is the […]
Read MoreTo install ZendGuard on cpanel server follow below steps SSH to server as root user and run below script root@online [~]# /scripts/installzendopt Updating digest list Fetching http://httpupdate.cpanel.net/cpanelsync/easy/targz.yaml (connected:0)…….(request attempt 1/12)…Using dns cache file /root/.HttpRequest/httpupdate.cpanel.net……searching for mirrors (mirror search attempt 1/3)……loaded mirror speeds from cache……mirror search success……connecting to 67.222.0.10…@67.222.0.10……connected……receiving…100%……request success……Done Downloading tarball for Zendopt Fetching http://httpupdate.cpanel.net/cpanelsync/easy/targz/Cpanel/Easy/Zendopt.pm.tar.gz.linux-generic-64 […]
Read More