On Sun, Jan 12, 2003 at 08:56:36PM +0000, Alan Cox wrote:
> On Sun, 2003-01-12 at 19:54, Post, Mark K wrote:
> > There is no analog to virtual consoles in Linux/390.
>
> In the kernel this is true. In user space you can run multiple
> parallel sessions on a vtxxx terminal with 'screen', including
> disconnecting them and leaving them running, logging in
> somewhere else and reattaching (sort of as VMS provides)

mingetty uses "vhangup()" to invalidate all accesses to a tty
and in general all daemon programs should either use syslog or log to
a file.

You can easily change mingetty to not call vhangup() for the /dev/console
on mainframe, or you can directly call "bash" on the console and not call
mingetty at all.

greetings,

Florian La Roche

Reply via email to