Runtime Setup - nthallen/monarch GitHub Wiki

Required setup for running under Monarch

Cygwin

  • Create /var/run/monarch
  • Make sure you have flight defined in both /etc/passwd and /etc/group

Linux

The Linux setup is now handled by the script /usr/local/share/monarch/setup/monarch_setup.sh. It covers the following:

  • Create flight user and flight group
  • Create /var/run/monarch
    • In most cases, this must be recreated after every reboot
    • chown flight:flight /var/run/linkeng
    • chmod g+ws /var/run/linkeng
  • Make sure users are added to the flight group