You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
> This article references CentOS, a Linux distribution that is End Of Life (EOL) status. Please consider your use and planning accordingly. For more information, see the [CentOS End Of Life guidance](/azure/virtual-machines/workloads/centos/centos-end-of-life).
This article explains what operating system platforms, IoT Edge runtimes, container engines, and components are supported by IoT Edge whether generally available or in preview.
@@ -111,7 +106,7 @@ The systems listed in the following table are considered compatible with Azure I
111
106
112
107
| Operating System | AMD64 | ARM32v7 | ARM64 | End of OS provider standard support |
|[CentOS-7](https://docs.centos.org/en-US/docs/)||||[June 2024](https://www.redhat.com/en/topics/linux/centos-linux-eol). For more information, see the [CentOS End Of Life guidance](/azure/virtual-machines/workloads/centos/centos-end-of-life).|
|[Mentor Embedded Linux Flex OS](https://www.mentor.com/embedded-software/linux/mel-flex-os/)|||||
Copy file name to clipboardExpand all lines: articles/iot-edge/troubleshoot-common-errors.md
+2-5Lines changed: 2 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ description: Resolve common issues in Azure IoT Edge solutions. Learn how to tro
4
4
author: PatAltimore
5
5
6
6
ms.author: patricka
7
-
ms.date: 07/10/2024
7
+
ms.date: 12/10/2024
8
8
ms.topic: troubleshooting-general
9
9
ms.service: azure-iot-edge
10
10
services: iot-edge
@@ -13,9 +13,6 @@ ms.custom: [amqp, mqtt]
13
13
14
14
# Solutions to common issues for Azure IoT Edge
15
15
16
-
> [!CAUTION]
17
-
> This article references CentOS, a Linux distribution that is End Of Life (EOL) status. Please consider your use and planning accordingly. For more information, see the [CentOS End Of Life guidance](/azure/virtual-machines/workloads/centos/centos-end-of-life).
Use this article to identify and resolve common issues when using IoT Edge solutions. If you need information on how to find logs and errors from your IoT Edge device, see [Troubleshoot your IoT Edge device](troubleshoot.md).
@@ -354,7 +351,7 @@ The security daemon fails to start and module containers aren't created. The `ed
354
351
355
352
#### Cause
356
353
357
-
For all Linux distros except CentOS 7, IoT Edge's default configuration is to use `systemd` socket activation. A permission error happens if you change the configuration file to not use socket activation but leave the URLs as `/var/run/iotedge/*.sock`, since the `iotedge` user can't write to `/var/run/iotedge` meaning it can't unlock and mount the sockets itself.
354
+
For all Linux distros except CentOS 7, IoT Edge's default configuration is to use `systemd` socket activation. A permission error happens if you change the configuration file to not use socket activation but leave the URLs as `/var/run/iotedge/*.sock`, since the `iotedge` user can't write to `/var/run/iotedge` meaning it can't unlock and mount the sockets itself. CentOS is End of Life (EOL). For more information, see the [CentOS End Of Life guidance](/azure/virtual-machines/workloads/centos/centos-end-of-life).
0 commit comments