-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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
tmux: doesn't show up on the console #5721
Comments
Maybe console doesn't provide all capabilities tmux requires. |
The fix may involves fixing procd console initialization to add capabilities tmux needs. |
comparing output of stty on the openwrt console to actual linux console, the openwrt console output lacks the following capabilities:
|
procd seems to lack console initialization to set terminal configuration. |
I assume this is still an issue. |
Is it a procd issue then? |
tested on as written before no input or output from tmux visible on serial or graphic output running tmux inside a screen session works |
opened a bug report: https://bugs.openwrt.org/index.php?do=details&task_id=3170 might be related to permissions or features of device nodes involved |
Maintainer: @diizzyy
Environment: x86_64, qemu, snapshot r6395-a70db57
Description:
When launching tmux directly on the OpenWrt console or serial, tmux doesn't show up.
Input works, but there is no tmux panel shown at all.
The text was updated successfully, but these errors were encountered: