Typos and small fixes

This commit is contained in:
Vasily Bagirov 2021-10-20 20:11:45 +03:00
parent cb5ceaa804
commit 1d0ad09794
2 changed files with 19 additions and 13 deletions

View File

@ -5,33 +5,36 @@ taxonomy:
- docs - docs
visible: true visible: true
--- ---
Occasionally macOS may cause the corruption of AdGuard's Netowrk Extension module, making it unable to use the app. In this case you should follow one of these instructions, based on your OS version.
## Launch issues on macOS 11 and higher ## Launch issues on macOS 11 and higher
If you have problems launching AdGuard for Mac on Big Sur and Monterey operating systems, please use these instructions: If you have problems launching AdGuard for Mac on Big Sur and Monterey operating systems, please use this instruction:
1. Reboot Mac and enter [recovery mode](https://support.apple.com/en-us/HT201255). 1. Reboot Mac and enter [recovery mode](https://support.apple.com/en-us/HT201255).
2. Disable SIP (Launch Terminal from the Utilities menu and type `csrutil disable`). 2. Disable SIP (Launch **Terminal** from the Utilities menu and type `csrutil disable`).
3. Reboot Mac. 3. Reboot Mac.
4. Close the AdGuard app and open Terminal and type `systemextensionsctl reset`. 4. Close the AdGuard app, open **Terminal** and type `systemextensionsctl reset`.
5. Reboot Mac and enter recovery mode. 5. Reboot Mac and enter recovery mode.
6. Enable SIP (Launch Terminal from the Utilities menu and type `csrutil enable`). 6. Enable SIP (Launch **Terminal** from the Utilities menu and type `csrutil enable`).
6. Launch the AdGuard app and enable protection. 7. Launch the AdGuard app and enable protection.
## Launch issues on macOS 10 ## Launch issues on macOS 10
If you have problems launching AdGuard for Mac on Sierra, Mojave и Catalina, please use these instructions: If you have problems launching AdGuard for Mac on Sierra, Mojave and Catalina, please use this instruction:
1. Open `Terminal` and enter command `ls -@lOae /private/var/db/KernelExtensionManagement`. 1. Open **Terminal** and enter command `ls -@lOae /private/var/db/KernelExtensionManagement`.
2. Check that `restricted` the flag is missing (like on the screenshot). 2. Check that the `restricted` flag is not present (like on the screenshot).
<img src="https://cdn.adguard.com/public/Adguard/kb/MAC/restricted-flag.png" width="600" /> <img src="https://cdn.adguard.com/public/Adguard/kb/MAC/restricted-flag.png" width="600" />
3. Reboot your mac in recovery mode. 3. Reboot your Mac in recovery mode.
4. Open Utilities -> Terminal. 4. Open Utilities -> Terminal.
5. Enter `csrutil disable`. 5. Enter `csrutil disable`.
6. Enter administrator password. 6. Enter administrator password.
7. Reboot your Mac. 7. Reboot your Mac.
8. Open `Terminal` and enter command `sudo chflags restricted /private/var/db/KernelExtensionManagement`. 8. Open **Terminal** and enter the following command: `sudo chflags restricted /private/var/db/KernelExtensionManagement`.
9. Reboot your mac in recovery mode. 9. Reboot your Mac in recovery mode.
10. Open Utilities -> Terminal -> Enter `csrutil enable` -> Enter administrator password -> Reboot your Mac. 10. Open Utilities -> Terminal -> Enter `csrutil enable` -> Enter administrator password -> Reboot your Mac.
11. Enable AdGuard protection. 11. Enable AdGuard protection.

View File

@ -5,6 +5,9 @@ taxonomy:
- docs - docs
visible: true visible: true
--- ---
Иногда macOS может вызывать нарушение работы модуля AdGuard Netowrk Extension, тем самым приводя к невозможности использования приложения. В таком случае вам нужно выполнить шаги в соответствии с одной из нижеприведённых инструкций, в соответствии с версией вашей ОС.
## Проблемы с запуском на операционных системах macOS 11 и выше ## Проблемы с запуском на операционных системах macOS 11 и выше
Если у вас возникли проблемы при запуске AdGuard для Mac на операционных системах Big Sur и Monterey, воспользуйтесь этой инструкцией: Если у вас возникли проблемы при запуске AdGuard для Mac на операционных системах Big Sur и Monterey, воспользуйтесь этой инструкцией:
@ -21,8 +24,8 @@ visible: true
Если у вас возникли проблемы при запуске AdGuard для Mac на операционных системах Sierra, Mojave и Catalina, воспользуйтесь этой инструкцией: Если у вас возникли проблемы при запуске AdGuard для Mac на операционных системах Sierra, Mojave и Catalina, воспользуйтесь этой инструкцией:
1. Откройте терминал и введите команду `ls -@lOae /private/var/db/KernelExtensionManagement`. 1. Откройте Терминал и введите команду `ls -@lOae /private/var/db/KernelExtensionManagement`.
2. Убедитесь, что флаг `restricted отсутствует` (как на скриншоте). 2. Убедитесь, что флаг `restricted` отсутствует (как на скриншоте).
<img src="https://cdn.adguard.com/public/Adguard/kb/MAC/restricted-flag.png" width="600" /> <img src="https://cdn.adguard.com/public/Adguard/kb/MAC/restricted-flag.png" width="600" />