Jump to content
  • [7.0.0-beta.2] ntpd spam


    alturismo
    • Minor

    Hi,

     

    as i wanted to get rid of the annoying ntpd messages

     

    Jul 19 05:41:12 AlsServerII ntpd[19396]: 192.168.1.4 on 1 br0 -> *multiple*
    Jul 19 05:42:53 AlsServerII ntpd[19396]: 192.168.1.4 on 1 br0 -> *multiple*
    Jul 19 05:45:43 AlsServerII ntpd[19396]: 192.168.1.4 on 1 br0 -> *multiple*
    Jul 19 05:50:44 AlsServerII ntpd[19396]: 192.168.1.4 on 1 br0 -> *multiple*
    Jul 19 05:51:04 AlsServerII ntpd[19396]: 192.168.1.4 on 1 br0 -> *multiple*
    Jul 19 05:56:06 AlsServerII ntpd[19396]: 192.168.1.4 on 1 br0 -> *multiple*
    ...
    ..
    .

     

    i rememberd there was something in the changelog ;)

     

    so, after changing the time server settings like recommended

     

    image.png.08eaffc19e421decd2bf4901822ef1e1.png

     

    1/ sshd Server crashed somehow, had to stop / start from web terminal again to get access (restart doesnt work as usually on Unraid ;))

     

    image.thumb.png.71079eee05c3fe7ed317c590448b9315.png

     

    got this solved

     

    2/ i also saw some weird message when i changed ntpd ... shim-br0 deleted (i switched to macvlan for testing if it works again)

     

    image.thumb.png.215e554284fd914e62ea2130f460affb.png

     

    but shim is still there and funtional, so nevermind ...

     

    3/ really annoying, spam in syslog is still there ... red line where i changed time server ...

     

    image.thumb.png.fc2ec2172b7c4a8d3cad3cba8dbd569c.png




    User Feedback

    Recommended Comments



    @alturismoplease post your diags as well, to see if there's something in common with sonic6, I don't see this issue with my servers.

    Link to comment
    4 hours ago, JorgeB said:

    Please post output of:

     

    root@AlsServerII:~# cat /etc/ntp.conf | grep interface
    interface ignore wildcard
    interface listen 192.168.1.4 # br0
    interface listen 192.168.1.9 # br0
    interface listen 2a02:810b:5d40:2319:9e6b:ff:fe25:d46e # br0
    root@AlsServerII:~# 

     

    192.168.1.4 br0 device physical NIC in br mode

     

    192.168.1.9 keepalived virtual device

    Link to comment
    18 minutes ago, alturismo said:

    192.168.1.9 keepalived virtual device

    Can you retest without this interface?

    Link to comment
    1 hour ago, JorgeB said:

    Can you retest without this interface?

    i will when i find some time (and motivation ;))

     

    but afaik @sonic6 doesnt use keepalived on the host like me and he has the same issue, lets see when he returns.

    Link to comment
    1 minute ago, alturismo said:

    but afaik @sonic6 doesnt use keepalived

    Probably not, but also post output of

     

    1 hour ago, alturismo said:
    cat /etc/ntp.conf | grep interface

    To see  if there's something else there

    Link to comment
    4 minutes ago, JorgeB said:

    Probably not, but also post output of

     

    1 hour ago, alturismo said:
    cat /etc/ntp.conf | grep interface

    To see  if there's something else there

     

    root@Unraid-1:~# cat /etc/ntp.conf | grep interface
    interface ignore wildcard
    interface listen 192.168.0.50 # eth0
    interface listen fd00::aaa1:59ff:fe2b:ccfd # eth0
    interface listen 2003:c0:cf2c:cd00:aaa1:59ff:fe2b:ccfd # eth0
    root@Unraid-1:~# 

     

    no, there is only keepalived inside a LXC container on my server

     

    Link to comment
    6 minutes ago, sonic6 said:

    no, there is only keepalived inside a LXC container on my server

    Looks look you have two IPv6 addresses for the same interface, any idea where the second one is coming from?

    Link to comment
    12 minutes ago, sonic6 said:

    2003:... is the public one from ISP

    fd00::... is the internal one ULA

     

    OK, not really familiar with IPv6, just enabled it in a test server because I saw that both you and Alturismo were using it, though me and him just have one address there, but not sure if that is relevant for this.

    Link to comment

    ipv6 is more and more common in germany. fd00:: addresses are static addresses for LAN communication. while the prefix on the ipv6-addresses you get from your ISP will change from time to time, the ULA address will stay static.

    • Like 2
    Link to comment

    Anyone affected please post together with the diags the output of:

     

    cat /etc/ntp.conf | grep interface

     

     

    • Like 1
    Link to comment

    Thanks, there goes my theory about multiple interfaces in ntp.conf, since tower only has one, I'll see if I can find something in common between all the diags, because I still cannot reproduce this.

    • Thanks 1
    Link to comment
    12 minutes ago, JorgeB said:

    Thanks, there goes my theory about multiple interfaces in ntp.conf, since tower only has one, I'll see if I can find something in common between all the diags, because I still cannot reproduce this.

     

    Your comment made me realize I have another server that doesn't experience that issue so I can compare settings to it.

    The first difference I found was that it had "Host access to custom networks" turned off while other servers (Tower & Sam) has this setting turned on.

     

    Turning on this and rebooting the server started logging this message:

    Jul 20 12:33:00 Fanta ntpd[1668]: 192.168.192.34 on 1 br0 -> *multiple*

     

    @JorgeBdo you have "Host access to custom networks" turned off?

     

    I am turning this setting off again and rebooting the server to see if it is the root cause

    Link to comment
    1 hour ago, thecode said:

    @JorgeBdo you have "Host access to custom networks" turned off?

    I do, let me see if I can reproduce with this enabled.

     

    It was already enabled after all, but I do now see the same spam, so it's probably that.

    Link to comment
    1 hour ago, thecode said:

    "Host access to custom networks"

    It does look like this it the issue, can you confirm?

    Link to comment
    27 minutes ago, JorgeB said:

    It does look like this it the issue, can you confirm?

    I can confirm, tested twice, even without reboot.

     

    Host access to custom networks enabled = "on 1 br0 -> *multiple*" by ntpd

    Host access to custom networks disabled = not logged

    • Thanks 2
    Link to comment
    3 minutes ago, thecode said:

    I can confirm, tested twice, even without reboot

    Thanks, I also see the same, I'll report it to LT.

    • Like 2
    • Thanks 1
    Link to comment



    Join the conversation

    You can post now and register later. If you have an account, sign in now to post with your account.
    Note: Your post will require moderator approval before it will be visible.

    Guest
    Add a comment...

    ×   Pasted as rich text.   Restore formatting

      Only 75 emoji are allowed.

    ×   Your link has been automatically embedded.   Display as a link instead

    ×   Your previous content has been restored.   Clear editor

    ×   You cannot paste images directly. Upload or insert images from URL.


  • Status Definitions

     

    Open = Under consideration.

     

    Solved = The issue has been resolved.

     

    Solved version = The issue has been resolved in the indicated release version.

     

    Closed = Feedback or opinion better posted on our forum for discussion. Also for reports we cannot reproduce or need more information. In this case just add a comment and we will review it again.

     

    Retest = Please retest in latest release.


    Priority Definitions

     

    Minor = Something not working correctly.

     

    Urgent = Server crash, data loss, or other showstopper.

     

    Annoyance = Doesn't affect functionality but should be fixed.

     

    Other = Announcement or other non-issue.

×
×
  • Create New...