Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- inxi will now begin checking for the programs it needs to
- operate. First a check of the main languages and tools inxi
- uses. Python is only for debugging data collection.
- ---------------------------------------------------------------------------
- Bash version: 4.2.37(1)-release
- Gawk version: 4.0.1
- Sed version: 4.2.1
- Sudo version: 1.8.5p2
- Python version: 2.7.3
- ---------------------------------------------------------------------------
- Test One: Required System Directories (Linux Only).
- If one of these system directories is missing, inxi cannot
- operate:
- /proc.................................................... Present
- /sys..................................................... Present
- All the directories are present.
- ---------------------------------------------------------------------------
- Test Two: Required Core Applications.
- If one of these applications is missing, inxi cannot operate:
- df (info: partition data)................................ /bin/df
- gawk (info: core tool)................................... /usr/bin/gawk
- grep (info: string search)............................... /bin/grep
- lspci (info: hardware data).............................. /usr/bin/lspci
- ps (info: process data).................................. /bin/ps
- readlink................................................. /bin/readlink
- sed (info: string replace)............................... /bin/sed
- tr (info: character replace)............................. /usr/bin/tr
- uname (info: kernel data)................................ /bin/uname
- wc (info: word character count).......................... /usr/bin/wc
- All the applications are present.
- ---------------------------------------------------------------------------
- Test Three: Script Recommends for Graphics Features.
- NOTE: If you do not use X these do not matter (like a
- headless server). Otherwise, if one of these applications is
- missing, inxi will have incomplete output:
- glxinfo (info: -G glx info).............................. /usr/bin/glxinfo
- xdpyinfo (info: -G multi screen resolution).............. /usr/bin/xdpyinfo
- xprop (info: -S desktop data)............................ /usr/bin/xprop
- xrandr (info: -G single screen resolution)............... /usr/bin/xrandr
- All the applications are present.
- ---------------------------------------------------------------------------
- Test Four: Script Recommends for Remaining Features.
- If one of these applications is missing, inxi will have
- incomplete output:
- dmidecode (info: -M if no sys machine data; -m memory)... /usr/sbin/dmidecode
- file (info: -o unmounted file system).................... /usr/bin/file
- hddtemp (info: -Dx show hdd temp)........................ /usr/sbin/hddtemp
- ifconfig (info: -i ip lan-deprecated).................... /sbin/ifconfig
- ip (info: -i ip lan)..................................... /sbin/ip
- sensors (info: -s sensors output)........................ /usr/bin/sensors
- strings (info: -I sysvinit version)...................... /usr/bin/strings
- lsusb (info: -A usb audio;-N usb networking)............. /usr/bin/lsusb
- modinfo (info: -Ax,-Nx module version)................... /sbin/modinfo
- runlevel (info: -I runlevel)............................. /sbin/runlevel
- sudo (info: -Dx hddtemp-user;-o file-user)............... /usr/bin/sudo
- uptime (info: -I uptime (check which package owns Debian)) /usr/bin/uptime
- All the applications are present.
- ---------------------------------------------------------------------------
- Test Five: Script Recommends for Remaining Features.
- One of these downloaders needed for options -i/-w/-W (-U/-!
- [11-15], if supported):
- wget (info: -i wan ip;-w/-W;-U/-! [11-15] (if supported)) /usr/bin/wget
- curl (info: -i wan ip;-w/-W;-U/-! [11-15] (if supported)) /usr/bin/curl
- All the applications are present.
- ---------------------------------------------------------------------------
- Test Six: System Directories for Various Information.
- (Unless otherwise noted, these are for GNU/Linux systems)
- If one of these directories is missing, inxi may have
- incomplete output:
- /sys/class/dmi/id (info: -M system, motherboard, bios)... Present
- /dev (info: -l,-u,-o,-p,-P,-D disk partition data)....... Present
- /dev/disk/by-label (info: -l,-o,-p,-P partition labels).. Present
- /dev/disk/by-uuid (info: -u,-o,-p,-P partition uuid)..... Present
- All the directories are present.
- ---------------------------------------------------------------------------
- Test Seven: System Files for Various Information.
- (Unless otherwise noted, these are for GNU/Linux systems)
- If one of these files is missing, inxi may have incomplete
- output:
- /proc/asound/cards (info: -A sound card data)............ Present
- /proc/asound/version (info: -A ALSA data)................ Present
- /proc/cpuinfo (info: -C cpu data)........................ Present
- /etc/lsb-release (info: -S distro version data [deprecated]) Missing
- /proc/mdstat (info: -R mdraid data)...................... Missing
- /proc/meminfo (info: -I memory data)..................... Present
- /etc/os-release (info: -S distro version data)........... Present
- /proc/partitions (info: -p,-P partitions data)........... Present
- /proc/modules (info: -G module data)..................... Present
- /proc/mounts (info: -P,-p partition advanced data)....... Present
- /var/run/dmesg.boot (info: -D,-d disk data [BSD only])... Missing
- /proc/scsi/scsi (info: -D Advanced hard disk data [used rarely]) Missing
- /var/log/Xorg.0.log (info: -G graphics driver load status) Present
- The following files are missing from your system:
- File: /etc/lsb-release
- File: /proc/mdstat
- File: /var/run/dmesg.boot
- File: /proc/scsi/scsi
- ---------------------------------------------------------------------------
- All tests completed.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement