The officially official Devuan Forum!

You are not logged in.

#1 2024-10-06 19:06:18

Alverstone
Member
Registered: 2024-10-06
Posts: 7  

Excalibur, runit's supervision tree inherits tty1, misbehavior

<sysrq>+K on tty1 brings the system down. Happens because runsvdir gets SIGKILLed by the kernel. Happens because runsvdir inherits tty1. I think this is a bug and should be fixed. One solution I am aware of is
exec </dev/null >/dev/null 2>/dev/null
in /etc/runit/2 just before runsvdir. What do you think?

Offline

#2 2024-10-06 19:17:45

Alverstone
Member
Registered: 2024-10-06
Posts: 7  

Re: Excalibur, runit's supervision tree inherits tty1, misbehavior

Another misbehavior here is that tty1 gets cluttered with log messages.

Offline

Board footer