DEV Community

Cover image for OpenBSD vm on GCE/GCP - (2/2) Cloud Part

OpenBSD vm on GCE/GCP - (2/2) Cloud Part

nabbisen on October 31, 2018

* Note: This post is divided into two parts. The former part is: OpenBSD vm on GCE/GCP - (1/2) Local Part ...
Collapse
 
rdahlstrand profile image
Rickard Dahlstrand

Hi,

If you change the line:

console "/usr/libexec/getty std.9600" vt220 off

to

console "/usr/libexec/getty std.9600" vt220 on

in "/etc/ttys" everything should start working with the serial console.

Thanks for an excellent tutorial.

Rickard.

Collapse
 
nabbisen profile image
nabbisen • Edited

Hi Rickard,

Thank you so much for your great suggestion :)
Actually, I was in trouble because I didn't know how to enable GCP serial console.
I have updated my post "(1/2)".

Heddi.