SVN install error

ARUN Posted in SVN, WHM BACKEND
0

Getting the following error while trying to install SVN using yum

yum install subversion

Error: Missing Dependency: perl(URI) >= 1.17 is needed by package subversion-1.4.2-4.el5_3.1.x86_64 (base)Error: Missing Dependency: httpd-mmn = 20051115 is needed by package mod_dav_svn-1.4.2-4.el5_3.1.x86_64 (base) You could try using –skip-broken to work around the problem You could try running: package-cleanup –problems                        package-cleanup –dupes                        rpm -Va –nofiles –nodigest

Solution :

vi /etc/yum.conf

Remove perl* from exclude list and run   yum install subversion

After SVN is installed please dont forget to add the perl* in yum.conf as cpanel may break if perl is updated when you run yum update the next time.

spamd failed @ Wed Mar 23 02:42:23 2011. A restart was attempted automatically. Service Check Method: [check command]

ARUN Posted in ERROR, MAIL, WHM BACKEND
0

spamd failed @ Wed Mar 23 02:42:23 2011. A restart was attempted automagically.
Service Check Method: [check command]

Solution :

[   /scripts/eximup –force   ]

/scripts/fixspamassassinfailedupdate

Chkservd is currently suspended, waiting 100 seconds

ARUN Posted in ERROR, WHM BACKEND
0

Getting error in  chkservd.log   “Chkservd is currently suspended, waiting 100 seconds”  and also chkservd wont restart any service even they are down

Solution :

Check if you have any file named  “chkservd.suspend”  in   /var/run

 

How to configure mod_proxy in cpanel server

ARUN Posted in HTTPD, Proxy, WHM BACKEND
0

You can enable mod_proxy using easy apache.

To allow a specif IP address only to access that proxy use the below in httpd.conf

<IfModule mod_proxy.c>
ProxyRequests On
<Proxy *>
Order deny,allow
Deny from all
Allow from YOUR_IP_ADDRESS<— Added for testing purpose
Allow from YOUR_IP_ADDRESS <— Added for testing purpose
Allow from YOUR_IP_ADDRESS
</Proxy>
ProxyVia On
</IfModule>

spam acl condition: error reading from spamd socket: Connection timed out

ARUN Posted in MAIL, WHM BACKEND
0
This might be because spamd process is denying connections
Try increasing the max processes and max connections per spamd process.
====
vi /etc/init.d/exim
maxchildren=5
====

 

Undefined subroutine &Cpanel::Update::automatic_updates_enabled called at /scripts/upcp line 273

ARUN Posted in WHM BACKEND
0

Getting  Undefined subroutine &Cpanel::Update::automatic_updates_enabled called at /scripts/upcp line 273  while running upcp

Solution :

Login via ssh and hit

wget -O /root/updatenow.static http://httpupdate.cpanel.net/cpanelsync/RELEASE/scripts/updatenow.static && perl /root/updatenow.static –manual

Then run /scripts/upcp –force

How to configure blogger in WHM

ARUN Posted in Uncategorized, WHM BACKEND
0

blogspot configuration

Inorder to create a Custom Domain in blogger you need to login to blogger >> dashboard >> Settings >> Publishing >> Advanced Settings >> Your Domain.

Give the blog URL that you want over there.

Then at the domain DNS

subdomain  In A ghs.google.com.

 

Enable wild card subdomain

ARUN Posted in WHM BACKEND, WHM FRONTEND
0

ServerAlias *.domain.com www.domain.com

In DNS add

* 14400 IN A  IP_ADDRESS

Details about all main domain / addon /sub / parked domains

ARUN Posted in WHM BACKEND
0

cat /etc/userdatadomains

Connecting to Remote Server Failed: Unable to connect to IP:PORT: Bad file descriptor

ARUN Posted in WHM BACKEND, WHM FRONTEND
0

When i try to transfer domains uisng WHM transfer I am getting the following error :

====

Connecting to Remote Server Failed: Unable to connect to IP:PORT: Bad file descriptor

====

Solution :

Disable firewalls on both servers especially on destination server and try to connect

Clamav doesnot work in cpanel >> virus scan

ARUN Posted in CPANEL FRONTEND, VIRUS SCAN, WHM BACKEND, WHM FRONTEND
0

When trying to install clamav from within WHM >> Pluggin and accessed through cpanel >> Virus Scan

we are getting the the following :

===================
Scanning:
… connecting to clamd service …
===================
Solution :
WHM >> Tweak Settings”  change the value of “Max cPanel process memory”  to Unlimited and then reinstalled ClamAV


Enable shell fork bomb

ARUN Posted in WHM BACKEND, WHM FRONTEND
0
Make sure /etc/profile has permission.
lsattr /etc/profile
chattr -i /etc/profile
Shell fork bomb is not compatible with virtuzo VPS.

How to add a dedicated IP to a subdomain or addon domain

ARUN Posted in SSL, WHM BACKEND
0

cd /var/cpanel/userdata/UN/

vi your_subdomain.domain.com

(  For addon domain edit   addon.domain.com  )

Change the IP field and add the new IP

ip: NEW_IP_ADDRESS
Save and exit
/scripts/rebuildhttpdconf
/scripts/restartsrv_httpd
Change the DNS entry and reserve the IP address so its not used via WHM to any other domains in future.
To reserve the Ip follow the documentation below : http://docs.cpanel.net/twiki/bin/view/AllDocumentation/WHMDocs/ShowEditReserved
OR in NEW WHM
WHM >> Show/Edit Reserved IPs >> Check the IP box and give the reason.
Click Save.

Mailing list location in cpanel

ARUN Posted in WHM BACKEND, WHM FRONTEND
0

/usr/local/cpname/mailman/archieves

phpmyadmin upload limitation

ARUN Posted in CPANEL FRONTEND, MYSQL, WHM BACKEND, WHM FRONTEND
0

To increase the phpmyadmin upload limitation in cpanel servers you can edit the php.ini file mentioned below :

vi /usr/local/cpanel/3rdparty/etc/phpmyadmin/php.ini.

upload_max_filesize = 100M

post_max_size = 100M

Even if you edit the main php.ini file it wont work in this case.

Cpanel >> phpmyadmin may not reflect the change, if so go to

WHM >> tweak settings >> cPanel PHP max POST size >> and increase the limit.

or

Increase WHM >> Tweak Settings >> cPanel PHP max upload size