Well...then I think you have to go the hard way and debug script.

- deactivate osad on the client (if present)
- stop "rhnsd"
- schedule a package for installation via SW Web
- run the "rhn_check" manually by python with the debugger included
  python -i -m pdb $(which rhn_check)
- try to hit "c" to just run it and when finished, try to hit "bt" (for 
backtrace)

If you don't get a backtrace that might help you, run the script again....

- search the "checkNeedUpdate" function definition (you should find in with 
"grep -r 'def checkNeedUpdate' /usr/share/rhn/*").
- Write down the full path to file and the line number of the first instruction 
within that function (needed to set a breakpoint)

- schedule software installation wia SW again
- run the rhn_check via debugger again
- instead of hitting "c", enter
  "break <full_path_to_file_with_checkNeedUpdate_function>:<line_number>"
- hit c
- That should bring you to the breakpoint.
- from there you can use "n" to "step over" or "s" to "step into" a function.

Goold luck.

Robert



> Gesendet: Montag, 17. Juni 2019 um 18:06 Uhr
> Von: "Ellis, Merphis" <merphis.el...@us.idemia.com>
> An: "spacewalk-list@redhat.com" <spacewalk-list@redhat.com>
> Betreff: Re: [Spacewalk-list] Spacewalk-list Digest, Vol 133, Issue 15
>
> I have this file on the client.
> 
> -----Original Message-----
> From: spacewalk-list-boun...@redhat.com <spacewalk-list-boun...@redhat.com> 
> On Behalf Of spacewalk-list-requ...@redhat.com
> Sent: Monday, June 17, 2019 11:52 AM
> To: spacewalk-list@redhat.com
> Subject: Spacewalk-list Digest, Vol 133, Issue 15
> 
> Send Spacewalk-list mailing list submissions to
>       spacewalk-list@redhat.com
> 
> To subscribe or unsubscribe via the World Wide Web, visit
>       https://www.redhat.com/mailman/listinfo/spacewalk-list
> or, via email, send a message with subject or body 'help' to
>       spacewalk-list-requ...@redhat.com
> 
> You can reach the person managing the list at
>       spacewalk-list-ow...@redhat.com
> 
> When replying, please edit your Subject line so it is more specific than "Re: 
> Contents of Spacewalk-list digest..."
> 
> 
> Today's Topics:
> 
>    1. Re: Python 6 error at the client (Robert Paschedag)
>    2. Re: Python 6 error at the client (Ellis, Merphis)
> 
> 
> ----------------------------------------------------------------------
> 
> Message: 1
> Date: Mon, 17 Jun 2019 17:38:19 +0200
> From: Robert Paschedag <robert.pasche...@web.de>
> To: "spacewalk-listredhat.com" <spacewalk-list@redhat.com>
> Subject: Re: [Spacewalk-list] Python 6 error at the client
> Message-ID: <e5fe962a-4ac1-420f-ab5b-8aa969f5b...@web.de>
> Content-Type: text/plain; charset=UTF-8
> 
> Please check on the clients with this error, if you have a script 
> /usr/share/rhn/actions/errata.py..
> 
> This does the actual work on the client. If it's missing, just copy that from 
> another client that is able to update.
> 
> Robert
> 
> 
> ?sent from my mobile device?
> 
> 
> -------- Originale Nachricht --------
> Von: "Ellis, Merphis" <merphis.el...@us.idemia.com>
> Gesendet: Mon Jun 17 17:09:44 GMT+02:00 2019
> An: "spacewalk-list@redhat.com" <spacewalk-list@redhat.com>
> Betreff: [Spacewalk-list] Python 6 error at the client
> 
> Good Morning
> 
> I am struggling to solve a python error 6 at some clients I need to update.
> My setup has some clients that connect direct to the server and some that 
> connect though a proxy.
> The systems that are direct connect are updating with no errors The systems 
> that connect thought the proxy are having some issues.
> 
> They registered and did update their package list.
> 
> When I try the update process I can see them login to the spacewalk, it looks 
> like it gets the list of files to update, but it seems like when it goes to 
> start the down load I start seeing the python 6 error.
> 
> Attached is the log from this morning attempt.
> 
> D: check_action{'action': "<?xml 
> version='1.0'?>\n<methodCall>\n<methodName>packages.update</methodName>\n<params>\n<param>\n<value><array><data>\n<value><array><data>\n<value><string>python</string></value>\n<value><string>2.6.6</string></value>\n<value><string>68.el6_10</string></value>\n<value><string></string></value>\n<value><string>x86_64</string></value>\n</data></array></value>\n<value><array><data>\n<value><string>zabbix-release</string></value>\n<value><string>4.2</string></value>\n<value><string>1.el7</string></value>\n<value><string></string></value>\n<value><string>noarch</string></value>\n</data></array></value>\n<value><array><data>\n<value><string>zabbix-agent</string></value>\n<value><string>4.2.3</string></value>\n<value><string>2.el7</string></value>\n<value><string></string></value>\n<value><string>x86_64</string></value>\n</data></array></value>\n<value><array><data>\n<value><string>python-libs</string></value>\n<value><string>2.6.6</string></value>\n<value><st
 ri
>  
> ng>68.el6_10</string></value>\n<value><string></string></value>\n<value><string>x86_64</string></value>\n</data></array></value>\n</data></array></value>\n</param>\n</params>\n</methodCall>\n",
>  'version': 2, 'id': 232}
> updateLoginInfo() login info
> D: login(forceUpdate=True) invoked
> logging into up2date server
> D: rpcServer: Calling XMLRPC up2date.login
> D: writeCachedLogin() invoked
> D: Wrote pickled loginInfo at 1560781984.92 with expiration of 1560785584.92 
> seconds.
> successfully retrieved authentication token from up2date server
> D: logininfo:{'X-RHN-Server-Id': 1000010052, 'X-RHN-Auth-Server-Time': 
> '1560781984.72', 'X-RHN-Auth': 
> 'JbhToF2TJZIFNh5pQ7ZPQCyaIs8hLSYeJj2QEW/+IFw=', 'X-RHN-Auth-Channels': 
> [['nc_redhat_abbis', '20190613082916', '1', '1']], 'X-RHN-Auth-User-Id': '', 
> 'X-RHN-Auth-Expire-Offset': '3600.0'}
> D: handle_action{'action': "<?xml 
> version='1.0'?>\n<methodCall>\n<methodName>packages.update</methodName>\n<params>\n<param>\n<value><array><data>\n<value><array><data>\n<value><string>python</string></value>\n<value><string>2.6.6</string></value>\n<value><string>68.el6_10</string></value>\n<value><string></string></value>\n<value><string>x86_64</string></value>\n</data></array></value>\n<value><array><data>\n<value><string>zabbix-release</string></value>\n<value><string>4.2</string></value>\n<value><string>1.el7</string></value>\n<value><string></string></value>\n<value><string>noarch</string></value>\n</data></array></value>\n<value><array><data>\n<value><string>zabbix-agent</string></value>\n<value><string>4.2.3</string></value>\n<value><string>2.el7</string></value>\n<value><string></string></value>\n<value><string>x86_64</string></value>\n</data></array></value>\n<value><array><data>\n<value><string>python-libs</string></value>\n<value><string>2.6.6</string></value>\n<value><s
 tr
>  
> ing>68.el6_10</string></value>\n<value><string></string></value>\n<value><string>x86_64</string></value>\n</data></array></value>\n</data></array></value>\n</param>\n</params>\n</methodCall>\n",
>  'version': 2, 'id': 232}
> D: handle_action actionid = 232, version = 2
> D: do_call packages.update([['python', '2.6.6', '68.el6_10', '', 'x86_64'], 
> ['zabbix-release', '4.2', '1.el7', '', 'noarch'], ['zabbix-agent', '4.2.3', 
> '2.el7', '', 'x86_64'], ['python-libs', '2.6.6', '68.el6_10', '', 
> 'x86_64']],){'cache_only': None} Loading "rhnplugin" plugin Loading 
> "product-id" plugin Loading "refresh-packagekit" plugin Loading 
> "subscription-manager" plugin Running "postconfig" handler for 
> "subscription-manager" plugin Updating Subscription Management repositories.
> Config time: 2.163
> Running "init" handler for "rhnplugin" plugin
> D: rpcServer: Calling XMLRPC up2date.listChannels This system is receiving 
> updates from RHN Classic or RHN Satellite.
> Looking for repo options for [main]
> Looking for repo options for [nc_redhat_abbis] Repo 'nc_redhat_abbis' setting 
> option 'enabled' = '1'
> Repo 'nc_redhat_abbis' setting option 'gpgcheck' = '1'
> Repo 'nc_redhat_abbis' setting option 'timeout' = '120'
> Reading Local RPMDB
> rpmdb time: 0.000
> repo time: 0.001
> Setting up Package Sacks
> updateLoginInfo() login info
> D: login(forceUpdate=True) invoked
> logging into up2date server
> D: rpcServer: Calling XMLRPC up2date.login
> D: writeCachedLogin() invoked
> D: Wrote pickled loginInfo at 1560782035.34 with expiration of 1560785635.34 
> seconds.
> successfully retrieved authentication token from up2date server
> D: logininfo:{'X-RHN-Server-Id': 1000010052, 'X-RHN-Auth-Server-Time': 
> '1560782035.13', 'X-RHN-Auth': 
> 'YPMRQ5cttlyqb5kMiibCFq8qzAxoqGtcOFEuzqM1UtM=', 'X-RHN-Auth-Channels': 
> [['nc_redhat_abbis', '20190613082916', '1', '1']], 'X-RHN-Auth-User-Id': '', 
> 'X-RHN-Auth-Expire-Offset': '3600.0'}
> updateLoginInfo() login info
> D: login(forceUpdate=True) invoked
> logging into up2date server
> D: rpcServer: Calling XMLRPC up2date.login
> D: writeCachedLogin() invoked
> D: Wrote pickled loginInfo at 1560782055.04 with expiration of 1560785655.04 
> seconds.
> successfully retrieved authentication token from up2date server
> D: logininfo:{'X-RHN-Server-Id': 1000010052, 'X-RHN-Auth-Server-Time': 
> '1560782054.83', 'X-RHN-Auth': 
> 'gS8OPv4PrKLFmRAALeYVNBJZN9vcyieE4eb49WpDSME=', 'X-RHN-Auth-Channels': 
> [['nc_redhat_abbis', '20190613082916', '1', '1']], 'X-RHN-Auth-User-Id': '', 
> 'X-RHN-Auth-Expire-Offset': '3600.0'}
> updateLoginInfo() login info
> D: login(forceUpdate=True) invoked
> logging into up2date server
> D: rpcServer: Calling XMLRPC up2date.login
> D: writeCachedLogin() invoked
> D: Wrote pickled loginInfo at 1560782080.36 with expiration of 1560785680.36 
> seconds.
> successfully retrieved authentication token from up2date server
> D: logininfo:{'X-RHN-Server-Id': 1000010052, 'X-RHN-Auth-Server-Time': 
> '1560782080.16', 'X-RHN-Auth': 
> 'siQ2d6ni4AGEJc0KQflhUo0ROTfGag9LzHYeaa1HQD4=', 'X-RHN-Auth-Channels': 
> [['nc_redhat_abbis', '20190613082916', '1', '1']], 'X-RHN-Auth-User-Id': '', 
> 'X-RHN-Auth-Expire-Offset': '3600.0'}
> D: Sending back response((6,), 'Fatal error in Python code occured', {})
> D: do_call packages.checkNeedUpdate('rhnsd=1',){}
> Loading "rhnplugin" plugin
> Loading "product-id" plugin
> Loading "refresh-packagekit" plugin
> Loading "subscription-manager" plugin
> Running "postconfig" handler for "subscription-manager" plugin Updating 
> Subscription Management repositories.
> Config time: 1.998
> Running "init" handler for "rhnplugin" plugin This system is receiving 
> updates from RHN Classic or RHN Satellite.
> Looking for repo options for [main]
> Looking for repo options for [nc_redhat_abbis] Repo 'nc_redhat_abbis' setting 
> option 'enabled' = '1'
> Repo 'nc_redhat_abbis' setting option 'gpgcheck' = '1'
> Repo 'nc_redhat_abbis' setting option 'timeout' = '120'
> Reading Local RPMDB
> rpmdb time: 0.000
> repo time: 0.001
> Setting up Package Sacks
> updateLoginInfo() login info
> D: login(forceUpdate=True) invoked
> logging into up2date server
> D: rpcServer: Calling XMLRPC up2date.login
> D: writeCachedLogin() invoked
> D: Wrote pickled loginInfo at 1560782141.39 with expiration of 1560785741.39 
> seconds.
> successfully retrieved authentication token from up2date server
> D: logininfo:{'X-RHN-Server-Id': 1000010052, 'X-RHN-Auth-Server-Time': 
> '1560782141.18', 'X-RHN-Auth': 
> '/jHjcYQwa2Av78Xlihh4ZxVvYhjrWAeAh/vobu6Um/U=', 'X-RHN-Auth-Channels': 
> [['nc_redhat_abbis', '20190613082916', '1', '1']], 'X-RHN-Auth-User-Id': '', 
> 'X-RHN-Auth-Expire-Offset': '3600.0'}
> updateLoginInfo() login info
> D: login(forceUpdate=True) invoked
> logging into up2date server
> D: rpcServer: Calling XMLRPC up2date.login
> D: writeCachedLogin() invoked
> D: Wrote pickled loginInfo at 1560782166.51 with expiration of 1560785766.51 
> seconds.
> successfully retrieved authentication token from up2date server
> D: logininfo:{'X-RHN-Server-Id': 1000010052, 'X-RHN-Auth-Server-Time': 
> '1560782166.31', 'X-RHN-Auth': 
> 'VX5v55zy2PjNfGg1ni5ZOC0Igmkqyj+c/SpPuHl0Nfw=', 'X-RHN-Auth-Channels': 
> [['nc_redhat_abbis', '20190613082916', '1', '1']], 'X-RHN-Auth-User-Id': '', 
> 'X-RHN-Auth-Expire-Offset': '3600.0'}
> updateLoginInfo() login info
> D: login(forceUpdate=True) invoked
> logging into up2date server
> D: rpcServer: Calling XMLRPC up2date.login
> D: writeCachedLogin() invoked
> D: Wrote pickled loginInfo at 1560782191.86 with expiration of 1560785791.86 
> seconds.
> successfully retrieved authentication token from up2date server
> D: logininfo:{'X-RHN-Server-Id': 1000010052, 'X-RHN-Auth-Server-Time': 
> '1560782191.65', 'X-RHN-Auth': 
> 'wwVW8/cf7K+q1CL/Hu551YjFzodq7zZwq5uhJGTgKqw=', 'X-RHN-Auth-Channels': 
> [['nc_redhat_abbis', '20190613082916', '1', '1']], 'X-RHN-Auth-User-Id': '', 
> 'X-RHN-Auth-Expire-Offset': '3600.0'}
> D: local action status: ((6,), 'Fatal error in Python code occured', {})
> D: rpcServer: Calling XMLRPC registration.welcome_message
> 
> 
> 
> 
> Making plans actionable!
> 
> 
> Regards,
> 
> 
> 
> 
> Merphis Ellis
> 
> 
> 
> M. +1 850 556-6313
> E. merphis.el...@us.idemia.com<mailto:merphis.el...@us.idemia.com>
> 125 McAlpin Dr
> Winterville, GA 30683
> 
> 
> 
> 
> 
> 
> 
> [Idemia]<https://www.idemia.com/>
> 
> 
> Join us on
> 
> [Facebook]<https://www.facebook.com/IdemiaGroup/>
> 
> [Twitter]<https://twitter.com/IdemiaGroup>
> 
> [LinkedIn]<https://www.linkedin.com/company-beta/3488/>
> 
> [Youtube]<https://www.youtube.com/user/SafranMorpho/>
> 
> 
> 
> 
> 
> 
> [www.idemia.com]<https://www.idemia.com/>
> 
> 
> 
> 
> [OT-MORPHO is now IDEMIA]
> 
> 
> 
> 
> 
> ________________________________
> 
> This message is only for the use of the intended recipient and may contain 
> information that is CONFIDENTIAL and PROPRIETARY to IDEMIA. If you are not 
> the intended recipient, please erase all copies of the message and its 
> attachments and notify the sender immediately.
> 
> 
> ------------------------------------------------------------------------
> 
> _______________________________________________
> Spacewalk-list mailing list
> Spacewalk-list@redhat.com
> https://www.redhat.com/mailman/listinfo/spacewalk-list
> 
> 
> 
> ------------------------------
> 
> Message: 2
> Date: Mon, 17 Jun 2019 15:51:31 +0000
> From: "Ellis, Merphis" <merphis.el...@us.idemia.com>
> To: "spacewalk-list@redhat.com" <spacewalk-list@redhat.com>
> Subject: Re: [Spacewalk-list] Python 6 error at the client
> Message-ID: <ae391cd3901147b3bb7b0fb98c807cf5@BLM-MAIL02P.l1id.local>
> Content-Type: text/plain; charset="us-ascii"
> 
> I have been looking more and now I find in the up2date log I see a message 
> that the client could not download the repomd.xml file for the repository for 
> the channel it is assigned.
> 
> I looked in the /var/cache/rhn/<channel> folder and I do find  a rep[osd.xml 
> file along with all the other is I expect to find
> 
> 
> 
> From: Ellis, Merphis
> Sent: Monday, June 17, 2019 11:10 AM
> To: 'spacewalk-list@redhat.com' <spacewalk-list@redhat.com>
> Subject: Python 6 error at the client
> 
> Good Morning
> 
> I am struggling to solve a python error 6 at some clients I need to update.
> My setup has some clients that connect direct to the server and some that 
> connect though a proxy.
> The systems that are direct connect are updating with no errors The systems 
> that connect thought the proxy are having some issues.
> 
> They registered and did update their package list.
> 
> When I try the update process I can see them login to the spacewalk, it looks 
> like it gets the list of files to update, but it seems like when it goes to 
> start the down load I start seeing the python 6 error.
> 
> Attached is the log from this morning attempt.
> 
> D: check_action{'action': "<?xml 
> version='1.0'?>\n<methodCall>\n<methodName>packages.update</methodName>\n<params>\n<param>\n<value><array><data>\n<value><array><data>\n<value><string>python</string></value>\n<value><string>2.6.6</string></value>\n<value><string>68.el6_10</string></value>\n<value><string></string></value>\n<value><string>x86_64</string></value>\n</data></array></value>\n<value><array><data>\n<value><string>zabbix-release</string></value>\n<value><string>4.2</string></value>\n<value><string>1.el7</string></value>\n<value><string></string></value>\n<value><string>noarch</string></value>\n</data></array></value>\n<value><array><data>\n<value><string>zabbix-agent</string></value>\n<value><string>4.2.3</string></value>\n<value><string>2.el7</string></value>\n<value><string></string></value>\n<value><string>x86_64</string></value>\n</data></array></value>\n<value><array><data>\n<value><string>python-libs</string></value>\n<value><string>2.6.6</string></value>\n<value><st
 ri
>  
> ng>68.el6_10</string></value>\n<value><string></string></value>\n<value><string>x86_64</string></value>\n</data></array></value>\n</data></array></value>\n</param>\n</params>\n</methodCall>\n",
>  'version': 2, 'id': 232}
> updateLoginInfo() login info
> D: login(forceUpdate=True) invoked
> logging into up2date server
> D: rpcServer: Calling XMLRPC up2date.login
> D: writeCachedLogin() invoked
> D: Wrote pickled loginInfo at 1560781984.92 with expiration of 1560785584.92 
> seconds.
> successfully retrieved authentication token from up2date server
> D: logininfo:{'X-RHN-Server-Id': 1000010052, 'X-RHN-Auth-Server-Time': 
> '1560781984.72', 'X-RHN-Auth': 
> 'JbhToF2TJZIFNh5pQ7ZPQCyaIs8hLSYeJj2QEW/+IFw=', 'X-RHN-Auth-Channels': 
> [['nc_redhat_abbis', '20190613082916', '1', '1']], 'X-RHN-Auth-User-Id': '', 
> 'X-RHN-Auth-Expire-Offset': '3600.0'}
> D: handle_action{'action': "<?xml 
> version='1.0'?>\n<methodCall>\n<methodName>packages.update</methodName>\n<params>\n<param>\n<value><array><data>\n<value><array><data>\n<value><string>python</string></value>\n<value><string>2.6.6</string></value>\n<value><string>68.el6_10</string></value>\n<value><string></string></value>\n<value><string>x86_64</string></value>\n</data></array></value>\n<value><array><data>\n<value><string>zabbix-release</string></value>\n<value><string>4.2</string></value>\n<value><string>1.el7</string></value>\n<value><string></string></value>\n<value><string>noarch</string></value>\n</data></array></value>\n<value><array><data>\n<value><string>zabbix-agent</string></value>\n<value><string>4.2.3</string></value>\n<value><string>2.el7</string></value>\n<value><string></string></value>\n<value><string>x86_64</string></value>\n</data></array></value>\n<value><array><data>\n<value><string>python-libs</string></value>\n<value><string>2.6.6</string></value>\n<value><s
 tr
>  
> ing>68.el6_10</string></value>\n<value><string></string></value>\n<value><string>x86_64</string></value>\n</data></array></value>\n</data></array></value>\n</param>\n</params>\n</methodCall>\n",
>  'version': 2, 'id': 232}
> D: handle_action actionid = 232, version = 2
> D: do_call packages.update([['python', '2.6.6', '68.el6_10', '', 'x86_64'], 
> ['zabbix-release', '4.2', '1.el7', '', 'noarch'], ['zabbix-agent', '4.2.3', 
> '2.el7', '', 'x86_64'], ['python-libs', '2.6.6', '68.el6_10', '', 
> 'x86_64']],){'cache_only': None} Loading "rhnplugin" plugin Loading 
> "product-id" plugin Loading "refresh-packagekit" plugin Loading 
> "subscription-manager" plugin Running "postconfig" handler for 
> "subscription-manager" plugin Updating Subscription Management repositories.
> Config time: 2.163
> Running "init" handler for "rhnplugin" plugin
> D: rpcServer: Calling XMLRPC up2date.listChannels This system is receiving 
> updates from RHN Classic or RHN Satellite.
> Looking for repo options for [main]
> Looking for repo options for [nc_redhat_abbis] Repo 'nc_redhat_abbis' setting 
> option 'enabled' = '1'
> Repo 'nc_redhat_abbis' setting option 'gpgcheck' = '1'
> Repo 'nc_redhat_abbis' setting option 'timeout' = '120'
> Reading Local RPMDB
> rpmdb time: 0.000
> repo time: 0.001
> Setting up Package Sacks
> updateLoginInfo() login info
> D: login(forceUpdate=True) invoked
> logging into up2date server
> D: rpcServer: Calling XMLRPC up2date.login
> D: writeCachedLogin() invoked
> D: Wrote pickled loginInfo at 1560782035.34 with expiration of 1560785635.34 
> seconds.
> successfully retrieved authentication token from up2date server
> D: logininfo:{'X-RHN-Server-Id': 1000010052, 'X-RHN-Auth-Server-Time': 
> '1560782035.13', 'X-RHN-Auth': 
> 'YPMRQ5cttlyqb5kMiibCFq8qzAxoqGtcOFEuzqM1UtM=', 'X-RHN-Auth-Channels': 
> [['nc_redhat_abbis', '20190613082916', '1', '1']], 'X-RHN-Auth-User-Id': '', 
> 'X-RHN-Auth-Expire-Offset': '3600.0'}
> updateLoginInfo() login info
> D: login(forceUpdate=True) invoked
> logging into up2date server
> D: rpcServer: Calling XMLRPC up2date.login
> D: writeCachedLogin() invoked
> D: Wrote pickled loginInfo at 1560782055.04 with expiration of 1560785655.04 
> seconds.
> successfully retrieved authentication token from up2date server
> D: logininfo:{'X-RHN-Server-Id': 1000010052, 'X-RHN-Auth-Server-Time': 
> '1560782054.83', 'X-RHN-Auth': 
> 'gS8OPv4PrKLFmRAALeYVNBJZN9vcyieE4eb49WpDSME=', 'X-RHN-Auth-Channels': 
> [['nc_redhat_abbis', '20190613082916', '1', '1']], 'X-RHN-Auth-User-Id': '', 
> 'X-RHN-Auth-Expire-Offset': '3600.0'}
> updateLoginInfo() login info
> D: login(forceUpdate=True) invoked
> logging into up2date server
> D: rpcServer: Calling XMLRPC up2date.login
> D: writeCachedLogin() invoked
> D: Wrote pickled loginInfo at 1560782080.36 with expiration of 1560785680.36 
> seconds.
> successfully retrieved authentication token from up2date server
> D: logininfo:{'X-RHN-Server-Id': 1000010052, 'X-RHN-Auth-Server-Time': 
> '1560782080.16', 'X-RHN-Auth': 
> 'siQ2d6ni4AGEJc0KQflhUo0ROTfGag9LzHYeaa1HQD4=', 'X-RHN-Auth-Channels': 
> [['nc_redhat_abbis', '20190613082916', '1', '1']], 'X-RHN-Auth-User-Id': '', 
> 'X-RHN-Auth-Expire-Offset': '3600.0'}
> D: Sending back response((6,), 'Fatal error in Python code occured', {})
> D: do_call packages.checkNeedUpdate('rhnsd=1',){}
> Loading "rhnplugin" plugin
> Loading "product-id" plugin
> Loading "refresh-packagekit" plugin
> Loading "subscription-manager" plugin
> Running "postconfig" handler for "subscription-manager" plugin Updating 
> Subscription Management repositories.
> Config time: 1.998
> Running "init" handler for "rhnplugin" plugin This system is receiving 
> updates from RHN Classic or RHN Satellite.
> Looking for repo options for [main]
> Looking for repo options for [nc_redhat_abbis] Repo 'nc_redhat_abbis' setting 
> option 'enabled' = '1'
> Repo 'nc_redhat_abbis' setting option 'gpgcheck' = '1'
> Repo 'nc_redhat_abbis' setting option 'timeout' = '120'
> Reading Local RPMDB
> rpmdb time: 0.000
> repo time: 0.001
> Setting up Package Sacks
> updateLoginInfo() login info
> D: login(forceUpdate=True) invoked
> logging into up2date server
> D: rpcServer: Calling XMLRPC up2date.login
> D: writeCachedLogin() invoked
> D: Wrote pickled loginInfo at 1560782141.39 with expiration of 1560785741.39 
> seconds.
> successfully retrieved authentication token from up2date server
> D: logininfo:{'X-RHN-Server-Id': 1000010052, 'X-RHN-Auth-Server-Time': 
> '1560782141.18', 'X-RHN-Auth': 
> '/jHjcYQwa2Av78Xlihh4ZxVvYhjrWAeAh/vobu6Um/U=', 'X-RHN-Auth-Channels': 
> [['nc_redhat_abbis', '20190613082916', '1', '1']], 'X-RHN-Auth-User-Id': '', 
> 'X-RHN-Auth-Expire-Offset': '3600.0'}
> updateLoginInfo() login info
> D: login(forceUpdate=True) invoked
> logging into up2date server
> D: rpcServer: Calling XMLRPC up2date.login
> D: writeCachedLogin() invoked
> D: Wrote pickled loginInfo at 1560782166.51 with expiration of 1560785766.51 
> seconds.
> successfully retrieved authentication token from up2date server
> D: logininfo:{'X-RHN-Server-Id': 1000010052, 'X-RHN-Auth-Server-Time': 
> '1560782166.31', 'X-RHN-Auth': 
> 'VX5v55zy2PjNfGg1ni5ZOC0Igmkqyj+c/SpPuHl0Nfw=', 'X-RHN-Auth-Channels': 
> [['nc_redhat_abbis', '20190613082916', '1', '1']], 'X-RHN-Auth-User-Id': '', 
> 'X-RHN-Auth-Expire-Offset': '3600.0'}
> updateLoginInfo() login info
> D: login(forceUpdate=True) invoked
> logging into up2date server
> D: rpcServer: Calling XMLRPC up2date.login
> D: writeCachedLogin() invoked
> D: Wrote pickled loginInfo at 1560782191.86 with expiration of 1560785791.86 
> seconds.
> successfully retrieved authentication token from up2date server
> D: logininfo:{'X-RHN-Server-Id': 1000010052, 'X-RHN-Auth-Server-Time': 
> '1560782191.65', 'X-RHN-Auth': 
> 'wwVW8/cf7K+q1CL/Hu551YjFzodq7zZwq5uhJGTgKqw=', 'X-RHN-Auth-Channels': 
> [['nc_redhat_abbis', '20190613082916', '1', '1']], 'X-RHN-Auth-User-Id': '', 
> 'X-RHN-Auth-Expire-Offset': '3600.0'}
> D: local action status: ((6,), 'Fatal error in Python code occured', {})
> D: rpcServer: Calling XMLRPC registration.welcome_message
> 
> 
> 
> 
> Making plans actionable!
> 
> 
> Regards,
> 
> 
> 
> 
> Merphis Ellis
> 
> 
> 
> M. +1 850 556-6313
> E. merphis.el...@us.idemia.com<mailto:merphis.el...@us.idemia.com>
> 125 McAlpin Dr
> Winterville, GA 30683
> 
> 
> 
> 
> 
> 
> 
> [Idemia]<https://www.idemia.com/>
> 
> 
> Join us on
> 
> [Facebook]<https://www.facebook.com/IdemiaGroup/>
> 
> [Twitter]<https://twitter.com/IdemiaGroup>
> 
> [LinkedIn]<https://www.linkedin.com/company-beta/3488/>
> 
> [Youtube]<https://www.youtube.com/user/SafranMorpho/>
> 
> 
> 
> 
> 
> 
> [www.idemia.com]<https://www.idemia.com/>
> 
> 
> 
> 
> [OT-MORPHO is now IDEMIA]
> 
> 
> 
> 
> 
> ________________________________
> 
> This message is only for the use of the intended recipient and may contain 
> information that is CONFIDENTIAL and PROPRIETARY to IDEMIA. If you are not 
> the intended recipient, please erase all copies of the message and its 
> attachments and notify the sender immediately.
> -------------- next part --------------
> An HTML attachment was scrubbed...
> URL: 
> <https://www.redhat.com/archives/spacewalk-list/attachments/20190617/9925f278/attachment.html>
> -------------- next part --------------
> A non-text attachment was scrubbed...
> Name: image001.gif
> Type: image/gif
> Size: 2605 bytes
> Desc: image001.gif
> URL: 
> <https://www.redhat.com/archives/spacewalk-list/attachments/20190617/9925f278/attachment.gif>
> -------------- next part --------------
> A non-text attachment was scrubbed...
> Name: image002.gif
> Type: image/gif
> Size: 1481 bytes
> Desc: image002.gif
> URL: 
> <https://www.redhat.com/archives/spacewalk-list/attachments/20190617/9925f278/attachment-0001.gif>
> -------------- next part --------------
> A non-text attachment was scrubbed...
> Name: image003.gif
> Type: image/gif
> Size: 1495 bytes
> Desc: image003.gif
> URL: 
> <https://www.redhat.com/archives/spacewalk-list/attachments/20190617/9925f278/attachment-0002.gif>
> -------------- next part --------------
> A non-text attachment was scrubbed...
> Name: image004.gif
> Type: image/gif
> Size: 1499 bytes
> Desc: image004.gif
> URL: 
> <https://www.redhat.com/archives/spacewalk-list/attachments/20190617/9925f278/attachment-0003.gif>
> -------------- next part --------------
> A non-text attachment was scrubbed...
> Name: image005.gif
> Type: image/gif
> Size: 1498 bytes
> Desc: image005.gif
> URL: 
> <https://www.redhat.com/archives/spacewalk-list/attachments/20190617/9925f278/attachment-0004.gif>
> -------------- next part --------------
> A non-text attachment was scrubbed...
> Name: image006.gif
> Type: image/gif
> Size: 2049 bytes
> Desc: image006.gif
> URL: 
> <https://www.redhat.com/archives/spacewalk-list/attachments/20190617/9925f278/attachment-0005.gif>
> -------------- next part --------------
> A non-text attachment was scrubbed...
> Name: image007.gif
> Type: image/gif
> Size: 1579 bytes
> Desc: image007.gif
> URL: 
> <https://www.redhat.com/archives/spacewalk-list/attachments/20190617/9925f278/attachment-0006.gif>
> 
> ------------------------------
> 
> _______________________________________________
> Spacewalk-list mailing list
> Spacewalk-list@redhat.com
> https://www.redhat.com/mailman/listinfo/spacewalk-list
> 
> End of Spacewalk-list Digest, Vol 133, Issue 15
> ***********************************************
> 
> 
> _______________________________________________
> Spacewalk-list mailing list
> Spacewalk-list@redhat.com
> https://www.redhat.com/mailman/listinfo/spacewalk-list
>

_______________________________________________
Spacewalk-list mailing list
Spacewalk-list@redhat.com
https://www.redhat.com/mailman/listinfo/spacewalk-list

Reply via email to