> Under Debian/unstable, with a wifi connection from the train,
> NetworkManager spams the logs with "state changed new lease"
> regularly every minute: what is the cause?

  If you can't find the cause and you're using rsyslog, you can at least
  filter out those messages.  I used to have a Radeon graphics card,
  and I had a huge amount of crap in syslog due to Radeon fence code in
  the kernel.  Adding this to rsyslog.conf before the rules removed it:

    #### FILTERS =====================================================
    # This apparently comes from Radeon fence code in the kernel.
    :msg, contains, " armed on ring " ~
    :msg, contains, " signaled from irq context" ~
    :msg, contains, " pending" ~
    :msg, contains, "alloc_contig_range:" ~

  HTH.

-- 
Karl Vogel                      I don't speak for anyone but myself

Sent a network diagram that I dramatically simplified to an upset manager
via inter-office mail.  In retrospect using crayon was not helping, as my
immediate manager pointed out.              --Reddit admin, 2 Jun 2026

Reply via email to