Ad Widget

Collapse

Permissions issue

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Coder
    Member
    • Mar 2007
    • 38

    #31
    I setup Zabbix 1.4 and rebuild Oracle scheme (early try Zabbix 1.1.6)
    I have same problem on Oracle. I not find patches and upgrades for Oracle

    I have same problem
    message=Database%20corrupted,%20misse d%20default%20user%20'guest'
    but then i add user guest with userid =0
    (default date were
    INSERT INTO users VALUES (1,'Admin','Zabbix','Administrator','d41d8cd98f00b 204e9800998ecf8427e','',900,'en_gb',30,3);
    INSERT INTO users VALUES (2,'guest','Default','User','d41d8cd98f00b204e9800 998ecf8427e','',900,'en_gb',30,1);
    )
    And i can connect but only as guest

    Then i change in DB for guest type to 3 (SUPERADMIN)
    and add few new users, but i cant login an y users exept guest.

    Also i try chmod to 777 for /Zabbix/conf and add break to db.inc.php but also cant login %-(

    on Zabbix 1.1.6 not have problem with connect.

    Anybody have this problem on Oracle DB?

    Comment

    • Coder
      Member
      • Mar 2007
      • 38

      #32
      Problem was resolved via patch - see post http://www.zabbix.com/forum/showthread.php?t=6505

      Comment

      • rmoore
        Junior Member
        • Feb 2008
        • 2

        #33
        Originally posted by Lovespider
        Yes it was simple, I solved.
        Now I get [ERROR: Database corrupted, missed default user 'guest']

        I renamed the old database and created a new one with fresh data. Still the same.

        Users table seems ok. Where can I check what's wrong?
        Thanks a lot!
        I had the same problem with a brand new install, database was populated from the scripts just fine. The problem appeared to have been a mysql version issue. I had Mysql 4.0, where as mentioned previously in this thread it appears 4.1 is required. The documentation only mentions 3.23.x or higher needed, which should probably get updated.

        edit: just realized this was in the beta section. My comments are appropriate for the released 1.4 really.

        Comment

        Working...