New issue
Advanced search Search tips

Issue 804486 link

Starred by 1 user

Issue metadata

Status: Fixed
Owner:
Closed: Jan 2018
Cc:
EstimatedDays: ----
NextAction: ----
OS: Chrome
Pri: 2
Type: Bug



Sign in to add a comment

Exec of /usr/bin/vm_launcher failed:: No such file or directory

Project Member Reported by diand...@chromium.org, Jan 22 2018

Issue description

When trying to get Chrome OS running on a new board (where UI crashes instead of coming up), we see this in the log:

  ERR session_manager[1241]: [ERROR:process.cc(329)] Exec of /usr/bin/vm_launcher failed:: No such file or directory
  INFO session_manager[922]: [INFO:child_exit_handler.cc(73)] 1225 is not a managed job.

Indeed there is no '/usr/bin/vm_launcher', but that should be normal for this board I think.

Let's avoid the confusing error message.
 
Project Member

Comment 1 by bugdroid1@chromium.org, Jan 23 2018

The following revision refers to this bug:
  https://chromium.googlesource.com/chromiumos/platform2/+/3e864e3bd0bbdbdd5565f9740ceb8652c841c7d6

commit 3e864e3bd0bbdbdd5565f9740ceb8652c841c7d6
Author: Stephen Barber <smbarber@chromium.org>
Date: Tue Jan 23 06:07:23 2018

login: check for VMs before running vm_launcher

IsManagedJob should check that VMs are enabled before using the vm_launcher
executable. For good measure, also check this in HandleExit.

BUG= chromium:804486 
TEST=vm_launcher spam goes away

Change-Id: I1fed408c7b47194b5b4c2e00f5db9260c85d7144
Reviewed-on: https://chromium-review.googlesource.com/879072
Commit-Ready: Stephen Barber <smbarber@chromium.org>
Tested-by: Stephen Barber <smbarber@chromium.org>
Reviewed-by: Dan Erat <derat@chromium.org>

[modify] https://crrev.com/3e864e3bd0bbdbdd5565f9740ceb8652c841c7d6/login_manager/termina_manager_impl.cc

Status: Fixed (was: Untriaged)

Sign in to add a comment