사용자 도구

사이트 도구


chromium_os:trouble_shooting:ui.conf

/etc/init/ui.conf

에러 로그

<sxh bash> [ 2.836073] Freeing init memory: 248K [ 3.868885] udevd[33]: starting version 171

Developer Console

To return to the browser, press:

[ Ctrl ] and [ Alt ] and [ <- ]  (F1)

To use this console, the developer mode switch must be engaged. Doing so will destroy any saved data on the system.

In developer mode, it is possible to - login and sudo as user 'chronos' - require a password for sudo and login(*) - disable power management behavior (screen dimming):

sudo initctl stop powerd

- install your own operating system image!

* To set a password for 'chronos', run the following as root:

chromeos-setdevpasswd

If you are having trouble booting a self-signed kernel, you may need to install the developer firmware. To do so, run the following as root:

chromeos-firmwareupdate –mode=todev

Have fun and send patches!

localhost login: [ 10.107396] init: tcsd main process (234) terminated with status 137 [ 10.113151] init: tcsd main process ended, respawning [ 12.370266] Unhandled prefetch abort: debug event (0x002) at 0x0003f700 [ 12.427076] init: powerm main process (197) killed by BUS signal [ 12.536975] init: powerm main process ended, respawning [ 13.973464] Unhandled prefetch abort: debug event (0x002) at 0x0003f700 [ 14.037096] init: powerm main process (251) killed by BUS signal [ 14.049195] init: powerm main process ended, respawning [ 14.465058] Unhandled prefetch abort: debug event (0x002) at 0x0003f700 [ 14.551055] init: powerm main process (269) killed by BUS signal [ 14.555686] init: powerm main process ended, respawning [ 15.924089] Unhandled prefetch abort: debug event (0x002) at 0x0003f700 [ 16.038386] init: powerm main process (293) killed by BUS signal [ 16.052767] init: powerm main process ended, respawning [ 17.065156] Unhandled prefetch abort: debug event (0x002) at 0x0003f700 [ 17.226602] init: powerm main process (312) killed by BUS signal [ 17.260867] init: powerm main process ended, respawning [ 18.754566] Unhandled prefetch abort: debug event (0x002) at 0x0003f700 [ 18.828427] init: powerm main process (323) killed by BUS signal [ 18.862549] init: powerm main process ended, respawning [ 20.860305] Unhandled prefetch abort: debug event (0x002) at 0x0003f700 [ 20.923942] init: powerm main process (333) killed by BUS signal [ 20.935096] init: powerm main process ended, respawning [ 21.524016] init: ui main process ended, respawning [ 21.572096] init: powerd main process (282) killed by TERM signal [ 21.624276] init: debugd main process (284) killed by TERM signal [ 22.058409] init: logout main process (351) terminated with status 1 [ 22.085172] Unhandled prefetch abort: debug event (0x002) at 0x0003f700 [ 22.204519] init: powerm main process (348) killed by BUS signal [ 22.238510] init: powerm main process ended, respawning </sxh>

원인

  1. 전원 관련 하드웨어가 지원되지 않거나 문제가 있다. (추측)
  2. 하드웨어 가속이 지원되지 않거나 문제가 있다.

해결 방법

  1. /etc/init/powerm.conf 스크립트를 제거
  2. /sbin/session_manager_setup.sh 에서 325번째 라인의 ${ACCELERATED_FLAGS} 를 주석처리.
    • 하드웨어 가속을 사용하지 않게 된다.
chromium_os/trouble_shooting/ui.conf.txt · 마지막으로 수정됨: 2012/04/10 11:51 저자 127.0.0.1