bmon
bmon copied to clipboard
Blank screen on Ubuntu 14.04 WSL (Windows Subsystem for Linux)
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
Sorry, I don't have time to maintain this project anymore.
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.