inxi ?

Do others also notice this error ?
Code:
user@X2-235e /home/user % inxi
Duplicate specification "debug-width|debug-y|debug-zy:i" for option "debug-zy"
CPU: dual core AMD Athlon X2 235e (-MCP-) speed: 2700 MHz OS: FreeBSD 14.3-RELEASE amd64
Up: 2d 22h 50m Mem: 3521.9/3804.3 MiB (92.6) Storage: 577.55 GiB (18.8% used) Procs: 61
Shell: Zsh inxi: 3.3.11
 
It has a surprising number of X dependencies for a text based command line tool. But I guess those are needed for getting X related information if you run it on a graphical environment.

But yes, installed it in a relatively fresh test system, and I'm getting the same Duplicate specification message:
Code:
dice@fbsd-test:~ % inxi
Duplicate specification "debug-width|debug-y|debug-zy:i" for option "debug-zy"
CPU: dual core Intel Xeon E5620 (-MCP-) speed: 2400 MHz OS: FreeBSD 14.3-RELEASE amd64
Up: 10d 21h 16m Mem: 2470.8/4055.6 MiB (60.9) Storage: 8.56 GiB/Total N/A Procs: 29 Shell: tcsh
inxi: 3.3.11
 
Confused ?
root@Core2 / # sysctl -n dev.cpu.0.temperature
24.0C
root@Core2 / # inxi -s
Sensors:
System Temperatures: cpu: 31.0 C mobo: N/A
Fan Speeds (RPM): N/A
root@Core2 / #
 
Back
Top