Raised This Month: $51 Target: $400
 12% 

[DEAMON] A stale process...


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
s3rserii
Senior Member
Join Date: Jan 2010
Old 01-03-2013 , 14:10   [DEAMON] A stale process...
Reply With Quote #1

Hello,
i have a daemon problem now,

After i start my daemon i check the status and it shows this:
Code:
A stale process was found for daemon on port 27500.  It has been removed.
The stats dont update. But its work befor on the same machine??

What is the error? Anyone idea?

Last edited by s3rserii; 01-03-2013 at 14:10.
s3rserii is offline
Mavrick4283
Veteran Member
Join Date: Apr 2010
Location: 127.0.0.1@root
Old 01-09-2013 , 08:16   Re: [DEAMON] A stale process...
Reply With Quote #2

The msg is because the daemon did not shutdown correct, because you said that you are not gathering stats also now i would have to say the daemon is eater crashing or is getting stuck on the Database. Please start the daemon with debug set to 1 in the config file and post any errors you get. If you are not receiving errors in debug 1 please set it to debug 3 and post the output.
__________________
Mavrick4283 is offline
tamtam4ik
Junior Member
Join Date: Feb 2013
Location: Russia, Novosibirsk City
Old 02-09-2013 , 15:48   Re: [DEAMON] A stale process...
Reply With Quote #3

sory for post to your top, but i `ll have the same trouble

this is debug 3 log
Code:
Can't locate .//ConfigReaderSimple.pm in @INC (@INC contains: /etc/perl /usr/local/lib/perl/5.14.2 /usr/local/share/perl/5.14.2 /usr/lib/perl5 /usr/share/perl5 /usr/lib/perl/5.14 /usr/share/perl/5.14 /usr/local/lib/site_perl .) at server/hlxce/scripts/hlstats.pl line 71.
into 71 line hlstats.pl

Code:
require "$opt_libdir/ConfigReaderSimple.pm";
require "$opt_libdir/TRcon.pm";
require "$opt_libdir/BASTARDrcon.pm";
require "$opt_libdir/HLstats_Server.pm";
require "$opt_libdir/HLstats_Player.pm";
require "$opt_libdir/HLstats_Game.pm";
what is it? how it fixed?
tamtam4ik is offline
Send a message via ICQ to tamtam4ik Send a message via Skype™ to tamtam4ik
tamtam4ik
Junior Member
Join Date: Feb 2013
Location: Russia, Novosibirsk City
Old 02-09-2013 , 16:22   Re: [DEAMON] A stale process...
Reply With Quote #4

s3rserii, I`ve fixed it

1. check and change in /scripts/hlstats.pl :
Code:
opt_configfile = "./hlstats.conf";
to

Code:
$opt_configfile = "your full path to/hlstats.conf";
like me "/home/user0/server/hlxce/scripts/hlstats.conf"

2 then check and change in /scripts/hlstats.pl :
Code:
$opt_libdir = "./";
to
Code:
$opt_libdir = "your full path to/scripts/";
like me $opt_libdir = "/home/user0/server/hlxce/scripts/";


dont forget the same for hlstats-awards.pl need to edit

Profit!

Last edited by tamtam4ik; 02-09-2013 at 16:25.
tamtam4ik is offline
Send a message via ICQ to tamtam4ik Send a message via Skype™ to tamtam4ik
Starguest
Member
Join Date: Mar 2009
Location: Germany
Old 03-07-2016 , 10:51   Re: [DEAMON] A stale process...
Reply With Quote #5

Quote:
Originally Posted by tamtam4ik View Post
s3rserii, I`ve fixed it

1. check and change in /scripts/hlstats.pl :
Code:
opt_configfile = "./hlstats.conf";
to

Code:
$opt_configfile = "your full path to/hlstats.conf";
like me "/home/user0/server/hlxce/scripts/hlstats.conf"

2 then check and change in /scripts/hlstats.pl :
Code:
$opt_libdir = "./";
to
Code:
$opt_libdir = "your full path to/scripts/";
like me $opt_libdir = "/home/user0/server/hlxce/scripts/";


dont forget the same for hlstats-awards.pl need to edit

Profit!
work like a charm, thank you buddy!

Last edited by Starguest; 03-07-2016 at 10:52.
Starguest is offline
Reply



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 Off

Forum Jump


All times are GMT -4. The time now is 22:44.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode