Bug 282617 - sysutils/ipmitool: Fix lan print and FRU editing
Summary: sysutils/ipmitool: Fix lan print and FRU editing
Status: New
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Ryan Steinmetz
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-11-07 23:28 UTC by Olivier Cochard
Modified: 2024-11-13 17:21 UTC (History)
0 users

See Also:
bugzilla: maintainer-feedback? (zi)


Attachments
patch (13.01 KB, patch)
2024-11-08 00:16 UTC, Olivier Cochard
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Olivier Cochard freebsd_committer freebsd_triage 2024-11-07 23:28:02 UTC
Applying 2 existing Pull-Request from upstream.
Comment 1 Ryan Steinmetz freebsd_committer freebsd_triage 2024-11-07 23:30:39 UTC
Missing details/patches?
Comment 2 Olivier Cochard freebsd_committer freebsd_triage 2024-11-08 00:16:28 UTC
Created attachment 255018 [details]
patch
Comment 3 Olivier Cochard freebsd_committer freebsd_triage 2024-11-08 00:22:14 UTC
Without this patch:

% ipmitool -I lanplus -H 1.1.1.8 -U user -P pass lan print 1 && echo WORKING || echo FAILING
Set in Progress         : Set Complete
Auth Type Support       :
Auth Type Enable        : Callback :
                        : User     :
                        : Operator :
                        : Admin    :
                        : OEM      :
IP Address Source       : Static Address
IP Address              : 1.1.1.8
Subnet Mask             : 255.255.254.0
MAC Address             : a0:42:36:46:66:66
FAILING


---------------------------------------------
With this path:

% ipmitool -I lanplus -H 1.1.1.8 -U user -P pass lan print 1 && echo WORKING || echo FAILING
Set in Progress         : Set Complete
Auth Type Support       :
Auth Type Enable        : Callback :
                        : User     :
                        : Operator :
                        : Admin    :
                        : OEM      :
IP Address Source       : Static Address
IP Address              : 1.1.1.8
Subnet Mask             : 255.255.254.0
MAC Address             : a0:42:36:46:66:66
Default Gateway IP      : 1.1.1.1
Default Gateway MAC     : 00:00:00:00:00:00
802.1q VLAN ID          : Disabled
RMCP+ Cipher Suites     : 17
Cipher Suite Priv Max   : aaaaaaaaaaaaaaa
                        :     X=Cipher Suite Unused
                        :     c=CALLBACK
                        :     u=USER
                        :     o=OPERATOR
                        :     a=ADMIN
                        :     O=OEM
Bad Password Threshold  : Not Available
WORKING
Comment 4 Ryan Steinmetz freebsd_committer freebsd_triage 2024-11-08 00:27:23 UTC
I don't believe upstream has accepted/adopted these--at least the second one, which looks like a dup of #282274.

Can you try to poke them or see if they can review?
Comment 5 Olivier Cochard freebsd_committer freebsd_triage 2024-11-08 00:45:54 UTC
(In reply to Ryan Steinmetz from comment #4)

Looks like the Pull-Request on github are ignored: the list start to be long.
https://github.com/ipmitool/ipmitool/pulls
Comment 6 Ryan Steinmetz freebsd_committer freebsd_triage 2024-11-08 19:14:03 UTC
(In reply to Olivier Cochard from comment #5)

Yeah, someone just recently submitted the same commit to the 'new' git instance for the project (https://codeberg.org/IPMITool/ipmitool/pulls/50).

Want to poke the devs on it?
Comment 7 Olivier Cochard freebsd_committer freebsd_triage 2024-11-13 17:21:57 UTC
(In reply to Ryan Steinmetz from comment #6)

I hope the developer is already aware of all the open pull requests on GitHub and Codeberg. Needing to follow up by email to address such a critical issue isn’t an encouraging sign.