aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatarUnit 193 <unit193@unit193.net>2021-08-04 02:21:34 -0400
committerLibravatarUnit 193 <unit193@unit193.net>2021-08-04 02:21:34 -0400
commit82da5c3c58727a1acf99d3f363a4b588d316adca (patch)
tree4f5af01962d592ea7dbfba13c0adabdc2e718ea6
parent8919bfb2a6a12d4c311cf2047ae6b4c12ac57372 (diff)
downloadinxi-82da5c3c58727a1acf99d3f363a4b588d316adca.tar.bz2
inxi-82da5c3c58727a1acf99d3f363a4b588d316adca.tar.xz
inxi-82da5c3c58727a1acf99d3f363a4b588d316adca.tar.zst
New upstream version 3.3.06-1.upstream/3.3.06-1
-rw-r--r--README.txt384
-rwxr-xr-xinxi14539
-rw-r--r--inxi.11181
-rw-r--r--inxi.changelog12942
4 files changed, 17644 insertions, 11402 deletions
diff --git a/README.txt b/README.txt
index 1a40d96..14b96cc 100644
--- a/README.txt
+++ b/README.txt
@@ -1,28 +1,26 @@
README for inxi - a command line system information tool
-The new faster, more powerful Perl inxi is here! File all issue reports
-with the master branch. All support for versions prior to 3.0 is now ended,
-sorry.
+The new faster, more powerful Perl inxi is here! File all issue reports with the
+master branch. All support for versions prior to 3.0 is now ended, sorry.
-Make sure to update to the current inxi from the master branch before filing
-any issue reports. The code in pre 2.9 versions literally no longer exists in
-inxi 3. Bugs from earlier versions cannot usually be solved in the new version
-since the pre 2.9 and the 2.9 and later versions are completely different
-internally.
+Make sure to update to the current inxi from the master branch before filing any
+issue reports. The code in pre 2.9 versions literally no longer exists in inxi
+3. Bugs from earlier versions cannot usually be solved in the new version since
+the pre 2.9 and the 2.9 and later versions are completely different internally.
-===============================================================================
+================================================================================
DEVELOPMENT AND ISSUES
--------------------------------------------------------------------------------
+--------------------------------------------------------------------------------
Make inxi better! Expand supported hardware and OS data, fix broken items!
--------------------------------------------------------------------------------
+--------------------------------------------------------------------------------
HELP PROJECT DEVELOPMENT! SUBMIT A DEBUGGER DATASET
--------------------------------------------------------------------------------
+--------------------------------------------------------------------------------
-This is easy to do, and only takes a few seconds. These datasets really help
-the project add and debug features. You will generally also be asked to provide
-this data for non trivial issue reports.
+This is easy to do, and only takes a few seconds. These datasets really help the
+project add and debug features. You will generally also be asked to provide this
+data for non trivial issue reports.
Note that the following options are present:
@@ -36,144 +34,152 @@ Note that the following options are present:
inxi version 3 only: inxi --debug 22
You can run these as regular user, or root/sudo, which will gather a bit more
-data, like from dmidecode, and other tools that need superuser permissions
-to run.
+data, like from dmidecode, and other tools that need superuser permissions to
+run.
ARM (plus MIPS, SPARC, PowerPC) and BSD datasets are particularly appreciated
because we simply do not have enough of those.
--------------------------------------------------------------------------------
+--------------------------------------------------------------------------------
FILE AN ISSUE IF YOU FIND SOMETHING MISSING, BROKEN, OR FOR AN ENHANCEMENT
--------------------------------------------------------------------------------
+--------------------------------------------------------------------------------
-inxi strives to support the widest range of operating systems and hardware,
-from the most simple consumer desktops, to the most advanced professional
-hardware and servers.
+inxi strives to support the widest range of operating systems and hardware, from
+the most simple consumer desktops, to the most advanced professional hardware
+and servers.
-The issues you post help maintain or expand that support, and are always
-appreciated since user data and feedback is what keeps inxi working and
+The issues you post help maintain or expand that support, and are always
+appreciated since user data and feedback is what keeps inxi working and
supporting the latest (or not so latest) hardware and operating systems.
See INXI VERSION/SUPPORT/ISSUES/BUGS INFORMATION for more about issues/support.
See BSD/UNIX below for qualifications re BSDs, and OSX in particular.
-===============================================================================
+================================================================================
SOURCE VERSION CONTROL
--------------------------------------------------------------------------------
+--------------------------------------------------------------------------------
https://github.com/smxi/inxi
MAIN BRANCH: master
DEVELOPMENT BRANCHES: inxi-perl, one, two
-inxi-perl is the dev branch, the others are rarely if ever used. 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 various
-user systems.
-
-PULL REQUESTS: Please talk to me before starting to work on patches of any
-reasonable complexity. inxi is hard to work on, and you have to understand how
-it works before submitting patches, unless it's a trivial bug fix. Please:
-NEVER even think about looking at or using previous inxi commits, previous to
-the current master version, as a base for a patch. If you do, your patch / pull
+
+inxi-perl is the dev branch, the others are rarely if ever used. 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 various user
+systems.
+
+PULL REQUESTS: Please talk to me before starting to work on patches of any
+reasonable complexity. inxi is hard to work on, and you have to understand how
+it works before submitting patches, unless it's a trivial bug fix. Please: NEVER
+even think about looking at or using previous inxi commits, previous to the
+current master version, as a base for a patch. If you do, 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 branch, pinxi, otherwise you may not be current to actual development
versions. inxi-perl pinxi is always equal to or ahead of master branch inxi.
-Man page updates, doc page updates, etc, of course, are easy and will probably
+Man page updates, doc page updates, etc, of course, are easy and will probably
be accepted, as long as they are properly formatted and logically coherent.
When under active development, inxi releases early, and releases often.
PACKAGERS: inxi has one and only one 'release', and that is the current
-commit/version in the master branch (plus pinxi inxi-perl branch, of course,
-but those should never be packaged).
+commit/version in the master branch (plus pinxi inxi-perl branch, of course, but
+those should never be packaged).
--------------------------------------------------------------------------------
+--------------------------------------------------------------------------------
MASTER BRANCH
--------------------------------------------------------------------------------
+--------------------------------------------------------------------------------
-This is the only supported branch, and the current latest commit/version is
-the only supported 'release'. There are no 'releases' of inxi beyond the
-current commit/version in master. All past versions are not supported.
+This is the only supported branch, and the current latest commit/version is the
+only supported 'release'. There are no 'releases' of inxi beyond the current
+commit/version in master. All past versions are not supported.
git clone https://github.com/smxi/inxi --branch master --single-branch
OR direct fast and easy install:
+
wget -O inxi https://github.com/smxi/inxi/raw/master/inxi
OR easy to remember shortcut (which redirects to github):
+
wget -O inxi https://smxi.org/inxi
wget -O inxi smxi.org/inxi
-NOTE: Just because github calls tagged commits 'Releases' does not mean they
-are releases! I can't change the words on the tag page. They are tagged
-commmits, period. A tag is a pointer to a commit, and has no further meaning.
+NOTE: Just because github calls tagged commits 'Releases' does not mean they are
+releases! I can't change the words on the tag page. They are tagged commmits,
+period. A tag is a pointer to a commit, and has no further meaning.
If your distribution has blocked -U self updater and you want a newer version:
Open /etc/inxi.conf and change false to true: B_ALLOW_UPDATE=true
--------------------------------------------------------------------------------
+--------------------------------------------------------------------------------
DEVELOPMENT BRANCH
--------------------------------------------------------------------------------
+--------------------------------------------------------------------------------
All active development is now done on the inxi-perl branch (pinxi):
git clone https://github.com/smxi/inxi --branch inxi-perl --single-branch
OR direct fast and easy install:
+
wget -O pinxi https://github.com/smxi/inxi/raw/inxi-perl/pinxi
OR easy to remember shortcut (which redirects to github):
+
wget -O pinxi https://smxi.org/pinxi
wget -O pinxi smxi.org/pinxi
Once new features have been debugged, tested, and are reasonably stable, pinxi
is copied to inxi in the master branch.
-It's a good idea to check with pinxi if you want to make sure your issue has
-not been corrected, since pinxi is always equal to or ahead of inxi.
+It's a good idea to check with pinxi if you want to make sure your issue has not
+been corrected, since pinxi is always equal to or ahead of inxi.
--------------------------------------------------------------------------------
+--------------------------------------------------------------------------------
LEGACY BRANCH
--------------------------------------------------------------------------------
+--------------------------------------------------------------------------------
-If you'd like to look at or check out the Gawk/Bash version of inxi, you can
+If you'd like to look at or check out the Gawk/Bash version of inxi, you can
find it here, at the inxi-legacy branch (binxi):
git clone https://github.com/smxi/inxi --branch inxi-legacy --single-branch
OR direct fast and easy install:
+
wget -O binxi https://github.com/smxi/inxi/raw/inxi-legacy/binxi
OR easy to remember shortcut (which redirects to github):
+
wget -O binxi https://smxi.org/binxi
-This version will not be maintained, and it's unlikely that any time will be
-spent on it in the future, but it is there in case it's of use or interest to
+This version will not be maintained, and it's unlikely that any time will be
+spent on it in the future, but it is there in case it's of use or interest to
anyone.
-===============================================================================
+================================================================================
SUPPORT INFO
--------------------------------------------------------------------------------
+--------------------------------------------------------------------------------
-Do not ask for basic help that reading the inxi -h / --help menus, or man page
+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 inxi already has.
-Also do not ask for support if your distro won't update its inxi version, some
+Also do not ask for support if your distro won't update its inxi version, some
are bad about that.
--------------------------------------------------------------------------------
+--------------------------------------------------------------------------------
DOCUMENTATION
--------------------------------------------------------------------------------
+--------------------------------------------------------------------------------
https://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.
+(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.
https://github.com/smxi/inxi/tree/inxi-perl/docs
-Contains specific Perl inxi documentation, of interest mostly to developers.
-Includes internal inxi tools, values, configuration items. Also has useful
-information about Perl version support, including the list of Core modules that
+
+Contains specific Perl inxi documentation, of interest mostly to developers.
+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 core modules, but which are
unfortunately sometimes removed.
@@ -181,40 +187,41 @@ INXI CONFIGURATION: https://smxi.org/docs/inxi-configuration.htm
HTML MAN PAGE: https://smxi.org/docs/inxi-man.htm
INXI OPTIONS PAGE: http://smxi.org/docs/inxi-options.htm
-NOTE: Check the inxi version number on each doc page to see which version
-will support the options listed. The man and options page also link to a
-legacy version, pre 2.9.
+NOTE: Check the inxi version number on each doc page to see which version will
+support the options listed. The man and options page also link to a legacy
+version, pre 2.9.
--------------------------------------------------------------------------------
+--------------------------------------------------------------------------------
IRC
--------------------------------------------------------------------------------
+--------------------------------------------------------------------------------
You can go to: irc.oftc.net channel #smxi
+
but be prepared to wait around for a while to get a response. Generally it's
better to use github issues.
--------------------------------------------------------------------------------
+--------------------------------------------------------------------------------
ISSUES
--------------------------------------------------------------------------------
+--------------------------------------------------------------------------------
https://github.com/smxi/inxi/issues
-No issues accepted for non current inxi versions. See below for more on that.
-Unfortunately as of 2.9, no support or issues can be accepted for older inxi's
-because inxi 2.9 (Perl) and newer is a full rewrite, and legacy inxi is not
-being supported since our time here on earth is finite (plus of course, one
+No issues accepted for non current inxi versions. See below for more on that.
+Unfortunately as of 2.9, no support or issues can be accepted for older inxi's
+because inxi 2.9 (Perl) and newer is a full rewrite, and legacy inxi is not
+being supported since our time here on earth is finite (plus of course, one
reason for the rewrite was to never have to work with Gawk->Bash again!).
-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.
+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, it doesn't work,
doesn't cut it, unless it's obvious why.
--------------------------------------------------------------------------------
+--------------------------------------------------------------------------------
SUPPORT FORUMS
--------------------------------------------------------------------------------
+--------------------------------------------------------------------------------
https://techpatterns.com/forums/forum-33.html
This is the best place to place support issues that may be complicated.
@@ -222,126 +229,129 @@ This is the best place to place support issues that may be complicated.
If you are developer, use:
DEVELOPER FORUMS: https://techpatterns.com/forums/forum-32.html
-===============================================================================
+================================================================================
ABOUT INXI
--------------------------------------------------------------------------------
+--------------------------------------------------------------------------------
-inxi is a command line system information tool. It was forked from the ancient
+inxi is a command line system information tool. It was forked from the ancient
and mindbendingly perverse yet ingenius infobash, by locsmif.
-That was a buggy, impossible to update or maintain piece of software, so the
-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
+That was a buggy, impossible to update or maintain piece of software, so the
+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.
-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
-upper case inxi to start a sentence, but i find it a bad idea since 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...
+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 upper case
+inxi to start a sentence, but i find it a bad idea since 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...
-The primary purpose of inxi is for support, and sys admin use. inxi is used
+The primary purpose of inxi is for support, and sys admin use. inxi is used
widely for forum and IRC support, which is I believe it's most common function.
-If you are piping output to paste or post (or writing to file), inxi now
+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.
inxi strives to be as accurate as possible, but some things, like memory/ram
-data, depend 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.
+data, depend 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.
--------------------------------------------------------------------------------
+--------------------------------------------------------------------------------
COMMITMENT TO LONG TERM STABILITY
--------------------------------------------------------------------------------
+--------------------------------------------------------------------------------
The core mission of inxi is to always work on all systems all the time. Well,
-all systems with the core tools inxi requires to operate 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 200 MHz laptop from about
-1998 to keep it honest. That's also what was used to optimize the code at some
-points, since differences appear as seconds, not 10ths or 100ths of seconds on
-old systems like that.
+all systems with the core tools inxi requires to operate installed.
+
+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 200 MHz laptop from about 1998 to keep
+it honest. That's also what was used to optimize the code at some points, since
+differences appear as seconds, not 10ths or 100ths of seconds on old systems
+like that.
inxi is being written, and tested, on Perl as old as 5.08, and will work on any
system that runs Perl 5.08 or later. Pre 2.9.0 Gawk/Bash inxi will also run on
any system no matter how old, within reason, so there should be no difference.
--------------------------------------------------------------------------------
+--------------------------------------------------------------------------------
FEATURES AND FUNCTIONALITY
--------------------------------------------------------------------------------
+--------------------------------------------------------------------------------
inxi's functionality continues to grow over time, but it's also important 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.
-
--------------------------------------------------------------------------------
+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.
+
+--------------------------------------------------------------------------------
SUPPORTED VERSIONS / DISTRO VERSIONS
--------------------------------------------------------------------------------
+--------------------------------------------------------------------------------
Important: the only version of inxi that is supported is the latest current
master branch version/commit. 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 versions, 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 your packager, not here.
+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
+your packager, not here.
inxi is 'rolling release' software, just like Debian Sid, Gentoo, or Arch Linux
are rolling release GNU/Linux distributions, with no 'release points'.
-Distributions should never feel any advantage comes from using old inxi
-versions 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 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. For pre 2.9
+Distributions should never feel any advantage comes from using old inxi versions
+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 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. For pre 2.9
versions, it's also significantly slower, and with fewer features.
-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 dependencies, just
+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 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).
+exception, the Slackware based Puppy Linux release, which ships without the full
+Perl language. The Debian based one works fine).
--------------------------------------------------------------------------------
+--------------------------------------------------------------------------------
SEMANTIC VERSION NUMBERING
--------------------------------------------------------------------------------
+--------------------------------------------------------------------------------
inxi uses 'semantic' version numbering, where the version numbers actually mean
something.
The version number follows these guidelines:
+
Using example 3.2.28-6
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.
-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
-rolls over the first after 9. It could also be adding a very complicated
-expansion of existing features, like Wayland. It depends.
+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 rolls over
+the first after 9. It could also be adding a very complicated expansion of
+existing features, like Wayland. It depends.
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.
+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.
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 in
@@ -364,35 +374,36 @@ more new line output items. Sometimes a fine tuning can be quite 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 3.0 (early 2018),
-unless so many new features are added that it actually hits 3.9, then it would
-roll over to 4.
+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 3.0 (early 2018), unless so
+many new features are added that it actually hits 3.9, then it would roll over
+to 4.
-===============================================================================
+================================================================================
BSD / UNIX
--------------------------------------------------------------------------------
+--------------------------------------------------------------------------------
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.
+each BSD, or is difficult to process. 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.
-Note that due to time/practicality constraints, in general, only the original
-BSD branches will be actively supported: FreeBSD+derived; OpenBSD+derived;
-NetBSD+derived. Other UNIX variants will generally only get the work required
-to make internal BSD flags get set and to remove visible output errors.
+Note that due to time/practicality constraints, in general, only the original
+BSD branches will be actively supported: FreeBSD+derived; OpenBSD+derived;
+NetBSD+derived. Other UNIX variants will generally only get the work required to
+make internal BSD flags get set and to remove visible output errors.
--------------------------------------------------------------------------------
+--------------------------------------------------------------------------------
TRUE BSDs
--------------------------------------------------------------------------------
+--------------------------------------------------------------------------------
All BSD issue reports unless trivial and obvious will require 1 of two things:
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
+information I need to resolve the issue, file by painful file, from the issue
poster. This is only the start of the process, and realistically requires 2. to
complete it.
@@ -402,32 +413,31 @@ similar one.
Option 2 is far preferred because in terms of my finite time on this planet of
ours, 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.
+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.
I decided I have to adopt this much more strict policy with BSDs after wasting
-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 debugging and testing.
-
-I will always accept patches that are well done, if they do not break
-GNU/Linux, and extend BSD support, or add new BSD features, and follow the
-internal inxi logic, 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.
-
--------------------------------------------------------------------------------
+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 debugging and testing.
+
+I will always accept patches that are well done, if they do not break GNU/Linux,
+and extend BSD support, or add new BSD features, and follow the internal inxi
+logic, 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.
+
+--------------------------------------------------------------------------------
APPLE CORPORATION OSX
--------------------------------------------------------------------------------
+--------------------------------------------------------------------------------
Non-free/libre OSX is in my view a BSD in name only. It is the least Unix-like
-operating system I've ever seen that claims to be a Unix, its tools are
-mutated, its data randomly and non-standardly organized, and it totally fails
-to respect the 'spirit' of Unix, even though it might pass some random tests
-that certify a system as a 'Unix'.
+operating system I've ever seen that claims to be a Unix, its tools are mutated,
+its data randomly and non-standardly organized, and it totally fails to respect
+the 'spirit' of Unix, even though it might pass some random tests that certify a
+system as a 'Unix'.
If you want me to use my time on OSX features or issues, you have to pay me,
because Apple is all about money, not freedom (that's what the 'free' in 'free
diff --git a/inxi b/inxi
index ce41381..8358388 100755
--- a/inxi
+++ b/inxi
@@ -4,8 +4,8 @@
## Additional features (C) Scott Rogers - kde, cpu info
## Further fixes (listed as known): Horst Tritremmel <hjt at sidux.com>
## Steven Barrett (aka: damentz) - usb audio patch; swap percent used patch
-## Jarett.Stevens - dmidecode -M patch for older systems with the /sys
-##
+## Jarett.Stevens - dmidecode -M patch for older systems without /sys machine
+##
## License: GNU GPL v3 or greater
##
## You should have received a copy of the GNU General Public License
@@ -13,6 +13,8 @@
##
## If you don't understand what Free Software is, please read (or reread)
## this page: http://www.gnu.org/philosophy/free-sw.html
+##
+## DEVS: NOTE: geany/scite folding is picky. Leave 1 space after # or it breaks!
use strict;
use warnings;
@@ -20,93 +22,97 @@ use warnings;
use 5.008;
## Perl 7 things for testing: depend on Perl 5.032
-#use 5.032;
+# use 5.032;
# use compat::perl5; # act like Perl 5's defaults
-#no feature qw(indirect);
-#no multidimensional;
-#no bareword::filehandles;
+# no feature qw(indirect);
+# no multidimensional;
+# no bareword::filehandles;
use Cwd qw(abs_path); # #abs_path realpath getcwd
use Data::Dumper qw(Dumper); # print_r
# NOTE: load in SystemDebugger unless encounter issues with require/import
-#use File::Find;
+# use File::Find;
use File::stat; # needed for Xorg.0.log file mtime comparisons
use Getopt::Long qw(GetOptions);
# Note: default auto_abbrev is enabled
Getopt::Long::Configure ('bundling', 'no_ignore_case',
'no_getopt_compat', 'no_auto_abbrev','pass_through');
-use POSIX qw(uname strftime ttyname);
-# use feature qw(state);
+use POSIX qw(ceil uname strftime ttyname);
+# use Benchmark qw(:all);_
+# use Devel::Size qw(size total_size);
+# use feature qw(say state); # 5.10 or newer Perl
+
+### INITIALIZE VARIABLES ###
## INXI INFO ##
my $self_name='inxi';
-my $self_version='3.3.01';
-my $self_date='2021-02-08';
+my $self_version='3.3.06';
+my $self_date='2021-07-21';
my $self_patch='00';
## END INXI INFO ##
-### INITIALIZE VARIABLES ###
+my ($b_pledge,@pledges);
+if (eval {require OpenBSD::Pledge}){
+ OpenBSD::Pledge->import();
+ $b_pledge = 1;
+ # cpath/wpath: dir/files .inxi, --debug > 9, -c 9x, -w/W;
+ # dns/inet: ftp upload --debug > 20; exec/proc/rpath: critical;
+ # prot_exec: Perl import; getpw: perl getpwuid() -c 9x, Net::FTP --debug > 20;
+ # stdio: default; error: debugging pledge/perl
+ # tested. not required: mcast pf ps recvfd sendfd tmppath tty unix vminfo;
+ # Pledge removal: OptionsHandler::post_process() [dns,inet,cpath,getpw,wpath];
+ # SelectColors::set_selection() [getpw]
+ @pledges = qw(cpath dns exec getpw inet proc prot_exec rpath wpath);
+ pledge(@pledges);
+}
## Self data
-my ($self_path, $user_config_dir, $user_config_file,$user_data_dir);
+my ($self_path,$user_config_dir,$user_config_file,$user_data_dir);
+
+## Hashes
+my (%alerts,%build_prop,%client,%colors,%disks_bsd,%dboot,%devices,%dl,
+%dmmapper,%force,%loaded,%mapper,%program_values,%rows,%sensors_raw,
+%service_tool,%show,%sysctl,%system_files,%usb);
+
+## System Arrays
+my (@app,@dmi,@gpudata,@ifs,@ifs_bsd,@paths,@ps_aux,@ps_cmd,@ps_gui,
+@sensors_exclude,@sensors_use,@uname);
+
+## Disk/Logical/Partition/RAID arrays
+my (@btrfs_raid,@glabel,@labels,@lsblk,@lvm,@lvm_raid,@md_raid,@partitions,
+@proc_partitions,@raw_logical,@soft_raid,@swaps,@uuids,@zfs_raid);
## Debuggers
-my $debug=0;
-my (@t0,$end,$start,$fh_l,$log_file); # log file handle, file
-my ($b_hires,$t1,$t2,$t3) = (0,0,0,0);
+my %debugger = ('level' => 0);
+my (@dbg,%fake,@t0);
+my ($b_hires,$b_log,$b_log_colors,$b_log_full);
+my ($end,$start,$fh_l,$log_file); # log file handle, file
+my ($t1,$t2,$t3) = (0,0,0); # timers
+## debug / temp tools
+$debugger{'sys'} = 1;
+$client{'test-konvi'} = 0;
+
# NOTE: redhat removed HiRes from Perl Core Modules.
if (eval {require Time::HiRes}){
Time::HiRes->import('gettimeofday','tv_interval','usleep');
$b_hires = 1;
}
@t0 = eval 'Time::HiRes::gettimeofday()' if $b_hires; # let's start it right away
-## Hashes
-my (%alerts,%build_prop,%client,%colors,%debugger,%dl,%files,
-%dmmapper,%mapper,%program_values,%rows,%sensors_raw,%system_files);
-
-## Arrays
-# ps_aux is full output, ps_cmd is only the last 10 columns to last
-my (@app,@dmesg_boot,@devices_audio,@devices_bluetooth,@devices_graphics,
-@devices_network,@devices_hwraid,@devices_timer,@dmi,@gpudata,@ifs,@ifs_bsd,
-@paths,@proc_partitions,@ps_aux,@ps_cmd,@ps_gui,@sensors_exclude,@sensors_use,
-@sysctl,@sysctl_battery,@sysctl_sensors,@sysctl_machine,@uname,@usb);
-## Disk arrays
-my (@dm_boot_disk,@dm_boot_optical,@glabel,@gpart,@labels,@lsblk,@lvm,
-@lvm_raid,@md_raid,@partitions,@raw_logical,@sysctl_disks,@swaps,@uuids,@zfs_raid);
-my @test = (0,0,0,0,0);
-
-## Booleans
-my ($b_active_general,$b_active_lvm,
-$b_admin,$b_android,$b_arm,$b_bb_ps,$b_block_tool,$b_build_prop,
-$b_display,$b_dmesg_boot_check,$b_dmi,$b_dmidecode_force,
-$b_fake_bluetooth,$b_fake_bsd,$b_fake_cpu,$b_fake_dboot,$b_fake_dmidecode,
-$b_fake_logical,$b_fake_pciconf,$b_fake_raid,$b_fake_sensors,$b_fake_sysctl,
-$b_fake_usbdevs,$b_force_display,
-$b_gpudata,$b_hddtemp_force,$b_irc,$b_log,$b_log_colors,$b_log_full,$b_lvm,$b_lvm_data,
-$b_man,$b_mapper,$b_mdadm,$b_mem,$b_mips,
-$b_no_html_wan,$b_no_sudo,$b_pci,$b_pci_tool,$b_pkg,$b_ppc,$b_proc_partitions,
-$b_ps_gui,$b_root,$b_running_in_display,$b_sensors,$b_skip_dig,
-$b_slot_tool,$b_soc_audio,$b_soc_bluetooth,$b_soc_gfx,$b_soc_net,$b_soc_timer,$b_sparc,
-$b_swaps,$b_sysctl,$b_usb,$b_usb_check,$b_usb_sys,$b_usb_tool,
-$b_wmctrl);
-## Disk checks
-my ($b_dm_boot_disk,$b_dm_boot_optical,$b_glabel,$b_hardware_raid,
-$b_label_uuid,$b_lsblk,$b_partitions,$b_raid,$b_smartctl);
-# initialize basic use features
-my %use = (
-'sysctl_disk' => 1, # unused currently
-'update' => 1, # switched off/on with maintainer config ALLOW_UPDATE
-'weather' => 1, # switched off/on with maintainer config ALLOW_WEATHER
-);
+
+## Booleans [busybox_ps not used actively]
+my ($b_admin,$b_android,$b_arm,$b_busybox_ps,$b_display,$b_irc,
+$b_mips,$b_ppc,$b_root,$b_running_in_display,$b_sparc);
+
## System
my ($bsd_type,$device_vm,$language,$os,$pci_tool,$wan_url) = ('','','','','','');
-my ($bits_sys,$cpu_arch);
+my ($bits_sys,$cpu_arch,$ppid);
my ($cpu_sleep,$dl_timeout,$limit,$ps_cols,$ps_count) = (0.35,4,10,0,5);
my $sensors_cpu_nu = 0;
my ($dl_ua,$weather_source,$weather_unit) = ('s-tools/' . $self_name . '-',100,'mi');
+
## Tools
-my ($display,$ftp_alt,$tty_session);
-my ($display_opt,$sudo) = ('','');
+my ($bt_tool,$display,$ftp_alt);
+my ($display_opt,$sudoas) = ('','');
## Output
my $extra = 0;# supported values: 0-3
@@ -117,16 +123,16 @@ my $line3 = "----------------------------------------\n";
my ($output_file,$output_type) = ('','screen');
my $prefix = 0; # for the primiary row hash key prefix
-# these will assign a separator to non irc states. Important! Using ':' can
+## Initialize internal hashes
+# these assign a separator to non irc states. Important! Using ':' can
# trigger stupid emoticon. Note: SEP1/SEP2 from short form not used anymore.
# behaviors in output on IRC, so do not use those.
-my %sep = (
+my %sep = (
's1-irc' => ':',
's1-console' => ':',
's2-irc' => '',
's2-console' => ':',
);
-my %show;
#$show{'host'} = 1;
my %size = (
'console' => 115,
@@ -141,10 +147,10 @@ my %size = (
'term' => 80,
'term-lines' => 100,
);
-
-## debug / temp tools
-$debugger{'sys'} = 1;
-$client{'test-konvi'} = 0;
+my %use = (
+'update' => 1, # switched off/on with maintainer config ALLOW_UPDATE
+'weather' => 1, # switched off/on with maintainer config ALLOW_WEATHER
+);
########################################################################
#### STARTUP
@@ -159,20 +165,20 @@ sub main {
eval $start if $b_log;
initialize();
## Uncomment these two values for start client debugging
- # $debug = 3; # 3 prints timers / 10 prints to log file
+ # $debugger{'level'} = 3; # 3 prints timers / 10 prints to log file
# set_debugger(); # for debugging of konvi and other start client issues
## legacy method
- #my $ob_start = StartClient->new();
+ # my $ob_start = StartClient->new();
#$ob_start->get_client_data();
- StartClient::get_client_data();
- # print_line( Dumper \%client);
- get_options();
+ StartClient::set();
+ # print_line(Dumper \%client);
+ OptionsHandler::get();
set_debugger(); # right after so it's set
- check_tools();
+ CheckTools::set();
set_colors();
set_sep();
# print download_file('stdout','https://') . "\n";
- generate_lines();
+ OutputGenerator::generate();
eval $end if $b_log;
cleanup();
# weechat's executor plugin forced me to do this, and rightfully so,
@@ -189,153 +195,221 @@ sub initialize {
set_path();
set_user_paths();
set_basics();
- system_files('set');
- get_configs();
+ set_system_files();
+ Configs::set();
# set_downloader();
set_display_width('live');
}
-sub check_tools {
- my ($action,$program,$message,@data,%commands);
- if ($b_dmi){
- $action = 'use';
- if ($program = check_program('dmidecode')) {
- @data = grabber("$program -t chassis -t baseboard -t processor 2>&1");
- if (scalar @data < 15){
- if ($b_root) {
- foreach (@data){
- if ($_ =~ /No SMBIOS/i){
- $action = 'smbios';
- last;
- }
- elsif ($_ =~ /^\/dev\/mem: Operation/i){
- $action = 'no-data';
- last;
- }
- else {
- $action = 'unknown-error';
- last;
- }
- }
+## CheckTools
+{
+package CheckTools;
+my (%commands);
+sub set {
+ eval $start if $b_log;
+ set_commands();
+ my ($action,$program,$message,@data);
+ foreach my $test (keys %commands){
+ ($action,$program) = ('use','');
+ $message = main::row_defaults('tool-present');
+ if ($commands{$test}->[1] && (
+ ($commands{$test}->[1] eq 'linux' && $os ne 'linux') ||
+ ($commands{$test}->[1] eq 'bsd' && $os eq 'linux'))){
+ $action = 'platform';
+ }
+ elsif ($program = main::check_program($test)){
+ # > 0 means error in shell
+ # my $cmd = "$program $commands{$test} >/dev/null";
+ # print "$cmd\n";
+ $pci_tool = $test if $test =~ /pci/;
+ if ($commands{$test}->[0] eq 'exec-sys'){
+ $action = 'permissions' if system("$program $commands{$test}->[2] >/dev/null 2>&1");
+ }
+ elsif ($commands{$test}->[0] eq 'exec-string'){
+ @data = main::grabber("$program $commands{$test}->[2] 2>&1");
+ # dmidecode errors are so specific it gets its own section
+ # also sets custom dmidecode error messages
+ if ($test eq 'dmidecode'){
+ $action = set_dmidecode(\@data) if scalar @data < 15;
}
- else {
- if (grep { $_ =~ /^\/dev\/mem: Permission/i } @data){
- $action = 'permissions';
- }
- else {
- $action = 'unknown-error';
- }
+ elsif (grep { $_ =~ /$commands{$test}->[3]/i } @data){
+ $action = 'permissions';
}
}
}
else {
$action = 'missing';
}
- $alerts{'dmidecode'} = {
- 'action' => $action,
- 'missing' => row_defaults('tool-missing-required','dmidecode'),
- 'permissions' => row_defaults('tool-permissions','dmidecode'),
- 'path' => $program,
- 'smbios' => row_defaults('dmidecode-smbios'),
- 'no-data' => row_defaults('dmidecode-dev-mem'),
- 'unknown-error' => row_defaults('tool-unknown-error','dmidecode'),
- };
- }
- # note: gnu/linux has sysctl so it may be used that for something if present
- # there is lspci for bsds so doesn't hurt to check it
- if ($b_lvm || $b_pci || $b_sysctl || $show{'bluetooth'}){
- if (!$bsd_type){
- if ($b_pci ){
- $commands{'lspci'} = '-n';
- }
- if ($b_lvm){
- $commands{'lvs'} = '';
- }
+ $alerts{$test}->{'action'} = $action;
+ $alerts{$test}->{'path'} = $program;
+ if ($action eq 'missing'){
+ $alerts{$test}->{'message'} = main::row_defaults('tool-missing-recommends',"$test");
}
- else {
- if ($b_pci ){
- $commands{'pciconf'} = '-l';
- $commands{'pcictl'} = 'list';
- $commands{'pcidump'} = '';
+ elsif ($action eq 'permissions'){
+ $alerts{$test}->{'message'} = main::row_defaults('tool-permissions',"$test");
+ }
+ elsif ($action eq 'platform'){
+ $alerts{$test}->{'message'} = main::row_defaults('tool-missing-os', $uname[0] . " $test");
+ }
+ }
+ print Data::Dumper::Dumper \%alerts if $dbg[25];
+ set_fake_bsd_tools() if $fake{'bsd'};
+ set_forced_tools();
+ eval $end if $b_log;
+}
+sub set_dmidecode {
+ my ($data) = @_;
+ my $action = 'use';
+ if ($b_root){
+ foreach (@$data){
+ # don't need first line or scanning /dev/mem lines
+ if (/^(# dmi|Scanning)/){
+ next;
}
- if ($b_sysctl ){
- # note: there is a case of kernel.osrelease but it's a linux distro
- $commands{'sysctl'} = 'kern.osrelease';
+ elsif ($_ =~ /No SMBIOS/i){
+ $action = 'smbios';
+ last;
}
- }
- foreach ( keys %commands ){
- $action = 'use';
- if ($program = check_program($_)) {
- # > 0 means error in shell
- #my $cmd = "$program $commands{$_} >/dev/null";
- #print "$cmd\n";
- $pci_tool = $_ if $_ =~ /pci/;
- $action = 'permissions' if system("$program $commands{$_} >/dev/null 2>&1");
+ elsif ($_ =~ /^\/dev\/mem: Operation/i){
+ $action = 'no-data';
+ last;
}
else {
- $action = 'missing';
+ $action = 'unknown-error';
+ last;
}
- $alerts{$_} = {
- 'action' => $action,
- 'missing' => row_defaults('tool-missing-incomplete',"$_"),
- 'path' => $program,
- 'permissions' => row_defaults('tool-permissions',"$_"),
- };
}
}
- %commands = ();
+ else {
+ if (grep { $_ =~ /^\/dev\/mem: Permission/i } @$data){
+ $action = 'permissions';
+ }
+ else {
+ $action = 'unknown-error';
+ }
+ }
+ if ($action ne 'use' && $action ne 'permissions'){
+ if ($action eq 'smbios'){
+ $alerts{'dmidecode'}->{'message'} = main::row_defaults('dmidecode-smbios');
+ }
+ elsif ($action eq 'no-data'){
+ $alerts{'dmidecode'}->{'message'} = main::row_defaults('dmidecode-dev-mem');
+ }
+ elsif ($action eq 'unknown-error'){
+ $alerts{'dmidecode'}->{'message'} = main::row_defaults('tool-unknown-error','dmidecode');
+ }
+ }
+ return $action;
+}
+sub set_commands {
+ # note: gnu/linux has sysctl so it may be used that for something if present
+ # there is lspci for bsds so doesn't hurt to check it
+ if (!$bsd_type){
+ if ($use{'pci'}){
+ $commands{'lspci'} = ['exec-sys','','-n'];
+ }
+ if ($use{'logical'}){
+ $commands{'lvs'} = ['exec-sys','',''];
+ }
+ }
+ else {
+ if ($use{'pci'}){
+ $commands{'pciconf'} = ['exec-sys','','-l'];
+ $commands{'pcictl'} = ['exec-sys','',' pci0 list'];
+ $commands{'pcidump'} = ['exec-sys','',''];
+ }
+ if ($use{'sysctl'}){
+ # note: there is a case of kernel.osrelease but it's a linux distro
+ $commands{'sysctl'} = ['exec-sys','','kern.osrelease'];
+ }
+ if ($use{'bsd-partition'}){
+ $commands{'bioctl'} = ['missing','',''];
+ $commands{'disklabel'} = ['missing','',''];
+ $commands{'fdisk'} = ['missing','',''];
+ $commands{'gpart'} = ['missing','',''];
+ }
+ }
+ if ($use{'dmidecode'}){
+ $commands{'dmidecode'} = ['exec-string','','-t chassis -t baseboard -t processor',''];
+ }
+ if ($use{'usb'}){
+ # note: lsusb ships in FreeBSD ports sysutils/usbutils
+ $commands{'lsusb'} = ['missing','','',''];
+ # we want these set for various null bsd data tests
+ $commands{'usbconfig'} = ['exec-string','bsd','list','permissions'];
+ $commands{'usbdevs'} = ['missing','bsd','',''];
+ }
if ($show{'bluetooth'}){
- # hangs when bluetooth service is enabled
- # $commands{'bt-adapter'} = '-l';
- # hangs endlessly
- # $commands{'bluetoothctl'} = 'list';
- $commands{'hciconfig'} = 'linux';
+ $commands{'bluetoothctl'} = ['missing','linux','',''];
+ # bt-adapter hangs when bluetooth service is disabled
+ $commands{'bt-adapter'} = ['missing','linux','',''];
+ $commands{'hciconfig'} = ['missing','linux','',''];
}
if ($show{'sensor'}){
- $commands{'sensors'} = 'linux';
- }
- # note: lsusb ships in FreeBSD ports sysutils/usbutils
- if ($b_usb){
- $commands{'lsusb'} = 'all';
- $commands{'usbdevs'} = 'bsd';
+ $commands{'sensors'} = ['missing','linux','',''];
}
if ($show{'ip'} || ($bsd_type && $show{'network-advanced'})){
- $commands{'ip'} = 'linux';
- $commands{'ifconfig'} = 'all';
+ $commands{'ip'} = ['missing','linux','',''];
+ $commands{'ifconfig'} = ['missing','','',''];
}
# can't check permissions since we need to know the partition/disc
- if ($b_block_tool){
- $commands{'blockdev'} = 'linux';
- $commands{'lsblk'} = 'linux';
- }
- if ($b_mdadm){
- $commands{'mdadm'} = 'linux';
- }
- if ($b_smartctl){
- $commands{'smartctl'} = 'all';
- }
- foreach ( keys %commands ){
- $action = 'use';
- $program = '';
- $message = row_defaults('tool-present');
- if ( ($commands{$_} eq 'linux' && $os ne 'linux' ) || ($commands{$_} eq 'bsd' && $os eq 'linux' ) ){
- $message = row_defaults('tool-missing-os', ucfirst($os) . " $_");
- $action = 'platform';
+ if ($use{'block-tool'}){
+ $commands{'blockdev'} = ['missing','linux','',''];
+ $commands{'lsblk'} = ['missing','linux','',''];
+ }
+ if ($use{'btrfs'}){
+ $commands{'btrfs'} = ['missing','linux','',''];
+ }
+ if ($use{'mdadm'}){
+ $commands{'mdadm'} = ['missing','linux','',''];
+ }
+ if ($use{'smartctl'}){
+ $commands{'smartctl'} = ['missing','','',''];
+ }
+ if ($show{'unmounted'}){
+ $commands{'disklabel'} = ['missing','bsd','xx'];
+ }
+}
+sub set_forced_tools {
+ if ($bt_tool){
+ if ($bt_tool ne 'bluetootctl' && $alerts{'bluetoothctl'}->{'action'} eq 'use'){
+ $alerts{'bluetoothctl'}->{'action'} = 'missing';
}
- elsif (!($program = check_program($_))){
- $message = row_defaults('tool-missing-recommends',"$_");
- $action = 'missing';
+ if ($bt_tool ne 'bt-adapter' && $alerts{'bt-adapter'}->{'action'} eq 'use'){
+ $alerts{'bt-adapter'}->{'action'} = 'missing';
+ }
+ if ($bt_tool ne 'hciconfig' && $alerts{'hciconfig'}->{'action'} eq 'use'){
+ $alerts{'hciconfig'}->{'action'} = 'missing';
}
- $alerts{$_} = {
- 'action' => $action,
- 'missing' => $message,
- 'path' => $program,
- 'platform' => $message,
+ }
+}
+# only for dev/debugging BSD
+sub set_fake_bsd_tools {
+ $system_files{'dmesg-boot'} = '/var/run/dmesg.boot' if $fake{'dboot'};
+ $alerts{'sysctl'}->{'action'} = 'use' if $fake{'sysctl'};
+ if ($fake{'pciconf'} || $fake{'pcictl'} || $fake{'pcidump'}){
+ $alerts{'pciconf'}->{'action'} = 'use' if $fake{'pciconf'};
+ $alerts{'pcictl'}->{'action'} = 'use' if $fake{'pcictl'};
+ $alerts{'pcidump'}->{'action'} = 'use' if $fake{'pcidump'};
+ $alerts{'lspci'} = {
+ 'action' => 'missing',
+ 'message' => 'Required program lspci not available',
+ };
+ }
+ if ($fake{'usbconfig'} || $fake{'usbdevs'}){
+ $alerts{'usbconfig'}->{'action'} = 'use' if $fake{'usbconfig'};
+ $alerts{'usbdevs'}->{'action'} = 'use' if $fake{'usbdevs'};
+ $alerts{'lsusb'} = {
+ 'action' => 'missing',
+ 'message' => 'Required program lsusb not available',
};
}
- # print Dumper \%alerts;
- set_fake_bsd_tools() if $b_fake_bsd;
+ if ($fake{'disklabel'}){
+ $alerts{'disklabel'}->{'action'} = 'use';
+ }
+}
}
+
# args: 1 - desktop/app command for --version; 2 - search string;
# 3 - space print number; 4 - [optional] version arg: -v, version, etc
# 5 - [optional] exit first find 0/1; 6 - [optional] 0/1 stderr output
@@ -347,9 +421,9 @@ sub set_basics {
$ENV{'LC_ALL'}='C';
# remember, perl uses the opposite t/f return as shell!!!
# some versions of busybox do not have tty, like openwrt
- $b_irc = ( check_program('tty') && system('tty >/dev/null') ) ? 1 : 0;
+ $b_irc = (check_program('tty') && system('tty >/dev/null')) ? 1 : 0;
# print "birc: $b_irc\n";
- $b_display = ( $ENV{'DISPLAY'} ) ? 1 : 0;
+ $b_display = ($ENV{'DISPLAY'}) ? 1 : 0;
$b_root = $< == 0; # root UID 0, all others > 0
$dl{'dl'} = 'curl';
$dl{'curl'} = 1;
@@ -367,78 +441,67 @@ sub set_basics {
$colors{'default'} = 2;
$show{'partition-sort'} = 'id'; # sort order for partitions
@raw_logical = (0,0,0);
+ $ppid = getppid();
}
# args: $1 - default OR override default cols max integer count. $_[0]
# is the display width override.
sub set_display_width {
my ($width) = @_;
- if ( $width eq 'live' ){
+ if ($width eq 'live'){
## sometimes tput will trigger an error (mageia) if irc client
- if ( ! $b_irc ){
- if ( check_program('tput') ) {
- # trips error if use qx()...
- chomp($size{'term'}=qx{tput cols});
- chomp($size{'term-lines'}=qx{tput lines});
+ if (!$b_irc){
+ if (my $program = check_program('tput')){
+ # Arch urxvt: 'tput: unknown terminal "rxvt-unicode-256color"'
+ # trips error if use qx(); in FreeBSD, if you use 2>/dev/null
+ # it makes default value 80x24, who knows why?
+ chomp($size{'term'} = qx{$program cols});
+ chomp($size{'term-lines'} = qx{$program lines});
$size{'term-cols'} = $size{'term'};
}
# print "tc: $size{'term'} cmc: $size{'console'}\n";
# double check, just in case it's missing functionality or whatever
- if ( $size{'term'} == 0 || !is_int($size{'term'}) ){
+ if (!is_int($size{'term'} || $size{'term'} == 0)){
$size{'term'}=80;
# we'll be using this for terminal dimensions later so don't set default.
# $size{'term-lines'}=100;
}
}
# this lets you set different size for in or out of display server
- if ( ! $b_running_in_display && $size{'no-display'} ){
- $size{'console'}=$size{'no-display'};
+ if (!$b_running_in_display && $size{'no-display'}){
+ $size{'console'} = $size{'no-display'};
}
# term_cols is set in top globals, using tput cols
# print "tc: $size{'term'} cmc: $size{'console'}\n";
- if ( $size{'term'} < $size{'console'} ){
- $size{'console'}=$size{'term'};
+ if ($size{'term'} < $size{'console'}){
+ $size{'console'} = $size{'term'};
}
# adjust, some terminals will wrap if output cols == term cols
- $size{'console'}=( $size{'console'} - 2 );
+ $size{'console'} = ($size{'console'} - 2);
# echo cmc: $size{'console'}
# comes after source for user set stuff
- if ( ! $b_irc ){
- $size{'max'}=$size{'console'};
+ if (!$b_irc){
+ $size{'max'} = $size{'console'};
}
else {
- $size{'max'}=$size{'irc'};
+ $size{'max'} = $size{'irc'};
}
}
else {
- $size{'max'}=$width;
+ $size{'max'} = $width;
}
# print "tc: $size{'term'} cmc: $size{'console'} cm: $size{'max'}\n";
}
-# only for dev/debugging BSD
-sub set_fake_bsd_tools {
- $system_files{'dmesg-boot'} = '/var/run/dmesg.boot' if $b_fake_dboot;
- $alerts{'pciconf'}->{'action'} = 'use' if $b_fake_pciconf;
- $alerts{'sysctl'}->{'action'} = 'use' if $b_fake_sysctl;
- if ($b_fake_usbdevs){
- $alerts{'usbdevs'}->{'action'} = 'use';
- $alerts{'lsusb'} = {
- 'action' => 'missing',
- 'missing' => 'Required program lsusb not available',
- };
- }
-}
-
# NOTE: most tests internally are against !$bsd_type
sub set_os {
@uname = uname();
$os = lc($uname[0]);
$cpu_arch = lc($uname[-1]);
if ($cpu_arch =~ /arm|aarch/){$b_arm = 1;}
- elsif ($cpu_arch =~ /mips/) {$b_mips = 1}
- elsif ($cpu_arch =~ /power|ppc/) {$b_ppc = 1}
- elsif ($cpu_arch =~ /sparc/) {$b_sparc = 1}
+ elsif ($cpu_arch =~ /mips/){$b_mips = 1}
+ elsif ($cpu_arch =~ /power|ppc/){$b_ppc = 1}
+ elsif ($cpu_arch =~ /sparc/){$b_sparc = 1}
# aarch32 mips32 intel/amd handled in cpu
if ($cpu_arch =~ /(armv[1-7]|32|sparc_v9)/){
$bits_sys = 32;
@@ -447,8 +510,8 @@ sub set_os {
$bits_sys = 64;
}
$b_android = 1 if -e '/system/build.prop';
- if ( $os =~ /(aix|bsd|cosix|dragonfly|darwin|hp-?ux|indiana|irix|sunos|solaris|ultrix|unix)/ ){
- if ( $os =~ /openbsd/ ){
+ if ($os =~ /(aix|bsd|cosix|dragonfly|darwin|hp-?ux|indiana|irix|sunos|solaris|ultrix|unix)/){
+ if ($os =~ /openbsd/){
$os = 'openbsd';
}
elsif ($os =~ /darwin/){
@@ -474,8 +537,8 @@ sub set_path {
@path = split(':', $ENV{'PATH'}) if $ENV{'PATH'};
# print "paths: @paths\nPATH: $ENV{'PATH'}\n";
# Create a difference of $PATH and $extra_paths and add that to $PATH:
- foreach my $id (@path) {
- if ( !(grep { /^$id$/ } @paths) && $id !~ /(game)/ ){
+ foreach my $id (@path){
+ if (!(grep { /^$id$/ } @paths) && $id !~ /(game)/){
push(@paths, $id);
}
}
@@ -483,9 +546,9 @@ sub set_path {
}
sub set_sep {
- if ( $b_irc ){
+ if ($b_irc){
# too hard to read if no colors, so force that for users on irc
- if ($colors{'scheme'} == 0 ){
+ if ($colors{'scheme'} == 0){
$sep{'s1'} = $sep{'s1-console'};
$sep{'s2'} = $sep{'s2-console'};
}
@@ -501,106 +564,103 @@ sub set_sep {
}
# Important: -n makes it non interactive, no prompt for password
-# only use sudo if not root, -n option requires sudo -V 1.7 or greater.
+# only use doas/sudo if not root, -n option requires sudo -V 1.7 or greater.
# for some reason sudo -n with < 1.7 in Perl does not print to stderr
# sudo will just error out which is the safest course here for now,
# otherwise that interactive sudo password thing is too annoying
sub set_sudo {
- if (!$b_root && !$b_no_sudo && (my $path = check_program('sudo'))) {
- my @data = program_data('sudo');
- $data[1] =~ s/^([0-9]+\.[0-9]+).*/$1/;
- #print "sudo v: $data[1]\n";
- $sudo = "$path -n " if is_numeric($data[1]) && $data[1] >= 1.7;
+ if (!$b_root){
+ my ($path);
+ if (!$force{'no-doas'} && ($path = check_program('doas'))){
+ $sudoas = "$path -n ";
+ }
+ elsif (!$force{'no-sudo'} && ($path = check_program('sudo'))){
+ my @data = program_data('sudo');
+ $data[1] =~ s/^([0-9]+\.[0-9]+).*/$1/;
+ # print "sudo v: $data[1]\n";
+ $sudoas = "$path -n " if is_numeric($data[1]) && $data[1] >= 1.7;
+ }
+ }
+}
+
+sub set_system_files {
+ my %files = (
+ 'asound-cards' => '/proc/asound/cards',
+ 'asound-modules' => '/proc/asound/modules',
+ 'asound-version' => '/proc/asound/version',
+ 'dmesg-boot' => '/var/run/dmesg.boot',
+ 'proc-cmdline' => '/proc/cmdline',
+ 'proc-cpuinfo' => '/proc/cpuinfo',
+ 'proc-mdstat' => '/proc/mdstat',
+ 'proc-meminfo' => '/proc/meminfo',
+ 'proc-modules' => '/proc/modules', # not used
+ 'proc-mounts' => '/proc/mounts',# not used
+ 'proc-partitions' => '/proc/partitions',
+ 'proc-scsi' => '/proc/scsi/scsi',
+ 'proc-version' => '/proc/version',
+ # note: 'xorg-log' is set in set_xorg_log() only if -G is triggered
+ );
+ foreach (keys %files){
+ $system_files{$_} = (-e $files{$_}) ? $files{$_} : '';
}
}
sub set_user_paths {
- my ( $b_conf, $b_data );
+ my ($b_conf,$b_data);
# this needs to be set here because various options call the parent
# initialize function directly.
$self_path = $0;
$self_path =~ s/[^\/]+$//;
# print "0: $0 sp: $self_path\n";
-
- if ( defined $ENV{'XDG_CONFIG_HOME'} && $ENV{'XDG_CONFIG_HOME'} ){
+ if (defined $ENV{'XDG_CONFIG_HOME'} && $ENV{'XDG_CONFIG_HOME'}){
$user_config_dir=$ENV{'XDG_CONFIG_HOME'};
$b_conf=1;
}
- elsif ( -d "$ENV{'HOME'}/.config" ){
+ elsif (-d "$ENV{'HOME'}/.config"){
$user_config_dir="$ENV{'HOME'}/.config";
$b_conf=1;
}
else {
$user_config_dir="$ENV{'HOME'}/.$self_name";
}
- if ( defined $ENV{'XDG_DATA_HOME'} && $ENV{'XDG_DATA_HOME'} ){
+ if (defined $ENV{'XDG_DATA_HOME'} && $ENV{'XDG_DATA_HOME'}){
$user_data_dir="$ENV{'XDG_DATA_HOME'}/$self_name";
$b_data=1;
}
- elsif ( -d "$ENV{'HOME'}/.local/share" ){
+ elsif (-d "$ENV{'HOME'}/.local/share"){
$user_data_dir="$ENV{'HOME'}/.local/share/$self_name";
$b_data=1;
}
else {
$user_data_dir="$ENV{'HOME'}/.$self_name";
}
- # note, this used to be created/checked in specific instance, but we'll just do it
- # universally so it's done at script start.
- if ( ! -d $user_data_dir ){
+ # note, this used to be created/checked in specific instance, but we'll just
+ # do it universally so it's done at script start.
+ if (! -d $user_data_dir){
mkdir $user_data_dir;
# system "echo", "Made: $user_data_dir";
}
- if ( $b_conf && -f "$ENV{'HOME'}/.$self_name/$self_name.conf" ){
- #system 'mv', "-f $ENV{'HOME'}/.$self_name/$self_name.conf", $user_config_dir;
+ if ($b_conf && -f "$ENV{'HOME'}/.$self_name/$self_name.conf"){
+ # system 'mv', "-f $ENV{'HOME'}/.$self_name/$self_name.conf", $user_config_dir;
# print "WOULD: Moved $self_name.conf from $ENV{'HOME'}/.$self_name to $user_config_dir\n";
}
- if ( $b_data && -d "$ENV{'HOME'}/.$self_name" ){
- #system 'mv', '-f', "$ENV{'HOME'}/.$self_name/*", $user_data_dir;
- #system 'rm', '-Rf', "$ENV{'HOME'}/.$self_name";
+ if ($b_data && -d "$ENV{'HOME'}/.$self_name"){
+ # system 'mv', '-f', "$ENV{'HOME'}/.$self_name/*", $user_data_dir;
+ # system 'rm', '-Rf', "$ENV{'HOME'}/.$self_name";
# print "WOULD: Moved data dir $ENV{'HOME'}/.$self_name to $user_data_dir\n";
}
$log_file="$user_data_dir/$self_name.log";
- #system 'echo', "$ENV{'HOME'}/.$self_name/* $user_data_dir";
+ # system 'echo', "$ENV{'HOME'}/.$self_name/* $user_data_dir";
# print "scd: $user_config_dir sdd: $user_data_dir \n";
}
-# args: 1: set|hash key to return either null or path
-sub system_files {
- my ($file) = @_;
- if ( $file eq 'set'){
- %files = (
- 'asound-cards' => '/proc/asound/cards',
- 'asound-modules' => '/proc/asound/modules',
- 'asound-version' => '/proc/asound/version',
- 'cmdline' => '/proc/cmdline',
- 'cpuinfo' => '/proc/cpuinfo',
- 'dmesg-boot' => '/var/run/dmesg.boot',
- 'lsb-release' => '/etc/lsb-release',
- 'mdstat' => '/proc/mdstat',
- 'meminfo' => '/proc/meminfo',
- 'modules' => '/proc/modules',
- 'mounts' => '/proc/mounts',
- 'os-release' => '/etc/os-release',
- 'partitions' => '/proc/partitions',
- 'scsi' => '/proc/scsi/scsi',
- 'version' => '/proc/version',
- # note: 'xorg-log' is set only if -G is triggered
- );
- foreach ( keys %files ){
- $system_files{$_} = ( -e $files{$_} ) ? $files{$_} : '';
- }
- }
- else {
- return $system_files{$file};
- }
-}
sub set_xorg_log {
eval $start if $b_log;
my (@temp,@x_logs);
my ($file_holder,$time_holder,$x_mtime) = ('',0,0);
# NOTE: other variations may be /var/run/gdm3/... but not confirmed
- # we are just going to get all the Xorg logs we can find, and not worry about
- # which is 'right'.
+ # worry about we are just going to get all the Xorg logs we can find,
+ # and not which is 'right'.
@temp = globber('/var/log/Xorg.*.log');
push(@x_logs, @temp) if @temp;
@temp = globber('/var/lib/gdm/.local/share/xorg/Xorg.*.log');
@@ -616,18 +676,18 @@ sub set_xorg_log {
foreach (@x_logs){
if (-r $_){
my $src_info = File::stat::stat("$_");
- #print "$_\n";
+ # print "$_\n";
if ($src_info){
$x_mtime = $src_info->mtime;
# print $_ . ": $x_time" . "\n";
- if ($x_mtime > $time_holder ){
+ if ($x_mtime > $time_holder){
$time_holder = $x_mtime;
$file_holder = $_;
}
}
}
}
- if ( !$file_holder && check_program('xset') ){
+ if (!$file_holder && check_program('xset')){
my $data = qx(xset q 2>/dev/null);
foreach (split('\n', $data)){
if ($_ =~ /Log file/i){
@@ -636,7 +696,7 @@ sub set_xorg_log {
}
}
}
- print "Xorg log file: $file_holder\nLast modified: $time_holder\n" if $test[14];
+ print "Xorg log file: $file_holder\nLast modified: $time_holder\n" if $dbg[14];
log_data('data',"Xorg log file: $file_holder") if $b_log;
$system_files{'xorg-log'} = $file_holder;
eval $end if $b_log;
@@ -655,44 +715,44 @@ sub get_color_scheme {
my ($type) = @_;
eval $start if $b_log;
my @color_schemes = (
- [qw(EMPTY EMPTY EMPTY )],
- [qw(NORMAL NORMAL NORMAL )],
+ [qw(EMPTY EMPTY EMPTY)],
+ [qw(NORMAL NORMAL NORMAL)],
# for dark OR light backgrounds
[qw(BLUE NORMAL NORMAL)],
- [qw(BLUE RED NORMAL )],
- [qw(CYAN BLUE NORMAL )],
+ [qw(BLUE RED NORMAL)],
+ [qw(CYAN BLUE NORMAL)],
[qw(DCYAN NORMAL NORMAL)],
- [qw(DCYAN BLUE NORMAL )],
- [qw(DGREEN NORMAL NORMAL )],
- [qw(DYELLOW NORMAL NORMAL )],
- [qw(GREEN DGREEN NORMAL )],
- [qw(GREEN NORMAL NORMAL )],
+ [qw(DCYAN BLUE NORMAL)],
+ [qw(DGREEN NORMAL NORMAL)],
+ [qw(DYELLOW NORMAL NORMAL)],
+ [qw(GREEN DGREEN NORMAL)],
+ [qw(GREEN NORMAL NORMAL)],
[qw(MAGENTA NORMAL NORMAL)],
[qw(RED NORMAL NORMAL)],
# for light backgrounds
[qw(BLACK DGREY NORMAL)],
- [qw(DBLUE DGREY NORMAL )],
+ [qw(DBLUE DGREY NORMAL)],
[qw(DBLUE DMAGENTA NORMAL)],
- [qw(DBLUE DRED NORMAL )],
+ [qw(DBLUE DRED NORMAL)],
[qw(DBLUE BLACK NORMAL)],
- [qw(DGREEN DYELLOW NORMAL )],
+ [qw(DGREEN DYELLOW NORMAL)],
[qw(DYELLOW BLACK NORMAL)],
[qw(DMAGENTA BLACK NORMAL)],
[qw(DCYAN DBLUE NORMAL)],
# for dark backgrounds
[qw(WHITE GREY NORMAL)],
[qw(GREY WHITE NORMAL)],
- [qw(CYAN GREY NORMAL )],
- [qw(GREEN WHITE NORMAL )],
- [qw(GREEN YELLOW NORMAL )],
- [qw(YELLOW WHITE NORMAL )],
- [qw(MAGENTA CYAN NORMAL )],
+ [qw(CYAN GREY NORMAL)],
+ [qw(GREEN WHITE NORMAL)],
+ [qw(GREEN YELLOW NORMAL)],
+ [qw(YELLOW WHITE NORMAL)],
+ [qw(MAGENTA CYAN NORMAL)],
[qw(MAGENTA YELLOW NORMAL)],
[qw(RED CYAN NORMAL)],
- [qw(RED WHITE NORMAL )],
+ [qw(RED WHITE NORMAL)],
[qw(BLUE WHITE NORMAL)],
# miscellaneous
- [qw(RED BLUE NORMAL )],
+ [qw(RED BLUE NORMAL)],
[qw(RED DBLUE NORMAL)],
[qw(BLACK BLUE NORMAL)],
[qw(BLACK DBLUE NORMAL)],
@@ -704,10 +764,10 @@ sub get_color_scheme {
[qw(MAGENTA DBLUE NORMAL)],
);
eval $end if $b_log;
- if ($type eq 'count' ){
+ if ($type eq 'count'){
return scalar @color_schemes;
}
- if ($type eq 'full' ){
+ if ($type eq 'full'){
return @color_schemes;
}
else {
@@ -720,7 +780,7 @@ sub set_color_scheme {
eval $start if $b_log;
my ($scheme) = @_;
$colors{'scheme'} = $scheme;
- my $index = ( $b_irc ) ? 1 : 0; # defaults to non irc
+ my $index = ($b_irc) ? 1 : 0; # defaults to non irc
# NOTE: qw(...) kills the escape, it is NOT the same as using
# Literal "..", ".." despite docs saying it is.
@@ -759,9 +819,9 @@ sub set_colors {
if (exists $colors{'c1'}){
return 1;
}
- # This let's user pick their color scheme. For IRC, only shows the color schemes,
- # no interactive. The override value only will be placed in user config files.
- # /etc/inxi.conf can also override
+ # This let's user pick their color scheme. For IRC, only shows the color
+ # schemes, no interactive. The override value only will be placed in user
+ # config files. /etc/inxi.conf can also override
if (exists $colors{'selector'}){
my $ob_selector = SelectColors->new($colors{'selector'});
$ob_selector->select_schema();
@@ -774,14 +834,14 @@ sub set_colors {
$color_scheme = $colors{'global'};
}
else {
- if ( $b_irc ){
+ if ($b_irc){
if (defined $colors{'irc-virt-term'} && $b_display && $client{'console-irc'}){
$color_scheme = $colors{'irc-virt-term'};
}
elsif (defined $colors{'irc-console'} && !$b_display){
$color_scheme = $colors{'irc-console'};
}
- elsif ( defined $colors{'irc-gui'}) {
+ elsif (defined $colors{'irc-gui'}){
$color_scheme = $colors{'irc-gui'};
}
}
@@ -795,7 +855,7 @@ sub set_colors {
}
}
# force 0 for | or > output, all others prints to irc or screen
- if (!$b_irc && ! -t STDOUT ){
+ if (!$b_irc && ! -t STDOUT){
$color_scheme = 0;
}
set_color_scheme($color_scheme);
@@ -805,17 +865,10 @@ sub set_colors {
## SelectColors
{
package SelectColors;
-
-# use warnings;
-# use strict;
-# use diagnostics;
-# use 5.008;
-
my (@data,%configs,%status);
my ($type,$w_fh);
my $safe_color_count = 12; # null/normal + default color group
my $count = 0;
-
# args: 1 - type
sub new {
my $class = shift;
@@ -830,8 +883,8 @@ sub select_schema {
set_status();
start_selector();
create_color_selections();
- if (! $b_irc ){
- main::check_config_file();
+ if (!$b_irc){
+ Configs::check_file();
get_selection();
}
else {
@@ -877,7 +930,7 @@ sub assign_selectors {
}
sub start_selector {
my $whoami = getpwuid($<) || "unknown???";
- if ( ! $b_irc ){
+ if (!$b_irc){
@data = (
[ 0, '', '', "Welcome to $self_name! Please select the default
$configs{'selection'} color scheme."],
@@ -893,7 +946,7 @@ sub start_selector {
3-dark^backgrounds; 4-miscellaneous"],
[ 0, '', '', ""],
);
- if ( ! $b_irc ){
+ if (!$b_irc){
push(@data,
[ 0, '', '', "Please note that this will set the $configs{'selection'}
preferences only for user: $whoami"],
@@ -907,12 +960,12 @@ sub start_selector {
}
sub create_color_selections {
my $spacer = '^^'; # printer removes double spaces, but replaces ^ with ' '
- $count = ( main::get_color_scheme('count') - 1 );
- for my $i (0 .. $count){
+ $count = (main::get_color_scheme('count') - 1);
+ foreach my $i (0 .. $count){
if ($i > 9){
$spacer = '^';
}
- if ($configs{'selection'} =~ /^(global|irc-gui|irc-console|irc-virt-term)$/ && $i > $safe_color_count ){
+ if ($configs{'selection'} =~ /^(global|irc-gui|irc-console|irc-virt-term)$/ && $i > $safe_color_count){
last;
}
main::set_color_scheme($i);
@@ -951,7 +1004,7 @@ sub get_selection {
@data = ();
my $response = <STDIN>;
chomp($response);
- if (!main::is_int($response) || $response > ($count + 3) ){
+ if (!main::is_int($response) || $response > ($count + 3)){
@data = (
[0, '', '', "Error - Invalid Selection. You entered this: $response. Hit <ENTER> to continue."],
[0, '', '', "$line1"],
@@ -965,11 +1018,17 @@ sub get_selection {
else {
process_selection($response);
}
+ if ($b_pledge){
+ @pledges = grep {$_ ne 'getpw'} @pledges;
+ OpenBSD::Pledge::pledge(@pledges);
+ }
}
sub process_selection {
my $response = shift;
- if ($response == ($count + 3) ){
- @data = ([0, '', '', "Ok, exiting $self_name now. You can set the colors later."],);
+ if ($response == ($count + 3)){
+ @data = (
+ [0, '', '', "Ok, exiting $self_name now. You can set the colors later."],
+ );
main::print_basic(\@data);
exit 0;
}
@@ -979,10 +1038,10 @@ sub process_selection {
[0, '', '', "$line1"],
);
main::print_basic(\@data);
- if ( defined $colors{'console'} && !$b_display ){
+ if (defined $colors{'console'} && !$b_display){
main::set_color_scheme($colors{'console'});
}
- if ( defined $colors{'virt-term'} ){
+ if (defined $colors{'virt-term'}){
main::set_color_scheme($colors{'virt-term'});
}
else {
@@ -1016,9 +1075,9 @@ sub process_selection {
}
sub delete_all_colors {
my @file_lines = main::reader($user_config_file);
- open( $w_fh, '>', $user_config_file ) or main::error_handler('open', $user_config_file, $!);
- foreach ( @file_lines ) {
- if ( $_ !~ /^(CONSOLE_COLOR_SCHEME|GLOBAL_COLOR_SCHEME|IRC_COLOR_SCHEME|IRC_CONS_COLOR_SCHEME|IRC_X_TERM_COLOR_SCHEME|VIRT_TERM_COLOR_SCHEME)/){
+ open($w_fh, '>', $user_config_file) or main::error_handler('open', $user_config_file, $!);
+ foreach (@file_lines){
+ if ($_ !~ /^(CONSOLE_COLOR_SCHEME|GLOBAL_COLOR_SCHEME|IRC_COLOR_SCHEME|IRC_CONS_COLOR_SCHEME|IRC_X_TERM_COLOR_SCHEME|VIRT_TERM_COLOR_SCHEME)/){
print {$w_fh} "$_";
}
}
@@ -1026,9 +1085,9 @@ sub delete_all_colors {
}
sub delete_global_color {
my @file_lines = main::reader($user_config_file);
- open( $w_fh, '>', $user_config_file ) or main::error_handler('open', $user_config_file, $!);
- foreach ( @file_lines ) {
- if ( $_ !~ /^GLOBAL_COLOR_SCHEME/){
+ open($w_fh, '>', $user_config_file) or main::error_handler('open', $user_config_file, $!);
+ foreach (@file_lines){
+ if ($_ !~ /^GLOBAL_COLOR_SCHEME/){
print {$w_fh} "$_";
}
}
@@ -1038,15 +1097,15 @@ sub set_config_color_scheme {
my $value = shift;
my @file_lines = main::reader($user_config_file);
my $b_found = 0;
- open( $w_fh, '>', $user_config_file ) or main::error_handler('open', $user_config_file, $!);
- foreach ( @file_lines ) {
- if ( $_ =~ /^$configs{'variable'}/ ){
+ open($w_fh, '>', $user_config_file) or main::error_handler('open', $user_config_file, $!);
+ foreach (@file_lines){
+ if ($_ =~ /^$configs{'variable'}/){
$_ = "$configs{'variable'}=$value";
$b_found = 1;
}
print $w_fh "$_\n";
}
- if (! $b_found ){
+ if (!$b_found){
print $w_fh "$configs{'variable'}=$value\n";
}
close $w_fh;
@@ -1075,14 +1134,11 @@ sub print_irc_message {
#### CONFIGS
#### -------------------------------------------------------------------
-sub check_config_file {
- $user_config_file = "$user_config_dir/$self_name.conf";
- if ( ! -f $user_config_file ){
- open( my $fh, '>', $user_config_file ) or error_handler('create', $user_config_file, $!);
- }
-}
-
-sub get_configs {
+## Configs
+# public: set() check_file()
+{
+package Configs;
+sub set {
my ($configs) = @_;
my ($key, $val,@config_files);
if (!$configs){
@@ -1096,9 +1152,9 @@ sub get_configs {
}
# Config files should be passed in an array as a param to this function.
# Default intended use: global @CONFIGS;
- foreach (@config_files) {
+ foreach (@config_files){
next unless open(my $fh, '<', "$_");
- while (<$fh>) {
+ while (<$fh>){
chomp;
s/#.*//;
s/^\s+//;
@@ -1109,56 +1165,77 @@ sub get_configs {
next unless length;
($key, $val) = split(/\s*=\s*/, $_, 2);
next unless length($val);
- get_config_item($key,$val);
+ process_item($key,$val);
# print "f: $file key: $key val: $val\n";
}
close $fh;
}
}
-
-# note: someone managed to make a config file with corrupted values, so check int
-# explicitly, don't assume it was done correctly.
+# note: someone managed to make a config file with corrupted values, so check
+# int explicitly, don't assume it was done correctly.
# args: 0: key; 1: value
-sub get_config_item {
+sub process_item {
my ($key,$val) = @_;
- if ($key eq 'ALLOW_UPDATE' || $key eq 'B_ALLOW_UPDATE') {$use{'update'} = $val if is_int($val)}
- elsif ($key eq 'ALLOW_WEATHER' || $key eq 'B_ALLOW_WEATHER') {$use{'weather'} = $val if is_int($val)}
- elsif ($key eq 'CPU_SLEEP') {$cpu_sleep = $val if is_numeric($val)}
- elsif ($key eq 'DL_TIMEOUT') {$dl_timeout = $val if is_int($val)}
- elsif ($key eq 'DOWNLOADER') {
+ if ($key eq 'ALLOW_UPDATE' || $key eq 'B_ALLOW_UPDATE'){
+ $use{'update'} = $val if main::is_int($val)}
+ elsif ($key eq 'ALLOW_WEATHER' || $key eq 'B_ALLOW_WEATHER'){
+ $use{'weather'} = $val if main::is_int($val)}
+ elsif ($key eq 'CPU_SLEEP'){
+ $cpu_sleep = $val if main::is_numeric($val)}
+ elsif ($key eq 'DL_TIMEOUT'){
+ $dl_timeout = $val if main::is_int($val)}
+ elsif ($key eq 'DOWNLOADER'){
if ($val =~ /^(curl|fetch|ftp|perl|wget)$/){
# this dumps all the other data and resets %dl for only the
# desired downloader.
- $val = set_perl_downloader($val);
+ $val = main::set_perl_downloader($val);
%dl = ('dl' => $val, $val => 1);
}}
- elsif ($key eq 'FILTER_STRING') {$filter_string = $val}
- elsif ($key eq 'LANGUAGE') {$language = $val if $val =~ /^(en)$/}
- elsif ($key eq 'LIMIT') {$limit = $val if is_int($val)}
- elsif ($key eq 'OUTPUT_TYPE') {$output_type = $val if $val =~ /^(json|screen|xml)$/}
- elsif ($key eq 'NO_DIG') {$b_skip_dig = $val if is_int($val)}
- elsif ($key eq 'NO_HTML_WAN') {$b_no_html_wan = $val if is_int($val)}
- elsif ($key eq 'NO_SUDO') {$b_no_sudo = $val if is_int($val)}
- elsif ($key eq 'PARTITION_SORT') {$show{'partition-sort'} = $val if ($val =~ /^(dev-base|fs|id|label|percent-used|size|uuid|used)$/) }
- elsif ($key eq 'PS_COUNT') {$ps_count = $val if is_int($val) }
- elsif ($key eq 'SENSORS_CPU_NO') {$sensors_cpu_nu = $val if is_int($val)}
- elsif ($key eq 'SENSORS_EXCLUDE') {@sensors_exclude = split(/\s*,\s*/, $val) if $val}
- elsif ($key eq 'SENSORS_USE') {@sensors_use = split(/\s*,\s*/, $val) if $val}
- elsif ($key eq 'SHOW_HOST' || $key eq 'B_SHOW_HOST') {
- if (is_int($val)){
+ elsif ($key eq 'FILTER_STRING'){
+ $filter_string = $val}
+ elsif ($key eq 'LANGUAGE'){
+ $language = $val if $val =~ /^(en)$/}
+ elsif ($key eq 'LIMIT'){
+ $limit = $val if main::is_int($val)}
+ elsif ($key eq 'OUTPUT_TYPE'){
+ $output_type = $val if $val =~ /^(json|screen|xml)$/}
+ elsif ($key eq 'NO_DIG'){
+ $force{'no-dig'} = $val if main::is_int($val)}
+ elsif ($key eq 'NO_DOAS'){
+ $force{'no-doas'} = $val if main::is_int($val)}
+ elsif ($key eq 'NO_HTML_WAN'){
+ $force{'no-html-wan'} = $val if main::is_int($val)}
+ elsif ($key eq 'NO_SUDO'){
+ $force{'no-sudo'} = $val if main::is_int($val)}
+ elsif ($key eq 'PARTITION_SORT'){
+ if ($val =~ /^(dev-base|fs|id|label|percent-used|size|uuid|used)$/){
+ $show{'partition-sort'} = $val;
+ }}
+ elsif ($key eq 'PS_COUNT'){
+ $ps_count = $val if main::is_int($val) }
+ elsif ($key eq 'SENSORS_CPU_NO'){
+ $sensors_cpu_nu = $val if main::is_int($val)}
+ elsif ($key eq 'SENSORS_EXCLUDE'){
+ @sensors_exclude = split(/\s*,\s*/, $val) if $val}
+ elsif ($key eq 'SENSORS_USE'){
+ @sensors_use = split(/\s*,\s*/, $val) if $val}
+ elsif ($key eq 'SHOW_HOST' || $key eq 'B_SHOW_HOST'){
+ if (main::is_int($val)){
$show{'host'} = $val;
$show{'no-host'} = 1 if !$show{'host'};
}
}
- elsif ($key eq 'USB_SYS') {$b_usb_sys = $val if is_int($val)}
- elsif ($key eq 'WAN_IP_URL') {
+ elsif ($key eq 'USB_SYS'){
+ $force{'usb-sys'} = $val if main::is_int($val)}
+ elsif ($key eq 'WAN_IP_URL'){
if ($val =~ /^(ht|f)tp[s]?:\//i){
$wan_url = $val;
- $b_skip_dig = 1;
+ $force{'no-dig'} = 1;
}
}
- elsif ($key eq 'WEATHER_SOURCE') {$weather_source = $val if is_int($val)}
- elsif ($key eq 'WEATHER_UNIT') {
+ elsif ($key eq 'WEATHER_SOURCE'){
+ $weather_source = $val if main::is_int($val)}
+ elsif ($key eq 'WEATHER_UNIT'){
$val = lc($val) if $val;
if ($val && $val =~ /^(c|f|cf|fc|i|m|im|mi)$/){
my %units = ('c'=>'m','f'=>'i','cf'=>'mi','fc'=>'im');
@@ -1167,26 +1244,49 @@ sub get_config_item {
}
}
# layout
- elsif ($key eq 'CONSOLE_COLOR_SCHEME') {$colors{'console'} = $val if is_int($val)}
- elsif ($key eq 'GLOBAL_COLOR_SCHEME') {$colors{'global'} = $val if is_int($val)}
- elsif ($key eq 'IRC_COLOR_SCHEME') {$colors{'irc-gui'} = $val if is_int($val)}
- elsif ($key eq 'IRC_CONS_COLOR_SCHEME') {$colors{'irc-console'} = $val if is_int($val)}
- elsif ($key eq 'IRC_X_TERM_COLOR_SCHEME') {$colors{'irc-virt-term'} = $val if is_int($val)}
- elsif ($key eq 'VIRT_TERM_COLOR_SCHEME') {$colors{'virt-term'} = $val if is_int($val)}
+ elsif ($key eq 'CONSOLE_COLOR_SCHEME'){
+ $colors{'console'} = $val if main::is_int($val)}
+ elsif ($key eq 'GLOBAL_COLOR_SCHEME'){
+ $colors{'global'} = $val if main::is_int($val)}
+ elsif ($key eq 'IRC_COLOR_SCHEME'){
+ $colors{'irc-gui'} = $val if main::is_int($val)}
+ elsif ($key eq 'IRC_CONS_COLOR_SCHEME'){
+ $colors{'irc-console'} = $val if main::is_int($val)}
+ elsif ($key eq 'IRC_X_TERM_COLOR_SCHEME'){
+ $colors{'irc-virt-term'} = $val if main::is_int($val)}
+ elsif ($key eq 'VIRT_TERM_COLOR_SCHEME'){
+ $colors{'virt-term'} = $val if main::is_int($val)}
# note: not using the old short SEP1/SEP2
- elsif ($key eq 'SEP1_IRC') {$sep{'s1-irc'} = $val}
- elsif ($key eq 'SEP1_CONSOLE') {$sep{'s1-console'} = $val}
- elsif ($key eq 'SEP2_IRC') {$sep{'s2-irc'} = $val}
- elsif ($key eq 'SEP2_CONSOLE') {$sep{'s2-console'} = $val}
+ elsif ($key eq 'SEP1_IRC'){
+ $sep{'s1-irc'} = $val}
+ elsif ($key eq 'SEP1_CONSOLE'){
+ $sep{'s1-console'} = $val}
+ elsif ($key eq 'SEP2_IRC'){
+ $sep{'s2-irc'} = $val}
+ elsif ($key eq 'SEP2_CONSOLE'){
+ $sep{'s2-console'} = $val}
# size
- elsif ($key eq 'COLS_MAX_CONSOLE') {$size{'console'} = $val if is_int($val)}
- elsif ($key eq 'COLS_MAX_IRC') {$size{'irc'} = $val if is_int($val)}
- elsif ($key eq 'COLS_MAX_NO_DISPLAY') {$size{'no-display'} = $val if is_int($val)}
- elsif ($key eq 'INDENT') {$size{'indent'} = $val if is_int($val)}
- elsif ($key eq 'WRAP_MAX' || $key eq 'INDENT_MIN') {$size{'wrap-max'} = $val if is_int($val)}
+ elsif ($key eq 'COLS_MAX_CONSOLE'){
+ $size{'console'} = $val if main::is_int($val)}
+ elsif ($key eq 'COLS_MAX_IRC'){
+ $size{'irc'} = $val if main::is_int($val)}
+ elsif ($key eq 'COLS_MAX_NO_DISPLAY'){
+ $size{'no-display'} = $val if main::is_int($val)}
+ elsif ($key eq 'INDENT'){
+ $size{'indent'} = $val if main::is_int($val)}
+ elsif ($key eq 'WRAP_MAX' || $key eq 'INDENT_MIN'){
+ $size{'wrap-max'} = $val if main::is_int($val)}
# print "mc: key: $key val: $val\n";
# print Dumper (keys %size) . "\n";
}
+sub check_file {
+ $user_config_file = "$user_config_dir/$self_name.conf";
+ if (! -f $user_config_file){
+ open(my $fh, '>', $user_config_file) or
+ main::error_handler('create', $user_config_file, $!);
+ }
+}
+}
#### -------------------------------------------------------------------
#### DEBUGGERS
@@ -1204,13 +1304,13 @@ sub begin_logging {
$start='main::log_data("fs", (caller(1))[3], \@_);';
#$t3 = tv_interval ($t0, [gettimeofday]);
$t3 = eval 'Time::HiRes::tv_interval (\@t0, [Time::HiRes::gettimeofday()]);' if $b_hires;
- #print Dumper $@;
+ # print Dumper $@;
my $now = strftime "%Y-%m-%d %H:%M:%S", localtime;
return if $debugger{'timers'};
# do the rotation if logfile exists
- if ( -f $log_file ){
+ if (-f $log_file){
# copy if present second to third
- if ( -f $log_file_2 ){
+ if (-f $log_file_2){
rename $log_file_2, $log_file_3 or error_handler('rename', "$log_file_2 -> $log_file_3", "$!");
}
# then copy initial to second
@@ -1240,12 +1340,12 @@ sub begin_logging {
# arg: $one type (fs/fe/cat/dump/raw) or logged data;
# [$two is function name; [$three - function args]]
sub log_data {
- return if ! $b_log;
+ return if !$b_log;
my ($one, $two, $three) = @_;
my ($args,$data,$timer) = ('','','');
my $spacer = ' ';
# print "1: $one 2: $two 3: $three\n";
- if ($one eq 'fs') {
+ if ($one eq 'fs'){
if (ref $three eq 'ARRAY'){
# print Data::Dumper::Dumper $three;
$args = "\n${spacer}Args: " . joiner($three, '; ', 'unset');
@@ -1256,24 +1356,24 @@ sub log_data {
# $t1 = [gettimeofday];
#$t3 = tv_interval ($t0, [gettimeofday]);
$t3 = eval 'Time::HiRes::tv_interval(\@t0, [Time::HiRes::gettimeofday()])' if $b_hires;
- #print Dumper $@;
+ # print Dumper $@;
$data = "Start: Function: $two$args\n${spacer}Elapsed: $t3\n";
$spacer='';
$timer = $data if $debugger{'timers'};
}
- elsif ( $one eq 'fe') {
+ elsif ($one eq 'fe'){
# print 'timer:', Time::HiRes::tv_interval(\@t0, [Time::HiRes::gettimeofday()]),"\n";
#$t3 = tv_interval ($t0, [gettimeofday]);
eval '$t3 = Time::HiRes::tv_interval(\@t0, [Time::HiRes::gettimeofday()])' if $b_hires;
- #print Dumper $t3;
+ # print Dumper $t3;
$data = "${spacer}Elapsed: $t3\nEnd: Function: $two\n";
$spacer='';
$timer = $data if $debugger{'timers'};
}
- elsif ( $one eq 'cat') {
- if ( $b_log_full ){
- for my $file ($two){
- my $contents = do { local( @ARGV, $/ ) = $file; <> }; # or: qx(cat $file)
+ elsif ($one eq 'cat'){
+ if ($b_log_full){
+ foreach my $file ($two){
+ my $contents = do { local(@ARGV, $/) = $file; <> }; # or: qx(cat $file)
$data = "$data${line3}Full file data: $file\n\n$contents\n$line3\n";
}
$spacer='';
@@ -1286,7 +1386,7 @@ sub log_data {
elsif ($one eq 'data'){
$data = "$two\n";
}
- elsif ( $one eq 'dump') {
+ elsif ($one eq 'dump'){
$data = "$two:\n";
if (ref $three eq 'HASH'){
$data .= Data::Dumper::Dumper $three;
@@ -1301,8 +1401,8 @@ sub log_data {
$data .= "\n";
# print $data;
}
- elsif ( $one eq 'raw') {
- if ( $b_log_full ){
+ elsif ($one eq 'raw'){
+ if ($b_log_full){
$data = "\n${line3}Raw System Data:\n\n$two\n$line3";
$spacer='';
}
@@ -1313,7 +1413,7 @@ sub log_data {
if ($debugger{'timers'}){
print $timer if $timer;
}
- #print "d: $data";
+ # print "d: $data";
elsif ($data){
print $fh_l "$spacer$data";
}
@@ -1321,27 +1421,27 @@ sub log_data {
sub set_debugger {
user_debug_test_1() if $debugger{'test-1'};
- if ( $debug >= 20){
+ if ($debugger{'level'} >= 20){
error_handler('not-in-irc', 'debug data generator') if $b_irc;
- my $option = ( $debug > 22 ) ? 'main-full' : 'main';
- $debugger{'gz'} = 1 if ($debug == 22 || $debug == 24);
+ my $option = ($debugger{'level'} > 22) ? 'main-full' : 'main';
+ $debugger{'gz'} = 1 if ($debugger{'level'} == 22 || $debugger{'level'} == 24);
my $ob_sys = SystemDebugger->new($option);
$ob_sys->run_debugger();
- $ob_sys->upload_file($ftp_alt) if $debug > 20;
+ $ob_sys->upload_file($ftp_alt) if $debugger{'level'} > 20;
exit 0;
}
- elsif ($debug >= 10 && $debug <= 12){
+ elsif ($debugger{'level'} >= 10 && $debugger{'level'} <= 12){
$b_log = 1;
- if ($debug == 11){
+ if ($debugger{'level'} == 11){
$b_log_full = 1;
}
- elsif ($debug == 12){
+ elsif ($debugger{'level'} == 12){
$b_log_colors = 1;
}
begin_logging();
}
- elsif ($debug <= 3){
- if ($debug == 3){
+ elsif ($debugger{'level'} <= 3){
+ if ($debugger{'level'} == 3){
$b_log = 1;
$debugger{'timers'} = 1;
begin_logging();
@@ -1352,10 +1452,10 @@ sub set_debugger {
}
}
}
+
## SystemDebugger
{
package SystemDebugger;
-
my $option = 'main';
my ($data_dir,$debug_dir,$debug_gz,$parse_src,$upload) = ('','','','','');
my @content;
@@ -1376,9 +1476,9 @@ sub run_debugger {
print "Starting $self_name debugging data collector...\n";
print "Loading required debugger Perl File:: modules... \n";
# Fedora/Redhat doesn't include File::Find File::Copy in
- # core modules!! why? Or rather, they deliberately removed them!!
+ # core modules. why? Or rather, they deliberately removed them.
if (main::check_perl_module('File::Find')){
- File::Find->import('find');
+ File::Find->import;
}
else {
main::error_handler('required-module', 'File', 'File::Find');
@@ -1395,6 +1495,14 @@ sub run_debugger {
else {
main::error_handler('required-module', 'File', 'File::Spec::Functions');
}
+ if ($debugger{'level'} > 20){
+ if (main::check_perl_module('Net::FTP')){
+ Net::FTP->import;
+ }
+ else {
+ main::error_handler('required-module', 'Net', 'Net::FTP');
+ }
+ }
create_debug_directory();
print "Note: for dmidecode, smartctl, lvm data you must be root.\n" if !$b_root;
print $line3;
@@ -1412,10 +1520,10 @@ sub run_debugger {
if (!$b_debug){
# note: android has unreadable /sys, but -x and -r tests pass
# main::globber('/sys/*') &&
- if ( $debugger{'sys'} && main::count_dir_files('/sys') ){
+ if ($debugger{'sys'} && main::count_dir_files('/sys')){
build_tree('sys');
# kernel crash, not sure what creates it, for ppc, as root
- sys_traverse_data() if ($debugger{'sys'} && ($debugger{'sys-force'} || !$b_root || !$b_ppc )) ;
+ sys_traverse_data() if ($debugger{'sys'} && ($debugger{'sys-force'} || !$b_root || !$b_ppc)) ;
}
else {
print "Skipping /sys data collection.\n";
@@ -1423,7 +1531,7 @@ sub run_debugger {
print $line3;
# note: proc has some files that are apparently kernel processes, I've tried
# filtering them out but more keep appearing, so only run proc debugger if not root
- if ( !$debugger{'no-proc'} && (!$b_root || $debugger{'proc'} ) && -d '/proc' && main::count_dir_files('/proc') ){
+ if (!$debugger{'no-proc'} && (!$b_root || $debugger{'proc'}) && -d '/proc' && main::count_dir_files('/proc')){
build_tree('proc');
proc_traverse_data();
}
@@ -1446,30 +1554,30 @@ sub create_debug_directory {
my ($sec,$min,$hour,$mday,$mon,$year) = localtime;
$year = $year+1900;
$mon += 1;
- if (length($sec) == 1) {$sec = "0$sec";}
- if (length($min) == 1) {$min = "0$min";}
- if (length($hour) == 1) {$hour = "0$hour";}
- if (length($mon) == 1) {$mon = "0$mon";}
- if (length($mday) == 1) {$mday = "0$mday";}
-
+ if (length($sec) == 1){$sec = "0$sec";}
+ if (length($min) == 1){$min = "0$min";}
+ if (length($hour) == 1){$hour = "0$hour";}
+ if (length($mon) == 1){$mon = "0$mon";}
+ if (length($mday) == 1){$mday = "0$mday";}
my $today = "$year-$mon-${mday}_$hour$min$sec";
# my $date = strftime "-%Y-%m-%d_", localtime;
if ($b_root){
$root_string = '-root';
}
$bsd_string = "-BSD-$bsd_type" if $bsd_type;
- if ($b_arm ){$alt_string = '-ARM'}
- elsif ($b_mips) {$alt_string = '-MIPS'}
- elsif ($b_ppc) {$alt_string = '-PPC'}
- elsif ($b_sparc) {$alt_string = '-SPARC'}
- $debug_dir = "$self_name$alt_string$bsd_string-$host-$today$root_string-$self_version-$self_patch";
+ my $id = ($debugger{'id'}) ? '-' . $debugger{'id'}: '';
+ if ($b_arm){$alt_string = '-ARM'}
+ elsif ($b_mips){$alt_string = '-MIPS'}
+ elsif ($b_ppc){$alt_string = '-PPC'}
+ elsif ($b_sparc){$alt_string = '-SPARC'}
+ $debug_dir = "$self_name$alt_string$bsd_string-$host$id-$today$root_string-$self_version-$self_patch";
$debug_gz = "$debug_dir.tar.gz";
$data_dir = "$user_data_dir/$debug_dir";
- if ( -d $data_dir ){
+ if (-d $data_dir){
unlink $data_dir or main::error_handler('remove', "$data_dir", "$!");
}
mkdir $data_dir or main::error_handler('mkdir', "$data_dir", "$!");
- if ( -e "$user_data_dir/$debug_gz" ){
+ if (-e "$user_data_dir/$debug_gz"){
#rmdir "$user_data_dir$debug_gz" or main::error_handler('remove', "$user_data_dir/$debug_gz", "$!");
print "Failed removing leftover directory:\n$user_data_dir$debug_gz error: $?" if system('rm','-rf',"$user_data_dir$debug_gz");
}
@@ -1482,7 +1590,7 @@ sub compress_dir {
print "Removing $data_dir...\n";
#rmdir $data_dir or print "failed removing: $data_dir error: $!\n";
return 1 if !$b_delete_dir;
- if (system('rm','-rf',$data_dir) ){
+ if (system('rm','-rf',$data_dir)){
print "Failed removing: $data_dir\nError: $?\n";
}
else {
@@ -1520,12 +1628,20 @@ sub bluetooth_data {
print "Collecting bluetooth data...\n";
# no warnings 'uninitialized';
my @cmds = (
- # ['bluetoothctl','list'], # do not use, hangs!!
- # ['bt-adapter','-l'], # hangs once bluetooth service is enabled
['hciconfig','-a'],
- ['hcidump',''],
+ #['hcidump',''], # hangs sometimes
['hcitool','dev'],
+ ['rfkill','--output-all'],
);
+ # these hang if bluetoothd not enabled
+ if (@ps_cmd && (grep {m|/bluetoothd|} @ps_cmd)){
+ push(@cmds,
+ ['bt-adapter','--list'],
+ ['bt-adapter','--info'],
+ ['bluetoothctl','-- list'],
+ ['bluetoothctl','-- show']
+ );
+ }
run_commands(\@cmds,'bluetooth');
}
@@ -1555,6 +1671,7 @@ sub disk_data {
copy_files(\@files, 'disk');
my @cmds = (
['blockdev', '--report'],
+ ['btrfs', 'fi show'],
['btrfs', 'filesystem show'],
['btrfs', 'filesystem show --mounted'],
# ['btrfs', 'filesystem show --all-devices'],
@@ -1599,8 +1716,11 @@ sub disk_data {
['lsblk', '-r'],
['lsblk', '-r --output NAME,PKNAME,TYPE,RM,FSTYPE,SIZE,LABEL,UUID,MOUNTPOINT,PHY-SEC,LOG-SEC,PARTFLAGS'],
['lsblk', '-rb --output NAME,PKNAME,TYPE,RM,FSTYPE,SIZE,LABEL,UUID,MOUNTPOINT,PHY-SEC,LOG-SEC,PARTFLAGS'],
+ ['lsblk', '-rb --output NAME,TYPE,RM,FSTYPE,SIZE,LABEL,UUID,SERIAL,MOUNTPOINT,PHY-SEC,LOG-SEC,PARTFLAGS,MAJ:MIN,PKNAME'],
['lsblk', '-Pb --output NAME,PKNAME,TYPE,RM,FSTYPE,SIZE'],
['lsblk', '-Pb --output NAME,TYPE,RM,FSTYPE,SIZE,LABEL,UUID,SERIAL,MOUNTPOINT,PHY-SEC,LOG-SEC,PARTFLAGS'],
+ # this should always be the live command used internally:
+ ['lsblk', '-bP --output NAME,TYPE,RM,FSTYPE,SIZE,LABEL,UUID,SERIAL,MOUNTPOINT,PHY-SEC,LOG-SEC,PARTFLAGS,MAJ:MIN,PKNAME'],
['lvdisplay', '-c'],
['lvdisplay', '-cv'],
['lvdisplay', '-cv --segments'],
@@ -1654,9 +1774,15 @@ sub disk_data {
@cmds = (
['atacontrol', 'list'],
['camcontrol', 'devlist'],
+ ['camcontrol', 'devlist -v'],
+ ['geom', 'part list'],
['glabel', 'status'],
+ ['gpart', 'list'], # gpart in linux/bsd but do it here again
+ ['gpart', 'show'],
+ ['gpart', 'status'],
['swapctl', '-l -k'],
['swapctl', '-l -k'],
+ ['vmstat', ''],
['vmstat', '-H'],
);
run_commands(\@cmds,'disk-bsd');
@@ -1664,16 +1790,16 @@ sub disk_data {
sub display_data {
my (%data,@files,@files2);
my $working = '';
- if ( ! $b_display ){
+ if (!$b_display){
print "Warning: only some of the data collection can occur if you are not in X\n";
main::toucher("$data_dir/display-data-warning-user-not-in-x");
}
- if ( $b_root ){
+ if ($b_root){
print "Warning: only some of the data collection can occur if you are running as Root user\n";
main::toucher("$data_dir/display-data-warning-root-user");
}
print "Collecting Xorg log and xorg.conf files...\n";
- if ( -d "/etc/X11/xorg.conf.d/" ){
+ if (-d "/etc/X11/xorg.conf.d/"){
@files = main::globber("/etc/X11/xorg.conf.d/*");
}
else {
@@ -1725,9 +1851,12 @@ sub display_data {
['kded4','--version'],
['kded5','--version'],
['kded6','--version'],
+ ['kded7','--version'],
+ ['kf-config','--version'],
['kf4-config','--version'],
['kf5-config','--version'],
['kf6-config','--version'],
+ ['kf7-config','--version'],
['kwin_x11','--version'],
# ['locate','/Xorg'], # for Xorg.wrap problem
['loginctl','--no-pager list-sessions'],
@@ -1784,7 +1913,7 @@ sub perl_modules {
foreach (@modules){
my $dir = $_;
$dir =~ s/[^\/]+$//;
- if (!$holder || $holder ne $dir ){
+ if (!$holder || $holder ne $dir){
$holder = $dir;
$value = "DIR: $dir\n";
$_ =~ s/^$dir//;
@@ -1834,20 +1963,27 @@ sub system_data {
# bsd tools http://cb.vu/unixtoolbox.xhtml
my @cmds = (
# general
+ ['sysctl', '-a'],
['sysctl', '-b kern.geom.conftxt'],
['sysctl', '-b kern.geom.confxml'],
['usbdevs','-v'],
# freebsd
+ ['ofwdump','-a'], # arm / soc
+ ['ofwdump','-ar'], # arm / soc
['pciconf','-l -cv'],
['pciconf','-vl'],
['pciconf','-l'],
+ ['usbconfig','dump_device_desc'],
+ ['usbconfig','list'], # needs root, sigh... why?
# openbsd
+ ['ofctl',''], # arm / soc, need to see data sample of this
['pcidump',''],
['pcidump','-v'],
# netbsd
['kldstat',''],
- ['pcictl','list'],
- ['pcictl','list -ns'],
+ ['pcictl','pci0 list'],
+ ['pcictl','pci0 list -N'],
+ ['pcictl','pci0 list -n'],
);
run_commands(\@cmds,'system-bsd');
# diskinfo -v <disk>
@@ -1912,10 +2048,10 @@ sub system_data {
sub system_files {
print "Collecting system files data...\n";
my (%data,@files,@files2);
- @files = RepoData::get($data_dir);
+ @files = RepoItem::get($data_dir);
copy_files(\@files, 'repo');
# chdir "/etc";
- @files = main::globber('/etc/*[-_s[rR]elease,[vV]ersion,issue}*');
+ @files = main::globber('/etc/*[-_]{[rR]elease,[vV]ersion,issue}*');
push(@files, '/etc/issue');
push(@files, '/etc/lsb-release');
push(@files, '/etc/os-release');
@@ -1974,7 +2110,7 @@ sub copy_files {
my ($absent,$error,$good,$name,$unreadable);
my $directory = ($alt_dir) ? $alt_dir : $data_dir;
my $working = ($type ne 'proc') ? "$type-file-": '';
- foreach (@$files_ref) {
+ foreach (@$files_ref){
$name = $_;
$name =~ s/^\///;
$name =~ s/\//~/g;
@@ -1985,7 +2121,7 @@ sub copy_files {
$error = $name . '-error';
$unreadable = $name . '-unreadable';
# proc have already been tested for readable/exists
- if ($type eq 'proc' || -e $_ ) {
+ if ($type eq 'proc' || -e $_){
print "F:$_\n" if $type eq 'proc' && $debugger{'proc-print'};
if ($type eq 'proc' || -r $_){
copy($_,"$good") or main::toucher($error);
@@ -2032,14 +2168,14 @@ sub run_commands {
sub write_data {
my ($data_ref, $type) = @_;
my ($empty,$error,$fh,$good,$name,$undefined,$value);
- foreach (keys %$data_ref) {
+ foreach (keys %$data_ref){
$value = $data_ref->{$_};
$name = "$data_dir/$type-data-$_";
$good = $name . '.txt';
$empty = $name . '-empty';
$error = $name . '-error';
$undefined = $name . '-undefined';
- if (defined $value) {
+ if (defined $value){
if ($value || $value eq '0'){
open($fh, '>', $good) or main::toucher($error);
print $fh "$value";
@@ -2056,7 +2192,7 @@ sub write_data {
## TOOLS FOR DIRECTORY TREE/LS/TRAVERSE; UPLOADER
sub build_tree {
my ($which) = @_;
- if ( $which eq 'sys' && main::check_program('tree') ){
+ if ($which eq 'sys' && main::check_program('tree')){
print "Constructing /$which tree data...\n";
my $dirname = '/sys';
my $cmd;
@@ -2067,7 +2203,7 @@ sub build_tree {
foreach (@files){
next if /^\./;
$cmd = "tree -a -L 10 $dirname/$_ > $data_dir/sys-data-tree-$_-10.txt";
- #print "$cmd\n";
+ # print "$cmd\n";
system($cmd);
}
}
@@ -2078,7 +2214,7 @@ sub build_tree {
directory_ls($which,3);
directory_ls($which,4);
}
- elsif ($which eq 'proc') {
+ elsif ($which eq 'proc'){
directory_ls('proc',1);
directory_ls('proc',2,'[a-z]');
# don't want the /proc/self or /proc/thread-self directories, those are
@@ -2090,31 +2226,31 @@ sub build_tree {
# include is basic regex for ls path syntax, like [a-z]
sub directory_ls {
- my ( $dir,$depth,$include) = @_;
+ my ($dir,$depth,$include) = @_;
$include ||= '';
my ($exclude) = ('');
# wd do NOT want to see anything in self or thread-self!!
# $exclude = 'I self -I thread-self' if $dir eq 'proc';
my $cmd = do {
- if ( $depth == 1 ){ "ls -l $exclude /$dir/$include 2>/dev/null" }
- elsif ( $depth == 2 ){ "ls -l $exclude /$dir/$include*/ 2>/dev/null" }
- elsif ( $depth == 3 ){ "ls -l $exclude /$dir/$include*/*/ 2>/dev/null" }
- elsif ( $depth == 4 ){ "ls -l $exclude /$dir/$include*/*/*/ 2>/dev/null" }
- elsif ( $depth == 5 ){ "ls -l $exclude /$dir/$include*/*/*/*/ 2>/dev/null" }
- elsif ( $depth == 6 ){ "ls -l $exclude /$dir/$include*/*/*/*/*/ 2>/dev/null" }
+ if ($depth == 1){ "ls -l $exclude /$dir/$include 2>/dev/null" }
+ elsif ($depth == 2){ "ls -l $exclude /$dir/$include*/ 2>/dev/null" }
+ elsif ($depth == 3){ "ls -l $exclude /$dir/$include*/*/ 2>/dev/null" }
+ elsif ($depth == 4){ "ls -l $exclude /$dir/$include*/*/*/ 2>/dev/null" }
+ elsif ($depth == 5){ "ls -l $exclude /$dir/$include*/*/*/*/ 2>/dev/null" }
+ elsif ($depth == 6){ "ls -l $exclude /$dir/$include*/*/*/*/*/ 2>/dev/null" }
};
my @working;
my $output = '';
my ($type);
my $result = qx($cmd);
open(my $ch, '<', \$result) or main::error_handler('open-data',"$cmd", "$!");
- while ( my $line = <$ch> ){
+ while (my $line = <$ch>){
chomp($line);
$line =~ s/^\s+|\s+$//g;
@working = split(/\s+/, $line);
$working[0] ||= '';
- if ( scalar @working > 7 ){
- if ($working[0] =~ /^d/ ){
+ if (scalar @working > 7){
+ if ($working[0] =~ /^d/){
$type = "d - ";
}
elsif ($working[0] =~ /^l/){
@@ -2127,7 +2263,7 @@ sub directory_ls {
$working[10] ||= '';
$output = $output . " $type$working[8] $working[9] $working[10]\n";
}
- elsif ( $working[0] !~ /^total/ ){
+ elsif ($working[0] !~ /^total/){
$output = $output . $line . "\n";
}
}
@@ -2182,7 +2318,7 @@ sub process_sys_traverse {
open($fh, '<', $_) or $b_fh = 0;
# needed for removing -T test and root
if ($b_fh){
- while ($row = <$fh>) {
+ while ($row = <$fh>){
chomp($row);
$data .= $sep . '"' . $row . '"';
$sep=', ';
@@ -2200,24 +2336,44 @@ sub process_sys_traverse {
close $fh;
# print $fh "$result";
}
-
+# perl compiler complains on start if prune = 1 used only once, so either
+# do $File::Find::prune = 1 if !$File::Find::prune; OR use no warnings 'once'
sub wanted {
+ # note: we want these directories pruned before the -d test so find
+ # doesn't try to read files inside of the directories
+ if ($parse_src eq 'proc'){
+ if ($File::Find::name =~ m!^/proc/[0-9]+! ||
+ $File::Find::name =~ m!^/proc/(irq|spl|sys)! ||
+ # these choke on sudo/root: kmsg kcore kpage and we don't want keys or kallsyms
+ $File::Find::name =~ m!^/proc/k! ||
+ $File::Find::name =~ m!^/proc/bus/pci! ||
+ $File::Find::name =~ m!^/proc/(irq|spl|sys)!){
+ $File::Find::prune = 1;
+ return;
+ }
+ }
+ elsif ($parse_src eq 'sys'){
+ # note: a new file in 4.11 /sys can hang this, it is /parameter/ then
+ # a few variables. Since inxi does not need to see that file, we will
+ # not use it.
+ if ($File::Find::name =~ m!/(kernel/|trace/|parameters|debug)!){
+ $File::Find::prune = 1;
+ }
+ }
return if -d; # not directory
return unless -e; # Must exist
return unless -f; # Must be file
return unless -r; # Must be readable
if ($parse_src eq 'sys'){
- # note: a new file in 4.11 /sys can hang this, it is /parameter/ then
- # a few variables. Since inxi does not need to see that file, we will
- # not use it. Also do not need . files or __ starting files
# print $File::Find::name . "\n";
# block maybe: cfgroup\/
# picdec\/|, wait_for_fb_sleep/wake is an odroid thing caused hang
# wakeup_count also fails for android, but works fine on regular systems
- return if $b_arm && $File::Find::name =~ /^\/sys\/power\/(wait_for_fb_|wakeup_count$)/;
- return if $File::Find::name =~ /\/(\.[a-z]|kernel\/|trace\/|parameters\/|debug\/)/;
+ return if $b_arm && $File::Find::name =~ m!^/sys/power/(wait_for_fb_|wakeup_count$)!;
+ # do not need . files or __ starting files
+ return if $File::Find::name =~ m!/\.[a-z]!;
# pp_num_states: amdgpu driver bug; android: wakeup_count
- return if $File::Find::name =~ /\/pp_num_states$/;
+ return if $File::Find::name =~ m!/pp_num_states$!;
# comment this one out if you experience hangs or if
# we discover syntax of foreign language characters
# Must be ascii like. This is questionable and might require further
@@ -2226,13 +2382,8 @@ sub wanted {
# the readable tests in copy_files()
# return unless -T;
}
- elsif ($parse_src eq 'proc') {
- return if $File::Find::name =~ /^\/proc\/[0-9]+\//;
- return if $File::Find::name =~ /^\/proc\/bus\/pci\//;
- return if $File::Find::name =~ /^\/proc\/(irq|spl|sys)\//;
- # these choke on sudo/root: kmsg kcore kpage and we don't want keys or kallsyms
- return if $File::Find::name =~ /^\/proc\/k/;
- return if $File::Find::name =~ /(\/mb_groups|debug)$/;
+ elsif ($parse_src eq 'proc'){
+ return if $File::Find::name =~ m!(/mb_groups|debug)$!;
}
# print $File::Find::name . "\n";
push(@content, $File::Find::name);
@@ -2242,8 +2393,6 @@ sub wanted {
# args: 2 - optional: alternate ftp upload url
# NOTE: must be in format: ftp.site.com/incoming
sub upload_file {
- require Net::FTP;
- Net::FTP->import;
my ($self, $ftp_url) = @_;
my ($ftp, $domain, $host, $user, $pass, $dir, $error);
$ftp_url ||= main::get_defaults('ftp-upload');
@@ -2262,7 +2411,7 @@ sub upload_file {
# print "$host $domain $dir $user $pass\n";
print "File to be uploaded:\n$file_path\n";
- if ($host && ( $file_path && -e $file_path ) ){
+ if ($host && ($file_path && -e $file_path)){
# NOTE: important: must explicitly set to passive true/1
$ftp = Net::FTP->new($host, Debug => 0, Passive => 1) || main::error_handler('ftp-connect', $ftp->message);
$ftp->login($user, $pass) || main::error_handler('ftp-login', $ftp->message);
@@ -2285,6 +2434,7 @@ sub upload_file {
}
}
}
+
# random tests for various issues
sub user_debug_test_1 {
# open(my $duped, '>&', STDOUT);
@@ -2300,6 +2450,12 @@ sub user_debug_test_1 {
# close $duped;
}
+# see docs/optimization.txt
+sub ram_use {
+ my ($name, $ref) = @_;
+ printf "%-25s %5d %5d\n", $name, size($ref), total_size($ref);
+}
+
#### -------------------------------------------------------------------
#### DOWNLOADER
#### -------------------------------------------------------------------
@@ -2313,7 +2469,7 @@ sub download_file {
$dl{'no-ssl-opt'} ||= '';
$dl{'spider'} ||= '';
$file ||= 'N/A'; # to avoid debug error
- if ( ! $dl{'dl'} ){
+ if (!$dl{'dl'}){
return 0;
}
if ($dl{'timeout'}){
@@ -2323,7 +2479,7 @@ sub download_file {
# print "$dl{'dl'}\n";
# tiny supports spider sort of
## NOTE: 1 is success, 0 false for Perl
- if ($dl{'dl'} eq 'tiny' ){
+ if ($dl{'dl'} eq 'tiny'){
$cmd = "Using tiny: type: $type \nurl: $url \nfile: $file";
$result = get_file($type, $url, $file);
$debug_data = ($type ne 'stdout') ? $result : 'Success: stdout data not null.';
@@ -2338,21 +2494,21 @@ sub download_file {
$result = qx($cmd);
$debug_data = ($result) ? 'Success: stdout data not null.' : 'Download resulted in null data!';
}
- elsif ($type eq 'file') {
+ elsif ($type eq 'file'){
$args = $dl{'file'};
$cmd = "$dl{'dl'} $dl{'no-ssl-opt'} $ua $timeout $args $file \"$url\" $dl{'null'}";
system($cmd);
$result = ($?) ? 0 : 1; # reverse these into Perl t/f
$debug_data = $result;
}
- elsif ( $dl{'dl'} eq 'wget' && $type eq 'spider'){
+ elsif ($dl{'dl'} eq 'wget' && $type eq 'spider'){
$cmd = "$dl{'dl'} $dl{'no-ssl-opt'} $ua $timeout $dl{'spider'} \"$url\"";
system($cmd);
$result = ($?) ? 0 : 1; # reverse these into Perl t/f
$debug_data = $result;
}
}
- print "-------\nDownloader Data:\n$cmd\nResult: $debug_data\n" if $test[1];
+ print "-------\nDownloader Data:\n$cmd\nResult: $debug_data\n" if $dbg[1];
log_data('data',"$cmd\nResult: $result") if $b_log;
return $result;
}
@@ -2369,26 +2525,26 @@ sub get_file {
$file ||= 'N/A';
log_data('dump','%{$response}',$response) if $b_log;
# print Dumper $response;
- if ( ! $response->{'success'} ){
+ if (!$response->{'success'}){
my $content = $response->{'content'};
$content ||= "N/A\n";
my $msg = "Failed to connect to server/file!\n";
$msg .= "Response: ${content}Downloader: HTTP::Tiny URL: $url\nFile: $file";
log_data('data',$msg) if $b_log;
- print error_defaults('download-error',$msg) if $test[1];
+ print error_defaults('download-error',$msg) if $dbg[1];
$return = 0;
}
else {
- if ( $debug ){
+ if ($debug){
print "$response->{success}\n";
print "$response->{status} $response->{reason}\n";
- while (my ($key, $value) = each %{$response->{'headers'}}) {
- for (ref $value eq "ARRAY" ? @$value : $value) {
+ while (my ($key, $value) = each %{$response->{'headers'}}){
+ for (ref $value eq "ARRAY" ? @$value : $value){
print "$key: $_\n";
}
}
}
- if ( $type eq "stdout" || $type eq "ua-stdout" ){
+ if ($type eq "stdout" || $type eq "ua-stdout"){
$return = $response->{'content'};
}
elsif ($type eq "spider"){
@@ -2422,15 +2578,15 @@ sub set_downloader {
$dl{'tiny'} = 0;
}
}
- #print $dl{'tiny'} . "\n";
+ # print $dl{'tiny'} . "\n";
if ($dl{'tiny'}){
$dl{'dl'} = 'tiny';
$dl{'file'} = '';
$dl{'stdout'} = '';
$dl{'timeout'} = '';
}
- elsif ( $dl{'curl'} && check_program('curl') ){
- $quiet = '-s ' if !$test[1];
+ elsif ($dl{'curl'} && check_program('curl')){
+ $quiet = '-s ' if !$dbg[1];
$dl{'dl'} = 'curl';
$dl{'file'} = " -L ${quiet}-o ";
$dl{'no-ssl'} = ' --insecure';
@@ -2438,8 +2594,8 @@ sub set_downloader {
$dl{'timeout'} = ' -y ';
$dl{'ua'} = ' -A ' . $dl_ua;
}
- elsif ($dl{'wget'} && check_program('wget') ){
- $quiet = '-q ' if !$test[1];
+ elsif ($dl{'wget'} && check_program('wget')){
+ $quiet = '-q ' if !$dbg[1];
$dl{'dl'} = 'wget';
$dl{'file'} = " ${quiet}-O ";
$dl{'no-ssl'} = ' --no-check-certificate';
@@ -2449,14 +2605,15 @@ sub set_downloader {
$dl{'ua'} = ' -U ' . $dl_ua;
}
elsif ($dl{'fetch'} && check_program('fetch')){
- $quiet = '-q ' if !$test[1];
+ $quiet = '-q ' if !$dbg[1];
$dl{'dl'} = 'fetch';
$dl{'file'} = " ${quiet}-o ";
$dl{'no-ssl'} = ' --no-verify-peer';
$dl{'stdout'} = " ${quiet}-o -";
$dl{'timeout'} = ' -T ';
}
- elsif ( $bsd_type eq 'openbsd' && check_program('ftp') ){
+ # at least openbsd/netbsd
+ elsif ($bsd_type && check_program('ftp')){
$dl{'dl'} = 'ftp';
$dl{'file'} = ' -o ';
$dl{'null'} = ' 2>/dev/null';
@@ -2483,73 +2640,73 @@ sub set_perl_downloader {
sub error_handler {
eval $start if $b_log;
- my ( $err, $one, $two) = @_;
+ my ($err,$one,$two) = @_;
my ($b_help,$b_recommends);
my ($b_exit,$errno) = (1,0);
my $message = do {
- if ( $err eq 'empty' ) { 'empty value' }
+ if ($err eq 'empty'){ 'empty value' }
## Basic rules
- elsif ( $err eq 'not-in-irc' ) {
+ elsif ($err eq 'not-in-irc'){
$errno=1; "You can't run option $one in an IRC client!" }
## Internal/external options
- elsif ( $err eq 'bad-arg' ) {
+ elsif ($err eq 'bad-arg'){
$errno=10; $b_help=1; "Unsupported value: $two for option: $one" }
- elsif ( $err eq 'bad-arg-int' ) {
+ elsif ($err eq 'bad-arg-int'){
$errno=11; "Bad internal argument: $one" }
- elsif ( $err eq 'distro-block' ) {
+ elsif ($err eq 'distro-block'){
$errno=20; "Option: $one has been disabled by the $self_name distribution maintainer." }
- elsif ( $err eq 'option-feature-incomplete' ) {
+ elsif ($err eq 'option-feature-incomplete'){
$errno=21; "Option: '$one' feature: '$two' has not been implemented yet." }
- elsif ( $err eq 'unknown-option' ) {
+ elsif ($err eq 'unknown-option'){
$errno=22; $b_help=1; "Unsupported option: $one" }
## Data
- elsif ( $err eq 'open-data' ) {
+ elsif ($err eq 'open-data'){
$errno=32; "Error opening data for reading: $one \nError: $two" }
- elsif ( $err eq 'download-error' ) {
+ elsif ($err eq 'download-error'){
$errno=33; "Error downloading file with $dl{'dl'}: $one \nError: $two" }
## Files:
- elsif ( $err eq 'copy-failed' ) {
+ elsif ($err eq 'copy-failed'){
$errno=40; "Error copying file: $one \nError: $two" }
- elsif ( $err eq 'create' ) {
+ elsif ($err eq 'create'){
$errno=41; "Error creating file: $one \nError: $two" }
- elsif ( $err eq 'downloader-error' ) {
+ elsif ($err eq 'downloader-error'){
$errno=42; "Error downloading file: $one \nfor download source: $two" }
- elsif ( $err eq 'file-corrupt' ) {
+ elsif ($err eq 'file-corrupt'){
$errno=43; "Downloaded file is corrupted: $one" }
- elsif ( $err eq 'mkdir' ) {
+ elsif ($err eq 'mkdir'){
$errno=44; "Error creating directory: $one \nError: $two" }
- elsif ( $err eq 'open' ) {
+ elsif ($err eq 'open'){
$errno=45; $b_exit=0; "Error opening file: $one \nError: $two" }
- elsif ( $err eq 'open-dir' ) {
+ elsif ($err eq 'open-dir'){
$errno=46; "Error opening directory: $one \nError: $two" }
- elsif ( $err eq 'output-file-bad' ) {
+ elsif ($err eq 'output-file-bad'){
$errno=47; "Value for --output-file must be full path, a writable directory, \nand include file name. Path: $two" }
- elsif ( $err eq 'not-writable' ) {
+ elsif ($err eq 'not-writable'){
$errno=48; "The file: $one is not writable!" }
- elsif ( $err eq 'open-dir-failed' ) {
+ elsif ($err eq 'open-dir-failed'){
$errno=49; "The directory: $one failed to open with error: $two" }
- elsif ( $err eq 'remove' ) {
+ elsif ($err eq 'remove'){
$errno=50; "Failed to remove file: $one Error: $two" }
- elsif ( $err eq 'rename' ) {
+ elsif ($err eq 'rename'){
$errno=51; "There was an error moving files: $one\nError: $two" }
- elsif ( $err eq 'write' ) {
+ elsif ($err eq 'write'){
$errno=52; "Failed writing file: $one - Error: $two!" }
## Downloaders
- elsif ( $err eq 'missing-downloader' ) {
+ elsif ($err eq 'missing-downloader'){
$errno=60; "Downloader program $two could not be located on your system." }
- elsif ( $err eq 'missing-perl-downloader' ) {
+ elsif ($err eq 'missing-perl-downloader'){
$errno=61; $b_recommends=1; "Perl downloader missing required module." }
## FTP
- elsif ( $err eq 'ftp-bad-path' ) {
+ elsif ($err eq 'ftp-bad-path'){
$errno=70; "Unable to locate for FTP upload file:\n$one" }
- elsif ( $err eq 'ftp-connect' ) {
+ elsif ($err eq 'ftp-connect'){
$errno=71; "There was an error with connection to ftp server: $one" }
- elsif ( $err eq 'ftp-login' ) {
+ elsif ($err eq 'ftp-login'){
$errno=72; "There was an error with login to ftp server: $one" }
- elsif ( $err eq 'ftp-upload' ) {
+ elsif ($err eq 'ftp-upload'){
$errno=73; "There was an error with upload to ftp server: $one" }
## Modules
- elsif ( $err eq 'required-module' ) {
+ elsif ($err eq 'required-module'){
$errno=80; $b_recommends=1; "The required $one Perl module is not installed:\n$two" }
## DEFAULT
else {
@@ -2616,7 +2773,7 @@ sub run {
['0', '', '', " "],
);
push(@rows, @data);
- #print Data::Dumper::Dumper \@rows;
+ # print Data::Dumper::Dumper \@rows;
main::print_basic(\@rows);
exit 0; # shell true
}
@@ -2663,14 +2820,15 @@ sub check_items {
}
elsif ($type eq 'recommended system programs'){
if ($bsd_type){
- @data = qw(camcontrol dig dmidecode fdisk file glabel gpart ifconfig ipmi-sensors
- ipmitool lsusb sudo smartctl sysctl tree upower uptime usbdevs);
+ @data = qw(camcontrol dig disklabel dmidecode doas fdisk file glabel gpart
+ ifconfig ipmi-sensors ipmitool pciconfig pcidump pcictl smartctl sudo
+ sysctl tree upower uptime usbconfig usbdevs);
$info_os = 'info-bsd';
}
else {
- @data = qw(blockdev dig dmidecode fdisk file hciconfig hddtemp ifconfig ip ipmitool
- ipmi-sensors lsblk lsusb lvs mdadm modinfo runlevel sensors smartctl strings
- sudo tree upower uptime);
+ @data = qw(blockdev bt-adapter dig dmidecode doas fdisk file hciconfig
+ hddtemp ifconfig ip ipmitool ipmi-sensors lsblk lsusb lvs mdadm modinfo
+ runlevel sensors smartctl strings sudo tree upower uptime);
}
$b_program = 1;
$item = 'Program';
@@ -2709,6 +2867,7 @@ sub check_items {
elsif ($type eq 'recommended Perl modules'){
@data = qw(File::Copy File::Find File::Spec::Functions HTTP::Tiny IO::Socket::SSL
Time::HiRes Cpanel::JSON::XS JSON::XS XML::Dumper Net::FTP);
+ push(@data, qw(OpenBSD::Pledge OpenBSD::Unveil)) if $bsd_type && $bsd_type eq 'openbsd';
$b_perl_module = 1;
$item = 'Perl Module';
$extra = ' (Optional)';
@@ -2748,7 +2907,7 @@ sub check_items {
else {
@data = qw(/etc/lsb-release /etc/os-release /proc/asound/cards
/proc/asound/version /proc/cpuinfo /proc/mdstat /proc/meminfo /proc/modules
- /proc/mounts /proc/scsi/scsi /var/log/Xorg.0.log );
+ /proc/mounts /proc/scsi/scsi /var/log/Xorg.0.log);
}
$b_file = 1;
$item = 'File';
@@ -2761,20 +2920,20 @@ sub check_items {
['0', '', '', " " ],
);
if ($extra2){
- $rows[scalar @rows] = (['0', '', '', $extra2]);
- $rows[scalar @rows] = (['0', '', '', ' ']);
+ $rows[scalar @rows] = ['0', '', '', $extra2];
+ $rows[scalar @rows] = ['0', '', '', ' '];
}
if ($extra3){
- $rows[scalar @rows] = (['0', '', '', $extra3]);
- $rows[scalar @rows] = (['0', '', '', ' ']);
+ $rows[scalar @rows] = ['0', '', '', $extra3];
+ $rows[scalar @rows] = ['0', '', '', ' '];
}
foreach my $item (@data){
$install = '';
$about = '';
%info = item_data($item);
$about = $info{$info_os};
- if ( ( $b_dir && -d $item ) || ( $b_file && -r $item ) ||
- ($b_program && main::check_program($item) ) ||
+ if (($b_dir && -d $item) || ($b_file && -r $item) ||
+ ($b_program && main::check_program($item)) ||
($b_perl_module && main::check_perl_module($item)) ||
($b_kernel_module && @modules && (grep {/^$item$/} @modules))){
$result = 'Present';
@@ -2792,23 +2951,23 @@ sub check_items {
push(@missing, "$item$install");
}
$row = make_row($item,$about,$result);
- $rows[scalar @rows] = (['0', '', '', $row]);
+ $rows[scalar @rows] = ['0', '', '', $row];
}
- $rows[scalar @rows] = (['0', '', '', " "]);
+ $rows[scalar @rows] = ['0', '', '', " "];
if (@missing){
- $rows[scalar @rows] = (['0', '', '', "The following $type are missing$extra4:"]);
- foreach (@missing) {
- $rows[scalar @rows] = (['0', '', '', "$item: $_"]);
+ $rows[scalar @rows] = ['0', '', '', "The following $type are missing$extra4:"];
+ foreach (@missing){
+ $rows[scalar @rows] = ['0', '', '', "$item: $_"];
}
}
if (@unreadable){
- $rows[scalar @rows] = (['0', '', '', "The following $type are not readable: "]);
- foreach (@unreadable) {
- $rows[scalar @rows] = (['0', '', '', "$item: $_"]);
+ $rows[scalar @rows] = ['0', '', '', "The following $type are not readable: "];
+ foreach (@unreadable){
+ $rows[scalar @rows] = ['0', '', '', "$item: $_"];
}
}
if (!@missing && !@unreadable){
- $rows[scalar @rows] = (['0', '', '', "All $type are present"]);
+ $rows[scalar @rows] = ['0', '', '', "All $type are present"];
}
return @rows;
}
@@ -2901,6 +3060,13 @@ sub item_data {
'pacman' => 'util-linux',
'rpm' => 'util-linux',
},
+ 'bt-adapter' => {
+ 'info' => '-E bluetooth data (if no hciconfig)',
+ 'info-bsd' => '',
+ 'apt' => 'bluez-tools',
+ 'pacman' => 'bluez-tools',
+ 'rpm' => 'bluez-tools',
+ },
'curl' => {
'info' => '-i (if no dig); -w,-W; -U',
'info-bsd' => '-i (if no dig); -w,-W; -U',
@@ -2922,6 +3088,13 @@ sub item_data {
'pacman' => 'dnsutils',
'rpm' => 'bind-utils',
},
+ 'disklabel' => {
+ 'info' => '',
+ 'info-bsd' => '-j, -p, -P; -R; -o (Open/NetBSD+derived)',
+ 'apt' => '',
+ 'pacman' => '',
+ 'rpm' => '',
+ },
'dmidecode' => {
'info' => '-M if no sys machine data; -m',
'info-bsd' => '-M if null sysctl; -m; -B if null sysctl',
@@ -2929,6 +3102,13 @@ sub item_data {
'pacman' => 'dmidecode',
'rpm' => 'dmidecode',
},
+ 'doas' => {
+ 'info' => '-Dx hddtemp-user; -o file-user (alt for sudo)',
+ 'info-bsd' => '-Dx hddtemp-user; -o file-user',
+ 'apt' => 'doas',
+ 'pacman' => 'doas',
+ 'rpm' => 'doas',
+ },
'fdisk' => {
'info' => '-D partition scheme (fallback)',
'info-bsd' => '-D partition scheme',
@@ -2966,16 +3146,16 @@ sub item_data {
},
'gpart' => {
'info' => '',
- 'info-bsd' => '-p,-P file system, size',
+ 'info-bsd' => '-p,-P; -R; -o (FreeBSD+derived)',
'apt' => '',
'pacman' => '',
'rpm' => '',
},
'hciconfig' => {
- 'info' => '-E bluetooth HCI data',
+ 'info' => '-E bluetooth data (deprecated, good report)',
'info-bsd' => '',
'apt' => 'bluez',
- 'pacman' => 'bluez-utils',
+ 'pacman' => 'bluez-utils-compat (frugalware: bluez-utils)',
'rpm' => 'bluez-utils',
},
'hddtemp' => {
@@ -3029,7 +3209,7 @@ sub item_data {
},
'lsusb' => {
'info' => '-A usb audio; -J (optional); -N usb networking',
- 'info-bsd' => '-A; -J; -N. Alternate to usbdevs',
+ 'info-bsd' => '',
'apt' => 'usbutils',
'pacman' => 'usbutils',
'rpm' => 'usbutils',
@@ -3048,6 +3228,27 @@ sub item_data {
'pacman' => 'module-init-tools',
'rpm' => 'module-init-tools',
},
+ 'pciconfig' => {
+ 'info' => '',
+ 'info-bsd' => '-A,-E,-G,-N pci devices (FreeBSD+derived)',
+ 'apt' => '',
+ 'pacman' => '',
+ 'rpm' => '',
+ },
+ 'pcictl' => {
+ 'info' => '',
+ 'info-bsd' => '-A,-E,-G,-N pci devices (NetBSD+derived)',
+ 'apt' => '',
+ 'pacman' => '',
+ 'rpm' => '',
+ },
+ 'pcidump' => {
+ 'info' => '',
+ 'info-bsd' => '-A,-E,-G,-N pci devices (OpenBSD+derived, doas/su)',
+ 'apt' => '',
+ 'pacman' => '',
+ 'rpm' => '',
+ },
'runlevel' => {
'info' => '-I fallback to Perl',
'info-bsd' => '',
@@ -3076,6 +3277,13 @@ sub item_data {
'pacman' => '?',
'rpm' => '?',
},
+ 'sudo' => {
+ 'info' => '-Dx hddtemp-user; -o file-user',
+ 'info-bsd' => '-Dx hddtemp-user; -o file-user (alt for doas)',
+ 'apt' => 'sudo',
+ 'pacman' => 'sudo',
+ 'rpm' => 'sudo',
+ },
'sysctl' => {
'info' => '',
'info-bsd' => '-C; -I; -m; -tm',
@@ -3083,13 +3291,6 @@ sub item_data {
'pacman' => '?',
'rpm' => '?',
},
- 'sudo' => {
- 'info' => '-Dx hddtemp-user; -o file-user',
- 'info-bsd' => '-Dx hddtemp-user; -o file-user',
- 'apt' => 'sudo',
- 'pacman' => 'sudo',
- 'rpm' => 'sudo',
- },
'tree' => {
'info' => '--debugger 20,21 /sys tree',
'info-bsd' => '--debugger 20,21 /sys tree',
@@ -3111,9 +3312,16 @@ sub item_data {
'pacman' => 'procps',
'rpm' => 'procps',
},
+ 'usbconfig' => {
+ 'info' => '',
+ 'info-bsd' => '-A; -E; -G; -J; -N; (FreeBSD+derived, doas/su)',
+ 'apt' => 'usbutils',
+ 'pacman' => 'usbutils',
+ 'rpm' => 'usbutils',
+ },
'usbdevs' => {
'info' => '',
- 'info-bsd' => '-A; -J; -N;',
+ 'info-bsd' => '-A; -E; -G; -J; -N; (Open/NetBSD+derived)',
'apt' => 'usbutils',
'pacman' => 'usbutils',
'rpm' => 'usbutils',
@@ -3131,7 +3339,7 @@ sub item_data {
'info-bsd' => '-G glx info',
'apt' => 'mesa-utils',
'pacman' => 'mesa-demos',
- 'rpm' => 'glx-utils (openSUSE 12.3 and later Mesa-demo-x)',
+ 'rpm' => 'glx-utils (SUSE: Mesa-demo-x)',
},
'wmctrl' => {
'info' => '-S active window manager (fallback)',
@@ -3145,7 +3353,7 @@ sub item_data {
'info-bsd' => '-G multi screen resolution',
'apt' => 'X11-utils',
'pacman' => 'xorg-xdpyinfo',
- 'rpm' => 'xorg-x11-utils',
+ 'rpm' => 'xorg-x11-utils (SUSE/Fedora?: xdpyinfo)',
},
'xprop' => {
'info' => '-S desktop data',
@@ -3159,7 +3367,7 @@ sub item_data {
'info-bsd' => '-G single screen resolution',
'apt' => 'x11-xserver-utils',
'pacman' => 'xrandr',
- 'rpm' => 'x11-server-utils',
+ 'rpm' => 'x11-server-utils (Fedora: xrandr)',
},
# Perl Modules
'Cpanel::JSON::XS' => {
@@ -3218,6 +3426,20 @@ sub item_data {
'pacman' => 'Core Modules',
'rpm' => 'Core Modules',
},
+ 'OpenBSD::Pledge' => {
+ 'info' => "$self_name Perl pledge support.",
+ 'info-bsd' => "$self_name Perl pledge support.",
+ 'apt' => '',
+ 'pacman' => '',
+ 'rpm' => '',
+ },
+ 'OpenBSD::Unveil' => {
+ 'info' => "Experimental: $self_name Perl unveil support.",
+ 'info-bsd' => "Experimental: $self_name Perl unveil support.",
+ 'apt' => '',
+ 'pacman' => '',
+ 'rpm' => '',
+ },
'Time::HiRes' => {
'info' => '-C cpu sleep (not required); --debug timers',
'info-bsd' => '-C cpu sleep (not required); --debug timers',
@@ -3263,7 +3485,7 @@ sub make_row {
}
sub make_line {
my $line = '';
- foreach (0 .. $size{'max'} - 2 ){
+ foreach (0 .. $size{'max'} - 2){
$line .= '-';
}
return $line;
@@ -3286,8 +3508,9 @@ sub awk {
my ($ref,$search,$num,$sep) = @_;
my ($result);
# print "search: $search\n";
- return if ! @$ref || ! $search;
+ return if !@$ref || !$search;
foreach (@$ref){
+ next if !defined $_;
if (/$search/i){
$result = $_;
$result =~ s/^\s+|\s+$//g;
@@ -3351,6 +3574,7 @@ sub compare_versions {
sub convert_hex {
return (defined $_[0] && $_[0] =~ /^0x/) ? hex($_[0]) : $_[0];
}
+
# returns count of files in directory, if 0, dir is empty
sub count_dir_files {
return unless -d $_[0];
@@ -3371,7 +3595,7 @@ sub get_piece {
$string =~ s/^\s+|\s+$//g;
my @temp = split(/$sep/, $string);
eval $end if $b_log;
- if ( exists $temp[$num] ){
+ if (exists $temp[$num]){
$temp[$num] =~ s/,//g;
return $temp[$num];
}
@@ -3385,10 +3609,16 @@ sub grabber {
eval $start if $b_log;
my ($cmd,$split,$strip) = @_;
$split ||= "\n";
- my @rows = split(/$split/, qx($cmd));
- if ($strip && @rows){
- @rows = grep {/^\s*[^#]/} @rows;
- @rows = map {s/^\s+|\s+$//g; $_} @rows if @rows;
+ my @rows;
+ if ($strip){
+ for (split(/$split/, qx($cmd))){
+ next if /^\s*(#|$)/;
+ $_ =~ s/^\s+|\s+$//g;
+ push(@rows,$_);
+ }
+ }
+ else {
+ @rows = split(/$split/, qx($cmd));
}
eval $end if $b_log;
return @rows;
@@ -3401,6 +3631,7 @@ sub globber {
eval $end if $b_log;
return @files;
}
+
# arg MUST be quoted when inserted, otherwise perl takes it for a hex number
sub is_hex {
return (defined $_[0] && $_[0] =~ /^0x/) ? 1 : 0;
@@ -3414,7 +3645,7 @@ sub is_int {
# receives string, returns boolean 1 if numeric. tr/// is 4x faster than regex
sub is_numeric {
- return 1 if ( defined $_[0] && ( $_[0] =~ tr/0123456789//) >= 1 &&
+ return 1 if (defined $_[0] && ($_[0] =~ tr/0123456789//) >= 1 &&
length($_[0]) == ($_[0] =~ tr/0123456789.//) && ($_[0] =~ tr/.//) <= 1);
}
@@ -3455,14 +3686,14 @@ sub program_data {
eval $start if $b_log;
my ($values_id,$version_id,$level) = @_;
my (@data,$path,@program_data);
- $level = 0 if ! $level;
- #print "val_id: $values_id ver_id:$version_id lev:$level ex:$extra\n";
- $version_id = $values_id if ! $version_id;
+ $level = 0 if !$level;
+ # print "val_id: $values_id ver_id:$version_id lev:$level ex:$extra\n";
+ $version_id = $values_id if !$version_id;
@data = program_values($values_id);
if ($data[3]){
$program_data[0] = $data[3];
# programs that have no version method return 0 0 for index 1 and 2
- if ( $extra >= $level && $data[1] && $data[2]){
+ if ($extra >= $level && $data[1] && $data[2]){
$program_data[1] = program_version($version_id,$data[0],
$data[1],$data[2],$data[5],$data[6],$data[7],$data[8]);
}
@@ -3473,7 +3704,7 @@ sub program_data {
return @program_data;
}
-# it's almost 1000 times slower to load these each time program_values is called!!
+# It's almost 1000 times slower to load these each time program_values is called!!
sub set_program_values {
%program_values = (
## Clients ##
@@ -3498,7 +3729,9 @@ sub set_program_values {
'xchat-gnome' => ['[0-9.]+',2,'-v','X-Chat-Gnome',1,1,0,'',''],
'xchat' => ['[0-9.]+',2,'-v','X-Chat',1,1,0,'',''],
## Desktops / wm / compositors ##
+ '2bwm' => ['^2bwm',0,'0','2bWM',0,1,0,'',''], # unverified/based on mcwm
'3dwm' => ['^3dwm',0,'0','3Dwm',0,1,0,'',''], # unverified
+ '5dwm' => ['^5dwm',0,'0','5Dwm',0,1,0,'',''], # unverified
'9wm' => ['^9wm',3,'-version','9wm',0,1,0,'',''],
'aewm' => ['^aewm',3,'--version','aewm',0,1,0,'',''],
'aewm++' => ['^Version:',2,'-version','aewm++',0,1,0,'',''],
@@ -3514,10 +3747,12 @@ sub set_program_values {
'budgie-wm' => ['^budgie',0,'0','budgie-wm',0,1,0,'',''],
'cagebreak' => ['^Cagebreak',3,'-v','Cagebreak',0,1,0,'',''],
'calmwm' => ['^calmwm',0,'0','CalmWM',0,1,0,'',''], # unverified
+ 'catwm' => ['^catwm',0,'0','catwm',0,1,0,'',''], # unverified
'cinnamon' => ['^cinnamon',2,'--version','Cinnamon',0,1,0,'',''],
'clfswm' => ['^clsfwm',0,'0','clfswm',0,1,0,'',''], # no version
'compiz' => ['^compiz',2,'--version','Compiz',0,1,0,'',''],
'compton' => ['^\d',1,'--version','Compton',0,1,0,'',''],
+ 'ctwm' => ['^\S',1,'-version','ctwm',0,1,0,'',''],
'cwm' => ['^cwm',0,'0','CWM',0,1,0,'',''], # no version
'dcompmgr' => ['^dcompmgr',0,'0','dcompmgr',0,1,0,'',''], # unverified
'deepin' => ['^Version',2,'file','Deepin',0,100,'=','','/etc/deepin-version'], # special
@@ -3533,10 +3768,11 @@ sub set_program_values {
'fireplace' => ['^fireplace',0,'0','fireplace',0,1,0,'',''], # unverified
'fluxbox' => ['^fluxbox',2,'-v','Fluxbox',0,1,0,'',''],
'flwm' => ['^flwm',0,'0','FLWM',0,0,1,'',''], # no version
- 'fvwm' => ['^fvwm',2,'-version','FVWM',0,1,0,'',''],
+ # openbsd changed: version string: [FVWM[[main] Fvwm.. sigh, and outputs to stderr. Why?
+ 'fvwm' => ['^fvwm',2,'-version','FVWM',0,1,0,'',''],
'fvwm1' => ['^Fvwm',3,'-version','FVWM1',0,1,1,'',''],
- 'fvwm2' => ['^fvwm',2,'--version','fVWM2',0,1,0,'',''],
- 'fvwm3' => ['^fvwm',2,'--version','fVWM3',0,1,0,'',''],
+ 'fvwm2' => ['^fvwm',2,'--version','FVWM2',0,1,0,'',''],
+ 'fvwm3' => ['^fvwm',2,'--version','FVWM3',0,1,0,'',''],
'fvwm95' => ['^fvwm',2,'--version','FVWM95',0,1,1,'',''],
'fvwm-crystal' => ['^fvwm',2,'--version','FVWM-Crystal',0,0,0,'',''], # for print name fvwm
'gala' => ['^gala',0,'0','gala',0,1,0,'',''], # pantheon wm: super slow result, 2, '--version' works?
@@ -3554,18 +3790,19 @@ sub set_program_values {
'ion3' => ['^ion3',0,'--version','Ion3',0,1,0,'',''], # unverified; also shell called ion
'jbwm' => ['jbwm',3,'-v','JBWM',0,1,0,'',''], # might use full path in match
'jwm' => ['^jwm',2,'--version','JWM',0,1,0,'',''],
- 'kded' => ['^KDE Development Platform:',4,'--version','KDE',0,1,0,'',''],
- 'kded1' => ['^KDE Development Platform:',4,'--version','KDE',0,1,0,'',''],
- 'kded2' => ['^KDE Development Platform:',4,'--version','KDE',0,1,0,'',''],
- 'kded3' => ['^KDE Development Platform:',4,'--version','KDE',0,1,0,'',''],
- 'kded4' => ['^KDE Development Platform:',4,'--version','KDE',0,1,0,'',''],
+ 'kded' => ['^KDE( Development Platform)?:',2,'--version','KDE',0,1,0,'\sDevelopment Platform',''],
+ 'kded1' => ['^KDE( Development Platform)?:',2,'--version','KDE',0,1,0,'\sDevelopment Platform',''],
+ 'kded2' => ['^KDE( Development Platform)?:',2,'--version','KDE',0,1,0,'\sDevelopment Platform',''],
+ 'kded3' => ['^KDE( Development Platform)?:',2,'--version','KDE',0,1,0,'\sDevelopment Platform',''],
+ 'kded4' => ['^KDE( Development Platform)?:',2,'--version','KDE',0,1,0,'\sDevelopment Platform',''],
'ksmcon' => ['^ksmcon',0,'0','ksmcon',0,1,0,'',''],# no version
'kwin' => ['^kwin',0,'0','kwin',0,1,0,'',''],# no version
'kwin_wayland' => ['^kwin_wayland',0,'0','kwin_wayland',0,1,0,'',''],# no version
'kwin_x11' => ['^kwin_x11',0,'0','kwin_x11',0,1,0,'',''],# no version
'larswm' => ['^larswm',2,'-v','larswm',0,1,1,'',''],
+ 'leftwm' => ['^leftwm',0,'0','LeftWM',0,1,0,'',''],# no version, in CHANGELOG
'liri' => ['^liri',0,'0','liri',0,1,0,'',''],
- 'lumina' => ['^\S',1,'--version','Lumina',0,1,1,'',''],
+ 'lumina-desktop' => ['^\S',1,'--version','Lumina',0,1,1,'',''],
'lwm' => ['^lwm',0,'0','lwm',0,1,0,'',''], # no version
'lxpanel' => ['^lxpanel',2,'--version','LXDE',0,1,0,'',''],
# command: lxqt-panel
@@ -3579,11 +3816,13 @@ sub set_program_values {
'mate-about' => ['^MATE[[:space:]]DESKTOP',-1,'--version','MATE',0,1,0,'',''],
# note, mate-session when launched with full path returns full path in version string
'mate-session' => ['mate-session',-1,'--version','MATE',0,1,0,'',''],
+ 'mcwm' => ['^mcwm',0,'0','mcwm',0,1,0,'',''], # unverified/see 2bwm
'metacity' => ['^metacity',2,'--version','Metacity',0,1,0,'',''],
'metisse' => ['^metisse',0,'0','metisse',0,1,0,'',''],
'mini' => ['^Mini',5,'--version','Mini',0,1,0,'',''],
'mir' => ['^mir',0,'0','mir',0,1,0,'',''],# unverified
'moblin' => ['^moblin',0,'0','moblin',0,1,0,'',''],# unverified
+ 'monsterwm' => ['^monsterwm',0,'0','monsterwm',0,1,0,'',''],# unverified
'motorcar' => ['^motorcar',0,'0','motorcar',0,1,0,'',''],# unverified
'muffin' => ['^muffin',2,'--version','Muffin',0,1,0,'',''],
'musca' => ['^musca',0,'-v','Musca',0,1,0,'',''], # unverified
@@ -3596,6 +3835,7 @@ sub set_program_values {
'pantheon' => ['^pantheon',0,'0','Pantheon',0,1,0,'',''],# no version
'papyros' => ['^papyros',0,'0','papyros',0,1,0,'',''],# no version
'pekwm' => ['^pekwm',3,'--version','PekWM',0,1,0,'',''],
+ 'penrose' => ['^penrose',0,'0','Penrose',0,1,0,'',''],# no version?
'perceptia' => ['^perceptia',0,'0','perceptia',0,1,0,'',''],
'picom' => ['^\S',1,'--version','Picom',0,1,0,'^v',''],
'plasmashell' => ['^plasmashell',2,'--version','KDE Plasma',0,1,0,'',''],
@@ -3607,6 +3847,7 @@ sub set_program_values {
'sawfish' => ['^sawfish',3,'--version','Sawfish',0,1,0,'',''],
'scrotwm' => ['^scrotwm.*welcome.*',5,'-v','scrotwm',0,1,1,'',''],
'sommelier' => ['^sommelier',0,'0','sommelier',0,1,0,'',''], # unverified
+ 'snapwm' => ['^snapwm',0,'0','snapwm',0,1,0,'',''], # unverified
'spectrwm' => ['^spectrwm.*welcome.*wm',5,'-v','spectrwm',0,1,1,'',''],
# out of stump, 2 --version, but in tries to start new wm instance endless hang
'stumpwm' => ['^SBCL',0,'--version','StumpWM',0,1,0,'',''], # hangs when run in wm
@@ -3621,7 +3862,8 @@ sub set_program_values {
'unagi' => ['^\S',1,'--version','unagi',0,1,0,'',''],
'unity' => ['^unity',2,'--version','Unity',0,1,0,'',''],
'unity-system-compositor' => ['^unity-system-compositor',2,'--version',
- 'unity-system-compositor (mir)',0,0,0,'',''],
+ 'unity-system-compositor (mir)',0,0,0,'',''],
+ 'uwm' => ['^uwm',0,'0','UWM',0,1,0,'',''], # unverified
'wavy' => ['^wavy',0,'0','wavy',0,1,0,'',''], # unverified
'waycooler' => ['^way',3,'--version','way-cooler',0,1,0,'',''],
'way-cooler' => ['^way',3,'--version','way-cooler',0,1,0,'',''],
@@ -3630,8 +3872,11 @@ sub set_program_values {
'westford' => ['^westford',0,'0','westford',0,1,0,'',''], # unverified
'weston' => ['^weston',0,'0','weston',0,1,0,'',''], # unverified
'windowlab' => ['^windowlab',2,'-about','WindowLab',0,1,0,'',''],
+ 'wingo' => ['^wingo',0,'0','Wingo',0,1,0,'',''], # unverified
'wm2' => ['^wm2',0,'0','wm2',0,1,0,'',''], # no version
'wmaker' => ['^Window[[:space:]]*Maker',-1,'--version','WindowMaker',0,1,0,'',''],
+ 'wmfs' => ['^wmfs',0,'0','WMFS',0,1,0,'',''], # unverified
+ 'wmfs2' => ['^wmfs',0,'0','WMFS',0,1,0,'',''], # unverified
'wmii' => ['^wmii',1,'-v','wmii',0,1,0,'^wmii[234]?-',''], # wmii is wmii3
'wmii2' => ['^wmii2',1,'--version','wmii2',0,1,0,'^wmii[234]?-',''],
'wmx' => ['^wmx',0,'0','wmx',0,1,0,'',''], # no version
@@ -3641,6 +3886,10 @@ sub set_program_values {
'xfdesktop' => ['xfdesktop[[:space:]]version',5,'--version','Xfce',0,1,0,'',''],
# command: xfdesktop
'xfdesktop-toolkit' => ['Built[[:space:]]with[[:space:]]GTK',4,'--version','Gtk',0,1,0,'',''],
+ # ' This is xfwm4 version 4.16.1 (revision 5f61a84ad) for Xfce 4.16'
+ 'xfwm' => ['xfwm[3-8]? version',5,'--version','xfwm',0,1,0,'^^\s+',''],# unverified
+ 'xfwm4' => ['xfwm4? version',5,'--version','xfwm',0,1,0,'^^\s+',''],
+ 'xfwm5' => ['xfwm5? version',5,'--version','xfwm',0,1,0,'^^\s+',''], # unverified
'xmonad' => ['^xmonad',2,'--version','XMonad',0,1,0,'',''],
'yeahwm' => ['^yeahwm',0,'--version','YeahWM',0,1,0,'',''], # unverified
## Toolkits ##
@@ -3653,6 +3902,7 @@ sub set_program_values {
'gdm' => ['^gdm',2,'--version','GDM',0,1,0,'',''],
'gdm3' => ['^gdm',2,'--version','GDM3',0,1,0,'',''],
'kdm' => ['^kdm',0,'0','KDM',0,1,0,'',''],
+ 'kdm3' => ['^kdm',0,'0','KDM',0,1,0,'',''],
'ldm' => ['^ldm',0,'0','LDM',0,1,0,'',''],
'lightdm' => ['^lightdm',2,'--version','LightDM',0,1,1,'',''],
'lxdm' => ['^lxdm',0,'0','LXDM',0,1,0,'',''],
@@ -3668,7 +3918,7 @@ sub set_program_values {
'xdm' => ['^xdm',0,'0','XDM',0,1,0,'',''],
'xenodm' => ['^xenodm',0,'0','xenodm',0,1,0,'',''],
## Shells - not checked: ion, eshell ##
- ## See test_shell() for unhandled but known shells
+ ## See ShellData::shell_test() for unhandled but known shells
'ash' => ['',3,'pkg','ash',1,0,0,'',''], # special; dash precursor
'bash' => ['^GNU[[:space:]]bash',4,'--version','Bash',1,1,0,'',''],
'busybox' => ['^busybox',0,'0','BusyBox',1,0,0,'',''], # unverified, hush/ash likely
@@ -3714,10 +3964,10 @@ sub program_values {
my ($app) = @_;
my (@program_data);
set_program_values() if !%program_values;
- if ( defined $program_values{$app} ){
+ if (defined $program_values{$app}){
@program_data = @{$program_values{$app}};
}
- #my $debug = Dumper \@program_data;
+ # my $debug = Dumper \@program_data;
log_data('dump',"Program Data",\@program_data) if $b_log;
return @program_data;
}
@@ -3741,8 +3991,8 @@ sub program_version {
$num-- if (defined $num && $num > 0);
# konvi in particular doesn't like using $ENV{'PATH'} as set, so we need
# to always assign the full path if it hasn't already been done
- if ( $version ne 'file' && $app !~ /^\// ){
- if (my $program = check_program($app) ){
+ if ($version ne 'file' && $app !~ /^\//){
+ if (my $program = check_program($app)){
$app = $program;
}
else {
@@ -3768,7 +4018,7 @@ sub program_version {
return 0 if !$cmd;
}
# note, some wm/apps send version info to stderr instead of stdout
- elsif ($stderr) {
+ elsif ($stderr){
$cmd = "$app $version 2>&1";
}
else {
@@ -3788,7 +4038,7 @@ sub program_version {
while (<$ch>){
#chomp;
last if $count > $exit;
- if ( $_ =~ /$search/i ) {
+ if ($_ =~ /$search/i){
$_ = trimmer($_);
# print "loop: $_ :: num: $num\n";
$_ =~ s/$replace//i if $replace;
@@ -3824,7 +4074,7 @@ sub program_version_cmd {
eval $start if $b_log;
my ($app,$app_name,$extra) = @_;
my @data = ('',0);
- if ($app_name eq 'cicada') {
+ if ($app_name eq 'cicada'){
$data[0] = $app . ' -c "' . $extra . '" 2>/dev/null';}
elsif ($app_name =~ /^(|l|lo|m|pd)ksh(93)?$/){
$data[0] = $app . ' -c \'printf %s "$KSH_VERSION"\' 2>/dev/null';
@@ -3835,21 +4085,22 @@ sub program_version_cmd {
eval $end if $b_log;
return @data;
}
+
# returns $cmd, $search
sub program_version_pkg {
eval $start if $b_log;
my ($app) = @_;
my ($program,@data);
# note: version $num is 3 in dpkg-query/pacman/rpm, which is convenient
- if ($program = check_program('dpkg-query') ){
+ if ($program = check_program('dpkg-query')){
$data[0] = "$program -W -f='\${Package}\tversion\t\${Version}\n' $app 2>/dev/null";
$data[1] = "^$app\\b";
}
- elsif ($program = check_program('pacman') ){
+ elsif ($program = check_program('pacman')){
$data[0] = "$program -Q --info $app 2>/dev/null";
$data[1] = '^Version';
}
- elsif ($program = check_program('rpm') ){
+ elsif ($program = check_program('rpm')){
$data[0] = "$program -qi --nodigest --nosignature $app 2>/dev/null";
$data[1] = '^Version';
}
@@ -3865,13 +4116,18 @@ sub program_version_pkg {
sub reader {
eval $start if $b_log;
my ($file,$strip,$index) = @_;
- return if ! $file;
- open(my $fh, '<', $file ) or error_handler('open', $file, $!);
+ return if !$file;
+ open(my $fh, '<', $file) or error_handler('open', $file, $!);
chomp(my @rows = <$fh>);
close $fh if $fh;
if (@rows && $strip){
- @rows = grep {/^\s*[^#]/} @rows;
- @rows = map {s/^\s+|\s+$//g; $_} @rows if @rows;
+ my @temp;
+ for (@rows){
+ next if /^\s*(#|$)/;
+ $_ =~ s/^\s+|\s+$//g;
+ push(@temp,$_);
+ }
+ @rows = @temp;
}
eval $end if $b_log;
# note: returns undef scalar value if $rows[index] does not exist
@@ -3881,8 +4137,8 @@ sub reader {
# args: 1 - the file to create if not exists
sub toucher {
my $file = shift;
- if ( ! -e $file ){
- open( my $fh, '>', $file ) or error_handler('create', $file, $!);
+ if (! -e $file){
+ open(my $fh, '>', $file) or error_handler('create', $file, $!);
}
}
@@ -3890,10 +4146,10 @@ sub toucher {
# arg: 1 - string to be right left trimmed. Also slices off \n so no chomp needed
# this thing is super fast, no need to log its times etc, 0.0001 seconds or less
sub trimmer {
- #eval $start if $b_log;
+ # eval $start if $b_log;
my ($str) = @_;
$str =~ s/^\s+|\s+$|\n$//g;
- #eval $end if $b_log;
+ # eval $end if $b_log;
return $str;
}
@@ -3924,7 +4180,7 @@ sub writer {
#### -------------------------------------------------------------------
#### UPDATER
-##### -------------------------------------------------------------------
+#### -------------------------------------------------------------------
# arg 1: type to return
sub get_defaults {
@@ -3936,12 +4192,12 @@ sub get_defaults {
'inxi-dev' => 'https://smxi.org/in/',
'inxi-main' => 'https://github.com/smxi/inxi/raw/master/',
'inxi-pinxi' => 'https://github.com/smxi/inxi/raw/inxi-perl/',
- 'inxi-man' => "https://smxi.org/in/$self_name.1.gz",
+ 'inxi-man' => "https://smxi.org/in/$self_name.1",
'inxi-man-gh' => "https://github.com/smxi/inxi/raw/master/$self_name.1",
- 'pinxi-man' => "https://smxi.org/in/$self_name.1.gz",
+ 'pinxi-man' => "https://smxi.org/in/$self_name.1",
'pinxi-man-gh' => "https://github.com/smxi/inxi/raw/inxi-perl/$self_name.1",
);
- if ( exists $defaults{$type}){
+ if (exists $defaults{$type}){
return $defaults{$type};
}
else {
@@ -3954,7 +4210,7 @@ sub get_defaults {
# note that 1 must end in / to properly construct the url path
sub update_me {
eval $start if $b_log;
- my ( $self_download, $download_id ) = @_;
+ my ($self_download,$download_id) = @_;
my $downloader_error=1;
my $file_contents='';
my $output = '';
@@ -3962,10 +4218,10 @@ sub update_me {
$self_download =~ s/\/$//; # dirname sometimes ends with /, sometimes not
my $full_self_path = "$self_path/$self_name";
- if ( $b_irc ){
- error_handler('not-in-irc', "-U/--update" )
+ if ($b_irc){
+ error_handler('not-in-irc', "-U/--update")
}
- if ( ! -w $full_self_path ){
+ if (! -w $full_self_path){
error_handler('not-writable', "$self_name", '');
}
$output .= "Starting $self_name self updater.\n";
@@ -3980,23 +4236,23 @@ sub update_me {
$file_contents = download_file('stdout', $self_download);
# then do the actual download
- if ( $file_contents ){
+ if ($file_contents){
# make sure the whole file got downloaded and is in the variable
- if ( $file_contents =~ /###\*\*EOF\*\*###/ ){
+ print "Validating downloaded data...\n";
+ if ($file_contents =~ /###\*\*EOF\*\*###/){
open(my $fh, '>', $full_self_path);
- print $fh $file_contents or error_handler('write', "$full_self_path", "$!" );
+ print $fh $file_contents or error_handler('write', $full_self_path, "$!");
close $fh;
- qx( chmod +x '$self_path/$self_name' );
+ qx(chmod +x '$self_path/$self_name');
set_version_data();
$output .= "Successfully updated to $download_id version: $self_version\n";
$output .= "New $download_id version patch number: $self_patch\n";
$output .= "New $download_id version release date: $self_date\n";
$output .= "To run the new version, just start $self_name again.\n";
$output .= "$line3\n";
- $output .= "Starting download of man page file now.\n";
print $output;
$output = '';
- if ($b_man){
+ if ($use{'man'}){
update_man($download_id);
}
else {
@@ -4016,62 +4272,74 @@ sub update_me {
}
sub update_man {
+ eval $start if $b_log;
my ($download_id) = @_;
- my $man_file_location=set_man_location();
- my $man_file_path="$man_file_location/$self_name.1" ;
- my ($man_file_url,$output) = ('','');
-
- my $b_downloaded = 0;
- if ( ! -d $man_file_location ){
+ my $man_file_location = set_man_location();
+ my $man_file_path = "$man_file_location/$self_name.1" ;
+ my ($file_contents,$man_file_url,$output,$program) = ('','','','');
+ print "Starting download of man page file now.\n";
+ if (! -d $man_file_location){
print "The required man directory was not detected on your system.\n";
print "Unable to continue: $man_file_location\n";
return 0;
}
- if ( ! -w $man_file_location ){
+ if (! -w $man_file_location){
print "Cannot write to $man_file_location! Root privileges required.\n";
print "Unable to continue: $man_file_location\n";
return 0;
}
- if ( -f "/usr/share/man/man8/inxi.8.gz" ){
+ if (-f "/usr/share/man/man8/inxi.8.gz"){
print "Updating man page location to man1.\n";
rename "/usr/share/man/man8/inxi.8.gz", "$man_file_location/inxi.1.gz";
- if ( check_program('mandb') ){
- system( 'mandb' );
+ if (check_program('mandb')){
+ system('mandb');
}
}
- # first choice is inxi.1/pinxi.1 from gh, second gz from smxi.org
- if ( $download_id ne 'dev server' && (my $program = check_program('gzip'))){
- $man_file_url=get_defaults($self_name . '-man-gh');
- print "Downloading Man page file...\n";
- $b_downloaded = download_file('file', $man_file_url, $man_file_path);
- if ($b_downloaded){
- print "Download successful. Compressing file...\n";
+ if (!($program = check_program('gzip'))){
+ print "Required program gzip not found. Unable to install man page.\n";
+ return 0;
+ }
+ # first choice is inxi.1/pinxi.1 from gh, second from smxi.org
+ if ($download_id ne 'dev server'){
+ $man_file_url = get_defaults($self_name . '-man-gh');
+ }
+ else {
+ $man_file_url = get_defaults($self_name . '-man');
+ }
+ print "Updating $self_name.1 in $man_file_location\n";
+ print "using $download_id branch as download source\n";
+ print "Downloading man page file...\n";
+ print "Download URL: $man_file_url\n" if $dbg[1];
+ $file_contents = download_file('stdout', $man_file_url);
+ if ($file_contents){
+ # make sure the whole file got downloaded and is in the variable
+ print "Download successful. Validating downloaded man file data...\n";
+ if ($file_contents =~ m|\.\\" EOF|){
+ print "Contents validated. Writing to man location...\n";
+ open(my $fh, '>', $man_file_path);
+ print $fh $file_contents or error_handler('write', $man_file_path, "$!");
+ close $fh;
+ print "Writing successful. Compressing file...\n";
system("$program -9 -f $man_file_path > $man_file_path.gz");
my $err = $?;
if ($err > 0){
- print "Oh no! Something went wrong compressing the manfile:\n";
- print "Local path: $man_file_path Error: $err\n";
+ print "Oh no! Something went wrong compressing the man file!\n";
+ print "Error: $err\n";
}
else {
- print "Download and install of man page successful.\nCheck to make sure it works: man $self_name\n";
+ print "Download, install, and compression of man page successful.\n";
+ print "Check to make sure it works: man $self_name\n";
}
}
- }
- else {
- $man_file_url = get_defaults($self_name . '-man');
- # used to use spider tests, but only wget supports that, so no need
- print "Downloading Man page file gz...\n";
- $man_file_path .= '.gz';
- # returns perl, 1 for true, 0 for false, even when using shell tool returns
- $b_downloaded = download_file('file', $man_file_url, $man_file_path );
- if ($b_downloaded) {
- print "Download and install of man page successful.\nCheck to make sure it works: man $self_name\n";
+ else {
+ error_handler('file-corrupt', "$self_name.1");
}
}
- if ( !$b_downloaded ){
- print "Oh no! Something went wrong downloading the Man file at:\n$man_file_url\n";
- print "Try -U with --dbg 1 for more information on the failure.\n";
+ # now run the error handlers on any downloader failure
+ else {
+ error_handler('download-error', $man_file_url, $download_id);
}
+ eval $end if $b_log;
}
sub set_man_location {
@@ -4080,22 +4348,22 @@ sub set_man_location {
my $man_paths=qx(man --path 2>/dev/null);
my $man_local='/usr/local/share/man';
my $b_use_local=0;
- if ( $man_paths && $man_paths =~ /$man_local/ ){
+ if ($man_paths && $man_paths =~ /$man_local/){
$b_use_local=1;
}
# for distro installs
- if ( -f "$default_location/inxi.1.gz" ){
+ if (-f "$default_location/inxi.1.gz"){
$location=$default_location;
}
else {
- if ( $b_use_local ){
- if ( ! -d "$man_local/man1" ){
+ if ($b_use_local){
+ if (! -d "$man_local/man1"){
mkdir "$man_local/man1";
}
$location="$man_local/man1";
}
}
- if ( ! $location ){
+ if (!$location){
$location=$default_location;
}
return $location;
@@ -4106,19 +4374,19 @@ sub set_man_location {
# the values from the UPDATED file, NOT the running program!
sub set_version_data {
open(my $fh, '<', "$self_path/$self_name");
- while( my $row = <$fh>){
+ while (my $row = <$fh>){
chomp($row);
$row =~ s/'|;//g;
- if ($row =~ /^my \$self_name/ ){
+ if ($row =~ /^my \$self_name/){
$self_name = (split('=', $row))[1];
}
- elsif ($row =~ /^my \$self_version/ ){
+ elsif ($row =~ /^my \$self_version/){
$self_version = (split('=', $row))[1];
}
- elsif ($row =~ /^my \$self_date/ ){
+ elsif ($row =~ /^my \$self_date/){
$self_date = (split('=', $row))[1];
}
- elsif ($row =~ /^my \$self_patch/ ){
+ elsif ($row =~ /^my \$self_patch/){
$self_patch = (split('=', $row))[1];
}
elsif ($row =~ /^## END INXI INFO/){
@@ -4132,12 +4400,16 @@ sub set_version_data {
#### OPTIONS HANDLER / VERSION
########################################################################
-sub get_options {
+## OptionsHandler
+{
+package OptionsHandler;
+# note: had %trigger local but tripped odd perl 5.008 failures unless global
+# so moved to %use and %show globals.
+my ($self_download,$download_id);
+sub get {
eval $start if $b_log;
$show{'short'} = 1;
- my ($b_downloader,$b_help,$b_no_man,$b_no_man_force,$b_sensors_default,
- $b_recommends,$b_updater,$b_version,$b_use_man,$self_download, $download_id);
- GetOptions (
+ Getopt::Long::GetOptions (
'a|admin' => sub {
$b_admin = 1;},
'A|audio' => sub {
@@ -4161,14 +4433,14 @@ sub get_options {
$show{'battery-forced'} = 1; },
'c|color:i' => sub {
my ($opt,$arg) = @_;
- if ( $arg >= 0 && $arg < get_color_scheme('count') ){
- set_color_scheme($arg);
+ if ($arg >= 0 && $arg < main::get_color_scheme('count')){
+ main::set_color_scheme($arg);
}
- elsif ( $arg >= 94 && $arg <= 99 ){
+ elsif ($arg >= 94 && $arg <= 99){
$colors{'selector'} = $arg;
}
else {
- error_handler('bad-arg', $opt, $arg);
+ main::error_handler('bad-arg', $opt, $arg);
} },
'C|cpu' => sub {
$show{'short'} = 0;
@@ -4211,33 +4483,31 @@ sub get_options {
$show{'graphic'} = 1;
$show{'graphic-basic'} = 1; },
'h|help|?' => sub {
- $b_help = 1; },
+ $show{'help'} = 1; },
'i|ip' => sub {
$show{'short'} = 0;
$show{'ip'} = 1;
$show{'network'} = 1;
$show{'network-advanced'} = 1;
- $b_downloader = 1 if ! check_program('dig');},
+ $use{'downloader'} = 1 if ! main::check_program('dig');},
'I|info' => sub {
$show{'short'} = 0;
$show{'info'} = 1; },
'j|swap|swaps' => sub {
$show{'short'} = 0;
- $show{'swap'} = 1; },
+ $show{'swap'} = 1;},
'J|usb' => sub {
$show{'short'} = 0;
$show{'usb'} = 1; },
'l|labels|label' => sub {
- $show{'short'} = 0;
- $show{'label'} = 1;
- $show{'partition'} = 1; },
+ $show{'label'} = 1;},
'limit:i' => sub {
my ($opt,$arg) = @_;
if ($arg != 0){
$limit = $arg;
}
else {
- error_handler('bad-arg',$opt,$arg);
+ main::error_handler('bad-arg',$opt,$arg);
} },
'L|logical|lvm' => sub {
$show{'short'} = 0;
@@ -4279,7 +4549,7 @@ sub get_options {
$show{'partition-sort'} = $arg;
}
else {
- error_handler('bad-arg',$opt,$arg);
+ main::error_handler('bad-arg',$opt,$arg);
} },
'r|repos|repo' => sub {
$show{'short'} = 0;
@@ -4298,7 +4568,7 @@ sub get_options {
$cpu_sleep = $arg;
}
else {
- error_handler('bad-arg',$opt,$arg);
+ main::error_handler('bad-arg',$opt,$arg);
} },
'slots|slot' => sub {
$show{'short'} = 0;
@@ -4312,7 +4582,7 @@ sub get_options {
$arg ||= 'cm';
my $num = $arg;
$num =~ s/^[cm]+// if $num;
- if ( $arg =~ /^([cm]+)([0-9]+)?$/ && (!$num || $num =~ /^\d+/) ){
+ if ($arg =~ /^([cm]+)([0-9]+)?$/ && (!$num || $num =~ /^\d+/)){
$show{'process'} = 1;
if ($arg =~ /c/){
$show{'ps-cpu'} = 1;
@@ -4323,20 +4593,18 @@ sub get_options {
$ps_count = $num if $num;
}
else {
- error_handler('bad-arg',$opt,$arg);
+ main::error_handler('bad-arg',$opt,$arg);
} },
'u|uuid' => sub {
- $show{'short'} = 0;
- $show{'partition'} = 1;
- $show{'uuid'} = 1; },
+ $show{'uuid'} = 1;},
'v|verbosity:i' => sub {
my ($opt,$arg) = @_;
$show{'short'} = 0;
- if ( $arg =~ /^[0-8]$/ ){
- if ($arg == 0 ){
+ if ($arg =~ /^[0-8]$/){
+ if ($arg == 0){
$show{'short'} = 1;
}
- if ($arg >= 1 ){
+ if ($arg >= 1){
$show{'cpu-basic'} = 1;
$show{'disk-total'} = 1;
$show{'graphic'} = 1;
@@ -4344,23 +4612,23 @@ sub get_options {
$show{'info'} = 1;
$show{'system'} = 1;
}
- if ($arg >= 2 ){
+ if ($arg >= 2){
$show{'battery'} = 1;
$show{'disk-basic'} = 1;
$show{'raid-basic'} = 1;
$show{'machine'} = 1;
$show{'network'} = 1;
}
- if ($arg >= 3 ){
+ if ($arg >= 3){
$show{'network-advanced'} = 1;
$show{'cpu'} = 1;
$extra = 1;
}
- if ($arg >= 4 ){
+ if ($arg >= 4){
$show{'disk'} = 1;
$show{'partition'} = 1;
}
- if ($arg >= 5 ){
+ if ($arg >= 5){
$show{'audio'} = 1;
$show{'bluetooth'} = 1;
$show{'ram'} = 1;
@@ -4372,25 +4640,26 @@ sub get_options {
$show{'swap'} = 1;
$show{'uuid'} = 1;
}
- if ($arg >= 6 ){
+ if ($arg >= 6){
$show{'optical'} = 1;
$show{'partition-full'} = 1;
$show{'unmounted'} = 1;
$show{'usb'} = 1;
$extra = 2;
}
- if ($arg >= 7 ){
- $b_downloader = 1 if ! check_program('dig');
+ if ($arg >= 7){
+ $use{'downloader'} = 1 if !main::check_program('dig');
+ $show{'battery-forced'} = 1;
$show{'bluetooth-forced'} = 1;
$show{'cpu-flag'} = 1;
$show{'ip'} = 1;
+ $show{'logical'} = 1;
$show{'raid-forced'} = 1;
$extra = 3;
}
- if ($arg >= 8 ){
+ if ($arg >= 8){
$b_admin = 1;
- $b_downloader = 1;
- $show{'logical'} = 1;
+ $use{'downloader'} = 1;
$show{'process'} = 1;
$show{'ps-cpu'} = 1;
$show{'ps-mem'} = 1;
@@ -4400,37 +4669,37 @@ sub get_options {
}
}
else {
- error_handler('bad-arg',$opt,$arg);
+ main::error_handler('bad-arg',$opt,$arg);
} },
'V|version' => sub {
- $b_version = 1 },
+ $show{'version'} = 1 },
'w|weather' => sub {
my ($opt) = @_;
$show{'short'} = 0;
- $b_downloader = 1;
- if ( $use{'weather'} ){
+ $use{'downloader'} = 1;
+ if ($use{'weather'}){
$show{'weather'} = 1;
}
else {
- error_handler('distro-block', $opt);
+ main::error_handler('distro-block', $opt);
} },
'W|weather-location:s' => sub {
my ($opt,$arg) = @_;
$arg ||= '';
$arg =~ s/\s//g;
$show{'short'} = 0;
- $b_downloader = 1;
- if ( $use{'weather'} ){
+ $use{'downloader'} = 1;
+ if ($use{'weather'}){
if ($arg){
$show{'weather'} = 1;
$show{'weather-location'} = $arg;
}
else {
- error_handler('bad-arg',$opt,$arg);
+ main::error_handler('bad-arg',$opt,$arg);
}
}
else {
- error_handler('distro-block', $opt);
+ main::error_handler('distro-block', $opt);
} },
'ws|weather-source:s' => sub {
my ($opt,$arg) = @_;
@@ -4440,7 +4709,7 @@ sub get_options {
$weather_source = $arg;
}
else {
- error_handler('bad-arg',$opt,$arg);
+ main::error_handler('bad-arg',$opt,$arg);
} },
'weather-unit:s' => sub {
my ($opt,$arg) = @_;
@@ -4453,7 +4722,7 @@ sub get_options {
$weather_unit = $arg;
}
else {
- error_handler('bad-arg',$opt,$arg);
+ main::error_handler('bad-arg',$opt,$arg);
} },
'x|extra:i' => sub {
my ($opt,$arg) = @_;
@@ -4465,18 +4734,18 @@ sub get_options {
} },
'y|width:i' => sub {
my ($opt, $arg) = @_;
- if( defined $arg && $arg == -1){
+ if (defined $arg && $arg == -1){
$arg = 2000;
}
# note: :i creates 0 value if not supplied even though means optional
elsif (!$arg){
$arg = 80;
}
- if ( $arg =~ /\d/ && ($arg == 1 || $arg >= 80) ){
- set_display_width($arg);
+ if ($arg =~ /\d/ && ($arg == 1 || $arg >= 80)){
+ main::set_display_width($arg);
}
else {
- error_handler('bad-arg', $opt, $arg);
+ main::error_handler('bad-arg', $opt, $arg);
} },
'z|filter' => sub {
$use{'filter'} = 1; },
@@ -4489,25 +4758,25 @@ sub get_options {
## Start non data options
'alt:i' => sub {
my ($opt,$arg) = @_;
- if ($arg == 40) {
+ if ($arg == 40){
$dl{'tiny'} = 0;
- $b_downloader = 1;}
- elsif ($arg == 41) {
+ $use{'downloader'} = 1;}
+ elsif ($arg == 41){
$dl{'curl'} = 0;
- $b_downloader = 1;}
- elsif ($arg == 42) {
+ $use{'downloader'} = 1;}
+ elsif ($arg == 42){
$dl{'fetch'} = 0;
- $b_downloader = 1;}
- elsif ($arg == 43) {
+ $use{'downloader'} = 1;}
+ elsif ($arg == 43){
$dl{'wget'} = 0;
- $b_downloader = 1;}
- elsif ($arg == 44) {
+ $use{'downloader'} = 1;}
+ elsif ($arg == 44){
$dl{'curl'} = 0;
$dl{'fetch'} = 0;
$dl{'wget'} = 0;
- $b_downloader = 1;}
+ $use{'downloader'} = 1;}
else {
- error_handler('bad-arg', $opt, $arg);
+ main::error_handler('bad-arg', $opt, $arg);
}},
'arm' => sub {
$b_arm = 1 },
@@ -4515,42 +4784,47 @@ sub get_options {
my ($opt,$arg) = @_;
if ($arg =~ /^(darwin|dragonfly|freebsd|openbsd|netbsd)$/i){
$bsd_type = lc($arg);
- $b_fake_bsd = 1;
+ $fake{'bsd'} = 1;
}
else {
- error_handler('bad-arg', $opt, $arg);
+ main::error_handler('bad-arg', $opt, $arg);
}
},
- 'bsd-data:s' => sub {
+ 'bt-tool:s' => sub {
my ($opt,$arg) = @_;
- if ($arg =~ /^(dboot|pciconf|sysctl|usbdevs)$/i){
- $b_fake_dboot = 1 if $arg eq 'dboot';
- $b_fake_pciconf = 1 if $arg eq 'pciconf';
- $b_fake_sysctl = 1 if $arg eq 'sysctl';
- $b_fake_usbdevs = 1 if $arg eq 'usbdevs';
+ if ($arg =~ /^(bluetoothctl|bt-adapter|hciconfig|rfkill)$/i){
+ $bt_tool = lc($arg);
}
else {
- error_handler('bad-arg', $opt, $arg);
+ main::error_handler('bad-arg', $opt, $arg);
}
},
'dbg:i' => sub {
my ($opt,$arg) = @_;
- if ($arg > 0) {
- $test[$arg] = 1;
+ if ($arg > 0){
+ $dbg[$arg] = 1;
}
else {
- error_handler('bad-arg', $opt, $arg);
+ main::error_handler('bad-arg', $opt, $arg);
}},
'debug:i' => sub {
my ($opt,$arg) = @_;
if ($arg =~ /^[1-3]|1[0-3]|2[0-4]$/){
- $debug=$arg;
+ $debugger{'level'} = $arg;
}
else {
- error_handler('bad-arg', $opt, $arg);
+ main::error_handler('bad-arg', $opt, $arg);
} },
- 'debug-filter|debug-z' => sub {
+ 'debug-filter|debug-z|debug-zy' => sub {
$debugger{'filter'} = 1 },
+ 'debug-id:s' => sub {
+ my ($opt,$arg) = @_;
+ if ($arg){
+ $debugger{'id'} = $arg;
+ }
+ else {
+ main::error_handler('bad-arg', $opt, $arg);
+ } },
'debug-no-eps' => sub {
$debugger{'no-exit'} = 1;
$debugger{'no-proc'} = 1;
@@ -4570,16 +4844,17 @@ sub get_options {
$debugger{'sys-print'} = 1; },
'debug-test-1' => sub {
$debugger{'test-1'} = 1; },
- 'debug-width:i' => sub {
+ 'debug-width|debug-y|debug-zy:i' => sub {
my ($opt,$arg) = @_;
+ $arg ||= 80;
if ($arg =~ /^[0-9]+$/ && ($arg == 1 || $arg >= 80)){
$debugger{'width'} = $arg;
}
else {
- error_handler('bad-arg', $opt, $arg);
+ main::error_handler('bad-arg', $opt, $arg);
} },
'dig' => sub {
- $b_skip_dig = 0; },
+ $force{'no-dig'} = 0; },
'display:s' => sub {
my ($opt,$arg) = @_;
if ($arg =~ /^:?([0-9\.]+)?$/){
@@ -4587,119 +4862,144 @@ sub get_options {
$display ||= ':0';
$display = ":$display" if $display !~ /^:/;
$b_display = ($b_root) ? 0 : 1;
- $b_force_display = 1;
+ $force{'display'} = 1;
$display_opt = "-display $display";
}
else {
- error_handler('bad-arg', $opt, $arg);
+ main::error_handler('bad-arg', $opt, $arg);
} },
- 'dmidecode' => sub {
- $b_dmidecode_force = 1 },
+ 'dmi|dmidecode' => sub {
+ $force{'dmidecode'} = 1 },
'downloader:s' => sub {
my ($opt,$arg) = @_;
$arg = lc($arg);
if ($arg =~ /^(curl|fetch|ftp|perl|wget)$/){
- if ($arg eq 'perl' && (!check_perl_module('HTTP::Tiny') || !check_perl_module('IO::Socket::SSL') )){
- error_handler('missing-perl-downloader', $opt, $arg);
+ if ($arg eq 'perl' && (!main::check_perl_module('HTTP::Tiny') ||
+ !main::check_perl_module('IO::Socket::SSL'))){
+ main::error_handler('missing-perl-downloader', $opt, $arg);
}
- elsif ( !check_program($arg)) {
- error_handler('missing-downloader', $opt, $arg);
+ elsif (!main::check_program($arg)){
+ main::error_handler('missing-downloader', $opt, $arg);
}
else {
# this dumps all the other data and resets %dl for only the
# desired downloader.
- $arg = set_perl_downloader($arg);
+ $arg = main::set_perl_downloader($arg);
%dl = ('dl' => $arg, $arg => 1);
- $b_downloader = 1;
+ $use{'downloader'} = 1;
}
}
else {
- error_handler('bad-arg', $opt, $arg);
+ main::error_handler('bad-arg', $opt, $arg);
} },
- 'fake-cpu' => sub {
- $b_fake_cpu = 1 },
- 'fake-dmi' => sub {
- $b_fake_dmidecode = 1 },
- 'fake-logical' => sub {
- $b_fake_logical = 1 },
- 'fake-raid' => sub {
- $b_fake_raid = 1 },
- 'fake-sensors' => sub {
- $b_fake_sensors = 1 },
+ 'fake:s' => sub {
+ my ($opt,$arg) = @_;
+ if ($arg){
+ my $wl = 'bluetooth|compiler|cpu|dboot|dmidecode|ipmi|logical|pciconf|';
+ $wl .= 'pcictl|pcidump|raid-btrfs|raid-hw|raid-lvm|raid-md|raid-soft|';
+ $wl .= 'raid-zfs|sensors|sysctl|uptime|usbconfig|usbdevs|vmstat|xorg-log';
+ for (split(',',$arg)){
+ if ($_ =~ /\b($wl)\b/){
+ $fake{lc($1)} = 1;
+ }
+ else {
+ main::error_handler('bad-arg', $opt, $_);
+ }
+ }
+ }
+ else {
+ main::error_handler('bad-arg', $opt, $arg);
+ }},
+ 'force:s' => sub {
+ my ($opt,$arg) = @_;
+ if ($arg){
+ my $wl = 'display|dmidecode|hddtemp|lsusb|man|meminfo|no-dig|';
+ $wl .= 'no-doas|no-html-wan|no-sudo|pkg|usb-sys|vmstat|wmctrl';
+ for (split(',',$arg)){
+ if ($_ =~ /\b($wl)\b/){
+ $force{lc($1)} = 1;
+ }
+ else {
+ main::error_handler('bad-arg', $opt, $_);
+ }
+ }
+ }
+ else {
+ main::error_handler('bad-arg', $opt, $arg);
+ }},
'ftp:s' => sub {
my ($opt,$arg) = @_;
# pattern: ftp.x.x/x
- if ($arg =~ /^ftp\..+\..+\/[^\/]+$/ ){
+ if ($arg =~ /^ftp\..+\..+\/[^\/]+$/){
$ftp_alt = $arg;
}
else {
- error_handler('bad-arg', $opt, $arg);
+ main::error_handler('bad-arg', $opt, $arg);
}},
'hddtemp' => sub {
- $b_hddtemp_force = 1 },
+ $force{'hddtemp'} = 1 },
'host|hostname' => sub {
$show{'host'} = 1;
$show{'no-host'} = 0},
'html-wan' => sub {
- $b_no_html_wan = 0; },
+ $force{'no-html-wan'} = 0; },
'irc' => sub {
$b_irc = 1; },
'man' => sub {
- $b_use_man = 1; },
+ $use{'yes-man'} = 1; },
'mips' => sub {
$b_mips = 1 },
'output:s' => sub {
my ($opt,$arg) = @_;
if ($arg =~ /^(json|screen|xml)$/){
- if ($arg =~ /json|screen|xml/){
- $output_type = $arg;
- }
- else {
- error_handler('option-feature-incomplete', $opt, $arg);
- }
+ $output_type = $arg;
}
else {
- error_handler('bad-arg', $opt, $arg);
+ main::error_handler('bad-arg', $opt, $arg);
}},
'no-dig' => sub {
- $b_skip_dig = 1; },
+ $force{'no-dig'} = 1; },
+ 'no-doas' => sub {
+ $force{'no-doas'} = 1; },
'no-host|no-hostname' => sub {
$show{'host'} = 0 ;
$show{'no-host'} = 1},
'no-html-wan' => sub {
- $b_no_html_wan= 1;},
+ $force{'no-html-wan'}= 1;},
'no-man' => sub {
- $b_no_man_force = 0; },
+ $use{'no-man'} = 0; },
'no-ssl' => sub {
$dl{'no-ssl-opt'}=1 },
'no-sudo' => sub {
- $b_no_sudo = 1; },
+ $force{'no-sudo'} = 1; },
'output-file:s' => sub {
my ($opt,$arg) = @_;
if ($arg){
- if ($arg eq 'print' || check_output_path($arg)){
+ if ($arg eq 'print' || main::check_output_path($arg)){
$output_file = $arg;
}
else {
- error_handler('output-file-bad', $opt, $arg);
+ main::error_handler('output-file-bad', $opt, $arg);
}
}
else {
- error_handler('bad-arg', $opt, $arg);
+ main::error_handler('bad-arg', $opt, $arg);
}},
+ 'pkg' => sub {
+ $force{'pkg'} = 1 },
'ppc' => sub {
$b_ppc = 1 },
'recommends' => sub {
- $b_recommends = 1; },
+ $show{'recommends'} = 1;},
'sensors-default' => sub {
- $b_sensors_default = 1; },
+ $use{'sensors-default'} = 1; },
'sensors-exclude:s' => sub {
my ($opt,$arg) = @_;
if ($arg){
@sensors_exclude = split(/\s*,\s*/, $arg);
}
else {
- error_handler('bad-arg',$opt,$arg);
+ main::error_handler('bad-arg',$opt,$arg);
}},
'sensors-use:s' => sub {
my ($opt,$arg) = @_;
@@ -4707,7 +5007,7 @@ sub get_options {
@sensors_use = split(/\s*,\s*/, $arg);
}
else {
- error_handler('bad-arg',$opt,$arg);
+ main::error_handler('bad-arg',$opt,$arg);
}},
'sparc' => sub {
$b_sparc = 1; },
@@ -4717,112 +5017,102 @@ sub get_options {
$b_irc = 0; },
'U|update:s' => sub { # 1,2,3 OR http://myserver/path/inxi
my ($opt,$arg) = @_;
- $b_downloader = 1;
- if ( $use{'update'} ){
- $b_updater = 1;
- if (!$arg && $self_name eq 'pinxi'){
- $b_man = 1;
- $download_id = 'inxi-perl branch';
- $self_download = get_defaults('inxi-pinxi');
- }
- elsif ($arg && $arg eq '3'){
- $b_man = 1;
- $download_id = 'dev server';
- $self_download = get_defaults('inxi-dev');
- }
- else {
- if (!$arg){
- $download_id = 'main branch';
- $self_download = get_defaults('inxi-main');
- $b_man = 1;
- $b_use_man = 1;
- }
- elsif ( $arg =~ /^[12]$/){
- $download_id = "branch $arg";
- $self_download = get_defaults("inxi-branch-$arg");
- }
- elsif ( $arg =~ /^http/){
- $download_id = 'alt server';
- $self_download = $arg;
- }
- }
- if (!$self_download){
- error_handler('bad-arg', $opt, $arg);
- }
- }
- else {
- error_handler('distro-block', $opt);
- } },
+ process_updater($opt,$arg);},
'usb-sys' => sub {
- $b_usb_sys = 1 },
+ $force{'usb-sys'} = 1 },
'usb-tool' => sub {
- $b_usb_tool = 1 },
+ $force{'lsusb'} = 1 },
'wan-ip-url:s' => sub {
my ($opt,$arg) = @_;
if ($arg && $arg =~ /^(f|ht)tp[s]?:\/\//){
$wan_url = $arg;
- $b_skip_dig = 1
+ $force{'no-dig'} = 1;
}
else {
- error_handler('bad-arg', $opt, $arg);
+ main::error_handler('bad-arg', $opt, $arg);
}},
'wm' => sub {
- $b_wmctrl = 1 },
+ $force{'wmctrl'} = 1 },
'wrap-max|indent-min:i' => sub {
my ($opt,$arg) = @_;
if ($arg =~ /^\d+$/){
$size{'wrap-max'} = $arg;
}
else {
- error_handler('bad-arg', $opt, $arg);
+ main::error_handler('bad-arg', $opt, $arg);
}},
'<>' => sub {
my ($opt) = @_;
- error_handler('unknown-option', "$opt", "" ); }
- ) ; #or error_handler('unknown-option', "@ARGV", '');
- ## run all these after so that we can change widths, downloaders, etc
- eval $end if $b_log;
- CheckRecommends::run() if $b_recommends;
- set_downloader() if $b_downloader || $wan_url || ($b_skip_dig && $show{'ip'}); # sets for either config or arg here
- set_xorg_log() if $show{'graphic'};
- show_version() if $b_version;
- show_options() if $b_help;
- $b_man = 0 if (!$b_use_man || $b_no_man_force);
- update_me( $self_download, $download_id ) if $b_updater;
+ main::error_handler('unknown-option', "$opt", "");}
+ ); # or error_handler('unknown-option', "@ARGV", '');
+ # run all these after so that we can change widths, downloaders, etc
+ # print Data::Dumper::Dumper \%trigger;
+ post_process();
+ eval $end if $b_log;
+}
+sub post_process {
+ CheckRecommends::run() if $show{'recommends'};
+ # sets for either config or arg here
+ if ($use{'downloader'} || $wan_url || ($force{'no-dig'} && $show{'ip'})){
+ main::set_downloader();
+ }
+ main::set_xorg_log() if $show{'graphic'};
+ main::show_version() if $show{'version'};
+ main::show_options() if $show{'help'};
+ $use{'man'} = 0 if (!$use{'yes-man'} || $use{'no-man'});
+ main::update_me($self_download, $download_id) if $use{'update-trigger'};
+ if ($b_pledge){
+ my $b_update;
+ # if -c 9x, remove in SelectColors::set_selection(), else remove here
+ if (!$colors{'selector'} && $debugger{'level'} < 21){
+ @pledges = grep {$_ ne 'getpw'} @pledges;
+ $b_update = 1;
+ }
+ if ($debugger{'level'} < 21){ # remove ftp upload
+ @pledges = grep {!/(dns|inet)/} @pledges;
+ $b_update = 1;
+ }
+ # not writing/creating .inxi data dirs colors selector launches set_color()
+ if (!$show{'weather'} && !$colors{'selector'} && $debugger{'level'} < 10 &&
+ $output_type eq 'screen'){
+ @pledges = grep {!/(cpath|wpath)/} @pledges;
+ $b_update = 1;
+ }
+ OpenBSD::Pledge::pledge(@pledges) if $b_update;
+ }
if ($output_type){
- if ($output_type ne 'screen' && ! $output_file){
- error_handler('bad-arg', '--output', '--output-file not provided');
+ if ($output_type ne 'screen' && !$output_file){
+ main::error_handler('bad-arg', '--output', '--output-file not provided');
}
}
+ if (($show{'label'} || $show{'uuid'}) && !$show{'partition'} &&
+ !$show{'partition-full'} && !$show{'swap'} && !$show{'unmounted'}){
+ main::error_handler('bad-arg', '-l/-u', 'missing required option(s) -j, -o, -p, -P');
+ }
$show{'graphic-basic'} = 0 if $b_admin;
- if ($b_sensors_default){
+ if ($use{'sensors-default'}){
@sensors_exclude = ();
@sensors_use = ();
}
if ($show{'short'} || $show{'disk'} || $show{'disk-basic'} || $show{'disk-total'} ||
$show{'logical'} || $show{'partition'} || $show{'partition-full'} || $show{'raid'} ||
$show{'unmounted'}){
- $b_block_tool = 1;
+ $use{'block-tool'} = 1;
}
if ($show{'raid'} || $show{'disk'} || $show{'disk-total'} || $show{'disk-basic'}
|| $show{'unmounted'}){
- $b_mdadm = 1;
- }
- if ($bsd_type && ($show{'short'} || $show{'disk-basic'} || $show{'disk-total'} || $show{'disk'})){
- $b_dm_boot_disk = 1;
- }
- if ($bsd_type && ($show{'optical-basic'} || $show{'optical'})){
- $b_dm_boot_optical = 1
+ $use{'btrfs'} = 1;
+ $use{'mdadm'} = 1;
}
if ($b_admin && $show{'disk'}){
- $b_smartctl = 1;
+ $use{'smartctl'} = 1;
}
# triggers may extend to -D, -pP
if ($show{'short'} || $show{'logical'} || $show{'raid'} || $show{'disk'} ||
$show{'disk-total'} || $show{'disk-basic'} || $show{'unmounted'}){
- $b_lvm = 1;
+ $use{'logical'} = 1;
}
- set_sudo() if ( $show{'unmounted'} || ($extra > 0 && $show{'disk'}) );
+ main::set_sudo() if ($show{'unmounted'} || ($extra > 0 && $show{'disk'}));
$extra = 3 if $b_admin;
$use{'filter'} = 0 if $use{'filter-override'};
# override for things like -b or -v2 to -v3
@@ -4831,25 +5121,95 @@ sub get_options {
$show{'partition'} = 0 if $show{'partition-full'};
$show{'host'} = 0 if $show{'no-host'};
$show{'host'} = 1 if ($show{'host'} || (!$use{'filter'} && !$show{'no-host'}));
- if ($show{'disk'} || $show{'optical'} ){
+ if ($show{'disk'} || $show{'optical'}){
$show{'disk-basic'} = 0;
$show{'disk-total'} = 0;
}
- if ( $show{'ram'} || $show{'slot'} || ($show{'cpu'} && $extra > 1) ||
- ( ( $bsd_type || $b_dmidecode_force ) && ($show{'machine'} || $show{'battery'}) ) ){
- $b_dmi = 1;
+ if ($show{'ram'} || $show{'slot'} || ($show{'cpu'} && ($extra > 1 || $bsd_type)) ||
+ (($bsd_type || $force{'dmidecode'}) && ($show{'machine'} || $show{'battery'}))){
+ $use{'dmidecode'} = 1;
}
- if ($show{'audio'} || $show{'graphic'} || $show{'network'} || $show{'raid'} ){
- $b_pci = 1;
+ if ($show{'audio'} || $show{'bluetooth'} || $show{'graphic'} ||
+ $show{'network'} || $show{'raid'}){
+ $use{'pci'} = 1;
}
- if ($show{'usb'} || $show{'audio'} || $show{'bluetooth'} || $show{'graphic'} || $show{'network'} ){
- $b_usb = 1;
+ if ($show{'usb'} || $show{'audio'} || $show{'bluetooth'} ||
+ $show{'graphic'} || $show{'network'}){
+ $use{'usb'} = 1;
}
- if ($bsd_type && ($show{'short'} || $show{'system'} || $show{'battery'} || $show{'cpu'} || $show{'cpu-basic'} ||
- $show{'info'} || $show{'machine'} || $show{'process'} || $show{'ram'} || $show{'sensor'} ) ){
- $b_sysctl = 1;
+ if ($bsd_type){
+ if ($show{'audio'}){
+ $use{'bsd-audio'} = 1;}
+ if ($show{'battery'}){
+ $use{'bsd-battery'} = 1;}
+ if ($show{'short'} || $show{'cpu-basic'} || $show{'cpu'}){
+ $use{'bsd-cpu'} = 1;
+ $use{'bsd-sleep'} = 1;}
+ if ($show{'short'} || $show{'disk-basic'} || $show{'disk-total'} ||
+ $show{'disk'} || $show{'partition'} || $show{'partition-full'} ||
+ $show{'raid'} || $show{'swap'} || $show{'unmounted'}){
+ $use{'bsd-disk'} = 1;
+ $use{'bsd-partition'} = 1;
+ $use{'bsd-raid'} = 1;}
+ if ($show{'system'}){
+ $use{'bsd-kernel'} = 1;}
+ if ($show{'machine'}){
+ $use{'bsd-machine'} = 1;}
+ if ($show{'short'} || $show{'info'} || $show{'ps-mem'} || $show{'ram'}){
+ $use{'bsd-memory'} = 1;}
+ if ($show{'optical-basic'} || $show{'optical'}){
+ $use{'bsd-optical'} = 1;}
+ # strictly only used to fill in pci drivers if tool doesn't support that
+ if ($use{'pci'}){
+ $use{'bsd-pci'} = 1;}
+ if ($show{'raid'}){
+ $use{'bsd-ram'} = 1;}
+ if ($show{'sensor'}){
+ $use{'bsd-sensor'} = 1;}
+ # always use this, it's too core
+ $use{'sysctl'} = 1;
+ }
+}
+sub process_updater {
+ my ($opt,$arg) = @_;
+ $use{'downloader'} = 1;
+ if ($use{'update'}){
+ $use{'update-trigger'} = 1;
+ if (!$arg && $self_name eq 'pinxi'){
+ $use{'man'} = 1;
+ $download_id = 'inxi-perl branch';
+ $self_download = main::get_defaults('inxi-pinxi');
+ }
+ elsif ($arg && $arg eq '3'){
+ $use{'man'} = 1;
+ $download_id = 'dev server';
+ $self_download = main::get_defaults('inxi-dev');
+ }
+ else {
+ if (!$arg){
+ $download_id = 'main branch';
+ $self_download = main::get_defaults('inxi-main');
+ $use{'man'} = 1;
+ $use{'yes-man'} = 1;
+ }
+ elsif ($arg =~ /^[12]$/){
+ $download_id = "branch $arg";
+ $self_download = main::get_defaults("inxi-branch-$arg");
+ }
+ elsif ($arg =~ /^http/){
+ $download_id = 'alt server';
+ $self_download = $arg;
+ }
+ }
+ if (!$self_download){
+ main::error_handler('bad-arg', $opt, $arg);
+ }
}
-}
+ else {
+ main::error_handler('distro-block', $opt);
+ }
+}
+}
sub show_options {
error_handler('not-in-irc', 'help') if $b_irc;
@@ -4859,12 +5219,12 @@ sub show_options {
my $partition_string='partition';
my $partition_string_u='Partition';
my $flags = ($b_arm) ? 'features' : 'flags' ;
- if ( $bsd_type ){
+ if ($bsd_type){
$partition_string='slice';
$partition_string_u='Slice';
}
# fit the line to the screen!
- for my $i ( 0 .. ( ( $size{'max'} / 2 ) - 2 ) ){
+ for my $i (0 .. (($size{'max'} / 2) - 2)){
$line = $line . '- ';
}
push(@data,
@@ -4882,10 +5242,10 @@ sub show_options {
$self_name^-FzjJxy^80" ],
['0', '', '', $line ],
['0', '', '', "Output Control Options (see Extra Data Options to extend output):" ],
- ['1', '-A', '--audio', "Audio/sound devices(s), driver, sound server." ],
+ ['1', '-A', '--audio', "Audio/sound devices(s), driver, running sound servers." ],
['1', '-b', '--basic', "Basic output, short form. Same as $self_name^-v^2." ],
- ['1', '-B', '--battery', "System battery info, including charge and condition, plus
- extra info (if battery present)." ],
+ ['1', '-B', '--battery', "System battery info, including charge, condition
+ voltage (if critical), plus extra info (if battery present/detected)." ],
['1', '-c', '--color', "Set color scheme (0-42). For piped or redirected output,
you must use an explicit color selector. Example:^$self_name^-c^11" ],
['1', '', '', "Color selectors let you set the config file value for the
@@ -4921,8 +5281,7 @@ sub show_options {
IRC client or shell type, $self_name version." ],
['1', '-j', '--swap', "Swap in use. Includes ${partition_string}s, zram, file." ],
['1', '-J', '--usb', "Show USB data: Hubs and Devices." ],
- ['1', '-l', '--label', "$partition_string_u labels. Triggers -P.
- For full -p output, use -pl." ],
+ ['1', '-l', '--label', "$partition_string_u labels. Use with -j, -o, -p, -P." ],
['1', '-L', '--logical', "Logical devices, LVM (VG, LV),
LUKS, Crypto, bcache, etc. Shows components/devices, sizes, etc." ],
['1', '-m', '--memory', "Memory (RAM) data. Requires root. Numbers of
@@ -4942,7 +5301,7 @@ sub show_options {
['1', '-o', '--unmounted', "Unmounted $partition_string info (includes UUID
and Label if available). Shows file system type if you have lsblk installed
(Linux) or, for BSD/GNU Linux, if 'file' installed and you are root or if
- you have added to /etc/sudoers (sudo v. 1.7 or newer)." ],
+ you have added to /etc/sudoers (sudo v. 1.7 or newer)(BSDs: see doas)." ],
['1', '', '', "Example: ^<username>^ALL^=^NOPASSWD:^/usr/bin/file^" ],
['1', '-p', '--partitions-full', "Full $partition_string information (-P plus all other
detected ${partition_string}s)." ],
@@ -4951,8 +5310,8 @@ sub show_options {
${partition_string}s show if --swap is not used. Use -p to see all
mounted ${partition_string}s." ],
['1', '-r', '--repos', "Distro repository data. Supported repo types: APK,
- APT, CARDS, EOPKG, PACMAN, PACMAN-G2, PISI, PORTAGE, PORTS (BSDs), SLACKPKG,
- TCE, URPMQ, XBPS, YUM/ZYPP." ],
+ APT, CARDS, EOPKG, NIX, PACMAN, PACMAN-G2, PISI, PKG (BSDs), PORTAGE, PORTS
+ (BSDs), SCRATCHPKG, SLACKPKG, TCE, URPMQ, XBPS, YUM/ZYPP." ],
['1', '-R', '--raid', "RAID data. Shows RAID devices, states, levels, array sizes,
and components. md-raid: If device is resyncing, also shows resync progress line." ],
['1', '-s', '--sensors', "Sensors output (if sensors installed/configured):
@@ -4966,8 +5325,7 @@ sub show_options {
of processes for each type (default: 5; if in IRC, max: 5). " ],
['1', '', '', "Make sure that there is no space between letters and
numbers (e.g.^-t^cm10)." ],
- ['1', '-u', '--uuid', "$partition_string_u UUIDs. Triggers -P. For full -p
- output, use -pu." ],
+ ['1', '-u', '--uuid', "$partition_string_u UUIDs. Use with -j, -o, -p, -P." ],
['1', '-v', '--verbosity', "Set $self_name verbosity level (0-8).
Should not be used with -b or -F. Example: $self_name^-v^4" ],
['2', '0', '', "Same as: $self_name" ],
@@ -4985,16 +5343,16 @@ sub show_options {
['2', '6', '', "Full $partition_string (-p),
unmounted $partition_string (-o), optical drive (-d), USB (-J),
full RAID; triggers -xx." ],
- ['2', '7', '', "Network IP data (-i), bluetooth and RAID forced;
- triggers -xxx."],
- ['2', '8', '', "Everything available, including logical (-L),
- repos (-r), processes (-tcm), PCI slots (--slots); triggers admin (-a)."],
+ ['2', '7', '', "Network IP data (-i), bluetooth, logical (-L),
+ RAID forced; triggers -xxx."],
+ ['2', '8', '', "Everything available, including repos (-r),
+ processes (-tcm), PCI slots (--slots); triggers admin (-a)."],
);
# if distro maintainers don't want the weather feature disable it
- if ( $use{'weather'} ){
+ if ($use{'weather'}){
push(@data,
['1', '-w', '--weather', "Local weather data/time. To check an alternate
- location, see -W. NO AUTOMATED QUERIES ALLOWED!"],
+ location, see -W. NO AUTOMATED QUERIES OR EXCESSIVE USE ALLOWED!"],
['1', '-W', '--weather-location', "[location] Supported options for
[location]: postal code[,country/country code]; city, state (USA)/country
(country/two character country code); latitude, longitude. Only use if you
@@ -5027,7 +5385,7 @@ sub show_options {
['2', '-A', '', "If available: list of alternate kernel modules/drivers
for device(s)." ],
['2', '-C', '', "If available: CPU socket type, base/boost speeds
- (dmidecode+root/sudo required); CPU vulnerabilities (bugs);
+ (dmidecode+root/sudo/doas[BSDs] required); CPU vulnerabilities (bugs);
family, model-id, stepping - format: hex (decimal) if greater
than 9, otherwise hex; microcode - format: hex." ],
['2', '-d,-D', '', "If available: logical and physical block sizes; drive family;
@@ -5039,7 +5397,8 @@ sub show_options {
resolution; hz; dpi; size; diagonal; list of alternate kernel modules/drivers
for device(s)." ],
['2', '-I', '', "As well as per package manager counts, also adds total
- number of lib files found for each package manager if not -r." ],
+ number of lib files found for each package manager if not -r; adds init
+ service tool." ],
['2', '-j,-p,-P', '', "For swap (if available): swappiness and vfs cache
pressure, and if values are default or not." ],
['2', '-L', '', "LV, Crypto, devices, components: add maj:min; show
@@ -5056,9 +5415,10 @@ sub show_options {
['1', '-x', '--extra', "Adds the following extra data (only works with
verbose or line output, not short form):" ],
['2', '-A', '', "Specific vendor/product information (if relevant);
- PCI/USB ID of device; Version/port(s)/driver version (if available)." ],
- ['2', '-B', '', "Vendor/model, status (if available); attached devices
- (e.g. wireless mouse, keyboard, if present)." ],
+ PCI/USB ID of device; Version/port(s)/driver version (if available);
+ non-running sound servers." ],
+ ['2', '-B', '', "Current/minimum voltage, vendor/model, status (if available);
+ attached devices (e.g. wireless mouse, keyboard, if present)." ],
['2', '-C', '', "CPU $flags (short list, use -f to see full list);
CPU boost (turbo) enabled/disabled, if present;
Bogomips on CPU; CPU microarchitecture + revision (if found, or
@@ -5068,7 +5428,7 @@ sub show_options {
['2', '-D', '', "HDD temp with disk data. Kernels >= 5.6: enable module
drivetemp if not enabled. Older systems require hddtemp, run as
as superuser, or as user if you have added hddtemp to /etc/sudoers
- (sudo v. 1.7 or newer).
+ (sudo v. 1.7 or newer)(BSDs see doas).
Example:^<username>^ALL^=^NOPASSWD:^/usr/sbin/hddtemp" ],
['2', '-E', '', "PCI/USB Bus ID of device, driver version,
LMP version." ],
@@ -5091,14 +5451,14 @@ sub show_options {
['2', '-r', '', "Packages, see -Ix." ],
['2', '-R', '', "md-raid: second RAID Info line with extra data:
blocks, chunk size, bitmap (if present). Resync line, shows blocks
- synced/total blocks. Hardware RAID driver version, bus ID." ],
+ synced/total blocks. Hardware RAID driver version, bus-ID." ],
['2', '-s', '', "Basic voltages (ipmi, lm-sensors if present): 12v, 5v, 3.3v, vbat." ],
['2', '-S', '', "Kernel gcc version; system base of distro (if relevant
and detected)" ],
['2', '-t', '', "Adds memory use output to CPU (-xt c), and CPU use to
memory (-xt m)." ],
);
- if ( $use{'weather'} ){
+ if ($use{'weather'}){
push(@data,
['2', '-w,-W', '', "Wind speed and direction, humidity, pressure,
and time zone, if available." ]);
@@ -5108,10 +5468,10 @@ sub show_options {
['1', '-xx', '--extra 2', "Show extra, extra data (only works with verbose
or line output, not short form):" ],
['2', '-A', '', "Chip vendor:product ID for each audio device." ],
- ['2', '-B', '', "Serial number, voltage now/minimum (if available)." ],
+ ['2', '-B', '', "Serial number." ],
['2', '-C', '', "L1/L3 cache (if root and dmidecode installed)." ],
['2', '-D', '', "Disk transfer speed; NVMe lanes; Disk serial number; LVM
- volume group free space (if available)." ],
+ volume group free space (if available); disk duid (some BSDs)." ],
['2', '-E', '', "Chip vendor:product ID, LMP subversion." ],
['2', '-G', '', "Chip vendor:product ID for each video device; OpenGL
compatibility version, if free drivers and available; Xorg compositor;
@@ -5121,9 +5481,9 @@ sub show_options {
['2', '-I', '', "Other detected installed gcc versions (if present). System
default runlevel. Adds parent program (or tty) for shell info if not in
IRC. Adds Init version number, RC (if found). Adds per package manager
- package counts if not -r." ],
+ installed package counts if not -r." ],
['2', '-j,-p,-P', '', "Swap priority." ],
- ['2', '-J', '', "Vendor:chip ID." ],
+ ['2', '-J', '', "Vendor:chip-ID." ],
['2', '-L', '', "Show internal LVM volumes, like raid image/meta volumes;
for LVM RAID, adds RAID report line (if not -R); show all components >
devices, number of 'c' or 'p' indicate depth of device." ],
@@ -5139,7 +5499,7 @@ sub show_options {
if available (Xfce/KDE/Trinity only)." ],
['2', '--slots', '', "Slot length." ],
);
- if ( $use{'weather'} ){
+ if ($use{'weather'}){
push(@data,
['2', '-w,-W', '', "Snow, rain, precipitation, (last observed hour),
cloud cover, wind chill, dew point, heat index, if available." ]
@@ -5153,13 +5513,13 @@ sub show_options {
['2', '-B', '', "Chemistry, cycles, location (if available)." ],
['2', '-C', '', "CPU voltage, external clock speed (if root and dmidecode installed)." ],
['2', '-D', '', "Firmware rev. if available; partition scheme, in some cases; disk
- rotation speed/SSD (if detected)." ],
+ type, rotation rpm (if available)." ],
['2', '-E', '', "Serial number, class ID, HCI version and revision." ],
['2', '-G', '', "Serial number, class ID." ],
- ['2', '-I', '', "For 'Shell:' adds ([su|sudo|login]) to shell name if present;
+ ['2', '-I', '', "For 'Shell:' adds ([doas|su|sudo|login]) to shell name if present;
adds default shell+version if different; for 'running in:' adds (SSH) if SSH session;
adds wakeups: (from suspend) to Uptime." ],
- ['2', '-J', '', "For Device: serial number (if present), interface count; USB speed." ],
+ ['2', '-J', '', "If present: Devices: serial number, interface count; USB speed; max power." ],
['2', '-m,--memory-modules', '', "Width of memory bus, data and total (if present and greater
than data); Detail for Type, if present; module voltage, if available; serial
number." ],
@@ -5169,9 +5529,9 @@ sub show_options {
Hardware RAID rev, ports, specific vendor/product information." ],
['2', '-S', '', "Panel/tray/bar/dock info in desktop output, if in X (like lxpanel,
xfce4-panel, mate-panel); (if available) dm version number, window manager
- version number."],
+ version number, virtual terminal number."],
);
- if ( $use{'weather'} ){
+ if ($use{'weather'}){
push(@data,
['2', '-w,-W', '', "Location (uses -z/irc filter), weather observation
time, altitude, sunrise/sunset, if available." ]
@@ -5185,7 +5545,7 @@ sub show_options {
and directories, then shows what package(s) you need to install to add support
for that feature." ],
);
- if ( $use{'update'} ){
+ if ($use{'update'}){
push(@data,
['1', '-U', '--update', "Auto-update $self_name. Will also install/update man
page. Note: if you installed as root, you must be root to update, otherwise
@@ -5210,30 +5570,37 @@ sub show_options {
['2', '43', '', "Bypass Wget as a downloader option." ],
['2', '44', '', "Bypass Curl, Fetch, and Wget as downloader options. Forces
Perl if HTTP::Tiny present." ],
+ ['1', '', '--bt-tool', "[bt-adapter|hciconfig|rfkill] Force use of given tool for
+ bluetooth report." ],
['1', '', '--dig', "Overrides configuration item NO_DIG (resets to default)." ],
['1', '', '--display', "[:[0-9]] Try to get display data out of X (default: display 0)." ],
['1', '', '--dmidecode', "Force use of dmidecode data instead of /sys where relevant
(e.g. -M, -B)." ],
['1', '', '--downloader', "Force $self_name to use [curl|fetch|perl|wget] for downloads." ],
+ ['1', '', '--force', "[dmidecode|hddtemp|lsusb|meminfo|usb-sys|vmstat|wmctl]. 1 or more
+ in comma separated list. Force use of item(s).
+ See --hddtemp, --dmidecode, --wm, --usb-tool, --usb-sys." ],
['1', '', '--hddtemp', "Force use of hddtemp for disk temps." ],
['1', '', '--host', "Turn on hostname for -S." ],
['1', '', '--html-wan', "Overrides configuration item NO_HTML_WAN (resets to default)." ],
['1', '', '--limit', "[-1; 1-x] Set max output limit of IP addresses for -i
(default 10; -1 removes limit)." ],
);
- if ( $use{'update'} ){
+ if ($use{'update'}){
push(@data,
['1', '', '--man', "Install correct man version for dev branch (-U 3) or pinxi using -U." ],
);
}
push(@data,
['1', '', '--no-dig', "Skip dig for WAN IP checks, use downloader program." ],
+ ['1', '', '--no-doas', "Skip internal program use of doas features (not related
+ to starting $self_name with doas)." ],
['1', '', '--no-host', "Turn off hostname for -S. Useful if showing output from servers etc.
-z triggers --no-host." ],
['1', '', '--no-html-wan', "Skip HTML IP sources for WAN IP checks, use dig only,
or nothing if --no-dig." ],
);
- if ( $use{'update'} ){
+ if ($use{'update'}){
push(@data,
['1', '', '--no-man', "Disable man install for all -U update actions." ],
);
@@ -5248,6 +5615,8 @@ sub show_options {
['1', '', '--output-file', "[Full filepath|print] Output file to be used for --output." ],
['1', '', '--partition-sort', "[dev-base|fs|id|label|percent-used|size|uuid|used]
Change sort order of ${partition_string} output. See man page for specifics." ],
+ ['1', '', '--pkg', "Force use of disabled package manager counts for packages feature.
+ RPM disabled by default due to possible massive rpm package query times." ],
['1', '', '--sensors-default', "Removes configuration item SENSORS_USE and SENSORS_EXCLUDE.
Same as default behavior." ],
['1', '', '--sensors-exclude', "[sensor[s] name, comma separated] Exclude supplied sensor
@@ -5261,8 +5630,9 @@ sub show_options {
inside of another tool like Chef or MOTD and returns corrupted color codes. Please see
man page or file an issue if you need to use this flag. Must use -y [width] option if
you want a specific output width. Always put this option first in an option list."],
- ['1', '', '--usb-sys', "Force USB data to use /sys as data source (Linux only)." ],
- ['1', '', '--usb-tool', "Force USB data to use lsusb as data source (Linux only)." ],
+ ['1', '', '--usb-sys', "Force USB data to use only /sys as data source (Linux only)." ],
+ ['1', '', '--usb-tool', "Force USB data to use lsusb as data source [default]
+ (Linux only)." ],
['1', '', '--wan-ip-url', "[URL] Skips dig, uses supplied URL for WAN IP (-i).
URL output must end in the IP address. See man.
Example:^$self_name^-i^--wan-ip-url^https://yoursite.com/ip.php" ],
@@ -5288,12 +5658,12 @@ sub show_options {
['2', '22', '', "Upload debugger dataset to $self_name debugger server
automatically, removes debugger data directory and debugger tar.gz file." ],
# ['1', '', '--debug-filter', "Add -z flag to debugger $self_name optiions." ],
- ['1', '', '--debug-proc', "Force debugger parsing of /proc as sudo/root." ],
+ ['1', '', '--debug-proc', "Force debugger parsing of /proc as sudo/doas/root." ],
['1', '', '--debug-proc-print', "To locate file that /proc debugger hangs on." ],
['1', '', '--debug-no-exit', "Skip exit on error to allow completion." ],
['1', '', '--debug-no-proc', "Skip /proc debugging in case of a hang." ],
['1', '', '--debug-no-sys', "Skip /sys debugging in case of a hang." ],
- ['1', '', '--debug-sys', "Force PowerPC debugger parsing of /sys as sudo/root." ],
+ ['1', '', '--debug-sys', "Force PowerPC debugger parsing of /sys as sudo/doas/root." ],
['1', '', '--debug-sys-print', "To locate file that /sys debugger hangs on." ],
['1', '', '--ftp', "Use with --debugger 21 to trigger an alternate FTP server for upload.
Format:^[ftp.xx.xx/yy]. Must include a remote directory to upload to.
@@ -5309,17 +5679,17 @@ sub show_version {
my $working_path=$self_path;
my (@data,$link,$self_string);
Cwd->import('getcwd'); # no point loading this on top use, we only use getcwd here
- if ( $working_path eq '.' ){
+ if ($working_path eq '.'){
$working_path = getcwd();
}
- elsif ( $working_path !~ /^\// ){
+ elsif ($working_path !~ /^\//){
$working_path = getcwd() . "/$working_path";
}
$working_path =~ s%/$%%;
# handle if it's a symbolic link, rare, but can happen with directories
# in irc clients which would only matter if user starts inxi with -! 30 override
# in irc client
- if ( -l "$working_path/$self_name" ){
+ if (-l "$working_path/$self_name"){
$link="$working_path/$self_name";
$working_path = readlink "$working_path/$self_name";
$working_path =~ s/[^\/]+$//;
@@ -5327,7 +5697,7 @@ sub show_version {
# strange output /./ ending, but just trim it off, I don't know how it happens
$working_path =~ s%/\./%/%;
push(@data, [ 0, '', '', "$self_name $self_version-$self_patch ($self_date)"]);
- if ( ! $b_irc ){
+ if (!$b_irc){
push(@data, [ 0, '', '', '']);
my $year = (split/-/, $self_date)[0];
push(@data,
@@ -5336,7 +5706,7 @@ sub show_version {
[ 0, '', '', "Using Perl version: $]"],
[ 0, '', '', "Program Location: $working_path" ],
);
- if ( $link ){
+ if ($link){
push(@data, [ 0, '', '', "Started via symbolic link: $link" ]);
}
push(@data,
@@ -5359,15 +5729,14 @@ sub show_version {
#### STARTUP DATA
########################################################################
-# StartClient
+## StartClient
{
package StartClient;
# use warnings;
# use strict;
-my $ppid = '';
my $pppid = '';
-# NOTE: there's no reason to crete an object, we can just access
+# NOTE: there's no reason to create an object, we can just access
# the features statically.
# args: none
# sub new {
@@ -5377,14 +5746,11 @@ my $pppid = '';
# # print "$type\n";
# return bless $self, $class;
# }
-
-sub get_client_data {
+sub set {
eval $start if $b_log;
- $ppid = getppid();
- main::set_ps_aux() if ! @ps_aux;
+ main::set_ps_aux() if !$loaded{'ps-aux'};
if (!$b_irc){
# we'll run get_shell_data for -I, but only then
- $client{'ppid'} = $ppid;
}
else {
$use{'filter'} = 1;
@@ -5399,17 +5765,16 @@ sub get_client_data {
sub get_client_name {
eval $start if $b_log;
my $client_name = '';
-
# print "$ppid\n";
- if ($ppid && -e "/proc/$ppid/exe" ){
+ if ($ppid && -e "/proc/$ppid/exe"){
$client_name = lc(readlink "/proc/$ppid/exe");
$client_name =~ s/^.*\///;
- if ($client_name =~ /^bash|dash|sh|python.*|perl.*$/){
- $pppid = (main::grabber("ps -p $ppid -o ppid"))[1];
- #my @temp = (main::grabber("ps -p $ppid -o ppid 2>/dev/null"))[1];
+ if ($client_name =~ /^(bash|csh|dash|fish|sh|python.*|perl.*|zsh)$/){
+ $pppid = (main::grabber("ps -wwp $ppid -o ppid"))[1];
+ # my @temp = (main::grabber("ps -wwp $ppid -o ppid 2>/dev/null"))[1];
$pppid =~ s/^\s+|\s+$//g;
$client_name =~ s/[0-9\.]+$//; # clean things like python2.7
- if ($pppid && -f "/proc/$pppid/exe" ){
+ if ($pppid && -f "/proc/$pppid/exe"){
$client_name = lc(readlink "/proc/$pppid/exe");
$client_name =~ s/^.*\///;
$client{'native'} = 0;
@@ -5418,16 +5783,15 @@ sub get_client_name {
$client{'name'} = $client_name;
get_client_version();
# print "c:$client_name p:$pppid\n";
- #print "$client{'name-print'}\n";
+ # print "$client{'name-print'}\n";
}
else {
- if (! check_modern_konvi() ){
- $ppid = getppid();
- $client_name = (main::grabber("ps -p $ppid"))[1];
+ if (!check_modern_konvi()){
+ $client_name = (main::grabber("ps -wwp $ppid 2>/dev/null"))[1];
if ($client_name){
- my @data = split(/\s+/, $client_name) if $client_name;
+ my @data = split(/\s+/, $client_name);
if ($bsd_type){
- $client_name = lc($data[5]);
+ $client_name = lc($data[4]);
}
# gnu/linux uses last value
else {
@@ -5460,11 +5824,11 @@ sub get_client_version {
$client{'name-print'} = $app[3];
$client{'console-irc'} = $app[4];
}
- if ($client{'name'} =~ /^bash|dash|sh$/ ){
+ if ($client{'name'} =~ /^(bash|csh|fish|dash|sh|zsh)$/){
$client{'name-print'} = 'shell wrapper';
$client{'console-irc'} = 1;
}
- elsif ($client{'name'} eq 'bitchx') {
+ elsif ($client{'name'} eq 'bitchx'){
@data = main::grabber("$client{'name'} -v");
$string = awk(\@data,'Version');
if ($string){
@@ -5479,28 +5843,28 @@ sub get_client_version {
# so we need to read the actual config file for hexchat. Note that older hexchats
# used xchat config file, so test first for default, then legacy. Because it's possible
# for this file to be user edited, doing some extra checks here.
- elsif ($client{'name'} eq 'hexchat') {
- if ( -f '~/.config/hexchat/hexchat.conf' ){
+ elsif ($client{'name'} eq 'hexchat'){
+ if (-f '~/.config/hexchat/hexchat.conf'){
@data = main::reader('~/.config/hexchat/hexchat.conf','strip');
}
- elsif ( -f '~/.config/hexchat/xchat.conf' ){
+ elsif (-f '~/.config/hexchat/xchat.conf'){
@data = main::reader('~/.config/hexchat/xchat.conf','strip');
}
if (@data){
$client{'version'} = main::awk(\@data,'version',2,'\s*=\s*');
}
# fingers crossed, hexchat won't open gui!!
- if (!$client{'version'}) {
+ if (!$client{'version'}){
@data = main::grabber("$client{'name'} --version 2>/dev/null");
$client{'version'} = main::awk(\@data,'hexchat',2,'\s+');
}
$client{'name-print'} = 'HexChat';
}
# note: see legacy inxi konvi logic if we need to restore any of the legacy code.
- elsif ($client{'name'} eq 'konversation') {
- $client{'konvi'} = ( ! $client{'native'} ) ? 2 : 1;
+ elsif ($client{'name'} eq 'konversation'){
+ $client{'konvi'} = (!$client{'native'}) ? 2 : 1;
}
- elsif ($client{'name'} =~ /quassel/) {
+ elsif ($client{'name'} =~ /quassel/i){
@data = main::grabber("$client{'name'} -v 2>/dev/null");
foreach (@data){
if ($_ =~ /^Quassel IRC:/){
@@ -5515,7 +5879,7 @@ sub get_client_version {
$client{'version'} ||= '(pre v0.4.1)?';
}
# then do some perl type searches, do this last since it's a wildcard search
- elsif ($client{'name'} =~ /^(perl.*|ksirc|dsirc)$/ ) {
+ elsif ($client{'name'} =~ /^(perl.*|ksirc|dsirc)$/){
my @cmdline = main::get_cmdline();
# Dynamic runpath detection is too complex with KSirc, because KSirc is started from
# kdeinit. /proc/<pid of the grandparent of this process>/exe is a link to /usr/bin/kdeinit
@@ -5526,7 +5890,7 @@ sub get_client_version {
# KSirc was run by browsing up the process tree in /proc. That alone is straightjacket material.
# (KSirc sucks anyway ;)
foreach (@cmdline){
- if ( $_ =~ /dsirc/ ){
+ if ($_ =~ /dsirc/){
$client{'version'} = main::program_version('ksirc','KSirc:',2,'-v',0,0);
$client{'name'} = 'ksirc';
$client{'name-print'} = 'KSirc';
@@ -5535,21 +5899,23 @@ sub get_client_version {
$client{'console-irc'} = 1;
perl_python_client();
}
- elsif ($client{'name'} =~ /python/) {
+ elsif ($client{'name'} =~ /python/){
perl_python_client();
}
- if (!$client{'name-print'}) {
- # NOTE: these must be empirically determined, not all events that
- # show no tty are actually IRC.
- my $wl_terms = 'alacritty|evilvte|germinal|guake|hyper|kate|kitty|kmscon|';
- $wl_terms .= 'konsole|minicom|putty|rxvt|sakura|shellinabox|^st$|sudo|term|tilda|';
- $wl_terms .= 'tilix|urvxt|yaft|yakuake';
+ # NOTE: these must be empirically determined, not all events that
+ # show no tty are actually IRC. tmux is not a vt, but runs inside one
+ if (!$client{'name-print'}){
+ my $wl_terms = 'alacritty|altyo|black-screen|conhost|doas|evilvte|';
+ $wl_terms .= 'germinal|guake|havoc|hyper|kate|kitty|kmscon|konsole|login|';
+ $wl_terms .= 'macwise|minicom|putty|rxvt|sakura|securecrt|shellinabox|';
+ $wl_terms .= '^st$|sudo|term|tilda|tilix|tmux|tym|wayst|xiki|';
+ $wl_terms .= 'yaft|yakuake|\bzoc\b';
my $wl_clients = 'ansible|chef|run-parts|sshd';
my $whitelist = "$wl_terms|$wl_clients";
# print "$client{'name'}\n";
if ($client{'name'} =~ /($whitelist)/i){
if ($client{'name'} =~ /($wl_terms)/i){
- main::get_shell_data($ppid);
+ ShellData::set();
}
else {
$client{'name-print'} = $client{'name'};
@@ -5566,12 +5932,11 @@ sub get_cmdline {
eval $start if $b_log;
my @cmdline;
my $i = 0;
- $ppid = getppid();
- if (! -e "/proc/$ppid/cmdline" ){
+ if (! -e "/proc/$ppid/cmdline"){
return 1;
}
local $\ = '';
- open( my $fh, '<', "/proc/$ppid/cmdline" ) or
+ open(my $fh, '<', "/proc/$ppid/cmdline") or
print_line("Open /proc/$ppid/cmdline failed: $!");
my @rows = <$fh>;
close $fh;
@@ -5580,7 +5945,7 @@ sub get_cmdline {
$i++;
last if $i > 31;
}
- if ( $i == 0 ){
+ if ($i == 0){
$cmdline[0] = $rows[0];
$i = ($cmdline[0]) ? 1 : 0;
}
@@ -5594,8 +5959,8 @@ sub perl_python_client {
# this is a hack to try to show konversation if inxi is running but started via /cmd
# OR via program shortcuts, both cases in fact now
# main::print_line("konvi: " . scalar grep { $_ =~ /konversation/ } @ps_cmd);
- if ( $b_display && main::check_program('konversation') &&
- ( grep { $_ =~ /konversation/ } @ps_cmd )){
+ if ($b_display && main::check_program('konversation') &&
+ (grep { $_ =~ /konversation/ } @ps_cmd)){
@app = main::program_values('konversation');
$client{'version'} = main::program_version('konversation',$app[0],$app[1],$app[2],$app[5],$app[6]);
$client{'name'} = 'konversation';
@@ -5604,18 +5969,18 @@ sub perl_python_client {
}
## NOTE: supybot only appears in ps aux using 'SHELL' command; the 'CALL' command
## gives the user system irc priority, and you don't see supybot listed, so use SHELL
- elsif ( !$b_display &&
+ elsif (!$b_display &&
(main::check_program('supybot') ||
main::check_program('gribble') || main::check_program('limnoria')) &&
- ( grep { $_ =~ /supybot/ } @ps_cmd ) ){
+ (grep { $_ =~ /supybot/ } @ps_cmd)){
@app = main::program_values('supybot');
$client{'version'} = main::program_version('supybot',$app[0],$app[1],$app[2],$app[5],$app[6]);
if ($client{'version'}){
- if ( grep { $_ =~ /gribble/ } @ps_cmd ){
+ if (grep { $_ =~ /gribble/ } @ps_cmd){
$client{'name'} = 'gribble';
$client{'name-print'} = 'Gribble';
}
- if ( grep { $_ =~ /limnoria/ } @ps_cmd){
+ if (grep { $_ =~ /limnoria/ } @ps_cmd){
$client{'name'} = 'limnoria';
$client{'name-print'} = 'Limnoria';
}
@@ -5644,7 +6009,7 @@ sub perl_python_client {
## and all other irc clients are not running. As of 2014-03-25 this isn't used in my cases
sub check_modern_konvi {
eval $start if $b_log;
- return 0 if ! $client{'qdbus'};
+ return 0 if !$client{'qdbus'};
my $b_modern_konvi = 0;
my $konvi_version = '';
my $konvi = '';
@@ -5652,7 +6017,7 @@ sub check_modern_konvi {
my (@temp);
# main::log_data('data',"name: $client{'name'} :: qdb: $client{'qdbus'} :: version: $client{'version'} :: konvi: $client{'konvi'} :: PPID: $ppid") if $b_log;
# sabayon uses /usr/share/apps/konversation as path
- if ( -d '/usr/share/kde4/apps/konversation' || -d '/usr/share/apps/konversation' ){
+ if (-d '/usr/share/kde4/apps/konversation' || -d '/usr/share/apps/konversation'){
$pid = main::awk(\@ps_aux,'konversation -session',2,'\s+');
main::log_data('data',"pid: $pid") if $b_log;
$konvi = readlink ("/proc/$pid/exe");
@@ -5680,7 +6045,7 @@ sub check_modern_konvi {
## for testing this module
# my $ppid = getppid();
# system('qdbus org.kde.konversation', '/irc', 'say', $client{'dserver'}, $client{'dtarget'},
-# "getpid_dir: $konvi_qt4 verNum: $konvi_version pid: $pid ppid: $ppid" );
+# "getpid_dir: $konvi_qt4 verNum: $konvi_version pid: $pid ppid: $ppid");
eval $end if $b_log;
return $b_modern_konvi;
}
@@ -5689,12 +6054,12 @@ sub set_konvi_data {
eval $start if $b_log;
my $config_tool = '';
# https://userbase.kde.org/Konversation/Scripts/Scripting_guide
- if ( $client{'konvi'} == 3 ){
+ if ($client{'konvi'} == 3){
$client{'dserver'} = shift @ARGV;
$client{'dtarget'} = shift @ARGV;
$client{'dobject'} = 'default';
}
- elsif ( $client{'konvi'} == 1 ){
+ elsif ($client{'konvi'} == 1){
$client{'dport'} = shift @ARGV;
$client{'dserver'} = shift @ARGV;
$client{'dtarget'} = shift @ARGV;
@@ -5703,20 +6068,20 @@ sub set_konvi_data {
# for some reason this logic hiccups on multiple spaces between args
@ARGV = grep { $_ ne '' } @ARGV;
# there's no current kde 5 konvi config tool that we're aware of. Correct if changes.
- if ( main::check_program('kde4-config') ){
+ if (main::check_program('kde4-config')){
$config_tool = 'kde4-config';
}
- elsif ( main::check_program('kde5-config') ){
+ elsif (main::check_program('kde5-config')){
$config_tool = 'kde5-config';
}
- elsif ( main::check_program('kde-config') ){
+ elsif (main::check_program('kde-config')){
$config_tool = 'kde-config';
}
# The section below is on request of Argonel from the Konversation developer team:
# it sources config files like $HOME/.kde/share/apps/konversation/scripts/inxi.conf
if ($config_tool){
my @data = main::grabber("$config_tool --path data 2>/dev/null",':');
- main::get_configs(\@data);
+ Configs::set(\@data);
}
eval $end if $b_log;
}
@@ -5733,18 +6098,19 @@ sub set_konvi_data {
sub apply_filter {
my ($string) = @_;
if ($string){
- $string = ( $use{'filter'} ) ? $filter_string : $string;
+ $string = ($use{'filter'}) ? $filter_string : $string;
}
else {
$string = 'N/A';
}
return $string;
}
+
# note, let the print logic handle N/A cases
sub apply_partition_filter {
my ($source,$string,$type) = @_;
return $string if !$string || $string eq 'N/A';
- if ($source eq 'system') {
+ if ($source eq 'system'){
my $test = ($type eq 'label') ? '=LABEL=': '=UUID=';
$string =~ s/$test[^\s]+/$test$filter_string/g;
}
@@ -5753,6 +6119,7 @@ sub apply_partition_filter {
}
return $string;
}
+
sub arm_cleaner {
my ($item) = @_;
$item =~ s/(\([^\(]*Device Tree[^\)]*\))//gi;
@@ -5766,7 +6133,7 @@ sub clean_characters {
# newline, pipe, brackets, + sign, with space, then clear doubled
# spaces and then strip out trailing/leading spaces.
# etc/issue often has junk stuff like (\l) \n \l
- return if ! $data;
+ return if !$data;
$data =~ s/[:\47]|\\[a-z]|\n|,|\"|\*|\||\+|\[\s\]|n\/a|\s\s+/ /g;
$data =~ s/\(\s*\)//;
$data =~ s/^\s+|\s+$//g;
@@ -5777,7 +6144,7 @@ sub cleaner {
my ($item) = @_;
return $item if !$item;# handle cases where it was 0 or ''
# note: |nee trips engineering, but I don't know why nee was filtered
- $item =~ s/chipset|company|components|computing|computer|corporation|communications|electronics|electrical|electric|gmbh|group|incorporation|industrial|international|\bnee\b|revision|semiconductor|software|technologies|technology|ltd\.|<ltd>|\bltd\b|inc\.|<inc>|\binc\b|intl\.|co\.|<co>|corp\.|<corp>|\(tm\)|\(r\)|®|\(rev ..\)|\'|\"|\sinc\s*$|\?//gi;
+ $item =~ s/chipset|company|components|computing|computer|corporation|communications|electronics|electrical|electric|gmbh|group|incorporation|industrial|international|\bnee\b|no\sstring|revision|semiconductor|software|technologies|technology|ltd\.|<ltd>|\bltd\b|inc\.|<inc>|\binc\b|intl\.|co\.|<co>|corp\.|<corp>|\(tm\)|\(r\)|®|\(rev ..\)|\'|\"|\sinc\s*$|\?//gi;
$item =~ s/,|\*/ /g;
$item =~ s/\s\s+/ /g;
$item =~ s/^\s+|\s+$//g;
@@ -5815,6 +6182,7 @@ sub general_cleaner {
$string =~ s/$cleaner//i;
return $string;
}
+
# args: $1 - size in KB, return KB, MB, GB, TB, PB, EB; $2 - 'string';
# $3 - default value if null
# returns string with units or array or size unmodified if not numeric
@@ -5867,7 +6235,7 @@ sub get_size {
sub increment_starters {
my ($key,$indexes) = @_;
my $result = $key;
- if (defined $indexes->{$key} ){
+ if (defined $indexes->{$key}){
$indexes->{$key}++;
$result = "$key-$indexes->{$key}";
}
@@ -5876,7 +6244,7 @@ sub increment_starters {
sub pci_cleaner {
my ($string,$type) = @_;
- #print "st1 $type:$string\n";
+ # print "st1 $type:$string\n";
my $filter = 'and\ssubsidiaries|compatible\scontroller|';
$filter .= '\b(device|controller|connection|multimedia)\b|\([^)]+\)';
# \[[^\]]+\]$| not trimming off ending [...] initial type filters removes end
@@ -5884,10 +6252,11 @@ sub pci_cleaner {
$string =~ s/($filter)//ig;
$string =~ s/\s\s+/ /g;
$string =~ s/^\s+|\s+$//g;
- #print "st2 $type:$string\n";
+ # print "st2 $type:$string\n";
$string = remove_duplicates($string) if $string;
return $string;
}
+
sub pci_cleaner_subsystem {
my ($string) = @_;
# we only need filters for features that might use vendor, -AGN
@@ -5914,7 +6283,7 @@ sub pci_long_filter {
# which can contain regex characters, get rid of those
sub regex_cleaner {
my ($string) = @_;
- return if ! $string;
+ return if !$string;
$string =~ s/(\{|\}|\(|\)|\[|\]|\|)/ /g;
$string =~ s/\s\s+/ /g;
$string =~ s/^\s+|\s+$//g;
@@ -5923,7 +6292,7 @@ sub regex_cleaner {
sub remove_duplicates {
my ($string) = @_;
- return if ! $string;
+ return if !$string;
my $holder = '';
my (@temp);
foreach (split(/\s+/, $string)){
@@ -5942,15 +6311,17 @@ sub row_defaults {
my %unfound = (
'arm-cpu-f' => 'Use -f option to see features',
'arm-pci' => 'No ARM data found for this feature.',
- 'battery-data' => 'No system Battery data found. Is one present?',
+ 'battery-data' => 'No system battery data found. Is one present?',
+ 'battery-data-bsd' => 'No battery data found. Try with --dmidecode',
'battery-data-sys' => 'No /sys data found.',
- 'bluetooth-data' => 'No Bluetooth data was found.',
+ 'bluetooth-data' => 'No bluetooth data found.',
+ 'bluetooth-down' => "tool can't run",
'cpu-bugs-null' => 'No CPU vulnerability/bugs data available.',
'cpu-model-null' => 'Model N/A',
- 'cpu-speeds' => "No speed data found for $id cores.",
+ 'cpu-speeds' => 'No per core speed data found.',
'darwin-feature' => 'Feature not supported iu Darwin/OSX.',
- 'disk-data' => 'No Disk data was found.',
- 'disk-data-bsd' => 'No Disk data found for this BSD system.',
+ 'disk-data' => 'No disk data found.',
+ 'disk-data-bsd' => 'No disk data found.',
'disk-size-0' => 'Total N/A',
'display-console' => 'No advanced graphics data found on this system in console.',
'display-driver-na' => 'n/a (using device driver)',
@@ -5969,38 +6340,49 @@ sub row_defaults {
'dmidecode-smbios' => 'No SMBIOS data for dmidecode to process',
'IP-dig' => "No $id found. Connected to web? SSL issues? Try --no-dig",
'IP-no-dig' => "No $id found. Connected to web? SSL issues? Try enabling dig",
- 'lvm-data' => 'No LVM data was found.',
- 'lvm-data-bsd' => 'No BSD support for LVM data.',
- 'machine-data' => 'No Machine data: try newer kernel.',
- 'machine-data-bsd' => 'No Machine data: Is dmidecode installed? Try -M --dmidecode.',
- 'machine-data-dmidecode' => 'No Machine data: try newer kernel. Is dmidecode installed? Try -M --dmidecode.',
- 'machine-data-force-dmidecode' => 'No Machine data: try newer kernel. Is dmidecode installed? Try -M --dmidecode.',
+ 'logical-data' => 'No logical block device data found.',
+ 'logical-data-bsd' => "Logical block device feature unsupported in $id.",
+ 'machine-data' => 'No machine data: try newer kernel.',
+ 'machine-data-bsd' => 'No machine data: Is dmidecode installed? Try -M --dmidecode.',
+ 'machine-data-dmidecode' => 'No machine data: try newer kernel. Is dmidecode installed? Try -M --dmidecode.',
+ 'machine-data-force-dmidecode' => 'No machine data: try newer kernel. Is dmidecode installed? Try -M --dmidecode.',
'mips-pci' => 'No MIPS data found for this feature.',
'note-check' => 'check',
'note-est' => 'est.',
- 'optical-data' => 'No Optical or Floppy data was found.',
- 'optical-data-bsd' => 'No Optical or Floppy data found for this BSD system.',
+ 'optical-data' => 'No optical or floppy data found.',
+ 'optical-data-bsd' => 'No optical or floppy data found.',
'output-limit' => "Output throttled. IPs: $id; Limit: $limit; Override: --limit [1-x;-1 all]",
- 'packages' => 'No packages detected. Unsupported package manager?',
- 'partition-data' => 'No Partition data was found.',
+ 'package-data' => 'No packages detected. Unsupported package manager?',
+ 'partition-data' => 'No partition data found.',
'partition-hidden' => 'N/A (hidden?)',
'pci-advanced-data' => 'bus/chip ids unavailable',
- 'pci-card-data' => 'No Device data found.',
+ 'pci-card-data' => 'No device data found.',
'pci-card-data-root' => 'Device data requires root.',
'pci-slot-data' => 'No PCI Slot data found.',
- 'ps-data-null' => 'No Process data available.',
- 'raid-data' => 'No RAID data was found.',
- 'ram-data' => 'No RAM data was found.',
+ 'pm-disabled' => 'see --pkg',
+ 'ps-data-null' => 'No process data available.',
+ 'raid-data' => 'No RAID data found.',
+ 'ram-data' => 'No RAM data found.',
+ 'ram-data-complete' => 'For complete report, try with --dmidecode',
+ 'ram-data-dmidecode' => 'No RAM data found. Try with --dmidecode',
+ 'recommends' => 'see --recommends',
+ 'repo-data', "No repo data detected. Does $self_name support your package manager?",
+ 'repo-data-bsd', "No repo data detected. Does $self_name support $id?",
+ 'root-feature' => 'Feature requires superuser permissions.',
+ 'root-item-incomplete' => "Full $id report requires superuser permissions.",
'root-required' => '<superuser required>',
- 'root-suggested' => 'try sudo/root',
- 'sensors-data-ipmi' => 'No ipmi sensors data was found.',
- 'sensors-data-linux' => 'No sensors data was found. Is sensors configured?',
+ 'root-suggested' => 'try sudo/root',# gdm only
+ 'sensors-data-bsd' => "$id sensor data found but not usable.",
+ 'sensors-data-bsd-ok' => 'No sensor data found. Are sensors present?',
+ 'sensors-data-ipmi' => 'No ipmi sensor data found.',
+ 'sensors-data-linux' => 'No sensor data found. Is lm-sensors configured?',
'sensors-ipmi-root' => 'Unable to run ipmi sensors. Root privileges required.',
- 'smartctl-command-failed' => 'A mandatory SMART command failed. Various possible causes.',
+ 'smartctl-command' => 'A mandatory SMART command failed. Various possible causes.',
+ 'smartctl-open' => 'Unable to open device. Wrong device ID given?',
'smartctl-udma-crc' => 'Bad cable/connection?',
'smartctl-usb' => 'Unknown USB bridge. Flash drive/Unsupported enclosure?',
- 'swap-admin' => 'No admin Swap data available.',
- 'swap-data' => 'No Swap data was found.',
+ 'swap-admin' => 'No admin swap data available.',
+ 'swap-data' => 'No swap data was found.',
'tool-missing-basic' => "<missing: $id>",
'tool-missing-incomplete' => "Missing system tool: $id. Output will be incomplete",
'tool-missing-os' => "No OS support. Is a comparable $id tool available?",
@@ -6009,10 +6391,12 @@ sub row_defaults {
'tool-permissions' => "Unable to run $id. Root privileges required.",
'tool-present' => 'Present and working',
'tool-unknown-error' => "Unknown $id error. Unable to generate data.",
- 'unmounted-data' => 'No Unmounted partitions found.',
- 'unmounted-data-bsd' => 'No Unmounted partition data found for this BSD system.',
+ 'tools-missing' => "This feature requires one of these tools: $id",
+ 'tools-missing-bsd' => "This feature requires one of these tools: $id",
+ 'unmounted-data' => 'No unmounted partitions found.',
+ 'unmounted-data-bsd' => "Unmounted partition feature unsupported in $id.",
'unmounted-file' => 'No /proc/partitions file found.',
- 'usb-data' => 'No USB data was found. Server?',
+ 'usb-data' => 'No USB data found. Server?',
'unknown-desktop-version' => 'ERR-101',
'unknown-dev' => 'ERR-102',
'unknown-shell' => 'ERR-100',
@@ -6023,31 +6407,37 @@ sub row_defaults {
}
# convert string passed to KB, based on GB/MB/TB id
-# NOTE: K 1024 KB 1000
+# NOTE: K 1024 KB 1000 KiB 1024
+# The logic will turn false MB to M for this tool
+# Hopefully one day sizes will all be in KiB type units
sub translate_size {
my ($working) = @_;
- my $size = 0;
- #print ":$working:\n";
+ my ($size,$unit) = (0,'');
+ # print ":$working:\n";
return if ! defined $working;
- my $math = ( $working =~ /B$/) ? 1000: 1024;
- if ( $working =~ /^([0-9\.]+)\s*M[B]?$/i){
+ my $math = ($working =~ /B$/) ? 1000: 1024;
+ if ($working =~ /^([0-9\.]+)\s*([kKMGTPE])i?B?$/i){
+ $size = $1;
+ $unit = uc($2);
+ }
+ if ($unit eq 'K'){
+ $size = $1;
+ }
+ elsif ($unit eq 'M'){
$size = $1 * $math;
}
- elsif ( $working =~ /^([0-9\.]+)\s*G[B]?$/i){
+ elsif ($unit eq 'G'){
$size = $1 * $math**2;
}
- elsif ( $working =~ /^([0-9\.]+)\s*T[B]?$/i){
+ elsif ($unit eq 'T'){
$size = $1 * $math**3;
}
- elsif ( $working =~ /^([0-9\.]+)\s*P[B]?$/i){
+ elsif ($unit eq 'P'){
$size = $1 * $math**4;
}
- elsif ( $working =~ /^([0-9\.]+)\s*E[B]?$/i){
+ elsif ($unit eq 'E'){
$size = $1 * $math**5;
}
- elsif ( $working =~ /^([0-9\.]+)\s*[kK][B]?$/i){
- $size = $1;
- }
$size = int($size) if $size;
return $size;
}
@@ -6066,6 +6456,7 @@ sub check_output_path {
$b_good = 1 if (-d $dir && -w $dir && $dir =~ /^\// && $file);
return $b_good;
}
+
# passing along hash ref
sub output_handler {
my ($data) = @_;
@@ -6080,6 +6471,7 @@ sub output_handler {
generate_xml($data);
}
}
+
# passing along hash ref
# NOTE: file has already been set and directory verified
sub generate_json {
@@ -6127,7 +6519,7 @@ sub generate_xml {
my ($xml);
my $b_debug = 0;
error_handler('not-in-irc', 'help') if $b_irc;
- #print Dumper $data if $b_debug;
+ # print Dumper $data if $b_debug;
if (check_perl_module('XML::Dumper')){
XML::Dumper->import;
$xml = XML::Dumper::pl2xml($data);
@@ -6164,28 +6556,28 @@ sub print_basic {
my $length = @$data;
my ($start,$i,$j,$line);
- if ( $size{'max'} > 110 ){
+ if ($size{'max'} > 110){
$indent_static = 22;
}
- elsif ($size{'max'} < 90 ){
+ elsif ($size{'max'} < 90){
$indent_static = 15;
}
# print $length . "\n";
for my $i (0 .. $#$data){
- #print "0: $data->[$i][0]\n";
- if ($data->[$i][0] == 0 ){
+ # print "0: $data->[$i][0]\n";
+ if ($data->[$i][0] == 0){
$indent = 0;
$indent1 = 0;
$indent2 = 0;
}
- elsif ($data->[$i][0] == 1 ){
+ elsif ($data->[$i][0] == 1){
$indent = $indent_static;
$indent1 = $indent1_static;
$indent2= $indent2_static;
}
- elsif ($data->[$i][0] == 2 ){
- $indent = ( $indent_static + 7 );
- $indent1 = ( $indent_static + 5 );
+ elsif ($data->[$i][0] == 2){
+ $indent = ($indent_static + 7);
+ $indent1 = ($indent_static + 5);
$indent2 = 0;
}
$data->[$i][3] =~ s/\n/ /g;
@@ -6194,17 +6586,17 @@ sub print_basic {
$data->[$i][1] = $data->[$i][1] . ', ';
}
$start = sprintf("%${indent1}s%-${indent2}s",$data->[$i][1],$data->[$i][2]);
- if ($indent > 1 && ( length($start) > ( $indent - 1) ) ){
+ if ($indent > 1 && (length($start) > ($indent - 1))){
$line = sprintf("%-${indent}s\n", "$start");
print_line($line);
$start = '';
- #print "1-print.\n";
+ # print "1-print.\n";
}
- if ( ( $indent + length($data->[$i][3]) ) < $size{'max'} ){
+ if (($indent + length($data->[$i][3])) < $size{'max'}){
$data->[$i][3] =~ s/\^/ /g;
$line = sprintf("%-${indent}s%s\n", "$start", $data->[$i][3]);
print_line($line);
- #print "2-print.\n";
+ # print "2-print.\n";
}
else {
my $holder = '';
@@ -6212,26 +6604,26 @@ sub print_basic {
# note: special case, split ' ' trims leading, trailing spaces,
# then splits like awk, on one or more white spaces.
foreach my $word (split(' ', $data->[$i][3])){
- #print "$word\n";
- if ( ( $indent + length($holder) + length($word) ) < $size{'max'} ) {
+ # print "$word\n";
+ if (($indent + length($holder) + length($word)) < $size{'max'}){
$word =~ s/\^/ /g;
$holder .= $word . $sep;
- #print "3-hold.\n";
+ # print "3-hold.\n";
}
- #elsif ( ( $indent + length($holder) + length($word) ) >= $size{'max'}){
+ # elsif (($indent + length($holder) + length($word)) >= $size{'max'}){
else {
$line = sprintf("%-${indent}s%s\n", "$start", $holder);
print_line($line);
$start = '';
$word =~ s/\^/ /g;
$holder = $word . $sep;
- #print "4-print-hold.\n";
+ # print "4-print-hold.\n";
}
}
if ($holder !~ /^[ ]*$/){
$line = sprintf("%-${indent}s%s\n", "$start", $holder);
print_line($line);
- #print "5-print-last.\n";
+ # print "5-print-last.\n";
}
}
}
@@ -6252,14 +6644,14 @@ sub print_data {
my ($b_container,$indent_use,$indentx) = (0,0,0);
# $size{'max'} = 88;
# NOTE: indent < 11 would break the output badly in some cases
- if ($size{'max'} < $size{'wrap-max'} || $size{'indent'} < 11 ){
+ if ($size{'max'} < $size{'wrap-max'} || $size{'indent'} < 11){
$indent = 2;
}
- #foreach my $key1 (sort { (split('#', $a))[0] <=> (split('#', $b))[0] } keys %$data) {
- foreach my $key1 (sort { substr($a,0,3) <=> substr($b,0,3) } keys %$data) {
- #foreach my $key1 (sort { $a cmp $b } keys %$data) {
+ # foreach my $key1 (sort { (split('#', $a))[0] <=> (split('#', $b))[0] } keys %$data){
+ foreach my $key1 (sort { substr($a,0,3) <=> substr($b,0,3) } keys %$data){
+ # foreach my $key1 (sort { $a cmp $b } keys %$data){
$key = (split('#', $key1))[3];
- if ($key ne 'SHORT' ) {
+ if ($key ne 'SHORT'){
$start = sprintf("$colors{'c1'}%-${indent}s$colors{'cn'}","$key$sep{'s1'}");
$start_holder = $key;
if ($indent < 10){
@@ -6290,6 +6682,7 @@ sub print_data {
'Monitor' => 1,
'Optical' => 1,
'Screen' => 1,
+ 'Sound Server' => 1,
'variant' => 1, # arm > 1 cpu type
);
foreach my $val1 (@{$data->{$key1}}){
@@ -6297,9 +6690,9 @@ sub print_data {
if (ref($val1) eq 'HASH'){
#%row = %$val1;
($counter,$split_count) = (0,0);
- #foreach my $key2 (sor ({ (split('#', $a))[0] <=> (split('#', $b))[0] } keys %$val1){
+ # foreach my $key2 (sor ({ (split('#', $a))[0] <=> (split('#', $b))[0] } keys %$val1){
foreach my $key2 (sort { substr($a,0,3) <=> substr($b,0,3) } keys %$val1){
- #foreach my $key2 (sort { $a cmp $b } keys %$val1){
+ # foreach my $key2 (sort { $a cmp $b } keys %$val1){
($hash_id,$b_container,$indentx,$key) = (split('#', $key2));
if ($start_holder eq 'Graphics' && $key eq 'Screen'){
$ids{'Monitor'} = 1;
@@ -6328,17 +6721,17 @@ sub print_data {
# in Perl 5.08 oddly enough.
@temp = split(/\s+/, $val2);
$split_count = scalar @temp;
- if ( !$b_single && ( length( "$key$sep{'s2'} $val2" ) + $length ) < $size{'max'} ) {
- #print "one\n";
+ if (!$b_single && (length("$key$sep{'s2'} $val2") + $length) < $size{'max'}){
+ # print "one\n";
$length += length("$key$sep{'s2'} $val2");
$holder .= "$colors{'c1'}$key$sep{'s2'}$colors{'c2'} $val2";
}
# handle case where the opening key/value pair is > max, and where
# there are a lot of terms, like cpu flags, raid types supported. Raid
# can have the last row have a lot of devices, or many raid types
- elsif ( !$b_single && ( length( "$key$sep{'s2'} $val2" ) + $indent ) > $size{'max'} &&
- !defined $ids{$key} && $split_count > 2 ) {
- #print "two\n";
+ elsif (!$b_single && (length("$key$sep{'s2'} $val2") + $indent) > $size{'max'} &&
+ !defined $ids{$key} && $split_count > 2){
+ # print "two\n";
@values = split(/\s+/, $val2);
$val3 = shift @values;
# $length += length("$key$sep{'s2'} $val3 ") + $indent;
@@ -6348,10 +6741,10 @@ sub print_data {
# print scalar @values,"\n";
foreach (@values){
# my $l = (length("$_ ") + $length);
- #print "$l\n";
- if ( (length("$_ ") + $length) < $size{'max'} ){
- #print "three.1\n";
- #print "a\n";
+ # print "$l\n";
+ if ((length("$_ ") + $length) < $size{'max'}){
+ # print "three.1\n";
+ # print "a\n";
if ($start2){
$holder2 .= "$start2$_ ";
$start2 = '';
@@ -6364,19 +6757,19 @@ sub print_data {
$length += length("$_ ");
}
else {
- #print "three.2\n";
+ # print "three.2\n";
if ($start2){
$holder2 = "$start2$holder2";
}
else {
$holder2 = "$colors{'c2'}$holder2";
}
- #print "xx:$holder";
+ # print "xx:$holder";
$line = sprintf("%-${indent}s%s$colors{'cn'}\n","$start","$holder$holder2");
print_line($line);
$holder = '';
$holder2 = "$_ ";
- #print "h2: $holder2\n";
+ # print "h2: $holder2\n";
$length = length($holder2) + $indent;
$start2 = '';
$start = '';
@@ -6384,7 +6777,7 @@ sub print_data {
}
}
if ($holder2 !~ /^\s*$/){
- #print "four\n";
+ # print "four\n";
$holder2 = "$colors{'c2'}$holder2";
$line = sprintf("%-${indent}s%s$colors{'cn'}\n","$start","$holder$holder2");
print_line($line);
@@ -6398,16 +6791,16 @@ sub print_data {
}
# NOTE: only these and the last fallback are used for b_single output
else {
- #print "H: $counter " . scalar %$val1 . " $indent3 $indent2\n";
+ # print "H: $counter " . scalar %$val1 . " $indent3 $indent2\n";
if ($holder){
- #print "five\n";
+ # print "five\n";
$line = sprintf("%-${indent_use}s%s$colors{'cn'}\n",$start,"$holder");
$length = length("$key$sep{'s2'} $val2") + $indent_use;
print_line($line);
$start = '';
}
else {
- #print "six\n";
+ # print "six\n";
$length = $indent_use;
#$holder = '';
}
@@ -6417,7 +6810,7 @@ sub print_data {
$indent_use = ($indent * $indentx) if $b_single;
}
if ($holder !~ /^\s*$/){
- #print "seven\n";
+ # print "seven\n";
$line = sprintf("%-${indent_use}s%s$colors{'cn'}\n",$start,"$start2$holder");
print_line($line);
$holder = '';
@@ -6427,7 +6820,7 @@ sub print_data {
}
# only for repos currently
elsif (ref($val1) eq 'ARRAY'){
- #print "eight\n";
+ # print "eight\n";
$array=0;
foreach my $item (@$val1){
$array++;
@@ -6449,13 +6842,13 @@ sub print_line {
$client{'konvi'} = 3;
$client{'dobject'} = 'Konversation';
}
- if ($client{'konvi'} == 1 && $client{'dcop'} ){
+ if ($client{'konvi'} == 1 && $client{'dcop'}){
# konvi doesn't seem to like \n characters, it just prints them literally
$line =~ s/\n//g;
#qx('dcop "$client{'dport'}" "$client{'dobject'}" say "$client{'dserver'}" "$client{'dtarget'}" "$line 1");
system('dcop', $client{'dport'}, $client{'dobject'}, 'say', $client{'dserver'}, $client{'dtarget'}, "$line 1");
}
- elsif ($client{'konvi'} == 3 && $client{'qdbus'} ){
+ elsif ($client{'konvi'} == 3 && $client{'qdbus'}){
# print $line;
$line =~ s/\n//g;
#qx(qdbus org.kde.konversation /irc say "$client{'dserver'}" "$client{'dtarget'}" "$line");
@@ -6467,22 +6860,22 @@ sub print_line {
}
########################################################################
-#### DATA PROCESSORS
+#### ITEM PROCESSORS
########################################################################
#### -------------------------------------------------------------------
-#### PRIMARY DATA GENERATORS
+#### ITEM GENERATORS
#### -------------------------------------------------------------------
-## AudioData
+## AudioItem
{
-package AudioData;
+package AudioItem;
sub get {
eval $start if $b_log;
my (@rows);
my $num = 0;
- if (($b_arm || $b_mips) && !$b_soc_audio && !$b_pci_tool){
+ if (($b_arm || $b_mips) && !$use{'soc-audio'} && !$use{'pci-tool'}){
my $type = ($b_arm) ? 'arm' : 'mips';
my $key = 'Message';
push(@rows,{
@@ -6492,8 +6885,8 @@ sub get {
else {
push(@rows,device_output());
}
- if ( ( (($b_arm || $b_mips) && !$b_soc_audio && !$b_pci_tool) || !@rows ) &&
- (my $file = main::system_files('asound-cards') ) ){
+ if (((($b_arm || $b_mips) && !$use{'soc-audio'} && !$use{'pci-tool'}) || !@rows) &&
+ (my $file = $system_files{'asound-cards'})){
push(@rows,asound_output($file));
}
push(@rows,usb_output());
@@ -6514,29 +6907,30 @@ sub get {
sub device_output {
eval $start if $b_log;
+ return if !$devices{'audio'};
my (@rows);
my ($j,$num) = (0,1);
- foreach my $row (@devices_audio){
+ foreach my $row (@{$devices{'audio'}}){
$num = 1;
$j = scalar @rows;
my $driver = $row->[9];
$driver ||= 'N/A';
- my $card = $row->[4];
- $card = ($card) ? main::pci_cleaner($card,'output') : 'N/A';
+ my $device = $row->[4];
+ $device = ($device) ? main::pci_cleaner($device,'output') : 'N/A';
# have seen absurdly verbose card descriptions, with non related data etc
- if (length($card) > 85 || $size{'max'} < 110){
- $card = main::pci_long_filter($card);
+ if (length($device) > 85 || $size{'max'} < 110){
+ $device = main::pci_long_filter($device);
}
push(@rows, {
- main::key($num++,1,1,'Device') => $card,
+ main::key($num++,1,1,'Device') => $device,
},);
- if ($extra > 0 && $b_pci_tool && $row->[12]){
+ if ($extra > 0 && $use{'pci-tool'} && $row->[12]){
my $item = main::get_pci_vendor($row->[4],$row->[12]);
$rows[$j]->{main::key($num++,0,2,'vendor')} = $item if $item;
}
$rows[$j]->{main::key($num++,1,2,'driver')} = $driver;
if ($extra > 0 && !$bsd_type){
- if ($row->[9] ){
+ if ($row->[9]){
my $version = main::get_module_version($row->[9]);
$rows[$j]->{main::key($num++,0,3,'v')} = $version if $version;
}
@@ -6546,7 +6940,7 @@ sub device_output {
$rows[$j]->{main::key($num++,0,3,'alternate')} = $row->[10] if $row->[10];
}
if ($extra > 0){
- $rows[$j]->{main::key($num++,0,2,'bus ID')} = (!$row->[2] && !$row->[3]) ? 'N/A' : "$row->[2].$row->[3]";
+ $rows[$j]->{main::key($num++,0,2,'bus-ID')} = (!$row->[2] && !$row->[3]) ? 'N/A' : "$row->[2].$row->[3]";
}
if ($extra > 1){
my $chip_id = 'N/A';
@@ -6556,12 +6950,12 @@ sub device_output {
elsif ($row->[6]){
$chip_id = $row->[6];
}
- $rows[$j]->{main::key($num++,0,2,'chip ID')} = $chip_id;
+ $rows[$j]->{main::key($num++,0,2,'chip-ID')} = $chip_id;
if ($extra > 2 && $row->[1]){
- $rows[$j]->{main::key($num++,0,2,'class ID')} = $row->[1];
+ $rows[$j]->{main::key($num++,0,2,'class-ID')} = $row->[1];
}
}
- #print "$row->[0]\n";
+ # print "$row->[0]\n";
}
eval $end if $b_log;
return @rows;
@@ -6573,23 +6967,23 @@ sub asound_output {
eval $start if $b_log;
my ($file) = @_;
my (@asound,@rows);
- my ($card,$driver,$j,$num) = ('','',0,1);
+ my ($device,$driver,$j,$num) = ('','',0,1);
@asound = main::reader($file);
foreach (@asound){
# filtering out modems and usb devices like webcams, this might get a
# usb audio card as well, this will take some trial and error
- if ( !/modem|usb/i && /^\s*[0-9]/ ) {
+ if (!/modem|usb/i && /^\s*[0-9]/){
$num = 1;
my @working = split(/:\s*/, $_);
# now let's get 1 2
$working[1] =~ /(.*)\s+-\s+(.*)/;
- $card = $2;
+ $device = $2;
$driver = $1;
- if ( $card ){
+ if ($device){
$j = scalar @rows;
$driver ||= 'N/A';
push(@rows, {
- main::key($num++,1,1,'Device') => $card,
+ main::key($num++,1,1,'Device') => $device,
main::key($num++,1,2,'driver') => $driver,
},);
if ($extra > 0){
@@ -6606,109 +7000,140 @@ sub asound_output {
}
sub usb_output {
eval $start if $b_log;
- my (@rows,@ids,$driver,$path_id,$product,@temp2);
+ my (@rows,@ids,$path_id,$product,@temp2);
my ($j,$num) = (0,1);
- if (-d '/proc/asound') {
- # note: this will double the data, but it's easier this way.
- # inxi tested for -L in the /proc/asound files, and used only those.
- my @files = main::globber('/proc/asound/*/usbid');
- foreach (@files){
- my $id = main::reader($_,'',0);
- push(@ids, $id) if ($id && ! grep {/$id/} @ids);
+ return if !$usb{'audio'};
+ foreach my $row (@{$usb{'audio'}}){
+ # print Data::Dumper::Dumper $row;
+ $num = 1;
+ # make sure to reset, or second device trips last flag
+ ($path_id,$product) = ('','');
+ $product = main::cleaner($row->[13]) if $row->[13];
+ $path_id = $row->[2] if $row->[2];
+ $product ||= 'N/A';
+ $row->[15] ||= 'N/A';
+ push(@rows, {
+ main::key($num++,1,1,'Device') => $product,
+ main::key($num++,0,2,'type') => 'USB',
+ main::key($num++,0,2,'driver') => $row->[15],
+ },);
+ if ($extra > 0){
+ $rows[$j]->{main::key($num++,0,2,'bus-ID')} = "$path_id:$row->[1]";
}
- # lsusb is a very expensive operation
- if (@ids){
- if (!$bsd_type && !$b_usb_check){
- main::USBData::set();
- }
+ if ($extra > 1){
+ $row->[7] ||= 'N/A';
+ $rows[$j]->{main::key($num++,0,2,'chip-ID')} = $row->[7];
}
- main::log_data('dump','@ids',\@ids) if $b_log;
- return if !@usb;
- foreach my $id (@ids){
- $j = scalar @rows;
- foreach my $row (@usb){
- # a device will always be the second or > device on the bus
- if ($row->[1] > 1 && $row->[7] eq $id){
- # print Data::Dumper::Dumper $row;
- $num = 1;
- # makre sure to reset, or second device trips last flag
- ($driver,$path_id,$product) = ('','','');
- $product = main::cleaner($row->[13]) if $row->[13];
- $driver = $row->[15] if $row->[15];
- $path_id = $row->[2] if $row->[2];
- $product ||= 'N/A';
- $driver ||= 'snd-usb-audio';
- push(@rows, {
- main::key($num++,1,1,'Device') => $product,
- main::key($num++,0,2,'type') => 'USB',
- main::key($num++,0,2,'driver') => $driver,
- },);
- if ($extra > 0){
- $rows[$j]->{main::key($num++,0,2,'bus ID')} = "$path_id:$row->[1]";
- }
- if ($extra > 1){
- $row->[7] ||= 'N/A';
- $rows[$j]->{main::key($num++,0,2,'chip ID')} = $row->[7];
- }
- if ($extra > 2 && defined $row->[5] && $row->[5] ne ''){
- $rows[$j]->{main::key($num++,0,2,'class ID')} = "$row->[4]$row->[5]";
- }
- if ($extra > 2 && $row->[16]){
- $rows[$j]->{main::key($num++,0,2,'serial')} = main::apply_filter($row->[16]);
- }
- }
- }
+ if ($extra > 2 && defined $row->[5] && $row->[5] ne ''){
+ $rows[$j]->{main::key($num++,0,2,'class-ID')} = "$row->[4]$row->[5]";
}
+ if ($extra > 2 && $row->[16]){
+ $rows[$j]->{main::key($num++,0,2,'serial')} = main::apply_filter($row->[16]);
+ }
+ $j = scalar @rows;
}
eval $end if $b_log;
return @rows;
}
-
sub sound_server_output {
eval $start if $b_log;
- my (@data,$server,$version);
- my $num = 0;
- if (my $file = main::system_files('asound-version') ){
+ my (@rows,$program);
+ my ($j,$num) = (0,0);
+ my @servers = sound_server_data();
+ foreach my $server (@servers){
+ next if $extra < 1 && (!$server->[2] || $server->[2] ne 'yes');
+ $j = scalar @rows;
+ $server->[1] ||= 'N/A';
+ $server->[2] ||= 'N/A';
+ push(@rows, {
+ main::key($num++,1,1,'Sound Server') => $server->[0],
+ main::key($num++,0,2,'v') => $server->[1],
+ main::key($num++,0,2,'running') => $server->[2],
+ });
+ }
+ eval $end if $b_log;
+ return @rows;
+}
+sub sound_server_data {
+ eval $start if $b_log;
+ my (@servers,$program,$running,$server,$version);
+ if (my $file = $system_files{'asound-version'}){
+ # avoid possible second line if compiled by user
my $content = main::reader($file,'',0);
# some alsa strings have the build date in (...)
- # remove trailing . and remove possible second line if compiled by user
-# foreach (@content){
-# if (!/compile/i){
- #$_ =~ s/Advanced Linux Sound Architecture/ALSA/;
- $version = (split(/\s+/, $content))[-1];
- $version =~ s/\.$//; # trim off period
- $server = 'ALSA';
-# }
-# }
+ $version = (split(/\s+/, $content))[-1];
+ $version =~ s/\.$//; # trim off period
+ $server = 'ALSA';
+ $running = 'yes';
+ # not needed I think, if asound is there, it's running, but if that's
+ # not correct, can use one of the info/list/stat tests for aplay
+ # if (main::check_program('aplay') && main::grabber('aplay -l 2>/dev/null')){
+ # $running = 'yes';
+ # }
+ push(@servers, [$server,$version,$running]);
+ ($running,$server,$version) = ('','','');
}
- elsif (my $program = main::check_program('oss')){
+ # sndstat file may be removed in linux oss
+ if (-e '/dev/sndstat' || ($program = main::check_program('ossinfo'))){
$server = 'OSS';
- $version = main::program_version('oss','\S',2);
- $version ||= 'N/A';
- }
- if ($server){
- @data = ({
- main::key($num++,1,1,'Sound Server') => $server,
- main::key($num++,0,2,'v') => $version,
- },);
- }
- eval $end if $b_log;
- return @data;
-}
-}
-
-## BatteryData
+ #$version = main::program_version('oss','\S',2);
+ $version = (grep {/^hw.snd.version:/} @{$sysctl{'audio'}})[0] if $sysctl{'audio'};
+ $version = (split(/:\s*/,$version),1)[1] if $version;
+ $version =~ s|/.*$|| if $version;
+ # not a great test, but ok for now
+ $running = (-e '/dev/sndstat') ? 'yes' : 'no?';
+ push(@servers, [$server,$version,$running]);
+ ($running,$server,$version) = ('','','');
+ }
+ if ($program = main::check_program('sndiod')){
+ $server = 'sndio';
+ #$version = main::program_version('sndio','\S',2);
+ $running = (grep {/sndiod/} @ps_cmd) ? 'yes': 'no';
+ push(@servers, [$server,$version,$running]);
+ ($running,$server,$version) = ('','','');
+ }
+ if ($program = main::check_program('jackd')){
+ $server = 'JACK';
+ $version = main::program_version($program,'^jackd',3,'--version',1);
+ $running = (grep {/jackd/} @ps_cmd) ? 'yes':'no' ;
+ push(@servers, [$server,$version,$running]);
+ ($running,$server,$version) = ('','','');
+ }
+ # note: pactl info/list/stat could be used
+ if ($program = main::check_program('pactl')){
+ $server = 'PulseAudio';
+ $version = main::program_version($program,'^pactl',2,'--version',1);
+ $running = (grep {m|/pulseaudiod?\b|} @ps_cmd) ? 'yes':'no' ;
+ push(@servers, [$server,$version,$running]);
+ ($running,$server,$version) = ('','','');
+ }
+ if ($program = main::check_program('pipewire')){
+ $server = 'PipeWire';
+ $version = main::program_version($program,'^Compiled with libpipe',4,'--version',1);
+ $running = (grep {/pipewire/} @ps_cmd) ? 'yes':'no' ;
+ push(@servers, [$server,$version,$running]);
+ ($running,$server,$version) = ('','','');
+ }
+ main::log_data('dump','sound servers: @servers',\@servers) if $b_log;
+ print Data::Dumper::Dumper \@servers if $dbg[26];
+ return @servers;
+ eval $end if $b_log;
+}
+}
+
+## BatteryItem
{
-package BatteryData;
+package BatteryItem;
+
my (@upower_items,$b_upower,$upower);
sub get {
eval $start if $b_log;
my (@rows,%battery,$key1,$val1);
my $num = 0;
- if ($bsd_type || $b_dmidecode_force){
+ if ($force{'dmidecode'}){
if ($alerts{'dmidecode'}->{'action'} ne 'use'){
$key1 = $alerts{'dmidecode'}->{'action'};
- $val1 = $alerts{'dmidecode'}->{$key1};
+ $val1 = $alerts{'dmidecode'}->{'message'};
$key1 = ucfirst($key1);
@rows = ({main::key($num++,0,1,$key1) => $val1,});
}
@@ -6726,6 +7151,19 @@ sub get {
}
}
}
+ elsif ($bsd_type && ($sysctl{'battery'} || $show{'battery-forced'})){
+ %battery = battery_data_sysctl() if $sysctl{'battery'};
+ if (!%battery){
+ if ($show{'battery-forced'}){
+ $key1 = 'Message';
+ $val1 = main::row_defaults('battery-data-bsd','');
+ @rows = ({main::key($num++,0,1,$key1) => $val1,});
+ }
+ }
+ else {
+ @rows = battery_output(\%battery);
+ }
+ }
elsif (-d '/sys/class/power_supply/'){
%battery = battery_data_sys();
if (!%battery){
@@ -6742,7 +7180,7 @@ sub get {
else {
if ($show{'battery-forced'}){
$key1 = 'Message';
- $val1 = main::row_defaults('battery-data-sys','');
+ $val1 = (!$bsd_type) ? main::row_defaults('battery-data-sys'): main::row_defaults('battery-data-bsd');
@rows = ({main::key($num++,0,1,$key1) => $val1,});
}
}
@@ -6780,13 +7218,17 @@ sub battery_output {
# print Data::Dumper::Dumper $battery;
foreach $key (sort keys %$battery){
$num = 0;
- my ($charge,$condition,$model,$serial,$status,$volts) = ('','','','','','');
+ my ($charge,$condition,$model,$serial,$status) = ('','','','','');
my ($chemistry,$cycles,$location) = ('','','');
next if !$battery->{$key}{'purpose'} || $battery->{$key}{'purpose'} ne 'primary';
# $battery->{$key}{''};
# we need to handle cases where charge or energy full is 0
if (defined $battery->{$key}{'energy_now'} && $battery->{$key}{'energy_now'} ne ''){
$charge = "$battery->{$key}{'energy_now'} Wh";
+ if ($battery->{$key}{'energy_full'} && main::is_numeric($battery->{$key}{'energy_full'})){
+ my $percent = sprintf("%.1f", $battery->{$key}{'energy_now'}/$battery->{$key}{'energy_full'}*100);
+ $charge .= ' (' . $percent . '%)';
+ }
}
# better than nothing, shows the charged percent
elsif (defined $battery->{$key}{'capacity'} && $battery->{$key}{'capacity'} ne ''){
@@ -6810,17 +7252,17 @@ sub battery_output {
main::key($num++,0,2,'charge') => $charge,
main::key($num++,0,2,'condition') => $condition,
},);
- if ($extra > 0){
- if ($extra > 1){
- if ($battery->{$key}{'voltage_min_design'} || $battery->{$key}{'voltage_now'}){
- $battery->{$key}{'voltage_min_design'} ||= 'N/A';
- $battery->{$key}{'voltage_now'} ||= 'N/A';
- $volts = "$battery->{$key}{'voltage_now'}/$battery->{$key}{'voltage_min_design'}";
- }
- $volts ||= 'N/A';
- $rows[$j]->{main::key($num++,0,2,'volts')} = $volts;
+ if ($extra > 0 || ($battery->{$key}{'voltage_now'} && $battery->{$key}{'voltage_min_design'} &&
+ ($battery->{$key}{'voltage_now'} - $battery->{$key}{'voltage_min_design'}) < 0.5)){
+ $battery->{$key}{'voltage_now'} ||= 'N/A';
+ $rows[$j]->{main::key($num++,1,2,'volts')} = $battery->{$key}{'voltage_now'};
+ if ($battery->{$key}{'voltage_now'} ne 'N/A' || $battery->{$key}{'voltage_min_design'}){
+ $battery->{$key}{'voltage_min_design'} ||= 'N/A';
+ $rows[$j]->{main::key($num++,0,3,'min')} = $battery->{$key}{'voltage_min_design'};
}
- if ($battery->{$key}{'manufacturer'} || $battery->{$key}{'model_name'}) {
+ }
+ if ($extra > 0){
+ if ($battery->{$key}{'manufacturer'} || $battery->{$key}{'model_name'}){
if ($battery->{$key}{'manufacturer'} && $battery->{$key}{'model_name'}){
$model = "$battery->{$key}{'manufacturer'} $battery->{$key}{'model_name'}";
}
@@ -6836,7 +7278,7 @@ sub battery_output {
}
$rows[$j]->{main::key($num++,0,2,'model')} = $model;
if ($extra > 2){
- $chemistry = ( $battery->{$key}{'technology'} ) ? $battery->{$key}{'technology'}: 'N/A';
+ $chemistry = ($battery->{$key}{'technology'}) ? $battery->{$key}{'technology'}: 'N/A';
$rows[$j]->{main::key($num++,0,2,'type')} = $chemistry;
}
if ($extra > 1){
@@ -6918,8 +7360,8 @@ sub battery_data_sys {
# note: there is no 'location' file, but dmidecode has it
# 'type' is generic, like: Battery, Mains
# capacity_level is a string, like: Normal
- my @items = qw(alarm capacity capacity_level charge_full charge_full_design charge_now
- constant_charge_current constant_charge_current_max cycle_count
+ my @items = qw(alarm capacity capacity_level charge_full charge_full_design
+ charge_now constant_charge_current constant_charge_current_max cycle_count
energy_full energy_full_design energy_now location manufacturer model_name
power_now present scope serial_number status technology type voltage_min_design voltage_now);
foreach $item (@batteries){
@@ -6931,7 +7373,7 @@ sub battery_data_sys {
# android shows some files only root readable
$value = (-r $path) ? main::reader($path,'',0): '';
# mains, plus in psu
- if ($file eq 'type' && $value && lc($value) ne 'battery' ){
+ if ($file eq 'type' && $value && lc($value) ne 'battery'){
$battery{$id}->{'purpose'} = 'mains';
}
if ($value){
@@ -6975,7 +7417,7 @@ sub battery_data_sys {
$value = main::dmi_cleaner($value);
}
}
- elsif ($b_root && -e $path && ! -r $path ){
+ elsif ($b_root && -e $path && ! -r $path){
$value = main::row_defaults('root-required');
}
$battery{$id}->{$file} = $value;
@@ -6987,10 +7429,10 @@ sub battery_data_sys {
# if the energy/charge values exist for this item, if so, it's a battery, if not,
# it's a device.
if ($id =~ /^(BAT|CMB).*$/i ||
- ( $battery{$id}->{'energy_full'} || $battery{$id}->{'charge_full'} ||
- $battery{$id}->{'energy_now'} || $battery{$id}->{'charge_now'} ||
- $battery{$id}->{'energy_full_design'} || $battery{$id}->{'charge_full_design'} ) ||
- $battery{$id}->{'voltage_min_design'} || $battery{$id}->{'voltage_now'} ){
+ ($battery{$id}->{'energy_full'} || $battery{$id}->{'charge_full'} ||
+ $battery{$id}->{'energy_now'} || $battery{$id}->{'charge_now'} ||
+ $battery{$id}->{'energy_full_design'} || $battery{$id}->{'charge_full_design'}) ||
+ $battery{$id}->{'voltage_min_design'} || $battery{$id}->{'voltage_now'}){
$battery{$id}->{'purpose'} = 'primary';
}
else {
@@ -7012,28 +7454,108 @@ sub battery_data_sys {
$battery{$id}->{'energy_full_design'} = $battery{$id}->{'charge_full_design'} * $battery{$id}->{'voltage_min_design'};
}
}
- if ( $battery{$id}->{'energy_now'} && $battery{$id}->{'energy_full'} ){
+ if ($battery{$id}->{'energy_now'} && $battery{$id}->{'energy_full'}){
$battery{$id}->{'capacity'} = 100 * $battery{$id}->{'energy_now'}/$battery{$id}->{'energy_full'};
$battery{$id}->{'capacity'} = sprintf("%.1f", $battery{$id}->{'capacity'});
}
- if ( $battery{$id}->{'energy_full_design'} && $battery{$id}->{'energy_full'} ){
+ if ($battery{$id}->{'energy_full_design'} && $battery{$id}->{'energy_full'}){
$battery{$id}->{'of_orig'} = 100 * $battery{$id}->{'energy_full'}/$battery{$id}->{'energy_full_design'};
- $battery{$id}->{'of_orig'} = sprintf("%.0f", $battery{$id}->{'of_orig'});
+ $battery{$id}->{'of_orig'} = sprintf("%.1f", $battery{$id}->{'of_orig'});
}
- if ( $battery{$id}->{'energy_now'} ){
+ if ($battery{$id}->{'energy_now'}){
$battery{$id}->{'energy_now'} = sprintf("%.1f", $battery{$id}->{'energy_now'});
}
- if ( $battery{$id}->{'energy_full_design'} ){
+ if ($battery{$id}->{'energy_full_design'}){
$battery{$id}->{'energy_full_design'} = sprintf("%.1f",$battery{$id}->{'energy_full_design'});
}
- if ( $battery{$id}->{'energy_full'} ){
+ if ($battery{$id}->{'energy_full'}){
$battery{$id}->{'energy_full'} = sprintf("%.1f", $battery{$id}->{'energy_full'});
}
}
+ print Data::Dumper::Dumper \%battery if $dbg[33];
main::log_data('dump','sys: %battery',\%battery) if $b_log;
eval $end if $b_log;
return %battery;
}
+sub battery_data_sysctl {
+ eval $start if $b_log;
+ my (%battery,$id);
+ for (@{$sysctl{'battery'}}){
+ if (/^(hw\.sensors\.)acpi([^\.]+)(\.|:)/){
+ $id = uc($2);
+ }
+ if (/volt[^:]+:([0-9\.]+)\s+VDC\s+\(voltage\)/){
+ $battery{$id}->{'voltage_min_design'} = $1;
+ }
+ elsif (/volt[^:]+:([0-9\.]+)\s+VDC\s+\(current voltage\)/){
+ $battery{$id}->{'voltage_now'} = $1;
+ }
+ elsif (/watthour[^:]+:([0-9\.]+)\s+Wh\s+\(design capacity\)/){
+ $battery{$id}->{'energy_full_design'} = $1;
+ }
+ elsif (/watthour[^:]+:([0-9\.]+)\s+Wh\s+\(last full capacity\)/){
+ $battery{$id}->{'energy_full'} = $1;
+ }
+ elsif (/watthour[^:]+:([0-9\.]+)\s+Wh\s+\(remaining capacity\)/){
+ $battery{$id}->{'energy_now'} = $1;
+ }
+ elsif (/amphour[^:]+:([0-9\.]+)\s+Ah\s+\(design capacity\)/){
+ $battery{$id}->{'charge_full_design'} = $1;
+ }
+ elsif (/amphour[^:]+:([0-9\.]+)\s+Ah\s+\(last full capacity\)/){
+ $battery{$id}->{'charge_full'} = $1;
+ }
+ elsif (/amphour[^:]+:([0-9\.]+)\s+Ah\s+\(remaining capacity\)/){
+ $battery{$id}->{'charge_now'} = $1;
+ }
+ elsif (/raw[^:]+:[0-9\.]+\s+\((battery) ([^\)]+)\)/){
+ $battery{$id}->{'status'} = $2;
+ }
+ elsif (/^acpi[\S]+:at [^:]+:\s*$id\s+model\s+(.*?)\s*serial\s+([\S]*?)\s*type\s+(.*?)\s*oem\s+(.*)/i){
+ $battery{$id}->{'model_name'} = main::dmi_cleaner($1);
+ $battery{$id}->{'serial_number'} = $2;
+ $battery{$id}->{'technology'} = $3;
+ $battery{$id}->{'manufacturer'} = main::dmi_cleaner($4);
+ }
+ }
+ # then do the condition/charge percent math
+ for my $id (keys %battery){
+ $battery{$id}->{'purpose'} = 'primary';
+ # CHARGE is Ah, which are converted to Wh by: Ah x voltage.
+ if ($battery{$id}->{'voltage_min_design'}){
+ if ($battery{$id}->{'charge_now'}){
+ $battery{$id}->{'energy_now'} = $battery{$id}->{'charge_now'} * $battery{$id}->{'voltage_min_design'};
+ }
+ if ($battery{$id}->{'charge_full'}){
+ $battery{$id}->{'energy_full'} = $battery{$id}->{'charge_full'}*$battery{$id}->{'voltage_min_design'};
+ }
+ if ($battery{$id}->{'charge_full_design'}){
+ $battery{$id}->{'energy_full_design'} = $battery{$id}->{'charge_full_design'} * $battery{$id}->{'voltage_min_design'};
+ }
+ }
+ if ($battery{$id}->{'energy_full_design'} && $battery{$id}->{'energy_full'}){
+ $battery{$id}->{'of_orig'} = 100 * $battery{$id}->{'energy_full'}/$battery{$id}->{'energy_full_design'};
+ $battery{$id}->{'of_orig'} = sprintf("%.1f", $battery{$id}->{'of_orig'});
+ }
+ if ($battery{$id}->{'energy_now'} && $battery{$id}->{'energy_full'}){
+ $battery{$id}->{'capacity'} = 100 * $battery{$id}->{'energy_now'}/$battery{$id}->{'energy_full'};
+ $battery{$id}->{'capacity'} = sprintf("%.1f", $battery{$id}->{'capacity'});
+ }
+ if ($battery{$id}->{'energy_now'}){
+ $battery{$id}->{'energy_now'} = sprintf("%.1f", $battery{$id}->{'energy_now'});
+ }
+ if ($battery{$id}->{'energy_full'}){
+ $battery{$id}->{'energy_full'} = sprintf("%.1f", $battery{$id}->{'energy_full'});
+ }
+ if ($battery{$id}->{'energy_full_design'}){
+ $battery{$id}->{'energy_full_design'} = sprintf("%.1f", $battery{$id}->{'energy_full_design'});
+ }
+ }
+ print Data::Dumper::Dumper \%battery if $dbg[33];
+ main::log_data('dump','dmi: %battery',\%battery) if $b_log;
+ eval $end if $b_log;
+ return %battery;
+}
# note, dmidecode does not have charge_now or charge_full
sub battery_data_dmi {
eval $start if $b_log;
@@ -7049,25 +7571,25 @@ sub battery_data_dmi {
foreach my $item (@$row[3 .. $#$row]){
my @value = split(/:\s+/, $item);
next if !$value[0];
- if ($value[0] eq 'Location') {$battery{$id}->{'location'} = $value[1] }
- elsif ($value[0] eq 'Manufacturer') {$battery{$id}->{'manufacturer'} = main::dmi_cleaner($value[1]) }
- elsif ($value[0] =~ /Chemistry/) {$battery{$id}->{'technology'} = $value[1] }
- elsif ($value[0] =~ /Serial Number/) {$battery{$id}->{'serial_number'} = $value[1] }
- elsif ($value[0] =~ /^Name/) {$battery{$id}->{'model_name'} = main::dmi_cleaner($value[1]) }
- elsif ($value[0] eq 'Design Capacity') {
+ if ($value[0] eq 'Location'){$battery{$id}->{'location'} = $value[1] }
+ elsif ($value[0] eq 'Manufacturer'){$battery{$id}->{'manufacturer'} = main::dmi_cleaner($value[1]) }
+ elsif ($value[0] =~ /Chemistry/){$battery{$id}->{'technology'} = $value[1] }
+ elsif ($value[0] =~ /Serial Number/){$battery{$id}->{'serial_number'} = $value[1] }
+ elsif ($value[0] =~ /^Name/){$battery{$id}->{'model_name'} = main::dmi_cleaner($value[1]) }
+ elsif ($value[0] eq 'Design Capacity'){
$value[1] =~ s/\s*mwh$//i;
$battery{$id}->{'energy_full_design'} = sprintf("%.1f", $value[1]/1000);
}
- elsif ($value[0] eq 'Design Voltage') {
+ elsif ($value[0] eq 'Design Voltage'){
$value[1] =~ s/\s*mv$//i;
$battery{$id}->{'voltage_min_design'} = sprintf("%.1f", $value[1]/1000);
}
}
- if ($battery{$id}->{'energy_now'} && $battery{$id}->{'energy_full'} ){
+ if ($battery{$id}->{'energy_now'} && $battery{$id}->{'energy_full'}){
$battery{$id}->{'capacity'} = 100 * $battery{$id}->{'energy_now'} / $battery{$id}->{'energy_full'};
$battery{$id}->{'capacity'} = sprintf("%.1f%", $battery{$id}->{'capacity'});
}
- if ($battery{$id}->{'energy_full_design'} && $battery{$id}->{'energy_full'} ){
+ if ($battery{$id}->{'energy_full_design'} && $battery{$id}->{'energy_full'}){
$battery{$id}->{'of_orig'} = 100 * $battery{$id}->{'energy_full'} / $battery{$id}->{'energy_full_design'};
$battery{$id}->{'of_orig'} = sprintf("%.0f%", $battery{$id}->{'of_orig'});
}
@@ -7076,7 +7598,7 @@ sub battery_data_dmi {
last;
}
}
- # print Data::Dumper::Dumper \%battery;
+ print Data::Dumper::Dumper \%battery if $dbg[33];
main::log_data('dump','dmi: %battery',\%battery) if $b_log;
eval $end if $b_log;
return %battery;
@@ -7110,25 +7632,29 @@ sub upower_data {
eval $end if $b_log;
return %data;
}
-
}
-## BluetoothData
+## BluetoothItem
{
-package BluetoothData;
-my ($b_hci_error,$b_hci,%hci);
+package BluetoothItem;
+
+my ($b_bluetooth,$b_hci_error,$b_hci,$b_rfk,$b_service);
+my ($service);
+my (%hci);
sub get {
eval $start if $b_log;
my (@rows);
my $num = 0;
- if (($b_arm || $b_mips) && !$b_soc_bluetooth && !$b_pci_tool){
+ $b_bluetooth = 1 if @ps_cmd && (grep {m|/bluetoothd\b|} @ps_cmd);
+ # note: rapi 4 has pci bus
+ if (($b_arm || $b_mips) && !$use{'soc-bluetooth'} && !$use{'pci-tool'}){
# do nothing, but keep the test conditions to force
# the non arm case to always run
- #my $type = ($b_arm) ? 'arm' : 'mips';
- #my $key = 'Message';
- #push(@rows,{
- #main::key($num++,0,1,$key) => main::row_defaults($type . '-pci',''),
- #},);
+ # my $type = ($b_arm) ? 'arm' : 'mips';
+ # my $key = 'Message';
+ # push(@rows,{
+ # main::key($num++,0,1,$key) => main::row_defaults($type . '-pci',''),
+ # },);
}
else {
push(@rows,device_output());
@@ -7152,22 +7678,24 @@ sub get {
sub device_output {
eval $start if $b_log;
- my (@rows);
+ return if !$devices{'bluetooth'};
+ my ($bus_id,@rows);
my ($j,$num) = (0,1);
- foreach my $row (@devices_bluetooth){
+ foreach my $row (@{$devices{'bluetooth'}}){
$num = 1;
+ $bus_id = '';
$j = scalar @rows;
my $driver = ($row->[9]) ? $row->[9] : 'N/A';
- my $card = $row->[4];
- $card = ($card) ? main::pci_cleaner($card,'output') : 'N/A';
+ my $device = $row->[4];
+ $device = ($device) ? main::pci_cleaner($device,'output') : 'N/A';
# have seen absurdly verbose card descriptions, with non related data etc
- if (length($card) > 85 || $size{'max'} < 110){
- $card = main::pci_long_filter($card);
+ if (length($device) > 85 || $size{'max'} < 110){
+ $device = main::pci_long_filter($device);
}
push(@rows, {
- main::key($num++,1,1,'Device') => $card,
+ main::key($num++,1,1,'Device') => $device,
},);
- if ($extra > 0 && $b_pci_tool && $row->[12]){
+ if ($extra > 0 && $use{'pci-tool'} && $row->[12]){
my $item = main::get_pci_vendor($row->[4],$row->[12]);
$rows[$j]->{main::key($num++,0,2,'vendor')} = $item if $item;
}
@@ -7181,7 +7709,7 @@ sub device_output {
$rows[$j]->{main::key($num++,0,3,'alternate')} = $row->[10] if $row->[10];
}
if ($extra > 0){
- $rows[$j]->{main::key($num++,0,2,'bus ID')} = (!$row->[2] && !$row->[3]) ? 'N/A' : "$row->[2].$row->[3]";
+ $rows[$j]->{main::key($num++,0,2,'bus-ID')} = (!$row->[2] && !$row->[3]) ? 'N/A' : "$row->[2].$row->[3]";
}
if ($extra > 1){
my $chip_id = 'N/A';
@@ -7191,58 +7719,64 @@ sub device_output {
elsif ($row->[6]){
$chip_id = $row->[6];
}
- $rows[$j]->{main::key($num++,0,2,'chip ID')} = $chip_id;
+ $rows[$j]->{main::key($num++,0,2,'chip-ID')} = $chip_id;
if ($extra > 2 && $row->[1]){
- $rows[$j]->{main::key($num++,0,2,'class ID')} = $row->[1];
+ $rows[$j]->{main::key($num++,0,2,'class-ID')} = $row->[1];
}
}
- push(@rows,advanced_output('pci',"$row->[2].$row->[3]")) if defined $row->[2] && defined $row->[3];
- #print "$row->[0]\n";
+ # weird serial rpi bt
+ if ($use{'soc-bluetooth'}){
+ # /sys/devices/platform/soc/fe201000.serial/
+ $bus_id = "$row->[6].$row->[1]" if defined $row->[1] && defined $row->[6];
+ }
+ else {
+ # only theoretical, never seen one
+ $bus_id = "$row->[2].$row->[3]" if defined $row->[2] && defined $row->[3];
+ }
+ push(@rows,advanced_output('pci',$bus_id)) if $bus_id;
+ # print "$row->[0]\n";
}
eval $end if $b_log;
return @rows;
}
sub usb_output {
eval $start if $b_log;
- return if !@usb;
- my (@rows,$driver,$path_id,$product);
+ return if !$usb{'bluetooth'};
+ my (@rows,$path_id,$product);
my ($j,$num) = (0,1);
- foreach my $row (@usb){
- #print Data::Dumper::Dumper $row;
- if ($row->[14] && $row->[14] eq 'Bluetooth'){
- #print Data::Dumper::Dumper $row;
- $num = 1;
- $j = scalar @rows;
- # makre sure to reset, or second device trips last flag
- ($driver,$path_id,$product) = ('','','');
- $product = main::cleaner($row->[13]) if $row->[13];
- $driver = ($row->[15]) ? $row->[15] : 'N/A';
- $path_id = $row->[2] if $row->[2];
-# $product ||= 'N/A';
- push(@rows, {
- main::key($num++,1,1,'Device') => $product,
- main::key($num++,0,2,'type') => 'USB',
- main::key($num++,1,2,'driver') => $driver,
- },);
- if ($extra > 0 && $row->[15] && !$bsd_type){
- my $version = main::get_module_version($row->[15]);
- $rows[$j]->{main::key($num++,0,3,'v')} = $version if $version;
- }
- if ($extra > 0){
- $rows[$j]->{main::key($num++,0,2,'bus ID')} = "$path_id:$row->[1]";
- }
- if ($extra > 1){
- $row->[7] ||= 'N/A';
- $rows[$j]->{main::key($num++,0,2,'chip ID')} = $row->[7];
- }
- if ($extra > 2 && defined $row->[5] && $row->[5] ne ''){
- $rows[$j]->{main::key($num++,0,2,'class ID')} = "$row->[4]$row->[5]";
- }
- if ($extra > 2 && $row->[16]){
- $rows[$j]->{main::key($num++,0,2,'serial')} = main::apply_filter($row->[16]);
- }
- push(@rows,advanced_output('usb',$path_id)) if $path_id;
+ foreach my $row (@{$usb{'bluetooth'}}){
+ # print Data::Dumper::Dumper $row;
+ $num = 1;
+ $j = scalar @rows;
+ # makre sure to reset, or second device trips last flag
+ ($path_id,$product) = ('','');
+ $product = main::cleaner($row->[13]) if $row->[13];
+ $product ||= 'N/A';
+ $row->[15] ||= 'N/A';
+ $path_id = $row->[2] if $row->[2];
+ push(@rows, {
+ main::key($num++,1,1,'Device') => $product,
+ main::key($num++,0,2,'type') => 'USB',
+ main::key($num++,1,2,'driver') => $row->[15],
+ },);
+ if ($extra > 0 && $row->[15] && !$bsd_type){
+ my $version = main::get_module_version($row->[15]);
+ $rows[$j]->{main::key($num++,0,3,'v')} = $version if $version;
+ }
+ if ($extra > 0){
+ $rows[$j]->{main::key($num++,0,2,'bus-ID')} = "$path_id:$row->[1]";
+ }
+ if ($extra > 1){
+ $row->[7] ||= 'N/A';
+ $rows[$j]->{main::key($num++,0,2,'chip-ID')} = $row->[7];
+ }
+ if ($extra > 2 && defined $row->[5] && $row->[5] ne ''){
+ $rows[$j]->{main::key($num++,0,2,'class-ID')} = "$row->[4]$row->[5]";
}
+ if ($extra > 2 && $row->[16]){
+ $rows[$j]->{main::key($num++,0,2,'serial')} = main::apply_filter($row->[16]);
+ }
+ push(@rows,advanced_output('usb',$path_id)) if $path_id;
}
eval $end if $b_log;
return @rows;
@@ -7250,51 +7784,114 @@ sub usb_output {
sub advanced_output {
my ($type,$bus_id) = @_;
eval $start if $b_log;
- my ($path,@rows,@temp);
- my ($j,$num,$k,$l,$m,$id,$id2) = (0,1,2,3,4,'','');
- hci_data() if !$b_hci && $alerts{'hciconfig'}->{'action'} eq 'use';
- if ($type eq 'usb'){
- $path = "/sys/bus/usb/devices/$bus_id:*/bluetooth";
+ my (@rows,@temp);
+ my ($j,$num,$k,$l,$m,$n,$address,$id,$note,$tool) = (0,1,2,3,4,5,'','','','');
+ if (!$b_hci && $alerts{'hciconfig'}->{'action'} eq 'use'){
+ hciconfig_data();
+ $tool = 'hciconfig';
+ }
+ elsif (!$b_hci && $alerts{'bt-adapter'}->{'action'} eq 'use'){
+ bt_tool_data();
+ $tool = 'bt-adapter';
}
- elsif ($type eq 'pci') {
- $path = "/sys/bus/pci/devices/0000:$bus_id/bluetooth";
+ if (!$b_rfk && -e '/sys/class/bluetooth/'){
+ rfkill_data();
+ $tool = 'rfkill' if !$tool;
}
+ # print "bid: $bus_id\n";
if ($type ne 'check'){
- @temp = main::globber("$path/*") if $path;
+ @temp = main::globber('/sys/class/bluetooth/*');
+ @temp = map {$_ = Cwd::abs_path($_);$_} @temp if @temp;
+ # print Data::Dumper::Dumper \@temp;
+ @temp = grep {/$bus_id/} @temp if @temp;
@temp = map {$_ =~ s|^/.*/||;$_;} @temp if @temp;
+ # print Data::Dumper::Dumper \@temp;
}
elsif ($type eq 'check' && %hci){
@temp = keys %hci;
$id = '-ID';
- ($k,$l,$m) = (1,2,3);
+ ($k,$l,$m,$n) = (1,2,3,4);
}
if (@temp && %hci){
+ if ($hci{'alert'}){
+ if (keys %hci == 1){
+ check_service(); # sets $service
+ $j = scalar @rows;
+ $rows[$j]->{main::key($num++,1,$k,'Report')} = $tool;
+ $rows[$j]->{main::key($num++,0,$l,'bt-service')} = $service;
+ $rows[$j]->{main::key($num++,0,$l,'note')} = $hci{'alert'};
+ }
+ else {
+ $note = $hci{'alert'};
+ }
+ delete $hci{'alert'};
+ }
foreach my $item (@temp){
if ($hci{$item}){
- $id2 = $item if $id;
$j = scalar @rows;
push(@rows,{
- main::key($num++,1,$k,'Report' . $id) => $id2,
+ main::key($num++,1,$k,'Report' . $id) => $tool,
},);
- $rows[$j]->{main::key($num++,0,$l,'ID')} = $item if !$id;
- $rows[$j]->{main::key($num++,0,$l,'state')} = $hci{$item}->{'state'};
- if (my $btv = bluetooth_version($hci{$item}->{'lmp-version'})){
+ if ($note){
+ $rows[$j]->{main::key($num++,0,$l,'note')} = $note;
+ }
+ # synthesize for rfkill
+ if (!$hci{$item}->{'state'}){
+ $hci{$item}->{'state'} = ($b_bluetooth) ? 'up' : 'down';
+ }
+ $rows[$j]->{main::key($num++,0,$l,'ID')} = $item;
+ if (defined $hci{$item}->{'rf-index'} &&
+ ($extra > 0 || $hci{$item}->{'state'} eq 'down')){
+ $rows[$j]->{main::key($num++,0,$m,'rfk-id')} = $hci{$item}->{'rf-index'};
+ }
+ $rows[$j]->{main::key($num++,1,$l,'state')} = $hci{$item}->{'state'};
+ # this only appears for hciconfig, bt-adapter does not run without bt service
+ if (!$b_bluetooth || $hci{$item}->{'state'} eq 'down'){
+ if (!$b_bluetooth || $hci{$item}->{'state'} eq 'down'){
+ check_service(); # sets $service
+ $rows[$j]->{main::key($num++,0,$m,'bt-service')} = $service;
+ }
+ if ($hci{$item}->{'hard-blocked'}){
+ $rows[$j]->{main::key($num++,1,$m,'rfk-block')} = '';
+ $rows[$j]->{main::key($num++,0,$n,'hardware')} = $hci{$item}->{'hard-blocked'};
+ $rows[$j]->{main::key($num++,0,$n,'software')} = $hci{$item}->{'soft-blocked'};
+ }
+ }
+ if (!$hci{$item}->{'address'} && $tool eq 'rfkill'){
+ $address = main::row_defaults('recommends');
+ }
+ else {
+ $address = main::apply_filter($hci{$item}->{'address'});
+ }
+ $rows[$j]->{main::key($num++,0,$l,'address')} = $address;
+ # lmp/hci version only hciconfig sadly
+ if (defined $hci{$item}->{'lmp-version'} &&
+ (my $btv = bluetooth_version($hci{$item}->{'lmp-version'}))){
$rows[$j]->{main::key($num++,0,$l,'bt-v')} = $btv;
}
- if ($extra > 0 && $hci{$item}->{'lmp-version'}){
+ if ($extra > 0 && defined $hci{$item}->{'lmp-version'}){
$rows[$j]->{main::key($num++,0,$l,'lmp-v')} = $hci{$item}->{'lmp-version'};
if ($extra > 1 && $hci{$item}->{'lmp-subversion'}){
$rows[$j]->{main::key($num++,0,$m,'sub-v')} = $hci{$item}->{'lmp-subversion'};
}
}
- if ($extra > 0 && $hci{$item}->{'hci-version'} && ($extra > 2 || !$hci{$item}->{'lmp-version'} ||
+ if ($extra > 0 && defined $hci{$item}->{'hci-version'} && ($extra > 2 || !$hci{$item}->{'lmp-version'} ||
($hci{$item}->{'lmp-version'} && $hci{$item}->{'lmp-version'} ne $hci{$item}->{'hci-version'}))){
$rows[$j]->{main::key($num++,0,$l,'hci-v')} = $hci{$item}->{'hci-version'};
if ($extra > 1 && $hci{$item}->{'hci-revision'}){
$rows[$j]->{main::key($num++,0,$m,'rev')} = $hci{$item}->{'hci-revision'};
}
}
- $rows[$j]->{main::key($num++,0,$l,'address')} = main::apply_filter($hci{$item}->{'address'});
+ # if ($extra > 1 && $hci{$item}->{'discoverable'}){
+ # $rows[$j]->{main::key($num++,1,$l,'discover')} = $hci{$item}->{'discoverable'};
+ # if ($extra > 2 && $hci{$item}->{'discovering'}){
+ # $rows[$j]->{main::key($num++,1,$m,'active')} = $hci{$item}->{'discovering'};
+ # }
+ # }
+ # if ($extra > 1 && $hci{$item}->{'pairable'}){
+ # $rows[$j]->{main::key($num++,0,$l,'pair')} = $hci{$item}->{'pairable'};
+ # }
+ # this data only from hciconfig
if ($b_admin &&
($hci{$item}->{'acl-mtu'} || $hci{$item}->{'sco-mtu'} || $hci{$item}->{'link-policy'})){
$j = scalar @rows;
@@ -7321,21 +7918,78 @@ sub advanced_output {
}
}
}
- if ($alerts{'hciconfig'}->{'action'} ne 'use' && !$b_hci_error){
- my $key = 'Message';
+ if (!@rows && !$b_hci_error && ($alerts{'hciconfig'}->{'action'} ne 'use' &&
+ $alerts{'bt-adapter'}->{'action'} ne 'use')){
+ my $key = 'Report';
+ my $value = '';
+ if ($alerts{'hciconfig'}->{'action'} eq 'platform' ||
+ $alerts{'bt-adapter'}->{'action'} eq 'platform'){
+ $value = main::row_defaults('tool-missing-os','bluetooth');
+ }
+ else {
+ $value = main::row_defaults('tools-missing','hciconfig/bt-adapter');
+ }
push(@rows,{
- main::key($num++,0,1,$key) => $alerts{'hciconfig'}->{$alerts{'hciconfig'}->{'action'}},
+ main::key($num++,0,1,$key) => $value,
},);
$b_hci_error = 1;
}
eval $end if $b_log;
return @rows;
}
-sub hci_data {
+
+sub bt_tool_data {
eval $start if $b_log;
$b_hci = 1;
my (@data,$id);
- if ($b_fake_bluetooth){
+ if ($fake{'bluetooth'}){
+ my $file;
+ $file = "";
+ @data = main::reader($file,'strip');
+ }
+ else {
+ if ($b_bluetooth){
+ my $cmd = "$alerts{'bt-adapter'}->{'path'} --info 2>/dev/null";
+ @data = main::grabber($cmd,'', 'strip');
+ }
+ }
+ # print Data::Dumper::Dumper \@data;
+ main::log_data('dump','@data', \@data) if $b_log;
+ foreach (@data){
+ my @working = split(/:\s*/,$_);
+ # print Data::Dumper::Dumper \@working;
+ next if ! @working;
+ if ($working[0] =~ /^\[([^\]]+)\]/){
+ $id = $1;
+ }
+ elsif ($working[0] eq 'Address'){
+ $hci{$id}->{'address'} = join(':',@working[1 .. $#working]);
+ }
+ elsif ($working[0] eq 'Powered'){
+ $hci{$id}->{'state'} = ($working[1] =~ /^(1|yes)\b/) ? 'up': 'down';
+ }
+ elsif ($working[0] eq 'Discoverable'){
+ $hci{$id}->{'discoverable'} = ($working[1] =~ /^(1|yes)\b/) ? 'yes': 'no';
+ }
+ elsif ($working[0] eq 'Pairable'){
+ $hci{$id}->{'pairable'} = ($working[1] =~ /^(1|yes)\b/) ? 'yes': 'no';
+ }
+ elsif ($working[0] eq 'Discovering'){
+ $hci{$id}->{'discovering'} = ($working[1] =~ /^(1|yes)\b/) ? 'yes': 'no';
+ }
+ }
+ if (!@data && !$b_bluetooth){
+ $hci{'alert'} = main::row_defaults('bluetooth-down');
+ }
+ print Data::Dumper::Dumper \%hci if $dbg[27];
+ main::log_data('dump','%hci', \%hci) if $b_log;
+ eval $end if $b_log;
+}
+sub hciconfig_data {
+ eval $start if $b_log;
+ $b_hci = 1;
+ my (@data,$id);
+ if ($fake{'bluetooth'}){
my $file;
$file = "";
@data = main::reader($file,'strip');
@@ -7359,7 +8013,7 @@ sub hci_data {
$hci{$id}->{'acl-mtu'} = $2;
$hci{$id}->{'sco-mtu'} = $3;
}
- elsif (/^(UP.*|DOWN.*)/){
+ elsif (/^(UP|DOWN).*/){
$hci{$id}->{'state'} = lc($1);
}
elsif (/^HCI Version:\s+([0-9\.]+)\s+.*Revision:\s+0x([0-9a-f]+)/){
@@ -7380,14 +8034,59 @@ sub hci_data {
$hci{$id}->{'service-classes'} = main::general_cleaner(lc($1));
}
}
- # print Data::Dumper::Dumper \%hci;
+ print Data::Dumper::Dumper \%hci if $dbg[27];
+ main::log_data('dump','%hci', \%hci) if $b_log;
+ eval $end if $b_log;
+}
+sub rfkill_data {
+ eval $start if $b_log;
+ $b_rfk = 1;
+ my (@data,$id,$value);
+ if ($fake{'bluetooth'}){
+ my $file;
+ $file = "";
+ @data = main::reader($file,'strip');
+ }
+ else {
+ # /state is the state of rfkill, NOT bluetooth!
+ @data = main::globber('/sys/class/bluetooth/hci*/rfkill*/{hard,index,soft}');
+ }
+ # print Data::Dumper::Dumper \@data;
+ main::log_data('dump','@data', \@data) if $b_log;
+ foreach (@data){
+ $id = (split(/\//,$_))[4];
+ if (m|/soft$|){
+ $value = main::reader($_,'strip',0);
+ $hci{$id}->{'soft-blocked'} = ($value) ? 'yes': 'no';
+ $hci{$id}->{'state'} = 'down' if $hci{$id}->{'soft-blocked'} eq 'yes';
+ }
+ elsif (m|/hard$|){
+ $value = main::reader($_,'strip',0);
+ $hci{$id}->{'hard-blocked'} = ($value) ? 'yes': 'no';
+ $hci{$id}->{'state'} = 'down' if $hci{$id}->{'hard-blocked'} eq 'yes';
+ }
+ elsif (m|/index$|){
+ $value = main::reader($_,'strip',0);
+ $hci{$id}->{'rf-index'} = $value;
+ }
+ }
+ print Data::Dumper::Dumper \%hci if $dbg[27];
main::log_data('dump','%hci', \%hci) if $b_log;
eval $end if $b_log;
}
+sub check_service {
+ eval $start if $b_log;
+ if (!$b_service){
+ $service = ServiceData::get('status','bluetooth');
+ $service ||= 'N/A';
+ $b_service = 1;
+ }
+ eval $end if $b_log;
+}
sub bluetooth_version {
eval $start if $b_log;
my ($lmp) = @_;
- return if !main::is_numeric($lmp);
+ return if !defined $lmp || !main::is_numeric($lmp);
$lmp = int($lmp);
# conveniently, LMP starts with 0, so perfect for array indexes
my @bt = qw(1.0b 1.1 1.2 2.0 2.1 3.0 4.0 4.1 4.2 5.0 5.1 5.2);
@@ -7396,9 +8095,9 @@ sub bluetooth_version {
}
}
-## CpuData
+## CpuItem
{
-package CpuData;
+package CpuItem;
sub get {
eval $start if $b_log;
@@ -7422,19 +8121,20 @@ sub full_output {
my $num = 0;
my ($b_flags,$b_speeds,$core_speeds_value,$flag_key,@flags,%cpu,@rows);
my $sleep = $cpu_sleep * 1000000;
- if ($b_hires){
- eval 'Time::HiRes::usleep( $sleep )';
- }
- else {
- select(undef, undef, undef, $cpu_sleep);
- }
- if (my $file = main::system_files('cpuinfo')){
+ if (my $file = $system_files{'proc-cpuinfo'}){
+ # bsd sleep is set before sysctl runs, same idea
+ if ($b_hires){
+ eval 'Time::HiRes::usleep($sleep)';
+ }
+ else {
+ select(undef, undef, undef, $cpu_sleep);
+ }
%cpu = cpuinfo_data($file,'full');
}
- elsif ($bsd_type ){
+ elsif ($bsd_type){
my ($key1,$val1) = ('','');
- if ( $alerts{'sysctl'} ){
- if ( $alerts{'sysctl'}->{'action'} eq 'use' ){
+ if ($alerts{'sysctl'}){
+ if ($alerts{'sysctl'}->{'action'} eq 'use'){
# $key1 = 'Status';
# $val1 = main::row_defaults('dev');
%cpu = sysctl_data('full');
@@ -7460,7 +8160,7 @@ sub full_output {
if ($cpu{'system-cpus'}){
my %system_cpus = %{$cpu{'system-cpus'}};
my $i = 1;
- my $counter = ( %system_cpus && scalar keys %system_cpus > 1 ) ? '-' : '';
+ my $counter = (%system_cpus && scalar keys %system_cpus > 1) ? '-' : '';
foreach my $key (keys %system_cpus){
$counter = '-' . $i++ if $counter;
$rows[$j]->{main::key($num++,0,2,'variant'.$counter)} = $key;
@@ -7487,7 +8187,7 @@ sub full_output {
$rows[$j]->{main::key($num++,0,3,'note')} = $cpu{'arch-note'};
}
# ntoe: had if arch, but stepping can be defined where arch failed, stepping can be 0
- if ( !$b_admin && defined $cpu{'stepping'} ){
+ if (!$b_admin && defined $cpu{'stepping'}){
$rows[$j]->{main::key($num++,0,2,'rev')} = $cpu{'stepping'};
}
}
@@ -7500,15 +8200,21 @@ sub full_output {
$rows[$j]->{main::key($num++,0,2,'microcode')} = $cpu{'microcode'};
}
}
- if ($extra > 1 && $properties{'l1-cache'}){
- $rows[$j]->{main::key($num++,0,2,'L1 cache')} = main::get_size($properties{'l1-cache'},'string');
- }
- if (!$b_arm || ($b_arm && $properties{'l2-cache'})){
+ if (($extra > 1 && ($properties{'l1-cache'} || $properties{'l3-cache'})) ||
+ ((!$b_arm && !$b_mips && !$b_ppc) || $properties{'l2-cache'})){
+ $rows[$j]->{main::key($num++,1,2,'cache')} = '';
+ if ($extra > 1 && $properties{'l1-cache'}){
+ $rows[$j]->{main::key($num++,0,3,'L1')} = main::get_size($properties{'l1-cache'},'string');
+ }
+ # the arm + l2 will never be true since arm cpus don't have l2 cache
$properties{'l2-cache'} = ($properties{'l2-cache'}) ? main::get_size($properties{'l2-cache'},'string') : 'N/A';
- $rows[$j]->{main::key($num++,0,2,'L2 cache')} = $properties{'l2-cache'};
- }
- if ($extra > 1 && $properties{'l3-cache'}){
- $rows[$j]->{main::key($num++,0,2,'L3 cache')} = main::get_size($properties{'l3-cache'},'string');
+ $rows[$j]->{main::key($num++,0,3,'L2')} = $properties{'l2-cache'};
+ if ($extra > 1 && $properties{'l3-cache'}){
+ $rows[$j]->{main::key($num++,0,3,'L3')} = main::get_size($properties{'l3-cache'},'string');
+ }
+ if ($properties{'cache-check'}){
+ $rows[$j]->{main::key($num++,0,3,'note')} = $properties{'cache-check'};
+ }
}
if ($extra > 0 && !$show{'cpu-flag'}){
$j = scalar @rows;
@@ -7547,7 +8253,7 @@ sub full_output {
$b_speeds = 1;
}
else {
- $core_speeds_value = main::row_defaults('cpu-speeds',scalar @speeds);
+ $core_speeds_value = main::row_defaults('cpu-speeds');
}
}
else {
@@ -7597,7 +8303,7 @@ sub full_output {
my @bugs = cpu_bugs_sys();
my $value = '';
if (!@bugs){
- if ( $cpu{'bugs'}){
+ if ($cpu{'bugs'}){
my @proc_bugs = split(/\s+/, $cpu{'bugs'});
@proc_bugs = sort @proc_bugs;
$value = join(' ', @proc_bugs);
@@ -7651,22 +8357,22 @@ sub short_data {
my $num = 0;
my (%cpu,@data,%speeds);
my $sys = '/sys/devices/system/cpu/cpufreq/policy0';
- my $sleep = $cpu_sleep * 1000000;
- if ($b_hires){
- eval 'Time::HiRes::usleep( $sleep )';
- }
- else {
- select(undef, undef, undef, $cpu_sleep);
- }
# NOTE: : Permission denied, ie, this is not always readable
# /sys/devices/system/cpu/cpu0/cpufreq/cpuinfo_cur_freq
- if (my $file = main::system_files('cpuinfo')){
+ if (my $file = $system_files{'proc-cpuinfo'}){
+ my $sleep = $cpu_sleep * 1000000;
+ if ($b_hires){
+ eval 'Time::HiRes::usleep($sleep)';
+ }
+ else {
+ select(undef, undef, undef, $cpu_sleep);
+ }
%cpu = cpuinfo_data($file,$type);
}
- elsif ($bsd_type ){
+ elsif ($bsd_type){
my ($key1,$val1) = ('','');
- if ( $alerts{'sysctl'} ){
- if ( $alerts{'sysctl'}->{'action'} eq 'use' ){
+ if ($alerts{'sysctl'}){
+ if ($alerts{'sysctl'}->{'action'} eq 'use'){
# $key1 = 'Status';
# $val1 = main::row_defaults('dev');
%cpu = sysctl_data($type);
@@ -7720,8 +8426,7 @@ sub cpuinfo_data {
my %cpu = set_cpu_data();
$cpu{'type'} = cpu_vendor($cpu_arch) if $cpu_arch =~ /e2k/; # already set to lower
# use --arm flag when testing arm cpus, and --fake-cpu to trigger fake data
- if ($b_fake_cpu){
- # $cpu{'type'} = 'elbrus'; # uncomment to test elbrus
+ if ($fake{'cpu'}){
# $file = "$ENV{'HOME'}/bin/scripts/inxi/data/cpu/arm/arm-4-core-pinebook-1.txt";
# $file = "$ENV{'HOME'}/bin/scripts/inxi/data/cpu/arm/armv6-single-core-1.txt";
# $file = "$ENV{'HOME'}/bin/scripts/inxi/data/cpu/arm/armv7-dual-core-1.txt";
@@ -7745,6 +8450,8 @@ sub cpuinfo_data {
# $file = "$ENV{'HOME'}/bin/scripts/inxi/data/cpu/intel/4-6-core-xeon-no-mt-lathander.txt";
# $file = "$ENV{'HOME'}/bin/scripts/inxi/data/cpu/mips/mips-mainusg-cpuinfo.txt";
# $file = "$ENV{'HOME'}/bin/scripts/inxi/data/cpu/ppc/ppc-debian-ppc64-cpuinfo.txt";
+ # $cpu{'type'} = 'elbrus'; # uncomment to test elbrus
+ # $file = "$ENV{'HOME'}/bin/scripts/inxi/data/cpu/elbrus/elbrus-2c3/cpuinfo.txt";
# $file = "$ENV{'HOME'}/bin/scripts/inxi/data/cpu/elbrus/1xE1C-8.txt";
# $file = "$ENV{'HOME'}/bin/scripts/inxi/data/cpu/elbrus/1xE2CDSP-4.txt";
# $file = "$ENV{'HOME'}/bin/scripts/inxi/data/cpu/elbrus/1xE2S4-3-monocub.txt";
@@ -7769,7 +8476,7 @@ sub cpuinfo_data {
$starter = $line[0]; # preserve case for one specific ARM issue
$line[0] = lc($line[0]);
if ($b_arm && !$b_first && $starter eq 'Processor' && $line[1] !~ /^\d+$/){
- #print "l1:$line[1]\n";
+ # print "l1:$line[1]\n";
$cpu{'model_name'} = main::cleaner($line[1]);
$cpu{'model_name'} = cpu_cleaner($cpu{'model_name'});
$cpu{'type'} = 'arm';
@@ -7785,7 +8492,7 @@ sub cpuinfo_data {
$cpu{'processors'}->[$proc_count] = 0;
$b_proc_int = 0;
$b_first = 1;
- #print "p0:\n";
+ # print "p0:\n";
}
}
elsif ($line[0] eq 'processor'){
@@ -7795,40 +8502,42 @@ sub cpuinfo_data {
$b_first = 1;
$cpu{'processors'}->[$proc_count] = 0;
$proc_count++;
- #print "p1: $proc_count\n";
+ # print "p1: $proc_count\n";
}
else {
if (!$b_proc_int){
$cpu{'processors'}->[$proc_count] = 0;
$proc_count++;
- #print "p2a: $proc_count\n";
+ # print "p2a: $proc_count\n";
}
- if (!$b_first ){
+ if (!$b_first){
# note: alternate:
# Processor : AArch64 Processor rev 4 (aarch64)
# but no model name type
- if ( $b_arm || $line[1] =~ /ARM|AArch/i){
+ if ($b_arm || $line[1] =~ /ARM|AArch/i){
$b_arm = 1;
$cpu{'type'} = 'arm';
}
$cpu{'model_name'} = main::cleaner($line[1]);
$cpu{'model_name'} = cpu_cleaner($cpu{'model'});
- #print "p2b:\n";
+ # print "p2b:\n";
}
$b_first = 1;
}
}
elsif (!$cpu{'family'} &&
- ($line[0] eq 'architecture' || $line[0] eq 'cpu family' || $line[0] eq 'cpu architecture' )){
+ ($line[0] eq 'architecture' || $line[0] eq 'cpu family' ||
+ $line[0] eq 'cpu architecture')){
if ($line[1] =~ /^\d+$/){
# translate integers to hex
$cpu{'family'} = uc(sprintf("%x", $line[1]));
}
- elsif ($b_arm) {
+ elsif ($b_arm){
$cpu{'arch'} = $line[1];
}
}
- elsif (!defined $cpu{'stepping'} && ($line[0] eq 'stepping' || $line[0] eq 'cpu revision')){
+ elsif (!defined $cpu{'stepping'} && ($line[0] eq 'stepping' ||
+ $line[0] eq 'cpu revision')){
$cpu{'stepping'} = uc(sprintf("%x", $line[1]));
}
# ppc
@@ -7836,21 +8545,23 @@ sub cpuinfo_data {
$cpu{'stepping'} = $line[1];
}
# this is hex so uc for cpu arch id. raspi 4 has Model rather than Hard
- elsif (!$cpu{'model_id'} && (!$b_ppc && !$b_arm && $line[0] eq 'model') ){
+ elsif (!$cpu{'model_id'} && (!$b_ppc && !$b_arm && $line[0] eq 'model')){
$cpu{'model_id'} = uc(sprintf("%x", $line[1]));
}
- elsif (!$cpu{'model_id'} && $line[0] eq 'cpu variant' ){
+ elsif (!$cpu{'model_id'} && $line[0] eq 'cpu variant'){
$cpu{'model_id'} = uc($line[1]);
$cpu{'model_id'} =~ s/^0X//;
}
# cpu can show in arm
- elsif (!$cpu{'model_name'} && ( $line[0] eq 'model name' || $line[0] eq 'cpu' || $line[0] eq 'cpu model' )){
+ elsif (!$cpu{'model_name'} && ($line[0] eq 'model name' ||
+ $line[0] eq 'cpu' || $line[0] eq 'cpu model')){
$cpu{'model_name'} = main::cleaner($line[1]);
$cpu{'model_name'} = cpu_cleaner($cpu{'model_name'});
- if ( $b_arm || $line[1] =~ /ARM|AArch/i){
+ if ($b_arm || $line[1] =~ /ARM|AArch/i){
$b_arm = 1;
$cpu{'type'} = 'arm';
- if ($cpu{'model_name'} && $cpu{'model_name'} =~ /(.*)\srev\s([\S]+)\s(\(([\S]+)\))?/){
+ if ($cpu{'model_name'} &&
+ $cpu{'model_name'} =~ /(.*)\srev\s([\S]+)\s(\(([\S]+)\))?/){
$cpu{'model_name'} = $1;
$cpu{'stepping'} = $2;
if ($4){
@@ -7865,109 +8576,107 @@ sub cpuinfo_data {
$cpu{'type'} = 'mips';
}
}
- elsif ( $line[0] eq 'cpu mhz' || $line[0] eq 'clock' ){
+ elsif ($line[0] eq 'cpu mhz' || $line[0] eq 'clock'){
$speed = speed_cleaner($line[1]);
$cpu{'processors'}->[$proc_count-1] = $speed;
- #$ids[$phys_id]->[$die_id] = ([($speed)]);
+ #$ids[$phys_id]->[$die_id] = [$speed];
}
- elsif (!$cpu{'siblings'} && $line[0] eq 'siblings' ){
+ elsif (!$cpu{'siblings'} && $line[0] eq 'siblings'){
$cpu{'siblings'} = $line[1];
}
- elsif (!$cpu{'cores'} && $line[0] eq 'cpu cores' ){
+ elsif (!$cpu{'cores'} && $line[0] eq 'cpu cores'){
$cpu{'cores'} = $line[1];
}
# increment by 1 for every new physical id we see. These are in almost all cases
# separate cpus, not separate dies within a single cpu body.
- elsif ( $line[0] eq 'physical id' ){
- if ( !defined $phys_holder || $phys_holder != $line[1] ){
+ elsif ($line[0] eq 'physical id'){
+ if (!defined $phys_holder || $phys_holder != $line[1]){
# only increment if not in array counter
push(@phys_cpus, $line[1]) if ! grep {/$line[1]/} @phys_cpus;
$phys_holder = $line[1];
- #print "pid: $line[1] ph: $phys_holder did: $die_id\n";
+ # print "pid: $line[1] ph: $phys_holder did: $die_id\n";
$die_id = 0;
#$die_holder = 0;
}
}
- elsif ( $line[0] eq 'core id' ){
- #print "ph: $phys_holder did: $die_id l1: $line[1] s: $speed\n";
+ elsif ($line[0] eq 'core id'){
+ # print "ph: $phys_holder did: $die_id l1: $line[1] s: $speed\n";
# https://www.pcworld.com/article/3214635/components-processors/ryzen-threadripper-review-we-test-amds-monster-cpu.html
- if ($line[1] > 0 ){
+ if ($line[1] > 0){
$die_holder = $line[1];
$core_count++;
}
# NOTE: this logic won't work for die detections, unforutnately.
# ARM uses a different /sys based method, and ryzen relies on math on the cores
# in process_data
- elsif ($line[1] == 0 && $die_holder > 0 ){
+ elsif ($line[1] == 0 && $die_holder > 0){
$die_holder = $line[1];
$core_count = 0;
- $die_id++ if ($cpu{'type'} ne 'intel' && $cpu{'type'} ne 'amd' );
+ $die_id++ if ($cpu{'type'} ne 'intel' && $cpu{'type'} ne 'amd');
}
$phys_holder = 0 if ! defined $phys_holder;
$ids[$phys_holder]->[$die_id][$line[1]] = $speed;
- #print "ph: $phys_holder did: $die_id l1: $line[1] s: $speed\n";
+ # print "ph: $phys_holder did: $die_id l1: $line[1] s: $speed\n";
}
- if (!$cpu{'type'} && $line[0] eq 'vendor_id' ){
+ if (!$cpu{'type'} && $line[0] eq 'vendor_id'){
$cpu{'type'} = cpu_vendor($line[1]);
}
## this is only for -C full cpu output
- if ( $type eq 'full' ){
- if (!$cpu{'l2-cache'} && ($line[0] eq 'cache size' || $line[0] eq 'l2 cache size' )){
- if ($line[1] =~ /(\d+)\s(K|M)B$/){
- $cpu{'l2-cache'} = ($2 eq 'M') ? ($1*1024) : $1;
+ if ($type eq 'full'){
+ if (!$cpu{'l2-cache'} && ($line[0] eq 'cache size' || $line[0] eq 'l2 cache size')){
+ if ($line[1] =~ /(\d+\s*[KMG])i?B?$/){
+ $cpu{'l2-cache'} = main::translate_size($1);
}
}
elsif (!$cpu{'l1-cache'} && $line[0] eq 'l1 cache size'){
- if ($line[1] =~ /(\d+)\sKB$/){
- $cpu{'l1-cache'} = $1;
+ if ($line[1] =~ /(\d+\s*[KMG])i?B?$/){
+ $cpu{'l1-cache'} = main::translate_size($1);
}
}
elsif (!$cpu{'l3-cache'} && $line[0] eq 'l3 cache size'){
- if ($line[1] =~ /(\d+)\s(K|M)B$/){
- $cpu{'l2-cache'} = ($2 eq 'M') ? ($1*1024) : $1;
+ if ($line[1] =~ /(\d+\s*[KMG])i?B?$/){
+ $cpu{'l3-cache'} = main::translate_size($1);
}
}
if ($cpu{'type'} eq 'elbrus'){
# note: cache0 is L1i and cache1 L1d, but add both for L1
if (!$cpu{'l0-cache'} && $line[0] eq 'cache0'){
- if ($line[1] =~ /size=(\d+)K\s/){
+ if ($line[1] =~ /size\s*=\s*(\d+)K\s/){
$cpu{'l0-cache'} = $1;
}
}
elsif (!$cpu{'l1-cache'} && $line[0] eq 'cache1'){
- if ($line[1] =~ /size=(\d+)K\s/){
+ if ($line[1] =~ /size\s*=\s*(\d+)K\s/){
$cpu{'l1-cache'} = $1;
$cpu{'l1-cache'} += $cpu{'l0-cache'} if $cpu{'l0-cache'};
}
}
elsif (!$cpu{'l2-cache'} && $line[0] eq 'cache2'){
- if ($line[1] =~ /size=(\d+)(K|M)\s/){
+ if ($line[1] =~ /size\s*=\s*(\d+)(K|M)\s/){
$cpu{'l2-cache'} = ($2 eq 'M') ? ($1*1024) : $1;
}
}
elsif (!$cpu{'l3-cache'} && $line[0] eq 'cache3'){
- if ($line[1] =~ /size=(\d+)(K|M)\s/){
+ if ($line[1] =~ /size\s*=\s*(\d+)(K|M)\s/){
$cpu{'l3-cache'} = ($2 eq 'M') ? ($1*1024) : $1;
}
}
}
- if (!$cpu{'flags'} && ($line[0] eq 'flags' || $line[0] eq 'features' )){
+ if (!$cpu{'flags'} && ($line[0] eq 'flags' || $line[0] eq 'features')){
$cpu{'flags'} = $line[1];
}
- }
- if ( $extra > 0 && $type eq 'full' ){
- if ($line[0] eq 'bogomips'){
+ if ($extra > 0 && $line[0] eq 'bogomips'){
# new arm shows bad bogomip value, so don't use it
$cpu{'bogomips'} += $line[1] if $line[1] > 50;
}
}
- if ($b_admin ){
+ if ($b_admin){
# note: not used unless maybe /sys data missing?
- if ( !$cpu{'bugs'} && $line[0] eq 'bugs'){
+ if (!$cpu{'bugs'} && $line[0] eq 'bugs'){
$cpu{'bugs'} = $line[1];
}
# unlike family and model id, microcode appears to be hex already
- if ( !$cpu{'microcode'} && $line[0] eq 'microcode'){
+ if (!$cpu{'microcode'} && $line[0] eq 'microcode'){
if ($line[1] =~ /0x/){
$cpu{'microcode'} = uc($line[1]);
$cpu{'microcode'} =~ s/^0X//;
@@ -7993,11 +8702,11 @@ sub cpuinfo_data {
}
}
$cpu{'ids'} = (\@ids);
- if ( $extra > 0 && !$cpu{'arch'} && $type ne 'short' ){
+ if ($extra > 0 && !$cpu{'arch'} && $type ne 'short'){
($cpu{'arch'},$cpu{'arch-note'}) = cpu_arch($cpu{'type'},$cpu{'family'},$cpu{'model_id'},$cpu{'stepping'});
# cpu_arch comes from set_os()
$cpu{'arch'} = $cpu_arch if (!$cpu{'arch'} && $cpu_arch && ($b_mips || $b_arm || $b_ppc));
- #print "$cpu{'type'},$cpu{'family'},$cpu{'model_id'},$cpu{'arch'}\n";
+ # print "$cpu{'type'},$cpu{'family'},$cpu{'model_id'},$cpu{'arch'}\n";
}
if (!$speeds{'cur-freq'}){
$cpu{'cur-freq'} = $cpu{'processors'}->[0];
@@ -8010,7 +8719,7 @@ sub cpuinfo_data {
$cpu{'max-freq'} = $speeds{'max-freq'};
}
main::log_data('dump','%cpu',\%cpu) if $b_log;
- print Data::Dumper::Dumper \%cpu if $test[8];
+ print Data::Dumper::Dumper \%cpu if $dbg[8];
eval $end if $b_log;
return %cpu;
}
@@ -8022,90 +8731,110 @@ sub sysctl_data {
my (@ids,@line,%speeds,@working);
my ($sep) = ('');
my ($die_holder,$die_id,$phys_holder,$phys_id,$proc_count,$speed) = (0,0,0,0,0,0,0);
- foreach (@sysctl){
+ @{$sysctl{'cpu'}} = () if !$sysctl{'cpu'}; # don't want error next!
+ foreach (@{$sysctl{'cpu'}}){
@line = split(/\s*:\s*/, $_);
- next if ! $line[0];
+ next if !$line[0];
# darwin shows machine, like MacBook7,1, not cpu
# machdep.cpu.brand_string: Intel(R) Core(TM)2 Duo CPU P8600 @ 2.40GHz
- if ( ($bsd_type ne 'darwin' && $line[0] eq 'hw.model' ) ||
- $line[0] eq 'machdep.cpu.brand_string' ){
+ if (($bsd_type ne 'darwin' && $line[0] eq 'hw.model') ||
+ $line[0] eq 'machdep.cpu.brand_string'){
# cut L2 cache/cpu max speed out of model string, if available
# openbsd 5.6: AMD Sempron(tm) Processor 3400+ ("AuthenticAMD" 686-class, 256KB L2 cache)
+ # openbsd 6.x has Lx cache data in dmesg.boot
# freebsd 10: hw.model: AMD Athlon(tm) II X2 245 Processor
$line[1] = main::cleaner($line[1]);
$line[1] = cpu_cleaner($line[1]);
- if ( $line[1] =~ /([0-9]+)[-[:space:]]*([KM]B)\s+L2 cache/) {
+ if ($line[1] =~ /([0-9]+)[\s-]*([KM]B)\s+L2 cache/i){
my $multiplier = ($2 eq 'MB') ? 1024: 1;
$cpu{'l2-cache'} = $1 * $multiplier;
}
- if ( $line[1] =~ /([^0-9\.][0-9\.]+)[-[:space:]]*[MG]Hz/) {
+ if ($line[1] =~ /([^0-9\.][0-9\.]+)[\s-]*[MG]Hz/){
$cpu{'max-freq'} = $1;
- if ($cpu{'max-freq'} =~ /MHz/i) {
- $cpu{'max-freq'} =~ s/[-[:space:]]*MHz//;
+ if ($cpu{'max-freq'} =~ /MHz/i){
+ $cpu{'max-freq'} =~ s/[\s-]*MHz//;
$cpu{'max-freq'} = speed_cleaner($cpu{'max-freq'},'mhz');
}
- elsif ($cpu{'max-freq'} =~ /GHz/) {
- $cpu{'max-freq'} =~ s/[-[:space:]]*GHz//i;
+ elsif ($cpu{'max-freq'} =~ /GHz/){
+ $cpu{'max-freq'} =~ s/[\s-]*GHz//i;
$cpu{'max-freq'} = $cpu{'max-freq'} / 1000;
$cpu{'max-freq'} = speed_cleaner($cpu{'max-freq'},'mhz');
}
}
- if ( $line[1] =~ /\)$/ ){
+ if ($line[1] =~ /\)$/){
$line[1] =~ s/\s*\(.*\)$//;
}
$cpu{'model_name'} = $line[1];
$cpu{'type'} = cpu_vendor($line[1]);
}
- # NOTE: hw.l1icachesize: hw.l1dcachesize:
- elsif ($line[0] eq 'hw.l1icachesize') {
+ # NOTE: hw.l1icachesize: hw.l1dcachesize: ; in bytes, apparently
+ elsif ($line[0] eq 'hw.l1icachesize'){
$cpu{'l1-cache'} = $line[1]/1024;
}
- elsif ($line[0] eq 'hw.l2cachesize') {
+ elsif ($line[0] eq 'hw.l2cachesize'){
$cpu{'l2-cache'} = $line[1]/1024;
}
- elsif ($line[0] eq 'hw.l3cachesize') {
+ elsif ($line[0] eq 'hw.l3cachesize'){
$cpu{'l3-cache'} = $line[1]/1024;
}
# this is in mghz in samples
- elsif ($line[0] eq 'hw.clockrate' || $line[0] eq 'hw.cpuspeed') {
+ elsif (!$cpu{'cur-freq'} &&
+ ($line[0] eq 'hw.clockrate' || $line[0] eq 'hw.cpuspeed')){
$cpu{'cur-freq'} = $line[1];
}
# these are in hz: 2400000000
- elsif ($line[0] eq 'hw.cpufrequency') {
+ elsif ($line[0] eq 'hw.cpufrequency'){
$cpu{'cur-freq'} = $line[1]/1000000;
}
- elsif ($line[0] eq 'hw.busfrequency_min') {
+ elsif ($line[0] eq 'hw.busfrequency_min'){
$cpu{'min-freq'} = $line[1]/1000000;
}
- elsif ($line[0] eq 'hw.busfrequency_max') {
+ elsif ($line[0] eq 'hw.busfrequency_max'){
$cpu{'max-freq'} = $line[1]/1000000;
}
- elsif ($line[0] eq 'machdep.cpu.vendor') {
+ # FB seems to call freq something other than clock speed, unreliable
+ # eg: 1500 Mhz real shows as 2400 freq, which is wrong
+ # elsif ($line[0] =~ /^dev\.cpu\.([0-9]+)\.freq$/){
+ # $speed = speed_cleaner($line[1]);
+ # $cpu{'processors'}->[$1] = $speed;
+ # }
+ # weird FB thing, freq can be wrong, so just count the cores and call it
+ # done.
+ elsif ($line[0] =~ /^dev\.cpu\.([0-9]+)\./ &&
+ (!$cpu{'processors'} || !defined $cpu{'processors'}->[$1])){
+ $cpu{'processors'}->[$1] = undef;
+ }
+ elsif ($line[0] eq 'machdep.cpu.vendor'){
$cpu{'type'} = cpu_vendor($line[1]);
}
# darwin only?
- elsif ($line[0] eq 'machdep.cpu.features') {
+ elsif ($line[0] eq 'machdep.cpu.features'){
$cpu{'flags'} = lc($line[1]);
}
- elsif ($line[0] eq 'hw.ncpu' ) {
+ elsif ($line[0] eq 'hw.ncpu'){
$cpu{'cores'} = $line[1];
}
- # Freebsd does some voltage hacking to actually run at lowest listed frequencies.
- # The cpu does not actually support all the speeds output here but works in freebsd.
- elsif ($line[0] eq 'dev.cpu.0.freq_levels') {
+ # Freebsd does some voltage hacking to actually run at lowest listed
+ # frequencies. The cpu does not actually support all the speeds output
+ # here but works in freebsd. Disabled this, the freq appear to refer to
+ # something else, not cpu clock. Remove XXX to enable
+ elsif ($line[0] eq 'dev.cpu.0.freq_levelsXXX'){
$line[1] =~ s/^\s+|\/[0-9]+|\s+$//g;
- if ( $line[1] =~ /[0-9]+\s+[0-9]+/ ) {
+ if ($line[1] =~ /[0-9]+\s+[0-9]+/){
+ # get rid of -1 in FB: 2400/-1 2200/-1 2000/-1 1800/-1
+ $line[1] =~ s|/-1||g;
my @temp = split(/\s+/, $line[1]);
$cpu{'max-freq'} = $temp[0];
$cpu{'min-freq'} = $temp[-1];
$cpu{'scalings'} = \@temp;
}
}
- elsif (!$cpu{'cur-freq'} && $line[0] eq 'dev.cpu.0.freq' ) {
+ # Disabled w/XXX. this is almost certainly bad data, should not be used
+ elsif (!$cpu{'cur-freq'} && $line[0] eq 'dev.cpu.0.freqXXX'){
$cpu{'cur-freq'} = $line[1];
}
# the following have only been seen in DragonflyBSD data but thumbs up!
- elsif ($line[0] eq 'hw.cpu_topology.members' ) {
+ elsif ($line[0] eq 'hw.cpu_topology.members'){
my @temp = split(/\s+/, $line[1]);
my $count = scalar @temp;
$count-- if $count > 0;
@@ -8115,27 +8844,27 @@ sub sysctl_data {
$cpu{'processors'}->[$_] = 0;
}
}
- elsif ($line[0] eq 'hw.cpu_topology.cpu1.physical_siblings' ) {
+ elsif ($line[0] eq 'hw.cpu_topology.cpu1.physical_siblings'){
# string, like: cpu0 cpu1
my @temp = split(/\s+/, $line[1]);
$cpu{'siblings'} = scalar @temp;
}
# increment by 1 for every new physical id we see. These are in almost all cases
# separate cpus, not separate dies within a single cpu body.
- elsif ( $line[0] eq 'hw.cpu_topology.cpu0.physical_id' ){
- if ($phys_holder != $line[1] ){
+ elsif ($line[0] eq 'hw.cpu_topology.cpu0.physical_id'){
+ if ($phys_holder != $line[1]){
$phys_id++;
$phys_holder = $line[1];
- $ids[$phys_id] = ([(0)]);
- $ids[$phys_id]->[$die_id] = ([(0)]);
+ $ids[$phys_id] = [0];
+ $ids[$phys_id]->[$die_id] = [0];
}
}
- elsif ( $line[0] eq 'hw.cpu_topology.cpu0.core_id' ){
- if ($line[1] > 0 ){
+ elsif ($line[0] eq 'hw.cpu_topology.cpu0.core_id'){
+ if ($line[1] > 0){
$die_holder = $line[1];
}
# this handles multi die cpus like 16 core ryzen
- elsif ($line[1] == 0 && $die_holder > 0 ){
+ elsif ($line[1] == 0 && $die_holder > 0){
$die_id++ ;
$die_holder = $line[1];
}
@@ -8143,28 +8872,256 @@ sub sysctl_data {
$cpu{'dies'} = $die_id;
}
}
- if (!$cpu{'flags'}){
- $cpu{'flags'} = cpu_flags_bsd();
+ if (!$cpu{'flags'} || !$cpu{'family'}){
+ my %dmesg_boot = dboot_data();
+ # this core count may fix failed MT detection.
+ $cpu{'cores'} = $dmesg_boot{'cores'} if $dmesg_boot{'cores'};
+ $cpu{'flags'} = $dmesg_boot{'flags'} if !$cpu{'flags'};
+ $cpu{'family'} = $dmesg_boot{'family'} if !$cpu{'family'};
+ $cpu{'l1-cache'} = $dmesg_boot{'l1-cache'} if !$cpu{'l1-cache'};
+ $cpu{'l2-cache'} = $dmesg_boot{'l2-cache'} if !$cpu{'l2-cache'};
+ $cpu{'l3-cache'} = $dmesg_boot{'l3-cache'} if !$cpu{'l3-cache'};
+ $cpu{'microcode'} = $dmesg_boot{'microcode'} if !$cpu{'microcode'};
+ $cpu{'model_id'} = $dmesg_boot{'model_id'} if !$cpu{'model_id'};
+ $cpu{'max-freq'} = $dmesg_boot{'max-freq'} if !$cpu{'max-freq'};
+ $cpu{'min-freq'} = $dmesg_boot{'min-freq'} if !$cpu{'min-freq'};
+ $cpu{'scalings'} = $dmesg_boot{'scalings'} if !$cpu{'scalings'};
+ $cpu{'siblings'} = $dmesg_boot{'siblings'} if !$cpu{'siblings'};
+ $cpu{'stepping'} = $dmesg_boot{'stepping'} if !$cpu{'stepping'};
+ $cpu{'type'} = $dmesg_boot{'type'} if !$cpu{'type'};
+ }
+ if ($extra > 0 && !$cpu{'arch'} && $type ne 'short'){
+ ($cpu{'arch'},$cpu{'arch-note'}) = cpu_arch($cpu{'type'},$cpu{'family'},$cpu{'model_id'},$cpu{'stepping'});
+ # print "$cpu{'type'},$cpu{'family'},$cpu{'model_id'},$cpu{'arch'}\n";
}
main::log_data('dump','%cpu',\%cpu) if $b_log;
- print Data::Dumper::Dumper \%cpu if $test[8];
+ print Data::Dumper::Dumper \%cpu if $dbg[8];
eval $end if $b_log;
return %cpu;
}
+sub dboot_data {
+ eval $start if $b_log;
+ my ($max_freq,$min_freq,@scalings,%values);
+ my ($family,$flags,$microcode,$model,$sep,$stepping,$type) = ('','','','','','','');
+ my ($cores,$siblings) = (0,0);
+ my ($l1,$l2,$l3) = (0,0,0);
+ # this will be null if it was not readable
+ my $file = $system_files{'dmesg-boot'};
+ if ($dboot{'cpu'}){
+ foreach (@{$dboot{'cpu'}}){
+ # can be ~Features/Features2/AMD Features
+ if (/Features/ || ($bsd_type eq "openbsd" &&
+ /^cpu0:\s*[a-z0-9]{2,3}(\s|,)[a-z0-9]{2,3}(\s|,)/i)){
+ my @line = split(/:\s*/, lc($_));
+ # free bsd has to have weird syntax: <....<b23>,<b34>>
+ # Features2=0x1e98220b<SSE3,PCLMULQDQ,MON,SSSE3,CX16,SSE4.1,SSE4.2,POPCNT,AESNI,XSAVE,OSXSAVE,AVX>
+ $line[1] =~ s/^[^<]*<|>[^>]*$//g;
+ # then get rid of <b23> stuff
+ $line[1] =~ s/<[^>]+>//g;
+ # handle corner case like ,EL3 32,
+ $line[1] =~ s/ (32|64)/_$1/g;
+ # and replace commas with spaces
+ $line[1] =~ s/,/ /g;
+ $flags .= $sep . $line[1];
+ $sep = ' ';
+ }
+ # cpu0:AMD E1-1200 APU with Radeon(tm) HD Graphics, 1398.66 MHz, 14-02-00
+ elsif (/^cpu0:\s*([^,]+),\s+([0-9\.]+\s*MHz),\s+([0-9a-f]+)-([0-9a-f]+)-([0-9a-f]+)/){
+ $type = cpu_vendor($1);
+ $family = uc($3);
+ $model = uc($4);
+ $stepping = uc($5);
+ $family =~ s/^0//;
+ $model =~ s/^0//;
+ $stepping =~ s/^0//; # can be 00
+ }
+ # note: cpu cache is in KiB MiB even though they call it KB and MB
+ # cpu31: 32KB 64b/line 8-way I-cache, 32KB 64b/line 8-way D-cache, 512KB 64b/line 8-way L2 cache
+ # 8-way means 1 per core, 16-way means 1/2 per core
+ elsif (/^cpu0:\s*[0-9\.]+[KMG]B\s/){
+ # cpu0: 32KB 64b/line 4-way L1 VIPT I-cache, 32KB 64b/line 4-way L1 D-cache
+ # cpu0:48KB 64b/line 3-way L1 PIPT I-cache, 32KB 64b/line 2-way L1 D-cache
+ if (/\b([0-9\.]+[KMG])i?B\s\S+\s([0-9]+)-way\s(L1 \S+\s)?I[\s-]?cache/){
+ $l1 = main::translate_size($1);
+ }
+ if (/\b([0-9\.]+[KMG])i?B\s\S+\s([0-9]+)-way\sD[\s-]?cache/){
+ # do nothing, we aren't going to use the D cache
+ }
+ if (/\b([0-9\.]+[KMG])i?B\s\S+\s([0-9]+)-way\sL2[\s-]?cache/){
+ $l2 = main::translate_size($1);
+ }
+ if (/\b([0-9\.]+[KMG])i?B\s\S+\s([0-9]+)-way\sL3[\s-]?cache/){
+ $l3 = main::translate_size($1);
+ }
+ }
+ elsif (/^~Origin:(.+?)[\s,]+(Id|Family|Model|Stepping)/){
+ $type = cpu_vendor($1);
+ if (/\bId\s*=\s*(0x)?([0-9a-f]+)\b/){
+ $microcode = ($1) ? uc($2) : $2;
+ }
+ if (/\bFamily\s*=\s*(0x)?([a-f0-9]+)\b/){
+ $family = ($1) ? uc($2) : $2;
+ }
+ if (/\bModel\s*=\s*(0x)?([a-f0-9]+)\b/){
+ $model = ($1) ? uc($2) : $2;
+ }
+ # they don't seem to use hex for steppings, so convert it
+ if (/\bStepping\s*=\s*(0x)?([0-9a-f]+)\b/){
+ $stepping = (!$1) ? uc(sprintf("%X", $2)) : $2;
+ }
+ }
+ elsif (/^cpu0:.*?[0-9\.]+\s?MHz:\sspeeds:\s(.*?)\s?MHz/){
+ @scalings = split(/[,\s]+/,$1);
+ $min_freq = $scalings[-1];
+ $max_freq = $scalings[0];
+ }
+ # 2 core MT Intel Core/Rzyen similar, use smt 0 as trigger to count:
+ # cpu2:smt 0, core 1, package 0
+ # cpu3:smt 1, core 1, package 0
+ ## but: older AMD Athlon 2 core:
+ # cpu0:smt 0, core 0, package 0
+ # cpu0:smt 0, core 0, package 1
+ elsif (/cpu([0-9]+):smt\s([0-9]+),\score\s([0-9]+)(,\spackage\s([0-9]+))?/){
+ $siblings = $1 + 1;
+ $cores += 1 if $2 == 0;
+ }
+ }
+ if ($flags){
+ $flags =~ s/\s+/ /g;
+ $flags =~ s/^\s+|\s+$//g;
+ }
+ }
+ else {
+ if ($file && ! -r $file){
+ $flags = main::row_defaults('dmesg-boot-permissions');
+ }
+ }
+ %values = (
+ 'cores' => $cores,
+ 'family' => $family,
+ 'flags' => $flags,
+ 'l1-cache' => $l1,
+ 'l2-cache' => $l2,
+ 'l3-cache' => $l3,
+ 'max-freq' => $max_freq,
+ 'microcode' => $microcode,
+ 'min-freq' => $min_freq,
+ 'model_id' => $model,
+ 'scalings' => \@scalings,
+ 'siblings' => $siblings,
+ 'stepping' => $stepping,
+ 'type' => $type,
+ );
+ print Data::Dumper::Dumper \%values if $dbg[27];
+ eval $end if $b_log;
+ return %values;
+}
+sub dmidecode_data {
+ eval $start if $b_log;
+ return if !@dmi;
+ my %dmi_data = ('L1' => 0, 'L2' => 0,'L3' => 0, 'ext-clock' => undef, 'socket' => undef,
+ 'speed' => undef, 'max-speed' => undef, 'upgrade' => undef, 'volts' => undef);
+ my ($id,$amount,$socket,$upgrade);
+ foreach my $item (@dmi){
+ next if ref $item ne 'ARRAY';
+ next if ($item->[0] < 4 || $item->[0] == 5 || $item->[0] == 6);
+ last if $item->[0] > 7;
+ if ($item->[0] == 7){
+ # skip first three rows, we don't need that data
+ ($id,$amount) = ('',0);
+ foreach my $value (@$item[3 .. $#$item]){
+ next if $value =~ /~/;
+ # variants: L3 - Cache; L3 Cache; L3-cache; L2 CACHE; CPU Internal L1
+ if ($value =~ /^Socket Designation:.*? (L[1-3])\b/){
+ $id = $1;
+ }
+ # some cpus only show Socket Designation: Internal cache
+ elsif (!$id && $value =~ /^Configuration:.* Level.*?([1-3])\b/){
+ $id = "L$1";
+ }
+ # NOTE: cache is in KiB or MiB but they call it kB or MB
+ # so we send translate_size k or M which trips KiB/MiB mode
+ elsif ($id && $value =~ /^Installed Size:\s+(.*?[kKM])i?B$/){
+ $amount = main::translate_size($1);
+ }
+ if ($id && $amount){
+ $dmi_data{$id} += $amount;
+ last;
+ }
+ }
+ }
+ # note: for multi cpu systems, we're hoping that these values are
+ # the same for each cpu, which in most pc situations they will be,
+ # and ARM etc won't be using dmi data here anyway.
+ # Older dmidecode appear to have unreliable Upgrade outputs
+ elsif ($item->[0] == 4){
+ # skip first three row,s we don't need that data
+ ($socket,$upgrade) = (undef);
+ foreach my $value (@$item[3 .. $#$item]){
+ next if $value =~ /~/;
+ # note: on single cpu systems, Socket Designation shows socket type,
+ # but on multi, shows like, CPU1; CPU Socket #2; Socket 0; so check values a bit.
+ # Socket Designation: Intel(R) Core(TM) i5-3470 CPU @ 3.20GHz
+ # Sometimes shows as CPU Socket...
+ if ($value =~ /^Socket Designation:\s*(CPU\s*Socket|Socket)?[\s-]*(.*)$/i){
+ $upgrade = main::dmi_cleaner($2) if $2 !~ /(cpu|[mg]hz|onboard|socket|@|^#?[0-9]$)/i;
+ # print "$socket_temp\n";
+ }
+ # normally we prefer this value, but sometimes it's garbage
+ # older systems often show: Upgrade: ZIF Socket which is a generic term, legacy
+ elsif ($value =~ /^Upgrade:\s*(CPU\s*Socket|Socket)?[\s-]*(.*)$/i){
+ # print "$2\n";
+ $socket = main::dmi_cleaner($2) if $2 !~ /(ZIF|\bslot\b)/i;
+ }
+ # seen: Voltage: 5.0 V 2.9 V
+ elsif ($value =~ /^Voltage:\s*([0-9\.]+)\s*(V|Volts)?\b/i){
+ $dmi_data{'volts'} = main::dmi_cleaner($1);
+ }
+ elsif ($value =~ /^Current Speed:\s*([0-9\.]+)\s*([MGK]Hz)?\b/i){
+ $dmi_data{'speed'} = main::dmi_cleaner($1);
+ }
+ elsif ($value =~ /^Max Speed:\s*([0-9\.]+)\s*([MGK]Hz)?\b/i){
+ $dmi_data{'max-speed'} = main::dmi_cleaner($1);
+ }
+ elsif ($value =~ /^External Clock:\s*([0-9\.]+\s*[MGK]Hz)\b/){
+ $dmi_data{'ext-clock'} = main::dmi_cleaner($1);
+ }
+ }
+ }
+ }
+ # Seen older cases where Upgrade: Other value exists
+ if ($socket || $upgrade){
+ if ($socket && $upgrade){
+ $upgrade = undef if $socket eq $upgrade;
+ }
+ elsif ($upgrade){
+ $socket = $upgrade;
+ $upgrade = undef;
+ }
+ $dmi_data{'socket'} = $socket;
+ $dmi_data{'upgrade'} = $upgrade;
+ }
+ main::log_data('dump','%dmi_data',\%dmi_data) if $b_log;
+ # print Data::Dumper::Dumper \%dmi_data;
+ eval $end if $b_log;
+ return %dmi_data;
+}
+
sub cpu_properties {
my ($cpu) = @_;
my ($b_amd_zen,$b_epyc,$b_ht,$b_elbrus,$b_intel,$b_ryzen,$b_xeon);
- if ($cpu->{'type'} ){
+ my ($cores_x,$cache_check) = (1,'');
+ if ($cpu->{'type'}){
if ($cpu->{'type'} eq 'intel'){
$b_intel = 1;
$b_xeon = 1 if $cpu->{'model_name'} =~ /Xeon/i;
}
- elsif ($cpu->{'type'} eq 'amd' ){
- if ( $cpu->{'family'} && $cpu->{'family'} eq '17' ) {
+ elsif ($cpu->{'type'} eq 'amd'){
+ if ($cpu->{'family'} && $cpu->{'family'} eq '17'){
$b_amd_zen = 1;
- if ($cpu->{'model_name'} ){
- if ($cpu->{'model_name'} =~ /Ryzen/i ){
+ if ($cpu->{'model_name'}){
+ if ($cpu->{'model_name'} =~ /Ryzen/i){
$b_ryzen = 1;
}
elsif ($cpu->{'model_name'} =~ /EPYC/i){
@@ -8173,57 +9130,41 @@ sub cpu_properties {
}
}
}
- elsif ($cpu->{'type'} eq 'elbrus') {
+ elsif ($cpu->{'type'} eq 'elbrus'){
$b_elbrus = 1;
}
}
- #my @dies = $phys[0]->[0];
+ # my @dies = $phys[0]->[0];
my @phys = @{$cpu->{'ids'}};
- my $phyical_count = 0;
- #my $phyical_count = scalar @phys;
+ my $physical_count = 0;
+ # my $physical_count = scalar @phys;
my @processors;
my ($speed,$speed_key);
# handle case where cpu reports say, phys id 0, 2, 4, 6 [yes, seen it]
- foreach (@phys) {
- $phyical_count++ if $_;
+ foreach (@phys){
+ $physical_count++ if $_;
}
# count unique processors ##
# note, this fails for intel cpus at times
@processors = @{$cpu->{'processors'}};
- #print ref $cpu->{'processors'}, "\n";
+ # print ref $cpu->{'processors'}, "\n";
my $processors_count = scalar @processors;
- #print "p count:$processors_count\n";
- #print Data::Dumper::Dumper \@processors;
+ # print "p count:$processors_count\n";
+ # print Data::Dumper::Dumper \@processors;
# $cpu_cores is per physical cpu
my ($cpu_layout,$cpu_type,$min_max,$min_max_key) = ('','','','');
my ($dmi_max_speed,$dmi_speed,$ext_clock,$socket,$upgrade,$volts) = (undef);
my ($l1_cache,$l2_cache,$l3_cache,$core_count,$cpu_cores,$die_count) = (0,0,0,0,0,0);
# note: elbrus supports turning off cores, so we need to add one for cases where rounds to 0 or 1 less
if ($b_elbrus && $processors_count){
- my @elbrus = elbrus_data($cpu->{'model_id'},$processors_count,$cpu->{'arch'});
+ my @elbrus = elbrus_data($cpu->{'family'},$cpu->{'model_id'},$processors_count,$cpu->{'arch'});
$cpu_cores = $elbrus[0];
- $phyical_count = $elbrus[1];
+ $physical_count = $elbrus[1];
$cpu->{'arch'} = $elbrus[2];
- # print 'model id: ' . $cpu->{'model_id'} . ' arch: ' . $cpu->{'arch'} . " cpc: $cpu_cores phyc: $phyical_count proc: $processors_count \n";
- }
- $phyical_count ||= 1; # assume 1 if no id found, as with ARM
- if ($extra > 1){
- # note: dmidecode has one entry per cpu per cache type, so this already
- # has done the arithmetic on > 1 cpus for L1 and L3.
- my %cpu_dmi = cpu_dmi_data();
- $l1_cache = $cpu_dmi{'L1'} if $cpu_dmi{'L1'};
- $l3_cache = $cpu_dmi{'L3'} if $cpu_dmi{'L3'};
- # bsd sysctl can have these values so let's check just in case
- $l1_cache = $cpu->{'l1-cache'} * $phyical_count if !$l1_cache && $cpu->{'l1-cache'};
- $l3_cache = $cpu->{'l3-cache'} * $phyical_count if !$l3_cache && $cpu->{'l3-cache'};
- $dmi_max_speed = $cpu_dmi{'max-speed'} if $cpu_dmi{'max-speed'};
- $socket = $cpu_dmi{'socket'} if $cpu_dmi{'socket'};
- $upgrade = $cpu_dmi{'upgrade'} if $cpu_dmi{'upgrade'};
- $dmi_speed = $cpu_dmi{'speed'} if $cpu_dmi{'speed'};
- $ext_clock = $cpu_dmi{'ext-clock'} if $cpu_dmi{'ext-clock'};
- $volts = $cpu_dmi{'volts'} if $cpu_dmi{'volts'};
+ # print 'model id: ' . $cpu->{'model_id'} . ' arch: ' . $cpu->{'arch'} . " cpc: $cpu_cores phyc: $physical_count proc: $processors_count \n";
}
- foreach my $die_ref ( @phys ){
+ $physical_count ||= 1; # assume 1 if no id found, as with ARM
+ foreach my $die_ref (@phys){
next if ref $die_ref ne 'ARRAY';
$core_count = 0;
$die_count = scalar @$die_ref;
@@ -8237,7 +9178,7 @@ sub cpu_properties {
foreach my $id (@$core_ref){
$core_count++ if defined $id && !$b_arm;
}
- #print 'cores: ' . $core_count, "\n";
+ # print 'cores: ' . $core_count, "\n";
}
}
# this covers potentially cases where ARM cpus have > 1 die
@@ -8246,22 +9187,22 @@ sub cpu_properties {
# NOTE: amd A6-4400M APU 2 core reports: cores: 1 siblings: 2
# NOTE: AMD A10-5800K APU 4 core reports: cores: 2 siblings: 4
if (!$cpu_cores){
- if ($cpu->{'cores'} && ! $core_count || $cpu->{'cores'} >= $core_count){
+ if ($cpu->{'cores'} && !$core_count || $cpu->{'cores'} >= $core_count){
$cpu_cores = $cpu->{'cores'};
}
elsif ($core_count > $cpu->{'cores'}){
$cpu_cores = $core_count;
}
}
- #print "cpu-c:$cpu_cores\n";
+ # print "cpu-c:$cpu_cores\n";
#$cpu_cores = $cpu->{'cores'};
# like, intel core duo
# NOTE: sadly, not all core intel are HT/MT, oh well...
# xeon may show wrong core / physical id count, if it does, fix it. A xeon
# may show a repeated core id : 0 which gives a fake num_of_cores=1
if ($b_intel){
- if ($cpu->{'siblings'} && $cpu->{'siblings'} > 1 && $cpu->{'cores'} && $cpu->{'cores'} > 1 ){
- if ( $cpu->{'siblings'}/$cpu->{'cores'} == 1 ){
+ if ($cpu->{'siblings'} && $cpu->{'siblings'} > 1 && $cpu->{'cores'} && $cpu->{'cores'} > 1){
+ if ($cpu->{'siblings'}/$cpu->{'cores'} == 1){
$b_intel = 0;
$b_ht = 0;
}
@@ -8280,7 +9221,7 @@ sub cpu_properties {
$cpu->{'dies'} = ($temp[1] && $temp[1] > 0) ? $temp[0]++ : $temp[0];
}
# these always have 4 dies
- elsif ($b_epyc) {
+ elsif ($b_epyc){
$cpu_cores = $cpu->{'cores'};
$cpu->{'dies'} = 4;
}
@@ -8289,8 +9230,8 @@ sub cpu_properties {
# }
# final check, override the num of cores value if it clearly is wrong
# and use the raw core count and synthesize the total instead of real count
- if ( $cpu_cores == 0 && ($cpu->{'cores'} * $phyical_count > 1)){
- $cpu_cores = ($cpu->{'cores'} * $phyical_count);
+ if ($cpu_cores == 0 && ($cpu->{'cores'} * $physical_count > 1)){
+ $cpu_cores = ($cpu->{'cores'} * $physical_count);
}
# last check, seeing some intel cpus and vms with intel cpus that do not show any
# core id data at all, or siblings.
@@ -8298,9 +9239,9 @@ sub cpu_properties {
$cpu_cores = $processors_count;
}
# this happens with BSDs which have very little cpu data available
- if ( $processors_count == 0 && $cpu_cores > 0 ){
+ if ($processors_count == 0 && $cpu_cores > 0){
$processors_count = $cpu_cores;
- if ($bsd_type && ($b_ht || $b_amd_zen) && $cpu_cores > 2 ){
+ if ($bsd_type && ($b_ht || $b_amd_zen) && $cpu_cores > 2){
$cpu_cores = $cpu_cores/2;;
}
my $count = $processors_count;
@@ -8313,11 +9254,25 @@ sub cpu_properties {
$cpu->{'processors'}[$_] = 0;
}
}
+ # so far only OpenBSD has a way to detect MT cpus
+ if ($bsd_type){
+ if ($cpu->{'siblings'}){
+ $cores_x = $cpu_cores if $cpu_cores && $cpu_cores > 1;
+ }
+ # if no siblings we couldn't get MT status of cpu so can't trust cache
+ else {
+ $cache_check = main::row_defaults('note-check');
+ }
+ }
+ # only elbrus shows L1 / L3 cache data in cpuinfo
+ else {
+ $cores_x = $cpu_cores if $cpu_cores && $cpu_cores > 1;
+ }
# last test to catch some corner cases
# seen a case where a xeon vm in a dual xeon system actually had 2 cores, no MT
# so it reported 4 siblings, 2 cores, but actually only had 1 core per virtual cpu
- #print "prc: $processors_count phc: $phyical_count coc: $core_count cpc: $cpu_cores\n";
- if (!$b_arm && $processors_count == $phyical_count*$core_count && $cpu_cores > $core_count){
+ # print "prc: $processors_count phc: $physical_count coc: $core_count cpc: $cpu_cores\n";
+ if (!$b_arm && $processors_count == $physical_count*$core_count && $cpu_cores > $core_count){
$b_ht = 0;
#$b_xeon = 0;
$b_intel = 0;
@@ -8325,39 +9280,60 @@ sub cpu_properties {
$core_count = 1;
$cpu->{'siblings'} = 1;
}
- #print "pc: $processors_count s: $cpu->{'siblings'} cpuc: $cpu_cores corec: $core_count\n";
+ if ($extra > 1 || ($bsd_type && !$cpu->{'l2-cache'})){
+ # note: dmidecode has one entry per cpu per cache type, so this already
+ # has done the arithmetic on > 1 cpus for L1 and L3.
+ my %cpu_dmi = dmidecode_data();
+ my $multi = ($bsd_type) ? $cpu_cores: 1;
+ $l1_cache = $cpu_dmi{'L1'} * $physical_count if $cpu_dmi{'L1'};
+ # note: bsds often won't have L2 catch data found yet
+ $cpu->{'l2-cache'} = $cpu_dmi{'L2'} if !$cpu->{'l2-cache'} && $cpu_dmi{'L2'};
+ $l3_cache = $cpu_dmi{'L3'} * $physical_count if $cpu_dmi{'L3'};
+ # bsd sysctl can have these values so let's check just in case
+ $l1_cache = $cpu->{'l1-cache'} * $cores_x * $physical_count if !$l1_cache && $cpu->{'l1-cache'};
+ # L3 is almost always per physical cpu, not per core
+ $l3_cache = $cpu->{'l3-cache'} * $physical_count if !$l3_cache && $cpu->{'l3-cache'};
+ $cache_check = '' if !$l1_cache && !$cpu->{'l2-cache'} && !$l3_cache; # nothing to check!
+ $dmi_max_speed = $cpu_dmi{'max-speed'} if $cpu_dmi{'max-speed'};
+ $socket = $cpu_dmi{'socket'} if $cpu_dmi{'socket'};
+ $upgrade = $cpu_dmi{'upgrade'} if $cpu_dmi{'upgrade'};
+ $dmi_speed = $cpu_dmi{'speed'} if $cpu_dmi{'speed'};
+ $ext_clock = $cpu_dmi{'ext-clock'} if $cpu_dmi{'ext-clock'};
+ $volts = $cpu_dmi{'volts'} if $cpu_dmi{'volts'};
+ }
+ # print "pc: $processors_count s: $cpu->{'siblings'} cpuc: $cpu_cores corec: $core_count\n";
# Algorithm:
# if > 1 processor && processor id (physical id) == core id then Multi threaded (MT)
# if siblings > 1 && siblings == 2 * num_of_cores ($cpu->{'cores'}) then Multi threaded (MT)
# if > 1 processor && processor id (physical id) != core id then Multi-Core Processors (MCP)
# if > 1 processor && processor ids (physical id) > 1 then Symmetric Multi Processing (SMP)
# if = 1 processor then single core/processor Uni-Processor (UP)
- if ( $processors_count > 1 || ( $b_intel && $cpu->{'siblings'} > 0 ) ) {
+ if ($processors_count > 1 || ($b_intel && $cpu->{'siblings'} > 0)){
# non-multicore MT
- if ($processors_count == ($phyical_count * $cpu_cores * 2)){
- #print "mt:1\n";
+ if ($processors_count == ($physical_count * $cpu_cores * 2)){
+ # print "mt:1\n";
$cpu_type .= 'MT';
}
# elsif ($b_xeon && $cpu->{'siblings'} > 1){
-# #print "mt:2\n";
+# # print "mt:2\n";
# $cpu_type .= 'MT';
# }
- elsif ($cpu->{'siblings'} > 1 && ($cpu->{'siblings'} == 2 * $cpu_cores )){
- #print "mt:3\n";
+ elsif ($cpu->{'siblings'} > 1 && ($cpu->{'siblings'} == 2 * $cpu_cores)){
+ # print "mt:3\n";
$cpu_type .= 'MT';
}
# non-MT multi-core or MT multi-core
- if ( ($processors_count == $cpu_cores ) || ($phyical_count < $cpu_cores)){
+ if (($processors_count == $cpu_cores) || ($physical_count < $cpu_cores)){
my $sep = ($cpu_type) ? ' ' : '' ;
$cpu_type .= $sep . 'MCP';
}
# only solidly known > 1 die cpus will use this, ryzen and arm for now
- if ( $cpu->{'dies'} > 1 ){
+ if ($cpu->{'dies'} > 1){
my $sep = ($cpu_type) ? ' ' : '' ;
$cpu_type .= $sep . 'MCM';
}
# >1 cpu sockets active: Symetric Multi Processing
- if ($phyical_count > 1){
+ if ($physical_count > 1){
my $sep = ($cpu_type) ? ' ' : '' ;
$cpu_type .= $sep . 'SMP';
}
@@ -8365,28 +9341,33 @@ sub cpu_properties {
else {
$cpu_type = 'UP';
}
- if ($phyical_count > 1){
- $cpu_layout = $phyical_count . 'x ';
+ if ($physical_count > 1){
+ $cpu_layout = $physical_count . 'x ';
}
$cpu_layout .= count_alpha($cpu_cores) . 'Core';
$cpu_layout .= ' (' . $cpu->{'dies'}. '-Die)' if !$bsd_type && $cpu->{'dies'} > 1;
+ if (!$cpu->{'l2-cache'}){
+ # do nothing
+ }
# the only possible change for bsds is if we can get phys counts in the future
- if ($bsd_type){
- $l2_cache = $cpu->{'l2-cache'} * $phyical_count;
+ # Looks like Intel on bsd shows L2 per core, not total. Note: Pentium N3540
+ # uses 2(not 4)xL2 cache size for 4 cores, sigh... you just can't win...
+ elsif ($bsd_type){
+ $l2_cache = $cpu->{'l2-cache'} * $cores_x * $physical_count;
}
# AMD SOS chips appear to report full L2 cache per core
elsif ($cpu->{'type'} eq 'amd' && ($cpu->{'family'} eq '14' || $cpu->{'family'} eq '15' || $cpu->{'family'} eq '16')){
- $l2_cache = $cpu->{'l2-cache'} * $phyical_count;
+ $l2_cache = $cpu->{'l2-cache'} * $physical_count;
}
elsif ($cpu->{'type'} ne 'intel'){
- $l2_cache = $cpu->{'l2-cache'} * $cpu_cores * $phyical_count;
+ $l2_cache = $cpu->{'l2-cache'} * $cpu_cores * $physical_count;
}
## note: this handles how intel reports L2, total instead of per core like AMD does
# note that we need to multiply by number of actual cpus here to get true cache size
else {
- $l2_cache = $cpu->{'l2-cache'} * $phyical_count;
+ $l2_cache = $cpu->{'l2-cache'} * $physical_count;
}
- if ($cpu->{'cur-freq'} && $cpu->{'min-freq'} && $cpu->{'max-freq'} ){
+ if ($cpu->{'cur-freq'} && $cpu->{'min-freq'} && $cpu->{'max-freq'}){
$min_max = "$cpu->{'min-freq'}/$cpu->{'max-freq'} MHz";
$min_max_key = "min/max";
$speed_key = ($show{'short'} || $show{'cpu-basic'}) ? 'speed' : 'Speed';
@@ -8413,11 +9394,12 @@ sub cpu_properties {
$speed = "$cpu->{'cur-freq'} MHz";
}
- if ( !$bits_sys && !$b_arm && $cpu->{'flags'} ){
+ if (!$bits_sys && !$b_arm && $cpu->{'flags'}){
$bits_sys = ($cpu->{'flags'} =~ /\blm\b/) ? 64 : 32;
}
my %cpu_properties = (
'bits-sys' => $bits_sys,
+ 'cache-check' => $cache_check,
'cpu-layout' => $cpu_layout,
'cpu-type' => $cpu_type,
'dmi-max-speed' => $dmi_max_speed,
@@ -8435,101 +9417,14 @@ sub cpu_properties {
'l3-cache' => $l3_cache,
);
main::log_data('dump','%cpu_properties',\%cpu_properties) if $b_log;
- #print Data::Dumper::Dumper $cpu;
- #print Data::Dumper::Dumper \%cpu_properties;
- #my $dc = scalar @dies;
- #print 'phys: ' . $pc . ' dies: ' . $dc, "\n";
+ # print Data::Dumper::Dumper $cpu;
+ # print Data::Dumper::Dumper \%cpu_properties;
+ # my $dc = scalar @dies;
+ # print 'phys: ' . $pc . ' dies: ' . $dc, "\n";
eval $end if $b_log;
return %cpu_properties;
}
-sub cpu_dmi_data {
- eval $start if $b_log;
- return if !@dmi;
- my %dmi_data = ('L1' => 0, 'L2' => 0,'L3' => 0, 'ext-clock' => undef, 'socket' => undef,
- 'speed' => undef, 'max-speed' => undef, 'upgrade' => undef, 'volts' => undef);
- my ($id,$amount,$socket,$upgrade);
- foreach my $item (@dmi){
- next if ref $item ne 'ARRAY';
- next if ($item->[0] < 4 || $item->[0] == 5 || $item->[0] == 6);
- last if $item->[0] > 7;
- if ($item->[0] == 7){
- # skip first three row, we don't need that data
- ($id,$amount) = ('',0);
- foreach my $value (@$item[3 .. $#$item]){
- next if $value =~ /~/;
- # variants: L3 - Cache; L3 Cache; L3-cache; CPU Internal L1
- if ($value =~ /^Socket Designation:.* (L[1-3])\b/){
- $id = $1;
- }
- # some cpus only show Socket Designation: Internal cache
- elsif (!$id && $value =~ /^Configuration:.* Level.*([1-3])\b/){
- $id = "L$1";
- }
- elsif ($id && $value =~ /^Installed Size:\s+(.*B)$/){
- $amount = main::translate_size($1);
- }
- if ($id && $amount){
- $dmi_data{$id} += $amount;
- last;
- }
- }
- }
- # note: for multi cpu systems, we're hoping that these values are
- # the same for each cpu, which in most pc situations they will be,
- # and ARM etc won't be using dmi data here anyway.
- # Older dmidecode appear to have unreliable Upgrade outputs
- elsif ($item->[0] == 4){
- # skip first three row, we don't need that data
- ($socket,$upgrade) = (undef);
- foreach my $value (@$item[3 .. $#$item]){
- next if $value =~ /~/;
- # note: on single cpu systems, Socket Designation shows socket type,
- # but on multi, shows like, CPU1; CPU Socket #2; Socket 0; so check values a bit.
- # Socket Designation: Intel(R) Core(TM) i5-3470 CPU @ 3.20GHz
- # Sometimes shows as CPU Socket...
- if ($value =~ /^Socket Designation:\s*(CPU\s*Socket|Socket)?[\s-]*(.*)$/i){
- $upgrade = main::dmi_cleaner($2) if $2 !~ /(cpu|[mg]hz|onboard|socket|@|^#?[0-9]$)/i;
- #print "$socket_temp\n";
- }
- # normally we prefer this value, but sometimes it's garbage
- # older systems often show: Upgrade: ZIF Socket which is a generic term, legacy
- elsif ($value =~ /^Upgrade:\s*(CPU\s*Socket|Socket)?[\s-]*(.*)$/i){
- #print "$2\n";
- $socket = main::dmi_cleaner($2) if $2 !~ /(ZIF|\bslot\b)/i;
- }
- # seen: Voltage: 5.0 V 2.9 V
- elsif ($value =~ /^Voltage:\s*([0-9\.]+)\s*(V|Volts)?\b/i){
- $dmi_data{'volts'} = main::dmi_cleaner($1);
- }
- elsif ($value =~ /^Current Speed:\s*([0-9\.]+)\s*([MGK]Hz)?\b/i){
- $dmi_data{'speed'} = main::dmi_cleaner($1);
- }
- elsif ($value =~ /^Max Speed:\s*([0-9\.]+)\s*([MGK]Hz)?\b/i){
- $dmi_data{'max-speed'} = main::dmi_cleaner($1);
- }
- elsif ($value =~ /^External Clock:\s*([0-9\.]+\s*[MGK]Hz)\b/){
- $dmi_data{'ext-clock'} = main::dmi_cleaner($1);
- }
- }
- }
- }
- # Seen older cases where Upgrade: Other value exists
- if ($socket || $upgrade){
- if ($socket && $upgrade){
- $upgrade = undef if $socket eq $upgrade;
- }
- elsif ($upgrade){
- $socket = $upgrade;
- $upgrade = undef;
- }
- $dmi_data{'socket'} = $socket;
- $dmi_data{'upgrade'} = $upgrade;
- }
- main::log_data('dump','%dmi_data',\%dmi_data) if $b_log;
- # print Data::Dumper::Dumper \%dmi_data;
- eval $end if $b_log;
- return %dmi_data;
-}
+
sub cpu_bugs_sys {
eval $start if $b_log;
my (@bugs,$type,$value);
@@ -8537,7 +9432,7 @@ sub cpu_bugs_sys {
my @items = main::globber('/sys/devices/system/cpu/vulnerabilities/*');
if (@items){
foreach (@items){
- $value = ( -r $_) ? main::reader($_,'',0) : main::row_defaults('root-required');
+ $value = (-r $_) ? main::reader($_,'',0) : main::row_defaults('root-required');
$type = ($value =~ /^Mitigation:/) ? 'mitigation': 'status';
$_ =~ s/.*\/([^\/]+)$/$1/;
$value =~ s/Mitigation: //;
@@ -8563,14 +9458,15 @@ sub cpu_speeds {
}
}
if (!@speeds){
+ # handle special case, FB, where we use undef for no processor speed found
foreach (@$processors){
- if ($_ || $_ eq '0'){
+ if ($_ || (defined $_ && $_ eq '0')){
$_ = sprintf("%.0f", $_);
push(@speeds, $_);
}
}
}
- #print join('; ', @speeds), "\n";
+ # print join('; ', @speeds), "\n";
eval $end if $b_log;
return @speeds;
}
@@ -8641,9 +9537,10 @@ sub set_cpu_speeds_sys {
}
# policy4/cpuinfo_max_freq:["2000000"] policy0/cpuinfo_max_freq:["1500000"]
# policy4/cpuinfo_min_freq:["200000"]
- if ( (scalar @max_freq < 2 && scalar @min_freq < 2 ) &&
+ if ((scalar @max_freq < 2 && scalar @min_freq < 2) &&
(defined $speeds{'min-freq'} && defined $speeds{'max-freq'}) &&
- ($speeds{'min-freq'} > $speeds{'max-freq'} || $speeds{'min-freq'} == $speeds{'max-freq'} )){
+ ($speeds{'min-freq'} > $speeds{'max-freq'} ||
+ $speeds{'min-freq'} == $speeds{'max-freq'})){
$speeds{'min-freq'} = 0;
}
}
@@ -8671,66 +9568,34 @@ sub cpu_dies_sys {
# returns: 0 - per cpu cores; 1 - phys cpu count; 2 - override model defaul names
sub elbrus_data {
eval $start if $b_log;
- my ($model_id,$count,$arch) = @_;
+ my ($family_id,$model_id,$count,$arch) = @_;
# 0: cores
- my @cores;
my @return = (0,1,$arch);
- $cores[1] = 1;
- $cores[2] = 1;
- $cores[3] = 4;
- $cores[4] = 2;
- $cores[6] = 1;
- $cores[7] = 8;
- $cores[8] = 1;
- $cores[9] = 8;
- $cores[10] = 12;
- $cores[11] = 16;
- $cores[12] = 2;
- if (main::is_numeric($model_id) && $cores[$model_id]){
- $return[0] = $cores[$model_id] ;
- }
+ my %cores = (
+ # key=family id + model id
+ '41' => 1,
+ '42' => 1,
+ '43' => 4,
+ '44' => 2,
+ '46' => 1,
+ '47' => 8,
+ '48' => 1,
+ '49' => 8,
+ '59' => 8,
+ '4A' => 12,
+ '4B' => 16,
+ '4C' => 2,
+ '6A' => 12,
+ '6B' => 16,
+ '6C' => 2,
+ );
+ $return[0] = $cores{$family_id . $model_id} if $cores{$family_id . $model_id};
if ($return[0]){
$return[1] = ($count % $return[0]) ? int($count/$return[0]) + 1 : $count/$return[0];
}
eval $end if $b_log;
return @return;
}
-sub cpu_flags_bsd {
- eval $start if $b_log;
- my ($flags,$sep) = ('','');
- # this will be null if it was not readable
- my $file = main::system_files('dmesg-boot');
- if ( @dmesg_boot){
- foreach (@dmesg_boot){
- if ( /Features/ || ( $bsd_type eq "openbsd" && /^cpu0:\s*[a-z0-9]{2,3}(\s|,)[a-z0-9]{2,3}(\s|,)/i ) ) {
- my @line = split(/:\s*/, lc($_));
- # free bsd has to have weird syntax: <....<b23>,<b34>>
- # Features2=0x1e98220b<SSE3,PCLMULQDQ,MON,SSSE3,CX16,SSE4.1,SSE4.2,POPCNT,AESNI,XSAVE,OSXSAVE,AVX>
- $line[1] =~ s/^[^<]*<|>[^>]*$//g;
- # then get rid of <b23> stuff
- $line[1] =~ s/<[^>]+>//g;
- # and replace commas with spaces
- $line[1] =~ s/,/ /g;
- $flags .= $sep . $line[1];
- $sep = ' ';
- }
- elsif (/real mem/){
- last;
- }
- }
- if ($flags){
- $flags =~ s/\s+/ /g;
- $flags =~ s/^\s+|\s+$//g;
- }
- }
- else {
- if ( $file && ! -r $file ){
- $flags = main::row_defaults('dmesg-boot-permissions');
- }
- }
- eval $end if $b_log;
- return $flags;
-}
# only elbrus ID is actually used live
sub cpu_vendor {
@@ -8738,7 +9603,7 @@ sub cpu_vendor {
my ($string) = @_;
my ($vendor) = ('');
$string = lc($string);
- if ($string =~ /intel/) {
+ if ($string =~ /intel/){
$vendor = "intel"
}
elsif ($string =~ /amd/){
@@ -8783,8 +9648,8 @@ sub system_cpu_name {
}
# synthesize it, [4] will be like: cortex-a15-timer; sunxi-timer
# so far all with this directory show soc name, not cpu name for timer
- elsif (! -d '/sys/firmware/devicetree/base' && @devices_timer){
- foreach my $working (@devices_timer){
+ elsif (! -d '/sys/firmware/devicetree/base' && $devices{'timer'}){
+ foreach my $working (@{$devices{'timer'}}){
next if $working->[0] ne 'timer' || !$working->[4] || $working->[4] =~ /timer-mem$/;
$working->[4] =~ s/(-system)?-timer$//;
$compat = $working->[4];
@@ -8800,197 +9665,312 @@ sub cpu_arch {
eval $start if $b_log;
my ($type,$family,$model,$stepping) = @_;
$stepping = 0 if !main::is_numeric($stepping);
+ $family ||= '';
+ $model ||= '';
my ($arch,$note) = ('','');
my $check = main::row_defaults('note-check');
# See: docs/inxi-resources.txt
# print "type:$type fam:$family model:$model step:$stepping\n";
- if ( $type eq 'amd'){
+ if ($type eq 'amd'){
if ($family eq '4'){
- if ( $model =~ /^(3|7|8|9|A)$/ ) {$arch = 'Am486'}
- elsif ( $model =~ /^(E|F)$/ ) {$arch = 'Am5x86'}
+ if ($model =~ /^(3|7|8|9|A)$/){
+ $arch = 'Am486'}
+ elsif ($model =~ /^(E|F)$/){
+ $arch = 'Am5x86'}
}
elsif ($family eq '5'){
- if ( $model =~ /^(0|1|2|3)$/ ) {$arch = 'K5'}
- elsif ( $model =~ /^(6|7)$/ ) {$arch = 'K6'}
- elsif ( $model =~ /^(8)$/ ) {$arch = 'K6-2'}
- elsif ( $model =~ /^(9|D)$/ ) {$arch = 'K6-3'}
- elsif ( $model =~ /^(A)$/ ) {$arch = 'Geode'}
+ if ($model =~ /^(0|1|2|3)$/){
+ $arch = 'K5'}
+ elsif ($model =~ /^(6|7)$/){
+ $arch = 'K6'}
+ elsif ($model =~ /^(8)$/){
+ $arch = 'K6-2'}
+ elsif ($model =~ /^(9|D)$/){
+ $arch = 'K6-3'}
+ elsif ($model =~ /^(A)$/){
+ $arch = 'Geode'}
}
elsif ($family eq '6'){
- if ( $model =~ /^(1|2)$/ ) {$arch = 'K7'}
- elsif ( $model =~ /^(3|4)$/ ) {$arch = 'K7 Thunderbird'}
- elsif ( $model =~ /^(6|7|8|A)$/ ) {$arch = 'K7 Palomino+'}
- else {$arch = 'K7'}
+ if ($model =~ /^(1|2)$/){
+ $arch = 'K7'}
+ elsif ($model =~ /^(3|4)$/){
+ $arch = 'K7 Thunderbird'}
+ elsif ($model =~ /^(6|7|8|A)$/){
+ $arch = 'K7 Palomino+'}
+ else {
+ $arch = 'K7'}
}
elsif ($family eq 'F'){
- if ( $model =~ /^(4|5|7|8|B|C|E|F|14|15|17|18|1B|1C|1F)$/ ) {$arch = 'K8'}
- elsif ( $model =~ /^(21|23|24|25|27|28|2C|2F)$/ ) {$arch = 'K8 rev.E'}
- elsif ( $model =~ /^(41|43|48|4B|4C|4F|5D|5F|68|6B|6C|6F|7C|7F|C1)$/ ) {$arch = 'K8 rev.F+'}
- else {$arch = 'K8'}
+ if ($model =~ /^(4|5|7|8|B|C|E|F|14|15|17|18|1B|1C|1F)$/){
+ $arch = 'K8'}
+ elsif ($model =~ /^(21|23|24|25|27|28|2C|2F)$/){
+ $arch = 'K8 rev.E'}
+ elsif ($model =~ /^(41|43|48|4B|4C|4F|5D|5F|68|6B|6C|6F|7C|7F|C1)$/){
+ $arch = 'K8 rev.F+'}
+ else {
+ $arch = 'K8'}
}
elsif ($family eq '10'){
- if ( $model =~ /^(2|4|5|6|8|9|A)$/ ) {$arch = 'K10'}
- else {$arch = 'K10'}
+ if ($model =~ /^(2|4|5|6|8|9|A)$/){
+ $arch = 'K10'}
+ else {
+ $arch = 'K10'}
}
elsif ($family eq '11'){
- if ( $model =~ /^(3)$/ ) {$arch = 'Turion X2 Ultra'}
+ if ($model =~ /^(3)$/){
+ $arch = 'Turion X2 Ultra'}
}
# might also need cache handling like 14/16
elsif ($family eq '12'){
- if ( $model =~ /^(1)$/ ) {$arch = 'Fusion'}
- else {$arch = 'Fusion'}
+ if ($model =~ /^(1)$/){
+ $arch = 'Fusion'}
+ else {
+ $arch = 'Fusion'}
}
# SOC, apu
elsif ($family eq '14'){
- if ( $model =~ /^(1|2)$/ ) {$arch = 'Bobcat'}
- else {$arch = 'Bobcat'}
+ if ($model =~ /^(1|2)$/){
+ $arch = 'Bobcat'}
+ else {
+ $arch = 'Bobcat'}
}
elsif ($family eq '15'){
- if ( $model =~ /^(0|1|2|3|4|5|6|7|8|9|A|B|C|D|E|F)$/ ) {$arch = 'Bulldozer'}
- elsif ( $model =~ /^(10|11|12|13|14|15|16|17|18|19|1A|1B|1C|1D|1E|1F)$/ ) {$arch = 'Piledriver'}
- elsif ( $model =~ /^(30|31|32|33|34|35|36|37|38|39|3A|3B|3C|3D|3E|3F)$/ ) {$arch = 'Steamroller'}
- elsif ( $model =~ /^(60|61|62|63|64|65|66|67|68|69|6A|6B|6C|6D|6E|6F|70|71|72|73|74|75|76|77|78|79|7A|7B|7C|7D|7E|7F)$/ ) {$arch = 'Excavator'}
- else {$arch = 'Bulldozer'}
+ if ($model =~ /^(0|1|2|3|4|5|6|7|8|9|A|B|C|D|E|F)$/){
+ $arch = 'Bulldozer'}
+ elsif ($model =~ /^(10|11|12|13|14|15|16|17|18|19|1A|1B|1C|1D|1E|1F)$/){
+ $arch = 'Piledriver'}
+ elsif ($model =~ /^(30|31|32|33|34|35|36|37|38|39|3A|3B|3C|3D|3E|3F)$/){
+ $arch = 'Steamroller'}
+ elsif ($model =~ /^(60|61|62|63|64|65|66|67|68|69|6A|6B|6C|6D|6E|6F|70|71|72|73|74|75|76|77|78|79|7A|7B|7C|7D|7E|7F)$/){
+ $arch = 'Excavator'}
+ else {
+ $arch = 'Bulldozer'}
}
# SOC, apu
elsif ($family eq '16'){
- if ( $model =~ /^(0|1|2|3|4|5|6|7|8|9|A|B|C|D|E|F)$/ ) {$arch = 'Jaguar'}
- elsif ( $model =~ /^(30|31|32|33|34|35|36|37|38|39|3A|3B|3C|3D|3E|3F)$/ ) {$arch = 'Puma'}
- else {$arch = 'Jaguar'}
+ if ($model =~ /^(0|1|2|3|4|5|6|7|8|9|A|B|C|D|E|F)$/){
+ $arch = 'Jaguar'}
+ elsif ($model =~ /^(30|31|32|33|34|35|36|37|38|39|3A|3B|3C|3D|3E|3F)$/){
+ $arch = 'Puma'}
+ else {
+ $arch = 'Jaguar'}
}
elsif ($family eq '17'){
- if ( $model =~ /^(1|11|20)$/ ) {$arch = 'Zen'}
+ if ($model =~ /^(1|11|18|20)$/){
+ $arch = 'Zen'}
# Seen: stepping 1 is Zen+ Ryzen 7 3750H. But stepping 1 Zen is: Ryzen 3 3200U
# Unknown if stepping 0 is Zen or either.
- elsif ( $model =~ /^(18)$/ ) {
+ elsif ($model =~ /^(18)$/){
$arch = 'Zen/Zen+';
$note = $check;
}
- elsif ( $model =~ /^(8)$/ ) {$arch = 'Zen+'}
- # not positive about 2x, main resource shows only listed hex values
+ # shares model 8 with zen, stepping unknown
+ elsif ($model =~ /^(8)$/){
+ $arch = 'Zen+'}
# used this but it didn't age well: ^(2[0123456789ABCDEF]|
- elsif ( $model =~ /^(31|60|71|90)$/ ) {$arch = 'Zen 2'}
- # no info on these yet, but they are coming and are scheduled
- # elsif ( $model =~ /^()$/ ) {$arch = 'Zen 4'}
+ elsif ($model =~ /^(31|47|60|68|71|90)$/){
+ $arch = 'Zen 2'}
else {
$arch = 'Zen';
$note = $check;}
}
elsif ($family eq '18'){
- # model #s not known yet
+ # model 0
$arch = 'Zen (Hygon Dhyana)';
}
elsif ($family eq '19'){
- # unconfirmed: model: 0 20 40 50
+ # model: 1 21 40 50
$arch = 'Zen 3';
}
# note: family 20 may be Zen 4 but not known for sure yet
+ # elsif ($family eq '20'){
+ # model: unknown
+ # $arch = 'Zen 4';
+ # }
}
- elsif ( $type eq 'arm'){
- if ($family ne ''){$arch="ARMv$family";}
- else {$arch='ARM';}
+ elsif ($type eq 'arm'){
+ if ($family ne ''){
+ $arch="ARMv$family";}
+ else {
+ $arch='ARM';}
}
-# elsif ( $type eq 'ppc'){
+# elsif ($type eq 'ppc'){
# $arch='PPC';
# }
# aka VIA
- elsif ( $type eq 'centaur'){
+ elsif ($type eq 'centaur'){
if ($family eq '5'){
- if ( $model =~ /^(4)$/ ) {$arch = 'WinChip C6'}
- elsif ( $model =~ /^(8)$/ ) {$arch = 'WinChip 2'}
- elsif ( $model =~ /^(9)$/ ) {$arch = 'WinChip 3'}
+ if ($model =~ /^(4)$/){
+ $arch = 'WinChip C6'}
+ elsif ($model =~ /^(8)$/){
+ $arch = 'WinChip 2'}
+ elsif ($model =~ /^(9)$/){
+ $arch = 'WinChip 3'}
}
elsif ($family eq '6'){
- if ( $model =~ /^(6)$/ ) {$arch = 'WinChip-based'}
- elsif ( $model =~ /^(7|8)$/ ) {$arch = 'C3'}
- elsif ( $model =~ /^(9)$/ ) {$arch = 'C3-2'}
- elsif ( $model =~ /^(A|D)$/ ) {$arch = 'C7'}
- elsif ( $model =~ /^(F)$/ ) {$arch = 'Isaiah'}
+ if ($model =~ /^(6)$/){
+ $arch = 'WinChip-based'}
+ elsif ($model =~ /^(7|8)$/){
+ $arch = 'C3'}
+ elsif ($model =~ /^(9)$/){
+ $arch = 'C3-2'}
+ elsif ($model =~ /^(A|D)$/){
+ $arch = 'C7'}
+ elsif ($model =~ /^(F)$/){
+ $arch = 'Isaiah'}
}
}
# note, to test uncoment $cpu{'type'} = Elbrus in proc/cpuinfo logic
- elsif ( $type eq 'elbrus'){
+ elsif ($type eq 'elbrus'){
# E8CB
- if ($family eq '4'){
- if ( $model eq '1' ) {$arch = 'Elbrus'}
- elsif ( $model eq '2' ) {$arch = 'Elbrus-S'}
- elsif ( $model eq '3' ) {$arch = 'Elbrus-4C'}
- elsif ( $model eq '4' ) {$arch = 'Elbrus-2C+'}
- elsif ( $model eq '6' ) {$arch = 'Elbrus-2CM'}
- elsif ( $model eq '7' ) {
- if ($stepping >= 2) {$arch = 'Elbrus-8C1';}
- else {$arch = 'Elbrus-8C';}
- } # note: stepping > 1 may be 8C1
- elsif ( $model eq '8' ) {$arch = 'Elbrus-1C+'}
- # 8C2 morphed out of E8CV, but the two were the same die
- elsif ( $model eq '9' ) {
- $arch = 'Elbrus-8CV/8C2';
- $note = $check;}
- elsif ( $model eq '10' ) {$arch = 'Elbrus-12C'}
- elsif ( $model eq '11' ) {$arch = 'Elbrus-16C'}
- elsif ( $model eq '12' ) {$arch = 'Elbrus-2C3'}
- else {
- $arch = 'Elbrus-??';
- $note = $check;}
- }
- elsif ($family eq '5'){
- if ($model eq '9') {$arch = 'Elbrus-8C2'}
+ if ($family eq '4'){
+ if ($model eq '1'){
+ $arch = 'Elbrus'}
+ elsif ($model eq '2'){
+ $arch = 'Elbrus-S'}
+ elsif ($model eq '3'){
+ $arch = 'Elbrus-4C'}
+ elsif ($model eq '4'){
+ $arch = 'Elbrus-2C+'}
+ elsif ($model eq '6'){
+ $arch = 'Elbrus-2CM'}
+ elsif ($model eq '7'){
+ if ($stepping >= 2){
+ $arch = 'Elbrus-8C1';}
+ else {
+ $arch = 'Elbrus-8C';}
+ } # note: stepping > 1 may be 8C1
+ elsif ($model eq '8'){
+ $arch = 'Elbrus-1C+'}
+ # 8C2 morphed out of E8CV, but the two were the same die
+ elsif ($model eq '9'){
+ $arch = 'Elbrus-8CV/8C2';
+ $note = $check;}
+ elsif ($model eq 'A'){
+ $arch = 'Elbrus-12C'}
+ elsif ($model eq 'B'){
+ $arch = 'Elbrus-16C'}
+ elsif ($model eq 'C'){
+ $arch = 'Elbrus-2C3'}
+ else {
+ $arch = 'Elbrus-??';
+ $note = $check;}
+ }
+ elsif ($family eq '5'){
+ if ($model eq '9'){
+ $arch = 'Elbrus-8C2'}
+ else {
+ $arch = 'Elbrus-??';
+ $note = $check;}
+ }
+ elsif ($family eq '6'){
+ if ($model eq 'A'){
+ $arch = 'Elbrus-12C'}
+ elsif ($model eq 'B'){
+ $arch = 'Elbrus-16C'}
+ elsif ($model eq 'C'){
+ $arch = 'Elbrus-2C3'}
+ else {
+ $arch = 'Elbrus-??';
+ $note = $check;}
+ }
else {
$arch = 'Elbrus-??';
- $note = $check;}
- }
+ $note = $check;
+ }
}
- elsif ( $type eq 'intel'){
+ elsif ($type eq 'intel'){
if ($family eq '4'){
- if ( $model =~ /^(0|1|2|3|4|5|6|7|8|9)$/ ) {$arch = '486'}
+ if ($model =~ /^(0|1|2|3|4|5|6|7|8|9)$/){
+ $arch = '486'}
}
elsif ($family eq '5'){
- if ( $model =~ /^(1|2|3|7)$/ ) {$arch = 'P5'}
- elsif ( $model =~ /^(4|8)$/ ) {$arch = 'P5'} # MMX
- elsif ( $model =~ /^(9|A)$/ ) {$arch = 'Lakemont'}
+ if ($model =~ /^(1|2|3|7)$/){
+ $arch = 'P5'}
+ elsif ($model =~ /^(4|8)$/){
+ $arch = 'P5'} # MMX
+ elsif ($model =~ /^(9|A)$/){
+ $arch = 'Lakemont'}
}
elsif ($family eq '6'){
- if ( $model =~ /^(1)$/ ) {$arch = 'P6 Pro'}
- elsif ( $model =~ /^(3)$/ ) {$arch = 'P6 II Klamath'}
- elsif ( $model =~ /^(5)$/ ) {$arch = 'P6 II Deschutes'}
- elsif ( $model =~ /^(6)$/ ) {$arch = 'P6 II Mendocino'}
- elsif ( $model =~ /^(7)$/ ) {$arch = 'P6 III Katmai'}
- elsif ( $model =~ /^(8)$/ ) {$arch = 'P6 III Coppermine'}
- elsif ( $model =~ /^(9)$/ ) {$arch = 'M Banias'} # pentium M
- elsif ( $model =~ /^(A)$/ ) {$arch = 'P6 III Xeon'}
- elsif ( $model =~ /^(B)$/ ) {$arch = 'P6 III Tualitin'}
- elsif ( $model =~ /^(D)$/ ) {$arch = 'M Dothan'} # Pentium M
- elsif ( $model =~ /^(E)$/ ) {$arch = 'M Yonah'}
- elsif ( $model =~ /^(F|16)$/ ) {$arch = 'Core Merom'}
- elsif ( $model =~ /^(15)$/ ) {$arch = 'M Tolapai'} # pentium M system on chip
- elsif ( $model =~ /^(17|1D)$/ ) {$arch = 'Penryn'}
- elsif ( $model =~ /^(1A|1E|1F|25|2C|2E|2F)$/ ) {$arch = 'Nehalem'}
- elsif ( $model =~ /^(1C|26)$/ ) {$arch = 'Bonnell'} # atom Bonnell? 27?
- elsif ( $model =~ /^(27|35|36)$/ ) {$arch = 'Saltwell'}
- elsif ( $model =~ /^(25|2C|2F)$/ ) {$arch = 'Westmere'}
- elsif ( $model =~ /^(2A|2D)$/ ) {$arch = 'Sandy Bridge'}
- elsif ( $model =~ /^(37|4A|4D|5A|5D)$/ ) {$arch = 'Silvermont'}
- elsif ( $model =~ /^(3A|3E)$/ ) {$arch = 'Ivy Bridge'}
- elsif ( $model =~ /^(3C|3F|45|46)$/ ) {$arch = 'Haswell'}
- elsif ( $model =~ /^(3D|47|4F|56)$/ ) {$arch = 'Broadwell'}
- elsif ( $model =~ /^(4C)$/ ) {$arch = 'Airmont'}
- elsif ( $model =~ /^(4E)$/ ) {$arch = 'Skylake'}
+ if ($model =~ /^(1)$/){
+ $arch = 'P6 Pro'}
+ elsif ($model =~ /^(3)$/){
+ $arch = 'P6 II Klamath'}
+ elsif ($model =~ /^(5)$/){
+ $arch = 'P6 II Deschutes'}
+ elsif ($model =~ /^(6)$/){
+ $arch = 'P6 II Mendocino'}
+ elsif ($model =~ /^(7)$/){
+ $arch = 'P6 III Katmai'}
+ elsif ($model =~ /^(8)$/){
+ $arch = 'P6 III Coppermine'}
+ elsif ($model =~ /^(9)$/){
+ $arch = 'M Banias'} # pentium M
+ elsif ($model =~ /^(A)$/){
+ $arch = 'P6 III Xeon'}
+ elsif ($model =~ /^(B)$/){
+ $arch = 'P6 III Tualitin'}
+ elsif ($model =~ /^(D)$/){
+ $arch = 'M Dothan'} # Pentium M
+ elsif ($model =~ /^(E)$/){
+ $arch = 'M Yonah'}
+ elsif ($model =~ /^(F|16)$/){
+ $arch = 'Core Merom'}
+ elsif ($model =~ /^(15)$/){
+ $arch = 'M Tolapai'} # pentium M system on chip
+ elsif ($model =~ /^(17|1D)$/){
+ $arch = 'Penryn'}
+ elsif ($model =~ /^(1A|1E|1F|25|2C|2E|2F)$/){
+ $arch = 'Nehalem'}
+ elsif ($model =~ /^(1C|26)$/){
+ $arch = 'Bonnell'} # atom Bonnell? 27?
+ elsif ($model =~ /^(27|35|36)$/){
+ $arch = 'Saltwell'}
+ elsif ($model =~ /^(25|2C|2F)$/){
+ $arch = 'Westmere'}
+ elsif ($model =~ /^(2A|2D)$/){
+ $arch = 'Sandy Bridge'}
+ elsif ($model =~ /^(37|4A|4D|5A|5D)$/){
+ $arch = 'Silvermont'}
+ elsif ($model =~ /^(3A|3E)$/){
+ $arch = 'Ivy Bridge'}
+ elsif ($model =~ /^(3C|3F|45|46)$/){
+ $arch = 'Haswell'}
+ elsif ($model =~ /^(3D|47|4F|56)$/){
+ $arch = 'Broadwell'}
+ elsif ($model =~ /^(4C)$/){
+ $arch = 'Airmont'}
+ elsif ($model =~ /^(4E)$/){
+ $arch = 'Skylake'}
# need to find stepping for these, guessing stepping 4 is last for SL
- elsif ( $model =~ /^(55)$/ ) {
- if ($stepping >= 5 && $stepping <= 7){$arch = 'Cascade Lake'}
- elsif ($stepping >= 8){$arch = 'Cooper Lake'}
- else {$arch = 'Skylake'} }
- elsif ( $model =~ /^(57)$/ ) {$arch = 'Knights Landing'}
- elsif ( $model =~ /^(5C|5F)$/ ) {$arch = 'Goldmont'}
- elsif ( $model =~ /^(5E)$/ ) {$arch = 'Skylake-S'}
- elsif ( $model =~ /^(66)$/ ) {$arch = 'Cannon Lake'}
+ elsif ($model =~ /^(55)$/){
+ if ($stepping >= 5 && $stepping <= 7){
+ $arch = 'Cascade Lake'}
+ elsif ($stepping >= 8){
+ $arch = 'Cooper Lake'}
+ else {
+ $arch = 'Skylake'} }
+ elsif ($model =~ /^(57)$/){
+ $arch = 'Knights Landing'}
+ elsif ($model =~ /^(5C|5F)$/){
+ $arch = 'Goldmont'}
+ elsif ($model =~ /^(5E)$/){
+ $arch = 'Skylake-S'}
+ elsif ($model =~ /^(66)$/){
+ $arch = 'Cannon Lake'}
# 6 are servers, 7 not
- elsif ( $model =~ /^(6A|6C|7D|7E)$/ ) {$arch = 'Ice Lake'}
- elsif ( $model =~ /^(7A)$/ ) {$arch = 'Goldmont Plus'}
- elsif ( $model =~ /^(85)$/ ) {$arch = 'Knights Mill'}
- elsif ( $model =~ /^(86)$/ ) {$arch = 'Tremont'}
- elsif ( $model =~ /^(8C)$/ ) {$arch = 'Tiger Lake'}
- elsif ( $model =~ /^(8E)$/ ) {
+ elsif ($model =~ /^(6A|6C|7D|7E)$/){
+ $arch = 'Ice Lake'}
+ elsif ($model =~ /^(7A)$/){
+ $arch = 'Goldmont Plus'}
+ elsif ($model =~ /^(85)$/){
+ $arch = 'Knights Mill'}
+ elsif ($model =~ /^(8A|96|9C)$/){
+ $arch = 'Tremont'}
+ elsif ($model =~ /^(8C|8D)$/){
+ $arch = 'Tiger Lake'}
+ elsif ($model =~ /^(8E)$/){
# can be AmberL or KabyL
if ($stepping == 9){
$arch = 'Amber/Kaby Lake';
@@ -9011,31 +9991,46 @@ sub cpu_arch {
$arch = 'Kaby Lake';
$note = $check;}
}
- elsif ( $model =~ /^(9E)$/ ) {
+ elsif ($model =~ /^(8F)$/){
+ $arch = 'Saphire Rapids'} # server
+ elsif ($model =~ /^(97|9A)$/){
+ $arch = 'Alder Lake';}
+ elsif ($model =~ /^(9E)$/){
if ($stepping == 9){
- $arch = 'Kaby Lake'}
+ $arch = 'Kaby Lake';}
elsif ($stepping >= 10 && $stepping <= 13){
$arch = 'Coffee Lake'}
else {
$arch = 'Kaby Lake';
$note = $check;}
}
- elsif ( $model =~ /^(A5)$/ ) {$arch = 'Comet Lake'} # steppings 0-5
+ elsif ($model =~ /^(A5)$/){
+ $arch = 'Comet Lake'} # steppings 0-5
+ elsif ($model =~ /^(A7)$/){
+ $arch = 'Rocket Lake'}
# More info: comet: shares family/model, need to find stepping numbers
- # Coming: meteor lake; alder lake; cooper lake; granite rapids; rocket lake; saphire rapids;
+ # Coming: meteor lake; granite rapids; diamond rapids
}
# itanium 1 family 7 all recalled
elsif ($family eq 'B'){
- if ( $model =~ /^(0)$/ ) {$arch = 'Knights Ferry'}
- if ( $model =~ /^(1)$/ ) {$arch = 'Knights Corner'}
+ if ($model =~ /^(0)$/){
+ $arch = 'Knights Ferry'}
+ if ($model =~ /^(1)$/){
+ $arch = 'Knights Corner'}
}
elsif ($family eq 'F'){
- if ( $model =~ /^(0|1)$/ ) {$arch = 'Netburst Willamette'}
- elsif ( $model =~ /^(2)$/ ) {$arch = 'Netburst Northwood'}
- elsif ( $model =~ /^(3)$/ ) {$arch = 'Netburst Prescott'} # 6? Nocona
- elsif ( $model =~ /^(4)$/ ) {$arch = 'Netburst Smithfield'} # 6? Nocona
- elsif ( $model =~ /^(6)$/ ) {$arch = 'Netburst Presler'}
- else {$arch = 'Netburst'}
+ if ($model =~ /^(0|1)$/){
+ $arch = 'Netburst Willamette'}
+ elsif ($model =~ /^(2)$/){
+ $arch = 'Netburst Northwood'}
+ elsif ($model =~ /^(3)$/){
+ $arch = 'Netburst Prescott'} # 6? Nocona
+ elsif ($model =~ /^(4)$/){
+ $arch = 'Netburst Smithfield'} # 6? Nocona
+ elsif ($model =~ /^(6)$/){
+ $arch = 'Netburst Presler'}
+ else {
+ $arch = 'Netburst'}
}
# this is not going to e accurate, WhiskyL or Kaby L can ID as Skylake
# but if it's a new cpu microarch not handled yet, it may give better
@@ -9054,7 +10049,7 @@ sub cpu_arch {
sub count_alpha {
my ($count) = @_;
- #print "$count\n";
+ # print "$count\n";
my @alpha = qw(Single Dual Triple Quad);
if ($count > 4){
$count .= '-';
@@ -9092,7 +10087,7 @@ sub set_cpu_data {
# MHZ - cell cpus
sub speed_cleaner {
my ($speed,$opt) = @_;
- return if ! $speed || $speed eq '0';
+ return if !$speed || $speed eq '0';
$speed =~ s/[GMK]HZ$//gi;
$speed = ($speed/1000) if $opt && $opt eq 'khz';
$speed = sprintf("%.0f", $speed);
@@ -9100,7 +10095,7 @@ sub speed_cleaner {
}
sub cpu_cleaner {
my ($cpu) = @_;
- return if ! $cpu;
+ return if !$cpu;
my $filters = '@|cpu |cpu deca|([0-9]+|single|dual|two|triple|three|tri|quad|four|';
$filters .= 'penta|five|hepta|six|hexa|seven|octa|eight|multi)[ -]core|';
$filters .= 'ennea|genuine|multi|processor|single|triple|[0-9\.]+ *[MmGg][Hh][Zz]';
@@ -9111,9 +10106,9 @@ sub cpu_cleaner {
}
sub hex_and_decimal {
my ($data) = @_;
- $data ||= '';
+ $data = '' if !defined $data;
if ($data =~ /\S/){
- $data .= ' (' . hex($data) . ')' if hex($data) ne $data;
+ $data .= ' (' . hex($data) . ')' if hex($data) ne $data;
}
else {
$data = 'N/A';
@@ -9122,9 +10117,9 @@ sub hex_and_decimal {
}
}
-## DiskData
+## DriveItem
{
-package DiskData;
+package DriveItem;
my ($b_hddtemp,$b_nvme,$smartctl_missing);
my ($hddtemp,$nvme) = ('','');
my (@by_id,@by_path,@vendors);
@@ -9136,16 +10131,16 @@ sub get {
my ($type) = @_;
$type ||= 'standard';
my $num = 0;
- @data = disk_data($type);
+ @data = drive_data($type);
# NOTE:
if (@data){
if ($type eq 'standard'){
- push(@rows,totals_output(\@data));
- push(@rows,drives_output(\@data)) if $show{'disk'} && @data;
- if ($bsd_type && !@dm_boot_disk && $type eq 'standard' && $show{'disk'} ){
+ push(@rows,storage_output(\@data));
+ push(@rows,drive_output(\@data)) if $show{'disk'} && @data;
+ if ($bsd_type && !$dboot{'disk'} && $type eq 'standard' && $show{'disk'}){
$key1 = 'Drive Report';
- my $file = main::system_files('dmesg-boot');
- if ( $file && ! -r $file){
+ my $file = $system_files{'dmesg-boot'};
+ if ($file && ! -r $file){
$val1 = main::row_defaults('dmesg-boot-permissions');
}
elsif (!$file){
@@ -9173,16 +10168,16 @@ sub get {
$val1 = main::row_defaults('disk-data');
@rows = ({main::key($num++,0,1,$key1) => $val1,});
}
- #push(@rows,@data);
+ # push(@rows,@data);
if ($show{'optical'} || $show{'optical-basic'}){
- push(@rows,OpticalData::get());
+ push(@rows,OpticalItem::get());
}
($b_hddtemp,$b_nvme,$hddtemp,$nvme) = (undef,undef,undef,undef);
(@by_id,@by_path) = (undef,undef);
eval $end if $b_log;
return @rows;
}
-sub totals_output {
+sub storage_output {
eval $start if $b_log;
my ($disks) = @_;
my (@rows);
@@ -9191,14 +10186,14 @@ sub totals_output {
push(@rows, {
main::key($num++,1,1,'Local Storage') => '',
});
- #print Data::Dumper::Dumper $disks;
+ # print Data::Dumper::Dumper $disks;
$size = main::get_size($disks->[0]{'size'},'string','N/A');
if ($disks->[0]{'logical-size'}){
$rows[$j]->{main::key($num++,1,2,'total')} = '';
$rows[$j]->{main::key($num++,0,3,'raw')} = $size;
$size = main::get_size($disks->[0]{'logical-size'},'string');
$size_value = $disks->[0]{'logical-size'};
- #print Data::Dumper::Dumper $disks;
+ # print Data::Dumper::Dumper $disks;
$rows[$j]->{main::key($num++,1,3,'usable')} = $size;
}
else {
@@ -9211,7 +10206,7 @@ sub totals_output {
$rows[$j]->{main::key($num++,0,4,'lvm-free')} = $size;
}
if (($size_value && $size_value =~ /^[0-9]/) &&
- ($used && $disks->[0]{'used'} =~ /^[0-9]/ )){
+ ($used && $disks->[0]{'used'} =~ /^[0-9]/)){
$used = $used . ' (' . sprintf("%0.1f", $disks->[0]{'used'}/$size_value*100) . '%)';
}
$rows[$j]->{main::key($num++,0,2,'used')} = $used;
@@ -9219,10 +10214,10 @@ sub totals_output {
eval $end if $b_log;
return @rows;
}
-sub drives_output {
+sub drive_output {
eval $start if $b_log;
my ($disks) = @_;
- #print Data::Dumper::Dumper $disks;
+ # print Data::Dumper::Dumper $disks;
my ($b_smart_permissions,@rows,$smart_age,$smart_basic,$smart_fail);
my ($num,$j) = (0,0);
my ($id,$model,$size) = ('','','');
@@ -9231,7 +10226,7 @@ sub drives_output {
$j = scalar @rows;
$rows[$j]->{main::key($num++,0,1,'SMART Message')} = $smartctl_missing;
}
- elsif ($b_admin) {
+ elsif ($b_admin){
($smart_age,$smart_basic,$smart_fail) = smartctl_fields();
}
foreach my $row (sort { $a->{'id'} cmp $b->{'id'} } @$disks){
@@ -9240,7 +10235,7 @@ sub drives_output {
$model = ($row->{'model'}) ? $row->{'model'}: 'N/A';
$id = ($row->{'id'}) ? "/dev/$row->{'id'}":'N/A';
$size = ($row->{'size'}) ? main::get_size($row->{'size'},'string') : 'N/A';
- #print Data::Dumper::Dumper $disks;
+ # print Data::Dumper::Dumper $disks;
$j = scalar @rows;
if (!$b_smart_permissions && $row->{'smart-permissions'}){
$b_smart_permissions = 1;
@@ -9271,7 +10266,7 @@ sub drives_output {
}
$rows[$j]->{main::key($num++,0,2,'size')} = $size;
if ($b_admin && $row->{'block-physical'}){
- $rows[$j]->{main::key($num++,1,2,'block size')} = '';
+ $rows[$j]->{main::key($num++,1,2,'block-size')} = '';
$rows[$j]->{main::key($num++,0,3,'physical')} = $row->{'block-physical'} . ' B';
$rows[$j]->{main::key($num++,0,3,'logical')} = ($row->{'block-logical'}) ? $row->{'block-logical'} . ' B' : 'N/A';
}
@@ -9282,13 +10277,22 @@ sub drives_output {
$rows[$j]->{main::key($num++,0,2,'speed')} = $row->{'speed'};
$rows[$j]->{main::key($num++,0,2,'lanes')} = $row->{'lanes'} if $row->{'lanes'};
}
- if ($extra > 2 && ($row->{'rotation'} || $row->{'drive-type'})){
- $row->{'rotation'} = $row->{'drive-type'} if !$row->{'rotation'};
- $rows[$j]->{main::key($num++,0,2,'rotation')} = $row->{'rotation'};
+ if ($extra > 2){
+ $row->{'drive-type'} ||= 'N/A';
+ $rows[$j]->{main::key($num++,0,2,'type')} = $row->{'drive-type'};
+ if ($row->{'rotation'}){
+ $rows[$j]->{main::key($num++,0,2,'rpm')} = $row->{'rotation'};
+ }
}
if ($extra > 1){
- my $serial = main::apply_filter($row->{'serial'});
- $rows[$j]->{main::key($num++,0,2,'serial')} = $serial;
+ if (!$row->{'serial'} && $alerts{'bioctl'} &&
+ $alerts{'bioctl'}->{'action'} eq 'permissions'){
+ $row->{'serial'} = main::row_defaults('root-required');
+ }
+ else {
+ $row->{'serial'} = main::apply_filter($row->{'serial'});
+ }
+ $rows[$j]->{main::key($num++,0,2,'serial')} = $row->{'serial'};
if ($row->{'drive-serial'}){
$rows[$j]->{main::key($num++,0,2,'drive serial')} = main::apply_filter($row->{'drive-serial'});
}
@@ -9302,10 +10306,19 @@ sub drives_output {
if ($extra > 0 && $row->{'temp'}){
$rows[$j]->{main::key($num++,0,2,'temp')} = $row->{'temp'} . ' C';
}
+ if ($extra > 1 && $alerts{'bioctl'}){
+ if (!$row->{'duid'} && $alerts{'bioctl'}->{'action'} eq 'permissions'){
+ $rows[$j]->{main::key($num++,0,2,'duid')} = main::row_defaults('root-required');
+ }
+ elsif ($row->{'duid'}){
+ $rows[$j]->{main::key($num++,0,2,'duid')} = main::apply_filter($row->{'duid'});
+ }
+ }
# extra level tests already done
if (defined $row->{'partition-table'}){
$rows[$j]->{main::key($num++,0,2,'scheme')} = $row->{'partition-table'};
}
+
if ($row->{'smart'} || $row->{'smart-error'}){
$j = scalar @rows;
## Basic SMART and drive info ##
@@ -9357,19 +10370,20 @@ sub smart_output {
eval $end if $b_log;
}
-sub disk_data {
+sub drive_data {
eval $start if $b_log;
my ($type) = @_;
my (@rows,@data,@devs);
my $num = 0;
my ($used) = (0);
- PartitionData::partition_data() if !$b_partitions;
- RaidData::raid_data() if !$b_raid;
+ PartitionItem::set_partitions() if !$loaded{'set-partitions'};
+ RaidItem::raid_data() if !$loaded{'raid'};
+ # see docs/inxi-data.txt PARTITION DATA for more on remote/fuse fs
+ my $fs_skip = PartitionItem::fs_excludes('disk-used');
foreach my $row (@partitions){
- # don't count remote used, also, some cases mount
- # panfs is parallel NAS volume manager, need more data
- next if ($row->{'fs'} && $row->{'fs'} =~ /cifs|iso9660|nfs|panfs|sshfs|smbfs|unionfs/);
- # don't count zfs or file type swap
+ # don't count remote/distributed/union type fs towards used
+ next if ($row->{'fs'} && $row->{'fs'} =~ /^(fuse(blk)?[\._-]?)?($fs_skip)$/);
+ # don't count non partition swap
next if ($row->{'swap-type'} && $row->{'swap-type'} ne 'partition');
# in some cases, like redhat, mounted cdrom/dvds show up in partition data
next if ($row->{'dev-base'} && $row->{'dev-base'} =~ /^sr[0-9]+$/);
@@ -9377,7 +10391,7 @@ sub disk_data {
# to same partitions, or btrfs sub volume mounts, is present. The value is
# searched for an earlier appearance of that partition and if it is present,
# the data is not added into the partition used size.
- if ( $row->{'dev-base'} !~ /^(\/\/|:\/)/ && ! (grep {/$row->{'dev-base'}/} @devs) ){
+ if ($row->{'dev-base'} !~ /^(\/\/|:\/)/ && !(grep {/$row->{'dev-base'}/} @devs)){
$used += $row->{'used'} if $row->{'used'};
push(@devs, $row->{'dev-base'});
}
@@ -9386,17 +10400,17 @@ sub disk_data {
@data = proc_data($used);
}
else {
- @data = dmesg_boot_data($used);
+ @data = bsd_data($used);
}
if ($b_admin){
- if ( $alerts{'smartctl'} && $alerts{'smartctl'}->{'action'} eq 'use'){
+ if ($alerts{'smartctl'} && $alerts{'smartctl'}->{'action'} eq 'use'){
@data = smartctl_data(\@data);
}
else {
- $smartctl_missing = $alerts{'smartctl'}->{'missing'};
+ $smartctl_missing = $alerts{'smartctl'}->{'message'};
}
}
- print Data::Dumper::Dumper \@data if $test[13];;
+ print Data::Dumper::Dumper \@data if $dbg[13];;
main::log_data('data',"used: $used") if $b_log;
eval $end if $b_log;
return @data;
@@ -9406,9 +10420,9 @@ sub proc_data {
my ($used) = @_;
my (@data,@drives);
my ($b_hdx,$logical_size,$size) = (0,0,0);
- main::set_proc_partitions() if !$bsd_type && !$b_proc_partitions;
+ PartitionData::set() if !$bsd_type && !$loaded{'partition-data'};
foreach my $row (@proc_partitions){
- if ( $row->[-1] =~ /^(fio[a-z]+|[hsv]d[a-z]+|(ada|mmcblk|n[b]?d|nvme[0-9]+n)[0-9]+)$/) {
+ if ($row->[-1] =~ /^(fio[a-z]+|[hsv]d[a-z]+|(ada|mmcblk|n[b]?d|nvme[0-9]+n)[0-9]+)$/){
$b_hdx = 1 if $row->[-1] =~ /^hd[a-z]/;
push(@drives, {
'firmware' => '',
@@ -9426,7 +10440,7 @@ sub proc_data {
}
# See http://lanana.org/docs/device-list/devices-2.6+.txt for major numbers used below
# See https://www.mjmwired.net/kernel/Documentation/devices.txt for kernel 4.x device numbers
- # if ( $row->[0] =~ /^(3|22|33|8)$/ && $row->[1] % 16 == 0 ) {
+ # if ($row->[0] =~ /^(3|22|33|8)$/ && $row->[1] % 16 == 0) {
# $size += $row->[2];
# }
# special case from this data: 8 0 156290904 sda
@@ -9437,9 +10451,9 @@ sub proc_data {
# nvme partitions to next nvme, so it only passes the test for the first nvme drive.
# note: 66 16 9766436864 sdah ; 65 240 9766436864 sdaf[maybe special case when double letters?
# Check /proc/devices for major number matches
- if ( $row->[0] =~ /^(3|8|22|33|43|6[5-9]|7[12]|12[89]|13[0-5]|179|202|252|253|254|259)$/ &&
- $row->[-1] =~ /(mmcblk[0-9]+|n[b]?d[0-9]+|nvme[0-9]+n[0-9]+|fio[a-z]+|[hsv]d[a-z]+)$/ &&
- ( $row->[1] % 16 == 0 || $row->[1] % 16 == 8 || $row->[-1] =~ /(nvme[0-9]+n[0-9]+)$/) ) {
+ if ($row->[0] =~ /^(3|8|22|33|43|6[5-9]|7[12]|12[89]|13[0-5]|179|202|252|253|254|259)$/ &&
+ $row->[-1] =~ /(mmcblk[0-9]+|n[b]?d[0-9]+|nvme[0-9]+n[0-9]+|fio[a-z]+|[hsv]d[a-z]+)$/ &&
+ ($row->[1] % 16 == 0 || $row->[1] % 16 == 8 || $row->[-1] =~ /(nvme[0-9]+n[0-9]+)$/)){
$size += $row->[2];
}
}
@@ -9457,14 +10471,14 @@ sub proc_data {
'size' => $size,
'used' => $used,
});
- #print Data::Dumper::Dumper \@data;
+ # print Data::Dumper::Dumper \@data;
if ($show{'disk'}){
unshift(@drives,@data);
# print 'drives:', Data::Dumper::Dumper \@drives;
@data = proc_data_advanced($b_hdx,\@drives);
}
main::log_data('dump','@data',\@data) if $b_log;
- print Data::Dumper::Dumper \@data if $test[24];
+ print Data::Dumper::Dumper \@data if $dbg[24];
eval $end if $b_log;
return @data;
}
@@ -9492,14 +10506,14 @@ sub proc_data_advanced {
if ($b_hdx){
for ($i = 1; $i < scalar @$drives; $i++){
$file = "/proc/ide/$drives->[$i]{'id'}/model";
- if ( $drives->[$i]{'id'} =~ /^hd[a-z]/ && -e $file){
+ if ($drives->[$i]{'id'} =~ /^hd[a-z]/ && -e $file){
$model = main::reader($file,'strip',0);
$drives->[$i]{'model'} = $model;
}
}
}
# scsi stuff
- if ($file = main::system_files('scsi')){
+ if ($file = $system_files{'proc-scsi'}){
@scsi = scsi_data($file);
}
# print 'drives:', Data::Dumper::Dumper $drives;
@@ -9507,7 +10521,7 @@ sub proc_data_advanced {
#next if $drives->[$i]{'id'} =~ /^hd[a-z]/;
($block_type,$firmware,$model,$partition_scheme,
$serial,$vendor,$working_path) = ('','','','','','','');
- #print "$drives->[$i]{'id'}\n";
+ # print "$drives->[$i]{'id'}\n";
@disk_data = disk_data_by_id("/dev/$drives->[$i]{'id'}");
main::log_data('dump','@disk_data', \@disk_data) if $b_log;
if ($drives->[$i]{'id'} =~ /[sv]d[a-z]/){
@@ -9553,10 +10567,10 @@ sub proc_data_advanced {
}
# note: an entire class of model names gets truncated by /sys so that should be the last
# in priority re tests.
- elsif ( (!@disk_data || !$disk_data[0] ) && $block_type){
+ elsif ((!@disk_data || !$disk_data[0]) && $block_type){
# NOTE: while path ${working_path}vendor exists, it contains junk value, like: ATA
$path = "${working_path}model";
- if ( -r $path){
+ if (-r $path){
$model = main::reader($path,'strip',0);
$drives->[$i]{'model'} = $model if $model;
}
@@ -9571,7 +10585,7 @@ sub proc_data_advanced {
$drives->[$i]{'vendor'} = $disk_data[1] if $disk_data[1];
}
# maybe rework logic if find good scsi data example, but for now use this
- elsif ($drives->[$i]{'model'} && !$drives->[$i]{'vendor'}) {
+ elsif ($drives->[$i]{'model'} && !$drives->[$i]{'vendor'}){
$drives->[$i]{'model'} = main::disk_cleaner($drives->[$i]{'model'});
my @device_data = device_vendor($drives->[$i]{'model'},'');
$drives->[$i]{'model'} = $device_data[1] if $device_data[1];
@@ -9596,16 +10610,16 @@ sub proc_data_advanced {
}
else {
$path = "${working_path}serial";
- if ( -r $path){
+ if (-r $path){
$serial = main::reader($path,'strip',0);
$drives->[$i]{'serial'} = $serial if $serial;
}
}
- if ($extra > 2 && !$drives->[$i]{'firmware'} ){
+ if ($extra > 2 && !$drives->[$i]{'firmware'}){
my @fm = ('rev','fmrev','firmware_rev'); # 0 ~ default; 1 ~ mmc; 2 ~ nvme
foreach my $firmware (@fm){
$path = "${working_path}$firmware";
- if ( -r $path){
+ if (-r $path){
$drives->[$i]{'firmware'} = main::reader($path,'strip',0);
last;
}
@@ -9618,111 +10632,102 @@ sub proc_data_advanced {
$pt_cmd = $data[0];
$drives->[$i]{'partition-table'} = uc($data[1]) if $data[1];
if ($data[2]){
- $drives->[$i]{'rotation'} = "$data[2] rpm";
+ $drives->[$i]{'rotation'} = $data[2];
$drives->[$i]{'drive-type'} = 'HDD';
}
- elsif (($drives->[$i]{'model'} && $drives->[$i]{'model'} =~ /(ssd|flash|nvme|mmc|\bm[\.-]?2\b)/i) ||
- ($block_type && ($block_type eq 'mmc' || $block_type eq 'nvme')) ||
- # note: this last case could conceivabley be wrong for a spun down HDD
- (defined $data[2] && $data[2] eq '0') ){
+ elsif (($block_type && $block_type ne 'sdx') ||
+ # note: this case could conceivabley be wrong for a spun down HDD
+ (defined $data[2] && $data[2] eq '0') ||
+ ($drives->[$i]{'model'} &&
+ $drives->[$i]{'model'} =~ /(flash|mmc|msata|\bm[\.-]?2\b|nvme|ssd|solid\s?state)/i)){
$drives->[$i]{'drive-type'} = 'SSD';
}
}
}
- # print Data::Dumper::Dumper $drives;
+ main::log_data('dump','$drives',\$drives) if $b_log;
+ print Data::Dumper::Dumper $drives if $dbg[24];
eval $end if $b_log;
return @$drives;
}
# camcontrol identify <device> |grep ^serial (this might be (S)ATA specific)
# smartcl -i <device> |grep ^Serial
# see smartctl; camcontrol devlist; gptid status;
-sub dmesg_boot_data {
+sub bsd_data {
eval $start if $b_log;
my ($used) = @_;
- my (@data,@drives,@temp);
- my ($id_holder,$i,$size,$working) = ('',0,0,0);
- my $file = main::system_files('dmesg-boot');
- if (@dm_boot_disk){
- foreach (@dm_boot_disk){
- my @row = split(/:\s*/, $_);
- next if ! defined $row[1];
- if ($id_holder ne $row[0]){
- $i++ if $id_holder;
- # print "$i $id_holder $row[0]\n";
- $id_holder = $row[0];
- }
- # no dots, note: ada2: 2861588MB BUT: ada2: 600.000MB/s
- if (! exists $drives[$i]){
- $drives[$i]->{'id'} = $row[0];
- $drives[$i]->{'firmware'} = '';
- $drives[$i]->{'temp'} = '';
- $drives[$i]->{'type'} = '';
- $drives[$i]->{'vendor'} = '';
- }
- #print "$i\n";
- if ($bsd_type eq 'openbsd'){
- if ($row[1] =~ /(^|,\s*)([0-9\.]+[MGTPE][B]?),.*\ssectors$|^</){
- $working = main::translate_size($2);
- $size += $working if $working;
- $drives[$i]->{'size'} = $working;
- }
- if ($row[2] && $row[2] =~ /<([^>]+)>/){
- $drives[$i]->{'model'} = $1 if $1;
- $drives[$i]->{'type'} = 'removable' if $_ =~ /removable$/;
- # <Generic-, Compact Flash, 1.00>
- my $count = ($drives[$i]->{'model'} =~ tr/,//);
- if ($count && $count > 1){
- @temp = split(/,\s*/, $drives[$i]->{'model'});
- $drives[$i]->{'model'} = $temp[1];
- }
- }
- # print "openbsd\n";
- }
- else {
- if ($row[1] =~ /^([0-9]+[KMGTPE][B]?)\s/){
- $working = main::translate_size($1);
- $size += $working if $working;
- $drives[$i]->{'size'} = $working;
- }
- if ($row[1] =~ /device$|^</){
- $row[1] =~ s/\sdevice$//g;
- $row[1] =~ /<([^>]*)>\s(.*)/;
- $drives[$i]->{'model'} = $1 if $1;
- $drives[$i]->{'spec'} = $2 if $2;
- }
- if ($row[1] =~ /^Serial\sNumber\s(.*)/){
- $drives[$i]->{'serial'} = $1;
- }
- if ($row[1] =~ /^([0-9\.]+[MG][B]?\/s)/){
- $drives[$i]->{'speed'} = $1;
- $drives[$i]->{'speed'} =~ s/\.[0-9]+// if $drives[$i]->{'speed'};
- }
+ my (@data,@drives,@softraid,@temp);
+ my ($i,$logical_size,$size,$working) = (0,0,0,0);
+ my $file = $system_files{'dmesg-boot'};
+ DiskDataBSD::set() if !$loaded{'disk-data-bsd'};
+ # we don't want non dboot disk data from gpart or disklabel
+ if ($file && ! -r $file){
+ $size = main::row_defaults('dmesg-boot-permissions');
+ }
+ elsif (!$file){
+ $size = main::row_defaults('dmesg-boot-missing');
+ }
+ elsif (%disks_bsd){
+ if ($sysctl{'softraid'}){
+ @softraid = map {$_ =~ s/.*\(([^\)]+)\).*/$1/;$_} @{$sysctl{'softraid'}};
+ }
+ foreach my $id (sort keys %disks_bsd){
+ next if !$disks_bsd{$id} || !$disks_bsd{$id}->{'size'};
+ $drives[$i]->{'id'} = $id;
+ $drives[$i]->{'firmware'} = '';
+ $drives[$i]->{'temp'} = '';
+ $drives[$i]->{'type'} = '';
+ $drives[$i]->{'vendor'} = '';
+ $drives[$i]->{'block-logical'} = $disks_bsd{$id}->{'block-logical'};
+ $drives[$i]->{'block-physical'} = $disks_bsd{$id}->{'block-physical'};
+ $drives[$i]->{'partition-table'} = $disks_bsd{$id}->{'scheme'};
+ $drives[$i]->{'serial'} = $disks_bsd{$id}->{'serial'};
+ $drives[$i]->{'size'} = $disks_bsd{$id}->{'size'};
+ # don't count OpenBSD RAID/CRYPTO virtual disks!
+ if ($drives[$i]->{'size'} && (!@softraid || !(grep {$id eq $_} @softraid))){
+ $size += $drives[$i]->{'size'} if $drives[$i]->{'size'};
+ }
+ $drives[$i]->{'spec'} = $disks_bsd{$id}->{'spec'};
+ $drives[$i]->{'speed'} = $disks_bsd{$id}->{'speed'};
+ $drives[$i]->{'type'} = $disks_bsd{$id}->{'type'};
+ # generate the synthetic model/vendor data
+ $drives[$i]->{'model'} = $disks_bsd{$id}->{'model'};
+ if ($drives[$i]->{'model'}){
+ my @device_data = device_vendor($drives[$i]->{'model'},'');
+ $drives[$i]->{'vendor'} = $device_data[0] if $device_data[0];
+ $drives[$i]->{'model'} = $device_data[1] if $device_data[1];
+ }
+ if ($disks_bsd{$id}->{'duid'}){
+ $drives[$i]->{'duid'} = $disks_bsd{$id}->{'duid'};
+ }
+ if ($disks_bsd{$id}->{'partition-table'}){
+ $drives[$i]->{'partition-table'} = $disks_bsd{$id}->{'partition-table'};
}
- $drives[$i]->{'model'} = main::disk_cleaner($drives[$i]->{'model'});
- my @device_data = device_vendor($drives[$i]->{'model'},'');
- $drives[$i]->{'vendor'} = $device_data[0] if $device_data[0];
- $drives[$i]->{'model'} = $device_data[1] if $device_data[1];
+ $i++;
+ }
+ # raw_logical[0] is total of all logical raid/lvm found
+ # raw_logical[1] is total of all components found. If this totally fails,
+ # and we end up with raw logical less than used, give up
+ if (@raw_logical && $size && $raw_logical[0] &&
+ (!$used || $raw_logical[0] > $used)){
+ $logical_size = ($size - $raw_logical[1] + $raw_logical[0]);
}
if (!$size){
$size = main::row_defaults('data-bsd');
}
}
- elsif ( $file && ! -r $file ){
- $size = main::row_defaults('dmesg-boot-permissions');
- }
- elsif (!$file ){
- $size = main::row_defaults('dmesg-boot-missing');
- }
@data = ({
+ 'logical-size' => $logical_size,
+ 'logical-free' => $raw_logical[2],
'size' => $size,
'used' => $used,
});
- #main::log_data('dump','@data',\@data) if $b_log;
- if ( $show{'disk'} ){
+ #main::log_data('dump','$data',\@data) if $b_log;
+ if ($show{'disk'}){
push(@data,@drives);
- # print 'drives:', Data::Dumper::Dumper \@drives;
+ # print 'data:', Data::Dumper::Dumper \@data;
}
- # print Data::Dumper::Dumper \@data;
+ main::log_data('dump','$data',\@data) if $b_log;
+ print Data::Dumper::Dumper \@data if $dbg[24];
eval $end if $b_log;
return @data;
}
@@ -9731,7 +10736,8 @@ sub dmesg_boot_data {
# make sure to update if fields added in smartctl_data()
sub smartctl_fields {
eval $start if $b_log;
- my @data = ([ # age
+ my @data = (
+ [ # age
['smart-gsense-error-rate-ar','g-sense error rate'],
['smart-media-wearout-a','media wearout'],
['smart-media-wearout-t','threshold'],
@@ -9810,7 +10816,8 @@ sub smartctl_fields {
['smart-unknown-5-w','worst'],
['smart-unknown-5-t','threshold'],
['smart-unknown-5-f','alert'],
- ]);
+ ]
+ );
eval $end if $b_log;
return @data;
}
@@ -9819,29 +10826,35 @@ sub smartctl_data {
eval $start if $b_log;
my ($data) = @_;
my ($b_attributes,$b_intel,$b_kingston,$cmd,%holder,$id,@working,@result,@split);
- my ($splitter,$num,$a,$f,$r,$t,$v,$w,$y) = (':\s*',0,0,8,1,5,3,4,6); # $y is type, $t threashold, etc
+ my ($splitter,$num,$a,$f,$r,$t,$v,$w,$y) = (':\s*',0,0,8,1,5,3,4,6); # $y is type, $t threshold, etc
for (my $i = 0; $i < scalar @$data; $i++){
next if !$data->[$i]{'id'};
($b_attributes,$b_intel,$b_kingston,$splitter,$num,$a,$r) = (0,0,0,':\s*',0,0,1);
%holder = ();
- #print $data->[$i]{'id'},"\n";
+ # print $data->[$i]{'id'},"\n";
# m2 nvme failed on nvme0n1 drive id:
$id = $data->[$i]{'id'};
$id =~ s/n[0-9]+$// if $id =~ /^nvme/;
+ # openbsd needs the 'c' partition, which is the entire disk
+ $id .= 'c' if $bsd_type && $bsd_type eq 'openbsd';
$cmd = $alerts{'smartctl'}->{'path'} . " -AHi /dev/" . $id . ' 2>/dev/null';
@result = main::grabber("$cmd", '', 'strip');
main::log_data('dump','@result', \@result) if $b_log; # log before cleanup
@result = grep {!/^(smartctl|Copyright|==)/} @result;
- print 'Drive:/dev/' . $id . ":\n", Data::Dumper::Dumper\@result if $test[12];
- if (scalar @result < 4 ){
+ print 'Drive:/dev/' . $id . ":\n", Data::Dumper::Dumper\@result if $dbg[12];
+ if (scalar @result < 5){
if (grep {/failed: permission denied/i} @result){
$data->[$i]{'smart-permissions'} = main::row_defaults('tool-permissions','smartctl');
}
elsif (grep {/unknown usb bridge/i} @result){
$data->[$i]{'smart-error'} = main::row_defaults('smartctl-usb');
}
+ # can come later in output too
elsif (grep {/A mandatory SMART command failed/i} @result){
- $data->[$i]{'smart-error'} = main::row_defaults('smartctl-command-failed');
+ $data->[$i]{'smart-error'} = main::row_defaults('smartctl-command');
+ }
+ elsif (grep {/open device.*Operation not supported by device/i} @result){
+ $data->[$i]{'smart-error'} = main::row_defaults('smartctl-open');
}
else {
$data->[$i]{'smart-error'} = main::row_defaults('tool-unknown-error','smartctl');
@@ -9866,6 +10879,10 @@ sub smartctl_data {
$split[$t] = (main::is_numeric($split[$t])) ? int($split[$t]) : 0;
$split[$v] = (main::is_numeric($split[$v])) ? int($split[$v]) : 0;
}
+ # can occur later in output so retest it here
+ if ($split[$a] =~ /A mandatory SMART command failed/i){
+ $data->[$i]{'smart-error'} = main::row_defaults('smartctl-command');
+ }
## DEVICE INFO ##
if ($split[$a] eq 'Device Model'){
$b_intel = 1 if $split[$r] =~/\bintel\b/i;
@@ -9894,6 +10911,7 @@ sub smartctl_data {
elsif ($split[$a] eq 'Rotation Rate'){
if ($split[$r] !~ /^Solid/){
$data->[$i]{'rotation'} = $split[$r];
+ $data->[$i]{'rotation'} =~ s/\s*rpm$//i;
$data->[$i]{'drive-type'} = 'HDD';
}
else {
@@ -9901,7 +10919,7 @@ sub smartctl_data {
}
}
elsif ($split[$a] eq 'Serial Number'){
- if ( !$data->[$i]{'serial'}){
+ if (!$data->[$i]{'serial'}){
$data->[$i]{'serial'} = $split[$r];
}
elsif ($data->[$i]{'type'} && $split[$r] ne $data->[$i]{'serial'}){
@@ -9909,15 +10927,15 @@ sub smartctl_data {
}
}
elsif ($split[$a] eq 'SATA Version is'){
- if ( $split[$r] =~ /SATA ([0-9.]+), ([0-9.]+ [^\s]+)( \(current: ([1-9.]+ [^\s]+)\))?/){
+ if ($split[$r] =~ /SATA ([0-9.]+), ([0-9.]+ [^\s]+)(\(current: ([1-9.]+ [^\s]+)\))?/){
$data->[$i]{'sata'} = $1;
$data->[$i]{'speed'} = $2 if !$data->[$i]{'speed'};
}
}
- # seen both Size and Sizes
- elsif ($split[$a] =~ /^Sector Sizes?$/ ){
- if( $data->[$i]{'type'} || !$data->[$i]{'block-logical'} || !$data->[$i]{'block-physical'} ){
- if ($split[$r] =~ m|^([0-9]+) bytes logical/physical| ){
+ # seen both Size and Sizes. Linux will usually have both, BSDs not physical
+ elsif ($split[$a] =~ /^Sector Sizes?$/){
+ if ($data->[$i]{'type'} || !$data->[$i]{'block-logical'} || !$data->[$i]{'block-physical'}){
+ if ($split[$r] =~ m|^([0-9]+) bytes logical/physical|){
$data->[$i]{'block-logical'} = $1;
$data->[$i]{'block-physical'} = $1;
}
@@ -9934,11 +10952,11 @@ sub smartctl_data {
$data->[$i]{'smart'} = $1;
$data->[$i]{'smart'} = ($data->[$i]{'smart'} eq 'Unavailable') ? 'no' : 'yes';
}
- elsif ($split[$r] =~ /^(Enabled|Disabled)/ ){
+ elsif ($split[$r] =~ /^(Enabled|Disabled)/){
$data->[$i]{'smart-support'} = lc($1);
}
}
- elsif ($split[$a] eq 'SMART overall-health self-assessment test result' ){
+ elsif ($split[$a] eq 'SMART overall-health self-assessment test result'){
$data->[$i]{'smart-status'} = $split[$r];
# seen nvme that only report smart health, not smart support
$data->[$i]{'smart'} = 'yes' if !$data->[$i]{'smart'};
@@ -9946,7 +10964,7 @@ sub smartctl_data {
## DEVICE CONDITION: temp/read/write/power on/cycles ##
# Attributes data fields, sometimes are same syntax as info block:...
- elsif ( $split[$a] eq 'Power_Cycle_Count' || $split[$a] eq 'Power Cycles' ){
+ elsif ($split[$a] eq 'Power_Cycle_Count' || $split[$a] eq 'Power Cycles'){
$data->[$i]{'smart-cycles'} = $split[$r] if $split[$r];
}
elsif ($split[$a] eq 'Power_On_Hours' || $split[$a] eq 'Power On Hours' ||
@@ -9974,8 +10992,8 @@ sub smartctl_data {
}
# 'Airflow_Temperature_Cel' like: 29 (Min/Max 14/43) so can't use -1 index
# Temperature like 29 Celsisu
- elsif ( $split[$a] eq 'Temperature_Celsius' || $split[$a] eq 'Temperature' ||
- $split[$a] eq 'Airflow_Temperature_Cel' ) {
+ elsif ($split[$a] eq 'Temperature_Celsius' || $split[$a] eq 'Temperature' ||
+ $split[$a] eq 'Airflow_Temperature_Cel'){
if (!$data->[$i]{'temp'} && $split[$r]){
$data->[$i]{'temp'} = $split[$r];
}
@@ -10058,7 +11076,7 @@ sub smartctl_data {
}
elsif ($split[$a] eq 'Multi_Zone_Error_Rate'){
# note: all t values are 0 that I have seen
- if ( ($split[$v] - $split[$t]) < 50){
+ if (($split[$v] - $split[$t]) < 50){
$data->[$i]{'smart-multizone-errors-av'} = $split[$v];
$data->[$i]{'smart-multizone-errors-t'} = $split[$v];
}
@@ -10087,7 +11105,7 @@ sub smartctl_data {
}
elsif ($split[$a] eq 'Available Spare Threshold'){
$split[$r] =~ s/%$//;
- if ($holder{'spare'} && main::is_numeric($split[$r]) && $split[$r]/$holder{'spare'} > 0.92 ){
+ if ($holder{'spare'} && main::is_numeric($split[$r]) && $split[$r]/$holder{'spare'} > 0.92){
$data->[$i]{'smart-available-reserved-space-ar'} = $holder{'spare'};
$data->[$i]{'smart-available-reserved-space-t'} = int($split[$r]);
}
@@ -10122,7 +11140,7 @@ sub smartctl_data {
}
}
elsif ($split[$a] eq 'Runtime_Bad_Block'){
- if ($b_attributes && $split[$v] && $split[$t] && $split[$t]/$split[$v] > 0.92 ){
+ if ($b_attributes && $split[$v] && $split[$t] && $split[$t]/$split[$v] > 0.92){
$data->[$i]{'smart-runtime-bad-block-av'} = $split[$v];
$data->[$i]{'smart-runtime-bad-block-t'} = $split[$t];
$data->[$i]{'smart-runtime-bad-block-f'} = $split[$f] if $split[$f] ne '-';
@@ -10130,7 +11148,7 @@ sub smartctl_data {
}
elsif ($split[$a] eq 'Seek_Error_Rate'){
# value 72; threshold either 000 or 30
- if ($b_attributes && $split[$v] && $split[$t] && $split[$t]/$split[$v] > 0.92 ){
+ if ($b_attributes && $split[$v] && $split[$t] && $split[$t]/$split[$v] > 0.92){
$data->[$i]{'smart-seek-error-rate-av'} = $split[$v];
$data->[$i]{'smart-seek-error-rate-t'} = $split[$t];
$data->[$i]{'smart-seek-error-rate-f'} = $split[$f] if $split[$f] ne '-';
@@ -10138,7 +11156,7 @@ sub smartctl_data {
}
elsif ($split[$a] eq 'Spin_Up_Time'){
# raw will always be > 0 on spinning disks
- if ($b_attributes && $split[$v] && $split[$t] && $split[$t]/$split[$v] > 0.92 ){
+ if ($b_attributes && $split[$v] && $split[$t] && $split[$t]/$split[$v] > 0.92){
$data->[$i]{'smart-spinup-time-av'} = $split[$v];
$data->[$i]{'smart-spinup-time-t'} = $split[$t];
$data->[$i]{'smart-spinup-time-f'} = $split[$f] if $split[$f] ne '-';
@@ -10146,7 +11164,7 @@ sub smartctl_data {
}
elsif ($split[$a] eq 'SSD_Life_Left'){
# raw will always be > 0 on spinning disks
- if ($b_attributes && $split[$v] && $split[$t] && $split[$t]/$split[$v] > 0.92 ){
+ if ($b_attributes && $split[$v] && $split[$t] && $split[$t]/$split[$v] > 0.92){
$data->[$i]{'smart-ssd-life-left-av'} = $split[$v];
$data->[$i]{'smart-ssd-life-left-t'} = $split[$t];
$data->[$i]{'smart-ssd-life-left-f'} = $split[$f] if $split[$f] ne '-';
@@ -10154,7 +11172,7 @@ sub smartctl_data {
}
elsif ($split[$a] eq 'Unused_Rsvd_Blk_Cnt_Tot'){
# raw will always be > 0 on spinning disks
- if ($b_attributes && $split[$v] && $split[$t] && $split[$t]/$split[$v] > 0.92 ){
+ if ($b_attributes && $split[$v] && $split[$t] && $split[$t]/$split[$v] > 0.92){
$data->[$i]{'smart-unused-reserve-block-av'} = $split[$v];
$data->[$i]{'smart-unused-reserve-block-t'} = $split[$t];
$data->[$i]{'smart-unused-reserve-block-f'} = $split[$f] if $split[$f] ne '-';
@@ -10162,15 +11180,15 @@ sub smartctl_data {
}
elsif ($split[$a] eq 'Used_Rsvd_Blk_Cnt_Tot'){
# raw will always be > 0 on spinning disks
- if ($b_attributes && $split[$v] && $split[$t] && $split[$t]/$split[$v] > 0.92 ){
+ if ($b_attributes && $split[$v] && $split[$t] && $split[$t]/$split[$v] > 0.92){
$data->[$i]{'smart-used-reserve-block-av'} = $split[$v];
$data->[$i]{'smart-used-reserve-block-t'} = $split[$t];
$data->[$i]{'smart-used-reserve-block-f'} = $split[$f] if $split[$f] ne '-';
}
}
- elsif ($b_attributes ){
- if ( $split[$y] eq 'Pre-fail' && ($split[$f] ne '-' ||
- ($split[$t] && $split[$v] && $split[$t]/$split[$v] > 0.92 ))) {
+ elsif ($b_attributes){
+ if ($split[$y] eq 'Pre-fail' && ($split[$f] ne '-' ||
+ ($split[$t] && $split[$v] && $split[$t]/$split[$v] > 0.92))){
$num++;
$data->[$i]{'smart-unknown-' . $num . '-a'} = $split[$a];
$data->[$i]{'smart-unknown-' . $num . '-v'} = $split[$v];
@@ -10182,7 +11200,7 @@ sub smartctl_data {
}
}
}
- print Data::Dumper::Dumper $data if $test[19];
+ print Data::Dumper::Dumper $data if $dbg[19];
eval $end if $b_log;
return @$data;
}
@@ -10194,9 +11212,9 @@ sub peripheral_data {
my ($type) = ('');
# print "$id here\n";
if (@by_id){
- foreach (@by_id) {
+ foreach (@by_id){
if ("/dev/$id" eq Cwd::abs_path($_)){
- #print "$id here\n";
+ # print "$id here\n";
if (/usb-/i){
$type = 'USB';
}
@@ -10209,7 +11227,7 @@ sub peripheral_data {
}
# note: sometimes with wwn- numbering usb does not appear in by-id but it does in by-path
if (!$type && @by_path){
- foreach (@by_path) {
+ foreach (@by_path){
if ("/dev/$id" eq Cwd::abs_path($_)){
if (/usb-/i){
$type = 'USB';
@@ -10238,13 +11256,13 @@ sub disk_data_advanced {
if ($program = main::check_program('udevadm')){
$return[0] = "$program info -q property -n ";
}
- elsif ($b_root && -e "/lib/udev/udisks-part-id") {
+ elsif ($b_root && -e "/lib/udev/udisks-part-id"){
$return[0] = "/lib/udev/udisks-part-id /dev/";
}
- elsif ($b_root && ($program = main::check_program('fdisk'))) {
+ elsif ($b_root && ($program = main::check_program('fdisk'))){
$return[0] = "$program -l /dev/";
}
- if (!$return[0]) {
+ if (!$return[0]){
$return[0] = 'na'
}
}
@@ -10269,7 +11287,7 @@ sub disk_data_advanced {
}
else {
foreach (@data){
- if ( /^(UDISKS_PARTITION_TABLE_SCHEME|ID_PART_TABLE_TYPE)/ ){
+ if (/^(UDISKS_PARTITION_TABLE_SCHEME|ID_PART_TABLE_TYPE)/){
my @working = split('=', $_);
$return[1] = $working[1];
}
@@ -10357,18 +11375,20 @@ sub set_vendors {
['(^MKN|Mushkin)','Mushkin','Mushkin',''], # MKNS
# MU = Multiple_Flash_Reader too risky: |M[UZ][^L] HD103SI HD start risky
# HM320II HM320II
- ['(SAMSUNG|^MCG[0-9]+GC|^MCC|^MCBOE|\bEVO\b|^[GS]2 Portable|^DS20|^[DG]3 Station|^DUO\b|^P3|^[BC]GN|^[CD]JN|^BJ[NT]|^[BC]WB|^(HM|SP)[0-9]{2}|^MZMPC|^HD[0-9]{3}[A-Z]{2}$|SV[0-9]|E[A-Z][1-9]QT|YP\b)','SAMSUNG','Samsung',''], # maybe ^SM, ^HM
+ ['(SAMSUNG|^MCG[0-9]+GC|^MCC|^MCBOE|\bEVO\b|^[GS]2 Portable|^DS20|^[DG]3 Station|^DUO\b|^P3|^[BC]GN|^[CD]JN|^BJ[NT]|^[BC]WB|^(HM|SP)[0-9]{2}|^MZMPC|^HD[0-9]{3}[A-Z]{2}$|^G[CD][1-9][QS]|^M[AB]G[0-9][FG]|SV[0-9]|[BE][A-Z][1-9]QT|YP\b)','SAMSUNG','Samsung',''], # maybe ^SM, ^HM
# Android UMS Composite?
- ['(SanDisk|^SDS[S]?[DQ]|^D[AB]4|^SL([0-9]+)G|^AFGCE|^ABLCD|^SDW[1-9]|^SEM[1-9]|^U3\b|^SU[0-9]|^DX[1-9]|ULTRA\s(FIT|trek)|Clip Sport|Cruzer|^Extreme|iXpand)','SanDisk','SanDisk',''],
+ ['(SanDisk|^SDS[S]?[DQ]|^D[AB]4|^SL([0-9]+)G|^AFGCE|^ABLCD|^SDW[1-9]|^SEM[1-9]|^U3\b|^SU[0-9]|^DX[1-9]|^S[CD][0-9]{2}G|ULTRA\s(FIT|trek)|Clip Sport|Cruzer|^Extreme|iXpand|SSD (Plus|U100) [1-9])','SanDisk','SanDisk',''],
# these are HP/Sandisk cobranded. DX110064A5xnNMRI ids as HP and Sandisc
['(^DX[1-9])','^(HP\b|SANDDISK)','Sandisk/HP',''], # ssd drive, must come before seagate ST test
# real, SSEAGATE Backup+; XP1600HE30002 | 024 HN (spinpoint) ; possible usb: 24AS
- ['(^ST[^T]|[S]?SEAGATE|^X[AFP]|^5AS|^BUP|Expansion Desk|^Expansion|FreeAgent|GoFlex|Backup(\+|\s?Plus)\s?(Hub)?|OneTouch|Slim\s? BK)','[S]?SEAGATE','Seagate',''],
- ['^(WD|WL[0]9]|Western Digital|My (Book|Passport)|\d*LPCX|Elements|easystore|MD0|M000|EARX|EFRX|\d*EAVS|0JD|JP[CV]|[0-9]+(BEV|(00)?AAK|AAV|AZL|EA[CD]S)|3200[AB]|2500[BJ]|EA[A-Z]S|20G2|5000[AB]|6400[AB]|7500[AB]|i HTS|00[ABL][A-Z]{2})','(^WDC|Western\s?Digital)','Western Digital',''],
+ # ST[numbers] excludes other ST starting devices
+ ['(^(ATA\s)?ST[0-9]{2}|[S]?SEAGATE|^X[AFP]|^5AS|^BUP|Expansion Desk|^Expansion|FreeAgent|GoFlex|Backup(\+|\s?Plus)\s?(Hub)?|OneTouch|Slim\s? BK)','[S]?SEAGATE','Seagate',''],
+ ['^(WD|WL[0]9]|Western Digital|My (Book|Passport)|\d*LPCX|Elements|easystore|MD0|M000|EARX|EFRX|\d*EAVS|0JD|JP[CV]|[0-9]+(BEV|(00)?AAK|AAV|AZL|EA[CD]S)|3200[AB]|2500[BJ]|EA[A-Z]S|20G2|5000[AB]|6400[AB]|7500[AB]|i HTS|00[ABL][A-Z]{2}|EZRX)','(^WDC|Western\s?Digital)','Western Digital',''],
# rare cases WDC is in middle of string
- ['(\bWDC\b)','','Western Digital',''],
+ ['(\bWDC\b|1002FAEX)','','Western Digital',''],
## THEN BETTER KNOWN ONESs ##
- ['^(A-?DATA|AX[MN]|CH11|HV[1-9]|IM2|HD[1-9]|HDD\s?CH|IUM)','^A-?DATA','A-Data',''],
+ # A-Data can be in middle of string
+ ['^(.*\bA-?DATA|ASP[0-9]|AX[MN]|CH11|HV[1-9]|IM2|HD[1-9]|HDD\s?CH|IUM)','A-?DATA','A-Data',''],
['^ASUS','^ASUS','ASUS',''],
# ATCS05 can be hitachi travelstar but not sure
['^ATP','^ATP\b','ATP',''],
@@ -10379,9 +11399,9 @@ sub set_vendors {
['^(MAB[0-9])','^(HP\b|FUJITSU)','Fujitsu/HP',''],
# note: 2012: wdc bought hgst
['^(HGST|Touro|54[15]0|7250)','^HGST','HGST (Hitachi)',''], # HGST HUA
- ['^(Hitachi|HCS|HD[PST]|DK[0-9]|IC|HT|HU|HMS|HDE|0G[0-9])','^Hitachi','Hitachi',''],
+ ['^((ATA\s)?Hitachi|HCS|HD[PST]|DK[0-9]|IC|HT|HU|HMS|HDE|0G[0-9])','Hitachi','Hitachi',''],
# vb: VB0250EAVER but clashes with vbox; HP_SSD_S700_120G ;GB0500EAFYL GB starter too generic?
- ['^(HP\b|[MV]B[0-6]|G[BJ][0-9]|DF[0-9]|F[BK]|0-9]|PSS|XR[0-9]{4}|c350|v[0-9]{3}[bgorw]$|x[0-9]{3}[w]$)','^HP','HP',''],
+ ['^(HP\b|[MV]B[0-6]|G[BJ][0-9]|DF[0-9]|F[BK]|0-9]|PSS|XR[0-9]{4}|c350|v[0-9]{3}[bgorw]$|x[0-9]{3}[w]$|VK0)','^HP','HP',''],
['^(Lexar|LSD|JumpDrive|JD\s?Firefly|WorkFlow)','^Lexar','Lexar',''], # mmc-LEXAR_0xb016546c; JD Firefly;
# OCZSSD2-2VTXE120G is OCZ-VERTEX2_3.5
['^(OCZ|APOC|D2|DEN|DEN|DRSAK|EC188|FTNC|GFGC|MANG|MMOC|NIMC|NIMR|PSIR|RALLY2|TALOS2|TMSC|TRSAK)','^OCZ[\s-]','OCZ',''],
@@ -10390,20 +11410,23 @@ sub set_vendors {
['^PIONEER','^PIONEER','Pioneer',''],
['^(PNY|Hook\s?Attache|SSD2SC|(SSD7?)?EP7)','^PNY\s','PNY','','^PNY'],
# note: get rid of: M[DGK] becasue mushkin starts with MK
- # note: seen: KXG50ZNV512G NVMe TOSHIBA 512GB | THNSN51T02DUK NVMe TOSHIBA 1024GB
- ['(^[S]?TOS|^THN|TOSHIBA|TransMemory|^M[GKQ][0-9]|KBG4)','[S]?TOSHIBA','Toshiba',''], # scsi-STOSHIBA_STOR.E_EDITION_
+ # note: seen: KXG50ZNV512G NVMe TOSHIBA 512GB | THNSN51T02DUK NVMe TOSHIBA 1024GB
+ ['(^[S]?TOS|^THN|TOSHIBA|TransMemory|^M[GKQ][0-9]|KBG4|^HDW|^SA[0-9]{2}G$|^(008|016|032|064|128)G[379E][0-9A]$)','[S]?TOSHIBA','Toshiba',''], # scsi-STOSHIBA_STOR.E_EDITION_
## LAST: THEY ARE SHORT AND COULD LEAD TO FALSE ID, OR ARE UNLIKELY ##
# unknown: AL25744_12345678; ADP may be usb 2.5" adapter; udisk unknown: Z1E6FTKJ 00AAKS
# SSD2SC240G726A10 MRS020A128GTS25C EHSAJM0016GB
['^5ACE','^5ACE','5ACE',''], # could be seagate: ST316021 5ACE
+ ['^(Aarvex|AX[0-9]{2})','^AARVEX','AARVEX',''],
['^(AbonMax|ASU[0-9])','^AbonMax','AbonMax',''],
['^Acasis','^Acasis','Acasis (hub)',''],
['^Acclamator','^Acclamator','Acclamator',''],
['^(Actions|HS USB Flash)','^Actions','Actions',''],
['^Addlink','^Addlink','Addlink',''],
['^(ADplus|SuperVer\b)','^ADplus','ADplus',''],
- ['^ADTRON','^(ADTRON)','Adtron',''],
+ ['^ADTRON','^ADTRON','Adtron',''],
['^(Advantech|SQF)','^Advantech','Advantech',''],
+ ['^AEGO','^AEGO','AEGO',''],
+ ['^AFOX','^AFOX','AFOX',''],
['^(Agile|AGI)','^(AGI|Agile\s?Gear\s?Int[a-z]*)','AGI',''],
['^Aireye','^Aireye','Aireye',''],
['^Alcatel','^Alcatel','Alcatel',''],
@@ -10421,14 +11444,15 @@ sub set_vendors {
['^(ASM|2115)','^ASM','ASMedia',''],#asm1153e
['^(AVEXIR|AVSSD)','^AVEXIR','Avexir',''],
['^Axiom','^Axiom','Axiom',''],
+ ['^Bamba','^Bamba','Bamba',''],
['^Bell\b','^Bell','Packard Bell',''],
['^(BelovedkaiAE|GhostPen)','^BelovedkaiAE','BelovedkaiAE',''],
['^BHT','^BHT','BHT',''],
- ['^(Big\s?Reservoir|BG\b)','^Big\s?Reservoir','Big Reservoir',''],
+ ['^(Big\s?Reservoir|B[RG][_\s-])','^Big\s?Reservoir','Big Reservoir',''],
['^BIOSTAR','^BIOSTAR','Biostar',''],
['^BIWIN','^BIWIN','BIWIN',''],
['^Blackpcs','^Blackpcs','Blackpcs',''],
- ['^(MyDigitalSSD|BP4)','^MyDigitalSSD','MyDigitalSSD',''], # BP4 = BulletProof4
+ ['^Bory','^Bory','Bory',''],
['^Braveeagle','^Braveeagle','BraveEagle',''],
['^(BUFFALO|BSC)','^BUFFALO','Buffalo',''], # usb: BSCR05TU2
['^Bulldozer','^Bulldozer','Bulldozer',''],
@@ -10437,6 +11461,7 @@ sub set_vendors {
['^(Canon|MP49)','^Canon','Canon',''],
['^Centerm','^Centerm','Centerm',''],
['^(Centon|DS pro)','^Centon','Centon',''],
+ ['^(CFD|CSSD)','^CFD','CFD',''],
['^(Chipsbank|CHIPSBNK)','^Chipsbank','Chipsbank',''],
['^CHN\b','','Zheino',''],
['^Clover','^Clover','Clover',''],
@@ -10459,11 +11484,15 @@ sub set_vendors {
['^DGM','^DGM\b','DGM',''],
['^Digifast','^Digifast','Digifast',''],
['^DIGITAL\s?FILM','DIGITAL\s?FILM','Digital Film',''],
+ ['^Dikom','^Dikom','Dikom',''],
+ ['^Disain','^Disain','Disain',''],
['^(Disney|PIX[\s]?JR)','^Disney','Disney',''],
['^(Doggo|DQ-|Sendisk|Shenchu)','^(doggo|Sendisk(.?Shenchu)?|Shenchu(.?Sendisk)?)','Doggo (SENDISK/Shenchu)',''],
- ['^(Dogfish|Shark)','^Dogfish(\s*Technology)?','Dogfish Technolgy',''],
+ ['^(Dogfish|Shark)','^Dogfish(\s*Technology)?','Dogfish Technology',''],
['^DragonDiamond','^DragonDiamond','DragonDiamond',''],
['^DREVO\b','^DREVO','Drevo',''],
+ ['^DREVO\b','^DREVO','Drevo',''],
+ ['^(Dynabook|AE[1-3]00)','^Dynabook','Dynabook',''],
# DX1100 is probably sandisk, but could be HP, or it could be hp branded sandisk
['^(Eaget|V8$)','^Eaget','Eaget',''],
['^EDGE','^EDGE','EDGE Tech',''],
@@ -10471,10 +11500,12 @@ sub set_vendors {
['^Eluktro','^Eluktronics','Eluktronics',''],
['^Emperor','^Emperor','Emperor',''],
['^Emtec','^Emtec','Emtec',''],
+ ['^ENE\b','^ENE','ENE',''],
['^Energy','^Energy','Energy',''],
['^eNova','^eNOVA','eNOVA',''],
['^Epson','^Epson','Epson',''],
['^(Etelcom|SSD051)','^Etelcom','Etelcom',''],
+ ['^EURS','^EURS','EURS',''],
# NOTE: ESA3... may be IBM PCIe SAD card/drives
['^(EXCELSTOR|r technology)','^EXCELSTOR( TECHNO(LOGY)?)?','ExcelStor',''],
['^EZLINK','^EZLINK','EZLINK',''],
@@ -10486,14 +11517,18 @@ sub set_vendors {
['^Fordisk','^Fordisk','Fordisk',''],
# FK0032CAAZP/FB160C4081 FK or FV can be HP but can be other things
['^FORESEE','^FORESEE','ForeseSU04Ge',''],
+ ['^Founder','^Founder','Founder',''],
['^(FOXLINE|FLD)','^FOXLINE','Foxline',''], # russian vendor?
['^(GALAX\b|Gamer\s?L)','^GALAX','GALAX',''],
['^Galaxy\b','^Galaxy','Galaxy',''],
['^(Garmin|Fenix|Nuvi|Zumo)','^Garmin','Garmin',''],
['^Geil','^Geil','Geil',''],
+ ['^GelL','^GelL','GelL',''], # typo for Geil? GelL ZENITH R3 120GB
['^(Generic|UY[67])','^Generic','Generic',''],
+ ['^Getrich','^Getrich','Getrich',''],
['^Gigabyte','^Gigabyte','Gigabyte',''], # SSD
['^Gigastone','^Gigastone','Gigastone',''],
+ ['^Gigaware','^Gigaware','Gigaware',''],
['^Gloway','^Gloway','Gloway',''],
['^Goldendisk','^Goldendisk','Goldendisk',''],
['^Goldenfir','^Goldenfir','Goldenfir',''],
@@ -10502,6 +11537,7 @@ sub set_vendors {
# supertalent also has FM: |FM
['^(G[\.]?SKILL)','^G[\.]?SKILL','G.SKILL',''],
['^G[\s-]*Tech','^G[\s-]*Technology','G-Technology',''],
+ ['^(Hajaan|HS[1-9])','^Haajan','Haajan',''],
['^Haizhide','^Haizhide','Haizhide',''],
['^(Hama|FlashPen\s?Fancy)','^Hama','Hama',''],
['^HDC','^HDC\b','HDC',''],
@@ -10515,17 +11551,18 @@ sub set_vendors {
['^(IBM|DT|ESA[1-9])','^IBM','IBM',''],
['^IEI Tech','^IEI Tech(\.|nology)?( Corp(\.|oration)?)?','IEI Technology',''],
['^(Imation|Nano\s?Pro|HQT)','^Imation(\sImation)?','Imation',''], # Imation_ImationFlashDrive; TF20 is imation/tdk
+ ['^(Inateck|FE20)','^Inateck','Inateck',''],
['^(Inca\b|Npenterprise)','^Inca','Inca',''],
['^(Indilinx|IND-)','^Indilinx','Indilinx',''],
['^INDMEM','^INDMEM','INDMEM',''],
['^Inland','^Inland','Inland',''],
- ['^(InnoDisk|Innolite)','^InnoDisk( Corp.)?','InnoDisk',''],
- ['^Innostor','^Innostor','Innostor',''],
- ['^Innovation','^Innovation(\s*IT)?','Innovation IT',''],
+ ['^(InnoDisk|Innolite|SATA\s?Slim)','^InnoDisk( Corp.)?','InnoDisk',''],
+ ['Innostor','Innostor','Innostor',''],
+ ['(^Innovation|Innovation\s?IT)','Innovation(\s*IT)?','Innovation IT',''],
['^Innovera','^Innovera','Innovera',''],
['^Intaiel','^Intaiel','Intaiel',''],
['^(INM|Integral|V\s?Series)','^Integral(\s?Memory)?','Integral Memory',''],
- ['^(lntenso|Intenso|(Alu|Basic|Business|Micro|Mobile|Rainbow|Speed|Twister|Ultra) Line|Rainbow)','^Intenso','Intenso',''],
+ ['^(lntenso|Intenso|(Alu|Basic|Business|Micro|c?Mobile|Premium|Rainbow|Slim|Speed|Twister|Ultra) Line|Rainbow)','^Intenso','Intenso',''],
['^(Iomega|ZIP\b|Clik!)','^Iomega','Iomega',''],
['^JingX','^JingX','JingX',''], #JingX 120G SSD - not confirmed, but guessing
['^Jingyi','^Jingyi','Jingyi',''],
@@ -10533,16 +11570,18 @@ sub set_vendors {
['^JMicron','^JMicron(\s?Tech(nology)?)?','JMicron Tech',''], #JMicron H/W raid
['^KimMIDI','^KimMIDI','KimMIDI',''],
['^Kimtigo','^Kimtigo','Kimtigo',''],
+ ['^Kingbank','^Kingbank','Kingbank',''],
['^Kingchux[\s-]?ing','^Kingchux[\s-]?ing','Kingchuxing',''],
['^(KingDian|NGF)','^KingDian','KingDian',''],
['^Kingfast','^Kingfast','Kingfast',''],
['^KingMAX','^KingMAX','KingMAX',''],
['^Kingrich','^Kingrich','KingrSU04Gich',''],
- ['^KING\s?SHARE','^KING\s?SHARE','KingShare',''],
- ['^(KingSpec|ACSC|KS[DQ]|NT-[0-9]|P4\b|PA18)','^KingSpec','KingSpec',''],
+ ['KING\s?SHA\s?RE','KING\s?SHA\s?RE','KingShare',''],
+ ['^(KingSpec|ACSC|KS[DQ]|N[ET]-[0-9]|P4\b|PA18|T-(3260|64|128))','^KingSpec','KingSpec',''],
['^KingSSD','^KingSSD','KingSSD',''],
# kingwin docking, not actual drive
['^(EZD|EZ-Dock)','','Kingwin Docking Station',''],
+ ['^Kingwin','^Kingwin','Kingwin',''],
['(KIOXIA|^K[BX]G[0-9])','KIOXIA','KIOXIA',''], # company name comes after product ID
['^KLEVV','^KLEVV','KLEVV',''],
['^Kodak','^Kodak','Kodak',''],
@@ -10551,19 +11590,23 @@ sub set_vendors {
['^(Lacie|P92|itsaKey|iamaKey)','^Lacie','LaCie',''],
['^LANBO','^LANBO','LANBO',''],
['^LANTIC','^LANTIC','Lantic',''],
+ ['^(Lazos|L-?ISS)','^Lazos','Lazos',''],
['^LDLC','^LDLC','LDLC',''],
# LENSE30512GMSP34MEAT3TA / UMIS RPITJ256PED2MWX
['^(LEN|UMIS)','^Lenovo','Lenovo',''],
['^RPFT','','Lenovo O.E.M.',''],
+ # JAJS300M120C JAJM600M256C JAJS600M1024C JAJS600M256C
+ ['^(Leven|JAJ[MS][1-9])','^Leven','Leven',''],
['^LG\b','^LG','LG',''],
- ['^(LITE[-\s]?ON[\s-]?IT)','^LITE[-]?ON[\s-]?IT','LITE-ON IT',''], # LITEONIT_LSS-24L6G
- ['^(LITE[-\s]?ON|PH[1-9])','^LITE[-]?ON','LITE-ON',''], # PH6-CE240-L
+ ['(LITE[-\s]?ON[\s-]?IT)','LITE[-]?ON[\s-]?IT','LITE-ON IT',''], # LITEONIT_LSS-24L6G
+ ['(LITE[-\s]?ON|^PH[1-9])','LITE[-]?ON','LITE-ON',''], # PH6-CE240-L; CL1-3D256-Q11 NVMe LITEON 256GB
['^LONDISK','^LONDISK','LONDISK',''],
['^(LSI|MegaRAID)','^LSI\b','LSI',''],
['^(M-Systems|DiskOnKey)','^M-Systems','M-Systems',''],
['^(Mach\s*Xtreme|MXSSD|MXU)','^Mach\s*Xtreme','Mach Xtreme',''],
['^Maximus','^Maximus','Maximus',''],
- ['^(MAXTOR|Atlas|TM[0-9]{4}|[KL]0[1-9]|Y[0-9]{3}[A-Z])','^MAXTOR','Maxtor',''], # note M2 M3 is usually maxtor, but can be samsung
+ ['^Maxone','^Maxone','Maxone',''],
+ ['^(MAXTOR|Atlas|TM[0-9]{4}|[KL]0[1-9]|Y[0-9]{3}[A-Z]|STM[0-9]|F[0-9]{3}L)','^MAXTOR','Maxtor',''], # note M2 M3 is usually maxtor, but can be samsung
['^(Memorex|TravelDrive|TD\s?Classic)','^Memorex','Memorex',''],
# note: C300/400 can be either micron or crucial, but C400 is M4 from crucial
['(^MT|^M5|^Micron|00-MT|C[34]00)','^Micron','Micron',''],# C400-MTFDDAK128MAM
@@ -10590,16 +11633,19 @@ sub set_vendors {
['^Moweek','^Moweek','Moweek',''],
#MRMAD4B128GC9M2C
['^(MRMA|Memoright)','^Memoright','Memoright',''],
- ['^MTASE','^MTASE','MTASE',''],
['^MSI\b','^MSI\b','MSI',''],
+ ['^MTASE','^MTASE','MTASE',''],
['^MTRON','^MTRON','MTRON',''],
+ ['^(MyDigitalSSD|BP4)','^MyDigitalSSD','MyDigitalSSD',''], # BP4 = BulletProof4
['^(Neo\s*Forza|NFS[0-9])','^Neo\s*Forza','Neo Forza',''],
['^Netac','^Netac','Netac',''],
# NGFF is a type, like msata, sata
['^Nik','^Nikimi','Nikimi',''],
+ ['^NOREL','^NOREL(SYS)?','NorelSys',''],
+ ['^Olympus','^Olympus','Olympus',''],
['^Orico','^Orico','Orico',''],
['^OSC','^OSC\b','OSC',''],
- ['^OWC','^OWC\b','OWC',''],
+ ['^(OWC|Aura)','^OWC\b','OWC',''],
['^oyunkey','^oyunkey','Oyunkey',''],
['^PALIT','PALIT','Palit',''], # ssd
['^Panram','^Panram','Panram',''], # ssd
@@ -10607,7 +11653,7 @@ sub set_vendors {
['^(Pasoul|OASD)','^Pasoul','Pasoul',''],
['^(Patriot|PS[8F]|VPN|Viper)','^Patriot([-\s]?Memory)?','Patriot',''],#Viper M.2 VPN100
['^PERC\b','','Dell PowerEdge RAID Card',''], # ssd
- ['PHISON[\s-]?','PHISON[\s-]?','Phison',''],# E12-256G-PHISON-SSD-B3-BB1
+ ['(PHISON[\s-]?|ESR[0-9])','PHISON[\s-]?','Phison',''],# E12-256G-PHISON-SSD-B3-BB1
['^Pioneer','Pioneer','Pioneer',''],
['^(PLEXTOR|PX-)','^PLEXTOR','Plextor',''],
['^(PQI|Intelligent\s?Stick|Cool\s?Drive)','^PQI','PQI',''],
@@ -10617,8 +11663,10 @@ sub set_vendors {
['QEMU','^[0-9]*QEMU( QEMU)?','QEMU',''], # 0QUEMU QEMU HARDDISK
['(^Quantum|Fireball)','^Quantum','Quantum',''],
['^QUMO','^QUMO','Qumo',''],
- ['^(R3|AMD\s?(RADEON)?)','AMD\s?(RADEON)?','AMD Radeon',''], # ssd
+ ['^(R[3-9]|AMD\s?(RADEON)?|Radeon)','AMD\s?(RADEON)?','AMD Radeon',''], # ssd
['^(Ramaxel|RT|RM|RPF|RDM)','^Ramaxel','Ramaxel',''],
+ ['^(Ramsta|R[1-9])','^Ramsta','Ramsta',''],
+ ['^(Realtek|RTL)','^Realtek','Realtek',''],
['^RENICE','^RENICE','Renice',''],
['^RevuAhn','^RevuAhn','RevuAhn',''],
['^(Ricoh|R5)','^Ricoh','Ricoh',''],
@@ -10638,6 +11686,7 @@ sub set_vendors {
['^(SILICON\s?MOTION|SM[0-9])','^SILICON\s?MOTION','Silicon Motion',''],
['(Silicon[\s-]?Power|^SP[CP]C|^Silicon|^Diamond|^HasTopSunlightpeed)','Silicon[\s-]?Power','Silicon Power',''],
['^SINTECHI?','^SINTECHI?','SinTech (adapter)',''],
+ ['^SiS\b','^SiS','SiS',''],
['Smartbuy','\s?Smartbuy','Smartbuy',''], # SSD Smartbuy 60GB; mSata Smartbuy 3
# HFS128G39TND-N210A; seen nvme with name in middle
['(SK\s?HYNIX|^HF[MS]|^H[BC]G)','\s?SK\s?HYNIX','SK Hynix',''],
@@ -10650,6 +11699,7 @@ sub set_vendors {
['^STE[CK]','^STE[CK]','sTec',''], # wd bought this one
['^STmagic','^STmagic','STmagic',''],
['^STORFLY','^STORFLY','StorFly',''],
+ ['\dSUN\d','^SUN(\sMicrosystems)?','Sun Microsystems',''],
['^SUNEAST','^SUNEAST','SunEast',''],
['^SuperSSpeed','^SuperSSpeed','SuperSSpeed',''],
# NOTE: F[MNETU] not reliable, g.skill starts with FM too:
@@ -10670,15 +11720,17 @@ sub set_vendors {
['^Tele2','^Tele2','Tele2',''],
['^Teleplan','^Teleplan','Teleplan',''],
['^TEUTONS','^TEUTONS','TEUTONS',''],
+ ['^THU','^THU','THU',''],
['^Tigo','^Tigo','Tigo',''],
['^Timetec','^Timetec','Timetec',''],
['^TKD','^TKD','TKD',''],
['^TopSunligt','^TopSunligt','TopSunligt',''], # is this a typo? hard to know
['^TopSunlight','^TopSunlight','TopSunlight',''],
['^TOROSUS','^TOROSUS','Torosus',''],
- ['^([F]?TS|Transcend|JetDrive|JetFlash|USDU)','^Transcend','Transcend',''],
+ ['^([F]?TS|Transcend|JetDrive|JetFlash|USDU|EZEX)','^Transcend','Transcend',''],
['^(TrekStor|DS (maxi|pocket)|DataStation)','^TrekStor','TrekStor',''],
['^(TwinMOS|TW[0-9])','^TwinMOS','TwinMOS',''],
+ # note: udisk means usb disk, it's not a vendor ID
['^UDinfo','^UDinfo','UDinfo',''],
['^USBTech','^USBTech','USBTech',''],
['^(UNIC2)','^UNIC2','UNIC2',''],
@@ -10687,7 +11739,7 @@ sub set_vendors {
['^(OOS[1-9]|Utania)','Utania','Utania',''],
['^U-TECH','U-TECH','U-Tech',''],
['^VBOX','','VirtualBox',''],
- ['^(Verbatim|STORE N GO|Vi[1-9]|OTG\s?Tiny)','^Verbatim','Verbatim',''],
+ ['^(Verbatim|STORE\s?\'?N\'?\s?(FLIP|GO)|Vi[1-9]|OTG\s?Tiny)','^Verbatim','Verbatim',''],
['^V-GEN','^V-GEN','V-Gen',''],
['^(Victorinox|Swissflash)','^Victorinox','Victorinox',''],
['^(Visipro|SDVP)','^Visipro','Visipro',''],
@@ -10695,12 +11747,15 @@ sub set_vendors {
['^VMware','^VMware','VMware',''],
['^(Vseky|Vaseky)','^Vaseky','Vaseky',''], # ata-Vseky_V880_350G_
['^(Walgreen|Infinitive)','^Walgreen','Walgreen',''],
+ ['^Walton','^Walton','Walton',''],
+ ['^(Wearable|Air-?Stash)','^Wearable','Wearable',''],
['^Wellcomm','^Wellcomm','Wellcomm',''],
['^Wilk','^Wilk','Wilk',''],
['^(Wortmann(\sAG)?|Terra\s?US)','^Wortmann(\sAG)?','Wortmann AG',''],
['^Xintor','^Xintor','Xintor',''],
['^XPG','^XPG','XPG',''],
['^XrayDisk','^XrayDisk','XrayDisk',''],
+ ['^Xstar','^Xstar','Xstar',''],
['^(XUM|HX[0-9])','^XUM','XUM',''],
['^XUNZHE','^XUNZHE','XUNZHE',''],
['^(Yeyian|valk)','^Yeyian','Yeyian',''],
@@ -10727,7 +11782,7 @@ sub device_vendor {
return if !$model;
set_vendors() if !@vendors;
# 0 - match pattern; 1 - replace pattern; 2 - vendor print; 3 - serial pattern
- # Data URLs: inxi-resources.txt Section: DiskData device_vendor()
+ # Data URLs: inxi-resources.txt Section: DriveItem device_vendor()
# $model = 'H10 HBRPEKNX0202A NVMe INTEL 512GB';
# $model = 'Patriot Memory';
foreach my $row (@vendors){
@@ -10759,24 +11814,24 @@ sub hdd_temp {
my ($device) = @_;
my ($path) = ('');
my (@data,$hdd_temp);
- $hdd_temp = hdd_temp_sys($device) if !$b_hddtemp_force && -e "/sys/block/$device";
+ $hdd_temp = hdd_temp_sys($device) if !$force{'hddtemp'} && -e "/sys/block/$device";
if (!$hdd_temp){
$device = "/dev/$device";
if ($device =~ /nvme/i){
if (!$b_nvme){
$b_nvme = 1;
- if ($path = main::check_program('nvme')) {
+ if ($path = main::check_program('nvme')){
$nvme = $path;
}
}
if ($nvme){
$device =~ s/n[0-9]//;
- @data = main::grabber("$sudo$nvme smart-log $device 2>/dev/null");
+ @data = main::grabber("$sudoas$nvme smart-log $device 2>/dev/null");
foreach (@data){
my @row = split(/\s*:\s*/, $_);
next if !$row[0];
# other rows may have: Temperature sensor 1 :
- if ( $row[0] eq 'temperature') {
+ if ($row[0] eq 'temperature'){
$row[1] =~ s/\s*C//;
$hdd_temp = $row[1];
last;
@@ -10787,12 +11842,12 @@ sub hdd_temp {
else {
if (!$b_hddtemp){
$b_hddtemp = 1;
- if ($path = main::check_program('hddtemp')) {
+ if ($path = main::check_program('hddtemp')){
$hddtemp = $path;
}
}
if ($hddtemp){
- $hdd_temp = (main::grabber("$sudo$hddtemp -nq -u C $device 2>/dev/null"))[0];
+ $hdd_temp = (main::grabber("$sudoas$hddtemp -nq -u C $device 2>/dev/null"))[0];
}
}
$hdd_temp =~ s/\s?(Celsius|C)$// if $hdd_temp;
@@ -10803,18 +11858,38 @@ sub hdd_temp {
sub hdd_temp_sys {
eval $start if $b_log;
my ($device) = @_;
- my ($hdd_temp,$hdd_temp_alt,%sensors,@working);
+ my ($hdd_temp,$hdd_temp_alt,%sensors,@data,@working);
my ($holder,$index) = ('','');
- my $path = Cwd::abs_path("/sys/block/$device");
- return if !$path;
- # slice out the part of path that gives us hwmon
- $path =~ s%/(block|nvme)/.*$%%;
- return if ! -e "$path/hwmon/";
- my @data = main::globber("$path/hwmon/hwmon*/temp*");
- #print "device: $device\n";
+ my $path = "/sys/block/$device/device";
+ my $path_trimmed = Cwd::abs_path("/sys/block/$device");
+ # slice out the part of path that gives us hwmon in earlier kernel drivetemp
+ $path_trimmed =~ s%/(block|nvme)/.*$%% if $path_trimmed;
+ print "device: $device path: $path\n path_trimmed: $path_trimmed\n" if $dbg[21];
+ return if ! -e $path && (!$path_trimmed || ! -e "$path_trimmed/hwmon");
+ # first type, trimmed block,nvme (ata and nvme), 5.9 kernel:
+ # /sys/devices/pci0000:10/0000:10:08.1/0000:16:00.2/ata8/host7/target7:0:0/7:0:0:0/hwmon/hwmon5/
+ # /sys/devices/pci0000:10/0000:10:01.2/0000:13:00.0/hwmon/hwmon0/ < nvme
+ # /sys/devices/pci0000:00/0000:00:01.3/0000:01:00.1/ata2/host1/target1:0:0/1:0:0:0/hwmon/hwmon3/
+ # second type, 5.10+ kernel:
+ # /sys/devices/pci0000:20/0000:20:03.1/0000:21:00.0/nvme/nvme0/nvme0n1/device/hwmon1
+ # /sys/devices/pci0000:00/0000:00:08.1/0000:0b:00.2/ata12/host11/target11:0:0/11:0:0:0/block/sdd/device/hwmon/hwmon1
+ # we don't want these items: crit|max|min|lowest|highest
+ # original kernel 5.8/9 match for nvme and sd, 5.10+ match for sd
+ if (-e "$path_trimmed/hwmon/"){
+ @data = main::globber("$path_trimmed/hwmon/hwmon*/temp*_{input,label}");
+ }
+ # this case only happens if path_trimmed case isn't there, but leave in case
+ elsif (-e "$path/hwmon/"){
+ @data = main::globber("$path/hwmon/hwmon*/temp*_{input,label}");
+ }
+ # current match for nvme, but fails for 5.8/9 kernel nvme
+ else {
+ @data = main::globber("$path/hwmon*/temp*_{input,label}");
+ }
+ # seeing long lag to read temp input files for some reason
foreach (sort @data){
- #print "file: $_\n";
- #print(main::reader($_,'',0),"\n");
+ # print "file: $_\n";
+ # print(main::reader($_,'',0),"\n");
$path = $_;
# cleanup everything in front of temp, the path
$path =~ s/^.*\///;
@@ -10847,7 +11922,7 @@ sub hdd_temp_sys {
$hdd_temp = sprintf("%.1f", $hdd_temp/1000) if $hdd_temp;
main::log_data('data',"device: $device temp: $hdd_temp") if $b_log;
main::log_data('dump','%sensors',\%sensors) if $b_log;
- print Data::Dumper::Dumper \%sensors if $test[21];
+ print Data::Dumper::Dumper \%sensors if $dbg[21];
eval $end if $b_log;
return $hdd_temp;
}
@@ -10858,11 +11933,11 @@ sub block_data {
# 0: logical block size 1: disk physical block size/partition block size;
my @blocks = (0,0);
my ($block_log,$block_size) = (0,0);
- #my $path_size = "/sys/block/$id/size";
+ # my $path_size = "/sys/block/$id/size";
my $path_log_block = "/sys/block/$id/queue/logical_block_size";
my $path_phy_block = "/sys/block/$id/queue/physical_block_size";
# legacy system path
- if (! -e $path_phy_block && -e "/sys/block/$id/queue/hw_sector_size" ){
+ if (! -e $path_phy_block && -e "/sys/block/$id/queue/hw_sector_size"){
$path_phy_block = "/sys/block/$id/queue/hw_sector_size";
}
$block_log = main::reader($path_log_block,'',0) if -r $path_log_block;
@@ -10878,7 +11953,7 @@ sub device_speed {
my ($device) = @_;
my ($b_nvme,$lanes,$speed,@data);
my $working = Cwd::abs_path("/sys/class/block/$device");
- #print "$working\n";
+ # print "$working\n";
if ($working){
my ($id);
# slice out the ata id:
@@ -10910,7 +11985,7 @@ sub device_speed {
# pcie1: 2.5 GT/s; pcie2: 5.0 GT/s; pci3: 8 GT/s
# NOTE: PCIe 3 stopped using the 8b/10b encoding but a sample pcie3 nvme has
# rated speed of GT/s * .8 anyway. GT/s * (128b/130b)
- $speed = ($speed <= 5 ) ? $speed * .8 : $speed * 128/130;
+ $speed = ($speed <= 5) ? $speed * .8 : $speed * 128/130;
$speed = sprintf("%.1f",$speed) if $speed;
$working = "/sys/class/nvme/$id/device/max_link_width";
$lanes = main::reader($working,'',0) if -r $working;
@@ -10932,54 +12007,22 @@ sub device_speed {
}
}
@data = ($speed,$lanes);
- #print "$working $speed\n";
+ # print "$working $speed\n";
eval $end if $b_log;
return @data;
}
-# gptid/c5e940f1-5ce2-11e6-9eeb-d05099ac4dc2 N/A ada0p1
-sub match_glabel {
- eval $start if $b_log;
- my ($gptid) = @_;
- return if !@glabel || ! $gptid;
- #$gptid =~ s/s[0-9]+$//;
- my ($dev_id) = ('');
- foreach (@glabel){
- my @temp = split(/\s+/, $_);
- my $gptid_trimmed = $gptid;
- # slice off s[0-9] from end in case they use slice syntax
- $gptid_trimmed =~ s/s[0-9]+$//;
- if (defined $temp[0] && ($temp[0] eq $gptid || $temp[0] eq $gptid_trimmed ) ){
- $dev_id = $temp[2];
- last;
- }
- }
- $dev_id ||= $gptid; # no match? return full string
- eval $end if $b_log;
- return $dev_id;
-}
-sub set_glabel {
- eval $start if $b_log;
- $b_glabel = 1;
- if (my $path = main::check_program('glabel')){
- @glabel = main::grabber("$path status 2>/dev/null");
- }
- main::log_data('dump','@glabel:with Headers',\@glabel) if $b_log;
- # get rid of first header line
- shift @glabel;
- eval $end if $b_log;
-}
}
-## GraphicData
+## GraphicItem
{
-package GraphicData;
+package GraphicItem;
my $driver = ''; # we need this as a fallback in case no xorg log found
my %graphics;
sub get {
eval $start if $b_log;
my (@rows);
my $num = 0;
- if (($b_arm || $b_mips) && !$b_soc_gfx && !$b_pci_tool){
+ if (($b_arm || $b_mips) && !$use{'soc-gfx'} && !$use{'pci-tool'}){
my $type = ($b_arm) ? 'arm' : 'mips';
my $key = 'Message';
push(@rows, {
@@ -11009,31 +12052,32 @@ sub get {
sub device_output {
eval $start if $b_log;
+ return if !$devices{'graphics'};
my (@rows);
my ($j,$num) = (0,1);
- foreach my $row (@devices_graphics){
+ foreach my $row (@{$devices{'graphics'}}){
$num = 1;
- #print "$row->[0] $row->[3]\n";
+ # print "$row->[0] $row->[3]\n";
# not using 3D controller yet, needs research: |3D controller |display controller
# note: this is strange, but all of these can be either a separate or the same
# card. However, by comparing bus id, say: 00:02.0 we can determine that the
# cards are either the same or different. We want only the .0 version as a valid
# card. .1 would be for example: Display Adapter with bus id x:xx.1, not the right one
next if $row->[3] != 0;
- #print "$row->[0] $row->[3]\n";
+ # print "$row->[0] $row->[3]\n";
$j = scalar @rows;
$driver = $row->[9];
$driver ||= 'N/A';
- my $card = main::trimmer($row->[4]);
- $card = ($card) ? main::pci_cleaner($card,'output') : 'N/A';
+ my $device = main::trimmer($row->[4]);
+ $device = ($device) ? main::pci_cleaner($device,'output') : 'N/A';
# have seen absurdly verbose card descriptions, with non related data etc
- if (length($card) > 85 || $size{'max'} < 110){
- $card = main::pci_long_filter($card);
+ if (length($device) > 85 || $size{'max'} < 110){
+ $device = main::pci_long_filter($device);
}
push(@rows, {
- main::key($num++,1,1,'Device') => $card,
+ main::key($num++,1,1,'Device') => $device,
},);
- if ($extra > 0 && $b_pci_tool && $row->[12]){
+ if ($extra > 0 && $use{'pci-tool'} && $row->[12]){
my $item = main::get_pci_vendor($row->[4],$row->[12]);
$rows[$j]->{main::key($num++,0,2,'vendor')} = $item if $item;
}
@@ -11048,15 +12092,15 @@ sub device_output {
$rows[$j]->{main::key($num++,0,3,'alternate')} = $row->[10] if $row->[10];
}
if ($extra > 0){
- $rows[$j]->{main::key($num++,0,2,'bus ID')} = (!$row->[2] && !$row->[3]) ? 'N/A' : "$row->[2].$row->[3]";
+ $rows[$j]->{main::key($num++,0,2,'bus-ID')} = (!$row->[2] && !$row->[3]) ? 'N/A' : "$row->[2].$row->[3]";
}
if ($extra > 1){
- $rows[$j]->{main::key($num++,0,2,'chip ID')} = ($row->[5]) ? "$row->[5]:$row->[6]" : $row->[6];
+ $rows[$j]->{main::key($num++,0,2,'chip-ID')} = ($row->[5]) ? "$row->[5]:$row->[6]" : $row->[6];
}
if ($extra > 2 && $row->[1]){
- $rows[$j]->{main::key($num++,0,2,'class ID')} = $row->[1];
+ $rows[$j]->{main::key($num++,0,2,'class-ID')} = $row->[1];
}
- #print "$row->[0]\n";
+ # print "$row->[0]\n";
}
eval $end if $b_log;
return @rows;
@@ -11065,46 +12109,44 @@ sub usb_output {
eval $start if $b_log;
my (@rows,@ids,$driver,$path_id,$product,@temp2);
my ($j,$num) = (0,1);
- return if !@usb;
- foreach my $row (@usb){
+ return if !$usb{'graphics'};
+ foreach my $row (@{$usb{'graphics'}}){
# these tests only work for /sys based usb data for now
- if ($row->[14] && ($row->[14] eq 'Audio-Video' || $row->[14] eq 'Video' ) ){
- $num = 1;
- $j = scalar @rows;
- # makre sure to reset, or second device trips last flag
- ($driver,$path_id,$product) = ('','','');
- $product = main::cleaner($row->[13]) if $row->[13];
- $driver = $row->[15] if $row->[15];
- $path_id = $row->[2] if $row->[2];
- $product ||= 'N/A';
- # note: for real usb video out, no generic drivers? webcams may have one though
- if (!$driver){
- if ($row->[14] eq 'Audio-Video'){
- $driver = 'N/A';
- }
- else {
- $driver = 'N/A';
- }
- }
- push(@rows, {
- main::key($num++,1,1,'Device') => $product,
- main::key($num++,0,2,'type') => 'USB',
- main::key($num++,0,2,'driver') => $driver,
- },);
- if ($extra > 0){
- $rows[$j]->{main::key($num++,0,2,'bus ID')} = "$path_id:$row->[1]";
- }
- if ($extra > 1){
- $row->[7] ||= 'N/A';
- $rows[$j]->{main::key($num++,0,2,'chip ID')} = $row->[7];
- }
- if ($extra > 2 && defined $row->[5] && $row->[5] ne ''){
- $rows[$j]->{main::key($num++,0,2,'class ID')} = "$row->[4]$row->[5]";
+ $num = 1;
+ $j = scalar @rows;
+ # make sure to reset, or second device trips last flag
+ ($driver,$path_id,$product) = ('','','');
+ $product = main::cleaner($row->[13]) if $row->[13];
+ $driver = $row->[15] if $row->[15];
+ $path_id = $row->[2] if $row->[2];
+ $product ||= 'N/A';
+ # note: for real usb video out, no generic drivers? webcams may have one though
+ if (!$driver){
+ if ($row->[14] eq 'Audio-Video'){
+ $driver = 'N/A';
}
- if ($extra > 2 && $row->[16]){
- $rows[$j]->{main::key($num++,0,2,'serial')} = main::apply_filter($row->[16]);
+ else {
+ $driver = 'N/A';
}
}
+ push(@rows, {
+ main::key($num++,1,1,'Device') => $product,
+ main::key($num++,0,2,'type') => 'USB',
+ main::key($num++,0,2,'driver') => $driver,
+ },);
+ if ($extra > 0){
+ $rows[$j]->{main::key($num++,0,2,'bus-ID')} = "$path_id:$row->[1]";
+ }
+ if ($extra > 1){
+ $row->[7] ||= 'N/A';
+ $rows[$j]->{main::key($num++,0,2,'chip-ID')} = $row->[7];
+ }
+ if ($extra > 2 && defined $row->[5] && $row->[5] ne ''){
+ $rows[$j]->{main::key($num++,0,2,'class-ID')} = "$row->[4]$row->[5]";
+ }
+ if ($extra > 2 && $row->[16]){
+ $rows[$j]->{main::key($num++,0,2,'serial')} = main::apply_filter($row->[16]);
+ }
}
eval $end if $b_log;
return @rows;
@@ -11119,7 +12161,7 @@ sub display_output(){
if ($extra > 1 || $protocol eq 'wayland'){
set_compositor($protocol);
}
- if ( $b_display){
+ if ($b_display){
display_data_x();
# currently barebones, wayland needs a lot more work
if ($protocol && $protocol eq 'wayland' && !$graphics{'screens'}){
@@ -11136,17 +12178,17 @@ sub display_output(){
$graphics{'x-version'} = $graphics{'xorg-version'} if $graphics{'xorg-version'};;
$graphics{'x-version'} = x_version() if !$graphics{'x-version'};
$graphics{'x-version'} = $graphics{'x-version-id'} if !$graphics{'x-version'};
- #print Data::Dumper::Dumper \%graphics;
+ # print Data::Dumper::Dumper \%graphics;
if (%graphics){
my ($driver_missing,$resolution,$server_string) = ('','','');
# print "$graphics{'x-vendor'} $graphics{'x-version'} $graphics{'x-vendor-release'}","\n";
if ($graphics{'x-vendor'}){
my $version = ($graphics{'x-version'}) ? " $graphics{'x-version'}" : '';
- #$version = (!$version && $graphics{'x-vendor-release'}) ? " $graphics{'x-vendor-release'}" : '';
+ # $version = (!$version && $graphics{'x-vendor-release'}) ? " $graphics{'x-vendor-release'}" : '';
$server_string = "$graphics{'x-vendor'}$version";
- #print "$server_string\n";
+ # print "$server_string\n";
}
- elsif ($graphics{'x-version'}) {
+ elsif ($graphics{'x-version'}){
if ($graphics{'x-version'} =~ /^Xvesa/){
$server_string = $graphics{'x-version'};
}
@@ -11182,8 +12224,8 @@ sub display_output(){
# located inside this directory, which is not readable unless you are root
# Normally Arch gdm log is here: ~/.local/share/xorg/Xorg.1.log
# $driver comes from the Device lines, and is just last fallback.
- if ($driver){
- if (-e '/var/lib/gdm' && !$b_root ){
+ if ($driver && $driver ne 'N/A'){
+ if (-e '/var/lib/gdm' && !$b_root){
$driver_missing = main::row_defaults('display-driver-na') . ' - ' . main::row_defaults('root-suggested');
}
else {
@@ -11213,9 +12255,9 @@ sub display_output(){
$row[0]->{main::key($num++,0,3,'alternate')} = $drivers[3];
}
}
- if ($b_admin ){
+ if ($b_admin){
if (defined $graphics{'display-id'}){
- $row[0]->{main::key($num++,0,2,'display ID')} = $graphics{'display-id'};
+ $row[0]->{main::key($num++,0,2,'display-ID')} = $graphics{'display-id'};
}
if (defined $graphics{'display-screens'}){
$row[0]->{main::key($num++,0,2,'screens')} = $graphics{'display-screens'};
@@ -11237,8 +12279,8 @@ sub display_output(){
$screen_count++;
($diag,$dpi,$hz,$resolution,$size) = (undef);
$row_key++ if !$show{'graphic-basic'};
- if ( !$show{'graphic-basic'} || $m_count == 0 ){
- if ( !$show{'graphic-basic'} && defined $main->{'screen'} ){
+ if (!$show{'graphic-basic'} || $m_count == 0){
+ if (!$show{'graphic-basic'} && defined $main->{'screen'}){
$row[$row_key]->{main::key($num++,1,2,'Screen')} = $main->{'screen'};
}
$resolution = $main->{'res-x'} . 'x' . $main->{'res-y'} if $main->{'res-x'} && $main->{'res-y'};
@@ -11247,7 +12289,7 @@ sub display_output(){
if ($s_count == 1 || !$show{'graphic-basic'}){
$row[$row_key]->{main::key($num++,0,3,'s-res')} = $resolution;
}
- elsif ($show{'graphic-basic'}) {
+ elsif ($show{'graphic-basic'}){
$row[$row_key]->{main::key($num++,0,3,'s-res')} = '' if $screen_count == 1;
$row[$row_key]->{main::key($num++,0,3,$screen_count)} = $resolution;
}
@@ -11255,7 +12297,7 @@ sub display_output(){
if ($main->{'s-dpi'} && (!$show{'graphic-basic'} || $extra > 1)){
$row[$row_key]->{main::key($num++,0,3,'s-dpi')} = $main->{'s-dpi'};
}
- if ( !$show{'graphic-basic'} ){
+ if (!$show{'graphic-basic'}){
if ($main->{'size-x'} && $main->{'size-y'}){
$size = $main->{'size-x'} . 'x' . $main->{'size-y'} .
'mm ('. $main->{'size-x-i'} . 'x' . $main->{'size-y-i'} . '")';
@@ -11270,7 +12312,7 @@ sub display_output(){
}
}
if ($main->{'monitors'}){
- #print $basic_count . '::' . $m_count, "\n";
+ # print $basic_count . '::' . $m_count, "\n";
foreach my $monitor (@{$main->{'monitors'}}){
($diag,$dpi,$hz,$resolution,$size) = (undef);
if ($show{'graphic-basic'}){
@@ -11305,7 +12347,7 @@ sub display_output(){
$row[$row_key]->{main::key($num++,0,4,'hz')} = $hz if $hz;
$dpi = ($monitor->{'dpi'}) ? $monitor->{'dpi'} : '';
$row[$row_key]->{main::key($num++,0,4,'dpi')} = $dpi if $dpi;
- #print "$dpi :: $main->{'s-dpi'}\n";
+ # print "$dpi :: $main->{'s-dpi'}\n";
if ($monitor->{'size-x'} && $monitor->{'size-y'}){
$size = $monitor->{'size-x'} . 'x' . $monitor->{'size-y'} .
'mm ('. $monitor->{'size-x-i'} . 'x' . $monitor->{'size-y-i'} . '")';
@@ -11342,12 +12384,12 @@ sub display_data_x {
my ($screen_id,$screen,@working);
my ($res_x,$res_x_i,$res_y,$res_y_i,$size_x,$size_x_i,$size_y,$size_y_i);
my @xdpyinfo = main::grabber("$program $display_opt 2>/dev/null","\n",'strip');
- #@xdpyinfo = map {s/^\s+//;$_} @xdpyinfo if @xdpyinfo;
- #print join("\n",@xdpyinfo), "\n";
+ # @xdpyinfo = map {s/^\s+//;$_} @xdpyinfo if @xdpyinfo;
+ # print join("\n",@xdpyinfo), "\n";
foreach (@xdpyinfo){
@working = split(/:\s+/, $_);
- next if ( ($graphics{'screens'} && $working[0] !~ /^(dimensions$|screen\s#)/ ) || !$working[0] );
- #print "$_\n";
+ next if (($graphics{'screens'} && $working[0] !~ /^(dimensions$|screen\s#)/) || !$working[0]);
+ # print "$_\n";
if ($working[0] eq 'vendor string'){
$working[1] =~ s/The\s|\sFoundation//g;
# some distros, like fedora, report themselves as the xorg vendor,
@@ -11396,7 +12438,7 @@ sub display_data_x {
$size_x_i = ($3) ? sprintf("%.1f", ($3/25.4)) : 0;
$size_y_i = ($4) ? sprintf("%.1f", ($4/25.4)) : 0;
$dpi = ($res_x && $size_x) ? sprintf("%.0f", ($res_x*25.4/$size_x)) : '';
- $diagonal = ($res_x && $size_x) ? sprintf("%.1f", (sqrt($size_x**2 + $size_y**2)/25.4 )) : '';
+ $diagonal = ($res_x && $size_x) ? sprintf("%.1f", (sqrt($size_x**2 + $size_y**2)/25.4)) : '';
$diagonal += 0 if $diagonal;# trick to get rid of decimal 0
$diagonal_m = ($res_x && $size_x) ? sprintf("%.0f", (sqrt($size_x**2 + $size_y**2))) : '';
}
@@ -11417,14 +12459,14 @@ sub display_data_x {
push(@{$graphics{'screens'}}, $screen);
}
}
- #print Data::Dumper::Dumper $graphics{'screens'};
+ # print Data::Dumper::Dumper $graphics{'screens'};
if (my $program = main::check_program('xrandr')){
($diagonal,$diagonal_m,$dpi) = (undef);
($screen_id,$screen,@working) = (undef);
($res_x,$res_x_i,$res_y,$res_y_i,$size_x,$size_x_i,$size_y,$size_y_i) = (undef);
my (@monitors,$monitor_id,$screen,$screen_id,@xrandr_screens);
my @xrandr = main::grabber("$program $display_opt 2>/dev/null",'','strip');
- #$graphics{'dimensions'} = (\@dimensions);
+ # $graphics{'dimensions'} = (\@dimensions);
# we get a bit more info from xrandr than xdpyinfo, but xrandr fails to handle
# multiple screens from different video cards
foreach (@xrandr){
@@ -11444,7 +12486,7 @@ sub display_data_x {
$size_x_i = ($7) ? sprintf("%.1f", ($7/25.4)) : 0;
$size_y_i = ($8) ? sprintf("%.1f", ($8/25.4)) : 0;
$dpi = ($res_x && $size_x) ? sprintf("%.0f", $res_x * 25.4 / $size_x) : '';
- $diagonal = ($res_x && $size_x) ? sprintf("%.1f", (sqrt($size_x**2 + $size_y**2)/25.4 )) : '';
+ $diagonal = ($res_x && $size_x) ? sprintf("%.1f", (sqrt($size_x**2 + $size_y**2)/25.4)) : '';
$diagonal += 0 if $diagonal; # trick to get rid of decimal 0
$diagonal_m = ($res_x && $size_x) ? sprintf("%.0f", (sqrt($size_x**2 + $size_y**2))) : '';
push(@monitors, {
@@ -11476,11 +12518,11 @@ sub display_data_x {
}
}
push(@xrandr_screens, \@monitors) if @monitors;
- #print "xrand: " . Data::Dumper::Dumper \@xrandr_screens;
+ # print "xrand: " . Data::Dumper::Dumper \@xrandr_screens;
my ($i) = (0);
foreach my $main (@{$graphics{'screens'}}){
# print "h: " . Data::Dumper::Dumper $main;
- #print $main->{'screen'}, "\n";
+ # print $main->{'screen'}, "\n";
foreach my $screens (@xrandr_screens){
# print "d: " . Data::Dumper::Dumper $screens;
if ($screens->[0]{'screen'} eq $main->{'screen'}){
@@ -11490,7 +12532,7 @@ sub display_data_x {
}
$i++;
}
- if (!$graphics{'screens'}) {
+ if (!$graphics{'screens'}){
$graphics{'tty'} = tty_data();
}
}
@@ -11498,7 +12540,7 @@ sub display_data_x {
else {
$graphics{'no-xdpyinfo'} = main::row_defaults('tool-missing-basic','xdpyinfo');
}
- print 'last: ', Data::Dumper::Dumper $graphics{'screens'} if $test[17];
+ print 'last: ', Data::Dumper::Dumper $graphics{'screens'} if $dbg[17];
main::log_data('dump','$graphics{screens}',$graphics{'screens'}) if $b_log;
eval $end if $b_log;
}
@@ -11509,8 +12551,8 @@ sub display_data_wayland {
# return as wayland-0 or 0?
$graphics{'display-id'} =~ s/wayland-?//i;
}
- #print 'last: ', Data::Dumper::Dumper $graphics{'screens'} if $test[17];
- #main::log_data('dump','@graphics{screens}',$graphics{'screens'}) if $b_log;
+ # print 'last: ', Data::Dumper::Dumper $graphics{'screens'} if $dbg[17];
+ # main::log_data('dump','@graphics{screens}',$graphics{'screens'}) if $b_log;
eval $end if $b_log;
}
sub set_compositor {
@@ -11521,7 +12563,7 @@ sub set_compositor {
$graphics{'compositor'} = display_compositor($protocol);
# gnome-shell is incredibly slow to return version
if (($extra > 2 || $protocol eq 'wayland') && $graphics{'compositor'} &&
- ( !$show{'system'} || $graphics{'compositor'} ne 'gnome-shell' ) ){
+ (!$show{'system'} || $graphics{'compositor'} ne 'gnome-shell')){
$graphics{'compositor-version'} = (main::program_data($graphics{'compositor'},$graphics{'compositor'},3))[1];
}
eval $end if $b_log;
@@ -11537,7 +12579,7 @@ sub get_protocol {
$protocol = '' if $protocol eq 'tty';
# need to confirm that there's a point to this test, I believe no, fails out of x
# loginctl also results in the session id
- if (!$protocol && $b_display && $b_force_display){
+ if (!$protocol && $b_display && $force{'display'}){
if (my $program = main::check_program('loginctl')){
my $id = '';
# $id = $ENV{'XDG_SESSION_ID'}; # returns tty session in console
@@ -11547,7 +12589,7 @@ sub get_protocol {
$id = (split(/\s+/, $_))[0];
last; # multiuser? too bad, we'll go for the first one
}
- if ($id ){
+ if ($id){
my $temp = (main::grabber("$program show-session $id -p Type --no-pager --no-legend 2>/dev/null"))[0];
$temp =~ s/Type=// if $temp;
# ssh will not show /dev/ttyx so would have passed the first test
@@ -11562,13 +12604,13 @@ sub gl_output(){
eval $start if $b_log;
my $num = 0;
my (@row,$arg);
- #print ("$b_display : $b_root\n");
- if ( $b_display){
+ # print ("$b_display : $b_root\n");
+ if ($b_display){
if (my $program = main::check_program('glxinfo')){
# NOTE: glxinfo -B is not always available, unfortunately
my @glxinfo = main::grabber("$program $display_opt 2>/dev/null");
- #my $file = "$ENV{'HOME'}/bin/scripts/inxi/data/graphics/glxinfo/glxinfo-ssh-centos.txt";
- #my @glxinfo = main::reader($file);
+ # my $file = "$ENV{'HOME'}/bin/scripts/inxi/data/graphics/glxinfo/glxinfo-ssh-centos.txt";
+ # my @glxinfo = main::reader($file);
if (!@glxinfo){
my $type = 'display-console';
if ($b_root){
@@ -11582,7 +12624,7 @@ sub gl_output(){
});
return @row;
}
- #print join("\n", @glxinfo),"\n";
+ # print join("\n", @glxinfo),"\n";
my $compat_version = '';
my ($b_compat,$b_nogl,@core_profile_version,@direct_render,@renderer,
@opengl_version,@working);
@@ -11593,9 +12635,9 @@ sub gl_output(){
if ($working[1]){
$working[1] = main::cleaner($working[1]);
# Allow all mesas
- #if ($working[1] =~ /mesa/i){
+ # if ($working[1] =~ /mesa/i){
#
- #}
+ # }
}
# note: there are cases where gl drivers are missing and empty
# field value occurs.
@@ -11607,7 +12649,7 @@ sub gl_output(){
}
# dropping all conditions from this test to just show full mesa information
# there is a user case where not f and mesa apply, atom mobo
- # /opengl version/ && ( f || $2 !~ /mesa/ ) {
+ # /opengl version/ && ( f || $2 !~ /mesa/){
elsif (/^opengl version/i){
@working = split(/:\s*/, $_, 2);
if ($working[1]){
@@ -11622,7 +12664,7 @@ sub gl_output(){
@working = split(/\s+/, $working[1]);
$compat_version = $working[0];
}
- elsif (!$b_nogl) {
+ elsif (!$b_nogl){
push(@opengl_version, main::row_defaults('gl-empty'));
}
}
@@ -11653,8 +12695,8 @@ sub gl_output(){
# non free drivers once filtered and cleaned show the same for core and compat
# but this stopped for some reason at 4.5/4.6 nvidia
if (@core_profile_version && @opengl_version &&
- join('', @core_profile_version) ne join( '', @opengl_version) &&
- !(grep {/nvidia/i} @opengl_version ) ){
+ join('', @core_profile_version) ne join('', @opengl_version) &&
+ !(grep {/nvidia/i} @opengl_version)){
@opengl_version = @core_profile_version;
$b_compat = 1;
}
@@ -11704,11 +12746,15 @@ sub tty_data(){
if ($size{'term-cols'}){
$tty = "$size{'term-cols'}x$size{'term-lines'}";
}
+ # this is broken
elsif ($b_irc && $client{'console-irc'}){
- my $tty_working = main::get_tty_console_irc('tty');
- if (my $program = main::check_program('stty')){
+ ShellData::console_irc_tty() if !$loaded{'con-irc-tty'};
+ my $tty_working = $client{'con-irc-tty'};
+ if ($tty_working ne '' && (my $program = main::check_program('stty'))){
my $tty_arg = ($bsd_type) ? '-f' : '-F';
- $tty = (main::grabber("$program $tty_arg /dev/pts/$tty_working size 2>/dev/null"))[0];
+ # handle vtnr integers, and tty ID with letters etc.
+ $tty_working = "tty$tty_working" if -e "/dev/tty$tty_working";
+ $tty = (main::grabber("$program $tty_arg /dev/$tty_working size 2>/dev/null"))[0];
if ($tty){
my @temp = split(/\s+/, $tty);
$tty = "$temp[1]x$temp[0]";
@@ -11722,38 +12768,40 @@ sub x_drivers {
eval $start if $b_log;
my ($driver,@driver_data,,%drivers);
my ($alternate,$failed,$loaded,$sep,$unloaded) = ('','','','','');
- if (my $log = main::system_files('xorg-log')){
- # $log = "$ENV{HOME}/bin/scripts/inxi/data/xorg-logs/Xorg.0-voyager-serena.log";
- # $log = "$ENV{HOME}/bin/scripts/inxi/data/xorg-logs/loading-unload-failed-all41-mint.txt";
- # $log = "$ENV{HOME}/bin/scripts/inxi/data/xorg-logs/loading-unload-failed-phd21-mint.txt";
- # $log = "$ENV{HOME}/bin/scripts/inxi/data/xorg-logs/Xorg.0-gm10.log";
- # $log = "$ENV{HOME}/bin/scripts/inxi/data/xorg-logs/xorg-multi-driver-1.log";
+ if (my $log = $system_files{'xorg-log'}){
+ if ($fake{'xorg-log'}){
+ # $log = "$ENV{HOME}/bin/scripts/inxi/data/xorg-logs/Xorg.0-voyager-serena.log";
+ # $log = "$ENV{HOME}/bin/scripts/inxi/data/xorg-logs/loading-unload-failed-all41-mint.txt";
+ # $log = "$ENV{HOME}/bin/scripts/inxi/data/xorg-logs/loading-unload-failed-phd21-mint.txt";
+ # $log = "$ENV{HOME}/bin/scripts/inxi/data/xorg-logs/Xorg.0-gm10.log";
+ # $log = "$ENV{HOME}/bin/scripts/inxi/data/xorg-logs/xorg-multi-driver-1.log";
+ }
my @xorg = main::reader($log);
# list is from sgfxi plus non-free drivers, plus ARM drivers
my $list = join('|', qw(amdgpu apm ark armsoc atimisc ati
chips cirrus cyrix fbdev fbturbo fglrx geode glide glint
- i128 i740 i810-dec100 i810e i810 i815 i830 i845 i855 i865 i915 i945 i965
- iftv imstt intel ivtv mach64 mesa mga modesetting
- neomagic newport nouveau nsc nvidia nv openchrome r128 radeonhd radeon
+ i128 i740 i810-dec100 i810e i810 i815 i830 i845 i855 i865 i915 i945
+ i965 iftv imstt intel ivtv mach64 mesa mga modesetting neomagic newport
+ nouveau nsc nvidia nv openchrome r128 radeonhd radeon
rendition s3virge s3 savage siliconmotion sisimedia sisusb sis
sunbw2 suncg14 suncg3 suncg6 sunffb sunleo suntcx
tdfx tga trident tseng unichrome v4l vboxvideo vesa vga via vmware vmwgfx
voodoo));
# it's much cheaper to grab the simple pattern match then do the expensive one
# in the main loop.
- #@xorg = grep {/Failed|Unload|Loading/} @xorg;
+ # @xorg = grep {/Failed|Unload|Loading/} @xorg;
foreach (@xorg){
next if !/Failed|Unload|Loading/;
# print "$_\n";
# note that in file names, driver is always lower case
- if (/\sLoading.*($list)_drv.so$/i ) {
+ if (/\sLoading.*($list)_drv.so$/i){
$driver=lc($1);
# we get all the actually loaded drivers first, we will use this to compare the
# failed/unloaded, which have not always actually been truly loaded
$drivers{$driver}='loaded';
}
# openbsd uses UnloadModule:
- elsif (/(Unloading\s|UnloadModule).*\"?($list)(_drv.so)?\"?$/i ) {
+ elsif (/(Unloading\s|UnloadModule).*\"?($list)(_drv.so)?\"?$/i){
$driver=lc($2);
# we get all the actually loaded drivers first, we will use this to compare the
# failed/unloaded, which have not always actually been truly loaded
@@ -11765,18 +12813,18 @@ sub x_drivers {
# which can occur. This is the driver that is actually driving the display.
# note that xorg will often load several modules, like modesetting,fbdev,nouveau
# NOTE:
- #(II) UnloadModule: "nouveau"
- #(II) Unloading nouveau
- #(II) Failed to load module "nouveau" (already loaded, 0)
- #(II) LoadModule: "modesetting"
- elsif (/Failed.*($list)\"?.*$/i ) {
+ # (II) UnloadModule: "nouveau"
+ # (II) Unloading nouveau
+ # (II) Failed to load module "nouveau" (already loaded, 0)
+ # (II) LoadModule: "modesetting"
+ elsif (/Failed.*($list)\"?.*$/i){
# Set driver to lower case because sometimes it will show as
# RADEON or NVIDIA in the actual x start
$driver=lc($1);
# we need to make sure that the driver has already been truly loaded,
# not just discussed
if (exists $drivers{$driver} && $drivers{$driver} ne 'alternate'){
- if ( $_ !~ /\(already loaded/){
+ if ($_ !~ /\(already loaded/){
$drivers{$driver}='failed';
}
# reset the previous line's 'unloaded' to 'loaded' as well
@@ -11791,19 +12839,19 @@ sub x_drivers {
}
my $sep = '';
foreach (sort keys %drivers){
- if ($drivers{$_} eq 'loaded') {
+ if ($drivers{$_} eq 'loaded'){
$sep = ($loaded) ? ',' : '';
$loaded .= $sep . $_;
}
- elsif ($drivers{$_} eq 'unloaded') {
+ elsif ($drivers{$_} eq 'unloaded'){
$sep = ($unloaded) ? ',' : '';
$unloaded .= $sep . $_;
}
- elsif ($drivers{$_} eq 'failed') {
+ elsif ($drivers{$_} eq 'failed'){
$sep = ($failed) ? ',' : '';
$failed .= $sep . $_;
}
- elsif ($drivers{$_} eq 'alternate') {
+ elsif ($drivers{$_} eq 'alternate'){
$sep = ($alternate) ? ',' : '';
$alternate .= $sep . $_;
}
@@ -11820,7 +12868,7 @@ sub x_version {
# load the extra X paths, it's important that these are first, because
# later Xorg versions show error if run in console or ssh if the true path
# is not used.
- @paths = ( qw(/usr/lib /usr/lib/xorg /usr/lib/xorg-server /usr/libexec /usr/X11R6/bin), @paths );
+ @paths = (qw(/usr/lib /usr/lib/xorg /usr/lib/xorg-server /usr/libexec /usr/X11R6/bin), @paths);
# IMPORTANT: both commands send version data to stderr!
if ($program = main::check_program('Xorg')){
@data = main::grabber("$program -version 2>&1");
@@ -11831,19 +12879,19 @@ sub x_version {
elsif ($program = main::check_program('Xvesa')){
@data = main::grabber("$program -version 2>&1");
}
- #print join('^ ', @paths), " :: $program\n";
- #print Data::Dumper::Dumper \@data;
+ # print join('^ ', @paths), " :: $program\n";
+ # print Data::Dumper::Dumper \@data;
if (@data){
foreach (@data){
if (/^X.org X server/i){
$version = (split(/\s+/, $_))[3];
last;
}
- elsif (/^X Window System Version/i) {
+ elsif (/^X Window System Version/i){
$version = (split(/\s+/, $_))[4];
last;
}
- elsif (/^Xvesa from/i) {
+ elsif (/^Xvesa from/i){
$version = (split(/\s+/, $_))[3];
$version = "Xvesa $version" if $version;
last;
@@ -11860,7 +12908,7 @@ sub display_compositor {
eval $start if $b_log;
my ($protocol) = @_;
my ($compositor) = ('');
- main::set_ps_gui() if !$b_ps_gui;
+ main::set_ps_gui() if !$loaded{'ps-gui'};
if (@ps_gui){
# 1 check program; 2 search; 3 unused version; 4 print
my @compositors = (
@@ -11874,7 +12922,7 @@ sub display_compositor {
['gnome-shell','gnome-shell','','gnome-shell'],
['kwin_wayland','kwin_wayland','','kwin_wayland'],
['kwin_x11','kwin_x11','','kwin_x11'],
- #['kwin','kwin','','kwin'],
+ # ['kwin','kwin','','kwin'],
['marco','marco','','marco'],
['muffin','muffin','','muffin'],
['mutter','mutter','','mutter'],
@@ -11891,6 +12939,7 @@ sub display_compositor {
['mir','mir','','mir'],
['moblin','moblin','','moblin'],
['motorcar','motorcar','','motorcar'],
+ ['monsterwm','monsterwm','','monsterwm'],
['orbital','orbital','','orbital'],
['papyros','papyros','','papyros'],
['perceptia','perceptia','','perceptia'],
@@ -11908,10 +12957,13 @@ sub display_compositor {
['wayhouse','wayhouse','','wayhouse'],
['westford','westford','','westford'],
['xcompmgr','xcompmgr','','xcompmgr'],
+ ['xfwm4','xfwm4','','xfwm4'],
+ ['xfwm5','xfwm5','','xfwm5'],
+ ['xfwm','xfwm','','xfwm'],
);
foreach my $item (@compositors){
# no need to use check program with short list of ps_gui
- # if (main::check_program($item[0]) && (grep {/^$item[1]$/} @ps_gui ) ){
+ # if (main::check_program($item[0]) && (grep {/^$item[1]$/} @ps_gui)){
if (grep {/^$item->[1]$/} @ps_gui){
$compositor = $item->[3];
last;
@@ -11924,9 +12976,9 @@ sub display_compositor {
}
}
-## LogicalData
+## LogicalItem
{
-package LogicalData;
+package LogicalItem;
sub get {
eval $start if $b_log;
@@ -11934,17 +12986,17 @@ sub get {
my $num = 0;
if ($bsd_type){
$key1 = 'Message';
- $val1 = main::row_defaults('lvm-data-bsd');
+ $val1 = main::row_defaults('logical-data-bsd',$uname[0]);
@rows = ({main::key($num++,0,1,$key1) => $val1,});
}
else {
- main::set_lsblk() if !$b_lsblk;
- if ($b_fake_logical || $alerts{'lvs'}->{'action'} eq 'use'){
- lvm_data() if !$b_lvm_data;
+ LsblkData::set() if !$loaded{'lsblk'};
+ if ($fake{'logical'} || $alerts{'lvs'}->{'action'} eq 'use'){
+ lvm_data() if !$loaded{'logical-data'};
if (!@lvm){
my $key = 'Message';
# note: arch linux has a bug where lvs returns 0 if non root start
- my $message = ($b_active_lvm) ? $alerts{'lvs'}->{'permissions'} : main::row_defaults('lvm-data','');
+ my $message = ($use{'logical-lvm'}) ? main::row_defaults('tool-permissions','lvs') : main::row_defaults('logical-data','');
push(@rows, {
main::key($num++,0,1,$key) => $message,
},);
@@ -11954,26 +13006,26 @@ sub get {
@rows = lvm_output(\%processed);
}
}
- elsif ($b_active_lvm && $alerts{'lvs'}->{'action'} eq 'permissions'){
+ elsif ($use{'logical-lvm'} && $alerts{'lvs'}->{'action'} eq 'permissions'){
my $key = 'Message';
push(@rows, {
- main::key($num++,0,1,$key) => $alerts{'lvs'}->{'permissions'},
+ main::key($num++,0,1,$key) => $alerts{'lvs'}->{'message'},
},);
}
- elsif (@lsblk && !$b_active_lvm && ($alerts{'lvs'}->{'action'} eq 'permissions' ||
+ elsif (@lsblk && !$use{'logical-lvm'} && ($alerts{'lvs'}->{'action'} eq 'permissions' ||
$alerts{'lvs'}->{'action'} eq 'missing')){
my $key = 'Message';
push(@rows, {
- main::key($num++,0,1,$key) => main::row_defaults('lvm-data',''),
+ main::key($num++,0,1,$key) => main::row_defaults('logical-data',''),
},);
}
elsif ($alerts{'lvs'}->{'action'} ne 'use'){
$key1 = $alerts{'lvs'}->{'action'};
- $val1 = $alerts{'lvs'}->{$key1};
+ $val1 = $alerts{'lvs'}->{'message'};
$key1 = ucfirst($key1);
@rows = ({main::key($num++,0,1,$key1) => $val1,});
}
- if ($b_active_general){
+ if ($use{'logical-general'}){
my @general_data = general_data();
push(@rows,general_output(\@general_data)) if @general_data;
}
@@ -12083,9 +13135,9 @@ sub components_recursive_output {
elsif ($type eq 'lvm'){
($l2,$l3) = (4+$indent,5+$indent);
}
- #print 'outside: ', scalar @$component, "\n", Data::Dumper::Dumper $component;
+ # print 'outside: ', scalar @$component, "\n", Data::Dumper::Dumper $component;
foreach my $component (@$components){
- #print "inside: -n", Data::Dumper::Dumper $component->[$i];
+ # print "inside: -n", Data::Dumper::Dumper $component->[$i];
$$j = scalar @$rows if $b_admin;
my $id;
if ($component->[0] =~ /^(bcache|dm-|md)[0-9]/){
@@ -12099,6 +13151,7 @@ sub components_recursive_output {
$$rows[$$j]->{main::key($$num++,1,$l2,$id)} = $component->[0];
if ($extra > 1){
if ($b_admin){
+ $component->[1] ||= 'N/A';
$$rows[$$j]->{main::key($$num++,0,$l3,'maj-min')} = $component->[1];
$$rows[$$j]->{main::key($$num++,0,$l3,'mapped')} = $component->[3] if $component->[3];
$size = main::get_size($component->[2],'string','N/A');
@@ -12116,16 +13169,17 @@ sub components_recursive_output {
sub general_data {
eval $start if $b_log;
my (@found,@general_data,%parent,$parent_fs);
- main::set_mapper() if !$b_mapper;
+ PartitionData::set('proc') if !$loaded{'partition-data'};
+ main::set_mapper() if !$loaded{'mapper'};
foreach my $row (@lsblk){
# bcache doesn't have mapped name: !$mapper{$row->{'name'}} ||
next if !$row->{'parent'};
- %parent = main::get_lsblk($row->{'parent'});
+ %parent = LsblkData::get($row->{'parent'});
next if !$parent{'fs'};
if ($row->{'type'} && (($row->{'type'} eq 'crypt' ||
$row->{'type'} eq 'mpath' || $row->{'type'} eq 'multipath') ||
($row->{'type'} eq 'dm' && $row->{'name'} =~ /veracrypt/i) ||
- ($parent{'fs'} eq 'bcache') ) ){
+ ($parent{'fs'} eq 'bcache'))){
my (@full_components,$mapped,$type);
$mapped = $mapper{$row->{'name'}} if %mapper;
next if grep(/^$row->{'name'}$/, @found);
@@ -12151,7 +13205,7 @@ sub general_data {
elsif ($row->{'type'} eq 'crypt'){
$type = 'Crypt';
}
- #my $name = ($use{'filter-uuid'}) ? "luks-$filter_string" : $row->{'name'};
+ # my $name = ($use{'filter-uuid'}) ? "luks-$filter_string" : $row->{'name'};
component_data($row->{'maj-min'},\@full_components);
# print "$row->{'name'}\n", Data::Dumper::Dumper \@full_components;
push(@general_data, {
@@ -12165,7 +13219,7 @@ sub general_data {
}
}
main::log_data('dump','luks @general_data', \@general_data);
- print Data::Dumper::Dumper \@general_data if $test[23];
+ print Data::Dumper::Dumper \@general_data if $dbg[23];
eval $end if $b_log;
return @general_data;
}
@@ -12173,18 +13227,18 @@ sub general_data {
# note: called for disk totals, raid, and logical
sub lvm_data {
eval $start if $b_log;
- $b_lvm_data = 1;
- main::set_proc_partitions() if !$b_proc_partitions;
- main::set_mapper() if !$b_mapper;
+ $loaded{'logical-data'} = 1;
my (@args,@data,%totals);
@args = qw(vg_name vg_fmt vg_size vg_free lv_name lv_layout lv_size
lv_kernel_major lv_kernel_minor segtype seg_count seg_start_pe seg_size_pe
stripes devices raid_mismatch_count raid_sync_action raid_write_behind
copy_percent);
my $num = 0;
- if ($b_fake_logical){
- my $file = "$ENV{'HOME'}/bin/scripts/inxi/data/lvm/lvs-test-1.txt";
- @data = main::reader($file,'strip');
+ PartitionData::set() if !$loaded{'partition-data'};
+ main::set_mapper() if !$loaded{'mapper'};
+ if ($fake{'logical'}){
+ # my $file = "$ENV{'HOME'}/bin/scripts/inxi/data/lvm/lvs-test-1.txt";
+ # @data = main::reader($file,'strip');
}
else {
# lv_full_name: ar0-home; lv_dm_path: /dev/mapper/ar0-home
@@ -12197,11 +13251,12 @@ sub lvm_data {
$cmd .= ' 2>/dev/null';
@data = main::grabber("$cmd",'','strip');
main::log_data('dump','lvm @data', \@data) if $b_log;
- print "command: $cmd\n" if $test[22];
+ print "command: $cmd\n" if $dbg[22];
}
my $j = 0;
foreach (@data){
my @line = split(/\^:/, $_);
+ next if $_ =~ /^Partial mode/i; # sometimes 2>/dev/null doesn't catch this
for (my $i = 0; $i < scalar @args; $i++){
$line[$i] =~ s/k$// if $args[$i] =~ /_(free|size|used)$/;
$lvm[$j]->{$args[$i]} = $line[$i];
@@ -12214,7 +13269,7 @@ sub lvm_data {
}
# print Data::Dumper::Dumper \%totals, \@raw_logical;
main::log_data('dump','lvm @lvm', \@lvm) if $b_log;
- print Data::Dumper::Dumper \@lvm if $test[22];
+ print Data::Dumper::Dumper \@lvm if $dbg[22];
eval $end if $b_log;
}
sub process_lvm_data {
@@ -12250,7 +13305,7 @@ sub process_lvm_data {
}
}
main::log_data('dump','lvm %processed', \%processed) if $b_log;
- print Data::Dumper::Dumper \%processed if $test[23];
+ print Data::Dumper::Dumper \%processed if $dbg[23];
eval $end if $b_log;
return %processed;
}
@@ -12258,7 +13313,6 @@ sub component_data {
my ($maj_min,$full_components) = @_;
push(@$full_components, component_recursive_data($maj_min));
}
-
sub component_recursive_data {
eval $start if $b_log;
my ($maj_min) = @_;
@@ -12268,7 +13322,7 @@ sub component_recursive_data {
# return @devices if !$b_admin;
foreach my $device (@devices){
my ($mapped,$mm2,@part);
- @part = main::get_proc_partition($device) if @proc_partitions;
+ @part = PartitionData::get($device) if @proc_partitions;
$mm2 = $part[0] . ':' . $part[1] if @part;
if ($device =~ /^(bcache|dm-|md)[0-9]+$/){
$mapped = $dmmapper{$device};
@@ -12284,15 +13338,15 @@ sub component_recursive_data {
}
}
-## MachineData
+## MachineItem
{
-package MachineData;
+package MachineItem;
sub get {
eval $start if $b_log;
my (%soc_machine,%data,@rows,$key1,$val1,$which);
my $num = 0;
- if ($bsd_type && @sysctl_machine && !$b_dmidecode_force ){
+ if ($bsd_type && $sysctl{'machine'} && !$force{'dmidecode'}){
%data = machine_data_sysctl();
if (%data){
@rows = machine_output(\%data);
@@ -12302,10 +13356,10 @@ sub get {
$val1 = main::row_defaults('machine-data-force-dmidecode','');
}
}
- elsif ($bsd_type || $b_dmidecode_force){
- if ( !$b_fake_dmidecode && $alerts{'dmidecode'}->{'action'} ne 'use'){
+ elsif ($bsd_type || $force{'dmidecode'}){
+ if (!$fake{'dmidecode'} && $alerts{'dmidecode'}->{'action'} ne 'use'){
$key1 = $alerts{'dmidecode'}->{'action'};
- $val1 = $alerts{'dmidecode'}->{$key1};
+ $val1 = $alerts{'dmidecode'}->{'message'};
$key1 = ucfirst($key1);
}
else {
@@ -12315,21 +13369,26 @@ sub get {
}
elsif (!$key1){
$key1 = 'Message';
- $val1 = main::row_defaults('machine-data','');
+ $val1 = main::row_defaults('machine-data');
}
}
}
- elsif (-d '/sys/class/dmi/id/') {
+ elsif (-d '/sys/class/dmi/id/'){
%data = machine_data_sys();
if (%data){
@rows = machine_output(\%data);
}
else {
$key1 = 'Message';
- $val1 = main::row_defaults('machine-data-dmidecode','');
+ if ($alerts{'dmidecode'}->{'action'} eq 'missing'){
+ $val1 = main::row_defaults('machine-data-dmidecode');
+ }
+ else {
+ $val1 = main::row_defaults('machine-data');
+ }
}
}
- elsif (!$bsd_type) {
+ elsif (!$bsd_type){
# this uses /proc/cpuinfo so only GNU/Linux
if ($b_arm || $b_mips || $b_ppc){
%data = machine_data_soc();
@@ -12341,7 +13400,7 @@ sub get {
}
}
# if error case, null data, whatever
- if ($key1) {
+ if ($key1){
push(@rows,{main::key($num++,0,1,$key1) => $val1,});
}
eval $end if $b_log;
@@ -12376,16 +13435,16 @@ sub machine_output {
# The goal here is to not show laptop/mobile devices
# found a case of battery existing but having nothing in it on desktop mobo
# not all laptops show the first. /proc/acpi/battery is deprecated.
- elsif ( !glob('/proc/acpi/battery/*') && !glob('/sys/class/power_supply/*') ){
+ elsif (!glob('/proc/acpi/battery/*') && !glob('/sys/class/power_supply/*')){
# ibm / ibm can be true; dell / quantum is false, so in other words, only do this
# in case where the vendor is the same and the version is the same and not null,
# otherwise the version information is going to be different in all cases I think
- if ( ($data->{'sys_vendor'} && $data->{'board_vendor'} &&
+ if (($data->{'sys_vendor'} && $data->{'board_vendor'} &&
$data->{'sys_vendor'} eq $data->{'board_vendor'}) &&
(($data->{'product_version'} && $data->{'board_version'} &&
$data->{'product_version'} eq $data->{'board_version'}) ||
(!$data->{'product_version'} && $data->{'product_name'} && $data->{'board_name'} &&
- $data->{'product_name'} eq $data->{'board_name'})) ){
+ $data->{'product_name'} eq $data->{'board_name'}))){
$b_skip_system = 1;
}
}
@@ -12407,15 +13466,16 @@ sub machine_output {
# no point in showing chassis if system isn't there, it's very unlikely that
# would be correct
if ($extra > 1){
- if ($data->{'board_version'} && $data->{'chassis_version'} eq $data->{'board_version'}){
+ if ($data->{'board_version'} && $data->{'chassis_version'} &&
+ $data->{'chassis_version'} eq $data->{'board_version'}){
$b_skip_chassis = 1;
}
- if (!$b_skip_chassis && $data->{'chassis_vendor'} ){
- if ($data->{'chassis_vendor'} ne $data->{'sys_vendor'} ){
+ if (!$b_skip_chassis && $data->{'chassis_vendor'}){
+ if ($data->{'chassis_vendor'} ne $data->{'sys_vendor'}){
$chassis_vendor = $data->{'chassis_vendor'};
}
# dmidecode can have these be the same
- if ($data->{'chassis_type'} && $data->{'device'} ne $data->{'chassis_type'} ){
+ if ($data->{'chassis_type'} && $data->{'device'} ne $data->{'chassis_type'}){
$chassis_type = $data->{'chassis_type'};
}
if ($data->{'chassis_version'}){
@@ -12485,7 +13545,7 @@ sub machine_soc_output {
my ($soc_machine) = @_;
my ($key,@rows);
my ($cont_sys,$ind_sys,$j,$num) = (1,1,0,0);
- #print Data::Dumper::Dumper \%soc_machine;
+ # print Data::Dumper::Dumper \%soc_machine;
# this is sketchy, /proc/device-tree/model may be similar to Hardware value from /proc/cpuinfo
# raspi: Hardware : BCM2835 model: Raspberry Pi Model B Rev 2
if ($soc_machine->{'device'} || $soc_machine->{'model'}){
@@ -12533,19 +13593,19 @@ sub machine_data_sys {
}
$data{'firmware'} = 'BIOS';
# print Data::Dumper::Dumper \@sys_files;
- if (!-d $sys_dir ){
- if ( -d $sys_dir_alt){
+ if (!-d $sys_dir){
+ if (-d $sys_dir_alt){
$sys_dir = $sys_dir_alt;
}
else {
return 0;
}
}
- if ( -d '/sys/firmware/efi'){
+ if (-d '/sys/firmware/efi'){
$data{'firmware'} = 'UEFI';
}
- elsif ( glob('/sys/firmware/acpi/tables/UEFI*') ){
- $data{'firmware'} = 'UEFI [Legacy]';
+ elsif (glob('/sys/firmware/acpi/tables/UEFI*')){
+ $data{'firmware'} = 'UEFI-[Legacy]';
}
foreach (@sys_files){
$path = "$sys_dir$_";
@@ -12553,7 +13613,7 @@ sub machine_data_sys {
$data{$_} = main::reader($path,'',0);
$data{$_} = ($data{$_}) ? main::dmi_cleaner($data{$_}) : '';
}
- elsif (!$b_root && -e $path && !-r $path ){
+ elsif (!$b_root && -e $path && !-r $path){
$data{$_} = main::row_defaults('root-required');
}
else {
@@ -12561,7 +13621,7 @@ sub machine_data_sys {
}
}
if ($data{'chassis_type'}){
- if ( $data{'chassis_type'} == 1){
+ if ($data{'chassis_type'} == 1){
$data{'device'} = get_device_vm($data{'sys_vendor'},$data{'product_name'});
$data{'device'} ||= 'other-vm?';
}
@@ -12573,6 +13633,7 @@ sub machine_data_sys {
# foreach (keys %data){
# print "$_: $data{$_}\n";
# }
+ print Data::Dumper::Dumper \%data if $dbg[28];
main::log_data('dump','%data',\%data) if $b_log;
eval $end if $b_log;
return %data;
@@ -12584,8 +13645,8 @@ sub machine_data_sys {
sub machine_data_soc {
eval $end if $b_log;
my (%data,@temp);
- if (my $file = main::system_files('cpuinfo')){
- #$file = "$ENV{'HOME'}/bin/scripts/inxi/data/cpu/arm/arm-shevaplug-1.2ghz.txt";
+ if (my $file = $system_files{'proc-cpuinfo'}){
+ # $file = "$ENV{'HOME'}/bin/scripts/inxi/data/cpu/arm/arm-shevaplug-1.2ghz.txt";
my @data = main::reader($file);
foreach (@data){
if (/^(Hardware|machine)\s*:/i){
@@ -12610,19 +13671,19 @@ sub machine_data_soc {
}
}
if (!$data{'model'} && $b_android){
- main::set_build_prop() if !$b_build_prop;
+ main::set_build_prop() if !$loaded{'build-prop'};
if ($build_prop{'product-manufacturer'} && $build_prop{'product-model'}){
my $brand = '';
if ($build_prop{'product-brand'} &&
- $build_prop{'product-brand'} ne $build_prop{'product-manufacturer'}) {
+ $build_prop{'product-brand'} ne $build_prop{'product-manufacturer'}){
$brand = $build_prop{'product-brand'} . ' ';
}
$data{'model'} = $brand . $build_prop{'product-manufacturer'} . ' ' . $build_prop{'product-model'};
}
- elsif ($build_prop{'product-device'} ){
+ elsif ($build_prop{'product-device'}){
$data{'model'} = $build_prop{'product-device'};
}
- elsif ($build_prop{'product-name'} ){
+ elsif ($build_prop{'product-name'}){
$data{'model'} = $build_prop{'product-name'};
}
}
@@ -12633,7 +13694,7 @@ sub machine_data_soc {
$model = main::dmi_cleaner($model);
$model = (split(/\x01|\x02|\x03|\x00/, $model))[0] if $model;
my $device_temp = main::regex_cleaner($data{'device'});
- if ( !$data{'device'} || ($model && $model !~ /\Q$device_temp\E/i) ){
+ if (!$data{'device'} || ($model && $model !~ /\Q$device_temp\E/i)){
$model = main::arm_cleaner($model);
$data{'model'} = $model;
}
@@ -12645,8 +13706,8 @@ sub machine_data_soc {
main::log_data('data',"device-tree-serial: $serial") if $b_log;
$data{'serial'} = $serial if $serial;
}
-
- #print Data::Dumper::Dumper \%data;
+ print Data::Dumper::Dumper \%data if $dbg[28];
+ main::log_data('dump','%data',\%data) if $b_log;
eval $end if $b_log;
return %data;
}
@@ -12686,19 +13747,19 @@ sub machine_data_dmi {
foreach my $item (@$row[3 .. $#$row]){
if ($item !~ /^~/){ # skip the indented rows
my @value = split(/:\s+/, $item);
- if ($value[0] eq 'Release Date') {
+ if ($value[0] eq 'Release Date'){
$data{'bios_date'} = main::dmi_cleaner($value[1]) }
- elsif ($value[0] eq 'Vendor') {
+ elsif ($value[0] eq 'Vendor'){
$data{'bios_vendor'} = main::dmi_cleaner($value[1]) }
- elsif ($value[0] eq 'Version') {
+ elsif ($value[0] eq 'Version'){
$data{'bios_version'} = main::dmi_cleaner($value[1]) }
- elsif ($value[0] eq 'ROM Size') {
+ elsif ($value[0] eq 'ROM Size'){
$data{'bios_romsize'} = main::dmi_cleaner($value[1]) }
- elsif ($value[0] eq 'BIOS Revision') {
+ elsif ($value[0] eq 'BIOS Revision'){
$data{'bios_rev'} = main::dmi_cleaner($value[1]) }
}
else {
- if ($item eq '~UEFI is supported') {
+ if ($item eq '~UEFI is supported'){
$data{'firmware'} = 'UEFI';}
}
}
@@ -12710,15 +13771,15 @@ sub machine_data_dmi {
foreach my $item (@$row[3 .. $#$row]){
if ($item !~ /^~/){ # skip the indented rows
my @value = split(/:\s+/, $item);
- if ($value[0] eq 'Product Name') {
+ if ($value[0] eq 'Product Name'){
$data{'product_name'} = main::dmi_cleaner($value[1]) }
- elsif ($value[0] eq 'Version') {
+ elsif ($value[0] eq 'Version'){
$data{'product_version'} = main::dmi_cleaner($value[1]) }
- elsif ($value[0] eq 'Serial Number') {
+ elsif ($value[0] eq 'Serial Number'){
$data{'product_serial'} = main::dmi_cleaner($value[1]) }
- elsif ($value[0] eq 'Manufacturer') {
+ elsif ($value[0] eq 'Manufacturer'){
$data{'sys_vendor'} = main::dmi_cleaner($value[1]) }
- elsif ($value[0] eq 'UUID') {
+ elsif ($value[0] eq 'UUID'){
$data{'sys_uuid'} = main::dmi_cleaner($value[1]) }
}
}
@@ -12730,13 +13791,13 @@ sub machine_data_dmi {
foreach my $item (@$row[3 .. $#$row]){
if ($item !~ /^~/){ # skip the indented rows
my @value = split(/:\s+/, $item);
- if ($value[0] eq 'Product Name') {
+ if ($value[0] eq 'Product Name'){
$data{'board_name'} = main::dmi_cleaner($value[1]) }
- elsif ($value[0] eq 'Serial Number') {
+ elsif ($value[0] eq 'Serial Number'){
$data{'board_serial'} = main::dmi_cleaner($value[1]) }
- elsif ($value[0] eq 'Manufacturer') {
+ elsif ($value[0] eq 'Manufacturer'){
$data{'board_vendor'} = main::dmi_cleaner($value[1]) }
- elsif ($value[0] eq 'Version') {
+ elsif ($value[0] eq 'Version'){
$data{'board_version'} = main::dmi_cleaner($value[1]) }
}
}
@@ -12748,17 +13809,17 @@ sub machine_data_dmi {
foreach my $item (@$row[3 .. $#$row]){
if ($item !~ /^~/){ # skip the indented rows
my @value = split(/:\s+/, $item);
- if ($value[0] eq 'Serial Number') {
+ if ($value[0] eq 'Serial Number'){
$data{'chassis_serial'} = main::dmi_cleaner($value[1]) }
- elsif ($value[0] eq 'Type') {
+ elsif ($value[0] eq 'Type'){
$data{'chassis_type'} = main::dmi_cleaner($value[1]) }
- elsif ($value[0] eq 'Manufacturer') {
+ elsif ($value[0] eq 'Manufacturer'){
$data{'chassis_vendor'} = main::dmi_cleaner($value[1]) }
- elsif ($value[0] eq 'Version') {
+ elsif ($value[0] eq 'Version'){
$data{'chassis_version'} = main::dmi_cleaner($value[1]) }
}
}
- if ( $data{'chassis_type'} && $data{'chassis_type'} ne 'Other' ){
+ if ($data{'chassis_type'} && $data{'chassis_type'} ne 'Other'){
$data{'device'} = $data{'chassis_type'};
}
next;
@@ -12786,7 +13847,7 @@ sub machine_data_dmi {
# foreach (keys %data){
# print "$_: $data{$_}\n";
# }
- #print Data::Dumper::Dumper \%data;
+ print Data::Dumper::Dumper \%data if $dbg[28];
main::log_data('dump','%data',\%data) if $b_log;
eval $end if $b_log;
return %data;
@@ -12795,45 +13856,79 @@ sub machine_data_dmi {
# it uses hw. info from sysctl -a and bios info from dmesg.boot
sub machine_data_sysctl {
eval $start if $b_log;
- my (%data,$vm);
+ my (%data,$product,$vendor,$vm);
# ^hw\.(vendor|product|version|serialno|uuid)
- foreach (@sysctl_machine){
- next if ! $_;
+ foreach (@{$sysctl{'machine'}}){
+ next if !$_;
my @item = split(':', $_);
- next if ! $item[1];
- if ($item[0] eq 'hw.vendor'){
+ next if !$item[1];
+ if ($item[0] eq 'hw.vendor' || $item[0] eq 'machdep.dmi.board-vendor'){
$data{'board_vendor'} = main::dmi_cleaner($item[1]);
}
- elsif ($item[0] eq 'hw.product'){
+ elsif ($item[0] eq 'hw.product' || $item[0] eq 'machdep.dmi.board-product'){
$data{'board_name'} = main::dmi_cleaner($item[1]);
}
- elsif ($item[0] eq 'hw.version'){
- $data{'board_version'} = $item[1];
+ elsif ($item[0] eq 'hw.version' || $item[0] eq 'machdep.dmi.board-version'){
+ $data{'board_version'} = main::dmi_cleaner($item[1]);
}
- elsif ($item[0] eq 'hw.serialno'){
- $data{'board_serial'} = $item[1];
+ elsif ($item[0] eq 'hw.serialno' || $item[0] eq 'machdep.dmi.board-serial'){
+ $data{'board_serial'} = main::dmi_cleaner($item[1]);
}
elsif ($item[0] eq 'hw.serial'){
- $data{'board_serial'} = $item[1];
+ $data{'board_serial'} = main::dmi_cleaner($item[1]);
}
elsif ($item[0] eq 'hw.uuid'){
- $data{'board_uuid'} = $item[1];
+ $data{'board_uuid'} = main::dmi_cleaner($item[1]);
+ }
+ elsif ($item[0] eq 'machdep.dmi.system-vendor'){
+ $data{'sys_vendor'} = main::dmi_cleaner($item[1]);
+ }
+ elsif ($item[0] eq 'machdep.dmi.system-product'){
+ $data{'product_name'} = main::dmi_cleaner($item[1]);
+ }
+ elsif ($item[0] eq 'machdep.dmi.system-version'){
+ $data{'product_version'} = main::dmi_cleaner($item[1]);
+ }
+ elsif ($item[0] eq 'machdep.dmi.system-serial'){
+ $data{'product_serial'} = main::dmi_cleaner($item[1]);
+ }
+ elsif ($item[0] eq 'machdep.dmi.system-uuid'){
+ $data{'sys_uuid'} = main::dmi_cleaner($item[1]);
}
# bios0:at mainbus0: AT/286+ BIOS, date 06/30/06, BIOS32 rev. 0 @ 0xf2030, SMBIOS rev. 2.4 @ 0xf0000 (47 entries)
# bios0:vendor Phoenix Technologies, LTD version "3.00" date 06/30/2006
elsif ($item[0] =~ /^bios[0-9]/){
- if ($_ =~ /^^bios[0-9]:at\s.*\srev\.\s([\S]+)\s@.*/){
+ if ($_ =~ /^^bios[0-9]:at\s.*?\srev\.\s([\S]+)\s@.*/){
$data{'bios_rev'} = $1;
$data{'firmware'} = 'BIOS' if $_ =~ /BIOS/;
}
- elsif ($item[1] =~ /^vendor\s(.*)\sversion\s"?([\S]+)"?\sdate\s([\S]+)/ ){
+ elsif ($item[1] =~ /^vendor\s(.*?)\sversion\s(.*?)\sdate\s([\S]+)/){
$data{'bios_vendor'} = $1;
$data{'bios_version'} = $2;
$data{'bios_date'} = $3;
$data{'bios_version'} =~ s/^v//i if $data{'bios_version'} && $data{'bios_version'} !~ /vi/i;
}
}
+ elsif ($item[0] eq 'machdep.dmi.bios-vendor'){
+ $data{'bios_vendor'} = main::dmi_cleaner($item[1]);
+ }
+ elsif ($item[0] eq 'machdep.dmi.bios-version'){
+ $data{'bios_version'} = main::dmi_cleaner($item[1]);
+ }
+ elsif ($item[0] eq 'machdep.dmi.bios-date'){
+ $data{'bios_date'} = main::dmi_cleaner($item[1]);
+ }
}
+ if ($data{'board_vendor'} || $data{'sys_vendor'} || $data{'board_name'} || $data{'product_name'}){
+ $vendor = $data{'sys_vendor'};
+ $vendor = $data{'board_vendor'} if !$vendor;
+ $product = $data{'product_name'};
+ $product = $data{'board_name'} if !$product;
+ }
+ # detections can be from other sources.
+ $data{'device'} = get_device_vm($vendor,$product);
+ print Data::Dumper::Dumper \%data if $dbg[28];
+ main::log_data('dump','%data',\%data) if $b_log;
eval $end if $b_log;
return %data;
}
@@ -12890,20 +13985,22 @@ sub get_device_sys {
sub get_device_vm {
eval $start if $b_log;
my ($manufacturer,$product_name) = @_;
+ $manufacturer ||= '';
+ $product_name ||= '';
my $vm;
- if ( my $program = main::check_program('systemd-detect-virt') ){
+ if (my $program = main::check_program('systemd-detect-virt')){
my $vm_test = (main::grabber("$program 2>/dev/null"))[0];
if ($vm_test){
# kvm vbox reports as oracle, usually, unless they change it
if (lc($vm_test) eq 'oracle'){
$vm = 'virtualbox';
}
- elsif ( $vm_test ne 'none'){
+ elsif ($vm_test ne 'none'){
$vm = $vm_test;
}
}
}
- if (!$vm || lc($vm) eq 'bochs') {
+ if (!$vm || lc($vm) eq 'bochs'){
if (-e '/proc/vz'){$vm = 'openvz'}
elsif (-e '/proc/xen'){$vm = 'xen'}
elsif (-e '/dev/vzfs'){$vm = 'virtuozzo'}
@@ -12911,37 +14008,53 @@ sub get_device_vm {
my @vm_data = main::grabber("$program 2>/dev/null");
if (@vm_data){
if (grep {/kqemu/i} @vm_data){$vm = 'kqemu'}
- elsif (grep {/kvm/i} @vm_data){$vm = 'kvm'}
+ elsif (grep {/kvm|qumranet/i} @vm_data){$vm = 'kvm'}
elsif (grep {/qemu/i} @vm_data){$vm = 'qemu'}
}
}
}
# this will catch many Linux systems and some BSDs
- if (!$vm || lc($vm) eq 'bochs' ) {
+ if (!$vm || lc($vm) eq 'bochs'){
# $device_vm is '' if nothing detected
- my @vm_data = (@sysctl,@dmesg_boot,$device_vm);
+ my @vm_data = ($device_vm);
+ push(@vm_data,@{$dboot{'machine-vm'}}) if $dboot{'machine-vm'};
if (-e '/dev/disk/by-id'){
my @dev = glob('/dev/disk/by-id/*');
push(@vm_data,@dev);
}
- if ( grep {/innotek|vbox|virtualbox/i} @vm_data){
+ if (grep {/innotek|vbox|virtualbox/i} @vm_data){
$vm = 'virtualbox';
}
elsif (grep {/vmware/i} @vm_data){
$vm = 'vmware';
}
- elsif (grep {/Virtual HD/i} @vm_data){
+ # needs to be first, because contains virtio;qumranet, grabber only gets
+ # first instance then stops, so make sure patterns are right.
+ elsif (grep {/(openbsd[\s-]vmm)/i} @vm_data){
+ $vm = 'vmm';
+ }
+ elsif (grep {/(\bhvm\b)/i} @vm_data){
+ $vm = 'hvm';
+ }
+ elsif (grep {/(qemu)/i} @vm_data){
+ $vm = 'qemu';
+ }
+ elsif (grep {/(\bkvm\b|qumranet|virtio)/i} @vm_data){
+ $vm = 'kvm';
+ }
+ elsif (grep {/Virtual HD|Microsoft.*Virtual Machine/i} @vm_data){
$vm = 'hyper-v';
}
- if (!$vm && (my $file = main::system_files('cpuinfo'))){
+ if (!$vm && (my $file = $system_files{'proc-cpuinfo'})){
my @info = main::reader($file);
$vm = 'virtual-machine' if grep {/^flags.*hypervisor/} @info;
}
- if (!$vm && -e '/dev/vda' || -e '/dev/vdb' || -e '/dev/xvda' || -e '/dev/xvdb' ){
+ # this may be wrong, confirm it
+ if (!$vm && -e '/dev/vda' || -e '/dev/vdb' || -e '/dev/xvda' || -e '/dev/xvdb'){
$vm = 'virtual-machine';
}
}
- if (!$vm && $product_name){
+ if (!$vm && $product_name){
if ($product_name eq 'VMware'){
$vm = 'vmware';
}
@@ -12964,15 +14077,15 @@ sub get_device_vm {
}
-## NetworkData
+## NetworkItem
{
-package NetworkData;
+package NetworkItem;
my ($b_ip_run,@ifs_found);
sub get {
eval $start if $b_log;
my (@rows);
my $num = 0;
- if (($b_arm || $b_mips) && !$b_soc_net && !$b_pci_tool){
+ if (($b_arm || $b_mips) && !$use{'soc-network'} && !$use{'pci-tool'}){
# do nothing, but keep the test conditions to force
# the non arm case to always run
}
@@ -12981,12 +14094,24 @@ sub get {
}
push(@rows,usb_output());
# note: rasberry pi uses usb networking only
- if (!@rows && ($b_arm || $b_mips)){
- my $type = ($b_arm) ? 'arm' : 'mips';
- my $key = 'Message';
- push(@rows, {
- main::key($num++,0,1,$key) => main::row_defaults($type . '-pci',''),
- },);
+ if (!@rows){
+ if ($b_arm || $b_mips){
+ my $type = ($b_arm) ? 'arm' : 'mips';
+ my $key = 'Message';
+ push(@rows, {
+ main::key($num++,0,1,$key) => main::row_defaults($type . '-pci',''),
+ },);
+ }
+ else {
+ my $key = 'Message';
+ my $type = 'pci-card-data';
+ if ($pci_tool && $alerts{$pci_tool}->{'action'} eq 'permissions'){
+ $type = 'pci-card-data-root';
+ }
+ push(@rows,{
+ main::key($num++,0,1,$key) => main::row_defaults($type,''),
+ },);
+ }
}
if ($show{'network-advanced'}){
# @ifs_found = ();
@@ -13008,12 +14133,13 @@ sub get {
sub device_output {
eval $start if $b_log;
+ return if !$devices{'network'};
my ($b_wifi,@rows,%holder);
my ($j,$num) = (0,1);
- foreach my $row (@devices_network){
+ foreach my $row (@{$devices{'network'}}){
$num = 1;
- #print "$row->[0] $row->[3]\n";
- #print "$row->[0] $row->[3]\n";
+ # print "$row->[0] $row->[3]\n";
+ # print "$row->[0] $row->[3]\n";
$j = scalar @rows;
my $driver = $row->[9];
my $chip_id = "$row->[5]:$row->[6]";
@@ -13026,14 +14152,14 @@ sub device_output {
}
# first check if it's a known wifi id'ed card, if so, no print of duplex/speed
$b_wifi = check_wifi($row->[4]);
- my $card = $row->[4];
- $card = ($card) ? main::pci_cleaner($card,'output') : 'N/A';
- #$card ||= 'N/A';
+ my $device = $row->[4];
+ $device = ($device) ? main::pci_cleaner($device,'output') : 'N/A';
+ #$device ||= 'N/A';
$driver ||= 'N/A';
push(@rows, {
- main::key($num++,1,1,'Device') => $card,
+ main::key($num++,1,1,'Device') => $device,
},);
- if ($extra > 0 && $b_pci_tool && $row->[12]){
+ if ($extra > 0 && $use{'pci-tool'} && $row->[12]){
my $item = main::get_pci_vendor($row->[4],$row->[12]);
$rows[$j]->{main::key($num++,0,2,'vendor')} = $item if $item;
}
@@ -13059,14 +14185,14 @@ sub device_output {
}
$row->[8] ||= 'N/A';
# as far as I know, wifi has no port, but in case it does in future, use it
- $rows[$j]->{main::key($num++,0,2,'port')} = $row->[8] if (!$b_wifi || ( $b_wifi && $row->[8] ne 'N/A') );
- $rows[$j]->{main::key($num++,0,2,'bus ID')} = $bus_id;
+ $rows[$j]->{main::key($num++,0,2,'port')} = $row->[8] if (!$b_wifi || ($b_wifi && $row->[8] ne 'N/A'));
+ $rows[$j]->{main::key($num++,0,2,'bus-ID')} = $bus_id;
}
if ($extra > 1){
- $rows[$j]->{main::key($num++,0,2,'chip ID')} = $chip_id;
+ $rows[$j]->{main::key($num++,0,2,'chip-ID')} = $chip_id;
}
if ($extra > 2 && $row->[1]){
- $rows[$j]->{main::key($num++,0,2,'class ID')} = $row->[1];
+ $rows[$j]->{main::key($num++,0,2,'class-ID')} = $row->[1];
}
if ($show{'network-advanced'}){
my @data;
@@ -13078,7 +14204,7 @@ sub device_output {
}
push(@rows,@data) if @data;
}
- #print "$row->[0]\n";
+ # print "$row->[0]\n";
}
# @rows = ();
# we want to handle ARM errors in main get
@@ -13097,61 +14223,53 @@ sub device_output {
}
sub usb_output {
eval $start if $b_log;
- my (@rows,@temp2,$b_wifi,$driver,
- $path,$path_id,$product,$test,$type);
+ return if !$usb{'network'};
+ my (@rows,@temp2,$b_wifi,$driver,$path,$path_id,$product,$type);
my ($j,$num) = (0,1);
- return if !@usb;
- foreach my $row (@usb){
- # a device will always be the second or > device on the bus, except for
- # daisychained hubs
- if ($row->[1] > 1 && $row->[4] ne '09'){
- $num = 1;
- ($driver,$path,$path_id,$product,$test,$type) = ('','','','','','');
- $product = main::cleaner($row->[13]) if $row->[13];
- $driver = $row->[15] if $row->[15];
- $path = $row->[3] if $row->[3];
- $path_id = $row->[2] if $row->[2];
- $type = $row->[14] if $row->[14];
- $test = "$driver $product $type";
- if ($product && network_device($test)){
- $driver ||= 'usb-network';
- push(@rows, {
- main::key($num++,1,1,'Device') => $product,
- main::key($num++,0,2,'type') => 'USB',
- main::key($num++,0,2,'driver') => $driver,
- },);
- $b_wifi = check_wifi($product);
- if ($extra > 0){
- $rows[$j]->{main::key($num++,0,2,'bus ID')} = "$path_id:$row->[1]";
- }
- if ($extra > 1){
- $rows[$j]->{main::key($num++,0,2,'chip ID')} = $row->[7];
- }
- if ($extra > 2 && defined $row->[5] && $row->[5] ne ''){
- $rows[$j]->{main::key($num++,0,2,'class ID')} = "$row->[4]$row->[5]";
- }
- if ($extra > 2 && $row->[16]){
- $rows[$j]->{main::key($num++,0,2,'serial')} = main::apply_filter($row->[16]);
- }
- if ($show{'network-advanced'}){
- my @data;
- if (!$bsd_type){
- my (@temp,$vendor,$chip);
- @temp = split(':', $row->[7]) if $row->[7];
- ($vendor,$chip) = ($temp[0],$temp[1]) if @temp;
- @data = advanced_data_sys($vendor,$chip,0,$b_wifi,$path,'');
- }
- # NOTE: we need the driver.number, like wlp0 to get a match, and
- # we can't get that from usb data, so we have to let it fall back down
- # to the check function for BSDs.
- #else {
- # @data = advanced_data_bsd($row->[2],$b_wifi);
- #}
- push(@rows,@data) if @data;
- }
- $j = scalar @rows;
+ foreach my $row (@{$usb{'network'}}){
+ $num = 1;
+ ($driver,$path,$path_id,$product,$type) = ('','','','','');
+ $product = main::cleaner($row->[13]) if $row->[13];
+ $driver = $row->[15] if $row->[15];
+ $path = $row->[3] if $row->[3];
+ $path_id = $row->[2] if $row->[2];
+ $type = $row->[14] if $row->[14];
+ $driver ||= 'N/A';
+ push(@rows, {
+ main::key($num++,1,1,'Device') => $product,
+ main::key($num++,0,2,'type') => 'USB',
+ main::key($num++,0,2,'driver') => $driver,
+ },);
+ $b_wifi = check_wifi($product);
+ if ($extra > 0){
+ $rows[$j]->{main::key($num++,0,2,'bus-ID')} = "$path_id:$row->[1]";
+ }
+ if ($extra > 1){
+ $row->[7] ||= 'N/A';
+ $rows[$j]->{main::key($num++,0,2,'chip-ID')} = $row->[7];
+ }
+ if ($extra > 2 && defined $row->[5] && $row->[5] ne ''){
+ $rows[$j]->{main::key($num++,0,2,'class-ID')} = "$row->[4]$row->[5]";
+ }
+ if ($extra > 2 && $row->[16]){
+ $rows[$j]->{main::key($num++,0,2,'serial')} = main::apply_filter($row->[16]);
+ }
+ if ($show{'network-advanced'}){
+ my @data;
+ if (!$bsd_type){
+ my (@temp,$vendor,$chip);
+ @temp = split(':', $row->[7]) if $row->[7];
+ ($vendor,$chip) = ($temp[0],$temp[1]) if @temp;
+ @data = advanced_data_sys($vendor,$chip,0,$b_wifi,$path,'');
+ }
+ # NOTE: we need the driver + driver nu, like wlp0 to get a match,
+ else {
+ $driver .= $row->[21] if defined $row->[21];
+ @data = advanced_data_bsd($driver,$b_wifi);
}
+ push(@rows,@data) if @data;
}
+ $j = scalar @rows;
}
eval $end if $b_log;
return @rows;
@@ -13174,7 +14292,7 @@ sub advanced_data_sys {
@paths = main::globber('/sys/class/net/*');
}
@paths = grep {!/\/lo$/} @paths;
- if ( $count > 0 && $count < scalar @paths ){
+ if ($count > 0 && $count < scalar @paths){
@paths = splice(@paths, $count, scalar @paths);
}
if ($vendor eq 'check'){
@@ -13182,12 +14300,13 @@ sub advanced_data_sys {
$key = 'IF-ID';
($cont_if,$ind_if) = (1,2);
}
- #print join('; ', @paths), $count, "\n";
+ # print join('; ', @paths), $count, "\n";
foreach (@paths){
my ($data1,$data2,$duplex,$mac,$speed,$state);
# for usb, we already know where we are
if (!$b_usb){
- if (( !$b_arm && !$b_ppc) || $b_pci_tool ){
+ # pi mmcnr has pcitool and also these vendor/device paths.
+ if ((!$b_arm && !$b_ppc) || $use{'pci-tool'}){
$path = "$_/device/vendor";
$data1 = main::reader($path,'',0) if -r $path;
$data1 =~ s/^0x// if $data1;
@@ -13197,19 +14316,18 @@ sub advanced_data_sys {
# this is a fix for a redhat bug in virtio
$data2 = (defined $data2 && $data2 eq '0001' && defined $chip && $chip eq '1000') ? '1000' : $data2;
}
- elsif ($b_arm || $b_ppc) {
- $path = Cwd::abs_path($_);
- $path =~ /($chip)/;
- if ($1){
- $data1 = $vendor;
- $data2 = $chip;
- }
+ # there are cases where arm devices have a small pci bus
+ # or, with mmcnr devices, will show device/vendor info in data1/2
+ # which won't match with the path IDs
+ if (($b_arm || $b_ppc || $b_mips || $b_sparc) && $chip && Cwd::abs_path($_) =~ /\b$chip\b/){
+ $data1 = $vendor;
+ $data2 = $chip;
}
}
# print "d1:$data1 v:$vendor d2:$data2 c:$chip bus_id: $bus_id\n";
# print Cwd::abs_path($_), "\n" if $bus_id;
- if ( $b_usb || $b_check || ( $data1 && $data2 && $data1 eq $vendor && $data2 eq $chip &&
- ( ($b_arm || $b_mips || $b_ppc || $b_sparc) || check_bus_id($_,$bus_id) ) ) ) {
+ if ($b_usb || $b_check || ($data1 && $data2 && $data1 eq $vendor && $data2 eq $chip &&
+ (($b_arm || $b_mips || $b_ppc || $b_sparc) || check_bus_id($_,$bus_id)))){
$if = $_;
$if =~ s/^\/.+\///;
# print "top: if: $if ifs: @ifs_found\n";
@@ -13226,22 +14344,22 @@ sub advanced_data_sys {
$path = "$_/operstate";
$state = main::reader($path,'',0) if -r $path;
$state ||= 'N/A';
- #print "$speed \n";
+ # print "$speed \n";
@row = ({
main::key($num++,1,$cont_if,$key) => $if,
main::key($num++,0,$ind_if,'state') => $state,
},);
- #my $j = scalar @row - 1;
+ # my $j = scalar @row - 1;
push(@ifs_found, $if) if (!$b_check && (! grep {/$if/} @ifs_found));
# print "push: if: $if ifs: @ifs_found\n";
# no print out for wifi since it doesn't have duplex/speed data available
# note that some cards show 'unknown' for state, so only testing explicitly
# for 'down' string in that to skip showing speed/duplex
- # /sys/class/net/$if/wireless : nont always there, but worth a try: wlan/wl/ww/wlp
- $b_wifi = 1 if !$b_wifi && ( -e "$_$if/wireless" || $if =~ /^(wl|ww)/);
+ # /sys/class/net/$if/wireless : not always there, but worth a try: wlan/wl/ww/wlp
+ $b_wifi = 1 if !$b_wifi && (-e "$_$if/wireless" || $if =~ /^(wl|ww)/);
if (!$b_wifi && $state ne 'down' && $state ne 'no'){
# make sure the value is strictly numeric before appending Mbps
- $speed = ( main::is_int($speed) ) ? "$speed Mbps" : $speed;
+ $speed = (main::is_int($speed)) ? "$speed Mbps" : $speed;
$row[0]->{main::key($num++,0,$ind_if,'speed')} = $speed;
$row[0]->{main::key($num++,0,$ind_if,'duplex')} = $duplex;
}
@@ -13286,7 +14404,7 @@ sub advanced_data_bsd {
else {
@data = @$item;
}
- if ( $b_check || $working_if eq $if){
+ if ($b_check || $working_if eq $if){
$if = $working_if if $b_check;
# print "top: if: $if ifs: @ifs_found\n";
next if ($b_check && grep {/$if/} @ifs_found);
@@ -13299,19 +14417,19 @@ sub advanced_data_bsd {
$speed ||= 'N/A';
$state = $data[0];
$state ||= 'N/A';
- #print "$speed \n";
+ # print "$speed \n";
@row = ({
main::key($num++,1,$cont_if,$key) => $if,
main::key($num++,0,$ind_if,'state') => $state,
},);
- push(@ifs_found, $if) if (!$b_check && (! grep {/$if/} @ifs_found ));
+ push(@ifs_found, $if) if (!$b_check && (!grep {/$if/} @ifs_found));
# print "push: if: $if ifs: @ifs_found\n";
# no print out for wifi since it doesn't have duplex/speed data available
# note that some cards show 'unknown' for state, so only testing explicitly
# for 'down' string in that to skip showing speed/duplex
- if (!$b_wifi && $state ne 'down' && $state ne 'no'){
+ if (!$b_wifi && $state ne 'down' && $state ne 'no network'){
# make sure the value is strictly numeric before appending Mbps
- $speed = ( main::is_int($speed) ) ? "$speed Mbps" : $speed;
+ $speed = (main::is_int($speed)) ? "$speed Mbps" : $speed;
$row[0]->{main::key($num++,0,$ind_if,'speed')} = $speed;
$row[0]->{main::key($num++,0,$ind_if,'duplex')} = $duplex;
}
@@ -13365,7 +14483,7 @@ sub if_ip {
},);
last OUTER;
}
- #print "$data2->[0] $data2->[1]\n";
+ # print "$data2->[0] $data2->[1]\n";
my ($ipv,$ip,$broadcast,$scope,$scope_id);
$ipv = ($data2->[0])? $data2->[0]: 'N/A';
$ip = main::apply_filter($data2->[1]);
@@ -13384,7 +14502,7 @@ sub if_ip {
# scope link
# trim off if at end of multi word string if found
$data2->[4] =~ s/\s$if$// if $data2->[4] =~ /[^\s]+\s$if$/;
- my $key = ($data2->[4] =~ /deprecated|dynamic|temporary|noprefixroute/ ) ? 'type':'virtual' ;
+ my $key = ($data2->[4] =~ /deprecated|dynamic|temporary|noprefixroute/) ? 'type' : 'virtual';
push(@rows, {
main::key($num++,1,$cont_ip,"IP v$ipv") => $ip,
main::key($num++,0,$ind_ip,$key) => $data2->[4],
@@ -13400,7 +14518,7 @@ sub if_ip {
}
else {
push(@rows, {
- main::key($num++,1,($cont_ip - 1 ),'IF') => $if,
+ main::key($num++,1,($cont_ip - 1),'IF') => $if,
main::key($num++,1,$cont_ip,"IP v$ipv") => $ip,
main::key($num++,0,$ind_ip,'scope') => $scope,
},);
@@ -13418,8 +14536,8 @@ sub if_ip {
# get ip using downloader to stdout. This is a clean, text only IP output url,
# single line only, ending in the ip address. May have to modify this in the future
# to handle ipv4 and ipv6 addresses but should not be necessary.
-# ip=$( echo 2001:0db8:85a3:0000:0000:8a2e:0370:7334 | gawk --re-interval '
-# ip=$( wget -q -O - $WAN_IP_URL | gawk --re-interval '
+# ip=$(echo 2001:0db8:85a3:0000:0000:8a2e:0370:7334 | gawk --re-interval '
+# ip=$(wget -q -O - $WAN_IP_URL | gawk --re-interval '
# this generates a direct dns based ipv4 ip address, but if opendns.com goes down,
# the fall backs will still work.
# note: consistently slower than domain based:
@@ -13436,11 +14554,11 @@ sub wan_ip {
# dig +short @ns1-1.akamaitech.net ANY whoami.akamai.net
# this one can take forever, and sometimes requires explicit -4 or -6
# dig -4 TXT +short o-o.myaddr.l.google.com @ns1.google.com
- if (!$b_skip_dig && (my $program = main::check_program('dig') )){
+ if (!$force{'no-dig'} && (my $program = main::check_program('dig'))){
$ip = (main::grabber("$program +short +time=1 +tries=1 \@ns1-1.akamaitech.net ANY whoami.akamai.net 2>/dev/null"))[0];
$b_dig = 1;
}
- if (!$ip && !$b_no_html_wan) {
+ if (!$ip && !$force{'no-html-wan'}){
# note: tests: akamai: 0.055 - 0.065 icanhazip.com: 0.177 0.164
# smxi: 0.525, so almost 10x slower. Dig is fast too
# leaving smxi as last test because I know it will always be up.
@@ -13449,7 +14567,7 @@ sub wan_ip {
# 0.255s: https://get.geojs.io/v1/ip
# 0.371s: http://icanhazip.com/
# 0.430s: https://smxi.org/opt/ip.php
- my @urls = (!$wan_url) ? qw( http://whatismyip.akamai.com/
+ my @urls = (!$wan_url) ? qw(http://whatismyip.akamai.com/
http://icanhazip.com/ https://smxi.org/opt/ip.php) : ($wan_url);
foreach (@urls){
$ua = 'ip' if $_ =~ /smxi/;
@@ -13484,46 +14602,6 @@ sub wan_ip {
eval $end if $b_log;
return @data;
}
-
-### USB networking search string data, because some brands can have other products than
-### wifi/nic cards, they need further identifiers, with wildcards.
-### putting the most common and likely first, then the less common, then some specifics
-
-# Wi-Fi.*Adapter Wireless.*Adapter Ethernet.*Adapter WLAN.*Adapter
-# Network.*Adapter 802\.11 Atheros Atmel D-Link.*Adapter D-Link.*Wireless Linksys
-# Netgea Ralink Realtek.*Network Realtek.*Wireless Realtek.*WLAN Belkin.*Wireless
-# Belkin.*WLAN Belkin.*Network Actiontec.*Wireless Actiontec.*Network AirLink.*Wireless
-# Asus.*Network Asus.*Wireless Buffalo.*Wireless Davicom DWA-.*RangeBooster DWA-.*Wireless
-# ENUWI-.*Wireless LG.*Wi-Fi Rosewill.*Wireless RNX-.*Wireless Samsung.*LinkStick
-# Samsung.*Wireless Sony.*Wireless TEW-.*Wireless TP-Link.*Wireless
-# WG[0-9][0-9][0-9].*Wireless WNA[0-9][0-9][0-9] WNDA[0-9][0-9][0-9]
-# Zonet.*ZEW.*Wireless
-sub network_device {
- eval $start if $b_log;
- my ($device_string) = @_;
- my ($b_network);
- # belkin=050d; d-link=07d1; netgear=0846; ralink=148f; realtek=0bda;
- # Atmel makes other stuff. NOTE: exclude 'networks': IMC Networks
- my @tests = qw(wifi Wi-Fi.*Adapter Ethernet \bLAN\b WLAN Network\b Networking\b
- 802\.1[15] 802\.3
- Wireless.*Adapter 54\sMbps 100\/1000 NBase-T Mobile\sBroadband Atheros D-Link.*Adapter
- Dell.*Wireless D-Link.*Wireless Linksys Netgea Ralink Realtek.*Network Realtek.*Wireless
- Belkin.*Wireless Actiontec.*Wireless AirLink.*Wireless Asus.*Wireless
- Buffalo.*Wireless Davicom DWA-.*RangeBooster DWA-.*Wireless
- ENUWI-.*Wireless LG.*Wi-Fi Rosewill.*Wireless RNX-.*Wireless Samsung.*LinkStick
- Samsung.*Wireless Sony.*Wireless TEW-.*Wireless TP-Link.*Wireless
- WG[0-9][0-9][0-9].*Wireless WNA[0-9][0-9][0-9] WNDA[0-9][0-9][0-9]
- Zonet.*ZEW.*Wireless 050d:935b 0bda:8189 0bda:8197
- );
- foreach (@tests){
- if ($device_string =~ /$_/i ){
- $b_network = 1;
- last;
- }
- }
- eval $end if $b_log;
- return $b_network;
-}
sub check_bus_id {
eval $start if $b_log;
my ($path,$bus_id) = @_;
@@ -13532,8 +14610,8 @@ sub check_bus_id {
# legacy, not link, but uevent has path:
# PHYSDEVPATH=/devices/pci0000:00/0000:00:0a.1/0000:05:00.0
if (Cwd::abs_path($path) =~ /$bus_id\// ||
- ( -r "$path/uevent" && -s "$path/uevent" &&
- (grep {/$bus_id/} main::reader("$path/uevent") ) ) ){
+ (-r "$path/uevent" && -s "$path/uevent" &&
+ (grep {/$bus_id/} main::reader("$path/uevent")))){
$b_valid = 1;
}
}
@@ -13542,31 +14620,29 @@ sub check_bus_id {
}
sub check_wifi {
my ($item) = @_;
- my $b_wifi = ($item =~ /wireless|wifi|wi-fi|wlan|802\.11|centrino/i) ? 1 : 0;
+ my $b_wifi = ($item =~ /wireless|wi-?fi|wlan|802\.11|centrino/i) ? 1 : 0;
return $b_wifi;
}
}
-## OpticalData
+## OpticalItem
{
-package OpticalData;
-
+package OpticalItem;
sub get {
eval $start if $b_log;
my (%data,@rows,$key1,$val1);
my $num = 0;
if ($bsd_type){
- #%data = optical_data_bsd();
$key1 = 'Optical Report';
$val1 = main::row_defaults('optical-data-bsd');
@rows = ({main::key($num++,0,1,$key1) => $val1,});
- if ( @dm_boot_optical){
- %data = optical_data_bsd();
- @rows = optical_output(\%data) if %data;
+ if ($dboot{'optical'}){
+ %data = drive_data_bsd();
+ @rows = drive_output(\%data) if %data;
}
else{
- my $file = main::system_files('dmesg-boot');
- if ( $file && ! -r $file ){
+ my $file = $system_files{'dmesg-boot'};
+ if ($file && ! -r $file){
$val1 = main::row_defaults('dmesg-boot-permissions');
}
elsif (!$file){
@@ -13580,8 +14656,8 @@ sub get {
}
}
else {
- %data = optical_data_linux();
- @rows = optical_output(\%data) if %data;
+ %data = drive_data_linux();
+ @rows = drive_output(\%data) if %data;
}
if (!@rows){
$key1 = 'Message';
@@ -13591,71 +14667,71 @@ sub get {
eval $end if $b_log;
return @rows;
}
-sub optical_output {
+sub drive_output {
eval $start if $b_log;
- my ($devices) = @_;
+ my ($drives) = @_;
my (@rows);
my $num = 0;
my $j = 0;
# build floppy if any
- foreach my $key (sort keys %$devices){
- if ($devices->{$key}{'type'} eq 'floppy'){
+ foreach my $key (sort keys %$drives){
+ if ($drives->{$key}{'type'} eq 'floppy'){
push(@rows, {
- main::key($num++,0,1,ucfirst($devices->{$key}{'type'})) => "/dev/$key",
+ main::key($num++,0,1,ucfirst($drives->{$key}{'type'})) => "/dev/$key",
});
- delete $devices->{$key};
+ delete $drives->{$key};
}
}
- foreach my $key (sort keys %$devices){
+ foreach my $key (sort keys %$drives){
$j = scalar @rows;
$num = 1;
- my $vendor = $devices->{$key}{'vendor'};
+ my $vendor = $drives->{$key}{'vendor'};
$vendor ||= 'N/A';
- my $model = $devices->{$key}{'model'};
+ my $model = $drives->{$key}{'model'};
$model ||= 'N/A';
push(@rows, {
- main::key($num++,1,1,ucfirst($devices->{$key}{'type'})) => "/dev/$key",
+ main::key($num++,1,1,ucfirst($drives->{$key}{'type'})) => "/dev/$key",
main::key($num++,0,2,'vendor') => $vendor,
main::key($num++,0,2,'model') => $model,
});
if ($extra > 0){
- my $rev = $devices->{$key}{'rev'};
+ my $rev = $drives->{$key}{'rev'};
$rev ||= 'N/A';
$rows[$j]->{ main::key($num++,0,2,'rev')} = $rev;
}
- if ($extra > 1 && $devices->{$key}{'serial'}){
- $rows[$j]->{ main::key($num++,0,2,'serial')} = main::apply_filter($devices->{$key}{'serial'});
+ if ($extra > 1 && $drives->{$key}{'serial'}){
+ $rows[$j]->{ main::key($num++,0,2,'serial')} = main::apply_filter($drives->{$key}{'serial'});
}
- my $links = (@{$devices->{$key}{'links'}}) ? join(',', sort @{$devices->{$key}{'links'}}) : 'N/A' ;
+ my $links = (@{$drives->{$key}{'links'}}) ? join(',', sort @{$drives->{$key}{'links'}}) : 'N/A' ;
$rows[$j]->{ main::key($num++,0,2,'dev-links')} = $links;
if ($show{'optical'}){
$j = scalar @rows;
- my $speed = $devices->{$key}{'speed'};
+ my $speed = $drives->{$key}{'speed'};
$speed ||= 'N/A';
my ($audio,$multisession) = ('','');
- if (defined $devices->{$key}{'multisession'}){
- $multisession = ( $devices->{$key}{'multisession'} == 1 ) ? 'yes' : 'no' ;
+ if (defined $drives->{$key}{'multisession'}){
+ $multisession = ($drives->{$key}{'multisession'} == 1) ? 'yes' : 'no' ;
}
$multisession ||= 'N/A';
- if (defined $devices->{$key}{'audio'}){
- $audio = ( $devices->{$key}{'audio'} == 1 ) ? 'yes' : 'no' ;
+ if (defined $drives->{$key}{'audio'}){
+ $audio = ($drives->{$key}{'audio'} == 1) ? 'yes' : 'no' ;
}
$audio ||= 'N/A';
my $dvd = 'N/A';
my (@rw,$rws);
- if (defined $devices->{$key}{'dvd'}){
- $dvd = ( $devices->{$key}{'dvd'} == 1 ) ? 'yes' : 'no' ;
+ if (defined $drives->{$key}{'dvd'}){
+ $dvd = ($drives->{$key}{'dvd'} == 1) ? 'yes' : 'no' ;
}
- if ($devices->{$key}{'cdr'}){
+ if ($drives->{$key}{'cdr'}){
push(@rw, 'cd-r');
}
- if ($devices->{$key}{'cdrw'}){
+ if ($drives->{$key}{'cdrw'}){
push(@rw, 'cd-rw');
}
- if ($devices->{$key}{'dvdr'}){
+ if ($drives->{$key}{'dvdr'}){
push(@rw, 'dvd-r');
}
- if ($devices->{$key}{'dvdram'}){
+ if ($drives->{$key}{'dvdram'}){
push(@rw, 'dvd-ram');
}
$rws = (@rw) ? join(',', @rw) : 'none' ;
@@ -13667,22 +14743,22 @@ sub optical_output {
main::key($num++,0,3,'dvd') => $dvd,
main::key($num++,0,3,'rw') => $rws,
});
- if ($extra > 0 ){
- my $state = $devices->{$key}{'state'};
+ if ($extra > 0){
+ my $state = $drives->{$key}{'state'};
$state ||= 'N/A';
$rows[$j]->{ main::key($num++,0,3,'state')} = $state;
}
}
}
- #print Data::Dumper::Dumper \%devices;
+ # print Data::Dumper::Dumper \%drives;
eval $end if $b_log;
return @rows;
}
-sub optical_data_bsd {
+sub drive_data_bsd {
eval $start if $b_log;
- my (%devices,@rows,@temp);
+ my (%drives,@rows,@temp);
my ($count,$i,$working) = (0,0,'');
- foreach (@dm_boot_optical){
+ foreach (@{$dboot{'optical'}}){
$_ =~ s/(cd[0-9]+)\(([^:]+):([0-9]+):([0-9]+)\):/$1:$2-$3.$4,/;
my @row = split(/:\s*/, $_);
next if ! defined $row[1];
@@ -13691,100 +14767,100 @@ sub optical_data_bsd {
$working = $row[0];
}
# no dots, note: ada2: 2861588MB BUT: ada2: 600.000MB/s
- if (! exists $devices{$working}){
- $devices{$working}->{'links'} = ([]);
- $devices{$working}->{'model'} = '';
- $devices{$working}->{'rev'} = '';
- $devices{$working}->{'state'} = '';
- $devices{$working}->{'vendor'} = '';
- $devices{$working}->{'temp'} = '';
- $devices{$working}->{'type'} = ($working =~ /^cd/) ? 'optical' : 'unknown';
- }
- #print "$_\n";
- if ($bsd_type ne 'openbsd'){
+ if (!exists $drives{$working}){
+ $drives{$working}->{'links'} = [];
+ $drives{$working}->{'model'} = '';
+ $drives{$working}->{'rev'} = '';
+ $drives{$working}->{'state'} = '';
+ $drives{$working}->{'vendor'} = '';
+ $drives{$working}->{'temp'} = '';
+ $drives{$working}->{'type'} = ($working =~ /^cd/) ? 'optical' : 'unknown';
+ }
+ # print "$_\n";
+ if ($bsd_type !~ /^(net|open)bsd$/){
if ($row[1] && $row[1] =~ /^<([^>]+)>/){
- $devices{$working}->{'model'} = $1;
- $count = ($devices{$working}->{'model'} =~ tr/ //);
+ $drives{$working}->{'model'} = $1;
+ $count = ($drives{$working}->{'model'} =~ tr/ //);
if ($count && $count > 1){
- @temp = split(/\s+/, $devices{$working}->{'model'});
- $devices{$working}->{'vendor'} = $temp[0];
- my $index = ($#temp > 2 ) ? ($#temp - 1): $#temp;
- $devices{$working}->{'model'} = join(' ', @temp[1..$index]);
- $devices{$working}->{'rev'} = $temp[-1] if $count > 2;
+ @temp = split(/\s+/, $drives{$working}->{'model'});
+ $drives{$working}->{'vendor'} = $temp[0];
+ my $index = ($#temp > 2) ? ($#temp - 1): $#temp;
+ $drives{$working}->{'model'} = join(' ', @temp[1..$index]);
+ $drives{$working}->{'rev'} = $temp[-1] if $count > 2;
}
if ($show{'optical'}){
if (/\bDVD\b/){
- $devices{$working}->{'dvd'} = 1;
+ $drives{$working}->{'dvd'} = 1;
}
if (/\bRW\b/){
- $devices{$working}->{'cdrw'} = 1;
- $devices{$working}->{'dvdr'} = 1 if $devices{$working}->{'dvd'};
+ $drives{$working}->{'cdrw'} = 1;
+ $drives{$working}->{'dvdr'} = 1 if $drives{$working}->{'dvd'};
}
}
}
if ($row[1] && $row[1] =~ /^Serial/){
@temp = split(/\s+/,$row[1]);
- $devices{$working}->{'serial'} = $temp[-1];
+ $drives{$working}->{'serial'} = $temp[-1];
}
if ($show{'optical'}){
if ($row[1] =~ /^([0-9\.]+[MGTP][B]?\/s)/){
- $devices{$working}->{'speed'} = $1;
- $devices{$working}->{'speed'} =~ s/\.[0-9]+//;
+ $drives{$working}->{'speed'} = $1;
+ $drives{$working}->{'speed'} =~ s/\.[0-9]+//;
}
if (/\bDVD[-]?RAM\b/){
- $devices{$working}->{'cdr'} = 1;
- $devices{$working}->{'dvdram'} = 1;
+ $drives{$working}->{'cdr'} = 1;
+ $drives{$working}->{'dvdram'} = 1;
}
if ($row[2] && $row[2] =~ /,\s(.*)$/){
- $devices{$working}->{'state'} = $1;
- $devices{$working}->{'state'} =~ s/\s+-\s+/, /;
+ $drives{$working}->{'state'} = $1;
+ $drives{$working}->{'state'} =~ s/\s+-\s+/, /;
}
}
}
else {
if ($row[2] && $row[2] =~ /<([^>]+)>/){
- $devices{$working}->{'model'} = $1;
- $count = ($devices{$working}->{'model'} =~ tr/,//);
- #print "c: $count $row[2]\n";
+ $drives{$working}->{'model'} = $1;
+ $count = ($drives{$working}->{'model'} =~ tr/,//);
+ # print "c: $count $row[2]\n";
if ($count && $count > 1){
- @temp = split(/,\s*/, $devices{$working}->{'model'});
- $devices{$working}->{'vendor'} = $temp[0];
- $devices{$working}->{'model'} = $temp[1];
- $devices{$working}->{'rev'} = $temp[2];
+ @temp = split(/,\s*/, $drives{$working}->{'model'});
+ $drives{$working}->{'vendor'} = $temp[0];
+ $drives{$working}->{'model'} = $temp[1];
+ $drives{$working}->{'rev'} = $temp[2];
}
if ($show{'optical'}){
if (/\bDVD\b/){
- $devices{$working}->{'dvd'} = 1;
+ $drives{$working}->{'dvd'} = 1;
}
if (/\bRW\b/){
- $devices{$working}->{'cdrw'} = 1;
- $devices{$working}->{'dvdr'} = 1 if $devices{$working}->{'dvd'};
+ $drives{$working}->{'cdrw'} = 1;
+ $drives{$working}->{'dvdr'} = 1 if $drives{$working}->{'dvd'};
}
if (/\bDVD[-]?RAM\b/){
- $devices{$working}->{'cdr'} = 1;
- $devices{$working}->{'dvdram'} = 1;
+ $drives{$working}->{'cdr'} = 1;
+ $drives{$working}->{'dvdram'} = 1;
}
}
}
if ($show{'optical'}){
- #print "$row[1]\n";
+ # print "$row[1]\n";
if (($row[1] =~ tr/,//) > 1){
@temp = split(/,\s*/, $row[1]);
- $devices{$working}->{'speed'} = $temp[2];
+ $drives{$working}->{'speed'} = $temp[2];
}
}
}
}
- main::log_data('dump','%devices',\%devices) if $b_log;
- #print Data::Dumper::Dumper \%devices;
+ main::log_data('dump','%drives',\%drives) if $b_log;
+ # print Data::Dumper::Dumper \%drives;
eval $end if $b_log;
- return %devices;
+ return %drives;
}
-sub optical_data_linux {
+sub drive_data_linux {
eval $start if $b_log;
- my (@data,%devices,@info,@rows);
+ my (@data,%drives,@info,@rows);
@data = main::globber('/dev/dvd* /dev/cdr* /dev/scd* /dev/sr* /dev/fd[0-9]');
# Newer kernel is NOT linking all optical drives. Some, but not all.
# Get the actual disk dev location, first try default which is easier to run,
@@ -13796,36 +14872,36 @@ sub optical_data_linux {
# possible fix: puppy has these in /mnt not /dev they say
$working =~ s/\/(dev|media|mnt)\///;
$_ =~ s/\/(dev|media|mnt)\///;
- if (!defined $devices{$working}){
+ if (!defined $drives{$working}){
my @temp = ($_ ne $working) ? ($_) : ();
- $devices{$working}->{'links'} = \@temp;
- $devices{$working}->{'type'} = ($working =~ /^fd/) ? 'floppy' : 'optical' ;
+ $drives{$working}->{'links'} = \@temp;
+ $drives{$working}->{'type'} = ($working =~ /^fd/) ? 'floppy' : 'optical' ;
}
else {
- push(@{$devices{$working}->{'links'}}, $_) if $_ ne $working;
+ push(@{$drives{$working}->{'links'}}, $_) if $_ ne $working;
}
- #print "$working\n";
+ # print "$working\n";
}
if ($show{'optical'} && -e '/proc/sys/dev/cdrom/info'){
@info = main::reader('/proc/sys/dev/cdrom/info','strip');
}
- #print join('; ', @data), "\n";
- foreach my $key (keys %devices){
- next if $devices{$key}->{'type'} eq 'floppy';
+ # print join('; ', @data), "\n";
+ foreach my $key (keys %drives){
+ next if $drives{$key}->{'type'} eq 'floppy';
my $device = "/sys/block/$key/device";
- if ( -d $device){
+ if (-d $device){
if (-r "$device/vendor"){
- $devices{$key}->{'vendor'} = main::reader("$device/vendor",'',0);
- $devices{$key}->{'vendor'} = main::cleaner($devices{$key}->{'vendor'});
- $devices{$key}->{'state'} = main::reader("$device/state",'',0);
- $devices{$key}->{'model'} = main::reader("$device/model",'',0);
- $devices{$key}->{'model'} = main::cleaner($devices{$key}->{'model'});
- $devices{$key}->{'rev'} = main::reader("$device/rev",'',0);
+ $drives{$key}->{'vendor'} = main::reader("$device/vendor",'',0);
+ $drives{$key}->{'vendor'} = main::cleaner($drives{$key}->{'vendor'});
+ $drives{$key}->{'state'} = main::reader("$device/state",'',0);
+ $drives{$key}->{'model'} = main::reader("$device/model",'',0);
+ $drives{$key}->{'model'} = main::cleaner($drives{$key}->{'model'});
+ $drives{$key}->{'rev'} = main::reader("$device/rev",'',0);
}
}
- elsif ( -r "/proc/ide/$key/model"){
- $devices{$key}->{'vendor'} = main::reader("/proc/ide/$key/model",'',0);
- $devices{$key}->{'vendor'} = main::cleaner($devices{$key}->{'vendor'});
+ elsif (-r "/proc/ide/$key/model"){
+ $drives{$key}->{'vendor'} = main::reader("/proc/ide/$key/model",'',0);
+ $drives{$key}->{'vendor'} = main::cleaner($drives{$key}->{'vendor'});
}
if ($show{'optical'} && @info){
my $index = 0;
@@ -13837,56 +14913,56 @@ sub optical_data_linux {
last if ($id eq $key);
$index++;
}
- last if ! $index; # index will be > 0 if it was found
+ last if !$index; # index will be > 0 if it was found
}
- elsif ($item =~/^drive speed:/) {
- $devices{$key}->{'speed'} = $split[$index];
+ elsif ($item =~/^drive speed:/){
+ $drives{$key}->{'speed'} = $split[$index];
}
- elsif ($item =~/^Can read multisession:/) {
- $devices{$key}->{'multisession'}=$split[$index+1];
+ elsif ($item =~/^Can read multisession:/){
+ $drives{$key}->{'multisession'}=$split[$index+1];
}
- elsif ($item =~/^Can read MCN:/) {
- $devices{$key}->{'mcn'}=$split[$index+1];
+ elsif ($item =~/^Can read MCN:/){
+ $drives{$key}->{'mcn'}=$split[$index+1];
}
- elsif ($item =~/^Can play audio:/) {
- $devices{$key}->{'audio'}=$split[$index+1];
+ elsif ($item =~/^Can play audio:/){
+ $drives{$key}->{'audio'}=$split[$index+1];
}
- elsif ($item =~/^Can write CD-R:/) {
- $devices{$key}->{'cdr'}=$split[$index+1];
+ elsif ($item =~/^Can write CD-R:/){
+ $drives{$key}->{'cdr'}=$split[$index+1];
}
- elsif ($item =~/^Can write CD-RW:/) {
- $devices{$key}->{'cdrw'}=$split[$index+1];
+ elsif ($item =~/^Can write CD-RW:/){
+ $drives{$key}->{'cdrw'}=$split[$index+1];
}
- elsif ($item =~/^Can read DVD:/) {
- $devices{$key}->{'dvd'}=$split[$index+1];
+ elsif ($item =~/^Can read DVD:/){
+ $drives{$key}->{'dvd'}=$split[$index+1];
}
- elsif ($item =~/^Can write DVD-R:/) {
- $devices{$key}->{'dvdr'}=$split[$index+1];
+ elsif ($item =~/^Can write DVD-R:/){
+ $drives{$key}->{'dvdr'}=$split[$index+1];
}
- elsif ($item =~/^Can write DVD-RAM:/) {
- $devices{$key}->{'dvdram'}=$split[$index+1];
+ elsif ($item =~/^Can write DVD-RAM:/){
+ $drives{$key}->{'dvdram'}=$split[$index+1];
}
}
}
}
- main::log_data('dump','%devices',\%devices) if $b_log;
- #print Data::Dumper::Dumper \%devices;
+ main::log_data('dump','%drives',\%drives) if $b_log;
+ # print Data::Dumper::Dumper \%drives;
eval $end if $b_log;
- return %devices;
+ return %drives;
}
}
-## PartitionData
+## PartitionItem
{
-package PartitionData;
+package PartitionItem;
sub get {
eval $start if $b_log;
my (@rows,$key1,$val1);
my $num = 0;
- partition_data() if !$b_partitions;
- if (!@partitions) {
+ set_partitions() if !$loaded{'set-partitions'};
+ if (!@partitions){
$key1 = 'Message';
#$val1 = ($bsd_type && $bsd_type eq 'darwin') ?
# main::row_defaults('darwin-feature') : main::row_defaults('partition-data');
@@ -13894,16 +14970,16 @@ sub get {
@rows = ({main::key($num++,0,1,$key1) => $val1,});
}
else {
- @rows = partition_output();
+ @rows = create_output();
}
eval $end if $b_log;
return @rows;
}
-sub partition_output {
+sub create_output {
eval $start if $b_log;
my $num = 0;
my $j = 0;
- my (%part,@rows,$dev,$dev_type,$fs,$percent,$raw_size,$size,$used);
+ my (@rows,$dev,$dev_type,$fs,$percent,$raw_size,$size,$used);
# alpha sort for non numerics
if ($show{'partition-sort'} !~ /^(percent-used|size|used)$/){
@partitions = sort { $a->{$show{'partition-sort'}} cmp $b->{$show{'partition-sort'}} } @partitions;
@@ -13911,6 +14987,7 @@ sub partition_output {
else {
@partitions = sort { $a->{$show{'partition-sort'}} <=> $b->{$show{'partition-sort'}} } @partitions;
}
+ my $fs_skip = fs_excludes('label-uuid');
foreach my $row (@partitions){
$num = 1;
next if $row->{'type'} eq 'secondary' && $show{'partition'};
@@ -13918,14 +14995,13 @@ sub partition_output {
next if $row->{'swap-type'} && $row->{'swap-type'} ne 'partition';
if (!$row->{'hidden'}){
$size = ($row->{'size'}) ? main::get_size($row->{'size'},'string') : 'N/A';
- $used = ($row->{'used'}) ? main::get_size($row->{'used'},'string') : 'N/A';
+ $used = main::get_size($row->{'used'},'string','N/A'); # used can be 0
$percent = (defined $row->{'percent-used'}) ? ' (' . $row->{'percent-used'} . '%)' : '';
}
else {
$percent = '';
$used = $size = (!$b_root) ? main::row_defaults('root-required') : main::row_defaults('partition-hidden');
}
- %part = ();
$fs = ($row->{'fs'}) ? lc($row->{'fs'}): 'N/A';
$dev_type = ($row->{'dev-type'}) ? $row->{'dev-type'} : 'dev';
$row->{'dev-base'} = '/dev/' . $row->{'dev-base'} if $dev_type eq 'dev' && $row->{'dev-base'};
@@ -13935,10 +15011,10 @@ sub partition_output {
push(@rows, {
main::key($num++,1,1,'ID') => $row->{'id'},
});
- if (($b_admin || $row->{'hidden'}) && $row->{'raw-size'} ){
+ if (($b_admin || $row->{'hidden'}) && $row->{'raw-size'}){
# It's an error! permissions or missing tool
$raw_size = ($row->{'raw-size'}) ? main::get_size($row->{'raw-size'},'string') : 'N/A';
- $rows[$j]->{main::key($num++,0,2,'raw size')} = $raw_size;
+ $rows[$j]->{main::key($num++,0,2,'raw-size')} = $raw_size;
}
if ($b_admin && $row->{'raw-available'} && $size ne 'N/A'){
$size .= ' (' . $row->{'raw-available'} . '%)';
@@ -13950,13 +15026,13 @@ sub partition_output {
$rows[$j]->{main::key($num++,0,2,'swappiness')} = $row->{'swappiness'};
}
if ($b_admin && $fs eq 'swap' && defined $row->{'cache-pressure'}){
- $rows[$j]->{main::key($num++,0,2,'cache pressure')} = $row->{'cache-pressure'};
+ $rows[$j]->{main::key($num++,0,2,'cache-pressure')} = $row->{'cache-pressure'};
}
if ($extra > 1 && $fs eq 'swap' && defined $row->{'priority'}){
$rows[$j]->{main::key($num++,0,2,'priority')} = $row->{'priority'};
}
if ($b_admin && $row->{'block-size'}){
- $rows[$j]->{main::key($num++,0,2,'block size')} = $row->{'block-size'} . ' B';;
+ $rows[$j]->{main::key($num++,0,2,'block-size')} = $row->{'block-size'} . ' B';;
#$rows[$j]->{main::key($num++,0,2,'physical')} = $row->{'block-size'} . ' B';
#$rows[$j]->{main::key($num++,0,2,'logical')} = $row->{'block-logical'} . ' B';
}
@@ -13967,44 +15043,57 @@ sub partition_output {
if ($extra > 0 && $row->{'dev-mapped'}){
$rows[$j]->{main::key($num++,0,3,'mapped')} = $row->{'dev-mapped'};
}
- if ($show{'label'}){
- $row->{'label'} = main::apply_partition_filter('part', $row->{'label'}, '') if $use{'filter-label'};
- $rows[$j]->{main::key($num++,0,2,'label')} = ($row->{'label'}) ? $row->{'label'}: 'N/A';
- }
- if ($show{'uuid'}){
- $row->{'uuid'} = main::apply_partition_filter('part', $row->{'uuid'}, '') if $use{'filter-uuid'};
- $rows[$j]->{main::key($num++,0,2,'uuid')} = ($row->{'uuid'}) ? $row->{'uuid'}: 'N/A';
+ # add fs known to not use label/uuid here
+ if (($show{'label'} || $show{'uuid'}) &&
+ $dev_type eq 'dev' && $fs !~ /^(fuse(blk)?[\._-]?)?($fs_skip)$/){
+ if ($show{'label'}){
+ if ($use{'filter-label'}){
+ $row->{'label'} = main::apply_partition_filter('part', $row->{'label'}, '');
+ }
+ $row->{'label'} ||= 'N/A';
+ $rows[$j]->{main::key($num++,0,2,'label')} = $row->{'label'};
+ }
+ if ($show{'uuid'}){
+ if ($use{'filter-uuid'}){
+ $row->{'uuid'} = main::apply_partition_filter('part', $row->{'uuid'}, '');
+ }
+ $row->{'uuid'} ||= 'N/A';
+ $rows[$j]->{main::key($num++,0,2,'uuid')} = $row->{'uuid'};
+ }
}
}
eval $end if $b_log;
return @rows;
}
-sub partition_data {
+sub set_partitions {
eval $start if $b_log;
#return if $bsd_type && $bsd_type eq 'darwin'; # darwin has muated output, of course
my (@data,@rows,@mount,@partitions_working,%part,@working);
- my ($b_fake_map,$b_fs,$b_load,$b_space,$cols,$roots) = (0,1,0,0,6,0);
- my ($back_size,$back_used) = (4,3);
+ my ($back_size,$back_used,$b_fs,$cols,$roots) = (4,3,1,6,0);
+ my ($b_fake_map,$b_load,$b_logical,$b_space,);
my ($block_size,$blockdev,$dev_base,$dev_mapped,$dev_type,$fs,$id,$label,
$maj_min,$percent_used,$raw_size,$replace,$size_available,$size,$test,
$type,$uuid,$used);
- $b_partitions = 1;
+ $loaded{'set-partitions'} = 1;
if ($b_admin){
# for partition block size
$blockdev = $alerts{'blockdev'}->{'path'} if $alerts{'blockdev'}->{'path'};
}
# for raw partition sizes, maj_min
- main::set_proc_partitions() if !$bsd_type && !$b_proc_partitions;
- main::set_lsblk() if !$bsd_type && !$b_lsblk;
- # set labels, uuid, gpart
- set_label_uuid() if !$b_label_uuid;
+ PartitionData::set() if !$bsd_type && !$loaded{'partition-data'};
+ DiskDataBSD::set() if $bsd_type && !$loaded{'disk-data-bsd'};
+ LsblkData::set() if !$bsd_type && !$loaded{'lsblk'};
+ # set @labels, @uuid
+ if (!$bsd_type){
+ set_label_uuid() if !$loaded{'label-uuid'};
+ }
# most current OS support -T and -k, but -P means different things
# in freebsd. However since most use is from linux, we make that default
# android 7 no -T support
if (!$bsd_type){
@partitions_working = main::grabber("df -P -T -k 2>/dev/null");
- main::set_mapper() if !$b_mapper;
+ main::set_mapper() if !$loaded{'mapper'};
}
else {
# this is missing the file system data
@@ -14037,13 +15126,9 @@ sub partition_data {
$roots++ if /\s\/$/;
}
@partitions_working = grep {!/^rootfs/} @partitions_working if $roots > 1;
- # IMPORTANT: check the lsblk completer tool check_partition_data() for matching lsblck
- # filters.
- my $filters = 'aufs|cgroup.*|cgmfs|configfs|debugfs|\/dev|dev|\/dev\/loop[0-9]*|';
- $filters .= 'devfs|devtmpfs|fdescfs|iso9660|linprocfs|none|procfs|\/run(\/.*)?|';
- $filters .= 'run|shm|squashfs|sys|\/sys\/.*|sysfs|tmpfs|type|udev|unionfs|vartmp';
- #push @partitions_working, '//mafreebox.freebox.fr/Disque dur cifs 239216096 206434016 20607496 91% /freebox/Disque dur';
- #push @partitions_working, '//mafreebox.freebox.fr/AllPG cifs 436616192 316339304 120276888 73% /freebox/AllPG';
+ my $filters = partition_filters();
+ # push @partitions_working, '//mafreebox.freebox.fr/Disque dur cifs 239216096 206434016 20607496 91% /freebox/Disque dur';
+ # push @partitions_working, '//mafreebox.freebox.fr/AllPG cifs 436616192 316339304 120276888 73% /freebox/AllPG';
foreach (@partitions_working){
# apple crap, maybe also freebsd?
$_ =~ s/^map\s+([\S]+)/map:\/$1/ if $b_fake_map;
@@ -14055,22 +15140,22 @@ sub partition_data {
if ($test =~ /\s/){
$b_space = 1;
$replace =~ s/\s/^^/g;
- #print ":$replace:\n";
+ # print ":$replace:\n";
$_ =~ s/^$test/$replace/;
- #print "$_\n";
+ # print "$_\n";
}
}
my @row = split(/\s+/, $_);
# autofs is a bsd thing, has size 0
if ($row[0] =~ /^($filters)$/ || $row[0] =~ /^ROOT/i ||
- ($b_fs && ($row[2] == 0 || $row[1] =~ /^(autofs|devtmpfs|iso9660|tmpfs)$/ ) )){
+ ($b_fs && ($row[2] == 0 || $row[1] =~ /^(autofs|devtmpfs|iso9660|tmpfs)$/))){
next;
}
($dev_base,$dev_mapped,$dev_type,$fs,$id,$label,
$maj_min,$type,$uuid) = ('','','','','','','','','');
($b_load,$block_size,$percent_used,$raw_size,$size_available,
$size,$used) = (0,0,0,0,0,0,0,0);
- %part = ();
+ undef %part;
# NOTE: using -P for linux fixes line wraps, and for bsds, assuming they don't use such long file names
if ($row[0] =~ /^\/dev\/|:\/|\/\//){
# this could point to by-label or by-uuid so get that first. In theory, abs_path should
@@ -14094,15 +15179,16 @@ sub partition_data {
}
$dev_base = $row[0];
$dev_base =~ s|^/.*/||;
- %part = main::get_lsblk($dev_base) if @lsblk;
+ %part = LsblkData::get($dev_base) if @lsblk;
$maj_min = get_maj_min($dev_base) if @proc_partitions;
}
# this handles zfs type devices/partitions, which do not start with / but contain /
# note: Main/jails/transmission_1 path can be > 1 deep
# Main zfs 3678031340 8156 3678023184 0% /mnt/Main
- if (!$dev_base && ($row[0] =~ /^([^\/]+\/)(.+)/ || ($row[0] =~ /^[^\/]+$/ && $row[1] =~ /^(btrfs|zfs)$/ ) ) ){
+ if (!$dev_base && ($row[0] =~ /^([^\/]+\/)(.+)/ ||
+ ($row[0] =~ /^[^\/]+$/ && $row[1] =~ /^(btrfs|hammer[2-9]?|zfs)$/))){
$dev_base = $row[0];
- $dev_type = 'raid';
+ $dev_type = 'logical';
}
# this handles yet another fredforfaen special case where a mounted drive
# has the search string in its name, includes / (|
@@ -14122,38 +15208,33 @@ sub partition_data {
if ($b_load){
if (!$bsd_type){
if ($b_fs){
- $fs = (%part && $part{'fs'}) ? $part{'fs'} : $row[1];
+ $fs = ($part{'fs'}) ? $part{'fs'} : $row[1];
}
else {
$fs = get_mounts_fs($row[0],\@mount);
}
- if ($show{'label'}) {
- if (%part && $part{'label'}) {
+ if ($show{'label'}){
+ if ($part{'label'}){
$label = $part{'label'};
}
- elsif ( @labels){
+ elsif (@labels){
$label = get_label($row[0]);
}
}
- if ($show{'uuid'}) {
- if (%part && $part{'uuid'}) {
+ if ($show{'uuid'}){
+ if ($part{'uuid'}){
$uuid = $part{'uuid'};
}
- elsif ( @uuids){
+ elsif (@uuids){
$uuid = get_uuid($row[0]);
}
}
}
else {
$fs = ($b_fs) ? $row[1]: get_mounts_fs($row[0],\@mount);
- if (@gpart && ($show{'label'} || $show{'uuid'} ) ){
- my @extra = get_bsd_label_uuid("$dev_base");
- if (@extra){
- $label = $extra[0];
- $uuid = $extra[1];
- }
- }
}
+ # assuming that all null/nullfs are parts of a logical fs
+ $b_logical = 1 if $fs && $fs =~ /^(btrfs|hammer|null|zfs)/;
$id = join(' ', @row[$cols .. $#row]);
$size = $row[$cols - $back_size];
if ($b_admin && -e "/sys/block/"){
@@ -14174,6 +15255,11 @@ sub partition_data {
elsif ($dev_base =~ /^\/\/|:\//){
$dev_type = 'remote';
}
+ # a slice bsd system, zfs can't be detected this easily
+ elsif ($b_logical && $fs && $fs =~ /^(null(fs)?)$/){
+ $dev_type = 'logical';
+ $dev_base = $row[0] if !$dev_base;
+ }
# an error has occurred almost for sure
elsif (!$dev_base){
$dev_type = 'source';
@@ -14183,8 +15269,15 @@ sub partition_data {
$dev_type = 'dev';
}
}
+ if ($bsd_type && $dev_type eq 'dev' && $row[0] &&
+ ($b_admin || $show{'label'} || $show{'uuid'})){
+ my %temp = DiskDataBSD::get($row[0]);
+ $block_size = $temp{'logical-block-size'};
+ $label = $temp{'label'};
+ $uuid = $temp{'uuid'};
+ }
$used = $row[$cols - $back_used];
- $percent_used = sprintf("%.1f", ( $used/$size )*100) if ($size && main::is_numeric($size) );
+ $percent_used = sprintf("%.1f", ($used/$size)*100) if ($size && main::is_numeric($size));
push(@partitions,{
'block-size' => $block_size,
'dev-base' => $dev_base,
@@ -14204,32 +15297,30 @@ sub partition_data {
});
}
}
- @data = swap_data();
- push(@partitions,@data);
- # print Data::Dumper::Dumper \@partitions if $test[16];
+ swap_data() if !$loaded{'set-swap'};
+ push(@partitions,@swaps);
+ print Data::Dumper::Dumper \@partitions if $dbg[16];
if (!$bsd_type && @lsblk){
check_partition_data();# updates @partitions
}
main::log_data('dump','@partitions',\@partitions) if $b_log;
- print Data::Dumper::Dumper \@partitions if $test[16];
+ print Data::Dumper::Dumper \@partitions if $dbg[16];
eval $end if $b_log;
}
-
sub swap_data {
eval $start if $b_log;
- return @swaps if $b_swaps;
- $b_swaps = 1;
+ $loaded{'set-swap'} = 1;
my (@data,@working);
- my ($cache_pressure,$dev_base,$dev_mapped,$dev_type,$label,$maj_min,
- $mount,$path,$pattern1,$pattern2,$percent_used,$priority,$size,
- $swap_type,$swappiness,$used,$uuid);
+ my ($block_size,$cache_pressure,$dev_base,$dev_mapped,$dev_type,$label,
+ $maj_min,$mount,$path,$pattern1,$pattern2,$percent_used,$priority,
+ $size,$swap_type,$swappiness,$used,$uuid);
my ($s,$j,$size_id,$used_id) = (1,0,2,3);
if (!$bsd_type){
# faster, avoid subshell, same as swapon -s
- if ( -r '/proc/swaps'){
+ if (-r '/proc/swaps'){
@working = main::reader("/proc/swaps");
}
- elsif ( $path = main::check_program('swapon') ){
+ elsif ($path = main::check_program('swapon')){
# note: while -s is deprecated, --show --bytes is not supported
# on older systems
@working = main::grabber("$path -s 2>/dev/null");
@@ -14239,11 +15330,14 @@ sub swap_data {
$swappiness = $data[0];
$cache_pressure = $data[1];
}
+ if (($show{'label'} || $show{'uuid'}) && !$loaded{'label-uuid'}){
+ set_label_uuid();
+ }
$pattern1 = 'partition|file|ram';
$pattern2 = '[^\s].*[^\s]';
}
else {
- if ( $path = main::check_program('swapctl') ){
+ if ($path = main::check_program('swapctl')){
# output in in KB blocks
@working = main::grabber("$path -l -k 2>/dev/null");
}
@@ -14256,9 +15350,9 @@ sub swap_data {
# data, it's the same exact output as swapon -s
foreach (@working){
#next if ! /^\/dev/ || /^\/dev\/(ramzwap|zram)/;
- next if /^(Device|Filename)/;
- ($dev_base,$dev_mapped,$dev_type,$label,$maj_min,$mount,$priority,
- $swap_type,$uuid) = ('','','','','','',undef,'partition','');
+ next if /^(Device|Filename|no swap)/;
+ ($block_size,$dev_base,$dev_mapped,$dev_type,$label,$maj_min,$mount,$priority,
+ $swap_type,$uuid) = ('','','','','','','',undef,'partition','');
@data = split(/\s+/, $_);
if (/^\/dev\/(block\/)?(compcache|ramzwap|zram)/i){
$swap_type = 'zram';
@@ -14271,20 +15365,23 @@ sub swap_data {
$swap_type = 'partition';
$dev_base = $data[0];
$dev_base =~ s|^/dev/||;
- if (!$bsd_type && $dev_base =~ /^dm-/ && %dmmapper){
- $dev_mapped = $dmmapper{$dev_base};
- }
- if ($show{'label'} && @labels){
- $label = get_label($data[0]);
- }
- if ($show{'uuid'} && @uuids){
- $uuid = get_uuid($data[0]);
+ if (!$bsd_type){
+ if ($dev_base =~ /^dm-/ && %dmmapper){
+ $dev_mapped = $dmmapper{$dev_base};
+ }
+ if ($show{'label'} && @labels){
+ $label = get_label($data[0]);
+ }
+ if ($show{'uuid'} && @uuids){
+ $uuid = get_uuid($data[0]);
+ }
}
- if ($bsd_type && @gpart && ($show{'label'} || $show{'uuid'} ) ){
- my @extra = get_bsd_label_uuid("$dev_base");
- if (@extra){
- $label = $extra[0];
- $uuid = $extra[1];
+ else {
+ if ($show{'label'} || $show{'uuid'}){
+ my %temp = DiskDataBSD::get($data[0]);
+ $block_size = $temp{'logical-block-size'};
+ $label = $temp{'label'};
+ $uuid = $temp{'uuid'};
}
}
$dev_type = 'dev';
@@ -14302,8 +15399,9 @@ sub swap_data {
}
$size = $data[$size_id];
$used = $data[$used_id];
- $percent_used = sprintf("%.1f", ( $used/$size )*100);
+ $percent_used = sprintf("%.1f", ($used/$size)*100);
push(@swaps, {
+ 'block-size' => $block_size,
'cache-pressure' => $cache_pressure,
'dev-base' => $dev_base,
'dev-mapped' => $dev_mapped,
@@ -14325,9 +15423,8 @@ sub swap_data {
$s++;
}
main::log_data('dump','@swaps',\@swaps) if $b_log;
- print Data::Dumper::Dumper \@swaps if $test[15];;
+ print Data::Dumper::Dumper \@swaps if $dbg[15];;
eval $end if $b_log;
- return @swaps;
}
sub swap_advanced_data {
eval $start if $b_log;
@@ -14347,114 +15444,39 @@ sub swap_advanced_data {
eval $end if $b_log;
return ($swappiness,$cache_pressure);
}
-sub get_mounts_fs {
- eval $start if $b_log;
- my ($item,$mount) = @_;
- $item =~ s/map:\/(\S+)/map $1/ if $bsd_type && $bsd_type eq 'darwin';
- return 'N/A' if ! @$mount;
- my ($fs) = ('');
- # linux: /dev/sdb6 on /var/www/m type ext4 (rw,relatime,data=ordered)
- # /dev/sda3 on /root.dev/ugw type ext3 (rw,relatime,errors=continue,user_xattr,acl,barrier=1,data=journal)
- # bsd: /dev/ada0s1a on / (ufs, local, soft-updates)
- foreach (@$mount){
- if ($bsd_type && $_ =~ /^$item\son.*\(([^,\s\)]+)[,\s]*.*\)/){
- $fs = $1;
- last;
- }
- elsif (!$bsd_type && $_ =~ /^$item\son.*\stype\s([\S]+)\s\([^\)]+\)/){
- $fs = $1;
- last;
- }
- }
- eval $end if $b_log;
- main::log_data('data',"fs: $fs") if $b_log;
- return $fs;
-}
-# 1. Name: ada1p1
-# label: (null)
-# label: ssd-root
-# rawuuid: b710678b-f196-11e1-98fd-021fc614aca9
-sub get_bsd_label_uuid {
- eval $start if $b_log;
- my ($item) = @_;
- my (@data,$b_found);
- foreach (@gpart){
- my @working = split(/\s*:\s*/, $_);
- if ($_ =~ /^[0-9]+\.\sName:/ && $working[1] eq $item){
- $b_found = 1;
- }
- elsif ($_ =~ /^[0-9]+\.\sName:/ && $working[1] ne $item){
- $b_found = 0;
- }
- if ($b_found){
- if ($working[0] eq 'label'){
- $data[0] = $working[1];
- $data[0] =~ s/\(|\)//g; # eg: label:(null) - we want to show null
- }
- if ($working[0] eq 'rawuuid'){
- $data[1] = $working[1];
- $data[0] =~ s/\(|\)//g;
- }
- }
- }
- main::log_data('dump','@data',\@data) if $b_log;
- eval $end if $b_log;
- return @data;
-}
-sub set_label_uuid {
- eval $start if $b_log;
- $b_label_uuid = 1;
- if ( $show{'unmounted'} || $show{'label'} || $show{'uuid'} ){
- if (!$bsd_type){
- if (-d '/dev/disk/by-label'){
- @labels = main::globber('/dev/disk/by-label/*');
- }
- if (-d '/dev/disk/by-uuid'){
- @uuids = main::globber('/dev/disk/by-uuid/*');
- }
- }
- else {
- if ( my $path = main::check_program('gpart')){
- @gpart = main::grabber("$path list 2>/dev/null",'','strip');
- }
- }
- }
- eval $end if $b_log;
-}
-
# handle cases of hidden file systems
sub check_partition_data {
eval $start if $b_log;
my ($b_found,$dev_mapped,$temp);
- # NOTE: these filters must match the fs filters in sub partitiion_data!!
- my $fs_filters = 'aufs|cgmfs|configfs|devfs|devtmpfs|';
- $fs_filters .= 'fdescfs|linprocfs|procfs|squashfs|swap|';
- $fs_filters .= 'sysfs|tmpfs|unionfs';
+ my $filters = partition_filters();
foreach my $row (@lsblk){
$b_found = 0;
$dev_mapped = '';
if (!$row->{'name'} || !$row->{'mount'} || !$row->{'type'} ||
- ($row->{'fs'} && $row->{'fs'} =~ /^($fs_filters)$/) ||
+ ($row->{'fs'} && $row->{'fs'} =~ /^($filters)$/) ||
($row->{'type'} =~ /^(disk|loop|rom)$/)){
next;
}
- #print "$row->{'name'} $row->{'mount'}\n";
+ # unmap so we can match name to dev-base
+ if (%mapper && $mapper{$row->{'name'}}){
+ $dev_mapped = $row->{'name'};
+ $row->{'name'} = $mapper{$row->{'name'}};
+ }
+ # print "$row->{'name'} $row->{'mount'}\n";
foreach my $row2 (@partitions){
- # print "m:$row->{'mount'} id:$row2->{'id'}\n";
+ # print "1: n:$row->{'name'} m:$row->{'mount'} db:$row2->{'dev-base'} id:$row2->{'id'}\n";
next if !$row2->{'id'};
- if ($row->{'mount'} eq $row2->{'id'}){
+ # note: for swap mount point is [SWAP] in @lsblk, but swap-x in @partitions
+ if ($row->{'mount'} eq $row2->{'id'} || $row->{'name'} eq $row2->{'dev-base'}){
$b_found = 1;
- if (%mapper && $mapper{$row->{'name'}}){
- $dev_mapped = $row->{'name'};
- $row->{'name'} = $mapper{$row->{'name'}};
- }
last;
}
- #print "m:$row->{'mount'} id:$row2->{'id'}\n";
+ # print "m:$row->{'mount'} id:$row2->{'id'}\n";
}
if (!$b_found){
- #print "found: $row->{'name'} $row->{'mount'}\n";
+ # print "found: n:$row->{'name'} m:$row->{'mount'}\n";
$temp = {
+ 'block-logical' => $row->{'block-logical'},
'dev-base' => $row->{'name'},
'dev-mapped' => $dev_mapped,
'fs' => $row->{'fs'},
@@ -14475,6 +15497,75 @@ sub check_partition_data {
}
eval $end if $b_log;
}
+# NOTE: Was forgetting to update one or the other so put them
+# all here for: subs partitiion_data(), check_partition_data()
+# note: p_d filters 'filesystem', and c_p_d filters against fs
+sub partition_filters {
+ # snap mounts with squashfs; appimage/flatpak mount?
+ # swap is set in swap_data(); cgmfs is in ram, like devfs, sysfs;
+ # union fs types: aufs, overlayfs, unionfs, mergerfs
+ my $filters = 'aufs|cgroup.*|cgmfs|configfs|debugfs|\/dev|dev|\/dev\/loop[0-9]*|';
+ $filters .= 'devfs|devtmpfs|efivarfs|fdescfs|hugetlbfs|iso9660|kernfs|';
+ $filters .= 'linprocfs|linsysfs|none|overla(id|y)(fs)?|procfs|ptyfs|';
+ $filters .= '/run(\/.*)?|run|securityfs|shm|squashfs|swap|sys|\/sys\/.*|sysfs|';
+ $filters .= 'tmpfs|tracefs|type|udev|unionfs|vartmp';
+ return $filters
+}
+# used to exclude disk used, partition/unmounted/swap label/uuid, unmounted label/uuid
+# see docs/inxi-data.txt PARTITION DATA for more on remote/fuse fs
+sub fs_excludes {
+ my ($source) = @_;
+ # panfs is parallel NAS volume manager, need more data
+ # null is hammer fs slice; nfs/nfs3/nfs4; some can be fuse mounts: fuse.sshfs
+ my $excludes = 'afs|archivemount(fs)?|aufs|avfs|ceph|cifs|gfs\d{0,2}|glusterfs|';
+ $excludes .= 'gmailfs|hdfs|ipfs|iso9660||k(osmos)?fs|.*lafs|mhddfs|mergerfs|';
+ $excludes .= 'moosefs|nfs\d{0,2}|null(fs)?|ocfs\d{0,2}|openafs|orangefs|';
+ $excludes .= 'overla(id|y)(fs)?|panfs|pvfs\d{0,2}|s3fs|sheepdog|squashfs|';
+ $excludes .= 'sshfs|smbfs|unionfs|vmfs';
+ # for non disk used excludes
+ $excludes .= '|ffs|fuse(blk)?' if $source eq 'label-uuid';
+ return $excludes;
+}
+sub get_mounts_fs {
+ eval $start if $b_log;
+ my ($item,$mount) = @_;
+ $item =~ s/map:\/(\S+)/map $1/ if $bsd_type && $bsd_type eq 'darwin';
+ return 'N/A' if ! @$mount;
+ my ($fs) = ('');
+ # linux: /dev/sdb6 on /var/www/m type ext4 (rw,relatime,data=ordered)
+ # /dev/sda3 on /root.dev/ugw type ext3 (rw,relatime,errors=continue,user_xattr,acl,barrier=1,data=journal)
+ # bsd: /dev/ada0s1a on / (ufs, local, soft-updates)
+ # bsd 2: /dev/wd0g on /home type ffs (local, nodev, nosuid)
+ foreach (@$mount){
+ if ($_ =~ /^$item\s+on.*?\s+type\s+([\S]+)\s+\([^\)]+\)/){
+ $fs = $1;
+ last;
+ }
+ elsif ($_ =~ /^$item\s+on.*?\s+\(([^,\s\)]+?)[,\s]*.*\)/){
+ $fs = $1;
+ last;
+ }
+ }
+ eval $end if $b_log;
+ main::log_data('data',"fs: $fs") if $b_log;
+ return $fs;
+}
+sub set_label_uuid {
+ eval $start if $b_log;
+ $loaded{'label-uuid'} = 1;
+ if ($show{'unmounted'} || $show{'label'} || $show{'swap'} || $show{'uuid'}){
+ if (-d '/dev/disk/by-label'){
+ @labels = main::globber('/dev/disk/by-label/*');
+ }
+ if (-d '/dev/disk/by-uuid'){
+ @uuids = main::globber('/dev/disk/by-uuid/*');
+ }
+ main::log_data('dump', '@labels', \@labels) if $b_log;
+ main::log_data('dump', '@uuids', \@uuids) if $b_log;
+ }
+ eval $end if $b_log;
+}
+
# args: 1: blockdev full path (part only); 2: block id; 3: size (part only)
sub admin_data {
eval $start if $b_log;
@@ -14494,7 +15585,7 @@ sub admin_data {
$size_raw = 'N/A';
}
else {
- $percent = sprintf("%.2f", ($size/$size_raw ) * 100) if $size && $size_raw;
+ $percent = sprintf("%.2f", ($size/$size_raw) * 100) if $size && $size_raw;
}
# print "$id size: $size %: $percent p-b: $block_size raw: $size_raw\n";
@sizes = ($size_raw,$percent,$block_size);
@@ -14575,10 +15666,9 @@ sub get_uuid {
}
}
-## ProcessData
+## ProcessItem
{
-package ProcessData;
-
+package ProcessItem;
sub get {
eval $start if $b_log;
my $num = 0;
@@ -14595,7 +15685,7 @@ sub get {
my $key = 'Message';
push(@rows, ({
main::key($num++,0,1,$key) => main::row_defaults('ps-data-null',''),
- },) );
+ },));
}
eval $end if $b_log;
return @rows;
@@ -14622,8 +15712,8 @@ sub cpu_processes {
$j = scalar @rows;
# $cpu_mem = ' - Memory: MiB / % used' if $extra > 0;
my $throttled = throttled($ps_count,$count,$j);
- #my $header = "CPU % used - Command - pid$cpu_mem - top";
- #my $header = "Top $count by CPU";
+ # my $header = "CPU % used - Command - pid$cpu_mem - top";
+ # my $header = "Top $count by CPU";
my @data = ({
main::key($num++,1,1,'CPU top') => "$count$throttled" . ' of ' . scalar @ps_aux,
},);
@@ -14634,25 +15724,25 @@ sub cpu_processes {
$j = scalar @processes;
my @row = split(/\s+/, $_);
my @command = process_starter(scalar @row, $row[$ps_cols],$row[$ps_cols + 1]);
- $cpu = ($ps_cols >= 10 ) ? $row[2] . '%': 'N/A';
+ $cpu = ($ps_cols >= 10) ? $row[2] . '%': 'N/A';
@data = ({
main::key($num++,1,2,$i++) => '',
main::key($num++,0,3,'cpu') => $cpu,
main::key($num++,1,3,'command') => $command[0],
},);
push(@processes,@data);
- if ($command[1]) {
+ if ($command[1]){
$processes[$j]->{main::key($num++,0,4,'started by')} = $command[1];
}
$pid = (defined $pid_col)? $row[$pid_col] : 'N/A';
$processes[$j]->{main::key($num++,0,3,'pid')} = $pid;
if ($extra > 0 && $ps_cols >= 10){
- my $decimals = ($row[5]/1024 > 10 ) ? 1 : 2;
+ my $decimals = ($row[5]/1024 > 10) ? 1 : 2;
$mem = (defined $row[5]) ? sprintf("%.${decimals}f", $row[5]/1024) . ' MiB' : 'N/A';
$mem .= ' (' . $row[3] . '%)';
$processes[$j]->{main::key($num++,0,3,'mem')} = $mem;
}
- #print Data::Dumper::Dumper \@processes, "i: $i; j: $j ";
+ # print Data::Dumper::Dumper \@processes, "i: $i; j: $j ";
}
eval $end if $b_log;
return @processes;
@@ -14675,13 +15765,13 @@ sub mem_processes {
$pid_col = 0 if $ps_cols == 2;
}
@rows = splice(@rows,0,$count);
- #print Data::Dumper::Dumper \@rows;
- @processes = main::get_memory_data_full('process') if !$b_mem;
+ # print Data::Dumper::Dumper \@rows;
+ @processes = main::MemoryData::full('process') if !$loaded{'memory'};
$j = scalar @rows;
my $throttled = throttled($ps_count,$count,$j);
#$cpu_mem = ' - CPU: % used' if $extra > 0;
- #my $header = "Memory MiB/% used - Command - pid$cpu_mem - top";
- #my $header = "Top $count by Memory";
+ # my $header = "Memory MiB/% used - Command - pid$cpu_mem - top";
+ # my $header = "Top $count by Memory";
@data = ({
main::key($num++,1,1,'Memory top') => "$count$throttled" . ' of ' . scalar @ps_aux,
},);
@@ -14692,7 +15782,7 @@ sub mem_processes {
$j = scalar @processes;
my @row = split(/\s+/, $_);
if ($ps_cols >= 10){
- my $decimals = ($row[5]/1024 > 10 ) ? 1 : 2;
+ my $decimals = ($row[5]/1024 > 10) ? 1 : 2;
$mem = (main::is_int($row[5])) ? sprintf("%.${decimals}f", $row[5]/1024) . ' MiB' : 'N/A';
$mem .= " (" . $row[3] . "%)";
}
@@ -14706,7 +15796,7 @@ sub mem_processes {
main::key($num++,1,3,'command') => $command[0],
},);
push(@processes,@data);
- if ($command[1]) {
+ if ($command[1]){
$processes[$j]->{main::key($num++,0,4,'started by')} = $command[1];
}
$pid = (defined $pid_col)? $row[$pid_col] : 'N/A';
@@ -14715,7 +15805,7 @@ sub mem_processes {
$cpu = $row[2] . '%';
$processes[$j]->{main::key($num++,0,3,'cpu')} = $cpu;
}
- #print Data::Dumper::Dumper \@processes, "i: $i; j: $j ";
+ # print Data::Dumper::Dumper \@processes, "i: $i; j: $j ";
}
eval $end if $b_log;
return @processes;
@@ -14750,25 +15840,22 @@ sub throttled {
}
}
-## RaidData
+## RaidItem
{
-package RaidData;
-# debugger switches
-my $b_hw = 0;
-my $b_lvm = 0;
-my $b_md = 0;
-my $b_zfs = 0;
+package RaidItem;
sub get {
eval $start if $b_log;
my (@hardware_raid,@rows,$key1,$val1);
my $num = 0;
- @hardware_raid = hw_data() if $b_hardware_raid || $b_hw;
- raid_data() if !$b_raid;
- #print 'get: ', Data::Dumper::Dumper \@lvm_raid;
- #print 'get: ', Data::Dumper::Dumper \@md_raid;
- #print 'get: ', Data::Dumper::Dumper \@zfs_raid;
- if (!@lvm_raid && !@md_raid && !@zfs_raid && !@hardware_raid){
+ @hardware_raid = hw_data() if $use{'hardware-raid'} || $fake{'raid-hw'};
+ raid_data() if !$loaded{'raid'};
+ # print 'get btrfs: ', Data::Dumper::Dumper \@btrfs_raid;
+ # print 'get lvm: ', Data::Dumper::Dumper \@lvm_raid;
+ # print 'get md: ', Data::Dumper::Dumper \@md_raid;
+ # print 'get zfs: ', Data::Dumper::Dumper \@zfs_raid;
+ if (!@btrfs_raid && !@lvm_raid && !@md_raid && !@zfs_raid && !@soft_raid &&
+ !@hardware_raid){
if ($show{'raid-forced'}){
$key1 = 'Message';
$val1 = main::row_defaults('raid-data');
@@ -14778,12 +15865,18 @@ sub get {
if (@hardware_raid){
push(@rows,hw_output(\@hardware_raid));
}
+ if (@btrfs_raid){
+ push(@rows,btrfs_output());
+ }
if (@lvm_raid){
push(@rows,lvm_output());
}
if (@md_raid){
push(@rows,md_output());
}
+ if (@soft_raid){
+ push(@rows,soft_output());
+ }
if (@zfs_raid){
push(@rows,zfs_output());
}
@@ -14792,7 +15885,6 @@ sub get {
@rows = ({main::key($num++,0,1,$key1) => $val1,});
}
eval $end if $b_log;
- ($b_md,$b_zfs) = undef;
return @rows;
}
sub hw_output {
@@ -14811,31 +15903,49 @@ sub hw_output {
$rows[$j]->{main::key($num++,0,2,'vendor')} = $row->{'vendor'} if $row->{'vendor'};
$rows[$j]->{main::key($num++,1,2,'driver')} = $driver;
if ($extra > 0){
- my $driver_version = ($row->{'driver-version'}) ? $row->{'driver-version'}: 'N/A' ;
- $rows[$j]->{main::key($num++,0,3,'v')} = $driver_version;
+ $row->{'driver-version'} ||= 'N/A';
+ $rows[$j]->{main::key($num++,0,3,'v')} = $row->{'driver-version'};
if ($extra > 2){
my $port= ($row->{'port'}) ? $row->{'port'}: 'N/A' ;
$rows[$j]->{main::key($num++,0,2,'port')} = $port;
}
- my $bus_id = (defined $row->{'bus-id'} && defined $row->{'sub-id'}) ? "$row->{'bus-id'}.$row->{'sub-id'}": 'N/A' ;
- $rows[$j]->{main::key($num++,0,2,'bus ID')} = $bus_id;
+ my $bus_id = (defined $row->{'bus-id'} && defined $row->{'sub-id'}) ? "$row->{'bus-id'}.$row->{'sub-id'}": 'N/A' ;
+ $rows[$j]->{main::key($num++,0,2,'bus-ID')} = $bus_id;
}
if ($extra > 1){
- my $chip_id = (defined $row->{'vendor-id'} && defined $row->{'chip-id'}) ? "$row->{'vendor-id'}.$row->{'chip-id'}": 'N/A' ;
- $rows[$j]->{main::key($num++,0,2,'chip ID')} = $chip_id;
+ my $chip_id = (defined $row->{'vendor-id'} && defined $row->{'chip-id'}) ? "$row->{'vendor-id'}.$row->{'chip-id'}": 'N/A' ;
+ $rows[$j]->{main::key($num++,0,2,'chip-ID')} = $chip_id;
}
if ($extra > 2){
- my $rev= (defined $row->{'rev'} && $row->{'rev'}) ? $row->{'rev'}: 'N/A' ;
- $rows[$j]->{main::key($num++,0,2,'rev')} = $rev;
+ $row->{'rev'} = 'N/A' if !defined $row->{'rev'}; # could be 0
+ $rows[$j]->{main::key($num++,0,2,'rev')} = $row->{'rev'};
+ $rows[$j]->{main::key($num++,0,2,'class-ID')} = $row->{'class-id'} if $row->{'class-id'};
}
}
eval $end if $b_log;
- #print Data::Dumper::Dumper \@rows;
+ # print Data::Dumper::Dumper \@rows;
+ return @rows;
+}
+sub btrfs_output {
+ eval $start if $b_log;
+ my (@components,@good,@rows);
+ my ($size);
+ my ($j,$num) = (0,0);
+ foreach my $row (sort {$a->{'id'} cmp $b->{'id'}} @btrfs_raid){
+
+ $j = scalar @rows;
+ $rows[$j]->{main::key($num++,1,2,'Components')} = '';
+ my $b_bump;
+ components_output('lvm','Online',\@rows,\@good,\$j,\$num,\$b_bump);
+ components_output('lvm','Meta',\@rows,\@components,\$j,\$num,\$b_bump);
+ }
+ eval $end if $b_log;
+ # print Data::Dumper::Dumper \@rows;
return @rows;
}
sub lvm_output {
eval $start if $b_log;
- my (@components,@components_good,@components_meta,@rows);
+ my (@components,@good,@components_meta,@rows);
my ($size);
my ($j,$num) = (0,0);
foreach my $row (sort {$a->{'id'} cmp $b->{'id'}} @lvm_raid){
@@ -14861,7 +15971,7 @@ sub lvm_output {
if (defined $row->{'stripes'}){
$rows[$j]->{main::key($num++,0,3,'stripes')} = $row->{'stripes'};
}
- if (defined $row->{'raid-mismatches'} && ($extra > 1 || $row->{'raid-mismatches'} > 0 )){
+ if (defined $row->{'raid-mismatches'} && ($extra > 1 || $row->{'raid-mismatches'} > 0)){
$rows[$j]->{main::key($num++,0,3,'mismatches')} = $row->{'raid-mismatches'};
}
if (defined $row->{'copy-percent'} && ($extra > 1 || $row->{'copy-percent'} < 100)){
@@ -14876,32 +15986,32 @@ sub lvm_output {
$rows[$j]->{main::key($num++,0,4,'vg-free')} = $size;
}
@components = (ref $row->{'components'} eq 'ARRAY') ? @{$row->{'components'}} : ();
- @components_good = ();
+ @good = ();
@components_meta = ();
foreach my $item (sort { $a->[0] cmp $b->[0]} @components){
if ($item->[4] =~ /_rmeta/){
push(@components_meta, $item);
}
else {
- push(@components_good, $item);
+ push(@good, $item);
}
}
$j = scalar @rows;
$rows[$j]->{main::key($num++,1,2,'Components')} = '';
my $b_bump;
- components_output('lvm','Online',\@rows,\@components_good,\$j,\$num,\$b_bump);
+ components_output('lvm','Online',\@rows,\@good,\$j,\$num,\$b_bump);
components_output('lvm','Meta',\@rows,\@components_meta,\$j,\$num,\$b_bump);
}
eval $end if $b_log;
- #print Data::Dumper::Dumper \@rows;
+ # print Data::Dumper::Dumper \@rows;
return @rows;
}
sub md_output {
eval $start if $b_log;
- my (@components,@components_good,@failed,@inactive,@rows,@spare,@temp);
+ my (@components,@good,@failed,@inactive,@rows,@spare,@temp);
my ($blocks,$chunk,$level,$report,$size,$status);
my ($j,$num) = (0,0);
- #print Data::Dumper::Dumper \@md_raid;
+ # print Data::Dumper::Dumper \@md_raid;
if ($extra > 2 && $md_raid[0]->{'supported-levels'}){
push(@rows, {
main::key($num++,0,1,'Supported mdraid levels') => $md_raid[0]->{'supported-levels'},
@@ -14911,7 +16021,7 @@ sub md_output {
$j = scalar @rows;
next if !%$row;
$num = 1;
- $level = (defined $row->{'level'}) ? $row->{'level'} : 'no-raid';
+ $level = (defined $row->{'level'}) ? $row->{'level'} : 'linear';
push(@rows, {
main::key($num++,1,1,'Device') => $row->{'id'},
});
@@ -14935,7 +16045,7 @@ sub md_output {
$report .= " $row->{'u-data'}" if $report;
$report ||= 'N/A';
if ($extra == 0){
- #print "here 0\n";
+ # print "here 0\n";
$rows[$j]->{main::key($num++,0,2,'report')} = $report;
}
if ($extra > 0){
@@ -14947,13 +16057,13 @@ sub md_output {
$blocks = ($row->{'blocks'}) ? $row->{'blocks'} : 'N/A';
$rows[$j]->{main::key($num++,0,3,'blocks')} = $blocks;
$chunk = ($row->{'chunk-size'}) ? $row->{'chunk-size'} : 'N/A';
- $rows[$j]->{main::key($num++,0,3,'chunk size')} = $chunk;
+ $rows[$j]->{main::key($num++,0,3,'chunk-size')} = $chunk;
if ($extra > 1){
if ($row->{'bitmap'}){
$rows[$j]->{main::key($num++,0,3,'bitmap')} = $row->{'bitmap'};
}
if ($row->{'super-block'}){
- $rows[$j]->{main::key($num++,0,3,'super blocks')} = $row->{'super-block'};
+ $rows[$j]->{main::key($num++,0,3,'super-blocks')} = $row->{'super-block'};
}
if ($row->{'algorithm'}){
$rows[$j]->{main::key($num++,0,3,'algorithm')} = $row->{'algorithm'};
@@ -14961,7 +16071,7 @@ sub md_output {
}
}
@components = (ref $row->{'components'} eq 'ARRAY') ? @{$row->{'components'}} : ();
- @components_good = ();
+ @good = ();
@failed = ();
@inactive = ();
@spare = ();
@@ -14969,22 +16079,22 @@ sub md_output {
# print Data::Dumper::Dumper \@components;
foreach my $item (sort { $a->[1] <=> $b->[1]} @components){
if (defined $item->[2] && $item->[2] =~ /^(F)$/){
- push(@failed, $item);
+ push(@failed,$item);
}
elsif (defined $item->[2] && $item->[2] =~ /(S)$/){
- push(@spare, $item);
+ push(@spare,$item);
}
- elsif ($row->{'status'} && $row->{'status'} eq 'inactive' ){
- push(@inactive, $item);
+ elsif ($row->{'status'} && $row->{'status'} eq 'inactive'){
+ push(@inactive,$item);
}
else {
- push(@components_good, $item);
+ push(@good,$item);
}
}
$j = scalar @rows;
$rows[$j]->{main::key($num++,1,2,'Components')} = '';
my $b_bump;
- components_output('mdraid','Online',\@rows,\@components_good,\$j,\$num,\$b_bump);
+ components_output('mdraid','Online',\@rows,\@good,\$j,\$num,\$b_bump);
components_output('mdraid','Failed',\@rows,\@failed,\$j,\$num,\$b_bump);
components_output('mdraid','Inactive',\@rows,\@inactive,\$j,\$num,\$b_bump);
components_output('mdraid','Spare',\@rows,\@spare,\$j,\$num,\$b_bump);
@@ -14997,7 +16107,7 @@ sub md_output {
}
$rows[$j]->{main::key($num++,1,2,'Recovering')} = $percent;
my $finish = ($row->{'recovery-finish'})?$row->{'recovery-finish'} : 'N/A';
- $rows[$j]->{main::key($num++,0,3,'time remaining')} = $finish;
+ $rows[$j]->{main::key($num++,0,3,'time-remaining')} = $finish;
if ($extra > 0){
if ($row->{'sectors-recovered'}){
$rows[$j]->{main::key($num++,0,3,'sectors')} = $row->{'sectors-recovered'};
@@ -15009,17 +16119,79 @@ sub md_output {
}
}
eval $end if $b_log;
- #print Data::Dumper::Dumper \@rows;
+ # print Data::Dumper::Dumper \@rows;
+ return @rows;
+}
+
+sub soft_output {
+ eval $start if $b_log;
+ my (@components,@good,@failed,@rows,@offline,@rebuild,@temp);
+ my ($size);
+ my ($j,$num) = (0,0);
+ if (@soft_raid && $alerts{'bioctl'}->{'action'} eq 'permissions'){
+ push(@rows,{
+ main::key($num++,1,1,'Message') => main::row_defaults('root-item-incomplete','softraid'),
+ });
+ }
+ # print Data::Dumper::Dumper \@soft_raid;
+ foreach my $row (sort {$a->{'id'} cmp $b->{'id'}} @soft_raid){
+ $j = scalar @rows;
+ next if !%$row;
+ $num = 1;
+ push(@rows, {
+ main::key($num++,1,1,'Device') => $row->{'id'},
+ });
+ $row->{'level'} ||= 'N/A';
+ $rows[$j]->{main::key($num++,0,2,'type')} = $row->{'type'};
+ $rows[$j]->{main::key($num++,0,2,'level')} = $row->{'level'};
+ $rows[$j]->{main::key($num++,0,2,'status')} = $row->{'status'};
+ if ($row->{'state'}){
+ $rows[$j]->{main::key($num++,0,2,'state')} = $row->{'state'};
+ }
+ if ($row->{'size'}){
+ $size = main::get_size($row->{'size'},'string');
+ }
+ $size ||= 'N/A';
+ $rows[$j]->{main::key($num++,0,2,'size')} = $size;
+ @components = (ref $row->{'components'} eq 'ARRAY') ? @{$row->{'components'}} : ();
+ @good = ();
+ @failed = ();
+ @offline = ();
+ @rebuild = ();
+ foreach my $item (sort { $a->[1] <=> $b->[1]} @components){
+ if (defined $item->[2] && $item->[2] eq 'failed'){
+ push(@failed,$item);
+ }
+ elsif (defined $item->[2] && $item->[2] eq 'offline'){
+ push(@offline,$item);
+ }
+ elsif (defined $item->[2] && $item->[2] eq 'rebuild'){
+ push(@rebuild,$item);
+ }
+ else {
+ push(@good,$item);
+ }
+ }
+ $j = scalar @rows;
+ $rows[$j]->{main::key($num++,1,2,'Components')} = '';
+ my $b_bump;
+ components_output('softraid','Online',\@rows,\@good,\$j,\$num,\$b_bump);
+ components_output('softraid','Failed',\@rows,\@failed,\$j,\$num,\$b_bump);
+ components_output('softraid','Rebuild',\@rows,\@rebuild,\$j,\$num,\$b_bump);
+ components_output('softraid','Offline',\@rows,\@offline,\$j,\$num,\$b_bump);
+ }
+ eval $end if $b_log;
+ # print Data::Dumper::Dumper \@rows;
return @rows;
}
sub zfs_output {
- eval $start if $b_log;
- my (@arrays,@arrays_holder,@components,@components_good,@failed,@rows,@spare);
+ eval $start if $b_log;
+ my (@arrays,@arrays_holder,@components,@good,@failed,@rows,@spare);
my ($allocated,$available,$level,$size,$status);
my ($b_row_1_sizes);
my ($j,$num) = (0,0);
- #print Data::Dumper::Dumper \@zfs_raid;
+ # print Data::Dumper::Dumper \@zfs_raid;
foreach my $row (sort {$a->{'id'} cmp $b->{'id'}} @zfs_raid){
$j = scalar @rows;
$b_row_1_sizes = 0;
@@ -15030,70 +16202,80 @@ sub zfs_output {
main::key($num++,0,2,'type') => $row->{'type'},
main::key($num++,0,2,'status') => $row->{'status'},
});
- $size = ($row->{'size'}) ? main::get_size($row->{'size'},'string') : '';
- $available = main::get_size($row->{'free'},'string',''); # could be zero free
+ $size = ($row->{'raw-size'}) ? main::get_size($row->{'raw-size'},'string') : '';
+ $available = main::get_size($row->{'raw-free'},'string',''); # could be zero free
if ($extra > 2){
- $allocated = ($row->{'allocated'}) ? main::get_size($row->{'allocated'},'string') : '';
+ $allocated = ($row->{'raw-allocated'}) ? main::get_size($row->{'raw-allocated'},'string') : '';
}
@arrays = @{$row->{'arrays'}};
@arrays = grep {defined $_} @arrays;
@arrays_holder = @arrays;
my $count = scalar @arrays;
- if (!defined $arrays[0]->{'level'} ){
- $level = 'no-raid';
+ if (!defined $arrays[0]->{'level'}){
+ $level = 'linear';
$rows[$j]->{main::key($num++,0,2,'level')} = $level;
}
elsif ($count < 2 && $arrays[0]->{'level'}){
$rows[$j]->{main::key($num++,0,2,'level')} = $arrays[0]->{'level'};
}
- if ($size){
- #print "here 0\n";
- $rows[$j]->{main::key($num++,0,2,'size')} = $size;
- $size = '';
- $b_row_1_sizes = 1;
- }
- if ($available){
- $rows[$j]->{main::key($num++,0,2,'free')} = $available;
- $available = '';
- $b_row_1_sizes = 1;
+ if ($size || $available || $allocated){
+ $rows[$j]->{main::key($num++,1,2,'raw')} = '';
+ if ($size){
+ # print "here 0\n";
+ $rows[$j]->{main::key($num++,0,3,'size')} = $size;
+ $size = '';
+ $b_row_1_sizes = 1;
+ }
+ if ($available){
+ $rows[$j]->{main::key($num++,0,3,'free')} = $available;
+ $available = '';
+ $b_row_1_sizes = 1;
+ }
+ if ($allocated){
+ $rows[$j]->{main::key($num++,0,3,'allocated')} = $allocated;
+ $allocated = '';
+ }
}
- if ($allocated){
- $rows[$j]->{main::key($num++,0,2,'allocated')} = $allocated;
- $allocated = '';
+ if ($row->{'zfs-size'}){
+ $rows[$j]->{main::key($num++,1,2,'zfs-fs')} = '';
+ $rows[$j]->{main::key($num++,0,3,'size')} = main::get_size($row->{'zfs-size'},'string');
+ $rows[$j]->{main::key($num++,0,3,'free')} = main::get_size($row->{'zfs-free'},'string');
}
foreach my $row2 (@arrays){
if ($count > 1){
$j = scalar @rows;
$num = 1;
- $size = ($row2->{'size'}) ? main::get_size($row2->{'size'},'string') : 'N/A';
- $available = ($row2->{'free'}) ? main::get_size($row2->{'free'},'string') : 'N/A';
- $level = (defined $row2->{'level'}) ? $row2->{'level'}: 'no-raid';
+ $size = ($row2->{'raw-size'}) ? main::get_size($row2->{'raw-size'},'string') : 'N/A';
+ $available = ($row2->{'raw-free'}) ? main::get_size($row2->{'raw-free'},'string') : 'N/A';
+ $level = (defined $row2->{'level'}) ? $row2->{'level'}: 'linear';
$status = ($row2->{'status'}) ? $row2->{'status'}: 'N/A';
push(@rows, {
main::key($num++,1,2,'Array') => $level,
main::key($num++,0,3,'status') => $status,
- main::key($num++,0,3,'size') => $size,
- main::key($num++,0,3,'free') => $available,
+ main::key($num++,1,3,'raw') => '',
+ main::key($num++,0,4,'size') => $size,
+ main::key($num++,0,4,'free') => $available,
});
}
# items like cache may have one component, with a size on that component
elsif (!$b_row_1_sizes){
- #print "here $count\n";
- $size = ($row2->{'size'}) ? main::get_size($row2->{'size'},'string') : 'N/A';
- $available = ($row2->{'free'}) ? main::get_size($row2->{'free'},'string') : 'N/A';
- $rows[$j]->{main::key($num++,0,2,'size')} = $size;
- $rows[$j]->{main::key($num++,0,2,'free')} = $available;
+ # print "here $count\n";
+ $size = ($row2->{'raw-size'}) ? main::get_size($row2->{'raw-size'},'string') : 'N/A';
+ $available = ($row2->{'raw-free'}) ? main::get_size($row2->{'raw-free'},'string') : 'N/A';
+ $rows[$j]->{main::key($num++,1,2,'raw')} = '';
+ $rows[$j]->{main::key($num++,0,3,'size')} = $size;
+ $rows[$j]->{main::key($num++,0,3,'free')} = $available;
if ($extra > 2){
- $allocated = ($row->{'allocated'}) ? main::get_size($row2->{'allocated'},'string') : '';
+ $allocated = ($row->{'raw-allocated'}) ? main::get_size($row2->{'allocated'},'string') : '';
if ($allocated){
- $rows[$j]->{main::key($num++,0,2,'allocated')} = $allocated;
+ $rows[$j]->{main::key($num++,0,3,'allocated')} = $allocated;
}
}
}
@components = (ref $row2->{'components'} eq 'ARRAY') ? @{$row2->{'components'}} : ();
@failed = ();
@spare = ();
- @components_good = ();
+ @good = ();
# @spare = split(/\s+/, $row->{'unused'}) if $row->{'unused'};
foreach my $item (sort { $a->[0] cmp $b->[0]} @components){
if (defined $item->[3] && $item->[3] =~ /^(DEGRADED|FAULTED|UNAVAIL)$/){
@@ -15105,19 +16287,19 @@ sub zfs_output {
# note: spares in use show: INUSE but technically it's still a spare,
# but since it's in use, consider it online.
else {
- push(@components_good, $item);
+ push(@good, $item);
}
}
$j = scalar @rows;
$rows[$j]->{main::key($num++,1,3,'Components')} = '';
my $b_bump;
- components_output('zfs','Online',\@rows,\@components_good,\$j,\$num,\$b_bump);
+ components_output('zfs','Online',\@rows,\@good,\$j,\$num,\$b_bump);
components_output('zfs','Failed',\@rows,\@failed,\$j,\$num,\$b_bump);
components_output('zfs','Available',\@rows,\@spare,\$j,\$num,\$b_bump);
}
}
eval $end if $b_log;
- #print Data::Dumper::Dumper \@rows;
+ # print Data::Dumper::Dumper \@rows;
return @rows;
}
@@ -15127,7 +16309,10 @@ sub components_output {
my ($type,$item,$rows_ref,$array_ref,$j_ref,$num_ref,$b_bump_ref) = @_;
return if !@$array_ref && $item ne 'Online';
my ($extra1,$extra2,$f1,$f2,$f3,$f4,$f5,$k,$k1,$key1,$l1,$l2,$l3);
- if ($type eq 'lvm'){
+ if ($type eq 'btrfs'){
+
+ }
+ elsif ($type eq 'lvm'){
($f1,$f2,$f3,$f4,$f5,$l1,$l2,$l3) = (1,2,3,4,5,3,4,5);
$k = 1;
$extra1 = 'mapped';
@@ -15138,20 +16323,25 @@ sub components_output {
$extra1 = 'mapped';
$k = 1 if $item eq 'Inactive';
}
+ elsif ($type eq 'softraid'){
+ ($f1,$f2,$f3,$f4,$k1,$l1,$l2,$l3) = (1,10,10,3,5,3,4,5);
+ $extra1 = 'device';
+ $k = 1;
+ }
elsif ($type eq 'zfs'){
($f1,$f2,$f3,$l1,$l2,$l3) = (1,2,3,4,5,6);
$k = 1;
}
- #print "item: $item\n";
+ # print "item: $item\n";
$$j_ref++ if $$b_bump_ref;
$$b_bump_ref = 0;
- my $good = ($item eq 'Online' && !@$array_ref ) ? 'N/A' : '';
+ my $good = ($item eq 'Online' && !@$array_ref) ? 'N/A' : '';
$$rows_ref[$$j_ref]->{main::key($$num_ref++,1,$l1,$item)} = $good;
#$$j_ref++ if $b_admin;
- #print Data::Dumper::Dumper $array_ref;
+ # print Data::Dumper::Dumper $array_ref;
foreach my $device (@$array_ref){
next if ref $device ne 'ARRAY';
- #if ($b_admin && $device->[$f1] && $device->[$f2]){
+ # if ($b_admin && $device->[$f1] && $device->[$f2]){
if ($b_admin){
$$j_ref++;
$$b_bump_ref = 1;
@@ -15163,7 +16353,7 @@ sub components_output {
$$rows_ref[$$j_ref]{main::key($$num_ref++,0,$l3,'maj-min')} = $device->[$f2];
}
if ($b_admin && $device->[$f1]){
- my $size = ($device->[$f1]) ? main::get_size($device->[$f1],'string') : 'N/A';
+ my $size = main::get_size($device->[$f1],'string');
$$rows_ref[$$j_ref]->{main::key($$num_ref++,0,$l3,'size')} = $size;
}
if ($b_admin && $device->[$f3]){
@@ -15181,19 +16371,28 @@ sub components_output {
sub raid_data {
eval $start if $b_log;
- main::set_lsblk() if !$bsd_type && !$b_lsblk;
- main::set_mapper() if !$bsd_type && !$b_mapper;
- main::set_proc_partitions() if !$bsd_type && !$b_proc_partitions;
+ LsblkData::set() if !$bsd_type && !$loaded{'lsblk'};
+ main::set_mapper() if !$bsd_type && !$loaded{'mapper'};
+ PartitionData::set() if !$bsd_type && !$loaded{'partition-data'};
my (@data);
- $b_raid = 1;
- if (($b_fake_raid && $b_lvm) ||
- ($alerts{'lvs'}->{'action'} && $alerts{'lvs'}->{'action'} eq 'use')){
+ $loaded{'raid'} = 1;
+ if ($fake{'raid-btrfs'} ||
+ ($alerts{'btrfs'}->{'action'} && $alerts{'btrfs'}->{'action'} eq 'use')){
+ @btrfs_raid = btrfs_data();
+ }
+ if ($fake{'raid-lvm'} ||
+ ($alerts{'lvs'}->{'action'} && $alerts{'lvs'}->{'action'} eq 'use')){
@lvm_raid = lvm_data();
}
- if (($b_fake_raid && $b_md) || (my $file = main::system_files('mdstat') )){
+ if ($fake{'raid-md'} || (my $file = $system_files{'proc-mdstat'})){
@md_raid = md_data($file);
}
- if (($b_fake_raid && $b_zfs) || (my $path = main::check_program('zpool') )){
+ if ($fake{'raid-soft'} || $sysctl{'softraid'}){
+ DiskDataBSD::set() if !$loaded{'disk-data-bsd'};
+ @soft_raid = soft_data();
+ }
+ if ($fake{'raid-zfs'} || (my $path = main::check_program('zpool'))){
+ DiskDataBSD::set() if $bsd_type && !$loaded{'disk-data-bsd'};
@zfs_raid = zfs_data($path);
}
eval $end if $b_log;
@@ -15211,15 +16410,17 @@ sub raid_data {
# 10 modules
sub hw_data {
eval $start if $b_log;
+ return if !$devices{'hwraid'};
my ($driver,$vendor,@hardware_raid);
- foreach my $working (@devices_hwraid){
+ foreach my $working (@{$devices{'hwraid'}}){
$driver = ($working->[9]) ? lc($working->[9]): '';
$driver =~ s/-/_/g if $driver;
my $driver_version = ($driver) ? main::get_module_version($driver): '';
- if ($extra > 2 && $b_pci_tool && $working->[11]){
+ if ($extra > 2 && $use{'pci-tool'} && $working->[11]){
$vendor = main::get_pci_vendor($working->[4],$working->[11]);
}
push(@hardware_raid, {
+ 'class-id' => $working->[1],
'bus-id' => $working->[2],
'chip-id' => $working->[6],
'device' => $working->[4],
@@ -15237,15 +16438,31 @@ sub hw_data {
eval $end if $b_log;
return @hardware_raid;
}
+sub btrfs_data {
+ eval $start if $b_log;
+ my (@btraid,@working);
+ if ($fake{'raid-btrfs'}){
+
+ }
+ else {
+
+ }
+ print Data::Dumper::Dumper \@working if $dbg[37];
+
+ print Data::Dumper::Dumper \@btraid if $dbg[37];
+ main::log_data('dump','@lvraid',\@btraid) if $b_log;
+ eval $end if $b_log;
+ return @btraid;
+}
sub lvm_data {
eval $start if $b_log;
- LogicalData::lvm_data() if !$b_lvm_data;
+ LogicalItem::lvm_data() if !$loaded{'logical-data'};
return if !@lvm;
my (@lvraid,$maj_min,$vg_used,@working);
foreach my $item (@lvm){
- next if $item->{'segtype'} !~ /^raid/;
+ next if $item->{'segtype'} && $item->{'segtype'} !~ /^raid/;
my (@components,$dev,$maj_min,$vg_used);
- #print Data::Dumper::Dumper $item;
+ # print Data::Dumper::Dumper $item;
if ($item->{'lv_kernel_major'} . ':' . $item->{'lv_kernel_minor'}){
$maj_min = $item->{'lv_kernel_major'} . ':' . $item->{'lv_kernel_minor'};
}
@@ -15258,7 +16475,7 @@ sub lvm_data {
foreach my $part (@working){
my (@data,$dev,$maj_min,$mapped,$size);
if (@proc_partitions){
- @data = main::get_proc_partition($part);
+ @data = PartitionData::get($part);
$maj_min = $data[0] . ':' . $data[1] if defined $data[1];
$size = $data[2];
$raw_logical[1] += $size if $part =~ /^dm-/ && $size;
@@ -15290,8 +16507,7 @@ sub lvm_data {
'vg-used' => $vg_used,
});
}
-
- # print Data::Dumper::Dumper \@lvraid;
+ print Data::Dumper::Dumper \@lvraid if $dbg[37];
main::log_data('dump','@lvraid',\@lvraid) if $b_log;
eval $end if $b_log;
return @lvraid;
@@ -15300,7 +16516,7 @@ sub md_data {
eval $start if $b_log;
my ($mdstat) = @_;
my $j = 0;
- if ($b_fake_raid) {
+ if ($fake{'raid-md'}){
#$mdstat = "$ENV{'HOME'}/bin/scripts/inxi/data/raid/md-4-device-1.txt";
#$mdstat = "$ENV{'HOME'}/bin/scripts/inxi/data/raid/md-rebuild-1.txt";
#$mdstat = "$ENV{'HOME'}/bin/scripts/inxi/data/raid/md-2-mirror-fserver2-1.txt";
@@ -15311,16 +16527,16 @@ sub md_data {
#$mdstat = "$ENV{'HOME'}/bin/scripts/inxi/data/raid/md-inactive-active-spare-syntax.txt";
}
my @working = main::reader($mdstat,'strip');
- #print Data::Dumper::Dumper \@working;
+ # print Data::Dumper::Dumper \@working;
my (@mdraid,@temp,$b_found,$system,$unused);
# NOTE: a system with empty mdstat will not show these values
if ($working[0] && $working[0] =~ /^Personalities/){
- $system = ( split(/:\s*/, $working[0]))[1];
+ $system = (split(/:\s*/, $working[0]))[1];
$system =~ s/\[|\]//g if $system;
shift @working;
}
if ($working[-1] && $working[-1] =~ /^unused\sdevices/){
- $unused = ( split(/:\s*/, $working[-1]))[1];
+ $unused = (split(/:\s*/, $working[-1]))[1];
$unused =~ s/<|>|none//g if $unused;
pop @working;
}
@@ -15351,14 +16567,14 @@ sub md_data {
@temp = ();
# cascade of tests, light to cpu intense
if ((!$maj_min || !$size) && @proc_partitions){
- @part = main::get_proc_partition($id);
+ @part = PartitionData::get($id);
if (@part){
$maj_min = $part[0] . ':' . $part[1];
$size = $part[2];
}
}
if ((!$maj_min || !$size) && @lsblk){
- %device = main::get_lsblk($id) if @lsblk;
+ %device = LsblkData::get($id) if @lsblk;
$maj_min = $device{'maj-min'} if $device{'maj-min'};
$size = $device{'size'} if $device{'size'};
}
@@ -15382,14 +16598,14 @@ sub md_data {
$state = $details{'devices'}->{$name}{'state'};
}
if ((!$maj_min || !$part_size) && @proc_partitions){
- @part = main::get_proc_partition($name);
+ @part = PartitionData::get($name);
if (@part){
$maj_min = $part[0] . ':' . $part[1] if !$maj_min;
$part_size = $part[2] if !$part_size;
}
}
- if ((!$maj_min || !$part_size) && @lsblk) {
- %data= main::get_lsblk($name);
+ if ((!$maj_min || !$part_size) && @lsblk){
+ %data= LsblkData::get($name);
$maj_min = $data{'maj-min'} if !$maj_min;
$part_size = $data{'size'}if !$part_size;
}
@@ -15398,7 +16614,7 @@ sub md_data {
$state = $info if !$state && $info;
push(@components,[$name,$number,$info,$part_size,$maj_min,$state,$mapped]);
}
- #print "$component_string\n";
+ # print "$component_string\n";
$j = scalar @mdraid;
push(@mdraid, {
'chunk-size' => $details{'chunk-size'}, # if we got it, great, if not, further down
@@ -15412,7 +16628,7 @@ sub md_data {
'type' => 'mdraid',
});
}
- #print "$_\n";
+ # print "$_\n";
if ($_ =~ /^([0-9]+)\sblocks/){
$mdraid[$j]->{'blocks'} = $1;
}
@@ -15441,13 +16657,13 @@ sub md_data {
$mdraid[$j]->{'recovery-finish'} = $1;
$mdraid[$j]->{'recovery-speed'} = $2;
}
- #print 'mdraid loop: ', Data::Dumper::Dumper \@mdraid;
+ # print 'mdraid loop: ', Data::Dumper::Dumper \@mdraid;
}
if (@mdraid){
$mdraid[0]->{'supported-levels'} = $system if $system;
$mdraid[0]->{'unused'} = $unused if $unused;
}
- #print Data::Dumper::Dumper \@mdraid;
+ print Data::Dumper::Dumper \@mdraid if $dbg[37];
eval $end if $b_log;
return @mdraid;
}
@@ -15458,7 +16674,7 @@ sub md_details {
my $cmd = $alerts{'mdadm'}->{'path'} . " --detail /dev/$id 2>/dev/null";
my @data = main::grabber($cmd,'','strip');
main::log_data('dump',"$id raw: \@data",\@data) if $b_log;
- foreach (@data) {
+ foreach (@data){
@working = split(/\s*:\s*/, $_, 2);
if (scalar @working == 2){
if ($working[0] eq 'Array Size' && $working[1] =~ /^([0-9]+)\s\(/){
@@ -15510,38 +16726,104 @@ sub md_details {
};
}
}
- #print Data::Dumper::Dumper \%details;
+ # print Data::Dumper::Dumper \%details;
main::log_data('dump',"$id: %details",\%details) if $b_log;
eval $end if $b_log;
return %details;
}
+sub soft_data {
+ eval $start if $b_log;
+ my ($cmd,$id,$state,$status,@data,@softraid,@working);
+ # already been set in DiskDataBSD but we know the device exists
+ foreach my $device (@{$sysctl{'softraid'}}){
+ if ($device =~ /\.drive[\d]+:([\S]+)\s\(([a-z0-9]+)\)[,\s]+(\S+)/){
+ my ($level,$size,@components);
+ $id = $2;
+ $status = $1;
+ $state = $3;
+ if ($alerts{'bioctl'}->{'action'} eq 'use'){
+ $cmd = $alerts{'bioctl'}->{'path'} . " $id 2>/dev/null";
+ @data = main::grabber($cmd,'','strip');
+ main::log_data('dump','softraid @data',\@data) if $b_log;
+ shift @data if @data; # get rid of headers
+ foreach my $row (@data){
+ @working = split(/\s+/,$row);
+ next if !defined $working[0];
+ if ($working[0] =~ /^softraid/){
+ if ($working[3] && main::is_numeric($working[3])){
+ $size = $working[3]/1024;# it's in bytes
+ $raw_logical[0] += $size;
+ }
+ $status = lc($working[2]) if $working[2];
+ $state = lc(join(' ', @working[6..$#working])) if $working[6];
+ $level = lc($working[5]) if $working[5];
+ }
+ elsif ($working[0] =~ /^[\d]{1,2}$/){
+ my ($c_id,$c_device,$c_size,$c_status);
+ if ($working[2] && main::is_numeric($working[2])){
+ $c_size = $working[2]/1024;# it's in bytes
+ $raw_logical[1] += $c_size;
+ }
+ $c_status = lc($working[1]) if $working[1];
+ if ($working[3] && $working[3] =~ /^([\d:\.]+)$/){
+ $c_device = $1;
+ }
+ if ($working[5] && $working[5] =~ /<([^>]+)>/){
+ $c_id = $1;
+ }
+ # when offline, there will be no $c_id, but we want to show device
+ if (!$c_id && $c_device){
+ $c_id = $c_device;
+ }
+ push(@components,[$c_id,$c_size,$c_status,$c_device]) if $c_id;
+ }
+ }
+ }
+ push(@softraid, {
+ 'components' => \@components,
+ 'id' => $id,
+ 'level' => $level,
+ 'size' => $size,
+ 'state' => $state,
+ 'status' => $status,
+ 'type' => 'softraid',
+ });
+ }
+ }
+ print Data::Dumper::Dumper \@softraid if $dbg[37];
+ main::log_data('dump','@softraid',\@softraid) if $b_log;
+ eval $end if $b_log;
+ return @softraid;
+}
+
sub zfs_data {
eval $start if $b_log;
my ($zpool) = @_;
my (@components,@zfs);
- my ($allocated,$free,$size,$size_holder,$size_logical,$status,@working);
+ my ($allocated,$free,$size,$size_holder,$status,$zfs_used,$zfs_avail,
+ $zfs_size,@working);
my $b_v = 1;
my ($i,$j,$k) = (0,0,0);
- if ($b_fake_raid){
- #my $file;
- #$file = "$ENV{'HOME'}/bin/scripts/inxi/data/raid/zpool-list-1-mirror-main-solestar.txt";
- #$file = "$ENV{'HOME'}/bin/scripts/inxi/data/raid/zpool-list-2-mirror-main-solestar.txt";
- #$file = "$ENV{'HOME'}/bin/scripts/inxi/data/raid/zpool-list-v-tank-1.txt";
- #$file = "$ENV{'HOME'}/bin/scripts/inxi/data/raid/zpool-list-v-gojev-1.txt";
+ if ($fake{'raid-zfs'}){
+ # my $file;
+ # $file = "$ENV{'HOME'}/bin/scripts/inxi/data/raid/zpool-list-1-mirror-main-solestar.txt";
+ # $file = "$ENV{'HOME'}/bin/scripts/inxi/data/raid/zpool-list-2-mirror-main-solestar.txt";
+ # $file = "$ENV{'HOME'}/bin/scripts/inxi/data/raid/zpool-list-v-tank-1.txt";
+ # $file = "$ENV{'HOME'}/bin/scripts/inxi/data/raid/zpool-list-v-gojev-1.txt";
#@working = main::reader($file);$zpool = '';
}
else {
@working = main::grabber("$zpool list -v 2>/dev/null");
}
- DiskData::set_glabel() if $bsd_type && !$b_glabel;
# bsd sed does not support inserting a true \n so use this trick
# some zfs does not have -v
if (!@working){
@working = main::grabber("$zpool list 2>/dev/null");
$b_v = 0;
}
- #print Data::Dumper::Dumper \@working;
+ my $zfs_path = main::check_program('zfs');
+ # print Data::Dumper::Dumper \@working;
main::log_data('dump','@working',\@working) if $b_log;
if (!@working){
main::log_data('data','no zpool list data') if $b_log;
@@ -15562,36 +16844,50 @@ sub zfs_data {
if (/^[\S]+/){
@components = ();
$i = 0;
- $raw_logical[0] += $size_holder if $size_holder;
- $size_holder = $size = ($row[1] && $row[1] ne '-')? main::translate_size($row[1]): '';
+ $size = ($row[1] && $row[1] ne '-') ? main::translate_size($row[1]): '';
$allocated = ($row[2] && $row[2] ne '-')? main::translate_size($row[2]): '';
$free = ($row[3] && $row[3] ne '-')? main::translate_size($row[3]): '';
+ ($zfs_used,$zfs_avail) = zfs_fs_sizes($zfs_path,$row[0]) if $zfs_path;
+ if (defined $zfs_used && defined $zfs_avail){
+ $zfs_size = $zfs_used + $zfs_avail;
+ $raw_logical[0] += $zfs_size;
+ }
+ else {
+ # must be BEFORE '$size_holder =' because only used if hits a new device
+ # AND unassigned via raid/mirror arrays. Corner case for > 1 device systems.
+ $raw_logical[0] += $size_holder if $size_holder;
+ $size_holder = $size;
+ }
$status = (defined $row[$status_i] && $row[$status_i] ne '') ? $row[$status_i]: 'no-status';
$j = scalar @zfs;
push(@zfs, {
'id' => $row[0],
- 'allocated' => $allocated,
'arrays' => ([],),
- 'free' => $free,
- 'size' => $size,
+ 'raw-allocated' => $allocated,
+ 'raw-free' => $free,
+ 'raw-size' => $size,
+ 'zfs-free' => $zfs_avail,
+ 'zfs-size' => $zfs_size,
'status' => $status,
'type' => 'zfs',
});
}
- #print Data::Dumper::Dumper \@zfs;
+ # print Data::Dumper::Dumper \@zfs;
# raid level is the second item in the output, unless it is not, sometimes it is absent
- if ($row[1] =~ /raid|mirror/){
+ elsif ($row[1] =~ /raid|mirror/){
$row[1] =~ s/^raid1/mirror/;
#$row[1] =~ s/^raid/raid-/; # need to match in zpool status <device>
$k = scalar @{$zfs[$j]->{'arrays'}};
$zfs[$j]->{'arrays'}[$k]{'level'} = $row[1];
$i = 0;
- $size_logical = $size = ($row[2] && $row[2] ne '-') ? main::translate_size($row[2]) : '';
- $size_holder = 0;
- $raw_logical[0] += $size if $size;
- $zfs[$j]->{'arrays'}[$k]{'size'} = $size;
- $zfs[$j]->{'arrays'}[$k]{'allocated'} = ($row[3] && $row[3] ne '-') ? main::translate_size($row[3]) : '';
- $zfs[$j]->{'arrays'}[$k]{'free'} = ($row[4] && $row[4] ne '-') ? main::translate_size($row[4]) : '';
+ $size = ($row[2] && $row[2] ne '-') ? main::translate_size($row[2]) : '';
+ if (!defined $zfs_used || !defined $zfs_avail){
+ $size_holder = 0;
+ $raw_logical[0] += $size if $size;
+ }
+ $zfs[$j]->{'arrays'}[$k]{'raw-allocated'} = ($row[3] && $row[3] ne '-') ? main::translate_size($row[3]) : '';
+ $zfs[$j]->{'arrays'}[$k]{'raw-free'} = ($row[4] && $row[4] ne '-') ? main::translate_size($row[4]) : '';
+ $zfs[$j]->{'arrays'}[$k]{'raw-size'} = $size;
}
# https://blogs.oracle.com/eschrock/entry/zfs_hot_spares
elsif ($row[1] =~ /spares/){
@@ -15602,45 +16898,63 @@ sub zfs_data {
# this second is a single device not in an array
# ada0s2 25.9G 14.6G 11.3G - 0% 56%
# gptid/3838f796-5c46-11e6-a931-d05099ac4dc2 - - - - - -
- elsif ($row[1] =~ /^(sd[a-z]+|[a-z0-9]+[0-9]+|([\S]+)\/.*)$/ &&
- ($row[2] eq '-' || $row[2] =~ /^[0-9\.]+[MGTP]$/ )){
- $row[1] =~ /^(sd[a-z]+|[a-z0-9]+[0-9]+|([\S]+)\/.*)\s*(DEGRADED|FAULTED|OFFLINE)?$/;
+ # third is using /dev/disk/by-id
+ # ata-VBOX_HARDDISK_VB5b6350cd-06618d58 - - - - - - - - ONLINE
+ elsif ($row[1] =~ /^(sd[a-z]+|[a-z0-9]+[0-9]+|([\S]+)\/.*|(ata|mmc|nvme|pci|scsi|wwn)-\S+)$/ &&
+ ($row[2] eq '-' || $row[2] =~ /^[0-9\.]+[MGTPE]$/)){
+ #print "r1:$row[1]",' :: ', Cwd::abs_path('/dev/disk/by-id/'.$row[1]), "\n";
+ $row[1] =~ /^(sd[a-z]+|[a-z0-9]+[0-9]+|([\S]+)\/.*|(ata|mmc|nvme|pci|scsi|wwn)-\S+)\s.*?(DEGRADED|FAULTED|OFFLINE)?$/;
+ #my $working = '';
my $working = ($1) ? $1 : ''; # note: the negative case can never happen
- my $state = ($3) ? $3 : '';
- my ($maj_min,$part_size);
- if ($working =~ /[\S]+\// && @glabel){
- $working = DiskData::match_glabel($working);
+ my $state = ($4) ? $4 : '';
+ my ($maj_min,$real,$part_size);
+ if ($bsd_type && $working =~ /[\S]+\//){
+ $working = GlabelData::get($working);
+ }
+ elsif (!$bsd_type && $row[1] =~ /^(ata|mmc|nvme|scsi|wwn)-/ &&
+ -e "/dev/disk/by-id/$row[1]" && ($real = Cwd::abs_path('/dev/disk/by-id/'.$row[1]))){
+ $real =~ s|/dev/||;
+ $working = $real;
+ }
+ elsif (!$bsd_type && $row[1] =~ /^(pci)-/ &&
+ -e "/dev/disk/by-path/$row[1]" && ($real = Cwd::abs_path('/dev/disk/by-path/'.$row[1]))){
+ $real =~ s|/dev/||;
+ $working = $real;
}
# kind of a hack, things like cache may not show size/free
# data since they have no array row, but they might show it in
# component row:
# ada0s2 25.9G 19.6G 6.25G - 0% 75%
- if (!$zfs[$j]->{'size'} && $row[2] && $row[2] ne '-') {
- $size_logical = $size = ($row[2])? main::translate_size($row[2]): '';
+ if (!$zfs[$j]->{'size'} && $row[2] && $row[2] ne '-'){
+ $size = ($row[2])? main::translate_size($row[2]): '';
$size_holder = 0;
$zfs[$j]->{'arrays'}[$k]{'size'} = $size;
$raw_logical[0] += $size if $size;
}
- if (!$zfs[$j]->{'allocated'} && $row[3] && $row[3] ne '-') {
+ if (!$zfs[$j]->{'allocated'} && $row[3] && $row[3] ne '-'){
$allocated = ($row[3])? main::translate_size($row[3]): '';
$zfs[$j]->{'arrays'}[$k]{'allocated'} = $allocated;
}
- if (!$zfs[$j]->{'free'} && $row[4] && $row[4] ne '-') {
+ if (!$zfs[$j]->{'free'} && $row[4] && $row[4] ne '-'){
$free = ($row[4])? main::translate_size($row[4]): '';
$zfs[$j]->{'arrays'}[$k]{'free'} = $free;
}
- if ((!$maj_min || !$part_size) && @lsblk){
- my @part = main::get_proc_partition($working);
+ if ((!$maj_min || !$part_size) && @proc_partitions){
+ my @part = PartitionData::get($working);
if (@part){
$maj_min = $part[0] . ':' . $part[1];
$part_size = $part[2];
}
}
if ((!$maj_min || !$part_size) && @lsblk){
- my %data= main::get_lsblk($working);
+ my %data= LsblkData::get($working);
$maj_min = $data{'maj-min'};
$part_size = $data{'size'};
}
+ if (!$part_size && $bsd_type){
+ my %temp = DiskDataBSD::get($working);
+ $part_size = $temp{'size'} if $temp{'size'};
+ }
$raw_logical[1] += $part_size if $part_size;
$zfs[$j]->{'arrays'}[$k]{'components'}[$i] = [$working,$part_size,$maj_min,$state];
$i++;
@@ -15651,16 +16965,28 @@ sub zfs_data {
# clear out undefined arrrays values
$j = 0;
foreach my $row (@zfs){
- my @arrays = (ref $row->{'arrays'} eq 'ARRAY' ) ? @{$row->{'arrays'}} : ();
+ my @arrays = (ref $row->{'arrays'} eq 'ARRAY') ? @{$row->{'arrays'}} : ();
@arrays = grep {defined $_} @arrays;
$zfs[$j]->{'arrays'} = \@arrays;
$j++;
}
@zfs = zfs_status($zpool,\@zfs);
- # print Data::Dumper::Dumper \@zfs;
+ print Data::Dumper::Dumper \@zfs if $dbg[37];
eval $end if $b_log;
return @zfs;
}
+sub zfs_fs_sizes {
+ my ($path,$id) = @_;
+ eval $start if $b_log;
+ my @result = main::grabber("$path list -pH $id 2>/dev/null",'','strip');
+ main::log_data('dump','zfs list @result',\@result) if $b_log;
+ print Data::Dumper::Dumper \@result if $dbg[37];
+ my @working = split(/\s+/,$result[0]);
+ eval $end if $b_log;
+ $working[1] = $working[1]/1024 if $working[1];
+ $working[2] = $working[2]/1024 if $working[2];
+ return ($working[1],$working[2]);
+}
sub zfs_status {
eval $start if $b_log;
my ($zpool,$zfs) = @_;
@@ -15669,11 +16995,11 @@ sub zfs_status {
foreach my $row (@$zfs){
$i = 0;
$k = 0;
- if ($b_fake_raid){
+ if ($fake{'raid-zfs'}){
my $file;
- #$file = "$ENV{'HOME'}/bin/scripts/inxi/data/raid/zpool-status-1-mirror-main-solestar.txt";
- #$file = "$ENV{'HOME'}/bin/scripts/inxi/data/raid/zpool-status-2-mirror-main-solestar.txt";
- #$file = "$ENV{'HOME'}/bin/scripts/inxi/data/raid/zpool-status-tank-1.txt";
+ # $file = "$ENV{'HOME'}/bin/scripts/inxi/data/raid/zpool-status-1-mirror-main-solestar.txt";
+ # $file = "$ENV{'HOME'}/bin/scripts/inxi/data/raid/zpool-status-2-mirror-main-solestar.txt";
+ # $file = "$ENV{'HOME'}/bin/scripts/inxi/data/raid/zpool-status-tank-1.txt";
#@pool_status = main::reader($file,'strip');
}
else {
@@ -15681,15 +17007,15 @@ sub zfs_status {
@pool_status = main::grabber($cmd,"\n",'strip');
}
main::log_data('cmd',$cmd) if $b_log;
- #@arrays = (ref $row->{'arrays'} eq 'ARRAY' ) ? @{$row->{'arrays'}} : ();
- #print "$row->{'id'} rs:$row->{'status'}\n";
+ # @arrays = (ref $row->{'arrays'} eq 'ARRAY') ? @{$row->{'arrays'}} : ();
+ # print "$row->{'id'} rs:$row->{'status'}\n";
$status = ($row->{'status'} && $row->{'status'} eq 'no-status') ? check_zfs_status($row->{'id'},\@pool_status): $row->{'status'};
$zfs->[$j]{'status'} = $status if $status;
#@arrays = grep {defined $_} @arrays;
- #print "$row->{id} $#arrays\n";
- #print Data::Dumper::Dumper \@arrays;
+ # print "$row->{id} $#arrays\n";
+ # print Data::Dumper::Dumper \@arrays;
foreach my $array (@{$row->{'arrays'}}){
- #print 'ref: ', ref $array, "\n";
+ # print 'ref: ', ref $array, "\n";
#next if ref $array ne 'HASH';
my @components = (ref $array->{'components'} eq 'ARRAY') ? @{$array->{'components'}} : ();
$l = 0;
@@ -15697,7 +17023,7 @@ sub zfs_status {
$level = ($array->{'level'}) ? "$array->{'level'}-$i": $array->{'level'};
$status = ($level) ? check_zfs_status($level,\@pool_status): '';
$zfs->[$j]{'arrays'}[$k]{'status'} = $status;
- #print "$level i:$i j:$j k:$k $status\n";
+ # print "$level i:$i j:$j k:$k $status\n";
foreach my $component (@components){
my @temp = split('~', $component);
$status = ($temp[0]) ? check_zfs_status($temp[0],\@pool_status): '';
@@ -15730,26 +17056,32 @@ sub check_zfs_status {
}
}
-## RamData
+## RamItem
{
-package RamData;
-
+package RamItem;
+my (@vendors,%vendor_ids);
sub get {
my (@data,@rows,$key1,@ram,$val1);
my $num = 0;
- @rows = main::get_memory_data_full('ram') if !$b_mem;
- if ( !$b_fake_dmidecode && $alerts{'dmidecode'}->{'action'} ne 'use'){
- $key1 = $alerts{'dmidecode'}->{'action'};
- $val1 = $alerts{'dmidecode'}->{$key1};
- push(@rows, {
- main::key($num++,1,1,'RAM Report') => '',
- main::key($num++,0,2,$key1) => $val1,
- });
+ @rows = MemoryData::full('ram') if !$loaded{'memory'};
+ if ($bsd_type && !$force{'dmidecode'} && ($dboot{'ram'} || $fake{'dboot'})){
+ @ram = dboot_data();
+ if (@ram){
+ @data = ram_output(\@ram,'dboot');
+ }
+ else {
+ $key1 = 'message';
+ $val1 = main::row_defaults('ram-data-dmidecode');
+ @data = ({
+ main::key($num++,1,1,'RAM Report') => '',
+ main::key($num++,0,2,$key1) => $val1,
+ });
+ }
}
- else {
+ elsif ($fake{'dmidecode'} || $alerts{'dmidecode'}->{'action'} eq 'use'){
@ram = dmidecode_data();
if (@ram){
- @data = ram_output(\@ram);
+ @data = ram_output(\@ram,'dmidecode');
}
else {
$key1 = 'message';
@@ -15759,20 +17091,33 @@ sub get {
main::key($num++,0,2,$key1) => $val1,
});
}
- push(@rows,@data);
}
+ else {
+ $key1 = $alerts{'dmidecode'}->{'action'};
+ $val1 = $alerts{'dmidecode'}->{'message'};
+ push(@rows, {
+ main::key($num++,1,1,'RAM Report') => '',
+ main::key($num++,0,2,$key1) => $val1,
+ });
+ }
+ push(@rows,@data);
eval $end if $b_log;
return @rows;
}
sub ram_output {
eval $start if $b_log;
- my ($ram) = @_;
+ my ($ram,$source) = @_;
return if !@$ram;
my $num = 0;
my $j = 0;
my (@rows,$b_non_system);
my ($arrays,$modules,$slots,$type_holder) = (0,0,0,'');
+ if ($source eq 'dboot'){
+ push(@rows, {
+ main::key($num++,0,1,'Message') => main::row_defaults('ram-data-complete'),
+ });
+ }
foreach my $item (@$ram){
$j = scalar @rows;
if (!$show{'ram-short'}){
@@ -15793,8 +17138,8 @@ sub ram_output {
$item->{'eec'} ||= 'N/A';
$rows[$j]->{main::key($num++,0,2,'EC')} = $item->{'eec'};
if ($extra > 0 && (!$b_non_system ||
- ( main::is_numeric($item->{'max-module-size'}) && $item->{'max-module-size'} > 10 ) ) ){
- $rows[$j]->{main::key($num++,1,2,'max module size')} = process_size($item->{'max-module-size'});
+ (main::is_numeric($item->{'max-module-size'}) && $item->{'max-module-size'} > 10))){
+ $rows[$j]->{main::key($num++,1,2,'max-module-size')} = process_size($item->{'max-module-size'});
if ($item->{'mod-qualifier'}){
$rows[$j]->{main::key($num++,0,3,'note')} = $item->{'mod-qualifier'};
}
@@ -15810,7 +17155,7 @@ sub ram_output {
foreach my $entry ($item->{'modules'}){
next if ref $entry ne 'ARRAY';
# print Data::Dumper::Dumper $entry;
- foreach my $mod ( @$entry){
+ foreach my $mod (@$entry){
$num = 1;
$j = scalar @rows;
# multi array setups will start index at next from previous array
@@ -15827,7 +17172,7 @@ sub ram_output {
main::key($num++,0,3,'size') => process_size($mod->{'size'}),
});
next if ($mod->{'size'} =~ /\D/);
- if ($extra > 1 && $mod->{'type'} ){
+ if ($extra > 1 && $mod->{'type'}){
$rows[$j]->{main::key($num++,0,3,'info')} = $mod->{'type'};
}
if ($mod->{'speed'} && $mod->{'configured-clock-speed'} &&
@@ -15844,15 +17189,13 @@ sub ram_output {
$mod->{'speed'} = $mod->{'configured-clock-speed'};
$mod->{'speed-note'} = $mod->{'configured-note'} if $mod->{'configured-note'} ;
}
- # rare instances, dmi type 6, no speed
- else {
- $mod->{'speed'} = 'N/A';
- }
}
+ # rare instances, dmi type 6, no speed, dboot also no speed
+ $mod->{'speed'} ||= 'N/A';
$rows[$j]->{main::key($num++,1,3,'speed')} = $mod->{'speed'};
$rows[$j]->{main::key($num++,0,4,'note')} = $mod->{'speed-note'} if $mod->{'speed-note'};
}
- if ($extra > 0 ){
+ if ($extra > 0){
$mod->{'device-type'} ||= 'N/A';
$rows[$j]->{main::key($num++,0,3,'type')} = $mod->{'device-type'};
if ($extra > 2 && $mod->{'device-type'} ne 'N/A'){
@@ -15860,19 +17203,19 @@ sub ram_output {
$rows[$j]->{main::key($num++,0,3,'detail')} = $mod->{'device-type-detail'};
}
}
- if ($extra > 2 ){
+ if ($source ne 'dboot' && $extra > 2){
$mod->{'data-width'} ||= 'N/A';
- $rows[$j]->{main::key($num++,0,3,'bus width')} = $mod->{'data-width'};
+ $rows[$j]->{main::key($num++,0,3,'bus-width')} = $mod->{'data-width'};
$mod->{'total-width'} ||= 'N/A';
$rows[$j]->{main::key($num++,0,3,'total')} = $mod->{'total-width'};
}
- if ($extra > 1 ){
+ if ($source ne 'dboot' && $extra > 1){
$mod->{'manufacturer'} ||= 'N/A';
$rows[$j]->{main::key($num++,0,3,'manufacturer')} = $mod->{'manufacturer'};
$mod->{'part-number'} ||= 'N/A';
$rows[$j]->{main::key($num++,0,3,'part-no')} = $mod->{'part-number'};
}
- if ($extra > 2 ){
+ if ($source ne 'dboot' && $extra > 2){
$mod->{'serial'} = main::apply_filter($mod->{'serial'});
$rows[$j]->{main::key($num++,0,3,'serial')} = $mod->{'serial'};
}
@@ -15900,14 +17243,14 @@ sub dmidecode_data {
my ($derived_module_size,$max_cap_5,$max_cap_16,$max_module_size) = (0,0,0,0);
my ($i,$j,$k) = (0,0,0);
my $check = main::row_defaults('note-check');
- #print Data::Dumper::Dumper \@dmi;
+ # print Data::Dumper::Dumper \@dmi;
foreach my $entry (@dmi){
## NOTE: do NOT reset these values, that causes failures
# ($derived_module_size,$max_cap_5,$max_cap_16,$max_module_size) = (0,0,0,0);
if ($entry->[0] == 5){
foreach my $item (@$entry){
@temp = split(/:\s*/, $item, 2);
- next if ! $temp[1];
+ next if !$temp[1];
if ($temp[0] eq 'Maximum Memory Module Size'){
$max_module_size = calculate_size($temp[1],$max_module_size);
$ram[$k]->{'max-module-size'} = $max_module_size;
@@ -15928,8 +17271,8 @@ sub dmidecode_data {
$ram[$k]->{'eec'} = $temp[1];
}
}
- $ram[$k]->{'modules'} = ([],);
- #print Data::Dumper::Dumper \@ram;
+ $ram[$k]->{'modules'} = [];
+ # print Data::Dumper::Dumper \@ram;
$b_5 = 1;
}
elsif ($entry->[0] == 6){
@@ -15937,12 +17280,12 @@ sub dmidecode_data {
my ($bank_locator,$device_type,$locator,$main_locator) = ('','','','');
foreach my $item (@$entry){
@temp = split(/:\s*/, $item, 2);
- next if ! $temp[1];
+ next if !$temp[1];
if ($temp[0] eq 'Installed Size'){
# get module size
$size = calculate_size($temp[1],0);
# using this causes issues, really only works for 16
-# if ($size =~ /^[0-9][0-9]+$/) {
+# if ($size =~ /^[0-9][0-9]+$/){
# $ram[$k]->{'device-count-found'}++;
# $ram[$k]->{'used-capacity'} += $size;
# }
@@ -15954,7 +17297,7 @@ sub dmidecode_data {
elsif ($temp[0] eq 'Current Speed'){
$speed = main::dmi_cleaner($temp[1]);
}
- elsif ($temp[0] eq 'Locator' || $temp[0] eq 'Socket Designation' ){
+ elsif ($temp[0] eq 'Locator' || $temp[0] eq 'Socket Designation'){
$temp[1] =~ s/D?RAM slot #?/Slot/i; # can be with or without #
$locator = $temp[1];
}
@@ -15968,7 +17311,7 @@ sub dmidecode_data {
# because of the wide range of bank/slot type data, we will just use
# the one that seems most likely to be right. Some have: Bank: SO DIMM 0 slot: J6A
# so we dump the useless data and use the one most likely to be visibly correct
- if ( $bank_locator =~ /DIMM/ ) {
+ if ($bank_locator =~ /DIMM/){
$main_locator = $bank_locator;
}
else {
@@ -15981,7 +17324,7 @@ sub dmidecode_data {
'speed' => $speed,
'type' => $type,
};
- #print Data::Dumper::Dumper \@ram;
+ # print Data::Dumper::Dumper \@ram;
$j++;
}
elsif ($entry->[0] == 16){
@@ -15991,12 +17334,12 @@ sub dmidecode_data {
# ($derived_module_size,$max_cap_16) = (0,0);
foreach my $item (@$entry){
@temp = split(/:\s*/, $item, 2);
- next if ! $temp[1];
+ next if !$temp[1];
if ($temp[0] eq 'Maximum Capacity'){
$max_cap_16 = calculate_size($temp[1],$max_cap_16);
$ram[$handle]->{'max-capacity-16'} = $max_cap_16;
}
- # note: these 3 have cleaned data in set_dmidecode_data, so replace stuff manually
+ # note: these 3 have cleaned data in DmiData, so replace stuff manually
elsif ($temp[0] eq 'Location'){
$temp[1] =~ s/\sOr\sMotherboard//;
$temp[1] ||= 'System Board';
@@ -16013,21 +17356,24 @@ sub dmidecode_data {
elsif ($temp[0] eq 'Number Of Devices'){
$ram[$handle]->{'slots-16'} = $temp[1];
}
- #print "0: $temp[0]\n";
+ # print "0: $temp[0]\n";
}
$ram[$handle]->{'derived-module-size'} = 0;
$ram[$handle]->{'device-count-found'} = 0;
$ram[$handle]->{'used-capacity'} = 0;
- #print "s16: $ram[$handle]->{'slots-16'}\n";
+ # print "s16: $ram[$handle]->{'slots-16'}\n";
}
elsif ($entry->[0] == 17){
- my ($bank_locator,$configured_speed,$configured_note,$data_width) = ('','','','');
- my ($device_type,$device_type_detail,$form_factor,$locator,$main_locator) = ('','','','','');
- my ($manufacturer,$part_number,$serial,$speed,$speed_note,$total_width) = ('','','','','','');
+ my ($bank_locator,$configured_speed,$configured_note,
+ $data_width) = ('','','','');
+ my ($device_type,$device_type_detail,$form_factor,$locator,
+ $main_locator) = ('','','','','');
+ my ($manufacturer,$vendor_id,$part_number,$serial,$speed,$speed_note,
+ $total_width) = ('','','','','','','');
my ($device_size,$i_data,$i_total,$working_size) = (0,0,0,0);
foreach my $item (@$entry){
@temp = split(/:\s*/, $item, 2);
- next if ! $temp[1];
+ next if !$temp[1];
if ($temp[0] eq 'Array Handle'){
$handle = hex($temp[1]);
}
@@ -16040,7 +17386,7 @@ sub dmidecode_data {
# do not try to guess from installed modules, only use this to correct type 5 data
elsif ($temp[0] eq 'Size'){
# we want any non real size data to be preserved
- if ( $temp[1] =~ /^[0-9]+\s*[KkMTPG]B/ ) {
+ if ($temp[1] =~ /^[0-9]+\s*[KkMTPG]i?B/){
$derived_module_size = calculate_size($temp[1],$derived_module_size);
$working_size = calculate_size($temp[1],0);
$device_size = $working_size;
@@ -16089,13 +17435,13 @@ sub dmidecode_data {
# because of the wide range of bank/slot type data, we will just use
# the one that seems most likely to be right. Some have: Bank: SO DIMM 0 slot: J6A
# so we dump the useless data and use the one most likely to be visibly correct
- if ( $bank_locator =~ /DIMM/ ) {
+ if ($bank_locator =~ /DIMM/){
$main_locator = $bank_locator;
}
else {
$main_locator = $locator;
}
- if ($working_size =~ /^[0-9][0-9]+$/) {
+ if ($working_size =~ /^[0-9][0-9]+$/){
$ram[$handle]->{'device-count-found'}++;
# build up actual capacity found for override tests
$ram[$handle]->{'used-capacity'} += $working_size;
@@ -16113,6 +17459,20 @@ sub dmidecode_data {
$data_width = $total_width;
$total_width = $temp_width;
}
+ if ($manufacturer && $manufacturer =~ /^([a-f0-9]{4})$/i){
+ $vendor_id = lc($1) if $1;
+ }
+ if ((!$manufacturer || $vendor_id) && $part_number){
+ my @result = ram_vendor($part_number);
+ $manufacturer = $result[0] if $result[0];
+ $part_number = $result[1] if $result[1];
+ }
+ if ($vendor_id && !$manufacturer){
+ set_vendor_ids() if !%vendor_ids;
+ if ($vendor_ids{$vendor_id}){
+ $manufacturer = $vendor_ids{$vendor_id};
+ }
+ }
$ram[$handle]->{'derived-module-size'} = $derived_module_size;
$ram[$handle]->{'modules'}[$i]{'configured-clock-speed'} = $configured_speed;
$ram[$handle]->{'modules'}[$i]{'configured-note'} = $configured_note if $configured_note;
@@ -16123,6 +17483,7 @@ sub dmidecode_data {
$ram[$handle]->{'modules'}[$i]{'form-factor'} = $form_factor;
$ram[$handle]->{'modules'}[$i]{'locator'} = $main_locator;
$ram[$handle]->{'modules'}[$i]{'manufacturer'} = $manufacturer;
+ $ram[$handle]->{'modules'}[$i]{'vendor-id'} = $vendor_id;
$ram[$handle]->{'modules'}[$i]{'part-number'} = $part_number;
$ram[$handle]->{'modules'}[$i]{'serial'} = $serial;
$ram[$handle]->{'modules'}[$i]{'speed'} = $speed;
@@ -16130,16 +17491,102 @@ sub dmidecode_data {
$ram[$handle]->{'modules'}[$i]{'total-width'} = $total_width;
$i++
}
- elsif ($entry->[0] < 17 ){
+ elsif ($entry->[0] < 17){
next;
}
- elsif ($entry->[0] > 17 ){
+ elsif ($entry->[0] > 17){
last;
}
}
+ print Data::Dumper::Dumper \@ram if $dbg[36];
+ main::log_data('dump','@ram',\@ram) if $b_log;
@ram = process_data(\@ram) if @ram;
main::log_data('dump','@ram',\@ram) if $b_log;
- # print Data::Dumper::Dumper \@ram;
+ print Data::Dumper::Dumper \@ram if $dbg[36];
+ eval $end if $b_log;
+ return @ram;
+}
+sub dboot_data {
+ eval $start if $b_log;
+ my (@ram);
+ my $est = main::row_defaults('note-est');
+ my ($arr,$derived_module_size,$subtract) = (0,0,0);
+ my ($holder);
+ foreach (@{$dboot{'ram'}}){
+ my ($addr,$detail,$device_detail,$ecc,$iic,$locator,$size,$speed,$type);
+ # note: seen one netbsd with multiline spdmem0/1 etc but not consistent so don't use
+ if (/^(spdmem([\d]+)):at iic([\d]+)(\saddr 0x([0-9a-f]+))?/){
+ $iic = $3;
+ $locator = $1;
+ $holder = $iic if !defined $holder; # prime for first use
+ # note: seen iic2 as only device
+ if ($iic != $holder){
+ if ($ram[$arr] && $ram[$arr]->{'slots-16'}){
+ $subtract += $ram[$arr]->{'slots-16'};
+ }
+ $holder = $iic;
+ # then since we are on a new iic device, assume new ram array.
+ # this needs more data to confirm this guess.
+ $arr++;
+ }
+ if ($5){
+ $addr = hex($5);
+ }
+ if (/(non?[\s-]parity)/i){
+ $device_detail = $1;
+ $ecc = 'None';
+ }
+ elsif (/EEC/i){
+ $device_detail = 'EEC';
+ $ecc = 'EEC';
+ }
+ if (/\b(PC[0-9]+-\S+)\b/){
+ $speed = $1;
+ my $temp = speed_mapper($speed);
+ if ($temp ne $speed){
+ $detail = $speed;
+ $speed = $temp;
+ }
+ }
+ # we want to avoid netbsd trying to complete @ram without real data
+ if (/:(\d+[MGT])B?\s(DDR[0-9]*)\b/){
+ $size = main::translate_size($1)/1024;
+ $type = $2;
+ if ($addr){
+ $ram[$arr]->{'slots-16'} = $addr - 80 + 1 - $subtract;
+ $locator = 'Slot-' . $ram[$arr]->{'slots-16'};
+ }
+ $ram[$arr]->{'device-count-found'}++;
+ # build up actual capacity found for override tests
+ $ram[$arr]->{'max-capacity-16'} += $size;
+ $ram[$arr]->{'max-cap-qualifier'} = $est;
+ $ram[$arr]->{'slots-16'}++ if !$addr;
+ $derived_module_size = $size if $size > $derived_module_size;
+ $ram[$arr]->{'slots-qualifier'} = $est;
+ $ram[$arr]->{'eec'} = $ecc;
+ $ram[$arr]->{'derived-module-size'} = $derived_module_size;
+ push(@{$ram[$arr]->{'modules'}},{
+ 'device-type' => $type,
+ 'device-type-detail' => $detail,
+ 'locator' => $locator,
+ 'size' => $size,
+ 'speed' => $speed,
+ });
+ }
+ }
+ }
+ for (my $i = 0; $i++ ;scalar @ram){
+ next if ref $ram[$i] ne 'HASH';
+ # 1 slot is possible, but 3 is very unlikely due to dual channel ddr
+ if ($ram[$i]->{'slots'} && $ram[$i]->{'slots'} > 2 && $ram[$i]->{'slots'} % 2 == 1){
+ $ram[$i]->{'slots'}++;
+ }
+ }
+ print Data::Dumper::Dumper \@ram if $dbg[36];
+ main::log_data('dump','@ram',\@ram) if $b_log;
+ @ram = process_data(\@ram) if @ram;
+ main::log_data('dump','@ram',\@ram) if $b_log;
+ print Data::Dumper::Dumper \@ram if $dbg[36];
eval $end if $b_log;
return @ram;
}
@@ -16171,37 +17618,36 @@ sub process_data {
print "1: mms: $item->{'max-module-size'} :dms: $item->{'derived-module-size'} :mc: $max_cap :uc: $item->{'used-capacity'}\n";
print "1a: s5: $item->{'slots-5'} s16: $item->{'slots-16'}\n";
}
- if (!$max_cap && $item->{'max-capacity-5'}) {
+ if (!$max_cap && $item->{'max-capacity-5'}){
$max_cap = $item->{'max-capacity-5'};
}
if ($b_debug){
print "2: mms: $item->{'max-module-size'} :dms: $item->{'derived-module-size'} :mc: $max_cap :uc: $item->{'used-capacity'}\n";
}
# 2: now check to see if actually found module sizes are > than listed max module, replace if >
- if ( $item->{'max-module-size'} && $item->{'derived-module-size'} &&
- $item->{'derived-module-size'} > $item->{'max-module-size'} ){
+ if ($item->{'max-module-size'} && $item->{'derived-module-size'} &&
+ $item->{'derived-module-size'} > $item->{'max-module-size'}){
$item->{'max-module-size'} = $item->{'derived-module-size'};
$est_mod = $est;
}
if ($b_debug){
print "3: dcf: $item->{'device-count-found'} :dms: $item->{'derived-module-size'} :mc: $max_cap :uc: $item->{'used-capacity'}\n";
}
-
# note: some cases memory capacity == max module size, so one stick will fill it
# but I think only with cases of 2 slots does this happen, so if > 2, use the count of slots.
- if ($max_cap && ($item->{'device-count-found'} || $item->{'slots-16'}) ){
+ if ($max_cap && ($item->{'device-count-found'} || $item->{'slots-16'})){
# first check that actual memory found is not greater than listed max cap, or
# checking to see module count * max mod size is not > used capacity
if ($item->{'used-capacity'} && $item->{'max-capacity-16'}){
if ($item->{'used-capacity'} > $max_cap){
if ($item->{'max-module-size'} &&
- $item->{'used-capacity'} < ($item->{'slots-16'} * $item->{'max-module-size'} )){
+ $item->{'used-capacity'} < ($item->{'slots-16'} * $item->{'max-module-size'})){
$max_cap = $item->{'slots-16'} * $item->{'max-module-size'};
$est_cap = $est;
print "A\n" if $b_debug;
}
elsif ($item->{'derived-module-size'} &&
- $item->{'used-capacity'} < ($item->{'slots-16'} * $item->{'derived-module-size'}) ){
+ $item->{'used-capacity'} < ($item->{'slots-16'} * $item->{'derived-module-size'})){
$max_cap = $item->{'slots-16'} * $item->{'derived-module-size'};
$est_cap = $est;
print "B\n" if $b_debug;
@@ -16218,12 +17664,12 @@ sub process_data {
if (!$est_cap){
# do not do this for only single modules found, max mod size can be equal to the array size
if ($item->{'slots-16'} > 1 && $item->{'device-count-found'} > 1 &&
- $max_cap < ($item->{'derived-module-size'} * $item->{'slots-16'} ) ){
+ $max_cap < ($item->{'derived-module-size'} * $item->{'slots-16'})){
$max_cap = $item->{'derived-module-size'} * $item->{'slots-16'};
$est_cap = $est;
print "D\n" if $b_debug;
}
- elsif ($item->{'device-count-found'} > 0 && $max_cap < ( $item->{'derived-module-size'} * $item->{'device-count-found'} )){
+ elsif ($item->{'device-count-found'} > 0 && $max_cap < ($item->{'derived-module-size'} * $item->{'device-count-found'})){
$max_cap = $item->{'derived-module-size'} * $item->{'device-count-found'};
$est_cap = $est;
print "E\n" if $b_debug;
@@ -16233,7 +17679,7 @@ sub process_data {
elsif ($item->{'max-module-size'} > 0 &&
($item->{'max-module-size'} * $item->{'slots-16'}) == $item->{'max-capacity-5'} &&
$item->{'max-capacity-5'} != $item->{'max-capacity-16'} &&
- $item->{'derived-module-size'} != ($item->{'max-capacity-16'}/$item->{'slots-16'}) ){
+ $item->{'derived-module-size'} != ($item->{'max-capacity-16'}/$item->{'slots-16'})){
$max_cap = $item->{'max-capacity-5'};
$est_cap = $est;
print "F\n" if $b_debug;
@@ -16254,7 +17700,7 @@ sub process_data {
# now prep for rebuilding the ram array data
if (!$item->{'max-module-size'}){
# ie: 2x4gB
- if (!$est_cap && $item->{'derived-module-size'} > 0 && $max_cap > ($item->{'derived-module-size'} * $item->{'slots-16'} * 4) ){
+ if (!$est_cap && $item->{'derived-module-size'} > 0 && $max_cap > ($item->{'derived-module-size'} * $item->{'slots-16'} * 4)){
$est_cap = $check;
print "G\n" if $b_debug;
}
@@ -16282,7 +17728,7 @@ sub process_data {
# listed max cap, 8gb, max mod 2gb, slots 2
else {
if (!$est_cap && $item->{'max-module-size'} > 0){
- if ($max_cap > ( $item->{'max-module-size'} * $item->{'slots-16'})){
+ if ($max_cap > ($item->{'max-module-size'} * $item->{'slots-16'})){
$est_cap = $check;
print "K\n" if $b_debug;
}
@@ -16297,6 +17743,11 @@ sub process_data {
$item->{'slots-16'} = scalar @{$item->{'modules'}};
print "L\n" if $b_debug;
}
+ # only bsds using dmesg data
+ elsif ($item->{'slots-qualifier'}){
+ $est_slots = $item->{'slots-qualifier'};
+ $est_cap = $est;
+ }
push(@return, {
'capacity' => $max_cap,
'cap-qualifier' => $est_cap,
@@ -16318,12 +17769,12 @@ sub process_speed {
my ($speed,$device_type,$check) = @_;
my $speed_note;
$speed = main::dmi_cleaner($speed) if $speed;
- if ($device_type && $device_type =~ /ddr/i && $speed && $speed =~ /^([0-9]+) MHz/){
+ if ($device_type && $device_type =~ /ddr/i && $speed && $speed =~ /^([0-9]+)\s*MHz/){
$speed = ($1 * 2) . " MT/s ($speed)";
}
# seen cases of 1 MT/s, 61690 MT/s, not sure why, bug
# crucial is shipping 5100 MT/s now, and 6666 has been hit, so speeds can hit 10k
- if ($speed && $speed =~ /^([0-9]+) M/){
+ if ($speed && $speed =~ /^([0-9]+)\s*M/){
$speed_note = $check if $1 < 50 || $1 > 20000 ;
}
return ($speed,$speed_note);
@@ -16333,69 +17784,190 @@ sub process_speed {
sub process_size {
my ($size) = @_;
my ($b_trim,$unit) = (0,'');
- #print "size0: $size\n";
+ # print "size0: $size\n";
return 'N/A' if !$size;
#return $size if $size =~ /\D/;
return $size if !main::is_numeric($size);
- #print "size: $size\n";
- if ( $size < 1024 ){
- $unit='MiB';
- }
- elsif ( $size < 1024000 ){
- $size = $size / 1024;
- $unit='GiB';
- $b_trim = 1;
- }
- elsif ( $size < 1024000000 ){
- $size = $size / 1024000;
- $unit='TiB';
- $b_trim = 1;
- }
+ # print "size: $size\n";
# we only want a max 2 decimal places, and only when it's
- # a unit > MB
+ # a unit > 1 GiB
+ $b_trim = 1 if $size > 1024;
+ # switch it back to KiB for tool
+ ($size,$unit) = main::get_size($size * 1024);
$size = sprintf("%.2f",$size) if $b_trim;
$size =~ s/\.[0]+$//;
$size = "$size $unit";
return $size;
}
+# note that even though MB should be 1000^x it's actually
+# MiB etc. As with process_size, this uses MiB not KiB
sub calculate_size {
my ($data, $size) = @_;
# technically k is KiB, K is KB but can't trust that
- if ( $data =~ /^[0-9]+\s*[kKGMTP]B/) {
- if ( $data =~ /([0-9]+)\s*GB/ ) {
- $data = $1 * 1024;
- }
- elsif ( $data =~ /([0-9]+)\s*MB/ ) {
- $data = $1;
- }
- elsif ( $data =~ /([0-9]+)\s*TB/ ) {
- $data = $1 * 1024 * 1000;
- }
- elsif ( $data =~ /([0-9]+)\s*PB/ ) {
- $data = $1 * 1024 * 1000 * 1000;
- }
- elsif ( $data =~ /([0-9]+)\s*[kK]B/ ) {
- $data = $1/1024;
- #print "d3:$data\n";
- }
- #print "d1a: $data s1: $size\n";
- if (main::is_numeric($data) && $data > $size ) {
- #if ($data =~ /^[0-9][0-9]+$/ && $data > $size ) {
- $size = $data;
- }
- #print "d1b: $data s1: $size\n";
+ if ($data =~ /^([0-9]+\s*[kKGMTP])i?B/){
+ my $working = $1;
+ # this converts it to KiB
+ my $working_size = main::translate_size($working);
+ # but we want it back in MiB for RAM, that should get fixed
+ $working_size = $working_size/1024 if $working_size;
+ # print "ws-a: $working_size s-1: $size\n";
+ if (main::is_numeric($working_size) && $working_size > $size){
+ $size = $working_size;
+ }
+ # print "ws-b: $working_size s-2: $size\n";
}
else {
$size = 0;
}
- #print "d2: $data s2: $size\n";
+ # print "d-2: $data s-3: $size\n";
return $size;
}
+sub speed_mapper {
+ my ($type) = @_;
+ my %speeds = (
+ # DDR
+ 'PC-1600' => 200,
+ 'PC-2100' => 266,
+ 'PC-2400' => 300,
+ 'PC-2700' => 333,
+ 'PC-3200' => 400,
+ # DDR2
+ 'PC2-3200' => 400,
+ 'PC2-4200' => 533,
+ 'PC2-5300' => 667,
+ 'PC2-6400' => 800,
+ 'PC2-8000' => 1000,
+ # DDR3
+ 'PC3-6400' => 800,
+ 'PC3-8500' => 1066,
+ 'PC3-10600' => 1333,
+ 'PC3-12800' => 1600,
+ # DDR4
+ 'PC4-19200' => 2400,
+ 'PC4-21300' => 2666,
+ 'PC4-23400' => 2933,
+ 'PC4-24000' => 3000,
+ 'PC4-25600' => 3200,
+ 'PC4-28800' => 3600,
+ 'PC4-32000' => 4000,
+ 'PC4-35200' => 4400,
+ # DDR5
+ 'PC5-38400' => 4800,
+ 'PC5-51200' => 6400,
+ # DDR6, coming...
+ );
+ return ($speeds{$type}) ? $speeds{$type} . ' MT/s' : $type;
+}
+sub set_vendors {
+ @vendors = (
+ # A-Data xpg: AX4U; AX\d{4} for axiom
+ ['^(A[DX]\dU|AVD|A[\s-]?Data)','A[\s-]?Data','A-Data',''],
+ ['^(A[\s-]?Tech)','A[\s-]?Tech','A-Tech',''], # don't know part nu
+ ['^(AX[\d]{4}|Axiom)','Axiom','Axiom',''],
+ ['^(BD\d|Black[s-]?Diamond)','Black[s-]?Diamond','Black Diamond',''],
+ ['^(-BN$|Brute[s-]?Networks)','Brute[s-]?Networks','Brute Networks',''],
+ ['^(CM|Corsair)','Corsair','Corsair',''],
+ ['^(CT\d|BL|Crucial)','Crucial','Crucial',''],
+ ['^(CY|Cypress)','Cypress','Cypress',''],
+ ['^(SNP|Dell)','Dell','Dell',''],
+ ['^(PE[\d]{4}|Edge)','Edge','Edge',''],
+ ['^(Elpida|EB)','^Elpida','Elpida',''],
+ ['^(GVT|Galvantech)','Galvantech','Galvantech',''],
+ # if we get more G starters, make rules tighter
+ ['^(G[A-Z]|Geil)','Geil','Geil',''],
+ # Note: FA- but make loose FA
+ ['^(F4|G[\s\.-]?Skill)','G[\s\.-]?Skill','G.Skill',''],
+ ['^(HP)','','HP',''], # no IDs found
+ ['^(HX|HyperX)','HyperX','HyperX',''],
+ # qimonda spun out of infineon, same ids
+ # ['^(HYS]|Qimonda)','Qimonda','Qimonda',''],
+ ['^(HY|Infineon)','Infineon','Infineon',''],#HY[A-Z]\d
+ ['^(KSM|KVR|Kingston)','Kingston','Kingston',''],
+ ['^(MT|Micron)','Micron','Micron',''],
+ # seen: 992069 991434 997110S
+ ['^(M[BLERS][A-Z][1-7]|99[0-9]{3}|Mushkin)','Mushkin','Mushkin',''],
+ ['^(OCZ)','^OCZ\b','OCZ',''],
+ ['^([MN]D\d|OLOy)','OLOy','OLOy',''],
+ ['^(M[ERS]\d|Nemix)','Nemix','Nemix',''],
+ # before patriot just in case
+ ['^(MN\d|PNY)','PNY\s','PNY',''],
+ ['^(P[A-Z]|Patriot)','Patriot','Patriot',''],
+ ['^(K[1-6][ABT]|K[1-6][\d]{3}|M[\d]{3}[A-Z]|Samsung)','Samsung','Samsung',''],
+ ['^(SP|Silicon[\s-]?Power)','Silicon[\s-]?Power','Silicon Power',''],
+ ['^(STK|Simtek)','Simtek','Simtek',''],
+ ['^(HM[ACT]|SK[\s-]?Hynix)','SK[\s-]?Hynix','SK-Hynix',''],
+ # TED TTZD TLRD TDZAD TF4D4 TPD4 TXKD4 seen: HMT but could by skh
+ #['^(T(ED|D[PZ]|F\d|LZ|P[DR]T[CZ]|XK)|Team[\s-]?Group)','Team[\s-]?Group','TeamGroup',''],
+ ['^(T[^\dR]|Team[\s-]?Group)','Team[\s-]?Group','TeamGroup',''],
+ ['^(TR\d|JM\d|Transcend)','Transcend','Transcend',''],
+ ['^(VK\d|Vaseky)','Vaseky','Vaseky',''],
+ );
+}
+# note: many of these are pci ids, not confirmed valid for ram
+sub set_vendor_ids {
+ %vendor_ids = {
+ '01f4' => 'Transcend',# confirmed
+ '02fe' => 'Elpida',# confirmed
+ '0314' => 'Mushkin',# confirmed
+ '1014' => 'IBM',
+ '1099' => 'Samsung',
+ '10c3' => 'Samsung',
+ '11e2' => 'Samsung',
+ '1249' => 'Samsung',
+ '144d' => 'Samsung',
+ '15d1' => 'Infineon',
+ '167d' => 'Samsung',
+ '196e' => 'PNY',
+ '1b1c' => 'Corsair',
+ '1b85' => 'OCZ',
+ '1c5c' => 'SK-Hynix',
+ '1cc1' => 'A-Data',
+ '0215' => 'Corsair',# confirmed
+ '2646' => 'Kingston',
+ '2c00' => 'Micron',# confirmed
+ '5105' => 'Qimonda',# confirmed
+ '802c' => 'Micron',# confirmed
+ '80ad' => 'SK-Hynix',# confirmed
+ '80ce' => 'Samsung',# confirmed
+ '8551' => 'Qimonda',# confirmed
+ '8564' => 'Transcend',
+ 'ad00' => 'SK-Hynix',# confirmed
+ 'c0a9' => 'Crucial',
+ 'ce00' => 'Samsung',# confirmed
+ # '' => '',
+ }
+}
+sub ram_vendor {
+ eval $end if $b_log;
+ my ($id) = $_[0];
+ set_vendors() if !@vendors;
+ my ($vendor,@data);
+ foreach my $row (@vendors){
+ if ($id =~ /$row->[0]/i){
+ $vendor = $row->[2];
+ # Usually we want to assign N/A at output phase, maybe do this logic there?
+ if ($row->[1]){
+ if ($id !~ m/$row->[1]$/i){
+ $id =~ s/$row->[1]//i;
+ }
+ else {
+ $id = 'N/A';
+ }
+ }
+ $id =~ s/^[\/\[\s_-]+|[\/\s_-]+$//g;
+ $id =~ s/\s\s/ /g;
+ @data = ($vendor,$id);
+ last;
+ }
+ }
+ eval $end if $b_log;
+ return @data;
+}
}
-## RepoData
+## RepoItem
{
-package RepoData;
+package RepoItem;
# easier to keep these package global, but undef after done
my (@dbg_files,$debugger_dir);
@@ -16404,13 +17976,12 @@ sub get {
eval $start if $b_log;
($debugger_dir) = @_;
my (@data,@rows,@rows_p,@rows_r);
- if ($extra > 0 && !$b_pkg){
+ if ($extra > 0 && !$loaded{'package-data'}){
my %packages = PackageData::get('main',\$num);
my @data;
for (keys %packages){
$rows_p[0]->{$_} = $packages{$_};
}
- $b_pkg = 1;
}
$num = 0;
if ($bsd_type){
@@ -16426,10 +17997,14 @@ sub get {
}
else {
if (!@rows_r){
- my $pm = (!$bsd_type) ? 'package manager': 'OS type';
- @data = (
- {main::key($num++,0,1,'Alert') => "No repo data detected. Does $self_name support your $pm?"},
- );
+ my $pm_missing;
+ if ($bsd_type){
+ $pm_missing = main::row_defaults('repo-data-bsd',$uname[0]);
+ }
+ else {
+ $pm_missing = main::row_defaults('repo-data');
+ }
+ @data = ({main::key($num++,0,1,'Alert') => $pm_missing});
}
@rows = (@rows_p,@rows_r,@data);
}
@@ -16445,12 +18020,16 @@ sub get_repos_linux {
my $apt_termux = '/data/data/com.termux/files/usr' . $apt;
$apt = $apt_termux if -e $apt_termux; # for android termux
my $cards = '/etc/cards.conf';
+ my $dnf_conf = '/etc/dnf/dnf.conf';
+ my $dnf_repo_dir = '/etc/dnf.repos.d/';
my $eopkg_dir = '/var/lib/eopkg/';
+ my $nix = '/etc/nix/nix.conf';
my $pacman = '/etc/pacman.conf';
my $pacman_g2 = '/etc/pacman-g2.conf';
my $pisi_dir = '/etc/pisi/';
my $portage_dir = '/etc/portage/repos.conf/';
my $portage_gentoo_dir = '/etc/portage-gentoo/repos.conf/';
+ my $scratchpkg = '/etc/scratchpkg.repo';
my $slackpkg = '/etc/slackpkg/mirrors';
my $slackpkg_plus = '/etc/slackpkg/slackpkgplus.conf';
my $slapt_get = '/etc/slapt-get/';
@@ -16471,7 +18050,7 @@ sub get_repos_linux {
my $counter = 0;
@files = main::globber("$apt.d/*.list");
push(@files, $apt);
- main::log_data('data',"apt repo files:\n" . main::joiner(\@files, "\n", 'unset') ) if $b_log;
+ main::log_data('data',"apt repo files:\n" . main::joiner(\@files, "\n", 'unset')) if $b_log;
foreach (sort @files){
# altlinux/pclinuxos use rpms in apt files
@data = repo_builder($_,'apt','^\s*(deb|rpm)') if -r $_;
@@ -16479,18 +18058,18 @@ sub get_repos_linux {
}
#@files = main::globber("$ENV{'HOME'}/bin/scripts/inxi/data/repo/apt/*.sources");
@files = main::globber("$apt.d/*.sources");
- main::log_data('data',"apt deb822 repo files:\n" . main::joiner(\@files, "\n", 'unset') ) if $b_log;
+ main::log_data('data',"apt deb822 repo files:\n" . main::joiner(\@files, "\n", 'unset')) if $b_log;
foreach $file (@files){
# critical: whitespace is the separator, no logical ordering of
# field names exists within each entry.
@data2 = main::reader($file);
- #print Data::Dumper::Dumper \@data2;
+ # print Data::Dumper::Dumper \@data2;
if (@data2){
@data2 = map {s/^\s*$/~/;$_} @data2;
push(@data2, '~');
}
push(@dbg_files, $file) if $debugger_dir;
- #print "$file\n";
+ # print "$file\n";
@apt_urls = ();
@apt_working = ();
$b_apt_enabled = 1;
@@ -16501,20 +18080,20 @@ sub get_repos_linux {
next if $row =~ /^\s+/ && $row !~ /^\s+[^#]+:\//;
# strip out line space starters now that it's safe
$row =~ s/^\s+//;
- #print "$row\n";
+ # print "$row\n";
if ($row eq '~'){
if (@apt_working && $b_apt_enabled){
- #print "1: url builder\n";
+ # print "1: url builder\n";
foreach $repo (@apt_working){
$string = $apt_types;
$string .= ' [arch=' . $apt_arch . ']' if $apt_arch;
$string .= ' ' . $repo;
$string .= ' ' . $apt_suites if $apt_suites ;
$string .= ' ' . $apt_comp if $apt_comp;
- #print "s1:$string\n";
+ # print "s1:$string\n";
push(@data3, $string);
}
- #print join("\n",@data3),"\n";
+ # print join("\n",@data3),"\n";
push(@apt_urls,@data3);
}
@data3 = ();
@@ -16525,9 +18104,9 @@ sub get_repos_linux {
$apt_types = '';
$b_apt_enabled = 1;
}
- #print "row:$row\n";
+ # print "row:$row\n";
elsif ($row =~ /^Types:\s*(.*)/i){
- #print "ath:$type_holder\n";
+ # print "ath:$type_holder\n";
$apt_types = $1;
}
elsif ($row =~ /^Enabled:\s*(.*)/i){
@@ -16551,7 +18130,7 @@ sub get_repos_linux {
}
if (@apt_urls){
$key = repo_data('active','apt');
- @apt_urls = url_cleaner(\@apt_urls);
+ url_cleaner(\@apt_urls);
}
else {
$key = repo_data('missing','apt');
@@ -16566,7 +18145,7 @@ sub get_repos_linux {
# pacman: Arch and derived
if (-f $pacman || -f $pacman_g2){
$repo = 'pacman';
- if (-f $pacman_g2 ){
+ if (-f $pacman_g2){
$pacman = $pacman_g2;
$repo = 'pacman-g2';
}
@@ -16626,7 +18205,7 @@ sub get_repos_linux {
@data2 = split(/\s*=\s*/, $row);
@data2 = map { $_ =~ s/^\s+|\s+$//g ; $_ } @data2;
last if $data2[0] =~ /^SLACKPKGPLUS/i && $data2[1] eq 'off';
- # REPOPLUS=( slackpkgplus restricted alienbob ktown multilib slacky)
+ # REPOPLUS=(slackpkgplus restricted alienbob ktown multilib slacky)
if ($data2[0] =~ /^REPOPLUS/i){
@repoplus_list = split(/\s+/, $data2[1]);
@repoplus_list = map {s/\(|\)//g; $_} @repoplus_list;
@@ -16645,36 +18224,44 @@ sub get_repos_linux {
$key = repo_data('missing','slackpkg+');
}
else {
- @content = url_cleaner(\@content);
+ url_cleaner(\@content);
$key = repo_data('active','slackpkg+');
}
@data = (
{main::key($num++,1,1,$key) => $slackpkg_plus},
[@content],
);
- @data = url_cleaner(\@data);
+ url_cleaner(\@data);
push(@rows,@data);
@content = ();
}
}
# redhat/suse
- if (-d $yum_repo_dir || -f $yum_conf || -d $zypp_repo_dir){
- if (-d $yum_repo_dir || -f $yum_conf){
- @files = main::globber("$yum_repo_dir*.repo");
- push(@files, $yum_conf) if -f $yum_conf;
- $repo = 'yum';
- }
- elsif (-d $zypp_repo_dir){
- @files = main::globber("$zypp_repo_dir*.repo");
+ if (-f $dnf_conf ||-d $dnf_repo_dir|| -d $yum_repo_dir || -f $yum_conf ||
+ -d $zypp_repo_dir){
+ @files = ();
+ push(@files, $dnf_conf) if -f $dnf_conf;
+ push(@files, main::globber("$dnf_repo_dir*.repo")) if -d $dnf_repo_dir;
+ push(@files, $yum_conf) if -f $yum_conf;
+ push(@files, main::globber("$yum_repo_dir*.repo")) if -d $yum_repo_dir;
+ if (-d $zypp_repo_dir){
+ push(@files, main::globber("$zypp_repo_dir*.repo"));
main::log_data('data',"zypp repo files:\n" . main::joiner(\@files, "\n", 'unset')) if $b_log;
- $repo = 'zypp';
}
- #$repo = 'yum';
- #push(@files, "$ENV{'HOME'}/bin/scripts/inxi/data/repo/yum/rpmfusion-nonfree-1.repo");
+ # push(@files, "$ENV{'HOME'}/bin/scripts/inxi/data/repo/yum/rpmfusion-nonfree-1.repo");
if (@files){
foreach (sort @files){
@data2 = main::reader($_);
push(@dbg_files, $_) if $debugger_dir;
+ if (/yum/){
+ $repo = 'yum';
+ }
+ elsif (/dnf/){
+ $repo = 'dnf';
+ }
+ elsif(/zypp/){
+ $repo = 'zypp';
+ }
my ($enabled,$url,$title) = (undef,'','');
foreach my $line (@data2){
# this is a hack, assuming that each item has these fields listed, we collect the 3
@@ -16715,11 +18302,12 @@ sub get_repos_linux {
if ($url && $title && $enabled){
push(@content, "$title ~ $url");
}
+
if (! @content){
$key = repo_data('missing',$repo);
}
else {
- @content = url_cleaner(\@content);
+ url_cleaner(\@content);
$key = repo_data('active',$repo);
}
push(@rows,
@@ -16732,7 +18320,7 @@ sub get_repos_linux {
# print Data::Dumper::Dumper \@rows;
}
# gentoo
- if ( (-d $portage_dir || -d $portage_gentoo_dir ) && main::check_program('emerge')){
+ if ((-d $portage_dir || -d $portage_gentoo_dir) && main::check_program('emerge')){
@files = (main::globber("$portage_dir*.conf"),main::globber("$portage_gentoo_dir*.conf"));
$repo = 'portage';
if (@files){
@@ -16782,7 +18370,7 @@ sub get_repos_linux {
$key = repo_data('missing','portage');
}
else {
- @content = url_cleaner(\@content);
+ url_cleaner(\@content);
$key = repo_data('active','portage');
}
push(@rows,
@@ -16798,6 +18386,11 @@ sub get_repos_linux {
@data = repo_builder($apk,'apk','^\s*[^#]+');
push(@rows,@data);
}
+ # Venom
+ if (-f $scratchpkg){
+ @data = repo_builder($scratchpkg,'scratchpkg','^[[:space:]]*[^#]+');
+ push(@rows,@data);
+ }
# cards/nutyx
if (-f $cards){
@data3 = main::reader($cards,'clean');
@@ -16812,7 +18405,7 @@ sub get_repos_linux {
$key = repo_data('missing','cards');
}
else {
- @content = url_cleaner(\@content);
+ url_cleaner(\@content);
$key = repo_data('active','cards');
}
push(@rows,
@@ -16834,14 +18427,14 @@ sub get_repos_linux {
if (-d $xbps_dir_1 || -d $xbps_dir_2){
@files = main::globber("$xbps_dir_1*.conf");
push(@files,main::globber("$xbps_dir_2*.conf")) if -d $xbps_dir_2;
- main::log_data('data',"xbps repo files:\n" . main::joiner(\@files, "\n", 'unset') ) if $b_log;
+ main::log_data('data',"xbps repo files:\n" . main::joiner(\@files, "\n", 'unset')) if $b_log;
foreach (sort @files){
@data = repo_builder($_,'xbps','^\s*repository\s*=','\s*=\s*',1) if -r $_;
push(@rows,@data);
}
}
# Mandriva/Mageia using: urpmq
- if ( $path = main::check_program('urpmq') ){
+ if ($path = main::check_program('urpmq')){
@data2 = main::grabber("$path --list-media active --list-url","\n",'strip');
main::writer("$debugger_dir/system-repo-data-urpmq.txt",\@data2) if $debugger_dir;
# now we need to create the structure: repo info: repo path
@@ -16863,7 +18456,7 @@ sub get_repos_linux {
if (/(.+)\s([\S]+:\/\/.+)/){
# pack the repo url
push(@content, $1);
- @content = url_cleaner(\@content);
+ url_cleaner(\@content);
# get the repo
$repo = $2;
push(@rows,
@@ -16875,13 +18468,13 @@ sub get_repos_linux {
}
}
# Pardus/Solus
- if ( (-d $pisi_dir && ( $path = main::check_program('pisi') ) ) ||
- (-d $eopkg_dir && ( $path = main::check_program('eopkg') ) ) ){
+ if ((-d $pisi_dir && ($path = main::check_program('pisi'))) ||
+ (-d $eopkg_dir && ($path = main::check_program('eopkg')))){
#$path = 'eopkg';
my $which = ($path =~ /pisi$/) ? 'pisi': 'eopkg';
my $cmd = ($which eq 'pisi') ? "$path list-repo": "$path lr";
- #my $file = "$ENV{HOME}/bin/scripts/inxi/data/repo/solus/eopkg-2.txt";
- #@data2 = main::reader($file,'strip');
+ # my $file = "$ENV{HOME}/bin/scripts/inxi/data/repo/solus/eopkg-2.txt";
+ # @data2 = main::reader($file,'strip');
@data2 = main::grabber("$cmd 2>/dev/null","\n",'strip');
main::writer("$debugger_dir/system-repo-data-$which.txt",\@data2) if $debugger_dir;
# now we need to create the structure: repo info: repo path
@@ -16904,12 +18497,12 @@ sub get_repos_linux {
push(@content, $_) if $repo;
}
# Local [inactive] Unstable [active]
- elsif ( /^(.*)\s\[([\S]+)\]/){
+ elsif (/^(.*)\s\[([\S]+)\]/){
$repo = $1;
$repo = ($2 =~ /^activ/i) ? $repo : '';
}
if ($repo && @content){
- @content = url_cleaner(\@content);
+ url_cleaner(\@content);
$key = repo_data('active',$which);
push(@rows,
{main::key($num++,1,1,$key) => $repo},
@@ -16921,7 +18514,7 @@ sub get_repos_linux {
}
# last one if present
if ($repo && @content){
- @content = url_cleaner(\@content);
+ url_cleaner(\@content);
$key = repo_data('active',$which);
push(@rows,
{main::key($num++,1,1,$key) => $repo},
@@ -16929,6 +18522,24 @@ sub get_repos_linux {
);
}
}
+ if (-f $nix && ($path = main::check_program('nix-channel'))){
+ @content = main::grabber("$path --list 2>/dev/null","\n",'strip');
+ main::writer("$debugger_dir/system-repo-data-nix.txt",\@content) if $debugger_dir;
+ if (!@content){
+ $key = repo_data('missing','nix');
+ }
+ else {
+ url_cleaner(\@content);
+ $key = repo_data('active','nix');
+ }
+ my $user = ($ENV{'USER'}) ? $ENV{'USER'}: 'N/A';
+ push(@rows,
+ {main::key($num++,1,1,$key) => $user},
+ [@content],
+ );
+ @content = ();
+
+ }
# print Dumper \@rows;
eval $end if $b_log;
return @rows;
@@ -16940,26 +18551,28 @@ sub get_repos_bsd {
my $bsd_pkg = '/usr/local/etc/pkg/repos/';
my $freebsd = '/etc/freebsd-update.conf';
my $freebsd_pkg = '/etc/pkg/FreeBSD.conf';
+ my $ghostbsd_pkg = '/etc/pkg/GhostBSD.conf';
+ my $hardenedbsd_pkg = '/etc/pkg/HardenedBSD.conf';
+ my $mports = '/usr/mports/Makefile';
my $netbsd = '/usr/pkg/etc/pkgin/repositories.conf';
my $openbsd = '/etc/pkg.conf';
my $openbsd2 = '/etc/installurl';
my $portsnap = '/etc/portsnap.conf';
- if ( -f $portsnap || -f $freebsd || -d $bsd_pkg){
- if ( -f $portsnap ) {
+ if (-f $portsnap || -f $freebsd || -d $bsd_pkg ||
+ -f $ghostbsd_pkg || -f $hardenedbsd_pkg){
+ if (-f $portsnap){
@data = repo_builder($portsnap,'portsnap','^\s*SERVERNAME','\s*=\s*',1);
push(@rows,@data);
}
- if ( -f $freebsd ){
+ if (-f $freebsd){
@data = repo_builder($freebsd,'freebsd','^\s*ServerName','\s+',1);
push(@rows,@data);
}
-# if ( -f $freebsd_pkg ){
-# @data = repo_builder($freebsd_pkg,'freebsd-pkg','^\s*url',':\s+',1);
-# push(@rows,@data);
-# }
- if ( -d $bsd_pkg || -f $freebsd_pkg){
+ if (-d $bsd_pkg || -f $freebsd_pkg || -f $ghostbsd_pkg || -f $hardenedbsd_pkg){
@files = main::globber('/usr/local/etc/pkg/repos/*.conf');
push(@files, $freebsd_pkg) if -f $freebsd_pkg;
+ push(@files, $ghostbsd_pkg) if -f $ghostbsd_pkg;
+ push(@files, $hardenedbsd_pkg) if -f $hardenedbsd_pkg;
if (@files){
my ($url);
foreach (@files){
@@ -16979,20 +18592,20 @@ sub get_repos_bsd {
$url = "$data2[1]:$data2[2]";
$url =~ s/"|,//g;
}
- #print "url:$url\n" if $url;
+ # print "url:$url\n" if $url;
if ($data2[0] eq 'enabled'){
- if ($url && $data2[1] eq 'yes'){
+ if ($url && $data2[1] =~ /^(1|true|yes)$/i){
push(@data3, "$url");
}
$url = '';
}
}
}
- if (! @data3){
+ if (!@data3){
$key = repo_data('missing','bsd-package');
}
else {
- @data3 = url_cleaner(\@data3);
+ url_cleaner(\@data3);
$key = repo_data('active','bsd-package');
}
push(@rows,
@@ -17004,7 +18617,7 @@ sub get_repos_bsd {
}
}
}
- elsif (-f $openbsd || -f $openbsd2) {
+ if (-f $openbsd || -f $openbsd2){
if (-f $openbsd){
@data = repo_builder($openbsd,'openbsd','^installpath','\s*=\s*',1);
push(@rows,@data);
@@ -17014,11 +18627,37 @@ sub get_repos_bsd {
push(@rows,@data);
}
}
- elsif (-f $netbsd){
+ if (-f $netbsd){
# not an empty row, and not a row starting with #
@data = repo_builder($netbsd,'netbsd','^\s*[^#]+$');
push(@rows,@data);
}
+ # I don't think this is right, have to find out, for midnightbsd
+# if (-f $mports){
+# @data = main::reader($mports,'strip');
+# main::writer("$debugger_dir/system-repo-data-mports.txt",\@data) if $debugger_dir;
+# for (@data){
+# if (!/^MASTER_SITE_INDEX/){
+# next;
+# }
+# else {
+# push(@data3,(split(/=\s*/,$_))[1]);
+# }
+# last if /^INDEX/;
+# }
+# if (!@data3){
+# $key = repo_data('missing','mports');
+# }
+# else {
+# url_cleaner(\@data3);
+# $key = repo_data('active','mports');
+# }
+# push(@rows,
+# {main::key($num++,1,1,$key) => $mports},
+# [@data3],
+# );
+# @data3 = ();
+# }
# BSDs do not default always to having repo files, so show correct error
# mesage in that case
if (!@rows){
@@ -17050,11 +18689,13 @@ sub repo_data {
'apk-missing' => 'No active APK repos in',
'apt-active' => 'Active apt repos in',
'apt-missing' => 'No active apt repos in',
- 'bsd-files-missing' => 'No BSD pkg server files found',
- 'bsd-package-active' => 'BSD enabled pkg servers in',
+ 'bsd-files-missing' => 'No pkg server files found',
+ 'bsd-package-active' => 'Enabled pkg servers in',
'bsd-package-missing' => 'No enabled BSD pkg servers in',
'cards-active' => 'Active CARDS collections in',
'cards-missing' => 'No active CARDS collections in',
+ 'dnf-active' => 'Active dnf repos in',
+ 'dnf-missing' => 'No active dnf repos in',
'eopkg-active' => 'Active eopkg repo',
'eopkg-missing' => 'No active eopkg repos found',
'files-missing' => 'No repo files found in',
@@ -17063,9 +18704,13 @@ sub repo_data {
'freebsd-missing' => 'No FreeBSD update servers in',
'freebsd-pkg-active' => 'FreeBSD default pkg server',
'freebsd-pkg-missing' => 'No FreeBSD default pkg server in',
+ 'mports-active' => 'mports servers',
+ 'mports-missing' => 'No mports servers found',
'netbsd-active' => 'NetBSD pkg servers',
'netbsd-files-missing' => 'No NetBSD pkg server files found',
'netbsd-missing' => 'No NetBSD pkg servers in',
+ 'nix-active' => 'Active nix channels for user',
+ 'nix-missing' => 'No nix channels found for user',
'openbsd-active' => 'OpenBSD pkg mirror',
'openbsd-files-missing' => 'No OpenBSD pkg mirror files found',
'openbsd-missing' => 'No OpenBSD pkg mirrors in',
@@ -17077,8 +18722,10 @@ sub repo_data {
'pisi-missing' => 'No active pisi repos found',
'portage-active' => 'Enabled portage sources in',
'portage-missing' => 'No enabled portage sources in',
- 'portsnap-active' => 'BSD ports server',
+ 'portsnap-active' => 'Ports server',
'portsnap-missing' => 'No ports servers in',
+ 'scratchpkg-active' => 'scratchpkg repos in',
+ 'scratchpkg-missing' => 'No active scratchpkg repos in',
'slackpkg-active' => 'slackpkg repos in',
'slackpkg-missing' => 'No active slackpkg repos in',
'slackpkg+-active' => 'slackpkg+ repos in',
@@ -17105,7 +18752,7 @@ sub repo_builder {
if (-r $file){
@content = main::reader($file);
@content = grep {/$search/i && !/^\s*$/} @content if @content;
- @content = data_cleaner(\@content) if @content;
+ data_cleaner(\@content) if @content;
}
if ($split && @content){
@content = map {
@@ -17118,7 +18765,7 @@ sub repo_builder {
}
else {
$key = repo_data('active',$type);
- @content = url_cleaner(\@content);
+ url_cleaner(\@content);
}
@data = (
{main::key($num++,1,1,$key) => $file},
@@ -17128,16 +18775,12 @@ sub repo_builder {
return @data;
}
sub data_cleaner {
- my ($content) = @_;
# basics: trim white space, get rid of double spaces
- @$content = map { $_ =~ s/^\s+|\s+$//g; $_ =~ s/\s\s+/ /g; $_} @$content;
- return @$content;
+ @{$_[0]} = map {$_ =~ s/^\s+|\s+$//g; $_ =~ s/\s\s+/ /g; $_} @{$_[0]};
}
# clean if irc
sub url_cleaner {
- my ($content) = @_;
- @$content = map { $_ =~ s/:\//: \//; $_} @$content if $b_irc;
- return @$content;
+ @{$_[0]} = map {$_ =~ s/:\//: \//; $_} @{$_[0]} if $b_irc;
}
sub file_path {
my ($filename,$dir) = @_;
@@ -17150,10 +18793,9 @@ sub file_path {
}
}
-## SensorData
+## SensorItem
{
-package SensorData;
-my ($b_ipmi) = (0);
+package SensorItem;
sub get {
eval $start if $b_log;
my ($key1,$program,$val1,@data,@rows,%sensors);
@@ -17161,17 +18803,16 @@ sub get {
my $source = 'sensors';
# we're allowing 1 or 2 ipmi tools, first the gnu one, then the
# almost certain to be present in BSDs
- if ( $b_ipmi ||
- ( main::globber('/dev/ipmi**') &&
- ( ( $program = main::check_program('ipmi-sensors') ) ||
- ( $program = main::check_program('ipmitool') ) ) ) ){
- if ($b_ipmi || $b_root){
+ if ($fake{'ipmi'} || (main::globber('/dev/ipmi**') &&
+ (($program = main::check_program('ipmi-sensors')) ||
+ ($program = main::check_program('ipmitool'))))){
+ if ($fake{'ipmi'} || $b_root){
%sensors = ipmi_data($program);
@data = sensors_output('ipmi',\%sensors);
- if (!@data) {
+ if (!@data){
$key1 = 'Message';
$val1 = main::row_defaults('sensors-data-ipmi');
- #$val1 = main::row_defaults('dev');
+ # $val1 = main::row_defaults('dev');
@data = ({main::key($num++,0,1,$key1) => $val1,});
}
push(@rows,@data);
@@ -17184,24 +18825,42 @@ sub get {
push(@rows,@data);
}
}
- if ( $alerts{'sensors'}->{'action'} ne 'use'){
- #print "here 1\n";
- $key1 = $alerts{'sensors'}->{'action'};
- $val1 = $alerts{'sensors'}->{$key1};
- $key1 = ucfirst($key1);
- @data = ({main::key($num++,0,1,$key1) => $val1,});
+ if ($sysctl{'sensor'}){
+ %sensors = sysctl_data();
+ @data = sensors_output('sysctl-sensors',\%sensors);
+ if (!@data){
+ $key1 = 'Message';
+ $val1 = main::row_defaults('sensors-data-bsd',$uname[0]);
+ @data = ({main::key($num++,0,1,$key1) => $val1,});
+ }
push(@rows,@data);
}
else {
- %sensors = lm_sensors_data();
- @data = sensors_output($source,\%sensors);
- #print "here 2\n";
- if (!@data) {
- $key1 = 'Message';
- $val1 = main::row_defaults('sensors-data-linux');
+ if (!$fake{'sensors'} && $alerts{'sensors'}->{'action'} ne 'use'){
+ # print "here 1\n";
+ if ($bsd_type && $bsd_type =~ /^(free|open)bsd/){
+ $key1 = 'Message';
+ $val1 = main::row_defaults('sensors-data-bsd-ok');
+ }
+ else {
+ $key1 = $alerts{'sensors'}->{'action'};
+ $val1 = $alerts{'sensors'}->{'message'};
+ $key1 = ucfirst($key1);
+ }
@data = ({main::key($num++,0,1,$key1) => $val1,});
+ push(@rows,@data);
+ }
+ else {
+ %sensors = lm_sensors_data();
+ @data = sensors_output($source,\%sensors);
+ # print "here 2\n";
+ if (!@data){
+ $key1 = 'Message';
+ $val1 = main::row_defaults('sensors-data-linux');
+ @data = ({main::key($num++,0,1,$key1) => $val1,});
+ }
+ push(@rows,@data);
}
- push(@rows,@data);
}
eval $end if $b_log;
return @rows;
@@ -17216,7 +18875,7 @@ sub sensors_output {
my $fan_number = 0;
my $num = 0;
my $j = 0;
- @gpu = gpu_data() if ( $source eq 'sensors' || $source eq 'lm-sensors' );
+ @gpu = gpu_data() if ($source eq 'sensors' || $source eq 'lm-sensors');
my $temp_unit = (defined $sensors->{'temp-unit'}) ? " $sensors->{'temp-unit'}": '';
my $cpu_temp = (defined $sensors->{'cpu-temp'}) ? $sensors->{'cpu-temp'} . $temp_unit: 'N/A';
my $mobo_temp = (defined $sensors->{'mobo-temp'}) ? $sensors->{'mobo-temp'} . $temp_unit: 'N/A';
@@ -17251,7 +18910,7 @@ sub sensors_output {
if (scalar @gpu == 1 && defined $gpu[0]->{'temp'}){
my $gpu_temp = $gpu[0]->{'temp'};
my $gpu_type = $gpu[0]->{'type'};
- my $gpu_unit = (defined $gpu[0]{'temp-unit'} && $gpu_temp ) ? " $gpu[0]->{'temp-unit'}" : ' C';
+ my $gpu_unit = (defined $gpu[0]{'temp-unit'} && $gpu_temp) ? " $gpu[0]->{'temp-unit'}" : ' C';
$rows[$j]->{main::key($num++,1,2,'gpu')} = $gpu_type;
$rows[$j]->{main::key($num++,0,3,'temp')} = $gpu_temp . $gpu_unit;
if ($extra > 1 && $gpu[0]->{'temp-mem'}){
@@ -17270,7 +18929,7 @@ sub sensors_output {
for (my $i = 0; $i < scalar @fan_main; $i++){
next if $i == 0;# starts at 1, not 0
if (defined $fan_main[$i]){
- if ($i == 1 || ($i == 2 && !$b_cpu )){
+ if ($i == 1 || ($i == 2 && !$b_cpu)){
$rows[$j]->{main::key($num++,0,2,'cpu')} = $fan_main[$i];
$b_cpu = 1;
}
@@ -17308,14 +18967,14 @@ sub sensors_output {
if (scalar @gpu > 1){
$j = scalar @rows;
$rows[$j]->{main::key($num++,1,1,'GPU')} = '';
- my $gpu_unit = (defined $gpu[0]->{'temp-unit'} ) ? " $gpu[0]->{'temp-unit'}" : ' C';
+ my $gpu_unit = (defined $gpu[0]->{'temp-unit'}) ? " $gpu[0]->{'temp-unit'}" : ' C';
foreach my $info (@gpu){
# speed unit is either '' or %
my $gpu_fan = (defined $info->{'fan-speed'}) ? $info->{'fan-speed'} . $info->{'speed-unit'}: undef ;
my $gpu_type = $info->{'type'};
- my $gpu_temp = (defined $info->{'temp'} ) ? $info->{'temp'} . $gpu_unit: 'N/A';
+ my $gpu_temp = (defined $info->{'temp'}) ? $info->{'temp'} . $gpu_unit: 'N/A';
$rows[$j]->{main::key($num++,1,2,'device')} = $gpu_type;
- if (defined $info->{'screen'} ){
+ if (defined $info->{'screen'}){
$rows[$j]->{main::key($num++,0,3,'screen')} = $info->{'screen'};
}
$rows[$j]->{main::key($num++,0,3,'temp')} = $gpu_temp;
@@ -17345,7 +19004,7 @@ sub sensors_output {
$rows[$j]->{main::key($num++,0,2,'5v')} = $sensors->{'volts-5'};
$rows[$j]->{main::key($num++,0,2,'3.3v')} = $sensors->{'volts-3.3'};
$rows[$j]->{main::key($num++,0,2,'vbat')} = $sensors->{'volts-vbat'};
- if ($extra > 1 && $source eq 'ipmi' ){
+ if ($extra > 1 && $source eq 'ipmi'){
$sensors->{'volts-dimm-p1'} ||= 'N/A';
$sensors->{'volts-dimm-p2'} ||= 'N/A';
$rows[$j]->{main::key($num++,0,2,'dimm-p1')} = $sensors->{'volts-dimm-p1'} if $sensors->{'volts-dimm-p1'};
@@ -17367,40 +19026,49 @@ sub ipmi_data {
my ($program) = @_;
my ($b_cpu_0,$cmd,$file,@data,$fan_working,%sensors,@row,$sys_fan_nu,
$temp_working,$working_unit);
- $program ||= 'ipmi-sensors'; # only for debugging, will always exist if reaches here
my ($b_ipmitool,$i_key,$i_value,$i_unit);
- #$file = "$ENV{'HOME'}/bin/scripts/inxi/data/ipmitool/ipmitool-sensors-archerseven-1.txt";$program='ipmitool';
- #$file = "$ENV{'HOME'}/bin/scripts/inxi/data/ipmitool/ipmitool-sensors-crazy-epyc-1.txt";$program='ipmitool';
- #$file = "$ENV{'HOME'}/bin/scripts/inxi/data/ipmitool/ipmitool-sensors-RK016013.txt";$program='ipmitool';
- #$file = "$ENV{'HOME'}/bin/scripts/inxi/data/ipmitool/ipmi-sensors-crazy-epyc-1.txt";
- #$file = "$ENV{'HOME'}/bin/scripts/inxi/data/ipmitool/ipmi-sensors-lathander.txt";
- #$file = "$ENV{'HOME'}/bin/scripts/inxi/data/ipmitool/ipmi-sensors-zwerg.txt";
- #@data = main::reader($file);
- if ($program =~ /ipmi-sensors$/){
- $cmd = $program;
- ($b_ipmitool,$i_key,$i_value,$i_unit) = (0,1,3,4);
+ if ($fake{'ipmi'}){
+ # $file = "$ENV{'HOME'}/bin/scripts/inxi/data/ipmitool/ipmitool-sensors-archerseven-1.txt";$program='ipmitool';
+ # $file = "$ENV{'HOME'}/bin/scripts/inxi/data/ipmitool/ipmitool-sensors-crazy-epyc-1.txt";$program='ipmitool';
+ # $file = "$ENV{'HOME'}/bin/scripts/inxi/data/ipmitool/ipmitool-sensors-RK016013.txt";$program='ipmitool';
+ # $file = "$ENV{'HOME'}/bin/scripts/inxi/data/ipmitool/ipmitool-sensors-freebsd-offsite-backup.txt";
+ # $file = "$ENV{'HOME'}/bin/scripts/inxi/data/ipmitool/ipmi-sensors-crazy-epyc-1.txt";
+ # $file = "$ENV{'HOME'}/bin/scripts/inxi/data/ipmitool/ipmi-sensors-lathander.txt";
+ # $file = "$ENV{'HOME'}/bin/scripts/inxi/data/ipmitool/ipmi-sensors-zwerg.txt";
+ # $file = "$ENV{'HOME'}/bin/scripts/inxi/data/ipmitool/ipmi-sensors-arm-server-1.txt";
+ # @data = main::reader($file);
+ #($b_ipmitool,$i_key,$i_value,$i_unit) = (0,1,3,4); # ipmi-sensors
+ #($b_ipmitool,$i_key,$i_value,$i_unit) = (1,0,1,2); # ipmitool sensors
}
else {
- $cmd = "$program sensors";
- ($b_ipmitool,$i_key,$i_value,$i_unit) = (1,0,1,2);
+ if ($program =~ /ipmi-sensors$/){
+ $cmd = $program;
+ ($b_ipmitool,$i_key,$i_value,$i_unit) = (0,1,3,4);
+ }
+ else { # ipmitool
+ $cmd = "$program sensors";
+ ($b_ipmitool,$i_key,$i_value,$i_unit) = (1,0,1,2);
+ }
+ @data = main::grabber("$cmd 2>/dev/null");
}
- @data = main::grabber("$cmd 2>/dev/null");
# print join("\n", @data), "\n";
- return if ! @data;
+ # shouldn't need to log, but saw a case with debugger ipmi data, but none here apparently
+ main::log_data('dump','ipmi @data',\@data) if $b_log;
+ return if !@data;
foreach (@data){
next if /^\s*$/;
# print "$_\n";
@row = split(/\s*\|\s*/, $_);
- #print "$row[$i_value]\n";
+ # print "$row[$i_value]\n";
next if !main::is_numeric($row[$i_value]);
# print "$row[$i_key] - $row[$i_value]\n";
- if (!$sensors{'mobo-temp'} && $row[$i_key] =~ /^(MB_TEMP[0-9]|System[\s_]Temp|System[\s_]?Board)$/i){
+ if (!$sensors{'mobo-temp'} && $row[$i_key] =~ /^(MB_TEMP[0-9]|System[\s_]Temp|System[\s_]?Board([\s_]Temp)?)$/i){
$sensors{'mobo-temp'} = int($row[$i_value]);
$working_unit = $row[$i_unit];
$working_unit =~ s/degrees\s// if $b_ipmitool;
$sensors{'temp-unit'} = set_temp_unit($sensors{'temp-unit'},$working_unit) if $working_unit;
}
- elsif ($row[$i_key] =~ /^(Ambient)$/i){
+ elsif ($row[$i_key] =~ /^(Ambient)([\s_]Temp)?$/i){
$sensors{'ambient-temp'} = int($row[$i_value]);
$working_unit = $row[$i_unit];
$working_unit =~ s/degrees\s// if $b_ipmitool;
@@ -17409,14 +19077,14 @@ sub ipmi_data {
# Platform Control Hub (PCH), it is the X370 chip on the Crosshair VI Hero.
# VRM: voltage regulator module
# NOTE: CPU0_TEMP CPU1_TEMP is possible, unfortunately; CPU Temp Interf
- elsif ( !$sensors{'cpu-temp'} && $row[$i_key] =~ /^CPU([01])?([\s_]Temp)?$/i) {
+ elsif (!$sensors{'cpu-temp'} && $row[$i_key] =~ /^CPU([01])?([\s_]Temp)?$/i){
$b_cpu_0 = 1 if defined $1 && $1 == 0;
$sensors{'cpu-temp'} = int($row[$i_value]);
$working_unit = $row[$i_unit];
$working_unit =~ s/degrees\s// if $b_ipmitool;
$sensors{'temp-unit'} = set_temp_unit($sensors{'temp-unit'},$working_unit) if $working_unit;
}
- elsif ($row[$i_key] =~ /^CPU([1-4])([\s_]Temp)?$/i) {
+ elsif ($row[$i_key] =~ /^CPU([1-4])([\s_]Temp)?$/i){
$temp_working = $1;
$temp_working++ if $b_cpu_0;
$sensors{"cpu${temp_working}-temp"} = int($row[$i_value]);
@@ -17425,30 +19093,30 @@ sub ipmi_data {
$sensors{'temp-unit'} = set_temp_unit($sensors{'temp-unit'},$working_unit) if $working_unit;
}
# for temp1/2 only use temp1/2 if they are null or greater than the last ones
- elsif ($row[$i_key] =~ /^(MB[_]?TEMP1|Temp[\s_]1)$/i) {
+ elsif ($row[$i_key] =~ /^(MB[_]?TEMP1|Temp[\s_]1)$/i){
$temp_working = int($row[$i_value]);
$working_unit = $row[$i_unit];
$working_unit =~ s/degrees\s// if $b_ipmitool;
- if ( !$sensors{'temp1'} || ( defined $temp_working && $temp_working > 0 ) ) {
+ if (!$sensors{'temp1'} || (defined $temp_working && $temp_working > 0)){
$sensors{'temp1'} = $temp_working;
}
$sensors{'temp-unit'} = set_temp_unit($sensors{'temp-unit'},$working_unit) if $working_unit;
}
- elsif ($row[$i_key] =~ /^(MB[_]?TEMP2|Temp[\s_]2)$/i) {
+ elsif ($row[$i_key] =~ /^(MB[_]?TEMP2|Temp[\s_]2)$/i){
$temp_working = int($row[$i_value]);
$working_unit = $row[$i_unit];
$working_unit =~ s/degrees\s// if $b_ipmitool;
- if ( !$sensors{'temp2'} || ( defined $temp_working && $temp_working > 0 ) ) {
+ if (!$sensors{'temp2'} || (defined $temp_working && $temp_working > 0)){
$sensors{'temp2'} = $temp_working;
}
$sensors{'temp-unit'} = set_temp_unit($sensors{'temp-unit'},$working_unit) if $working_unit;
}
# temp3 is only used as an absolute override for systems with all 3 present
- elsif ($row[$i_key] =~ /^(MB[_]?TEMP3|Temp[\s_]3)$/i) {
+ elsif ($row[$i_key] =~ /^(MB[_]?TEMP3|Temp[\s_]3)$/i){
$temp_working = int($row[$i_value]);
$working_unit = $row[$i_unit];
$working_unit =~ s/degrees\s// if $b_ipmitool;
- if ( !$sensors{'temp3'} || ( defined $temp_working && $temp_working > 0 ) ) {
+ if (!$sensors{'temp3'} || (defined $temp_working && $temp_working > 0)){
$sensors{'temp3'} = $temp_working;
}
$sensors{'temp-unit'} = set_temp_unit($sensors{'temp-unit'},$working_unit) if $working_unit;
@@ -17460,20 +19128,20 @@ sub ipmi_data {
$sensors{'temp-unit'} = set_temp_unit($sensors{'temp-unit'},$working_unit) if $working_unit;
}
# note: can be cpu fan:, cpu fan speed:, etc.
- elsif ($row[$i_key] =~ /^(CPU|Processor)[\s_]Fan/i) {
+ elsif ($row[$i_key] =~ /^(CPU|Processor)[\s_]Fan/i){
$sensors{'fan-main'}->[1] = int($row[$i_value]);
}
# note that the counters are dynamically set for fan numbers here
# otherwise you could overwrite eg aux fan2 with case fan2 in theory
# note: cpu/mobo/ps are 1/2/3
- elsif ($row[$i_key] =~ /^(SYS[\s_])?FAN[\s_]?([0-9A-F]+)/i) {
+ elsif ($row[$i_key] =~ /^(SYS[\s_])?FAN[\s_]?([0-9A-F]+)/i){
$sys_fan_nu = hex($2);
$fan_working = int($row[$i_value]);
$sensors{'fan-default'} = () if !$sensors{'fan-default'};
- if ( $sys_fan_nu =~ /^([0-9]+)$/ ) {
+ if ($sys_fan_nu =~ /^([0-9]+)$/){
# add to array if array index does not exist OR if number is > existing number
- if ( defined $sensors{'fan-default'}->[$sys_fan_nu] ) {
- if ( $fan_working >= $sensors{'fan-default'}->[$sys_fan_nu] ) {
+ if (defined $sensors{'fan-default'}->[$sys_fan_nu]){
+ if ($fan_working >= $sensors{'fan-default'}->[$sys_fan_nu]){
$sensors{'fan-default'}->[$sys_fan_nu] = $fan_working;
}
}
@@ -17482,48 +19150,48 @@ sub ipmi_data {
}
}
}
- elsif ($row[$i_key] =~ /^(FAN PSU|PSU FAN)$/i) {
+ elsif ($row[$i_key] =~ /^(FAN PSU|PSU FAN)$/i){
$sensors{'fan-psu'} = int($row[$i_value]);
}
- elsif ($row[$i_key] =~ /^(FAN PSU1|PSU1 FAN)$/i) {
+ elsif ($row[$i_key] =~ /^(FAN PSU1|PSU1 FAN)$/i){
$sensors{'fan-psu-1'} = int($row[$i_value]);
}
- elsif ($row[$i_key] =~ /^(FAN PSU2|PSU2 FAN)$/i) {
+ elsif ($row[$i_key] =~ /^(FAN PSU2|PSU2 FAN)$/i){
$sensors{'fan-psu-2'} = int($row[$i_value]);
}
if ($extra > 0){
- if ($row[$i_key] =~ /^(MAIN\s|P[_]?)?12V$/i) {
+ if ($row[$i_key] =~ /^((MAIN\s|P[_]?)?12V|PSU[12]_VOUT)$/i){
$sensors{'volts-12'} = $row[$i_value];
}
- elsif ($row[$i_key] =~ /^(MAIN\s5V|P5V|5VCC|5V PG)$/i) {
+ elsif ($row[$i_key] =~ /^(MAIN\s5V|P5V|5VCC|5V PG|5V_SB)$/i){
$sensors{'volts-5'} = $row[$i_value];
}
- elsif ($row[$i_key] =~ /^(MAIN\s3.3V|P3V3|3.3VCC|3.3V PG)$/i) {
+ elsif ($row[$i_key] =~ /^(MAIN\s3\.3V|P3V3|3\.3VCC|3\.3V PG|3V3_SB)$/i){
$sensors{'volts-3.3'} = $row[$i_value];
}
- elsif ($row[$i_key] =~ /^((P_)?VBAT|CMOS Battery|BATT 3.0V)$/i) {
+ elsif ($row[$i_key] =~ /^((P_)?VBAT|CMOS Battery|BATT 3.0V)$/i){
$sensors{'volts-vbat'} = $row[$i_value];
}
# NOTE: VDimmP1ABC VDimmP1DEF
- elsif (!$sensors{'volts-dimm-p1'} && $row[$i_key] =~ /^(P1_VMEM|VDimmP1|MEM RSR A PG)/i) {
+ elsif (!$sensors{'volts-dimm-p1'} && $row[$i_key] =~ /^(P1_VMEM|VDimmP1|MEM RSR A PG|DIMM_VR1_VOLT)/i){
$sensors{'volts-dimm-p1'} = $row[$i_value];
}
- elsif (! $sensors{'volts-dimm-p2'} && $row[$i_key] =~ /^(P2_VMEM|VDimmP2|MEM RSR B PG)/i) {
+ elsif (!$sensors{'volts-dimm-p2'} && $row[$i_key] =~ /^(P2_VMEM|VDimmP2|MEM RSR B PG|DIMM_VR2_VOLT)/i){
$sensors{'volts-dimm-p2'} = $row[$i_value];
}
- elsif (!$sensors{'volts-soc-p1'} && $row[$i_key] =~ /^(P1_SOC_RUN$)/i) {
+ elsif (!$sensors{'volts-soc-p1'} && $row[$i_key] =~ /^(P1_SOC_RUN$)/i){
$sensors{'volts-soc-p1'} = $row[$i_value];
}
- elsif (! $sensors{'volts-soc-p2'} && $row[$i_key] =~ /^(P2_SOC_RUN$)/i) {
+ elsif (!$sensors{'volts-soc-p2'} && $row[$i_key] =~ /^(P2_SOC_RUN$)/i){
$sensors{'volts-soc-p2'} = $row[$i_value];
}
}
}
- # print Data::Dumper::Dumper \%sensors;
+ print Data::Dumper::Dumper \%sensors if $dbg[31];
%sensors = process_data(%sensors) if %sensors;
main::log_data('dump','ipmi: %sensors',\%sensors) if $b_log;
eval $end if $b_log;
- # print Data::Dumper::Dumper \%sensors;
+ print Data::Dumper::Dumper \%sensors if $dbg[31];
return %sensors;
}
sub lm_sensors_data {
@@ -17531,7 +19199,7 @@ sub lm_sensors_data {
my (%sensors);
my ($sys_fan_nu) = (0);
my ($adapter,$fan_working,$temp_working,$working_unit) = ('','','','','');
- process_lm_sensors() if !$b_sensors;
+ process_lm_sensors() if !$loaded{'lm-sensors'};
foreach $adapter (keys %{$sensors_raw{'main'}}){
next if !$adapter || ref $sensors_raw{'main'}->{$adapter} ne 'ARRAY';
# not sure why hwmon is excluded, forgot to add info in comments
@@ -17542,7 +19210,7 @@ sub lm_sensors_data {
foreach (@{$sensors_raw{'main'}->{$adapter}}){
my @working = split(':', $_);
next if !$working[0];
- #print "$working[0]:$working[1]\n";
+ # print "$working[0]:$working[1]\n";
# There are some guesses here, but with more sensors samples it will get closer.
# note: using arrays starting at 1 for all fan arrays to make it easier overall
# we have to be sure we are working with the actual real string before assigning
@@ -17551,9 +19219,9 @@ sub lm_sensors_data {
# note that because of charset issues, no "°" degree sign used, but it is required
# in testing regex to avoid error. It might be because I got that data from a forum post,
# note directly via debugger.
- if ($_ =~ /^T?(AMBIENT|M\/B|MB|Motherboard|SIO|SYS).*:([0-9\.]+)[\s°]*(C|F)/i) {
+ if ($_ =~ /^T?(AMBIENT|M\/B|MB|Motherboard|SIO|SYS).*:([0-9\.]+)[\s°]*(C|F)/i){
# avoid SYSTIN: 118 C
- if (main::is_numeric($2) && $2 < 90 ){
+ if (main::is_numeric($2) && $2 < 90){
$sensors{'mobo-temp'} = $2;
$working_unit = $3;
$sensors{'temp-unit'} = set_temp_unit($sensors{'temp-unit'},$working_unit) if $working_unit;
@@ -17567,107 +19235,107 @@ sub lm_sensors_data {
# NOTE: I've seen an inexplicable case where: CPU:52.0°C fails to match with [\s°] but
# does match with: [\s°]*. I can't account for this, but that's why the * is there
# Tdie is a new k10temp-pci syntax for cpu die temp
- elsif ($_ =~ /^(T?CPU.*|Tdie.*):([0-9\.]+)[\s°]*(C|F)/i) {
+ elsif ($_ =~ /^(T?CPU.*|Tdie.*):([0-9\.]+)[\s°]*(C|F)/i){
$temp_working = $2;
$working_unit = $3;
- if ( !$sensors{'cpu-temp'} ||
- ( defined $temp_working && $temp_working > 0 && $temp_working > $sensors{'cpu-temp'} ) ) {
+ if (!$sensors{'cpu-temp'} ||
+ (defined $temp_working && $temp_working > 0 && $temp_working > $sensors{'cpu-temp'})){
$sensors{'cpu-temp'} = $temp_working;
}
$sensors{'temp-unit'} = set_temp_unit($sensors{'temp-unit'},$working_unit) if $working_unit;
}
- elsif ($_ =~ /^PECI\sAgent\s0.*:([0-9\.]+)[\s°]*(C|F)/i) {
+ elsif ($_ =~ /^PECI\sAgent\s0.*:([0-9\.]+)[\s°]*(C|F)/i){
$sensors{'cpu-peci-temp'} = $1;
$working_unit = $2;
$sensors{'temp-unit'} = set_temp_unit($sensors{'temp-unit'},$working_unit) if $working_unit;
}
- elsif ($_ =~ /^T?(P\/S|Power).*:([0-9\.]+)[\s°]*(C|F)/i) {
+ elsif ($_ =~ /^T?(P\/S|Power).*:([0-9\.]+)[\s°]*(C|F)/i){
$sensors{'psu-temp'} = $2;
$working_unit = $3;
$sensors{'temp-unit'} = set_temp_unit($sensors{'temp-unit'},$working_unit) if $working_unit;
}
- elsif ($_ =~ /^T?(dimm|mem|sodimm).*:([0-9\.]+)[\s°]*(C|F)/i) {
+ elsif ($_ =~ /^T?(dimm|mem|sodimm).*:([0-9\.]+)[\s°]*(C|F)/i){
$sensors{'sodimm-temp'} = $1;
$working_unit = $2;
$sensors{'temp-unit'} = set_temp_unit($sensors{'temp-unit'},$working_unit) if $working_unit;
}
# for temp1/2 only use temp1/2 if they are null or greater than the last ones
- elsif ($_ =~ /^temp1:([0-9\.]+)[\s°]*(C|F)/i) {
+ elsif ($_ =~ /^temp1:([0-9\.]+)[\s°]*(C|F)/i){
$temp_working = $1;
$working_unit = $2;
- if ( !$sensors{'temp1'} ||
- ( defined $temp_working && $temp_working > 0 && $temp_working > $sensors{'temp1'} ) ) {
+ if (!$sensors{'temp1'} ||
+ (defined $temp_working && $temp_working > 0 && $temp_working > $sensors{'temp1'})){
$sensors{'temp1'} = $temp_working;
}
$sensors{'temp-unit'} = set_temp_unit($sensors{'temp-unit'},$working_unit) if $working_unit;
}
- elsif ($_ =~ /^temp2:([0-9\.]+)[\s°]*(C|F)/i) {
+ elsif ($_ =~ /^temp2:([0-9\.]+)[\s°]*(C|F)/i){
$temp_working = $1;
$working_unit = $2;
- if ( !$sensors{'temp2'} ||
- ( defined $temp_working && $temp_working > 0 && $temp_working > $sensors{'temp2'} ) ) {
+ if (!$sensors{'temp2'} ||
+ (defined $temp_working && $temp_working > 0 && $temp_working > $sensors{'temp2'})){
$sensors{'temp2'} = $temp_working;
}
$sensors{'temp-unit'} = set_temp_unit($sensors{'temp-unit'},$working_unit) if $working_unit;
}
# temp3 is only used as an absolute override for systems with all 3 present
- elsif ($_ =~ /^temp3:([0-9\.]+)[\s°]*(C|F)/i) {
+ elsif ($_ =~ /^temp3:([0-9\.]+)[\s°]*(C|F)/i){
$temp_working = $1;
$working_unit = $2;
- if ( !$sensors{'temp3'} ||
- ( defined $temp_working && $temp_working > 0 && $temp_working > $sensors{'temp3'} ) ) {
+ if (!$sensors{'temp3'} ||
+ (defined $temp_working && $temp_working > 0 && $temp_working > $sensors{'temp3'})){
$sensors{'temp3'} = $temp_working;
}
$sensors{'temp-unit'} = set_temp_unit($sensors{'temp-unit'},$working_unit) if $working_unit;
}
# final fallback if all else fails, funtoo user showed sensors putting
# temp on wrapped second line, not handled
- elsif ($_ =~ /^T?(core0|core 0|Physical id 0)(.*):([0-9\.]+)[\s°]*(C|F)/i) {
+ elsif ($_ =~ /^T?(core0|core 0|Physical id 0)(.*):([0-9\.]+)[\s°]*(C|F)/i){
$temp_working = $3;
$working_unit = $4;
- if ( !$sensors{'core-0-temp'} ||
- ( defined $temp_working && $temp_working > 0 && $temp_working > $sensors{'core-0-temp'} ) ) {
+ if (!$sensors{'core-0-temp'} ||
+ (defined $temp_working && $temp_working > 0 && $temp_working > $sensors{'core-0-temp'})){
$sensors{'core-0-temp'} = $temp_working;
}
$sensors{'temp-unit'} = set_temp_unit($sensors{'temp-unit'},$working_unit) if $working_unit;
}
# note: can be cpu fan:, cpu fan speed:, etc.
- elsif (!$sensors{'fan-main'}->[1] && $_ =~ /^F?(CPU|Processor).*:([0-9]+)[\s]RPM/i) {
+ elsif (!$sensors{'fan-main'}->[1] && $_ =~ /^F?(CPU|Processor).*:([0-9]+)[\s]RPM/i){
$sensors{'fan-main'}->[1] = $2;
}
- elsif (!$sensors{'fan-main'}->[2] && $_ =~ /^F?(M\/B|MB|SYS|Motherboard).*:([0-9]+)[\s]RPM/i) {
+ elsif (!$sensors{'fan-main'}->[2] && $_ =~ /^F?(M\/B|MB|SYS|Motherboard).*:([0-9]+)[\s]RPM/i){
$sensors{'fan-main'}->[2] = $2;
}
- elsif (!$sensors{'fan-main'}->[3] && $_ =~ /F?(Power|P\/S|POWER).*:([0-9]+)[\s]RPM/i) {
+ elsif (!$sensors{'fan-main'}->[3] && $_ =~ /F?(Power|P\/S|POWER).*:([0-9]+)[\s]RPM/i){
$sensors{'fan-main'}->[3] = $2;
}
- elsif (!$sensors{'fan-main'}->[4] && $_ =~ /F?(dimm|mem|sodimm).*:([0-9]+)[\s]RPM/i) {
+ elsif (!$sensors{'fan-main'}->[4] && $_ =~ /F?(dimm|mem|sodimm).*:([0-9]+)[\s]RPM/i){
$sensors{'fan-main'}->[4] = $2;
}
# note that the counters are dynamically set for fan numbers here
# otherwise you could overwrite eg aux fan2 with case fan2 in theory
# note: cpu/mobo/ps/sodimm are 1/2/3/4
- elsif ($_ =~ /^F?(AUX|CASE|CHASSIS|FRONT|REAR).*:([0-9]+)[\s]RPM/i) {
+ elsif ($_ =~ /^F?(AUX|CASE|CHASSIS|FRONT|REAR).*:([0-9]+)[\s]RPM/i){
$temp_working = $2;
- for ( my $i = 5; $i < 30; $i++ ){
+ for (my $i = 5; $i < 30; $i++){
next if defined $sensors{'fan-main'}->[$i];
- if ( !defined $sensors{'fan-main'}->[$i] ){
+ if (!defined $sensors{'fan-main'}->[$i]){
$sensors{'fan-main'}->[$i] = $temp_working;
last;
}
}
}
# in rare cases syntax is like: fan1: xxx RPM
- elsif ($_ =~ /^FAN(1)?:([0-9]+)[\s]RPM/i) {
+ elsif ($_ =~ /^FAN(1)?:([0-9]+)[\s]RPM/i){
$sensors{'fan-default'}->[1] = $2;
}
- elsif ($_ =~ /^FAN([2-9]|1[0-9]).*:([0-9]+)[\s]RPM/i) {
+ elsif ($_ =~ /^FAN([2-9]|1[0-9]).*:([0-9]+)[\s]RPM/i){
$fan_working = $2;
$sys_fan_nu = $1;
- if ( $sys_fan_nu =~ /^([0-9]+)$/ ) {
+ if ($sys_fan_nu =~ /^([0-9]+)$/){
# add to array if array index does not exist OR if number is > existing number
- if ( defined $sensors{'fan-default'}->[$sys_fan_nu] ) {
- if ( $fan_working >= $sensors{'fan-default'}->[$sys_fan_nu] ) {
+ if (defined $sensors{'fan-default'}->[$sys_fan_nu]){
+ if ($fan_working >= $sensors{'fan-default'}->[$sys_fan_nu]){
$sensors{'fan-default'}->[$sys_fan_nu] = $fan_working;
}
}
@@ -17677,29 +19345,29 @@ sub lm_sensors_data {
}
}
if ($extra > 0){
- if ($_ =~ /^[+]?(12 Volt|12V|V\+?12).*:([0-9\.]+)\sV/i) {
+ if ($_ =~ /^[+]?(12 Volt|12V|V\+?12).*:([0-9\.]+)\sV/i){
$sensors{'volts-12'} = $2;
}
# note: 5VSB is a field name
- elsif ($_ =~ /^[+]?(5 Volt|5V|V\+?5):([0-9\.]+)\sV/i) {
+ elsif ($_ =~ /^[+]?(5 Volt|5V|V\+?5):([0-9\.]+)\sV/i){
$sensors{'volts-5'} = $2;
}
- elsif ($_ =~ /^[+]?(3\.3 Volt|3\.3V|V\+?3\.3).*:([0-9\.]+)\sV/i) {
+ elsif ($_ =~ /^[+]?(3\.3 Volt|3\.3V|V\+?3\.3).*:([0-9\.]+)\sV/i){
$sensors{'volts-3.3'} = $2;
}
- elsif ($_ =~ /^(Vbat).*:([0-9\.]+)\sV/i) {
+ elsif ($_ =~ /^(Vbat).*:([0-9\.]+)\sV/i){
$sensors{'volts-vbat'} = $2;
}
- elsif ($_ =~ /^v(dimm|mem|sodimm).*:([0-9\.]+)\sV/i) {
+ elsif ($_ =~ /^v(dimm|mem|sodimm).*:([0-9\.]+)\sV/i){
$sensors{'volts-mem'} = $2;
}
}
}
}
- # print Data::Dumper::Dumper \%sensors;
+ print Data::Dumper::Dumper \%sensors if $dbg[31];
%sensors = process_data(%sensors) if %sensors;
main::log_data('dump','lm-sensors: %sensors',\%sensors) if $b_log;
- # print Data::Dumper::Dumper \%sensors;
+ print Data::Dumper::Dumper \%sensors if $dbg[31];
eval $end if $b_log;
return %sensors;
}
@@ -17707,14 +19375,14 @@ sub process_lm_sensors {
eval $start if $b_log;
my (@data,@sensors_data,@values);
my ($adapter,$holder,$type) = ('','','');
- if ($b_fake_sensors){
- #my $file = "$ENV{'HOME'}/bin/scripts/inxi/data/sensors/amdgpu-w-fan-speed-stretch-k10.txt";
- #my $file = "$ENV{'HOME'}/bin/scripts/inxi/data/sensors/peci-tin-geggo.txt";
- #my $file = "$ENV{'HOME'}/bin/scripts/inxi/data/sensors/sensors-w-other-biker.txt";
- #my $file = "$ENV{'HOME'}/bin/scripts/inxi/data/sensors/sensors-asus-chassis-1.txt";
- #my $file = "$ENV{'HOME'}/bin/scripts/inxi/data/sensors/sensors-devnull-1.txt";
- #my $file = "$ENV{'HOME'}/bin/scripts/inxi/data/sensors/sensors-jammin1.txt";
- #my $file = "$ENV{'HOME'}/bin/scripts/inxi/data/sensors/sensors-mx-incorrect-1.txt";
+ if ($fake{'sensors'}){
+ # my $file = "$ENV{'HOME'}/bin/scripts/inxi/data/sensors/amdgpu-w-fan-speed-stretch-k10.txt";
+ # my $file = "$ENV{'HOME'}/bin/scripts/inxi/data/sensors/peci-tin-geggo.txt";
+ # my $file = "$ENV{'HOME'}/bin/scripts/inxi/data/sensors/sensors-w-other-biker.txt";
+ # my $file = "$ENV{'HOME'}/bin/scripts/inxi/data/sensors/sensors-asus-chassis-1.txt";
+ # my $file = "$ENV{'HOME'}/bin/scripts/inxi/data/sensors/sensors-devnull-1.txt";
+ # my $file = "$ENV{'HOME'}/bin/scripts/inxi/data/sensors/sensors-jammin1.txt";
+ # my $file = "$ENV{'HOME'}/bin/scripts/inxi/data/sensors/sensors-mx-incorrect-1.txt";
# my $file = "$ENV{'HOME'}/bin/scripts/inxi/data/sensors/sensors-maximus-arch-1.txt";
# my $file = "$ENV{'HOME'}/bin/scripts/inxi/data/sensors/kernel-58-sensors-ant-1.txt";
# my $file = "$ENV{'HOME'}/bin/scripts/inxi/data/sensors/sensors-zenpower-nvme-2.txt";
@@ -17729,9 +19397,9 @@ sub process_lm_sensors {
@sensors_data = map {$_ =~ s/\s*:\s*\+?/:/;$_} @sensors_data;
push(@sensors_data, 'END');
}
- #print Data::Dumper::Dumper \@sensors_data;
+ # print Data::Dumper::Dumper \@sensors_data;
foreach (@sensors_data){
- #print 'st:', $_, "\n";
+ # print 'st:', $_, "\n";
next if /^\s*$/;
$_ = main::trimmer($_);
if (@values && $adapter && (/^Adapter/ || $_ eq 'END')){
@@ -17766,8 +19434,8 @@ sub process_lm_sensors {
$holder = $_;
}
}
- $b_sensors = 1;
- if ($test[18]){
+ $loaded{'lm-sensors'} = 1;
+ if ($dbg[18]){
print 'lm sensors: ' , Data::Dumper::Dumper \%sensors_raw;
}
if ($b_log){
@@ -17777,29 +19445,82 @@ sub process_lm_sensors {
return @data;
}
-# oddly, openbsd sysctl actually has hw.sensors data!
+# bsds sysctl may have hw.sensors data
sub sysctl_data {
eval $start if $b_log;
my (@data,%sensors);
- foreach (@sysctl_sensors){
- if (/^hw.sensors\.([0-9a-z]+)\.(temp|fan|volt)([0-9])/){
- my $sensor = $1;
- my $type = $2;
- my $number = $3;
- my @working = split(':', $_);
+ # assume always starts at 0, can't do dynamic because freebsd shows tz1 first
+ my $add = 1;
+ foreach (@{$sysctl{'sensor'}}){
+ my ($sensor,$type,$number,$value);
+ if (/^hw\.sensors\.([a-z]+)([0-9]+)\.(cpu|temp|fan|volt)([0-9])/){
+ $sensor = $1;
+ $type = $3;
+ $number = $4;
+ # hw.sensors.cpu0.temp0:47.00 degC
+ # hw.sensors.acpitz0.temp0:43.00 degC
+ $type = 'cpu' if $sensor eq 'cpu';
+ }
+ elsif (/^hw\.sensors\.(acpi)\.(thermal)\.(tz)([0-9]+)\.(temperature)/){
+ $sensor = $1 . $3; # eg acpitz
+ $type = ($5 eq 'temperature') ? 'temp': $5;
+ $number = $4;
+ }
+ elsif (/^dev\.(cpu)\.([0-9]+)\.(temperature)/){
+ $sensor = $1;
+ $type = $3;
+ $number = $2;
+ $type = 'cpu' if $sensor eq 'cpu';
+ }
+ if ($sensor && $type){
+ if ($sensor && ((@sensors_use && !(grep {/$sensor/} @sensors_use)) ||
+ (@sensors_exclude && (grep {/$sensor/} @sensors_exclude)))){
+ next;
+ }
+ my $working = (split(':\s*', $_))[1];
+ if (defined $working && $working =~ /^([0-9\.]+)\s?((deg)?([CF]))?\b/){
+ $value = $1 ;
+ $sensors{'temp-unit'} = $4 if $4 && !$sensors{'temp-unit'};
+ }
+ else {
+ next;
+ }
+ $number += $add;
+ if ($type eq 'cpu' && !defined $sensors{'cpu-temp'}){
+ $sensors{'cpu-temp'} = $value;
+ }
+ elsif ($type eq 'temp' && !defined $sensors{'temp' . $number}){
+ $sensors{'temp' . $number} = $value;
+ }
+ elsif ($type eq 'fan' && !defined $sensors{'fan-main'}->[$number]){
+ $sensors{'fan-main'}->[$number] = $value;
+ }
+ elsif ($type eq 'volt'){
+ if ($working =~ /\+3\.3V/i){
+ $sensors{'volts-3.3'} = $value;
+ }
+ elsif ($working =~ /\+5V/i){
+ $sensors{'volts-5'} = $value;
+ }
+ elsif ($working =~ /\+12V/i){
+ $sensors{'volts-12'} = $value;
+ }
+ elsif ($working =~ /VBAT/i){
+ $sensors{'volts-vbat'} = $value;
+ }
+ }
}
- last if /^(hw.cpuspeed|hw.vendor|hw.physmem)/;
}
%sensors = process_data(%sensors) if %sensors;
main::log_data('dump','%sensors',\%sensors) if $b_log;
- # print Data::Dumper::Dumper \%sensors;
+ print Data::Dumper::Dumper \%sensors if $dbg[31];;
eval $end if $b_log;
return %sensors;
}
sub set_temp_unit {
my ($sensors,$working) = @_;
my $return_unit = '';
- if ( !$sensors && $working ){
+ if (!$sensors && $working){
$return_unit = $working;
}
elsif ($sensors){
@@ -17811,32 +19532,31 @@ sub set_temp_unit {
sub process_data {
eval $start if $b_log;
my (%sensors) = @_;
- my ($cpu_temp,$cpu2_temp,$cpu3_temp,$cpu4_temp,$index_count_fan_default,
- $index_count_fan_main,$mobo_temp,$psu_temp) = (0,0,0,0,0,0,0,0);
- my ($fan_type,$i,$j) = (0,0,0);
+ my ($cpu_temp,$cpu2_temp,$cpu3_temp,$cpu4_temp,$mobo_temp,$psu_temp);
+ my ($fan_type,$i,$j,$index_count_fan_default,$index_count_fan_main) = (0,0,0,0,0);
my $temp_diff = 20; # for C, handled for F after that is determined
my (@fan_main,@fan_default);
# first we need to handle the case where we have to determine which temp/fan to use for cpu and mobo:
# note, for rare cases of weird cool cpus, user can override in their prefs and force the assignment
# this is wrong for systems with > 2 tempX readings, but the logic is too complex with 3 variables
# so have to accept that it will be wrong in some cases, particularly for motherboard temp readings.
- if ( $sensors{'temp1'} && $sensors{'temp2'} ){
- if ( $sensors_cpu_nu ) {
+ if ($sensors{'temp1'} && $sensors{'temp2'}){
+ if ($sensors_cpu_nu){
$fan_type = $sensors_cpu_nu;
}
else {
# first some fringe cases with cooler cpu than mobo: assume which is cpu temp based on fan speed
# but only if other fan speed is 0.
- if ( $sensors{'temp1'} >= $sensors{'temp2'} &&
- defined $fan_default[1] && defined $fan_default[2] && $fan_default[1] == 0 && $fan_default[2] > 0 ) {
+ if ($sensors{'temp1'} >= $sensors{'temp2'} &&
+ defined $fan_default[1] && defined $fan_default[2] && $fan_default[1] == 0 && $fan_default[2] > 0){
$fan_type = 2;
}
- elsif ( $sensors{'temp2'} >= $sensors{'temp1'} &&
- defined $fan_default[1] && defined $fan_default[2] && $fan_default[2] == 0 && $fan_default[1] > 0 ) {
+ elsif ($sensors{'temp2'} >= $sensors{'temp1'} &&
+ defined $fan_default[1] && defined $fan_default[2] && $fan_default[2] == 0 && $fan_default[1] > 0){
$fan_type = 1;
}
# then handle the standard case if these fringe cases are false
- elsif ( $sensors{'temp1'} >= $sensors{'temp2'} ) {
+ elsif ($sensors{'temp1'} >= $sensors{'temp2'}){
$fan_type = 1;
}
else {
@@ -17845,24 +19565,24 @@ sub process_data {
}
}
# need a case for no temps at all reported, like with old intels
- elsif ( !$sensors{'temp2'} && !$sensors{'cpu-temp'} ){
- if ( !$sensors{'temp1'} && !$sensors{'mobo-temp'} ){
+ elsif (!$sensors{'temp2'} && !$sensors{'cpu-temp'}){
+ if (!$sensors{'temp1'} && !$sensors{'mobo-temp'}){
$fan_type = 1;
}
- elsif ( $sensors{'temp1'} && !$sensors{'mobo-temp'} ){
+ elsif ($sensors{'temp1'} && !$sensors{'mobo-temp'}){
$fan_type = 1;
}
- elsif ( $sensors{'temp1'} && $sensors{'mobo-temp'} ){
+ elsif ($sensors{'temp1'} && $sensors{'mobo-temp'}){
$fan_type = 1;
}
}
# convert the diff number for F, it needs to be bigger that is
- if ( $sensors{'temp-unit'} && $sensors{'temp-unit'} eq "F" ) {
+ if ($sensors{'temp-unit'} && $sensors{'temp-unit'} eq "F"){
$temp_diff = $temp_diff * 1.8
}
- if ( $sensors{'cpu-temp'} ) {
+ if ($sensors{'cpu-temp'}){
# specific hack to handle broken CPUTIN temps with PECI
- if ( $sensors{'cpu-peci-temp'} && ( $sensors{'cpu-temp'} - $sensors{'cpu-peci-temp'} ) > $temp_diff ){
+ if ($sensors{'cpu-peci-temp'} && ($sensors{'cpu-temp'} - $sensors{'cpu-peci-temp'}) > $temp_diff){
$cpu_temp = $sensors{'cpu-peci-temp'};
}
# then get the real cpu temp, best guess is hottest is real, though only within narrowed diff range
@@ -17871,10 +19591,10 @@ sub process_data {
}
}
else {
- if ($fan_type ){
+ if ($fan_type){
# there are some weird scenarios
- if ( $fan_type == 1 ){
- if ( $sensors{'temp1'} && $sensors{'temp2'} && $sensors{'temp2'} > $sensors{'temp1'} ) {
+ if ($fan_type == 1){
+ if ($sensors{'temp1'} && $sensors{'temp2'} && $sensors{'temp2'} > $sensors{'temp1'}){
$cpu_temp = $sensors{'temp2'};
}
else {
@@ -17882,7 +19602,7 @@ sub process_data {
}
}
else {
- if ( $sensors{'temp1'} && $sensors{'temp2'} && $sensors{'temp1'} > $sensors{'temp2'} ) {
+ if ($sensors{'temp1'} && $sensors{'temp2'} && $sensors{'temp1'} > $sensors{'temp2'}){
$cpu_temp = $sensors{'temp1'};
}
else {
@@ -17893,36 +19613,36 @@ sub process_data {
else {
$cpu_temp = $sensors{'temp1'}; # can be null, that is ok
}
- if ( $cpu_temp ) {
+ if ($cpu_temp){
# using $sensors{'temp3'} is just not reliable enough, more errors caused than fixed imo
- #if ( $sensors{'temp3'} && $sensors{'temp3'} > $cpu_temp ) {
+ # if ($sensors{'temp3'} && $sensors{'temp3'} > $cpu_temp){
# $cpu_temp = $sensors{'temp3'};
- #}
+ # }
# there are some absurdly wrong $sensors{'temp1'}: acpitz-virtual-0 $sensors{'temp1'}: +13.8°C
- if ( $sensors{'core-0-temp'} && ($sensors{'core-0-temp'} - $cpu_temp) > $temp_diff ) {
+ if ($sensors{'core-0-temp'} && ($sensors{'core-0-temp'} - $cpu_temp) > $temp_diff){
$cpu_temp = $sensors{'core-0-temp'};
}
}
}
# if all else fails, use core0/peci temp if present and cpu is null
- if ( !$cpu_temp ) {
- if ( $sensors{'core-0-temp'} ) {
+ if (!$cpu_temp){
+ if ($sensors{'core-0-temp'}){
$cpu_temp = $sensors{'core-0-temp'};
}
# note that peci temp is known to be colder than the actual system
# sometimes so it is the last fallback we want to use even though in theory
# it is more accurate, but fact suggests theory wrong.
- elsif ( $sensors{'cpu-peci-temp'} ) {
+ elsif ($sensors{'cpu-peci-temp'}){
$cpu_temp = $sensors{'cpu-peci-temp'};
}
}
# then the real mobo temp
- if ( $sensors{'mobo-temp'} ){
+ if ($sensors{'mobo-temp'}){
$mobo_temp = $sensors{'mobo-temp'};
}
- elsif ( $fan_type ){
- if ( $fan_type == 1 ) {
- if ( $sensors{'temp1'} && $sensors{'temp2'} && $sensors{'temp2'} > $sensors{'temp1'} ) {
+ elsif ($fan_type){
+ if ($fan_type == 1){
+ if ($sensors{'temp1'} && $sensors{'temp2'} && $sensors{'temp2'} > $sensors{'temp1'}){
$mobo_temp = $sensors{'temp1'};
}
else {
@@ -17930,7 +19650,7 @@ sub process_data {
}
}
else {
- if ( $sensors{'temp1'} && $sensors{'temp2'} && $sensors{'temp1'} > $sensors{'temp2'} ) {
+ if ($sensors{'temp1'} && $sensors{'temp2'} && $sensors{'temp1'} > $sensors{'temp2'}){
$mobo_temp = $sensors{'temp2'};
}
else {
@@ -17938,35 +19658,42 @@ sub process_data {
}
}
## NOTE: not safe to assume $sensors{'temp3'} is the mobo temp, sad to say
- #if ( $sensors{'temp1'} && $sensors{'temp2'} && $sensors{'temp3'} && $sensors{'temp3'} < $mobo_temp ) {
- # $mobo_temp = $sensors{'temp3'};
- #}
+ # if ($sensors{'temp1'} && $sensors{'temp2'} && $sensors{'temp3'} && $sensors{'temp3'} < $mobo_temp){
+ # $mobo_temp = $sensors{'temp3'};
+ # }
}
+ # in case with cpu-temp AND temp1 and not temp 2, or temp 2 only, fan type: 0
else {
- $mobo_temp = $sensors{'temp2'};
+ if ($sensors{'cpu-temp'} && $sensors{'temp1'} &&
+ $sensors{'cpu-temp'} > $sensors{'temp1'}){
+ $mobo_temp = $sensors{'temp1'};
+ }
+ elsif ($sensors{'temp2'}){
+ $mobo_temp = $sensors{'temp2'};
+ }
}
@fan_main = @{$sensors{'fan-main'}} if $sensors{'fan-main'};
$index_count_fan_main = (@fan_main) ? scalar @fan_main : 0;
@fan_default = @{$sensors{'fan-default'}} if $sensors{'fan-default'};
$index_count_fan_default = (@fan_default) ? scalar @fan_default : 0;
# then set the cpu fan speed
- if ( ! $fan_main[1] ) {
+ if (!$fan_main[1]){
# note, you cannot test for $fan_default[1] or [2] != ""
# because that creates an array item in gawk just by the test itself
- if ( $fan_type == 1 && defined $fan_default[1] ) {
+ if ($fan_type == 1 && defined $fan_default[1]){
$fan_main[1] = $fan_default[1];
$fan_default[1] = undef;
}
- elsif ( $fan_type == 2 && defined $fan_default[2] ) {
+ elsif ($fan_type == 2 && defined $fan_default[2]){
$fan_main[1] = $fan_default[2];
$fan_default[2] = undef;
}
}
# clear out any duplicates. Primary fan real trumps fan working always if same speed
- for ($i = 1; $i <= $index_count_fan_main; $i++) {
- if ( defined $fan_main[$i] && $fan_main[$i] ) {
- for ($j = 1; $j <= $index_count_fan_default; $j++) {
- if ( defined $fan_default[$j] && $fan_main[$i] == $fan_default[$j] ) {
+ for ($i = 1; $i <= $index_count_fan_main; $i++){
+ if (defined $fan_main[$i] && $fan_main[$i]){
+ for ($j = 1; $j <= $index_count_fan_default; $j++){
+ if (defined $fan_default[$j] && $fan_main[$i] == $fan_default[$j]){
$fan_default[$j] = undef;
}
}
@@ -17980,18 +19707,18 @@ sub process_data {
# shows the proper value, so the corruption might be internal in awk.
# Note: gensub is the culprit I think, assigning type string for range 501-1000 but
# type integer for all others, this triggers true for >
- for ($j = 1; $j <= $index_count_fan_default; $j++) {
- if ( defined $fan_default[$j] && $fan_default[$j] > 5000 && !$fan_main[2] ) {
+ for ($j = 1; $j <= $index_count_fan_default; $j++){
+ if (defined $fan_default[$j] && $fan_default[$j] > 5000 && !$fan_main[2]){
$fan_main[2] = $fan_default[$j];
$fan_default[$j] = '';
# then add one if required for output
- if ( $index_count_fan_main < 2 ) {
+ if ($index_count_fan_main < 2){
$index_count_fan_main = 2;
}
}
}
# if they are ALL null, print error message. psFan is not used in output currently
- if ( !$cpu_temp && !$mobo_temp && !$fan_main[1] && !$fan_main[2] && !$fan_main[1] && !@fan_default ) {
+ if (!$cpu_temp && !$mobo_temp && !$fan_main[1] && !$fan_main[2] && !$fan_main[1] && !@fan_default){
%sensors = ();
}
else {
@@ -18009,7 +19736,7 @@ sub process_data {
$psu2_fan = $sensors{'fan-psu-2'} if $sensors{'fan-psu-2'};
# so far only for ipmi, sensors data is junk for volts
if ($extra > 0 &&
- ($sensors{'volts-12'} || $sensors{'volts-5'} || $sensors{'volts-3.3'} || $sensors{'volts-vbat'}) ){
+ ($sensors{'volts-12'} || $sensors{'volts-5'} || $sensors{'volts-3.3'} || $sensors{'volts-vbat'})){
$v_12 = $sensors{'volts-12'} if $sensors{'volts-12'};
$v_5 = $sensors{'volts-5'} if $sensors{'volts-5'};
$v_3_3 = $sensors{'volts-3.3'} if $sensors{'volts-3.3'};
@@ -18040,7 +19767,7 @@ sub process_data {
if ($sodimm_temp){
$sensors{'sodimm-temp'} = $sodimm_temp;
}
- if ($extra > 0 && ($v_12 || $v_5 || $v_3_3 || $v_vbat) ){
+ if ($extra > 0 && ($v_12 || $v_5 || $v_3_3 || $v_vbat)){
$sensors{'volts-12'} = $v_12;
$sensors{'volts-5'} = $v_5;
$sensors{'volts-3.3'} = $v_3_3;
@@ -18056,15 +19783,15 @@ sub process_data {
}
sub gpu_data {
eval $start if $b_log;
- return @gpudata if $b_gpudata;
+ return @gpudata if $loaded{'gpu-data'};
my ($cmd,@data,@data2,$path,@screens,$temp);
my ($j) = (0);
if ($path = main::check_program('nvidia-settings')){
# first get the number of screens. This only work if you are in X
- if ($b_display) {
+ if ($b_display){
@data = main::grabber("$path -q screens 2>/dev/null");
foreach (@data){
- if ( /(:[0-9]\.[0-9])/ ) {
+ if (/(:[0-9]\.[0-9])/){
push(@screens, $1);
}
}
@@ -18141,7 +19868,7 @@ sub gpu_data {
}
}
if ($sensors_raw{'gpu'}){
- #my ($b_found,$holder) = (0,'');
+ # my ($b_found,$holder) = (0,'');
foreach my $adapter (keys %{$sensors_raw{'gpu'}}){
$j = scalar @gpudata;
$gpudata[$j]->{'type'} = $adapter;
@@ -18176,32 +19903,32 @@ sub gpu_data {
}
main::log_data('dump','sensors output: video: @gpudata',\@gpudata);
# we'll probably use this data elsewhere so make it a one time call
- $b_gpudata = 1;
- print 'gpudata: ', Data::Dumper::Dumper \@gpudata if $test[18];
+ $loaded{'gpu-data'} = 1;
+ print 'gpudata: ', Data::Dumper::Dumper \@gpudata if $dbg[18];
eval $end if $b_log;
return @gpudata;
}
}
-## SlotData
+## SlotItem
{
-package SlotData;
-
+package SlotItem;
sub get {
eval $start if $b_log;
my (@rows,$key1,$val1);
my $num = 0;
- if ($b_fake_dmidecode || ( $alerts{'dmidecode'}->{'action'} eq 'use' && (!$b_arm || $b_slot_tool ) )){
+ if ($fake{'dmidecode'} || ($alerts{'dmidecode'}->{'action'} eq 'use' &&
+ (!$b_arm || $use{'slot-tool'}))){
@rows = slot_output();
}
- elsif ($b_arm && !$b_slot_tool){
+ elsif ($b_arm && !$use{'slot-tool'}){
$key1 = 'ARM';
$val1 = main::row_defaults('arm-pci','');
@rows = ({main::key($num++,0,1,$key1) => $val1,});
}
- elsif ( $alerts{'dmidecode'}->{'action'} ne 'use'){
+ elsif ($alerts{'dmidecode'}->{'action'} ne 'use'){
$key1 = $alerts{'dmidecode'}->{'action'};
- $val1 = $alerts{'dmidecode'}->{$key1};
+ $val1 = $alerts{'dmidecode'}->{'message'};
$key1 = ucfirst($key1);
@rows = ({main::key($num++,0,1,$key1) => $val1,});
}
@@ -18240,11 +19967,11 @@ sub slot_output {
}
}
if ($type){
- $id = 'N/A' if ($id eq '' );
+ $id = 'N/A' if ($id eq '');
if ($type eq 'Other' && $designation){
$type = $designation;
}
- elsif ($type && $designation) {
+ elsif ($type && $designation){
$type = "$type $designation";
}
push(@rows, {
@@ -18252,7 +19979,7 @@ sub slot_output {
main::key($num++,0,2,'type') => $type,
main::key($num++,0,2,'status') => $usage,
},);
- if ($extra > 1 ){
+ if ($extra > 1){
$rows[$j]->{main::key($num++,0,2,'length')} = $length;
}
}
@@ -18269,15 +19996,15 @@ sub slot_output {
}
}
-## SwapData
+## SwapItem
{
-package SwapData;
+package SwapItem;
sub get {
eval $start if $b_log;
my (@rows);
my $num = 0;
- @rows = swap_output();
+ @rows = create_output();
if (!@rows){
push(@rows,
{main::key($num++,0,1,'Alert') => main::row_defaults('swap-data')},
@@ -18286,20 +20013,20 @@ sub get {
eval $end if $b_log;
return @rows;
}
-sub swap_output {
+sub create_output {
eval $start if $b_log;
my $num = 0;
my $j = 0;
- my (%part,@rows,$dev,$percent,$raw_size,$size,$used);
- main::set_proc_partitions() if !$bsd_type && !$b_proc_partitions;
- main::set_mapper() if !$b_mapper;
- my @swap_data = PartitionData::swap_data();
- foreach my $row (@swap_data){
+ my (@rows,$dev,$percent,$raw_size,$size,$used);
+ PartitionData::set() if !$bsd_type && !$loaded{'partition-data'};
+ DiskDataBSD::set() if $bsd_type && !$loaded{'disk-data-bsd'};
+ main::set_mapper() if !$loaded{'mapper'};
+ PartitionItem::swap_data() if !$loaded{'set-swap'};
+ foreach my $row (@swaps){
$num = 1;
$size = ($row->{'size'}) ? main::get_size($row->{'size'},'string') : 'N/A';
$used = main::get_size($row->{'used'},'string','N/A'); # used can be 0
$percent = (defined $row->{'percent-used'}) ? ' (' . $row->{'percent-used'} . '%)' : '';
- %part = ();
$dev = ($row->{'swap-type'} eq 'file') ? 'file' : 'dev';
$row->{'swap-type'} = ($row->{'swap-type'}) ? $row->{'swap-type'} : 'N/A';
if ($b_admin && !$bsd_type && $j == 0){
@@ -18310,7 +20037,7 @@ sub swap_output {
$rows[$j]->{main::key($num++,0,2,'swappiness')} = $row->{'swappiness'};
}
if (defined $row->{'cache-pressure'}){
- $rows[$j]->{main::key($num++,0,2,'cache pressure')} = $row->{'cache-pressure'};
+ $rows[$j]->{main::key($num++,0,2,'cache-pressure')} = $row->{'cache-pressure'};
}
}
else {
@@ -18323,10 +20050,10 @@ sub swap_output {
main::key($num++,0,2,'type') => $row->{'swap-type'},
});
# not used for swap as far as I know
- if ($b_admin && $row->{'raw-size'} ){
+ if ($b_admin && $row->{'raw-size'}){
# It's an error! permissions or missing tool
$raw_size = main::get_size($row->{'raw-size'},'string');
- $rows[$j]->{main::key($num++,0,2,'raw size')} = $raw_size;
+ $rows[$j]->{main::key($num++,0,2,'raw-size')} = $raw_size;
}
# not used for swap as far as I know
if ($b_admin && $row->{'raw-available'} && $size ne 'N/A'){
@@ -18336,7 +20063,7 @@ sub swap_output {
$rows[$j]->{main::key($num++,0,2,'used')} = $used . $percent;
# not used for swap as far as I know
if ($b_admin && $row->{'block-size'}){
- $rows[$j]->{main::key($num++,0,2,'block size')} = $row->{'block-size'} . ' B';;
+ $rows[$j]->{main::key($num++,0,2,'block-size')} = $row->{'block-size'} . ' B';;
#$rows[$j]->{main::key($num++,0,2,'physical')} = $row->{'block-size'} . ' B';
#$rows[$j]->{main::key($num++,0,2,'logical')} = $row->{'block-logical'} . ' B';
}
@@ -18351,13 +20078,19 @@ sub swap_output {
if ($extra > 0 && $row->{'dev-mapped'}){
$rows[$j]->{main::key($num++,0,3,'mapped')} = $row->{'dev-mapped'};
}
- if ($show{'label'} && ($row->{'label'} || $row->{'swap-type'} eq 'partition') ){
- $row->{'label'} = main::apply_partition_filter('part', $row->{'label'}, '') if $use{'filter-label'};
- $rows[$j]->{main::key($num++,0,2,'label')} = ($row->{'label'}) ? $row->{'label'}: 'N/A';
+ if ($show{'label'} && ($row->{'label'} || $row->{'swap-type'} eq 'partition')){
+ if ($use{'filter-label'}){
+ $row->{'label'} = main::apply_partition_filter('part', $row->{'label'}, '');
+ }
+ $row->{'label'} ||= 'N/A';
+ $rows[$j]->{main::key($num++,0,2,'label')} = $row->{'label'};
}
- if ($show{'uuid'} && ($row->{'uuid'} || $row->{'swap-type'} eq 'partition' )){
- $row->{'uuid'} = main::apply_partition_filter('part', $row->{'uuid'}, '') if $use{'filter-uuid'};
- $rows[$j]->{main::key($num++,0,2,'uuid')} = ($row->{'uuid'}) ? $row->{'uuid'}: 'N/A';
+ if ($show{'uuid'} && ($row->{'uuid'} || $row->{'swap-type'} eq 'partition')){
+ if ($use{'filter-uuid'}){
+ $row->{'uuid'} = main::apply_partition_filter('part', $row->{'uuid'}, '');
+ }
+ $row->{'uuid'} ||= 'N/A';
+ $rows[$j]->{main::key($num++,0,2,'uuid')} = $row->{'uuid'};
}
}
eval $end if $b_log;
@@ -18366,27 +20099,47 @@ sub swap_output {
}
-## UnmountedData
+## UnmountedItem
{
-package UnmountedData;
+package UnmountedItem;
sub get {
eval $start if $b_log;
my (@data,@rows,$key1,$val1);
my $num = 0;
if ($bsd_type){
- $key1 = 'Message';
- $val1 = main::row_defaults('unmounted-data-bsd');
+ DiskDataBSD::set() if !$loaded{'disk-data-bsd'};
+ if (%disks_bsd && ($alerts{'disklabel'}->{'action'} eq 'use' ||
+ $alerts{'gpart'}->{'action'} eq 'use')){
+ @data = bsd_data();
+ if (!@data){
+ $key1 = 'Message';
+ $val1 = main::row_defaults('unmounted-data');
+ }
+ else {
+ @rows = create_output(\@data);
+ }
+ }
+ else {
+ if ($alerts{'disklabel'}->{'action'} eq 'permissions'){
+ $key1 = 'Message';
+ $val1 = $alerts{'disklabel'}->{'message'};
+ }
+ else {
+ $key1 = 'Message';
+ $val1 = main::row_defaults('unmounted-data-bsd',$uname[0]);
+ }
+ }
}
else {
- if (main::system_files('partitions')){
- @data = unmounted_data();
+ if ($system_files{'proc-partitions'}){
+ @data = proc_data();
if (!@data){
$key1 = 'Message';
$val1 = main::row_defaults('unmounted-data');
}
else {
- @rows = unmounted_output(\@data);
+ @rows = create_output(\@data);
}
}
else {
@@ -18400,12 +20153,13 @@ sub get {
eval $end if $b_log;
return @rows;
}
-sub unmounted_output {
+sub create_output {
eval $start if $b_log;
my ($unmounted) = @_;
my (@rows,$fs);
my ($j,$num) = (0,0);
@$unmounted = sort { $a->{'dev-base'} cmp $b->{'dev-base'} } @$unmounted;
+ my $fs_skip = PartitionItem::fs_excludes('label-uuid');
foreach my $row (@$unmounted){
$num = 1;
my $size = ($row->{'size'}) ? main::get_size($row->{'size'},'string') : 'N/A';
@@ -18413,15 +20167,16 @@ sub unmounted_output {
$fs = lc($row->{'fs'});
}
else {
- if (main::check_program('file')){
+ if ($bsd_type){
+ $fs = 'N/A';
+ }
+ elsif (main::check_program('file')){
$fs = ($b_root) ? 'N/A' : main::row_defaults('root-required');
}
else {
$fs = main::row_defaults('tool-missing-basic','file');
}
}
- $row->{'label'} = main::apply_partition_filter('part', $row->{'label'}, '') if $use{'filter-label'};
- $row->{'uuid'} = main::apply_partition_filter('part', $row->{'uuid'}, '') if $use{'filter-uuid'};
$j = scalar @rows;
push(@rows, {
main::key($num++,1,1,'ID') => "/dev/$row->{'dev-base'}",
@@ -18432,15 +20187,32 @@ sub unmounted_output {
if ($extra > 0 && $row->{'dev-mapped'}){
$rows[$j]->{main::key($num++,0,2,'mapped')} = $row->{'dev-mapped'};
}
+ $row->{'label'} ||= 'N/A';
+ $row->{'uuid'} ||= 'N/A';
$rows[$j]->{main::key($num++,0,2,'size')} = $size;
$rows[$j]->{main::key($num++,0,2,'fs')} = $fs;
- $rows[$j]->{main::key($num++,0,2,'label')} = $row->{'label'};
- $rows[$j]->{main::key($num++,0,2,'uuid')} = $row->{'uuid'};
+ # don't show for fs known to not have label/uuid
+ if (($show{'label'} || $show{'uuid'}) && $fs !~ /^(fuse(blk)?[\._-]?)?($fs_skip)$/){
+ if ($show{'label'}){
+ if ($use{'filter-label'}){
+ $row->{'label'} = main::apply_partition_filter('part', $row->{'label'}, '');
+ }
+ $row->{'label'} ||= 'N/A';
+ $rows[$j]->{main::key($num++,0,2,'label')} = $row->{'label'};
+ }
+ if ($show{'uuid'}){
+ if ($use{'filter-uuid'}){
+ $row->{'uuid'} = main::apply_partition_filter('part', $row->{'uuid'}, '');
+ }
+ $row->{'uuid'} ||= 'N/A';
+ $rows[$j]->{main::key($num++,0,2,'uuid')} = $row->{'uuid'};
+ }
+ }
}
eval $end if $b_log;
return @rows;
}
-sub unmounted_data {
+sub proc_data {
eval $start if $b_log;
my ($dev_mapped,$fs,$label,$maj_min,$size,$uuid,%part,@unmounted);
# last filters to make sure these are dumped
@@ -18448,10 +20220,10 @@ sub unmounted_data {
'dvd[0-9]*','dvdrw[0-9]*','fd[0-9]','ram[0-9]*');
my $num = 0;
# set labels, uuid, gpart
- PartitionData::partition_data() if !$b_partitions;
- RaidData::raid_data() if !$b_raid;
+ PartitionItem::set_partitions() if !$loaded{'set-partitions'};
+ RaidItem::raid_data() if !$loaded{'raid'};
my @mounted = get_mounted();
- #print join("\n",(@filters,@mounted)),"\n";
+ # print join("\n",(@filters,@mounted)),"\n";
foreach my $row (@proc_partitions){
($dev_mapped,$fs,$label,$maj_min,$uuid,$size) = ('','','','','','');
# note that size 1 means it is a logical extended partition container
@@ -18461,18 +20233,23 @@ sub unmounted_data {
# note: $working[2] != 1 is wrong, it's not related
# note: for zfs using /dev/sda no partitions, previous rule would have removed
# the unmounted report because sdb was found in sdb1, but match of eg sdb1 and sdb12
- # makes this a problem, so usinig zfs_member test instead to filter out zfs members.
- # in arm/android seen /dev/block/mmcblk0p12
- #print "mount: $row->[-1]\n";
- if ( $row->[-1] !~ /^(nvme[0-9]+n|mmcblk|mtdblk|mtdblock)[0-9]+$/ &&
- $row->[-1] =~ /[a-z][0-9]+$|dm-[0-9]+$/ &&
- $row->[-1] !~ /\bloop/ &&
- !(grep {$row->[-1] =~ /$_$/} (@filters,@mounted)) &&
- !(grep {$_ =~ /(block\/)?$row->[-1]$/} @mounted)){
+ # makes this a problem, so using zfs_member test instead to filter out zfs members.
+ # For zfs using entire disk, ie, sda, in that case, all partitions sda1 sda9 (8BiB)
+ # belong to zfs, and aren't unmmounted, so if sda and partition sda9,
+ # remove from list. this only works for sdxx drives, but is better than no fix
+ # This logic may also end up working for btrfs partitions, and maybe hammer?
+ # In arm/android seen /dev/block/mmcblk0p12
+ # print "mount: $row->[-1]\n";
+ if ($row->[-1] !~ /^(nvme[0-9]+n|mmcblk|mtdblk|mtdblock)[0-9]+$/ &&
+ $row->[-1] =~ /[a-z][0-9]+$|dm-[0-9]+$/ &&
+ $row->[-1] !~ /\bloop/ &&
+ !(grep {$row->[-1] =~ /$_$/} (@filters,@mounted)) &&
+ !(grep {$_ =~ /(block\/)?$row->[-1]$/} @mounted) &&
+ !(grep {$_ =~ /^sd[a-z]+$/ && $row->[-1] =~ /^$_[0-9]+/} @mounted)){
$dev_mapped = $dmmapper{$row->[-1]} if $dmmapper{$row->[-1]};
if (@lsblk){
my $id = ($dev_mapped) ? $dev_mapped: $row->[-1];
- %part = main::get_lsblk($id);
+ %part = LsblkData::get($id);
if (%part){
$fs = $part{'fs'};
$label = $part{'label'};
@@ -18484,14 +20261,21 @@ sub unmounted_data {
$size ||= $row->[2];
$fs = unmounted_filesystem($row->[-1]) if !$fs;
# seen: (zfs|lvm2|linux_raid)_member; crypto_luks
- # no te: lvm, raid members are neverm ounted. luks member is never mounted.
+ # note: lvm, raid members are never mounted. luks member is never mounted.
next if $fs && $fs =~ /(bcache|crypto|luks|_member)$/i;
# these components of lvm raid will show as partitions byt are reserved private lvm member
# See man lvm for all current reserved private volume names
next if $dev_mapped && $dev_mapped =~ /_([ctv]data|corig|[mr]image|mlog|[crt]meta|pmspare|pvmove|vorigin)(_[0-9]+)?$/;
- $label = PartitionData::get_label("/dev/$row->[-1]") if !$label;
+ if (!$bsd_type){
+ $label = PartitionItem::get_label("/dev/$row->[-1]") if !$label;
+ $uuid = PartitionItem::get_uuid("/dev/$row->[-1]") if !$uuid;
+ }
+ else {
+ my @temp = GpartData::get($row->[-1]);
+ $label = $temp[1] if $temp[1];
+ $uuid = $temp[2] if $temp[2];
+ }
$maj_min = "$row->[0]:$row->[1]" if !$maj_min;
- $uuid = PartitionData::get_uuid("/dev/$row->[-1]") if !$uuid;
push(@unmounted, {
'dev-base' => $row->[-1],
'dev-mapped' => $dev_mapped,
@@ -18503,39 +20287,84 @@ sub unmounted_data {
});
}
}
- # print Data::Dumper::Dumper @unmounted;
+ print Data::Dumper::Dumper \@unmounted if $dbg[35];
+ main::log_data('dump','@unmounted',\@unmounted) if $b_log;
+ eval $end if $b_log;
+ return @unmounted;
+}
+sub bsd_data {
+ eval $start if $b_log;
+ my ($fs,$label,$size,$uuid,%part,@unmounted);
+ PartitionItem::set_partitions() if !$loaded{'set-partitions'};
+ RaidItem::raid_data() if !$loaded{'raid'};
+ my @mounted = get_mounted();
+ foreach my $id (sort keys %disks_bsd){
+ next if !$disks_bsd{$id}->{'partitions'};
+ foreach my $part (sort keys %{$disks_bsd{$id}->{'partitions'}}){
+ if (!(grep {$_ =~ /$part$/} @mounted)){
+ $fs = $disks_bsd{$id}->{'partitions'}{$part}{'fs'};
+ next if $fs && $fs =~ /(raid|_member)$/i;
+ $label = $disks_bsd{$id}->{'partitions'}{$part}{'label'};
+ $size = $disks_bsd{$id}->{'partitions'}{$part}{'size'};
+ $uuid = $disks_bsd{$id}->{'partitions'}{$part}{'uuid'};
+ # $fs = unmounted_filesystem($part) if !$fs;
+ push(@unmounted, {
+ 'dev-base' => $part,
+ 'dev-mapped' => '',
+ 'fs' => $fs,
+ 'label' => $label,
+ 'maj-min' => '',
+ 'size' => $size,
+ 'uuid' => $uuid,
+ });
+ }
+ }
+ }
+ print Data::Dumper::Dumper \@unmounted if $dbg[35];
main::log_data('dump','@unmounted',\@unmounted) if $b_log;
eval $end if $b_log;
return @unmounted;
}
sub get_mounted {
eval $start if $b_log;
- my (@mounted);
+ my (@arrays,@mounted);
foreach my $row (@partitions){
push(@mounted, $row->{'dev-base'}) if $row->{'dev-base'};
}
- foreach my $row ((@lvm_raid,@md_raid,@zfs_raid)){
+ # print Data::Dumper::Dumper \@zfs_raid;
+ foreach my $row ((@btrfs_raid,@lvm_raid,@md_raid,@soft_raid,@zfs_raid)){
# we want to not show md0 etc in unmounted report
push(@mounted, $row->{'id'}) if $row->{'id'};
- my @arrays = (ref $row->{'arrays'} eq 'ARRAY' ) ? @{$row->{'arrays'}} : ();
+ # print Data::Dumper::Dumper $row;
+ # row->arrays->components: zfs; row->components: lvm,mdraid,softraid
+ if ($row->{'arrays'} && ref $row->{'arrays'} eq 'ARRAY'){
+ push(@arrays,@{$row->{'arrays'}});
+ }
+ elsif ($row->{'components'} && ref $row->{'components'} eq 'ARRAY'){
+ push(@arrays,$row);
+ }
@arrays = grep {defined $_} @arrays;
- foreach my $array (@arrays){
- my @components = (ref $array->{'components'} eq 'ARRAY') ? @{$array->{'components'}} : ();
+ # print Data::Dumper::Dumper \@arrays;
+ foreach my $item (@arrays){
+ # print Data::Dumper::Dumper $item;
+ my @components = (ref $item->{'components'} eq 'ARRAY') ? @{$item->{'components'}} : ();
foreach my $component (@components){
- my @temp = split('~', $component);
- push(@mounted, $temp[0]);
+ # md has ~, not zfs,lvm,softraid
+ my $temp = (split('~', $component->[0]))[0];
+ push(@mounted, $temp);
}
}
}
eval $end if $b_log;
return @mounted;
}
+# bsds do not seem to return any useful data so only for linux
sub unmounted_filesystem {
eval $start if $b_log;
my ($item) = @_;
my ($data,%part);
my ($file,$fs,$path) = ('','','');
- if ($path = main::check_program('file')) {
+ if ($path = main::check_program('file')){
$file = $path;
}
# order matters in this test!
@@ -18547,7 +20376,7 @@ sub unmounted_filesystem {
# this will fail if regular user and no sudo present, but that's fine, it will just return null
# note the hack that simply slices out the first line if > 1 items found in string
# also, if grub/lilo is on partition boot sector, no file system data is available
- $data = (main::grabber("$sudo$file -s /dev/$item 2>/dev/null"))[0];
+ $data = (main::grabber("$sudoas$file -s /dev/$item 2>/dev/null"))[0];
if ($data){
foreach (@filesystems){
if ($data =~ /($_)[\s,]/i){
@@ -18564,22 +20393,36 @@ sub unmounted_filesystem {
}
}
-## UsbData
+## UsbItem
{
-package UsbData;
-
+package UsbItem;
sub get {
eval $start if $b_log;
my (@rows,$key1,$val1);
my $num = 0;
- if ( !@usb && $alerts{'lsusb'}->{'action'} ne 'use' && $alerts{'usbdevs'}->{'action'} ne 'use'){
- if ($os eq 'linux' ){
+ if (!$usb{'main'} && $alerts{'lsusb'}->{'action'} ne 'use' &&
+ $alerts{'usbdevs'}->{'action'} ne 'use' &&
+ $alerts{'usbconfig'}->{'action'} ne 'use'){
+ if ($os eq 'linux'){
$key1 = $alerts{'lsusb'}->{'action'};
- $val1 = $alerts{'lsusb'}->{$key1};
+ $val1 = $alerts{'lsusb'}->{'message'};
}
else {
- $key1 = $alerts{'usbdevs'}->{'action'};
- $val1 = $alerts{'usbdevs'}->{$key1};
+ # note: usbdevs only has 'missing', usbconfig has missing/permissions
+ # both have platform, but irrelevant since testing for linux here
+ if ($alerts{'usbdevs'}->{'action'} eq 'missing' &&
+ $alerts{'usbconfig'}->{'action'} eq 'missing'){
+ $key1 = $alerts{'usbdevs'}->{'action'};
+ $val1 = main::row_defaults('tools-missing-bsd','usbdevs/usbconfig');
+ }
+ elsif ($alerts{'usbconfig'}->{'action'} eq 'permissions'){
+ $key1 = $alerts{'usbconfig'}->{'action'};
+ $val1 = $alerts{'usbconfig'}->{'message'};
+ }
+# elsif ($alerts{'lsusb'}->{'action'} eq 'missing'){
+# $key1 = $alerts{'lsusb'}->{'action'};
+# $val1 = $alerts{'lsusb'}->{'message'};
+# }
}
$key1 = ucfirst($key1);
@rows = ({main::key($num++,0,1,$key1) => $val1,});
@@ -18598,20 +20441,19 @@ sub get {
}
sub usb_output {
eval $start if $b_log;
- return if ! @usb;
+ return if !$usb{'main'};
my (@rows);
my ($b_hub,$bus_id,$chip_id,$driver,$ind_sc,$path_id,$ports,$product,$serial,$speed,$type);
my $num = 0;
my $j = 0;
- # note: the data has been presorted in set_lsusb_data by:
- # bus id then device id, so we don't need to worry about the order
- foreach my $id (@usb){
+ # note: the data has been presorted in UsbData:
+ # bus alpah id, so we don't need to worry about the order
+ foreach my $id (@{$usb{'main'}}){
$j = scalar @rows;
($b_hub,$ind_sc,$num) = (0,3,1);
- $chip_id = $id->[7];
($driver,$path_id,$ports,$product,
$serial,$speed,$type) = ('','','','','','','');
- $speed = ( main::is_numeric($id->[8]) ) ? sprintf("%1.1f",$id->[8]) : $id->[8] if $id->[8];
+ $speed = (main::is_numeric($id->[8])) ? sprintf("%1.1f",$id->[8]) : $id->[8] if $id->[8];
$product = main::cleaner($id->[13]) if $id->[13];
$serial = main::apply_filter($id->[16]) if $id->[16];
$product ||= 'N/A';
@@ -18622,7 +20464,7 @@ sub usb_output {
if ($id->[4] eq '09'){
$ports = $id->[10] if $id->[10];
$ports ||= 'N/A';
- #print "pt0:$protocol\n";
+ # print "pt0:$protocol\n";
push(@rows, {
main::key($num++,1,1,'Hub') => $bus_id,
main::key($num++,0,2,'info') => $product,
@@ -18638,7 +20480,7 @@ sub usb_output {
$driver = $id->[15] if $id->[15];
$type ||= 'N/A';
$driver ||= 'N/A';
- #print "pt3:$class:$product\n";
+ # print "pt3:$class:$product\n";
$rows[$j]->{main::key($num++,1,2,'Device')} = $bus_id;
$rows[$j]->{main::key($num++,0,3,'info')} = $product;
$rows[$j]->{main::key($num++,0,3,'type')} = $type;
@@ -18653,16 +20495,21 @@ sub usb_output {
# for either hub or device
if ($extra > 1 && main::is_numeric($id->[17])){
my $speed = $id->[17];
- if ($speed >= 1000) {$speed = ($id->[17] / 1000 ) . " Gb/s"}
+ if ($speed >= 1000){$speed = ($id->[17]/1000) . " Gb/s"}
else {$speed = $id->[17] . " Mb/s"}
$rows[$j]->{main::key($num++,0,$ind_sc,'speed')} = $speed;
}
+ if ($extra > 2 && $id->[19] && $id->[19] ne '0mA'){
+ $rows[$j]->{main::key($num++,0,$ind_sc,'power')} = $id->[19];
+ }
if ($extra > 1){
- $rows[$j]->{main::key($num++,0,$ind_sc,'chip ID')} = $chip_id;
+ $chip_id = $id->[7];
+ $chip_id ||= 'N/A';
+ $rows[$j]->{main::key($num++,0,$ind_sc,'chip-ID')} = $chip_id;
}
if ($extra > 2 && defined $id->[5] && $id->[5] ne ''){
my $id = sprintf("%02s",$id->[4]) . sprintf("%02s", $id->[5]);
- $rows[$j]->{main::key($num++,0,$ind_sc,'class ID')} = $id;
+ $rows[$j]->{main::key($num++,0,$ind_sc,'class-ID')} = $id;
}
if (!$b_hub && $extra > 2){
if ($serial){
@@ -18670,17 +20517,16 @@ sub usb_output {
}
}
}
- #print Data::Dumper::Dumper \@rows;
+ # print Data::Dumper::Dumper \@rows;
eval $end if $b_log;
return @rows;
}
}
-## add metric / imperial (us) switch
-## WeatherData
+## WeatherItem
+# add metric / imperial (us) switch
{
-package WeatherData;
-
+package WeatherItem;
sub get {
eval $start if $b_log;
my (@rows);
@@ -18698,7 +20544,7 @@ sub weather_output {
my $location_string;
$location_string = $show{'weather-location'};
$location_string =~ s/\+/ /g;
- if ( $location_string =~ /,/){
+ if ($location_string =~ /,/){
my @temp = split(',', $location_string);
my $sep = '';
my $string = '';
@@ -18714,19 +20560,19 @@ sub weather_output {
}
else {
@location = get_location();
- if (!$location[0]) {
+ if (!$location[0]){
return @rows = ({
main::key($num++,0,1,'Message') => main::row_defaults('weather-null','current location'),
});
}
}
%weather = get_weather(\@location);
- if ($weather{'error'}) {
+ if ($weather{'error'}){
return @rows = ({
main::key($num++,0,1,'Message') => main::row_defaults('weather-error',$weather{'error'}),
});
}
- if (!$weather{'weather'}) {
+ if (!$weather{'weather'}){
return @rows = ({
main::key($num++,0,1,'Message') => main::row_defaults('weather-null','weather data'),
});
@@ -18748,15 +20594,15 @@ sub weather_output {
if (defined $weather{'cloud-cover'}){
$rows[$j]->{main::key($num++,0,2,'cloud cover')} = $weather{'cloud-cover'} . '%';
}
- if ($weather{'precip-1h-mm'} && defined $weather{'precip-1h-in'} ){
+ if ($weather{'precip-1h-mm'} && defined $weather{'precip-1h-in'}){
$value = process_unit('',$weather{'precip-1h-mm'},'mm',$weather{'precip-1h-in'},'in');
$rows[$j]->{main::key($num++,0,2,'precipitation')} = $value;
}
- if ($weather{'rain-1h-mm'} && defined $weather{'rain-1h-in'} ){
+ if ($weather{'rain-1h-mm'} && defined $weather{'rain-1h-in'}){
$value = process_unit('',$weather{'rain-1h-mm'},'mm',$weather{'rain-1h-in'},'in');
$rows[$j]->{main::key($num++,0,2,'rain')} = $value;
}
- if ($weather{'snow-1h-mm'} && defined $weather{'snow-1h-in'} ){
+ if ($weather{'snow-1h-mm'} && defined $weather{'snow-1h-in'}){
$value = process_unit('',$weather{'snow-1h-mm'},'mm',$weather{'snow-1h-in'},'in');
$rows[$j]->{main::key($num++,0,2,'snow')} = $value;
}
@@ -18796,7 +20642,7 @@ sub weather_output {
push(@rows, {
main::key($num++,1,1,'Locale') => $location,
},);
- if ($extra > 2 && !$use{'filter'} && ($weather{'elevation-m'} || $weather{'elevation-ft'} )){
+ if ($extra > 2 && !$use{'filter'} && ($weather{'elevation-m'} || $weather{'elevation-ft'})){
$rows[$j]->{main::key($num++,0,2,'altitude')} = process_elevation($weather{'elevation-m'},$weather{'elevation-ft'});
}
$rows[$j]->{main::key($num++,0,2,'current time')} = $weather{'date-time'},;
@@ -18826,18 +20672,18 @@ sub process_elevation {
my ($meters,$feet) = @_;
my ($result,$i_unit,$m_unit) = ('','ft','m');
$feet = sprintf("%.0f", 3.28 * $meters) if defined $meters && !$feet;
- $meters = sprintf("%.1f", $feet / 3.28 ) if defined $feet && !$meters;
+ $meters = sprintf("%.1f", $feet/3.28) if defined $feet && !$meters;
$meters = sprintf("%.0f", $meters) if $meters;
- if ( defined $meters && $weather_unit eq 'mi' ){
+ if (defined $meters && $weather_unit eq 'mi'){
$result = "$meters $m_unit ($feet $i_unit)";
}
- elsif (defined $meters && $weather_unit eq 'im' ){
+ elsif (defined $meters && $weather_unit eq 'im'){
$result = "$feet $i_unit ($meters $m_unit)";
}
- elsif (defined $meters && $weather_unit eq 'm' ){
+ elsif (defined $meters && $weather_unit eq 'm'){
$result = "$meters $m_unit";
}
- elsif (defined $feet && $weather_unit eq 'i' ){
+ elsif (defined $feet && $weather_unit eq 'i'){
$result = "$feet $i_unit";
}
else {
@@ -18850,16 +20696,16 @@ sub process_unit {
eval $start if $b_log;
my ($primary,$metric,$m_unit,$imperial,$i_unit) = @_;
my $result = '';
- if (defined $metric && defined $imperial && $weather_unit eq 'mi' ){
+ if (defined $metric && defined $imperial && $weather_unit eq 'mi'){
$result = "$metric $m_unit ($imperial $i_unit)";
}
- elsif (defined $metric && defined $imperial && $weather_unit eq 'im' ){
+ elsif (defined $metric && defined $imperial && $weather_unit eq 'im'){
$result = "$imperial $i_unit ($metric $m_unit)";
}
- elsif (defined $metric && $weather_unit eq 'm' ){
+ elsif (defined $metric && $weather_unit eq 'm'){
$result = "$metric $m_unit";
}
- elsif (defined $imperial && $weather_unit eq 'i' ){
+ elsif (defined $imperial && $weather_unit eq 'i'){
$result = "$imperial $i_unit";
}
elsif ($primary){
@@ -18893,30 +20739,30 @@ sub process_wind {
if (!defined $mph && $primary){
$result = $primary;
}
- elsif (defined $mph && defined $direction ){
- if ( $weather_unit eq 'mi' ){
+ elsif (defined $mph && defined $direction){
+ if ($weather_unit eq 'mi'){
$result = "from $direction at $ms $m_unit ($kmh $km_unit, $mph $i_unit)";
}
- elsif ( $weather_unit eq 'im' ){
+ elsif ($weather_unit eq 'im'){
$result = "from $direction at $mph $i_unit ($ms $m_unit, $kmh $km_unit)";
}
- elsif ( $weather_unit eq 'm' ){
+ elsif ($weather_unit eq 'm'){
$result = "from $direction at $ms $m_unit ($kmh $km_unit)";
}
- elsif ( $weather_unit eq 'i' ){
+ elsif ($weather_unit eq 'i'){
$result = "from $direction at $mph $i_unit";
}
if ($gust_mph){
- if ( $weather_unit eq 'mi' ){
+ if ($weather_unit eq 'mi'){
$result .= ". Gusting to $ms $m_unit ($kmh $km_unit, $mph $i_unit)";
}
- elsif ( $weather_unit eq 'im' ){
+ elsif ($weather_unit eq 'im'){
$result .= ". Gusting to $mph $i_unit ($ms $m_unit, $kmh $km_unit)";
}
- elsif ( $weather_unit eq 'm' ){
+ elsif ($weather_unit eq 'm'){
$result .= ". Gusting to $ms $m_unit ($kmh $km_unit)";
}
- elsif ( $weather_unit eq 'i' ){
+ elsif ($weather_unit eq 'i'){
$result .= ". Gusting to $mph $i_unit";
}
}
@@ -18942,38 +20788,38 @@ sub get_weather {
if (-r $file_cached){
@weather_data = main::reader($file_cached);
$freshness = (split(/\^\^/, $weather_data[0]))[1];
- #print "$now:$freshness\n";
+ # print "$now:$freshness\n";
}
- if (!$freshness || $freshness < ($now - 60) ) {
+ if (!$freshness || $freshness < ($now - 60)){
@weather_data = download_weather($now,$file_cached,$location);
}
- #print join("\n", @weather_data), "\n";
+ # print join("\n", @weather_data), "\n";
# NOTE: because temps can be 0, we can't do if value tests
foreach (@weather_data){
my @working = split(/\s*\^\^\s*/, $_);
next if ! defined $working[1] || $working[1] eq '';
- if ( $working[0] eq 'api_source' ){
+ if ($working[0] eq 'api_source'){
$weather{'api-source'} = $working[1];
}
- elsif ( $working[0] eq 'city' ){
+ elsif ($working[0] eq 'city'){
$weather{'city'} = $working[1];
}
- elsif ( $working[0] eq 'cloud_cover' ){
+ elsif ($working[0] eq 'cloud_cover'){
$weather{'cloud-cover'} = $working[1];
}
- elsif ( $working[0] eq 'country' ){
+ elsif ($working[0] eq 'country'){
$weather{'country'} = $working[1];
}
- elsif ( $working[0] eq 'dewpoint_string' ){
+ elsif ($working[0] eq 'dewpoint_string'){
$weather{'dewpoint'} = $working[1];
$working[1] =~ /^([0-9\.]+)\sF\s\(([0-9\.]+)\sC\)/;
$weather{'dewpoint-c'} = $2;;
$weather{'dewpoint-f'} = $1;;
}
- elsif ( $working[0] eq 'dewpoint_c' ){
+ elsif ($working[0] eq 'dewpoint_c'){
$weather{'dewpoint-c'} = $working[1];
}
- elsif ( $working[0] eq 'dewpoint_f' ){
+ elsif ($working[0] eq 'dewpoint_f'){
$weather{'dewpoint-f'} = $working[1];
}
# WU: there are two elevations, we want the first one
@@ -18982,81 +20828,81 @@ sub get_weather {
$weather{'elevation-m'} = $working[1];
$weather{'elevation-m'} =~ s/\s*(ft|m).*$//;
}
- elsif ( $working[0] eq 'error' ){
+ elsif ($working[0] eq 'error'){
$weather{'error'} = $working[1];
}
- elsif ( $working[0] eq 'forecast' ){
+ elsif ($working[0] eq 'forecast'){
$weather{'forecast'} = $working[1];
}
- elsif ( $working[0] eq 'heat_index_string' ){
+ elsif ($working[0] eq 'heat_index_string'){
$weather{'heat-index'} = $working[1];
$working[1] =~ /^([0-9\.]+)\sF\s\(([0-9\.]+)\sC\)/;
$weather{'heat-index-c'} = $2;;
$weather{'heat-index-f'} = $1;
}
- elsif ( $working[0] eq 'heat_index_c' ){
+ elsif ($working[0] eq 'heat_index_c'){
$weather{'heat-index-c'} = $working[1];
}
- elsif ( $working[0] eq 'heat_index_f' ){
+ elsif ($working[0] eq 'heat_index_f'){
$weather{'heat-index-f'} = $working[1];
}
- elsif ( $working[0] eq 'relative_humidity' ){
+ elsif ($working[0] eq 'relative_humidity'){
$working[1] =~ s/%$//;
$weather{'humidity'} = $working[1];
}
- elsif ( $working[0] eq 'local_time' ){
+ elsif ($working[0] eq 'local_time'){
$weather{'local-time'} = $working[1];
}
- elsif ( $working[0] eq 'local_epoch' ){
+ elsif ($working[0] eq 'local_epoch'){
$weather{'local-epoch'} = $working[1];
}
- elsif ( $working[0] eq 'moonphase' ){
+ elsif ($working[0] eq 'moonphase'){
$weather{'moonphase'} = $working[1];
}
- elsif ( $working[0] eq 'moonphase_graphic' ){
+ elsif ($working[0] eq 'moonphase_graphic'){
$weather{'moonphase-graphic'} = $working[1];
}
- elsif ( $working[0] eq 'observation_time_rfc822' ){
+ elsif ($working[0] eq 'observation_time_rfc822'){
$weather{'observation-time-rfc822'} = $working[1];
}
- elsif ( $working[0] eq 'observation_epoch' ){
+ elsif ($working[0] eq 'observation_epoch'){
$weather{'observation-epoch'} = $working[1];
}
- elsif ( $working[0] eq 'observation_time' ){
+ elsif ($working[0] eq 'observation_time'){
$weather{'observation-time-local'} = $working[1];
$weather{'observation-time-local'} =~ s/Last Updated on //;
}
- elsif ( $working[0] eq 'precip_mm' ){
+ elsif ($working[0] eq 'precip_mm'){
$weather{'precip-1h-mm'} = $working[1];
}
- elsif ( $working[0] eq 'precip_in' ){
+ elsif ($working[0] eq 'precip_in'){
$weather{'precip-1h-in'} = $working[1];
}
- elsif ( $working[0] eq 'pressure_string' ){
+ elsif ($working[0] eq 'pressure_string'){
$weather{'pressure'} = $working[1];
}
- elsif ( $working[0] eq 'pressure_mb' ){
+ elsif ($working[0] eq 'pressure_mb'){
$weather{'pressure-mb'} = $working[1];
}
- elsif ( $working[0] eq 'pressure_in' ){
+ elsif ($working[0] eq 'pressure_in'){
$weather{'pressure-in'} = $working[1];
}
- elsif ( $working[0] eq 'rain_1h_mm' ){
+ elsif ($working[0] eq 'rain_1h_mm'){
$weather{'rain-1h-mm'} = $working[1];
}
- elsif ( $working[0] eq 'rain_1h_in' ){
+ elsif ($working[0] eq 'rain_1h_in'){
$weather{'rain-1h-in'} = $working[1];
}
- elsif ( $working[0] eq 'snow_1h_mm' ){
+ elsif ($working[0] eq 'snow_1h_mm'){
$weather{'snow-1h-mm'} = $working[1];
}
- elsif ( $working[0] eq 'snow_1h_in' ){
+ elsif ($working[0] eq 'snow_1h_in'){
$weather{'snow-1h-in'} = $working[1];
}
- elsif ( $working[0] eq 'state_name' ){
+ elsif ($working[0] eq 'state_name'){
$weather{'state'} = $working[1];
}
- elsif ( $working[0] eq 'sunrise' ){
+ elsif ($working[0] eq 'sunrise'){
if ($working[1]){
if ($working[1] !~ /^[0-9]+$/){
$weather{'sunrise'} = $working[1];
@@ -19067,7 +20913,7 @@ sub get_weather {
}
}
}
- elsif ( $working[0] eq 'sunset' ){
+ elsif ($working[0] eq 'sunset'){
if ($working[1]){
if ($working[1] !~ /^[0-9]+$/){
$weather{'sunset'} = $working[1];
@@ -19078,7 +20924,7 @@ sub get_weather {
}
}
}
- elsif ( $working[0] eq 'temperature_string' ){
+ elsif ($working[0] eq 'temperature_string'){
$weather{'temp'} = $working[1];
$working[1] =~ /^([0-9\.]+)\sF\s\(([0-9\.]+)\sC\)/;
$weather{'temp-c'} = $2;;
@@ -19087,58 +20933,58 @@ sub get_weather {
# $weather{'temp'} =~ s/\sF/\x{2109}/;
# $weather{'temp'} =~ s/\sC/\x{2103}/;
}
- elsif ( $working[0] eq 'temp_f' ){
+ elsif ($working[0] eq 'temp_f'){
$weather{'temp-f'} = $working[1];
}
- elsif ( $working[0] eq 'temp_c' ){
+ elsif ($working[0] eq 'temp_c'){
$weather{'temp-c'} = $working[1];
}
- elsif ( $working[0] eq 'timezone' ){
+ elsif ($working[0] eq 'timezone'){
$weather{'timezone'} = $working[1];
}
- elsif ( $working[0] eq 'visibility' ){
+ elsif ($working[0] eq 'visibility'){
$weather{'visibility'} = $working[1];
}
- elsif ( $working[0] eq 'visibility_km' ){
+ elsif ($working[0] eq 'visibility_km'){
$weather{'visibility-km'} = $working[1];
}
- elsif ( $working[0] eq 'visibility_mi' ){
+ elsif ($working[0] eq 'visibility_mi'){
$weather{'visibility-mi'} = $working[1];
}
- elsif ( $working[0] eq 'weather' ){
+ elsif ($working[0] eq 'weather'){
$weather{'weather'} = $working[1];
}
- elsif ( $working[0] eq 'wind_degrees' ){
+ elsif ($working[0] eq 'wind_degrees'){
$weather{'wind-degrees'} = $working[1];
}
- elsif ( $working[0] eq 'wind_dir' ){
+ elsif ($working[0] eq 'wind_dir'){
$weather{'wind-direction'} = $working[1];
}
- elsif ( $working[0] eq 'wind_mph' ){
+ elsif ($working[0] eq 'wind_mph'){
$weather{'wind-mph'} = $working[1];
}
- elsif ( $working[0] eq 'wind_gust_mph' ){
+ elsif ($working[0] eq 'wind_gust_mph'){
$weather{'wind-gust-mph'} = $working[1];
}
- elsif ( $working[0] eq 'wind_gust_ms' ){
+ elsif ($working[0] eq 'wind_gust_ms'){
$weather{'wind-gust-ms'} = $working[1];
}
- elsif ( $working[0] eq 'wind_ms' ){
+ elsif ($working[0] eq 'wind_ms'){
$weather{'wind-ms'} = $working[1];
}
- elsif ( $working[0] eq 'wind_string' ){
+ elsif ($working[0] eq 'wind_string'){
$weather{'wind'} = $working[1];
}
- elsif ( $working[0] eq 'windchill_string' ){
+ elsif ($working[0] eq 'windchill_string'){
$weather{'windchill'} = $working[1];
$working[1] =~ /^([0-9\.]+)\sF\s\(([0-9\.]+)\sC\)/;
$weather{'windchill-c'} = $2;
$weather{'windchill-f'} = $1;
}
- elsif ( $working[0] eq 'windchill_c' ){
+ elsif ($working[0] eq 'windchill_c'){
$weather{'windchill-c'} = $working[1];
}
- elsif ( $working[0] eq 'windchill_f' ){
+ elsif ($working[0] eq 'windchill_f'){
$weather{'windchill_f'} = $working[1];
}
}
@@ -19167,11 +21013,11 @@ sub get_weather {
else {
$date_time = POSIX::strftime "%c", localtime();
$date_time = test_locale_date($date_time,'','');
- $tz = ( $location->[2] ) ? " ($location->[2])" : '';
+ $tz = ($location->[2]) ? " ($location->[2])" : '';
$weather{'date-time'} = $date_time . $tz;
}
# we get the wrong time using epoch for remote -W location
- if ( !$show{'weather-location'} && $weather{'observation-epoch'}){
+ if (!$show{'weather-location'} && $weather{'observation-epoch'}){
$date_time = POSIX::strftime "%c", localtime($weather{'observation-epoch'});
$date_time = test_locale_date($date_time,$show{'weather-location'},$weather{'observation-epoch'});
$weather{'observation-time-local'} = $date_time;
@@ -19186,7 +21032,7 @@ sub download_weather {
$url = "https://smxi.org/opt/xr2.php?loc=$location->[0]&src=$weather_source";
$ua = 'weather';
# {
-# #my $file2 = "$ENV{'HOME'}/bin/scripts/inxi/data/weather/weather-1.xml";
+# # my $file2 = "$ENV{'HOME'}/bin/scripts/inxi/data/weather/weather-1.xml";
# # my $file2 = "$ENV{'HOME'}/bin/scripts/inxi/data/weather/feed-oslo-1.xml";
# local $/;
# my $file = "$ENV{'HOME'}/bin/scripts/inxi/data/weather/weather-1.xml";
@@ -19197,7 +21043,7 @@ sub download_weather {
@weather = split('\n', $temp) if $temp;
unshift(@weather, "timestamp^^$now");
main::writer($file_cached,\@weather);
- #print "$file_cached: download/cleaned\n";
+ # print "$file_cached: download/cleaned\n";
eval $end if $b_log;
return @weather;
}
@@ -19206,7 +21052,7 @@ sub download_weather {
sub test_locale_date {
my ($date_time,$location,$epoch) = @_;
# $date_time .= 'дек';
- #print "1: $date_time\n";
+ # print "1: $date_time\n";
if ($date_time =~ m/[^\x00-\x7f]/){
if (!$location && $epoch){
$date_time = POSIX::strftime "%Y-%m-%d %H:%M:%S", localtime($epoch);
@@ -19216,7 +21062,7 @@ sub test_locale_date {
}
}
$date_time =~ s/\s+$//;
- #print "2: $date_time\n";
+ # print "2: $date_time\n";
return $date_time;
}
sub get_location {
@@ -19228,7 +21074,7 @@ sub get_location {
@loc_data = main::reader($file_cached);
$freshness = (split(/\^\^/, $loc_data[0]))[1];
}
- if (!$freshness || $freshness < $now - 90) {
+ if (!$freshness || $freshness < $now - 90){
my $temp;
my $url = "http://geoip.ubuntu.com/lookup";
# {
@@ -19249,43 +21095,43 @@ sub get_location {
@loc_data = split('\n', $loc_data[0]);
unshift(@loc_data, "timestamp^^$now");
main::writer($file_cached,\@loc_data);
- #print "$file_cached: download/cleaned\n";
+ # print "$file_cached: download/cleaned\n";
}
foreach (@loc_data){
my @working = split(/\s*\^\^\s*/, $_);
- #print "$working[0]:$working[1]\n";
- if ($working[0] eq 'CountryCode3' ) {
+ # print "$working[0]:$working[1]\n";
+ if ($working[0] eq 'CountryCode3'){
$loc{'country3'} = $working[1];
}
- elsif ($working[0] eq 'CountryCode' ) {
+ elsif ($working[0] eq 'CountryCode'){
$loc{'country'} = $working[1];
}
- elsif ($working[0] eq 'CountryName' ) {
+ elsif ($working[0] eq 'CountryName'){
$loc{'country2'} = $working[1];
}
- elsif ($working[0] eq 'RegionCode' ) {
+ elsif ($working[0] eq 'RegionCode'){
$loc{'region-id'} = $working[1];
}
- elsif ($working[0] eq 'RegionName' ) {
+ elsif ($working[0] eq 'RegionName'){
$loc{'region'} = $working[1];
}
- elsif ($working[0] eq 'City' ) {
+ elsif ($working[0] eq 'City'){
$loc{'city'} = $working[1];
}
- elsif ($working[0] eq 'ZipPostalCode' ) {
+ elsif ($working[0] eq 'ZipPostalCode'){
$loc{'zip'} = $working[1];
}
- elsif ($working[0] eq 'Latitude' ) {
+ elsif ($working[0] eq 'Latitude'){
$loc{'lat'} = $working[1];
}
- elsif ($working[0] eq 'Longitude' ) {
+ elsif ($working[0] eq 'Longitude'){
$loc{'long'} = $working[1];
}
- elsif ($working[0] eq 'TimeZone' ) {
+ elsif ($working[0] eq 'TimeZone'){
$loc{'tz'} = $working[1];
}
}
- #print Data::Dumper::Dumper \%loc;
+ # print Data::Dumper::Dumper \%loc;
# assign location, cascade from most accurate
# latitude,longitude first
if ($loc{'lat'} && $loc{'long'}){
@@ -19304,7 +21150,7 @@ sub get_location {
$state = ($loc{'region-id'}) ? $loc{'region-id'} : 'Region N/A';
$loc_string = main::apply_filter("$city, $state, $country");
my @location = ($loc_arg,$loc_string,$loc{'tz'});
- #print ($loc_arg,"\n", join("\n", @loc_data), "\n",scalar @loc_data, "\n");
+ # print ($loc_arg,"\n", join("\n", @loc_data), "\n",scalar @loc_data, "\n");
eval $end if $b_log;
return @location;
}
@@ -19322,61 +21168,126 @@ sub complete_location {
}
#### -------------------------------------------------------------------
-#### UTILITIES FOR DATA LINES
+#### ITEM UTILITIES
#### -------------------------------------------------------------------
-sub get_compiler_version {
+# android only, for distro / OS id and machine data
+sub set_build_prop {
+ eval $start if $b_log;
+ my $path = '/system/build.prop';
+ $loaded{'build-prop'} = 1;
+ return if ! -r $path;
+ my @data = reader($path,'strip');
+ foreach (@data){
+ my @working = split('=', $_);
+ next if $working[0] !~ /^ro\.(build|product)/;
+ if ($working[0] eq 'ro.build.date.utc'){
+ $build_prop{'build-date'} = strftime "%F", gmtime($working[1]);
+ }
+ # ldgacy, replaced by ro.product.device
+ elsif ($working[0] eq 'ro.build.product'){
+ $build_prop{'build-product'} = $working[1];
+ }
+ # this can be brand, company, android, it varies, but we don't want android value
+ elsif ($working[0] eq 'ro.build.user'){
+ $build_prop{'build-user'} = $working[1] if $working[1] !~ /android/i;
+ }
+ elsif ($working[0] eq 'ro.build.version.release'){
+ $build_prop{'build-version'} = $working[1];
+ }
+ elsif ($working[0] eq 'ro.product.board'){
+ $build_prop{'product-board'} = $working[1];
+ }
+ elsif ($working[0] eq 'ro.product.brand'){
+ $build_prop{'product-brand'} = $working[1];
+ }
+ elsif ($working[0] eq 'ro.product.device'){
+ $build_prop{'product-device'} = $working[1];
+ }
+ elsif ($working[0] eq 'ro.product.manufacturer'){
+ $build_prop{'product-manufacturer'} = $working[1];
+ }
+ elsif ($working[0] eq 'ro.product.model'){
+ $build_prop{'product-model'} = $working[1];
+ }
+ elsif ($working[0] eq 'ro.product.name'){
+ $build_prop{'product-name'} = $working[1];
+ }
+ elsif ($working[0] eq 'ro.product.screensize'){
+ $build_prop{'product-screensize'} = $working[1];
+ }
+ }
+ log_data('dump','%build_prop',\%build_prop) if $b_log;
+ print Dumper \%build_prop if $dbg[20];
+ eval $end if $b_log;
+}
+
+## CompilerVersion
+{
+package CompilerVersion;
+sub get {
eval $start if $b_log;
my (@compiler);
- if (my $file = system_files('version') ) {
- @compiler = get_compiler_version_linux($file);
+ if (my $file = $system_files{'proc-version'}){
+ @compiler = version_proc($file);
}
- elsif ($bsd_type) {
- @compiler = get_compiler_version_bsd();
+ elsif ($bsd_type){
+ @compiler = version_bsd();
}
eval $end if $b_log;
return @compiler;
}
-sub get_compiler_version_bsd {
+sub version_bsd {
eval $start if $b_log;
my (@compiler,@working);
if ($alerts{'sysctl'}->{'action'} && $alerts{'sysctl'}->{'action'} eq 'use'){
- # for dragonfly, we will use free mem, not used because free is 0
- my @working;
- foreach (@sysctl){
- # freebsd seems to use bytes here
- # Not every line will have a : separator though the processor should make
- # most have it. This appears to be 10.x late feature add, I don't see it
- # on earlier BSDs
- if (/^kern.compiler_version/){
- @working = split(/:\s*/, $_);
- $working[1] =~ /.*(gcc|clang)\sversion\s([\S]+)\s.*/;
- @compiler = ($1,$2);
- last;
+ if ($sysctl{'kernel'}){
+ my @working;
+ foreach (@{$sysctl{'kernel'}}){
+ # Not every line will have a : separator though the processor should make
+ # most have it. This appears to be 10.x late feature add, I don't see it
+ # on earlier BSDs
+ if (/^kern.compiler_version/){
+ @working = split(/:\s*/, $_);
+ $working[1] =~ /.*(gcc|clang)\sversion\s([\S]+)\s.*/;
+ @compiler = ($1,$2);
+ last;
+ }
+ }
+ }
+ # OpenBSD doesn't show compiler data in sysctl or dboot but it's going to
+ # be Clang until way into the future, and it will be the installed version.
+ if (!@compiler){
+ if (my $path = main::check_program('clang')){
+ $compiler[0] = 'clang';
+ $compiler[1] = main::program_version($path,'clang',3,'--version');
}
}
}
- log_data('dump','@compiler',\@compiler) if $b_log;
+ main::log_data('dump','@compiler',\@compiler) if $b_log;
eval $end if $b_log;
return @compiler;
}
-
-sub get_compiler_version_linux {
+sub version_proc {
eval $start if $b_log;
my ($file) = @_;
my (@compiler,$version);
- my @data = reader($file);
+ my @data = main::reader($file);
my $result = $data[0] if @data;
if ($result){
- # $result = $result =~ /\*(gcc|clang)\*eval\*/;
- # $result='Linux version 5.4.0-rc1 (sourav@archlinux-pc) (clang version 9.0.0 (tags/RELEASE_900/final)) #1 SMP PREEMPT Sun Oct 6 18:02:41 IST 2019';
- #$result='Linux version 5.8.3-fw1 (fst@x86_64.frugalware.org) ( OpenMandriva 11.0.0-0.20200819.1 clang version 11.0.0 (/builddir/build/BUILD/llvm-project-release-11.x/clang 2a0076812cf106fcc34376d9d967dc5f2847693a), LLD 11.0.0)';
- #$result='Linux version 5.8.0-18-generic (buildd@lgw01-amd64-057) (gcc (Ubuntu 10.2.0-5ubuntu2) 10.2.0, GNU ld (GNU Binutils for Ubuntu) 2.35) #19-Ubuntu SMP Wed Aug 26 15:26:32 UTC 2020';
- # $result='Linux version 5.8.9-fw1 (fst@x86_64.frugalware.org) (gcc (Frugalware Linux) 9.2.1 20200215, GNU ld (GNU Binutils) 2.35) #1 SMP PREEMPT Tue Sep 15 16:38:57 CEST 2020';
- # $result='Linux version 5.8.0-2-amd64 (debian-kernel@lists.debian.org) (gcc-10 (Debian 10.2.0-9) 10.2.0, GNU ld (GNU Binutils for Debian) 2.35) #1 SMP Debian 5.8.10-1 (2020-09-19)';
- $result='Linux version 5.9.0-5-amd64 (debian-kernel@lists.debian.org) (gcc-10 (Debian 10.2.1-1) 10.2.1 20201207, GNU ld (GNU Binutils for Debian) 2.35.1) #1 SMP Debian 5.9.15-1 (2020-12-17)';
- if ($result =~ /(gcc|clang).*version\s([\S]+)/){
+ if ($fake{'compiler'}){
+ # $result = $result =~ /\*(gcc|clang)\*eval\*/;
+ # $result='Linux version 5.4.0-rc1 (sourav@archlinux-pc) (clang version 9.0.0 (tags/RELEASE_900/final)) #1 SMP PREEMPT Sun Oct 6 18:02:41 IST 2019';
+ # $result='Linux version 5.8.3-fw1 (fst@x86_64.frugalware.org) ( OpenMandriva 11.0.0-0.20200819.1 clang version 11.0.0 (/builddir/build/BUILD/llvm-project-release-11.x/clang 2a0076812cf106fcc34376d9d967dc5f2847693a), LLD 11.0.0)';
+ # $result='Linux version 5.8.0-18-generic (buildd@lgw01-amd64-057) (gcc (Ubuntu 10.2.0-5ubuntu2) 10.2.0, GNU ld (GNU Binutils for Ubuntu) 2.35) #19-Ubuntu SMP Wed Aug 26 15:26:32 UTC 2020';
+ # $result='Linux version 5.8.9-fw1 (fst@x86_64.frugalware.org) (gcc (Frugalware Linux) 9.2.1 20200215, GNU ld (GNU Binutils) 2.35) #1 SMP PREEMPT Tue Sep 15 16:38:57 CEST 2020';
+ # $result='Linux version 5.8.0-2-amd64 (debian-kernel@lists.debian.org) (gcc-10 (Debian 10.2.0-9) 10.2.0, GNU ld (GNU Binutils for Debian) 2.35) #1 SMP Debian 5.8.10-1 (2020-09-19)';
+ # $result='Linux version 5.9.0-5-amd64 (debian-kernel@lists.debian.org) (gcc-10 (Debian 10.2.1-1) 10.2.1 20201207, GNU ld (GNU Binutils for Debian) 2.35.1) #1 SMP Debian 5.9.15-1 (2020-12-17)';
+ # $result='Linux version 2.6.1 (GNU 0.9 GNU-Mach 1.8+git20201007-486/Hurd-0.9 i686-AT386)';
+ # $result='NetBSD version 9.1 (netbsd@localhost) (gcc version 7.5.0) NetBSD 9.1 (GENERIC) #0: Sun Oct 18 19:24:30 UTC 2020';
+ }
+ if ($result =~ /(gcc|clang).*version\s([^\s\)]+)/){
$version = $2;
$version ||= 'N/A';
@compiler = ($1,$version);
@@ -19387,13 +21298,193 @@ sub get_compiler_version_linux {
@compiler = ($1,$version);
}
}
- log_data('dump','@compiler',\@compiler) if $b_log;
+ main::log_data('dump','@compiler',\@compiler) if $b_log;
eval $end if $b_log;
return @compiler;
}
+}
-## Get DesktopEnvironment
-## returns array:
+sub set_dboot_data {
+ eval $start if $b_log;
+ $loaded{'dboot'} = 1;
+ my ($file,@db_data,@dm_data,@temp);
+ my ($counter) = (0);
+ if (!$fake{'dboot'}){
+ $file = $system_files{'dmesg-boot'};
+ }
+ else {
+ # $file = "$ENV{'HOME'}/bin/scripts/inxi/data/dmesg-boot/bsd-disks-diabolus.txt";
+ # $file = "$ENV{'HOME'}/bin/scripts/inxi/data/dmesg-boot/freebsd-disks-solestar.txt";
+ # $file = "$ENV{'HOME'}/bin/scripts/inxi/data/dmesg-boot/freebsd-enceladus-1.txt";
+ ## matches: toshiba: openbsd-5.6-sysctl-2.txt
+ # $file = "$ENV{'HOME'}/bin/scripts/inxi/data/dmesg-boot/openbsd-5.6-dmesg.boot-1.txt";
+ ## matches: compaq: openbsd-5.6-sysctl-1.txt"
+ # $file = "$ENV{'HOME'}/bin/scripts/inxi/data/dmesg-boot/openbsd-dmesg.boot-1.txt";
+ $file = "$ENV{'HOME'}/bin/scripts/inxi/data/dmesg-boot/openbsd-6.8-battery-sensors-1.txt";
+ }
+ if ($file){
+ return if ! -r $file;
+ @db_data = reader($file);
+ # sometimes > 1 sessions stored, dump old ones
+ for (@db_data){
+ if (/^(Dragonfly|OpenBSD|NetBSD|FreeBSD is a registered trademark|Copyright.*Midnight)/){
+ $counter++;
+ undef @temp if $counter > 1;
+ }
+ push(@temp,$_);
+ }
+ @db_data = @temp;
+ undef @temp;
+ my @dm_data = grabber('dmesg 2>/dev/null');
+ # clear out for netbsd, only 1 space following or lines won't match
+ @dm_data = map {$_ =~ s/^\[[^\]]+\]\s//;$_} @dm_data;
+ $counter = 0;
+ # dump previous sessions, and also everything roughly before dmesg.boot
+ # ends, it does't need to be perfect, we just only want the actual post
+ # boot data
+ for (@dm_data){
+ if (/^(Dragonfly|OpenBSD|NetBSD|FreeBSD is a registered trademark|Copyright.*Midnight)/ ||
+ /^(smbus[0-9]:|Security policy loaded|root on)/){
+ $counter++;
+ undef @temp if $counter > 1;
+ }
+ push(@temp,$_);
+ }
+ @dm_data = @temp;
+ undef @temp;
+ push(@db_data,'~~~~~',@dm_data);
+ # uniq(\@db_data); # get rid of duplicate lines
+ # some dmesg repeats, so we need to dump the second and > iterations
+ # replace all indented items with ~ so we can id them easily while
+ # processing note that if user, may get error of read permissions
+ # for some weird reason, real mem and avail mem are use a '=' separator,
+ # who knows why, the others are ':'
+ foreach (@db_data){
+ $_ =~ s/\s*=\s*|:\s*/:/;
+ $_ =~ s/\"//g;
+ $_ =~ s/^\s+/~/;
+ $_ =~ s/\s\s/ /g;
+ $_ =~ s/^(\S+)\sat\s/$1:at /; # ada0 at ahcich0
+ push(@{$dboot{'main'}}, $_);
+ if ($use{'bsd-battery'} && /^acpi(bat|cmb)/){
+ push(@{$sysctl{'battery'}}, $_);
+ }
+ # ~Debug Features 0:<2 CTX BKPTs,4 Watchpoints,6 Breakpoints,PMUv3,Debugv8>
+ elsif ($use{'bsd-cpu'} &&
+ (!/^~(Debug|Memory)/ && /(^cpu[0-9]+:|Features|^~*Origin:\s*)/)){
+ push(@{$dboot{'cpu'}}, $_);
+ }
+ # FreeBSD: 'da*' is a USB device 'ada*' is a SATA device 'mmcsd*' is an SD card
+ # OpenBSD: 'sd' is usb device, 'wd' normal drive. OpenBSD uses sd for nvme drives
+ # but also has the nvme data:
+ # nvme1 at pci6 dev 0 function 0 vendor "Phison", unknown product 0x5012 rev 0x01: msix, NVMe 1.3
+ # nvme1: OWC Aura P12 1.0TB, firmware ECFM22.6, serial 2003100010208
+ # scsibus2 at nvme1: 2 targets, initiator 0
+ # sd1 at scsibus2 targ 1 lun 0: <NVMe, OWC Aura P12 1.0, ECFM>
+ # sd1: 915715MB, 4096 bytes/sector, 234423126 sectors
+ elsif ($use{'bsd-disk'} &&
+ /^(ad|ada|da|mmcblk|mmcsd|nvme([0-9]+n)?|sd|wd)[0-9]+(:|\sat\s|.*?\sdetached$)/){
+ $_ =~ s/^\(//;
+ push (@{$dboot{'disk'}},$_);
+ }
+ if ($use{'bsd-machine'} && /^bios[0-9]:(at|vendor)/){
+ push(@{$sysctl{'machine'}}, $_);
+ }
+ elsif ($use{'bsd-machine'} && !$dboot{'machine-vm'} &&
+ /(\bhvm\b|innotek|\bkvm\b|microsoft.*virtual machine|openbsd[\s-]vmm|qemu|qumranet|vbox|virtio|virtualbox|vmware)/i){
+ push(@{$dboot{'machine-vm'}}, $_);
+ }
+ elsif ($use{'bsd-optical'} && /^(cd)[0-9]+(\([^)]+\))?(:|\sat\s)/){
+ push(@{$dboot{'optical'}},$_);
+ }
+ elsif ($use{'bsd-pci'} && /^(pci[0-9]+:at|\S+:at pci)/){
+ push(@{$dboot{'pci'}},$_);
+ }
+ elsif ($use{'bsd-ram'} && /(^spdmem)/){
+ push(@{$dboot{'ram'}}, $_);
+ }
+ }
+ log_data('dump','$dboot{main}',$dboot{'main'}) if $b_log;
+ print Dumper $dboot{'main'} if $dbg[11];
+
+ if ($dboot{'main'} && $b_log){
+ log_data('dump','$dboot{cpu}',$dboot{'cpu'});
+ log_data('dump','$dboot{disk}',$dboot{'disk'});
+ log_data('dump','$dboot{machine-vm}',$dboot{'machine-vm'});
+ log_data('dump','$dboot{optical}',$dboot{'optical'});
+ log_data('dump','$dboot{ram}',$dboot{'ram'});
+ log_data('dump','$dboot{usb}',$dboot{'usb'});
+ log_data('dump','$sysctl{battery}',$sysctl{'battery'});
+ log_data('dump','$sysctl{machine}',$sysctl{'machine'});
+ }
+ if ($dboot{'main'} && $dbg[11]){
+ print("cpu:\n", Dumper $dboot{'cpu'});
+ print("disk:\n", Dumper $dboot{'disk'});
+ print("machine vm:\n", Dumper $dboot{'machine-vm'});
+ print("optical:\n", Dumper $dboot{'optical'});
+ print("ram:\n", Dumper $dboot{'ram'});
+ print("usb:\n", Dumper $dboot{'usb'});
+ print("sys battery:\n", Dumper $sysctl{'battery'});
+ print("sys machine:\n", Dumper $sysctl{'machine'});
+ }
+ # this should help get rid of dmesg usb mounts not present
+ # note if you take out one, put in another, it will always show the first
+ # one, I think. Not great. Not using this means all drives attached
+ # current session are shown, using it, possibly wrong drive shown, which is bad
+ # not using this for now: && (my @disks = grep {/^hw\.disknames/} @{$dboot{'disk'}}
+ if ($dboot{'disk'}){
+ # hw.disknames:sd0:,sd1:3242432,sd2:
+ #$disks[0] =~ s/(^hw\.disknames:|:[^,]*)//g;
+ #@disks = split(',',$disks[0]) if $disks[0];
+ my ($id,$value,%dboot_disks,@disks_live,@temp);
+ # first, since openbsd has this, let's use it
+ foreach (@{$dboot{'disk'}}){
+ if (!@disks_live && /^hw\.disknames/){
+ $_ =~ s/(^hw\.disknames:|:[^,]*)//g;
+ @disks_live = split(/[,\s]/,$_) if $_;
+ }
+ else {
+ push(@temp,$_);
+ }
+ }
+ @{$dboot{'disk'}} = @temp if @temp;
+ foreach my $row (@temp){
+ $row =~ /^([^:\s]+)[:\s]+(.+)/;
+ $id = $1;
+ $value = $2;
+ push(@{$dboot_disks{$id}},$value);
+ # get rid of detached or non present drives
+ if ((@disks_live && !(grep {$id =~ /^$_/} @disks_live)) ||
+ $value =~ /\b(destroyed|detached)$/){
+ delete $dboot_disks{$id};
+ }
+ }
+ $dboot{'disk'} = \%dboot_disks;
+ log_data('dump','post: $dboot{disk}',$dboot{'disk'}) if $b_log;
+ print("post: disk:\n",Dumper $dboot{'disk'}) if $dbg[11];
+ }
+ if ($use{'bsd-pci'} && $dboot{'pci'}){
+ my $bus_id = 0;
+ foreach (@{$dboot{'pci'}}){
+ if (/^pci[0-9]+:at.*?bus\s([0-9]+)/){
+ $bus_id = $1;
+ next;
+ }
+ elsif (/:at pci[0-9]+\sdev/){
+ $_ =~ s/^(\S+):at.*?dev\s([0-9]+)\sfunction\s([0-9]+)\s/$bus_id:$2:$3:$1:/;
+ push(@temp,$_);
+ }
+ }
+ $dboot{'pci'} = [@temp];
+ log_data('dump','$dboot{pci}',$dboot{'pci'}) if $b_log;
+ print("pci:\n",Dumper $dboot{'pci'}) if $dbg[11];
+ }
+ }
+ eval $end if $b_log;
+}
+
+## DesktopEnvironment
+# returns array:
# 0 - desktop name
# 1 - version
# 2 - toolkit
@@ -19408,7 +21499,7 @@ $xdg_desktop,@desktop,@data,@xprop);
sub get {
eval $start if $b_log;
set_desktop_values();
- main::set_ps_gui() if ! $b_ps_gui;
+ main::set_ps_gui() if !$loaded{'ps-gui'};
get_kde_trinity_data();
if (!@desktop){
get_env_de_data();
@@ -19416,7 +21507,7 @@ sub get {
if (!@desktop){
get_env_xprop_gnome_based_data();
}
- if (!@desktop && $b_xprop ){
+ if (!@desktop && $b_xprop){
get_env_xprop_non_gnome_based_data();
}
if (!@desktop){
@@ -19425,7 +21516,7 @@ sub get {
if ($extra > 2 && @desktop){
set_info_data();
}
- if ($b_display && !$b_force_display && $extra > 1){
+ if ($b_display && !$force{'display'} && $extra > 1){
get_wm();
}
set_gtk_data() if $b_gtk && $extra > 1;
@@ -19438,11 +21529,11 @@ sub get {
sub set_desktop_values {
# NOTE $XDG_CURRENT_DESKTOP envvar is not reliable, but it shows certain desktops better.
# most desktops are not using it as of 2014-01-13 (KDE, UNITY, LXDE. Not Gnome)
- $desktop_session = ( $ENV{'DESKTOP_SESSION'} ) ? prep_desktop_value($ENV{'DESKTOP_SESSION'}) : '';
- $xdg_desktop = ( $ENV{'XDG_CURRENT_DESKTOP'} ) ? prep_desktop_value($ENV{'XDG_CURRENT_DESKTOP'}) : '';
+ $desktop_session = ($ENV{'DESKTOP_SESSION'}) ? prep_desktop_value($ENV{'DESKTOP_SESSION'}) : '';
+ $xdg_desktop = ($ENV{'XDG_CURRENT_DESKTOP'}) ? prep_desktop_value($ENV{'XDG_CURRENT_DESKTOP'}) : '';
$kde_session_version = ($ENV{'KDE_SESSION_VERSION'}) ? $ENV{'KDE_SESSION_VERSION'} : '';
# for fallback to fallback protections re false gnome id
- $gdmsession = ( $ENV{'GDMSESSION'} ) ? prep_desktop_value($ENV{'GDMSESSION'}) : '';
+ $gdmsession = ($ENV{'GDMSESSION'}) ? prep_desktop_value($ENV{'GDMSESSION'}) : '';
}
# note: an ubuntu regresssion replaces or adds 'ubuntu' string to
# real value. Since ubuntu is the only distro I know that does this,
@@ -19454,9 +21545,18 @@ sub prep_desktop_value {
}
sub get_kde_trinity_data {
eval $start if $b_log;
- my ($program,@version_data,@version_data2);
+ my ($kded,$kded_name,$program,@version_data,@version_data2);
my $kde_full_session = ($ENV{'KDE_FULL_SESSION'}) ? $ENV{'KDE_FULL_SESSION'} : '';
- if ($desktop_session eq 'trinity' || $xdg_desktop eq 'trinity' || (grep {/^tde/} @ps_gui) ){
+ # we can't rely on 3 using kded3, it could be kded
+ if ($kde_full_session && ($program = main::check_program('kded' . $kde_full_session))){
+ $kded = $program;
+ $kded_name = 'kded' . $kde_full_session;
+ }
+ elsif ($program = main::check_program('kded')){
+ $kded = $program;
+ $kded_name = 'kded';
+ }
+ if ($desktop_session eq 'trinity' || $xdg_desktop eq 'trinity' || (grep {/^tde/} @ps_gui)){
$desktop[0] = 'Trinity';
if ($program = main::check_program('kdesktop')){
@version_data = main::grabber("$program --version 2>/dev/null");
@@ -19471,15 +21571,15 @@ sub get_kde_trinity_data {
# KDE_SESSION_VERSION is the integer version of the desktop
# NOTE: as of plasma 5, the tool: about-distro MAY be available, that will show
# actual desktop data, so once that's in debian/ubuntu, if it gets in, add that test
- elsif ( $xdg_desktop eq 'kde' || $kde_session_version ){
+ elsif ($xdg_desktop eq 'kde' || $kde_session_version){
if ($kde_session_version && $kde_session_version <= 4){
- @data = main::program_values("kded$kde_session_version");
+ @data = ($kded_name) ? main::program_values($kded_name) : ();
if (@data){
$desktop[0] = $data[3];
- $desktop[1] = main::program_version("kded$kde_session_version",$data[0],$data[1],$data[2],$data[5],$data[6]);
+ $desktop[1] = main::program_version($kded,$data[0],$data[1],$data[2],$data[5],$data[6]);
# kded exists, so we can now get the qt data string as well
- if ($desktop[1] && ($program = main::check_program("kded$kde_session_version")) ){
- @version_data = main::grabber("$program --version 2>/dev/null");
+ if ($desktop[1] && $kded){
+ @version_data = main::grabber("$kded --version 2>/dev/null");
}
}
$desktop[0] = 'KDE' if !$desktop[0];
@@ -19492,12 +21592,16 @@ sub get_kde_trinity_data {
# KDE Frameworks: 5.11.0
# kf5-config: 1.0
# for QT, and Frameworks if we use it
- if (!@version_data && ($program = main::check_program("kf$kde_session_version-config") )){
+ if (!@version_data && ($program = main::check_program("kf$kde_session_version-config"))){
@version_data = main::grabber("$program --version 2>/dev/null");
}
- if (!@version_data && ($program = main::check_program("kded$kde_session_version"))){
+ if (!@version_data && ($program = main::check_program("kf-config"))){
@version_data = main::grabber("$program --version 2>/dev/null");
}
+ # hope we don't use this fallback, not the same version as kde always
+ if (!@version_data && $kded){
+ @version_data = main::grabber("$kded --version 2>/dev/null");
+ }
if ($program = main::check_program("plasmashell")){
@version_data2 = main::grabber("$program --version 2>/dev/null");
$desktop[1] = main::awk(\@version_data2,'^plasmashell',-1,'\s+');
@@ -19524,7 +21628,7 @@ sub get_kde_trinity_data {
}
# KDE_FULL_SESSION property is only available since KDE 3.5.5.
elsif ($kde_full_session eq 'true'){
- @version_data = main::grabber("kded --version 2>/dev/null");
+ @version_data = ($kded) ? main::grabber("$kded --version 2>/dev/null") : ();
$desktop[0] = 'KDE';
$desktop[1] = main::awk(\@version_data,'^KDE:',2,'\s+') if @version_data;
if (!$desktop[1]){
@@ -19558,16 +21662,18 @@ sub get_env_de_data {
[0,'cinnamon','cinnamon',1,0],
# these so far have no cli version data
[1,'deepin','deepin',0,1], # version comes from file read
+ [1,'leftwm','leftwm',0,0],
[1,'pantheon','pantheon',0,0],
+ [1,'penrose','penrose',0,0],# unknown, just guessing
[1,'lumina','lumina-desktop',0,1],
[0,'manokwari','manokwari',1,0],
[1,'ukui','ukui-session',0,1],
);
foreach my $item (@desktops){
# Check if in xdg_desktop OR desktop_session OR if in $item->[6] and in ps_gui
- if ( (($item->[0] && ($xdg_desktop eq $item->[1] || $desktop_session eq $item->[1] )) ||
- (!$item->[0] && ($xdg_desktop =~ /$item->[1]/ || $desktop_session =~ /$item->[1]/ )) ) ||
- ($item->[5] && @ps_gui && (grep {/$item->[5]/} @ps_gui) ) ){
+ if ((($item->[0] && ($xdg_desktop eq $item->[1] || $desktop_session eq $item->[1])) ||
+ (!$item->[0] && ($xdg_desktop =~ /$item->[1]/ || $desktop_session =~ /$item->[1]/))) ||
+ ($item->[5] && @ps_gui && (grep {/$item->[5]/} @ps_gui))){
($desktop[0],$desktop[1]) = main::program_data($item->[2]);
$b_gtk = $item->[3];
$b_qt = $item->[4];
@@ -19589,20 +21695,20 @@ sub get_env_xprop_gnome_based_data {
# before gnome test eventually this needs to be better organized so all the
# xprop tests are in the same section, but this is good enough for now.
# NOTE: was checking for 'muffin' but that's not part of cinnamon
- if ( $xdg_desktop eq 'cinnamon' || $gdmsession eq 'cinnamon' ||
- (main::check_program('muffin') || main::check_program('cinnamon-session') ) &&
- ($b_xprop && main::awk(\@xprop,'_muffin') )){
+ if ($xdg_desktop eq 'cinnamon' || $gdmsession eq 'cinnamon' ||
+ (main::check_program('muffin') || main::check_program('cinnamon-session')) &&
+ ($b_xprop && main::awk(\@xprop,'_muffin'))){
($desktop[0],$desktop[1]) = main::program_data('cinnamon','cinnamon',0);
$b_gtk = 1;
$desktop[0] ||= 'Cinnamon';
}
elsif ($xdg_desktop eq 'mate' || $gdmsession eq 'mate' ||
- ( $b_xprop && main::awk(\@xprop,'_marco') )){
+ ($b_xprop && main::awk(\@xprop,'_marco'))){
# NOTE: mate-about and mate-sesssion vary which has the higher number, neither
# consistently corresponds to the actual MATE version, so check both.
my %versions = ('mate-about' => '','mate-session' => '');
foreach my $key (keys %versions){
- if ($program = main::check_program($key) ) {
+ if ($program = main::check_program($key)){
@data = main::program_data($key,$program,0);
$desktop[0] = $data[0];
$versions{$key} = $data[1];
@@ -19614,11 +21720,11 @@ sub get_env_xprop_gnome_based_data {
$desktop[0] ||= 'MATE';
}
# See sub for logic and comments
- elsif (check_gnome() ){
- if (main::check_program('gnome-about') ) {
+ elsif (check_gnome()){
+ if (main::check_program('gnome-about')){
($desktop[0],$desktop[1]) = main::program_data('gnome-about');
}
- elsif (main::check_program('gnome-shell') ) {
+ elsif (main::check_program('gnome-shell')){
($desktop[0],$desktop[1]) = main::program_data('gnome','gnome-shell');
}
$b_gtk = 1;
@@ -19666,7 +21772,6 @@ sub check_gnome {
$detection = 'xprop-root';
$b_gnome = 1;
}
-
main::log_data('data','$detection:$b_gnome>>' . $detection . ":$b_gnome") if $b_log;
eval $end if $b_log;
return $b_gnome;
@@ -19674,13 +21779,13 @@ sub check_gnome {
sub get_env_xprop_non_gnome_based_data {
eval $start if $b_log;
my ($program,@version_data,$version);
- #print join("\n", @xprop), "\n";
+ # print join("\n", @xprop), "\n";
# String: "This is xfdesktop version 4.2.12"
# alternate: xfce4-about --version > xfce4-about 4.10.0 (Xfce 4.10)
# note: some distros/wm (e.g. bunsen) set xdg to xfce to solve some other
# issues so don't test for that. $xdg_desktop eq 'xfce'
if ($xdg_desktop eq 'xfce' || $gdmsession eq 'xfce' ||
- (main::check_program('xfdesktop')) && main::awk(\@xprop,'^(xfdesktop|xfce)' )){
+ (main::check_program('xfdesktop')) && main::awk(\@xprop,'^(xfdesktop|xfce)')){
# this is a very expensive test that doesn't usually result in a find
# talk to xfce to see what id they will be using for xfce 5
# if (main::awk(\@xprop, 'xfce4')){
@@ -19699,7 +21804,7 @@ sub get_env_xprop_non_gnome_based_data {
# out of x, this error goes to stderr, so it's an empty result
$desktop[1] = main::awk(\@version_data,$data[0],$data[1],'\s+');
#$desktop[1] = main::program_version('xfdesktop',$data[0],$data[1],$data[2],$data[5],$data[6]);
- if ( !$desktop[1] ){
+ if (!$desktop[1]){
@data = main::program_values("xfce${version}-panel");
# print Data::Dumper::Dumper \@data;
# this returns an error message to stdout in x, which breaks the version
@@ -19717,20 +21822,20 @@ sub get_env_xprop_non_gnome_based_data {
$desktop[2] = $data[3];
}
}
- elsif ( $xdg_desktop eq 'moksha' || $gdmsession eq 'moksha' ||
- (main::check_program('enlightenment') || main::check_program('moksha') ) && main::awk(\@xprop,'moksha') ){
+ elsif ($xdg_desktop eq 'moksha' || $gdmsession eq 'moksha' ||
+ (main::check_program('enlightenment') || main::check_program('moksha')) && main::awk(\@xprop,'moksha')){
# no -v or --version but version is in xprop -root
# ENLIGHTENMENT_VERSION(STRING) = "Moksha 0.2.0.15989"
$desktop[0] = 'Moksha';
- $desktop[1] = main::awk(\@xprop,'(enlightenment|moksha)_version',2,'\s+=\s+' );
+ $desktop[1] = main::awk(\@xprop,'(enlightenment|moksha)_version',2,'\s+=\s+');
$desktop[1] =~ s/"?(Moksha|Enlightenment)\s([^"]+)"?/$2/i if $desktop[1];
}
- elsif ( $xdg_desktop eq 'enlightenment' || $gdmsession eq 'enlightenment' ||
- (main::check_program('enlightenment') && main::awk(\@xprop,'enlightenment' ) ) ){
+ elsif ($xdg_desktop eq 'enlightenment' || $gdmsession eq 'enlightenment' ||
+ (main::check_program('enlightenment') && main::awk(\@xprop,'enlightenment'))){
# no -v or --version but version is in xprop -root
# ENLIGHTENMENT_VERSION(STRING) = "Enlightenment 0.16.999.49898"
$desktop[0] = 'Enlightenment';
- $desktop[1] = main::awk(\@xprop,'(enlightenment|moksha)_version',2,'\s+=\s+' );
+ $desktop[1] = main::awk(\@xprop,'(enlightenment|moksha)_version',2,'\s+=\s+');
$desktop[1] =~ s/"?(Moksha|Enlightenment)\s([^"]+)"?/$2/i if $desktop[1];
}
# the sequence here matters, some desktops like icewm, razor, let you set different
@@ -19754,7 +21859,7 @@ sub get_env_xprop_non_gnome_based_data {
);
foreach my $item (@desktops){
if (main::check_program($item->[0]) && main::awk(\@xprop,$item->[1]) &&
- (!$item->[4] || (@ps_gui && (grep {/$item->[4]/} @ps_gui ))) ){
+ (!$item->[4] || (@ps_gui && (grep {/$item->[4]/} @ps_gui)))){
($desktop[0],$desktop[1]) = main::program_data($item->[2]);
last;
}
@@ -19766,10 +21871,15 @@ sub get_env_xprop_non_gnome_based_data {
sub get_ps_de_data {
eval $start if $b_log;
my ($program,@version_data);
- main::set_ps_gui() if !$b_ps_gui;
+ main::set_ps_gui() if !$loaded{'ps-gui'};
if (@ps_gui){
+ # the sequence here matters, some desktops like icewm, razor, let you set different
+ # wm, so we want to get the main controlling desktop first
# 1 check program; 2 ps_gui search; 3 data; 4: trigger alternate values/version
my @desktops =(
+ ['icewm','icewm','icewm'],
+ ['WindowMaker','WindowMaker','wmaker',''],
+ ['2bwm','2bwm','2bwm',''],# unverified
['9wm','9wm','9wm',''],
['afterstep','afterstep','afterstep',''],
['aewm++','aewm\+\+','aewm++',''],
@@ -19781,7 +21891,9 @@ sub get_ps_de_data {
['bspwm','bspwm','bspwm',''],
['cagebreak','cagebreak','cagebreak',''],
['calmwm','calmwm','calmwm',''],
+ ['catwm','catwm','catwm',''],# unverified
['clfswm','.*(sh|c?lisp)?.*clfswm','clfswm',''],
+ ['ctwm','ctwm','ctwm',''],
['cwm','(openbsd-)?cwm','cwm',''],
['dwm','dwm','dwm',''],
['echinus','echinus','echinus',''],
@@ -19798,12 +21910,16 @@ sub get_ps_de_data {
['fvwm','fvwm','fvwm',''],
['glass','glass','glass',''],
['hackedbox','hackedbox','hackedbox',''],
+ ['herbstluftwm','herbstluftwm','herbstluftwm'],
['instantwm','instantwm','instantwm',''],
+ ['i3','i3','i3',''],
['ion3','ion3','ion3',''],
['jbwm','jbwm','jbwm',''],
['jwm','jwm','jwm',''],
['larswm','larswm','larswm',''],
+ ['leftwm','leftwm','leftwm',''],
['lwm','lwm','lwm',''],
+ ['mcwm','mcwm','mcwm',''],# unverified
['mini','mini','mini',''],
['musca','musca','musca',''],
['mvwm','mvwm','mvwm',''],
@@ -19814,11 +21930,13 @@ sub get_ps_de_data {
['orbital','orbital','orbital',''],
['pekwm','pekwm','pekwm',''],
['perceptia','perceptia','perceptia',''],
+ ['penrose','penrose','penrose',''],# unverified
['qtile','.*(python.*)?qtile','qtile',''],
['qvwm','qvwm','qvwm',''],
['ratpoison','ratpoison','ratpoison',''],
['sawfish','sawfish','sawfish',''],
['scrotwm','scrotwm','scrotwm',''],
+ ['snapwm','snapwm','snapwm',''],# unverified
['spectrwm','spectrwm','spectrwm',''],
['stumpwm','(sh|c?lisp)?.*stumpwm','stumpwm',''],
['sway','sway','sway',''],
@@ -19826,10 +21944,13 @@ sub get_ps_de_data {
['tinywm','tinywm','tinywm',''],
['tvtwm','tvtwm','tvtwm',''],
['twm','twm','twm',''],
+ ['uwm','uwm','uwm',''],# unverified
['waycooler','waycooler','way-cooler',''],
['way-cooler','way-cooler','way-cooler',''],
- ['WindowMaker','WindowMaker','wmaker',''],
['windowlab','windowlab','windowlab',''],
+ ['wmfs','wmfs','wmfs',''],# unverified
+ ['wmfs2','wmfs2','wmfs2',''],# unverified
+ ['wingo','wingo','wingo',''],# unverified
# not in debian apt, current is wmii, version 3
['wmii2','wmii2','wmii2',''],
['wmii','wmii','wmii',''],
@@ -19867,10 +21988,10 @@ sub set_qt_data {
my $kde_version = $kde_session_version;
$program = '';
if (!$kde_version){
- if ($program = main::check_program("kded6") ){$kde_version = 6;}
- elsif ($program = main::check_program("kded5") ){$kde_version = 5;}
- elsif ($program = main::check_program("kded4") ){$kde_version = 4;}
- elsif ($program = main::check_program("kded") ){$kde_version = '';}
+ if ($program = main::check_program("kded6")){$kde_version = 6;}
+ elsif ($program = main::check_program("kded5")){$kde_version = 5;}
+ elsif ($program = main::check_program("kded4")){$kde_version = 4;}
+ elsif ($program = main::check_program("kded")){$kde_version = '';}
}
# alternate: qt4-default, qt4-qmake or qt5-default, qt5-qmake
# often this exists, is executable, but actually is nothing, shows error
@@ -19880,7 +22001,7 @@ sub set_qt_data {
if (!$desktop[3] && main::check_program('qtdiag')){
($desktop[2],$desktop[3]) = main::program_data('qtdiag');
}
- if (!$desktop[3] && ($program = main::check_program("kf$kde_version-config") )){
+ if (!$desktop[3] && ($program = main::check_program("kf$kde_version-config"))){
@version_data = main::grabber("$program --version 2>/dev/null");
$desktop[2] = 'Qt';
$desktop[3] = main::awk(\@version_data,'^Qt:',2) if @version_data;
@@ -19896,11 +22017,11 @@ sub set_qt_data {
sub get_wm {
eval $start if $b_log;
- if (!$b_wmctrl) {
+ if (!$force{'wmctrl'}){
get_wm_main();
}
# note, some wm, like cinnamon muffin, do not appear in ps aux, but do in wmctrl
- if ( (!$desktop[5] || $b_wmctrl) && (my $program = main::check_program('wmctrl'))){
+ if ((!$desktop[5] || $force{'wmctrl'}) && (my $program = main::check_program('wmctrl'))){
get_wm_wmctrl($program);
}
eval $end if $b_log;
@@ -19922,22 +22043,22 @@ sub get_wm_main {
}
}
if (!$desktop[5]){
- main::set_ps_gui() if ! $b_ps_gui;
+ main::set_ps_gui() if !$loaded{'ps-gui'};
# order matters, see above logic
# due to lisp/python starters, clfswm/stumpwm/qtile will not detect here
- $wms = '9wm|aewm\+\+|aewm|afterstep|amiwm|antiwm|awesome|blackbox|bspwm|budgie-wm|';
- $wms .= 'cagebreak|calmwm|clfswm|compiz|(openbsd-)?cwm|fluxbox|';
- $wms .= 'deepin-wm|dwm|echinus|evilwm|';
+ $wms = '2bwm|9wm|aewm\+\+|aewm|afterstep|amiwm|antiwm|awesome|blackbox|';
+ $wms .= 'cagebreak|calmwm|catwm|clfswm|compiz|ctwm|(openbsd-)?cwm|fluxbox';
+ $wms .= '|bspwm|budgie-wm|deepin-wm|dwm|echinus|evilwm|';
$wms .= 'fireplace|flwm|fvwm-crystal|fvwm1|fvwm2|fvwm3|fvwm95|fvwm|';
$wms .= 'gala|glass|gnome-shell|hackedbox|i3|instantwm|ion3|jbwm|jwm|';
- $wms .= 'twin|kwin_wayland|kwin_x11|kwin|larswm|lwm|';
- $wms .= 'matchbox-window-manager|marco|mini|muffin|';
+ $wms .= 'twin|kwin_wayland|kwin_x11|kwin|larswm|leftwm|lwm|';
+ $wms .= 'matchbox-window-manager|marco|mcwm|mini|muffin|';
$wms .= 'musca|deepin-mutter|mutter|deepin-metacity|metacity|mvwm|mwm|';
$wms .= 'nawm|notion|openbox|orbital|perceptia|qtile|qvwm|';
- $wms .= 'ratpoison|sawfish|scrotwm|spectrwm|';
+ $wms .= 'penrose|ratpoison|sawfish|scrotwm|snapwm|spectrwm|';
$wms .= 'stumpwm|sway|tinywm|tvtwm|twm|ukwm|';
- $wms .= 'way-?cooler|windowlab|WindowMaker|wm2|wmii2|wmii|wmx|';
- $wms .= 'xfwm4|xfwm5|xmonad|yeahwm';
+ $wms .= 'way-?cooler|windowlab|WindowMaker|wingo|wm2|wmfs2?|wmii2?|wmx|';
+ $wms .= 'xfwm[45]?|xmonad|yeahwm';
foreach (@ps_gui){
if (/^($wms)$/){
$working = $1;
@@ -19963,10 +22084,10 @@ sub get_wm_wmctrl {
$desktop[5] =~ s/\d+\.\d\S+|[\[\(].*\d+\.\d.*[\)\]]//g;
$desktop[5] = main::trimmer($desktop[5]);
# change Metacity (Marco) to marco
- if ($desktop[5] =~ /marco/i) {$desktop[5] = 'marco'}
- elsif ($desktop[5] =~ /muffin/i) {$desktop[5] = 'muffin'}
- elsif (lc($desktop[5]) eq 'gnome shell') {$desktop[5] = 'gnome-shell'}
- elsif ($desktop_session eq 'trinity' && lc($desktop[5]) eq 'kwin') {$desktop[5] = 'Twin'}
+ if ($desktop[5] =~ /marco/i){$desktop[5] = 'marco'}
+ elsif ($desktop[5] =~ /muffin/i){$desktop[5] = 'muffin'}
+ elsif (lc($desktop[5]) eq 'gnome shell'){$desktop[5] = 'gnome-shell'}
+ elsif ($desktop_session eq 'trinity' && lc($desktop[5]) eq 'kwin'){$desktop[5] = 'Twin'}
get_wm_version('wmctrl',$desktop[5]);
}
eval $end if $b_log;
@@ -19976,7 +22097,7 @@ sub get_wm_version {
my ($type,$wm) = @_;
# we don't want the gnome-shell version, and the others have no --version
# we also don't want to run --version again on stuff we already have tested
- return if ! $wm || $wm =~ /^(budgie-wm|gnome-shell)$/ || ($desktop[0] && lc($desktop[0]) eq lc($wm) );
+ return if !$wm || $wm =~ /^(budgie-wm|gnome-shell)$/ || ($desktop[0] && lc($desktop[0]) eq lc($wm));
my $temp = (split(/\s+/, $wm))[0];
if ($temp){
$temp = (split(/\s+/, $temp))[0];
@@ -19993,7 +22114,7 @@ sub get_wm_version {
sub set_info_data {
eval $start if $b_log;
- main::set_ps_gui() if ! $b_ps_gui;
+ main::set_ps_gui() if !$loaded{'ps-gui'};
my (@data,@info,$item);
my $pattern = 'alltray|awn|bar|bmpanel|bmpanel2|budgie-panel|cairo-dock|';
$pattern .= 'dde-dock|dmenu|dockbarx|docker|docky|dzen|dzen2|';
@@ -20005,7 +22126,7 @@ sub set_info_data {
$pattern .= 'razor-panel|razorqt-panel|stalonetray|swaybar|taskbar|tint2|trayer|';
$pattern .= 'ukui-panel|vala-panel|wbar|wharf|wingpanel|witray|';
$pattern .= 'xfce4-panel|xfce5-panel|xmobar|yabar';
- if (@data = grep {/^($pattern)$/} @ps_gui ) {
+ if (@data = grep {/^($pattern)$/} @ps_gui){
# only one entry per type, can be multiple
foreach $item (@data){
if (! grep {$item =~ /$_/} @info){
@@ -20044,20 +22165,1007 @@ sub set_xprop {
}
+## DeviceData / PCI / SOC
+# creates arrays: $devices{'audio'}; $devices{'graphics'}; $devices{'hwraid'};
+# $devices{'network'}; $devices{'timer'} and local @devices for logging/debugging
+# 0 type
+# 1 type_id
+# 2 bus_id
+# 3 sub_id
+# 4 device
+# 5 vendor_id
+# 6 chip_id
+# 7 rev
+# 8 port
+# 9 driver
+# 10 modules
+# 11 driver_nu [bsd, like: em0 - driver em; nu 0. Used to match IF in -n
+# 12 subsystem/vendor
+# 13 subsystem vendor_id:chip id
+# 14 soc handle
+# 15 serial number
+{
+package DeviceData;
+my (@bluetooth,@devices,@files,@full_names,@pcis,@temp,@temp2,@temp3);
+my ($b_bt_check);
+my ($busid,$busid_nu,$chip_id,$content,$device,$driver,$driver_nu,$file,
+$handle,$modules,$port,$rev,$serial,$temp,$type,$type_id,$vendor,$vendor_id);
+
+sub set {
+ eval $start if $b_log;
+ ${$_[0]} = 1; # set check by reference
+ if ($use{'pci'}){
+ if (!$bsd_type){
+ if ($alerts{'lspci'}->{'action'} eq 'use'){
+ lspci_data();
+ }
+ # ! -d '/proc/bus/pci'
+ # this is sketchy, a sbc won't have pci, but a non sbc arm may have it, so
+ # build up both and see what happens
+ if ($b_arm || $b_mips || $b_ppc || $b_sparc){
+ soc_data();
+ }
+ }
+ else {
+ # if (1 == 1){
+ if ($alerts{'pciconf'}->{'action'} eq 'use'){
+ pciconf_data();
+ }
+ elsif ($alerts{'pcidump'}->{'action'} eq 'use'){
+ pcidump_data();
+ }
+ elsif ($alerts{'pcictl'}->{'action'} eq 'use'){
+ pcictl_data();
+ }
+ }
+ if ($dbg[9]){
+ print Data::Dumper::Dumper $devices{'audio'};
+ print Data::Dumper::Dumper $devices{'bluetooth'};
+ print Data::Dumper::Dumper $devices{'graphics'};
+ print Data::Dumper::Dumper $devices{'network'};
+ print Data::Dumper::Dumper $devices{'hwraid'};
+ print Data::Dumper::Dumper $devices{'timer'};
+ print "vm: $device_vm\n";
+ }
+ if ($b_log){
+ main::log_data('dump','$devices{audio}',$devices{'audio'});
+ main::log_data('dump','$devices{bluetooth}',$devices{'bluetooth'});
+ main::log_data('dump','$devices{graphics}',$devices{'graphics'});
+ main::log_data('dump','$devices{hwraid}',$devices{'hwraid'});
+ main::log_data('dump','$devices{network}',$devices{'network'});
+ main::log_data('dump','$devices{timer}',$devices{'timer'});
+ }
+ }
+ @devices = undef;
+ eval $end if $b_log;
+}
+
+sub lspci_data {
+ eval $start if $b_log;
+ my ($subsystem,$subsystem_id);
+ my @data = pci_grabber('lspci');
+ # print Data::Dumper::Dumper \@data;
+ foreach (@data){
+ # print "$_\n";
+ if ($device){
+ if ($_ =~ /^~$/){
+ @temp = ($type,$type_id,$busid,$busid_nu,$device,$vendor_id,$chip_id,
+ $rev,$port,$driver,$modules,$driver_nu,$subsystem,$subsystem_id);
+ assign_data('pci',\@temp);
+ $device = '';
+ # print "$busid $device_id r:$rev p: $port\n$type\n$device\n";
+ }
+ elsif ($_ =~ /^Subsystem.*\[([a-f0-9]{4}:[a-f0-9]{4})\]/){
+ $subsystem_id = $1;
+ $subsystem = (split(/^Subsystem:\s*/, $_))[1];
+ $subsystem =~ s/(\s?\[[^\]]+\])+$//g;
+ $subsystem = main::cleaner($subsystem);
+ $subsystem = main::pci_cleaner($subsystem,'pci');
+ $subsystem = main::pci_cleaner_subsystem($subsystem);
+ # print "ss:$subsystem\n";
+ }
+ elsif ($_ =~ /^I\/O\sports/){
+ $port = (split(/\s+/, $_))[3];
+ # print "p:$port\n";
+ }
+ elsif ($_ =~ /^Kernel\sdriver\sin\suse/){
+ $driver = (split(/:\s*/, $_))[1];
+ }
+ elsif ($_ =~ /^Kernel\smodules/i){
+ $modules = (split(/:\s*/, $_))[1];
+ }
+ }
+ # note: arm servers can have more complicated patterns
+ # 0002:01:02.0 Ethernet controller [0200]: Cavium, Inc. THUNDERX Network Interface Controller virtual function [177d:a034] (rev 08)
+ elsif ($_ =~ /^(([0-9a-f]{2,4}:)?[0-9a-f]{2}:[0-9a-f]{2})[.:]([0-9a-f]+)\s(.*)\s\[([0-9a-f]{4}):([0-9a-f]{4})\](\s\(rev\s([^\)]+)\))?/){
+ $busid = $1;
+ $busid_nu = hex($3);
+ @temp = split(/:\s+/, $4);
+ $device = $temp[1];
+ $type = $temp[0];
+ $vendor_id = $5;
+ $chip_id = $6;
+ $rev = ($8)? $8 : '';
+ $device = main::cleaner($device);
+ $temp[0] =~ /\[([^\]]+)\]$/;
+ $type_id = $1;
+ $use{'hardware-raid'} = 1 if $type_id eq '0104';
+ $type = lc($type);
+ $type = main::pci_cleaner($type,'pci');
+ $type =~ s/\s+$//;
+ # print "$type\n";
+ ($driver,$driver_nu,$modules,$subsystem,$subsystem_id) = ('','','','','');
+ }
+ }
+ print Data::Dumper::Dumper \@devices if $dbg[4];
+ main::log_data('dump','lspci @devices',\@devices) if $b_log;
+ eval $end if $b_log;
+}
+
+# em0@pci0:6:0:0: class=0x020000 card=0x10d315d9 chip=0x10d38086 rev=0x00 hdr=0x00
+# vendor = 'Intel Corporation'
+# device = 'Intel 82574L Gigabit Ethernet Controller (82574L)'
+# class = network
+# subclass = ethernet
+sub pciconf_data {
+ eval $start if $b_log;
+ my @data = pci_grabber('pciconf');
+ foreach (@data){
+ if ($driver){
+ if ($_ =~ /^~$/){
+ $vendor = main::cleaner($vendor);
+ $device = main::cleaner($device);
+ # handle possible regex in device name, like [ConnectX-3]
+ # and which could make matches fail
+ my $device_temp = main::regex_cleaner($device);
+ if ($vendor && $device){
+ if (main::regex_cleaner($vendor) !~ /\Q$device_temp\E/i){
+ $device = "$vendor $device";
+ }
+ }
+ elsif (!$device){
+ $device = $vendor;
+ }
+ @temp = ($type,$type_id,$busid,$busid_nu,$device,$vendor_id,$chip_id,
+ $rev,$port,$driver,$modules,$driver_nu);
+ assign_data('pci',\@temp);
+ $driver = '';
+ # print "$busid $device_id r:$rev p: $port\n$type\n$device\n";
+ }
+ elsif ($_ =~ /^vendor/){
+ $vendor = (split(/\s+=\s+/, $_))[1];
+ # print "p:$port\n";
+ }
+ elsif ($_ =~ /^device/){
+ $device = (split(/\s+=\s+/, $_))[1];
+ }
+ elsif ($_ =~ /^class/i){
+ $type = (split(/\s+=\s+/, $_))[1];
+ }
+ }
+ # pre freebsd 13, note chip is product+vendor
+ # atapci0@pci0:0:1:1: class=0x01018a card=0x00000000 chip=0x71118086 rev=0x01 hdr=0x00
+ # freebsd 13
+ # isab0@pci0:0:1:0: class=0x060100 rev=0x00 hdr=0x00 vendor=0x8086 device=0x7000 subvendor=0x0000 subdevice=0x0000
+ if (/^([^@]+)\@pci([0-9]{1,3}:[0-9]{1,3}:[0-9]{1,3}):([0-9]{1,3}):/){
+ $driver = $1;
+ $busid = $2;
+ $busid_nu = $3;
+ $driver = $1;
+ $driver =~ s/([0-9]+)$//;
+ $driver_nu = $1;
+ # we don't use the sub sub class part of the class id, just first 4
+ if (/\bclass=0x([\S]{4})\S*\b/){
+ $type_id = $1;
+ }
+ if (/\brev=0x([\S]+)\b/){
+ $rev = $1;
+ }
+ if (/\bvendor=0x([\S]+)\b/){
+ $vendor_id = $1;
+ }
+ if (/\bdevice=0x([\S]+)\b/){
+ $chip_id = $1;
+ }
+ # yes, they did it backwards, product+vendor id
+ if (/\bchip=0x([a-f0-9]{4})([a-f0-9]{4})\b/){
+ $chip_id = $1;
+ $vendor_id = $2;
+ }
+ ($device,$type,$vendor) = ('','','');
+ }
+ }
+ print Data::Dumper::Dumper \@devices if $dbg[4];
+ main::log_data('dump','pciconf @devices',\@devices) if $b_log;
+ eval $end if $b_log;
+}
+
+sub pcidump_data {
+ eval $start if $b_log;
+ my @data = pci_grabber('pcidump');
+ main::set_dboot_data() if !$loaded{'dboot'};
+ foreach (@data){
+ if ($_ =~ /^~$/ && $busid && $device){
+ @temp = ($type,$type_id,$busid,$busid_nu,$device,$vendor_id,$chip_id,
+ $rev,$port,$driver,$modules,$driver_nu,'','','',$serial);
+ assign_data('pci',\@temp);
+ ($type,$type_id,$busid,$busid_nu,$device,$vendor_id,$chip_id,
+ $rev,$port,$driver,$modules,$driver_nu,$serial) = undef;
+ next;
+ }
+ if ($_ =~ /^([0-9a-f:]+):([0-9]+):\s([^:]+)$/i){
+ $busid = $1;
+ $busid_nu = $2;
+ ($driver,$driver_nu) = pcidump_driver("$busid:$busid_nu") if $dboot{'pci'};
+ $device = main::cleaner($3);
+ }
+ elsif ($_ =~ /^0x[\S]{4}:\s+Vendor ID:\s+([0-9a-f]{4}),?\s+Product ID:\s+([0-9a-f]{4})/){
+ $vendor_id = $1;
+ $chip_id = $2;
+ }
+ elsif ($_ =~ /^0x[\S]{4}:\s+Class:\s+([0-9a-f]{2})(\s[^,]+)?,?\s+Subclass:\s+([0-9a-f]{2})(\s+[^,]+)?,?(\s+Interface: ([0-9a-f]+),?\s+Revision: ([0-9a-f]+))?/){
+ $type = pci_class($1);
+ $type_id = "$1$3";
+ }
+ elsif (/^Serial Number:\s*(\S+)/){
+ $serial = $1;
+ }
+ }
+ print Data::Dumper::Dumper \@devices if $dbg[4];
+ main::log_data('dump','pcidump @devices',\@devices) if $b_log;
+ eval $end if $b_log;
+}
+sub pcidump_driver {
+ eval $start if $b_log;
+ my $bus_id = $_[0];
+ my ($driver,$nu);
+ for (@{$dboot{'pci'}}){
+ if (/^$bus_id:([^0-9]+)([0-9]+):/){
+ $driver = $1;
+ $nu = $2;
+ last;
+ }
+ }
+ eval $end if $b_log;
+ return ($driver,$nu);
+}
+sub pcictl_data {
+ eval $start if $b_log;
+ my @data = pci_grabber('pcictl');
+ my @data2 = pci_grabber('pcictl-n');
+ foreach (@data){
+ if ($_ =~ /^~$/ && $busid && $device){
+ @temp = ($type,$type_id,$busid,$busid_nu,$device,$vendor_id,$chip_id,
+ $rev,$port,$driver,$modules,$driver_nu);
+ assign_data('pci',\@temp);
+ ($type,$type_id,$busid,$busid_nu,$device,$vendor_id,$chip_id,
+ $rev,$port,$driver,$modules,$driver_nu) = undef;
+ next;
+ }
+ # it's too fragile to get these in one matching so match, trim, next match
+ if (/\s+\[([^\]0-9]+)([0-9]+)\]$/){
+ $driver = $1;
+ $driver_nu = $2;
+ $_ =~ s/\s+\[[^\]]+\]$//;
+ }
+ if (/\s+\(.*?(revision 0x([^\)]+))?\)/){
+ $rev = $2 if $2;
+ $_ =~ s/\s+\([^\)]+?\)$//;
+ }
+ if ($_ =~ /^([0-9a-f:]+):([0-9]+):\s+([^.]+?)$/i){
+ $busid = $1;
+ $busid_nu = $2;
+ $device = main::cleaner($3);
+ my $working = (grep {/^${busid}:${busid_nu}:\s/} @data2)[0];
+ if ($working &&
+ $working =~ /^${busid}:${busid_nu}:\s+0x([0-9a-f]{4})([0-9a-f]{4})\s+\(0x([0-9a-f]{2})([0-9a-f]{2})[0-9a-f]+\)/){
+ $vendor_id = $1;
+ $chip_id = $2;
+ $type = pci_class($3);
+ $type_id = "$3$4";
+ }
+ }
+ }
+ print Data::Dumper::Dumper \@devices if $dbg[4];
+ main::log_data('dump','pcidump @devices',\@devices) if $b_log;
+ eval $end if $b_log;
+}
+
+sub pci_grabber {
+ eval $start if $b_log;
+ my ($program) = @_;
+ my ($args,$path,$pattern,@data,@working);
+ if ($program eq 'lspci'){
+ # 2.2.8 lspci did not support -k, added in 2.2.9, but -v turned on -k
+ $args = ' -nnv';
+ $path = $alerts{'lspci'}->{'path'};
+ $pattern = '^[0-9a-f]+:';
+ }
+ elsif ($program eq 'pciconf'){
+ $args = ' -lv';
+ $path = $alerts{'pciconf'}->{'path'};
+ $pattern = '^([^@]+)\@pci';
+ }
+ elsif ($program eq 'pcidump'){
+ $args = ' -v';
+ $path = $alerts{'pcidump'}->{'path'};
+ $pattern = '^[0-9a-f]+:';
+ }
+ elsif ($program eq 'pcictl'){
+ $args = ' pci0 list -N';
+ $path = $alerts{'pcictl'}->{'path'};
+ $pattern = '^[0-9a-f:]+:';
+ }
+ elsif ($program eq 'pcictl-n'){
+ $args = ' pci0 list -n';
+ $path = $alerts{'pcictl'}->{'path'};
+ $pattern = '^[0-9a-f:]+:';
+ }
+ if ($fake{'pciconf'} || $fake{'pcictl'} || $fake{'pcidump'}){
+ # my $file = "$ENV{'HOME'}/bin/scripts/inxi/data/pciconf/pci-freebsd-8.2-2";
+ # my $file = "$ENV{'HOME'}/bin/scripts/inxi/data/pcidump/pci-openbsd-6.1-vm.txt";
+ # my $file = "$ENV{'HOME'}/bin/scripts/inxi/data/pcictl/pci-netbsd-9.1-vm.txt";
+ # my $file = "$ENV{'HOME'}/bin/scripts/inxi/data/lspci/racermach-1-knnv.txt";
+ # my $file = "$ENV{'HOME'}/bin/scripts/inxi/data/lspci/rk016013-knnv.txt";
+ # @data = main::reader($file,'strip');
+ }
+ else {
+ @data = main::grabber("$path $args 2>/dev/null",'','strip');
+ }
+ if (@data){
+ $use{'pci-tool'} = 1 if scalar @data > 10;
+ foreach (@data){
+ # this is the group separator and assign trigger
+ if ($_ =~ /$pattern/i){
+ push(@working, '~');
+ }
+ push(@working, $_);
+ }
+ push(@working, '~');
+ }
+ print Data::Dumper::Dumper \@working if $dbg[30];
+ eval $end if $b_log;
+ return @working;
+}
+
+sub soc_data {
+ eval $start if $b_log;
+ soc_devices_files();
+ soc_devices();
+ soc_devicetree();
+ print Data::Dumper::Dumper \@devices if $dbg[4];
+ main::log_data('dump','soc @devices',\@devices) if $b_log;
+ eval $end if $b_log;
+}
+# 1: /sys/devices/platform/soc/1c30000.ethernet/uevent:["DRIVER=dwmac-sun8i", "OF_NAME=ethernet",
+# "OF_FULLNAME=/soc/ethernet@1c30000", "OF_COMPATIBLE_0=allwinner,sun8i-h3-emac",
+# "OF_COMPATIBLE_N=1", "OF_ALIAS_0=ethernet0", # "MODALIAS=of:NethernetT<NULL>Callwinner,sun8i-h3-emac"]
+# 2: /sys/devices/platform/soc:audio/uevent:["DRIVER=bcm2835_audio", "OF_NAME=audio", "OF_FULLNAME=/soc/audio",
+# "OF_COMPATIBLE_0=brcm,bcm2835-audio", "OF_COMPATIBLE_N=1", "MODALIAS=of:NaudioT<NULL>Cbrcm,bcm2835-audio"]
+# 3: /sys/devices/platform/soc:fb/uevent:["DRIVER=bcm2708_fb", "OF_NAME=fb", "OF_FULLNAME=/soc/fb",
+# "OF_COMPATIBLE_0=brcm,bcm2708-fb", "OF_COMPATIBLE_N=1", "MODALIAS=of:NfbT<NULL>Cbrcm,bcm2708-fb"]
+# 4: /sys/devices/platform/soc/1c40000.gpu/uevent:["OF_NAME=gpu", "OF_FULLNAME=/soc/gpu@1c40000",
+# "OF_COMPATIBLE_0=allwinner,sun8i-h3-mali", "OF_COMPATIBLE_1=allwinner,sun7i-a20-mali",
+# "OF_COMPATIBLE_2=arm,mali-400", "OF_COMPATIBLE_N=3",
+# "MODALIAS=of:NgpuT<NULL>Callwinner,sun8i-h3-maliCallwinner,sun7i-a20-maliCarm,mali-400"]
+# 5: /sys/devices/platform/soc/soc:internal-regs/d0018180.gpio/uevent
+# 6: /sys/devices/soc.0/1180000001800.mdio/8001180000001800:05/uevent
+# ["DRIVER=AR8035", "OF_NAME=ethernet-phy"
+# 7: /sys/devices/soc.0/1c30000.eth/uevent
+# 8: /sys/devices/wlan.26/uevent [from pine64]
+# 9: /sys/devices/platform/audio/uevent:["DRIVER=bcm2835_AUD0", "OF_NAME=audio"
+# 10: /sys/devices/vio/71000002/uevent:["DRIVER=ibmveth", "OF_NAME=l-lan"
+# 11: /sys/devices/platform/soc:/soc:i2c-hdmi:/i2c-2/2-0050/uevent:['OF_NAME=hdmiddc'
+# 12: /sys/devices/platform/soc:/soc:i2c-hdmi:/uevent:['DRIVER=i2c-gpio', 'OF_NAME=i2c-hdmi'
+# 13: /sys/devices/platform/scb/fd580000.ethernet/uevent
+# 14: /sys/devices/platform/soc/fe300000.mmcnr/mmc_host/mmc1/mmc1:0001/mmc1:0001:1/uevent (wifi, pi 3,4)
+# 15: Pi BT: /sys/devices/platform/soc/fe201000.serial/uevent
+# 16: Pi BT: /sys/devices/platform/soc/fe201000.serial/tty/ttyAMA0/hci0
+sub soc_devices_files {
+ eval $start if $b_log;
+ if (-d '/sys/devices/platform/'){
+ @files = main::globber('/sys/devices/platform/soc*/*/uevent');
+ @temp2 = main::globber('/sys/devices/platform/soc*/*/*/uevent');
+ push(@files,@temp2) if @temp2;
+ if (-e '/sys/devices/platform/scb'){
+ @temp2 = main::globber('/sys/devices/platform/scb/*/uevent');
+ push(@files,@temp2) if @temp2;
+ @temp2 = main::globber('/sys/devices/platform/scb/*/*/uevent');
+ push(@files,@temp2) if @temp2;
+ }
+ @temp2 = main::globber('/sys/devices/platform/*/uevent');
+ push(@files,@temp2) if @temp2;
+ }
+ if (main::globber('/sys/devices/soc*')){
+ @temp2 = main::globber('/sys/devices/soc*/*/uevent');
+ push(@files,@temp2) if @temp2;
+ @temp2 = main::globber('/sys/devices/soc*/*/*/uevent');
+ push(@files,@temp2) if @temp2;
+ }
+ @temp2 = main::globber('/sys/devices/*/uevent'); # see case 8
+ push(@files,@temp2) if @temp2;
+ @temp2 = main::globber('/sys/devices/*/*/uevent'); # see case 10
+ push(@files,@temp2) if @temp2;
+ @temp2 = undef;
+ # not sure why, but even as root/sudo, /subsystem|driver/uevent are unreadable with -r test true
+ @files = grep {!/\/(subsystem|driver)\//} @files if @files;
+ main::uniq(\@files);
+ eval $end if $b_log;
+}
+
+sub soc_devices {
+ eval $start if $b_log;
+ my (@working);
+ set_bluetooth() if !$b_bt_check;
+ foreach $file (@files){
+ next if -z $file;
+ $chip_id = $file;
+ # variants: /soc/20100000.ethernet/ /soc/soc:audio/ /soc:/ /soc@0/ /soc:/12cb0000.i2c:/
+ # mips: /sys/devices/soc.0/1180000001800.mdio/8001180000001800:07/
+ # ppc: /sys/devices/vio/71000002/
+ $chip_id =~ /\/sys\/devices\/(platform\/)?(soc[^\/]*\/)?([^\/]+\/)?([^\/]+\/)?([^\/\.:]+)([\.:])?([^\/:]+)?:?\/uevent$/;
+ $chip_id = $5;
+ $temp = $7;
+ @working = main::reader($file, 'strip') if -r $file;
+ ($device,$driver,$handle,$type,$vendor_id) = (undef,undef,undef,undef,undef);
+ foreach my $data (@working){
+ @temp2 = split('=', $data);
+ if ($temp2[0] eq 'DRIVER'){
+ $driver = $temp2[1];
+ $driver =~ s/-/_/g if $driver; # kernel uses _, not - in module names
+ }
+ elsif ($temp2[0] eq 'OF_NAME'){
+ $type = $temp2[1];
+ }
+ # we'll use these paths to test in device tree pci completer
+ elsif ($temp2[0] eq 'OF_FULLNAME' && $temp2[1]){
+ # we don't want the short names like /soc, /led and so on
+ push(@full_names, $temp2[1]) if (() = $temp2[1] =~ /\//g) > 1;
+ $handle = (split('@', $temp2[1]))[-1] if $temp2[1] =~ /@/;
+ }
+ elsif ($temp2[0] eq 'OF_COMPATIBLE_0'){
+ @temp3 = split(',', $temp2[1]);
+ $device = $temp3[-1];
+ $vendor_id = $temp3[0];
+ }
+ }
+ # it's worthless, we can't use it
+ next if ! defined $type;
+ $type_id = $type;
+ if (@bluetooth && $type eq 'serial'){
+ my $file_temp = $file;
+ $file_temp =~ s/uevent$//;
+ $type = 'bluetooth' if grep {/$file_temp/} @bluetooth;
+ }
+ $chip_id = '' if ! defined $chip_id;
+ $vendor_id = '' if ! defined $vendor_id;
+ $driver = '' if ! defined $driver;
+ $handle = '' if ! defined $handle;
+ $busid = (defined $temp && main::is_int($temp)) ? $temp: 0;
+ $type = soc_type($type,$vendor_id,$driver);
+ ($busid_nu,$modules,$port,$rev) = (0,'','','');
+ @temp3 = ($type,$type_id,$busid,$busid_nu,$device,$vendor_id,$chip_id,$rev,
+ $port,$driver,$modules,'','','',$handle);
+ assign_data('soc',\@temp3);
+ main::log_data('dump','soc devices: @devices @temp3',\@temp3) if $b_log;
+ }
+ eval $end if $b_log;
+}
+sub soc_devicetree {
+ eval $start if $b_log;
+ # now we want to fill in stuff that was not in /sys/devices/
+ if (-d '/sys/firmware/devicetree/base/soc'){
+ @files = main::globber('/sys/firmware/devicetree/base/soc/*/compatible');
+ my $test = (@full_names) ? join('|', sort @full_names) : 'xxxxxx';
+ set_bluetooth() if !$b_bt_check;
+ foreach $file (@files){
+ if ($file !~ m%$test%){
+ ($handle,$content,$device,$type,$type_id,$vendor_id) = ('','','','','','');
+ $content = main::reader($file, 'strip',0) if -r $file;
+ $file =~ m%soc/([^@]+)@([^/]+)/compatible$%;
+ $type = $1;
+ next if !$type || !$content;
+ $handle = $2 if $2;
+ $type_id = $type;
+ if (@bluetooth && $type eq 'serial'){
+ my $file_temp = $file;
+ $file_temp =~ s/uevent$//;
+ $type = 'bluetooth' if grep {/$file_temp/} @bluetooth;
+ }
+ if ($content){
+ @temp3 = split(',', $content);
+ $vendor_id = $temp3[0];
+ $device = $temp3[-1];
+ # strip off those weird device tree special characters
+ $device =~ s/\x01|\x02|\x03|\x00//g;
+ }
+ $type = soc_type($type,$vendor_id,'');
+ @temp3 = ($type,$type_id,0,0,$device,$vendor_id,'soc','','','','','','','',$handle);
+ assign_data('soc',\@temp3);
+ main::log_data('dump','devicetree: @devices @temp3',\@temp3) if $b_log;
+ }
+ }
+ }
+ eval $end if $b_log;
+}
+sub set_bluetooth {
+ # special case of pi bt on ttyAMA0
+ $b_bt_check = 1;
+ @bluetooth = main::globber('/sys/class/bluetooth/*') if -e '/sys/class/bluetooth';
+ @bluetooth = map {$_ = Cwd::abs_path($_);$_} @bluetooth if @bluetooth;
+ @bluetooth = grep {!/usb/} @bluetooth if @bluetooth; # we only want non usb bt
+ main::log_data('dump','soc bt: @bluetooth', \@bluetooth) if $b_log;
+}
+sub assign_data {
+ my ($tool,$data) = @_;
+ if (check_graphics($data->[0],$data->[1])){
+ push(@{$devices{'graphics'}},[@$data]);
+ $use{'soc-gfx'} = 1 if $tool eq 'soc';
+ }
+ # for hdmi, we need gfx/audio both
+ if (check_audio($data->[0],$data->[1])){
+ push(@{$devices{'audio'}},[@$data]);
+ $use{'soc-audio'} = 1 if $tool eq 'soc';
+ }
+ if (check_bluetooth($data->[0],$data->[1])){
+ push(@{$devices{'bluetooth'}},[@$data]);
+ $use{'soc-bluetooth'} = 1 if $tool eq 'soc';
+ }
+ elsif (check_hwraid($data->[0],$data->[1])){
+ push(@{$devices{'hwraid'}},[@$data]);
+ $use{'soc-hwraid'} = 1 if $tool eq 'soc';
+ }
+ elsif (check_network($data->[0],$data->[1])){
+ push(@{$devices{'network'}},[@$data]);
+ $use{'soc-network'} = 1 if $tool eq 'soc';
+ }
+ elsif (check_timer($data->[0],$data->[1])){
+ push(@{$devices{'timer'}},[@$data]);
+ $use{'soc-timer'} = 1 if $tool eq 'soc';
+ }
+ # not used at this point, -M comes before ANG
+ # $device_vm = check_vm($data[4]) if ((!$b_ppc && !$b_mips) && !$device_vm);
+ push(@devices,[@$data]);
+}
+# note: for soc, these have been converted in soc_type()
+sub check_audio {
+ if (($_[1] && length($_[1]) == 4 && $_[1] =~ /^04/) ||
+ ($_[0] && $_[0] =~ /^(audio|hdmi|multimedia|sound)$/i)){
+ return 1;
+ }
+ else {return 0}
+}
+sub check_bluetooth {
+ if (($_[1] && length($_[1]) == 4 && $_[1] eq '0d11') ||
+ ($_[0] && $_[0] =~ /^(bluetooth)$/i)){
+ return 1;
+ }
+ else {return 0}
+}
+sub check_graphics {
+ # note: multimedia class 04 is viddeo if 0400. 'tv' is risky I think
+ if (($_[1] && length($_[1]) == 4 && ($_[1] =~ /^03/ || $_[1] eq '0400' ||
+ $_[1] eq '0d80')) ||
+ ($_[0] && $_[0] =~ /^(vga|display|hdmi|3d|video|tv|television)$/i)){
+ return 1;
+ }
+ else {return 0}
+}
+sub check_hwraid {
+ return 1 if ($_[1] && $_[1] eq '0104');
+}
+# NOTE: class 06 subclass 80
+# https://www-s.acm.illinois.edu/sigops/2007/roll_your_own/7.c.1.html
+# 0d20: 802.11a 0d21: 802.11b 0d80: other wireless
+sub check_network {
+ if (($_[1] && length($_[1]) == 4 && ($_[1] =~/^02/ || $_[1] =~ /^0d2/ || $_[1] eq '0680')) ||
+ ($_[0] && $_[0] =~ /^(ethernet|network|wifi|wlan)$/i)){
+ return 1;
+ }
+ else {return 0}
+}
+sub check_timer {
+ return 1 if ($_[0] && $_[0] eq 'timer');
+}
+sub check_vm {
+ if ($_[0] && $_[0] =~ /(innotek|vbox|virtualbox|vmware|qemu)/i){
+ return $1
+ }
+ else {return ''}
+}
+
+sub soc_type {
+ my ($type,$info,$driver) = @_;
+ # I2S or i2s. I2C is i2 controller |[iI]2[Ss]. note: odroid hdmi item is sound only
+ # snd_soc_dummy. simple-audio-amplifier driver: speaker_amp
+ if (($driver && $driver =~ /codec/) || ($info && $info =~ /codec/) ||
+ ($type && $type =~ /codec/)){
+ $type = 'codec';
+ }
+ elsif (($driver && $driver =~ /dummy/i) || ($info && $info =~ /dummy/i)){
+ $type = 'dummy';
+ }
+ elsif ($type =~ /^(daudio|.*hifi.*|.*sound[_-]card|.*dac[0-9]?)$/i ||
+ ($info && $info !~ /amp/i && $info =~ /(sound|audio)/i) ||
+ ($driver && $driver =~ /(audio|snd|sound)/i)){
+ $type = 'audio';
+ }
+ # no need for bluetooth since that's only found in pi, handled above
+ elsif ($type =~ /^((meson-?)?fb|disp|display(-[^\s]+)?|gpu|.*mali|vpu)$/i){
+ $type = 'display';
+ }
+ # includes ethernet-phy, meson-eth
+ elsif ($type =~ /^(([^\s]+-)?eth|ethernet(-[^\s]+)?|lan|l-lan)$/i){
+ $type = 'ethernet';
+ }
+ elsif ($type =~ /^(.*wlan.*|.*wifi.*|.*mmcnr.*)$/i){
+ $type = 'wifi';
+ }
+ # needs to catch variants like hdmi-tx but not hdmi-connector
+ elsif ($type =~ /^(.*hdmi(-?tx)?)$/i){
+ $type = 'hdmi';
+ }
+ elsif ($type =~ /^timer$/i){
+ $type = 'timer';
+ }
+ return $type;
+}
+sub pci_class {
+ eval $start if $b_log;
+ my ($id) = @_;
+ $id = lc($id);
+ my %classes = (
+ '00' => 'unclassified',
+ '01' => 'mass-storage',
+ '02' => 'network',
+ '03' => 'display',
+ '04' => 'audio',
+ '05' => 'memory',
+ '06' => 'bridge',
+ '07' => 'communication',
+ '08' => 'peripheral',
+ '09' => 'input',
+ '0a' => 'docking',
+ '0b' => 'processor',
+ '0c' => 'serialbus',
+ '0d' => 'wireless',
+ '0e' => 'intelligent',
+ '0f' => 'satellite',
+ '10' => 'encryption',
+ '11' => 'signal-processing',
+ '12' => 'processing-accelerators',
+ '13' => 'non-essential-instrumentation',
+ '40' => 'coprocessor',
+ 'ff' => 'unassigned',
+ );
+ my $type = (defined $classes{$id}) ? $classes{$id}: 'unhandled';
+ eval $end if $b_log;
+ return $type;
+}
+}
+
+## DiskDataBSD
+# handles disks and partition extra data for disks bsd, raid-zfs,
+# partitions, swap, unmounted
+# glabel: partID, logical/physical-block-size, uuid, label, size
+# disklabel: partID, block-size, fs, size
+{
+package DiskDataBSD;
+# sets initial pure dboot data, and fills it in with
+# disklabel/gpart partition and advanced data
+sub set {
+ eval $start if $b_log;
+ $loaded{'disk-data-bsd'} = 1;
+ set_dboot_disks();
+ if ($use{'bsd-partition'}){
+ if ($alerts{'gpart'}->{'action'} eq 'use'){
+ set_gpart_data();
+ }
+ elsif ($alerts{'disklabel'}->{'action'} eq 'use'){
+ set_disklabel_data();
+ }
+ }
+ eval $end if $b_log;
+}
+sub get {
+ eval $start if $b_log;
+ my $id = $_[0];
+ return if !$id || !%disks_bsd;
+ $id =~ s|^/dev/||;
+ my (%data);
+ # this handles mainly zfs, which can be either disk or part
+ if ($disks_bsd{$id}){
+ %data = %{$disks_bsd{$id}};
+ delete $data{'partitions'} if $data{'partitions'};
+ }
+ else {
+ OUTER: foreach my $key (keys %disks_bsd){
+ if ($disks_bsd{$key}->{'partitions'}){
+ foreach my $part (keys %{$disks_bsd{$key}->{'partitions'}}){
+ if ($part eq $id){
+ %data = %{$disks_bsd{$key}->{'partitions'}{$part}};
+ last OUTER;
+ }
+ }
+ }
+ }
+ }
+ eval $end if $b_log;
+ return %data;
+}
+sub set_dboot_disks {
+ eval $start if $b_log;
+ my ($working,@temp);
+ foreach my $id (sort keys %{$dboot{'disk'}}){
+ next if !@{$dboot{'disk'}->{$id}};
+ foreach (@{$dboot{'disk'}->{$id}}){
+ my @row = split(/:\s*/, $_);
+ next if !$row[0];
+ # no dots, note: ada2: 2861588MB BUT: ada2: 600.000MB/s
+ # print "$_ i: $i\n";
+ # openbsd/netbsd matches will often work
+ if ($row[0] =~ /(^|,\s*)([0-9\.]+\s*[MGTPE])i?B?[,.\s]+([0-9]+)\ssectors$|^</){
+ $working = main::translate_size($2);
+ # seen: for some reason, size/sectors did not result in clean integer value
+ $disks_bsd{$id}->{'block-physical'} = POSIX::ceil(($working/$3)*1024) if $3;
+ $disks_bsd{$id}->{'size'} = $working;
+ }
+ # don't set both, if smartctl installed, we want to use its data so having
+ # only one of logical/physical will trip use of smartctl values
+ if ($row[0] =~ /[\s,]+([0-9]+)\sbytes?[\s\/]sect/){
+ #$disks_bsd{$id}->{'block-logical'} = $1;
+ $disks_bsd{$id}->{'block-physical'} = $1;
+ }
+ if ($row[1]){
+ if ($row[1] =~ /<([^>]+)>/){
+ $disks_bsd{$id}->{'model'} = $1 if $1;
+ $disks_bsd{$id}->{'type'} = 'removable' if $_ =~ /removable/;
+ # <Generic-, Compact Flash, 1.00>
+ my $count = ($disks_bsd{$id}->{'model'} =~ tr/,//);
+ if ($count && $count > 1){
+ @temp = split(/,\s*/, $disks_bsd{$id}->{'model'});
+ $disks_bsd{$id}->{'model'} = $temp[1];
+ }
+ }
+ if ($row[1] =~ /\bserial\.(\S*)/){
+ $disks_bsd{$id}->{'serial'} = $1;
+ }
+ }
+ if (!$disks_bsd{$id}->{'serial'} && $row[0] =~ /^Serial\sNumber\s(.*)/){
+ $disks_bsd{$id}->{'serial'} = $1;
+ }
+ # mmcsd0:32GB <SDHC SL32G 8.0 SN 27414E9E MFG 07/2014 by 3 SD> at mmc0 50.0MHz/4bit/65535-block
+ if (!$disks_bsd{$id}->{'serial'} && $row[0] =~ /(\s(SN|s\/n)\s(\S+))[>\s]/){
+ $disks_bsd{$id}->{'serial'} = $3;
+ # strip out the SN/MFG so it won't show in model
+ $row[0] =~ s/$1//;
+ $row[0] =~ s/\sMFG\s[^>]+//;
+ }
+ # these were mainly FreeBSD/Dragonfly matches
+ if (!$disks_bsd{$id}->{'size'} && $row[0] =~ /^([0-9]+\s*[KMGTPE])i?B?[\s,]/){
+ $working = main::translate_size($1);
+ $disks_bsd{$id}->{'size'} = $working;
+ }
+ if ($row[0] =~ /(device$|^([0-9\.]+\s*[KMGT]B\s+)?<)/){
+ $row[0] =~ s/\bdevice$//g;
+ $row[0] =~ /<([^>]*)>(\s(.*))?/;
+ $disks_bsd{$id}->{'model'} = $1 if $1;
+ $disks_bsd{$id}->{'spec'} = $3 if $3;
+ }
+ if ($row[0] =~ /^([0-9\.]+[MG][B]?\/s)/){
+ $disks_bsd{$id}->{'speed'} = $1;
+ $disks_bsd{$id}->{'speed'} =~ s/\.[0-9]+// if $disks_bsd{$id}->{'speed'};
+ }
+ $disks_bsd{$id}->{'model'} = main::disk_cleaner($disks_bsd{$id}->{'model'});
+ if (!$disks_bsd{$id}->{'serial'} && $show{'disk'} && $extra > 1 &&
+ $alerts{'bioctl'}->{'action'} eq 'use'){
+ $disks_bsd{$id}->{'serial'} = bioctl_data($id);
+ }
+ }
+ }
+ print Data::Dumper::Dumper \%disks_bsd if $dbg[34];
+ main::log_data('dump','%disks_bsd',\%disks_bsd) if $b_log;
+ eval $end if $b_log;
+}
+sub bioctl_data {
+ eval $start if $b_log;
+ my $id = $_[0];
+ my $serial;
+ my $working = (main::grabber($alerts{'bioctl'}->{'path'} . " $id 2>&1",'','strip'))[0];
+ if ($working){
+ if ($working =~ /permission/i){
+ $alerts{'bioctl'}->{'action'} = 'permissions';
+ }
+ elsif ($working =~ /serial[\s-]?(number|n[ou]\.?)?\s+(\S+)$/i){
+ $serial = $2;
+ }
+ }
+ eval $end if $b_log;
+ return $serial;
+}
+sub set_disklabel_data {
+ eval $start if $b_log;
+ my ($cmd,@data,@working);
+ # see docs/inxi-data.txt for fs info
+ my %fs = (
+ '4.2bsd' => 'ffs',
+ '4.4lfs' => 'lfs',
+ );
+ foreach my $id (keys %disks_bsd){
+ $cmd = "$alerts{'disklabel'}->{'path'} $id 2>&1";
+ @data = main::grabber($cmd,'','strip');
+ main::log_data('dump','disklabel @data', \@data) if $b_log;
+ if (scalar @data < 4 && (grep {/permission/i} @data)){
+ $alerts{'disklabel'}->{'action'} = 'permissions';
+ $alerts{'disklabel'}->{'message'} = main::row_defaults('root-feature');
+ last;
+ }
+ else {
+ my ($b_part,$duid,$part_id,$bytes_sector) = undef;
+ if ($extra > 2 && $show{'disk'} && $alerts{'fdisk'}->{'action'} eq 'use'){
+ $disks_bsd{$id}->{'partition-table'} = fdisk_data($id);
+ }
+ foreach my $row (@data){
+ if ($row =~ /^\d+\spartitions:/){
+ $b_part = 1;
+ next;
+ }
+ if (!$b_part){
+ @working = split(/:\s*/, $row);
+ if ($working[0] eq 'bytes/sector'){
+ $disks_bsd{$id}->{'block-physical'} = $working[1];
+ $bytes_sector = $working[1];
+ }
+ elsif ($working[0] eq 'duid'){
+ $working[1] =~ s/^0+$//; # dump duid if all 0s
+ $disks_bsd{$id}->{'duid'} = $working[1];
+ }
+ elsif ($working[0] eq 'label'){
+ $disks_bsd{$id}->{'dlabel'} = $working[1];
+ }
+ }
+ # part: size [bytes*sector] offset fstype [fsize bsize cpg]# mount
+ # d: 8388608 18838976 4.2BSD 2048 16384 12960 # /tmp
+ else {
+ @working = split(/:?\s+#?\s*/, $row);
+ # netbsd: disklabel: super block size 0 AFTER partitions started!
+ # note: 'unused' fs type is NOT unused space, it's often the entire disk!!
+ if (($working[0] && $working[0] eq 'disklabel') ||
+ ($working[3] && $working[3] =~ /ISO9660|unused/i) ||
+ (!$working[1] || !main::is_numeric($working[1]))){
+ next;
+ }
+ $part_id = $id . $working[0];
+ $working[1] = $working[1]*$bytes_sector/1024 if $working[1];
+ $disks_bsd{$id}->{'partitions'}{$part_id}{'size'} = $working[1];
+ if ($working[3]){ # fs
+ $working[3] = lc($working[3]);
+ $working[3] = $fs{$working[3]} if $fs{$working[3]}; #translate
+ }
+ $disks_bsd{$id}->{'partitions'}{$part_id}{'fs'} = $working[3];
+ # OpenBSD: mount point; NetBSD: (Cyl. 0 - 45852*)
+ if ($working[7] && $working[7] =~ m|^/|){
+ $disks_bsd{$id}->{'partitions'}{$part_id}{'mount'} = $working[7];
+ }
+ $disks_bsd{$id}->{'partitions'}{$part_id}{'uuid'} = '';
+ $disks_bsd{$id}->{'partitions'}{$part_id}{'label'} = '';
+ }
+ }
+ }
+ }
+ print Data::Dumper::Dumper \%disks_bsd if $dbg[34];
+ main::log_data('dump', '%disks_bsd', \%disks_bsd) if $b_log;
+ eval $end if $b_log;
+}
+sub fdisk_data {
+ eval $start if $b_log;
+ my $id = $_[0];
+ my ($scheme);
+ my @data = main::grabber($alerts{'fdisk'}->{'path'} . " -v $id 2>&1",'','strip');
+ foreach (@data){
+ if (/permission/i){
+ $alerts{'fdisk'}->{'action'} = 'permissions';
+ last;
+ }
+ elsif (/^(GUID|MBR):/){
+ $scheme = ($1 eq 'GUID') ? 'GPT' : $1;
+ last;
+ }
+ }
+ eval $start if $b_log;
+ return $scheme;
+}
+# 2021-03: openbsd: n/a; dragonfly: no 'list'; freebsd: yes
+sub set_gpart_data {
+ eval $start if $b_log;
+ my @data = main::grabber($alerts{'gpart'}->{'path'} . " list 2>/dev/null",'','strip');
+ main::log_data('dump', 'gpart: @data', \@data) if $b_log;
+ my ($b_cd,$id,$part_id,$type);
+ for (@data){
+ my @working = split(/\s*:\s*/, $_);
+ if ($working[0] eq 'Geom name'){
+ $id = $working[1];
+ # [1. Name|Geom name]: iso9660/FVBE
+ $b_cd = ($id =~ /iso9660/i) ? 1: 0;
+ next;
+ }
+ elsif ($working[0] eq 'scheme'){
+ $disks_bsd{$id}->{'scheme'} = $working[1];
+ next;
+ }
+ elsif ($working[0] eq 'Consumers'){
+ $type = 'disk';
+ next;
+ }
+ elsif ($working[0] eq 'Providers'){
+ $type = 'part';
+ next;
+ }
+ if (!$b_cd && $type && $type eq 'part'){
+ if ($working[0] =~ /^[0-9]+\.\s*Name/){
+ $part_id = $working[1];
+ }
+ # eg: label:(null) - we want to show null
+ elsif ($working[0] eq 'label'){
+ $working[1] =~ s/\(|\)//g;
+ $disks_bsd{$id}->{'partitions'}{$part_id}{'label'} = $working[1];
+ }
+ elsif ($working[0] eq 'Mediasize'){
+ $working[1] =~ s/\s+\(.*$//; # trim off the (2.4G)
+ # gpart shows in bytes, not KiB. For the time being...
+ $disks_bsd{$id}->{'partitions'}{$part_id}{'size'} = $working[1]/1024 if $working[1];
+ }
+ elsif ($working[0] eq 'rawuuid'){
+ $working[1] =~ s/\(|\)//g;
+ $disks_bsd{$id}->{'partitions'}{$part_id}{'uuid'} = $working[1];
+ }
+ elsif ($working[0] eq 'Sectorsize'){
+ $disks_bsd{$id}->{'partitions'}{$part_id}{'physical-block-size'} = $working[1];
+ }
+ elsif ($working[0] eq 'Stripesize'){
+ $disks_bsd{$id}->{'partitions'}{$part_id}{'logical-block-size'} = $working[1];
+ }
+ elsif ($working[0] eq 'type'){
+ $working[1] =~ s/\(|\)//g;
+ $disks_bsd{$id}->{'partitions'}{$part_id}{'fs'} = $working[1];
+ }
+ }
+ # really strange results happen if no dboot disks were found and it's zfs!
+ elsif (!$b_cd && $type && $type eq 'disk' && $disks_bsd{$id}->{'size'}){
+ # need to see raid, may be > 1 Consumers
+ if ($working[0] =~ /^[0-9]+\.\s*Name/){
+ $id = $working[1];
+ }
+ elsif ($working[0] eq 'Mediasize'){
+ $working[1] =~ s/\s+\(.*$//; # trim off the (2.4G)
+ # gpart shows in bytes, not KiB. For the time being...
+ $disks_bsd{$id}->{'size'} = $working[1]/1024 if $working[1];
+ }
+ elsif ($working[0] eq 'Sectorsize'){
+ $disks_bsd{$id}->{'block-physical'} = $working[1];
+ }
+ }
+ }
+ print Data::Dumper::Dumper \%disks_bsd if $dbg[34];
+ main::log_data('dump', '%disks_bsd', \%disks_bsd) if $b_log;
+ eval $end if $b_log;
+}
+}
+
sub get_display_manager {
eval $start if $b_log;
my (@data,@found,$path,$working,$b_run,$b_vrun,$b_vrunrc);
# ldm - LTSP display manager. Note that sddm does not appear to have a .pid
# extension in Arch note: to avoid positives with directories, test for -f
- # explicitly, not -e. Guessing on cdm.pid
- my @dms = qw(cdm.pid entranced.pid gdm.pid gdm3.pid kdm.pid ldm.pid
+ # explicitly, not -e. Guessing on cdm.pid. pcdm uses vt, PCDM-vt9.pid
+ my @dms = qw(cdm.pid entranced.pid gdm.pid gdm3.pid kdm.pid kdm3.pid ldm.pid
lightdm.pid lxdm.pid mdm.pid nodm.pid pcdm.pid sddm.pid slim.lock
- tdm.pid udm.pid wdm.pid xdm.pid xenodm.pid);
+ slim.pid tdm.pid udm.pid wdm.pid xdm.pid xenodm.pid);
# these are the only one I know of so far that have version info
my @dms_version = qw(gdm gdm3 lightdm slim);
$b_run = 1 if -d "/run";
# in most linux, /var/run is a sym link to /run, so no need to check it twice
- if ( -d "/var/run" ){
+ if (-d "/var/run"){
my $rdlink = readlink('/var/run');
$b_vrun = 1 if !$rdlink || ($rdlink && $rdlink ne '/run');
$b_vrunrc = 1 if -d "/var/run/rc.d";
@@ -20071,11 +23179,11 @@ sub get_display_manager {
$working = $id;
$working =~ s/\.\S+$//;
# note: there were issues with duplicated dm's in inxi, checking @found corrects it
- if ( ( ( $b_run && ( -f "/run/$id" || -d "/run/$working" ) ) ||
- ( $b_vrun && ( -f "/var/run/$id" || -d "/var/run/$working" ) ) ||
- ( $b_vrunrc && ( -f "/var/run/rc.d/$working" || -d "/var/run/rc.d/$id" ) ) ) &&
- ! grep {/$working/} @found ){
- if ($extra > 2 && awk( \@dms_version, $working) && ($path = check_program($working)) ){}
+ if ((($b_run && (-f "/run/$id" || -d "/run/$working")) ||
+ ($b_vrun && (-f "/var/run/$id" || -d "/var/run/$working")) ||
+ ($b_vrunrc && (-f "/var/run/rc.d/$working" || -d "/var/run/rc.d/$id"))) &&
+ !grep {/$working/} @found){
+ if ($extra > 2 && awk(\@dms_version, $working) && ($path = check_program($working))){}
else {$path = $working;}
# print "$path $extra\n";
@data = program_data($working,$path,3);
@@ -20086,15 +23194,15 @@ sub get_display_manager {
}
if (!@found){
# ly does not have a run/pid file
- if (grep {$_ eq 'ly'} @ps_gui) {
+ if (grep {$_ eq 'ly'} @ps_gui){
@data = program_data('ly','ly',3);
$found[0] = $data[0];
$found[0] .= ' ' . $data[1] if $data[1];
}
- elsif (grep {/startx$/} @ps_gui) {
+ elsif (grep {/startx$/} @ps_gui){
$found[0] = 'startx';
}
- elsif (grep {$_ eq 'xinit'} @ps_gui) {
+ elsif (grep {$_ eq 'xinit'} @ps_gui){
$found[0] = 'xinit';
}
}
@@ -20105,10 +23213,12 @@ sub get_display_manager {
return join(', ', @found) if @found;
}
-## Get DistroData
+## DistroData
{
package DistroData;
-my (@distro_data,@osr);
+my (@distro_files,@osr,@working);
+my ($distro,$distro_file,$distro_id,$system_base) = ('','','','');
+my ($etc_issue,$lc_issue,$os_release) = ('','','/etc/os-release');
sub get {
eval $start if $b_log;
if ($bsd_type){
@@ -20118,33 +23228,59 @@ sub get {
get_linux_distro();
}
eval $end if $b_log;
- return @distro_data;
+ return ($distro,$system_base);
}
sub get_bsd_os {
eval $start if $b_log;
- my ($distro) = ('');
if ($bsd_type eq 'darwin'){
- my $file = '/System/Library/CoreServices/SystemVersion.plist';
- if (-f $file){
- my @data = main::reader($file);
- @data = grep {/(ProductName|ProductVersion)/} @data if @data;
- @data = grep {/<string>/} @data if @data;
- @data = map {s/<[\/]?string>//g; } @data if @data;
- $distro = join(' ', @data);
+ $distro_file = '/System/Library/CoreServices/SystemVersion.plist';
+ if (-f $distro_file){
+ @working = main::reader($distro_file);
+ @working = grep {/(ProductName|ProductVersion)/} @working if @working;
+ @working = grep {/<string>/} @working if @working;
+ @working = map {s/<[\/]?string>//g; } @working if @working;
+ $distro = join(' ', @working);
+ }
+ }
+ if (!$distro){
+ my $bsd_type_osr = 'dragonfly';
+ @osr = main::reader($os_release) if -r $os_release;
+ if (@osr && $bsd_type =~ /($bsd_type_osr)/ && (grep {/($bsd_type_osr)/i} @osr)){
+ $distro = get_os_release();
+ $distro_id = lc($1);
+ }
+ }
+ if (!$distro){
+ my $bsd_type_version = 'truenas';
+ my ($version_file,$version_info) = ('/etc/version','');
+ $version_info = main::reader($version_file,'strip') if -r $version_file;
+ if ($version_info && $version_info =~ /($bsd_type_version)/i){
+ $distro = $version_info;
+ $distro_id = lc($1);
+ }
+ }
+ if (!$distro){
+ # seen a case without osx file, or was it permissions?
+ # this covers all the other bsds anyway, no problem.
+ $distro = "$uname[0] $uname[2]";
+ $distro_id = lc($uname[0]);
+ }
+ if ($distro &&
+ (-e '/etc/pkg/GhostBSD.conf' || -e '/usr/local/etc/pkg/repos/GhostBSD.conf') &&
+ $distro =~ /freebsd/i){
+ my $version = (main::grabber("pkg query '%v' os-generic-userland-base 2>/dev/null"))[0];
+ # only swap if we get result from the query
+ if ($version){
+ $system_base = $distro;
+ $distro = "GhostBSD $version";
}
}
- # seen a case without osx file, or was it permissions?
- # this covers all the other bsds anyway, no problem.
- $distro = "$uname[0] $uname[2]" if !$distro;
- @distro_data = ($distro,'');
+ system_base_bsd() if $extra > 0;
eval $end if $b_log;
}
sub get_linux_distro {
- eval $start if $b_log;
- my ($distro,$distro_id,$distro_file,$system_base) = ('','','','');
- my ($b_issue,$b_osr,$b_use_issue,@working);
# order matters!
my @derived = qw(antix-version aptosid-version bodhibuilder.conf kanotix-version
knoppix-version pclinuxos-release mandrake-release manjaro-release mx-version
@@ -20158,60 +23294,67 @@ sub get_linux_distro {
# note, pclinuxos has all these mandrake/mandriva files, careful!
my $lsb_good_s = 'mandrake-release|mandriva-release|mandrakelinux-release|manjaro-release';
my $os_release_good_s = 'altlinux-release|arch-release|pclinuxos-release|rpi-issue|SuSE-release';
+ my ($b_issue,$b_lsb,$b_skip_issue,$b_skip_osr);
+ my ($issue,$lsb_release) = ('/etc/issue','/etc/lsb-release');
+ $b_issue = 1 if -f $issue;
+ $b_lsb = 1 if -f $lsb_release;
+ # note: OpenSuse Tumbleweed 2018-05 has made /etc/issue created by sym link to /run/issue
+ # and then made that resulting file 700 permissions, which is obviously a mistake
+ $etc_issue = main::reader($issue,'strip',0) if -r $issue;
+ # debian issue can end with weird escapes like \n \l
+ # antergos: Antergos Linux \r (\l)
+ $etc_issue = main::clean_characters($etc_issue) if $etc_issue;
# note: always exceptions, so wild card after release/version:
# /etc/lsb-release-crunchbang
# wait to handle since crunchbang file is one of the few in the world that
# uses this method
- my @distro_files = main::globber('/etc/*[-_]{[rR]elease,[vV]ersion,issue}*');
+ @distro_files = main::globber('/etc/*[-_]{[rR]elease,[vV]ersion,issue}*');
push(@distro_files, '/etc/bodhibuilder.conf') if -r '/etc/bodhibuilder.conf';
- my $lsb_release = '/etc/lsb-release';
- my $b_lsb = 1 if -f $lsb_release;
- my ($etc_issue,$issue,$lc_issue) = ('','/etc/issue','');
- $b_issue = 1 if -f $issue;
- # note: OpenSuse Tumbleweed 2018-05 has made /etc/issue created by sym link to /run/issue
- # and then made that resulting file 700 permissions, which is obviously a mistake
- $etc_issue = main::reader($issue,'',0) if -r $issue;
- $etc_issue = main::clean_characters($etc_issue);
- my $os_release = '/etc/os-release';
@osr = main::reader($os_release) if -r $os_release;
- # debian issue can end with weird escapes like \n \l
- # antergos: Antergos Linux \r (\l)
if ($etc_issue){
- $lc_issue = lc($etc_issue) if $etc_issue;
- if ($lc_issue =~ /(antergos|grml|linux lite)/){
+ $lc_issue = lc($etc_issue);
+ if ($lc_issue =~ /(antergos|grml|linux lite|openmediavault)/){
$distro_id = $1;
- $b_use_issue = 1;
+ $b_skip_issue = 1;
}
+ # this raspbian detection fails for rasberry pi os
elsif ($lc_issue =~ /(raspbian|peppermint)/){
$distro_id = $1;
$distro_file = $os_release if @osr;
}
+ # note: wrong fix, applies to both raspbian and raspberry pi os
+ # assumption here is that r pi os fixes this before stable release
+ elsif ($lc_issue =~ /^debian/ && -e '/etc/apt/sources.list.d/raspi.list' &&
+ (grep {/[^#]+raspberrypi\.org/} main::reader('/etc/apt/sources.list.d/raspi.list'))){
+ $distro_id = 'raspios' ;
+ }
}
# Note that antergos changed this around # 2018-05, and now lists
# antergos in os-release, sigh... We want these distros to use os-release
# if it contains their names. Last check below
- if ( @osr && ( grep {/(manjaro|antergos|chakra|pclinuxos|zorin)/i} @osr ) ){
+ if (@osr && (grep {/(manjaro|antergos|chakra|guix|pclinuxos|raspberry pi os|zorin)/i} @osr)){
$distro_file = $os_release;
}
- $distro_id = 'armbian' if grep {/armbian/} @distro_files;
+ if (grep {/armbian/} @distro_files){
+ $distro_id = 'armbian' ;
+ }
main::log_data('dump','@distro_files',\@distro_files) if $b_log;
main::log_data('data',"distro_file-1: $distro_file") if $b_log;
if (!$distro_file){
if (scalar @distro_files == 1){
$distro_file = $distro_files[0];
}
- elsif (scalar @distro_files > 1) {
+ elsif (scalar @distro_files > 1){
# special case, to force manjaro/antergos which also have arch-release
# manjaro should use lsb, which has the full info, arch uses os release
# antergos should use /etc/issue. We've already checked os-release above
- if ($distro_id eq 'antergos' || (grep {/antergos|chakra|manjaro/} @distro_files )){
+ if ($distro_id eq 'antergos' || (grep {/antergos|chakra|manjaro/} @distro_files)){
@distro_files = grep {!/arch-release/} @distro_files;
- #$system_base = 'Arch Linux';
}
my $distro_files_s = join('|', @distro_files);
@working = (@derived,@primary);
foreach my $file (@working){
- if ( "/etc/$file" =~ /($distro_files_s)$/){
+ if ("/etc/$file" =~ /($distro_files_s)$/){
# Now lets see if the distro file is in the known-good working-lsb-list
# if so, use lsb-release, if not, then just use the found file
# this is for only those distro's with self named release/version files
@@ -20232,7 +23375,7 @@ sub get_linux_distro {
}
main::log_data('data',"distro_file-2: $distro_file") if $b_log;
# first test for the legacy antiX distro id file
- if ( -r '/etc/antiX'){
+ if (-r '/etc/antiX'){
@working = main::reader('/etc/antiX');
$distro = main::awk(\@working,'antix.*\.iso') if @working;
$distro = main::clean_characters($distro) if $distro;
@@ -20241,15 +23384,15 @@ sub get_linux_distro {
# This would never apply for ubuntu or debian, which will filter down to the following
# conditions. In general if there's a specific distro release file available, that's to
# be preferred, but this is a good backup.
- elsif ($distro_file && $b_lsb && ($distro_file =~ /\/etc\/($lsb_good_s)$/ || $distro_file eq $lsb_release) ){
+ elsif ($distro_file && $b_lsb && ($distro_file =~ /\/etc\/($lsb_good_s)$/ || $distro_file eq $lsb_release)){
$distro = get_lsb_release();
}
elsif ($distro_file && $distro_file eq $os_release){
$distro = get_os_release();
- $b_osr = 1;
+ $b_skip_osr = 1;
}
# if distro id file was found and it's not in the exluded primary distro file list, read it
- elsif ( $distro_file && -s $distro_file && $distro_file !~ /\/etc\/($exclude_s)$/){
+ elsif ($distro_file && -s $distro_file && $distro_file !~ /\/etc\/($exclude_s)$/){
# new opensuse uses os-release, but older ones may have a similar syntax, so just use
# the first line
if ($distro_file eq '/etc/SuSE-release'){
@@ -20275,54 +23418,63 @@ sub get_linux_distro {
}
$distro = main::clean_characters($distro) if $distro;
}
- # otherwise try the default debian/ubuntu /etc/issue file
+ # otherwise try the default debian/ubuntu/distro /etc/issue file
elsif ($b_issue){
- if ( !$distro_id && $etc_issue && $lc_issue =~ /(mint|lmde)/ ){
+ if (!$distro_id && $lc_issue && $lc_issue =~ /(mint|lmde)/){
$distro_id = $1;
- $b_use_issue = 1;
+ $b_skip_issue = 1;
}
# os-release/lsb gives more manageable and accurate output than issue,
# but mint should use issue for now. Antergos uses arch os-release, but issue shows them
- if (!$b_use_issue && @osr){
+ if (!$b_skip_issue && @osr){
$distro = get_os_release();
- $b_osr = 1;
+ $b_skip_osr = 1;
}
- elsif (!$b_use_issue && $b_lsb){
+ elsif (!$b_skip_issue && $b_lsb){
$distro = get_lsb_release();
}
- elsif ($etc_issue) {
- $distro = $etc_issue;
- # this handles an arch bug where /etc/arch-release is empty and /etc/issue
- # is corrupted only older arch installs that have not been updated should
- # have this fallback required, new ones use os-release
- if ( $distro =~ /arch linux/i){
- $distro = 'Arch Linux';
+ elsif ($etc_issue){
+ if (-d '/etc/guix' && $lc_issue =~ /^this is the gnu system\./){
+ $distro = 'Guix';
+ # they didn't use any standard paths or files for os data, sigh, use pm version
+ my $version = main::program_version('guix', '^guix', '4','--version',1);
+ $distro .= " $version" if $version;
+ $b_skip_issue = 1;
+ }
+ else {
+ $distro = $etc_issue;
+ # this handles an arch bug where /etc/arch-release is empty and /etc/issue
+ # is corrupted only older arch installs that have not been updated should
+ # have this fallback required, new ones use os-release
+ if ($distro =~ /arch linux/i){
+ $distro = 'Arch Linux';
+ }
}
}
}
# a final check. If a long value, before assigning the debugger output, if os-release
# exists then let's use that if it wasn't tried already. Maybe that will be better.
# not handling the corrupt data, maybe later if needed. 10 + distro: (8) + string
- if ($distro && length($distro) > 60 ){
- if (!$b_osr && @osr){
+ if ($distro && length($distro) > 60){
+ if (!$b_skip_osr && @osr){
$distro = get_os_release();
- $b_osr = 1;
+ $b_skip_osr = 1;
}
}
# test for /etc/lsb-release as a backup in case of failure, in cases
# where > one version/release file were found but the above resulted
# in null distro value.
if (!$distro){
- if (!$b_osr && @osr){
+ if (!$b_skip_osr && @osr){
$distro = get_os_release();
- $b_osr = 1;
+ $b_skip_osr = 1;
}
elsif ($b_lsb){
$distro = get_lsb_release();
}
}
# now some final null tries
- if (!$distro ){
+ if (!$distro){
# if the file was null but present, which can happen in some cases, then use
# the file name itself to set the distro value. Why say unknown if we have
# a pretty good idea, after all?
@@ -20331,114 +23483,151 @@ sub get_linux_distro {
$distro = $distro_file;
}
}
- if ($extra > 0){
- my $base_arch_distro = 'anarchy|antergos|archbang|archlabs|archman|archstrike|arco|artix';
- # note: arch linux derived distro page claims kaos as arch derived but it is NOT
- $base_arch_distro .= '|blackarch|bluestar|chakra|ctios|endeavour|hyperbola|linhes';
- $base_arch_distro .= '|manjaor|mysys2|netrunner\s?rolling|ninja|obarun|parabola';
- $base_arch_distro .= '|puppyrus-?a|reborn|snal|talkingarch|ubos';
- my $base_debian_version_distro = 'sidux';
- my $base_debian_version_osr = '\belive|lmde|neptune|parrot|pureos|rescatux|septor|sparky|tails';
- my $base_default = 'antix-version|mx-version'; # osr has base ids
- my $base_issue = 'bunsen'; # base only found in issue
- my $base_manual = 'blankon|deepin|kali'; # synthesize, no direct data available
- my $base_osr = 'aptosid|grml|q4os|siduction|bodhi'; # osr base, distro id in list of distro files
- my $base_osr_issue = 'grml|linux lite'; # osr base, distro id in issue
- # osr has distro name but has ubuntu ID_LIKE/UBUNTU_CODENAME
- my $base_osr_ubuntu = 'mint|neon|nitrux|pop!_os|zorin';
- my $base_upstream_lsb = '/etc/upstream-release/lsb-release';
- my $base_upstream_osr = '/etc/upstream-release/os-release';
- # first: try, some distros have upstream-release, elementary, new mint
- # and anyone else who uses this method for fallback ID
- if ( -r $base_upstream_osr){
- my @osr_working = main::reader($base_upstream_osr);
- if ( @osr_working){
- my (@osr_temp);
- @osr_temp = @osr;
- @osr = @osr_working;
- $system_base = get_os_release();
- @osr = @osr_temp if !$system_base;
- (@osr_temp,@osr_working) = (undef,undef);
- }
- }
- elsif ( -r $base_upstream_lsb){
- $system_base = get_lsb_release($base_upstream_lsb);
- }
- if (!$system_base && @osr){
- my ($base_type) = ('');
- if ($etc_issue && (grep {/($base_issue)/i} @osr)){
- $system_base = $etc_issue;
- }
- # more tests added here for other ubuntu derived distros
- elsif ( @distro_files && (grep {/($base_default)/} @distro_files) ){
- $base_type = 'default';
- }
- # must go before base_osr_ubuntu test
- elsif ( grep {/($base_debian_version_osr)/i} @osr ){
- $system_base = debian_id();
- }
- elsif ( grep {/($base_osr_ubuntu)/i} @osr ){
- $base_type = 'ubuntu';
- }
- elsif ( ( ($distro_id && $distro_id =~ /($base_osr_issue)/ ) ||
- (@distro_files && (grep {/($base_osr)/} @distro_files) ) ) &&
- !(grep {/($base_osr)/i} @osr)){
- $system_base = get_os_release();
- }
- if (!$system_base && $base_type){
- $system_base = get_os_release($base_type);
- }
- }
- if (!$system_base && @distro_files && ( grep {/($base_debian_version_distro)/i} @distro_files ) ){
- $system_base = debian_id();
- }
- if (!$system_base && $lc_issue && $lc_issue =~ /($base_manual)/){
- my $id = $1;
- my %manual = (
- 'blankon' => 'Debian unstable',
- 'deepin' => 'Debian unstable',
- 'kali' => 'Debian testing',
- );
- $system_base = $manual{$id};
- }
- if (!$system_base && $distro && $distro =~ /^($base_arch_distro)/i){
- $system_base = 'Arch Linux';
- }
- if ($distro && -d '/etc/salixtools/' && $distro =~ /Slackware/i){
- $system_base = $distro;
- }
- }
+ system_base() if $extra > 0;
+ # some last customized changes, double check if possible to verify still valid
if ($distro){
if ($distro_id eq 'armbian'){
$distro =~ s/Debian/Armbian/;
}
+ elsif ($distro_id eq 'raspios'){
+ $system_base = $distro;
+ # no need to repeat the debian version info if base:
+ if ($extra == 0){$distro =~ s/Debian\s*GNU\/Linux/Raspberry Pi OS/;}
+ else {$distro = 'Raspberry Pi OS';}
+ }
elsif (-d '/etc/salixtools/' && $distro =~ /Slackware/i){
$distro =~ s/Slackware/Salix/;
}
}
else {
# android fallback, sometimes requires root, sometimes doesn't
- if ($b_android) {
- main::set_build_prop() if !$b_build_prop;;
- $distro = 'Android';
- $distro .= ' ' . $build_prop{'build-version'} if $build_prop{'build-version'};
- $distro .= ' ' . $build_prop{'build-date'} if $build_prop{'build-date'};
- if (!$show{'machine'}){
- if ($build_prop{'product-manufacturer'} && $build_prop{'product-model'}){
- $distro .= ' (' . $build_prop{'product-manufacturer'} . ' ' . $build_prop{'product-model'} . ')';
- }
- elsif ($build_prop{'product-device'}){
- $distro .= ' (' . $build_prop{'product-device'} . ')';
- }
- elsif ($build_prop{'product-name'}){
- $distro .= ' (' . $build_prop{'product-name'} . ')';
- }
- }
- }
+ android_info() if $b_android;
}
## finally, if all else has failed, give up
$distro ||= 'unknown';
- @distro_data = ($distro,$system_base);
+ eval $end if $b_log;
+}
+
+sub android_info {
+ eval $start if $b_log;
+ main::set_build_prop() if !$loaded{'build-prop'};;
+ $distro = 'Android';
+ $distro .= ' ' . $build_prop{'build-version'} if $build_prop{'build-version'};
+ $distro .= ' ' . $build_prop{'build-date'} if $build_prop{'build-date'};
+ if (!$show{'machine'}){
+ if ($build_prop{'product-manufacturer'} && $build_prop{'product-model'}){
+ $distro .= ' (' . $build_prop{'product-manufacturer'} . ' ' . $build_prop{'product-model'} . ')';
+ }
+ elsif ($build_prop{'product-device'}){
+ $distro .= ' (' . $build_prop{'product-device'} . ')';
+ }
+ elsif ($build_prop{'product-name'}){
+ $distro .= ' (' . $build_prop{'product-name'} . ')';
+ }
+ }
+ eval $end if $b_log;
+}
+
+sub system_base_bsd {
+ eval $start if $b_log;
+ # ghostbsd is handled in main bsd section
+ if (lc($uname[1]) eq 'nomadbsd' && $distro_id eq 'freebsd'){
+ $system_base = $distro;
+ $distro = $uname[1];
+ }
+ elsif (-f '/etc/pkg/HardenedBSD.conf' && $distro_id eq 'freebsd'){
+ $system_base = $distro;
+ $distro = 'HardenedBSD';
+ }
+ elsif ($distro_id =~ /^(truenas)$/){
+ $system_base = "$uname[0] $uname[2]";
+ }
+ eval $end if $b_log;
+}
+
+sub system_base {
+ eval $start if $b_log;
+ my $base_arch_distro = 'anarchy|antergos|archbang|archlabs|archman|archstrike|arco|artix';
+ # note: arch linux derived distro page claims kaos as arch derived but it is NOT
+ $base_arch_distro .= '|blackarch|bluestar|chakra|ctios|endeavour|garuda|hyperbola|linhes';
+ $base_arch_distro .= '|manjaro|mysys2|netrunner\s?rolling|ninja|obarun|parabola';
+ $base_arch_distro .= '|puppyrus-?a|reborn|snal|talkingarch|ubos';
+ my $base_debian_version_distro = 'sidux';
+ my $base_debian_version_osr = '\belive|lmde|neptune|parrot|pureos|rescatux|septor|sparky|tails';
+ # osr has base ids
+ my $base_default = 'antix-version|mx-version';
+ # base only found in issue
+ my $base_issue = 'bunsen';
+ # synthesize, no direct data available
+ my $base_manual = 'blankon|deepin|kali';
+ # osr base, distro id in list of distro files
+ my $base_osr = 'aptosid|grml|q4os|siduction|bodhi';
+ # osr base, distro id in issue
+ my $base_osr_issue = 'grml|linux lite|openmediavault';
+ # osr has distro name but has ubuntu ID_LIKE/UBUNTU_CODENAME
+ my $base_osr_ubuntu = 'mint|neon|nitrux|pop!_os|zorin';
+ my $base_upstream_lsb = '/etc/upstream-release/lsb-release';
+ my $base_upstream_osr = '/etc/upstream-release/os-release';
+ # first: try, some distros have upstream-release, elementary, new mint
+ # and anyone else who uses this method for fallback ID
+ if (-r $base_upstream_osr){
+ my @osr_working = main::reader($base_upstream_osr);
+ if (@osr_working){
+ my (@osr_temp);
+ @osr_temp = @osr;
+ @osr = @osr_working;
+ $system_base = get_os_release();
+ @osr = @osr_temp if !$system_base;
+ (@osr_temp,@osr_working) = (undef,undef);
+ }
+ }
+ elsif (-r $base_upstream_lsb){
+ $system_base = get_lsb_release($base_upstream_lsb);
+ }
+ if (!$system_base && @osr){
+ my ($base_type) = ('');
+ if ($etc_issue && (grep {/($base_issue)/i} @osr)){
+ $system_base = $etc_issue;
+ }
+ # more tests added here for other ubuntu derived distros
+ elsif (@distro_files && (grep {/($base_default)/} @distro_files)){
+ $base_type = 'default';
+ }
+ # must go before base_osr_ubuntu test
+ elsif (grep {/($base_debian_version_osr)/i} @osr){
+ $system_base = debian_id();
+ }
+ elsif (grep {/($base_osr_ubuntu)/i} @osr){
+ $base_type = 'ubuntu';
+ }
+ elsif ((($distro_id && $distro_id =~ /($base_osr_issue)/) ||
+ (@distro_files && (grep {/($base_osr)/} @distro_files))) &&
+ !(grep {/($base_osr)/i} @osr)){
+ $system_base = get_os_release();
+ }
+ if (!$system_base && $base_type){
+ $system_base = get_os_release($base_type);
+ }
+ }
+ if (!$system_base && @distro_files &&
+ (grep {/($base_debian_version_distro)/i} @distro_files)){
+ $system_base = debian_id();
+ }
+ if (!$system_base && $lc_issue && $lc_issue =~ /($base_manual)/){
+ my $id = $1;
+ my %manual = (
+ 'blankon' => 'Debian unstable',
+ 'deepin' => 'Debian unstable',
+ 'kali' => 'Debian testing',
+ );
+ $system_base = $manual{$id};
+ }
+ if (!$system_base && $distro && $distro =~ /^($base_arch_distro)/i){
+ $system_base = 'Arch Linux';
+ }
+ if ($distro && -d '/etc/salixtools/' && $distro =~ /Slackware/i){
+ $system_base = $distro;
+ }
eval $end if $b_log;
}
@@ -20482,7 +23671,10 @@ sub get_lsb_release {
$distro = $description;
}
else {
- $distro = "$id $release $codename";
+ # avoid duplicates
+ $distro = $id;
+ $distro .= " $release" if $distro !~ /$release/;
+ $distro .= " $codename" if $distro !~ /$codename/;
$distro =~ s/^\s+|\s\s+|\s+$//g; # get rid of double and trailing spaces
}
eval $end if $b_log;
@@ -20515,7 +23707,7 @@ sub get_os_release {
$version_id = $working[1];
}
# for mint/zorin, other ubuntu base system base
- if ($base_type ){
+ if ($base_type){
if ($working[0] eq 'ID_LIKE' && $working[1]){
if ($base_type eq 'ubuntu'){
# popos shows debian
@@ -20544,7 +23736,7 @@ sub get_os_release {
}
$distro .= " $version_name";
}
- elsif ($pretty_name && ($pretty_name !~ /tumbleweed/i && $lc_name ne 'arcolinux') ){
+ elsif ($pretty_name && ($pretty_name !~ /tumbleweed/i && $lc_name ne 'arcolinux')){
$distro = $pretty_name;
}
elsif ($name){
@@ -20563,14 +23755,14 @@ sub get_os_release {
$base_id .= ' ' if $base_id;
$distro = "$base_name $base_id$base_version";
}
- elsif ($base_type eq 'default' && ($pretty_name || ($name && $version_name) ) ){
+ elsif ($base_type eq 'default' && ($pretty_name || ($name && $version_name))){
$distro = ($name && $version_name) ? "$name $version_name" : $pretty_name;
}
# LMDE 2 has only limited data in os-release, no _LIKE values. 3 has like and debian_codename
- elsif ( $base_type eq 'ubuntu' && $lc_name =~ /^(debian|ubuntu)/ && ($pretty_name || ($name && $version_name))){
+ elsif ($base_type eq 'ubuntu' && $lc_name =~ /^(debian|ubuntu)/ && ($pretty_name || ($name && $version_name))){
$distro = ($name && $version_name) ? "$name $version_name": $pretty_name;
}
- elsif ( $base_type eq 'debian' && $base_version ){
+ elsif ($base_type eq 'debian' && $base_version){
$distro = debian_id($base_version);
}
}
@@ -20599,15 +23791,15 @@ sub debian_id {
'13' => 'trixie',
);
if (main::is_numeric($debian_version)){
- $id .= " $debian_version $debians{int($debian_version)}";
+ $id .= " $debian_version " . $debians{int($debian_version)};
}
- elsif ($codename) {
+ elsif ($codename){
my %by_value = reverse %debians;
my $version = (main::is_numeric($debian_version)) ? "$debian_version $codename": $debian_version;
$id .= " $version";
}
# like buster/sid
- elsif ($debian_version) {
+ elsif ($debian_version){
$id .= " $debian_version";
}
eval $end if $b_log;
@@ -20648,11 +23840,100 @@ sub ubuntu_id {
return $id;
}
}
+
+## DmidecodeData
+{
+package DmidecodeData;
+# note, all actual tests have already been run in check_tools so if we
+# got here, we're good.
+sub set {
+ eval $start if $b_log;
+ ${$_[0]} = 1; # set check boolean by reference
+ if ($fake{'dmidecode'} || $alerts{'dmidecode'}->{'action'} eq 'use'){
+ generate_data();
+ }
+ eval $end if $b_log;
+}
+
+sub generate_data {
+ eval $start if $b_log;
+ my ($content,@data,@working,$type,$handle);
+ if ($fake{'dmidecode'}){
+ my $file;
+ # $file = "$ENV{'HOME'}/bin/scripts/inxi/data/dmidecode/pci-freebsd-8.2-2";
+ # $file = "$ENV{'HOME'}/bin/scripts/inxi/data/dmidecode/dmidecode-loki-1.txt";
+ # $file = "$ENV{'HOME'}/bin/scripts/inxi/data/dmidecode/dmidecode-t41-1.txt";
+ # $file = "$ENV{'HOME'}/bin/scripts/inxi/data/dmidecode/dmidecode-mint-20180106.txt";
+ # $file = "$ENV{'HOME'}/bin/scripts/inxi/data/dmidecode/dmidecode-vmware-ram-1.txt";
+ # $file = "$ENV{'HOME'}/bin/scripts/inxi/data/dmidecode/dmidecode-tyan-4408.txt";
+ # $file = "$ENV{'HOME'}/bin/scripts/inxi/data/ram/dmidecode-speed-configured-1.txt";
+ # $file = "$ENV{'HOME'}/bin/scripts/inxi/data/ram/dmidecode-speed-configured-2.txt";
+ # $file = "$ENV{'HOME'}/bin/scripts/inxi/data/ram/00srv-dmidecode-mushkin-1.txt";
+ # open(my $fh, '<', $file) or die "can't open $file: $!";
+ # chomp(@data = <$fh>);
+ }
+ else {
+ $content = qx($alerts{'dmidecode'}->{'path'} 2>/dev/null);
+ @data = split('\n', $content);
+ }
+ # we don't need the opener lines of dmidecode output
+ # but we do want to preserve the indentation. Empty lines
+ # won't matter, they will be skipped, so no need to handle them.
+ # some dmidecodes do not use empty line separators
+ splice(@data, 0, 5) if @data;
+ my $j = 0;
+ my $b_skip = 1;
+ foreach (@data){
+ if (!/^Hand/){
+ next if $b_skip;
+ if (/^[^\s]/){
+ $_ = lc($_);
+ $_ =~ s/\s(information)//;
+ push(@working, $_);
+ }
+ elsif (/^\t/){
+ $_ =~ s/^\t\t/~/;
+ $_ =~ s/^\t|\s+$//g;
+ push(@working, $_);
+ }
+ }
+ elsif (/^Handle\s(0x[0-9A-Fa-f]+).*DMI\stype\s([0-9]+),.*/){
+ $j = scalar @dmi;
+ $handle = hex($1);
+ $type = $2;
+ $use{'slot-tool'} = 1 if $type && $type == 9;
+ $b_skip = ($type > 126) ? 1 : 0;
+ next if $b_skip;
+ # we don't need 32, system boot, or 127, end of table
+ if (@working){
+ if ($working[0] != 32 && $working[0] < 127){
+ $dmi[$j] = (
+ [@working],
+ );
+ }
+ }
+ @working = ($type,$handle);
+ }
+ }
+ if (@working && $working[0] != 32 && $working[0] != 127){
+ $j = scalar @dmi;
+ $dmi[$j] = \@working;
+ }
+ # last by not least, sort it by dmi type, now we don't have to worry
+ # about random dmi type ordering in the data, which happens. Also sort
+ # by handle, as secondary sort.
+ @dmi = sort { $a->[0] <=> $b->[0] || $a->[1] <=> $b->[1] } @dmi;
+ main::log_data('dump','@dmi',\@dmi) if $b_log;
+ print Data::Dumper::Dumper \@dmi if $dbg[2];
+ eval $end if $b_log;
+}
+}
+
# return all device modules not including driver
sub get_driver_modules {
eval $start if $b_log;
my ($driver,$modules) = @_;
- return if ! $modules;
+ return if !$modules;
my @mods = split(/,\s+/, $modules);
if ($driver){
@mods = grep {!/^$driver$/} @mods;
@@ -20662,6 +23943,7 @@ sub get_driver_modules {
eval $end if $b_log;
return $modules;
}
+
# 1: driver; 2: modules, comma separated, return only modules
# which do not equal the driver string itself. Sometimes the module
# name is different from the driver name, even though it's the same thing.
@@ -20670,7 +23952,7 @@ sub get_gcc_data {
my ($gcc,@data,@gccs,@temp);
# NOTE: We can't use program_version because we don't yet know where
# the version number is
- if (my $program = check_program('gcc') ){
+ if (my $program = check_program('gcc')){
@data = grabber("$program --version 2>/dev/null");
$gcc = awk(\@data,'^gcc');
}
@@ -20695,37 +23977,51 @@ sub get_gcc_data {
return @gccs;
}
-# rasberry pi only
-sub get_gpu_ram_arm {
+## GlabelData - set/get
+# used only to get RAID ZFS gptid path standard name, like ada0p1
+{
+package GlabelData;
+# gptid/c5e940f1-5ce2-11e6-9eeb-d05099ac4dc2 N/A ada0p1
+sub get {
eval $start if $b_log;
- my ($gpu_ram) = (0);
- if (my $program = check_program('vcgencmd')){
- # gpu=128M
- # "VCHI initialization failed" - you need to add video group to your user
- my $working = (grabber("$program get_mem gpu 2>/dev/null"))[0];
- $working = (split(/\s*=\s*/, $working))[1] if $working;
- $gpu_ram = translate_size($working) if $working;
+ my ($gptid) = @_;
+ set() if !$loaded{'glabel'};
+ return if !@glabel || !$gptid;
+ my ($dev_id) = ('');
+ foreach (@glabel){
+ my @temp = split(/\s+/, $_);
+ my $gptid_trimmed = $gptid;
+ # slice off s[0-9] from end in case they use slice syntax
+ $gptid_trimmed =~ s/s[0-9]+$//;
+ if (defined $temp[0] && ($temp[0] eq $gptid || $temp[0] eq $gptid_trimmed)){
+ $dev_id = $temp[2];
+ last;
+ }
}
- log_data('data',"gpu ram: $gpu_ram") if $b_log;
+ $dev_id ||= $gptid; # no match? return full string
eval $end if $b_log;
- return $gpu_ram;
+ return $dev_id;
}
-
-# standard systems
-sub get_gpu_ram {
+sub set {
eval $start if $b_log;
- my ($gpu_ram) = (0);
+ $loaded{'glabel'} = 1;
+ if (my $path = main::check_program('glabel')){
+ @glabel = main::grabber("$path status 2>/dev/null");
+ }
+ main::log_data('dump','@glabel:with Headers',\@glabel) if $b_log;
+ # get rid of first header line
+ shift @glabel;
eval $end if $b_log;
- return $gpu_ram;
+}
}
sub get_hostname {
eval $start if $b_log;
my $hostname = '';
- if ( $ENV{'HOSTNAME'} ){
+ if ($ENV{'HOSTNAME'}){
$hostname = $ENV{'HOSTNAME'};
}
- elsif ( !$bsd_type && -r "/proc/sys/kernel/hostname" ){
+ elsif (!$bsd_type && -r "/proc/sys/kernel/hostname"){
$hostname = reader('/proc/sys/kernel/hostname','',0);
}
# puppy removed this from core modules, sigh
@@ -20734,7 +24030,7 @@ sub get_hostname {
Sys::Hostname->import;
$hostname = Sys::Hostname::hostname();
}
- elsif (my $program = check_program('hostname')) {
+ elsif (my $program = check_program('hostname')){
$hostname = (grabber("$program 2>/dev/null"))[0];
}
$hostname ||= 'N/A';
@@ -20747,19 +24043,19 @@ sub get_init_data {
my $runlevel = get_runlevel_data();
my $default = ($extra > 1) ? get_runlevel_default() : '';
my ($init,$init_version,$rc,$rc_version,$program) = ('','','','','');
- my $comm = ( -r '/proc/1/comm' ) ? reader('/proc/1/comm','',0) : '';
+ my $comm = (-r '/proc/1/comm') ? reader('/proc/1/comm','',0) : '';
my (@data);
# this test is pretty solid, if pid 1 is owned by systemd, it is systemd
# otherwise that is 'init', which covers the rest of the init systems.
# more data may be needed for other init systems.
- if ( $comm ){
- if ( $comm =~ /systemd/ ){
+ if ($comm){
+ if ($comm =~ /systemd/){
$init = 'systemd';
- if ( $program = check_program('systemd')){
- $init_version = program_version($program,'^systemd','2','--version');
+ if ($program = check_program('systemd')){
+ $init_version = program_version($program,'^systemd','2','--version',1);
}
- if (!$init_version && ($program = check_program('systemctl') ) ){
- $init_version = program_version($program,'^systemd','2','--version');
+ if (!$init_version && ($program = check_program('systemctl'))){
+ $init_version = program_version($program,'^systemd','2','--version',1);
}
}
# epoch version == Epoch Init System 1.0.1 "Sage"
@@ -20774,6 +24070,10 @@ sub get_init_data {
elsif ($comm =~ /runit/){
$init = 'runit';
}
+ elsif ($comm =~ /shepherd/){
+ $init = 'Shepherd';
+ $init_version = program_version('shepherd', '^shepherd', '4','--version',1);
+ }
elsif ($comm =~ /^s6/){
$init = 's6';
}
@@ -20782,24 +24082,25 @@ sub get_init_data {
# output: /sbin/init --version: init (upstart 1.1)
# init (upstart 0.6.3)
# openwrt /sbin/init hangs on --version command, I think
- if ((!$b_mips && !$b_sparc && !$b_arm) && ($init_version = program_version('init', 'upstart', '3','--version') )){
+ if ((!$b_mips && !$b_sparc && !$b_arm) &&
+ ($init_version = program_version('init', 'upstart', '3','--version'))){
$init = 'Upstart';
}
elsif (check_program('launchctl')){
$init = 'launchd';
}
- elsif ( -f '/etc/inittab' ){
+ elsif (-f '/etc/inittab'){
$init = 'SysVinit';
if (check_program('strings')){
@data = grabber('strings /sbin/init');
$init_version = awk(\@data,'^version\s+[0-9]',2);
}
}
- elsif ( -f '/etc/ttys' ){
+ elsif (-f '/etc/ttys'){
$init = 'init (BSD)';
}
}
- if ( grep { /openrc/ } globber('/run/*openrc*') ){
+ if ((grep { /openrc/ } globber('/run/*openrc*')) || (grep {/openrc/} @ps_cmd)){
$rc = 'OpenRC';
# /sbin/openrc --version == openrc (OpenRC) 0.13
if ($program = check_program('openrc')){
@@ -20809,13 +24110,13 @@ sub get_init_data {
elsif ($program = check_program('rc')){
$rc_version = program_version($program, '^rc', '3','--version');
}
- if ( -r '/run/openrc/softlevel' ){
+ if (-r '/run/openrc/softlevel'){
$runlevel = reader('/run/openrc/softlevel','',0);
}
- elsif ( -r '/var/run/openrc/softlevel'){
+ elsif (-r '/var/run/openrc/softlevel'){
$runlevel = reader('/var/run/openrc/softlevel','',0);
}
- elsif ( $program = check_program('rc-status')){
+ elsif ($program = check_program('rc-status')){
$runlevel = (grabber("$program -r 2>/dev/null"))[0];
}
}
@@ -20831,6 +24132,175 @@ sub get_init_data {
return %init;
}
+## IpData
+{
+package IpData;
+sub set {
+ eval $start if $b_log;
+ if ($alerts{'ip'}->{'action'} eq 'use'){
+ set_ip_addr();
+ }
+ elsif ($alerts{'ifconfig'}->{'action'} eq 'use'){
+ set_ifconfig();
+ }
+ eval $end if $b_log;
+}
+
+sub set_ip_addr {
+ eval $start if $b_log;
+ my @data = main::grabber($alerts{'ip'}->{'path'} . " addr 2>/dev/null",'\n','strip');
+ # my $file = "$ENV{'HOME'}/bin/scripts/inxi/data/if/scope-ipaddr-1.txt";
+ # my $file = "$ENV{'HOME'}/bin/scripts/inxi/data/networking/ip-addr-blue-advance.txt";
+ # my @data = reader($file,'strip') or die $!;
+ my ($b_skip,$broadcast,$if,$ip,@ips,$scope,$if_id,$type,@temp,@temp2);
+ foreach (@data){
+ if (/^[0-9]/){
+ # print "$_\n";
+ if (@ips){
+ # print "$if\n";
+ @temp = ($if,[@ips]);
+ push(@ifs,@temp);
+ @ips = ();
+ }
+ @temp = split(/:\s+/, $_);
+ $if = $temp[1];
+ if ($if eq 'lo'){
+ $b_skip = 1;
+ $if = '';
+ next;
+ }
+ $b_skip = 0;
+ @temp = ();
+ }
+ elsif (!$b_skip && /^inet/){
+ # print "$_\n";
+ @temp = split(/\s+/, $_);
+ ($broadcast,$ip,$scope,$if_id,$type) = ('','','','','');
+ $ip = $temp[1];
+ $type = ($temp[0] eq 'inet') ? 4 : 6 ;
+ if ($temp[2] eq 'brd'){
+ $broadcast = $temp[3];
+ }
+ if (/scope\s([^\s]+)(\s(.+))?/){
+ $scope = $1;
+ $if_id = $3;
+ }
+ @temp = ($type,$ip,$broadcast,$scope,$if_id);
+ push(@ips,[@temp]);
+ # print Data::Dumper::Dumper \@ips;
+ }
+ }
+ # print Data::Dumper::Dumper \@ips if $dbg[4];
+ if (@ips){
+ @temp = ($if,[@ips]);
+ push(@ifs,@temp);
+ }
+ main::log_data('dump','@ifs',\@ifs) if $b_log;
+ print Data::Dumper::Dumper \@ifs if $dbg[3];
+ eval $end if $b_log;
+}
+
+sub set_ifconfig {
+ eval $start if $b_log;
+ my @data = main::grabber($alerts{'ifconfig'}->{'path'} . " 2>/dev/null",'\n','');
+ # my @data = reader("$ENV{'HOME'}/bin/scripts/inxi/data/if/vps-ifconfig-1.txt",'') or die $!;
+ my ($b_skip,$broadcast,$if,@ips_bsd,$ip,@ips,$scope,$if_id,$type,@temp,@temp2);
+ my ($state,$speed,$duplex,$mac);
+ foreach (@data){
+ if (/^[\S]/i){
+ # print "$_\n";
+ if (@ips){
+ # print "here\n";
+ @temp = ($if,[@ips]);
+ push(@ifs,@temp);
+ @ips = ();
+ }
+ if ($mac){
+ @temp = ($if,[($state,$speed,$duplex,$mac)]);
+ push(@ifs_bsd,@temp);
+ ($state,$speed,$duplex,$mac,$if_id) = ('','','','','');
+ }
+ $if = (split(/\s+/, $_))[0];
+ $if =~ s/:$//; # em0: flags=8843
+ $if_id = $if;
+ $if = (split(':', $if))[0] if $if;
+ if ($if =~ /^lo/){
+ $b_skip = 1;
+ $if = '';
+ $if_id = '';
+ next;
+ }
+ $b_skip = 0;
+ }
+ elsif (!$b_skip && $bsd_type && /^\s+(address|ether|media|status|lladdr)/){
+ $_ =~ s/^\s+//;
+ # freebsd 7.3: media: Ethernet 100baseTX <full-duplex>
+ # Freebsd 8.2/12.2: media: Ethernet autoselect (1000baseT <full-duplex>)
+ # Netbsd 9.1: media: Ethernet autoselect (1000baseT full-duplex)
+ # openbsd: media: Ethernet autoselect (1000baseT full-duplex)
+ if (/^media/){
+ if ($_ =~ /[\s\(]([1-9][^\(\s]+)?\s<([^>]+)>/){
+ $speed = $1 if $1;
+ $duplex = $2;
+ }
+ if (!$duplex && $_ =~ /\s\(([\S]+)\s([^\s<]+)\)/){
+ $speed = $1;
+ $duplex = $2;
+ }
+ if (!$speed && $_ =~ /\s\(([1-9][\S]+)\s/){
+ $speed = $1;
+ }
+ }
+ # lladdr openbsd/address netbsd/ether freebsd
+ elsif (!$mac && /^(address|ether|lladdr)/){
+ $mac = (split(/\s+/, $_))[1];
+ }
+ elsif (/^status:\s*(.*)/){
+ $state = $1;
+ }
+ }
+ elsif (!$b_skip && /^\s+inet/){
+ # print "$_\n";
+ $_ =~ s/^\s+//;
+ $_ =~ s/addr:\s/addr:/;
+ @temp = split(/\s+/, $_);
+ ($broadcast,$ip,$scope,$type) = ('','','','');
+ $ip = $temp[1];
+ # fe80::225:90ff:fe13:77ce%em0
+# $ip =~ s/^addr:|%([\S]+)//;
+ if ($1 && $1 ne $if_id){
+ $if_id = $1;
+ }
+ $type = ($temp[0] eq 'inet') ? 4 : 6 ;
+ if (/(Bcast:|broadcast\s)([\S]+)/){
+ $broadcast = $2;
+ }
+ if (/(scopeid\s[^<]+<|Scope:|scopeid\s)([^>]+)[>]?/){
+ $scope = $2;
+ }
+ $scope = 'link' if $ip =~ /^fe80/;
+ @temp = ($type,$ip,$broadcast,$scope,$if_id);
+ push(@ips,[@temp]);
+ # print Data::Dumper::Dumper \@ips;
+ }
+ }
+ if (@ips){
+ @temp = ($if,[@ips]);
+ push(@ifs,@temp);
+ }
+ if ($mac){
+ @temp = ($if,[($state,$speed,$duplex,$mac)]);
+ push(@ifs_bsd,@temp);
+ ($state,$speed,$duplex,$mac) = ('','','','');
+ }
+ print Data::Dumper::Dumper \@ifs if $dbg[3];
+ print Data::Dumper::Dumper \@ifs_bsd if $dbg[3];
+ main::log_data('dump','@ifs',\@ifs) if $b_log;
+ main::log_data('dump','@ifs_bsd',\@ifs_bsd) if $b_log;
+ eval $end if $b_log;
+}
+}
+
sub get_kernel_data {
eval $start if $b_log;
my ($kernel,$ksplice) = ('','');
@@ -20838,7 +24308,7 @@ sub get_kernel_data {
# FreeBSD; siwi.pair.com; 8.2-STABLE; FreeBSD 8.2-STABLE #0: Tue May 31 14:36:14 EDT 2016 erik5@iddhi.pair.com:/usr/obj/usr/src/sys/82PAIRx-AMD64; amd64
if (@uname){
$kernel = $uname[2];
- if ( (my $program = check_program('uptrack-uname')) && $kernel){
+ if ((my $program = check_program('uptrack-uname')) && $kernel){
$ksplice = qx($program -rm);
$ksplice = trimmer($ksplice);
$kernel = ($ksplice) ? $ksplice . ' (ksplice)' : $kernel;
@@ -20862,42 +24332,49 @@ sub get_kernel_bits {
# fallback test
if (!$bits && @uname){
$bits = $uname[-1];
- $bits = ($bits =~ /64/ ) ? 64 : 32;
+ $bits = ($bits =~ /64/) ? 64 : 32;
}
$bits ||= 'N/A';
eval $end if $b_log;
return $bits;
}
-sub get_kernel_parameters {
+## KernelParameters
+{
+package KernelParameters;
+sub get {
eval $start if $b_log;
my ($parameters);
- if (my $file = system_files('cmdline') ) {
- $parameters = get_kernel_parameters_linux($file);
+ if (my $file = $system_files{'proc-cmdline'}){
+ $parameters = parameters_linux($file);
}
- elsif ($bsd_type) {
- $parameters = get_kernel_parameters_bsd();
+ elsif ($bsd_type){
+ $parameters = parameters_bsd();
}
eval $end if $b_log;
return $parameters;
}
-sub get_kernel_parameters_linux {
+sub parameters_linux {
eval $start if $b_log;
my ($file) = @_;
# unrooted android may have file only root readable
- my $line = reader($file,'',0) if -r $file;
+ my $line = main::reader($file,'',0) if -r $file;
eval $end if $b_log;
return $line;
}
-sub get_kernel_parameters_bsd {
+sub parameters_bsd {
eval $start if $b_log;
my ($parameters);
eval $end if $b_log;
return $parameters;
}
+}
+## LsblkData - set/get
+{
+package LsblkData;
# 1 - partition name
-sub get_lsblk {
+sub get {
eval $start if $b_log;
my $item = $_[0];
return if !@lsblk;
@@ -20911,71 +24388,165 @@ sub get_lsblk {
eval $start if $b_log;
return %device;
}
-
-sub get_memory_data_full {
+sub set {
eval $start if $b_log;
- my ($source) = @_;
- my $num = 0;
- my ($memory,@rows);
- my ($gpu_ram,$percent,$total,$used) = (0,'','','');
- if ($show{'ram'} || (!$show{'info'} && $show{'process'} )){
- $memory = get_memory_data('splits');
- if ($memory){
- my @temp = split(':', $memory);
- $gpu_ram = $temp[3] if $temp[3];
- $total = ($temp[0]) ? get_size($temp[0],'string') : 'N/A';
- $used = ($temp[1]) ? get_size($temp[1],'string') : 'N/A';
- $used .= " ($temp[2]%)" if $temp[2];
- if ($gpu_ram){
- $gpu_ram = get_size($gpu_ram,'string');
+ $loaded{'lsblk'} = 1;
+ if ($alerts{'lsblk'} && $alerts{'lsblk'}->{'path'}){
+ # check to see if lsblk removes : - separators from accepted input syntax
+ my $cmd = $alerts{'lsblk'}->{'path'} . ' -bP --output NAME,TYPE,RM,FSTYPE,';
+ $cmd .= 'SIZE,LABEL,UUID,SERIAL,MOUNTPOINT,PHY-SEC,LOG-SEC,PARTFLAGS,';
+ $cmd .= 'MAJ:MIN,PKNAME 2>/dev/null';
+ print "cmd: $cmd\n" if $dbg[32];
+ my @working = main::grabber($cmd);
+ print Data::Dumper::Dumper \@working if $dbg[32];
+ # note: lsblk 2.37 changeed - and : to _ in the output.
+ my $pattern = 'NAME="([^"]*)"\s+TYPE="([^"]*)"\s+RM="([^"]*)"\s+';
+ $pattern .= 'FSTYPE="([^"]*)"\s+SIZE="([^"]*)"\s+LABEL="([^"]*)"\s+';
+ $pattern .= 'UUID="([^"]*)"\s+SERIAL="([^"]*)"\s+MOUNTPOINT="([^"]*)"\s+';
+ $pattern .= 'PHY[_-]SEC="([^"]*)"\s+LOG[_-]SEC="([^"]*)"\s+';
+ $pattern .= 'PARTFLAGS="([^"]*)"\s+MAJ[:_-]MIN="([^"]*)"\s+PKNAME="([^"]*)"';
+ foreach (@working){
+ if (/$pattern/){
+ my $size = ($5) ? $5/1024: 0;
+ # some versions of lsblk do not return serial, fs, uuid, or label
+ push(@lsblk, {
+ 'name' => $1,
+ 'type' => $2,
+ 'rm' => $3,
+ 'fs' => $4,
+ 'size' => $size,
+ 'label' => $6,
+ 'uuid' => $7,
+ 'serial' => $8,
+ 'mount' => $9,
+ 'block-physical' => $10,
+ 'block-logical' => $11,
+ 'partition-flags' => $12,
+ 'maj-min' => $13,
+ 'parent' => $14,
+ });
+ # must be below assignments!! otherwise the result of the match replaces values
+ # note: for bcache and luks, the device that has that fs is the parent!!
+ if ($show{'logical'}){
+ $use{'logical-lvm'} = 1 if !$use{'logical-lvm'} && $2 && $2 eq 'lvm';
+ if (!$use{'logical-general'} && (($4 && ($4 eq 'crypto_LUKS' || $4 eq 'bcache'))
+ || ($2 && ($2 eq 'dm' && $1 =~ /veracrypt/i) ||
+ $2 eq 'crypto' || $2 eq 'mpath' || $2 eq 'multipath'))){
+ $use{'logical-general'} = 1;
+ }
+ }
}
}
- my $key = ($source eq 'process') ? 'System RAM': 'RAM';
- $rows[0]->{main::key($num++,1,1,$key)} = '';
- $rows[0]->{main::key($num++,0,2,'total')} = $total;
- $rows[0]->{main::key($num++,0,2,'used')} = $used;
- $rows[0]->{main::key($num++,0,2,'gpu')} = $gpu_ram if $gpu_ram;
- $b_mem = 1;
}
+ print Data::Dumper::Dumper \@lsblk if $dbg[32];
+ main::log_data('dump','@lsblk',\@lsblk) if $b_log;
+ eval $end if $b_log;
+}
+}
+
+sub set_mapper {
+ eval $start if $b_log;
+ $loaded{'mapper'} = 1;
+ return if ! -d '/dev/mapper';
+ foreach ((globber('/dev/mapper/*'))){
+ my ($key,$value) = ($_,Cwd::abs_path("$_"));
+ next if !$value;
+ $key =~ s|^/.*/||;
+ $value =~ s|^/.*/||;
+ $mapper{$key} = $value;
+ }
+ %dmmapper = reverse %mapper if %mapper;
eval $end if $b_log;
- return @rows;
}
-sub get_memory_data {
+## MemoryData
+{
+package MemoryData;
+
+sub get {
eval $start if $b_log;
my ($type) = @_;
my ($memory);
- if (my $file = system_files('meminfo') ) {
- $memory = get_memory_data_linux($type,$file);
+ # note: netbsd 8.0 has meminfo!
+ $loaded{'memory'} = 1;
+ # netbsd uses meminfo, but it uses it in a weird way
+ if (!$force{'vmstat'} && (!$bsd_type || ($force{'meminfo'} && $bsd_type)) &&
+ (my $file = $system_files{'proc-meminfo'})){
+ $memory = meminfo_data($type,$file);
}
else {
- $memory = get_memory_data_bsd($type);
+ $memory = bsd_data($type);
}
eval $end if $b_log;
return $memory;
}
-
-sub get_memory_data_linux {
+sub full {
+ eval $start if $b_log;
+ my ($source) = @_;
+ my $num = 0;
+ my ($memory,@rows);
+ my ($gpu_ram,$percent,$total,$used) = (0,'','','');
+ $loaded{'memory'} = 1;
+ $memory = get('splits');
+ if ($memory){
+ my @temp = split(':', $memory);
+ $gpu_ram = $temp[3] if $temp[3];
+ $total = ($temp[0]) ? main::get_size($temp[0],'string') : 'N/A';
+ $used = ($temp[1]) ? main::get_size($temp[1],'string') : 'N/A';
+ $used .= " ($temp[2]%)" if $temp[2];
+ if ($gpu_ram){
+ $gpu_ram = main::get_size($gpu_ram,'string');
+ }
+ }
+ my $key = ($source eq 'process') ? 'System RAM': 'RAM';
+ $rows[0]->{main::key($num++,1,1,$key)} = '';
+ $rows[0]->{main::key($num++,0,2,'total')} = $total;
+ $rows[0]->{main::key($num++,0,2,'used')} = $used;
+ $rows[0]->{main::key($num++,0,2,'gpu')} = $gpu_ram if $gpu_ram;
+ eval $end if $b_log;
+ return @rows;
+}
+sub meminfo_data {
eval $start if $b_log;
my ($type,$file) = @_;
- my ($available,$gpu,$memory,$not_used,$total) = (0,0,'',0,0);
- my @data = reader($file);
+ my ($available,$buffers,$cached,$free,$gpu,$memory,$not_used,$total) = (0,0,0,0,0,'',0,0);
+ my @data = main::reader($file);
foreach (@data){
if ($_ =~ /^MemTotal:/){
- $total = get_piece($_,2);
+ $total = main::get_piece($_,2);
+ }
+ elsif ($_ =~ /^MemFree:/){
+ $free = main::get_piece($_,2);
}
- elsif ($_ =~ /^(MemFree|Buffers|Cached):/){
- $not_used += get_piece($_,2);
+ elsif ($_ =~ /^Buffers:/){
+ $buffers = main::get_piece($_,2);
+ }
+ elsif ($_ =~ /^Cached:/){
+ $cached = main::get_piece($_,2);
}
elsif ($_ =~ /^MemAvailable:/){
- $available = get_piece($_,2);
+ $available = main::get_piece($_,2);
}
}
- $not_used = $available if $available;
- $gpu = get_gpu_ram_arm() if $b_arm;
- #$gpu = translate_size('128M');
+ $gpu = gpu_ram_arm() if $b_arm;
+ #$gpu = main::translate_size('128M');
$total += $gpu;
- my $used = $total - ($not_used);
+ if ($available){
+ $not_used = $available;
+ }
+ # seen fringe cases, where total - free+buff+cach < 0
+ # the idea is that the OS must be using 10MiB of ram or more
+ elsif (($total - ($free + $buffers + $cached)) > 10000){
+ $not_used = ($free + $buffers + $cached);
+ }
+ # netbsd goes < 0, but it's wrong, so dump the cache
+ elsif (($total - ($free + $buffers)) > 10000){
+ $not_used = ($free + $buffers);
+ }
+ else {
+ $not_used = $free;
+ }
+ my $used = ($total - $not_used);
my $percent = ($used && $total) ? sprintf("%.1f", ($used/$total)*100) : '';
if ($type eq 'string'){
$percent = " ($percent%)" if $percent;
@@ -20984,7 +24555,7 @@ sub get_memory_data_linux {
else {
$memory = "$total:$used:$percent:$gpu";
}
- log_data('data',"memory: $memory") if $b_log;
+ main::log_data('data',"memory: $memory") if $b_log;
eval $end if $b_log;
return $memory;
}
@@ -20993,7 +24564,7 @@ sub get_memory_data_linux {
# procs memory page disks traps cpu
# r b w avm fre flt re pi po fr sr wd0 wd1 int sys cs us sy id
# 0 0 0 55256 1484092 171 0 0 0 0 0 2 0 12 460 39 3 1 96
-## openbsd 6.3? added in M, sigh...
+## openbsd 6.3? added in M/G/T etc, sigh...
# 2 57 55M 590M 789 0 0 0...
## freebsd:
# procs memory page disks faults cpu
@@ -21001,43 +24572,45 @@ sub get_memory_data_linux {
# 0 0 0 21880M 6444M 924 32 11 0 822 827 0 0 853 832 463 8 3 88
# with -H
# 2 0 0 14925812 936448 36 13 10 0 84 35 0 0 84 30 42 11 3 86
-## dragonfly
+## dragonfly: V1, supported -H
# procs memory page disks faults cpu
# r b w avm fre flt re pi po fr sr ad0 ad1 in sy cs us sy id
# 0 0 0 0 84060 30273993 2845 12742 1164 407498171 320960902 0 0 ....
-sub get_memory_data_bsd {
+## dragonfly: V2, no avm, no -H support
+sub bsd_data {
eval $start if $b_log;
my ($type) = @_;
my $memory = '';
- my ($avm,$av_pages,$cnt,$fre,$free_mem,$real_mem,$total) = (3,0,0,4,0,0,0);
+ my ($avm,$av_pages,$cnt,$fre,$free_mem,$mult,$real_mem,$total) = (0,0,0,0,0,0,0,0);
my (@data,$message);
- my $arg = ($bsd_type ne 'openbsd') ? '-H' : '';
- if (my $program = check_program('vmstat')){
+ # my $arg = ($bsd_type ne 'openbsd' && $bsd_type ne 'dragonfly') ? '-H' : '';
+ if (my $program = main::check_program('vmstat')){
# see above, it's the last line. -H makes it hopefully all in kB so no need
- # for K/M/G tests
- my @vmstat = grabber("vmstat $arg 2>/dev/null",'\n','strip');
+ # for K/M/G tests, note that -H not consistently supported, so don't use.
+ my @vmstat = main::grabber("vmstat 2>/dev/null",'\n','strip');
+ main::log_data('dump','@vmstat',\@vmstat) if $b_log;
my @header = split(/\s+/, $vmstat[1]);
- foreach ( @header){
+ foreach (@header){
if ($_ eq 'avm'){$avm = $cnt}
elsif ($_ eq 'fre'){$fre = $cnt}
elsif ($_ eq 'flt'){last;}
$cnt++;
}
my $row = $vmstat[-1];
- if ( $row ){
+ if ($row){
@data = split(/\s+/, $row);
- # 6.3 introduced an M character, sigh.
- if ($data[$avm] && $data[$avm] =~ /^([0-9]+)M$/){
- $data[$avm] = $1 * 1024;
+ # openbsd 6.3, dragonfly 5.x introduced an M / G character, sigh.
+ if ($avm > 0 && $data[$avm] && $data[$avm] =~ /^([0-9\.]+[KGMT])(iB|B)?$/){
+ $data[$avm] = main::translate_size($1);
}
- if ($data[$fre] && $data[$fre] =~ /^([0-9]+)M$/){
- $data[$fre] = $1 * 1024;
+ if ($fre > 0 && $data[$fre] && $data[$fre] =~ /^([0-9\.]+[KGMT])(iB|B)?$/){
+ $data[$fre] = main::translate_size($1);
}
- # dragonfly can have 0 avg, but they may fix that so make test dynamic
- if ($data[$avm] != 0){
- $av_pages = ($bsd_type ne 'openbsd') ? sprintf('%.1f',$data[$avm]/1024) : $data[$avm];
+ # dragonfly can have 0 avg, or no avm, sigh, but they may fix that so make test dynamic
+ if ($avm > 0 && $data[$avm] != 0){
+ $av_pages = ($bsd_type !~ /^(net|open)bsd$/) ? sprintf('%.1f',$data[$avm]/1024) : $data[$avm];
}
- elsif ($data[$fre] != 0){
+ if ($fre > 0 && $data[$fre] != 0){
$free_mem = sprintf('%.1f',$data[$fre]);
}
}
@@ -21046,23 +24619,25 @@ sub get_memory_data_bsd {
if ($alerts{'sysctl'}->{'action'} eq 'use'){
# for dragonfly, we will use free mem, not used because free is 0
my @working;
- foreach (@sysctl){
- # freebsd seems to use bytes here
- if (!$real_mem && /^hw.physmem:/){
- @working = split(/:\s*/, $_);
- #if ($working[1]){
- $working[1] =~ s/^[^0-9]+|[^0-9]+$//g;
- $real_mem = sprintf("%.1f", $working[1]/1024);
- #}
- last if $free_mem;
- }
- # But, it uses K here. Openbsd/Dragonfly do not seem to have this item
- # this can be either: Free Memory OR Free Memory Pages
- elsif (/^Free Memory:/){
- @working = split(/:\s*/, $_);
- $working[1] =~ s/[^0-9]+//g;
- $free_mem = sprintf("%.1f", $working[1]);
- last if $real_mem;
+ if ($sysctl{'memory'}){
+ foreach (@{$sysctl{'memory'}}){
+ # freebsd seems to use bytes here
+ if (!$real_mem && /^hw.physmem:/){
+ @working = split(/:\s*/, $_);
+ # if ($working[1]){
+ $working[1] =~ s/^[^0-9]+|[^0-9]+$//g;
+ $real_mem = sprintf("%.1f", $working[1]/1024);
+ # }
+ last if $free_mem;
+ }
+ # But, it uses K here. Openbsd/Dragonfly do not seem to have this item
+ # this can be either: Free Memory OR Free Memory Pages
+ elsif (/^Free Memory:/){
+ @working = split(/:\s*/, $_);
+ $working[1] =~ s/[^0-9]+//g;
+ $free_mem = sprintf("%.1f", $working[1]);
+ last if $real_mem;
+ }
}
}
}
@@ -21077,21 +24652,19 @@ sub get_memory_data_bsd {
my $used = (!$free_mem) ? $av_pages : $real_mem - $free_mem;
if ($type eq 'string'){
$used = sprintf("%.1f",$used/1024);
- $memory = "$used/($error) MB";
+ $memory = "$used/($error) MiB";
}
else {
$memory = "$error:$used:";
}
}
# use openbsd/dragonfly avail mem data if available
- elsif (($av_pages || $free_mem) && $real_mem) {
+ elsif (($av_pages || $free_mem) && $real_mem){
my $used = (!$free_mem) ? $av_pages : $real_mem - $free_mem;
my $percent = ($used && $real_mem) ? sprintf("%.1f", ($used/$real_mem)*100) : '';
if ($type eq 'string'){
- $used = sprintf("%.1f",$used/1024);
- $real_mem = sprintf("%.1f",$real_mem/1024);
$percent = " ($percent)" if $percent;
- $memory = "$used/$real_mem MB" . $percent;
+ $memory = sprintf("%.1f/%.1f MiB", $used/1024, $real_mem/1024) . $percent;
}
else {
$memory = "$real_mem:$used:$percent:0";
@@ -21100,11 +24673,34 @@ sub get_memory_data_bsd {
eval $end if $b_log;
return $memory;
}
+# rasberry pi only
+sub gpu_ram_arm {
+ eval $start if $b_log;
+ my ($gpu_ram) = (0);
+ if (my $program = main::check_program('vcgencmd')){
+ # gpu=128M
+ # "VCHI initialization failed" - you need to add video group to your user
+ my $working = (main::grabber("$program get_mem gpu 2>/dev/null"))[0];
+ $working = (split(/\s*=\s*/, $working))[1] if $working;
+ $gpu_ram = main::translate_size($working) if $working;
+ }
+ main::log_data('data',"gpu ram: $gpu_ram") if $b_log;
+ eval $end if $b_log;
+ return $gpu_ram;
+}
+# standard systems, not used currently, but maybe one day?
+sub get_gpu_ram {
+ eval $start if $b_log;
+ my ($gpu_ram) = (0);
+ eval $end if $b_log;
+ return $gpu_ram;
+}
+}
sub get_module_version {
eval $start if $b_log;
my ($module) = @_;
- return if ! $module;
+ return if !$module;
my ($version);
my $path = "/sys/module/$module/version";
if (-r $path){
@@ -21113,8 +24709,8 @@ sub get_module_version {
elsif (-f "/sys/module/$module/uevent"){
$version = 'kernel';
}
- #print "version:$version\n";
- if (!$version) {
+ # print "version:$version\n";
+ if (!$version){
if (my $path = check_program('modinfo')){
my @data = grabber("$path $module 2>/dev/null");
$version = awk(\@data,'^version',2,':\s+') if @data;
@@ -21124,9 +24720,10 @@ sub get_module_version {
eval $end if $b_log;
return $version;
}
+
+## PackageData
# Note: this outputs the key/value pairs ready to go and is
# called from either -r or -Ix, -r precedes.
-## Get PackageData
{
package PackageData;
my ($count,%counts,@list,$num,%output,$program,$type);
@@ -21134,7 +24731,8 @@ $counts{'total'} = 0;
sub get {
eval $start if $b_log;
# $num passed by reference to maintain incrementing where requested
- ($type,$num) = @_;
+ ($type,$num) = @_;
+ $loaded{'packages'} = 1;
package_counts();
appimage_counts();
create_output();
@@ -21148,13 +24746,18 @@ sub create_output {
$total = $counts{'total'};
}
else {
- if ($type eq 'inner'){$total = 'N/A';}
- else {$total = main::row_defaults('packages','');}
+ if ($type eq 'inner' || $counts{'note'}){
+ $total = 'N/A';
+ }
+ else {
+ $total = main::row_defaults('package-data');
+ }
}
if ($counts{'total'} && $extra > 1){
delete $counts{'total'};
my $b_mismatch;
foreach (keys %counts){
+ next if $_ eq 'note';
if ($counts{$_}->[0] && $counts{$_}->[0] != $total){
$b_mismatch = 1;
last;
@@ -21163,6 +24766,10 @@ sub create_output {
$total = '' if !$b_mismatch;
}
$output{main::key($$num++,1,1,'Packages')} = $total;
+ # if blocked pm secondary, only show if admin
+ if ($counts{'note'} && (!$counts{'total'} || $b_admin || $total < 100)){
+ $output{main::key($$num++,0,2,'note')} = $counts{'note'};
+ }
if ($extra > 1 && %counts){
foreach (sort keys %counts){
my ($cont,$ind) = (1,2);
@@ -21199,21 +24806,40 @@ sub package_counts {
['emerge','emerge','d','/var/db/pkg/*/*/',1,5,'\\/'],
['eopkg','eopkg','d','/var/lib/eopkg/package/*',1,5,'\\/'],
['guix-sys','guix','p','package -p "/run/current-system/profile" -I',1,0,''],
- ['guix-usr','guix','p','package package -I',1,0,''],
- ['pacman','pacman','p','-Qq --color never',1,0,''],
+ ['guix-usr','guix','p','package -I',1,0,''],
+ ['kiss','kiss','p','list',1,0,''],
+ ['mport','mport','p','list',1,0,''],
+ ['nix-sys','nix-store','p','-qR /run/current-system/sw',1,1,'-'],
+ ['nix-usr','nix-store','p','-qR ~/.nix-profile',1,1,'-'],
+ ['nix-default','nix-store','p','-qR /nix/var/nix/profiles/default',1,2,'-'],
+ ['pacman','pacman','p','-Qq --color never',1,0,'',
+ '!main::check_program(\'pacman-g2\')'], # pacman-g2 has sym link to pacman
['pacman-g2','pacman-g2','p','-Q',1,0,''],
['pkg','pkg','d','/var/db/pkg/*',1,0,''], # 'pkg list' returns non programs
['pkg_info','pkg_info','p','',1,0,''],
- ['pkgtool','pkgtool','d','/var/log/packages/*',1,4,'\\/'],
- # way too slow without nodigest/sig!! confirms packages exist
- ['rpm','rpm','p','-qa --nodigest --nosignature',1,0,''],
+ # like cards, avoid pkginfo directly due to python pm being so slow
+ # but pkgadd is also found in scratch
+ ['pkgutils','pkginfo','p','-i',1,0,'','main::check_program(\'pkgadd\')'],
+ # slack 15 moves packages to /var/lib/pkgtools/packages but links to /var/log/packages
+ ['pkgtool','pkgtool','d','/var/lib/pkgtools/packages',1,4,'\\/',
+ '-d \'/var/lib/pkgtools/packages\''],
+ ['pkgtool','pkgtool','d','/var/log/packages/',1,5,'\\/',
+ '! -d \'/var/lib/pkgtools/packages\' && -d \'/var/log/packages/\''],
+ # rpm way too slow without nodigest/sig!! confirms packages exist
+ # but even with, MASSIVELY slow in some cases, > 20, 30 seconds!!!!
+ # find another way to get rpm package counts or don't show this feature for rpm!!
+ ['rpm','rpm','pkg','-qa --nodigest --nosignature',1,0,''],
+ # scratch is a programming language too, with software called scratch
+ ['scratch','pkgbuild','d','/var/lib/scratchpkg/index/*/.pkginfo',1,5,'\\/',
+ '-d \'/var/lib/scratchpkg\''],
# note',' slapt-get, spkg, and pkgtool all return the same count
- #['slapt-get','slapt-get','p','--installed',1,0,''],
- #['spkg','spkg','p','--installed',1,0,''],
+ # ['slapt-get','slapt-get','p','--installed',1,0,''],
+ # ['spkg','spkg','p','--installed',1,0,''],
['tce','tce-status','p','-i',1,0,''],
# note: I believe mageia uses rpm internally but confirm
# ['urpmi','urpmq','p','??',1,0,''],
['xbps','xbps-query','p','-l',1,1,''],
+ # ['xxx-brew','brew','p','--cellar',0,0,''], # verify how this works
['zzz-flatpak','flatpak','p','list',0,0,''],
['zzz-snap','snap','p','list',0,0,'','@ps_cmd && (grep {/\bsnapd\b/} @ps_cmd)'],
);
@@ -21221,32 +24847,42 @@ sub package_counts {
foreach (@pkg_managers){
if ($program = main::check_program($_->[1])){
next if $_->[7] && !eval $_->[7];
- if ($_->[2] eq 'p'){
+ my $error;
+ if ($_->[2] eq 'p' || ($_->[2] eq 'pkg' && $force{'pkg'})){
chomp(@list = qx($program $_->[3] 2>/dev/null));
}
- else {
+ elsif ($_->[2] eq 'd'){
@list = main::globber($_->[3]);
}
+ else {
+ @list = undef;
+ $error = main::row_defaults('pm-disabled');
+ }
$libs = undef;
- $count = scalar @list;
- #print Data::Dumper::Dumper \@list;
- if ($b_admin && $count && $_->[4]){
- $libs = count_libs(\@list,$_->[5],$_->[6]);
+ # print Data::Dumper::Dumper \@list;
+ if (!$error){
+ $count = scalar @list;
+ if ($b_admin && $count && $_->[4]){
+ $libs = count_libs(\@list,$_->[5],$_->[6]);
+ }
+ $counts{$_->[0]} = [$count,$libs];
+ $counts{'total'} += $count;
}
- $counts{$_->[0]} = ([$count,$libs]);
- $counts{'total'} += $count;
- #print Data::Dumper::Dumper \%counts;
+ else {
+ $counts{'note'} = $error;
+ }
+ # print Data::Dumper::Dumper \%counts;
}
}
# print Data::Dumper::Dumper \%counts;
- main::log_data('dump','Packaage managers: %counts',\%counts) if $b_log;
+ main::log_data('dump','Package managers: %counts',\%counts) if $b_log;
eval $end if $b_log;
}
sub appimage_counts {
if (@ps_cmd && (grep {/\bappimaged\b/} @ps_cmd)){
@list = main::globber($ENV{'HOME'} . '/.local/bin/*.appimage');
$count = scalar @list;
- $counts{'zzz-appimage'} = ([$$count,undef]) if $count;
+ $counts{'zzz-appimage'} = [$count,undef] if $count;
$counts{'total'} += $count;
}
}
@@ -21255,16 +24891,58 @@ sub count_libs {
my (@data);
my $i = 0;
$split ||= '\\s+';
- #print scalar @$items, '::', $split, '::', $pos, "\n";
+ # print scalar @$items, '::', $split, '::', $pos, "\n";
foreach (@$items){
@data = split(/$split/, $_);
- #print scalar @data, '::', $data[$pos], "\n";
+ # print scalar @data, '::', $data[$pos], "\n";
$i++ if $data[$pos] && $data[$pos] =~ m%^lib%;
}
return $i;
}
}
+## PartitionData - set/get
+# for /proc/partitions only, see DiskDataBSD for BSD partition data.
+{
+package PartitionData;
+sub set {
+ my ($type) = @_;
+ $loaded{'partition-data'} = 1;
+ if (my $file = $system_files{'proc-partitions'}){
+ proc_data($file);
+ }
+}
+# 1 - partition name, without /dev, like sda1, sde
+sub get {
+ eval $start if $b_log;
+ my $item = $_[0];
+ return if !@proc_partitions;
+ my (@device);
+ foreach my $device (@proc_partitions){
+ if ($device->[3] eq $item){
+ @device = @$device;
+ last;
+ }
+ }
+ eval $start if $b_log;
+ return @device;
+}
+
+sub proc_data {
+ eval $start if $b_log;
+ my $file = $_[0];
+ my @parts = main::reader($file,'strip');
+ # print Dumper \@parts;
+ shift @parts if @parts; # get rid of headers
+ for (@parts){
+ my @temp = split(/\s+/, $_);
+ next if !defined $temp[2];
+ push (@proc_partitions,[$temp[0],$temp[1],$temp[2],$temp[3]]);
+ }
+ eval $end if $b_log;
+}
+}
+
# args: 1 - pci device string; 2 - pci cleaned subsystem string
sub get_pci_vendor {
eval $start if $b_log;
@@ -21291,30 +24969,125 @@ sub get_pci_vendor {
return $vendor;
}
-# 1 - partition name, without /dev, like sda1, sde
-sub get_proc_partition {
+sub set_ps_aux {
eval $start if $b_log;
- my $item = $_[0];
- return if !@proc_partitions;
- my (@device);
- foreach my $device (@proc_partitions){
- if ($device->[3] eq $item){
- @device = @$device;
- last;
+ my ($header,@ps,@temp);
+ # note: some ps cut off output based on terminal width
+ # ww sets width unlimited
+ $loaded{'ps-aux'} = 1;
+ @ps = grabber("ps wwaux 2>/dev/null",'','strip');
+ if (@ps){
+ $header = shift @ps; # get rid of header row
+ # handle busy box, which has 3 columns, regular ps aux has 11
+ # avoid deprecated implicit split error in older Perls
+ @temp = split(/\s+/, $header);
+ }
+ $ps_cols = $#temp; # the indexes, not the scalar count
+ if ($ps_cols < 10){
+ my $version = qx(ps --version 2>&1);
+ $b_busybox_ps = 1 if $version =~ /busybox/i;
+ }
+ return if !@ps; # note: mips/openwrt ps has no 'a'
+ for (@ps){
+ next if !$_;
+ next if $self_name eq 'inxi' && /\/$self_name\b/;
+ $_ = lc;
+ push (@ps_aux,$_);
+ my @split = split(/\s+/, $_);
+ # slice out 10th to last elements of ps aux rows
+ my $final = $#split;
+ # some stuff has a lot of data, chrome for example
+ $final = ($final > ($ps_cols + 2)) ? $ps_cols + 2 : $final;
+ if ($split[$ps_cols] !~ /^\[/){
+ push(@ps_cmd,join(' ', @split[$ps_cols .. $final]));
}
}
+ # never, because ps loaded before option handler
+ # print Dumper \@ps_cmd; # if $dbg[5];
+ eval $end if $b_log;
+}
+
+sub set_ps_gui {
eval $start if $b_log;
- return @device;
+ $loaded{'ps-gui'} = 1;
+ my ($working,@match,@temp);
+ # desktops / wm (some wm also compositors)
+ if ($show{'system'}){
+ @temp=qw(razor-desktop razor-session lxsession lxqt-session
+ tdelauncher tdeinit_phase1);
+ push(@match,@temp);
+ @temp=qw(2bwm 3dwm 9wm afterstep aewm aewm\+\+ amiwm antiwm awesome
+ blackbox bspwm
+ cagebreak calmwm catwm (sh|c?lisp).*clfswm ctwm (openbsd-)?cwm dwm evilwm
+ fluxbox flwm flwm_topside fvwm.*-crystal fvwm1 fvwm2 fvwm3 fvwm95 fvwm
+ herbstluftwm i3 icewm instantwm ion3 jbwm jwm larswm leftwm lwm
+ matchbox-window-manager mcwm mini monsterwm musca mwm nawm notion
+ openbox orbital pekwm penrose perceptia python.*qtile qtile qvwm ratpoison
+ sawfish scrotwm snapwm spectrwm (sh|c?lisp).*stumpwm sway
+ tinywm tvtwm twm uwm
+ waycooler way-cooler windowlab WindowMaker wingo wm2 wmfs wmfs2 wmii2 wmii
+ wmx
+ xfdesktop xmonad yeahwm);
+ push(@match,@temp);
+ }
+ # wm:
+ if ($show{'system'} && $extra > 1){
+ @temp=qw(budgie-wm compiz deepin-wm gala gnome-shell
+ twin kwin_wayland kwin_x11 kwin marco
+ deepin-metacity metacity metisse mir muffin deepin-mutter mutter
+ ukwm xfwm[45]?);
+ push(@match,@temp);
+ # startx: /bin/sh /usr/bin/startx
+ @temp=qw(ly .*startx xinit); # possible dm values
+ push(@match,@temp);
+ }
+ # info: NOTE: glx-dock is cairo-dock
+ if ($show{'system'} && $extra > 2){
+ @temp=qw(alltray awn bar bmpanel bmpanel2 budgie-panel
+ cairo-dock dde-dock dmenu dockbarx docker docky dzen dzen2
+ fbpanel fspanel glx-dock gnome-panel hpanel i3bar icewmtray
+ kdocker kicker latte latte-dock lemonbar ltpanel lxpanel lxqt-panel
+ matchbox-panel mate-panel ourico
+ perlpanel plank plasma-desktop plasma-netbook polybar pypanel
+ razor-panel razorqt-panel stalonetray swaybar taskbar tint2 trayer
+ ukui-panel vala-panel wbar wharf wingpanel witray
+ xfce[45]?-panel xmobar yabar);
+ push(@match,@temp);
+ }
+ # compositors (for wayland these are also the server, note.
+ # for wayland always show, so always load these
+ if ($show{'graphic'} && $extra > 0){
+ @temp=qw(3dwm asc budgie-wm compiz compton deepin-wm dwc dcompmgr
+ enlightenment fireplace gnome-shell grefson kmscon kwin_wayland kwin_x11
+ liri marco metisse mir moblin motorcar muffin mutter
+ orbital papyros perceptia picom rustland sommelier sway swc
+ ukwm unagi unity-system-compositor
+ wavy waycooler way-cooler wayfire wayhouse westford weston xcompmgr
+ xfwm[45]?);
+ push(@match,@temp);
+ }
+ uniq(\@match);
+ my $matches = join('|', @match);
+ foreach (@ps_cmd){
+ if (/^(|[\S]*\/)($matches)(\/|\s|$)/){
+ $working = $2;
+ push(@ps_gui, $working); # deal with duplicates with uniq
+ }
+ }
+ uniq(\@ps_gui) if @ps_gui;
+ print Dumper \@ps_gui if $dbg[5];
+ log_data('dump','@ps_gui',\@ps_gui) if $b_log;
+ eval $end if $b_log;
}
# # check? /var/run/nologin for bsds?
sub get_runlevel_data {
eval $start if $b_log;
my $runlevel = '';
- if ( my $program = check_program('runlevel')){
+ if (my $program = check_program('runlevel')){
$runlevel = (grabber("$program 2>/dev/null"))[0];
$runlevel =~ s/[^\d]//g if $runlevel;
- #print_line($runlevel . ";;");
+ # print_line($runlevel . ";;");
}
eval $end if $b_log;
return $runlevel;
@@ -21332,7 +25105,7 @@ sub get_runlevel_default {
my $systemd = '/etc/systemd/system/default.target';
my $upstart = '/etc/init/rc-sysinit.conf';
# note: systemd systems do not necessarily have this link created
- if ( -e $systemd){
+ if (-e $systemd){
$default = readlink($systemd);
$default =~ s/.*\/// if $default;
$b_systemd = 1;
@@ -21340,13 +25113,13 @@ sub get_runlevel_default {
# http://askubuntu.com/questions/86483/how-can-i-see-or-change-default-run-level
# note that technically default can be changed at boot but for inxi purposes
# that does not matter, we just want to know the system default
- elsif ( -r $upstart){
+ elsif (-r $upstart){
# env DEFAULT_RUNLEVEL=2
@data = reader($upstart);
$default = awk(\@data,'^env\s+DEFAULT_RUNLEVEL',2,'=');
}
# handle weird cases where null but inittab exists
- if (!$default && -r $inittab ){
+ if (!$default && -r $inittab){
@data = reader($inittab);
$default = awk(\@data,'^id.*initdefault',2,':');
}
@@ -21357,7 +25130,7 @@ sub get_runlevel_default {
sub get_self_version {
eval $start if $b_log;
my $patch = $self_patch;
- if ( $patch ne '' ){
+ if ($patch ne ''){
# for cases where it was for example: 00-b1 clean to -b1
$patch =~ s/^[0]+-?//;
$patch = "-$patch" if $patch;
@@ -21366,50 +25139,248 @@ sub get_self_version {
return $self_version . $patch;
}
-sub get_shell_data {
+## ServiceData
+{
+package ServiceData;
+my ($key,$service,$type);
+sub get {
eval $start if $b_log;
- my ($ppid) = @_;
- my $cmd = "ps -p $ppid -o comm= 2>/dev/null";
- my $shell = qx($cmd);
- log_data('cmd',$cmd) if $b_log;
+ ($type,$service) = @_;
+ my $value;
+ set() if !$loaded{'service-tool'};
+ $key = (keys %service_tool)[0] if %service_tool;
+ if ($key){
+ if ($type eq 'status'){
+ $value = process_status();
+ }
+ elsif ($type eq 'tool'){
+ $value = $service_tool{$key}->[1];
+ }
+ }
+ eval $end if $b_log;
+ return $value;
+}
+sub process_status {
+ eval $start if $b_log;
+ my ($cmd,$status,@data);
+ my ($result,$value) = ('','');
+ my %translate = (
+ 'active' => 'running',
+ 'down' => 'stopped',
+ 'fail' => 'not found',
+ 'failed' => 'not found',
+ 'inactive' => 'stopped',
+ 'ok' => 'running',
+ 'not running' => 'stopped',
+ 'run' => 'running',
+ 'started' => 'running',
+ );
+ if ($key eq 'systemctl'){
+ $cmd = "$service_tool{$key}->[0] status $service";
+ }
+ # can be /etc/init.d or /etc/rc.d; ghostbsd/gentoo have this
+ elsif ($key eq 'rc-service'){
+ $cmd = "$service_tool{$key}->[0] $service status";
+ }
+ elsif ($key eq 'rcctl'){
+ $cmd = "$service_tool{$key}->[0] check $service";
+ }
+ # dragonfly/netbsd/freebsd have this
+ elsif ($key eq 'service'){
+ $cmd = "$service_tool{$key}->[0] $service status";
+ }
+ # runit
+ elsif ($key eq 'sv'){
+ $cmd = "$service_tool{$key}->[0] status $service";
+ }
+ # check or status or onestatus (netbsd)
+ elsif ($key eq 'rc.d'){
+ if (-e "$service_tool{$key}->[0]$service"){
+ $status = ($bsd_type && $bsd_type =~ /(dragonfly)/) ? 'status' : 'check';
+ $cmd = "$service_tool{$key}->[0]$service check";
+ }
+ else {
+ $result = 'not found';
+ }
+ }
+ elsif ($key eq 'init.d'){
+ if (-e "$service_tool{$key}->[0]$service"){
+ $cmd = "$service_tool{$key}->[0]$service status";
+ }
+ else {
+ $result = 'not found';
+ }
+ }
+ @data = main::grabber("$cmd 2>&1",'','strip') if $cmd;
+ # @data = ('bluetooth is running.');
+ print "key: $key\n", Data::Dumper::Dumper \@data if $dbg[29];
+ main::log_data('dump','service @data',\@data) if $b_log;
+ for my $row (@data){
+ my @working = split(/\s*:\s*/,$row);
+ ($value) = ('');
+ # print "$working[0]::$working[1]\n";
+ if ($working[0] eq 'Loaded'){
+ # note: sshd shows ssh for ssh.service
+ $working[1] =~ /^(.+?)\s*\(.*?\.service;\s+(\S+?);.*/;
+ $result = lc($1) if $1;
+ $result = lc($2) if $2; # this will be enabled/disabled
+ }
+ elsif ($working[0] eq 'Active'){
+ $working[1] =~ /^(.+?)\s*\((\S+?)\).*/;
+ $value = lc($1) if $1 && (!$result || $result ne 'disabled');
+ $value = $translate{$value} if $value && $translate{$value};
+ $result .= ",$value" if ($result && $value);
+ last;
+ }
+ # valid syntax, but service does not exist
+ # * rc-service: service 'ntp' does not exist ::
+ elsif ($row =~ /$service.*?(not (exist|(be )?found)|no such (directory|file)|unrecognized)/i){
+ $result = 'not found';
+ last;
+ }
+ # means command directive doesn't exist, we don't know if service exists or not
+ # * ntpd: unknown function 'disable' ::
+ elsif ($row =~ /unknown (directive|function)|Usage/i){
+ last;
+ }
+ # rc-service: * status: started :: * status: stopped, fail handled in not exist test
+ elsif ($working[0] eq '* status' && $working[1]){
+ $result = lc($working[1]);
+ $result = $translate{$result} if $translate{$result};
+ last;
+ }
+ ## start exists status detections
+ elsif ($working[0] =~ /\b$service is ([a-z\s]+?)(\s+as\s.*|\s+\.\.\..*)?\.?$/){
+ $result = lc($1);
+ $result = $translate{$result} if $translate{$result};
+ last;
+ }
+ # runit sv: run/down/fail - fail means not found
+ # run: udevd: (pid 631) 641s :: down: sshd: 9s, normally up
+ elsif ($working[1] && $working[1] eq $service && $working[0] =~ /^([a-z]+)$/){
+ $result = lc($1);
+ $result = $translate{$result} if $translate{$result};
+ $result = "enabled,$result" if $working[2] && $working[2] =~ /normally up/i;
+ }
+ # OpenBSD: sshd(ok)
+ elsif ($working[0] =~ /\b$service\s*\(([^\)]+)\)/){
+ $result = lc($1);
+ $result = $translate{$result} if $translate{$result};
+ last;
+ }
+ }
+ print "service result: $result\n" if $dbg[29];
+ main::log_data('data',"result: $result") if $b_log;
+ eval $end if $b_log;
+ return $result;
+}
+sub set {
+ eval $start if $b_log;
+ $loaded{'service-tool'} = 1;
+ my ($path);
+ if ($path = main::check_program('systemctl')){
+ # systemctl status ssh :: Loaded: / Active:
+ %service_tool = ('systemctl' => [$path,'systemctl']);
+ }
+ elsif ($path = main::check_program('rc-service')){
+ # rc-service ssh status :: * status: stopped
+ %service_tool = ('rc-service' => [$path,'rc-service']);
+ }
+ elsif ($path = main::check_program('rcctl')){
+ # rc-service ssh status :: * status: stopped
+ %service_tool = ('rcctl' => [$path,'rcctl']);
+ }
+ elsif ($path = main::check_program('service')){
+ # service sshd status
+ %service_tool = ('service' => [$path,'service']);
+ }
+ elsif ($path = main::check_program('sv')){
+ # service sshd status
+ %service_tool = ('sv' => [$path,'sv']);
+ }
+ # freebsd does not have 'check', netbsd does not have status
+ elsif (-d '/etc/rc.d/'){
+ # /etc/rc.d/ssh check :: ssh(ok|failed)
+ %service_tool = ('rc.d' => ['/etc/rc.d/','/etc/rc.d']);
+ }
+ elsif (-d '/etc/init.d/'){
+ # /etc/init.d/ssh status :: Loaded: loaded (...)/ Active: active (...)
+ %service_tool = ('init.d' => ['/etc/init.d/','/etc/init.d']);
+ }
+ eval $end if $b_log;
+}
+}
+# $dbg[29] = 1; set_path(); print ServiceData::get('status','bluetooth'),"\n";
+
+## ShellData
+{
+package ShellData;
+my $b_debug = 0; # disable all debugger output in case forget to comment out!
+
+# public. This does not depend on using ps -jfp, open/netbsd do not
+# at this point support it, so we only want to use -jp to get parent
+# $ppid set in initialize(). shell_launcher will use -f so it only
+# runs in case we got $pppid. $client{'pppid'} will be used to trigger
+# launcher tests. If started with sshd via ssh user@address 'pinxi -Ia'
+# will show sshd as shell, which is fine, that's what it is.
+sub set {
+ eval $start if $b_log;
+ my ($cmd,$parent,$pppid,$shell);
+ $loaded{'shell-data'} = 1;
+ $cmd = "ps -wwp $ppid -o comm= 2>/dev/null";
+ $shell = qx($cmd);
+ # we'll be using these $client pppid/parent values in shell_launcher()
+ $pppid = $client{'pppid'} = get_pppid($ppid);
+ $pppid ||= '';
+ $client{'pppid'} ||= '';
+ # print "sh: $shell\n";
+ main::log_data('cmd',$cmd) if $b_log;
chomp($shell);
if ($shell){
- #print "shell pre: $shell\n";
+ # print "shell pre: $shell\n";
# when run in debugger subshell, would return sh as shell,
# and parent as perl, that is, pinxi itself, which is actually right.
# trim leading /.../ off just in case. ps -p should return the name, not path
# but at least one user dataset suggests otherwise so just do it for all.
$shell =~ s/^.*\///;
- my $working = $ENV{'SHELL'};
# NOTE: su -c "inxi -F" results in shell being su
- if ($shell eq 'sudo' || $shell eq 'su' ){
- $client{'su-start'} = $shell;
- $shell = get_shell_parent(get_start_parent($ppid));
- }
+ # but: su - results in $parent being su
+ my $i=0;
+ $parent = $client{'parent'} = parent_name($pppid) if $pppid;
+ $parent ||= '';
+ print "1: shell: $shell $ppid parent: $parent $pppid\n" if $b_debug;
+ # this will fail in this case: sudo su -c 'inxi -Ia'
+ if ($shell =~ /^(doas|login|sudo|su)$/){
+ $client{'su-start'} = $shell if $shell ne 'login';
+ $shell = $parent if $parent;
+ }
+ # eg: su to root, then sudo
+ elsif ($parent && $client{'parent'} =~ /^(doas|sudo|su)$/){
+ $client{'su-start'} = $parent;
+ $parent = '';
+ }
+ print "2: shell: $shell parent: $parent\n" if $b_debug;
+ my $working = $ENV{'SHELL'};
if ($working){
$working =~ s/^.*\///;
-# if (($shell eq 'sh' || $shell eq 'sudo' || $shell eq 'su' ) && $shell ne $working){
-# $client{'su-start'} = $shell if ($shell eq 'sudo' || $shell eq 'su');
-# $shell = $working;
-# }
# a few manual changes for known
# Note: parent when fizsh shows as zsh but SHELL is fizsh, but other times
# SHELL is default shell, but in zsh, SHELL is default shell, not zfs
- if ($shell eq 'zsh' && $working eq 'fizsh' ){
+ if ($shell eq 'zsh' && $working eq 'fizsh'){
$shell = $working;
}
}
- # print "shell post: $shell working: $working\n";
+ # print "3: shell post: $shell working: $working\n";
# since there are endless shells, we'll keep a list of non program value
# set shells since there is little point in adding those to program values
- if (test_shell($shell)){
+ if (shell_test($shell)){
# do nothing, just leave $shell as is
}
# note: not all programs return version data. This may miss unhandled shells!
- elsif ((@app = program_data(lc($shell),lc($shell),1)) && $app[0]){
+ elsif ((@app = main::program_data(lc($shell),lc($shell),1)) && $app[0]){
$shell = $app[0];
$client{'version'} = $app[1] if $app[1];
- #print "app test $shell v: $client{'version'}\n";
+ print "3: app test $shell v: $client{'version'}\n" if $b_debug;
}
else {
# NOTE: we used to guess here with position 2 --version but this cuold lead
@@ -21418,36 +25389,36 @@ sub get_shell_data {
# eg: shell -> infos -> inxi -> sh -> infos --version -> infos -> inxi...
# Basically here we are hoping that the grandparent is a shell, or at least
# recognized as a known possible program
- #print "app not shell?: $shell\n";
+ # print "app not shell?: $shell\n";
if ($shell){
- # print 'shell: ' . $shell .' Start client version type: ', get_shell_parent(get_start_parent(getppid())), "\n";
- my $parent = get_shell_parent(get_start_parent($ppid));
+ print "shell 4: $shell StartClientVersionType: $parent\n" if $b_debug;
if ($parent){
- if (test_shell($parent)){
+ if (shell_test($parent)){
$shell = $parent;
}
- elsif ((@app = program_data(lc($parent),lc($parent),0)) && $app[0]){
+ elsif ((@app = main::program_data(lc($parent),lc($parent),0)) && $app[0]){
$shell = $app[0];
$client{'version'} = $app[1] if $app[1];
}
- #print "shell3: $shell version: $client{'version'}\n";
+ print "shell 5: $shell version: $client{'version'}\n" if $b_debug;
}
}
else {
- $client{'version'} = row_defaults('unknown-shell');
+ $client{'version'} = main::row_defaults('unknown-shell');
}
- #print "shell not app version: $client{'version'}\n";
+ print "6: shell not app version: $client{'version'}\n" if $b_debug;
}
$client{'version'} ||= '';
$client{'version'} =~ s/(\(.*|-release|-version)// if $client{'version'};
+ $shell =~ s/^[\s-]+|[\s-]+$//g if $shell; # sometimes will be like -sh
$client{'name'} = lc($shell);
$client{'name-print'} = $shell;
- #print "shell4: $client{'name-print'} version: $client{'version'}\n";
+ print "7: shell: $client{'name-print'} version: $client{'version'}\n" if $b_debug;
if ($extra > 2 && $working && lc($shell) ne lc($working)){
- if (@app = program_data(lc($working))){
+ if (@app = main::program_data(lc($working))){
$client{'default-shell'} = $app[0];
$client{'default-shell-v'} = $app[1];
- $client{'default-shell-v'} =~ s/(\(.*|-release|-version)// if $client{'default-shell-v'};
+ $client{'default-shell-v'} =~ s/(\s*\(.*|-release|-version)// if $client{'default-shell-v'};
}
else {
$client{'default-shell'} = $working;
@@ -21458,115 +25429,130 @@ sub get_shell_data {
$client{'name'} = 'shell';
$client{'name-print'} = 'Unknown Shell';
}
- $client{'su-start'} = 'sudo' if (!$client{'su-start'} && $ENV{'SUDO_USER'});
+ if (!$client{'su-start'}){
+ $client{'su-start'} = 'sudo' if $ENV{'SUDO_USER'};
+ $client{'su-start'} = 'doas' if $ENV{'DOAS_USER'};
+ }
+ if ($parent && $parent eq 'login'){
+ $client{'su-start'} = ($client{'su-start'}) ? $client{'su-start'} . ',' . $parent: $parent;
+ }
eval $end if $b_log;
}
-# list of program_values non-handled shells, or known to have no version
-# Move shell to set_program_values for print name, or version if available
-sub test_shell {
- my ($test) = @_;
- # not verified or tested
- my $shells = 'apush|ccsh|ch|esh|eshell|heirloom|hush|';
- $shells .= 'ion|imrsh|larryshell|mrsh|msh(ell)?|murex|nsh|nu(shell)?|';
- $shells .= 'psh|pwsh|pysh(ell)?|rush|sash|';
- # tested shells with no version info discovered
- $shells .= 'es|rc|scsh|sh';
- return '|' . $shells if $test eq 'return';
- return ($test =~ /^($shells)$/) ? $test : '';
-}
-
-sub get_shell_source {
+# public, returns shell launcher, terminal, program, whatever
+# depends on $pppid so only runs if that is set.
+sub shell_launcher {
eval $start if $b_log;
my (@data);
- my ($msg,$self_parent,$shell_parent) = ('','','');
- my $ppid = getppid();
- $self_parent = get_start_parent($ppid);
+ my ($msg,$pppid,$shell_parent) = ('','','');
+ $pppid = $client{'pppid'};
if ($b_log){
- $msg = ($ppid) ? "self parent: $self_parent ppid: $ppid": "self parent: undefined";
- log_data('data',$msg);
- }
- #print "self parent: $self_parent ppid: $ppid\n";
- if ($self_parent){
- $shell_parent = get_shell_parent($self_parent);
- $client{'su-start'} = $shell_parent if ($shell_parent eq 'su' && !$client{'su-start'});
- #print "shell parent 1: $shell_parent\n";
+ $msg = ($ppid) ? "pppid: $pppid ppid: $ppid": "ppid: undefined";
+ main::log_data('data',$msg);
+ }
+ # print "self parent: $pppid ppid: $ppid\n";
+ if ($pppid){
+ $shell_parent = $client{'parent'};
+ # print "shell parent 1: $shell_parent\n";
if ($b_log){
$msg = ($shell_parent) ? "shell parent 1: $shell_parent": "shell parent 1: undefined";
- log_data('data',$msg);
+ main::log_data('data',$msg);
}
# in case sudo starts inxi, parent is shell (or perl inxi if run by debugger)
# so: perl (2) started pinxi with sudo (3) in sh (4) in terminal
- my $shells = 'ash|bash|busybox|cicada|csh|dash|elvish|fish|fizsh|ksh|ksh93|';
- $shells .= 'lksh|loksh|mksh|nash|oh|oil|osh|pdksh|perl|posh|';
+ my $shells = 'ash|bash|busybox|cicada|csh|dash|doas|elvish|fish|fizsh|ksh|ksh93|';
+ $shells .= 'lksh|login|loksh|mksh|nash|oh|oil|osh|pdksh|perl|posh|';
$shells .= 'su|sudo|tcsh|xonsh|yash|zsh';
- $shells .= test_shell('return');
- for my $i (2..4){
- if ( $shell_parent && $shell_parent =~ /^($shells)$/ ){
- # no idea why have to do script_parent action twice in su case, but you do.
- $self_parent = get_start_parent($self_parent);
- $shell_parent = get_shell_parent($self_parent);
- #print "self::shell parent 2-${i}: $self_parent :: $shell_parent\n";
- if ($b_log){
- $msg = ($shell_parent) ? "shell parent $i: $shell_parent": "shell parent $i: undefined";
- log_data('data',$msg);
- }
- }
- else {
- last;
+ $shells .= shell_test('return');
+ my $i = 0;
+ print "self::pppid-0: $pppid :: $shell_parent\n" if $b_debug;
+ # note that new shells not matched will keep this loop spinning until it ends.
+ # All we really can do about that is update with new shell name when we find them.
+ while ($i < 8 && $shell_parent && $shell_parent =~ /^($shells)$/){
+ # bash > su > parent
+ $i++;
+ $pppid = get_pppid($pppid);
+ $shell_parent = parent_name($pppid);
+ print "self::pppid-${i}: $pppid :: $shell_parent\n" if $b_debug;
+ if ($b_log){
+ $msg = ($shell_parent) ? "parent-$i: $shell_parent": "shell parent $i: undefined";
+ main::log_data('data',$msg);
}
}
- # to work around a ps -p or gnome-terminal bug, which returns
- # gnome-terminal- trim - off end
- $shell_parent =~ s/-$// if $shell_parent;
}
if ($b_log){
- $self_parent ||= '';
+ $pppid ||= '';
$shell_parent ||= '';
- log_data('data',"parents: self: $self_parent shell: $shell_parent");
+ main::log_data('data',"parents: pppid: $pppid parent-name: $shell_parent");
}
eval $end if $b_log;
return $shell_parent;
}
-
-# utilities for get_shell_source
-# arg: 1 - parent id
-sub get_start_parent {
+# arg: 1 - parent id
+# returns SID/start ID
+sub get_pppid {
eval $start if $b_log;
- my ($parent) = @_;
- return 0 if !$parent;
- # ps -j -fp : bsds ps do not have -f for PPID, so we can't get the ppid
- my $cmd = "ps -j -fp $parent 2>/dev/null";
- log_data('cmd',$cmd) if $b_log;
- my @data = grabber($cmd);
- #shift @data if @data;
- my $self_parent = awk(\@data,"$parent",3,'\s+');
+ my ($ppid) = @_;
+ return 0 if !$ppid;
+ # ps -j -fp : some bsds ps do not have -f for PPID, so we can't get the ppid
+ my $cmd = "ps -wwjfp $ppid 2>/dev/null";
+ main::log_data('cmd',$cmd) if $b_log;
+ my @data = main::grabber($cmd);
+ # shift @data if @data;
+ my $pppid = main::awk(\@data,"$ppid",3,'\s+');
eval $end if $b_log;
- return $self_parent;
+ return $pppid;
}
-
# arg: 1 - parent id
-sub get_shell_parent {
+# returns parent command name
+sub parent_name {
eval $start if $b_log;
- my ($parent) = @_;
- return '' if !$parent;
- my $cmd = "ps -j -p $parent 2>/dev/null";
- log_data('cmd',$cmd) if $b_log;
- my @data = grabber($cmd,'','strip');
- #shift @data if @data;
- my $shell_parent = awk(\@data, "$parent",-1,'\s+');
+ my ($ppid) = @_;
+ return '' if !$ppid;
+ my ($parent_name);
+ my $cmd = "ps -wwjp $ppid 2>/dev/null";
+ main::log_data('cmd',$cmd) if $b_log;
+ my @data = main::grabber($cmd,'','strip');
+ # dump the headers if they exist
+ $parent_name = (grep {/$ppid/} @data)[0] if @data;
+ if ($parent_name){
+ # we don't want to worry about column position, just slice off all
+ # the first part before the command
+ $parent_name =~ s/^.*[0-9]+:[0-9\.]+\s+//;
+ # then get the command
+ $parent_name = (split(/\s+/,$parent_name))[0];
+ # get rid of /../ path info if present
+ $parent_name =~ s|^.*/|| if $parent_name;
+ # to work around a ps -p or gnome-terminal bug, which returns
+ # gnome-terminal- trim -/_ off start/end; _su, etc, which breaks detections
+ $parent_name =~ s/^[_-]|[_-]$//g;
+ }
eval $end if $b_log;
- return $shell_parent;
+ return $parent_name;
+}
+# list of program_values non-handled shells, or known to have no version
+# Move shell to set_program_values for print name, or version if available
+# $1 - return|[shell name to test
+# returns test list OR shell name/''
+sub shell_test {
+ my ($test) = @_;
+ # these shells are not verified or tested
+ my $shells = 'apush|ccsh|ch|esh?|eshell|heirloom|hush|';
+ $shells .= 'ion|imrsh|larryshell|mrsh|msh(ell)?|murex|nsh|nu(shell)?|';
+ $shells .= 'oksh|psh|pwsh|pysh(ell)?|rush|sash|xsh?|';
+ # these shells are tested and have no version info
+ $shells .= 'es|rc|scsh|sh';
+ return '|' . $shells if $test eq 'return';
+ return ($test =~ /^($shells)$/) ? $test : '';
}
-
# this will test against default IP like: (:0) vs full IP to determine
# ssh status. Surprisingly easy test? Cross platform
-sub get_ssh_status {
+sub ssh_status {
eval $start if $b_log;
my ($b_ssh,$ssh);
# fred pts/10 2018-03-24 16:20 (:0.0)
# fred-remote pts/1 2018-03-27 17:13 (43.43.43.43)
- if (my $program = check_program('who')){
- $ssh = (grabber("$program am i 2>/dev/null"))[0];
+ if (my $program = main::check_program('who')){
+ $ssh = (main::grabber("$program am i 2>/dev/null"))[0];
# crude IP validation
if ($ssh && $ssh =~ /\(([:0-9a-f]{8,}|[1-9][\.0-9]{6,})\)$/){
$b_ssh = 1;
@@ -21575,1219 +25561,218 @@ sub get_ssh_status {
eval $end if $b_log;
return $b_ssh;
}
-
-sub get_tty_console_irc {
+# If IRC: called if root for -S, -G, or if not in display for user.
+sub console_irc_tty {
eval $start if $b_log;
- my ($type) = @_;
- return $tty_session if defined $tty_session;
- if ( $type eq 'vtrn' && defined $ENV{'XDG_VTNR'} ){
- $tty_session = $ENV{'XDG_VTNR'};
+ $loaded{'con-irc-tty'} = 1;
+ # not set for root in or out of display
+ if (defined $ENV{'XDG_VTNR'}){
+ $client{'con-irc-tty'} = $ENV{'XDG_VTNR'};
}
else {
- my $ppid = getppid();
- $tty_session = awk(\@ps_aux,".*$ppid.*$client{'name'}",7,'\s+');
- $tty_session =~ s/^[^[0-9]+// if $tty_session;
+ # ppid won't work with name, so this is assuming there's only one client running
+ # if in display, -G returns vt size, not screen dimensions in rowsxcols.
+ $client{'con-irc-tty'} = main::awk(\@ps_aux,'.*\b' . $client{'name'} . '\b.*',7,'\s+');
+ $client{'con-irc-tty'} =~ s/^(tty|\?)// if defined $client{'con-irc-tty'};
}
- $tty_session = '' if ! defined $tty_session;
- log_data('data',"conole-irc-tty:$tty_session") if $b_log;
+ $client{'con-irc-tty'} = '' if !defined $client{'con-irc-tty'};
+ main::log_data('data',"console-irc-tty:$client{'con-irc-tty'}") if $b_log;
eval $end if $b_log;
- return $tty_session;
}
-
-sub get_tty_number {
+sub tty_number {
eval $start if $b_log;
- my ($tty);
- if ( defined $ENV{'XDG_VTNR'} ){
- $tty = $ENV{'XDG_VTNR'};
- }
- else {
- $tty = POSIX::ttyname(1);
- #variants: /dev/pts/1 /dev/tty1 /dev/ttyp2 /dev/ttyra [hex number a]
- $tty =~ s/.*\/[^0-9]*//g if defined $tty;
- }
- $tty = '' if ! defined $tty;
- log_data('data',"tty:$tty") if $b_log;
- eval $end if $b_log;
- return $tty;
-}
-
-# 2:58PM up 437 days, 8:18, 3 users, load averages: 2.03, 1.72, 1.77
-# 04:29:08 up 3:18, 3 users, load average: 0,00, 0,00, 0,00
-# 10:23PM up 5 days, 16:17, 1 user, load averages: 0.85, 0.90, 1.00
-# 05:36:47 up 1 day, 3:28, 4 users, load average: 1,88, 0,98, 0,62
-# 05:36:47 up 1 day, 3 min, 4 users, load average: 1,88, 0,98, 0,62
-# 04:41:23 up 2:16, load average: 7.13, 6.06, 3.41 # root openwrt
-sub get_uptime {
- eval $start if $b_log;
- my ($days,$hours,$minutes,$uptime) = ('','','','');
- if (check_program('uptime')){
- $uptime = qx(uptime);
- $uptime = trimmer($uptime);
- #$uptime = '05:36:47 up 3 min, 4 users, load average: 1,88, 0,98, 0,62';
- if ($uptime &&
- $uptime =~ /[\S]+\s+up\s+(([0-9]+)\s+day[s]?,\s+)?(([0-9]{1,2}):([0-9]{1,2})|([0-9]+)\smin[s]?),\s+([0-9]+\s+user|load average)/){
- $days = $2 . 'd' if $2;
- $days .= ' ' if ($days && ($4 || $6));
- if ($4 && $5){
- $hours = $4 . 'h ';
- $minutes = $5 . 'm';
- }
- elsif ($6){
- $minutes = $6 . 'm';
-
- }
- $uptime = $days . $hours . $minutes;
+ $loaded{'tty-number'} = 1;
+ # note: ttyname returns undefined if pinxi is > redirected output
+ # variants: /dev/pts/1 /dev/tty1 /dev/ttyp2 /dev/ttyra [hex number a]
+ $client{'tty-number'} = POSIX::ttyname(1);
+ # but tty direct works fine in that case
+ if (!defined $client{'tty-number'} && (my $program = main::check_program('tty'))){
+ chomp($client{'tty-number'} = qx($program 2>/dev/null));
+ if (defined $client{'tty-number'} && $client{'tty-number'} =~ /^not/){
+ undef $client{'tty-number'};
}
}
- $uptime ||= 'N/A';
- eval $end if $b_log;
- return $uptime;
-}
-# note: seen instance in android where reading file hangs endlessly!!!
-sub get_wakeups {
- eval $start if $b_log;
- return if $b_arm || $b_mips || $b_ppc;
- my ($wakeups);
- my $path = '/sys/power/wakeup_count';
- $wakeups = reader($path,'strip',0) if -r $path;
- eval $end if $b_log;
- return $wakeups;
-}
-
-#### -------------------------------------------------------------------
-#### SET DATA VALUES
-#### -------------------------------------------------------------------
-
-# android only, for distro / OS id and machine data
-sub set_build_prop {
- eval $start if $b_log;
- my $path = '/system/build.prop';
- $b_build_prop = 1;
- return if ! -r $path;
- my @data = reader($path,'strip');
- foreach (@data){
- my @working = split('=', $_);
- next if $working[0] !~ /^ro\.(build|product)/;
- if ($working[0] eq 'ro.build.date.utc'){
- $build_prop{'build-date'} = strftime "%F", gmtime($working[1]);
- }
- # ldgacy, replaced by ro.product.device
- elsif ($working[0] eq 'ro.build.product'){
- $build_prop{'build-product'} = $working[1];
- }
- # this can be brand, company, android, it varies, but we don't want android value
- elsif ($working[0] eq 'ro.build.user'){
- $build_prop{'build-user'} = $working[1] if $working[1] !~ /android/i;
- }
- elsif ($working[0] eq 'ro.build.version.release'){
- $build_prop{'build-version'} = $working[1];
- }
- elsif ($working[0] eq 'ro.product.board'){
- $build_prop{'product-board'} = $working[1];
- }
- elsif ($working[0] eq 'ro.product.brand'){
- $build_prop{'product-brand'} = $working[1];
- }
- elsif ($working[0] eq 'ro.product.device'){
- $build_prop{'product-device'} = $working[1];
- }
- elsif ($working[0] eq 'ro.product.manufacturer'){
- $build_prop{'product-manufacturer'} = $working[1];
- }
- elsif ($working[0] eq 'ro.product.model'){
- $build_prop{'product-model'} = $working[1];
- }
- elsif ($working[0] eq 'ro.product.name'){
- $build_prop{'product-name'} = $working[1];
- }
- elsif ($working[0] eq 'ro.product.screensize'){
- $build_prop{'product-screensize'} = $working[1];
- }
- }
- log_data('dump','%build_prop',\%build_prop) if $b_log;
- print Dumper \%build_prop if $test[20];
- eval $end if $b_log;
-}
-
-## creates arrays: @devices_audio; @devices_graphics; @devices_hwraid;
-## @devices_network; @devices_timer plus @devices for logging/debugging
-# 0 type
-# 1 type_id
-# 2 bus_id
-# 3 sub_id
-# 4 device
-# 5 vendor_id
-# 6 chip_id
-# 7 rev
-# 8 port
-# 9 driver
-# 10 modules
-# 11 driver_nu [bsd, like: em0 - driver em; nu 0. Used to match IF in -n
-# 12 subsystem/vendor
-# 13 subsystem vendor_id:chip id
-# 14 soc handle
-## DeviceData / PCI / SOC
-{
-package DeviceData;
-my (@data,@devices,@files,@full_names,@pcis,@temp,@temp2,@temp3);
-
-my ($busid,$busid_nu,$chip_id,$content,$device,$driver,$driver_nu,$file,
-$handle,$modules,$port,$rev,$temp,$type,$type_id,$vendor,$vendor_id);
-
-sub set {
- eval $start if $b_log;
- $_[0] = 1; # check boolean passed by reference
- if ( $b_pci ){
- if (!$bsd_type){
- if ($alerts{'lspci'}->{'action'} eq 'use' ){
- lspci_data();
- }
- # ! -d '/proc/bus/pci'
- # this is sketchy, a sbc won't have pci, but a non sbc arm may have it, so
- # build up both and see what happens
- if ($b_arm || $b_mips || $b_ppc || $b_sparc){
- soc_data();
- }
- }
- else {
- #if (1 == 1){
- if ($alerts{'pciconf'}->{'action'} eq 'use'){
- pciconf_data();
- }
- elsif ($alerts{'pcidump'}->{'action'} eq 'use'){
- pcidump_data();
- }
- }
- if ($test[9]){
- print Data::Dumper::Dumper \@devices_audio;
- print Data::Dumper::Dumper \@devices_graphics;
- print Data::Dumper::Dumper \@devices_network;
- print Data::Dumper::Dumper \@devices_hwraid;
- print Data::Dumper::Dumper \@devices_timer;
- print "vm: $device_vm\n";
- }
- if ( $b_log){
- main::log_data('dump','@devices_audio',\@devices_audio);
- main::log_data('dump','@devices_graphics',\@devices_graphics);
- main::log_data('dump','@devices_hwraid',\@devices_hwraid);
- main::log_data('dump','@devices_network',\@devices_network);
- main::log_data('dump','@devices_timer',\@devices_timer);
- }
- }
- @devices = undef;
- eval $end if $b_log;
-}
-
-sub lspci_data {
- eval $start if $b_log;
- my ($subsystem,$subsystem_id);
- @data = pci_grabber('lspci');
- #print Data::Dumper::Dumper \@data;
- foreach (@data){
- #print "$_\n";
- if ($device){
- if ($_ =~ /^~$/) {
- @temp = ($type,$type_id,$busid,$busid_nu,$device,$vendor_id,$chip_id,
- $rev,$port,$driver,$modules,$driver_nu,$subsystem,$subsystem_id);
- assign_data('pci',\@temp);
- $device = '';
- #print "$busid $device_id r:$rev p: $port\n$type\n$device\n";
- }
- elsif ($_ =~ /^Subsystem.*\[([a-f0-9]{4}:[a-f0-9]{4})\]/){
- $subsystem_id = $1;
- $subsystem = (split(/^Subsystem:\s*/, $_))[1];
- $subsystem =~ s/(\s?\[[^\]]+\])+$//g;
- $subsystem = main::cleaner($subsystem);
- $subsystem = main::pci_cleaner($subsystem,'pci');
- $subsystem = main::pci_cleaner_subsystem($subsystem);
- #print "ss:$subsystem\n";
- }
- elsif ($_ =~ /^I\/O\sports/){
- $port = (split(/\s+/, $_))[3];
- #print "p:$port\n";
- }
- elsif ($_ =~ /^Kernel\sdriver\sin\suse/){
- $driver = (split(/:\s*/, $_))[1];
- }
- elsif ($_ =~ /^Kernel\smodules/i){
- $modules = (split(/:\s*/, $_))[1];
- }
- }
- # note: arm servers can have more complicated patterns
- # 0002:01:02.0 Ethernet controller [0200]: Cavium, Inc. THUNDERX Network Interface Controller virtual function [177d:a034] (rev 08)
- elsif ($_ =~ /^(([0-9a-f]{2,4}:)?[0-9a-f]{2}:[0-9a-f]{2})[.:]([0-9a-f]+)\s(.*)\s\[([0-9a-f]{4}):([0-9a-f]{4})\](\s\(rev\s([^\)]+)\))?/){
- $busid = $1;
- $busid_nu = hex($3);
- @temp = split(/:\s+/, $4);
- $device = $temp[1];
- $type = $temp[0];
- $vendor_id = $5;
- $chip_id = $6;
- $rev = ($8)? $8 : '';
- $device = main::cleaner($device);
- $temp[0] =~ /\[([^\]]+)\]$/;
- $type_id = $1;
- $b_hardware_raid = 1 if $type_id eq '0104';
- $type = lc($type);
- $type = main::pci_cleaner($type,'pci');
- $type =~ s/\s+$//;
- #print "$type\n";
- ($driver,$driver_nu,$modules,$subsystem,$subsystem_id) = ('','','','','');
- }
- }
- print Data::Dumper::Dumper \@devices if $test[4];
- main::log_data('dump','lspci @devices',\@devices) if $b_log;
- eval $end if $b_log;
-}
-
-# em0@pci0:6:0:0: class=0x020000 card=0x10d315d9 chip=0x10d38086 rev=0x00 hdr=0x00
-# vendor = 'Intel Corporation'
-# device = 'Intel 82574L Gigabit Ethernet Controller (82574L)'
-# class = network
-# subclass = ethernet
-sub pciconf_data {
- eval $start if $b_log;
- @data = pci_grabber('pciconf');
- foreach (@data){
- if ($driver){
- if ($_ =~ /^~$/) {
- $vendor = main::cleaner($vendor);
- $device = main::cleaner($device);
- # handle possible regex in device name, like [ConnectX-3]
- # and which could make matches fail
- my $device_temp = main::regex_cleaner($device);
- if ($vendor && $device){
- if (main::regex_cleaner($vendor) !~ /\Q$device_temp\E/i){
- $device = "$vendor $device";
- }
- }
- elsif (!$device){
- $device = $vendor;
- }
- @temp = ($type,$type_id,$busid,$busid_nu,$device,$vendor_id,$chip_id,
- $rev,$port,$driver,$modules,$driver_nu);
- assign_data('pci',\@temp);
- $driver = '';
- #print "$busid $device_id r:$rev p: $port\n$type\n$device\n";
- }
- elsif ($_ =~ /^vendor/){
- $vendor = (split(/\s+=\s+/, $_))[1];
- #print "p:$port\n";
- }
- elsif ($_ =~ /^device/){
- $device = (split(/\s+=\s+/, $_))[1];
- }
- elsif ($_ =~ /^class/i){
- $type = (split(/\s+=\s+/, $_))[1];
- }
- }
- elsif (/^([^@]+)\@pci([0-9]{1,3}:[0-9]{1,3}:[0-9]{1,3}):([0-9]{1,3}).*class=([^\s]+)\scard=([^\s]+)\schip=([^\s]+)\srev=([^\s]+)/){
- $driver = $1;
- $busid = $2;
- $busid_nu = $3;
- $type_id = $4;
- #$vendor_id = $5;
- $vendor_id = substr($6,6,4);
- $chip_id = substr($6,2,4);
- $rev = $7;
- $driver =~ /(^[a-z]+)([0-9]+$)/;
- $driver = $1;
- $driver_nu = $2;
- # convert to 4 character, strip off 0x, and last trailing sub sub class.
- $type_id =~ s/^(0x)?([0-9a-f]{4}).*/$2/ if $type_id;
- ($device,$type,$vendor) = ('','','');
- }
- }
- print Data::Dumper::Dumper \@devices if $test[4];
- main::log_data('dump','pciconf @devices',\@devices) if $b_log;
- eval $end if $b_log;
-}
-
-sub pcidump_data {
- eval $start if $b_log;
- @data = pci_grabber('pcidump');
- foreach (@data){
- if ($_ =~ /^~$/ && $busid && $device) {
- @temp = ($type,$type_id,$busid,$busid_nu,$device,$vendor_id,$chip_id,
- $rev,$port,$driver,$modules,$driver_nu);
- assign_data('pci',\@temp);
- ($type,$type_id,$busid,$busid_nu,$device,$vendor_id,$chip_id,
- $rev,$port,$driver,$modules,$driver_nu) = undef;
- next;
- }
- if ($_ =~ /^([0-9a-f:]+):([0-9]+):\s([^:]+)$/i){
- $busid = $1;
- $busid_nu = $2;
- $device = main::cleaner($3);
- }
- elsif ($_ =~ /^0x[\S]{4}: Vendor ID: ([0-9a-f]{4}) Product ID: ([0-9a-f]{4})/ ){
- $vendor_id = $1;
- $chip_id = $2;
- }
- elsif ($_ =~ /^0x[\S]{4}: Class: ([0-9a-f]{2}) Subclass: ([0-9a-f]{2}) Interface: ([0-9a-f]+) Revision: ([0-9a-f]+)/){
- $type = pci_class($1);
- $type_id = "$1$2";
- }
- }
- print Data::Dumper::Dumper \@devices if $test[4];
- main::log_data('dump','pcidump @devices',\@devices) if $b_log;
- eval $end if $b_log;
-}
-sub pci_grabber {
- eval $start if $b_log;
- my ($program) = @_;
- my ($args,$path,$pattern,@working);
- if ($program eq 'lspci'){
- $args = ' -knnv';
- $path = $alerts{'lspci'}->{'path'};
- $pattern = '^[0-9a-f]+:';
- }
- elsif ($program eq 'pciconf'){
- $args = ' -lv';
- $path = $alerts{'pciconf'}->{'path'};
- $pattern = '^([^@]+)\@pci';
- }
- elsif ($program eq 'pcidump'){
- $args = ' -v';
- $path = $alerts{'pcidump'}->{'path'};
- $pattern = '^[0-9a-f]+:';
- }
- @data = main::grabber("$path $args 2>/dev/null",'','strip');
- #my $file = "$ENV{'HOME'}/bin/scripts/inxi/data/pciconf/pci-freebsd-8.2-2";
- #my $file = "$ENV{'HOME'}/bin/scripts/inxi/data/pcidump/pci-openbsd-6.1-vm.txt";
- #my $file = "$ENV{HOME}/bin/scripts/inxi/data/lspci/racermach-1-knnv.txt";
- #my $file = "$ENV{HOME}/bin/scripts/inxi/data/lspci/rk016013-knnv.txt";
- #@data = main::reader($file,'strip');
- if (@data){
- $b_pci_tool = 1 if scalar @data > 10;
- foreach (@data){
- if ($_ =~ /$pattern/i){
- push(@working, '~');
- }
- push(@working, $_);
- }
- push(@working, '~');
- }
- #print Data::Dumper::Dumper \@working;
- eval $end if $b_log;
- return @working;
-}
-
-sub soc_data {
- eval $start if $b_log;
- soc_devices_files();
- soc_devices();
- soc_devicetree();
- print Data::Dumper::Dumper \@devices if $test[4];
- main::log_data('dump','soc @devices',\@devices) if $b_log;
- eval $end if $b_log;
-}
-# 1: /sys/devices/platform/soc/1c30000.ethernet/uevent:["DRIVER=dwmac-sun8i", "OF_NAME=ethernet",
-# "OF_FULLNAME=/soc/ethernet@1c30000", "OF_COMPATIBLE_0=allwinner,sun8i-h3-emac",
-# "OF_COMPATIBLE_N=1", "OF_ALIAS_0=ethernet0", # "MODALIAS=of:NethernetT<NULL>Callwinner,sun8i-h3-emac"]
-# 2: /sys/devices/platform/soc:audio/uevent:["DRIVER=bcm2835_audio", "OF_NAME=audio", "OF_FULLNAME=/soc/audio",
-# "OF_COMPATIBLE_0=brcm,bcm2835-audio", "OF_COMPATIBLE_N=1", "MODALIAS=of:NaudioT<NULL>Cbrcm,bcm2835-audio"]
-# 3: /sys/devices/platform/soc:fb/uevent:["DRIVER=bcm2708_fb", "OF_NAME=fb", "OF_FULLNAME=/soc/fb",
-# "OF_COMPATIBLE_0=brcm,bcm2708-fb", "OF_COMPATIBLE_N=1", "MODALIAS=of:NfbT<NULL>Cbrcm,bcm2708-fb"]
-# 4: /sys/devices/platform/soc/1c40000.gpu/uevent:["OF_NAME=gpu", "OF_FULLNAME=/soc/gpu@1c40000",
-# "OF_COMPATIBLE_0=allwinner,sun8i-h3-mali", "OF_COMPATIBLE_1=allwinner,sun7i-a20-mali",
-# "OF_COMPATIBLE_2=arm,mali-400", "OF_COMPATIBLE_N=3",
-# "MODALIAS=of:NgpuT<NULL>Callwinner,sun8i-h3-maliCallwinner,sun7i-a20-maliCarm,mali-400"]
-# 5: /sys/devices/platform/soc/soc:internal-regs/d0018180.gpio/uevent
-# 6: /sys/devices/soc.0/1180000001800.mdio/8001180000001800:05/uevent
-# ["DRIVER=AR8035", "OF_NAME=ethernet-phy"
-# 7: /sys/devices/soc.0/1c30000.eth/uevent
-# 8: /sys/devices/wlan.26/uevent [from pine64]
-# 9: /sys/devices/platform/audio/uevent:["DRIVER=bcm2835_AUD0", "OF_NAME=audio"
-# 10: /sys/devices/vio/71000002/uevent:["DRIVER=ibmveth", "OF_NAME=l-lan"
-# 11: /sys/devices/platform/soc:/soc:i2c-hdmi:/i2c-2/2-0050/uevent:['OF_NAME=hdmiddc'
-# 12: /sys/devices/platform/soc:/soc:i2c-hdmi:/uevent:['DRIVER=i2c-gpio', 'OF_NAME=i2c-hdmi'
-sub soc_devices_files {
- eval $start if $b_log;
- if (-d '/sys/devices/platform/'){
- @files = main::globber('/sys/devices/platform/soc*/*/uevent');
- @temp2 = main::globber('/sys/devices/platform/soc*/*/*/uevent');
- push(@files,@temp2) if @temp2;
- @temp2 = main::globber('/sys/devices/platform/*/uevent');
- push(@files,@temp2) if @temp2;
- }
- if (main::globber('/sys/devices/soc*')){
- @temp2 = main::globber('/sys/devices/soc*/*/uevent');
- push(@files,@temp2) if @temp2;
- @temp2 = main::globber('/sys/devices/soc*/*/*/uevent');
- push(@files,@temp2) if @temp2;
- }
- @temp2 = main::globber('/sys/devices/*/uevent'); # see case 8
- push(@files,@temp2) if @temp2;
- @temp2 = main::globber('/sys/devices/*/*/uevent'); # see case 10
- push(@files,@temp2) if @temp2;
- @temp2 = undef;
- # not sure why, but even as root/sudo, /subsystem|driver/uevent are unreadable with -r test true
- @files = grep {!/\/(subsystem|driver)\//} @files if @files;
- main::uniq(\@files);
- eval $end if $b_log;
-}
-sub soc_devices {
- eval $start if $b_log;
- my (@working);
- foreach $file (@files){
- next if -z $file;
- $chip_id = $file;
- # variants: /soc/20100000.ethernet/ /soc/soc:audio/ /soc:/ /soc@0/ /soc:/12cb0000.i2c:/
- # mips: /sys/devices/soc.0/1180000001800.mdio/8001180000001800:07/
- # ppc: /sys/devices/vio/71000002/
- $chip_id =~ /\/sys\/devices\/(platform\/)?(soc[^\/]*\/)?([^\/]+\/)?([^\/]+\/)?([^\/\.:]+)([\.:])?([^\/:]+)?:?\/uevent$/;
- $chip_id = $5;
- $temp = $7;
- @working = main::reader($file, 'strip') if -r $file;
- ($device,$driver,$handle,$type,$vendor_id) = (undef,undef,undef,undef,undef);
- foreach my $data (@working){
- @temp2 = split('=', $data);
- if ($temp2[0] eq 'DRIVER'){
- $driver = $temp2[1];
- $driver =~ s/-/_/g if $driver; # kernel uses _, not - in module names
- }
- elsif ($temp2[0] eq 'OF_NAME'){
- $type = $temp2[1];
- }
- # we'll use these paths to test in device tree pci completer
- elsif ($temp2[0] eq 'OF_FULLNAME' && $temp2[1]){
- # we don't want the short names like /soc, /led and so on
- push(@full_names, $temp2[1]) if (() = $temp2[1] =~ /\//g) > 1;
- $handle = (split('@', $temp2[1]))[-1] if $temp2[1] =~ /@/;
- }
- elsif ($temp2[0] eq 'OF_COMPATIBLE_0'){
- @temp3 = split(',', $temp2[1]);
- $device = $temp3[-1];
- $vendor_id = $temp3[0];
- }
- }
- # it's worthless, we can't use it
- next if ! defined $type;
- $type_id = $type;
- $chip_id = '' if ! defined $chip_id;
- $vendor_id = '' if ! defined $vendor_id;
- $driver = '' if ! defined $driver;
- $handle = '' if ! defined $handle;
- $busid = (defined $temp && main::is_int($temp)) ? $temp: 0;
- $type = soc_type($type,$vendor_id,$driver);
- ($busid_nu,$modules,$port,$rev) = (0,'','','');
- @temp3 = ($type,$type_id,$busid,$busid_nu,$device,$vendor_id,$chip_id,$rev,
- $port,$driver,$modules,'','','',$handle);
- assign_data('soc',\@temp3);
- }
- eval $end if $b_log;
-}
-sub soc_devicetree {
- eval $start if $b_log;
- # now we want to fill in stuff that was not in /sys/devices/
- if (-d '/sys/firmware/devicetree/base/soc'){
- @files = main::globber('/sys/firmware/devicetree/base/soc/*/compatible');
- my $test = (@full_names) ? join('|', sort @full_names) : 'xxxxxx';
- foreach $file (@files){
- if ( $file !~ m%$test%){
- ($handle,$content,$device,$type,$type_id,$vendor_id) = ('','','','','','');
- $content = main::reader($file, 'strip',0) if -r $file;
- $file =~ m%soc/([^@]+)@([^/]+)/compatible$%;
- $type = $1;
- next if !$type || !$content;
- $handle = $2 if $2;
- $type_id = $type;
- if ($content){
- @temp3 = split(',', $content);
- $vendor_id = $temp3[0];
- $device = $temp3[-1];
- # strip off those weird device tree special characters
- $device =~ s/\x01|\x02|\x03|\x00//g;
- }
- $type = soc_type($type,$vendor_id,'');
- @temp3 = ($type,$type_id,0,0,$device,$vendor_id,'soc','','','','','','','',$handle);
- assign_data('soc',\@temp3);
- main::log_data('dump','@devices @temp3',\@temp3) if $b_log;
- }
- }
- }
- eval $end if $b_log;
-}
-sub assign_data {
- my ($tool,$data) = @_;
- if (check_graphics($data->[0],$data->[1])){
- push(@devices_graphics,[@$data]);
- $b_soc_gfx = 1 if $tool eq 'soc';
- }
- # for hdmi, we need gfx/audio both
- if (check_audio($data->[0],$data->[1])){
- push(@devices_audio,[@$data]);
- $b_soc_audio = 1 if $tool eq 'soc';
- }
- if (check_bluetooth($data->[0],$data->[1])){
- push(@devices_bluetooth,[@$data]);
- $b_soc_bluetooth = 1 if $tool eq 'soc';
- }
- elsif (check_hwraid($data->[0],$data->[1])){
- push(@devices_hwraid,[@$data]);
- $b_soc_net = 1 if $tool eq 'soc';
- }
- elsif (check_network($data->[0],$data->[1])){
- push(@devices_network,[@$data]);
- $b_soc_net = 1 if $tool eq 'soc';
- }
- elsif (check_timer($data->[0],$data->[1])){
- push(@devices_timer,[@$data]);
- $b_soc_timer = 1;
- }
- # not used at this point, -M comes before ANG
- # $device_vm = check_vm($data[4]) if ( (!$b_ppc && !$b_mips) && !$device_vm );
- push(@devices,[@$data]);
-}
-# note: for soc, these have been converted in soc_type()
-sub check_audio {
- if ( ( $_[1] && length($_[1]) == 4 && $_[1] =~ /^04/ ) ||
- ( $_[0] && $_[0] =~ /^(audio|hdmi|multimedia|sound)$/i )){
- return 1;
- }
- else {return 0}
-}
-sub check_bluetooth {
- if ( ( $_[1] && length($_[1]) == 4 && $_[1] eq '0d11' ) ||
- ( $_[0] && $_[0] =~ /^(bluetooth)$/i )){
- return 1;
- }
- else {return 0}
-}
-sub check_graphics {
- # note: multimedia class 04 is viddeo if 0400. 'tv' is risky I think
- if ( ( $_[1] && length($_[1]) == 4 && ($_[1] =~ /^03/ || $_[1] eq '0400' ||
- $_[1] eq '0d80' ) ) ||
- ( $_[0] && $_[0] =~ /^(vga|display|hdmi|3d|video|tv|television)$/i)){
- return 1;
- }
- else {return 0}
-}
-sub check_hwraid {
- return 1 if ( $_[1] && $_[1] eq '0104' );
-}
-# NOTE: class 06 subclass 80
-# https://www-s.acm.illinois.edu/sigops/2007/roll_your_own/7.c.1.html
-# 0d20: 802.11a 0d21: 802.11b 0d80: other wireless
-sub check_network {
- if ( ( $_[1] && length($_[1]) == 4 && ($_[1] =~/^02/ || $_[1] =~ /^0d2/ || $_[1] eq '0680' ) ) ||
- ( $_[0] && $_[0] =~ /^(ethernet|network|wifi|wlan)$/i ) ){
- return 1;
- }
- else {return 0}
-}
-sub check_timer {
- return 1 if ( $_[0] && $_[0] eq 'timer' );
-}
-sub check_vm {
- if ( $_[0] && $_[0] =~ /(innotek|vbox|virtualbox|vmware|qemu)/i ) {
- return $1
- }
- else {return ''}
-}
-
-sub soc_type {
- my ($type,$info,$driver) = @_;
- # I2S or i2s. I2C is i2 controller |[iI]2[Ss]. note: odroid hdmi item is sound only
- # snd_soc_dummy. simple-audio-amplifier driver: speaker_amp
- if (($driver && $driver =~ /codec/) || ($info && $info =~ /codec/) ||
- ($type && $type =~ /codec/) ){
- $type = 'codec';
- }
- elsif (($driver && $driver =~ /dummy/i) || ($info && $info =~ /dummy/i)){
- $type = 'dummy';
- }
- elsif ($type =~ /^(daudio|.*hifi.*|.*sound[_-]card|.*dac[0-9]?)$/i ||
- ($info && $info !~ /amp/i && $info =~ /(sound|audio)/i) ||
- ($driver && $driver =~ /(audio|snd|sound)/i) ){
- $type = 'audio';
- }
- elsif ($type =~ /^((meson-?)?fb|disp|display(-[^\s]+)?|gpu|.*mali|vpu)$/i){
- $type = 'display';
- }
- # includes ethernet-phy, meson-eth
- elsif ($type =~ /^(([^\s]+-)?eth|ethernet(-[^\s]+)?|lan|l-lan)$/i){
- $type = 'ethernet';
- }
- elsif ($type =~ /^(.*wlan.*|.*wifi.*)$/i){
- $type = 'wifi';
- }
- # needs to catch variants like hdmi-tx but not hdmi-connector
- elsif ( $type =~ /^(.*hdmi(-?tx)?)$/i){
- $type = 'hdmi';
- }
- elsif ($type =~ /^timer$/i){
- $type = 'timer';
- }
- return $type;
-}
-sub pci_class {
- eval $start if $b_log;
- my ($id) = @_;
- $id = lc($id);
- my %classes = (
- '00' => 'unclassified',
- '01' => 'mass-storage',
- '02' => 'network',
- '03' => 'display',
- '04' => 'audio',
- '05' => 'memory',
- '06' => 'bridge',
- '07' => 'communication',
- '08' => 'peripheral',
- '09' => 'input',
- '0a' => 'docking',
- '0b' => 'processor',
- '0c' => 'serialbus',
- '0d' => 'wireless',
- '0e' => 'intelligent',
- '0f' => 'satellite',
- '10' => 'encryption',
- '11' => 'signal-processing',
- '12' => 'processing-accelerators',
- '13' => 'non-essential-instrumentation',
- '40' => 'coprocessor',
- 'ff' => 'unassigned',
- );
- my $type = (defined $classes{$id}) ? $classes{$id}: 'unhandled';
- eval $end if $b_log;
- return $type;
-}
-}
-
-sub set_dmesg_boot_data {
- eval $start if $b_log;
- my ($file,@temp);
- my ($counter) = (0);
- $b_dmesg_boot_check = 1;
- if (!$b_fake_dboot){
- $file = system_files('dmesg-boot');
- }
- else {
- #$file = "$ENV{'HOME'}/bin/scripts/inxi/data/dmesg-boot/bsd-disks-diabolus.txt";
- #$file = "$ENV{'HOME'}/bin/scripts/inxi/data/dmesg-boot/freebsd-disks-solestar.txt";
- #$file = "$ENV{'HOME'}/bin/scripts/inxi/data/dmesg-boot/freebsd-enceladus-1.txt";
- ## matches: toshiba: openbsd-5.6-sysctl-2.txt
- #$file = "$ENV{'HOME'}/bin/scripts/inxi/data/dmesg-boot/openbsd-5.6-dmesg.boot-1.txt";
- ## matches: compaq: openbsd-5.6-sysctl-1.txt"
- $file = "$ENV{'HOME'}/bin/scripts/inxi/data/dmesg-boot/openbsd-dmesg.boot-1.txt";
- }
- if ($file){
- return if ! -r $file;
- @dmesg_boot = reader($file);
- # some dmesg repeats, so we need to dump the second and > iterations
- # replace all indented items with ~ so we can id them easily while
- # processing note that if user, may get error of read permissions
- # for some weird reason, real mem and avail mem are use a '=' separator,
- # who knows why, the others are ':'
- foreach (@dmesg_boot){
- $counter++ if /^(OpenBSD|DragonFly|FreeBSD is a registered trademark)/;
- last if $counter > 1;
- $_ =~ s/\s*=\s*|:\s*/:/;
- $_ =~ s/\"//g;
- $_ =~ s/^\s+/~/;
- $_ =~ s/\s\s/ /g;
- $_ =~ s/^(\S+)\sat\s/$1:at /; # ada0 at ahcich0
- push(@temp, $_);
- if (/^bios[0-9]:(at|vendor)/){
- push(@sysctl_machine, $_);
- }
- }
- @dmesg_boot = @temp;
- # FreeBSD: 'da*' is a USB device 'ada*' is a SATA device 'mmcsd*' is an SD card
- if ($b_dm_boot_disk && @dmesg_boot){
- @dm_boot_disk = grep {/^(ad|ada|da|mmcblk|mmcsd|nvme[0-9]+n|sd|wd)[0-9]+(:|\sat\s)/} @dmesg_boot;
- log_data('dump','@dm_boot_disk',\@dm_boot_disk) if $b_log;
- print Dumper \@dm_boot_disk if $test[11];
- }
- if ($b_dm_boot_optical && @dmesg_boot){
- @dm_boot_optical = grep {/^(cd)[0-9]+(\([^)]+\))?(:|\sat\s)/} @dmesg_boot;
- log_data('dump','@dm_boot_optical',\@dm_boot_optical) if $b_log;
- print Dumper \@dm_boot_optical if $test[11];
- }
- }
- log_data('dump','@dmesg_boot',\@dmesg_boot) if $b_log;
- #print Dumper \@dmesg_boot if $test[11];
- eval $end if $b_log;
-}
-
-# note, all actual tests have already been run in check_tools so if we
-# got here, we're good.
-sub set_dmi_data {
- eval $start if $b_log;
- $_[0] = 1; # check boolean passed by reference
- if ($b_fake_dmidecode || $alerts{'dmidecode'}->{'action'} eq 'use' ){
- set_dmidecode_data();
- }
- eval $end if $b_log;
-}
-
-sub set_dmidecode_data {
- eval $start if $b_log;
- my ($content,@data,@working,$type,$handle);
- if ($b_fake_dmidecode){
- my $file;
- #$file = "$ENV{'HOME'}/bin/scripts/inxi/data/dmidecode/pci-freebsd-8.2-2";
- #$file = "$ENV{'HOME'}/bin/scripts/inxi/data/dmidecode/dmidecode-loki-1.txt";
- #$file = "$ENV{'HOME'}/bin/scripts/inxi/data/dmidecode/dmidecode-t41-1.txt";
- #$file = "$ENV{'HOME'}/bin/scripts/inxi/data/dmidecode/dmidecode-mint-20180106.txt";
- #$file = "$ENV{'HOME'}/bin/scripts/inxi/data/dmidecode/dmidecode-vmware-ram-1.txt";
- #$file = "$ENV{'HOME'}/bin/scripts/inxi/data/dmidecode/dmidecode-tyan-4408.txt";
- #$file = "$ENV{'HOME'}/bin/scripts/inxi/data/ram/dmidecode-speed-configured-1.txt";
- $file = "$ENV{'HOME'}/bin/scripts/inxi/data/ram/dmidecode-speed-configured-2.txt";
- open(my $fh, '<', $file) or die "can't open $file: $!";
- chomp(@data = <$fh>);
+ if (defined $client{'tty-number'}){
+ $client{'tty-number'} =~ s/^\/dev\/(tty)?//;
}
else {
- $content = qx($alerts{'dmidecode'}->{'path'} 2>/dev/null);
- @data = split('\n', $content);
- }
- # we don't need the opener lines of dmidecode output
- # but we do want to preserve the indentation. Empty lines
- # won't matter, they will be skipped, so no need to handle them.
- # some dmidecodes do not use empty line separators
- splice(@data, 0, 5) if @data;
- my $j = 0;
- my $b_skip = 1;
- foreach (@data){
- if (!/^Hand/){
- next if $b_skip;
- if (/^[^\s]/){
- $_ = lc($_);
- $_ =~ s/\s(information)//;
- push(@working, $_);
- }
- elsif (/^\t/){
- $_ =~ s/^\t\t/~/;
- $_ =~ s/^\t|\s+$//g;
- push(@working, $_);
- }
- }
- elsif (/^Handle\s(0x[0-9A-Fa-f]+).*DMI\stype\s([0-9]+),.*/){
- $j = scalar @dmi;
- $handle = hex($1);
- $type = $2;
- $b_slot_tool = 1 if $type && $type == 9;
- $b_skip = ( $type > 126 )? 1 : 0;
- next if $b_skip;
- # we don't need 32, system boot, or 127, end of table
- if (@working){
- if ($working[0] != 32 && $working[0] < 127){
- $dmi[$j] = (
- [@working],
- );
- }
- }
- @working = ($type,$handle);
- }
+ $client{'tty-number'} = '';
}
- if (@working && $working[0] != 32 && $working[0] != 127){
- $j = scalar @dmi;
- $dmi[$j] = \@working;
- }
- # last by not least, sort it by dmi type, now we don't have to worry
- # about random dmi type ordering in the data, which happens. Also sort
- # by handle, as secondary sort.
- @dmi = sort { $a->[0] <=> $b->[0] || $a->[1] <=> $b->[1] } @dmi;
- log_data('dump','@dmi',\@dmi) if $b_log;
- print Dumper \@dmi if $test[2];
- eval $end if $b_log;
-}
-
-sub set_ip_data {
- eval $start if $b_log;
- if ($alerts{'ip'}->{'action'} eq 'use' ){
- set_ip_addr();
- }
- elsif ($alerts{'ifconfig'}->{'action'} eq 'use'){
- set_ifconfig();
- }
- eval $end if $b_log;
-}
-
-sub set_ip_addr {
- eval $start if $b_log;
- my @data = grabber($alerts{'ip'}->{'path'} . " addr 2>/dev/null",'\n','strip');
- # my $file = "$ENV{'HOME'}/bin/scripts/inxi/data/if/scope-ipaddr-1.txt";
- # my $file = "$ENV{'HOME'}/bin/scripts/inxi/data/networking/ip-addr-blue-advance.txt";
- #my @data = reader($file,'strip') or die $!;
- my ($b_skip,$broadcast,$if,$ip,@ips,$scope,$if_id,$type,@temp,@temp2);
- foreach (@data){
- if (/^[0-9]/){
- #print "$_\n";
- if (@ips){
- #print "$if\n";
- @temp = ($if,[@ips]);
- push(@ifs,@temp);
- @ips = ();
- }
- @temp = split(/:\s+/, $_);
- $if = $temp[1];
- if ($if eq 'lo'){
- $b_skip = 1;
- $if = '';
- next;
- }
- $b_skip = 0;
- @temp = ();
- }
- elsif (!$b_skip && /^inet/){
- #print "$_\n";
- @temp = split(/\s+/, $_);
- ($broadcast,$ip,$scope,$if_id,$type) = ('','','','','');
- $ip = $temp[1];
- $type = ($temp[0] eq 'inet') ? 4 : 6 ;
- if ($temp[2] eq 'brd'){
- $broadcast = $temp[3];
- }
- if (/scope\s([^\s]+)(\s(.+))?/){
- $scope = $1;
- $if_id = $3;
- }
- @temp = ($type,$ip,$broadcast,$scope,$if_id);
- push(@ips,[@temp]);
- #print Dumper \@ips;
- }
- }
- #print Dumper \@ips if $test[4];
- if (@ips){
- @temp = ($if,[@ips]);
- push(@ifs,@temp);
- }
- log_data('dump','@ifs',\@ifs) if $b_log;
- print Dumper \@ifs if $test[3];
- eval $end if $b_log;
-}
-
-sub set_ifconfig {
- eval $start if $b_log;
- my @data = grabber($alerts{'ifconfig'}->{'path'} . " 2>/dev/null",'\n','');
- #my @data = reader("$ENV{'HOME'}/bin/scripts/inxi/data/if/vps-ifconfig-1.txt",'') or die $!;
- my ($b_skip,$broadcast,$if,@ips_bsd,$ip,@ips,$scope,$if_id,$type,@temp,@temp2);
- my ($state,$speed,$duplex,$mac);
- foreach (@data){
- if (/^[\S]/i){
- #print "$_\n";
- if (@ips){
- #print "here\n";
- @temp = ($if,[@ips]);
- push(@ifs,@temp);
- @ips = ();
- }
- if ($mac){
- @temp = ($if,[($state,$speed,$duplex,$mac)]);
- push(@ifs_bsd,@temp);
- ($state,$speed,$duplex,$mac,$if_id) = ('','','','','');
- }
- $if = (split(/\s+/, $_))[0];
- $if =~ s/:$//; # em0: flags=8843
- $if_id = $if;
- $if = (split(':', $if))[0] if $if;
- if ($if =~ /^lo/){
- $b_skip = 1;
- $if = '';
- $if_id = '';
- next;
- }
- $b_skip = 0;
- }
- # lladdr openbsd
- elsif (!$b_skip && $bsd_type && /^\s+(ether|media|status|lladdr)/){
- $_ =~ s/^\s+//;
- # media: Ethernet 100baseTX <full-duplex> freebsd 7.3
- # media: Ethernet autoselect (1000baseT <full-duplex>) Freebsd 8.2
- #
- if (/^media/){
- # openbsd: media: Ethernet autoselect (1000baseT full-duplex)
- if ($bsd_type && $bsd_type eq 'openbsd'){
- $_ =~ /\s\([\S]+\s([\S]+)\)/;
- $duplex = $1;
- }
- else {
- $_ =~ /<([^>]+)>/;
- $duplex = $1;
- }
- $_ =~ /\s\(([1-9][\S]+\s)/;
- $speed = $1;
- $speed =~ s/\s+$// if $speed;
- }
- elsif (!$mac && /^ether|lladdr/){
- $mac = (split(/\s+/, $_))[1];
- }
- elsif (/^status/){
- $state = (split(/\s+/, $_))[1];
- }
- }
- elsif (!$b_skip && /^\s+inet/){
- #print "$_\n";
- $_ =~ s/^\s+//;
- $_ =~ s/addr:\s/addr:/;
- @temp = split(/\s+/, $_);
- ($broadcast,$ip,$scope,$type) = ('','','','');
- $ip = $temp[1];
- # fe80::225:90ff:fe13:77ce%em0
-# $ip =~ s/^addr:|%([\S]+)//;
- if ($1 && $1 ne $if_id){
- $if_id = $1;
- }
- $type = ($temp[0] eq 'inet') ? 4 : 6 ;
- if (/(Bcast:|broadcast\s)([\S]+)/){
- $broadcast = $2;
- }
- if (/(scopeid\s[^<]+<|Scope:|scopeid\s)([^>]+)[>]?/){
- $scope = $2;
- }
- $scope = 'link' if $ip =~ /^fe80/;
- @temp = ($type,$ip,$broadcast,$scope,$if_id);
- push(@ips,[@temp]);
- #print Dumper \@ips;
- }
- }
- if (@ips){
- @temp = ($if,[@ips]);
- push(@ifs,@temp);
+ # systemd only item, usually same as tty in console, not defined
+ # for root or non systemd systems.
+ if (defined $ENV{'XDG_VTNR'} && $client{'tty-number'} ne '' &&
+ $ENV{'XDG_VTNR'} ne $client{'tty-number'}){
+ $client{'tty-number'} = "$client{'tty-number'} (vt $ENV{'XDG_VTNR'})";
}
- if ($mac){
- @temp = ($if,[($state,$speed,$duplex,$mac)]);
- push(@ifs_bsd,@temp);
- ($state,$speed,$duplex,$mac) = ('','','','');
+ elsif ($client{'tty-number'} eq '' && defined $ENV{'XDG_VTNR'}){
+ $client{'tty-number'} = $ENV{'XDG_VTNR'};
}
- print Dumper \@ifs if $test[3];
- print Dumper \@ifs_bsd if $test[3];
- log_data('dump','@ifs',\@ifs) if $b_log;
- log_data('dump','@ifs_bsd',\@ifs_bsd) if $b_log;
+ main::log_data('data',"tty:$client{'tty-number'}") if $b_log;
eval $end if $b_log;
}
-
-sub set_lsblk {
- eval $start if $b_log;
- $b_lsblk = 1;
- if ($alerts{'lsblk'} && $alerts{'lsblk'}->{'path'}){
- my $cmd = $alerts{'lsblk'}->{'path'} . ' -bP --output NAME,TYPE,RM,FSTYPE,SIZE,LABEL,UUID,';
- $cmd .= 'SERIAL,MOUNTPOINT,PHY-SEC,LOG-SEC,PARTFLAGS,MAJ:MIN,PKNAME 2>/dev/null';
- my $pattern = 'NAME="([^"]*)"\s+TYPE="([^"]*)"\s+RM="([^"]*)"\s+';
- $pattern .= 'FSTYPE="([^"]*)"\s+SIZE="([^"]*)"\s+LABEL="([^"]*)"\s+';
- $pattern .= 'UUID="([^"]*)"\s+SERIAL="([^"]*)"\s+MOUNTPOINT="([^"]*)"\s+';
- $pattern .= 'PHY-SEC="([^"]*)"\s+LOG-SEC="([^"]*)"\s+PARTFLAGS="([^"]*)"\s+';
- $pattern .= 'MAJ:MIN="([^"]*)"\s+PKNAME="([^"]*)"';
- my @working = main::grabber($cmd);
- foreach (@working){
- if (/$pattern/){
- my $size = ($5) ? $5/1024: 0;
- # some versions of lsblk do not return serial, fs, uuid, or label
- push(@lsblk, {
- 'name' => $1,
- 'type' => $2,
- 'rm' => $3,
- 'fs' => $4,
- 'size' => $size,
- 'label' => $6,
- 'uuid' => $7,
- 'serial' => $8,
- 'mount' => $9,
- 'block-physical' => $10,
- 'block-logical' => $11,
- 'partition-flags' => $12,
- 'maj-min' => $13,
- 'parent' => $14,
- });
- # must be below assignments!! otherwise the result of the match replaces values
- # note: for bcache and luks, the device that has that fs is the parent!!
- if ($show{'logical'}){
- $b_active_lvm = 1 if !$b_active_lvm && $2 && $2 eq 'lvm';
- if (!$b_active_general && (($4 && ($4 eq 'crypto_LUKS' || $4 eq 'bcache'))
- || ($2 && ($2 eq 'dm' && $1 =~ /veracrypt/i) ||
- $2 eq 'crypto' || $2 eq 'mpath' || $2 eq 'multipath'))){
- $b_active_general = 1;
- }
- }
- }
- }
- }
- #print Data::Dumper::Dumper \@lsblk;
- main::log_data('dump','@lsblk',\@lsblk) if $b_log;
- eval $end if $b_log;
}
-sub set_mapper {
- eval $start if $b_log;
- $b_mapper = 1;
- return if ! -d '/dev/mapper';
- foreach ((globber('/dev/mapper/*'))){
- my ($key,$value) = ($_,Cwd::abs_path("$_"));
- next if !$value;
- $key =~ s|^/.*/||;
- $value =~ s|^/.*/||;
- $mapper{$key} = $value;
- }
- %dmmapper = reverse %mapper if %mapper;
- eval $end if $b_log;
-}
-
-sub set_proc_partitions {
- eval $start if $b_log;
- $b_proc_partitions = 1;
- if (my $file = main::system_files('partitions')){
- @proc_partitions = main::reader($file,'strip');
- shift @proc_partitions; # get rid of headers
- @proc_partitions = map {
- my @temp = split(/\s+/, $_);
- next if ! defined $temp[2];
- [$temp[0],$temp[1],$temp[2],$temp[3]];
- } @proc_partitions;
- }
- eval $end if $b_log;
-}
-
-sub set_ps_aux {
- eval $start if $b_log;
- my ($header,@temp);
- @ps_aux = grabber("ps aux 2>/dev/null",'','strip');
- if (@ps_aux){
- $header = shift @ps_aux; # get rid of header row
- # handle busy box, which has 3 columns, regular ps aux has 11
- # avoid deprecated implicit split error in older Perls
- @temp = split(/\s+/, $header);
- }
- $ps_cols = $#temp;
- if ($ps_cols < 10){
- my $version = qx(ps --version 2>&1);
- $b_bb_ps = 1 if $version =~ /busybox/i;
- }
- return if !@ps_aux; # note: mips/openwrt ps has no 'a'
- $_=lc for @ps_aux; # this is a super fast way to set to lower
- # note: regular perl /.../inxi but sudo /.../inxi is added for sudo start
- # for pinxi, we want to see the useage data for cpu/ram
- @ps_aux = grep {!/\/$self_name\b/} @ps_aux if $self_name eq 'inxi';
- # this is for testing for the presence of the command
- @ps_cmd = grep {!/^\[/} map {
- my @split = split(/\s+/, $_);
- # slice out 10th to last elements of ps aux rows
- my $final = $#split;
- # some stuff has a lot of data, chrome for example
- $final = ($final > ($ps_cols + 2) ) ? $ps_cols + 2 : $final;
- @split = @split[$ps_cols .. $final];
- join(' ', @split);
- } @ps_aux;
- #@ps_cmd = grep {!/^\[/} @ps_cmd;
- # never, because ps loaded before option handler
- print Dumper \@ps_cmd if $test[5];
- eval $end if $b_log;
-}
-
-sub set_ps_gui {
- eval $start if $b_log;
- $b_ps_gui = 1;
- my ($working,@match,@temp);
- # desktops / wm (some wm also compositors)
- if ($show{'system'}){
- @temp=qw(razor-desktop razor-session lxsession lxqt-session
- tdelauncher tdeinit_phase1);
- push(@match,@temp);
- @temp=qw(3dwm 9wm afterstep aewm aewm\+\+ amiwm antiwm awesome
- blackbox bspwm
- cagebreak calmwm (sh|c?lisp).*clfswm (openbsd-)?cwm dwm evilwm
- fluxbox flwm flwm_topside fvwm.*-crystal fvwm1 fvwm2 fvwm3 fvwm95 fvwm
- i3 instantwm ion3 jbwm jwm larswm lwm
- matchbox-window-manager mini musca mwm nawm notion
- openbox orbital pekwm perceptia python.*qtile qtile qvwm ratpoison
- sawfish scrotwm spectrwm (sh|c?lisp).*stumpwm sway
- tinywm tvtwm twm
- waycooler way-cooler windowlab WindowMaker wm2 wmii2 wmii wmx
- xfdesktop xmonad yeahwm);
- push(@match,@temp);
- }
- # wm:
- if ($show{'system'} && $extra > 1){
- @temp=qw(budgie-wm compiz deepin-wm gala gnome-shell
- twin kwin_wayland kwin_x11 kwin marco
- deepin-metacity metacity metisse mir muffin deepin-mutter mutter
- ukwm xfwm4 xfwm5);
- push(@match,@temp);
- # startx: /bin/sh /usr/bin/startx
- @temp=qw(ly .*startx xinit); # possible dm values
- push(@match,@temp);
- }
- # info: NOTE: glx-dock is cairo-dock
- if ($show{'system'} && $extra > 2){
- @temp=qw(alltray awn bar bmpanel bmpanel2 budgie-panel
- cairo-dock dde-dock dmenu dockbarx docker docky dzen dzen2
- fbpanel fspanel glx-dock gnome-panel hpanel i3bar icewmtray
- kdocker kicker latte latte-dock lemonbar ltpanel lxpanel lxqt-panel
- matchbox-panel mate-panel ourico
- perlpanel plank plasma-desktop plasma-netbook polybar pypanel
- razor-panel razorqt-panel stalonetray swaybar taskbar tint2 trayer
- ukui-panel vala-panel wbar wharf wingpanel witray
- xfce4-panel xfce5-panel xmobar yabar);
- push(@match,@temp);
- }
- # compositors (for wayland these are also the server, note.
- # for wayland always show, so always load these
- if ($show{'graphic'} && $extra > 0){
- @temp=qw(3dwm asc budgie-wm compiz compton deepin-wm dwc dcompmgr
- enlightenment fireplace gnome-shell grefson kmscon kwin_wayland kwin_x11
- liri marco metisse mir moblin motorcar muffin mutter
- orbital papyros perceptia picom rustland sommelier sway swc
- ukwm unagi unity-system-compositor
- wavy waycooler way-cooler wayfire wayhouse westford weston xcompmgr);
- push(@match,@temp);
- }
- uniq(\@match);
- my $matches = join('|', @match);
- foreach (@ps_cmd){
- if (/^(|[\S]*\/)($matches)(\/|\s|$)/){
- $working = $2;
- push(@ps_gui, $working); # deal with duplicates with uniq
- }
- }
- uniq(\@ps_gui) if @ps_gui;
- print Dumper \@ps_gui if $test[5];
- log_data('dump','@ps_gui',\@ps_gui) if $b_log;
- eval $end if $b_log;
-}
sub set_sysctl_data {
eval $start if $b_log;
return if !$alerts{'sysctl'} || $alerts{'sysctl'}->{'action'} ne 'use';
my (@temp);
# darwin sysctl has BOTH = and : separators, and repeats data. Why?
- if (!$b_fake_sysctl){
+ if (!$fake{'sysctl'}){
+ # just on odd chance we hit a bsd with /proc/cpuinfo, don't want to
+ # sleep 2x
+ if ($use{'bsd-sleep'} && !$system_files{'proc-cpuinfo'}){
+ if ($b_hires){
+ eval 'Time::HiRes::usleep($sleep)';
+ }
+ else {
+ select(undef, undef, undef, $cpu_sleep);
+ }
+ }
@temp = grabber($alerts{'sysctl'}->{'path'} . " -a 2>/dev/null");
}
else {
- #my $file = "$ENV{'HOME'}/bin/scripts/inxi/data/sysctl/obsd_6.1_sysctl_soekris6501_root.txt";
- #my $file = "$ENV{'HOME'}/bin/scripts/inxi/data/sysctl/obsd_6.1sysctl_lenovot500_user.txt";
+ my $file;
+ # $file = "$ENV{'HOME'}/bin/scripts/inxi/data/sysctl/obsd_6.1_sysctl_soekris6501_root.txt";
+ # $file = "$ENV{'HOME'}/bin/scripts/inxi/data/sysctl/obsd_6.1sysctl_lenovot500_user.txt";
## matches: compaq: openbsd-dmesg.boot-1.txt
- my $file = "$ENV{'HOME'}/bin/scripts/inxi/data/sysctl/openbsd-5.6-sysctl-1.txt";
+ # $file = "$ENV{'HOME'}/bin/scripts/inxi/data/sysctl/openbsd-5.6-sysctl-1.txt";
## matches: toshiba: openbsd-5.6-dmesg.boot-1.txt
- #my $file = "$ENV{'HOME'}/bin/scripts/inxi/data/sysctl/openbsd-5.6-sysctl-2.txt";
+ # $file = "$ENV{'HOME'}/bin/scripts/inxi/data/sysctl/openbsd-5.6-sysctl-2.txt";
+ $file = "$ENV{'HOME'}/bin/scripts/inxi/data/sysctl/obsd-6.8-sysctl-a-battery-sensor-1.txt";
@temp = reader($file);
}
foreach (@temp){
$_ =~ s/\s*=\s*|:\s+/:/;
$_ =~ s/\"//g;
- push(@sysctl, $_);
- # we're building these here so we can use these arrays to test
- # in each feature if we will try to build the feature for bsds
- if (/^hw\.sensors/ && !/^hw\.sensors\.acpi(bat|cmb)/ && !/^hw.sensors.softraid/){
- push(@sysctl_sensors, $_);
- }
- elsif (/^hw\.(vendor|product|version|serialno|uuid)/){
- push(@sysctl_machine, $_);
- }
- elsif (/^hw\.sensors\.acpi(bat|cmb)/){
- push(@sysctl_battery, $_);
+ push(@{$sysctl{'main'}}, $_);
+ # we're building these here so we can use these arrays per feature
+ if ($use{'bsd-audio'} && /^hw\.snd\./){
+ push(@{$sysctl{'audio'}}, $_); # not used currently, just test data
+ }
+ # note: we could use ac0 to indicate plugged in but messes with battery output
+ elsif ($use{'bsd-battery'} && /^hw\.sensors\.acpi(bat|cmb)/){
+ push(@{$sysctl{'battery'}}, $_);
+ }
+ # hw.cpufreq.temperature: 40780 :: dev.cpu0.temperature
+ # hw.acpi.thermal.tz2.temperature: 27.9C :: hw.acpi.thermal.tz1.temperature: 42.1C
+ # hw.acpi.thermal.tz0.temperature: 42.1C
+ elsif ($use{'bsd-sensor'} &&((/^hw\.sensors/ && !/^hw\.sensors\.acpi(ac|bat|cmb)/ &&
+ !/^hw\.sensors\.softraid/) || /^hw\.acpi\.thermal/ || /^dev\.cpu\.[0-9]+\.temp/)){
+ push(@{$sysctl{'sensor'}}, $_);
+ }
+ # Must go AFTER sensor because sometimes freebsd puts sensors in dev.cpu
+ # hw.l1dcachesize hw.l2cachesize
+ elsif ($use{'bsd-cpu'} && (/^hw\.(busfreq|clock|n?cpu|l[123].?cach|model)/ ||
+ /^dev\.cpu/ || /^machdep\.cpu/)){
+ push(@{$sysctl{'cpu'}}, $_);
+ }
+ # only activate if using the diskname feature in dboot!!
+ elsif ($use{'bsd-disk'} && /^hw\.disknames/){
+ push(@{$dboot{'disk'}}, $_);
+ }
+ elsif ($use{'bsd-kernel'} && /^kern.compiler_version/){
+ push(@{$dboot{'kernel'}}, $_);
+ }
+ elsif ($use{'bsd-machine'} &&
+ /^(hw\.|machdep\.dmi\.(bios|board|system)-)(date|product|serial(no)?|uuid|vendor|version)/){
+ push(@{$sysctl{'machine'}}, $_);
+ }
+ # let's rely on dboot, we really just want the hardware specs for solid ID
+ # elsif ($use{'bsd-machine'} && !$dboot{'machine-vm'} &&
+ # /(\bhvm\b|innotek|\bkvm\b|microsoft.*virtual machine|openbsd[\s-]vmm|qemu|qumranet|vbox|virtio|virtualbox|vmware)/i){
+ # push(@{$dboot{'machine-vm'}}, $_);
+ # }
+ elsif ($use{'bsd-memory'} && /^(hw\.(physmem|usermem)|Free Memory)/){
+ push(@{$sysctl{'memory'}}, $_);
}
+
+ elsif ($use{'bsd-raid'} && /^hw\.sensors\.softraid[0-9]\.drive[0-9]/){
+ push(@{$sysctl{'softraid'}}, $_);
+ }
+ }
+ if ($dbg[7]){
+ print("main\n", Dumper $sysctl{'main'});
+ print("dboot-machine-vm\n", Dumper $dboot{'machine-vm'});
+ print("audio\n", Dumper $sysctl{'audio'});
+ print("battery\n", Dumper $sysctl{'battery'});
+ print("cpu\n", Dumper $sysctl{'cpu'});
+ print("kernel\n", Dumper $sysctl{'kernel'});
+ print("machine\n", Dumper $sysctl{'machine'});
+ print("memory\n", Dumper $sysctl{'memory'});
+ print("sensors\n", Dumper $sysctl{'sensor'});
+ print("softraid\n", Dumper $sysctl{'softraid'});
}
- print Dumper \@sysctl if $test[7];
# this thing can get really long.
if ($b_log){
- #main::log_data('dump','@sysctl',\@sysctl);
+ main::log_data('dump','$sysctl{main}',$sysctl{'main'});
+ main::log_data('dump','$dboot{machine-vm}',$sysctl{'machine-vm'});
+ main::log_data('dump','$sysctl{audio}',$sysctl{'audio'});
+ main::log_data('dump','$sysctl{battery}',$sysctl{'battery'});
+ main::log_data('dump','$sysctl{cpu}',$sysctl{'cpu'});
+ main::log_data('dump','$sysctl{kernel}',$sysctl{'kernel'});
+ main::log_data('dump','$sysctl{machine}',$sysctl{'machine'});
+ main::log_data('dump','$sysctl{memory}',$sysctl{'memory'});
+ main::log_data('dump','$sysctl{sensors}',$sysctl{'sensor'});
+ main::log_data('dump','$sysctl{softraid}',$sysctl{'softraid'});
+ }
+ eval $end if $b_log;
+}
+
+sub get_uptime {
+ eval $start if $b_log;
+ my ($days,$hours,$minutes,$seconds,$sys_time,$uptime) = ('','','','','','');
+ if (check_program('uptime')){
+ $uptime = qx(uptime);
+ $uptime = trimmer($uptime);
+ if ($fake{'uptime'}){
+ # $uptime = '2:58PM up 437 days, 8:18, 3 users, load averages: 2.03, 1.72, 1.77';
+ # $uptime = '04:29:08 up 3:18, 3 users, load average: 0,00, 0,00, 0,00';
+ # $uptime = '10:23PM up 5 days, 16:17, 1 user, load averages: 0.85, 0.90, 1.00';
+ # $uptime = '05:36:47 up 1 day, 3:28, 4 users, load average: 1,88, 0,98, 0,62';
+ # $uptime = '05:36:47 up 1 day, 3 min, 4 users, load average: 1,88, 0,98, 0,62';
+ # $uptime = '04:41:23 up 2:16, load average: 7.13, 6.06, 3.41 # root openwrt';
+ # $uptime = '9:51 PM up 2 mins, 1 user, load average: 0:58, 0.27, 0.11';
+ # $uptime = '05:36:47 up 3 min, 4 users, load average: 1,88, 0,98, 0,62';
+ # $uptime = '9:51 PM up 49 secs, 1 user, load average: 0:58, 0.27, 0.11';
+ # $uptime = '04:11am up 0:00, 1 user, load average: 0.08, 0.03, 0.01'; # openSUSE 13.1 (Bottle)
+ # $uptime = '11:21:43 up 1 day 5:53, 4 users, load average: 0.48, 0.62, 0.48'; # openSUSE Tumbleweed 20210515
+ }
+ if ($uptime){
+ # trim off and store system time and up, and cut off user/load data
+ $uptime =~ s/^([0-9:])\s*([AP]M)?.+up\s+|,?\s*([0-9]+\suser|load).*$//gi;
+ # print "ut: $uptime\n";
+ if ($1){
+ $sys_time = $1;
+ $sys_time .= lc($2) if $2;
+ }
+ if ($uptime =~ /\b([0-9]+)\s+day[s]?\b/){
+ $days = ($1 + 0) . 'd';
+ }
+ if ($uptime =~ /\b([0-9]{1,2}):([0-9]{1,2})\b/){
+ $hours = ($1 + 0) . 'h';
+ $minutes = ($2 + 0) . 'm';
+ }
+ else {
+ if ($uptime =~ /\b([0-9]+)\smin[s]?\b/){
+ $minutes = ($1 + 0) . 'm';
+ }
+ if ($uptime =~ /\b([0-9]+)\ssec[s]?\b/){
+ $seconds = ($1 + 0) . 's';
+ }
+ }
+ $days .= ' ' if $days && ($hours || $minutes || $seconds);
+ $hours .= ' ' if $hours && $minutes;
+ $minutes .= ' ' if $minutes && $seconds;
+ $uptime = $days . $hours . $minutes . $seconds;
+ }
}
+ $uptime ||= 'N/A';
eval $end if $b_log;
+ return $uptime;
}
-## @usb array indexes
+## UsbData
+# %usb array indexes
# 0 - bus id / sort id
# 1 - device id
# 2 - path_id
@@ -22807,42 +25792,63 @@ sub set_sysctl_data {
# 16 - serial
# 17 - speed
# 18 - configuration - not used
-## USBData
+# 19 - power mW bsd only, not used yet
+# 20 - product rev number
+# 21 - driver_nu [bsd only]
{
-package USBData;
+package UsbData;
my (@working);
-my ($b_hub,$addr_id,$bus_id,$bus_id_alpha,$chip_id,$class_id,
-$device_id,$driver,$ids,$interfaces,$name,$path,$path_id,$product,
-$protocol_id,$serial,$speed,$subclass_id,$type,$version,$vendor,$vendor_id,);
+my (@asound_ids,$b_asound,$b_hub,$addr_id,$bus_id,$bus_id_alpha,
+$chip_id,$class_id,$device_id,$driver,$driver_nu,$ids,$interfaces,
+$name,$network_regex,$path,$path_id,$power,$product,$product_id,
+$protocol_id,$rev,$serial,$speed,$subclass_id,$type,$version,$vendor,
+$vendor_id);
my $b_live = 1; # debugger file data
-
sub set {
eval $start if $b_log;
- $b_usb_check = 1;
+ ${$_[0]} = 1; # set checked boolean
+ # note: bsd package usbutils has lsusb in it, but we dont' want it for default
+ # usbdevs is best, has most data, and runs as user
+ if ($alerts{'usbdevs'}->{'action'} eq 'use'){
+ usbdevs_data();
+ }
+ # usbconfig has weak/poor output, and requires root, only fallback
+ elsif ($alerts{'usbconfig'}->{'action'} eq 'use'){
+ usbconfig_data();
+ }
# if user config sets USB_SYS you can override with --usb-tool
- if ((!$b_usb_sys || $b_usb_tool) && $alerts{'lsusb'}->{'action'} eq 'use' ){
+ elsif ((!$force{'usb-sys'} || $force{'lsusb'}) && $alerts{'lsusb'}->{'action'} eq 'use'){
lsusb_data();
}
elsif (-d '/sys/bus/usb/devices'){
sys_data('main');
}
- elsif ( $alerts{'usbdevs'}->{'action'} eq 'use'){
- usbdevs_data();
- }
+ @{$usb{'main'}} = sort {$a->[0] cmp $b->[0]} @{$usb{'main'}} if $usb{'main'};
+ main::log_data('dump','$usb{audio}: ',$usb{'audio'}) if $b_log;
+ main::log_data('dump','$usb{bluetooth}: ',$usb{'bluetooth'}) if $b_log;
+ main::log_data('dump','$usb{graphics}: ',$usb{'graphics'}) if $b_log;
+ main::log_data('dump','$usb{network}: ',$usb{'network'}) if $b_log;
eval $end if $b_log;
}
sub lsusb_data {
eval $start if $b_log;
my (@temp);
- my @data = data_grabber('lsusb');
+ my @data = usb_grabber('lsusb');
foreach (@data){
- next if /^\s*$|^Couldn't/; # expensive second call: || /UNAVAIL/
+ next if /^~$|^Couldn't/; # expensive second call: || /UNAVAIL/
@working = split(/\s+/, $_);
next unless defined $working[1] && defined $working[3];
$working[3] =~ s/:$//;
- # Seen FreeBSD lsusb with:
+ # Don't use this fix, the data is garbage in general! Seen FreeBSD lsusb with:
# Bus /dev/usb Device /dev/ugen0.3: ID 24ae:1003 Shenzhen Rapoo Technology Co., Ltd.
+ # hub, note incomplete data: Bus /dev/usb Device /dev/ugen0.1: ID 0000:0000
+ # linux:
+ # Bus 005 Device 007: ID 0d8c:000c C-Media Electronics, Inc. Audio Adapter
+ # if ($working[3] =~ m|^/dev/ugen([0-9]+)\.([0-9]+)|){
+ # $working[1] = $1;
+ # $working[3] = $2;
+ # }
next unless main::is_numeric($working[1]) && main::is_numeric($working[3]);
$addr_id = int($working[3]);
$bus_id = int($working[1]);
@@ -22851,7 +25857,10 @@ sub lsusb_data {
@temp = @working[6..$#working];
$name = main::remove_duplicates(join(' ', @temp));
$name = $name;
- #print "$name\n";
+ # $type = check_type($name,'','');
+ $type ||= '';
+ # do NOT set bus_id_alpha here!!
+ # print "$name\n";
$working[0] = $bus_id;
$working[1] = $addr_id;
$working[2] = $path_id;
@@ -22866,80 +25875,195 @@ sub lsusb_data {
$working[11] = '';
$working[12] = '';
$working[13] = $name;
- $working[14] = '';
+ $working[14] = '';# $type;
$working[15] = '';
$working[16] = '';
$working[17] = '';
$working[18] = '';
- push(@usb,[@working]);
- #print join("\n",@working),"\n\n=====\n";
+ $working[19] = '';
+ $working[20] = '';
+ push(@{$usb{'main'}},[@working]);
+ # print join("\n",@working),"\n\n=====\n";
}
- print Data::Dumper::Dumper \@usb if $test[6];
- sys_data('lsusb') if @usb;
- print Data::Dumper::Dumper \@usb if $test[6];
- main::log_data('dump','@usb: plain',\@usb) if $b_log;
+ print Data::Dumper::Dumper $usb{'main'} if $dbg[6];
+ sys_data('lsusb') if $usb{'main'};
+ print Data::Dumper::Dumper $usb{'main'} if $dbg[6];
+ main::log_data('dump','$usb{main}: plain',$usb{'main'}) if $b_log;
+ eval $end if $b_log;
+}
+# ugen0.1: <Apple OHCI root HUB> at usbus0, cfg=0 md=HOST spd=FULL (12Mbps) pwr=SAVE (0mA)
+# ugen0.2: <MediaTek 802.11 n WLAN> at usbus0, cfg=0 md=HOST spd=FULL (12Mbps) pwr=ON (160mA)
+# note: tried getting driver/ports from dmesg, impossible, waste of time
+sub usbconfig_data {
+ eval $start if $b_log;
+ my ($cfg,$hub_id,$ports);
+ my @data = usb_grabber('usbconfig');
+ foreach (@data){
+ if ($_ eq '~' && @working){
+ $chip_id = ($vendor_id || $product_id) ? "$vendor_id:$product_id" : '';
+ $working[7] = $chip_id;
+ $product ||= '';
+ $vendor ||= '';
+ $working[13] = main::remove_duplicates("$vendor $product") if $product || $vendor;
+ # leave the ugly vendor/product ids unless chip-ID shows!
+ $working[13] = $chip_id if $extra < 2 && $chip_id && !$working[13];
+ if (defined $class_id && defined $subclass_id && defined $protocol_id){
+ $class_id = hex($class_id);
+ $subclass_id = hex($subclass_id);
+ $protocol_id = hex($protocol_id);
+ $type = device_type("$class_id/$subclass_id/$protocol_id");
+ }
+ if ($working[13] && (!$type || $type eq '<vendor defined>')){
+ $type = check_type($working[13],'','');
+ }
+ $working[14] = $type;
+ push(@{$usb{'main'}},[@working]);
+ assign_usb_type([@working]);
+ undef @working;
+ }
+ elsif (/^([a-z_-]+)([0-9]+)\.([0-9]+):\s+<[^>]+>\s+at usbus([0-9]+)\b/){
+ ($class_id,$cfg,$power,$speed,$subclass_id,$type) = undef;
+ ($product,$product_id,$vendor,$vendor_id) = ('','','','');
+ $hub_id = $2;
+ $addr_id = $3;
+ $bus_id = $4;
+ $path_id = "$bus_id-$hub_id.$addr_id";
+ $bus_id_alpha = bus_id_alpha($path_id);
+ if (/\bcfg\s*=\s*([0-9]+)/){
+ $cfg = $1;
+ }
+ if (/\bmd\s*=\s*([\S]+)/){
+ # nothing
+ }
+ # odd, using \b after ) doesn't work as expected
+ # note that bsd spd=FULL has no interest since we get that from the speed
+ if (/\b(speed|spd)\s*=\s*([\S]+)\s+\(([^\)]+)\)/){
+ $speed = prep_speed($3);
+ }
+ if (/\b(power|pwr)\s*=\s*([\S]+)\s+\(([0-9]+mA)\)/){
+ $power = $3;
+ process_power(\$power) if $power;
+ }
+ $working[0] = $bus_id_alpha;
+ $working[1] = $addr_id;
+ $working[2] = $path_id;
+ $working[3] = '';
+ $working[8] = usb_rev($speed);
+ $working[9] = '';
+ $working[10] = $ports;
+ $working[15] = $driver;
+ $working[17] = $speed;
+ $working[18] = $cfg;
+ $working[19] = $power;
+ $working[20] = '';
+ $working[21] = $driver_nu;
+ }
+ elsif (/^bDeviceClass\s*=\s*0x00([a-f0-9]{2})\s*(<([^>]+)>)?/){
+ $class_id = $1;
+ $working[4] = $class_id;
+ }
+ elsif (/^bDeviceSubClass\s*=\s*0x00([a-f0-9]{2})/){
+ $subclass_id = $1;
+ $working[5] = $subclass_id;
+ }
+ elsif (/^bDeviceProtocol\s*=\s*0x00([a-f0-9]{2})/){
+ $protocol_id = $1;
+ $working[6] = $protocol_id;
+ }
+ elsif (/^idVendor\s*=\s*0x([a-f0-9]{4})/){
+ $vendor_id = $1;
+ }
+ elsif (/^idProduct\s*=\s*0x([a-f0-9]{4})/){
+ $product_id = $1;
+ }
+ elsif (/^iManufacturer\s*=\s*0x([a-f0-9]{4})\s*(<([^>]+)>)?/){
+ $vendor = main::cleaner($3);
+ $vendor =~ s/^0x.*//; # seen case where vendor string was ID
+ $working[11] = $vendor;
+ }
+ elsif (/^iProduct\s*=\s*0x([a-f0-9]{4})\s*(<([^>]+)>)?/){
+ $product = main::cleaner($3);
+ $product =~ s/^0x.*//; # in case they put product ID in, sigh
+ $working[12] = $product;
+ }
+ elsif (/^iSerialNumber\s*=\s*0x([a-f0-9]{4})\s*(<([^>]+)>)?/){
+ $working[16] = main::cleaner($3);
+ }
+ }
+ main::log_data('dump','$usb{main}: usbconfig',$usb{'main'}) if $b_log;
+ print Data::Dumper::Dumper $usb{'main'} if $dbg[6];
eval $end if $b_log;
}
-
# Controller /dev/usb2:
# addr 1: full speed, self powered, config 1, UHCI root hub(0x0000), Intel(0x8086), rev 1.00
# port 1 addr 2: full speed, power 98 mA, config 1, USB Receiver(0xc52b), Logitech(0x046d), rev 12.01
# port 2 powered
sub usbdevs_data {
eval $start if $b_log;
- my ($class,$hub_id,$port,$port_value);
- my ($ports,$j,$k) = (0,0,0);
- my @data = data_grabber('usbdevs');
+ my ($b_multi,$class,$config,$hub_id,$port,$port_value,$product_rev);
+ my ($ports) = (0);
+ my @data = usb_grabber('usbdevs');
foreach (@data){
- if (/^Controller\s\/dev\/usb([0-9]+)/){
- # $j = scalar @usb;
- ($j,$ports) = (0,0);
- $port_value = '';
+ if ($_ eq '~' && @working){
+ $working[10] = $ports;
+ push(@{$usb{'main'}},[@working]);
+ assign_usb_type([@working]);
+ undef @working;
+ ($config,$driver,$power,$rev) = ('','','','');
+ }
+ elsif (/^Controller\s\/dev\/usb([0-9]+)/){
$bus_id = $1;
- @working = ();
}
- elsif (/^addr\s([0-9]+):\s([^,]+),[^,]+,[^,]+,\s?([^,]+)\(0x([0-9a-f]{4})\),\s?([^,]+)\s?\(0x([0-9a-f]{4})\)/){
- $j = scalar @usb;
- $k = $j;
+ elsif (/^addr\s([0-9]+):\s([^,]+),[^,0-9]+([0-9]+ mA)?,\s+config\s+([0-9]+),\s?([^,]+)\(0x([0-9a-f]{4})\),\s?([^,]+)\s?\(0x([0-9a-f]{4})\)/){
$hub_id = $1;
$addr_id = $1;
- $speed = $2;
- $chip_id = "$4:$6";
- $name = main::remove_duplicates("$5 $3");
- #print "p1:$protocol\n";
+ $speed = prep_speed($2);
+ $power = $3;
+ $chip_id = "$6:$8";
+ $config = $4;
+ $name = main::remove_duplicates("$7 $5");
+ # print "p1:$protocol\n";
$path_id = "$bus_id-$hub_id";
+ $bus_id_alpha = bus_id_alpha($path_id);
+ $ports = 0;
+ process_power(\$power) if $power;
$port_value = '';
- $working[0] = $bus_id;
+ $working[0] = $bus_id_alpha;
$working[1] = $addr_id;
- $working[2] = $path;
+ $working[2] = $path_id;
$working[3] = '';
$working[4] = '09';
$working[5] = '';
$working[6] = '';
$working[7] = $chip_id;
- $working[8] = $speed;
+ $working[8] = usb_rev($speed);
$working[9] = '';
- $working[10] = 0;
+ $working[10] = $ports;
$working[13] = $name;
$working[14] = 'Hub';
$working[15] = '';
$working[16] = '';
- $working[17] = '';
- $working[18] = '';
- $usb[$j] = ([@working],);
- @working = ();
+ $working[17] = $speed;
+ $working[18] = $config;
+ $working[19] = $power;
+ $working[20] = '';
}
- elsif (/^\s+port\s([0-9]+)\saddr\s([0-9]+):\s([^,]+),[^,]+,[^,]+,\s?([^,]+)\(0x([0-9a-f]{4})\),\s?([^,]+)\s?\(0x([0-9a-f]{4})\)/){
- $j = scalar @usb;
+ elsif (/^port\s([0-9]+)\saddr\s([0-9]+):\s([^,]+),[^,0-9]*([0-9]+\s?mA)?,\s+config\s+([0-9]+),\s?([^,]+)\(0x([0-9a-f]{4})\),\s?([^,]+)\s?\(0x([0-9a-f]{4})\)/){
$port = $1;
$addr_id = "$2";
- $speed = "$3";
- $chip_id = "$5:$7";
- $name = main::remove_duplicates("$6 $4");
- #print "p2:$protocol\n";
+ $power = $4;
+ $config = $5;
+ $speed = prep_speed($3);
+ $chip_id = "$7:$9";
+ $name = main::remove_duplicates("$8 $6");
+ $type = check_type($name,'','');
+ $type ||= '';
+ # print "p2:$protocol\n";
$ports++;
$path_id = "$bus_id-$hub_id.$port";
- $working[0] = $bus_id;
+ $bus_id_alpha = bus_id_alpha($path_id);
+ process_power(\$power) if $power;
+ $working[0] = $bus_id_alpha;
$working[1] = $addr_id;
$working[2] = $path_id;
$working[3] = '';
@@ -22947,58 +26071,141 @@ sub usbdevs_data {
$working[5] = '';
$working[6] = '';
$working[7] = $chip_id;
- $working[8] = $speed;
+ $working[8] = usb_rev($speed);
$working[9] = '';
- $working[10] = 0;
+ $working[10] = $ports;
$working[11] = '';
$working[12] = '';
$working[13] = $name;
- $working[14] = '';
+ $working[14] = $type;
+ $working[15] = '';
+ $working[16] = '';
+ $working[17] = $speed;
+ $working[18] = $config;
+ $working[19] = $power;
+ $working[20] = '';
+ }
+ elsif (/^port\s([0-9]+)\spowered/){
+ $ports++;
+ }
+ # newer openbsd usbdevs totally changed their syntax and layout, but it is better...
+ elsif (/^addr\s*([0-9a-f]+):\s+([a-f0-9]{4}:[a-f0-9]{4})\s*([^,]+)?(,\s[^,]+?)?,\s+([^,]+)$/){
+ $addr_id = $1;
+ $chip_id = $2;
+ $vendor = main::cleaner($3) if $3;
+ $vendor ||= '';
+ $name = main::remove_duplicates("$vendor $5");
+ $type = check_type($name,'','');
+ $class_id = ($name =~ /hub/i) ? '09': '01';
+ $path_id = "$bus_id-$addr_id";
+ $bus_id_alpha = bus_id_alpha($path_id);
+ $ports = 0;
+ $b_multi = 1;
+ $working[0] = $bus_id_alpha;
+ $working[1] = $addr_id;
+ $working[2] = $path_id;
+ $working[3] = '';
+ $working[4] = $class_id;
+ $working[5] = '';
+ $working[6] = '';
+ $working[7] = $chip_id;
+ $working[8] = '';
+ $working[9] = '';
+ $working[10] = $ports;
+ $working[11] = '';
+ $working[12] = '';
+ $working[13] = $name;
+ $working[14] = $type;
$working[15] = '';
$working[16] = '';
$working[17] = '';
$working[18] = '';
- $usb[$j] = ([@working],);
- $usb[$k]->[10] = $ports;
- @working = ();
- }
- elsif (/^\s+port\s([0-9]+)\spowered/){
+ $working[19] = '';
+ $working[20] = '';
+ }
+ elsif ($b_multi &&
+ /^([^,]+),\s+(self powered|power\s+([0-9]+\s+mA)),\s+config\s([0-9]+),\s+rev\s+([0-9\.]+)(,\s+i?Serial\s(\S*))?/i){
+ $speed = prep_speed($1);
+ $rev = usb_rev($speed);
+ $power = $3;
+ process_power(\$power) if $power;
+ $working[8] = $rev;
+ $working[16] = $7 if $7;
+ $working[17] = $speed;
+ $working[18] = $4; # config number
+ $working[19] = $power;
+ $working[20] = $5; # product rev
+ }
+ # 1 or more drivers supported
+ elsif ($b_multi && /^driver:\s*([^,]+)$/){
+ my $temp = $1;
+ $working[4] = '09' if $temp =~ /hub[0-9]/;
+ $temp =~ s/([0-9]+)$//;
+ $working[21] = $1; # driver nu
+ # drivers, note that when numbers trimmed off, drivers can have same name
+ $working[15] = ($working[15] && $working[15] !~ /\b$temp\b/) ? "$working[15],$temp" : $temp;
+ # now that we have the driver, let's recheck the type
+ if (!$type && $name && $working[15]){
+ $type = check_type($name,$working[15],'');
+ $working[14] = $type if $type;
+ }
+ }
+ elsif ($b_multi && /^port\s[0-9]/){
$ports++;
- $usb[$k]->[10] = $ports;
}
}
- if (@working){
- $j = scalar @usb;
- $usb[$j] = (
- [@working],
- );
- }
- main::log_data('dump','@usb: usbdevs',\@usb) if $b_log;
- print Data::Dumper::Dumper \@usb if $test[6];
+ main::log_data('dump','$usb{main}: usbdevs',$usb{'main'}) if $b_log;
+ print Data::Dumper::Dumper $usb{'main'} if $dbg[6];
eval $end if $b_log;
}
-sub data_grabber {
+sub usb_grabber {
eval $start if $b_log;
my ($program) = @_;
- my %args = ('lsusb' => '', 'usbdevs' => '-v');
- my (@data);
- if ($b_live && !$b_fake_usbdevs){
- @data = main::grabber($alerts{$program}->{'path'} . " $args{$program} 2>/dev/null");
+ my ($args,$path,$pattern,@data,@working);
+ if ($program eq 'lsusb'){
+ $args = '';
+ $path = $alerts{'lsusb'}->{'path'};
+ $pattern = '^Bus [0-9]';
+ }
+ elsif ($program eq 'usbconfig'){
+ $args = 'dump_device_desc';
+ $path = $alerts{'usbconfig'}->{'path'};
+ $pattern = '^[a-z_-]+[0-9]+\.[0-9]+:';
+ }
+ elsif ($program eq 'usbdevs'){
+ $args = '-vv';
+ $path = $alerts{'usbdevs'}->{'path'};
+ $pattern = '^(addr\s[0-9a-f]+:|port\s[0-9]+\saddr\s[0-9]+:)';
+ }
+ if ($b_live && !$fake{'usbdevs'} && !$fake{'usbconfig'}){
+ @data = main::grabber("$path $args 2>/dev/null",'','strip');
}
else {
my $file;
- if ($b_fake_usbdevs){
+ if ($fake{'usbdevs'}){
$file = "$ENV{'HOME'}/bin/scripts/inxi/data/lsusb/bsd-usbdevs-v-1.txt";
}
+ elsif ($fake{'usbconfig'}){
+ $file = "$ENV{'HOME'}/bin/scripts/inxi/data/lsusb/bsd-usbconfig-list-v-1.txt";
+ }
else {
$file = "$ENV{'HOME'}/bin/scripts/inxi/data/lsusb/mdmarmer-lsusb.txt";
}
- @data = main::reader($file);
+ @data = main::reader($file,'strip');
+ }
+ if (@data){
+ $use{'usb-tool'} = 1 if scalar @data > 2;
+ foreach (@data){
+ # this is the group separator and assign trigger
+ push(@working, '~') if $_ =~ /$pattern/i;
+ push(@working, $_);
+ }
+ push(@working, '~');
}
- #print Data::Dumper::Dumper \@data;
+ print Data::Dumper::Dumper \@working if $dbg[30];
eval $end if $b_log;
- return @data;
+ return @working;
}
sub sys_data {
@@ -23010,17 +26217,17 @@ sub sys_data {
my @files = main::globber('/sys/bus/usb/devices/*');
# we want to get rid of the hubs with x-0: syntax, those are hubs found in /usbx
@files = grep {!/\/[0-9]+-0:/} @files;
- #print join("\n", @files);
+ # print join("\n", @files);
foreach (@files){
- @uevent = main::reader("$_/uevent") if -r "$_/uevent";
- $ids = main::awk(\@uevent,'^(DEVNAME|DEVICE\b)',2,'=');
- if ( $ids){
+ # be careful, sometimes uevent is not readable
+ @uevent = (-r "$_/uevent") ? main::reader("$_/uevent") : undef;
+ if (@uevent && ($ids = main::awk(\@uevent,'^(DEVNAME|DEVICE\b)',2,'='))){
@drivers = ();
($b_hub,$class_id,$protocol_id,$subclass_id) = (0,0,0,0);
($configuration,$driver,$interfaces,$name,$ports,$product,$serial,$speed,
$type,$usb_version,$vendor) = ('','','','','','','','','','','');
- #print Cwd::abs_path($_),"\n";
- #print "f1: $_\n";
+ # print Cwd::abs_path($_),"\n";
+ # print "f1: $_\n";
$path_id = $_;
$path_id =~ s/^.*\///;
$path_id =~ s/^usb([0-9]+)/$1-0/;
@@ -23035,6 +26242,8 @@ sub sys_data {
$class_id = sys_item("$_/bDeviceClass");
# $subclass_id = sys_item("$_/bDeviceSubClass");
$class_id = hex($class_id) if $class_id;
+ $power = sys_item("$_/bMaxPower");
+ process_power(\$power) if $power;
# this populates class, subclass, and protocol id with decimal numbers
@drivers = uevent_data("$_/[0-9]*/uevent");
push(@drivers, uevent_data("$_/[0-9]*/*/uevent")) if !$b_hub;
@@ -23048,33 +26257,39 @@ sub sys_data {
$usb_version = sys_item("$_/version");
$speed = sys_item("$_/speed");
$configuration = sys_item("$_/configuration");
+ $power = sys_item("$_/bMaxPower");
+ process_power(\$power) if $power;
$class_id = sprintf("%02x", $class_id) if defined $class_id && $class_id ne '';
$subclass_id = sprintf("%02x", $subclass_id) if defined $subclass_id && $subclass_id ne '';
if ($source eq 'lsusb'){
- for ($i = 0; $i < scalar @usb; $i++){
- if ($usb[$i]->[0] eq $bus_id && $usb[$i]->[1] == $device_id){
- if (!$b_hub && $usb[$i]->[13] && (!$type || $type eq '<vendor specific>' )){
- $type = check_type($usb[$i]->[13],$driver,$type);
+ for ($i = 0; $i < scalar @{$usb{'main'}}; $i++){
+ if ($usb{'main'}->[$i][0] eq $bus_id && $usb{'main'}->[$i][1] == $device_id){
+ if (!$b_hub && $usb{'main'}->[$i][13] && (!$type || $type eq '<vendor specific>')){
+ $type = check_type($usb{'main'}->[$i][13],$driver,$type);
}
- #print $type,"\n";
- $usb[$i]->[0] = $bus_id_alpha;
- $usb[$i]->[2] = $path_id;
- $usb[$i]->[3] = $_;
- $usb[$i]->[4] = $class_id;
- $usb[$i]->[5] = $subclass_id;
- $usb[$i]->[6] = $protocol_id;
- $usb[$i]->[8] = $usb_version;
- $usb[$i]->[9] = $interfaces;
- $usb[$i]->[10] = $ports if $ports;
- if ($type && $b_hub && (!$usb[$i]->[13] || $usb[$i]->[13] =~ /^linux foundation/i )){
- $usb[$i]->[13] = "$type";
+ # print $type,"\n";
+ $usb{'main'}->[$i][0] = $bus_id_alpha;
+ $usb{'main'}->[$i][2] = $path_id;
+ $usb{'main'}->[$i][3] = $_;
+ $usb{'main'}->[$i][4] = $class_id;
+ $usb{'main'}->[$i][5] = $subclass_id;
+ $usb{'main'}->[$i][6] = $protocol_id;
+ $usb{'main'}->[$i][8] = $usb_version;
+ $usb{'main'}->[$i][9] = $interfaces;
+ $usb{'main'}->[$i][10] = $ports if $ports;
+ if ($type && $b_hub && (!$usb{'main'}->[$i][13] ||
+ $usb{'main'}->[$i][13] =~ /^linux foundation/i)){
+ $usb{'main'}->[$i][13] = "$type";
}
- $usb[$i]->[14] = $type if ($type && !$b_hub);
- $usb[$i]->[15] = $driver if $driver;
- $usb[$i]->[16] = $serial if $serial;
- $usb[$i]->[17] = $speed if $speed;
- $usb[$i]->[18] = $configuration;
- #print join("\n",@{$usb[$i]}),"\n\n";# if !$b_hub;
+ $usb{'main'}->[$i][14] = $type if ($type && !$b_hub);
+ $usb{'main'}->[$i][15] = $driver if $driver;
+ $usb{'main'}->[$i][16] = $serial if $serial;
+ $usb{'main'}->[$i][17] = $speed if $speed;
+ $usb{'main'}->[$i][18] = $configuration;
+ $usb{'main'}->[$i][19] = $power;
+ $usb{'main'}->[$i][20] = '';
+ assign_usb_type($usb{'main'}->[$i]);
+ # print join("\n",@{$usb{'main'}->[$i]}),"\n\n";# if !$b_hub;
last;
}
}
@@ -23088,7 +26303,7 @@ sub sys_data {
$product = main::cleaner($product) if $product;
$vendor = sys_item("$_/manufacturer");
$vendor = main::cleaner($vendor) if $vendor;
- if (!$b_hub && ($product || $vendor )){
+ if (!$b_hub && ($product || $vendor)){
if ($vendor && $product && $product !~ /$vendor/){
$name = "$vendor $product";
}
@@ -23103,41 +26318,43 @@ sub sys_data {
$name = $type;
}
$name = main::remove_duplicates($name) if $name;
- if (!$b_hub && $name && (!$type || $type eq '<vendor specific>' )){
+ if (!$b_hub && $name && (!$type || $type eq '<vendor specific>')){
$type = check_type($name,$driver,$type);
}
# this isn't that useful, but save in case something shows up
- #if ($configuration){
+ # if ($configuration){
# $name = ($name) ? "$name $configuration" : $configuration;
- #}
+ # }
$type = 'Hub' if $b_hub;
- $usb[$i]->[0] = $bus_id_alpha;
- $usb[$i]->[1] = $device_id;
- $usb[$i]->[2] = $path_id;
- $usb[$i]->[3] = $_;
- $usb[$i]->[4] = $class_id;
- $usb[$i]->[5] = $subclass_id;
- $usb[$i]->[6] = $protocol_id;
- $usb[$i]->[7] = "$vendor_id:$chip_id";
- $usb[$i]->[8] = $usb_version;
- $usb[$i]->[9] = $interfaces;
- $usb[$i]->[10] = $ports;
- $usb[$i]->[11] = $vendor;
- $usb[$i]->[12] = $product;
- $usb[$i]->[13] = $name;
- $usb[$i]->[14] = $type;
- $usb[$i]->[15] = $driver;
- $usb[$i]->[16] = $serial;
- $usb[$i]->[17] = $speed;
- $usb[$i]->[18] = $configuration;
+ $usb{'main'}->[$i][0] = $bus_id_alpha;
+ $usb{'main'}->[$i][1] = $device_id;
+ $usb{'main'}->[$i][2] = $path_id;
+ $usb{'main'}->[$i][3] = $_;
+ $usb{'main'}->[$i][4] = $class_id;
+ $usb{'main'}->[$i][5] = $subclass_id;
+ $usb{'main'}->[$i][6] = $protocol_id;
+ $usb{'main'}->[$i][7] = "$vendor_id:$chip_id";
+ $usb{'main'}->[$i][8] = $usb_version;
+ $usb{'main'}->[$i][9] = $interfaces;
+ $usb{'main'}->[$i][10] = $ports;
+ $usb{'main'}->[$i][11] = $vendor;
+ $usb{'main'}->[$i][12] = $product;
+ $usb{'main'}->[$i][13] = $name;
+ $usb{'main'}->[$i][14] = $type;
+ $usb{'main'}->[$i][15] = $driver;
+ $usb{'main'}->[$i][16] = $serial;
+ $usb{'main'}->[$i][17] = $speed;
+ $usb{'main'}->[$i][18] = $configuration;
+ $usb{'main'}->[$i][19] = $power;
+ $usb{'main'}->[$i][20] = '';
+ assign_usb_type($usb{'main'}->[$i]);
$i++;
}
- #print "$path_id ids: $bus_id:$device_id driver: $driver ports: $ports\n==========\n"; # if $test[6];;
+ # print "$path_id ids: $bus_id:$device_id driver: $driver ports: $ports\n==========\n"; # if $dbg[6];;
}
}
- @usb = sort { $a->[0] cmp $b->[0] } @usb;
- print Data::Dumper::Dumper \@usb if $source eq 'main' && $test[6];
- main::log_data('dump','@usb: sys',\@usb) if $source eq 'main' && $b_log;
+ print Data::Dumper::Dumper $usb{'main'} if $source eq 'main' && $dbg[6];
+ main::log_data('dump','$usb{main}: sys',$usb{'main'}) if $source eq 'main' && $b_log;
eval $end if $b_log;
}
# get driver, interface [type:] data
@@ -23151,7 +26368,7 @@ sub uevent_data {
# print "f2: $_\n";
($interface) = ('');
@working = main::reader($_) if -r $_;
- #print join("\n",@working), "\n";
+ # print join("\n",@working), "\n";
if (@working){
$driver = main::awk(\@working,'^DRIVER',2,'=');
$interface = main::awk(\@working,'^INTERFACE',2,'=');
@@ -23162,7 +26379,7 @@ sub uevent_data {
push(@interfaces, $interface);
}
# networking requires more data but this test is reliable
- elsif (!@interfaces) {
+ elsif (!@interfaces){
$temp = $_;
$temp =~ s/\/uevent$//;
push(@interfaces, 'Network') if -d "$temp/net/";
@@ -23173,7 +26390,7 @@ sub uevent_data {
}
}
}
- #print "driver:$driver\n";
+ # print "driver:$driver\n";
$b_hub = 1 if $driver && $driver eq 'hub';
$driver = '' if $driver && ($driver eq 'usb' || $driver eq 'hub');
push(@drivers,$driver) if $driver;
@@ -23197,15 +26414,58 @@ sub sys_item {
$item = main::trimmer($item) if $item;
return $item;
}
-
+sub assign_usb_type {
+ my ($row) = @_;
+ # it's a hub
+ # a device will always be the second or > device on the bus, although
+ # nested hubs of course can be > 1 too. No need to build these if none of
+ # lines are showing.
+ if (($row->[4] && $row->[4] eq '09') ||
+ ($row->[14] && $row->[14] eq 'Hub') ||
+ $row->[1] <= 1 ||
+ (!$show{'audio'} && !$show{'bluetooth'} && !$show{'graphic'} && !$show{'network'})){
+ return;
+ }
+ $row->[13] = '' if !defined $row->[13]; # product
+ $row->[14] = '' if !defined $row->[14]; # type
+ $row->[15] = '' if !defined $row->[15]; # driver
+ set_asound_ids() if $show{'audio'} && !$b_asound;
+ set_network_regex() if $show{'network'} && !$network_regex;
+ # NOTE: a device, like camera, can be audio+graphic
+ if ($show{'audio'} && (
+ (@asound_ids && $row->[7] && (grep {$row->[7] eq $_} @asound_ids)) ||
+ ($row->[14] =~ /Audio/) ||
+ ($row->[15] && $row->[15] =~ /audio/) ||
+ ($row->[13] && lc($row->[13]) =~ /(audio|\bdac[0-9]*\b|headphone|\bmic(rophone)?\b)/))){
+ push(@{$usb{'audio'}},$row);
+ }
+ if ($show{'graphic'} && (
+ $row->[14] && ($row->[14] =~ /Video/) ||
+ ($row->[15] && $row->[15] =~ /video/) ||
+ ($row->[13] && lc($row->[13]) =~ /(camera|\bdvb-t|\b(pc)?tv\b|video|webcam)/))){
+ push(@{$usb{'graphics'}},$row);
+ }
+ elsif ($show{'bluetooth'} && (
+ $row->[14] && $row->[14] =~ /Bluetooth/ ||
+ ($row->[15] && $row->[15] =~ /\b(btusb|ubt)\b/))){
+ push(@{$usb{'bluetooth'}},$row);
+ }
+ elsif ($show{'network'} && (
+ ($row->[14] && $row->[14] =~ /(Ethernet|Network|WiFi)/i) ||
+ ($row->[15] && $row->[15] =~ /(^ipw|^iwl|wifi)/) ||
+ ($row->[13] && $row->[13] =~ /($network_regex)/i))){
+ # print "$1\n";
+ push(@{$usb{'network'}},$row);
+ }
+}
sub device_type {
my ($data) = @_;
my ($type);
# note: the 3/0/0 value passed will be decimal, not hex
my @types = split('/', $data) if $data;
- #print @types,"\n";
- if (!@types || $types[0] eq '0' || scalar @types != 3) {return '';}
- elsif ($types[0] eq '255') { return '<vendor specific>';}
+ # print @types,"\n";
+ if (!@types || $types[0] eq '0' || scalar @types != 3){return '';}
+ elsif ($types[0] eq '255'){ return '<vendor specific>';}
if (scalar @types == 3){
$class_id = $types[0];
$subclass_id = $types[1];
@@ -23254,23 +26514,120 @@ sub device_type {
return $type;
}
# device name/driver string based test, return <vendor specific> if not detected
+# for linux based tests, and empty for bsd tests
sub check_type {
my ($name,$driver,$type) = @_;
$name = lc($name);
- # ntoe used but if we want to add in bsd usb audio support could be good
- if ($name =~ /(audio|hifi|sound)/){
+ if (($driver && $driver =~ /hub/) || $name =~ /\b(hub)/i){
+ $type = 'Hub';
+ }
+ elsif ($name =~ /(audio|\bdac[0-9]*\b|(head|micro|tele)phone|hifi|\bmidi\b|\bmic\b|sound)/){
$type = 'Audio';
}
# Broadcom HP Portable SoftSailing
- elsif (($driver && $driver =~ /btusb/) || $name =~ /(bluetooth)/){
- $type = 'Bluetooth';
+ elsif (($driver && $driver =~ /\b(btusb|ubt)\b/) || $name =~ /(bluetooth)/){
+ $type = 'Bluetooth'
}
- elsif (($driver && $driver =~ /uvcvideo/) || $name =~ /(display|video|camera)/){
+ elsif (($driver && $driver =~ /video/) ||
+ $name =~ /(camera|display|\bdvb-t|\b(pc)?tv\bvideo|webcam)/){
$type = 'Video';
}
- # ethernet/wifi test not needed because NetworkData runs its own tests on the data
+ elsif ($name =~ /(wlan|wi-?fi|802\.1[15]|(11|54|108|240|300|450|1300)\s?mbps|(11|54|108|240)g\b|wireless[\s-][gn]\b|wireless.*adapter)/){
+ $type = 'WiFi';
+ }
+ # note, until freebsd match to actual drivers, these top level driver matches aren't interesting
+ elsif (($driver && $bsd_type && $driver =~ /\b(muge)\b/) ||
+ $name =~ /(ethernet|\blan|802\.3|100?\/1000?|gigabit)/){
+ $type = 'Ethernet';
+ }
+ # note: audio devices show HID sometimes, not sure why
+ elsif ($name =~ /(joystick|keyboard|mouse|trackball)/){
+ $type = 'HID';
+ }
+ elsif (($driver && $driver =~ /^(umass)$/) ||
+ $name =~ /\b(disk|drive|flash)\b/){
+ $type = 'Mass Storage';
+ }
return $type;
}
+# linux only, will create a positive match to sound devices
+sub set_asound_ids {
+ $b_asound = 1;
+ if (-d '/proc/asound'){
+ # note: this will double the data, but it's easier this way.
+ # binxi tested for -L in the /proc/asound files, and used only those.
+ my @files = main::globber('/proc/asound/*/usbid');
+ foreach (@files){
+ my $id = main::reader($_,'',0);
+ push(@asound_ids, $id) if ($id && !(grep {/$id/} @asound_ids));
+ }
+ }
+ main::log_data('dump','@asound_ids',\@asound_ids) if $b_log;
+}
+### USB networking search string data, because some brands can have other products than
+### wifi/nic cards, they need further identifiers, with wildcards.
+### putting the most common and likely first, then the less common, then some specifics
+sub set_network_regex {
+ # belkin=050d; d-link=07d1; netgear=0846; ralink=148f; realtek=0bda;
+ # Atmel, Atheros make other stuff. NOTE: exclude 'networks': IMC Networks
+ # ralink has bluetooth as well as networking; (WG|WND?A)[0-9][0-9][0-9] netgear IDs
+ $network_regex = 'Ethernet|gigabit|\bISDN|\bLAN\b|Mobile\s?Broadband|';
+ $network_regex .= '\bNIC\b|wi-?fi|Wireless[\s-][GN]\b|WLAN|';
+ $network_regex .= '802\.(1[15]|3)|(10|11|54|108|240|300|450|1300)\s?Mbps|(11|54|108|240)g\b|100?\/1000?|';
+ $network_regex .= '(100?|N)Base-?T\b|';
+ $network_regex .= '(Actiontec|AirLink|Asus|Belkin|Buffalo|Dell|D-Link|DWA-|ENUWI-|';
+ $network_regex .= 'Ralink|Realtek|Rosewill|RNX-|Samsung|Sony|TEW-|TP-Link';
+ $network_regex .= 'Zonet.*ZEW.*).*Wireless|';
+ $network_regex .= '(\bD-Link|Network(ing)?|Wireless).*(Adapter|Interface)|';
+ $network_regex .= '(Linksys|Netgear|Davicom)|';
+ $network_regex .= 'Range(Booster|Max)|Samsung.*LinkStick|\b(WG|WND?A)[0-9][0-9][0-9]|';
+ $network_regex .= '\b(050d:935b|0bda:8189|0bda:8197)\b';
+}
+# try to guess at usb rev version from speeds
+sub usb_rev {
+ return if !$_[0] || ! main::is_numeric($_[0]);
+ my $rev;
+ if ($_[0] < 2){$rev = '1.0';}
+ elsif ($_[0] < 13){$rev = '1.1';}
+ elsif ($_[0] < 481){$rev = '2.0';}
+ elsif ($_[0] < 5001){$rev = '3.0';}
+ elsif ($_[0] < 10001){$rev = '3.1';}
+ elsif ($_[0] < 20001){$rev = '3.2';}
+ elsif ($_[0] < 40001){$rev = '4.0';}
+ return $rev;
+}
+sub prep_speed {
+ return if !$_[0];
+ my $speed = $_[0];
+ if ($_[0] =~ /^([0-9\.]+)\s*Mb/){
+ $speed = $1;
+ }
+ elsif ($_[0] =~ /^([0-9\.]+)+\s*Gb/){
+ $speed = $1 * 1000;
+ }
+ # could be 3.2, 20000 too, also superspeed+
+ elsif ($_[0] =~ /super[\s-]?speed\s?(\+|plus)/i){
+ $speed = 10000;# 3.1; # can't trust bsds to use superspeed+ but we'll hope
+ }
+ elsif ($_[0] =~ /super[\s-]?speed/i){
+ $speed = 5000;# 3.0;
+ }
+ elsif ($_[0] =~ /hi(gh)?[\s-]?speed/i){
+ $speed = 480; # 2.0,
+ }
+ elsif ($_[0] =~ /full[\s-]?speed/i){
+ $speed = 12; # 1.1 - could be full speed 1.1/2.0
+ }
+ elsif ($_[0] =~ /low?[\s-]?speed/i){
+ $speed = 1.5; # 1.5 - could be 1.0, or low speed 1.1/2.0
+ }
+ return $speed;
+}
+sub process_power {
+ return if !${$_[0]};
+ ${$_[0]} =~ s/\s//g;
+ # ${$_[0]} = '' if ${$_[0]} eq '0mA'; # better to handle on output
+}
# this is used to create an alpha sortable bus id for main $usb[0]
sub bus_id_alpha {
my ($id) = @_;
@@ -23280,212 +26637,165 @@ sub bus_id_alpha {
}
}
+# note: seen instance in android where reading file hangs endlessly!!!
+sub get_wakeups {
+ eval $start if $b_log;
+ return if $b_arm || $b_mips || $b_ppc;
+ my ($wakeups);
+ my $path = '/sys/power/wakeup_count';
+ $wakeups = reader($path,'strip',0) if -r $path;
+ eval $end if $b_log;
+ return $wakeups;
+}
+
########################################################################
-#### GENERATE LINES
+#### GENERATE OUTPUT
########################################################################
-#### -------------------------------------------------------------------
-#### LINE CONTROLLERS
-#### -------------------------------------------------------------------
-
-sub assign_data {
- my ($row) = @_;
- return if ! %$row;
- if ($output_type eq 'screen'){
- print_data($row);
- }
- else {
- %rows = (%rows,%$row);
- }
-}
+## OutputGenerator
+# Also creates Short, Info, and System items
+{
+package OutputGenerator;
-sub generate_lines {
+sub generate {
eval $start if $b_log;
- my (%row,$b_pci_check,$b_dmi_check);
- set_ps_aux() if ! @ps_aux;
- set_sysctl_data() if $b_sysctl;
+ my (%row,%checks);
+ main::set_ps_aux() if !$loaded{'ps-aux'};
+ main::set_sysctl_data() if $use{'sysctl'};
+ main::set_dboot_data() if $bsd_type && !$loaded{'dboot'};
# note: ps aux loads before logging starts, so create debugger data here
if ($b_log){
# I don't think we need to see this, it's long, but leave in case we do
- #main::log_data('dump','@ps_aux',\@ps_aux);
- log_data('dump','@ps_cmd',\@ps_cmd);
+ # main::log_data('dump','@ps_aux',\@ps_aux);
+ main::log_data('dump','@ps_cmd',\@ps_cmd);
}
- if ( $show{'short'} ){
- set_dmesg_boot_data() if ($bsd_type && !$b_dmesg_boot_check);
- %row = generate_short_data();
+ if ($show{'short'}){
+ %row = short_output();
assign_data(\%row);
}
else {
- if ( $show{'system'} ){
- %row = generate_system_data();
+ if ($show{'system'}){
+ %row = system_item();
assign_data(\%row);
}
- if ( $show{'machine'} ){
- set_dmi_data($b_dmi_check) if $b_dmi && !$b_dmi_check;
- set_dmesg_boot_data() if ($bsd_type && !$b_dmesg_boot_check);
- %row = line_handler('Machine','machine');
+ if ($show{'machine'}){
+ DmidecodeData::set(\$checks{'dmi'}) if $use{'dmidecode'} && !$checks{'dmi'};
+ %row = item_handler('Machine','machine');
assign_data(\%row);
}
- if ( $show{'battery'} ){
- set_dmi_data($b_dmi_check) if $b_dmi && !$b_dmi_check;
- %row = line_handler('Battery','battery');
+ if ($show{'battery'}){
+ DmidecodeData::set(\$checks{'dmi'}) if $use{'dmidecode'} && !$checks{'dmi'};
+ %row = item_handler('Battery','battery');
if (%row || $show{'battery-forced'}){
assign_data(\%row);
}
}
- if ( $show{'ram'} ){
- set_dmi_data($b_dmi_check) if $b_dmi && !$b_dmi_check;
- %row = line_handler('Memory','ram');
+ if ($show{'ram'}){
+ DmidecodeData::set(\$checks{'dmi'}) if $use{'dmidecode'} && !$checks{'dmi'};
+ %row = item_handler('Memory','ram');
assign_data(\%row);
}
- if ( $show{'slot'} ){
- set_dmi_data($b_dmi_check) if $b_dmi && !$b_dmi_check;
- %row = line_handler('PCI Slots','slot');
+ if ($show{'slot'}){
+ DmidecodeData::set(\$checks{'dmi'}) if $use{'dmidecode'} && !$checks{'dmi'};
+ %row = item_handler('PCI Slots','slot');
assign_data(\%row);
}
- if ( $show{'cpu'} || $show{'cpu-basic'} ){
- DeviceData::set($b_pci_check) if $b_arm && !$b_pci_check;
- set_dmi_data($b_dmi_check) if $b_dmi && !$b_dmi_check;
- set_dmesg_boot_data() if ($bsd_type && !$b_dmesg_boot_check);
+ if ($show{'cpu'} || $show{'cpu-basic'}){
+ DeviceData::set(\$checks{'device'}) if $b_arm && !$checks{'device'};
+ DmidecodeData::set(\$checks{'dmi'}) if $use{'dmidecode'} && !$checks{'dmi'};
my $arg = ($show{'cpu-basic'}) ? 'basic' : 'full' ;
- %row = line_handler('CPU','cpu',$arg);
+ %row = item_handler('CPU','cpu',$arg);
assign_data(\%row);
}
- if ( $show{'graphic'} ){
- USBData::set() if !$b_usb_check;
- DeviceData::set($b_pci_check) if !$b_pci_check;
- %row = line_handler('Graphics','graphic');
+ if ($show{'graphic'}){
+ UsbData::set(\$checks{'usb'}) if !$checks{'usb'};
+ DeviceData::set(\$checks{'device'}) if !$checks{'device'};
+ %row = item_handler('Graphics','graphic');
assign_data(\%row);
}
- if ( $show{'audio'} ){
- # Note: USBData is set internally in AudioData because it's only run in one case
- DeviceData::set($b_pci_check) if !$b_pci_check;
- %row = line_handler('Audio','audio');
+ if ($show{'audio'}){
+ UsbData::set(\$checks{'usb'}) if !$checks{'usb'};
+ DeviceData::set(\$checks{'device'}) if !$checks{'device'};
+ %row = item_handler('Audio','audio');
assign_data(\%row);
}
- if ( $show{'network'} ){
- USBData::set() if !$b_usb_check;
- DeviceData::set($b_pci_check) if !$b_pci_check;
- set_ip_data() if ($show{'ip'} || ($bsd_type && $show{'network-advanced'}));
- %row = line_handler('Network','network');
+ if ($show{'network'}){
+ UsbData::set(\$checks{'usb'}) if !$checks{'usb'};
+ DeviceData::set(\$checks{'device'}) if !$checks{'device'};
+ IpData::set() if ($show{'ip'} || ($bsd_type && $show{'network-advanced'}));
+ %row = item_handler('Network','network');
assign_data(\%row);
}
- if ( $show{'bluetooth'} ){
- USBData::set() if !$b_usb_check;
- DeviceData::set($b_pci_check) if !$b_pci_check;
- %row = line_handler('Bluetooth','bluetooth');
+ if ($show{'bluetooth'}){
+ UsbData::set(\$checks{'usb'}) if !$checks{'usb'};
+ DeviceData::set(\$checks{'device'}) if !$checks{'device'};
+ %row = item_handler('Bluetooth','bluetooth');
assign_data(\%row);
}
- if ( $show{'logical'} ){
- %row = line_handler('Logical','logical');
+ if ($show{'logical'}){
+ %row = item_handler('Logical','logical');
assign_data(\%row);
}
- if ( $show{'raid'} ){
- DeviceData::set() if !$b_pci_check;
- %row = line_handler('RAID','raid');
+ if ($show{'raid'}){
+ DeviceData::set(\$checks{'device'}) if !$checks{'device'};
+ %row = item_handler('RAID','raid');
assign_data(\%row);
}
- if ( $show{'disk'} || $show{'disk-basic'} || $show{'disk-total'} || $show{'optical'} ){
- set_dmesg_boot_data() if ($bsd_type && !$b_dmesg_boot_check);
- %row = line_handler('Drives','disk');
+ if ($show{'disk'} || $show{'disk-basic'} || $show{'disk-total'} || $show{'optical'}){
+ %row = item_handler('Drives','disk');
assign_data(\%row);
}
- if ( $show{'partition'} || $show{'partition-full'}){
- %row = line_handler('Partition','partition');
+ if ($show{'partition'} || $show{'partition-full'}){
+ %row = item_handler('Partition','partition');
assign_data(\%row);
}
- if ( $show{'swap'} ){
- %row = line_handler('Swap','swap');
+ if ($show{'swap'}){
+ %row = item_handler('Swap','swap');
assign_data(\%row);
}
- if ( $show{'unmounted'} ){
- %row = line_handler('Unmounted','unmounted');
+ if ($show{'unmounted'}){
+ %row = item_handler('Unmounted','unmounted');
assign_data(\%row);
}
- if ( $show{'usb'} ){
- USBData::set() if !$b_usb_check;
- %row = line_handler('USB','usb');
+ if ($show{'usb'}){
+ UsbData::set(\$checks{'usb'}) if !$checks{'usb'};
+ %row = item_handler('USB','usb');
assign_data(\%row);
}
- if ( $show{'sensor'} ){
- %row = line_handler('Sensors','sensor');
+ if ($show{'sensor'}){
+ %row = item_handler('Sensors','sensor');
assign_data(\%row);
}
- if ( $show{'repo'} ){
- %row = line_handler('Repos','repo');
+ if ($show{'repo'}){
+ %row = item_handler('Repos','repo');
assign_data(\%row);
}
- if ( $show{'process'} ){
- %row = line_handler('Processes','process');
+ if ($show{'process'}){
+ %row = item_handler('Processes','process');
assign_data(\%row);
}
- if ( $show{'weather'} ){
- %row = line_handler('Weather','weather');
+ if ($show{'weather'}){
+ %row = item_handler('Weather','weather');
assign_data(\%row);
}
- if ( $show{'info'} ){
- %row = generate_info_data();
+ if ($show{'info'}){
+ %row = info_item();
assign_data(\%row);
}
}
- if ( $output_type ne 'screen' ){
- output_handler(\%rows);
- }
- eval $end if $b_log;
-}
-
-sub line_handler {
- eval $start if $b_log;
- my ($key,$sub,$arg) = @_;
- my %subs = (
- 'audio' => \&AudioData::get,
- 'battery' => \&BatteryData::get,
- 'bluetooth' => \&BluetoothData::get,
- 'cpu' => \&CpuData::get,
- 'disk' => \&DiskData::get,
- 'graphic' => \&GraphicData::get,
- 'logical' => \&LogicalData::get,
- 'machine' => \&MachineData::get,
- 'network' => \&NetworkData::get,
- 'partition' => \&PartitionData::get,
- 'raid' => \&RaidData::get,
- 'ram' => \&RamData::get,
- 'repo' => \&RepoData::get,
- 'process' => \&ProcessData::get,
- 'sensor' => \&SensorData::get,
- 'slot' => \&SlotData::get,
- 'swap' => \&SwapData::get,
- 'unmounted' => \&UnmountedData::get,
- 'usb' => \&UsbData::get,
- 'weather' => \&WeatherData::get,
- );
- my (%data);
- my $data_name = main::key($prefix++,1,0,$key);
- my @rows = $subs{$sub}->($arg);
- if (@rows){
- %data = ($data_name => \@rows,);
+ if ($output_type ne 'screen'){
+ main::output_handler(\%rows);
}
eval $end if $b_log;
- return %data;
}
-
-#### -------------------------------------------------------------------
-#### SHORT, DEBUG
-#### -------------------------------------------------------------------
-
-sub generate_short_data {
+## Short, Info, System Items ##
+sub short_output {
eval $start if $b_log;
my $num = 0;
my $kernel_os = ($bsd_type) ? 'OS' : 'Kernel';
- get_shell_data($client{'ppid'}) if $client{'ppid'};
- my $client = $client{'name-print'};
- my $client_shell = ($b_irc) ? 'Client' : 'Shell';
- if ($client{'version'}){
- $client .= ' ' . $client{'version'};
- }
my ($cpu_string,$speed,$speed_key,$type) = ('','','speed','');
- my $memory = get_memory_data('string');
- my @cpu = CpuData::get('short');
+ my $memory = MemoryData::get('string');
+ my @cpu = CpuItem::get('short');
if (scalar @cpu > 1){
$type = ($cpu[2]) ? " (-$cpu[2]-)" : '';
($speed,$speed_key) = ('','');
@@ -23498,10 +26808,10 @@ sub generate_short_data {
$speed_key = $cpu[3];
$speed = $cpu[4];
}
- $cpu[1] ||= row_defaults('cpu-model-null');
+ $cpu[1] ||= main::row_defaults('cpu-model-null');
$cpu_string = $cpu[0] . ' ' . $cpu[1] . $type;
}
- elsif ($bsd_type) {
+ elsif ($bsd_type){
if ($alerts{'sysctl'}->{'action'}){
if ($alerts{'sysctl'}->{'action'} ne 'use'){
$cpu_string = "sysctl $alerts{'sysctl'}->{'action'}";
@@ -23513,7 +26823,7 @@ sub generate_short_data {
}
}
}
- my @disk = DiskData::get('short');
+ my @disk = DriveItem::get('short');
# print Dumper \@disk;
my $disk_string = 'N/A';
my ($size,$used) = ('','');
@@ -23521,14 +26831,14 @@ sub generate_short_data {
if (@disk){
$size = ($disk[0]->{'logical-size'}) ? $disk[0]->{'logical-size'} : $disk[0]->{'size'};
# must be > 0
- if ($size && is_numeric($size) ){
+ if ($size && main::is_numeric($size)){
$size_holder = $size;
- $size = get_size($size,'string');
+ $size = main::get_size($size,'string');
}
$used = $disk[0]->{'used'};
- if ($used && is_numeric($disk[0]->{'used'}) ){
+ if ($used && main::is_numeric($disk[0]->{'used'})){
$used_holder = $disk[0]->{'used'};
- $used = get_size($used,'string');
+ $used = main::get_size($used,'string');
}
# in some fringe cases size can be 0 so only assign 'N/A' if no percents etc
if ($size_holder && $used_holder){
@@ -23536,23 +26846,31 @@ sub generate_short_data {
$disk_string = "$size$percent";
}
else {
- $size ||= row_defaults('disk-size-0');
+ $size ||= main::row_defaults('disk-size-0');
$disk_string = "$used/$size";
}
}
- #print join('; ', @cpu), " sleep: $cpu_sleep\n";
$memory ||= 'N/A';
+ # print join('; ', @cpu), " sleep: $cpu_sleep\n";
+ if (!$loaded{'shell-data'} && $ppid && (!$b_irc || !$client{'name-print'})){
+ ShellData::set();
+ }
+ my $client = $client{'name-print'};
+ my $client_shell = ($b_irc) ? 'Client' : 'Shell';
+ if ($client{'version'}){
+ $client .= ' ' . $client{'version'};
+ }
my @data = ({
main::key($num++,0,0,'CPU') => $cpu_string,
main::key($num++,0,0,$speed_key) => $speed,
- main::key($num++,0,0,$kernel_os) => &get_kernel_data(),
- main::key($num++,0,0,'Up') => &get_uptime(),
+ main::key($num++,0,0,$kernel_os) => main::get_kernel_data(),
+ main::key($num++,0,0,'Up') => main::get_uptime(),
main::key($num++,0,0,'Mem') => $memory,
main::key($num++,0,0,'Storage') => $disk_string,
# could make -1 for ps aux itself, -2 for ps aux and self
main::key($num++,0,0,'Procs') => scalar @ps_aux,
main::key($num++,0,0,$client_shell) => $client,
- main::key($num++,0,0,$self_name) => &get_self_version(),
+ main::key($num++,0,0,$self_name) => main::get_self_version(),
},);
my %row = (
main::key($prefix,1,0,'SHORT') => [(@data),],
@@ -23560,12 +26878,7 @@ sub generate_short_data {
eval $end if $b_log;
return %row;
}
-
-#### -------------------------------------------------------------------
-#### CONSTRUCTED LINES
-#### -------------------------------------------------------------------
-
-sub generate_info_data {
+sub info_item{
eval $start if $b_log;
my $num = 0;
my $gcc_alt = '';
@@ -23573,7 +26886,7 @@ sub generate_info_data {
my $data_name = main::key($prefix++,1,0,'Info');
my ($b_gcc,$gcc,$index);
my ($gpu_ram,$parent,$percent,$total,$used) = (0,'','','','');
- my @gccs = get_gcc_data();
+ my @gccs = main::get_gcc_data();
if (@gccs){
$gcc = shift @gccs;
if ($extra > 1 && @gccs){
@@ -23582,30 +26895,27 @@ sub generate_info_data {
$b_gcc = 1;
}
$gcc ||= 'N/A';
- get_shell_data($client{'ppid'}) if $client{'ppid'};
- my $client_shell = ($b_irc) ? 'Client' : 'Shell';
- my $client = $client{'name-print'};
my %data = (
$data_name => [{
main::key($num++,0,1,'Processes') => scalar @ps_aux,
- main::key($num++,1,1,'Uptime') => &get_uptime(),
+ main::key($num++,1,1,'Uptime') => main::get_uptime(),
},],
);
- $index = scalar(@{ $data{$data_name} } ) - 1;
+ $index = scalar(@{$data{$data_name}}) - 1;
if ($extra > 2){
- my $wakeups = get_wakeups();
+ my $wakeups = main::get_wakeups();
$data{$data_name}->[$index]{main::key($num++,0,2,'wakeups')} = $wakeups if defined $wakeups;
}
- if (!$b_mem){
- my $memory = get_memory_data('splits');
+ if (!$loaded{'memory'}){
+ my $memory = MemoryData::get('splits');
if ($memory){
my @temp = split(':', $memory);
$gpu_ram = $temp[3] if $temp[3];
- $total = ($temp[0]) ? get_size($temp[0],'string') : 'N/A';
- $used = ($temp[1]) ? get_size($temp[1],'string') : 'N/A';
+ $total = ($temp[0]) ? main::get_size($temp[0],'string') : 'N/A';
+ $used = ($temp[1]) ? main::get_size($temp[1],'string') : 'N/A';
$used .= " ($temp[2]%)" if $temp[2];
if ($gpu_ram){
- $gpu_ram = get_size($gpu_ram,'string');
+ $gpu_ram = main::get_size($gpu_ram,'string');
}
}
$data{$data_name}->[$index]{main::key($num++,1,1,'Memory')} = $total;
@@ -23614,11 +26924,11 @@ sub generate_info_data {
if ($gpu_ram){
$data{$data_name}->[$index]{main::key($num++,0,2,'gpu')} = $gpu_ram;
}
- if ( (!$b_display || $b_force_display) || $extra > 0 ){
- my %init = get_init_data();
+ if ((!$b_display || $force{'display'}) || $extra > 0){
+ my %init = main::get_init_data();
my $init_type = ($init{'init-type'}) ? $init{'init-type'}: 'N/A';
$data{$data_name}->[$index]{main::key($num++,1,1,'Init')} = $init_type;
- if ($extra > 1 ){
+ if ($extra > 1){
my $init_version = ($init{'init-version'}) ? $init{'init-version'}: 'N/A';
$data{$data_name}->[$index]{main::key($num++,0,2,'v')} = $init_version;
}
@@ -23631,18 +26941,22 @@ sub generate_info_data {
if ($init{'runlevel'}){
$data{$data_name}->[$index]{main::key($num++,0,2,'runlevel')} = $init{'runlevel'};
}
- if ($extra > 1 ){
+ if ($extra > 1){
if ($init{'default'}){
- my $default = ($init{'init-type'} eq 'systemd' && $init{'default'} =~ /[^0-9]$/ ) ? 'target' : 'default';
+ my $default = ($init{'init-type'} eq 'systemd' && $init{'default'} =~ /[^0-9]$/) ? 'target' : 'default';
$data{$data_name}->[$index]{main::key($num++,0,2,$default)} = $init{'default'};
}
+ if ($b_admin && (my $tool = ServiceData::get('tool',''))){
+ $data{$data_name}->[$index]{main::key($num++,0,2,'tool')} = $tool;
+ undef %service_tool;
+ }
}
}
- if ($extra > 0 ){
+ if ($extra > 0){
my $b_clang;
my $clang_version = '';
- if (my $path = check_program('clang')){
- $clang_version = program_version($path,'clang',3,'--version');
+ if (my $path = main::check_program('clang')){
+ $clang_version = main::program_version($path,'clang',3,'--version');
$clang_version ||= 'N/A';
$b_clang = 1;
}
@@ -23650,7 +26964,7 @@ sub generate_info_data {
$data{$data_name}->[$index]{main::key($num++,1,1,'Compilers')} = $compiler;
if ($b_gcc){
$data{$data_name}->[$index]{main::key($num++,1,2,'gcc')} = $gcc;
- if ( $extra > 1 && $gcc_alt){
+ if ($extra > 1 && $gcc_alt){
$data{$data_name}->[$index]{main::key($num++,0,3,'alt')} = $gcc_alt;
}
}
@@ -23658,71 +26972,71 @@ sub generate_info_data {
$data{$data_name}->[$index]{main::key($num++,0,2,'clang')} = $clang_version;
}
}
- if ($extra > 0 && !$b_pkg){
+ if ($extra > 0 && !$loaded{'packages'}){
my %packages = PackageData::get('inner',\$num);
for (keys %packages){
$data{$data_name}->[$index]{$_} = $packages{$_};
}
- $b_pkg = 1;
}
- if (!$b_irc && $extra > 1 ){
- # bsds don't support -f option to get PPID
- if (($b_display && !$b_force_display) && !$bsd_type){
- $parent = get_shell_source();
+ if (!$loaded{'shell-data'} && $ppid && (!$b_irc || !$client{'name-print'})){
+ ShellData::set();
+ }
+ my $client_shell = ($b_irc) ? 'Client' : 'Shell';
+ my $client = $client{'name-print'};
+ if (!$b_irc && $extra > 1){
+ # some bsds don't support -f option to get PPPID
+ # note: root/su - does not have $DISPLAY usually
+ if ($b_display && !$force{'display'} && $ppid && $client{'pppid'}){
+ $parent = ShellData::shell_launcher();
}
else {
- $parent = get_tty_number();
- $parent = "tty $parent" if $parent ne '';
- }
- if ($parent eq 'login'){
- $client{'su-start'} = $parent if !$client{'su-start'};
- $parent = undef;
+ ShellData::tty_number() if !$loaded{'tty-number'};
+ $parent = "tty $client{'tty-number'}" if $client{'tty-number'} ne '';
}
# can be tty 0 so test for defined
- $running_in = $parent if defined $parent;
- if ($extra > 2 && $running_in && get_ssh_status() ){
+ $running_in = $parent if $parent;
+ if ($extra > 2 && $running_in && ShellData::ssh_status()){
$running_in .= ' (SSH)';
}
- }
- if ($extra > 2 && $client{'su-start'}){
- $client .= " ($client{'su-start'})";
+ if ($extra > 2 && $client{'su-start'}){
+ $client .= " ($client{'su-start'})";
+ }
}
$data{$data_name}->[$index]{main::key($num++,1,1,$client_shell)} = $client;
if ($extra > 0 && $client{'version'}){
$data{$data_name}->[$index]{main::key($num++,0,2,'v')} = $client{'version'};
}
- if ($extra > 2 && $client{'default-shell'}){
- $data{$data_name}->[$index]{main::key($num++,1,2,'default')} = $client{'default-shell'};
- $data{$data_name}->[$index]{main::key($num++,0,3,'v')} = $client{'default-shell-v'} if $client{'default-shell-v'};
- }
- if ( $running_in ){
- $data{$data_name}->[$index]{main::key($num++,0,2,'running in')} = $running_in;
+ if (!$b_irc){
+ if ($extra > 2 && $client{'default-shell'}){
+ $data{$data_name}->[$index]{main::key($num++,1,2,'default')} = $client{'default-shell'};
+ $data{$data_name}->[$index]{main::key($num++,0,3,'v')} = $client{'default-shell-v'} if $client{'default-shell-v'};
+ }
+ if ($running_in){
+ $data{$data_name}->[$index]{main::key($num++,0,2,'running-in')} = $running_in;
+ }
}
- $data{$data_name}->[$index]{main::key($num++,0,1,$self_name)} = &get_self_version();
-
+ $data{$data_name}->[$index]{main::key($num++,0,1,$self_name)} = main::get_self_version();
eval $end if $b_log;
return %data;
}
-
-sub generate_system_data {
+sub system_item {
eval $start if $b_log;
my ($cont_desk,$ind_dm,$num) = (1,2,0);
my ($index);
my $data_name = main::key($prefix++,1,0,'System');
my ($desktop,$desktop_info,$desktop_key,$dm_key,$toolkit,$wm) = ('','','Desktop','dm','','');
my (@desktop_data,$desktop_version);
-
my %data = (
$data_name => [{}],
);
- $index = scalar(@{ $data{$data_name} } ) - 1;
+ $index = scalar(@{$data{$data_name}}) - 1;
if ($show{'host'}){
- $data{$data_name}->[$index]{main::key($num++,0,1,'Host')} = get_hostname();
+ $data{$data_name}->[$index]{main::key($num++,0,1,'Host')} = main::get_hostname();
}
- $data{$data_name}->[$index]{main::key($num++,1,1,'Kernel')} = get_kernel_data();
- $data{$data_name}->[$index]{main::key($num++,0,2,'bits')} = get_kernel_bits();
+ $data{$data_name}->[$index]{main::key($num++,1,1,'Kernel')} = main::get_kernel_data();
+ $data{$data_name}->[$index]{main::key($num++,0,2,'bits')} = main::get_kernel_bits();
if ($extra > 0){
- my @compiler = get_compiler_version(); # get compiler data
+ my @compiler = CompilerVersion::get(); # get compiler data
if (scalar @compiler != 2){
@compiler = ('N/A', '');
}
@@ -23733,13 +27047,17 @@ sub generate_system_data {
$data{$data_name}->[$index]{main::key($num++,0,3,'v')} = $compiler[1];
}
}
- if ($b_admin && (my $params = get_kernel_parameters())){
- $index = scalar(@{ $data{$data_name} } );
- #print "$params\n";
- $params = apply_partition_filter('system', $params, 'label') if $use{'filter-label'};
- $params = apply_partition_filter('system', $params, 'uuid') if $use{'filter-uuid'};
+ if ($b_admin && (my $params = KernelParameters::get())){
+ $index = scalar(@{$data{$data_name}});
+ # print "$params\n";
+ if ($use{'filter-label'}){
+ $params = main::apply_partition_filter('system', $params, 'label');
+ }
+ if ($use{'filter-uuid'}){
+ $params = main::apply_partition_filter('system', $params, 'uuid');
+ }
$data{$data_name}->[$index]{main::key($num++,0,2,'parameters')} = $params;
- $index = scalar(@{ $data{$data_name} } );
+ $index = scalar(@{$data{$data_name}});
}
# note: tty can have the value of 0 but the two tools
# return '' if undefined, so we test for explicit ''
@@ -23749,8 +27067,8 @@ sub generate_system_data {
$desktop_version = $desktop_data[1] if $desktop_data[1];
$desktop .= ' ' . $desktop_version if $desktop_version;
if ($extra > 0 && $desktop_data[3]){
- #$desktop .= ' (' . $desktop_data[2];
- #$desktop .= ( $desktop_data[3] ) ? ' ' . $desktop_data[3] . ')' : ')';
+ # $desktop .= ' (' . $desktop_data[2];
+ # $desktop .= ($desktop_data[3]) ? ' ' . $desktop_data[3] . ')' : ')';
$toolkit = "$desktop_data[2] $desktop_data[3]";
}
if ($extra > 2 && $desktop_data[4]){
@@ -23759,19 +27077,21 @@ sub generate_system_data {
# don't print the desktop if it's a wm and the same
if ($extra > 1 && $desktop_data[5] &&
(!$desktop_data[0] || $desktop_data[5] =~ /^(deepin.+|gnome[\s_-]shell|budgie.+)$/i ||
- index(lc($desktop_data[5]),lc($desktop_data[0])) == -1 )){
+ index(lc($desktop_data[5]),lc($desktop_data[0])) == -1)){
$wm = $desktop_data[5];
$wm .= ' ' . $desktop_data[6] if $extra > 2 && $desktop_data[6];
}
}
- if (!$b_display || ( !$desktop && $b_root)) {
- my $tty = get_tty_number();
+ if (!$b_display || (!$desktop && $b_root)){
+ ShellData::tty_number() if !$loaded{'tty-number'};
+ my $tty = $client{'tty-number'};
if (!$desktop){
$desktop_info = '';
}
# it is defined, as ''
- if ( $tty eq '' && $client{'console-irc'}){
- $tty = get_tty_console_irc('vtnr');
+ if ($tty eq '' && $client{'console-irc'}){
+ ShellData::console_irc_tty() if !$loaded{'con-irc-tty'};
+ $tty = $client{'con-irc-tty'};
}
$desktop = "tty $tty" if $tty ne '';
$desktop_key = 'Console';
@@ -23791,16 +27111,19 @@ sub generate_system_data {
}
if ($extra > 1){
$data{$data_name}->[$index]{main::key($num++,0,2,'wm')} = $wm if $wm;
- my $dms = get_display_manager();
+ if ($extra > 2 && $b_display && defined $ENV{'XDG_VTNR'}){
+ $data{$data_name}->[$index]{main::key($num++,0,2,'vt')} = $ENV{'XDG_VTNR'};
+ }
+ my $dms = main::get_display_manager();
if ($dms || $desktop_key ne 'Console'){
$dms ||= 'N/A';
$data{$data_name}->[$index]{main::key($num++,0,$ind_dm,$dm_key)} = $dms;
}
}
- #if ($extra > 2 && $desktop_key ne 'Console'){
- # my $tty = get_tty_number();
+ # if ($extra > 2 && $desktop_key ne 'Console'){
+ # my $tty = ShellData::tty_number() if !$loaded{'tty-number'};
# $data{$data_name}->[$index]{main::key($num++,0,1,'vc')} = $tty if $tty ne '';
- #}
+ # }
my $distro_key = ($bsd_type) ? 'OS': 'Distro';
my @distro_data = DistroData::get();
my $distro = $distro_data[0];
@@ -23812,6 +27135,52 @@ sub generate_system_data {
eval $end if $b_log;
return %data;
}
+## Item Processors ##
+sub assign_data {
+ my ($row) = @_;
+ return if ! %$row;
+ if ($output_type eq 'screen'){
+ main::print_data($row);
+ }
+ else {
+ %rows = (%rows,%$row);
+ }
+}
+sub item_handler {
+ eval $start if $b_log;
+ my ($key,$sub,$arg) = @_;
+ my %subs = (
+ 'audio' => \&AudioItem::get,
+ 'battery' => \&BatteryItem::get,
+ 'bluetooth' => \&BluetoothItem::get,
+ 'cpu' => \&CpuItem::get,
+ 'disk' => \&DriveItem::get,
+ 'graphic' => \&GraphicItem::get,
+ 'logical' => \&LogicalItem::get,
+ 'machine' => \&MachineItem::get,
+ 'network' => \&NetworkItem::get,
+ 'partition' => \&PartitionItem::get,
+ 'raid' => \&RaidItem::get,
+ 'ram' => \&RamItem::get,
+ 'repo' => \&RepoItem::get,
+ 'process' => \&ProcessItem::get,
+ 'sensor' => \&SensorItem::get,
+ 'slot' => \&SlotItem::get,
+ 'swap' => \&SwapItem::get,
+ 'unmounted' => \&UnmountedItem::get,
+ 'usb' => \&UsbItem::get,
+ 'weather' => \&WeatherItem::get,
+ );
+ my (%data);
+ my $data_name = main::key($prefix++,1,0,$key);
+ my @rows = $subs{$sub}->($arg);
+ if (@rows){
+ %data = ($data_name => \@rows,);
+ }
+ eval $end if $b_log;
+ return %data;
+}
+}
#######################################################################
#### LAUNCH
@@ -23819,5 +27188,5 @@ sub generate_system_data {
main(); ## From the End comes the Beginning
-## note: this EOF is needed for smxi handling, this is what triggers the full download ok
+## note: this EOF is needed for self updater, triggers the full download ok
###**EOF**###
diff --git a/inxi.1 b/inxi.1
index 586acf7..3d79efb 100644
--- a/inxi.1
+++ b/inxi.1
@@ -1,4 +1,21 @@
-.TH INXI 1 "2021\-02\-08" inxi "inxi manual"
+.\" inxi.1 - manpage for inxi system information tool
+.\" Copyright (C) 2021 Harald Hope
+.\"
+.\" This program is free software; you can redistribute it and/or modify
+.\" it under the terms of the GNU General Public License as published by
+.\" the Free Software Foundation; either version 3 of the License, or
+.\" (at your option) any later version.
+.\"
+.\" This program is distributed in the hope that it will be useful,
+.\" but WITHOUT ANY WARRANTY; without even the implied warranty of
+.\" MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+.\" GNU General Public License for more details.
+.\"
+.\" You should have received a copy of the GNU General Public License along
+.\" with this program; if not, write to the Free Software Foundation, Inc.,
+.\" 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
+.\"
+.TH INXI 1 "2021\-07\-21" "inxi" "inxi manual"
.SH NAME
inxi \- Command line system information script for console and IRC
@@ -19,14 +36,15 @@ inxi \- Command line system information script for console and IRC
\fBinxi\fB [\fB\-x\fR|\fB\-xx\fR|\fB\-xxx\fR|\fB\-a\fR] \fB\-OPTION(s)\fR
-All short form options have long form variants \- see below for these and more advanced options.
+All short form options have long form variants \- see below for these and more
+advanced options.
.SH DESCRIPTION
-\fBinxi\fR is a command line system information script built for console
-and IRC. It is also used a debugging tool for forum technical support
-to quickly ascertain users' system configurations and hardware. inxi shows
-system hardware, CPU, drivers, Xorg, Desktop, Kernel, gcc version(s), Processes,
-RAM usage, and a wide variety of other useful information.
+\fBinxi\fR is a command line system information script built for console and
+IRC. It is also used a debugging tool for forum technical support to quickly
+ascertain users' system configurations and hardware. inxi shows system
+hardware, CPU, drivers, Xorg, Desktop, Kernel, gcc version(s), Processes, RAM
+usage, and a wide variety of other useful information.
\fBinxi\fR output varies depending on whether it is being used on CLI or IRC,
with some default filters and color options applied only for IRC use.
@@ -40,12 +58,12 @@ username directory in partitions, and a few other items.
Because inxi is often used on forums for support, you can also trigger this
filtering with the \fB\-z\fR option (\fB\-Fz\fR, for example). To override
-the IRC filter, you can use the \fB\-Z\fR option. This can be useful in debugging
-network connection issues online in a private chat, for example.
+the IRC filter, you can use the \fB\-Z\fR option. This can be useful in
+debugging network connection issues online in a private chat, for example.
.SH USING OPTIONS
-Options can be combined if they do not conflict. You can either group the letters
-together or separate them.
+Options can be combined if they do not conflict. You can either group the
+letters together or separate them.
Letters with numbers can have no gap or a gap at your discretion, except when
using \fB \-t\fR. Note that if you use an option that requires an additional
@@ -64,7 +82,8 @@ keep things simple.
.TP
.B \-A\fR,\fB \-\-audio\fR
-Show Audio/sound device(s) information, including device driver.
+Show Audio/sound device(s) information, including device driver. Show running
+sound server(s). See \fB\-xxA\fR to show all sound servers detected.
.TP
.B \-b\fR,\fB \-\-basic\fR
@@ -72,26 +91,35 @@ Show basic output, short form. Same as: \fBinxi \-v 2\fR
.TP
.B \-B\fR,\fB \-\-battery\fR
-Show system battery (\fBID\-x\fR) data, charge, condition, plus extra information
-(if battery present). Uses \fB/sys\fR or, for BSDs without systctl battery data,
-\fBdmidecode\fR. \fBdmidecode\fR does not have very much information, and none
-about current battery state/charge/voltage. Supports multiple batteries when
-using \fB/sys\fR data.
+Show system battery (\fBID\-x\fR) data, charge, condition, plus extra
+information (if battery present). Uses \fB/sys\fR or, for BSDs without systctl
+battery data, use \fB\-\-dmidecode\fR to force its use. \fBdmidecode\fR does
+not have very much information, and none about current battery
+state/charge/voltage. Supports multiple batteries when using \fB/sys\fR or
+\fBsysctl\fR data.
-Note that for \fBcharge\fR, the output shows the current charge, as well as its
-value as a percentage of the available capacity, which can be less than the original design
-capacity. In the following example, the actual current available capacity of the battery
-is \fB22.2 Wh\fR.
+Note that for \fBcharge:\fR, the output shows the current charge, as well as
+its value as a percentage of the available capacity, which can be less than
+the original design capacity. In the following example, the actual current
+available capacity of the battery is \fB22.2 Wh\fR.
-\fBcharge: 20.1 Wh 95.4%\fR
+\fBcharge: 20.1 Wh (95.4%)\fR
-The \fBcondition\fR item shows the remaining available capacity / original design
-capacity, and then this figure as a percentage of original capacity available in the battery.
+The \fBcondition:\fR item shows the remaining available capacity / original
+design capacity, and then this figure as a percentage of original capacity
+available in the battery.
\fBcondition: 22.2/36.4 Wh (61%)\fR
-With \fB\-x\fR shows attached \fBDevice\-x\fR information (mouse, keyboard, etc.)
-if they are battery powered.
+With \fB\-x\fR, or if voltage difference is critical, \fBvolts:\fR item shows
+the current voltage, and the \fBmin:\fR voltage. Note that if the current is
+below the minimum listed the battery is essentially dead and will not charge.
+Test that to confirm, but that's technically how it's supposed to work.
+
+\fBvolts: 12.0 min: 11.4\fR
+
+With \fB\-x\fR shows attached \fBDevice\-x\fR information (mouse, keyboard,
+etc.) if they are battery powered.
.TP
.B \-\-bluetooth\fR \- See \fB\-E\fR
@@ -103,14 +131,15 @@ Set color scheme. If no scheme number is supplied, 0 is assumed.
.TP
.B \-c \fR[\fB94\fR\-\fB99\fR]
-These color selectors run a color selector option prior to inxi starting which lets
-you set the config file value for the selection.
+These color selectors run a color selector option prior to inxi starting
+which lets you set the config file value for the selection.
NOTE: All configuration file set color values are removed when output is
-piped or redirected. You must use the explicit runtime \fB\-c <color number>\fR option
-if you want color codes to be present in the piped/redirected output.
+piped or redirected. You must use the explicit runtime \fB\-c <color number>\fR
+option if you want color codes to be present in the piped/redirected output.
-Color selectors for each type display (NOTE: IRC and global only show safe color set):
+Color selectors for each type display (NOTE: IRC and global only show safe
+color set):
.TP
.B \-c 94\fR
@@ -141,17 +170,19 @@ Setting a specific color type removes the global color selection.
.TP
.B \-C\fR,\fB \-\-cpu\fR
-Show full CPU output, including per CPU clock speed and CPU max speed (if available).
-If max speed data present, shows \fB(max)\fR in short output formats (\fBinxi\fR,
-\fBinxi \-b\fR) if actual CPU speed matches max CPU speed. If max CPU speed does
-not match actual CPU speed, shows both actual and max speed information.
-See \fB\-x\fR for more options.
+Show full CPU output, including per CPU clock speed and CPU max speed (if
+available). If max speed data present, shows \fB(max)\fR in short output
+formats (\fBinxi\fR, \fBinxi \-b\fR) if actual CPU speed matches max CPU
+speed. If max CPU speed does not match actual CPU speed, shows both actual
+and max speed information. See \fB\-x\fR for more options.
For certain CPUs (some ARM, and AMD Zen family) shows CPU die count.
-The details for each CPU include a technical description e.g. \fBtype: MT MCP\fR
+The details for each CPU include a technical description e.g. \fBtype: MT
+MCP\fR
-* \fBMT\fR \- Multi/Hyper Threaded CPU, more than 1 thread per core (previously \fBHT\fR).
+* \fBMT\fR \- Multi/Hyper Threaded CPU, more than 1 thread per core
+(previously \fBHT\fR).
* \fBMCM\fR \- Multi Chip Model (more than 1 die per CPU).
@@ -161,51 +192,58 @@ The details for each CPU include a technical description e.g. \fBtype: MT MCP\fR
* \fBUP\fR \- Uni (single core) Processor.
-Note that \fBmin/max:\fR speeds are not necessarily true in cases of overclocked CPUs
-or CPUs in turbo/boost mode. See \fB\-Ca\fR for alternate \fBbase/boost:\fR speed data.
+Note that \fBmin/max:\fR speeds are not necessarily true in cases of
+overclocked CPUs or CPUs in turbo/boost mode. See \fB\-Ca\fR for alternate
+\fBbase/boost:\fR speed data.
.TP
.B \-d\fR,\fB \-\-disk\-full\fR,\fB\-\-optical\fR
-Show optical drive data as well as \fB\-D\fR hard drive data. With \fB\-x\fR, adds a
-feature line to the output. Also shows floppy disks if present. Note that there is
-no current way to get any information about the floppy device that we are aware of,
-so it will simply show the floppy ID without any extra data. \fB\-xx\fR adds a
-few more features.
+Show optical drive data as well as \fB\-D\fR hard drive data. With \fB\-x\fR,
+adds a feature line to the output. Also shows floppy disks if present. Note
+that there is no current way to get any information about the floppy device
+that we are aware of, so it will simply show the floppy ID without any extra
+data. \fB\-xx\fR adds a few more features.
.TP
.B \-D\fR,\fB \-\-disk\fR
Show Hard Disk info. Shows total disk space and used percentage. The disk used
percentage includes space used by swap partition(s), since those are not usable
-for data storage. Also, unmounted partitions are not counted in disk use percentages
-since inxi has no access to the used amount.
+for data storage. Also, unmounted partitions are not counted in disk use
+percentages since inxi has no access to the used amount.
If the system has RAID or other logical storage, and if inxi can determine
-the size of those vs their components, you will see the storage total raw and usable
-sizes, plus the percent used of the usable size. The no argument short form
-of inxi will show only the usable (or total if no usable) and used percent.
-If there is no logical storage detected, only \fBtotal:\fR and \fBused:\fR will
-show. Sample (with RAID logical size calculated):
+the size of those vs their components, you will see the storage total raw and
+usable sizes, plus the percent used of the usable size. The no argument short
+form of inxi will show only the usable (or total if no usable) and used
+percent. If there is no logical storage detected, only \fBtotal:\fR and
+\fBused:\fR will show. Sample (with RAID logical size calculated):
-\fBLocal Storage: total: raw: 5.49 TiB usable: 2.80 TiB used: 1.35 TiB (48.3%)\fR
+\fBLocal Storage: total: raw: 5.49 TiB usable: 2.80 TiB used: 1.35 TiB
+(48.3%)\fR
Without logical storage detected:
\fBLocal Storage: total: 2.89 TiB used: 1.51 TiB (52.3%)\fR
-Also shows per disk information: Disk ID, type (if present), vendor (if detected),
-model, and size. See \fBExtra Data Options\fR (\fB\-x\fR options) and
-\fBAdmin Extra Data Options\fR (\fB\-\-admin\fR options) for many more features.
+Also shows per disk information: Disk ID, type (if present), vendor (if
+detected), model, and size. See \fBExtra Data Options\fR (\fB\-x\fR options)
+and \fBAdmin Extra Data Options\fR (\fB\-\-admin\fR options) for many more
+features.
.TP
.B \-E\fR, \fB\-\-bluetooth\fR
-Show bluetooth device(s), drivers. Show \fBReport:\fR with
-(if available) bluetooth version (\fBbt\-v\fR), HCI ID, state,
-address per device. See \fBExtra Data Options\fR for more.
+Show bluetooth device(s), drivers. Show \fBReport:\fR with HCI ID, state,
+address per device (requires \fBbt\-adapter\fR or \fBhciconfig\fR),
+and if available (hciconfig only) bluetooth version (\fBbt\-v\fR).
+See \fBExtra Data Options\fR for more.
-Note that \fBReport\-ID:\fR indicates that the HCI item was not able to be linked to a
-specific device, similar to \fBIF\-ID:\fR in \fB\-n\fR.
+If bluetooth shows as \fBstatus: down\fR, shows \fBbt-service:\fR\fB state
+and rfkill\fR software and hardware blocked states, and rfkill ID.
-Note that if your internal bluetooth device does not show, it's possible that
+Note that \fBReport\-ID:\fR indicates that the HCI item was not able to be
+linked to a specific device, similar to \fBIF\-ID:\fR in \fB\-n\fR.
+
+If your internal bluetooth device does not show, it's possible that
it has been disabled, if you try enabling it using for example:
\fBhciconfig hci0 up\fR
@@ -216,7 +254,7 @@ and it returns a blocked by RF\-Kill error, you can do one of these:
or
-\fBrfkill list\fR
+\fBrfkill list bluetooth\fR
\fBrfkill unblock bluetooth\fR
@@ -237,20 +275,21 @@ very specialized cases.
.TP
.B \-f\fR,\fB \-\-flags\fR
-Show all CPU flags used, not just the short list. Not shown with \fB\-F\fR in order
-to avoid spamming. ARM CPUs: show \fBfeatures\fR items.
+Show all CPU flags used, not just the short list. Not shown with \fB\-F\fR
+in order to avoid spamming. ARM CPUs: show \fBfeatures\fR items.
.TP
.B \-F\fR,\fB \-\-full\fR
-Show Full output for inxi. Includes all Upper Case line letters (except \fB\-J\fR
-and \fB\-W\fR) plus \fB\-\-swap\fR, \fB\-s\fR and \fB\-n\fR. Does not show extra
-verbose options such as \fB\-d \-f \-i -J \-l \-m \-o \-p \-r \-t \-u \-x\fR unless
-you use those arguments in the command, e.g.: \fBinxi \-Frmxx\fR
+Show Full output for inxi. Includes all Upper Case line letters (except
+\fB\-J\fR and \fB\-W\fR) plus \fB\-\-swap\fR, \fB\-s\fR and \fB\-n\fR. Does
+not show extra verbose options such as \fB\-d \-f \-i -J \-l \-m \-o \-p \-r
+\-t \-u \-x\fR unless you use those arguments in the command, e.g.:
+\fBinxi \-Frmxx\fR
.TP
.B \-G\fR,\fB \-\-graphics\fR
-Show Graphic device(s) information, including details of device and display drivers
-(\fBloaded:\fR, and, if applicable: \fBunloaded:\fR, \fBfailed:\fR),
+Show Graphic device(s) information, including details of device and display
+drivers (\fBloaded:\fR, and, if applicable: \fBunloaded:\fR, \fBfailed:\fR),
display protocol (if available), display server (and/or Wayland compositor),
vendor and version number, e.g.:
@@ -270,7 +309,8 @@ or always if detected and Wayland.
.B \-h\fR,\fB \-\-help\fR
The help menu. Features dynamic sizing to fit into terminal window. Set script
global \fBCOLS_MAX_CONSOLE\fR if you want a different default value, or
-use \fB\-y <width>\fR to temporarily override the defaults or actual window width.
+use \fB\-y <width>\fR to temporarily override the defaults or actual window
+width.
.TP
.B \-i\fR,\fB \-\-ip\fR
@@ -281,8 +321,8 @@ local/WAN IP. Shows both IPv4 and IPv6 link IP addresses.
.TP
.B \-I\fR,\fB \-\-info\fR
-Show Information: processes, uptime, memory, IRC client (or shell type if run in
-shell, not IRC), inxi version. See \fB\-Ix\fR, \fB\-Ixx\fR, and \fB\-Ia\fR
+Show Information: processes, uptime, memory, IRC client (or shell type if run
+in shell, not IRC), inxi version. See \fB\-Ix\fR, \fB\-Ixx\fR, and \fB\-Ia\fR
for extra information (init type/version, runlevel, packages).
Note: if \fB\-m\fR is used or triggered, the memory item will show in the main
@@ -297,11 +337,15 @@ this result to increase the \fBMemory:\fR amount and \fBused:\fR amounts.
Shows all active swap types (partition, file, zram). When this option is used,
swap partition(s) will not show on the \fB\-P\fR line to avoid redundancy.
+To show partition labels or UUIDs (when available and relevant), use with
+\fB\-l\fR or\fB \-u\fR.
+
.TP
.B \-J\fR,\fB \-\-usb\fR
Show USB data for attached Hubs and Devices. Hubs also show number of ports.
Be aware that a port is not always external, some may be internal, and either
-used or unused (for example, a motherboard USB header connector that is not used).
+used or unused (for example, a motherboard USB header connector that is not
+used).
Hubs and Devices are listed in order of BusID.
@@ -319,8 +363,10 @@ The \fBrev: 2.0\fR item refers to the USB revision number, like \fB1.0\fR or
.TP
.B \-l\fR,\fB \-\-label\fR
-Show partition labels. Default: main partitions \fB\-P\fR. For full \fB\-p\fR output,
-use: \fB\-pl\fR.
+Show partition labels. Use with \fB\-j\fR, \fB\-o\fR, \fB\-p\fR, and \fB\-P\fR
+to show partition labels. Does nothing without one of those options.
+
+Sample: \fB\-ojpl\fR.
.TP
.B \-L\fR, \fB\-\-logical\fR
@@ -328,7 +374,8 @@ Show Logical volume information, for LVM, LUKS, bcache, etc. Shows
size, free space (for LVM VG). For LVM, shows \fBDevice\-[xx]: VG:\fR
(Volume Group) size/free, \fBLV\-[xx]\fR (Logical Volume). LV shows type,
size, and components. Note that components are made up of either containers
-(aka, logical devices), or physical devices. The full report requires sudo/root.
+(aka, logical devices), or physical devices. The full report requires
+doas[BSDs]/sudo/root.
Logical block devices can be thought of as devices that are made up out
of either other logical devices, or physical devices. inxi does its best
@@ -351,8 +398,8 @@ component belongs to which.
Sample:
-\fBDevice\-10: mybackup type: LUKS dm: dm\-28 size: 6.36 GiB Components: c\-1: md1
-cc\-1: dm\-26 ppp\-1: sdj2 cc\-2: dm\-27 ppp\-1: sdk2\fR
+\fBDevice\-10: mybackup type: LUKS dm: dm\-28 size: 6.36 GiB Components:
+c\-1: md1 cc\-1: dm\-26 ppp\-1: sdj2 cc\-2: dm\-27 ppp\-1: sdk2\fR
.nf
\fBLV\-5: lvm_raid1 type: raid1 dm: dm\-16 size: 4.88 GiB
@@ -362,9 +409,9 @@ pp\-1: sde1 c\-4: dm\-15 pp\-1: sde1\fR
.fi
It is easier to follow the flow of components and devices using \fB\-y1\fR. In
-this example, there is one primary component (c\-1), md1, which is made up of two
-components (cc\-1,2), dm\-26 and dm\-27. These are respectively made from physical
-devices (p\-1) sdj2 and sdk2.
+this example, there is one primary component (c\-1), md1, which is made up of
+two components (cc\-1,2), dm\-26 and dm\-27. These are respectively made from
+physical devices (p\-1) sdj2 and sdk2.
.nf
\fBDevice\-10: mybackup
@@ -398,38 +445,42 @@ Other types of logical block handling like LUKS, bcache show as:
.TP
.B \-m\fR,\fB \-\-memory\fR
-Memory (RAM) data. Does not display with \fB\-b\fR or \fB\-F\fR unless you use \fB\-m\fR
-explicitly. Ordered by system board physical system memory array(s) (\fBArray\-[number]\fR),
-and individual memory devices (\fBDevice\-[number]\fR). Physical memory
-array data shows array capacity, number of devices supported, and Error Correction
-information. Devices shows locator data (highly variable in syntax), size, speed,
-type (eg: \fBtype: DDR3\fR).
+Memory (RAM) data. Does not display with \fB\-b\fR or \fB\-F\fR unless you
+use \fB\-m\fR explicitly. Ordered by system board physical system memory
+array(s) (\fBArray\-[number]\fR), and individual memory devices
+(\fBDevice\-[number]\fR). Physical memory array data shows array capacity,
+number of devices supported, and Error Correction information. Devices shows
+locator data (highly variable in syntax), size, speed, type
+(eg: \fBtype: DDR3\fR).
Note: \fB\-m\fR uses \fBdmidecode\fR, which must be run as root (or start
-\fBinxi\fR with \fBsudo\fR), unless you figure out how to set up sudo to permit
-dmidecode to read \fB/dev/mem\fR as user. \fBspeed\fR and \fBbus width\fR will not
-show if \fBNo Module Installed\fR is found in \fBsize\fR.
-
-Note: If \fB\-m\fR is triggered RAM total/used report will appear in this section,
-not in \fB\-I\fR or \fB\-tm\fR items.
-
-Because \fBdmidecode\fR data is extremely unreliable, inxi will try to make best guesses.
-If you see \fB(check)\fR after the capacity number, you should check it with the
-specifications. \fB(est)\fR is slightly more reliable, but you should still check
-the real specifications before buying RAM. Unfortunately there is nothing \fBinxi\fR
-can do to get truly reliable data about the system RAM; maybe one day the kernel devs
-will put this data into \fB/sys\fR, and make it real data, taken from the actual system,
-not dmi data. For most people, the data will be right, but a significant percentage of
-users will have either a wrong max module size, if present, or max capacity.
+\fBinxi\fR with \fBsudo\fR), unless you figure out how to set up
+doas[BSDs]/sudo to permit dmidecode to read \fB/dev/mem\fR as user.
+\fBspeed\fR and \fBbus\-width\fR will not show if \fBNo Module Installed\fR
+is found in \fBsize\fR.
+
+Note: If \fB\-m\fR is triggered RAM total/used report will appear in this
+section, not in \fB\-I\fR or \fB\-tm\fR items.
+
+Because \fBdmidecode\fR data is extremely unreliable, inxi will try to make
+best guesses. If you see \fB(check)\fR after the capacity number, you should
+check it with the specifications. \fB(est)\fR is slightly more reliable, but
+you should still check the real specifications before buying RAM. Unfortunately
+there is nothing \fBinxi\fR can do to get truly reliable data about the system
+RAM; maybe one day the kernel devs will put this data into \fB/sys\fR, and make
+it real data, taken from the actual system, not dmi data. For most people, the
+data will be right, but a significant percentage of users will have either a
+wrong max module size, if present, or max capacity.
Under dmidecode, \fBSpeed:\fR is the expected speed of the memory
(what is advertised on the memory spec sheet) and \fBConfigured Clock Speed:\fR
-is what the actual speed is now. To handle this, if speed and configured speed values
-are different, you will see this instead:
+is what the actual speed is now. To handle this, if speed and configured speed
+values are different, you will see this instead:
\fBspeed: spec: [specified speed] MT/S actual: [actual] MT/S\fR
-Also, if DDR, and speed in MHz, will change to: \fBspeed: [speed] MT/S ([speed] MHz)\fR
+Also, if DDR, and speed in MHz, will change to: \fBspeed: [speed] MT/S
+([speed] MHz)\fR
If the detected speed is logically absurd, like 1 MT/s or 69910 MT/s, adds:
\fBnote: check\fR. Sample:
@@ -446,7 +497,8 @@ If the detected speed is logically absurd, like 1 MT/s or 69910 MT/s, adds:
actual: 2 MT/s (1 MHz) note: check\fR
.fi
-See \fB\-\-memory\-modules\fR and \fB\-\-memory\-short\fR if you want a shorter report.
+See \fB\-\-memory\-modules\fR and \fB\-\-memory\-short\fR if you want a
+shorter report.
.TP
.B \-\-memory\-modules\fR
@@ -461,56 +513,71 @@ Sample: \fBReport: arrays: 1 slots: 4 modules: 2 type: DDR4\fR
.TP
.B \-M\fR,\fB \-\-machine\fR
-Show machine data. Device, Motherboard, BIOS, and if present, System Builder (Like Lenovo).
-Older systems/kernels without the required \fB/sys\fR data can use \fBdmidecode\fR instead, run
-as root. If using \fBdmidecode\fR, may also show BIOS/UEFI revision as well as version.
-\fB\-\-dmidecode\fR forces use of \fBdmidecode\fR data instead of \fB/sys\fR.
-Will also attempt to show if the system was booted by BIOS, UEFI, or UEFI [Legacy], the
-latter being legacy BIOS boot mode in a system board using UEFI.
-
-Device information requires either \fB/sys\fR or \fBdmidecode\fR. Note that 'other\-vm?'
-is a type that means it's usually a VM, but inxi failed to detect which type, or
-positively confirm which VM it is. Primary VM identification is via systemd\-detect\-virt
-but fallback tests that should also support some BSDs are used. Less commonly
-used or harder to detect VMs may not be correctly detected. If you get an incorrect output,
-post an issue and we'll get it fixed if possible.
-
-Due to unreliable vendor data, device type will show: desktop, laptop, notebook, server,
-blade, plus some obscure stuff that inxi is unlikely to ever run on.
+Show machine data. Device, Motherboard, BIOS, and if present, System Builder
+(Like Lenovo). Older systems/kernels without the required \fB/sys\fR data can
+use \fBdmidecode\fR instead, run as root. If using \fBdmidecode\fR, may also
+show BIOS/UEFI revision as well as version. \fB\-\-dmidecode\fR forces use of
+\fBdmidecode\fR data instead of \fB/sys\fR. Will also attempt to show if the
+system was booted by BIOS, UEFI, or UEFI [Legacy], the latter being legacy
+BIOS boot mode in a system board using UEFI.
+
+Device information requires either \fB/sys\fR or \fBdmidecode\fR. Note that
+\fBother\-vm?\fR is a type that means it's usually a VM, but inxi failed to
+detect which type, or positively confirm which VM it is. Primary VM
+identification is via systemd\-detect\-virt but fallback tests that should also
+support some BSDs are used. Less commonly used or harder to detect VMs may not
+be correctly detected. If you get an incorrect output, post an issue and we'll
+get it fixed if possible.
+
+Due to unreliable vendor data, device type will show: desktop, laptop,
+notebook, server, blade, plus some obscure stuff that inxi is unlikely to
+ever run on.
.TP
.B \-n\fR,\fB \-\-network\-advanced\fR
-Show Advanced Network device information in addition to that produced by \fB\-N\fR.
-Shows interface, speed, MAC ID, state, etc.
+Show Advanced Network device information in addition to that produced by
+\fB\-N\fR. Shows interface, speed, MAC ID, state, etc.
.TP
.B \-N\fR,\fB \-\-network\fR
-Show Network device(s) information, including device driver. With \fB\-x\fR, shows Bus ID,
-Port number.
+Show Network device(s) information, including device driver. With \fB\-x\fR,
+shows Bus ID, Port number.
.TP
.B \-o\fR,\fB \-\-unmounted\fR
Show unmounted partition information (includes UUID and LABEL if available).
-Shows file system type if you have \fBlsblk\fR installed (Linux only). For BSD/GNU Linux:
-shows file system type if \fBfile\fR is installed, and if you are root or
-if you have added to \fB/etc/sudoers\fR (sudo v. 1.7 or newer):
+Shows file system type if you have \fBlsblk\fR installed (Linux only). For
+BSD/GNU Linux: shows file system type if \fBfile\fR is installed, and if you
+are root or if you have added to \fB/etc/sudoers\fR (sudo v. 1.7 or newer):
.B <username> ALL = NOPASSWD: /usr/bin/file (sample)
-Does not show components (partitions that create the md\-raid array) of md\-raid arrays.
+BSD users: see \fBman doas.conf\fR for setup.
+
+Does not show components (partitions that create the md\-raid array) of
+md\-raid arrays.
+
+To show partition labels or UUIDs (when available and relevant), use with
+\fB\-l\fR or\fB \-u\fR.
.TP
.B \-p\fR,\fB \-\-partitions\-full\fR
-Show full Partition information (\fB\-P\fR plus all other detected mounted partitions).
+Show full Partition information (\fB\-P\fR plus all other detected mounted
+partitions).
+
+To show partition labels or UUIDs (when available and relevant), use with
+\fB\-l\fR or\fB \-u\fR.
.TP
.B \-P\fR,\fB \-\-partitions\fR
Show basic Partition information.
-Shows, if detected: \fB/ /boot /boot/efi /home /opt /tmp /usr /usr/home /var /var/tmp
-/var/log\fR (for android, shows \fB/cache /data /firmware /system\fR).
-If \fB\-\-swap\fR is not used, shows active swap partitions (never shows file or
-zram type swap).
-Use \fB\-p\fR to see all mounted partitions.
+Shows, if detected: \fB/ /boot /boot/efi /home /opt /tmp /usr /usr/home /var
+/var/tmp /var/log\fR (for android, shows \fB/cache /data /firmware /system\fR).
+If \fB\-\-swap\fR is not used, shows active swap partitions (never shows file
+or zram type swap). Use \fB\-p\fR to see all mounted partitions.
+
+To show partition labels or UUIDs (when available and relevant), use with
+\fB\-l\fR or\fB \-u\fR.
.TP
.B \-\-processes\fR \- See \fB\-t\fR
@@ -528,16 +595,22 @@ APT distros like PCLinuxOS or Alt\-Linux)
\fBEOPKG\fR (Solus)
+\fBNIX\fR (NixOS + other distros as alternate package manager)
+
\fBPACMAN\fR (Arch Linux, KaOS + derived versions)
\fBPACMAN\-G2\fR (Frugalware + derived versions)
\fBPISI\fR (Pardus + derived versions)
+\fBPKG\fR (OpenBSD, FreeBSD, NetBSD + derived OS types)
+
\fBPORTAGE\fR (Gentoo, Sabayon + derived versions)
\fBPORTS\fR (OpenBSD, FreeBSD, NetBSD + derived OS types)
+\fBSCRATCHPKG\fR (Venom + derived versions)
+
\fBSLACKPKG\fR (Slackware + derived versions)
\fBTCE\fR (TinyCore)
@@ -551,7 +624,8 @@ APT distros like PCLinuxOS or Alt\-Linux)
More will be added as distro data is collected. If yours is missing please
show us how to get this information and we'll try to add it.
-See \fB\-rx\fR, \fB\-rxx\fR, and \fB\-ra\fR for installed package count information.
+See \fB\-rx\fR, \fB\-rxx\fR, and \fB\-ra\fR for installed package count
+information.
.TP
.B \-R\fR,\fB \-\-raid\fR
@@ -560,13 +634,13 @@ and components. See extra data with \fB\-x\fR / \fB\-xx\fR.
md\-raid: If device is resyncing, also shows resync progress line.
-Note: Only md\-raid, ZFS and hardware RAID are currently supported.
-Other software RAID types may be added, if the software
-RAID actually can be made to give the required output.
+Note: supported types: lvm raid, md\-raid, softraid, ZFS, and hardware RAID.
+Other software RAID types may be added, if the software RAID can be made to
+give the required output.
-The component ID numbers work like this: mdraid: the numerator
-is the actual mdraid component number; ZFS: the numerator is
-auto\-incremented counter only. Eg. \fBOnline: 1: sdb1\fR
+The component ID numbers work like this: mdraid: the numerator is the actual
+mdraid component number; lvm/softraid/ZFS: the numerator is auto\-incremented
+counter only. Eg. \fBOnline: 1: sdb1\fR
If hardware RAID is detected, shows basic information. Due to complexity
of adding hardware RAID device disk / RAID reports, those will only be added
@@ -602,11 +676,12 @@ e.g. taskbar or panel.
.TP
.B \-t\fR,\fB \-\-processes\fR
-[\fBc\fR|\fBm\fR|\fBcm\fR|\fBmc NUMBER\fR] Show processes. If no arguments, defaults to \fBcm\fR.
-If followed by a number, shows that number of processes for each type
-(default: \fB5\fR; if in IRC, max: \fB5\fR)
+[\fBc\fR|\fBm\fR|\fBcm\fR|\fBmc NUMBER\fR] Show processes. If no arguments,
+defaults to \fBcm\fR. If followed by a number, shows that number of processes
+for each type (default: \fB5\fR; if in IRC, max: \fB5\fR)
-Make sure that there is no space between letters and numbers (e.g. write as \fB\-t cm10\fR).
+Make sure that there is no space between letters and numbers (e.g. write as
+\fB\-t cm10\fR).
.TP
.B \-t c\fR
@@ -625,8 +700,10 @@ same line.
.TP
.B \-u\fR,\fB \-\-uuid\fR
-Show partition UUIDs. Default: main partitions \fB\-P\fR. For full \fB\-p\fR
-output, use: \fB\-pu\fR.
+Show partition UUIDs. Use with \fB\-j\fR, \fB\-o\fR, \fB\-p\fR, and \fB\-P\fR
+to show partition labels. Does nothing without one of those options.
+
+Sample: \fB\-opju\fR.
.TP
.B \-U\fR,\fB \-\-update\fR
@@ -667,13 +744,13 @@ speeds, if available) + \fB\-G\fR + basic Disk + \fB\-I\fR.
.TP
.B \-v 2
-\- Adds networking device (\fB\-N\fR), Machine (\fB\-M\fR) data, Battery (\fB\-B\fR)
-(if available). Same as: \fBinxi \-b\fR
+\- Adds networking device (\fB\-N\fR), Machine (\fB\-M\fR) data, Battery
+(\fB\-B\fR) (if available). Same as: \fBinxi \-b\fR
.TP
.B \-v 3
-\- Adds advanced CPU (\fB\-C\fR) and network (\fB\-n\fR) data; triggers \fB\-x\fR
-advanced data option.
+\- Adds advanced CPU (\fB\-C\fR) and network (\fB\-n\fR) data; triggers
+\fB\-x\fR advanced data option.
.TP
.B \-v 4
@@ -697,11 +774,11 @@ USB (\fB\-J\fR); triggers \fB\-xx\fR extra data option.
.TP
.B \-v 7
\- Adds network IP data (\fB\-i\fR), forced bluetooth (\fB\-E\fR),
-RAID (\fB\-R\fR); triggers \fB\-xxx\fR
+Logical (\fB\-L\fR), RAID (\fB\-R\fR); triggers \fB\-xxx\fR
.TP
.B \-v 8
-\- All system data available. Adds Logical (\fB\-L\fR), Repos (\fB\-r\fR),
+\- All system data available. Adds Repos (\fB\-r\fR),
PCI slots (\fB\-\-slots\fR), processes (\fB\-tcm\fR), admin (\fB\-\-admin\fR).
Useful for testing output and to see what data you can get from your system.
@@ -709,54 +786,59 @@ Useful for testing output and to see what data you can get from your system.
.B \-w\fR,\fB \-\-weather\fR
Adds weather line. To get weather for an alternate location, use
\fB\-W [location]\fR. See also \fB\-x\fR, \fB\-xx\fR, \fB\-xxx\fR options.
-Please note that your distribution's maintainer may chose to disable this feature.
+Please note that your distribution's maintainer may chose to disable this
+feature.
-DO NOT USE THIS FEATURE FOR AUTOMATED WEATHER UPDATES! You will be blocked
-from any further access. This feature is not meant for widget type
-weather monitoring, or Conky type use. It is meant to get weather when you need to
-see it, for example, on a remote server.
+DO NOT USE THIS FEATURE FOR AUTOMATED WEATHER UPDATES! Automated or excessive
+use will lead to your being blocked from any further access. This feature is not
+meant for widget type weather monitoring, or Conky type use. It is meant to get
+weather when you need to see it, for example, on a remote server. If you did not
+type the weather option in manually, it's an automated request.
.TP
.B \-W\fR, \fB\-\-weather\-location <location_string>\fR
-Get weather/time for an alternate location. Accepts postal/zip code[, country],
-city,state pair, or latitude,longitude. Note: city/country/state names must not
-contain spaces. Replace spaces with '\fB+\fR' sign. Don't place spaces around
-any commas. Postal code is not reliable except for North America and maybe the UK.
-Try postal codes with and without country code added. Note that City,State applies
-only to USA, otherwise it's City,Country. If country name (english) does not work,
-try 2 character country code (e.g. Spain: es; Great Britain: gb).
-
-See \fIhttps://en.wikipedia.org/wiki/ISO_3166\-1_alpha\-2\fR for current 2 letter
-country codes.
+Get weather/time for an alternate location. Accepts postal/zip code[, country],
+city,state pair, or latitude,longitude. Note: city/country/state names must
+not contain spaces. Replace spaces with '\fB+\fR' sign. Don't place spaces
+around any commas. Postal code is not reliable except for North America and
+maybe the UK. Try postal codes with and without country code added. Note that
+City,State applies only to USA, otherwise it's City,Country. If country name
+(english) does not work, try 2 character country code (e.g. Spain: es;
+Great Britain: gb).
+
+See \fIhttps://en.wikipedia.org/wiki/ISO_3166\-1_alpha\-2\fR for current 2
+letter country codes.
Use only ASCII letters in city/state/country names.
Examples: \fB\-W 95623,us\fR OR \fB\-W Boston,MA\fR OR
\fB\-W 45.5234,\-122.6762\fR OR \fB\-W new+york,ny\fR OR \fB\-W bodo,norway\fR.
-DO NOT USE THIS FEATURE FOR AUTOMATED WEATHER UPDATES! Use of automated queries,
-will result in your access being blocked. If you try to work around the ban, you
-will be permanently banned from this service.
+DO NOT USE THIS FEATURE FOR AUTOMATED WEATHER UPDATES! Automated or excessive
+use will lead to your being blocked from any further access. This feature is not
+meant for widget type weather monitoring, or Conky type use. It is meant to get
+weather when you need to see it, for example, on a remote server. If you did not
+type the weather option in manually, it's an automated request.
.TP
.B \-\-weather\-source\fR, \fB\-\-ws <unit>\fR
-[\fB1\-9\fR] Switches weather data source. Possible values are \fB1\-9\fR. \fB1\-4\fR
-will generally be active, and \fB5\-9\fR may or may not be active, so check.
-\fB1\fR may not support city / country names with spaces (even if you use the \fB+\fR
-sign instead of space). \fB2\fR offers pretty good data, but may not have all small
-city names for \fB\-W\fR.
+[\fB1\-9\fR] Switches weather data source. Possible values are \fB1\-9\fR.
+\fB1\-4\fR will generally be active, and \fB5\-9\fR may or may not be active,
+so check. \fB1\fR may not support city / country names with spaces (even if
+you use the \fB+\fR sign instead of space). \fB2\fR offers pretty good data,
+but may not have all small city names for \fB\-W\fR.
-Please note that the data sources are not static per value, and can change any time,
-or be removed, so always test to verify which source is being used for each value
-if that is important to you. Data sources may be added or removed on occasions, so
-try each one and see which you prefer. If you get unsupported source message, it means
-that number has not been implemented.
+Please note that the data sources are not static per value, and can change any
+time, or be removed, so always test to verify which source is being used for
+each value if that is important to you. Data sources may be added or removed
+on occasions, so try each one and see which you prefer. If you get unsupported
+source message, it means that number has not been implemented.
.TP
.B \-\-weather\-unit <unit>\fR
-[\fBm\fR|\fBi\fR|\fBmi\fR|\fBim\fR] Sets weather units to metric (\fBm\fR), imperial (\fBi\fR),
-metric (imperial) (\fBmi\fR, default), imperial (metric) (\fBim\fR). If metric or imperial
-not found,sets to default value, or \fBN/A\fR.
+[\fBm\fR|\fBi\fR|\fBmi\fR|\fBim\fR] Sets weather units to metric (\fBm\fR),
+imperial (\fBi\fR), metric (imperial) (\fBmi\fR, default), imperial (metric)
+(\fBim\fR). If metric or imperial not found,sets to default value, or \fBN/A\fR.
.TP
.B \-y\fR,\fB \-\-width [integer]\fR
@@ -800,8 +882,8 @@ OR
\fB\-\-extra 1\fR, \fB\-\-extra 2\fR, \fB\-\-extra 3\fR
-The following details show which lines / items display extra information for each
-extra data level.
+The following details show which lines / items display extra information for
+each extra data level.
.TP
.B \-x \-A\fR
@@ -812,6 +894,8 @@ specific vendor [product] information.
\- Adds PCI/USB ID of each device.
+\- Adds non-running sound servers, if detected.
+
.TP
.B \-x \-B\fR
\- Adds vendor/model, battery status (if battery present).
@@ -819,12 +903,16 @@ specific vendor [product] information.
\- Adds attached battery powered peripherals (\fBDevice\-[number]:\fR) if
detected (keyboard, mouse, etc.).
+\- Adds battery \fBvolts:\fR, \fBmin:\fR voltages. Note that if difference
+is critical, that is current voltage is too close to minimum voltage, shows
+without \fB\-x\fR.
+
.TP
.B \-x \-C\fR
\- Adds bogomips on CPU (if available)
-\- Adds \fBboost: [enabled|disabled]\fR if detected, aka \fBturbo\fR. Not all CPUs
-have this feature.
+\- Adds \fBboost: [enabled|disabled]\fR if detected, aka \fBturbo\fR. Not all
+CPUs have this feature.
\- Adds CPU Flags (short list). Use \fB\-f\fR to see full flag/feature list.
@@ -847,10 +935,11 @@ dds rev version to optical drive.
.B \-x \-D\fR
\- Adds HDD temperature with disk data.
-Method 1: Systems running Linux kernels ~5.6 and newer should have \fBdrivetemp\fR
-module data available. If so, drive temps will come from /sys data for each drive,
-and will not require root or hddtemp. This method is MUCH faster than using hddtemp.
-Note that NVMe drives do not require \fBdrivetemp\fR.
+Method 1: Systems running Linux kernels ~5.6 and newer should have
+\fBdrivetemp\fR module data available. If so, drive temps will come from
+/sys data for each drive, and will not require root or hddtemp. This method
+is MUCH faster than using hddtemp. Note that NVMe drives do not require
+\fBdrivetemp\fR.
If your \fBdrivetemp\fR module is not enabled, enable it:
@@ -859,17 +948,19 @@ If your \fBdrivetemp\fR module is not enabled, enable it:
Once enabled, add \fBdrivetemp\fR to \fB/etc/modules\fR or
\fB/etc/modules\-load.d/***.conf\fR so it starts automatically.
-If you see drive temps running as regular user and you did not configure system
-to use sudo hddtemp, then your system supports this feature. If no /sys data is
-found, inxi will try to use hddtemp methods instead for that drive.
-Hint: if temp is /sys sourced, the temp will be to 1 decimal, like 34.8, if hddtemp
-sourced, they will be integers.
+If you see drive temps running as regular user and you did not configure
+system to use doas[BSDs]/sudo hddtemp, then your system supports this feature.
+If no /sys data is found, inxi will try to use hddtemp methods instead for
+that drive. Hint: if temp is /sys sourced, the temp will be to 1 decimal,
+like 34.8, if hddtemp sourced, they will be integers.
Method 2: if you have hddtemp installed, if you are root
or if you have added to \fB/etc/sudoers\fR (sudo v. 1.7 or newer):
.B <username> ALL = NOPASSWD: /usr/sbin/hddtemp (sample)
+BSD users: see \fBman doas.conf\fR for setup.
+
You can force use of \fBhddtemp\fR for all drives using \fB\-\-hddtemp\fR.
\- If free LVM volume group size detected (root required), show \fBlvm-free:\fR
@@ -885,8 +976,9 @@ specific vendor [product] information.
\- Adds driver version (if available) for each device.
-\- Adds LMP (HCI if no LMP data, and HCI if HCI/LMP versions are different)
-version (if available) for each HCI ID.
+\- Adds (if available, and \fBhciconfig\fR only) LMP (HCI if no LMP data,
+and HCI if HCI/LMP versions are different) version (if available)
+for each HCI ID.
.TP
.B \-x \-G\fR
@@ -942,7 +1034,8 @@ That requires the full output of the query or method to discover all installed
packages on your system, as well of course as the command or method used to
discover those.
-\- If in shell (i.e. not in IRC client), adds shell version number, if available.
+\- If in shell (i.e. not in IRC client), adds shell version number, if
+available.
.TP
.B \-x \-j\fR, \fB\-x \-\-swap\fR
@@ -954,8 +1047,8 @@ Add \fBmapper:\fR. See \fB\-x \-o\fR.
.TP
.B \-x \-L\fR, \fB\-x \-\-logical\fR
-\- Adds \fBdm: dm-x\fR to VG > LV and other Device types. This can help tracking
-down which device belongs to what.
+\- Adds \fBdm: dm-x\fR to VG > LV and other Device types. This can help
+tracking down which device belongs to what.
.TP
.B \-x \-m\fR, \fB\-\-memory\-modules\fR
@@ -994,17 +1087,19 @@ bitmap (if present). Resync line, shows blocks synced/total blocks.
.TP
.B \-x \-s\fR
-\- Adds basic voltages: 12v, 5v, 3.3v, vbat (\fBipmi\fR, \fBlm-sensors\fR if present).
+\- Adds basic voltages: 12v, 5v, 3.3v, vbat (\fBipmi\fR, \fBlm-sensors\fR if
+present).
.TP
.B \-x \-S\fR
\- Adds Kernel gcc version.
-\- Adds to \fBDistro:\fR \fBbase:\fR if detected. System base will only be seen on
-a subset of distributions. The distro must be both derived from a parent distro (e.g. Mint from
-Ubuntu), and explicitly added to the supported distributions for this feature. Due to
-the complexity of distribution identification, these will only be added as relatively solid
-methods are found for each distribution system base detection.
+\- Adds to \fBDistro:\fR \fBbase:\fR if detected. System base will only be
+seen on a subset of distributions. The distro must be both derived from a
+parent distro (e.g. Mint from Ubuntu), and explicitly added to the supported
+distributions for this feature. Due to the complexity of distribution
+identification, these will only be added as relatively solid methods are
+found for each distribution system base detection.
.TP
.B \-x \-t\fR (\fB\-\-processes\fR)
@@ -1023,22 +1118,21 @@ methods are found for each distribution system base detection.
.TP
.B \-xx \-B\fR
-\- Adds serial number, voltage (if available). Note that \fBvolts\fR shows the
-data (if available) as the voltage now / minimum design voltage.
+\- Adds serial number.
.TP
.B \-xx \-C\fR
-\- Adds \fBL1 cache:\fR and \fBL3 cache:\fR if either are available. Requires
-dmidecode and sudo/root.
+\- Adds \fBL1\-cache:\fR and \fBL3\-cache:\fR if either are available.
+Requires dmidecode and doas[BSDs]/sudo/root.
.TP
.B \-xx \-D\fR
\- Adds disk serial number.
\- Adds disk speed (if available). This is the theoretical top speed of the
-device as reported. This speed may be restricted by system board limits, eg.
-a SATA 3 drive on a SATA 2 board may report SATA 2 speeds, but this is not
-completely consistent, sometimes a SATA 3 device on a SATA 2 board reports
+device as reported. This speed may be restricted by system board limits,
+eg. a SATA 3 drive on a SATA 2 board may report SATA 2 speeds, but this is
+not completely consistent, sometimes a SATA 3 device on a SATA 2 board reports
its design speed.
NVMe drives: adds lanes, and (per direction) speed is calculated with
@@ -1052,11 +1146,14 @@ For a PCIe 3 NVMe drive, with speed of \fB8 GT/s\fR and \fB4\fR lanes
\fBspeed: 31.6 Gb/s lanes: 4\fR
+\- Adds disk duid, if available. Some BSDs have it.
+
.TP
.B \-xx \-E\fR (\fB\-\-bluetooth\fR)
\- Adds vendor:product ID of each device.
-\- Adds LMP subversion (and/or HCI revision if applicable) for each device.
+\- Adds (\fBhciconfig \fRonly) LMP subversion (and/or HCI revision
+if applicable) for each device.
.TP
.B \-xx \-G\fR
@@ -1072,12 +1169,12 @@ the same. Example:
\- If available, shows \fBalternate:\fR Xorg drivers. This means a driver on
the default list of drivers Xorg automatically checks for the device, but which
-is not installed. For example, if you have \fBnouveau\fR driver, \fBnvidia\fR would
-show as alternate if it was not installed. Note that \fBalternate:\fR does NOT mean you
-should have it, it's just one of the drivers Xorg checks to see if is present
-and loaded when checking the device. This can let you know there are other driver options.
-Note that if you have explicitly set the driver in \fBxorg.conf\fR, Xorg will not
-create this automatic check driver list.
+is not installed. For example, if you have \fBnouveau\fR driver, \fBnvidia\fR
+would show as alternate if it was not installed. Note that \fBalternate:\fR
+does NOT mean you should have it, it's just one of the drivers Xorg checks to
+see if is present and loaded when checking the device. This can let you know
+there are other driver options. Note that if you have explicitly set the driver
+in \fBxorg.conf\fR, Xorg will not create this automatic check driver list.
\- If available, shows Xorg dpi (\fBs-dpi:\fR) for the active Xorg \fBScreen\fR
(not physical monitor). Note that the physical monitor dpi and the Xorg
@@ -1092,10 +1189,10 @@ dpi are not necessarily the same thing, and can vary widely.
\- Adds system default runlevel, if detected. Supports Systemd/Upstart/SysVinit
type defaults.
-\- Shows \fBPackages:\fR counts by discovered package manager types. In cases where
-only 1 type had results, does not show total after \fBPackages:\fR. Does not
-show installed package managers wtih 0 packages. See \fB\-a\fR for full output.
-Moves to \fBRepos\fR if \fB\-rxx\fR.
+\- Shows \fBPackages:\fR counts by discovered package manager types. In cases
+where only 1 type had results, does not show total after \fBPackages:\fR. Does
+not show installed package managers wtih 0 packages. See \fB\-a\fR for full
+output. Moves to \fBRepos\fR if \fB\-rxx\fR.
\- Adds parent program (or tty) that started shell, if not IRC client.
@@ -1121,14 +1218,14 @@ documentation to better understand their use of the term 'stripes'.
.B \-xx \-m\fR, \fB\-\-memory\-modules\fR
\- Adds memory device Manufacturer.
-\- Adds memory device Part Number (\fBpart\-no:\fR). Useful for ordering new or
-replacement memory sticks etc. Part numbers are unique, particularly
-if you use the word \fBmemory\fR in the search as well. With \fB\-xxx\fR,
-also shows serial number.
+\- Adds memory device Part Number (\fBpart\-no:\fR). Useful for ordering new
+or replacement memory sticks etc. Part numbers are unique, particularly if you
+use the word \fBmemory\fR in the search as well. With \fB\-xxx\fR, also shows
+serial number.
-\- Adds single/double bank memory, if data is found. Note, this may not be 100% right
-all of the time since it depends on the order that data is found in \fBdmidecode\fR
-output for \fBtype 6\fR and \fBtype 17\fR.
+\- Adds single/double bank memory, if data is found. Note, this may not be
+100% right all of the time since it depends on the order that data is found
+in \fBdmidecode\fR output for \fBtype 6\fR and \fBtype 17\fR.
.TP
.B \-xx \-M\fR
@@ -1160,11 +1257,11 @@ shows progress bar.
Supports most known display managers, including gdm, gdm3,
idm, kdm, lightdm, lxdm, mdm, nodm, sddm, slim, tint, wdm, and xdm.
-\- Adds, if run in X, window manager type (\fBwm\fR), if available.
-Not all window managers are supported. Some desktops support using more than one
-window manager, so this can be useful to see what window manager is actually running.
-If none found, shows nothing. Uses a less accurate fallback tool \fBwmctrl\fR
-if \fBps\fR tests fail to find data.
+\- Adds, if run in X, window manager type (\fBwm\fR), if available. Not all
+window managers are supported. Some desktops support using more than one
+window manager, so this can be useful to see what window manager is actually
+running. If none found, shows nothing. Uses a less accurate fallback tool
+\fBwmctrl\fR if \fBps\fR tests fail to find data.
\- Adds desktop toolkit (\fBtk\fR), if available (Xfce/KDE/Trinity).
@@ -1198,25 +1295,27 @@ data is simply not available as of 2018\-04\-03), location (only available from
.TP
.B \-xxx \-C\fR
\- Adds CPU voltage and external clock speed (this is the motherboard speed).
-Requires sudo/root and \fBdmidecode\fR.
+Requires doas[BSDs]/sudo/root and \fBdmidecode\fR.
.TP
.B \-xxx \-D\fR
\- Adds disk firmware revision number (if available).
-\- Adds disk partition scheme (in most cases), e.g. \fBscheme: GPT\fR. Currently not
-able to detect all schemes, but handles the most common, e.g. \fBGPT\fR or \fBMBR\fR.
+\- Adds disk partition scheme (in most cases), e.g. \fBscheme: GPT\fR.
+Currently not able to detect all schemes, but handles the most common, e.g.
+\fBGPT\fR or \fBMBR\fR.
-\- Adds disk rotation speed (in some but not all cases), e.g. \fBrotation: 7200 rpm\fR
-or \fBrotation: SSD\fR if positive SSD identification was made. If no rotation or positive
-SSD ID found, nothing shows. Not all disks report this speed, so even if they are spinnning,
-no data will show.
+\- Adds disk type (\fBHDD\fR/\fBSSD\fR), rotation speed (in some but not all
+cases), e.g. \fBtype: HDD rpm: 7200\fR, or \fBtype: SSD\fR if positive SSD
+identification was made. If no HDD, rotation, or positive SSD ID found, shows
+\fBtype: N/A\fR. Not all HDD spinning disks report their speed, so even if they
+are spinnning, no rpm data will show.
.TP
.B \-xxx \-E\fR (\fB\-\-bluetooth\fR)
\- Adds, if present, PCI/USB class ID.
-\- Adds HCI version, revision.
+\- Adds (\fBhciconfig \fRonly) HCI version, revision.
.TP
.B \-xxx \-G\fR
@@ -1233,8 +1332,8 @@ Linux only). 0 value means the machine has not been suspended.
\- For \fBShell:\fR adds \fBdefault:\fR shell if different from
running shell, and default shell \fBv:\fR, if available.
-\- For \fBrunning in:\fR adds \fB(SSH)\fR to parent, if present. SSH detection
-uses the \fBwho am i\fR test.
+\- For \fBrunning\-in:\fR adds \fB(SSH)\fR to parent, if present. SSH detection
+uses the \fBwhoami\fR test.
.TP
.B \-xxx \-J\fR (\fB\-\-usb\fR)
@@ -1246,12 +1345,15 @@ uses the \fBwho am i\fR test.
\- Adds, if present, USB class ID.
+\- Adds, if non 0, max power in mA.
+
.TP
.B \-xxx \-m\fR, \fB\-\-memory\-modules\fR
\- Adds memory bus width: primary bus width, and if present, total width. e.g.
-\fBbus width: 64 bit (total: 72 bits)\fR. Note that total / data widths are mixed up
-sometimes in dmidecode output, so inxi will take the larger value as the total if
-present. If no total width data is found, then inxi will not show that item.
+\fBbus width: 64 bit (total: 72 bits)\fR. Note that total / data widths are
+mixed up sometimes in dmidecode output, so inxi will take the larger value as
+the total if present. If no total width data is found, then inxi will not show
+that item.
\- Adds device Type Detail, e.g. \fBdetail: DDR3 (Synchronous)\fR.
@@ -1268,7 +1370,8 @@ data available.
.TP
.B \-xxx \-R\fR
-\- md\-raid: Adds system mdraid support types (kernel support, read ahead, RAID events)
+\- md\-raid: Adds system mdraid support types (kernel support, read ahead,
+RAID events)
\- zfs\-raid: Adds portion allocated (used) by RAID array/device.
@@ -1278,55 +1381,61 @@ data available.
.TP
.B \-xxx \-S\fR
\- Adds, if in X, or with \fB--display\fR, bar/dock/panel/tray items
-(\fBinfo\fR). If none found, shows nothing. Supports desktop items like gnome\-panel,
-lxpanel, xfce4\-panel, lxqt\-panel, tint2, cairo-dock, trayer, and many others.
+(\fBinfo\fR). If none found, shows nothing. Supports desktop items like
+gnome\-panel, lxpanel, xfce4\-panel, lxqt\-panel, tint2, cairo-dock, trayer,
+and many others.
\- Adds (if present), window manager (\fBwm\fR) version number.
\- Adds (if present), display manager (\fBdm\fR) version number.
+\- Adds (if available, and in display), virtual terminal (\fBvt\fR) number.
+These are the same as \fBctrl+alt+F[x]\fR numbers usually. Some systems
+have this, some don't, it varies.
+
.TP
.B \-xxx \-w\fR,\fB \-W\fR
\- Adds location (city state country), observation altitude (if available),
weather observation time (if available), sunset/sunrise (if available).
.SH ADMIN EXTRA DATA OPTIONS
-These options are triggered with \fB\-\-admin\fR or \fB\-a\fR. Admin options are
-advanced output options, and are more technical, and mostly of interest to system
-administrators or other machine admins.
+These options are triggered with \fB\-\-admin\fR or \fB\-a\fR. Admin options
+are advanced output options, and are more technical, and mostly of interest to
+system administrators or other machine admins.
The \fB\-\-admin\fR option sets \fB\-xxx\fR, and only has to be used once.
It will trigger the following features:
.TP
.B \-a \-A\fR
-\- Adds, if present, possible \fBalternate:\fR kernel modules capable of driving
-each \fBDevice\-x\fR (not including the current \fBdriver:\fR). If no non\-driver
-modules found, shows nothing. NOTE: just because it lists a module does NOT mean it is
-available in the system, it's just something the kernel knows could possibly be used
-instead.
+\- Adds, if present, possible \fBalternate:\fR kernel modules capable of
+driving each \fBDevice\-x\fR (not including the current \fBdriver:\fR). If no
+non\-driver modules found, shows nothing. NOTE: just because it lists a module
+does NOT mean it is available in the system, it's just something the kernel
+knows could possibly be used instead.
.TP
.B \-a \-C\fR
\- Adds CPU family, model\-id, and stepping (replaces \fBrev\fR of \fB\-Cx\fR).
-Format is \fBhexadecimal (decimal)\fR if greater than 9, otherwise \fBhexadecimal\fR.
-
+Format is \fBhexadecimal (decimal)\fR if greater than 9, otherwise
+\fBhexadecimal\fR.
\- Adds CPU microcode. Format is \fBhexadecimal\fR.
-\- Adds socket type (for motherboard CPU socket, if available). If results doubtful
-will list two socket types and \fBnote: check\fR. Requires sudo/root and \fBdmidecode\fR.
-The item in parentheses may simply be a different syntax for the same socket,
-but in general, check this before trusting it.
+\- Adds socket type (for motherboard CPU socket, if available). If results
+doubtful will list two socket types and \fBnote: check\fR. Requires
+doas[BSDs]/sudo/root and \fBdmidecode\fR. The item in parentheses may simply
+be a different syntax for the same socket, but in general, check this before
+trusting it.
.nf
Sample: \fBsocket: 775 (478) note: check\fR
Sample: \fBsocket: AM4\fR
.fi
-\- Adds DMI CPU base and boost/turbo speeds. Requires sudo/root and \fBdmidecode\fR.
-In some cases, like with overclocking or 'turbo' or 'boost' modes, voltage and
-external clock speeds may be increased, or short term limits raised on max CPU speeds.
-These are often not reflected in /sys based CPU \fBmin/max:\fR speed results,
-but often are using this source.
+\- Adds DMI CPU base and boost/turbo speeds. Requires doas[BSDs]/sudo/root and
+\fBdmidecode\fR. In some cases, like with overclocking or 'turbo' or 'boost'
+modes, voltage and external clock speeds may be increased, or short term limits
+raised on max CPU speeds. These are often not reflected in /sys based
+CPU \fBmin/max:\fR speed results, but often are using this source.
Samples:
.nf
@@ -1341,14 +1450,13 @@ Overclocked 3000 MHz CPU, with boosted max speed:
.fi
Note that these numbers can be confusing, but basically, the \fBbase\fR
-number is the actual normal top speed the CPU runs at without boost mode, and the
-\fBboost\fR number is the max speed the CPU reports itself able to run at.
-The actual max speed may be higher than either value, or lower.
-The \fBboost\fR number appears to be hard\-coded into the CPU DMI data,
-and does not seem to reflect actual max speeds that overclocking or
-other combinations of speed boosters can enable, as you can see from the
-example where the CPU is running at a speed faster than
-the min/max or base/boost values.
+number is the actual normal top speed the CPU runs at without boost mode, and
+the \fBboost\fR number is the max speed the CPU reports itself able to run at.
+The actual max speed may be higher than either value, or lower. The \fBboost\fR
+number appears to be hard\-coded into the CPU DMI data, and does not seem to
+reflect actual max speeds that overclocking or other combinations of speed
+boosters can enable, as you can see from the example where the CPU is running
+at a speed faster than the min/max or base/boost values.
Note that the normal \fBmin/max:\fR speeds do NOT show actual overclocked OR
boost/turbo mode speeds, and appear to be hard\-coded values, not dynamic real
@@ -1363,7 +1471,7 @@ values. The \fBbase/boost:\fR values are sometimes real, and sometimes not.
.B \-a \-d\fR,\fB\-a \-D\fR
\- Adds logical and physical block size in bytes.
-Using \fBsmartctl\fR (requires sudo/root privileges).
+Using \fBsmartctl\fR (requires doas[BSDs]/sudo/root privileges).
\- Adds device model family, like \fBCaviar Black\fR, if available.
@@ -1371,15 +1479,15 @@ Using \fBsmartctl\fR (requires sudo/root privileges).
\- Adds device kernel major:minor number (Linux only).
-\- Adds SMART report line: status, enabled/disabled, health, powered on,
-cycles, and some error cases if out of range values. Note that for Pre\-fail items,
-it will show the VALUE and THRESHOLD numbers. It will also fall back for unknown
-attributes that are or have been failing and print out the Attribute name, value,
-threshold, and failing message. This way even for unhandled Attribute names,
-you should get a solid report for full failure cases. Other cases may show
-if inxi believes that the item may be approaching failure. This is a guess so
-make sure to check the drive and smartctl full output to verify before
-taking any further action.
+\- Adds SMART report line: status, enabled/disabled, health, powered on,
+cycles, and some error cases if out of range values. Note that for Pre\-fail
+items, it will show the VALUE and THRESHOLD numbers. It will also fall back
+for unknown attributes that are or have been failing and print out the
+Attribute name, value, threshold, and failing message. This way even for
+unhandled Attribute names, you should get a solid report for full failure
+cases. Other cases may show if inxi believes that the item may be approaching
+failure. This is a guess so make sure to check the drive and smartctl full
+output to verify before taking any further action.
\- Adds, for USB or other external drives, actual model name/serial if
available, and different from enclosure model/serial, and corrects block
@@ -1388,8 +1496,9 @@ and other useful data.
.TP
.B \-a \-E\fR (\fB\-\-bluetooth\fR)
-\- Adds extra line to \fBReport:\fR, \fBInfo:\fR. Includes, if available,
-ACL MTU, SCO MTU, Link policy, Link mode, and Service Classes.
+\- Adds (\fBhciconfig\fR only) extra line to \fBReport:\fR, \fBInfo:\fR.
+Includes, if available, ACL MTU, SCO MTU, Link policy, Link mode,
+and Service Classes.
.TP
.B \-a \-G\fR
@@ -1409,17 +1518,19 @@ and \fBMonitors\fR are referring to the \fBX\fR technical terms,
not normal consumer usage. 1 \fBDisplay\fR runs 1 or more
\fBScreens\fR, and a \fBScreen\fR runs 1 or more \fBMonitors\fR.
-\- Adds \fBDisplay\fR ID, for the Display running the Screen that runs the Monitors.
+\- Adds \fBDisplay\fR ID, for the Display running the Screen that runs the
+Monitors.
\- Adds total number of \fBScreens\fR listed for the current \fBDisplay\fR.
-\- Adds default \fBScreen\fR ID if Screen (not monitor!) total is greater than 1.
+\- Adds default \fBScreen\fR ID if Screen (not monitor!) total is greater than
+1.
-\- Adds \fBScreen\fR line, which includes the ID (\fBScreen: 0\fR) then \fBs-res\fR
-(Screen resolution), \fBs\-dpi\fR, \fBs\-size\fR and \fBs\-diag\fR. Remember, this is an
-Xorg \fBScreen\fR, NOT a monitor screen, and the information listed is about
-the Xorg Screen! It may at times be the same as a single monitor system,
-but usually it's different in some ways.
+\- Adds \fBScreen\fR line, which includes the ID (\fBScreen: 0\fR) then
+\fBs-res\fR (Screen resolution), \fBs\-dpi\fR, \fBs\-size\fR and \fBs\-diag\fR.
+Remember, this is an Xorg \fBScreen\fR, NOT a monitor screen, and the
+information listed is about the Xorg Screen! It may at times be the same as a
+single monitor system, but usually it's different in some ways.
\- Adds \fBMonitor\fR ID(s). Monitors are a subset of a Screen, each of which
can have one or more monitors. Normally a dual monitor setup is 2 monitors
@@ -1458,15 +1569,15 @@ Monitor\-2: VGA\-0 res: 1280x1024 hz: 60 dpi: 86
size: 376x301mm (14.8x11.9") diag: 482mm (19")
....\fR
.fi
-\- Adds, if present, possible \fBalternate:\fR kernel modules capable of driving
-each \fBDevice\-x\fR (not including the current \fBloaded:\fR). If no non\-driver
-modules found, shows nothing. NOTE: just because it lists a module does NOT mean it is
-available in the system, it's just something the kernel knows could possibly be used
-instead.
+\- Adds, if present, possible \fBalternate:\fR kernel modules capable of
+driving each \fBDevice\-x\fR (not including the current \fBloaded:\fR). If no
+non\-driver modules found, shows nothing. NOTE: just because it lists a module
+does NOT mean it is available in the system, it's just something the kernel
+knows could possibly be used instead.
.TP
.B \-a \-I\fR
-Adds Packages, totals, per package manager totals, and number of lib
+\- Adds Packages, totals, per package manager totals, and number of lib
packages detected per package manager. Also adds detected package managers
with 0 packages listed. Moves to \fBRepos\fR if \fB\-ra\fR.
@@ -1476,9 +1587,13 @@ Info:
....
Init: systemd v: 245 runlevel: 5 Compilers: gcc: 9.3.0 alt: 5/6/7/8/9
Packages: apt: 3681 lib: 2096 rpm: 0 Shell: ksh v: A_2020.0.0 default: Bash
- v: 5.0.16 running in: kate inxi: 3.1.04
+ v: 5.0.16 running\-in: kate inxi: 3.1.04\fR
.fi
+\- Adds service control tool, tested for in the following order: \fBsystemctl
+rc-service rcctl service sv /etc/rc.d /etc/init.d\fR - useful to know which
+you need when using an unfamiliar machine.
+
.TP
.B \-a \-j\fR, \fB\-a \-P\fR [swap], \fB\-a \-P\fR [swap]
\- Adds swappiness and vfs cache pressure, and a message to indicate
@@ -1487,38 +1602,39 @@ If not the default value, shows default value as well, e.g.
For \fB\-P\fR per swap physical partition:
-\fBswappiness: 60 (default) cache pressure: 90 (default 100)\fR
+\fBswappiness: 60 (default) cache\-pressure: 90 (default 100)\fR
For \fB\-j\fR row 1 output:
-\fBKernel: swappiness: 60 (default) cache pressure: 90 (default 100)\fR
+\fBKernel: swappiness: 60 (default) cache\-pressure: 90 (default 100)\fR
\- Adds device kernel major:minor number (Linux only).
.TP
.B \-a \-L\fR
-\- Expands Component report, shows size / maj-min of components and devices, and
-mapped name for logical components. Puts each component/device on its own line.
+\- Expands Component report, shows size / maj-min of components and devices,
+and mapped name for logical components. Puts each component/device on its own
+line.
\- Adds maj-min to LV and other devices.
.TP
.B \-a \-n\fR, \fB\-a \-N\fR, \fB\-a \-i\fR
-\- Adds, if present, possible \fBalternate:\fR kernel modules capable of driving
-each \fBDevice\-x\fR (not including the current \fBdriver:\fR). If no non\-driver
-modules found, shows nothing. NOTE: just because it lists a module does NOT mean it is
-available in the system, it's just something the kernel knows could possibly be used
-instead.
-
+\- Adds, if present, possible \fBalternate:\fR kernel modules capable of
+driving each \fBDevice\-x\fR (not including the current \fBdriver:\fR). If no
+non\-driver modules found, shows nothing. NOTE: just because it lists a module
+does NOT mean it is available in the system, it's just something the kernel
+knows could possibly be used instead.
.TP
.B \-a \-o\fR
\- Adds device kernel major:minor number (Linux only).
.TP
.B \-a \-p\fR,\fB\-a \-P\fR
-\- Adds raw partition size, including file system overhead, partition table, e.g.
+\- Adds raw partition size, including file system overhead, partition table,
+e.g.
-\fBraw size: 60.00 GiB\fR.
+\fBraw\-size: 60.00 GiB\fR.
\- Adds percent of raw size available to \fBsize:\fR item, e.g.
@@ -1539,8 +1655,8 @@ not the raw size.
.B \-a \-R\fR
\- Adds device kernel major:minor number (mdraid, Linux only).
-\- Adds, if available, component size, major:minor number, state (Linux only).
-Turns Component report to 1 component per line if size and major:minor present.
+\- Adds, if available, component size, major:minor number (Linux only). Turns
+Component report to 1 component per line.
.TP
.B \-a \-S\fR
@@ -1572,14 +1688,19 @@ Curl, Wget, Fetch, OpenBSD only: ftp
.TP
.B \-\-alt 44\fR
Bypass \fBCurl\fR, \fBFetch\fR, and \fBWget\fR as downloader options. This
-basically forces the downloader selection to use \fBPerl 5.x\fR \fBHTTP::Tiny\fR,
-which is generally slower than \fBCurl\fR or \fBWget\fR but it may help bypass
-issues with downloading.
+basically forces the downloader selection to use \fBPerl 5.x\fR
+\fBHTTP::Tiny\fR, which is generally slower than \fBCurl\fR or \fBWget\fR but
+it may help bypass issues with downloading.
+
+.TP
+.B \-\-bt\-tool [bt\-adapter|hciconfig|rfkill]\fR
+Force the use of the given tool for bluetooth report (\fB\-E\fR).
+\fBrfkill\fR does not support mac address data.
.TP
.B \-\-dig\fR
-Temporary override of \fBNO_DIG\fR configuration item. Only use to test w/wo dig.
-Restores default behavior for WAN IP, which is use dig if present.
+Temporary override of \fBNO_DIG\fR configuration item. Only use to test w/wo
+dig. Restores default behavior for WAN IP, which is use dig if present.
.TP
.B \-\-display [:<integer>]\fR
@@ -1588,28 +1709,61 @@ Default gets display info from display \fB:0\fR. If you use the format
\fB\-\-display :1\fR then it would get it from display \fB1\fR instead,
or any display you specify.
-Note that in some cases, \fB\-\-display\fR will cause inxi to hang endlessly when
-running the option in console with Intel graphics. The situation regarding
-other free drivers such as nouveau/ATI is currently unknown. It may be that
+Note that in some cases, \fB\-\-display\fR will cause inxi to hang endlessly
+when running the option in console with Intel graphics. The situation regarding
+other free drivers such as nouveau/ATI is currently unknown. It may be that
this is a bug with the Intel graphics driver \- more information is required.
-You can test this easily by running the following command out of X/display server:
-\fBglxinfo \-display :0\fR
+You can test this easily by running the following command out of X/display
+server: \fBglxinfo \-display :0\fR
If it hangs, \fB\-\-display\fR will not work.
.TP
.B \-\-dmidecode\fR
-Force use of \fBdmidecode\fR. This will override \fB/sys\fR data in some lines,
-e.g. \fB\-M\fR or \fB\-B\fR.
+Shortcut, legacy. See \fB\-\-force dmidecode\fR.
.TP
.B \-\-downloader [curl|fetch|perl|wget]\fR
Force inxi to use Curl, Fetch, Perl, or Wget for downloads.
.TP
+.B \-\-force [dmidecode|hddtemp|lsusb|pkg|usb-sys|vmstat|wmctl]\fR
+Various force options to allow users to override defaults. Values be given
+as a comma separated list:
+
+\fBinxi \-MJ --force dmidecode,lsusb\fR
+
+\- \fBdmidecode\fR \- Force use of \fBdmidecode\fR. This will override
+\fB/sys\fR data in some lines, e.g. \fB\-M\fR or \fB\-B\fR.
+
+\- \fBhddtemp\fR \- Force use of hddtemp instead of /sys temp data for disks.
+
+\- \fBlsusb\fR \- Forces the USB data generator to use \fBlsusb\fR as
+data source (default). Overrides \fBUSB_SYS\fR in user configuration file(s).
+
+\- \fBpkg\fR \- Force override of disabled package counts. Known package
+managers with non\-resolvable issues:
+
+rpm: Due to up to 30 seconds delays executing
+.nf
+\fBrpm \-qa \-\-nodigest \-\-nosignature\fR
+.fi
+on older hardware (and over 1 second on new hardware with some rpm versions)
+package counts are disabled by default because of the unacceptable slowdowns
+to execute a simple package list command.
+
+\- \fBusb-sys\fR \- Forces the USB data generator to use \fB/sys\fR as
+data source instead of \fBlsusb\fR (Linux only).
+
+\- \fBvmstat\fR \- Forces use of vmstat for memory data.
+
+\- \fBwmctl\fR \- Force \fBSystem\fR item \fBwm\fR to use \fBwmctrl\fR
+as data source, override default \fBps\fR source.
+
+.TP
.B \-\-hddtemp\fR
-Force use of hddtemp instead of /sys temp data for disks.
+Shortcut, legacy. See \fB\-\-force hddtemp\fR.
.TP
.B \-\-host\fR
@@ -1622,24 +1776,34 @@ other switches you use.
.TP
.B \-\-html\-wan\fR
-Temporary override of \fBNO_HTML_WAN\fR configuration item. Only use to test w/wo
-HTML downloaders for WAN IP. Restores default behavior for WAN IP, which is use HTML
-downloader if present and if dig failed.
+Temporary override of \fBNO_HTML_WAN\fR configuration item. Only use to test
+w/wo HTML downloaders for WAN IP. Restores default behavior for WAN IP, which
+is use HTML downloader if present and if dig failed.
.TP
.B \-\-limit [\-1 \- x]\fR
-Raise or lower max output limit of IP addresses for \fB\-i\fR. \fB\-1\fR removes limit.
+Raise or lower max output limit of IP addresses for \fB\-i\fR. \fB\-1\fR
+removes limit.
.TP
.B \-\-man\fR
-Updates / installs man page with \fB\-U\fR if \fBpinxi\fR or using \fB\-U 3\fR dev branch.
-(Only active if \fB\-U\fR is is not disabled by maintainers).
+Updates / installs man page with \fB\-U\fR if \fBpinxi\fR or using \fB\-U 3\fR
+dev branch. (Only active if \fB\-U\fR is is not disabled by maintainers).
.TP
.B \-\-no\-dig\fR
Overrides default use of \fBdig\fR to get WAN IP address. Allows use of normal
-downloader tool to get IP addresses. Only use if dig is failing, since dig is much
-faster and more reliable in general than other methods.
+downloader tool to get IP addresses. Only use if dig is failing, since dig is
+much faster and more reliable in general than other methods.
+.TP
+.B \-\-no\-doas\fR
+Skips the use of doas to run certain internal features (like \fBhddtemp\fR,
+\fBfile\fR) with doas. Not related to running inxi itself with doas/sudo or
+super user. Some systems will register errors which will then trigger admin
+emails in such cases, so if you want to disable regular user use of doas
+(which requires configuration to setup anyway for these options) just use
+this option, or \fBNO_DOAS\fR configuration item. See \fB\-\-no\-sudo\fR if
+you need to disable both types.
.TP
.B \-\-no\-host\fR
@@ -1647,6 +1811,7 @@ Turns off hostname in System line. This is default when using \fB\-z\fR,
for anonymizing inxi output for posting on forums or IRC. Overrides
configuration value (if set):
indent\-min
+
\fBSHOW_HOST='true'\fR \- Same as: \fBSHOW_HOST='false'\fR
This is an absolute override, the host will not show no matter what other
@@ -1654,19 +1819,21 @@ switches you use.
.TP
.B \-\-no\-html-wan\fR
-Overrides use of HTML downloaders to get WAN IP address. Use either only dig, or
-do not get wan IP. Only use if dig is failing, and the HTML downloaders are taking
-too long, or are hanging or failing.
+Overrides use of HTML downloaders to get WAN IP address. Use either only dig,
+or do not get wan IP. Only use if dig is failing, and the HTML downloaders are
+taking too long, or are hanging or failing.
+
Make permanent with \fBNO_HTML_WAN='true'\fR
.TP
.B \-\-no\-man\fR
-Disables man page install with \fB\-U\fR for master and active development branches.
-(Only active if \fB\-U\fR is is not disabled by maintainers).
+Disables man page install with \fB\-U\fR for master and active development
+branches. (Only active if \fB\-U\fR is is not disabled by maintainers).
.TP
.B \-\-no\-sensor\-force\fR
-Overrides user set \fBSENSOR_FORCE\fR configuration value. Restores default behavior.
+Overrides user set \fBSENSOR_FORCE\fR configuration value. Restores default
+behavior.
.TP
.B \-\-no\-ssl\fR
@@ -1677,11 +1844,12 @@ lists, or if you have problems making a connection for any reason. Works with
.TP
.B \-\-no\-sudo\fR
-Skips the use of sudo to run certain internal features (like \fBhddtemp\fR, \fBfile\fR)
-with sudo. Not related to running inxi itself with sudo or super user. Some systems will
-register errors which will then trigger admin emails in such cases, so if you want to disable
-regular user use of sudo (which requires configuration to setup anyway for these options)
-just use this option, or \fBNO_SUDO\fR configuration item.
+Skips the use of sudo to run certain internal features (like \fBhddtemp\fR,
+\fBfile\fR) with sudo. Not related to running inxi itself with sudo or
+superuser. Some systems will register errors which will then trigger admin
+emails in such cases, so if you want to disable regular user use of sudo (which
+requires configuration to setup anyway for these options) just use this option,
+or \fBNO_SUDO\fR configuration item.
.TP
.B \-\-output [json|screen|xml]\fR
@@ -1695,14 +1863,14 @@ Required for non\-screen \fB\-\-output\fR formats (json|xml).
.TP
.B \-\-partition\-sort [dev\-base|fs|id|label|percent\-used|size|uuid|used]\fR
-Change default sort order of partition output. Corresponds to \fBPARTITION_SORT\fR
-configuration item. These are the available sort options:
+Change default sort order of partition output. Corresponds to
+\fBPARTITION_SORT\fR configuration item. These are the available sort options:
\fBdev\-base\fR - \fB/dev\fR partition identifier, like \fB/dev/sda1\fR.
Note that it's an alphabetic sort, so \fBsda12\fR is before \fBsda2\fR.
-\fBfs\fR \- Partition filesystem. Note that sorts will be somewhat random if all
-filesystems are the same.
+\fBfs\fR \- Partition filesystem. Note that sorts will be somewhat random if
+all filesystems are the same.
\fBid\fR \- Mount point of partition (default).
@@ -1718,9 +1886,14 @@ sort will be random.
\fBused\fR \- KiB used of partition.
.TP
+.B \-\-pkg\fR
+Shortcut. See \fB\-\-force pkg\fR.
+
+.TP
.B \-\-pm\-type [package manager name]\fR
-For distro package maintainers only, and only for non apt, rpm, or pacman based systems.
-To be used to test replacement package lists for recommends for that package manager.
+For distro package maintainers only, and only for non apt, rpm, or pacman
+based systems. To be used to test replacement package lists for recommends
+for that package manager.
.TP
.B \-\-sensors\-default\fR
@@ -1729,40 +1902,44 @@ on a one time basis.
.TP
.B \-\-sensors\-exclude\fR
-Similar to \fB\-\-sensors\-use\fR except removes listed sensors from sensor data.
-Make permanent with \fBSENSORS_EXCLUDE\fR configuration item. Note that gpu, network,
-disk, and other specific device monitor chips are excluded by default.
+Similar to \fB\-\-sensors\-use\fR except removes listed sensors from sensor
+data. Make permanent with \fBSENSORS_EXCLUDE\fR configuration item. Note that
+gpu, network, disk, and other specific device monitor chips are excluded by
+default.
Example: \fBinxi \-sxx \-\-sensors\-exclude k10temp-pci-00c3\fR
.TP
.B \-\-sensors\-use\fR
-Use only the (comma separated) sensor arrays for \fB\-s\fR output. Make permanent
-with \fBSENSORS_USE\fR configuration item. Sensor array ID value must be the exact
-value shown in lm\-sensors sensors output (Linux/lm-sensors only). If you only want
-to exclude one (or more) sensors from the output, use \fB\-\-sensors\-exlude\fR.
-
-Can be useful if the default sensor data used by inxi is not from the right sensor
-array. Note that all other sensor data will be removed, which may lead to undesired
-consequences. Please be aware that this can lead to many undesirable side\-effects,
-since default behavior is to use all the sensors arrays and select which values
-to use from them following a set sequence of rules. So if you force one to be used,
-you may lose data that was used from another one.
-
-Most likely best use is when one (or two) of the sensor arrays has all the sensor data
-you want, and you just want to make sure inxi doesn't use data from another array that
-has inacurate or misleading data.
-
-Note that gpu, network, disk, and other specific device monitor chips are excluded by
-default, and should not be added since they do not provide cpu, board, system, etc,
-sensor data.
+Use only the (comma separated) sensor arrays for \fB\-s\fR output. Make
+permanent with \fBSENSORS_USE\fR configuration item. Sensor array ID value
+must be the exact value shown in lm\-sensors sensors output (Linux/lm-sensors
+only). If you only want to exclude one (or more) sensors from the output,
+use \fB\-\-sensors\-exlude\fR.
+
+Can be useful if the default sensor data used by inxi is not from the right
+sensor array. Note that all other sensor data will be removed, which may lead
+to undesired consequences. Please be aware that this can lead to many
+undesirable side\-effects, since default behavior is to use all the sensors
+arrays and select which values to use from them following a set sequence of
+rules. So if you force one to be used, you may lose data that was used from
+another one.
+
+Most likely best use is when one (or two) of the sensor arrays has all the
+sensor data you want, and you just want to make sure inxi doesn't use data
+from another array that has inacurate or misleading data.
+
+Note that gpu, network, disk, and other specific device monitor chips are
+excluded by default, and should not be added since they do not provide cpu,
+board, system, etc, sensor data.
Example: \fBinxi \-sxx \-\-sensors\-use nct6791-isa-0290,k10temp-pci-00c3\fR
.TP
.B \-\-sleep [0\-x.x]\fR
Usually in decimals. Change CPU sleep time for \fB\-C\fR (current: \fB\0.35\fR).
-Sleep is used to let the system catch up and show a more accurate CPU use. Example:
+Sleep is used to let the system catch up and show a more accurate CPU use.
+Example:
\fBinxi \-Cxxx \-\-sleep 0.15\fR
@@ -1772,39 +1949,37 @@ Overrides default internal value and user configuration value:
.TP
.B \-\-tty\fR
-Forces internal IRC flag to off. Used in unhandled cases where the program running
-inxi may not be seen as a shell/tty, but it is not an IRC client. Put \fB\-\-tty\fR
-first in option list to avoid unexpected errors. If you want a specific
-output width, use the \fB\-\-width\fR option. If you want normal color codes in
-the output, use the \fB\-c [color ID]\fR flag.
+Forces internal IRC flag to off. Used in unhandled cases where the program
+running inxi may not be seen as a shell/tty, but it is not an IRC client.
+Put \fB\-\-tty\fR first in option list to avoid unexpected errors. If you want
+a specific output width, use the \fB\-\-width\fR option. If you want normal
+color codes in the output, use the \fB\-c [color ID]\fR flag.
-The sign you need to use this is extra numbers before the key/value pairs of the
-output of your program. These are IRC, not TTY, color codes. Please post a github
-issue if you find you need to use \fB\-\-tty\fR (including the full
-\fB\-Ixxx\fR line) so we can figure out how to add your program to the list
-of whitelisted programs.
+The sign you need to use this is extra numbers before the key/value pairs of
+the output of your program. These are IRC, not TTY, color codes. Please post a
+github issue if you find you need to use \fB\-\-tty\fR (including the full
+\fB\-Ixxx\fR line) so we can figure out how to add your program to the list of
+whitelisted programs.
-You can see what inxi believed started it in the \fB\-Ixxx\fR line, \fBShell:\fR or
-\fBClient:\fR item. Please let us know what that result was so we can add it to the
-parent start program whitelist.
+You can see what inxi believed started it in the \fB\-Ixxx\fR line,
+\fBShell:\fR or \fBClient:\fR item. Please let us know what that result was
+so we can add it to the parent start program whitelist.
.TP
.B \-\-usb\-sys\fR
-Forces the USB data generator to use \fB/sys\fR as data source
-instead of \fBlsusb\fR.
+Shortcut, legacy. See \fB\-\-force usb\-sys\fR
.TP
.B \-\-usb\-tool\fR
-Forces the USB data generator to use \fBlsusb\fR as data source. Overrides
-\fBUSB_SYS\fR in user configuration file(s).
+Shortcut, legacy. See \fB\-\-force lsusb\fR
.TP
.B \-\-wan\-ip\-url [URL]\fR
Force \fB\-i\fR to use supplied URL as WAN IP source. Overrides dig or
default IP source urls. URL must start with http[s] or ftp.
-The IP address from the URL must be the last item on the last (non\-empty) line
-of the page content source code.
+The IP address from the URL must be the last item on the last (non\-empty)
+line of the page content source code.
Same as configuration value (example):
@@ -1812,17 +1987,16 @@ Same as configuration value (example):
.TP
.B \-\-wm\fR
-Force \fBSystem\fR item \fBwm\fR to use \fBwmctrl\fR as data source,
-override default \fBps\fR source.
+Shortcut, legacy. See \fB\-\-force wmctl\fR.
.TP
.B \-\-wrap\-max [integer]\fR
-Overrides default or configuration set line starter wrap width value.
-Wrap max is the maximum width that inxi will wrap line starters (e.g. \fBInfo:\fR)
-to their own lines, with data lines indented only 2 columns. If terminal/console
-width or \fB\-\-width\fR is less than wrap width, wrapping of line starter occurs.
-If \fB80\fR or less, no wrapping will occur.
-Overrides internal default value (90) and user configuration value:
+Overrides default or configuration set line starter wrap width value. Wrap
+max is the maximum width that inxi will wrap line starters (e.g. \fBInfo:\fR)
+to their own lines, with data lines indented only 2 columns. If
+terminal/console width or \fB\-\-width\fR is less than wrap width, wrapping
+of line starter occurs. If \fB80\fR or less, no wrapping will occur. Overrides
+internal default value (90) and user configuration value:
\fBWRAP_MAX=85\fR (previously \fBINDENT_MIN\fR)
@@ -1838,14 +2012,12 @@ for Perl downloader.
.TP
.B \-\-dbg [2\-xx]\fR
-\- See github \fBinxi-perl/docs/inxi-values.txt\fR for specific specialized debugging
-options. These can vary but tend to not change much, though they are added as
-needed.
+\- See github \fBinxi-perl/docs/inxi-values.txt\fR for specific specialized
+debugging options.
.TP
.B \-\-debug [1\-3]\fR
-\- On screen debugger output. Output varies depending on current needs
-Usually nothing changes.
+\- On screen debugger output.
.TP
.B \-\-debug 10\fR
@@ -1893,8 +2065,8 @@ use if you experienced a failure or hang, or were instructed to do so.
.TP
.B \-\-debug\-proc\fR
-Force debugger to parse \fB/proc\fR directory data when run as root. Normally this is
-disabled due to unpredictable data in /proc tree.
+Force debugger to parse \fB/proc\fR directory data when run as root. Normally
+this is disabled due to unpredictable data in /proc tree.
.TP
.B \-\-debug\-proc\-print\fR
@@ -1914,16 +2086,16 @@ Skip /sys debugging in case of a hang.
.TP
.B \-\-debug\-sys\fR
-Force PowerPC debugger parsing of /sys as sudo/root.
+Force PowerPC debugger parsing of /sys as doas[BSDs]/sudo/root.
.TP
.B \-\-debug\-sys\-print\fR
Use this to locate file that /sys debugger hangs on.
.SH SUPPORTED IRC CLIENTS
-BitchX, Gaim/Pidgin, ircII, Irssi, Konversation, Kopete, KSirc, KVIrc, Weechat,
-and Xchat. Plus any others that are capable of displaying either built\-in or external
-script output.
+BitchX, Gaim/Pidgin, ircII, Irssi, Konversation, Kopete, KSirc, KVIrc,
+Weechat, and Xchat. Plus any others that are capable of displaying either
+built\-in or external script output.
.SH RUNNING IN IRC CLIENT
To trigger inxi output in your IRC client, pick the appropriate method from the
@@ -1939,8 +2111,8 @@ IRC client.
.B /cmd inxi
\fR[\fBoptions\fR]
-To run inxi in Konversation as a native script if your distribution or inxi package
-hasn't already done this for you, create this symbolic link:
+To run inxi in Konversation as a native script if your distribution or inxi
+package hasn't already done this for you, create this symbolic link:
KDE 4:
.B ln \-s /usr/local/bin/inxi /usr/share/kde4/apps/konversation/scripts/inxi
@@ -1977,9 +2149,10 @@ have dropped the \fB\-curses\fR part of their program name, i.e.:
inxi will read its configuration/initialization files in the
following order:
-\fB/etc/inxi.conf\fR contains the default configurations. These can be overridden
-by user configurations found in one of the following locations (inxi will
-store its config file using the following precedence:
+\fB/etc/inxi.conf\fR contains the default configurations. These can be
+overridden by user configurations found in one of the following locations
+(inxi will store its config file using the following precedence:
+
if \fB$XDG_CONFIG_HOME\fR is not empty, it will go there, else if
\fB$HOME/.conf/inxi.conf\fR exists, it will go there, and as a last default,
the legacy location is used), i.e.:
@@ -2002,42 +2175,49 @@ If terminal/console width or \fB\-\-width\fR is less than wrap width,
wrapping of line starter occurs
\fBCOLS_MAX_IRC\fR The max display column width on IRC clients.
-\fBCOLS_MAX_NO_DISPLAY\fR The max display column width in console, out of GUI desktop.
+\fBCOLS_MAX_NO_DISPLAY\fR The max display column width in console, out of GUI
+desktop.
-\fBCPU_SLEEP\fR Decimal value \fB0\fR or more. Default is usually around \fB0.35\fR
-seconds. Time that inxi will 'sleep' before getting CPU speed data, so that it
-reflects actual system state.
+\fBCPU_SLEEP\fR Decimal value \fB0\fR or more. Default is usually around
+\fB0.35\fR seconds. Time that inxi will 'sleep' before getting CPU speed data,
+so that it reflects actual system state.
\fBDOWNLOADER\fR Sets default inxi downloader: curl, fetch, ftp, perl, wget.
-See \fB\-\-recommends\fR output for more information on downloaders and Perl downloaders.
+See \fB\-\-recommends\fR output for more information on downloaders and Perl
+downloaders.
-\fBFILTER_STRING\fR Default \fB<filter>\fR. Any string you prefer to see instead
-for filtered values.
+\fBFILTER_STRING\fR Default \fB<filter>\fR. Any string you prefer to see
+instead for filtered values.
-\fBLIMIT\fR Overrides default of \fB10\fR IP addresses per IF. This is only of interest
-to sys admins running servers with many IP addresses.
+\fBLIMIT\fR Overrides default of \fB10\fR IP addresses per IF. This is only of
+interest to sys admins running servers with many IP addresses.
-\fBNO_DIG\fR Set to \fB1\fR or \fBtrue\fR to disable WAN IP use of \fBdig\fR and force
-use of alternate downloaders.
+\fBNO_DIG\fR Set to \fB1\fR or \fBtrue\fR to disable WAN IP use of \fBdig\fR
+and force use of alternate downloaders.
-\fBNO_HTML_WAN\fR Set to \fB1\fR or \fBtrue\fR to disable WAN IP use of \fBHTML Downloaders\fR and force
-use of dig only, or nothing if dig disabled as well. Same as \fB\-\-no\-html\-wan\fR. Only use if
-dig is failing, and HTML downloaders are hanging.
+\fBNO_DOAS\fR Set to \fB1\fR or \fBtrue\fR to disable internal use of
+\fBdoas\fR.
-\fBNO_SUDO\fR Set to \fB1\fR or \fBtrue\fR to disable internal use of \fBsudo\fR.
+\fBNO_HTML_WAN\fR Set to \fB1\fR or \fBtrue\fR to disable WAN IP use of
+\fBHTML Downloaders\fR and force use of dig only, or nothing if dig disabled
+as well. Same as \fB\-\-no\-html\-wan\fR. Only use if dig is failing, and
+HTML downloaders are hanging.
+
+\fBNO_SUDO\fR Set to \fB1\fR or \fBtrue\fR to disable internal use of
+\fBsudo\fR.
\fBPARTITION_SORT\fR Overrides default partition output sort. See
\fB\-\-partition\-sort\fR for options.
-\fBPS_COUNT\fR The default number of items showing per \fB\-t\fR type, \fBm\fR or
-\fBc\fR. Default is 5.
+\fBPS_COUNT\fR The default number of items showing per \fB\-t\fR type, \fBm\fR
+or \fBc\fR. Default is 5.
-\fBSENSORS_CPU_NO\fR In cases of ambiguous temp1/temp2 (inxi can't figure out which
-is the CPU), forces sensors to use either value 1 or 2 as CPU temperature. See the
-above configuration page on smxi.org for full info.
+\fBSENSORS_CPU_NO\fR In cases of ambiguous temp1/temp2 (inxi can't figure out
+which is the CPU), forces sensors to use either value 1 or 2 as CPU
+temperature. See the above configuration page on smxi.org for full info.
-\fBSENSORS_EXCLUDE\fR Exclude supplied sensor array[s] from sensor output. Override with
-\fB\-\-sensors\-default\fR. See \fB\-\-sensors\-exclude\fR.
+\fBSENSORS_EXCLUDE\fR Exclude supplied sensor array[s] from sensor output.
+Override with \fB\-\-sensors\-default\fR. See \fB\-\-sensors\-exclude\fR.
\fBSENSORS_USE\fR Use only supplied sensor array[s]. Override with
\fB\-\-sensors\-default\fR. See \fB\-\-sensors\-use\fR.
@@ -2046,40 +2226,42 @@ above configuration page on smxi.org for full info.
\fBUSB_SYS\fR Forces all USB data to use \fB/sys\fR instead of \fBlsusb\fR.
-\fBWAN_IP_URL\fR Forces \fB\-i\fR to use supplied URL, and to not use dig (dig is
-generally much faster). URL must begin with http or ftp. Note that if you use this,
-the downloader set tests will run each time you start inxi whether a downloader feature
-is going to be used or not.
+\fBWAN_IP_URL\fR Forces \fB\-i\fR to use supplied URL, and to not use dig
+(dig is generally much faster). URL must begin with http or ftp. Note that if
+you use this, the downloader set tests will run each time you start inxi
+whether a downloader feature is going to be used or not.
-The IP address from the URL must be the last item on the last (non\-empty) line of
-the URL's page content source code.
+The IP address from the URL must be the last item on the last (non\-empty)
+line of the URL's page content source code.
Same as \fB\-\-wan\-ip\-url [URL]\fR
-\fBWEATHER_SOURCE\fR Values: [\fB0-9\fR]. Same as \fB\-\-weather\-source\fR. Values
-4\-9 are not currently supported, but this can change at any time.
+\fBWEATHER_SOURCE\fR Values: [\fB0-9\fR]. Same as \fB\-\-weather\-source\fR.
+Values 4\-9 are not currently supported, but this can change at any time.
-\fBWEATHER_UNIT\fR Values: [\fBm\fR|\fBi\fR|\fBmi\fR|\fBim\fR]. Same as \fB\-\-weather\-unit\fR.
+\fBWEATHER_UNIT\fR Values: [\fBm\fR|\fBi\fR|\fBmi\fR|\fBim\fR]. Same as
+\fB\-\-weather\-unit\fR.
-\fBWRAP_MAX\fR (previously \fBINDENT_MIN\fR) The maximum width where the line starter wraps
-to its own line. If terminal/console width or \fB\-\-width\fR is less than wrap width,
-wrapping of line starter occurs. Overrides default. See \fB\-\-wrap\-max\fR.
-If \fB80\fR or less, wrap will never happen.
+\fBWRAP_MAX\fR (previously \fBINDENT_MIN\fR) The maximum width where the line
+starter wraps to its own line. If terminal/console width or \fB\-\-width\fR is
+less than wrap width, wrapping of line starter occurs. Overrides default.
+See \fB\-\-wrap\-max\fR. If \fB80\fR or less, wrap will never happen.
.TP
.B Color Options
-It's best to use the \fB\-c [94\-99]\fR color selector tool to set the following values
-because it will correctly update the configuration file and remove any invalid
-or conflicting items, but if you prefer to create your own configuration files,
-here are the options. All take the integer value from the options available in
-\fB\-c 94\-99\fR.
+It's best to use the \fB\-c [94\-99]\fR color selector tool to set the
+following values because it will correctly update the configuration file and
+remove any invalid or conflicting items, but if you prefer to create your own
+configuration files, here are the options. All take the integer value from the
+options available in \fB\-c 94\-99\fR.
-NOTE: All default and configuration file set color values are removed when output is
-piped or redirected. You must use the explicit \fB\-c <color number>\fR option
-if you want colors to be present in the piped/redirected output (creating a PDF for
-example).
+NOTE: All default and configuration file set color values are removed when
+output is piped or redirected. You must use the explicit
+\fB\-c <color number>\fR option if you want colors to be present in the
+piped/redirected output (creating a PDF for example).
-\fBCONSOLE_COLOR_SCHEME\fR The color scheme for console output (not in X/Wayland).
+\fBCONSOLE_COLOR_SCHEME\fR The color scheme for console output (not in
+X/Wayland).
\fBGLOBAL_COLOR_SCHEME\fR Overrides all other color schemes.
@@ -2089,15 +2271,16 @@ example).
\fBIRC_X_TERM_COLOR_SCHEME\fR In X/Wayland IRC client terminal color scheme.
-\fBVIRT_TERM_COLOR_SCHEME\fR Color scheme for virtual terminal output (in X/Wayland).
+\fBVIRT_TERM_COLOR_SCHEME\fR Color scheme for virtual terminal output (in
+X/Wayland).
.SH BUGS
Please report bugs using the following resources.
-You may be asked to run the inxi debugger tool (see \fB\-\-debug 21/22\fR), which will
-upload a data dump of system files for use in debugging inxi. These data dumps are
-very important since they provide us with all the real system data inxi uses to parse
-out its report.
+You may be asked to run the inxi debugger tool (see \fB\-\-debug 21/22\fR),
+which will upload a data dump of system files for use in debugging inxi. These
+data dumps are very important since they provide us with all the real system
+data inxi uses to parse out its report.
.TP
.B Issue Report
File an issue report:
@@ -2132,7 +2315,8 @@ maintained by Harald Hope (aka h2 or TechAdmin).
Initial CPU logic, konversation version logic, occasional maintenance fixes,
and the initial xiin.py tool for /sys parsing (obsolete, but still very much
-appreciated for all the valuable debugger data it helped generate): Scott Rogers
+appreciated for all the valuable debugger data it helped generate):
+Scott Rogers
Further fixes (listed as known):
@@ -2140,18 +2324,19 @@ Horst Tritremmel <hjt at sidux.com>
Steven Barrett (aka: damentz) \- USB audio patch; swap percent used patch.
-Jarett.Stevens \- \fBdmidecode \-M\fR patch for older systems with no \fB/sys\fR.
+Jarett.Stevens \- \fBdmidecode \-M\fR patch for older systems with no
+\fB/sys\fR.
.SH SPECIAL THANKS TO THE FOLLOWING
The nice people at irc.oftc.net channels #linux\-smokers\-club and #smxi,
who all really have to be considered to be co\-developers because of their
-non\-stop enthusiasm and willingness to provide real\-time testing and debugging
-of inxi development.
+non\-stop enthusiasm and willingness to provide real\-time testing and
+debugging of inxi development.
-Siduction forum members, who have helped get some features working by providing
-a large number of datasets that have revealed possible variations, particularly for the
-RAM \fB\-m\fR option.
+Siduction forum members, who have helped get some features working by providing
+a large number of datasets that have revealed possible variations, particularly
+for the RAM \fB\-m\fR option.
AntiX users and admins, who have helped greatly with testing and debugging,
particularly for the 3.0.0 release.
@@ -2160,17 +2345,23 @@ ArcherSeven (Max), Brett Bohnenkamper (aka KittyKatt), and Iotaka, who always
manage to find the weirdest or most extreme hardware and setups that help make
inxi much more robust.
-For the vastly underrated skill of output error/glitch catching, Pete Haddow. His
-patience and focus in going through inxi repeatedly to find errors and inconsistencies
-is much appreciated.
+For the vastly underrated skill of output error/glitch catching, Pete Haddow.
+His patience and focus in going through inxi repeatedly to find errors and
+inconsistencies is much appreciated.
+
+For a huge boost to BSD support, Stan Vandiver, who did a lot of testing
+and setup many remote access systems for testing and development.
All the inxi package maintainers, distro support people, forum moderators,
and in particular, sys admins with their particular issues, which almost always
-help make inxi better, and any others who contribute ideas, suggestions, and patches.
+help make inxi better, and any others who contribute ideas, suggestions, and
+patches.
+
+Without a wide range of diverse Linux kernel\-based Free Desktop systems to
+test on, we could never have gotten inxi to be as reliable and solid as it's
+turning out to be.
-Without a wide range of diverse Linux kernel\-based Free Desktop systems to test
-on, we could never have gotten inxi to be as reliable and solid as it's turning
-out to be.
+And of course, a big thanks to locsmif, who figured out a lot of the core
+ideas, logic, and tricks originally used in inxi Gawk/Bash.
-And of course, a big thanks to locsmif, who figured out a lot of the core methods,
-logic, and tricks originally used in inxi Gawk/Bash.
+.\" EOF
diff --git a/inxi.changelog b/inxi.changelog
index 03d2379..6e922a0 100644
--- a/inxi.changelog
+++ b/inxi.changelog
@@ -1,234 +1,1650 @@
-=====================================================================================
+================================================================================
+Version: 3.3.06
+Patch: 00
+Date: 2021-07-19
+--------------------------------------------------------------------------------
+UPDATES:
+--------------------------------------------------------------------------------
+
+New version! Fixes!! Bug fixes! More bug fixes!! Cleanups!
+
+Most of these were exposed by issue #251 filed by LukasNickel, then further
+revealed via his debugger data set, which showed two more bugs. Well, bugs,
+changed syntaxes, same difference to end users.
+
+--------------------------------------------------------------------------------
+KNOWN ISSUES:
+
+1. Work is ongoing to add btrfs support to -R (similar to softraid or zfs),
+basic stubs and debuggers added, but reporting tools are not as robust (and
+often require sudo/root for reasons that escape me) as I would have hoped, so
+it's slow. One of these days... Normally would not release with working stubs,
+but there were enough real issues/bugs to warrant just getting 3.3.06 out the
+door, then going on with the btrfs feature for -R. But so far I view the
+reporting tools as inadequate, unfortunately.
+
+--------------------------------------------------------------------------------
+BUGS:
+
+1. As initially discovered in issue #251 there are alternate syntaxes which had
+never been seen before for remote mounts, fuse mounts, etc. In this case, it was
+fuse.sshfs that was not removed from the Disk total:... used: leading to silly
+1000+% used percentage. Note that while technically inxi could try to be clever
+about reporting impossible percentages, so far those have led to bugs getting
+reported, then fixed, so I think it worth leaving it as is.
+
+2. When --swap/-j is used with no other arguments, failed to show uuid or label.
+Discovered this while testing fix 2.
+
+3. Bug which is not a bug but will appear as such to users, nvme temps were
+failing in -Dx due to a change in how those values are located in /sys. See fix
+3.
+
+--------------------------------------------------------------------------------
+FIXES:
+
+1. Going along with Bug 1, and considering that only in 3.3.05 was the nfs4
+remote fs failure to identify/exclude, the entire section involving remote/ fuse
+etc file systems was refactored, and extended to add many more previously
+non-handled remote and fuse type file systems. Significant extension of known
+remote filesystem types, distributed file systems, overlay file systems, all to
+try to avoid having more distributed/remote/fuse file system issues. Also added
+test to support fuse. or fuseblk. type prefixes for any of these. Hopefully
+there will be fewer issues related to distributed and remote and overlay type
+file systems in the future.
+
+2. Made all label/uuid triggers global, that is, -ol shows unmounted with
+labels, -ju shows swap with uuid, and so on. This may require a bit more tweaks
+to get exactly right, but in general, this is a purely cosmetic fix, that is,
+try not to show label/uuid for partition/mounts that probably can't have those
+values.
+
+3. There was a change in the way nvme /sys temperature paths were handled, an
+actually understandable, albeit as always annoying, one, because inxi actually
+had to do a sort of convoluted hack to get the nvme block devices temperatore
+paths before, now that hack is not required for newer kernels (5.12+), though
+for kernels that had the old paths (5,8, 5.9 at least, don't know when paths
+changed) left in the old method. Now tests are more granular, and inxi should
+find temperatures regardless of which method is used for nvme and sd type
+drives.
+
+4. Another somewhat irksome random change, again, understandable since the new
+syntax is more consistent in output than the previous one, but still breaks all
+existing parsers that use the changed field names. Lsblk did NOT change the -o
+input field names, but DID change the output field names, which broke the
+internal inxi parser, and led to null lsblk data.
+
+Changes were - or : separators in input values are output as _ always. that is,
+MAJ:MIN becomes MAJ_MIN. Also corrected the debugger lsblk to use the same
+output fields for -P -o as the actual lsblk parser uses internally so these
+failures can be spotted more readily, as it was, it was literally only because
+someone submitted the debugger dataset, and was running lsblk 2.37, where I
+believe this behavior change happened. Solution was to just use regex patterns
+instead, [:_-], in the parser. Big fear now is that they will randomly stop
+supporting the -o input field names that contain - or : and change that too
+without any real warning or deprecation notice.
+
+--------------------------------------------------------------------------------
+ENHANCEMENTS:
+
+1. Going with bug and fix 1, added avfs, afs, archivemount, avfs, ceph, gfs,
+glusterfs, gmailfs, hdfs, ipfs, kosmos/kfs, lafs, mergerfs, mhddfs, moosefs,
+ocfs, openafs, orangefs, overlayfs, pvfs, s3fs, sheepdog, vmfs, and several
+others to the exclude list for disk used and show label/uuids for partitions.
+
+2. A smattering of disk vendors added.
+
+--------------------------------------------------------------------------------
+CHANGES:
+
+1. Going with fix 2, -l and -u no longer will trigger -P by default, now if -l
+or -u are used without -j, -o, -p, -P, an error will explain that you must use
+one of those together with -l or -u. This was the only way to get the -l and -u
+switches to turn off/on label/uuid reports in swap, unmounted, and partitions
+consistently. Triggering -P was really a legacy behavior from when the only
+options were -p or -P, and --swap and --unmounted did not exist. I found it
+increasingly odd that unmounted would show label/uuid always but partitions only
+with -l/-u.
+
+2. This was a pet peeve, sometimes field names just bug me (like 'Topology: did
+for CPU, now corrected to Info:), the Drive: rotation: was one such annoyance.
+I had recycled that to indicate SSD, which was a feature request, but that was
+always a sloppy solution, and made no sense, since SSD isn't a rotation speed.
+
+Now it reports a much more logical:
+
+ID-1:...... type: HDD rpm: 7200
+or
+ID-1:...... type: SSD
+or
+ID-1:...... type: N/A
+
+This also corresponds to the intended meaning much better. The HDD type was
+always present internally if rotation speed is detected, but was not used. Now
+will also show type: N/A if reliable type detection failed, which will also be
+more consistent.
+
+--------------------------------------------------------------------------------
+DOCUMENTATION:
+
+1. Brought most of inxi.changelog (this file) into a consistent state, re
+whitespaces, readability, consistent use of various header / section names.
+Ideally while I don't expect anyone to ever sit down and read this changelog, it
+will be now much easier to scan to find whatever interests you. This change goes
+along with ongoing changes in docs to in general try to be usually 80 columns
+wide.
+
+2. inxi-resources.txt, inxi-data.txt are updated with more raid, partition, file
+system values and data to go along with bug, fix, enhancement 1.
+
+3. Man and help updated to indicate -u and -l no longer trigger -P by default.
+
+--------------------------------------------------------------------------------
+CODE:
+
+1. Ongoing refactors, bringing the codebase to the point that matches current
+coding styles. Removed remainder of whitespaces in conditions and for/while
+loops, for example:
+
+if ( condition ) {
+becomes:
+if (condition){
+and
+if ( ( test set 1 ) && ( test set 2 ) ) {
+becomes:
+if ((test set 1) && (test set 2)){
+
+and so on. That dropped over 2 KiB of whitespaces. This went along with fixes
+that have been ongoing to change to this whitespace use style, but previously it
+was only being done when that situation was hit in a local block, now it's been
+completed globally.
+
+This continues the style refactor that has been ongoing for a while now, to
+bring inxi into a consistent state, since when it started, it was more pressing
+to get the bash/gawk mess translated to Perl than it was to get the Perl itself
+to be as good/consistent as possible, so now those issues are being slowly
+unravelled, and hopefully will set inxi on course for its next 10 years.
+
+It was starting to get annoying, because some parts of inxi used those spaces,
+and all newer ones didn't in general. Now it's one behavior throughout the whole
+program file.
+
+2. Refactored the entire fs exclude for disk used data, and integrated those
+values into a global tool that is used either to exclude file systems from disk
+used totals, or to not show uuid/labels for the excluded
+remote/distributed/overlay type file systems, which in general don't have uuid
+or labels.
+
+--------------------------------------------------------------------------------
+-- Harald Hope - Wed, 21 Jul 2021 18:23:21 -0700
+
+================================================================================
+Version: 3.3.05
+Patch: 00
+Date: 2021-07-11
+--------------------------------------------------------------------------------
+UPDATES:
+--------------------------------------------------------------------------------
+
+Many small updates, enhancements, bug fixes!!! We've been saving them up!! Here
+they are!! Don't wait!!
+
+Thanks mr. mazda for many issue finds, and suggestions.
+
+--------------------------------------------------------------------------------
+KNOWN ISSUES:
+
+1. Due to unfixable rpm slowdowns, removed package counts for default output for
+rpm based systems. We were seeing delays of up to 30+ seconds just to list the
+rpm package count, which is absurd, even after the rpm optimizations inxi
+already runs. To allow rpm users to get excluded by default for rpm package list
+counts, added --pkg flag plus a short message telling them to use that flag to
+get the installed package count if they want it.
+
+Changes like this are very unfortunate, but in 2021 for a package manager at
+times to require over 30 seconds to generate a trivial installed package list is
+just not acceptable. One of the reasons this release was delayed was this was
+not an easy decision to make, it's very rare support for a feature is removed
+for specific tools due to how badly the tools may perform. Note that whatever
+higher level tool is used, like dnf, zypp, it's still the same speed, they all
+appear to use the same core engine.
+
+Basically this decision was forced since either inxi looks really bad and slow,
+when it's not, or the actual cause was removed from default outputs.
+
+--------------------------------------------------------------------------------
+BUGS:
+
+1. Small bug in nfs blacklist for disk used led to nfs used being added, which
+leads to silly used percents. This is corrected.
+
+2. If ram vendor ID failed, inxi would delete the part number. Oops. This was
+related to the Mushkin failures.
+
+3. Close to a bug, though not one internally, but to users would appear as one:
+ZFS does not act as expected, zpool list did not in fact return the pool size,
+which I had always assumed to be the case, but in a very strange decision, does
+return something very close to the pool size for mirrors, but NOT for z1 or z2
+pools, then it returns the total size of the drives that make up the pool. To
+call this strange behavior would be an understatement. The fix was to modify the
+logic to use zfs list instead to get the size data. This also makes the drive
+total report far more accurate, since it lists usable space now for ZFS as was
+always intended. The cause of this was simply that I'd always had access to zfs
+mirrors, not z1 or z2 arrays.
+
+--------------------------------------------------------------------------------
+FIXES:
+
+1. OpenSuse and maybe others use kdm3 for Trinity, not kdm, so dm was failing.
+
+2. Going along with fix 1, made kde version detection more robust so may catch
+more fringe / corner cases for kde desktops. These were mainly added to correct
+Trinity desktop version detections.
+
+3. Mushkin ram vendor ID was failing, that is or should be corrected.
+
+4. Added in /dev/disk/by-id handlers for zpool components, there are several
+variants, wwn-, pci-, scsi-, ata-, but they all map to the real /dev drive IDs.
+Failure to unmap these led to failing to match components and get size info
+etc for zfs.
+
+5. See DOCUMENTATION: 2, language changes for weather feature abuse.
+
+6. Failed uptime report data due to yet another random syntax change in the
+data. See Code Change 1 for details on the fix.
+
+7. A change at some point made sensors show 0 instead of N/A due to improperly
+setting undefined sensor values as 0. This in particular happened with mobo
+temps on systems without known mobo temp sensors.
+
+--------------------------------------------------------------------------------
+ENHANCEMENTS:
+
+1. Going along with the rpm issues, added dnf.conf support to yum/dnf repo
+types. Not sure how that one was missed, but there it is. This should tighten
+repo reports for dnf/yum/zypp types.
+
+2. Added LeftWM. LeftWM confirmed working. Added unverifed detections for:
+penrose, 2bwm, 5dwm, catwm, mcwm, monsterwm, snapwm, uwm, wingo, wmfs, wmfs2.
+
+3. Added xfwm as a compositor type, that had been left out, somewhat on purpose,
+since xfwm can run in compositing or non compositing mode. But should show since
+many users use compositing mode now.
+
+4. Added OpenMediaVault distro ID and systembase handlers.
+
+5. Going along with zfs bug fix 3, using zfs list data for free, size,
+allocated. Trying to understand how zfs developers actually thought about this
+is nearly impossible so just used what seems to correspond to reality most. Also
+shows raw values for zfs data in RAID along with regular ones to make clear
+which is which value.
+
+6. Added more CPU architecture ID matches for AMD Zen and a variety of Intel.
+Both vendors finally released some new CPUs and the data became available, which
+doesn't always happen quickly.
+
+7. A bunch of new disk vendors and vendor IDs added. Never stops, like the sands
+of time, like the ocean waves, like the scuttling crabs scrounging around in the
+seaweed in the foam where the outgoing wave left its mark...
+
+--------------------------------------------------------------------------------
+DOCUMENTATION:
+
+1. Added leftwm keybindinigs to inxi-data.txt desktop/wm section. Updated more
+wm in that section as well, and list more info on wms for future reference etc.
+Also reorganized and made more readable wm section.
+
+2. Help/Man now make more clear that automated requests or excessive use of the
+inxi weather feature are not under any circumstance permitted. There had been
+some ambiguity and lack of clarity about what abuse is, now it should be more
+clear.
+
+--------------------------------------------------------------------------------
+CODE:
+
+1. Refactored uptime parser logic, the code and regex was just getting too messy
+and difficult to work with and debug, now it works similar to how the revised
+BSD parsers run, the regex are pulled apart and made more granular so a small
+syntax change ideally won't break the detections as easily.
+
+2. Cleaned up sub cpu_arch() and made all the arch values line up nicely, over
+time I notice that almost invariably stuff done to save lines of code makes
+code harder to read as the feature expands, so it's generally worth just
+unravelling it so it all stacks and is easy to scan/read. Also removed extra
+white space in parens, which is something I'm leaning more towards but it's not
+worth fixing all at once so it's just done where it's noticed.
+
+That's using:
+if ( /test/ ){
+rather than:
+if (/test/){
+
+I believe using more white space helped with Perl comprehension in the
+intermediate stages, but is not required anymore and just looks like extra
+whitespace now.
+
+--------------------------------------------------------------------------------
+-- Harald Hope - Sun, 11 Jul 2021 18:36:42 -0700
+
+================================================================================
+Version: 3.3.04
+Patch: 00
+Date: 2021-04-16
+--------------------------------------------------------------------------------
+UPDATES:
+--------------------------------------------------------------------------------
+
+Enhanced features!! Huge BSD upgrades! Bug Fixes!! Elbrus Fixes!! More bluetooth
+fixes!! What are you waiting for?!!?
+
+A special thanks for significant help, ongoing, leading to a huge boost to BSD
+support, Stan Vandiver, who did a lot of BSD testing, and setup many remote
+access systems for testing and development of the latest BSD upgrades. If you're
+a BSD user, you can thank him for helping to expand BSD support!
+
+An ongoing thanks to Mr. Mazda, for continuous testing, suggestions, and helpful
+ideas.
+
+Take special note of the code folding fixes in Fix 1, those open up possible
+free software code editors that can be used to work with inxi to more than just
+Kwrite/Kate, to include scite and geany, nice lightweight code editors. You
+can't do real work in inxi without code folding, so getting this finally
+resolved was I think worth it.
+
+Also, for the first time ever!! inxi is now using Pledge, well, if
+OpenBSD::Pledge module is available, which is currently only in OpenBSD, since
+that's the only system that supports Pledge security, except for Serenity, but
+inxi doesn't support Serenity. Note that OpenBSD was smart and added
+OpenBSD::Pledge and OpenBSD::Unveil to Perl Core modules, thus removing any hoop
+that might stop a Perl program from implementing it. Nice going OpenBSD guys!
+
+The addition of OpenBSD softraid support for RAID and CRYPTO types highlights
+the problem with --raid and --logical, where --raid is really just a subset of
+Logical volume management. Note that while the hardware RAID feature only lists
+the actual PCI RAID device, OpenBSD bioctl supports hardware RAID out of the
+box, something I'd thought of doing in inxi for a few years, but it's too much
+work, but bioctl has done the work, which is impressive. Can't do much without a
+lot of debugger data there though, but it's worth being aware of. In this case,
+since softraid is the primary device, I opted to call Crypto and RAID types all
+RAID, same as with linear zfs.
+
+--------------------------------------------------------------------------------
+KNOWN ISSUES:
+
+1. FreeBSD: USB drivers. I really gave this a try, but could not get any logic
+to be stable across systems and varying syntaxes used. Will wait for FreeBSD to
+add drivers to usbconfig -vl. Note that this makes it not possible to correctly
+match USB networking devices to their respective IF data, so USB networking IF
+will fall back to the undetected IF-ID, which means it was found but not
+connected to a specific hardware device.
+
+2. FreeBSD Battery Report: there are non-objective values for Battery state data
+in sysctl output, as in minutes remaining, which has no meaning, and percent
+charge (percent of what? original design capacity? current actual capacity?). If
+data with voltages, design/current capacity in Ah or Wh, is made available,
+support will be added. Note that there are 3rd party tools that do supply this
+data in a usable format, but they are not in core so no point.
+
+3. BSDs All: have found no way to get physical CPU counts. this will lead to odd
+outputs in some cases, like a 2 cpu system reporting itself as a 2x the actual
+core counts single CPU, but the data just isn't there as far as I know.
+Dragonfly in some cases appears to have that data.
+
+4. BSDs All: so far no way to get live per core cpu speeds using a file or fast
+command query. Thought I'd found a way in FreeBSD but that was not the correct
+clockrate values, or inconsistently right/wrong, so not using it. Also saw the
+same issue with max/min frequencies in FreeBSD so removed that item, it's
+better to show nothing than data that is not reliable or actually not even
+referring to what it seems to be.
+
+5. BSD SOC Support: An issue poster asked why FreeBSD (but really BSD in
+general) SOC ARM device, like RaPi, support, was so weak in inxi. The reason is
+simple: to do SOC ARM device data in a meaningful way requires a complete path
+based data structure, which the BSDs do not appear to have, at least from what
+I've seen so far. See Linux's /sys data structures for examples of what is
+required to add or expand inxi SOC device support in inxi. It's hard even with
+that type of rich path based data, and without it I won't try.
+
+The bright side is inxi runs perfectly on such devices, no errors, which was
+amazing to see, and spoke volumes of the recent work done to extend support for
+the BSDs.
+
+6. Perl / inxi, when run as root, shows read error when trying to open a 200 /
+--w------- permission /sys uevent file for reading. The test works as expected
+as user, but not as root. Perl will try to read it when run as root even though
+it has no read permissions, only write. This in reality only manifests on very
+old /sys, from Debian Etch kernel 2.26 days.
+
+--------------------------------------------------------------------------------
+BUGS:
+
+1. tput + urxvt / FreeBSD: There appears to be a bug in Arch Linux urxvt that
+leads to failed terminal/console size from tput. Also while trying to resolve
+this bug, discovered that if you use "tput cols 2>/dev/null" in FreeBSD, for
+some inexplicable reason tput puts out defaults 80 cols x 24 rows. Why? Who
+knows. Added in non numeric tests of output to handle errors from tput instead.
+
+The bug appears to be what rxvt reports itself as vs what it is actually running
+as. This issue isn't present in any other distro I tried, but could just be a
+new bug in urxvt, don't know.
+
+2. Elbrus CPU: Ongoing issue #197 Elbrus poster gave sample of new 2C3 cpuinfo,
+that exposed some bugs internally in inxi Elbrus handling, I was using integer
+values instead of hex for model IDs in the Elbrus logic, which would fail after
+model 9.
+
+3. BSD dmesg.boot: The logic used for dmesg.boot data processing had errors, and
+had to be fully redone because of the need to detect in a reliable way the
+current state of USB drives. This logic now is much more robust and reliable,
+and no longer relies on using 'uniq' values per line, which would fail in all
+kinds of situations.
+
+4. OpenBSD USB Speeds: bugs fixed for OpenBSD speeds, these were found during
+the USB data refactor testing process.
+
+5. BSDs: in some cases, wrong memory used values were being generated, this
+should be largely corrected now. Also pulled the weird NetBSD use of
+/proc/meminfo which had wrong data in it, and now use vmstat for all BSDs, which
+after the used bug fixes, is more reliable for BSDs.
+
+6. All systems: CPU stepping would report as N/A if stepping 0, luckily I came
+across some systems with an actual stepping: 0, which are not common.
+
+7. FreeBSD: dmidecode sourced L2 cache data failed to show correct totals in
+some cases. Due to no MT detection possible for FreeBSD currently, these totals
+will still be wrong, but now it says note; check to let users know.
+
+8. dmidecode: some cases were getting the wrong failure error message, this bug
+became exposed due to OpenBSD locking /dev/mem even to root, which then failed
+to show the expected message. This was a bug, and is now corrected.
+
+9. FreeBSD: partition swap size didn't show in at least some cases, that's
+corrected.
+
+10. Linux Partitions: partitions would let doubled swap items through in several
+cases, and also failed to create in rare cases matches for hidden partition
+mapped id's. Finally tracked down the actual cause, when moving the partition
+filters I'd forgotten to add swap into the filter list, oops. But now it will
+catch duplicates in several different ways, so that's fine.
+
+11. Unmounted: Failed to properly handle detecting RAID components in the case
+of lvm, mdraid, it was only working for zfs. This was an accident, and should
+now be corrected.
+
+--------------------------------------------------------------------------------
+FIXES:
+
+1. Code Folding: Note that this was NOT a bug or failure in inxi, it was a bug
+in scintilla/scite geany code editors with folding, basically if you commented
+out logic, without using a space or other marker after the comment #, folding
+would break in weird ways. Obviously the core scintilla engine should IGNORE the
+darned # commented out lines, but it doesn't, which is a real bug. But not in
+inxi.
+
+This was however worth working around, because without folding, you can't work
+on or learn how inxi works, and the only editor I know of in the free software
+eco-system that can handle folding reasonably accurately was until now
+Kwrite/Kate code editors, and those have some real, long standing, weaknesses,
+and bugs around folding that have never been resolved, and yes, did notify them
+about them, and no, they remain unfixed after years, or they were fixed briefly,
+then broke again.
+
+So it was important to expand the base of possible code editors to more than
+just the KDE stuff. Fixing this was tedious, but I think worth it. On the bright
+side, geany/scite folding / unfolding is FAST, and once the code issues that
+triggered folding failures were resolved, very accurate, much better than Kate's
+to be honest, though Kate isn't as picky, but Kate's unfold top nodes has been
+broken more often than it's worked.
+
+To avoid this issue, it's also important to configure geany/scite to use a space
+after the comment when using keyboard shortcuts to comment out lines/blocks.
+Same goes for Kate/Kwrite, by the way.
+
+2. Battery: Forgot to add battery-force to -v7, which means you would never see
+the battery line in full output if there was no battery present, this is similar
+to how raid-forced worked, it was just an oversight which I hadn't noticed until
+testing the new BSD battery logic.
+
+3. Indentation: small indentation fixes on Sound Server data. Those are visible
+with -y1, that is.
+
+4. OpenBSD PCI: enabled Device matching to PCI networking device, this required
+an odd little hack, but seems to be pretty reliable, and allowed me to add
+driver to PCI device reports as well. Not sure why driver isn't in pcidump -v
+but it probably will be in the future. Note to self: add in support for that so
+if they include it in a future release, it will suddenly 'just work', assume
+they use the same basic syntax as usbdevs -vv output.
+
+5. BSDs: Added in some null data protections for BSDs, which do not always have
+all the data types found in Linux, those would trigger Perl undefined value
+errors, which are warnings that inxi failed internally to test for null data in
+that, but it's hard to know when to do that when the data is basically always
+there in Linux.
+
+6. Debugger: Added test for required Net::FTP module in debugger, had forgotten
+to make that test explicit, which led to odd failures.
+
+7. BSDs: nvme detections should be better now. But I have seen no live test
+system to confirm the fixes work as expected, plus, at least, OpenBSD swaps
+nvme0 to sd0 internally, so I'm not actually sure how that data will even work,
+we'll see how that goes.
+
+8. BSDs: oddly, despite using 0x hex numbers almost everywhere, for CPU
+stepping, the stepping is in decimal, which is even odder because CPU makers
+list their steppings as hex in many if not most cases. In case this is corrected
+in the future, if 0x appears before stepping number, will not then try to
+convert to hex since it already is.
+
+9a. CPU L3: Subtle, probably won't change behaviors, but L3 cache is per physical
+CPU in every case I've found, so never multiply value by cores for L3. Like
+everything, this may lead to corner cases being wrong, but that's life, it will
+also lead to the data being right for most users.
+
+9b. CPU L1: Different L1 syntaxes found so inxi now uses more loose detections,
+should cover most OpenBSD L1 variants at least.
+
+10. BSDs: inxi was using internal 'sleep' right before reading /proc/cpuinfo,
+but that was silly for BSDs since cpu speeds there come from sysctl, so the BSD
+sleeps are now running before sysctl if CPU data feature is required.
+
+11. Too many to remember, but lots of subtle message output changes to make more
+clear, more accurate, shorter, whatever.
+
+12. USB: a very subtle fix, some devices can be both audio and video, like
+cameras, but inxi would default to the first detected. Now it checks for both
+before going to the list of checks, and correctly assigns a type that is both
+audio and video to the audio and video hashes so both features will show the USB
+device, not just Audio.
+
+13: BSD: fixes for BSD ifconfig IF status, it was slicing off the full status
+string, like 'no network' to 'no', which is silly. Now shows full string.
+
+14. OpenBSD: restored USB Hub ports: xx item, I hadn't realized that the data
+was still there with usbdevs but it required an extra -v, like: usbdevs -vv to
+trigger, so now the OpenBSD USB ports works fine again.
+
+15. Fedora Xorg: updated --recommends to use the newer split apart xorg utils
+package names, only xrandr I think needed updating. Thanks Mr. Mazda for keeping
+up with that stuff!
+
+16. OpenBSD SMART: the actual device being queried turns out to the 'c'
+partition, the one that represents the entire disk, NOT the main device ID, like
+sd0, so now inxi tacks on 'c', sd0c, when smartctl runs, and it works fine. So
+previously SMART report would never have worked in OpenBSD.
+
+17. Partion labels/uuids: in Partitions and Unmounted, does not show label/uuid
+if fs type is ffs or if fs is a logical type one, like zfs, hammer, and remote
+fs mounts etc. This cleans up output, since these file system types will never
+have labels or uuids.
+
+18. Mr Mazda inxi was missing data and showing errors if run in Debian Etch with
+Perl 5.008, and I realized I'd slipped up and had used the -k option without
+testing lspci version, but -k was only available in 3.0 in Lenny. But -v turns
+on -k automatically, so the easy solution was just to remove the -k and leave
+the -nnv, which is the same thing, but does not cause errors in early lspci.
+
+There are also errors with reading as root some /sys uevent files, but upon
+examination, those had only root write permission, so the perl -r test isn't
+right. Don't think that can be fixed. See Can't/Won't fix for more.
+
+Another issue I noticed was that in some cases Perl seemed to lose track of some
+hash values in local %trigger in OptionsHandler, and just lose them, thus
+leading to things like --help --version --recommends not working. Moving
+%trigger to globals %show and %use fixed that one, but that's weird, no idea
+what happened, but it works now.
+
+Tested in Sarge 3.1, where core modules have to be explicitly installed, they
+were not included in base Perl install. Kernel 2.4 had some key differences,
+different lspci syntax, different /proc/partitions, so the block device output
+and device output is flawed, but otherwise inxi worked fine in Sarge, from 2005!
+But these issues will not be corrected, kernel 2.24 is just too old, lol.
+
+inxi should always run ok in very old systems, like Etch, back to when Perl 5.8
+was standard, so bugs like this are always welcome, it's easy to slip up and use
+something that didn't work in those old systems, then forget to test.
+
+19. Corner case SMART errors, sometimes occur much later in output than inxi
+expects, this is now corrected and errors should show in smart data no matter
+where the main error type occured.
+
+--------------------------------------------------------------------------------
+ENHANCEMENTS:
+
+1. Elbrus: Going along with Bug 2, Updated Elbrus microarch to use family 6,
+assuming models 10, 11, are the same, which they should be since 12 is the same
+as in family 4.
+
+2. IPMI Sensors: More sensor syntax detections, sensors will never be stable...
+
+3. OpenBSD: Rolled out live battery state feature, they have very good data,
+simple, but solid, that allows for a quality battery state report. Handles both
+Wh/Ah, though I am slightly suspicious of the reality of the arithmetic for Ah >
+Wh conversion, it seems to be too high. That's Ah * Design Voltage. But Linux
+battery data has the same issue, though I think in most cases, the data is in
+Wh, so this issue isn't BSD specific. My suspicion is that the voltages used to
+determine Ah may actually be slightly lower than the listed design voltage,
+which inxi calls min: but it's actually the design voltage.
+
+Unknown if NetBSD data is the same as OpenBSD for battery, was unable to locate
+any samples, so can't say, if you have a NetBSD laptop that correctly reports
+battery state in sysctl -a, please file an issue with some sample battery
+charge/voltage syntax and values, ideally from > 1 system. If the data is
+complete, it's easy to add support.
+
+4a. BSD USB rev: inxi now emulates USB rev versions for BSD USB speed/rev
+version data. Note that this is not guaranteed to be right, because USB devices
+can be different rev versions than the speed they run at, but as far as I could
+find, the USB revision data is not available in any practical sense, unless I
+create a complicated recursive tool to build up a snapshot of the usb system and
+devices from dmesg data, but I already blew a day on that attempt, so will wait
+for more complete data in the usb tools in future. The rev version is based on
+the device/hub speed, using a standard USB rev speed mapping. But a 12 Mbps
+device can be rev 2, not rev 1.1, for example, that is, it's actually a USB 2.0
+device, but a slow speed one.
+
+4b. USB Type: Expanded fallback USB device type tests, these are useful for
+cases where it's either a vendor defined type, or for Open/NetBSD, which do not
+yet show USB class/subclass data. But it's a good fallback tool, added Mass
+Storage, expanded detections.
+
+5. BSD Sensors: Going along with Enhancement 3, rolled out live sensors data.
+Confirmed working in OpenBSD and FreeBSD, not sure about NetBSD, no data,
+problem with vm testing is no sensors, but don't have any NetBSD hardware
+installs to verify. Stan gave it a good try, but could not get NetBSD running so
+far, maybe later.
+
+This basically means the -B and -s features are largely feature complete for the
+BSDs as far as practical, though due to difficulties in getting the data in a
+consistent clear way, some more advanced features, like gpu temps, which are now
+available in Linux kernel values and lm-sensors, do not yet appear to be present
+in the BSDs, though if this changes, the structures are in place to make
+updates to these logics very easy to implement now.
+
+Note that the --sensors-include and --sensors-exclude items, or config items,
+work fine with this BSD logic, though you have to figure out what exact syntax
+to use, but that's the same in Linux.
+
+6. OpenBSD Pledge: Yes, that's right, inxi is now Pledged!!! In OpenBSD, anyway,
+they did a really good job, and the OpenBSD Perl packager made a very nice Perl
+modules, OpenBSD::Pledge, which was very easy to implement. Now I know what inxi
+needs to run its features!!
+
+So far OpenBSD only, but Pledge seems like a really good idea, so I figured,
+let's give it a spin, even if it will only currently work on OpenBSD, but that's
+fine, inxi is pledged as tightly as I could make it, including unpledging
+features not required post options processing, once inxi knows what it's
+actually going to be doing.
+
+Note that I'm aware of OpenBSD::Unveil, but that's a lot harder to implement due
+to never really being sure about what files inxi will need to be looking at
+until well into the logic. I may look at that in the future.
+
+7. Bluetooth Rfkill: Due to ongoing failures in current inxi to show consistent
+Bluetooth hci report on Linux, added in one last fallback, rfkill state, which
+allows inxi to always fallback to at least that basic data. Also added in which
+tool is providing the report mostly, like: Report: bt-adapter ID: hci0 and so
+on.
+
+Also integrated into -xxx data, or for down state, the full rfkill report, since
+that can be quite useful.
+
+Note that bluetooth is a real pain for users to debug because you can have:
+
+ * Bluetooth Service: enabled/disabled
+ * Bluetooth Service: started/stopped
+ * bluetoothctl: start/stop
+ * bt-adapter: start/stop
+ * hciconfig: start/stop
+ * rfkill: software: block/unblock; hardware: block/unblock - however, for
+ hardware, that means a physical button has been pressed to disable it, on the
+ laptop that is.
+
+To make matters worse, one tool does not always even know when another tool has
+changed something, for example, if I rfkill blocked hci0, then unblocked it,
+hciconfig would keep seeing it as down until it was switched to on with
+hciconfig explicitly. This is I suspect one reason hciconfig is being dropped,
+it doesn't know how to listen to the newer tools like bluetoothctl, bt-adapter,
+or rfkill.
+
+8. OpenBSD: Going along with Code Change 1, now has disk serial (doas/root),
+more consistent physical block size data, more reliable disk data, and for -Dxx,
+duid, if available. Also added disk partition table scheme, aka MBR / GPT. Some
+of these new items may also work with NetBSD. See also Fix 17, SMART fix for
+OpenBSD.
+
+9. OpenBSD/NetBSD/FreeBSD: the DiskDataBSD refactor now allows Unmounted
+partitions report.
+
+10. OpenBSD: added in CPU MT detections using siblings data, I think only
+OpenBSD and Dragonfly support proper MT cpu core counts. Still no way to get
+physical cpu counts in OpenBSD or FreeBSD or NetBSD that I am aware of.
+
+11. OpenBSD: added in cpu speed min/max data, that was available in most cases,
+didn't realize that.
+
+12. BSDs: expanded and made more robust cpu L1/L2/L3 cache detections, now for
+example, OpenBSD will report its L1/L2/L3 cache without root. FreeBSD requires
+root since that data is coming from dmidecode.
+
+This logic update made BSD L-cache data much more reliable and consistent, and,
+important, easy to work with. This was directly connected to Code Changes 2 and
+3, which made dealing with those data sources a lot easier.
+
+Note that L1/L2 cache data if not from OpenBSD will show note: check because
+it's not possible to determine if it's a multithreaded MT cpu or not, and thus
+if L1/L2 * core count would so often be totally wrong that inxi won't try to
+guess, it will just list the single value found, and tell the user to check it
+themselves.
+
+13. OpenBSD: Added rcctl tool to init tools, I hadn't known about that one, that
+replaces the fallback default used before, /etc/rc.d.
+
+14. RAM Vendor: Issue #245 raised the point that it would be good to try to show
+RAM vendor data when the manufactorer field is empty, and since that logic is
+already present in disk_vendor, it was just matter of researching the product
+IDs to find the matching patterns for the RAM vendors, the initial list is
+pretty good, but will need updates now and then to correct errors. Also will
+override only vendor ID 4 character hex value and see if it can find a better
+value.
+
+15. OpenBSD RAM: data quality is decent (no vendor/product no, unfortunately).
+The data is often, but sadly not always, available. I'm not clear why sometimes
+it isn't, but since OpenBSD also defaults to blocking /dev/mem to even root
+user, which then blocks dmidecode, this is the only practical way to give basic
+RAM data for OpenBSD, so that's running fine now, when the data is available,
+with the added bonus of not needing doas/root.
+
+Note that due to the way that this data is present, I can have inxi deduce some
+things like how many arrays there are, and then guess at overall capacity, max
+stick size, and so on, but all Array-x: values are followed by note: est because
+they are never based on hard data, just extrapolations. I debated if inxi should
+even show the guesses, but I think by saying note: est after each Array-x: item,
+it's pretty clear that it's not hard data, and it does give an idea roughly. I
+made an initial guess at > 1 ram array but found no data samples to let me see
+if my guess was right or not, so > 1 array remains roughly theoretical until
+shown to work or not work empirically.
+
+While NetBSD sometimes has the system ram data in a similar way that OpenBSD
+does in dmesg.boot, it varies too much, and is too inconsistent. There are not
+enough data samples with good consistent data, and the samples I did see
+suggested that it would take too much code and convoluted logic to handle the
+variations, so I'm leaving this one alone. Also, NetBSD probably doesn't block
+/dev/mem so dmidecode should work fine.
+
+16. Using system clang version info for OpenBSD kernel compiler, the assumption
+being that a BSD is an OS, so the Clang version it shipped with would be the
+clang version that compiled the kernel. Please correct if this is wrong.
+
+17. OpenBSD RAID: support added for softraid, including for drive storage
+totals, unmounted raid component detections. Plugged in pretty smoothly, able to
+generate a partial report for non root, and shows message if not root.
+
+18. VM detections upgraded, particularly for BSDs, now includes vmm, hvm,
+hyper-v, kvm. Not all of these would have been detected before. Also cleaned up
+vm logic, moved all vm detections into $dboot{'machine-vm'}, and only use the
+first found item.
+
+19. Disk Vendors!!: Yes, last, but not least!! More disk vendors, vendor ID
+matches!! Yep. What else can I say? Eternity? Man's quest for something that
+cannot be found, yet these strivings never cease, here manifested by always new
+vendors and ID matches!
+
+--------------------------------------------------------------------------------
+DOCUMENTATION:
+
+1. Very significant ongoing upgrades to the docs in inxi-perl/docs/,
+particularly in inxi-values.txt, inxi-resources.txt, and inxi-data.txt. These
+are now increasingly useful, and I am trying to keep in particular
+inxi-values.txt up to date as a primary reference for various features, though
+it will always lag, because that's how it is, lol.
+
+2. Cleaned up changelog, made 80 cols wide for text, bars, etc, made numbered
+lists and headers consistent, but otherwise did not change any of the actual
+content.
+
+--------------------------------------------------------------------------------
+CODE:
+
+1. Complete rewrite of BSD disk/partition data tools, now there is one core tool
+that generates a mega-disk/partition hash, which is then used for all features
+that need partition/disk data. This worked out super well, and allowed new
+features like BSD Unmounted disk data to be generated for the first time ever,
+along with filling in various block device fields that were missing before.
+
+2. Change 1 also went along with a refactor of dmesg data tool for BSDs, which
+allowed for much more granular data generation, along with a complex %dboot hash
+which stores all sub types as well as the main full dataset. This allowed inxi
+to stop looping through all of dmesg data each time a feature needed it. Now all
+the data types are assigned if required by a feature, and only then. This, along
+with change 1, worked really well.
+
+See also Bug 3, which mandated completely changing how dmesg.boot and dmesg live
+data were / are merged, the result is far more robust now, and far less prone to
+error.
+
+3. Similar to dmesg changes, used same methods for sysctl data, now all the data
+is assigned to %sysctl data structure based on if needed or not, so it only does
+the assignments one time, in one location. Much cleaner code this way, and
+allows for testing set/unset substructures, like $sysctl{'cpu'}.
+
+4. The %dboot and %sysctl refactors went so well that I switched the core USB
+and Devices to also use %usb and %devices structures. These updates let me dump
+a lot of global hashes and arrays, and leaned everything down a lot, and also
+removed basically all the testing loops for these data types, now the Item
+features just test to see if a reference to the specific type exists, if it
+does, it has data, if not, it doesn't, this is a lot easier to manage.
+
+5. Ongoing: moving related subroutines to Packages, the goal is to have pretty
+much all related subroutines (functions) contained in parent classes/packages,
+makes it easier to maintain.
+
+6. Ongoing: making all internal package tools have similar sub names, getting
+rid of the specific names for output and data generator functions. This makes
+each Item Generator increasingly like all the others, as much as practical.
+
+7. A big one, renamed all the feature generators to be XxxxxItem, instead of
+XxxxData, which was colliding as a package name with actual data generator
+tools, now all the Feature generators are [Feature]Item, and all the Data
+generators have Data type names where relevant. This avoided in particular the
+silly case where I was relying on case to differentiate UsbData and USBData,
+feature vs data generator.
+
+8. As part of the move to data hash global structures, also moved as many of the
+top global scalars and hashes and arrays to these now much more heavily utilized
+global hashes, like %alerts, %use, %fake, %force, and so on. There are now far
+fewer globals running than before, and where it makes sense, I keep moving them
+into global hashes, and giving the global hashes more work to do.
+
+9. Significantly expanded list of debuggers for specific data types always
+available, see docs/inxi-values.txt for list of options there. Decided for rapid
+development, it was too much of a pain to always be uncommenting the debuggers,
+so now am uncommenting, adding to @dbg supported items, then documenting. I
+guess this means the @dbg items are more or less stable and consistent now, give
+or take.
+
+10. Refactored UsbData and DeviceData, for in particular the BSDs, to be much
+more robust and to rely less on very fragile regex parsing patterns, takes more
+lines of code, but better than having the detections break every other BSD
+release. This was part of the %device and %usb refactors as well.
+
+11. Fixed system_files() too, which was really silly logic, it used a global
+packed hash of system files, then would do a function call for the paths when
+required, which was redundant since the values were already in a hash which
+could be used directly. This was a throwback to inxi gawk/bash, where hashes
+were not really used in this way, and the logic had been translated to Perl
+without thinking about it, but once I thought about it, I realized how silly
+that was. This must have knocked off a good 50 or more unnecessary, and always
+expensive, function calls.
+
+--------------------------------------------------------------------------------
+-- Harald Hope - Fri, 16 Apr 2021 20:37:35 -0700
+
+================================================================================
+Version: 3.3.03
+Patch: 00
+Date: 2021-03-17
+--------------------------------------------------------------------------------
+UPDATES:
+--------------------------------------------------------------------------------
+
+Bugs!! Fixes! Spring cleaning!
+
+Because these are either newly created, or newly discovered, bugs, this release
+was pushed as early as possible to get them fixed asap.
+
+--------------------------------------------------------------------------------
+BUGS:
+
+1. Desktop: Lumina detection had a syntax error which made it not work. This has
+been broken for a while.
+
+2. Logical: if not root, and if LUKS / bcache detected, failed to load
+proc_partitions, which generates error on --logical --admin since the required
+components data was not loaded. This was an oversight.
+
+3. The 3.3.02 ShellData refactor created a bug for console IRC, showed shell,
+not irc client, name, and set default shell data which also showed.
+
+4. Console IRC tty: there was also an older bug that made -S, -G not work
+consistently, and there were errors that had been missed for many years in that
+logic. These should all be corrected, console irc out of display, or in display
+as root, should now show tty info, tty size in -G.
+
+--------------------------------------------------------------------------------
+FIXES:
+
+1. Memory: restored $BSD_type block on /proc/meminfo and force NetBSD to use a
+corrected vmstat. This leaves that block of logic to correct the NetBSD oddities
+in meminfo, but it may fix future isses that popup.
+
+2. -Sxxx man page item incorrectly said XDG_VTNR was systemd/linux, it's not,
+it's various things, GhostBSD has it, for example. See what you get for
+believing what people say!
+
+3. Logical: added in N/A for null maj-min in --logical report. While bug 2
+triggered those errors, there could be future cases where maj-min are null, like
+BSD lvm data etc.
+
+--------------------------------------------------------------------------------
+ENHANCEMENTS:
+
+1. Going along with Fix 1, added '--force meminfo' in case you really want that.
+
+2. Distro: System Base: Added TrueNAS detection.
+
+3. Package Data: Added mport [MidnightBSD] type. That requires root to run for
+some odd reason, so won't see the best output if not root.
+
+--------------------------------------------------------------------------------
+CHANGES:
+
+1. Moved logical to -v7 from -v8, it's stable enough now.
+
+--------------------------------------------------------------------------------
+CODE:
+
+1. Moved get_tty_number and get_tty_console_irc to ShellData:tty_number and
+ShellData::tty_console_irc.
+
+ShellData::tty_number was being loaded several times, added
+$loaded{'tty-number'} test, and made client{'tty-number'} to store value.
+
+tty_console_irc changed to console_irc_tty, which is what it gets, removed hacks
+and made it load once and store result in client hash.
+
+2. Optimization: retested sub vs package::method and they run at exactly the
+same time, give or take, so moving more stuff into packages to make it easier to
+maintain.
+
+--------------------------------------------------------------------------------
+-- Harald Hope - Wed, 17 Mar 2021 19:36:39 -0700
+
+================================================================================
+Version: 3.3.02
+Patch: 00
+Date: 2021-03-15
+--------------------------------------------------------------------------------
+UPDATES:
+--------------------------------------------------------------------------------
+
+Huge upgrade!! Bug Fixes!! Refactors!!! BSDs!!! More BSDs!!! raspberry pi!! New
+Features!!! Enhanced old features!!! Did I mention bluetooth?! USB? Audio? No?
+well, all hugely upgraded!
+
+--------------------------------------------------------------------------------
+BUGS:
+
+1. Sadly, 3.3.01 went out with a bug, forgot to remove a debugger, resulted in
+hardcoded kernel compiler version always showing.
+
+Note that there is a new inxi-perl/docs/inxi-bugs.txt file to track such bugs,
+and matched to specific tagged releases so you know the line number and items to
+update to fix it.
+
+2. Typo in manjaro system base match resulted in failing to report system base
+as expected.
+
+--------------------------------------------------------------------------------
+KNOWN ISSUES:
+
+1. OpenBSD made fvwm -version output an error along with the version, and not in
+the normal format for standard fvwm, this is just too complicated to work around
+for now, though it could be in theory by creating a dedicated fvwm-oBSD item in
+program_values. But that kind of granularity gets too hard to track, and they
+are likely to change or fix this in the future anyway. Best is they just restore
+default -version output to what it is elsewhere, not nested in error outputs.
+
+2. Discovered an oddity, don't know how widespread this is, but Intel SSDs take
+about 200 milliseconds to get the sys hwmon based drive temps, when it should
+take under a millisecond, this may be a similar cause as those drives having a
+noticeable SMART report delay, not sure. This is quite noticeable since 200 ms
+is about 15% of the total execution time on my test system.
+
+--------------------------------------------------------------------------------
+FIXES:
+
+1. For --recommends, added different rpm SUSE xdpyinfo package name.
+
+2. Distro Data: added double term filter for lsb-release due to sometimes
+generating repeated names in distro.
+
+3. Packages: fix for appimage package counts.
+
+4. Desktop: fixed ID for some wm when no xprop installed, fallback to using
+@ps_cmd detections, which usually work fine.
+
+5a. When swap used was 0, showed N/A, fixed to correctly show 0 KiB.
+
+5b. If no swap devices found, BSDs were not correctly showing no swap data found
+message. Corrected.
+
+6a. Bluetooth: Removed hcidump from debugger, in some cases, that will just hang
+endlessly. Also wrapped bluetoothctl and bt-adapter debugger data collection
+with @ps_cmd bluetooth running test. Only run if bluetooth service is running.
+
+6b. Bluetooth: running detections have to be very strict, only bluetoothd, not
+bluetooth, the latter can show true when bluetoothd is not running, and did in
+my tests.
+
+7. USB: with Code Change 1, found a few places where fallback usb type
+detections were creating false matches, which resulted in say, bluetooth devices
+showing up as network devices due to the presence of the word 'wireless' in the
+device description. These matches are all updated and revised to be more
+accurate and less error prone.
+
+8. Battery: an oversight, had forgotten to have percent used of available
+capacity, which made Battery data hard to decipher, now it shows the percent of
+available total, as well as the condition percent, so it's easier to understand
+the data now, and hopefully more clear.
+
+9a. OpenBSD changed usbdevs output format sometime in the latest releases, which
+made the delicate matching patterns fail. Updated to handle both variants. They
+also changed pcidump -v formatting at some point, now inxi will try to handle
+either. Note that usbdevs updates also work fine on NetBSD.
+
+9b. FreeBSD also changed their pciconf output in beta 13.0, which also broke the
+detections completely, now checks for old and new formats. Sigh. It should not
+take this much work to parse tools whose output should be consistent and
+reliable. Luckily I ran the beta prior to this release, or all pci device
+detections would simply have failed, without fallback.
+
+9c. Dragonfly BSD also changed an output format, in vmstat, that made the RAM
+used report fail. Since it's clearly not predictable which BSD will change
+support for which vmstat options, now just running vmstat without options, and
+then using processing logic to determine what to do with the results.
+
+10. It turns out NetBSD is using /proc/meminfo, who would have thought? for
+memory data, but they use it in a weird way that could result in either negative
+or near 0 ram used. Added in some filters to not allow such values to print, now
+it tries to make an educated guess about how much ram the system is really using
+based on some tests.
+
+11. Something you'd only notice if testing a lot, uptime failed when the uptime
+was < 1 minute, it had failed to handle the seconds only option, now it does,
+seconds, minutes, hours:minutes, days hours:minutes, all work.
+
+12. Missed linsysfs type to exclude in partitons, that was a partner to
+linprocfs type, both are BSD types.
+
+13. Added -ww to ps arguments, that stops the cutting width to terminal size
+default behavior in BSDs, an easy fix, wish I'd known about that a long time
+ago.
+
+15. gpart seems to show sizes in bytes, not the expected KiB, so that's now
+handled internally. Hopefully that odd behavior won't randomly change in the
+future, sigh.
+
+16. Fixed slim dm detection, saw instance where it's got slim.pid like normal
+dms, not the slim.lock which inxi was looking for, so now inxi looks for both,
+and we're all happy!
+
+--------------------------------------------------------------------------------
+ENHANCEMENTS:
+
+1. Added in something that should have been there all along, now inxi validates
+the man page download as well as the self, this avoids corrupted downloads
+breaking the man.
+
+2. Init: added support for shepherd init system.
+
+3. Distro Data: added support for guix distro ID; added support for NomadBSD,
+GhostBSD, HardenedBSD system base. GhostBSD also shows the main package version
+for the distro version ID, which isn't quite the same as the version you
+download, but it's close. Also added os-release support for BSDs, using similar
+tests as for linux distros, that results in nicer outputs for example for
+Dragonfly BSD.
+
+4. Package Data: added guix/scratch [venom]/kiss/nix package managers. Update
+for slackware 15 package manager data directory relocation, now handles either
+legacy current or future one.
+
+5. Repos: added scratch/kiss/nix-channels; Added GhostBSD, HardenedBSD pkg
+repos.
+
+6. USB Data: added usbconfig. That's FreeBSD's, and related systems.
+
+7. Device Data: Added pcictl support, that's NetBSD's, I thought inxi had
+supported that, but then I remembered last time I tried to run netBSD in a vm, I
+couldn't get it figured out. Now debugged and working reasonably well.
+
+8. Raspberry Pi 3, 4: ethernet nic now detected; wifi device, which is on a
+special mmcnr type, now works, that stopped working in pi 3, due to the change,
+now it's handled cleanly. Also added support for pi bluetooth, which lives on a
+special serial bus, not usb. For Raspberry Pi OS, added system base detections,
+which are tricky. Also matched mmcnr devices to IF data, which was trickyy as
+well. Note that as far as I could discover, only pi puts wifi on mmcnr.
+
+9. Bluetooth: due to deprecated nature of the fine hciconfig utility, added in
+support for bt-adapter, which also allows matching of bluetooth data to device
+data, but is very sparse in info supplied compared to hciconfig. bluetoothctl
+does not have enough data to show the hci device, so it's not used, since inxi
+can't match the bluetooth data to the device (no hci[x]). This should help the
+distros that are moving away from hciconfig, in particular, AUR is only way arch
+users can get hciconfig, which isn't ideal.
+
+10. New tool and feature, ServiceData, this does two things, as cross platform
+as practical, show status of bluetooth service, this should help a lot in
+support people debugging bluetooth problems, since you have bluetooth enabled
+but down, or up, disabled, and you can also have the device itself down or up,
+so now it shows all that data together for when it's down, but when the device
+is up, it just shows the device status since the other stuff is redundant then.
+
+In -Sa, it now shows the OS service manager that inxi detected using a bunch of
+fallback tests, that's useful to admins who are on a machine they don't know,
+then you can see the service manager to use, like rc-service, systemctl,
+service, sv, etc.
+
+11. Big update for -A: Sound Servers: had always been really just only ALSA, now
+it shows all detected sound servers, and whether they are running or not.
+Includes: ALSA, OSS, PipeWire, PulseAudio, sndio, JACK. Note that OSS version is
+a guess, might be wrong source for the version info.
+
+12. Added USB device 'power:' item, that's in mA, not a terrible thing to have
+listed, -xxx. This new feature was launched cross platform, which is nice.
+Whether the BSD detections will break in the future of course depends on whether
+they change the output formats again or not. Also added in USB more chip IDs,
+which can be useful. For BSDs, also added in a synthetic USB rev, taken from the
+device/hub speeds. Yes, I know, USB 2 can have low speed, full speed, or high
+speed, and 1.1 can have low and full speeds, so you actually can't tell the USB
+revision version from the speeds, but it's close enough.
+
+13. Made all USB/Device data the same syntax and order, more predictable, bus,
+chip, class IDs all the same now.
+
+14. Added in support for hammer and null/nullfs file system types, which trigger
+'logical:' type device in partitions, that's also more correct than the source:
+Err-102 that used to show, which was really just a flag to alert me visibly that
+the partition type detection had simply failed internally. Now for detected
+types, like zfs tank/name or null/nullfs, it knows they are logical structures.
+
+15. Expanded BSD CPU data, where available, now can show L1/L2/ L3 cache, cpu
+arch, stepping, family/model ids, etc, which is kind of nifty, although, again,
+delicate fragile rules that will probably break in the future, but easier to fix
+now.
+
+16. By an old request, added full native BSD doas support. That's a nice little
+tool, and it plugged in fairly seamlessly to existing sudo support. Both the
+internal doas/sudo stuff should work the same, and the detection of sudo/doas
+start should work the same too.
+
+17a. Shell/Parent Data: Big refactor of the shell start/parent logic, into
+ShellData which helped resolve some issues with running-in showing shell name,
+not vt terminal or program name. Cause of that is lots of levels of parents
+before inxi could reach the actual program that was running inxi. Solution was
+to change to a longer loop, and let it iterate 8 times, until it finds something
+that is not a shell or sudo/doas/su type parent, this seems to work quite well,
+you can only make it fail now if you actually try to do it on purpose, which is
+fine.
+
+This was very old logic, and carried some mistakes and redundancies that made it
+very hard to understand, that's cleaned up now. Also restored the old (login)
+value, which shows when you use your normal login account on console, some
+system will also now show (sudo,login) if the login user sudos inxi, but that
+varies system to system.
+
+17b. BSD running-in: Some of the BSDs now support the -f flag for ps, which made
+the parent logic for running-in possible for BSDs, which was nice. Some still
+don't support it, like OpenBSD and NetBSD, but that's fine, inxi tests, and if
+no support detected, just shows tty number. Adding in more robust support here
+cleaned up some redundant logic internally as well.
+
+17c. Updated terminal and shell ID detections, there's quite a few new terminals
+this year, and a new shell or two. Those are needed for more reliable detections
+of when the parent is NOT a shell, which is how we find what it is.
+
+18. Added ctwm wm support, that's the new default for NetBSD, based on twm, has
+version numbers.
+
+19. Upgraded BSD support for gpart and glabel data, now should catch more more
+often.
+
+20. For things like zfs raid, added component size, that doesn't always work due
+to how zfs refers to its components, but it often does, which is better than
+never before.
+
+21. To make BSD support smoother, got rid of some OpenBSD only rules, which in
+fact often apply to NetBSD as well. That may lead to some glitches, but overall
+it's better to totally stay away from OpenBSD only tests, and all BSD variant
+tests, and just do dynamic testing that will work when it applies, and not when
+it doesn't. In this case, added ftp downloader support for netBSD by removing
+the openBSD only flag for that item.
+
+There's a bit of a risk there in a sense since if different ftp programs with
+different options were to be the fallback for something else, it might get used,
+but that's fine, it's a corner case, better to have them all work now than to
+worry about weird future things. But limiting it to only BSDs should get rid of
+most of the problem.
+
+vmstat and optical drive still use net/openBSD specifics because it is too
+tricky to figure out it out in any more dynamic way.
+
+22. For -Sxxx, added if systemd, display, virtual terminal number. Could be
+useful to debug subtle issues, if the user is for example not running their
+desktop in vt 7, the default for most systems.
+
+23. And, last but not least, yes, you guessed it!!! You've been paying
+attention!!! More disk vendors, more vendor IDs!!! As always, thanks linux-lite
+hardware database!!
+
+--------------------------------------------------------------------------------
+CHANGES:
+
+1. Moved battery voltage to -Bx output, the voltage is quite important to know
+since that is the key indicator of battery state. If voltage is within .5 volts
+of specified minimum, shows voltage for -B since that's a prefail condition,
+it's getting close to death.
+
+2. In partitions and raid, when the device was linear raid logical type layout,
+it said, no-raid, when it should be 'linear', that's now cleaner and more
+correct.
+
+3. When running-in is a tty value, it will now show the entire tty ID, minus the
+'/dev/tty', this will be more precise, and also may resolve cases where tty was
+fully alpha, no numbers, previously inxi filtered out everything that was not a
+number, but that can in some tty types remove critical tty data, so now it will
+show:
+
+running-in:
+tty 2 [not changed]; tty pts/2 [adds pts/]; tty E2 [adds the E];
+tty rx [would have not shown at ll before]
+
+--------------------------------------------------------------------------------
+CODE:
+
+NOTE: unlike the previous refactors, a lot of these changes were done to make
+inxi more maintainable, which means, slightly less optimized, which has been my
+preference in the past, but if the stuff can't be maintained, it doesn't matter
+how fast it runs!
+
+These changes have really enhanced the quality of the code and made it a lot
+easier to work with. It's also now a lot easier to add debuggers, force/fake
+data switches, etc, so it gets done, unlike before, when it was a pain, so it
+got skipped, and then caused bugs because of stray debuggers left in place, and
+so on.
+
+The bright side is while reading up on this, I learned that using very large
+subs is much more efficient than many small ones, which I've always felt was the
+case, and it is, so the style used internally in inxi proves to be the best one
+for optimizations.
+
+These refactors, ongoing, have now touched at least 1/3, almost 1/2, of the
+entire inxi codebase, so the stuff is getting more and more consistent and up to
+date, but given how old the logic is in places, there will be more refactors in
+the future, and maybe once the code is easier to maintain, some renewed
+optimizations!, if we can find anything that makes sense, like passing
+array/hash references back to the caller, already the first half is done,
+passing references to the sub/method always.
+
+The second part is started, using the Benchmark Perl module, which really speeds
+up testing and helps avoid pointless tweaks that do little re speed
+improvements.
+
+I could see with some care some areas where working on data directly via
+references could really speed things up, but it's hard to write and read that
+type of code, but it's already being done in the recursive data and output
+logics, and a few other places.
+
+1. Large refactor of USBData, that was done in part to help make it work for
+BSDs better, but also to get it better organized.
+
+This refactor also made all the device items, like -A,-G,-N,-E use the same
+methods for creating USB output, previously they had used a hodgepodge of
+methods, some super old, it was not possible to add USB support more extensively
+for BSDs without this change.
+
+Also added in some fallback usb type detection tools using several large online
+collections of that info to see what possible matching patterns could catch more
+devices and correctly match them to their type, which is the primary way now
+that usb output per type is created. This really helps with BSDs, though BSD usb
+utilities suffer from less data than lsusb so they don't always get device name
+strings in a form where they can be readily ID'ed, but it's way better than it
+was before, so that's fine!
+
+Moved all previous methods of detecting if a card/device was USB into USBData
+itself so it would all be in one place, and easier to maintain.
+
+All USB tools now use bus_id_alpha for sorting, and all now sort as well, that
+was an oversight, previously the BSD usb tools were not sorted, but those have
+been enhanced a lot, so sorting on alpha synthetic bus ids became possible.
+
+Removed lsusb as a BSD option, it's really unreliable, and the data is
+different, and also varies a lot, it didn't really work at all in Dragonfly, or
+had strange output, so lsusb is now a linux only item.
+
+2. Moved various booleans that were global to %force, %loaded, and some to the
+already present, but lightly used, %use hashes. It was getting too hard to add
+tests etc, which was causing bugs to happen. Yes, using hashes is slower than
+hardcoding in the boolean scalars, but this change was done to improve
+maintainability, which is starting to matter more.
+
+3. Moved several sets of subs to new packages, again, to help with debugging and
+maintainability. MemoryData, redone in part to handle the oddities with NetBSD
+reporting of free, cached, and buffers, but really just to make it easier to
+work with overall. Also moved kernel parameter logic to KernelParameters, gpart
+logic to GpartData, glabel logic to GlabelData, ip data IpData, check_tools to
+CheckTools, which was also enhanced largely, and simplified, making it much
+easier to work with.
+
+4. Wrapped more debugger logic in $fake{data} logic, that makes it harder to
+leave a debugger uncommented, now to run it, you have to trigger it with
+$fake{item} so the test runs, that way even if I forget to comment it out, it
+won't run for regular user.
+
+5. Big update to docs in branch inxi-perl/docs, those are now much more usable
+for development. Updated in particular inxi-values.txt to be primary reference
+doc for $fake, $dbg, %force, %use, etc types and values. Also updated
+inxi-optimization.txt and inxi-resources.txt to bring them closer to the
+present.
+
+Created inxi-bugs.txt as well, which will help to know which known bugs belonged
+to which frozen pools. These bugs will only refer to bugs known to exist in
+tagged releases in frozen pool distros.
+
+6. For sizes, moved most of the sizing to use main::translate_size, this is more
+predictable, though as noted, these types of changes make inxi a bit slower
+since it moved stuff out of inline to using quick expensive sub calls, but it's
+a lot easier to maintain, and that's getting to be more important to me now.
+
+7. In order to catch live events, added in dmesg to dmesg.boot data in BSDs,
+that's the only way I could find to readily detect usb flash drives that were
+plugged in after boot. Another hack, these will all come back to bite me, but
+that's fine, the base is easier to work on and debug now, so if I want to spend
+time revisiting the next major version BSD releases, it will be easier to
+resolve the next sets of failures.
+
+8. A big change, I learned about the non greedy operator for regex patterns, ?,
+as in, .*?(next match rule), it will now go up only to the next match rule. Not
+knowing this simple little thing made inxi use some really convoluted regex to
+avoid such greedy patterns. Still some gotchas with ?, like it ignores following
+rules that are zero or 1, ? type, and just treats it as zero instances. But
+that's easy to work with.
+
+9. Not totally done, but now moved more to having set data tools set their
+$loaded{item} value in get data, not externally, that makes it easier to track
+the stuff. Only where it makes sense, but there's a lot of those set/get items,
+they should probably all become package/classes, with set/get I think.
+
+10. Optimized reader() and grabber() and set_ps_aux_data(), all switched from
+using grep/map to using for loops, that means inxi doesn't have to go through
+each array 2x anymore, actually 4x in the case of set_ps_aux_data(). This saved
+a visible amount of execution time, I noticed this lag when running pinxi
+through NYTProf optimizer, there was a quite visible time difference between
+grabber/reader and the subshell time, these optimizations almost removed that
+difference, meaning only the subshell now really takes any time to run.
+
+Optimized url_cleaner and data_cleaner in RepoData, those now just work directy
+on the array references, no returns.
+
+Ran some more optimization tests, but will probably hold off on some of them,
+for example, using cleaner() by reference is about 50% faster than by copy, but
+redoing that requires adding in many copies from read only things like $1, so
+the change would lead to slightly less clean code, but may revisit this in the
+future, we'll see.
+
+But in theory, basically all the core internal tools that take a value and
+modify it should do that by reference purely since it's way faster, up to 10x.
+
+--------------------------------------------------------------------------------
+-- Harald Hope - Mon, 15 Mar 2021 18:42:04 -0700
+
+================================================================================
Version: 3.3.01
Patch: 00
Date: 2021-02-08
------------------------------------
-Changes:
------------------------------------
+--------------------------------------------------------------------------------
+UPDATES:
+--------------------------------------------------------------------------------
Bug fixes!! Fixes!!! Refactors!!! Edits!!!
-Bugs:
-1. Big bug, 3.2 appears to have introduced this bug, for disks, rotation and
+BUGS:
+1. Big bug, 3.2 appears to have introduced this bug, for disks, rotation and
partition scheme would never show, oops.
2. Tiny bug kept one specific smart value from ever showing, typo.
-Fixes:
-1. Accidentally followed Arch linux derived distro page, which claims KaOS as
-arch derived, when of course it's not, it's its own distro, own toolchain, etc.
-I kind of knew this but had forgotten, then I believed the Arch derived distro
-page, oh well. Resulted in KaOS being listed with arch linux as system base
-with -Sx. Arch should fix this, it's not like it's hard, just remove the distro
-from the page.
+--------------------------------------------------------------------------------
+FIXES:
+
+1. Accidentally followed Arch linux derived distro page, which claims KaOS as
+arch derived, when of course it's not, it's its own distro, own toolchain, etc.
+I kind of knew this but had forgotten, then I believed the Arch derived distro
+page, oh well. Resulted in KaOS being listed with arch linux as system base with
+-Sx. Arch should fix this, it's not like it's hard, just remove the distro from
+the page.
-2. Cleared up explanations for drivetemp vs hddtemp use, updated --recommends,
-man, and help to hopefully make this clear. Debian will be dropping hddtemp,
-which is not maintained, sometime in the coming years, sooner than later.
-Note that users unfortunately have to manually enable drivetemp module unless
-their distros enable it by default, but the man/recommands/help explain that.
+2. Cleared up explanations for drivetemp vs hddtemp use, updated --recommends,
+man, and help to hopefully make this clear. Debian will be dropping hddtemp,
+which is not maintained, sometime in the coming years, sooner than later. Note
+that users unfortunately have to manually enable drivetemp module unless their
+distros enable it by default, but the man/recommands/help explain that.
3. Fixed smart indentation issues, that went along with code change 1, was
-failing to indent one further level for failed/age values like it's supposed
-to.
+failing to indent one further level for failed/age values like it's supposed to.
-Enhancements:
-1. Added /proc/device to debugger, that will help track block device main numbers
+--------------------------------------------------------------------------------
+ENHANCEMENTS:
-2. More disk vendors, more disk vendor IDs!!! As noted, the enternal flow flows
-eternally, thanks linux-lite hardware database users!! and other inxi users,
+1. Added /proc/device to debugger, that will help track block device main
+numbers
+
+2. More disk vendors, more disk vendor IDs!!! As noted, the enternal flow flows
+eternally, thanks linux-lite hardware database users!! and other inxi users,
whose outputs sometimes reveal a failure or two.
-3. Added loaded kernel module tests to --recommends, this was mostly to let users
-know that drivetemp is needed if you want non superuser fast drive temps, and
-that this came along with kernels 5.6 or newer. Hopefully word will start drifting
-out. Note that if inxi is using drivetemp values, drive temps will appear as
-regular user with -Dx, and will be to 1 decimal place. hddtemp temps are
-integers, and requires sudo to display the temps.
-
-4. To handle issue #239 which I'd thought of trying off and on, but never did,
-added option to -Dxxx to show SSD if a positive SSD ID was made to rotation:
-So rotation will show either nothing, if no rotation or ssd data is detected,
-the disk speed in rpm, or SSD if an SSD device. There may be corner cases where
-this is wrong, but I don't have data for that, for example, if a disk is parked
-and has zero rotation but is a HDD, not as SSD. I don't know what the data
-looksl ike in that case. Note that if sudo inxi -Da is used, and smartctl is
-installed, it should be right almost all the time, and with regular -Dxxx, it's
-going to be right almost always, with a few corner cases. That slight
-uncertainty is why I never implemented this before. Legacy drives also sometimes
-did not report rotation speeds even when HDD, so those may create issues,
-but inxi will only call it an SSD if it's an nvme, mmcblk device, both are
-easy to ID as SSD, or if it meets certain conditions. It will not call a drive
-an SSD if it was unable to meet those conditions.
-
-INTERNAL CODE CHANGES:
+3. Added loaded kernel module tests to --recommends, this was mostly to let
+users know that drivetemp is needed if you want non superuser fast drive temps,
+and that this came along with kernels 5.6 or newer. Hopefully word will start
+drifting out. Note that if inxi is using drivetemp values, drive temps will
+appear as regular user with -Dx, and will be to 1 decimal place. hddtemp temps
+are integers, and requires sudo to display the temps.
+
+4. To handle issue #239 which I'd thought of trying off and on, but never did,
+added option to -Dxxx to show SSD if a positive SSD ID was made to rotation: So
+rotation will show either nothing, if no rotation or ssd data is detected, the
+disk speed in rpm, or SSD if an SSD device. There may be corner cases where this
+is wrong, but I don't have data for that, for example, if a disk is parked and
+has zero rotation but is a HDD, not as SSD. I don't know what the data looksl
+ike in that case. Note that if sudo inxi -Da is used, and smartctl is installed,
+it should be right almost all the time, and with regular -Dxxx, it's going to be
+right almost always, with a few corner cases. That slight uncertainty is why I
+never implemented this before. Legacy drives also sometimes did not report
+rotation speeds even when HDD, so those may create issues, but inxi will only
+call it an SSD if it's an nvme, mmcblk device, both are easy to ID as SSD, or if
+it meets certain conditions. It will not call a drive an SSD if it was unable to
+meet those conditions.
+
+--------------------------------------------------------------------------------
+CODE:
+
1. Refactored the output logic for DiskData, that was messy, split it into a few
-subs, and also refactored the way smartctl data was loaded and used, that's
-much cleaner and easier to use now. Split the previous 1 big sub into:
+subs, and also refactored the way smartctl data was loaded and used, that's much
+cleaner and easier to use now. Split the previous 1 big sub into:
+
totals_output(), drives_output(), and smart_output().
+
Also split out the smart field arrays into a separate sub, which loads
-references to avoid creating new arrays and copying them all over when outputting
-smart data. References are weird to work with directly but they are MUCH faster
-to use, so I'm moving as much of the internal logic to use array raferences
-instead of dereferenced arrays/hashes assigned to a new array, or hash.
+references to avoid creating new arrays and copying them all over when
+outputting smart data. References are weird to work with directly but they are
+MUCH faster to use, so I'm moving as much of the internal logic to use array
+raferences instead of dereferenced arrays/hashes assigned to a new array, or
+hash.
2. Redid all the output modules and renamed them to be more consistent and
-predictable, and redid the logic here and there to make the get() items be fairly
-similar on all the data builder packages. Now as with the data subs, which
-generally end in _data, now most of the output subs end with _output.
+predictable, and redid the logic here and there to make the get() items be
+fairly similar on all the data builder packages. Now as with the data subs,
+which generally end in _data, now most of the output subs end with _output.
+
+3. Roughly finished the process started in 3.2, got rid of redundant array
+loads, changed:
-3. Roughly finished the process started in 3.2, got rid of redundant array loads,
-changed:
@something = something_data();
push (@rows,@something);
to:
push (@rows,something_data());
-which avoids creating an extra array, this also let me remove many arrays overall.
-4. Missed a few hashes in machine data that were being passed directly, not as
+which avoids creating an extra array, this also let me remove many arrays
+overall.
+
+4. Missed a few hashes in machine data that were being passed directly, not as
references, to other subs, corrected that. I think I missed those because they
were %, so the search I did for @ in sub arg lists didn't catch the % hashes.
------------------------------------
+--------------------------------------------------------------------------------
-- Harald Hope - Mon, 08 Feb 2021 16:16:27 -0800
-=====================================================================================
+================================================================================
Version: 3.3.00
Patch: 00
Date: 2021-01-28
------------------------------------
-Changes:
------------------------------------
+--------------------------------------------------------------------------------
+UPDATES:
+--------------------------------------------------------------------------------
Bug fixes!! New Feature!! Edits, cleanups!!
-Bugs:
-1. Small bug, wrong regex would make mdraid unused report never show.
-Was looking for ^used, not ^unused. No idea how that happened, but it's fixed.
+--------------------------------------------------------------------------------
+BUGS:
+
+1. Small bug, wrong regex would make mdraid unused report never show. Was
+looking for ^used, not ^unused. No idea how that happened, but it's fixed.
2. Big RAID bug. Due to never having seen an 'inactive' state mdraid dataset,
-inxi had a bunch of bugs around that. I'd assumed active and inactive would have
-roughly the same syntax, but they don't. This is now corrected. Thanks Solus user
-for giving me the required data. This case when not corrected resulted in a
+inxi had a bunch of bugs around that. I'd assumed active and inactive would have
+roughly the same syntax, but they don't. This is now corrected. Thanks Solus
+user for giving me the required data. This case when not corrected resulted in a
spray of errors as RAID ran, and a fairly incomplete RAID report for mdraid.
-3. A bug that probably never impacted anyone, but in SMART the matching rules
+3. A bug that probably never impacted anyone, but in SMART the matching rules
failed to match field name Size[s]? in the logical/physical block sizes.
-However, those were already coming in from I believe pre-existing /sys data
-for the drives but now it's fixed anyway. I had not realized that smartctl
-made it plural when logical/physical were different, and singular when
-they were the same.
+However, those were already coming in from I believe pre-existing /sys data for
+the drives but now it's fixed anyway. I had not realized that smartctl made it
+plural when logical/physical were different, and singular when they were the
+same.
+
+4. Failed to use all possible sd block device major number matches, which led to
+false disk total/used reports, that is, totals less than used.
-4. Failed to use all possible sd block device major number matches, which
-led to false disk total/used reports, that is, totals less than used.
+5. Bug probably introduced in 3.2, zfs single array device did not show raid
+level.
-5. Bug probably introduced in 3.2, zfs single array device did not show
-raid level.
+--------------------------------------------------------------------------------
+FIXES:
-Fixes:
1. Going along with bug 2, fixed some other admin/non admin report glitches.
-Made patterns more aggressively matching, whitelist based to avoid the types
-of syntax issues that caused bug 2.
+Made patterns more aggressively matching, whitelist based to avoid the types of
+syntax issues that caused bug 2.
2. Added 'faulty' type to mdraid matches, that had not been handled.
-3. Found even more of those pesky 'card' references in help and man page,
+3. Found even more of those pesky 'card' references in help and man page,
replaced all of them with 'device[s]'.
-4. Subtle fix, for debugger data collectors, added -y1 support, which can
-be useful at times.
+4. Subtle fix, for debugger data collectors, added -y1 support, which can be
+useful at times.
+
+--------------------------------------------------------------------------------
+ENHANCEMENTS:
-Enhancements:
-1. In USB data grabber, added fallback case for unspecified type cases, now
-uses a simple name/driver string test to determine if it's graphics, audio,
-or bluetooth. This was mainly to make sure bluetooth usb devices get caught.
+1. In USB data grabber, added fallback case for unspecified type cases, now uses
+a simple name/driver string test to determine if it's graphics, audio, or
+bluetooth. This was mainly to make sure bluetooth usb devices get caught.
-2. New feature! -E/--bluetooth. Gives an -n like bluetooth Device-x/Report.
-Requires for the 'Report:' part hciconfig, which most all distros still have
-in their repos. With -a, shows an additional Info: line that has more obscure
+2. New feature! -E/--bluetooth. Gives an -n like bluetooth Device-x/Report.
+Requires for the 'Report:' part hciconfig, which most all distros still have in
+their repos. With -a, shows an additional Info: line that has more obscure
bluetooth hci data: acl-mtu sco-mtu, link-policy, link-mode, service-classes.
-This closes the ancient, venerable issue #79, filed by mikaela so many years
-ago. Better late than never!! However, features like this were really difficult
+This closes the ancient, venerable issue #79, filed by mikaela so many years
+ago. Better late than never!! However, features like this were really difficult
in legacy bash/gawk inxi 2.x, and became fairly easy with inxi 3.x, so I guess
-we'll slowly whittle away at these things when the mood, and global pandemic
+we'll slowly whittle away at these things when the mood, and global pandemic
lockdowns, make that seem like a good idea...
-Includes a small lookup table to match LMP number to Bluetooth version (bt-v:),
-hopefully that's a correct way to determine bluetooth version, there was some
+Includes a small lookup table to match LMP number to Bluetooth version (bt-v:),
+hopefully that's a correct way to determine bluetooth version, there was some
ambiguity about that.
-x, -xx, and -xxx function pretty much the same way as with -A, -G, and -N
-devices, adding Chip IDs, Bus IDs, version info, and so on.
-Since this bluetooth report does not require root and is an upper case option,
-it's been added to default -F, similar to -R, and -v 5, where raid/bluetooth
-shows only if data is found. With -v7 or -R or -E, always shows, including
-no data found message.
+devices, adding Chip IDs, Bus IDs, version info, and so on. Since this bluetooth
+report does not require root and is an upper case option, it's been added to
+default -F, similar to -R, and -v 5, where raid/bluetooth shows only if data is
+found. With -v7 or -R or -E, always shows, including no data found message.
-Includes a fallback report Report-ID: case where for some reason, inxi could
-not match the HCI ID with the device. That's similar to IF-ID in -n, which
-does the same when some of the IFs could not be matched to a specific device.
+Includes a fallback report Report-ID: case where for some reason, inxi could not
+match the HCI ID with the device. That's similar to IF-ID in -n, which does the
+same when some of the IFs could not be matched to a specific device.
3. For -A, -G, -N, and -E, new item for -xxx, classID, I realized this is
-actually useful for many cases of trying to figure out what devices are,
-though most users would not know what to do with that information, but that's
-why it's an -xxx option!
+actually useful for many cases of trying to figure out what devices are, though
+most users would not know what to do with that information, but that's why it's
+an -xxx option!
-4. Yes! You've been paying attention!! More disk vendors, and new vendor IDs!!
-The cornucopia flows its endless bounty over the grateful data collector, and,
+4. Yes! You've been paying attention!! More disk vendors, and new vendor IDs!!
+The cornucopia flows its endless bounty over the grateful data collector, and,
hopefully, inxi users!! Thanks as always, linux-lite hardware database, and
-linux-lite users who really seem set on the impossible project of obtaining
-all the disks/vendors known to man.
+linux-lite users who really seem set on the impossible project of obtaining all
+the disks/vendors known to man.
+
+--------------------------------------------------------------------------------
+CHANGES:
-Changes:
1. Small change in wording for mdraid report:
-'System supported mdraid' becomes 'Supported mdraid levels' which is cleaner
-and much more precise.
+'System supported mdraid' becomes 'Supported mdraid levels' which is cleaner and
+much more precise.
------------------------------------
+--------------------------------------------------------------------------------
-- Harald Hope - Thu, 28 Jan 2021 19:34:17 -0800
-=====================================================================================
+================================================================================
Version: 3.2.02
Patch: 00
Date: 2021-01-10
------------------------------------
-Changes:
------------------------------------
+--------------------------------------------------------------------------------
+UPDATES:
+--------------------------------------------------------------------------------
+
New version, man page, bug fixes, changes, adjustments and cleanups!!!
-Special thanks to mr. mazda for his ongoing suggestions, ideas, and observations.
+Special thanks to mr. mazda for his ongoing suggestions, ideas, and
+observations.
+
+--------------------------------------------------------------------------------
+BUGS:
-Bugs:
1. In certain corner cases, it appears that lsusb has blank lines, which tripped
-errors in inxi output when the usb parser was trying to access split keys that did
-not exist. Added in check to make sure split actually resulted in expected data.
+errors in inxi output when the usb parser was trying to access split keys that
+did not exist. Added in check to make sure split actually resulted in expected
+data.
-2. A red face bug, I'd left the output debugger switched on with json output, so
-it was printing out the json data structure with Dumper, that's now switched off.
-Hope this doesn't mess anyone up, but it would have mattered only if the person
-was using:
+2. A red face bug, I'd left the output debugger switched on with json output, so
+it was printing out the json data structure with Dumper, that's now switched
+off. Hope this doesn't mess anyone up, but it would have mattered only if the
+person was using:
--output json --output-type print
It did not effect xml output.
-Fixes:
-1. Got rid of extra level of -L data structure and output handler. Not visible
-to users, but still irksome, so nice to get that fixed. Recursive structures are
-confusing, lol, but this extra level was pointless, but to fix it required redoing
-the logic a bit for both data generator and output feature.
-
-2. Added in support for --display :0.0, previously it did not support the
-.0 addition, but why not, if it works for people, good, if not, makes no difference.
-
-3. There were some missing cases for LVM missing data messages, so the following
-fixes were added:
- * In cases where lsblk is installed and user is non root, or lvs is not installed,
- but no lvm data is present, inxi now shows the expected 'Message: No LVM data found.'
- instead of the permissions or missing program error that showed before.
- If lsblk is not installed, and lvm is installed (or missing), with lvs not root
- readable, the permissiosn message (or missing program) will show since at that
- point, inxi has no way to know if there is lvm data or not.
+--------------------------------------------------------------------------------
+FIXES:
+
+1. Got rid of extra level of -L data structure and output handler. Not visible
+to users, but still irksome, so nice to get that fixed. Recursive structures are
+confusing, lol, but this extra level was pointless, but to fix it required
+redoing the logic a bit for both data generator and output feature.
+
+2. Added in support for --display :0.0, previously it did not support the .0
+addition, but why not, if it works for people, good, if not, makes no
+difference.
+
+3. There were some missing cases for LVM missing data messages, so the
+following fixes were added:
+ * In cases where lsblk is installed and user is non root, or lvs is not
+ installed, but no lvm data is present, inxi now shows the expected 'Message:
+ No LVM data found.' instead of the permissions or missing program error that
+ showed before. If lsblk is not installed, and lvm is installed (or missing),
+ with lvs not root readable, the permissiosn message (or missing program) will
+ show since at that point, inxi has no way to know if there is lvm data or not.
* Not an inxi, but rather an Arch Linux packaging bug, the maintainer of lvm
has made lvs and vgs fail to return error number on non root start, which is
@@ -236,381 +1652,400 @@ fixes were added:
to be fixed, inxi will just test if lvs and lsblk lvm data, it will show
permissions message, otherwse the no lvm data message as expected.
-I think these cover the last unhandled LVM cases I came across, so ideally, the
+I think these cover the last unhandled LVM cases I came across, so ideally, the
lvm data messages will be reasonably correct.
4. Some man page lintian fixes.
-5. Changed usb data parser to use 'unless' instead of 'if' in tests since
-it's easier to read unless positive tests are true than if negative or
-negative etc.
+5. Changed usb data parser to use 'unless' instead of 'if' in tests since it's
+easier to read unless positive tests are true than if negative or negative etc.
-Enhancements:
-1. Since I see too often things like -F --no-host -z which is redundant, the
+--------------------------------------------------------------------------------
+ENHANCEMENTS:
+
+1. Since I see too often things like -F --no-host -z which is redundant, the
help and man now make it more clear that -z implies --no-host.
-2. Even though it's not that pointful, I added in derived Arch Linux system
-base like Ubuntu/Debian have. It's not that meaningful because unlike
-Ubuntu/Debian, where you want to know what version the derived distro is
-based on, Arch is rolling thus no versions, but I figured, why not, it's
-easy to do, so might as well make the system base feature a bit more complete.
+2. Even though it's not that pointful, I added in derived Arch Linux system base
+like Ubuntu/Debian have. It's not that meaningful because unlike Ubuntu/Debian,
+where you want to know what version the derived distro is based on, Arch is
+rolling thus no versions, but I figured, why not, it's easy to do, so might as
+well make the system base feature a bit more complete.
-Note that the way I did this requires that the distro is ID'ed as its derived
+Note that the way I did this requires that the distro is ID'ed as its derived
distro nanme, not Arch Linux, that will vary depending on how they did their
-os-release etc, or distro files, but that's not really an inxi issue, that's
-up to them. From what I've been seeing, it looks like more of the derived
-distros are being ID'ed in inxi as the derived name, so those should all work
-fine. Note that seeing 'base:' requires -Sx.
-
-3. More disk vendors!! More disk vendor IDs!!! I really dug into the stuff,
-and refactored slightly the backend tools I use, so it's now a bit easier
-to handle the data. Thanks linux-lite hardware database, as always, for
-having users that really seemt to use every disk variant known to humanity.
-
-Changes:
-1. In -G, made FAILED: lower case, and also moved it to be after unloaded:
-It was too easy to think that the loaded driver had failed. Also to make it
-more explicit, made output like this, in other words, driver: is a container
-for the possible children: loaded: unloaded: failed: alternate: which should be
-easier to parse and read without mixing up what belongs to what.
+os-release etc, or distro files, but that's not really an inxi issue, that's up
+to them. From what I've been seeing, it looks like more of the derived distros
+are being ID'ed in inxi as the derived name, so those should all work fine. Note
+that seeing 'base:' requires -Sx.
+
+3. More disk vendors!! More disk vendor IDs!!! I really dug into the stuff, and
+refactored slightly the backend tools I use, so it's now a bit easier to handle
+the data. Thanks linux-lite hardware database, as always, for having users that
+really seemt to use every disk variant known to humanity.
+
+--------------------------------------------------------------------------------
+CHANGES:
+
+1. In -G, made FAILED: lower case, and also moved it to be after unloaded: It
+was too easy to think that the loaded driver had failed. Also to make it more
+explicit, made output like this, in other words, driver: is a container for the
+possible children: loaded: unloaded: failed: alternate: which should be easier
+to parse and read without mixing up what belongs to what.
driver: loaded: modesetting unloaded: nouvean,vesa alternate: nv
driver: loaded: amdgpu unloaded: vesa failed: ati
-Note that if there is no unloaded: driver, failed: would still appear to come after
-loaded:, but hopefully it's more clear now.
-
-Basically what we found was that the presence of the uppercase FAILED: drew
-the eye so much that it was sometimes not noted that it was a key: following
-the driver: item, which itself because it did not list explicitly loaded:
-was not as clear as it could have been. By making failed: the same as the
-other key names visually, hopefully it will be less easy to think that the
-loaded: driver failed:
-
-In a sense, this is a legacy issue, because the original use of FAILED: was for
-non free video drivers, to see when xorg had failed to load them, but over
-more recent years, the most frequent thing I have been seeing is odd things
-like failed: ati, when xorg tries to load the legacy ati driver when amdgpu
-is being used.
-
-2. Likewise, for RAID mdraid and zfs changed FAILED: to Failed:, again, to make it
-more consistent with the other types.
-
-3. In help menu and man page, removed legacy 'card(s)' in -A, -G, -N, and replaced
-that with 'device(s)', which is the more accurate term, since the days when these
-things were only addon cards are long behind us. I had not noticed that, but it
-caught me eye and I realized it was a very deprecated and obsolete syntax, which
-did not match the way inxi describes devices today.
-
-4. It was pointed out how incoherent the naming of the item for setting wrap width,
---indent-min and config item INDENT_MIN were super confusing, since it was neither
-indent or minimum, it was in fact wrap maximum, so the new options and config items
-are --wrap-max and WRAP_MAX. Note that the legacy values will keep working, but
-it was almost impossible in words to explain this option because the option text
-was almost the exact opposite of what the option actually does. Redid the man
-and help explanations to make the function of this option/config item more clear.
-
-5. Made -J/--usb Hub-xx: to fit with other repeating device types in inxi output,
-before Hub: was not numbered, but it struck me, it should be, like all the other
-auto-incremented counter line starters, like ID-xx:, Device-x:, and so on.
-
-6. Reorganized the main help menu to hopefully be more logical, now it shows the
+Note that if there is no unloaded: driver, failed: would still appear to come
+after loaded:, but hopefully it's more clear now.
+
+Basically what we found was that the presence of the uppercase FAILED: drew the
+eye so much that it was sometimes not noted that it was a key: following the
+driver: item, which itself because it did not list explicitly loaded: was not as
+clear as it could have been. By making failed: the same as the other key names
+visually, hopefully it will be less easy to think that the loaded: driver
+failed:
+
+In a sense, this is a legacy issue, because the original use of FAILED: was for
+non free video drivers, to see when xorg had failed to load them, but over more
+recent years, the most frequent thing I have been seeing is odd things like
+failed: ati, when xorg tries to load the legacy ati driver when amdgpu is being
+used.
+
+2. Likewise, for RAID mdraid and zfs changed FAILED: to Failed:, again, to make
+it more consistent with the other types.
+
+3. In help menu and man page, removed legacy 'card(s)' in -A, -G, -N, and
+replaced that with 'device(s)', which is the more accurate term, since the days
+when these things were only addon cards are long behind us. I had not noticed
+that, but it caught me eye and I realized it was a very deprecated and obsolete
+syntax, which did not match the way inxi describes devices today.
+
+4. It was pointed out how incoherent the naming of the item for setting wrap
+width, --indent-min and config item INDENT_MIN were super confusing, since it
+was neither indent or minimum, it was in fact wrap maximum, so the new options
+and config items are --wrap-max and WRAP_MAX. Note that the legacy values will
+keep working, but it was almost impossible in words to explain this option
+because the option text was almost the exact opposite of what the option
+actually does. Redid the man and help explanations to make the function of this
+option/config item more clear.
+
+5. Made -J/--usb Hub-xx: to fit with other repeating device types in inxi
+output, before Hub: was not numbered, but it struck me, it should be, like all
+the other auto-incremented counter line starters, like ID-xx:, Device-x:, and so
+on.
+
+6. Reorganized the main help menu to hopefully be more logical, now it shows the
primary output triggers, then after, the extra data items, -a, -x, -xx, -xxx,
-separated by white space per type to make it easier to read. This also moved
-the stuff that had been under the -x items back to where they should be, together
-with the main output control options. For readability and usability, I think this
-will help, the help menu is really long, so the more visual cues it has to make it
-clear what each section is, the better I think. Previously -a was the first items,
-then way further down was -x, -xx, and -xxx, then under those was -z, -Z, -y.
-
------------------------------------
+separated by white space per type to make it easier to read. This also moved the
+stuff that had been under the -x items back to where they should be, together
+with the main output control options. For readability and usability, I think
+this will help, the help menu is really long, so the more visual cues it has to
+make it clear what each section is, the better I think. Previously -a was the
+first items, then way further down was -x, -xx, and -xxx, then under those was
+-z, -Z, -y.
+
+--------------------------------------------------------------------------------
-- Harald Hope - Sun, 10 Jan 2021 18:25:48 -0800
-=====================================================================================
+================================================================================
Version: 3.2.01
Patch: 00
Date: 2020-12-17
------------------------------------
-Changes:
------------------------------------
+--------------------------------------------------------------------------------
+UPDATES:
+--------------------------------------------------------------------------------
Bug Fixes!!! Continuing internal refactor!!
-This bug report came in right after 3.2.00 went out live, but I would never have
+This bug report came in right after 3.2.00 went out live, but I would never have
found it myself in testing so better found than not found!
-Bugs:
-
-1. A bug was introduced to dmidecode data handlers in 3.2.00 resulted in the
-dmidecode data array basically eating itself up until errors appear. Quite difficult
-to trigger, but babydr from Slackware forums figured it out, using -F --dmidecode
-to force dmidecode use for all features that support it triggered thee bug always.
-This was a result of the refactor, previously inxi had worked on copies of referenced
-arrays, but in this case, it was working on the original array of arrays, subtle,
-but obvious. This method was only used on dmidecode arrays.
-
-2. A second bug was exposed almost by accident, for -M --dmidecode data, there was
-a missing field and also a missing is set test on that field that led to an error
-of using undefined value in string comparison. This was strictly speaking 2 bugs,
-both very old, from 2.9 first rewrite, one failing to set/get the value, and the
-other failing to test if the value was set before using it.
-
-Fixes:
+--------------------------------------------------------------------------------
+BUGS:
+
+1. A bug was introduced to dmidecode data handlers in 3.2.00 resulted in the
+dmidecode data array basically eating itself up until errors appear. Quite
+difficult to trigger, but babydr from Slackware forums figured it out, using -F
+--dmidecode to force dmidecode use for all features that support it triggered
+thee bug always. This was a result of the refactor, previously inxi had worked
+on copies of referenced arrays, but in this case, it was working on the original
+array of arrays, subtle, but obvious. This method was only used on dmidecode
+arrays.
+
+2. A second bug was exposed almost by accident, for -M --dmidecode data, there
+was a missing field and also a missing is set test on that field that led to an
+error of using undefined value in string comparison. This was strictly speaking
+2 bugs, both very old, from 2.9 first rewrite, one failing to set/get the value,
+and the other failing to test if the value was set before using it.
+
+--------------------------------------------------------------------------------
+FIXES:
-1. There were a few glitches in help menu and man page related to -L option, those
-are corrected.
+1. There were a few glitches in help menu and man page related to -L option,
+those are corrected.
+--------------------------------------------------------------------------------
+CODE:
-INTERNAL CODE CHANGES:
-1. removed bug inducing splice use in some cases, and added parens to splice to make
-it fit the new way of with perl builtins, when taking 2 or more arguments, use parens.
+1. removed bug inducing splice use in some cases, and added parens to splice to
+make it fit the new way of with perl builtins, when taking 2 or more arguments,
+use parens.
-2. Found many more instances to add -> dereferencing operator. I have to say, not
-doing that consistently made the code much harder to read, and created situations
-where it's somewhat ambiguous what item belongs to what, with everything consistently
--> operator run, the code is more clear and obvious, and some of the hacks I'd added
-because of the lack of clarity were also removed.
+2. Found many more instances to add -> dereferencing operator. I have to say,
+not doing that consistently made the code much harder to read, and created
+situations where it's somewhat ambiguous what item belongs to what, with
+everything consistently -> operator run, the code is more clear and obvious, and
+some of the hacks I'd added because of the lack of clarity were also removed.
-3. Removed explicit setting of hash references with null value, that was done out
-of failure to use -> operators which clearly indicate to Perl and coder what is
-happening, so those crutches were removed. Also got rid of unnecessary array
+3. Removed explicit setting of hash references with null value, that was done
+out of failure to use -> operators which clearly indicate to Perl and coder what
+is happening, so those crutches were removed. Also got rid of unnecessary array
priming like: my @array = (); Some of these habits came from other languages,
-but in Perl, declaring my @array means it's an array that is null, and you don't
+but in Perl, declaring my @array means it's an array that is null, and you don't
need to do a further (). @array = () is obviously fine for resetting arrays in
loops or whatever, but not in the initial declaration.
------------------------------------
+--------------------------------------------------------------------------------
-- Harald Hope - Thu, 17 Dec 2020 14:27:13 -0800
-=====================================================================================
+================================================================================
Version: 3.2.00
Patch: 00
Date: 2020-12-15
------------------------------------
-Changes:
------------------------------------
+--------------------------------------------------------------------------------
+UPDATES:
+--------------------------------------------------------------------------------
Huge upgrade, major rewrite/refactor, new features, everything is polished!!!
-Note that due to large number of internal changes to code, a separate
-INTERNAL CODE CHANGES section is at the bottom. Those are changes which in
-general do not impact what users see that much, but which definitely impact
-working on and with inxi! They also make errors less likely, and removed many
-possible bad data error situations.
+Note that due to large number of internal changes to code, a separate INTERNAL
+CODE CHANGES section is at the bottom. Those are changes which in general do not
+impact what users see that much, but which definitely impact working on and with
+inxi! They also make errors less likely, and removed many possible bad data
+error situations.
+--------------------------------------------------------------------------------
BUGS:
-1. Obscure, but very old Tyan Mobo used a form of dmidecode data for RAM that I'd
-never gotten a dataset for before, this tripped a series of errors in inxi, which
-were actually caused by small errors and failures to check certain things, as
-well as simply never assigning data in corner cases. This system used only dmi
-handles 5 and 6, which is a very rare setup, from the very early days of dmi
-data being settled, but it was valid data, and actually inxi was supposed to support
-it, because I'd never gotten a dataset containing such legacy hardware data, the
-support didn't work. There were actually several bugs discovered while tracking
-this down, all were corrected.
-
-2. Going along with the cpu fixes below, there was a bug that if stepping was 0,
-stepping would not show. I had not realized stepping could be 0, so did a true/false
-test instead of a defined test, which makes 0 in perl always test as false. This is
-corrected.
+1. Obscure, but very old Tyan Mobo used a form of dmidecode data for RAM that
+I'd never gotten a dataset for before, this tripped a series of errors in inxi,
+which were actually caused by small errors and failures to check certain things,
+as well as simply never assigning data in corner cases. This system used only
+dmi handles 5 and 6, which is a very rare setup, from the very early days of dmi
+data being settled, but it was valid data, and actually inxi was supposed to
+support it, because I'd never gotten a dataset containing such legacy hardware
+data, the support didn't work. There were actually several bugs discovered while
+tracking this down, all were corrected.
+
+2. Going along with the cpu fixes below, there was a bug that if stepping was 0,
+stepping would not show. I had not realized stepping could be 0, so did a
+true/false test instead of a defined test, which makes 0 in perl always test as
+false. This is corrected.
+
+3. While going through code, discovered that missing second argument to
+main::grabber would have made glabel tool (BSD I think mostly) always fail,
+without exception. That explains why BSD systems were never getting glabel data,
+heh.
-3. While going through code, discovered that missing second argument to main::grabber
-would have made glabel tool (BSD I think mostly) always fail, without exception.
-That explains why bsd systems were never getting glabel data, heh.
-
-4. Many null get_size tests would not have worked because they were testing
-for null array but ('','') was actually being returned, which is not a null array.
-The testing and results for get_size were quite random, now they are all the same
-and consistent, and confirmed correct.
-
-5. In unmounted devices, the match sent to @lsblk to get extended device data
-would never work with dm-xx type names, failed to translate them to their
-mapped name, which is what is used in lsblk matches, this is corrected.
-This could lead to failures to match fs of members of luks, raid, etc,
-particularly noticeable with complex logical device structures. This means
-the fallback filters against internal logic volume names, various file system
-type matches, would always fail.
-
-6. A small host of further bugs found and fixed during the major refactor, but
-not all of them were noted, they were just fixed, sorry, those will be lost
-to history unless you compare with diffs the two versions, but that's thousands
-of lines, but there were more bugs fixed than listed above, just can't remember
+4. Many null get_size tests would not have worked because they were testing for
+null array but ('','') was actually being returned, which is not a null array.
+The testing and results for get_size were quite random, now they are all the
+same and consistent, and confirmed correct.
+
+5. In unmounted devices, the match sent to @lsblk to get extended device data
+would never work with dm-xx type names, failed to translate them to their mapped
+name, which is what is used in lsblk matches, this is corrected. This could lead
+to failures to match fs of members of luks, raid, etc, particularly noticeable
+with complex logical device structures. This means the fallback filters against
+internal logic volume names, various file system type matches, would always
+fail.
+
+6. A small host of further bugs found and fixed during the major refactor, but
+not all of them were noted, they were just fixed, sorry, those will be lost to
+history unless you compare with diffs the two versions, but that's thousands of
+lines, but there were more bugs fixed than listed above, just can't remember
them all.
+--------------------------------------------------------------------------------
FIXES:
-1. There was some ambiguity about when inxi falls back to showing hardware graphics
-driver instead of xorg gfx driver when it can't find an xorg driver. That can happen
-for instance because of wayland, or because of obscure xorg drivers not yet supported.
-Now the message is very clear, it says the gfx software driver is n/a, and that it's
-showing the hardware gfx driver.
-
-2. Big redo of cpu microarch, finally handled cases where same stepping/model ID
-has two micorarches listed, now that is shown clearly to users, like AMD Zen family
-17, model 18, which can be either Zen or Zen+, so now it shows that ambiguity, and
-a comment: note: check, like it shows for ram report when it's not sure. Shows
-for instance:
-arch: Zen/Zen+ note: check
-in such cases, in other words, it tells users that the naming convention
-basically changed during the same hardware/die cycle.
-
-3. There were some raid component errors in the unmounted tests which is supposed
-to test the raid components and remove them from the mounted list. Note that inxi
-now also tests better if something is a raid component, or an lvm component, or
-various other things, so unmounted will be right more often now, though it's still
-not perfect since there are still more unhandled logical storage components that
-will show as unmounted when tney are parts of logical volumes. Bit by bit!!
-
-4. Part of a significant android fine tuning and fix series, for -P, android uses
-different default names for partitions, so none showed, now a subset of standard
-android partitions, like /System, /firmware, etc, shows. Android will never work
-well though because google keeps locking down key file read/search permissions in
-/sys and /proc.
+1. There was some ambiguity about when inxi falls back to showing hardware
+graphics driver instead of xorg gfx driver when it can't find an xorg driver.
+That can happen for instance because of wayland, or because of obscure xorg
+drivers not yet supported. Now the message is very clear, it says the gfx
+software driver is n/a, and that it's showing the hardware gfx driver.
+
+2. Big redo of cpu microarch, finally handled cases where same stepping/model ID
+has two micorarches listed, now that is shown clearly to users, like AMD Zen
+family 17, model 18, which can be either Zen or Zen+, so now it shows that
+ambiguity, and a comment: note: check, like it shows for ram report when it's
+not sure. Shows for instance: arch: Zen/Zen+ note: check in such cases, in other
+words, it tells users that the naming convention basically changed during the
+same hardware/die cycle.
+
+3. There were some raid component errors in the unmounted tests which is
+supposed to test the raid components and remove them from the mounted list. Note
+that inxi now also tests better if something is a raid component, or an lvm
+component, or various other things, so unmounted will be right more often now,
+though it's still not perfect since there are still more unhandled logical
+storage components that will show as unmounted when tney are parts of logical
+volumes. Bit by bit!!
+
+4. Part of a significant android fine tuning and fix series, for -P, android
+uses different default names for partitions, so none showed, now a subset of
+standard android partitions, like /System, /firmware, etc, shows. Android will
+never work well though because google keeps locking down key file read/search
+permissions in /sys and /proc.
5. More ARM device detections, that got tuned quite a bit and cleaned up, for
-instance, it was doing case sensitive checks, but found cases where the value
-is all upper case, so it was missing it. Now it does case insensitive device type
+instance, it was doing case sensitive checks, but found cases where the value is
+all upper case, so it was missing it. Now it does case insensitive device type
searches.
-6. One of the oldest glitches in inxi was the failure to take the size of the raid
-arrays versus the size totals of the raid array components led to Local Storage
-results that were uselessly wrong, being based on what is now called 'raw' disk
-totals, that's the raw physical total of all system disks. Now if raid is detected
-the old total: used:... is expanded to: total: raw:... usable:....used:, the usable
-being the actual disk space that can be used to store data. Also in the case of
-LVM systems, a further item is added, lvm-free: to report the unused but available
-volume group space, that is, space not currently taken by logical volumes. This
-can provide a useful overview of your system storage, and is much improved over
-the previous version, which was technically unable to solve that issue because
-the internal structures did not support it, now they do. LVM data requires sudo/
-root unfortunately, so you will see different disk raw totals depending on
-if it's root or not if there is LVM RAID running.
+6. One of the oldest glitches in inxi was the failure to take the size of the
+raid arrays versus the size totals of the raid array components led to Local
+Storage results that were uselessly wrong, being based on what is now called
+'raw' disk totals, that's the raw physical total of all system disks. Now if
+raid is detected the old total: used:... is expanded to: total: raw:...
+usable:....used:, the usable being the actual disk space that can be used to
+store data. Also in the case of LVM systems, a further item is added, lvm-free:
+to report the unused but available volume group space, that is, space not
+currently taken by logical volumes. This can provide a useful overview of your
+system storage, and is much improved over the previous version, which was
+technically unable to solve that issue because the internal structures did not
+support it, now they do. LVM data requires sudo/ root unfortunately, so you will
+see different disk raw totals depending on if it's root or not if there is LVM
+RAID running.
Sample: inxi -D
Drives: Local Storage: total: raw: 340.19 GiB usable: 276.38 GiB
lvm-free: 84.61 GiB used: 8.49 GiB (3.1%)
-
-lvm-free is non assigned volume group size, that is, size not assigned
-to a logical volume in the volume group, but available in the volume group.
-raw: is the total of all detected block devices, usable is how much of that
-can be used in file systems, that is, raid is > 1 devices, but those devices
-are not available for storage, only the total of the raid volume is.
-Note that if you are not using LVM, you will never see lvm-free:.
-
-7. An anonymous user sent a dataset that contained a reasonable alternate
-syntax for sensors output, that made inxi fail to get the sensors data. That was
-prepending 'T' to temp items, and 'F' to fan items, which made enough sense though
-I'd never seen it before, so inxi now supports that alternate sensors temp/fan
-syntax, so that should expand the systems it supports by default out of the box.
-
-8. Finally was able to resolve a long standing issue of loading File::Find, which
-is only used in --debug 20-22 debugger, from top of inxi to require load in the
-debugger. I'd tried to fix this before, but failed, the problem is that redhat
-/fedora have broken apart Perl core modules, and made some of them into external
-modules, which made inxi fail to start due to missing use of required module that
-was not really required. Thanks to mrmazda for pointing this out to me, I'd tried
-to get this working before but failed, but this time I figured out how to recode
-some of the uses of File::Find so it would work when loaded without the package
-debugger, hard to figure it, turned out a specific sub routine call in that
-specific case required the parentheses that had been left off, very subtle.
-
-9. Subtle issue, unlike most of the other device data processors, the USB
-data parser did not use the remove duplicates tool, which led in some cases
-to duplicated company names in the output for USB, which looks silly.
-
-10. Somehow devtmpfs was not being detected in all cases to remove that from
-partitions report, that was added to the file systen filters to make sure it
+
+lvm-free is non assigned volume group size, that is, size not assigned to a
+logical volume in the volume group, but available in the volume group. raw: is
+the total of all detected block devices, usable is how much of that can be used
+in file systems, that is, raid is > 1 devices, but those devices are not
+available for storage, only the total of the raid volume is. Note that if you
+are not using LVM, you will never see lvm-free:.
+
+7. An anonymous user sent a dataset that contained a reasonable alternate
+syntax for sensors output, that made inxi fail to get the sensors data. That was
+prepending 'T' to temp items, and 'F' to fan items, which made enough sense
+though I'd never seen it before, so inxi now supports that alternate sensors
+temp/fan syntax, so that should expand the systems it supports by default out of
+the box.
+
+8. Finally was able to resolve a long standing issue of loading File::Find,
+which is only used in --debug 20-22 debugger, from top of inxi to require load
+in the debugger. I'd tried to fix this before, but failed, the problem is that
+redhat /fedora have broken apart Perl core modules, and made some of them into
+external modules, which made inxi fail to start due to missing use of required
+module that was not really required. Thanks to mrmazda for pointing this out to
+me, I'd tried to get this working before but failed, but this time I figured out
+how to recode some of the uses of File::Find so it would work when loaded
+without the package debugger, hard to figure it, turned out a specific sub
+routine call in that specific case required the parentheses that had been left
+off, very subtle.
+
+9. Subtle issue, unlike most of the other device data processors, the USB data
+parser did not use the remove duplicates tool, which led in some cases to
+duplicated company names in the output for USB, which looks silly.
+
+10. Somehow devtmpfs was not being detected in all cases to remove that from
+partitions report, that was added to the file systen filters to make sure it
gets caught.
-11. Removed LVM image/meta/data data slices from unmounted report, those are LVM
+11. Removed LVM image/meta/data data slices from unmounted report, those are LVM
items, but they are internal LVM volumes, not available or usable. I believe
-there are other data/meta type variants for different LVM features but I have
-added as many types as I could find.. Also explictly now remove any _member type
-item, which is always part of some other logical structure, like RAID or
-LVM, those were not explicitly handled before.
+there are other data/meta type variants for different LVM features but I have
+added as many types as I could find.. Also explictly now remove any _member type
+item, which is always part of some other logical structure, like RAID or LVM,
+those were not explicitly handled before.
-12. Corrected the various terms ZFS can use for spare drives, and due to how
-those describe slightly different situations than simply spare, changed the spare
-section header to Available, which is more accureate for ZFS.
+12. Corrected the various terms ZFS can use for spare drives, and due to how
+those describe slightly different situations than simply spare, changed the
+spare section header to Available, which is more accureate for ZFS.
+--------------------------------------------------------------------------------
ENHANCEMENTS:
-1. Going along with FIX 2 is updating and adding to intel, elbrus microarch family/
-model/stepping IDs (E8C2), so that is fairly up to date now.
-
-2. Added in a very crude and highly unreliable default fallback for intel:
-/sys/devices/cpu/caps/pmu_name which will show the basic internal name used
-which can be quite different from what the actual microarch name is, but the hope
-is that for new intel cpus that come out after these last inxi updates, something
-may show, instead of nothing. Note these names are often much more generic, like
-using skylake for many different microarches.
-
-3. More android enhancements, for androids that allow reading of /system/build.prop,
-which is a very useful informative system info file, more android data will show,
-like the device name and variant, and a few other specialized items. You can see if
-your android device lets inxi read build.prop if you see under -S Distro:
-Android 7.1 (2016-07-23) or just Android. If it shows just android, that means
-it can't read that file. Showing Android however is also new, since while inxi
-can't always read build.prop, if that file is there, it's android, so inxi
-finally can recognize it's in android, even though it can't give much info if
-it's locked down. Inxi in fact did not previously know it was running in android,
-which is quite different from ARM systems in some ways, but now it does.
-
-If the data is available, it will be used in Distro: and in Machine: data to add
+1. Going along with FIX 2 is updating and adding to intel, elbrus microarch
+family/ model/stepping IDs (E8C2), so that is fairly up to date now.
+
+2. Added in a very crude and highly unreliable default fallback for intel:
+/sys/devices/cpu/caps/pmu_name which will show the basic internal name used
+which can be quite different from what the actual microarch name is, but the
+hope is that for new intel cpus that come out after these last inxi updates,
+something may show, instead of nothing. Note these names are often much more
+generic, like using skylake for many different microarches.
+
+3. More android enhancements, for androids that allow reading of
+/system/build.prop, which is a very useful informative system info file, more
+android data will show, like the device name and variant, and a few other
+specialized items. You can see if your android device lets inxi read build.prop
+if you see under -S Distro: Android 7.1 (2016-07-23) or just Android. If it
+shows just android, that means it can't read that file. Showing Android however
+is also new, since while inxi can't always read build.prop, if that file is
+there, it's android, so inxi finally can recognize it's in android, even though
+it can't give much info if it's locked down. Inxi in fact did not previously
+know it was running in android, which is quite different from ARM systems in
+some ways, but now it does.
+
+If the data is available, it will be used in Distro: and in Machine: data to add
more information about the android version and device.
-4. A big one, for -p/-P/-o/-j now shows with -x the mapped device name, not just
-the /dev/dm-xx ID, which makes connecting the various new bits easier, for RAID,
-Logical reports. Note that /dev/mapper/ is removed from the mapped name since
+4. A big one, for -p/-P/-o/-j now shows with -x the mapped device name, not just
+the /dev/dm-xx ID, which makes connecting the various new bits easier, for RAID,
+Logical reports. Note that /dev/mapper/ is removed from the mapped name since
that's redundant and verbose and makes the output harder to read. For mapped
-devices, the new --logical / -L report lets you drill into the devices to find
+devices, the new --logical / -L report lets you drill into the devices to find
out what dm-xx is actually based on.
5. More big ones, for -a -p/-P/-o/-j/-R/-L shows kernel device major:minor
number, which again lets you trace each device around the system and report.
-6. Added mdadm if root for mdraid report, that let me add a few other
-details for mdraid not previously available. This added item 'state;'
-to the mdraid report with right -x options.
+6. Added mdadm if root for mdraid report, that let me add a few other details
+for mdraid not previously available. This added item 'state;' to the mdraid
+report with right -x options.
-7. Added vpu component type to ARM gfx device type detection, don't know
-how video processing vpu had escaped my notice.
+7. Added vpu component type to ARM gfx device type detection, don't know how
+video processing vpu had escaped my notice.
-8. Added fio[a-z] block device, I'd never heard of that before, but saw
-use of it in dataset, so learned it's real, but was never handled as a
-valid block device type before, like sda, hda, vda, nvme, mmcblk,
-etc. fio works the same, it's fio + [a-z] + [0-9]+ partition number.
+8. Added fio[a-z] block device, I'd never heard of that before, but saw use of
+it in dataset, so learned it's real, but was never handled as a valid block
+device type before, like sda, hda, vda, nvme, mmcblk, etc. fio works the same,
+it's fio + [a-z] + [0-9]+ partition number.
-9. Expanded to alternate syntax Elbrus cpu L1, L2, L3 reporting. Note
-that in their nomenclature, L0 and L1 are actually both L1, so add those
-together when detected.
+9. Expanded to alternate syntax Elbrus cpu L1, L2, L3 reporting. Note that in
+their nomenclature, L0 and L1 are actually both L1, so add those together when
+detected.
-10. RAM, thanks to a Mint user, antikythera, learned, and handled something
-new, module 'speed:' vs module 'configured clock speed:'.
-To quote from supermicro:
+10. RAM, thanks to a Mint user, antikythera, learned, and handled something new,
+module 'speed:' vs module 'configured clock speed:'. To quote from supermicro:
<<<
-Question: Under dmidecode, my 'Configured Clock Speed' is lower than my
-'Speed'. What does each term mean and why are they not the same?
-Answer: Under dmidecode, Speed is the expected speed of the memory
-(what is advertised on the memory spec sheet) and Configured Clock Speed
-is what the actual speed is now. The cause could be many things but the
-main possibilities are mismatching memory and using a CPU that doesn't
-support your expected memory clock speed.
-Please use only one type of memory and make sure that your CPU supports
-your memory.
+Question: Under dmidecode, my 'Configured Clock Speed' is lower than my 'Speed'.
+What does each term mean and why are they not the same?
+
+Answer: Under dmidecode, Speed is the expected speed of the memory (what is
+advertised on the memory spec sheet) and Configured Clock Speed is what the
+actual speed is now. The cause could be many things but the main possibilities
+are mismatching memory and using a CPU that doesn't support your expected memory
+clock speed. Please use only one type of memory and make sure that your CPU
+supports your memory.
>>>
-11. Since RAM was gettng a look, also changed cases where ddr ram speed is reported
-in MHz, now it will show the speeds as: [speed * 2] MT/S ([speed] MHz). This
-will let users make apples to apples speed comparisons between different systems.
-Since MT/S is largely standard now, there's no need to translate that to MHz.
+11. Since RAM was gettng a look, also changed cases where ddr ram speed is
+reported in MHz, now it will show the speeds as: [speed * 2] MT/S ([speed] MHz).
+This will let users make apples to apples speed comparisons between different
+systems. Since MT/S is largely standard now, there's no need to translate that
+to MHz.
-12. And, even more!! When RAM speeds are logically absurd, adds in note: check
-This is from a real user's data by the way, as you can see, it triggers all
-the new RAM per Device report features.
+12. And, even more!! When RAM speeds are logically absurd, adds in note: check
+This is from a real user's data by the way, as you can see, it triggers all the
+new RAM per Device report features.
Sample:
Memory:
@@ -623,255 +2058,267 @@ Memory:
Device-4: DIMM_B2 size: 8 GiB speed: spec: 1600 MT/s (800 MHz)
actual: 2 MT/s (1 MHz) note: check
-13. More disks vendor!!! More disk vendor IDs!!! Yes, that's right, eternity
-exists, here, now, and manifests every day!! Thanks to linux-lite hardware
-database for this eternally generating list. Never underestimate the
-creativity of mankind to make more disk drive companies, and to release
-new model IDs for existing companies. Yes, I feel that this is a metaphore
-for something much larger, but what that is, I'm not entirely clear about.
+13. More disks vendor!!! More disk vendor IDs!!! Yes, that's right, eternity
+exists, here, now, and manifests every day!! Thanks to linux-lite hardware
+database for this eternally generating list. Never underestimate the creativity
+of mankind to make more disk drive companies, and to release new model IDs for
+existing companies. Yes, I feel that this is a metaphore for something much
+larger, but what that is, I'm not entirely clear about.
+--------------------------------------------------------------------------------
CHANGES:
-1. Recent kernel changes have added a lot more sensor data in /sys, although
-this varies system to system, but now, if your system supports it, you can
-get at least partial hdd temp reports without needing hddtemp or root. Early
-results suggest that nvme may have better support than spinning disks, but it
-really varies. inxi will now look for the /sys based temp first, then fall
-back to the much slower and root / sudo only hddtemp. You can force hddtemp
-always with --hddtemp option, which has a corresponding configuration item.
-
-2. The long requested and awaited yet arcane and obscure feature -L/--logical,
-which tries to give a reasonably good report on LVM, LUKS, VeraCrypt, as well
-as handling LVM raid, both regular and thin, is now working. This took a lot
-of testing, and is a very solid and good start in my view, going from nothing
-to something is always a big improvement!! LVM reports require root/sudo. This
+1. Recent kernel changes have added a lot more sensor data in /sys, although
+this varies system to system, but now, if your system supports it, you can get
+at least partial hdd temp reports without needing hddtemp or root. Early results
+suggest that nvme may have better support than spinning disks, but it really
+varies. inxi will now look for the /sys based temp first, then fall back to the
+much slower and root / sudo only hddtemp. You can force hddtemp always with
+--hddtemp option, which has a corresponding configuration item.
+
+2. The long requested and awaited yet arcane and obscure feature -L/--logical,
+which tries to give a reasonably good report on LVM, LUKS, VeraCrypt, as well as
+handling LVM raid, both regular and thin, is now working. This took a lot of
+testing, and is a very solid and good start in my view, going from nothing to
+something is always a big improvement!! LVM reports require root/sudo. This
will, finally, close issue #135.
-3. Going along with -L, and serving as a model for the logic of -L, was the
-complete refactor of -R, RAID, which was a real mess internally, definitely
-one of the messiest and hardest to work with features of inxi before the
-refactor. It's now completely cleaned up and modularized, and is easy to add
-raid types, which was not possible before, now it cleanly supports zfs, mdraid,
-and lvm raid, with in depth reports and added items like mdraid size, raid
-component device sizes and maj:min numbers if the -a option is used. Note
-that LVM RAID requires root/sudo.
+3. Going along with -L, and serving as a model for the logic of -L, was the
+complete refactor of -R, RAID, which was a real mess internally, definitely one
+of the messiest and hardest to work with features of inxi before the refactor.
+It's now completely cleaned up and modularized, and is easy to add raid types,
+which was not possible before, now it cleanly supports zfs, mdraid, and lvm
+raid, with in depth reports and added items like mdraid size, raid component
+device sizes and maj:min numbers if the -a option is used. Note that LVM RAID
+requires root/sudo.
-4. Added some more sensors dimm, volts items, slight expansion. Note that the
+4. Added some more sensors dimm, volts items, slight expansion. Note that the
possible expansion of sensors made possible by the recently upgraded sensors
-output logic, as well as the new inxi internal sensors data structure,
-which is far more granular than the previous version, and allows for much
-more fine grained control and output, though only gpu data currently takes
-advantage of this new power under the covers, although as noted, the /sys based
-hdd temps use the same source, only straight from /sys, since it was actually
-easier using the data directly from sys than trying to map the drive locations to
-specific drives in sensors output. Well, to be accurate, since now only
-board type sensors are used for the temp/fan speed, voltage, etc, reports,
-the removal of entire sensor groups means less chance of wrong results.
-
-5. To bring the ancient RAID logic to fit the rest of inxi style, made
-zfs, mdraid, and lvm raid components use incrementing numbers, like cpu
-cores does. This got rid of the kind of ugly hacks used previously
-which were not the same for zfs or mdraid, but now they are all the same,
-except that the numbers for mdraid are the actual device numbers that
-mdraid supplies, and the LVM and ZFS numbers are just autoincremented,
-starting at 1.
-
-6. Changed message <root/superuser required> to <superuser required> because
+output logic, as well as the new inxi internal sensors data structure, which is
+far more granular than the previous version, and allows for much more fine
+grained control and output, though only gpu data currently takes advantage of
+this new power under the covers, although as noted, the /sys based hdd temps use
+the same source, only straight from /sys, since it was actually easier using the
+data directly from sys than trying to map the drive locations to specific drives
+in sensors output. Well, to be accurate, since now only board type sensors are
+used for the temp/fan speed, voltage, etc, reports, the removal of entire sensor
+groups means less chance of wrong results.
+
+5. To bring the ancient RAID logic to fit the rest of inxi style, made zfs,
+mdraid, and lvm raid components use incrementing numbers, like cpu cores does.
+This got rid of the kind of ugly hacks used previously which were not the same
+for zfs or mdraid, but now they are all the same, except that the numbers for
+mdraid are the actual device numbers that mdraid supplies, and the LVM and ZFS
+numbers are just autoincremented, starting at 1.
+
+6. Changed message <root/superuser required> to <superuser required> because
it's shorter and communicates the same thing.
-INTERNAL CODE CHANGES:
+--------------------------------------------------------------------------------
+CODE:
-1. Small, transparent test, tested on Perl 5.032 for Perl 7 compatibility. All
+1. Small, transparent test, tested on Perl 5.032 for Perl 7 compatibility. All
tests passed, no legacy code issues in inxi as of now.
-2. Although most users won't notice, a big chunk of inxi was refactored
-internally, which is why the new -L, the revamped -R, and the fixed
-disk totals finally all can work now. This may hopefully result in more
-consistent output and fewer oddities and randomnesses, since more of the
-methods all use the same tools now under the covers. Ths refactor also
-significantly improved inxi's execution speed, by about 4-5%, but most
-of those gains are not visible due to the added new features, but the
-end result is new inxi runs roughly the same speed as pre 3.2.00 inxi, but
-does more, and does it better, internally at least. If you have a very
-good eye you may also note a few places where this manifests externally
-as well. Last I checked about 10-12% of the lines of inxi had been changed,
-but I think that number is higher now. Everything that could be optimized
-was, everything could be made more efficient was.
-
-3. Several core tools in inxi were expanded to work much more cleanly,
-like reader(), which now supports returning just the index value you want,
-that always happened on the caller end before, which led to extra code.
-get_size likewise was expanded to do a string return, which let me
-remove a lot of internal redundant code in creating the size unit output,
-like 32 MiB. uniq() was also redone to work exclusively by reference.
-
-4. Many bad reference and dereference practices that had slipped into inxi
-from the start are mostly corrected now, array assignments use push now,
-rather than assign to array, then add array to another array, and assign
-those to the master array. Several unnecessary and cpu/ram intensive copying
-steps, that is, were removed in many locations internally in inxi. Also
-now inxi uses more direct anonymous array and hash refernce assignments,
-which again removes redundant array/hash creation, copy, and assignment.
-
-5. Also added explicit -> dereferencing arrows to make the code more clear
-and readable, and to make it easier for perl to know what is happening.
-The lack of consistency actually created confusion, I was not aware of
-what certain code was doing, and didn't realize it was doing the same
-thing as other code because of using different methods and syntaxes for
-referencing array/hash components. I probably missed some, but I got many
-of them, most probably.
-
-6. Instituted a new perl builtin sub routine rule which is: if the sub
-takes 2 or more arguments, always put in parentheses, it makes the
-code much easier to follow because you see the closing ), like:
-push(@rows,@row); Most perl builtins that take only one arg do not
-use parentheses, except length, which just looks weird when used in
-math tests, that is: length($var) > 13 looks better than length $var > 13.
-This resolved inconsistent uses that had grown over time, so now all the
-main builtins follow these rules consistently internally.
-
-Due to certain style elements, and the time required to carefully go through
-all these rules, grep and map do not yet consistently use these rules, that's
-because the tendency has been to use the grep {..test..} @array and
-map {...actions...} @array
-
-7. Mainly to deal with android failures to read standard system files due to
-google locking it down, moved most file queries to use -r, is readable, rather
-than -e, exists, or -f, is file, unless it only needs to know if it exists,
-of course. This fixed many null data errors in android even on locked androids.
-
-8. Added in %mapper and %dmmapper hashes to allow for easy mapping and
-unmapping of mapped block devices. Got rid of other ways of doing that,
-and made it consistent throughout inxi. These are globals that load once.
-
-9. Learned that perl builtin split() has a very strange and in my view originally
-terrible decision that involves treating as regex rules string characters in split
-string, like split('^^',$string), which should logically be a string value, not
-a ^ start search followed by a ^, but that's how it is, so that was carefully checked
-and made consistent as well. Also expanded split to take advantage of the number of
-splits to do, which I had only used occasionally before, but only updated field/value
-splits where I have a good idea of what the data is. This is very useful when the
-data is in the form of field: value, but value can contain : as well. You have to
-be very careful however, since some data we do want in fact the 2nd split, but not
-the subsequent ones, so I only updated the ones I was very sure about.
-
-10. Going along with the cpu microarch fixes, updated and cleaned up all the lists
-of model/stepping matches, now they are all in order and much easier to scan and
-find, that had gotten sloppy over the years.
-
-11. More ARM, moved dummy and codec device values into their own storage arrays,
-that let me remove the filters against those in the other detections. Makes logic
-easier to read and maintain as well.
-
-
------------------------------------
+2. Although most users won't notice, a big chunk of inxi was refactored
+internally, which is why the new -L, the revamped -R, and the fixed disk totals
+finally all can work now. This may hopefully result in more consistent output
+and fewer oddities and randomnesses, since more of the methods all use the same
+tools now under the covers. Ths refactor also significantly improved inxi's
+execution speed, by about 4-5%, but most of those gains are not visible due to
+the added new features, but the end result is new inxi runs roughly the same
+speed as pre 3.2.00 inxi, but does more, and does it better, internally at
+least. If you have a very good eye you may also note a few places where this
+manifests externally as well. Last I checked about 10-12% of the lines of inxi
+had been changed, but I think that number is higher now. Everything that could
+be optimized was, everything could be made more efficient was.
+
+3. Several core tools in inxi were expanded to work much more cleanly, like
+reader(), which now supports returning just the index value you want, that
+always happened on the caller end before, which led to extra code. get_size
+likewise was expanded to do a string return, which let me remove a lot of
+internal redundant code in creating the size unit output, like 32 MiB. uniq()
+was also redone to work exclusively by reference.
+
+4. Many bad reference and dereference practices that had slipped into inxi from
+the start are mostly corrected now, array assignments use push now, rather than
+assign to array, then add array to another array, and assign those to the master
+array. Several unnecessary and cpu/ram intensive copying steps, that is, were
+removed in many locations internally in inxi. Also now inxi uses more direct
+anonymous array and hash refernce assignments, which again removes redundant
+array/hash creation, copy, and assignment.
+
+5. Also added explicit -> dereferencing arrows to make the code more clear and
+readable, and to make it easier for perl to know what is happening. The lack of
+consistency actually created confusion, I was not aware of what certain code was
+doing, and didn't realize it was doing the same thing as other code because of
+using different methods and syntaxes for referencing array/hash components. I
+probably missed some, but I got many of them, most probably.
+
+6. Instituted a new perl builtin sub routine rule which is: if the sub takes 2
+or more arguments, always put in parentheses, it makes the code much easier to
+follow because you see the closing ), like: push(@rows,@row); Most perl builtins
+that take only one arg do not use parentheses, except length, which just looks
+weird when used in math tests, that is: length($var) > 13 looks better than
+length $var > 13. This resolved inconsistent uses that had grown over time, so
+now all the main builtins follow these rules consistently internally.
+
+Due to certain style elements, and the time required to carefully go through all
+these rules, grep and map do not yet consistently use these rules, that's
+because the tendency has been to use the grep {..test..} @array and map
+{...actions...} @array
+
+7. Mainly to deal with android failures to read standard system files due to
+google locking it down, moved most file queries to use -r, is readable, rather
+than -e, exists, or -f, is file, unless it only needs to know if it exists, of
+course. This fixed many null data errors in android even on locked androids.
+
+8. Added in %mapper and %dmmapper hashes to allow for easy mapping and unmapping
+of mapped block devices. Got rid of other ways of doing that, and made it
+consistent throughout inxi. These are globals that load once.
+
+9. Learned that perl builtin split() has a very strange and in my view
+originally terrible decision that involves treating as regex rules string
+characters in split string, like split('^^',$string), which should logically be
+a string value, not a ^ start search followed by a ^, but that's how it is, so
+that was carefully checked and made consistent as well. Also expanded split to
+take advantage of the number of splits to do, which I had only used occasionally
+before, but only updated field/value splits where I have a good idea of what the
+data is. This is very useful when the data is in the form of field: value, but
+value can contain : as well. You have to be very careful however, since some
+data we do want in fact the 2nd split, but not the subsequent ones, so I only
+updated the ones I was very sure about.
+
+10. Going along with the cpu microarch fixes, updated and cleaned up all the
+lists of model/stepping matches, now they are all in order and much easier to
+scan and find, that had gotten sloppy over the years.
+
+11. More ARM, moved dummy and codec device values into their own storage arrays,
+that let me remove the filters against those in the other detections. Makes
+logic easier to read and maintain as well.
+
+--------------------------------------------------------------------------------
-- Harald Hope - Tue, 15 Dec 2020 15:08:05 -0800
-=====================================================================================
+================================================================================
Version: 3.1.09
Patch: 00
Date: 2020-11-11
------------------------------------
-Changes:
------------------------------------
+--------------------------------------------------------------------------------
+UPDATES:
+--------------------------------------------------------------------------------
Bug fixes, new features!! Update now!! Or don't, it's up to you.
-Bugs:
-1. Let's call some of the android fixes and debugger failures bugs, why not?
-Those are fixed. Note that many of these fixes will impact any system that is
+--------------------------------------------------------------------------------
+BUGS:
+
+1. Let's call some of the android fixes and debugger failures bugs, why not?
+Those are fixed. Note that many of these fixes will impact any system that is
ARM based, not just android.
-Fixes:
-1. Related to issue #226 which was a fine issue, fine tuned the debugger debuggers
-to allow for smoother handling of /sys parse failures. Also added debugger filters
-for common items that would make the /sys parser hang, oddly, most seem to be in
-/sys/power for android devices.
+--------------------------------------------------------------------------------
+FIXES:
+
+1. Related to issue #226 which was a fine issue, fine tuned the debugger
+debuggers to allow for smoother handling of /sys parse failures. Also added
+debugger filters for common items that would make the /sys parser hang, oddly,
+most seem to be in /sys/power for android devices.
2. Added some fine-tunings for possible mmcblk storage paths, in some cases, an
-extra /block is added, which made inxi think mounted drives were unmounted. I've
-never seen this extra /block except on mmcblk devices on android, but you never
+extra /block is added, which made inxi think mounted drives were unmounted. I've
+never seen this extra /block except on mmcblk devices on android, but you never
know, it could be more widespread.
-3. Also mainly related to android, but maybe other ARM devices, in some cases,
-an errant 'timer' device was appearing as a cpu variant, which is wrong. That was
-a corner case for sure, and part of the variant logic in fact uses timer values
-to assign the actual cpu variants, but it was wrong in this case because it was
-....-timer-mem, not ...-timer, which led to non-existent CPU variants showing.
+3. Also mainly related to android, but maybe other ARM devices, in some cases,
+an errant 'timer' device was appearing as a cpu variant, which is wrong. That
+was a corner case for sure, and part of the variant logic in fact uses timer
+values to assign the actual cpu variants, but it was wrong in this case because
+it was ....-timer-mem, not ...-timer, which led to non-existent CPU variants
+showing.
4. Issue #236 by ChrisCheney pointed out that inxi had never updated its default
-/proc/meminfo value to use the newer MemAvailable as default if present, which led
-to incorrect memory used values showing up. That's because back in the old days,
-we had to construct a synthetic Memory used from MemFree, buffers, cache, etc, but that
-wasn't always right, since sometimes the cache actually isn't available, often is,
-but not always.
+/proc/meminfo value to use the newer MemAvailable as default if present, which
+led to incorrect memory used values showing up. That's because back in the old
+days, we had to construct a synthetic Memory used from MemFree, buffers, cache,
+etc, but that wasn't always right, since sometimes the cache actually isn't
+available, often is, but not always.
+
https://github.com/torvalds/linux/commit/34e431b0ae398fc54ea69ff85ec700722c9da773
-This commit on the kernel explains it pretty clearly.
-Thanks Chris for bringing this to our attention.
-
-5. Kind of more future-proofing, got rid of a bunch of hard-coded strings internally
-and switched those to use the row_defaults values, which is where string messages
-are supposed to go. That was mostly in the initial program check messages on start-up,
-but also a few other stray ones. Also consolidated them a bit to get rid of redundant
-messages, and added more variable based messages, like for missing/permissions on
-programs etc. The idea in general is that all the strings are contained in subs so
-that in theory they could be swapped for other strings, eg, languages, but honestly,
-I no longer see this as very likely to ever happen. But it's still nice to be
-consistent internally and not get sloppy with english strings.
-
-This also got rid of some largely redundant items in row_defaults, and expanded the
-list of handled events, and of variable based events, so it shouldn't be as necessary
-to add new row_defaults items for similar events.
-
-Enhancements:
-1. Debugger item to maybe try to find distro OEM, this was connected with issue #231
-but the issue poster vanished, and didn't do the work required, so this one won't
-happen until someone who cares [not me, that is] does the required work.
-It's always funny to see how quickly people vanish when they have to do the actual
-boring research that they want me to do for them, lol. Or maybe, sigh is more
-appropriate than lol. But it is pretty much par for the course, sad to say.
-Or maybe this was an OEM hoping to have someone do their corporate work for them
-for free, who knows. Anyway, there's a certain category of items that I'm reasonably
-happy to implement, but NOT if I have to do all the boring research work, so such
-features being added will depend on the poster actually doing the boring work.
-
-I've gotten burned on this a few times, cpu arch: for example, some guy said he'd
-track that and provide updates, he never even made it to the first release, so I got
-stuck doing that one forever after. But that one at least has some general value, so
-that's ok more or less, but I definitely won't take on stuff that I really don't
-personally care at all about unless the person requesting the feature does all the work
-beforehand. The boring part, that is....
-
-2. Related to issue #226, much improved android ID and many small android fixes for
-machine data etc. Now uses /system/build.prop for some data, which is a nice source,
-sadly, most modern android devices seem to be locked down, with both build.prop and
-/sys locked down, which makes inxi unable to actually get any of that data, but if
-your device either does not have these root only readable, or if you have an android
-rooted phone, the android support will be more informative.
+
+This commit on the kernel explains it pretty clearly. Thanks Chris for bringing
+this to our attention.
+
+5. Kind of more future-proofing, got rid of a bunch of hard-coded strings
+internally and switched those to use the row_defaults values, which is where
+string messages are supposed to go. That was mostly in the initial program check
+messages on start-up, but also a few other stray ones. Also consolidated them a
+bit to get rid of redundant messages, and added more variable based messages,
+like for missing/permissions on programs etc. The idea in general is that all
+the strings are contained in subs so that in theory they could be swapped for
+other strings, eg, languages, but honestly, I no longer see this as very likely
+to ever happen. But it's still nice to be consistent internally and not get
+sloppy with english strings.
+
+This also got rid of some largely redundant items in row_defaults, and expanded
+the list of handled events, and of variable based events, so it shouldn't be as
+necessary to add new row_defaults items for similar events.
+
+--------------------------------------------------------------------------------
+ENHANCEMENTS:
+
+1. Debugger item to maybe try to find distro OEM, this was connected with issue
+#231 but the issue poster vanished, and didn't do the work required, so this one
+won't happen until someone who cares [not me, that is] does the required work.
+It's always funny to see how quickly people vanish when they have to do the
+actual boring research that they want me to do for them, lol. Or maybe, sigh is
+more appropriate than lol. But it is pretty much par for the course, sad to say.
+Or maybe this was an OEM hoping to have someone do their corporate work for them
+for free, who knows. Anyway, there's a certain category of items that I'm
+reasonably happy to implement, but NOT if I have to do all the boring research
+work, so such features being added will depend on the poster actually doing the
+boring work.
+
+I've gotten burned on this a few times, cpu arch: for example, some guy said
+he'd track that and provide updates, he never even made it to the first release,
+so I got stuck doing that one forever after. But that one at least has some
+general value, so that's ok more or less, but I definitely won't take on stuff
+that I really don't personally care at all about unless the person requesting
+the feature does all the work beforehand. The boring part, that is....
+
+2. Related to issue #226, much improved android ID and many small android fixes
+for machine data etc. Now uses /system/build.prop for some data, which is a nice
+source, sadly, most modern android devices seem to be locked down, with both
+build.prop and /sys locked down, which makes inxi unable to actually get any of
+that data, but if your device either does not have these root only readable, or
+if you have an android rooted phone, the android support will be more
+informative.
Hint: if you run inxi in termux on your non rooted android device, and it shows
-you what android version you are using in System:... Distro: line, then your android
-is not locked down. I have one such phone, android 7.1, but I cannot say how usual
-or non usual this is. The poster of issue #226 for instance had to root his android
-7 phone to get this data to display. So it seems to vary quite a bit.
-
-Note that due to these file system lockdowns, in general, trying to do android arm
-support remains largely a waste of time, but on some devices sometimes, you can now
-get quite nice system info. As I noted in the issue, if I can't get the features to
-work on a non rooted phone in my possession, I'm probably not going to try to do the
-work because it's too hard to try to work on android issues without having the device
-in front of you for testing and debugging. In this case, one of my phones did work, so
-I did the work just to see where android is at now.
-
-Android showed some slightly odd syntaxes for some devices, but those are now handled
-where I got a dataset for them that revealed the changes required.
-
-3. Also related to issue #226 for termux in android, will show -r info.
-That's an apt based package manager, but termux puts the apt files somewhere else so
+you what android version you are using in System:... Distro: line, then your
+android is not locked down. I have one such phone, android 7.1, but I cannot say
+how usual or non usual this is. The poster of issue #226 for instance had to
+root his android 7 phone to get this data to display. So it seems to vary quite
+a bit.
+
+Note that due to these file system lockdowns, in general, trying to do android
+arm support remains largely a waste of time, but on some devices sometimes, you
+can now get quite nice system info. As I noted in the issue, if I can't get the
+features to work on a non rooted phone in my possession, I'm probably not going
+to try to do the work because it's too hard to try to work on android issues
+without having the device in front of you for testing and debugging. In this
+case, one of my phones did work, so I did the work just to see where android is
+at now.
+
+Android showed some slightly odd syntaxes for some devices, but those are now
+handled where I got a dataset for them that revealed the changes required.
+
+3. Also related to issue #226 for termux in android, will show -r info. That's
+an apt based package manager, but termux puts the apt files somewhere else so
needed to change paths if those alternate paths existed for apt.
-4. Added PARTFLAGS to debugger to see what knd of data that will yield, that's
-a lsblk key/value pair.
+4. Added PARTFLAGS to debugger to see what knd of data that will yield, that's a
+lsblk key/value pair.
5. Just because it's easy to do, added new -Ixxx item, wakeups: which is a
subset of Uptime, this will show how many times the system has been woken from
@@ -883,142 +2330,167 @@ metaphor for something, the endless spinning of maya, who knows?
7. Added newest known ubuntu release, hirsute, to buntu ID logic. Might as well
catch them early, that will be 21.04.
------------------------------------
+--------------------------------------------------------------------------------
-- Harald Hope - Wed, 11 Nov 2020 14:57:38 -0800
-=====================================================================================
+================================================================================
Version: 3.1.08
Patch: 00
Date: 2020-10-16
------------------------------------
-Changes:
------------------------------------
+--------------------------------------------------------------------------------
+UPDATES:
+--------------------------------------------------------------------------------
Bug fixes, updates!!! Yes!! Why wait!!! Can't stay frozen forever!
-Bugs:
-1. Not an inxi bug, but a weird change in defaults for ubuntu GNOME ENV
-variable values when running at least the gnome desktop, result to end
-users appears to be a bug. This resolves issue #228
-Note that so much weird non desktop data was put into those environmental
-variables that inxi simply could make no sense of it. The fix was to make
-the detections more robust, using regex instead of string compare, as well as
-to at least try to strip out such corrupted data values, though that can never
-be fully predictable.
-As far as I know, this issue only hits ubuntu gnome desktops, I've never seen these
-value corruptions on any other distro, or on any other ubuntu desktop, though
-they may be there, but I'm not going to test all the ubuntu spins to find out.
-
-I'm hoping the combination of logic fixes and junk data cleaning will handle
+--------------------------------------------------------------------------------
+BUGS:
+
+1. Not an inxi bug, but a weird change in defaults for ubuntu GNOME ENV variable
+values when running at least the gnome desktop, result to end users appears to
+be a bug. This resolves issue #228
+
+Note that so much weird non desktop data was put into those environmental
+variables that inxi simply could make no sense of it. The fix was to make the
+detections more robust, using regex instead of string compare, as well as to at
+least try to strip out such corrupted data values, though that can never be
+fully predictable.
+
+As far as I know, this issue only hits ubuntu gnome desktops, I've never seen
+these value corruptions on any other distro, or on any other ubuntu desktop,
+though they may be there, but I'm not going to test all the ubuntu spins to find
+out.
+
+I'm hoping the combination of logic fixes and junk data cleaning will handle
most future instances of these types of corruptions automatically.
Again, this only happens on relatively laste ubuntu gnomes as far as I know.
-Fixes:
+--------------------------------------------------------------------------------
+FIXES:
+
1. An oversight, added sshd to list of whitelisted start clients. This permits
-expected output for: ssh <name@server> inxi -bay
-that is, running inxi as an ssh command string. Should have done that a while ago,
-but better late than never.
-This corrects issue #227, or at least, has a better default, it worked fine before,
-but required using --tty to reset to default terminal behavior. The problem is
-that if inxi can't determine what it's running in, it defaults to thinking it's
-in an IRC client, and switches to IRC color codes, among other changes.
-But it was nice to get sshd covered automatically so users don't have to know
-the --tty option.
-
-Changes:
+expected output for: ssh <name@server> inxi -bay that is, running inxi as an ssh
+command string. Should have done that a while ago, but better late than never.
+
+This corrects issue #227, or at least, has a better default, it worked fine
+before, but required using --tty to reset to default terminal behavior. The
+problem is that if inxi can't determine what it's running in, it defaults to
+thinking it's in an IRC client, and switches to IRC color codes, among other
+changes. But it was nice to get sshd covered automatically so users don't have
+to know the --tty option.
+
+--------------------------------------------------------------------------------
+ENHANCEMENTS:
+
1. More disk vendors and vendor IDs!!! Yes, that's right, the list never ends!!
------------------------------------
+--------------------------------------------------------------------------------
-- Harald Hope - Fri, 16 Oct 2020 13:43:40 -0700
-=====================================================================================
+================================================================================
Version: 3.1.07
Patch: 00
Date: 2020-09-29
------------------------------------
-Changes:
------------------------------------
+--------------------------------------------------------------------------------
+UPDATES:
+--------------------------------------------------------------------------------
Bug fixes, feature updates, changes!!
-Bugs:
-1. There was a glitch in the pattern that made -D samsung / seagate not ID right,
-fixed.
+--------------------------------------------------------------------------------
+BUGS:
+
+1. There was a glitch in the pattern that made -D samsung / seagate not ID
+right, fixed.
-2. I do not like calling this a bug, because it's not an inxi bug, it's an upstream
-regression in the syntax used in /proc/version, they changed a fully predictable
-gcc version .... to a random series of embedded/nested parentheses and other random
-junk. inxi tries to deal with this regression, which will be perceived as a bug in
-systems running kernel 5.8 or newer and inxi 3.1.06 or older, since it will fail to
-show the kernel build compiler version since it can't find it in the string.
+2. I do not like calling this a bug, because it's not an inxi bug, it's an
+upstream regression in the syntax used in /proc/version, they changed a fully
+predictable gcc version .... to a random series of embedded/nested parentheses
+and other random junk. inxi tries to deal with this regression, which will be
+perceived as a bug in systems running kernel 5.8 or newer and inxi 3.1.06 or
+older, since it will fail to show the kernel build compiler version since it
+can't find it in the string.
I really dislike these types of regressions caused by bad ideas done badly and
without any thought to the transmitted knowledge base, but that's how it goes,
no discipline, I miss the graybeards, who cared about things like this.
-Fixes:
+--------------------------------------------------------------------------------
+FIXES:
+
1. more -D nvme id changes, intel in this case.
2. FreeBSD lsusb changed syntax, which triggered a series of errors when run.
-[hint bsd users, do NOT file issues that you want fixed and then not provide
-all the data required in a prompt and timely manner, otherwise, really,
-why did you file the issue?].
+[hint BSD users, do NOT file issues that you want fixed and then not provide all
+the data required in a prompt and timely manner, otherwise, really, why did you
+file the issue?].
Note: the fix basically just rejects any row from lsusb that does not have the
expected syntax/value in the expected place, which was I think the right
solution given that the change was random, broke expected syntax for lsusb, and
-wasn't really integrateable into existing inxi usb logic, so why fight it?
-Given that at least 99.99% of all lsusb output in the world, including by the
-way OpenBSD's [not sure about most recent version], shows the expected values in
-the expected place, I could see no value in creating a convoluted work-around
-for a non core bsd tool in the first place, so that's what I didn't do.
+wasn't really integrateable into existing inxi usb logic, so why fight it? Given
+that at least 99.99% of all lsusb output in the world, including by the way
+OpenBSD's [not sure about most recent version], shows the expected values in the
+expected place, I could see no value in creating a convoluted work-around for a
+non core BSD tool in the first place, so that's what I didn't do.
See the README.txt for what to do to get issues really handed in BSDs.
-Changes:
-1. -C 'boost' option changed from -xxx feature to -x feature.
-Consider it a promotion!
+--------------------------------------------------------------------------------
+ENHANCMENTS:
-2. Added --dbg 19 switch to enable smart data debugging for -Da.
+1. Added --dbg 19 switch to enable smart data debugging for -Da.
+
+--------------------------------------------------------------------------------
+CHANGES:
+1. -C 'boost' option changed from -xxx feature to -x feature. Consider it a
+promotion!
-3. Some new tools to handle impossible data values for some -D situations for SMART
-where the smart report contains gibberish values, that was issue #225 -- tools were
-convert_hex and is_Hex. The utility for these is limited, but might be of use in
-some cases, like handling the above gibberish data value.
+--------------------------------------------------------------------------------
+CODE:
------------------------------------
+1. Some new tools to handle impossible data values for some -D situations for
+SMART where the smart report contains gibberish values, that was issue #225 --
+tools were convert_hex and is_Hex. The utility for these is limited, but might
+be of use in some cases, like handling the above gibberish data value.
+
+--------------------------------------------------------------------------------
-- Harald Hope - Tue, 29 Sep 2020 16:08:05 -0700
-=====================================================================================
+================================================================================
Version: 3.1.06
Patch: 00
Date: 2020-08-16
------------------------------------
-Changes:
------------------------------------
+--------------------------------------------------------------------------------
+UPDATES:
+--------------------------------------------------------------------------------
New features, new changes, new bug fixes!!! Excitement!!! Thrills!!!
-Bugs:
-1. Forgot to set get Shell logic in inxi short form, oops, so Shell remained blank,
-only inxi short, which I rarely use so I didn't notice.
-
-2. Failed to test pacman-g2 for packages, had wrong query argument, so it failed.
-Also failed to test for null data, so showed errors for packages as well. Both
-fixed.
-
-3. A big bug, subtle, and also at the same time, an enhancement, it turns out NVME
-drives do NOT follow the age old /proc/partitions logic where if the minor number is
-divisible by 16 or has remainder 8 when divided by 16, it's a primary drive, not
-a partition. nvme drives use a random numbering when > 1 nvme drives are present, and
-the old tests would fail for all nvme drivers more than the first one, which led
-to wrong disk size totals. Thanks gardotd426 who took the time to help figure this
-out in issue #223 - fix is to not do that test for nvme drives, or rather, to add
-a last fail test for nvme primary nvme[0-9]n[0-9] drive detections, not the minor
-number.
+--------------------------------------------------------------------------------
+BUGS:
+
+1. Forgot to set get Shell logic in inxi short form, oops, so Shell remained
+blank, only inxi short, which I rarely use so I didn't notice.
+
+2. Failed to test pacman-g2 for packages, had wrong query argument, so it
+failed. Also failed to test for null data, so showed errors for packages as
+well. Both fixed.
+
+3. A big bug, subtle, and also at the same time, an enhancement, it turns out
+NVME drives do NOT follow the age old /proc/partitions logic where if the minor
+number is divisible by 16 or has remainder 8 when divided by 16, it's a primary
+drive, not a partition. nvme drives use a random numbering when > 1 nvme drives
+are present, and the old tests would fail for all nvme drivers more than the
+first one, which led to wrong disk size totals. Thanks gardotd426 who took the
+time to help figure this out in issue #223 - fix is to not do that test for nvme
+drives, or rather, to add a last fail test for nvme primary nvme[0-9]n[0-9]
+drive detections, not the minor number.
+
+--------------------------------------------------------------------------------
+FIXES:
-Fixes:
1. Corrected indentation for block sizes, children were not indented.
2. Updated some older inxi-perl/docs pages, why not, once in a while?
@@ -1027,56 +2499,61 @@ Fixes:
corrected, and the kernel gcc version now shows correctly for the previous
syntax and the new one. Hopefully they do not change it again, sigh...
-4. Removed string 'hwmon' sensors from gpu, those are not gpu sensors, and
-are also usually not board/cpu sensors, but things like ath10, iwl, etc,
-network, or disk sensors, etc. In some cases hwmon sensor data would appear
+4. Removed string 'hwmon' sensors from gpu, those are not gpu sensors, and are
+also usually not board/cpu sensors, but things like ath10, iwl, etc, network, or
+disk sensors, etc. In some cases hwmon sensor data would appear
-Enhancements:
-1. Big sensors refactor, now inxi supports two new sensors options:
---sensors-exclude - which allows you to exclude any primary sensor type[s]. Note that
-in the refactored logic, and in the old logic, gpu sensors were already excluded.
-Now other hardware specific sensors like network are excluded as well.
+--------------------------------------------------------------------------------
+ENHANCEMENTS:
+
+1. Big sensors refactor, now inxi supports two new sensors options:
+--sensors-exclude - which allows you to exclude any primary sensor type[s]. Note
+that in the refactored logic, and in the old logic, gpu sensors were already
+excluded. Now other hardware specific sensors like network are excluded as well.
--sensors-use - use ONLY list of supplied sensor IDs, which have to match the
syntax you see in lm-sensors sensors output.
Both accept comma separated list of sensors, 1 or more, no spaces.
-The refactor however is more far reaching, now inxi stores and structures data
-not as a long line of sensors and data without differentiation, but by sensor array/chip
-ID, which is how the exclude and use features can work, and how granular default
-hardware sensor exclusions and uses can happen. This is now working in the gpu
-sensors, and will in the future be extended to the newer 5.7/5.8 kernel disk
-temperature sensors values, which will lead in some cases to being able to get
-sensors data for disks without root or hddtemp. This is a complicated bit of logic,
-and I don't have time to do it right now, but the data is now there and stored
-and possible to use in the future.
+The refactor however is more far reaching, now inxi stores and structures data
+not as a long line of sensors and data without differentiation, but by sensor
+array/chip ID, which is how the exclude and use features can work, and how
+granular default hardware sensor exclusions and uses can happen. This is now
+working in the gpu sensors, and will in the future be extended to the newer
+5.7/5.8 kernel disk temperature sensors values, which will lead in some cases to
+being able to get sensors data for disks without root or hddtemp. This is a
+complicated bit of logic, and I don't have time to do it right now, but the data
+is now there and stored and possible to use in the future.
-To see sensors structures, use: inxi -s --dbg 18 and that will show the sensors data
-and its structures, which makes debugger a lot easier for new features.
+To see sensors structures, use: inxi -s --dbg 18 and that will show the sensors
+data and its structures, which makes debugger a lot easier for new features.
This issue was originally generated by what was in my view an invalid complaint
-about some inxi sensors defaults, which led me to look more closely at sensors
-logic, which is severely lacking. More work on sensors will happen in the future,
-time, health, and energy permitting.
+about some inxi sensors defaults, which led me to look more closely at sensors
+logic, which is severely lacking. More work on sensors will happen in the
+future, time, health, and energy permitting.
+
+2. Added Watts, mem temp, for amdgpu sensors, as -sxxx option. More gpu sensor
+data will be added as new data samples show what will be available for the free
+modules like amdgpu, nouvean, and the intel graphics modules.
-2. Added Watts, mem temp, for amdgpu sensors, as -sxxx option. More gpu sensor
-data will be added as new data samples show what will be available for the
-free modules like amdgpu, nouvean, and the intel graphics modules.
+3. More disk vendors and IDs, as noted, the list never ends, and it hasn't
+ended, so statement remains true. Thanks linux-lite hardware database.
-3. More disk vendors and IDs, as noted, the list never ends, and it hasn't ended,
-so statement remains true. Thanks linux-lite hardware database.
+--------------------------------------------------------------------------------
+CHANGES:
-Changes:
+1. This has always bugged me since it was introduced, the primary cpu line
+starter Topology: which was only technically accurate for its direct value, not
+its children, and also, in -b, cpu short form was using the value as the key,
+which is a no-no, I'd been meaning to fix that too, but finally realized if I
+just make the primary CPU line key be 'Info:', which is short, yet
+non-ambiguous, it would solve both problems.
-1. This has always bugged me since it was introduced, the primary cpu line starter
-Topology: which was only technically accurate for its direct value, not its children,
-and also, in -b, cpu short form was using the value as the key, which is a no-no,
-I'd been meaning to fix that too, but finally realized if I just make the primary
-CPU line key be 'Info:', which is short, yet non-ambiguous, it would solve both
-problems.
To keep the -b cpu line as short as before, I removed the 'type:' and integraged
that value into the primary Info: string:
+
CPU:
Info: 6-Core AMD Ryzen 5 2600 [MT MCP] speed: 2750 MHz min/max: 1550/3400 MHz
@@ -1084,311 +2561,323 @@ CPU:
CPU:
6-Core: AMD Ryzen 5 2600 type: MT MCP speed: 1515 MHz min/max: 1550/3400 MHz
-These resolve something that has irked me for quite a while, 'Topology:' didn't
-fit, it was too geeky, and worst, it only applied to the value directly following
-it, NOT to the rest of the CPU information. It also could not be shortened or
-abbreviated since then it would have made no actual sense, like topo:, and the
-same issue with value being used for key in -b, and wrong word for line starter
-in -C would have existed. Besides, someone might think I was trying to make a
-subtle reference to the great Jodorowsky film 'El Topo', which would be silly,
-because that's art, and this is just some system specs that are reasonably
-readable...
+These resolve something that has irked me for quite a while, 'Topology:' didn't
+fit, it was too geeky, and worst, it only applied to the value directly
+following it, NOT to the rest of the CPU information. It also could not be
+shortened or abbreviated since then it would have made no actual sense, like
+topo:, and the same issue with value being used for key in -b, and wrong word
+for line starter in -C would have existed. Besides, someone might think I was
+trying to make a subtle reference to the great Jodorowsky film 'El Topo', which
+would be silly, because that's art, and this is just some system specs that are
+reasonably readable...
2. Was using opendns for WAN dig IP address, but apparently cysco bought that
-company, and now I've noticed the old opendns dig queries were failing more and
-more, so replaced that with akamai dig requests.
-Also made the WAN IP fallback to HTTP IP method if dig failed. New option:
---no-http-wan and config item NO_HTTP_WAN with override --http-wan added to
-let you switch off http wan IP requests if you want. Note that if dig fails,
-you will get no wan ip address.
+company, and now I've noticed the old opendns dig queries were failing more and
+more, so replaced that with akamai dig requests. Also made the WAN IP fallback
+to HTTP IP method if dig failed. New option: --no-http-wan and config item
+NO_HTTP_WAN with override --http-wan added to let you switch off http wan IP
+requests if you want. Note that if dig fails, you will get no wan ip address.
Updated/improved error messages to handle this more complex set of wan ip
options, so hopefully the error alert message will in most cases be right.
-3. To future proof inxi, switched debugger upload location to ftp.smxi.org/incoming
-from the old techpatterns.com/incoming. Updated man/help to remove those urls too.
-
+3. To future proof inxi, switched debugger upload location to
+ftp.smxi.org/incoming from the old techpatterns.com/incoming. Updated man/help
+to remove those urls too.
------------------------------------
+--------------------------------------------------------------------------------
-- Harald Hope - Sun, 16 Aug 2020 14:28:58 -0700
-=====================================================================================
+================================================================================
Version: 3.1.05
Patch: 00
Date: 2020-07-26
------------------------------------
-Changes:
------------------------------------
+--------------------------------------------------------------------------------
+UPDATES:
+--------------------------------------------------------------------------------
Bug fixes!!! New Features!! Why wait!!!
-Bugs:
-1. Issue #220 on github: inxi misidentified XFCE as Gnome. This was a kind of core
-issue, and pointed to some logic that needed updating, and some inadequate
-assumptions made, and some too loose cascade of tests. Hopefully now xfce will
-almost never get misidentified, and the other primary desktops ID'ed either from
+--------------------------------------------------------------------------------
+BUGS:
+
+1. Issue #220 on github: inxi misidentified XFCE as Gnome. This was a kind of
+core issue, and pointed to some logic that needed updating, and some inadequate
+assumptions made, and some too loose cascade of tests. Hopefully now xfce will
+almost never get misidentified, and the other primary desktops ID'ed either from
$ENV or from xrop -root will be slightly more accurately identified as well.
-Note that this fix creates a possibility for obscure misconfigured desktops to
-be ID'ed wrong, but in this case, that will be technically a bug for them, but
-with the new fixes, that situation will be cleaner to handle internally in the
+Note that this fix creates a possibility for obscure misconfigured desktops to
+be ID'ed wrong, but in this case, that will be technically a bug for them, but
+with the new fixes, that situation will be cleaner to handle internally in the
desktop ID logic.
-Also tightened the final Gnome fallback detection to not trigger a possible
-false positive, it was testing for ^_GNOME but that is not adequate, because
-some gnome programs will trigger these values in xprop -root even if GNOME
-is not running. Should be safer now, hopefully no new bugs will be triggered
-by these changes.
+Also tightened the final Gnome fallback detection to not trigger a possible
+false positive, it was testing for ^_GNOME but that is not adequate, because
+some gnome programs will trigger these values in xprop -root even if GNOME is
+not running. Should be safer now, hopefully no new bugs will be triggered by
+these changes.
-Fixes:
-1. Missed an indentation level for -y1, gcc alt should have been indented in
-one more level, now it is.
+--------------------------------------------------------------------------------
+FIXES:
+
+1. Missed an indentation level for -y1, gcc alt should have been indented in one
+more level, now it is.
-2. In disk vendors/family, didn't clean items starting with '/', this is
-now corrected. Yes, some do, don't ask me why. Might be cases like:
-Crucial/Micron maybe, where the first ID is grabbed, not sure.
+2. In disk vendors/family, didn't clean items starting with '/', this is now
+corrected. Yes, some do, don't ask me why. Might be cases like: Crucial/Micron
+maybe, where the first ID is grabbed, not sure.
+--------------------------------------------------------------------------------
+ENHANCEMENTS:
-Enhancements:
-1. New Disk vendors, vendor IDs!!! The list never ends!!! We've finally found
-infinity, and it is the unceasing wave of tiny and not so tiny disks and their
+1. New Disk vendors, vendor IDs!!! The list never ends!!! We've finally found
+infinity, and it is the unceasing wave of tiny and not so tiny disks and their
Ids.
-2. New feature: for -Aa, -Na/-na/-ia, -Ga, now will add the modules the kernel
-could support if they were available on the Device-x lines of those items.
-This was made an -a option because it really makes no sense, if it's a regular
-option, users might think that for example an nvidia card had a nouveua driver
-when it didn't, when in fact, all the kernel is saying is that it knows those
-listed modules 'couid' be used or present. This corresponds to the Display:
-item in -Ga, that lists 'alternate:' drivers that Xorg knows about that could
+2. New feature: for -Aa, -Na/-na/-ia, -Ga, now will add the modules the kernel
+could support if they were available on the Device-x lines of those items. This
+was made an -a option because it really makes no sense, if it's a regular
+option, users might think that for example an nvidia card had a nouveua driver
+when it didn't, when in fact, all the kernel is saying is that it knows those
+listed modules 'couid' be used or present. This corresponds to the Display: item
+in -Ga, that lists 'alternate:' drivers that Xorg knows about that could
likewise be used, if they were on the system.
-In other words these are --admin options because otherwise users might get confused,
-so this is one where you want to know the man explanation before you ask for it.
+In other words these are --admin options because otherwise users might get
+confused, so this is one where you want to know the man explanation before you
+ask for it.
-It is useful however if you're not sure what your choices are for kernel modules.
+It is useful however if you're not sure what your choices are for kernel
+modules.
-When the alternate driver is the same as the active driver, or if none is found,
+When the alternate driver is the same as the active driver, or if none is found,
it does not show the alternate: item to avoid spamming.
-
------------------------------------
+--------------------------------------------------------------------------------
-- Harald Hope - Sun, 26 Jul 2020 19:10:21 -0700
-=====================================================================================
+================================================================================
Version: 3.1.04
Patch: 00
Date: 2020-06-28
------------------------------------
-Changes:
------------------------------------
+--------------------------------------------------------------------------------
+UPDATES:
+--------------------------------------------------------------------------------
New version, new man, huge update, bug fixes, cleanups, updates!!
What started as a relatively minor issue report ended up with a refactor of big
chunks of some of the oldest code and logic in inxi.
-So many bugs and fixes, updates, and enhancements, that I will probably miss some
-when I try to list them.
+So many bugs and fixes, updates, and enhancements, that I will probably miss
+some when I try to list them.
-Bugs:
-1. In the process of fixing an issue about sudo use triggering server admin
-emails on failure, when --sudo/--no-sudo and their respective configuration
-items were added, sudo was inadvertently disabled because the test ran before
+--------------------------------------------------------------------------------
+BUGS:
+
+1. In the process of fixing an issue about sudo use triggering server admin
+emails on failure, when --sudo/--no-sudo and their respective configuration
+items were added, sudo was inadvertently disabled because the test ran before
the options were processed, which meant the condition to set sudo data was
-always false, so sudo for internal use was never set. The solution was to
-set a flag in the option handler and set sudo after options or configs run.
-
-2. Issue #219 reported gentoo and one other repo type would fail to show
-enabled repos, and would show an error as well, this was due to forgetting
-to make the match test case insensitive. If only all bugs were this easy
-to fix!!
-
-3. I'd seen this bug before, and couldn't figure out why it existed.
-It turned out that the partition blacklist filters were running fine
-in the main partition data tool, but I had forgotten to add in corresponding
-lsblk partition data filters, lol, so when the logic went back and double
-checked for missing partitions. This feature had been, if i remember right,
-to be able to show hidden partitions, which the standard method didn't see,
-but lsblk did, anyway, when the double check and add missing partitions
-logic ran, inxi was putting back in the blacklisted partitions every time,
-despite the original blacklists working well and as intended.
-This was fixed by adding in all the required fs type blacklists, then
-adding in comments above each black list reminding coders that if they
-add or remove from one blacklist, they have to do the same on the other.
-
-4. Found while testing something unrelated on older vm, the fallback
-case for cpu bugs, which was supposed to show the basic /proc/cpuinfo
-cpu bugs, was failing inexplicably because the data was simply being
-put into the wrong variable name, sigh.
-
-Fixes:
+always false, so sudo for internal use was never set. The solution was to set a
+flag in the option handler and set sudo after options or configs run.
+
+2. Issue #219 reported gentoo and one other repo type would fail to show enabled
+repos, and would show an error as well, this was due to forgetting to make the
+match test case insensitive. If only all bugs were this easy to fix!!
+
+3. I'd seen this bug before, and couldn't figure out why it existed. It turned
+out that the partition blacklist filters were running fine in the main partition
+data tool, but I had forgotten to add in corresponding lsblk partition data
+filters, lol, so when the logic went back and double checked for missing
+partitions. This feature had been, if i remember right, to be able to show
+hidden partitions, which the standard method didn't see, but lsblk did, anyway,
+when the double check and add missing partitions logic ran, inxi was putting
+back in the blacklisted partitions every time, despite the original blacklists
+working well and as intended. This was fixed by adding in all the required fs
+type blacklists, then adding in comments above each black list reminding coders
+that if they add or remove from one blacklist, they have to do the same on the
+other.
+
+4. Found while testing something unrelated on older vm, the fallback case for
+cpu bugs, which was supposed to show the basic /proc/cpuinfo cpu bugs, was
+failing inexplicably because the data was simply being put into the wrong
+variable name, sigh.
+
+--------------------------------------------------------------------------------
+FIXES:
+
1. While not technically an inxi bug, it would certainly appear that way to
-anyone who triggered it. We'd gotten issue reports before on this, but they
-were never complete, so couldn't figure it out. Basically, if someone puts
-inxi into a simple script that is in $PATH [this was the missing fact needed to
-actually trigger this bug in order to fix it], the script [not inxi], will
-then enter into an endless loop as inxi queries it for its version number using
-<script name> --version. This issue didn't happen if the script calling inxi
-was not in PATH, which is why I'd never been able to figure it out before.
-
-Only simple scripts with no argument handlers could trigger this scenario,
-and only if they were in PATH.
-
-Fixing this required refactoring the entire start get_shell_data logic, which
-ended up with a full refactor of the program_version logic as well. The fix
-was to expand the list of shells known by inxi so it would be able to recognize
-when it was in a shell running a script running inxi.
-
-This resulted in several real improvements, for instance, inxi will now almost
-always be able to determine the actual shell running inxi, even when started
-by something else. It will also never use --version attempts on programs it does
+anyone who triggered it. We'd gotten issue reports before on this, but they were
+never complete, so couldn't figure it out. Basically, if someone puts inxi into
+a simple script that is in $PATH [this was the missing fact needed to actually
+trigger this bug in order to fix it], the script [not inxi], will then enter
+into an endless loop as inxi queries it for its version number using <script
+name> --version. This issue didn't happen if the script calling inxi was not in
+PATH, which is why I'd never been able to figure it out before.
+
+Only simple scripts with no argument handlers could trigger this scenario, and
+only if they were in PATH.
+
+Fixing this required refactoring the entire start get_shell_data logic, which
+ended up with a full refactor of the program_version logic as well. The fix was
+to expand the list of shells known by inxi so it would be able to recognize when
+it was in a shell running a script running inxi.
+
+This resulted in several real improvements, for instance, inxi will now almost
+always be able to determine the actual shell running inxi, even when started by
+something else. It will also never use --version attempts on programs it does
not know about in a whitelist.
So we lose slightly the abilty to get version data on unknown shells, but we
gain inxi never being able to trigger such an infinite loop situation.
-2. As part of the program_version refactor, a long standing failure to get ksh,
-lksh, loksh, pdksh, and the related posh shells, all of which ID their version
-numbers only if they are running the command in themselves. The mistake had
-been having the default shell run that command. These all now correctly identify
+2. As part of the program_version refactor, a long standing failure to get ksh,
+lksh, loksh, pdksh, and the related posh shells, all of which ID their version
+numbers only if they are running the command in themselves. The mistake had been
+having the default shell run that command. These all now correctly identify
themselves.
-3. As part of the wm upgrades, many small failures to ID version numbers, or
-even wm's, in some cases, were discovered when testing, and corrected. Some
-I had not tested, like qtile, and the lisp variants, were not being detected
+3. As part of the wm upgrades, many small failures to ID version numbers, or
+even wm's, in some cases, were discovered when testing, and corrected. Some I
+had not tested, like qtile, and the lisp variants, were not being detected
correctly by the tests due to the way python or lisp items are listed in ps aux.
-4. As part of the wm update and program_version refactor, updated and simplified
-many desktop and wm detections and logic blocks. Ideally this makes them more
+4. As part of the wm update and program_version refactor, updated and simplified
+many desktop and wm detections and logic blocks. Ideally this makes them more
predictable and easy to work on for the future.
-5. As some last tunings for the new -y1 key: value pair per line output option,
-fixed some small glitches in -b indentation. Also improved RAID indenting,
-and Weather, and made it all very clean and predictable in terms of indentations.
-
-6. Something I'd slightly noticed but never done anything about, while testing
-desktop fixes, I realized that for Desktop: item, dm: is a secondary data type,
-but if it's Console:, then DM: is a primary data type, not a secondary one. So
-now if Console: it becomes DM: which makes sense, previously it implied a dm:
-was used to start the console, which was silly. Also, since often the reason
-it's Console: with no dm in the first place is that it's a server with no dm.
-So now if console, and no dm detected, rather than showing DM: N/A it just
-doesn't show dm at all. Note that the -y1 display feature now makes catching
-and correcting such logic and level assignments much easier since you can
-see the error in the indentations directly.
-
-7. As part of the overall core refactor, the print_data logic was also refactored
-and simplified, by making -y1 a first class citizen, it led to significantly
-different way of being able to present inxi data on your screen, and now
-print_data logic is cleaner and reflects these changes more natively, all the
-initial hacks to get this working were removed, and the logic was made to be
-core, not tacked on.
-
-8. A small thing also revealed in issue #219, battery data was not being
-trimmed, not sure how I missed that, but in some cases, space padding was in the
+5. As some last tunings for the new -y1 key: value pair per line output option,
+fixed some small glitches in -b indentation. Also improved RAID indenting, and
+Weather, and made it all very clean and predictable in terms of indentations.
+
+6. Something I'd slightly noticed but never done anything about, while testing
+desktop fixes, I realized that for Desktop: item, dm: is a secondary data type,
+but if it's Console:, then DM: is a primary data type, not a secondary one. So
+now if Console: it becomes DM: which makes sense, previously it implied a dm:
+was used to start the console, which was silly. Also, since often the reason
+it's Console: with no dm in the first place is that it's a server with no dm. So
+now if console, and no dm detected, rather than showing DM: N/A it just doesn't
+show dm at all. Note that the -y1 display feature now makes catching and
+correcting such logic and level assignments much easier since you can see the
+error in the indentations directly.
+
+7. As part of the overall core refactor, the print_data logic was also
+refactored and simplified, by making -y1 a first class citizen, it led to
+significantly different way of being able to present inxi data on your screen,
+and now print_data logic is cleaner and reflects these changes more natively,
+all the initial hacks to get this working were removed, and the logic was made
+to be core, not tacked on.
+
+8. A small thing also revealed in issue #219, battery data was not being
+trimmed, not sure how I missed that, but in some cases, space padding was in the
values and was not removed, which leads to silly looking inxi output.
-9. Several massive internal optimizations, which were tested heavily, led to
-in one case, 8-900x faster execution the second time a data structure is used,
-previously in program_values the entire list was loaded each time program_values
-was called, now it's loaded into a variable on first load and the variable is
-used for the tests after that. This was also done for the vendor_version for
-disk vendors, which also features a very long data structure which can be
-loaded > 1 times for instances where a system has > 1 disk.
-
-I also tested while I was at it, to see if loading these types of data structures,
-arrays of arrays, or hashes of arrays, by reference, or by dereferencing their
-arrays, was faster, and it proved that it's about 20% faster to not
-dereference them, but to use them directly. So I've switched a number of the
-fixed data structures internally do use that method.
-
-Another tiny optimization was hard resetting the print_data iterator hash,
-while this would never matter in the real world, it showed that resetting
-the iterator hash manually was slightly more efficient than resetting it
-with a for loop.
-
-10. While not seen inside inxi, I updated and improved a number of the vm's
-used to test inxi and various software detections, so now I have a good selection,
-going back to 2008 or so, up to current. This is helpful because things like
-shells and window managers and desktops come and go, so it is hard to test
-old detections on new stuff when you can't install those anymore. You'll see
-these fixes in many of the less well known window managers, and in a few of
+9. Several massive internal optimizations, which were tested heavily, led to in
+one case, 8-900x faster execution the second time a data structure is used,
+previously in program_values the entire list was loaded each time program_values
+was called, now it's loaded into a variable on first load and the variable is
+used for the tests after that. This was also done for the vendor_version for
+disk vendors, which also features a very long data structure which can be loaded
+> 1 times for instances where a system has > 1 disk.
+
+I also tested while I was at it, to see if loading these types of data
+structures, arrays of arrays, or hashes of arrays, by reference, or by
+dereferencing their arrays, was faster, and it proved that it's about 20% faster
+to not dereference them, but to use them directly. So I've switched a number of
+the fixed data structures internally do use that method.
+
+Another tiny optimization was hard resetting the print_data iterator hash, while
+this would never matter in the real world, it showed that resetting the iterator
+hash manually was slightly more efficient than resetting it with a for loop.
+
+10. While not seen inside inxi, I updated and improved a number of the vm's
+used to test inxi and various software detections, so now I have a good
+selection, going back to 2008 or so, up to current. This is helpful because
+things like shells and window managers and desktops come and go, so it is hard
+to test old detections on new stuff when you can't install those anymore. You'll
+see these fixes in many of the less well known window managers, and in a few of
the better known ones, where in some cases the detections were damaged.
11. As part of the program_version refactor, updated and fixed file based
version detections, those, ideally, will almost never be used. Hopefully
-programmers of things like window managers, shells, and desktops, can
-learn how to handle --version requests, even though I realize that's a lot
-harder than copying someone's code and then rebranding as your own project, or
-whatever excuse people have for not including a --version item in their software.
-
-Enhancements:
-1. As a result of the shell, start shell, shell parent refactors, inxi was able
-to correctly in most cases determine also the user default shell and its version,
-so that was added as an -Ixxx option:
+programmers of things like window managers, shells, and desktops, can learn how
+to handle --version requests, even though I realize that's a lot harder than
+copying someone's code and then rebranding as your own project, or whatever
+excuse people have for not including a --version item in their software.
+
+--------------------------------------------------------------------------------
+ENHANCEMENTS:
+
+1. As a result of the shell, start shell, shell parent refactors, inxi was able
+to correctly in most cases determine also the user default shell and its
+version, so that was added as an -Ixxx option:
+
Shell: ksh v: A_2020.0.0 default: Bash v: 5.0.16
-2. As part of the program_version refactor, a more robust version number
-cleaner was made, which now allows for much more manipulation of the version
-number string, which sometimes contains, without spaces, non version number '
-info right before the actual version.
+2. As part of the program_version refactor, a more robust version number cleaner
+was made, which now allows for much more manipulation of the version number
+string, which sometimes contains, without spaces, non version number ' info
+right before the actual version.
-3. Many more wm IDs were created and tested, and some old virtual machines
-that were used years ago were used again to test old window managers and
-their IDs, as well as new vms created to test newer ones. Many version
-IDs and WM ids were fixed in this process as well. All kinds of new ones
-added, though the list is basiclaly endless so ideally inxi would only use
-its internal data tables for window managers that have actual users, or did.
+3. Many more wm IDs were created and tested, and some old virtual machines that
+were used years ago were used again to test old window managers and their IDs,
+as well as new vms created to test newer ones. Many version IDs and WM ids were
+fixed in this process as well. All kinds of new ones added, though the list is
+basiclaly endless so ideally inxi would only use its internal data tables for
+window managers that have actual users, or did.
-4. First wayland datatype, now it may show Display ID: with -Ga, so far that's
+4. First wayland datatype, now it may show Display ID: with -Ga, so far that's
the only wayland screen/display data I can get reliably.
-5. As part of the shell parent/started in: updates and fixes, added every shell
-I could find, and installed and tested as many of them as possible to verify
-that either they have no version method, or that their version method works.
-This shell logic also is used to determine start parent. Obviously using
-whitelists of things that can change over time isn't ideal, but there was no
-way to actually do it otherwise. The best part of the fixes is that it's now
-remarkably difficult to trick inxi into reporting the wrong shell, and it
-generally will also get the default shell right, though I found cases in
-testing where a shell when started replaces the value in $SHELL with itself.
-
-6. I found a much faster and reasonably reliable way to determine toolkits
-used by gtk desktops, like cinnamon, gnome, and a few others. Test is to
-get version from gtk-launcher, which is MUCH faster than doing a package
-version query on the random libgtk toolkit that might be tested, and actually
-was tested for pacman, apt, and rpm in the old days, but that was removed
-because it was a silly hack. It's possible that now and then gtk desktops
-will be 0.0.1 versions off, but in most cases, the version matched, so I decided
-to restore the tk: item for a selection of gtk or gnome based desktops.
+5. As part of the shell parent/started in: updates and fixes, added every shell
+I could find, and installed and tested as many of them as possible to verify
+that either they have no version method, or that their version method works.
+This shell logic also is used to determine start parent. Obviously using
+whitelists of things that can change over time isn't ideal, but there was no way
+to actually do it otherwise. The best part of the fixes is that it's now
+remarkably difficult to trick inxi into reporting the wrong shell, and it
+generally will also get the default shell right, though I found cases in testing
+where a shell when started replaces the value in $SHELL with itself.
+
+6. I found a much faster and reasonably reliable way to determine toolkits used
+by gtk desktops, like cinnamon, gnome, and a few others. Test is to get version
+from gtk-launcher, which is MUCH faster than doing a package version query on
+the random libgtk toolkit that might be tested, and actually was tested for
+pacman, apt, and rpm in the old days, but that was removed because it was a
+silly hack. It's possible that now and then gtk desktops will be 0.0.1 versions
+off, but in most cases, the version matched, so I decided to restore the tk:
+item for a selection of gtk or gnome based desktops.
So now gtk desktops, except mate, which of course will be using gtk 2 for a
-while longer, toolkit version should be working again, and the new method
-works on everything, unlike the old nasty hack that was used, which required
-package queries and guessing at which gtk lib was actually running the desktop,
-it was such a slow nasty hack that it was dumped a while ago, but this new
-method works reliably in most cases and solves most of the issues.
-
-7. As part of the overall program_versions refactor, the package version
-tester tool was extended to support pacman, dpkg, and rpm, which in practical
-terms covers most gnu/linux users and systems. Since this feature is literally
-only used for ASH and DASH shell version detections, it was really just added
-as a proof of concept, and because it fit in well with the new Package counts
-feature of -I/-r.
+while longer, toolkit version should be working again, and the new method works
+on everything, unlike the old nasty hack that was used, which required package
+queries and guessing at which gtk lib was actually running the desktop, it was
+such a slow nasty hack that it was dumped a while ago, but this new method works
+reliably in most cases and solves most of the issues.
+
+7. As part of the overall program_versions refactor, the package version tester
+tool was extended to support pacman, dpkg, and rpm, which in practical terms
+covers most gnu/linux users and systems. Since this feature is literally only
+used for ASH and DASH shell version detections, it was really just added as a
+proof of concept, and because it fit in well with the new Package counts feature
+of -I/-r.
8. Updated for version info a few other programs, added compositors as well.
-9. Last but not least!! More disk vendor IDs, more disk vendors!! And found
+9. Last but not least!! More disk vendor IDs, more disk vendors!! And found
another source to double check vendor IDs, that's good.
-New Features:
+--------------------------------------------------------------------------------
+NEW:
+
1. For -Ix/-rx, -Ixx/-rxx, -Ia/-ra, now inxi shows package counts for most
package managers plus snap, flatpak, and appimage. I didn't test appimage so
I'm not 100% sure that works, but the others are all tested and work.
-If -r, Packages shows in the Repos item as first row, which makes sense, packages,
-repos, fits. Note that in some systems getting full package counts takes some
-time so it's an -x option not default.
+If -r, Packages shows in the Repos item as first row, which makes sense,
+packages, repos, fits. Note that in some systems getting full package counts
+takes some time so it's an -x option not default.
If -rx, -rxx, -ra, package info moved to -r section, and if -Ix, -Ixx, or -Ia,
the following data shows:
* -Ix or -rx: show total package counts: Packages: 2429
@@ -1424,72 +2913,57 @@ Info:
running in: kate
pinxi: 3.1.04-1
------------------------------------
+--------------------------------------------------------------------------------
-- Harald Hope - Sun, 28 Jun 2020 21:07:42 -0700
-=====================================================================================
+================================================================================
Version: 3.1.03
Patch: 00
Date: 2020-06-12
------------------------------------
-Changes:
------------------------------------
+--------------------------------------------------------------------------------
+UPDATES:
+--------------------------------------------------------------------------------
Big internal refactor!! Fully adjustable indentation logic, built in, native!
-NOTE: none of these changes have any impact on normal inxi -y -1, -y, or -y xx
-operation, everything will remain exactly the same, this only changes and
-makes robust -y 1 single key: value pair per line output.
+NOTE: none of these changes have any impact on normal inxi -y -1, -y, or -y xx
+operation, everything will remain exactly the same, this only changes and makes
+robust -y 1 single key: value pair per line output.
-3.1.03 finishes the -y1 introduced in 3.1.02, but makes it a core part of the inxi
-logic for line printing, not a tacked on afterthought.
+3.1.03 finishes the -y1 introduced in 3.1.02, but makes it a core part of the
+inxi logic for line printing, not a tacked on afterthought.
-Because the first draft of this in 3.1.02 was really a hack tacked onto the existing
-logic, which was not very flexible or robust, and required way too much literal test
-logic in the black box print_data() subroutine, which is supposed to be a 'dumb'
-logic, that just does what you give it automatically, I added in key changes that
-hard code the indentations per key, like so:
+Because the first draft of this in 3.1.02 was really a hack tacked onto the
+existing logic, which was not very flexible or robust, and required way too much
+literal test logic in the black box print_data() subroutine, which is supposed
+to be a 'dumb' logic, that just does what you give it automatically, I added in
+key changes that hard code the indentations per key, like so:
Now: 34#0#3#key-name
Before: 34#key-name
-Note that anyone using the json or XML output option may need to redo their code
-a bit to handle these extra 2 values that preface the actual key names.
+Note that anyone using the json or XML output option may need to redo their
+code a bit to handle these extra 2 values that preface the actual key names.
+
+--------------------------------------------------------------------------------
+FIXES:
-Fixes:
1. In order to make this work, changed a few small things internally, a few
key names were slightly altered to make them more clear.
-Changes:
-1. Redo of all internal full key strings, added two new # separated items:
- xx#x#y#key-name:
- * xx remains the main 0 padded 2 digit sorter per row/block.
- * x is a new 0/1 boolean, that shows if the value is a container or not. As
- currently implemented probably not hugely useful since it won't say when
- the following items it is a container of ends.
- Note that the following y value will always be 1 for the item contained by
- the container, so you can check that way if you want. the next item can
- also be a container, but it would have either the same indentation level
- as the previous container or be different.
- Thus, if a key is a container, it can contain either non containers, or
- other containers, but that primary container does not end until the indent
- value equals or is less than the indent value of the first container.
- If you are a programmer you should be able to figure this out.
- * y is the indentation level, 0-xx is supported, but in practical terms, only
- 4 levels are used. For single line output, these set the indentation for that
- key.
- * key-name remains the key string ID name.
+--------------------------------------------------------------------------------
+CHANGES:
-2. For -y 1 -G will show drivers then indented one more level unloaded, FAILED,
-and alternate: to make it clear those are a subset of drivers. driver: itself
-will contain the actual driver. In cases where no driver is loaded, a note
-will show indented after driver:
+1. For -y 1 -G will show drivers then indented one more level unloaded, FAILED,
+and alternate: to make it clear those are a subset of drivers. driver: itself
+will contain the actual driver. In cases where no driver is loaded, a note will
+show indented after driver:
-3. For -y 1, driver v: versions will be indented 1, and driver will be a container
-that contains that version key: value pair.
+2. For -y 1, driver v: versions will be indented 1, and driver will be a
+container that contains that version key: value pair.
Samples:
------------------------------------
+--------------------------------------------------------------------------------
inxi -Razy1
RAID:
Device-1: g23-home
@@ -1511,7 +2985,7 @@ RAID:
Components:
online: sdd sde
------------------------------------
+--------------------------------------------------------------------------------
sudo inxi -dazy1
Drives:
Local Storage:
@@ -1551,7 +3025,7 @@ Drives:
rw: cd-r,cd-rw,dvd-r,dvd-ram
state: running
------------------------------------
+--------------------------------------------------------------------------------
inxi -Aazy1
Audio:
Device-1: NVIDIA High Definition Audio
@@ -1575,87 +3049,114 @@ Audio:
Sound Server: ALSA
v: k5.4.0-11.2-liquorix-amd64
------------------------------------
+--------------------------------------------------------------------------------
+CODE:
+
+1. Redo of all internal full key strings, added two new # separated items:
+ xx#x#y#key-name:
+ * xx remains the main 0 padded 2 digit sorter per row/block.
+ * x is a new 0/1 boolean, that shows if the value is a container or not. As
+ currently implemented probably not hugely useful since it won't say when
+ the following items it is a container of ends.
+ Note that the following y value will always be 1 for the item contained by
+ the container, so you can check that way if you want. the next item can
+ also be a container, but it would have either the same indentation level
+ as the previous container or be different.
+ Thus, if a key is a container, it can contain either non containers, or
+ other containers, but that primary container does not end until the indent
+ value equals or is less than the indent value of the first container.
+ If you are a programmer you should be able to figure this out.
+ * y is the indentation level, 0-xx is supported, but in practical terms, only
+ 4 levels are used. For single line output, these set the indentation for
+ that key.
+ * key-name remains the key string ID name.
+
+--------------------------------------------------------------------------------
-- Harald Hope - Fri, 12 Jun 2020 19:02:08 -0700
-=====================================================================================
+================================================================================
Version: 3.1.02
Patch: 00
Date: 2020-06-12
------------------------------------
-Changes:
------------------------------------
+--------------------------------------------------------------------------------
+UPDATES:
+--------------------------------------------------------------------------------
Big change, cleanup, small bug fixes. Hot, grab it now!!
-The new -y 1 feature exposed several small and larger glitches with how sets
-of data were constructed in inxi output. See Changes: for list of changes made
-to improve or fix these glitches.
+The new -y 1 feature exposed several small and larger glitches with how sets of
+data were constructed in inxi output. See UPDATES: for list of changes made to
+improve or fix these glitches.
-These errors and minor output inconsistencies became very obvious when I was
-doing heavy testing of -y 1, so I decided to just fix all of them at the same
+These errors and minor output inconsistencies became very obvious when I was
+doing heavy testing of -y 1, so I decided to just fix all of them at the same
time, plus it was very hard to make the -y 1 indenter work as expected when the
key values were not being treated consistently.
Note that this completes the set of all possible -y results:
Full -y Options:
-1. -y [no integer given] :: set width to a default of 80. this is what you usually
-want for forum posts, or for online issue reports, because it won't wrap and be
-hard to read. Help us help your users and others!! Teach them to use for example
--Fxzy or -bay for their bug reports. Just add y to whatever collection of arguments
-you generally ask for in support forums or issue reports. Highly recommended,
-easy to type, and joins cleanly with other letters.
+1. -y [no integer given] :: set width to a default of 80. this is what you
+usually want for forum posts, or for online issue reports, because it won't wrap
+and be hard to read. Help us help your users and others!! Teach them to use for
+example -Fxzy or -bay for their bug reports. Just add y to whatever collection
+of arguments you generally ask for in support forums or issue reports. Highly
+recommended, easy to type, and joins cleanly with other letters.
2. -y -1 :: removes line width limits, this can lead to very long lines in some
cases, and removes all auto-wrapping of line widths.
-3. -y 1 :: Switch to stacked key: value pairs, with primary data blocks separated
-by a blank line. Think dmidecode type output, or other command line sys info tools.
-By request, a forum support guy noted it was hard for newbies to understand the
--G values, particularly -Ga when in lines, so this is another way to request
-data. WARNING: for lots of data, this gets really long!!! But if you are curious
-how inxi actually constructs its data internally, this sort of shows it.
+3. -y 1 :: Switch to stacked key: value pairs, with primary data blocks
+separated by a blank line. Think dmidecode type output, or other command line
+sys info tools. By request, a forum support guy noted it was hard for newbies to
+understand the -G values, particularly -Ga when in lines, so this is another way
+to request data. WARNING: for lots of data, this gets really long!!! But if you
+are curious how inxi actually constructs its data internally, this sort of shows
+it.
-4. -y 80-xx :: set width to 80 or greater. Note you can also set these in
-your configurations if you want using the various options supported.
+4. -y 80-xx :: set width to 80 or greater. Note you can also set these in your
+configurations if you want using the various options supported.
------------------------------------
+--------------------------------------------------------------------------------
+BUGS:
-Bugs:
1. Once again, no real bugs found beyond a few trivial things I can't remember.
-Fixes:
-1. When out of X, dm: showed after Console: and often said dm: N/A particularly
-on headless servers, which was silly. Now DM: only shows after Console: if
-a DM: was actually found. If regular Desktop output, either in X, or via
---display out of X, no changes.
-
-2. There was a pointless sudo test when sudo values are set initially, they
-were still running even if --no-sudo was used. Now they don't run in that case.
-
-Enhancements:
-1. The biggie, now inxi can output in a similar indented way as something like
-dmidecode if you use the -y 1 option. This feature was originally by request,
-though the initial request actually just wanted to see it stacked simply,
-but that was almost impossible to read for any output reasonably long, so
-I made the indentations very dynamic and deep, they go up to 4 levels in,
-which is roughly how deep in the inxi sub Categories go. This output format
-makes it very easy to see how inxi 'thinks' about its data, how it views
-sets, subsets, subsubsets, and subsubsubsets of data.
-
-Note that each data block, as with dmidecode data, is separated by a blank
-line. You know what this means!!! Yes, that's right!!! You can parse inxi
-output with awk!!, same way legacy bash+gawk inxi used to parse its data!!
-Or if your brain just does not like lines of data, you can make it appear in
-indented single key: value pairs.
-
-Here you can see for example that 1 Xorg Display has 1 or more Screens,
-and each Screen has one or more Monitors. Note that this -Ga data first
-appeared in inxi 3.1.00.
-
-Sample [with bug in OpenGL output!, and showing -Ga newer values as well
-for dual monitor setup, with one Xorg Screen]:
+--------------------------------------------------------------------------------
+FIXES:
+
+1. When out of X, dm: showed after Console: and often said dm: N/A particularly
+on headless servers, which was silly. Now DM: only shows after Console: if a DM:
+was actually found. If regular Desktop output, either in X, or via --display out
+of X, no changes.
+
+2. There was a pointless sudo test when sudo values are set initially, they were
+still running even if --no-sudo was used. Now they don't run in that case.
+
+--------------------------------------------------------------------------------
+ENHANCEMENTS:
+
+1. The biggie, now inxi can output in a similar indented way as something like
+dmidecode if you use the -y 1 option. This feature was originally by request,
+though the initial request actually just wanted to see it stacked simply, but
+that was almost impossible to read for any output reasonably long, so I made the
+indentations very dynamic and deep, they go up to 4 levels in, which is roughly
+how deep in the inxi sub Categories go. This output format makes it very easy to
+see how inxi 'thinks' about its data, how it views sets, subsets, subsubsets,
+and subsubsubsets of data.
+
+Note that each data block, as with dmidecode data, is separated by a blank line.
+You know what this means!!! Yes, that's right!!! You can parse inxi output with
+awk!!, same way legacy bash+gawk inxi used to parse its data!! Or if your brain
+just does not like lines of data, you can make it appear in indented single key:
+value pairs.
+
+Here you can see for example that 1 Xorg Display has 1 or more Screens, and each
+Screen has one or more Monitors. Note that this -Ga data first appeared in inxi
+3.1.00.
+
+Sample [with bug in OpenGL output!, and showing -Ga newer values as well for
+dual monitor setup, with one Xorg Screen]:
inxi -aGy1
Graphics:
@@ -1693,89 +3194,99 @@ Graphics:
v: N/A
direct render: N/A
-2. Refactored and cleaned up print_data(), got rid of some early testing code,
+2. Refactored and cleaned up print_data(), got rid of some early testing code,
dumped some unnecessary tests, simplified old tests, and optimized the new
-indentation logic reasonably well. Hopefully the print_data() will not be
-quite as much of a black box now as it was.
+indentation logic reasonably well. Hopefully the print_data() will not be quite
+as much of a black box now as it was.
-3. Even more drive vendors and ID matches!!! The list never ends!! An endless
-series of new vendors and IDs of existing vendors sprout up, then float away.
-And inxi follows them to the best of its ability. Thanks again to Linux-Lite
+3. Even more drive vendors and ID matches!!! The list never ends!! An endless
+series of new vendors and IDs of existing vendors sprout up, then float away.
+And inxi follows them to the best of its ability. Thanks again to Linux-Lite
hardware database, which help make this ever expanding list possible, since
their users appear to use every disk known to humankind.
-Changes:
-1. When out of Display, and Console: shows, -S will not show dm: if no
-display manager is detected, and if it is detected, it shows DM: since it's
-not part of the Console: set of data. If out of X and --display is used to
-get Xorg data out of X, it will show Desktop: set of data as normal, at least
-it will show the stuff it can find. This resolves the issue where dm: appeared
-to be a member of the set of Console: data, instead of either its own thing,
-DM:, or a member of the set of Desktop: data.
+--------------------------------------------------------------------------------
+CHANGES:
+
+1. When out of Display, and Console: shows, -S will not show dm: if no display
+manager is detected, and if it is detected, it shows DM: since it's not part of
+the Console: set of data. If out of X and --display is used to get Xorg data out
+of X, it will show Desktop: set of data as normal, at least it will show the
+stuff it can find. This resolves the issue where dm: appeared to be a member of
+the set of Console: data, instead of either its own thing, DM:, or a member of
+the set of Desktop: data.
-2. For RAID Devices with sub Array-x: values, Array-x: is capitalized, it used
+2. For RAID Devices with sub Array-x: values, Array-x: is capitalized, it used
to be array-x: That was silly.
-3. In USB, now Device-x: resets inside each Hub: so that the Device-x: are
-numbered starting at 1 within each Hub:. This makes the counter behavior act
-the same as it does in for example RAM Array-x: / Device-y:, where each Array-x:
-resets Device-y: count to 1. This changes the old default of having Device-x:
-not reset, to let you see the total number of devices plugged in or attached
-no matter which hub they were plugged into, but the output actually gets
-sort of confusing in single key: value pair mode per line.
-
-4. The key: value syntax for weather was changed completely, now it works
-like the rest of the features, with Report:... [Forecast:...] Locale:...
-and Source:. Locale makes the source of the times and other date related
-features, and the location if shown or available, much more obvious. Before
-it was never clear if Current Time referred to your local or the remote
-time, now it's clearly from the Locale: you specified with -W, or
-the default -w local info. Also made Report 1 line if unwrapped, Forecast 1
-line if not wrapped, and Locale: 1 line if not wrapped, which makes the output
-easier to read.
-
-NOTE: automated weather queries are NOT allowed, if you do it, you will be
-banned!! inxi is NOT a desktop weather app!! Don't confuse it with one!!
-Weather is just a small service to users who might for example want to check
-the weather on a remote system, or something like that, and is not intended
-to be used on a routine basis.
-
-5. Cleaned up and re-ordered the --version output. It had some pretty old
-contexts in the language, which were removed or cleaned up and brought up to
-date. If you're wondering, I roughly use rsync and nano --version as guides
-for what to show or not show there.
-
------------------------------------
+3. In USB, now Device-x: resets inside each Hub: so that the Device-x: are
+numbered starting at 1 within each Hub:. This makes the counter behavior act the
+same as it does in for example RAM Array-x: / Device-y:, where each Array-x:
+resets Device-y: count to 1. This changes the old default of having Device-x:
+not reset, to let you see the total number of devices plugged in or attached no
+matter which hub they were plugged into, but the output actually gets sort of
+confusing in single key: value pair mode per line.
+
+4. The key: value syntax for weather was changed completely, now it works like
+the rest of the features, with Report:... [Forecast:...] Locale:... and Source:.
+Locale makes the source of the times and other date related features, and the
+location if shown or available, much more obvious. Before it was never clear if
+Current Time referred to your local or the remote time, now it's clearly from
+the Locale: you specified with -W, or the default -w local info. Also made
+Report 1 line if unwrapped, Forecast 1 line if not wrapped, and Locale: 1 line
+if not wrapped, which makes the output easier to read.
+
+NOTE: automated weather queries are NOT allowed, if you do it, you will be
+banned!! inxi is NOT a desktop weather app!! Don't confuse it with one!! Weather
+is just a small service to users who might for example want to check the weather
+on a remote system, or something like that, and is not intended to be used on a
+routine basis.
+
+5. Cleaned up and re-ordered the --version output. It had some pretty old
+contexts in the language, which were removed or cleaned up and brought up to
+date. If you're wondering, I roughly use rsync and nano --version as guides for
+what to show or not show there.
+
+--------------------------------------------------------------------------------
-- Harald Hope - Thu, 11 Jun 2020 23:53:30 -0700
-=====================================================================================
+================================================================================
Version: 3.1.01
Patch: 00
Date: 2020-05-31
------------------------------------
-Changes:
------------------------------------
+--------------------------------------------------------------------------------
+UPDATES:
+--------------------------------------------------------------------------------
New inxi, man. New information types, fixes, man updates.
-Bugs:
+--------------------------------------------------------------------------------
+BUGS:
+
No bugs of any importance fixed or found!!
-Fixes:
-1. Tiny fix, didn't use partition/slice assignment in help menu. BSD
-interest only since default partition is standard for Linux.
+--------------------------------------------------------------------------------
+FIXES:
+
+1. Tiny fix, didn't use partition/slice assignment in help menu. BSD interest
+only since default partition is standard for Linux.
+
+--------------------------------------------------------------------------------
+ENHANCEMENTS:
+
+1. Disc Vendors: added a large number of possible disk vendors, without having
+actual detection data available for all of them, using a different source. Also
+added, as usual, more disc vendor IDs from linux-lite hardware database, always
+ready with more vendors!
-Enhancements:
-1. Disc Vendors: added a large number of possible disk vendors, without having
-actual detection data available for all of them, using a different source.
-Also added, as usual, more disc vendor IDs from linux-lite hardware database,
-always ready with more vendors!
2. Added groovy gorilla ID for ubuntu
-3. Very nice usability change, mostly for support people, now if -y without
-an integer is supplied, it will assign default column width of 80, which
-is what you usually want for forums or issue reports, otherwise the output
-can wrap outside the post or issue report, which is hard to read. Hopefully
-support people will catch onto this one.
+
+3. Very nice usability change, mostly for support people, now if -y without an
+integer is supplied, it will assign default column width of 80, which is what
+you usually want for forums or issue reports, otherwise the output can wrap
+outside the post or issue report, which is hard to read. Hopefully support
+people will catch onto this one.
+
4. This closes issue #217 - Adds dmidecode based extra data:
-xxx - shows CPU voltage and external clock speeds
-a - shows CPU socket type and base/boost: speed items. These are --admin
@@ -1793,26 +3304,28 @@ support people will catch onto this one.
if they have this data, and Intel CPUs will sometimes be right, sometimes
not, or empty. For > 1 CPU systems, the data is much less reliable.
------------------------------------
+--------------------------------------------------------------------------------
-- Harald Hope - Sun, 31 May 2020 14:26:37 -0700
-=====================================================================================
+================================================================================
Version: 3.1.00
Patch: 00
Date: 2020-04-22
------------------------------------
-Changes:
------------------------------------
+--------------------------------------------------------------------------------
+UPDATES:
+--------------------------------------------------------------------------------
New inxi, new man. Huge update, new line types, huge graphics upgrade, new
switches, bug fixes, glitch fixes, enhancements, you name it, this has got it!!
-Note that since this features a new primary line item (-j / --swap Swap:),
-the version number has been bumped to 3.1.0, making this a major version
-upgrade, the first since the new Perl inxi rewrite was launched, though of
-course 3.0.0 contained many new line items as well, but this is the first
-actually new line item since then.
+Note that since this features a new primary line item (-j / --swap Swap:), the
+version number has been bumped to 3.1.0, making this a major version upgrade,
+the first since the new Perl inxi rewrite was launched, though of course 3.0.0
+contained many new line items as well, but this is the first actually new line
+item since then.
+
+--------------------------------------------------------------------------------
+BUGS:
-Bugs:
1. Big bug fix: if -z used, and -p, and user had partitions mounted in $HOME
directory, the partitions would buggily duplicate in the output.
@@ -1820,58 +3333,61 @@ directory, the partitions would buggily duplicate in the output.
because it was using the wrong Xorg log, it was only searcing in the original
/var/log/Xorg.0.log file, not the newer alternative path locations.
-Fixes:
+--------------------------------------------------------------------------------
+FIXES:
+
1. Both an enhancement and a fix, users reported Xorg log file location changes.
Fix is that now inxi uses wildcard searches of all readable locations that can
-contain the log files, then collects a list of them, and uses the last modified
-one. This ensures that the best possible guess is made about which actual
-log file is current, which should lead to significantly more reliable Xorg
-driver reports overall.
+contain the log files, then collects a list of them, and uses the last modified
+one. This ensures that the best possible guess is made about which actual log
+file is current, which should lead to significantly more reliable Xorg driver
+reports overall.
Note that this fix works for user level and root level, it will always use the
-most recent readable file no matter what. For root, that should translate to
-the most recent on an absolute level Xorg log file. This issue was caused by
-gdm moving from Xorg.0.log to Xorg.1.log on some systems, but not all, and
-also, the location is often but not always now:
-~/.local/share/xorg/Xorg.[01234..].log [except for root, which is why
-root has to search for all user Xorg log files to find the most recent one.
+most recent readable file no matter what. For root, that should translate to the
+most recent on an absolute level Xorg log file. This issue was caused by gdm
+moving from Xorg.0.log to Xorg.1.log on some systems, but not all, and also, the
+location is often but not always now: ~/.local/share/xorg/Xorg.[01234..].log
+[except for root, which is why root has to search for all user Xorg log files to
+find the most recent one.
There were many red-herrings in this issue report, so it took some research to
dig through those to the real data sources.
-2. Now that the compositor detection is out of early testing mode, enabled
-always on compositor detection for Wayland systems. Since the compositor
-is the Wayland display server, it makes sense to always show it if Wayland.
-Note that there is still no known way to actually reliably get Wayland data
-beyond simple environmental variables that let inxi detect Wayland is running
-the desktop. Lack of reliable logs or debugging tools across Wayland compositors
-makes this entire process about 10-50x more difficult than it should have been.
+2. Now that the compositor detection is out of early testing mode, enabled
+always on compositor detection for Wayland systems. Since the compositor is the
+Wayland display server, it makes sense to always show it if Wayland. Note that
+there is still no known way to actually reliably get Wayland data beyond simple
+environmental variables that let inxi detect Wayland is running the desktop.
+Lack of reliable logs or debugging tools across Wayland compositors makes this
+entire process about 10-50x more difficult than it should have been.
3. In keeping with 2., also moved compositor: item to be right after server:
item.
4. Debian bug:
-https://bugs.debian.org/cgi-bin/pkgreport.cgi?dist=unstable;package=inxi
-requested that HTTP::Tiny be set to default always check SSL certificates.
-Now inxi does that, and --no-ssl flag disables this, which makes the Perl
-http downloader now work roughly the same as wget, curl, etc.
-
-5. Man page fixes, added pointer placeholders for out of alphabetical order
-options, so you can find anything by looking down the alpha sorted lists, like:
---swap - See -j. Since inxi is running out of single letters that match new
-features, it's easier to point man readers to the right item without them
-having to already know it to find it. Also added --dbg [2-xx] pointer to
-github inxi-perl/docs/inxi-values.txt so people interested can learn how to
-trip the various per feature screen debuggers.
-
-Enhancements:
+https://bugs.debian.org/cgi-bin/pkgreport.cgi?dist=unstable;package=inxi
+requested that HTTP::Tiny be set to default always check SSL certificates. Now
+inxi does that, and --no-ssl flag disables this, which makes the Perl http
+downloader now work roughly the same as wget, curl, etc.
+
+5. Man page fixes, added pointer placeholders for out of alphabetical order
+options, so you can find anything by looking down the alpha sorted lists, like:
+--swap - See -j. Since inxi is running out of single letters that match new
+features, it's easier to point man readers to the right item without them having
+to already know it to find it. Also added --dbg [2-xx] pointer to github
+inxi-perl/docs/inxi-values.txt so people interested can learn how to trip the
+various per feature screen debuggers.
+
+--------------------------------------------------------------------------------
+ENHANCEMENTS:
+
1. updated ubuntu ids, added 'focal LTS'.
2. USB Graphic devices added. This will add support for USB graphics adapters,
an uncommon but existing category, often used in SOC boards, for example, but
-also on desktops, and things like USB webcams. Leaving these off was really
-just an oversight, the programming internally had the data, it just wasn't
-using it.
+also on desktops, and things like USB webcams. Leaving these off was really just
+an oversight, the programming internally had the data, it just wasn't using it.
3. Support added for TV card type multimedia devices in Graphics. That was
actually a long term oversight, I'd simply missed that in the device ID
@@ -1885,14 +3401,15 @@ but if xrandr is missing, the Screen information shows.
Technically for -G, -Gxx, end users see very little difference except the per
Screen / per Monitor resolutions are listed with a 1: type counter per item.
-Note that Xorg Screens are NOT Monitors, they are a virtual space Xorg constructs
-out of the pieces of hardware that make up the Screen space. In many cases,
-1 Xorg Screen contains only 1 Monitor, but the dimensions or dpi are frequenty
-different.
+Note that Xorg Screens are NOT Monitors, they are a virtual space Xorg
+constructs out of the pieces of hardware that make up the Screen space. In many
+cases, 1 Xorg Screen contains only 1 Monitor, but the dimensions or dpi are
+frequenty different.
New output items:
-Display: ... display ID: [Xorg Screen identifier, like :0.0]; screens: [Total Xorg
-Screens in current Display]; [s-default: [if > 1 Screens, default Screen number]]
+Display: ... display ID: [Xorg Screen identifier, like :0.0]; screens: [Total
+Xorg Screens in current Display]; [s-default: [if > 1 Screens, default Screen
+number]]
Screen-x: [Screen number]; s-res: [Xorg Screen resolution];
s-dpi: [Xorg Screen dpi]; s-size: [Xorg Screen mm (inch) size;
@@ -1903,69 +3420,70 @@ hz: [actual monitor reported frequency]; dpi: [actual monitor dpi as calculated
from actual monitor resolution/size; size: [actual monitor size in mm (inch);
diag: [actual diagonal size in mm (inch).
-4a. -Gxx now shows Xorg s-dpi: for the Screen as well, after the main resolution
+4a. -Gxx now shows Xorg s-dpi: for the Screen as well, after the main resolution
section for -G.
5. Big improvement in error messages and logging for Xorg driver detections,
-this logic is much more robust now, but after the main driver fix, also much less
-likely to ever be seen.
-
-6. Almost not visible to users, but major internal graphics refactor allows now
-for more modular treatment, and eventual Wayland data sourcing. Currently
-most Wayland data sourcing is in stub form, or only logically possible, but
-as it grows possible (if ever, since Wayland protocal appears to have totally
-neglected enforcing single location logging, and single tool debugging for
-the entire Wayland protocol of compositors, a massive oversight in my view).
-The -Ga refactors internally made this much more possible, and I integrated
-switches and tests, and fallbacks, and stubs in some locations, so it was
-clear where current Xorg specific logic is, and where future Wayland logic
-will fit in, sort of anyway.
+this logic is much more robust now, but after the main driver fix, also much
+less likely to ever be seen.
+
+6. Almost not visible to users, but major internal graphics refactor allows now
+for more modular treatment, and eventual Wayland data sourcing. Currently most
+Wayland data sourcing is in stub form, or only logically possible, but as it
+grows possible (if ever, since Wayland protocal appears to have totally
+neglected enforcing single location logging, and single tool debugging for the
+entire Wayland protocol of compositors, a massive oversight in my view). The -Ga
+refactors internally made this much more possible, and I integrated switches and
+tests, and fallbacks, and stubs in some locations, so it was clear where current
+Xorg specific logic is, and where future Wayland logic will fit in, sort of
+anyway.
7. Debugger tools added for new features, or most of them.
-8. New primary line item: --swap / -j. This moves all swap data to a dedicated
-Swap: line, which looks roughly the same as Partition: lines, but when -j/--swap
+8. New primary line item: --swap / -j. This moves all swap data to a dedicated
+Swap: line, which looks roughly the same as Partition: lines, but when -j/--swap
is used, all swap types, not only physical partition swaps, show. This should
make some users happy.
-9. Added more cpu family IDs for Zen 2 series of cpu, tweaked some later
-Intel cpu family ids in terms of cpu arch name tool.
-
-10. By request, added ability filter out all UUID or Partition Label
-strings in -j, -o, -Sa, -p, -P. Those are tripped by --filter-label and
---filter-uuid. Mostly useful in fringe cases, for example, replacing
-label or UUID from -Sa kernel boot parameters with root=LABEL=<filter>,
-or in cases you want to show full -v8 output without showing UUID or Labels,
-whatever.
-
-11. Added --no-dig/--dig plus configuration option NO_DIG=true. This disables
-dig in cases where dig is installed but failed due to maybe network firewall
-rules or something, and WAN IP detection fails. Normally you always want
-to use dig, it's faster, more reliable, and safer, than all the other regular
-downloader based methods, but we have seen server setups where for some reason
+9. Added more cpu family IDs for Zen 2 series of cpu, tweaked some later Intel
+cpu family ids in terms of cpu arch name tool.
+
+10. By request, added ability filter out all UUID or Partition Label strings in
+-j, -o, -Sa, -p, -P. Those are tripped by --filter-label and --filter-uuid.
+Mostly useful in fringe cases, for example, replacing label or UUID from -Sa
+kernel boot parameters with root=LABEL=<filter>, or in cases you want to show
+full -v8 output without showing UUID or Labels, whatever.
+
+11. Added --no-dig/--dig plus configuration option NO_DIG=true. This disables
+dig in cases where dig is installed but failed due to maybe network firewall
+rules or something, and WAN IP detection fails. Normally you always want to use
+dig, it's faster, more reliable, and safer, than all the other regular
+downloader based methods, but we have seen server setups where for some reason
those types of dig requests were blocked, thus disabling WAN IP detection.
-12. Added in WAN IP failure case, if dig was used, suggestion to try
-again with --no-dig, since most users are unlikely to learn about this issue,
-or the solution to it.
+12. Added in WAN IP failure case, if dig was used, suggestion to try again with
+--no-dig, since most users are unlikely to learn about this issue, or the
+solution to it.
-13. Added single letter shortcut -J for --usb, maybe this will help people
+13. Added single letter shortcut -J for --usb, maybe this will help people
discover usb component of inxi, now you can request for instance: inxi -FJaz
-14. Added xonsh to supported shells, that had tripped a perl undefined value
-for start client bug since xonsh uses single word for version, xonsh/234
-so the default value, 2nd word, was undefined.
+14. Added xonsh to supported shells, that had tripped a perl undefined value for
+start client bug since xonsh uses single word for version, xonsh/234 so the
+default value, 2nd word, was undefined.
-15. More SSD and USB drive vendors from the endless fountain over at
-Linux Hardware Database (linuxliteos.com).
+15. More SSD and USB drive vendors from the endless fountain over at Linux
+Hardware Database (linuxliteos.com).
+
+--------------------------------------------------------------------------------
+CHANGES:
-Changes:
-1. Small change in how screen resolutions are output in -G non -a mode,
-now each Screen / Monitor will increment by 1 the 1: [resolution~hz] key.
-This helps make it more readable. Note that in non -a mode, the increments
-are just based on Screen, then Monitor, Monitor, Screen, and so on, counts.
-Most users will only have one Screen systems, but more advanced setups may use
-the Xorg > 1 Screen, each screen able to run > 1 monitors.
+1. Small change in how screen resolutions are output in -G non -a mode, now each
+Screen / Monitor will increment by 1 the 1: [resolution~hz] key. This helps make
+it more readable. Note that in non -a mode, the increments are just based on
+Screen, then Monitor, Monitor, Screen, and so on, counts. Most users will only
+have one Screen systems, but more advanced setups may use the Xorg > 1 Screen,
+each screen able to run > 1 monitors.
The counts in say, a 2 Screen system, with 3 monitors, would be:
1: res1 [from screen 0, monitor 1] 2: res2 [from screen 0, monitor 2]
@@ -1974,175 +3492,233 @@ The counts in say, a 2 Screen system, with 3 monitors, would be:
If xrandr is not installed, it would show:
1: res1 [from screen 0] 2: res2 [from screen 1]
------------------------------------
+--------------------------------------------------------------------------------
-- Harald Hope - Wed, 22 Apr 2020 19:33:56 -0700
-=====================================================================================
+================================================================================
Version: 3.0.38
Patch: 00
Date: 2020-03-14
------------------------------------
-Changes:
------------------------------------
+--------------------------------------------------------------------------------
+UPDATES:
+--------------------------------------------------------------------------------
New version, man page, exciting changes!!
-Bugs:
+--------------------------------------------------------------------------------
+BUGS:
+
1. Fixed undefined error that could happen, in rare cases, in hdd_temp logic.
-Fixes:
+--------------------------------------------------------------------------------
+FIXES:
+
1. Fixed Elbrus cpu nazming, model 9 is 8CV, not 8CB (Cyrillic error)
+
2. Preventitive, was not using '-' quite correctly in all regex ranges.
+
3. Had wrong desktop string listed in Unity
-4. Reordered Family/Drive model in usb drive reports, it's to make it
-more obvious what is what.
+
+4. Reordered Family/Drive model in usb drive reports, it's to make it more
+obvious what is what.
+
5. Adjusted indexing of splits to get better results in corner cases.
+
6. Fixed some numbering issues.
-7. Added trimming n1 from nvme0 type names for nvme, this corrects some
-issues users were having.
+
+7. Added trimming n1 from nvme0 type names for nvme, this corrects some issues
+users were having.
+
8. Fixed a division by 0 error in smartctl data grabber.
+
9. Fixed a Perl issue, didn't realize perl treats 000 as a string, not 0.
-10. Another Perl fix, int() only wants to get numeric values sent to it,
-I'd assumed a different behavior, non numerics get converted to 0, but that's
-not how Perl sees things. Things like this, by the way, are why Perl is so
-absurdly fast.
-Enhancements:
-1. More disk vendors. The list will never be complete!! We have found eternal
+10. Another Perl fix, int() only wants to get numeric values sent to it, I'd
+assumed a different behavior, non numerics get converted to 0, but that's not
+how Perl sees things. Things like this, by the way, are why Perl is so absurdly
+fast.
+
+--------------------------------------------------------------------------------
+ENHANCEMENTS:
+
+1. More disk vendors. The list will never be complete!! We have found eternal
churn!! Thanks to linux lite hardware database as always.
+
2. Big one!!! Now inxi uses smartctl data, if installed, for getting advanced
-drive information (with -a). See man and help for details. Will show failing drives,
-etc. Lots of info can be available, but sometimes data is not in smartctl db,
-so inxi can't find it, that's not an inxi bug, it's just how it is.
+drive information (with -a). See man and help for details. Will show failing
+drives, etc. Lots of info can be available, but sometimes data is not in
+smartctl db, so inxi can't find it, that's not an inxi bug, it's just how it is.
+
3. Made hours on more human readable, into days/hours, for -a smartctl disk
report.
-4. Added $test[12] for smartctl data printout, and $test[13] for disk array print out.
-Note that advanced debugger outputs can change or vary depending on what is being
-worked on so don't in general rely on these always being around. But they do
-tend to say stuck in place once I add them.
-5. Added some nvme stuff, spare reserve, if you need it, you'll appreciate it,
+
+4. Added $test[12] for smartctl data printout, and $test[13] for disk array
+print out. Note that advanced debugger outputs can change or vary depending on
+what is being worked on so don't in general rely on these always being around.
+But they do tend to say stuck in place once I add them.
+
+5. Added some nvme stuff, spare reserve, if you need it, you'll appreciate it,
if not, you'll never know it's there.
+
6. By request from some forum issue thread: made --host only be shown onif not
---filter or not --host. This makes -z remove hostname, but retains ability to
-do absolute overrides. Hostname should have always been filtered out like that,
-it was an oversight. I think that was Manjaro who asked that, but I forget.
-Note that this change, as usual, will not alter expected behaviors if users
-have config item for hostname set.
-7. Added support for picom compositor, thanks user codebling for that, I think
+--filter or not --host. This makes -z remove hostname, but retains ability to do
+absolute overrides. Hostname should have always been filtered out like that, it
+was an oversight. I think that was Manjaro who asked that, but I forget. Note
+that this change, as usual, will not alter expected behaviors if users have
+config item for hostname set.
+
+7. Added support for picom compositor, thanks user codebling for that, I think
that's compiz fork, the real branch that is that is being developed.
------------------------------------
+--------------------------------------------------------------------------------
-- Harald Hope - Sat, 14 Mar 2020 22:56:32 -0700
-=====================================================================================
+================================================================================
Version: 3.0.37
Patch: 00
Date: 2019-11-19
------------------------------------
-Changes:
------------------------------------
+--------------------------------------------------------------------------------
+UPDATES:
+--------------------------------------------------------------------------------
+
New version, man page, exciting changes!!
-Bugs:
-1. issue #200 - forgot to add all variants for -p, now works with --partition-full
-and --partitions-full
-2. issue #199 - another one, forgot to add --disk to -D for long version. Thanks
+--------------------------------------------------------------------------------
+BUGS:
+
+1. issue #200 - forgot to add all variants for -p, now works with
+--partition-full and --partitions-full
+
+2. issue #199 - another one, forgot to add --disk to -D for long version. Thanks
adrian15 for both of these, he was testing something and discovered these were
missing.
-3. Issue #187 an issue with RAID syntax not being handled in a certain case,
-thanks EnochTheWise for following through on this one. This turned out to be
-a bad copy paste, a test pattern did not match the match pattern.
-Fixes:
+3. Issue #187 an issue with RAID syntax not being handled in a certain case,
+thanks EnochTheWise for following through on this one. This turned out to be a
+bad copy paste, a test pattern did not match the match pattern.
+
+--------------------------------------------------------------------------------
+FIXES:
+
1. Fixed some docs typos.
+
2. Issue #188 fixed protections and filters for some glxinfo output handlers.
+
3. Issue #195, for Elbrus bit detection.
-4. Added filter to cpu data, was not skipping if arm, so Model string
-was treated numerically.
-Enhancements:
-1. Added rescatux to Debian system base detections. This closes issue #202, again
-from adrian15, thanks.
+4. Added filter to cpu data, was not skipping if arm, so Model string was
+treated numerically.
+
+--------------------------------------------------------------------------------
+ENHANCEMENTS:
+
+1. Added rescatux to Debian system base detections. This closes issue #202,
+again from adrian15, thanks.
+
2. For cpu architecture, updated for latest AMD ryzen and other families, like
Zen 3, which is just coming out re available data. Also latest Intel, which are
-trickier to ID right now, but I think I got the latest ones right,
-That's things like coffee lake, amber lake, comet lake, etc.
-3. Huge one, full (hopefully out of the box) Russian Elbrus CPU support. Thanks
-to the alt-linux and the others who helped provide data and feedback to get support.
-Note that this was also part of correcting 64 bit detection for e2k type, which
-is how Elbrus IDs internally. See issue #197 which I've left open for the time
-being for more information on this CPU and how it's now handled by inxi.
-Note all available data should now work for Elbrus, including physical cpu/core
-counts etc. Elbrus do not show flag information, nor do they use min/max speed,
-so that data isn't available, but everything else seems to work well.
-4. Eternal disk vendors. Thanks linux lite hardware database, you continue to
-help make the disk vendor feature work by supplying every known vendor ever seen.
-5. To close debian bug report https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=942194
-Note that the fix is simply to give the user the option to disable this behavior
-with the new --no-sudo and NO_SUDO configuration file options. This issue should
-never have been filed as a bug since even the poster admitted it was a wishlist
-item, but because of how debian bug tracker works, it's hard to get rid of
-invalid bugs. Note that this is the internal use of sudo for hddtemp and file,
-not starting inxi with sudo, so using this option or configuration item just
-removes sudo from the command. Note that because the user did not do as
-requested, and never actually filed a github wishlist issue, and since his
-request was vague and basically pointless, the fix is just to let you switch
-off sudo, that's all.
-Note that another user had commented on sudo firing off admin emails on servers,
-and that was in a different context, some time ago, that's what this option really
-is useful for, if you want to just disable sudo fires internally to avoid admin
-server email alerts, basically.
-
------------------------------------
+trickier to ID right now, but I think I got the latest ones right, That's things
+like coffee lake, amber lake, comet lake, etc.
+
+3. Huge one, full (hopefully out of the box) Russian Elbrus CPU support. Thanks
+to the alt-linux and the others who helped provide data and feedback to get
+support. Note that this was also part of correcting 64 bit detection for e2k
+type, which is how Elbrus IDs internally. See issue #197 which I've left open
+for the time being for more information on this CPU and how it's now handled by
+inxi. Note all available data should now work for Elbrus, including physical
+cpu/core counts etc. Elbrus do not show flag information, nor do they use
+min/max speed, so that data isn't available, but everything else seems to work
+well.
+
+4. Eternal disk vendors. Thanks linux lite hardware database, you continue to
+help make the disk vendor feature work by supplying every known vendor ever
+seen.
+
+5. To close debian bug report
+https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=942194 Note that the fix is
+simply to give the user the option to disable this behavior with the new
+--no-sudo and NO_SUDO configuration file options. This issue should never have
+been filed as a bug since even the poster admitted it was a wishlist item, but
+because of how debian bug tracker works, it's hard to get rid of invalid bugs.
+Note that this is the internal use of sudo for hddtemp and file, not starting
+inxi with sudo, so using this option or configuration item just removes sudo
+from the command. Note that because the user did not do as requested, and never
+actually filed a github wishlist issue, and since his request was vague and
+basically pointless, the fix is just to let you switch off sudo, that's all.
+
+Note that another user had commented on sudo firing off admin emails on servers,
+and that was in a different context, some time ago, that's what this option
+really is useful for, if you want to just disable sudo fires internally to avoid
+admin server email alerts, basically.
+
+--------------------------------------------------------------------------------
-- Harald Hope - Tue, 19 Nov 2019 20:18:15 -0800
-=====================================================================================
+================================================================================
Version: 3.0.36
Patch: 00
Date: 2019-08-14
------------------------------------
-Changes:
------------------------------------
+--------------------------------------------------------------------------------
+UPDATES:
+--------------------------------------------------------------------------------
New version, many small fixes.
-Bugs:
-1. Issue #188 exposed a situation in glxinfo where the required opengl fields are
-present but contain null data. This happens when a system does not have the required
-opengl drivers, which was the case here. inxi failed to handle that. Thanks
-LinuxMonger for posting the required data to figure this corner case out.
+--------------------------------------------------------------------------------
+KNOWN ISSUES:
+
+1. Issue #187 EnochTheWise (?) did not supply the required debugger data so
+there is a RAID ZFS issue that will not get fixed until the required debugger
+data is supplied.
+
+Note that a key way we get issues here is from Perl errors on the screen, which
+are a frequent cause of someone realizing something is wrong. This is why I'm
+not going to do a hack fix for the RAID ZFS issue, then the error messages will
+go away, and it will likely never get handled.
+
+--------------------------------------------------------------------------------
+BUGS:
+
+1. Issue #188 exposed a situation in glxinfo where the required opengl fields
+are present but contain null data. This happens when a system does not have the
+required opengl drivers, which was the case here. inxi failed to handle that.
+Thanks LinuxMonger for posting the required data to figure this corner case out.
2. Fixed a long time bug in Disk vendor ID, there was an eq (string equals)
-where it was supposed to use regex pattern match. Oops. Would have led to
-disk vendor id failures in several cases.
+where it was supposed to use regex pattern match. Oops. Would have led to disk
+vendor id failures in several cases.
+
+--------------------------------------------------------------------------------
+FIXES:
-Fixes:
1. help, man updates for RAM/Memory data, more clarifications.
2. Refactored RepoData class/package, to make it easier to handle repo string
data, and make it all overall cleaner internally, and enable future extensions
to certain features in inxi that may or may not one day become active.
-3. Added to some regex compares \Q$VAR\E to disable regex characters in strings.
+3. Added to some regex compares \Q$VAR\E to disable regex characters in strings.
I should have used that a long time ago, oh well, better late than never!
-4. Found a horrible case were xdpyinfo uses 'preferred' instead of the actual
-pixel dimensions, shame on whoever allowed that output!!! shame! Had to add
-a workaround to make sure numeric values are present, if not, then use the
-fallback, which means, 2x more data parsing to get data that should not
-require that, but in this example, it did (an Arch derivative, but it could
-be xdpyinfo itself, don't know).
+4. Found a horrible case were xdpyinfo uses 'preferred' instead of the actual
+pixel dimensions, shame on whoever allowed that output!!! shame! Had to add a
+workaround to make sure numeric values are present, if not, then use the
+fallback, which means, 2x more data parsing to get data that should not require
+that, but in this example, it did (an Arch derivative, but it could be xdpyinfo
+itself, don't know).
+
+--------------------------------------------------------------------------------
+ENHANCEMENTS:
-Enhancements:
-1. More fixes on issue #185. Thanks tubecleaner for finding and provding required
-data to really solve a set of RAM issues that apply particularly in production
-systems. This issue report led to 2 new options: --memory-short, which only
-shows a basic RAM report.
+1. More fixes on issue #185. Thanks tubecleaner for finding and provding
+required data to really solve a set of RAM issues that apply particularly in
+production systems. This issue report led to 2 new options: --memory-short,
+which only shows a basic RAM report.
Memory: RAM: total: 31.43 GiB used: 14.98 GiB (47.7%)
Report: arrays: 1 slots: 4 modules: 2 type: DDR4
-And a 2nd, --memory-modules, only shows the occupied slots. This can be
-useful in situations where it's a server or vm with a lot of slots, most empty:
+And a 2nd, --memory-modules, only shows the occupied slots. This can be useful
+in situations where it's a server or vm with a lot of slots, most empty:
Memory: RAM: total: 31.43 GiB used: 15.44 GiB (49.1%)
Array-1: capacity: 256 GiB slots: 4 EC: None
@@ -2151,643 +3727,813 @@ Memory: RAM: total: 31.43 GiB used: 15.44 GiB (49.1%)
Note that both of these options trigger -m, so -m itself is not required.
-2. More disk vendors!! The list never ends! Thanks linux-lite hardware database
-and users for supplying, and buying/obtaining, apparently every disk known to
+2. More disk vendors!! The list never ends! Thanks linux-lite hardware database
+and users for supplying, and buying/obtaining, apparently every disk known to
mankind.
3. Added fallback XFCE detection, in cases were the system does not have xprop
-installed, it's still possible to do a full detection of xfce, including toolkit,
-so now inxi does that, one less dependency to detect one more desktop.
+installed, it's still possible to do a full detection of xfce, including
+toolkit, so now inxi does that, one less dependency to detect one more desktop.
4. Added vmwgfx driver to xorg drivers list. Note, I've never actually seen this
-in the wild, but I did see it as the kernel reported driver from lspci, so it
+in the wild, but I did see it as the kernel reported driver from lspci, so it
may exist.
-Unfixed:
-1. Issue #187 EnochTheWise (?) did not supply the required debugger data so there
-is a RAID ZFS issue that will not get fixed until the required debugger data is
-supplied.
-
-Note that a key way we get issues here is from Perl errors on the screen, which are
-a frequent cause of someone realizing something is wrong. This is why I'm not going
-to do a hack fix for the RAID ZFS issue, then the error messages will go away, and
-it will likely never get handled.
-
------------------------------------
+--------------------------------------------------------------------------------
-- Harald Hope - Wed, 14 Aug 2019 10:47:47 -0700
-=====================================================================================
+================================================================================
Version: 3.0.35
Patch: 00
Date: 2019-07-15
------------------------------------
-Changes:
------------------------------------
+--------------------------------------------------------------------------------
+UPDATES:
+--------------------------------------------------------------------------------
+
New version. Bug fixes, updates.
-Bugs:
-1. Issue #185 exposed a small long standing bug in ram max module size logic.
-Was not retaining the value each loop iteration, which could lead to way off
-max module size guesses. Note that this could lead to a VERY wrong max module size
+--------------------------------------------------------------------------------
+BUGS:
+
+1. Issue #185 exposed a small long standing bug in ram max module size logic.
+Was not retaining the value each loop iteration, which could lead to way off max
+module size guesses. Note that this could lead to a VERY wrong max module size
report.
+
2. Issue #185 also exposed a rarely seen undefined value for ram reports, was
not tested for undefined, now is.
-Fixes:
+--------------------------------------------------------------------------------
+FIXES:
+
1. cleanup of comments in start client debugger that made it unclear.
-2. Got rid of all the legacy development modules that were in inxi-perl/modules.
+
+2. Got rid of all the legacy development modules that were in inxi-perl/modules.
These were totally out of date and pointless to retain.
-Enhancements:
+--------------------------------------------------------------------------------
+ENHANCEMENTS:
+
1. Added eoan ubuntu 19-10 release name
+
2. Added zen cpu model ID.
+
3. Disk vendors and new vendor IDs added. Thanks linuxlite hardware database.
+
4. Made a backend tool to check for new unhandled disks, this makes updating
disk/vendor IDs a lot easier.
+
5. Updated inxi-perl/docs with new links etc.
------------------------------------
+--------------------------------------------------------------------------------
-- Harald Hope - Mon, 15 Jul 2019 19:48:45 -0700
-=====================================================================================
+================================================================================
Version: 3.0.34
Patch: 00
Date: 2019-04-30
------------------------------------
-Changes:
------------------------------------
+--------------------------------------------------------------------------------
+UPDATES:
+--------------------------------------------------------------------------------
+
New version, new man, new feature!! Bug fixes!
-Bugs:
-1. issue #182 - in freebsd, there was an oversight in the pciconf parser, it
-was using unfiltered strings as regex pattern, and of course, a string flipped
-an error. Fix was to add the regex cleaner to the string before it's used in test.
+--------------------------------------------------------------------------------
+BUGS:
+
+1. issue #182 - in freeBSD, there was an oversight in the pciconf parser, it was
+using unfiltered strings as regex pattern, and of course, a string flipped an
+error. Fix was to add the regex cleaner to the string before it's used in test.
2. NOTE: issue #182 had a second bug, but the issue poster didn't follow up with
-data or output so it couldn't be fixed. This was related to a syntax change in
+data or output so it couldn't be fixed. This was related to a syntax change in
usbdevs -v output in FreeBSD. Such changes are too common, but it might also
-simply be a variant I have not seen or handled, but so far no data, so can't fix.
-Don't blame me if you get this bug, but do post requested debugger data if you
-want it fixed!
+simply be a variant I have not seen or handled, but so far no data, so can't
+fix. Don't blame me if you get this bug, but do post requested debugger data if
+you want it fixed!
+
+--------------------------------------------------------------------------------
+FIXES:
-Fixes:
1. Updated man for weather, explained more clearly how to use country codes for
-weather output. More clarifying in general about weather location, and weather
+weather output. More clarifying in general about weather location, and weather
restrictions.
-Enhancements:
+--------------------------------------------------------------------------------
+ENHANCEMENTS:
+
1. Added avx/avx2 to default flag list in -C short form. Thanks damentz from
-liquorix for clarifying why that was a good idea. Note the initial issue came up
-in a Debian issue report, not here. People!! please post issues here, and don't bug
-maintainers with feature requests! Maintainers aren't in a position to add a feature,
-so you should go straight to the source.
+liquorix for clarifying why that was a good idea. Note the initial issue came up
+in a Debian issue report, not here. People!! please post issues here, and don't
+bug maintainers with feature requests! Maintainers aren't in a position to add a
+feature, so you should go straight to the source.
1.a. Created in inxi-perl/docs new doc file: cpu-flags.txt, which explains all
the flags, and also covers the short form flags and explains why they are used.
2. To resolve another issue, I made a new documentation file:
-inxi-perl/docs/inxi-custom-recommends.txt
-This is instructions for maintainers of distros who do not use rpm/apt/pacman but
-still want the --recommends feature to output their package pool package names for
-missing packages. I decided to not allow more than the default 3 package managers
-because no matter what people say, if I allow in more, the maintainer will vanish
-or lose interest, and I'll be stuck having to maintain their package lists forever.
+inxi-perl/docs/inxi-custom-recommends.txt This is instructions for maintainers
+of distros who do not use rpm/apt/pacman but still want the --recommends feature
+to output their package pool package names for missing packages. I decided to
+not allow more than the default 3 package managers because no matter what people
+say, if I allow in more, the maintainer will vanish or lose interest, and I'll
+be stuck having to maintain their package lists forever.
Also, it's silly to even include that package list for any distro that does not
-use rpm/apt/pacman, since the list is just wasted lines. Instructions in doc file
-show what to change, and how, and has an example to make it clear. Odds of this
-actually being used? Not high, lol, but that's fine, if people want it done, they
-can do it, if not, nothing bad happens, it just won't show any suggested install
-package, no big deal.
-
-3. Using the new disk vendor method, added even more disk vendors. Thanks
-linux lite hardware database!!
-
-4. EXCITING!! A new --admin/-a option, suggested by a user on techpatterns.com/forums/
-Now -S or -b or -F with -a option for GNU/Linux shows the kernel boot parameters,
-from /proc/cmdline. Didn't find anything comparable for BSDs, if you can tell me
-where to look, I'll add it for those too, but wasn't anywhere I looked. Do the
-BSDs even use that method? Don't know, but the logic is there, waiting to be used
-if someone shows me how to get it cleanly. The 'parameters:' item shows in the main
-'System:' -S output, and will just show the entire kernel parameters used to boot.
+use rpm/apt/pacman, since the list is just wasted lines. Instructions in doc
+file show what to change, and how, and has an example to make it clear. Odds of
+this actually being used? Not high, lol, but that's fine, if people want it
+done, they can do it, if not, nothing bad happens, it just won't show any
+suggested install package, no big deal.
+
+3. Using the new disk vendor method, added even more disk vendors. Thanks linux
+lite hardware database!!
+
+4. EXCITING!! A new --admin/-a option, suggested by a user on
+techpatterns.com/forums/ Now -S or -b or -F with -a option for GNU/Linux shows
+the kernel boot parameters, from /proc/cmdline. Didn't find anything comparable
+for BSDs, if you can tell me where to look, I'll add it for those too, but
+wasn't anywhere I looked. Do the BSDs even use that method? Don't know, but the
+logic is there, waiting to be used if someone shows me how to get it cleanly.
+The 'parameters:' item shows in the main 'System:' -S output, and will just show
+the entire kernel parameters used to boot.
This could be very helpful to distros who often have to determine if for example
-graphics blacklists are correctly applied for non free drivers, like nomodeset etc,
-or if the opposite is present.
+graphics blacklists are correctly applied for non free drivers, like nomodeset
+etc, or if the opposite is present.
For forum/distro support, they just have to ask for: inxi -ba and they will see
-the relevant graphics info, for instance, or -SGaxxx, or -Faxxx, whatever is used
-to trigger in this case the graphics and system lines.
+the relevant graphics info, for instance, or -SGaxxx, or -Faxxx, whatever is
+used to trigger in this case the graphics and system lines.
-5. Updated man/help for 4 as well, now explains what they will see with --admin/
--a options and -S. Good user suggestion, I wish all new features were this easy,
+5. Updated man/help for 4 as well, now explains what they will see with --admin/
+-a options and -S. Good user suggestion, I wish all new features were this easy,
heh.
-
------------------------------------
+--------------------------------------------------------------------------------
-- Harald Hope - Tue, 30 Apr 2019 17:37:10 -0700
-=====================================================================================
+================================================================================
Version: 3.0.33
Patch: 00
Date: 2019-03-29
------------------------------------
-Changes:
------------------------------------
+--------------------------------------------------------------------------------
+UPDATES:
+--------------------------------------------------------------------------------
+
New version, new man. Weather explanations, disks, bugs!!
-Bugs:
-1. For sensors, in some cases, gpu failed to show correctly. This fixed issue #175
-
-Fixes:
-1. Made help/man explanations of weather changes more clear.
-Particularly in regards to no automated query info. But also for supported
-location syntaxes.
-2. Some corner cases of null weather data return null and tripped
-a null data error. This is corrected.
-3. Added city duplicate filter to weather output, this hopefully will
-in some cases avoid printing city name twice, depends on weather source.
+--------------------------------------------------------------------------------
+BUGS:
+
+1. For sensors, in some cases, gpu failed to show correctly. This fixed issue
+#175
+
+--------------------------------------------------------------------------------
+FIXES:
+
+1. Made help/man explanations of weather changes more clear. Particularly in
+regards to no automated query info. But also for supported location syntaxes.
+
+2. Some corner cases of null weather data return null and tripped a null data
+error. This is corrected.
+
+3. Added city duplicate filter to weather output, this hopefully will in some
+cases avoid printing city name twice, depends on weather source.
+
4. Removed --weather-source option 0, that no longer works so all code was
removed.
-5. More deb822 fixes, loosened up even more syntax. That's a poorly designed
+
+5. More deb822 fixes, loosened up even more syntax. That's a poorly designed
config syntax, hard to work with.
-Enhancements:
-1. Lots of new disk vendors. So many!! Thanks linux-lite hardware database!
-switched to a new method of getting disk name/vendor data, now it's a lot easier
+--------------------------------------------------------------------------------
+ENHANCEMENTS:
+
+1. Lots of new disk vendors. So many!! Thanks linux-lite hardware database!
+switched to a new method of getting disk name/vendor data, now it's a lot easier
to check for new ones.
+
2. Added fancybar to desktop info.
------------------------------------
+--------------------------------------------------------------------------------
-- Harald Hope - Fri, 29 Mar 2019 14:03:51 -0700
-=====================================================================================
+================================================================================
Version: 3.0.32
Patch: 00
Date: 2019-02-07
------------------------------------
-Changes:
------------------------------------
+--------------------------------------------------------------------------------
+UPDATES:
+--------------------------------------------------------------------------------
+
New version, new man. A few more modifications to weather.
-Fixes:
+--------------------------------------------------------------------------------
+FIXES:
+
1. In case with zero wind speed, it now shows zero, not N/A, as expected.
-Enhancements:
+--------------------------------------------------------------------------------
+ENHANCEMENTS:
+
1. Depending on weather source used:
* Shows precipitation, not rain/snow.
* Adds Sunrise/sunset (most sources do not have this)
------------------------------------
+--------------------------------------------------------------------------------
-- Harald Hope - Thu, 07 Feb 2019 20:50:18 -0800
-=====================================================================================
+================================================================================
Version: 3.0.31
Patch: 00
Date: 2019-02-06
------------------------------------
-Changes:
------------------------------------
+--------------------------------------------------------------------------------
+UPDATES:
+--------------------------------------------------------------------------------
New version, new man page. Big update! Get it in before your freeze!!
-Bugs:
-1. Maybe the vendor/product regex, which when + was used, would put out
-errors.
-2. Maybe Fix 4, since that could lead to incorrect behavior when sudo
-is involved depending on sudo configuration.
-3. BIG: current inxi weather will probably fail if not updated to this or
-newer versions!! Not an inxi bug per se, but your users will see it as one.
+--------------------------------------------------------------------------------
+BUGS:
+
+1. Maybe the vendor/product regex, which when + was used, would put out errors.
+
+2. Maybe Fix 4, since that could lead to incorrect behavior when sudo is
+involved depending on sudo configuration.
+
+3. BIG: current inxi weather will probably fail if not updated to this or newer
+versions!! Not an inxi bug per se, but your users will see it as one.
+
+--------------------------------------------------------------------------------
+FIXES:
-Fixes:
1. Fixed Patriot disk ID.
+
2. Fixes for PPC board handling.
-3. Regex cleaner fixes, this could lead to error in special cases of product
+
+3. Regex cleaner fixes, this could lead to error in special cases of product
vendor names.
-4. crazy from frugalware pointed out that $b_root detection was flawed, and
-relied on a bad assumption, particularly for sudo. As usual, he's right, that
-is now corrected, and uses $< Perl native to determine UID.
-Enhancements:
+4. crazy from frugalware pointed out that $b_root detection was flawed, and
+relied on a bad assumption, particularly for sudo. As usual, he's right, that is
+now corrected, and uses $< Perl native to determine UID.
+
+--------------------------------------------------------------------------------
+ENHANCEMENTS:
+
1. Added septor to Debian system base.
+
2. Removed quiet filters for downloaders when using --dbg 1, now you see the
-entire download action for curl/wget downloads. This went along with
-issue # 174
+entire download action for curl/wget downloads. This went along with issue # 174
+
3. New feature: --wan-ip-url. This closed issue #174. Also has user config
option: WAN_IP_URL as well to make changes permanent.
+
4. Added --dbg 1 to man and help. The other --dbg options are random and can
change, but --dbg 1 is always for downloading, so might as well tell people
about it.
-5. To anticipate the loss of a major weather API, inxi is redone to use smxi.org
+
+5. To anticipate the loss of a major weather API, inxi is redone to use smxi.org
based robust API. This also allows for a new switch, --weather-source (or --ws
-for shorter version), options 0-9, which will trigger different APIs on smxi.org.
-Added WEATHER_SOURCE configuration option as well. Note that 4-9 are not
-currently active. Also added in better error handling for weather.
-The main benefit here is that inxi is now largely agnostic to the weather APIs
-used, and those can be changed with no impact to inxi users who are running
-frozen pool inxi's, or who have not updated their inxi versions.
-
-NOTE: all inxi versions older than 3.0.31 will probably fail for weather
-quite soon. So update your inxi version in your repos!!
+for shorter version), options 0-9, which will trigger different APIs on
+smxi.org. Added WEATHER_SOURCE configuration option as well. Note that 4-9 are
+not currently active. Also added in better error handling for weather. The main
+benefit here is that inxi is now largely agnostic to the weather APIs used, and
+those can be changed with no impact to inxi users who are running frozen pool
+inxi's, or who have not updated their inxi versions.
+
+NOTE: all inxi versions older than 3.0.31 will probably fail for weather quite
+soon. So update your inxi version in your repos!!
+
6. More disk vendors IDs and matches. Thanks linuxlite hardware database.
-7. Going along with weather changes, added, if present, cloud cover, rain, and
+
+7. Going along with weather changes, added, if present, cloud cover, rain, and
snow reports. Those are for previously observed hour.
+
8. Small change to Intel CPU architecture, taking a guess on stepping for
-skylake/Cascade lake ID. Guessing if stepping is > 4, it's cascade lake. But
-could not find this documented, so it's a guess. At worst, it means that Cascade
-lake, which must be a later steppingi than 4, will not be ID'ed as skylake.
+skylake/Cascade lake ID. Guessing if stepping is > 4, it's cascade lake. But
+could not find this documented, so it's a guess. At worst, it means that
+Cascade lake, which must be a later steppingi than 4, will not be ID'ed as
+skylake.
+
9. Documentation updates for data sources.
-Changes:
-1. inxi now uses a new system to get weather data. There is no longer a risk
-of weather failing if the API used locally in inxi fails or goes away. This
-change should be largely invisible to casual users.
+--------------------------------------------------------------------------------
+CHANGES:
+
+1. inxi now uses a new system to get weather data. There is no longer a risk of
+weather failing if the API used locally in inxi fails or goes away. This change
+should be largely invisible to casual users.
+
2. In weather, moved dewpoint to be after humidity, which makes a little more
sense.
------------------------------------
+--------------------------------------------------------------------------------
-- Harald Hope - Wed, 06 Feb 2019 18:09:53 -0800
-=====================================================================================
+================================================================================
Version: 3.0.30
Patch: 00
Date: 2018-12-31
------------------------------------
-Changes:
------------------------------------
+--------------------------------------------------------------------------------
+UPDATES:
+--------------------------------------------------------------------------------
+
New version, new man page.
-Bugs:
-1. Both a fix and a bug, in that inxi had an out of date list of Xorg drivers.
+--------------------------------------------------------------------------------
+BUGS:
+
+1. Both a fix and a bug, in that inxi had an out of date list of Xorg drivers.
This led to all the newer Intel devices failing to show their drivers in the
-Xorg driver lines, like i915, i965, and so on. Updated to full current list of
+Xorg driver lines, like i915, i965, and so on. Updated to full current list of
Xorg drivers. This is not technically a bug since it's simply things that came
into existence after that logic was last updated. But it looks like a bug.
-Fixes:
-1. Issues #170 and #168 showed a problem with inxi believing it was running in IRC
-when Ansible or MOTD started inxi. This is because they are not tty so trip the
-non tty flag, which assumes it's in IRC in that case. The fix was to add a
+--------------------------------------------------------------------------------
+FIXES:
+
+1. Issues #170 and #168 showed a problem with inxi believing it was running in
+IRC when Ansible or MOTD started inxi. This is because they are not tty so trip
+the non tty flag, which assumes it's in IRC in that case. The fix was to add a
whitelist of known clients based on the parent name inxi discovers while running
-inside that parent. MOTD confirmed fixed, Ansible not confirmed. Why do people file
-issue reports then not follow up on them? Who knows.
+inside that parent. MOTD confirmed fixed, Ansible not confirmed. Why do people
+file issue reports then not follow up on them? Who knows.
+
Note that this issue is easy to trip by simply doing this: echo 'fred' | inxi
-which disables the tty test as well. To handle that scenario, that is, when inxi is
-not first in the pipe, I added many known terminal client names to the whitelists.
-This works in my tests, though the set of possible terminals, or programs with
-embedded terminals, is quite large, but inxi handles most of them automatically. When
-it doesn't, file an issue and I'll add your client ID to the whitelist, and use --tty
-in the meantime.
-2. Issue #171 by Vascom finally pinned down the wide character issue which manifests
-in some character sets, like greek or russian utf8. The fix was more of a work-around
-than a true fix, but inxi now simply checks the weather local time output for wide
-characters, and if detected, switches the local date/time format to iso standard,
-which does not contain non ascii characters as far as I can tell. This seemed to
-fix the issue.
+which disables the tty test as well. To handle that scenario, that is, when inxi
+is not first in the pipe, I added many known terminal client names to the
+whitelists. This works in my tests, though the set of possible terminals, or
+programs with embedded terminals, is quite large, but inxi handles most of them
+automatically. When it doesn't, file an issue and I'll add your client ID to the
+whitelist, and use --tty in the meantime.
+
+2. Issue #171 by Vascom finally pinned down the wide character issue which
+manifests in some character sets, like greek or russian utf8. The fix was more
+of a work-around than a true fix, but inxi now simply checks the weather local
+time output for wide characters, and if detected, switches the local date/time
+format to iso standard, which does not contain non ascii characters as far as I
+can tell. This seemed to fix the issue.
+
3. Added iso9660 from excluded file systems for partitions, not sure how inxi
missed that one for so long.
+
4. See bug 1, expanded and made current supported intel drivers, and a few other
-drivers, so now inxi has all the supported xorg drivers again. Updated docs as well
-to indicate where to get that data.
+drivers, so now inxi has all the supported xorg drivers again. Updated docs as
+well to indicate where to get that data.
-Enhancements:
-1. As usual, more disk vendor/product ID matches, thanks to linuxlite hardware
+--------------------------------------------------------------------------------
+ENHANCEMENTS:
+
+1. As usual, more disk vendor/product ID matches, thanks to linuxlite hardware
database, which never stops providing new or previously unseen disk ids. Latest
favorite? Swissarmy knife maker victorinox Swissflash usb device.
+
2. Added Elive system base ID.
+
3. Added Nutyx CARDS repo type.
------------------------------------
+--------------------------------------------------------------------------------
-- Harald Hope - Mon, 31 Dec 2018 20:54:08 -0800
-=====================================================================================
+================================================================================
Version: 3.0.29
Patch: 00
Date: 2018-12-10
------------------------------------
-Changes:
------------------------------------
+--------------------------------------------------------------------------------
+UPDATES:
+--------------------------------------------------------------------------------
+
New version, fixes, updates, missing specs.
-Bugs:
+--------------------------------------------------------------------------------
+BUGS:
+
1. See fix 4, incorrect positioning of Trinity desktop detection logic.
-Fixes:
+--------------------------------------------------------------------------------
+FIXES:
+
1. Vascom reports in issue #169 that some systems are making the /sys cpu
vulnerability data root read only. Added <root required> test and output.
-2. A while back, they added several chassis types in the smbios
-specifications. I used an older specification pdf file, this is now corrected.
-Note that realworld use of the new types exists, like tablet, mini pc, and so
-on. This missing data caused Machine report to list N/A as machine type when
-it was actually known. I'd been using an older specification PDF, and had
-failed to look at the actual spec download page, where you could clearly see
-the newer spec file. Corrected this in the inxi docs as well.
-3. Made gentoo repo reader check for case insensitive values for enabled.
-Also extended that to other repo readers that use similar syntax, they are
-all now case insensitive (Yes/yes/YES, that is)
-4. Fixed incorrect handling of Trinity desktop ID, that needed to happen in
-the kde ID block, as first test, not after it. Caused failure in Q4OS trinity,
-and maybe others. I'm not sure why inxi had the detection where it was, it
-made no real sense, so that's now nicely integrated, so these types of
-failures should not happen again. Thanks Q4OS for exposing that issue.
-
-Enhancements:
+
+2. A while back, they added several chassis types in the smbios specifications.
+I used an older specification pdf file, this is now corrected. Note that
+realworld use of the new types exists, like tablet, mini pc, and so on. This
+missing data caused Machine report to list N/A as machine type when it was
+actually known. I'd been using an older specification PDF, and had failed to
+look at the actual spec download page, where you could clearly see the newer
+spec file. Corrected this in the inxi docs as well.
+
+3. Made gentoo repo reader check for case insensitive values for enabled. Also
+extended that to other repo readers that use similar syntax, they are all now
+case insensitive (Yes/yes/YES, that is)
+
+4. Fixed incorrect handling of Trinity desktop ID, that needed to happen in the
+kde ID block, as first test, not after it. Caused failure in Q4OS trinity, and
+maybe others. I'm not sure why inxi had the detection where it was, it made no
+real sense, so that's now nicely integrated, so these types of failures should
+not happen again. Thanks Q4OS for exposing that issue.
+
+--------------------------------------------------------------------------------
+ENHANCEMENTS:
+
1. Added TDM and CDM display managers. Never seen either (Q4OS uses TDM), TDM
corrected. CDM not confirmed, don't know if it's still around, but if it is
similar to TDM re cdm.pid in /run, it should be detected fine.
-2. Added more disk vendors/ids, the list never stops!! Thanks LinuxLite
-Hardware database, your users seem to use every disk known to humanity.
+
+2. Added more disk vendors/ids, the list never stops!! Thanks LinuxLite Hardware
+database, your users seem to use every disk known to humanity.
+
3. Added Debian derived Q4OS distro ID and system base handler.
------------------------------------
+--------------------------------------------------------------------------------
-- Harald Hope - Mon, 10 Dec 2018 11:08:47 -0800
-=====================================================================================
+================================================================================
Version: 3.0.28
Patch: 00
Date: 2018-11-28
------------------------------------
-Changes:
------------------------------------
+--------------------------------------------------------------------------------
+UPDATES:
+--------------------------------------------------------------------------------
+
New version, new man. Fixes, enhancements.
-Bugs:
+--------------------------------------------------------------------------------
+BUGS:
+
1. ARM fix, odroid > 1 cpu speeds not showing correctly.
+
2. Ansible start fixes.
+
3. Fringe Battery failures, see Pinebook.
-Fixes:
+--------------------------------------------------------------------------------
+FIXES:
+
1. Removed null data message 'old system' since that's not always the case.
+
2. Added support for > 1 CPU speeds in systems with > 1 CPU.
-3. Added is_numeric test for sudo version tests, that was tripping errors in
+
+3. Added is_numeric test for sudo version tests, that was tripping errors in
rare cases.
-4. Fine tuned terminal size setting to check that is int to correct the
-Ansible problem.
-5. ARM Pinebook fixes, battery, cpu. This also fixes corner cases where
-the battery charge state is missing but it is a systme battery.
-Enhancments:
+4. Fine tuned terminal size setting to check that is int to correct the Ansible
+problem.
+
+5. ARM Pinebook fixes, battery, cpu. This also fixes corner cases where the
+battery charge state is missing but it is a systme battery.
+
+--------------------------------------------------------------------------------
+ENHANCEMENTS:
+
1. Added more disk ID matches/vendors. Thanks LinuxLite Hardware database!!
+
2. UKUI, ukwm, ukui-panel added to desktop data.
+
3. Added PopOS to system base.
+
4. Ansible/Chef user noted that inxi believes that it is running in IRC when
-started by Ansible / Chef (not sure about Chef but assuming it's the same).
+started by Ansible / Chef (not sure about Chef but assuming it's the same).
Added flag --tty flag to force inxi to believe it's running in shell no matter
what starts it. Note that this fix is not confirmed because the person didn't
confirm the fix. Annoying.
+
5. Added Ubuntu disco to ubuntu_id.
------------------------------------
+--------------------------------------------------------------------------------
-- Harald Hope - Thu, 29 Nov 2018 21:12:14 -0800
-=====================================================================================
+================================================================================
Version: 3.0.27
Patch: 00
Date: 2018-10-14
------------------------------------
-Changes:
------------------------------------
+--------------------------------------------------------------------------------
+UPDATES:
+--------------------------------------------------------------------------------
New version, new man. Fixes, stitches, and returns!!
-Bugs:
-1. As a fix (3), failure to handle spaces in mount source names. More of a fix than
-a bug, since it was an old issue #63.
+--------------------------------------------------------------------------------
+BUGS:
+
+1. As a fix (3), failure to handle spaces in mount source names. More of a fix
+than a bug, since it was an old issue #63.
+
2. OSX errors, BSD errors, but not really inxi errors or bugs, more weird data
-tripping null data or unreadable file errors, but I'll call those bugs since they
-look like bugs to end users. See Fixes for more.
+tripping null data or unreadable file errors, but I'll call those bugs since
+they look like bugs to end users. See Fixes for more.
+
3. See Fix 4, this is sort of a bug, inxi failed to return expected values on
success/failure.
-Fixes:
-1. One of the documented config items, COLS_MAX_NO_DISPLAY had not been implemented
-internally. This is now corrected.
+--------------------------------------------------------------------------------
+FIXES:
+
+1. One of the documented config items, COLS_MAX_NO_DISPLAY had not been
+implemented internally. This is now corrected.
+
2. Apple OSX was returning errors, those were fixed.
-3. Finally handled ancient issue #63, support now there for spaces in remote source
-name. This means that both spaces in source block name, and mount point name, are
-in theory both handled now. This was also to fix an osx issue #164 despite the
-fact that technically I do not support osx beyond fixing errors, but since in this
-case the issue was a long standing one, I fixed it for everything.
-4. Big fix, I'd completely left undone proper unix type error number returns in
-inxi, oops. Thanks Unit193 for noticing that and prompting me to fix it. Now inxi
-returns integer success/error numbers as expected.
-5. OSX xml based version info broke, of course, naturally it would, so I added in
-an osx fallback where if no distro version detected, use fallback unix method, which
-is what all the other unices use.
-6. Along with space in source name, fixed mapped handling a bit more too for
+
+3. Finally handled ancient issue #63, support now there for spaces in remote
+source name. This means that both spaces in source block name, and mount point
+name, are in theory both handled now. This was also to fix an osx issue #164
+despite the fact that technically I do not support osx beyond fixing errors, but
+since in this case the issue was a long standing one, I fixed it for everything.
+
+4. Big fix, I'd completely left undone proper unix type error number returns in
+inxi, oops. Thanks Unit193 for noticing that and prompting me to fix it. Now
+inxi returns integer success/error numbers as expected.
+
+5. OSX xml based version info broke, of course, naturally it would, so I added
+in an osx fallback where if no distro version detected, use fallback unix
+method, which is what all the other unices use.
+
+6. Along with space in source name, fixed mapped handling a bit more too for
partitions.
-6. Added cifs remote file system to disk size used blacklist, and iso9660. Not sure
-how I'd missed those for so long.
-7. OpenBSD vmstat in 6.3 changed the column order for avm/fre, and changed to a,
-sigh, human readable default format, in M, so to handle this for all bsds, I had
-to make a dynamic column detection for avm and fre, and use those after, and also
-i had to add in a M detection, if found, *1024 and strip out M, sigh.
-8. OpenBSD, another alternate ordering/syntax issue, the dmesg.boot data for disks
-does not always use the same order in comma separated list, saw user case where
-the first item after : was the MB size, not the second. Made detection dynamic.
-9. Due to Android case, found types where no cpu speed data was found, no max speed
-at least, which tripped an error due to null data for ARM, this is now handled,
-now cpu speed min/max read permissions in /sys are checked first before trying to
-read, and default failures are better handled.
-10. On man page, added in clarification of the moving of Memory: item from Info:
-line to ram Memory: line, explaining when it appears where. I am ambivalent about
-removing the item from -I, I may revert that change, I find it non-intuitive to
-move the Memory report around.
-
-Enhancements:
+
+6. Added cifs remote file system to disk size used blacklist, and iso9660. Not
+sure how I'd missed those for so long.
+
+7. OpenBSD vmstat in 6.3 changed the column order for avm/fre, and changed to a,
+sigh, human readable default format, in M, so to handle this for all BSDs, I had
+to make a dynamic column detection for avm and fre, and use those after, and
+also i had to add in a M detection, if found, *1024 and strip out M, sigh.
+
+8. OpenBSD, another alternate ordering/syntax issue, the dmesg.boot data for
+disks does not always use the same order in comma separated list, saw user case
+where the first item after : was the MB size, not the second. Made detection
+dynamic.
+
+9. Due to Android case, found types where no cpu speed data was found, no max
+speed at least, which tripped an error due to null data for ARM, this is now
+handled, now cpu speed min/max read permissions in /sys are checked first before
+trying to read, and default failures are better handled.
+
+10. On man page, added in clarification of the moving of Memory: item from Info:
+line to ram Memory: line, explaining when it appears where. I am ambivalent
+about removing the item from -I, I may revert that change, I find it
+non-intuitive to move the Memory report around.
+
+--------------------------------------------------------------------------------
+ENHANCEMENTS:
+
1. Added display manager Ly, plus Ly version number. Thanks NamedKitten, this
closes issues #166 #165 #162
-2. Improved documentation a bit to avoid ambiguity re how to get colors in output.
-That handles issue #161, thanks fugo for the nudge to improve the documentation.
-3. First inxi on Android tests, using termux, which has a debian based apt
-type installer, got inxi running on at least two devices, including pixel2, but
+
+2. Improved documentation a bit to avoid ambiguity re how to get colors in
+output. That handles issue #161, thanks fugo for the nudge to improve the
+documentation.
+
+3. First inxi on Android tests, using termux, which has a debian based apt type
+installer, got inxi running on at least two devices, including pixel2, but
discovered that apparently as of android 5, /sys is now locked up in terms of
wildcard reads, but further analysis is required, but as of now, inxi works in
-termux, but fails to get any Device data for A, G, or N. Thus it also fails to match
-IF to Device, so none of the IP data shows up. The latter will probably be fixed
-since Android has ip and ifconfig already, or termux does, but so far I found no
-way to get device data for ARM in Android 5.x and greater (checked on
+termux, but fails to get any Device data for A, G, or N. Thus it also fails to
+match IF to Device, so none of the IP data shows up. The latter will probably be
+fixed since Android has ip and ifconfig already, or termux does, but so far I
+found no way to get device data for ARM in Android 5.x and greater (checked on
android 7 and 9 in real phones).
-4. More disk vendors!! thanks linuxlite / linux hardware database for offering an
-apparently never ending list of obscure and not so obscure disk vendors and
+
+4. More disk vendors!! thanks linuxlite / linux hardware database for offering
+an apparently never ending list of obscure and not so obscure disk vendors and
products.
-5. While I was unable to get confirmation or documentation on file names for
-tce repo files, I guessed that localmirrors would be used, but this may be
-any random text file in /opt at all, no extensions, I'd have to test to confirm
-or deny possible values.
+
+5. While I was unable to get confirmation or documentation on file names for tce
+repo files, I guessed that localmirrors would be used, but this may be any
+random text file in /opt at all, no extensions, I'd have to test to confirm or
+deny possible values.
+
6. To handle more complex debugger failures, added --debug-no-proc,
---debug-no-exit, to skip or enable completion where proc or sys debugger is hanging.
-
-Changes:
-1. Changed vendor in A, G, and N to -x, not -xxx, this data seems much more useful
-and reliable than I'd first expected when I made the feature, the -xxx was more
-an indication of my lack of trust in the method and source, but so far it seems
-pretty good, so I bumped it up to an -x option. Note that also, it's quite useful
-to know the vendor of, say, your network or graphics card, not just the actual
-device internal data, which is all inxi has ever shown previously.
-2. Small change, if no partition type data is found, dev, remote, mapped, default
-now says 'source:' instead of 'dev:' which makes more sense. Note that df calls
-that column 'source', so I decided to go with their language for the default not
-found case. Also changed mapped to say mapped. This was part of a bit of a
-refactor of the partition type logic, enhanced by adding mapped to existing types,
-and moved the entire type detection block into the main data generator, and out
-of the data line constructor.
-
-Optimizations:
-1. Tested, and dumped, List::Util first() as a possible way to speed up grep
-searches of arrays, where the goal is just to see if something is in an array. My
-expectation was that first(), returning the first found instance of the search term,
-would of course be faster since it will always exit the search loop was met with
-the sad fact that first() is about 2 to 4 times SLOWER than grep() native builtin.
-I tested this fairly carefully, and used NYTProf optimizer tool and the results were
-totally consistent, first() was always much slower than grep(), no matter what size
-the array is. I assume this means the core C programming that makes grep is simply
-much better than the File::Util module programming that makes first(). Removed
-first() and now know that nothing will be faster than grep so no need to look there
-for speed improvements.
+--debug-no-exit, to skip or enable completion where proc or sys debugger is
+hanging.
+
+--------------------------------------------------------------------------------
+CHANGES:
+
+1. Changed vendor in A, G, and N to -x, not -xxx, this data seems much more
+useful and reliable than I'd first expected when I made the feature, the -xxx
+was more an indication of my lack of trust in the method and source, but so far
+it seems pretty good, so I bumped it up to an -x option. Note that also, it's
+quite useful to know the vendor of, say, your network or graphics card, not just
+the actual device internal data, which is all inxi has ever shown previously.
+
+2. Small change, if no partition type data is found, dev, remote, mapped,
+default now says 'source:' instead of 'dev:' which makes more sense. Note that
+df calls that column 'source', so I decided to go with their language for the
+default not found case. Also changed mapped to say mapped. This was part of a
+bit of a refactor of the partition type logic, enhanced by adding mapped to
+existing types, and moved the entire type detection block into the main data
+generator, and out of the data line constructor.
+
+--------------------------------------------------------------------------------
+CODE:
+
+1. Optimizations: Tested, and dumped, List::Util first() as a possible way to
+speed up grep searches of arrays, where the goal is just to see if something is
+in an array. My expectation was that first(), returning the first found instance
+of the search term, would of course be faster since it will always exit the
+search loop was met with the sad fact that first() is about 2 to 4 times SLOWER
+than grep() native builtin.
+
+I tested this fairly carefully, and used NYTProf optimizer tool and the results
+were totally consistent, first() was always much slower than grep(), no matter
+what size the array is. I assume this means the core C programming that makes
+grep is simply much better than the File::Util module programming that makes
+first(). Removed first() and now know that nothing will be faster than grep so
+no need to look there for speed improvements.
+
The moral of the story: just because something should in theory be faster, does
sadly not mean it will be faster, for there are bigger things at work, skill of
-the programmers who made the logic, how perl handles external vs internal tools,
+the programmers who made the logic, how perl handles external vs internal tools,
and so on. As an aside, this forms a fairly consistent pattern where I've found
-Perl by itself to be faster than modules in many cases, that is, it's faster to
+Perl by itself to be faster than modules in many cases, that is, it's faster to
write the code out than to use a module in many cases that I have tested, so I
-will always test such ideas and dump every one that is in fact slower than native
-Perl builtins.
+will always test such ideas and dump every one that is in fact slower than
+native Perl builtins.
------------------------------------
+--------------------------------------------------------------------------------
-- Harald Hope - Sun, 14 Oct 2018 15:24:34 -0700
-=====================================================================================
+================================================================================
Version: 3.0.26
Patch: 00
Date: 2018-09-28
------------------------------------
-Changes:
------------------------------------
+--------------------------------------------------------------------------------
+UPDATES:
+--------------------------------------------------------------------------------
+
New version, new man.
-Bugs:
-1. If you consider failure to identify a mounted yet hidden partition a bug, then
-that bug is fixed, but I consider that as more of a fix than a bug.
+--------------------------------------------------------------------------------
+BUGS:
+
+1. If you consider failure to identify a mounted yet hidden partition a bug,
+then that bug is fixed, but I consider that as more of a fix than a bug.
+
+--------------------------------------------------------------------------------
+FIXES:
-Fixes:
1. Added more device pattern ID for odroid C1 and C2, these are now pretty well
supported.
+
2. inxi failed to handle a certain type of hidden partition, so far only seen
with udiskctl mounted TimeShift partitions, but this may be a more general udisk
issue, but so far not enough information. The fix is to use the lsblk data to
-build up missing partitions, so this fix is for non legacy Linux systems only.
-The fix works pretty well, but it's hard to know until we get a lot more real
+build up missing partitions, so this fix is for non legacy Linux systems only.
+The fix works pretty well, but it's hard to know until we get a lot more real
world data, but given so far I've received only one issue report on it, I
-suspect this is not a common situation, but you never know, it would never
-have shown up in datasets unless I had looked specifically for it, so it may
-be more common than I think.
+suspect this is not a common situation, but you never know, it would never have
+shown up in datasets unless I had looked specifically for it, so it may be more
+common than I think.
+
3. Cleaned up and simplified new --admin -p and -d logic.
+
4. Refactored deb822 apt handling due to utter randomness of syntax allowed.
-Enhancements:
-1. For debugging, renamed all user debugger switches to have prefix --debug.
+--------------------------------------------------------------------------------
+ENHANCEMENTS:
+
+1. For debugging, renamed all user debugger switches to have prefix --debug.
These options are to help debug debugger failures, and so far have been tested
and solved the failures, so I'm adding them all to the main man and help menu,
-thus raising them to the level of supported tools. These were enormously helpful
+thus raising them to the level of supported tools. These were enormously helpful
in solving proc or sys debugger hangs.
* --debug-proc
* --debug-proc-print
* --debug-no-sys
* --debug-sys
* --debug-sys-print
-2. Added findmnt output to debugger, that may be useful in the future. Also added
-df -kTPa to also catch hidden partitions in debugger.
-3. Added in another user level debugger, triggered with --debug-test-1 flag. This
-will do whatever operation is needed at the time for that user. Some issues can
-only be resolved by the user on their machine.
+
+2. Added findmnt output to debugger, that may be useful in the future. Also
+added df -kTPa to also catch hidden partitions in debugger.
+
+3. Added in another user level debugger, triggered with --debug-test-1 flag.
+This will do whatever operation is needed at the time for that user. Some issues
+can only be resolved by the user on their machine.
+
4. More disk vendors and matches!!! Thanks linuxlite/linux hardware database!
------------------------------------
+--------------------------------------------------------------------------------
-- Harald Hope - Fri, 28 Sep 2018 13:47:03 -0700
-=====================================================================================
+================================================================================
Version: 3.0.25
Patch: 00
Date: 2018-09-24
------------------------------------
-Changes:
------------------------------------
+--------------------------------------------------------------------------------
+UPDATES:
+--------------------------------------------------------------------------------
+
New version, new man. Huge set of changes. Excitement!! Thrills! Spills?
-Bugs:
+--------------------------------------------------------------------------------
+BUGS:
+
1. There was a missing main::is_int test that in some instances triggered
error. This is corrected.
2. More of a fix, but legacy devices were not matching NIC to IF because
the /sys path was not a link as it is now. I made a separate function to
handle that match test so it could be more readily worked with.
-Fixes:
-1. Arch/Manjaro presented yet another Xorg.wrapper path, this time /usr/lib. Why?
-who knows. That to me is a bug, but since if it's not handled in inxi, it makes
-it look like inxi has a server: -G bug, I worked around it. Again. This creates
-the bug when you do not use the actual true path of Xorg where Xorg.wrapper
-complains and will not show -version data. Why move this? why use that wrapper
-thing? I don't know, makes no sense to me.
-2. More MIPS data, thanks manjaro ARM people. This made MIPS much better, though
+--------------------------------------------------------------------------------
+FIXES:
+
+1. Arch/Manjaro presented yet another Xorg.wrapper path, this time /usr/lib.
+Why? who knows. That to me is a bug, but since if it's not handled in inxi, it
+makes it look like inxi has a server: -G bug, I worked around it. Again. This
+creates the bug when you do not use the actual true path of Xorg where
+Xorg.wrapper complains and will not show -version data. Why move this? why use
+that wrapper thing? I don't know, makes no sense to me.
+
+2. More MIPS data, thanks manjaro ARM people. This made MIPS much better, though
it will certainly need more work.
+
3. Better ARM support, added in devicetree strings, which helps pad out the
-Devices IDs, albeit with very little data, but at least the devices are detected.
-Thanks Manjaro ARM people there again.
+Devices IDs, albeit with very little data, but at least the devices are
+detected. Thanks Manjaro ARM people there again.
+
4. Removed Upstart init test for arm/mips/sparc devices. This test made MIPS
-device totally puke and die, killed networking, so since very few upstart running
-systems will be arm/mips devices, I decided there better safe than sorry.
+device totally puke and die, killed networking, so since very few upstart
+running systems will be arm/mips devices, I decided there better safe than
+sorry.
+
5. Found another uptime syntax case, MIPS as root does not have the users item.
+
6. Many tweaks to SOC data generators, will catch more categories, but the lists
-will never be done since each device can be, and often is, random re the syntax.
+will never be done since each device can be, and often is, random re the syntax.
SOC types are now filtered through a function to create consistent device type
strings for the per device tool to use to assign each to its proper
@device_<type> array.
-7. USB networking failed to test usb type for 'network', which led to failed
-ids on some device strings.
-8. For pciconf/FreeBSD, cleaned up device class strings to get rid of 0x and
-trailing subsubclass values, this converts it into the same hex 4 item string
+
+7. USB networking failed to test usb type for 'network', which led to failed ids
+on some device strings.
+
+8. For pciconf/FreeBSD, cleaned up device class strings to get rid of 0x and
+trailing subsubclass values, this converts it into the same hex 4 item string
that is used by GNU/Linux/lspci so I can apply consistent rules to all pci
-types, no matter what the generator source is, lspci, pcidump, pciconf, and
-eventually pcictl if I can get netbsd running.
+types, no matter what the generator source is, lspci, pcidump, pciconf, and
+eventually pcictl if I can get netBSD running.
+
9. Fixed internal --dbg counts for various features, and updated docs for that.
+
10. Fixed ARM / MIPS missing data messages, they were redundant.
-11. Ongoing, moving excessive source comments to inxi-values.txt and inxi-data.txt.
-12. Added unity-system-compositor as mir detection, who knew? I guess that was
+
+11. Ongoing, moving excessive source comments to inxi-values.txt and
+inxi-data.txt.
+
+12. Added unity-system-compositor as mir detection, who knew? I guess that was
its production application name all along? Oh well.
-Enhancements:
-1. Added basic support for OpenIndiana/Solaris/SunOS as a bsd type. Just enough
+--------------------------------------------------------------------------------
+ENHANCEMENTS:
+
+1. Added basic support for OpenIndiana/Solaris/SunOS as a BSD type. Just enough
to make errors not happen.
-2. Future proofed unix/bsd detections just to avoid the unset $bsd_type of non
+
+2. Future proofed unix/BSD detections just to avoid the unset $BSD_type of non
BSD unix.
+
3. Added S6 init system to init tool.
-4. Added OpenBSD pcidump to new DeviceData feature. Includes now <root required>
+
+4. Added OpenBSD pcidump to new DeviceData feature. Includes now <root required>
message on Device-x: lines if not root. All working.
-5. Fully refactored the old pci stuff to DeviceData package/class, due to adding
+
+5. Fully refactored the old pci stuff to DeviceData package/class, due to adding
so many types to that, it made sense to make it a single class.
+
6. Did the same to USBData, because of lsusb, usbdevs, and /sys usb, made sense
to integrate the data grabber into one package/class
+
7. Added speed: item to USB:, it shows in Mb/s or Gb/s
+
8. Added Odroid C1/C2 handling, which is one big reason I opted to refactor the
devices data logic into DeviceData.
-9. Added ash shell, not sure if that detection will work, but if it does,
-it will show.
+
+9. Added ash shell, not sure if that detection will work, but if it does, it
+will show.
+
10. As part of the overall DeviceData refactor, I moved all per type data into
dedicated arrays, like @device_graphics, @device_audio, @device_network, etc,
which lets me totally dump all the per device item tests, and just check the
-arrays, which have already been tested for on the construction of the primary
-DeviceData set. Moved all per type detections into DeviceData so that is now
-one complete logic block, and the per type data generators don't need to know
-about any of that logic at all anymore.
+arrays, which have already been tested for on the construction of the primary
+DeviceData set. Moved all per type detections into DeviceData so that is now one
+complete logic block, and the per type data generators don't need to know about
+any of that logic at all anymore.
+
11. Added sway, swaybar, way-cooler as window managers, info items. Not 100%
-positive about the --version, their docs weren't very consistent, but I think
+positive about the --version, their docs weren't very consistent, but I think
the guess should be right if their docs weren't incorrect.
+
12. Added vendor: item to network, not sure why I kept that off when I added
vendor: to audio and graphics. It made sense at the time, but not now, so now
-GNA all have vendor: if detected.
+
13. More device vendors!! The list never ends. Thanks linuxlite/linux hardware
database, somehow you have users that manage to use every obscure usb/ssd/hdd
known to humanity.
+
14. Big update to --admin, now has the following:
A: partitions: shows 'raw size: ' of partition, this lets users see the amount
of file system overhead, along with the available size as usual.
@@ -2798,150 +4544,121 @@ known to humanity.
or (default [default value]) added. This apparently can help debugging some
kernel issues etc. Whatever, I'll take someone's word for that.
E: Disks: show block size: logical: physical:
+
15. New option and configuration item: --partition-sort / PARTITION_SORT
This lets users change default mount point sort order to any available ordering
in the partition item. Man page and help menu show options.
+
16. Going along with the MIPS fixes, added basic support for OpenWRT, which uses
an immensely stripped down busybox (no ps aux, for example), maybe because it
only runs as root user/ not sure, anyway, took many fixes.
+
17. Added Void Linux xbps repos to Repos section.
-Changes:
-1. Changed usb: 1.1 to rev: 1.1 because for linux, we have the USB revision number,
-like 3.1. Note that this is going to be wrong for BSDs, but that's fine.
-2. Changed slightly the output of Memory item, now it follows the following rules:
- A: if -m/--memory is triggered (> -v4, or -m) Memory line always shows in Memory:
- item, which makes sense. Note that -m overrides all other options of where Memory
- minireport could be located.
+--------------------------------------------------------------------------------
+CHANGES:
+
+1. Changed usb: 1.1 to rev: 1.1 because for linux, we have the USB revision
+number, like 3.1. Note that this is going to be wrong for BSDs, but that's fine.
+
+2. Changed slightly the output of Memory item, now it follows the following
+rules:
+ A: if -m/--memory is triggered (> -v4, or -m) Memory line always shows in
+ Memory: item, which makes sense. Note that -m overrides all other options of
+ where Memory minireport could be located.
B: if -tm is triggered, and -I is not triggered, Memory shows in in -tm
C: if -I is triggered, and -m is not triggered, Memory: shows in -I line.
D: no change in short form inxi no arg output, Memory is there.
------------------------------------
+--------------------------------------------------------------------------------
-- Harald Hope - Mon, 24 Sep 2018 15:58:00 -0700
-=====================================================================================
+================================================================================
Version: 3.0.24
Patch: 00
Date: 2018-09-10
------------------------------------
-Changes:
------------------------------------
+--------------------------------------------------------------------------------
+UPDATES:
+--------------------------------------------------------------------------------
+
New version, new man page. Bug fix, enhancements, fixes.
-Bugs:
-1. Big bug found on certain systems, they use non system memory memory arrays, inxi
-failed to anticipate that situation, and would exit with error when run as root for
--m when it hit those array types. These arrays did not have modules listed, so the
-module array was undefined, which caused the failure. Thanks Manjaro anonymous
-debugger dataset 'loki' for finding this failure.
-This is literally the first dataset I've seen that had this issue, but who knows
-how many other system boards will show something like that as well.
+--------------------------------------------------------------------------------
+BUGS:
+
+1. Big bug found on certain systems, they use non system memory memory arrays,
+inxi failed to anticipate that situation, and would exit with error when run as
+root for -m when it hit those array types. These arrays did not have modules
+listed, so the module array was undefined, which caused the failure. Thanks
+Manjaro anonymous debugger dataset 'loki' for finding this failure. This is
+literally the first dataset I've seen that had this issue, but who knows how
+many other system boards will show something like that as well.
+
+--------------------------------------------------------------------------------
+FIXES:
-Fixes:
1. Related to bug 1, do not show the max module size item if not system memory
and size is less than 10 MiB. Assuming there that it's one of these odd boards.
-Enhancements:
-1. For bug 1, extended Memory: report to include array type if not system memory.
-That instance had Video Memory, Flash Memory, and Cache Memory arrays along with
-the regular System Memory array. Now shows: use: Video Memory for example if not
-System Memory to make it clear what is going on.
-2. Added basic Parrot system base, but for some inexplicable reason, Parrot changed
-the /etc/debian_version file to show 'stable' instead of the release number. Why?
-Who knows, it would be so much easier if people making these derived distros would
-be consistent and not change things for no good reason.
-3. Added a few more pattern matches to existing vendors for disks. As usual, thanks
-linuxlite/linux hardware database for the endless lists of disk data.
-4. Added internal dmidecode debugger switches, that makes it much easier to inject
-test dmidecode data from text files using debugger switches internally.
+--------------------------------------------------------------------------------
+ENHANCEMENTS:
+
+1. For bug 1, extended Memory: report to include array type if not system
+memory. That instance had Video Memory, Flash Memory, and Cache Memory arrays
+along with the regular System Memory array. Now shows: use: Video Memory for
+example if not System Memory to make it clear what is going on.
+
+2. Added basic Parrot system base, but for some inexplicable reason, Parrot
+changed the /etc/debian_version file to show 'stable' instead of the release
+number. Why? Who knows, it would be so much easier if people making these
+derived distros would be consistent and not change things for no good reason.
+
+3. Added a few more pattern matches to existing vendors for disks. As usual,
+thanks linuxlite/linux hardware database for the endless lists of disk data.
+
+4. Added internal dmidecode debugger switches, that makes it much easier to
+inject test dmidecode data from text files using debugger switches internally.
+
5. Added -Cxx item, which will run if root and -C are used, now grabs L1 and L3
-cache data from dmidecode and shows it. I didn't realize that data was there, not
-sure how I'd missed it all these years, I guess pinxi really is much easier to work
-on! This only runs if user has dmidecode permissions from root or sudo.
-6. Brought cpu architectures up to date, new intel, new amd. Note there's a slight
-confusion about what is coffee lake and what is kaby lake.
+cache data from dmidecode and shows it. I didn't realize that data was there,
+not sure how I'd missed it all these years, I guess pinxi really is much easier
+to work on! This only runs if user has dmidecode permissions from root or sudo.
+
+6. Brought cpu architectures up to date, new intel, new amd. Note there's a
+slight confusion about what is coffee lake and what is kaby lake.
------------------------------------
+--------------------------------------------------------------------------------
-- Harald Hope - Mon, 10 Sep 2018 15:00:17 -0700
-=====================================================================================
+================================================================================
Version: 3.0.23
Patch: 00
Date: 2018-09-07
------------------------------------
-Changes:
------------------------------------
+--------------------------------------------------------------------------------
+UPDATES:
+--------------------------------------------------------------------------------
New version, man page. Fixes, enhancements, changes.
Thanks:
1. AntiX forums, for testing -C --admin, suggestions, always helpful.
-Bugs:
-1. Added switch to set @ps_gui, I forgot case where info block was only thing
-that used ps_gui (Nitrux kde nomad latte case). This led to no info: data if
-other ps_gui switches not activated. Now each block that can use it activates it.
-
-Fixes:
-1. To clarify issue #161 added help/man explanation on how to get colors in cases
-where you want to preserve colors for piped or redirected output. Thanks fugo.
-2. LMDE 3.0 released, slightly different system base handling, so refactored to
-add Debian version, see enhancement 2. Tested on some old vm instances, improved
-old system Debian system base id, but it's empirical, distro by distro, there is
-no rule I can use to automatically do it, sadly.
-3. 'Motherboard' sensors field name added, a few small tweaks to sensors. This
-was in response to issue #159, which also raised a problem I was not really
-aware of, user generated sensor config files, that can have totally random
-field names. Longer term solution, start getting data from sys to pad out
-lm-sensors data, or to handle cases where no lm-sensors installed.
-4. Fixed kwin_11 and kwin_wayland compositor print names, I'd left out the _,
-which made it look strange, like there were two compositors or something.
-5. Fixed latte-dock ID, I thought the program name when running was latte, not
-latte-dock. inxi checks for both now. Thanks Nitrux for exposing that in vm test.
-6. Sensors: added in a small filter to motherboard temp, avoid values that are
-too high, like SYSTIN: 118 C, filters out to only use < 90 C. Very unlikely a
-mobo would be more than 90C unless it's a mistake or about to melt. This may
-correct anoymous debugger dataset report from rakasunka.
+--------------------------------------------------------------------------------
+KNOWN ISSUES:
-Enhancements:
-1. Added --admin to -v 8 and to --debugger 2x
-2. Added -a to trigger --admin. This lets you run something like -Fxxxaz
-3. Expanded system base to use Debian version tool, like the ubuntu one, that
-lets me match version number to codename. The ubuntu one matches code names to
-release dates. Added Neptune, PureOS, Sparky, Tails, to new Debian system base
-handler.
-4. Big enhancement: --admin -C now shows a nice report on cpu vulnerabilities,
-and has a good error message if no data found. Report shows:
-Vulnerabilities: Type: [e.g. meltdown] status/mitigation: text explanation.
-Note: 'status' is for when no mitigation, either not applicable, or is vulnerable.
-'mitigation' is when it's handled, and how. Thanks issue #160 Vascom from Fedora
-for that request.
-5. The never-ending saga of disk vendor IDs continues. More obscure vendors,
-more matches to existing vendors. Thanks linuxlite/linux hardware database
-
-Changes:
-1. Reordered usb output, I don't know why I had Hubs and Devices use different
-ordering and different -x switch priorities, that was silly, and made it hard to
-read.
-Now shows:
-Device/Hub: bus-id-port-id[.port-id]:device-id info: [product info]
-type/ports: [devices/hubs] usb: [type, speed]
--x adds drivers for devices, and usb: speed is now default for devices, same as
-Hubs. Why I had those different is beyond me.
-The USB ordering is now more sensible, the various components of each
-matching whether hub or device.
-
-Unfixable or Won't Fix:
1. Unable to detect Nomad desktop. As far as I can tell, Nomad is only a theme
applied to KDE Plasma, there is no program by that name detectable, only a
reference in ps aux to a theme called nomad.
-2. Nitrux system base ID will not work until they correct their /etc/os-release file.
+
+2. Nitrux system base ID will not work until they correct their /etc/os-release
+file.
+
3. Tails live cd for some inexplicable reason uses non standard /etc/os-release
-field names, which forces me to either do a custom detection just for them, or for
-them to fix this bug. I opted for ignoring it, if I let each distro break standard
-formats then try to work around it, the distro ID will grow to be a 1000 lines long
-easily. Will file distro bug reports when I find these from now on.
+field names, which forces me to either do a custom detection just for them, or
+for them to fix this bug. I opted for ignoring it, if I let each distro break
+standard formats then try to work around it, the distro ID will grow to be a
+1000 lines long easily. Will file distro bug reports when I find these from now
+on.
Samples:
@@ -2991,171 +4708,293 @@ USB:
Hub: 6-0:1 info: Full speed (or root) Hub ports: 4 usb: 3.0
chip ID: 1d6b:0003
------------------------------------
+--------------------------------------------------------------------------------
+BUGS:
+
+1. Added switch to set @ps_gui, I forgot case where info block was only thing
+that used ps_gui (Nitrux kde nomad latte case). This led to no info: data if
+other ps_gui switches not activated. Now each block that can use it activates
+it.
+
+--------------------------------------------------------------------------------
+FIXES:
+
+1. To clarify issue #161 added help/man explanation on how to get colors in
+cases where you want to preserve colors for piped or redirected output. Thanks
+fugo.
+
+2. LMDE 3.0 released, slightly different system base handling, so refactored to
+add Debian version, see enhancement 2. Tested on some old vm instances, improved
+old system Debian system base id, but it's empirical, distro by distro, there is
+no rule I can use to automatically do it, sadly.
+
+3. 'Motherboard' sensors field name added, a few small tweaks to sensors. This
+was in response to issue #159, which also raised a problem I was not really
+aware of, user generated sensor config files, that can have totally random field
+names. Longer term solution, start getting data from sys to pad out lm-sensors
+data, or to handle cases where no lm-sensors installed.
+
+4. Fixed kwin_11 and kwin_wayland compositor print names, I'd left out the _,
+which made it look strange, like there were two compositors or something.
+
+5. Fixed latte-dock ID, I thought the program name when running was latte, not
+latte-dock. inxi checks for both now. Thanks Nitrux for exposing that in vm
+test.
+
+6. Sensors: added in a small filter to motherboard temp, avoid values that are
+too high, like SYSTIN: 118 C, filters out to only use < 90 C. Very unlikely a
+mobo would be more than 90C unless it's a mistake or about to melt. This may
+correct anoymous debugger dataset report from rakasunka.
+
+--------------------------------------------------------------------------------
+ENHANCEMENTS:
+
+1. Added --admin to -v 8 and to --debugger 2x
+
+2. Added -a to trigger --admin. This lets you run something like -Fxxxaz
+
+3. Expanded system base to use Debian version tool, like the ubuntu one, that
+lets me match version number to codename. The ubuntu one matches code names to
+release dates. Added Neptune, PureOS, Sparky, Tails, to new Debian system base
+handler.
+
+4. Big enhancement: --admin -C now shows a nice report on cpu vulnerabilities,
+and has a good error message if no data found. Report shows: Vulnerabilities:
+Type: [e.g. meltdown] status/mitigation: text explanation. Note: 'status' is for
+when no mitigation, either not applicable, or is vulnerable. 'mitigation' is
+when it's handled, and how. Thanks issue #160 Vascom from Fedora for that
+request.
+
+5. The never-ending saga of disk vendor IDs continues. More obscure vendors,
+more matches to existing vendors. Thanks linuxlite/linux hardware database
+
+--------------------------------------------------------------------------------
+CHANGES:
+
+1. Reordered usb output, I don't know why I had Hubs and Devices use different
+ordering and different -x switch priorities, that was silly, and made it hard to
+read.
+Now shows:
+Device/Hub: bus-id-port-id[.port-id]:device-id info: [product info]
+type/ports: [devices/hubs] usb: [type, speed]
+-x adds drivers for devices, and usb: speed is now default for devices, same as
+Hubs. Why I had those different is beyond me.
+The USB ordering is now more sensible, the various components of each matching
+whether hub or device.
+
+--------------------------------------------------------------------------------
-- Harald Hope - Fri, 07 Sep 2018 13:01:40 -0700
-=====================================================================================
+================================================================================
Version: 3.0.22
Patch: 00
Date: 2018-08-28
------------------------------------
-Changes:
------------------------------------
+--------------------------------------------------------------------------------
+UPDATES:
+--------------------------------------------------------------------------------
New version, man page. Bug fixes, enhancements.
-Bugs:
-1. A long standing bug was finally identified and fixed. -n/-i would fail to match
-a Device to the right IF in cases where they had the same chip / vendor IDs. Added
-busID for non Soc type devices to fix that. I hope. This fix has been tested on a
-machine that had this bug, and it is now corrected. Thanks skynet for the dataset.
-2. deepin-wm was failing to get listed correctly with new fixes, this is corrected.
+--------------------------------------------------------------------------------
+BUGS:
+
+1. A long standing bug was finally identified and fixed. -n/-i would fail to
+match a Device to the right IF in cases where they had the same chip / vendor
+IDs. Added busID for non Soc type devices to fix that. I hope. This fix has been
+tested on a machine that had this bug, and it is now corrected. Thanks skynet
+for the dataset.
+
+2. deepin-wm was failing to get listed correctly with new fixes, this is
+corrected.
+
+--------------------------------------------------------------------------------
+FIXES:
-Fixes:
1. mate version was depending on two tools, mate-about and mate-session, which
-somewhat randomly vary in which has the actual highest version number. Fix was to
-run both in MATE for version, and run those through a new version compare tool.
-Thanks mint/gm10 for reporting that bug.
-2. -Gxx compositors: added some missing ones that were being checked for in-
+somewhat randomly vary in which has the actual highest version number. Fix was
+to run both in MATE for version, and run those through a new version compare
+tool. Thanks mint/gm10 for reporting that bug.
+
+2. -Gxx compositors: added some missing ones that were being checked for in-
correctly.
-3. For distro id, fixed a glitch in the parser for files, now correctly removes
+
+3. For distro id, fixed a glitch in the parser for files, now correctly removes
empty () with or without spaces in it.
-4. Got rid of ' SOC?' part of no data for ram or slots, that also triggers in non
-SOC cases, so best to not guess if I can't get it right.
-Enhancements:
-1. More disk vendor ID matches, also, somehow missed QEMU as vendor, thanks to
+4. Got rid of ' SOC?' part of no data for ram or slots, that also triggers in
+non SOC cases, so best to not guess if I can't get it right.
+
+--------------------------------------------------------------------------------
+ENHANCEMENTS:
+
+1. More disk vendor ID matches, also, somehow missed QEMU as vendor, thanks to
linux hardware database (linuxlite) for great samples of vendor/product strings.
-2. Added a bunch of compositors, found a new source that listed a lot inxi did not
-have already.
+
+2. Added a bunch of compositors, found a new source that listed a lot inxi did
+not have already.
+
3. Added version v: for some compositors in -Gxxx.
-4. New program_data() tool provides an easier to use simple program version/print
-name generator, including extra level tests, to get rid of some code that repeats.
+
+4. New program_data() tool provides an easier to use simple program
+version/print name generator, including extra level tests, to get rid of some
+code that repeats.
+
5. Found some useful QEMU virtual machines for ARM, MIPS, PPC, and SPARC, so
-made initial debugging for each type, so basic working error free support is well
-on its way for all 4 architectures, which was unexpected. More fine tunings to
-all of them to avoid bugs, and to catch more devices, as well.
-Note that QEMU images are hard to make, and they were not complete in terms of
-what you would see on physical hardware, so I don't know what features will work
-or not work, there may be further variants in audio/network/graphics IDs that
-remain unhandled, new datasets always welcome for such platforms!
-6. Found yet another desktop! Added Manokwari support, which is at this point
-a reworking of gnome, but it was identifiable, minus a version number.
-7. Added deepin and blankon to system base supported list, these hide their debian
-roots, so I had to use the manual method to provide system base.
-8. Extended -Sxxx info: item to include system trays, and a few more bars and
-panels. So this product now shows bars, panels, trays, and docks. And that's I
+made initial debugging for each type, so basic working error free support is
+well on its way for all 4 architectures, which was unexpected. More fine tunings
+to all of them to avoid bugs, and to catch more devices, as well. Note that QEMU
+images are hard to make, and they were not complete in terms of what you would
+see on physical hardware, so I don't know what features will work or not work,
+there may be further variants in audio/network/graphics IDs that remain
+unhandled, new datasets always welcome for such platforms!
+
+6. Found yet another desktop! Added Manokwari support, which is at this point a
+reworking of gnome, but it was identifiable, minus a version number.
+
+7. Added deepin and blankon to system base supported list, these hide their
+debian roots, so I had to use the manual method to provide system base.
+
+8. Extended -Sxxx info: item to include system trays, and a few more bars and
+panels. So this product now shows bars, panels, trays, and docks. And that's I
think good enough, since those are the basic tools most desktop/wm's will use.
-
------------------------------------
+--------------------------------------------------------------------------------
-- Harald Hope - Tue, 28 Aug 2018 15:08:16 -0700
-=====================================================================================
+================================================================================
Version: 3.0.21
Patch: 00
Date: 2018-08-17
------------------------------------
-Changes:
------------------------------------
-
-New version, man page. Big set of changes. Full USB refactor, plus added features.
-
-Bugs:
-1. A result of the issue #156 USB refactor, I discovered that the --usb sort order,
-which was based on Bus+DeviceID, in fact is wrong, pure and simple. This was exposed
-by using a second USB hub on a bus, the Device IDs are not really related in any
-clearly logical way to the actual position on the bus. The solution was to fully
-refactor the entire USB logic and then use generated alpha sorters based on the full
-bus-port[.port] ID. Device ID is now printed last in the ID string, like so: 1-4:1.
-Note that Device IDs start at 1 for each bus, regardless of how many hubs you have
-attached to that port.
-2. Certain situations triggered a bug in Optical devices, I'd forgotten to change
-$_ to $key in two places. Since that part didn't normally get triggered, I'd never
-noticed that bug before. Thanks TinyCore for exposing that glitch!
-
-Fixes:
+--------------------------------------------------------------------------------
+UPDATES:
+--------------------------------------------------------------------------------
+
+New version, man page. Big set of changes. Full USB refactor, plus added
+features.
+
+--------------------------------------------------------------------------------
+BUGS:
+
+1. A result of the issue #156 USB refactor, I discovered that the --usb sort
+order, which was based on Bus+DeviceID, in fact is wrong, pure and simple. This
+was exposed by using a second USB hub on a bus, the Device IDs are not really
+related in any clearly logical way to the actual position on the bus. The
+solution was to fully refactor the entire USB logic and then use generated alpha
+sorters based on the full bus-port[.port] ID. Device ID is now printed last in
+the ID string, like so: 1-4:1. Note that Device IDs start at 1 for each bus,
+regardless of how many hubs you have attached to that port.
+
+2. Certain situations triggered a bug in Optical devices, I'd forgotten to
+change $_ to $key in two places. Since that part didn't normally get triggered,
+I'd never noticed that bug before. Thanks TinyCore for exposing that glitch!
+
+--------------------------------------------------------------------------------
+FIXES:
+
1. On legacy systems, fluxbox --version does not work, -v does. Corrected.
-2. for --usb, network devices should now show the correct 'type: Network'.
-For some weird reason, the people who made the usb types didn't seem to consider
+
+2. for --usb, network devices should now show the correct 'type: Network'. For
+some weird reason, the people who made the usb types didn't seem to consider
many key devices, scanners, wifi/ethernet adapters, and those are almost always
"Vendor defined class".
+
3. A really big fix, for instances where system is using only Busybox, like
TinyCore, or booting into any system running busybox for whatever reason, now
avoids the various errors when using busybox ps, which only for example outputs
-3, not 11, default columns for ps aux, and which does not support ps -j, which
-is used in the start/shell client information. This gets rid of a huge spray
-of errors, and actually allows for pretty complete output from systems that only
+
+3, not 11, default columns for ps aux, and which does not support ps -j, which
+is used in the start/shell client information. This gets rid of a huge spray of
+errors, and actually allows for pretty complete output from systems that only
have busybox tools installed. This should cover everything from TinyCore to MIPS
-to ARM systems that run minimalist Linux. Note that this fix goes along with the
+to ARM systems that run minimalist Linux. Note that this fix goes along with the
/sys based USB parser, since such systems may have USB, but are unlikely to have
lsusb installed, but do have /sys USB data.
-4. In some cases, strings /sbin/init would trigger a false version result, fixed
+
+4. In some cases, strings /sbin/init would trigger a false version result, fixed
that logic so now it rarely will do that.
-Enhancements:
+--------------------------------------------------------------------------------
+ENHANCEMENTS:
+
1. Added Moksha desktop, that's a Bodhi fork of Enlightenment E17; added qtile
window manager (no version info).
+
2. Added Bodhi detection; Salix + base slackware; kde neon system base;
+
3. Added support for slaptget repos, basic, it may not be perfecct.
+
4. More disk vendors, and matches for existing vendors.
-5. Full rewrite of USB data, in --usb, -A, and -N, along with core usb data engines.
-This makes lsusb optional, though recommended (because it has a better vendor/
-product ID to string internal database than /sys data). This was in response
-to a second set of issues in #156 by gm10, USB drivers.
+
+5. Full rewrite of USB data, in --usb, -A, and -N, along with core usb data
+engines. This makes lsusb optional, though recommended (because it has a better
+vendor/product ID to string internal database than /sys data). This was in
+response to a second set of issues in #156 by gm10, USB drivers.
+
Depending on the system, using only /sys data, while slightly less informative,
is between 20 and 2000 milliseconds faster, so if you want speed, either use the
new --usb-sys option, or the configuration file USB_SYS=[true|false] option.
1. switched to cleaner more efficient data structures
- 2. added ports count to hub report, linux and bsd.
+ 2. added ports count to hub report, linux and BSD.
3. added [--usb|-A|-N] -xxx serial for Device items, if present.
4. added --usb -xx drivers, per interface, can be 1 or more drivers.
5. fully refactored -A and -N usb device logic, far cleaner and simple now,
much easier to work with, no more hacks to find things and match them.
6. USB type: now comes from /sys, and is in general going to be more accurate
than the lsusb -v based method, which was always an ugly and incomplete hack.
- As with drivers, it also now lists all the interface types found per device, not
- just the first one as with the previous method. Note that HID means the more
- verbose: Human Interface Device, but I shortened it. Now that the type: data is
- created by inxi reading the class/subclass/protocal IDs, and then figuring out
- what to do itself, I can have quite a bit more flexibility in terms of how type
- is generated.
+ As with drivers, it also now lists all the interface types found per device,
+ not just the first one as with the previous method. Note that HID means the
+ more verbose: Human Interface Device, but I shortened it. Now that the type:
+ data is created by inxi reading the class/subclass/protocal IDs, and then
+ figuring out what to do itself, I can have quite a bit more flexibility in
+ terms of how type is generated.
7. added --usb -xxx interfaces: [count] for devices, which lists the device
interface count. This can be useful to determine if say, a usb/keyboard adapter
is a 2 interface device. Note that Audio devices generally have many interfaces,
since they do more than 1 thing (audio output, microphone input, etc.).
- 8. Support for user configuration file item: USB_SYS=[true|false]. This is useful
- if you want to see only the /sys version of the data, or if you want the significant
- speed boost not using lsusb offers, particularly on older systems with a complex
- USB setup, many buses, many devices, etc.
+ 8. Support for user configuration file item: USB_SYS=[true|false]. This is
+ useful if you want to see only the /sys version of the data, or if you want the
+ significant speed boost not using lsusb offers, particularly on older systems
+ with a complex USB setup, many buses, many devices, etc.
New option --usb-tool overrides USB_SYS value, and forces lsusb use.
- 9. New options: --usb-sys - forces all usb items to use /sys data, and skip lsusb.
- Note that you still have to use the feature options, like --usb, -A, or -N. This
- can lead to a significant improvement in execution time for inxi.
- 10. Rather than the previous bus:device ID string, to go along with the internal
- sorting strings used, inxi now shows the real Bus / port /port ids, like:
+ 9. New options: --usb-sys - forces all usb items to use /sys data, and skip
+ lsusb. Note that you still have to use the feature options, like --usb, -A, or
+ -N. This can lead to a significant improvement in execution time for inxi.
+ 10. Rather than the previous bus:device ID string, to go along with the
+ internal sorting strings used, inxi now shows the real Bus / port /port ids,
+ like:
1-3.2.1:3 - Bus-Port[.port]:device id.
-6. Added support for Xvesa display server. Thanks for exposing that one, TinyCore!
+
+6. Added support for Xvesa display server. Thanks for exposing that one,
+TinyCore!
+
7. Added tce package manager to repos. That's the tinycore package manager.
-Changes:
-1. big one, after 10 plus years, the venerable 'Card-x:' for -A,-N, and -G has been
-replaced by the more neutral 'Device-x:'. This was a suggestion by gm10 from Mint
-in issue #156
-This makes sense because for a long time, most of these devices are not cards, they
-are SOC, motherboard builtin, USB devices, etc, so the one thing they all are is
-some form of a device, and the one thing that they are all not is a Card. Along with
-the recent change from HDD: to Local Storage in Disks: this brings inxi terminology
-out of the ancient times and into the present. Thanks for the nudge gm10.
-
-Removed:
+--------------------------------------------------------------------------------
+CHANGES:
+
+1. big one, after 10 plus years, the venerable 'Card-x:' for -A,-N, and -G has
+been replaced by the more neutral 'Device-x:'. This was a suggestion by gm10
+from Mint in issue #156
+
+This makes sense because for a long time, most of these devices are not cards,
+they are SOC, motherboard builtin, USB devices, etc, so the one thing they all
+are is some form of a device, and the one thing that they are all not is a Card.
+Along with the recent change from HDD: to Local Storage in Disks: this brings
+inxi terminology out of the ancient times and into the present. Thanks for the
+nudge gm10.
+
+--------------------------------------------------------------------------------
+CODE:
+
See inxi-perl/docs/inxi-fragments.txt for removed blocks.
-1. Entire parser for lsusb -v, now it all runs either usbdevs or lsusb, and if Linux
-and not lsusb, it will use /sys exclusively, otherwise it uses /sys data to complete
-the lsusb vendor/product strings.
-2. Two functions that were used by -A and -N to match usb devices and get their /sys data,
-that became redundant since it all now goes through the /sys parser already, so those
-features can get the data pre-parsed from the @usb arrays.
+
+1. Entire parser for lsusb -v, now it all runs either usbdevs or lsusb, and if
+Linux and not lsusb, it will use /sys exclusively, otherwise it uses /sys data
+to complete the lsusb vendor/product strings.
+
+2. Two functions that were used by -A and -N to match usb devices and get their
+/sys data, that became redundant since it all now goes through the /sys parser
+already, so those features can get the data pre-parsed from the @usb arrays.
Output Examples:
@@ -3203,37 +5042,49 @@ USB:
Hub: 5-0:1 usb: 2.0 type: Full speed (or root) Hub ports: 4
Hub: 6-0:1 usb: 3.0 type: Full speed (or root) Hub ports: 4
------------------------------------
+--------------------------------------------------------------------------------
-- Harald Hope - Fri, 17 Aug 2018 14:07:01 -0700
-=====================================================================================
+================================================================================
Version: 3.0.20
Patch: 00
Date: 2018-07-30
------------------------------------
-Changes:
------------------------------------
-New version, new man. ARM enhancements and updates, -S data ongoing enhancements.
-
-Fixes:
-1. Added support for new ARM SOC types, including chromebook ARM. Note that so far I
-have been unable to find a way to detect MMC networking, at least in a meaningful
-way. I know where the data is, but I can't figure out how to reasonably integrate it
-into the main ARM soc/device generator logic because it's fundamentally different
-from most platform or devicetree data.
+--------------------------------------------------------------------------------
+UPDATES:
+--------------------------------------------------------------------------------
+
+New version, new man. ARM enhancements and updates, -S data ongoing
+enhancements.
+
+--------------------------------------------------------------------------------
+FIXES:
+
+1. Added support for new ARM SOC types, including chromebook ARM. Note that so
+far I have been unable to find a way to detect MMC networking, at least in a
+meaningful way. I know where the data is, but I can't figure out how to
+reasonably integrate it into the main ARM soc/device generator logic because
+it's fundamentally different from most platform or devicetree data.
+
2. Added alternate battery tests, this should cover a wide range of alternate
-battery IDs, while still preserving the distinction between system power batteries,
-and device batteries. The detection is now far more dynamic, and can handle
-unknown syntax for battery ID, while not losing the ability to correctly identify
-device batteries (like mice, keyboards, etc).
-3. Trying a somewhat unreliable hack to get cpu variant for arm devices where the
-current method fails. this may be removed if it causes false ID in the future.
-4. Excluded all /driver/ paths from ARM SOC @pci generation, those give read errors
-even as root.
+battery IDs, while still preserving the distinction between system power
+batteries, and device batteries. The detection is now far more dynamic, and can
+handle unknown syntax for battery ID, while not losing the ability to correctly
+identify device batteries (like mice, keyboards, etc).
+
+3. Trying a somewhat unreliable hack to get cpu variant for arm devices where
+the current method fails. this may be removed if it causes false ID in the
+future.
+
+4. Excluded all /driver/ paths from ARM SOC @pci generation, those give read
+errors even as root.
+
5. Fixed a few defective wm version detections.
-Enhancements:
+--------------------------------------------------------------------------------
+ENHANCEMENTS:
+
The -S line continues to see many improvements.
+
1. Greatly expanded the set of info: items, now it covers all the toolbars,
panels, and docks that I could find, plus a few things like icewmtray, where the
wm has a built in panel. While there are probably more bar/panel/dock tools out
@@ -3241,1063 +5092,1330 @@ there, and more will get added if or when they are encountered, now info: shows
far more variants than ever before, and covers the range of options simpler wm
users have for bars, trays, and panels. If I missed one that is detectable, by
all means show how to detect it!
-2. Fine tuned and added a few more window managers, and added version for some that
-were not showing versions.
-3. Added 3 more dm version handlers, slim, gdm, gdm3, and refactored that code to
-use the same program_values/program_version logic that the other tools use.
+
+2. Fine tuned and added a few more window managers, and added version for some
+that were not showing versions.
+
+3. Added 3 more dm version handlers, slim, gdm, gdm3, and refactored that code
+to use the same program_values/program_version logic that the other tools use.
+
4. A few more obscure and usb stick vendor IDs added.
------------------------------------
+--------------------------------------------------------------------------------
-- Harald Hope - Mon, 30 Jul 2018 18:06:11 -0700
-=====================================================================================
+================================================================================
Version: 3.0.19
Patch: 00
Date: 2018-07-23
------------------------------------
-Changes:
------------------------------------
+--------------------------------------------------------------------------------
+UPDATES:
+--------------------------------------------------------------------------------
+
New version, new man. Fixes, glitches, and stitches!
Fixed some subtle and not subtle issues that I've noticed recently.
-Bugs:
-1. The color scheme selector failed to remove the global value when a non global
-setting was used. This led to global values never getting removed, even though
+--------------------------------------------------------------------------------
+BUGS:
+
+1. The color scheme selector failed to remove the global value when a non global
+setting was used. This led to global values never getting removed, even though
the text output said it would be, which is confusing, obviously, and always
overriding the color selected. Thanks CentOS for helping find that one.
-Fixes:
+--------------------------------------------------------------------------------
+FIXES:
+
1. Fixed possible corrupted user inxi.conf values. Now skips null values, and
fully validates as integer integer values.
-2. Fixed fvwm-crystal detections, integrated it into new refactored desktop logic.
-3. For systems without glxinfo or running inxi out of gui/desktop, Xorg was in many
-cases failing to show version, which made it not show anything for server: except
-N/A. This is caused by a relatively recent change in behaviors in xorg, where you
-have to run it directly from it's true path, which is something like /usr/lib/xorg
-or /usr/lib/server-xorg at which point the error:
-/usr/lib/xorg-server/Xorg.wrap: Only console users are allowed to run the X server
-Figuring this out was tricky, and who the heck knows why Xorg -version would even
-return such a silly error in the first place, but there you have it. Next time
-you wonder why inxi is so long, this is why, endless churn in basic and complex
-things! The fix is injecting the optional xorg paths into @paths right before,
-and removing them right after, which avoids adding clutter to the @paths.
+
+2. Fixed fvwm-crystal detections, integrated it into new refactored desktop
+logic.
+
+3. For systems without glxinfo or running inxi out of gui/desktop, Xorg was in
+many cases failing to show version, which made it not show anything for server:
+except N/A. This is caused by a relatively recent change in behaviors in xorg,
+where you have to run it directly from it's true path, which is something like
+/usr/lib/xorg or /usr/lib/server-xorg at which point the error:
+
+/usr/lib/xorg-server/Xorg.wrap: Only console users are allowed to run the X
+server
+
+Figuring this out was tricky, and who the heck knows why Xorg -version would
+even return such a silly error in the first place, but there you have it. Next
+time you wonder why inxi is so long, this is why, endless churn in basic and
+complex things! The fix is injecting the optional xorg paths into @paths right
+before, and removing them right after, which avoids adding clutter to the
+@paths.
+
4. A ZFS fix, I'd noticed this one a while back, but after looking at the zfs
-Ubuntu tutorial page, I realized that this is the norm now, which is building zfs
-with /dev/sda (no partitions). This lead to failing to detect the zfs components,
-and reporting a bunch of partitions as unmounted which were part of that /dev/sdb
-type component array. By allowing /dev/sd[a-z] I fixed both errors at the same time,
-but I don't know if this syntax extends to say, nvme zfs as well. Note that when
-you build zfs arrays with say, /dev/sdb /dev/sdc you'll see two partitions per
-disk, /dev/sdx1 which is the main data, and /dev/sdx2, which is a tiny 8mB partition,
-no idea what it's for.
+Ubuntu tutorial page, I realized that this is the norm now, which is building
+zfs with /dev/sda (no partitions). This lead to failing to detect the zfs
+components, and reporting a bunch of partitions as unmounted which were part of
+that /dev/sdb type component array. By allowing /dev/sd[a-z] I fixed both errors
+at the same time, but I don't know if this syntax extends to say, nvme zfs as
+well. Note that when you build zfs arrays with say, /dev/sdb /dev/sdc you'll see
+two partitions per disk, /dev/sdx1 which is the main data, and /dev/sdx2, which
+is a tiny 8mB partition, no idea what it's for.
+
5. Fixed missing konversation and hexchat version numbers in -I, finally found
-what was going on there. Note that hexchat --version used to pop up a gui, but
-I guess he finally fixed that, I am hoping.
-6. Fixed some gentoo repo detections, but also found more variants. Not sure what
-exactly is going on with repos there, will wait for gentoo user issue reports to
-really lock those down.
-7. BSD fixes, turns out FreeBSD uses that same map ... syntax in df -kT as OSX...
-Also made sure to load sysctl data for -S row, I'd forgotten about the compiler
-test there which needs that data.
-8. Fixed herbstluftwm version detection, turns out it's another one of those that
-passes the entire path to the version program, so it shows: /sbin/herbsuftwm 0.22.0
-which broke the regex, easy fix.
+what was going on there. Note that hexchat --version used to pop up a gui, but I
+guess he finally fixed that, I am hoping.
+
+6. Fixed some gentoo repo detections, but also found more variants. Not sure
+what exactly is going on with repos there, will wait for gentoo user issue
+reports to really lock those down.
+
+7. BSD fixes, turns out FreeBSD uses that same map ... syntax in df -kT as
+OSX... Also made sure to load sysctl data for -S row, I'd forgotten about the
+compiler test there which needs that data.
+
+8. Fixed herbstluftwm version detection, turns out it's another one of those
+that passes the entire path to the version program, so it shows:
+/sbin/herbsuftwm 0.22.0 which broke the regex, easy fix.
+
9. Completed refactoring of DesktopData, now it's all data array driven for most
-wm, desktops, etc, which makes adding/removing one very easy. All core data is now
-in program_values to allow for automated detections.
-
-Enhancements:
-1. With fix 1, added check_int and check_number utilities, these validate that inxi
-internal numeric or integer values actually are what they are supposed to be. This
-uses a neat Perl trick that makse the checks super fast and super accurate. Moved
-all internal int/numeric test regex to use these.
-2. Added file based version number detection, that was done for Deepin, which uses
-/etc/deepin-version for its version number, but it can be used for anything.
+wm, desktops, etc, which makes adding/removing one very easy. All core data is
+now in program_values to allow for automated detections.
+
+--------------------------------------------------------------------------------
+ENHANCEMENTS:
+
+1. With fix 1, added check_int and check_number utilities, these validate that
+inxi internal numeric or integer values actually are what they are supposed to
+be. This uses a neat Perl trick that makse the checks super fast and super
+accurate. Moved all internal int/numeric test regex to use these.
+
+2. Added file based version number detection, that was done for Deepin, which
+uses /etc/deepin-version for its version number, but it can be used for
+anything.
+
3. Added Deepin and deepin window managers, Lumina, added bspwm wm, fixed muffin
-detections. Note that lumina has a weird behavior where when run outside of pinxi,
-it outputs to stdout, but inside of pinxi, to stderr, who the heck knows how that
-happens!
+detections. Note that lumina has a weird behavior where when run outside of
+pinxi, it outputs to stdout, but inside of pinxi, to stderr, who the heck knows
+how that happens!
+
4. Added zorin to supported base: distros.
-5. Even more disk vendors added! The list of no-name off brand chinese ssd vendors
-appears to be endless! Added some more specific ids to capture unique strings
-that can be linked to a vendor.
-6. Added /usr/home to default -P paths, that's used instead of /home in the real
+
+5. Even more disk vendors added! The list of no-name off brand chinese ssd
+vendors appears to be endless! Added some more specific ids to capture unique
+strings that can be linked to a vendor.
+
+6. Added /usr/home to default -P paths, that's used instead of /home in the real
world, so why not show it?
-7. Because qt detection is possible, I've extended qt toolkit detection, but it's
-also not super accurate, but it's far better than gtk tk was, so I'm leaving
-that in. I also extended it to more wm/desktops since more are using qt now.
-Note: budgie 11 is going to be qt, but there's no way to distinguish between 11 and
-gtk 10 without doing a bunch of hacks so I'm leaving that alone.
-8. Found a possible distro id source, added /etc/calamares detections to debugger,
-I'll see if that shows some consistent patterns before I implement a last fallback
-test for distro IDs. It may work.
-
-Removed:
+
+7. Because qt detection is possible, I've extended qt toolkit detection, but
+it's also not super accurate, but it's far better than gtk tk was, so I'm
+leaving that in. I also extended it to more wm/desktops since more are using qt
+now. Note: budgie 11 is going to be qt, but there's no way to distinguish
+between 11 and gtk 10 without doing a bunch of hacks so I'm leaving that alone.
+
+8. Found a possible distro id source, added /etc/calamares detections to
+debugger, I'll see if that shows some consistent patterns before I implement a
+last fallback test for distro IDs. It may work.
+
+--------------------------------------------------------------------------------
+CHANGES:
+
1. Giving up on fake/slow/inaccurate GTK toolkit detections, removed the entire
codeblock and stored in docs/inxi-fragments.txt, but I'm not going to do package
-manager type version tests anymore, if we can't get the data directly from a program
-or file, it's not going to happen, plus the gtk installed on the system means nothing
-in relation to the gtk version used to build the desktop.
-
+manager type version tests anymore, if we can't get the data directly from a
+program or file, it's not going to happen, plus the gtk installed on the system
+means nothing in relation to the gtk version used to build the desktop.
------------------------------------
+--------------------------------------------------------------------------------
-- Harald Hope - Mon, 23 Jul 2018 12:57:38 -0700
-=====================================================================================
+================================================================================
Version: 3.0.18
Patch: 00
Date: 2018-07-16
------------------------------------
-Changes:
------------------------------------
+--------------------------------------------------------------------------------
+UPDATES:
+--------------------------------------------------------------------------------
+
New version, new man. Fixes, a few changes, enhancements.
-Fixes:
-1. Removed /dev/zram type data from swap partitions, since that's ram, it's
-not a partition, obviously.
-2. More alternate IPMI syntax found, that's clearly going to take a while to have
-most syntaxes handled.
+--------------------------------------------------------------------------------
+FIXES:
+
+1. Removed /dev/zram type data from swap partitions, since that's ram, it's not
+a partition, obviously.
+
+2. More alternate IPMI syntax found, that's clearly going to take a while to
+have most syntaxes handled.
+
3. Small lm-sensors adjustment, fringe cases might scramble up hwmon and gpu
temps, this is now handled.
-Enhancements:
+--------------------------------------------------------------------------------
+ENHANCEMENTS:
+
1. Added disk vendors, udinfo.
-2. Exciting! New Architecture: MIPS! First datasets, confirmed working. This led to
-more abstracting of the previously ARM specific logic to be for SOC in general.
+
+2. Exciting! New Architecture: MIPS! First datasets, confirmed working. This led
+to more abstracting of the previously ARM specific logic to be for SOC in
+general.
+
3. Related to 2, added in fallback busybox cases for partition data without fs.
-4. Added window managers, xmonad, ratpoison, 9dm, gala (for Pantheon), notion,
+
+4. Added window managers, xmonad, ratpoison, 9dm, gala (for Pantheon), notion,
windowlab
+
5. Added Pantheon desktop detection. Note, unable to find a way to get version
number.
+
6. IMPI sensors: added in psu fans, dimm temp.
+
7. New -Cxxx option: cpu boost (aka turbo), state enabled / disabled, only shows
if system has that option.
-Changes:
+--------------------------------------------------------------------------------
+CHANGES:
+
1. Made toolkit for -S be -xx instead of -x, only Trinity/KDE and XFCE have that
data.
------------------------------------
+
+--------------------------------------------------------------------------------
-- Harald Hope - Mon, 16 Jul 2018 17:31:30 -0700
-=====================================================================================
+================================================================================
Version: 3.0.17
Patch: 00
Date: 2018-07-12
------------------------------------
-Changes:
------------------------------------
+--------------------------------------------------------------------------------
+UPDATES:
+--------------------------------------------------------------------------------
+
New version, new man. Changes, bug fixes, enhancements! Don't delay!
-Bugs:
+--------------------------------------------------------------------------------
+BUGS:
+
1. A real bug, the detection for true path of /dev/root had a mistake in it and
-would only have worked in half the cases. This was an easy fix, but a significant
-one since it also would lead to the actual root / partition showing in Unmounted.
-2. Related to the item Fixes-2, if two USB networking devices were attached,
-the second one's bus and chip ID would go on the wrong line of data if -n or -i
-option were used. Since that would be the line belonging to the previous device,
+would only have worked in half the cases. This was an easy fix, but a
+significant one since it also would lead to the actual root / partition showing
+in Unmounted.
+
+2. Related to the item Fixes-2, if two USB networking devices were attached,
+the second one's bus and chip ID would go on the wrong line of data if -n or -i
+option were used. Since that would be the line belonging to the previous device,
that obviously was weird and wrong.
-3. NEW: latest kernel can show hwmon data in sensors, for example from wifi chip.
-This broke CPU temp detection and showed way too high cpu temp, so this fix is
-fairly important since new kernels may have this new sensors hwmon syntax.
-4. Sensors: IPMI alternate syntax found, also case with no data in expected columns,
-just N/A, so now the ipmi sensor logic skips all lines with non numeric values in
-the values column. This is what it should have done all along, it was trusting
-that values would always exist for the field names it looks for.
-
-Fixes:
-1. ARM networking fix. ARM devices like rasberry pi that use usb bus for networking
-showed the no data message even though usb networking was right below it. This is
-corrected, and now that only shows if both main and usb networking failed for ARM.
-2. Big repo fix: while testing distro and Trinity live cds, I discovered that apt is
-sometimes used with rpms, which made PCLinuxOS and ALT-Linux Repos item show the
-apt files but no data since the pattern was looking for start with deb. Added rpm
-to pattern, so all distros that use apt running rpms should now 'just work'.
-3. Fixed more distro id things, PCLinuxOS should now show its full distro string.
-4. Debugger: Filtered out more blocks of /proc, that data is bloated and messy, found
-another case where it collected a vast amount of junk system data from zfs in that
-case, just blocked the entire range. I had no idea /proc had so much junk data in it!
-5. As noted above, IPMI, yet another alternate syntax for field names. My hope that
-IPMI software and sensors will be more logical and consistent than lm-sensors output
-is proving to be merely wishful thinking, I think now out of 3 datasets I've gotten,
-I've seen 3 variants for syntax, not to mention the ipmi-tool vs ipmi-sensors
-differences. So IPMI will be like all sensors stuff, a work in progress, to
-be updated with every newly discovered alternate syntax and data set.
-
-Enhancements:
-1. Disk vendors, added some, improved pattern detections for others. This feature
-is getting better all the time. Thanks linuxlite hw db, easy to scan for missing
-vendors in their inxi data.
-2. Added more wm, budgie-wm, mwm, variants of kwin and Trinity's Twin, several others,
-more refactoring of core wm/desktop code.
-3. Added gpu ram and reworked memory logic for rasberry pi, which is the only SBC
-I am aware of that uses that tool. Now reports the actual total, and also gpu: for
-ram data, so you can tell that the gpu is using part of the total. Again, this comes
-from issue #153. Also added that info to man page for -I part.
+
+3. NEW: latest kernel can show hwmon data in sensors, for example from wifi
+chip. This broke CPU temp detection and showed way too high cpu temp, so this
+fix is fairly important since new kernels may have this new sensors hwmon
+syntax.
+
+4. Sensors: IPMI alternate syntax found, also case with no data in expected
+columns, just N/A, so now the ipmi sensor logic skips all lines with non numeric
+values in the values column. This is what it should have done all along, it was
+trusting that values would always exist for the field names it looks for.
+
+--------------------------------------------------------------------------------
+FIXES:
+
+1. ARM networking fix. ARM devices like rasberry pi that use usb bus for
+networking showed the no data message even though usb networking was right below
+it. This is corrected, and now that only shows if both main and usb networking
+failed for ARM.
+
+2. Big repo fix: while testing distro and Trinity live cds, I discovered that
+apt is sometimes used with rpms, which made PCLinuxOS and ALT-Linux Repos item
+show the apt files but no data since the pattern was looking for start with deb.
+Added rpm to pattern, so all distros that use apt running rpms should now 'just
+work'.
+
+3. Fixed more distro id things, PCLinuxOS should now show its full distro
+string.
+
+4. Debugger: Filtered out more blocks of /proc, that data is bloated and messy,
+found another case where it collected a vast amount of junk system data from zfs
+in that case, just blocked the entire range. I had no idea /proc had so much
+junk data in it!
+
+5. As noted above, IPMI, yet another alternate syntax for field names. My hope
+that IPMI software and sensors will be more logical and consistent than
+lm-sensors output is proving to be merely wishful thinking, I think now out of 3
+datasets I've gotten, I've seen 3 variants for syntax, not to mention the
+ipmi-tool vs ipmi-sensors differences. So IPMI will be like all sensors stuff, a
+work in progress, to be updated with every newly discovered alternate syntax and
+data set.
+
+--------------------------------------------------------------------------------
+ENHANCEMENTS:
+
+1. Disk vendors, added some, improved pattern detections for others. This
+feature is getting better all the time. Thanks linuxlite hw db, easy to scan for
+missing vendors in their inxi data.
+
+2. Added more wm, budgie-wm, mwm, variants of kwin and Trinity's Twin, several
+others, more refactoring of core wm/desktop code.
+
+3. Added gpu ram and reworked memory logic for rasberry pi, which is the only
+SBC I am aware of that uses that tool. Now reports the actual total, and also
+gpu: for ram data, so you can tell that the gpu is using part of the total.
+Again, this comes from issue #153. Also added that info to man page for -I part.
+
4. Added more ARM and PCI cleaners for neater and more concise ARM/PCI output.
-5. Added Trinity support to Desktop section, this had at least two different detection
-methods, but since the first just shows KDE original data, only the second one proved
-to be Trinity specific. Happily, the full data is available, toolkit, desktop version,
-and wm (Twin).
+
+5. Added Trinity support to Desktop section, this had at least two different
+detection methods, but since the first just shows KDE original data, only the
+second one proved to be Trinity specific. Happily, the full data is available,
+toolkit, desktop version, and wm (Twin).
+
6. New -G,-A,-R -xxx feature: vendor:. Note that vendor data is very bloated and
-messy so it's trimmed down substantially, using a series of filters and rules, and
-thus it can contain the following: the actual vendor, like Dell, nothing, the
-motherboard vendor/product for board based PCI items, or a complete vendor/product
-string if it's unique. I couldn't think of a clean field name that meant:
-vendor OR vendor + basic product info OR motherboard + board version OR full
-product name, including vendor, so in the end, I just used vendor: but it's not
-quite the right term, but nothing else seemed to work better. Testers responded
+messy so it's trimmed down substantially, using a series of filters and rules,
+and thus it can contain the following: the actual vendor, like Dell, nothing,
+the motherboard vendor/product for board based PCI items, or a complete
+vendor/product string if it's unique. I couldn't think of a clean field name
+that meant: vendor OR vendor + basic product info OR motherboard + board version
+OR full product name, including vendor, so in the end, I just used vendor: but
+it's not quite the right term, but nothing else seemed to work better. Testers
+responded
very enthusiastically about this feature so I guess the vendor: feature is ok.
-Changes:
-1. Biggest change: Drives: HDD: total: the HDD: is now changed to: Local Storage:
-This was part of issue #153 and is a good suggestion because HDD generally was used to
-refer to hard disks, spinning, but with nvme, m.2, ssd, mmc, etc, that term is a bit
-dated. 'Local' is because inxi does not include detected remote storage in the totals.
-2. The recent --wm option which forced ps as data source for window manager detection
-has been reversed, now --wm forces wmctrl and ps aux is preferred. Still falls back
-to wmctrl in case the ps test is null, this is better because I have to add the wm
-data manually for each one, whereas wmctrl has an unknown set and probably variable
-set of wm. Note that I reversed this because I saw several cases where wmctrl was
-wrong, and reported a generic source wm instead of the real one. Since most users are
-not going to even be aware of the wm: feature as enhanced with --wm switch, this
-should have no impact on users in general. Since the detected wm name needs to be
-known and handled to get assigned to wm: and wm version data, I think it will work
-better to have the known variants match with the wm data values, then just fallback to
-unknown ones that can get filled in over time as we find wm that people actually
-use and that you can get version info on and detect.
-3. Moved help menu debugging options to bottom of help, which makes the option set
-more logical as you go down the list:
+--------------------------------------------------------------------------------
+CHANGES:
+
+1. Biggest change: Drives: HDD: total: the HDD: is now changed to: Local
+Storage: This was part of issue #153 and is a good suggestion because HDD
+generally was used to refer to hard disks, spinning, but with nvme, m.2, ssd,
+mmc, etc, that term is a bit dated. 'Local' is because inxi does not include
+detected remote storage in the totals.
+
+2. The recent --wm option which forced ps as data source for window manager
+detection has been reversed, now --wm forces wmctrl and ps aux is preferred.
+Still falls back to wmctrl in case the ps test is null, this is better because I
+have to add the wm data manually for each one, whereas wmctrl has an unknown set
+and probably variable set of wm. Note that I reversed this because I saw several
+cases where wmctrl was wrong, and reported a generic source wm instead of the
+real one. Since most users are not going to even be aware of the wm: feature as
+enhanced with --wm switch, this should have no impact on users in general. Since
+the detected wm name needs to be known and handled to get assigned to wm: and wm
+version data, I think it will work better to have the known variants match with
+the wm data values, then just fallback to unknown ones that can get filled in
+over time as we find wm that people actually use and that you can get version
+info on and detect.
+
+3. Moved help menu debugging options to bottom of help, which makes the option
+set more logical as you go down the list:
+
Output Control Options:
Additional Options:
Advanced Options:
Debugging Options:
-Removed:
-1. Got rid of tests for GTK compiled with version for many desktops, that test
+4. Got rid of tests for GTK compiled with version for many desktops, that test
was always wrong because it did not have any necessary relation to the actual
gtk version the desktop was built out of, and it also almost always returned no
data. Since this is an expensive and slow test, and is always going to be wrong
-or empty anyway, I've removed it. My tests showed it taking about 300ms or so
-to generate no data, heh. That's the tk: feature in -S.
-Note I also found that gnome-shell takes an absurdly long time to give --version
-info, the slowest of all such things, 300ms again, just to show version? Someone
-should fix that, there's no possible reason why it should take 300 milliseconds
-to give a simple version string. Note that this returns tk: to only returning
-real data, which in this case means only xfce, kde, and trinity, which are the
-only desktops that actually report their toolkit data. I'll probably remove
-that code in the future unless I can think of some real use for gtk version
-elsewhere, but it's just junk data which doesn't even work.
-
-In the future, I will not try to emulate or guess at desktop toolkits, either they
-show the data in a direct form like XFCE or Trinity or KDE do, or I won't waste
-resources and execution time making bad guesses using inefficient code and logic.
-QT desktops like LXQt I'm leaving in because I believe those will tend to track
-more closely the QT version on the system, and the tests for QT version aren't
-huge ugly hacks the way they are for GTK, so they aren't as slow or intrusive, but
-those may also get removed since they almost never work either. But they are also
-slowing down the -Sx process so maybe they should be removed as well, I'll think
-about it. Since they only are used on LXQt and razer-qt, it probably isn't a big
-deal overall.
-
------------------------------------
+or empty anyway, I've removed it. My tests showed it taking about 300ms or so to
+generate no data, heh. That's the tk: feature in -S. Note I also found that
+gnome-shell takes an absurdly long time to give --version info, the slowest of
+all such things, 300ms again, just to show version? Someone should fix that,
+there's no possible reason why it should take 300 milliseconds to give a simple
+version string. Note that this returns tk: to only returning real data, which in
+this case means only xfce, kde, and trinity, which are the only desktops that
+actually report their toolkit data. I'll probably remove that code in the future
+unless I can think of some real use for gtk version elsewhere, but it's just
+junk data which doesn't even work.
+
+In the future, I will not try to emulate or guess at desktop toolkits, either
+they show the data in a direct form like XFCE or Trinity or KDE do, or I won't
+waste resources and execution time making bad guesses using inefficient code and
+logic. QT desktops like LXQt I'm leaving in because I believe those will tend to
+track more closely the QT version on the system, and the tests for QT version
+aren't huge ugly hacks the way they are for GTK, so they aren't as slow or
+intrusive, but those may also get removed since they almost never work either.
+But they are also slowing down the -Sx process so maybe they should be removed
+as well, I'll think about it. Since they only are used on LXQt and razer-qt, it
+probably isn't a big deal overall.
+
+--------------------------------------------------------------------------------
-- Harald Hope - Thu, 12 Jul 2018 13:44:34 -0700
-=====================================================================================
+================================================================================
Version: 3.0.16
Patch: 00
Date: 2018-07-08
------------------------------------
-Changes:
------------------------------------
+--------------------------------------------------------------------------------
+UPDATES:
+--------------------------------------------------------------------------------
New version, new man. Several bug fixes, enhancements, options.
-Bugs:
-1. In some cases, -S Desktop showed xfce when it wasn't xfce. This should be largely
-corrected now.
-2. Big bug: using lxqt-about for lxqt --version, now opens a dialog box, gui,
-so removed that, and now checking lxqt-session for version info instead.
+--------------------------------------------------------------------------------
+BUGS:
+
+1. In some cases, -S Desktop showed xfce when it wasn't xfce. This should be
+largely corrected now.
-Fixes:
-1. Now calling hitachi hgst drives vendor: HGST (Hitachi) to differentiate between
-regular Hitachi and HGST hitachi. Added a few more disk vendors.
-2. Distro base and core: added linuxlite, elementary. Some distros use:
+2. Big bug: using lxqt-about for lxqt --version, now opens a dialog box, gui, so
+removed that, and now checking lxqt-session for version info instead.
+
+--------------------------------------------------------------------------------
+FIXES:
+
+1. Now calling hitachi hgst drives vendor: HGST (Hitachi) to differentiate
+between regular Hitachi and HGST hitachi. Added a few more disk vendors.
+
+2. Distro base and core: added linuxlite, elementary. Some distros use:
/etc/upstream-release/lsb-release so testing for that and os-release now too.
+
3. Extended qt detections, may catch a few stray ones now in non kde qt
desktops.
+
4. Complete refactor of desktop, desktop info, wm, and -G compositor, now much
-easier to extend each feature and add detections, move order around, etc.
-Also moved wm to -Sxx now that I use fallback ps aux tests, which were themselves
+easier to extend each feature and add detections, move order around, etc. Also
+moved wm to -Sxx now that I use fallback ps aux tests, which were themselves
also totally refactored and optimized. Fixed WindowMaker id, which is made more
-annoying because they are the only upper/lower case program name, but in at least
-debian, the actual program name is wmaker internally.
-Also tightened in particular gnome-shell, which was failing to show due to too
+annoying because they are the only upper/lower case program name, but in at
+least debian, the actual program name is wmaker internally.
+
+Also tightened in particular gnome-shell, which was failing to show due to too
restrictive filtering of desktop/vm repeats. Most wm do not contain the desktop
name in the string, gnome-shell does, only one I'm aware of.
+
5. Removed N/A from wmctrl output, which just means null, which is what we want.
-6. Removed gnome-shell from info: since it will now appear in wm: if found. Added
-a few -panel items to info:
-Enhancements:
+6. Removed gnome-shell from info: since it will now appear in wm: if found.
+Added a few -panel items to info:
+
+--------------------------------------------------------------------------------
+ENHANCEMENTS:
+
1. Showing type: network bridge for -N when it's type 0680, which is an odd pci
type, generally it's a network bridge, but I figured it's best to show that
explicitly to avoid confusion. This extends the 'type:' from just USB.
-2. Added more window managers to wm, matchbox, flwm, fvwm2 (used to just use fvwm,
-this was wrong, it's its own thing), a few others.
+
+2. Added more window managers to wm, matchbox, flwm, fvwm2 (used to just use
+fvwm, this was wrong, it's its own thing), a few others.
+
3. Added a few more compositors to -Gxx. kwin_x11 should be the most noticeable,
but added some more obscure ones too. This feature requires more work.
+
4. Extended ARM syntax to support a new one, path to /sys/device... has an extra
-/soc/ in it, that is now handled, all are tested for. Confirmed working. Note that
-ARM has to be confirmed fixed on a device by device basis, since there are key
-syntax differences in the paths, but it will get easier the more variants that are
-discovered. Added another trimmer to cut off \x00|01|02|03 special non printing
-characters which show as weird jibbberish in output, for model/serial number.
-5. Refactored wm, info, desktop, compositor, now all use @ps_gui, which is all that
-is tested against, not the entire ps_cmd array. This drops the possible tests down
-massively since the only things in ps_gui will be the actual stuff found that matches
-all the patterns required for that system, not all ps items. Added marco, muffin
-fixes. Was showing wm: Metacity (Marco) that is not correct, now shows marco, which
-then allows to get version too.
-5. -Sxxx now shows wm: version as well, which can be of use now and then.
-6. --wm added to trip force using of ps data for wm, this can be useful because
+/soc/ in it, that is now handled, all are tested for. Confirmed working. Note
+that ARM has to be confirmed fixed on a device by device basis, since there are
+key syntax differences in the paths, but it will get easier the more variants
+that are discovered. Added another trimmer to cut off \x00|01|02|03 special non
+printing characters which show as weird jibbberish in output, for model/serial
+number.
+
+5. Refactored wm, info, desktop, compositor, now all use @ps_gui, which is all
+that is tested against, not the entire ps_cmd array. This drops the possible
+tests down massively since the only things in ps_gui will be the actual stuff
+found that matches all the patterns required for that system, not all ps items.
+Added marco, muffin fixes. Was showing wm: Metacity (Marco) that is not correct,
+now shows marco, which then allows to get version too.
+
+6. -Sxxx now shows wm: version as well, which can be of use now and then.
+
+7. --wm added to trip force using of ps data for wm, this can be useful because
I don't know all variants of wmctrl output, so that makes it easier to test.
-7. Added finally support for --debug 3, which now shows timers, functions, and args
-printed to screen.
-8. Added qmake --version to fallback qt detection.
+8. Added finally support for --debug 3, which now shows timers, functions, and
+args printed to screen.
------------------------------------
+9. Added qmake --version to fallback qt detection.
+
+--------------------------------------------------------------------------------
-- Harald Hope - Sun, 08 Jul 2018 15:57:58 -0700
-=====================================================================================
+================================================================================
Version: 3.0.15
Patch: 00
Date: 2018-07-03
------------------------------------
-Changes:
------------------------------------
+--------------------------------------------------------------------------------
+UPDATES:
+--------------------------------------------------------------------------------
New version, new man. Big bug fix, new features.
-Bugs:
-1. Finally tracked down and solved the Xorg drivers bug which was caused by
-Xorg checking its list of defaults 2 times, not 1, which resulted in failed
-status on second try since it was already loaded. Secondary bug was found that
-resulted in failing to show the failed, and only showing unloaded, which was also
-wrong. This finally fixes issue #134 item 5. Thanks Mint users for the help on
-that one.
+--------------------------------------------------------------------------------
+BUGS:
+
+1. Finally tracked down and solved the Xorg drivers bug which was caused by Xorg
+checking its list of defaults 2 times, not 1, which resulted in failed status on
+second try since it was already loaded. Secondary bug was found that resulted in
+failing to show the failed, and only showing unloaded, which was also wrong.
+This finally fixes issue #134 item 5. Thanks Mint users for the help on that
+one.
+
2. Small bug in Openbox version detection, typo.
+
3. fixed a small glitch in the dm: detection that on systems where /var/run
exists but is not linked to /run, the dm would fail to get detected.
-Fixes:
-1. Xfce when defaulting to no version found goes to 4, this is a bad idea, it's
+--------------------------------------------------------------------------------
+FIXES:
+
+1. Xfce when defaulting to no version found goes to 4, this is a bad idea, it's
better to not show any version, since xfce could one day be 5.
+
2. Fixed Blackbox fallback detection, there were cases where Blackbox not found
in xprop -root, now it falls back to ps aux detection.
-3. For wm: tested all known variants, added support for things like Mutter (Marco)
-syntax. Note that bunsenlab uses XDG_CURRENT_DESKTOP=XFCE to work around some
-glitches, but it's actually Openbox. If run as root, it will show openbox correctly,
-otherwise -Sxxx will show wm: openbox, but that's due to bunsenlabs choices there.
-4. Rewrote a lot of DistroData to handle more dynamic testing of values, it's sad
-that at almost 2020 we are still stumbling around trying to find a consistent way
-to identify distros, and derived distros.
-5. Added more debugger data collectors in the logging, some data was not
-being tracked well during log process which made debugging harder.
-
-Enhancements:
-1. New feature, -Gxx now shows for Xorg drivers alternate: which are drivers that
-Xorg auto checks but which are not installed. Those were ignored in the past. This
-can be useful to see for example that there are other driver install options
-available. Thanks gm10 for that suggestion.
+
+3. For wm: tested all known variants, added support for things like Mutter
+(Marco) syntax. Note that bunsenlab uses XDG_CURRENT_DESKTOP=XFCE to work around
+some glitches, but it's actually Openbox. If run as root, it will show openbox
+correctly, otherwise -Sxxx will show wm: openbox, but that's due to bunsenlabs
+choices there.
+
+4. Rewrote a lot of DistroData to handle more dynamic testing of values, it's
+sad that at almost 2020 we are still stumbling around trying to find a
+consistent way to identify distros, and derived distros.
+
+5. Added more debugger data collectors in the logging, some data was not being
+tracked well during log process which made debugging harder.
+
+--------------------------------------------------------------------------------
+ENHANCEMENTS:
+
+1. New feature, -Gxx now shows for Xorg drivers alternate: which are drivers
+that Xorg auto checks but which are not installed. Those were ignored in the
+past. This can be useful to see for example that there are other driver install
+options available. Thanks gm10 for that suggestion.
+
2. Tested and added the following explicit handlers for Distros: and base: in
-some cases:
-grml, peppermint, kali, siduction, aptosid, arco, manjaro, chakra, antergos,
-bunsenlabs, and a few others. These are a pain to add and test, basically I have
-to boot a live cd of each one, then test the files and ID methods, but the ID
-methods must also be as dynamic as possible because you never know when a distro
-is going to change how they use os-release vs issue vs lsb-release vs <name>-release.
-I would have tested a few more but their livecds failed to properly run on vbox.
+some cases: grml, peppermint, kali, siduction, aptosid, arco, manjaro, chakra,
+antergos, bunsenlabs, and a few others. These are a pain to add and test,
+basically I have to boot a live cd of each one, then test the files and ID
+methods, but the ID methods must also be as dynamic as possible because you
+never know when a distro is going to change how they use os-release vs issue vs
+lsb-release vs <name>-release. I would have tested a few more but their livecds
+failed to properly run on vbox.
+
3. Added a few more disk vendor IDs.
-4. Added some more programs to debugger data collector for future feature vdpau, but
-that needs more data because we don't really know the variants for example for
-dual card systems.
-5. Man page: changed extra options to use only one option name per list of options
-for that feature, each separate item is started as a new paragraph with -
-This makes it a bit more consistent and maybe slightly easier to read the man.
+
+4. Added some more programs to debugger data collector for future feature vdpau,
+but that needs more data because we don't really know the variants for example
+for dual card systems.
+
+5. Man page: changed extra options to use only one option name per list of
+options for that feature, each separate item is started as a new paragraph with
+- This makes it a bit more consistent and maybe slightly easier to read the man.
Added -Gxx item, updated -Sx item.
------------------------------------
+--------------------------------------------------------------------------------
-- Harald Hope - Tue, 03 Jul 2018 14:13:32 -0700
-=====================================================================================
+================================================================================
Version: 3.0.14
Patch: 00
Date: 2018-06-27
------------------------------------
-Changes:
------------------------------------
+--------------------------------------------------------------------------------
+UPDATES:
+--------------------------------------------------------------------------------
+
New version. Tiny bug fix, Ubuntu based distros only.
-The 3.0.13 system base feature had a small bug in the logic that was supposed to
-get the version id from codename, the bug made it never work. This is only relevant
-for Ubuntu based distros, so if you are on some other base like Debian or Arch, you
-can ignore this one, 3.0.13 will work fine.
+The 3.0.13 system base feature had a small bug in the logic that was supposed to
+get the version id from codename, the bug made it never work. This is only
+relevant for Ubuntu based distros, so if you are on some other base like Debian
+or Arch, you can ignore this one, 3.0.13 will work fine.
No other changes, this was mainly for Mint, and other Ubuntu derived distros in
the future.
------------------------------------
+--------------------------------------------------------------------------------
-- Harald Hope - Wed, 27 Jun 2018 16:50:30 -0700
-=====================================================================================
+================================================================================
Version: 3.0.13
Patch: 00
Date: 2018-06-23
------------------------------------
-Changes:
------------------------------------
+--------------------------------------------------------------------------------
+UPDATES:
+--------------------------------------------------------------------------------
+
New version, man page. New features and fixes!
-Bugs:
+--------------------------------------------------------------------------------
+BUGS:
+
1. -I line, sometimes running in showed sudo. This is hopefully now corrected.
-Fixes:
+--------------------------------------------------------------------------------
+FIXES:
+
1. CPU architectures, small reordering based on hopefully more reliable data
source, but these are hard to find conclusively.
+
2. -S Distro id: switched ordering of prefered os-release sources, PRETTY_NAME
is not being used consistently, too many distros leave out the distro id found
-in VERSION, so now it uses NAME + VERSION if both are there, then PRETTY_NAME
-as a fallback. That reverses how it was, but it will provide better results for
+in VERSION, so now it uses NAME + VERSION if both are there, then PRETTY_NAME as
+a fallback. That reverses how it was, but it will provide better results for
most distros. Distros that did this properly to begin with should see no change.
-3. Now that inxi is basically debugged and working, I've removed the output of
-'inxi' from the -t lines. It remains for the pinxi branch however so you can
-see how many resources pinxi uses to run.
+
+3. Now that inxi is basically debugged and working, I've removed the output of
+'inxi' from the -t lines. It remains for the pinxi branch however so you can see
+how many resources pinxi uses to run.
+
4. ipmi sensors data are proving to be as random as lm-sensors. Added another
alternate syntax for sensors.
+
5. CPU: found an alternate syntax, again, for IPMI and sensors data, added
support, I hope, for that.
-Enhancements:
-1. Added /proc debugger tool to debugger. Due to oddities with how the /proc file
-system is created, it will only run as user, not root, unless the --proc flag is
-used. More programs added to debugger commands.
+--------------------------------------------------------------------------------
+ENHANCEMENTS:
+
+1. Added /proc debugger tool to debugger. Due to oddities with how the /proc
+file system is created, it will only run as user, not root, unless the --proc
+flag is used. More programs added to debugger commands.
+
2. More disk vendor strings added, fine tuning of vendor detections. There is a
tendency in NVMe disk names to put the vendor name in the middle of the string.
That is now handled for a few key vendors.
-3. Added basic ARM SOC and server support. This will require more work in the future
-because the syntax used varies significantly device to device, but the featuers
-are now in place to add that support. Most SBC ARM devices should now at least show
-the model and details data in machine data, and some will show -G -A -N data as
-well.
+
+3. Added basic ARM SOC and server support. This will require more work in the
+future because the syntax used varies significantly device to device, but the
+featuers are now in place to add that support. Most SBC ARM devices should now
+at least show the model and details data in machine data, and some will show -G
+-A -N data as well.
+
4. ARM CPU: added first attempt to show the cpu variant as well as the more
-generic ARM data. This shows 1 or more variants, some ARM devices have two different
-cpu cores running at different speeds. Odroid for example.
-5. Added system 'base:' data for -Sx, that modifies Distro: in supported cases.
+generic ARM data. This shows 1 or more variants, some ARM devices have two
+different cpu cores running at different speeds. Odroid for example.
+
+5. Added system 'base:' data for -Sx, that modifies Distro: in supported cases.
Currently only Mint and MX/AntiX supported because each specific distro must be
-handled explicitly using empirical file based data tests. I decided against showing
-this for rolling release, since really everyone knows that Antergos is made from
-Arch Linux, so showing that does not provide much useful information, whereas
-showing the Ubuntu version Mint was made from does.
+handled explicitly using empirical file based data tests. I decided against
+showing this for rolling release, since really everyone knows that Antergos is
+made from Arch Linux, so showing that does not provide much useful information,
+whereas showing the Ubuntu version Mint was made from does.
Note that several derived distros are changing how they use os-release, so the
-tools had to be revised to be more dynamic, which is a pain, and makes it even
-more empirical and less predictable to print what should be trivially easy to
+tools had to be revised to be more dynamic, which is a pain, and makes it even
+more empirical and less predictable to print what should be trivially easy to
gather distro and derived source data.
-If your distro is not in this list and you want the base data to be present, please
-supply a --debug 22 dataset so I can check all the files required to make the
-detection work. If your distro has changed methods, please note which methods
-were used in the past, and which are used now.
+If your distro is not in this list and you want the base data to be present,
+please supply a --debug 22 dataset so I can check all the files required to make
+the detection work. If your distro has changed methods, please note which
+methods were used in the past, and which are used now.
+
6. Added Armbian distro detection, that's tricky. Added Rasbpian detections.
Added improved Antergos, Arco, and maybe Chakra, Arch detections.
+
7. Big one: Hardware RAID basic support added. Note that each vendor, and
-unfortunatley, often each product line, has its own raid status and drive
+unfortunatley, often each product line, has its own raid status and drive
reporting tools, which makes adding the actual drive/raid/status report part
-very time consuming to add. I may only support this if a certain software maker's
-raid tools are installed because they are much simpler to parse, but for now,
-it only shows the presence of the raid device itself, not disks, raid status, etc.
-
+very time consuming to add. I may only support this if a certain software
+maker's raid tools are installed because they are much simpler to parse, but for
+now, it only shows the presence of the raid device itself, not disks, raid
+status, etc.
------------------------------------
+--------------------------------------------------------------------------------
-- Harald Hope - Sat, 23 Jun 2018 10:24:30 -0700
-=====================================================================================
+================================================================================
Version: 3.0.12
Patch: 00
Date: 2018-06-05
------------------------------------
-Changes:
------------------------------------
+--------------------------------------------------------------------------------
+UPDATES:
+--------------------------------------------------------------------------------
+
New version
-Bug fix, debugger when run as root hangs on proc traverse.
+--------------------------------------------------------------------------------
+BUGS:
+
+1. debugger when run as root hangs on proc traverse.
------------------------------------
+--------------------------------------------------------------------------------
-- Harald Hope - Tue, 05 Jun 2018 01:18:18 -0700
-=====================================================================================
+================================================================================
Version: 3.0.11
Patch: 00
Date: 2018-06-04
------------------------------------
-Changes:
------------------------------------
+--------------------------------------------------------------------------------
+UPDATES:
+--------------------------------------------------------------------------------
+
New version, man page. Features, bugs, fixes!
-Bugs:
+--------------------------------------------------------------------------------
+BUGS:
+
1. Color selector accepted '' as a value, which it would then write to config
file, creating errors since it's not an integer value.
-2. Corrected distro id error for last fallback case, making the distro ID out
-of the filename itself, that was missing the assignment to $distro.
-3. mmcblk0 was showing up as an unmounted partition, due to failing to filter
+
+2. Corrected distro id error for last fallback case, making the distro ID out of
+the filename itself, that was missing the assignment to $distro.
+
+3. mmcblk0 was showing up as an unmounted partition, due to failing to filter
mmcblk[0-9] in unmounted.
-Fixes:
+--------------------------------------------------------------------------------
+FIXES:
+
1. Added missing compositor kwin_wayland to compositor detections
+
2. For -M, on laptops, sometimes Type: would duplicate in Chassis: type: which
looks silly, so now it checks to make sure the two values are different before
using the Chassis: type: data.
-3. -D disk vendor, added GALAX, fixed Toshiba, which sometimes occurs other than
-start of disk id string, so now it checks the whole string. This seems particularly
-common in nvme devices from Toshiba. This is the only vendor I have found that
-puts the vendor string later in the device id string.
+
+3. -D disk vendor, added GALAX, fixed Toshiba, which sometimes occurs other than
+start of disk id string, so now it checks the whole string. This seems
+particularly common in nvme devices from Toshiba. This is the only vendor I have
+found that puts the vendor string later in the device id string.
+
4. Added protection against unreadable but present /etc/issue. This was caused
by a now fixed bug in OpenSuSe, which symbolically linked to create /etc/issue
-from /var/run/issue, but with 600 permissions, root read only, that is. Note that
-this bug has since been fixed (now has the correct 644 permissions), but I figured
-better safe than sorry in case anyone else decides that's a good idea in the future.
-Now only sends to reader if readable.
-5. Related to 4, made reader not exit on failure, now just prints error message and
-keeps going.
-6. Upped maximum distro string length to 60, from 50. AntiX for example was coming
-in at 48, so I decided to add some safe room now that inxi does dynamic sizing, it
-is not a big problem having very long distro id strings.
-
-Enhancements:
-1. Added basic /proc data parser to debugger. Can't get all the data or files because
-it's simply too big, but grabs the basics.
+from /var/run/issue, but with 600 permissions, root read only, that is. Note
+that this bug has since been fixed (now has the correct 644 permissions), but I
+figured better safe than sorry in case anyone else decides that's a good idea in
+the future. Now only sends to reader if readable.
+
+5. Related to 4, made reader not exit on failure, now just prints error message
+and keeps going.
+
+6. Upped maximum distro string length to 60, from 50. AntiX for example was
+coming in at 48, so I decided to add some safe room now that inxi does dynamic
+sizing, it is not a big problem having very long distro id strings.
+
+--------------------------------------------------------------------------------
+ENHANCEMENTS:
+
+1. Added basic /proc data parser to debugger. Can't get all the data or files
+because it's simply too big, but grabs the basics.
+
2. Added vcgencmd for some ARM rasberry pi debugging.
+
3. ARM: add model if not found in /proc/cpuinfo, or if different.
-4. Added Tdie cpu sensor type, this is coming soon in latest kernels, so catching
-it early. Tdie will replace k10-temp sensor item temp1.
-5. Added --admin extra data option, and first set of extra data, -C, which will
-show CPU Errata (bugs), family, model-id, stepping (as hex (decimal) or hex if less
-than or equal to 9), microcode (as hex).
-6. Battery: added with -x option, if found, attached battery driven devices, like
-wifi keyboard, mouse. If upower is present, will also try to show battery charge
-percent for those devices. Note that -B only shows the Device-X items if -x is used,
-and will not show anything in -F unless there is a system, not device, battery
-present, or if -Fx is used and there is a Device battery detected.
-Added upower to recommends.
-7. Basic -Dxxx disk rotation speeds added. Requires udevadm. Not all spinning disks
-show rotation speeds, and it depends on udevadm, so if no rotation found, it shows
-nothing.
+
+4. Added Tdie cpu sensor type, this is coming soon in latest kernels, so
+catching it early. Tdie will replace k10-temp sensor item temp1.
+
+5. Added --admin extra data option, and first set of extra data, -C, which will
+show CPU Errata (bugs), family, model-id, stepping (as hex (decimal) or hex if
+less than or equal to 9), microcode (as hex).
+
+6. Battery: added with -x option, if found, attached battery driven devices,
+like wifi keyboard, mouse. If upower is present, will also try to show battery
+charge percent for those devices. Note that -B only shows the Device-X items if
+-x is used, and will not show anything in -F unless there is a system, not
+device, battery present, or if -Fx is used and there is a Device battery
+detected. Added upower to recommends.
+
+7. Basic -Dxxx disk rotation speeds added. Requires udevadm. Not all spinning
+disks show rotation speeds, and it depends on udevadm, so if no rotation found,
+it shows nothing.
+
8. Added explicit Arco Linux and Antergos distro ID support. This requires more
-checks, but in theory, both should now show Arco Linux or Antergos instead of default
-'Arch Linux' as before, plus extra data if found, like version.
+checks, but in theory, both should now show Arco Linux or Antergos instead of
+default 'Arch Linux' as before, plus extra data if found, like version.
------------------------------------
+--------------------------------------------------------------------------------
-- Harald Hope - Mon, 04 Jun 2018 16:48:53 -0700
-=====================================================================================
+================================================================================
Version: 3.0.10
Patch: 00
Date: 2018-05-21
------------------------------------
-Changes:
------------------------------------
+--------------------------------------------------------------------------------
+UPDATES:
+--------------------------------------------------------------------------------
+
New version, new man page.
This version is very peaceful, no big changes, just a few fixes and small new
features added.
-This version corrects a few small glitches reported by users, and adds basic support
-for disk speed report. Note that this is not as accurate as I'd like, it tries, but
-there is not a lot of data to be had. Limits of disk speed seems to be, roughly:
+This version corrects a few small glitches reported by users, and adds basic
+support for disk speed report. Note that this is not as accurate as I'd like, it
+tries, but there is not a lot of data to be had. Limits of disk speed seems to
+be, roughly:
+
1. most speed is reported as max board can do, not max drive can support
-2. usually when speed is reported as lower than max board speed, it's correct, but,
-as usual, exceptions to this were found during testing.
-3. usually if drive is faster than board speed, it reports board speed, but, again,
-exceptions to this rule were found during testing.
-
-However, with this said, it's usually more or less right, at least right in terms
-of the fastest speed you can expect to get with your board. NVMe was also supported,
-that's much more complicated because NVMe has >= 1 lane, and each lane has up and
-down data. The reported speed is max in one direction, and is a function of the
-PCIe 1,2 20% overhead, and PCIe 3,4,5 ~1.5% overhead. inxi shows the actual usable
-data rate, not the GT/s rate, which is the total transfers per second the unit
-supports.
-
-So due to the unreliable nature of the data, this is only a -xx option. There is
+2. usually when speed is reported as lower than max board speed, it's correct,
+but, as usual, exceptions to this were found during testing.
+3. usually if drive is faster than board speed, it reports board speed, but,
+again, exceptions to this rule were found during testing.
+
+However, with this said, it's usually more or less right, at least right in
+terms of the fastest speed you can expect to get with your board. NVMe was also
+supported, that's much more complicated because NVMe has >= 1 lane, and each
+lane has up and down data. The reported speed is max in one direction, and is a
+function of the PCIe 1,2 20% overhead, and PCIe 3,4,5 ~1.5% overhead. inxi shows
+the actual usable data rate, not the GT/s rate, which is the total transfers per
+second the unit supports.
+
+So due to the unreliable nature of the data, this is only a -xx option. There is
also in general no data for USB, and none for mmcblk (sd cards usually).
-This feature may be enhanced with a C Perl XS library in the future, we'll see how
-that goes.
+This feature may be enhanced with a C Perl XS library in the future, we'll see
+how that goes.
+--------------------------------------------------------------------------------
FIXES:
-1. corrected an issue where a networking card of type Bridge failed to be detected.
-This is now handled. This was a PCI type I'd never seen before, but it exists, and
-a user had it, so now it will work as expected for this type.
-2. changed the default units in weather to be m (metric) imperial (i). While this is
-not very intuitive for me, it's easier to explain I think. The previous c / f
-syntax is supported internally, and inxi will just translate c to m and f to i, so
-it doesn't matter which is or was used on a config file or with the --weather-unit
-option.
-3. BSD uptime had a parsing glitch, there was a spelling variant I'd never seen in
-GNU/Linux that broke the regex. This is corrected now.
+
+1. corrected an issue where a networking card of type Bridge failed to be
+detected. This is now handled. This was a PCI type I'd never seen before, but it
+exists, and a user had it, so now it will work as expected for this type.
+
+2. changed the default units in weather to be m (metric) imperial (i). While
+this is not very intuitive for me, it's easier to explain I think. The previous
+c / f syntax is supported internally, and inxi will just translate c to m and f
+to i, so it doesn't matter which is or was used on a config file or with the
+--weather-unit option.
+
+3. BSD uptime had a parsing glitch, there was a spelling variant I'd never seen
+in GNU/Linux that broke the regex. This is corrected now.
+
4. Fixed a few small man page glitches, some ordering stuff, nothing major.
-5. Fixed BSD hostname issues. There was a case where a setup could have no hostname,
-inxi did not handle that correctly. This fix would have applied to gnu/linux as
-well.
-6. Fixed a few bsd, openbsd mostly, dm detections, there is a secondary path in
+
+5. Fixed BSD hostname issues. There was a case where a setup could have no
+hostname, inxi did not handle that correctly. This fix would have applied to
+gnu/linux as well.
+
+6. Fixed a few BSD, openBSD mostly, dm detections, there is a secondary path in
OpenBSD that was not checked. This also went along with refactoring the dm logic
to be much more efficient and optimized.
+
7. Fine tuned dmidecode error message.
+
8. Fixed PCI ID issue, it was failing to catch a certain bridged network type.
-9. A more global fix for unhandled tmpfs types, in this case, shm, but added a
+
+9. A more global fix for unhandled tmpfs types, in this case, shm, but added a
global test that will handle all tmpfs from now on, and exclude that data from
-p reports.
-NEW FEATURES:
+--------------------------------------------------------------------------------
+ENHANCEMENTS:
+
1. First attempt to add basic disk speed (Gb/s). Supported types: ATA, NVMe. No
speed data so far handled or found: mmcblk; USB. Also possibly older /dev/hda
-type devices (IDE bus) may not get handled in all cases. This may get more work
-in the future, but that's a long ways off. This case oddly was one where BSDs had
-support for basic disk speed reports before GNU/Linux, but that was really just
-because it was part of a single data line that inxi parsed for disk data anyway
-with BSDs.
+type devices (IDE bus) may not get handled in all cases. This may get more work
+in the future, but that's a long ways off. This case oddly was one where BSDs
+had support for basic disk speed reports before GNU/Linux, but that was really
+just because it was part of a single data line that inxi parsed for disk data
+anyway with BSDs.
+
2. Man items added for -Dxx disk speed options.
------------------------------------
+--------------------------------------------------------------------------------
-- Harald Hope - Mon, 21 May 2018 14:25:53 -0700
-=====================================================================================
+================================================================================
Version: 3.0.09
Patch: 00
Date: 2018-05-11
------------------------------------
-Changes:
------------------------------------
+--------------------------------------------------------------------------------
+UPDATES:
+--------------------------------------------------------------------------------
New version, new man. Bug fixes, feature updates.
The main reason to release this earlier than I had hoped was because of the /sys
-permission change for serial/uuid file data. The earlier we can get this fix out,
-the better for end users, otherwise they will think they have no serial data when
-they really do.
+permission change for serial/uuid file data. The earlier we can get this fix
+out, the better for end users, otherwise they will think they have no serial
+data when they really do.
+--------------------------------------------------------------------------------
+BUGS:
+
+1. A weather bug could result in odd or wrong data showing in weather output,
+this was due to a mistake in how the weather data was assembled internally. This
+error could lead to large datastore files, and odd output that is not all
+correct.
+
+2. More of an enhancement, but due to the way 'v' is used in version numbers,
+the program_version tool in some cases could have sliced out a 'v' in the wrong
+place in the version string, and also could have sliced out legitimate v values.
+
+This v issue also appeared in bios version, so now the new rule for
+program_version and certain other version results is to trim off starting v if
+and only if it is followed by a number.
+
+--------------------------------------------------------------------------------
FIXES:
+
1. this bug just came to my attention, apparently the (I assume) kernel people
-decided for us that we don't need to see our serial numbers in /sys unless we are
-root. This is an unfortunate but sadly predictable event. To work around this
-recent change (somewhere between 4.14 and 4.15 as far as I can tell), inxi -M and
--B now check for root read-only and show <root required> if the file exists but
-is not user readable. I wish, I really wish, that people could stop changing stuff
-for no good reason, but that's out of my control, all I can do is adjust inxi to
-this reality. But shame on whoever decided that was a good idea.
+decided for us that we don't need to see our serial numbers in /sys unless we
+are root. This is an unfortunate but sadly predictable event. To work around
+this recent change (somewhere between 4.14 and 4.15 as far as I can tell), inxi
+-M and -B now check for root read-only and show <root required> if the file
+exists but is not user readable. I wish, I really wish, that people could stop
+changing stuff for no good reason, but that's out of my control, all I can do is
+adjust inxi to this reality. But shame on whoever decided that was a good idea.
This is not technically an inxi bug, but rather a regression, since it's caused
by a change in /sys permissions, but users would see it as a bug so I consider
this an important fix.
-Note that the new /sys/class/dmi/id permissions result in various possible things:
+Note that the new /sys/class/dmi/id permissions result in various possible
+things:
1. serial/uuid file is empty but exists and is not readable by user
2. serial/uuid file is not empty and exists and is not readable by user
3. serial/uuid file does not exist
4. serial/uuid file exists, is not empty, and is readable by root
-Does this change make your life better? It doesn't make mine better, it makes
-it worse. Consider filing a bug report against whoever allowed this regression
-is my suggestion.
+Does this change make your life better? It doesn't make mine better, it makes it
+worse. Consider filing a bug report against whoever allowed this regression is
+my suggestion.
-BUGS:
-1. A weather bug could result in odd or wrong data showing in weather output, this
-was due to a mistake in how the weather data was assembled internally. This error
-could lead to large datastore files, and odd output that is not all correct.
-
-2. More of an enhancement, but due to the way 'v' is used in version numbers,
-the program_version tool in some cases could have sliced out a 'v' in the wrong
-place in the version string, and also could have sliced out legitimate v values.
-
-This v issue also appeared in bios version, so now the new rule for program_version
-and certain other version results is to trim off starting v if and only if it is
-followed by a number.
+--------------------------------------------------------------------------------
+ENHANCEMENTS:
-FEATURES:
-1. Added in OpenBSD support for showing machine data without having to use dmidecode.
-This is a combination of systcl -a and dmesg.boot data, not very good quality data
-sources, but it is available as user, and it does work. Note that BIOS systems
-are the only ones tested, I don't know what the syntax for UEFI is for the field
-names and strings. Coming soon is Battery and Sensors data, from the same sources.
+1. Added in OpenBSD support for showing machine data without having to use
+dmidecode. This is a combination of systcl -a and dmesg.boot data, not very good
+quality data sources, but it is available as user, and it does work. Note that
+BIOS systems are the only ones tested, I don't know what the syntax for UEFI is
+for the field names and strings. Coming soon is Battery and Sensors data, from
+the same sources.
-Sadly as far as I know, OpenBSD is the only BSD that has such nice, usable (well,
-ok, dmesg.boot data is low quality strings, not really machine safe) data. I
-have no new datasets from the other BSDs so I don't know if they have decided to
-copy/emulate this method.
+Sadly as far as I know, OpenBSD is the only BSD that has such nice, usable
+(well, ok, dmesg.boot data is low quality strings, not really machine safe)
+data. I have no new datasets from the other BSDs so I don't know if they have
+decided to copy/emulate this method.
2. By request, and this was listed in issue #134, item no. 1, added in weather
switchable metric/imperial output. Also added an option, --weather-unit and
-configuration item: WEATHER_UNIT with possible values: cf|fc|c|f. The 2nd of
-two in cf/fc goes in () in the output. Note that windspeed is m/s or km/h as metric,
+configuration item: WEATHER_UNIT with possible values: cf|fc|c|f. The 2nd of two
+in cf/fc goes in () in the output. Note that windspeed is m/s or km/h as metric,
inxi shows m/s as default for metric and (km/h as secondary). Also fixed -w
-observation date to use local time formatting. That does not work in -W so it shows
-the default value.
+observation date to use local time formatting. That does not work in -W so it
+shows the default value.
3. Updated man to show new WEATHER_UNIT config option, and new --weather-unit
option. Also fixed some other small man glitches that I had missed.
------------------------------------
+--------------------------------------------------------------------------------
-- Harald Hope - Fri, 11 May 2018 13:29:06 -0700
-=====================================================================================
+================================================================================
Version: 3.0.08
Patch: 00
Date: 2018-05-06
------------------------------------
-Changes:
------------------------------------
+--------------------------------------------------------------------------------
+UPDATES:
+--------------------------------------------------------------------------------
New version, new tarball. New features, bug fixes.
This is a big one.
-NEW FEATURES:
-
-1. By Request: Disk vendor is now generally going to be shown. Since this uses
-empirical data to grab the vendor name, from the model string, it will not always
-find anything. When it fails to find vendor data, no vendor: item will show.
+--------------------------------------------------------------------------------
+BUGS:
-Note that some MMC devices will probably not show vendor data, but that's due to
-there being no data that reveals that.
+1. CRITICAL: /sys/block/xxx/device/model is in some cases truncating the disk
+model name to 16 characters. This is not an inxi bug, it's a bug with /sys
+itself.
-2. Extended -sx volts to also show voltage from lm-sensors if present. Many
-systems show no voltage data with lm-sensors, but now if any is found, it
-will show, same as impi.
+To fix this, inxi now uses for GNU/Linux /dev/disk/by-id data which does not
+ever do this truncation. It's also faster I believe to read that directory once,
+filter the results, then use the data for vendor/model/serial.
-3. Moved to lsblk as primary source for partition/unmounted filesystem, uuid, and
-label data.
+this was also part of the disk vendor data feature.
-Falls back to previous methods if lsblk does not return data. Some lsblk do not
-show complete data unless super user as well.
+2. OpenBSD networking fix. Was not showing IF data, now it does.
-4. Refactored code to be more logical and clear.
+3. Fixed bug with unmounted where sometimes md0 type partitions would show even
+though they are in a raid array.
-5. Added for OpenBSD -r: /etc/installurl file.
+4. Fixed disk rev, now it searches for 3 different files in /sys to get that
+data.
-BUG FIXES:
+5. Fixed bug with very old systems, with sudo 1.6 or older, for some reason that
+error did not get redirected to /dev/null, so now only using sudo -n after
+explicit version test, only if 1.7 or newer.
-1. CRITICAL: /sys/block/xxx/device/model is in some cases truncating the disk
-model name to 16 characters. This is not an inxi bug, it's a bug with /sys itself.
+6. Fixed a few null results in fringe cases for graphics. Resolution now shows
+NA for Hz if no hz data found. This was only present on a fringe user case which
+is unlikely to ever impact normal X installations.
-To fix this, inxi now uses for GNU/Linux /dev/disk/by-id data which does not
-ever do this truncation. It's also faster I believe to read that directory
-once, filter the results, then use the data for vendor/model/serial.
+7. Fixed BSD L2 cache, was showing MiB instead of KiB, wrong math.
-this was also part of the disk vendor data feature.
+--------------------------------------------------------------------------------
+ENHANCEMENTS:
-2. Openbsd networking fix. Was not showing IF data, now it does.
+1. By Request: Disk vendor is now generally going to be shown. Since this uses
+empirical data to grab the vendor name, from the model string, it will not
+always find anything. When it fails to find vendor data, no vendor: item will
+show.
-3. Fixed bug with unmounted where sometimes md0 type partitions would show
-even though they are in a raid array.
+Note that some MMC devices will probably not show vendor data, but that's due to
+there being no data that reveals that.
-4. Fixed disk rev, now it searches for 3 different files in /sys to get that data.
+2. Extended -sx volts to also show voltage from lm-sensors if present. Many
+systems show no voltage data with lm-sensors, but now if any is found, it will
+show, same as impi.
-5. Fixed bug with very old systems, with sudo 1.6 or older, for some reason that
-error did not get redirected to /dev/null, so now only using sudo -n after explicit
-version test, only if 1.7 or newer.
+3. Moved to lsblk as primary source for partition/unmounted filesystem, uuid,
+and label data.
-6. Fixed a few null results in fringe cases for graphics. Resolution now shows
-NA for Hz if no hz data found. This was only present on a fringe user case
-which is unlikely to ever impact normal X installations.
+Falls back to previous methods if lsblk does not return data. Some lsblk do not
+show complete data unless super user as well.
-7. Fixed BSD L2 cache, was showing MiB instead of KiB, wrong math.
+4. Refactored code to be more logical and clear.
+5. Added for OpenBSD -r: /etc/installurl file.
------------------------------------
+--------------------------------------------------------------------------------
-- Harald Hope - Sun, 06 May 2018 20:23:30 -0700
-=====================================================================================
+================================================================================
Version: 3.0.07
Patch: 00
Date: 2018-04-17
------------------------------------
-Changes:
------------------------------------
+--------------------------------------------------------------------------------
+UPDATES:
+--------------------------------------------------------------------------------
+
New version, new man. Bug fixes. BSD fixes.
-Bugs fixed:
-1. CPU: MT/HT was wrong for old xeon, made mt detection more robust and hopefully
-more reliable, removed all explicit b_xeon based tests.
-2. fixed /dev/mapper glitch, that make /dev/mapper links fail to get id'ed.
-3. openbsd: fixed memory handler; fixed cpu flags, fixed partitions handling.
-4. freebsd: fixed similar partition bugs, these were caused by the darwin patch.
-5. man page: fixed top synopis syntax, thanks ESR.
-6. partitions fs: fixed possible failures with lsblk fs. lsblk: added debuggers
+--------------------------------------------------------------------------------
+BUGS:
+
+1. CPU: MT/HT was wrong for old xeon, made mt detection more robust and
+hopefully more reliable, removed all explicit b_xeon based tests.
+
+--------------------------------------------------------------------------------
+FIXES:
+
+1. fixed /dev/mapper glitch, that make /dev/mapper links fail to get id'ed.
+
+2. openBSD: fixed memory handler; fixed cpu flags, fixed partitions handling.
+
+3. freeBSD: fixed similar partition bugs, these were caused by the darwin patch.
+
+4. man page: fixed top synopis syntax, thanks ESR.
+
+5. partitions fs: fixed possible failures with lsblk fs. lsblk: added debuggers
so we can track down this failure in the future.
-7. added sshfs filter for disk used output, note, there is a possible syntax for
+
+6. added sshfs filter for disk used output, note, there is a possible syntax for
remote fs that isn't handled: AAA:BBB that is, no :/, only the :. This makes
explicit detection of still unknown remote fs very difficult since : is a legal
nix filename character.
------------------------------------
+--------------------------------------------------------------------------------
-- Harald Hope - Wed, 18 Apr 2018 19:29:02 -0700
-=====================================================================================
+================================================================================
Version: 3.0.06
Patch: 00
Date: 2018-04-17
------------------------------------
-Changes:
------------------------------------
+--------------------------------------------------------------------------------
+UPDATES:
+--------------------------------------------------------------------------------
+
New version. 2 bug fixes.
+--------------------------------------------------------------------------------
+FIXES:
+
1. -xtm was showing memory %, not cpu % in cpu item
+
2. -G compat-v was showing for nvidia, it's not supposed to, and was also wrong
for nvidia, they forgot to update one of their gl string numbers.
------------------------------------
+--------------------------------------------------------------------------------
-- Harald Hope - Tue, 17 Apr 2018 16:52:05 -0700
-=====================================================================================
+================================================================================
Version: 3.0.05
Patch: 00
Date: 2018-04-17
------------------------------------
-Changes:
------------------------------------
+--------------------------------------------------------------------------------
+UPDATES:
+--------------------------------------------------------------------------------
+
New version, new man. Small new enhancements.
-1. Added to -s for ipmi, with -x: voltage 12v,5v,3.3v,vbat; for -xx, dimm/soc p1/p2
-voltages
-2. enhanced wm: feature, needed more filters and protection against redundant data
-3. basic apple osx fixes to keep it from crashing, but I'm not spending any more
-time on apple junk unless someone pays me for my time, I can't stand the product or
-company, it's the total antitheses of freedom or free software, or even openness.
-4. openbsd/bsd fixes: openbsd was failing to get cpu flags due to a small oversight
-5. -C now shows bits: for the true bits of cpu, not the kernel bits. This is not
+--------------------------------------------------------------------------------
+FIXES:
+
+1. basic apple osx fixes to keep it from crashing, but I'm not spending any more
+time on apple junk unless someone pays me for my time, I can't stand the product
+or company, it's the total antitheses of freedom or free software, or even
+openness.
+
+2. openBSD/BSD FIXES: openBSD was failing to get cpu flags due to a small
+oversight
+
+3. -C now shows bits: for the true bits of cpu, not the kernel bits. This is not
a reliable measurement but should be right about 95+ percent of the time, and
-basically all of the time for GNU/Linux on Intel/AMD, most of the time for ARM.
+basically all of the time for GNU/Linux on Intel/AMD, most of the time for ARM.
When it doesn't know it does not guess, and shows N/A.
-6. bsd fix for usb, was running numeric action on string value
-7. fixed stderr tool for program_version, now it's hard-coded in program_values
+
+4. BSD fix for usb, was running numeric action on string value
+
+5. fixed stderr tool for program_version, now it's hard-coded in program_values
which removes an unneeded regex search for every program version test.
-8. Mate detection, switched to using mate-sesssion instead of mate-about, the
+
+6. Mate detection, switched to using mate-sesssion instead of mate-about, the
latter is not getting updated and has the wrong version number on it.
------------------------------------
+--------------------------------------------------------------------------------
+ENHANCEMENTS:
+
+1. Added to -s for ipmi, with -x: voltage 12v,5v,3.3v,vbat; for -xx, dimm/soc
+p1/p2 voltages
+
+2. enhanced wm: feature, needed more filters and protection against redundant
+data
+
+--------------------------------------------------------------------------------
-- Harald Hope - Tue, 17 Apr 2018 13:17:14 -0700
-=====================================================================================
+================================================================================
Version: 3.0.04
Patch: 00
Date: 2018-04-14
------------------------------------
-Changes:
------------------------------------
+--------------------------------------------------------------------------------
+UPDATES:
+--------------------------------------------------------------------------------
+
New version. Fixes several issues.
+--------------------------------------------------------------------------------
+FIXES:
+
1. issue #145 - corrects case with vm xeon where phys id skips numbers, creating
bad array looping error.
-2. for issue #143, added user PATH to static list of paths, this works around distros
-that have chosen to abandon the FSH standard, sigh... This adds to number of paths that
-have to be checked, but there was no clean way to handle it otherwise.
-3. For MATE, added new version source, mate-session, because mate-about was reporting
-a non-matching version number for current MATE.
------------------------------------
+2. for issue #143, added user PATH to static list of paths, this works around
+distros that have chosen to abandon the FSH standard, sigh... This adds to
+number of paths that have to be checked, but there was no clean way to handle it
+otherwise.
+
+3. For MATE, added new version source, mate-session, because mate-about was
+reporting a non-matching version number for current MATE.
+
+--------------------------------------------------------------------------------
-- Harald Hope - Sat, 14 Apr 2018 17:52:33 -0700
-=====================================================================================
+================================================================================
Version: 3.0.03
Patch: 00
Date: 2018-04-12
------------------------------------
-Changes:
------------------------------------
+--------------------------------------------------------------------------------
+UPDATES:
+--------------------------------------------------------------------------------
New version. NBD network block device fixes
-Two enhancements/bug fixes:
+--------------------------------------------------------------------------------
+BUGS:
+
1. inxi did not have support for network block devices /dev/nbd0 type syntax in
disks.
-2. this caused a slight failure in lsblk output, so I switched to using lsblk -P
+
+2. this caused a slight failure in lsblk output, so I switched to using lsblk -P
to force paired key values, which are then put into an array of hashes.
-These both appeared on an ARM server system, but surprisingly, there were no ARM
+These both appeared on an ARM server system, but surprisingly, there were no ARM
specific issues at all on that system.
Both issues/enhancements tested and working fine.
------------------------------------
+--------------------------------------------------------------------------------
-- Harald Hope - Thu, 12 Apr 2018 19:22:27 -0700
-=====================================================================================
+================================================================================
Version: 3.0.02
Patch: 00
Date: 2018-04-12
------------------------------------
-Changes:
------------------------------------
-new version, new man.
+--------------------------------------------------------------------------------
+UPDATES:
+--------------------------------------------------------------------------------
+
+New version, new man.
Rolls up a few changes from the latest features:
-1. For -Dxxx, if root, will use fdisk to try to find partition table scheme (mbr/gpt)
-2. For Display: <protocol> server: will try to use loginctl if out of X and using
---display flag to force display data and not root.
+--------------------------------------------------------------------------------
+ENHANCEMENTS:
+
+1. For -Dxxx, if root, will use fdisk to try to find partition table scheme
+(mbr/gpt)
+
+2. For Display: <protocol> server: will try to use loginctl if out of X and
+using --display flag to force display data and not root.
-This completes more or less the very last minute features added pre 3.0.0 version.
+This completes more or less the very last minute features added pre 3.0.0
+version.
-I wanted to get these in because the features were not super useful since they only
-worked on a few systems, particulary the scheme:
+I wanted to get these in because the features were not super useful since they
+only worked on a few systems, particulary the scheme:
------------------------------------
+--------------------------------------------------------------------------------
-- Harald Hope - Thu, 12 Apr 2018 15:26:00 -0700
-=====================================================================================
+================================================================================
Version: 3.0.01
Patch: 00
Date: 2018-04-12
------------------------------------
-Changes:
------------------------------------
+--------------------------------------------------------------------------------
+UPDATES:
+--------------------------------------------------------------------------------
+
New version, new man. Fine tunings.
-New features:
-1. for a very few systems that have wmctrl installed, shows with -xxxS, wm if present
-2. an attempt to get display protocol from out of X, using --display and loginctl
+--------------------------------------------------------------------------------
+ENHANCEMENTS:
+
+1. for a very few systems that have wmctrl installed, shows with -xxxS, wm if
+present
-Enhancements:
-1. made xorg display server and protocols show more consistently with other layout:
+2. an attempt to get display protocol from out of X, using --display and
+loginctl
+
+3. made xorg display server and protocols show more consistently with other
+layout:
Display: x11 server: X.org 1.9.12 drivers: loaded: ...
+
if no display protocol found:
Display: server: X.org 1.9.12 drivers: loaded: ...
-This brings the -G in line with the other lines, of not putting different data types
-inside of parentheses as much as possible. -I still has two of these, but so far it's
-not clear how to otherwise show SSH or su/sudo/login in their respective spaces.
+This brings the -G in line with the other lines, of not putting different data
+types inside of parentheses as much as possible. -I still has two of these, but
+so far it's not clear how to otherwise show SSH or su/sudo/login in their
+respective spaces.
-Debugger data collector also has something I should have added ages ago, gz filename
-now includes the basic 2 digit inxi version number, like 3.0 at end, so I can readily
-determine the debugger inxi version, and thus avoid having to root through lots of
-versions to find new stuff.
+Debugger data collector also has something I should have added ages ago, gz
+filename now includes the basic 2 digit inxi version number, like 3.0 at end, so
+I can readily determine the debugger inxi version, and thus avoid having to root
+through lots of versions to find new stuff.
-These are all largely cosmetic improvements, or debugger adjustments, except for -Sxxx
-now offering wm: if present.
+These are all largely cosmetic improvements, or debugger adjustments, except for
+-Sxxx now offering wm: if present.
-Also changed Desktop: name... (toolkit data) to: Desktop: name... tk: toolkit data
-to be more consistent, while not adding great length to the output.
+Also changed Desktop: name... (toolkit data) to: Desktop: name... tk: toolkit
+data to be more consistent, while not adding great length to the output.
-These two changes should also help export to json/xml since that puts unique key/values
-back into key value pairs, not merging two together.
+These two changes should also help export to json/xml since that puts unique
+key/values back into key value pairs, not merging two together.
------------------------------------
+--------------------------------------------------------------------------------
-- Harald Hope - Thu, 12 Apr 2018 13:17:26 -0700
-=====================================================================================
+================================================================================
Version: 3.0.00
Patch: 00
Date: 2018-04-09
------------------------------------
-Changes:
------------------------------------
+--------------------------------------------------------------------------------
+UPDATES:
+--------------------------------------------------------------------------------
+
New version, new man. Beta / 2.9 testing completed.
inxi 3.0 is now ready for prime time. No substantial issues have been found over
the past week. All outstanding issues and bugs have been corrected. The man page
-and help page have been edited fairly heavily to improve usability and readablity.
+and help page have been edited fairly heavily to improve usability and
+readablity.
All work and development and support for inxi 2.3.56 is ended. No issues for
-2.3.56 will be accepted since there is no way to support that version, it
-being in a different set of languages (Gawk/Bash) than inxi 2.9/3.0 (Perl 5).
-So the sooner you move your distro package pool to new inxi, the sooner your
-users can get support for any issues with current inxi.
+2.3.56 will be accepted since there is no way to support that version, it being
+in a different set of languages (Gawk/Bash) than inxi 2.9/3.0 (Perl 5). So the
+sooner you move your distro package pool to new inxi, the sooner your users can
+get support for any issues with current inxi.
-Beta and 2.9 prerelease testing is completed, and has resulted in a much
-better inxi than I could have hoped for.
+Beta and 2.9 prerelease testing is completed, and has resulted in a much better
+inxi than I could have hoped for.
There are so many new features and enhancements in the new inxi that it's hard
to list them all. See previous commits for a more in depth record.
+Anyway, the changelog will show better all the new features etc, I can't
+remember them all.
+
+All current issues and glitches have been fixed, any remaining are simply new
+issues, just as they would be in old inxi.
+
+Note that in the second and third weeks of beta testing a significant number of
+bugs that are in inxi 2.3.56 were fixed. 2.3.56 has been moth-balled into the
+inxi-legacy branch as binxi, to avoid mixing it up with inxi. The development
+branch is now permanently inxi-perl, aka, pinxi, since that worked so well for
+beta and pre-3.0 2.9 testing and development.
+
+This ends the pinxi/inxi development stage. All future development will proceed
+using the inxi-perl branch, and will be the same in terms of new features as pre
+inxi 2.9 was, they will be added, enhanced, as seems appropriate.
+
+Remember, inxi is a rolling release program, like Arch Linux, Gentoo, Debian
+Testing/Sid, and has no frozen release points, so this is simply the beginning
+of the 3.0 line of Perl inxi.
+
+Thanks to everyone who contributed time, energy, effort, ideas, testing,
+debugging, patience - inxi would not work without you.
+
+--------------------------------------------------------------------------------
+ENHANCEMENTS:
+
1. New options: --slots (PCI Slots); --usb
+
2. Exports to json/xml with --output options
+
3. Every line has been enhanced, with tighter output control, better key / value
pairings, more accurate values.
+
4. Line wrapping is now fully dynamic, which means inxi works down to 80 columns
and should basically never wrap (except for very long repo lines, but that's not
really fixable).
+
5. More controls, more user configuration options (see man page).
+
6. So many small new features that it's hard to list them all. Shows SSH in -I
-if SSH. Shows sudo/su/login in -I if relevant and detectable. Shows disk partioning
-scheme in some cases (more coming). Removes color codes if piped or redirected to
-file.
+if SSH. Shows sudo/su/login in -I if relevant and detectable. Shows disk
+partioning scheme in some cases (more coming). Removes color codes if piped or
+redirected to file.
+
7. All sizes are now shown in standardized KiB/MiB/GiB/TiB/PiB format, to avoid
ambiguity about whether M or MB or MiB is meant. All internal size math is done
using KiB, which further avoids confusion and error. Note that many disk makers
like using MB or GB instead of MiB or GiB because it makes their disks seem
'bigger'.
-8. Sensors -s now supports IPMI sensors, in tandem with lm-sensors.
-
-Anyway, the changelog will show better all the new features etc, I can't remember
-them all.
-
-All current issues and glitches have been fixed, any remaining are simply new issues,
-just as they would be in old inxi.
-Note that in the second and third weeks of beta testing a significant number of bugs
-that are in inxi 2.3.56 were fixed. 2.3.56 has been moth-balled into the inxi-legacy
-branch as binxi, to avoid mixing it up with inxi. The development branch is now
-permanently inxi-perl, aka, pinxi, since that worked so well for beta and pre-3.0
-2.9 testing and development.
-
-This ends the pinxi/inxi development stage. All future development will proceed
-using the inxi-perl branch, and will be the same in terms of new features as pre
-inxi 2.9 was, they will be added, enhanced, as seems appropriate.
-
-Remember, inxi is a rolling release program, like Arch Linux, Gentoo, Debian
-Testing/Sid, and has no frozen release points, so this is simply the beginning of the
-3.0 line of Perl inxi.
-
-Thanks to everyone who contributed time, energy, effort, ideas, testing, debugging,
-patience - inxi would not work without you.
+8. Sensors -s now supports IPMI sensors, in tandem with lm-sensors.
------------------------------------
+--------------------------------------------------------------------------------
-- Harald Hope - Mon, 09 Apr 2018 01:01:03 -0700
-=====================================================================================
+================================================================================
Version: 2.9.12
Patch: 00
Date: 2018-04-06
------------------------------------
-Changes:
------------------------------------
-New version, man page. Finished up main man edits. Set new defaults for some options,
-like --sleep and -t.
+--------------------------------------------------------------------------------
+UPDATES:
+--------------------------------------------------------------------------------
-Edits to layout and language, removed some legacy options and language from man and
-inxi.
+New version, man page. Finished up main man edits. Set new defaults for some
+options, like --sleep and -t.
+
+Edits to layout and language, removed some legacy options and language from man
+and inxi.
-Added partition table detections, rough initial stage. Only works on systems with
-udev present currently, will be expanded as we find fast tools. Since the systemd
-method is literally up to 25x slower than the udev method, it's not being considered
-except maybe as a last, last resort, and probably will never be used.
+Added partition table detections, rough initial stage. Only works on systems
+with udev present currently, will be expanded as we find fast tools. Since the
+systemd method is literally up to 25x slower than the udev method, it's not
+being considered except maybe as a last, last resort, and probably will never be
+used.
------------------------------------
+--------------------------------------------------------------------------------
-- Harald Hope - Fri, 06 Apr 2018 15:49:02 -0700
-=====================================================================================
+================================================================================
Version: 2.9.11
Patch: 00
Date: 2018-04-03
------------------------------------
-Changes:
------------------------------------
+--------------------------------------------------------------------------------
+UPDATES:
+--------------------------------------------------------------------------------
+
New version, new man. Completed man edits.
Many small bugs fixed.
-Enhancements:
+--------------------------------------------------------------------------------
+ENHANCEMENTS:
1. in some cases, will detect partition table type (GTP,MBR) either
with or without root. Uses fast method, which is not available on all systems.
@@ -4311,151 +6429,193 @@ use IPMI.
5. Gave more granular uptime output: like: uptime: 23d 5h 34m
------------------------------------
+--------------------------------------------------------------------------------
-- Harald Hope - Tue, 03 Apr 2018 23:34:56 -0700
-=====================================================================================
+================================================================================
Version: 2.9.10
Patch: 00
Date: 2018-03-30
------------------------------------
-Changes:
------------------------------------
+--------------------------------------------------------------------------------
+UPDATES:
+--------------------------------------------------------------------------------
+
New version, man page. Major man page edits. Bug fixes.
-Bugs fixed:
+--------------------------------------------------------------------------------
+BUGS:
+
1. RAID - both mdraid and zfs bugs corrected. Issue #135
+
2. EPYC cpu wrong die count corrected, and also added support for the EPYC type.
Issue #135
+
3. Possible ARM data glitch that made reader fail on a non-existent file.
-Man:
-Ongoing updates and edits and corrections and cleanup. Slowly but surely.
+--------------------------------------------------------------------------------
+DOCUMENTATION:
+
+Ongoing updates and edits and corrections and cleanup of man page. Slowly but
+surely.
------------------------------------
+--------------------------------------------------------------------------------
-- Harald Hope - Fri, 30 Mar 2018 20:07:40 -0700
-=====================================================================================
+================================================================================
Version: 2.9.09
Patch: 00
Date: 2018-03-28
------------------------------------
-Changes:
------------------------------------
+--------------------------------------------------------------------------------
+UPDATES:
+--------------------------------------------------------------------------------
+
New version, new man. Bug fixes, new features, enhancements
-1. Bug: cause unknown, but crashes on null file sent to reader, but all those files
-have been checked. For now added return if file null.
+--------------------------------------------------------------------------------
+BUGS:
+
+1. Bug: cause unknown, but crashes on null file sent to reader, but all those
+files have been checked. For now added return if file null.
-2. Features: with -Ixxx: show Shell: csh (sudo|su|login) status; show
+--------------------------------------------------------------------------------
+ENHANCEMENTS:
+
+1. Features: with -Ixxx: show Shell: csh (sudo|su|login) status; show
running in: xfce-terminal (SSH)
ssh session active on remote system.
-Various help and man cleanups and additions.
+--------------------------------------------------------------------------------
+DOCUMENTATION:
+
+1. Various help and man cleanups and additions.
------------------------------------
+--------------------------------------------------------------------------------
-- Harald Hope - Wed, 28 Mar 2018 20:48:22 -0700
-=====================================================================================
+================================================================================
Version: 2.9.08
Patch: 00
Date: 2018-03-26
------------------------------------
-Changes:
------------------------------------
+--------------------------------------------------------------------------------
+UPDATES:
+--------------------------------------------------------------------------------
New version, new man page. Bug fixes, feature/output tweaks.
-Bugs fixed:
+--------------------------------------------------------------------------------
+BUGS:
+
1. stray undefined value corrected
+
2. fixed BSD no pkg server case, now shows correctly that no pkg server files
were found, not that the OS is not supported.
-Features:
+--------------------------------------------------------------------------------
+ENHANCEMENTS:
+
1. -t c and m headers cleaned up and simplified
+
2. man page edits.
-3. more standarization of key names for fields, some spelling
-and upper/lower case corrections.
------------------------------------
+3. more standarization of key names for fields, some spelling and upper/lower
+case corrections.
+
+--------------------------------------------------------------------------------
-- Harald Hope - Mon, 26 Mar 2018 14:59:11 -0700
-=====================================================================================
+================================================================================
Version: 2.9.07
Patch: 00
Date: 2018-03-25
------------------------------------
-Changes:
------------------------------------
+--------------------------------------------------------------------------------
+UPDATES:
+--------------------------------------------------------------------------------
+
New version, new man. Bug fixes, feature tweaks.
-Bugs fixed:
+--------------------------------------------------------------------------------
+BUGS:
+
1. json/xml outputter had a bug in it that made it validate path wrong.
+
2. -G -xx option: compositor: for gnome-shell had a bug that would make it show
-as running when it wasn't, other strings were tripping the match on systems with
+as running when it wasn't, other strings were tripping the match on systems with
gnome-shell installed but not running,
+
3. Finally fixed bug with manjaro full version distro string, and tweaked output
to show Manjaro Linux instead of given string.
-Features added:
+--------------------------------------------------------------------------------
+ENHANCEMENTS:
+
1. --no-man - this lets users turn off man installs. Only really useful for -U
-from master, since default is off for pinxi and dev 3 branch.
+from master, since default is off for pinxi and dev 3 branch.
Man page/help updated to add this option.
------------------------------------
+--------------------------------------------------------------------------------
-- Harald Hope - Sun, 25 Mar 2018 18:34:54 -0700
-=====================================================================================
+================================================================================
Version: 2.9.06
Patch: 0
Date: 2018-03-24
------------------------------------
-Changes:
------------------------------------
+--------------------------------------------------------------------------------
+UPDATES:
+--------------------------------------------------------------------------------
New version, new man. Very new man.
-Man features new section, configuration options, which lists the main config options
-users would be likely to use.
+Special thanks to Manjaro for being as far as I know the first to package Perl
+inxi.
-This should help users who will never check the actual documentation web page
-realize that there are many internal configuration options available.
+Or was AntiX first? Well, it was close, thanks to both.
-Many edits in man, more to come I suspect.
+--------------------------------------------------------------------------------
+BUGS:
-Bug fixes in inxi:
1. removed a few stray debuggers that were creating debugging output
-2. fixed a usb driver bug that would create warning messages from Perl (thanks Manjaro
-for finding that one)
-New Option:
-1. Added: --indent-min - goes with the user configuration option: INDENT_MIN
-and allows users to experiment with different indent settings. This is what trips the
-auto line wrap of line starters. This may be revisited, and this switch will make it
-easier for users to see for themselves which they prefer, what trip point, etc.
+2. fixed a usb driver bug that would create warning messages from Perl (thanks
+Manjaro for finding that one)
-This will help determine pre 3.0.0 what the default auto wrap trip point, if any,
-will be.
+--------------------------------------------------------------------------------
+ENHANCEMENTS:
-Added more data to debugger tool, more lsblk, which is going to need a lot more data
-to solve a new issue with dm/encrypt/lvm, initial $MANPAGE data, to see if anyone
-actually ever uses that environmental variable.
+1. Added: --indent-min - goes with the user configuration option: INDENT_MIN and
+allows users to experiment with different indent settings. This is what trips
+the auto line wrap of line starters. This may be revisited, and this switch will
+make it easier for users to see for themselves which they prefer, what trip
+point, etc.
-Special thanks to Manjaro for being as far as I know the first to package Perl inxi.
+This will help determine pre 3.0.0 what the default auto wrap trip point, if
+any, will be.
-Or was AntiX first? Well, it was close, thanks to both.
+Added more data to debugger tool, more lsblk, which is going to need a lot more
+data to solve a new issue with dm/encrypt/lvm, initial $MANPAGE data, to see if
+anyone actually ever uses that environmental variable.
+
+--------------------------------------------------------------------------------
+DOCUMENTATION:
+
+1. Man features new section, configuration options, which lists the main config
+options users would be likely to use.
+
+This should help users who will never check the actual documentation web page
+realize that there are many internal configuration options available.
+
+2. Many edits in man, more to come I suspect.
------------------------------------
+--------------------------------------------------------------------------------
-- Harald Hope - Sat, 24 Mar 2018 18:06:33 -0700
-=====================================================================================
+================================================================================
Version: 2.9.05
Patch: 00
Date: 2018-03-24
------------------------------------
-Changes:
------------------------------------
+--------------------------------------------------------------------------------
+UPDATES:
+--------------------------------------------------------------------------------
New version, new man. Options changes
@@ -4466,50 +6626,52 @@ This makes them easier to remember, hopefully.
Updated help, man pages to cover this change as well.
-Added some more lsblk debugger output to try to start building enough information to
-really figure out dm/encrypted/lvm and how those are actually handled internally in
-the system in terms of partitions, filesystems, etc.
+Added some more lsblk debugger output to try to start building enough
+information to really figure out dm/encrypted/lvm and how those are actually
+handled internally in the system in terms of partitions, filesystems, etc.
------------------------------------
+--------------------------------------------------------------------------------
-- Harald Hope - Sat, 24 Mar 2018 02:08:42 -0700
-=====================================================================================
+================================================================================
Version: 2.9.04
Patch: 00
Date: 2018-03-22
------------------------------------
-Changes:
------------------------------------
+--------------------------------------------------------------------------------
+UPDATES:
+--------------------------------------------------------------------------------
New version, new man. Big update
-New features:
+--------------------------------------------------------------------------------
+ENHANCEMENTS:
1. now does not require root or 'file' to get unmounted fs type. Also, for many
-mounted partitions, rather than showing the meaningless fuseblock it will usually
-get the filesystem right.
+mounted partitions, rather than showing the meaningless fuseblock it will
+usually get the filesystem right.
-2. -U now works with optional --man option to download man page for pinxi
-and -U 3 dev server updates. This gets around the fact I had to remove the gz files
+2. -U now works with optional --man option to download man page for pinxi and -U
+3 dev server updates. This gets around the fact I had to remove the gz files
from master to get the size small enough to make maintainers happy. Non branch
-inxi master works as before, updates both from github or from dev server, depending
-on your selection.
+inxi master works as before, updates both from github or from dev server,
+depending on your selection.
So now inxi and pinxi will grab the inxi.1 or pinxi.1 man file and install it on
systems that do not have -U blocked. The -U block of course remains the same.
3. Thanks very much to the people who have been contributing in a positve way,
helping to make inxi better. The untold number of small and large new features,
-small glitches, etc, that have been fixed this week are simply too many too list.
-Many to most were inxi bugs or weaknesses, now corrected.
+small glitches, etc, that have been fixed this week are simply too many too
+list. Many to most were inxi bugs or weaknesses, now corrected.
-4. binxi branch has now been made fully operational, though I do not plan on doing
-any work beyond the mothballing of that venerable program (gawk->bash inxi), it's
-fully operational, it updates, it gets its man page, but all as binxi, so you can,
-as with pinxi, run all of them separately. This officially terminates my support
-for Gawk/Bash inxi, which can be found as binxi in the inxi-legacy branch.
+4. binxi branch has now been made fully operational, though I do not plan on
+doing any work beyond the mothballing of that venerable program (gawk->bash
+inxi), it's fully operational, it updates, it gets its man page, but all as
+binxi, so you can, as with pinxi, run all of them separately. This officially
+terminates my support for Gawk/Bash inxi, which can be found as binxi in the
+inxi-legacy branch.
-5. pinxi has been promoted to permanent development branch, where bug fixes, new
+5. pinxi has been promoted to permanent development branch, where bug fixes, new
features, etc, will be tested, along with man page updates etc. This will help
reduce the number of commits to master branch.
@@ -4522,62 +6684,63 @@ eventually, well it already did, that was going to wait, but someone wanted it.
8. Apt repo handler now supports DEB822 format, which is not an easy format to
parse.
-==========================================================
+================================================================================
MAINTAINERS:
-Note the following: despite my strong dislike for tags, every commit that touches
-either inxi or inxi.1 man page will be tagged if I think they would be something
-relevant to distro packagers. While github insists on calling my tags releases,
-I want to be crystal clear: inxi has one and only one 'release', the current master
-branch version. The tagged commits that github calls releases are NOT releases,
-they are just tagged commits. The version I release tomorrow will be the current
-master, and all previous versions will be obsolete and will not be supported.
-
-The .gz files have been removed from the master branch history, thus shrinking it
-a lot. I have removed for this reason the master-plain branch, which mirrored
+Note the following: despite my strong dislike for tags, every commit that
+touches either inxi or inxi.1 man page will be tagged if I think they would be
+something relevant to distro packagers. While github insists on calling my tags
+releases, I want to be crystal clear: inxi has one and only one 'release', the
+current master branch version. The tagged commits that github calls releases are
+NOT releases, they are just tagged commits. The version I release tomorrow will
+be the current master, and all previous versions will be obsolete and will not
+be supported.
+
+The .gz files have been removed from the master branch history, thus shrinking
+it a lot. I have removed for this reason the master-plain branch, which mirrored
master and provided a gz free branch, but apparently this was simply ignored so
-there's no reason to keep it going. If you insist on grabbing all the branches and
-find more data in there, then please correct your practices, you are only getting
-the data from the master branch.
+there's no reason to keep it going. If you insist on grabbing all the branches
+and find more data in there, then please correct your practices, you are only
+getting the data from the master branch.
inxi is rolling release software and has no releases, so the tags are supposed
-to create some illusion that a tag actually means something. Since it doesn't,
-I decided to take the path of least resistance and just add an auto tagging tool
+to create some illusion that a tag actually means something. Since it doesn't, I
+decided to take the path of least resistance and just add an auto tagging tool
to my commit scripts and use it when it seems appropriate, like on this commit.
-All development work now will happen via the pinxi branch, so that makes the process
-a lot cleaner, since I can now basically beta test all new commmits to master.
-pinxi and binxi are both standalone versions of inxi, they have their own config
-and data directories, config files, man pages, etc.
+All development work now will happen via the pinxi branch, so that makes the
+process a lot cleaner, since I can now basically beta test all new commmits to
+master. pinxi and binxi are both standalone versions of inxi, they have their
+own config and data directories, config files, man pages, etc.
------------------------------------------------------
+--------------------------------------------------------------------------------
-New Perl inxi is already way ahead of Gawk/Bash inxi, more features, more accurate,
-and most bugs being fixed now are because a lot of people are contributing eyes and
-testing, and are finding stuff that was wrong, or simply missing, on old inxi as
-well as on Perl inxi. Fixes to Perl inxi (>2.9) will not be rolled into to binxi
-since the entire reason I spent over 4 months on this project was to never have to
-touch Gawk/Bash inxi again.
+New Perl inxi is already way ahead of Gawk/Bash inxi, more features, more
+accurate, and most bugs being fixed now are because a lot of people are
+contributing eyes and testing, and are finding stuff that was wrong, or simply
+missing, on old inxi as well as on Perl inxi. Fixes to Perl inxi (>2.9) will not
+be rolled into to binxi since the entire reason I spent over 4 months on this
+project was to never have to touch Gawk/Bash inxi again.
Most imporant, however, is that the simple fact was, Gawk/Bash inxi has been
nearly impossible to work on despite my following rigorous practices in coding,
-and I simply won't work with that type of stuff anymore. Perl 5.x is a true delight
-in comparison, and makes adding new features, enhancing others, far easier, or
-even possible, where it wasn't before.
+and I simply won't work with that type of stuff anymore. Perl 5.x is a true
+delight in comparison, and makes adding new features, enhancing others, far
+easier, or even possible, where it wasn't before.
On a technical level, I have tested Perl inxi heavily, and it will run on all
Perl 5.x versions back to 5.008, which is the cutoff point. This was not that
-hard to do, which is why I picked Perl 5.x as the language. This means that
-you can drop, just as with binxi, Perl inxi onto a 10 year old system, or
-older, and it will run fine, albeit a touch slowly, but much faster than binxi.
+hard to do, which is why I picked Perl 5.x as the language. This means that you
+can drop, just as with binxi, Perl inxi onto a 10 year old system, or older, and
+it will run fine, albeit a touch slowly, but much faster than binxi.
------------------------------------------------------
+--------------------------------------------------------------------------------
-So far users are really liking the new one, it's usually faster in most cases,
+So far users are really liking the new one, it's usually faster in most cases,
the output is cleaner, there's more data, more options, and basically it's
-gotten the thumbs up from all the testers, and there have been a LOT, who have
-helped. I want to give a special thanks to the following distros for their
+gotten the thumbs up from all the testers, and there have been a LOT, who have
+helped. I want to give a special thanks to the following distros for their
exceptional support and testing:
0. the people who hang out on irc.oftc.net #smxi. Very patient, will test things
@@ -4585,85 +6748,88 @@ with astounding patience, so thanks to them. Archerseven, iotaka and KittyKatt
have been been incredibly helpful when it comes to testing and debugging, and
finding corner cases that I would never have found.
-1. AntiX: they were the first to beta test pinxi, and found massive numbers of
-bugs, and stuck with the testing for a long time. They made testing possible for
+1. AntiX: they were the first to beta test pinxi, and found massive numbers of
+bugs, and stuck with the testing for a long time. They made testing possible for
the next wave of testers, my hats off to them, I've always liked them.
2. Manjaro also was very helpful, and found more issues and enhancements.
3. Ubuntu forums users found more, and helped enhance many features
-4. Mint users have been very helpful, and were the impetus for some nifty
-new features, ilke switching all color codes off when output is piped or sent
-to file. They have reminded me of how valuable people's views can be who may not
-share the same tech world view as you, but are still very talented and observant
+4. Mint users have been very helpful, and were the impetus for some nifty new
+features, ilke switching all color codes off when output is piped or sent to
+file. They have reminded me of how valuable people's views can be who may not
+share the same tech world view as you, but are still very talented and observant
individuals.
5. Slackware users provided some very thoughtful feedback, which was no surprise
but welcome nonetheless, thanks.
6. Same with Debian forums, again, some very useful and constructive ideas and
-observations, and some very arcane and odd hardware that exposed even more corner
-case bugs.
+observations, and some very arcane and odd hardware that exposed even more
+corner case bugs.
And several other distros were also helpful, each in their own way. Solus for
example now has their package manager added in repos.
------------------------------------
+--------------------------------------------------------------------------------
-- Harald Hope - Thu, 22 Mar 2018 22:18:24 -0700
-=====================================================================================
+================================================================================
Version: 2.9.03
Patch: 00
Date: 2018-03-21
------------------------------------
-Changes:
------------------------------------
+--------------------------------------------------------------------------------
+UPDATES:
+--------------------------------------------------------------------------------
New version, new man page. Updates:
-1. added tool lsblk, recommends, for -p and -o, shows better partition data than
+
+1. added tool lsblk, recommends, for -p and -o, shows better partition data than
df does. First choice for -p and -o, -p fall back df, -o fallback file.
-2. fixed a big bug with user configs, that would make the configs break every time
-the color editor was used.
+2. fixed a big bug with user configs, that would make the configs break every
+time the color editor was used.
3. Some smaller bugs.
------------------------------------
+--------------------------------------------------------------------------------
-- Harald Hope - Wed, 21 Mar 2018 21:44:04 -0700
-=====================================================================================
+================================================================================
Version: 2.9.02
Patch: 00
Date: 2018-03-20
------------------------------------
-Changes:
------------------------------------
-First small patch fix, corrected a few issues, one for apt deb822 output formatting,
-and a small bug for blank files there.
+--------------------------------------------------------------------------------
+UPDATES:
+--------------------------------------------------------------------------------
-Second, made the --output error message more clear for bad file structure now lists
-the 3 requirements: must be full path, must be writeable directory, and must have
-a file in it.
+First small patch fix, corrected a few issues, one for apt deb822 output
+formatting, and a small bug for blank files there.
-Third, another subtle thing, after a lot of research, am trying the MiB GiB format
-because it's technically more accurate and less ambiguous than GB, which is used
-either to refer to 1000 bite blocks OR to 1024 blocks, depending on the platform etc.
+Second, made the --output error message more clear for bad file structure now
+lists the 3 requirements: must be full path, must be writeable directory, and
+must have a file in it.
-So rather than hope people get it, trying that slightly more wordy format, and maybe
-if people wonder what it is.
+Third, another subtle thing, after a lot of research, am trying the MiB GiB
+format because it's technically more accurate and less ambiguous than GB, which
+is used either to refer to 1000 bite blocks OR to 1024 blocks, depending on the
+platform etc.
------------------------------------
+So rather than hope people get it, trying that slightly more wordy format, and
+maybe if people wonder what it is.
+
+--------------------------------------------------------------------------------
-- Harald Hope - Tue, 20 Mar 2018 22:02:39 -0700
-=====================================================================================
+================================================================================
Version: 2.9.01
Patch: 00
Date: 2018-03-20
------------------------------------
-Changes:
------------------------------------
+--------------------------------------------------------------------------------
+UPDATES:
+--------------------------------------------------------------------------------
New inxi, new man, new tarball.
@@ -4671,57 +6837,78 @@ 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.
+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.
+
+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
+
+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,
+
+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
+
+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.
------------------------------------
+--------------------------------------------------------------------------------
-- Harald Hope - Tue, 20 Mar 2018 02:54:05 -0700
-=====================================================================================
+================================================================================
Version: 2.3.56
Patch: 00
Date: 2018-02-26
------------------------------------
-Changes:
------------------------------------
+--------------------------------------------------------------------------------
+UPDATES:
+--------------------------------------------------------------------------------
+
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
+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.
+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:
@@ -4731,207 +6918,203 @@ 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.
+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,
+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.
+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
+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
------------------------------------
+--------------------------------------------------------------------------------
-- Harald Hope - Sat, 17 Mar 2018 16:44:07 -0700
-=====================================================================================
+================================================================================
Version: 2.3.56
Patch: 00
Date: 2018-02-26
------------------------------------
-Changes:
------------------------------------
-No real changes, this will probably be the very last Gawk->Bash inxi 2.3.x release.
+--------------------------------------------------------------------------------
+UPDATES:
+--------------------------------------------------------------------------------
+
+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.
+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.
+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.
+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.
------------------------------------
+--------------------------------------------------------------------------------
-- Harald Hope - Tue, 13 Mar 2018 11:29:40 -0700
-=====================================================================================
-Version: 2.3.56
-Patch: 00
-Date: 2018-02-26
------------------------------------
-Changes:
------------------------------------
-
-
------------------------------------
--- Harald Hope - Tue, 13 Mar 2018 11:29:37 -0700
-
-=====================================================================================
+================================================================================
Version: 2.3.56
Patch: 00
Date: 2018-02-26
------------------------------------
-Changes:
------------------------------------
+--------------------------------------------------------------------------------
+UPDATES:
+--------------------------------------------------------------------------------
Small cleanup release, no new version. New tarball, just to make sure I have any
changes included, comments, etc.
------------------------------------
+
+--------------------------------------------------------------------------------
-- Harald Hope - Mon, 26 Feb 2018 14:48:44 -0800
-=====================================================================================
+================================================================================
Version: 2.3.56
Patch: 00
Date: 2018-01-17
------------------------------------
-Changes:
------------------------------------
+--------------------------------------------------------------------------------
+UPDATES:
+--------------------------------------------------------------------------------
+
New version, new tarball. Added an important debugger output, lsusb -v
------------------------------------
+--------------------------------------------------------------------------------
-- Harald Hope - Wed, 17 Jan 2018 11:36:09 -0800
-=====================================================================================
+================================================================================
Version: 2.3.55
Patch: 00
Date: 2018-01-13
------------------------------------
-Changes:
------------------------------------
+--------------------------------------------------------------------------------
+UPDATES:
+--------------------------------------------------------------------------------
New version, tarball. this is only for Manjaro, they seem to have not done the
/etc/os-release file pretty name correctly, so the bland name reports there.
Added manjoro-release to the lsb good list. No other changes.
------------------------------------
+--------------------------------------------------------------------------------
-- Harald Hope - Sat, 13 Jan 2018 16:28:09 -0800
-=====================================================================================
+================================================================================
Version: 2.3.54
Patch: 00
Date: 2018-01-13
------------------------------------
-Changes:
------------------------------------
+--------------------------------------------------------------------------------
+UPDATES:
+--------------------------------------------------------------------------------
New version, new tarball. Significant albeit small fix to the debugger tool.
Without this fix, newer kernels can hang on the data parsing.
------------------------------------
+--------------------------------------------------------------------------------
-- Harald Hope - Sat, 13 Jan 2018 11:51:50 -0800
-=====================================================================================
+================================================================================
Version: 2.3.53
Patch: 00
Date: 2017-12-07
------------------------------------
-Changes:
------------------------------------
+--------------------------------------------------------------------------------
+UPDATES:
+--------------------------------------------------------------------------------
New version, new tarball, new man page. This should fix the Rizen multithreaded
cpu output issues. Now inxi handles > 8 cores in terms of output filters,
descriptions, correctly noting that it's multithreaded.
Because AMD has entered the Multithreading game, I've changed the trade term:
-HT - HyperThreading to MT - MultiThreading to support both Intel and AMD variants.
+HT - HyperThreading to MT - MultiThreading to support both Intel and AMD
+variants.
Updated CPU output filters to also account for these very large core counts.
-I believe this commit now adds full support for the new Ryzen series, but I'll have
-to see when it comes to other variants that may appear. I've tried to future proof
-the MT tests, but I won't know of those are fully functional and accurate until
-inxi sees the real data.
+I believe this commit now adds full support for the new Ryzen series, but I'll
+have to see when it comes to other variants that may appear. I've tried to
+future proof the MT tests, but I won't know of those are fully functional and
+accurate until inxi sees the real data.
------------------------------------
+--------------------------------------------------------------------------------
-- Harald Hope - Thu, 07 Dec 2017 10:35:40 -0800
-=====================================================================================
+================================================================================
Version: 2.3.52
Patch: 00
Date: 2017-12-02
------------------------------------
-Changes:
------------------------------------
+--------------------------------------------------------------------------------
+UPDATES:
+--------------------------------------------------------------------------------
-New version, new tarball. Maintainers, you can ignore this release, it's only
-a reshuffling and renaming of internal functions.
+New version, new tarball. Maintainers, you can ignore this release, it's only a
+reshuffling and renaming of internal functions.
------------------------------------
+--------------------------------------------------------------------------------
-- Harald Hope - Sat, 02 Dec 2017 17:24:43 -0800
-=====================================================================================
+================================================================================
Version: 2.3.51
Patch: 00
Date: 2017-11-31
------------------------------------
-Changes:
------------------------------------
+--------------------------------------------------------------------------------
+UPDATES:
+--------------------------------------------------------------------------------
New version, new tarball. This is an attempt at a fix for issue #129
-Because I don't want to break existing cpu logic, I just added in a rizen switch,
-which will just use cpu_core_count value, then trigger HT output.
+Because I don't want to break existing cpu logic, I just added in a rizen
+switch, which will just use cpu_core_count value, then trigger HT output.
-This fix may or may not work, but the issue poster vanished and has not followed up.
+This fix may or may not work, but the issue poster vanished and has not followed
+up.
-For now I'm keeping this a Ryzen specific adjustment, but it may be safe to extend
-it further, that is, if siblings > 1 && siblings = 2 * cores then it's HT.
+For now I'm keeping this a Ryzen specific adjustment, but it may be safe to
+extend it further, that is, if siblings > 1 && siblings = 2 * cores then it's
+HT.
------------------------------------
+--------------------------------------------------------------------------------
-- Harald Hope - Fri, 01 Dec 2017 13:21:13 -0800
-=====================================================================================
+================================================================================
Version: 2.3.50
Patch: 00
Date: 2017-11-28
------------------------------------
-Changes:
------------------------------------
+--------------------------------------------------------------------------------
+UPDATES:
+--------------------------------------------------------------------------------
New version, new tarball, bug fix for -R raid, zfs. Improved filters, clutter
cleaner, more likely to somewhat work with gnu/linux zfs.
------------------------------------
+--------------------------------------------------------------------------------
-- Harald Hope - Tue, 28 Nov 2017 19:41:30 -0800
-=====================================================================================
+================================================================================
Version: 2.3.49
Patch: 00
Date: 2017-11-28
------------------------------------
-Changes:
------------------------------------
+--------------------------------------------------------------------------------
+UPDATES:
+--------------------------------------------------------------------------------
-New version, new tarball, new man page. This is the first attempt to correct an
-issue a forum poster raised, which is the fact that despite the fact that GNU/Linux
-has had reasonably ok zfs support for years now, inxi only tested for zfs on bsd
-systems.
+New version, new tarball, new man page. This is the first attempt to correct an
+issue a forum poster raised, which is the fact that despite the fact that
+GNU/Linux has had reasonably ok zfs support for years now, inxi only tested for
+zfs on BSD systems.
This has been corrected. Due to the complexity of handling software raid, inxi
will now test first for ZFS data, if none is found, it will then test for
@@ -4945,68 +7128,70 @@ all the key ingredients required to add that:
3. data collection for non mdraid and zfs software raid, including the values
possible to gather from all non software raid.
-Basically, the only way I'd extend -R raid option is if I get direct ssh access to
-a machine that uses the alternate software raid type, otherwise it would take
+Basically, the only way I'd extend -R raid option is if I get direct ssh access
+to a machine that uses the alternate software raid type, otherwise it would take
forever to figure out the options.
Since the number of people who might be actually running zfs and mdraid and
-using inxi probably numbers in the 10 globally, I figured this solution was a fine
-way to handle adding zfs without messing up mdraid, which is more common on linux.
+using inxi probably numbers in the 10 globally, I figured this solution was a
+fine way to handle adding zfs without messing up mdraid, which is more common on
+linux.
-It also does not break BSDs, since bsds as far as I know don't use mdraid, and don't
-have /proc/mdraid in the first place.
+It also does not break BSDs, since BSDs as far as I know don't use mdraid, and
+don't have /proc/mdraid in the first place.
Also redid the man page to add -! 41, -! 42, -! 43, -! 44 options, which bypass
-curl, fetch, wget, and all of them, respectively. Plus making the lines less wide.
+curl, fetch, wget, and all of them, respectively. Plus making the lines less
+wide.
That should make those people who actually use 80 column wide vi as an editor
happy, lol.
------------------------------------
+--------------------------------------------------------------------------------
-- Harald Hope - Tue, 28 Nov 2017 17:17:00 -0800
-=====================================================================================
+================================================================================
Version: 2.3.48
Patch: 00
Date: 2017-11-27
------------------------------------
-Changes:
------------------------------------
+--------------------------------------------------------------------------------
+UPDATES:
+--------------------------------------------------------------------------------
-New version, new tarball. No external changes, full reordering of internals to be
-easier and more predictable to find. Better section headers, all ordering alpha
-by subsections.
+New version, new tarball. No external changes, full reordering of internals to
+be easier and more predictable to find. Better section headers, all ordering
+alpha by subsections.
Fixed some small debugger gatherer oversights as well.
-Note that I made the debugger stuff more portable, so I could use it in another
+Note that I made the debugger stuff more portable, so I could use it in another
program.
------------------------------------
+--------------------------------------------------------------------------------
-- Harald Hope - Mon, 27 Nov 2017 12:13:05 -0800
-=====================================================================================
+================================================================================
Version: 2.3.47
Patch: 00
Date: 2017-11-26
------------------------------------
-Changes:
------------------------------------
+--------------------------------------------------------------------------------
+UPDATES:
+--------------------------------------------------------------------------------
New version, new tarball. Bug fix for Curl, in some cases it may hit a redirect,
so I added the -L flag to follow redirects.
Make sure to update to this version or various downloader actions could fail.
------------------------------------
+--------------------------------------------------------------------------------
-- Harald Hope - Sun, 26 Nov 2017 18:30:35 -0800
-=====================================================================================
+================================================================================
Version: 2.3.46
Patch: 00
Date: 2017-11-26
------------------------------------
-Changes:
------------------------------------
+--------------------------------------------------------------------------------
+UPDATES:
+--------------------------------------------------------------------------------
New version, new tarball. Added an optional downloader: Perl HTTP::Tiny
@@ -5018,108 +7203,114 @@ Note that this is the last choice because it's slow, the order has been revised:
4. Perl 5 HTTP::Tiny
5. OpenBSD ftp
-wget has been downgraded due to the recent 1.19-2 bug with wget -O that did
-not get resolved quickly, and which should never have been released since
-that's a basic wget action, which means they aren't testing gnu wget the way
-they should be.
+wget has been downgraded due to the recent 1.19-2 bug with wget -O that did not
+get resolved quickly, and which should never have been released since that's a
+basic wget action, which means they aren't testing gnu wget the way they should
+be.
-All inxi downloaders can now use this option. However, in my tests it's signicantly
-slower to use HTTP::Tiny than curl or wget, so inxi will test for the downloaders
-in that order. While -i uses dig as it's primary IP tool, if dig is not installed,
-the IP will follow the same downloader priority. -U and -w/-W use downloaders.
+All inxi downloaders can now use this option. However, in my tests it's
+signicantly slower to use HTTP::Tiny than curl or wget, so inxi will test for
+the downloaders in that order. While -i uses dig as it's primary IP tool, if dig
+is not installed, the IP will follow the same downloader priority. -U and -w/-W
+use downloaders.
Because HTTP::Tiny is optional, and is merely used if wget/curl/fetch are not
-installed, I would not consider Perl to be a real dependency yet, just an option, so
-I guess for packager maintainers, Perl should be added as a recommends, or a
-dependency if you want to fully support the debugger options (Core Modules).
+installed, I would not consider Perl to be a real dependency yet, just an
+option, so I guess for packager maintainers, Perl should be added as a
+recommends, or a dependency if you want to fully support the debugger options
+(Core Modules).
While I'm still not sure which Perl modules I'm going to be using, I'm sticking
for now to Core Modules, the standard, with some experimental exceptions that
would only be used if the user had them present.
Long term the goal is to get rid of as many dependencies as possible, replacing
-them were possible with Perl tools, but this is going to take forever, if it
+them were possible with Perl tools, but this is going to take forever, if it
ever happens, so don't hold your breath.
-In the future, I expect more and more components that were gawk to be rewritten
+In the future, I expect more and more components that were gawk to be rewritten
to Perl (Core Modules), slowly, however, very slowly.
Updated --recommends to indicate the downloader options more clearly as well.
-Added new options for bypassing curl (-! 41), fetch (-! 42) wget (-! 43), or
+Added new options for bypassing curl (-! 41), fetch (-! 42) wget (-! 43), or
curl, fetch, and wget (-! 44) to disable all of them. This is in case one of
those is broken or you want to test Perl downloader, mostly.
Also cleaned up debugger output and made debugger portable to other scripts.
------------------------------------
+--------------------------------------------------------------------------------
-- Harald Hope - Sun, 26 Nov 2017 15:14:34 -0800
-=====================================================================================
+================================================================================
Version: 2.3.45
Patch: 00
Date: 2017-11-21
------------------------------------
-Changes:
------------------------------------
+--------------------------------------------------------------------------------
+UPDATES:
+--------------------------------------------------------------------------------
+
New version, new tarball. Because it's kind of hard to read the per /sys sub
directory output, I split it into sections, and also have the full /sys tree
in case there are some subtle differences in how the paths interlink.
------------------------------------
+--------------------------------------------------------------------------------
-- Harald Hope - Tue, 21 Nov 2017 11:26:51 -0800
-=====================================================================================
+================================================================================
Version: 2.3.44
Patch: 00
Date: 2017-11-21
------------------------------------
-Changes:
------------------------------------
+--------------------------------------------------------------------------------
+UPDATES:
+--------------------------------------------------------------------------------
-New version, new tarball. Added some critical debugger tools for ongoing issue # 128
-ARM data collection in /sys.
+New version, new tarball. Added some critical debugger tools for ongoing issue #
+128 ARM data collection in /sys.
-Using 'tree' now instead of ls if it is installed for debugger /sys tree listing.
-Added to recommends. Updated bluetooth recommends to note it's dev only. That
-should fix issue #127
+Using 'tree' now instead of ls if it is installed for debugger /sys tree
+listing. Added to recommends. Updated bluetooth recommends to note it's dev
+only. That should fix issue #127
------------------------------------
+--------------------------------------------------------------------------------
-- Harald Hope - Tue, 21 Nov 2017 10:35:34 -0800
-=====================================================================================
+================================================================================
Version: 2.3.43
Patch: 00
Date: 2017-10-31
------------------------------------
-Changes:
------------------------------------
+--------------------------------------------------------------------------------
+UPDATES:
+--------------------------------------------------------------------------------
+
New version, tarball. Small perl fix, nothing changes in output or function.
------------------------------------
+--------------------------------------------------------------------------------
-- Harald Hope - Tue, 31 Oct 2017 17:30:03 -0700
-=====================================================================================
+================================================================================
Version: 2.3.42
Patch: 00
Date: 2017-10-30
------------------------------------
-Changes:
------------------------------------
+--------------------------------------------------------------------------------
+UPDATES:
+--------------------------------------------------------------------------------
+
Removed xiin references, fully switched to perl sys traverse tool and uploader.
Renamed debugger sys files to sys-dir-[traverse|depth-[1-6]].txt
------------------------------------
+--------------------------------------------------------------------------------
-- Harald Hope - Mon, 30 Oct 2017 12:04:02 -0700
-=====================================================================================
+================================================================================
Version: 2.3.41
Patch: 00
Date: 2017-10-29
------------------------------------
-Changes:
------------------------------------
+--------------------------------------------------------------------------------
+UPDATES:
+--------------------------------------------------------------------------------
+
New version, new tarball. Updated the inxi upater options, removed some legacy
branches, simplified the options. This corresponds to updates on github where
I'm finally bringing the alternate location self updater back into operational
@@ -5136,200 +7327,216 @@ And that should only track the basic 3 files: inxi inxi.1 and inxi.changelog
This fixes issue #94
------------------------------------
+--------------------------------------------------------------------------------
-- Harald Hope - Sun, 29 Oct 2017 09:47:28 -0700
-=====================================================================================
+================================================================================
Version: 2.3.40
Patch: 00
Date: 2017-09-21
------------------------------------
-Changes:
------------------------------------
-New version, new tarball, new man page. This is a small update, moved http://smxi.org
-to https://smxi.org so updated the URLs in man page and inxi. Note that the URLs
-redirect to https: so this is not a very important update.
-
------------------------------------
+--------------------------------------------------------------------------------
+UPDATES:
+--------------------------------------------------------------------------------
+
+New version, new tarball, new man page. This is a small update, moved
+http://smxi.org to https://smxi.org so updated the URLs in man page and inxi.
+Note that the URLs redirect to https: so this is not a very important update.
+
+--------------------------------------------------------------------------------
-- Harald Hope - Thu, 21 Sep 2017 17:11:23 -0700
-=====================================================================================
+================================================================================
Version: 2.3.39
Patch: 00
Date: 2017-09-20
------------------------------------
-Changes:
------------------------------------
-Small patch, no new version, new tarball. Fixed issue # 124 --recommends failed to
-show sed/perl version: the first was due to a syntax change in --version for sed,
-the second was a typo in inxi.
-
------------------------------------
+--------------------------------------------------------------------------------
+UPDATES:
+--------------------------------------------------------------------------------
+
+Small patch, no new version, new tarball. Fixed issue # 124 --recommends failed
+to show sed/perl version: the first was due to a syntax change in --version for
+sed, the second was a typo in inxi.
+
+--------------------------------------------------------------------------------
-- Harald Hope - Wed, 20 Sep 2017 10:11:46 -0700
-=====================================================================================
+================================================================================
Version: 2.3.39
Patch: 00
Date: 2017-09-12
------------------------------------
-Changes:
------------------------------------
-New version, tarball. Bug fix. Debug data collector using Perl requires
+--------------------------------------------------------------------------------
+UPDATES:
+--------------------------------------------------------------------------------
+
+New version, tarball. Bug fix. Debug data collector using Perl requires
explicitly setting Passive => 1 (true) for some systems and firewall
configurations.
-This corrects a failure to upload issue I experienced for a test remote
-system that had a different firewall configuration than the dev system has.
-
+This corrects a failure to upload issue I experienced for a test remote system
+that had a different firewall configuration than the dev system has.
------------------------------------
+--------------------------------------------------------------------------------
-- Harald Hope - Tue, 12 Sep 2017 17:53:11 -0700
-=====================================================================================
+================================================================================
Version: 2.3.38
Patch: 00
Date: 2017-09-07
------------------------------------
-Changes:
------------------------------------
-New version, tarball, man page. This closes issue #122. Adds support for including
-nvme disk capacity in full disk capacity listing. Adds nvme name/serial/firmware
-revision number. The latter is a new -Dxx output option. Note that as far as I could
-tell, so far, nvme is the only disk type that has firmware revision data.
+--------------------------------------------------------------------------------
+UPDATES:
+--------------------------------------------------------------------------------
+
+New version, tarball, man page. This closes issue #122. Adds support for
+including nvme disk capacity in full disk capacity listing. Adds nvme
+name/serial/firmware revision number. The latter is a new -Dxx output option.
+Note that as far as I could tell, so far, nvme is the only disk type that has
+firmware revision data.
-Added support for nvme disk temperature as well, that requires the cli tool nvme.
+Added support for nvme disk temperature as well, that requires the cli tool
+nvme.
-Updated AMD microarchitecture list to be more granular and complete. Added Intel
-microarch type. Note that they are releasing a few new microarchitectures soon but I
-was not able to find any model numbers for those.
+Updated AMD microarchitecture list to be more granular and complete. Added Intel
+microarch type. Note that they are releasing a few new microarchitectures soon
+but I was not able to find any model numbers for those.
------------------------------------
+--------------------------------------------------------------------------------
-- Harald Hope - Thu, 07 Sep 2017 10:00:06 -0700
-=====================================================================================
+================================================================================
Version: 2.3.37
Patch: 00
Date: 2017-08-23
------------------------------------
-Changes:
------------------------------------
-New version, new tarball, new man page. Deprecated xiin uploader, which completes the deprecation
-of the xiin.py tool, which is going to become obsolete when python 3 fully replaces python 2.
+--------------------------------------------------------------------------------
+UPDATES:
+--------------------------------------------------------------------------------
-Since the odds of perl being around and stable are far higher than the odds of xiin.py
-even working on python 3, I'm getting ahead of the race. Plus Perl is nicer to work with.
+New version, new tarball, new man page. Deprecated xiin uploader, which
+completes the deprecation of the xiin.py tool, which is going to become obsolete
+when python 3 fully replaces python 2.
+
+Since the odds of perl being around and stable are far higher than the odds of
+xiin.py even working on python 3, I'm getting ahead of the race. Plus Perl is
+nicer to work with.
And Perl is a lot faster. I mean, a lot. Not slightly.
-And it also works on much older systems, and does not have that Python version < 2.6
-failure due to changing Python syntax even between sub versions. xiin.py never ran on
-Python 2.5 even when it was relatively recent, which is one reason I'm removing all Python
-from inxi.
+And it also works on much older systems, and does not have that Python version <
+2.6 failure due to changing Python syntax even between sub versions. xiin.py
+never ran on Python 2.5 even when it was relatively recent, which is one reason
+I'm removing all Python from inxi.
Basically xiin.py worked only on Python 2.6 or 2.7, period.
Oh, and also handled issue #115 by not making -B show -M data.
------------------------------------
+--------------------------------------------------------------------------------
-- Harald Hope - Wed, 23 Aug 2017 15:06:22 -0700
-=====================================================================================
+================================================================================
Version: 2.3.36
Patch: 00
Date: 2017-08-16
------------------------------------
-Changes:
------------------------------------
+--------------------------------------------------------------------------------
+UPDATES:
+--------------------------------------------------------------------------------
+
New version, new tarball. This fixes issue #119
-The issue was not so much with xiin.py as with some new values in /sys that would
-hang tree traverse, however, in order to remove the python dependency (except for
-uploading -xx@ debugger data, until I can figure out how to do it with Perl), I
-rewrote the tree traverse tool into Perl, which also makes it a lot faster and
-easier to work with.
+The issue was not so much with xiin.py as with some new values in /sys that
+would hang tree traverse, however, in order to remove the python dependency
+(except for uploading -xx@ debugger data, until I can figure out how to do it
+with Perl), I rewrote the tree traverse tool into Perl, which also makes it a
+lot faster and easier to work with.
-This issue appeared on kernel 4.11 as far as I can tell, some new values in /sys make
-the traverse hang if it tries to read the values, **/parameters/** and **/debug/** seem
-to be the main culprits, but inxi doesn't need that data anyway for debugging purposes
-so it's just excluded.
+This issue appeared on kernel 4.11 as far as I can tell, some new values in /sys
+make the traverse hang if it tries to read the values, **/parameters/** and
+**/debug/** seem to be the main culprits, but inxi doesn't need that data anyway
+for debugging purposes so it's just excluded.
------------------------------------
+--------------------------------------------------------------------------------
-- Harald Hope - Wed, 16 Aug 2017 00:34:43 -0700
-=====================================================================================
+================================================================================
Version: 2.3.35
Patch: 00
Date: 2017-08-11
------------------------------------
-Changes:
------------------------------------
-New version, new tarball. Fixed issue #120 where -z fails to anonymize serial numbers.
+--------------------------------------------------------------------------------
+UPDATES:
+--------------------------------------------------------------------------------
+
+New version, new tarball. Fixed issue #120 where -z fails to anonymize serial
+numbers.
Also fixed a FreeBSD issue where I'd failed to update -G to show driver.
------------------------------------
+--------------------------------------------------------------------------------
-- Harald Hope - Fri, 11 Aug 2017 12:07:17 -0700
-=====================================================================================
+================================================================================
Version: 2.3.34
Patch: 00
Date: 2017-08-04
------------------------------------
-Changes:
------------------------------------
+--------------------------------------------------------------------------------
+UPDATES:
+--------------------------------------------------------------------------------
+
New version, tarball. Added to cpu microarch lists.
------------------------------------
+--------------------------------------------------------------------------------
-- Harald Hope - Fri, 04 Aug 2017 16:11:59 -0700
-=====================================================================================
+================================================================================
Version: 2.3.33
Patch: 00
Date: 2017-08-04
------------------------------------
-Changes:
------------------------------------
-New version, tarball. This should finalize the mA / Wh conversion problems highlighted
-in issue #118
+--------------------------------------------------------------------------------
+UPDATES:
+--------------------------------------------------------------------------------
-The data seems to suggest that using POWER_SUPPLY_VOLTAGE_MIN_DESIGN as the factor will
-be right more often than using POWER_SUPPLY_VOLTAGE_NOW.
+New version, tarball. This should finalize the mA / Wh conversion problems
+highlighted in issue #118
+
+The data seems to suggest that using POWER_SUPPLY_VOLTAGE_MIN_DESIGN as the
+factor will be right more often than using POWER_SUPPLY_VOLTAGE_NOW.
Also optimized a bit more on the desktop id logic.
------------------------------------
+--------------------------------------------------------------------------------
-- Harald Hope - Fri, 04 Aug 2017 14:41:14 -0700
-=====================================================================================
+================================================================================
Version: 2.3.32
Patch: 00
Date: 2017-08-03
------------------------------------
-Changes:
------------------------------------
-New version, new tarball. This closes issue #118, inxi had failed all along to handle
-the conversion from mA hours to Wh, and had a math glitch too for charge (ma).
+--------------------------------------------------------------------------------
+UPDATES:
+--------------------------------------------------------------------------------
+
+New version, new tarball. This closes issue #118, inxi had failed all along to
+handle the conversion from mA hours to Wh, and had a math glitch too for charge
+(ma).
-Not sure how this went undetected during testing, oh well. I assume that mA h is not
-as common internally as Wh or something.
+Not sure how this went undetected during testing, oh well. I assume that mA h is
+not as common internally as Wh or something.
Anyway, it should be fixed.
------------------------------------
+--------------------------------------------------------------------------------
-- Harald Hope - Thu, 03 Aug 2017 21:44:13 -0700
-=====================================================================================
+================================================================================
Version: 2.3.31
Patch: 00
Date: 2017-07-30
------------------------------------
-Changes:
------------------------------------
-New version, tarball, man page. This corrects many 80 column width line wraps, including on:
--o, -p, -l, -u, -P, -S, -G, -N, -A
+--------------------------------------------------------------------------------
+UPDATES:
+--------------------------------------------------------------------------------
-Now most output should tend to not wrap, though some strings are unpredictable and
-will have to be trimmed by adding them to the min size trimmers one by one.
+New version, tarball, man page. This corrects many 80 column width line wraps,
+including on: -o, -p, -l, -u, -P, -S, -G, -N, -A
+
+Now most output should tend to not wrap, though some strings are unpredictable
+and will have to be trimmed by adding them to the min size trimmers one by one.
But it's much better than it was.
@@ -5337,170 +7544,190 @@ Note the following changes required to make the wraps more consistent:
-S - the gcc/bits have been made separate, like: bits: 32 gcc: 5.3
-C - the new microarchitecture -x option now is: arch: K7 [for example]
- cache wraps to next line with arch. with -f, bmips now shows on same line as
- arch/cache
+ cache wraps to next line with arch. with -f, bmips now shows on same line
+ as arch/cache
------------------------------------
+--------------------------------------------------------------------------------
-- Harald Hope - Sun, 30 Jul 2017 14:02:33 -0700
-=====================================================================================
+================================================================================
Version: 2.3.30
Patch: 00
Date: 2017-07-29
------------------------------------
-Changes:
------------------------------------
-New version, tarball. More optimizations, I'm not sure these will make a big difference
-but I believe the overall collection has dropped execution time by around 10% or so.
+--------------------------------------------------------------------------------
+UPDATES:
+--------------------------------------------------------------------------------
------------------------------------
--- Harald Hope - Sat, 29 Jul 2017 19:36:55 -0700
+New version, tarball. More optimizations, I'm not sure these will make a big
+difference but I believe the overall collection has dropped execution time by
+around 10% or so.
+--------------------------------------------------------------------------------
+-- Harald Hope - Sat, 29 Jul 2017 19:36:55 -0700
-=====================================================================================
+================================================================================
Version: 2.3.29
Patch:
Date: 2017-07-29
------------------------------------
-Changes:
------------------------------------
-New version, new tarball. More optimizations, and fixed a bash 4 syntax regression that
-would have caused failure on older systems. Also added Bash version checker.
+--------------------------------------------------------------------------------
+UPDATES:
+--------------------------------------------------------------------------------
-Most ps aux data is now searched using bash parameter expansion, and several functions
-that were in subshells are now printing to globals instead.
+New version, new tarball. More optimizations, and fixed a bash 4 syntax
+regression that would have caused failure on older systems. Also added Bash
+version checker.
------------------------------------
+Most ps aux data is now searched using bash parameter expansion, and several
+functions that were in subshells are now printing to globals instead.
+
+--------------------------------------------------------------------------------
-- Harald Hope - Sat, 29 Jul 2017 16:37:01 -0700
-=====================================================================================
+================================================================================
Version: 2.3.28
Patch: 00
Date: 2017-07-29
------------------------------------
-Changes:
------------------------------------
-New version, new tarball. This fixes a subtle gawk issue that could in some systems make -G
-hang endlessly.
+--------------------------------------------------------------------------------
+UPDATES:
+--------------------------------------------------------------------------------
+
+New version, new tarball. This fixes a subtle gawk issue that could in some
+systems make -G hang endlessly.
Also started on more optimizing, getting rid of as many subshells as possible.
------------------------------------
+--------------------------------------------------------------------------------
-- Harald Hope - Sat, 29 Jul 2017 12:37:27 -0700
-=====================================================================================
+================================================================================
Version: 2.3.27
Patch: 00
Date: 2017-07-28
------------------------------------
-Changes:
------------------------------------
-New version, tarball, man page. More cpu arch fixes, and added stepping/release info
-as well so you can see which revision of the cpu microarchitecture your cpu has.
+--------------------------------------------------------------------------------
+UPDATES:
+--------------------------------------------------------------------------------
-Also fixed a few random vm id issues, I found cases where systemd believes it's bochs
-but it is actually kvm, so now the systemd data is not fully trusted, but is confirmed.
+New version, tarball, man page. More cpu arch fixes, and added stepping/release
+info as well so you can see which revision of the cpu microarchitecture your cpu
+has.
------------------------------------
+Also fixed a few random vm id issues, I found cases where systemd believes it's
+bochs but it is actually kvm, so now the systemd data is not fully trusted, but
+is confirmed.
+
+--------------------------------------------------------------------------------
-- Harald Hope - Fri, 28 Jul 2017 18:39:19 -0700
-=====================================================================================
+================================================================================
Version: 2.3.26
Patch: 00
Date: 2017-07-28
------------------------------------
-Changes:
------------------------------------
-New version, new tarball, new man page. First attempt at adding cpu microarchitecture support.
-Will need some updates to bring the family/model ids to fully current, but should show data for most
-cpus. Next release will hopefully include latest model/family ids and microarchitecture names.
+--------------------------------------------------------------------------------
+UPDATES:
+--------------------------------------------------------------------------------
+
+New version, new tarball, new man page. First attempt at adding cpu
+microarchitecture support. Will need some updates to bring the family/model ids
+to fully current, but should show data for most cpus. Next release will
+hopefully include latest model/family ids and microarchitecture names.
-Note that while /proc/cpuinfo has the family/model id in decimal, the values are actually generally
-found as hexadecimal, so inxi translates that interally so we can store the data the way it is presented.
+Note that while /proc/cpuinfo has the family/model id in decimal, the values are
+actually generally found as hexadecimal, so inxi translates that interally so we
+can store the data the way it is presented.
See issue #116 for ongoing additions to this feature.
------------------------------------
+--------------------------------------------------------------------------------
-- Harald Hope - Fri, 28 Jul 2017 00:12:56 -0700
-=====================================================================================
+================================================================================
Version: 2.3.25
Patch: 00
Date: 2017-07-24
------------------------------------
-Changes:
------------------------------------
-New version, tarball. This fixes a bug where if there is a remote filesystem mounted, the path
-would crash gawk when searching for unumounted file systems, eg:
+--------------------------------------------------------------------------------
+UPDATES:
+--------------------------------------------------------------------------------
+
+New version, tarball. This fixes a bug where if there is a remote filesystem
+mounted, the path would crash gawk when searching for unumounted file systems,
+eg:
12.34.2.10:/remote/file/system
Fix is to escape '/'.
------------------------------------
+--------------------------------------------------------------------------------
-- Harald Hope - Mon, 24 Jul 2017 21:10:54 -0700
-=====================================================================================
+================================================================================
Version: 2.3.24
Patch: 00
Date: 2017-07-23
------------------------------------
-Changes:
------------------------------------
-New version, tarball. This corrects a case I'm seeing where wayland/mir are running desktop
-but Xorg has not started, which means inxi can't get the video driver from Xorg.0.log as with X.
+--------------------------------------------------------------------------------
+UPDATES:
+--------------------------------------------------------------------------------
-Added in extra data collection from lspci -v to include the driver for graphics card. this is
-only used, for now, if the initial Xorg based driver test works.
+New version, tarball. This corrects a case I'm seeing where wayland/mir are
+running desktop but Xorg has not started, which means inxi can't get the video
+driver from Xorg.0.log as with X.
-Note that this may also work for systems that have not yet started X out of X, in console, I'm
-not sure about that, but the graphics driver reporting should be improved.
+Added in extra data collection from lspci -v to include the driver for graphics
+card. this is only used, for now, if the initial Xorg based driver test works.
-Note that I'm not yet linking the driver to the specific card/device, it's just going to show
-in a comma separated list, I couldn't find multi card systems where the card types are different,
-like amd gpu with nvidia card, for example.
+Note that this may also work for systems that have not yet started X out of X,
+in console, I'm not sure about that, but the graphics driver reporting should be
+improved.
-But this should correct an issue, at least to start, with expanding wayland support for systems
-that don't use or have not started the desktop with Xorg/X11 etc.
+Note that I'm not yet linking the driver to the specific card/device, it's just
+going to show in a comma separated list, I couldn't find multi card systems
+where the card types are different, like amd gpu with nvidia card, for example.
------------------------------------
+But this should correct an issue, at least to start, with expanding wayland
+support for systems that don't use or have not started the desktop with Xorg/X11
+etc.
+
+--------------------------------------------------------------------------------
-- Harald Hope - Sun, 23 Jul 2017 14:35:56 -0700
-=====================================================================================
+================================================================================
Version: 2.3.23
Patch: 00
Date: 2017-06-29
------------------------------------
-Changes:
------------------------------------
-New version, tarball, man page. Added support for Alpine Linux apk package manager for
-the -r option. Fixed typos and glitches in man page as well.
+--------------------------------------------------------------------------------
+UPDATES:
+--------------------------------------------------------------------------------
+
+New version, tarball, man page. Added support for Alpine Linux apk package
+manager for the -r option. Fixed typos and glitches in man page as well.
------------------------------------
+--------------------------------------------------------------------------------
-- Harald Hope - Thu, 29 Jun 2017 12:54:21 -0700
-=====================================================================================
+================================================================================
Version: 2.3.22
Patch: 00
Date: 2017-06-24
------------------------------------
-Changes:
------------------------------------
-New version, tarball. Bug fix for GLX/OpenGL output. There was an unhandled case with
-core profile data being null, which in turn triggered a bash oddity, where if the IFS is
-\n for an array, and if the value of one element is '', then bash ignores that and does
-not simply set an empty array key as you'd expect. The correction was to change the IFS
-to ^, which worked fine for empty array values.
-
-However, since this bug will impact anyone with empty opengl core profile data, I recommend
-updating inxi.
+--------------------------------------------------------------------------------
+UPDATES:
+--------------------------------------------------------------------------------
+
+New version, tarball. Bug fix for GLX/OpenGL output. There was an unhandled case
+with core profile data being null, which in turn triggered a bash oddity, where
+if the IFS is \n for an array, and if the value of one element is '', then bash
+ignores that and does not simply set an empty array key as you'd expect. The
+correction was to change the IFS to ^, which worked fine for empty array values.
+
+However, since this bug will impact anyone with empty opengl core profile data,
+I recommend updating inxi.
Also, added support for two smaller wm, Sawfish and Afterstep.
-This is a good source for lists of wm: http://www.xwinman.org/ http://www.xwinman.org/others.php
+This is a good source for lists of wm: http://www.xwinman.org/
+http://www.xwinman.org/others.php
-However, that does not show how to ID it, so i have to do it on a case by case, but I'll
-add an issue for showing how to get your wm of choice if it's missing to inxi.
+However, that does not show how to ID it, so i have to do it on a case by case,
+but I'll add an issue for showing how to get your wm of choice if it's missing
+to inxi.
Also, changed the slightly inaccurate:
@@ -5510,756 +7737,859 @@ to
OpenGL: renderer: ...... version: .....
------------------------------------
+--------------------------------------------------------------------------------
-- Harald Hope - Sat, 24 Jun 2017 18:00:21 -0700
-=====================================================================================
+================================================================================
Version: 2.3.21
Patch: 00
Date: 2017-06-13
------------------------------------
-Changes:
------------------------------------
-New version, tarball. Fix for root graphics/desktop data when not available as root.
+--------------------------------------------------------------------------------
+UPDATES:
+--------------------------------------------------------------------------------
+
+New version, tarball. Fix for root graphics/desktop data when not available as
+root.
-Was showing in -S line N/A instead of the fallback Console: tty 1 that would match the
--G no data for root when unavailable for root.
+Was showing in -S line N/A instead of the fallback Console: tty 1 that would
+match the -G no data for root when unavailable for root.
------------------------------------
+--------------------------------------------------------------------------------
-- Harald Hope - Tue, 13 Jun 2017 10:59:41 -0700
-=====================================================================================
+================================================================================
Version: 2.3.20
Patch: 00
Date: 2017-06-12
------------------------------------
-Changes:
------------------------------------
-New version, tarball, man page. Added floppy disk support, basic, for -d. Fixed a
-long-standing issue where /dev/ram.. data shows in unmounted disks output. This is
-now properly filtered out.
+--------------------------------------------------------------------------------
+UPDATES:
+--------------------------------------------------------------------------------
-Note that the floppy disk output has no information beyond it's /dev id, eg: /dev/fd0
+New version, tarball, man page. Added floppy disk support, basic, for -d. Fixed
+a long-standing issue where /dev/ram.. data shows in unmounted disks output.
+This is now properly filtered out.
-I could find no meaningful data in /sys related to the floppy disk, not the model, etc, so
-I'm just showing presence of disk.
+Note that the floppy disk output has no information beyond it's /dev id, eg:
+/dev/fd0
------------------------------------
+I could find no meaningful data in /sys related to the floppy disk, not the
+model, etc, so I'm just showing presence of disk.
+
+--------------------------------------------------------------------------------
-- Harald Hope - Mon, 12 Jun 2017 18:31:48 -0700
-=====================================================================================
+================================================================================
Version: 2.3.19
Patch: 00
Date: 2017-06-10
------------------------------------
-Changes:
------------------------------------
-New version, tarball. This version has some bug/edit fixes and a new distro id, mx-version.
+--------------------------------------------------------------------------------
+UPDATES:
+--------------------------------------------------------------------------------
+
+New version, tarball. This version has some bug/edit fixes and a new distro id,
+mx-version.
Simple.
------------------------------------
+--------------------------------------------------------------------------------
-- Harald Hope - Sat, 10 Jun 2017 21:32:55 -0700
-=====================================================================================
+================================================================================
Version: 2.3.18
Patch: 00
Date: 2017-06-09
------------------------------------
-Changes:
------------------------------------
+--------------------------------------------------------------------------------
+UPDATES:
+--------------------------------------------------------------------------------
-New version, tarball, man page. New option -! 34 - skip SSL certificate check on
-wget/fetch/curl. This allows systems with for example out of date certificate stores
-to still download without error. Also a legacy system fix where tty size failed to show.
+New version, tarball, man page. New option -! 34 - skip SSL certificate check on
+wget/fetch/curl. This allows systems with for example out of date certificate
+stores to still download without error. Also a legacy system fix where tty size
+failed to show.
------------------------------------
+--------------------------------------------------------------------------------
-- Harald Hope - Fri, 09 Jun 2017 11:52:26 -0700
-=====================================================================================
+================================================================================
Version: 2.3.17
Patch: 00
Date: 2017-06-09
------------------------------------
-Changes:
------------------------------------
-New version, tarball, man page. Bug fix for issue #105, had core and compat versions reversed.
+--------------------------------------------------------------------------------
+UPDATES:
+--------------------------------------------------------------------------------
-Also cleaned up man page, slightly changed output for compat version to: (compat-v: 3.0)
+New version, tarball, man page. Bug fix for issue #105, had core and compat
+versions reversed.
+
+Also cleaned up man page, slightly changed output for compat version to:
+(compat-v: 3.0)
gfx variable name fixes to make more obvious the logic as well.
------------------------------------
+--------------------------------------------------------------------------------
-- Harald Hope - Fri, 09 Jun 2017 10:00:48 -0700
-=====================================================================================
+================================================================================
Version: 2.3.16
Patch: 00
Date: 2017-06-08
------------------------------------
-Changes:
------------------------------------
+--------------------------------------------------------------------------------
+UPDATES:
+--------------------------------------------------------------------------------
+
Tiny change, new version, tarball. Tumbleweed distro id fix.
------------------------------------
+--------------------------------------------------------------------------------
-- Harald Hope - Thu, 08 Jun 2017 21:02:53 -0700
-=====================================================================================
+================================================================================
Version: 2.3.15
Patch: 00
Date: 2017-06-08
------------------------------------
-Changes:
------------------------------------
-New version, tarball, man page. New option -! 40 which lets you get gfx information out of X.
+--------------------------------------------------------------------------------
+UPDATES:
+--------------------------------------------------------------------------------
+
+New version, tarball, man page. New option -! 40 which lets you get gfx
+information out of X.
-Default will get data from display :0, but if you append :[display-number] to -! 40, it will
-use that display instead, for example: inxi -! 40:1 would get information from display 1. Note
-that most multi-monitor setups use :0 for both monitors, depending on how it's setup.
+Default will get data from display :0, but if you append :[display-number] to -!
+40, it will use that display instead, for example: inxi -! 40:1 would get
+information from display 1. Note that most multi-monitor setups use :0 for both
+monitors, depending on how it's setup.
-This will also let users see any desktop information based on xrop -root output, but it will
-depend how it works based on how environmental variables have been set. gnome and kde, which use XDG for
-primary detection would not work, for example.
+This will also let users see any desktop information based on xrop -root output,
+but it will depend how it works based on how environmental variables have been
+set. gnome and kde, which use XDG for primary detection would not work, for
+example.
------------------------------------
+--------------------------------------------------------------------------------
-- Harald Hope - Thu, 08 Jun 2017 19:25:21 -0700
-=====================================================================================
+================================================================================
Version: 2.3.14
Patch: 00
Date: 2017-06-08
------------------------------------
-Changes:
------------------------------------
-New version, tarball. This corrects an issue I noticed a while ago, glxinfo and xpdyinfo
-used to not work as root in X, but they do now. So I've removed the root tests for graphics
-output, and now only rely on the returned data to determine the output when in X. Out of X
-behavior remains the same.
-
-Note that at some point I'll have to see if wayland systems have usable reporting tools to get
-screen resolution, opengl info, and so on, but that will have to come one step at a time.
-
------------------------------------
+--------------------------------------------------------------------------------
+UPDATES:
+--------------------------------------------------------------------------------
+
+New version, tarball. This corrects an issue I noticed a while ago, glxinfo and
+xpdyinfo used to not work as root in X, but they do now. So I've removed the
+root tests for graphics output, and now only rely on the returned data to
+determine the output when in X. Out of X behavior remains the same.
+
+Note that at some point I'll have to see if wayland systems have usable
+reporting tools to get screen resolution, opengl info, and so on, but that will
+have to come one step at a time.
+
+--------------------------------------------------------------------------------
-- Harald Hope - Thu, 08 Jun 2017 17:46:30 -0700
-=====================================================================================
+================================================================================
Version: 2.3.13
Patch: 00
Date: 2017-06-08
------------------------------------
-Changes:
------------------------------------
-New version, tarball, man page. Shows as default OpenGL core profile version number.
--xx option will show OpenGL compatibility version number as well, though that's largely useless
-information for most users, thus the -xx. Note that this reverses the default, which previously
-showed OpenGL version, which is actually the compatibility version.
+--------------------------------------------------------------------------------
+UPDATES:
+--------------------------------------------------------------------------------
+
+New version, tarball, man page. Shows as default OpenGL core profile version
+number. -xx option will show OpenGL compatibility version number as well, though
+that's largely useless information for most users, thus the -xx. Note that this
+reverses the default, which previously showed OpenGL version, which is actually
+the compatibility version.
-This should resolve #105 pull request, though it does it differently, by switching the default
-output to what is more relevant, and offering the compatibility version as an optional output item.
+This should resolve #105 pull request, though it does it differently, by
+switching the default output to what is more relevant, and offering the
+compatibility version as an optional output item.
-Note that much of the glx information will probably change to more neutral terms once wayland support
-starts growing, and systems without xwayland etc libraries appear.
+Note that much of the glx information will probably change to more neutral terms
+once wayland support starts growing, and systems without xwayland etc libraries
+appear.
-Further note that non free drivers showed the OpenGL core profile version numbers all along, so really
-this simply corrects misleading output for free drivers.
+Further note that non free drivers showed the OpenGL core profile version
+numbers all along, so really this simply corrects misleading output for free
+drivers.
------------------------------------
+--------------------------------------------------------------------------------
-- Harald Hope - Thu, 08 Jun 2017 15:54:04 -0700
-=====================================================================================
+================================================================================
Version: 2.3.12
Patch: 00
Date: 2017-06-06
------------------------------------
-Changes:
------------------------------------
-New version, man page, tarball. ARM cpu core count bug fix. First attempt to add Wayland
-and compositor support.
+--------------------------------------------------------------------------------
+UPDATES:
+--------------------------------------------------------------------------------
+
+New version, man page, tarball. ARM cpu core count bug fix. First attempt to add
+Wayland and compositor support.
-This finally implements a first try at mir/wayland detection, along with basic handling of actual
-display server type output.
+This finally implements a first try at mir/wayland detection, along with basic
+handling of actual display server type output.
-New output for Display Server: Display Server: x11 (X.Org 1.19.0) driver: nvidia
+New output for Display Server: Display Server: x11 (X.Org 1.19.0) driver:
+nvidia
-Note that since almost all current Wayland systems will have X.org also installed, for the time
-being, the data in the parentheses will be from X.org regardless of what display server is detected running
-the actual desktop. Out of the desktop, console, the only thing that will show is x data..
+Note that since almost all current Wayland systems will have X.org also
+installed, for the time being, the data in the parentheses will be from X.org
+regardless of what display server is detected running the actual desktop. Out of
+the desktop, console, the only thing that will show is x data..
-No other data is available to me yet until I get way more debugger data so I can see what information the various
-implementations of wayland without x tools actually makes available, my guess is it won't be much.
+No other data is available to me yet until I get way more debugger data so I can
+see what information the various implementations of wayland without x tools
+actually makes available, my guess is it won't be much.
-Also experimental -xx option: -G shows compositor, but only for wayland/mir currently.
+Also experimental -xx option: -G shows compositor, but only for wayland/mir
+currently.
-I have no idea if this will work at all, but it's worth giving it a try as a rough beginning to
-start handling the wide range of wayland compositors being created.
+I have no idea if this will work at all, but it's worth giving it a try as a
+rough beginning to start handling the wide range of wayland compositors being
+created.
This feature will probably take several versions to get stable.
-Also added new debugger data collector data for wayland information, but the pickings are slim, to
-put it mildly.
+Also added new debugger data collector data for wayland information, but the
+pickings are slim, to put it mildly.
------------------------------------
+--------------------------------------------------------------------------------
-- Harald Hope - Tue, 06 Jun 2017 18:43:31 -0700
-=====================================================================================
+================================================================================
Version: 2.3.11
Patch: 00
Date: 2017-05-31
------------------------------------
-Changes:
------------------------------------
-New version, new tarball, new man page. This corrects several oversights of the 2.3.10 IPv6 update.
+--------------------------------------------------------------------------------
+UPDATES:
+--------------------------------------------------------------------------------
-Now there is an -x option for -i that will show the additioanl IPv6 address data for scope global,
-temporary, and site. Also a fallback for unhandled scope: unknown. If the tool 'ip' is used, it will
-filter out the deprecated temp site/global addresses, ifconfig tool does not appear to offer this
-option.
+New version, new tarball, new man page. This corrects several oversights of the
+2.3.10 IPv6 update.
-Also changed is that now ipv6 address always shows, it's not an -x option. Probably about time to
-start rolling out ip v6 data to users now that ip v6 is starting, slowly, to be used more.
+Now there is an -x option for -i that will show the additioanl IPv6 address data
+for scope global, temporary, and site. Also a fallback for unhandled scope:
+unknown. If the tool 'ip' is used, it will filter out the deprecated temp
+site/global addresses, ifconfig tool does not appear to offer this option.
-Another small change, the link address for ipv6 is changed from ip-v6: to ip-v6-link so that it's
-more clear which IP v6 address it is.
+Also changed is that now ipv6 address always shows, it's not an -x option.
+Probably about time to start rolling out ip v6 data to users now that ip v6 is
+starting, slowly, to be used more.
-The last commit had a significant logic error in it that did not distinguish between the link address,
-which is what should have only shown, and the remaining possible addresses.
+Another small change, the link address for ipv6 is changed from ip-v6: to
+ip-v6-link so that it's more clear which IP v6 address it is.
-I've tried to get a basic bsd support, but it's difficult to know the variants of ifconfig output syntax
+The last commit had a significant logic error in it that did not distinguish
+between the link address, which is what should have only shown, and the
+remaining possible addresses.
------------------------------------
+I've tried to get a basic BSD support, but it's difficult to know the variants
+of ifconfig output syntax
+
+--------------------------------------------------------------------------------
-- Harald Hope - Wed, 31 May 2017 14:22:21 -0700
-=====================================================================================
+================================================================================
Version: 2.3.10
Patch: 00
Date: 2017-05-31
------------------------------------
-Changes:
------------------------------------
+--------------------------------------------------------------------------------
+UPDATES:
+--------------------------------------------------------------------------------
+
New version, new tarball. Fixes issue #78 and issue #106
-Shows multiple ipv6 addresses, filters out ipv6 temp addresses and ipv6 local addresses.
+Shows multiple ipv6 addresses, filters out ipv6 temp addresses and ipv6 local
+addresses.
------------------------------------
+--------------------------------------------------------------------------------
-- Harald Hope - Wed, 31 May 2017 10:39:00 -0700
-=====================================================================================
+================================================================================
Version: 2.3.9
Patch: 00
Date: 2017-05-29
------------------------------------
-Changes:
------------------------------------
-New version, tarball. Tiny fix, due to a data bug, changing ft to m in weather altitude.
+--------------------------------------------------------------------------------
+UPDATES:
+--------------------------------------------------------------------------------
-Note that this bug is not universal, but I believe this will make inxi more right than wrong
-as a general rule. Further note that altitude is NOT actually the altitude of the city/location
-requested, in most cases, but rather the altitude of the weather station data assigned to that
-location request.
+New version, tarball. Tiny fix, due to a data bug, changing ft to m in weather
+altitude.
------------------------------------
+Note that this bug is not universal, but I believe this will make inxi more
+right than wrong as a general rule. Further note that altitude is NOT actually
+the altitude of the city/location requested, in most cases, but rather the
+altitude of the weather station data assigned to that location request.
+
+--------------------------------------------------------------------------------
-- Harald Hope - Mon, 29 May 2017 12:40:12 -0700
-=====================================================================================
+================================================================================
Version: 2.3.8
Patch: 00
Date: 2017-01-14
------------------------------------
-Changes:
------------------------------------
-New version, new tarball. Tiny change, added sisimedia video driver to support list.
+--------------------------------------------------------------------------------
+UPDATES:
+--------------------------------------------------------------------------------
+
+New version, new tarball. Tiny change, added sisimedia video driver to support
+list.
------------------------------------
+--------------------------------------------------------------------------------
-- Harald Hope - Sat, 14 Jan 2017 12:47:31 -0800
-=====================================================================================
+================================================================================
Version: 2.3.7
Patch: 00
Date: 2016-12-24
------------------------------------
-Changes:
------------------------------------
-New version, new tarball. This fixes an issue where sloppy regex was removing the BIOS
-from BIOSTAR. Also fixed a few other sloppy gsub, and fixed a few gensub errors as well.
+--------------------------------------------------------------------------------
+UPDATES:
+--------------------------------------------------------------------------------
+
+New version, new tarball. This fixes an issue where sloppy regex was removing
+the BIOS from BIOSTAR. Also fixed a few other sloppy gsub, and fixed a few
+gensub errors as well.
-Since BIOSTAR is a fairly common mobo, I'm surprised I haven't gotten this bug report
-before.
+Since BIOSTAR is a fairly common mobo, I'm surprised I haven't gotten this bug
+report before.
This closes issue #102.
------------------------------------
+--------------------------------------------------------------------------------
-- Harald Hope - Sat, 24 Dec 2016 14:53:31 -0800
-=====================================================================================
+================================================================================
Version: 2.3.6
Patch: 00
Date: 2016-12-20
------------------------------------
-Changes:
------------------------------------
-No new version. New tarball, man. Small text changes and cleanup and updates in man page,
-but no actual meaningful changes. Feel free to ignore this one if you just did 2.3.6.
+--------------------------------------------------------------------------------
+UPDATES:
+--------------------------------------------------------------------------------
------------------------------------
+No new version. New tarball, man. Small text changes and cleanup and updates in
+man page, but no actual meaningful changes. Feel free to ignore this one if you
+just did 2.3.6.
+
+--------------------------------------------------------------------------------
-- Harald Hope - Tue, 20 Dec 2016 19:53:54 -0800
-=====================================================================================
+================================================================================
Version: 2.3.6
Patch: 00
Date: 2016-12-19
------------------------------------
-Changes:
------------------------------------
-New version, new tarball. This is a significant change, but inxi should handle it smoothly.
-
-While default configs remain in /etc/inxi.conf, the user overrides now use the following order of tests:
+--------------------------------------------------------------------------------
+UPDATES:
+--------------------------------------------------------------------------------
-1. XDG_CONFIG_HOME / XDG_DATA_HOME for the config and log/debugger data respectively.
+New version, new tarball. This is a significant change, but inxi should handle
+it smoothly.
-2. Since those will often be blank, it then uses a second priority check:
- $HOME/.config $HOME/.local/share to place the inxi data directory, which was previously here:
- $HOME/.inxi
-
-3. If neither of these cases are present, inxi will default to its legacy user data: $HOME/.inxi as before
-
-In order to make this switch transparent to users, inxi will move the files from .inxi to the respective
-.config/ .local/share/inxi directories, and remove the .inxi directory after to cleanup.
+While default configs remain in /etc/inxi.conf, the user overrides now use the
+following order of tests:
-Also, since I was fixing some path stuff, I also did issue 77, manual inxi install not putting man pages in
-/usr/local/share/man/man1, which had caused an issue with Arch linux inxi installer. Note that I can't help
-users who had a manual inxi install with their man page in /usr/share/man/man1 already, because it's too risky
-to guess about user or system intentions, this man location correction will only apply if users have never
-installed inxi before manually, and have no distro version installed, unlike the config/data directory,
-which does update neatly with output letting users know the data was moved.
+1. XDG_CONFIG_HOME / XDG_DATA_HOME for the config and log/debugger data
+respectively.
-Note that if users have man --path set up incorrectly, it's possible that the legacy man page would show up
-instead, which isn't good, but there was no perfect fix for the man issue so I just picked the easiest way,
-ignoring all man pages installed into /usr/share/man/man1 and treating them as final location, otherwise
-using if present the /usr/local/share/man/man1 location for new manual install users.
-
-Also, for users with existing man locations and an inxi manually installed, you have to update to inxi current,
-then move your man file to /usr/local/share/man/man1, then update man with: mandb command (as root), after that
-inxi will update to the new man location.
+2. Since those will often be blank, it then uses a second priority check:
-Also added some more XDG debugger data as well to cover this for future debugger data.
+$HOME/.config $HOME/.local/share to place the inxi data directory, which was
+previously here:
+
+$HOME/.inxi
+
+3. If neither of these cases are present, inxi will default to its legacy user
+data: $HOME/.inxi as before
+
+In order to make this switch transparent to users, inxi will move the files from
+.inxi to the respective .config/ .local/share/inxi directories, and remove the
+.inxi directory after to cleanup.
+
+Also, since I was fixing some path stuff, I also did issue 77, manual inxi
+install not putting man pages in /usr/local/share/man/man1, which had caused an
+issue with Arch linux inxi installer. Note that I can't help users who had a
+manual inxi install with their man page in /usr/share/man/man1 already, because
+it's too risky to guess about user or system intentions, this man location
+correction will only apply if users have never installed inxi before manually,
+and have no distro version installed, unlike the config/data directory, which
+does update neatly with output letting users know the data was moved.
+
+Note that if users have man --path set up incorrectly, it's possible that the
+legacy man page would show up instead, which isn't good, but there was no
+perfect fix for the man issue so I just picked the easiest way, ignoring all man
+pages installed into /usr/share/man/man1 and treating them as final location,
+otherwise using if present the /usr/local/share/man/man1 location for new manual
+ install users.
+
+Also, for users with existing man locations and an inxi manually installed, you
+have to update to inxi current, then move your man file to
+/usr/local/share/man/man1, then update man with: mandb command (as root), after
+that inxi will update to the new man location.
+
+Also added some more XDG debugger data as well to cover this for future debugger
+data.
-This closes previous issue #77 (man page for manual inxi install does not go into /usr/local/share/man/man1) and
-issue 101, which I made today just to force the update.
+This closes previous issue #77 (man page for manual inxi install does not go
+into /usr/local/share/man/man1) and issue 101, which I made today just to force
+the update.
-Just as a side note, I find this absurd attempt at 'simplifying by making more complex and convoluted' re the XDG
-and .config and standard nix . file to be sort of tragic, because really, they've just made it all way more complicated,
-and since all 3 methods can be present, all the stuff has to be tested for anyway, so this doesn't make matters cleaner
-at all, it's just pointless busywork that makes some people happy since now there's even more rules to follow, sigh.
+Just as a side note, I find this absurd attempt at 'simplifying by making more
+complex and convoluted' re the XDG and .config and standard nix . file to be
+sort of tragic, because really, they've just made it all way more complicated,
+and since all 3 methods can be present, all the stuff has to be tested for
+anyway, so this doesn't make matters cleaner at all, it's just pointless
+busywork that makes some people happy since now there's even more rules to
+follow, sigh.
------------------------------------
+--------------------------------------------------------------------------------
-- Harald Hope - Mon, 19 Dec 2016 18:38:57 -0800
-=====================================================================================
+================================================================================
Version: 2.3.5
Patch: 00
Date: 2016-12-02
------------------------------------
-Changes:
------------------------------------
-New version, new tarball. This will matter to some users, inxi had failed to add 'modesetting'
-graphics driver, so it would not show in output, which causes support issues for users of that specific
-driver, like some cases of Intel. Also inxi would always have failed to show it unloaded in cases where
-radeon/nouveau were used but it had been loaded by xorg to begin with. So probably worth updating packages
-I'd say.
-
------------------------------------
+--------------------------------------------------------------------------------
+UPDATES:
+--------------------------------------------------------------------------------
+
+New version, new tarball. This will matter to some users, inxi had failed to add
+'modesetting' graphics driver, so it would not show in output, which causes
+support issues for users of that specific driver, like some cases of Intel. Also
+inxi would always have failed to show it unloaded in cases where radeon/nouveau
+were used but it had been loaded by xorg to begin with. So probably worth
+updating packages I'd say.
+
+--------------------------------------------------------------------------------
-- Harald Hope - Fri, 02 Dec 2016 16:00:57 -0800
-=====================================================================================
+================================================================================
Version: 2.3.4
Patch: 00
Date: 2016-11-03
------------------------------------
-Changes:
------------------------------------
+--------------------------------------------------------------------------------
+UPDATES:
+--------------------------------------------------------------------------------
+
No new version, just fixed some unwanted executable bits in files.
------------------------------------
+--------------------------------------------------------------------------------
-- Harald Hope - Tue, 22 Nov 2016 11:13:15 -0800
-=====================================================================================
+================================================================================
Version: 2.3.4
Patch: 00
Date: 2016-11-03
------------------------------------
-Changes:
------------------------------------
-Squeezing in a last change for 2.3.4, added to -m if valid output, and if no -I or -tm
-triggers used, will show system ram used/total, from the -I line.
+--------------------------------------------------------------------------------
+UPDATES:
+--------------------------------------------------------------------------------
------------------------------------
+Squeezing in a last change for 2.3.4, added to -m if valid output, and if no -I
+or -tm triggers used, will show system ram used/total, from the -I line.
+
+--------------------------------------------------------------------------------
-- Harald Hope - Thu, 03 Nov 2016 20:20:37 -0700
-=====================================================================================
+================================================================================
Version: 2.3.4
Patch: 00
Date: 2016-11-03
------------------------------------
-Changes:
------------------------------------
-New version, new tarball. This improves -D output, now capacity is on its own line, and
-each disk is on its own line always, this makes it easier to read and/or parse.
+--------------------------------------------------------------------------------
+UPDATES:
+--------------------------------------------------------------------------------
+
+New version, new tarball. This improves -D output, now capacity is on its own
+line, and each disk is on its own line always, this makes it easier to read
+and/or parse.
-Also, the lines now wrap nicely for extra data > console width, or -y 80 for example if
-you're trying to force most of the data to fit into 80 columns.
+Also, the lines now wrap nicely for extra data > console width, or -y 80 for
+example if you're trying to force most of the data to fit into 80 columns.
------------------------------------
+--------------------------------------------------------------------------------
-- Harald Hope - Thu, 03 Nov 2016 19:39:15 -0700
-=====================================================================================
+================================================================================
Version: 2.3.3
Patch: 00
Date: 2016-10-25
------------------------------------
-Changes:
------------------------------------
+--------------------------------------------------------------------------------
+UPDATES:
+--------------------------------------------------------------------------------
+
No version change, updated man page.
-This is a small syntax fix that will have essentially no impact on anyone. I've just cleaned
-up the man code to make it simple enough for roffit man to html conversion. There should be
-no real visible differences as far as I know.
+This is a small syntax fix that will have essentially no impact on anyone. I've
+just cleaned up the man code to make it simple enough for roffit man to html
+conversion. There should be no real visible differences as far as I know.
------------------------------------
+--------------------------------------------------------------------------------
-- Harald Hope - Sat, 29 Oct 2016 15:13:40 -0700
-=====================================================================================
+================================================================================
Version: 2.3.3
Patch: 00
Date: 2016-10-25
------------------------------------
-Changes:
------------------------------------
-New version, new tarball. Extended support and tests for vm id to include better BSD
-handling, and legacy linux. VM id will remain a work in progress, and will probably
-require a few fixes for fringe cases. Nice to have would be things like OpenBSD's
-vm which is difficult to detect. However, I believe this should handle roughly 99% of
-realworld vm id cases, except for some commercial stuff that will require more data.
-
------------------------------------
+--------------------------------------------------------------------------------
+UPDATES:
+--------------------------------------------------------------------------------
+
+New version, new tarball. Extended support and tests for vm id to include better
+BSD handling, and legacy linux. VM id will remain a work in progress, and will
+probably require a few fixes for fringe cases. Nice to have would be things like
+OpenBSD's vm which is difficult to detect. However, I believe this should handle
+roughly 99% of realworld vm id cases, except for some commercial stuff that will
+require more data.
+
+--------------------------------------------------------------------------------
-- Harald Hope - Tue, 25 Oct 2016 12:17:46 -0700
-=====================================================================================
+================================================================================
Version: 2.3.2
Patch: 00
Date: 2016-10-23
------------------------------------
-Changes:
------------------------------------
-version number unchanged, just added a vm possible id, will impact few users, if you care, update.
+--------------------------------------------------------------------------------
+UPDATES:
+--------------------------------------------------------------------------------
+
+Version number unchanged, just added a vm possible id, will impact few users, if
+you care, update.
------------------------------------
+--------------------------------------------------------------------------------
-- Harald Hope - Sun, 23 Oct 2016 21:27:23 -0700
-=====================================================================================
+================================================================================
Version: 2.3.2
Patch: 00
Date: 2016-10-20
------------------------------------
-Changes:
------------------------------------
+--------------------------------------------------------------------------------
+UPDATES:
+--------------------------------------------------------------------------------
+
New feature, new tarball, new version number.
-Now -M shows device type, like desktop, laptop, notebook, server, blade, vm (and tries to get vm type).
+Now -M shows device type, like desktop, laptop, notebook, server, blade, vm (and
+tries to get vm type).
-vm detection will take more work, for now I'm just going for the main ones used, but it will certainly
-miss some because it's hard to detect them in some cases unless you use root features. Also note, in
-most cases a container I believe will display as a vm, which is fine for now.
+vm detection will take more work, for now I'm just going for the main ones used,
+but it will certainly miss some because it's hard to detect them in some cases
+unless you use root features. Also note, in most cases a container I believe
+will display as a vm, which is fine for now.
For BSDs, and older linux, there is a dmidecode fallback detection as well.
------------------------------------
+--------------------------------------------------------------------------------
-- Harald Hope - Thu, 20 Oct 2016 18:03:54 -0700
-=====================================================================================
+================================================================================
Version: 2.3.1
Patch: 00
Date: 2016-08-25
------------------------------------
-Changes:
------------------------------------
+--------------------------------------------------------------------------------
+UPDATES:
+--------------------------------------------------------------------------------
+
Fixed typo in man page, no new version, just a fixed man page.
------------------------------------
+--------------------------------------------------------------------------------
-- Harald Hope - Fri, 09 Sep 2016 14:53:24 -0700
-=====================================================================================
+================================================================================
Version: 2.3.1
Patch: 00
Date: 2016-08-25
------------------------------------
-Changes:
------------------------------------
+--------------------------------------------------------------------------------
+UPDATES:
+--------------------------------------------------------------------------------
+
New version, new tarball, new man page.
-Basic support added for Budgie desktop detection. This is waiting more data, so the support will be
-missing the version information. Go Budgie!!
+Basic support added for Budgie desktop detection. This is waiting more data, so
+the support will be missing the version information. Go Budgie!!
-Added /var/tmp and /var/log and /opt to basic partition data: -P
-This will probably not impact more than a handful of people in the world, but that's fine.
+Added /var/tmp and /var/log and /opt to basic partition data: -P This will
+probably not impact more than a handful of people in the world, but that's fine.
-Modified the static BIOS in -M to now show UEFI for actually UEFI booted systems, and, ideally,
-UEFI [Legacy] for UEFI booting in bios legacy mode, and BIOS for all others. Hopefully this will
-work ok, we'll see.
+Modified the static BIOS in -M to now show UEFI for actually UEFI booted
+systems, and, ideally, UEFI [Legacy] for UEFI booting in bios legacy mode, and
+BIOS for all others. Hopefully this will work ok, we'll see.
------------------------------------
+--------------------------------------------------------------------------------
-- Harald Hope - Thu, 25 Aug 2016 19:09:52 -0700
-=====================================================================================
+================================================================================
Version: 2.3.0
Patch: 00
Date: 2016-04-18
------------------------------------
-Changes:
------------------------------------
-New Feature, new version, new man page, new tarball. Laptop users should be happy,
--B option now shows, if available, battery data. Quite good data for systems
-with /sys battery data, only rudimentary for systems using dmidecode (BSDs).
-dmidecode has no current voltage/charge/current supported capacity.
+--------------------------------------------------------------------------------
+UPDATES:
+--------------------------------------------------------------------------------
+
+New Feature, new version, new man page, new tarball. Laptop users should be
+happy, -B option now shows, if available, battery data. Quite good data for
+systems with /sys battery data, only rudimentary for systems using dmidecode
+(BSDs). dmidecode has no current voltage/charge/current supported capacity.
Main row shows charge and condition. Condition shows you have much capacity the
battery currently has vs its design capacity. Charge shows the Wh/percent of
current capacity of battery (NOT the rated design capacity).
--x adds battery vendor/model info, and battery status (like, charging, discharging,
-full).
+-x adds battery vendor/model info, and battery status (like, charging,
+discharging, full).
--xx adds battery serial number and voltage information. Note that voltage information
-is presented as Current Voltage / Designed minimum voltage.
+-xx adds battery serial number and voltage information. Note that voltage
+information is presented as Current Voltage / Designed minimum voltage.
--xxx adds battery chemistry (like Li-ion), cycles (note: there's a bug somewhere in
-that makes the cycle count always be 0, I don't know if that's in the batteries,
-the linux kernel, but it's not inxi, just FYI, the data is simply 0 always in all
-my datasets so far.
+-xxx adds battery chemistry (like Li-ion), cycles (note: there's a bug somewhere
+in that makes the cycle count always be 0, I don't know if that's in the
+batteries, the linux kernel, but it's not inxi, just FYI, the data is simply 0
+always in all my datasets so far.
For dmidecode output, the location of the batter is also shown in -xxx
------------------------------------
+--------------------------------------------------------------------------------
-- Harald Hope - Mon, 18 Apr 2016 16:55:12 -0700
-=====================================================================================
+================================================================================
Version: 2.2.38
Patch: 00
Date: 2016-03-31
------------------------------------
-Changes:
------------------------------------
-URGENT BUG FIX! This fixes a bug introduced in 2.2.36 2016-03-21. New version, new tarball.
+--------------------------------------------------------------------------------
+UPDATES:
+--------------------------------------------------------------------------------
+
+URGENT BUG FIX! This fixes a bug introduced in 2.2.36 2016-03-21. New version,
+new tarball.
A sloppy unescaped / triggered a failure I didn't notice in partition info.
-Please update your inxi packages immediately if your version is 2016-03-21 or newer.
+Please update your inxi packages immediately if your version is 2016-03-21 or
+newer.
------------------------------------
+--------------------------------------------------------------------------------
-- Harald Hope - Thu, 31 Mar 2016 15:08:54 -0700
-=====================================================================================
+================================================================================
Version: 2.2.37
Patch: 00
Date: 2016-03-30
------------------------------------
-Changes:
------------------------------------
-New version, new tarball. Tiny fix in distro detection, will now default in sequence
-on /etc/issue step to first test for os release and not mint, then lsb verison and
-not mint, then /etc/issue. This should keep the mint detection working well, as long
-as they keep mint string in the /etc/issue file, that is, but that's out of our control.
-
------------------------------------
+--------------------------------------------------------------------------------
+UPDATES:
+--------------------------------------------------------------------------------
+
+New version, new tarball. Tiny fix in distro detection, will now default in
+sequence on /etc/issue step to first test for os release and not mint, then lsb
+verison and not mint, then /etc/issue. This should keep the mint detection
+working well, as long as they keep mint string in the /etc/issue file, that is,
+but that's out of our control.
+
+--------------------------------------------------------------------------------
-- Harald Hope - Wed, 30 Mar 2016 13:28:40 -0700
-=====================================================================================
+================================================================================
Version: 2.2.36
Patch: 00
Date: 2016-03-21
------------------------------------
-Changes:
------------------------------------
-New version, new tarball. A tiny bug fix for kfreebsd, I know, right, nobody uses that.
+--------------------------------------------------------------------------------
+UPDATES:
+--------------------------------------------------------------------------------
+
+New version, new tarball. A tiny bug fix for kfreeBSD, I know, right, nobody
+uses that.
-Also added in some more script color options however, which might be of use. These are
-aimed more at light terminal backgrounds.
+Also added in some more script color options however, which might be of use.
+These are aimed more at light terminal backgrounds.
------------------------------------
+--------------------------------------------------------------------------------
-- Harald Hope - Mon, 21 Mar 2016 16:04:33 -0700
-=====================================================================================
+================================================================================
Version: 2.2.35
Patch: 00
Date: 2016-02-29
------------------------------------
-Changes:
------------------------------------
-New version, new tarball. A tiny, but meaningful, fix. inxi had not been updated to
-test for the non deprecated battery test, /sys/class/power_supply/BAT0 existence.
+--------------------------------------------------------------------------------
+UPDATES:
+--------------------------------------------------------------------------------
+
+New version, new tarball. A tiny, but meaningful, fix. inxi had not been updated
+to test for the non deprecated battery test, /sys/class/power_supply/BAT0
+existence.
This resulted in failure to indicate 'portable' where applicable.
-I may also now add battery information where applicable since that's easy to get from
-/sys
+I may also now add battery information where applicable since that's easy to get
+from /sys
------------------------------------
+--------------------------------------------------------------------------------
-- Harald Hope - Mon, 29 Feb 2016 12:21:09 -0800
-=====================================================================================
+================================================================================
Version: 2.2.34
Patch: 00
Date: 2016-02-21
------------------------------------
-Changes:
------------------------------------
+--------------------------------------------------------------------------------
+UPDATES:
+--------------------------------------------------------------------------------
+
New version, new tarball. This closes two issues:
1. Add amdgpu to possible xorg drivers list (and gpu sensors data)
-2. switch to default dig command to get WAN ip. This is usually but not always faster than
-the http method. Because the IP source is not truly trustworthy (run by cisco), I'm keeping a
-fallback mode on 1 second time out failure of the previous http based methods. Added dig
-to recommended tools list.
+2. switch to default dig command to get WAN ip. This is usually but not always
+faster than the http method. Because the IP source is not truly trustworthy (run
+by cisco), I'm keeping a fallback mode on 1 second time out failure of the
+previous http based methods. Added dig to recommended tools list.
------------------------------------
+--------------------------------------------------------------------------------
-- Harald Hope - Sun, 21 Feb 2016 11:18:54 -0800
-=====================================================================================
+================================================================================
Version: 2.2.33
Patch: 00
Date: 2016-01-30
------------------------------------
-Changes:
------------------------------------
+--------------------------------------------------------------------------------
+UPDATES:
+--------------------------------------------------------------------------------
+
No version change, new tarball. Someone spotted a small glitch in -W help menu.
Says latitude/longtitude instead of latitude,longtitude
------------------------------------
+--------------------------------------------------------------------------------
-- Harald Hope - Tue, 09 Feb 2016 11:20:03 -0800
-=====================================================================================
+================================================================================
Version: 2.2.33
Patch: 00
Date: 2016-01-30
------------------------------------
-Changes:
------------------------------------
-New version, new tarball. Bug fix: added basic support for NVMe M2 disk storage type.
+--------------------------------------------------------------------------------
+UPDATES:
+--------------------------------------------------------------------------------
-NOTE: missing product name/serial info, because it's not being treated by linux kernel
-as a standard disk. Could not find that data anywhere in the system debugger dump.
+New version, new tarball. Bug fix: added basic support for NVMe M2 disk storage
+type.
+
+NOTE: missing product name/serial info, because it's not being treated by linux
+kernel as a standard disk. Could not find that data anywhere in the system
+debugger dump.
If you know how to find the model name/number and or serial, let me know.
-Also small fix, as noted: ip: should be ip-v4 to match with ip-v6, thanks mikaela.
+Also small fix, as noted: ip: should be ip-v4 to match with ip-v6, thanks
+mikaela.
Also some debugger fixes and updates.
------------------------------------
+--------------------------------------------------------------------------------
-- Harald Hope - Sat, 30 Jan 2016 17:07:42 -0800
-=====================================================================================
+================================================================================
Version: 2.2.32
Patch: 00
Date: 2016-01-03
------------------------------------
-Changes:
------------------------------------
-New version, new tarball. Finalized the * expansion fix for arrays. This is a significant
-bug fix, so while the bug almost never appears, if it does, the inxi output can get completely
-corrupted.
------------------------------------
+--------------------------------------------------------------------------------
+UPDATES:
+--------------------------------------------------------------------------------
+
+New version, new tarball. Finalized the * expansion fix for arrays. This is a
+significant bug fix, so while the bug almost never appears, if it does, the inxi
+output can get completely corrupted.
+
+--------------------------------------------------------------------------------
-- Harald Hope - Sun, 03 Jan 2016 14:08:04 -0800
-=====================================================================================
+================================================================================
Version: 2.2.31
Patch: 00
Date: 2015-12-29
------------------------------------
-Changes:
------------------------------------
+--------------------------------------------------------------------------------
+UPDATES:
+--------------------------------------------------------------------------------
+
No version change, new tarball.
Cleaned up some logging glitches.
------------------------------------
+--------------------------------------------------------------------------------
-- Harald Hope - Tue, 29 Dec 2015 14:01:07 -0800
-=====================================================================================
+================================================================================
Version: 2.2.31
Patch: 00
Date: 2015-11-15
------------------------------------
-Changes:
------------------------------------
-New version, new tarball. Try 2 at mmcblk support. I had mmcblock, thats not how it's
-reported to the system.
+--------------------------------------------------------------------------------
+UPDATES:
+--------------------------------------------------------------------------------
+
+New version, new tarball. Try 2 at mmcblk support. I had mmcblock, thats not how
+it's reported to the system.
------------------------------------
+--------------------------------------------------------------------------------
-- Harald Hope - Sun, 15 Nov 2015 17:25:10 -0800
-=====================================================================================
+================================================================================
Version: 2.2.30
Patch: 00
Date: 2015-11-13
------------------------------------
-Changes:
------------------------------------
-New version, new tarball. Added tentative support for /dev/blcmmc0p12 type partitions
-and drive identifiers. This will probably require more fixes.
+--------------------------------------------------------------------------------
+UPDATES:
+--------------------------------------------------------------------------------
------------------------------------
+New version, new tarball. Added tentative support for /dev/blcmmc0p12 type
+partitions and drive identifiers. This will probably require more fixes.
+
+--------------------------------------------------------------------------------
-- Harald Hope - Fri, 13 Nov 2015 11:58:17 -0800
-=====================================================================================
+================================================================================
Version: 2.2.29
Patch: 00
Date: 2015-11-09
------------------------------------
-Changes:
------------------------------------
-New version, new tarball. A subtle issue pointed out by a user, inxi is limited to
-26 drives, and fails to handle the linux > 26 options:
+--------------------------------------------------------------------------------
+UPDATES:
+--------------------------------------------------------------------------------
+
+New version, new tarball. A subtle issue pointed out by a user, inxi is limited
+to 26 drives, and fails to handle the linux > 26 options:
-https://rwmj.wordpress.com/2011/01/09/how-are-linux-drives-named-beyond-drive-26-devsdz/
+https://rwmj.wordpress.com/2011/01/09/how-are-linux-drives-named-beyond-drive-\
+26-devsdz/
That article explains the failing well.
-Note that because I have neither user data sets or > 26 hdd systems available, I cannot
-verify that my fix works. It may work, that's all I can say.
+Note that because I have neither user data sets or > 26 hdd systems available, I
+cannot verify that my fix works. It may work, that's all I can say.
------------------------------------
+--------------------------------------------------------------------------------
-- Harald Hope - Mon, 09 Nov 2015 19:00:08 -0800
-=====================================================================================
+================================================================================
Version: 2.2.28
Patch: 00
Date: 2015-08-20
------------------------------------
-Changes:
------------------------------------
+--------------------------------------------------------------------------------
+UPDATES:
+--------------------------------------------------------------------------------
+
No version change, new tarball. Man page link fixes, that's all.
------------------------------------
+--------------------------------------------------------------------------------
-- Harald Hope - Fri, 28 Aug 2015 12:44:43 -0700
-=====================================================================================
+================================================================================
Version: 2.2.28
Patch: 00
Date: 2015-08-20
------------------------------------
-Changes:
------------------------------------
+--------------------------------------------------------------------------------
+UPDATES:
+--------------------------------------------------------------------------------
+
New version, new tarball:
-Changes: updated inxi updaters to use github locations.
+UPDATES: updated inxi updaters to use github locations.
I will do this commit once for googlecode, and once for github, after that,
all commits will go only to github.
-inxi moves to github, despite my dislike of for profit source repos, and git,
-I decided that I just don't have the time or energy to do it right, so I'm going
+inxi moves to github, despite my dislike of for profit source repos, and git, I
+decided that I just don't have the time or energy to do it right, so I'm going
to use github.
The project is already moved, though I have left inxi up for the time being on
@@ -6283,1380 +8613,1566 @@ https://github.com/smxi/inxi
And that's about it.
------------------------------------
+--------------------------------------------------------------------------------
-- Harald Hope - Thu, 20 Aug 2015 16:01:32 -0700
-=====================================================================================
+================================================================================
Version: 2.2.27
Patch: 00
Date: 2015-08-02
------------------------------------
-Changes:
------------------------------------
-New version, tarball. Trivial wget/curl change, nothing else. No need to upgrade packages.
+--------------------------------------------------------------------------------
+UPDATES:
+--------------------------------------------------------------------------------
+
+New version, tarball. Trivial wget/curl change, nothing else. No need to upgrade
+packages.
------------------------------------
+--------------------------------------------------------------------------------
-- Harald Hope - Sun, 02 Aug 2015 14:18:45 -0700
-=====================================================================================
+================================================================================
Version: 2.2.26
Patch: 00
Date: 2015-07-06
------------------------------------
-Changes:
------------------------------------
-New version, new tarball. This fixes a bug with the last fix for KDE Plasma version. It was
-showing Frameworks version, which is apparently NOT the same as the plasma version.
+--------------------------------------------------------------------------------
+UPDATES:
+--------------------------------------------------------------------------------
-Also added debugger kde versioning to make this stuff less of an ordeal for data collection.
+New version, new tarball. This fixes a bug with the last fix for KDE Plasma
+version. It was showing Frameworks version, which is apparently NOT the same as
+the plasma version.
------------------------------------
+Also added debugger kde versioning to make this stuff less of an ordeal for data
+collection.
+
+--------------------------------------------------------------------------------
-- Harald Hope - Mon, 06 Jul 2015 15:51:51 -0700
-=====================================================================================
+================================================================================
Version: 2.2.25
Patch: 00
Date: 2015-06-15
------------------------------------
-Changes:
------------------------------------
-Same version, new tarball, I'm tossing this in with the other release, changing for kde >= 4,
-changing simple KDE to KDE Plasma, which keeps it clear and simple.
+--------------------------------------------------------------------------------
+UPDATES:
+--------------------------------------------------------------------------------
+
+Same version, new tarball, I'm tossing this in with the other release, changing
+for kde >= 4, changing simple KDE to KDE Plasma, which keeps it clear and
+simple.
------------------------------------
+--------------------------------------------------------------------------------
-- Harald Hope - Mon, 15 Jun 2015 18:00:42 -0700
-=====================================================================================
+================================================================================
Version: 2.2.25
Patch: 00
Date: 2015-06-15
------------------------------------
-Changes:
------------------------------------
-New version, new tarball. Got a good fix for the kde version issue from the lads at
-#kde-devel, now using kf5-config --version which gives similar output to kded4 --version
+--------------------------------------------------------------------------------
+UPDATES:
+--------------------------------------------------------------------------------
-I use this for both 4 and 5, but since 4 has worked fine for years, I'll just use this for 5
-and later.
+New version, new tarball. Got a good fix for the kde version issue from the lads
+at #kde-devel, now using kf5-config --version which gives similar output to
+kded4 --version
------------------------------------
+I use this for both 4 and 5, but since 4 has worked fine for years, I'll just
+use this for 5 and later.
+
+--------------------------------------------------------------------------------
-- Harald Hope - Mon, 15 Jun 2015 17:49:56 -0700
-=====================================================================================
+================================================================================
Version: 2.2.24
Patch: 00
Date: 2015-06-15
------------------------------------
-Changes:
------------------------------------
-new version, new tarball. Adapted to deal with yet another silly pointless change from
-normal, in this case, sddm decided that using a .pid or .lock file in /run was too easy
-so they changed to some session id type string in the /run/sddm/ directory.
-
-Speaking for myself, I find such pointless changes from anything resembling normal behaviors
-to the reason that gnu freedesktop systems will never achieve significant desktop use globally.
-
-Also, in the same vein, added debuggers to try to figure out what plasma5/kde 5 is using
-internally to give command line version information. Again, something pointless internally
-was changed, thus breaking something that had faintly resembled an api, which is of course
-why desktop gnu linux will never actually take off, developers in the real world have no
-interest in chasing after such pointless and never ending churn in even the most trivial
-areas of the OS, let alone the core.
-
-inxi remains however as a log of this ongoing churn and lack of discipline, and so remains
-an interesting process of observation, and a way for users to try to avoid the constant
-changes in simple system queries that should really never change, so I can see a reason
-to keep it going since it's obvious that the actual foss ecosystem itself will not and apparently
-cannot grasp that it is the lack of stable apis, methods, etc, that has kept desktop gnu linux
-from achieving any actual real world success or popularity, and that is the actual problem
-that should be fixed, not some pointless internal change to something.
-
-On the source repo front, maintainers, I still can't find an acceptable alternative to the
-impending shutdown of googlecode. github is a for profit venture that people who seem totally
-void of any sense of history believe is actually going to be around longer than say, sourceforge,
-or googlecode, as a legitimate source hosting site.
+--------------------------------------------------------------------------------
+UPDATES:
+--------------------------------------------------------------------------------
+
+New version, new tarball. Adapted to deal with yet another silly pointless
+change from normal, in this case, sddm decided that using a .pid or .lock file
+in /run was too easy so they changed to some session id type string in the
+/run/sddm/ directory.
+
+Speaking for myself, I find such pointless changes from anything resembling
+normal behaviors to the reason that gnu freedesktop systems will never achieve
+significant desktop use globally.
+
+Also, in the same vein, added debuggers to try to figure out what plasma5/kde 5
+is using internally to give command line version information. Again, something
+pointless internally was changed, thus breaking something that had faintly
+resembled an api, which is of course why desktop gnu linux will never actually
+take off, developers in the real world have no interest in chasing after such
+pointless and never ending churn in even the most trivial areas of the OS, let
+alone the core.
+
+inxi remains however as a log of this ongoing churn and lack of discipline, and
+so remains an interesting process of observation, and a way for users to try to
+avoid the constant changes in simple system queries that should really never
+change, so I can see a reason to keep it going since it's obvious that the
+actual foss ecosystem itself will not and apparently cannot grasp that it is the
+lack of stable apis, methods, etc, that has kept desktop gnu linux from
+achieving any actual real world success or popularity, and that is the actual
+problem that should be fixed, not some pointless internal change to something.
+
+On the source repo front, maintainers, I still can't find an acceptable
+alternative to the impending shutdown of googlecode. github is a for profit
+venture that people who seem totally void of any sense of history believe is
+actually going to be around longer than say, sourceforge, or googlecode, as a
+legitimate source hosting site.
I'd welcome any suggestions. So far all the options are bad that I can find.
-Top preference is svn, but if git is the absolute only other choice for an otherwise good option,
-I'd consider git, but it's a horrible option for inxi because of how inxi development and debugging
-works, vs how git works. ie, svn branches are perfect, git branches are totally wrong.
-
-I may end up just hosting the svn on my own servers to avoid having to move yet again when the next
-for profit flakey site decides to close up or monetize the source hosting.
-
-The original idea of googlecode was for google to 'pay its dues to the foss community', but apparently
-they got bored with that idea, plus of course, the ongoing total failure of google to deal with
-automated spam, which has always been a huge bug in the core google corporate culture. But googlecode
-was by far the best option I've come across, it was done by a deep pocketed corporation not for profit
-for pretty good reasons, and was never intended to be a profit center, which is the closest I could
-see for a non free option.
-
-Setting up svn gui stuff however is a royal pain and requires ongoing maintainance for the life of
-the software, which is NOT fun, nor will I sign up for that obligation.
-
-I may end up moving to github anyway, even though git truly sucks for inxi and myself, but it's an
-idea I find fairly vile, apparently free software (sic) authors seem to have no grasp of the concept
-of fredom when it comes to source code hosting, judging by the absurd popularity of github as the
-default go to source repo. Their website is pathetic as well, which isn't very promising.
-
-So we'll see where it goes, I think I have until august to decide what to do for source hosting.
-
-Since I'm old enough to have seen sourceforge and now googlecode do the same thing, along with a lot
-of other options, to say github won't do this too is delusional, what you can almost certainly say is it
-will do it, the only question is when. But, just as Linus did with his non free linux kernel version
-control, people will stick with the non free stuff until you realize you can't use it anymore, because
-it is non free. Free software hosted on non free source repos is to me one of the most absurd and
-stupid things I've ever heard of to be honest.
-
------------------------------------
+Top preference is svn, but if git is the absolute only other choice for an
+otherwise good option, I'd consider git, but it's a horrible option for inxi
+because of how inxi development and debugging works, vs how git works. ie, svn
+branches are perfect, git branches are totally wrong.
+
+I may end up just hosting the svn on my own servers to avoid having to move yet
+again when the next for profit flakey site decides to close up or monetize the
+source hosting.
+
+The original idea of googlecode was for google to 'pay its dues to the foss
+community', but apparently they got bored with that idea, plus of course, the
+ongoing total failure of google to deal with automated spam, which has always
+been a huge bug in the core google corporate culture. But googlecode was by far
+the best option I've come across, it was done by a deep pocketed corporation not
+for profit for pretty good reasons, and was never intended to be a profit
+center, which is the closest I could see for a non free option.
+
+Setting up svn gui stuff however is a royal pain and requires ongoing
+maintainance for the life of the software, which is NOT fun, nor will I sign up
+for that obligation.
+
+I may end up moving to github anyway, even though git truly sucks for inxi and
+myself, but it's an idea I find fairly vile, apparently free software (sic)
+authors seem to have no grasp of the concept of fredom when it comes to source
+code hosting, judging by the absurd popularity of github as the default go to
+source repo. Their website is pathetic as well, which isn't very promising.
+
+So we'll see where it goes, I think I have until august to decide what to do for
+source hosting.
+
+Since I'm old enough to have seen sourceforge and now googlecode do the same
+thing, along with a lot of other options, to say github won't do this too is
+delusional, what you can almost certainly say is it will do it, the only
+question is when. But, just as Linus did with his non free linux kernel version
+control, people will stick with the non free stuff until you realize you can't
+use it anymore, because it is non free. Free software hosted on non free source
+repos is to me one of the most absurd and stupid things I've ever heard of to be
+honest.
+
+--------------------------------------------------------------------------------
-- Harald Hope - Mon, 15 Jun 2015 15:19:02 -0700
-=====================================================================================
+================================================================================
Version: 2.2.23
Patch: 00
Date: 2015-06-08
------------------------------------
-Changes:
------------------------------------
-New version, tarball. Tiny change. Added /etc/devuan_version file to distro id to handle
-the switched file name. Kudos to anyone out there fighting to create a working alternative
-to the unreliable and buggy and windows emulating systemd, I wish devuan luck. Maybe between
-devuan and gentoo and slackware we can save the free software core systems before it's too late.
-
------------------------------------
+--------------------------------------------------------------------------------
+UPDATES:
+--------------------------------------------------------------------------------
+
+New version, tarball. Tiny change. Added /etc/devuan_version file to distro id
+to handle the switched file name. Kudos to anyone out there fighting to create a
+working alternative to the unreliable and buggy and windows emulating systemd, I
+wish devuan luck. Maybe between devuan and gentoo and slackware we can save the
+free software core systems before it's too late.
+
+--------------------------------------------------------------------------------
-- Harald Hope - Mon, 08 Jun 2015 15:43:52 -0700
-=====================================================================================
+================================================================================
Version: 2.2.22
Patch: 00
Date: 2015-05-30
------------------------------------
-Changes:
------------------------------------
-New version, new man page, new tarball. Modified slightly -tc and -tm output to fix a
-pet peeve of mine. Now, if -I, -b, -F, or anything that can trigger the memory: used/total
-in Information line is not used, -tm will always show the system used/total ram data on the
-first line of the Memory item of -t output.
-
-Also, if -xtc (trigger ram data in cpu output) is used, and -I is not triggered, and -tm is
-not triggered, will also show system used/total ram data on the cpu first line.
-
-I'd found it odd that this data did not appear when -tcm or -tm or -xtc were used, so this is
-now fixed. I used the -t option a fair amount to find memory/cpu use issues, and usually I
-don't use the option with other options, so the lack of total system ram data was odd.
-
------------------------------------
+--------------------------------------------------------------------------------
+UPDATES:
+--------------------------------------------------------------------------------
+
+New version, new man page, new tarball. Modified slightly -tc and -tm output to
+fix a pet peeve of mine. Now, if -I, -b, -F, or anything that can trigger the
+memory: used/total in Information line is not used, -tm will always show the
+system used/total ram data on the first line of the Memory item of -t output.
+
+Also, if -xtc (trigger ram data in cpu output) is used, and -I is not triggered,
+and -tm is not triggered, will also show system used/total ram data on the cpu
+first line.
+
+I'd found it odd that this data did not appear when -tcm or -tm or -xtc were
+used, so this is now fixed. I used the -t option a fair amount to find
+memory/cpu use issues, and usually I don't use the option with other options, so
+the lack of total system ram data was odd.
+
+--------------------------------------------------------------------------------
-- Harald Hope - Sat, 30 May 2015 11:50:56 -0700
-=====================================================================================
+================================================================================
Version: 2.2.21
Patch: 00
Date: 2015-05-13
------------------------------------
-Changes:
------------------------------------
-New version, new tarball. A desktop id fix, Mate id failed, mate moved to a more
-long term solution to identify itself, so the hack I had in place fails on new MATE.
+--------------------------------------------------------------------------------
+UPDATES:
+--------------------------------------------------------------------------------
+
+New version, new tarball. A desktop id fix, Mate id failed, mate moved to a more
+long term solution to identify itself, so the hack I had in place fails on new
+MATE.
-We'll see if this does it for various glitches, now quassel and mate latest should
-again be working.
+We'll see if this does it for various glitches, now quassel and mate latest
+should again be working.
------------------------------------
+--------------------------------------------------------------------------------
-- Harald Hope - Wed, 13 May 2015 13:15:59 -0700
-=====================================================================================
+================================================================================
Version: 2.2.20
Patch: 00
Date: 2015-05-11
------------------------------------
-Changes:
------------------------------------
+--------------------------------------------------------------------------------
+UPDATES:
+--------------------------------------------------------------------------------
+
New version, tarball. This fixes a qt5 glitch with Quassel id, hopefully anyway.
------------------------------------
+--------------------------------------------------------------------------------
-- Harald Hope - Mon, 11 May 2015 15:08:30 -0700
-=====================================================================================
+================================================================================
Version: 2.2.19
Patch: 00
Date: 2015-02-15
------------------------------------
-Changes:
------------------------------------
-No version change, new tarball. Fixed the repo error message to be more accurate, since
-a system could be supported but have no repo data, like on some livecds etc. Also made it
-better for BSD or GNU/linux.
-
------------------------------------
+--------------------------------------------------------------------------------
+UPDATES:
+--------------------------------------------------------------------------------
+
+No version change, new tarball. Fixed the repo error message to be more
+accurate, since a system could be supported but have no repo data, like on some
+livecds etc. Also made it better for BSD or GNU/linux.
+
+--------------------------------------------------------------------------------
-- Harald Hope - Sun, 15 Feb 2015 19:13:25 -0800
-=====================================================================================
+================================================================================
Version: 2.2.19
Patch: 00
Date: 2015-02-14
------------------------------------
-Changes:
------------------------------------
-New version, updated man page, new tarball. Updated -r to for portage gentoo sources. This should work
-fine for all derived distros like Sabayon as well. The test looks for:
+--------------------------------------------------------------------------------
+UPDATES:
+--------------------------------------------------------------------------------
+
+New version, updated man page, new tarball. Updated -r to for portage gentoo
+sources. This should work fine for all derived distros like Sabayon as well. The
+test looks for:
+
/etc/portage/repos.conf/ and type -p emerge
+
if found will then grab the repos from the source files found.
-Note that the logic for this was almost identical to that used for rpm so it was an
-easy addon. Please let us know if you have an issue and provide data samples of relevant
-files.
+Note that the logic for this was almost identical to that used for rpm so it was
+an easy addon. Please let us know if you have an issue and provide data samples
+of relevant files.
------------------------------------
+--------------------------------------------------------------------------------
-- Harald Hope - Sun, 15 Feb 2015 18:02:16 -0800
-=====================================================================================
+================================================================================
Version: 2.2.18
Patch: 00
Date: 2015-01-24
------------------------------------
-Changes:
------------------------------------
+--------------------------------------------------------------------------------
+UPDATES:
+--------------------------------------------------------------------------------
+
New version, new tarball. Two great bug report, issues.
-1. Tightened runit init detection to use proc, note that if runit works on BSDs inxi will
- require more data to properly detect it on BSDs..
+1. Tightened runit init detection to use proc, note that if runit works on BSDs
+inxi will require more data to properly detect it on BSDs..
+
2. Use openrc runlevel tests natively if openrc detected.
+
3. Fixed subtle issue with alias to inxi file and paths.
-4. Added rc-status data collection for debugger, improved debugger data collector handling
- of bsd and other tests to note absent if not there in file names.
------------------------------------
+4. Added rc-status data collection for debugger, improved debugger data
+collector handling of BSD and other tests to note absent if not there in file
+names.
+
+--------------------------------------------------------------------------------
-- Harald Hope - Sat, 24 Jan 2015 10:25:43 -0800
-=====================================================================================
+================================================================================
Version: 2.2.17
Patch: 00
Date: 2015-01-14
------------------------------------
-Changes:
------------------------------------
+--------------------------------------------------------------------------------
+UPDATES:
+--------------------------------------------------------------------------------
+
New Version, new tarball.
-Fixed bugs in Epoch init system detection, caused false positives in systems booted on
-SysVinit, but with Epoch installed. Epoch turns out to be in PID 1 == epoch (/proc/1/comm)
-so that's easy to fix.
+Fixed bugs in Epoch init system detection, caused false positives in systems
+booted on SysVinit, but with Epoch installed. Epoch turns out to be in PID 1 ==
+epoch (/proc/1/comm) so that's easy to fix.
Also fixed spacing isxue with OpenRC output in -I line.
------------------------------------
+--------------------------------------------------------------------------------
-- Harald Hope - Wed, 14 Jan 2015 12:28:00 -0800
-=====================================================================================
+================================================================================
Version: 2.2.16
Patch: 00
Date: 2014-11-03
------------------------------------
-Changes:
------------------------------------
-New version, tarball. Very small update, added sddm id to dm detecfion. Because Arch linux,
-at least on the system I got data from, is not using .pid/.lock extensions, but other systems
-are, I'm adding sddm AND sddm.pid detection. This required changing the id to use explicit -f
-for test, not the previous -e, which will force only files, not directories, to trigger yes case.
-
-No other changes, but it's worth updating to this because distros may start using sddm in the not so
-distant future, it's beta currently though.
-
------------------------------------
+--------------------------------------------------------------------------------
+UPDATES:
+--------------------------------------------------------------------------------
+
+New version, tarball. Very small update, added sddm id to dm detecfion. Because
+Arch linux, at least on the system I got data from, is not using .pid/.lock
+extensions, but other systems are, I'm adding sddm AND sddm.pid detection. This
+required changing the id to use explicit -f for test, not the previous -e, which
+will force only files, not directories, to trigger yes case.
+
+No other changes, but it's worth updating to this because distros may start
+using sddm in the not so distant future, it's beta currently though.
+
+--------------------------------------------------------------------------------
-- Harald Hope - Mon, 03 Nov 2014 19:26:22 -0800
-=====================================================================================
+================================================================================
Version: 2.2.15
Patch: 00
Date: 2014-10-12
------------------------------------
-Changes:
------------------------------------
-New version, tarball. Debian has for some reason broken procps / uptime support, for
-as of yet unknown reasons, so rather than wait to see the bug resolved, I'm just removing
-uptime as a depenendency, though this is a short term hack only because we don't know
-why it was removed from procps or if that was just a mistake, or if other things as well might
-be vanishing from procps. Am leaving in however uname as dependency because inxi cannot
-determine what platform it is when it starts without that.
-
------------------------------------
+--------------------------------------------------------------------------------
+UPDATES:
+--------------------------------------------------------------------------------
+
+New version, tarball. Debian has for some reason broken procps / uptime support,
+for as of yet unknown reasons, so rather than wait to see the bug resolved, I'm
+just removing uptime as a depenendency, though this is a short term hack only
+because we don't know why it was removed from procps or if that was just a
+mistake, or if other things as well might be vanishing from procps. Am leaving
+in however uname as dependency because inxi cannot determine what platform it is
+when it starts without that.
+
+--------------------------------------------------------------------------------
-- Harald Hope - Sun, 12 Oct 2014 12:07:03 -0700
-=====================================================================================
+================================================================================
Version: 2.2.14
Patch: 00
Date: 2014-09-26
------------------------------------
-Changes:
------------------------------------
-New version, new tarball. Bug fix for regression introduced in last versions. Double
-output for apt repos. Also refactored duplicated code into a function, no other changes.
+--------------------------------------------------------------------------------
+UPDATES:
+--------------------------------------------------------------------------------
-Note that this version features the repo debugger tool as well, which is very helpful in
-particularly non apt systems to fix issues with its handling of repo formats etc.
+New version, new tarball. Bug fix for regression introduced in last versions.
+Double output for apt repos. Also refactored duplicated code into a function, no
+other changes.
------------------------------------
+Note that this version features the repo debugger tool as well, which is very
+helpful in particularly non apt systems to fix issues with its handling of repo
+formats etc.
+
+--------------------------------------------------------------------------------
-- Harald Hope - Sat, 27 Sep 2014 00:09:07 -0700
-=====================================================================================
+================================================================================
Version: 2.2.13
Patch: 00
Date: 2014-09-25
------------------------------------
-Changes:
------------------------------------
-New version, new tarball. Added slackpkgplus support, added freebsd pkg servers,
-added netbsd pkg servers, all to -r.
+--------------------------------------------------------------------------------
+UPDATES:
+--------------------------------------------------------------------------------
+
+New version, new tarball. Added slackpkgplus support, added freeBSD pkg servers,
+added netBSD pkg servers, all to -r.
------------------------------------
+--------------------------------------------------------------------------------
-- Harald Hope - Thu, 25 Sep 2014 21:39:07 -0700
-=====================================================================================
+================================================================================
Version: 2.2.12
Patch: 00
Date: 2014-09-24
------------------------------------
-Changes:
------------------------------------
-New version, new tarball. For some weird reason rpm query didn't work with gawk all
-on one line, moved to separate lines. Who knows why? This only impacts rpm distros.
+--------------------------------------------------------------------------------
+UPDATES:
+--------------------------------------------------------------------------------
+
+New version, new tarball. For some weird reason rpm query didn't work with gawk
+all on one line, moved to separate lines. Who knows why? This only impacts rpm
+distros.
------------------------------------
+--------------------------------------------------------------------------------
-- Harald Hope - Thu, 25 Sep 2014 00:19:06 -0700
-=====================================================================================
+================================================================================
Version: 2.2.11
Patch: 00
Date: 2014-09-24
------------------------------------
-Changes:
------------------------------------
-New version, new tarball. This fixes broken slackpkg handling in -r, and, using the same fix,
-fixes a single scenario with apt, where there is only sources.list, no .d/*.list files.
-I was assuming that the file name would print out in the output of single file grep,
-but that only happens with multiple files.
-
------------------------------------
+--------------------------------------------------------------------------------
+UPDATES:
+--------------------------------------------------------------------------------
+
+New version, new tarball. This fixes broken slackpkg handling in -r, and, using
+the same fix, fixes a single scenario with apt, where there is only
+sources.list, no .d/*.list files. I was assuming that the file name would print
+out in the output of single file grep, but that only happens with multiple
+files.
+
+--------------------------------------------------------------------------------
-- Harald Hope - Wed, 24 Sep 2014 13:18:41 -0700
-=====================================================================================
+================================================================================
Version: 2.2.10
Patch: 00
Date: 2014-09-24
------------------------------------
-Changes:
------------------------------------
-New version, new tarball. Added slackpkg support -R; added rpm support for gtk version (-Sx).
+--------------------------------------------------------------------------------
+UPDATES:
+--------------------------------------------------------------------------------
-bsds: removed dragonly specific used mem hack, now will work for any bsd, if avm in vmstat is 0
-adds a flag to value, and removes it when used.
+New version, new tarball. Added slackpkg support -R; added rpm support for gtk
+version (-Sx).
+
+BSDs: removed dragonly specific used mem hack, now will work for any BSD, if avm
+in vmstat is 0 adds a flag to value, and removes it when used.
Nothing else of note.
------------------------------------
+--------------------------------------------------------------------------------
-- Harald Hope - Wed, 24 Sep 2014 10:23:31 -0700
-=====================================================================================
+================================================================================
Version: 2.2.9
Patch: 00
Date: 2014-09-22
------------------------------------
-Changes:
------------------------------------
-New version, new tarball. This is only for bsds. Added hack to get dragonfly used ram,
-added dragonfly/freebsd repos full support.
+--------------------------------------------------------------------------------
+UPDATES:
+--------------------------------------------------------------------------------
+
+New version, new tarball. This is only for BSDs. Added hack to get dragonfly
+used ram, added dragonfly/freeBSD repos full support.
Added sort of drives order to get around gawk pseudo array hash issues.
And that's that.
------------------------------------
+
+--------------------------------------------------------------------------------
-- Harald Hope - Mon, 22 Sep 2014 16:06:00 -0700
-=====================================================================================
+================================================================================
Version: 2.2.8
Patch: 00
Date: 2014-09-21
------------------------------------
-Changes:
------------------------------------
-New version, new tarball. Added lxqt desktop id that is not dependent on openbox detection.
+--------------------------------------------------------------------------------
+UPDATES:
+--------------------------------------------------------------------------------
-Fixed some bugs. Added a pciconf class for audio. Added support for bsds running lspci, which
-lets openbsd show card info for -A,-G,-N
+New version, new tarball. Added lxqt desktop id that is not dependent on openbox
+detection.
------------------------------------
+Fixed some bugs. Added a pciconf class for audio. Added support for BSDs running
+lspci, which lets openBSD show card info for -A,-G,-N
+
+--------------------------------------------------------------------------------
-- Harald Hope - Sun, 21 Sep 2014 17:37:23 -0700
-=====================================================================================
+================================================================================
Version: 2.2.7
Patch: 00
Date: 2014-09-19
------------------------------------
-Changes:
------------------------------------
-New version, new tarball. Mostly bsd fixes, a few for linux disk info.
+--------------------------------------------------------------------------------
+UPDATES:
+--------------------------------------------------------------------------------
+
+New version, new tarball. Mostly BSD fixes, a few for linux disk info.
-Added support, basic, for bsd hard disks, and optical disks.
+Added support, basic, for BSD hard disks, and optical disks.
Added hard disk total/percent used for BSDs, sort of.
-These are mostly just hacks since the data isn't easily available from system
-standard tools, though I could on freebsd use gpart I guess but that's another tool
-needed, and another method, too much work imo for small results.
+These are mostly just hacks since the data isn't easily available from system
+standard tools, though I could on freeBSD use gpart I guess but that's another
+tool needed, and another method, too much work imo for small results.
------------------------------------
+--------------------------------------------------------------------------------
-- Harald Hope - Fri, 19 Sep 2014 19:52:10 -0700
-=====================================================================================
+================================================================================
Version: 2.2.6
Patch: 00
Date: 2014-09-17
------------------------------------
-Changes:
------------------------------------
-New version, new tarball. Cleaned up and made more consistent the cpu max/min output.
+--------------------------------------------------------------------------------
+UPDATES:
+--------------------------------------------------------------------------------
+
+New version, new tarball. Cleaned up and made more consistent the cpu max/min
+output.
Now the short form, the -b/-v1 form, and the -C forms are all similar.
-Also, added a few hacks to try to extract cpu max speed from cpu model string in
-either sysctl -a OR /var/run/dmesg.boot data in freebsd/openbsd. Sometimes it may
-work if that data was in the model string. It's a hack, but will do until we get
-better data sources or they update their sources to list more data.
+Also, added a few hacks to try to extract cpu max speed from cpu model string in
+either sysctl -a OR /var/run/dmesg.boot data in freeBSD/openBSD. Sometimes it
+may work if that data was in the model string. It's a hack, but will do until we
+get better data sources or they update their sources to list more data.
------------------------------------
+--------------------------------------------------------------------------------
-- Harald Hope - Wed, 17 Sep 2014 21:24:41 -0700
-=====================================================================================
+================================================================================
Version: 2.2.5
Patch: 00
Date: 2014-09-16
------------------------------------
-Changes:
------------------------------------
-New tarball, same version. This adds UP support for -Cxx, showing min cpu speed as well.
+--------------------------------------------------------------------------------
+UPDATES:
+--------------------------------------------------------------------------------
+
+New tarball, same version. This adds UP support for -Cxx, showing min cpu speed
+as well.
------------------------------------
+--------------------------------------------------------------------------------
-- Harald Hope - Tue, 16 Sep 2014 21:35:06 -0700
-=====================================================================================
+================================================================================
Version: 2.2.5
Patch: 00
Date: 2014-09-16
------------------------------------
-Changes:
------------------------------------
-New version, new tarball. This fixes a long standing weakness with min/max cpu speed
-handling. Or rather, non handling, since that data only showed in rare cases on short form
-(inxi no args) output. Now it uses /sys query to determine min/max speed of cpu, and uses
-that data to override any other min/max data discovered.
+--------------------------------------------------------------------------------
+UPDATES:
+--------------------------------------------------------------------------------
+
+New version, new tarball. This fixes a long standing weakness with min/max cpu
+speed handling. Or rather, non handling, since that data only showed in rare
+cases on short form (inxi no args) output. Now it uses /sys query to determine
+min/max speed of cpu, and uses that data to override any other min/max data
+discovered.
-Still uses /proc/cpuinfo for actual speeds per core. The assumption in this is that all
-cares will have the same min/max speeds, which is generally going to be a safe assumption.
+Still uses /proc/cpuinfo for actual speeds per core. The assumption in this is
+that all cares will have the same min/max speeds, which is generally going to be
+a safe assumption.
-Now in short form, inxi, output, it will show actual speed then (max speed) or just (max)
-if actual speed matches max speed. Same for -b short CPU output.
+Now in short form, inxi, output, it will show actual speed then (max speed) or
+just (max) if actual speed matches max speed. Same for -b short CPU output.
-For long, -C output, shows max speed before the actual cpu core speeds per core.
+For long, -C output, shows max speed before the actual cpu core speeds per
+core.
With -xx, and in multi cpu/core systems only, shows if available min/max speeds.
-Note that not all /sys have this data, so it doesn't show any N/A if it's missing.
+Note that not all /sys have this data, so it doesn't show any N/A if it's
+missing.
------------------------------------
+--------------------------------------------------------------------------------
-- Harald Hope - Tue, 16 Sep 2014 20:26:19 -0700
-=====================================================================================
+================================================================================
Version: 2.2.4
Patch: 00
Date: 2014-09-10
------------------------------------
-Changes:
------------------------------------
-New version, new tarball. Mostly bsd changes, except for downloader options, which now
-permit wget/curl/(openbsd ftp)/(bsd fetch) interchangeably.
+--------------------------------------------------------------------------------
+UPDATES:
+--------------------------------------------------------------------------------
+
+New version, new tarball. Mostly BSD changes, except for downloader options,
+which now permit wget/curl/(openBSD ftp)/(BSD fetch) interchangeably.
-This lets more standard downloader defaults in bsds, as well as curl on gnu/linux systems
-without triggering an error of missing wget.
+This lets more standard downloader defaults in BSDs, as well as curl on
+gnu/linux systems without triggering an error of missing wget.
-1. Fixed cpu core issues on bsds, now shows core count + if > 1, cpus total.
+1. Fixed cpu core issues on BSDs, now shows core count + if > 1, cpus total.
-2. Now shows OS instead of Distro on short/long output, since each bsd is an OS.
+2. Now shows OS instead of Distro on short/long output, since each BSD is an OS.
3. fixed vmstat issues for used memory outputs
-Also fixed potential failures with cpu core count array by making it a ',' separated array.
+Also fixed potential failures with cpu core count array by making it a ','
+separated array.
------------------------------------
+--------------------------------------------------------------------------------
-- Harald Hope - Thu, 11 Sep 2014 18:15:10 -0700
-=====================================================================================
+================================================================================
Version: 2.2.3
Patch: 00
Date: 2014-09-03
------------------------------------
-Changes:
------------------------------------
-New version, new tarball. Contains a major bug fix for a regression introduced in 2.2.2
+--------------------------------------------------------------------------------
+UPDATES:
+--------------------------------------------------------------------------------
--m/-M would always show requires root for dmidecode no matter what. Also improved dmidecode
-error messages/handling.
+New version, new tarball. Contains a major bug fix for a regression introduced
+in 2.2.2
+
+-m/-M would always show requires root for dmidecode no matter what. Also
+improved dmidecode error messages/handling.
Also, a fix for no display card data, now shows as expected no card data
-Most other fixes are for bsd, mostly openbsd.
+Most other fixes are for BSD, mostly openBSD.
-1. Added a class for network devices in freebsd pciconf
+1. Added a class for network devices in freeBSD pciconf
-2. Added -r support for openbsd
+2. Added -r support for openBSD
-3. Fixed some cpu issues for openbsd
+3. Fixed some cpu issues for openBSD
-4. Fixed an issue in openbsd/freebsd where client version data failed to get cleaned
+4. Fixed an issue in openBSD/freeBSD where client version data failed to get
+cleaned
-5. Changed inxi short form output for bsds to show OS data instead of kernel data.
+5. Changed inxi short form output for BSDs to show OS data instead of kernel
+data.
-6. BSDs, maybe all, different syntax in xorg.0.log made unloaded gfx drivers not show,
- that is fixed now.
+6. BSDs, maybe all, different syntax in xorg.0.log made unloaded gfx drivers not
+show, that is fixed now.
--p fixed file system type in -p/-P for openbsd, now shows.
+-p fixed file system type in -p/-P for openBSD, now shows.
--I / inxi short - fixed used memory, did not show in openbsd, now does.
+-I / inxi short - fixed used memory, did not show in openBSD, now does.
--f fixed cpu flags in openbsd, now works
+-f fixed cpu flags in openBSD, now works
--C corrected corrupted cpu data outputs, in openbsd at least, maybe also freebsd
+-C corrected corrupted cpu data outputs, in openBSD at least, maybe also freeBSD
--C added an openbsd hack to sometimes show cpu L2 cache
+-C added an openBSD hack to sometimes show cpu L2 cache
-m/-M fixed/improved dmidecode error handling for all systems
modified handling of dmesg.boot data, synched so gawk can parse better.
------------------------------------
+--------------------------------------------------------------------------------
-- Harald Hope - Wed, 03 Sep 2014 12:00:04 -0700
-=====================================================================================
+================================================================================
Version: 2.2.2
Patch: 00
Date: 2014-09-01
------------------------------------
-Changes:
------------------------------------
-New version, new tarball. This version fixes an issue with a white space at the end of lines.
+--------------------------------------------------------------------------------
+UPDATES:
+--------------------------------------------------------------------------------
+
+New version, new tarball. This version fixes an issue with a white space at the
+end of lines.
Now all lines are stripped of ending whitespaces automatically.
-Also a dmidecode error handler correction, that was not working right in bsd systems.
+Also a dmidecode error handler correction, that was not working right in BSD
+systems.
-Added some debuggers for bsd systems.
+Added some debuggers for BSD systems.
------------------------------------
+--------------------------------------------------------------------------------
-- Harald Hope - Mon, 01 Sep 2014 16:09:23 -0700
-=====================================================================================
+================================================================================
Version: 2.2.1
Patch: 00
Date: 2014-08-20
------------------------------------
-Changes:
------------------------------------
-New version, new tarball. Some systems are showing a new xfce syntax in the xrop -root
-output, like so, instead of the old quotes "XFCE4" it shows like this:
+--------------------------------------------------------------------------------
+UPDATES:
+--------------------------------------------------------------------------------
+
+New version, new tarball. Some systems are showing a new xfce syntax in the xrop
+-root output, like so, instead of the old quotes "XFCE4" it shows like this:
XFCE_DESKTOP_WINDOW(WINDOW): window id # 0x1000003
Updated and added a much less strict fallback test case.
------------------------------------
+--------------------------------------------------------------------------------
-- Harald Hope - Wed, 20 Aug 2014 19:43:59 -0700
-=====================================================================================
+================================================================================
Version: 2.2.00
Patch: 00
Date: 2014-08-18
------------------------------------
-Changes:
------------------------------------
-New version, tarball, man page. Maintainers, this is the official release of -m feature.
-
-I have collected enough datasamples to allow for reasonably fine grained corrections, estimates,
-warnings about unreliable capacity now, and have fixed all major failures.
-
-Also, because this stuff is filled out by people somewhere, or not, some fields often are just
-empty, or contain the default values, ie, they are worthless. inxi shows N/A for those situations,
-it means there is really no actual data to show you.
-
-This feature, sadly, well never be totally reliable, because dmi data is frankly junk, especially
-dmi type 5 and 16, which is what is supposed to tell you total capacity of memory array, and the
-maximum module size (type 5). However, this data is totally random, often it is right, sometimes
-it is wrong. Sometimes type 5 is right and type 16 is wrong, sometimes the other way. And since
-type 5 is only present in some systems, it's not reliable anyway.
-
-What is reliable and always right is the actually installed memory per device, ie, sticks. I have
-not seen any errors in that, so that seems to be actually coming from the system itself. type 5 / 16
-sadly are clearly entered in manually by some poorly paid engineers out there in the world, and are
-often total fictions, either far too small, or far too big, or whatever.
-
-inxi will attempt to correct all clear logic errors, and whenever it changes the listed data from
-type 5/16, it notes either (est) or (check). (est) means it is a good guess, one I am comfortable making,
-(check) means it is either an unreliable guess, or that what the system is reporting is so unlikely that
-even though inxi is showing it, it doubts it could actually be true, or at least, it thinks you
-should check this yourself.
-
--m has 3 extra data options, -x prints the part number, if found, and the max module size, if type 5
-is present. inxi does NOT attempt to guess at max module size based on what is installed, it only will
-correct a listed max module size if installed modules are > than listed max size. Usually part numbers,
-if present, are all you need to order a new stick.
-
--xx shows serial number, manufacturer (often empty, or just random alphanumeric identifiers, but sometimes
-they list the actual company name, which is helpful. It also shows, if type 5 data is present, single/double
-bank.
-
--xxx as usual shows largely useless data that may be of interest to soemone, like if ram type is synchronous,
-memory bus width data, and module voltage (type 5 data).
-
-This feature will never be reliable I am sad to say because the source data itself is random and much
-has been filled out, or not filled out, by engineering drones somewhere out there in the underpaid
-world. The ranges of errors are so wide that inxi just has to check what is possible, reasonable, unlikely,
-etc, to generate its numbers. In other words, this is NOT just parsing dmidecode output, that is the raw
-material only, sad to say.
-
-So this is it, for better or worse. All bug / issue reports with this MUST come with a full:
+--------------------------------------------------------------------------------
+UPDATES:
+--------------------------------------------------------------------------------
+
+New version, tarball, man page. Maintainers, this is the official release of -m
+feature.
+
+I have collected enough datasamples to allow for reasonably fine grained
+corrections, estimates, warnings about unreliable capacity now, and have fixed
+all major failures.
+
+Also, because this stuff is filled out by people somewhere, or not, some fields
+often are just empty, or contain the default values, ie, they are worthless.
+inxi shows N/A for those situations, it means there is really no actual data to
+show you.
+
+This feature, sadly, well never be totally reliable, because dmi data is frankly
+junk, especially dmi type 5 and 16, which is what is supposed to tell you total
+capacity of memory array, and the maximum module size (type 5). However, this
+data is totally random, often it is right, sometimes it is wrong. Sometimes type
+5 is right and type 16 is wrong, sometimes the other way. And since type 5 is
+only present in some systems, it's not reliable anyway.
+
+What is reliable and always right is the actually installed memory per device,
+ie, sticks. I have not seen any errors in that, so that seems to be actually
+coming from the system itself. type 5 / 16 sadly are clearly entered in manually
+by some poorly paid engineers out there in the world, and are often total
+fictions, either far too small, or far too big, or whatever.
+
+inxi will attempt to correct all clear logic errors, and whenever it changes the
+listed data from type 5/16, it notes either (est) or (check). (est) means it is
+a good guess, one I am comfortable making, (check) means it is either an
+unreliable guess, or that what the system is reporting is so unlikely that even
+though inxi is showing it, it doubts it could actually be true, or at least, it
+thinks you should check this yourself.
+
+-m has 3 extra data options, -x prints the part number, if found, and the max
+module size, if type 5 is present. inxi does NOT attempt to guess at max module
+size based on what is installed, it only will correct a listed max module size
+if installed modules are > than listed max size. Usually part numbers, if
+present, are all you need to order a new stick.
+
+-xx shows serial number, manufacturer (often empty, or just random alphanumeric
+identifiers, but sometimes they list the actual company name, which is helpful.
+It also shows, if type 5 data is present, single/double bank.
+
+-xxx as usual shows largely useless data that may be of interest to soemone,
+like if ram type is synchronous, memory bus width data, and module voltage (type
+5 data).
+
+This feature will never be reliable I am sad to say because the source data
+itself is random and much has been filled out, or not filled out, by engineering
+drones somewhere out there in the underpaid world. The ranges of errors are so
+wide that inxi just has to check what is possible, reasonable, unlikely, etc, to
+generate its numbers. In other words, this is NOT just parsing dmidecode output,
+that is the raw material only, sad to say.
+
+So this is it, for better or worse. All bug / issue reports with this MUST come
+with a full:
inxi -xx@14
hardware data upload, run as root.
-Also, much to my annoyance, this feature requires root, since /dev/mem needs root to be read, and I assume
-the dmi table, so that is a departure from normal inxi standards, as is the low quality input, and thus,
-output, data, though I can guarantee that what inxi tells you is in most cases on average more accurate than
-what dmidecode tells you, since dmidecode simply prints out what it finds in the dmi table, and nothing else,
-in whatever order it finds it, from what I can see, ie, you also cannot trust the order of dmidecode output.
-
-I had been hoping that /sys would start to contain memory data like it does mobo/system data, but it never
-happened so I finally decided to just do the ram thing, require dmidecode, require root/sudo, and that's
-that.
-
-There will be issue reports, you can help them by looking up the mobo stats/specs yourself and listing them
-in the issue, so I don't have to do it. I use the tool at crucial.com which is very accurate and also very
-complete in terms of all possible hardware out there.
-
-I would trust that tool before trusting the companies that have the least reliable data, like ASUS.
-
-Much thanks to everyone who is contributing datasets, and the distros, particularly siduction, that really
-were very helpful in this process, by finding more and more failure cases that helped me start to tighten
-the logic, and make it more and more robust. Special thanks to Mikaela, of #smxi irc.oftc.net, who came up
-with two systems that both required a full redo of the logic, and thus who helped a lot in this process.
-
------------------------------------
+Also, much to my annoyance, this feature requires root, since /dev/mem needs
+root to be read, and I assume the dmi table, so that is a departure from normal
+inxi standards, as is the low quality input, and thus, output, data, though I
+can guarantee that what inxi tells you is in most cases on average more accurate
+than what dmidecode tells you, since dmidecode simply prints out what it finds
+in the dmi table, and nothing else, in whatever order it finds it, from what I
+can see, ie, you also cannot trust the order of dmidecode output.
+
+I had been hoping that /sys would start to contain memory data like it does
+mobo/system data, but it never happened so I finally decided to just do the ram
+thing, require dmidecode, require root/sudo, and that's that.
+
+There will be issue reports, you can help them by looking up the mobo
+stats/specs yourself and listing them in the issue, so I don't have to do it. I
+use the tool at crucial.com which is very accurate and also very complete in
+terms of all possible hardware out there.
+
+I would trust that tool before trusting the companies that have the least
+reliable data, like ASUS.
+
+Much thanks to everyone who is contributing datasets, and the distros,
+particularly siduction, that really were very helpful in this process, by
+finding more and more failure cases that helped me start to tighten the logic,
+and make it more and more robust. Special thanks to Mikaela, of #smxi
+irc.oftc.net, who came up with two systems that both required a full redo of the
+logic, and thus who helped a lot in this process.
+
+--------------------------------------------------------------------------------
-- Harald Hope - Mon, 18 Aug 2014 15:07:36 -0700
-=====================================================================================
+================================================================================
Version: 2.1.98
Patch: 01
Date: 2014-08-17
------------------------------------
-Changes:
------------------------------------
-New patch version, new tarball. Another error case dataset, wrong cap, wrong max mod
-size, derived mod size 2gb, listed cap 8, but 2 slots, ie, 2gb x 2 == 4. Made this
-retain the listed size, but adds (check) to it because either max mod size is wrong
-or cap is wrong.
-
------------------------------------
+--------------------------------------------------------------------------------
+UPDATES:
+--------------------------------------------------------------------------------
+
+New patch version, new tarball. Another error case dataset, wrong cap, wrong max
+mod size, derived mod size 2gb, listed cap 8, but 2 slots, ie, 2gb x 2 == 4.
+Made this retain the listed size, but adds (check) to it because either max mod
+size is wrong or cap is wrong.
+
+--------------------------------------------------------------------------------
-- Harald Hope - Sun, 17 Aug 2014 19:40:46 -0700
-=====================================================================================
+================================================================================
Version: 2.1.98
Patch: 00
Date: 2014-08-17
------------------------------------
-Changes:
------------------------------------
-New version, new tarball. Fixed bad assumption, DMI type 0 is not always before other
-types, in at least one case, it is last, so can't use that as trigger to start loop.
+--------------------------------------------------------------------------------
+UPDATES:
+--------------------------------------------------------------------------------
+
+New version, new tarball. Fixed bad assumption, DMI type 0 is not always before
+other types, in at least one case, it is last, so can't use that as trigger to
+start loop.
Now using: Table at .. which is always at start of dmi output.
-Also, changed size output per module to be in MB GB TB instead of all mB, since modules
-are sold by GB or MB, the data should show that as well. Also shortens output.
+Also, changed size output per module to be in MB GB TB instead of all mB, since
+modules are sold by GB or MB, the data should show that as well. Also shortens
+output.
------------------------------------
+--------------------------------------------------------------------------------
-- Harald Hope - Sun, 17 Aug 2014 12:01:38 -0700
-=====================================================================================
+================================================================================
Version: 2.1.97
Patch: 00
Date: 2014-08-16
------------------------------------
-Changes:
------------------------------------
-New version, new tarball. Another logic redo to handle a fringe case (dmidecode places
-type 17 in front of type 16), now each array is created as a multidimenstional, 2x array,
-and each device is a 3 dimensional array. This seems to clean up the problems with bad
-ordering of dmidecode data.
-
------------------------------------
+--------------------------------------------------------------------------------
+UPDATES:
+--------------------------------------------------------------------------------
+
+New version, new tarball. Another logic redo to handle a fringe case (dmidecode
+places type 17 in front of type 16), now each array is created as a
+multidimenstional, 2x array, and each device is a 3 dimensional array. This
+seems to clean up the problems with bad ordering of dmidecode data.
+
+--------------------------------------------------------------------------------
-- Harald Hope - Sat, 16 Aug 2014 16:22:17 -0700
-=====================================================================================
+================================================================================
Version: 2.1.96
Patch: 02
Date: 2014-08-15
------------------------------------
-Changes:
------------------------------------
-forgot to remove debugger on switch
------------------------------------
+--------------------------------------------------------------------------------
+UPDATES:
+--------------------------------------------------------------------------------
+
+Forgot to remove debugger on switch.
+
+--------------------------------------------------------------------------------
-- Harald Hope - Fri, 15 Aug 2014 16:55:04 -0700
-=====================================================================================
+================================================================================
Version: 2.1.96
Patch: 01
Date: 2014-08-15
------------------------------------
-Changes:
------------------------------------
+--------------------------------------------------------------------------------
+UPDATES:
+--------------------------------------------------------------------------------
+
Small change, forgot to add -m to the debugger inxi output.
------------------------------------
+--------------------------------------------------------------------------------
-- Harald Hope - Fri, 15 Aug 2014 16:43:47 -0700
-=====================================================================================
+================================================================================
Version: 2.1.96
Patch: 00
Date: 2014-08-14
------------------------------------
-Changes:
------------------------------------
-New version, new tarball, new man page. This version hopefully brings inxi closer to
-at least making good guesses when the data is bad for ram, and hopefully will not break
-too many cases where it was actually right but seemed wrong.
-
-Unfortunately, dmidecode data simply cannot be relied on, and is FAR inferior to the type
-of data inxi tries in general to present users, ie, taken directly from the system, and,
-ideally, more accurate than most other tools. But in this case, there is just no way to get
-the data truly accurate no matter how many hacks I add.
-
-But if you have bad data, then submit: inxi -xx@ 14 so I can take a look at the system,
-and see if I can modify the hacks to improve that data.
-
------------------------------------
+--------------------------------------------------------------------------------
+UPDATES:
+--------------------------------------------------------------------------------
+
+New version, new tarball, new man page. This version hopefully brings inxi
+closer to at least making good guesses when the data is bad for ram, and
+hopefully will not break too many cases where it was actually right but seemed
+wrong.
+
+Unfortunately, dmidecode data simply cannot be relied on, and is FAR inferior to
+the type of data inxi tries in general to present users, ie, taken directly from
+the system, and, ideally, more accurate than most other tools. But in this case,
+there is just no way to get the data truly accurate no matter how many hacks I
+add.
+
+But if you have bad data, then submit: inxi -xx@ 14 so I can take a look at the
+system, and see if I can modify the hacks to improve that data.
+
+--------------------------------------------------------------------------------
-- Harald Hope - Thu, 14 Aug 2014 17:41:42 -0700
-=====================================================================================
+================================================================================
Version: 2.1.95
Patch: 04
Date: 2014-08-14
------------------------------------
-Changes:
------------------------------------
+--------------------------------------------------------------------------------
+UPDATES:
+--------------------------------------------------------------------------------
+
New patch version, tarball. Fixed a few small oversights, more debugging added.
Will next try to handle the remaining corner cases if possible.
------------------------------------
+
+--------------------------------------------------------------------------------
-- Harald Hope - Thu, 14 Aug 2014 12:23:38 -0700
-=====================================================================================
+================================================================================
Version: 2.1.95
Patch: 01
Date: 2014-08-13
------------------------------------
-Changes:
------------------------------------
-patch version, trying to fix a small glitch with gawk wanting to change integers to strings.
+--------------------------------------------------------------------------------
+UPDATES:
+--------------------------------------------------------------------------------
-forcing int() on relevant items.
+Patch version, trying to fix a small glitch with gawk wanting to change integers
+to strings.
------------------------------------
+Forcing int() on relevant items.
+
+--------------------------------------------------------------------------------
-- Harald Hope - Wed, 13 Aug 2014 21:28:46 -0700
-=====================================================================================
+================================================================================
Version: 2.1.95
Patch: 00
Date: 2014-08-13
------------------------------------
-Changes:
------------------------------------
-New version, new tarball. Attempting to handle bad extra data for max module size, sometimes
-it is too big, and sometimes too small. Changed data gathering to use arrays, then print/process
-the arrays once they are assembled.
-
-Now it will get rid of any max module size if it's greater than the calculated capacity, and it
-will generate an estimated capacity/max module size if they are clearly wrong because actual
-module sizes are greater than listed max size, or capacity is less than greatest module sizes times
-number of devices.
+--------------------------------------------------------------------------------
+UPDATES:
+--------------------------------------------------------------------------------
+
+New version, new tarball. Attempting to handle bad extra data for max module
+size, sometimes it is too big, and sometimes too small. Changed data gathering
+to use arrays, then print/process the arrays once they are assembled.
+
+Now it will get rid of any max module size if it's greater than the calculated
+capacity, and it will generate an estimated capacity/max module size if they are
+clearly wrong because actual module sizes are greater than listed max size, or
+capacity is less than greatest module sizes times number of devices.
Not perfect, but it never is, this covers more cases now correctly than before.
------------------------------------
+--------------------------------------------------------------------------------
-- Harald Hope - Wed, 13 Aug 2014 20:42:00 -0700
-=====================================================================================
+================================================================================
Version: 2.1.94
Patch: 00
Date: 2014-08-13
------------------------------------
-Changes:
------------------------------------
-New version, new man page, new tarball. Realized that I can on some systems also add
-maximum supported module size, and module voltage. Most systems do not have this data,
-but some do. It's Type 5 item in dmidecode.
-
-Getting the type 6 data however is too hard, and even using type 5 assumes that the
-system only has one physical memory array, but that's fine given how few systems
-probably will have this information in the first place.
-
------------------------------------
+--------------------------------------------------------------------------------
+UPDATES:
+--------------------------------------------------------------------------------
+
+New version, new man page, new tarball. Realized that I can on some systems also
+add maximum supported module size, and module voltage. Most systems do not have
+this data, but some do. It's Type 5 item in dmidecode.
+
+Getting the type 6 data however is too hard, and even using type 5 assumes that
+the system only has one physical memory array, but that's fine given how few
+systems probably will have this information in the first place.
+
+--------------------------------------------------------------------------------
-- Harald Hope - Wed, 13 Aug 2014 14:03:03 -0700
-=====================================================================================
+================================================================================
Version: 2.1.93
Patch: 00
Date: 2014-08-13
------------------------------------
-Changes:
------------------------------------
-New version, new man page. Fixed man page errors, improved man page explanations of -m
-features. Changed output syntax to be more consistent, now each main array line starts with:
+--------------------------------------------------------------------------------
+UPDATES:
+--------------------------------------------------------------------------------
+
+New version, new man page. Fixed man page errors, improved man page explanations
+of -m features. Changed output syntax to be more consistent, now each main array
+line starts with:
Array-X capacity: (where X is an integer, counting from 1)
and each device line starts with:
-Device-X: (where X is an integer incremented by 1 for each device, and starting at 1
-for each array. I have no data sets that contain > 1 physical memory array, if one appears,
-I may need to patch the output to link the array handles with the device handles explicitly.
-Made memory bus width output more clear, and added in a hack to correct dmidecode output errors,
-sometimes total width > data width, and sometimes data width is > total width, so using always
-greatest value for total if not equal to other width.
+Device-X: (where X is an integer incremented by 1 for each device, and starting
+at 1 for each array. I have no data sets that contain > 1 physical memory array,
+if one appears, I may need to patch the output to link the array handles with
+the device handles explicitly.
-I think this will be close to it barring any user feedback or bugs, if nothing comes to
-mind within a few days, I'll move the number to the new major version, 2.2.0
+Made memory bus width output more clear, and added in a hack to correct
+dmidecode output errors, sometimes total width > data width, and sometimes data
+width is > total width, so using always greatest value for total if not equal to
+other width.
------------------------------------
+I think this will be close to it barring any user feedback or bugs, if nothing
+comes to mind within a few days, I'll move the number to the new major version,
+2.2.0
+
+--------------------------------------------------------------------------------
-- Harald Hope - Wed, 13 Aug 2014 12:12:23 -0700
-=====================================================================================
+================================================================================
Version: 2.1.92
Patch: 00
Date: 2014-08-12
------------------------------------
-Changes:
------------------------------------
-New version, new tarball. This is closer to final release. Removed Bank/Slot separate
-items and am now just generating one: Locator item, usually from Slot/DIMM locator info,
-but sometimes from Bank Locator info when it is more reliable based on my data samples.
+--------------------------------------------------------------------------------
+UPDATES:
+--------------------------------------------------------------------------------
+
+New version, new tarball. This is closer to final release. Removed Bank/Slot
+separate items and am now just generating one: Locator item, usually from
+Slot/DIMM locator info, but sometimes from Bank Locator info when it is more
+reliable based on my data samples.
-Updated help menu, updated man page, now shows working -x -xx -xxx extra data. This may
-change slightly over time.
+Updated help menu, updated man page, now shows working -x -xx -xxx extra data.
+This may change slightly over time.
-Also removed speed output when No Module Installed is returned for device size. This
-also wills switch off width if both total/data are empty.
+Also removed speed output when No Module Installed is returned for device size.
+This also wills switch off width if both total/data are empty.
-This is much closer now to live 2.2.0, but I'll leave a few more tests before putting
-it at 2.2.0.
+This is much closer now to live 2.2.0, but I'll leave a few more tests before
+putting it at 2.2.0.
------------------------------------
+--------------------------------------------------------------------------------
-- Harald Hope - Tue, 12 Aug 2014 20:16:04 -0700
-=====================================================================================
+================================================================================
Version: 2.1.91
Patch: 00
Date: 2014-08-12
------------------------------------
-Changes:
------------------------------------
-New version, new tarball. This is a transitional version, most -x/-xx/-xxx data is now
-working, but help/man does not have that yet, until I finalize the order.
+--------------------------------------------------------------------------------
+UPDATES:
+--------------------------------------------------------------------------------
+
+New version, new tarball. This is a transitional version, most -x/-xx/-xxx data
+is now working, but help/man does not have that yet, until I finalize the order.
-Fixed dmidecode issues, showing extra data types for -m, added line length handling
-so -m is properly integrated with rest of inxi re max line lengths.
+Fixed dmidecode issues, showing extra data types for -m, added line length
+handling so -m is properly integrated with rest of inxi re max line lengths.
------------------------------------
+--------------------------------------------------------------------------------
-- Harald Hope - Tue, 12 Aug 2014 18:11:29 -0700
-=====================================================================================
+================================================================================
Version: 2.1.90
Patch: 00
Date: 2014-08-11
------------------------------------
-Changes:
------------------------------------
-New version, new tarball, new man page. Finally, after all these years, initial memory/ram
-support. This feature requires dmidecode, and usually that needs to be run as root.
+--------------------------------------------------------------------------------
+UPDATES:
+--------------------------------------------------------------------------------
-Significantly improved dmidecode error handling and output, and have as 2.1.90 testing/initial
-release basic ram data.
+New version, new tarball, new man page. Finally, after all these years, initial
+memory/ram support. This feature requires dmidecode, and usually that needs to
+be run as root.
-In subsequent releases, extra info for -x and -xx and -xxx will be added as well to the output.
+Significantly improved dmidecode error handling and output, and have as 2.1.90
+testing/initial release basic ram data.
-For those who want to jump on board early for ram data, update your repos, for those who want to
-wait for the full featured version, with -x type data, wait for 2.2.0
+In subsequent releases, extra info for -x and -xx and -xxx will be added as well
+to the output.
+
+For those who want to jump on board early for ram data, update your repos, for
+those who want to wait for the full featured version, with -x type data, wait
+for 2.2.0
And that's that.
------------------------------------
+--------------------------------------------------------------------------------
-- Harald Hope - Mon, 11 Aug 2014 22:23:18 -0700
-=====================================================================================
+================================================================================
Version: 2.1.29
Patch: 00
Date: 2014-08-08
------------------------------------
-Changes:
------------------------------------
-No version change, this only will impact ancient systems, cleans up a data error message
-and restores N/A to IF id in networking. No functional change, and won't be seen on any
-non ancient systems.
-
------------------------------------
+--------------------------------------------------------------------------------
+UPDATES:
+--------------------------------------------------------------------------------
+
+No version change, this only will impact ancient systems, cleans up a data error
+message and restores N/A to IF id in networking. No functional change, and won't
+be seen on any non ancient systems.
+
+--------------------------------------------------------------------------------
-- Harald Hope - Mon, 11 Aug 2014 16:10:03 -0700
-=====================================================================================
+================================================================================
Version: 2.1.29
Patch: 00
Date: 2014-08-08
------------------------------------
-Changes:
------------------------------------
-New version, tarball. Big update/fix to -n/-i/-N. Now supports infiniband devices, which
-have the odd feature in our test data of having > 1 IF id, like ib0 ib1 per pcibusid.
-
-Added support for virtual nics as well. This required refactoring the networking functions
-significantly, so hopefully nothing breaks for existing systems. It should in theory be more
-robust now than it was before, with more accurate output, particularly with multiple port
-devices, like two port nics etc.
-
------------------------------------
+--------------------------------------------------------------------------------
+UPDATES:
+--------------------------------------------------------------------------------
+
+New version, tarball. Big update/fix to -n/-i/-N. Now supports infiniband
+devices, which have the odd feature in our test data of having > 1 IF id, like
+ib0 ib1 per pcibusid.
+
+Added support for virtual nics as well. This required refactoring the networking
+functions significantly, so hopefully nothing breaks for existing systems. It
+should in theory be more robust now than it was before, with more accurate
+output, particularly with multiple port devices, like two port nics etc.
+
+--------------------------------------------------------------------------------
-- Harald Hope - Fri, 08 Aug 2014 10:17:52 -0700
-=====================================================================================
+================================================================================
Version: 2.1.28
Patch: 00
Date: 2014-05-05
------------------------------------
-Changes:
------------------------------------
-new version, new tarball. Adding tentative desktop id for LXQt, but I don't think
-that this method will be super long lived, I expect LXDE to change how it shows itself
-to the system when the gtk variant goes away. Good for lxde by the way in dumping gtk.
-
------------------------------------
+--------------------------------------------------------------------------------
+UPDATES:
+--------------------------------------------------------------------------------
+
+New version, new tarball. Adding tentative desktop id for LXQt, but I don't
+think that this method will be super long lived, I expect LXDE to change how it
+shows itself to the system when the gtk variant goes away. Good for lxde by the
+way in dumping gtk.
+
+--------------------------------------------------------------------------------
-- Harald Hope - Mon, 05 May 2014 12:11:27 -0700
-=====================================================================================
+================================================================================
Version: 2.1.27
Patch: 00
Date: 2014-05-02
------------------------------------
-Changes:
------------------------------------
-New version, new tarball. Should be almost no changes for linux platforms, though I
-added in an abstracted kernel_compiler method, not just gcc, that may work on freebsd,
-and in the future, it may also work if distros or kernel people start using either
-clang or LLVM-GCC or LLVM for compiling linux kernels. I'd need some data sets to
-show that however before adding that full linux kernel support, but the framework
-is now there.
-
-That continues the abstraction of certain features, like kernel compiler, init system,
-display server. Display server still needs full data sets from mir/wayland, at least
-wayland, and the bsd display servers as well, I have no idea how to get that data
-at this point, but the starting framework is present anyway for that time I get
-those datasets.
-
-Almost all these changes are for darwin osx, and that is about all I will do for that
-junky broken platform, they have no tools, they have no discipline when it comes to
-following unix like conventions, they even use spaces in program names, like windows.
+--------------------------------------------------------------------------------
+UPDATES:
+--------------------------------------------------------------------------------
+
+New version, new tarball. Should be almost no changes for linux platforms,
+though I added in an abstracted kernel_compiler method, not just gcc, that may
+work on freeBSD, and in the future, it may also work if distros or kernel people
+start using either clang or LLVM-GCC or LLVM for compiling linux kernels. I'd
+need some data sets to show that however before adding that full linux kernel
+support, but the framework is now there.
+
+That continues the abstraction of certain features, like kernel compiler, init
+system, display server. Display server still needs full data sets from
+mir/wayland, at least wayland, and the BSD display servers as well, I have no
+idea how to get that data at this point, but the starting framework is present
+anyway for that time I get those datasets.
+
+Almost all these changes are for darwin osx, and that is about all I will do for
+that junky broken platform, they have no tools, they have no discipline when it
+comes to following unix like conventions, they even use spaces in program names,
+like windows.
Given it has no native lspci or pciconf tool that I am aware of, or dmesg.boot,
-there's little point in putting more time into it. dmidecode does not run on darwin,
-so there's nothing to learn there either, you can get a silly 3rd party program to
-generate a dmidecode.bin data file that dmidecode can then read, but since that
-requires not one, but two third party programs be installed, that's not going to
-happen.
+there's little point in putting more time into it. dmidecode does not run on
+darwin, so there's nothing to learn there either, you can get a silly 3rd party
+program to generate a dmidecode.bin data file that dmidecode can then read, but
+since that requires not one, but two third party programs be installed, that's
+not going to happen.
Next time an osx user calls this system 'unix' I will laugh.
------------------------------------
+--------------------------------------------------------------------------------
-- Harald Hope - Fri, 02 May 2014 12:44:38 -0700
-=====================================================================================
+================================================================================
Version: 2.1.26
Patch: 00
Date: 2014-05-01
------------------------------------
-Changes:
------------------------------------
-New version, new tarball. Maintainer: this is only for bsd darwin (aka osx, it's an
-experiment, just to get it running, so you can all ignore this release.
+--------------------------------------------------------------------------------
+UPDATES:
+--------------------------------------------------------------------------------
+
+New version, new tarball. Maintainer: this is only for BSD darwin (aka osx, it's
+an experiment, just to get it running, so you can all ignore this release.
-Added in darwin cpu, init, distro version support, and updated inxi to support
+Added in darwin cpu, init, distro version support, and updated inxi to support
darwin/osx without exiting.
No linux changes.
------------------------------------
+--------------------------------------------------------------------------------
-- Harald Hope - Thu, 01 May 2014 13:32:21 -0700
-=====================================================================================
+================================================================================
Version: 2.1.25
Patch: 00
Date: 2014-04-28
------------------------------------
-Changes:
------------------------------------
-no version change, new tarball. On consideration, I'm not using temp3, that is simply
-not reliable enough and leads I think to more false readings than right ones.
+--------------------------------------------------------------------------------
+UPDATES:
+--------------------------------------------------------------------------------
+
+No version change, new tarball. On consideration, I'm not using temp3, that is
+simply not reliable enough and leads I think to more false readings than right
+ones.
------------------------------------
+--------------------------------------------------------------------------------
-- Harald Hope - Mon, 28 Apr 2014 14:47:41 -0700
-=====================================================================================
+================================================================================
Version: 2.1.25
Patch: 00
Date: 2014-04-28
------------------------------------
-Changes:
------------------------------------
-New version, new tarball. This fixes a possible bug with using --total to calculate disk
-used percentage, there are too many possible remote file systems to safely exclude, so
-sticking with using the test that partition is /dev mounted.
+--------------------------------------------------------------------------------
+UPDATES:
+--------------------------------------------------------------------------------
-Howeve, did add excludes of nfs/smbfs types, as well as future bsd excludes of those.
+New version, new tarball. This fixes a possible bug with using --total to
+calculate disk used percentage, there are too many possible remote file systems
+to safely exclude, so sticking with using the test that partition is /dev
+mounted.
------------------------------------
+Howeve, did add excludes of nfs/smbfs types, as well as future BSD excludes of
+those.
+
+--------------------------------------------------------------------------------
-- Harald Hope - Mon, 28 Apr 2014 14:23:39 -0700
-=====================================================================================
+================================================================================
Version: 2.1.24
Patch: 00
Date: 2014-04-28
------------------------------------
-Changes:
------------------------------------
-Quick fix, new tarball, no new version. This fixes a -D size used error, if nfs, nfs4, smbfs
-are mounted, inxi included those in the disk space used, creating insane used errors.
+--------------------------------------------------------------------------------
+UPDATES:
+--------------------------------------------------------------------------------
+
+Quick fix, new tarball, no new version. This fixes a -D size used error, if nfs,
+nfs4, smbfs are mounted, inxi included those in the disk space used, creating
+insane used errors.
------------------------------------
+--------------------------------------------------------------------------------
-- Harald Hope - Mon, 28 Apr 2014 14:12:50 -0700
-=====================================================================================
+================================================================================
Version: 2.1.24
Patch: 00
Date: 2014-04-28
------------------------------------
-Changes:
------------------------------------
-New version, new tarball. This is an attempt to make -s accurate more of the time,
-particularly with fringe or broken sensors outputs. See inxi issue 58 for details.
-http://code.google.com/p/inxi/issues/detail?id=58
+--------------------------------------------------------------------------------
+UPDATES:
+--------------------------------------------------------------------------------
-Added temp3, and an override to capture cases where temp3 is the actual cpu temp.
+New version, new tarball. This is an attempt to make -s accurate more of the
+time, particularly with fringe or broken sensors outputs. See inxi issue 58 for
+details. http://code.google.com/p/inxi/issues/detail?id=58
-Added PECI overrides for cases like msi/asus mobos have defective CPUTIN return data.
+Added temp3, and an override to capture cases where temp3 is the actual cpu
+temp.
+
+Added PECI overrides for cases like msi/asus mobos have defective CPUTIN return
+data.
Added core0 overrides as well, for cases where the temp returned is too low.
-It is absolutely 100% guaranteed that these changes will break some outputs that were
-working, but it's also certain that I believe that more wrong outputs will be corrected.
+It is absolutely 100% guaranteed that these changes will break some outputs that
+were working, but it's also certain that I believe that more wrong outputs will
+be corrected.
-With sensors, really the only way you can get reliable sensors is to use the lm-sensors
-config files for your motherboard, then set: CPU: temp and MB: temp explicitly.
+With sensors, really the only way you can get reliable sensors is to use the
+lm-sensors config files for your motherboard, then set: CPU: temp and MB: temp
+explicitly.
inxi will always use CPU: or MB: to override anything found.
------------------------------------
+--------------------------------------------------------------------------------
-- Harald Hope - Mon, 28 Apr 2014 13:17:53 -0700
-=====================================================================================
+================================================================================
Version: 2.1.23
Patch: 00
Date: 2014-04-27
------------------------------------
-Changes:
------------------------------------
-New version, new tarball, new man. Found a pesky bug with false disk used results.
+--------------------------------------------------------------------------------
+UPDATES:
+--------------------------------------------------------------------------------
-It turns out I'd neglected to include /dev/disk partitions, oops, in the df data.
+New version, new tarball, new man. Found a pesky bug with false disk used
+results.
+
+It turns out I'd neglected to include /dev/disk partitions, oops, in the df
+data.
Since this is a long time bug, it warrants a new release even though I just did
2.1.22.
------------------------------------
+--------------------------------------------------------------------------------
-- Harald Hope - Sun, 27 Apr 2014 15:55:20 -0700
-=====================================================================================
+================================================================================
Version: 2.1.22
Patch: 00
Date: 2014-04-27
------------------------------------
-Changes:
------------------------------------
-Quick update to -D, now inxi uses the total partition swap space to calculate the
-disk used percentage as well. Since swap space is not available as disk space, it
-makes sense to me to count it as used. -P/-p show the percent of swap used as well.
-
------------------------------------
+--------------------------------------------------------------------------------
+UPDATES:
+--------------------------------------------------------------------------------
+
+Quick update to -D, now inxi uses the total partition swap space to calculate
+the disk used percentage as well. Since swap space is not available as disk
+space, it makes sense to me to count it as used. -P/-p show the percent of swap
+used as well.
+
+--------------------------------------------------------------------------------
-- Harald Hope - Sun, 27 Apr 2014 14:41:06 -0700
-=====================================================================================
+================================================================================
Version: 2.1.22
Patch: 00
Date: 2014-04-27
------------------------------------
-Changes:
------------------------------------
-New version, new tarball. A bug fix for btrfs, which does not internally use /dev/sdx[number]
-to identify a partition, but rather the basic /dev/sdc for example.
+--------------------------------------------------------------------------------
+UPDATES:
+--------------------------------------------------------------------------------
+
+New version, new tarball. A bug fix for btrfs, which does not internally use
+/dev/sdx[number] to identify a partition, but rather the basic /dev/sdc for
+example.
This made -D show wrong disk used percentage.
-Also, I added --total for df that have that supported, there is however an oddity which you
-can see here:
+Also, I added --total for df that have that supported, there is however an
+oddity which you can see here:
-df --total -P -T --exclude-type=aufs --exclude-type=devfs --exclude-type=devtmpfs \
---exclude-type=fdescfs --exclude-type=iso9660 --exclude-type=linprocfs --exclude-type=procfs \
---exclude-type=squashfs --exclude-type=sysfs --exclude-type=tmpfs --exclude-type=unionfs | \
+df --total -P -T --exclude-type=aufs --exclude-type=devfs \
+--exclude-type=devtmpfs --exclude-type=fdescfs --exclude-type=iso9660 \
+--exclude-type=linprocfs --exclude-type=procfs --exclude-type=squashfs \
+--exclude-type=sysfs --exclude-type=tmpfs --exclude-type=unionfs | \
awk 'BEGIN {total=0} !/total/ {total = total + $4 }END {print total}'
result:
614562236
-df --total -P -T --exclude-type=aufs --exclude-type=devfs --exclude-type=devtmpfs \
---exclude-type=fdescfs --exclude-type=iso9660 --exclude-type=linprocfs --exclude-type=procfs \
---exclude-type=squashfs --exclude-type=sysfs --exclude-type=tmpfs --exclude-type=unionfs | \
+df --total -P -T --exclude-type=aufs --exclude-type=devfs \
+--exclude-type=devtmpfs --exclude-type=fdescfs --exclude-type=iso9660 \
+--exclude-type=linprocfs --exclude-type=procfs --exclude-type=squashfs \
+--exclude-type=sysfs --exclude-type=tmpfs --exclude-type=unionfs | \
awk 'BEGIN {total=0} /^total/ {total = total + $4 }END {print total}'
result:
614562228
df -P -T --exclude-type=aufs --exclude-type=devfs --exclude-type=devtmpfs \
- --exclude-type=fdescfs --exclude-type=iso9660 --exclude-type=linprocfs --exclude-type=procfs \
- --exclude-type=squashfs --exclude-type=sysfs --exclude-type=tmpfs --exclude-type=unionfs | \
- awk 'BEGIN {total=0} {total = total + $4 }END {print total}'
+ --exclude-type=fdescfs --exclude-type=iso9660 --exclude-type=linprocfs \
+ --exclude-type=procfs --exclude-type=squashfs --exclude-type=sysfs \
+ --exclude-type=tmpfs --exclude-type=unionfs | awk 'BEGIN {total=0} \
+ {total = total + $4 }END {print total}'
result:
614562236
- In my tests, using --total gives a greater disk user percentage than adding the results
- up manually, as inxi did before, and still does for systems without --total for df.
+ In my tests, using --total gives a greater disk user percentage than adding the
+results up manually, as inxi did before, and still does for systems without
+--total for df.
- df --total -P -T --exclude-type=aufs --exclude-type=devfs --exclude-type=devtmpfs \
- --exclude-type=fdescfs --exclude-type=iso9660 --exclude-type=linprocfs \
- --exclude-type=procfs --exclude-type=squashfs --exclude-type=sysfs --exclude-type=tmpfs \
- --exclude-type=unionfs
+ df --total -P -T --exclude-type=aufs --exclude-type=devfs \
+ --exclude-type=devtmpfs --exclude-type=fdescfs --exclude-type=iso9660 \
+ --exclude-type=linprocfs --exclude-type=procfs --exclude-type=squashfs \
+ --exclude-type=sysfs --exclude-type=tmpfs --exclude-type=unionfs
-Filesystem Type 1024-blocks Used Available Capacity Mounted on
-/dev/disk/by-label/root-data ext3 12479556 12015624 335816 98% /
-/dev/sdc9 ext3 20410156 18013360 1979432 91% /home
-/dev/sdc7 ext3 4904448 3785460 1016672 79% /media/sdb2
-/dev/sdc5 ext3 30382896 27467220 2295720 93% /var/www/m
-/dev/sdc8 ext3 61294356 41849300 18196972 70% /home/me/1
-/dev/sdb1 ext3 307532728 285159432 20810456 94% /home/me/2
-/dev/sdd1 ext3 26789720 18153076 7542620 71% /home/me/3
-/dev/sdd2 ext3 213310776 206932912 2040960 100% /home/me/4
-/dev/sda7 ext3 10138204 1185772 8434348 13% /home/me/5
-total - 687242840 614562156 62652996 91% -
-
-Strange, no? the data is in blocks, and it should of course in theory add up to exactly the
-same thing. However, because --total lets df do the math, I'm going to use that for now,
-unless someone can show it's not good.
-
-inxi still falls back for bsds and older df to the standard method.
------------------------------------
+Filesystem Type 1024-blocks Used Available Capacity Mounted on
+/dev/disk/by-label/root-data\
+ ext3 12479556 12015624 335816 98% /
+/dev/sdc9 ext3 20410156 18013360 1979432 91% /home
+/dev/sdc7 ext3 4904448 3785460 1016672 79% /media/sdb2
+/dev/sdc5 ext3 30382896 27467220 2295720 93% /var/www/m
+/dev/sdc8 ext3 61294356 41849300 18196972 70% /home/me/1
+/dev/sdb1 ext3 307532728 285159432 20810456 94% /home/me/2
+/dev/sdd1 ext3 26789720 18153076 7542620 71% /home/me/3
+/dev/sdd2 ext3 213310776 206932912 2040960 100% /home/me/4
+/dev/sda7 ext3 10138204 1185772 8434348 13% /home/me/5
+total - 687242840 614562156 62652996 91% -
+
+Strange, no? the data is in blocks, and it should of course in theory add up to
+exactly the same thing. However, because --total lets df do the math, I'm going
+to use that for now, unless someone can show it's not good.
+
+inxi still falls back for BSDs and older df to the standard method.
+
+--------------------------------------------------------------------------------
-- Harald Hope - Sun, 27 Apr 2014 12:49:06 -0700
-=====================================================================================
+================================================================================
Version: 2.1.21
Patch: 00
Date: 2014-04-24
------------------------------------
-Changes:
------------------------------------
+--------------------------------------------------------------------------------
+UPDATES:
+--------------------------------------------------------------------------------
+
New tarball, small update, added hopefully firewire support to drive type id.
That's searching for ieee1394- hopefully that will do it.
------------------------------------
+--------------------------------------------------------------------------------
-- Harald Hope - Thu, 24 Apr 2014 13:22:51 -0700
-=====================================================================================
+================================================================================
Version: 2.1.21
Patch: 00
Date: 2014-04-24
------------------------------------
-Changes:
------------------------------------
-New version, tarball. This fixes one small oversight, placing USB in front of ID-[x]
-of disk drive lists. Was showing USB ID-1: /dev/sde now shows: ID-1: USB /dev/sde
-that is more intuitive and keeps the columns in alignment more or less, easier
-to read.
+--------------------------------------------------------------------------------
+UPDATES:
+--------------------------------------------------------------------------------
+
+New version, tarball. This fixes one small oversight, placing USB in front of
+ID-[x] of disk drive lists. Was showing USB ID-1: /dev/sde now shows: ID-1: USB
+/dev/sde that is more intuitive and keeps the columns in alignment more or less,
+easier to read.
Second, fixes a bug with some file systems / usb drives
where they do not use usb- in the /dev/disk/by-id line but only wwn-
-https://access.redhat.com/site/documentation/en
--US/Red_Hat_Enterprise_Linux/5/html/Online_Storage_Reconfiguration_Guide/persistent_naming.html
+
+https://access.redhat.com/site/documentation/en-US/Red_Hat_Enterprise_Linux/5/\
+html/Online_Storage_Reconfiguration_Guide/persistent_naming.html
+
explains it somewhat.
-the fix is adding a second if null test of the device /dev/sdx in by-path, that seems
-to fix the issue. by-path does have the usb- item, though it does not have the name
-so it's not as reliable in absolute terms, but it's fine as a second step fallback
-option.
+the fix is adding a second if null test of the device /dev/sdx in by-path, that
+seems to fix the issue. by-path does have the usb- item, though it does not have
+the name so it's not as reliable in absolute terms, but it's fine as a second
+step fallback option.
------------------------------------
+--------------------------------------------------------------------------------
-- Harald Hope - Thu, 24 Apr 2014 11:47:08 -0700
-=====================================================================================
+================================================================================
Version: 2.1.20
Patch: 00
Date: 2014-04-08
------------------------------------
-Changes:
------------------------------------
-While this release has some new features, they are all intended for development use
-for the next major feature, -m / memory, so there is no particular reason to package
-this release. There is a new development option, -! 33, which lets me override /sys
-data use for -M, which is useful to debug dmidecode output for -m and other features.
-
-No new version, new man. There may be a few more of these releases, but functionally
-there is no particular reason to make a new package if you are a maintainer, so there
-is no new version number. This release is a preparation for some branches/one/inxi
-tests that will be run in the future.
-
-The man/help document -! 33 just to have it there, but it should make no difference
-to anyone but me at this stage.
-
------------------------------------
+--------------------------------------------------------------------------------
+UPDATES:
+--------------------------------------------------------------------------------
+
+While this release has some new features, they are all intended for development
+use for the next major feature, -m / memory, so there is no particular reason to
+package this release. There is a new development option, -! 33, which lets me
+override /sys data use for -M, which is useful to debug dmidecode output for -m
+and other features.
+
+No new version, new man. There may be a few more of these releases, but
+functionally there is no particular reason to make a new package if you are a
+maintainer, so there is no new version number. This release is a preparation for
+some branches/one/inxi tests that will be run in the future.
+
+The man/help document -! 33 just to have it there, but it should make no
+difference to anyone but me at this stage.
+
+--------------------------------------------------------------------------------
-- Harald Hope - Mon, 14 Apr 2014 13:31:24 -0700
-=====================================================================================
+================================================================================
Version: 2.1.20
Patch: 00
Date: 2014-04-08
------------------------------------
-Changes:
------------------------------------
-A few fixes to 2.1.20, bmips broke in some cases, that's fixed now. Also changed the
-way to handle bad ARM data, when bogomips are too low, < 50, we try to get the data
-from /sys, but now this runs on all the cores, so it may work as well on the multicore
-arm if the /proc/cpuinfo has bogomip that is too low and no cpu frequency.
-
------------------------------------
+--------------------------------------------------------------------------------
+UPDATES:
+--------------------------------------------------------------------------------
+
+A few fixes to 2.1.20, bmips broke in some cases, that's fixed now. Also changed
+the way to handle bad ARM data, when bogomips are too low, < 50, we try to get
+the data from /sys, but now this runs on all the cores, so it may work as well
+on the multicore arm if the /proc/cpuinfo has bogomip that is too low and no cpu
+frequency.
+
+--------------------------------------------------------------------------------
-- Harald Hope - Wed, 09 Apr 2014 00:09:49 -0700
-=====================================================================================
+================================================================================
Version: 2.1.20
Patch: 00
Date: 2014-04-08
------------------------------------
-Changes:
------------------------------------
-New version, tarball, ARM cpu /proc/cpuinfo has broken the bogomips output, since this
-is an upstream bug, I'm adding in a quick hack that will work maybe for single core
-ARM cpus, but NOT for multicores that have the same issue.
-
------------------------------------
+--------------------------------------------------------------------------------
+UPDATES:
+--------------------------------------------------------------------------------
+
+New version, tarball, ARM cpu /proc/cpuinfo has broken the bogomips output,
+since this is an upstream bug, I'm adding in a quick hack that will work maybe
+for single core ARM cpus, but NOT for multicores that have the same issue.
+
+--------------------------------------------------------------------------------
-- Harald Hope - Tue, 08 Apr 2014 17:15:41 -0700
-=====================================================================================
+================================================================================
Version: 2.1.19
Patch: 00
Date: 2014-04-06
------------------------------------
-Changes:
------------------------------------
-New version, tarball, correction of loop counts for -p/-P ID-<number>, this requires
-a third counter to get all the stuff right. Sorry about the extra release, that's life.
+--------------------------------------------------------------------------------
+UPDATES:
+--------------------------------------------------------------------------------
+
+New version, tarball, correction of loop counts for -p/-P ID-<number>, this
+requires a third counter to get all the stuff right. Sorry about the extra
+release, that's life.
------------------------------------
+--------------------------------------------------------------------------------
-- Harald Hope - Sun, 06 Apr 2014 14:33:46 -0700
-=====================================================================================
+================================================================================
Version: 2.1.18
Patch: 00
Date: 2014-04-04
------------------------------------
-Changes:
------------------------------------
-New version/tarball. This completes, I think, the line wrap update. -o is now handled,
-unmounted drives.
+--------------------------------------------------------------------------------
+UPDATES:
+--------------------------------------------------------------------------------
+
+New version/tarball. This completes, I think, the line wrap update. -o is now
+handled, unmounted drives.
-IMPORTANT: some distros use inxi for detecting partitions, the syntax on the following
-have changed slightly:
+IMPORTANT: some distros use inxi for detecting partitions, the syntax on the
+following have changed slightly:
HDD: per drive changes from: 1: id: to ID-1:
Partitions: per partition changes from ID: to ID-1:
Unmounted partitions: per unmounted changes from ID: to ID-1
-You see the pattern, they are all the same now, and they are all numbered. I think this
-is easier to read when scanning long lines of drives/partitions, or even short ones.
+You see the pattern, they are all the same now, and they are all numbered. I
+think this is easier to read when scanning long lines of drives/partitions, or
+even short ones.
-Also fixed a long standing oddity, not a bug, but for some weird reason, -p did not
-include the location, like /dev/sda1, unless -l or -u were used. That makes no sense
-so I have moved the dev/remote location output to standard -p/-P
+Also fixed a long standing oddity, not a bug, but for some weird reason, -p did
+not include the location, like /dev/sda1, unless -l or -u were used. That makes
+no sense so I have moved the dev/remote location output to standard -p/-P
-Except for bug fixes, this completes the overally line wrap update, all lines wrap,
-you can set widths with -y now, and the old issue of not fitting nicely into 80 column
-wide widths is solved. Note that in some areas, p/P for example, at times if the mount
-point or remote location is very long the line may still wrap, but making this perfect
-is too convoluted so I'm calling it good enough now, all lines are handled reasonably well,
-certainly radically better than before 2.1.0.
+Except for bug fixes, this completes the overally line wrap update, all lines
+wrap, you can set widths with -y now, and the old issue of not fitting nicely
+into 80 column wide widths is solved. Note that in some areas, p/P for example,
+at times if the mount point or remote location is very long the line may still
+wrap, but making this perfect is too convoluted so I'm calling it good enough
+now, all lines are handled reasonably well, certainly radically better than
+before 2.1.0.
------------------------------------
+--------------------------------------------------------------------------------
-- Harald Hope - Fri, 04 Apr 2014 11:08:25 -0700
-=====================================================================================
+================================================================================
Version: 2.1.17
Patch: 00
Date: 2014-04-03
------------------------------------
-Changes:
------------------------------------
-New version, new man page, new tarball. Added -y [integer >= 80] option. This allows for absolute override
-of width settings. This overrides any dynamically detected widths, as well as the globals:
+--------------------------------------------------------------------------------
+UPDATES:
+--------------------------------------------------------------------------------
+
+New version, new man page, new tarball. Added -y [integer >= 80] option. This
+allows for absolute override of width settings. This overrides any dynamically
+detected widths, as well as the globals:
+
COLS_MAX_CONSOLE='115'
COLS_MAX_IRC='105'
-Now that inxi widths are largely dynamic in terminal, with a few lingering exceptions, it made sense
-to also allow for overrides of this. This is useful in cases where for example you want to output
-inxi to text file or for other purposes, or if you just want to test the widths, as in my case.
--y cannot be used with --recommends, but otherwise it works fine, with --help/-c 94-99 you have to
-put -y first in the list of options.
+Now that inxi widths are largely dynamic in terminal, with a few lingering
+exceptions, it made sense to also allow for overrides of this. This is useful in
+cases where for example you want to output inxi to text file or for other
+purposes, or if you just want to test the widths, as in my case.
-Example: inxi -v7 -y150 > inxi.txt will ignore the terminal settings and output the lines at basically
-max length.
+-y cannot be used with --recommends, but otherwise it works fine, with --help/-c
+94-99 you have to put -y first in the list of options.
------------------------------------
+Example: inxi -v7 -y150 > inxi.txt will ignore the terminal settings and output
+the lines at basically max length.
+
+--------------------------------------------------------------------------------
-- Harald Hope - Thu, 03 Apr 2014 10:41:07 -0700
-=====================================================================================
+================================================================================
Version: 2.1.16
Patch: 00
Date: 2014-04-02
------------------------------------
-Changes:
------------------------------------
-New version, tarball. This fix only impacts bsd sed, but it fixes the line length failure
-issue because bsd sed doesn't work with \x1b, but it does when you do:
+--------------------------------------------------------------------------------
+UPDATES:
+--------------------------------------------------------------------------------
+
+New version, tarball. This fix only impacts BSD sed, but it fixes the line
+length failure issue because BSD sed doesn't work with \x1b, but it does when
+you do:
+
ESC=$(echo | tr '\n' '\033' )
+
I found this trick on:
-http://unix.stackexchange.com/questions/42321/how-can-i-instruct-bsd-sed-to-interpret-escape-sequences-like-n-and-t
+http://unix.stackexchange.com/questions/42321/how-can-i-instruct-BSD-sed-to-\
+interpret-escape-sequences-like-n-and-t
-No other changes. Non bsd users, you can ignore this.
+No other changes. Non BSD users, you can ignore this.
------------------------------------
+--------------------------------------------------------------------------------
-- Harald Hope - Wed, 02 Apr 2014 21:24:52 -0700
-=====================================================================================
+================================================================================
Version: 2.1.15
Patch: 00
Date: 2014-04-01
------------------------------------
-Changes:
------------------------------------
-new version/tarball. This corrects some subtle issues with line wraps:
+--------------------------------------------------------------------------------
+UPDATES:
+--------------------------------------------------------------------------------
+
+New version/tarball. This corrects some subtle issues with line wraps:
-Audio -A - now wrap is fully dynamic down to 80 characters, and also the expansion of ALSA
-to Advanced Linux Sound System only happens if that fits in the display width.
+Audio -A - now wrap is fully dynamic down to 80 characters, and also the
+expansion of ALSA to Advanced Linux Sound System only happens if that fits in
+the display width.
-N/-n/-i - Most networking/ip address stuff wraps now.
@@ -7664,1279 +10180,1435 @@ to Advanced Linux Sound System only happens if that fits in the display width.
This more or less completes the line wrap redo.
------------------------------------
+--------------------------------------------------------------------------------
-- Harald Hope - Tue, 01 Apr 2014 12:39:44 -0700
-=====================================================================================
+================================================================================
Version: 2.1.14
Patch: 00
Date: 2014-03-31
------------------------------------
-Changes:
------------------------------------
-Forgot, added slitaz-release to distros derived. that's as slackware derived one.
+--------------------------------------------------------------------------------
+UPDATES:
+--------------------------------------------------------------------------------
------------------------------------
+Forgot, added slitaz-release to distros derived. that's as slackware derived
+one.
+
+--------------------------------------------------------------------------------
-- Harald Hope - Mon, 31 Mar 2014 18:10:02 -0700
-=====================================================================================
+================================================================================
Version: 2.1.14
Patch: 00
Date: 2014-03-31
------------------------------------
-Changes:
------------------------------------
-new version/tarball. Tiny fix in debugger, it turns out that in some systems, the command:
-strings --version used in the debugger results in a hang, which you can duplicate with:
-strings
-alone, without any argument or info, that will hang too, so I assume if the system doesn't
-have the --version parameter, strings ignores that, and basically just does what it would do
-with no option, hang.
-
-Thanks for user ypharis persistence in tracking down this issue. So far only appeared on slackware
-based distros, but since the debugger should 'just work', removing the version test.
-
------------------------------------
+--------------------------------------------------------------------------------
+UPDATES:
+--------------------------------------------------------------------------------
+
+New version/tarball. Tiny fix in debugger, it turns out that in some systems,
+the command: strings --version used in the debugger results in a hang, which you
+can duplicate with: "strings" alone, without any argument or info, that will
+hang too, so I assume if the system doesn't have the --version parameter,
+strings ignores that, and basically just does what it would do with no option,
+hang.
+
+Thanks for user ypharis persistence in tracking down this issue. So far only
+appeared on slackware based distros, but since the debugger should 'just work',
+removing the version test.
+
+--------------------------------------------------------------------------------
-- Harald Hope - Mon, 31 Mar 2014 17:49:48 -0700
-=====================================================================================
+================================================================================
Version: 2.1.13
Patch: 00
Date: 2014-03-30
------------------------------------
-Changes:
------------------------------------
-New version, only relevant to Porteus distro, a slackware derived distro, should now id it
-correctly. No other changes.
+--------------------------------------------------------------------------------
+UPDATES:
+--------------------------------------------------------------------------------
+
+New version, only relevant to Porteus distro, a slackware derived distro, should
+now id it correctly. No other changes.
------------------------------------
+--------------------------------------------------------------------------------
-- Harald Hope - Sun, 30 Mar 2014 11:54:12 -0700
-=====================================================================================
+================================================================================
Version: 2.1.12
Patch: 00
Date: 2014-03-27
------------------------------------
-Changes:
------------------------------------
-new version, fixed zfs raid failure to report raid devices on some systems. Added wrapping
-for -D disk option. Note that -d is not correctly wrapping because the lines are too long with
-extra data, but it's ok for now.
-
------------------------------------
+--------------------------------------------------------------------------------
+UPDATES:
+--------------------------------------------------------------------------------
+
+New version, fixed zfs raid failure to report raid devices on some systems.
+Added wrapping for -D disk option. Note that -d is not correctly wrapping
+because the lines are too long with extra data, but it's ok for now.
+
+--------------------------------------------------------------------------------
-- Harald Hope - Thu, 27 Mar 2014 15:33:33 -0700
-=====================================================================================
+================================================================================
Version: 2.1.11
Patch: 00
Date: 2014-03-26
------------------------------------
-Changes:
------------------------------------
-Ignore change 2.1.12, the speed data was too inconsistent, using >>> since it's cleaner
-and seems to be faster on some cpus, slower on others.
+--------------------------------------------------------------------------------
+UPDATES:
+--------------------------------------------------------------------------------
+
+Ignore change 2.1.12, the speed data was too inconsistent, using >>> since it's
+cleaner and seems to be faster on some cpus, slower on others.
------------------------------------
+--------------------------------------------------------------------------------
-- Harald Hope - Wed, 26 Mar 2014 15:28:08 -0700
-=====================================================================================
+================================================================================
Version: 2.1.12
Patch: 00
Date: 2014-03-26
------------------------------------
-Changes:
------------------------------------
-new version: this is only an optimization release, testing some slightly more efficient
-methods:
+--------------------------------------------------------------------------------
+UPDATES:
+--------------------------------------------------------------------------------
+
+New version: this is only an optimization release, testing some slightly more
+efficient methods:
something <<< $variable is signficantly slower than: echo $variable | something
so I replaced almost all instances of <<< with echo ...|
-I've seen speed differences of up to 10% but it's not consistent, so this is just
-something to boost performance slightly on older systems I'd guess.
+I've seen speed differences of up to 10% but it's not consistent, so this is
+just something to boost performance slightly on older systems I'd guess.
------------------------------------
+--------------------------------------------------------------------------------
-- Harald Hope - Wed, 26 Mar 2014 14:54:39 -0700
-=====================================================================================
+================================================================================
Version: 2.1.11
Patch: 00
Date: 2014-03-26
------------------------------------
-Changes:
------------------------------------
-New version: fixed an old bug, with -c 0, no colors, RED and NORMAL color codes were
-not set to null, which results in some cases with red output, along with turning
-terminal/console font color red.
-
------------------------------------
+--------------------------------------------------------------------------------
+UPDATES:
+--------------------------------------------------------------------------------
+
+New version: fixed an old bug, with -c 0, no colors, RED and NORMAL color codes
+were not set to null, which results in some cases with red output, along with
+turning terminal/console font color red.
+
+--------------------------------------------------------------------------------
-- Harald Hope - Wed, 26 Mar 2014 12:44:53 -0700
-=====================================================================================
+================================================================================
Version: 2.1.10
Patch: 00
Date: 2014-03-25
------------------------------------
-Changes:
------------------------------------
-New version; added supybot/limnoria/gribble support. This only works when the supybot
-'SHELL' command is used, 'CALL' gives the user irc client data, and supybot etc are
-not detectable.
+--------------------------------------------------------------------------------
+UPDATES:
+--------------------------------------------------------------------------------
+
+New version; added supybot/limnoria/gribble support. This only works when the
+supybot 'SHELL' command is used, 'CALL' gives the user irc client data, and
+supybot etc are not detectable.
Fine tuned some error message lengths so they fit into 80 columns or so.
------------------------------------
+--------------------------------------------------------------------------------
-- Harald Hope - Tue, 25 Mar 2014 13:55:13 -0700
-=====================================================================================
+================================================================================
Version: 2.1.9
Patch: 00
Date: 2014-03-24
------------------------------------
-Changes:
------------------------------------
-New version, fixed cpu core speed wrapping, improved -p and -P wrapping, though some lines
-will still be too long, but not as many.
+--------------------------------------------------------------------------------
+UPDATES:
+--------------------------------------------------------------------------------
+
+New version, fixed cpu core speed wrapping, improved -p and -P wrapping, though
+some lines will still be too long, but not as many.
------------------------------------
+--------------------------------------------------------------------------------
-- Harald Hope - Mon, 24 Mar 2014 18:42:06 -0700
-=====================================================================================
+================================================================================
Version: 2.1.8
Patch: 00
Date: 2014-03-24
------------------------------------
-Changes:
------------------------------------
-New version. Added dynamic wrapping to -G, and also am now wrapping -C per cpu cores speeds,
-for systems with a lot of them, that will clean up the output.
+--------------------------------------------------------------------------------
+UPDATES:
+--------------------------------------------------------------------------------
+
+New version. Added dynamic wrapping to -G, and also am now wrapping -C per cpu
+cores speeds, for systems with a lot of them, that will clean up the output.
Added dynamic wrapping to --recommends and -c 94-99.
-These are the main things, there's a few smaller issues with -xx output on -N/-n/-i but
-those will noly really show with full output and it takes a while to get this stuff stable
-so maybe some other time, but it's ok for now.
+These are the main things, there's a few smaller issues with -xx output on
+-N/-n/-i but those will noly really show with full output and it takes a while
+to get this stuff stable so maybe some other time, but it's ok for now.
------------------------------------
+--------------------------------------------------------------------------------
-- Harald Hope - Mon, 24 Mar 2014 16:58:33 -0700
-=====================================================================================
+================================================================================
Version: 2.1.7
Patch: 00
Date: 2014-03-18
------------------------------------
-Changes:
------------------------------------
-new version, attempt 2 at detecting all possible syntaxes for cards. Now using
-the bus id itself to determine if the
+--------------------------------------------------------------------------------
+UPDATES:
+--------------------------------------------------------------------------------
+
+New version, attempt 2 at detecting all possible syntaxes for cards. Now using
+the bus id itself to determine if the:
VGA compatible controller
3D controller
Display Controller
refer to separate chips or the same one.
-Bus id gives the data needed, because the video chip, the real card, that is,
-is on for example 00:05.0 the trailing .0 is the key, that's the actual card.
+Bus id gives the data needed, because the video chip, the real card, that is, is
+on for example 00:05.0 the trailing .0 is the key, that's the actual card.
The audio or display controller for the same card would be for example: 00:05.1
-I don't know if this is fully reliable, but it will have to do, either some cards
-as is get missed, or some cards get double id'ed, unless I use a hack like this.
+I don't know if this is fully reliable, but it will have to do, either some
+cards as is get missed, or some cards get double id'ed, unless I use a hack like
+this.
-There's nothing else I can find but the bus id to determine that it's the same
+There's nothing else I can find but the bus id to determine that it's the same
physical device or not.
------------------------------------
+--------------------------------------------------------------------------------
-- Harald Hope - Tue, 18 Mar 2014 21:18:27 -0700
-=====================================================================================
+================================================================================
Version: 2.1.6
Patch: 00
Date: 2014-03-18
------------------------------------
-Changes:
------------------------------------
-new version, bug fix, adding 3D controller to output causes doubled card id in some cases.
+--------------------------------------------------------------------------------
+UPDATES:
+--------------------------------------------------------------------------------
+
+New version, bug fix, adding 3D controller to output causes doubled card id in
+some cases.
------------------------------------
+--------------------------------------------------------------------------------
-- Harald Hope - Tue, 18 Mar 2014 19:17:55 -0700
-=====================================================================================
+================================================================================
Version: 2.1.5
Patch: 00
Date: 2014-03-17
------------------------------------
-Changes:
------------------------------------
-New version, serious bug fix, do NOT use 2.1.4, it will fail to start. Bad copy/paste.
+--------------------------------------------------------------------------------
+UPDATES:
+--------------------------------------------------------------------------------
------------------------------------
+New version, serious bug fix, do NOT use 2.1.4, it will fail to start. Bad
+copy/paste.
+
+--------------------------------------------------------------------------------
-- Harald Hope - Tue, 18 Mar 2014 01:30:53 -0700
-=====================================================================================
+================================================================================
Version: 2.1.4
Patch: 00
Date: 2014-03-17
------------------------------------
-Changes:
------------------------------------
-New version. Some BSD fixes, and a more important fix, added 'display controller'
-to graphics card detection, that's a new one on me. Dual card systems might use this.
+--------------------------------------------------------------------------------
+UPDATES:
+--------------------------------------------------------------------------------
+
+New version. Some BSD fixes, and a more important fix, added 'display
+controller' to graphics card detection, that's a new one on me. Dual card
+systems might use this.
-00:02.0 Display controller: Intel Corporation 82865G Integrated Graphics Controller (rev 02)
+00:02.0 Display controller: Intel Corporation 82865G Integrated Graphics
+Controller (rev 02)
-01:00.0 VGA compatible controller: NVIDIA Corporation NV44A [GeForce 6200] (rev a1)
+01:00.0 VGA compatible controller: NVIDIA Corporation NV44A [GeForce 6200] (rev
+a1)
Some more switches to bash native methods as well.
------------------------------------
+--------------------------------------------------------------------------------
-- Harald Hope - Mon, 17 Mar 2014 19:23:42 -0700
-=====================================================================================
+================================================================================
Version: 2.1.3
Patch: 00
Date: 2014-03-15
------------------------------------
-Changes:
------------------------------------
-New version. Big set of changes: changed all ver: and version: to v:; changed all bash
-${var} to $var where appropriate to avoid extra overhead of ${..}; removed 'basename'
-and replaced with ${path##*/} which avoids unnessary subshells.
+--------------------------------------------------------------------------------
+UPDATES:
+--------------------------------------------------------------------------------
-Fixed dynamic line wraps on -I and -S lines, now those in most cases will work well
-down to 80 cols.
+New version. Big set of UPDATES: changed all ver: and version: to v:; changed
+all bash ${var} to $var where appropriate to avoid extra overhead of ${..};
+removed 'basename' and replaced with ${path##*/} which avoids unnessary
+subshells.
-Fixed bug in optical drives, at some point in the last few years, the kernel in /sys
-changed the path to the optical drive data, added in /ata8/ (example) so both methods
-are now handled. This should fix a lot of failures to show optical drive brand name etc.
+Fixed dynamic line wraps on -I and -S lines, now those in most cases will work
+well down to 80 cols.
-Added weechat detection, trying also supybot/limnoria detection in irc client version.
-There was weechat-curses, but I guess they finally dropped the -curses. Limnoria is
-a fork of supybot but still uses the supybot program name, but added in limnoria too
-if they get around to changing that.
+Fixed bug in optical drives, at some point in the last few years, the kernel in
+/sys changed the path to the optical drive data, added in /ata8/ (example) so
+both methods are now handled. This should fix a lot of failures to show optical
+drive brand name etc.
-More dynamic sizing tweaks, more optimization of code. Discovered that dipping into gawk
-is almost 250x more expensive in terms of execution time than using bash variable.
-Will change to use bash directly as time goes along where it's safe and accurate.
+Added weechat detection, trying also supybot/limnoria detection in irc client
+version. There was weechat-curses, but I guess they finally dropped the -curses.
+Limnoria is a fork of supybot but still uses the supybot program name, but added
+in limnoria too if they get around to changing that.
-Added handling to support /run paths using directories, like /run/gdm/gdm.pid for dm data.
+More dynamic sizing tweaks, more optimization of code. Discovered that dipping
+into gawk is almost 250x more expensive in terms of execution time than using
+bash variable. Will change to use bash directly as time goes along where it's
+safe and accurate.
------------------------------------
+Added handling to support /run paths using directories, like /run/gdm/gdm.pid
+for dm data.
+
+--------------------------------------------------------------------------------
-- Harald Hope - Sun, 16 Mar 2014 15:09:40 -0700
-=====================================================================================
+================================================================================
Version: 2.1.2
Patch: 00
Date: 2014-03-14
------------------------------------
-Changes:
------------------------------------
-no version change, just added wrapper around tput cols so only use it if in terminal
+--------------------------------------------------------------------------------
+UPDATES:
+--------------------------------------------------------------------------------
+
+No version change, just added wrapper around tput cols so only use it if in
+terminal
------------------------------------
+--------------------------------------------------------------------------------
-- Harald Hope - Sat, 15 Mar 2014 10:53:17 -0700
-=====================================================================================
+================================================================================
Version: 2.1.2
Patch: 00
Date: 2014-03-14
------------------------------------
-Changes:
------------------------------------
-New version. Updated dynamic sizing, fixed some glitches in cpu flags, fixed bugs in
-cpu main. Cleaned up a few more variable and width issues. Used a few more ${#var} for
-counting.
-
------------------------------------
+--------------------------------------------------------------------------------
+UPDATES:
+--------------------------------------------------------------------------------
+
+New version. Updated dynamic sizing, fixed some glitches in cpu flags, fixed
+bugs in cpu main. Cleaned up a few more variable and width issues. Used a few
+more ${#var} for counting.
+
+--------------------------------------------------------------------------------
-- Harald Hope - Fri, 14 Mar 2014 20:39:13 -0700
-=====================================================================================
+================================================================================
Version: 2.1.1
Patch: 00
Date: 2014-03-14
------------------------------------
-Changes:
------------------------------------
-New Version, new man. This continues the dyanamic line sizing, I'm doing these one at a
-time to make it easier to test stuff one by one.
+--------------------------------------------------------------------------------
+UPDATES:
+--------------------------------------------------------------------------------
+
+New Version, new man. This continues the dyanamic line sizing, I'm doing these
+one at a time to make it easier to test stuff one by one.
-Full refactoring/reordering of top global variables, moved user/maintainer set variables
-to top, and clearly identify all globals.
+Full refactoring/reordering of top global variables, moved user/maintainer set
+variables to top, and clearly identify all globals.
-Changed LINE_MAX to COL_MAX but all user configuration files will stay working since
-inxi now will check for that and translate them to the new variable names.
+Changed LINE_MAX to COL_MAX but all user configuration files will stay working
+since inxi now will check for that and translate them to the new variable names.
-New lines fixed, -C cpu and -f cpu plus full flags. Flags output is now fully dynamic to
-display screen in terminal/console. Moved cpu short flags to -x because it's not that
-important in general and just clutters things up in my opinion.
+New lines fixed, -C cpu and -f cpu plus full flags. Flags output is now fully
+dynamic to display screen in terminal/console. Moved cpu short flags to -x
+because it's not that important in general and just clutters things up in my
+opinion.
Print flags/bogomips on separate line if line greater than display width.
-The rest of the lines will get a similar treatment, but it takes a bit of trial and error
-for each line to get it working right.
+The rest of the lines will get a similar treatment, but it takes a bit of trial
+and error for each line to get it working right.
-Note that IRC line lengths are NOT dyanamic unless I can find a way to determine the column
-width of irc clients, but that won't be accurate since fonts vary in widths for each character.
+Note that IRC line lengths are NOT dyanamic unless I can find a way to determine
+the column width of irc clients, but that won't be accurate since fonts vary in
+widths for each character.
-CPU was the worst offender in my opinion in terms of regular output wrapping to new line messily,
-next will be the things with ports/chip id/card id.
+CPU was the worst offender in my opinion in terms of regular output wrapping to
+new line messily, next will be the things with ports/chip id/card id.
Tightened up a bit more the dyanamic help / version output handler.
------------------------------------
+--------------------------------------------------------------------------------
-- Harald Hope - Fri, 14 Mar 2014 13:14:51 -0700
-=====================================================================================
+================================================================================
Version: 2.1.0
Patch: 00
Date: 2014-03-13
------------------------------------
-Changes:
------------------------------------
-New version, new man page. Finally, after all these years, dynamically resized to terminal
-window column width help/version outputs. There is a significant slowdown to achieve this,
-but I've optimized it as much as I could so it should be acceptable for most users now.
-
------------------------------------
+--------------------------------------------------------------------------------
+UPDATES:
+--------------------------------------------------------------------------------
+
+New version, new man page. Finally, after all these years, dynamically resized
+to terminal window column width help/version outputs. There is a significant
+slowdown to achieve this, but I've optimized it as much as I could so it should
+be acceptable for most users now.
+
+--------------------------------------------------------------------------------
-- Harald Hope - Thu, 13 Mar 2014 19:26:32 -0700
-=====================================================================================
+================================================================================
Version: 2.0.0
Patch: 00
Date: 2014-03-12
------------------------------------
-Changes:
------------------------------------
-New feature, not new line option though. Now shows init type with -x (also shows rc
-type if openrc). -xx shows init / rc version number. Change runlevel to target if
-systemd and if non numeric runlevel given. Should support systemd/upstart/epoch/runit
-sysvinit. Supports openrc as extra data if it's present. Rearranged -I line a bit but
-really just exchanged Runlevel: for Init: v: Runlevel: default:
-
-This is the first step, some of the init system ID methods are weak and non robust
-and this may need to be revised, but it should for now identify systemd/upstart quite
-accurately, and in most cases sysvinit. Note that to get sysvinit version number requires
-tool: strings which in debian/ubuntu is in package binutils. I don't know the package names
-for arch/fedora/etc for the recommends check tool in inxi yet.
-
-I believe this will be good enough for a first draft version, but over time we'll get it
-more fine tuned, but as it is now, it should cover at least 99% of users, which isn't bad.
-
------------------------------------
+--------------------------------------------------------------------------------
+UPDATES:
+--------------------------------------------------------------------------------
+
+New feature, not new line option though. Now shows init type with -x (also shows
+rc type if openrc). -xx shows init / rc version number. Change runlevel to
+target if systemd and if non numeric runlevel given. Should support
+systemd/upstart/epoch/runit sysvinit. Supports openrc as extra data if it's
+present. Rearranged -I line a bit but really just exchanged Runlevel: for Init:
+v: Runlevel: default:
+
+This is the first step, some of the init system ID methods are weak and non
+robust and this may need to be revised, but it should for now identify
+systemd/upstart quite accurately, and in most cases sysvinit. Note that to get
+sysvinit version number requires tool: strings which in debian/ubuntu is in
+package binutils. I don't know the package names for arch/fedora/etc for the
+recommends check tool in inxi yet.
+
+I believe this will be good enough for a first draft version, but over time
+we'll get it more fine tuned, but as it is now, it should cover at least 99% of
+users, which isn't bad.
+
+--------------------------------------------------------------------------------
-- Harald Hope - Wed, 12 Mar 2014 17:12:11 -0700
-=====================================================================================
+================================================================================
Version: 1.9.19
Patch: 00
Date: 2014-03-03
------------------------------------
-Changes:
------------------------------------
-New version; updated man page. Changed slightly the output for x server, in preparation
-for adding alternate display servers, like Wayland or Mir. Rather than release all the
-stuff at once I'm going to do it bit by bit. Currently I have not found a wayland iso
-test cd that boots in virtual box so I will have to wait to really add support there.
-
------------------------------------
+--------------------------------------------------------------------------------
+UPDATES:
+--------------------------------------------------------------------------------
+
+New version; updated man page. Changed slightly the output for x server, in
+preparation for adding alternate display servers, like Wayland or Mir. Rather
+than release all the stuff at once I'm going to do it bit by bit. Currently I
+have not found a wayland iso test cd that boots in virtual box so I will have to
+wait to really add support there.
+
+--------------------------------------------------------------------------------
-- Harald Hope - Mon, 03 Mar 2014 15:27:05 -0800
-=====================================================================================
+================================================================================
Version: 1.9.18
Patch: 00
Date: 2014-01-13
------------------------------------
-Changes:
------------------------------------
-New version; new tarball; new man page. Added Unity desktop support; added -xx feature
-to show default runlevel, using systemd/upstart/sysvinit type default tests.
+--------------------------------------------------------------------------------
+UPDATES:
+--------------------------------------------------------------------------------
+
+New version; new tarball; new man page. Added Unity desktop support; added -xx
+feature to show default runlevel, using systemd/upstart/sysvinit type default
+tests.
-Fixed gtk library version detections, now will support dpkg/pacman version tests, which
-should give more data to more people than previously, where the old tests usually would
-return null unless gtk dev packages were installed on the system.
+Fixed gtk library version detections, now will support dpkg/pacman version
+tests, which should give more data to more people than previously, where the old
+tests usually would return null unless gtk dev packages were installed on the
+system.
------------------------------------
+--------------------------------------------------------------------------------
-- Harald Hope - Mon, 13 Jan 2014 14:57:38 -0800
-=====================================================================================
+================================================================================
Version: 1.9.17
Patch: 00
Date: 2013-12-02
------------------------------------
-Changes:
------------------------------------
-New version, new tarball. Fixed new gnome change, they, of course, removed gnome-about
-and so version numbers failed. Now first trying gnome-session to get version number.
+--------------------------------------------------------------------------------
+UPDATES:
+--------------------------------------------------------------------------------
-Also, there's a bug in at least gtk detection in opensuse, not sure what it is, they could
-be using a different syntax for the test:
-pkg-config --modversion gtk+-3.0
+New version, new tarball. Fixed new gnome change, they, of course, removed
+gnome-about and so version numbers failed. Now first trying gnome-session to get
+version number.
-returns no such package on gnome 3.10 installs, but I have no idea what package name to
-test for there in this case.
+Also, there's a bug in at least gtk detection in opensuse, not sure what it is,
+they could be using a different syntax for the test: pkg-config --modversion
+gtk+-3.0
-So leaving gtk version bugs unhandled due to no user information or feedback, if you want
-it fixed or if it works for your distro, let me know and also if it does not work, tell
-me the correct commmand, with its output, to get gtk version.
+returns no such package on gnome 3.10 installs, but I have no idea what package
+name to test for there in this case.
+
+So leaving gtk version bugs unhandled due to no user information or feedback, if
+you want it fixed or if it works for your distro, let me know and also if it
+does not work, tell me the correct commmand, with its output, to get gtk
+version.
That's for inxi -Sx output that is.
------------------------------------
+--------------------------------------------------------------------------------
-- Harald Hope - Mon, 02 Dec 2013 13:48:35 -0800
-=====================================================================================
+================================================================================
Version: 1.9.16
Patch: 00
Date: October 6 2013
------------------------------------
-Changes:
------------------------------------
-New version, new tarball. Only for uprmq distros, small update to add support for another
-repo type output, the initial listing was not complete of possible syntaxes. Now handles:
+--------------------------------------------------------------------------------
+UPDATES:
+--------------------------------------------------------------------------------
+
+New version, new tarball. Only for uprmq distros, small update to add support
+for another repo type output, the initial listing was not complete of possible
+syntaxes. Now handles:
-Nonfree Updates (Local19) /mnt/data/mirrors/mageia/distrib/cauldron/x86_64/media/nonfree/updates
+Nonfree Updates (Local19)
+/mnt/data/mirrors/mageia/distrib/cauldron/x86_64/media/nonfree/updates
-as well, apparently that is a possible output format in certain cases with urpmq.
+as well, apparently that is a possible output format in certain cases with
+urpmq.
Non urpmq distros ignore this update, there are no other actual changes.
------------------------------------
+--------------------------------------------------------------------------------
-- Harald Hope - Sun, 06 Oct 2013 11:06:36 -0700
-=====================================================================================
+================================================================================
Version: 1.9.15
Patch: 00
Date: October 4 2013
------------------------------------
-Changes:
------------------------------------
+--------------------------------------------------------------------------------
+UPDATES:
+--------------------------------------------------------------------------------
+
New version, tarball. Added urpmq for -r.
-Other distros than Mandriva, Mageia, no other changes so no need to update unless you want to.
+Other distros than Mandriva, Mageia, no other changes so no need to update
+unless you want to.
-This adds support for Mandriva, Mageia. urpmq parsing is similar but not identical to pisi.
+This adds support for Mandriva, Mageia. urpmq parsing is similar but not
+identical to pisi.
------------------------------------
+--------------------------------------------------------------------------------
-- Harald Hope - Fri, 04 Oct 2013 18:24:55 -0700
-=====================================================================================
+================================================================================
Version: 1.9.14
Patch: 00
Date: September 10 2013
------------------------------------
-Changes:
------------------------------------
-This does not have a new version number (there is a new date), and is only for solusos,
-so all other distro maintainer can ignore this update. New tarball. Adds support for
-solusos-release distro file in /etc/.
-
------------------------------------
+--------------------------------------------------------------------------------
+UPDATES:
+--------------------------------------------------------------------------------
+
+This does not have a new version number (there is a new date), and is only for
+solusos, so all other distro maintainer can ignore this update. New tarball.
+Adds support for solusos-release distro file in /etc/.
+
+--------------------------------------------------------------------------------
-- Harald Hope - Tue, 10 Sep 2013 10:49:29 -0700
-=====================================================================================
+================================================================================
Version: 1.9.14
Patch: 00
Date: August 20 2013
------------------------------------
-Changes:
------------------------------------
-New version, new tarball. Fixed a bug / issue with failed usb nic detection, amazingly, the regex
-in inxi failed to check for Ethernet.*Adapter, heh. Most usb nics are wifi, so I guess ethernet just
-escaped me.
-
------------------------------------
+--------------------------------------------------------------------------------
+UPDATES:
+--------------------------------------------------------------------------------
+
+New version, new tarball. Fixed a bug / issue with failed usb nic detection,
+amazingly, the regex in inxi failed to check for Ethernet.*Adapter, heh. Most
+usb nics are wifi, so I guess ethernet just escaped me.
+
+--------------------------------------------------------------------------------
-- Harald Hope - Tue, 20 Aug 2013 12:26:10 -0700
-=====================================================================================
+================================================================================
Version: 1.9.13
Patch: 00
Date: August 12 2013
------------------------------------
-Changes:
------------------------------------
-New version, new tarball. Fixed a bug in Xorg where it shows drivers as unloaded when they
-are actually loaded. Since we can't fix xorg, inxi will try to work around this bug by validating
-one step further in the Xorg.0.log data, to confirm that drivers noted as loaded/unloaded/failed are
-actually running the display(s) of the system.
-
-There is a possible case of error that might happen due to this change in the case of a system with
-a complex xorg that uses two drivers/modules to run two different displays, ie, nvidia on one, and amd
-on the other, for example, or intel/nvidia, etc. However, if that bug appears, we'll get that data set
-of debugging output and fix it at that point.
-
-This fix repairs an existing xorg bug that is unlikely to get fixed any time soon (the call to load the
-detected drivers, eg, vesa, intel, is repeated, causing a failure of driver already loaded on the second
-occurance.
-
------------------------------------
+--------------------------------------------------------------------------------
+UPDATES:
+--------------------------------------------------------------------------------
+
+New version, new tarball. Fixed a bug in Xorg where it shows drivers as unloaded
+when they are actually loaded. Since we can't fix xorg, inxi will try to work
+around this bug by validating one step further in the Xorg.0.log data, to
+confirm that drivers noted as loaded/unloaded/failed are actually running the
+display(s) of the system.
+
+There is a possible case of error that might happen due to this change in the
+case of a system with a complex xorg that uses two drivers/modules to run two
+different displays, ie, nvidia on one, and amd on the other, for example, or
+intel/nvidia, etc. However, if that bug appears, we'll get that data set of
+debugging output and fix it at that point.
+
+This fix repairs an existing xorg bug that is unlikely to get fixed any time
+soon (the call to load the detected drivers, eg, vesa, intel, is repeated,
+causing a failure of driver already loaded on the second occurance.
+
+--------------------------------------------------------------------------------
-- Harald Hope - Mon, 12 Aug 2013 16:20:51 -0700
-=====================================================================================
+================================================================================
Version: 1.9.12
Patch: 00
Date: July 2 2013
------------------------------------
-Changes:
------------------------------------
-Tiny change, no new version, removed a stray 's' line 4306 that may have made certain distro
-ids get slightly corrupted, but this is so trivial just fixing it, new tarball.
+--------------------------------------------------------------------------------
+UPDATES:
+--------------------------------------------------------------------------------
+
+Tiny change, no new version, removed a stray 's' line 4306 that may have made
+certain distro ids get slightly corrupted, but this is so trivial just fixing
+it, new tarball.
------------------------------------
+--------------------------------------------------------------------------------
-- Harald Hope - Sat, 13 Jul 2013 11:47:48 -0700
-=====================================================================================
+================================================================================
Version: 1.9.12
Patch: 00
Date: July 2 2013
------------------------------------
-Changes:
------------------------------------
-New version, new tarball. Two new desktop/window managers added: spectrwm (similar to scrotwm) and
-herbstluftwm. Both tested and working, thanks anticap from Antix for doing the testing/issue report on this.
+--------------------------------------------------------------------------------
+UPDATES:
+--------------------------------------------------------------------------------
------------------------------------
+New version, new tarball. Two new desktop/window managers added: spectrwm
+(similar to scrotwm) and herbstluftwm. Both tested and working, thanks anticap
+from Antix for doing the testing/issue report on this.
+
+--------------------------------------------------------------------------------
-- Harald Hope - Mon, 01 Jul 2013 15:13:24 -0700
-=====================================================================================
+================================================================================
Version: 1.9.11
Patch: 00
Date: June 19 2013
------------------------------------
-Changes:
------------------------------------
-New version, new tarball. The recent bug fixes reminded me to check for ARM working, that had some bugs too,
-so I've updated that. -f for ARM now shows features instead of flags, and the -C regular cpu output does not
-show cache/flags for arm cpus becuase they don't have those features.
+--------------------------------------------------------------------------------
+UPDATES:
+--------------------------------------------------------------------------------
+
+New version, new tarball. The recent bug fixes reminded me to check for ARM
+working, that had some bugs too, so I've updated that. -f for ARM now shows
+features instead of flags, and the -C regular cpu output does not show
+cache/flags for arm cpus becuase they don't have those features.
-Added some flags passed to various cpu functions and better detections of ARM cpu to handle dual core and other
-issues that were not handled before as well, or at all.
+Added some flags passed to various cpu functions and better detections of ARM
+cpu to handle dual core and other issues that were not handled before as well,
+or at all.
------------------------------------
+--------------------------------------------------------------------------------
-- Harald Hope - Wed, 19 Jun 2013 19:14:10 -0700
-=====================================================================================
+================================================================================
Version: 1.9.10
Patch: 00
Date: June 19 2013
------------------------------------
-Changes:
------------------------------------
-New version, new tarball. Another stab at finally fixing the cpu / core count failures on fringe
-cases. This required fixing some core logic assumptions that are not currently correct, particularly
-on two cases, some xeon cpus fail to show core id for each core, showing 0 for all of them, second,
-vm cpus do not show physical ids at all for at least intel, nor do they show core id.
-
-While we can't get HT totally reliable, particularly for vm xeon, since inxi has no way to know in
-that case if a core is attached to a physical core or a virtual one, all of them being virtual in that
-case, but still inxi is now reporting the correct number of cores, or threads in vm xeons, and is not
+--------------------------------------------------------------------------------
+UPDATES:
+--------------------------------------------------------------------------------
+
+New version, new tarball. Another stab at finally fixing the cpu / core count
+failures on fringe cases. This required fixing some core logic assumptions that
+are not currently correct, particularly on two cases, some xeon cpus fail to
+show core id for each core, showing 0 for all of them, second, vm cpus do not
+show physical ids at all for at least intel, nor do they show core id.
+
+While we can't get HT totally reliable, particularly for vm xeon, since inxi has
+no way to know in that case if a core is attached to a physical core or a
+virtual one, all of them being virtual in that case, but still inxi is now
+reporting the correct number of cores, or threads in vm xeons, and is not
showing multicore cpus as single core, which was the main issue.
-This required redoing the counter logic for the cpu/core/physical arrays, now they are set independently,
-and can handle any of the others not being set, without creating an error or failure condition.
+This required redoing the counter logic for the cpu/core/physical arrays, now
+they are set independently, and can handle any of the others not being set,
+without creating an error or failure condition.
-Also added in last check for a certain intel case where core id is 0 but > 1 physical cores exist, that
-now also shows the correct cpu / core count.
+Also added in last check for a certain intel case where core id is 0 but > 1
+physical cores exist, that now also shows the correct cpu / core count.
-While this is tested on many data sets of proc cpuinfo, it's still possible there is a fringe case I have
-not seen that will trigger yet another unexpected behavior.
+While this is tested on many data sets of proc cpuinfo, it's still possible
+there is a fringe case I have not seen that will trigger yet another unexpected
+behavior.
------------------------------------
+--------------------------------------------------------------------------------
-- Harald Hope - Wed, 19 Jun 2013 17:22:42 -0700
-=====================================================================================
+================================================================================
Version: 1.9.9
Patch: 00
Date: June 16 2013
------------------------------------
-Changes:
------------------------------------
-new version, new tarball. Added support for openSUSE repo syntax/location, as long as it's
-zypp or yum it will work. If it's both then it will show only one I believe, if that's a possible scenario, no idea.
+--------------------------------------------------------------------------------
+UPDATES:
+--------------------------------------------------------------------------------
-Added one more fix for those pesky intel vm cpu core errors, now if /proc/cpuinfo shows no siblings at all,
-and no core_id, but does have physical id, it will use the count for physical id as a default for core count.
+New version, new tarball. Added support for openSUSE repo syntax/location, as
+long as it's zypp or yum it will work. If it's both then it will show only one I
+believe, if that's a possible scenario, no idea.
+
+Added one more fix for those pesky intel vm cpu core errors, now if
+/proc/cpuinfo shows no siblings at all, and no core_id, but does have physical
+id, it will use the count for physical id as a default for core count.
Not perfect, but better than calling a dual core cpu a single core.
-There's still a lot of mysteries with vm versions of kvm cpus, for example, if you see a dual core xeon, is
-that actually one core with ht, or two cores? There is no way to find that information out that I can see that is
+There's still a lot of mysteries with vm versions of kvm cpus, for example, if
+you see a dual core xeon, is that actually one core with ht, or two cores? There
+is no way to find that information out that I can see that is
reliable.
------------------------------------
+
+--------------------------------------------------------------------------------
-- Harald Hope - Sun, 16 Jun 2013 13:56:28 -0700
-=====================================================================================
+================================================================================
Version: 1.9.8
Patch: 00
Date: June 14 2013
------------------------------------
-Changes:
------------------------------------
-New version, new tarball. Some subtle bug fixes, a kvm virtual machine uses disk id in
-/proc/partitions of 253, which made the disk totals fail to show up at all. Added that in.
-
-Moved sourcing of configuration files to right after initialize_data so that some variables
-can be forced to different values before the next set of system/app checks.
-
-This is to allow specifically turning off, for some headless servers where $DISPLAY is not
-null due to a bash configuration bug, these:
-B_SHOW_X_DATA='false'
-B_RUNNING_IN_X='false'
-
-Setting those two to false in inxi.conf will turn off all the X checks etc even if the $DISPLAY
-is set to non null.
-
-Added in support for ksplice kernel version, requires installed uptrack-uname, if that is
-present and if uptrack-name kernel version is different from uname then it will add (ksplice)
-to kernel version string, and use ksplice kernel version. Also created a single function
-get_kernel_version for use by short form/long form inxi output.
-
-For intel xeon cpus, trying a work around for a bug in /proc/cpuinfo which fails to show core_id
-or physical_id for cpus, using siblings / 2 for xeons with no actual core counts.
-
-Fixed a bug that made fixes for multimounted partitions fail for disk used. Added in support
-for also excluding single partitions mounted to different places.
-
-Also fixed grsec kernel different handling of partitions in /proc/partition and df -hTP, doesn't use
-standard partition numbering. This can't be perfect because inxi cannot know what the actual
-disk sizes are, but it's an ok guess. example: /dev/xvdac (uses 'c' instead of '3' for partition,
-and does not show anything for disk itself.
-
------------------------------------
+--------------------------------------------------------------------------------
+UPDATES:
+--------------------------------------------------------------------------------
+
+New version, new tarball. Some subtle bug fixes, a kvm virtual machine uses disk
+id in /proc/partitions of 253, which made the disk totals fail to show up at
+all. Added that in.
+
+Moved sourcing of configuration files to right after initialize_data so that
+some variables can be forced to different values before the next set of
+system/app checks.
+
+This is to allow specifically turning off, for some headless servers where
+$DISPLAY is not null due to a bash configuration bug, these:
+B_SHOW_X_DATA='false' B_RUNNING_IN_X='false'
+
+Setting those two to false in inxi.conf will turn off all the X checks etc even
+if the $DISPLAY is set to non null.
+
+Added in support for ksplice kernel version, requires installed uptrack-uname,
+if that is present and if uptrack-name kernel version is different from uname
+then it will add (ksplice) to kernel version string, and use ksplice kernel
+version. Also created a single function get_kernel_version for use by short
+form/long form inxi output.
+
+For intel xeon cpus, trying a work around for a bug in /proc/cpuinfo which fails
+to show core_id or physical_id for cpus, using siblings / 2 for xeons with no
+actual core counts.
+
+Fixed a bug that made fixes for multimounted partitions fail for disk used.
+Added in support for also excluding single partitions mounted to different
+places.
+
+Also fixed grsec kernel different handling of partitions in /proc/partition and
+df -hTP, doesn't use standard partition numbering. This can't be perfect because
+inxi cannot know what the actual disk sizes are, but it's an ok guess. example:
+/dev/xvdac (uses 'c' instead of '3' for partition, and does not show anything
+for disk itself.
+
+--------------------------------------------------------------------------------
-- Harald Hope - Fri, 14 Jun 2013 12:36:57 -0700
-=====================================================================================
+================================================================================
Version: 1.9.7
Patch: 00
Date: May 25 2013
------------------------------------
-Changes:
------------------------------------
-New tarball, version, man page. Improved remote weather, now it uses -W, and deprecated -! location=..
+--------------------------------------------------------------------------------
+UPDATES:
+--------------------------------------------------------------------------------
-That was too hard to type and too hard to remember. Also do more dyanamic reordering of weather
-output, depending on how much data is present, and how many x options are used.
+New tarball, version, man page. Improved remote weather, now it uses -W, and
+deprecated -! location=..
-Added error handling for generic deprecated options, and for options that do not have the correct
-syntax for OPTARG, like with -W.
+That was too hard to type and too hard to remember. Also do more dyanamic
+reordering of weather output, depending on how much data is present, and how
+many x options are used.
-This should about do it for the weather option for now unless I missed something somewhere.
+Added error handling for generic deprecated options, and for options that do not
+have the correct syntax for OPTARG, like with -W.
------------------------------------
+This should about do it for the weather option for now unless I missed something
+somewhere.
+
+--------------------------------------------------------------------------------
-- Harald Hope - Sat, 25 May 2013 20:16:01 -0700
-=====================================================================================
+================================================================================
Version: 1.9.6
Patch: 00
Date: May 19 2013
------------------------------------
-Changes:
------------------------------------
-new version, tarball. Bug fix, overly loose regex removed na from country/state/city strings,
-like nashville.
+--------------------------------------------------------------------------------
+UPDATES:
+--------------------------------------------------------------------------------
+
+New version, tarball. Bug fix, overly loose regex removed na from country /
+state / city strings, like nashville.
------------------------------------
+--------------------------------------------------------------------------------
-- Harald Hope - Sun, 19 May 2013 20:06:44 -0700
-=====================================================================================
+================================================================================
Version: 1.9.5
Patch: 00
Date: May 18 2013
------------------------------------
-Changes:
------------------------------------
-New version, new tarball. Fixed some lintian issues in man page, changed man/help for
--! location= option, to indicate that users must replace space with + themselves.
+--------------------------------------------------------------------------------
+UPDATES:
+--------------------------------------------------------------------------------
+
+New version, new tarball. Fixed some lintian issues in man page, changed
+man/help for -! location= option, to indicate that users must replace space with
++ themselves.
-Because of how bash handles these options, inxi cannot add in + signs itself automatically.
+Because of how bash handles these options, inxi cannot add in + signs itself
+automatically.
This should be closer to cleanup of this new feature.
------------------------------------
+--------------------------------------------------------------------------------
-- Harald Hope - Sat, 18 May 2013 10:50:06 -0700
-=====================================================================================
+================================================================================
Version: 1.9.04
Patch: 00
Date: May 17 2013
------------------------------------
-Changes:
------------------------------------
-new version, tarball. Fixed issue with spaces in names for cities/states/countries, added
-man and help instructions to remove spaces and examples.
+--------------------------------------------------------------------------------
+UPDATES:
+--------------------------------------------------------------------------------
------------------------------------
+New version, tarball. Fixed issue with spaces in names for cities / states /
+countries, added man and help instructions to remove spaces and examples.
+
+--------------------------------------------------------------------------------
-- Harald Hope - Fri, 17 May 2013 22:35:59 -0700
-=====================================================================================
+================================================================================
Version: 1.9.03
Patch: 00
Date: May 17 2013
------------------------------------
-Changes:
------------------------------------
-new tarball, version, bug fixes on weather, also optimized speed for slow isps, and added
-a global that can be set in user / system configs to make a longer wget time out. Default
-is 8 seconds.
+--------------------------------------------------------------------------------
+UPDATES:
+--------------------------------------------------------------------------------
+
+New tarball, version, bug fixes on weather, also optimized speed for slow isps,
+and added a global that can be set in user / system configs to make a longer
+wget time out. Default is 8 seconds.
This should take care of the failure from slow load issue reported.
------------------------------------
+--------------------------------------------------------------------------------
-- Harald Hope - Fri, 17 May 2013 22:07:29 -0700
-=====================================================================================
+================================================================================
Version: 1.9.02
Patch: 00
Date: May 17 2013
------------------------------------
-Changes:
------------------------------------
+--------------------------------------------------------------------------------
+UPDATES:
+--------------------------------------------------------------------------------
-new version, new tarball, bug fix for weather
------------------------------------
+New version, new tarball, bug fix for weather.
+
+--------------------------------------------------------------------------------
-- Harald Hope - Fri, 17 May 2013 21:10:21 -0700
-=====================================================================================
+================================================================================
Version: 1.9.01
Patch: 00
Date: May 17 2013
------------------------------------
-Changes:
------------------------------------
-new tarball, version. Bug fix on -! location=, forgot to have it pack its own location
-array, that's now correct.
+--------------------------------------------------------------------------------
+UPDATES:
+--------------------------------------------------------------------------------
+
+New tarball, version. Bug fix on -! location=, forgot to have it pack its own
+location array, that's now correct.
------------------------------------
+--------------------------------------------------------------------------------
-- Harald Hope - Fri, 17 May 2013 20:17:32 -0700
-=====================================================================================
+================================================================================
Version: 1.9.00
Patch: 00
Date: May 17 2013
------------------------------------
-Changes:
------------------------------------
-New version, new tarball, new man page. Unless disabled by distribution maintainers, offers
-weather -w option. With -x, -xx-, -xxx, shows more information. Basic line is just weather
-and system time there. -x adds time zone, which is useful for servers, particurly web servers.
--x also adds wind speed. -xx adds humidity and barometric pressure. -xxx adds a possible new line,
-if data is available, heat index, wind chill, and dew point.
--xxx also adds a line for location (blocked by irc/-z) / weather observation time.
-
--z filter applies as usual to location data, removes it in irc by default. -Z overrides override.
-
-The api this uses is probably going to be dropped at some point, so this is just going to work
-while it works, then it will need to be updated at some point, so don't get very attached to it.
-
-Also adds option to, with -w: -! location=<location string>
-This lets users send an alternate location using either <city,state> or <postal code>
-or <latitude,longitude> (commas for city,state and latitude,longitude are not optional, and the order
-must be as listed.
-
-If There is a developer flag if distro maintainers do not want this enabled, simply set:
-B_ALLOW_WEATHER='false'
-before packaging and the weather feature will be disabled.
-
------------------------------------
+--------------------------------------------------------------------------------
+UPDATES:
+--------------------------------------------------------------------------------
+
+New version, new tarball, new man page. Unless disabled by distribution
+maintainers, offers weather -w option. With -x, -xx-, -xxx, shows more
+information. Basic line is just weather and system time there. -x adds time
+zone, which is useful for servers, particurly web servers. -x also adds wind
+speed. -xx adds humidity and barometric pressure. -xxx adds a possible new line,
+if data is available, heat index, wind chill, and dew point. -xxx also adds a
+line for location (blocked by irc/-z) / weather observation time.
+
+-z filter applies as usual to location data, removes it in irc by default. -Z
+overrides override.
+
+The api this uses is probably going to be dropped at some point, so this is just
+going to work while it works, then it will need to be updated at some point, so
+don't get very attached to it.
+
+Also adds option to, with -w: -! location=<location string> This lets users send
+an alternate location using either <city,state> or <postal code> or
+<latitude,longitude> (commas for city,state and latitude,longitude are not
+optional, and the order must be as listed.
+
+If There is a developer flag if distro maintainers do not want this enabled,
+simply set: B_ALLOW_WEATHER='false' before packaging and the weather feature
+will be disabled.
+
+--------------------------------------------------------------------------------
-- Harald Hope - Fri, 17 May 2013 18:47:24 -0700
-=====================================================================================
+================================================================================
Version: 1.8.47
Patch: 00
Date: May 3 2013
------------------------------------
-Changes:
------------------------------------
-New version, new tarball. Made separators surround the partition id, that avoids any possible
-errors with detections, also added in missing detection for separator.
------------------------------------
+--------------------------------------------------------------------------------
+UPDATES:
+--------------------------------------------------------------------------------
+
+New version, new tarball. Made separators surround the partition id, that avoids
+any possible errors with detections, also added in missing detection for
+separator.
+
+--------------------------------------------------------------------------------
-- Harald Hope - Fri, 03 May 2013 15:41:26 -0700
-=====================================================================================
+================================================================================
Version: 1.8.46
Patch: 00
Date: May 3 2013
------------------------------------
-Changes:
------------------------------------
-New version, tarball. Fixed a small issue that would create a wrong reporting of disk
-useage if bind mounts are used, ie, multiple binds to a single mount. Now inxi will
-check a list of the previously used partitions before adding the size of the used space
-to the total used, if the partition has already been used it will skip it. This was/is
-a quick and dirty fix, but it's totally fine I believe and should resolve two separate
-issues:
-
-1. use of bind mount method, where multiple partition names are bound to the same partition
-2. accidental dual mounting to the same partition.
-
-partitions section will still show the same data, ie, if bind is used, it will show all
-the bind mounts even when they are attached/bound to a partition that is already listed.
-This seems useful information, though maybe we can get the key word 'bind' in there somehow,
-but for now I won't worry about that issue, that's just a nice to have, not a bug.
-
------------------------------------
+--------------------------------------------------------------------------------
+UPDATES:
+--------------------------------------------------------------------------------
+
+New version, tarball. Fixed a small issue that would create a wrong reporting of
+disk useage if bind mounts are used, ie, multiple binds to a single mount. Now
+inxi will check a list of the previously used partitions before adding the size
+of the used space to the total used, if the partition has already been used it
+will skip it. This was/is a quick and dirty fix, but it's totally fine I believe
+and should resolve two separate issues:
+
+1. use of bind mount method, where multiple partition names are bound to the
+same partition 2. accidental dual mounting to the same partition.
+
+partitions section will still show the same data, ie, if bind is used, it will
+show all the bind mounts even when they are attached/bound to a partition that
+is already listed. This seems useful information, though maybe we can get the
+key word 'bind' in there somehow, but for now I won't worry about that issue,
+that's just a nice to have, not a bug.
+
+--------------------------------------------------------------------------------
-- Harald Hope - Fri, 03 May 2013 13:52:44 -0700
-=====================================================================================
+================================================================================
Version: 1.8.45
Patch: 00
Date: March 2 2013
------------------------------------
-Changes:
------------------------------------
-New version, tarball. As always with fixes, one thing creates a bug in another. Fixed
-linux driver version handling, now only trimming off number from bsd drivers.
+--------------------------------------------------------------------------------
+UPDATES:
+--------------------------------------------------------------------------------
+
+New version, tarball. As always with fixes, one thing creates a bug in another.
+Fixed linux driver version handling, now only trimming off number from BSD
+drivers.
-Some linux drivers, like tg3 for broadcom ethernet, have numbers ending them. So this is
-a bug fix for 1.8.44 release mainly.
+Some linux drivers, like tg3 for broadcom ethernet, have numbers ending them. So
+this is a bug fix for 1.8.44 release mainly.
-Also includes openbsd initial fixes for some issues related to sysctl parsing for cpu and ram.
+Also includes openBSD initial fixes for some issues related to sysctl parsing
+for cpu and ram.
------------------------------------
+--------------------------------------------------------------------------------
-- Harald Hope - Sat, 02 Mar 2013 09:44:17 -0800
-=====================================================================================
+================================================================================
Version: 1.8.44
Patch: 00
Date: February 28 2013
------------------------------------
-Changes:
------------------------------------
-no version change, just added 'chipset' to banlist to filter out.
+--------------------------------------------------------------------------------
+UPDATES:
+--------------------------------------------------------------------------------
------------------------------------
+No version change, just added 'chipset' to banlist to filter out.
+
+--------------------------------------------------------------------------------
-- Harald Hope - Thu, 28 Feb 2013 22:14:33 -0800
-=====================================================================================
+================================================================================
Version: 1.8.44
Patch: 00
Date: February 28 2013
------------------------------------
-Changes:
------------------------------------
-New version, new tarball. This version brings the -A, -G, -N, -n, -i pci data
-to bsd. Using a pciconf parser to do most of the heavy lifting in this one.
+--------------------------------------------------------------------------------
+UPDATES:
+--------------------------------------------------------------------------------
+
+New version, new tarball. This version brings the -A, -G, -N, -n, -i pci data to
+BSD. Using a pciconf parser to do most of the heavy lifting in this one.
-Two functions do the main pci card processing for audio, graphics, and networking.
+Two functions do the main pci card processing for audio, graphics, and
+networking.
-All seems to be shipshape and working, tested on freebsd 7.3, 9.0, and 9.1 and
+All seems to be shipshape and working, tested on freeBSD 7.3, 9.0, and 9.1 and
the output is consistent.
------------------------------------
+--------------------------------------------------------------------------------
-- Harald Hope - Thu, 28 Feb 2013 21:50:57 -0800
-=====================================================================================
+================================================================================
Version: 1.8.43
Patch: 00
Date: February 28 2013
------------------------------------
-Changes:
------------------------------------
-New version, new tarball. Improved B_ALLOW_UPDATES handling, now if set to false,
-turns off all -h and -H menu options for updating. Also triggers an error message
-if you use -U or -! <10-16/http://>.
+--------------------------------------------------------------------------------
+UPDATES:
+--------------------------------------------------------------------------------
-Distro maintainers, take note, if you used the B_ALLOW_UPDATES flag, you no longer
-need to change the code anywhere, the error messages and blocking the -h output for
-update features is automatic as soon as the flag is set to 'false'.
+New version, new tarball. Improved B_ALLOW_UPDATES handling, now if set to
+false, turns off all -h and -H menu options for updating. Also triggers an error
+message if you use -U or -! <10-16/http://>.
-I needed to change the -! handling because -! is now also being used for extra features
-like -! 31 and -! 32 and probably more stuff in the future, plus the -! 30 used by
-things like the inxi gui tool being worked on by trash80.
+Distro maintainers, take note, if you used the B_ALLOW_UPDATES flag, you no
+longer need to change the code anywhere, the error messages and blocking the -h
+output for update features is automatic as soon as the flag is set to 'false'.
-Also included in this version are more bsd changes, including initial function for pciconf
-data parsing, this will be used for -A, -G, and -N options for card data.
+I needed to change the -! handling because -! is now also being used for extra
+features like -! 31 and -! 32 and probably more stuff in the future, plus the -!
+30 used by things like the inxi gui tool being worked on by trash80.
-Further bsd improvements are better error/no data available messages for -D and -o.
+Also included in this version are more BSD changes, including initial function
+for pciconf data parsing, this will be used for -A, -G, and -N options for card
+data.
------------------------------------
+Further BSD improvements are better error/no data available messages for -D and
+-o.
+
+--------------------------------------------------------------------------------
-- Harald Hope - Thu, 28 Feb 2013 15:30:07 -0800
-=====================================================================================
+================================================================================
Version: 1.8.42
Patch: 00
Date: February 27 2013
------------------------------------
-Changes:
------------------------------------
-New version, small bug fix, inxi failed to add in md raid partition size data to HDD used data.
+--------------------------------------------------------------------------------
+UPDATES:
+--------------------------------------------------------------------------------
+
+New version, small bug fix, inxi failed to add in md raid partition size data to
+HDD used data.
-The hdd used still fails to properly calculate the actual raid sizes but that's a bit too tricky
-to do easily so will leave that for some other time.
+The hdd used still fails to properly calculate the actual raid sizes but that's
+a bit too tricky to do easily so will leave that for some other time.
-Also added in more hdd used partition types for bsds, wd and ad type drivers for disks.
+Also added in more hdd used partition types for BSDs, wd and ad type drivers for
+disks.
------------------------------------
+--------------------------------------------------------------------------------
-- Harald Hope - Wed, 27 Feb 2013 23:13:00 -0800
-=====================================================================================
+================================================================================
Version: 1.8.41
Patch: 00
Date: February 27 2013
------------------------------------
-Changes:
------------------------------------
-small change, new tarball, added some excludes items to unmounted list, scd, dvdrw, cdrw.
+--------------------------------------------------------------------------------
+UPDATES:
+--------------------------------------------------------------------------------
+
+Small change, new tarball, added some excludes items to unmounted list, scd,
+dvdrw, cdrw.
------------------------------------
+--------------------------------------------------------------------------------
-- Harald Hope - Wed, 27 Feb 2013 22:26:32 -0800
-=====================================================================================
+================================================================================
Version: 1.8.41
Patch: 00
Date: February 27 2013
------------------------------------
-Changes:
------------------------------------
-New version, updated man page. A bug fix for an old time bug: with mdraid, -o (unmounted
-partitions) would show components of the md raid array as unmounted partitions.
+--------------------------------------------------------------------------------
+UPDATES:
+--------------------------------------------------------------------------------
+
+New version, updated man page. A bug fix for an old time bug: with mdraid, -o
+(unmounted partitions) would show components of the md raid array as unmounted
+partitions.
This is of course incorrect, and is now fixed.
-Small update of man page as well to note that -o will not show components of mdraid arrays.
+Small update of man page as well to note that -o will not show components of
+mdraid arrays.
------------------------------------
+--------------------------------------------------------------------------------
-- Harald Hope - Wed, 27 Feb 2013 22:09:32 -0800
-=====================================================================================
+================================================================================
Version: 1.8.40
Patch: 00
Date: February 27 2013
------------------------------------
-Changes:
------------------------------------
-New version, bug fix for mdraid, and cleaned up some errors and weak spots in component
-output for mdraid. Certain conditions would trigger a false return for raid components, now
-it shows more explicitly the online/spare/failed data so it's clear. Also shows 'none' for
-online if none are detected.
-
------------------------------------
+--------------------------------------------------------------------------------
+UPDATES:
+--------------------------------------------------------------------------------
+
+New version, bug fix for mdraid, and cleaned up some errors and weak spots in
+component output for mdraid. Certain conditions would trigger a false return for
+raid components, now it shows more explicitly the online/spare/failed data so
+it's clear. Also shows 'none' for online if none are detected.
+
+--------------------------------------------------------------------------------
-- Harald Hope - Wed, 27 Feb 2013 14:00:46 -0800
-=====================================================================================
+================================================================================
Version: 1.8.39
Patch: 00
Date: February 27 2013
------------------------------------
-Changes:
------------------------------------
-New version, updated man page. Completed zfs raid support for bsds, now include component
-status as with mdraid, will show offline/failed devices as well in standard output.
+--------------------------------------------------------------------------------
+UPDATES:
+--------------------------------------------------------------------------------
+
+New version, updated man page. Completed zfs raid support for BSDs, now include
+component status as with mdraid, will show offline/failed devices as well in
+standard output.
-Updated help and man page to reflect the difference between -R, -Rx, and -Rxx output for
-zfs / mdraid.
+Updated help and man page to reflect the difference between -R, -Rx, and -Rxx
+output for zfs / mdraid.
-No linux inxi changes, this should not alter any behaviors in -R for mdraid, if it does, it's
-a bug, please report it.
+No linux inxi changes, this should not alter any behaviors in -R for mdraid, if
+it does, it's a bug, please report it.
------------------------------------
+--------------------------------------------------------------------------------
-- Harald Hope - Wed, 27 Feb 2013 12:42:02 -0800
-=====================================================================================
+================================================================================
Version: 1.8.38
Patch: 00
Date: February 18 2013
------------------------------------
-Changes:
------------------------------------
+--------------------------------------------------------------------------------
+UPDATES:
+--------------------------------------------------------------------------------
+
New version, updated man page, new tarball.
-Fixed partition bug that could falsely identify a remote filesystem like nfs as /dev fs
+Fixed partition bug that could falsely identify a remote filesystem like nfs as
+/dev fs
-Added two options:
--! 31 - Turns off Host section of System line. This is useful if you want to post output
-from server without posting its name.
--! 32 - Turns on Host section if it has been disabled by user configuration file
+Added two options: -! 31 - Turns off Host section of System line. This is useful
+if you want to post output from server without posting its name. -! 32 - Turns
+on Host section if it has been disabled by user configuration file
B_SHOW_HOST='false'
-Added missing CPU data message, fixed missing cpu cache/bogomips output, turned off
-bogomips if null for bsd systems because bogomips is a linux kernel feature.
+Added missing CPU data message, fixed missing cpu cache/bogomips output, turned
+off bogomips if null for BSD systems because bogomips is a linux kernel feature.
-Added N/A for no memory report, this would mainly hit bsd systems where user has no
-permissions to use sysctl or has no read rights for /var/run/dmesg.boot.
+Added N/A for no memory report, this would mainly hit BSD systems where user has
+no permissions to use sysctl or has no read rights for /var/run/dmesg.boot.
-Many fixes for partitions, now for bsd, if available, uses gpart list to get uuid/label
-Added support for raid file system syntax in bsd, now excludes main raid device name,
-and adds a flag to raiddevice/partitionname type so output can identify it as a raid
-slice/partition.
+Many fixes for partitions, now for BSD, if available, uses gpart list to get
+uuid/label Added support for raid file system syntax in BSD, now excludes main
+raid device name, and adds a flag to raiddevice/partitionname type so output can
+identify it as a raid slice/partition.
In man page, added -! 31 / -! 32 sections, and some other small edits.
-Added bsd raid line error message, added bsd sensors line error message.
+Added BSD raid line error message, added BSD sensors line error message.
-Many other small bug fixes that should make linux more robust in terms of missing
-data, and better/cleaner output for bsd.
+Many other small bug fixes that should make linux more robust in terms of
+missing data, and better/cleaner output for BSD.
------------------------------------
+--------------------------------------------------------------------------------
-- Harald Hope - Mon, 18 Feb 2013 12:24:39 -0800
-=====================================================================================
+================================================================================
Version: 1.8.37
Patch: 00
Date: February 11 2013
------------------------------------
-Changes:
------------------------------------
+--------------------------------------------------------------------------------
+UPDATES:
+--------------------------------------------------------------------------------
+
New tarball. Tiny fix for an obscure fringe case, leaving numbering as is.
In some cases, dmidecode returns the grammatically wrong message:
-'No smbios nor dmi data' instead of 'No smbios or dmi data', corrected the search
-to look for simpler: 'no smbios ' to avoid that random error.
+'No smbios nor dmi data' instead of 'No smbios or dmi data', corrected the
+search to look for simpler: 'no smbios ' to avoid that random error.
------------------------------------
+--------------------------------------------------------------------------------
-- Harald Hope - Tue, 12 Feb 2013 09:54:51 -0800
-=====================================================================================
+================================================================================
Version: 1.8.37
Patch: 00
Date: February 11 2013
------------------------------------
-Changes:
------------------------------------
-New version, new tarball. This update fixes a recent bug report with ancient dmidecode versions, that do not
-properly support the -s option. Now -M uses only one method for dmidecode, manual construction of the Machine
-data from the raw dmidecode file. The file output is also parsed a bit to make it more consistently reliable
-for inxi purposes.
+--------------------------------------------------------------------------------
+UPDATES:
+--------------------------------------------------------------------------------
+
+New version, new tarball. This update fixes a recent bug report with ancient
+dmidecode versions, that do not properly support the -s option. Now -M uses only
+one method for dmidecode, manual construction of the Machine data from the raw
+dmidecode file. The file output is also parsed a bit to make it more
+consistently reliable for inxi purposes.
-This update also includes all recent bsd branch updates, including the new #!/usr/bin/env bash on top which
-lets inxi run in any environment without changes. Also for bsd, sets sed -i/sed -i '' global value, which
-means that now all the branches are the same, except the bsd branches will contain the most recent tests
-and bsd handling.
+This update also includes all recent BSD branch updates, including the new
+#!/usr/bin/env bash on top which lets inxi run in any environment without
+changes. Also for BSD, sets sed -i/sed -i '' global value, which means that now
+all the branches are the same, except the BSD branches will contain the most
+recent tests and BSD handling.
-As each step is reached, I'll release a new inxi that should be stable, this is the first one however that
-can be used as is, no changes, for bsd, debian kfreebsd, and linux systems.
+As each step is reached, I'll release a new inxi that should be stable, this is
+the first one however that can be used as is, no changes, for BSD, debian
+kfreeBSD, and linux systems.
-Pleasen note that most bsd features are either incomplete or missing completely at this point, but it's a
-start.
+Pleasen note that most BSD features are either incomplete or missing completely
+at this point, but it's a start.
-Some initial changes as well to help options to show more correct linux or bsd terms. These will be updated
-as time permits, it is a long process.
+Some initial changes as well to help options to show more correct linux or BSD
+terms. These will be updated as time permits, it is a long process.
------------------------------------
+--------------------------------------------------------------------------------
-- Harald Hope - Mon, 11 Feb 2013 20:55:49 -0800
-=====================================================================================
+================================================================================
Version: 1.8.36
Patch: 00
Date: February 8 2013
------------------------------------
-Changes:
------------------------------------
-New version, new tarball. Cleaned up patch number sed cleanup that didn't work in bsd.
+--------------------------------------------------------------------------------
+UPDATES:
+--------------------------------------------------------------------------------
------------------------------------
+New version, new tarball. Cleaned up patch number sed cleanup that didn't work
+in BSD.
+
+--------------------------------------------------------------------------------
-- Harald Hope - Fri, 08 Feb 2013 20:50:23 -0800
-=====================================================================================
+================================================================================
Version: 1.8.36
Patch: 00
Date: February 8 2013
------------------------------------
-Changes:
------------------------------------
-New version, new tarball. All bug fixes and cleanup preparing to support bsd systems, including
-kfreebsd from Debian.
+--------------------------------------------------------------------------------
+UPDATES:
+--------------------------------------------------------------------------------
+
+New version, new tarball. All bug fixes and cleanup preparing to support BSD
+systems, including kfreeBSD from Debian.
-Cleaned up all sed and grep that will be used by bsds, added more granular flag for bsd types.
+Cleaned up all sed and grep that will be used by BSDs, added more granular flag
+for BSD types.
-Cleaned up and corrected issues between bsd/linux, more escapes and tests added to drop error
-counts in bsds.
+Cleaned up and corrected issues between BSD/linux, more escapes and tests added
+to drop error counts in BSDs.
-Please note that you must use the inxi from branches/bsd for true bsds because sed has extra -i ''
-added, and has the proper #!/usr/local/bin/bash
+Please note that you must use the inxi from branches/BSD for true BSDs because
+sed has extra -i '' added, and has the proper #!/usr/local/bin/bash
-Added -! 16 for gnubsd download/update, that's for gnu bsd systems like gnu/kfreebsd from debian.
+Added -! 16 for gnuBSD download/update, that's for gnu BSD systems like
+gnu/kfreeBSD from debian.
That retains the top #!/bin/bash path, and also uses gnu sed so no -i '' syntax.
-Moved some grep -o to gawk or sed to avoid using gnu grep unnecessarily, leaving gnu grep where
-it will be linux only, for example parsing a /proc file.
+Moved some grep -o to gawk or sed to avoid using gnu grep unnecessarily, leaving
+gnu grep where it will be linux only, for example parsing a /proc file.
-Fixed tty irc bugs for bsds and linux, now should show the right console size for both, ideally.
+Fixed tty irc bugs for BSDs and linux, now should show the right console size
+for both, ideally.
------------------------------------
+--------------------------------------------------------------------------------
-- Harald Hope - Fri, 08 Feb 2013 20:36:02 -0800
-=====================================================================================
+================================================================================
Version: 1.8.35
Patch: 00
Date: February 7 2013
------------------------------------
-Changes:
------------------------------------
-New version, new tarball. Note, this is a refactor release only, and features the core bsd
-support built in, although inxi will not run in bsd unless the top: #!/bin/bash is changed
-to #!/usr/local/bin/bash
+--------------------------------------------------------------------------------
+UPDATES:
+--------------------------------------------------------------------------------
+
+New version, new tarball. Note, this is a refactor release only, and features
+the core BSD support built in, although inxi will not run in BSD unless the top:
+#!/bin/bash is changed to #!/usr/local/bin/bash
-The actual bsd branch can be grabbed from:
-http://inxi.googlecode.com/svn/branches/bsd/inxi
-then you can keep that version updated using: inxi -! 15
-which will grab the latest bsd version from the svn server.
+The actual BSD branch can be grabbed from:
+http://inxi.googlecode.com/svn/branches/BSD/inxi then you can keep that version
+updated using: inxi -! 15 which will grab the latest BSD version from the svn
+server.
-This release also fixes a lot of small bugs that testing for bsd support exposed, but functionally
-most people should see no difference, I just want to get this version up because there are
-so many small changes that it's worth having a release.
+This release also fixes a lot of small bugs that testing for BSD support
+exposed, but functionally most people should see no difference, I just want to
+get this version up because there are so many small changes that it's worth
+having a release.
-I was going to have the fixed dmidecode for old systems in 1.8.35 but that will have to wait til
-1.8.36
+I was going to have the fixed dmidecode for old systems in 1.8.35 but that will
+have to wait til 1.8.36
-Linux users should see no real changes, except maybe a thing or two will work in certain circumstances
-when it didn't before, like showing MHz on ARM cpus on short inxi.
+Linux users should see no real changes, except maybe a thing or two will work in
+certain circumstances when it didn't before, like showing MHz on ARM cpus on
+short inxi.
------------------------------------
+--------------------------------------------------------------------------------
-- Harald Hope - Thu, 07 Feb 2013 19:56:19 -0800
-=====================================================================================
+================================================================================
Version: 1.8.34
Patch: 00
Date: January 28 2013
------------------------------------
-Changes:
------------------------------------
-new version, new tarball, new man page.
+--------------------------------------------------------------------------------
+UPDATES:
+--------------------------------------------------------------------------------
-small change -Ixx will show running in tty if it's not in X, with tty number.
+New version, new tarball, new man page.
-sort of redundant to System: console: data, but that's ok, we'll live for now.
+Small change -Ixx will show running in tty if it's not in X, with tty number.
------------------------------------
+Sort of redundant to System: console: data, but that's ok, we'll live for now.
+
+--------------------------------------------------------------------------------
-- Harald Hope - Mon, 28 Jan 2013 16:12:45 -0800
-=====================================================================================
+================================================================================
Version: 1.8.33
Patch: 00
Date: January 28 2013
------------------------------------
-Changes:
------------------------------------
-New version, new tarball, new man page. Fixed an old bug where if you start inxi with
-an ssh command sometimes it will not show any client information, just the debugger
-PPID output. Now it will test as a final check to see if it can detect any parent to
-the process. Actually grandparent I believe. Seems to work, it's a fringe case but
-why not handle it?
-
-New -xx feature, for -I it will show, if inxi is not running in IRC client and if
-is running in X, and if the grandparent is not 'login', will show the application
-the shell is running in.
+--------------------------------------------------------------------------------
+UPDATES:
+--------------------------------------------------------------------------------
+
+New version, new tarball, new man page. Fixed an old bug where if you start inxi
+with an ssh command sometimes it will not show any client information, just the
+debugger PPID output. Now it will test as a final check to see if it can detect
+any parent to the process. Actually grandparent I believe. Seems to work, it's a
+fringe case but why not handle it?
+
+New -xx feature, for -I it will show, if inxi is not running in IRC client and
+if is running in X, and if the grandparent is not 'login', will show the
+application the shell is running in.
Example:
Info: Processes: 271 Uptime: 5:36 Memory: 3255.8/4048.5MB Runlevel: 3
Gcc sys: 4.7.2 alt: 4.0/4.2/4.4/4.5/4.6
Client: Shell (bash 4.2.37 - started in konsole) inxi: 1.8.33
------------------------------------
+--------------------------------------------------------------------------------
-- Harald Hope - Mon, 28 Jan 2013 15:57:15 -0800
-=====================================================================================
+================================================================================
Version: 1.8.32
Patch: 00
Date: January 23 2013
------------------------------------
-Changes:
------------------------------------
+--------------------------------------------------------------------------------
+UPDATES:
+--------------------------------------------------------------------------------
+
Small changes to man page, updated copyright date, added a patch contributor.
------------------------------------
+--------------------------------------------------------------------------------
-- Harald Hope - Sat, 26 Jan 2013 18:48:37 -0800
-=====================================================================================
+================================================================================
Version: 1.8.32
Patch: 00
Date: January 23 2013
------------------------------------
-Changes:
------------------------------------
+--------------------------------------------------------------------------------
+UPDATES:
+--------------------------------------------------------------------------------
+
No version change. New tarball, updated man page.
Some lintian changes for man page, escaped required -x type to \-x
------------------------------------
+--------------------------------------------------------------------------------
-- Harald Hope - Sat, 26 Jan 2013 18:39:03 -0800
-=====================================================================================
+================================================================================
Version: 1.8.32
Patch: 00
Date: January 23 2013
------------------------------------
-Changes:
------------------------------------
-New version, new tarball. Disabled -U in irc clients, with an exit error message.
+--------------------------------------------------------------------------------
+UPDATES:
+--------------------------------------------------------------------------------
------------------------------------
+New version, new tarball. Disabled -U in irc clients, with an exit error
+message.
+
+--------------------------------------------------------------------------------
-- Harald Hope - Wed, 23 Jan 2013 14:45:38 -0800
-=====================================================================================
+================================================================================
Version: 1.8.31
Patch: 00
Date: January 23 2013
------------------------------------
-Changes:
------------------------------------
-New version, new tarball. Fixed overly verbose output for --version/-V in irc. Also updated
-and made cleaner the version data in verbose mode, non irc.
+--------------------------------------------------------------------------------
+UPDATES:
+--------------------------------------------------------------------------------
+
+New version, new tarball. Fixed overly verbose output for --version/-V in irc.
+Also updated and made cleaner the version data in verbose mode, non irc.
-Fixed instance where program location would only show a dot . or relative path to inxi. Now
-in version full will show the full path, or should.
+Fixed instance where program location would only show a dot . or relative path
+to inxi. Now in version full will show the full path, or should.
Basic version line now show: inxi 1.8.30-00 (January 22 2013)
-The verbose information/version shows the license information, website/irc support info, and
-a few other changes.
+The verbose information/version shows the license information, website/irc
+support info, and a few other changes.
-Also fixed a small bug where the copyright shows current year, not the actual year of the inxi
-copyright contained in the top comment header.
+Also fixed a small bug where the copyright shows current year, not the actual
+year of the inxi copyright contained in the top comment header.
------------------------------------
+--------------------------------------------------------------------------------
-- Harald Hope - Wed, 23 Jan 2013 13:55:35 -0800
-=====================================================================================
+================================================================================
Version: 1.8.30
Patch: 00
Date: January 22 2013
------------------------------------
-Changes:
------------------------------------
-Changing compression of inxi.1.gz to gzip -9 to fit lintian tests. This won't matter to anyone
-at this point so no need to change anything.
------------------------------------
+--------------------------------------------------------------------------------
+UPDATES:
+--------------------------------------------------------------------------------
+
+Changing compression of inxi.1.gz to gzip -9 to fit lintian tests. This won't
+matter to anyone at this point so no need to change anything.
+
+--------------------------------------------------------------------------------
-- Harald Hope - Tue, 22 Jan 2013 19:27:54 -0800
-=====================================================================================
+================================================================================
Version: 1.8.30
Patch: 00
Date: January 22 2013
------------------------------------
-Changes:
------------------------------------
+--------------------------------------------------------------------------------
+UPDATES:
+--------------------------------------------------------------------------------
+
New Version, new tarball. Added inxi.changelog to tarball as well.
-Continuing fixes for ARM cpus, it was noted that short form inxi failed to show cpu speed
-derived from bogomips. That's because of the old min/max output that short form used.
+Continuing fixes for ARM cpus, it was noted that short form inxi failed to show
+cpu speed derived from bogomips. That's because of the old min/max output that
+short form used.
-Updated that section to now use N/A as flag, and if N/A for min/max speed, use the speed
-given from first cpu array index, the one derived from bogomips for ARM/razberry pi.
+Updated that section to now use N/A as flag, and if N/A for min/max speed, use
+the speed given from first cpu array index, the one derived from bogomips for
+ARM/razberry pi.
-Note that there is still no other ARM /proc/cpuinfo available to see if the razberry pi
-fixes work for all ARM cpus, but the fixes will stop hangs and endless loops at worst,
-and may also show some type of cpu speeds for ARM cpus that are not in razpi devices.
+Note that there is still no other ARM /proc/cpuinfo available to see if the
+razberry pi fixes work for all ARM cpus, but the fixes will stop hangs and
+endless loops at worst, and may also show some type of cpu speeds for ARM cpus
+that are not in razpi devices.
------------------------------------
+--------------------------------------------------------------------------------
-- Harald Hope - Tue, 22 Jan 2013 12:38:47 -0800
-====================================================================================
+================================================================================
Script Version: 1.8.29
Patch: 00
Date: January 21 2012
------------------------------------
-Changes:
------------------------------------
+--------------------------------------------------------------------------------
+UPDATES:
+--------------------------------------------------------------------------------
+
Bug fix, new version, new tarball.
-quick work around fix for razberrie pi, get cpu data hung on arm /proc/cpuinfo because
-it doesn't use the standard processor : [digit] format, but uses a string in the
-processor : field, which then hangs inxi which was expecting an integer.
+quick work around fix for razberrie pi, get cpu data hung on arm /proc/cpuinfo
+because it doesn't use the standard processor : [digit] format, but uses a
+string in the processor : field, which then hangs inxi which was expecting an
+integer.
+
+Corrected this with a work around, but it will require a lot more ARM
+/proc/cpuinfo samples before the support for ARM can be considered stable.
-Corrected this with a work around, but it will require a lot more ARM /proc/cpuinfo samples
-before the support for ARM can be considered stable.
+For cpu speed, following wikipedia, used bogomips being equal to 1x cpu speed,
+to derive cpu speed.
-For cpu speed, following wikipedia, used bogomips being equal to 1x cpu speed, to derive cpu speed.
+Better than nothing I guess, but will be wrong in other cases, particularly with
+dual core arm.
-Better than nothing I guess, but will be wrong in other cases, particularly with dual core arm.
------------------------------------
+--------------------------------------------------------------------------------
-- Harald Hope - Mon, 21 Jan 2013 16:24:40 -0800