Red Hat Satellite engineering is moving the tracking of its product development work on Satellite to Red Hat Jira (issues.redhat.com). If you're a Red Hat customer, please continue to file support cases via the Red Hat customer portal. If you're not, please head to the "Satellite project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs will be migrated starting at the end of May. If you cannot log in to RH Jira, please consult article #7032570. That failing, please send an e-mail to the RH Jira admins at rh-issues@redhat.com to troubleshoot your issue as a user management inquiry. The email creates a ServiceNow ticket with Red Hat. Individual Bugzilla bugs that are migrated will be moved to status "CLOSED", resolution "MIGRATED", and set with "MigratedToJIRA" in "Keywords". The link to the successor Jira issue will be found under "Links", have a little "two-footprint" icon next to it, and direct you to the "Satellite project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/SAT-XXXX", where "X" is a digit). This same link will be available in a blue banner at the top of the page informing you that that bug has been migrated.
Bug 1980754 - '"\"\\x98\" from ASCII-8BIT to UTF-8"' error while trying to delete oval content.
Summary: '"\"\\x98\" from ASCII-8BIT to UTF-8"' error while trying to delete oval cont...
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Red Hat Satellite
Classification: Red Hat
Component: SCAP Plugin
Version: 6.10.0
Hardware: Unspecified
OS: Unspecified
unspecified
medium
Target Milestone: 6.10.0
Assignee: Ondřej Pražák
QA Contact: Jameer Pathan
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2021-07-09 12:55 UTC by Jameer Pathan
Modified: 2021-11-16 14:12 UTC (History)
3 users (show)

Fixed In Version: tfm-rubygem-foreman_openscap-4.3.3
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2021-11-16 14:12:32 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Foreman Issue Tracker 32987 0 Normal New "\\"\\\\x98\\" from ASCII-8BIT to UTF-8"\' error while trying to delete oval content. 2021-07-12 08:28:28 UTC
Red Hat Product Errata RHSA-2021:4702 0 None None None 2021-11-16 14:12:42 UTC

Description Jameer Pathan 2021-07-09 12:55:50 UTC
Description of problem:
'"\"\\x98\" from ASCII-8BIT to UTF-8"' error while trying to delete oval content.

Version-Release number of selected component (if applicable):
- Satellite 6.10.0 snap 8
- tfm-rubygem-smart_proxy_openscap-0.9.0-1.el7sat.noarch
- ansiblerole-foreman_scap_client-0.2.0-1.el7sat.noarch
- rubygem-foreman_scap_client-0.5.0-1.el8sat.noarch

How reproducible:
- Always

Steps to Reproduce:
1. Create a oval content
curl -H "Accept: text/multipart" -k -X POST -u admin:password https://$(hostname)/api/v2/compliance/oval_contents -F 'oval_content[name]=jboss' -F 'oval_content[scap_file]=@jboss-eap-7.oval.xml.bz2'  | json_reformat

2. Try to delete oval content.
curl -H "Accept: application/json" -X DELETE -u admin:password https://$(hostname)/api/v2/compliance/oval_contents/1 | json_reformat

Actual results:
[root@dhcp-2-17 ~]# curl -H "Accept: application/json" -X DELETE -u admin:password https://$(hostname)/api/v2/compliance/oval_contents/1 | json_reformat
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100    64    0    64    0     0    152      0 --:--:-- --:--:-- --:--:--   152
{
    "error": {
        "message": "\"\\x98\" from ASCII-8BIT to UTF-8"
    }
}


Expected results:
- No error while trying to delete oval content.

Additional info:

- Description of "GET /api/compliance/oval_policies/:id/oval_content" api endpoint is "Show a policy's SCAP content", it should be "OVAL content" instead of "SCAP content".

Comment 1 Ondřej Pražák 2021-07-12 08:28:26 UTC
Created redmine issue https://projects.theforeman.org/issues/32987 from this bug

Comment 2 Bryan Kearney 2021-07-12 12:06:26 UTC
Upstream bug assigned to oprazak

Comment 3 Bryan Kearney 2021-07-12 12:06:30 UTC
Upstream bug assigned to oprazak

Comment 4 Bryan Kearney 2021-07-12 16:06:09 UTC
Moving this bug to POST for triage into Satellite since the upstream issue https://projects.theforeman.org/issues/32987 has been resolved.

Comment 5 Jameer Pathan 2021-07-15 08:58:37 UTC
Verified

Verified with:
- Satellite 6.10.0 snap 9
- tfm-rubygem-foreman_openscap-4.3.3-1.el7sat.noarch

Test steps:
- Create Oval content
- Try to delete oval content

Observations:
- No error while trying to delete oval content.

[root@dhcp-2-110 ~]# curl -H "Accept: application/json" -X DELETE -u admin:password https://$(hostname)/api/v2/compliance/oval_contents/2 | json_reformat
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100   191    0   191    0     0    469      0 --:--:-- --:--:-- --:--:--   470
{
    "id": 2,
    "name": "jboss",
    "original_filename": "jboss-eap-7.oval.xml.bz2",
    "digest": "f7ae60947967d8455b9edd9981209d8a329bf755a651df951b957866342efafc",
    "url": null,
    "organizations": [

    ],
    "locations": [

    ]
}

Comment 8 errata-xmlrpc 2021-11-16 14:12:32 UTC
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 (Moderate: Satellite 6.10 Release), 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/RHSA-2021:4702


Note You need to log in before you can comment on or make changes to this bug.