chromeos를 업데이트한 후 crouton에서 Ubuntu를 실행하는 중에 문제가 발생했습니다.

chromeos를 업데이트한 후 crouton에서 Ubuntu를 실행하는 중에 문제가 발생했습니다.

저는 몇 달 동안 Crouton을 사용하여 Toshiba Chromebook 2에서 Ubuntu 14.04를 실행해 왔습니다. 오늘 나는 Crouton을 종료하고 크롬북을 다시 시작했습니다. 재부팅하고 sudo startxfce4쉘에서 실행하면 다음 오류가 발생합니다.

chronos@localhost / $ sudo startxfce4
Entering /mnt/stateful_partition/crouton/chroots/trusty...
/usr/bin/startxfce4: Starting X server

X.Org X Server 1.15.1
Release Date: 2014-04-13
X Protocol Version 11, Revision 0
Build Operating System: Linux 3.2.0-76-generic x86_64 Ubuntu
Current Operating System: Linux localhost 3.10.18 #1 SMP Tue Apr 14 20:43:12 PDT 2015 x86_64
Kernel command line: cros_secure console= loglevel=7 init=/sbin/init cros_secure oops=panic panic=-1 root=/dev/dm-0 rootwait ro dm_verity.error_behavior=3 dm_verity.max_bios=-1 dm_verity.dev_wait=1 dm="1 vroot none ro 1,0 2506752 verity payload=PARTUUID=e4e36f0d-ca2b-5940-a7fe-a61287b5a2d8/PARTNROFF=1 hashtree=PARTUUID=e4e36f0d-ca2b-5940-a7fe-a61287b5a2d8/PARTNROFF=1 hashstart=2506752 alg=sha1 root_hexdigest=45e6c45d7f91005eb3265c86cdf50fb85b6449c4 salt=d14d293f1aa4206fae2fe4284ac3a5e3de528f53b75f6b378b55c5ce1c9ddfc5" noinitrd vt.global_cursor_default=0 kern_guid=e4e36f0d-ca2b-5940-a7fe-a61287b5a2d8 add_efi_memmap boot=local noresume noswap i915.modeset=1 tpm_tis.force=1 tpm_tis.interrupts=0 nmi_watchdog=panic,lapic  
Build Date: 12 February 2015  02:49:29PM
xorg-server 2:1.15.1-0ubuntu2.7 (For technical support please see http://www.ubuntu.com/support) 
Current version of pixman: 0.30.2
        Before reporting problems, check http://wiki.x.org
        to make sure that you have the latest version.
Markers: (--) probed, (**) from config file, (==) default setting,
        (++) from command line, (!!) notice, (II) informational,
        (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: "/var/log/Xorg.1.log", Time: Wed Apr 29 13:43:33 2015
(==) Using system config directory "/usr/share/X11/xorg.conf.d"
(EE) 
(EE) Backtrace:
(EE) 0: /usr/bin/X (xorg_backtrace+0x48) [0x7f3c407bd848]
(EE) 1: /usr/bin/X (0x7f3c40614000+0x1ad539) [0x7f3c407c1539]
(EE) 2: /lib/x86_64-linux-gnu/libpthread.so.0 (0x7f3c3f710000+0x10340) [0x7f3c3f720340]
(EE) 3: /usr/bin/X (0x7f3c40614000+0xb57a6) [0x7f3c406c97a6]
(EE) 4: /usr/bin/X (xf86BusProbe+0x9) [0x7f3c4069d099]
(EE) 5: /usr/bin/X (InitOutput+0x74d) [0x7f3c406ab6fd]
(EE) 6: /usr/bin/X (0x7f3c40614000+0x59bab) [0x7f3c4066dbab]
(EE) 7: /lib/x86_64-linux-gnu/libc.so.6 (__libc_start_main+0xf5) [0x7f3c3e150ec5]
(EE) 8: /usr/bin/X (0x7f3c40614000+0x451ee) [0x7f3c406591ee]
(EE) 
(EE) Segmentation fault at address 0x0
(EE) 
Fatal server error:
(EE) Caught signal 11 (Segmentation fault). Server aborting
(EE) 
(EE) 
Please consult the The X.Org Foundation support 
         at http://wiki.x.org
 for help. 
(EE) Please also check the log file at "/var/log/Xorg.1.log" for additional information.
(EE) 
(EE) Server terminated with error (1). Closing log file.
/usr/bin/xinit: giving up
/usr/bin/xinit: unable to connect to X server: Connection refused
/usr/bin/xinit: server error
Not unmounting /mnt/stateful_partition/crouton/chroots/trusty as another instance is using it.

무엇이 잘못되고 있는지 아는 사람이 있나요?

답변1

내 자신의 문제를 해결했습니다. 최신 버전의 crouton을 다운로드하여 출시하니 sudo sh ~/Downloads/crouton -u -n chrootname모든 것이 정상으로 돌아왔습니다.

이는 chrootnamechroot 생성 중에 선택적으로 지정할 수 있는 chroot의 이름을 나타냅니다(기본값은 배포 이름이지만 -n이 옵션을 사용하여 chroot 생성 중에 선택적으로 지정할 수 있습니다).

답변2

비슷한 오류가 발생했습니다. 크롬 측에서 자동 업데이트 후 xfce4가 갑자기 시작되지 않았습니다. 최신 버전의 crouton()을 다운로드하여 문제가 해결되었습니다.https://github.com/dnschneid/crouton) 그리고 실행합니다 sudo sh ~/Downloads/crouton -u -t xfce. ( xfce 환경 대상을 -u업데이트하고 -t xfce지정하는 데 사용됩니다.) 저는 결코 전문가는 아니지만 제게는 잘 작동합니다.

관련 정보