Closed ep1cman closed 9 months ago
https://bugzilla.mindrot.org/show_bug.cgi?id=3137
Seems to be related to this. Removing -f
from the following line https://github.com/labgrid-project/labgrid/blob/2d6f93c0e298442453603f2fd5430da37606da09/labgrid/driver/sshdriver.py#L108
also resolves the issue
Might be related to #1288.
Ah yes, you are correct. Looks like we had deviated from the upstream code and this didn't get pulled in. Seems to work ok now, if I face further issues I will re-open
We currently have the following setup:
On Ubuntu 22.04 (OpenSSH 8.9) and MacOS (OpenSSH 9.3) clients. This works as expected.
On Ubuntu 20.04 (OpenSSH 8.2) clients however stall when attempting to run:
Investigations reveal it is getting stuck here: https://github.com/labgrid-project/labgrid/blob/2d6f93c0e298442453603f2fd5430da37606da09/labgrid/driver/sshdriver.py#L151
Commenting out the following line seems to resolve the issue
https://github.com/labgrid-project/labgrid/blob/2d6f93c0e298442453603f2fd5430da37606da09/labgrid/driver/sshdriver.py#L142
Logs from a working machine:
Logs from a broken machine