Skip to content

Set up VMs for Jobs

daviddob edited this page Jun 15, 2017 · 1 revision

Introduction

Some VMMSs need the VM permissions to be set up manually before they can be used to process jobs.

Instructions

  1. Compile the autodriver

    $ cd autodriver/
    $ make clean; make
    $ cp -p autodriver /usr/bin/autodriver
  2. Create the autograde Linux user.

    $ useradd autograde
  3. Create the autograde directory and change its owner and group to autograde

    $ mkdir autograde
    $ chown autograde autograde
    $ chown :autograde autograde
Clone this wiki locally