User Tools

Site Tools


using_reptilian

This is an old revision of the document!


Using Reptilian

Reptilian is most often used within VirtualBox; however, it has been reported to successfully work within other virtualization platforms. To use Reptilian, you'll need to import the virtual appliance into your virtualization platform of choice, then start the virtual machine.

Secure Shell

Once you've imported your appliance and started the virtual machine, you can connect to it via SSH. By default, Reptilian's SSH server listens on port 9474.

To connect to Reptilian via SSH from a typical Unix shell, connect as the reptilian user:

> ssh -p 9474 reptilian@localhost

The default password for the reptilian user is reptilian.

Building the Kernel

Reptilian has a re-configured kernel configuration used to reduce compile times within a VM. However, you will need to download the correct kernel version for the version of Reptilian you are using.

We maintain a copy of the Linux kernel git repository and create tags with each Reptilian release that have been tested and verified as working. You can find and clone the kernel here: https://github.com/uf-cise-os/reptilian-kernel

While the kernel can in principle be cloned and built in any directory, all testing is completed by cloning the kernel repository into /usr/rep/src.

Android & Remote Debugging

text to go here

using_reptilian.1551119617.txt.gz · Last modified: 2019/02/25 13:33 by misterjei