P4wnP1 icon indicating copy to clipboard operation
P4wnP1 copied to clipboard

error: (4, 'Interrupted system call')

Open CaptiveFabry0 opened this issue 5 years ago • 0 comments
trafficstars

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..

CaptiveFabry0 avatar Jun 18 '20 10:06 CaptiveFabry0