1. ホーム
  2. ubuntu

[解決済み] Windows 10 Spring Creators Update上のUbuntuでランレベルエラーを回避する方法とは?

2022-02-01 14:14:09

質問内容

を行う場合 apt-get dist-upgrade をWindows 10 Spring Creators Update(RS4)上で動作するUbuntu 18.04で実行すると、このエラーが表示されます。

Preparing to unpack .../ebtables_2.0.10.4-3.5ubuntu2.18.04.1_amd64.deb ...
invoke-rc.d: could not determine current runlevel
 * Error: insufficient privileges to access the ebtables rulesets.
invoke-rc.d: initscript ebtables, action "stop" failed.
dpkg: warning: old ebtables package pre-removal script subprocess returned error exit status 1
dpkg: trying script from the new package instead ...
invoke-rc.d: could not determine current runlevel
 * Error: insufficient privileges to access the ebtables rulesets.
invoke-rc.d: initscript ebtables, action "stop" failed.
dpkg: error processing archive /var/cache/apt/archives/ebtables_2.0.10.4-3.5ubuntu2.18.04.1_amd64.deb (--unpack):
 new ebtables package pre-removal script subprocess returned error exit status 1
update-rc.d: warning: start and stop actions are no longer supported; falling back to defaults
invoke-rc.d: could not determine current runlevel
Errors were encountered while processing:
 /var/cache/apt/archives/ebtables_2.0.10.4-3.5ubuntu2.18.04.1_amd64.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)

ebtablesについてはあまり気にしていませんが(デフォルト/ビルトインパッケージのようです)、これ以外の新しいエラーがあるかどうかを把握するために、すべてのアップデートの出力をふるいにかけることはしたくありません。

解決方法は?

ここに書かれているように、WSLはinit/runlevelsをサポートしていないことがわかりました(通常のLinuxブートプロセスを持たないので、これは理にかなっています)。 https://github.com/Microsoft/WSL/issues/1761#issuecomment-393154803

良いニュースは、Ubuntu Cosmic で修正され、Bionic (18.04) と Xenial (16.04) にまで波及したことです。 https://github.com/Microsoft/WSL/issues/1761#issuecomment-393652849

以前からこの問題があった場合は、現在では解決しているはずです。