Description of problem: we removed nonlinux entitlement from 5.8 schema by upgrade script (bz1479337 and bz1466493) but it is still in ./satellite/schema-override/data/common/rhnOrgEntitlementType.sql ./satellite/schema-override/data/common/rhnServerGroupType.sql so if you install satellite with the latest schema package available, you will have nonlinux in database Version-Release number of selected component (if applicable): satellite-schema 5.8.0.37-1.el6sat How reproducible: always Steps to Reproduce: 1. install Sat 5.8 with latest schema packages available Actual results: Data in [RHNORGENTITLEMENTTYPE] for [rhnsat@//GUEST:1522/RHNSAT.WORLD] and [user_rJ9GS6@//GUEST:1522/RHNSAT.WORLD] select LABEL, NAME from RHNORGENTITLEMENTTYPE order by LABEL, NAME > rhn_nonlinux Red Hat Network Non-Linux Data in [RHNSERVERGROUPTYPE] for [rhnsat@//GUEST:1522/RHNSAT.WORLD] and [user_rJ9GS6@//GUEST:1522/RHNSAT.WORLD] select IS_BASE, LABEL, NAME, PERMANENT from RHNSERVERGROUPTYPE order by IS_BASE, LABEL, NAME, PERMANENT > Y nonlinux_entitled Non-Linux Entitled Servers N Expected results: no difference in schema
Created attachment 1351575 [details] SAT5.8 patch I'm enclosing a patch that resolves this issue.
Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHBA-2018:0393