Jump to content

Peter G. Marczis

Members
  • Posts

    3
  • Joined

  • Last visited

  1. And a couple of extra things, I haven't found anything interesting or related in the logs, and I do have connection from the HW side, so I'm connected via a serial port, and I can ping google and so on. so looks like I have an issue only with the inbound connections, based on my limited understanding, my PC sends an RST in both cases, in the first case it looks like I get a re transmission of an already acked package... but why?
  2. argh, one important thing I missed, if I use the Network manager to disconnect and connect the connection, than the issue is gone. so like: nmcli c d "Wired Connection 1" nmcli c u "Wired Connection 1"
  3. Hi, first of all thanks a lot for every contributor, this is a great project, I'm an absolute fan! I'm running Armbian on an orange pi 2, everything works fine for a while. I'm running a homegrown python script with flask, this one works too. But after ~1-x hours, I can't connect anymore to my web service. This could be my problem, but in fact, neither SSH works. So I found these things, my script tells me this: ---------------------------------------- Exception happened during processing of request from ('192.168.0.158', 59734) Traceback (most recent call last): File "/usr/lib/python2.7/SocketServer.py", line 290, in _handle_request_noblock self.process_request(request, client_address) File "/usr/lib/python2.7/SocketServer.py", line 318, in process_request self.finish_request(request, client_address) File "/usr/lib/python2.7/SocketServer.py", line 331, in finish_request self.RequestHandlerClass(request, client_address, self) File "/usr/lib/python2.7/SocketServer.py", line 654, in __init__ self.finish() File "/usr/lib/python2.7/SocketServer.py", line 713, in finish self.wfile.close() File "/usr/lib/python2.7/socket.py", line 283, in close self.flush() File "/usr/lib/python2.7/socket.py", line 307, in flush self._sock.sendall(view[write_offset:write_offset+buffer_size]) error: [Errno 32] Broken pipe ---------------------------------------- I did some wiresharking too for sure Looks like something is messed up, and TCP ends up with an RST. https://drive.google.com/file/d/18GP8YvmaicyVGPHWYLzTulhkI0bPQTxy/view?usp=sharing and my pcaps: https://drive.google.com/file/d/1tJP1I71d7zCUFxzh3Ce75SpwrP3JBXsa/view?usp=sharing https://drive.google.com/file/d/1ZIM74rI1T7qTOJ0q5Bmvk1sDUXdgaQeU/view?usp=sharing Thanks for everyone !
×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines