Advertisement
Kimarite

inxi - Debian Wheezy

Aug 21st, 2015
268
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.67 KB | None | 0 0
  1. inxi will now begin checking for the programs it needs to
  2. operate. First a check of the main languages and tools inxi
  3. uses. Python is only for debugging data collection.
  4. ---------------------------------------------------------------------------
  5. Bash version: 4.2.37(1)-release
  6. Gawk version: 4.0.1
  7. Sed version: 4.2.1
  8. Sudo version: 1.8.5p2
  9. Python version: 2.7.3
  10. ---------------------------------------------------------------------------
  11. Test One: Required System Directories (Linux Only).
  12. If one of these system directories is missing, inxi cannot
  13. operate:
  14.  
  15. /proc.................................................... Present
  16. /sys..................................................... Present
  17.  
  18. All the directories are present.
  19. ---------------------------------------------------------------------------
  20. Test Two: Required Core Applications.
  21. If one of these applications is missing, inxi cannot operate:
  22.  
  23. df (info: partition data)................................ /bin/df
  24. gawk (info: core tool)................................... /usr/bin/gawk
  25. grep (info: string search)............................... /bin/grep
  26. lspci (info: hardware data).............................. /usr/bin/lspci
  27. ps (info: process data).................................. /bin/ps
  28. readlink................................................. /bin/readlink
  29. sed (info: string replace)............................... /bin/sed
  30. tr (info: character replace)............................. /usr/bin/tr
  31. uname (info: kernel data)................................ /bin/uname
  32. wc (info: word character count).......................... /usr/bin/wc
  33.  
  34. All the applications are present.
  35. ---------------------------------------------------------------------------
  36. Test Three: Script Recommends for Graphics Features.
  37. NOTE: If you do not use X these do not matter (like a
  38. headless server). Otherwise, if one of these applications is
  39. missing, inxi will have incomplete output:
  40.  
  41. glxinfo (info: -G glx info).............................. /usr/bin/glxinfo
  42. xdpyinfo (info: -G multi screen resolution).............. /usr/bin/xdpyinfo
  43. xprop (info: -S desktop data)............................ /usr/bin/xprop
  44. xrandr (info: -G single screen resolution)............... /usr/bin/xrandr
  45.  
  46. All the applications are present.
  47. ---------------------------------------------------------------------------
  48. Test Four: Script Recommends for Remaining Features.
  49. If one of these applications is missing, inxi will have
  50. incomplete output:
  51.  
  52. dmidecode (info: -M if no sys machine data; -m memory)... /usr/sbin/dmidecode
  53. file (info: -o unmounted file system).................... /usr/bin/file
  54. hddtemp (info: -Dx show hdd temp)........................ /usr/sbin/hddtemp
  55. ifconfig (info: -i ip lan-deprecated).................... /sbin/ifconfig
  56. ip (info: -i ip lan)..................................... /sbin/ip
  57. sensors (info: -s sensors output)........................ /usr/bin/sensors
  58. strings (info: -I sysvinit version)...................... /usr/bin/strings
  59. lsusb (info: -A usb audio;-N usb networking)............. /usr/bin/lsusb
  60. modinfo (info: -Ax,-Nx module version)................... /sbin/modinfo
  61. runlevel (info: -I runlevel)............................. /sbin/runlevel
  62. sudo (info: -Dx hddtemp-user;-o file-user)............... /usr/bin/sudo
  63. uptime (info: -I uptime (check which package owns Debian)) /usr/bin/uptime
  64.  
  65. All the applications are present.
  66. ---------------------------------------------------------------------------
  67. Test Five: Script Recommends for Remaining Features.
  68. One of these downloaders needed for options -i/-w/-W (-U/-!
  69. [11-15], if supported):
  70.  
  71. wget (info: -i wan ip;-w/-W;-U/-! [11-15] (if supported)) /usr/bin/wget
  72. curl (info: -i wan ip;-w/-W;-U/-! [11-15] (if supported)) /usr/bin/curl
  73.  
  74. All the applications are present.
  75. ---------------------------------------------------------------------------
  76. Test Six: System Directories for Various Information.
  77. (Unless otherwise noted, these are for GNU/Linux systems)
  78. If one of these directories is missing, inxi may have
  79. incomplete output:
  80.  
  81. /sys/class/dmi/id (info: -M system, motherboard, bios)... Present
  82. /dev (info: -l,-u,-o,-p,-P,-D disk partition data)....... Present
  83. /dev/disk/by-label (info: -l,-o,-p,-P partition labels).. Present
  84. /dev/disk/by-uuid (info: -u,-o,-p,-P partition uuid)..... Present
  85.  
  86. All the directories are present.
  87. ---------------------------------------------------------------------------
  88. Test Seven: System Files for Various Information.
  89. (Unless otherwise noted, these are for GNU/Linux systems)
  90. If one of these files is missing, inxi may have incomplete
  91. output:
  92.  
  93. /proc/asound/cards (info: -A sound card data)............ Present
  94. /proc/asound/version (info: -A ALSA data)................ Present
  95. /proc/cpuinfo (info: -C cpu data)........................ Present
  96. /etc/lsb-release (info: -S distro version data [deprecated]) Missing
  97. /proc/mdstat (info: -R mdraid data)...................... Missing
  98. /proc/meminfo (info: -I memory data)..................... Present
  99. /etc/os-release (info: -S distro version data)........... Present
  100. /proc/partitions (info: -p,-P partitions data)........... Present
  101. /proc/modules (info: -G module data)..................... Present
  102. /proc/mounts (info: -P,-p partition advanced data)....... Present
  103. /var/run/dmesg.boot (info: -D,-d disk data [BSD only])... Missing
  104. /proc/scsi/scsi (info: -D Advanced hard disk data [used rarely]) Missing
  105. /var/log/Xorg.0.log (info: -G graphics driver load status) Present
  106.  
  107. The following files are missing from your system:
  108. File: /etc/lsb-release
  109. File: /proc/mdstat
  110. File: /var/run/dmesg.boot
  111. File: /proc/scsi/scsi
  112. ---------------------------------------------------------------------------
  113. All tests completed.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement