Note: This bug is displayed in read-only format because the product is no longer active in Red Hat Bugzilla.

Bug 1168719

Summary: First configuration is broken on validating the satellite certificate.
Product: [Community] Spacewalk Reporter: Rangul <hanfey110>
Component: InstallationAssignee: Tomáš Kašpárek <tkasparek>
Status: CLOSED DEFERRED QA Contact: Red Hat Satellite QA List <satqe-list>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 2.2   
Target Milestone: ---   
Target Release: ---   
Hardware: x86_64   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2014-12-01 07:19:13 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On:    
Bug Blocks: 1484117    

Description Rangul 2014-11-27 16:12:45 UTC
Description of problem:
Spacewalk first configuration is broken with message:
"** Loading Spacewalk Certificate.
** Verifying certificate locally.
There was a problem validating the satellite certificate: 1"

Tail of /var/log/rhn/rhn_installation.log.N
"Unable to load module rhn_satellite_activate
No module named stringutils"


Version-Release number of selected component (if applicable):
OS Centos 6.6; spacewalk 2.2-1

How reproducible:
Run spacewalk-setup --skip-fqdn-test --disconnected --external-postgresql --answer-file=kick_walk
Populating database ends sucessfully, but next hop - cert verifying - is broken. 
Tail of /var/log/rhn/rhn_installation.log.N
"Unable to load module rhn_satellite_activate
No module named stringutils"

What is it module? Python module? Java moduly? Or else another?
How can I fix this problem?

Comment 1 Rangul 2014-12-01 07:19:13 UTC
Problem was fixed.
It cause was spacewalk-client installed on the host before spacewalk-server. And client version was older.
Spacewalk client and server both have the spacewalk-backend-libs rpm in dependency; so, if client was installed before, server installation ignore this rpm. But content of client spacewalk-backend-libs much less then servers version. In particular there is no stringutils.py. So problem is fixed by installation of appropriate spacewalk-backend-libs rpm.

Comment 2 Eric Herget 2017-09-28 18:05:51 UTC
This BZ closed some time during 2.5, 2.6 or 2.7.  Adding to 2.7 tracking bug.