Your message dated Tue, 1 Dec 2015 14:54:13 +0100
with message-id <[email protected]>
and subject line Re: Bug#806793: systemd: can one have systemd output on both,
serial console and tty0?
has caused the Debian Bug report #806793,
regarding systemd: can one have systemd output on both, serial console and tty0?
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
806793: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=806793
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: systemd
Version: 228-2
Severity: wishlist
Hey.
Not sure whether this is a wishlisht, bug or whether I just oversee anything ;-)
When configuring the kernel for serial console ouput, i.e. sth. like
console=ttySx,115200n8 ...
I'd actually like to have output on both, serial consol and VGA, so I
configure:
console=ttySx,115200n8 console=tty0
Now that works partially fine, i.e. I get the *kernel* output
at the VGA and the serial console, but everything that systemd
(or some part of the init system, not sure whether it's a part
of systemd) prints out... e.g. the OK messages of started services,
the stuff from fsck and so on... only goes to tty0.
I guess this is simply because it outputs to /dev/console,
which is with the above config the later.
So a) is there a way to tell systemd/init to output to both?
And if not... b) can we get that? :-)
Best wishes,
Chris.
--- End Message ---
--- Begin Message ---
Am 01.12.2015 um 14:30 schrieb Christoph Anton Mitterer:
> So a) is there a way to tell systemd/init to output to both?
> And if not... b) can we get that? :-)
This should be possible, see man journald.conf:
ForwardToConsole=yes
TTYPath=/dev/ttySx
--
Why is it that all of the instruments seeking intelligent life in the
universe are pointed away from Earth?
signature.asc
Description: OpenPGP digital signature
--- End Message ---