Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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):
+
Expand Down
Loading