<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://homeostasis.scs.carleton.ca/wiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Atchekan</id>
	<title>Soma-notes - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://homeostasis.scs.carleton.ca/wiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Atchekan"/>
	<link rel="alternate" type="text/html" href="https://homeostasis.scs.carleton.ca/wiki/index.php/Special:Contributions/Atchekan"/>
	<updated>2026-05-02T06:35:40Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.42.1</generator>
	<entry>
		<id>https://homeostasis.scs.carleton.ca/wiki/index.php?title=COMP_3000_2011_Report:_Inquisitor&amp;diff=15593</id>
		<title>COMP 3000 2011 Report: Inquisitor</title>
		<link rel="alternate" type="text/html" href="https://homeostasis.scs.carleton.ca/wiki/index.php?title=COMP_3000_2011_Report:_Inquisitor&amp;diff=15593"/>
		<updated>2011-12-13T21:51:02Z</updated>

		<summary type="html">&lt;p&gt;Atchekan: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[File:Inquisitor-logo.png|thumb|centre|Inquisitor Logo]] &lt;br /&gt;
&lt;br /&gt;
=Part 1=&lt;br /&gt;
== &#039;&#039;&#039;Background&#039;&#039;&#039; ==&lt;br /&gt;
===&#039;&#039;&#039;Name&#039;&#039;&#039;===&lt;br /&gt;
The name of the distribution is Inquisitor. &lt;br /&gt;
===&#039;&#039;&#039;Goals and Target Audience&#039;&#039;&#039;===&lt;br /&gt;
This distribution aims to provide an open-source hardware testing and certification system, that is:&lt;br /&gt;
* &#039;&#039;&#039;Customizable&#039;&#039;&#039;: it is possible to pick and choose which modules and tests to include.&lt;br /&gt;
* &#039;&#039;&#039;Modular&#039;&#039;&#039;: it is made up from a series of interchangeable modules; one can easily add new modules in order to add new test detections, production steps, etc. This will be described in greater detail in later parts of the report. Please stay tuned!&lt;br /&gt;
* &#039;&#039;&#039;Flexible&#039;&#039;&#039;: it is possible to adjust virtually any parameter in analysis or testing process and customize the system to the widest extent possible.&lt;br /&gt;
* &#039;&#039;&#039;Intelligent&#039;&#039;&#039;: it is server-based version includes a database that stores all the data on all computers that were tested by Inquisitor making easy to keep track of multiple systems/PCs. If some parts of the hardware were to change, &#039;clever scheduler&#039; won&#039;t redo all the long testing, but only the tests that were relevant to the hardware changes.&lt;br /&gt;
* &#039;&#039;&#039;Distributed&#039;&#039;&#039;: through its modular architecture, Inquisitor can be easily distributed across a cluster to distribute load or make a geographically distributed system. &lt;br /&gt;
* &#039;&#039;&#039;Scalable&#039;&#039;&#039;: it is possible to test just one computer or all the computers in an organization.&lt;br /&gt;
* &#039;&#039;&#039;Free&#039;&#039;&#039;: it is free, and that&#039;s always good!&lt;br /&gt;
===&#039;&#039;&#039;Who Develops it&#039;&#039;&#039;===&lt;br /&gt;
It is being developed by Mikhail Yakashin and another 5 guys, with various contributions from others, the full list of names can be found below:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;u&amp;gt;Inquisitor team is:&amp;lt;/u&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* Mikhail Yakshin &lt;br /&gt;
* Pavel Melnikov&lt;br /&gt;
* Maksim Bartenev&lt;br /&gt;
* Sergey Matveev &lt;br /&gt;
* Denis Borovikov&lt;br /&gt;
* Andras Horvath&lt;br /&gt;
					&lt;br /&gt;
&amp;lt;u&amp;gt;With contributions and suggestions from:&amp;lt;/u&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* Anton Farygin&lt;br /&gt;
* Anton Kachalov&lt;br /&gt;
* Valery Inozemtsev&lt;br /&gt;
* Alexandra Panyukova&lt;br /&gt;
* Michail Pishchagin&lt;br /&gt;
===&#039;&#039;&#039;How To Get It&#039;&#039;&#039;===&lt;br /&gt;
[http://www.inquisitor.ru/ Inquisitor] may be obtained via the official [http://www.inquisitor.ru/download.html website]. Currently it seems that only a 	direct download is available, but there is a heading for BitTorrent, so who knows it may also be available as an option in the future. There are several &#039;flavors&#039; to choose from; there is a standalone version, a live version, and 	an enterprise version.&lt;br /&gt;
* &#039;&#039;Standalone version&#039;&#039;, installs into whatever Linux OS system you are currently running by modifying a configuration makefile with your current system parameters. This is probably the best for &amp;quot;demonstrating and learning Inquisitor&amp;quot; as stated by the people working on the distribution.&lt;br /&gt;
* &#039;&#039;Live version&#039;&#039;, is a Linux Live CD option that allows you to boot straight from the CD/DVD. A good choice for those that are afraid to accidentally mess something up on their system when running destructive testing and for those that don&#039;t have a Linux OS installed on their machine.&lt;br /&gt;
* &#039;&#039;Enterprise version&#039;&#039;, allows the user to setup a dedicated testing server that would allow any computer to boot from the network using the preboot execution environment ([http://en.wikipedia.org/wiki/Preboot_Execution_Environment PXE]) protocol in order to test multiple computers on a regular basis. The PXE protocol is an environment to boot computers using a network interface independently of data storage devices (like hard disks) or the OS. This protocol broadcasts to the network a packet that will identify and find the locations of other computers on the network that need to be bootstrapped. Once done the machines at the various IP points will then be able to, via the trivial file transfer protocol ([http://en.wikipedia.org/wiki/Trivial_File_Transfer_Protocol TFTP]), download a network bootstrap program ([http://en.wikipedia.org/wiki/Preboot_Execution_Environment#Network_bootstrap_program NBP]) into random-access memory ([http://en.wikipedia.org/wiki/Random-access_memory RAM]) and run it.&lt;br /&gt;
===&#039;&#039;&#039;How Large is it&#039;&#039;&#039;===&lt;br /&gt;
The size of each of the aforementioned &#039;flavors&#039; is relatively small and only took a couple of minutes to download via my connection at home. The 	distribution is zipped, and version 3.0 is under a megabyte in size. When unzipped it is just under 2 megabytes (1.95). The iso for the Live CD version of the distribution is 131 megabytes for 32-bit systems, and 135 megabytes for 64-bit systems.&lt;br /&gt;
===&#039;&#039;&#039;Influences&#039;&#039;&#039;===&lt;br /&gt;
[http://en.wikipedia.org/wiki/ALT_Linux ALT Linux] is used as the base and starting point for Inquisitor. &lt;br /&gt;
===&#039;&#039;&#039;Miscellaneous&#039;&#039;&#039;===			&lt;br /&gt;
Inquisitor uses an internal scheduling program that allows a user to schedule and run multiple tests, in a predefined order with varying parameters.&lt;br /&gt;
&lt;br /&gt;
The following tests are available to run. Please refer to the [http://www.inquisitor.ru/doc/api/index.html API] for further information and documentation on the various tests.&lt;br /&gt;
{|&lt;br /&gt;
| style=&amp;quot;vertical-align: top&amp;quot; |&lt;br /&gt;
* Array configurator&lt;br /&gt;
* Boot from image&lt;br /&gt;
* BYTEmark benchmark suite&lt;br /&gt;
* CPU benchmark: Dhrystone&lt;br /&gt;
* CPU benchmark: Whetstone&lt;br /&gt;
* CPU burn&lt;br /&gt;
* Database to Detects comparison&lt;br /&gt;
* DD&lt;br /&gt;
* FDD read/write&lt;br /&gt;
* Firmware reflashing&lt;br /&gt;
* HDD array stress&lt;br /&gt;
* HDD benchmark: Bonnie&lt;br /&gt;
* HDD benchmark: hdparm&lt;br /&gt;
| style=&amp;quot;vertical-align: top&amp;quot; |&lt;br /&gt;
* HDD benchmark: IOzone&lt;br /&gt;
* HDD passthrough&lt;br /&gt;
* HDD SMART&lt;br /&gt;
* Memory benchmark: STREAM&lt;br /&gt;
* Memory test: Memtester&lt;br /&gt;
* Mencoder in memory&lt;br /&gt;
* Mencoder on hard drive&lt;br /&gt;
* Network interface&lt;br /&gt;
* ODD read&lt;br /&gt;
* ODD write&lt;br /&gt;
* Partimage&lt;br /&gt;
* Reference-based detects comparison&lt;br /&gt;
* Stress compression&lt;br /&gt;
| style=&amp;quot;vertical-align: top&amp;quot; |&lt;br /&gt;
* Torrent upload&lt;br /&gt;
* UnixBench benchmark suite&lt;br /&gt;
* USB flash drive&lt;br /&gt;
* USB GPRS modem&lt;br /&gt;
* USB GPRS Modem Dialup&lt;br /&gt;
* USB GPRS modem signal level&lt;br /&gt;
* USB presence&lt;br /&gt;
|}&lt;br /&gt;
== &#039;&#039;&#039;Installation/Startup&#039;&#039;&#039; ==&lt;br /&gt;
===&#039;&#039;&#039;Installation&#039;&#039;&#039;===&lt;br /&gt;
I decided to go with the Live CD &#039;flavor&#039; of this distribution as it is the one that would minimize my chances of doing something I would regret to my own PC via some of the write tests that were available as part of the default package. I used VirtualBox to mount the downloaded iso, this enabled me to do some testing and play around with creating my own test cases, and packages. This was easy and straight forward.&lt;br /&gt;
[[File:LiveInstall.jpg|thumb|upright=0.65|Live CD Installation Diagram]]&lt;br /&gt;
A few installation options are described below:&lt;br /&gt;
====&#039;&#039;&#039;Live CD&#039;&#039;&#039;====&lt;br /&gt;
Download and save the iso (Live CD) image that is suitable for your system from the Inquisitor [http://www.inquisitor.ru/download.html website.] Choose a virtualization software to use.&lt;br /&gt;
=====&#039;&#039;&#039;Oracle VM VirtualBox&#039;&#039;&#039;=====&lt;br /&gt;
# Download and install [https://www.virtualbox.org/wiki/Downloads VirtualBox].&lt;br /&gt;
# Create a new Virtual Machine by following the point and click wizard.&lt;br /&gt;
# Mount the Inquisitor iso, previously downloaded.&lt;br /&gt;
# Start the Virtual Machine with the mounted image.&lt;br /&gt;
# Select one of the options and have fun...&lt;br /&gt;
=====&#039;&#039;&#039;VMware&#039;&#039;&#039;=====&lt;br /&gt;
# Download and install [http://downloads.vmware.com/ VMware].&lt;br /&gt;
# Create a new Virtual Machine by following the point and click wizard.&lt;br /&gt;
# Mount the Inquisitor iso, previously downloaded.&lt;br /&gt;
# Start the Virtual Machine with the mounted image.&lt;br /&gt;
# Select one of the options and have fun...&lt;br /&gt;
====&#039;&#039;&#039;Problems Encountered&#039;&#039;&#039;====&lt;br /&gt;
None encountered.&lt;br /&gt;
== &#039;&#039;&#039;Basic Operation&#039;&#039;&#039; ==&lt;br /&gt;
{| style=&amp;quot;float: right;&amp;quot;&lt;br /&gt;
|[[File:Hardware Testing Menu.png|right|thumb|Figure 1 - Main Menu]]&lt;br /&gt;
|[[File:Benchmark Testing - Non Destructive.png|right|thumb|Figure 2 - A test in progress]]&lt;br /&gt;
|[[File:Test Results.png|right|thumb|Figure 3 - Test results]]&lt;br /&gt;
|}&lt;br /&gt;
The setup used; Oracle VM VirtualBox running a mounted Live CD copy of Inquisitor v3.0.&lt;br /&gt;
&lt;br /&gt;
The main menu that is presented to the user directly following boot-up is straightforward and easy to use (Figure 1). All of the options are grouped into categories. Selecting and running tests is straightforward, a test is selected and ran, after it is done, the results are saved and may be viewed at any time. Everything is automatic (Figure 2), you just &#039;point and click&#039; with the outcome presented as &#039;DONE&#039;, &#039;FAILED&#039;, &#039;SKIP&#039;, &#039;PASSED&#039;, and &#039;CALLED&#039; - the wording is fully customizable and can be changed via a configuration file if one so desires -. Some tests require the user to enter a set of parameters that are test specific, such as the number of iterations to run through or test duration. All of the parameters are entered via a TUI textfield. Once the desired test(s) are ran, results are saved and may be viewed at any time (Figure 3).&lt;br /&gt;
&lt;br /&gt;
I did not encounter any problems. Although with some of the more time consuming tests it would have been nice to see some kind of an update on what is currently happening, in order to eliminate any suspicion that the system has hung. The only other gripe I had was with the &#039;View test results&#039; constantly returning me not to the menu from which I came, but to the main menu. This forces the user to go back to wherever he/she was each and every single time. Having an option to &#039;Exit&#039; once everything was done would have been nice.	&lt;br /&gt;
&lt;br /&gt;
During my time with Inquisitor I tried to stick to tests that were non-destructive (would not touch data on my HDD and possibly cause issues). A couple of the tests I had tried are outlined in a step-by-step basis below:&lt;br /&gt;
&lt;br /&gt;
=== &#039;&#039;&#039;Trial Test Case 1&#039;&#039;&#039; ===&lt;br /&gt;
{| style=&amp;quot;float: right;&amp;quot;&lt;br /&gt;
|[[File:Single_Test_Main_Menu.png|right|thumb|Figure 4 - Single test main menu]]&lt;br /&gt;
|[[File:Test_Case_1_BONNIE.png|right|thumb|Figure 5 - &#039;bonnie&#039; test results ]]&lt;br /&gt;
|}&lt;br /&gt;
This test involved running a test that would check how my system handles file transfers to and from the harddrive. This would be usefull for anyone working with a server as it could possibly point out and eliminate bottlenecks in a system. For this purpose Inquisitor uses the [http://www.textuality.com/bonnie/ Bonnie] benckmark, which allows it to measure the performance of Unix file system operations. I.e. the basic operations like reading (putc()), writing (write()), and rewriting which involves first reading some data, messing it up, and rewriting it again - this uses lseek() -. Which, in theory, test the effectiveness of the filesystem cache and the speed of data transfer. To do this in Inquisitor you simply need to select the &amp;quot;single&amp;quot; testing option from the main menu (Figure 1) by pressing &amp;quot;S&amp;quot; on the keyboard followed by enter. Then you would be presented with the &amp;quot;Run a single test&amp;quot; main menu (Figure 4). Here, simply make sure that the test named &amp;quot;bonnie&amp;quot; is selected and press enter. The test will begin and after it is done the results are displayed (Figure 5).&lt;br /&gt;
&lt;br /&gt;
The results show that - in my case -:&lt;br /&gt;
* The output character speed was 32962 bits per second. Tested by writing to a file using putc() stdio macro.&lt;br /&gt;
* The output block speed was 33827 bits per second. Tested by writing to a file using write().&lt;br /&gt;
* The rewrite speed was 95416 bits per second. Tested by rewriting a &amp;quot;corrupted&amp;quot; block using read(), write(), and lseek().&lt;br /&gt;
* Bits are read from a file at a speed of 53328 bits per second. The file is read using getc().&lt;br /&gt;
&lt;br /&gt;
=== &#039;&#039;&#039;Trial Test Case 2&#039;&#039;&#039; ===&lt;br /&gt;
{| style=&amp;quot;float: right;&amp;quot;&lt;br /&gt;
|[[File:Dhrystone_Test.png|right|thumb|Figure 6 - Dhrystone test results]]&lt;br /&gt;
|}&lt;br /&gt;
This test case was a single test, that checked my CPU integer performance. For this purpose Inquisitor uses the [http://en.wikipedia.org/wiki/Dhrystone Dhrystone] benchmark. The C version. This benchmark tries to imitate the processor usage of some common set of programs. The result is output in terms of million instructions per second (MIPS). Which is useful to find out how the CPU is performing in comparison to how it should be performing based on information that can be found out from various chip manufacturer websites. To do this in Inquisitor you simply need to select the &amp;quot;single&amp;quot; testing option from the main menu (Figure 1) by pressing &amp;quot;S&amp;quot; on the keyboard followed by enter. Then you would be presented with the single test main menu (Figure 4). Here simply make sure that the test named &amp;quot;dhrystone&amp;quot; is selected and press enter. If you want, you can adjust the duration of the test in seconds. If you choose to do so the result will then have to be divided by the number of seconds to determine the number of instructions per second. The test will begin and after it is done the results are displayed (Figure 6). The results show that - in my case - the CPU is able to perform, roughly, 6 million instructions per second.&lt;br /&gt;
&lt;br /&gt;
As you can see the test is useful, easy to run, and fast.&lt;br /&gt;
== &#039;&#039;&#039;Usage Evaluation&#039;&#039;&#039; ==&lt;br /&gt;
From my experience I think that the distribution does everything that it had promised on it&#039;s website and then some. I found it very easy to install and come to terms with, and the ability to create and modify existing test cases was simple and fairly straight forward thanks to the provided documentation that kept things concise and not overly complicated. The basics are there, and are enough to lay the foundation for whatever test case module you may want to create provided you have some background experience in programming and know what it is that you want to do. &lt;br /&gt;
=Part 2=&lt;br /&gt;
==&#039;&#039;&#039;Software Packaging&#039;&#039;&#039;==&lt;br /&gt;
===&#039;&#039;&#039;How is software packaged for this distribution?&#039;&#039;&#039;===&lt;br /&gt;
Software is packaged using the [http://en.wikipedia.org/wiki/RPM_Package_Manager RPM] package management system. It&#039;s associated file format is .rpm. This format was intended primarily for GNU/Linux distributions and is the baseline package format of the Linux Standard Base. Repositories are used to contain applications, and they are  required in order to maintain system integrity and stability. This was done because software packages often have one or more dependencies. If two programs A and B depend on C and upgrading A depends on upgrading C, then B will also have to be updated to be able to &#039;interact&#039; with the upgraded version C. Therefore having repositories that contain different releases and versions of packages helps mitigate this issue. &lt;br /&gt;
{| style=&amp;quot;float: right;&amp;quot;&lt;br /&gt;
|[[File:Synaptic_RMS.jpg|right|thumb|Figure 4 - Synaptic]]&lt;br /&gt;
===&#039;&#039;&#039;What packaging format and utilities are used?&#039;&#039;&#039;===&lt;br /&gt;
There are 2 utilities that are used for package management:&lt;br /&gt;
# [http://en.wikipedia.org/wiki/Synaptic_Package_Manager Synaptic] is a graphical package management tool that comes pre-installed with the distribution. It allows the user to view, install, remove, and upgrade software packages (Figure 4).&lt;br /&gt;
# [http://en.wikipedia.org/wiki/Advanced_Packaging_Tool Advanced Packaging Tool] (APT) is a command line terminal based packaging tool that has been modified to also work with RPM via [http://en.wikipedia.org/wiki/Apt-rpm APT-RPM].&lt;br /&gt;
===&#039;&#039;&#039;How can you use these utilities to get a list of installed packages?&#039;&#039;&#039;===&lt;br /&gt;
&#039;&#039;&#039;Synaptic&#039;&#039;&#039; will automatically list all of the packages installed on the system as soon as it is opened. Adding, upgrading or removing packages can be done in several ways:&lt;br /&gt;
* Select the desired package and choose the action from the &#039;Package&#039; menu.&lt;br /&gt;
* Double click on the package name.&lt;br /&gt;
* Choose an action from the context menu of the package.&lt;br /&gt;
* Click on the status icon to open a menu that contains all possible actions.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;APT&#039;&#039;&#039; has various commands that the user can use:&lt;br /&gt;
* &#039;&#039;apt-cache&#039;&#039; - Will allow you to search the local package cache for packages.&lt;br /&gt;
* &#039;&#039;apt-cache search [package name]&#039;&#039; - Will show packages with &#039;package name&#039; that are installed.&lt;br /&gt;
* &#039;&#039;apt-cache show [package name]&#039;&#039; - Will show information for &#039;package name&#039;.&lt;br /&gt;
* &#039;&#039;apt-cdrom&#039;&#039; - Can be used to add package archives to the list of sources that are defined in /etc/apt/sources.list.&lt;br /&gt;
* &#039;&#039;apt-get&#039;&#039; - Is used to handle packages. &lt;br /&gt;
* &#039;&#039;apt-get update&#039;&#039; - Should be run prior to installing or upgrading a software application as it will make sure that the package cache is up to date.&lt;br /&gt;
* &#039;&#039;apt-get install [package name]&#039;&#039; - Will install the &#039;package name&#039; package.&lt;br /&gt;
* &#039;&#039;apt-get remove [package name]&#039;&#039; - Will remove &#039;package name&#039; package from your machine.&lt;br /&gt;
* ...along with many other less widely used commands. Please refer to man pages or online sources for all of the available commands.&lt;br /&gt;
{| style=&amp;quot;float: right;&amp;quot;&lt;br /&gt;
|[[File:Package_Info.jpg|right|thumb|Package Breakdown]]&lt;br /&gt;
===&#039;&#039;&#039;How extensive is the software catalog for this distribution?&#039;&#039;&#039;===&lt;br /&gt;
There is a good variety of applications that come with the distribution, from a wide variety of categories. All-in-all, there are 1300 packages pre-installed. There is a nice variety of games (for Tetris lovers, its in there!), Flash, Java JRE, Quicktime, a browser - Firefox -, document tools, calculator, etc, are all included. [http://www.winehq.org/ Wine] is also in here. I am not a LInux user and have not yet tried it, but it sounds pretty cool as it supposedly lets you run Windows software on other operating systems.&lt;br /&gt;
&lt;br /&gt;
Please see a more detailed breakdown of the pre-installed packages on the right.&lt;br /&gt;
==&#039;&#039;&#039;Major package versions&#039;&#039;&#039;==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|+ &#039;&#039;&#039;Major Software Packages Included&#039;&#039;&#039;&lt;br /&gt;
|- style=&amp;quot;background: grey;&amp;quot;&lt;br /&gt;
! Package&lt;br /&gt;
! Current Version (Size)&lt;br /&gt;
! Latest Version&lt;br /&gt;
! Modifications&lt;br /&gt;
! Rationale for inclusion&lt;br /&gt;
|- &lt;br /&gt;
| align=&amp;quot;center&amp;quot; | [http://www.kernel.org/ &#039;&#039;&#039;Kernel&#039;&#039;&#039;]&lt;br /&gt;
| align=&amp;quot;center&amp;quot; | 3.0.3-alt0.M60P.1 (80.4 MB)&lt;br /&gt;
| align=&amp;quot;center&amp;quot; | 3.1.1&lt;br /&gt;
| No evident modifications.&lt;br /&gt;
| It is a default 2.6.x kernel variant for ALT Linux distributions. It was most likely chosen because it is a proven kernel. Stable and reliable.&lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;center&amp;quot; | [http://www.gnu.org/s/libc/ &#039;&#039;&#039;glibc&#039;&#039;&#039;] &lt;br /&gt;
| align=&amp;quot;center&amp;quot; | 2.11.3-alt6 (2962 kB)&lt;br /&gt;
| align=&amp;quot;center&amp;quot; | 2.14&lt;br /&gt;
| Some of the most recent modifications by the authors have been; some bug fixes, some solutions to localization issues, reversion of some broken commits, and a fixed nscd reload. Full list can be found in the changelog.&lt;br /&gt;
| It was most likely chosen because without these files a GNU/Linux system would not function.&lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;center&amp;quot; | [http://www.x.org/wiki/ &#039;&#039;&#039;X.org&#039;&#039;&#039;]&lt;br /&gt;
| align=&amp;quot;center&amp;quot; | 1.10.3-alt0.M60P.1 (33 kB)&lt;br /&gt;
| align=&amp;quot;center&amp;quot; | 7.6&lt;br /&gt;
| No evident modifications.&lt;br /&gt;
| It has most likely been included in order to provide access to the X Windows System.&lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;center&amp;quot; | [http://java.com/en/download/ &#039;&#039;&#039;JVM&#039;&#039;&#039;]&lt;br /&gt;
| align=&amp;quot;center&amp;quot; | 1.6.0.26-alt1 (90.3 MB)&lt;br /&gt;
| align=&amp;quot;center&amp;quot; | 1.6&lt;br /&gt;
| Some of the most recent modifications by the authors have been; some modifications for localization purposes and some font changes.&lt;br /&gt;
| It was most likely included to enable us - the users - to run Java applications.&lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;center&amp;quot; | [http://www.gnu.org/software/bash/ &#039;&#039;&#039;Bash&#039;&#039;&#039;]&lt;br /&gt;
| align=&amp;quot;center&amp;quot; | 3.2.51-alt1 (1066 kB)&lt;br /&gt;
| align=&amp;quot;center&amp;quot; | 4.2&lt;br /&gt;
| No evident modifications.&lt;br /&gt;
| It was included to provide the user with a shell for typing various commands.&lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;center&amp;quot; | [http://directory.fsf.org/wiki/Grep &#039;&#039;&#039;Grep&#039;&#039;&#039;]&lt;br /&gt;
| align=&amp;quot;center&amp;quot; | 2.9-alt1 (876 kB)&lt;br /&gt;
| align=&amp;quot;center&amp;quot; | 2.8&lt;br /&gt;
| No evident modifications.&lt;br /&gt;
| Grep is a command-line text searching tool which is probably why it was included.&lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;center&amp;quot; | [http://rpm.org/wiki/Download &#039;&#039;&#039;RPM&#039;&#039;&#039;]&lt;br /&gt;
| align=&amp;quot;center&amp;quot; | 4.0.4-alt100.24 (646 kB)&lt;br /&gt;
| align=&amp;quot;center&amp;quot; | 4.9.1.2&lt;br /&gt;
| No evident modifications.&lt;br /&gt;
| It was included in order to provide a command line driven package management system capable of installing, uninstalling, verifying, querying, and updating software packages.&lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;center&amp;quot; | [http://www.mozilla.org/en-US/firefox/new/ &#039;&#039;&#039;Firefox&#039;&#039;&#039;]&lt;br /&gt;
| align=&amp;quot;center&amp;quot; | 5.0.1-alt0.M60P.2 (4931 kB)&lt;br /&gt;
| align=&amp;quot;center&amp;quot; | 8.0&lt;br /&gt;
| Some of the most recent modifications by the authors have been; fixes of &amp;quot;Multiple WebGL crashes&amp;quot;, &amp;quot;Stealing of cross-domain images using WebGL textures&amp;quot;, and fixes to misc memory leaks.&lt;br /&gt;
| It was included in order to provide a browser component for this distribution and probably because it is a cross-platform browser unlike Internet Explorer.&lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;center&amp;quot; | [http://www.mozilla.org/en-US/thunderbird/ &#039;&#039;&#039;Thunderbird&#039;&#039;&#039;]&lt;br /&gt;
| align=&amp;quot;center&amp;quot; | 5.0-alt0.M60P.1 (39.1 MB)&lt;br /&gt;
| align=&amp;quot;center&amp;quot; | 8.0&lt;br /&gt;
| Some of the most recent modifications by the authors have been; gnome-support subpackage was removed, an error was fixed that caused the client to crash due to a corrupted JPEG image, and fixes to &amp;quot;memory hazards&amp;quot;. &lt;br /&gt;
| It is included to provide the user with an e-mail client that is safe and fast.&lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;center&amp;quot; | [http://www.libreoffice.org/ &#039;&#039;&#039;LibreOffice&#039;&#039;&#039;]&lt;br /&gt;
| align=&amp;quot;center&amp;quot; | 3.4.2.3-alt0.M60P.1 (250 MB)&lt;br /&gt;
| align=&amp;quot;center&amp;quot; | 3.4.4&lt;br /&gt;
| Some of the most recent modifications by the authors have been; KDE4 support was enabled, and some menu localization issues were solved. &lt;br /&gt;
| This package was included in order to offer the user a productivity suite (document editor) it is an off-shoot of openoffice, and it is largely compatible with other major office suites (including MS Office).&lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;center&amp;quot; colspan=&amp;quot;5&amp;quot; style=&amp;quot;border-top: 1px solid red;&amp;lt;!--&lt;br /&gt;
  --&amp;gt; border-right: 1px solid red; border-bottom: 2px solid red;&amp;lt;!--&lt;br /&gt;
  --&amp;gt; border-left: 1px solid red;&amp;quot; |&lt;br /&gt;
All information was gathered via the linked websites, and using the pre-installed package management utilities Synaptic and APT, along with their associated commands.&lt;br /&gt;
|}&lt;br /&gt;
==&#039;&#039;&#039;Initialization&#039;&#039;&#039;==&lt;br /&gt;
&lt;br /&gt;
The first things that starts running upon start up is the [http://en.wikipedia.org/wiki/BIOS BIOS]. The BIOS is the interface between the computer and it&#039;s various peripherals. It will load and execute the first 512 bytes off the disk (/dev/hda), the master boot record (MBR). The [http://en.wikipedia.org/wiki/Master_boot_record MBR] then starts [https://wiki.archlinux.org/index.php/GRUB2 GRUB2]. The boot loader, GRUB2, then loads and runs the kernel. The first thing the kernel does is &#039;execute&#039; &#039;&#039;init&#039;&#039;. Init is the root/parent of all processes. It in turn will then start the /etc/rc.d/rc.sysinit script using run-level 5. Which is the default start up run-level for this version of the OS found out from /etc/inittab, which is the boot-time system configuration/initialization script. &lt;br /&gt;
&lt;br /&gt;
===&#039;&#039;&#039;rc.sysinit&#039;&#039;&#039;===&lt;br /&gt;
&lt;br /&gt;
- Below is a step by step break down of most of the major functions performed by rc.sysinit, gathered by looking through the script:&lt;br /&gt;
* &#039;&#039;/sbin/initlog&#039;&#039; is ran.&lt;br /&gt;
* network scripts are run via the &#039;&#039;/etc/sysconfig/network&#039;&#039; script.&lt;br /&gt;
* The system will then print a welcome message and the OS banner on screen.&lt;br /&gt;
* The &#039;&#039;/proc&#039;&#039; file system is then mounted.&lt;br /&gt;
* The system will then check if it needs to load and use modules and set a flag accordingly.&lt;br /&gt;
** If modules are to be used then the script &#039;&#039;/etc/rc.d/scripts/load_modules&#039;&#039; will be run.&lt;br /&gt;
* The system clock is then set and started using &#039;&#039;/etc/adjtime&#039;&#039; and &#039;&#039;/etc/init.d/clock&#039;&#039;.&lt;br /&gt;
* The file system is checked using &#039;&#039;fsck&#039;&#039;, which will return an exit code indicating the state of the FS. If all is well it proceeds. The message &amp;quot;No errors&amp;quot; is printed if the status is zero. The message &amp;quot;File system errors corrected&amp;quot; is printed if there were errors but they were corrected. If there were some other errors the specific error is printed, the user is dropped back into shell, when the user leaves the shell the system reboots.&lt;br /&gt;
* A script, &#039;&#039;/etc/rc.d/scripts/lang&#039;&#039; is ran to correct some &amp;quot;language fixes&amp;quot; related to localization and user selection on boot-up.&lt;br /&gt;
* Serial ports are initialized via the &#039;&#039;/etc/rc.d/rc.serial&#039;&#039; script.&lt;br /&gt;
* The firewall is started via the &#039;&#039;/etc/rc.d/rc.firewall&#039;&#039; script as well as some others (what looks to be related to specific run-levels allthough I am not sure).&lt;br /&gt;
* All of the kernel ring buffer messages are then dumped using the &#039;&#039;dmesg&#039;&#039; command.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|+ style=&amp;quot;background: grey;&amp;quot; align=&amp;quot;center&amp;quot; | &#039;&#039;&#039;Post Start-up Running Processes&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
| [[File:Running_Processes_1.jpg|thumb|Part - 1]]&lt;br /&gt;
| [[File:Running_Processes_2.jpg|thumb|Part - 2]]&lt;br /&gt;
| [[File:Running_Processes_3.jpg|thumb|Part - 3]]&lt;br /&gt;
| [[File:Running_Processes_4.jpg|thumb|Part - 4]]&lt;br /&gt;
|}&lt;br /&gt;
=&#039;&#039;&#039;References&#039;&#039;&#039;=&lt;br /&gt;
&amp;lt;references /&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;Inquisitor. (n.d.). [http://www.inquisitor.ru/ Inquisitor]. Retrieved October 10th 2011&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;Inquisitor News and Updates. (July 27th 2011). [http://distrowatch.com/table.php?distribution=Inquisitor Distrowatch]. Retrieved October 10th 2011&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;Inquisitor (hardware testing software). (July 11th 2011‎). [http://en.wikipedia.org/wiki/Inquisitor_%28hardware_testing_software%29 Wikipedia]. Retrieved October 10th 2011&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;RPM Package Manager. (December 4th 2011). [http://en.wikipedia.org/wiki/RPM_Package_Manager Wikipedia]. Retrieved November 11th 2011&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;Synaptic (software). (November 2nd 2011). [http://en.wikipedia.org/wiki/Synaptic_Package_Manager Wikipedia]. Retrieved November 11th 2011&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;Advanced Packaging Tool. (December 2nd 2011). [http://en.wikipedia.org/wiki/Advanced_Packaging_Tool APT]. Retrieved November 11th 2011&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;Program Installation and Uninstallation (Package Management). (n.d.). [http://docs.altlinux.org/archive/2.3/compact/alt-docs-compact-en/ch03s09.html ALTLinux Docs]. Retrieved November 11th 2011&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;Debian APT Tutorial. (November, 2002). [http://linuxgazette.net/issue84/tougher.html#1 linuxgazette]. Retrieved November 13th 2011&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;Package Management Cheatsheet. (2011). [http://distrowatch.com/dwres.php?resource=package-management Distrowatch]. Retrieved November 13th 2011&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;Quick HOWTO : Ch07 : The Linux Boot Process. (November 15th 2010). [http://www.linuxhomenetworking.com/wiki/index.php/Quick_HOWTO_:_Ch07_:_The_Linux_Boot_Process#The_Linux_Boot_Sequence linuxhomenetworking]. Retrieved November 13th 2011&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;Sisyphus repository. (December 6th 2011). [http://sisyphus.ru/en/ sisyphus]. Retrieved November 14th 2011&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;Preboot Execution Environment. (October 25th 2011). [http://en.wikipedia.org/wiki/Preboot_Execution_Environment wikipedia]. Retrieved November 14th 2011&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;initrd. (November 27th 2011). [http://en.wikipedia.org/wiki/Initrd wikipedia]. Retrieved November 14th 2011&amp;lt;/p&amp;gt;&lt;/div&gt;</summary>
		<author><name>Atchekan</name></author>
	</entry>
	<entry>
		<id>https://homeostasis.scs.carleton.ca/wiki/index.php?title=COMP_3000_2011_Report:_Inquisitor&amp;diff=15503</id>
		<title>COMP 3000 2011 Report: Inquisitor</title>
		<link rel="alternate" type="text/html" href="https://homeostasis.scs.carleton.ca/wiki/index.php?title=COMP_3000_2011_Report:_Inquisitor&amp;diff=15503"/>
		<updated>2011-12-09T00:01:00Z</updated>

		<summary type="html">&lt;p&gt;Atchekan: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[File:Inquisitor-logo.png|thumb|centre|Inquisitor Logo]] &lt;br /&gt;
&lt;br /&gt;
=Part 1=&lt;br /&gt;
== &#039;&#039;&#039;Background&#039;&#039;&#039; ==&lt;br /&gt;
===&#039;&#039;&#039;Name&#039;&#039;&#039;===&lt;br /&gt;
The name of the distribution is Inquisitor. &lt;br /&gt;
===&#039;&#039;&#039;Goals and Target Audience&#039;&#039;&#039;===&lt;br /&gt;
This distribution aims to provide an open-source hardware testing and certification system, that is:&lt;br /&gt;
* &#039;&#039;&#039;Customizable&#039;&#039;&#039;: it is possible to pick and choose which modules and tests to include.&lt;br /&gt;
* &#039;&#039;&#039;Modular&#039;&#039;&#039;: it is made up from a series of interchangeable modules; one can easily add new modules in order to add new test detections, production steps, etc. This will be described in greater detail in later parts of the report. Please stay tuned!&lt;br /&gt;
* &#039;&#039;&#039;Flexible&#039;&#039;&#039;: it is possible to adjust virtually any parameter in analysis or testing process and customize the system to the widest extent possible.&lt;br /&gt;
* &#039;&#039;&#039;Intelligent&#039;&#039;&#039;: it is server-based version includes a database that stores all the data on all computers that were tested by Inquisitor making easy to keep track of multiple systems/PCs. If some parts of the hardware were to change, &#039;clever scheduler&#039; won&#039;t redo all the long testing, but only the tests that were relevant to the hardware changes.&lt;br /&gt;
* &#039;&#039;&#039;Distributed&#039;&#039;&#039;: through its modular architecture, Inquisitor can be easily distributed across a cluster to distribute load or make a geographically distributed system. &lt;br /&gt;
* &#039;&#039;&#039;Scalable&#039;&#039;&#039;: it is possible to test just one computer or all the computers in an organization.&lt;br /&gt;
* &#039;&#039;&#039;Free&#039;&#039;&#039;: it is free, and that&#039;s always good!&lt;br /&gt;
===&#039;&#039;&#039;Who Develops it&#039;&#039;&#039;===&lt;br /&gt;
It is being developed by Mikhail Yakashin and another 5 guys, with various contributions from others, the full list of names can be found below:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;u&amp;gt;Inquisitor team is:&amp;lt;/u&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* Mikhail Yakshin &lt;br /&gt;
* Pavel Melnikov&lt;br /&gt;
* Maksim Bartenev&lt;br /&gt;
* Sergey Matveev &lt;br /&gt;
* Denis Borovikov&lt;br /&gt;
* Andras Horvath&lt;br /&gt;
					&lt;br /&gt;
&amp;lt;u&amp;gt;With contributions and suggestions from:&amp;lt;/u&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* Anton Farygin&lt;br /&gt;
* Anton Kachalov&lt;br /&gt;
* Valery Inozemtsev&lt;br /&gt;
* Alexandra Panyukova&lt;br /&gt;
* Michail Pishchagin&lt;br /&gt;
===&#039;&#039;&#039;How To Get It&#039;&#039;&#039;===&lt;br /&gt;
[http://www.inquisitor.ru/ Inquisitor] may be obtained via the official [http://www.inquisitor.ru/download.html website]. Currently it seems that only a 	direct download is available, but there is a heading for BitTorrent, so who knows it may also be available as an option in the future. There are several &#039;flavors&#039; to choose from; there is a standalone version, a live version, and 	an enterprise version.&lt;br /&gt;
* &#039;&#039;Standalone version&#039;&#039;, installs into whatever Linux OS system you are currently running by modifying a configuration makefile with your current system parameters. This is probably the best for &amp;quot;demonstrating and learning Inquisitor&amp;quot; as stated by the people working on the distribution.&lt;br /&gt;
* &#039;&#039;Live version&#039;&#039;, is a Linux Live CD option that allows you to boot straight from the CD/DVD. A good choice for those that are afraid to accidentally mess something up on their system when running destructive testing and for those that don&#039;t have a Linux OS installed on their machine.&lt;br /&gt;
* &#039;&#039;Enterprise version&#039;&#039;, allows the user to setup a dedicated testing server that would allow any computer to boot from the network using the preboot execution environment ([http://en.wikipedia.org/wiki/Preboot_Execution_Environment PXE]) protocol in order to test multiple computers on a regular basis. The PXE protocol is an environment to boot computers using a network interface independently of data storage devices (like hard disks) or the OS. This protocol broadcasts to the network a packet that will identify and find the locations of other computers on the network that need to be bootstrapped. Once done the machines at the various IP points will then be able to, via the trivial file transfer protocol ([http://en.wikipedia.org/wiki/Trivial_File_Transfer_Protocol TFTP]), download a network bootstrap program ([http://en.wikipedia.org/wiki/Preboot_Execution_Environment#Network_bootstrap_program NBP]) into random-access memory ([http://en.wikipedia.org/wiki/Random-access_memory RAM]) and run it.&lt;br /&gt;
===&#039;&#039;&#039;How Large is it&#039;&#039;&#039;===&lt;br /&gt;
The size of each of the aforementioned &#039;flavors&#039; is relatively small and only took a couple of minutes to download via my connection at home. The 	distribution is zipped, and version 3.0 is under a megabyte in size. When unzipped it is just under 2 megabytes (1.95). The iso for the Live CD version of the distribution is 131 megabytes for 32-bit systems, and 135 megabytes for 64-bit systems.&lt;br /&gt;
===&#039;&#039;&#039;Influences&#039;&#039;&#039;===&lt;br /&gt;
[http://en.wikipedia.org/wiki/ALT_Linux ALT Linux] is used as the base and starting point for Inquisitor. &lt;br /&gt;
===&#039;&#039;&#039;Miscellaneous&#039;&#039;&#039;===			&lt;br /&gt;
Inquisitor uses an internal scheduling program that allows a user to schedule and run multiple tests, in a predefined order with varying parameters.&lt;br /&gt;
&lt;br /&gt;
The following tests are available to run. Please refer to the [http://www.inquisitor.ru/doc/api/index.html API] for further information and documentation on the various tests.&lt;br /&gt;
{|&lt;br /&gt;
| style=&amp;quot;vertical-align: top&amp;quot; |&lt;br /&gt;
* Array configurator&lt;br /&gt;
* Boot from image&lt;br /&gt;
* BYTEmark benchmark suite&lt;br /&gt;
* CPU benchmark: Dhrystone&lt;br /&gt;
* CPU benchmark: Whetstone&lt;br /&gt;
* CPU burn&lt;br /&gt;
* Database to Detects comparison&lt;br /&gt;
* DD&lt;br /&gt;
* FDD read/write&lt;br /&gt;
* Firmware reflashing&lt;br /&gt;
* HDD array stress&lt;br /&gt;
* HDD benchmark: Bonnie&lt;br /&gt;
* HDD benchmark: hdparm&lt;br /&gt;
| style=&amp;quot;vertical-align: top&amp;quot; |&lt;br /&gt;
* HDD benchmark: IOzone&lt;br /&gt;
* HDD passthrough&lt;br /&gt;
* HDD SMART&lt;br /&gt;
* Memory benchmark: STREAM&lt;br /&gt;
* Memory test: Memtester&lt;br /&gt;
* Mencoder in memory&lt;br /&gt;
* Mencoder on hard drive&lt;br /&gt;
* Network interface&lt;br /&gt;
* ODD read&lt;br /&gt;
* ODD write&lt;br /&gt;
* Partimage&lt;br /&gt;
* Reference-based detects comparison&lt;br /&gt;
* Stress compression&lt;br /&gt;
| style=&amp;quot;vertical-align: top&amp;quot; |&lt;br /&gt;
* Torrent upload&lt;br /&gt;
* UnixBench benchmark suite&lt;br /&gt;
* USB flash drive&lt;br /&gt;
* USB GPRS modem&lt;br /&gt;
* USB GPRS Modem Dialup&lt;br /&gt;
* USB GPRS modem signal level&lt;br /&gt;
* USB presence&lt;br /&gt;
|}&lt;br /&gt;
== &#039;&#039;&#039;Installation/Startup&#039;&#039;&#039; ==&lt;br /&gt;
===&#039;&#039;&#039;Installation&#039;&#039;&#039;===&lt;br /&gt;
I decided to go with the Live CD &#039;flavor&#039; of this distribution as it is the one that would minimize my chances of doing something I would regret to my own PC via some of the write tests that were available as part of the default package. I used VirtualBox to mount the downloaded iso, this enabled me to do some testing and play around with creating my own test cases, and packages. This was easy and straight forward.&lt;br /&gt;
[[File:LiveInstall.jpg|thumb|upright=0.65|Live CD Installation Diagram]]&lt;br /&gt;
A few installation options are described below:&lt;br /&gt;
====&#039;&#039;&#039;Live CD&#039;&#039;&#039;====&lt;br /&gt;
Download and save the iso (Live CD) image that is suitable for your system from the Inquisitor [http://www.inquisitor.ru/download.html website.] Choose a virtualization software to use.&lt;br /&gt;
=====&#039;&#039;&#039;Oracle VM VirtualBox&#039;&#039;&#039;=====&lt;br /&gt;
# Download and install [https://www.virtualbox.org/wiki/Downloads VirtualBox].&lt;br /&gt;
# Create a new Virtual Machine by following the point and click wizard.&lt;br /&gt;
# Mount the Inquisitor iso, previously downloaded.&lt;br /&gt;
# Start the Virtual Machine with the mounted image.&lt;br /&gt;
# Select one of the options and have fun...&lt;br /&gt;
=====&#039;&#039;&#039;VMware&#039;&#039;&#039;=====&lt;br /&gt;
# Download and install [http://downloads.vmware.com/ VMware].&lt;br /&gt;
# Create a new Virtual Machine by following the point and click wizard.&lt;br /&gt;
# Mount the Inquisitor iso, previously downloaded.&lt;br /&gt;
# Start the Virtual Machine with the mounted image.&lt;br /&gt;
# Select one of the options and have fun...&lt;br /&gt;
====&#039;&#039;&#039;Problems Encountered&#039;&#039;&#039;====&lt;br /&gt;
None encountered.&lt;br /&gt;
== &#039;&#039;&#039;Basic Operation&#039;&#039;&#039; ==&lt;br /&gt;
{| style=&amp;quot;float: right;&amp;quot;&lt;br /&gt;
|[[File:Hardware Testing Menu.png|right|thumb|Figure 1 - Main Menu]]&lt;br /&gt;
|[[File:Benchmark Testing - Non Destructive.png|right|thumb|Figure 2 - A test in progress]]&lt;br /&gt;
|[[File:Test Results.png|right|thumb|Figure 3 - Test results]]&lt;br /&gt;
|}&lt;br /&gt;
The setup used; Oracle VM VirtualBox running a mounted Live CD copy of Inquisitor v3.0.&lt;br /&gt;
&lt;br /&gt;
The main menu that is presented to the user directly following boot-up is straightforward and easy to use (Figure 1). All of the options are grouped into categories. Selecting and running tests is straightforward, a test is selected and ran, after it is done, the results are saved and may be viewed at any time. Everything is automatic (Figure 2), you just &#039;point and click&#039; with the outcome presented as &#039;DONE&#039;, &#039;FAILED&#039;, &#039;SKIP&#039;, &#039;PASSED&#039;, and &#039;CALLED&#039; - the wording is fully customizable and can be changed via a configuration file if one so desires -. Some tests require the user to enter a set of parameters that are test specific, such as the number of iterations to run through or test duration. All of the parameters are entered via a TUI textfield. Once the desired test(s) are ran, results are saved and may be viewed at any time (Figure 3).&lt;br /&gt;
&lt;br /&gt;
I did not encounter any problems. Although with some of the more time consuming tests it would have been nice to see some kind of an update on what is currently happening, in order to eliminate any suspicion that the system has hung. The only other gripe I had was with the &#039;View test results&#039; constantly returning me not to the menu from which I came, but to the main menu. This forces the user to go back to wherever he/she was each and every single time. Having an option to &#039;Exit&#039; once everything was done would have been nice.	&lt;br /&gt;
&lt;br /&gt;
During my time with Inquisitor I tried to stick to tests that were non-destructive (would not touch data on my HDD and possibly cause issues). A couple of the tests I had tried are outlined in a step-by-step basis below:&lt;br /&gt;
&lt;br /&gt;
=== &#039;&#039;&#039;Trial Test Case 1&#039;&#039;&#039; ===&lt;br /&gt;
{| style=&amp;quot;float: right;&amp;quot;&lt;br /&gt;
|[[File:Single_Test_Main_Menu.png|right|thumb|Figure 4 - Single test main menu]]&lt;br /&gt;
|[[File:Test_Case_1_BONNIE.png|right|thumb|Figure 5 - &#039;bonnie&#039; test results ]]&lt;br /&gt;
|}&lt;br /&gt;
This test involved running a test that would check how my system handles file transfers to and from the harddrive. This would be usefull for anyone working with a server as it could possibly point out and eliminate bottlenecks in a system. For this purpose Inquisitor uses the [http://www.textuality.com/bonnie/ Bonnie] benckmark, which allows it to measure the performance of Unix file system operations. I.e. the basic operations like reading (putc()), writing (write()), and rewriting which involves first reading some data, messing it up, and rewriting it again - this uses lseek() -. Which, in theory, test the effectiveness of the filesystem cache and the speed of data transfer. To do this in Inquisitor you simply need to select the &amp;quot;single&amp;quot; testing option from the main menu (Figure 1) by pressing &amp;quot;S&amp;quot; on the keyboard followed by enter. Then you would be presented with the &amp;quot;Run a single test&amp;quot; main menu (Figure 4). Here, simply make sure that the test named &amp;quot;bonnie&amp;quot; is selected and press enter. The test will begin and after it is done the results are displayed (Figure 5).&lt;br /&gt;
&lt;br /&gt;
The results show that - in my case -:&lt;br /&gt;
* The output character speed was 32962 bits per second. Tested by writing to a file using putc() stdio macro.&lt;br /&gt;
* The output block speed was 33827 bits per second. Tested by writing to a file using write().&lt;br /&gt;
* The rewrite speed was 95416 bits per second. Tested by rewriting a &amp;quot;corrupted&amp;quot; block using read(), write(), and lseek().&lt;br /&gt;
* Bits are read from a file at a speed of 53328 bits per second. The file is read using getc().&lt;br /&gt;
&lt;br /&gt;
=== &#039;&#039;&#039;Trial Test Case 2&#039;&#039;&#039; ===&lt;br /&gt;
{| style=&amp;quot;float: right;&amp;quot;&lt;br /&gt;
|[[File:Dhrystone_Test.png|right|thumb|Figure 6 - Dhrystone test results]]&lt;br /&gt;
|}&lt;br /&gt;
This test case was a single test, that checked my CPU integer performance. For this purpose Inquisitor uses the [http://en.wikipedia.org/wiki/Dhrystone Dhrystone] benchmark. The C version. This benchmark tries to imitate the processor usage of some common set of programs. The result is output in terms of million instructions per second (MIPS). Which is useful to find out how the CPU is performing in comparison to how it should be performing based on information that can be found out from various chip manufacturer websites. To do this in Inquisitor you simply need to select the &amp;quot;single&amp;quot; testing option from the main menu (Figure 1) by pressing &amp;quot;S&amp;quot; on the keyboard followed by enter. Then you would be presented with the single test main menu (Figure 4). Here simply make sure that the test named &amp;quot;dhrystone&amp;quot; is selected and press enter. If you want, you can adjust the duration of the test in seconds. If you choose to do so the result will then have to be divided by the number of seconds to determine the number of instructions per second. The test will begin and after it is done the results are displayed (Figure 6). The results show that - in my case - the CPU is able to perform, roughly, 6 million instructions per second.&lt;br /&gt;
&lt;br /&gt;
As you can see the test is useful, easy to run, and fast.&lt;br /&gt;
== &#039;&#039;&#039;Usage Evaluation&#039;&#039;&#039; ==&lt;br /&gt;
From my experience I think that the distribution does everything that it had promised on it&#039;s website and then some. I found it very easy to install and come to terms with, and the ability to create and modify existing test cases was simple and fairly straight forward thanks to the provided documentation that kept things concise and not overly complicated. The basics are there, and are enough to lay the foundation for whatever test case module you may want to create provided you have some background experience in programming and know what it is that you want to do. &lt;br /&gt;
=Part 2=&lt;br /&gt;
==&#039;&#039;&#039;Software Packaging&#039;&#039;&#039;==&lt;br /&gt;
===&#039;&#039;&#039;How is software packaged for this distribution?&#039;&#039;&#039;===&lt;br /&gt;
Software is packaged using the [http://en.wikipedia.org/wiki/RPM_Package_Manager RPM] package management system. It&#039;s associated file format is .rpm. This format was intended primarily for GNU/Linux distributions and is the baseline package format of the Linux Standard Base. Repositories are used to contain applications, and they are  required in order to maintain system integrity and stability. This was done because software packages often have one or more dependencies. If two programs A and B depend on C and upgrading A depends on upgrading C, then B will also have to be updated to be able to &#039;interact&#039; with the upgraded version C. Therefore having repositories that contain different releases and versions of packages helps mitigate this issue. &lt;br /&gt;
{| style=&amp;quot;float: right;&amp;quot;&lt;br /&gt;
|[[File:Synaptic_RMS.jpg|right|thumb|Figure 4 - Synaptic]]&lt;br /&gt;
===&#039;&#039;&#039;What packaging format and utilities are used?&#039;&#039;&#039;===&lt;br /&gt;
There are 2 utilities that are used for package management:&lt;br /&gt;
# [http://en.wikipedia.org/wiki/Synaptic_Package_Manager Synaptic] is a graphical package management tool that comes pre-installed with the distribution. It allows the user to view, install, remove, and upgrade software packages (Figure 4).&lt;br /&gt;
# [http://en.wikipedia.org/wiki/Advanced_Packaging_Tool Advanced Packaging Tool] (APT) is a command line terminal based packaging tool that has been modified to also work with RPM via [http://en.wikipedia.org/wiki/Apt-rpm APT-RPM].&lt;br /&gt;
===&#039;&#039;&#039;How can you use these utilities to get a list of installed packages?&#039;&#039;&#039;===&lt;br /&gt;
&#039;&#039;&#039;Synaptic&#039;&#039;&#039; will automatically list all of the packages installed on the system as soon as it is opened. Adding, upgrading or removing packages can be done in several ways:&lt;br /&gt;
* Select the desired package and choose the action from the &#039;Package&#039; menu.&lt;br /&gt;
* Double click on the package name.&lt;br /&gt;
* Choose an action from the context menu of the package.&lt;br /&gt;
* Click on the status icon to open a menu that contains all possible actions.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;APT&#039;&#039;&#039; has various commands that the user can use:&lt;br /&gt;
* &#039;&#039;apt-cache&#039;&#039; - Will allow you to search the local package cache for packages.&lt;br /&gt;
* &#039;&#039;apt-cache search [package name]&#039;&#039; - Will show packages with &#039;package name&#039; that are installed.&lt;br /&gt;
* &#039;&#039;apt-cache show [package name]&#039;&#039; - Will show information for &#039;package name&#039;.&lt;br /&gt;
* &#039;&#039;apt-cdrom&#039;&#039; - Can be used to add package archives to the list of sources that are defined in /etc/apt/sources.list.&lt;br /&gt;
* &#039;&#039;apt-get&#039;&#039; - Is used to handle packages. &lt;br /&gt;
* &#039;&#039;apt-get update&#039;&#039; - Should be run prior to installing or upgrading a software application as it will make sure that the package cache is up to date.&lt;br /&gt;
* &#039;&#039;apt-get install [package name]&#039;&#039; - Will install the &#039;package name&#039; package.&lt;br /&gt;
* &#039;&#039;apt-get remove [package name]&#039;&#039; - Will remove &#039;package name&#039; package from your machine.&lt;br /&gt;
* ...along with many other less widely used commands. Please refer to man pages or online sources for all of the available commands.&lt;br /&gt;
{| style=&amp;quot;float: right;&amp;quot;&lt;br /&gt;
|[[File:Package_Info.jpg|right|thumb|Package Breakdown]]&lt;br /&gt;
===&#039;&#039;&#039;How extensive is the software catalog for this distribution?&#039;&#039;&#039;===&lt;br /&gt;
There is a good variety of applications that come with the distribution, from a wide variety of categories. All-in-all, there are 1300 packages pre-installed. There is a nice variety of games (for Tetris lovers, its in there!), Flash, Java JRE, Quicktime, a browser - Firefox -, document tools, calculator, etc, are all included. [http://www.winehq.org/ Wine] is also in here. I am not a LInux user and have not yet tried it, but it sounds pretty cool as it supposedly lets you run Windows software on other operating systems.&lt;br /&gt;
&lt;br /&gt;
Please see a more detailed breakdown of the pre-installed packages on the right.&lt;br /&gt;
==&#039;&#039;&#039;Major package versions&#039;&#039;&#039;==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|+ &#039;&#039;&#039;Major Software Packages Included&#039;&#039;&#039;&lt;br /&gt;
|- style=&amp;quot;background: grey;&amp;quot;&lt;br /&gt;
! Package&lt;br /&gt;
! Current Version (Size)&lt;br /&gt;
! Latest Version&lt;br /&gt;
! Modifications&lt;br /&gt;
! Rationale for inclusion&lt;br /&gt;
|- &lt;br /&gt;
| align=&amp;quot;center&amp;quot; | [http://www.kernel.org/ &#039;&#039;&#039;Kernel&#039;&#039;&#039;]&lt;br /&gt;
| align=&amp;quot;center&amp;quot; | 3.0.3-alt0.M60P.1 (80.4 MB)&lt;br /&gt;
| align=&amp;quot;center&amp;quot; | 3.1.1&lt;br /&gt;
| No evident modifications.&lt;br /&gt;
| It is a default 2.6.x kernel variant for ALT Linux distributions. It was most likely chosen because it is a proven kernel. Stable and reliable.&lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;center&amp;quot; | [http://www.gnu.org/s/libc/ &#039;&#039;&#039;glibc&#039;&#039;&#039;] &lt;br /&gt;
| align=&amp;quot;center&amp;quot; | 2.11.3-alt6 (2962 kB)&lt;br /&gt;
| align=&amp;quot;center&amp;quot; | 2.14&lt;br /&gt;
| Some of the most recent modifications by the authors have been; some bug fixes, some solutions to localization issues, reversion of some broken commits, and a fixed nscd reload. Full list can be found in the changelog.&lt;br /&gt;
| It was most likely chosen because without these files a GNU/Linux system would not function.&lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;center&amp;quot; | [http://www.x.org/wiki/ &#039;&#039;&#039;X.org&#039;&#039;&#039;]&lt;br /&gt;
| align=&amp;quot;center&amp;quot; | 1.10.3-alt0.M60P.1 (33 kB)&lt;br /&gt;
| align=&amp;quot;center&amp;quot; | 7.6&lt;br /&gt;
| No evident modifications.&lt;br /&gt;
| It has most likely been included in order to provide access to the X Windows System.&lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;center&amp;quot; | [http://java.com/en/download/ &#039;&#039;&#039;JVM&#039;&#039;&#039;]&lt;br /&gt;
| align=&amp;quot;center&amp;quot; | 1.6.0.26-alt1 (90.3 MB)&lt;br /&gt;
| align=&amp;quot;center&amp;quot; | 1.6&lt;br /&gt;
| Some of the most recent modifications by the authors have been; some modifications for localization purposes and some font changes.&lt;br /&gt;
| It was most likely included to enable us - the users - to run Java applications.&lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;center&amp;quot; | [http://www.gnu.org/software/bash/ &#039;&#039;&#039;Bash&#039;&#039;&#039;]&lt;br /&gt;
| align=&amp;quot;center&amp;quot; | 3.2.51-alt1 (1066 kB)&lt;br /&gt;
| align=&amp;quot;center&amp;quot; | 4.2&lt;br /&gt;
| No evident modifications.&lt;br /&gt;
| It was included to provide the user with a shell for typing various commands.&lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;center&amp;quot; | [http://directory.fsf.org/wiki/Grep &#039;&#039;&#039;Grep&#039;&#039;&#039;]&lt;br /&gt;
| align=&amp;quot;center&amp;quot; | 2.9-alt1 (876 kB)&lt;br /&gt;
| align=&amp;quot;center&amp;quot; | 2.8&lt;br /&gt;
| No evident modifications.&lt;br /&gt;
| Grep is a command-line text searching tool which is probably why it was included.&lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;center&amp;quot; | [http://rpm.org/wiki/Download &#039;&#039;&#039;RPM&#039;&#039;&#039;]&lt;br /&gt;
| align=&amp;quot;center&amp;quot; | 4.0.4-alt100.24 (646 kB)&lt;br /&gt;
| align=&amp;quot;center&amp;quot; | 4.9.1.2&lt;br /&gt;
| No evident modifications.&lt;br /&gt;
| It was included in order to provide a command line driven package management system capable of installing, uninstalling, verifying, querying, and updating software packages.&lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;center&amp;quot; | [http://www.mozilla.org/en-US/firefox/new/ &#039;&#039;&#039;Firefox&#039;&#039;&#039;]&lt;br /&gt;
| align=&amp;quot;center&amp;quot; | 5.0.1-alt0.M60P.2 (4931 kB)&lt;br /&gt;
| align=&amp;quot;center&amp;quot; | 8.0&lt;br /&gt;
| Some of the most recent modifications by the authors have been; fixes of &amp;quot;Multiple WebGL crashes&amp;quot;, &amp;quot;Stealing of cross-domain images using WebGL textures&amp;quot;, and fixes to misc memory leaks.&lt;br /&gt;
| It was included in order to provide a browser component for this distribution and probably because it is a cross-platform browser unlike Internet Explorer.&lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;center&amp;quot; | [http://www.mozilla.org/en-US/thunderbird/ &#039;&#039;&#039;Thunderbird&#039;&#039;&#039;]&lt;br /&gt;
| align=&amp;quot;center&amp;quot; | 5.0-alt0.M60P.1 (39.1 MB)&lt;br /&gt;
| align=&amp;quot;center&amp;quot; | 8.0&lt;br /&gt;
| Some of the most recent modifications by the authors have been; gnome-support subpackage was removed, an error was fixed that caused the client to crash due to a corrupted JPEG image, and fixes to &amp;quot;memory hazards&amp;quot;. &lt;br /&gt;
| It is included to provide the user with an e-mail client that is safe and fast.&lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;center&amp;quot; | [http://www.libreoffice.org/ &#039;&#039;&#039;LibreOffice&#039;&#039;&#039;]&lt;br /&gt;
| align=&amp;quot;center&amp;quot; | 3.4.2.3-alt0.M60P.1 (250 MB)&lt;br /&gt;
| align=&amp;quot;center&amp;quot; | 3.4.4&lt;br /&gt;
| Some of the most recent modifications by the authors have been; KDE4 support was enabled, and some menu localization issues were solved. &lt;br /&gt;
| This package was included in order to offer the user a productivity suite (document editor) it is an off-shoot of openoffice, and it is largely compatible with other major office suites (including MS Office).&lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;center&amp;quot; colspan=&amp;quot;5&amp;quot; style=&amp;quot;border-top: 1px solid red;&amp;lt;!--&lt;br /&gt;
  --&amp;gt; border-right: 1px solid red; border-bottom: 2px solid red;&amp;lt;!--&lt;br /&gt;
  --&amp;gt; border-left: 1px solid red;&amp;quot; |&lt;br /&gt;
All information was gathered via the linked websites, and using the pre-installed package management utilities Synaptic and APT, along with their associated commands.&lt;br /&gt;
|}&lt;br /&gt;
==&#039;&#039;&#039;Initialization&#039;&#039;&#039;==&lt;br /&gt;
&lt;br /&gt;
The first things that starts running upon start up is the [http://en.wikipedia.org/wiki/BIOS BIOS]. The BIOS is the interface between the computer and it&#039;s various peripherals. It will load and execute the first 512 bytes off the disk (/dev/hda), the master boot record (MBR). The [http://en.wikipedia.org/wiki/Master_boot_record MBR] then starts [https://wiki.archlinux.org/index.php/GRUB2 GRUB2]. The boot loader, GRUB2, then loads and runs the kernel. The first thing the kernel does is &#039;execute&#039; &#039;&#039;init&#039;&#039;. Init is the root/parent of all processes. It in turn will then start the /etc/rc.d/rc.sysinit script using run-level 5. Which is the default start up run-level for this version of the OS found out from /etc/inittab, which is the boot-time system configuration/initialization script. &lt;br /&gt;
&lt;br /&gt;
===&#039;&#039;&#039;rc.sysinit&#039;&#039;&#039;===&lt;br /&gt;
&lt;br /&gt;
- Below is a step by step break down of most of the major functions performed by rc.sysinit, gathered by looking through the script:&lt;br /&gt;
* &#039;&#039;/sbin/initlog&#039;&#039; is ran.&lt;br /&gt;
* network scripts are run via the &#039;&#039;/etc/sysconfig/network&#039;&#039; script.&lt;br /&gt;
* The system will then print a welcome message and the OS banner on screen.&lt;br /&gt;
* The &#039;&#039;/proc&#039;&#039; file system is then mounted.&lt;br /&gt;
* The system will then check if it needs to load and use modules and set a flag accordingly.&lt;br /&gt;
** If modules are to be used then the script &#039;&#039;/etc/rc.d/scripts/load_modules&#039;&#039; will be run.&lt;br /&gt;
* The system clock is then set and started using &#039;&#039;/etc/adjtime&#039;&#039; and &#039;&#039;/etc/init.d/clock&#039;&#039;.&lt;br /&gt;
* The file system is checked using &#039;&#039;fsck&#039;&#039;, which will return an exit code indicating the state of the FS. If all is well it proceeds. The message &amp;quot;No errors&amp;quot; is printed if the status is zero. The message &amp;quot;File system errors corrected&amp;quot; is printed if there were errors but they were corrected. If there were some other errors the specific error is printed, the user is dropped back into shell, when the user leaves the shell the system reboots.&lt;br /&gt;
* A script, &#039;&#039;/etc/rc.d/scripts/lang&#039;&#039; is ran to correct some &amp;quot;language fixes&amp;quot; related to localization and user selection on boot-up.&lt;br /&gt;
* Serial ports are initialized via the &#039;&#039;/etc/rc.d/rc.serial&#039;&#039; script.&lt;br /&gt;
* The firewall is started via the &#039;&#039;/etc/rc.d/rc.firewall&#039;&#039; script as well as some others (what looks to be related to specific run-levels allthough I am not sure).&lt;br /&gt;
* All of the kernel ring buffer messages are then dumped using the &#039;&#039;dmesg&#039;&#039; command.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|+ style=&amp;quot;background: grey;&amp;quot; align=&amp;quot;center&amp;quot; | &#039;&#039;&#039;Post Start-up Running Processes&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
| [[File:Running_Processes_1.jpg|thumb|Part - 1]]&lt;br /&gt;
| [[File:Running_Processes_2.jpg|thumb|Part - 2]]&lt;br /&gt;
|-&lt;br /&gt;
| [[File:Running_Processes_3.jpg|thumb|Part - 3]]&lt;br /&gt;
| [[File:Running_Processes_4.jpg|thumb|Part - 4]]&lt;br /&gt;
|}&lt;br /&gt;
=Part 3=&lt;br /&gt;
=&#039;&#039;&#039;References&#039;&#039;&#039;=&lt;br /&gt;
&amp;lt;references /&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;Inquisitor. (n.d.). [http://www.inquisitor.ru/ Inquisitor]. Retrieved October 10th 2011&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;Inquisitor News and Updates. (July 27th 2011). [http://distrowatch.com/table.php?distribution=Inquisitor Distrowatch]. Retrieved October 10th 2011&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;Inquisitor (hardware testing software). (July 11th 2011‎). [http://en.wikipedia.org/wiki/Inquisitor_%28hardware_testing_software%29 Wikipedia]. Retrieved October 10th 2011&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;RPM Package Manager. (December 4th 2011). [http://en.wikipedia.org/wiki/RPM_Package_Manager Wikipedia]. Retrieved November 11th 2011&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;Synaptic (software). (November 2nd 2011). [http://en.wikipedia.org/wiki/Synaptic_Package_Manager Wikipedia]. Retrieved November 11th 2011&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;Advanced Packaging Tool. (December 2nd 2011). [http://en.wikipedia.org/wiki/Advanced_Packaging_Tool APT]. Retrieved November 11th 2011&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;Program Installation and Uninstallation (Package Management). (n.d.). [http://docs.altlinux.org/archive/2.3/compact/alt-docs-compact-en/ch03s09.html ALTLinux Docs]. Retrieved November 11th 2011&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;Debian APT Tutorial. (November, 2002). [http://linuxgazette.net/issue84/tougher.html#1 linuxgazette]. Retrieved November 13th 2011&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;Package Management Cheatsheet. (2011). [http://distrowatch.com/dwres.php?resource=package-management Distrowatch]. Retrieved November 13th 2011&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;Quick HOWTO : Ch07 : The Linux Boot Process. (November 15th 2010). [http://www.linuxhomenetworking.com/wiki/index.php/Quick_HOWTO_:_Ch07_:_The_Linux_Boot_Process#The_Linux_Boot_Sequence linuxhomenetworking]. Retrieved November 13th 2011&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;Sisyphus repository. (December 6th 2011). [http://sisyphus.ru/en/ sisyphus]. Retrieved November 14th 2011&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;Preboot Execution Environment. (October 25th 2011). [http://en.wikipedia.org/wiki/Preboot_Execution_Environment wikipedia]. Retrieved November 14th 2011&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;initrd. (November 27th 2011). [http://en.wikipedia.org/wiki/Initrd wikipedia]. Retrieved November 14th 2011&amp;lt;/p&amp;gt;&lt;/div&gt;</summary>
		<author><name>Atchekan</name></author>
	</entry>
	<entry>
		<id>https://homeostasis.scs.carleton.ca/wiki/index.php?title=File:Running_Processes_4.jpg&amp;diff=15502</id>
		<title>File:Running Processes 4.jpg</title>
		<link rel="alternate" type="text/html" href="https://homeostasis.scs.carleton.ca/wiki/index.php?title=File:Running_Processes_4.jpg&amp;diff=15502"/>
		<updated>2011-12-08T23:34:46Z</updated>

		<summary type="html">&lt;p&gt;Atchekan: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Atchekan</name></author>
	</entry>
	<entry>
		<id>https://homeostasis.scs.carleton.ca/wiki/index.php?title=File:Running_Processes_3.jpg&amp;diff=15501</id>
		<title>File:Running Processes 3.jpg</title>
		<link rel="alternate" type="text/html" href="https://homeostasis.scs.carleton.ca/wiki/index.php?title=File:Running_Processes_3.jpg&amp;diff=15501"/>
		<updated>2011-12-08T23:34:35Z</updated>

		<summary type="html">&lt;p&gt;Atchekan: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Atchekan</name></author>
	</entry>
	<entry>
		<id>https://homeostasis.scs.carleton.ca/wiki/index.php?title=File:Running_Processes_2.jpg&amp;diff=15500</id>
		<title>File:Running Processes 2.jpg</title>
		<link rel="alternate" type="text/html" href="https://homeostasis.scs.carleton.ca/wiki/index.php?title=File:Running_Processes_2.jpg&amp;diff=15500"/>
		<updated>2011-12-08T23:34:25Z</updated>

		<summary type="html">&lt;p&gt;Atchekan: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Atchekan</name></author>
	</entry>
	<entry>
		<id>https://homeostasis.scs.carleton.ca/wiki/index.php?title=File:Running_Processes_1.jpg&amp;diff=15499</id>
		<title>File:Running Processes 1.jpg</title>
		<link rel="alternate" type="text/html" href="https://homeostasis.scs.carleton.ca/wiki/index.php?title=File:Running_Processes_1.jpg&amp;diff=15499"/>
		<updated>2011-12-08T23:34:16Z</updated>

		<summary type="html">&lt;p&gt;Atchekan: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Atchekan</name></author>
	</entry>
	<entry>
		<id>https://homeostasis.scs.carleton.ca/wiki/index.php?title=COMP_3000_2011_Report:_Inquisitor&amp;diff=15498</id>
		<title>COMP 3000 2011 Report: Inquisitor</title>
		<link rel="alternate" type="text/html" href="https://homeostasis.scs.carleton.ca/wiki/index.php?title=COMP_3000_2011_Report:_Inquisitor&amp;diff=15498"/>
		<updated>2011-12-08T23:34:05Z</updated>

		<summary type="html">&lt;p&gt;Atchekan: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[File:Inquisitor-logo.png|thumb|centre|Inquisitor Logo]] &lt;br /&gt;
=Part 1=&lt;br /&gt;
== &#039;&#039;&#039;Background&#039;&#039;&#039; ==&lt;br /&gt;
===&#039;&#039;&#039;Name&#039;&#039;&#039;===&lt;br /&gt;
The name of the distribution is Inquisitor. &lt;br /&gt;
===&#039;&#039;&#039;Goals and Target Audience&#039;&#039;&#039;===&lt;br /&gt;
This distribution aims to provide an open-source hardware testing and certification system, that is:&lt;br /&gt;
* &#039;&#039;&#039;Customizable&#039;&#039;&#039;: it is possible to pick and choose which modules and tests to include.&lt;br /&gt;
* &#039;&#039;&#039;Modular&#039;&#039;&#039;: it is made up from a series of interchangeable modules; one can easily add new modules in order to add new test detections, production steps, etc. This will be described in greater detail in later parts of the report. Please stay tuned!&lt;br /&gt;
* &#039;&#039;&#039;Flexible&#039;&#039;&#039;: it is possible to adjust virtually any parameter in analysis or testing process and customize the system to the widest extent possible.&lt;br /&gt;
* &#039;&#039;&#039;Intelligent&#039;&#039;&#039;: it is server-based version includes a database that stores all the data on all computers that were tested by Inquisitor making easy to keep track of multiple systems/PCs. If some parts of the hardware were to change, &#039;clever scheduler&#039; won&#039;t redo all the long testing, but only the tests that were relevant to the hardware changes.&lt;br /&gt;
* &#039;&#039;&#039;Distributed&#039;&#039;&#039;: through its modular architecture, Inquisitor can be easily distributed across a cluster to distribute load or make a geographically distributed system. &lt;br /&gt;
* &#039;&#039;&#039;Scalable&#039;&#039;&#039;: it is possible to test just one computer or all the computers in an organization.&lt;br /&gt;
* &#039;&#039;&#039;Free&#039;&#039;&#039;: it is free, and that&#039;s always good!&lt;br /&gt;
===&#039;&#039;&#039;Who Develops it&#039;&#039;&#039;===&lt;br /&gt;
It is being developed by Mikhail Yakashin and another 5 guys, with various contributions from others, the full list of names can be found below:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;u&amp;gt;Inquisitor team is:&amp;lt;/u&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* Mikhail Yakshin &lt;br /&gt;
* Pavel Melnikov&lt;br /&gt;
* Maksim Bartenev&lt;br /&gt;
* Sergey Matveev &lt;br /&gt;
* Denis Borovikov&lt;br /&gt;
* Andras Horvath&lt;br /&gt;
					&lt;br /&gt;
&amp;lt;u&amp;gt;With contributions and suggestions from:&amp;lt;/u&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* Anton Farygin&lt;br /&gt;
* Anton Kachalov&lt;br /&gt;
* Valery Inozemtsev&lt;br /&gt;
* Alexandra Panyukova&lt;br /&gt;
* Michail Pishchagin&lt;br /&gt;
===&#039;&#039;&#039;How To Get It&#039;&#039;&#039;===&lt;br /&gt;
[http://www.inquisitor.ru/ Inquisitor] may be obtained via the official [http://www.inquisitor.ru/download.html website]. Currently it seems that only a 	direct download is available, but there is a heading for BitTorrent, so who knows it may also be available as an option in the future. There are several &#039;flavors&#039; to choose from; there is a standalone version, a live version, and 	an enterprise version.&lt;br /&gt;
* &#039;&#039;Standalone version&#039;&#039;, installs into whatever Linux OS system you are currently running by modifying a configuration makefile with your current system parameters. This is probably the best for &amp;quot;demonstrating and learning Inquisitor&amp;quot; as stated by the people working on the distribution.&lt;br /&gt;
* &#039;&#039;Live version&#039;&#039;, is a Linux Live CD option that allows you to boot straight from the CD/DVD. A good choice for those that are afraid to accidentally mess something up on their system when running destructive testing and for those that don&#039;t have a Linux OS installed on their machine.&lt;br /&gt;
* &#039;&#039;Enterprise version&#039;&#039;, allows the user to setup a dedicated testing server that would allow any computer to boot from the network using the preboot execution environment ([http://en.wikipedia.org/wiki/Preboot_Execution_Environment PXE]) protocol in order to test multiple computers on a regular basis. The PXE protocol is an environment to boot computers using a network interface independently of data storage devices (like hard disks) or the OS. This protocol broadcasts to the network a packet that will identify and find the locations of other computers on the network that need to be bootstrapped. Once done the machines at the various IP points will then be able to, via the trivial file transfer protocol ([http://en.wikipedia.org/wiki/Trivial_File_Transfer_Protocol TFTP]), download a network bootstrap program ([http://en.wikipedia.org/wiki/Preboot_Execution_Environment#Network_bootstrap_program NBP]) into random-access memory ([http://en.wikipedia.org/wiki/Random-access_memory RAM]) and run it.&lt;br /&gt;
===&#039;&#039;&#039;How Large is it&#039;&#039;&#039;===&lt;br /&gt;
The size of each of the aforementioned &#039;flavors&#039; is relatively small and only took a couple of minutes to download via my connection at home. The 	distribution is zipped, and version 3.0 is under a megabyte in size. When unzipped it is just under 2 megabytes (1.95). The iso for the Live CD version of the distribution is 131 megabytes for 32-bit systems, and 135 megabytes for 64-bit systems.&lt;br /&gt;
===&#039;&#039;&#039;Influences&#039;&#039;&#039;===&lt;br /&gt;
[http://en.wikipedia.org/wiki/ALT_Linux ALT Linux] is used as the base and starting point for Inquisitor. &lt;br /&gt;
===&#039;&#039;&#039;Miscellaneous&#039;&#039;&#039;===			&lt;br /&gt;
Inquisitor uses an internal scheduling program that allows a user to schedule and run multiple tests, in a predefined order with varying parameters.&lt;br /&gt;
&lt;br /&gt;
The following tests are available to run. Please refer to the [http://www.inquisitor.ru/doc/api/index.html API] for further information and documentation on the various tests.&lt;br /&gt;
{|&lt;br /&gt;
| style=&amp;quot;vertical-align: top&amp;quot; |&lt;br /&gt;
* Array configurator&lt;br /&gt;
* Boot from image&lt;br /&gt;
* BYTEmark benchmark suite&lt;br /&gt;
* CPU benchmark: Dhrystone&lt;br /&gt;
* CPU benchmark: Whetstone&lt;br /&gt;
* CPU burn&lt;br /&gt;
* Database to Detects comparison&lt;br /&gt;
* DD&lt;br /&gt;
* FDD read/write&lt;br /&gt;
* Firmware reflashing&lt;br /&gt;
* HDD array stress&lt;br /&gt;
* HDD benchmark: Bonnie&lt;br /&gt;
* HDD benchmark: hdparm&lt;br /&gt;
| style=&amp;quot;vertical-align: top&amp;quot; |&lt;br /&gt;
* HDD benchmark: IOzone&lt;br /&gt;
* HDD passthrough&lt;br /&gt;
* HDD SMART&lt;br /&gt;
* Memory benchmark: STREAM&lt;br /&gt;
* Memory test: Memtester&lt;br /&gt;
* Mencoder in memory&lt;br /&gt;
* Mencoder on hard drive&lt;br /&gt;
* Network interface&lt;br /&gt;
* ODD read&lt;br /&gt;
* ODD write&lt;br /&gt;
* Partimage&lt;br /&gt;
* Reference-based detects comparison&lt;br /&gt;
* Stress compression&lt;br /&gt;
| style=&amp;quot;vertical-align: top&amp;quot; |&lt;br /&gt;
* Torrent upload&lt;br /&gt;
* UnixBench benchmark suite&lt;br /&gt;
* USB flash drive&lt;br /&gt;
* USB GPRS modem&lt;br /&gt;
* USB GPRS Modem Dialup&lt;br /&gt;
* USB GPRS modem signal level&lt;br /&gt;
* USB presence&lt;br /&gt;
|}&lt;br /&gt;
== &#039;&#039;&#039;Installation/Startup&#039;&#039;&#039; ==&lt;br /&gt;
===&#039;&#039;&#039;Installation&#039;&#039;&#039;===&lt;br /&gt;
I decided to go with the Live CD &#039;flavor&#039; of this distribution as it is the one that would minimize my chances of doing something I would regret to my own PC via some of the write tests that were available as part of the default package. I used VirtualBox to mount the downloaded iso, this enabled me to do some testing and play around with creating my own test cases, and packages. This was easy and straight forward.&lt;br /&gt;
[[File:LiveInstall.jpg|thumb|upright=0.65|Live CD Installation Diagram]]&lt;br /&gt;
A few installation options are described below:&lt;br /&gt;
====&#039;&#039;&#039;Live CD&#039;&#039;&#039;====&lt;br /&gt;
Download and save the iso (Live CD) image that is suitable for your system from the Inquisitor [http://www.inquisitor.ru/download.html website.] Choose a virtualization software to use.&lt;br /&gt;
=====&#039;&#039;&#039;Oracle VM VirtualBox&#039;&#039;&#039;=====&lt;br /&gt;
# Download and install [https://www.virtualbox.org/wiki/Downloads VirtualBox].&lt;br /&gt;
# Create a new Virtual Machine by following the point and click wizard.&lt;br /&gt;
# Mount the Inquisitor iso, previously downloaded.&lt;br /&gt;
# Start the Virtual Machine with the mounted image.&lt;br /&gt;
# Select one of the options and have fun...&lt;br /&gt;
=====&#039;&#039;&#039;VMware&#039;&#039;&#039;=====&lt;br /&gt;
# Download and install [http://downloads.vmware.com/ VMware].&lt;br /&gt;
# Create a new Virtual Machine by following the point and click wizard.&lt;br /&gt;
# Mount the Inquisitor iso, previously downloaded.&lt;br /&gt;
# Start the Virtual Machine with the mounted image.&lt;br /&gt;
# Select one of the options and have fun...&lt;br /&gt;
====&#039;&#039;&#039;Problems Encountered&#039;&#039;&#039;====&lt;br /&gt;
None encountered.&lt;br /&gt;
== &#039;&#039;&#039;Basic Operation&#039;&#039;&#039; ==&lt;br /&gt;
{| style=&amp;quot;float: right;&amp;quot;&lt;br /&gt;
|[[File:Hardware Testing Menu.png|right|thumb|Figure 1 - Main Menu]]&lt;br /&gt;
|[[File:Benchmark Testing - Non Destructive.png|right|thumb|Figure 2 - A test in progress]]&lt;br /&gt;
|[[File:Test Results.png|right|thumb|Figure 3 - Test results]]&lt;br /&gt;
|}&lt;br /&gt;
The setup used; Oracle VM VirtualBox running a mounted Live CD copy of Inquisitor v3.0.&lt;br /&gt;
&lt;br /&gt;
The main menu that is presented to the user directly following boot-up is straightforward and easy to use (Figure 1). All of the options are grouped into categories. Selecting and running tests is straightforward, a test is selected and ran, after it is done, the results are saved and may be viewed at any time. Everything is automatic (Figure 2), you just &#039;point and click&#039; with the outcome presented as &#039;DONE&#039;, &#039;FAILED&#039;, &#039;SKIP&#039;, &#039;PASSED&#039;, and &#039;CALLED&#039; - the wording is fully customizable and can be changed via a configuration file if one so desires -. Some tests require the user to enter a set of parameters that are test specific, such as the number of iterations to run through or test duration. All of the parameters are entered via a TUI textfield. Once the desired test(s) are ran, results are saved and may be viewed at any time (Figure 3).&lt;br /&gt;
&lt;br /&gt;
I did not encounter any problems. Although with some of the more time consuming tests it would have been nice to see some kind of an update on what is currently happening, in order to eliminate any suspicion that the system has hung. The only other gripe I had was with the &#039;View test results&#039; constantly returning me not to the menu from which I came, but to the main menu. This forces the user to go back to wherever he/she was each and every single time. Having an option to &#039;Exit&#039; once everything was done would have been nice.	&lt;br /&gt;
&lt;br /&gt;
During my time with Inquisitor I tried to stick to tests that were non-destructive (would not touch data on my HDD and possibly cause issues). A couple of the tests I had tried are outlined in a step-by-step basis below:&lt;br /&gt;
&lt;br /&gt;
=== &#039;&#039;&#039;Trial Test Case 1&#039;&#039;&#039; ===&lt;br /&gt;
{| style=&amp;quot;float: right;&amp;quot;&lt;br /&gt;
|[[File:Single_Test_Main_Menu.png|right|thumb|Figure 4 - Single test main menu]]&lt;br /&gt;
|[[File:Test_Case_1_BONNIE.png|right|thumb|Figure 5 - &#039;bonnie&#039; test results ]]&lt;br /&gt;
|}&lt;br /&gt;
This test involved running a test that would check how my system handles file transfers to and from the harddrive. This would be usefull for anyone working with a server as it could possibly point out and eliminate bottlenecks in a system. For this purpose Inquisitor uses the [http://www.textuality.com/bonnie/ Bonnie] benckmark, which allows it to measure the performance of Unix file system operations. I.e. the basic operations like reading (putc()), writing (write()), and rewriting which involves first reading some data, messing it up, and rewriting it again - this uses lseek() -. Which, in theory, test the effectiveness of the filesystem cache and the speed of data transfer. To do this in Inquisitor you simply need to select the &amp;quot;single&amp;quot; testing option from the main menu (Figure 1) by pressing &amp;quot;S&amp;quot; on the keyboard followed by enter. Then you would be presented with the &amp;quot;Run a single test&amp;quot; main menu (Figure 4). Here, simply make sure that the test named &amp;quot;bonnie&amp;quot; is selected and press enter. The test will begin and after it is done the results are displayed (Figure 5).&lt;br /&gt;
&lt;br /&gt;
The results show that - in my case -:&lt;br /&gt;
* The output character speed was 32962 bits per second. Tested by writing to a file using putc() stdio macro.&lt;br /&gt;
* The output block speed was 33827 bits per second. Tested by writing to a file using write().&lt;br /&gt;
* The rewrite speed was 95416 bits per second. Tested by rewriting a &amp;quot;corrupted&amp;quot; block using read(), write(), and lseek().&lt;br /&gt;
* Bits are read from a file at a speed of 53328 bits per second. The file is read using getc().&lt;br /&gt;
&lt;br /&gt;
=== &#039;&#039;&#039;Trial Test Case 2&#039;&#039;&#039; ===&lt;br /&gt;
{| style=&amp;quot;float: right;&amp;quot;&lt;br /&gt;
|[[File:Dhrystone_Test.png|right|thumb|Figure 6 - Dhrystone test results]]&lt;br /&gt;
|}&lt;br /&gt;
This test case was a single test, that checked my CPU integer performance. For this purpose Inquisitor uses the [http://en.wikipedia.org/wiki/Dhrystone Dhrystone] benchmark. The C version. This benchmark tries to imitate the processor usage of some common set of programs. The result is output in terms of million instructions per second (MIPS). Which is useful to find out how the CPU is performing in comparison to how it should be performing based on information that can be found out from various chip manufacturer websites. To do this in Inquisitor you simply need to select the &amp;quot;single&amp;quot; testing option from the main menu (Figure 1) by pressing &amp;quot;S&amp;quot; on the keyboard followed by enter. Then you would be presented with the single test main menu (Figure 4). Here simply make sure that the test named &amp;quot;dhrystone&amp;quot; is selected and press enter. If you want, you can adjust the duration of the test in seconds. If you choose to do so the result will then have to be divided by the number of seconds to determine the number of instructions per second. The test will begin and after it is done the results are displayed (Figure 6). The results show that - in my case - the CPU is able to perform, roughly, 6 million instructions per second.&lt;br /&gt;
&lt;br /&gt;
As you can see the test is useful, easy to run, and fast.&lt;br /&gt;
== &#039;&#039;&#039;Usage Evaluation&#039;&#039;&#039; ==&lt;br /&gt;
From my experience I think that the distribution does everything that it had promised on it&#039;s website and then some. I found it very easy to install and come to terms with, and the ability to create and modify existing test cases was simple and fairly straight forward thanks to the provided documentation that kept things concise and not overly complicated. The basics are there, and are enough to lay the foundation for whatever test case module you may want to create provided you have some background experience in programming and know what it is that you want to do. &lt;br /&gt;
=Part 2=&lt;br /&gt;
==&#039;&#039;&#039;Software Packaging&#039;&#039;&#039;==&lt;br /&gt;
===&#039;&#039;&#039;How is software packaged for this distribution?&#039;&#039;&#039;===&lt;br /&gt;
Software is packaged using the [http://en.wikipedia.org/wiki/RPM_Package_Manager RPM] package management system. It&#039;s associated file format is .rpm. This format was intended primarily for GNU/Linux distributions and is the baseline package format of the Linux Standard Base. Repositories are used to contain applications, and they are  required in order to maintain system integrity and stability. This was done because software packages often have one or more dependencies. If two programs A and B depend on C and upgrading A depends on upgrading C, then B will also have to be updated to be able to &#039;interact&#039; with the upgraded version C. Therefore having repositories that contain different releases and versions of packages helps mitigate this issue. &lt;br /&gt;
{| style=&amp;quot;float: right;&amp;quot;&lt;br /&gt;
|[[File:Synaptic_RMS.jpg|right|thumb|Figure 4 - Synaptic]]&lt;br /&gt;
===&#039;&#039;&#039;What packaging format and utilities are used?&#039;&#039;&#039;===&lt;br /&gt;
There are 2 utilities that are used for package management:&lt;br /&gt;
# [http://en.wikipedia.org/wiki/Synaptic_Package_Manager Synaptic] is a graphical package management tool that comes pre-installed with the distribution. It allows the user to view, install, remove, and upgrade software packages (Figure 4).&lt;br /&gt;
# [http://en.wikipedia.org/wiki/Advanced_Packaging_Tool Advanced Packaging Tool] (APT) is a command line terminal based packaging tool that has been modified to also work with RPM via [http://en.wikipedia.org/wiki/Apt-rpm APT-RPM].&lt;br /&gt;
===&#039;&#039;&#039;How can you use these utilities to get a list of installed packages?&#039;&#039;&#039;===&lt;br /&gt;
&#039;&#039;&#039;Synaptic&#039;&#039;&#039; will automatically list all of the packages installed on the system as soon as it is opened. Adding, upgrading or removing packages can be done in several ways:&lt;br /&gt;
* Select the desired package and choose the action from the &#039;Package&#039; menu.&lt;br /&gt;
* Double click on the package name.&lt;br /&gt;
* Choose an action from the context menu of the package.&lt;br /&gt;
* Click on the status icon to open a menu that contains all possible actions.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;APT&#039;&#039;&#039; has various commands that the user can use:&lt;br /&gt;
* &#039;&#039;apt-cache&#039;&#039; - Will allow you to search the local package cache for packages.&lt;br /&gt;
* &#039;&#039;apt-cache search [package name]&#039;&#039; - Will show packages with &#039;package name&#039; that are installed.&lt;br /&gt;
* &#039;&#039;apt-cache show [package name]&#039;&#039; - Will show information for &#039;package name&#039;.&lt;br /&gt;
* &#039;&#039;apt-cdrom&#039;&#039; - Can be used to add package archives to the list of sources that are defined in /etc/apt/sources.list.&lt;br /&gt;
* &#039;&#039;apt-get&#039;&#039; - Is used to handle packages. &lt;br /&gt;
* &#039;&#039;apt-get update&#039;&#039; - Should be run prior to installing or upgrading a software application as it will make sure that the package cache is up to date.&lt;br /&gt;
* &#039;&#039;apt-get install [package name]&#039;&#039; - Will install the &#039;package name&#039; package.&lt;br /&gt;
* &#039;&#039;apt-get remove [package name]&#039;&#039; - Will remove &#039;package name&#039; package from your machine.&lt;br /&gt;
* ...along with many other less widely used commands. Please refer to man pages or online sources for all of the available commands.&lt;br /&gt;
{| style=&amp;quot;float: right;&amp;quot;&lt;br /&gt;
|[[File:Package_Info.jpg|right|thumb|Package Breakdown]]&lt;br /&gt;
===&#039;&#039;&#039;How extensive is the software catalog for this distribution?&#039;&#039;&#039;===&lt;br /&gt;
There is a good variety of applications that come with the distribution, from a wide variety of categories. All-in-all, there are 1300 packages pre-installed. There is a nice variety of games (for Tetris lovers, its in there!), Flash, Java JRE, Quicktime, a browser - Firefox -, document tools, calculator, etc, are all included. [http://www.winehq.org/ Wine] is also in here. I am not a LInux user and have not yet tried it, but it sounds pretty cool as it supposedly lets you run Windows software on other operating systems.&lt;br /&gt;
&lt;br /&gt;
Please see a more detailed breakdown of the pre-installed packages on the right.&lt;br /&gt;
==&#039;&#039;&#039;Major package versions&#039;&#039;&#039;==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|+ &#039;&#039;&#039;Major Software Packages Included&#039;&#039;&#039;&lt;br /&gt;
|- style=&amp;quot;background: grey;&amp;quot;&lt;br /&gt;
! Package&lt;br /&gt;
! Current Version (Size)&lt;br /&gt;
! Latest Version&lt;br /&gt;
! Modifications&lt;br /&gt;
! Rationale for inclusion&lt;br /&gt;
|- &lt;br /&gt;
| align=&amp;quot;center&amp;quot; | [http://www.kernel.org/ &#039;&#039;&#039;Kernel&#039;&#039;&#039;]&lt;br /&gt;
| align=&amp;quot;center&amp;quot; | 3.0.3-alt0.M60P.1 (80.4 MB)&lt;br /&gt;
| align=&amp;quot;center&amp;quot; | 3.1.1&lt;br /&gt;
| No evident modifications.&lt;br /&gt;
| It is a default 2.6.x kernel variant for ALT Linux distributions. It was most likely chosen because it is a proven kernel. Stable and reliable.&lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;center&amp;quot; | [http://www.gnu.org/s/libc/ &#039;&#039;&#039;glibc&#039;&#039;&#039;] &lt;br /&gt;
| align=&amp;quot;center&amp;quot; | 2.11.3-alt6 (2962 kB)&lt;br /&gt;
| align=&amp;quot;center&amp;quot; | 2.14&lt;br /&gt;
| Some of the most recent modifications by the authors have been; some bug fixes, some solutions to localization issues, reversion of some broken commits, and a fixed nscd reload. Full list can be found in the changelog.&lt;br /&gt;
| It was most likely chosen because without these files a GNU/Linux system would not function.&lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;center&amp;quot; | [http://www.x.org/wiki/ &#039;&#039;&#039;X.org&#039;&#039;&#039;]&lt;br /&gt;
| align=&amp;quot;center&amp;quot; | 1.10.3-alt0.M60P.1 (33 kB)&lt;br /&gt;
| align=&amp;quot;center&amp;quot; | 7.6&lt;br /&gt;
| No evident modifications.&lt;br /&gt;
| It has most likely been included in order to provide access to the X Windows System.&lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;center&amp;quot; | [http://java.com/en/download/ &#039;&#039;&#039;JVM&#039;&#039;&#039;]&lt;br /&gt;
| align=&amp;quot;center&amp;quot; | 1.6.0.26-alt1 (90.3 MB)&lt;br /&gt;
| align=&amp;quot;center&amp;quot; | 1.6&lt;br /&gt;
| Some of the most recent modifications by the authors have been; some modifications for localization purposes and some font changes.&lt;br /&gt;
| It was most likely included to enable us - the users - to run Java applications.&lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;center&amp;quot; | [http://www.gnu.org/software/bash/ &#039;&#039;&#039;Bash&#039;&#039;&#039;]&lt;br /&gt;
| align=&amp;quot;center&amp;quot; | 3.2.51-alt1 (1066 kB)&lt;br /&gt;
| align=&amp;quot;center&amp;quot; | 4.2&lt;br /&gt;
| No evident modifications.&lt;br /&gt;
| It was included to provide the user with a shell for typing various commands.&lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;center&amp;quot; | [http://directory.fsf.org/wiki/Grep &#039;&#039;&#039;Grep&#039;&#039;&#039;]&lt;br /&gt;
| align=&amp;quot;center&amp;quot; | 2.9-alt1 (876 kB)&lt;br /&gt;
| align=&amp;quot;center&amp;quot; | 2.8&lt;br /&gt;
| No evident modifications.&lt;br /&gt;
| Grep is a command-line text searching tool which is probably why it was included.&lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;center&amp;quot; | [http://rpm.org/wiki/Download &#039;&#039;&#039;RPM&#039;&#039;&#039;]&lt;br /&gt;
| align=&amp;quot;center&amp;quot; | 4.0.4-alt100.24 (646 kB)&lt;br /&gt;
| align=&amp;quot;center&amp;quot; | 4.9.1.2&lt;br /&gt;
| No evident modifications.&lt;br /&gt;
| It was included in order to provide a command line driven package management system capable of installing, uninstalling, verifying, querying, and updating software packages.&lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;center&amp;quot; | [http://www.mozilla.org/en-US/firefox/new/ &#039;&#039;&#039;Firefox&#039;&#039;&#039;]&lt;br /&gt;
| align=&amp;quot;center&amp;quot; | 5.0.1-alt0.M60P.2 (4931 kB)&lt;br /&gt;
| align=&amp;quot;center&amp;quot; | 8.0&lt;br /&gt;
| Some of the most recent modifications by the authors have been; fixes of &amp;quot;Multiple WebGL crashes&amp;quot;, &amp;quot;Stealing of cross-domain images using WebGL textures&amp;quot;, and fixes to misc memory leaks.&lt;br /&gt;
| It was included in order to provide a browser component for this distribution and probably because it is a cross-platform browser unlike Internet Explorer.&lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;center&amp;quot; | [http://www.mozilla.org/en-US/thunderbird/ &#039;&#039;&#039;Thunderbird&#039;&#039;&#039;]&lt;br /&gt;
| align=&amp;quot;center&amp;quot; | 5.0-alt0.M60P.1 (39.1 MB)&lt;br /&gt;
| align=&amp;quot;center&amp;quot; | 8.0&lt;br /&gt;
| Some of the most recent modifications by the authors have been; gnome-support subpackage was removed, an error was fixed that caused the client to crash due to a corrupted JPEG image, and fixes to &amp;quot;memory hazards&amp;quot;. &lt;br /&gt;
| It is included to provide the user with an e-mail client that is safe and fast.&lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;center&amp;quot; | [http://www.libreoffice.org/ &#039;&#039;&#039;LibreOffice&#039;&#039;&#039;]&lt;br /&gt;
| align=&amp;quot;center&amp;quot; | 3.4.2.3-alt0.M60P.1 (250 MB)&lt;br /&gt;
| align=&amp;quot;center&amp;quot; | 3.4.4&lt;br /&gt;
| Some of the most recent modifications by the authors have been; KDE4 support was enabled, and some menu localization issues were solved. &lt;br /&gt;
| This package was included in order to offer the user a productivity suite (document editor) it is an off-shoot of openoffice, and it is largely compatible with other major office suites (including MS Office).&lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;center&amp;quot; colspan=&amp;quot;5&amp;quot; style=&amp;quot;border-top: 1px solid red;&amp;lt;!--&lt;br /&gt;
  --&amp;gt; border-right: 1px solid red; border-bottom: 2px solid red;&amp;lt;!--&lt;br /&gt;
  --&amp;gt; border-left: 1px solid red;&amp;quot; |&lt;br /&gt;
All information was gathered via the linked websites, and using the pre-installed package management utilities Synaptic and APT, along with their associated commands.&lt;br /&gt;
|}&lt;br /&gt;
==&#039;&#039;&#039;Initialization&#039;&#039;&#039;==&lt;br /&gt;
&lt;br /&gt;
The first things that starts running upon start up is the [http://en.wikipedia.org/wiki/BIOS BIOS]. The BIOS is the interface between the computer and it&#039;s various peripherals. It will load and execute the first 512 bytes off the disk (/dev/hda), the master boot record (MBR). The [http://en.wikipedia.org/wiki/Master_boot_record MBR] then starts [https://wiki.archlinux.org/index.php/GRUB2 GRUB2]. The boot loader, GRUB2, then loads and runs the kernel. The first thing the kernel does is &#039;execute&#039; &#039;&#039;init&#039;&#039;. Init is the root/parent of all processes. It in turn will then start the /etc/rc.d/rc.sysinit script using run-level 5. Which is the default start up run-level for this version of the OS found out from /etc/inittab, which is the boot-time system configuration/initialization script. &lt;br /&gt;
&lt;br /&gt;
===&#039;&#039;&#039;rc.sysinit&#039;&#039;&#039;===&lt;br /&gt;
&lt;br /&gt;
- Below is a step by step break down of most of the major functions performed by rc.sysinit, gathered by looking through the script:&lt;br /&gt;
* &#039;&#039;/sbin/initlog&#039;&#039; is ran.&lt;br /&gt;
* network scripts are run via the &#039;&#039;/etc/sysconfig/network&#039;&#039; script.&lt;br /&gt;
* The system will then print a welcome message and the OS banner on screen.&lt;br /&gt;
* The &#039;&#039;/proc&#039;&#039; file system is then mounted.&lt;br /&gt;
* The system will then check if it needs to load and use modules and set a flag accordingly.&lt;br /&gt;
** If modules are to be used then the script &#039;&#039;/etc/rc.d/scripts/load_modules&#039;&#039; will be run.&lt;br /&gt;
* The system clock is then set and started using &#039;&#039;/etc/adjtime&#039;&#039; and &#039;&#039;/etc/init.d/clock&#039;&#039;.&lt;br /&gt;
* The file system is checked using &#039;&#039;fsck&#039;&#039;, which will return an exit code indicating the state of the FS. If all is well it proceeds. The message &amp;quot;No errors&amp;quot; is printed if the status is zero. The message &amp;quot;File system errors corrected&amp;quot; is printed if there were errors but they were corrected. If there were some other errors the specific error is printed, the user is dropped back into shell, when the user leaves the shell the system reboots.&lt;br /&gt;
* A script, &#039;&#039;/etc/rc.d/scripts/lang&#039;&#039; is ran to correct some &amp;quot;language fixes&amp;quot; related to localization and user selection on boot-up.&lt;br /&gt;
* Serial ports are initialized via the &#039;&#039;/etc/rc.d/rc.serial&#039;&#039; script.&lt;br /&gt;
* The firewall is started via the &#039;&#039;/etc/rc.d/rc.firewall&#039;&#039; script as well as some others (what looks to be related to specific run-levels allthough I am not sure).&lt;br /&gt;
* All of the kernel ring buffer messages are then dumped using the &#039;&#039;dmesg&#039;&#039; command.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable collapsible&amp;quot;&lt;br /&gt;
! Post Start-up Running Processes&lt;br /&gt;
|-&lt;br /&gt;
| [[File:Running_Processes_1.jpg]]&lt;br /&gt;
| [[File:Running_Processes_2.jpg]]&lt;br /&gt;
| [[File:Running_Processes_3.jpg]]&lt;br /&gt;
| [[File:Running_Processes_4.jpg]]&lt;br /&gt;
|}&lt;br /&gt;
=Part 3=&lt;br /&gt;
=&#039;&#039;&#039;References&#039;&#039;&#039;=&lt;br /&gt;
&amp;lt;references /&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;Inquisitor. (n.d.). [http://www.inquisitor.ru/ Inquisitor]. Retrieved October 10th 2011&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;Inquisitor News and Updates. (July 27th 2011). [http://distrowatch.com/table.php?distribution=Inquisitor Distrowatch]. Retrieved October 10th 2011&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;Inquisitor (hardware testing software). (July 11th 2011‎). [http://en.wikipedia.org/wiki/Inquisitor_%28hardware_testing_software%29 Wikipedia]. Retrieved October 10th 2011&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;RPM Package Manager. (December 4th 2011). [http://en.wikipedia.org/wiki/RPM_Package_Manager Wikipedia]. Retrieved November 11th 2011&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;Synaptic (software). (November 2nd 2011). [http://en.wikipedia.org/wiki/Synaptic_Package_Manager Wikipedia]. Retrieved November 11th 2011&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;Advanced Packaging Tool. (December 2nd 2011). [http://en.wikipedia.org/wiki/Advanced_Packaging_Tool APT]. Retrieved November 11th 2011&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;Program Installation and Uninstallation (Package Management). (n.d.). [http://docs.altlinux.org/archive/2.3/compact/alt-docs-compact-en/ch03s09.html ALTLinux Docs]. Retrieved November 11th 2011&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;Debian APT Tutorial. (November, 2002). [http://linuxgazette.net/issue84/tougher.html#1 linuxgazette]. Retrieved November 13th 2011&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;Package Management Cheatsheet. (2011). [http://distrowatch.com/dwres.php?resource=package-management Distrowatch]. Retrieved November 13th 2011&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;Quick HOWTO : Ch07 : The Linux Boot Process. (November 15th 2010). [http://www.linuxhomenetworking.com/wiki/index.php/Quick_HOWTO_:_Ch07_:_The_Linux_Boot_Process#The_Linux_Boot_Sequence linuxhomenetworking]. Retrieved November 13th 2011&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;Sisyphus repository. (December 6th 2011). [http://sisyphus.ru/en/ sisyphus]. Retrieved November 14th 2011&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;Preboot Execution Environment. (October 25th 2011). [http://en.wikipedia.org/wiki/Preboot_Execution_Environment wikipedia]. Retrieved November 14th 2011&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;initrd. (November 27th 2011). [http://en.wikipedia.org/wiki/Initrd wikipedia]. Retrieved November 14th 2011&amp;lt;/p&amp;gt;&lt;/div&gt;</summary>
		<author><name>Atchekan</name></author>
	</entry>
	<entry>
		<id>https://homeostasis.scs.carleton.ca/wiki/index.php?title=COMP_3000_2011_Report:_Inquisitor&amp;diff=15496</id>
		<title>COMP 3000 2011 Report: Inquisitor</title>
		<link rel="alternate" type="text/html" href="https://homeostasis.scs.carleton.ca/wiki/index.php?title=COMP_3000_2011_Report:_Inquisitor&amp;diff=15496"/>
		<updated>2011-12-08T20:32:44Z</updated>

		<summary type="html">&lt;p&gt;Atchekan: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[File:Inquisitor-logo.png|thumb|centre|Inquisitor Logo]] &lt;br /&gt;
=Part 1=&lt;br /&gt;
== &#039;&#039;&#039;Background&#039;&#039;&#039; ==&lt;br /&gt;
===&#039;&#039;&#039;Name&#039;&#039;&#039;===&lt;br /&gt;
The name of the distribution is Inquisitor. &lt;br /&gt;
===&#039;&#039;&#039;Goals and Target Audience&#039;&#039;&#039;===&lt;br /&gt;
This distribution aims to provide an open-source hardware testing and certification system, that is:&lt;br /&gt;
* &#039;&#039;&#039;Customizable&#039;&#039;&#039;: it is possible to pick and choose which modules and tests to include.&lt;br /&gt;
* &#039;&#039;&#039;Modular&#039;&#039;&#039;: it is made up from a series of interchangeable modules; one can easily add new modules in order to add new test detections, production steps, etc. This will be described in greater detail in later parts of the report. Please stay tuned!&lt;br /&gt;
* &#039;&#039;&#039;Flexible&#039;&#039;&#039;: it is possible to adjust virtually any parameter in analysis or testing process and customize the system to the widest extent possible.&lt;br /&gt;
* &#039;&#039;&#039;Intelligent&#039;&#039;&#039;: it is server-based version includes a database that stores all the data on all computers that were tested by Inquisitor making easy to keep track of multiple systems/PCs. If some parts of the hardware were to change, &#039;clever scheduler&#039; won&#039;t redo all the long testing, but only the tests that were relevant to the hardware changes.&lt;br /&gt;
* &#039;&#039;&#039;Distributed&#039;&#039;&#039;: through its modular architecture, Inquisitor can be easily distributed across a cluster to distribute load or make a geographically distributed system. &lt;br /&gt;
* &#039;&#039;&#039;Scalable&#039;&#039;&#039;: it is possible to test just one computer or all the computers in an organization.&lt;br /&gt;
* &#039;&#039;&#039;Free&#039;&#039;&#039;: it is free, and that&#039;s always good!&lt;br /&gt;
===&#039;&#039;&#039;Who Develops it&#039;&#039;&#039;===&lt;br /&gt;
It is being developed by Mikhail Yakashin and another 5 guys, with various contributions from others, the full list of names can be found below:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;u&amp;gt;Inquisitor team is:&amp;lt;/u&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* Mikhail Yakshin &lt;br /&gt;
* Pavel Melnikov&lt;br /&gt;
* Maksim Bartenev&lt;br /&gt;
* Sergey Matveev &lt;br /&gt;
* Denis Borovikov&lt;br /&gt;
* Andras Horvath&lt;br /&gt;
					&lt;br /&gt;
&amp;lt;u&amp;gt;With contributions and suggestions from:&amp;lt;/u&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* Anton Farygin&lt;br /&gt;
* Anton Kachalov&lt;br /&gt;
* Valery Inozemtsev&lt;br /&gt;
* Alexandra Panyukova&lt;br /&gt;
* Michail Pishchagin&lt;br /&gt;
===&#039;&#039;&#039;How To Get It&#039;&#039;&#039;===&lt;br /&gt;
[http://www.inquisitor.ru/ Inquisitor] may be obtained via the official [http://www.inquisitor.ru/download.html website]. Currently it seems that only a 	direct download is available, but there is a heading for BitTorrent, so who knows it may also be available as an option in the future. There are several &#039;flavors&#039; to choose from; there is a standalone version, a live version, and 	an enterprise version.&lt;br /&gt;
* &#039;&#039;Standalone version&#039;&#039;, installs into whatever Linux OS system you are currently running by modifying a configuration makefile with your current system parameters. This is probably the best for &amp;quot;demonstrating and learning Inquisitor&amp;quot; as stated by the people working on the distribution.&lt;br /&gt;
* &#039;&#039;Live version&#039;&#039;, is a Linux Live CD option that allows you to boot straight from the CD/DVD. A good choice for those that are afraid to accidentally mess something up on their system when running destructive testing and for those that don&#039;t have a Linux OS installed on their machine.&lt;br /&gt;
* &#039;&#039;Enterprise version&#039;&#039;, allows the user to setup a dedicated testing server that would allow any computer to boot from the network using the preboot execution environment ([http://en.wikipedia.org/wiki/Preboot_Execution_Environment PXE]) protocol in order to test multiple computers on a regular basis. The PXE protocol is an environment to boot computers using a network interface independently of data storage devices (like hard disks) or the OS. This protocol broadcasts to the network a packet that will identify and find the locations of other computers on the network that need to be bootstrapped. Once done the machines at the various IP points will then be able to, via the trivial file transfer protocol ([http://en.wikipedia.org/wiki/Trivial_File_Transfer_Protocol TFTP]), download a network bootstrap program ([http://en.wikipedia.org/wiki/Preboot_Execution_Environment#Network_bootstrap_program NBP]) into random-access memory ([http://en.wikipedia.org/wiki/Random-access_memory RAM]) and run it.&lt;br /&gt;
===&#039;&#039;&#039;How Large is it&#039;&#039;&#039;===&lt;br /&gt;
The size of each of the aforementioned &#039;flavors&#039; is relatively small and only took a couple of minutes to download via my connection at home. The 	distribution is zipped, and version 3.0 is under a megabyte in size. When unzipped it is just under 2 megabytes (1.95). The iso for the Live CD version of the distribution is 131 megabytes for 32-bit systems, and 135 megabytes for 64-bit systems.&lt;br /&gt;
===&#039;&#039;&#039;Influences&#039;&#039;&#039;===&lt;br /&gt;
[http://en.wikipedia.org/wiki/ALT_Linux ALT Linux] is used as the base and starting point for Inquisitor. &lt;br /&gt;
===&#039;&#039;&#039;Miscellaneous&#039;&#039;&#039;===			&lt;br /&gt;
Inquisitor uses an internal scheduling program that allows a user to schedule and run multiple tests, in a predefined order with varying parameters.&lt;br /&gt;
&lt;br /&gt;
The following tests are available to run. Please refer to the [http://www.inquisitor.ru/doc/api/index.html API] for further information and documentation on the various tests.&lt;br /&gt;
{|&lt;br /&gt;
| style=&amp;quot;vertical-align: top&amp;quot; |&lt;br /&gt;
* Array configurator&lt;br /&gt;
* Boot from image&lt;br /&gt;
* BYTEmark benchmark suite&lt;br /&gt;
* CPU benchmark: Dhrystone&lt;br /&gt;
* CPU benchmark: Whetstone&lt;br /&gt;
* CPU burn&lt;br /&gt;
* Database to Detects comparison&lt;br /&gt;
* DD&lt;br /&gt;
* FDD read/write&lt;br /&gt;
* Firmware reflashing&lt;br /&gt;
* HDD array stress&lt;br /&gt;
* HDD benchmark: Bonnie&lt;br /&gt;
* HDD benchmark: hdparm&lt;br /&gt;
| style=&amp;quot;vertical-align: top&amp;quot; |&lt;br /&gt;
* HDD benchmark: IOzone&lt;br /&gt;
* HDD passthrough&lt;br /&gt;
* HDD SMART&lt;br /&gt;
* Memory benchmark: STREAM&lt;br /&gt;
* Memory test: Memtester&lt;br /&gt;
* Mencoder in memory&lt;br /&gt;
* Mencoder on hard drive&lt;br /&gt;
* Network interface&lt;br /&gt;
* ODD read&lt;br /&gt;
* ODD write&lt;br /&gt;
* Partimage&lt;br /&gt;
* Reference-based detects comparison&lt;br /&gt;
* Stress compression&lt;br /&gt;
| style=&amp;quot;vertical-align: top&amp;quot; |&lt;br /&gt;
* Torrent upload&lt;br /&gt;
* UnixBench benchmark suite&lt;br /&gt;
* USB flash drive&lt;br /&gt;
* USB GPRS modem&lt;br /&gt;
* USB GPRS Modem Dialup&lt;br /&gt;
* USB GPRS modem signal level&lt;br /&gt;
* USB presence&lt;br /&gt;
|}&lt;br /&gt;
== &#039;&#039;&#039;Installation/Startup&#039;&#039;&#039; ==&lt;br /&gt;
===&#039;&#039;&#039;Installation&#039;&#039;&#039;===&lt;br /&gt;
I decided to go with the Live CD &#039;flavor&#039; of this distribution as it is the one that would minimize my chances of doing something I would regret to my own PC via some of the write tests that were available as part of the default package. I used VirtualBox to mount the downloaded iso, this enabled me to do some testing and play around with creating my own test cases, and packages. This was easy and straight forward.&lt;br /&gt;
[[File:LiveInstall.jpg|thumb|upright=0.65|Live CD Installation Diagram]]&lt;br /&gt;
A few installation options are described below:&lt;br /&gt;
====&#039;&#039;&#039;Live CD&#039;&#039;&#039;====&lt;br /&gt;
Download and save the iso (Live CD) image that is suitable for your system from the Inquisitor [http://www.inquisitor.ru/download.html website.] Choose a virtualization software to use.&lt;br /&gt;
=====&#039;&#039;&#039;Oracle VM VirtualBox&#039;&#039;&#039;=====&lt;br /&gt;
# Download and install [https://www.virtualbox.org/wiki/Downloads VirtualBox].&lt;br /&gt;
# Create a new Virtual Machine by following the point and click wizard.&lt;br /&gt;
# Mount the Inquisitor iso, previously downloaded.&lt;br /&gt;
# Start the Virtual Machine with the mounted image.&lt;br /&gt;
# Select one of the options and have fun...&lt;br /&gt;
=====&#039;&#039;&#039;VMware&#039;&#039;&#039;=====&lt;br /&gt;
# Download and install [http://downloads.vmware.com/ VMware].&lt;br /&gt;
# Create a new Virtual Machine by following the point and click wizard.&lt;br /&gt;
# Mount the Inquisitor iso, previously downloaded.&lt;br /&gt;
# Start the Virtual Machine with the mounted image.&lt;br /&gt;
# Select one of the options and have fun...&lt;br /&gt;
====&#039;&#039;&#039;Problems Encountered&#039;&#039;&#039;====&lt;br /&gt;
None encountered.&lt;br /&gt;
== &#039;&#039;&#039;Basic Operation&#039;&#039;&#039; ==&lt;br /&gt;
{| style=&amp;quot;float: right;&amp;quot;&lt;br /&gt;
|[[File:Hardware Testing Menu.png|right|thumb|Figure 1 - Main Menu]]&lt;br /&gt;
|[[File:Benchmark Testing - Non Destructive.png|right|thumb|Figure 2 - A test in progress]]&lt;br /&gt;
|[[File:Test Results.png|right|thumb|Figure 3 - Test results]]&lt;br /&gt;
|}&lt;br /&gt;
The setup used; Oracle VM VirtualBox running a mounted Live CD copy of Inquisitor v3.0.&lt;br /&gt;
&lt;br /&gt;
The main menu that is presented to the user directly following boot-up is straightforward and easy to use (Figure 1). All of the options are grouped into categories. Selecting and running tests is straightforward, a test is selected and ran, after it is done, the results are saved and may be viewed at any time. Everything is automatic (Figure 2), you just &#039;point and click&#039; with the outcome presented as &#039;DONE&#039;, &#039;FAILED&#039;, &#039;SKIP&#039;, &#039;PASSED&#039;, and &#039;CALLED&#039; - the wording is fully customizable and can be changed via a configuration file if one so desires -. Some tests require the user to enter a set of parameters that are test specific, such as the number of iterations to run through or test duration. All of the parameters are entered via a TUI textfield. Once the desired test(s) are ran, results are saved and may be viewed at any time (Figure 3).&lt;br /&gt;
&lt;br /&gt;
I did not encounter any problems. Although with some of the more time consuming tests it would have been nice to see some kind of an update on what is currently happening, in order to eliminate any suspicion that the system has hung. The only other gripe I had was with the &#039;View test results&#039; constantly returning me not to the menu from which I came, but to the main menu. This forces the user to go back to wherever he/she was each and every single time. Having an option to &#039;Exit&#039; once everything was done would have been nice.	&lt;br /&gt;
&lt;br /&gt;
During my time with Inquisitor I tried to stick to tests that were non-destructive (would not touch data on my HDD and possibly cause issues). A couple of the tests I had tried are outlined in a step-by-step basis below:&lt;br /&gt;
&lt;br /&gt;
=== &#039;&#039;&#039;Trial Test Case 1&#039;&#039;&#039; ===&lt;br /&gt;
{| style=&amp;quot;float: right;&amp;quot;&lt;br /&gt;
|[[File:Single_Test_Main_Menu.png|right|thumb|Figure 4 - Single test main menu]]&lt;br /&gt;
|[[File:Test_Case_1_BONNIE.png|right|thumb|Figure 5 - &#039;bonnie&#039; test results ]]&lt;br /&gt;
|}&lt;br /&gt;
This test involved running a test that would check how my system handles file transfers to and from the harddrive. This would be usefull for anyone working with a server as it could possibly point out and eliminate bottlenecks in a system. For this purpose Inquisitor uses the [http://www.textuality.com/bonnie/ Bonnie] benckmark, which allows it to measure the performance of Unix file system operations. I.e. the basic operations like reading (putc()), writing (write()), and rewriting which involves first reading some data, messing it up, and rewriting it again - this uses lseek() -. Which, in theory, test the effectiveness of the filesystem cache and the speed of data transfer. To do this in Inquisitor you simply need to select the &amp;quot;single&amp;quot; testing option from the main menu (Figure 1) by pressing &amp;quot;S&amp;quot; on the keyboard followed by enter. Then you would be presented with the &amp;quot;Run a single test&amp;quot; main menu (Figure 4). Here, simply make sure that the test named &amp;quot;bonnie&amp;quot; is selected and press enter. The test will begin and after it is done the results are displayed (Figure 5).&lt;br /&gt;
&lt;br /&gt;
The results show that - in my case -:&lt;br /&gt;
* The output character speed was 32962 bits per second. Tested by writing to a file using putc() stdio macro.&lt;br /&gt;
* The output block speed was 33827 bits per second. Tested by writing to a file using write().&lt;br /&gt;
* The rewrite speed was 95416 bits per second. Tested by rewriting a &amp;quot;corrupted&amp;quot; block using read(), write(), and lseek().&lt;br /&gt;
* Bits are read from a file at a speed of 53328 bits per second. The file is read using getc().&lt;br /&gt;
&lt;br /&gt;
=== &#039;&#039;&#039;Trial Test Case 2&#039;&#039;&#039; ===&lt;br /&gt;
{| style=&amp;quot;float: right;&amp;quot;&lt;br /&gt;
|[[File:Dhrystone_Test.png|right|thumb|Figure 6 - Dhrystone test results]]&lt;br /&gt;
|}&lt;br /&gt;
This test case was a single test, that checked my CPU integer performance. For this purpose Inquisitor uses the [http://en.wikipedia.org/wiki/Dhrystone Dhrystone] benchmark. The C version. This benchmark tries to imitate the processor usage of some common set of programs. The result is output in terms of million instructions per second (MIPS). Which is useful to find out how the CPU is performing in comparison to how it should be performing based on information that can be found out from various chip manufacturer websites. To do this in Inquisitor you simply need to select the &amp;quot;single&amp;quot; testing option from the main menu (Figure 1) by pressing &amp;quot;S&amp;quot; on the keyboard followed by enter. Then you would be presented with the single test main menu (Figure 4). Here simply make sure that the test named &amp;quot;dhrystone&amp;quot; is selected and press enter. If you want, you can adjust the duration of the test in seconds. If you choose to do so the result will then have to be divided by the number of seconds to determine the number of instructions per second. The test will begin and after it is done the results are displayed (Figure 6). The results show that - in my case - the CPU is able to perform, roughly, 6 million instructions per second.&lt;br /&gt;
&lt;br /&gt;
As you can see the test is useful, easy to run, and fast.&lt;br /&gt;
== &#039;&#039;&#039;Usage Evaluation&#039;&#039;&#039; ==&lt;br /&gt;
From my experience I think that the distribution does everything that it had promised on it&#039;s website and then some. I found it very easy to install and come to terms with, and the ability to create and modify existing test cases was simple and fairly straight forward thanks to the provided documentation that kept things concise and not overly complicated. The basics are there, and are enough to lay the foundation for whatever test case module you may want to create provided you have some background experience in programming and know what it is that you want to do. &lt;br /&gt;
=Part 2=&lt;br /&gt;
==&#039;&#039;&#039;Software Packaging&#039;&#039;&#039;==&lt;br /&gt;
===&#039;&#039;&#039;How is software packaged for this distribution?&#039;&#039;&#039;===&lt;br /&gt;
Software is packaged using the [http://en.wikipedia.org/wiki/RPM_Package_Manager RPM] package management system. It&#039;s associated file format is .rpm. This format was intended primarily for GNU/Linux distributions and is the baseline package format of the Linux Standard Base. Repositories are used to contain applications, and they are  required in order to maintain system integrity and stability. This was done because software packages often have one or more dependencies. If two programs A and B depend on C and upgrading A depends on upgrading C, then B will also have to be updated to be able to &#039;interact&#039; with the upgraded version C. Therefore having repositories that contain different releases and versions of packages helps mitigate this issue. &lt;br /&gt;
{| style=&amp;quot;float: right;&amp;quot;&lt;br /&gt;
|[[File:Synaptic_RMS.jpg|right|thumb|Figure 4 - Synaptic]]&lt;br /&gt;
===&#039;&#039;&#039;What packaging format and utilities are used?&#039;&#039;&#039;===&lt;br /&gt;
There are 2 utilities that are used for package management:&lt;br /&gt;
# [http://en.wikipedia.org/wiki/Synaptic_Package_Manager Synaptic] is a graphical package management tool that comes pre-installed with the distribution. It allows the user to view, install, remove, and upgrade software packages (Figure 4).&lt;br /&gt;
# [http://en.wikipedia.org/wiki/Advanced_Packaging_Tool Advanced Packaging Tool] (APT) is a command line terminal based packaging tool that has been modified to also work with RPM via [http://en.wikipedia.org/wiki/Apt-rpm APT-RPM].&lt;br /&gt;
===&#039;&#039;&#039;How can you use these utilities to get a list of installed packages?&#039;&#039;&#039;===&lt;br /&gt;
&#039;&#039;&#039;Synaptic&#039;&#039;&#039; will automatically list all of the packages installed on the system as soon as it is opened. Adding, upgrading or removing packages can be done in several ways:&lt;br /&gt;
* Select the desired package and choose the action from the &#039;Package&#039; menu.&lt;br /&gt;
* Double click on the package name.&lt;br /&gt;
* Choose an action from the context menu of the package.&lt;br /&gt;
* Click on the status icon to open a menu that contains all possible actions.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;APT&#039;&#039;&#039; has various commands that the user can use:&lt;br /&gt;
* &#039;&#039;apt-cache&#039;&#039; - Will allow you to search the local package cache for packages.&lt;br /&gt;
* &#039;&#039;apt-cache search [package name]&#039;&#039; - Will show packages with &#039;package name&#039; that are installed.&lt;br /&gt;
* &#039;&#039;apt-cache show [package name]&#039;&#039; - Will show information for &#039;package name&#039;.&lt;br /&gt;
* &#039;&#039;apt-cdrom&#039;&#039; - Can be used to add package archives to the list of sources that are defined in /etc/apt/sources.list.&lt;br /&gt;
* &#039;&#039;apt-get&#039;&#039; - Is used to handle packages. &lt;br /&gt;
* &#039;&#039;apt-get update&#039;&#039; - Should be run prior to installing or upgrading a software application as it will make sure that the package cache is up to date.&lt;br /&gt;
* &#039;&#039;apt-get install [package name]&#039;&#039; - Will install the &#039;package name&#039; package.&lt;br /&gt;
* &#039;&#039;apt-get remove [package name]&#039;&#039; - Will remove &#039;package name&#039; package from your machine.&lt;br /&gt;
* ...along with many other less widely used commands. Please refer to man pages or online sources for all of the available commands.&lt;br /&gt;
{| style=&amp;quot;float: right;&amp;quot;&lt;br /&gt;
|[[File:Package_Info.jpg|right|thumb|Package Breakdown]]&lt;br /&gt;
===&#039;&#039;&#039;How extensive is the software catalog for this distribution?&#039;&#039;&#039;===&lt;br /&gt;
There is a good variety of applications that come with the distribution, from a wide variety of categories. All-in-all, there are 1300 packages pre-installed. There is a nice variety of games (for Tetris lovers, its in there!), Flash, Java JRE, Quicktime, a browser - Firefox -, document tools, calculator, etc, are all included. [http://www.winehq.org/ Wine] is also in here. I am not a LInux user and have not yet tried it, but it sounds pretty cool as it supposedly lets you run Windows software on other operating systems.&lt;br /&gt;
&lt;br /&gt;
Please see a more detailed breakdown of the pre-installed packages on the right.&lt;br /&gt;
==&#039;&#039;&#039;Major package versions&#039;&#039;&#039;==&lt;br /&gt;
[http://www.kernel.org/ &#039;&#039;&#039;Kernel&#039;&#039;&#039;]&lt;br /&gt;
* Version 3.0.3-alt0.M60P.1. The latest stable version is 3.1.1.&lt;br /&gt;
* Size 80.4 MB.&lt;br /&gt;
* No evident modifications.&lt;br /&gt;
* It is a default 2.6.x kernel variant for ALT Linux distributions. It was most likely chosen because it is a proven kernel. Stable and reliable.&lt;br /&gt;
[http://www.gnu.org/s/libc/ &#039;&#039;&#039;glibc&#039;&#039;&#039;] &lt;br /&gt;
* Version 2.11.3-alt6. The latest stable version is 2.14.&lt;br /&gt;
* Size 2962 kB.  &lt;br /&gt;
* Some of the most recent modifications by the authors have been; some bug fixes, some solutions to localization issues, reversion of some broken commits, and a fixed nscd reload. Full list can be found in the changelog. &lt;br /&gt;
* It was most likely chosen because without these files a GNU/Linux system would not function.&lt;br /&gt;
[http://www.x.org/wiki/ X.org]&lt;br /&gt;
* Version 1.10.3-alt0.M60P.1. The latest stable version is 7.6.&lt;br /&gt;
* Size 33 kB.&lt;br /&gt;
* No evident modifications.&lt;br /&gt;
* It has most likely been included in order to provide access to the X Windows System. &lt;br /&gt;
[http://java.com/en/download/ JVM]&lt;br /&gt;
* Version 1.6.0.26-alt1. The latest stable version is 1.6.&lt;br /&gt;
* Size 90.3 MB. &lt;br /&gt;
* Some of the most recent modifications by the authors have been; some modifications for localization purposes and some font changes.&lt;br /&gt;
* It was most likely included to enable us - the users - to run Java applications.&lt;br /&gt;
[http://www.gnu.org/software/bash/ Bash]&lt;br /&gt;
* Version 3.2.51-alt1. The latest stable version is 4.2.&lt;br /&gt;
* Size 1066 kB.&lt;br /&gt;
* No evident modifications.&lt;br /&gt;
* It was included to provide the user with a shell for typing various commands.&lt;br /&gt;
[http://directory.fsf.org/wiki/Grep Grep]&lt;br /&gt;
* version 2.9-alt1. The latest stable version is 2.8.&lt;br /&gt;
* Size 876 kB.&lt;br /&gt;
* No evident modifications.&lt;br /&gt;
* Grep is a command-line text searching tool which is probably why it was included.&lt;br /&gt;
[http://rpm.org/wiki/Download RPM]&lt;br /&gt;
* Version 4.0.4-alt100.24. The latest stable version is 4.9.1.2.&lt;br /&gt;
* Size 646 kB. &lt;br /&gt;
* No evident modifications.&lt;br /&gt;
* It was included in order to provide a command line driven package management system capable of installing, uninstalling, verifying, querying, and updating software packages.&lt;br /&gt;
[http://www.mozilla.org/en-US/firefox/new/ Firefox]&lt;br /&gt;
* Version 5.0.1-alt0.M60P.2. The latest version is 8.0.&lt;br /&gt;
* Size 4931 kB.&lt;br /&gt;
* Some of the most recent modifications by the authors have been; fixes of &amp;quot;Multiple WebGL crashes&amp;quot;, &amp;quot;Stealing of cross-domain images using WebGL textures&amp;quot;, and fixes to misc memory leaks.&lt;br /&gt;
* It was included in order to provide a browser component for this distribution and probably because it is a cross-platform browser unlike Internet Explorer.&lt;br /&gt;
[http://www.mozilla.org/en-US/thunderbird/ Thunderbird]&lt;br /&gt;
* Version 5.0-alt0.M60P.1. The latest stable version is 8.0.&lt;br /&gt;
* Size 39.1 MB.&lt;br /&gt;
* Some of the most recent modifications by the authors have been; gnome-support subpackage was removed, an error was fixed that caused the client to crash due to a corrupted JPEG image, and fixes to &amp;quot;memory hazards&amp;quot;. &lt;br /&gt;
* It is included to provide the user with an e-mail client that is safe and fast.&lt;br /&gt;
[http://www.libreoffice.org/ LibreOffice]&lt;br /&gt;
* Version 3.4.2.3-alt0.M60P.1. The latest stable version is 3.4.4.&lt;br /&gt;
* Size 250 MB.&lt;br /&gt;
* Some of the most recent modifications by the authors have been; KDE4 support was enabled, and some menu localization issues were solved. &lt;br /&gt;
* This package was included in order to offer the user a productivity suite (document editor) it is an off-shoot of openoffice, and it is largely compatible with other major office suites (including MS Office).&lt;br /&gt;
==&#039;&#039;&#039;Initialization&#039;&#039;&#039;==&lt;br /&gt;
&lt;br /&gt;
The first things that starts running upon start up is the [http://en.wikipedia.org/wiki/BIOS BIOS]. The BIOS is the interface between the computer and it&#039;s various peripherals. It will load and execute the first 512 bytes off the disk (/dev/hda), the master boot record (MBR). The [http://en.wikipedia.org/wiki/Master_boot_record MBR] then starts [https://wiki.archlinux.org/index.php/GRUB2 GRUB2]. The boot loader, GRUB2, then loads and runs the kernel. The first thing the kernel does is &#039;execute&#039; &#039;&#039;init&#039;&#039;. Init is the root/parent of all processes. It in turn will then start the /etc/rc.d/rc.sysinit script using run-level 5. Which is the default start up run-level for this version of the OS found out from /etc/inittab, which is the boot-time system configuration/initialization script. &lt;br /&gt;
&lt;br /&gt;
===&#039;&#039;&#039;rc.sysinit&#039;&#039;&#039;===&lt;br /&gt;
&lt;br /&gt;
- Below is a step by step break down of most of the major functions performed by rc.sysinit, gathered by looking through the script:&lt;br /&gt;
* &#039;&#039;/sbin/initlog&#039;&#039; is ran.&lt;br /&gt;
* network scripts are run via the &#039;&#039;/etc/sysconfig/network&#039;&#039; script.&lt;br /&gt;
* The system will then print a welcome message and the OS banner on screen.&lt;br /&gt;
* The &#039;&#039;/proc&#039;&#039; file system is then mounted.&lt;br /&gt;
* The system will then check if it needs to load and use modules and set a flag accordingly.&lt;br /&gt;
** If modules are to be used then the script &#039;&#039;/etc/rc.d/scripts/load_modules&#039;&#039; will be run.&lt;br /&gt;
* The system clock is then set and started using &#039;&#039;/etc/adjtime&#039;&#039; and &#039;&#039;/etc/init.d/clock&#039;&#039;.&lt;br /&gt;
* The file system is checked using &#039;&#039;fsck&#039;&#039;, which will return an exit code indicating the state of the FS. If all is well it proceeds. The message &amp;quot;No errors&amp;quot; is printed if the status is zero. The message &amp;quot;File system errors corrected&amp;quot; is printed if there were errors but they were corrected. If there were some other errors the specific error is printed, the user is dropped back into shell, when the user leaves the shell the system reboots.&lt;br /&gt;
* A script, &#039;&#039;/etc/rc.d/scripts/lang&#039;&#039; is ran to correct some &amp;quot;language fixes&amp;quot; related to localization and user selection on boot-up.&lt;br /&gt;
* Serial ports are initialized via the &#039;&#039;/etc/rc.d/rc.serial&#039;&#039; script.&lt;br /&gt;
* The firewall is started via the &#039;&#039;/etc/rc.d/rc.firewall&#039;&#039; script as well as some others (what looks to be related to specific run-levels allthough I am not sure).&lt;br /&gt;
* All of the kernel ring buffer messages are then dumped using the &#039;&#039;dmesg&#039;&#039; command.&lt;br /&gt;
=Part 3=&lt;br /&gt;
=&#039;&#039;&#039;References&#039;&#039;&#039;=&lt;br /&gt;
&amp;lt;references /&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;Inquisitor. (n.d.). [http://www.inquisitor.ru/ Inquisitor]. Retrieved October 10th 2011&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;Inquisitor News and Updates. (July 27th 2011). [http://distrowatch.com/table.php?distribution=Inquisitor Distrowatch]. Retrieved October 10th 2011&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;Inquisitor (hardware testing software). (July 11th 2011‎). [http://en.wikipedia.org/wiki/Inquisitor_%28hardware_testing_software%29 Wikipedia]. Retrieved October 10th 2011&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;RPM Package Manager. (December 4th 2011). [http://en.wikipedia.org/wiki/RPM_Package_Manager Wikipedia]. Retrieved November 11th 2011&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;Synaptic (software). (November 2nd 2011). [http://en.wikipedia.org/wiki/Synaptic_Package_Manager Wikipedia]. Retrieved November 11th 2011&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;Advanced Packaging Tool. (December 2nd 2011). [http://en.wikipedia.org/wiki/Advanced_Packaging_Tool APT]. Retrieved November 11th 2011&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;Program Installation and Uninstallation (Package Management). (n.d.). [http://docs.altlinux.org/archive/2.3/compact/alt-docs-compact-en/ch03s09.html ALTLinux Docs]. Retrieved November 11th 2011&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;Debian APT Tutorial. (November, 2002). [http://linuxgazette.net/issue84/tougher.html#1 linuxgazette]. Retrieved November 13th 2011&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;Package Management Cheatsheet. (2011). [http://distrowatch.com/dwres.php?resource=package-management Distrowatch]. Retrieved November 13th 2011&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;Quick HOWTO : Ch07 : The Linux Boot Process. (November 15th 2010). [http://www.linuxhomenetworking.com/wiki/index.php/Quick_HOWTO_:_Ch07_:_The_Linux_Boot_Process#The_Linux_Boot_Sequence linuxhomenetworking]. Retrieved November 13th 2011&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;Sisyphus repository. (December 6th 2011). [http://sisyphus.ru/en/ sisyphus]. Retrieved November 14th 2011&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;Preboot Execution Environment. (October 25th 2011). [http://en.wikipedia.org/wiki/Preboot_Execution_Environment wikipedia]. Retrieved November 14th 2011&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;initrd. (November 27th 2011). [http://en.wikipedia.org/wiki/Initrd wikipedia]. Retrieved November 14th 2011&amp;lt;/p&amp;gt;&lt;/div&gt;</summary>
		<author><name>Atchekan</name></author>
	</entry>
	<entry>
		<id>https://homeostasis.scs.carleton.ca/wiki/index.php?title=COMP_3000_2011_Report:_Inquisitor&amp;diff=15491</id>
		<title>COMP 3000 2011 Report: Inquisitor</title>
		<link rel="alternate" type="text/html" href="https://homeostasis.scs.carleton.ca/wiki/index.php?title=COMP_3000_2011_Report:_Inquisitor&amp;diff=15491"/>
		<updated>2011-12-07T21:35:23Z</updated>

		<summary type="html">&lt;p&gt;Atchekan: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[File:Inquisitor-logo.png|thumb|centre|Inquisitor Logo]] &lt;br /&gt;
=Part 1=&lt;br /&gt;
== &#039;&#039;&#039;Background&#039;&#039;&#039; ==&lt;br /&gt;
===&#039;&#039;&#039;Name&#039;&#039;&#039;===&lt;br /&gt;
The name of the distribution is Inquisitor. &lt;br /&gt;
===&#039;&#039;&#039;Goals and Target Audience&#039;&#039;&#039;===&lt;br /&gt;
This distribution aims to provide an open-source hardware testing and certification system, that is:&lt;br /&gt;
* &#039;&#039;&#039;Customizable&#039;&#039;&#039;: it is possible to pick and choose which modules and tests to include.&lt;br /&gt;
* &#039;&#039;&#039;Modular&#039;&#039;&#039;: it is made up from a series of interchangeable modules; one can easily add new modules in order to add new test detections, production steps, etc. This will be described in greater detail in later parts of the report. Please stay tuned!&lt;br /&gt;
* &#039;&#039;&#039;Flexible&#039;&#039;&#039;: it is possible to adjust virtually any parameter in analysis or testing process and customize the system to the widest extent possible.&lt;br /&gt;
* &#039;&#039;&#039;Intelligent&#039;&#039;&#039;: it is server-based version includes a database that stores all the data on all computers that were tested by Inquisitor making easy to keep track of multiple systems/PCs. If some parts of the hardware were to change, &#039;clever scheduler&#039; won&#039;t redo all the long testing, but only the tests that were relevant to the hardware changes.&lt;br /&gt;
* &#039;&#039;&#039;Distributed&#039;&#039;&#039;: through its modular architecture, Inquisitor can be easily distributed across a cluster to distribute load or make a geographically distributed system. &lt;br /&gt;
* &#039;&#039;&#039;Scalable&#039;&#039;&#039;: it is possible to test just one computer or all the computers in an organization.&lt;br /&gt;
* &#039;&#039;&#039;Free&#039;&#039;&#039;: it is free, and that&#039;s always good!&lt;br /&gt;
===&#039;&#039;&#039;Who Develops it&#039;&#039;&#039;===&lt;br /&gt;
It is being developed by Mikhail Yakashin and another 5 guys, with various contributions from others, the full list of names can be found below:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;u&amp;gt;Inquisitor team is:&amp;lt;/u&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* Mikhail Yakshin &lt;br /&gt;
* Pavel Melnikov&lt;br /&gt;
* Maksim Bartenev&lt;br /&gt;
* Sergey Matveev &lt;br /&gt;
* Denis Borovikov&lt;br /&gt;
* Andras Horvath&lt;br /&gt;
					&lt;br /&gt;
&amp;lt;u&amp;gt;With contributions and suggestions from:&amp;lt;/u&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* Anton Farygin&lt;br /&gt;
* Anton Kachalov&lt;br /&gt;
* Valery Inozemtsev&lt;br /&gt;
* Alexandra Panyukova&lt;br /&gt;
* Michail Pishchagin&lt;br /&gt;
===&#039;&#039;&#039;How To Get It&#039;&#039;&#039;===&lt;br /&gt;
[http://www.inquisitor.ru/ Inquisitor] may be obtained via the official [http://www.inquisitor.ru/download.html website]. Currently it seems that only a 	direct download is available, but there is a heading for BitTorrent, so who knows it may also be available as an option in the future. There are several &#039;flavors&#039; to choose from; there is a standalone version, a live version, and 	an enterprise version.&lt;br /&gt;
* &#039;&#039;Standalone version&#039;&#039;, installs into whatever Linux OS system you are currently running by modifying a configuration makefile with your current system parameters. This is probably the best for &amp;quot;demonstrating and learning Inquisitor&amp;quot; as stated by the people working on the distribution.&lt;br /&gt;
* &#039;&#039;Live version&#039;&#039;, is a Linux Live CD option that allows you to boot straight from the CD/DVD. A good choice for those that are afraid to accidentally mess something up on their system when running destructive testing and for those that don&#039;t have a Linux OS installed on their machine.&lt;br /&gt;
* &#039;&#039;Enterprise version&#039;&#039;, allows the user to setup a dedicated testing server that would allow any computer to boot from the network using the preboot execution environment ([http://en.wikipedia.org/wiki/Preboot_Execution_Environment PXE]) protocol in order to test multiple computers on a regular basis. The PXE protocol is an environment to boot computers using a network interface independently of data storage devices (like hard disks) or the OS. This protocol broadcasts to the network a packet that will identify and find the locations of other computers on the network that need to be bootstrapped. Once done the machines at the various IP points will then be able to, via the trivial file transfer protocol ([http://en.wikipedia.org/wiki/Trivial_File_Transfer_Protocol TFTP]), download a network bootstrap program ([http://en.wikipedia.org/wiki/Preboot_Execution_Environment#Network_bootstrap_program NBP]) into random-access memory ([http://en.wikipedia.org/wiki/Random-access_memory RAM]) and run it.&lt;br /&gt;
===&#039;&#039;&#039;How Large is it&#039;&#039;&#039;===&lt;br /&gt;
The size of each of the aforementioned &#039;flavors&#039; is relatively small and only took a couple of minutes to download via my connection at home. The 	distribution is zipped, and version 3.0 is under a megabyte in size. When unzipped it is just under 2 megabytes (1.95). The iso for the Live CD version of the distribution is 131 megabytes for 32-bit systems, and 135 megabytes for 64-bit systems.&lt;br /&gt;
===&#039;&#039;&#039;Influences&#039;&#039;&#039;===&lt;br /&gt;
[http://en.wikipedia.org/wiki/ALT_Linux ALT Linux] is used as the base and starting point for Inquisitor. &lt;br /&gt;
===&#039;&#039;&#039;Miscellaneous&#039;&#039;&#039;===			&lt;br /&gt;
Inquisitor uses an internal scheduling program that allows a user to schedule and run multiple tests, in a predefined order with varying parameters.&lt;br /&gt;
&lt;br /&gt;
The following tests are available to run. Please refer to the [http://www.inquisitor.ru/doc/api/index.html API] for further information and documentation on the various tests.&lt;br /&gt;
{|&lt;br /&gt;
| style=&amp;quot;vertical-align: top&amp;quot; |&lt;br /&gt;
* Array configurator&lt;br /&gt;
* Boot from image&lt;br /&gt;
* BYTEmark benchmark suite&lt;br /&gt;
* CPU benchmark: Dhrystone&lt;br /&gt;
* CPU benchmark: Whetstone&lt;br /&gt;
* CPU burn&lt;br /&gt;
* Database to Detects comparison&lt;br /&gt;
* DD&lt;br /&gt;
* FDD read/write&lt;br /&gt;
* Firmware reflashing&lt;br /&gt;
* HDD array stress&lt;br /&gt;
* HDD benchmark: Bonnie&lt;br /&gt;
* HDD benchmark: hdparm&lt;br /&gt;
| style=&amp;quot;vertical-align: top&amp;quot; |&lt;br /&gt;
* HDD benchmark: IOzone&lt;br /&gt;
* HDD passthrough&lt;br /&gt;
* HDD SMART&lt;br /&gt;
* Memory benchmark: STREAM&lt;br /&gt;
* Memory test: Memtester&lt;br /&gt;
* Mencoder in memory&lt;br /&gt;
* Mencoder on hard drive&lt;br /&gt;
* Network interface&lt;br /&gt;
* ODD read&lt;br /&gt;
* ODD write&lt;br /&gt;
* Partimage&lt;br /&gt;
* Reference-based detects comparison&lt;br /&gt;
* Stress compression&lt;br /&gt;
| style=&amp;quot;vertical-align: top&amp;quot; |&lt;br /&gt;
* Torrent upload&lt;br /&gt;
* UnixBench benchmark suite&lt;br /&gt;
* USB flash drive&lt;br /&gt;
* USB GPRS modem&lt;br /&gt;
* USB GPRS Modem Dialup&lt;br /&gt;
* USB GPRS modem signal level&lt;br /&gt;
* USB presence&lt;br /&gt;
|}&lt;br /&gt;
== &#039;&#039;&#039;Installation/Startup&#039;&#039;&#039; ==&lt;br /&gt;
===&#039;&#039;&#039;Installation&#039;&#039;&#039;===&lt;br /&gt;
I decided to go with the Live CD &#039;flavor&#039; of this distribution as it is the one that would minimize my chances of doing something I would regret to my own PC via some of the write tests that were available as part of the default package. I used VirtualBox to mount the downloaded iso, this enabled me to do some testing and play around with creating my own test cases, and packages. This was easy and straight forward.&lt;br /&gt;
[[File:LiveInstall.jpg|thumb|upright=0.65|Live CD Installation Diagram]]&lt;br /&gt;
A few installation options are described below:&lt;br /&gt;
====&#039;&#039;&#039;Live CD&#039;&#039;&#039;====&lt;br /&gt;
Download and save the iso (Live CD) image that is suitable for your system from the Inquisitor [http://www.inquisitor.ru/download.html website.] Choose a virtualization software to use.&lt;br /&gt;
=====&#039;&#039;&#039;Oracle VM VirtualBox&#039;&#039;&#039;=====&lt;br /&gt;
# Download and install [https://www.virtualbox.org/wiki/Downloads VirtualBox].&lt;br /&gt;
# Create a new Virtual Machine by following the point and click wizard.&lt;br /&gt;
# Mount the Inquisitor iso, previously downloaded.&lt;br /&gt;
# Start the Virtual Machine with the mounted image.&lt;br /&gt;
# Select one of the options and have fun...&lt;br /&gt;
=====&#039;&#039;&#039;VMware&#039;&#039;&#039;=====&lt;br /&gt;
# Download and install [http://downloads.vmware.com/ VMware].&lt;br /&gt;
# Create a new Virtual Machine by following the point and click wizard.&lt;br /&gt;
# Mount the Inquisitor iso, previously downloaded.&lt;br /&gt;
# Start the Virtual Machine with the mounted image.&lt;br /&gt;
# Select one of the options and have fun...&lt;br /&gt;
====&#039;&#039;&#039;Problems Encountered&#039;&#039;&#039;====&lt;br /&gt;
None encountered.&lt;br /&gt;
== &#039;&#039;&#039;Basic Operation&#039;&#039;&#039; ==&lt;br /&gt;
{| style=&amp;quot;float: right;&amp;quot;&lt;br /&gt;
|[[File:Hardware Testing Menu.png|right|thumb|Figure 1 - Main Menu]]&lt;br /&gt;
|[[File:Benchmark Testing - Non Destructive.png|right|thumb|Figure 2 - A test in progress]]&lt;br /&gt;
|[[File:Test Results.png|right|thumb|Figure 3 - Test results]]&lt;br /&gt;
|}&lt;br /&gt;
The setup used; Oracle VM VirtualBox running a mounted Live CD copy of Inquisitor v3.0.&lt;br /&gt;
&lt;br /&gt;
The main menu that is presented to the user directly following boot-up is straightforward and easy to use (Figure 1). All of the options are grouped into categories. Selecting and running tests is straightforward, a test is selected and ran, after it is done, the results are saved and may be viewed at any time. Everything is automatic (Figure 2), you just &#039;point and click&#039; with the outcome presented as &#039;DONE&#039;, &#039;FAILED&#039;, &#039;SKIP&#039;, &#039;PASSED&#039;, and &#039;CALLED&#039; - the wording is fully customizable and can be changed via a configuration file if one so desires -. Some tests require the user to enter a set of parameters that are test specific, such as the number of iterations to run through or test duration. All of the parameters are entered via a TUI textfield. Once the desired test(s) are ran, results are saved and may be viewed at any time (Figure 3).&lt;br /&gt;
&lt;br /&gt;
I did not encounter any problems. Although with some of the more time consuming tests it would have been nice to see some kind of an update on what is currently happening, in order to eliminate any suspicion that the system has hung. The only other gripe I had was with the &#039;View test results&#039; constantly returning me not to the menu from which I came, but to the main menu. This forces the user to go back to wherever he/she was each and every single time. Having an option to &#039;Exit&#039; once everything was done would have been nice.	&lt;br /&gt;
&lt;br /&gt;
During my time with Inquisitor I tried to stick to tests that were non-destructive (would not touch data on my HDD and possibly cause issues). A couple of the tests I had tried are outlined in a step-by-step basis below:&lt;br /&gt;
&lt;br /&gt;
=== &#039;&#039;&#039;Trial Test Case 1&#039;&#039;&#039; ===&lt;br /&gt;
{| style=&amp;quot;float: right;&amp;quot;&lt;br /&gt;
|[[File:Single_Test_Main_Menu.png|right|thumb|Figure 4 - Single test main menu]]&lt;br /&gt;
|[[File:Test_Case_1_BONNIE.png|right|thumb|Figure 5 - &#039;bonnie&#039; test results ]]&lt;br /&gt;
|}&lt;br /&gt;
This test involved running a test that would check how my system handles file transfers to and from the harddrive. This would be usefull for anyone working with a server as it could possibly point out and eliminate bottlenecks in a system. For this purpose Inquisitor uses the [http://www.textuality.com/bonnie/ Bonnie] benckmark, which allows it to measure the performance of Unix file system operations. I.e. the basic operations like reading (putc()), writing (write()), and rewriting which involves first reading some data, messing it up, and rewriting it again - this uses lseek() -. Which, in theory, test the effectiveness of the filesystem cache and the speed of data transfer. To do this in Inquisitor you simply need to select the &amp;quot;single&amp;quot; testing option from the main menu (Figure 1) by pressing &amp;quot;S&amp;quot; on the keyboard followed by enter. Then you would be presented with the &amp;quot;Run a single test&amp;quot; main menu (Figure 4). Here, simply make sure that the test named &amp;quot;bonnie&amp;quot; is selected and press enter. The test will begin and after it is done the results are displayed (Figure 5).&lt;br /&gt;
&lt;br /&gt;
The results show that - in my case -:&lt;br /&gt;
* The output character speed was 32962 bits per second. Tested by writing to a file using putc() stdio macro.&lt;br /&gt;
* The output block speed was 33827 bits per second. Tested by writing to a file using write().&lt;br /&gt;
* The rewrite speed was 95416 bits per second. Tested by rewriting a &amp;quot;corrupted&amp;quot; block using read(), write(), and lseek().&lt;br /&gt;
* Bits are read from a file at a speed of 53328 bits per second. The file is read using getc().&lt;br /&gt;
&lt;br /&gt;
=== &#039;&#039;&#039;Trial Test Case 2&#039;&#039;&#039; ===&lt;br /&gt;
{| style=&amp;quot;float: right;&amp;quot;&lt;br /&gt;
|[[File:Dhrystone_Test.png|right|thumb|Figure 6 - Dhrystone test results]]&lt;br /&gt;
|}&lt;br /&gt;
This test case was a single test, that checked my CPU integer performance. For this purpose Inquisitor uses the [http://en.wikipedia.org/wiki/Dhrystone Dhrystone] benchmark. The C version. This benchmark tries to imitate the processor usage of some common set of programs. The result is output in terms of million instructions per second (MIPS). Which is useful to find out how the CPU is performing in comparison to how it should be performing based on information that can be found out from various chip manufacturer websites. To do this in Inquisitor you simply need to select the &amp;quot;single&amp;quot; testing option from the main menu (Figure 1) by pressing &amp;quot;S&amp;quot; on the keyboard followed by enter. Then you would be presented with the single test main menu (Figure 4). Here simply make sure that the test named &amp;quot;dhrystone&amp;quot; is selected and press enter. If you want, you can adjust the duration of the test in seconds. If you choose to do so the result will then have to be divided by the number of seconds to determine the number of instructions per second. The test will begin and after it is done the results are displayed (Figure 6). The results show that - in my case - the CPU is able to perform, roughly, 6 million instructions per second.&lt;br /&gt;
&lt;br /&gt;
As you can see the test is useful, easy to run, and fast.&lt;br /&gt;
== &#039;&#039;&#039;Usage Evaluation&#039;&#039;&#039; ==&lt;br /&gt;
From my experience I think that the distribution does everything that it had promised on it&#039;s website and then some. I found it very easy to install and come to terms with, and the ability to create and modify existing test cases was simple and fairly straight forward thanks to the provided documentation that kept things concise and not overly complicated. The basics are there, and are enough to lay the foundation for whatever test case module you may want to create provided you have some background experience in programming and know what it is that you want to do. &lt;br /&gt;
=Part 2=&lt;br /&gt;
==&#039;&#039;&#039;Software Packaging&#039;&#039;&#039;==&lt;br /&gt;
===&#039;&#039;&#039;How is software packaged for this distribution?&#039;&#039;&#039;===&lt;br /&gt;
Software is packaged using the [http://en.wikipedia.org/wiki/RPM_Package_Manager RPM] package management system. It&#039;s associated file format is .rpm. This format was intended primarily for GNU/Linux distributions and is the baseline package format of the Linux Standard Base. Repositories are used to contain applications, and they are  required in order to maintain system integrity and stability. This was done because software packages often have one or more dependencies. If two programs A and B depend on C and upgrading A depends on upgrading C, then B will also have to be updated to be able to &#039;interact&#039; with the upgraded version C. Therefore having repositories that contain different releases and versions of packages helps mitigate this issue. &lt;br /&gt;
{| style=&amp;quot;float: right;&amp;quot;&lt;br /&gt;
|[[File:Synaptic_RMS.jpg|right|thumb|Figure 4 - Synaptic]]&lt;br /&gt;
===&#039;&#039;&#039;What packaging format and utilities are used?&#039;&#039;&#039;===&lt;br /&gt;
There are 2 utilities that are used for package management:&lt;br /&gt;
# [http://en.wikipedia.org/wiki/Synaptic_Package_Manager Synaptic] is a graphical package management tool that comes preinstalled with the distribution. It allows the user to view, install, remove, and upgrade software packages (Figure 4).&lt;br /&gt;
# [http://en.wikipedia.org/wiki/Advanced_Packaging_Tool Advanced Packaging Tool] (APT) is a command line terminal based packaging tool that has been modified to also work with RPM via [http://en.wikipedia.org/wiki/Apt-rpm APT-RPM].&lt;br /&gt;
===&#039;&#039;&#039;How can you use these utilities to get a list of installed packages?&#039;&#039;&#039;===&lt;br /&gt;
&#039;&#039;&#039;Synaptic&#039;&#039;&#039; will automatically list all of the packages installed on the system as soon as it is opened. Adding, upgrading or removing packages can be done in several ways:&lt;br /&gt;
* Select the desired package and choose the action from the &#039;Package&#039; menu.&lt;br /&gt;
* Double click on the package name.&lt;br /&gt;
* Choose an action from the context menu of the package.&lt;br /&gt;
* Click on the status icon to open a menu that contains all possible actions.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;APT&#039;&#039;&#039; has various commands that the user can use:&lt;br /&gt;
* &#039;&#039;apt-cache&#039;&#039; - Will allow you to search the local package cache for packages.&lt;br /&gt;
* &#039;&#039;apt-cache search [package name]&#039;&#039; - Will show packages with &#039;package name&#039; that are installed.&lt;br /&gt;
* &#039;&#039;apt-cache show [package name]&#039;&#039; - Will show information for &#039;package name&#039;.&lt;br /&gt;
* &#039;&#039;apt-cdrom&#039;&#039; - Can be used to add package archives to the list of sources that are defined in /etc/apt/sources.list.&lt;br /&gt;
* &#039;&#039;apt-get&#039;&#039; - Is used to handle packages. &lt;br /&gt;
* &#039;&#039;apt-get update&#039;&#039; - Should be run prior to installing or upgrading a software application as it will make sure that the package cache is up to date.&lt;br /&gt;
* &#039;&#039;apt-get install [package name]&#039;&#039; - Will install the &#039;package name&#039; package.&lt;br /&gt;
* &#039;&#039;apt-get remove [package name]&#039;&#039; - Will remove &#039;package name&#039; package from your machine.&lt;br /&gt;
* ...along with many other less widely used commands. Please refer to man pages or online sources for all of the available commands.&lt;br /&gt;
{| style=&amp;quot;float: right;&amp;quot;&lt;br /&gt;
|[[File:Package_Info.jpg|right|thumb|Package Breakdown]]&lt;br /&gt;
===&#039;&#039;&#039;How extensive is the software catalog for this distribution?&#039;&#039;&#039;===&lt;br /&gt;
There is a good variety of applications that come with the distribution, from a wide variety of categories. All-in-all, there are 1300 packages pre-installed. There is a nice variety of games (for Tetris lovers, its in there!), Flash, Java JRE, Quicktime, a browser - Firefox -, document tools, calculator, etc, are all included. [http://www.winehq.org/ Wine] is also in here. I am not a LInux user and have not yet tried it, but it sounds pretty cool as it supposedly lets you run Windows software on other operating systems.&lt;br /&gt;
&lt;br /&gt;
Please see a more detailed breakdown of the pre-installed packages on the right.&lt;br /&gt;
==&#039;&#039;&#039;Major package versions&#039;&#039;&#039;==&lt;br /&gt;
[http://www.kernel.org/ &#039;&#039;&#039;Kernel&#039;&#039;&#039;]&lt;br /&gt;
* Version 3.0.3-alt0.M60P.1. The latest stable version is 3.1.1.&lt;br /&gt;
* Size 80.4 MB.&lt;br /&gt;
* No evident modifications.&lt;br /&gt;
* It is a default 2.6.x kernel variant for ALT Linux distributions. It was most likely chosen because it is a proven kernel. Stable and reliable.&lt;br /&gt;
[http://www.gnu.org/s/libc/ &#039;&#039;&#039;glibc&#039;&#039;&#039;] &lt;br /&gt;
* Version 2.11.3-alt6. The latest stable version is 2.14.&lt;br /&gt;
* Size 2962 kB.  &lt;br /&gt;
* Some of the most recent modifications by the authors have been; some bug fixes, some solutions to localization issues, reversion of some broken commits, and a fixed nscd reload. Full list can be found in the changelog. &lt;br /&gt;
* It was most likely chosen because without these files a GNU/Linux system would not function.&lt;br /&gt;
[http://www.x.org/wiki/ X.org]&lt;br /&gt;
* Version 1.10.3-alt0.M60P.1. The latest stable version is 7.6.&lt;br /&gt;
* Size 33 kB.&lt;br /&gt;
* No evident modifications.&lt;br /&gt;
* It has most likely been included in order to provide access to the X Windows System. &lt;br /&gt;
[http://java.com/en/download/ JVM]&lt;br /&gt;
* Version 1.6.0.26-alt1. The latest stable version is 1.6.&lt;br /&gt;
* Size 90.3 MB. &lt;br /&gt;
* Some of the most recent modifications by the authors have been; some modifications for localization purposes and some font changes.&lt;br /&gt;
* It was most likely included to enable us - the users - to run Java applications.&lt;br /&gt;
[http://www.gnu.org/software/bash/ Bash]&lt;br /&gt;
* Version 3.2.51-alt1. The latest stable version is 4.2.&lt;br /&gt;
* Size 1066 kB.&lt;br /&gt;
* No evident modifications.&lt;br /&gt;
* It was included to provide the user with a shell for typing various commands.&lt;br /&gt;
[http://directory.fsf.org/wiki/Grep Grep]&lt;br /&gt;
* version 2.9-alt1. The latest stable version is 2.8.&lt;br /&gt;
* Size 876 kB.&lt;br /&gt;
* No evident modifications.&lt;br /&gt;
* Grep is a command-line text searching tool which is probably why it was included.&lt;br /&gt;
[http://rpm.org/wiki/Download RPM]&lt;br /&gt;
* Version 4.0.4-alt100.24. The latest stable version is 4.9.1.2.&lt;br /&gt;
* Size 646 kB. &lt;br /&gt;
* No evident modifications.&lt;br /&gt;
* It was included in order to provide a command line driven package management system capable of installing, uninstalling, verifying, querying, and updating software packages.&lt;br /&gt;
[http://www.mozilla.org/en-US/firefox/new/ Firefox]&lt;br /&gt;
* Version 5.0.1-alt0.M60P.2. The latest version is 8.0.&lt;br /&gt;
* Size 4931 kB.&lt;br /&gt;
* Some of the most recent modifications by the authors have been; fixes of &amp;quot;Multiple WebGL crashes&amp;quot;, &amp;quot;Stealing of cross-domain images using WebGL textures&amp;quot;, and fixes to misc memory leaks.&lt;br /&gt;
* It was included in order to provide a browser component for this distribution and probably because it is a cross-platform browser unlike Internet Explorer.&lt;br /&gt;
[http://www.mozilla.org/en-US/thunderbird/ Thunderbird]&lt;br /&gt;
* Version 5.0-alt0.M60P.1. The latest stable version is 8.0.&lt;br /&gt;
* Size 39.1 MB.&lt;br /&gt;
* Some of the most recent modifications by the authors have been; gnome-support subpackage was removed, an error was fixed that caused the client to crash due to a corrupted JPEG image, and fixes to &amp;quot;memory hazards&amp;quot;. &lt;br /&gt;
* It is included to provide the user with an e-mail client that is safe and fast.&lt;br /&gt;
[http://www.libreoffice.org/ LibreOffice]&lt;br /&gt;
* Version 3.4.2.3-alt0.M60P.1. The latest stable version is 3.4.4.&lt;br /&gt;
* Size 250 MB.&lt;br /&gt;
* Some of the most recent modifications by the authors have been; KDE4 support was enabled, and some menu localization issues were solved. &lt;br /&gt;
* This package was included in order to offer the user a productivity suite (document editor) it is an off-shoot of openoffice, and it is largely compatible with other major office suites (including MS Office).&lt;br /&gt;
==&#039;&#039;&#039;Initialization&#039;&#039;&#039;==&lt;br /&gt;
&lt;br /&gt;
The first things that starts running upon start up is the [http://en.wikipedia.org/wiki/BIOS BIOS]. The BIOS is the interface between the computer and it&#039;s various peripherals. It will load and execute the first 512 bytes off the disk (/dev/hda), the master boot record (MBR). The [http://en.wikipedia.org/wiki/Master_boot_record MBR] then starts [https://wiki.archlinux.org/index.php/GRUB2 GRUB2]. The boot loader, GRUB2, then loads and runs the kernel. The first thing the kernel does is &#039;execute&#039; &#039;&#039;init&#039;&#039;. Init is the root/parent of all processes. It in turn will then start the /etc/rc.d/rc.sysinit script using run-level 5. Which is the default start up run-level for this version of the OS found out from /etc/inittab, which is the boot-time system configuration/initialization script. &lt;br /&gt;
&lt;br /&gt;
===&#039;&#039;&#039;rc.sysinit&#039;&#039;&#039;===&lt;br /&gt;
&lt;br /&gt;
- Below is a step by step break down of most of the major functions performed by rc.sysinit, gathered by looking through the script:&lt;br /&gt;
* &#039;&#039;/sbin/initlog&#039;&#039; is ran.&lt;br /&gt;
* network scripts are run via the &#039;&#039;/etc/sysconfig/network&#039;&#039; script.&lt;br /&gt;
* The system will then print a welcome message and the OS banner on screen.&lt;br /&gt;
* The &#039;&#039;/proc&#039;&#039; file system is then mounted.&lt;br /&gt;
* The system will then check if it needs to load and use modules and set a flag accordingly.&lt;br /&gt;
** If modules are to be used then the script &#039;&#039;/etc/rc.d/scripts/load_modules&#039;&#039; will be run.&lt;br /&gt;
* The system clock is then set and started using &#039;&#039;/etc/adjtime&#039;&#039; and &#039;&#039;/etc/init.d/clock&#039;&#039;.&lt;br /&gt;
* The file system is checked using &#039;&#039;fsck&#039;&#039;, which will return an exit code indicating the state of the FS. If all is well it proceeds. The message &amp;quot;No errors&amp;quot; is printed if the status is zero. The message &amp;quot;File system errors corrected&amp;quot; is printed if there were errors but they were corrected. If there were some other errors the specific error is printed, the user is dropped back into shell, when the user leaves the shell the system reboots.&lt;br /&gt;
* A script, &#039;&#039;/etc/rc.d/scripts/lang&#039;&#039; is ran to correct some &amp;quot;language fixes&amp;quot; related to localization and user selection on boot-up.&lt;br /&gt;
* Serial ports are initialized via the &#039;&#039;/etc/rc.d/rc.serial&#039;&#039; script.&lt;br /&gt;
* The firewall is started via the &#039;&#039;/etc/rc.d/rc.firewall&#039;&#039; script as well as some others (what looks to be related to specific run-levels allthough I am not sure).&lt;br /&gt;
* All of the kernel ring buffer messages are then dumped using the &#039;&#039;dmesg&#039;&#039; command.&lt;br /&gt;
=Part 3=&lt;br /&gt;
=&#039;&#039;&#039;References&#039;&#039;&#039;=&lt;br /&gt;
&amp;lt;references /&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;Inquisitor. (n.d.). [http://www.inquisitor.ru/ Inquisitor]. Retrieved October 10th 2011&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;Inquisitor News and Updates. (July 27th 2011). [http://distrowatch.com/table.php?distribution=Inquisitor Distrowatch]. Retrieved October 10th 2011&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;Inquisitor (hardware testing software). (July 11th 2011‎). [http://en.wikipedia.org/wiki/Inquisitor_%28hardware_testing_software%29 Wikipedia]. Retrieved October 10th 2011&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;RPM Package Manager. (December 4th 2011). [http://en.wikipedia.org/wiki/RPM_Package_Manager Wikipedia]. Retrieved November 11th 2011&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;Synaptic (software). (November 2nd 2011). [http://en.wikipedia.org/wiki/Synaptic_Package_Manager Wikipedia]. Retrieved November 11th 2011&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;Advanced Packaging Tool. (December 2nd 2011). [http://en.wikipedia.org/wiki/Advanced_Packaging_Tool APT]. Retrieved November 11th 2011&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;Program Installation and Uninstallation (Package Management). (n.d.). [http://docs.altlinux.org/archive/2.3/compact/alt-docs-compact-en/ch03s09.html ALTLinux Docs]. Retrieved November 11th 2011&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;Debian APT Tutorial. (November, 2002). [http://linuxgazette.net/issue84/tougher.html#1 linuxgazette]. Retrieved November 13th 2011&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;Package Management Cheatsheet. (2011). [http://distrowatch.com/dwres.php?resource=package-management Distrowatch]. Retrieved November 13th 2011&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;Quick HOWTO : Ch07 : The Linux Boot Process. (November 15th 2010). [http://www.linuxhomenetworking.com/wiki/index.php/Quick_HOWTO_:_Ch07_:_The_Linux_Boot_Process#The_Linux_Boot_Sequence linuxhomenetworking]. Retrieved November 13th 2011&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;Sisyphus repository. (December 6th 2011). [http://sisyphus.ru/en/ sisyphus]. Retrieved November 14th 2011&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;Preboot Execution Environment. (October 25th 2011). [http://en.wikipedia.org/wiki/Preboot_Execution_Environment wikipedia]. Retrieved November 14th 2011&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;initrd. (November 27th 2011). [http://en.wikipedia.org/wiki/Initrd wikipedia]. Retrieved November 14th 2011&amp;lt;/p&amp;gt;&lt;/div&gt;</summary>
		<author><name>Atchekan</name></author>
	</entry>
	<entry>
		<id>https://homeostasis.scs.carleton.ca/wiki/index.php?title=COMP_3000_2011_Report:_Inquisitor&amp;diff=15490</id>
		<title>COMP 3000 2011 Report: Inquisitor</title>
		<link rel="alternate" type="text/html" href="https://homeostasis.scs.carleton.ca/wiki/index.php?title=COMP_3000_2011_Report:_Inquisitor&amp;diff=15490"/>
		<updated>2011-12-07T21:33:23Z</updated>

		<summary type="html">&lt;p&gt;Atchekan: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[File:Inquisitor-logo.png|thumb|centre|Inquisitor Logo]] &lt;br /&gt;
=Part 1=&lt;br /&gt;
== &#039;&#039;&#039;Background&#039;&#039;&#039; ==&lt;br /&gt;
===&#039;&#039;&#039;Name&#039;&#039;&#039;===&lt;br /&gt;
The name of the distribution is Inquisitor. &lt;br /&gt;
===&#039;&#039;&#039;Goals and Target Audience&#039;&#039;&#039;===&lt;br /&gt;
This distribution aims to provide an open-source hardware testing and certification system, that is:&lt;br /&gt;
* &#039;&#039;&#039;Customizable&#039;&#039;&#039;: it is possible to pick and choose which modules and tests to include.&lt;br /&gt;
* &#039;&#039;&#039;Modular&#039;&#039;&#039;: it is made up from a series of interchangeable modules; one can easily add new modules in order to add new test detections, production steps, etc. This will be described in greater detail in later parts of the report. Please stay tuned!&lt;br /&gt;
* &#039;&#039;&#039;Flexible&#039;&#039;&#039;: it is possible to adjust virtually any parameter in analysis or testing process and customize the system to the widest extent possible.&lt;br /&gt;
* &#039;&#039;&#039;Intelligent&#039;&#039;&#039;: it is server-based version includes a database that stores all the data on all computers that were tested by Inquisitor making easy to keep track of multiple systems/PCs. If some parts of the hardware were to change, &#039;clever scheduler&#039; won&#039;t redo all the long testing, but only the tests that were relevant to the hardware changes.&lt;br /&gt;
* &#039;&#039;&#039;Distributed&#039;&#039;&#039;: through its modular architecture, Inquisitor can be easily distributed across a cluster to distribute load or make a geographically distributed system. &lt;br /&gt;
* &#039;&#039;&#039;Scalable&#039;&#039;&#039;: it is possible to test just one computer or all the computers in an organization.&lt;br /&gt;
* &#039;&#039;&#039;Free&#039;&#039;&#039;: it is free, and that&#039;s always good!&lt;br /&gt;
===&#039;&#039;&#039;Who Develops it&#039;&#039;&#039;===&lt;br /&gt;
It is being developed by Mikhail Yakashin and another 5 guys, with various contributions from others, the full list of names can be found below:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;u&amp;gt;Inquisitor team is:&amp;lt;/u&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* Mikhail Yakshin &lt;br /&gt;
* Pavel Melnikov&lt;br /&gt;
* Maksim Bartenev&lt;br /&gt;
* Sergey Matveev &lt;br /&gt;
* Denis Borovikov&lt;br /&gt;
* Andras Horvath&lt;br /&gt;
					&lt;br /&gt;
&amp;lt;u&amp;gt;With contributions and suggestions from:&amp;lt;/u&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* Anton Farygin&lt;br /&gt;
* Anton Kachalov&lt;br /&gt;
* Valery Inozemtsev&lt;br /&gt;
* Alexandra Panyukova&lt;br /&gt;
* Michail Pishchagin&lt;br /&gt;
===&#039;&#039;&#039;How To Get It&#039;&#039;&#039;===&lt;br /&gt;
[http://www.inquisitor.ru/ Inquisitor] may be obtained via the official [http://www.inquisitor.ru/download.html website]. Currently it seems that only a 	direct download is available, but there is a heading for BitTorrent, so who knows it may also be available as an option in the future. There are several &#039;flavors&#039; to choose from; there is a standalone version, a live version, and 	an enterprise version.&lt;br /&gt;
* &#039;&#039;Standalone version&#039;&#039;, installs into whatever Linux OS system you are currently running by modifying a configuration makefile with your current system parameters. This is probably the best for &amp;quot;demonstrating and learning Inquisitor&amp;quot; as stated by the people working on the distribution.&lt;br /&gt;
* &#039;&#039;Live version&#039;&#039;, is a Linux Live CD option that allows you to boot straight from the CD/DVD. A good choice for those that are afraid to accidentally mess something up on their system when running destructive testing and for those that don&#039;t have a Linux OS installed on their machine.&lt;br /&gt;
* &#039;&#039;Enterprise version&#039;&#039;, allows the user to setup a dedicated testing server that would allow any computer to boot from the network using the preboot execution environment ([http://en.wikipedia.org/wiki/Preboot_Execution_Environment PXE]) protocol in order to test multiple computers on a regular basis. The PXE protocol is an environment to boot computers using a network interface independently of data storage devices (like hard disks) or the OS. This protocol broadcasts to the network a packet that will identify and find the locations of other computers on the network that need to be bootstrapped. Once done the machines at the various IP points will then be able to, via the trivial file transfer protocol ([http://en.wikipedia.org/wiki/Trivial_File_Transfer_Protocol TFTP]), download a network bootstrap program ([http://en.wikipedia.org/wiki/Preboot_Execution_Environment#Network_bootstrap_program NBP]) into random-access memory ([http://en.wikipedia.org/wiki/Random-access_memory RAM]) and run it.&lt;br /&gt;
===&#039;&#039;&#039;How Large is it&#039;&#039;&#039;===&lt;br /&gt;
The size of each of the aforementioned &#039;flavors&#039; is relatively small and only took a couple of minutes to download via my connection at home. The 	distribution is zipped, and version 3.0 is under a megabyte in size. When unzipped it is just under 2 megabytes (1.95). The iso for the Live CD version of the distribution is 131 megabytes for 32-bit systems, and 135 megabytes for 64-bit systems.&lt;br /&gt;
===&#039;&#039;&#039;Influences&#039;&#039;&#039;===&lt;br /&gt;
[http://en.wikipedia.org/wiki/ALT_Linux ALT Linux] is used as the base and starting point for Inquisitor. &lt;br /&gt;
===&#039;&#039;&#039;Miscellaneous&#039;&#039;&#039;===			&lt;br /&gt;
Inquisitor uses an internal scheduling program that allows a user to schedule and run multiple tests, in a predefined order with varying parameters.&lt;br /&gt;
&lt;br /&gt;
The following tests are available to run. Please refer to the [http://www.inquisitor.ru/doc/api/index.html API] for further information and documentation on the various tests.&lt;br /&gt;
{|&lt;br /&gt;
| style=&amp;quot;vertical-align: top&amp;quot; |&lt;br /&gt;
* Array configurator&lt;br /&gt;
* Boot from image&lt;br /&gt;
* BYTEmark benchmark suite&lt;br /&gt;
* CPU benchmark: Dhrystone&lt;br /&gt;
* CPU benchmark: Whetstone&lt;br /&gt;
* CPU burn&lt;br /&gt;
* Database to Detects comparison&lt;br /&gt;
* DD&lt;br /&gt;
* FDD read/write&lt;br /&gt;
* Firmware reflashing&lt;br /&gt;
* HDD array stress&lt;br /&gt;
* HDD benchmark: Bonnie&lt;br /&gt;
* HDD benchmark: hdparm&lt;br /&gt;
| style=&amp;quot;vertical-align: top&amp;quot; |&lt;br /&gt;
* HDD benchmark: IOzone&lt;br /&gt;
* HDD passthrough&lt;br /&gt;
* HDD SMART&lt;br /&gt;
* Memory benchmark: STREAM&lt;br /&gt;
* Memory test: Memtester&lt;br /&gt;
* Mencoder in memory&lt;br /&gt;
* Mencoder on hard drive&lt;br /&gt;
* Network interface&lt;br /&gt;
* ODD read&lt;br /&gt;
* ODD write&lt;br /&gt;
* Partimage&lt;br /&gt;
* Reference-based detects comparison&lt;br /&gt;
* Stress compression&lt;br /&gt;
| style=&amp;quot;vertical-align: top&amp;quot; |&lt;br /&gt;
* Torrent upload&lt;br /&gt;
* UnixBench benchmark suite&lt;br /&gt;
* USB flash drive&lt;br /&gt;
* USB GPRS modem&lt;br /&gt;
* USB GPRS Modem Dialup&lt;br /&gt;
* USB GPRS modem signal level&lt;br /&gt;
* USB presence&lt;br /&gt;
|}&lt;br /&gt;
== &#039;&#039;&#039;Installation/Startup&#039;&#039;&#039; ==&lt;br /&gt;
===&#039;&#039;&#039;Installation&#039;&#039;&#039;===&lt;br /&gt;
I decided to go with the Live CD &#039;flavor&#039; of this distribution as it is the one that would minimize my chances of doing something I would regret to my own PC via some of the write tests that were available as part of the default package. I used VirtualBox to mount the downloaded iso, this enabled me to do some testing and play around with creating my own test cases, and packages. This was easy and straight forward.&lt;br /&gt;
[[File:LiveInstall.jpg|thumb|upright=0.65|Live CD Installation Diagram]]&lt;br /&gt;
A few installation options are described below:&lt;br /&gt;
====&#039;&#039;&#039;Live CD&#039;&#039;&#039;====&lt;br /&gt;
Download and save the iso (Live CD) image that is suitable for your system from the Inquisitor [http://www.inquisitor.ru/download.html website.] Choose a virtualization software to use.&lt;br /&gt;
=====&#039;&#039;&#039;Oracle VM VirtualBox&#039;&#039;&#039;=====&lt;br /&gt;
# Download and install [https://www.virtualbox.org/wiki/Downloads VirtualBox].&lt;br /&gt;
# Create a new Virtual Machine by following the point and click wizard.&lt;br /&gt;
# Mount the Inquisitor iso, previously downloaded.&lt;br /&gt;
# Start the Virtual Machine with the mounted image.&lt;br /&gt;
# Select one of the options and have fun...&lt;br /&gt;
=====&#039;&#039;&#039;VMware&#039;&#039;&#039;=====&lt;br /&gt;
# Download and install [http://downloads.vmware.com/ VMware].&lt;br /&gt;
# Create a new Virtual Machine by following the point and click wizard.&lt;br /&gt;
# Mount the Inquisitor iso, previously downloaded.&lt;br /&gt;
# Start the Virtual Machine with the mounted image.&lt;br /&gt;
# Select one of the options and have fun...&lt;br /&gt;
====&#039;&#039;&#039;Problems Encountered&#039;&#039;&#039;====&lt;br /&gt;
None encountered.&lt;br /&gt;
== &#039;&#039;&#039;Basic Operation&#039;&#039;&#039; ==&lt;br /&gt;
{| style=&amp;quot;float: right;&amp;quot;&lt;br /&gt;
|[[File:Hardware Testing Menu.png|right|thumb|Figure 1 - Main Menu]]&lt;br /&gt;
|[[File:Benchmark Testing - Non Destructive.png|right|thumb|Figure 2 - A test in progress]]&lt;br /&gt;
|[[File:Test Results.png|right|thumb|Figure 3 - Test results]]&lt;br /&gt;
|}&lt;br /&gt;
The setup used; Oracle VM VirtualBox running a mounted Live CD copy of Inquisitor v3.0.&lt;br /&gt;
&lt;br /&gt;
The main menu that is presented to the user directly following boot-up is straightforward and easy to use (Figure 1). All of the options are grouped into categories. Selecting and running tests is straightforward, a test is selected and ran, after it is done, the results are saved and may be viewed at any time. Everything is automatic (Figure 2), you just &#039;point and click&#039; with the outcome presented as &#039;DONE&#039;, &#039;FAILED&#039;, &#039;SKIP&#039;, &#039;PASSED&#039;, and &#039;CALLED&#039; - the wording is fully customizable and can be changed via a configuration file if one so desires -. Some tests require the user to enter a set of parameters that are test specific, such as the number of iterations to run through or test duration. All of the parameters are entered via a TUI textfield. Once the desired test(s) are ran, results are saved and may be viewed at any time (Figure 3).&lt;br /&gt;
&lt;br /&gt;
I did not encounter any problems. Although with some of the more time consuming tests it would have been nice to see some kind of an update on what is currently happening, in order to eliminate any suspicion that the system has hung. The only other gripe I had was with the &#039;View test results&#039; constantly returning me not to the menu from which I came, but to the main menu. This forces the user to go back to wherever he/she was each and every single time. Having an option to &#039;Exit&#039; once everything was done would have been nice.	&lt;br /&gt;
&lt;br /&gt;
During my time with Inquisitor I tried to stick to tests that were non-destructive (would not touch data on my HDD and possibly cause issues). A couple of the tests I had tried are outlined in a step-by-step basis below:&lt;br /&gt;
&lt;br /&gt;
=== &#039;&#039;&#039;Trial Test Case 1&#039;&#039;&#039; ===&lt;br /&gt;
{| style=&amp;quot;float: right;&amp;quot;&lt;br /&gt;
|[[File:Single_Test_Main_Menu.png|right|thumb|Figure 4 - Single test main menu]]&lt;br /&gt;
|[[File:Test_Case_1_BONNIE.png|right|thumb|Figure 5 - &#039;bonnie&#039; test results ]]&lt;br /&gt;
|}&lt;br /&gt;
This test involved running a test that would check how my system handles file transfers to and from the harddrive. This would be usefull for anyone working with a server as it could possibly point out and eliminate bottlenecks in a system. For this purpose Inquisitor uses the [http://www.textuality.com/bonnie/ Bonnie] benckmark, which allows it to measure the performance of Unix file system operations. I.e. the basic operations like reading (putc()), writing (write()), and rewriting which involves first reading some data, messing it up, and rewriting it again - this uses lseek() -. Which, in theory, test the effectiveness of the filesystem cache and the speed of data transfer. To do this in Inquisitor you simply need to select the &amp;quot;single&amp;quot; testing option from the main menu (Figure 1) by pressing &amp;quot;S&amp;quot; on the keyboard followed by enter. Then you would be presented with the &amp;quot;Run a single test&amp;quot; main menu (Figure 4). Here, simply make sure that the test named &amp;quot;bonnie&amp;quot; is selected and press enter. The test will begin and after it is done the results are displayed (Figure 5).&lt;br /&gt;
&lt;br /&gt;
The results show that - in my case -:&lt;br /&gt;
* The output character speed was 32962 bits per second. Tested by writing to a file using putc() stdio macro.&lt;br /&gt;
* The output block speed was 33827 bits per second. Tested by writing to a file using write().&lt;br /&gt;
* The rewrite speed was 95416 bits per second. Tested by rewriting a &amp;quot;corrupted&amp;quot; block using read(), write(), and lseek().&lt;br /&gt;
* Bits are read from a file at a speed of 53328 bits per second. The file is read using getc().&lt;br /&gt;
&lt;br /&gt;
=== &#039;&#039;&#039;Trial Test Case 2&#039;&#039;&#039; ===&lt;br /&gt;
{| style=&amp;quot;float: right;&amp;quot;&lt;br /&gt;
|[[File:Dhrystone_Test.png|right|thumb|Figure 6 - Dhrystone test results]]&lt;br /&gt;
|}&lt;br /&gt;
This test case was a single test, that checked my CPU integer performance. For this purpose Inquisitor uses the [http://en.wikipedia.org/wiki/Dhrystone Dhrystone] benchmark. The C version. This benchmark tries to imitate the processor usage of some common set of programs. The result is output in terms of million instructions per second (MIPS). Which is useful to find out how the CPU is performing in comparison to how it should be performing based on information that can be found out from various chip manufacturer websites. To do this in Inquisitor you simply need to select the &amp;quot;single&amp;quot; testing option from the main menu (Figure 1) by pressing &amp;quot;S&amp;quot; on the keyboard followed by enter. Then you would be presented with the single test main menu (Figure 4). Here simply make sure that the test named &amp;quot;dhrystone&amp;quot; is selected and press enter. If you want, you can adjust the duration of the test in seconds. If you choose to do so the result will then have to be divided by the number of seconds to determine the number of instructions per second. The test will begin and after it is done the results are displayed (Figure 6). The results show that - in my case - the CPU is able to perform, roughly, 6 million instructions per second.&lt;br /&gt;
&lt;br /&gt;
As you can see the test is useful, easy to run, and fast.&lt;br /&gt;
== &#039;&#039;&#039;Usage Evaluation&#039;&#039;&#039; ==&lt;br /&gt;
From my experience I think that the distribution does everything that it had promised on it&#039;s website and then some. I found it very easy to install and come to terms with, and the ability to create and modify existing test cases was simple and fairly straight forward thanks to the provided documentation that kept things concise and not overly complicated. The basics are there, and are enough to lay the foundation for whatever test case module you may want to create provided you have some background experience in programming and know what it is that you want to do. &lt;br /&gt;
=Part 2=&lt;br /&gt;
==&#039;&#039;&#039;Software Packaging&#039;&#039;&#039;==&lt;br /&gt;
===&#039;&#039;&#039;How is software packaged for this distribution?&#039;&#039;&#039;===&lt;br /&gt;
Software is packaged using the [http://en.wikipedia.org/wiki/RPM_Package_Manager RPM] package management system. It&#039;s associated file format is .rpm. This format was intended primarily for GNU/Linux distributions and is the baseline package format of the Linux Standard Base. Repositories are used to contain applications, and they are  required in order to maintain system integrity and stability. This was done because software packages often have one or more dependencies. If two programs A and B depend on C and upgrading A depends on upgrading C, then B will also have to be updated to be able to &#039;interact&#039; with the upgraded version C. Therefore having repositories that contain different releases and versions of packages helps mitigate this issue. &lt;br /&gt;
{| style=&amp;quot;float: right;&amp;quot;&lt;br /&gt;
|[[File:Synaptic_RMS.jpg|right|thumb|Figure 4 - Synaptic]]&lt;br /&gt;
===&#039;&#039;&#039;What packaging format and utilities are used?&#039;&#039;&#039;===&lt;br /&gt;
There are 2 utilities that are used for package management:&lt;br /&gt;
# [http://en.wikipedia.org/wiki/Synaptic_Package_Manager Synaptic] is a graphical package management tool that comes preinstalled with the distribution. It allows the user to view, install, remove, and upgrade software packages (Figure 4).&lt;br /&gt;
# [http://en.wikipedia.org/wiki/Advanced_Packaging_Tool Advanced Packaging Tool] (APT) is a command line terminal based packaging tool that has been modified to also work with RPM via [http://en.wikipedia.org/wiki/Apt-rpm APT-RPM].&lt;br /&gt;
===&#039;&#039;&#039;How can you use these utilities to get a list of installed packages?&#039;&#039;&#039;===&lt;br /&gt;
&#039;&#039;&#039;Synaptic&#039;&#039;&#039; will automatically list all of the packages installed on the system as soon as it is opened. Adding, upgrading or removing packages can be done in several ways:&lt;br /&gt;
* Select the desired package and choose the action from the &#039;Package&#039; menu.&lt;br /&gt;
* Double click on the package name.&lt;br /&gt;
* Choose an action from the context menu of the package.&lt;br /&gt;
* Click on the status icon to open a menu that contains all possible actions.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;APT&#039;&#039;&#039; has various commands that the user can use:&lt;br /&gt;
* &#039;&#039;apt-cache&#039;&#039; - Will allow you to search the local package cache for packages.&lt;br /&gt;
* &#039;&#039;apt-cache search [package name]&#039;&#039; - Will show packages with &#039;package name&#039; that are installed.&lt;br /&gt;
* &#039;&#039;apt-cache show [package name]&#039;&#039; - Will show information for &#039;package name&#039;.&lt;br /&gt;
* &#039;&#039;apt-cdrom&#039;&#039; - Can be used to add package archives to the list of sources that are defined in /etc/apt/sources.list.&lt;br /&gt;
* &#039;&#039;apt-get&#039;&#039; - Is used to handle packages. &lt;br /&gt;
* &#039;&#039;apt-get update&#039;&#039; - Should be run prior to installing or upgrading a software application as it will make sure that the package cache is up to date.&lt;br /&gt;
* &#039;&#039;apt-get install [package name]&#039;&#039; - Will install the &#039;package name&#039; package.&lt;br /&gt;
* &#039;&#039;apt-get remove [package name]&#039;&#039; - Will remove &#039;package name&#039; package from your machine.&lt;br /&gt;
* ...along with many other less widely used commands. Please refer to man pages or online sources for all of the available commands.&lt;br /&gt;
{| style=&amp;quot;float: right;&amp;quot;&lt;br /&gt;
|[[File:Package_Info.jpg|right|thumb|Package Breakdown]]&lt;br /&gt;
===&#039;&#039;&#039;How extensive is the software catalog for this distribution?&#039;&#039;&#039;===&lt;br /&gt;
There is a good variety of applications that come with the distribution, from a wide variety of categories. All-in-all, there are 1300 packages pre-installed. There is a nice variety of games (for Tetris lovers, its in there!), Flash, Java JRE, Quicktime, a browser - Firefox -, document tools, calculator, etc, are all included. [http://www.winehq.org/ Wine] is also in here. I am not a LInux user and have not yet tried it, but it sounds pretty cool as it supposedly lets you run Windows software on other operating systems.&lt;br /&gt;
&lt;br /&gt;
Please see a more detailed breakdown of the pre-installed packages on the right.&lt;br /&gt;
==&#039;&#039;&#039;Major package versions&#039;&#039;&#039;==&lt;br /&gt;
[http://www.kernel.org/ &#039;&#039;&#039;Kernel&#039;&#039;&#039;]&lt;br /&gt;
* Version 3.0.3-alt0.M60P.1. The latest stable version is 3.1.1.&lt;br /&gt;
* Size 80.4 MB.&lt;br /&gt;
* No evident modifications.&lt;br /&gt;
* It is a default 2.6.x kernel variant for ALT Linux distributions. It was most likely chosen because it is a proven kernel. Stable and reliable.&lt;br /&gt;
[http://www.gnu.org/s/libc/ &#039;&#039;&#039;glibc&#039;&#039;&#039;] &lt;br /&gt;
* Version 2.11.3-alt6. The latest stable version is 2.14.&lt;br /&gt;
* Size 2962 kB.  &lt;br /&gt;
* Some of the most recent modifications by the authors have been; some bug fixes, some solutions to localization issues, reversion of some broken commits, and a fixed nscd reload. Full list can be found in the changelog. &lt;br /&gt;
* It was most likely chosen because without these files a GNU/Linux system would not function.&lt;br /&gt;
[http://www.x.org/wiki/ X.org]&lt;br /&gt;
* Version 1.10.3-alt0.M60P.1. The latest stable version is 7.6.&lt;br /&gt;
* Size 33 kB.&lt;br /&gt;
* No evident modifications.&lt;br /&gt;
* It has most likely been included in order to provide access to the X Windows System. &lt;br /&gt;
[http://java.com/en/download/ JVM]&lt;br /&gt;
* Version 1.6.0.26-alt1. The latest stable version is 1.6.&lt;br /&gt;
* Size 90.3 MB. &lt;br /&gt;
* Some of the most recent modifications by the authors have been; some modifications for localization purposes and some font changes.&lt;br /&gt;
* It was most likely included to enable us - the users - to run Java applications.&lt;br /&gt;
[http://www.gnu.org/software/bash/ Bash]&lt;br /&gt;
* Version 3.2.51-alt1. The latest stable version is 4.2.&lt;br /&gt;
* Size 1066 kB.&lt;br /&gt;
* No evident modifications.&lt;br /&gt;
* It was included to provide the user with a shell for typing various commands.&lt;br /&gt;
[http://directory.fsf.org/wiki/Grep Grep]&lt;br /&gt;
* version 2.9-alt1. The latest stable version is 2.8.&lt;br /&gt;
* Size 876 kB.&lt;br /&gt;
* No evident modifications.&lt;br /&gt;
* Grep is a command-line text searching tool which is probably why it was included.&lt;br /&gt;
[http://rpm.org/wiki/Download RPM]&lt;br /&gt;
* Version 4.0.4-alt100.24. The latest stable version is 4.9.1.2.&lt;br /&gt;
* Size 646 kB. &lt;br /&gt;
* No evident modifications.&lt;br /&gt;
* It was included in order to provide a command line driven package management system capable of installing, uninstalling, verifying, querying, and updating software packages.&lt;br /&gt;
[http://www.mozilla.org/en-US/firefox/new/ Firefox]&lt;br /&gt;
* Version 5.0.1-alt0.M60P.2. The latest version is 8.0.&lt;br /&gt;
* Size 4931 kB.&lt;br /&gt;
* Some of the most recent modifications by the authors have been; fixes of &amp;quot;Multiple WebGL crashes&amp;quot;, &amp;quot;Stealing of cross-domain images using WebGL textures&amp;quot;, and fixes to misc memory leaks.&lt;br /&gt;
* It was included in order to provide a browser component for this distribution and probably because it is a cross-platform browser unlike Internet Explorer.&lt;br /&gt;
[http://www.mozilla.org/en-US/thunderbird/ Thunderbird]&lt;br /&gt;
* Version 5.0-alt0.M60P.1. The latest stable version is 8.0.&lt;br /&gt;
* Size 39.1 MB.&lt;br /&gt;
* Some of the most recent modifications by the authors have been; gnome-support subpackage was removed, an error was fixed that caused the client to crash due to a corrupted JPEG image, and fixes to &amp;quot;memory hazards&amp;quot;. &lt;br /&gt;
* It is included to provide the user with an e-mail client that is safe and fast.&lt;br /&gt;
[http://www.libreoffice.org/ LibreOffice]&lt;br /&gt;
* Version 3.4.2.3-alt0.M60P.1. The latest stable version is 3.4.4.&lt;br /&gt;
* Size 250 MB.&lt;br /&gt;
* Some of the most recent modifications by the authors have been; KDE4 support was enabled, and some menu localization issues were solved. &lt;br /&gt;
* This package was included in order to offer the user a productivity suite (document editor) it is an off-shoot of openoffice, and it is largely compatible with other major office suites (including MS Office).&lt;br /&gt;
==&#039;&#039;&#039;Initialization&#039;&#039;&#039;==&lt;br /&gt;
&lt;br /&gt;
The first things that starts running upon start up is the [http://en.wikipedia.org/wiki/BIOS BIOS]. The BIOS is the interface between the computer and it&#039;s various peripherals. It will load and execute the first 512 bytes off the disk (/dev/hda), the master boot record (MBR). The [http://en.wikipedia.org/wiki/Master_boot_record MBR] then starts [https://wiki.archlinux.org/index.php/GRUB2 GRUB2]. The boot loader, GRUB2, then loads and runs the kernel. The first thing the kernel does is &#039;execute&#039; &#039;&#039;init&#039;&#039;. Init is the root/parent of all processes. It in turn will then start the /etc/rc.d/rc.sysinit script using run-level 5. Which is the default start up run-level for this version of the OS found out from /etc/inittab, which is the boot-time system configuration/initialization script. &lt;br /&gt;
&lt;br /&gt;
===&#039;&#039;&#039;rc.sysinit&#039;&#039;&#039;===&lt;br /&gt;
&lt;br /&gt;
- Below is a step by step break down of most of the major functions performed by rc.sysinit, gathered by looking through the script:&lt;br /&gt;
* &#039;&#039;/sbin/initlog&#039;&#039; is ran.&lt;br /&gt;
* network scripts are run via the &#039;&#039;/etc/sysconfig/network&#039;&#039; script.&lt;br /&gt;
* The system will then print a welcome message and the OS banner on screen.&lt;br /&gt;
* The &#039;&#039;/proc&#039;&#039; file system is then mounted.&lt;br /&gt;
* The system will then check if it needs to load and use modules and set a flag accordingly.&lt;br /&gt;
** If modules are to be used then the script &#039;&#039;/etc/rc.d/scripts/load_modules&#039;&#039; will be run.&lt;br /&gt;
* The system clock is then set and started using &#039;&#039;/etc/adjtime&#039;&#039; and &#039;&#039;/etc/init.d/clock&#039;&#039;.&lt;br /&gt;
* The file system is checked using &#039;&#039;fsck&#039;&#039;, which will return an exit code indicating the state of the FS. If all is well it proceeds. The message &amp;quot;No errors&amp;quot; is printed if the status is zero. The message &amp;quot;File system errors corrected&amp;quot; is printed if there were errors but they were corrected. If there were some other errors the specific error is printed, the user is dropped back into shell, when the user leaves the shell the system reboots.&lt;br /&gt;
* A script, &#039;&#039;/etc/rc.d/scripts/lang&#039;&#039; is ran to correct some &amp;quot;language fixes&amp;quot; related to localization and user selection on boot-up.&lt;br /&gt;
* Serial ports are initialized via the &#039;&#039;/etc/rc.d/rc.serial&#039;&#039; script.&lt;br /&gt;
* The firewall is started via the &#039;&#039;/etc/rc.d/rc.firewall&#039;&#039; script as well as some others (what looks to be related to specific run-levels allthough I am not sure).&lt;br /&gt;
* All of the kernel ring buffer messages are then dumped using the &#039;&#039;dmesg&#039;&#039; command.&lt;br /&gt;
=Part 3=&lt;br /&gt;
=&#039;&#039;&#039;References&#039;&#039;&#039;=&lt;br /&gt;
&amp;lt;references /&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;Inquisitor. (n.d.). [http://www.inquisitor.ru/ Inquisitor]. Retrieved October 10th 2011&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;Inquisitor News and Updates. (July 27th 2011). [http://distrowatch.com/table.php?distribution=Inquisitor Distrowatch]. Retrieved October 10th 2011&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;Inquisitor (hardware testing software). (July 11th 2011‎). [http://en.wikipedia.org/wiki/Inquisitor_%28hardware_testing_software%29 Wikipedia]. Retrieved October 10th 2011&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;RPM Package Manager. (December 4th 2011). [http://en.wikipedia.org/wiki/RPM_Package_Manager Wikipedia]. Retrieved November 11th 2011&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;Synaptic (software). (November 2nd 2011). [http://en.wikipedia.org/wiki/Synaptic_Package_Manager Wikipedia]. Retrieved November 11th 2011&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;Advanced Packaging Tool. (December 2nd 2011). [http://en.wikipedia.org/wiki/Advanced_Packaging_Tool APT]. Retrieved November 11th 2011&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;Program Installation and Uninstallation (Package Management). (n.d.). [http://docs.altlinux.org/archive/2.3/compact/alt-docs-compact-en/ch03s09.html ALTLinux Docs]. Retrieved October 11th 2011&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;Debian APT Tutorial. (November, 2002). [http://linuxgazette.net/issue84/tougher.html#1 linuxgazette]. Retrieved November 13th 2011&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;Package Management Cheatsheet. (2011). [http://distrowatch.com/dwres.php?resource=package-management Distrowatch]. Retrieved November 13th 2011&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;Quick HOWTO : Ch07 : The Linux Boot Process. (November 15th 2010). [http://www.linuxhomenetworking.com/wiki/index.php/Quick_HOWTO_:_Ch07_:_The_Linux_Boot_Process#The_Linux_Boot_Sequence linuxhomenetworking]. Retrieved November 13th 2011&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;Sisyphus repository. (December 6th 2011). [http://sisyphus.ru/en/ sisyphus]. Retrieved November 14th 2011&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;Preboot Execution Environment. (October 25th 2011). [http://en.wikipedia.org/wiki/Preboot_Execution_Environment wikipedia]. Retrieved November 14th 2011&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;initrd. (November 27th 2011). [http://en.wikipedia.org/wiki/Initrd wikipedia]. Retrieved November 14th 2011&amp;lt;/p&amp;gt;&lt;/div&gt;</summary>
		<author><name>Atchekan</name></author>
	</entry>
	<entry>
		<id>https://homeostasis.scs.carleton.ca/wiki/index.php?title=COMP_3000_2011_Report:_Inquisitor&amp;diff=15487</id>
		<title>COMP 3000 2011 Report: Inquisitor</title>
		<link rel="alternate" type="text/html" href="https://homeostasis.scs.carleton.ca/wiki/index.php?title=COMP_3000_2011_Report:_Inquisitor&amp;diff=15487"/>
		<updated>2011-12-07T21:01:31Z</updated>

		<summary type="html">&lt;p&gt;Atchekan: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[File:Inquisitor-logo.png|thumb|centre|Inquisitor Logo]] &lt;br /&gt;
=Part 1=&lt;br /&gt;
== &#039;&#039;&#039;Background&#039;&#039;&#039; ==&lt;br /&gt;
===&#039;&#039;&#039;Name&#039;&#039;&#039;===&lt;br /&gt;
The name of the distribution is Inquisitor. &lt;br /&gt;
===&#039;&#039;&#039;Goals and Target Audience&#039;&#039;&#039;===&lt;br /&gt;
This distribution aims to provide an open-source hardware testing and certification system, that is:&lt;br /&gt;
* &#039;&#039;&#039;Customizable&#039;&#039;&#039;: it is possible to pick and choose which modules and tests to include.&lt;br /&gt;
* &#039;&#039;&#039;Modular&#039;&#039;&#039;: it is made up from a series of interchangeable modules; one can easily add new modules in order to add new test detections, production steps, etc. This will be described in greater detail in later parts of the report. Please stay tuned!&lt;br /&gt;
* &#039;&#039;&#039;Flexible&#039;&#039;&#039;: it is possible to adjust virtually any parameter in analysis or testing process and customize the system to the widest extent possible.&lt;br /&gt;
* &#039;&#039;&#039;Intelligent&#039;&#039;&#039;: it is server-based version includes a database that stores all the data on all computers that were tested by Inquisitor making easy to keep track of multiple systems/PCs. If some parts of the hardware were to change, &#039;clever scheduler&#039; won&#039;t redo all the long testing, but only the tests that were relevant to the hardware changes.&lt;br /&gt;
* &#039;&#039;&#039;Distributed&#039;&#039;&#039;: through its modular architecture, Inquisitor can be easily distributed across a cluster to distribute load or make a geographically distributed system. &lt;br /&gt;
* &#039;&#039;&#039;Scalable&#039;&#039;&#039;: it is possible to test just one computer or all the computers in an organization.&lt;br /&gt;
* &#039;&#039;&#039;Free&#039;&#039;&#039;: it is free, and that&#039;s always good!&lt;br /&gt;
===&#039;&#039;&#039;Who Develops it&#039;&#039;&#039;===&lt;br /&gt;
It is being developed by Mikhail Yakashin and another 5 guys, with various contributions from others, the full list of names can be found below:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;u&amp;gt;Inquisitor team is:&amp;lt;/u&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* Mikhail Yakshin &lt;br /&gt;
* Pavel Melnikov&lt;br /&gt;
* Maksim Bartenev&lt;br /&gt;
* Sergey Matveev &lt;br /&gt;
* Denis Borovikov&lt;br /&gt;
* Andras Horvath&lt;br /&gt;
					&lt;br /&gt;
&amp;lt;u&amp;gt;With contributions and suggestions from:&amp;lt;/u&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* Anton Farygin&lt;br /&gt;
* Anton Kachalov&lt;br /&gt;
* Valery Inozemtsev&lt;br /&gt;
* Alexandra Panyukova&lt;br /&gt;
* Michail Pishchagin&lt;br /&gt;
===&#039;&#039;&#039;How To Get It&#039;&#039;&#039;===&lt;br /&gt;
[http://www.inquisitor.ru/ Inquisitor] may be obtained via the official [http://www.inquisitor.ru/download.html website]. Currently it seems that only a 	direct download is available, but there is a heading for BitTorrent, so who knows it may also be available as an option in the future. There are several &#039;flavors&#039; to choose from; there is a standalone version, a live version, and 	an enterprise version.&lt;br /&gt;
* &#039;&#039;Standalone version&#039;&#039;, installs into whatever Linux OS system you are currently running by modifying a configuration makefile with your current system parameters. This is probably the best for &amp;quot;demonstrating and learning Inquisitor&amp;quot; as stated by the people working on the distribution.&lt;br /&gt;
* &#039;&#039;Live version&#039;&#039;, is a Linux Live CD option that allows you to boot straight from the CD/DVD. A good choice for those that are afraid to accidentally mess something up on their system when running destructive testing and for those that don&#039;t have a Linux OS installed on their machine.&lt;br /&gt;
* &#039;&#039;Enterprise version&#039;&#039;, allows the user to setup a dedicated testing server that would allow any computer to boot from the network using the preboot execution environment ([http://en.wikipedia.org/wiki/Preboot_Execution_Environment PXE]) protocol in order to test multiple computers on a regular basis. The PXE protocol is an environment to boot computers using a network interface independently of data storage devices (like hard disks) or the OS. This protocol broadcasts to the network a packet that will identify and find the locations of other computers on the network that need to be bootstrapped. Once done the machines at the various IP points will then be able to, via the trivial file transfer protocol ([http://en.wikipedia.org/wiki/Trivial_File_Transfer_Protocol TFTP]), download a network bootstrap program ([http://en.wikipedia.org/wiki/Preboot_Execution_Environment#Network_bootstrap_program NBP]) into random-access memory ([http://en.wikipedia.org/wiki/Random-access_memory RAM]) and run it.&lt;br /&gt;
===&#039;&#039;&#039;How Large is it&#039;&#039;&#039;===&lt;br /&gt;
The size of each of the aforementioned &#039;flavors&#039; is relatively small and only took a couple of minutes to download via my connection at home. The 	distribution is zipped, and version 3.0 is under a megabyte in size. When unzipped it is just under 2 megabytes (1.95). The iso for the Live CD version of the distribution is 131 megabytes for 32-bit systems, and 135 megabytes for 64-bit systems.&lt;br /&gt;
===&#039;&#039;&#039;Influences&#039;&#039;&#039;===&lt;br /&gt;
[http://en.wikipedia.org/wiki/ALT_Linux ALT Linux] is used as the base and starting point for Inquisitor. &lt;br /&gt;
===&#039;&#039;&#039;Miscellaneous&#039;&#039;&#039;===			&lt;br /&gt;
Inquisitor uses an internal scheduling program that allows a user to schedule and run multiple tests, in a predefined order with varying parameters.&lt;br /&gt;
&lt;br /&gt;
The following tests are available to run. Please refer to the [http://www.inquisitor.ru/doc/api/index.html API] for further information and documentation on the various tests.&lt;br /&gt;
{|&lt;br /&gt;
| style=&amp;quot;vertical-align: top&amp;quot; |&lt;br /&gt;
* Array configurator&lt;br /&gt;
* Boot from image&lt;br /&gt;
* BYTEmark benchmark suite&lt;br /&gt;
* CPU benchmark: Dhrystone&lt;br /&gt;
* CPU benchmark: Whetstone&lt;br /&gt;
* CPU burn&lt;br /&gt;
* Database to Detects comparison&lt;br /&gt;
* DD&lt;br /&gt;
* FDD read/write&lt;br /&gt;
* Firmware reflashing&lt;br /&gt;
* HDD array stress&lt;br /&gt;
* HDD benchmark: Bonnie&lt;br /&gt;
* HDD benchmark: hdparm&lt;br /&gt;
| style=&amp;quot;vertical-align: top&amp;quot; |&lt;br /&gt;
* HDD benchmark: IOzone&lt;br /&gt;
* HDD passthrough&lt;br /&gt;
* HDD SMART&lt;br /&gt;
* Memory benchmark: STREAM&lt;br /&gt;
* Memory test: Memtester&lt;br /&gt;
* Mencoder in memory&lt;br /&gt;
* Mencoder on hard drive&lt;br /&gt;
* Network interface&lt;br /&gt;
* ODD read&lt;br /&gt;
* ODD write&lt;br /&gt;
* Partimage&lt;br /&gt;
* Reference-based detects comparison&lt;br /&gt;
* Stress compression&lt;br /&gt;
| style=&amp;quot;vertical-align: top&amp;quot; |&lt;br /&gt;
* Torrent upload&lt;br /&gt;
* UnixBench benchmark suite&lt;br /&gt;
* USB flash drive&lt;br /&gt;
* USB GPRS modem&lt;br /&gt;
* USB GPRS Modem Dialup&lt;br /&gt;
* USB GPRS modem signal level&lt;br /&gt;
* USB presence&lt;br /&gt;
|}&lt;br /&gt;
== &#039;&#039;&#039;Installation/Startup&#039;&#039;&#039; ==&lt;br /&gt;
===&#039;&#039;&#039;Installation&#039;&#039;&#039;===&lt;br /&gt;
I decided to go with the Live CD &#039;flavor&#039; of this distribution as it is the one that would minimize my chances of doing something I would regret to my own PC via some of the write tests that were available as part of the default package. I used VirtualBox to mount the downloaded iso, this enabled me to do some testing and play around with creating my own test cases, and packages. This was easy and straight forward.&lt;br /&gt;
[[File:LiveInstall.jpg|thumb|upright=0.65|Live CD Installation Diagram]]&lt;br /&gt;
A few installation options are described below:&lt;br /&gt;
====&#039;&#039;&#039;Live CD&#039;&#039;&#039;====&lt;br /&gt;
Download and save the iso (Live CD) image that is suitable for your system from the Inquisitor [http://www.inquisitor.ru/download.html website.] Choose a virtualization software to use.&lt;br /&gt;
=====&#039;&#039;&#039;Oracle VM VirtualBox&#039;&#039;&#039;=====&lt;br /&gt;
# Download and install [https://www.virtualbox.org/wiki/Downloads VirtualBox].&lt;br /&gt;
# Create a new Virtual Machine by following the point and click wizard.&lt;br /&gt;
# Mount the Inquisitor iso, previously downloaded.&lt;br /&gt;
# Start the Virtual Machine with the mounted image.&lt;br /&gt;
# Select one of the options and have fun...&lt;br /&gt;
=====&#039;&#039;&#039;VMware&#039;&#039;&#039;=====&lt;br /&gt;
# Download and install [http://downloads.vmware.com/ VMware].&lt;br /&gt;
# Create a new Virtual Machine by following the point and click wizard.&lt;br /&gt;
# Mount the Inquisitor iso, previously downloaded.&lt;br /&gt;
# Start the Virtual Machine with the mounted image.&lt;br /&gt;
# Select one of the options and have fun...&lt;br /&gt;
====&#039;&#039;&#039;Problems Encountered&#039;&#039;&#039;====&lt;br /&gt;
None encountered.&lt;br /&gt;
== &#039;&#039;&#039;Basic Operation&#039;&#039;&#039; ==&lt;br /&gt;
{| style=&amp;quot;float: right;&amp;quot;&lt;br /&gt;
|[[File:Hardware Testing Menu.png|right|thumb|Figure 1 - Main Menu]]&lt;br /&gt;
|[[File:Benchmark Testing - Non Destructive.png|right|thumb|Figure 2 - A test in progress]]&lt;br /&gt;
|[[File:Test Results.png|right|thumb|Figure 3 - Test results]]&lt;br /&gt;
|}&lt;br /&gt;
The setup used; Oracle VM VirtualBox running a mounted Live CD copy of Inquisitor v3.0.&lt;br /&gt;
&lt;br /&gt;
The main menu that is presented to the user directly following boot-up is straightforward and easy to use (Figure 1). All of the options are grouped into categories. Selecting and running tests is straightforward, a test is selected and ran, after it is done, the results are saved and may be viewed at any time. Everything is automatic (Figure 2), you just &#039;point and click&#039; with the outcome presented as &#039;DONE&#039;, &#039;FAILED&#039;, &#039;SKIP&#039;, &#039;PASSED&#039;, and &#039;CALLED&#039; - the wording is fully customizable and can be changed via a configuration file if one so desires -. Some tests require the user to enter a set of parameters that are test specific, such as the number of iterations to run through or test duration. All of the parameters are entered via a TUI textfield. Once the desired test(s) are ran, results are saved and may be viewed at any time (Figure 3).&lt;br /&gt;
&lt;br /&gt;
I did not encounter any problems. Although with some of the more time consuming tests it would have been nice to see some kind of an update on what is currently happening, in order to eliminate any suspicion that the system has hung. The only other gripe I had was with the &#039;View test results&#039; constantly returning me not to the menu from which I came, but to the main menu. This forces the user to go back to wherever he/she was each and every single time. Having an option to &#039;Exit&#039; once everything was done would have been nice.	&lt;br /&gt;
&lt;br /&gt;
During my time with Inquisitor I tried to stick to tests that were non-destructive (would not touch data on my HDD and possibly cause issues). A couple of the tests I had tried are outlined in a step-by-step basis below:&lt;br /&gt;
&lt;br /&gt;
=== &#039;&#039;&#039;Trial Test Case 1&#039;&#039;&#039; ===&lt;br /&gt;
{| style=&amp;quot;float: right;&amp;quot;&lt;br /&gt;
|[[File:Single_Test_Main_Menu.png|right|thumb|Figure 4 - Single test main menu]]&lt;br /&gt;
|[[File:Test_Case_1_BONNIE.png|right|thumb|Figure 5 - &#039;bonnie&#039; test results ]]&lt;br /&gt;
|}&lt;br /&gt;
This test involved running a test that would check how my system handles file transfers to and from the harddrive. This would be usefull for anyone working with a server as it could possibly point out and eliminate bottlenecks in a system. For this purpose Inquisitor uses the [http://www.textuality.com/bonnie/ Bonnie] benckmark, which allows it to measure the performance of Unix file system operations. I.e. the basic operations like reading (putc()), writing (write()), and rewriting which involves first reading some data, messing it up, and rewriting it again - this uses lseek() -. Which, in theory, test the effectiveness of the filesystem cache and the speed of data transfer. To do this in Inquisitor you simply need to select the &amp;quot;single&amp;quot; testing option from the main menu (Figure 1) by pressing &amp;quot;S&amp;quot; on the keyboard followed by enter. Then you would be presented with the &amp;quot;Run a single test&amp;quot; main menu (Figure 4). Here, simply make sure that the test named &amp;quot;bonnie&amp;quot; is selected and press enter. The test will begin and after it is done the results are displayed (Figure 5).&lt;br /&gt;
&lt;br /&gt;
The results show that - in my case -:&lt;br /&gt;
* The output character speed was 32962 bits per second. Tested by writing to a file using putc() stdio macro.&lt;br /&gt;
* The output block speed was 33827 bits per second. Tested by writing to a file using write().&lt;br /&gt;
* The rewrite speed was 95416 bits per second. Tested by rewriting a &amp;quot;corrupted&amp;quot; block using read(), write(), and lseek().&lt;br /&gt;
* Bits are read from a file at a speed of 53328 bits per second. The file is read using getc().&lt;br /&gt;
&lt;br /&gt;
=== &#039;&#039;&#039;Trial Test Case 2&#039;&#039;&#039; ===&lt;br /&gt;
{| style=&amp;quot;float: right;&amp;quot;&lt;br /&gt;
|[[File:Dhrystone_Test.png|right|thumb|Figure 6 - Dhrystone test results]]&lt;br /&gt;
|}&lt;br /&gt;
This test case was a single test, that checked my CPU integer performance. For this purpose Inquisitor uses the [http://en.wikipedia.org/wiki/Dhrystone Dhrystone] benchmark. The C version. This benchmark tries to imitate the processor usage of some common set of programs. The result is output in terms of million instructions per second (MIPS). Which is useful to find out how the CPU is performing in comparison to how it should be performing based on information that can be found out from various chip manufacturer websites. To do this in Inquisitor you simply need to select the &amp;quot;single&amp;quot; testing option from the main menu (Figure 1) by pressing &amp;quot;S&amp;quot; on the keyboard followed by enter. Then you would be presented with the single test main menu (Figure 4). Here simply make sure that the test named &amp;quot;dhrystone&amp;quot; is selected and press enter. If you want, you can adjust the duration of the test in seconds. If you choose to do so the result will then have to be divided by the number of seconds to determine the number of instructions per second. The test will begin and after it is done the results are displayed (Figure 6). The results show that - in my case - the CPU is able to perform, roughly, 6 million instructions per second.&lt;br /&gt;
&lt;br /&gt;
As you can see the test is useful, easy to run, and fast.&lt;br /&gt;
== &#039;&#039;&#039;Usage Evaluation&#039;&#039;&#039; ==&lt;br /&gt;
From my experience I think that the distribution does everything that it had promised on it&#039;s website and then some. I found it very easy to install and come to terms with, and the ability to create and modify existing test cases was simple and fairly straight forward thanks to the provided documentation that kept things concise and not overly complicated. The basics are there, and are enough to lay the foundation for whatever test case module you may want to create provided you have some background experience in programming and know what it is that you want to do. &lt;br /&gt;
=Part 2=&lt;br /&gt;
==&#039;&#039;&#039;Software Packaging&#039;&#039;&#039;==&lt;br /&gt;
===&#039;&#039;&#039;How is software packaged for this distribution?&#039;&#039;&#039;===&lt;br /&gt;
Software is packaged using the [http://en.wikipedia.org/wiki/RPM_Package_Manager RPM] package management system. It&#039;s associated file format is .rpm. This format was intended primarily for GNU/Linux distributions and is the baseline package format of the Linux Standard Base. Repositories are used to contain applications, and they are  required in order to maintain system integrity and stability. This was done because software packages often have one or more dependencies. If two programs A and B depend on C and upgrading A depends on upgrading C, then B will also have to be updated to be able to &#039;interact&#039; with the upgraded version C. Therefore having repositories that contain different releases and versions of packages helps mitigate this issue. &lt;br /&gt;
{| style=&amp;quot;float: right;&amp;quot;&lt;br /&gt;
|[[File:Synaptic_RMS.jpg|right|thumb|Figure 4 - Synaptic]]&lt;br /&gt;
===&#039;&#039;&#039;What packaging format and utilities are used?&#039;&#039;&#039;===&lt;br /&gt;
There are 2 utilities that are used for package management:&lt;br /&gt;
# [http://en.wikipedia.org/wiki/Synaptic_Package_Manager Synaptic] is a graphical package management tool that comes preinstalled with the distribution. It allows the user to view, install, remove, and upgrade software packages (Figure 4).&lt;br /&gt;
# [http://en.wikipedia.org/wiki/Advanced_Packaging_Tool Advanced Packaging Tool] (APT) is a command line terminal based packaging tool that has been modified to also work with RPM via [http://en.wikipedia.org/wiki/Apt-rpm APT-RPM].&lt;br /&gt;
===&#039;&#039;&#039;How can you use these utilities to get a list of installed packages?&#039;&#039;&#039;===&lt;br /&gt;
&#039;&#039;&#039;Synaptic&#039;&#039;&#039; will automatically list all of the packages installed on the system as soon as it is opened. Adding, upgrading or removing packages can be done in several ways:&lt;br /&gt;
* Select the desired package and choose the action from the &#039;Package&#039; menu.&lt;br /&gt;
* Double click on the package name.&lt;br /&gt;
* Choose an action from the context menu of the package.&lt;br /&gt;
* Click on the status icon to open a menu that contains all possible actions.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;APT&#039;&#039;&#039; has various commands that the user can use:&lt;br /&gt;
* &#039;&#039;apt-cache&#039;&#039; - Will allow you to search the local package cache for packages.&lt;br /&gt;
* &#039;&#039;apt-cache search [package name]&#039;&#039; - Will show packages with &#039;package name&#039; that are installed.&lt;br /&gt;
* &#039;&#039;apt-cache show [package name]&#039;&#039; - Will show information for &#039;package name&#039;.&lt;br /&gt;
* &#039;&#039;apt-cdrom&#039;&#039; - Can be used to add package archives to the list of sources that are defined in /etc/apt/sources.list.&lt;br /&gt;
* &#039;&#039;apt-get&#039;&#039; - Is used to handle packages. &lt;br /&gt;
* &#039;&#039;apt-get update&#039;&#039; - Should be run prior to installing or upgrading a software application as it will make sure that the package cache is up to date.&lt;br /&gt;
* &#039;&#039;apt-get install [package name]&#039;&#039; - Will install the &#039;package name&#039; package.&lt;br /&gt;
* &#039;&#039;apt-get remove [package name]&#039;&#039; - Will remove &#039;package name&#039; package from your machine.&lt;br /&gt;
* ...along with many other less widely used commands. Please refer to man pages or online sources for all of the available commands.&lt;br /&gt;
{| style=&amp;quot;float: right;&amp;quot;&lt;br /&gt;
|[[File:Package_Info.jpg|right|thumb|Package Breakdown]]&lt;br /&gt;
===&#039;&#039;&#039;How extensive is the software catalog for this distribution?&#039;&#039;&#039;===&lt;br /&gt;
There is a good variety of applications that come with the distribution, from a wide variety of categories. All-in-all, there are 1300 packages pre-installed. There is a nice variety of games (for Tetris lovers, its in there!), Flash, Java JRE, Quicktime, a browser - Firefox -, document tools, calculator, etc, are all included. [http://www.winehq.org/ Wine] is also in here. I am not a LInux user and have not yet tried it, but it sounds pretty cool as it supposedly lets you run Windows software on other operating systems.&lt;br /&gt;
&lt;br /&gt;
Please see a more detailed breakdown of the pre-installed packages on the right.&lt;br /&gt;
==&#039;&#039;&#039;Major package versions&#039;&#039;&#039;==&lt;br /&gt;
[http://www.kernel.org/ &#039;&#039;&#039;Kernel&#039;&#039;&#039;]&lt;br /&gt;
* Version 3.0.3-alt0.M60P.1. The latest stable version is 3.1.1.&lt;br /&gt;
* Size 80.4 MB.&lt;br /&gt;
* No evident modifications.&lt;br /&gt;
* It is a default 2.6.x kernel variant for ALT Linux distributions. It was most likely chosen because it is a proven kernel. Stable and reliable.&lt;br /&gt;
[http://www.gnu.org/s/libc/ &#039;&#039;&#039;glibc&#039;&#039;&#039;] &lt;br /&gt;
* Version 2.11.3-alt6. The latest stable version is 2.14.&lt;br /&gt;
* Size 2962 kB.  &lt;br /&gt;
* Some of the most recent modifications by the authors have been; some bug fixes, some solutions to localization issues, reversion of some broken commits, and a fixed nscd reload. Full list can be found in the changelog. &lt;br /&gt;
* It was most likely chosen because without these files a GNU/Linux system would not function.&lt;br /&gt;
[http://www.x.org/wiki/ X.org]&lt;br /&gt;
* Version 1.10.3-alt0.M60P.1. The latest stable version is 7.6.&lt;br /&gt;
* Size 33 kB.&lt;br /&gt;
* No evident modifications.&lt;br /&gt;
* It has most likely been included in order to provide access to the X Windows System. &lt;br /&gt;
[http://java.com/en/download/ JVM]&lt;br /&gt;
* Version 1.6.0.26-alt1. The latest stable version is 1.6.&lt;br /&gt;
* Size 90.3 MB. &lt;br /&gt;
* Some of the most recent modifications by the authors have been; some modifications for localization purposes and some font changes.&lt;br /&gt;
* It was most likely included to enable us - the users - to run Java applications.&lt;br /&gt;
[http://www.gnu.org/software/bash/ Bash]&lt;br /&gt;
* Version 3.2.51-alt1. The latest stable version is 4.2.&lt;br /&gt;
* Size 1066 kB.&lt;br /&gt;
* No evident modifications.&lt;br /&gt;
* It was included to provide the user with a shell for typing various commands.&lt;br /&gt;
[http://directory.fsf.org/wiki/Grep Grep]&lt;br /&gt;
* version 2.9-alt1. The latest stable version is 2.8.&lt;br /&gt;
* Size 876 kB.&lt;br /&gt;
* No evident modifications.&lt;br /&gt;
* Grep is a command-line text searching tool which is probably why it was included.&lt;br /&gt;
[http://rpm.org/wiki/Download RPM]&lt;br /&gt;
* Version 4.0.4-alt100.24. The latest stable version is 4.9.1.2.&lt;br /&gt;
* Size 646 kB. &lt;br /&gt;
* No evident modifications.&lt;br /&gt;
* It was included in order to provide a command line driven package management system capable of installing, uninstalling, verifying, querying, and updating software packages.&lt;br /&gt;
[http://www.mozilla.org/en-US/firefox/new/ Firefox]&lt;br /&gt;
* Version 5.0.1-alt0.M60P.2. The latest version is 8.0.&lt;br /&gt;
* Size 4931 kB.&lt;br /&gt;
* Some of the most recent modifications by the authors have been; fixes of &amp;quot;Multiple WebGL crashes&amp;quot;, &amp;quot;Stealing of cross-domain images using WebGL textures&amp;quot;, and fixes to misc memory leaks.&lt;br /&gt;
* It was included in order to provide a browser component for this distribution and probably because it is a cross-platform browser unlike Internet Explorer.&lt;br /&gt;
[http://www.mozilla.org/en-US/thunderbird/ Thunderbird]&lt;br /&gt;
* Version 5.0-alt0.M60P.1. The latest stable version is 8.0.&lt;br /&gt;
* Size 39.1 MB.&lt;br /&gt;
* Some of the most recent modifications by the authors have been; gnome-support subpackage was removed, an error was fixed that caused the client to crash due to a corrupted JPEG image, and fixes to &amp;quot;memory hazards&amp;quot;. &lt;br /&gt;
* It is included to provide the user with an e-mail client that is safe and fast.&lt;br /&gt;
[http://www.libreoffice.org/ LibreOffice]&lt;br /&gt;
* Version 3.4.2.3-alt0.M60P.1. The latest stable version is 3.4.4.&lt;br /&gt;
* Size 250 MB.&lt;br /&gt;
* Some of the most recent modifications by the authors have been; KDE4 support was enabled, and some menu localization issues were solved. &lt;br /&gt;
* This package was included in order to offer the user a productivity suite (document editor) it is an off-shoot of openoffice, and it is largely compatible with other major office suites (including MS Office).&lt;br /&gt;
==&#039;&#039;&#039;Initialization&#039;&#039;&#039;==&lt;br /&gt;
&lt;br /&gt;
The first things that starts running upon start up is the [http://en.wikipedia.org/wiki/BIOS BIOS]. The BIOS is the interface between the computer and it&#039;s various peripherals. It will load and execute the first 512 bytes off the disk (/dev/hda), the master boot record (MBR). The [http://en.wikipedia.org/wiki/Master_boot_record MBR] then starts [https://wiki.archlinux.org/index.php/GRUB2 GRUB2]. The boot loader, GRUB2, then loads and runs the kernel. The first thing the kernel does is &#039;execute&#039; &#039;&#039;init&#039;&#039;. Init is the root/parent of all processes. It in turn will then start the /etc/rc.d/rc.sysinit script using run-level 5. Which is the default start up run-level for this version of the OS found out from /etc/inittab, which is the boot-time system configuration/initialization script. &lt;br /&gt;
&lt;br /&gt;
===&#039;&#039;&#039;rc.sysinit&#039;&#039;&#039;===&lt;br /&gt;
&lt;br /&gt;
- Below is a step by step break down of most of the major functions performed by rc.sysinit, gathered by looking through the script:&lt;br /&gt;
* &#039;&#039;/sbin/initlog&#039;&#039; is ran.&lt;br /&gt;
* network scripts are run via the &#039;&#039;/etc/sysconfig/network&#039;&#039; script.&lt;br /&gt;
* The system will then print a welcome message and the OS banner on screen.&lt;br /&gt;
* The &#039;&#039;/proc&#039;&#039; file system is then mounted.&lt;br /&gt;
* The system will then check if it needs to load and use modules and set a flag accordingly.&lt;br /&gt;
** If modules are to be used then the script &#039;&#039;/etc/rc.d/scripts/load_modules&#039;&#039; will be run.&lt;br /&gt;
* The system clock is then set and started using &#039;&#039;/etc/adjtime&#039;&#039; and &#039;&#039;/etc/init.d/clock&#039;&#039;.&lt;br /&gt;
* The file system is checked using &#039;&#039;fsck&#039;&#039;, which will return an exit code indicating the state of the FS. If all is well it proceeds. The message &amp;quot;No errors&amp;quot; is printed if the status is zero. The message &amp;quot;File system errors corrected&amp;quot; is printed if there were errors but they were corrected. If there were some other errors the specific error is printed, the user is dropped back into shell, when the user leaves the shell the system reboots.&lt;br /&gt;
* A script, &#039;&#039;/etc/rc.d/scripts/lang&#039;&#039; is ran to correct some &amp;quot;language fixes&amp;quot; related to localization and user selection on boot-up.&lt;br /&gt;
* Serial ports are initialized via the &#039;&#039;/etc/rc.d/rc.serial&#039;&#039; script.&lt;br /&gt;
* The firewall is started via the &#039;&#039;/etc/rc.d/rc.firewall&#039;&#039; script as well as some others (what looks to be related to specific run-levels allthough I am not sure).&lt;br /&gt;
* All of the kernel ring buffer messages are then dumped using the &#039;&#039;dmesg&#039;&#039; command.&lt;br /&gt;
=Part 3=&lt;br /&gt;
=&#039;&#039;&#039;References&#039;&#039;&#039;=&lt;br /&gt;
&amp;lt;references /&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;Official Website for Inquisitor. [http://www.inquisitor.ru/ Inquisitor] &amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;Inquisitor News and Updates. [http://distrowatch.com/table.php?distribution=Inquisitor Distrowatch]&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;Inquisitor wiki page. [http://en.wikipedia.org/wiki/Inquisitor_%28hardware_testing_software%29 Wikipedia]&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;RPM wiki page. [http://en.wikipedia.org/wiki/RPM_Package_Manager RPM]&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;Synaptic wiki page. [http://en.wikipedia.org/wiki/Synaptic_Package_Manager Synaptic]&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;APT wiki page. [http://en.wikipedia.org/wiki/Advanced_Packaging_Tool APT]&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;ALT Linux documentation on package management. [http://docs.altlinux.org/archive/2.3/compact/alt-docs-compact-en/ch03s09.html ALTLinux Docs]&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;APT Tutorial. [http://linuxgazette.net/issue84/tougher.html#1 APT]&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;Package Management Commands. [http://distrowatch.com/dwres.php?resource=package-management Distrowatch]&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;HOWTO Linux Boot Process. [http://www.linuxhomenetworking.com/wiki/index.php/Quick_HOWTO_:_Ch07_:_The_Linux_Boot_Process#The_Linux_Boot_Sequence Linux Home Networking]&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;Sisyphus Software Repository. [http://sisyphus.ru/en/ Sisyphus]&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;Preboot Execution Environment. [http://en.wikipedia.org/wiki/Preboot_Execution_Environment PXE]&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;initrd wiki page. [http://en.wikipedia.org/wiki/Initrd Wikipedia]&amp;lt;/p&amp;gt;&lt;/div&gt;</summary>
		<author><name>Atchekan</name></author>
	</entry>
	<entry>
		<id>https://homeostasis.scs.carleton.ca/wiki/index.php?title=File:Dhrystone_Test.png&amp;diff=15441</id>
		<title>File:Dhrystone Test.png</title>
		<link rel="alternate" type="text/html" href="https://homeostasis.scs.carleton.ca/wiki/index.php?title=File:Dhrystone_Test.png&amp;diff=15441"/>
		<updated>2011-12-06T21:09:51Z</updated>

		<summary type="html">&lt;p&gt;Atchekan: uploaded a new version of &amp;quot;File:Dhrystone Test.png&amp;quot;:&amp;amp;#32;Dhrystone test results.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Dhrystone test results.&lt;/div&gt;</summary>
		<author><name>Atchekan</name></author>
	</entry>
	<entry>
		<id>https://homeostasis.scs.carleton.ca/wiki/index.php?title=COMP_3000_2011_Report:_Inquisitor&amp;diff=15440</id>
		<title>COMP 3000 2011 Report: Inquisitor</title>
		<link rel="alternate" type="text/html" href="https://homeostasis.scs.carleton.ca/wiki/index.php?title=COMP_3000_2011_Report:_Inquisitor&amp;diff=15440"/>
		<updated>2011-12-06T20:58:57Z</updated>

		<summary type="html">&lt;p&gt;Atchekan: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[File:Inquisitor-logo.png|thumb|centre|Inquisitor Logo]] &lt;br /&gt;
=Part 1=&lt;br /&gt;
== &#039;&#039;&#039;Background&#039;&#039;&#039; ==&lt;br /&gt;
===&#039;&#039;&#039;Name&#039;&#039;&#039;===&lt;br /&gt;
The name of the distribution is Inquisitor. &lt;br /&gt;
===&#039;&#039;&#039;Goals and Target Audience&#039;&#039;&#039;===&lt;br /&gt;
This distribution aims to provide an open-source hardware testing and certification system, that is:&lt;br /&gt;
* &#039;&#039;&#039;Customizable&#039;&#039;&#039;: it is possible to pick and choose which modules and tests to include.&lt;br /&gt;
* &#039;&#039;&#039;Modular&#039;&#039;&#039;: it is made up from a series of interchangeable modules; one can easily add new modules in order to add new test detections, production steps, etc. This will be described in greater detail in later parts of the report. Please stay tuned!&lt;br /&gt;
* &#039;&#039;&#039;Flexible&#039;&#039;&#039;: it is possible to adjust virtually any parameter in analysis or testing process and customize the system to the widest extent possible.&lt;br /&gt;
* &#039;&#039;&#039;Intelligent&#039;&#039;&#039;: it is server-based version includes a database that stores all the data on all computers that were tested by Inquisitor making easy to keep track of multiple systems/PCs. If some parts of the hardware were to change, &#039;clever scheduler&#039; won&#039;t redo all the long testing, but only the tests that were relevant to the hardware changes.&lt;br /&gt;
* &#039;&#039;&#039;Distributed&#039;&#039;&#039;: through its modular architecture, Inquisitor can be easily distributed across a cluster to distribute load or make a geographically distributed system. &lt;br /&gt;
* &#039;&#039;&#039;Scalable&#039;&#039;&#039;: it is possible to test just one computer or all the computers in an organization.&lt;br /&gt;
* &#039;&#039;&#039;Free&#039;&#039;&#039;: it is free, and that&#039;s always good!&lt;br /&gt;
===&#039;&#039;&#039;Who Develops it&#039;&#039;&#039;===&lt;br /&gt;
It is being developed by Mikhail Yakashin and another 5 guys, with various contributions from others, the full list of names can be found below:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;u&amp;gt;Inquisitor team is:&amp;lt;/u&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* Mikhail Yakshin &lt;br /&gt;
* Pavel Melnikov&lt;br /&gt;
* Maksim Bartenev&lt;br /&gt;
* Sergey Matveev &lt;br /&gt;
* Denis Borovikov&lt;br /&gt;
* Andras Horvath&lt;br /&gt;
					&lt;br /&gt;
&amp;lt;u&amp;gt;With contributions and suggestions from:&amp;lt;/u&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* Anton Farygin&lt;br /&gt;
* Anton Kachalov&lt;br /&gt;
* Valery Inozemtsev&lt;br /&gt;
* Alexandra Panyukova&lt;br /&gt;
* Michail Pishchagin&lt;br /&gt;
===&#039;&#039;&#039;How To Get It&#039;&#039;&#039;===&lt;br /&gt;
Inquisitor&amp;lt;ref name = &amp;quot;Inquisitor&amp;quot;&amp;gt;[http://www.inquisitor.ru/ Inquisitor]: Inquisitor website.&amp;lt;/ref&amp;gt; may be obtained via the official [http://www.inquisitor.ru/download.html website]. Currently it seems that only a 	direct download is available, but there is a heading for BitTorrent, so who knows it may also be available as an option in the future. There are several &#039;flavors&#039; to choose from; there is a standalone version, a live version, and 	an enterprise version.&lt;br /&gt;
* &#039;&#039;Standalone version&#039;&#039;, installs into whatever Linux OS system you are currently running by modifying a configuration makefile with your current system parameters. This is probably the best for &amp;quot;demonstrating and learning Inquisitor&amp;quot; as stated by the people working on the distribution.&lt;br /&gt;
* &#039;&#039;Live version&#039;&#039;, is a Linux Live CD option that allows you to boot straight from the CD/DVD. A good choice for those that are afraid to accidentally mess something up on their system when running destructive testing and for those that don&#039;t have a Linux OS installed on their machine.&lt;br /&gt;
* &#039;&#039;Enterprise version&#039;&#039;, allows the user to setup a dedicated testing server that would allow any computer to boot from the network using the preboot execution environment ([http://en.wikipedia.org/wiki/Preboot_Execution_Environment PXE]) protocol in order to test multiple computers on a regular basis. The PXE protocol is an environment to boot computers using a network interface independently of data storage devices (like hard disks) or the OS. This protocol broadcasts to the network a packet that will identify and find the locations of other computers on the network that need to be bootstrapped. Once done the machines at the various IP points will then be able to, via the trivial file transfer protocol ([http://en.wikipedia.org/wiki/Trivial_File_Transfer_Protocol TFTP]), download a network bootstrap program ([http://en.wikipedia.org/wiki/Preboot_Execution_Environment#Network_bootstrap_program NBP]) into random-access memory ([http://en.wikipedia.org/wiki/Random-access_memory RAM]) and run it.&lt;br /&gt;
===&#039;&#039;&#039;How Large is it&#039;&#039;&#039;===&lt;br /&gt;
The size of each of the aforementioned &#039;flavors&#039; is relatively small and only took a couple of minutes to download via my connection at home. The 	distribution is zipped, and version 3.0 is under a megabyte in size. When unzipped it is just under 2 megabytes (1.95). The iso for the Live CD version of the distribution is 131 megabytes for 32-bit systems, and 135 megabytes for 64-bit systems.&lt;br /&gt;
===&#039;&#039;&#039;Influences&#039;&#039;&#039;===&lt;br /&gt;
[http://en.wikipedia.org/wiki/ALT_Linux ALT Linux] is used as the base and starting point for Inquisitor. &lt;br /&gt;
===&#039;&#039;&#039;Miscellaneous&#039;&#039;&#039;===			&lt;br /&gt;
Inquisitor uses an internal scheduling program that allows a user to schedule and run multiple tests, in a predefined order with varying parameters.&lt;br /&gt;
&lt;br /&gt;
The following tests are available to run. Please refer to the [http://www.inquisitor.ru/doc/api/index.html API] for further information and documentation on the various tests.&lt;br /&gt;
{|&lt;br /&gt;
| style=&amp;quot;vertical-align: top&amp;quot; |&lt;br /&gt;
* Array configurator&lt;br /&gt;
* Boot from image&lt;br /&gt;
* BYTEmark benchmark suite&lt;br /&gt;
* CPU benchmark: Dhrystone&lt;br /&gt;
* CPU benchmark: Whetstone&lt;br /&gt;
* CPU burn&lt;br /&gt;
* Database to Detects comparison&lt;br /&gt;
* DD&lt;br /&gt;
* FDD read/write&lt;br /&gt;
* Firmware reflashing&lt;br /&gt;
* HDD array stress&lt;br /&gt;
* HDD benchmark: Bonnie&lt;br /&gt;
* HDD benchmark: hdparm&lt;br /&gt;
| style=&amp;quot;vertical-align: top&amp;quot; |&lt;br /&gt;
* HDD benchmark: IOzone&lt;br /&gt;
* HDD passthrough&lt;br /&gt;
* HDD SMART&lt;br /&gt;
* Memory benchmark: STREAM&lt;br /&gt;
* Memory test: Memtester&lt;br /&gt;
* Mencoder in memory&lt;br /&gt;
* Mencoder on hard drive&lt;br /&gt;
* Network interface&lt;br /&gt;
* ODD read&lt;br /&gt;
* ODD write&lt;br /&gt;
* Partimage&lt;br /&gt;
* Reference-based detects comparison&lt;br /&gt;
* Stress compression&lt;br /&gt;
| style=&amp;quot;vertical-align: top&amp;quot; |&lt;br /&gt;
* Torrent upload&lt;br /&gt;
* UnixBench benchmark suite&lt;br /&gt;
* USB flash drive&lt;br /&gt;
* USB GPRS modem&lt;br /&gt;
* USB GPRS Modem Dialup&lt;br /&gt;
* USB GPRS modem signal level&lt;br /&gt;
* USB presence&lt;br /&gt;
|}&lt;br /&gt;
== &#039;&#039;&#039;Installation/Startup&#039;&#039;&#039; ==&lt;br /&gt;
===&#039;&#039;&#039;Installation&#039;&#039;&#039;===&lt;br /&gt;
I decided to go with the Live CD &#039;flavor&#039; of this distribution as it is the one that would minimize my chances of doing something I would regret to my own PC via some of the write tests that were available as part of the default package. I used VirtualBox to mount the downloaded iso, this enabled me to do some testing and play around with creating my own test cases, and packages. This was easy and straight forward.&lt;br /&gt;
[[File:LiveInstall.jpg|thumb|upright=0.65|Live CD Installation Diagram]]&lt;br /&gt;
A few installation options are described below:&lt;br /&gt;
====&#039;&#039;&#039;Live CD&#039;&#039;&#039;====&lt;br /&gt;
Download and save the iso (Live CD) image that is suitable for your system from the Inquisitor [http://www.inquisitor.ru/download.html website.] Choose a virtualization software to use.&lt;br /&gt;
=====&#039;&#039;&#039;Oracle VM VirtualBox&#039;&#039;&#039;=====&lt;br /&gt;
# Download and install [https://www.virtualbox.org/wiki/Downloads VirtualBox].&lt;br /&gt;
# Create a new Virtual Machine by following the point and click wizard.&lt;br /&gt;
# Mount the Inquisitor iso, previously downloaded.&lt;br /&gt;
# Start the Virtual Machine with the mounted image.&lt;br /&gt;
# Select one of the options and have fun...&lt;br /&gt;
=====&#039;&#039;&#039;VMware&#039;&#039;&#039;=====&lt;br /&gt;
# Download and install [http://downloads.vmware.com/ VMware].&lt;br /&gt;
# Create a new Virtual Machine by following the point and click wizard.&lt;br /&gt;
# Mount the Inquisitor iso, previously downloaded.&lt;br /&gt;
# Start the Virtual Machine with the mounted image.&lt;br /&gt;
# Select one of the options and have fun...&lt;br /&gt;
====&#039;&#039;&#039;Problems Encountered&#039;&#039;&#039;====&lt;br /&gt;
None encountered.&lt;br /&gt;
== &#039;&#039;&#039;Basic Operation&#039;&#039;&#039; ==&lt;br /&gt;
{| style=&amp;quot;float: right;&amp;quot;&lt;br /&gt;
|[[File:Hardware Testing Menu.png|right|thumb|Figure 1 - Main Menu]]&lt;br /&gt;
|[[File:Benchmark Testing - Non Destructive.png|right|thumb|Figure 2 - A test in progress]]&lt;br /&gt;
|[[File:Test Results.png|right|thumb|Figure 3 - Test results]]&lt;br /&gt;
|}&lt;br /&gt;
The setup used; Oracle VM VirtualBox running a mounted Live CD copy of Inquisitor v3.0.&lt;br /&gt;
&lt;br /&gt;
The main menu that is presented to the user directly following boot-up is straightforward and easy to use (Figure 1). All of the options are grouped into categories. Selecting and running tests is straightforward, a test is selected and ran, after it is done, the results are saved and may be viewed at any time. Everything is automatic (Figure 2), you just &#039;point and click&#039; with the outcome presented as &#039;DONE&#039;, &#039;FAILED&#039;, &#039;SKIP&#039;, &#039;PASSED&#039;, and &#039;CALLED&#039; - the wording is fully customizable and can be changed via a configuration file if one so desires -. Some tests require the user to enter a set of parameters that are test specific, such as the number of iterations to run through or test duration. All of the parameters are entered via a TUI textfield. Once the desired test(s) are ran, results are saved and may be viewed at any time (Figure 3).&lt;br /&gt;
&lt;br /&gt;
I did not encounter any problems. Although with some of the more time consuming tests it would have been nice to see some kind of an update on what is currently happening, in order to eliminate any suspicion that the system has hung. The only other gripe I had was with the &#039;View test results&#039; constantly returning me not to the menu from which I came, but to the main menu. This forces the user to go back to wherever he/she was each and every single time. Having an option to &#039;Exit&#039; once everything was done would have been nice.	&lt;br /&gt;
&lt;br /&gt;
During my time with Inquisitor I tried to stick to tests that were non-destructive (would not touch data on my HDD and possibly cause issues). A couple of the tests I had tried are outlined in a step-by-step basis below:&lt;br /&gt;
&lt;br /&gt;
=== &#039;&#039;&#039;Trial Test Case 1&#039;&#039;&#039; ===&lt;br /&gt;
{| style=&amp;quot;float: right;&amp;quot;&lt;br /&gt;
|[[File:Single_Test_Main_Menu.png|right|thumb|Figure 4 - Single test main menu]]&lt;br /&gt;
|[[File:Test_Case_1_BONNIE.png|right|thumb|Figure 5 - &#039;bonnie&#039; test results ]]&lt;br /&gt;
|}&lt;br /&gt;
This test involved running a test that would check how my system handles file transfers to and from the harddrive. This would be usefull for anyone working with a server as it could possibly point out and eliminate bottlenecks in a system. For this purpose Inquisitor uses the [http://www.textuality.com/bonnie/ Bonnie] benckmark, which allows it to measure the performance of Unix file system operations. I.e. the basic operations like reading (putc()), writing (write()), and rewriting which involves first reading some data, messing it up, and rewriting it again - this uses lseek() -. Which, in theory, test the effectiveness of the filesystem cache and the speed of data transfer. To do this in Inquisitor you simply need to select the &amp;quot;single&amp;quot; testing option from the main menu (Figure 1) by pressing &amp;quot;S&amp;quot; on the keyboard followed by enter. Then you would be presented with the &amp;quot;Run a single test&amp;quot; main menu (Figure 4). Here, simply make sure that the test named &amp;quot;bonnie&amp;quot; is selected and press enter. The test will begin and after it is done the results are displayed (Figure 5).&lt;br /&gt;
&lt;br /&gt;
The results show that - in my case -:&lt;br /&gt;
* The output character speed was 32962 bits per second. Tested by writing to a file using putc() stdio macro.&lt;br /&gt;
* The output block speed was 33827 bits per second. Tested by writing to a file using write().&lt;br /&gt;
* The rewrite speed was 95416 bits per second. Tested by rewriting a &amp;quot;corrupted&amp;quot; block using read(), write(), and lseek().&lt;br /&gt;
* Bits are read from a file at a speed of 53328 bits per second. The file is read using getc().&lt;br /&gt;
&lt;br /&gt;
=== &#039;&#039;&#039;Trial Test Case 2&#039;&#039;&#039; ===&lt;br /&gt;
{| style=&amp;quot;float: right;&amp;quot;&lt;br /&gt;
|[[File:Dhrystone_Test.png|right|thumb|Figure 6 - Dhrystone test results]]&lt;br /&gt;
|}&lt;br /&gt;
This test case was a single test, that checked my CPU integer performance. For this purpose Inquisitor uses the [http://en.wikipedia.org/wiki/Dhrystone Dhrystone] benchmark. The C version. This benchmark tries to imitate the processor usage of some common set of programs. The result is output in terms of million instructions per second (MIPS). Which is useful to find out how the CPU is performing in comparison to how it should be performing based on information that can be found out from various chip manufacturer websites. To do this in Inquisitor you simply need to select the &amp;quot;single&amp;quot; testing option from the main menu (Figure 1) by pressing &amp;quot;S&amp;quot; on the keyboard followed by enter. Then you would be presented with the single test main menu (Figure 4). Here simply make sure that the test named &amp;quot;dhrystone&amp;quot; is selected and press enter. If you want, you can adjust the duration of the test in seconds. If you choose to do so the result will then have to be divided by the number of seconds to determine the number of instructions per second. The test will begin and after it is done the results are displayed (Figure 6). The results show that - in my case - the CPU is able to perform, roughly, 6 million instructions per second.&lt;br /&gt;
&lt;br /&gt;
As you can see the test is useful, easy to run, and fast.&lt;br /&gt;
== &#039;&#039;&#039;Usage Evaluation&#039;&#039;&#039; ==&lt;br /&gt;
From my experience I think that the distribution does everything that it had promised on it&#039;s website and then some. I found it very easy to install and come to terms with, and the ability to create and modify existing test cases was simple and fairly straight forward thanks to the provided documentation that kept things concise and not overly complicated. The basics are there, and are enough to lay the foundation for whatever test case module you may want to create provided you have some background experience in programming and know what it is that you want to do. &lt;br /&gt;
== &#039;&#039;&#039;References&#039;&#039;&#039; ==&lt;br /&gt;
&amp;lt;references /&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;[http://distrowatch.com/table.php?distribution=Inquisitor DistroWatch.com: Inquisitor]&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;[http://en.wikipedia.org/wiki/Inquisitor_%28hardware_testing_software%29 Inquisitor wiki page]&amp;lt;/p&amp;gt;&lt;br /&gt;
=Part 2=&lt;br /&gt;
==&#039;&#039;&#039;Software Packaging&#039;&#039;&#039;==&lt;br /&gt;
===&#039;&#039;&#039;How is software packaged for this distribution?&#039;&#039;&#039;===&lt;br /&gt;
Software is packaged using the [http://en.wikipedia.org/wiki/RPM_Package_Manager RPM] package management system. It&#039;s associated file format is .rpm. This format was intended primarily for GNU/Linux distributions and is the baseline package format of the Linux Standard Base. Repositories are used to contain applications, and they are  required in order to maintain system integrity and stability. This was done because software packages often have one or more dependencies. If two programs A and B depend on C and upgrading A depends on upgrading C, then B will also have to be updated to be able to &#039;interact&#039; with the upgraded version C. Therefore having repositories that contain different releases and versions of packages helps mitigate this issue. &lt;br /&gt;
{| style=&amp;quot;float: right;&amp;quot;&lt;br /&gt;
|[[File:Synaptic_RMS.jpg|right|thumb|Figure 4 - Synaptic]]&lt;br /&gt;
===&#039;&#039;&#039;What packaging format and utilities are used?&#039;&#039;&#039;===&lt;br /&gt;
There are 2 utilities that are used for package management:&lt;br /&gt;
# [http://en.wikipedia.org/wiki/Synaptic_Package_Manager Synaptic] is a graphical package management tool that comes preinstalled with the distribution. It allows the user to view, install, remove, and upgrade software packages (Figure 4).&lt;br /&gt;
# [http://en.wikipedia.org/wiki/Advanced_Packaging_Tool Advanced Packaging Tool] (APT) is a command line terminal based packaging tool that has been modified to also work with RPM via [http://en.wikipedia.org/wiki/Apt-rpm APT-RPM].&lt;br /&gt;
===&#039;&#039;&#039;How can you use these utilities to get a list of installed packages?&#039;&#039;&#039;===&lt;br /&gt;
&#039;&#039;&#039;Synaptic&#039;&#039;&#039; will automatically list all of the packages installed on the system as soon as it is opened. Adding, upgrading or removing packages can be done in several ways:&lt;br /&gt;
* Select the desired package and choose the action from the &#039;Package&#039; menu.&lt;br /&gt;
* Double click on the package name.&lt;br /&gt;
* Choose an action from the context menu of the package.&lt;br /&gt;
* Click on the status icon to open a menu that contains all possible actions.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;APT&#039;&#039;&#039; has various commands that the user can use:&lt;br /&gt;
* &#039;&#039;apt-cache&#039;&#039; - Will allow you to search the local package cache for packages.&lt;br /&gt;
* &#039;&#039;apt-cache search [package name]&#039;&#039; - Will show packages with &#039;package name&#039; that are installed.&lt;br /&gt;
* &#039;&#039;apt-cache show [package name]&#039;&#039; - Will show information for &#039;package name&#039;.&lt;br /&gt;
* &#039;&#039;apt-cdrom&#039;&#039; - Can be used to add package archives to the list of sources that are defined in /etc/apt/sources.list.&lt;br /&gt;
* &#039;&#039;apt-get&#039;&#039; - Is used to handle packages. &lt;br /&gt;
* &#039;&#039;apt-get update&#039;&#039; - Should be run prior to installing or upgrading a software application as it will make sure that the package cache is up to date.&lt;br /&gt;
* &#039;&#039;apt-get install [package name]&#039;&#039; - Will install the &#039;package name&#039; package.&lt;br /&gt;
* &#039;&#039;apt-get remove [package name]&#039;&#039; - Will remove &#039;package name&#039; package from your machine.&lt;br /&gt;
* ...along with many other less widely used commands. Please refer to man pages or online sources for all of the available commands.&lt;br /&gt;
{| style=&amp;quot;float: right;&amp;quot;&lt;br /&gt;
|[[File:Package_Info.jpg|right|thumb|Package Breakdown]]&lt;br /&gt;
===&#039;&#039;&#039;How extensive is the software catalog for this distribution?&#039;&#039;&#039;===&lt;br /&gt;
There is a good variety of applications that come with the distribution, from a wide variety of categories. All-in-all, there are 1300 packages pre-installed. There is a nice variety of games (for Tetris lovers, its in there!), Flash, Java JRE, Quicktime, a browser - Firefox -, document tools, calculator, etc, are all included. [http://www.winehq.org/ Wine] is also in here. I am not a LInux user and have not yet tried it, but it sounds pretty cool as it supposedly lets you run Windows software on other operating systems.&lt;br /&gt;
&lt;br /&gt;
Please see a more detailed breakdown of the pre-installed packages on the right.&lt;br /&gt;
==&#039;&#039;&#039;Major package versions&#039;&#039;&#039;==&lt;br /&gt;
[http://www.kernel.org/ &#039;&#039;&#039;Kernel&#039;&#039;&#039;]&lt;br /&gt;
* Version 3.0.3-alt0.M60P.1. The latest stable version is 3.1.1.&lt;br /&gt;
* Size 80.4 MB.&lt;br /&gt;
* No evident modifications.&lt;br /&gt;
* It is a default 2.6.x kernel variant for ALT Linux distributions. It was most likely chosen because it is a proven kernel. Stable and reliable.&lt;br /&gt;
[http://www.gnu.org/s/libc/ &#039;&#039;&#039;glibc&#039;&#039;&#039;] &lt;br /&gt;
* Version 2.11.3-alt6. The latest stable version is 2.14.&lt;br /&gt;
* Size 2962 kB.  &lt;br /&gt;
* Some of the most recent modifications by the authors have been; some bug fixes, some solutions to localization issues, reversion of some broken commits, and a fixed nscd reload. Full list can be found in the changelog. &lt;br /&gt;
* It was most likely chosen because without these files a GNU/Linux system would not function.&lt;br /&gt;
[http://www.x.org/wiki/ X.org]&lt;br /&gt;
* Version 1.10.3-alt0.M60P.1. The latest stable version is 7.6.&lt;br /&gt;
* Size 33 kB.&lt;br /&gt;
* No evident modifications.&lt;br /&gt;
* It has most likely been included in order to provide access to the X Windows System. &lt;br /&gt;
[http://java.com/en/download/ JVM]&lt;br /&gt;
* Version 1.6.0.26-alt1. The latest stable version is 1.6.&lt;br /&gt;
* Size 90.3 MB. &lt;br /&gt;
* Some of the most recent modifications by the authors have been; some modifications for localization purposes and some font changes.&lt;br /&gt;
* It was most likely included to enable us - the users - to run Java applications.&lt;br /&gt;
[http://www.gnu.org/software/bash/ Bash]&lt;br /&gt;
* Version 3.2.51-alt1. The latest stable version is 4.2.&lt;br /&gt;
* Size 1066 kB.&lt;br /&gt;
* No evident modifications.&lt;br /&gt;
* It was included to provide the user with a shell for typing various commands.&lt;br /&gt;
[http://directory.fsf.org/wiki/Grep Grep]&lt;br /&gt;
* version 2.9-alt1. The latest stable version is 2.8.&lt;br /&gt;
* Size 876 kB.&lt;br /&gt;
* No evident modifications.&lt;br /&gt;
* Grep is a command-line text searching tool which is probably why it was included.&lt;br /&gt;
[http://rpm.org/wiki/Download RPM]&lt;br /&gt;
* Version 4.0.4-alt100.24. The latest stable version is 4.9.1.2.&lt;br /&gt;
* Size 646 kB. &lt;br /&gt;
* No evident modifications.&lt;br /&gt;
* It was included in order to provide a command line driven package management system capable of installing, uninstalling, verifying, querying, and updating software packages.&lt;br /&gt;
[http://www.mozilla.org/en-US/firefox/new/ Firefox]&lt;br /&gt;
* Version 5.0.1-alt0.M60P.2. The latest version is 8.0.&lt;br /&gt;
* Size 4931 kB.&lt;br /&gt;
* Some of the most recent modifications by the authors have been; fixes of &amp;quot;Multiple WebGL crashes&amp;quot;, &amp;quot;Stealing of cross-domain images using WebGL textures&amp;quot;, and fixes to misc memory leaks.&lt;br /&gt;
* It was included in order to provide a browser component for this distribution and probably because it is a cross-platform browser unlike Internet Explorer.&lt;br /&gt;
[http://www.mozilla.org/en-US/thunderbird/ Thunderbird]&lt;br /&gt;
* Version 5.0-alt0.M60P.1. The latest stable version is 8.0.&lt;br /&gt;
* Size 39.1 MB.&lt;br /&gt;
* Some of the most recent modifications by the authors have been; gnome-support subpackage was removed, an error was fixed that caused the client to crash due to a corrupted JPEG image, and fixes to &amp;quot;memory hazards&amp;quot;. &lt;br /&gt;
* It is included to provide the user with an e-mail client that is safe and fast.&lt;br /&gt;
[http://www.libreoffice.org/ LibreOffice]&lt;br /&gt;
* Version 3.4.2.3-alt0.M60P.1. The latest stable version is 3.4.4.&lt;br /&gt;
* Size 250 MB.&lt;br /&gt;
* Some of the most recent modifications by the authors have been; KDE4 support was enabled, and some menu localization issues were solved. &lt;br /&gt;
* This package was included in order to offer the user a productivity suite (document editor) it is an off-shoot of openoffice, and it is largely compatible with other major office suites (including MS Office).&lt;br /&gt;
==&#039;&#039;&#039;Initialization&#039;&#039;&#039;==&lt;br /&gt;
&lt;br /&gt;
The first things that starts running upon start up is the [http://en.wikipedia.org/wiki/BIOS BIOS]. The BIOS is the interface between the computer and it&#039;s various peripherals. It will load and execute the first 512 bytes off the disk (/dev/hda), the master boot record (MBR). The [http://en.wikipedia.org/wiki/Master_boot_record MBR] then starts [https://wiki.archlinux.org/index.php/GRUB2 GRUB2]. The boot loader, GRUB2, then loads and runs the kernel. The first thing the kernel does is &#039;execute&#039; &#039;&#039;init&#039;&#039;. Init is the root/parent of all processes. It in turn will then start the /etc/rc.d/rc.sysinit script using run-level 5. Which is the default start up run-level for this version of the OS found out from /etc/inittab, which is the boot-time system configuration/initialization script. &lt;br /&gt;
&lt;br /&gt;
===&#039;&#039;&#039;rc.sysinit&#039;&#039;&#039;===&lt;br /&gt;
&lt;br /&gt;
- Below is a step by step break down of most of the major functions performed by rc.sysinit, gathered by looking through the script:&lt;br /&gt;
* &#039;&#039;/sbin/initlog&#039;&#039; is ran.&lt;br /&gt;
* network scripts are run via the &#039;&#039;/etc/sysconfig/network&#039;&#039; script.&lt;br /&gt;
* The system will then print a welcome message and the OS banner on screen.&lt;br /&gt;
* The &#039;&#039;/proc&#039;&#039; file system is then mounted.&lt;br /&gt;
* The system will then check if it needs to load and use modules and set a flag accordingly.&lt;br /&gt;
** If modules are to be used then the script &#039;&#039;/etc/rc.d/scripts/load_modules&#039;&#039; will be run.&lt;br /&gt;
* The system clock is then set and started using &#039;&#039;/etc/adjtime&#039;&#039; and &#039;&#039;/etc/init.d/clock&#039;&#039;.&lt;br /&gt;
* The file system is checked using &#039;&#039;fsck&#039;&#039;, which will return an exit code indicating the state of the FS. If all is well it proceeds. The message &amp;quot;No errors&amp;quot; is printed if the status is zero. The message &amp;quot;File system errors corrected&amp;quot; is printed if there were errors but they were corrected. If there were some other errors the specific error is printed, the user is dropped back into shell, when the user leaves the shell the system reboots.&lt;br /&gt;
* A script, &#039;&#039;/etc/rc.d/scripts/lang&#039;&#039; is ran to correct some &amp;quot;language fixes&amp;quot; related to localization and user selection on boot-up.&lt;br /&gt;
* Serial ports are initialized via the &#039;&#039;/etc/rc.d/rc.serial&#039;&#039; script.&lt;br /&gt;
* The firewall is started via the &#039;&#039;/etc/rc.d/rc.firewall&#039;&#039; script as well as some others (what looks to be related to specific run-levels allthough I am not sure).&lt;br /&gt;
* All of the kernel ring buffer messages are then dumped using the &#039;&#039;dmesg&#039;&#039; command.&lt;br /&gt;
==&#039;&#039;&#039;References&#039;&#039;&#039;==&lt;br /&gt;
&amp;lt;references /&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;[http://en.wikipedia.org/wiki/RPM_Package_Manager RPM wiki page]&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;[http://en.wikipedia.org/wiki/Synaptic_Package_Manager Synaptic wiki page]&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;[http://en.wikipedia.org/wiki/Advanced_Packaging_Tool APT wiki page]&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;[http://docs.altlinux.org/archive/2.3/compact/alt-docs-compact-en/ch03s09.html ALT Linux documentation on package management]&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;[http://linuxgazette.net/issue84/tougher.html#1 APT Turorial]&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;http://distrowatch.com/dwres.php?resource=package-management&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;http://www.linuxhomenetworking.com/wiki/index.php/Quick_HOWTO_:_Ch07_:_The_Linux_Boot_Process#The_Linux_Boot_Sequence&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;http://sisyphus.ru/en/&amp;lt;/p&amp;gt;&lt;br /&gt;
=Part 3=&lt;/div&gt;</summary>
		<author><name>Atchekan</name></author>
	</entry>
	<entry>
		<id>https://homeostasis.scs.carleton.ca/wiki/index.php?title=File:Dhrystone_Test.png&amp;diff=15438</id>
		<title>File:Dhrystone Test.png</title>
		<link rel="alternate" type="text/html" href="https://homeostasis.scs.carleton.ca/wiki/index.php?title=File:Dhrystone_Test.png&amp;diff=15438"/>
		<updated>2011-12-06T20:49:41Z</updated>

		<summary type="html">&lt;p&gt;Atchekan: Dhrystone test results.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Dhrystone test results.&lt;/div&gt;</summary>
		<author><name>Atchekan</name></author>
	</entry>
	<entry>
		<id>https://homeostasis.scs.carleton.ca/wiki/index.php?title=File:Test_Case_1_BONNIE.png&amp;diff=15436</id>
		<title>File:Test Case 1 BONNIE.png</title>
		<link rel="alternate" type="text/html" href="https://homeostasis.scs.carleton.ca/wiki/index.php?title=File:Test_Case_1_BONNIE.png&amp;diff=15436"/>
		<updated>2011-12-06T19:55:59Z</updated>

		<summary type="html">&lt;p&gt;Atchekan: bonnie in action...&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;bonnie in action...&lt;/div&gt;</summary>
		<author><name>Atchekan</name></author>
	</entry>
	<entry>
		<id>https://homeostasis.scs.carleton.ca/wiki/index.php?title=File:Single_Test_Main_Menu.png&amp;diff=15435</id>
		<title>File:Single Test Main Menu.png</title>
		<link rel="alternate" type="text/html" href="https://homeostasis.scs.carleton.ca/wiki/index.php?title=File:Single_Test_Main_Menu.png&amp;diff=15435"/>
		<updated>2011-12-06T19:55:19Z</updated>

		<summary type="html">&lt;p&gt;Atchekan: Main menu for running single test cases.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Main menu for running single test cases.&lt;/div&gt;</summary>
		<author><name>Atchekan</name></author>
	</entry>
	<entry>
		<id>https://homeostasis.scs.carleton.ca/wiki/index.php?title=COMP_3000_2011_Report:_Inquisitor&amp;diff=15434</id>
		<title>COMP 3000 2011 Report: Inquisitor</title>
		<link rel="alternate" type="text/html" href="https://homeostasis.scs.carleton.ca/wiki/index.php?title=COMP_3000_2011_Report:_Inquisitor&amp;diff=15434"/>
		<updated>2011-12-06T19:53:54Z</updated>

		<summary type="html">&lt;p&gt;Atchekan: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[File:Inquisitor-logo.png|thumb|centre|Inquisitor Logo]] &lt;br /&gt;
=Part 1=&lt;br /&gt;
== &#039;&#039;&#039;Background&#039;&#039;&#039; ==&lt;br /&gt;
===&#039;&#039;&#039;Name&#039;&#039;&#039;===&lt;br /&gt;
The name of the distribution is Inquisitor. &lt;br /&gt;
===&#039;&#039;&#039;Goals and Target Audience&#039;&#039;&#039;===&lt;br /&gt;
This distribution aims to provide an open-source hardware testing and certification system, that is:&lt;br /&gt;
* &#039;&#039;&#039;Customizable&#039;&#039;&#039;: it is possible to pick and choose which modules and tests to include.&lt;br /&gt;
* &#039;&#039;&#039;Modular&#039;&#039;&#039;: it is made up from a series of interchangeable modules; one can easily add new modules in order to add new test detections, production steps, etc. This will be described in greater detail in later parts of the report. Please stay tuned!&lt;br /&gt;
* &#039;&#039;&#039;Flexible&#039;&#039;&#039;: it is possible to adjust virtually any parameter in analysis or testing process and customize the system to the widest extent possible.&lt;br /&gt;
* &#039;&#039;&#039;Intelligent&#039;&#039;&#039;: it is server-based version includes a database that stores all the data on all computers that were tested by Inquisitor making easy to keep track of multiple systems/PCs. If some parts of the hardware were to change, &#039;clever scheduler&#039; won&#039;t redo all the long testing, but only the tests that were relevant to the hardware changes.&lt;br /&gt;
* &#039;&#039;&#039;Distributed&#039;&#039;&#039;: through its modular architecture, Inquisitor can be easily distributed across a cluster to distribute load or make a geographically distributed system. &lt;br /&gt;
* &#039;&#039;&#039;Scalable&#039;&#039;&#039;: it is possible to test just one computer or all the computers in an organization.&lt;br /&gt;
* &#039;&#039;&#039;Free&#039;&#039;&#039;: it is free, and that&#039;s always good!&lt;br /&gt;
===&#039;&#039;&#039;Who Develops it&#039;&#039;&#039;===&lt;br /&gt;
It is being developed by Mikhail Yakashin and another 5 guys, with various contributions from others, the full list of names can be found below:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;u&amp;gt;Inquisitor team is:&amp;lt;/u&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* Mikhail Yakshin &lt;br /&gt;
* Pavel Melnikov&lt;br /&gt;
* Maksim Bartenev&lt;br /&gt;
* Sergey Matveev &lt;br /&gt;
* Denis Borovikov&lt;br /&gt;
* Andras Horvath&lt;br /&gt;
					&lt;br /&gt;
&amp;lt;u&amp;gt;With contributions and suggestions from:&amp;lt;/u&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* Anton Farygin&lt;br /&gt;
* Anton Kachalov&lt;br /&gt;
* Valery Inozemtsev&lt;br /&gt;
* Alexandra Panyukova&lt;br /&gt;
* Michail Pishchagin&lt;br /&gt;
===&#039;&#039;&#039;How To Get It&#039;&#039;&#039;===&lt;br /&gt;
Inquisitor&amp;lt;ref name = &amp;quot;Inquisitor&amp;quot;&amp;gt;[http://www.inquisitor.ru/ Inquisitor]: Inquisitor website.&amp;lt;/ref&amp;gt; may be obtained via the official [http://www.inquisitor.ru/download.html website]. Currently it seems that only a 	direct download is available, but there is a heading for BitTorrent, so who knows it may also be available as an option in the future. There are several &#039;flavors&#039; to choose from; there is a standalone version, a live version, and 	an enterprise version.&lt;br /&gt;
* &#039;&#039;Standalone version&#039;&#039;, installs into whatever Linux OS system you are currently running by modifying a configuration makefile with your current system parameters. This is probably the best for &amp;quot;demonstrating and learning Inquisitor&amp;quot; as stated by the people working on the distribution.&lt;br /&gt;
* &#039;&#039;Live version&#039;&#039;, is a Linux Live CD option that allows you to boot straight from the CD/DVD. A good choice for those that are afraid to accidentally mess something up on their system when running destructive testing and for those that don&#039;t have a Linux OS installed on their machine.&lt;br /&gt;
* &#039;&#039;Enterprise version&#039;&#039;, allows the user to setup a dedicated testing server that would allow any computer to boot from the network using the preboot execution environment ([http://en.wikipedia.org/wiki/Preboot_Execution_Environment PXE]) protocol in order to test multiple computers on a regular basis. The PXE protocol is an environment to boot computers using a network interface independently of data storage devices (like hard disks) or the OS. This protocol broadcasts to the network a packet that will identify and find the locations of other computers on the network that need to be bootstrapped. Once done the machines at the various IP points will then be able to, via the trivial file transfer protocol ([http://en.wikipedia.org/wiki/Trivial_File_Transfer_Protocol TFTP]), download a network bootstrap program ([http://en.wikipedia.org/wiki/Preboot_Execution_Environment#Network_bootstrap_program NBP]) into random-access memory ([http://en.wikipedia.org/wiki/Random-access_memory RAM]) and run it.&lt;br /&gt;
===&#039;&#039;&#039;How Large is it&#039;&#039;&#039;===&lt;br /&gt;
The size of each of the aforementioned &#039;flavors&#039; is relatively small and only took a couple of minutes to download via my connection at home. The 	distribution is zipped, and version 3.0 is under a megabyte in size. When unzipped it is just under 2 megabytes (1.95). The iso for the Live CD version of the distribution is 131 megabytes for 32-bit systems, and 135 megabytes for 64-bit systems.&lt;br /&gt;
===&#039;&#039;&#039;Influences&#039;&#039;&#039;===&lt;br /&gt;
[http://en.wikipedia.org/wiki/ALT_Linux ALT Linux] is used as the base and starting point for Inquisitor. &lt;br /&gt;
===&#039;&#039;&#039;Miscellaneous&#039;&#039;&#039;===			&lt;br /&gt;
Inquisitor uses an internal scheduling program that allows a user to schedule and run multiple tests, in a predefined order with varying parameters.&lt;br /&gt;
&lt;br /&gt;
The following tests are available to run. Please refer to the [http://www.inquisitor.ru/doc/api/index.html API] for further information and documentation on the various tests.&lt;br /&gt;
{|&lt;br /&gt;
| style=&amp;quot;vertical-align: top&amp;quot; |&lt;br /&gt;
* Array configurator&lt;br /&gt;
* Boot from image&lt;br /&gt;
* BYTEmark benchmark suite&lt;br /&gt;
* CPU benchmark: Dhrystone&lt;br /&gt;
* CPU benchmark: Whetstone&lt;br /&gt;
* CPU burn&lt;br /&gt;
* Database to Detects comparison&lt;br /&gt;
* DD&lt;br /&gt;
* FDD read/write&lt;br /&gt;
* Firmware reflashing&lt;br /&gt;
* HDD array stress&lt;br /&gt;
* HDD benchmark: Bonnie&lt;br /&gt;
* HDD benchmark: hdparm&lt;br /&gt;
| style=&amp;quot;vertical-align: top&amp;quot; |&lt;br /&gt;
* HDD benchmark: IOzone&lt;br /&gt;
* HDD passthrough&lt;br /&gt;
* HDD SMART&lt;br /&gt;
* Memory benchmark: STREAM&lt;br /&gt;
* Memory test: Memtester&lt;br /&gt;
* Mencoder in memory&lt;br /&gt;
* Mencoder on hard drive&lt;br /&gt;
* Network interface&lt;br /&gt;
* ODD read&lt;br /&gt;
* ODD write&lt;br /&gt;
* Partimage&lt;br /&gt;
* Reference-based detects comparison&lt;br /&gt;
* Stress compression&lt;br /&gt;
| style=&amp;quot;vertical-align: top&amp;quot; |&lt;br /&gt;
* Torrent upload&lt;br /&gt;
* UnixBench benchmark suite&lt;br /&gt;
* USB flash drive&lt;br /&gt;
* USB GPRS modem&lt;br /&gt;
* USB GPRS Modem Dialup&lt;br /&gt;
* USB GPRS modem signal level&lt;br /&gt;
* USB presence&lt;br /&gt;
|}&lt;br /&gt;
== &#039;&#039;&#039;Installation/Startup&#039;&#039;&#039; ==&lt;br /&gt;
===&#039;&#039;&#039;Installation&#039;&#039;&#039;===&lt;br /&gt;
I decided to go with the Live CD &#039;flavor&#039; of this distribution as it is the one that would minimize my chances of doing something I would regret to my own PC via some of the write tests that were available as part of the default package. I used VirtualBox to mount the downloaded iso, this enabled me to do some testing and play around with creating my own test cases, and packages. This was easy and straight forward.&lt;br /&gt;
[[File:LiveInstall.jpg|thumb|upright=0.65|Live CD Installation Diagram]]&lt;br /&gt;
A few installation options are described below:&lt;br /&gt;
====&#039;&#039;&#039;Live CD&#039;&#039;&#039;====&lt;br /&gt;
Download and save the iso (Live CD) image that is suitable for your system from the Inquisitor [http://www.inquisitor.ru/download.html website.] Choose a virtualization software to use.&lt;br /&gt;
=====&#039;&#039;&#039;Oracle VM VirtualBox&#039;&#039;&#039;=====&lt;br /&gt;
# Download and install [https://www.virtualbox.org/wiki/Downloads VirtualBox].&lt;br /&gt;
# Create a new Virtual Machine by following the point and click wizard.&lt;br /&gt;
# Mount the Inquisitor iso, previously downloaded.&lt;br /&gt;
# Start the Virtual Machine with the mounted image.&lt;br /&gt;
# Select one of the options and have fun...&lt;br /&gt;
=====&#039;&#039;&#039;VMware&#039;&#039;&#039;=====&lt;br /&gt;
# Download and install [http://downloads.vmware.com/ VMware].&lt;br /&gt;
# Create a new Virtual Machine by following the point and click wizard.&lt;br /&gt;
# Mount the Inquisitor iso, previously downloaded.&lt;br /&gt;
# Start the Virtual Machine with the mounted image.&lt;br /&gt;
# Select one of the options and have fun...&lt;br /&gt;
====&#039;&#039;&#039;Problems Encountered&#039;&#039;&#039;====&lt;br /&gt;
None encountered.&lt;br /&gt;
== &#039;&#039;&#039;Basic Operation&#039;&#039;&#039; ==&lt;br /&gt;
{| style=&amp;quot;float: right;&amp;quot;&lt;br /&gt;
|[[File:Hardware Testing Menu.png|right|thumb|Figure 1 - Main Menu]]&lt;br /&gt;
|[[File:Benchmark Testing - Non Destructive.png|right|thumb|Figure 2 - A test in progress]]&lt;br /&gt;
|[[File:Test Results.png|right|thumb|Figure 3 - Test results]]&lt;br /&gt;
|}&lt;br /&gt;
The setup used; Oracle VM VirtualBox running a mounted Live CD copy of Inquisitor v3.0.&lt;br /&gt;
&lt;br /&gt;
The main menu that is presented to the user directly following boot-up is straightforward and easy to use (Figure 1). All of the options are grouped into categories. Selecting and running tests is straightforward, a test is selected and ran, after it is done, the results are saved and may be viewed at any time. Everything is automatic (Figure 2), you just &#039;point and click&#039; with the outcome presented as &#039;DONE&#039;, &#039;FAILED&#039;, &#039;SKIP&#039;, &#039;PASSED&#039;, and &#039;CALLED&#039; - the wording is fully customizable and can be changed via a configuration file if one so desires -. Some tests require the user to enter a set of parameters that are test specific, such as the number of iterations to run through or test duration. All of the parameters are entered via a TUI textfield. Once the desired test(s) are ran, results are saved and may be viewed at any time (Figure 3).&lt;br /&gt;
&lt;br /&gt;
I did not encounter any problems. Although with some of the more time consuming tests it would have been nice to see some kind of an update on what is currently happening, in order to eliminate any suspicion that the system has hung. The only other gripe I had was with the &#039;View test results&#039; constantly returning me not to the menu from which I came, but to the main menu. This forces the user to go back to wherever he/she was each and every single time. Having an option to &#039;Exit&#039; once everything was done would have been nice.	&lt;br /&gt;
&lt;br /&gt;
During my time with Inquisitor I tried to stick to tests that were non-destructive (would not touch data on my HDD and possibly cause issues). A couple of the tests I had tried are outlined in a step-by-step basis below:&lt;br /&gt;
&lt;br /&gt;
=== &#039;&#039;&#039;Trial Test Case 1&#039;&#039;&#039; ===&lt;br /&gt;
{| style=&amp;quot;float: right;&amp;quot;&lt;br /&gt;
|[[File:Single_Test_Main_Menu.png|right|thumb|Figure 4 - Single test main menu]]&lt;br /&gt;
|[[File:Test_Case_1_BONNIE.png|right|thumb|Figure 5 - &#039;bonnie&#039; test results ]]&lt;br /&gt;
|}&lt;br /&gt;
This test involved running a test that would check how my system handles file transfers to and from the harddrive. This would be usefull for anyone working with a server as it could possibly point out and eliminate bottlenecks in a system. For this purpose Inquisitor uses the [http://www.textuality.com/bonnie/ Bonnie] benckmark, which allows it to measure the performance of Unix file system operations. I.e. the basic operations like reading (putc()), writing (write()), and rewriting which involves first reading some data, messing it up, and rewriting it again - this uses lseek() -. Which, in theory, test the effectiveness of the filesystem cache and the speed of data transfer. To do this in Inquisitor you simply need to select the &amp;quot;single&amp;quot; testing option from the main menu (Figure 1) by pressing &amp;quot;S&amp;quot; on the keyboard followed by enter. Then you would be presented with the &amp;quot;Run a single test&amp;quot; main menu (Figure 4). Here, simply make sure that the test named &amp;quot;bonnie&amp;quot; is selected and press enter. The test will begin and after it is done the results are displayed (Figure 5).&lt;br /&gt;
&lt;br /&gt;
The results show that - in my case -:&lt;br /&gt;
* The output character speed was 32962 bits per second. Tested by writing to a file using putc() stdio macro.&lt;br /&gt;
* The output block speed was 33827 bits per second. Tested by writing to a file using write().&lt;br /&gt;
* The rewrite speed was 95416 bits per second. Tested by rewriting a &amp;quot;corrupted&amp;quot; block using read(), write(), and lseek().&lt;br /&gt;
* Bits are read from a file at a speed of 53328 bits per second. The file is read using getc().&lt;br /&gt;
&lt;br /&gt;
As you can see the test is useful, easy to run, and fast.&lt;br /&gt;
== &#039;&#039;&#039;Usage Evaluation&#039;&#039;&#039; ==&lt;br /&gt;
From my experience I think that the distribution does everything that it had promised on it&#039;s website and then some. I found it very easy to install and come to terms with, and the ability to create and modify existing test cases was simple and fairly straight forward thanks to the provided documentation that kept things concise and not overly complicated. The basics are there, and are enough to lay the foundation for whatever test case module you may want to create provided you have some background experience in programming and know what it is that you want to do. &lt;br /&gt;
== &#039;&#039;&#039;References&#039;&#039;&#039; ==&lt;br /&gt;
&amp;lt;references /&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;[http://distrowatch.com/table.php?distribution=Inquisitor DistroWatch.com: Inquisitor]&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;[http://en.wikipedia.org/wiki/Inquisitor_%28hardware_testing_software%29 Inquisitor wiki page]&amp;lt;/p&amp;gt;&lt;br /&gt;
=Part 2=&lt;br /&gt;
==&#039;&#039;&#039;Software Packaging&#039;&#039;&#039;==&lt;br /&gt;
===&#039;&#039;&#039;How is software packaged for this distribution?&#039;&#039;&#039;===&lt;br /&gt;
Software is packaged using the [http://en.wikipedia.org/wiki/RPM_Package_Manager RPM] package management system. It&#039;s associated file format is .rpm. This format was intended primarily for GNU/Linux distributions and is the baseline package format of the Linux Standard Base. Repositories are used to contain applications, and they are  required in order to maintain system integrity and stability. This was done because software packages often have one or more dependencies. If two programs A and B depend on C and upgrading A depends on upgrading C, then B will also have to be updated to be able to &#039;interact&#039; with the upgraded version C. Therefore having repositories that contain different releases and versions of packages helps mitigate this issue. &lt;br /&gt;
{| style=&amp;quot;float: right;&amp;quot;&lt;br /&gt;
|[[File:Synaptic_RMS.jpg|right|thumb|Figure 4 - Synaptic]]&lt;br /&gt;
===&#039;&#039;&#039;What packaging format and utilities are used?&#039;&#039;&#039;===&lt;br /&gt;
There are 2 utilities that are used for package management:&lt;br /&gt;
# [http://en.wikipedia.org/wiki/Synaptic_Package_Manager Synaptic] is a graphical package management tool that comes preinstalled with the distribution. It allows the user to view, install, remove, and upgrade software packages (Figure 4).&lt;br /&gt;
# [http://en.wikipedia.org/wiki/Advanced_Packaging_Tool Advanced Packaging Tool] (APT) is a command line terminal based packaging tool that has been modified to also work with RPM via [http://en.wikipedia.org/wiki/Apt-rpm APT-RPM].&lt;br /&gt;
===&#039;&#039;&#039;How can you use these utilities to get a list of installed packages?&#039;&#039;&#039;===&lt;br /&gt;
&#039;&#039;&#039;Synaptic&#039;&#039;&#039; will automatically list all of the packages installed on the system as soon as it is opened. Adding, upgrading or removing packages can be done in several ways:&lt;br /&gt;
* Select the desired package and choose the action from the &#039;Package&#039; menu.&lt;br /&gt;
* Double click on the package name.&lt;br /&gt;
* Choose an action from the context menu of the package.&lt;br /&gt;
* Click on the status icon to open a menu that contains all possible actions.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;APT&#039;&#039;&#039; has various commands that the user can use:&lt;br /&gt;
* &#039;&#039;apt-cache&#039;&#039; - Will allow you to search the local package cache for packages.&lt;br /&gt;
* &#039;&#039;apt-cache search [package name]&#039;&#039; - Will show packages with &#039;package name&#039; that are installed.&lt;br /&gt;
* &#039;&#039;apt-cache show [package name]&#039;&#039; - Will show information for &#039;package name&#039;.&lt;br /&gt;
* &#039;&#039;apt-cdrom&#039;&#039; - Can be used to add package archives to the list of sources that are defined in /etc/apt/sources.list.&lt;br /&gt;
* &#039;&#039;apt-get&#039;&#039; - Is used to handle packages. &lt;br /&gt;
* &#039;&#039;apt-get update&#039;&#039; - Should be run prior to installing or upgrading a software application as it will make sure that the package cache is up to date.&lt;br /&gt;
* &#039;&#039;apt-get install [package name]&#039;&#039; - Will install the &#039;package name&#039; package.&lt;br /&gt;
* &#039;&#039;apt-get remove [package name]&#039;&#039; - Will remove &#039;package name&#039; package from your machine.&lt;br /&gt;
* ...along with many other less widely used commands. Please refer to man pages or online sources for all of the available commands.&lt;br /&gt;
{| style=&amp;quot;float: right;&amp;quot;&lt;br /&gt;
|[[File:Package_Info.jpg|right|thumb|Package Breakdown]]&lt;br /&gt;
===&#039;&#039;&#039;How extensive is the software catalog for this distribution?&#039;&#039;&#039;===&lt;br /&gt;
There is a good variety of applications that come with the distribution, from a wide variety of categories. All-in-all, there are 1300 packages pre-installed. There is a nice variety of games (for Tetris lovers, its in there!), Flash, Java JRE, Quicktime, a browser - Firefox -, document tools, calculator, etc, are all included. [http://www.winehq.org/ Wine] is also in here. I am not a LInux user and have not yet tried it, but it sounds pretty cool as it supposedly lets you run Windows software on other operating systems.&lt;br /&gt;
&lt;br /&gt;
Please see a more detailed breakdown of the pre-installed packages on the right.&lt;br /&gt;
==&#039;&#039;&#039;Major package versions&#039;&#039;&#039;==&lt;br /&gt;
[http://www.kernel.org/ &#039;&#039;&#039;Kernel&#039;&#039;&#039;]&lt;br /&gt;
* Version 3.0.3-alt0.M60P.1. The latest stable version is 3.1.1.&lt;br /&gt;
* Size 80.4 MB.&lt;br /&gt;
* No evident modifications.&lt;br /&gt;
* It is a default 2.6.x kernel variant for ALT Linux distributions. It was most likely chosen because it is a proven kernel. Stable and reliable.&lt;br /&gt;
[http://www.gnu.org/s/libc/ &#039;&#039;&#039;glibc&#039;&#039;&#039;] &lt;br /&gt;
* Version 2.11.3-alt6. The latest stable version is 2.14.&lt;br /&gt;
* Size 2962 kB.  &lt;br /&gt;
* Some of the most recent modifications by the authors have been; some bug fixes, some solutions to localization issues, reversion of some broken commits, and a fixed nscd reload. Full list can be found in the changelog. &lt;br /&gt;
* It was most likely chosen because without these files a GNU/Linux system would not function.&lt;br /&gt;
[http://www.x.org/wiki/ X.org]&lt;br /&gt;
* Version 1.10.3-alt0.M60P.1. The latest stable version is 7.6.&lt;br /&gt;
* Size 33 kB.&lt;br /&gt;
* No evident modifications.&lt;br /&gt;
* It has most likely been included in order to provide access to the X Windows System. &lt;br /&gt;
[http://java.com/en/download/ JVM]&lt;br /&gt;
* Version 1.6.0.26-alt1. The latest stable version is 1.6.&lt;br /&gt;
* Size 90.3 MB. &lt;br /&gt;
* Some of the most recent modifications by the authors have been; some modifications for localization purposes and some font changes.&lt;br /&gt;
* It was most likely included to enable us - the users - to run Java applications.&lt;br /&gt;
[http://www.gnu.org/software/bash/ Bash]&lt;br /&gt;
* Version 3.2.51-alt1. The latest stable version is 4.2.&lt;br /&gt;
* Size 1066 kB.&lt;br /&gt;
* No evident modifications.&lt;br /&gt;
* It was included to provide the user with a shell for typing various commands.&lt;br /&gt;
[http://directory.fsf.org/wiki/Grep Grep]&lt;br /&gt;
* version 2.9-alt1. The latest stable version is 2.8.&lt;br /&gt;
* Size 876 kB.&lt;br /&gt;
* No evident modifications.&lt;br /&gt;
* Grep is a command-line text searching tool which is probably why it was included.&lt;br /&gt;
[http://rpm.org/wiki/Download RPM]&lt;br /&gt;
* Version 4.0.4-alt100.24. The latest stable version is 4.9.1.2.&lt;br /&gt;
* Size 646 kB. &lt;br /&gt;
* No evident modifications.&lt;br /&gt;
* It was included in order to provide a command line driven package management system capable of installing, uninstalling, verifying, querying, and updating software packages.&lt;br /&gt;
[http://www.mozilla.org/en-US/firefox/new/ Firefox]&lt;br /&gt;
* Version 5.0.1-alt0.M60P.2. The latest version is 8.0.&lt;br /&gt;
* Size 4931 kB.&lt;br /&gt;
* Some of the most recent modifications by the authors have been; fixes of &amp;quot;Multiple WebGL crashes&amp;quot;, &amp;quot;Stealing of cross-domain images using WebGL textures&amp;quot;, and fixes to misc memory leaks.&lt;br /&gt;
* It was included in order to provide a browser component for this distribution and probably because it is a cross-platform browser unlike Internet Explorer.&lt;br /&gt;
[http://www.mozilla.org/en-US/thunderbird/ Thunderbird]&lt;br /&gt;
* Version 5.0-alt0.M60P.1. The latest stable version is 8.0.&lt;br /&gt;
* Size 39.1 MB.&lt;br /&gt;
* Some of the most recent modifications by the authors have been; gnome-support subpackage was removed, an error was fixed that caused the client to crash due to a corrupted JPEG image, and fixes to &amp;quot;memory hazards&amp;quot;. &lt;br /&gt;
* It is included to provide the user with an e-mail client that is safe and fast.&lt;br /&gt;
[http://www.libreoffice.org/ LibreOffice]&lt;br /&gt;
* Version 3.4.2.3-alt0.M60P.1. The latest stable version is 3.4.4.&lt;br /&gt;
* Size 250 MB.&lt;br /&gt;
* Some of the most recent modifications by the authors have been; KDE4 support was enabled, and some menu localization issues were solved. &lt;br /&gt;
* This package was included in order to offer the user a productivity suite (document editor) it is an off-shoot of openoffice, and it is largely compatible with other major office suites (including MS Office).&lt;br /&gt;
==&#039;&#039;&#039;Initialization&#039;&#039;&#039;==&lt;br /&gt;
&lt;br /&gt;
The first things that starts running upon start up is the [http://en.wikipedia.org/wiki/BIOS BIOS]. The BIOS is the interface between the computer and it&#039;s various peripherals. It will load and execute the first 512 bytes off the disk (/dev/hda), the master boot record (MBR). The [http://en.wikipedia.org/wiki/Master_boot_record MBR] then starts [https://wiki.archlinux.org/index.php/GRUB2 GRUB2]. The boot loader, GRUB2, then loads and runs the kernel. The first thing the kernel does is &#039;execute&#039; &#039;&#039;init&#039;&#039;. Init is the root/parent of all processes. It in turn will then start the /etc/rc.d/rc.sysinit script using run-level 5. Which is the default start up run-level for this version of the OS found out from /etc/inittab, which is the boot-time system configuration/initialization script. &lt;br /&gt;
&lt;br /&gt;
===&#039;&#039;&#039;rc.sysinit&#039;&#039;&#039;===&lt;br /&gt;
&lt;br /&gt;
- Below is a step by step break down of most of the major functions performed by rc.sysinit, gathered by looking through the script:&lt;br /&gt;
* &#039;&#039;/sbin/initlog&#039;&#039; is ran.&lt;br /&gt;
* network scripts are run via the &#039;&#039;/etc/sysconfig/network&#039;&#039; script.&lt;br /&gt;
* The system will then print a welcome message and the OS banner on screen.&lt;br /&gt;
* The &#039;&#039;/proc&#039;&#039; file system is then mounted.&lt;br /&gt;
* The system will then check if it needs to load and use modules and set a flag accordingly.&lt;br /&gt;
** If modules are to be used then the script &#039;&#039;/etc/rc.d/scripts/load_modules&#039;&#039; will be run.&lt;br /&gt;
* The system clock is then set and started using &#039;&#039;/etc/adjtime&#039;&#039; and &#039;&#039;/etc/init.d/clock&#039;&#039;.&lt;br /&gt;
* The file system is checked using &#039;&#039;fsck&#039;&#039;, which will return an exit code indicating the state of the FS. If all is well it proceeds. The message &amp;quot;No errors&amp;quot; is printed if the status is zero. The message &amp;quot;File system errors corrected&amp;quot; is printed if there were errors but they were corrected. If there were some other errors the specific error is printed, the user is dropped back into shell, when the user leaves the shell the system reboots.&lt;br /&gt;
* A script, &#039;&#039;/etc/rc.d/scripts/lang&#039;&#039; is ran to correct some &amp;quot;language fixes&amp;quot; related to localization and user selection on boot-up.&lt;br /&gt;
* Serial ports are initialized via the &#039;&#039;/etc/rc.d/rc.serial&#039;&#039; script.&lt;br /&gt;
* The firewall is started via the &#039;&#039;/etc/rc.d/rc.firewall&#039;&#039; script as well as some others (what looks to be related to specific run-levels allthough I am not sure).&lt;br /&gt;
* All of the kernel ring buffer messages are then dumped using the &#039;&#039;dmesg&#039;&#039; command.&lt;br /&gt;
==&#039;&#039;&#039;References&#039;&#039;&#039;==&lt;br /&gt;
&amp;lt;references /&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;[http://en.wikipedia.org/wiki/RPM_Package_Manager RPM wiki page]&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;[http://en.wikipedia.org/wiki/Synaptic_Package_Manager Synaptic wiki page]&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;[http://en.wikipedia.org/wiki/Advanced_Packaging_Tool APT wiki page]&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;[http://docs.altlinux.org/archive/2.3/compact/alt-docs-compact-en/ch03s09.html ALT Linux documentation on package management]&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;[http://linuxgazette.net/issue84/tougher.html#1 APT Turorial]&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;http://distrowatch.com/dwres.php?resource=package-management&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;http://www.linuxhomenetworking.com/wiki/index.php/Quick_HOWTO_:_Ch07_:_The_Linux_Boot_Process#The_Linux_Boot_Sequence&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;http://sisyphus.ru/en/&amp;lt;/p&amp;gt;&lt;br /&gt;
=Part 3=&lt;/div&gt;</summary>
		<author><name>Atchekan</name></author>
	</entry>
	<entry>
		<id>https://homeostasis.scs.carleton.ca/wiki/index.php?title=COMP_3000_2011_Report:_Inquisitor&amp;diff=15431</id>
		<title>COMP 3000 2011 Report: Inquisitor</title>
		<link rel="alternate" type="text/html" href="https://homeostasis.scs.carleton.ca/wiki/index.php?title=COMP_3000_2011_Report:_Inquisitor&amp;diff=15431"/>
		<updated>2011-12-06T17:10:51Z</updated>

		<summary type="html">&lt;p&gt;Atchekan: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[File:Inquisitor-logo.png|thumb|centre|Inquisitor Logo]] &lt;br /&gt;
=Part 1=&lt;br /&gt;
== &#039;&#039;&#039;Background&#039;&#039;&#039; ==&lt;br /&gt;
===&#039;&#039;&#039;Name&#039;&#039;&#039;===&lt;br /&gt;
The name of the distribution is Inquisitor. &lt;br /&gt;
===&#039;&#039;&#039;Goals and Target Audience&#039;&#039;&#039;===&lt;br /&gt;
This distribution aims to provide an open-source hardware testing and certification system, that is:&lt;br /&gt;
* &#039;&#039;&#039;Customizable&#039;&#039;&#039;: it is possible to pick and choose which modules and tests to include.&lt;br /&gt;
* &#039;&#039;&#039;Modular&#039;&#039;&#039;: it is made up from a series of interchangeable modules; one can easily add new modules in order to add new test detections, production steps, etc. This will be described in greater detail in later parts of the report. Please stay tuned!&lt;br /&gt;
* &#039;&#039;&#039;Flexible&#039;&#039;&#039;: it is possible to adjust virtually any parameter in analysis or testing process and customize the system to the widest extent possible.&lt;br /&gt;
* &#039;&#039;&#039;Intelligent&#039;&#039;&#039;: it is server-based version includes a database that stores all the data on all computers that were tested by Inquisitor making easy to keep track of multiple systems/PCs. If some parts of the hardware were to change, &#039;clever scheduler&#039; won&#039;t redo all the long testing, but only the tests that were relevant to the hardware changes.&lt;br /&gt;
* &#039;&#039;&#039;Distributed&#039;&#039;&#039;: through its modular architecture, Inquisitor can be easily distributed across a cluster to distribute load or make a geographically distributed system. &lt;br /&gt;
* &#039;&#039;&#039;Scalable&#039;&#039;&#039;: it is possible to test just one computer or all the computers in an organization.&lt;br /&gt;
* &#039;&#039;&#039;Free&#039;&#039;&#039;: it is free, and that&#039;s always good!&lt;br /&gt;
===&#039;&#039;&#039;Who Develops it&#039;&#039;&#039;===&lt;br /&gt;
It is being developed by Mikhail Yakashin and another 5 guys, with various contributions from others, the full list of names can be found below:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;u&amp;gt;Inquisitor team is:&amp;lt;/u&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* Mikhail Yakshin &lt;br /&gt;
* Pavel Melnikov&lt;br /&gt;
* Maksim Bartenev&lt;br /&gt;
* Sergey Matveev &lt;br /&gt;
* Denis Borovikov&lt;br /&gt;
* Andras Horvath&lt;br /&gt;
					&lt;br /&gt;
&amp;lt;u&amp;gt;With contributions and suggestions from:&amp;lt;/u&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* Anton Farygin&lt;br /&gt;
* Anton Kachalov&lt;br /&gt;
* Valery Inozemtsev&lt;br /&gt;
* Alexandra Panyukova&lt;br /&gt;
* Michail Pishchagin&lt;br /&gt;
===&#039;&#039;&#039;How To Get It&#039;&#039;&#039;===&lt;br /&gt;
Inquisitor&amp;lt;ref name = &amp;quot;Inquisitor&amp;quot;&amp;gt;[http://www.inquisitor.ru/ Inquisitor]: Inquisitor website.&amp;lt;/ref&amp;gt; may be obtained via the official [http://www.inquisitor.ru/download.html website]. Currently it seems that only a 	direct download is available, but there is a heading for BitTorrent, so who knows it may also be available as an option in the future. There are several &#039;flavors&#039; to choose from; there is a standalone version, a live version, and 	an enterprise version.&lt;br /&gt;
* &#039;&#039;Standalone version&#039;&#039;, installs into whatever Linux OS system you are currently running by modifying a configuration makefile with your current system parameters. This is probably the best for &amp;quot;demonstrating and learning Inquisitor&amp;quot; as stated by the people working on the distribution.&lt;br /&gt;
* &#039;&#039;Live version&#039;&#039;, is a Linux Live CD option that allows you to boot straight from the CD/DVD. A good choice for those that are afraid to accidentally mess something up on their system when running destructive testing and for those that don&#039;t have a Linux OS installed on their machine.&lt;br /&gt;
* &#039;&#039;Enterprise version&#039;&#039;, allows the user to setup a dedicated testing server that would allow any computer to boot from the network using the preboot execution environment ([http://en.wikipedia.org/wiki/Preboot_Execution_Environment PXE]) protocol in order to test multiple computers on a regular basis. The PXE protocol is an environment to boot computers using a network interface independently of data storage devices (like hard disks) or the OS. This protocol broadcasts to the network a packet that will identify and find the locations of other computers on the network that need to be bootstrapped. Once done the machines at the various IP points will then be able to, via the trivial file transfer protocol ([http://en.wikipedia.org/wiki/Trivial_File_Transfer_Protocol TFTP]), download a network bootstrap program ([http://en.wikipedia.org/wiki/Preboot_Execution_Environment#Network_bootstrap_program NBP]) into random-access memory ([http://en.wikipedia.org/wiki/Random-access_memory RAM]) and run it.&lt;br /&gt;
===&#039;&#039;&#039;How Large is it&#039;&#039;&#039;===&lt;br /&gt;
The size of each of the aforementioned &#039;flavors&#039; is relatively small and only took a couple of minutes to download via my connection at home. The 	distribution is zipped, and version 3.0 is under a megabyte in size. When unzipped it is just under 2 megabytes (1.95). The iso for the Live CD version of the distribution is 131 megabytes for 32-bit systems, and 135 megabytes for 64-bit systems.&lt;br /&gt;
===&#039;&#039;&#039;Influences&#039;&#039;&#039;===&lt;br /&gt;
[http://en.wikipedia.org/wiki/ALT_Linux ALT Linux] is used as the base and starting point for Inquisitor. &lt;br /&gt;
===&#039;&#039;&#039;Miscellaneous&#039;&#039;&#039;===			&lt;br /&gt;
Inquisitor uses an internal scheduling program that allows a user to schedule and run multiple tests, in a predefined order with varying parameters.&lt;br /&gt;
&lt;br /&gt;
The following tests are available to run. Please refer to the [http://www.inquisitor.ru/doc/api/index.html API] for further information and documentation on the various tests.&lt;br /&gt;
{|&lt;br /&gt;
| style=&amp;quot;vertical-align: top&amp;quot; |&lt;br /&gt;
* Array configurator&lt;br /&gt;
* Boot from image&lt;br /&gt;
* BYTEmark benchmark suite&lt;br /&gt;
* CPU benchmark: Dhrystone&lt;br /&gt;
* CPU benchmark: Whetstone&lt;br /&gt;
* CPU burn&lt;br /&gt;
* Database to Detects comparison&lt;br /&gt;
* DD&lt;br /&gt;
* FDD read/write&lt;br /&gt;
* Firmware reflashing&lt;br /&gt;
* HDD array stress&lt;br /&gt;
* HDD benchmark: Bonnie&lt;br /&gt;
* HDD benchmark: hdparm&lt;br /&gt;
| style=&amp;quot;vertical-align: top&amp;quot; |&lt;br /&gt;
* HDD benchmark: IOzone&lt;br /&gt;
* HDD passthrough&lt;br /&gt;
* HDD SMART&lt;br /&gt;
* Memory benchmark: STREAM&lt;br /&gt;
* Memory test: Memtester&lt;br /&gt;
* Mencoder in memory&lt;br /&gt;
* Mencoder on hard drive&lt;br /&gt;
* Network interface&lt;br /&gt;
* ODD read&lt;br /&gt;
* ODD write&lt;br /&gt;
* Partimage&lt;br /&gt;
* Reference-based detects comparison&lt;br /&gt;
* Stress compression&lt;br /&gt;
| style=&amp;quot;vertical-align: top&amp;quot; |&lt;br /&gt;
* Torrent upload&lt;br /&gt;
* UnixBench benchmark suite&lt;br /&gt;
* USB flash drive&lt;br /&gt;
* USB GPRS modem&lt;br /&gt;
* USB GPRS Modem Dialup&lt;br /&gt;
* USB GPRS modem signal level&lt;br /&gt;
* USB presence&lt;br /&gt;
|}&lt;br /&gt;
== &#039;&#039;&#039;Installation/Startup&#039;&#039;&#039; ==&lt;br /&gt;
===&#039;&#039;&#039;Installation&#039;&#039;&#039;===&lt;br /&gt;
I decided to go with the Live CD &#039;flavor&#039; of this distribution as it is the one that would minimize my chances of doing something I would regret to my own PC via some of the write tests that were available as part of the default package. I used VirtualBox to mount the downloaded iso, this enabled me to do some testing and play around with creating my own test cases, and packages. This was easy and straight forward.&lt;br /&gt;
[[File:LiveInstall.jpg|thumb|upright=0.65|Live CD Installation Diagram]]&lt;br /&gt;
A few installation options are described below:&lt;br /&gt;
====&#039;&#039;&#039;Live CD&#039;&#039;&#039;====&lt;br /&gt;
Download and save the iso (Live CD) image that is suitable for your system from the Inquisitor [http://www.inquisitor.ru/download.html website.] Choose a virtualization software to use.&lt;br /&gt;
=====&#039;&#039;&#039;Oracle VM VirtualBox&#039;&#039;&#039;=====&lt;br /&gt;
# Download and install [https://www.virtualbox.org/wiki/Downloads VirtualBox].&lt;br /&gt;
# Create a new Virtual Machine by following the point and click wizard.&lt;br /&gt;
# Mount the Inquisitor iso, previously downloaded.&lt;br /&gt;
# Start the Virtual Machine with the mounted image.&lt;br /&gt;
# Select one of the options and have fun...&lt;br /&gt;
=====&#039;&#039;&#039;VMware&#039;&#039;&#039;=====&lt;br /&gt;
# Download and install [http://downloads.vmware.com/ VMware].&lt;br /&gt;
# Create a new Virtual Machine by following the point and click wizard.&lt;br /&gt;
# Mount the Inquisitor iso, previously downloaded.&lt;br /&gt;
# Start the Virtual Machine with the mounted image.&lt;br /&gt;
# Select one of the options and have fun...&lt;br /&gt;
====&#039;&#039;&#039;Problems Encountered&#039;&#039;&#039;====&lt;br /&gt;
None encountered.&lt;br /&gt;
== &#039;&#039;&#039;Basic Operation&#039;&#039;&#039; ==&lt;br /&gt;
{| style=&amp;quot;float: right;&amp;quot;&lt;br /&gt;
|[[File:Hardware Testing Menu.png|right|thumb|Figure 1 - Main Menu]]&lt;br /&gt;
|[[File:Benchmark Testing - Non Destructive.png|right|thumb|Figure 2 - A test in progress]]&lt;br /&gt;
|[[File:Test Results.png|right|thumb|Figure 3 - Test results]]&lt;br /&gt;
|}&lt;br /&gt;
The setup used; Oracle VM VirtualBox running a mounted Live CD copy of Inquisitor v3.0.&lt;br /&gt;
&lt;br /&gt;
The main menu that is presented to the user directly following boot-up is straightforward and easy to use (Figure 1). All of the options are grouped into categories. Selecting and running tests is straightforward, a test is selected and ran, after it is done, the results are saved and may be viewed at any time. Everything is automatic (Figure 2), you just &#039;point and click&#039; with the outcome presented as &#039;DONE&#039;, &#039;FAILED&#039;, &#039;SKIP&#039;, &#039;PASSED&#039;, and &#039;CALLED&#039; - the wording is fully customizable and can be changed via a configuration file if one so desires -. Some tests require the user to enter a set of parameters that are test specific, such as the number of iterations to run through or test duration. All of the parameters are entered via a TUI textfield. Once the desired test(s) are ran, results are saved and may be viewed at any time (Figure 3).&lt;br /&gt;
&lt;br /&gt;
I did not encounter any problems. Although with some of the more time consuming tests it would have been nice to see some kind of an update on what is currently happening, in order to eliminate any suspicion that the system has hung. The only other gripe I had was with the &#039;View test results&#039; constantly returning me not to the menu from which I came, but to the main menu. This forces the user to go back to wherever he/she was each and every single time. Having an option to &#039;Exit&#039; once everything was done would have been nice.	&lt;br /&gt;
== &#039;&#039;&#039;Usage Evaluation&#039;&#039;&#039; ==&lt;br /&gt;
From my experience I think that the distribution does everything that it had promised on it&#039;s website and then some. I found it very easy to install and come to terms with, and the ability to create and modify existing test cases was simple and fairly straight forward thanks to the provided documentation that kept things concise and not overly complicated. The basics are there, and are enough to lay the foundation for whatever test case module you may want to create provided you have some background experience in programming and know what it is that you want to do. &lt;br /&gt;
== &#039;&#039;&#039;References&#039;&#039;&#039; ==&lt;br /&gt;
&amp;lt;references /&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;[http://distrowatch.com/table.php?distribution=Inquisitor DistroWatch.com: Inquisitor]&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;[http://en.wikipedia.org/wiki/Inquisitor_%28hardware_testing_software%29 Inquisitor wiki page]&amp;lt;/p&amp;gt;&lt;br /&gt;
=Part 2=&lt;br /&gt;
==&#039;&#039;&#039;Software Packaging&#039;&#039;&#039;==&lt;br /&gt;
===&#039;&#039;&#039;How is software packaged for this distribution?&#039;&#039;&#039;===&lt;br /&gt;
Software is packaged using the [http://en.wikipedia.org/wiki/RPM_Package_Manager RPM] package management system. It&#039;s associated file format is .rpm. This format was intended primarily for GNU/Linux distributions and is the baseline package format of the Linux Standard Base. Repositories are used to contain applications, and they are  required in order to maintain system integrity and stability. This was done because software packages often have one or more dependencies. If two programs A and B depend on C and upgrading A depends on upgrading C, then B will also have to be updated to be able to &#039;interact&#039; with the upgraded version C. Therefore having repositories that contain different releases and versions of packages helps mitigate this issue. &lt;br /&gt;
{| style=&amp;quot;float: right;&amp;quot;&lt;br /&gt;
|[[File:Synaptic_RMS.jpg|right|thumb|Figure 4 - Synaptic]]&lt;br /&gt;
===&#039;&#039;&#039;What packaging format and utilities are used?&#039;&#039;&#039;===&lt;br /&gt;
There are 2 utilities that are used for package management:&lt;br /&gt;
# [http://en.wikipedia.org/wiki/Synaptic_Package_Manager Synaptic] is a graphical package management tool that comes preinstalled with the distribution. It allows the user to view, install, remove, and upgrade software packages (Figure 4).&lt;br /&gt;
# [http://en.wikipedia.org/wiki/Advanced_Packaging_Tool Advanced Packaging Tool] (APT) is a command line terminal based packaging tool that has been modified to also work with RPM via [http://en.wikipedia.org/wiki/Apt-rpm APT-RPM].&lt;br /&gt;
===&#039;&#039;&#039;How can you use these utilities to get a list of installed packages?&#039;&#039;&#039;===&lt;br /&gt;
&#039;&#039;&#039;Synaptic&#039;&#039;&#039; will automatically list all of the packages installed on the system as soon as it is opened. Adding, upgrading or removing packages can be done in several ways:&lt;br /&gt;
* Select the desired package and choose the action from the &#039;Package&#039; menu.&lt;br /&gt;
* Double click on the package name.&lt;br /&gt;
* Choose an action from the context menu of the package.&lt;br /&gt;
* Click on the status icon to open a menu that contains all possible actions.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;APT&#039;&#039;&#039; has various commands that the user can use:&lt;br /&gt;
* &#039;&#039;apt-cache&#039;&#039; - Will allow you to search the local package cache for packages.&lt;br /&gt;
* &#039;&#039;apt-cache search [package name]&#039;&#039; - Will show packages with &#039;package name&#039; that are installed.&lt;br /&gt;
* &#039;&#039;apt-cache show [package name]&#039;&#039; - Will show information for &#039;package name&#039;.&lt;br /&gt;
* &#039;&#039;apt-cdrom&#039;&#039; - Can be used to add package archives to the list of sources that are defined in /etc/apt/sources.list.&lt;br /&gt;
* &#039;&#039;apt-get&#039;&#039; - Is used to handle packages. &lt;br /&gt;
* &#039;&#039;apt-get update&#039;&#039; - Should be run prior to installing or upgrading a software application as it will make sure that the package cache is up to date.&lt;br /&gt;
* &#039;&#039;apt-get install [package name]&#039;&#039; - Will install the &#039;package name&#039; package.&lt;br /&gt;
* &#039;&#039;apt-get remove [package name]&#039;&#039; - Will remove &#039;package name&#039; package from your machine.&lt;br /&gt;
* ...along with many other less widely used commands. Please refer to man pages or online sources for all of the available commands.&lt;br /&gt;
{| style=&amp;quot;float: right;&amp;quot;&lt;br /&gt;
|[[File:Package_Info.jpg|right|thumb|Package Breakdown]]&lt;br /&gt;
===&#039;&#039;&#039;How extensive is the software catalog for this distribution?&#039;&#039;&#039;===&lt;br /&gt;
There is a good variety of applications that come with the distribution, from a wide variety of categories. All-in-all, there are 1300 packages pre-installed. There is a nice variety of games (for Tetris lovers, its in there!), Flash, Java JRE, Quicktime, a browser - Firefox -, document tools, calculator, etc, are all included. [http://www.winehq.org/ Wine] is also in here. I am not a LInux user and have not yet tried it, but it sounds pretty cool as it supposedly lets you run Windows software on other operating systems.&lt;br /&gt;
&lt;br /&gt;
Please see a more detailed breakdown of the pre-installed packages on the right.&lt;br /&gt;
==&#039;&#039;&#039;Major package versions&#039;&#039;&#039;==&lt;br /&gt;
[http://www.kernel.org/ &#039;&#039;&#039;Kernel&#039;&#039;&#039;]&lt;br /&gt;
* Version 3.0.3-alt0.M60P.1. The latest stable version is 3.1.1.&lt;br /&gt;
* Size 80.4 MB.&lt;br /&gt;
* No evident modifications.&lt;br /&gt;
* It is a default 2.6.x kernel variant for ALT Linux distributions. It was most likely chosen because it is a proven kernel. Stable and reliable.&lt;br /&gt;
[http://www.gnu.org/s/libc/ &#039;&#039;&#039;glibc&#039;&#039;&#039;] &lt;br /&gt;
* Version 2.11.3-alt6. The latest stable version is 2.14.&lt;br /&gt;
* Size 2962 kB.  &lt;br /&gt;
* Some of the most recent modifications by the authors have been; some bug fixes, some solutions to localization issues, reversion of some broken commits, and a fixed nscd reload. Full list can be found in the changelog. &lt;br /&gt;
* It was most likely chosen because without these files a GNU/Linux system would not function.&lt;br /&gt;
[http://www.x.org/wiki/ X.org]&lt;br /&gt;
* Version 1.10.3-alt0.M60P.1. The latest stable version is 7.6.&lt;br /&gt;
* Size 33 kB.&lt;br /&gt;
* No evident modifications.&lt;br /&gt;
* It has most likely been included in order to provide access to the X Windows System. &lt;br /&gt;
[http://java.com/en/download/ JVM]&lt;br /&gt;
* Version 1.6.0.26-alt1. The latest stable version is 1.6.&lt;br /&gt;
* Size 90.3 MB. &lt;br /&gt;
* Some of the most recent modifications by the authors have been; some modifications for localization purposes and some font changes.&lt;br /&gt;
* It was most likely included to enable us - the users - to run Java applications.&lt;br /&gt;
[http://www.gnu.org/software/bash/ Bash]&lt;br /&gt;
* Version 3.2.51-alt1. The latest stable version is 4.2.&lt;br /&gt;
* Size 1066 kB.&lt;br /&gt;
* No evident modifications.&lt;br /&gt;
* It was included to provide the user with a shell for typing various commands.&lt;br /&gt;
[http://directory.fsf.org/wiki/Grep Grep]&lt;br /&gt;
* version 2.9-alt1. The latest stable version is 2.8.&lt;br /&gt;
* Size 876 kB.&lt;br /&gt;
* No evident modifications.&lt;br /&gt;
* Grep is a command-line text searching tool which is probably why it was included.&lt;br /&gt;
[http://rpm.org/wiki/Download RPM]&lt;br /&gt;
* Version 4.0.4-alt100.24. The latest stable version is 4.9.1.2.&lt;br /&gt;
* Size 646 kB. &lt;br /&gt;
* No evident modifications.&lt;br /&gt;
* It was included in order to provide a command line driven package management system capable of installing, uninstalling, verifying, querying, and updating software packages.&lt;br /&gt;
[http://www.mozilla.org/en-US/firefox/new/ Firefox]&lt;br /&gt;
* Version 5.0.1-alt0.M60P.2. The latest version is 8.0.&lt;br /&gt;
* Size 4931 kB.&lt;br /&gt;
* Some of the most recent modifications by the authors have been; fixes of &amp;quot;Multiple WebGL crashes&amp;quot;, &amp;quot;Stealing of cross-domain images using WebGL textures&amp;quot;, and fixes to misc memory leaks.&lt;br /&gt;
* It was included in order to provide a browser component for this distribution and probably because it is a cross-platform browser unlike Internet Explorer.&lt;br /&gt;
[http://www.mozilla.org/en-US/thunderbird/ Thunderbird]&lt;br /&gt;
* Version 5.0-alt0.M60P.1. The latest stable version is 8.0.&lt;br /&gt;
* Size 39.1 MB.&lt;br /&gt;
* Some of the most recent modifications by the authors have been; gnome-support subpackage was removed, an error was fixed that caused the client to crash due to a corrupted JPEG image, and fixes to &amp;quot;memory hazards&amp;quot;. &lt;br /&gt;
* It is included to provide the user with an e-mail client that is safe and fast.&lt;br /&gt;
[http://www.libreoffice.org/ LibreOffice]&lt;br /&gt;
* Version 3.4.2.3-alt0.M60P.1. The latest stable version is 3.4.4.&lt;br /&gt;
* Size 250 MB.&lt;br /&gt;
* Some of the most recent modifications by the authors have been; KDE4 support was enabled, and some menu localization issues were solved. &lt;br /&gt;
* This package was included in order to offer the user a productivity suite (document editor) it is an off-shoot of openoffice, and it is largely compatible with other major office suites (including MS Office).&lt;br /&gt;
==&#039;&#039;&#039;Initialization&#039;&#039;&#039;==&lt;br /&gt;
&lt;br /&gt;
The first things that starts running upon start up is the [http://en.wikipedia.org/wiki/BIOS BIOS]. The BIOS is the interface between the computer and it&#039;s various peripherals. It will load and execute the first 512 bytes off the disk (/dev/hda), the master boot record (MBR). The [http://en.wikipedia.org/wiki/Master_boot_record MBR] then starts [https://wiki.archlinux.org/index.php/GRUB2 GRUB2]. The boot loader, GRUB2, then loads and runs the kernel. The first thing the kernel does is &#039;execute&#039; &#039;&#039;init&#039;&#039;. Init is the root/parent of all processes. It in turn will then start the /etc/rc.d/rc.sysinit script using run-level 5. Which is the default start up run-level for this version of the OS found out from /etc/inittab, which is the boot-time system configuration/initialization script. &lt;br /&gt;
&lt;br /&gt;
===&#039;&#039;&#039;rc.sysinit&#039;&#039;&#039;===&lt;br /&gt;
&lt;br /&gt;
- Below is a step by step break down of most of the major functions performed by rc.sysinit, gathered by looking through the script:&lt;br /&gt;
* &#039;&#039;/sbin/initlog&#039;&#039; is ran.&lt;br /&gt;
* network scripts are run via the &#039;&#039;/etc/sysconfig/network&#039;&#039; script.&lt;br /&gt;
* The system will then print a welcome message and the OS banner on screen.&lt;br /&gt;
* The &#039;&#039;/proc&#039;&#039; file system is then mounted.&lt;br /&gt;
* The system will then check if it needs to load and use modules and set a flag accordingly.&lt;br /&gt;
** If modules are to be used then the script &#039;&#039;/etc/rc.d/scripts/load_modules&#039;&#039; will be run.&lt;br /&gt;
* The system clock is then set and started using &#039;&#039;/etc/adjtime&#039;&#039; and &#039;&#039;/etc/init.d/clock&#039;&#039;.&lt;br /&gt;
* The file system is checked using &#039;&#039;fsck&#039;&#039;, which will return an exit code indicating the state of the FS. If all is well it proceeds. The message &amp;quot;No errors&amp;quot; is printed if the status is zero. The message &amp;quot;File system errors corrected&amp;quot; is printed if there were errors but they were corrected. If there were some other errors the specific error is printed, the user is dropped back into shell, when the user leaves the shell the system reboots.&lt;br /&gt;
* A script, &#039;&#039;/etc/rc.d/scripts/lang&#039;&#039; is ran to correct some &amp;quot;language fixes&amp;quot; related to localization and user selection on boot-up.&lt;br /&gt;
* Serial ports are initialized via the &#039;&#039;/etc/rc.d/rc.serial&#039;&#039; script.&lt;br /&gt;
* The firewall is started via the &#039;&#039;/etc/rc.d/rc.firewall&#039;&#039; script as well as some others (what looks to be related to specific run-levels allthough I am not sure).&lt;br /&gt;
* All of the kernel ring buffer messages are then dumped using the &#039;&#039;dmesg&#039;&#039; command.&lt;br /&gt;
==&#039;&#039;&#039;References&#039;&#039;&#039;==&lt;br /&gt;
&amp;lt;references /&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;[http://en.wikipedia.org/wiki/RPM_Package_Manager RPM wiki page]&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;[http://en.wikipedia.org/wiki/Synaptic_Package_Manager Synaptic wiki page]&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;[http://en.wikipedia.org/wiki/Advanced_Packaging_Tool APT wiki page]&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;[http://docs.altlinux.org/archive/2.3/compact/alt-docs-compact-en/ch03s09.html ALT Linux documentation on package management]&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;[http://linuxgazette.net/issue84/tougher.html#1 APT Turorial]&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;http://distrowatch.com/dwres.php?resource=package-management&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;http://www.linuxhomenetworking.com/wiki/index.php/Quick_HOWTO_:_Ch07_:_The_Linux_Boot_Process#The_Linux_Boot_Sequence&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;http://sisyphus.ru/en/&amp;lt;/p&amp;gt;&lt;br /&gt;
=Part 3=&lt;/div&gt;</summary>
		<author><name>Atchekan</name></author>
	</entry>
	<entry>
		<id>https://homeostasis.scs.carleton.ca/wiki/index.php?title=COMP_3000_2011_Report:_Inquisitor&amp;diff=14370</id>
		<title>COMP 3000 2011 Report: Inquisitor</title>
		<link rel="alternate" type="text/html" href="https://homeostasis.scs.carleton.ca/wiki/index.php?title=COMP_3000_2011_Report:_Inquisitor&amp;diff=14370"/>
		<updated>2011-11-16T19:02:37Z</updated>

		<summary type="html">&lt;p&gt;Atchekan: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[File:Inquisitor-logo.png|thumb|centre|Inquisitor Logo]] &lt;br /&gt;
=Part 1=&lt;br /&gt;
== &#039;&#039;&#039;Background&#039;&#039;&#039; ==&lt;br /&gt;
===&#039;&#039;&#039;Name&#039;&#039;&#039;===&lt;br /&gt;
The name of the distribution is Inquisitor. &lt;br /&gt;
===&#039;&#039;&#039;Goals and Target Audience&#039;&#039;&#039;===&lt;br /&gt;
This distribution aims to provide an open-source hardware testing and certification system, that is:&lt;br /&gt;
* &#039;&#039;&#039;Customizable&#039;&#039;&#039;: it is possible to pick and choose which modules and tests to include.&lt;br /&gt;
* &#039;&#039;&#039;Modular&#039;&#039;&#039;: it is made up from a series of interchangeable modules; one can easily add new modules in order to add new test detections, production steps, etc. This will be described in greater detail in later parts of the report. Please stay tuned!&lt;br /&gt;
* &#039;&#039;&#039;Flexible&#039;&#039;&#039;: it is possible to adjust virtually any parameter in analysis or testing process and customize the system to the widest extent possible.&lt;br /&gt;
* &#039;&#039;&#039;Intelligent&#039;&#039;&#039;: it is server-based version includes a database that stores all the data on all computers that were tested by Inquisitor making easy to keep track of multiple systems/PCs. If some parts of the hardware were to change, &#039;clever scheduler&#039; won&#039;t redo all the long testing, but only the tests that were relevant to the hardware changes.&lt;br /&gt;
* &#039;&#039;&#039;Distributed&#039;&#039;&#039;: through its modular architecture, Inquisitor can be easily distributed across a cluster to distribute load or make a geographically distributed system. &lt;br /&gt;
* &#039;&#039;&#039;Scalable&#039;&#039;&#039;: it is possible to test just one computer or all the computers in an organization.&lt;br /&gt;
* &#039;&#039;&#039;Free&#039;&#039;&#039;: it is free, and that&#039;s always good!&lt;br /&gt;
===&#039;&#039;&#039;Who Develops it&#039;&#039;&#039;===&lt;br /&gt;
It is being developed by Mikhail Yakashin and another 5 guys, with various contributions from others, the full list of names can be found below:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;u&amp;gt;Inquisitor team is:&amp;lt;/u&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* Mikhail Yakshin &lt;br /&gt;
* Pavel Melnikov&lt;br /&gt;
* Maksim Bartenev&lt;br /&gt;
* Sergey Matveev &lt;br /&gt;
* Denis Borovikov&lt;br /&gt;
* Andras Horvath&lt;br /&gt;
					&lt;br /&gt;
&amp;lt;u&amp;gt;With contributions and suggestions from:&amp;lt;/u&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* Anton Farygin&lt;br /&gt;
* Anton Kachalov&lt;br /&gt;
* Valery Inozemtsev&lt;br /&gt;
* Alexandra Panyukova&lt;br /&gt;
* Michail Pishchagin&lt;br /&gt;
===&#039;&#039;&#039;How To Get It&#039;&#039;&#039;===&lt;br /&gt;
Inquisitor&amp;lt;ref name = &amp;quot;Inquisitor&amp;quot;&amp;gt;[http://www.inquisitor.ru/ Inquisitor]: Inquisitor website.&amp;lt;/ref&amp;gt; may be obtained via the official [http://www.inquisitor.ru/download.html website]. Currently it seems that only a 	direct download is available, but there is a heading for BitTorrent, so who knows it may also be available as an option in the future. There are several &#039;flavors&#039; to choose from; there is a standalone version, a live version, and 	an enterprise version.&lt;br /&gt;
* &#039;&#039;Standalone version&#039;&#039;, installs into whatever Linux OS system you are currently running by modifying a configuration makefile with your current system parameters. This is probably the best for &amp;quot;demonstrating and learning Inquisitor&amp;quot; as stated by the people working on the distribution.&lt;br /&gt;
* &#039;&#039;Live version&#039;&#039;, is a Linux Live CD option that allows you to boot straight from the CD/DVD. A good choice for those that are afraid to accidentally mess something up on their system when running destructive testing and for those that don&#039;t have a Linux OS installed on their machine.&lt;br /&gt;
* &#039;&#039;Enterprise version&#039;&#039;, allows the user to setup a dedicated testing server that would allow any computer to boot from the network using the PXE protocol in order to test multiple computers on a regular basis.&lt;br /&gt;
===&#039;&#039;&#039;How Large is it&#039;&#039;&#039;===&lt;br /&gt;
The size of each of the aforementioned &#039;flavors&#039; is relatively small and only took a couple of minutes to download via my connection at home. The 	distribution is zipped, and version 3.0 is under a megabyte in size. When unzipped it is just under 2 megabytes (1.95). The iso for the Live CD version of the distribution is 131 megabytes for 32-bit systems, and 135 megabytes for 64-bit systems.&lt;br /&gt;
===&#039;&#039;&#039;Influences&#039;&#039;&#039;===&lt;br /&gt;
[http://en.wikipedia.org/wiki/ALT_Linux ALT Linux] is used as the base and starting point for Inquisitor. &lt;br /&gt;
===&#039;&#039;&#039;Miscellaneous&#039;&#039;&#039;===			&lt;br /&gt;
Inquisitor uses an internal scheduling program that allows a user to schedule and run multiple tests, in a predefined order with varying parameters.&lt;br /&gt;
&lt;br /&gt;
The following tests are available to run. Please refer to the [http://www.inquisitor.ru/doc/api/index.html API] for further information and documentation on the various tests.&lt;br /&gt;
{|&lt;br /&gt;
| style=&amp;quot;vertical-align: top&amp;quot; |&lt;br /&gt;
* Array configurator&lt;br /&gt;
* Boot from image&lt;br /&gt;
* BYTEmark benchmark suite&lt;br /&gt;
* CPU benchmark: Dhrystone&lt;br /&gt;
* CPU benchmark: Whetstone&lt;br /&gt;
* CPU burn&lt;br /&gt;
* Database to Detects comparison&lt;br /&gt;
* DD&lt;br /&gt;
* FDD read/write&lt;br /&gt;
* Firmware reflashing&lt;br /&gt;
* HDD array stress&lt;br /&gt;
* HDD benchmark: Bonnie&lt;br /&gt;
* HDD benchmark: hdparm&lt;br /&gt;
| style=&amp;quot;vertical-align: top&amp;quot; |&lt;br /&gt;
* HDD benchmark: IOzone&lt;br /&gt;
* HDD passthrough&lt;br /&gt;
* HDD SMART&lt;br /&gt;
* Memory benchmark: STREAM&lt;br /&gt;
* Memory test: Memtester&lt;br /&gt;
* Mencoder in memory&lt;br /&gt;
* Mencoder on hard drive&lt;br /&gt;
* Network interface&lt;br /&gt;
* ODD read&lt;br /&gt;
* ODD write&lt;br /&gt;
* Partimage&lt;br /&gt;
* Reference-based detects comparison&lt;br /&gt;
* Stress compression&lt;br /&gt;
| style=&amp;quot;vertical-align: top&amp;quot; |&lt;br /&gt;
* Torrent upload&lt;br /&gt;
* UnixBench benchmark suite&lt;br /&gt;
* USB flash drive&lt;br /&gt;
* USB GPRS modem&lt;br /&gt;
* USB GPRS Modem Dialup&lt;br /&gt;
* USB GPRS modem signal level&lt;br /&gt;
* USB presence&lt;br /&gt;
|}&lt;br /&gt;
== &#039;&#039;&#039;Installation/Startup&#039;&#039;&#039; ==&lt;br /&gt;
===&#039;&#039;&#039;Installation&#039;&#039;&#039;===&lt;br /&gt;
I decided to go with the Live CD &#039;flavor&#039; of this distribution as it is the one that would minimize my chances of doing something I would regret to my own PC via some of the write tests that were available as part of the default package. I used VirtualBox to mount the downloaded iso, this enabled me to do some testing and play around with creating my own test cases, and packages. This was easy and straight forward.&lt;br /&gt;
[[File:LiveInstall.jpg|thumb|upright=0.65|Live CD Installation Diagram]]&lt;br /&gt;
A few installation options are described below:&lt;br /&gt;
====&#039;&#039;&#039;Live CD&#039;&#039;&#039;====&lt;br /&gt;
Download and save the iso (Live CD) image that is suitable for your system from the Inquisitor [http://www.inquisitor.ru/download.html website.] Choose a virtualization software to use.&lt;br /&gt;
=====&#039;&#039;&#039;Oracle VM VirtualBox&#039;&#039;&#039;=====&lt;br /&gt;
# Download and install [https://www.virtualbox.org/wiki/Downloads VirtualBox].&lt;br /&gt;
# Create a new Virtual Machine by following the point and click wizard.&lt;br /&gt;
# Mount the Inquisitor iso, previously downloaded.&lt;br /&gt;
# Start the Virtual Machine with the mounted image.&lt;br /&gt;
# Select one of the options and have fun...&lt;br /&gt;
=====&#039;&#039;&#039;VMware&#039;&#039;&#039;=====&lt;br /&gt;
# Download and install [http://downloads.vmware.com/ VMware].&lt;br /&gt;
# Create a new Virtual Machine by following the point and click wizard.&lt;br /&gt;
# Mount the Inquisitor iso, previously downloaded.&lt;br /&gt;
# Start the Virtual Machine with the mounted image.&lt;br /&gt;
# Select one of the options and have fun...&lt;br /&gt;
====&#039;&#039;&#039;Problems Encountered&#039;&#039;&#039;====&lt;br /&gt;
None encountered.&lt;br /&gt;
== &#039;&#039;&#039;Basic Operation&#039;&#039;&#039; ==&lt;br /&gt;
{| style=&amp;quot;float: right;&amp;quot;&lt;br /&gt;
|[[File:Hardware Testing Menu.png|right|thumb|Figure 1 - Main Menu]]&lt;br /&gt;
|[[File:Benchmark Testing - Non Destructive.png|right|thumb|Figure 2 - A test in progress]]&lt;br /&gt;
|[[File:Test Results.png|right|thumb|Figure 3 - Test results]]&lt;br /&gt;
|}&lt;br /&gt;
The setup used; Oracle VM VirtualBox running a mounted Live CD copy of Inquisitor v3.0.&lt;br /&gt;
&lt;br /&gt;
The main menu that is presented to the user directly following boot-up is straightforward and easy to use (Figure 1). All of the options are grouped into categories. Selecting and running tests is straightforward, a test is selected and ran, after it is done, the results are saved and may be viewed at any time. Everything is automatic (Figure 2), you just &#039;point and click&#039; with the outcome presented as &#039;DONE&#039;, &#039;FAILED&#039;, &#039;SKIP&#039;, &#039;PASSED&#039;, and &#039;CALLED&#039; - the wording is fully customizable and can be changed via a configuration file if one so desires -. Some tests require the user to enter a set of parameters that are test specific, such as the number of iterations to run through or test duration. All of the parameters are entered via a TUI textfield. Once the desired test(s) are ran, results are saved and may be viewed at any time (Figure 3).&lt;br /&gt;
&lt;br /&gt;
I did not encounter any problems. Although with some of the more time consuming tests it would have been nice to see some kind of an update on what is currently happening, in order to eliminate any suspicion that the system has hung. The only other gripe I had was with the &#039;View test results&#039; constantly returning me not to the menu from which I came, but to the main menu. This forces the user to go back to wherever he/she was each and every single time. Having an option to &#039;Exit&#039; once everything was done would have been nice.	&lt;br /&gt;
== &#039;&#039;&#039;Usage Evaluation&#039;&#039;&#039; ==&lt;br /&gt;
From my experience I think that the distribution does everything that it had promised on it&#039;s website and then some. I found it very easy to install and come to terms with, and the ability to create and modify existing test cases was simple and fairly straight forward thanks to the provided documentation that kept things concise and not overly complicated. The basics are there, and are enough to lay the foundation for whatever test case module you may want to create provided you have some background experience in programming and know what it is that you want to do. &lt;br /&gt;
== &#039;&#039;&#039;References&#039;&#039;&#039; ==&lt;br /&gt;
&amp;lt;references /&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;[http://distrowatch.com/table.php?distribution=Inquisitor DistroWatch.com: Inquisitor]&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;[http://en.wikipedia.org/wiki/Inquisitor_%28hardware_testing_software%29 Inquisitor wiki page]&amp;lt;/p&amp;gt;&lt;br /&gt;
=Part 2=&lt;br /&gt;
==&#039;&#039;&#039;Software Packaging&#039;&#039;&#039;==&lt;br /&gt;
===&#039;&#039;&#039;How is software packaged for this distribution?&#039;&#039;&#039;===&lt;br /&gt;
Software is packaged using the [http://en.wikipedia.org/wiki/RPM_Package_Manager RPM] package management system. It&#039;s associated file format is .rpm. This format was intended primarily for GNU/Linux distributions and is the baseline package format of the Linux Standard Base. Repositories are used to contain applications, and they are  required in order to maintain system integrity and stability. This was done because software packages often have one or more dependencies. If two programs A and B depend on C and upgrading A depends on upgrading C, then B will also have to be updated to be able to &#039;interact&#039; with the upgraded version C. Therefore having repositories that contain different releases and versions of packages helps mitigate this issue. &lt;br /&gt;
{| style=&amp;quot;float: right;&amp;quot;&lt;br /&gt;
|[[File:Synaptic_RMS.jpg|right|thumb|Figure 4 - Synaptic]]&lt;br /&gt;
===&#039;&#039;&#039;What packaging format and utilities are used?&#039;&#039;&#039;===&lt;br /&gt;
There are 2 utilities that are used for package management:&lt;br /&gt;
# [http://en.wikipedia.org/wiki/Synaptic_Package_Manager Synaptic] is a graphical package management tool that comes preinstalled with the distribution. It allows the user to view, install, remove, and upgrade software packages (Figure 4).&lt;br /&gt;
# [http://en.wikipedia.org/wiki/Advanced_Packaging_Tool Advanced Packaging Tool] (APT) is a command line terminal based packaging tool that has been modified to also work with RPM via [http://en.wikipedia.org/wiki/Apt-rpm APT-RPM].&lt;br /&gt;
===&#039;&#039;&#039;How can you use these utilities to get a list of installed packages?&#039;&#039;&#039;===&lt;br /&gt;
&#039;&#039;&#039;Synaptic&#039;&#039;&#039; will automatically list all of the packages installed on the system as soon as it is opened. Adding, upgrading or removing packages can be done in several ways:&lt;br /&gt;
* Select the desired package and choose the action from the &#039;Package&#039; menu.&lt;br /&gt;
* Double click on the package name.&lt;br /&gt;
* Choose an action from the context menu of the package.&lt;br /&gt;
* Click on the status icon to open a menu that contains all possible actions.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;APT&#039;&#039;&#039; has various commands that the user can use:&lt;br /&gt;
* &#039;&#039;apt-cache&#039;&#039; - Will allow you to search the local package cache for packages.&lt;br /&gt;
* &#039;&#039;apt-cache search [package name]&#039;&#039; - Will show packages with &#039;package name&#039; that are installed.&lt;br /&gt;
* &#039;&#039;apt-cache show [package name]&#039;&#039; - Will show information for &#039;package name&#039;.&lt;br /&gt;
* &#039;&#039;apt-cdrom&#039;&#039; - Can be used to add package archives to the list of sources that are defined in /etc/apt/sources.list.&lt;br /&gt;
* &#039;&#039;apt-get&#039;&#039; - Is used to handle packages. &lt;br /&gt;
* &#039;&#039;apt-get update&#039;&#039; - Should be run prior to installing or upgrading a software application as it will make sure that the package cache is up to date.&lt;br /&gt;
* &#039;&#039;apt-get install [package name]&#039;&#039; - Will install the &#039;package name&#039; package.&lt;br /&gt;
* &#039;&#039;apt-get remove [package name]&#039;&#039; - Will remove &#039;package name&#039; package from your machine.&lt;br /&gt;
* ...along with many other less widely used commands. Please refer to man pages or online sources for all of the available commands.&lt;br /&gt;
{| style=&amp;quot;float: right;&amp;quot;&lt;br /&gt;
|[[File:Package_Info.jpg|right|thumb|Package Breakdown]]&lt;br /&gt;
===&#039;&#039;&#039;How extensive is the software catalog for this distribution?&#039;&#039;&#039;===&lt;br /&gt;
There is a good variety of applications that come with the distribution, from a wide variety of categories. All-in-all, there are 1300 packages pre-installed. There is a nice variety of games (for Tetris lovers, its in there!), Flash, Java JRE, Quicktime, a browser - Firefox -, document tools, calculator, etc, are all included. [http://www.winehq.org/ Wine] is also in here. I am not a LInux user and have not yet tried it, but it sounds pretty cool as it supposedly lets you run Windows software on other operating systems.&lt;br /&gt;
&lt;br /&gt;
Please see a more detailed breakdown of the pre-installed packages on the right.&lt;br /&gt;
==&#039;&#039;&#039;Major package versions&#039;&#039;&#039;==&lt;br /&gt;
[http://www.kernel.org/ &#039;&#039;&#039;Kernel&#039;&#039;&#039;]&lt;br /&gt;
* Version 3.0.3-alt0.M60P.1. The latest stable version is 3.1.1.&lt;br /&gt;
* Size 80.4 MB.&lt;br /&gt;
* No evident modifications.&lt;br /&gt;
* It is a default 2.6.x kernel variant for ALT Linux distributions. It was most likely chosen because it is a proven kernel. Stable and reliable.&lt;br /&gt;
[http://www.gnu.org/s/libc/ &#039;&#039;&#039;glibc&#039;&#039;&#039;] &lt;br /&gt;
* Version 2.11.3-alt6. The latest stable version is 2.14.&lt;br /&gt;
* Size 2962 kB.  &lt;br /&gt;
* Some of the most recent modifications by the authors have been; some bug fixes, some solutions to localization issues, reversion of some broken commits, and a fixed nscd reload. Full list can be found in the changelog. &lt;br /&gt;
* It was most likely chosen because without these files a GNU/Linux system would not function.&lt;br /&gt;
[http://www.x.org/wiki/ X.org]&lt;br /&gt;
* Version 1.10.3-alt0.M60P.1. The latest stable version is 7.6.&lt;br /&gt;
* Size 33 kB.&lt;br /&gt;
* No evident modifications.&lt;br /&gt;
* It has most likely been included in order to provide access to the X Windows System. &lt;br /&gt;
[http://java.com/en/download/ JVM]&lt;br /&gt;
* Version 1.6.0.26-alt1. The latest stable version is 1.6.&lt;br /&gt;
* Size 90.3 MB. &lt;br /&gt;
* Some of the most recent modifications by the authors have been; some modifications for localization purposes and some font changes.&lt;br /&gt;
* It was most likely included to enable us - the users - to run Java applications.&lt;br /&gt;
[http://www.gnu.org/software/bash/ Bash]&lt;br /&gt;
* Version 3.2.51-alt1. The latest stable version is 4.2.&lt;br /&gt;
* Size 1066 kB.&lt;br /&gt;
* No evident modifications.&lt;br /&gt;
* It was included to provide the user with a shell for typing various commands.&lt;br /&gt;
[http://directory.fsf.org/wiki/Grep Grep]&lt;br /&gt;
* version 2.9-alt1. The latest stable version is 2.8.&lt;br /&gt;
* Size 876 kB.&lt;br /&gt;
* No evident modifications.&lt;br /&gt;
* Grep is a command-line text searching tool which is probably why it was included.&lt;br /&gt;
[http://rpm.org/wiki/Download RPM]&lt;br /&gt;
* Version 4.0.4-alt100.24. The latest stable version is 4.9.1.2.&lt;br /&gt;
* Size 646 kB. &lt;br /&gt;
* No evident modifications.&lt;br /&gt;
* It was included in order to provide a command line driven package management system capable of installing, uninstalling, verifying, querying, and updating software packages.&lt;br /&gt;
[http://www.mozilla.org/en-US/firefox/new/ Firefox]&lt;br /&gt;
* Version 5.0.1-alt0.M60P.2. The latest version is 8.0.&lt;br /&gt;
* Size 4931 kB.&lt;br /&gt;
* Some of the most recent modifications by the authors have been; fixes of &amp;quot;Multiple WebGL crashes&amp;quot;, &amp;quot;Stealing of cross-domain images using WebGL textures&amp;quot;, and fixes to misc memory leaks.&lt;br /&gt;
* It was included in order to provide a browser component for this distribution and probably because it is a cross-platform browser unlike Internet Explorer.&lt;br /&gt;
[http://www.mozilla.org/en-US/thunderbird/ Thunderbird]&lt;br /&gt;
* Version 5.0-alt0.M60P.1. The latest stable version is 8.0.&lt;br /&gt;
* Size 39.1 MB.&lt;br /&gt;
* Some of the most recent modifications by the authors have been; gnome-support subpackage was removed, an error was fixed that caused the client to crash due to a corrupted JPEG image, and fixes to &amp;quot;memory hazards&amp;quot;. &lt;br /&gt;
* It is included to provide the user with an e-mail client that is safe and fast.&lt;br /&gt;
[http://www.libreoffice.org/ LibreOffice]&lt;br /&gt;
* Version 3.4.2.3-alt0.M60P.1. The latest stable version is 3.4.4.&lt;br /&gt;
* Size 250 MB.&lt;br /&gt;
* Some of the most recent modifications by the authors have been; KDE4 support was enabled, and some menu localization issues were solved. &lt;br /&gt;
* This package was included in order to offer the user a productivity suite (document editor) it is an off-shoot of openoffice, and it is largely compatible with other major office suites (including MS Office).&lt;br /&gt;
==&#039;&#039;&#039;Initialization&#039;&#039;&#039;==&lt;br /&gt;
&lt;br /&gt;
The first things that starts running upon start up is the [http://en.wikipedia.org/wiki/BIOS BIOS]. The BIOS is the interface between the computer and it&#039;s various peripherals. It will load and execute the first 512 bytes off the disk (/dev/hda), the master boot record (MBR). The [http://en.wikipedia.org/wiki/Master_boot_record MBR] then starts [https://wiki.archlinux.org/index.php/GRUB2 GRUB2]. The boot loader, GRUB2, then loads and runs the kernel. The first thing the kernel does is &#039;execute&#039; &#039;&#039;init&#039;&#039;. Init is the root/parent of all processes. It in turn will then start the /etc/rc.d/rc.sysinit script using run-level 5. Which is the default start up run-level for this version of the OS found out from /etc/inittab, which is the boot-time system configuration/initialization script. &lt;br /&gt;
&lt;br /&gt;
===&#039;&#039;&#039;rc.sysinit&#039;&#039;&#039;===&lt;br /&gt;
&lt;br /&gt;
- Below is a step by step break down of most of the major functions performed by rc.sysinit, gathered by looking through the script:&lt;br /&gt;
* &#039;&#039;/sbin/initlog&#039;&#039; is ran.&lt;br /&gt;
* network scripts are run via the &#039;&#039;/etc/sysconfig/network&#039;&#039; script.&lt;br /&gt;
* The system will then print a welcome message and the OS banner on screen.&lt;br /&gt;
* The &#039;&#039;/proc&#039;&#039; file system is then mounted.&lt;br /&gt;
* The system will then check if it needs to load and use modules and set a flag accordingly.&lt;br /&gt;
** If modules are to be used then the script &#039;&#039;/etc/rc.d/scripts/load_modules&#039;&#039; will be run.&lt;br /&gt;
* The system clock is then set and started using &#039;&#039;/etc/adjtime&#039;&#039; and &#039;&#039;/etc/init.d/clock&#039;&#039;.&lt;br /&gt;
* The file system is checked using &#039;&#039;fsck&#039;&#039;, which will return an exit code indicating the state of the FS. If all is well it proceeds. The message &amp;quot;No errors&amp;quot; is printed if the status is zero. The message &amp;quot;File system errors corrected&amp;quot; is printed if there were errors but they were corrected. If there were some other errors the specific error is printed, the user is dropped back into shell, when the user leaves the shell the system reboots.&lt;br /&gt;
* A script, &#039;&#039;/etc/rc.d/scripts/lang&#039;&#039; is ran to correct some &amp;quot;language fixes&amp;quot; related to localization and user selection on boot-up.&lt;br /&gt;
* Serial ports are initialized via the &#039;&#039;/etc/rc.d/rc.serial&#039;&#039; script.&lt;br /&gt;
* The firewall is started via the &#039;&#039;/etc/rc.d/rc.firewall&#039;&#039; script as well as some others (what looks to be related to specific run-levels allthough I am not sure).&lt;br /&gt;
* All of the kernel ring buffer messages are then dumped using the &#039;&#039;dmesg&#039;&#039; command.&lt;br /&gt;
==&#039;&#039;&#039;References&#039;&#039;&#039;==&lt;br /&gt;
&amp;lt;references /&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;[http://en.wikipedia.org/wiki/RPM_Package_Manager RPM wiki page]&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;[http://en.wikipedia.org/wiki/Synaptic_Package_Manager Synaptic wiki page]&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;[http://en.wikipedia.org/wiki/Advanced_Packaging_Tool APT wiki page]&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;[http://docs.altlinux.org/archive/2.3/compact/alt-docs-compact-en/ch03s09.html ALT Linux documentation on package management]&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;[http://linuxgazette.net/issue84/tougher.html#1 APT Turorial]&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;http://distrowatch.com/dwres.php?resource=package-management&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;http://www.linuxhomenetworking.com/wiki/index.php/Quick_HOWTO_:_Ch07_:_The_Linux_Boot_Process#The_Linux_Boot_Sequence&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;http://sisyphus.ru/en/&amp;lt;/p&amp;gt;&lt;br /&gt;
=Part 3=&lt;/div&gt;</summary>
		<author><name>Atchekan</name></author>
	</entry>
	<entry>
		<id>https://homeostasis.scs.carleton.ca/wiki/index.php?title=File:Synaptic_RMS.jpg&amp;diff=14168</id>
		<title>File:Synaptic RMS.jpg</title>
		<link rel="alternate" type="text/html" href="https://homeostasis.scs.carleton.ca/wiki/index.php?title=File:Synaptic_RMS.jpg&amp;diff=14168"/>
		<updated>2011-11-16T02:16:43Z</updated>

		<summary type="html">&lt;p&gt;Atchekan: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Atchekan</name></author>
	</entry>
	<entry>
		<id>https://homeostasis.scs.carleton.ca/wiki/index.php?title=File:Package_Info.jpg&amp;diff=14167</id>
		<title>File:Package Info.jpg</title>
		<link rel="alternate" type="text/html" href="https://homeostasis.scs.carleton.ca/wiki/index.php?title=File:Package_Info.jpg&amp;diff=14167"/>
		<updated>2011-11-16T02:16:30Z</updated>

		<summary type="html">&lt;p&gt;Atchekan: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Atchekan</name></author>
	</entry>
	<entry>
		<id>https://homeostasis.scs.carleton.ca/wiki/index.php?title=COMP_3000_2011_Report:_Inquisitor&amp;diff=13995</id>
		<title>COMP 3000 2011 Report: Inquisitor</title>
		<link rel="alternate" type="text/html" href="https://homeostasis.scs.carleton.ca/wiki/index.php?title=COMP_3000_2011_Report:_Inquisitor&amp;diff=13995"/>
		<updated>2011-11-14T23:05:39Z</updated>

		<summary type="html">&lt;p&gt;Atchekan: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[File:Inquisitor-logo.png|thumb|centre|Inquisitor Logo]] &lt;br /&gt;
=Part 1=&lt;br /&gt;
== &#039;&#039;&#039;Background&#039;&#039;&#039; ==&lt;br /&gt;
===&#039;&#039;&#039;Name&#039;&#039;&#039;===&lt;br /&gt;
The name of the distribution is Inquisitor. &lt;br /&gt;
===&#039;&#039;&#039;Goals and Target Audience&#039;&#039;&#039;===&lt;br /&gt;
This distribution aims to provide an open-source hardware testing and certification system, that is:&lt;br /&gt;
* &#039;&#039;&#039;Customizable&#039;&#039;&#039;: it is possible to pick and choose which modules and tests to include.&lt;br /&gt;
* &#039;&#039;&#039;Modular&#039;&#039;&#039;: it is made up from a series of interchangeable modules; one can easily add new modules in order to add new test detections, production steps, etc. This will be described in greater detail in later parts of the report. Please stay tuned!&lt;br /&gt;
* &#039;&#039;&#039;Flexible&#039;&#039;&#039;: it is possible to adjust virtually any parameter in analysis or testing process and customize the system to the widest extent possible.&lt;br /&gt;
* &#039;&#039;&#039;Intelligent&#039;&#039;&#039;: it is server-based version includes a database that stores all the data on all computers that were tested by Inquisitor making easy to keep track of multiple systems/PCs. If some parts of the hardware were to change, &#039;clever scheduler&#039; won&#039;t redo all the long testing, but only the tests that were relevant to the hardware changes.&lt;br /&gt;
* &#039;&#039;&#039;Distributed&#039;&#039;&#039;: through its modular architecture, Inquisitor can be easily distributed across a cluster to distribute load or make a geographically distributed system. &lt;br /&gt;
* &#039;&#039;&#039;Scalable&#039;&#039;&#039;: it is possible to test just one computer or all the computers in an organization.&lt;br /&gt;
* &#039;&#039;&#039;Free&#039;&#039;&#039;: it is free, and that&#039;s always good!&lt;br /&gt;
===&#039;&#039;&#039;Who Develops it&#039;&#039;&#039;===&lt;br /&gt;
It is being developed by Mikhail Yakashin and another 5 guys, with various contributions from others, the full list of names can be found below:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;u&amp;gt;Inquisitor team is:&amp;lt;/u&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* Mikhail Yakshin &lt;br /&gt;
* Pavel Melnikov&lt;br /&gt;
* Maksim Bartenev&lt;br /&gt;
* Sergey Matveev &lt;br /&gt;
* Denis Borovikov&lt;br /&gt;
* Andras Horvath&lt;br /&gt;
					&lt;br /&gt;
&amp;lt;u&amp;gt;With contributions and suggestions from:&amp;lt;/u&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* Anton Farygin&lt;br /&gt;
* Anton Kachalov&lt;br /&gt;
* Valery Inozemtsev&lt;br /&gt;
* Alexandra Panyukova&lt;br /&gt;
* Michail Pishchagin&lt;br /&gt;
===&#039;&#039;&#039;How To Get It&#039;&#039;&#039;===&lt;br /&gt;
Inquisitor&amp;lt;ref name = &amp;quot;Inquisitor&amp;quot;&amp;gt;[http://www.inquisitor.ru/ Inquisitor]: Inquisitor website.&amp;lt;/ref&amp;gt; may be obtained via the official [http://www.inquisitor.ru/download.html website]. Currently it seems that only a 	direct download is available, but there is a heading for BitTorrent, so who knows it may also be available as an option in the future. There are several &#039;flavors&#039; to choose from; there is a standalone version, a live version, and 	an enterprise version.&lt;br /&gt;
* &#039;&#039;Standalone version&#039;&#039;, installs into whatever Linux OS system you are currently running by modifying a configuration makefile with your current system parameters. This is probably the best for &amp;quot;demonstrating and learning Inquisitor&amp;quot; as stated by the people working on the distribution.&lt;br /&gt;
* &#039;&#039;Live version&#039;&#039;, is a Linux Live CD option that allows you to boot straight from the CD/DVD. A good choice for those that are afraid to accidentally mess something up on their system when running destructive testing and for those that don&#039;t have a Linux OS installed on their machine.&lt;br /&gt;
* &#039;&#039;Enterprise version&#039;&#039;, allows the user to setup a dedicated testing server that would allow any computer to boot from the network using the PXE protocol in order to test multiple computers on a regular basis.&lt;br /&gt;
===&#039;&#039;&#039;How Large is it&#039;&#039;&#039;===&lt;br /&gt;
The size of each of the aforementioned &#039;flavors&#039; is relatively small and only took a couple of minutes to download via my connection at home. The 	distribution is zipped, and version 3.0 is under a megabyte in size. When unzipped it is just under 2 megabytes (1.95). The iso for the Live CD version of the distribution is 131 megabytes for 32-bit systems, and 135 megabytes for 64-bit systems.&lt;br /&gt;
===&#039;&#039;&#039;Influences&#039;&#039;&#039;===&lt;br /&gt;
[http://en.wikipedia.org/wiki/ALT_Linux ALT Linux] is used as the base and starting point for Inquisitor. &lt;br /&gt;
===&#039;&#039;&#039;Miscellaneous&#039;&#039;&#039;===			&lt;br /&gt;
Inquisitor uses an internal scheduling program that allows a user to schedule and run multiple tests, in a predefined order with varying parameters.&lt;br /&gt;
&lt;br /&gt;
The following tests are available to run. Please refer to the [http://www.inquisitor.ru/doc/api/index.html API] for further information and documentation on the various tests.&lt;br /&gt;
{|&lt;br /&gt;
| style=&amp;quot;vertical-align: top&amp;quot; |&lt;br /&gt;
* Array configurator&lt;br /&gt;
* Boot from image&lt;br /&gt;
* BYTEmark benchmark suite&lt;br /&gt;
* CPU benchmark: Dhrystone&lt;br /&gt;
* CPU benchmark: Whetstone&lt;br /&gt;
* CPU burn&lt;br /&gt;
* Database to Detects comparison&lt;br /&gt;
* DD&lt;br /&gt;
* FDD read/write&lt;br /&gt;
* Firmware reflashing&lt;br /&gt;
* HDD array stress&lt;br /&gt;
* HDD benchmark: Bonnie&lt;br /&gt;
* HDD benchmark: hdparm&lt;br /&gt;
| style=&amp;quot;vertical-align: top&amp;quot; |&lt;br /&gt;
* HDD benchmark: IOzone&lt;br /&gt;
* HDD passthrough&lt;br /&gt;
* HDD SMART&lt;br /&gt;
* Memory benchmark: STREAM&lt;br /&gt;
* Memory test: Memtester&lt;br /&gt;
* Mencoder in memory&lt;br /&gt;
* Mencoder on hard drive&lt;br /&gt;
* Network interface&lt;br /&gt;
* ODD read&lt;br /&gt;
* ODD write&lt;br /&gt;
* Partimage&lt;br /&gt;
* Reference-based detects comparison&lt;br /&gt;
* Stress compression&lt;br /&gt;
| style=&amp;quot;vertical-align: top&amp;quot; |&lt;br /&gt;
* Torrent upload&lt;br /&gt;
* UnixBench benchmark suite&lt;br /&gt;
* USB flash drive&lt;br /&gt;
* USB GPRS modem&lt;br /&gt;
* USB GPRS Modem Dialup&lt;br /&gt;
* USB GPRS modem signal level&lt;br /&gt;
* USB presence&lt;br /&gt;
|}&lt;br /&gt;
== &#039;&#039;&#039;Installation/Startup&#039;&#039;&#039; ==&lt;br /&gt;
===&#039;&#039;&#039;Installation&#039;&#039;&#039;===&lt;br /&gt;
I decided to go with the Live CD &#039;flavor&#039; of this distribution as it is the one that would minimize my chances of doing something I would regret to my own PC via some of the write tests that were available as part of the default package. I used VirtualBox to mount the downloaded iso, this enabled me to do some testing and play around with creating my own test cases, and packages. This was easy and straight forward.&lt;br /&gt;
[[File:LiveInstall.jpg|thumb|upright=0.65|Live CD Installation Diagram]]&lt;br /&gt;
A few installation options are described below:&lt;br /&gt;
====&#039;&#039;&#039;Live CD&#039;&#039;&#039;====&lt;br /&gt;
Download and save the iso (Live CD) image that is suitable for your system from the Inquisitor [http://www.inquisitor.ru/download.html website.] Choose a virtualization software to use.&lt;br /&gt;
=====&#039;&#039;&#039;Oracle VM VirtualBox&#039;&#039;&#039;=====&lt;br /&gt;
# Download and install [https://www.virtualbox.org/wiki/Downloads VirtualBox].&lt;br /&gt;
# Create a new Virtual Machine by following the point and click wizard.&lt;br /&gt;
# Mount the Inquisitor iso, previously downloaded.&lt;br /&gt;
# Start the Virtual Machine with the mounted image.&lt;br /&gt;
# Select one of the options and have fun...&lt;br /&gt;
=====&#039;&#039;&#039;VMware&#039;&#039;&#039;=====&lt;br /&gt;
# Download and install [http://downloads.vmware.com/ VMware].&lt;br /&gt;
# Create a new Virtual Machine by following the point and click wizard.&lt;br /&gt;
# Mount the Inquisitor iso, previously downloaded.&lt;br /&gt;
# Start the Virtual Machine with the mounted image.&lt;br /&gt;
# Select one of the options and have fun...&lt;br /&gt;
====&#039;&#039;&#039;Problems Encountered&#039;&#039;&#039;====&lt;br /&gt;
None encountered.&lt;br /&gt;
== &#039;&#039;&#039;Basic Operation&#039;&#039;&#039; ==&lt;br /&gt;
{| style=&amp;quot;float: right;&amp;quot;&lt;br /&gt;
|[[File:Hardware Testing Menu.png|right|thumb|Figure 1 - Main Menu]]&lt;br /&gt;
|[[File:Benchmark Testing - Non Destructive.png|right|thumb|Figure 2 - A test in progress]]&lt;br /&gt;
|[[File:Test Results.png|right|thumb|Figure 3 - Test results]]&lt;br /&gt;
|}&lt;br /&gt;
The setup used; Oracle VM VirtualBox running a mounted Live CD copy of Inquisitor v3.0.&lt;br /&gt;
&lt;br /&gt;
The main menu that is presented to the user directly following boot-up is straightforward and easy to use (Figure 1). All of the options are grouped into categories. Selecting and running tests is straightforward, a test is selected and ran, after it is done, the results are saved and may be viewed at any time. Everything is automatic (Figure 2), you just &#039;point and click&#039; with the outcome presented as &#039;DONE&#039;, &#039;FAILED&#039;, &#039;SKIP&#039;, &#039;PASSED&#039;, and &#039;CALLED&#039; - the wording is fully customizable and can be changed via a configuration file if one so desires -. Some tests require the user to enter a set of parameters that are test specific, such as the number of iterations to run through or test duration. All of the parameters are entered via a TUI textfield. Once the desired test(s) are ran, results are saved and may be viewed at any time (Figure 3).&lt;br /&gt;
&lt;br /&gt;
I did not encounter any problems. Although with some of the more time consuming tests it would have been nice to see some kind of an update on what is currently happening, in order to eliminate any suspicion that the system has hung. The only other gripe I had was with the &#039;View test results&#039; constantly returning me not to the menu from which I came, but to the main menu. This forces the user to go back to wherever he/she was each and every single time. Having an option to &#039;Exit&#039; once everything was done would have been nice.	&lt;br /&gt;
== &#039;&#039;&#039;Usage Evaluation&#039;&#039;&#039; ==&lt;br /&gt;
From my experience I think that the distribution does everything that it had promised on it&#039;s website and then some. I found it very easy to install and come to terms with, and the ability to create and modify existing test cases was simple and fairly straight forward thanks to the provided documentation that kept things concise and not overly complicated. The basics are there, and are enough to lay the foundation for whatever test case module you may want to create provided you have some background experience in programming and know what it is that you want to do. &lt;br /&gt;
== &#039;&#039;&#039;References&#039;&#039;&#039; ==&lt;br /&gt;
&amp;lt;references /&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;[http://distrowatch.com/table.php?distribution=Inquisitor DistroWatch.com: Inquisitor]&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;[http://en.wikipedia.org/wiki/Inquisitor_%28hardware_testing_software%29 Inquisitor wiki page]&amp;lt;/p&amp;gt;&lt;br /&gt;
=Part 2=&lt;br /&gt;
=Part 3=&lt;/div&gt;</summary>
		<author><name>Atchekan</name></author>
	</entry>
	<entry>
		<id>https://homeostasis.scs.carleton.ca/wiki/index.php?title=COMP_3000_2011_Report:_Inquisitor&amp;diff=13994</id>
		<title>COMP 3000 2011 Report: Inquisitor</title>
		<link rel="alternate" type="text/html" href="https://homeostasis.scs.carleton.ca/wiki/index.php?title=COMP_3000_2011_Report:_Inquisitor&amp;diff=13994"/>
		<updated>2011-11-14T23:01:22Z</updated>

		<summary type="html">&lt;p&gt;Atchekan: Created page with &amp;quot;Inquisitor Logo  == &amp;#039;&amp;#039;&amp;#039;Background&amp;#039;&amp;#039;&amp;#039; == ===&amp;#039;&amp;#039;&amp;#039;Name&amp;#039;&amp;#039;&amp;#039;=== The name of the distribution is Inquisitor.  ===&amp;#039;&amp;#039;&amp;#039;Goals and Target Audience&amp;#039;&amp;#039;&amp;#039;…&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[File:Inquisitor-logo.png|thumb|centre|Inquisitor Logo]] &lt;br /&gt;
== &#039;&#039;&#039;Background&#039;&#039;&#039; ==&lt;br /&gt;
===&#039;&#039;&#039;Name&#039;&#039;&#039;===&lt;br /&gt;
The name of the distribution is Inquisitor. &lt;br /&gt;
===&#039;&#039;&#039;Goals and Target Audience&#039;&#039;&#039;===&lt;br /&gt;
This distribution aims to provide an open-source hardware testing and certification system, that is:&lt;br /&gt;
* &#039;&#039;&#039;Customizable&#039;&#039;&#039;: it is possible to pick and choose which modules and tests to include.&lt;br /&gt;
* &#039;&#039;&#039;Modular&#039;&#039;&#039;: it is made up from a series of interchangeable modules; one can easily add new modules in order to add new test detections, production steps, etc. This will be described in greater detail in later parts of the report. Please stay tuned!&lt;br /&gt;
* &#039;&#039;&#039;Flexible&#039;&#039;&#039;: it is possible to adjust virtually any parameter in analysis or testing process and customize the system to the widest extent possible.&lt;br /&gt;
* &#039;&#039;&#039;Intelligent&#039;&#039;&#039;: it is server-based version includes a database that stores all the data on all computers that were tested by Inquisitor making easy to keep track of multiple systems/PCs. If some parts of the hardware were to change, &#039;clever scheduler&#039; won&#039;t redo all the long testing, but only the tests that were relevant to the hardware changes.&lt;br /&gt;
* &#039;&#039;&#039;Distributed&#039;&#039;&#039;: through its modular architecture, Inquisitor can be easily distributed across a cluster to distribute load or make a geographically distributed system. &lt;br /&gt;
* &#039;&#039;&#039;Scalable&#039;&#039;&#039;: it is possible to test just one computer or all the computers in an organization.&lt;br /&gt;
* &#039;&#039;&#039;Free&#039;&#039;&#039;: it is free, and that&#039;s always good!&lt;br /&gt;
===&#039;&#039;&#039;Who Develops it&#039;&#039;&#039;===&lt;br /&gt;
It is being developed by Mikhail Yakashin and another 5 guys, with various contributions from others, the full list of names can be found below:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;u&amp;gt;Inquisitor team is:&amp;lt;/u&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* Mikhail Yakshin &lt;br /&gt;
* Pavel Melnikov&lt;br /&gt;
* Maksim Bartenev&lt;br /&gt;
* Sergey Matveev &lt;br /&gt;
* Denis Borovikov&lt;br /&gt;
* Andras Horvath&lt;br /&gt;
					&lt;br /&gt;
&amp;lt;u&amp;gt;With contributions and suggestions from:&amp;lt;/u&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* Anton Farygin&lt;br /&gt;
* Anton Kachalov&lt;br /&gt;
* Valery Inozemtsev&lt;br /&gt;
* Alexandra Panyukova&lt;br /&gt;
* Michail Pishchagin&lt;br /&gt;
===&#039;&#039;&#039;How To Get It&#039;&#039;&#039;===&lt;br /&gt;
Inquisitor&amp;lt;ref name = &amp;quot;Inquisitor&amp;quot;&amp;gt;[http://www.inquisitor.ru/ Inquisitor]: Inquisitor website.&amp;lt;/ref&amp;gt; may be obtained via the official [http://www.inquisitor.ru/download.html website]. Currently it seems that only a 	direct download is available, but there is a heading for BitTorrent, so who knows it may also be available as an option in the future. There are several &#039;flavors&#039; to choose from; there is a standalone version, a live version, and 	an enterprise version.&lt;br /&gt;
* &#039;&#039;Standalone version&#039;&#039;, installs into whatever Linux OS system you are currently running by modifying a configuration makefile with your current system parameters. This is probably the best for &amp;quot;demonstrating and learning Inquisitor&amp;quot; as stated by the people working on the distribution.&lt;br /&gt;
* &#039;&#039;Live version&#039;&#039;, is a Linux Live CD option that allows you to boot straight from the CD/DVD. A good choice for those that are afraid to accidentally mess something up on their system when running destructive testing and for those that don&#039;t have a Linux OS installed on their machine.&lt;br /&gt;
* &#039;&#039;Enterprise version&#039;&#039;, allows the user to setup a dedicated testing server that would allow any computer to boot from the network using the PXE protocol in order to test multiple computers on a regular basis.&lt;br /&gt;
===&#039;&#039;&#039;How Large is it&#039;&#039;&#039;===&lt;br /&gt;
The size of each of the aforementioned &#039;flavors&#039; is relatively small and only took a couple of minutes to download via my connection at home. The 	distribution is zipped, and version 3.0 is under a megabyte in size. When unzipped it is just under 2 megabytes (1.95). The iso for the Live CD version of the distribution is 131 megabytes for 32-bit systems, and 135 megabytes for 64-bit systems.&lt;br /&gt;
===&#039;&#039;&#039;Influences&#039;&#039;&#039;===&lt;br /&gt;
[http://en.wikipedia.org/wiki/ALT_Linux ALT Linux] is used as the base and starting point for Inquisitor. &lt;br /&gt;
===&#039;&#039;&#039;Miscellaneous&#039;&#039;&#039;===			&lt;br /&gt;
Inquisitor uses an internal scheduling program that allows a user to schedule and run multiple tests, in a predefined order with varying parameters.&lt;br /&gt;
&lt;br /&gt;
The following tests are available to run. Please refer to the [http://www.inquisitor.ru/doc/api/index.html API] for further information and documentation on the various tests.&lt;br /&gt;
{|&lt;br /&gt;
| style=&amp;quot;vertical-align: top&amp;quot; |&lt;br /&gt;
* Array configurator&lt;br /&gt;
* Boot from image&lt;br /&gt;
* BYTEmark benchmark suite&lt;br /&gt;
* CPU benchmark: Dhrystone&lt;br /&gt;
* CPU benchmark: Whetstone&lt;br /&gt;
* CPU burn&lt;br /&gt;
* Database to Detects comparison&lt;br /&gt;
* DD&lt;br /&gt;
* FDD read/write&lt;br /&gt;
* Firmware reflashing&lt;br /&gt;
* HDD array stress&lt;br /&gt;
* HDD benchmark: Bonnie&lt;br /&gt;
* HDD benchmark: hdparm&lt;br /&gt;
| style=&amp;quot;vertical-align: top&amp;quot; |&lt;br /&gt;
* HDD benchmark: IOzone&lt;br /&gt;
* HDD passthrough&lt;br /&gt;
* HDD SMART&lt;br /&gt;
* Memory benchmark: STREAM&lt;br /&gt;
* Memory test: Memtester&lt;br /&gt;
* Mencoder in memory&lt;br /&gt;
* Mencoder on hard drive&lt;br /&gt;
* Network interface&lt;br /&gt;
* ODD read&lt;br /&gt;
* ODD write&lt;br /&gt;
* Partimage&lt;br /&gt;
* Reference-based detects comparison&lt;br /&gt;
* Stress compression&lt;br /&gt;
| style=&amp;quot;vertical-align: top&amp;quot; |&lt;br /&gt;
* Torrent upload&lt;br /&gt;
* UnixBench benchmark suite&lt;br /&gt;
* USB flash drive&lt;br /&gt;
* USB GPRS modem&lt;br /&gt;
* USB GPRS Modem Dialup&lt;br /&gt;
* USB GPRS modem signal level&lt;br /&gt;
* USB presence&lt;br /&gt;
|}&lt;br /&gt;
== &#039;&#039;&#039;Installation/Startup&#039;&#039;&#039; ==&lt;br /&gt;
===&#039;&#039;&#039;Installation&#039;&#039;&#039;===&lt;br /&gt;
I decided to go with the Live CD &#039;flavor&#039; of this distribution as it is the one that would minimize my chances of doing something I would regret to my own PC via some of the write tests that were available as part of the default package. I used VirtualBox to mount the downloaded iso, this enabled me to do some testing and play around with creating my own test cases, and packages. This was easy and straight forward.&lt;br /&gt;
[[File:LiveInstall.jpg|thumb|upright=0.65|Live CD Installation Diagram]]&lt;br /&gt;
A few installation options are described below:&lt;br /&gt;
====&#039;&#039;&#039;Live CD&#039;&#039;&#039;====&lt;br /&gt;
Download and save the iso (Live CD) image that is suitable for your system from the Inquisitor [http://www.inquisitor.ru/download.html website.] Choose a virtualization software to use.&lt;br /&gt;
=====&#039;&#039;&#039;Oracle VM VirtualBox&#039;&#039;&#039;=====&lt;br /&gt;
# Download and install [https://www.virtualbox.org/wiki/Downloads VirtualBox].&lt;br /&gt;
# Create a new Virtual Machine by following the point and click wizard.&lt;br /&gt;
# Mount the Inquisitor iso, previously downloaded.&lt;br /&gt;
# Start the Virtual Machine with the mounted image.&lt;br /&gt;
# Select one of the options and have fun...&lt;br /&gt;
=====&#039;&#039;&#039;VMware&#039;&#039;&#039;=====&lt;br /&gt;
# Download and install [http://downloads.vmware.com/ VMware].&lt;br /&gt;
# Create a new Virtual Machine by following the point and click wizard.&lt;br /&gt;
# Mount the Inquisitor iso, previously downloaded.&lt;br /&gt;
# Start the Virtual Machine with the mounted image.&lt;br /&gt;
# Select one of the options and have fun...&lt;br /&gt;
====&#039;&#039;&#039;Problems Encountered&#039;&#039;&#039;====&lt;br /&gt;
None encountered.&lt;br /&gt;
== &#039;&#039;&#039;Basic Operation&#039;&#039;&#039; ==&lt;br /&gt;
{| style=&amp;quot;float: right;&amp;quot;&lt;br /&gt;
|[[File:Hardware Testing Menu.png|right|thumb|Figure 1 - Main Menu]]&lt;br /&gt;
|[[File:Benchmark Testing - Non Destructive.png|right|thumb|Figure 2 - A test in progress]]&lt;br /&gt;
|[[File:Test Results.png|right|thumb|Figure 3 - Test results]]&lt;br /&gt;
|}&lt;br /&gt;
The setup used; Oracle VM VirtualBox running a mounted Live CD copy of Inquisitor v3.0.&lt;br /&gt;
&lt;br /&gt;
The main menu that is presented to the user directly following boot-up is straightforward and easy to use (Figure 1). All of the options are grouped into categories. Selecting and running tests is straightforward, a test is selected and ran, after it is done, the results are saved and may be viewed at any time. Everything is automatic (Figure 2), you just &#039;point and click&#039; with the outcome presented as &#039;DONE&#039;, &#039;FAILED&#039;, &#039;SKIP&#039;, &#039;PASSED&#039;, and &#039;CALLED&#039; - the wording is fully customizable and can be changed via a configuration file if one so desires -. Some tests require the user to enter a set of parameters that are test specific, such as the number of iterations to run through or test duration. All of the parameters are entered via a TUI textfield. Once the desired test(s) are ran, results are saved and may be viewed at any time (Figure 3).&lt;br /&gt;
&lt;br /&gt;
I did not encounter any problems. Although with some of the more time consuming tests it would have been nice to see some kind of an update on what is currently happening, in order to eliminate any suspicion that the system has hung. The only other gripe I had was with the &#039;View test results&#039; constantly returning me not to the menu from which I came, but to the main menu. This forces the user to go back to wherever he/she was each and every single time. Having an option to &#039;Exit&#039; once everything was done would have been nice.	&lt;br /&gt;
== &#039;&#039;&#039;Usage Evaluation&#039;&#039;&#039; ==&lt;br /&gt;
From my experience I think that the distribution does everything that it had promised on it&#039;s website and then some. I found it very easy to install and come to terms with, and the ability to create and modify existing test cases was simple and fairly straight forward thanks to the provided documentation that kept things concise and not overly complicated. The basics are there, and are enough to lay the foundation for whatever test case module you may want to create provided you have some background experience in programming and know what it is that you want to do. &lt;br /&gt;
== &#039;&#039;&#039;References&#039;&#039;&#039; ==&lt;br /&gt;
&amp;lt;references /&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;[http://distrowatch.com/table.php?distribution=Inquisitor DistroWatch.com: Inquisitor]&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;[http://en.wikipedia.org/wiki/Inquisitor_%28hardware_testing_software%29 Inquisitor wiki page]&amp;lt;/p&amp;gt;&lt;/div&gt;</summary>
		<author><name>Atchekan</name></author>
	</entry>
	<entry>
		<id>https://homeostasis.scs.carleton.ca/wiki/index.php?title=COMP_3000_Distribution_Sign-up_2011&amp;diff=13992</id>
		<title>COMP 3000 Distribution Sign-up 2011</title>
		<link rel="alternate" type="text/html" href="https://homeostasis.scs.carleton.ca/wiki/index.php?title=COMP_3000_Distribution_Sign-up_2011&amp;diff=13992"/>
		<updated>2011-11-14T22:49:10Z</updated>

		<summary type="html">&lt;p&gt;Atchekan: /* Distributions I-M */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Sign up for the distribution you want to report on here.  Note that others are also editing  page so verify that the page hasn&#039;t been mangled after you make your changes.  To help with this, try to only edit the section for the appropriate alphabet range (e.g., Ubuntu should go under T-V).&lt;br /&gt;
&lt;br /&gt;
Note that no more than two people may sign up for each distribution.  If two people sign up for a distribution, you two &#039;&#039;&#039;should be working together&#039;&#039;&#039; on a joint report.  If you are not working together, then note that the person who picked the distribution gets a 10% bonus: that person, after all, did the work to find the distribution.&lt;br /&gt;
&lt;br /&gt;
Please sign up with your wiki name (which, generally, should be the same as your connect username).  See [http://www.distrowatch.com Distrowatch] to see what distributions are out there.  Also, search for types of operating system distributions.&lt;br /&gt;
&lt;br /&gt;
Please &#039;&#039;&#039;do not&#039;&#039;&#039; sign up for a major distribution.  This includes but is not limited to the major distributions listed by Distrowatch.  Pick out something specialized and obscure!  If in doubt, please email the instructors and TAs.&lt;br /&gt;
&lt;br /&gt;
If you are submitting your report on the wiki, please add a link to it as shown in the example.  Please title the page using the name of your distribution, not your name.&lt;br /&gt;
&lt;br /&gt;
Further information on the report is [[COMP 3000 Distribution Report Specifications 2011|here]].&lt;br /&gt;
&lt;br /&gt;
Example entry:&lt;br /&gt;
&lt;br /&gt;
* [http://www.ubuntu.com Ubuntu]: asomayaj, snetimar ([[COMP 3000 2011 Report: Ubuntu|Report]])&lt;br /&gt;
&lt;br /&gt;
==Distributions A-D==&lt;br /&gt;
[http://alpinelinux.org/ Alpine Linux]: mevans ([[COMP 3000 2011 Report: Alpine|Report]])&lt;br /&gt;
&lt;br /&gt;
[http://www.apodio.org/ APODIO]: mbrowna ([[COMP 3000 2011 Report: APODIO|Report]])&lt;br /&gt;
&lt;br /&gt;
[http://www.artistx.org/site3/ ArtistX]: adangel2 ([[Comp 3000 ArtistX Report|Report]])&lt;br /&gt;
&lt;br /&gt;
BackTrack: dcarson&lt;br /&gt;
&lt;br /&gt;
[http://www.bodhilinux.com/ Bodhi Linux]: jboucha2 ([[COMP 3000 2011 Report: Bodhi|Report]])&lt;br /&gt;
&lt;br /&gt;
[http://Caine-Live.net/ CAINE Linux]: nyoung2 ([[COMP 3000 2011 Report: CAINE|Report]])&lt;br /&gt;
&lt;br /&gt;
Chromium OS(Chrome OS): baathari&lt;br /&gt;
&lt;br /&gt;
[http://crunchbanglinux.org/ CrunchBang]: drewmartin ([[COMP 3000 2011 Report: CrunchBang|Report]])&lt;br /&gt;
&lt;br /&gt;
[http://crux.nu/ CRUX]: ttian1 ([[COMP 3000 2011 report ttian1|Report]])&lt;br /&gt;
&lt;br /&gt;
[http://www.damnsmalllinux.org/ Damn Small Linux]: MartyV ([[COMP 3000 2011 Report: Damn Small Linux|Report]])&lt;br /&gt;
&lt;br /&gt;
Damn Vulnerable Linux: amurphy7 , vsanthir ([[COMP 3000 2011 Report: Damn Vulnerable Linux|Report]])&lt;br /&gt;
&lt;br /&gt;
[http://www.deftlinux.net/ DEFT Linux]: deadlytea ([[COMP 3000 2011 Report: DEFT Linux|Report]])&lt;br /&gt;
&lt;br /&gt;
[http://www.doudoulinux.org/ DoudouLinux]:fmcyamwe,tchopel([[COMP 3000 2011 Report: DoudouLinux|Report]])&lt;br /&gt;
&lt;br /&gt;
==Distributions E-H==&lt;br /&gt;
&lt;br /&gt;
[http://www.edubuntu.org/ Edubuntu]: smaqsood ([[COMP 3000 2011 Report: Edubuntu|Report]])&lt;br /&gt;
&lt;br /&gt;
[http://www.funtoo.org/ Funtoo Linux]: porter.nicolas ([[COMP 3000 2011 Report: Funtoo Linux|Report]])&lt;br /&gt;
&lt;br /&gt;
[http://www.gobolinux.org/ GoboLinux]: NameGoesHere&lt;br /&gt;
&lt;br /&gt;
[http://haiku-os.org/ Haiku]: nhoda, thildebr ([http://cg.scs.carleton.ca/~nhoda/haiku/ Report])&lt;br /&gt;
&lt;br /&gt;
[http://hannahmontana.sourceforge.net/Site/Home.html Hannah Montana Linux]:ttian1&lt;br /&gt;
&lt;br /&gt;
==Distributions I-M==&lt;br /&gt;
Incognito Live System: bwernik ([[Report: TAILS]])&lt;br /&gt;
&lt;br /&gt;
[http://www.inquisitor.ru/ Inquisitor]: atchekan ([[COMP 3000 2011 Report: Inquisitor|Report]])&lt;br /&gt;
&lt;br /&gt;
[http://www.jolicloud.com/ Joli OS (Jolicloud)]: nkathrad tsukasa19([[COMP 3000 2011 Report: Joli OS|Report]])&lt;br /&gt;
&lt;br /&gt;
[http://knosciences.tuxfamily.org/doku.php KnoSciences]: nTierney([[COMP 3000 2011 Report: KnoSciences|Report]])&lt;br /&gt;
&lt;br /&gt;
[http://www.dee.su/liberte/ Liberté Linux]: Murals&lt;br /&gt;
&lt;br /&gt;
[http://www.spi.dod.mil/lipose.htm Lightweight Portable Security]: jeckhard ([[COMP 3000 2011 Report: LPS|Report]])&lt;br /&gt;
&lt;br /&gt;
[http://linhes.org/bugs/ LinHes]:jmarcha1 ([[COMP 3000 2011 Report: LinHES|Report]])&lt;br /&gt;
&lt;br /&gt;
[http://live.linux-gamers.net/ linuX-Gamers Live]: dlpkelly ([[COMP 3000 2011 Report: linuX-gamers Live|Report]])&lt;br /&gt;
&lt;br /&gt;
Linux Mangaka One: AsoCchahal ([[COMP 3000 2011 Report: Linux Mangaka One|Report]])&lt;br /&gt;
&lt;br /&gt;
[http://lubuntu.net/ Lubuntu]: falaskar&lt;br /&gt;
&lt;br /&gt;
[http://www.menuetos.net/ MenuetOS]: Caesar, Vangelis ([[COMP 3000 2011 Report: MenuetOS|Report]])&lt;br /&gt;
&lt;br /&gt;
[http://puppylinux.org/wikka/LegacyOS/ Legacy OS]:rnyssanb, zzhou6([[COMP 3000 2011 Report: Legacy|Report]])&lt;br /&gt;
&lt;br /&gt;
[http://macpup.org/ Macpup]: kbyrd, rcarrot1 ([[COMP 3000 2011 Report: Macpup|Report]])&lt;br /&gt;
&lt;br /&gt;
==Distributions N-P==&lt;br /&gt;
&lt;br /&gt;
[http://www.nova.cu/?q=en/start Nova]: jaze ([[COMP 3000 2011 Report: Nova|Report]])&lt;br /&gt;
&lt;br /&gt;
[http://partedmagic.com/doku.php Parted Magic]: erhodes&lt;br /&gt;
&lt;br /&gt;
[http://peppermintos.com/ PeppermintOS]: fmuhamma&lt;br /&gt;
&lt;br /&gt;
[http://perllinux.sourceforge.net/ Perl/Linux]:&lt;br /&gt;
&lt;br /&gt;
Privatix Live-System: gbooth, sbrett ([[COMP 3000 2011 Report: Privatix|Report]])&lt;br /&gt;
&lt;br /&gt;
[http://puppylinux.org/ Puppy Linux]: mwooff, jnrahme ([[COMP 3000 2011 Report: PuppyLinux|Report]])&lt;br /&gt;
&lt;br /&gt;
[http://www.pinguyos.com/ PinguyOS]: ssivara, uramazan (pdawod)&lt;br /&gt;
&lt;br /&gt;
[http://www.en.poseidonlinux.org/ Poseidon Linux]: 36chambers ([[COMP 3000 2011 Report: PoseidonLinux|Report]])&lt;br /&gt;
&lt;br /&gt;
PC-BSD : todetoyi([[COMP 3000 2011 Report:PC-BSD|Report]]), qliu1 ([[COMP 3000 2011 Report: qliu|Report]]) ([[COMP 3000 2011 Report II:PC-BSD|ReportII_todetoyi_qliu1]])&lt;br /&gt;
&lt;br /&gt;
[http://www.parsix.org/ Parsix GNU/Linux]: tzhang1, jzhang ([[COMP 3000 2011 Report: Parsix GNU/Linux|Report]])&lt;br /&gt;
&lt;br /&gt;
[http://www.pardus.org.tr/en/ Pardus]: ksubedi ([[Report: Pardus Linux|Report]])&lt;br /&gt;
&lt;br /&gt;
[http://www.puredyne.org/ Puredyne]: Carlton&lt;br /&gt;
&lt;br /&gt;
==Distributions Q-S==&lt;br /&gt;
[http://www.qimo4kids.com Qimo]: rwolfe ([[COMP 3000 2011 Report:  Qimo|Report]])&lt;br /&gt;
&lt;br /&gt;
[http://qubes-os.org/Home.html Qubes]: dneray ([[COMP 3000 2011 Report: Qubes beta 2|Report]])&lt;br /&gt;
&lt;br /&gt;
[http://bkhome.org/quirky/ Quirky]: Qingming_no_lisca（[[COMP 3000 2011 Report: Quirky|Report]]）&lt;br /&gt;
&lt;br /&gt;
[http://www.swiftlinux.org/ Swift Linux]: mabadeer, Yliu11([[COMP 3000 2011 Report: Swift Linux|Report]])&lt;br /&gt;
&lt;br /&gt;
[http://www.salineos.com/ SalineOS]: drhill ([[COMP 3000 2011 Drhill&#039;s Report: SalineOS 1.4|Report]])&lt;br /&gt;
&lt;br /&gt;
[http://www.scientificlinux.org/ Scientific Linux]: kfourni1&lt;br /&gt;
&lt;br /&gt;
[http://www.slackware.com/ Slackware]: sturnbu5 ([[COMP 3000 2011 Report: Slackware 13.37|Report]])&lt;br /&gt;
&lt;br /&gt;
[http://www.slax.org/ SLAX]: Andre Song &lt;br /&gt;
&lt;br /&gt;
[http://www.slitaz.org/en/ SliTaz]: Bobbybobbets ([[COMP 3000 2011 Report: SliTaz|Report]])&lt;br /&gt;
&lt;br /&gt;
[http://www.stresslinux.org/sl/ StressLinux]: achaddad&lt;br /&gt;
&lt;br /&gt;
[http://sourceforge.net/projects/suicide-linux/ Suicide-Linux]:&lt;br /&gt;
&lt;br /&gt;
[http://www.sabayon.org/ Sabayon Linux]: mabdirah, selmoafi&lt;br /&gt;
&lt;br /&gt;
==Distributions T-W==&lt;br /&gt;
[http://tails.boum.org/index.en.html/ TAILS]: Khorrus&lt;br /&gt;
&lt;br /&gt;
[http://bellard.org/tcc/tccboot.html TCCBOOT: TinyCC Boot Loader]:&lt;br /&gt;
&lt;br /&gt;
[http://distro.ibiblio.org/tinycorelinux/welcome.html/ Tiny Core Linux ]: aadegbem ([[Comp 3000 2011 Report: Tiny Core Linux|Report]])&lt;br /&gt;
&lt;br /&gt;
[http://tinymelinux.com/doku.php TinyMe]: jaze ([[COMP 3000 2011 Report: TinyMe|Report]])&lt;br /&gt;
&lt;br /&gt;
[http://www.minimalinux.org/ttylinux/ ttylinux]: kmacmart ([[COMP_3000_2011_Report: ttylinux|Report]])&lt;br /&gt;
&lt;br /&gt;
[http://www.uberstudent.org/ UberStudent]: akwiatko ([[COMP 3000 2011 Report: UberStudent|Report]])&lt;br /&gt;
&lt;br /&gt;
[http://ubuntustudio.org/ Ubuntu Studio]: Chashem and Jbyford ([[Editing COMP 3000 2011 Report: Ubuntu Studio|Report]])&lt;br /&gt;
&lt;br /&gt;
[http://vectorlinux.com/ VectorLinux]: judethedude,Lkuate ([[ VectorLinux|Report]])&lt;br /&gt;
&lt;br /&gt;
[http://www.planetwatt.com/ wattOS]: JPAL&lt;br /&gt;
&lt;br /&gt;
==Distributions X-Z==&lt;br /&gt;
[http://www.zentyal.com/ Zentyal]: cyu3 ([[COMP 3000 2011 Report: Zentyal|Report]])&lt;br /&gt;
&lt;br /&gt;
[http://www.zenwalk.org/ Zenwalk]: mgizbert ([[Editing COMP 3000 2011 Report: Zenwalk|Report]])&lt;br /&gt;
&lt;br /&gt;
[http://http://www.zeroshell.net/ ZeroShell]: bvardal ([[Editing COMP 3000 2011 Report: ZeroShell|Report]])&lt;br /&gt;
&lt;br /&gt;
[http://www.zorin-os.com/ Zorin OS]: awillman ([[COMP 3000 2011 Report: Zorin OS|Report]])&lt;br /&gt;
&lt;br /&gt;
[http://www.xbmc.org/ XBMC]: awallac1, ketsiagb ([[COMP 3000 2011 Report: XBMC|Report]])&lt;br /&gt;
&lt;br /&gt;
[http://www.xubuntu.org/ Xubuntu]: ernibek, Komarova&lt;/div&gt;</summary>
		<author><name>Atchekan</name></author>
	</entry>
	<entry>
		<id>https://homeostasis.scs.carleton.ca/wiki/index.php?title=COMP_3000_2011_Report_-_Part_1_of_3:_Inquisitor&amp;diff=11471</id>
		<title>COMP 3000 2011 Report - Part 1 of 3: Inquisitor</title>
		<link rel="alternate" type="text/html" href="https://homeostasis.scs.carleton.ca/wiki/index.php?title=COMP_3000_2011_Report_-_Part_1_of_3:_Inquisitor&amp;diff=11471"/>
		<updated>2011-10-19T00:38:27Z</updated>

		<summary type="html">&lt;p&gt;Atchekan: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[File:Inquisitor-logo.png|thumb|centre|Inquisitor Logo]] &lt;br /&gt;
== &#039;&#039;&#039;Background&#039;&#039;&#039; ==&lt;br /&gt;
===&#039;&#039;&#039;Name&#039;&#039;&#039;===&lt;br /&gt;
The name of the distribution is Inquisitor. &lt;br /&gt;
===&#039;&#039;&#039;Goals and Target Audience&#039;&#039;&#039;===&lt;br /&gt;
This distribution aims to provide an open-source hardware testing and certification system, that is:&lt;br /&gt;
* &#039;&#039;&#039;Customizable&#039;&#039;&#039;: it is possible to pick and choose which modules and tests to include.&lt;br /&gt;
* &#039;&#039;&#039;Modular&#039;&#039;&#039;: it is made up from a series of interchangeable modules; one can easily add new modules in order to add new test detections, production steps, etc. This will be described in greater detail in later parts of the report. Please stay tuned!&lt;br /&gt;
* &#039;&#039;&#039;Flexible&#039;&#039;&#039;: it is possible to adjust virtually any parameter in analysis or testing process and customize the system to the widest extent possible.&lt;br /&gt;
* &#039;&#039;&#039;Intelligent&#039;&#039;&#039;: it is server-based version includes a database that stores all the data on all computers that were tested by Inquisitor making easy to keep track of multiple systems/PCs. If some parts of the hardware were to change, &#039;clever scheduler&#039; won&#039;t redo all the long testing, but only the tests that were relevant to the hardware changes.&lt;br /&gt;
* &#039;&#039;&#039;Distributed&#039;&#039;&#039;: through its modular architecture, Inquisitor can be easily distributed across a cluster to distribute load or make a geographically distributed system. &lt;br /&gt;
* &#039;&#039;&#039;Scalable&#039;&#039;&#039;: it is possible to test just one computer or all the computers in an organization.&lt;br /&gt;
* &#039;&#039;&#039;Free&#039;&#039;&#039;: it is free, and that&#039;s always good!&lt;br /&gt;
===&#039;&#039;&#039;Who Develops it&#039;&#039;&#039;===&lt;br /&gt;
It is being developed by Mikhail Yakashin and another 5 guys, with various contributions from others, the full list of names can be found below:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;u&amp;gt;Inquisitor team is:&amp;lt;/u&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* Mikhail Yakshin &lt;br /&gt;
* Pavel Melnikov&lt;br /&gt;
* Maksim Bartenev&lt;br /&gt;
* Sergey Matveev &lt;br /&gt;
* Denis Borovikov&lt;br /&gt;
* Andras Horvath&lt;br /&gt;
					&lt;br /&gt;
&amp;lt;u&amp;gt;With contributions and suggestions from:&amp;lt;/u&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* Anton Farygin&lt;br /&gt;
* Anton Kachalov&lt;br /&gt;
* Valery Inozemtsev&lt;br /&gt;
* Alexandra Panyukova&lt;br /&gt;
* Michail Pishchagin&lt;br /&gt;
===&#039;&#039;&#039;How To Get It&#039;&#039;&#039;===&lt;br /&gt;
Inquisitor&amp;lt;ref name = &amp;quot;Inquisitor&amp;quot;&amp;gt;[http://www.inquisitor.ru/ Inquisitor]: Inquisitor website.&amp;lt;/ref&amp;gt; may be obtained via the official [http://www.inquisitor.ru/download.html website]. Currently it seems that only a 	direct download is available, but there is a heading for BitTorrent, so who knows it may also be available as an option in the future. There are several &#039;flavors&#039; to choose from; there is a standalone version, a live version, and 	an enterprise version.&lt;br /&gt;
* &#039;&#039;Standalone version&#039;&#039;, installs into whatever Linux OS system you are currently running by modifying a configuration makefile with your current system parameters. This is probably the best for &amp;quot;demonstrating and learning Inquisitor&amp;quot; as stated by the people working on the distribution.&lt;br /&gt;
* &#039;&#039;Live version&#039;&#039;, is a Linux Live CD option that allows you to boot straight from the CD/DVD. A good choice for those that are afraid to accidentally mess something up on their system when running destructive testing and for those that don&#039;t have a Linux OS installed on their machine.&lt;br /&gt;
* &#039;&#039;Enterprise version&#039;&#039;, allows the user to setup a dedicated testing server that would allow any computer to boot from the network using the PXE protocol in order to test multiple computers on a regular basis.&lt;br /&gt;
===&#039;&#039;&#039;How Large is it&#039;&#039;&#039;===&lt;br /&gt;
The size of each of the aforementioned &#039;flavors&#039; is relatively small and only took a couple of minutes to download via my connection at home. The 	distribution is zipped, and version 3.0 is under a megabyte in size. When unzipped it is just under 2 megabytes (1.95). The iso for the Live CD version of the distribution is 131 megabytes for 32-bit systems, and 135 megabytes for 64-bit systems.&lt;br /&gt;
===&#039;&#039;&#039;Influences&#039;&#039;&#039;===&lt;br /&gt;
[http://en.wikipedia.org/wiki/ALT_Linux ALT Linux] is used as the base and starting point for Inquisitor. &lt;br /&gt;
===&#039;&#039;&#039;Miscellaneous&#039;&#039;&#039;===			&lt;br /&gt;
Inquisitor uses an internal scheduling program that allows a user to schedule and run multiple tests, in a predefined order with varying parameters.&lt;br /&gt;
&lt;br /&gt;
The following tests are available to run. Please refer to the [http://www.inquisitor.ru/doc/api/index.html API] for further information and documentation on the various tests.&lt;br /&gt;
{|&lt;br /&gt;
| style=&amp;quot;vertical-align: top&amp;quot; |&lt;br /&gt;
* Array configurator&lt;br /&gt;
* Boot from image&lt;br /&gt;
* BYTEmark benchmark suite&lt;br /&gt;
* CPU benchmark: Dhrystone&lt;br /&gt;
* CPU benchmark: Whetstone&lt;br /&gt;
* CPU burn&lt;br /&gt;
* Database to Detects comparison&lt;br /&gt;
* DD&lt;br /&gt;
* FDD read/write&lt;br /&gt;
* Firmware reflashing&lt;br /&gt;
* HDD array stress&lt;br /&gt;
* HDD benchmark: Bonnie&lt;br /&gt;
* HDD benchmark: hdparm&lt;br /&gt;
| style=&amp;quot;vertical-align: top&amp;quot; |&lt;br /&gt;
* HDD benchmark: IOzone&lt;br /&gt;
* HDD passthrough&lt;br /&gt;
* HDD SMART&lt;br /&gt;
* Memory benchmark: STREAM&lt;br /&gt;
* Memory test: Memtester&lt;br /&gt;
* Mencoder in memory&lt;br /&gt;
* Mencoder on hard drive&lt;br /&gt;
* Network interface&lt;br /&gt;
* ODD read&lt;br /&gt;
* ODD write&lt;br /&gt;
* Partimage&lt;br /&gt;
* Reference-based detects comparison&lt;br /&gt;
* Stress compression&lt;br /&gt;
| style=&amp;quot;vertical-align: top&amp;quot; |&lt;br /&gt;
* Torrent upload&lt;br /&gt;
* UnixBench benchmark suite&lt;br /&gt;
* USB flash drive&lt;br /&gt;
* USB GPRS modem&lt;br /&gt;
* USB GPRS Modem Dialup&lt;br /&gt;
* USB GPRS modem signal level&lt;br /&gt;
* USB presence&lt;br /&gt;
|}&lt;br /&gt;
== &#039;&#039;&#039;Installation/Startup&#039;&#039;&#039; ==&lt;br /&gt;
===&#039;&#039;&#039;Installation&#039;&#039;&#039;===&lt;br /&gt;
I decided to go with the Live CD &#039;flavor&#039; of this distribution as it is the one that would minimize my chances of doing something I would regret to my own PC via some of the write tests that were available as part of the default package. I used VirtualBox to mount the downloaded iso, this enabled me to do some testing and play around with creating my own test cases, and packages. This was easy and straight forward.&lt;br /&gt;
[[File:LiveInstall.jpg|thumb|upright=0.65|Live CD Installation Diagram]]&lt;br /&gt;
A few installation options are described below:&lt;br /&gt;
====&#039;&#039;&#039;Live CD&#039;&#039;&#039;====&lt;br /&gt;
Download and save the iso (Live CD) image that is suitable for your system from the Inquisitor [http://www.inquisitor.ru/download.html website.] Choose a virtualization software to use.&lt;br /&gt;
=====&#039;&#039;&#039;Oracle VM VirtualBox&#039;&#039;&#039;=====&lt;br /&gt;
# Download and install [https://www.virtualbox.org/wiki/Downloads VirtualBox].&lt;br /&gt;
# Create a new Virtual Machine by following the point and click wizard.&lt;br /&gt;
# Mount the Inquisitor iso, previously downloaded.&lt;br /&gt;
# Start the Virtual Machine with the mounted image.&lt;br /&gt;
# Select one of the options and have fun...&lt;br /&gt;
=====&#039;&#039;&#039;VMware&#039;&#039;&#039;=====&lt;br /&gt;
# Download and install [http://downloads.vmware.com/ VMware].&lt;br /&gt;
# Create a new Virtual Machine by following the point and click wizard.&lt;br /&gt;
# Mount the Inquisitor iso, previously downloaded.&lt;br /&gt;
# Start the Virtual Machine with the mounted image.&lt;br /&gt;
# Select one of the options and have fun...&lt;br /&gt;
====&#039;&#039;&#039;Problems Encountered&#039;&#039;&#039;====&lt;br /&gt;
None encountered.&lt;br /&gt;
== &#039;&#039;&#039;Basic Operation&#039;&#039;&#039; ==&lt;br /&gt;
{| style=&amp;quot;float: right;&amp;quot;&lt;br /&gt;
|[[File:Hardware Testing Menu.png|right|thumb|Figure 1 - Main Menu]]&lt;br /&gt;
|[[File:Benchmark Testing - Non Destructive.png|right|thumb|Figure 2 - A test in progress]]&lt;br /&gt;
|[[File:Test Results.png|right|thumb|Figure 3 - Test results]]&lt;br /&gt;
|}&lt;br /&gt;
The setup used; Oracle VM VirtualBox running a mounted Live CD copy of Inquisitor v3.0.&lt;br /&gt;
&lt;br /&gt;
The main menu that is presented to the user directly following boot-up is straightforward and easy to use (Figure 1). All of the options are grouped into categories. Selecting and running tests is straightforward, a test is selected and ran, after it is done, the results are saved and may be viewed at any time. Everything is automatic (Figure 2), you just &#039;point and click&#039; with the outcome presented as &#039;DONE&#039;, &#039;FAILED&#039;, &#039;SKIP&#039;, &#039;PASSED&#039;, and &#039;CALLED&#039; - the wording is fully customizable and can be changed via a configuration file if one so desires -. Some tests require the user to enter a set of parameters that are test specific, such as the number of iterations to run through or test duration. All of the parameters are entered via a TUI textfield. Once the desired test(s) are ran, results are saved and may be viewed at any time (Figure 3).&lt;br /&gt;
&lt;br /&gt;
I did not encounter any problems. Although with some of the more time consuming tests it would have been nice to see some kind of an update on what is currently happening, in order to eliminate any suspicion that the system has hung. The only other gripe I had was with the &#039;View test results&#039; constantly returning me not to the menu from which I came, but to the main menu. This forces the user to go back to wherever he/she was each and every single time. Having an option to &#039;Exit&#039; once everything was done would have been nice.	&lt;br /&gt;
== &#039;&#039;&#039;Usage Evaluation&#039;&#039;&#039; ==&lt;br /&gt;
From my experience I think that the distribution does everything that it had promised on it&#039;s website and then some. I found it very easy to install and come to terms with, and the ability to create and modify existing test cases was simple and fairly straight forward thanks to the provided documentation that kept things concise and not overly complicated. The basics are there, and are enough to lay the foundation for whatever test case module you may want to create provided you have some background experience in programming and know what it is that you want to do. &lt;br /&gt;
== &#039;&#039;&#039;References&#039;&#039;&#039; ==&lt;br /&gt;
&amp;lt;references /&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;[http://distrowatch.com/table.php?distribution=Inquisitor DistroWatch.com: Inquisitor]&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;[http://en.wikipedia.org/wiki/Inquisitor_%28hardware_testing_software%29 Inquisitor wiki page]&amp;lt;/p&amp;gt;&lt;/div&gt;</summary>
		<author><name>Atchekan</name></author>
	</entry>
	<entry>
		<id>https://homeostasis.scs.carleton.ca/wiki/index.php?title=COMP_3000_2011_Report_-_Part_1_of_3:_Inquisitor&amp;diff=11468</id>
		<title>COMP 3000 2011 Report - Part 1 of 3: Inquisitor</title>
		<link rel="alternate" type="text/html" href="https://homeostasis.scs.carleton.ca/wiki/index.php?title=COMP_3000_2011_Report_-_Part_1_of_3:_Inquisitor&amp;diff=11468"/>
		<updated>2011-10-19T00:35:53Z</updated>

		<summary type="html">&lt;p&gt;Atchekan: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== &#039;&#039;&#039;Background&#039;&#039;&#039; ==&lt;br /&gt;
[[File:Inquisitor-logo.png|thumb|centre|Inquisitor Logo]] &lt;br /&gt;
===&#039;&#039;&#039;Name&#039;&#039;&#039;===&lt;br /&gt;
The name of the distribution is Inquisitor. &lt;br /&gt;
===&#039;&#039;&#039;Goals and Target Audience&#039;&#039;&#039;===&lt;br /&gt;
This distribution aims to provide an open-source hardware testing and certification system, that is:&lt;br /&gt;
* &#039;&#039;&#039;Customizable&#039;&#039;&#039;: it is possible to pick and choose which modules and tests to include.&lt;br /&gt;
* &#039;&#039;&#039;Modular&#039;&#039;&#039;: it is made up from a series of interchangeable modules; one can easily add new modules in order to add new test detections, production steps, etc. This will be described in greater detail in later parts of the report. Please stay tuned!&lt;br /&gt;
* &#039;&#039;&#039;Flexible&#039;&#039;&#039;: it is possible to adjust virtually any parameter in analysis or testing process and customize the system to the widest extent possible.&lt;br /&gt;
* &#039;&#039;&#039;Intelligent&#039;&#039;&#039;: it is server-based version includes a database that stores all the data on all computers that were tested by Inquisitor making easy to keep track of multiple systems/PCs. If some parts of the hardware were to change, &#039;clever scheduler&#039; won&#039;t redo all the long testing, but only the tests that were relevant to the hardware changes.&lt;br /&gt;
* &#039;&#039;&#039;Distributed&#039;&#039;&#039;: through its modular architecture, Inquisitor can be easily distributed across a cluster to distribute load or make a geographically distributed system. &lt;br /&gt;
* &#039;&#039;&#039;Scalable&#039;&#039;&#039;: it is possible to test just one computer or all the computers in an organization.&lt;br /&gt;
* &#039;&#039;&#039;Free&#039;&#039;&#039;: it is free, and that&#039;s always good!&lt;br /&gt;
===&#039;&#039;&#039;Who Develops it&#039;&#039;&#039;===&lt;br /&gt;
It is being developed by Mikhail Yakashin and another 5 guys, with various contributions from others, the full list of names can be found below:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;u&amp;gt;Inquisitor team is:&amp;lt;/u&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* Mikhail Yakshin &lt;br /&gt;
* Pavel Melnikov&lt;br /&gt;
* Maksim Bartenev&lt;br /&gt;
* Sergey Matveev &lt;br /&gt;
* Denis Borovikov&lt;br /&gt;
* Andras Horvath&lt;br /&gt;
					&lt;br /&gt;
&amp;lt;u&amp;gt;With contributions and suggestions from:&amp;lt;/u&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* Anton Farygin&lt;br /&gt;
* Anton Kachalov&lt;br /&gt;
* Valery Inozemtsev&lt;br /&gt;
* Alexandra Panyukova&lt;br /&gt;
* Michail Pishchagin&lt;br /&gt;
===&#039;&#039;&#039;How To Get It&#039;&#039;&#039;===&lt;br /&gt;
Inquisitor&amp;lt;ref name = &amp;quot;Inquisitor&amp;quot;&amp;gt;[http://www.inquisitor.ru/ Inquisitor]: Inquisitor website.&amp;lt;/ref&amp;gt; may be obtained via the official [http://www.inquisitor.ru/download.html website]. Currently it seems that only a 	direct download is available, but there is a heading for BitTorrent, so who knows it may also be available as an option in the future. There are several &#039;flavors&#039; to choose from; there is a standalone version, a live version, and 	an enterprise version.&lt;br /&gt;
* &#039;&#039;Standalone version&#039;&#039;, installs into whatever Linux OS system you are currently running by modifying a configuration makefile with your current system parameters. This is probably the best for &amp;quot;demonstrating and learning Inquisitor&amp;quot; as stated by the people working on the distribution.&lt;br /&gt;
* &#039;&#039;Live version&#039;&#039;, is a Linux Live CD option that allows you to boot straight from the CD/DVD. A good choice for those that are afraid to accidentally mess something up on their system when running destructive testing and for those that don&#039;t have a Linux OS installed on their machine.&lt;br /&gt;
* &#039;&#039;Enterprise version&#039;&#039;, allows the user to setup a dedicated testing server that would allow any computer to boot from the network using the PXE protocol in order to test multiple computers on a regular basis.&lt;br /&gt;
===&#039;&#039;&#039;How Large is it&#039;&#039;&#039;===&lt;br /&gt;
The size of each of the aforementioned &#039;flavors&#039; is relatively small and only took a couple of minutes to download via my connection at home. The 	distribution is zipped, and version 3.0 is under a megabyte in size. When unzipped it is just under 2 megabytes (1.95). The iso for the Live CD version of the distribution is 131 megabytes for 32-bit systems, and 135 megabytes for 64-bit systems.&lt;br /&gt;
===&#039;&#039;&#039;Influences&#039;&#039;&#039;===&lt;br /&gt;
[http://en.wikipedia.org/wiki/ALT_Linux ALT Linux] is used as the base and starting point for Inquisitor. &lt;br /&gt;
===&#039;&#039;&#039;Miscellaneous&#039;&#039;&#039;===			&lt;br /&gt;
Inquisitor uses an internal scheduling program that allows a user to schedule and run multiple tests, in a predefined order with varying parameters.&lt;br /&gt;
&lt;br /&gt;
The following tests are available to run. Please refer to the [http://www.inquisitor.ru/doc/api/index.html API] for further information and documentation on the various tests.&lt;br /&gt;
{|&lt;br /&gt;
| style=&amp;quot;vertical-align: top&amp;quot; |&lt;br /&gt;
* Array configurator&lt;br /&gt;
* Boot from image&lt;br /&gt;
* BYTEmark benchmark suite&lt;br /&gt;
* CPU benchmark: Dhrystone&lt;br /&gt;
* CPU benchmark: Whetstone&lt;br /&gt;
* CPU burn&lt;br /&gt;
* Database to Detects comparison&lt;br /&gt;
* DD&lt;br /&gt;
* FDD read/write&lt;br /&gt;
* Firmware reflashing&lt;br /&gt;
* HDD array stress&lt;br /&gt;
* HDD benchmark: Bonnie&lt;br /&gt;
* HDD benchmark: hdparm&lt;br /&gt;
| style=&amp;quot;vertical-align: top&amp;quot; |&lt;br /&gt;
* HDD benchmark: IOzone&lt;br /&gt;
* HDD passthrough&lt;br /&gt;
* HDD SMART&lt;br /&gt;
* Memory benchmark: STREAM&lt;br /&gt;
* Memory test: Memtester&lt;br /&gt;
* Mencoder in memory&lt;br /&gt;
* Mencoder on hard drive&lt;br /&gt;
* Network interface&lt;br /&gt;
* ODD read&lt;br /&gt;
* ODD write&lt;br /&gt;
* Partimage&lt;br /&gt;
* Reference-based detects comparison&lt;br /&gt;
* Stress compression&lt;br /&gt;
| style=&amp;quot;vertical-align: top&amp;quot; |&lt;br /&gt;
* Torrent upload&lt;br /&gt;
* UnixBench benchmark suite&lt;br /&gt;
* USB flash drive&lt;br /&gt;
* USB GPRS modem&lt;br /&gt;
* USB GPRS Modem Dialup&lt;br /&gt;
* USB GPRS modem signal level&lt;br /&gt;
* USB presence&lt;br /&gt;
|}&lt;br /&gt;
== &#039;&#039;&#039;Installation/Startup&#039;&#039;&#039; ==&lt;br /&gt;
===&#039;&#039;&#039;Installation&#039;&#039;&#039;===&lt;br /&gt;
I decided to go with the Live CD &#039;flavor&#039; of this distribution as it is the one that would minimize my chances of doing something I would regret to my own PC via some of the write tests that were available as part of the default package. I used VirtualBox to mount the downloaded iso, this enabled me to do some testing and play around with creating my own test cases, and packages. This was easy and straight forward.&lt;br /&gt;
[[File:LiveInstall.jpg|thumb|upright=0.65|Live CD Installation Diagram]]&lt;br /&gt;
A few installation options are described below:&lt;br /&gt;
====&#039;&#039;&#039;Live CD&#039;&#039;&#039;====&lt;br /&gt;
Download and save the iso (Live CD) image that is suitable for your system from the Inquisitor [http://www.inquisitor.ru/download.html website.] Choose a virtualization software to use.&lt;br /&gt;
=====&#039;&#039;&#039;Oracle VM VirtualBox&#039;&#039;&#039;=====&lt;br /&gt;
# Download and install [https://www.virtualbox.org/wiki/Downloads VirtualBox].&lt;br /&gt;
# Create a new Virtual Machine by following the point and click wizard.&lt;br /&gt;
# Mount the Inquisitor iso, previously downloaded.&lt;br /&gt;
# Start the Virtual Machine with the mounted image.&lt;br /&gt;
# Select one of the options and have fun...&lt;br /&gt;
=====&#039;&#039;&#039;VMware&#039;&#039;&#039;=====&lt;br /&gt;
# Download and install [http://downloads.vmware.com/ VMware].&lt;br /&gt;
# Create a new Virtual Machine by following the point and click wizard.&lt;br /&gt;
# Mount the Inquisitor iso, previously downloaded.&lt;br /&gt;
# Start the Virtual Machine with the mounted image.&lt;br /&gt;
# Select one of the options and have fun...&lt;br /&gt;
====&#039;&#039;&#039;Problems Encountered&#039;&#039;&#039;====&lt;br /&gt;
None encountered.&lt;br /&gt;
== &#039;&#039;&#039;Basic Operation&#039;&#039;&#039; ==&lt;br /&gt;
{| style=&amp;quot;float: right;&amp;quot;&lt;br /&gt;
|[[File:Hardware Testing Menu.png|right|thumb|Figure 1 - Main Menu]]&lt;br /&gt;
|[[File:Benchmark Testing - Non Destructive.png|right|thumb|Figure 2 - A test in progress]]&lt;br /&gt;
|[[File:Test Results.png|right|thumb|Figure 3 - Test results]]&lt;br /&gt;
|}&lt;br /&gt;
The setup used; Oracle VM VirtualBox running a mounted Live CD copy of Inquisitor v3.0.&lt;br /&gt;
&lt;br /&gt;
The main menu that is presented to the user directly following boot-up is straightforward and easy to use (Figure 1). All of the options are grouped into categories. Selecting and running tests is straightforward, a test is selected and ran, after it is done, the results are saved and may be viewed at any time. Everything is automatic (Figure 2), you just &#039;point and click&#039; with the outcome presented as &#039;DONE&#039;, &#039;FAILED&#039;, &#039;SKIP&#039;, &#039;PASSED&#039;, and &#039;CALLED&#039; - the wording is fully customizable and can be changed via a configuration file if one so desires -. Some tests require the user to enter a set of parameters that are test specific, such as the number of iterations to run through or test duration. All of the parameters are entered via a TUI textfield. Once the desired test(s) are ran, results are saved and may be viewed at any time (Figure 3).&lt;br /&gt;
&lt;br /&gt;
I did not encounter any problems. Although with some of the more time consuming tests it would have been nice to see some kind of an update on what is currently happening, in order to eliminate any suspicion that the system has hung. The only other gripe I had was with the &#039;View test results&#039; constantly returning me not to the menu from which I came, but to the main menu. This forces the user to go back to wherever he/she was each and every single time. Having an option to &#039;Exit&#039; once everything was done would have been nice.	&lt;br /&gt;
== &#039;&#039;&#039;Usage Evaluation&#039;&#039;&#039; ==&lt;br /&gt;
From my experience I think that the distribution does everything that it had promised on it&#039;s website and then some. I found it very easy to install and come to terms with, and the ability to create and modify existing test cases was simple and fairly straight forward thanks to the provided documentation that kept things concise and not overly complicated. The basics are there, and are enough to lay the foundation for whatever test case module you may want to create provided you have some background experience in programming and know what it is that you want to do. &lt;br /&gt;
== &#039;&#039;&#039;References&#039;&#039;&#039; ==&lt;br /&gt;
&amp;lt;references /&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;[http://distrowatch.com/table.php?distribution=Inquisitor DistroWatch.com: Inquisitor]&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;[http://en.wikipedia.org/wiki/Inquisitor_%28hardware_testing_software%29 Inquisitor wiki page]&amp;lt;/p&amp;gt;&lt;/div&gt;</summary>
		<author><name>Atchekan</name></author>
	</entry>
	<entry>
		<id>https://homeostasis.scs.carleton.ca/wiki/index.php?title=COMP_3000_2011_Report_-_Part_1_of_3:_Inquisitor&amp;diff=11446</id>
		<title>COMP 3000 2011 Report - Part 1 of 3: Inquisitor</title>
		<link rel="alternate" type="text/html" href="https://homeostasis.scs.carleton.ca/wiki/index.php?title=COMP_3000_2011_Report_-_Part_1_of_3:_Inquisitor&amp;diff=11446"/>
		<updated>2011-10-19T00:12:16Z</updated>

		<summary type="html">&lt;p&gt;Atchekan: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== &#039;&#039;&#039;Background&#039;&#039;&#039; ==&lt;br /&gt;
[[File:Inquisitor-logo.png|thumb|centre|Inquisitor Logo]] &lt;br /&gt;
===&#039;&#039;&#039;Name&#039;&#039;&#039;===&lt;br /&gt;
The name of the distribution is Inquisitor. &lt;br /&gt;
===&#039;&#039;&#039;Goals and Target Audience&#039;&#039;&#039;===&lt;br /&gt;
This distribution aims to provide an open-source hardware testing and certification system, that is:&lt;br /&gt;
* &#039;&#039;&#039;Customizable&#039;&#039;&#039;: it is possible to pick and choose which modules and tests to include.&lt;br /&gt;
* &#039;&#039;&#039;[[Modular]]&#039;&#039;&#039;: it is made up from a series of interchangeable modules; one can easily add new modules in order to add new test detections, production steps, etc. This will be described in greater detail in later parts of the report. Please stay tuned!&lt;br /&gt;
* &#039;&#039;&#039;[[Flexible]]&#039;&#039;&#039;: it is possible to adjust virtually any parameter in analysis or testing process and customize the system to the widest extent possible.&lt;br /&gt;
* &#039;&#039;&#039;[[Intelligent]]&#039;&#039;&#039;: it is server-based version includes a database that stores all the data on all computers that were tested by Inquisitor making easy to keep track of multiple systems/PCs. If some parts of the hardware were to change, &#039;clever scheduler&#039; won&#039;t redo all the long testing, but only the tests that were relevant to the hardware changes.&lt;br /&gt;
* &#039;&#039;&#039;[[Distributed]]&#039;&#039;&#039;: through its modular architecture, Inquisitor can be easily distributed across a cluster to distribute load or make a geographically distributed system. &lt;br /&gt;
* &#039;&#039;&#039;Scalable&#039;&#039;&#039;: it is possible to test just one computer or all the computers in an organization.&lt;br /&gt;
* &#039;&#039;&#039;Free&#039;&#039;&#039;: it is free, and that&#039;s always good!&lt;br /&gt;
===&#039;&#039;&#039;Who Develops it&#039;&#039;&#039;===&lt;br /&gt;
It is being developed by Mikhail Yakashin and another 5 guys, with various contributions from others, the full list of names can be found below:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;u&amp;gt;Inquisitor team is:&amp;lt;/u&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* Mikhail Yakshin &lt;br /&gt;
* Pavel Melnikov&lt;br /&gt;
* Maksim Bartenev&lt;br /&gt;
* Sergey Matveev &lt;br /&gt;
* Denis Borovikov&lt;br /&gt;
* Andras Horvath&lt;br /&gt;
					&lt;br /&gt;
&amp;lt;u&amp;gt;With contributions and suggestions from:&amp;lt;/u&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* Anton Farygin&lt;br /&gt;
* Anton Kachalov&lt;br /&gt;
* Valery Inozemtsev&lt;br /&gt;
* Alexandra Panyukova&lt;br /&gt;
* Michail Pishchagin&lt;br /&gt;
===&#039;&#039;&#039;How To Get It&#039;&#039;&#039;===&lt;br /&gt;
Inquisitor&amp;lt;ref name = &amp;quot;Inquisitor&amp;quot;&amp;gt;[http://www.inquisitor.ru/ Inquisitor]: Inquisitor website. (2011-10-16).&amp;lt;/ref&amp;gt; may be obtained via the official [http://www.inquisitor.ru/download.html website]. Currently it seems that only a 	direct download is available, but there is a heading for BitTorrent, so who knows it may also be available as an option in the future. There are several &#039;flavors&#039; to choose from; there is a standalone version, a live version, and 	an enterprise version.&lt;br /&gt;
* &#039;&#039;Standalone version&#039;&#039;, installs into whatever Linux OS system you are currently running by modifying a configuration makefile with your current system parameters. This is probably the best for &amp;quot;demonstrating and learning Inquisitor&amp;quot; as stated by the people working on the distribution.&lt;br /&gt;
* &#039;&#039;Live version&#039;&#039;, is a Linux Live CD option that allows you to boot straight from the CD/DVD. A good choice for those that are afraid to accidentally mess something up on their system when running destructive testing and for those that don&#039;t have a Linux OS installed on their machine.&lt;br /&gt;
* &#039;&#039;Enterprise version&#039;&#039;, allows the user to setup a dedicated testing server that would allow any computer to boot from the network using the PXE protocol in order to test multiple computers on a regular basis.&lt;br /&gt;
===&#039;&#039;&#039;How Large is it&#039;&#039;&#039;===&lt;br /&gt;
The size of each of the aforementioned &#039;flavors&#039; is relatively small and only took a couple of minutes to download via my connection at home. The 	distribution is zipped, and version 3.0 is under a megabyte in size. When unzipped it is just under 2 megabytes (1.95). The iso for the Live CD version of the distribution is 131 megabytes for 32-bit systems, and 135 megabytes for 64-bit systems.&lt;br /&gt;
===&#039;&#039;&#039;Influences&#039;&#039;&#039;===&lt;br /&gt;
[http://en.wikipedia.org/wiki/ALT_Linux ALT Linux] is used as the base and starting point for Inquisitor. &lt;br /&gt;
===&#039;&#039;&#039;Miscellaneous&#039;&#039;&#039;===			&lt;br /&gt;
Any other background information is relevant for understanding the rest of the report. &lt;br /&gt;
- &#039;Clever scheduler&#039; describe further -----&lt;br /&gt;
&lt;br /&gt;
== &#039;&#039;&#039;Installation/Startup&#039;&#039;&#039; ==&lt;br /&gt;
===&#039;&#039;&#039;Installation&#039;&#039;&#039;===&lt;br /&gt;
I decided to go with the Live CD &#039;flavor&#039; of this distribution as it is the one that would minimize my chances of doing something I would regret to my own PC via some of the write tests that were available as part of the default package. I used VirtualBox to mount the downloaded iso, this enabled me to do some testing and play around with creating my own test cases, and packages. This was easy and straight forward.&lt;br /&gt;
[[File:LiveInstall.jpg|thumb|upright=0.65|Live CD Installation Diagram]]&lt;br /&gt;
A few installation options are described below:&lt;br /&gt;
====&#039;&#039;&#039;Live CD&#039;&#039;&#039;====&lt;br /&gt;
Download and save the iso (Live CD) image that is suitable for your system from the Inquisitor [http://www.inquisitor.ru/download.html website.] Choose a virtualization software to use.&lt;br /&gt;
=====&#039;&#039;&#039;Oracle VM VirtualBox&#039;&#039;&#039;=====&lt;br /&gt;
# Download and install [https://www.virtualbox.org/wiki/Downloads VirtualBox].&lt;br /&gt;
# Create a new Virtual Machine by following the point and click wizard.&lt;br /&gt;
# Mount the Inquisitor iso, previously downloaded.&lt;br /&gt;
# Start the Virtual Machine with the mounted image.&lt;br /&gt;
# Select one of the options and have fun...&lt;br /&gt;
=====&#039;&#039;&#039;VMware&#039;&#039;&#039;=====&lt;br /&gt;
# Download and install [http://downloads.vmware.com/ VMware].&lt;br /&gt;
# Create a new Virtual Machine by following the point and click wizard.&lt;br /&gt;
# Mount the Inquisitor iso, previously downloaded.&lt;br /&gt;
# Start the Virtual Machine with the mounted image.&lt;br /&gt;
# Select one of the options and have fun...&lt;br /&gt;
====&#039;&#039;&#039;Problems Encountered&#039;&#039;&#039;====&lt;br /&gt;
None encountered.&lt;br /&gt;
== &#039;&#039;&#039;Basic Operation&#039;&#039;&#039; ==&lt;br /&gt;
{| style=&amp;quot;float: right;&amp;quot;&lt;br /&gt;
|[[File:Hardware Testing Menu.png|right|thumb|Figure 1 - Main Menu]]&lt;br /&gt;
|[[File:Benchmark Testing - Non Destructive.png|right|thumb|Figure 2 - A test in progress]]&lt;br /&gt;
|[[File:Test Results.png|right|thumb|Figure 3 - Test results]]&lt;br /&gt;
|}&lt;br /&gt;
The setup used; Oracle VM VirtualBox running a mounted Live CD copy of Inquisitor v3.0.&lt;br /&gt;
&lt;br /&gt;
The main menu that is presented to the user directly following boot-up is straightforward and easy to use (Figure 1). All of the options are grouped into categories. Selecting and running tests is straightforward, a test is selected and ran, after it is done, the results are saved and may be viewed at any time. Everything is automatic (Figure 2), you just &#039;point and click&#039; with the outcome presented as &#039;DONE&#039;, &#039;FAILED&#039;, &#039;SKIP&#039;, &#039;PASSED&#039;, and &#039;CALLED&#039; - the wording is fully customizable and can be changed via a configuration file if one so desires -. Some tests require the user to enter a set of parameters that are test specific, such as the number of iterations to run through or test duration. All of the parameters are entered via a TUI textfield. Once the desired test(s) are ran, results are saved and may be viewed at any time (Figure 3).&lt;br /&gt;
&lt;br /&gt;
I did not encounter any problems. Although with some of the more time consuming tests it would have been nice to see some kind of an update on what is currently happening, in order to eliminate any suspicion that the system has hung. The only other gripe I had was with the &#039;View test results&#039; constantly returning me not to the menu from which I came, but to the main menu. This forces the user to go back to wherever he/she was each and every single time. Having an option to &#039;Exit&#039; once everything was done would have been nice.	&lt;br /&gt;
== &#039;&#039;&#039;Usage Evaluation&#039;&#039;&#039; ==&lt;br /&gt;
From my experience I think that the distribution does everything that it had promised on it&#039;s website and then some. I found it very easy to install and come to terms with, and the ability to create and modify existing test cases was simple and fairly straight forward thanks to the provided documentation that kept things concise and not overly complicated. The basics are there, and are enough to lay the foundation for whatever test case module you may want to create provided you have some background experience in programming and know what it is that you want to do. &lt;br /&gt;
== &#039;&#039;&#039;References&#039;&#039;&#039; ==&lt;br /&gt;
&amp;lt;references /&amp;gt;&lt;br /&gt;
[http://en.wikipedia.org/wiki/Inquisitor_%28hardware_testing_software%29 Inquisitor wiki page].&lt;/div&gt;</summary>
		<author><name>Atchekan</name></author>
	</entry>
	<entry>
		<id>https://homeostasis.scs.carleton.ca/wiki/index.php?title=COMP_3000_2011_Report_-_Part_1_of_3:_Inquisitor&amp;diff=11443</id>
		<title>COMP 3000 2011 Report - Part 1 of 3: Inquisitor</title>
		<link rel="alternate" type="text/html" href="https://homeostasis.scs.carleton.ca/wiki/index.php?title=COMP_3000_2011_Report_-_Part_1_of_3:_Inquisitor&amp;diff=11443"/>
		<updated>2011-10-19T00:11:48Z</updated>

		<summary type="html">&lt;p&gt;Atchekan: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== &#039;&#039;&#039;Background&#039;&#039;&#039; ==&lt;br /&gt;
[[File:Inquisitor-logo.png|thumb|centre|]] &lt;br /&gt;
===&#039;&#039;&#039;Name&#039;&#039;&#039;===&lt;br /&gt;
The name of the distribution is Inquisitor. &lt;br /&gt;
===&#039;&#039;&#039;Goals and Target Audience&#039;&#039;&#039;===&lt;br /&gt;
This distribution aims to provide an open-source hardware testing and certification system, that is:&lt;br /&gt;
* &#039;&#039;&#039;Customizable&#039;&#039;&#039;: it is possible to pick and choose which modules and tests to include.&lt;br /&gt;
* &#039;&#039;&#039;[[Modular]]&#039;&#039;&#039;: it is made up from a series of interchangeable modules; one can easily add new modules in order to add new test detections, production steps, etc. This will be described in greater detail in later parts of the report. Please stay tuned!&lt;br /&gt;
* &#039;&#039;&#039;[[Flexible]]&#039;&#039;&#039;: it is possible to adjust virtually any parameter in analysis or testing process and customize the system to the widest extent possible.&lt;br /&gt;
* &#039;&#039;&#039;[[Intelligent]]&#039;&#039;&#039;: it is server-based version includes a database that stores all the data on all computers that were tested by Inquisitor making easy to keep track of multiple systems/PCs. If some parts of the hardware were to change, &#039;clever scheduler&#039; won&#039;t redo all the long testing, but only the tests that were relevant to the hardware changes.&lt;br /&gt;
* &#039;&#039;&#039;[[Distributed]]&#039;&#039;&#039;: through its modular architecture, Inquisitor can be easily distributed across a cluster to distribute load or make a geographically distributed system. &lt;br /&gt;
* &#039;&#039;&#039;Scalable&#039;&#039;&#039;: it is possible to test just one computer or all the computers in an organization.&lt;br /&gt;
* &#039;&#039;&#039;Free&#039;&#039;&#039;: it is free, and that&#039;s always good!&lt;br /&gt;
===&#039;&#039;&#039;Who Develops it&#039;&#039;&#039;===&lt;br /&gt;
It is being developed by Mikhail Yakashin and another 5 guys, with various contributions from others, the full list of names can be found below:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;u&amp;gt;Inquisitor team is:&amp;lt;/u&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* Mikhail Yakshin &lt;br /&gt;
* Pavel Melnikov&lt;br /&gt;
* Maksim Bartenev&lt;br /&gt;
* Sergey Matveev &lt;br /&gt;
* Denis Borovikov&lt;br /&gt;
* Andras Horvath&lt;br /&gt;
					&lt;br /&gt;
&amp;lt;u&amp;gt;With contributions and suggestions from:&amp;lt;/u&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* Anton Farygin&lt;br /&gt;
* Anton Kachalov&lt;br /&gt;
* Valery Inozemtsev&lt;br /&gt;
* Alexandra Panyukova&lt;br /&gt;
* Michail Pishchagin&lt;br /&gt;
===&#039;&#039;&#039;How To Get It&#039;&#039;&#039;===&lt;br /&gt;
Inquisitor&amp;lt;ref name = &amp;quot;Inquisitor&amp;quot;&amp;gt;[http://www.inquisitor.ru/ Inquisitor]: Inquisitor website. (2011-10-16).&amp;lt;/ref&amp;gt; may be obtained via the official [http://www.inquisitor.ru/download.html website]. Currently it seems that only a 	direct download is available, but there is a heading for BitTorrent, so who knows it may also be available as an option in the future. There are several &#039;flavors&#039; to choose from; there is a standalone version, a live version, and 	an enterprise version.&lt;br /&gt;
* &#039;&#039;Standalone version&#039;&#039;, installs into whatever Linux OS system you are currently running by modifying a configuration makefile with your current system parameters. This is probably the best for &amp;quot;demonstrating and learning Inquisitor&amp;quot; as stated by the people working on the distribution.&lt;br /&gt;
* &#039;&#039;Live version&#039;&#039;, is a Linux Live CD option that allows you to boot straight from the CD/DVD. A good choice for those that are afraid to accidentally mess something up on their system when running destructive testing and for those that don&#039;t have a Linux OS installed on their machine.&lt;br /&gt;
* &#039;&#039;Enterprise version&#039;&#039;, allows the user to setup a dedicated testing server that would allow any computer to boot from the network using the PXE protocol in order to test multiple computers on a regular basis.&lt;br /&gt;
===&#039;&#039;&#039;How Large is it&#039;&#039;&#039;===&lt;br /&gt;
The size of each of the aforementioned &#039;flavors&#039; is relatively small and only took a couple of minutes to download via my connection at home. The 	distribution is zipped, and version 3.0 is under a megabyte in size. When unzipped it is just under 2 megabytes (1.95). The iso for the Live CD version of the distribution is 131 megabytes for 32-bit systems, and 135 megabytes for 64-bit systems.&lt;br /&gt;
===&#039;&#039;&#039;Influences&#039;&#039;&#039;===&lt;br /&gt;
[http://en.wikipedia.org/wiki/ALT_Linux ALT Linux] is used as the base and starting point for Inquisitor. &lt;br /&gt;
===&#039;&#039;&#039;Miscellaneous&#039;&#039;&#039;===			&lt;br /&gt;
Any other background information is relevant for understanding the rest of the report. &lt;br /&gt;
- &#039;Clever scheduler&#039; describe further -----&lt;br /&gt;
&lt;br /&gt;
== &#039;&#039;&#039;Installation/Startup&#039;&#039;&#039; ==&lt;br /&gt;
===&#039;&#039;&#039;Installation&#039;&#039;&#039;===&lt;br /&gt;
I decided to go with the Live CD &#039;flavor&#039; of this distribution as it is the one that would minimize my chances of doing something I would regret to my own PC via some of the write tests that were available as part of the default package. I used VirtualBox to mount the downloaded iso, this enabled me to do some testing and play around with creating my own test cases, and packages. This was easy and straight forward.&lt;br /&gt;
[[File:LiveInstall.jpg|thumb|upright=0.65|Live CD Installation Diagram]]&lt;br /&gt;
A few installation options are described below:&lt;br /&gt;
====&#039;&#039;&#039;Live CD&#039;&#039;&#039;====&lt;br /&gt;
Download and save the iso (Live CD) image that is suitable for your system from the Inquisitor [http://www.inquisitor.ru/download.html website.] Choose a virtualization software to use.&lt;br /&gt;
=====&#039;&#039;&#039;Oracle VM VirtualBox&#039;&#039;&#039;=====&lt;br /&gt;
# Download and install [https://www.virtualbox.org/wiki/Downloads VirtualBox].&lt;br /&gt;
# Create a new Virtual Machine by following the point and click wizard.&lt;br /&gt;
# Mount the Inquisitor iso, previously downloaded.&lt;br /&gt;
# Start the Virtual Machine with the mounted image.&lt;br /&gt;
# Select one of the options and have fun...&lt;br /&gt;
=====&#039;&#039;&#039;VMware&#039;&#039;&#039;=====&lt;br /&gt;
# Download and install [http://downloads.vmware.com/ VMware].&lt;br /&gt;
# Create a new Virtual Machine by following the point and click wizard.&lt;br /&gt;
# Mount the Inquisitor iso, previously downloaded.&lt;br /&gt;
# Start the Virtual Machine with the mounted image.&lt;br /&gt;
# Select one of the options and have fun...&lt;br /&gt;
====&#039;&#039;&#039;Problems Encountered&#039;&#039;&#039;====&lt;br /&gt;
None encountered.&lt;br /&gt;
== &#039;&#039;&#039;Basic Operation&#039;&#039;&#039; ==&lt;br /&gt;
{| style=&amp;quot;float: right;&amp;quot;&lt;br /&gt;
|[[File:Hardware Testing Menu.png|right|thumb|Figure 1 - Main Menu]]&lt;br /&gt;
|[[File:Benchmark Testing - Non Destructive.png|right|thumb|Figure 2 - A test in progress]]&lt;br /&gt;
|[[File:Test Results.png|right|thumb|Figure 3 - Test results]]&lt;br /&gt;
|}&lt;br /&gt;
The setup used; Oracle VM VirtualBox running a mounted Live CD copy of Inquisitor v3.0.&lt;br /&gt;
&lt;br /&gt;
The main menu that is presented to the user directly following boot-up is straightforward and easy to use (Figure 1). All of the options are grouped into categories. Selecting and running tests is straightforward, a test is selected and ran, after it is done, the results are saved and may be viewed at any time. Everything is automatic (Figure 2), you just &#039;point and click&#039; with the outcome presented as &#039;DONE&#039;, &#039;FAILED&#039;, &#039;SKIP&#039;, &#039;PASSED&#039;, and &#039;CALLED&#039; - the wording is fully customizable and can be changed via a configuration file if one so desires -. Some tests require the user to enter a set of parameters that are test specific, such as the number of iterations to run through or test duration. All of the parameters are entered via a TUI textfield. Once the desired test(s) are ran, results are saved and may be viewed at any time (Figure 3).&lt;br /&gt;
&lt;br /&gt;
I did not encounter any problems. Although with some of the more time consuming tests it would have been nice to see some kind of an update on what is currently happening, in order to eliminate any suspicion that the system has hung. The only other gripe I had was with the &#039;View test results&#039; constantly returning me not to the menu from which I came, but to the main menu. This forces the user to go back to wherever he/she was each and every single time. Having an option to &#039;Exit&#039; once everything was done would have been nice.	&lt;br /&gt;
== &#039;&#039;&#039;Usage Evaluation&#039;&#039;&#039; ==&lt;br /&gt;
From my experience I think that the distribution does everything that it had promised on it&#039;s website and then some. I found it very easy to install and come to terms with, and the ability to create and modify existing test cases was simple and fairly straight forward thanks to the provided documentation that kept things concise and not overly complicated. The basics are there, and are enough to lay the foundation for whatever test case module you may want to create provided you have some background experience in programming and know what it is that you want to do. &lt;br /&gt;
== &#039;&#039;&#039;References&#039;&#039;&#039; ==&lt;br /&gt;
&amp;lt;references /&amp;gt;&lt;br /&gt;
[http://en.wikipedia.org/wiki/Inquisitor_%28hardware_testing_software%29 Inquisitor wiki page].&lt;/div&gt;</summary>
		<author><name>Atchekan</name></author>
	</entry>
	<entry>
		<id>https://homeostasis.scs.carleton.ca/wiki/index.php?title=COMP_3000_2011_Report_-_Part_1_of_3:_Inquisitor&amp;diff=11439</id>
		<title>COMP 3000 2011 Report - Part 1 of 3: Inquisitor</title>
		<link rel="alternate" type="text/html" href="https://homeostasis.scs.carleton.ca/wiki/index.php?title=COMP_3000_2011_Report_-_Part_1_of_3:_Inquisitor&amp;diff=11439"/>
		<updated>2011-10-19T00:06:53Z</updated>

		<summary type="html">&lt;p&gt;Atchekan: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== &#039;&#039;&#039;Background&#039;&#039;&#039; ==&lt;br /&gt;
[[File:Inquisitor-logo.png|thumb|centre|]] &lt;br /&gt;
===&#039;&#039;&#039;Name&#039;&#039;&#039;===&lt;br /&gt;
The name of the distribution is Inquisitor. &lt;br /&gt;
===&#039;&#039;&#039;Goals and Target Audience&#039;&#039;&#039;===&lt;br /&gt;
This distribution aims to provide an open-source hardware testing and certification system, that is:&lt;br /&gt;
* &#039;&#039;&#039;Customizable&#039;&#039;&#039;: it is possible to pick and choose which modules and tests to include.&lt;br /&gt;
* &#039;&#039;&#039;[[Modular]]&#039;&#039;&#039;: it is made up from a series of interchangeable modules; one can easily add new modules in order to add new test detections, production steps, etc. This will be described in greater detail in later parts of the report. Please stay tuned!&lt;br /&gt;
* &#039;&#039;&#039;[[Flexible]]&#039;&#039;&#039;: it is possible to adjust virtually any parameter in analysis or testing process and customize the system to the widest extent possible.&lt;br /&gt;
* &#039;&#039;&#039;[[Intelligent]]&#039;&#039;&#039;: it is server-based version includes a database that stores all the data on all computers that were tested by Inquisitor making easy to keep track of multiple systems/PCs. If some parts of the hardware were to change, &#039;clever scheduler&#039; won&#039;t redo all the long testing, but only the tests that were relevant to the hardware changes.&lt;br /&gt;
* &#039;&#039;&#039;[[Distributed]]&#039;&#039;&#039;: through its modular architecture, Inquisitor can be easily distributed across a cluster to distribute load or make a geographically distributed system. &lt;br /&gt;
* &#039;&#039;&#039;Scalable&#039;&#039;&#039;: it is possible to test just one computer or all the computers in an organization.&lt;br /&gt;
* &#039;&#039;&#039;Free&#039;&#039;&#039;: it is free, and that&#039;s always good!&lt;br /&gt;
===&#039;&#039;&#039;Who Develops it&#039;&#039;&#039;===&lt;br /&gt;
It is being developed by Mikhail Yakashin and another 5 guys, with various contributions from others, the full list of names can be found below:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;u&amp;gt;Inquisitor team is:&amp;lt;/u&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* Mikhail Yakshin &lt;br /&gt;
* Pavel Melnikov&lt;br /&gt;
* Maksim Bartenev&lt;br /&gt;
* Sergey Matveev &lt;br /&gt;
* Denis Borovikov&lt;br /&gt;
* Andras Horvath&lt;br /&gt;
					&lt;br /&gt;
&amp;lt;u&amp;gt;With contributions and suggestions from:&amp;lt;/u&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* Anton Farygin&lt;br /&gt;
* Anton Kachalov&lt;br /&gt;
* Valery Inozemtsev&lt;br /&gt;
* Alexandra Panyukova&lt;br /&gt;
* Michail Pishchagin&lt;br /&gt;
===&#039;&#039;&#039;How To Get It&#039;&#039;&#039;===&lt;br /&gt;
Inquisitor&amp;lt;ref name = &amp;quot;Inquisitor&amp;quot;&amp;gt;[http://www.inquisitor.ru/ Inquisitor]: Inquisitor website. (2011-10-16).&amp;lt;/ref&amp;gt; may be obtained via the official [http://www.inquisitor.ru/download.html website]. Currently it seems that only a 	direct download is available, but there is a heading for BitTorrent, so who knows it may also be available as an option in the future. There are several &#039;flavors&#039; to choose from; there is a standalone version, a live version, and 	an enterprise version.&lt;br /&gt;
* &#039;&#039;Standalone version&#039;&#039;, installs into whatever Linux OS system you are currently running by modifying a configuration makefile with your current system parameters. This is probably the best for &amp;quot;demonstrating and learning Inquisitor&amp;quot; as stated by the people working on the distribution.&lt;br /&gt;
* &#039;&#039;Live version&#039;&#039;, is a Linux Live CD option that allows you to boot straight from the CD/DVD. A good choice for those that are afraid to accidentally mess something up on their system when running destructive testing and for those that don&#039;t have a Linux OS installed on their machine.&lt;br /&gt;
* &#039;&#039;Enterprise version&#039;&#039;, allows the user to setup a dedicated testing server that would allow any computer to boot from the network using the PXE protocol in order to test multiple computers on a regular basis.&lt;br /&gt;
===&#039;&#039;&#039;How Large is it&#039;&#039;&#039;===&lt;br /&gt;
The size of each of the aforementioned &#039;flavors&#039; is relatively small and only took a couple of minutes to download via my connection at home. The 	distribution is zipped, and version 3.0 is under a megabyte in size. When unzipped it is just under 2 megabytes (1.95). The iso for the Live CD version of the distribution is 131 megabytes for 32-bit systems, and 135 megabytes for 64-bit systems.&lt;br /&gt;
===&#039;&#039;&#039;Influences&#039;&#039;&#039;===&lt;br /&gt;
[http://en.wikipedia.org/wiki/ALT_Linux ALT Linux] is used as the base and starting point for Inquisitor. &lt;br /&gt;
===&#039;&#039;&#039;Miscellaneous&#039;&#039;&#039;===			&lt;br /&gt;
Any other background information is relevant for understanding the rest of the report. &lt;br /&gt;
- &#039;Clever scheduler&#039; describe further -----&lt;br /&gt;
&lt;br /&gt;
== &#039;&#039;&#039;Installation/Startup&#039;&#039;&#039; ==&lt;br /&gt;
===&#039;&#039;&#039;Installation&#039;&#039;&#039;===&lt;br /&gt;
I decided to go with the Live CD &#039;flavor&#039; of this distribution as it is the one that would minimize my chances of doing something I would regret to my own PC via some of the write tests that were available as part of the default package. I used VirtualBox to mount the downloaded iso, this enabled me to do some testing and play around with creating my own test cases, and packages. This was easy and straight forward.&lt;br /&gt;
[[File:LiveInstall.jpg|thumb|upright=0.65|Live CD Installation Diagram]]&lt;br /&gt;
A few installation options are described below:&lt;br /&gt;
====&#039;&#039;&#039;Live CD&#039;&#039;&#039;====&lt;br /&gt;
Download and save the iso (Live CD) image that is suitable for your system from the Inquisitor [http://www.inquisitor.ru/download.html website.] Choose a virtualization software to use.&lt;br /&gt;
=====&#039;&#039;&#039;Oracle VM VirtualBox&#039;&#039;&#039;=====&lt;br /&gt;
# Download and install [https://www.virtualbox.org/wiki/Downloads VirtualBox].&lt;br /&gt;
# Create a new Virtual Machine by following the point and click wizard.&lt;br /&gt;
# Mount the Inquisitor iso, previously downloaded.&lt;br /&gt;
# Start the Virtual Machine with the mounted image.&lt;br /&gt;
# Select one of the options and have fun...&lt;br /&gt;
=====&#039;&#039;&#039;VMware&#039;&#039;&#039;=====&lt;br /&gt;
# Download and install [http://downloads.vmware.com/ VMware].&lt;br /&gt;
# Create a new Virtual Machine by following the point and click wizard.&lt;br /&gt;
# Mount the Inquisitor iso, previously downloaded.&lt;br /&gt;
# Start the Virtual Machine with the mounted image.&lt;br /&gt;
# Select one of the options and have fun...&lt;br /&gt;
====&#039;&#039;&#039;Problems Encountered&#039;&#039;&#039;====&lt;br /&gt;
None encountered.&lt;br /&gt;
== &#039;&#039;&#039;Basic Operation&#039;&#039;&#039; ==&lt;br /&gt;
{| style=&amp;quot;float: right;&amp;quot;&lt;br /&gt;
|[[File:Hardware Testing Menu.png|right|thumb|Figure 1 - Main Menu]]&lt;br /&gt;
|[[File:Benchmark Testing - Non Destructive.png|right|thumb|Figure 2 - A test in progress]]&lt;br /&gt;
|[[File:Test Results.png|right|thumb|Figure 3 - Test results]]&lt;br /&gt;
|}&lt;br /&gt;
The setup used; Oracle VM VirtualBox running a mounted Live CD copy of Inquisitor v3.0.&lt;br /&gt;
&lt;br /&gt;
The main menu that is presented to the user directly following boot-up is straightforward and easy to use (Figure 1). All of the options are grouped into categories. Selecting and running tests is straightforward, a test is selected and ran, after it is done, the results are saved and may be viewed at any time. Everything is automatic (Figure 2), you just &#039;point and click&#039; with the outcome presented as &#039;DONE&#039;, &#039;FAILED&#039;, &#039;SKIP&#039;, &#039;PASSED&#039;, and &#039;CALLED&#039; - the wording is fully customizable and can be changed via a configuration file if one so desires -. Some tests require the user to enter a set of parameters that are test specific, such as the number of iterations to run through or test duration. All of the parameters are entered via a TUI textfield. Once the desired test(s) are ran, results are saved and may be viewed at any time (Figure 3).&lt;br /&gt;
&lt;br /&gt;
I did not encounter any problems. Although with some of the more time consuming tests it would have been nice to see some kind of an update on what is currently happening, in order to eliminate any suspicion that the system has hung. The only other gripe I had was with the &#039;View test results&#039; constantly returning me not to the menu from which I came, but to the main menu. This forces the user to go back to wherever he/she was each and every single time. Having an option to &#039;Exit&#039; once everything was done would have been nice.	&lt;br /&gt;
== &#039;&#039;&#039;Usage Evaluation&#039;&#039;&#039; ==&lt;br /&gt;
From my experience I think that the distribution does everything that it had promised on it&#039;s website and then some. I found it very easy to install and come to terms with, and the ability to create and modify existing test cases was simple and fairly straight forward thanks to the provided documentation that kept things concise and not overly complicated. The basics are there, and are enough to lay the foundation for whatever test case module you may want to create provided you have some background experience in programming and know what it is that you want to do. &lt;br /&gt;
== &#039;&#039;&#039;References&#039;&#039;&#039; ==&lt;br /&gt;
&amp;lt;references /&amp;gt;&lt;br /&gt;
ATSPI Technology Office.&#039;&#039; Lightweight Portable Security (LPS) Public Edition (LPS-Public) User’s Guide&#039;&#039;. Web. 10 Oct. 2011. &amp;lt;http://spi.dod.mil/docs/lpsmanual.pdf&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
All references used in proper bibliographic form. Must cite these sources in the main text as appropriate.&lt;/div&gt;</summary>
		<author><name>Atchekan</name></author>
	</entry>
	<entry>
		<id>https://homeostasis.scs.carleton.ca/wiki/index.php?title=COMP_3000_2011_Report_-_Part_1_of_3:_Inquisitor&amp;diff=11427</id>
		<title>COMP 3000 2011 Report - Part 1 of 3: Inquisitor</title>
		<link rel="alternate" type="text/html" href="https://homeostasis.scs.carleton.ca/wiki/index.php?title=COMP_3000_2011_Report_-_Part_1_of_3:_Inquisitor&amp;diff=11427"/>
		<updated>2011-10-18T23:45:42Z</updated>

		<summary type="html">&lt;p&gt;Atchekan: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== &#039;&#039;&#039;Background&#039;&#039;&#039; ==&lt;br /&gt;
[[File:Inquisitor-logo.png|thumb|centre|]] &lt;br /&gt;
===&#039;&#039;&#039;Name&#039;&#039;&#039;===&lt;br /&gt;
The name of the distribution is [[Inquisitor (hardware testing software)]]. &lt;br /&gt;
===&#039;&#039;&#039;Goals and Target Audience&#039;&#039;&#039;===&lt;br /&gt;
This distribution aims to provide an open-source hardware testing and certification system, that is:&lt;br /&gt;
* &#039;&#039;&#039;Customizable&#039;&#039;&#039;: it is possible to pick and choose which modules and tests to include.&lt;br /&gt;
* &#039;&#039;&#039;[[Modular]]&#039;&#039;&#039;: it is made up from a series of interchangeable modules; one can easily add new modules in order to add new test detections, production steps, etc. This will be described in greater detail in later parts of the report. Please stay tuned!&lt;br /&gt;
* &#039;&#039;&#039;[[Flexible]]&#039;&#039;&#039;: it is possible to adjust virtually any parameter in analysis or testing process and customize the system to the widest extent possible.&lt;br /&gt;
* &#039;&#039;&#039;[[Intelligent]]&#039;&#039;&#039;: it is server-based version includes a database that stores all the data on all computers that were tested by Inquisitor making easy to keep track of multiple systems/PCs. If some parts of the hardware were to change, &#039;clever scheduler&#039; won&#039;t redo all the long testing, but only the tests that were relevant to the hardware changes.&lt;br /&gt;
* &#039;&#039;&#039;[[Distributed]]&#039;&#039;&#039;: through its modular architecture, Inquisitor can be easily distributed across a cluster to distribute load or make a geographically distributed system. &lt;br /&gt;
* &#039;&#039;&#039;Scalable&#039;&#039;&#039;: it is possible to test just one computer or all the computers in an organization.&lt;br /&gt;
* &#039;&#039;&#039;Free&#039;&#039;&#039;: it is free, and that&#039;s always good!&lt;br /&gt;
===&#039;&#039;&#039;Who Develops it&#039;&#039;&#039;===&lt;br /&gt;
It is being developed by Mikhail Yakashin and another 5 guys, with various contributions from others, the full list of names can be found below:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;u&amp;gt;Inquisitor team is:&amp;lt;/u&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* Mikhail Yakshin &lt;br /&gt;
* Pavel Melnikov&lt;br /&gt;
* Maksim Bartenev&lt;br /&gt;
* Sergey Matveev &lt;br /&gt;
* Denis Borovikov&lt;br /&gt;
* Andras Horvath&lt;br /&gt;
					&lt;br /&gt;
&amp;lt;u&amp;gt;With contributions and suggestions from:&amp;lt;/u&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* Anton Farygin&lt;br /&gt;
* Anton Kachalov&lt;br /&gt;
* Valery Inozemtsev&lt;br /&gt;
* Alexandra Panyukova&lt;br /&gt;
* Michail Pishchagin&lt;br /&gt;
===&#039;&#039;&#039;How To Get It&#039;&#039;&#039;===&lt;br /&gt;
Inquisitor&amp;lt;ref name = &amp;quot;Inquisitor&amp;quot;&amp;gt;[http://www.inquisitor.ru/ Inquisitor]: Inquisitor website. (2011-10-16).&amp;lt;/ref&amp;gt; may be obtained via the official [http://www.inquisitor.ru/download.html website]. Currently it seems that only a 	direct download is available, but there is a heading for BitTorrent, so who knows it may also be available as an option in the future. There are several &#039;flavors&#039; to choose from; there is a standalone version, a live version, and 	an enterprise version.&lt;br /&gt;
* &#039;&#039;Standalone version&#039;&#039;, installs into whatever Linux OS system you are currently running by modifying a configuration makefile with your current system parameters. This is probably the best for &amp;quot;demonstrating and learning Inquisitor&amp;quot; as stated by the people working on the distribution.&lt;br /&gt;
* &#039;&#039;Live version&#039;&#039;, is a Linux Live CD option that allows you to boot straight from the CD/DVD. A good choice for those that are afraid to accidentally mess something up on their system when running destructive testing and for those that don&#039;t have a Linux OS installed on their machine.&lt;br /&gt;
* &#039;&#039;Enterprise version&#039;&#039;, allows the user to setup a dedicated testing server that would allow any computer to boot from the network using the PXE protocol in order to test multiple computers on a regular basis.&lt;br /&gt;
===&#039;&#039;&#039;How Large is it&#039;&#039;&#039;===&lt;br /&gt;
The size of each of the aforementioned &#039;flavors&#039; is relatively small and only took a couple of minutes to download via my connection at home. The 	distribution is zipped, and version 3.0 is under a megabyte in size. When unzipped it is just under 2 megabytes (1.95). The iso for the Live CD version of the distribution is 131 megabytes for 32-bit systems, and 135 megabytes for 64-bit systems.&lt;br /&gt;
===&#039;&#039;&#039;Influences&#039;&#039;&#039;===&lt;br /&gt;
[http://en.wikipedia.org/wiki/ALT_Linux ALT Linux] is used as the base and starting point for Inquisitor. &lt;br /&gt;
===&#039;&#039;&#039;Miscellaneous&#039;&#039;&#039;===			&lt;br /&gt;
Any other background information is relevant for understanding the rest of the report. &lt;br /&gt;
- &#039;Clever scheduler&#039; describe further -----&lt;br /&gt;
&lt;br /&gt;
== &#039;&#039;&#039;Installation/Startup&#039;&#039;&#039; ==&lt;br /&gt;
===&#039;&#039;&#039;Installation&#039;&#039;&#039;===&lt;br /&gt;
I decided to go with the Live CD &#039;flavor&#039; of this distribution as it is the one that would minimize my chances of doing something I would regret to my own PC via some of the write tests that were available as part of the default package. I used VirtualBox to mount the downloaded iso, this enabled me to do some testing and play around with creating my own test cases, and packages. This was easy and straight forward.&lt;br /&gt;
&lt;br /&gt;
A few installation options are described below:&lt;br /&gt;
====&#039;&#039;&#039;Live CD&#039;&#039;&#039;====&lt;br /&gt;
Download and save the iso (Live CD) image that is suitable for your system from the Inquisitor [http://www.inquisitor.ru/download.html website.] Choose a virtualization software to use.&lt;br /&gt;
=====&#039;&#039;&#039;Oracle VM VirtualBox&#039;&#039;&#039;=====&lt;br /&gt;
# Download and install [https://www.virtualbox.org/wiki/Downloads VirtualBox].&lt;br /&gt;
# Create a new Virtual Machine by following the point and click wizard.&lt;br /&gt;
# Mount the Inquisitor iso, previously downloaded.&lt;br /&gt;
# Start the Virtual Machine with the mounted image.&lt;br /&gt;
# Select one of the options and have fun...&lt;br /&gt;
[[File:LiveInstall.jpg|thumb|Live CD Installation Diagram]]&lt;br /&gt;
=====&#039;&#039;&#039;VMware&#039;&#039;&#039;=====&lt;br /&gt;
# Download and install [http://downloads.vmware.com/ VMware].&lt;br /&gt;
# Create a new Virtual Machine by following the point and click wizard.&lt;br /&gt;
# Mount the Inquisitor iso, previously downloaded.&lt;br /&gt;
# Start the Virtual Machine with the mounted image.&lt;br /&gt;
# Select one of the options and have fun...&lt;br /&gt;
====&#039;&#039;&#039;Problems Encountered&#039;&#039;&#039;====&lt;br /&gt;
None encountered.&lt;br /&gt;
== &#039;&#039;&#039;Basic Operation&#039;&#039;&#039; ==&lt;br /&gt;
{| style=&amp;quot;float: right;&amp;quot;&lt;br /&gt;
|[[File:Hardware Testing Menu.png|right|thumb|Figure 1 - Main Menu]]&lt;br /&gt;
|[[File:Benchmark Testing - Non Destructive.png|right|thumb|Figure 2 - A test in progress]]&lt;br /&gt;
|[[File:Test Results.png|right|thumb|Figure 3 - Test results]]&lt;br /&gt;
|}&lt;br /&gt;
The setup used; Oracle VM VirtualBox running a mounted Live CD copy of Inquisitor v3.0.&lt;br /&gt;
&lt;br /&gt;
The main menu that is presented to the user directly following boot-up is straightforward and easy to use (Figure 1). All of the options are grouped into categories. Selecting and running tests is straightforward, a test is selected and ran, after it is done, the results are saved and may be viewed at any time. Everything is automatic (Figure 2), you just &#039;point and click&#039; with the outcome presented as &#039;DONE&#039;, &#039;FAILED&#039;, &#039;SKIP&#039;, &#039;PASSED&#039;, and &#039;CALLED&#039; - the wording is fully customizable and can be changed via a configuration file if one so desires -. Some tests require the user to enter a set of parameters that are test specific, such as the number of iterations to run through or test duration. All of the parameters are entered via a TUI textfield. Once the desired test(s) are ran, results are saved and may be viewed at any time (Figure 3).&lt;br /&gt;
&lt;br /&gt;
I did not encounter any problems. Although with some of the more time consuming tests it would have been nice to see some kind of an update on what is currently happening, in order to eliminate any suspicion that the system has hung. The only other gripe I had was with the &#039;View test results&#039; constantly returning me not to the menu from which I came, but to the main menu. This forces the user to go back to wherever he/she was each and every single time. Having an option to &#039;Exit&#039; once everything was done would have been nice.	&lt;br /&gt;
== &#039;&#039;&#039;Usage Evaluation&#039;&#039;&#039; ==&lt;br /&gt;
From my experience I think that the distribution does everything that it had promised on it&#039;s website and then some. I found it very easy to install and come to terms with, and the ability to create and modify existing test cases was simple and fairly straight forward thanks to the provided documentation that kept things concise and not overly complicated. The basics are there, and are enough to lay the foundation for whatever test case module you may want to create provided you have some background experience in programming and know what it is that you want to do. &lt;br /&gt;
== &#039;&#039;&#039;References&#039;&#039;&#039; ==&lt;br /&gt;
&amp;lt;references /&amp;gt;&lt;br /&gt;
ATSPI Technology Office.&#039;&#039; Lightweight Portable Security (LPS) Public Edition (LPS-Public) User’s Guide&#039;&#039;. Web. 10 Oct. 2011. &amp;lt;http://spi.dod.mil/docs/lpsmanual.pdf&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
All references used in proper bibliographic form. Must cite these sources in the main text as appropriate.&lt;/div&gt;</summary>
		<author><name>Atchekan</name></author>
	</entry>
	<entry>
		<id>https://homeostasis.scs.carleton.ca/wiki/index.php?title=File:LiveInstall.jpg&amp;diff=11426</id>
		<title>File:LiveInstall.jpg</title>
		<link rel="alternate" type="text/html" href="https://homeostasis.scs.carleton.ca/wiki/index.php?title=File:LiveInstall.jpg&amp;diff=11426"/>
		<updated>2011-10-18T23:44:58Z</updated>

		<summary type="html">&lt;p&gt;Atchekan: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Atchekan</name></author>
	</entry>
	<entry>
		<id>https://homeostasis.scs.carleton.ca/wiki/index.php?title=File:Inquisitor-logo.png&amp;diff=11424</id>
		<title>File:Inquisitor-logo.png</title>
		<link rel="alternate" type="text/html" href="https://homeostasis.scs.carleton.ca/wiki/index.php?title=File:Inquisitor-logo.png&amp;diff=11424"/>
		<updated>2011-10-18T23:44:08Z</updated>

		<summary type="html">&lt;p&gt;Atchekan: Inquisitor logo.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Inquisitor logo.&lt;/div&gt;</summary>
		<author><name>Atchekan</name></author>
	</entry>
	<entry>
		<id>https://homeostasis.scs.carleton.ca/wiki/index.php?title=File:Benchmark_Testing_-_Non_Destructive.png&amp;diff=10835</id>
		<title>File:Benchmark Testing - Non Destructive.png</title>
		<link rel="alternate" type="text/html" href="https://homeostasis.scs.carleton.ca/wiki/index.php?title=File:Benchmark_Testing_-_Non_Destructive.png&amp;diff=10835"/>
		<updated>2011-10-17T01:16:53Z</updated>

		<summary type="html">&lt;p&gt;Atchekan: uploaded a new version of &amp;quot;File:Benchmark Testing - Non Destructive.png&amp;quot;:&amp;amp;#32;Made slightly smaller.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Benchmark testing - non destructive.&lt;/div&gt;</summary>
		<author><name>Atchekan</name></author>
	</entry>
	<entry>
		<id>https://homeostasis.scs.carleton.ca/wiki/index.php?title=File:Hardware_Testing_Menu.png&amp;diff=10834</id>
		<title>File:Hardware Testing Menu.png</title>
		<link rel="alternate" type="text/html" href="https://homeostasis.scs.carleton.ca/wiki/index.php?title=File:Hardware_Testing_Menu.png&amp;diff=10834"/>
		<updated>2011-10-17T01:16:01Z</updated>

		<summary type="html">&lt;p&gt;Atchekan: uploaded a new version of &amp;quot;File:Hardware Testing Menu.png&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Hardware testing menu.&lt;/div&gt;</summary>
		<author><name>Atchekan</name></author>
	</entry>
	<entry>
		<id>https://homeostasis.scs.carleton.ca/wiki/index.php?title=File:Benchmark_Testing_-_Non_Destructive.png&amp;diff=10821</id>
		<title>File:Benchmark Testing - Non Destructive.png</title>
		<link rel="alternate" type="text/html" href="https://homeostasis.scs.carleton.ca/wiki/index.php?title=File:Benchmark_Testing_-_Non_Destructive.png&amp;diff=10821"/>
		<updated>2011-10-17T00:28:29Z</updated>

		<summary type="html">&lt;p&gt;Atchekan: Benchmark testing - non destructive.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Benchmark testing - non destructive.&lt;/div&gt;</summary>
		<author><name>Atchekan</name></author>
	</entry>
	<entry>
		<id>https://homeostasis.scs.carleton.ca/wiki/index.php?title=File:Hardware_Testing_Menu.png&amp;diff=10820</id>
		<title>File:Hardware Testing Menu.png</title>
		<link rel="alternate" type="text/html" href="https://homeostasis.scs.carleton.ca/wiki/index.php?title=File:Hardware_Testing_Menu.png&amp;diff=10820"/>
		<updated>2011-10-17T00:27:47Z</updated>

		<summary type="html">&lt;p&gt;Atchekan: Hardware testing menu.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Hardware testing menu.&lt;/div&gt;</summary>
		<author><name>Atchekan</name></author>
	</entry>
	<entry>
		<id>https://homeostasis.scs.carleton.ca/wiki/index.php?title=File:Test_Results.png&amp;diff=10818</id>
		<title>File:Test Results.png</title>
		<link rel="alternate" type="text/html" href="https://homeostasis.scs.carleton.ca/wiki/index.php?title=File:Test_Results.png&amp;diff=10818"/>
		<updated>2011-10-17T00:27:19Z</updated>

		<summary type="html">&lt;p&gt;Atchekan: Test results.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Test results.&lt;/div&gt;</summary>
		<author><name>Atchekan</name></author>
	</entry>
	<entry>
		<id>https://homeostasis.scs.carleton.ca/wiki/index.php?title=File:New_VM.png&amp;diff=10402</id>
		<title>File:New VM.png</title>
		<link rel="alternate" type="text/html" href="https://homeostasis.scs.carleton.ca/wiki/index.php?title=File:New_VM.png&amp;diff=10402"/>
		<updated>2011-10-15T23:25:42Z</updated>

		<summary type="html">&lt;p&gt;Atchekan: Creating a new virtual machine.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Creating a new virtual machine.&lt;/div&gt;</summary>
		<author><name>Atchekan</name></author>
	</entry>
	<entry>
		<id>https://homeostasis.scs.carleton.ca/wiki/index.php?title=COMP_3000_2011_Report_-_Part_1_of_3:_Inquisitor&amp;diff=10347</id>
		<title>COMP 3000 2011 Report - Part 1 of 3: Inquisitor</title>
		<link rel="alternate" type="text/html" href="https://homeostasis.scs.carleton.ca/wiki/index.php?title=COMP_3000_2011_Report_-_Part_1_of_3:_Inquisitor&amp;diff=10347"/>
		<updated>2011-10-15T22:16:57Z</updated>

		<summary type="html">&lt;p&gt;Atchekan: Blanked the page&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Atchekan</name></author>
	</entry>
	<entry>
		<id>https://homeostasis.scs.carleton.ca/wiki/index.php?title=COMP_3000_2011_Report_-_Part_1_of_3:_Inquisitor&amp;diff=10344</id>
		<title>COMP 3000 2011 Report - Part 1 of 3: Inquisitor</title>
		<link rel="alternate" type="text/html" href="https://homeostasis.scs.carleton.ca/wiki/index.php?title=COMP_3000_2011_Report_-_Part_1_of_3:_Inquisitor&amp;diff=10344"/>
		<updated>2011-10-15T22:12:58Z</updated>

		<summary type="html">&lt;p&gt;Atchekan: /* Background */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== &#039;&#039;&#039;Background&#039;&#039;&#039; ==&lt;br /&gt;
===&#039;&#039;&#039;Name&#039;&#039;&#039;===&lt;br /&gt;
As you may have already guessed the name of my chosen distribution is Inquisitor. &lt;br /&gt;
===&#039;&#039;&#039;Goals and Target Audience&#039;&#039;&#039;===&lt;br /&gt;
This distribution aims to provide an open-source hardware testing and certification system, that is:&lt;br /&gt;
* &#039;&#039;&#039;Customizable&#039;&#039;&#039;: it is possible to pick and choose which modules and tests to include.&lt;br /&gt;
* &#039;&#039;&#039;[[Modular]]&#039;&#039;&#039;: it is made up from a series of interchangeable modules; one can easily add new modules in order to add new test detections, production steps, etc. This will be described in greater detail in later parts of the report. Please stay tuned!&lt;br /&gt;
* &#039;&#039;&#039;[[Flexible]]&#039;&#039;&#039;: it is possible to adjust virtually any parameter in analysis or testing process and customize the system to the widest extent possible.&lt;br /&gt;
* &#039;&#039;&#039;[[Intelligent]]&#039;&#039;&#039;: it is server-based version includes a database that stores all the data on all computers that were tested by Inquisitor making easy to keep track of multiple systems/PCs. If some parts of the hardware were to change, &#039;clever scheduler&#039; won&#039;t redo all the long testing, but only the tests that were relevant to the hardware changes.&lt;br /&gt;
* &#039;&#039;&#039;[[Distributed]]&#039;&#039;&#039;: through its modular architecture, Inquisitor can be easily distributed accross a cluster to distribute load or make a geographically distributed system. &lt;br /&gt;
* &#039;&#039;&#039;Scalable&#039;&#039;&#039;: it is possible to test just one computer or all the computers in an organization.&lt;br /&gt;
* &#039;&#039;&#039;Free&#039;&#039;&#039;: it is free, and that&#039;s always good!&lt;br /&gt;
===&#039;&#039;&#039;Who Develops it&#039;&#039;&#039;===&lt;br /&gt;
It is being developed by Mikhail Yakashin and another 5 guys, with various contributions from others, the full list of names can be found below:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;u&amp;gt;Inquisitor team is:&amp;lt;/u&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* Mikhail Yakshin &lt;br /&gt;
* Pavel Melnikov&lt;br /&gt;
* Maksim Bartenev&lt;br /&gt;
* Sergey Matveev &lt;br /&gt;
* Denis Borovikov&lt;br /&gt;
* Andras Horvath&lt;br /&gt;
					&lt;br /&gt;
&amp;lt;u&amp;gt;With contributions and suggestions from:&amp;lt;/u&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* Anton Farygin&lt;br /&gt;
* Anton Kachalov&lt;br /&gt;
* Valery Inozemtsev&lt;br /&gt;
* Alexandra Panyukova&lt;br /&gt;
* Michail Pishchagin&lt;br /&gt;
===&#039;&#039;&#039;How To Get It&#039;&#039;&#039;===&lt;br /&gt;
Inquisitor may be obtained via the official [http://www.inquisitor.ru/download.html website]. Currently it seems that only a 	direct download is available, but there is a heading for BitTorrent, so who knows it may also be available as an option in the future. There are several &#039;flavors&#039; to choose from; there is a standalone version, a live version, and 	an enterprise version.&lt;br /&gt;
* &#039;&#039;Standalone version&#039;&#039;, installs into whatever Linux OS system you are currently running by modifying a configuration makefile with your current system parameters. This is probably the best for &amp;quot;demonstrating and learning Inquisitor&amp;quot; as stated by the people working on the distribution.&lt;br /&gt;
* &#039;&#039;Live version&#039;&#039;, is a Linux Live CD option that allows you to boot straight from the CD/DVD. A good choice for those that are afraid to accidentally mess something up on their system when running destructive testing and for those that don&#039;t have a Linux OS installed on their machine.&lt;br /&gt;
* &#039;&#039;Enterprise version&#039;&#039;, allows the user to setup a dedicated testing server that would allow any computer to boot from the network using the PXE protocol in order to test multiple computers on a regular basis.&lt;br /&gt;
===&#039;&#039;&#039;How Large is it&#039;&#039;&#039;===&lt;br /&gt;
The size of each of the aforementioned &#039;flavors&#039; is relatively small and only took a couple of minutes to download via my connection at home. The 	distribution is zipped, and version 3.0 is under a megabyte in size. When unzipped it is just under 2 megabytes (1.95). The iso for the Live CD version of the distribution is 131 megabytes for 32-bit systems, and 135 megabytes for 64-bit systems.&lt;br /&gt;
===&#039;&#039;&#039;Influences&#039;&#039;&#039;===&lt;br /&gt;
[http://en.wikipedia.org/wiki/ALT_Linux ALT Linux] is used as the base and starting point for Inquisitor. &lt;br /&gt;
===&#039;&#039;&#039;Miscellaneous&#039;&#039;&#039;===			&lt;br /&gt;
Any other background information is relevant for understanding the rest of the report. &lt;br /&gt;
- &#039;Clever scheduler&#039; describe further -----&lt;br /&gt;
&lt;br /&gt;
== &#039;&#039;&#039;Installation/Startup&#039;&#039;&#039; ==&lt;br /&gt;
&lt;br /&gt;
== &#039;&#039;&#039;Basic Operation&#039;&#039;&#039; ==&lt;br /&gt;
&lt;br /&gt;
== &#039;&#039;&#039;Usage Evaluation&#039;&#039;&#039; ==&lt;br /&gt;
&lt;br /&gt;
== &#039;&#039;&#039;References&#039;&#039;&#039; ==&lt;br /&gt;
&lt;br /&gt;
All references used in proper bibliographic form. Must cite these sources in the main text as appropriate.&lt;/div&gt;</summary>
		<author><name>Atchekan</name></author>
	</entry>
	<entry>
		<id>https://homeostasis.scs.carleton.ca/wiki/index.php?title=COMP_3000_2011_Report_-_Part_1_of_3:_Inquisitor&amp;diff=10343</id>
		<title>COMP 3000 2011 Report - Part 1 of 3: Inquisitor</title>
		<link rel="alternate" type="text/html" href="https://homeostasis.scs.carleton.ca/wiki/index.php?title=COMP_3000_2011_Report_-_Part_1_of_3:_Inquisitor&amp;diff=10343"/>
		<updated>2011-10-15T21:56:22Z</updated>

		<summary type="html">&lt;p&gt;Atchekan: /* Background */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== &#039;&#039;&#039;Background&#039;&#039;&#039; ==&lt;br /&gt;
===&#039;&#039;&#039;Name&#039;&#039;&#039;===&lt;br /&gt;
As you may have already guessed the name of my chosen distribution is Inquisitor. &lt;br /&gt;
===&#039;&#039;&#039;Goals and Target Audience&#039;&#039;&#039;===&lt;br /&gt;
This distribution aims to provide an open-source hardware testing and certification system, that is:&lt;br /&gt;
* &#039;&#039;&#039;Customizable&#039;&#039;&#039;: it is possible to pick and choose which modules and tests to include.&lt;br /&gt;
* &#039;&#039;&#039;[[Modular]]&#039;&#039;&#039;: it is made up from a series of interchangeable modules; one can easily add new modules in order to add new test detections, production steps, etc. This will be described in greater detail in later parts of the report. Please stay tuned!&lt;br /&gt;
* &#039;&#039;&#039;[[Flexible]]&#039;&#039;&#039;: it is possible to adjust virtually any parameter in analysis or testing process and customize the system to the widest extent possible.&lt;br /&gt;
* &#039;&#039;&#039;[[Intelligent]]&#039;&#039;&#039;: it is server-based version includes a database that stores all the data on all computers that were tested by Inquisitor making easy to keep track of multiple systems/PCs. If some parts of the hardware were to change, &#039;clever scheduler&#039; won&#039;t redo all the long testing, but only the tests that were relevant to the hardware changes.&lt;br /&gt;
* &#039;&#039;&#039;[[Distributed]]&#039;&#039;&#039;: through its modular architecture, Inquisitor can be easily distributed accross a cluster to distribute load or make a geographically distributed system. &lt;br /&gt;
* &#039;&#039;&#039;Scalable&#039;&#039;&#039;: it is possible to test just one computer or all the computers in an organization.&lt;br /&gt;
* &#039;&#039;&#039;Free&#039;&#039;&#039;: it is free, and that&#039;s always good!&lt;br /&gt;
===&#039;&#039;&#039;Who Develops it&#039;&#039;&#039;===&lt;br /&gt;
It is being developed by Mikhail Yakashin and another 5 guys, with various contributions from others, the full list of names can be found below:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;u&amp;gt;Inquisitor team is:&amp;lt;/u&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* Mikhail Yakshin &lt;br /&gt;
* Pavel Melnikov&lt;br /&gt;
* Maksim Bartenev&lt;br /&gt;
* Sergey Matveev &lt;br /&gt;
* Denis Borovikov&lt;br /&gt;
* Andras Horvath&lt;br /&gt;
					&lt;br /&gt;
&amp;lt;u&amp;gt;With contributions and suggestions from:&amp;lt;/u&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* Anton Farygin&lt;br /&gt;
* Anton Kachalov&lt;br /&gt;
* Valery Inozemtsev&lt;br /&gt;
* Alexandra Panyukova&lt;br /&gt;
* Michail Pishchagin&lt;br /&gt;
===&#039;&#039;&#039;How To Get It&#039;&#039;&#039;===&lt;br /&gt;
Inquisitor may be obtained via the official [http://www.inquisitor.ru/download.html website]. Currently it seems that only a 	direct download is available, but there is a heading for BitTorrent, so who knows it may also be available as an option in the future. There are several &#039;flavors&#039; to choose from; there is a standalone version, a live version, and 	an enterprise version.&lt;br /&gt;
* &#039;&#039;Standalone version&#039;&#039;, installs into whatever Linux OS system you are currently running by modifying a configuration makefile with your current system parameters. This is probably best for &amp;quot;demonstrating and learning Inquisitor&amp;quot; as stated by the people working on the distribution.&lt;br /&gt;
* &#039;&#039;Live version&#039;&#039;, is a Linux Live CD option that allows you to boot straight from the CD/DVD. A good choice for that are afraid to accidentally mess something up on their system when running destructive testing and for those that don&#039;t have a Linux OS installed on their machine.&lt;br /&gt;
* &#039;&#039;Enterprise version&#039;&#039;, allows the user to setup a dedicated testing server that would allow any computer to boot from the network using the PXE protocol in order to test multiple computers on a regular basis.&lt;br /&gt;
===&#039;&#039;&#039;How Large is it&#039;&#039;&#039;===&lt;br /&gt;
The size of each of the aforementioned &#039;flavors&#039; is relatively small and only took a couple of minutes to download via my connection at home. The 	distribution is zipped, and version 3.0 is under a megabyte in size. When unzipped it is just under 2 megabytes (1.95). The iso for the Live CD version of the distribution is 131 megabytes for 32-bit systems, and 135 megabytes for 64-bit systems.&lt;br /&gt;
===&#039;&#039;&#039;Influences&#039;&#039;&#039;===&lt;br /&gt;
[http://en.wikipedia.org/wiki/ALT_Linux ALT Linux] is used as the base and starting point for Inquisitor. &lt;br /&gt;
===&#039;&#039;&#039;Miscellaneous&#039;&#039;&#039;===			&lt;br /&gt;
Any other background information is relevant for understanding the rest of the report. &lt;br /&gt;
- &#039;Clever scheduler&#039; describe further -----&lt;br /&gt;
&lt;br /&gt;
== &#039;&#039;&#039;Installation/Startup&#039;&#039;&#039; ==&lt;br /&gt;
&lt;br /&gt;
== &#039;&#039;&#039;Basic Operation&#039;&#039;&#039; ==&lt;br /&gt;
&lt;br /&gt;
== &#039;&#039;&#039;Usage Evaluation&#039;&#039;&#039; ==&lt;br /&gt;
&lt;br /&gt;
== &#039;&#039;&#039;References&#039;&#039;&#039; ==&lt;br /&gt;
&lt;br /&gt;
All references used in proper bibliographic form. Must cite these sources in the main text as appropriate.&lt;/div&gt;</summary>
		<author><name>Atchekan</name></author>
	</entry>
	<entry>
		<id>https://homeostasis.scs.carleton.ca/wiki/index.php?title=COMP_3000_2011_Report_-_Part_1_of_3:_Inquisitor&amp;diff=10333</id>
		<title>COMP 3000 2011 Report - Part 1 of 3: Inquisitor</title>
		<link rel="alternate" type="text/html" href="https://homeostasis.scs.carleton.ca/wiki/index.php?title=COMP_3000_2011_Report_-_Part_1_of_3:_Inquisitor&amp;diff=10333"/>
		<updated>2011-10-15T21:24:05Z</updated>

		<summary type="html">&lt;p&gt;Atchekan: /* Background */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== &#039;&#039;&#039;Background&#039;&#039;&#039; ==&lt;br /&gt;
&lt;br /&gt;
- The name of the distribution&lt;br /&gt;
&lt;br /&gt;
As you may have already guessed the name of my chosen distribution is Inquisitor. This distribution aims to provide an open-source hardware testing and certification system, that is:&lt;br /&gt;
* &#039;&#039;&#039;Customizable&#039;&#039;&#039;: [....EXPAND..... - how does it try to be customizable -]&lt;br /&gt;
* &#039;&#039;&#039;Modular&#039;&#039;&#039;: it is made up from a series of interchangeable modules; one can easily add new modules in order to add new test detections, production steps, etc. [.....MORE WILL BE EXPLAINED ON THIS IN LATER PARTS OF THE REPORT.....]&lt;br /&gt;
* &#039;&#039;&#039;Flexible&#039;&#039;&#039;: it is possible to adjust virtually any parameter in analysis or testing process and customize the system to the widest extent possible. [.....MORE WILL BE EXPLAINED ON THIS IN LATER PARTS OF THE REPORT.....]&lt;br /&gt;
* &#039;&#039;&#039;Intelligent&#039;&#039;&#039;: it is server-based version includes a database that stores all the data on all computers that were tested by Inquisitor making easy to keep track of multiple systems/PCs. If some parts of the hardware were to change, &#039;clever scheduler&#039; won&#039;t redo all the long testing, but only the tests that were relevant to the hardware changes. [.....MORE WILL BE EXPLAINED ON THIS IN LATER PARTS OF THE REPORT.....]&lt;br /&gt;
* &#039;&#039;&#039;Distributed&#039;&#039;&#039;: through its modular architecture, Inquisitor can be easily distributed accross a cluster to distribute load or make a geographically distributed system. [.....MORE WILL BE EXPLAINED ON THIS IN LATER PARTS OF THE REPORT.....]&lt;br /&gt;
* &#039;&#039;&#039;Scalable&#039;&#039;&#039;: it is possible to test just one computer or all the computers in an organization.&lt;br /&gt;
* &#039;&#039;&#039;Free&#039;&#039;&#039;: it is free, and that&#039;s always good!&lt;br /&gt;
&lt;br /&gt;
It is being developed by Mikhail Yakashin and another 5 guys, with various 	contributions from others, the full list of names can be found below:&lt;br /&gt;
=Inquisitor team is:=&lt;br /&gt;
   * Mikhail Yakshin &lt;br /&gt;
Pavel Melnikov&lt;br /&gt;
Maksim Bartenev&lt;br /&gt;
Sergey Matveev &lt;br /&gt;
Denis Borovikov&lt;br /&gt;
Andras Horvath&lt;br /&gt;
					&lt;br /&gt;
	With contributions and suggestions from:&lt;br /&gt;
Anton Farygin&lt;br /&gt;
Anton Kachalov&lt;br /&gt;
Valery Inozemtsev&lt;br /&gt;
Alexandra Panyukova&lt;br /&gt;
Michail Pishchagin&lt;br /&gt;
- how it may be obtained&lt;br /&gt;
	Inquisitor may be obtained via the official website 	(http://www.inquisitor.ru/download.html). Currently it seems that only a 	direct download is available, but there is a heading for BitTorrent, so who 	knows it may also be available as an option in the future. There are several 	&#039;flavours&#039; to choose from; there is a standalone version, a live version, and 	an enterprise version.&lt;br /&gt;
Standalone version, installs into whatever Linux OS system you are currently running by modifying a configuration makefile with your current system parameters. This is probably best for &amp;quot;demonstrating and learning Inquisitor&amp;quot; as stated by the people working on the distribution.&lt;br /&gt;
Live version, is a Linux Live CD option that allows you to boot straight from the CD/DVD. A good choice for that are afraid to accidentally mess something up on their system when running destructive testing and for those that don&#039;t have a Linux OS installed on their machine.&lt;br /&gt;
Enterprise version, allows the user to setup a dedicated testing server that would allow any computer to boot from the network using the PXE protocol in order to test multiple computers on a regular basis.&lt;br /&gt;
- its approximate size&lt;br /&gt;
	The size of each of the aforementioned &#039;flacors&#039; is relatively small and only 	took a couple of minutes to download via my connection at home. The 	distribution is zipped, and version 3.0 is under a megabyte in size. When 	unzipped it is just under 2 megabytes (1.95). The iso for the Live CD&lt;br /&gt;
	version of the distribution is 131 megabytes for 32-bit systems, and 135 	megabytes for 64-bit systems.&lt;br /&gt;
- its heritage (what other OS distribution(s) is it derived from) &lt;br /&gt;
	ALT Linux is used as the base and starting point for Inquisitor 	(http://en.wikipedia.org/wiki/ALT_Linux)&lt;br /&gt;
			&lt;br /&gt;
Any other background information is relevant for understanding the rest of the report. &lt;br /&gt;
- &#039;Clever scheduler&#039; describe further -----&lt;br /&gt;
&lt;br /&gt;
== &#039;&#039;&#039;Installation/Startup&#039;&#039;&#039; ==&lt;br /&gt;
&lt;br /&gt;
== &#039;&#039;&#039;Basic Operation&#039;&#039;&#039; ==&lt;br /&gt;
&lt;br /&gt;
== &#039;&#039;&#039;Usage Evaluation&#039;&#039;&#039; ==&lt;br /&gt;
&lt;br /&gt;
== &#039;&#039;&#039;References&#039;&#039;&#039; ==&lt;br /&gt;
&lt;br /&gt;
All references used in proper bibliographic form. Must cite these sources in the main text as appropriate.&lt;/div&gt;</summary>
		<author><name>Atchekan</name></author>
	</entry>
	<entry>
		<id>https://homeostasis.scs.carleton.ca/wiki/index.php?title=COMP_3000_2011_Report_-_Part_1_of_3:_Inquisitor&amp;diff=10305</id>
		<title>COMP 3000 2011 Report - Part 1 of 3: Inquisitor</title>
		<link rel="alternate" type="text/html" href="https://homeostasis.scs.carleton.ca/wiki/index.php?title=COMP_3000_2011_Report_-_Part_1_of_3:_Inquisitor&amp;diff=10305"/>
		<updated>2011-10-15T17:25:10Z</updated>

		<summary type="html">&lt;p&gt;Atchekan: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== &#039;&#039;&#039;Background&#039;&#039;&#039; ==&lt;br /&gt;
&lt;br /&gt;
    - The name of the distribution&lt;br /&gt;
    - its goals and target audience&lt;br /&gt;
    - who develops it&lt;br /&gt;
    - how it may be obtained&lt;br /&gt;
    - its approximate size&lt;br /&gt;
    - and its heritage (what other OS distribution(s) is it derived from) &lt;br /&gt;
&lt;br /&gt;
Any other background information is relevant for understanding the rest of the report.&lt;br /&gt;
&lt;br /&gt;
== &#039;&#039;&#039;Installation/Startup&#039;&#039;&#039; ==&lt;br /&gt;
&lt;br /&gt;
== &#039;&#039;&#039;Basic Operation&#039;&#039;&#039; ==&lt;br /&gt;
&lt;br /&gt;
== &#039;&#039;&#039;Usage Evaluation&#039;&#039;&#039; ==&lt;br /&gt;
&lt;br /&gt;
== &#039;&#039;&#039;References&#039;&#039;&#039; ==&lt;br /&gt;
&lt;br /&gt;
All references used in proper bibliographic form. Must cite these sources in the main text as appropriate.&lt;/div&gt;</summary>
		<author><name>Atchekan</name></author>
	</entry>
	<entry>
		<id>https://homeostasis.scs.carleton.ca/wiki/index.php?title=COMP_3000_2011_Report_-_Part_1_of_3:_Inquisitor&amp;diff=10304</id>
		<title>COMP 3000 2011 Report - Part 1 of 3: Inquisitor</title>
		<link rel="alternate" type="text/html" href="https://homeostasis.scs.carleton.ca/wiki/index.php?title=COMP_3000_2011_Report_-_Part_1_of_3:_Inquisitor&amp;diff=10304"/>
		<updated>2011-10-15T17:19:30Z</updated>

		<summary type="html">&lt;p&gt;Atchekan: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
== &#039;&#039;&#039;Background&#039;&#039;&#039; ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
This section should detail background information about your distribution. Please describe:&lt;br /&gt;
&lt;br /&gt;
    The name of the distribution,&lt;br /&gt;
    its goals and target audience,&lt;br /&gt;
    who develops it,&lt;br /&gt;
    how it may be obtained,&lt;br /&gt;
    its approximate size,&lt;br /&gt;
    and its heritage (what other OS distribution(s) is it derived from. &lt;br /&gt;
&lt;br /&gt;
Also include any other background information that you feel is relevant for understanding the rest of your report.&lt;br /&gt;
[edit] Installation/Startup&lt;br /&gt;
&lt;br /&gt;
In this section, detail how you got the distribution up and running. Ideally, include a screenshot or two of the installation/boot procedure. Describe the setup of the virtualization software you used, if any. Also detail any problems you encountered and how you overcame them (or didn&#039;t).&lt;br /&gt;
[edit] Basic Operation&lt;br /&gt;
&lt;br /&gt;
Here describe your experience in using your distribution for simple use cases. You should attempt to use the distribution for its intended purpose; if this is not feasible, explain why but still do your best to use it in some capacity. Again, explain any problems you encountered. Also, if feasible, include a screenshot of some typical or interesting activities.&lt;br /&gt;
[edit] Usage Evaluation&lt;br /&gt;
&lt;br /&gt;
To what extent does your chosen distribution meet its design goals? What is your overall impression of it? Be candid and specific in your critique or praise.&lt;br /&gt;
[edit] References&lt;br /&gt;
&lt;br /&gt;
List all references used in proper bibliographic form, if any. Be sure to cite these sources in the main text as appropriate.&lt;/div&gt;</summary>
		<author><name>Atchekan</name></author>
	</entry>
	<entry>
		<id>https://homeostasis.scs.carleton.ca/wiki/index.php?title=COMP_3000_2011_Report_-_Part_1_of_3:_Inquisitor&amp;diff=10303</id>
		<title>COMP 3000 2011 Report - Part 1 of 3: Inquisitor</title>
		<link rel="alternate" type="text/html" href="https://homeostasis.scs.carleton.ca/wiki/index.php?title=COMP_3000_2011_Report_-_Part_1_of_3:_Inquisitor&amp;diff=10303"/>
		<updated>2011-10-15T17:18:35Z</updated>

		<summary type="html">&lt;p&gt;Atchekan: Created page with &amp;quot;Background  This section should detail background information about your distribution. Please describe:      The name of the distribution,     its goals and target audience,     …&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Background&lt;br /&gt;
&lt;br /&gt;
This section should detail background information about your distribution. Please describe:&lt;br /&gt;
&lt;br /&gt;
    The name of the distribution,&lt;br /&gt;
    its goals and target audience,&lt;br /&gt;
    who develops it,&lt;br /&gt;
    how it may be obtained,&lt;br /&gt;
    its approximate size,&lt;br /&gt;
    and its heritage (what other OS distribution(s) is it derived from. &lt;br /&gt;
&lt;br /&gt;
Also include any other background information that you feel is relevant for understanding the rest of your report.&lt;br /&gt;
[edit] Installation/Startup&lt;br /&gt;
&lt;br /&gt;
In this section, detail how you got the distribution up and running. Ideally, include a screenshot or two of the installation/boot procedure. Describe the setup of the virtualization software you used, if any. Also detail any problems you encountered and how you overcame them (or didn&#039;t).&lt;br /&gt;
[edit] Basic Operation&lt;br /&gt;
&lt;br /&gt;
Here describe your experience in using your distribution for simple use cases. You should attempt to use the distribution for its intended purpose; if this is not feasible, explain why but still do your best to use it in some capacity. Again, explain any problems you encountered. Also, if feasible, include a screenshot of some typical or interesting activities.&lt;br /&gt;
[edit] Usage Evaluation&lt;br /&gt;
&lt;br /&gt;
To what extent does your chosen distribution meet its design goals? What is your overall impression of it? Be candid and specific in your critique or praise.&lt;br /&gt;
[edit] References&lt;br /&gt;
&lt;br /&gt;
List all references used in proper bibliographic form, if any. Be sure to cite these sources in the main text as appropriate.&lt;/div&gt;</summary>
		<author><name>Atchekan</name></author>
	</entry>
	<entry>
		<id>https://homeostasis.scs.carleton.ca/wiki/index.php?title=COMP_3000_Distribution_Sign-up_2011&amp;diff=10302</id>
		<title>COMP 3000 Distribution Sign-up 2011</title>
		<link rel="alternate" type="text/html" href="https://homeostasis.scs.carleton.ca/wiki/index.php?title=COMP_3000_Distribution_Sign-up_2011&amp;diff=10302"/>
		<updated>2011-10-15T17:14:31Z</updated>

		<summary type="html">&lt;p&gt;Atchekan: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Sign up for the distribution you want to report on here.  Note that others are also editing  page so verify that the page hasn&#039;t been mangled after you make your changes.  To help with this, try to only edit the section for the appropriate alphabet range (e.g., Ubuntu should go under T-V).&lt;br /&gt;
&lt;br /&gt;
Note that no more than two people may sign up for each distribution.  If two people sign up for a distribution, you two &#039;&#039;&#039;should be working together&#039;&#039;&#039; on a joint report.  If you are not working together, then note that the person who picked the distribution gets a 10% bonus: that person, after all, did the work to find the distribution.&lt;br /&gt;
&lt;br /&gt;
Please sign up with your wiki name (which, generally, should be the same as your connect username).  See [http://www.distrowatch.com Distrowatch] to see what distributions are out there.  Also, search for types of operating system distributions.&lt;br /&gt;
&lt;br /&gt;
Please &#039;&#039;&#039;do not&#039;&#039;&#039; sign up for a major distribution.  This includes but is not limited to the major distributions listed by Distrowatch.  Pick out something specialized and obscure!  If in doubt, please email the instructors and TAs.&lt;br /&gt;
&lt;br /&gt;
If you are submitting your report on the wiki, please add a link to it as shown in the example.  Please title the page using the name of your distribution, not your name.&lt;br /&gt;
&lt;br /&gt;
Further information on the report is [[COMP 3000 Distribution Report Specifications 2011|here]].&lt;br /&gt;
&lt;br /&gt;
Example entry:&lt;br /&gt;
&lt;br /&gt;
* [http://www.ubuntu.com Ubuntu]: asomayaj, snetimar ([[COMP 3000 2011 Report: Ubuntu|Report]])&lt;br /&gt;
&lt;br /&gt;
==Distributions A-D==&lt;br /&gt;
[http://alpinelinux.org/ Alpine Linux]: mevans&lt;br /&gt;
&lt;br /&gt;
[http://www.apodio.org/ APODIO]: mbrowna ([[COMP 3000 2011 Report: APODIO|Report]])&lt;br /&gt;
&lt;br /&gt;
BackTrack: dcarson&lt;br /&gt;
&lt;br /&gt;
[http://Caine-Live.net/ CAINE Linux]: nyoung2 ([[COMP 3000 2011 Report: CAINE|Report]])&lt;br /&gt;
&lt;br /&gt;
Chromium OS(Chrome OS): baathari&lt;br /&gt;
&lt;br /&gt;
[http://crunchbanglinux.org/ CrunchBang]: drewmartin ([[COMP 3000 2011 Report: CrunchBang|Report]])&lt;br /&gt;
&lt;br /&gt;
[http://crux.nu/ CRUX]: zzhou6&lt;br /&gt;
&lt;br /&gt;
Damn Small Linux: MartyV&lt;br /&gt;
&lt;br /&gt;
Damn Vulnerable Linux: amurphy7 , vsanthir&lt;br /&gt;
&lt;br /&gt;
[http://www.doudoulinux.org/ DoudouLinux]:fmcyamwe,tchopel&lt;br /&gt;
&lt;br /&gt;
==Distributions E-H==&lt;br /&gt;
&lt;br /&gt;
[http://www.funtoo.org/ Funtoo]: porter.nicolas&lt;br /&gt;
&lt;br /&gt;
[http://www.gentoo.org/ Gentoo]: Bobbybobbets&lt;br /&gt;
&lt;br /&gt;
[http://www.gobolinux.org/ GoboLinux]: NameGoesHere&lt;br /&gt;
&lt;br /&gt;
[http://haiku-os.org/ Haiku]: nhoda, thildebr&lt;br /&gt;
&lt;br /&gt;
[http://hannahmontana.sourceforge.net/Site/Home.html Hannah Montana Linux]: ksubedi&lt;br /&gt;
&lt;br /&gt;
==Distributions I-M==&lt;br /&gt;
Incognito Live System: bwernik&lt;br /&gt;
&lt;br /&gt;
[http://www.inquisitor.ru/ Inquisitor]: atchekan ([[COMP 3000 2011 Report - Part 1 of 3: Inquisitor|Report]])&lt;br /&gt;
&lt;br /&gt;
[http://www.jolicloud.com/ Joli OS (Jolicloud)]: nkathrad tsukasa19&lt;br /&gt;
&lt;br /&gt;
[http://www.dee.su/liberte/ Liberté Linux]: Murals&lt;br /&gt;
&lt;br /&gt;
[http://www.spi.dod.mil/lipose.htm Lightweight Portable Security]: jeckhard&lt;br /&gt;
&lt;br /&gt;
[http://linhes.org/bugs/ LinHes]:jmarcha1&lt;br /&gt;
&lt;br /&gt;
[http://live.linux-gamers.net/ linuX-Gamers Live]: dlpkelly&lt;br /&gt;
&lt;br /&gt;
Linux Mangaka One: AsoCchahal ([[COMP 3000 2011 Report: AsoCchahal|Report]])&lt;br /&gt;
&lt;br /&gt;
[http://lubuntu.net/ Lubuntu]: falaskar, jboucha2&lt;br /&gt;
&lt;br /&gt;
[http://www.lunar-linux.org/ Lunar Linux]: rwolfe, qliu1&lt;br /&gt;
&lt;br /&gt;
[http://www.menuetos.net/ MenuetOS]: Caesar, Vangelis&lt;br /&gt;
&lt;br /&gt;
[http://puppylinux.org/wikka/LegacyOS/ Legacy OS]:rnyssanb&lt;br /&gt;
&lt;br /&gt;
[http://macpup.org/ Macpup]: kbyrd, rcarrot1 ([[COMP 3000 2011 Report: Macpup|Report]])&lt;br /&gt;
&lt;br /&gt;
==Distributions N-P==&lt;br /&gt;
&lt;br /&gt;
[http://partedmagic.com/doku.php Parted Magic]: erhodes&lt;br /&gt;
&lt;br /&gt;
[http://perllinux.sourceforge.net/ Perl/Linux]:ttian1&lt;br /&gt;
&lt;br /&gt;
Privatix Live-System: gbooth, sbrett ([[COMP 3000 2011 Report: Privatix|Report]])&lt;br /&gt;
&lt;br /&gt;
[http://puppylinux.org/ Puppy Linux]: mwooff, jnrahme ([[COMP 3000 2011 Report: PuppyLinux|Report]])&lt;br /&gt;
&lt;br /&gt;
[http://www.pinguyos.com/ PinguyOS]: ssivara, uramazan (pdawod)&lt;br /&gt;
&lt;br /&gt;
[http://www.en.poseidonlinux.org/ Poseidon Linux]: 36chambers&lt;br /&gt;
&lt;br /&gt;
PC-BSD : todetoyi&lt;br /&gt;
&lt;br /&gt;
[http://www.parsix.org/ Parsix GNU/Linux]: tzhang1, jzhang&lt;br /&gt;
&lt;br /&gt;
[http://www.puredyne.org/ Puredyne]: Carlton&lt;br /&gt;
&lt;br /&gt;
==Distributions Q-S==&lt;br /&gt;
[http://qubes-os.org/Home.html Qubes]:&lt;br /&gt;
&lt;br /&gt;
[http://bkhome.org/quirky/ Quirky]: Qingming_no_lisca&lt;br /&gt;
&lt;br /&gt;
[http://www.swiftlinux.org/ Swift Linux]: mabadeer, Yliu11([[COMP 3000 2011 Yunpeng Liu&#039;s Report: Swift Linux|Report]])&lt;br /&gt;
&lt;br /&gt;
[http://www.salineos.com/ SalineOS]: drhill ([[COMP 3000 2011 Drhill&#039;s Report: SalineOS 1.4|Report]])&lt;br /&gt;
&lt;br /&gt;
[http://www.slitaz.org/en/ SliTaz]: Bobbybobbets&lt;br /&gt;
&lt;br /&gt;
[http://sourcemage.org/projects/source-mage/wiki Source Mage]: deadlytea&lt;br /&gt;
&lt;br /&gt;
[http://www.stresslinux.org/sl/ StressLinux]: achaddad&lt;br /&gt;
&lt;br /&gt;
[http://sourceforge.net/projects/suicide-linux/ Suicide-Linux]:&lt;br /&gt;
&lt;br /&gt;
==Distributions T-W==&lt;br /&gt;
[http://tails.boum.org/index.en.html/ TAILS]: Khorrus&lt;br /&gt;
&lt;br /&gt;
[http://bellard.org/tcc/tccboot.html TCCBOOT: TinyCC Boot Loader]:&lt;br /&gt;
&lt;br /&gt;
[http://distro.ibiblio.org/tinycorelinux/welcome.html/ Tiny Core Linux ]: aadegbem ([[Comp 3000 2011 Report: Tiny Core Linux|Report]])&lt;br /&gt;
&lt;br /&gt;
[http://www.minimalinux.org/ttylinux/ ttylinux]: kmacmart&lt;br /&gt;
&lt;br /&gt;
Vector: judethedude,Lkuate&lt;br /&gt;
&lt;br /&gt;
[http://www.planetwatt.com/ wattOS]: JPAL&lt;br /&gt;
&lt;br /&gt;
[http://ubuntustudio.org/ Ubuntu Studio]: Chashem and Jbyford ([[Editing COMP 3000 2011 Report: Ubuntu Studio|Report]])&lt;br /&gt;
&lt;br /&gt;
==Distributions X-Z==&lt;br /&gt;
[http://www.zentyal.com/ Zentyal]: cyu3 ([[Editing COMP 3000 2011 Report: Zentyal|Report]])&lt;br /&gt;
&lt;br /&gt;
[http://www.zenwalk.org/ Zenwalk]: mgizbert ([[Editing COMP 3000 2011 Report: Zenwalk|Report]])&lt;br /&gt;
&lt;br /&gt;
[http://http://www.zeroshell.net/ ZeroShell]: bvardal ([[Editing COMP 3000 2011 Report: ZeroShell|Report]])&lt;br /&gt;
&lt;br /&gt;
[http://www.zorin-os.com/ Zorin]: awillman&lt;br /&gt;
&lt;br /&gt;
[http://www.xbmc.org/ XBMC]: awallac1, ketsiagb&lt;br /&gt;
&lt;br /&gt;
[http://www.xubuntu.org/ Xubuntu]: ernibek, Komarova&lt;/div&gt;</summary>
		<author><name>Atchekan</name></author>
	</entry>
	<entry>
		<id>https://homeostasis.scs.carleton.ca/wiki/index.php?title=COMP_3000_Distribution_Sign-up_2011&amp;diff=10301</id>
		<title>COMP 3000 Distribution Sign-up 2011</title>
		<link rel="alternate" type="text/html" href="https://homeostasis.scs.carleton.ca/wiki/index.php?title=COMP_3000_Distribution_Sign-up_2011&amp;diff=10301"/>
		<updated>2011-10-15T17:13:21Z</updated>

		<summary type="html">&lt;p&gt;Atchekan: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Sign up for the distribution you want to report on here.  Note that others are also editing  page so verify that the page hasn&#039;t been mangled after you make your changes.  To help with this, try to only edit the section for the appropriate alphabet range (e.g., Ubuntu should go under T-V).&lt;br /&gt;
&lt;br /&gt;
Note that no more than two people may sign up for each distribution.  If two people sign up for a distribution, you two &#039;&#039;&#039;should be working together&#039;&#039;&#039; on a joint report.  If you are not working together, then note that the person who picked the distribution gets a 10% bonus: that person, after all, did the work to find the distribution.&lt;br /&gt;
&lt;br /&gt;
Please sign up with your wiki name (which, generally, should be the same as your connect username).  See [http://www.distrowatch.com Distrowatch] to see what distributions are out there.  Also, search for types of operating system distributions.&lt;br /&gt;
&lt;br /&gt;
Please &#039;&#039;&#039;do not&#039;&#039;&#039; sign up for a major distribution.  This includes but is not limited to the major distributions listed by Distrowatch.  Pick out something specialized and obscure!  If in doubt, please email the instructors and TAs.&lt;br /&gt;
&lt;br /&gt;
If you are submitting your report on the wiki, please add a link to it as shown in the example.  Please title the page using the name of your distribution, not your name.&lt;br /&gt;
&lt;br /&gt;
Further information on the report is [[COMP 3000 Distribution Report Specifications 2011|here]].&lt;br /&gt;
&lt;br /&gt;
Example entry:&lt;br /&gt;
&lt;br /&gt;
* [http://www.ubuntu.com Ubuntu]: asomayaj, snetimar ([[COMP 3000 2011 Report: Ubuntu|Report]])&lt;br /&gt;
&lt;br /&gt;
==Distributions A-D==&lt;br /&gt;
[http://alpinelinux.org/ Alpine Linux]: mevans&lt;br /&gt;
&lt;br /&gt;
[http://www.apodio.org/ APODIO]: mbrowna ([[COMP 3000 2011 Report: APODIO|Report]])&lt;br /&gt;
&lt;br /&gt;
BackTrack: dcarson&lt;br /&gt;
&lt;br /&gt;
[http://Caine-Live.net/ CAINE Linux]: nyoung2 ([[COMP 3000 2011 Report: CAINE|Report]])&lt;br /&gt;
&lt;br /&gt;
Chromium OS(Chrome OS): baathari&lt;br /&gt;
&lt;br /&gt;
[http://crunchbanglinux.org/ CrunchBang]: drewmartin ([[COMP 3000 2011 Report: CrunchBang|Report]])&lt;br /&gt;
&lt;br /&gt;
[http://crux.nu/ CRUX]: zzhou6&lt;br /&gt;
&lt;br /&gt;
Damn Small Linux: MartyV&lt;br /&gt;
&lt;br /&gt;
Damn Vulnerable Linux: amurphy7 , vsanthir&lt;br /&gt;
&lt;br /&gt;
[http://www.doudoulinux.org/ DoudouLinux]:fmcyamwe,tchopel&lt;br /&gt;
&lt;br /&gt;
==Distributions E-H==&lt;br /&gt;
&lt;br /&gt;
[http://www.funtoo.org/ Funtoo]: porter.nicolas&lt;br /&gt;
&lt;br /&gt;
[http://www.gentoo.org/ Gentoo]: Bobbybobbets&lt;br /&gt;
&lt;br /&gt;
[http://www.gobolinux.org/ GoboLinux]: NameGoesHere&lt;br /&gt;
&lt;br /&gt;
[http://haiku-os.org/ Haiku]: nhoda, thildebr&lt;br /&gt;
&lt;br /&gt;
[http://hannahmontana.sourceforge.net/Site/Home.html Hannah Montana Linux]: ksubedi&lt;br /&gt;
&lt;br /&gt;
==Distributions I-M==&lt;br /&gt;
Incognito Live System: bwernik&lt;br /&gt;
&lt;br /&gt;
[http://www.inquisitor.ru/ Inquisitor]: atchekan ([[COMP 3000 2011 Report: Inquisitor|Report]])&lt;br /&gt;
&lt;br /&gt;
[http://www.jolicloud.com/ Joli OS (Jolicloud)]: nkathrad tsukasa19&lt;br /&gt;
&lt;br /&gt;
[http://www.dee.su/liberte/ Liberté Linux]: Murals&lt;br /&gt;
&lt;br /&gt;
[http://www.spi.dod.mil/lipose.htm Lightweight Portable Security]: jeckhard&lt;br /&gt;
&lt;br /&gt;
[http://linhes.org/bugs/ LinHes]:jmarcha1&lt;br /&gt;
&lt;br /&gt;
[http://live.linux-gamers.net/ linuX-Gamers Live]: dlpkelly&lt;br /&gt;
&lt;br /&gt;
Linux Mangaka One: AsoCchahal ([[COMP 3000 2011 Report: AsoCchahal|Report]])&lt;br /&gt;
&lt;br /&gt;
[http://lubuntu.net/ Lubuntu]: falaskar, jboucha2&lt;br /&gt;
&lt;br /&gt;
[http://www.lunar-linux.org/ Lunar Linux]: rwolfe, qliu1&lt;br /&gt;
&lt;br /&gt;
[http://www.menuetos.net/ MenuetOS]: Caesar, Vangelis&lt;br /&gt;
&lt;br /&gt;
[http://puppylinux.org/wikka/LegacyOS/ Legacy OS]:rnyssanb&lt;br /&gt;
&lt;br /&gt;
[http://macpup.org/ Macpup]: kbyrd, rcarrot1 ([[COMP 3000 2011 Report: Macpup|Report]])&lt;br /&gt;
&lt;br /&gt;
==Distributions N-P==&lt;br /&gt;
&lt;br /&gt;
[http://partedmagic.com/doku.php Parted Magic]: erhodes&lt;br /&gt;
&lt;br /&gt;
[http://perllinux.sourceforge.net/ Perl/Linux]:ttian1&lt;br /&gt;
&lt;br /&gt;
Privatix Live-System: gbooth, sbrett ([[COMP 3000 2011 Report: Privatix|Report]])&lt;br /&gt;
&lt;br /&gt;
[http://puppylinux.org/ Puppy Linux]: mwooff, jnrahme ([[COMP 3000 2011 Report: PuppyLinux|Report]])&lt;br /&gt;
&lt;br /&gt;
[http://www.pinguyos.com/ PinguyOS]: ssivara, uramazan (pdawod)&lt;br /&gt;
&lt;br /&gt;
[http://www.en.poseidonlinux.org/ Poseidon Linux]: 36chambers&lt;br /&gt;
&lt;br /&gt;
PC-BSD : todetoyi&lt;br /&gt;
&lt;br /&gt;
[http://www.parsix.org/ Parsix GNU/Linux]: tzhang1, jzhang&lt;br /&gt;
&lt;br /&gt;
[http://www.puredyne.org/ Puredyne]: Carlton&lt;br /&gt;
&lt;br /&gt;
==Distributions Q-S==&lt;br /&gt;
[http://qubes-os.org/Home.html Qubes]:&lt;br /&gt;
&lt;br /&gt;
[http://bkhome.org/quirky/ Quirky]: Qingming_no_lisca&lt;br /&gt;
&lt;br /&gt;
[http://www.swiftlinux.org/ Swift Linux]: mabadeer, Yliu11([[COMP 3000 2011 Yunpeng Liu&#039;s Report: Swift Linux|Report]])&lt;br /&gt;
&lt;br /&gt;
[http://www.salineos.com/ SalineOS]: drhill ([[COMP 3000 2011 Drhill&#039;s Report: SalineOS 1.4|Report]])&lt;br /&gt;
&lt;br /&gt;
[http://www.slitaz.org/en/ SliTaz]: Bobbybobbets&lt;br /&gt;
&lt;br /&gt;
[http://sourcemage.org/projects/source-mage/wiki Source Mage]: deadlytea&lt;br /&gt;
&lt;br /&gt;
[http://www.stresslinux.org/sl/ StressLinux]: achaddad&lt;br /&gt;
&lt;br /&gt;
[http://sourceforge.net/projects/suicide-linux/ Suicide-Linux]:&lt;br /&gt;
&lt;br /&gt;
==Distributions T-W==&lt;br /&gt;
[http://tails.boum.org/index.en.html/ TAILS]: Khorrus&lt;br /&gt;
&lt;br /&gt;
[http://bellard.org/tcc/tccboot.html TCCBOOT: TinyCC Boot Loader]:&lt;br /&gt;
&lt;br /&gt;
[http://distro.ibiblio.org/tinycorelinux/welcome.html/ Tiny Core Linux ]: aadegbem ([[Comp 3000 2011 Report: Tiny Core Linux|Report]])&lt;br /&gt;
&lt;br /&gt;
[http://www.minimalinux.org/ttylinux/ ttylinux]: kmacmart&lt;br /&gt;
&lt;br /&gt;
Vector: judethedude,Lkuate&lt;br /&gt;
&lt;br /&gt;
[http://www.planetwatt.com/ wattOS]: JPAL&lt;br /&gt;
&lt;br /&gt;
[http://ubuntustudio.org/ Ubuntu Studio]: Chashem and Jbyford ([[Editing COMP 3000 2011 Report: Ubuntu Studio|Report]])&lt;br /&gt;
&lt;br /&gt;
==Distributions X-Z==&lt;br /&gt;
[http://www.zentyal.com/ Zentyal]: cyu3 ([[Editing COMP 3000 2011 Report: Zentyal|Report]])&lt;br /&gt;
&lt;br /&gt;
[http://www.zenwalk.org/ Zenwalk]: mgizbert ([[Editing COMP 3000 2011 Report: Zenwalk|Report]])&lt;br /&gt;
&lt;br /&gt;
[http://http://www.zeroshell.net/ ZeroShell]: bvardal ([[Editing COMP 3000 2011 Report: ZeroShell|Report]])&lt;br /&gt;
&lt;br /&gt;
[http://www.zorin-os.com/ Zorin]: awillman&lt;br /&gt;
&lt;br /&gt;
[http://www.xbmc.org/ XBMC]: awallac1, ketsiagb&lt;br /&gt;
&lt;br /&gt;
[http://www.xubuntu.org/ Xubuntu]: ernibek, Komarova&lt;/div&gt;</summary>
		<author><name>Atchekan</name></author>
	</entry>
	<entry>
		<id>https://homeostasis.scs.carleton.ca/wiki/index.php?title=COMP_3000_Distribution_Sign-up_2011&amp;diff=9865</id>
		<title>COMP 3000 Distribution Sign-up 2011</title>
		<link rel="alternate" type="text/html" href="https://homeostasis.scs.carleton.ca/wiki/index.php?title=COMP_3000_Distribution_Sign-up_2011&amp;diff=9865"/>
		<updated>2011-09-29T20:43:17Z</updated>

		<summary type="html">&lt;p&gt;Atchekan: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Sign up for the distribution you want to report on here.  Note that others are also editing this page so verify that the page hasn&#039;t been mangled after you make your changes.  To help with this, try to only edit the section for the appropriate alphabet range (e.g., Ubuntu should go under T-V).&lt;br /&gt;
&lt;br /&gt;
Note that no more than two people may sign up for each distribution.  Please sign up with your wiki name (which, generally, should be the same as your connect username).  See [http://www.distrowatch.com Distrowatch] to see what distributions are out there.  Also, search for types of operating system distributions.&lt;br /&gt;
&lt;br /&gt;
Please &#039;&#039;&#039;do not&#039;&#039;&#039; sign up for a major distribution.  This includes but is not limited to the major distributions listed by Distrowatch.  Pick out something specialized and obscure!  If in doubt, please email the instructors and TAs.&lt;br /&gt;
&lt;br /&gt;
Example entry:&lt;br /&gt;
&lt;br /&gt;
* [http://www.ubuntu.com Ubuntu]: asomayaj, snetimar&lt;br /&gt;
&lt;br /&gt;
==Distributions A-D==&lt;br /&gt;
BackTrack: dcarson&lt;br /&gt;
&lt;br /&gt;
CAINE Linux: nyoung2&lt;br /&gt;
&lt;br /&gt;
CrunchBang: drewmartin&lt;br /&gt;
&lt;br /&gt;
==Distributions E-H==&lt;br /&gt;
[http://haiku-os.org/ Haiku]: nhoda, thildebr&lt;br /&gt;
&lt;br /&gt;
==Distributions I-M==&lt;br /&gt;
Incognito Live System: bwernik&lt;br /&gt;
&lt;br /&gt;
[http://www.inquisitor.ru/ Inquisitor]: atchekan&lt;br /&gt;
&lt;br /&gt;
[http://www.jolicloud.com/ Joli OS (Jolicloud)]: nkathrad&lt;br /&gt;
&lt;br /&gt;
[http://www.spi.dod.mil/lipose.htm/ Lightweight Portable Security]: jeckhard&lt;br /&gt;
&lt;br /&gt;
[http://linhes.org/bugs/ LinHes]:jmarcha1&lt;br /&gt;
&lt;br /&gt;
Linux Mangaka One: AsoCchahal&lt;br /&gt;
&lt;br /&gt;
[http://www.lunar-linux.org/ Lunar Linux]: rwolfe&lt;br /&gt;
&lt;br /&gt;
==Distributions N-P==&lt;br /&gt;
&lt;br /&gt;
Privatix Live-System: gbooth, sbrett&lt;br /&gt;
&lt;br /&gt;
[http://puppylinux.org/ Puppy Linux]: mwooff, jnrahme&lt;br /&gt;
&lt;br /&gt;
==Distributions Q-S==&lt;br /&gt;
[http://www.swiftlinux.org/ Swift Linux]: mabadeer&lt;br /&gt;
&lt;br /&gt;
==Distributions T-V==&lt;br /&gt;
Tiny Core Linux: aadegbem&lt;br /&gt;
&lt;br /&gt;
Vector: judethedude&lt;br /&gt;
&lt;br /&gt;
==Distributions X-Z==&lt;br /&gt;
[http://www.zentyal.com/ Zentyal]: cyu3&lt;br /&gt;
&lt;br /&gt;
ZeroShell: bvardal&lt;br /&gt;
&lt;br /&gt;
[http://www.zorin-os.com/ Zorin]: awillman&lt;/div&gt;</summary>
		<author><name>Atchekan</name></author>
	</entry>
	<entry>
		<id>https://homeostasis.scs.carleton.ca/wiki/index.php?title=COMP_3000_Distribution_Sign-up_2011&amp;diff=9864</id>
		<title>COMP 3000 Distribution Sign-up 2011</title>
		<link rel="alternate" type="text/html" href="https://homeostasis.scs.carleton.ca/wiki/index.php?title=COMP_3000_Distribution_Sign-up_2011&amp;diff=9864"/>
		<updated>2011-09-29T20:41:05Z</updated>

		<summary type="html">&lt;p&gt;Atchekan: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Sign up for the distribution you want to report on here.  Note that others are also editing this page so verify that the page hasn&#039;t been mangled after you make your changes.  To help with this, try to only edit the section for the appropriate alphabet range (e.g., Ubuntu should go under T-V).&lt;br /&gt;
&lt;br /&gt;
Note that no more than two people may sign up for each distribution.  Please sign up with your wiki name (which, generally, should be the same as your connect username).  See [http://www.distrowatch.com Distrowatch] to see what distributions are out there.  Also, search for types of operating system distributions.&lt;br /&gt;
&lt;br /&gt;
Please &#039;&#039;&#039;do not&#039;&#039;&#039; sign up for a major distribution.  This includes but is not limited to the major distributions listed by Distrowatch.  Pick out something specialized and obscure!  If in doubt, please email the instructors and TAs.&lt;br /&gt;
&lt;br /&gt;
Example entry:&lt;br /&gt;
&lt;br /&gt;
* [http://www.ubuntu.com Ubuntu]: asomayaj, snetimar&lt;br /&gt;
&lt;br /&gt;
==Distributions A-D==&lt;br /&gt;
[http://www.inquisitor.ru/]: atchekan&lt;br /&gt;
&lt;br /&gt;
BackTrack: dcarson&lt;br /&gt;
&lt;br /&gt;
CAINE Linux: nyoung2&lt;br /&gt;
&lt;br /&gt;
CrunchBang: drewmartin&lt;br /&gt;
&lt;br /&gt;
==Distributions E-H==&lt;br /&gt;
[http://haiku-os.org/ Haiku]: nhoda, thildebr&lt;br /&gt;
&lt;br /&gt;
==Distributions I-M==&lt;br /&gt;
Incognito Live System: bwernik&lt;br /&gt;
&lt;br /&gt;
[http://www.jolicloud.com/ Joli OS (Jolicloud)]: nkathrad&lt;br /&gt;
&lt;br /&gt;
[http://www.spi.dod.mil/lipose.htm/ Lightweight Portable Security]: jeckhard&lt;br /&gt;
&lt;br /&gt;
[http://linhes.org/bugs/ LinHes]:jmarcha1&lt;br /&gt;
&lt;br /&gt;
Linux Mangaka One: AsoCchahal&lt;br /&gt;
&lt;br /&gt;
[http://www.lunar-linux.org/ Lunar Linux]: rwolfe&lt;br /&gt;
&lt;br /&gt;
==Distributions N-P==&lt;br /&gt;
&lt;br /&gt;
Privatix Live-System: gbooth, sbrett&lt;br /&gt;
&lt;br /&gt;
[http://puppylinux.org/ Puppy Linux]: mwooff, jnrahme&lt;br /&gt;
&lt;br /&gt;
==Distributions Q-S==&lt;br /&gt;
[http://www.swiftlinux.org/ Swift Linux]: mabadeer&lt;br /&gt;
&lt;br /&gt;
==Distributions T-V==&lt;br /&gt;
Tiny Core Linux: aadegbem&lt;br /&gt;
&lt;br /&gt;
Vector: judethedude&lt;br /&gt;
&lt;br /&gt;
==Distributions X-Z==&lt;br /&gt;
[http://www.zentyal.com/ Zentyal]: cyu3&lt;br /&gt;
&lt;br /&gt;
ZeroShell: bvardal&lt;br /&gt;
&lt;br /&gt;
[http://www.zorin-os.com/ Zorin]: awillman&lt;/div&gt;</summary>
		<author><name>Atchekan</name></author>
	</entry>
</feed>