from small one page howto to huge articles all in one place
 

search text in:





Poll
Which filesystem do you use?






poll results

Last additions:
using iotop to find disk usage hogs

using iotop to find disk usage hogs

words:

887

views:

187593

userrating:

average rating: 1.7 (102 votes) (1=very good 6=terrible)


May 25th. 2007:
Words

486

Views

250622

why adblockers are bad


Workaround and fixes for the current Core Dump Handling vulnerability affected kernels

Workaround and fixes for the current Core Dump Handling vulnerability affected kernels

words:

161

views:

138187

userrating:

average rating: 1.4 (42 votes) (1=very good 6=terrible)


April, 26th. 2006:

Druckversion . pdf icon
You are here: System->Tips and Tricks

Killing a Hung Virtual Console

This tip shows you how to restore a hung virtual console (without rebooting). To do this, you need the lsof tool.

Using lsof, find the login processes of the hung console.

Code Listing 1: Example: (hung console is /dev/vc/3)

# lsof /dev/vc/3 
COMMAND   PID  USER   FD   TYPE DEVICE SIZE NODE NAME 
login    7114  root    0u   CHR    4,3        17 /dev/vc/3 
login    7114  root    1u   CHR    4,3        17 /dev/vc/3 
login    7114  root    2u   CHR    4,3        17 /dev/vc/3 
zsh     30630 david    0u   CHR    4,3        17 /dev/vc/3 
zsh     30630 david    1u   CHR    4,3        17 /dev/vc/3 
zsh     30630 david    2u   CHR    4,3        17 /dev/vc/3 
zsh     30630 david   10u   CHR    4,3        17 /dev/vc/3

Kill the processes associated with this login and the console should respawn.

Code Listing 2: Killing the virtual console processes

# kill -9 7114 30630

From http://www.gentoo.org/news/en/gwn/20031124-newsletter.xml


rate this article:
current rating: average rating: 1.6 (14 votes) (1=very good 6=terrible)
Your rating:
Very good (1) Good (2) ok (3) average (4) bad (5) terrible (6)

back





Support us on Content Nation
rdf newsfeed | rss newsfeed | Atom newsfeed
- Powered by LeopardCMS - Running on Gentoo -
Copyright 2004-2020 Sascha Nitsch Unternehmensberatung GmbH
Valid XHTML1.1 : Valid CSS : buttonmaker
- Level Triple-A Conformance to Web Content Accessibility Guidelines 1.0 -
- Copyright and legal notices -
Time to create this page: 71.8 ms