2

When using WSL2 on Win 10 Professional (build 2004 (20236.1000) in Ubuntu 18.04

I am running into the following error: see below picture. Googling does not lead to an answer to find the root cause and the fix for this problem. Hopefully, someone else has encountered and fixed this problem (again this happens in Ubuntu18.04 in WSL2 Thanks enter image description here

gorkys
  • 141
  • 1
  • 3
  • 6

2 Answers2

3

This invoke-rc.d: could not determine current runlevel seems to be a very common issue with WSL: I've too encountered it as I was trying to set up the xfce4-desktop based on this guide.

I've found this related thread on github, maybe you'll find a solution there.

furmaa
  • 31
  • 1
1

Try this post out: https://askubuntu.com/questions/837817/installing-ubuntu-mate-desktop-on-16-04-blueman-configure-issues

It fails to restart DBUS service when configuring blueman package:

Open for editing /var/lib/dpkg/info/blueman.postinst Comment one of these line

#set -e

or

#invoke-rc.d dbus reload
Sal
  • 5,129
  • 5
  • 27
  • 53