I wasn't able to get patches in place for the scheduled 7.2 publication 
tomorrow.  I'll work on getting a bugfix package in the pipeline for 
subsequent release.

Pat

On 01/28/2016 08:28 PM, Orion Poplawski wrote:
> I'm using SL7rolling and during some network issues I came across the 
> following messages:
>
> /usr/lib/python2.7/site-packages/yum/constants.py:
>
> ERRORS_TO_KBASE_ARTICLES = {
>     404: """To address this issue please refer to the below knowledge 
> base article
>
> https://access.redhat.com/articles/1320623
>
> If above article doesn't help to resolve this issue please open a 
> ticket with Red Hat Support.
> """,
>     403: """To address this issue please refer to the below knowledge 
> base article
>
> https://access.redhat.com/solutions/69319
>
> If above article doesn't help to resolve this issue please open a 
> ticket with Red Hat Support.
> """,
>     60: """It was impossible to connect to the Red Hat servers.
> This could mean a connectivity issue in your environment, such as the 
> requirement to configure a proxy,
> or a transparent proxy that tampers with TLS security, or an incorrect 
> system clock.
> Please collect information about the specific failure that occurs in 
> your environment,
> using the instructions in: https://access.redhat.com/solutions/1527033 
> and open a ticket with Red Hat Support.
> """
>
> Looks like these messages get emitted when that error code is returned 
> from a download attempt.
>