WIP: add collection of OpenSSH Include config files#305
Draft
jiri-belka wants to merge 28 commits into
Draft
Conversation
* Update supportconfig - add note about bpftool I noticed in SLE 16 the bpftool is not in enhnaced_base. But since we ship out-of-the-box bpf programs and these will be displayed in supportconfig, let us add hint in case bpftool not installed. * Update supportconfig Changed the lines as requested.
Let us verify procps pkg because it contains important binaries. E.g., /sbin/sysctl
Verify procps pkg
…etermining systemd unit files AND the drop-in files are included after the unit file if they exist
Minor changes
Check for /usr/lib/pam.d
Ignore deprecated crash variable message
Check for /usr/lib/pam.d
Added softirqs to proc bsc#1258069
Removed comment
Added systemd cat unit.service output
ha.txt: Collect hacluster passwd entry
I noticed in recent supportconfig I got, that env.txt contains credential information about the proxy if used: scc_aas15sp7_260326_1156/env.txt:https_proxy=http://MY_USER:MY_PASSWORD@172.20.1.32:8080 scc_aas15sp7_260326_1156/env.txt:http_proxy=http://MY_USER:MY_PASSWORD@172.20.1.32:8080 scc_aas15sp7_260326_1156/env.txt:ftp_proxy=http://MY_USER:MY_PASSWORD@172.20.1.32:8080 scc_aas15sp7_260326_1156/sysconfig.txt:HTTP_PROXY="http://*REMOVED BY SUPPORTCONFIG*@172.20.1.32:8080" scc_aas15sp7_260326_1156/sysconfig.txt:HTTPS_PROXY="http://*REMOVED BY SUPPORTCONFIG*@172.20.1.32:8080" scc_aas15sp7_260326_1156/sysconfig.txt:FTP_PROXY="http://*REMOVED BY SUPPORTCONFIG*@172.20.1.32:8080" To reproduce: add something to sysconfig/proxy and run: supportconfig -m -i SYSCONFIG,ENV the data in sysconfig.txt is removed, but env contains the username/password. Also I noticed with: supportconfig -m it doesn't include env.txt
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Hi,
we do not collect config files defined in OpenSSH configuration via `Include'.
Should I loop multiple times for
Include???An example: