Skip to content
View in the app

A better way to browse. Learn more.

Kaspersky Support Forum

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Anti-Cryptor doesn't start on OS boot [KES for Linux]

Problem

Sometimes Anti-Cryptor task in KESL won't be able to launch after the OS is started. This may happen because Anti-Cryptor needs all the protected network resources to be up before KESL service is started. In other words, Samba or NFS services should be started before KESL service. 

Solution

To resolve this problem you need to make sure that services start in the correct order.

For Systemd systems:

1. Create a file /etc/systemd/system/kesl.service.d/override.conf

# touch /etc/systemd/system/kesl.service.d/override.conf

2. Add the following to /etc/systemd/system/kesl.service.d/override.conf:

[Unit]
After=nfs-server.service smb.service
[Service]
TimeoutSec=300

3. Reload services

# systemctl daemon-reload

For Sys V init systems: 

Rename Samba and NFS init files to make those services start earlier. E.g.

# mv /etc/rc3.d/<smb_init_file> /etc/rc3.d/S49smb
# mv /etc/rc3.d/<nfs_init_file> /etc/rc3.d/S49<nfs_init_file>

Where <smb_init_file> and <nfs_init_file> stand for current init files present in the system. NFS init file may have different name depending on your environment - nfs, nfs3 or nfs-server.

0 Comments

Recommended Comments

There are no comments to display.

Guest
Add a comment...

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.