Mint Beta testers for the new inxi Perl release requested

Chat about Linux in general
Forum rules
Do not post support questions here. Before you post read the forum rules. Topics in this forum are automatically closed 6 months after creation.
h2-1
Level 4
Level 4
Posts: 293
Joined: Sat Oct 16, 2010 4:02 pm
Contact:

Re: Mint Beta testers for the new inxi Perl release requested

Post by h2-1 »

As you can probably see, no, I wasn't checking this thread much anymore. But pinxi is alive and well, and was promoted to permanent inxi development version, now at pinxi 3.0.12-16.

greerd, I assume this issue re usb audio not showing isn't present any longer. If it is, I'll need data from the latest pinxi --debug 22 to see what's going on.

Cosmos, you have found one of the biggest oversights Poettering made when creating the new /etc/os-release 'standard', which was supposed to replace the last 'standard' of lsb-release. That failure, which is fairly unsurprising for a redhat employee, was to not have a built in category for derived and system base distro data in os-release, thus forcing endless hacks and workarounds which continue to this day.

Basically because there is zero standard way of getting the system base, all one can do is create manual distro by distro work arounds, because each and every one of them is different, antergos and manjaro and Arco, all derived from Arch, each use a different way to determine what their distro name is vs the base distro.

this is kind sad, because literally all that was required when creating the os-release standard, sic, was to actually think about it, and ask, and see what the non corporate outside world from redhat actually needed to be able to have one standard actually serve all distros, not just redhat and redhat funded stuff like fedora. So yes, usually the information there, and no, there's never an easy way to get it. Basically I'd create a small database of known matches then use that to create the system base data, if such a thing were to happen.
User avatar
greerd
Level 6
Level 6
Posts: 1060
Joined: Sat Jul 31, 2010 10:58 am
Location: Nova Scotia, Canada

Re: Mint Beta testers for the new inxi Perl release requested

Post by greerd »

Hi h2-1

Still the same issue regarding usb audio, ran pinxi --debug 22 as normal user and again with sudo. The files sent are pinxi-mint19-dt-2018-06-14_213733-3.0.12.tar.gz and with sudo pinxi-mint19-dt-2018-06-14_214107-3.0.12.tar.gz.

Cheers
h2-1
Level 4
Level 4
Posts: 293
Joined: Sat Oct 16, 2010 4:02 pm
Contact:

Re: Mint Beta testers for the new inxi Perl release requested

Post by h2-1 »

greerd, glad I asked for the debugger data set, otherwise I would have been sad and confused, lol.

Here's probably roughly what is happening: your lsusb is part of the older Mint base install. inxi is relying on lsusb for usb data. However, your /sys parser showed "AudioQuest DragonFly Red v1.0" as clear as could be asked.

This is because you are running a newer kernel, 4.15, which does know about the roughly 2016 released audioquest red device. The old lsusb however does not know about that device, so while it had the listing for it, it had the product id and vendor id, it did not have the name anywhere, or the product name, or the vendor name. Your original question about why one command showed the data, and the other not, is because there was a sort of bug in the version that did, and it was using /proc/asound/cards as a fallback, it wsn't supposed to do that, but it did, it no longer does I believe, or it does it consistently. So that 'bug' resulted by accident in showing the missing card data, which is also in /proc/asound/cards, which is a really low level weak backup fallback audio source I use internally if everything else failed.

This case is interesting to me because I"ve been increasingly wondering if I can dump lsusb and replace it with a /sys usb parser, though I'd need to keep the lsusb handler for older systems that don't have much data in /sys, and your example is clear indication of a specific situation that would be an enhancement to inxi. I'd resisted because I am not sure I can get all the actual data that lsusb gives me from /sys, but I'll keep looking at that question and checking various datasets to see what would be missing. So far the usb version does not appear to always be present per device or hub, for example, and that's significant information in terms of speed and knowing which port supports which speed.

So there's no bug, and if you were using a newer lsusb, you'd almost certainly see the device listed as expected, but I'm actually surprised that lsusb isn't using something similar to /sys for its data source, only I assume in C, but I can also tell you, lsusb is one of the slowest helper tools inxi uses, really really slow. Really inexcusably slow because I have no doubt I can make it run 5x faster at least if I coded it directly in perl.

I'll have to give some thought to writing a sys usb parser I think.
User avatar
greerd
Level 6
Level 6
Posts: 1060
Joined: Sat Jul 31, 2010 10:58 am
Location: Nova Scotia, Canada

Re: Mint Beta testers for the new inxi Perl release requested

Post by greerd »

Thanks for the explanation and for inxi itself, a very handy program.
h2-1
Level 4
Level 4
Posts: 293
Joined: Sat Oct 16, 2010 4:02 pm
Contact:

Re: Mint Beta testers for the new inxi Perl release requested

Post by h2-1 »

Cosmo. wrote: Mon Apr 23, 2018 6:03 am In case h2-1 is still listening:

I just came (while giving support) to the observation, that some users do not know how to find out, on which bunt base a Mint version is built. Although there are other ways to find that out it would be fine, if inxi could show this also, preferably with the -S option (or -Sxx). Something like: Base: Ubuntu xxxxx.
I am lucky enough to have examples of 3 os-release files from the last 3 mint versions, so I was able to construct rules which should show the system base going back at least mint 17, maybe earlier versions if they used the same os-release syntax as 17.

I've added this feature to a few known distros, but it's very specific to each distro, so I have to be sure of several things before I can add a distro to the system base list.

Try latest pinxi, 3.0.12-23 and it should show (note system base is an -xxx option):

Code: Select all

pinxi -Sxxx 
System:...... Distro: Linux Mint 19 Tara base: Ubuntu Bionic
note that no data files contain the actual ubuntu release version, just the name, that's a Mint problem, I can't fix that since I won't make dynamic distro version to name to number matching in distro data, it's too much to maintain over time with endless distros out there.

Mint 19

Code: Select all

NAME="Linux Mint"
VERSION="19 (Tara)"
ID=linuxmint
ID_LIKE=ubuntu
PRETTY_NAME="Linux Mint 19"
VERSION_ID="19"
HOME_URL="https://www.linuxmint.com/"
SUPPORT_URL="https://forums.ubuntu.com/"
BUG_REPORT_URL="http://linuxmint-troubleshooting-guide.readthedocs.io/en/latest/"
PRIVACY_POLICY_URL="https://www.linuxmint.com/"
VERSION_CODENAME=tara
UBUNTU_CODENAME=bionic
Mint 18

Code: Select all

NAME="Linux Mint"
VERSION="18.3 (Sylvia)"
ID=linuxmint
ID_LIKE=ubuntu
PRETTY_NAME="Linux Mint 18.3"
VERSION_ID="18.3"
HOME_URL="http://www.linuxmint.com/"
SUPPORT_URL="http://forums.linuxmint.com/"
BUG_REPORT_URL="http://bugs.launchpad.net/linuxmint/"
VERSION_CODENAME=sylvia
UBUNTU_CODENAME=xenial
Mint 17

Code: Select all

NAME="Ubuntu"
VERSION="14.04.5 LTS, Trusty Tahr"
ID=ubuntu
ID_LIKE=debian
PRETTY_NAME="Ubuntu 14.04.5 LTS"
VERSION_ID="14.04"
HOME_URL="http://www.ubuntu.com/"
SUPPORT_URL="http://help.ubuntu.com/"
BUG_REPORT_URL="http://bugs.launchpad.net/ubuntu/"
lmuserx4849

Re: Mint Beta testers for the new inxi Perl release requested

Post by lmuserx4849 »

h2-1 wrote: Fri Jun 15, 2018 8:45 pm ..
note that no data files contain the actual ubuntu release version, just the name, that's a Mint problem, I can't fix that since I won't make dynamic distro version to name to number matching in distro data, it's too much to maintain over time with endless distros out there.
..
This might of been answered in the thread, but just in case:

LM 17.3 - /etc/os-release
NAME="Ubuntu"
VERSION="14.04.5 LTS, Trusty Tahr"
ID=ubuntu
ID_LIKE=debian
PRETTY_NAME="Ubuntu 14.04.5 LTS"
VERSION_ID="14.04"
HOME_URL="http://www.ubuntu.com/"
SUPPORT_URL="http://help.ubuntu.com/"
BUG_REPORT_URL="http://bugs.launchpad.net/ubuntu/"
https://www.freedesktop.org/software/sy ... lease.html

When I've seen inxi recommended, the options are -Fxz. I finally read the help on the "z" option. The "-z" option "Adds security filters for IP/MAC addresses, serial numbers, location (-w), user home directory name. Default on for IRC clients." I noticed that under the Debugging Options, data can be uploaded automatically to ftp.techpatterns.com. Nothing new, I know. It was in inxi too.

Does techpatterns have a privacy policy? Who can see this data? Is it used for other purposes, other than debugging pinxi?

It would be nice, if pinxi had a Confirmation Message before uploading any data.

Nice job on the perl.
h2-1
Level 4
Level 4
Posts: 293
Joined: Sat Oct 16, 2010 4:02 pm
Contact:

Re: Mint Beta testers for the new inxi Perl release requested

Post by h2-1 »

who can see it? me. Period, nobody else. I might show specific files that are neutral re sys info to people working on a feature, but that's it, it's my server, nobody can access it, and nobody but me sees that data. Technically a weak point of inxi dev because the datasets are an ultra core part of feature development in inxi, but there's no way to use those publicly in my opinion without doing a lot of cleanup and filter work which I don't feel like doing. So I'm it, the only eyes to see it.

I believe the help and man pages make it clear that the data is going to be uploaded with --debug 21 and 22 and obviously, anyone asking for it can also point that out, I try to make that clear for new users who don't know the process.

I'm kind of like a system doctor in terms of this data, I really don't care about the specifics of the data in there beyond what I need to confirm or create a diagnosis or cure, or to build up data for a new feature or a bug fix or whatever. Most sys admin types by the way are like this around data like this, it's just data.

In terms of real privacy, the real crimes are in how big websites like google, facebook, amazon, etc, build up user profiles that are apparently disturbingly accurate, cell phone users hand this type of data to the web without a second thought. Within that scenario, it would be hard to find a person less interested in the technically specific data than me, lol, all I care about is how it's parsed and used, and if the result is correct.

On a technical level, when I was working on a new part of the debugger, a /proc parser, I discovered a weird thing that would expose all of a user's files in the debugger data, and because in my view that was unacceptable, I completely blocked that entire part of the data gatherer because I don't want to ever see that data, nor did I want it ever to be in the debugger.
User avatar
karlchen
Level 23
Level 23
Posts: 18205
Joined: Sat Dec 31, 2011 7:21 am
Location: Germany

Re: Mint Beta testers for the new inxi Perl release requested

Post by karlchen »

Hi, h2-1.

Not quite sure whether appending my messge to this thread, which you started in order to recruit beta testers, will be the best way.
Yet, I would like to draw your kind attention to my report here: inxi 3.0.14 tells "nouveau" unloaded, inxi 2.3.56 says "loaded".

Best regards,
Karl
Image
The people of Alderaan have been bravely fighting back the clone warriors sent out by the unscrupulous Sith Lord Palpatine for 771 days now.
Lifeline
User avatar
all41
Level 19
Level 19
Posts: 9518
Joined: Tue Dec 31, 2013 9:12 am
Location: Computer, Car, Cage

Re: Mint Beta testers for the new inxi Perl release requested

Post by all41 »

, I completely blocked that entire part of the data gatherer because I don't want to ever see that data
When dealing with sensitive files a good philosophy is: never peek--not once--not ever.
and better yet, not have possesion of the data to begin with.
Everything in life was difficult before it became easy.
User avatar
sdibaja
Level 5
Level 5
Posts: 899
Joined: Sun May 08, 2011 12:57 pm
Location: Baja California, Mexico

Re: Mint Beta testers for the new inxi Perl release requested

Post by sdibaja »

all41 wrote: Sat Jun 30, 2018 8:21 pm
, I completely blocked that entire part of the data gatherer because I don't want to ever see that data
When dealing with sensitive files a good philosophy is: never peek--not once--not ever.
and better yet, not have possesion of the data to begin with.
exactly. that data should never be collected, for any reason...
Peter
Mate desktop https://wiki.debian.org/MATE
Debian GNU/Linux operating system: https://www.debian.org/download
h2-1
Level 4
Level 4
Posts: 293
Joined: Sat Oct 16, 2010 4:02 pm
Contact:

Re: Mint Beta testers for the new inxi Perl release requested

Post by h2-1 »

Exactly, that's why I removed it completely as soon as I realized what was happening, that only happened in pinxi testing of this feature. What I would like to know is why this particular thing is even happening in /proc in the first place. It's too difficult to explain what or how it happens, but it's something that is a clear oversight by the kernel guys because /proc has no business even exposing that data. Luckily it's very easy to filter those files out, so I did.
User avatar
all41
Level 19
Level 19
Posts: 9518
Joined: Tue Dec 31, 2013 9:12 am
Location: Computer, Car, Cage

Re: Mint Beta testers for the new inxi Perl release requested

Post by all41 »

such as a poker game no-peeky
anybody know that?
Everything in life was difficult before it became easy.
MrGrimm

Re: Mint Beta testers for the new inxi Perl release requested

Post by MrGrimm »

"results from pinxi -zv8"

Code: Select all

System:
  Host: LOTN Kernel: 4.20.4-042004-generic x86_64 bits: 64 compiler: gcc 
  v: 8.2.0 Desktop: Cinnamon 4.0.9 wm: muffin 4.0.6 dm: LightDM 1.26.0 
  Distro: Linux Mint 19.1 Tessa base: Ubuntu 18.04 bionic 
Machine:
  Type: Desktop Mobo: ASUSTeK model: 970 PRO GAMING/AURA v: Rev 1.xx 
  serial: <filter> UEFI: American Megatrends v: 1001 date: 06/07/2017 
Memory:
  RAM: total: 15.56 GiB used: 4.82 GiB (30.9%) 
  RAM Report: 
  permissions: Unable to run dmidecode. Root privileges required. 
PCI Slots:
  Permissions: Unable to run dmidecode. Root privileges required. 
CPU:
  Topology: 6-Core model: AMD FX-6300 bits: 64 type: MCP arch: Bulldozer 
  family: 15 (21) model-id: 2 stepping: N/A microcode: 6000822 
  L2 cache: 2048 KiB bogomips: 42139 
  Speed: 1404 MHz min/max: 1400/3500 MHz boost: enabled Core speeds (MHz): 
  1: 1404 2: 1404 3: 1404 4: 1404 5: 1404 6: 1404 
  Flags: 3dnowprefetch abm aes aperfmperf apic arat avx bmi1 clflush cmov 
  cmp_legacy constant_tsc cpb cpuid cr8_legacy cx16 cx8 de decodeassists 
  extapic extd_apicid f16c flushbyasid fma fma4 fpu fxsr fxsr_opt ht 
  hw_pstate ibs lahf_lm lbrv lm lwp mca mce misalignsse mmx mmxext monitor 
  msr mtrr nodeid_msr nonstop_tsc nopl npt nrip_save nx osvw pae pat 
  pausefilter pclmulqdq pdpe1gb perfctr_core perfctr_nb pfthreshold pge pni 
  popcnt pse pse36 rdtscp rep_good sep skinit ssbd sse sse2 sse4_1 sse4_2 
  sse4a ssse3 svm svm_lock syscall tbm tce topoext tsc tsc_scale vmcb_clean 
  vme vmmcall wdt xop xsave 
  Vulnerabilities: Type: l1tf status: Not affected 
  Type: meltdown status: Not affected 
  Type: spec_store_bypass 
  mitigation: Speculative Store Bypass disabled via prctl and seccomp 
  Type: spectre_v1 mitigation: __user pointer sanitization 
  Type: spectre_v2 
  mitigation: Full AMD retpoline, STIBP: disabled, RSB filling 
Graphics:
  Device-1: NVIDIA GM107 [GeForce GTX 750 Ti] vendor: ASUSTeK driver: nvidia 
  v: 340.107 bus ID: 01:00.0 chip ID: 10de:1380 
  Display: x11 server: X.Org 1.19.6 driver: nvidia 
  resolution: 2560x1080~60Hz 
  OpenGL: renderer: GeForce GTX 750 Ti/PCIe/SSE2 v: 4.4.0 NVIDIA 340.107 
  direct render: Yes 
Audio:
  Device-1: AMD SBx00 Azalia vendor: ASUSTeK driver: snd_hda_intel v: kernel 
  bus ID: 00:14.2 chip ID: 1002:4383 
  Device-2: NVIDIA vendor: ASUSTeK driver: snd_hda_intel v: kernel 
  bus ID: 01:00.1 chip ID: 10de:0fbc 
  Sound Server: ALSA v: k4.20.4-042004-generic 
Network:
  Device-1: Intel I211 Gigabit Network vendor: ASUSTeK driver: igb 
  v: 5.4.0-k port: d000 bus ID: 04:00.0 chip ID: 8086:1539 
  IF: enp4s0 state: up speed: 1000 Mbps duplex: full mac: <filter> 
  IP v4: <filter> type: dynamic noprefixroute scope: global 
  broadcast: <filter> 
  IP v6: <filter> type: dynamic noprefixroute scope: global 
  IP v6: <filter> type: noprefixroute scope: link 
  IF-ID-1: tun0 state: unknown speed: 10 Mbps duplex: full mac: N/A 
  IP v4: <filter> scope: global broadcast: <filter> 
  IP v6: <filter> virtual: stable-privacy scope: link 
  WAN IP: <filter> 
Drives:
  Local Storage: total: 3.98 TiB used: 2.42 TiB (60.8%) 
  ID-1: /dev/sda vendor: Samsung model: SSD 850 EVO 120GB size: 111.79 GiB 
  block size: physical: 512 B logical: 512 B speed: 6.0 Gb/s 
  serial: <filter> rev: 2B6Q scheme: GPT 
  ID-2: /dev/sdb vendor: Hitachi model: HDS725050KLA360 size: 465.76 GiB 
  block size: physical: 512 B logical: 512 B speed: 1.5 Gb/s 
  serial: <filter> rev: AB0A scheme: MBR 
  ID-3: /dev/sdc vendor: MediaMax model: WL750GSA3272 size: 698.64 GiB 
  block size: physical: 4096 B logical: 512 B speed: 6.0 Gb/s 
  serial: <filter> rev: 0A80 scheme: GPT 
  ID-4: /dev/sdd type: USB vendor: Western Digital model: WD10EARS-00Y5B1 
  size: 931.51 GiB block size: physical: 512 B logical: 512 B 
  serial: <filter> scheme: GPT 
  ID-5: /dev/sde type: USB vendor: Seagate model: ST2000LM007-1R8174 
  size: 1.82 TiB block size: physical: 512 B logical: 512 B 
  rotation: 5400 rpm serial: <filter> rev: 9300 scheme: GPT 
  Message: No Optical or Floppy data was found. 
RAID:
  Message: No RAID data was found. 
Partition:
  ID-1: / raw size: 111.29 GiB size: 109.04 GiB (97.98%) 
  used: 42.55 GiB (39.0%) fs: ext4 dev: /dev/sda2 label: N/A 
  uuid: d387f897-7fe2-4d4b-8dbe-a7a26dcbada0 
  ID-2: /boot/efi raw size: 512.0 MiB size: 511.0 MiB (99.80%) 
  used: 6.1 MiB (1.2%) fs: vfat dev: /dev/sda1 label: N/A uuid: B8A0-96AB 
  ID-3: /home/<filter>/Downloads raw size: 147.68 GiB 
  size: 145.11 GiB (98.26%) used: 50.51 GiB (34.8%) fs: ext4 dev: /dev/sdc2 
  label: Downloads uuid: 1f8d9bae-291c-49d2-82c6-8dc74c781756 
  ID-4: /home/<filter>/Movie Series raw size: 447.38 GiB 
  size: 439.36 GiB (98.21%) used: 282.00 GiB (64.2%) fs: ext4 dev: /dev/sdc1 
  label: Movie Series uuid: 5be0667d-4040-4dbb-bc7c-ff008f8c8d58 
  ID-5: /home/<filter>/Movies raw size: 931.51 GiB size: 915.89 GiB (98.32%) 
  used: 738.00 GiB (80.6%) fs: ext4 dev: /dev/sdd1 label: Movies 
  uuid: c03c47ac-b166-4376-92ac-e0351ff67ebd 
  ID-6: /home/<filter>/Muzak - Muzak Videos raw size: 247.26 GiB 
  size: 242.88 GiB (98.23%) used: 83.80 GiB (34.5%) fs: ext4 dev: /dev/sde2 
  label: Muzak - M Videos uuid: d8bbf5a8-627f-4299-b6d4-b13d5237238c 
  ID-7: /home/<filter>/My Docs raw size: 49.92 GiB size: 48.88 GiB (97.93%) 
  used: 14.84 GiB (30.4%) fs: ext4 dev: /dev/sdb3 label: My Docs 
  uuid: 46ee61ca-ad6a-4aae-af71-c21b9d12a77d 
  ID-8: /home/<filter>/TV Series raw size: 1.53 TiB size: 1.50 TiB (98.37%) 
  used: 993.72 GiB (64.5%) fs: ext4 dev: /dev/sde1 label: TV Series 
  uuid: 2b422f15-2060-45c8-b97a-a8eb9f65c47b 
  ID-9: /home/<filter>/TV Specials raw size: 50.23 GiB 
  size: 49.19 GiB (97.93%) used: 6.96 GiB (14.2%) fs: ext4 dev: /dev/sde5 
  label: TV Specials uuid: f111b601-ebdf-4618-a23c-f76f5399cb21 
  ID-10: /home/<filter>/Virtual Machines raw size: 103.58 GiB 
  size: 101.45 GiB (97.95%) used: 60.1 MiB (0.1%) fs: ext4 dev: /dev/sdc3 
  label: Virtual Machines uuid: 2d3316f6-42b6-4dac-a641-55e20142f8fe 
  ID-11: /home/<filter>/XXX raw size: 415.84 GiB size: 408.32 GiB (98.19%) 
  used: 262.11 GiB (64.2%) fs: ext4 dev: /dev/sdb1 label: XXX 
  uuid: 3739a080-3748-485c-94d1-2b3303469c8a 
  ID-12: /home/CombinedPartitions/Downloads raw size: 147.68 GiB 
  size: <root required> used: <root required> fs: ext4 dev: /dev/sdc2 
  label: Downloads uuid: 1f8d9bae-291c-49d2-82c6-8dc74c781756 
  ID-13: /home/CombinedPartitions/Movie Series raw size: 447.38 GiB 
  size: <root required> used: <root required> fs: ext4 dev: /dev/sdc1 
  label: Movie Series uuid: 5be0667d-4040-4dbb-bc7c-ff008f8c8d58 
  ID-14: /home/CombinedPartitions/Movies raw size: 931.51 GiB 
  size: <root required> used: <root required> fs: ext4 dev: /dev/sdd1 
  label: Movies uuid: c03c47ac-b166-4376-92ac-e0351ff67ebd 
  ID-15: /home/CombinedPartitions/Muzak - Muzak Videos raw size: 247.26 GiB 
  size: <root required> used: <root required> fs: ext4 dev: /dev/sde2 
  label: Muzak - M Videos uuid: d8bbf5a8-627f-4299-b6d4-b13d5237238c 
  ID-16: /home/CombinedPartitions/My Docs raw size: 49.92 GiB 
  size: <root required> used: <root required> fs: ext4 dev: /dev/sdb3 
  label: My Docs uuid: 46ee61ca-ad6a-4aae-af71-c21b9d12a77d 
  ID-17: /home/CombinedPartitions/TV Series raw size: 1.53 TiB 
  size: <root required> used: <root required> fs: ext4 dev: /dev/sde1 
  label: TV Series uuid: 2b422f15-2060-45c8-b97a-a8eb9f65c47b 
  ID-18: /home/CombinedPartitions/TV Specials raw size: 50.23 GiB 
  size: <root required> used: <root required> fs: ext4 dev: /dev/sde5 
  label: TV Specials uuid: f111b601-ebdf-4618-a23c-f76f5399cb21 
  ID-19: /home/CombinedPartitions/Virtual Machines raw size: 103.58 GiB 
  size: <root required> used: <root required> fs: ext4 dev: /dev/sdc3 
  label: Virtual Machines uuid: 2d3316f6-42b6-4dac-a641-55e20142f8fe 
  ID-20: /home/CombinedPartitions/XXX raw size: 415.84 GiB 
  size: <root required> used: <root required> fs: ext4 dev: /dev/sdb1 
  label: XXX uuid: 3739a080-3748-485c-94d1-2b3303469c8a 
  ID-21: /snap/core/6130 raw size: 89.5 MiB size: <root required> 
  used: <root required> fs: squashfs dev: /dev/loop1 label: N/A uuid: N/A 
  ID-22: /snap/core/6259 raw size: 91.1 MiB size: <root required> 
  used: <root required> fs: squashfs dev: /dev/loop9 label: N/A uuid: N/A 
  ID-23: /snap/core/6350 raw size: 91.0 MiB size: <root required> 
  used: <root required> fs: squashfs dev: /dev/loop6 label: N/A uuid: N/A 
  ID-24: /snap/core18/536 raw size: 53.7 MiB size: <root required> 
  used: <root required> fs: squashfs dev: /dev/loop11 label: N/A uuid: N/A 
  ID-25: /snap/core18/594 raw size: 53.7 MiB size: <root required> 
  used: <root required> fs: squashfs dev: /dev/loop3 label: N/A uuid: N/A 
  ID-26: /snap/core18/677 raw size: 53.7 MiB size: <root required> 
  used: <root required> fs: squashfs dev: /dev/loop5 label: N/A uuid: N/A 
  ID-27: /snap/filebot/16 raw size: 195.9 MiB size: <root required> 
  used: <root required> fs: squashfs dev: /dev/loop10 label: N/A uuid: N/A 
  ID-28: /snap/htop/1066 raw size: 5.0 MiB size: <root required> 
  used: <root required> fs: squashfs dev: /dev/loop8 label: N/A uuid: N/A 
  ID-29: /snap/htop/959 raw size: 4.8 MiB size: <root required> 
  used: <root required> fs: squashfs dev: /dev/loop4 label: N/A uuid: N/A 
  ID-30: /snap/matroska-tools/19 raw size: 79.6 MiB size: <root required> 
  used: <root required> fs: squashfs dev: /dev/loop7 label: N/A uuid: N/A 
  ID-31: /snap/speedy-duplicate-finder/9 raw size: 106.9 MiB 
  size: <root required> used: <root required> fs: squashfs dev: /dev/loop2 
  label: N/A uuid: N/A 
  ID-32: /snap/tor/2 raw size: 5.8 MiB size: <root required> 
  used: <root required> fs: squashfs dev: /dev/loop0 label: N/A uuid: N/A 
Unmounted:
  Message: No unmounted partitions found. 
USB:
  Hub: 1-0:1 info: Full speed (or root) Hub ports: 5 rev: 2.0 
  speed: 480 Mb/s chip ID: 1d6b:0002 
  Device-1: 1-4:6 info: Motorola PCS type: <vendor specific> driver: usbfs 
  interfaces: 2 rev: 2.0 speed: 480 Mb/s chip ID: 22b8:2e76 serial: <filter> 
  Hub: 2-0:1 info: Full speed (or root) Hub ports: 5 rev: 2.0 
  speed: 480 Mb/s chip ID: 1d6b:0002 
  Hub: 3-0:1 info: Full speed (or root) Hub ports: 4 rev: 2.0 
  speed: 480 Mb/s chip ID: 1d6b:0002 
  Hub: 4-0:1 info: Full speed (or root) Hub ports: 5 rev: 1.1 speed: 12 Mb/s 
  chip ID: 1d6b:0001 
  Hub: 5-0:1 info: Full speed (or root) Hub ports: 5 rev: 1.1 speed: 12 Mb/s 
  chip ID: 1d6b:0001 
  Device-2: 5-2:2 info: Microsoft Nano Transceiver v1.0 for Bluetooth 
  type: Keyboard,Mouse,HID driver: hid-generic,usbhid interfaces: 3 rev: 2.0 
  speed: 12 Mb/s chip ID: 045e:0745 
  Device-3: 5-3:3 info: Cambridge Silicon Radio Bluetooth Dongle (HCI mode) 
  type: Bluetooth driver: btusb interfaces: 2 rev: 2.0 speed: 12 Mb/s 
  chip ID: 0a12:0001 
  Hub: 6-0:1 info: Full speed (or root) Hub ports: 2 rev: 1.1 speed: 12 Mb/s 
  chip ID: 1d6b:0001 
  Hub: 7-0:1 info: Full speed (or root) Hub ports: 4 rev: 1.1 speed: 12 Mb/s 
  chip ID: 1d6b:0001 
  Hub: 8-0:1 info: Full speed (or root) Hub ports: 2 rev: 2.0 
  speed: 480 Mb/s chip ID: 1d6b:0002 
  Hub: 8-2:2 info: Genesys Logic 4-port hub ports: 4 rev: 2.1 
  speed: 480 Mb/s chip ID: 05e3:0610 
  Hub: 8-2.4:3 info: Genesys Logic 4-port hub ports: 4 rev: 2.1 
  speed: 480 Mb/s chip ID: 05e3:0610 
  Hub: 9-0:1 info: Full speed (or root) Hub ports: 2 rev: 3.1 speed: 10 Gb/s 
  chip ID: 1d6b:0003 
  Hub: 9-2:2 info: Genesys Logic ports: 4 rev: 3.1 speed: 5 Gb/s 
  chip ID: 05e3:0612 
  Hub: 9-2.4:3 info: Genesys Logic hub ports: 4 rev: 3.0 speed: 5 Gb/s 
  chip ID: 05e3:0616 
  Hub: 10-0:1 info: Full speed (or root) Hub ports: 2 rev: 2.0 
  speed: 480 Mb/s chip ID: 1d6b:0002 
  Hub: 11-0:1 info: Full speed (or root) Hub ports: 2 rev: 3.0 speed: 5 Gb/s 
  chip ID: 1d6b:0003 
  Hub: 12-0:1 info: Full speed (or root) Hub ports: 2 rev: 2.0 
  speed: 480 Mb/s chip ID: 1d6b:0002 
  Hub: 13-0:1 info: Full speed (or root) Hub ports: 2 rev: 3.0 speed: 5 Gb/s 
  chip ID: 1d6b:0003 
  Device-4: 13-1:2 info: ASMedia ASM1051E SATA 6Gb/s bridge ASM1053E SATA 
  6Gb/s bridge ASM1153 SATA 3Gb/s bridge 
  type: Mass Storage driver: usb-storage interfaces: 1 rev: 3.0 
  speed: 5 Gb/s chip ID: 174c:55aa serial: <filter> 
  Device-5: 13-2:3 info: Seagate RSS LLC type: Mass Storage 
  driver: usb-storage interfaces: 1 rev: 3.0 speed: 5 Gb/s 
  chip ID: 0bc2:2322 serial: <filter> 
Sensors:
  System Temperatures: cpu: 21.6 C mobo: N/A gpu: nvidia temp: 36 C 
  Fan Speeds (RPM): cpu: 0 
Repos:
  No active apt repos in: /etc/apt/sources.list 
  Active apt repos in: /etc/apt/sources.list.d/agornostal-ulauncher-bionic.list 
  1: deb http://ppa.launchpad.net/agornostal/ulauncher/ubuntu bionic main
  2: deb-src http://ppa.launchpad.net/agornostal/ulauncher/ubuntu bionic main
  Active apt repos in: /etc/apt/sources.list.d/alessandro-strada-ppa-bionic.list 
  1: deb http://ppa.launchpad.net/alessandro-strada/ppa/ubuntu bionic main
  2: deb-src http://ppa.launchpad.net/alessandro-strada/ppa/ubuntu bionic main
  Active apt repos in: /etc/apt/sources.list.d/clipgrab-team-ppa-bionic.list 
  1: deb http://ppa.launchpad.net/clipgrab-team/ppa/ubuntu bionic main
  2: deb-src http://ppa.launchpad.net/clipgrab-team/ppa/ubuntu bionic main
  Active apt repos in: /etc/apt/sources.list.d/dawidd0811-neofetch-bionic.list 
  1: deb http://ppa.launchpad.net/dawidd0811/neofetch/ubuntu bionic main
  2: deb-src http://ppa.launchpad.net/dawidd0811/neofetch/ubuntu bionic main
  Active apt repos in: /etc/apt/sources.list.d/dhor-myway-bionic.list 
  1: deb http://ppa.launchpad.net/dhor/myway/ubuntu bionic main
  2: deb-src http://ppa.launchpad.net/dhor/myway/ubuntu bionic main
  Active apt repos in: /etc/apt/sources.list.d/elementary-os-stable-bionic.list 
  1: deb http://ppa.launchpad.net/elementary-os/stable/ubuntu bionic main
  2: deb-src http://ppa.launchpad.net/elementary-os/stable/ubuntu bionic main
  Active apt repos in: /etc/apt/sources.list.d/forkotov02-ppa-bionic.list 
  1: deb http://ppa.launchpad.net/forkotov02/ppa/ubuntu bionic main
  2: deb-src http://ppa.launchpad.net/forkotov02/ppa/ubuntu bionic main
  Active apt repos in: /etc/apt/sources.list.d/gambas-team-gambas3-bionic.list 
  1: deb http://ppa.launchpad.net/gambas-team/gambas3/ubuntu bionic main
  2: deb-src http://ppa.launchpad.net/gambas-team/gambas3/ubuntu bionic main
  Active apt repos in: /etc/apt/sources.list.d/gerardpuig-ppa-bionic.list 
  1: deb http://ppa.launchpad.net/gerardpuig/ppa/ubuntu bionic main
  2: deb-src http://ppa.launchpad.net/gerardpuig/ppa/ubuntu bionic main
  Active apt repos in: /etc/apt/sources.list.d/gezakovacs-ppa-bionic.list 
  1: deb http://ppa.launchpad.net/gezakovacs/ppa/ubuntu bionic main
  2: deb-src http://ppa.launchpad.net/gezakovacs/ppa/ubuntu bionic main
  Active apt repos in: /etc/apt/sources.list.d/google-chrome.list 
  1: deb [arch=amd64] http://dl.google.com/linux/chrome/deb/ stable main
  No active apt repos in: /etc/apt/sources.list.d/home:MasterSoft24.list 
  No active apt repos in: /etc/apt/sources.list.d/home:colomboem.list 
  No active apt repos in: /etc/apt/sources.list.d/jellyfin.list 
  Active apt repos in: /etc/apt/sources.list.d/jitsi-stable.list 
  1: deb https://download.jitsi.org stable/
  Active apt repos in: /etc/apt/sources.list.d/kubuntu-ppa-backports-bionic.list 
  1: deb http://ppa.launchpad.net/kubuntu-ppa/backports/ubuntu bionic main
  2: deb-src http://ppa.launchpad.net/kubuntu-ppa/backports/ubuntu bionic main
  Active apt repos in: /etc/apt/sources.list.d/linuxuprising-apps-bionic.list 
  1: deb http://ppa.launchpad.net/linuxuprising/apps/ubuntu bionic main
  2: deb-src http://ppa.launchpad.net/linuxuprising/apps/ubuntu bionic main
  Active apt repos in: /etc/apt/sources.list.d/mc3man-mpv-tests-bionic.list 
  1: deb http://ppa.launchpad.net/mc3man/mpv-tests/ubuntu bionic main
  2: deb-src http://ppa.launchpad.net/mc3man/mpv-tests/ubuntu bionic main
  Active apt repos in: /etc/apt/sources.list.d/morphis-anbox-support-bionic.list 
  1: deb http://ppa.launchpad.net/morphis/anbox-support/ubuntu bionic main
  2: deb-src http://ppa.launchpad.net/morphis/anbox-support/ubuntu bionic main
  Active apt repos in: /etc/apt/sources.list.d/nilarimogard-webupd8-bionic.list 
  1: deb http://ppa.launchpad.net/nilarimogard/webupd8/ubuntu bionic main
  2: deb-src http://ppa.launchpad.net/nilarimogard/webupd8/ubuntu bionic main
  Active apt repos in: /etc/apt/sources.list.d/noobslab-apps-bionic.list 
  1: deb http://ppa.launchpad.net/noobslab/apps/ubuntu bionic main
  2: deb-src http://ppa.launchpad.net/noobslab/apps/ubuntu bionic main
  Active apt repos in: /etc/apt/sources.list.d/noobslab-icons-bionic.list 
  1: deb http://ppa.launchpad.net/noobslab/icons/ubuntu bionic main
  2: deb-src http://ppa.launchpad.net/noobslab/icons/ubuntu bionic main
  No active apt repos in: /etc/apt/sources.list.d/nordvpn.list 
  Active apt repos in: /etc/apt/sources.list.d/notepadqq-team-notepadqq-bionic.list 
  1: deb http://ppa.launchpad.net/notepadqq-team/notepadqq/ubuntu bionic main
  2: deb-src http://ppa.launchpad.net/notepadqq-team/notepadqq/ubuntu bionic main
  Active apt repos in: /etc/apt/sources.list.d/official-package-repositories.list 
  1: deb http://packages.linuxmint.com tessa main upstream import backport
  2: deb http://archive.ubuntu.com/ubuntu bionic main restricted universe multiverse
  3: deb http://archive.ubuntu.com/ubuntu bionic-updates main restricted universe multiverse
  4: deb http://archive.ubuntu.com/ubuntu bionic-backports main restricted universe multiverse
  5: deb http://security.ubuntu.com/ubuntu/ bionic-security main restricted universe multiverse
  6: deb http://archive.canonical.com/ubuntu/ bionic partner
  Active apt repos in: /etc/apt/sources.list.d/oguzhaninan-stacer-bionic.list 
  1: deb http://ppa.launchpad.net/oguzhaninan/stacer/ubuntu bionic main
  2: deb-src http://ppa.launchpad.net/oguzhaninan/stacer/ubuntu bionic main
  No active apt repos in: /etc/apt/sources.list.d/oibaf-graphics-drivers-bionic.list 
  Active apt repos in: /etc/apt/sources.list.d/openshot_developers-ppa-bionic.list 
  1: deb http://ppa.launchpad.net/openshot.developers/ppa/ubuntu bionic main
  2: deb-src http://ppa.launchpad.net/openshot.developers/ppa/ubuntu bionic main
  No active apt repos in: /etc/apt/sources.list.d/rikmills-latte-dock-bionic.list 
  Active apt repos in: /etc/apt/sources.list.d/rvm-smplayer-bionic.list 
  1: deb http://ppa.launchpad.net/rvm/smplayer/ubuntu bionic main
  2: deb-src http://ppa.launchpad.net/rvm/smplayer/ubuntu bionic main
  Active apt repos in: /etc/apt/sources.list.d/sergiomejia666-respin-bionic.list 
  1: deb http://ppa.launchpad.net/sergiomejia666/respin/ubuntu bionic main
  2: deb-src http://ppa.launchpad.net/sergiomejia666/respin/ubuntu bionic main
  Active apt repos in: /etc/apt/sources.list.d/sonarr.list 
  1: deb https://apt.sonarr.tv/debian stretch main
  Active apt repos in: /etc/apt/sources.list.d/stebbins-handbrake-releases-bionic.list 
  1: deb http://ppa.launchpad.net/stebbins/handbrake-releases/ubuntu bionic main
  2: deb-src http://ppa.launchpad.net/stebbins/handbrake-releases/ubuntu bionic main
  Active apt repos in: /etc/apt/sources.list.d/teamviewer.list 
  1: deb http://linux.teamviewer.com/deb stable main
  Active apt repos in: /etc/apt/sources.list.d/teejee2008-ppa-bionic.list 
  1: deb http://ppa.launchpad.net/teejee2008/ppa/ubuntu bionic main
  2: deb-src http://ppa.launchpad.net/teejee2008/ppa/ubuntu bionic main
  Active apt repos in: /etc/apt/sources.list.d/ubuntuhandbook1-dvdstyler-bionic.list 
  1: deb http://ppa.launchpad.net/ubuntuhandbook1/dvdstyler/ubuntu bionic main
  2: deb-src http://ppa.launchpad.net/ubuntuhandbook1/dvdstyler/ubuntu bionic main
  Active apt repos in: /etc/apt/sources.list.d/ubuntuhandbook1-lives-bionic.list 
  1: deb http://ppa.launchpad.net/ubuntuhandbook1/lives/ubuntu bionic main
  2: deb-src http://ppa.launchpad.net/ubuntuhandbook1/lives/ubuntu bionic main
  Active apt repos in: /etc/apt/sources.list.d/virtualbox.list 
  1: deb [arch=amd64] http://download.virtualbox.org/virtualbox/debian bionic contrib
  Active apt repos in: /etc/apt/sources.list.d/vivaldi.list 
  1: deb http://repo.vivaldi.com/stable/deb/ stable main
  Active apt repos in: /etc/apt/sources.list.d/webupd8team-atom-bionic.list 
  1: deb http://ppa.launchpad.net/webupd8team/atom/ubuntu bionic main
  2: deb-src http://ppa.launchpad.net/webupd8team/atom/ubuntu bionic main
  Active apt repos in: /etc/apt/sources.list.d/webupd8team-indicator-kdeconnect-bionic.list 
  1: deb http://ppa.launchpad.net/webupd8team/indicator-kdeconnect/ubuntu bionic main
  2: deb-src http://ppa.launchpad.net/webupd8team/indicator-kdeconnect/ubuntu bionic main
  Active apt repos in: /etc/apt/sources.list.d/windscribe-repo.list 
  1: deb https://repo.windscribe.com/ubuntu zesty main
  Active apt repos in: /etc/apt/sources.list.d/xuzhen666-dockbarx-bionic.list 
  1: deb http://ppa.launchpad.net/xuzhen666/dockbarx/ubuntu bionic main
  2: deb-src http://ppa.launchpad.net/xuzhen666/dockbarx/ubuntu bionic main
Processes:
  CPU top: 5 
  1: cpu: 17.5% command: stacer pid: 2277 mem: 352.4 MiB (2.2%) 
  2: cpu: 13.8% command: stacer pid: 4797 mem: 301.7 MiB (1.8%) 
  3: cpu: 5.7% command: my-weather-indicator started by: python3 pid: 3727 
  mem: 60.3 MiB (0.3%) 
  4: cpu: 5.5% command: gnome-terminal-server pid: 17041 
  mem: 42.8 MiB (0.2%) 
  5: cpu: 5.0% command: vivaldi-bin pid: 11852 mem: 288.4 MiB (1.8%) 
  Memory top: 5 
  1: mem: 428.1 MiB (2.6%) command: vivaldi-bin pid: 12202 cpu: 0.6% 
  2: mem: 352.4 MiB (2.2%) command: stacer pid: 2277 cpu: 17.5% 
  3: mem: 316.5 MiB (1.9%) command: cinnamon pid: 2193 cpu: 2.4% 
  4: mem: 301.7 MiB (1.8%) command: stacer pid: 4797 cpu: 13.8% 
  5: mem: 288.4 MiB (1.8%) command: vivaldi-bin pid: 11852 cpu: 5.0% 
Info:
  Processes: 368 Uptime: 1d 12h 48m Init: systemd v: 237 runlevel: 5 
  Compilers: gcc: 7.3.0 alt: 7 Shell: bash v: 4.4.19 
  running in: gnome-terminal pinxi: 3.0.32-1
"results from sudo pinxi -zv8"

Code: Select all

System:
  Host: LOTN Kernel: 4.20.4-042004-generic x86_64 bits: 64 compiler: gcc 
  v: 8.2.0 Desktop: Cinnamon 4.0.9 wm: muffin 4.0.6 dm: LightDM 1.26.0 
  Distro: Linux Mint 19.1 Tessa base: Ubuntu 18.04 bionic 
Machine:
  Type: Desktop Mobo: ASUSTeK model: 970 PRO GAMING/AURA v: Rev 1.xx 
  serial: <filter> UEFI: American Megatrends v: 1001 date: 06/07/2017 
Memory:
  RAM: total: 15.56 GiB used: 4.83 GiB (31.1%) 
  Array-1: capacity: 32 GiB slots: 4 EC: None max module size: 8 GiB 
  note: est. 
  Device-1: DIMM0 size: 4 GiB speed: 1333 MT/s type: DDR3 
  detail: synchronous unbuffered (unregistered) bus width: 64 bits 
  total: 64 bits manufacturer: N/A part-no: F3-12800CL9-4GBRL serial: N/A 
  Device-2: DIMM1 size: 4 GiB speed: 1333 MT/s type: DDR3 
  detail: synchronous unbuffered (unregistered) bus width: 64 bits 
  total: 64 bits manufacturer: Corsair part-no: CMX8GX3M2A1600C11 
  serial: <filter> 
  Device-3: DIMM2 size: 4 GiB speed: 1333 MT/s type: DDR3 
  detail: synchronous unbuffered (unregistered) bus width: 64 bits 
  total: 64 bits manufacturer: N/A part-no: F3-12800CL9-4GBRL serial: N/A 
  Device-4: DIMM3 size: 4 GiB speed: 1333 MT/s type: DDR3 
  detail: synchronous unbuffered (unregistered) bus width: 64 bits 
  total: 64 bits manufacturer: Corsair part-no: CMX8GX3M2A1600C11 
  serial: <filter> 
PCI Slots:
  Slot: 0 type: x16 PCI Express PCIEX16_1 status: In Use length: Long 
  Slot: 1 type: x1 PCI Express PCIEX1_1 status: In Use length: Short 
  Slot: 2 type: x1 PCI Express PCIEX1_2 status: Available length: Short 
  Slot: 3 type: x16 PCI Express PCIEX16_2 status: Available length: Short 
  Slot: 4 type: 32-bit PCI PCI1 status: Available length: Short 
  Slot: 5 type: 32-bit PCI PCI2 status: Available length: Short 
CPU:
  Topology: 6-Core model: AMD FX-6300 bits: 64 type: MCP arch: Bulldozer 
  family: 15 (21) model-id: 2 stepping: N/A microcode: 6000822 
  L1 cache: 288 KiB L2 cache: 2048 KiB L3 cache: 8192 KiB bogomips: 42139 
  Speed: 2414 MHz min/max: 1400/3500 MHz boost: enabled Core speeds (MHz): 
  1: 1404 2: 1403 3: 1404 4: 1404 5: 1404 6: 1403 
  Flags: 3dnowprefetch abm aes aperfmperf apic arat avx bmi1 clflush cmov 
  cmp_legacy constant_tsc cpb cpuid cr8_legacy cx16 cx8 de decodeassists 
  extapic extd_apicid f16c flushbyasid fma fma4 fpu fxsr fxsr_opt ht 
  hw_pstate ibs lahf_lm lbrv lm lwp mca mce misalignsse mmx mmxext monitor 
  msr mtrr nodeid_msr nonstop_tsc nopl npt nrip_save nx osvw pae pat 
  pausefilter pclmulqdq pdpe1gb perfctr_core perfctr_nb pfthreshold pge pni 
  popcnt pse pse36 rdtscp rep_good sep skinit ssbd sse sse2 sse4_1 sse4_2 
  sse4a ssse3 svm svm_lock syscall tbm tce topoext tsc tsc_scale vmcb_clean 
  vme vmmcall wdt xop xsave 
  Vulnerabilities: Type: l1tf status: Not affected 
  Type: meltdown status: Not affected 
  Type: spec_store_bypass 
  mitigation: Speculative Store Bypass disabled via prctl and seccomp 
  Type: spectre_v1 mitigation: __user pointer sanitization 
  Type: spectre_v2 
  mitigation: Full AMD retpoline, STIBP: disabled, RSB filling 
Graphics:
  Device-1: NVIDIA GM107 [GeForce GTX 750 Ti] vendor: ASUSTeK driver: nvidia 
  v: 340.107 bus ID: 01:00.0 chip ID: 10de:1380 
  Display: server: X.Org 1.19.6 driver: nvidia resolution: 2560x1080~60Hz 
  OpenGL: renderer: GeForce GTX 750 Ti/PCIe/SSE2 v: 4.4.0 NVIDIA 340.107 
  direct render: Yes 
Audio:
  Device-1: AMD SBx00 Azalia vendor: ASUSTeK driver: snd_hda_intel v: kernel 
  bus ID: 00:14.2 chip ID: 1002:4383 
  Device-2: NVIDIA vendor: ASUSTeK driver: snd_hda_intel v: kernel 
  bus ID: 01:00.1 chip ID: 10de:0fbc 
  Sound Server: ALSA v: k4.20.4-042004-generic 
Network:
  Device-1: Intel I211 Gigabit Network vendor: ASUSTeK driver: igb 
  v: 5.4.0-k port: d000 bus ID: 04:00.0 chip ID: 8086:1539 
  IF: enp4s0 state: up speed: 1000 Mbps duplex: full mac: <filter> 
  IP v4: <filter> type: dynamic noprefixroute scope: global 
  broadcast: <filter> 
  IP v6: <filter> type: dynamic noprefixroute scope: global 
  IP v6: <filter> type: noprefixroute scope: link 
  IF-ID-1: tun0 state: unknown speed: 10 Mbps duplex: full mac: N/A 
  IP v4: <filter> scope: global broadcast: <filter> 
  IP v6: <filter> virtual: stable-privacy scope: link 
  WAN IP: <filter> 
Drives:
  Local Storage: total: 3.98 TiB used: 2.42 TiB (60.8%) 
  ID-1: /dev/sda vendor: Samsung model: SSD 850 EVO 120GB size: 111.79 GiB 
  block size: physical: 512 B logical: 512 B speed: 6.0 Gb/s 
  serial: <filter> rev: 2B6Q scheme: GPT 
  ID-2: /dev/sdb vendor: Hitachi model: HDS725050KLA360 size: 465.76 GiB 
  block size: physical: 512 B logical: 512 B speed: 1.5 Gb/s 
  serial: <filter> rev: AB0A temp: 32 C scheme: MBR 
  ID-3: /dev/sdc vendor: MediaMax model: WL750GSA3272 size: 698.64 GiB 
  block size: physical: 4096 B logical: 512 B speed: 6.0 Gb/s 
  serial: <filter> rev: 0A80 temp: 27 C scheme: GPT 
  ID-4: /dev/sdd type: USB vendor: Western Digital model: WD10EARS-00Y5B1 
  size: 931.51 GiB block size: physical: 512 B logical: 512 B 
  serial: <filter> scheme: GPT 
  ID-5: /dev/sde type: USB vendor: Seagate model: ST2000LM007-1R8174 
  size: 1.82 TiB block size: physical: 512 B logical: 512 B 
  rotation: 5400 rpm serial: <filter> rev: 9300 scheme: GPT 
  Message: No Optical or Floppy data was found. 
RAID:
  Message: No RAID data was found. 
Partition:
  ID-1: / raw size: 111.29 GiB size: 109.04 GiB (97.98%) 
  used: 42.55 GiB (39.0%) fs: ext4 block size: 4096 B dev: /dev/sda2 
  label: N/A uuid: d387f897-7fe2-4d4b-8dbe-a7a26dcbada0 
  ID-2: /boot/efi raw size: 512.0 MiB size: 511.0 MiB (99.80%) 
  used: 6.1 MiB (1.2%) fs: vfat block size: 512 B dev: /dev/sda1 label: N/A 
  uuid: B8A0-96AB 
  ID-3: /home/<filter>/Downloads raw size: 147.68 GiB 
  size: 145.11 GiB (98.26%) used: 50.51 GiB (34.8%) fs: ext4 
  block size: 4096 B dev: /dev/sdc2 label: Downloads 
  uuid: 1f8d9bae-291c-49d2-82c6-8dc74c781756 
  ID-4: /home/<filter>/Movie Series raw size: 447.38 GiB 
  size: 439.36 GiB (98.21%) used: 282.00 GiB (64.2%) fs: ext4 
  block size: 4096 B dev: /dev/sdc1 label: Movie Series 
  uuid: 5be0667d-4040-4dbb-bc7c-ff008f8c8d58 
  ID-5: /home/<filter>/Movies raw size: 931.51 GiB size: 915.89 GiB (98.32%) 
  used: 738.00 GiB (80.6%) fs: ext4 block size: 4096 B dev: /dev/sdd1 
  label: Movies uuid: c03c47ac-b166-4376-92ac-e0351ff67ebd 
  ID-6: /home/<filter>/Muzak - Muzak Videos raw size: 247.26 GiB 
  size: 242.88 GiB (98.23%) used: 83.80 GiB (34.5%) fs: ext4 
  block size: 4096 B dev: /dev/sde2 label: Muzak - M Videos 
  uuid: d8bbf5a8-627f-4299-b6d4-b13d5237238c 
  ID-7: /home/<filter>/My Docs raw size: 49.92 GiB size: 48.88 GiB (97.93%) 
  used: 14.84 GiB (30.4%) fs: ext4 block size: 4096 B dev: /dev/sdb3 
  label: My Docs uuid: 46ee61ca-ad6a-4aae-af71-c21b9d12a77d 
  ID-8: /home/<filter>/TV Series raw size: 1.53 TiB size: 1.50 TiB (98.37%) 
  used: 993.72 GiB (64.5%) fs: ext4 block size: 4096 B dev: /dev/sde1 
  label: TV Series uuid: 2b422f15-2060-45c8-b97a-a8eb9f65c47b 
  ID-9: /home/<filter>/TV Specials raw size: 50.23 GiB 
  size: 49.19 GiB (97.93%) used: 6.96 GiB (14.2%) fs: ext4 
  block size: 4096 B dev: /dev/sde5 label: TV Specials 
  uuid: f111b601-ebdf-4618-a23c-f76f5399cb21 
  ID-10: /home/<filter>/Virtual Machines raw size: 103.58 GiB 
  size: 101.45 GiB (97.95%) used: 60.1 MiB (0.1%) fs: ext4 
  block size: 4096 B dev: /dev/sdc3 label: Virtual Machines 
  uuid: 2d3316f6-42b6-4dac-a641-55e20142f8fe 
  ID-11: /home/<filter>/XXX raw size: 415.84 GiB size: 408.32 GiB (98.19%) 
  used: 262.11 GiB (64.2%) fs: ext4 block size: 4096 B dev: /dev/sdb1 
  label: XXX uuid: 3739a080-3748-485c-94d1-2b3303469c8a 
  ID-12: /home/CombinedPartitions/Downloads raw size: 147.68 GiB 
  size: N/A (hidden?) used: N/A (hidden?) fs: ext4 dev: /dev/sdc2 
  label: Downloads uuid: 1f8d9bae-291c-49d2-82c6-8dc74c781756 
  ID-13: /home/CombinedPartitions/Movie Series raw size: 447.38 GiB 
  size: N/A (hidden?) used: N/A (hidden?) fs: ext4 dev: /dev/sdc1 
  label: Movie Series uuid: 5be0667d-4040-4dbb-bc7c-ff008f8c8d58 
  ID-14: /home/CombinedPartitions/Movies raw size: 931.51 GiB 
  size: N/A (hidden?) used: N/A (hidden?) fs: ext4 dev: /dev/sdd1 
  label: Movies uuid: c03c47ac-b166-4376-92ac-e0351ff67ebd 
  ID-15: /home/CombinedPartitions/Muzak - Muzak Videos raw size: 247.26 GiB 
  size: N/A (hidden?) used: N/A (hidden?) fs: ext4 dev: /dev/sde2 
  label: Muzak - M Videos uuid: d8bbf5a8-627f-4299-b6d4-b13d5237238c 
  ID-16: /home/CombinedPartitions/My Docs raw size: 49.92 GiB 
  size: N/A (hidden?) used: N/A (hidden?) fs: ext4 dev: /dev/sdb3 
  label: My Docs uuid: 46ee61ca-ad6a-4aae-af71-c21b9d12a77d 
  ID-17: /home/CombinedPartitions/TV Series raw size: 1.53 TiB 
  size: N/A (hidden?) used: N/A (hidden?) fs: ext4 dev: /dev/sde1 
  label: TV Series uuid: 2b422f15-2060-45c8-b97a-a8eb9f65c47b 
  ID-18: /home/CombinedPartitions/TV Specials raw size: 50.23 GiB 
  size: N/A (hidden?) used: N/A (hidden?) fs: ext4 dev: /dev/sde5 
  label: TV Specials uuid: f111b601-ebdf-4618-a23c-f76f5399cb21 
  ID-19: /home/CombinedPartitions/Virtual Machines raw size: 103.58 GiB 
  size: N/A (hidden?) used: N/A (hidden?) fs: ext4 dev: /dev/sdc3 
  label: Virtual Machines uuid: 2d3316f6-42b6-4dac-a641-55e20142f8fe 
  ID-20: /home/CombinedPartitions/XXX raw size: 415.84 GiB 
  size: N/A (hidden?) used: N/A (hidden?) fs: ext4 dev: /dev/sdb1 label: XXX 
  uuid: 3739a080-3748-485c-94d1-2b3303469c8a 
  ID-21: /snap/core/6130 raw size: 89.5 MiB size: N/A (hidden?) 
  used: N/A (hidden?) fs: squashfs dev: /dev/loop1 label: N/A uuid: N/A 
  ID-22: /snap/core/6259 raw size: 91.1 MiB size: N/A (hidden?) 
  used: N/A (hidden?) fs: squashfs dev: /dev/loop9 label: N/A uuid: N/A 
  ID-23: /snap/core/6350 raw size: 91.0 MiB size: N/A (hidden?) 
  used: N/A (hidden?) fs: squashfs dev: /dev/loop6 label: N/A uuid: N/A 
  ID-24: /snap/core18/536 raw size: 53.7 MiB size: N/A (hidden?) 
  used: N/A (hidden?) fs: squashfs dev: /dev/loop11 label: N/A uuid: N/A 
  ID-25: /snap/core18/594 raw size: 53.7 MiB size: N/A (hidden?) 
  used: N/A (hidden?) fs: squashfs dev: /dev/loop3 label: N/A uuid: N/A 
  ID-26: /snap/core18/677 raw size: 53.7 MiB size: N/A (hidden?) 
  used: N/A (hidden?) fs: squashfs dev: /dev/loop5 label: N/A uuid: N/A 
  ID-27: /snap/filebot/16 raw size: 195.9 MiB size: N/A (hidden?) 
  used: N/A (hidden?) fs: squashfs dev: /dev/loop10 label: N/A uuid: N/A 
  ID-28: /snap/htop/1066 raw size: 5.0 MiB size: N/A (hidden?) 
  used: N/A (hidden?) fs: squashfs dev: /dev/loop8 label: N/A uuid: N/A 
  ID-29: /snap/htop/959 raw size: 4.8 MiB size: N/A (hidden?) 
  used: N/A (hidden?) fs: squashfs dev: /dev/loop4 label: N/A uuid: N/A 
  ID-30: /snap/matroska-tools/19 raw size: 79.6 MiB size: N/A (hidden?) 
  used: N/A (hidden?) fs: squashfs dev: /dev/loop7 label: N/A uuid: N/A 
  ID-31: /snap/speedy-duplicate-finder/9 raw size: 106.9 MiB 
  size: N/A (hidden?) used: N/A (hidden?) fs: squashfs dev: /dev/loop2 
  label: N/A uuid: N/A 
  ID-32: /snap/tor/2 raw size: 5.8 MiB size: N/A (hidden?) 
  used: N/A (hidden?) fs: squashfs dev: /dev/loop0 label: N/A uuid: N/A 
Unmounted:
  Message: No unmounted partitions found. 
USB:
  Hub: 1-0:1 info: Full speed (or root) Hub ports: 5 rev: 2.0 
  speed: 480 Mb/s chip ID: 1d6b:0002 
  Device-1: 1-4:6 info: Motorola PCS type: <vendor specific> driver: usbfs 
  interfaces: 2 rev: 2.0 speed: 480 Mb/s chip ID: 22b8:2e76 serial: <filter> 
  Hub: 2-0:1 info: Full speed (or root) Hub ports: 5 rev: 2.0 
  speed: 480 Mb/s chip ID: 1d6b:0002 
  Hub: 3-0:1 info: Full speed (or root) Hub ports: 4 rev: 2.0 
  speed: 480 Mb/s chip ID: 1d6b:0002 
  Hub: 4-0:1 info: Full speed (or root) Hub ports: 5 rev: 1.1 speed: 12 Mb/s 
  chip ID: 1d6b:0001 
  Hub: 5-0:1 info: Full speed (or root) Hub ports: 5 rev: 1.1 speed: 12 Mb/s 
  chip ID: 1d6b:0001 
  Device-2: 5-2:2 info: Microsoft Nano Transceiver v1.0 for Bluetooth 
  type: Keyboard,Mouse,HID driver: hid-generic,usbhid interfaces: 3 rev: 2.0 
  speed: 12 Mb/s chip ID: 045e:0745 
  Device-3: 5-3:3 info: Cambridge Silicon Radio Bluetooth Dongle (HCI mode) 
  type: Bluetooth driver: btusb interfaces: 2 rev: 2.0 speed: 12 Mb/s 
  chip ID: 0a12:0001 
  Hub: 6-0:1 info: Full speed (or root) Hub ports: 2 rev: 1.1 speed: 12 Mb/s 
  chip ID: 1d6b:0001 
  Hub: 7-0:1 info: Full speed (or root) Hub ports: 4 rev: 1.1 speed: 12 Mb/s 
  chip ID: 1d6b:0001 
  Hub: 8-0:1 info: Full speed (or root) Hub ports: 2 rev: 2.0 
  speed: 480 Mb/s chip ID: 1d6b:0002 
  Hub: 8-2:2 info: Genesys Logic 4-port hub ports: 4 rev: 2.1 
  speed: 480 Mb/s chip ID: 05e3:0610 
  Hub: 8-2.4:3 info: Genesys Logic 4-port hub ports: 4 rev: 2.1 
  speed: 480 Mb/s chip ID: 05e3:0610 
  Hub: 9-0:1 info: Full speed (or root) Hub ports: 2 rev: 3.1 speed: 10 Gb/s 
  chip ID: 1d6b:0003 
  Hub: 9-2:2 info: Genesys Logic ports: 4 rev: 3.1 speed: 5 Gb/s 
  chip ID: 05e3:0612 
  Hub: 9-2.4:3 info: Genesys Logic hub ports: 4 rev: 3.0 speed: 5 Gb/s 
  chip ID: 05e3:0616 
  Hub: 10-0:1 info: Full speed (or root) Hub ports: 2 rev: 2.0 
  speed: 480 Mb/s chip ID: 1d6b:0002 
  Hub: 11-0:1 info: Full speed (or root) Hub ports: 2 rev: 3.0 speed: 5 Gb/s 
  chip ID: 1d6b:0003 
  Hub: 12-0:1 info: Full speed (or root) Hub ports: 2 rev: 2.0 
  speed: 480 Mb/s chip ID: 1d6b:0002 
  Hub: 13-0:1 info: Full speed (or root) Hub ports: 2 rev: 3.0 speed: 5 Gb/s 
  chip ID: 1d6b:0003 
  Device-4: 13-1:2 info: ASMedia ASM1051E SATA 6Gb/s bridge ASM1053E SATA 
  6Gb/s bridge ASM1153 SATA 3Gb/s bridge 
  type: Mass Storage driver: usb-storage interfaces: 1 rev: 3.0 
  speed: 5 Gb/s chip ID: 174c:55aa serial: <filter> 
  Device-5: 13-2:3 info: Seagate RSS LLC type: Mass Storage 
  driver: usb-storage interfaces: 1 rev: 3.0 speed: 5 Gb/s 
  chip ID: 0bc2:2322 serial: <filter> 
Sensors:
  System Temperatures: cpu: 18.6 C mobo: N/A gpu: nvidia temp: 36 C 
  Fan Speeds (RPM): cpu: 0 
Repos:
  No active apt repos in: /etc/apt/sources.list 
  Active apt repos in: /etc/apt/sources.list.d/agornostal-ulauncher-bionic.list 
  1: deb http://ppa.launchpad.net/agornostal/ulauncher/ubuntu bionic main
  2: deb-src http://ppa.launchpad.net/agornostal/ulauncher/ubuntu bionic main
  Active apt repos in: /etc/apt/sources.list.d/alessandro-strada-ppa-bionic.list 
  1: deb http://ppa.launchpad.net/alessandro-strada/ppa/ubuntu bionic main
  2: deb-src http://ppa.launchpad.net/alessandro-strada/ppa/ubuntu bionic main
  Active apt repos in: /etc/apt/sources.list.d/clipgrab-team-ppa-bionic.list 
  1: deb http://ppa.launchpad.net/clipgrab-team/ppa/ubuntu bionic main
  2: deb-src http://ppa.launchpad.net/clipgrab-team/ppa/ubuntu bionic main
  Active apt repos in: /etc/apt/sources.list.d/dawidd0811-neofetch-bionic.list 
  1: deb http://ppa.launchpad.net/dawidd0811/neofetch/ubuntu bionic main
  2: deb-src http://ppa.launchpad.net/dawidd0811/neofetch/ubuntu bionic main
  Active apt repos in: /etc/apt/sources.list.d/dhor-myway-bionic.list 
  1: deb http://ppa.launchpad.net/dhor/myway/ubuntu bionic main
  2: deb-src http://ppa.launchpad.net/dhor/myway/ubuntu bionic main
  Active apt repos in: /etc/apt/sources.list.d/elementary-os-stable-bionic.list 
  1: deb http://ppa.launchpad.net/elementary-os/stable/ubuntu bionic main
  2: deb-src http://ppa.launchpad.net/elementary-os/stable/ubuntu bionic main
  Active apt repos in: /etc/apt/sources.list.d/forkotov02-ppa-bionic.list 
  1: deb http://ppa.launchpad.net/forkotov02/ppa/ubuntu bionic main
  2: deb-src http://ppa.launchpad.net/forkotov02/ppa/ubuntu bionic main
  Active apt repos in: /etc/apt/sources.list.d/gambas-team-gambas3-bionic.list 
  1: deb http://ppa.launchpad.net/gambas-team/gambas3/ubuntu bionic main
  2: deb-src http://ppa.launchpad.net/gambas-team/gambas3/ubuntu bionic main
  Active apt repos in: /etc/apt/sources.list.d/gerardpuig-ppa-bionic.list 
  1: deb http://ppa.launchpad.net/gerardpuig/ppa/ubuntu bionic main
  2: deb-src http://ppa.launchpad.net/gerardpuig/ppa/ubuntu bionic main
  Active apt repos in: /etc/apt/sources.list.d/gezakovacs-ppa-bionic.list 
  1: deb http://ppa.launchpad.net/gezakovacs/ppa/ubuntu bionic main
  2: deb-src http://ppa.launchpad.net/gezakovacs/ppa/ubuntu bionic main
  Active apt repos in: /etc/apt/sources.list.d/google-chrome.list 
  1: deb [arch=amd64] http://dl.google.com/linux/chrome/deb/ stable main
  No active apt repos in: /etc/apt/sources.list.d/home:MasterSoft24.list 
  No active apt repos in: /etc/apt/sources.list.d/home:colomboem.list 
  No active apt repos in: /etc/apt/sources.list.d/jellyfin.list 
  Active apt repos in: /etc/apt/sources.list.d/jitsi-stable.list 
  1: deb https://download.jitsi.org stable/
  Active apt repos in: /etc/apt/sources.list.d/kubuntu-ppa-backports-bionic.list 
  1: deb http://ppa.launchpad.net/kubuntu-ppa/backports/ubuntu bionic main
  2: deb-src http://ppa.launchpad.net/kubuntu-ppa/backports/ubuntu bionic main
  Active apt repos in: /etc/apt/sources.list.d/linuxuprising-apps-bionic.list 
  1: deb http://ppa.launchpad.net/linuxuprising/apps/ubuntu bionic main
  2: deb-src http://ppa.launchpad.net/linuxuprising/apps/ubuntu bionic main
  Active apt repos in: /etc/apt/sources.list.d/mc3man-mpv-tests-bionic.list 
  1: deb http://ppa.launchpad.net/mc3man/mpv-tests/ubuntu bionic main
  2: deb-src http://ppa.launchpad.net/mc3man/mpv-tests/ubuntu bionic main
  Active apt repos in: /etc/apt/sources.list.d/morphis-anbox-support-bionic.list 
  1: deb http://ppa.launchpad.net/morphis/anbox-support/ubuntu bionic main
  2: deb-src http://ppa.launchpad.net/morphis/anbox-support/ubuntu bionic main
  Active apt repos in: /etc/apt/sources.list.d/nilarimogard-webupd8-bionic.list 
  1: deb http://ppa.launchpad.net/nilarimogard/webupd8/ubuntu bionic main
  2: deb-src http://ppa.launchpad.net/nilarimogard/webupd8/ubuntu bionic main
  Active apt repos in: /etc/apt/sources.list.d/noobslab-apps-bionic.list 
  1: deb http://ppa.launchpad.net/noobslab/apps/ubuntu bionic main
  2: deb-src http://ppa.launchpad.net/noobslab/apps/ubuntu bionic main
  Active apt repos in: /etc/apt/sources.list.d/noobslab-icons-bionic.list 
  1: deb http://ppa.launchpad.net/noobslab/icons/ubuntu bionic main
  2: deb-src http://ppa.launchpad.net/noobslab/icons/ubuntu bionic main
  No active apt repos in: /etc/apt/sources.list.d/nordvpn.list 
  Active apt repos in: /etc/apt/sources.list.d/notepadqq-team-notepadqq-bionic.list 
  1: deb http://ppa.launchpad.net/notepadqq-team/notepadqq/ubuntu bionic main
  2: deb-src http://ppa.launchpad.net/notepadqq-team/notepadqq/ubuntu bionic main
  Active apt repos in: /etc/apt/sources.list.d/official-package-repositories.list 
  1: deb http://packages.linuxmint.com tessa main upstream import backport
  2: deb http://archive.ubuntu.com/ubuntu bionic main restricted universe multiverse
  3: deb http://archive.ubuntu.com/ubuntu bionic-updates main restricted universe multiverse
  4: deb http://archive.ubuntu.com/ubuntu bionic-backports main restricted universe multiverse
  5: deb http://security.ubuntu.com/ubuntu/ bionic-security main restricted universe multiverse
  6: deb http://archive.canonical.com/ubuntu/ bionic partner
  Active apt repos in: /etc/apt/sources.list.d/oguzhaninan-stacer-bionic.list 
  1: deb http://ppa.launchpad.net/oguzhaninan/stacer/ubuntu bionic main
  2: deb-src http://ppa.launchpad.net/oguzhaninan/stacer/ubuntu bionic main
  No active apt repos in: /etc/apt/sources.list.d/oibaf-graphics-drivers-bionic.list 
  Active apt repos in: /etc/apt/sources.list.d/openshot_developers-ppa-bionic.list 
  1: deb http://ppa.launchpad.net/openshot.developers/ppa/ubuntu bionic main
  2: deb-src http://ppa.launchpad.net/openshot.developers/ppa/ubuntu bionic main
  No active apt repos in: /etc/apt/sources.list.d/rikmills-latte-dock-bionic.list 
  Active apt repos in: /etc/apt/sources.list.d/rvm-smplayer-bionic.list 
  1: deb http://ppa.launchpad.net/rvm/smplayer/ubuntu bionic main
  2: deb-src http://ppa.launchpad.net/rvm/smplayer/ubuntu bionic main
  Active apt repos in: /etc/apt/sources.list.d/sergiomejia666-respin-bionic.list 
  1: deb http://ppa.launchpad.net/sergiomejia666/respin/ubuntu bionic main
  2: deb-src http://ppa.launchpad.net/sergiomejia666/respin/ubuntu bionic main
  Active apt repos in: /etc/apt/sources.list.d/sonarr.list 
  1: deb https://apt.sonarr.tv/debian stretch main
  Active apt repos in: /etc/apt/sources.list.d/stebbins-handbrake-releases-bionic.list 
  1: deb http://ppa.launchpad.net/stebbins/handbrake-releases/ubuntu bionic main
  2: deb-src http://ppa.launchpad.net/stebbins/handbrake-releases/ubuntu bionic main
  Active apt repos in: /etc/apt/sources.list.d/teamviewer.list 
  1: deb http://linux.teamviewer.com/deb stable main
  Active apt repos in: /etc/apt/sources.list.d/teejee2008-ppa-bionic.list 
  1: deb http://ppa.launchpad.net/teejee2008/ppa/ubuntu bionic main
  2: deb-src http://ppa.launchpad.net/teejee2008/ppa/ubuntu bionic main
  Active apt repos in: /etc/apt/sources.list.d/ubuntuhandbook1-dvdstyler-bionic.list 
  1: deb http://ppa.launchpad.net/ubuntuhandbook1/dvdstyler/ubuntu bionic main
  2: deb-src http://ppa.launchpad.net/ubuntuhandbook1/dvdstyler/ubuntu bionic main
  Active apt repos in: /etc/apt/sources.list.d/ubuntuhandbook1-lives-bionic.list 
  1: deb http://ppa.launchpad.net/ubuntuhandbook1/lives/ubuntu bionic main
  2: deb-src http://ppa.launchpad.net/ubuntuhandbook1/lives/ubuntu bionic main
  Active apt repos in: /etc/apt/sources.list.d/virtualbox.list 
  1: deb [arch=amd64] http://download.virtualbox.org/virtualbox/debian bionic contrib
  Active apt repos in: /etc/apt/sources.list.d/vivaldi.list 
  1: deb http://repo.vivaldi.com/stable/deb/ stable main
  Active apt repos in: /etc/apt/sources.list.d/webupd8team-atom-bionic.list 
  1: deb http://ppa.launchpad.net/webupd8team/atom/ubuntu bionic main
  2: deb-src http://ppa.launchpad.net/webupd8team/atom/ubuntu bionic main
  Active apt repos in: /etc/apt/sources.list.d/webupd8team-indicator-kdeconnect-bionic.list 
  1: deb http://ppa.launchpad.net/webupd8team/indicator-kdeconnect/ubuntu bionic main
  2: deb-src http://ppa.launchpad.net/webupd8team/indicator-kdeconnect/ubuntu bionic main
  Active apt repos in: /etc/apt/sources.list.d/windscribe-repo.list 
  1: deb https://repo.windscribe.com/ubuntu zesty main
  Active apt repos in: /etc/apt/sources.list.d/xuzhen666-dockbarx-bionic.list 
  1: deb http://ppa.launchpad.net/xuzhen666/dockbarx/ubuntu bionic main
  2: deb-src http://ppa.launchpad.net/xuzhen666/dockbarx/ubuntu bionic main
Processes:
  CPU top: 5 
  1: cpu: 17.5% command: stacer pid: 2277 mem: 352.7 MiB (2.2%) 
  2: cpu: 13.8% command: stacer pid: 4797 mem: 302.1 MiB (1.8%) 
  3: cpu: 5.7% command: my-weather-indicator started by: python3 pid: 3727 
  mem: 60.3 MiB (0.3%) 
  4: cpu: 5.2% command: vivaldi-bin pid: 11852 mem: 293.6 MiB (1.8%) 
  5: cpu: 4.9% command: vivaldi-bin pid: 13782 mem: 223.1 MiB (1.4%) 
  Memory top: 5 
  1: mem: 428.6 MiB (2.6%) command: vivaldi-bin pid: 12202 cpu: 0.5% 
  2: mem: 352.7 MiB (2.2%) command: stacer pid: 2277 cpu: 17.5% 
  3: mem: 316.5 MiB (1.9%) command: cinnamon pid: 2193 cpu: 2.4% 
  4: mem: 302.1 MiB (1.8%) command: stacer pid: 4797 cpu: 13.8% 
  5: mem: 293.6 MiB (1.8%) command: vivaldi-bin pid: 11852 cpu: 5.2% 
Info:
  Processes: 370 Uptime: 1d 12h 51m Init: systemd v: 237 runlevel: 5 
  Compilers: gcc: 7.3.0 alt: 7 Shell: bash (sudo) v: 4.4.19 
  running in: gnome-terminal pinxi: 3.0.32-1 
Last edited by MrGrimm on Sun Feb 10, 2019 11:45 pm, edited 1 time in total.
phd21
Level 20
Level 20
Posts: 10104
Joined: Thu Jan 09, 2014 9:42 pm
Location: Florida

Re: Mint Beta testers for the new inxi Perl release requested

Post by phd21 »

Hi Everyone,

FYI: The reply from MrGrimm were the results of his computer not mine... He has a nicer computer than my ancient underpowered computer.
Phd21: Mint 20 Cinnamon & KDE Neon 64-bit Awesome OS's, Dell Inspiron I5 7000 (7573, quad core i5-8250U ) 2 in 1 touch screen
User avatar
BG405
Level 9
Level 9
Posts: 2505
Joined: Fri Mar 11, 2016 3:09 pm
Location: England

Re: Mint Beta testers for the new inxi Perl release requested

Post by BG405 »

These latest replies to this thread have reminded me of a possible improvement: if sudo is required e.g. for dmidecode, the script could maybe check for this & prompt for something like:
  • Pasword required for memory (or other) details (y)
      or
  • Ignore this and generate report without the extra info (n)
Dell Inspiron 1525 - LM17.3 CE 64-------------------Lenovo T440 - Manjaro KDE with Mint VMs
Toshiba NB250 - Manjaro KDE------------------------Acer Aspire One D255E - LM21.3 Xfce
Acer Aspire E11 ES1-111M - LM18.2 KDE 64 ----Two ROMS don't make a WRITE
h2-1
Level 4
Level 4
Posts: 293
Joined: Sat Oct 16, 2010 4:02 pm
Contact:

Re: Mint Beta testers for the new inxi Perl release requested

Post by h2-1 »

it already does that, re telling you you need root permissions to do certain things.

You can't put in a password via a program like this as far as I know, nor do I want to go there, it's the user who should do that, not inxi.

Try it.

Code: Select all

$ pinxi -m
Memory:    RAM: total: 31.43 GiB used: 8.06 GiB (25.6%) 
           RAM Report: permissions: Unable to run dmidecode. Root privileges required.
inxi pinxi should do no more than tell the user the feature requires root permissions if not sudo/root.

Note that 3.0.32 fixed a small glitch with how inxi detects root or not, it was using a weak method that can fail, thanks to crazy from frugalware for spottting that problem and giving me a robust solution to fix it.
Locked

Return to “Chat about Linux”