Hello Sergio,

here goes:

noble# cat /etc/os-release 
PRETTY_NAME="Ubuntu 24.04.1 LTS"
NAME="Ubuntu"
VERSION_ID="24.04"
VERSION="24.04.1 LTS (Noble Numbat)"
...

noble# apt-get install ipmitool=1.8.19-7build2
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
The following packages will be DOWNGRADED:
  ipmitool
...

noble# ipmitool lan print > ipmitool=1.8.19-7build2.output

noble# wget 
https://launchpad.net/ubuntu/+source/ipmitool/1.8.19-7ubuntu1/+build/28931905/+files/ipmitool_1.8.19-7ubuntu1_amd64.deb
--2024-11-21 10:21:09--  
https://launchpad.net/ubuntu/+source/ipmitool/1.8.19-7ubuntu1/+build/28931905/+files/ipmitool_1.8.19-7ubuntu1_amd64.deb
Resolving launchpad.net (launchpad.net)... 185.125.189.223, 185.125.189.222, 
2620:2d:4000:1009::3ba, ...
...

noble# dpkg -i ipmitool_1.8.19-7ubuntu1_amd64.deb
(Reading database ... 54420 files and directories currently installed.)
Preparing to unpack ipmitool_1.8.19-7ubuntu1_amd64.deb ...
Unpacking ipmitool (1.8.19-7ubuntu1) over (1.8.19-7build2) ...
Setting up ipmitool (1.8.19-7ubuntu1) ...
ipmievd.service is a disabled or a static unit not running, not starting it.
Processing triggers for man-db (2.12.0-4build2) ...

noble# ipmitool lan print > ipmitool=1.8.19-7ubuntu1.output

noble# diff -u ipmitool\=1.8.19-7* | sed -e 's/10[.].*/10.20.30.40/'
--- ipmitool=1.8.19-7build2.output      2024-11-21 10:18:13.757395601 +0100
+++ ipmitool=1.8.19-7ubuntu1.output     2024-11-21 10:21:58.688147490 +0100
@@ -12,3 +12,21 @@
 SNMP Community String   : public
 IP Header               : TTL=0x00 Flags=0x00 Precedence=0x00 TOS=0x00
 BMC ARP Control         : ARP Responses Enabled, Gratuitous ARP Disabled
+Default Gateway IP      : 10.20.30.40
+Default Gateway MAC     : 00:00:00:00:00:00
+Backup Gateway IP       : 0.0.0.0
+Backup Gateway MAC      : 00:00:00:00:00:00
+802.1q VLAN ID          : Disabled
+802.1q VLAN Priority    : 0
+RMCP+ Cipher Suites     : 1,2,3,6,7,8,11,12
+Cipher Suite Priv Max   : XaaaXXaaaXXaaXX
+                        :     X=Cipher Suite Unused
+                        :     c=CALLBACK
+                        :     u=USER
+                        :     o=OPERATOR
+                        :     a=ADMIN
+                        :     O=OEM
+Bad Password Threshold  : 3
+Invalid password disable: yes
+Attempt Count Reset Int.: 300
+User Lockout Interval   : 300

--

LGTM.

Cheers,
Walter

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2078813

Title:
  ipmitool lan print in Noble truncated output

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ipmitool/+bug/2078813/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to