From 8190ac6e31b8ba2bb521807cc309d4276a54dad8 Mon Sep 17 00:00:00 2001 From: Ornela Maric Date: Thu, 30 Oct 2025 13:16:05 +0100 Subject: [PATCH] 5.1 - Fix the proxy timeout change on a container (bsc#1252020). --- CHANGELOG.md | 5 ++++- .../pages/troubleshooting/tshoot-rpctimeout.adoc | 5 +++-- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fee6f21c499..d9dbb526632 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,7 @@ -- Fixed volumes and ports after database split in Installation and Upgrade Guide +- Fixed the proxy timeout procedure in Administration Guide + (bsc#1252020) +- Fixed volumes and ports after database split in Installation + and Upgrade Guide - Fixed the file name in the provided example in Administration Guide (bsc#1252727) - Improved section about Saline deployment in Specialized diff --git a/modules/administration/pages/troubleshooting/tshoot-rpctimeout.adoc b/modules/administration/pages/troubleshooting/tshoot-rpctimeout.adoc index 635bcba7c0c..e7760612129 100644 --- a/modules/administration/pages/troubleshooting/tshoot-rpctimeout.adoc +++ b/modules/administration/pages/troubleshooting/tshoot-rpctimeout.adoc @@ -34,10 +34,11 @@ While this does not resolve networking problems, it does cause a process to fail ---- server.timeout =`number` ---- -. On the {productname} Proxy, open the [filename]``/etc/rhn/rhn.conf`` file and set a maximum timeout value (in seconds): +. On the {productname} Proxy, open the [filename]``/etc/uyuni/proxy/config.yaml`` file and set a maximum timeout value (in seconds). +The proxy containers need to be restarted for the change to be effective: + ---- -proxy.timeout =`number` +timeout =`number` ---- . On a {sles} client that uses zypper, open the [filename]``/etc/zypp/zypp.conf`` file and set a maximum timeout value (in seconds): +