Jump to content

Ignore or an issue? (trace output that appears to be docker/network related)


KimoB
Go to solution Solved by JorgeB,

Recommended Posts

I have been doing some forum searching, and I think I can ignore the following trace that pops up, but figured I would get another set of eyes on it.

 

I have a ConnectX-3 10G adapter setup in a LACP Bond.  (br0)  I initially added a vlan to this adapter for my web service, and was receiving these trace output's in my syslog.  After some googling it seemed to be related to docker and vlans (macvlan) so I decided (yesterday 12/22/22) to remove the web service vlan (80) from br0 and utilize a completely separate NIC attached to the vlan in question and setup br2.  I updated the Docker to have access to both br0 and br2.  I received what appears to be the same trace output this morning.  Is this something I should just ignore, or am I doing something wrong with my network configuration.

 

Dec 23 06:19:29 HomeUnraid kernel: ------------[ cut here ]------------
Dec 23 06:19:29 HomeUnraid kernel: WARNING: CPU: 6 PID: 46 at net/netfilter/nf_conntrack_core.c:1208 __nf_conntrack_confirm+0xa5/0x2cb [nf_conntrack]
Dec 23 06:19:29 HomeUnraid kernel: Modules linked in: tcp_diag udp_diag inet_diag nfsv3 nfs xt_nat xt_CHECKSUM ipt_REJECT nf_reject_ipv4 xt_tcpudp ip6table_mangle ip6table_nat nvidia_uvm(PO) iptable_mangle vhost_net tun vhost vhost_iotlb tap macvlan xt_conntrack xt_MASQUERADE nf_conntrack_netlink nfnetlink xfrm_user xfrm_algo xt_addrtype iptable_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 br_netfilter xfs nfsd auth_rpcgss oid_registry lockd grace sunrpc md_mod efivarfs ip6table_filter ip6_tables iptable_filter ip_tables x_tables af_packet 8021q garp mrp bridge stp llc bonding tls mlx4_en mlx4_core r8169 realtek wmi_bmof x86_pkg_temp_thermal intel_powerclamp coretemp kvm_intel kvm crct10dif_pclmul crc32_pclmul crc32c_intel ghash_clmulni_intel aesni_intel crypto_simd cryptd rapl intel_cstate intel_uncore i915 iosf_mbi nvidia_drm(PO) drm_buddy ttm i2c_i801 nvidia_modeset(PO) i2c_smbus nvidia(PO) drm_display_helper mpt3sas igb drm_kms_helper intel_gtt i2c_algo_bit ahci agpgart input_leds raid_class
Dec 23 06:19:29 HomeUnraid kernel: scsi_transport_sas libahci drm joydev led_class i2c_core nvme syscopyarea sysfillrect sysimgblt nvme_core vmd fb_sys_fops thermal fan wmi video backlight tpm_crb tpm_tis tpm_tis_core tpm acpi_tad acpi_pad button unix [last unloaded: mlx4_core]
Dec 23 06:19:29 HomeUnraid kernel: CPU: 6 PID: 46 Comm: kworker/6:0 Tainted: P           O      5.19.17-Unraid #2
Dec 23 06:19:29 HomeUnraid kernel: Hardware name: ASUS System Product Name/PRIME Z690-P WIFI D4, BIOS 2014 10/14/2022
Dec 23 06:19:29 HomeUnraid kernel: Workqueue: events macvlan_process_broadcast [macvlan]
Dec 23 06:19:29 HomeUnraid kernel: RIP: 0010:__nf_conntrack_confirm+0xa5/0x2cb [nf_conntrack]
Dec 23 06:19:29 HomeUnraid kernel: Code: c6 48 89 44 24 10 e8 dd e2 ff ff 8b 7c 24 04 89 da 89 c6 89 04 24 e8 56 e6 ff ff 84 c0 75 a2 48 8b 85 80 00 00 00 a8 08 74 18 <0f> 0b 8b 34 24 8b 7c 24 04 e8 16 de ff ff e8 2c e3 ff ff e9 7e 01
Dec 23 06:19:29 HomeUnraid kernel: RSP: 0018:ffffc900002e4da0 EFLAGS: 00010202
Dec 23 06:19:29 HomeUnraid kernel: RAX: 0000000000000188 RBX: 0000000000000000 RCX: 4325099371cde41b
Dec 23 06:19:29 HomeUnraid kernel: RDX: 0000000000000000 RSI: 0000000000000001 RDI: ffffffffa035c0b8
Dec 23 06:19:29 HomeUnraid kernel: RBP: ffff8881fb36df00 R08: 018d601a3f724eba R09: b260b62da2d71bc0
Dec 23 06:19:29 HomeUnraid kernel: R10: 8de059305b16d16b R11: e1f54a9f1120e8df R12: ffffffff82909480
Dec 23 06:19:29 HomeUnraid kernel: R13: 0000000000011ef1 R14: ffff8881b8170700 R15: 0000000000000000
Dec 23 06:19:29 HomeUnraid kernel: FS:  0000000000000000(0000) GS:ffff88903f980000(0000) knlGS:0000000000000000
Dec 23 06:19:29 HomeUnraid kernel: CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
Dec 23 06:19:29 HomeUnraid kernel: CR2: 000014e087d3f240 CR3: 000000000420a006 CR4: 0000000000770ee0
Dec 23 06:19:29 HomeUnraid kernel: PKRU: 55555554
Dec 23 06:19:29 HomeUnraid kernel: Call Trace:
Dec 23 06:19:29 HomeUnraid kernel: <IRQ>
Dec 23 06:19:29 HomeUnraid kernel: nf_conntrack_confirm+0x25/0x54 [nf_conntrack]
Dec 23 06:19:29 HomeUnraid kernel: nf_hook_slow+0x3a/0x96
Dec 23 06:19:29 HomeUnraid kernel: ? ip_protocol_deliver_rcu+0x164/0x164
Dec 23 06:19:29 HomeUnraid kernel: NF_HOOK.constprop.0+0x79/0xd9
Dec 23 06:19:29 HomeUnraid kernel: ? ip_protocol_deliver_rcu+0x164/0x164
Dec 23 06:19:29 HomeUnraid kernel: __netif_receive_skb_one_core+0x77/0x9c
Dec 23 06:19:29 HomeUnraid kernel: process_backlog+0x8c/0x116
Dec 23 06:19:29 HomeUnraid kernel: __napi_poll.constprop.0+0x28/0x124
Dec 23 06:19:29 HomeUnraid kernel: net_rx_action+0x159/0x24f
Dec 23 06:19:29 HomeUnraid kernel: __do_softirq+0x126/0x288
Dec 23 06:19:29 HomeUnraid kernel: do_softirq+0x7f/0xab
Dec 23 06:19:29 HomeUnraid kernel: </IRQ>
Dec 23 06:19:29 HomeUnraid kernel: <TASK>
Dec 23 06:19:29 HomeUnraid kernel: __local_bh_enable_ip+0x4c/0x6b
Dec 23 06:19:29 HomeUnraid kernel: netif_rx+0x52/0x5a
Dec 23 06:19:29 HomeUnraid kernel: macvlan_broadcast+0x10a/0x150 [macvlan]
Dec 23 06:19:29 HomeUnraid kernel: macvlan_process_broadcast+0xbc/0x12f [macvlan]
Dec 23 06:19:29 HomeUnraid kernel: process_one_work+0x1a8/0x295
Dec 23 06:19:29 HomeUnraid kernel: worker_thread+0x18b/0x244
Dec 23 06:19:29 HomeUnraid kernel: ? rescuer_thread+0x281/0x281
Dec 23 06:19:29 HomeUnraid kernel: kthread+0xe4/0xef
Dec 23 06:19:29 HomeUnraid kernel: ? kthread_complete_and_exit+0x1b/0x1b
Dec 23 06:19:29 HomeUnraid kernel: ret_from_fork+0x1f/0x30
Dec 23 06:19:29 HomeUnraid kernel: </TASK>
Dec 23 06:19:29 HomeUnraid kernel: ---[ end trace 0000000000000000 ]---

homeunraid-diagnostics-20221223-0626.zip

Link to comment
  • Solution

Macvlan call traces are usually the result of having dockers with a custom IP address and can end up crashing the server, upgrading to v6.10 or later and switching to ipvlan should fix it (Settings -> Docker Settings -> Docker custom network type -> ipvlan (advanced view must be enabled, top right)).

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
Reply to this topic...

×   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.

×
×
  • Create New...