Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Linux.RHEL.Packages: Silence dnf output #2703

Merged
merged 1 commit into from
May 23, 2023

Conversation

hillu
Copy link
Contributor

@hillu hillu commented May 23, 2023

On an "unregistered" RHEL9 test instance, dnf tells us all sorts of nonsense at start:

Updating Subscription Management repositories.
Unable to read consumer identity

This system is not registered with an entitlement server. You can use subscription-manager to register.

The last line bleeds into the package list. Adding the --quiet switch fixes this.

On an "unregistered" RHEL9 test instance, dnf tells us all sorts of
nonsense at start:

```
Updating Subscription Management repositories.
Unable to read consumer identity

This system is not registered with an entitlement server. You can use subscription-manager to register.
```

The last line bleeds into the package list. Adding the `--quiet`
switch fixes this.
@scudette scudette merged commit 6d68b82 into Velocidex:master May 23, 2023
scudette pushed a commit that referenced this pull request May 24, 2023
On an "unregistered" RHEL9 test instance, dnf tells us all sorts of
nonsense at start:

```
Updating Subscription Management repositories.
Unable to read consumer identity

This system is not registered with an entitlement server. You can use subscription-manager to register.
```

The last line bleeds into the package list. Adding the `--quiet` switch
fixes this.
scudette pushed a commit that referenced this pull request May 24, 2023
On an "unregistered" RHEL9 test instance, dnf tells us all sorts of
nonsense at start:

```
Updating Subscription Management repositories.
Unable to read consumer identity

This system is not registered with an entitlement server. You can use subscription-manager to register.
```

The last line bleeds into the package list. Adding the `--quiet` switch
fixes this.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants