PDA

View Full Version : Zabbix_suckerd And Zabbix_trapperd Won't Start


treedstang
17-02-2005, 20:36
I just installed Zabbix 1.0 with Centos "Aka RHEL 3.0 Clone"
The web frontend and database seem to fine.

But when try to start the ./zabbix_suckerd start and ./zabbix_trapperd start

I get the following messages:

[root@centos bin]# ./zabbix_suckerd start
Starting zabbix_suckerd: Usage: /usr/local/bin/zabbix_suckerd {start|stop|restart|condrestart}
[FAILED].

And when I attempt to try as the user zabbix I get this message:

[zabbix@centos bin]$ ./zabbix_suckerd start
Starting zabbix_suckerd: Password:
Usage: /usr/local/bin/zabbix_suckerd {start|stop|restart|condrestart}
[FAILED]


Any info would be appreciated!!!

JC69
22-02-2005, 11:51
Did you find something new ?
I have the same problem and i checked everything but nothing to do

maybe some members could help us ?

THKS a lot

Alexei
22-02-2005, 13:35
Looks like a problem with startup scripts. Do not use the scripts, try to run ZABBIX server processes directly:

./zabbix_suckerd
./zabbix_trapperd

JC69
22-02-2005, 13:41
what do you mean by directly ? :confused:

[root@o bin]#./zabbix_trapperd
Usage: ./zabbix_trapperd {start|stop|restart|condrestart}

[root@o bin]# ./zabbix_trapperd start
Démarrage de zabbix_trapperd : Usage: /usr/local/zabbix/bin/zabbix_trapperd {start|stop|restart|condrestart}
[ECHOUE] :mad:

Alexei
22-02-2005, 13:46
What is zabbix_trapperd?! Is it binary file or a script? I think you are trying to run init.d startup script, not the ZABBIX binary.

JC69
22-02-2005, 13:55
yes i try to run both zabbix_suckerd and zabbix_trapperd script , what should i do ?