On Fri-2010/04/23-19:45 chr wrote: > I suspect that is some permissions problem. If I chmod 777 > the socket directory (previously 700), I get: > > $ tmux > can't create socket: Permission denied
Did you do "chmod 777 ..." or "chmod 0777 ..."? The former would be interpreted in decimal, the latter is the octal you want. You could also try the symbolic mode "chmod ug=rwxt ...". 777 decimal is 1411 octal, meaning u=r,g=x,o=xt AFAIK. clemens ------------------------------------------------------------------------------ _______________________________________________ tmux-users mailing list tmux-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/tmux-users