2015-08-31 01:00:12 +00:00
|
|
|
README for inxi - a command line system information tool
|
|
|
|
|
New inxi, new man, new tarball.
It's here! Perl inxi, first official release. So many changes, really too many
to list.
But here's a few:
1. of course, full rewrite to Perl 5.x. Supports as old as 5.008, as new as current.
2. Better line length nandlers. Fully dynamic, robust, shrinks and expands to fit
either taste or viewport.
3. Long options for all options now, plus of course the short options everyone
is used to.
4. New options: --usb; --slots (pci slot report); --sleep (change cpu sleep time);
and many more. Check --help or man page for details.
5. Vastly improved --recommends, now does per distro package recommends, and shows
only Linux data to Linux systems, and BSD data to BSD systems.
6. Hugely improved debugger as well.
7. Far more accurate output, most output is now in key/value pairs, because:
8. inxi now exports to json and xml! See --output/--output-file for info.
9. Enhancedd repo output, added deb822 type, solus
10. Radically enhanced network data, now shows all IP / IF devices connected to
each nic, not just one, both IP v4 and v6.
11. USB audio and network device actual drivers
12. better handling of compiler data.
13. Basic ARM machine data now, if present to inxi
14. Graphics: per card driver info alongside the original xorg drivers.
15. Better integration of partitions, RAID, unmounted partitions, and HDD data.
16. Better sensors handling of free video driver sensor data, well, not better,
it's now there, along with fan speeds for gpus.
17. RAID is enhanced, and now can show > 1 RAID type on a system, and the RAID
is improved.
18. Much improved disk/partition/memory sizing, inxi now always works internally
with KB units, and changes them on output to the appropriate units.
19. Fully redone man page for all the new options and the long options.
And so much more. Anyway, here it is, the first release.
2018-03-20 10:06:46 +00:00
|
|
|
The new Perl inxi is now here! File all issue reports with the master
|
|
|
|
branch.
|
2018-01-29 06:14:48 +00:00
|
|
|
|
2017-10-29 03:20:25 +00:00
|
|
|
=====================================================================
|
2018-03-20 22:29:23 +00:00
|
|
|
MASTER GIT BRANCH:
|
2017-10-29 03:20:25 +00:00
|
|
|
|
2018-03-23 01:33:49 +00:00
|
|
|
This is the only supported branch, and the current latest commit is
|
|
|
|
the only supported 'release'. There are no, and never will be,
|
2018-03-25 01:53:38 +00:00
|
|
|
any 'releases' of inxi beyond the current commit to master.
|
2018-03-21 01:13:44 +00:00
|
|
|
|
2018-03-20 22:29:23 +00:00
|
|
|
git clone https://github.com/smxi/inxi --branch master --single-branch
|
2017-10-29 03:20:25 +00:00
|
|
|
|
2018-03-23 06:57:00 +00:00
|
|
|
OR direct fast and easy install:
|
|
|
|
wget -Nc https://github.com/smxi/inxi/raw/master/inxi
|
|
|
|
|
2018-03-25 01:53:38 +00:00
|
|
|
OR easy to remember shortcut (which redirects to github):
|
|
|
|
wget -Nc https://smxi.org/inxi
|
|
|
|
|
2018-04-08 01:26:26 +00:00
|
|
|
NOTE: I have deleted the master-plain branch to avoid confusion
|
2018-03-20 22:29:23 +00:00
|
|
|
since I've removed the legacy .gz files from the branch, which were
|
2018-03-27 19:37:27 +00:00
|
|
|
the only reasons for its existence.
|
2018-03-20 20:48:09 +00:00
|
|
|
|
2018-03-27 19:37:27 +00:00
|
|
|
I auto tag commits that I feel are somewhat complete at that stage
|
2018-03-25 01:53:38 +00:00
|
|
|
of the coding. There are NO releases, don't even dream of pretending
|
2018-03-23 01:33:49 +00:00
|
|
|
a tagged release holds any significance at all. I only added auto
|
|
|
|
tagging to get the maintainers to stop annoying me about tagging.
|
|
|
|
There is NO repeat NO meaning to the fact a commit is tagged. A tag
|
2018-04-07 03:49:16 +00:00
|
|
|
is a pointer to a commit, and has no further meaning.
|
2018-03-21 01:13:44 +00:00
|
|
|
|
2018-03-21 01:56:48 +00:00
|
|
|
Every current commit is the active release, all past commits are not
|
2018-03-21 01:13:44 +00:00
|
|
|
supported. Tagging has ZERO meaning, it's purely a formality that
|
2018-04-07 03:49:16 +00:00
|
|
|
certain distros can't figure out how to do without, that's all.
|
2018-03-21 01:13:44 +00:00
|
|
|
|
2018-03-23 01:29:39 +00:00
|
|
|
NOTE: JUST BECAUSE GITHUB CALLS MY TAGGED COMMITS 'RELEASES' DOES
|
2018-03-23 01:33:49 +00:00
|
|
|
NOT REPEAT NOT MEAN THEY ARE RELEASES!!! I can't change the words
|
|
|
|
on the tag page. They are tagged commmits, period. I did not want
|
|
|
|
to use tags precisely to avoid the idea that inxi has any release
|
2018-03-23 01:29:39 +00:00
|
|
|
that exists that is other than it's current master version, but I
|
|
|
|
decided that it was less pain to add tags than to argue this point
|
2018-04-07 03:49:16 +00:00
|
|
|
any further.
|
2018-03-23 01:29:39 +00:00
|
|
|
|
2018-03-20 20:48:09 +00:00
|
|
|
=====================================================================
|
|
|
|
DEVELOPMENT BRANCH:
|
2018-03-25 01:53:38 +00:00
|
|
|
All active development is now done on the inxi-perl branch (pinxi):
|
2018-03-20 20:48:09 +00:00
|
|
|
|
|
|
|
git clone https://github.com/smxi/inxi --branch inxi-perl --single-branch
|
|
|
|
|
2018-03-23 06:57:00 +00:00
|
|
|
OR direct fast and easy install:
|
|
|
|
wget -Nc https://github.com/smxi/inxi/raw/inxi-perl/pinxi
|
|
|
|
|
2018-03-25 01:53:38 +00:00
|
|
|
OR easy to remember shortcut (which redirects to github):
|
|
|
|
wget -Nc https://smxi.org/pinxi
|
|
|
|
|
|
|
|
Once new features have been debugged, tested, and are stable, they
|
|
|
|
will move to the master branch.
|
2018-03-20 20:48:09 +00:00
|
|
|
|
Maintainer alert: Perl inxi 2.9.01 is looking good for maybe early week of
2018-03-19 release. I'm putting the last issue requests on the last forums,
so assuming no real further bugs found, expect Perl inxi 2.9.01 to hit around
Monday or Tuesday. If any bugs are found, of course, those will be fixed before
release of the new Perl inxi.
Basically, if you want to see if you can find bugs, this is the time to do it, not
AFTER release. I've posted on many forums, and have given the various distros a
chance to help squash the bugs their users might see, some have been fantastic
(AntiX, you were the best by far), others, not so much. Their loss in the latter
case since the purpose of beta testing is to find bugs before, not after, release.
If you want to see the differences in recommends, and dependencies, grab pinxi
development branch here:
wget -O pinxi https://github.com/smxi/inxi/raw/inxi-perl/pinxi
or:
git clone https://github.com/smxi/inxi --branch inxi-perl --single-branch
and run: pinxi --recommends
The main thing I'd strongly urge all maintainers to add, for long term stability
and speed and reliability, is dig, which can be used if present to get very fast,
reliable, WAN IP information.
All of the other recommends are pretty much the same, for graphics, xdpyinfo,
xrandr, and glxinfo. For networking, ip or ifconfig, along with dig. For all usb
related identification, lsusb, unfortunately, I wish I could get rid of that tool,
it's very slow, but I can't. The --recommends output shows the complete set.
Obviously, Bash and Gawk are no longer recommends, nor are the tools like grep,
sed, tr, wc, etc, all those are done with Perl, so any shell plus Perl 5.08 or
newer Perl 5.x is all that's really required, beyond normal system reporting
tools like lspci etc.
For json/xml export, two Perl modules are needed, again, see --recommends
2018-03-17 23:52:52 +00:00
|
|
|
=====================================================================
|
|
|
|
LEGACY BRANCH:
|
|
|
|
If you'd like to look at or check out the Gawk/Bash version of inxi,
|
2018-03-25 01:53:38 +00:00
|
|
|
you can find it here, at the inxi-legacy branch (binxi):
|
Maintainer alert: Perl inxi 2.9.01 is looking good for maybe early week of
2018-03-19 release. I'm putting the last issue requests on the last forums,
so assuming no real further bugs found, expect Perl inxi 2.9.01 to hit around
Monday or Tuesday. If any bugs are found, of course, those will be fixed before
release of the new Perl inxi.
Basically, if you want to see if you can find bugs, this is the time to do it, not
AFTER release. I've posted on many forums, and have given the various distros a
chance to help squash the bugs their users might see, some have been fantastic
(AntiX, you were the best by far), others, not so much. Their loss in the latter
case since the purpose of beta testing is to find bugs before, not after, release.
If you want to see the differences in recommends, and dependencies, grab pinxi
development branch here:
wget -O pinxi https://github.com/smxi/inxi/raw/inxi-perl/pinxi
or:
git clone https://github.com/smxi/inxi --branch inxi-perl --single-branch
and run: pinxi --recommends
The main thing I'd strongly urge all maintainers to add, for long term stability
and speed and reliability, is dig, which can be used if present to get very fast,
reliable, WAN IP information.
All of the other recommends are pretty much the same, for graphics, xdpyinfo,
xrandr, and glxinfo. For networking, ip or ifconfig, along with dig. For all usb
related identification, lsusb, unfortunately, I wish I could get rid of that tool,
it's very slow, but I can't. The --recommends output shows the complete set.
Obviously, Bash and Gawk are no longer recommends, nor are the tools like grep,
sed, tr, wc, etc, all those are done with Perl, so any shell plus Perl 5.08 or
newer Perl 5.x is all that's really required, beyond normal system reporting
tools like lspci etc.
For json/xml export, two Perl modules are needed, again, see --recommends
2018-03-17 23:52:52 +00:00
|
|
|
|
|
|
|
git clone https://github.com/smxi/inxi --branch inxi-legacy --single-branch
|
|
|
|
|
2018-03-23 06:57:00 +00:00
|
|
|
OR direct fast and easy install:
|
|
|
|
wget -Nc https://github.com/smxi/inxi/raw/inxi-legacy/binxi
|
|
|
|
|
2018-03-25 01:53:38 +00:00
|
|
|
OR easy to remember shortcut (which redirects to github):
|
|
|
|
wget -Nc https://smxi.org/binxi
|
|
|
|
|
Maintainer alert: Perl inxi 2.9.01 is looking good for maybe early week of
2018-03-19 release. I'm putting the last issue requests on the last forums,
so assuming no real further bugs found, expect Perl inxi 2.9.01 to hit around
Monday or Tuesday. If any bugs are found, of course, those will be fixed before
release of the new Perl inxi.
Basically, if you want to see if you can find bugs, this is the time to do it, not
AFTER release. I've posted on many forums, and have given the various distros a
chance to help squash the bugs their users might see, some have been fantastic
(AntiX, you were the best by far), others, not so much. Their loss in the latter
case since the purpose of beta testing is to find bugs before, not after, release.
If you want to see the differences in recommends, and dependencies, grab pinxi
development branch here:
wget -O pinxi https://github.com/smxi/inxi/raw/inxi-perl/pinxi
or:
git clone https://github.com/smxi/inxi --branch inxi-perl --single-branch
and run: pinxi --recommends
The main thing I'd strongly urge all maintainers to add, for long term stability
and speed and reliability, is dig, which can be used if present to get very fast,
reliable, WAN IP information.
All of the other recommends are pretty much the same, for graphics, xdpyinfo,
xrandr, and glxinfo. For networking, ip or ifconfig, along with dig. For all usb
related identification, lsusb, unfortunately, I wish I could get rid of that tool,
it's very slow, but I can't. The --recommends output shows the complete set.
Obviously, Bash and Gawk are no longer recommends, nor are the tools like grep,
sed, tr, wc, etc, all those are done with Perl, so any shell plus Perl 5.08 or
newer Perl 5.x is all that's really required, beyond normal system reporting
tools like lspci etc.
For json/xml export, two Perl modules are needed, again, see --recommends
2018-03-17 23:52:52 +00:00
|
|
|
This version will not be maintained, and it's unlikely that I will
|
|
|
|
spend any time on it in the future, but it is there in case it's of
|
|
|
|
use or interest to anyone.
|
|
|
|
|
2015-08-31 01:00:12 +00:00
|
|
|
=====================================================================
|
|
|
|
SUPPORT INFO:
|
|
|
|
|
|
|
|
Do not ask for basic help that reading the inxi -h / --help menus, or
|
|
|
|
man page would show you, and do not ask for features to be added that
|
2018-04-08 01:31:19 +00:00
|
|
|
inxi already has. Also do not ask for support if your distro won't
|
2018-03-25 01:53:38 +00:00
|
|
|
update its inxi version, some are bad about that.
|
2015-08-31 01:00:12 +00:00
|
|
|
|
|
|
|
DOCUMENTATION: http://smxi.org/docs/inxi.htm
|
|
|
|
(smxi.org/docs/ is easier to remember, and is one click away from inxi.htm)
|
|
|
|
The one page wiki on github is only a pointer to the real resources.
|
|
|
|
|
2018-04-08 00:34:06 +00:00
|
|
|
https://github.com/smxi/inxi/tree/inxi-perl/docs
|
|
|
|
Contains specific Perl inxi documentation, of interest to developers
|
|
|
|
mostly. Includes internal inxi tools, values, configuration items.
|
|
|
|
Also has useful information about Perl version support, including the
|
|
|
|
list of Core modules that _should_ be included in a distribution's
|
2018-04-08 01:33:12 +00:00
|
|
|
core modules, but which are unfortunately sometimes removed.
|
2018-04-08 00:34:06 +00:00
|
|
|
|
2015-08-31 01:00:12 +00:00
|
|
|
HTML MAN PAGE: http://smxi.org/docs/inxi-man.htm
|
|
|
|
INXI OPTIONS: http://smxi.org/docs/inxi-options.htm
|
2018-04-08 00:34:06 +00:00
|
|
|
NOTE: These may not always be up to date, but generally track the most
|
|
|
|
recent inxi commits.
|
2015-08-31 01:00:12 +00:00
|
|
|
|
|
|
|
ISSUES: https://github.com/smxi/inxi/issues
|
|
|
|
No issues accepted for non current inxi releases. See below for more on that.
|
2018-04-08 00:34:06 +00:00
|
|
|
Unfortunately as of 2.9, no support or issues can be accepted for older
|
|
|
|
inxi's because inxi 2.9 and newer is a full rewrite, and legacy inxi is
|
|
|
|
not being supported since my time is finite (plus of course, one reason
|
|
|
|
for the rewrite was to never have to work with Gawk->Bash again!)
|
2015-08-31 01:00:12 +00:00
|
|
|
|
|
|
|
SUPPORT FORUMS: http://techpatterns.com/forums/forum-33.html
|
|
|
|
This is the best place to place support issues that may be complicated.
|
|
|
|
|
|
|
|
If you are developer, use:
|
|
|
|
DEVELOPER FORUMS: http://techpatterns.com/forums/forum-32.html
|
|
|
|
|
|
|
|
SOURCE VERSION CONTROL: https://github.com/smxi/inxi
|
|
|
|
MAIN BRANCH: master
|
No real changes, this will probably be the very last Gawk->Bash inxi 2.3.x release.
Making sure tarball etc is up to date, so it can be stored in 'tarball's branch.
MAINTAINERS:
Pinxi 2.9.00-xxx-p (inxi-perl branch) is nearing completion of its beta test cycle,
and, barring any new issues or bugs (TEST IT NOW AND REPORT ISSUES NOW!), I expect
to release pinxi 2.9.00 as inxi 2.9.01 shortly after I complete the advanced
RAID feature, which should be this week.
If no real issues appear during the following week after the inxi 2.9.0 release, it
will be moved to inxi 3.0.0, as the first stable Perl inxi release.
There will be a new branch, inxi-legacy, that will have the Gawk->Bash inxi 2.3..56
files for historical purposes only. No further work will be done on inxi 2.3 from
now on.
2018-03-13 18:40:24 +00:00
|
|
|
DEVELOPMENT BRANCHES: inxi-perl, one, two, three, android.
|
2015-08-31 01:00:12 +00:00
|
|
|
Dev branches are rarely used, but that's where the really hard new features etc
|
|
|
|
are debugged and worked out. inxi itself has the built in feature to be able
|
|
|
|
to update itself from anywhere, including these branches, which is very useful
|
|
|
|
for development and debugging on many user systems.
|
|
|
|
|
No real changes, this will probably be the very last Gawk->Bash inxi 2.3.x release.
Making sure tarball etc is up to date, so it can be stored in 'tarball's branch.
MAINTAINERS:
Pinxi 2.9.00-xxx-p (inxi-perl branch) is nearing completion of its beta test cycle,
and, barring any new issues or bugs (TEST IT NOW AND REPORT ISSUES NOW!), I expect
to release pinxi 2.9.00 as inxi 2.9.01 shortly after I complete the advanced
RAID feature, which should be this week.
If no real issues appear during the following week after the inxi 2.9.0 release, it
will be moved to inxi 3.0.0, as the first stable Perl inxi release.
There will be a new branch, inxi-legacy, that will have the Gawk->Bash inxi 2.3..56
files for historical purposes only. No further work will be done on inxi 2.3 from
now on.
2018-03-13 18:40:24 +00:00
|
|
|
PULL REQUESTS: Please talk to me before starting to work on any patch, unless
|
|
|
|
it's a trivial bug fix. Please: NEVER even think about looking at or using previous
|
2018-01-29 06:14:48 +00:00
|
|
|
inxi commits, previous to the current one, as a base for a patch. If you do,
|
2018-04-08 00:34:06 +00:00
|
|
|
your patch / pull request will probably be rejected. Developers, get your version
|
|
|
|
from the inxi-perl branch, pinxi, otherwise you may not be current to actual
|
|
|
|
development. inxi-perl pinxi is always equal to or ahead of master branch inxi.
|
2015-08-31 01:00:12 +00:00
|
|
|
|
2018-01-29 06:14:48 +00:00
|
|
|
inxi has one and only one release, and that is the current one (plus dev releases,
|
|
|
|
of course, but those should never be packaged). All previous releases are
|
|
|
|
immediately obsolete on the commit of every new release. There is no exception to
|
|
|
|
this, and never will be.
|
2015-08-31 01:00:12 +00:00
|
|
|
|
|
|
|
Man page updates, doc page updates, etc, of course, are easy and will probably
|
|
|
|
be accepted, as long as they are done according to the requirements.
|
|
|
|
|
|
|
|
inxi releases early, and releases often, when under development.
|
|
|
|
|
|
|
|
=====================================================================
|
|
|
|
ABOUT INXI - CORE COMMITMENT TO LONG TERM STABILITY
|
|
|
|
|
|
|
|
inxi is a command line system information tool. It was forked from the ancient
|
2015-08-31 01:25:39 +00:00
|
|
|
and mindbendingly perverse yet ingenius infobash, by locsmif.
|
2015-08-31 01:00:12 +00:00
|
|
|
|
|
|
|
That was a buggy, impossible to update or maintain piece of software, so the
|
2015-08-31 02:50:18 +00:00
|
|
|
fork fixed those core issues, and made it flexible enough to expand the
|
|
|
|
utility of the original ideas. Locmsif has given his thumbs up to inxi, so
|
|
|
|
don't be fooled by legacy infobash stuff you may see out there.
|
2015-08-31 01:00:12 +00:00
|
|
|
|
2015-08-31 01:25:39 +00:00
|
|
|
inxi is lower case, except when I create a text header here in a file like
|
|
|
|
this, but it's always lower case. Sometimes to follow convention I will use
|
2015-08-31 01:26:53 +00:00
|
|
|
upper case inxi to start a sentence, but i find it a bad idea since
|
2015-08-31 01:27:45 +00:00
|
|
|
invariably, someone will repeat that and type it in as the command name, then
|
|
|
|
someone will copy that, and complain that the command: Inxi doesn't exist...
|
2015-08-31 01:25:39 +00:00
|
|
|
|
2015-08-31 01:28:27 +00:00
|
|
|
The primary purpose of inxi is for support, and sys admin use. inxi is used
|
2015-08-31 01:16:57 +00:00
|
|
|
widely for forum and IRC support, which is I believe it's most common function.
|
|
|
|
|
2018-03-25 01:53:38 +00:00
|
|
|
If you are piping output to paste or post (or writing to file), inxi now
|
|
|
|
automatically turns off color codes, so the old suggestion to use -c 0 to
|
|
|
|
turn off colors is no longer required.
|
2015-08-31 01:16:57 +00:00
|
|
|
|
No real changes, this will probably be the very last Gawk->Bash inxi 2.3.x release.
Making sure tarball etc is up to date, so it can be stored in 'tarball's branch.
MAINTAINERS:
Pinxi 2.9.00-xxx-p (inxi-perl branch) is nearing completion of its beta test cycle,
and, barring any new issues or bugs (TEST IT NOW AND REPORT ISSUES NOW!), I expect
to release pinxi 2.9.00 as inxi 2.9.01 shortly after I complete the advanced
RAID feature, which should be this week.
If no real issues appear during the following week after the inxi 2.9.0 release, it
will be moved to inxi 3.0.0, as the first stable Perl inxi release.
There will be a new branch, inxi-legacy, that will have the Gawk->Bash inxi 2.3..56
files for historical purposes only. No further work will be done on inxi 2.3 from
now on.
2018-03-13 18:40:24 +00:00
|
|
|
inxi should always show you your current system state, as far as possible,
|
|
|
|
and should be more reliable than your own beliefs about what is in your system,
|
|
|
|
ideally. In other words, the goal in inxi is to have it be right more than it
|
|
|
|
is wrong about any system that it runs on. And not to rely on non current system
|
2015-08-31 01:00:12 +00:00
|
|
|
state data if at all possible. Some things, like memory/ram data, rely on
|
|
|
|
radically unreliable system self reporting based on OEM filling out data
|
|
|
|
correctly, which doesn't often happen, so in those cases, you want to
|
|
|
|
confirm things like ram capacity with a reputable hardware source, like
|
|
|
|
crucial.com, which has the best ram hardware tool I know of.
|
|
|
|
|
No real changes, this will probably be the very last Gawk->Bash inxi 2.3.x release.
Making sure tarball etc is up to date, so it can be stored in 'tarball's branch.
MAINTAINERS:
Pinxi 2.9.00-xxx-p (inxi-perl branch) is nearing completion of its beta test cycle,
and, barring any new issues or bugs (TEST IT NOW AND REPORT ISSUES NOW!), I expect
to release pinxi 2.9.00 as inxi 2.9.01 shortly after I complete the advanced
RAID feature, which should be this week.
If no real issues appear during the following week after the inxi 2.9.0 release, it
will be moved to inxi 3.0.0, as the first stable Perl inxi release.
There will be a new branch, inxi-legacy, that will have the Gawk->Bash inxi 2.3..56
files for historical purposes only. No further work will be done on inxi 2.3 from
now on.
2018-03-13 18:40:24 +00:00
|
|
|
The core mission of inxi is to always work on all systems all the time.
|
|
|
|
Well, all linux systems with the core tools inxi requires to operate
|
2018-01-29 06:14:48 +00:00
|
|
|
installed. Ie, not android, yet. What this means is this: you can have a 10
|
|
|
|
year old box, or probably 15, not sure, and you can install today's inxi on
|
|
|
|
it, and it will run. It won't run fast, but it will run. I test inxi on a
|
2018-04-08 01:26:26 +00:00
|
|
|
200 MHz laptop from about 1998 to keep it honest. That's also what was
|
2018-01-29 06:14:48 +00:00
|
|
|
used to optimize the code at some points, since differences appear as seconds,
|
2018-03-25 01:53:38 +00:00
|
|
|
not 10ths or 100ths of seconds on old systems like that.
|
2018-01-29 06:14:48 +00:00
|
|
|
|
|
|
|
inxi is being written, and tested, on Perl as old as 5.08, and will work on
|
No real changes, this will probably be the very last Gawk->Bash inxi 2.3.x release.
Making sure tarball etc is up to date, so it can be stored in 'tarball's branch.
MAINTAINERS:
Pinxi 2.9.00-xxx-p (inxi-perl branch) is nearing completion of its beta test cycle,
and, barring any new issues or bugs (TEST IT NOW AND REPORT ISSUES NOW!), I expect
to release pinxi 2.9.00 as inxi 2.9.01 shortly after I complete the advanced
RAID feature, which should be this week.
If no real issues appear during the following week after the inxi 2.9.0 release, it
will be moved to inxi 3.0.0, as the first stable Perl inxi release.
There will be a new branch, inxi-legacy, that will have the Gawk->Bash inxi 2.3..56
files for historical purposes only. No further work will be done on inxi 2.3 from
now on.
2018-03-13 18:40:24 +00:00
|
|
|
any system that runs Perl 5.08 or later. Pre 3.0.0 Gawk/Bash inxi will also run
|
|
|
|
on any system no matter how old, within reason, so there should be no difference.
|
2015-08-31 01:00:12 +00:00
|
|
|
|
|
|
|
=====================================================================
|
|
|
|
BSD SUPPORT
|
|
|
|
|
No real changes, this will probably be the very last Gawk->Bash inxi 2.3.x release.
Making sure tarball etc is up to date, so it can be stored in 'tarball's branch.
MAINTAINERS:
Pinxi 2.9.00-xxx-p (inxi-perl branch) is nearing completion of its beta test cycle,
and, barring any new issues or bugs (TEST IT NOW AND REPORT ISSUES NOW!), I expect
to release pinxi 2.9.00 as inxi 2.9.01 shortly after I complete the advanced
RAID feature, which should be this week.
If no real issues appear during the following week after the inxi 2.9.0 release, it
will be moved to inxi 3.0.0, as the first stable Perl inxi release.
There will be a new branch, inxi-legacy, that will have the Gawk->Bash inxi 2.3..56
files for historical purposes only. No further work will be done on inxi 2.3 from
now on.
2018-03-13 18:40:24 +00:00
|
|
|
BSD support is not as complete as GNU/Linux support due to the fact some of
|
|
|
|
the data simply is not available, or is structured in a way that makes it
|
|
|
|
unique to each BSD. This fragmentation makes supporting BSDs far more difficult
|
|
|
|
than it should be in the 21st century. The BSD support in inxi is an ongoing
|
|
|
|
process, with more features being added as new data sources and types are
|
|
|
|
discovered.
|
|
|
|
|
2018-03-20 04:38:43 +00:00
|
|
|
All BSD issue reports unless trivial and obvious will require 1 of two things:
|
|
|
|
|
2018-03-25 01:53:38 +00:00
|
|
|
1. a full --debug 21 data dump so I don't have to spend days trying to get
|
|
|
|
the information I need to resolve the issue file by painful file from the
|
|
|
|
issue poster.
|
2018-03-20 04:38:43 +00:00
|
|
|
|
2018-04-08 00:34:06 +00:00
|
|
|
2. direct ssh access to at least a comparable live BSD version/system,
|
|
|
|
that is, if the issue is on a laptop, access has to be granted to the laptop,
|
|
|
|
or a similar one.
|
2018-03-20 04:38:43 +00:00
|
|
|
|
2018-03-25 01:53:38 +00:00
|
|
|
2 is far preferred because in terms of my finite time on this planet of ours,
|
2018-03-27 19:37:27 +00:00
|
|
|
the fact is, if I don't have direct (or SSH) access, I can't get much done,
|
|
|
|
and the little I can get done will take 10 to 1000x longer than it should.
|
|
|
|
That's my time spent (and sadly, with BSDs, largely lost), not yours.
|
2018-03-25 01:53:38 +00:00
|
|
|
|
2018-03-20 04:38:43 +00:00
|
|
|
I decided I have to adopt this much more strict policy with BSDs after wasting
|
2018-03-25 01:53:38 +00:00
|
|
|
untold hours on trying to get good BSD support, only to see that support break
|
|
|
|
a few years down the road as the data inxi relied in changed structure or syntax,
|
|
|
|
or the tools changed, or whatever else makes the BSDs such a challenge to support.
|
|
|
|
In the end, I realized, the only BSDs that are well supported are ones that I have
|
|
|
|
had direct access to for bebugging and testing.
|
2018-03-20 04:38:43 +00:00
|
|
|
|
No real changes, this will probably be the very last Gawk->Bash inxi 2.3.x release.
Making sure tarball etc is up to date, so it can be stored in 'tarball's branch.
MAINTAINERS:
Pinxi 2.9.00-xxx-p (inxi-perl branch) is nearing completion of its beta test cycle,
and, barring any new issues or bugs (TEST IT NOW AND REPORT ISSUES NOW!), I expect
to release pinxi 2.9.00 as inxi 2.9.01 shortly after I complete the advanced
RAID feature, which should be this week.
If no real issues appear during the following week after the inxi 2.9.0 release, it
will be moved to inxi 3.0.0, as the first stable Perl inxi release.
There will be a new branch, inxi-legacy, that will have the Gawk->Bash inxi 2.3..56
files for historical purposes only. No further work will be done on inxi 2.3 from
now on.
2018-03-13 18:40:24 +00:00
|
|
|
I will always accept patches that are well done, if they do not break GNU/Linux,
|
2018-03-25 01:53:38 +00:00
|
|
|
and extend BSD support, or add new BSD features, and aren't too long. inxi sets
|
|
|
|
initial internal flags to identify that it is a BSD system vs a GNU/Linux system,
|
|
|
|
and preloads some data structures for BSD use, so make sure you understand what
|
|
|
|
inxi is doing before you get into it.
|
2015-08-31 01:15:36 +00:00
|
|
|
|
2015-08-31 01:26:53 +00:00
|
|
|
inxi will also start on Darwin, OSX's mutated version of a BSD, but my
|
No real changes, this will probably be the very last Gawk->Bash inxi 2.3.x release.
Making sure tarball etc is up to date, so it can be stored in 'tarball's branch.
MAINTAINERS:
Pinxi 2.9.00-xxx-p (inxi-perl branch) is nearing completion of its beta test cycle,
and, barring any new issues or bugs (TEST IT NOW AND REPORT ISSUES NOW!), I expect
to release pinxi 2.9.00 as inxi 2.9.01 shortly after I complete the advanced
RAID feature, which should be this week.
If no real issues appear during the following week after the inxi 2.9.0 release, it
will be moved to inxi 3.0.0, as the first stable Perl inxi release.
There will be a new branch, inxi-legacy, that will have the Gawk->Bash inxi 2.3..56
files for historical purposes only. No further work will be done on inxi 2.3 from
now on.
2018-03-13 18:40:24 +00:00
|
|
|
conclusion about Darwin is that it is Unix in name only, and I will not spend
|
2015-08-31 01:15:36 +00:00
|
|
|
a second of my time adding any further support for that crippled broken
|
No real changes, this will probably be the very last Gawk->Bash inxi 2.3.x release.
Making sure tarball etc is up to date, so it can be stored in 'tarball's branch.
MAINTAINERS:
Pinxi 2.9.00-xxx-p (inxi-perl branch) is nearing completion of its beta test cycle,
and, barring any new issues or bugs (TEST IT NOW AND REPORT ISSUES NOW!), I expect
to release pinxi 2.9.00 as inxi 2.9.01 shortly after I complete the advanced
RAID feature, which should be this week.
If no real issues appear during the following week after the inxi 2.9.0 release, it
will be moved to inxi 3.0.0, as the first stable Perl inxi release.
There will be a new branch, inxi-legacy, that will have the Gawk->Bash inxi 2.3..56
files for historical purposes only. No further work will be done on inxi 2.3 from
now on.
2018-03-13 18:40:24 +00:00
|
|
|
corporate pseudo-unix system. Don't ask, unless you are willing to pay my
|
|
|
|
normal professional wages to get that support made.
|
2015-08-31 01:00:12 +00:00
|
|
|
|
|
|
|
=====================================================================
|
|
|
|
INXI FEATURES AND FUNCTIONALITY
|
|
|
|
|
2015-08-31 01:26:53 +00:00
|
|
|
inxi's functionality continues to grow over time, but it's also important
|
2015-08-31 01:00:12 +00:00
|
|
|
to understand that each core new feature usually requires about 30 days work
|
|
|
|
to get it stable. So new features are not trivial things, nor is it acceptable
|
|
|
|
to submit a patch that works only on your personal system. One inxi feature
|
|
|
|
(-s, sensors data), took about 2 hours to get working in the alpha test on the
|
|
|
|
local dev system, but then to handle the massive chaos that is actual user
|
|
|
|
sensors output and system variations, it took several rewrites and about 30
|
|
|
|
days to get somewhat reliable for about 98% or so of inxi users. So if your
|
|
|
|
patch is rejected, it's likely because you have not thought it through
|
|
|
|
adequately, have not done adequate testing cross system and platform, etc.
|
|
|
|
|
|
|
|
=====================================================================
|
|
|
|
INXI RELEASE/SUPPORT/ISSUES/BUGS INFORMATION:
|
|
|
|
|
|
|
|
Important: the only version of inxi that is supported is the latest current
|
|
|
|
master branch release. No issue reports or bug reports will be accepted for
|
|
|
|
anything other than current master branch. No merges, attempts to patch old code
|
|
|
|
from old releases, will be considered or accepted. If you are not updated to
|
|
|
|
the latest inxi, do not file a bug report since it's probably been fixed ages
|
|
|
|
ago. If your distro isn't packaging a current inxi, then file a bug report
|
|
|
|
with them, not here. The only valid working code base for inxi is the current
|
2018-03-25 01:53:38 +00:00
|
|
|
release of inxi.
|
|
|
|
|
|
|
|
Distributions should never feel any advantage comes from using old inxi
|
|
|
|
releases because inxi has as a core promise to you, the end user, that it
|
|
|
|
will NEVER require new tools to run. New tools may be required for a new
|
2015-08-31 01:00:12 +00:00
|
|
|
feature, but that will always be handled internally by inxi, and will not cause
|
|
|
|
any operational failures. This is a promise, and I will never as long as I run
|
|
|
|
this project violate that core inxi requirement. Old inxi is NOT more stable
|
|
|
|
than current inxi, it's just old, and lacking in bug fixes and features.
|
|
|
|
|
|
|
|
inxi is a rolling release codebase, just like Debian Sid, Gentoo, or Arch
|
|
|
|
Linux are rolling release GNU/Linux distributions, with no 'release points'.
|
|
|
|
|
|
|
|
Your distro not updating inxi ever, then failing to show something that is
|
|
|
|
fixed in current inxi is not a bug, and please do not post it here. File
|
|
|
|
the issue with your distro, not here. Updating inxi in a package pool will
|
|
|
|
NEVER make anything break or fail, period. It has no version based
|
2018-03-25 01:53:38 +00:00
|
|
|
dependencies, just software, like Perl 5.xx, lspci, etc. There is never a valid
|
|
|
|
reason to not update inxi in a package pool of any distro in the world (with
|
|
|
|
one single known exception, the Slackware based Puppy Linux release, which
|
|
|
|
ships without the full Perl language. The Debian based one works fine).
|
2015-08-31 01:00:12 +00:00
|
|
|
|
|
|
|
Sys Admin type inxi users always get the first level of support. ie, convince
|
|
|
|
us you run real systems and networks, and your issue shoots to the top of
|
|
|
|
the line. As do any real bugs. Failure to supply requested debugger data
|
|
|
|
will lead to a distinct lack of interest on our part to help you with a
|
|
|
|
bug. ie, saying, oh, x doesn't work, doesn't cut it, unless it's obvious why.
|
|
|
|
|
|
|
|
=====================================================================
|
|
|
|
|
|
|
|
INXI VERSION NUMBERING:
|
|
|
|
|
|
|
|
inxi uses fairly classic version numbering, where the version numbers actually
|
|
|
|
mean something.
|
|
|
|
|
|
|
|
The version number follows these guidelines:
|
2018-03-25 01:53:38 +00:00
|
|
|
Using example 3.2.28-6
|
2015-08-31 01:00:12 +00:00
|
|
|
|
2018-03-25 01:53:38 +00:00
|
|
|
The first digit(s), "3", is a major version, and almost never changes. Only
|
|
|
|
a huge milestone, or if inxi reaches 3.9.xx, when it will simply move up to
|
|
|
|
4.0.0 just to keep it clean, would cause a change.
|
2015-08-31 01:00:12 +00:00
|
|
|
|
|
|
|
The second digit(s), "2", means a new real feature has been added. Not a
|
|
|
|
tweaked existing feature, an actual new feature, which usually also has a new
|
|
|
|
argument option letter attached. The second number goes from 0 to 9, and then
|
2015-08-31 01:47:23 +00:00
|
|
|
rolls over the first after 9. It could also be adding a very complicated
|
|
|
|
expansion of existing features, like Wayland. It depends.
|
2015-08-31 01:00:12 +00:00
|
|
|
|
|
|
|
The third, "28", is for everything small, can cover bug fixes, tweaks to
|
|
|
|
existing features to add support for something, pretty much anything where you
|
|
|
|
want the end user to know that they are not up to date. The third goes from 0
|
|
|
|
to 99, then rolls over the second.
|
|
|
|
|
2015-08-31 01:42:49 +00:00
|
|
|
The fourth, "6", is extra information about certain types of inxi updates.
|
|
|
|
I don't usually use this last one in master branch, but you will see it
|
2018-03-25 01:53:38 +00:00
|
|
|
in branches one,two, inxi-perl, inxi-legacy since that is used to confirm
|
|
|
|
remote test system patch version updates.
|
2015-08-31 01:00:12 +00:00
|
|
|
|
|
|
|
The fourth number, when used, will be alpha-numeric, a common version would be,
|
|
|
|
in say, branch one: 2.2.28-b1-02, in other words, a branch 1 release, version 2.
|
|
|
|
|
2015-08-31 01:42:49 +00:00
|
|
|
In the past, now and then the 4th, or 'patch', number, was used in trunk/master
|
|
|
|
branches of inxi, but I've pretty much stopped doing that because it's confusing.
|
|
|
|
|
2015-08-31 01:26:53 +00:00
|
|
|
inxi does not use the fiction of date based versioning because that imparts no
|
2015-08-31 01:00:12 +00:00
|
|
|
useful information to the end user, when you look at say, 2.2.28, and you last
|
2015-08-31 01:15:36 +00:00
|
|
|
had 2.2.11, you can know with some certainty that inxi has no major new
|
|
|
|
features, just fine tunings and bug fixes. And if you see one with 2.3.2, you
|
|
|
|
will know that there is a new feature, almost, but not always, linked to one
|
|
|
|
or more new line output items. Sometimes a fine tuning can be quite
|
2018-03-21 05:39:04 +00:00
|
|
|
significant, sometimes it's a one line code fix.
|
|
|
|
|
|
|
|
A move to a new full version number, like the rewrite of inxi to Perl, would
|
|
|
|
reflect in first version say, 2.9.01, then after a period of testing, where
|
|
|
|
most little glitches are fixed, a move to 3.0.0. These almost never happen.
|
|
|
|
I do not expect for example version 4.0 to ever happen after the 3.0 release
|
|
|
|
of early 2018, unless so many new features are added that it actually hits 3.9,
|
|
|
|
then it would roll over to 4.
|
2015-08-31 01:00:12 +00:00
|
|
|
|
|
|
|
### EOF ###
|