우분투 desktop은 X 윈도우가 죽으면 자동적으로 respawn 시킨다.
아무리 kill 을 해도 계속 살아난다. (이런 좀비 같은넘!)
아래의 공식 릴리즈 내용대로, ctrl-alt-bksp 를 이용해서 X를 종료할수는 있으나, 역시나 respawn 된다 ㄱ-
X를 종료하려면 아래와 같이 gdm 자체를 종료하면 된다.
친절하게도(!) init 스크립트를 건드리지 말고, service로 죽이랜다.
gdm을 종료하니, 114392k(113M) 가 확보된다 -ㅁ-!
아무리 kill 을 해도 계속 살아난다. (이런 좀비 같은넘!)
아래의 공식 릴리즈 내용대로, ctrl-alt-bksp 를 이용해서 X를 종료할수는 있으나, 역시나 respawn 된다 ㄱ-
Enabling Ctrl-Alt-Backspace for Ubuntu
[링크 : https://wiki.ubuntu.com/LucidLynx/ReleaseNotes] |
X를 종료하려면 아래와 같이 gdm 자체를 종료하면 된다.
If you are using GNOME: sudo /etc/init.d/gdm stop [링크 : http://theos.in/news/ubuntu-linux-shutdown-the-x-server/] |
$ sudo /etc/init.d/gdm stop Rather than invoking init scripts through /etc/init.d, use the service(8) utility, e.g. service gdm stop Since the script you are attempting to invoke has been converted to an Upstart job, you may also use the stop(8) utility, e.g. stop gdm |
top - 10:37:01 up 1 min, 2 users, load average: 1.15, 0.44, 0.16 Tasks: 180 total, 1 running, 179 sleeping, 0 stopped, 0 zombie Cpu(s): 0.0%us, 0.7%sy, 0.0%ni, 99.3%id, 0.0%wa, 0.0%hi, 0.0%si, 0.0%st Mem: 1026088k total, 475344k used, 550744k free, 54392k buffers Swap: 3005432k total, 0k used, 3005432k free, 200732k cached |
top - 10:37:49 up 2 min, 1 user, load average: 0.75, 0.45, 0.17 Tasks: 130 total, 1 running, 129 sleeping, 0 stopped, 0 zombie Cpu(s): 0.3%us, 0.7%sy, 0.3%ni, 97.7%id, 1.0%wa, 0.0%hi, 0.0%si, 0.0%st Mem: 1026088k total, 360952k used, 665136k free, 54780k buffers Swap: 3005432k total, 0k used, 3005432k free, 214328k cached |
'Linux > Ubuntu' 카테고리의 다른 글
grub menu.lst 넌 어디야?! (0) | 2010.09.15 |
---|---|
yaffs2 하려는데 왜케 빡시누 (0) | 2010.09.14 |
우분투 기본 폰트 경로 - Default path of Ubuntu fonts (0) | 2010.05.30 |
시작 윈도우매니저 세션 변경하기 - 우분투 (0) | 2010.05.14 |
Ubuntu 10.04 KDE (2) | 2010.05.11 |