bmon icon indicating copy to clipboard operation
bmon copied to clipboard

Blank screen on Ubuntu 14.04 WSL (Windows Subsystem for Linux)

Open julianmsanchez opened this issue 7 years ago • 2 comments

Hi,

Im runing a self compiled bmon 4.0 on Unbuntu under WSL. The compilation process works fine however when run bmon the screen is blank and show this message:

Unable to resync link cache: Message sequence number mismatch

At te bottom its visible the date and help hint but nothing more else.

Any advice?

Julian

For more information on WSL please visit: https://msdn.microsoft.com/en-us/commandline/wsl/install_guide

julianmsanchez avatar Sep 28 '17 19:09 julianmsanchez

Sorry, I don't have time to maintain this project anymore.

tgraf avatar Sep 29 '17 09:09 tgraf

if ((err = nl_cache_resync(sock, link_cache, NULL, NULL)) < 0) { fprintf(stderr, "Unable to resync link cache: %s\n", nl_geterror(err)); goto disable; } Error is catched in src/in_netlink.c:834. The error seems to be caused by netlink, not by bmon. So maybe you create an issue on the netlink repo if you want to.

k4lipso avatar Oct 07 '17 14:10 k4lipso