From 0f96575a9ac6cd0395133961c60abd2abefb804d Mon Sep 17 00:00:00 2001 From: Pawel Langowski Date: Wed, 11 Dec 2024 15:09:38 +0100 Subject: [PATCH 1/4] osf-trivia-list/dts.md: Don't require pressing Enter after choosing option Signed-off-by: Pawel Langowski --- docs/osf-trivia-list/dts.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/osf-trivia-list/dts.md b/docs/osf-trivia-list/dts.md index 735ae35eb0..81cf8f0a1d 100644 --- a/docs/osf-trivia-list/dts.md +++ b/docs/osf-trivia-list/dts.md @@ -103,7 +103,7 @@ you can help by running it in verbose mode and providing logs. To do that, follow the instructions below: 1. Boot DTS. -2. In the DTS menu enable verbose mode by typing `V` and pressing `Enter`. -3. Enable sending logs by typing `L` and pressing `Enter`. +2. In the DTS menu enable verbose mode by pressing `V`. +3. Enable sending logs by pressing `L`. 4. Reproduce the problem. 5. The logs will be sent automatically after exiting from the menu. From 17a8ba2dac166bddb2f6b90412f0619bea3fd945 Mon Sep 17 00:00:00 2001 From: Pawel Langowski Date: Wed, 11 Dec 2024 15:15:35 +0100 Subject: [PATCH 2/4] osf-trivia-list/dts.md: Add warning about issue with sending logs Signed-off-by: Pawel Langowski --- docs/osf-trivia-list/dts.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/osf-trivia-list/dts.md b/docs/osf-trivia-list/dts.md index 81cf8f0a1d..b5908bc9ab 100644 --- a/docs/osf-trivia-list/dts.md +++ b/docs/osf-trivia-list/dts.md @@ -107,3 +107,9 @@ follow the instructions below: 3. Enable sending logs by pressing `L`. 4. Reproduce the problem. 5. The logs will be sent automatically after exiting from the menu. + +**Warning** + +There have been issues with sending logs. If the automatic log submission does +not work, you can view and copy the logs manually from `/tmp/dts.log`, +`/var/local/dts-err.log` and `/var/local/flashrom.log`. From ebf2617e0a958443771698dc391d4073a9dabf0a Mon Sep 17 00:00:00 2001 From: Artur Raglis Date: Wed, 11 Dec 2024 16:09:36 +0100 Subject: [PATCH 3/4] docs/osf-trivia-list/dts.md: add graphical tip block Signed-off-by: Artur Raglis --- docs/osf-trivia-list/dts.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/docs/osf-trivia-list/dts.md b/docs/osf-trivia-list/dts.md index b5908bc9ab..556d35cc1c 100644 --- a/docs/osf-trivia-list/dts.md +++ b/docs/osf-trivia-list/dts.md @@ -108,8 +108,9 @@ follow the instructions below: 4. Reproduce the problem. 5. The logs will be sent automatically after exiting from the menu. -**Warning** +!!! tip -There have been issues with sending logs. If the automatic log submission does -not work, you can view and copy the logs manually from `/tmp/dts.log`, -`/var/local/dts-err.log` and `/var/local/flashrom.log`. + If the automatic log submission does not work in your case, you can view and + copy the logs manually from `/tmp/dts.log`, `/var/local/dts-err.log` and + `/var/local/flashrom.log`. Then, you should provide the logs by email or + via "Dasharo Premiere Support" Matrix channel. From f0ac1005007c71e15b327d2347e4ef0e848194a6 Mon Sep 17 00:00:00 2001 From: Pawel Langowski Date: Wed, 11 Dec 2024 16:19:58 +0100 Subject: [PATCH 4/4] docs/osf-trivia-list/dts.md: Explain when DTS logs are sent Signed-off-by: Pawel Langowski --- docs/osf-trivia-list/dts.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/osf-trivia-list/dts.md b/docs/osf-trivia-list/dts.md index 556d35cc1c..e1139200da 100644 --- a/docs/osf-trivia-list/dts.md +++ b/docs/osf-trivia-list/dts.md @@ -106,7 +106,8 @@ follow the instructions below: 2. In the DTS menu enable verbose mode by pressing `V`. 3. Enable sending logs by pressing `L`. 4. Reproduce the problem. -5. The logs will be sent automatically after exiting from the menu. +5. The logs will be sent automatically after exiting from the menu (entering + shell, powering off the system or rebooting using the options in DTS menu). !!! tip