1
23.7 Legacy Series / Re: Error: unknown dhcp option value 0x65
« on: September 07, 2023, 07:45:31 am »
Thank you.
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
2023-09-06T11:09:00-05:00
[Error]
dhclient unknown dhcp option value 0x65
2023-09-06T11:09:00-05:00
[Error]
dhclient unknown dhcp option value 0x64
Currently running OPNsense 23.1_6 at Tue Feb 14 23:19:34 CST 2023
>>> Check installed kernel version
Version 23.1 is correct.
>>> Check for missing or altered kernel files
Error 2 ocurred.
usr: user (0, 70705)
>>> Check installed base version
Version 23.1 is correct.
>>> Check for missing or altered base files
Error 2 ocurred.
usr: user (0, 70705)
usr/bin:
user (0, 70705)
usr/include:
user (0, 70705)
usr/lib:
user (0, 70705)
usr/share:
user (0, 70705)
usr/share/man:
user (0, 70705)
usr/share/man/man1:
user (0, 70705)
etc: user (0, 70705)
Got this:Code: [Select]root@OPNsense:~ # ifconfig -v mlxen0
But I would like temperature and power usage. Are there any Mellanox tools commands that can provide my missing info. Do I need a Mellanox coded transceiver?
mlxen0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> metric 0 mtu 1500
description: WAN
options=8c00a8<VLAN_MTU,JUMBO_MTU,VLAN_HWCSUM,VLAN_HWTSO,LINKSTATE>
ether [b]REMOVED[/b]
inet6 [b]REMOVED[/b]%mlxen0 prefixlen 64 scopeid 0x6
inet [b]REMOVED[/b] netmask 0xfffffff8 broadcast [b]REMOVED[/b]
media: Ethernet autoselect (10Gbase-CX4 <full-duplex,rxpause,txpause>)
status: active
nd6 options=23<PERFORMNUD,ACCEPT_RTADV,AUTO_LINKLOCAL>
plugged: SFP/SFP+/SFP28 10G Base-SR (LC)
vendor: OEM PN: SFP-10G-SR SN: CSF101L34485 DATE: 2021-03-05
root@OPNsense:~ #
root@OPNsense:~ # ifconfig -v mlxen0
mlxen0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> metric 0 mtu 1500
description: WAN
options=8c00a8<VLAN_MTU,JUMBO_MTU,VLAN_HWCSUM,VLAN_HWTSO,LINKSTATE>
ether [b]REMOVED[/b]
inet6 [b]REMOVED[/b]%mlxen0 prefixlen 64 scopeid 0x6
inet [b]REMOVED[/b] netmask 0xfffffff8 broadcast [b]REMOVED[/b]
media: Ethernet autoselect (10Gbase-CX4 <full-duplex,rxpause,txpause>)
status: active
nd6 options=23<PERFORMNUD,ACCEPT_RTADV,AUTO_LINKLOCAL>
plugged: SFP/SFP+/SFP28 10G Base-SR (LC)
vendor: OPSTRAN PN: SFP-10G-T-ME SN: FS2210260290 DATE: 2022-10-27
module temperature: 0.00 C voltage: 0.00 Volts
lane 1: RX power: 0.00 mW (-inf dBm) TX bias: 0.00 mA
root@OPNsense:~ #
root@OPNsense:~ # ifconfig -v mlxen0
mlxen0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> metric 0 mtu 1500
description: WAN
options=8c00a8<VLAN_MTU,JUMBO_MTU,VLAN_HWCSUM,VLAN_HWTSO,LINKSTATE>
ether [b]REMOVED[/b]
inet6 [b]REMOVED[/b]%mlxen0 prefixlen 64 scopeid 0x6
inet [b]REMOVED[/b] netmask 0xfffffff8 broadcast [b]REMOVED[/b]
media: Ethernet autoselect (10Gbase-CX4 <full-duplex,rxpause,txpause>)
status: active
nd6 options=23<PERFORMNUD,ACCEPT_RTADV,AUTO_LINKLOCAL>
plugged: SFP/SFP+/SFP28 10G Base-SR (LC)
vendor: OEM PN: SFP-10G-SR SN: CSF101L34485 DATE: 2021-03-05
root@OPNsense:~ #
But I would like temperature and power usage. Are there any Mellanox tools commands that can provide my missing info. Do I need a Mellanox coded transceiver?
root@OPNsense:~/mft-4.22.0-96 # /usr/bin/mst status
-E- No MST devices were found or MST modules are not loaded.
You may need to run 'mst server start' to load MST modules.
root@OPNsense:~/mft-4.22.0-96
root@OPNsense:~ # fetch https://www.mellanox.com/downloads/MFT/mft-4.22.0-96.tgz
mft-4.22.0-96.tgz 92 MB 35 MBps 02s
root@OPNsense:~ # tar xvfz mft-4.22.0-96.tgz
x mft-4.22.0-96/
x mft-4.22.0-96/README
x mft-4.22.0-96/install.sh
x mft-4.22.0-96/mft-4.22.0-96.freebsd10_amd64.tgz
x mft-4.22.0-96/LICENSE.txt
root@OPNsense:~ # cd mft-4.22.0-96
root@OPNsense:~/mft-4.22.0-96 # ls
5.2.9 LICENSE.txt README install.sh mft-4.22.0-96.freebsd10_amd64.tgz
root@OPNsense:~/mft-4.22.0-96 # pkg install bash
Updating OPNsense repository catalogue...
OPNsense repository is up to date.
All repositories are up to date.
Checking integrity... done (0 conflicting)
The most recent versions of packages are already installed
root@OPNsense:~/mft-4.22.0-96 # bash install.sh
install.sh: line 16: cd: install.sh: Not a directory
-I- Detecting previous version of MFT ...
-I- Running /usr/bin/mft_uninstall.sh ...
install.sh: line 21: /usr/bin/mft_uninstall.sh: cannot execute: required file not found
-E- Install failed
root@OPNsense:~/mft-4.22.0-96 #
root@OPNsense:~/mft-4.22.0-96 # nano install.sh
GNU nano 6.4 install.sh
#!/bin/bash
tar --version >/dev/null 2>&1
if [ $? != 0 ]; then
echo "-E- There is no 'tar' on your system. Please install 'tar' and try again"
exit 1
fi
g_os_release=""
rel=$(uname -r)
arch=$(uname -p)
install_python_bins=0
python_bins=("mlxfwreset" "fwtrace")
MLXFWRESET="mlxfwreset"
BIN_PATH="/usr/bin"
cd "${0%*/*}"
echo "-I- Detecting previous version of MFT ..."
uninstaller="`which mft_uninstall.sh`"
if [[ -f ${uninstaller} ]] ; then
echo "-I- Running ${uninstaller} ..."
${uninstaller}
if [ $? != 0 ]; then
echo "-E- Install failed"
exit 1
fi
fi
if [[ "$rel" == *9.1* ]];
then
g_os_release="9.1_$arch";
elif [[ "$rel" == *10.1* ]];