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

Large ammount of tty Devices #263

Closed
lordfolken opened this issue Feb 8, 2022 · 1 comment · Fixed by #264
Closed

Large ammount of tty Devices #263

lordfolken opened this issue Feb 8, 2022 · 1 comment · Fixed by #264
Labels
enhancement New feature or request
Milestone

Comments

@lordfolken
Copy link
Contributor

For some reson a a lot of ttys are beign created in /dev

root@openvario-57-lvds:/dev# ls -1 tty* | wc -l  
329

even my linux box only has 69.

@MaxKellermann
Copy link
Collaborator

That's because the sunxi kernel defaults to:

CONFIG_LEGACY_PTYS=y
CONFIG_LEGACY_PTY_COUNT=256

Should be disabled.

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

Successfully merging a pull request may close this issue.

3 participants