Skip to main content
Skip table of contents

VISULOX Transit Mapping and Ubuntu application servers

Abstract

This article explains how to deploy the VISULOX Transit Zone into a user shell on an Ubuntu application server.

Application setup in VISULOX

Standard Unix aplication interaction using vlxUnix.exp with vlxMode=SYNC.

Setup steps on the Ubuntu application server

  • CLI: apt-get install sshfs

  • Add the line "session required pam_namespace.so" (without double quotes) at the end of the file /etc/pam.d/common-session
  • Create the file /etc/security/namespace.d/visulox.conf (chmod 644) with the line "$HOME/vlxtransit $HOME/.vlxtransit.inst/ level:create=0775" (without double quotes):

    /etc/security/namespace.d/visulox.conf

    CODE
    $HOME/vlxtransit $HOME/.vlxtransit.inst/ level:create=0775
    

See also: VISULOX Transit mapping

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.