Anope IRC Services

Denora Stats (discontinued) => Denora 1.5.x Support (Read Only) => Topic started by: Alessandro on March 13, 2012, 05:49:12 PM

Title: No such process
Post by: Alessandro on March 13, 2012, 05:49:12 PM
Hi all
i have installed denora with mysql and everything seems gone well, but when i try to restart denor7a i got this message. "Restarting Denora
./denorarc: line 102: kill: (23914) - No such process"
I have installed phpdenora too here "stats.atomirc.net" and when i try to setup i got this message:

ERROR: The database seems to be empty.
Please do the following checks:
Ensure that your Denora server is setup correctly, connected to your irc network and running.
Yes, you NEED a Denora server running on your irc network in order to use phpDenora.
Get Denora from www.denorastats.org
Check your Denora log file for any mysql-related errors.
In the phpDenora configuration file you specified stats.atomirc.net as Denora server name.
Please ensure that this is the EXACT same name you gave to your Denora server on your irc network.

The database exists and it is pupulated, so may someone help me please?
Thank you in advantage.
Title: Re: No such process
Post by: CrazyCat on March 13, 2012, 09:36:35 PM
If you got this message, with a pid number, there is 2 possibilities:
- denora is not started, so the stats.pid file is an error
- denora is running but the stats.pid file is not up to date. I had som troubles with denora who started twice, and make some troubles on my server.

In all cases: ps -aux | grep denora
You'll see if denora is running and wich pid it uses.
Title: Re: No such process
Post by: Phill Fernandes on March 25, 2012, 10:17:09 PM
In all cases: ps -aux | grep denora
You'll see if denora is running and wich pid it uses.

That does work and although warnings don't mean anything depending on your setup it will return something like this.
Code: [Select]
Warning: bad ps syntax, perhaps a bogus '-'? See http://procps.sf.net/faq.html
sysad    23318  0.0  0.3 124804  3928 ?        S    14:42   0:00 /etc/irc/denora//stats
sysad    24370  0.0  0.0   9252   904 pts/1    S+   17:08   0:00 grep --color=auto denora

To avoid warnings use "ps aux | grep stats".
Code: [Select]
sysad    23318  0.0  0.3 124804  3928 ?        S    14:42   0:00 /etc/irc/denora//stats
sysad    24379  0.0  0.0   9252   904 pts/1    S+   17:09   0:00 grep --color=auto stats

The name of the executable that is actually running is stats. The first command assumes that the folder name is denora when that could be false and that would be usless.

Title: Re: No such process
Post by: CrazyCat on March 26, 2012, 04:33:18 PM
The name of the executable that is actually running is stats with the other command assumes that the folder name is denora when that could be false and that would be usless.
Right, I made a mistake, the executable name is stats.