lkml.org 
[lkml]   [2002]   [Jan]   [31]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: Console driver behaviour?

> How can I determine that the program is run via ssh or on
> a headless box?

Hm. I never seen a clean way to do this :-(

> The problem is with Linux Console Tools. It tries opening
> /dev/tty, /dev/tty0 and /dev/console respectively upon the
> start, and it fails on ssh'ed or headless boxes. Is there
> any way to catch the situation? I've thought that open should
> return ENODEV in these cases, but it doesn't..

/dev/console -> System console. printk messages are sent to these devices.
It is always there.

/dev/tty -> The TTY device associated with the current process

/dev/tty0 -> Only related to VTs. This is the foreground virtual
termial (made from a graphics card and a regular keyboard)

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/

\
 
 \ /
  Last update: 2005-03-22 13:17    [W:0.054 / U:0.376 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site