Gateone install

From wikinotes
Revision as of 19:42, 19 September 2021 by Will (talk | contribs) (Created page with "== Linux == <blockquote> <syntaxhighlight lang="bash"> aura -A gateone-git # run gateone once as root to create default config gateone </syntaxhighlight> </blockquote><!-- Li...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Linux

aura -A gateone-git

# run gateone once as root to create default config
gateone

FreeBSD

# /etc/rc.conf

gateone_enable="YES"

Gateone is written for linux and expects devfs.
Make sure to enable the pty kernel module.

# /boot/loader.conf

pty_load="YES"
kldload pty

Run gateone once as root to create default config

gateone