* [gentoo-user] No logging output to tty12
@ 2020-12-12 17:54 Walter Dnes
2020-12-13 6:00 ` bobwxc
2020-12-13 11:16 ` [gentoo-user] " Nuno Silva
0 siblings, 2 replies; 4+ messages in thread
From: Walter Dnes @ 2020-12-12 17:54 UTC (permalink / raw
To: Gentoo Users List
I used to get stuff going to tty12, e.g.when attaching a USB drive,
etc. My recent fresh install doesn't have this output. What am I doing
wrong?
--
Walter Dnes <waltdnes@waltdnes.org>
I don't run "desktop environments"; I run useful applications
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [gentoo-user] No logging output to tty12
2020-12-12 17:54 [gentoo-user] No logging output to tty12 Walter Dnes
@ 2020-12-13 6:00 ` bobwxc
2020-12-13 11:16 ` [gentoo-user] " Nuno Silva
1 sibling, 0 replies; 4+ messages in thread
From: bobwxc @ 2020-12-13 6:00 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: text/plain, Size: 1667 bytes --]
> ------------------ 原始邮件 ------------------
> 发 件 人:"Walter Dnes" <waltdnes@waltdnes.org>
> 发送时间:2020-12-13 01:54:32
> 收 件 人:"Gentoo Users List" <gentoo-user@lists.gentoo.org>
> 抄 送:
> 主 题:[gentoo-user] No logging output to tty12
>
> I used to get stuff going to tty12, e.g.when attaching a USB drive,
> etc. My recent fresh install doesn't have this output. What am I doing
> wrong?
>
> --
> Walter Dnes
> I don't run "desktop environments"; I run useful applications
check you /etc/inittab label # TERMINALS
looks like:
```
# TERMINALS
#x1:12345:respawn:/sbin/agetty 38400 console linux
c1:12345:respawn:/sbin/agetty 38400 tty1 linux
c2:2345:respawn:/sbin/agetty 38400 tty2 linux
c3:2345:respawn:/sbin/agetty 38400 tty3 linux
c4:2345:respawn:/sbin/agetty 38400 tty4 linux
c5:2345:respawn:/sbin/agetty 38400 tty5 linux
c6:2345:respawn:/sbin/agetty 38400 tty6 linux
```
the agetty will give a login console
bobwxc
==============
-----BEGIN PGP PUBLIC KEY BLOCK-----
mDMEX0aJURYJKwYBBAHaRw8BAQdASLmtsBXRo9ZbNOKisvEuvK8pTGNcsNgFsLU5
fcuEnd20G3ctY2hyb21lYm9vayAody1jaHJvbWVib29rKYiWBBMWCAA+FiEEeUf5
B4zw9YQZtU5OABzGqG8YykcFAl9GiVECGwMFCQlmAYAFCwkIBwIGFQoJCAsCBBYC
AwECHgECF4AACgkQABzGqG8YykfF7QEAtdrAplwKcMnSBuxSQPRAQ+RvVaXt8sUc
lVhtNSPukBABALWtY4J6deiihXG5o1zijsF85fucNiDTVLveIfSs+HYKuDgEX0aJ
URIKKwYBBAGXVQEFAQEHQMcsqz2UMo1KjOi/dlismg6RUdf/mM5YcnqTR7PDGI59
AwEIB4h+BBgWCAAmFiEEeUf5B4zw9YQZtU5OABzGqG8YykcFAl9GiVECGwwFCQlm
AYAACgkQABzGqG8YykcjqAD9Ffss3s6H/xiKdQ7IlcNlFNNKbTZjimxKOcVRO6eA
r98A/0cWQxd4i7LWDHRu5ixbG0qT3WXipq+t22RpOqLM0IYO
=TyBA
-----END PGP PUBLIC KEY BLOCK-----
[-- Attachment #2: Type: text/html, Size: 2516 bytes --]
^ permalink raw reply [flat|nested] 4+ messages in thread
* [gentoo-user] Re: No logging output to tty12
2020-12-12 17:54 [gentoo-user] No logging output to tty12 Walter Dnes
2020-12-13 6:00 ` bobwxc
@ 2020-12-13 11:16 ` Nuno Silva
2020-12-14 13:07 ` [gentoo-user] [SOLVED] " Walter Dnes
1 sibling, 1 reply; 4+ messages in thread
From: Nuno Silva @ 2020-12-13 11:16 UTC (permalink / raw
To: gentoo-user
On 2020-12-12, Walter Dnes wrote:
> I used to get stuff going to tty12, e.g.when attaching a USB drive,
> etc. My recent fresh install doesn't have this output. What am I doing
> wrong?
Have you installed something for syslog? In my installs, I think it is
syslog-ng that does this. At least in /etc/syslog-ng/syslog-ng.conf, I
see the following:
destination console_all { file("/dev/tty12"); };
--
Nuno Silva
^ permalink raw reply [flat|nested] 4+ messages in thread
* [gentoo-user] [SOLVED] No logging output to tty12
2020-12-13 11:16 ` [gentoo-user] " Nuno Silva
@ 2020-12-14 13:07 ` Walter Dnes
0 siblings, 0 replies; 4+ messages in thread
From: Walter Dnes @ 2020-12-14 13:07 UTC (permalink / raw
To: gentoo-user
On Sun, Dec 13, 2020 at 11:16:05AM +0000, Nuno Silva wrote
> On 2020-12-12, Walter Dnes wrote:
>
> > I used to get stuff going to tty12, e.g.when attaching a USB drive,
> > etc. My recent fresh install doesn't have this output. What am I doing
> > wrong?
>
> Have you installed something for syslog? In my installs, I think it is
> syslog-ng that does this.
Thanks; that was my problem. I had installed "sysklogd" but not
"syslog-ng". Installing and starting "syslog-ng" now has the messages
coming up. I've also added it to default level in rc-update.
--
Walter Dnes <waltdnes@waltdnes.org>
I don't run "desktop environments"; I run useful applications
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2020-12-14 8:08 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-12-12 17:54 [gentoo-user] No logging output to tty12 Walter Dnes
2020-12-13 6:00 ` bobwxc
2020-12-13 11:16 ` [gentoo-user] " Nuno Silva
2020-12-14 13:07 ` [gentoo-user] [SOLVED] " Walter Dnes
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox