Re: network manager spamming logs with repetitive messages

2021-06-07 Thread Jerry James
On Mon, Jun 7, 2021 at 8:59 AM Frank wrote: > Anyway I did as you suggested, but unless I put that extra keyword into > /etc/NetworkManager/NetworkManager.conf (hostname-mode=none) the > > repetitive logging continues. I used hostnamectl to make all the names > match, but it needed that keyword.

Re: network manager spamming logs with repetitive messages

2021-06-07 Thread Frank
On 2021-06-07 9:19 a.m., Tim via users wrote: Tim: Just out of curiosity, is it only applying localhost.localdomain to your 127.0.0.1 loopback interface (like it should), or is it trying to apply it to an ethernet or wifi interface (which it shouldn't)? You didn't answer the above query.   

Re: network manager spamming logs with repetitive messages

2021-06-07 Thread Frank
On 2021-06-07 10:30 a.m., Jerry James wrote: On Sun, Jun 6, 2021 at 10:20 AM Frank wrote: I noticed this morning that network manager is spamming my log with messages repeated every 3 or 4 seconds. Jun 06 11:58:22 localhost.localdomain NetworkManager[787]: [1622995102.8297] policy: set-host

Re: network manager spamming logs with repetitive messages

2021-06-07 Thread Jerry James
On Sun, Jun 6, 2021 at 10:20 AM Frank wrote: > > I noticed this morning that network manager is spamming my log with > messages repeated every 3 or 4 seconds. > > > Jun 06 11:58:22 localhost.localdomain NetworkManager[787]: > [1622995102.8297] policy: set-hostname: current hostname was changed >

Re: network manager spamming logs with repetitive messages

2021-06-07 Thread Tim via users
Tim: >> Just out of curiosity, is it only applying localhost.localdomain to >> your 127.0.0.1 loopback interface (like it should), or is it trying >> to apply it to an ethernet or wifi interface (which it shouldn't)? You didn't answer the above query. Frank: > Here's the situation this morning.

Re: network manager spamming logs with repetitive messages

2021-06-07 Thread Frank
On 2021-06-07 1:01 a.m., Tim via users wrote: On Sun, 2021-06-06 at 12:19 -0400, Frank wrote: I noticed this morning that network manager is spamming my log with messages repeated every 3 or 4 seconds. Jun 06 11:58:22 localhost.localdomain NetworkManager[787]: [1622995102.8297] policy: set-h

Re: network manager spamming logs with repetitive messages

2021-06-07 Thread Frank
On 2021-06-07 1:01 a.m., Tim via users wrote: On Sun, 2021-06-06 at 12:19 -0400, Frank wrote: I noticed this morning that network manager is spamming my log with messages repeated every 3 or 4 seconds. Jun 06 11:58:22 localhost.localdomain NetworkManager[787]: [1622995102.8297] policy: set-h

Re: network manager spamming logs with repetitive messages

2021-06-06 Thread Tim via users
On Sun, 2021-06-06 at 12:19 -0400, Frank wrote: > I noticed this morning that network manager is spamming my log with > messages repeated every 3 or 4 seconds. > > > Jun 06 11:58:22 localhost.localdomain NetworkManager[787]: > [1622995102.8297] policy: set-hostname: current hostname was chang

Re: network manager spamming logs with repetitive messages

2021-06-06 Thread Frank
On 2021-06-06 9:35 p.m., john quirke wrote: I've always found NetworkManager intrusive like this, it doesn't like you making changes outside it's domain. I presume you changed the hostname? Try disabling hostname mode maybe as described below? https://unix.stackexchange.com/a/513413/452882

Re: network manager spamming logs with repetitive messages

2021-06-06 Thread john quirke
I've always found NetworkManager intrusive like this, it doesn't like you making changes outside it's domain. I presume you changed the hostname? Try disabling hostname mode maybe as described below? https://unix.stackexchange.com/a/513413/452882 On 06/06/2021 17:19, Frank wrote: I noticed th