Skip to content

download_sensor.py no longer working for "RHEL/CentOS Stream/Oracle" #1265

Answered by jshcodes
TM-JBEE asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @TM-JBEE -

This is occurring due to changes in the available operating system names available for download. Some of these variations overlap, which conflicted with the values available in the operating system list lookup. (Example: RHEL/CentOS/Oracle vs. RHEL/CentOS Stream/Oracle vs. RHEL/CentOS vs. RHEL)

We've updated the sample to speak to these new variations, this will merge to main sometime this week. (You can download this version from the samples branch before it merges.)

In order to download the sensor version mentioned with the updated sample we will need to use either rhel/centos stream/oracle, centos stream or stream as the OS name (-o) filter.

Example:

python3 download_sensor.

Replies: 3 comments 5 replies

Comment options

You must be logged in to vote
4 replies
@TM-JBEE
Comment options

@jshcodes
Comment options

@TM-JBEE
Comment options

@jshcodes
Comment options

Answer selected by TM-JBEE
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@jshcodes
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
code samples Functioning sample code to get you started sensor download Sensor download issues and questions
2 participants
Converted from issue

This discussion was converted from issue #1264 on December 17, 2024 16:23.