On Mon 14-09-15 05:20:47, Özkan Pakdil wrote: > Hello > > I was searching some strings in my disk yes I mean whole disk like this > > find / -type f -exec grep -sl "access denied" {} \; > > then I start seeing this messages > > [121338.113923] do_IRQ: 3.228 No irq handler for vector (irq -1) > > when I check the dmesg I saw some others and one of them was like this > > [ 6181.655960] grep: The scan_unevictable_pages sysctl/node-interface has > been disabled for lack of a legitimate use case. If you have one, please > send an email to linux-mm@xxxxxxxxx. Your find has encountered /proc/sys/vm/scan_unevictable_pages and reading that file triggers the above warning which has been added to warn people that this file would go away. This has actually happened in 3.18 (1f13ae399c58 "mm: remove noisy remainder of the scan_unevictable interface"). > this is why I am sending this email. how can I solve this message ? You do not have to care about it at all because you weren't reading that file to get a "reasonable" value. -- Michal Hocko SUSE Labs -- To unsubscribe, send a message with 'unsubscribe linux-mm' in the body to majordomo@xxxxxxxxx. For more info on Linux MM, see: http://www.linux-mm.org/ . Don't email: <a href=mailto:"dont@xxxxxxxxx"> email@xxxxxxxxx </a>