zolrath / wemux

Multi-User Tmux Made Easy
MIT License
3.63k stars 139 forks source link

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

Open Spaceghost opened 11 years ago

Spaceghost commented 11 years ago

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 commented 11 years ago

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

zolrath commented 11 years ago

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

Spaceghost commented 11 years ago

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 commented 10 years ago

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 commented 7 years ago

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 commented 7 years ago

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

MahendraRao commented 7 years ago

@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 commented 7 years ago

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 commented 4 years ago

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

sukima commented 3 years ago

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 commented 2 years ago

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