Jump to content

mrac

Members
  • Posts

    52
  • Joined

  • Days Won

    2

Everything posted by mrac

  1. I tested on VM with Outlook 2016 and module 1334, looks like issue fixed. Requested to check users on their computers, who had issue with previous module.
  2. Hi @Marcos We are on pre-release channel and still 1334 everywhere
  3. I made tests: 1. Windows 11 23h2 eng + all updates (build 22631.2715) + Office 2016 x64 RTM (no updates) + ESET ES 11.0.2032.0 - No issues with web add-ins. 2. The same as #1 + installed all updates to Office 2016, build 16.0.5422.1000 64-bit, add-ins started to crashing in Outlook. 3. The same as #2, but in ESET policy disabled option "Enable advanced scanning of browser scripts" - no more crashes. Users confirmed, that issue gone for them too.
  4. No, we don't use IE combability mode. According to this document: https://learn.microsoft.com/en-us/office/dev/add-ins/concepts/browsers-used-by-office-web-add-ins volume-licensed Office 2016\2019 can use only Trident (IE) engine for all add-ins. Office 2021\365 use modern Edge Webview2 engine. I have Office365 with modern engine in Outlook, so no issues with Exchange web add-ins. Users with Outlook 2016\2019 has broken add-ins, because they are using IE engine.
  5. Hello. We have enabled "Pre-release" updates option, so received updates to ESET Endpoint Security 11.0.2032.0. After update, users with Outlook 2016\2019 started to complain on broken Exchange web add-ins, like Zoom meetings add-in, Proofpoint Phishing etc. They have spinning wheel in Outlook several times, then error. I found in Windows logs, that ESET crashing Internet Explorer engine in this time: Faulting application name: IEXPLORE.EXE, version: 11.0.19041.3636, time stamp: 0x30ba2aea Faulting module name: eOppBrowser.dll, version: 1.0.101.0, time stamp: 0x65553a90 Exception code: 0xc0000005 Fault offset: 0x00019535 Faulting process id: 0x3740 Faulting application start time: 0x01da212174ba851d Faulting application path: C:\Program Files (x86)\Internet Explorer\IEXPLORE.EXE Faulting module path: C:\Program Files\ESET\ESET Security\x86\eOppBrowser.dll Report Id: df70b315-966c-44fc-9ebe-6509032f04fd Question is: what module is "eOppBrowser.dll" ? How I can disable it in policy until it will be fixed? Issue disappears if ESET is removed or downgraded to 10.1
  6. Hello. We are using latest version of ESET Protect 10.1. Recently I noticed that old data (detection logs, audit logs) not cleaning since year 2020. In server settings was set 1 year of storage, For test I set all parameters to 15 days, waited for several days, still old data exists. I opened case #00662811, after that it was 1 answer from support to set server settings and wait (I already wrote that I did it without success). 10 days later - no any answers in ticket. How can we resolve this?
  7. Yes, and how to do it on hundreds of computers if 7.4 removed from ESET repository and only 7.3 left? Create custom packages in Jamf? Or install manually?
  8. Any answers from ESET Staff?? Support of macOS looks like total joke. Our security and IT departments now looking for another vendors to migrate 900+ computers from ESET. Constant issues with all 6-7 versions for macOS during last 2-3 years and now complete silence
  9. Hi. We had no issues with updating from 7.3.3600.0 to 7.4.1100.0 (about 300 computers updated). But we have issues with 7.3.3600.0 on macOS 13.6 and 14.0 (broken network). Now ESET revoked 7.4 from repository and we are not able to update computers to 7.4. And also update macOS to 13.6 or 14.0. @Marcos Any information, when 7.4 will be re-released and added to repository back?
  10. Since 10.1 all uninstall tasks are failing (macOS and Windows) several seconds after start. In 10.0 and older versions of ESET Protect they worked in ~70% runs. Didn't open ticket, had no time, thought it is known issue...
  11. Hi. We have also problems with 10.1.2046 version, which blocks everything randomly. Our issues: 1. WSL2 on Windows 11: blocked DNS requests from WSL. In Network access troubleshooting - blocked local application svchost.exe, Internet connection sharing. 2. Applications for security cameras on custom ports 10xxx, blocked on computer even with allow rules in Windows Firewall and "Also evaluate rules from Windows firewall" enabled. 3. Push installation of Veeam backup agents failed because of blocked ports 135, 137 (smb). etc., etc... It is possible to fix only by unblocking in "Network access troubleshooting". But it is not possible without admins, because we have password-protected user's interface of ESET. "Used rule" is always empty. It started since update from 10.0.2045 to 10.1.2046 on many computers. We tried to enable pre-release updates for newer firewall module - doesn't help. @Marcos How we can stop this nightmare without rollback to 10.0?
  12. Users not installing ESET. Users can install any MSI-based software (for example QA users can install new releases of our software several times during day). And if this time will be tried to install\upgrade ESET, installation will fail, because MSI doesn't support 2 installations at the same time. uPCU installing with big delay as I remember. Usually we installing last version in several days after release.
  13. Hello. I have several issues\suggestions\questions about client tasks in ESET Protect (we are using latest version of it and latest agents ang EES). 1. Question: is it possible to start tasks in ESET in chain, or with delay? Problem: some computers (VMs, laptops) can absent in network for long time (months, sometimes year). When computer appears, it has outdated agent and security product. It appears in custom dynamic groups "Old agent" and "Old antivirus", which are triggering install of latest agent\antivirus. And one of them failing with error "Another installation running". Is it possible to create task "On dynamic group join" with delay for 5 minutes (for example) or start next task in chain? I didn't found it. 2. Suggestion about install tasks. Sometimes installation failed when something installed by user in same time. Sometimes (not very often) msiexec.exe hanging and not installing anything till reboot. I created cmd task with command " taskkill /im msi* /f" and starting it if installation failed for 2-3 times, usually it helps. Is it possible to add some "Force install" flag to do it automatically? It is not very good, but it is needed when there are a lot computers with failed installation and users restarts rarely. 3. Another suggestion about install\update tasks. I found that often (really, not kidding) update to new version of security product is failing because of service "ekrn" are in "Removal pending" status. It is happened if user has started Task Manager or Sysinternal Process Explorer, they are blocking removal of services. I had this issue more than 100 times and almost always helps cmd task: taskkill /im ekrn* /f taskkill /im procexp* /f taskkill /im taskmgr* /f sc delete ekrn Very tired of this. Can it be added to installer of agent and security product too? It is not so brutal as #2 and should have any negative side-effects. Thank you
  14. I see same issue on many computers after upgrade. For example I want to reboot ~100-200 computers updated to latest ES and in status "Reboot required", but with optional delay up to 7 days (sometimes users has long tasks like program compilation or some QA testing and force reboot is unacceptable). All agents are updated. I creating reboot task with 7 days delay. 7 days later I see that ~30% of computers were rebooted (by users manually or by task, don't know) and 70% computers still not rebooted and task just failed on them. @Rico: please publish answer from support here if it will be. I don't want to create one more request...
  15. @Marcos: We deployed 7.2-test version on computers with issues (7.0, 7.1 installed), on 22 computers. All users for ~1 week testing are saying that CPU\RAM\Disk overload gone and this version is fine for them. One user complained that after this version install, macOS failed to install system updates (download fine, applying update failed several times). After uninstall of ESET, macOS updated without issues. Other users has no issues with macOS updates. Will wait for release of 7.2
  16. @Marcos: I opened ticket about issue with macOS version (ticket #00388035), added 2 different LogCollector logs and many screenshots. They answered a couple of e-mails after you moved ticket to HQ and after that - nothing. My boss saying that he don't want to prolong 1000+ licenses of ESET with such support, we need solution for macOS. Also, I opened ticket #00395330 about new ESET Protect 9.1. 4 days gone, nobody answered. No need anymore, I reinstalled server completely. Where I can look tickets and manage them? I receiving only emails. Is it anywhere client-accessible portal with tickets?
  17. Users starting to complain in 2-3 hours after install. I'm not macOS user, cannot say more precise. Also they confirming that reboot doesn't help. Reinstall helps in 100% cases, but several days later it is appearing again
  18. I have almost the same issues with v7, ticket 00388035. I asked user to get log collector's logs, but log collector hanged during it. Yesterday's screenshots:
  19. This error in most cases equals to not started\broken "Apache Tomcat" service. And Apache Tomcat often not starting because of wrong path to JRE/JDK, can be fixed by editing in tomcat7w.exe, like described here: https://support.eset.com/en/kb7088-install-esmc-web-console-using-jdk
  20. Hello. 1. Upgraded from 9.0 to 9.1. Received "Outdated" JRE (fixed by replacing to Amazon Coretto) and OS (Windows Server 2012R2, fully patched, is supported by MS for almost 1.5 years). Not a big deal, but not good. 2. "Not activated products" renamed to "Unactivated security product". Sounds bad, even browser underlining with red. 3. This filter is not working anymore. See screenshots.
  21. Thank you, will wait. Currently we removed ESET from all macos computers because of mass complains. Also, issue #5 is solving by opening ticket at Palo Alto Networks: "Comment: Hello team, We have some news, it looks like the OPSWAT has added support for ESET Endpoint Antivirus version 7. These changes have to be included now in new GP versions, I will now ask engineering for an update or an ETA regarding new GP versions that will include the fix. I'll keep you updated with any news. Greetings. Rafa Solaz | Palo Alto Networks Technical Support | PCNSE "
  22. Hi. I opened a ticket #00388035 29/06/22 with traces collected by Log Collector. Received only automatic answer from ESET Deutschland GmbH. Nobody from human answered for almost 2 weeks. Is it ok? We still these issues on hundreds of Mac computers, version 7.0/7.1.
  23. I think it is easier to contact with responsible employees inside of ESET than I will open a case and will answering for million questions of S1L\S2L-supports before get contact of S3Ls\developers\QA. I don't have time for this, sorry. I already migrated hundreds of users and found workarounds for most of issues.
  24. Hello. We updated all macOS computers from v.6 to v.7 of EAV and have several issues: 1. Sometimes old version not removing and 6+7 versions are installed. Task from ESET Protect with removing of AV, do correct removing of v.7, but not removing v.6. In most cases manual remove of v.6 helped. In 1 case it was error: cannot stop ESET service. It appeared on ~10 computers from 200+ updated. Not a big issue, but it is exists. 2. Upgrading v.6 to v.7 consumes 2 license per-user. And it is visible only in EBA, not in ESET Protect. We run out of licenses because of it and manual remove on EBA helped. We had neve same behavior with Windows clients since 6>7>8>9 upgrades... Is it known issue? 3. We are using JAMF on most macOS computers, but on some there is no JAMF and managed by users. If computer has no JAMF user should give rights manually. And most users give all rights, except "Full disk access". I see most manual managed computers with single error: "The ESET security product doesn't have Full Disk Access". Is it possible to make notification about disk access more "annoying"? Just a suggestion. 4. Most pain for us: if JAMF installed on computer, all needed rights to ESET given automatically by profile. But. In most cases after first install of ESET v.7 it is in state "Web and email protection is not configured". In this state component "Web and email protection" starting using CPU and RAM with 100%. Some users sending screenshots, that it is take 40GB of RAM. Fans are working on 100% and battery drained in couple of hours om MacBooks. Removing of ESET by task from ESET Protect, then re-install fixing this issue: computer is in green state, no errors, low CPU and RAM usage. It happened on 100+ computers, so I hope it is a known issue. Can you confirm it? And is any workarounds to prevent it? 5. There are many software, that checks compliance using owasp hipaa. For example, Palo Alto VPN and HIP profile in it. And owasp hipaa doesn't know anything about ESET v.7, it returning that no antivirus found. Can you please contact them to provide information about new version, if it is possible?
×
×
  • Create New...