回答編集履歴

1

削除されていた部分の補足を追加

2024/08/26 15:31

投稿

Eggpan
Eggpan

スコア3205

test CHANGED
@@ -4,3 +4,63 @@
4
4
  とありますので、最低限これを解消しないとアップグレードはできません。
5
5
 
6
6
  他のレポートについても動作が変わってくるなどの原因でリスクがあるものになりますので、確認した後でアップグレードを行ったほうがいいでしょう。
7
+
8
+ 以下は、元々記載されていた質問の内容です。
9
+ 今後質問を閲覧される方のために残しておきます。
10
+ ---
11
+ リポジトリの[base]から[]の4つは最後まで書かないといけないようでした。書かないと途中 ダウンロードできないようです。
12
+
13
+ 下が何なのか私も興味をもったのでよろしければ教えてください。移行を最後までやってもAlmaでなくcentos7とでてしまいます。最終的にAlmaに移行してみたいです。
14
+
15
+ ```
16
+ ports summary:
17
+ Errors: 0
18
+ Inhibitors: 2
19
+ HIGH severity reports: 3
20
+ MEDIUM severity reports: 2
21
+ LOW severity reports: 6
22
+ INFO severity reports: 2
23
+
24
+
25
+
26
+ ====> * verify_check_results
27
+ Check all dialogs and notify that user needs to make some choices.
28
+ ====> * verify_check_results
29
+ Check all generated results messages and notify user about them.
30
+
31
+ Debug output written to /var/log/leapp/leapp-preupgrade.log
32
+
33
+ ============================================================
34
+ REPORT OVERVIEW
35
+ ============================================================
36
+
37
+ Upgrade has been inhibited due to the following problems:
38
+ 1. Leapp detected loaded kernel drivers which have been removed in RHEL 8. Upgrade cannot proceed.
39
+ 2. Minimum memory requirements for RHEL 8 are not met
40
+
41
+ HIGH and MEDIUM severity reports:
42
+ 1. Difference in Python versions and support in RHEL 8
43
+ 2. Leapp detected loaded kernel drivers which are no longer maintained in RHEL 8.
44
+ 3. GRUB2 core will be automatically updated during the upgrade
45
+ 4. Module pam_pkcs11 will be removed from PAM configuration
46
+ 5. chrony using default configuration
47
+
48
+ Reports summary:
49
+ Errors: 0
50
+ Inhibitors: 2
51
+ HIGH severity reports: 3
52
+ MEDIUM severity reports: 2
53
+ LOW severity reports: 6
54
+ INFO severity reports: 2
55
+
56
+ Before continuing consult the full report:
57
+ A report has been generated at /var/log/leapp/leapp-report.json
58
+ A report has been generated at /var/log/leapp/leapp-report.txt
59
+
60
+ ============================================================
61
+ END OF REPORT OVERVIEW
62
+ ============================================================
63
+
64
+ Answerfile has been generated at /var/log/leapp/answerfile
65
+ $ sudo leapp preupgrade
66
+ ```