[Bug 291510] sysutils/intel-nvmupdate doesn't work on FreeBSD 15.0
- In reply to: bugzilla-noreply_a_freebsd.org: "[Bug 291510] sysutils/intel-nvmupdate doesn't work on FreeBSD 15.0"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 09 Dec 2025 12:44:07 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=291510
--- Comment #1 from Peter Eriksson <pen@lysator.liu.se> ---
A "truss -o /tmp/logg -f -a ./nvmupdate64e" gives that this is the failure:
25935: execve("/bin/sh",[ "sh", "-c", "ifconfig ixl0<Intel(R) > /dev/null 2>&1"
],0x2bcc3f09c168) EJUSTRETURN
And a bit earlier a call to "devinfo -v" is done, on FreeBSD <15.0 the output
have a space between the interface name and the rest:
FreeBSD 13.5:
# devinfo -v|egrep ixl0
ixl0 <Intel(R) Ethernet Controller X710 for 10GbE SFP+ - 2.3.3-k>
pnpinfo vendor=0x8086 device=0x1572 subvendor=0x8086 subdevice=0x0006
class=0x020000 at slot=0 function=0 dbsf=pci0:131:0:0
handle=\_SB_.PCI1.QR3A.UPS_
FreeBSD 15.0:
# devinfo -v|egrep ixl0
ixl0<Intel(R) Ethernet Controller X710 for 10GbE SFP+ - 2.3.3-k>
pnpinfo vendor=0x8086 device=0x1572 subvendor=0x8086 subdevice=0x0007
class=0x020000 at slot=0 function=0 dbsf=pci0:137:0:0
handle=\_SB_.PC06.D011.D000
--
You are receiving this mail because:
You are the assignee for the bug.