On 09/27/12 01:22, Mirco Tischler wrote:
2012/9/27 Henrik /KaarPoSoft <[email protected]>:
On 09/27/12 00:05, Tom Gundersen wrote:
On Thu, Sep 27, 2012 at 12:02 AM, Henrik /KaarPoSoft
<[email protected]> wrote:
(b) Is there a way to have logind NOT show a login prompt on VT1?
It is not logind that starts login, but getty. You want to disable
[email protected], and enable say [email protected] instead.

-t
DOH!

If I move
/etc/systemd/system/getty.target.wants/[email protected]
to
/etc/systemd/system/getty.target.wants/[email protected]
this annoyance is gone.

Thank you, Tom!

(but of course I still get console messages on the current VT, not VT1)


/Henrik
_______________________________________________
I haven't tried this and maybe it won't work, but you can set TTYPath
to /dev/tty1 in journald.conf. But I suppose you will still get kernel
messages, as they don't go through the journal (quiet on the kernel
commandline gets rid of the unimportant ones).

Mirco
Tried TTYPath in journald.conf and it works just as you expected.

Then I booted the kernel with console=tty1 but kernel messages still come on the active TTY.

But strangely: if I remove TTYPath from journald.conf and boot with console=tty1 then kernel messages come on the active TTY, but journal messages stay on tty1. I can't really grok this...

Another problem is, that if I use /etc/systemd/system/getty.target.wants/[email protected] then graphical.target may still put X11 on tty1, so the console messages are hidden.

Since this is all just a minor annoyance anyway, maybe I should just leave everthing as default and live with it )-:
There is always ctrl-L to redraw the screen.

/Henrik
_______________________________________________
systemd-devel mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/systemd-devel

Reply via email to