8 to printk
This commit is contained in:
		@@ -73,6 +73,7 @@ scp -r -P 2222 ~/.config/nvim root@localhost:/root/.config/
 | 
				
			|||||||
There is a `pr_debug` function used over the code, in order to enable those logs in `dmesg` for a specific module, you can do this:
 | 
					There is a `pr_debug` function used over the code, in order to enable those logs in `dmesg` for a specific module, you can do this:
 | 
				
			||||||
 | 
					
 | 
				
			||||||
{% highlight bash %}
 | 
					{% highlight bash %}
 | 
				
			||||||
 | 
					echo 8 > /proc/sys/kernel/printk
 | 
				
			||||||
echo 'module ip_set +p' > /sys/kernel/debug/dynamic_debug/control
 | 
					echo 'module ip_set +p' > /sys/kernel/debug/dynamic_debug/control
 | 
				
			||||||
{% endhighlight %}
 | 
					{% endhighlight %}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user