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

FS#3170 - tty features or permissions incompatible with tmux #6338

Open
openwrt-bot opened this issue Jun 10, 2020 · 1 comment
Open

FS#3170 - tty features or permissions incompatible with tmux #6338

openwrt-bot opened this issue Jun 10, 2020 · 1 comment
Labels

Comments

@openwrt-bot
Copy link

plntyk:

replicated :

on x86_64 VM: LEDE, 18.06.x, 19.07.x, snapshot
mips Malta VM (be): snapshot

on serial (-nographic) and graphic terminal

tmux does not show input/output but works

replicate:

  • install tmux
  • run tmux
  • input/output is send to tmux , visible via a ssh connected tmux instance (which works fine)

"hotfix":
start screen then start tmux and tmux functions as expected

ticket: openwrt/packages#5721

@openwrt-bot
Copy link
Author

yousong:

Install coreutils-stty, then set rows & cols to none zero values. This seems to fix the issue at the moment. Will need to investigate how to get console size and who to set it.

stty size stty rows 32 stty cols 64 stty size

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

No branches or pull requests

1 participant