diff --git a/docs/self-hosted-appcircle/configure-server/_podman-netavark-configuration.mdx b/docs/self-hosted-appcircle/configure-server/_podman-netavark-configuration.mdx index 3da3fb3da..100c65064 100644 --- a/docs/self-hosted-appcircle/configure-server/_podman-netavark-configuration.mdx +++ b/docs/self-hosted-appcircle/configure-server/_podman-netavark-configuration.mdx @@ -12,12 +12,6 @@ sudo dnf install -y netavark Once the installation is complete, please follow these steps to configure Podman: -- Copy the /usr/share/containers/containers.conf file to /etc/containers/containers.conf. - -```bash -sudo cp /usr/share/containers/containers.conf /etc/containers/containers.conf -``` - - Edit the /etc/containers/containers.conf file. ```bash diff --git a/docs/self-hosted-appcircle/configure-server/advanced-configuration/store-dist-dmz.md b/docs/self-hosted-appcircle/configure-server/advanced-configuration/store-dist-dmz.md index a1d6ec3b9..40c04fde4 100644 --- a/docs/self-hosted-appcircle/configure-server/advanced-configuration/store-dist-dmz.md +++ b/docs/self-hosted-appcircle/configure-server/advanced-configuration/store-dist-dmz.md @@ -58,6 +58,7 @@ If you have installed the Appcircle server with Podman: - CentOS Stream 8 or later - RHEL 8 or later +- Oracle Linux 9 or later If you have installed the Appcircle server with Docker: @@ -65,6 +66,7 @@ If you have installed the Appcircle server with Docker: - Debian 11 or later - CentOS 8 or later - RHEL 8 or later +- Oracle Linux 9 or later ### Hardware Requirements diff --git a/docs/self-hosted-appcircle/install-server/docker.md b/docs/self-hosted-appcircle/install-server/docker.md index f7c949110..bac54a244 100644 --- a/docs/self-hosted-appcircle/install-server/docker.md +++ b/docs/self-hosted-appcircle/install-server/docker.md @@ -23,6 +23,7 @@ Self-hosted Appcircle server utilizing Docker, can only be installed on Linux op - Debian 11 or later - CentOS 8 or later - RHEL 8 or later +- Oracle Linux 9 or later ### Hardware Requirements diff --git a/docs/self-hosted-appcircle/install-server/podman.md b/docs/self-hosted-appcircle/install-server/podman.md index cb2840ce6..00e9edbb6 100644 --- a/docs/self-hosted-appcircle/install-server/podman.md +++ b/docs/self-hosted-appcircle/install-server/podman.md @@ -26,6 +26,7 @@ Self-hosted Appcircle server utilizing Podman, can only be installed on Linux op - CentOS Stream 8 or later - RHEL 8 or later +- Oracle Linux 9 or later :::info @@ -662,6 +663,22 @@ So it may need up to ~20 min to system be up according to your internet connecti ::: +:::info +#### Cgroup controller error + +If you encounter an error after executing the up command similar to the one shown below, it indicates that the user running the Appcircle server does not have the necessary permissions to set resource limits on processes. + +```bash +Error: OCI runtime error: unable to start container "05d4dd86c3fbbcbe8e7e8dbb43fa88d0053de0e9cd1e25e96e473470de973dfa": crun: the requested cgroup controller `cpu` is not available +``` + +To resolve this issue, please refer to the [Podman FAQ document](https://github.com/containers/podman/blob/main/troubleshooting.md#26-running-containers-with-resource-limits-fails-with-a-permissions-error) for detailed instructions. + +Important: After creating the configuration file, ensure you reboot the server for the changes to take effect. + +You can restart the Appcircle server by using the `up` command after the reboot. +::: + Now you can check system health and gain an overview of the status. ```bash diff --git a/docs/self-hosted-appcircle/install-server/pre-installation-checklist.md b/docs/self-hosted-appcircle/install-server/pre-installation-checklist.md index fe25e8159..76057d6b1 100644 --- a/docs/self-hosted-appcircle/install-server/pre-installation-checklist.md +++ b/docs/self-hosted-appcircle/install-server/pre-installation-checklist.md @@ -37,6 +37,12 @@ cat /etc/os-release cat /etc/centos-release ``` +- [ ] If you are using Oracle Linux, it should be **Oracle Linux 9 or later**. + +```bash +cat /etc/os-release +``` + ### Check the CPU Cores - [ ] Minimum CPU core count should be **8 cores**.