Skip to content

Commit 482f7b8

Browse files
authored
5.1 - Fix the proxy timeout change on a container (bsc#1252020). (#4457)
1 parent 1da04ce commit 482f7b8

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
1-
- Fixed volumes and ports after database split in Installation and Upgrade Guide
1+
- Fixed the proxy timeout procedure in Administration Guide
2+
(bsc#1252020)
3+
- Fixed volumes and ports after database split in Installation
4+
and Upgrade Guide
25
- Fixed the file name in the provided example in Administration
36
Guide (bsc#1252727)
47
- Improved section about Saline deployment in Specialized

modules/administration/pages/troubleshooting/tshoot-rpctimeout.adoc

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,11 @@ While this does not resolve networking problems, it does cause a process to fail
3434
----
3535
server.timeout =`number`
3636
----
37-
. On the {productname} Proxy, open the [filename]``/etc/rhn/rhn.conf`` file and set a maximum timeout value (in seconds):
37+
. On the {productname} Proxy, open the [filename]``/etc/uyuni/proxy/config.yaml`` file and set a maximum timeout value (in seconds).
38+
The proxy containers need to be restarted for the change to be effective:
3839
+
3940
----
40-
proxy.timeout =`number`
41+
timeout =`number`
4142
----
4243
. On a {sles} client that uses zypper, open the [filename]``/etc/zypp/zypp.conf`` file and set a maximum timeout value (in seconds):
4344
+

0 commit comments

Comments
 (0)