Site Tools


admin-debug

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
admin-debug [2024/10/21 02:22] hogwildadmin-debug [2025/12/05 17:36] (current) – -Add explanation for kernel printk log level hogwild
Line 1: Line 1:
 ===== Debugging ===== ===== Debugging =====
  
-The Debugging page lets you tweak some parameters to allow better troubleshooting of any issues with your router.+The Debugging page lets you tweak some parameters to allow better troubleshooting of router issues.
  
  \\ \\ {{:pasted:20220107-075831.png}}\\  \\  \\ \\ {{:pasted:20220107-075831.png}}\\  \\
Line 43: Line 43:
 \\  \\ \\  \\
  
-**Kernel printk log level**:FIXME+**Kernel printk log level**: controls the detail level of kernel messages printed to the console and log buffer via the printk() function
  
- \\+Kernel messages use numeric levels. Lower numbers indicate higher priority: 0 (KERN_EMERG) for system crashes, 3 (KERN_ERR) for errors, 6 (KERN_INFO) for general info, and 7 (KERN_DEBUG) for detailed debugging. Setting a higher value or 7 or 8 in "/proc/sys/kernel/printk" allows more messages, including debug output, to print immediately to the console rather than just the ring buffer viewable via dmesg.\\
  
 **Do not restart the following process if they die **-  Usually FreshTomato restarts dying processes. However, in some cases, you may want to prevent this from happening. **Do not restart the following process if they die **-  Usually FreshTomato restarts dying processes. However, in some cases, you may want to prevent this from happening.
Line 54: Line 54:
   * dnsmasq - prevents FreshTomato from restarting dnsmasq, if it dies. \\ **This option is currently non-functional**.   * dnsmasq - prevents FreshTomato from restarting dnsmasq, if it dies. \\ **This option is currently non-functional**.
   * hotplug2 - prevents FreshTomato from restarting the hotplug2 daemon, if it dies.   * hotplug2 - prevents FreshTomato from restarting the hotplug2 daemon, if it dies.
-  * igmprt - prevents FreshTomato from restarting the IGMP routing daemon, if it dies. \\ Igmprt is a simple dynamic Multicast Routing Daemon using only IGMP \\ for signalling. It performs simple Multicast traffic forwarding between networks.+  * igmprt - prevents FreshTomato from restarting the IGMP routing daemon, if it dies. \\ Igmprt is a simple dynamic Multicast Routing Daemon using only IGMP \\ for signaling. It performs simple Multicast traffic forwarding between networks.
  
  \\  \\
Line 84: Line 84:
  \\  \\
  
-»  Download CFE - downloads the Common Firmware Environment file from your router. +»  Download CFE - downloads the [[https://en.wikipedia.org/wiki/Common_Firmware_Environment|Common Firmware Environment]] file from your router.
- +
-[[https://en.wikipedia.org/wiki/Common_Firmware_Environment|Common Firmware Environment]]+
  
  \\ \\ »  Download Iptables Dump - downloads a copy of the IPv4 iptables firewall rule file.  \\ \\ »  Download Iptables Dump - downloads a copy of the IPv4 iptables firewall rule file.
Line 104: Line 102:
  \\  \\
  
-**Warning**: This file may contain private information like WiFi encryption keys, usernames/passwords for FreshTomato, your ISP and DDNS.  \\ Please review and edit/redact this file accordingly before sharing it with anyone.+**Warning**: This file may contain private information like WiFi encryption keys, and usernames/passwords for FreshTomato, your ISP and DDNS. Please review and edit/redact it appropriately before sharing it with anyone.
  
  \\  \\
admin-debug.1729473764.txt.gz · Last modified: by hogwild