UK WEB HOSTING FORUM FOR DISCUSSION ON WEB HOSTING SERVICE AND SUPPORT
LINUX HOSTING WINDOWS HOSTING PACKAGES SHOPPING CART OSCOMMERCE ZEN CART AGORA
ECOMMERCE HOSTING ASP MSSQL FRONTPAGE HOSTING PHP MYSQL HOSTING DISCUSSION FORUM
CPANEL RESELLER HOSTING DEDICATED SERVER VPS HOSTING PLESK VIRTUOZZO
Quick Search
Your forum announcement here!

  UK Web Hosting | Dedicated Server Windows and Linux VPS Forum > Technical Support > VPS Hosting - Virtual Private Servers

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 21-03-2007, 03:18
Junior Member
 
Join Date: Mar 2007
Posts: 10
Default Antirelayd Failed on VPS

I was loooking at my Service Status in WHM and it seems:

Antirelayd = Failed

How do I fix it? I have cPanel/WHM Contro Panel. Everything else is woking ok.
Reply With Quote
  #2 (permalink)  
Old 21-03-2007, 04:47
System Administrator
 
Join Date: Dec 2006
Location: localhost
Posts: 620
Arrow

Hi,

Make sure you have enabled the service monitoring for antirelayd under Services Manager in WHM. If not, enable it & restart the exim service. If still the problem persists, then run the following scripts from SSH as a root user:

/scripts/eximup --force
/scripts/fixrelayd

Or you may need to submit a support ticket with login details of your server/VPS Hosting. We'll get it 100% fixed for you
__________________

Rock _a.k.a._ Jack L.

http://www.eUKhost.com
Windows Hosting || Windows Reseller Hosting
Reply With Quote
  #3 (permalink)  
Old 21-03-2007, 04:55
Junior Member
 
Join Date: Mar 2007
Posts: 10
Default

I run those commands. The problem persists. I don´t have my VPS Hosting with you guy. I´ll change in six months to a new VPS Hosting, i´m seriously considering your company.
Reply With Quote
  #4 (permalink)  
Old 21-03-2007, 05:37
System Administrator
 
Join Date: Dec 2006
Location: localhost
Posts: 620
Lightbulb

Quote:
Originally Posted by chero07 View Post
I run those commands. The problem persists. I don´t have my VPS Hosting with you guy. I´ll change in six months to a new VPS Hosting, i´m seriously considering your company.
You are most welcome to our web hosting company
Your VPS Hosting will have one of the best security + support 24x7...
__________________

Rock _a.k.a._ Jack L.

http://www.eUKhost.com
Windows Hosting || Windows Reseller Hosting
Reply With Quote
  #5 (permalink)  
Old 21-03-2007, 15:05
Junior Member
 
Join Date: Mar 2007
Posts: 10
Default

Thanks, i´ve realized your nice dude! But I´m having this stupid problem and my Dedicated Server is unmannaged.

There is anything you can do to help me?

Last edited by chero07; 21-03-2007 at 15:07.
Reply With Quote
  #6 (permalink)  
Old 21-03-2007, 19:00
eUKhost.com's Avatar
Chief Marketing Officer
 
Join Date: Sep 2005
Posts: 4,386
Send a message via AIM to eUKhost.com Send a message via MSN to eUKhost.com
Default

/scripts/eximup --force

This should fix your problem. If its not then you need to look into exim_mainlog and maillogs to troubleshoot.
__________________
UK Web Hosting || Business Hosting || eUKhost Knowledgebase
Toll Free : 0808 262 0255 || MSN : mark @ eukhost.com || AIM : eukmark
A bunch of Sheep led by a Lion is better than a bunch of Lions led by a Sheep.
__________________________________________________

Great Opportunity :: Join our Affiliate Program for FREE and earn 20% commission on each referral.
Reply With Quote
  #7 (permalink)  
Old 21-03-2007, 20:03
Junior Member
 
Join Date: Mar 2007
Posts: 10
Default

This is what I did: reboot the server.

And that solve the problem.
Reply With Quote
  #8 (permalink)  
Old 21-03-2007, 20:07
eUKhost.com's Avatar
Chief Marketing Officer
 
Join Date: Sep 2005
Posts: 4,386
Send a message via AIM to eUKhost.com Send a message via MSN to eUKhost.com
Default

Good to hear that it got sorted
__________________
UK Web Hosting || Business Hosting || eUKhost Knowledgebase
Toll Free : 0808 262 0255 || MSN : mark @ eukhost.com || AIM : eukmark
A bunch of Sheep led by a Lion is better than a bunch of Lions led by a Sheep.
__________________________________________________

Great Opportunity :: Join our Affiliate Program for FREE and earn 20% commission on each referral.
Reply With Quote
  #9 (permalink)  
Old 21-03-2007, 22:12
Junior Member
 
Join Date: Mar 2007
Posts: 10
Default

Yeah, finally. Server is working very good right now. But i´ll change company in Sept.
Reply With Quote
  #10 (permalink)  
Old 10-05-2007, 06:27
Junior Member
 
Join Date: Mar 2007
Posts: 10
Default

I write this post maybe 2 months ago, but today I have the same problem.

I try: /scripts/eximup --force

But it seems to be "Failed" in cPanel/WHM.
Reply With Quote
  #11 (permalink)  
Old 10-05-2007, 08:56
Access Denied's Avatar
Junior Member
 
Join Date: Oct 2006
Posts: 15
Default

Hello,

Please check the rules of the IPTABLES some time it will create big problem in the services. First flush the iptables save it and restarted the iptables service and try eximup and restarted the chkservd service.
=========
# iptables -L [This command shows you the list of added rules in iptables]
# iptables -F [This command will flush all the added iptable rules, now iptable file is empty]
# service iptables save [This command save your new (blank) iptable rules]
# service iptables restart
=========
After clearing iptables rules, use the exim up command,
=========
# /scripts/eximup --force
=========
Restart the chkservd after exim up completed.
=========
# service chkservd restart [Restart this service 2-3 times]
=========
Now check the services in your WHM, it shows you up.
__________________
Best Regards,
Access Denied
Reply With Quote
  #12 (permalink)  
Old 10-05-2007, 16:25
Junior Member
 
Join Date: Mar 2007
Posts: 10
Default

I try this from SSH:

/sbin/service antirelayd status

And this are results:

Quote:
root@ip-***-109-235-57 [/home/picassoweb]# /sbin/service antirelayd status
antirelayd (pid 28374 17672) is running...
root@ip-***-109-235-57 [/home/picassoweb]#
It seems to be running. But cPanel always shows me: "Failed".

When I try to do: iptables -L

I see "bash: iptables: command not found".

Also with "service chkservd restart". I get an:

"bash: service: command not found".

Its a Fedora Core server.
Reply With Quote
  #13 (permalink)  
Old 10-05-2007, 17:12
vzAddict's Avatar
System Administrator
 
Join Date: Mar 2007
Posts: 85
Default

Hello,

It seems some modules of your VPS Hosting has been corrupted, I am not 100 % sure as it’s very difficult to tell without checking the server/VPS Hosting. We would suggest you to stop the firewall using command "/etc/init.d/iptables stop" and then restart chkservd service using command "/etc/init.d/chkservd restart"
__________________
vzAddict || Mike
http://eukHost.com
VPS Hosting || Managed Hosting
Reply With Quote
Reply



Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is On
Trackbacks are On
Pingbacks are On
Refbacks are On


All times are GMT. The time now is 19:43.

 

Powered by vBulletin® Version 3.7.2
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
LinkBacks Enabled by Web Hosting 3.1.0
Copyright © 2001-2008, eUKhost.com. All rights reserved.

 
Site Map

VPS Hosting
VPS Hosting plans

Dedicated Server Hosting
Dedicated Server plans

Business Web Hosting
100% uptime Hosting

Cpanel Hosting
cPanel Shared Hosting

Reseller Hosting
Reseller Web Hosting

Windows Hosting
Windows Shared Hosting

Windows VPS

Windows VPS Hosting

Semi Dedicated Servers
Semi-Dedicated Hosting

Dedicated Server Mirroring
Dedicated Server Mirroring

Webhosting Knowledgebase
Frequently asked Questions

Web Hosting Blog
eUKhost Blog

Web Hosting Support
Support Helpdesk

UK Data Center
eUKhost Datacenter

Web Hosting Forum
eUKhost Forum

Support Tutorials
Online Flash Tutorials

Offsite Back-up Plans
Remote Backup Service

Customer Testimonials
eUK Customer Testimonials


knowledgebase articles

eUKhost.com Services

Pre-Sales Questions
Pre-sales FAQ's

Domain Names
Domain registration FAQ's

cPanel Hosting
cPanel Hosting FAQ's

Windows Web Hosting
Plesk Control Panel

Reseller Hosting
Reseller Hosting FAQ's

VPS Hosting
Virtual Private Server

Semi-Dedicated Servers
Semi-Dedicated FAQ's

Dedicated Servers
Dedicated Server Hosting


popular blog categories


Web Hosting
Website Hosting articles

UK Web Hosting
UK Hosting articles

Dedicated Server Hosting
Dedicated Server guidelines

VPS Hosting
VPS hosting articles

cPanel Hosting
cPanel Hosting articles

Linux Operating System
Linux Operating techniques

Windows Web Hosting
Windows plesk articles