Status
Not open for further replies.

mmarch

Active Member
Jan 15, 2009
27
0
51
yesterday my server experienced server overload problem. I restarted server, but after that after each 5 minutes i receiving error message:

spamd failed @ Sat Oct 24 14:56:28 2009. A restart was attempted automagically.
Service Check Method: [check command]

Cmd Service Check Raw Output: Spamd is not running

How i can fix it?
 

plimper

Member
Dec 31, 2009
5
0
51
Dear member,
I am using Vps hosting and i have added 1 cron job for emailing every 5 minutes the uploaded links.
Even though it works properly i 'm receiving the exact error "spamd failed".
Can you tell me how i run this from my Whm cpanel?

Regards
Panagiotis
 

cPanelDon

cPanel Quality Assurance Analyst
Staff member
Nov 5, 2008
2,544
14
268
Houston, Texas, U.S.A.
cPanel Access Level
DataCenter Provider
Just solved myself - /scripts/upcp --force

And that's it.
Dear member,
I am using Vps hosting and i have added 1 cron job for emailing every 5 minutes the uploaded links.
Even though it works properly i 'm receiving the exact error "spamd failed".
Can you tell me how i run this from my Whm cpanel?

Regards
Panagiotis
Via root WHM access:
WHM: Main >> cPanel >> Upgrade to Latest Version
Force a reinstall even if the system is update to date.
Documentation: Upgrade to Latest Version

Via root SSH access:
Code:
# /scripts/upcp --force

Please use the following to check if spamd is running:
Code:
# /scripts/restartsrv_spamd --status
To restart spamd, the following command may be used:
Code:
# /scripts/restartsrv_spamd
 

jlduron

Registered
Feb 25, 2010
1
0
51
Via root WHM access:
WHM: Main >> cPanel >> Upgrade to Latest Version
Force a reinstall even if the system is update to date.
Documentation: Upgrade to Latest Version

Via root SSH access:
Code:
# /scripts/upcp --force

Please use the following to check if spamd is running:
Code:
# /scripts/restartsrv_spamd --status
To restart spamd, the following command may be used:
Code:
# /scripts/restartsrv_spamd
It works!
Thank you!
 

david83

Member
Aug 2, 2010
5
0
51
Germany, Niedersachsen
Hello, ive get the same error:

But your way dont help.


root@server1 [~]# /scripts/restartsrv_spamd
/usr/bin/perl: symbol lookup error: /usr/local/lib/perl5/5.8.8/x86_64-linux/auto/Time/HiRes/HiRes.so: undefined symbol: clock_getres
 

cPanelDon

cPanel Quality Assurance Analyst
Staff member
Nov 5, 2008
2,544
14
268
Houston, Texas, U.S.A.
cPanel Access Level
DataCenter Provider
Hello, ive get the same error:

But your way dont help.


root@server1 [~]# /scripts/restartsrv_spamd
/usr/bin/perl: symbol lookup error: /usr/local/lib/perl5/5.8.8/x86_64-linux/auto/Time/HiRes/HiRes.so: undefined symbol: clock_getres
Please try reinstalling the Perl module mentioned in the path of the error message; you may use the following command to do this via root SSH access:
Code:
# /scripts/perlinstaller --force Time::HiRes
If the above does not help resolve the error please submit a support request referencing this forums thread. Direct access to the affected system will be needed in order to investigate further and accurately determine the source of the problem. When available, please reply in this thread with your ticket ID number.
 

cPanelNick

Administrator
Staff member
Mar 9, 2015
3,481
35
208
cPanel Access Level
DataCenter Provider
Hello, ive get the same error:

But your way dont help.


root@server1 [~]# /scripts/restartsrv_spamd
/usr/bin/perl: symbol lookup error: /usr/local/lib/perl5/5.8.8/x86_64-linux/auto/Time/HiRes/HiRes.so: undefined symbol: clock_getres
You might have two conflicting versions of perl install in /usr/local and /usr. If you are unsure about this please do open a ticket at https://tickets.cpanel.net/submit/
 
Status
Not open for further replies.