Jump to content

cael421

Members
  • Posts

    2
  • Joined

  • Last visited

About cael421

  • Rank
    Newbie
    Newbie

Profile Information

  • Location
    Slovakia
  1. Thank you for your support. I thought that MariaDB would be compatible. Never had problems with it before. I have installed MySQL 5.6 from MySQL community repositories. https://dev.mysql.com/downloads/repo/yum/ A few things needed to be fixed: Got this error at first: "Error: Unknown database driver or data source name (DSN)" The package mysql-connector-odbc creates files /usr/lib64/libmyodbc5a.so and /usr/lib64/libmyodbc5w.so the Server-Linux-x86_64.sh looks for /usr/lib64/libmyodbc5.so so I just created a dirty fix: [root@era ~]# ln -s /usr/lib64/libmyodbc5w.so /usr/lib64/libmyodbc5.so Also when installing I got "Error: It is not possible to store big blocks of data in the database. Please reconfigure the database server first." This was an easy fix with one additional line in my.cnf. max_allowed_packet=33M innodb_log_files_in_group=10 After this the installation finished correctly and I could log into the Web Console. Adding computers worked and all the relevant info is working, dynamic groups and all that jazz. Also the repository is updating and I can remotely install all ESET products. Thanks for the support again.
  2. I have the same problem. Dynamic groups are empty and the icons next to computers are randomly displayed. Also repository server is not working for me as seen on the second screenshot. It is set to AUTOSELECT in "Server Settings > Advanced Settings". Don't know if this is related. Minor issues but everything else works fine. [root@era ~]# cat /etc/redhat-release CentOS Linux release 7.2.1511 (Core) [root@era ~]# uname -a Linux era.cpce.net 3.10.0-327.el7.x86_64 #1 SMP Thu Nov 19 22:10:57 UTC 2015 x86_64 x86_64 x86_64 GNU/Linux [root@era ~]# getenforce Disabled I have not contacted support since we are in the process of installing to our users.
×
×
  • Create New...