Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to run yaft remotely, via SSH #16

Open
habreu71 opened this issue Nov 3, 2017 · 1 comment
Open

How to run yaft remotely, via SSH #16

habreu71 opened this issue Nov 3, 2017 · 1 comment
Assignees

Comments

@habreu71
Copy link

habreu71 commented Nov 3, 2017

Hi,

I can successfully run yaft in my local machine, but when I connect to that machine from another one via ssh and try to run yaft I get the following message:

WARN<< ioctl: VT_SETMODE failed (maybe here is not console)
WARN<< ioctl: KDSETMODE failed (maybe here is not console)

and nothing is displayed, I have to type "exit" to get back to the terminal.

Please help. Thank you in advance.

@uobikiemukot
Copy link
Owner

yaft is replacement of linux console.
And it uses framebuffer as a drawing backend.

yaft cannot access remote framebuffer via SSH.
Because framebuffer is local resource.
(If some program access local framebuffer via SSH,
always your local display is updated but it does not affect to your remote framebuffer)

@uobikiemukot uobikiemukot self-assigned this Nov 11, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants