Mingetty on tty1 locked up CentOS 6.10 unsure how to fix it

0

I installed mingetty and rebooted my system. The initial tty doesn't accept keyboard input. I switched to the next one with ctrl+alt+f2 and it worked so I logged in. I checked /var/log/messages and am greeted with this.

Oct 17 21:55:12 cp kernel: INFO: task mingetty:1454 
blocked for more than 120 seconds.
Oct 17 21:55:12 cp kernel:      Not tainted 2.6.32-754.el6.x86_64 #1
Oct 17 21:55:12 cp kernel: "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message.
Oct 17 21:55:12 cp kernel: mingetty      D 0000000000000000     0  1454      1 0x00000080
Oct 17 21:55:12 cp kernel: ffff880037c2fcf8 0000000000000086 ffff880037c2fdb8 ffffffff81edc240
Oct 17 21:55:12 cp kernel: ffff880037c2fcd8 ffffffff812ab426 0000000000000004 0000000affffffff
Oct 17 21:55:12 cp kernel: 00000000fffc714d 0000000000000000 ffff8800378d5ad8 ffff880037c2ffd8
Oct 17 21:55:12 cp kernel: Call Trace:
Oct 17 21:55:12 cp kernel: [<ffffffff812ab426>] ? vsnprintf+0x336/0x5f0
Oct 17 21:55:12 cp kernel: [<ffffffff8109225b>] ? try_to_del_timer_sync+0x7b/0xe0
Oct 17 21:55:12 cp kernel: [<ffffffff8107f66f>] ? release_console_sem+0x1cf/0x220
Oct 17 21:55:12 cp kernel: [<ffffffff81554bd5>] schedule_timeout+0x215/0x2f0
Oct 17 21:55:12 cp kernel: [<ffffffff81091750>] ? process_timeout+0x0/0x10
Oct 17 21:55:12 cp kernel: [<ffffffff813533d1>] tty_ldisc_wait_idle+0x81/0xc0
Oct 17 21:55:12 cp kernel: [<ffffffff810a9110>] ? autoremove_wake_function+0x0/0x40
Oct 17 21:55:12 cp kernel: [<ffffffff81353571>] tty_ldisc_hangup+0x161/0x320
Oct 17 21:55:12 cp kernel: [<ffffffff811b229a>] ? fasync_helper+0x4a/0x180
Oct 17 21:55:12 cp kernel: [<ffffffff8134b07d>] do_tty_hangup+0xfd/0x3e0
Oct 17 21:55:12 cp kernel: [<ffffffff8134b3a7>] tty_vhangup_self+0x27/0x40
Oct 17 21:55:12 cp kernel: [<ffffffff8119a21d>] sys_vhangup+0x2d/0x40
Oct 17 21:55:12 cp kernel: [<ffffffff8155f3cb>] system_call_fastpath+0x2f/0x34

I can't find much on the internet about it. What should my next step be to fix it?

centos
asked on Stack Overflow Oct 18, 2018 by Corey Manshack

0 Answers

Nobody has answered this question yet.


User contributions licensed under CC BY-SA 3.0