Re: Trying to use socat to tunnel tmux socket

2010-05-24 Thread Michael Torrie
On 05/24/2010 04:06 PM, Nicholas Marriott wrote: > tmux uses the SCM_RIGHTS OOB data mechanism to pass a file descriptor, > socat obviously does not handle this. > > I'm not sure it would even be possible for it to do so. > > The tmux server needs a duplicate of the tty fd so it can update the >

Re: Trying to use socat to tunnel tmux socket

2010-05-24 Thread Nicholas Marriott
Hi On Mon, May 24, 2010 at 03:37:41PM -0600, Michael Torrie wrote: > I have a situation where I need to use socat to tunnel the unix socket > that tmux uses. However tmux isn't happy at all with socat tunneling > stuff. Tmux server log reports "fatal: server_client_msg_dispatch: > MSG_IDENTIFY m

Trying to use socat to tunnel tmux socket

2010-05-24 Thread Michael Torrie
I have a situation where I need to use socat to tunnel the unix socket that tmux uses. However tmux isn't happy at all with socat tunneling stuff. Tmux server log reports "fatal: server_client_msg_dispatch: MSG_IDENTIFY missing fd" So obviously socat isn't quite passing the data as tmux expects.