From eaa917178f413904c64cb8089c2eb8cb26ce3212 Mon Sep 17 00:00:00 2001 From: Evgeni Golov Date: Mon, 23 Sep 2024 12:02:01 +0200 Subject: [PATCH] use sos report, not foreman-debug to get help --- _includes/manuals/3.12/7.3_getting_help.md | 18 +++--------------- _includes/manuals/nightly/7.3_getting_help.md | 18 +++--------------- 2 files changed, 6 insertions(+), 30 deletions(-) diff --git a/_includes/manuals/3.12/7.3_getting_help.md b/_includes/manuals/3.12/7.3_getting_help.md index e6c1d044bf..e2e08c5e59 100644 --- a/_includes/manuals/3.12/7.3_getting_help.md +++ b/_includes/manuals/3.12/7.3_getting_help.md @@ -12,21 +12,9 @@ An online discussion forum is available at https://community.theforeman.org/. Mu * [Release Announcements](https://community.theforeman.org/c/release-announcements) ### Gathering information -In order to troubleshoot and get relevant data use foreman-debug which collects information about your OS, Foreman and related components. -If you installed from packages, the command is available to root: - # foreman-debug +In order to troubleshoot and get relevant data use `sos report` which collects information about your OS, Foreman and related components: -If you installed from git, you can find it in the Foreman directory: + # sos report - # script/foreman-debug - -If you run it without any options, it will collect data, filter out possible -passwords or tokens and create a tarball which can be safely handed over to -us. - -To upload the tarball to our public server via rsync use: - - # foreman-debug -u - -This is a write-only directory (readable only by Foreman core developers), please note that the rsync transmission is UNENCRYPTED. +It will collect data, filter out possible passwords or tokens and create a tarball which can be safely handed over to us. diff --git a/_includes/manuals/nightly/7.3_getting_help.md b/_includes/manuals/nightly/7.3_getting_help.md index e6c1d044bf..e2e08c5e59 100644 --- a/_includes/manuals/nightly/7.3_getting_help.md +++ b/_includes/manuals/nightly/7.3_getting_help.md @@ -12,21 +12,9 @@ An online discussion forum is available at https://community.theforeman.org/. Mu * [Release Announcements](https://community.theforeman.org/c/release-announcements) ### Gathering information -In order to troubleshoot and get relevant data use foreman-debug which collects information about your OS, Foreman and related components. -If you installed from packages, the command is available to root: - # foreman-debug +In order to troubleshoot and get relevant data use `sos report` which collects information about your OS, Foreman and related components: -If you installed from git, you can find it in the Foreman directory: + # sos report - # script/foreman-debug - -If you run it without any options, it will collect data, filter out possible -passwords or tokens and create a tarball which can be safely handed over to -us. - -To upload the tarball to our public server via rsync use: - - # foreman-debug -u - -This is a write-only directory (readable only by Foreman core developers), please note that the rsync transmission is UNENCRYPTED. +It will collect data, filter out possible passwords or tokens and create a tarball which can be safely handed over to us.