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

netconsole fixes #486

Merged
merged 4 commits into from
Aug 27, 2024
Merged

netconsole fixes #486

merged 4 commits into from
Aug 27, 2024

Conversation

jamacku
Copy link
Member

@jamacku jamacku commented Aug 27, 2024

No description provided.

(cherry picked from commit 78c0af5)

Resolves: RHEL-40660
(cherry picked from commit 293dbf2)

Resolves: RHEL-40660
Although the comment said "check if network is up",
the code only sourced the configuration file, but did not fail
if it did not exist and happily continued.

Also on current versions of Fedora, the sysconfig/network
does not exist by default, so you see a warning message
when you start the service.

So let's just check if the file exists and only source it
if it does (for backwards compatibility).

(cherry picked from commit ad2a578)

Resolves: RHEL-40660
/var/lock is a symlink to /run/lock,
so let's use proper location

(cherry picked from commit 91df03e)

Resolves: RHEL-40660
@jamacku jamacku added the RHEL9 label Aug 27, 2024
@jamacku jamacku requested a review from lnykryn August 27, 2024 10:53
@jamacku jamacku merged commit 6cf7e74 into fedora-sysv:rhel9-branch Aug 27, 2024
4 checks passed
@jamacku jamacku deleted the fix-netconsole branch August 27, 2024 11:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants