Click to See Complete Forum and Search --> : console #1 locked up in Debian... how to fix w/o rebooting ;)


milanuk
12-11-2000, 03:07 PM
Hello, all.

I'm in a bit of a dilemma here. I reinstalled Debian 2.2r0 last night (I've flip-flopped btwn distros a bit over the last week or so, and think I will finally commit to Debian for now http://www.linuxnewbie.org/ubb/wink.gif ), and followed that w/ manually running XF86Setup, since anXious hasn't gotten X right yet on my box, and then uncommenting the /etc/apt/sources.list file to point to the debian mirrors for stable and security updates. I ran 'apt-get update', followed by 'apt-get upgrade -ud' to download the updates to 2.2r2 overnite for later installation. I got to the computer this morning, and it showed that one or two packages had failed to download, which w/ my connection is normal. I sat down to just clear the screen and re-run the 'apt-get upgrade -ud', and lo and behold, the terminal is locked up. Esc, Enter, Cntrl-c, Cntrl-D, nothing seems to work to make the command line take input. I changed to the second terminal, it works fine. I changed to tty7 (X) and it works fine as well. Back to tty1. Still doesn't work. I tried killing the bash session for the username from which I had su'd to root. Doesn't work. Process is still there. Tried killing the 'su' process. Tells me there's no process to kill. WTF?

Basically, out of sheer stubbornness, I'd like to learn how to fix this w/o rebooting the machine, which would be the easy way http://www.linuxnewbie.org/ubb/wink.gif

TIA,

Monte

wmHardRock
12-11-2000, 04:53 PM
Try Ctrl-q first. Else, killall -9 *

milanuk
12-11-2000, 05:22 PM
Originally posted by wmHardRock:
Try Ctrl-q first. Else, killall -9 *

I'm not familiar w/ Cntrl-q... what's it supposed to do (so I can tell if it works or not http://www.linuxnewbie.org/ubb/wink.gif ). As for the other, wouldn't a blanket killall knockdown everything on the running system? Heck, could it take out init?

Monte

Strike
12-11-2000, 06:34 PM
http://www.linuxnewbie.org/ubb/Forum4/HTML/008768.html

I've got a similar problem... okay, the same problem.

milanuk
12-11-2000, 06:47 PM
I've been wondering for a little while now if something might not be keyboard related... I have a PFU Happy Hacking Lite keyboard, which is by no means a cheap keyboard, but it has locked up the Debian install at least three different times, usually around the same place, during module selection. This is the first time it's acted up otherwise, though.

Monte