There was an error while loading. Please reload this page.
Some VMMSs need the VM permissions to be set up manually before they can be used to process jobs.
Compile the autodriver
$ cd autodriver/ $ make clean; make $ cp -p autodriver /usr/bin/autodriver
Create the autograde Linux user.
autograde
$ useradd autograde
Create the autograde directory and change its owner and group to autograde
$ mkdir autograde $ chown autograde autograde $ chown :autograde autograde