Running Sphinx inside WSL2

Hello,

I am trying to deploy Sphinx in a WSL2.

However, due to the firmwared service, I am not able to run the simulator; I get the following error:

modprobe: FATAL: Module iptable_nat not found in directory /lib/modules/5.10.16.3-microsoft-standard-WSL2
[E] ut_module_load: loading driver iptable_nat failed
iptable_nat module could’nt be loaded, continuing, HIL features could be affected.modprobe: FATAL: Module ulogger not found in directory /lib/modules/5.10.16.3-microsoft-standard-WSL2
[E] ut_module_load: loading driver ulogger failed
ulogger module could’nt be loaded, continuing, but no log message will be availableI firmwared_main: firmwared[517] starting
I firmwared_config: loading configuration from “/etc/firmwared.conf”
E apparmor_config: opening /sys/kernel/security/apparmor/profiles failed: No such file or directory
I firmwared_firmwares: indexing firmwares from folder ‘/usr/share/firmwared/firmwares/’
I firmwared_firmwares: done indexing firmwares
E apparmor_config: AppArmor is not enabled or installed, please see the instructions for your distribution to enable it
E firmwared_main: apparmor_init: Function not implemented
E firmwared_main: init_subsystems: Function not implemented
I firmwared_main: firmwared[517] exiting

I try…

sudo update-alternatives --set iptables /usr/sbin/iptables-legacy
sudo update-alternatives --set ip6tables /usr/sbin/ip6tables-legacy

invalid.

Thanks in advance!

This topic was automatically closed after 30 days. New replies are no longer allowed.