Re: wifi: NetworkManager spams the logs with "state changed new lease" every minute

Karl Vogel <[email protected]>
Newsgroups gmane.linux.debian.user
Message-ID <[email protected]>
> 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.
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.