Skip to content
This repository has been archived by the owner on Mar 28, 2022. It is now read-only.

[BUG] too many open files #232

Open
1 of 7 tasks
bhrg3se opened this issue Dec 17, 2020 · 0 comments
Open
1 of 7 tasks

[BUG] too many open files #232

bhrg3se opened this issue Dec 17, 2020 · 0 comments
Labels
bug Something isn't working

Comments

@bhrg3se
Copy link
Member

bhrg3se commented Dec 17, 2020

Describe the bug:

File descriptors are not closed properly. Hence it us getting maxed out until TRASA is unable to create any new file descriptors including network connections.

Expected behavior:

Files and network connections should be closed after use.

Log file / Code snippet / Screenshots:

time="2020-12-15T12:45:13+05:45" level=error msg="listen.Accept failed: accept tcp [::]:8022: accept4: too many open files" func=github.com/seknox/trasa/server/accessproxy/sshproxy.ListenSSH file="sshproxy/listner.go:71"
Scope of issue:

  • TRASA codebase
  • dashboard
  • server
  • mobile app
  • browser extension
  • device agent
  • website/docs
@bhrg3se bhrg3se added the bug Something isn't working label Dec 17, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant