adammerkley Posted January 24 Share Posted January 24 Getting this when trying to run tmux like I have a thousand times before: directory /tmp/tmux-0 has unsafe permissions I ran Docker Safer New Permissions but that didn't resolve (Not sure that touches /tmp anyway.) Quote Link to comment
adammerkley Posted January 24 Author Share Posted January 24 (edited) I was able to launch tmux by deleting /tmp/tmux-0 first, but any idea why this would be neccessary? rm -r /tmp/tmux-0/ Edited January 24 by adammerkley Quote Link to comment
xthursdayx Posted February 15 Share Posted February 15 I had the same issue. Not sure why, but removing the directory also seems to have fixed the issue for me. Quote Link to comment
nerbonne Posted July 23 Share Posted July 23 chgrp root /tmp/tmux-0 && chown root /tmp/tmux-0 Quote Link to comment
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.