Page 13 of 16

Re: inxi / pinxi 2.9.00 beta testers!

Posted: Wed Mar 21, 2018 12:24 am
by h2-1
caprea, thanks. inxi is now live at 2.9.01, about to go to 2.9.02 to fix some small issues. pinxi is remaining active as the development branch of inxi.

Re: inxi / pinxi 2.9.00 beta testers!

Posted: Wed Mar 21, 2018 12:29 am
by i_ri
hello h2-1
thank You. updated inxi is a P riceless and P henomenal tool.
read Your release notes this morning.
will using inxi -U bring inxi to 2.9 _ _ now?

Re: inxi / pinxi 2.9.00 beta testers!

Posted: Wed Mar 21, 2018 1:25 am
by h2-1
i_ri thanks a lot, I appreciate that. Yes, you can update to inxi now.

Note also that I am keeping pinxi alive as development inxi, so you can always update that one too to see if anything is happening there.

Will be: pinxi -> inxi -> commit.

I fixed a few subtle issues in 2.9.02, the biggest one that anyone would notice is using the technically precise but somewhat arcane and litte used MiB/GiB/TiB to indicate 1024 vs 1000 units, GB technically I realized means 1000 units, not 1024, so the results for disks would have been slighly inaccurate. Note that harddisk vendors are to blame, they started using the 1000 based sizes because it made their disks sound bigger, but since we all store data in 1024 blocks, and our systems report in those sizes by default usually, it makes sense to actually show the correct units there, but to be clear about it.

I'll see if this change confuses people.

Re: inxi / pinxi 2.9.00 beta testers!

Posted: Wed Mar 21, 2018 1:51 am
by i_ri
hello h2-1
accuracy is less confounding.
Indeed the -U is up. yesterday -V 2.3.56 ; Today is -V 2.9.02-00 _ _ Now.
Thank You for all the work.

Re: inxi / pinxi 2.9.00 beta testers!

Posted: Wed Mar 21, 2018 2:09 am
by h2-1
much appreciate, again. Also thanks for the vote re accuracy vs habit. I was basically convinced by the debates I found online too, particularly after I realized the reason I was confused is that GB has been used to refer to 1000 and 1024 bytes. At that point, I realized, even if its' slightly unusual looking, if inxi tells users that their disks are 78.3 GiB instead of the expected 80 GB, it's easy to explain, and to point to references.

But I also want to see how people feel about it or react to it. My suspicion is that as soon as it's explained, they will prefer it too.

Re: inxi / pinxi 2.9.00 beta testers!

Posted: Wed Mar 21, 2018 4:53 am
by h2-1
There was a glitch with the downloader, the man file didn't update, if you run inxi -U and then inxi -U again the man file should download. I had to change some stuff on the repos today that broke some things, and there were some bugs in the man downloader logic as well, those are corrected, and the man downloads should now work for inxi. Note, only inxi master branch, that's the main -U no arguments, will install the man page.

Re: inxi / pinxi 2.9.00 beta testers!

Posted: Wed Mar 21, 2018 11:50 am
by anticapitalista

Code: Select all

Repos:     Active apt sources in: /etc/apt/sources.list.d/antix.list 
           1: deb http://repo.antixlinux.com/stretch stretch main nosystemd dev
           Active apt sources in: /etc/apt/sources.list.d/debian-stable-updates.list 
           1: deb http://debian.otenet.gr/debian/ stretch-updates main contrib non-free
           Active apt sources in: /etc/apt/sources.list.d/debian.list 
           1: deb http://debian.otenet.gr/debian/ stretch main contrib non-free
           2: deb http://security.debian.org/ stretch/updates main contrib non-free
           No apt repos found in: /etc/apt/sources.list.d/mx.list 
           No apt repos found in: /etc/apt/sources.list.d/onion.list 
           No apt repos found in: /etc/apt/sources.list.d/qt5ct.list 
           No apt repos found in: /etc/apt/sources.list.d/skype-stable.list 
           No apt repos found in: /etc/apt/sources.list.d/spotify.list 
           No apt repos found in: /etc/apt/sources.list.d/xanmod-kernel.list 
'No apt repos found' bugs me a little since it is not technically correct.
Perhaps the message should read 'No active apt repos found'

Re: inxi / pinxi 2.9.00 beta testers!

Posted: Wed Mar 21, 2018 12:18 pm
by towwire

Code: Select all

towwire@mx17a:~
$ sudo inxi -U
Starting inxi self updater.
Using tiny as downloader.
Currently running inxi version number: 2.9.02
Current version patch number: 00
Current version release date: 2018-03-20
Updating inxi in /usr/local/bin using main branch as download source...
Successfully updated to main branch version: 2.9.02
New main branch version patch number: 00
New main branch version release date: 2018-03-20
To run the new version, just start inxi again.
----------------------------------------

Starting download of man page file now.
Downloading Man page file now.
Download/install of man page successful.
Check to make sure it works: man inxi
towwire@mx17a:~

Code: Select all

towwire@mx17a:~
$ inxi -r
Repos:     Active apt sources in: /etc/apt/sources.list.d/antix.list 
           1: deb http://iso.mxrepo.com/antix/stretch/ stretch main
           Active apt sources in: /etc/apt/sources.list.d/debian-stable-updates.list 
           1: deb http://ftp.us.debian.org/debian/ stretch-updates main contrib non-free
           Active apt sources in: /etc/apt/sources.list.d/debian.list 
           1: deb http://ftp.us.debian.org/debian/ stretch main contrib non-free
           2: deb http://security.debian.org/ stretch/updates main contrib non-free
           Active apt sources in: /etc/apt/sources.list.d/mx.list 
           1: deb http://iso.mxrepo.com/mx/repo/ stretch main non-free
           No apt repos found in: /etc/apt/sources.list.d/various.list 
towwire@mx17a:~

Re: inxi / pinxi 2.9.00 beta testers!

Posted: Thu Mar 22, 2018 1:24 am
by h2-1
anticapitalista, thanks, makes sense. Next release will have it, but I literally just did one now. I'm letting the new stuff build on pinxi, so that's now up on pinxi, will see how many changes collect tomorrow before next inxi release. Also removed the word 'found' because that starts to push the 80 column min width a bit with more words there. All of them are now roughly consistent, for stuff that gets repos from commands, it says non found, for file based ones, it says: No active apt repos in

For the very arcane, I've also added in support for the very hard to parse DEB822 apt .sources file format. Pain, it was.

Re: inxi / pinxi 2.9.00 beta testers!

Posted: Thu Mar 22, 2018 4:19 am
by timkb4cq
Thanks, learned something new today. Reading the manpage, it looks like we'll need to get familiar with DEB822 format in the next couple years.