Skip to main content

OnlineSupport4u

[ERROR] Can’t init tc log Mariadb

By PrasadNaik
March 30, 2018

2018-03-30 2:06:19 139671858284288 [Note] InnoDB: Dumping buffer pool(s) not yet started 2018-03-30 2:06:19 139672598403328 [Note] Plugin ‘FEEDBACK’ is disabled. 2018-03-30 2:06:19 139672598403328 [Note] Recovering after a crash using tc.log 2018-03-30 2:06:19 139672598403328 [ERROR] Can’t init tc log 2018-03-30 2:06:19 139672598403328 [ERROR] Aborting Was getting above error in mysql errorlog The solution to this issue was […]

Read More

umount: /backup: device is busy

By PrasadNaik
March 12, 2018

While trying to unmount a secondary drive I see below error umount: /backup: device is busy. (In some cases useful info about processes that use the device is found by lsof(8) or fuser(1)) The issue was due to the drive /dev/sdb being used by some process Below is the process on how to find process […]

Read More

The system could not create the user “triltch” because it conflicts with an unmanaged MySQL database user and an unmanaged PostgreSQL database user

By PrasadNaik
February 21, 2018

While creating a new account in server was getting below error The issue was due to mysql user already being present in server root@srv1 [~]# /scripts/wwwacct trill.com tritch hood773ud +===================================+ | New Account Info | +===================================+ | Domain: trill.com | UserName: tritch | PassWord: hood773ud +===================================+ This ok? yes Checking input data……Done Validating system setup……Done […]

Read More

SMTP AUTH is required for message submission on port 587

By PrasadNaik
January 17, 2018

The ‘SMTP AUTH’ error usually happens when users try to send mails without properly authenticating their mail account in email clients such as Outlook or Thunderbird. What causes the error ‘SMTP AUTH is required for message submission on port 587’ in cPanel/WHM servers With the latest cPanel/WHM update, email accounts that were working fine till […]

Read More

Your system has run out of available ip addresses, or you do not have permission to use any more ip addresses WHMCS

By PrasadNaik
December 20, 2017

While activating a new account I could see an error “Your system has run out of available ip addresses, or you do not have permission to use any more ip addresses” The issue was due to the server running out of spare dedicated IP address The issue can be resolved in 2 ways 1) Adding […]

Read More

How to fix invalid cPanel license error when the IP is in fact licensed

By PrasadNaik
December 8, 2017

  Was getting below error on cpanel server  even when cpanel license was assigned for main server IP address root@server4 [/etc/sysconfig/network-scripts]# /usr/local/cpanel/cpkeyclt Updating cPanel license…Done. Update Failed! Error message: The cPanel license server said that there was no license for your IP address. For more information visit: http://www.cpanel.net/lic.html The exact message was: Abort, Retry, Fail? […]

Read More

Ffmpeg on Centos 7 and Centos 6

By PrasadNaik
December 7, 2017

Login to server via SSH Below steps are for Centos 7 yum -y install epel-release rpm –import http://li.nux.ro/download/nux/RPM-GPG-KEY-nux.ro rpm -Uvh  http://li.nux.ro/download/nux/dextop/el7/x86_64/nux-dextop-release0-5.el7.nux.noarch.rpm yum -y install ffmpeg ffmpeg-devel   Below steps are for Centos 6 yum -y install epel-release rpm –import http://li.nux.ro/download/nux/RPM-GPG-KEY-nux.ro wget https://li.nux.ro/download/nux/dextop/el6/x86_64/nux-dextop-release-0-1.el6.nux.noarch.rpm rpm ivh  nux-dextop-release-0-1.el6.nux.noarch.rpm yum -y install ffmpeg ffmpeg-devel   now we need to […]

Read More

IPAddress is already an active IP

By PrasadNaik
October 18, 2017

While trying to change main IP of server was facing issue Where was getting message IPAddress is already an active IP On checking around found the below solution which worked   Make sure that the IP address you’re trying to add has been removed from these files: /etc/hosts /etc/ips /etc/mail_reverse_dns If you happen to also […]

Read More
1 2 7