Ad Widget

Collapse

error in ./zabbix_server -> startproc: exit status of parent of /opt/zabbix/bin/zabb

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • imonteirov
    Junior Member
    • Nov 2006
    • 15

    #1

    error in ./zabbix_server -> startproc: exit status of parent of /opt/zabbix/bin/zabb

    e3a347:/opt/zabbix/bin # ./zabbix_server start
    Starting zabbix_server - Warning: /var/tmp/zabbix_server.pid exists! Usage: /opt/zabbix/bin/zabbix_server {start|stop|restart}
    startproc: exit status of parent of /opt/zabbix/bin/zabbix_server: 1
    failed
    e3a347:/opt/zabbix/bin # ls -l /var/tmp/z*
    -rw-rw-r-- 1 zabbix users 5 Nov 30 15:56 /var/tmp/zabbix_server.pid
    e3a347:/opt/zabbix/bin #


    What's happend? Help me,
    Att.
  • imonteirov
    Junior Member
    • Nov 2006
    • 15

    #2
    Alexei, Can you help me? :'(

    Comment

    • imonteirov
      Junior Member
      • Nov 2006
      • 15

      #3
      e3a347:/opt/zabbix/misc/init.d/suse/9.3 # ../../../../bin/zabbix_server start
      Starting zabbix_server Usage: /opt/zabbix/bin/zabbix_server {start|stop|restart}
      startproc: exit status of parent of /opt/zabbix/bin/zabbix_server: 1
      failed
      e3a347:/opt/zabbix/misc/init.d/suse/9.3 #


      Installed Packages:
      mysql.5.0.27 - source
      mysql libs share
      net-snmp
      Alexei, I installed as the official guide about zabbix.

      Comment

      • Alexei
        Founder, CEO
        Zabbix Certified Trainer
        Zabbix Certified SpecialistZabbix Certified Professional
        • Sep 2004
        • 5654

        #4
        Originally posted by imonteirov

        Usage: /opt/zabbix/bin/zabbix_server {start|stop|restart}
        Alexei, I installed as the official guide about zabbix.
        What? ZABBIX has never supported start|stop|restart options, I guess you are using some incorrectly installed startup scripts.
        Alexei Vladishev
        Creator of Zabbix, Product manager
        New York | Tokyo | Riga
        My Twitter

        Comment

        • imonteirov
          Junior Member
          • Nov 2006
          • 15

          #5
          Originally posted by Alexei
          What? ZABBIX has never supported start|stop|restart options, I guess you are using some incorrectly installed startup scripts.
          Ok, sorry.
          but i get this error on http://localhost/index.php
          "Error connecting to database [Unknown database 'demo']

          My configs:

          mysql -u<username>
          mysql> create database zabbix;
          mysql> quit;
          cd create/mysql
          cat schema.sql |mysql -u<username> zabbix
          cd ../data
          cat data.sql |mysql -u<username> zabbix
          cat images.sql |mysql -u<username> zabbix
          ./configure --enable-server --with-mysql --with-net-snmp

          Comment

          • imonteirov
            Junior Member
            • Nov 2006
            • 15

            #6
            Calimero post:
            Does /path/to/php/frontend/include/db.inc.php have the right values, especially these:
            $DB_SERVER ="127.0.0.1";
            $DB_TYPE ="MYSQL";
            $DB_SERVER ="127.0.0.1";
            $DB_DATABASE ="your_database";
            $DB_USER ="your_user";
            $DB_PASSWORD ="your_password";

            ..
            zabbix is working. thank you Alexei.

            Comment

            Working...