Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

wemux and wemux start don't start a server #17

Open
Spaceghost opened this issue Dec 5, 2012 · 11 comments
Open

wemux and wemux start don't start a server #17

Spaceghost opened this issue Dec 5, 2012 · 11 comments

Comments

@Spaceghost
Copy link

I run wemux and get this output:

wemux server started on 'wemux'.
No wemux server to attach to on 'wemux'.

Even when I run wemux start I get the same output.

Is there anything I could run to get some debugging information?

@Spaceghost
Copy link
Author

I think it's in my tmux.conf so I'll just look there.

@zolrath
Copy link
Owner

zolrath commented Dec 7, 2012

Have you had any luck? What permissions does this user have and what does your wemux.conf look like?

@Spaceghost
Copy link
Author

I think it was my tmux config. Something around L132-L133. I'll check in about it in a while. But I'm sure it's closed now. Not your fault.

@Phazz
Copy link

Phazz commented Feb 15, 2014

Add the same issue with set -g default-command "reattach-to-user-namespace -l zsh" in my .tmux.conf.
Add to remove that for having wemux to work.

@MahendraRao
Copy link

Anyone solved this issue? Because I followed the same steps and I still see this erro

Last login: Wed Jan 11 01:09:04 on ttys020
Raavan:~ mahendra$ wemux start
Raavan:~ mahendra$ wemux
No wemux server to attach to on 'wemux'
Raavan:~ mahendra$ wemux stop
No wemux server to log out of on 'wemux'.
Raavan:~ mahendra$ wemux
No wemux server to attach to on 'wemux'
Raavan:~ mahendra$

Can somebody help me, please?

@Spaceghost
Copy link
Author

@MahendraRao Can you show your tmux config? It's been a bit for me, but I can tech a look into your problem.

@Spaceghost Spaceghost reopened this Jan 24, 2017
@MahendraRao
Copy link

@Spaceghost Am sorry that I missed this but brother which thus config you want to see? Meaning what config you want to see? The setup structure?

@Assassin71ZA
Copy link

Assassin71ZA commented Apr 22, 2017

Hey Guys,
I resolved this problem by changing the file permissions in /tmp/wemux-wemux to:
sudo chmod 770 wemux-wemux
and
sudo chown <YOUR_HOST_USERNAME> -R

its a silly fix but for some reason it reverted the permissions to root ... hope this helps someone.
This is my first time posting soo if the format look like shit .... My bad! xD

@kaddkaka
Copy link

That chmod is a stupid fix, since the beginning of the documentation says to do chmod 1777 on that file ... * confused*

@sukima
Copy link

sukima commented Nov 11, 2020

This happened to me using brew install wemux.

I uninstalled and then ran the "Manual Install" instructions and it all just worked. Seems this bug was fixed but no one followed up on this issue. And also the Homebrew version is bugged/out of date

@StrongBearCeo
Copy link

like @sukima mentioned. I followed the Manual Install, set host_list in /usr/local/etc/wemux.conf and it works

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

8 participants