Anope IRC Services

Please login or register.

Login with username, password and session length
Advanced search  

News:

Pages: [1]   Go Down

Author Topic: No such process  (Read 9968 times)

0 Members and 1 Guest are viewing this topic.

Alessandro

  • Anope User
  • Offline Offline
  • Posts: 1
No such process
« 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.
Logged

CrazyCat

  • Anope User
  • Offline Offline
  • Posts: 240
    • French Eggdrop community
Re: No such process
« Reply #1 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.

Phill Fernandes

  • Anope User
  • Offline Offline
  • Posts: 6
Re: No such process
« Reply #2 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.

« Last Edit: March 27, 2012, 06:19:04 PM by Phill Fernandes »
Logged

CrazyCat

  • Anope User
  • Offline Offline
  • Posts: 240
    • French Eggdrop community
Re: No such process
« Reply #3 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.
Pages: [1]   Go Up