GateOne icon indicating copy to clipboard operation
GateOne copied to clipboard

too long for Unix domain socket

Open freeneutron opened this issue 8 years ago • 2 comments

I'm firstly trying this. Connection attempt ends with message: "too long for Unix domain socket"

freeneutron avatar Jun 21 '16 09:06 freeneutron

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

90vFan avatar Jun 08 '17 03:06 90vFan

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.

Aquamars avatar Sep 04 '17 06:09 Aquamars