Skip to content

Commit f88ffc8

Browse files
cbosdo0rnela
andauthored
Fix the proxy timeout change on a container (bsc#1252020) (#4418)
* Fix the proxy timeout change on a container (bsc#1252020) * Update CHANGELOG.md --------- Co-authored-by: Ornela Marić <[email protected]> Co-authored-by: Ornela Marić <[email protected]>
1 parent 5d34111 commit f88ffc8

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
- Fixed the proxy timeout procedure in Administration Guide (bsc#1252020)
12
- Fixed the file name in the provided example in Administration
23
Guide (bsc#1252727)
34
- 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)