windows:wsl:lxrunoffline

差分

このページの2つのバージョン間の差分を表示します。

この比較画面へのリンク

両方とも前のリビジョン 前のリビジョン
次のリビジョン
前のリビジョン
次のリビジョン両方とも次のリビジョン
windows:wsl:lxrunoffline [2020/07/02 18:34] – [ディストリビューションのインストール[i, install]] ともやんwindows:wsl:lxrunoffline [2020/07/03 04:28] – [dnf / rpm コマンドが rpmdb のオープンに失敗する] ともやん
行 1497: 行 1497:
 </code> </code>
 </WRAP> </WRAP>
 +
 +===== トラブルシューティング =====
 +
 +==== dnf / rpm コマンドが rpmdb のオープンに失敗する ====
 +<WRAP prewrap 100%>
 +<code powershell>
 +$ dnf list installed
 +</code>
 +</WRAP>
 +<WRAP prewrap 100% #result>
 +<code powershell>
 +error: db5 error(12) from dbenv->open: Cannot allocate memory
 +error: db5 error(22) from dbenv->close: Invalid argument
 +error: cannot open Packages index using db5 - Cannot allocate memory (12)
 +error: cannot open Packages database in /var/lib/rpm
 +Error: Error: rpmdb open failed
 +</code>
 +</WRAP>
 +
 +<WRAP prewrap 100%>
 +<code powershell>
 +$ rpm -qa
 +</code>
 +</WRAP>
 +<WRAP prewrap 100% #result>
 +<code powershell>
 +error: db5 error(12) from dbenv->open: Cannot allocate memory
 +error: db5 error(22) from dbenv->close: Invalid argument
 +error: cannot open Packages index using db5 - Cannot allocate memory (12)
 +error: cannot open Packages database in /var/lib/rpm
 +error: db5 error(12) from dbenv->open: Cannot allocate memory
 +error: db5 error(22) from dbenv->close: Invalid argument
 +error: cannot open Packages index using db5 - Cannot allocate memory (12)
 +error: cannot open Packages database in /var/lib/rpm
 +</code>
 +</WRAP>
 +
 +[[https://bugzilla.redhat.com/show_bug.cgi?id=1668379|1668379 – Under Microsoft WIndows Subsystem for Linux (WSL) - Error: rpmdb open failed [fedora]]]\\
  
 ===== 参考文献 ===== ===== 参考文献 =====
  • windows/wsl/lxrunoffline.txt
  • 最終更新: 2021/11/16 17:22
  • by ともやん