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

zinit issue with js-ng #39

Open
waleedhammam opened this issue Feb 6, 2022 · 2 comments
Open

zinit issue with js-ng #39

waleedhammam opened this issue Feb 6, 2022 · 2 comments
Labels
type_bug Something isn't working
Milestone

Comments

@waleedhammam
Copy link
Contributor

latest version doesn't work with jsng with this stacktrace: https://gist.github.com/waleedhammam/a9f6a03b3637281e865435f39c5a8229

first version works ok

@waleedhammam waleedhammam added the type_bug Something isn't working label Feb 6, 2022
@muhamadazmy
Copy link
Member

Can you explain what is the problem :

  • What exactly the code was trying to do when it crashed.
  • It says inappropriate ioctl for device. What device? and what was the ioctl operation
  • Why you think this is a zinit issue? it's obviously a program issue trying to do an ioctl call (usually filesystem operation)
  • If I have to take a guess I would say it's a filesystem issue. Not zinit

@waleedhammam
Copy link
Contributor Author

waleedhammam commented Feb 21, 2022

@muhamadazmy the issue was in starting 3Bot server after some digging it's trying to execute command here
certbot plugins via invoke library in python. But it's running in gevent greenlet.

running the command directly in the shell works ok

I think the problem is with gevent in making threads or greenlets while zinit manages it.
maybe it's in zinit because zinit v0.1 is working ok, but the problem is with the latest version, can for example limiting cpu threads or so ?

@despiegk despiegk added this to the later milestone Oct 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type_bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants