ERROR: The filemon module (/dev/filemon) is not loaded

Hi Experts,

I am building something and I am getting following error-

Code:
ERROR: The filemon module (/dev/filemon) is not loaded

Can anyone please guide me to load filemon?


Thanks,
akki
 
8 years after the intial post, just ran into this myself when trying to build my kernel. This is likely to setting the following in /etc/src-env.conf.
Code:
WITH_META_MODE=YES
I commented it out and it works just fine. Hope this helps someone else down the line!
 
Back
Top