diff --git a/CHANGELOG.md b/CHANGELOG.md index 1cd356a337a..e45b278240a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,4 @@ +- Fixed the proxy timeout procedure in Administration Guide (bsc#1252020) - 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..95bb0368b72 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): +