Bug 1227854 - unable to send arp packet: No buffer space available
Summary: unable to send arp packet: No buffer space available
Status: NEW
Alias: None
Product: openSUSE Distribution
Classification: openSUSE
Component: Network (show other bugs)
Version: Leap 15.6
Hardware: Other Other
: P5 - None : Normal (vote)
Target Milestone: ---
Assignee: E-mail List
QA Contact: E-mail List
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-07-15 15:19 UTC by Georg Pfuetzenreuter
Modified: 2024-07-15 15:19 UTC (History)
0 users

See Also:
Found By: ---
Services Priority:
Business Priority:
Blocker: ---
Marketing QA Status: ---
IT Deployment: ---


Attachments
journal falkor21.i.o.o (804.36 KB, text/plain)
2024-07-15 15:19 UTC, Georg Pfuetzenreuter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Georg Pfuetzenreuter 2024-07-15 15:19:37 UTC
Created attachment 876056 [details]
journal falkor21.i.o.o

Hi,

after upgrading a machine to 15.6, one of its network interfaces no longer comes up during boot:

```
Jul 15 15:08:55 falkor21.infra.opensuse.org wickedd[15284]: os-f-nfs: unable to send arp packet: No buffer space available
Jul 15 15:08:56 falkor21.infra.opensuse.org wickedd[15284]: os-f-nfs: unable to send arp packet: No buffer space available
Jul 15 15:08:56 falkor21.infra.opensuse.org wickedd[15284]: os-f-nfs: ARP verify failed for 192.168.202.21 - max (3) retry!
```

Manually running `ifup all` after the boot brings it up successfully.
The only difference with this interface is that it is using IPv4 addressing. All other interfaces on this machine only use IPv6.

Any ideas?

Some more details:

```
falkor21 (Hypervisor):~ # grep -v '^#' /etc/sysconfig/network/ifcfg-os-f-nfs
IPADDR_1='192.168.202.21/24'
STARTMODE='auto'
ETHERDEVICE='bond-ob'
VLAN_ID='3329'
FIREWALL='no'
BOOTPROTO='static'
falkor21 (Hypervisor):~ # rpm -qa kernel* wicked*
wicked-service-0.6.75-150600.11.3.4.x86_64
kernel-default-6.4.0-150600.21.2.x86_64
wicked-0.6.75-150600.11.3.4.x86_64
kernel-default-5.14.21-150500.55.65.1.x86_64
kernel-firmware-platform-20240201-150600.1.2.noarch
```

Journal output is attached (note there are also some kernel errors in it, those I reported over in #1227720).