AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   HLstatsX:CE (https://forums.alliedmods.net/forumdisplay.php?f=156)
-   -   [DEAMON] A stale process... (https://forums.alliedmods.net/showthread.php?t=204801)

s3rserii 01-03-2013 14:10

[DEAMON] A stale process...
 
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?

Mavrick4283 01-09-2013 08:16

Re: [DEAMON] A stale process...
 
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.

tamtam4ik 02-09-2013 15:48

Re: [DEAMON] A stale process...
 
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?:oops:

tamtam4ik 02-09-2013 16:22

Re: [DEAMON] A stale process...
 
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!

Starguest 03-07-2016 10:51

Re: [DEAMON] A stale process...
 
Quote:

Originally Posted by tamtam4ik (Post 1891097)
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!


All times are GMT -4. The time now is 13:06.

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