New issue
Advanced search Search tips

Issue 692680 link

Starred by 1 user

Issue metadata

Status: WontFix
Owner:
Closed: Jun 2017
Components:
EstimatedDays: ----
NextAction: ----
OS: Linux , Chrome
Pri: 2
Type: Bug



Sign in to add a comment

site_utils/deploy_server.py rejecting password, grabbing stdin

Project Member Reported by pprabhu@chromium.org, Feb 15 2017

Issue description

I run:

./site_utils/deploy_server.py --afe=chromeos-autotest.hot.corp.google.com -- --update_push_servers

...


Two servers are updated in parallel at first. Both ask for SSO credentials to SSH. When I enter the credentials, they are rejected (I'm sure credentials are correct).

Then, when I press Ctrl-C, my stdin is lost -- It handles Ctrl-C / enter correclty, but it no longer echos back the characters I'm typing in.

Also, forcing POOL_SIZE=1 works around this problem.

I'm guessing this is a problem of both subprocesses trying to get the credentials from stdin. Then, stdin is left in a weird state when we kill the parent process at that point.
 

Comment 1 by aut...@google.com, Feb 22 2017

Owner: pprabhu@chromium.org
@pprabhu - where should this live? Are you taking a look?

Comment 2 by aut...@google.com, Feb 22 2017

Labels: -current-issue
Labels: OS-Linux
Status: WontFix (was: Untriaged)
Ancient problem I haven't seen since.

Sign in to add a comment