zolrath / wemux

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

Command 'wemux start' does no thing. #68

Closed mvrozanti closed 2 years ago

mvrozanti commented 6 years ago

Where can I see logs?

sudo wemux start sudo wemux stop No wemux server to log out of on 'wemux'.

wesvetter commented 6 years ago

Did you install via Homebrew?

I had to change the following line in /usr/local/etc/wemux.conf from:

host_list=(brew)

to

host_list=(wesvetter)

where wesvetter is the result of whoami.

See also this ticket: https://github.com/zolrath/wemux/issues/40