
kurco
ESET Staff-
Content Count
12 -
Joined
-
Last visited
Profile Information
-
Location
Slovakia
Recent Profile Visitors
The recent visitors block is disabled and is not being shown to other users.
-
@linuxhitman Looks like this communication issues could be really the cause of activation fails. Please let us know, if firewall rules resolves it. If not we will investigate it further.
-
Hi, @Marcos sadly script from above steps is not present in EFS package (your steps are from EEA). But still there is possibility to enable ecp logging. But firstly, @linuxhitman what kind of distribution are you using? For enabling ECP logs you need to proceed according this steps: 1) stop efs service 2) edit this file: /var/opt/eset/efs/licensed/license_cfg.json (this file is created after first activation attempt, also when it fails with association) 2.1) change "Logging": false -> "Logging": true 2) start efs service 3) run again activation through lic
-
Mauricio Osorio reacted to a post in a topic: EFS installation does not work
-
EFS installation does not work
kurco replied to Mauricio Osorio's topic in ESET Products for Linux Servers
Hi Mauricio Osorio, from that attached screenshot, it look like your machine doesn't have enough free space to successfully complete installation with all necessary dependencies. Look at line 7 in screenshot "No space left on device", probably issue of some of yours mount point (maybe this one /dev/xvda3, it's 100% full) There is nothing much to see in exported logs. But what I can see there, are missing installation files and incorrect permissions of installed files. Regards, Peter -
Product is Installed But Not Running - ESET File Security
kurco replied to rsf71's topic in ESET Products for Linux Servers
Hi Robert, sorry to hear, that you have difficulties with our product. From yours screenshot I can see that our services couldn't start correctly. Could be caused by issues during installation or something is preventing them to run correctly. EFS has its own log collecting script (/opt/eset/efs/sbin/collect_logs.sh), could you please execute it and attach output? Archive you have attached in previous comment is produced by script designed for older versions of linux products. Could it be possible to generate strace of our service? it could help us identify what going on there. -
Hi admin222, I can see that you are using elrepo kernel, sadly we are not officially supporting it. This is the main reason, why our real-time kernel module (eset_rtp.ko) is missing. During EFS installation we have also some dependencies, that are needed for eset_rtp.ko compilation, for centos default kernel, they are automatically installed. Now some better news, to get it working, you need to install elrepo kernel sources. This command could be used (when elrepo is not enabled from configuration) Then after this installation, restart efs service EFS will try
-
Hi MatthieuB, EFS web interface login name is "Administrator" and it's the only supported user for now (can't be changed locally or from ESMC). To summary it, if you are installing EFS locally by default web interface is enabled, self-signed certificates are generated and user/pass shown at the end of installation (due to security password is shown only once when generated). If you run setgui without parameters you will see the configuration, but password is hidden. Remote installation is different. Web interface is by default disabled and also self-signed certificates generati
-
Peter Randziak reacted to a post in a topic: How to Install File Security 7.1 on offline network server?
-
Hi, If you want to install EFS without internet access, you need to install all dependencies manually by downloading their packages from centos repositories. EFS dependencies could be found in unpacked rpm package (bin installer unpacks packages when executed with -n parameter). [user@testmachine ~]$ rpm -qpR ./efs-7.1.561.0.x86_64.rpm /bin/sh /etc/cron.d /usr/bin/crontab gcc kernel-devel make perl rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 You need to install all this packages before installing EFS, but most of them will probably also hav
-
Hi Mogobjah, what is the version of your EFS? Latest release contains some optimizations which maybe could help. Are there any errors is logs? especially eset_rtp timeouts, please check it. How many clients are using this web servers, if it is possible to give some number? Peter.
-
install agent 7.1.503.0 on oracel linux 6.5 kernel
kurco replied to baran's topic in ESET Products for Linux Servers
Hi baran, looks like an issue with encoding configuration, could you please share output of "locale" command? -
Mike_Kintaru reacted to a post in a topic: Install Eset File Server (error)
-
kurco started following Failed installation - Server Security for Linux - version 4.5.15.0
-
Install Eset File Server (error)
kurco replied to Mike_Kintaru's topic in ESET Products for Linux Servers
Hi Mike, ESET File Security for Linux supports only UTF-8 & ANSI X3.4-1968 codeset. Probably codeset configuration of your machine is different. Changing locale settings to UTF-8 should resolve your issue. For example ,if you are using US english, this is an working locale "en_US.UTF-8" and this a non-working locale "en_US.iso88591". Peter