You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hkmgr starts the hyperkit VM with the autopty option to symlink the serial TTY into the run dir, eg.
$ ls -la .run/vm/ros-vm1/tty
lrwxr-xr-x 1 root staff 12 Nov 18 22:49 .run/vm/ros-vm1/tty -> /dev/ttys001
Hkmgr should try to chown this tty to the UID:GID of the running user, so the user doesn't need to elevate permissions to access to console, eg. sudo screen /dev/ttys001.
The text was updated successfully, but these errors were encountered:
Hkmgr starts the hyperkit VM with the autopty option to symlink the serial TTY into the run dir, eg.
Hkmgr should try to chown this tty to the UID:GID of the running user, so the user doesn't need to elevate permissions to access to console, eg.
sudo screen /dev/ttys001
.The text was updated successfully, but these errors were encountered: