Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.


Status
titlehydra (no longer supported)

The first thing to check is that there is a directory called ‘login’ and within this directory a file called ‘login.qxs’ in $QUERIXDIR/progs. You need to make sure that:

  1. The directory (and contents) are owned by ‘root’, if not run the command: 

    Code Block
    chown text -R


  2. Permissions on the directory and files are 4555(setuid), if they are not you can change this by running the below command from the $QUERIXDIR/progs directory:

    Code Block
    chmod 4555 test -R


Info

If the test directory is not in the $QUERIXDIR/progs directory you can copy it from $QUERIXDIR and paste it into the $QUERIXDIR/progs directory.
When you come to run the program instead of using ‘./(program name)’, run the command ‘login ./(program name)’ which will invoke the login screen.