7

Is it possible to change this value in runtime without rebooting? I don't always have this problem, when I suspend right now I'm getting a failure and

Suspending console(s) (use no_console_suspend to debug)

I would like to debug now, without having to reboot and recreate the problem.

Evan Carroll
  • 28,578
  • 45
  • 164
  • 290

1 Answers1

11

Yes:

echo N | sudo tee /sys/module/printk/parameters/console_suspend
Evan Carroll
  • 28,578
  • 45
  • 164
  • 290
Yefu
  • 334
  • 3
  • 3