[Spacewalk-list] osad not picking up actions

Franky Van Liedekerke liedekef at telenet.be
Thu May 19 23:03:40 UTC 2016


On Thu, 19 May 2016 16:01:08 -0400
Nicki Clear <NClear at oh.hra.com> wrote:

<<snip>

> eventually it will fail with
> 
> 2016-05-19 15:54:54 jabber_lib.process: 180
> Error caught:
> Traceback (most recent call last):
>   File "/usr/share/rhn/osad/jabber_lib.py", line 120, in main
>     self.process_forever(c)
>   File "/usr/share/rhn/osad/jabber_lib.py", line 178, in
> process_forever self.process_once(client)
>   File "/usr/share/rhn/osad/osad.py", line 249, in process_once
>     client.process(timeout=180)
>   File "/usr/share/rhn/osad/jabber_lib.py", line 1040, in process
>     data = self._read(self.BLOCK_SIZE)
> SSLError: ('OpenSSL error; will retry', "(-1, 'Unexpected EOF')")
> 
> 2016-05-19 15:54:54 jabber_lib.main: Sleeping 115 seconds

Maybe this will help you:
http://h20564.www2.hpe.com/hpsc/doc/public/display?docId=mmr_kc-0122182

In short, make sure 
<idle>0</idle>
is in /etc/jabberd/c2s.xml
The redhat solution mentioned at
https://access.redhat.com/solutions/64908
explains it further:

"
The setting was causing the client connection to the jabber service to
be terminated if there was no data sent over the connection after 200
seconds. The client would reconnect after about 1 or 2 minutes though.

Basically, if the value is non-zero then the jabber c2s service uses
this value as a connection timeout and will terminate the connection if
there is no data sent over the connection before the timeout expires.
The osad process will (try to) re-connect to the jabber service after
about 1 or 2 minutes. And again, if there is no further data sent over
the connection then jabber will close the connection.
"

And further down:
"
The SSLError traceback is just a result of the jabber service on the
satellite closing the connection because of the use of a non-zero
setting in the /etc/jabberd/c2s.xml file. The traceback is normal
behaviour if osad is run in the foreground and doesn't appear if osad
is run in the background.
"

Franky




More information about the Spacewalk-list mailing list