New issue
Advanced search Search tips

Issue 899490 link

Starred by 1 user

Issue metadata

Status: Duplicate
Merged: issue 906289
Owner: ----
Closed: Dec 6
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: Chrome
Pri: 2
Type: Bug



Sign in to add a comment

chromeos sdk, ssh error: file descriptor passing not supported

Project Member Reported by kcwu@chromium.org, Oct 27

Issue description

Reproduce step:
 1. cros_sdk --delete
 2. cros_sdk ssh -o ControlPersist=1m -o ControlMaster=yes -o ControlPath=/tmp/control-socket -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null -o BatchMode=yes $DUT_IP true
This line should exit 0. For some version of chromeos, the ssh executable shipped with the SDK is broken and it shows
   mm_send_fd: file descriptor passing not supported
   mux_client_request_session: send fds failed
and exit 255.

This issue has ever happened in the past -- 10890.0.0 and 10891.0.0 is broken ( issue 865511 ).
Today, I encountered this issue again.

----
There is a workaround for this issue:
Run this command inside cros_sdk.
   sudo emerge net-misc/openssh

 
Project Member

Comment 1 by bugdroid1@chromium.org, Oct 29

The following revision refers to this bug:
  https://chromium.googlesource.com/chromiumos/platform/bisect-kit/+/e47162dfe4b35b513f194ae7aced23afeeb4c877

commit e47162dfe4b35b513f194ae7aced23afeeb4c877
Author: Kuang-che Wu <kcwu@chromium.org>
Date: Mon Oct 29 14:33:46 2018

bisect-kit: workaround for bad ssh executable of chromeos SDK

BUG= chromium:899490 
TEST=bisect crbug/899142 using diagnose_cros_autotest.py with recent chromeos source

Change-Id: Ia04139a6b28bb9ff1ebec305104d7589fe37b046
Reviewed-on: https://chromium-review.googlesource.com/1304234
Commit-Ready: Kuang-che Wu <kcwu@chromium.org>
Tested-by: Kuang-che Wu <kcwu@chromium.org>
Reviewed-by: Chi-Ngai Wan <cnwan@google.com>

[modify] https://crrev.com/e47162dfe4b35b513f194ae7aced23afeeb4c877/eval_cros_autotest.py

Hi, anyone could help this bug or give me hint how to investigate this issue?

Mergedinto: 906289
Status: Duplicate (was: Untriaged)

Sign in to add a comment