Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8937611
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 15, 20262026-06-15T10:26:43+00:00 2026-06-15T10:26:43+00:00

So, I have tmux session running on my local machine, but I can only

  • 0

So, I have tmux session running on my local machine, but I can only connect to it (or see information about it) if I ssh back to myself first:

% tmux ls
failed to connect to server: Connection refused
% ssh localhost -t tmux ls
Password:
0: 2 windows (created Mon Nov 26 12:47:44 2012) [208x52] (attached)
Connection to localhost closed.

This isn’t the worst hoop to have to jump through, but why is it happening, and how can I fix it?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-15T10:26:44+00:00Added an answer on June 15, 2026 at 10:26 am

    For its client/server communication, tmux uses a named socket (in a UID-based subdirectory) under the directory specified by the TMPDIR environment variable. If this environment variable is not set (or it is empty), then tmux uses the directory defined by _PATH_TMP from paths.h; this is often /tmp.

    Note: The following uses of “session” refer to login sessions, not tmux sessions.

    My guess is that your ssh sessions share a common TMPDIR value (possibly not having one at all), while your “normal” sessions use a different TMPDIR value. Since the TMPDIR values are different in your different sessions, a client in one session type can not directly “see” a server started in the other session type (e.g. the client tries using /var/folders/random/directories/tmux-500/default, but the server is listening at /tmp/tmux-500/default).

    To fix the problem you can simply adjust your TMPDIR to match whatever it normally is in your ssh sessions:

    TMPDIR=$(/usr/bin/ssh localhost -t 'echo $TMPDIR') && export TMPDIR
    

    You can determine the path your client is trying to use like this:

    tmux -L temp start\; info | grep path
    

    This will create a evanescent server using a socket named temp instead of default, and show you the path to the socket it is using.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

On my local machine I've got 3 node.js instances running simultaneously. Each has it's
I have a ton of windows open on my tmux session and I want
Have converted devise new session from erb to Haml but doens't work, this is
Have been scatching my head about this - and I reckon it's simple but
I'm running iterm2 and when I'm in tmux mode the colorscheme I have set
Have a problem, I'm about to rebuild the search feature on my site, but
Instead of having to type tmux every time, how could I have tmux always
I'm just learning tmux and I have no experience with screen. I'm wondering if
Have a photography site that I want to prevent image copying from. How can
I want to open a new tmux session and window with cmus in it

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.