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

error: (4, 'Interrupted system call') #339

Open
CaptiveFabry0 opened this issue Jun 18, 2020 · 0 comments
Open

error: (4, 'Interrupted system call') #339

CaptiveFabry0 opened this issue Jun 18, 2020 · 0 comments

Comments

@CaptiveFabry0
Copy link

CaptiveFabry0 commented Jun 18, 2020

When opening a shell on a pc, after few seconds I get this error and the connection ends (Saying that there's no screen to be attached). I have to unplug the raspberry to make it work again.

Traceback (most recent call last):
File "P4wnP1.py", line 1346, in
p4wnp1.cmdloop()
File "/usr/lib/python2.7/cmd.py", line 142, in cmdloop
stop = self.onecmd(line)
File "/usr/lib/python2.7/cmd.py", line 221, in onecmd
return func(arg)
File "P4wnP1.py", line 646, in do_shell
self.client_call_create_shell_proc()
File "P4wnP1.py", line 489, in client_call_create_shell_proc
self.interactWithClientProcess(proc.id)
File "P4wnP1.py", line 197, in interactWithClientProcess
if select.select([sys.stdin], [], [], 0.05)[0]: # 50 ms timeout, to keep CPU load low
error: (4, 'Interrupted system call')
Cleaning Up..

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

No branches or pull requests

1 participant