inxi-svn
f962121e5e
bug fix
2012-10-19 05:43:37 +00:00
inxi-svn
839e844279
update patch number
2012-10-19 05:34:38 +00:00
inxi-svn
5c3b8443c6
updates
2012-10-19 05:33:30 +00:00
inxi-svn
194ee57cbc
first test at adding vendor:product id for -xx
2012-10-19 05:10:56 +00:00
inxi-svn
ea42c7495c
bug fixes
2012-10-19 03:37:30 +00:00
inxi-svn
6658d489a2
output cleanup
2012-10-19 03:31:20 +00:00
inxi-svn
2afc2495f1
same error for usb audio, fixed that too
2012-10-19 03:27:55 +00:00
inxi-svn
2e71eaaf8d
added more to the usb network bus id
2012-10-19 03:25:53 +00:00
inxi-svn
95888330fc
fixed an old bug in networking, usb, that puts the vendor:product id instead of the bus id for usb, some other changes coming so no
...
version change yet.
2012-10-19 03:23:21 +00:00
inxi-svn
079944e590
one more distro id added to debugger collector, no need for new version
2012-10-04 02:34:10 +00:00
inxi-svn
b9fdb8b36a
added in fallback mode /etc/os-release for all distros, and as preferred mode for Arch, which
...
is I believe the only one that actually uses this at this point.
Preferred is lsb-release, because that tends to be more accurate.
Note, this may trigger arch derived distro errors, sigh...
2012-10-04 01:36:08 +00:00
inxi-svn
bfce0a8fd7
added support for /dev/mapper partitions, those didn't show before, and triggered an error due to /
...
in path, ie, /dev/mapper/truecrypt1 for example.
Also fixed some subtle bugs that could in some instances trigger errors on partition label/uuid, not likely, but it could.
2012-10-03 20:53:13 +00:00
inxi-svn
c7d6a07719
Added MATE desktop support, same method as cinnamon, xprop shows the string _MARCO which is the renamed metacity window manager.
...
Then mate-about -v gives the current mate version.
New inxi, 1.8.17, new tarball.
2012-09-17 00:47:08 +00:00
inxi-svn
a5731b47b5
improved cinnamon desktop support for -S, apparently cinnamon has forked from gnome proper, and is now identifiable
...
via xprop, so that is now moved to full desktop version handling. This requires bypassing the gnome test, which
is a good thing, because the gnome test uses a deprecated method for gnome detection. Still works, but best to
move from it no matter what.
New tarball, new inxi version.
2012-09-16 17:59:06 +00:00
inxi-svn
5eff92a613
bug fix
2012-09-11 18:42:56 +00:00
inxi-svn
6d1c39fd17
forgot to update mandb on mv
2012-09-11 17:59:32 +00:00
inxi-svn
1676f029f1
updated inxi updater to get inxi.1.gz instead of inxi.8.gz, and also to mv man8/inxi.8.gz to man1/inxi.1.gz if detected.
...
that should bring inxi back into sync with the methods of man.
2012-09-11 17:55:47 +00:00
inxi-svn
29c55b61d9
Added support for hexchat, version update, but this is the only actual change.
2012-07-30 20:23:31 +00:00
inxi-svn
f1dcb81d1d
added to data collector /etc/os-release
2012-07-22 00:25:04 +00:00
inxi-svn
ac3fe7fdb5
fixed tabs/spaces
2012-07-02 03:57:12 +00:00
trash80.v2.0
ba8ed4d8b2
oops, hit ctrl-x instead of ctrl-c. Fix. No version bump.
2012-07-02 03:30:41 +00:00
trash80.v2.0
0aef2c518d
Update to log python version. Not going to bump version number since this isn't greatly important and I just bumped the version number. So version 1.8.13 will have python version logging included.
2012-07-02 03:29:23 +00:00
trash80.v2.0
e874c108eb
bumping version number.
2012-07-02 03:24:25 +00:00
trash80.v2.0
b6d597a6ce
printing out python version before running xiin. Not yet logged.
2012-07-02 03:23:43 +00:00
inxi-svn
7dfa71fdf3
small change, with -xx, now inxi shows one driver per line, but shows the total disk space on a separate line
...
that makes it a bit more readable. New version number, new tarball.
I debated making it one per line default as soon as -x is triggered but will leave it this way for now, with -xx
you get the easier to read single line output in all cases, so that's probably good enough.
2012-07-01 21:35:19 +00:00
inxi-svn
d85b9a1928
small change, new version, making dm info, if present, show out of X as well. this can be useful if you for example have
...
ssh'ed into box, and don't remember what dm is running the desktop. Shows N/A if in X if nothing detected, does not show
out of X since could be a headless server.
Updated man page, new tarball.
2012-06-26 19:22:01 +00:00
inxi-svn
561247de00
typo fix
2012-06-25 23:59:26 +00:00
inxi-svn
cc7a979269
debugged, final tarball for this round.
2012-06-25 23:58:29 +00:00
inxi-svn
3367734d20
bug fix
2012-06-25 23:55:02 +00:00
inxi-svn
bd55bd0c11
bug fix, new tarball
2012-06-25 23:52:07 +00:00
inxi-svn
0ec99ebc47
tweaked it a bit, updated man page to note that -U installs/updates man, new tarball.
2012-06-25 23:49:21 +00:00
inxi-svn
e9c2c3882a
inxi -U will now install the man file too, but only if /usr/share/man/man8 directory exists.
...
And if user is logged in as root. The -U procedure for inxi itself will run independently of that.
On completion of inxi download/update, if successful, will do the man page update/install.
And that's that.
2012-06-25 23:35:24 +00:00
inxi-svn
88217d7c74
tiny change in help menu for -t, new tarball, I think that's close to it now.
2012-06-24 22:25:13 +00:00
inxi-svn
c05fd8d332
added i3 wm to desktop detection, new tarball as well. Version bump since this is a real change.
2012-06-24 20:34:14 +00:00
inxi-svn
fb69777002
Added more dm, ldm, tint2. Added kicker to extra de info.
...
Biggest change, totally reworked the man page, now it's much more complete and has a lot more information.
Includes how to run in IRC clients, how to create konversation shortcut for /inxi type start.
Ok, that's it, probably will refine the desktop extra information and maybe add a dm or two more.
Also added in startx detection for when no dm was detected, thanks JavaAtom for that one.
2012-06-24 20:04:46 +00:00
inxi-svn
c6af37371d
fixed little issue, now only shows exact string search for desktop extra info
2012-06-24 08:41:29 +00:00
inxi-svn
f83ab4df38
forgot to fill in a word
2012-06-24 08:37:19 +00:00
inxi-svn
4d219d23a5
by special Mint request, adding shell/panel type extra extra extra output to desktop, this is so easy to do
...
I decided to just add an -xxx option, for extra extra extra data, no output if nothing detected.
No big support issues, and Mint has used inxi by default for a while, so I think it's fine to add this for them.
2012-06-24 08:30:14 +00:00
inxi-svn
ce04297c0f
small tweak added, if by some weird chance there's more than one dm, shows all of them, in comma separated list.
...
This might help debug certain odd issues where a user might not know this is the case, or forgot, or something else weird.
2012-06-24 07:45:22 +00:00
inxi-svn
3821e2a16e
new -xx feature for -S, shows display manager running if in X. Supports currently the following:
...
entrance gdm gdm3 kdm kdm-trinity lightdm lxdm mdm nodm slim wdm xdm
there's been a relative flood of new display managers, and a few more are probably coming, so
it's actually a somewhat useful thing to have this option.
This is also going to close issue 30, which is not going to be further handled due to ratrace
of trying to support various software packages running on the systems.
Also updated man page for that -xx item.
2012-06-24 07:03:39 +00:00
inxi-svn
6e4f112e82
New inxi version, new tarball.
...
Added support for razor-desktop in desktop id section. Tiny change, but there it is.
2012-05-27 19:12:55 +00:00
inxi-svn
cdaa47b016
Made a few subtle text adjustments, no version number change, these are purely cosmetic adjustments.
...
Made new tarball as well for maintainers.
2012-05-17 06:21:33 +00:00
inxi-svn
911fe425dc
moved man pages to trunk, easier that way
2012-05-16 01:30:00 +00:00
inxi-svn
4bdb6b0621
By suggestion and good sense, -R has been modified. New tarball as well.
...
Now RAID works like this:
-b - if no /proc/mdstat, or if no devices found and module is running, show nothing, otherwise show short form as before
-F - if no proc/mdstat, show nothing, if no devices but mdstat and if -xx, show all lines, otherwise show normal
-R - show all messages and missing file/module information so users, particularly sys admins, know right away module
is running even if no devices.
-v 6 and less, like -F. -v 7, like -R run, ie, show all messages.
this gets rid of unneeded line output given that only if you have md_mod running will you have any data for /proc/mdstat
and that module is only running if you have mdraid installed.
Also redid the no data messages for no module state and no devices state to better reflect what is actually happening.
Good adjustment and good cleanup of unneeded output while tightening the actual usability of the specific messages received.
2012-05-15 01:51:58 +00:00
inxi-svn
eee6f3e83e
added link in comments to raid info
2012-05-11 21:59:04 +00:00
inxi-svn
b345b8b44f
removed debugger data, whoops!
2012-05-11 18:48:14 +00:00
inxi-svn
31bf0858c1
removed patch number from 1.8.2
2012-05-11 18:47:17 +00:00
inxi-svn
53c1943a82
fixed small issue, turns out sometimes for raid devices, the [2/2] [UU] type data is simply not present.
...
That is now handled explicitly, version 1.8.2
2012-05-11 18:46:54 +00:00
inxi-svn
5af065c955
tiny glitch, fixed missing separator in raid
2012-05-11 18:33:42 +00:00
inxi-svn
7641bd1ca6
small tweak, made hardcoded /proc/mdstat use global path variable.
2012-05-11 17:46:31 +00:00
inxi-svn
62e0e35b79
help tweak, fixed -b and -v2 descriptions to note that they are close but not identical
2012-05-11 17:33:35 +00:00
inxi-svn
654694cd16
removed RAID line from -b output if either no /proc/mdstat file or if no raid devices detected. -b should always
...
be as short and non verbose as possible. Also noted in --help that -b does not show hard drive names, just totals.
2012-05-11 17:30:17 +00:00
inxi-svn
6ecaee1046
tweak
2012-05-11 06:44:31 +00:00
inxi-svn
217e14414e
final tweak to missing mdstat file output
2012-05-11 06:44:02 +00:00
inxi-svn
b26c4ec1e7
cleanup
2012-05-11 06:25:51 +00:00
inxi-svn
9837f9cbec
adjusted the missing mdstat file method to be right.
2012-05-11 06:23:52 +00:00
inxi-svn
f744c6ffbe
added a protection against no /proc/mdstat might be needed on old systems, we'll see.
2012-05-11 06:21:32 +00:00
inxi-svn
65aa044f30
New feature, updated to inxi 1.8.0, -R for RAID output.
...
Includes 4 levels, -b shows basic only, -R shows primary info, device id, components, state, and report on drives
-Rx shows more, and triggers a second info line per device with more raid info.
-Rxx also adds more information, and triggers system raid support info and unmounted raid devices line.
-F uses -R now.
And that's that, enough raid stuff for a lifetime.
2012-05-11 06:01:17 +00:00
inxi-svn
4fa7edd006
updated man pages, removed temporarily raid function
2012-05-10 05:15:35 +00:00
inxi-svn
482930ff07
fixed typo in -v 5 help item.
2012-05-08 23:46:59 +00:00
inxi-svn
02579b3a16
Added man pages, including the gz part. No idea why I forgot to do this, this is by aus9 by the way.
...
So there's the man pages, needs some work, but at least it's something.
2012-05-06 23:38:13 +00:00
inxi-svn
bd72fdf2c6
new -xx feature, by request, -D shows serial number of hdd as well. Also fixed the drive output to be more clearly labeled with
...
data type names, as with the rest of the outputs.
2012-04-26 23:51:55 +00:00
inxi-svn
f85208ecbc
small bug fix, only affects gentoo/sabayon konvi version number detection. Path change needed as alternate.
2012-04-26 20:25:04 +00:00
inxi-svn
fe958e912b
trying a fix for konvi version for sabayon, they changed paths
2012-04-26 20:17:25 +00:00
inxi-svn
d37c485f87
added /proc/mdstat output to disk data collector function.
2012-04-26 18:16:39 +00:00
inxi-svn
cdb03510b4
adding in validation since user set ip addresses can be wrong. It's always something, sigh...
2012-04-16 20:29:13 +00:00
inxi-svn
de5ccd8a1c
added feature where a different ip page can be added by whoever.
...
That would need to be set in the inxi override config file. The page must show only
one line of output, and that last item on that line must be the ip address.
Ok, that's it, not a big deal, but some people may prefer a non smxi ip address page
for whatever reason, so have at it. Or not.
2012-04-16 18:06:13 +00:00
inxi-svn
7dc1634887
language tweak, getting there
2012-03-26 22:33:18 +00:00
inxi-svn
2ffdda3578
language tweak
2012-03-26 22:29:30 +00:00
inxi-svn
02348a009f
language tweak to -M output
2012-03-26 22:28:58 +00:00
inxi-svn
673c4d4585
language tweak
2012-03-26 22:22:42 +00:00
inxi-svn
f94a67dca6
language tweak
2012-03-26 22:22:19 +00:00
inxi-svn
ef8f431ec4
fixed for older systems, -M with dmidecode can be empty, so error messages should also show that.
2012-03-26 22:17:27 +00:00
inxi-svn
e64687d88f
user patch, added support, as root user, for dmidecode in -M data.
...
This helps users of older systems get system machine data.
2012-03-26 21:41:53 +00:00
inxi-svn
fcd3ccaf4c
updated recommends for arch, xprop has changed to xorg-xprop
2012-03-26 20:32:27 +00:00
inxi-svn
9d8da0627f
bug fix, some intel cpus give core id as 0 for each core, thus creating a situation where
...
inxi thinks it's a single core cpu, no matter if it's multicpu or multicore.
Using the: cpu cores
value to double check, as a fallback. This seems to work, ie, if cpu cores is listed as 1
but processor count * cpu count is > 1, then clearly the intel reporting bug is in play.
Note that this is NOT an inxi bug, but is a bug in how some intel cpus create their
cpuinfo data, but since intel is a major player, it's worth handling that issue.
2012-02-21 20:14:15 +00:00
inxi-svn
bd15318705
fixed a logging bug, won't have any impact on users.
2012-02-13 05:27:36 +00:00
inxi-svn
bf4333570e
fixed typo, thanks to alert user for this bug report
2012-02-13 05:22:02 +00:00
inxi-svn
f6abbdf3c8
tweaked grep to make sure it's ^rootfs
2012-02-09 23:39:45 +00:00
inxi-svn
e7fd174440
bug fix, new kernels/df show both / real filesystem and / and rootfs, creating double / entries.
...
This is fixed with a simple test to get rid of that possible outcome. We'll see if that's sufficient.
2012-02-09 23:35:47 +00:00
inxi-svn
f63cf11e2c
Small bug fix, added separator character to Desktop item, that was left out.
2012-01-07 18:25:47 +00:00
inxi-svn
e687ce5960
added in aptosid-version and siduction-version to save maintainers time of adding those.
2011-11-22 19:11:16 +00:00
inxi-svn
154f819680
big bug fix, usb networking output has apparently not worked for a long time, that is now fixed.
...
Apparently if you pack an array that is global inside a subshell, that does not register on the primary level of bash.
Who knew?
Maintainers, this is a serious bug fix, so updat to 1.7.27 now or the usb cards will not be seen.
2011-11-22 06:36:42 +00:00
inxi-svn
68b84a9e1e
bug fix, first patch, usb networking wasn't working, not sure why this was never reported
2011-11-22 06:31:28 +00:00
inxi-svn
023ba2d188
not showing speed/duplex for lan card when it is down. Because cards don't always have 'up', but
...
might show 'unknown' for state, only not showing if it is down explicitly.
2011-11-22 05:33:11 +00:00
inxi-svn
94e9d050d0
Syntax test fix for a broadcom wifi card id in -n output, failed to read path in /sys
...
Fixing this required using find, so find will have to be added to the recommended apps, but
leaving it off for now until sure this method is the only way to do it.
The earlier used grep method to get the paths did not work, why, I don't know.
This may require redoing the usb path finder logic, we'll see.
2011-11-22 04:17:29 +00:00
inxi-svn
37d0118dfd
bug fix
2011-11-22 04:11:43 +00:00
inxi-svn
d385fd39b0
bug fix
2011-11-22 04:00:28 +00:00
inxi-svn
652585c9f9
trying a bug fix for broadcom id
2011-11-22 03:54:40 +00:00
inxi-svn
764bea1a31
cleaned some spacing errors.
2011-10-22 05:12:05 +00:00
inxi-svn
7dc02344a4
version bump for bug fix for short jwm type desktop names. now should always work.
2011-10-04 03:22:37 +00:00
inxi-svn
19bc994f3f
trying a jvm fix, turns out some ps aux uses full path, like /usr/bin/jwm
2011-10-04 03:19:08 +00:00
inxi-svn
2013a6b69a
changed Unknown distro to unknown, so the output will be: distro: unknown
2011-07-28 18:55:45 +00:00
inxi-svn
9a5a49ca07
got rid of pointless o_0 on unknown distro
2011-07-28 18:48:43 +00:00
inxi-svn
548fc5c71c
added some comments to explain
2011-07-28 00:02:05 +00:00
inxi-svn
a7bb5b5ac1
bug fix, forgot the null file case
2011-07-27 23:56:42 +00:00
inxi-svn
856ed2bc1b
small patch for inxi unknown distro, this is a bug fix, so it's a version bump too.
2011-07-27 23:54:37 +00:00
inxi-svn
48ae838480
small bug fix for output of konvi perl/python handler
2011-07-25 22:56:21 +00:00
inxi-svn
cf75791ea4
cleaned up konvi code, function for perl/python detection.
2011-07-25 22:43:47 +00:00
inxi-svn
55c7fa0e3a
added python support for unknown irc clients and added konversation to that support.
2011-07-25 22:40:48 +00:00
inxi-svn
4484a73801
bumped version number to force update to patches, thought there would be a few more bugs and fixes, but that looks like it's
...
about it.
2011-07-25 20:49:25 +00:00
inxi-svn
9c35a1dddd
patch to fix line lengths for / partition data, needs to be a bit shorter.
2011-07-23 03:17:00 +00:00
inxi-svn
240ca4e2a7
small fix on partitions, white space, patch fix only
2011-07-23 01:04:33 +00:00
inxi-svn
cb2301e127
added line wraps for very long partition lines
2011-07-22 07:46:20 +00:00
inxi-svn
9de355d4be
bug fix
2011-07-22 07:06:49 +00:00
inxi-svn
c9731b0c02
tweak
2011-07-22 07:05:02 +00:00
inxi-svn
982f9a3e57
fixed oversight, forgot to put no cd drive detected if all cd / optical drive data is n ull
2011-07-22 07:03:26 +00:00
inxi-svn
93a7e248d9
fixed a small glitch with sensors data, it needs a character string after the newlines for the
...
newline to work properly due to how bash deals with null lines after end of content.
2011-07-20 21:25:12 +00:00
inxi-svn
0e805c7b23
trying a small fix for a sensors glitch
2011-07-20 21:23:00 +00:00
inxi-svn
6f03cfb351
fixed a glitch in x version, out of x tests can fail if strings contain (...) type endings,
...
which newer debian's do.
2011-07-20 04:11:44 +00:00
inxi-svn
291fd443b7
date
2011-07-20 00:38:20 +00:00
inxi-svn
3d83e9ff76
(version jump, feature fix)
...
fixed gfx driver failed state
2011-07-20 00:37:52 +00:00
inxi-svn
7ddc8116f3
tweak
2011-07-19 23:58:14 +00:00
inxi-svn
d56790b717
fine tune failed module load for gfx driver
2011-07-19 23:53:19 +00:00
inxi-svn
cda79a63fd
added vboxvideo to detected drivers
2011-07-19 20:34:17 +00:00
inxi-svn
fd9becb379
added -P to df to avoid wrapping long lines. -P for posix, which means do not wrap long lines I guess.
2011-07-13 01:27:46 +00:00
inxi-svn
85fbd5eb58
tweak
2011-07-11 21:26:49 +00:00
inxi-svn
7858345c3f
tiny recommends tweak
2011-07-11 21:26:02 +00:00
inxi-svn
dabe37f200
added another regex for mobo data
2011-07-09 23:35:51 +00:00
inxi-svn
e68f70b840
added -xx trigger to debugger inxi output
2011-07-09 05:28:53 +00:00
inxi-svn
4e4244e620
moved some running in shell assignments to main()
2011-07-09 00:18:49 +00:00
inxi-svn
552fb8f1b9
small bug fix for -v7
2011-07-08 23:45:36 +00:00
inxi-svn
9bcd044736
added verbosity level 7, that addes -i and -xx
2011-07-08 21:16:19 +00:00
inxi-svn
e587e78fdc
cleanup
2011-07-08 19:58:20 +00:00
inxi-svn
a9de17dfc4
fixed something
2011-07-08 19:56:57 +00:00
inxi-svn
2627e355d5
totally synced separators in output, now if in console, uses : universally, or if color scheme is 0.
...
This is set dynamically as well. For irc it uses no : except for line starters and item starters, like:
ID: or IF: or 1: and so on. Also made cpu per core clock speed the same, using now 1: instead of (1)
that saves one character too per core, but makes it all the same, consistent.
This also now becomes a user adjustable parameter, via config files, can set irc/console separator character(s)
Ok, bored, now on with the day.
2011-07-08 19:55:04 +00:00
inxi-svn
fb7467ea5a
improved regex detections for systme/mobo null data filters
2011-07-08 18:18:59 +00:00
inxi-svn
339af74d2d
finalizing new gcc version feature
2011-07-06 20:09:29 +00:00
inxi-svn
78b75f2c35
got rid of inconsistent : in I line
2011-07-06 05:56:59 +00:00
inxi-svn
96784d1073
fine tunings to avoid some possible errors
2011-07-06 03:54:25 +00:00
inxi-svn
0473aef0a0
output tweak
2011-07-06 02:59:39 +00:00
inxi-svn
1c7a7ac7bf
added some to debugger, protect against bad gcc as well
2011-07-06 01:51:20 +00:00
inxi-svn
4663090d8f
fixed spacing
2011-07-06 01:41:54 +00:00
inxi-svn
ea05126ab6
fixed spacing issue
2011-07-06 01:33:54 +00:00
inxi-svn
a822a8b22a
adjustment
2011-07-06 01:22:11 +00:00
inxi-svn
6a6f3f770e
patches to I
2011-07-06 00:59:51 +00:00
inxi-svn
0c45a0a325
tweak to spacing
2011-07-06 00:57:34 +00:00
inxi-svn
3806ce7200
tweak
2011-07-06 00:49:39 +00:00
inxi-svn
77084b0e63
moved client to second line if needed
2011-07-06 00:47:33 +00:00
inxi-svn
4d8033ec86
adding new -x and -xx, gcc version installed, and with -xx, all detected gcc versions. This goes on the -I output line.
...
This might be changed a bit if it doesn't work on other distros than arch/debian, so I'm leaving this as a patch number only update.
2011-07-06 00:43:58 +00:00
inxi-svn
019d361968
patch update: just added parentheses around the 'unloaded: ...' video drivers to make it more clear they are unloaded, not referring to the
...
loaded regular ones. Leaving loaded as not showing the 'loaded' string, and FAILED will show as usual, red caps.
2011-07-05 20:07:57 +00:00
inxi-svn
51727aca90
help menu for new options
2011-06-27 18:45:02 +00:00
inxi-svn
bf67acb881
date updated
2011-06-27 18:41:15 +00:00
inxi-svn
0f9d0fe911
added debugging option -! ftp.<alternate ftp upload location> just so it's not restricted to ftp.techpatterns.com
2011-06-27 18:40:42 +00:00
inxi-svn
7af15ebeb6
some more debugger tweaks
2011-06-25 21:54:53 +00:00
inxi-svn
9cff4f10f2
patch, for debugging tools, added python version, tweaked a few other things.
2011-06-25 18:33:50 +00:00
inxi-svn
951d3b7814
fixed space/vs tabbing indentation. inxi uses tabs, not spaces.
2011-06-25 17:11:23 +00:00
inxi-svn
d4519f26c5
updated sensors to handle gpu data more cleanly.
2011-06-25 17:08:57 +00:00
trash80.v2.0
ab003ddf92
Bump patch number for xiin work.
2011-06-25 07:32:22 +00:00
trash80.v2.0
192ac06eae
Print xiin version before upload (-u) for dev
2011-06-25 07:31:29 +00:00
trash80.v2.0
048abbc12d
Removed xiin upload uname and password requirement from inxi. While they can be used, they are no longer required.
...
Some modularization to xiin. Using classes.
2011-06-25 07:19:08 +00:00
inxi-svn
51a4fe9432
added newlines to sensors output to make sure sensors always work
2011-06-25 04:08:13 +00:00
inxi-svn
d1a47c3168
added nouveau gpu to sensors
2011-06-25 03:53:31 +00:00
inxi-svn
d8c2368418
major fix for ip addr output, handled weak cases, now it inserts a newline before each record item with sed to create discrete records for gawk to parse easily.
...
this solves the problem exposed when there is no ipv6 output, and thus the last line used to test for end of record was vanished.
now it's all just treated like ifconfig except a few small differences of which item to slice out.
2011-06-25 01:17:16 +00:00
inxi-svn
507687cb63
bug fix, forgot -n
2011-06-24 22:27:06 +00:00
inxi-svn
e6b7f6f682
bug fix
2011-06-24 22:18:37 +00:00
inxi-svn
6cd07f9008
adding support, initial, for free xorg gpu temp output, first only for the newer radeons
2011-06-24 21:59:57 +00:00
inxi-svn
ac82ea3e8d
tweaking the output slightly
2011-06-24 18:11:55 +00:00
inxi-svn
01bb3f205c
changed it back, heh
2011-06-24 18:01:08 +00:00
inxi-svn
1e83ba94f5
changed , to ;
2011-06-24 17:57:55 +00:00
inxi-svn
41caad5be0
new version: bug fix
...
A case where pcibusid includes the pre- 0000: appeared, that broke the -N pcibus id handling for -n, which made for no output.
Now inxi will just slice off that in the initial lspci creator.
2011-06-24 17:22:40 +00:00
inxi-svn
1c38f454b2
version update: IMPORTANT
...
several bug fixes, one quite serious (not caused by inxi, lsusb -v takes 1 minute to run in some releases).
The lsusb bug is very bad, and hopefully someone will report that upstream, at Arch and Debian Sid it's seen.
lsusb -v hangs very badly.
Another bug fix with error output for some unknown reason on using cat on some /sys files for networking.
Layout bug fixes as well.
Package maintainers, this one is a real bug squasher release, thanks.
2011-06-23 03:25:01 +00:00
inxi-svn
79b6b9d478
patch version update
2011-06-23 03:13:10 +00:00
inxi-svn
ccd1dedec8
using readlink to provide true path now for -n advanced data
2011-06-23 03:12:47 +00:00
inxi-svn
35c69c03c8
initial bug fix, but just a workaround for error triggered cat of /sys files
2011-06-23 03:04:01 +00:00
inxi-svn
8efdf3199d
bug fixes
2011-06-23 02:54:43 +00:00
inxi-svn
d089bf0211
hot bug fix, removed debuggers
2011-06-23 02:51:16 +00:00
inxi-svn
c308dcc339
removed -v from lsusb audio, it's not needed and may be triggering kernel issues for some users.
2011-06-23 02:42:48 +00:00
inxi-svn
bdf795a8fc
patch for usb audio output tweak, patch for possible bug in usb audio function.
2011-06-23 01:25:35 +00:00
inxi-svn
c805ecd0f0
bug fix, forgot to remove a timer.
...
This won't be seen by users though unless they are running the debugger.
2011-06-23 00:34:40 +00:00
inxi-svn
09b21295cc
removed patch number
2011-06-22 23:28:06 +00:00
inxi-svn
a6fd64fdae
Improved -i to show IF lan nic IP using as first choice the ip tool from iproute, and to only use the deprecated ifconfig as a fallback.
...
This required recoding that function, so I also made -i show IPv6 with -x as well. Might as well start getting used to it.
Also fixed and added wrapping for the -i output, that wasn't working right before, now is standardized to other lines.
2011-06-22 23:26:08 +00:00
inxi-svn
6408e0a56b
bug fix, new patch version, forgot to remove a debugger thing yesterday.
2011-06-22 18:09:01 +00:00
inxi-svn
cca96227e6
cleaned up some of the banlist order, no big deal.
2011-06-22 03:06:52 +00:00
inxi-svn
1155d5d917
adding new xiin.py feature, autoupload of tar.gz data file to ftp.techpatterns.com
2011-06-21 23:38:32 +00:00
inxi-svn
b17314bddc
tweaks
2011-06-21 23:06:37 +00:00
inxi-svn
3e77dc619f
help menu updated to show -xx for -@ 11-14
2011-06-21 22:54:53 +00:00
inxi-svn
34450f3940
first patch to have auto upload of user debugging data to techpatterns.com ftp server, anon
2011-06-21 22:41:06 +00:00
inxi-svn
e9e81c3ef5
(package maintainers, no worries on this one, it's just debugging tools)
...
Updated the debugging data collector to not exit on error of xiin, and also added some debugger outputs.
2011-06-21 20:53:38 +00:00
inxi-svn
6168b32895
version number bump for all the little fixes etc, and so cathbard has a clean one to package.
2011-06-21 07:41:22 +00:00
inxi-svn
499174b8fc
more top comment header cleanup
2011-06-21 03:45:36 +00:00
inxi-svn
50dd14ce0d
added bullets to top comment information to make it more readable
2011-06-21 03:41:33 +00:00
inxi-svn
1ee1a843b0
tweak to function name, no actual user seen changes
2011-06-21 02:28:06 +00:00
inxi-svn
79f79aebb4
added protection against false jwm id
2011-06-21 02:22:54 +00:00
inxi-svn
c8468a647e
whoops, wrong one, added jwm to de
2011-06-21 02:15:16 +00:00
inxi-svn
8baf141a34
tried a bit more optimization for -G, but it turns out it's glxinfo itself that is slow, so the only way to really get -G sped up is to redo
...
the way inxi gets the glxinfo data.
2011-06-21 00:58:51 +00:00
inxi-svn
06cc997157
version upgrade
...
got rid of that horrible banlist array/function thing, now it's hard coded.
On a dual core system, this saves literally 0.1 seconds on execution, about 10-20% of execution time.
this also fixes a bug that has always existed, which is if you use spaces to replace instead of ''.
Another advantage of this new method it fixes the fact that each and every string character would be considered a match, null replaced with null.
This was due to the fact that each banlist string started with |, ie, it contained a null character in the search pattern... sigh.
This is why we don't use stupid bash tricks, ok people? They hide bugs, and make the code write only.
2011-06-20 21:58:17 +00:00
inxi-svn
6024b3b387
adding a fallback to use hostname if $HOSTNAME is null, if all these fail, host name will be set to N/A, which also, as with other uses of
...
that, serves as a convenient bug reporter for user output
2011-06-20 18:38:23 +00:00
inxi-svn
3839656174
removed hostname app from dependencies and recommends, can use $HOSTNAME instead.
...
Now this might cause some issues later, we'll see.
2011-06-20 18:35:12 +00:00
inxi-svn
d07e2c6cb6
added a debugger output for sed version
2011-06-20 05:25:41 +00:00
inxi-svn
5df28d48a6
fixed help menu to show new F output
2011-06-20 01:18:26 +00:00
inxi-svn
1f73d75b35
version update:
...
New internal line character counter implemented, with support for user set line lengths for both irc and console.
More line wrapping added, and some fine tuned. Also wraps -A now, and adds alsa information to end of first line as well if > 1 card and less than line length max
2011-06-20 01:16:36 +00:00
inxi-svn
7d3a70ec6b
Patch version upgrade
...
fixed a bug with remote mounted partitions, created line length counter function that cleans off color code characters to allow for accurate
line counts for line breaks.
2011-06-19 05:53:18 +00:00
inxi-svn
c8c5ff2eea
patch, moved gcc of kernel to (bits area.
2011-06-18 22:23:23 +00:00
inxi-svn
3ac997b887
added to -S as -x option, kernel gcc version
2011-06-18 22:06:22 +00:00
inxi-svn
1635966093
version upgrade
...
some optimizations, code fixes, handled failed xargs -l case for optical disks
2011-06-18 19:27:41 +00:00
inxi-svn
f02a64561c
bug fixes
2011-06-18 19:15:28 +00:00
inxi-svn
9962e8661a
patch four, that should do it
2011-06-18 19:09:31 +00:00
inxi-svn
cb7c18ac1d
replaced xargs -l with a for loop, sigh...
2011-06-18 18:49:42 +00:00
inxi-svn
9884ebab24
patch, some optimizations and code cleanup
2011-06-18 18:37:02 +00:00
inxi-svn
633e59807e
variable name fix0
2011-06-18 05:42:29 +00:00
inxi-svn
188d30cca7
bug fix
2011-06-18 04:54:51 +00:00
inxi-svn
2b1279a14e
trying it with /dev/sr0
2011-06-18 04:53:48 +00:00
inxi-svn
010e8b9b3f
ok, seems to all be working, here's 1.7.0 fresh off the presses
2011-06-18 04:07:03 +00:00
inxi-svn
99df6ad86c
fixed a bug
2011-06-18 03:49:53 +00:00
inxi-svn
c35647a380
help fix
2011-06-18 03:32:58 +00:00
inxi-svn
90e5098565
arg cleanup
2011-06-18 03:29:49 +00:00
inxi-svn
9c77bc359d
trying it without -d on -F
2011-06-18 03:20:54 +00:00
inxi-svn
1e84b26d1f
first finalizing version
2011-06-18 03:17:05 +00:00
inxi-svn
bff32dc844
handling of tsst corp string
2011-06-18 02:59:58 +00:00
inxi-svn
ecb4e51a59
tweak for output
2011-06-18 02:51:36 +00:00
inxi-svn
f5e825bd02
more or less done with -d, -dx, and -dxx output
2011-06-18 02:43:59 +00:00
inxi-svn
b77832f968
cleanup
2011-06-18 01:22:03 +00:00
inxi-svn
1a4f8829de
hmm, weird gawk behavior
2011-06-18 01:03:05 +00:00
inxi-svn
f2515c5b4e
white space fix?
2011-06-18 00:58:34 +00:00
inxi-svn
d9528783f6
tweak
2011-06-18 00:55:01 +00:00
inxi-svn
bef54b5077
number update
2011-06-18 00:52:55 +00:00
inxi-svn
e9372be01e
patch 5, more fixes
2011-06-18 00:52:38 +00:00
inxi-svn
8d89081fe4
tweak
2011-06-18 00:46:41 +00:00
inxi-svn
b2ee1f160e
added more debugger data collecting
2011-06-18 00:33:13 +00:00
inxi-svn
79355aa67c
adding first test for -d optical drive option, patch version update only
2011-06-18 00:27:34 +00:00
inxi-svn
519c597c3a
added some debugger changes for data collection, just a patch version change.
2011-06-17 20:06:29 +00:00
inxi-svn
81493c0b19
bug fix
2011-06-17 00:33:34 +00:00
inxi-svn
5395c9d9d7
Cleaned up some code, moved get usb to separate functions for audio/network card data.
...
Removed legacy print code, repeated code blocks for single/multiple cards, for audio/network.
Made also always print out whether or not a card is present, since you can have alsa without having a card.
This actually shortened inxi for once, and simplified some legacy methods that were totally unnecessary and just complicated the print functions, now all print
functions use the same for loop print out methods on arrays.
2011-06-17 00:20:12 +00:00
inxi-svn
785c0b83e2
cleanup
2011-06-14 00:46:56 +00:00
inxi-svn
da975d8962
variable cleanup
2011-06-14 00:39:47 +00:00
inxi-svn
47e4a86558
version update, optimization for speed for -N, usb detection.
...
Switched to full gawk for detection, dumped inefficient bash loop through of all search terms.
2011-06-14 00:02:50 +00:00
inxi-svn
93b245e1af
version upgrade:
...
Optimized graphics driver function massively, knocked off about 60% of execution time by switching to a single read through via
gawk..
In terms of dual core system, that saved literally about 1 second execution total time.
2011-06-13 22:31:22 +00:00
inxi-svn
8b297bd69e
fixed missing app error message, now shows: inxi --recommends as solution/recommendation for further action.
2011-06-11 07:02:13 +00:00
inxi-svn
53f3a4e74f
version 1.6.7
...
Cleaned up recommends, finalized layout, tweaked output, ready to go now as a final I think.
2011-06-11 05:55:44 +00:00
inxi-svn
9ee3d00315
getting rid of an extra line
2011-06-11 05:19:16 +00:00
inxi-svn
332a998f3a
cleanup, patch version bump
2011-06-11 05:16:57 +00:00
inxi-svn
8dca5e9143
bug fix
2011-06-11 05:14:32 +00:00
inxi-svn
ef7655b92e
text cleanup
2011-06-11 05:13:42 +00:00
inxi-svn
7765c80052
fix
2011-06-11 05:13:02 +00:00
inxi-svn
a4a9e60821
slight tweak of layout of --recommends
2011-06-11 05:11:56 +00:00
inxi-svn
e19069c1af
finalized the rpm/yum --recommends package list, thanks goingeasy9
2011-06-11 04:24:18 +00:00
inxi-svn
07ac10c817
cleanup
2011-06-11 01:45:37 +00:00
inxi-svn
15a4aca286
forgot to add -Nx to module version recommends
2011-06-11 01:43:11 +00:00
inxi-svn
fcc575591c
cleanup
2011-06-11 01:40:18 +00:00
inxi-svn
4932d2be2f
patch update, cleaned up output for --recommends, changed - to _, then sed replace _ with space
2011-06-11 01:34:19 +00:00
inxi-svn
2188bc1fbf
added some arg triggers to --recommends output, and this calls for a patch version update
2011-06-11 00:28:25 +00:00
inxi-svn
7e323287cc
forgot to declare a bunch of local variables in --recommends
2011-06-11 00:07:38 +00:00
inxi-svn
2d3114722e
tweak
2011-06-10 23:26:02 +00:00
inxi-svn
74b97894a7
text tweak
2011-06-10 23:25:13 +00:00
inxi-svn
b923131e95
bug fix
2011-06-10 23:23:32 +00:00
inxi-svn
bee3268ab2
text tweak
2011-06-10 23:23:01 +00:00
inxi-svn
6297a1f519
added --recommends suggestion to non x mode start
2011-06-10 23:21:10 +00:00
inxi-svn
6a2f09858f
1.6.6
...
new option: --recommends
This lets users check their system for all the required/recommended apps, and also shows any missing core directories,
with an explanation of what each item does.
Also prints out a list of distro packages that should help users install the missing package.
So far only debian/ubuntu and arch linux lists are done.
2011-06-10 23:07:01 +00:00
inxi-svn
b1f7966f9b
made FAILED for video driver load red, just a patch version bump.
2011-06-10 18:21:33 +00:00