GateOne
GateOne copied to clipboard
too long for Unix domain socket
I'm firstly trying this. Connection attempt ends with message: "too long for Unix domain socket"
do you figure this out? I met the same problem.
unix_listener: "/home/ubuntu/project/GateOne/sessions/NzFmMTE1M2I4NzQ5NGYyODk1NGI4NzljMTQ4NTUzODkyO/wKRhlamr.X65Jhs8DJw6Lk6xC" too long for Unix domain socket
According to #548 The path max is 108 character.
Just set session dir on another location.
Can use the command or set config file --session_dir="your/new/shorter/path"
http://liftoff.github.io/GateOne/About/configuration.html#session-dir
It'll be solved.