dnschneid / crouton

Chromium OS Universal Chroot Environment
https://goo.gl/fd3zc?si=1
BSD 3-Clause "New" or "Revised" License
8.54k stars 1.24k forks source link

Chrome 42 #1632

Closed kmages closed 9 years ago

kmages commented 9 years ago

Since yesterday's update to Chrome 42 stable, I can't launch crouton. Here is the error:

(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 "/tmp/Xorg.crouton.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 Unmounting /mnt/stateful_partition/crouton/chroots/trusty...

divx118 commented 9 years ago

Did you try updating your chroot? See https://github.com/dnschneid/crouton/wiki/Common-issues-and-reporting

kmages commented 9 years ago

I did and it worked, thanks kindly.

kikohernandez92 commented 9 years ago

I have this very same issue, even after updating my Trusty chroot. X simply won't start, I can enter thorugh sudo enter-chroot, though, try to start X, but same thing happens

divx118 commented 9 years ago

@kikohernandez92 Can you post the output of sudo enter-chroot -n trusty croutonversion

kikohernandez92 commented 9 years ago

Entering /mnt/stateful_partition/crouton/chroots/trusty... crouton: version 1-20150414182244~master:da478a77 release: trusty architecture: amd64 xmethod: xorg targets: unity host: version 6812.75.2 (Official Build) stable-channel parrot kernel: Linux localhost 3.4.0 #1 SMP Tue Apr 14 19:01:35 PDT 2015 x86_64 x86_64 x86_64 GNU/Linux freon: no Unmounting /mnt/stateful_partition/crouton/chroots/trusty... Sending SIGTERM to processes under /mnt/stateful_partition/crouton/chroots/trusty...

Here you have it, per request

kikohernandez92 commented 9 years ago

(trusty)kikohernandez92@localhost:~$ startunity

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.4.0 #1 SMP Tue Apr 14 19:01:35 PDT 2015 x86_64 Kernel command line: cros_secure console= loglevel=7 init=/sbin/init cros_secure oops=panic panic=-1 root=/dev/dm-1 rootwait ro dm_verity.error_behavior=3 dm_verity.max_bios=-1 dm_verity.dev_wait=1 dm="2 vboot none ro 1,0 2545920 bootcache PARTUUID=1b9f05df-9514-db4d-9bc7-3f40045001e8/PARTNROFF=1 2545920 7dcf9259f374a480bd1e1be97c0f53a6fd42a88a 512 20000 100000, vroot none ro 1,0 2506752 verity payload=254:0 hashtree=254:0 hashstart=2506752 alg=sha1 root_hexdigest=9fc0cd66eb0686fe32f9d9b16a596aeb7cbc9e3b salt=e814ce181d6b67a1354c3fdc02ab33026e45325c997aa40bd931589e8ec53000" noinitrd vt.global_cursor_default=0 kern_guid=1b9f05df-9514-db4d-9bc7-3f40045001e8 add_efi_memmap boot=local noresume noswap i915.modeset=1 tpm_tis.force=1 tpm_tis.interrupts=0 nmi_watchdog=panic,lapic iTCO_vendor_support.vendorsupport=3
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 22 08:18:45 2015 (==) Using system config directory "/usr/share/X11/xorg.conf.d" Initializing built-in extension Generic Event Extension Initializing built-in extension SHAPE Initializing built-in extension MIT-SHM Initializing built-in extension XInputExtension Initializing built-in extension XTEST Initializing built-in extension BIG-REQUESTS Initializing built-in extension SYNC Initializing built-in extension XKEYBOARD Initializing built-in extension XC-MISC Initializing built-in extension SECURITY Initializing built-in extension XINERAMA Initializing built-in extension XFIXES Initializing built-in extension RENDER Initializing built-in extension RANDR Initializing built-in extension COMPOSITE Initializing built-in extension DAMAGE Initializing built-in extension MIT-SCREEN-SAVER Initializing built-in extension DOUBLE-BUFFER Initializing built-in extension RECORD Initializing built-in extension DPMS Initializing built-in extension Present Initializing built-in extension DRI3 Initializing built-in extension X-Resource Initializing built-in extension XVideo Initializing built-in extension XVideo-MotionCompensation Initializing built-in extension SELinux Initializing built-in extension XFree86-VidModeExtension Initializing built-in extension XFree86-DGA Initializing built-in extension XFree86-DRI Initializing built-in extension DRI2 Loading extension GLX xf86: found device 1 xf86: found device 1 crouton: version 1-20150414182244~master:da478a77 release: trusty architecture: amd64 xmethod: xorg targets: unity host: version 6812.75.2 (Official Build) stable-channel parrot kernel: Linux localhost 3.4.0 #1 SMP Tue Apr 14 19:01:35 PDT 2015 x86_64 x86_64 x86_64 GNU/Linux freon: no (II) AIGLX: Suspending AIGLX clients for VT switch

It supposedly starts, but it's fully broken, I have only a black screen and sometimes ChromeOS crashes

divx118 commented 9 years ago

@kikohernandez92 Thanks. Can you also post the content of /var/log/Xorg.1.log from the chroot.

$ sudo enter-chroot -n trusty
$ cat /var/log/Xorg.1.log
$ exit
kikohernandez92 commented 9 years ago

Entering /mnt/stateful_partition/crouton/chroots/trusty... (trusty)kikohernandez92@localhost:~$ cat /var/log/Xorg.1.log [ 6148.614] X.Org X Server 1.15.1 Release Date: 2014-04-13 [ 6148.614] X Protocol Version 11, Revision 0 [ 6148.614] Build Operating System: Linux 3.2.0-76-generic x86_64 Ubuntu [ 6148.614] Current Operating System: Linux localhost 3.4.0 #1 SMP Tue Apr 14 19:01:35 PDT 2015 x86_64 [ 6148.614] Kernel command line: cros_secure console= loglevel=7 init=/sbin/init cros_secure oops=panic panic=-1 root=/dev/dm-1 rootwait ro dm_verity.error_behavior=3 dm_verity.max_bios=-1 dm_verity.dev_wait=1 dm="2 vboot none ro 1,0 2545920 bootcache PARTUUID=1b9f05df-9514-db4d-9bc7-3f40045001e8/PARTNROFF=1 2545920 7dcf9259f374a480bd1e1be97c0f53a6fd42a88a 512 20000 100000, vroot none ro 1,0 2506752 verity payload=254:0 hashtree=254:0 hashstart=2506752 alg=sha1 root_hexdigest=9fc0cd66eb0686fe32f9d9b16a596aeb7cbc9e3b salt=e814ce181d6b67a1354c3fdc02ab33026e45325c997aa40bd931589e8ec53000" noinitrd vt.global_cursor_default=0 kern_guid=1b9f05df-9514-db4d-9bc7-3f40045001e8 add_efi_memmap boot=local noresume noswap i915.modeset=1 tpm_tis.force=1 tpm_tis.interrupts=0 nmi_watchdog=panic,lapic iTCO_vendor_support.vendorsupport=3
[ 6148.615] Build Date: 12 February 2015 02:49:29PM [ 6148.615] xorg-server 2:1.15.1-0ubuntu2.7 (For technical support please see http://www.ubuntu.com/support) [ 6148.615] Current version of pixman: 0.30.2 [ 6148.616] Before reporting problems, check http://wiki.x.org to make sure that you have the latest version. [ 6148.617] Markers: (--) probed, () from config file, (==) default setting, (++) from command line, (!!) notice, (II) informational, (WW) warning, (EE) error, (NI) not implemented, (??) unknown. 6148.620 Log file: "/var/log/Xorg.1.log", Time: Wed Apr 22 09:18:55 2015 6148.620 Using system config directory "/usr/share/X11/xorg.conf.d" 6148.621 No Layout section. Using the first Screen section. 6148.621 No screen section available. Using defaults. [ 6148.621]() |-->Screen "Default Screen Section" (0) 6148.621 | |-->Monitor "" 6148.621 No device specified for screen "Default Screen Section". Using the first device section listed. 6148.621 | |-->Device "Intel Graphics SNA+TearFree" 6148.621 No monitor specified for screen "Default Screen Section". Using a default monitor configuration. 6148.621 Automatically adding devices 6148.621 Automatically enabling devices 6148.621 Automatically adding GPU devices 6148.622 The directory "/usr/share/fonts/X11/cyrillic" does not exist. [ 6148.622] Entry deleted from font path. 6148.622 The directory "/usr/share/fonts/X11/100dpi/" does not exist. [ 6148.622] Entry deleted from font path. 6148.622 The directory "/usr/share/fonts/X11/75dpi/" does not exist. [ 6148.622] Entry deleted from font path. 6148.622 The directory "/usr/share/fonts/X11/100dpi" does not exist. [ 6148.622] Entry deleted from font path. 6148.622 The directory "/usr/share/fonts/X11/75dpi" does not exist. [ 6148.622] Entry deleted from font path. 6148.622 FontPath set to: /usr/share/fonts/X11/misc, /usr/share/fonts/X11/Type1, built-ins 6148.622 ModulePath set to "/usr/lib/x86_64-linux-gnu/xorg/extra-modules,/usr/lib/xorg/extra-modules,/usr/lib/xorg/modules" 6148.622 The server relies on udev to provide the list of input devices. If no devices become available, reconfigure udev or disable AutoAddDevices. 6148.622 Loader magic: 0x7fc40ac3cd40 6148.622 Module ABI versions: [ 6148.622] X.Org ANSI C Emulation: 0.4 [ 6148.622] X.Org Video Driver: 15.0 [ 6148.622] X.Org XInput driver : 20.0 [ 6148.622] X.Org Server Extension : 8.0 6148.624 PCI:x(0:0:2:0) 8086:0106:8086:0106 rev 9, Mem @ 0xe0000000/4194304, 0xd0000000/268435456, I/O @ 0x00001000/64 [ 6148.624] Initializing built-in extension Generic Event Extension [ 6148.625] Initializing built-in extension SHAPE [ 6148.625] Initializing built-in extension MIT-SHM [ 6148.625] Initializing built-in extension XInputExtension [ 6148.626] Initializing built-in extension XTEST [ 6148.626] Initializing built-in extension BIG-REQUESTS [ 6148.626] Initializing built-in extension SYNC [ 6148.627] Initializing built-in extension XKEYBOARD [ 6148.627] Initializing built-in extension XC-MISC [ 6148.627] Initializing built-in extension SECURITY [ 6148.628] Initializing built-in extension XINERAMA [ 6148.628] Initializing built-in extension XFIXES [ 6148.628] Initializing built-in extension RENDER [ 6148.629] Initializing built-in extension RANDR [ 6148.629] Initializing built-in extension COMPOSITE [ 6148.629] Initializing built-in extension DAMAGE [ 6148.629] Initializing built-in extension MIT-SCREEN-SAVER [ 6148.629] Initializing built-in extension DOUBLE-BUFFER [ 6148.629] Initializing built-in extension RECORD [ 6148.630] Initializing built-in extension DPMS [ 6148.630] Initializing built-in extension Present [ 6148.630] Initializing built-in extension DRI3 [ 6148.630] Initializing built-in extension X-Resource [ 6148.630] Initializing built-in extension XVideo [ 6148.630] Initializing built-in extension XVideo-MotionCompensation [ 6148.630] Initializing built-in extension SELinux [ 6148.630] Initializing built-in extension XFree86-VidModeExtension [ 6148.630] Initializing built-in extension XFree86-DGA [ 6148.631] Initializing built-in extension XFree86-DRI [ 6148.631] Initializing built-in extension DRI2 6148.631 LoadModule: "glx" 6148.631 Loading /usr/lib/xorg/modules/extensions/libglx.so 6148.633 Module glx: vendor="X.Org Foundation" [ 6148.633] compiled for 1.15.1, module version = 1.0.0 [ 6148.633] ABI class: X.Org Server Extension, version 8.0 6148.633 AIGLX enabled [ 6148.633] Loading extension GLX 6148.633 LoadModule: "intel" 6148.633 Loading /usr/lib/xorg/modules/drivers/intel_drv.so 6148.634 Module intel: vendor="X.Org Foundation" [ 6148.634] compiled for 1.15.1, module version = 2.99.910 [ 6148.634] Module class: X.Org Video Driver [ 6148.634] ABI class: X.Org Video Driver, version 15.0 6148.634 intel: Driver for Intel(R) Integrated Graphics Chipsets: i810, i810-dc100, i810e, i815, i830M, 845G, 854, 852GM/855GM, 865G, 915G, E7221 (i915), 915GM, 945G, 945GM, 945GME, Pineview GM, Pineview G, 965G, G35, 965Q, 946GZ, 965GM, 965GME/GLE, G33, Q35, Q33, GM45, 4 Series, G45/G43, Q45/Q43, G41, B43 6148.635 intel: Driver for Intel(R) HD Graphics: 2000-6000 6148.635 intel: Driver for Intel(R) Iris(TM) Graphics: 5100, 6100 6148.635 intel: Driver for Intel(R) Iris(TM) Pro Graphics: 5200, 6200, P6300 6148.635 using VT number 3

6148.741 intel(0): SNA compiled: xserver-xorg-video-intel 2:2.99.910-0ubuntu1.4 (Maarten Lankhorst maarten.lankhorst@ubuntu.com) 6148.742 VGA arbiter: cannot open kernel arbiter, no multi-card support 6148.742 intel(0): Integrated Graphics Chipset: Intel(R) HD Graphics 2000 6148.742 intel(0): CPU: x86-64, sse2, sse3, ssse3, sse4.1, sse4.2 6148.742 intel(0): Creating default Display subsection in Screen section "Default Screen Section" for depth/fbbpp 24/32 6148.743 intel(0): Depth 24, (--) framebuffer bpp 32 6148.743 intel(0): RGB weight 888 6148.743 intel(0): Default visual is TrueColor 6148.743 intel(0): Option "AccelMethod" "sna" 6148.743 intel(0): Option "TearFree" "true" 6148.743 intel(0): Framebuffer tiled 6148.743 intel(0): Pixmaps tiled 6148.743 intel(0): "Tear free" enabled 6148.743 intel(0): Forcing per-crtc-pixmaps? no 6148.743 intel(0): Output LVDS1 has no monitor section 6148.744 intel(0): found backlight control interface intel_backlight (type 'raw') 6148.744 intel(0): Output VGA1 has no monitor section 6148.744 intel(0): Output HDMI1 has no monitor section 6148.744 intel(0): Output DP1 has no monitor section 6148.744 intel(0): Output VIRTUAL1 has no monitor section 6148.744 intel(0): Output LVDS1 using initial mode on pipe 0 6148.744 intel(0): DPI set to (96, 96) 6148.744 Loading sub module "dri2" 6148.744 LoadModule: "dri2" 6148.744 Module "dri2" already built-in 6148.744 Depth 24 pixmap format is 32 bpp 6148.744 intel(0): SNA initialized with Sandybridge (gen6, gt1) backend 6148.744 intel(0): Backing store enabled 6148.744 intel(0): Silken mouse enabled 6148.744 intel(0): HW Cursor enabled 6148.744 intel(0): RandR 1.2 enabled, ignore the following RandR disabled message. 6148.745 intel(0): DPMS enabled 6148.745 intel(0): [DRI2] Setup complete 6148.745 intel(0): [DRI2] DRI driver: i965 6148.745 intel(0): [DRI2] VDPAU driver: i965 6148.745 intel(0): direct rendering: DRI2 Enabled 6148.745 intel(0): hotplug detection: "enabled" 6148.745 RandR disabled 6148.757 SELinux: Disabled on system 6148.765 AIGLX: enabled GLX_MESA_copy_sub_buffer 6148.765 AIGLX: enabled GLX_ARB_create_context 6148.765 AIGLX: enabled GLX_ARB_create_context_profile 6148.765 AIGLX: enabled GLX_EXT_create_context_es2_profile 6148.765 AIGLX: enabled GLX_INTEL_swap_event 6148.765 AIGLX: enabled GLX_SGI_swap_control and GLX_MESA_swap_control 6148.765 AIGLX: enabled GLX_EXT_framebuffer_sRGB 6148.765 AIGLX: enabled GLX_ARB_fbconfig_float 6148.765 AIGLX: GLX_EXT_texture_from_pixmap backed by buffer objects 6148.765 AIGLX: Loaded and initialized i965 6148.765 GLX: Initialized DRI2 GL provider for screen 0 6148.768 intel(0): switch to mode 1366x768@60.1 on LVDS1 using pipe 0, position (0, 0), rotation normal, reflection none 6148.831 intel(0): Setting screen physical size to 361 x 203 6148.846 XKB: reuse xkmfile /var/lib/xkb/server-B20D7FC79C7F597315E3E501AEF10E0D866E8E92.xkm 6148.851 config/udev: Adding input device Power Button (/dev/input/event3) 6148.851 Power Button: Applying InputClass "evdev keyboard catchall" 6148.851 LoadModule: "evdev" 6148.851 Loading /usr/lib/xorg/modules/input/evdev_drv.so 6148.851 Module evdev: vendor="X.Org Foundation" [ 6148.851] compiled for 1.15.0, module version = 2.8.2 [ 6148.851] Module class: X.Org XInput Driver [ 6148.851] ABI class: X.Org XInput driver, version 20.0 6148.851 Using input driver 'evdev' for 'Power Button' 6148.851 Power Button: always reports core events 6148.851 evdev: Power Button: Device: "/dev/input/event3" 6148.851 evdev: Power Button: Vendor 0 Product 0x1 6148.852 evdev: Power Button: Found keys 6148.852 evdev: Power Button: Configuring as keyboard 6148.852 Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input3/event3" 6148.852 XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6) 6148.852 Option "xkb_rules" "evdev" 6148.852 Option "xkb_model" "pc104" 6148.852 Option "xkb_layout" "us" 6148.857 XKB: reuse xkmfile /var/lib/xkb/server-D378AD8F86E560F712A83EE36E4E5E92C595B9BD.xkm 6148.858 config/udev: Adding input device Video Bus (/dev/input/event4) 6148.858 Video Bus: Applying InputClass "evdev keyboard catchall" 6148.858 Using input driver 'evdev' for 'Video Bus' 6148.858 Video Bus: always reports core events 6148.858 evdev: Video Bus: Device: "/dev/input/event4" 6148.858 evdev: Video Bus: Vendor 0 Product 0x6 6148.858 evdev: Video Bus: Found keys 6148.858 evdev: Video Bus: Configuring as keyboard 6148.858 Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/LNXVIDEO:00/input/input4/event4" 6148.858 XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7) 6148.858 Option "xkb_rules" "evdev" 6148.858 Option "xkb_model" "pc104" 6148.858 Option "xkb_layout" "us" 6148.859 config/udev: Adding input device Power Button (/dev/input/event1) 6148.859 Power Button: Applying InputClass "evdev keyboard catchall" 6148.859 Using input driver 'evdev' for 'Power Button' 6148.859 Power Button: always reports core events 6148.859 evdev: Power Button: Device: "/dev/input/event1" 6148.859 evdev: Power Button: Vendor 0 Product 0x1 6148.859 evdev: Power Button: Found keys 6148.859 evdev: Power Button: Configuring as keyboard 6148.859 Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input1/event1" 6148.859 XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 8) 6148.859 Option "xkb_rules" "evdev" 6148.859 Option "xkb_model" "pc104" 6148.859 Option "xkb_layout" "us" 6148.860 config/udev: Adding input device Lid Switch (/dev/input/event0) 6148.860 No input driver specified, ignoring this device. 6148.860 This device may have been added with another device file. 6148.861 config/udev: Adding input device Sleep Button (/dev/input/event2) 6148.861 Sleep Button: Applying InputClass "evdev keyboard catchall" 6148.861 Using input driver 'evdev' for 'Sleep Button' 6148.861 Sleep Button: always reports core events 6148.861 evdev: Sleep Button: Device: "/dev/input/event2" 6148.861 evdev: Sleep Button: Vendor 0 Product 0x3 6148.861 evdev: Sleep Button: Found keys 6148.861 evdev: Sleep Button: Configuring as keyboard 6148.861 Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0C0E:00/input/input2/event2" 6148.861 XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 9) 6148.861 Option "xkb_rules" "evdev" 6148.861 Option "xkb_model" "pc104" 6148.861 Option "xkb_layout" "us" 6148.862 config/udev: Adding drm device (/dev/dri/card0) card0 /sys/devices/pci0000:00/0000:00:02.0/drm/card0 6148.862 xfree86: Adding drm device (/dev/dri/card0) 6148.862 LoadModule: "modesetting" 6148.862 Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so 6148.862 Module modesetting: vendor="X.Org Foundation" [ 6148.862] compiled for 1.15.0, module version = 0.8.1 [ 6148.862] Module class: X.Org Video Driver [ 6148.862] ABI class: X.Org Video Driver, version 15.0 6148.862 modesetting(G0): using drv /dev/dri/card0 6148.862 modesetting(G0): Depth 24, (==) framebuffer bpp 32 6148.863 modesetting(G0): RGB weight 888 6148.863 modesetting(G0): Default visual is TrueColor 6148.863 modesetting(G0): ShadowFB: preferred YES, enabled YES 6148.863 modesetting(G0): Output LVDS-1-0 has no monitor section 6148.863 modesetting(G0): Output VGA-1-0 has no monitor section 6148.863 modesetting(G0): Output HDMI-1-0 has no monitor section 6148.916 modesetting(G0): Output DisplayPort-1-0 has no monitor section 6148.970 modesetting(G0): Using default gamma of (1.0, 1.0, 1.0) unless otherwise stated. 6148.970 modesetting(G0): DPI set to (96, 96) 6148.970 Loading sub module "fb" 6148.970 LoadModule: "fb" 6148.971 Loading /usr/lib/xorg/modules/libfb.so 6148.971 Module fb: vendor="X.Org Foundation" [ 6148.971] compiled for 1.15.1, module version = 1.0.0 [ 6148.971] ABI class: X.Org ANSI C Emulation, version 0.4 6148.971 Loading sub module "shadow" 6148.971 LoadModule: "shadow" 6148.972 Loading /usr/lib/xorg/modules/libshadow.so 6148.972 Module shadow: vendor="X.Org Foundation" [ 6148.972] compiled for 1.15.1, module version = 1.1.0 [ 6148.972] ABI class: X.Org ANSI C Emulation, version 0.4 6148.972 modesetting(G0): Backing store enabled 6148.972 modesetting(G0): Silken mouse enabled 6148.972 modesetting(G0): RandR 1.2 enabled, ignore the following RandR disabled message. 6148.973 modesetting(G0): DPMS enabled 6149.270 modesetting(G0): Damage tracking initialized [ 6149.270] xf86: found device 1 6149.271 config/udev: Adding input device HDA Intel PCH Mic (/dev/input/event10) 6149.271 No input driver specified, ignoring this device. 6149.271 This device may have been added with another device file. 6149.272 config/udev: Adding input device HDA Intel PCH Headphone (/dev/input/event11) 6149.272 No input driver specified, ignoring this device. 6149.272 This device may have been added with another device file. 6149.272 config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=8 (/dev/input/event7) 6149.272 No input driver specified, ignoring this device. 6149.272 This device may have been added with another device file. 6149.273 config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=7 (/dev/input/event8) 6149.273 No input driver specified, ignoring this device. 6149.273 This device may have been added with another device file. 6149.274 config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=3 (/dev/input/event9) 6149.274 No input driver specified, ignoring this device. 6149.274 This device may have been added with another device file. 6149.274 config/udev: Adding input device Cypress APA Trackpad (cyapa) (/dev/input/event6) 6149.274 Cypress APA Trackpad (cyapa): Applying InputClass "evdev touchpad catchall" 6149.275 Cypress APA Trackpad (cyapa): Applying InputClass "touchpad catchall" 6149.275 Cypress APA Trackpad (cyapa): Applying InputClass "Default clickpad buttons" 6149.275 LoadModule: "synaptics" 6149.275 Loading /usr/lib/xorg/modules/input/synaptics_drv.so 6149.275 Module synaptics: vendor="X.Org Foundation" [ 6149.275] compiled for 1.15.0, module version = 1.7.4 [ 6149.275] Module class: X.Org XInput Driver [ 6149.275] ABI class: X.Org XInput driver, version 20.0 6149.275 Using input driver 'synaptics' for 'Cypress APA Trackpad (cyapa)' 6149.275 Cypress APA Trackpad (cyapa): always reports core events 6149.276 Option "Device" "/dev/input/event6" 6149.307 synaptics: Cypress APA Trackpad (cyapa): found clickpad property 6149.307 synaptics: Cypress APA Trackpad (cyapa): x-axis range 0 - 870 (res 10) 6149.307 synaptics: Cypress APA Trackpad (cyapa): y-axis range 0 - 470 (res 10) 6149.307 synaptics: Cypress APA Trackpad (cyapa): pressure range 0 - 255 6149.307 synaptics: Cypress APA Trackpad (cyapa): device does not report finger width. 6149.307 synaptics: Cypress APA Trackpad (cyapa): buttons: left double triple 6149.307 synaptics: Cypress APA Trackpad (cyapa): Vendor 0 Product 0 6149.307 synaptics: Cypress APA Trackpad (cyapa): invalid finger width range. defaulting to 0 - 15 6149.307 Option "SoftButtonAreas" "50% 0 82% 0 0 0 0 0" 6149.307 synaptics: Cypress APA Trackpad (cyapa): touchpad found 6149.307 Cypress APA Trackpad (cyapa): always reports core events 6149.323 Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1f.3/i2c-7/7-0067/input/input6/event6" 6149.323 XINPUT: Adding extended input device "Cypress APA Trackpad (cyapa)" (type: TOUCHPAD, id 10) 6149.323 synaptics: Cypress APA Trackpad (cyapa): (accel) MinSpeed is now constant deceleration 2.5 6149.323 synaptics: Cypress APA Trackpad (cyapa): (accel) MaxSpeed is now 1.75 6149.323 synaptics: Cypress APA Trackpad (cyapa): (accel) AccelFactor is now 0.202 6149.324 Cypress APA Trackpad (cyapa): (accel) keeping acceleration scheme 1 6149.324 Cypress APA Trackpad (cyapa): (accel) acceleration profile 1 6149.324 Cypress APA Trackpad (cyapa): (accel) acceleration factor: 2.000 6149.324 Cypress APA Trackpad (cyapa): (accel) acceleration threshold: 4 6149.324 synaptics: Cypress APA Trackpad (cyapa): touchpad found 6149.325 config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event5) 6149.325 AT Translated Set 2 keyboard: Applying InputClass "evdev keyboard catchall" 6149.325 Using input driver 'evdev' for 'AT Translated Set 2 keyboard' 6149.325 AT Translated Set 2 keyboard: always reports core events 6149.325 evdev: AT Translated Set 2 keyboard: Device: "/dev/input/event5" 6149.325 evdev: AT Translated Set 2 keyboard: Vendor 0x1 Product 0x1 6149.325 evdev: AT Translated Set 2 keyboard: Found keys 6149.325 evdev: AT Translated Set 2 keyboard: Configuring as keyboard 6149.325 Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input5/event5" 6149.325 XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 11) 6149.325 Option "xkb_rules" "evdev" 6149.325 Option "xkb_model" "pc104" 6149.325 Option "xkb_layout" "us" 6149.326 config/udev: Adding drm device (/dev/dri/card1) card1 /sys/devices/platform/vgem/drm/card1 6149.326 xfree86: Adding drm device (/dev/dri/card1) 6149.326 LoadModule: "modesetting" 6149.327 Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so 6149.327 Module modesetting: vendor="X.Org Foundation" [ 6149.327] compiled for 1.15.0, module version = 0.8.1 [ 6149.327] Module class: X.Org Video Driver [ 6149.327] ABI class: X.Org Video Driver, version 15.0 6149.327 UnloadModule: "modesetting" 6149.327 Unloading modesetting 6149.327 Failed to load module "modesetting" (already loaded, 32708) [ 6149.327] xf86: found device 1 6150.327 intel(0): EDID vendor "CMN", prod id 4377 6150.327 intel(0): Printing DDC gathered Modelines: 6150.327 intel(0): Modeline "1366x768"x0.0 71.00 1366 1407 1434 1500 768 771 775 788 -hsync -vsync (47.3 kHz eP) 6150.593 XKB: reuse xkmfile /var/lib/xkb/server-D378AD8F86E560F712A83EE36E4E5E92C595B9BD.xkm 6152.082 XKB: reuse xkmfile /var/lib/xkb/server-D378AD8F86E560F712A83EE36E4E5E92C595B9BD.xkm 6152.168 XKB: reuse xkmfile /var/lib/xkb/server-D378AD8F86E560F712A83EE36E4E5E92C595B9BD.xkm 6153.124 AIGLX: Suspending AIGLX clients for VT switch 6161.318 AIGLX: Resuming AIGLX clients after VT switch 6161.318 intel(0): switch to mode 1366x768@60.1 on LVDS1 using pipe 0, position (0, 0), rotation normal, reflection none 6161.694 modesetting(G0): EDID vendor "CMN", prod id 4377 6161.694 modesetting(G0): Printing DDC gathered Modelines: 6161.694 modesetting(G0): Modeline "1366x768"x0.0 71.00 1366 1407 1434 1500 768 771 775 788 -hsync -vsync (47.3 kHz eP) 6161.751 synaptics: Cypress APA Trackpad (cyapa): touchpad found 6161.907 XKB: reuse xkmfile /var/lib/xkb/server-D378AD8F86E560F712A83EE36E4E5E92C595B9BD.xkm 6161.960 XKB: reuse xkmfile /var/lib/xkb/server-D378AD8F86E560F712A83EE36E4E5E92C595B9BD.xkm 6161.994 XKB: reuse xkmfile /var/lib/xkb/server-D378AD8F86E560F712A83EE36E4E5E92C595B9BD.xkm 6162.027 XKB: reuse xkmfile /var/lib/xkb/server-D378AD8F86E560F712A83EE36E4E5E92C595B9BD.xkm 6162.073 XKB: reuse xkmfile /var/lib/xkb/server-D378AD8F86E560F712A83EE36E4E5E92C595B9BD.xkm 6163.158 XKB: reuse xkmfile /var/lib/xkb/server-AFD2D98FF09E13019ED2D58EAA41AAC6F99A79C5.xkm 6163.698 AIGLX: Suspending AIGLX clients for VT switch 6171.381 AIGLX: Resuming AIGLX clients after VT switch 6171.381 intel(0): switch to mode 1366x768@60.1 on LVDS1 using pipe 0, position (0, 0), rotation normal, reflection none 6171.781 modesetting(G0): EDID vendor "CMN", prod id 4377 6171.781 modesetting(G0): Printing DDC gathered Modelines: 6171.781 modesetting(G0): Modeline "1366x768"x0.0 71.00 1366 1407 1434 1500 768 771 775 788 -hsync -vsync (47.3 kHz eP) 6171.839 synaptics: Cypress APA Trackpad (cyapa): touchpad found 6171.874 XKB: reuse xkmfile /var/lib/xkb/server-D378AD8F86E560F712A83EE36E4E5E92C595B9BD.xkm 6171.904 XKB: reuse xkmfile /var/lib/xkb/server-D378AD8F86E560F712A83EE36E4E5E92C595B9BD.xkm 6171.928 XKB: reuse xkmfile /var/lib/xkb/server-D378AD8F86E560F712A83EE36E4E5E92C595B9BD.xkm 6171.955 XKB: reuse xkmfile /var/lib/xkb/server-D378AD8F86E560F712A83EE36E4E5E92C595B9BD.xkm 6172.031 XKB: reuse xkmfile /var/lib/xkb/server-D378AD8F86E560F712A83EE36E4E5E92C595B9BD.xkm 6177.245 AIGLX: Suspending AIGLX clients for VT switch 7193.597 AIGLX: Resuming AIGLX clients after VT switch 7193.598 intel(0): switch to mode 1366x768@60.1 on LVDS1 using pipe 0, position (0, 0), rotation normal, reflection none 7193.981 modesetting(G0): EDID vendor "CMN", prod id 4377 7193.981 modesetting(G0): Printing DDC gathered Modelines: 7193.981 modesetting(G0): Modeline "1366x768"x0.0 71.00 1366 1407 1434 1500 768 771 775 788 -hsync -vsync (47.3 kHz eP) 7194.047 synaptics: Cypress APA Trackpad (cyapa): touchpad found 7194.115 XKB: reuse xkmfile /var/lib/xkb/server-D378AD8F86E560F712A83EE36E4E5E92C595B9BD.xkm 7194.147 XKB: reuse xkmfile /var/lib/xkb/server-D378AD8F86E560F712A83EE36E4E5E92C595B9BD.xkm 7194.191 XKB: reuse xkmfile /var/lib/xkb/server-D378AD8F86E560F712A83EE36E4E5E92C595B9BD.xkm 7194.224 XKB: reuse xkmfile /var/lib/xkb/server-D378AD8F86E560F712A83EE36E4E5E92C595B9BD.xkm 7194.289 XKB: reuse xkmfile /var/lib/xkb/server-D378AD8F86E560F712A83EE36E4E5E92C595B9BD.xkm 7195.508 AIGLX: Suspending AIGLX clients for VT switch 7197.586 AIGLX: Resuming AIGLX clients after VT switch 7197.586 intel(0): switch to mode 1366x768@60.1 on LVDS1 using pipe 0, position (0, 0), rotation normal, reflection none 7197.975 modesetting(G0): EDID vendor "CMN", prod id 4377 7197.975 modesetting(G0): Printing DDC gathered Modelines: 7197.975 modesetting(G0): Modeline "1366x768"x0.0 71.00 1366 1407 1434 1500 768 771 775 788 -hsync -vsync (47.3 kHz eP) 7198.036 synaptics: Cypress APA Trackpad (cyapa): touchpad found 7198.143 XKB: reuse xkmfile /var/lib/xkb/server-D378AD8F86E560F712A83EE36E4E5E92C595B9BD.xkm 7198.189 XKB: reuse xkmfile /var/lib/xkb/server-D378AD8F86E560F712A83EE36E4E5E92C595B9BD.xkm 7198.228 XKB: reuse xkmfile /var/lib/xkb/server-D378AD8F86E560F712A83EE36E4E5E92C595B9BD.xkm 7198.266 XKB: reuse xkmfile /var/lib/xkb/server-D378AD8F86E560F712A83EE36E4E5E92C595B9BD.xkm 7198.328 XKB: reuse xkmfile /var/lib/xkb/server-D378AD8F86E560F712A83EE36E4E5E92C595B9BD.xkm 7199.140 AIGLX: Suspending AIGLX clients for VT switch 7208.895 evdev: AT Translated Set 2 keyboard: Close 7208.898 UnloadModule: "evdev" 7208.898 UnloadModule: "synaptics" 7208.898 evdev: Sleep Button: Close 7208.898 UnloadModule: "evdev" 7208.898 evdev: Power Button: Close 7208.898 UnloadModule: "evdev" 7208.899 evdev: Video Bus: Close 7208.899 UnloadModule: "evdev" 7208.899 evdev: Power Button: Close 7208.899 UnloadModule: "evdev" 7208.911 Server terminated successfully (0). Closing log file.

here you have it

realgt commented 9 years ago

I have a similar problem after updating to Chrome 42. However my issue is that the chroot update never finishes because it fails to install linux-image-3.8.11. I can still sudo enter-chroot to get a CLI, but it fails to start Xorg

Reading package lists... Done
Ensuring system is up-to-date...
Reading package lists... Done
Building dependency tree       
Reading state information... Done
Calculating upgrade... Done
The following packages were automatically installed and are no longer required:
  libupstart1 python-pycurl
Use 'apt-get autoremove' to remove them.
The following packages will be upgraded:
  linux-image-3.8.11
1 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
Need to get 0 B/6860 kB of archives.
After this operation, 265 kB of additional disk space will be used.
Preconfiguring packages ...
(Reading database ... 88984 files and directories currently installed.)
Preparing to unpack .../linux-image-3.8.11_20150314_amd64.deb ...
Ok, aborting, since modules for this image already exist.
dpkg: error processing archive /var/cache/apt/archives/linux-image-3.8.11_20150314_amd64.deb (--unpack):
 subprocess new pre-installation script returned error exit status 1
Examining /etc/kernel/postrm.d .
run-parts: executing /etc/kernel/postrm.d/initramfs-tools 3.8.11 /boot/vmlinuz-3.8.11
Errors were encountered while processing:
 /var/cache/apt/archives/linux-image-3.8.11_20150314_amd64.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)
Failed to complete chroot setup.
Unmounting /mnt/stateful_partition/crouton/chroots/trusty...

If i try to startunity from the CLI here is the output:

(trusty)realgt@localhost:~$ startunity

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.8.11 #1 SMP Tue Apr 14 21:10:03 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=2fdf76c8-81f1-2c44-9201-d83b296e0f90/PARTNROFF=1 hashtree=PARTUUID=2fdf76c8-81f1-2c44-9201-d83b296e0f90/PARTNROFF=1 hashstart=2506752 alg=sha1 root_hexdigest=c7621f6d7d7653abbc2456c17558c92d854766c8 salt=c1f266f04eb6be6d421b931b68e5b0ce5f100b919687fe71cbde315e37be56c1" noinitrd vt.global_cursor_default=0 kern_guid=2fdf76c8-81f1-2c44-9201-d83b296e0f90 add_efi_memmap boot=local noresume noswap i915.modeset=1 tpm_tis.force=1 tpm_tis.interrupts=0 nmi_watchdog=panic,lapic iTCO_vendor_support.vendorsupport=3  gpt 
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: "/tmp/Xorg.crouton.1.log", Time: Thu Apr 23 21:09:14 2015
(++) Using config file: "/etc/X11/xorg-dummy.conf"
(==) Using system config directory "/usr/share/X11/xorg.conf.d"
(EE) 
(EE) Backtrace:
(EE) 0: /usr/bin/Xorg (xorg_backtrace+0x48) [0x7f4588feb848]
(EE) 1: /usr/bin/Xorg (0x7f4588e42000+0x1ad539) [0x7f4588fef539]
(EE) 2: /lib/x86_64-linux-gnu/libpthread.so.0 (0x7f4587f3e000+0x10340) [0x7f4587f4e340]
(EE) 3: /usr/bin/Xorg (0x7f4588e42000+0xb57a6) [0x7f4588ef77a6]
(EE) 4: /usr/bin/Xorg (xf86BusProbe+0x9) [0x7f4588ecb099]
(EE) 5: /usr/bin/Xorg (InitOutput+0x74d) [0x7f4588ed96fd]
(EE) 6: /usr/bin/Xorg (0x7f4588e42000+0x59bab) [0x7f4588e9bbab]
(EE) 7: /lib/x86_64-linux-gnu/libc.so.6 (__libc_start_main+0xf5) [0x7f458697eec5]
(EE) 8: /usr/bin/Xorg (0x7f4588e42000+0x451ee) [0x7f4588e871ee]
(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 "/tmp/Xorg.crouton.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

Here is the output of /tmp/Xorg.crouton.1.log

(trusty)realgt@localhost:~$ cat /tmp/Xorg.crouton.1.log
[  8016.146] 
X.Org X Server 1.15.1
Release Date: 2014-04-13
[  8016.146] X Protocol Version 11, Revision 0
[  8016.146] Build Operating System: Linux 3.2.0-76-generic x86_64 Ubuntu
[  8016.146] Current Operating System: Linux localhost 3.8.11 #1 SMP Tue Apr 14 21:10:03 PDT 2015 x86_64
[  8016.146] 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=2fdf76c8-81f1-2c44-9201-d83b296e0f90/PARTNROFF=1 hashtree=PARTUUID=2fdf76c8-81f1-2c44-9201-d83b296e0f90/PARTNROFF=1 hashstart=2506752 alg=sha1 root_hexdigest=c7621f6d7d7653abbc2456c17558c92d854766c8 salt=c1f266f04eb6be6d421b931b68e5b0ce5f100b919687fe71cbde315e37be56c1" noinitrd vt.global_cursor_default=0 kern_guid=2fdf76c8-81f1-2c44-9201-d83b296e0f90 add_efi_memmap boot=local noresume noswap i915.modeset=1 tpm_tis.force=1 tpm_tis.interrupts=0 nmi_watchdog=panic,lapic iTCO_vendor_support.vendorsupport=3  gpt 
[  8016.146] Build Date: 12 February 2015  02:49:29PM
[  8016.146] xorg-server 2:1.15.1-0ubuntu2.7 (For technical support please see http://www.ubuntu.com/support) 
[  8016.146] Current version of pixman: 0.30.2
[  8016.146]    Before reporting problems, check http://wiki.x.org
        to make sure that you have the latest version.
[  8016.146] Markers: (--) probed, (**) from config file, (==) default setting,
        (++) from command line, (!!) notice, (II) informational,
        (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[  8016.146] (++) Log file: "/tmp/Xorg.crouton.1.log", Time: Thu Apr 23 21:09:14 2015
[  8016.147] (++) Using config file: "/etc/X11/xorg-dummy.conf"
[  8016.147] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[  8016.149] (==) ServerLayout "Layout0"
[  8016.149] (**) |-->Screen "Screen0" (0)
[  8016.149] (**) |   |-->Monitor "Monitor0"
[  8016.150] (**) |   |-->Device "Card0"
[  8016.150] (**) Option "DontVTSwitch" "true"
[  8016.150] (**) Option "AllowMouseOpenFail" "true"
[  8016.150] (**) Option "AutoAddDevices" "false"
[  8016.150] (**) Option "AutoEnableDevices" "false"
[  8016.150] (**) Option "AutoAddGPU" "false"
[  8016.150] (**) Not automatically adding devices
[  8016.150] (**) Not automatically enabling devices
[  8016.150] (**) Not automatically adding GPU devices
[  8016.152] (WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
[  8016.152]    Entry deleted from font path.
[  8016.152] (WW) The directory "/usr/share/fonts/X11/100dpi/" does not exist.
[  8016.152]    Entry deleted from font path.
[  8016.153] (WW) The directory "/usr/share/fonts/X11/75dpi/" does not exist.
[  8016.153]    Entry deleted from font path.
[  8016.153] (WW) The directory "/usr/share/fonts/X11/100dpi" does not exist.
[  8016.153]    Entry deleted from font path.
[  8016.153] (WW) The directory "/usr/share/fonts/X11/75dpi" does not exist.
[  8016.153]    Entry deleted from font path.
[  8016.153] (==) FontPath set to:
        /usr/share/fonts/X11/misc,
        /usr/share/fonts/X11/Type1,
        built-ins
[  8016.153] (==) ModulePath set to "/usr/lib/x86_64-linux-gnu/xorg/extra-modules,/usr/lib/xorg/extra-modules,/usr/lib/xorg/modules"
[  8016.153] (==) |-->Input Device "<default pointer>"
[  8016.153] (==) |-->Input Device "<default keyboard>"
[  8016.153] (==) The core pointer device wasn't specified explicitly in the layout.
        Using the default mouse configuration.
[  8016.153] (==) The core keyboard device wasn't specified explicitly in the layout.
        Using the default keyboard configuration.
[  8016.153] (II) Loader magic: 0x7f458926fd40
[  8016.153] (II) Module ABI versions:
[  8016.153]    X.Org ANSI C Emulation: 0.4
[  8016.153]    X.Org Video Driver: 15.0
[  8016.153]    X.Org XInput driver : 20.0
[  8016.153]    X.Org Server Extension : 8.0
[  8016.153] (II) xfree86: Adding drm device (/dev/dri/card0)
[  8016.153] (II) xfree86: Adding drm device (/dev/dri/card1)
[  8016.154] (EE) 
[  8016.154] (EE) Backtrace:
[  8016.154] (EE) 0: /usr/bin/Xorg (xorg_backtrace+0x48) [0x7f4588feb848]
[  8016.154] (EE) 1: /usr/bin/Xorg (0x7f4588e42000+0x1ad539) [0x7f4588fef539]
[  8016.154] (EE) 2: /lib/x86_64-linux-gnu/libpthread.so.0 (0x7f4587f3e000+0x10340) [0x7f4587f4e340]
[  8016.154] (EE) 3: /usr/bin/Xorg (0x7f4588e42000+0xb57a6) [0x7f4588ef77a6]
[  8016.154] (EE) 4: /usr/bin/Xorg (xf86BusProbe+0x9) [0x7f4588ecb099]
[  8016.154] (EE) 5: /usr/bin/Xorg (InitOutput+0x74d) [0x7f4588ed96fd]
[  8016.154] (EE) 6: /usr/bin/Xorg (0x7f4588e42000+0x59bab) [0x7f4588e9bbab]
[  8016.154] (EE) 7: /lib/x86_64-linux-gnu/libc.so.6 (__libc_start_main+0xf5) [0x7f458697eec5]
[  8016.154] (EE) 8: /usr/bin/Xorg (0x7f4588e42000+0x451ee) [0x7f4588e871ee]
[  8016.154] (EE) 
[  8016.154] (EE) Segmentation fault at address 0x0
[  8016.154] (EE) 
Fatal server error:
[  8016.154] (EE) Caught signal 11 (Segmentation fault). Server aborting
[  8016.154] (EE) 
[  8016.154] (EE) 
Please consult the The X.Org Foundation support 
         at http://wiki.x.org
 for help. 
[  8016.154] (EE) Please also check the log file at "/tmp/Xorg.crouton.1.log" for additional information.
[  8016.154] (EE) 
kikohernandez92 commented 9 years ago

Well, I tried with today's crouton build, buuuut still, no dice :/ Gonna try and hook it to a HDTV and see what happens

divx118 commented 9 years ago

@realgt To get around the kernel headers not updating you can do the following:

$ sudo enter-chroot -n trusty
$ sudo apt-get update && sudo apt-get upgrade
$ exit
$ sudo sh ~/Downloads/crouton -n trusty -u
realgt commented 9 years ago

@divx118 thx that worked!

dnschneid commented 9 years ago

Oops, re-opening for @kikohernandez92's issue

divx118 commented 9 years ago

@jmccoy is experiencing the same problem as @kikohernandez92 also a black screen. Both are having the same problem with stable channel parrot which has no freon yet.
Below the output of croutonversion from jmccoy

chronos@localhost / $ sudo enter-chroot -n trusty croutonversion Entering /mnt/stateful_partition/crouton/chroots/trusty... crouton: version 1-20150414182244~master:da478a77 release: trusty architecture: amd64 xmethod: xorg targets: xfce host: version 6812.75.2 (Official Build) stable-channel parrot kernel: Linux localhost 3.4.0 #1 SMP Tue Apr 14 19:01:35 PDT 2015 x86_64 x86_64 x86_64 GNU/Linux freon: no Unmounting /mnt/stateful_partition/crouton/chroots/trusty... Sending SIGTERM to processes under /mnt/stateful_partition/crouton/chroots/trusty…

forresthopkinsa commented 9 years ago

I'm having this problem too. I can't get into Unity at all, but enter-chroot still works.

ERROR: ld.so: object '/usr/local/lib/croutonfreon.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
_XSERVTransmkdir: Owner of /tmp/.X11-unix should be set to root

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.8.11 #1 SMP Tue Apr 14 19:00:14 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=830e042e-53c2-8c49-b995-547d2de5c218/PARTNROFF=1 hashtree=PARTUUID=830e042e-53c2-8c49-b995-547d2de5c218/PARTNROFF=1 hashstart=2506752 alg=sha1 root_hexdigest=d15f2a170bc98e0ae6547fa76a1f0e7c23dde2d0 salt=3b6f2e86371794d43d071f1ab82e2d680ef138dab6a770102cfa3c7505c65fe7" noinitrd vt.global_cursor_default=0 kern_guid=830e042e-53c2-8c49-b995-547d2de5c218 add_efi_memmap boot=local noresume noswap i915.modeset=1 tpm_tis.force=1 tpm_tis.interrupts=0 nmi_watchdog=panic,lapic iTCO_vendor_support.vendorsupport=3  
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: "/tmp/Xorg.crouton.1.log", Time: Fri Apr 24 17:41:36 2015
(==) Using system config directory "/usr/share/X11/xorg.conf.d"
(EE) 
(EE) Backtrace:
(EE) 0: /usr/bin/Xorg (xorg_backtrace+0x48) [0x7f4a1215a848]
(EE) 1: /usr/bin/Xorg (0x7f4a11fb1000+0x1ad539) [0x7f4a1215e539]
(EE) 2: /lib/x86_64-linux-gnu/libpthread.so.0 (0x7f4a110ad000+0x10340) [0x7f4a110bd340]
(EE) 3: /usr/bin/Xorg (0x7f4a11fb1000+0xb57a6) [0x7f4a120667a6]
(EE) 4: /usr/bin/Xorg (xf86BusProbe+0x9) [0x7f4a1203a099]
(EE) 5: /usr/bin/Xorg (InitOutput+0x74d) [0x7f4a120486fd]
(EE) 6: /usr/bin/Xorg (0x7f4a11fb1000+0x59bab) [0x7f4a1200abab]
(EE) 7: /lib/x86_64-linux-gnu/libc.so.6 (__libc_start_main+0xf5) [0x7f4a0faedec5]
(EE) 8: /usr/bin/Xorg (0x7f4a11fb1000+0x451ee) [0x7f4a11ff61ee]
(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 "/tmp/Xorg.crouton.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
forresthopkinsa commented 9 years ago

I don't know if anyone's said this already, but I found another interesting problem that goes along with this.

If I reboot the chromebook, then I can access the dev console UNTIL I try to start unity. After I try using sudo startunity then the dev console is no longer accessible.

I don't know if that helps, but it's something.

EDIT: enter-chroot doesn't show any errors, and I can still access the console after using it.

EDIT 2: okay, sorry for filling up this thread, I'm stupid.

I had a rotten repository that was getting 404 errors every time I tried to use apt-get update. Somehow, that was stopping the rest of the update process every time. So, I removed that repository, and voila! it successfully updated everything. Now Unity works fine.

Tl;dr: check to see if you have any bad repos crashing the updating process.

divx118 commented 9 years ago

@forresthopkinsa Yes, updating your chroot should solve it for you.

kikohernandez92 commented 9 years ago

I can update perfectly, no bad repos or anything, I even installed xiwi to see if it worked, and it does, BUT I need xorg working :/

kikohernandez92 commented 9 years ago

And closing the lid won't work for me either, it just crashes everything

kikohernandez92 commented 9 years ago

Loading extension GLX xf86: found device 1 xf86: found device 1 crouton: version 1-20150423153254~master:2f55723c release: trusty architecture: amd64 xmethod: xorg targets: xorg,xiwi,unity host: version 6812.75.2 (Official Build) stable-channel parrot kernel: Linux localhost 3.4.0 #1 SMP Tue Apr 14 19:01:35 PDT 2015 x86_64 x86_64 x86_64 GNU/Linux freon: no Error: target STRING not available (II) AIGLX: Suspending AIGLX clients for VT switch Error: target STRING not available [dix] couldn't enable device 10 Error: target STRING not available (II) AIGLX: Suspending AIGLX clients for VT switch Error: target STRING not available Error: target STRING not available Error: target STRING not available

This happens while using CROSH, if I use dev console (ctrl-alt-F2) and then call the chroot, I get a flash of my unity desktop and then black screen

EDIT: I had the idea to plug my HDMI cable in the black screen, and suddenly everything went back to normal, xorg opened and I could see my desktop, so I think xorg is prioritizing external displays. Also, how can I remove the extensions and xiwi targets?

divx118 commented 9 years ago

@kikohernandez92 Well one way is to go to beta channel for now. See #1644 however there is another issue with that switching won't work very good. Maybe dev channel is already on freon, you could try that. Switching to beta or dev is no problem and can be done without a powerwash. However switching back will require a powerwash, so be sure you backup your chroot and any other important files.

kikohernandez92 commented 9 years ago

Halfway there with beta update, minor bug that chroot has 2 displays, even when the external is unplugged and, still no freon, but I can finally get to my chroot as usual, Chrome 43 beta channel

REVOLTA809 commented 9 years ago

i have the same problem

REVOLTA809 commented 9 years ago

sudo startunity Entering /mnt/stateful_partition/crouton/chroots/trusty...

_XSERVTransmkdir: Owner of /tmp/.X11-unix should be set to root

X.Org X Server 1.17.1 Release Date: 2015-02-10 X Protocol Version 11, Revision 0 Build Operating System: Linux 3.2.0-61-generic x86_64 Ubuntu Current Operating System: Linux localhost 3.8.11 #1 SMP Sun Jun 21 16:19:28 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=6e099a7e-8a2c-c942-a63d-4fdf65b313a3/PARTNROFF=1 hashtree=PARTUUID=6e099a7e-8a2c-c942-a63d-4fdf65b313a3/PARTNROFF=1 hashstart=2506752 alg=sha1 root_hexdigest=ee77df0b037e42c5bfa5674ba3387d97ce27e13f salt=aee234476e505c880d9bf1208f7f9971c280d335aaa58cbee9ecacc42e23fc96" noinitrd vt.global_cursor_default=0 kern_guid=6e099a7e-8a2c-c942-a63d-4fdf65b313a3 add_efi_memmap boot=local noresume noswap i915.modeset=1 tpm_tis.force=1 tpm_tis.interrupts=0 nmi_watchdog=panic,lapic iTCO_vendor_support.vendorsupport=3
Build Date: 19 March 2015 09:26:59AM xorg-server 2:1.17.1-0ubuntu3 (For technical support please see http://www.ubuntu.com/support) Current version of pixman: 0.32.6 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: "/tmp/Xorg.crouton.1.log", Time: Sat Jul 4 00:34:54 2015 (==) Using system config directory "/usr/share/X11/xorg.conf.d" (EE) (EE) Backtrace: (EE) 0: /usr/bin/Xorg (xorg_backtrace+0x56) 0x7f90180c2556 1: /usr/bin/Xorg (0x7f9017f0f000+0x1b7749) 0x7f90180c6749 2: /lib/x86_64-linux-gnu/libc.so.6 (0x7f90159d2000+0x352f0) 0x7f9015a072f0 3: /usr/bin/Xorg (0x7f9017f0f000+0xb9879) 0x7f9017fc8879 4: /usr/bin/Xorg (xf86BusProbe+0x9) 0x7f9017f9b239 5: /usr/bin/Xorg (InitOutput+0x734) 0x7f9017fa9d34 6: /usr/bin/Xorg (0x7f9017f0f000+0x5c0aa) 0x7f9017f6b0aa 7: /lib/x86_64-linux-gnu/libc.so.6 (__libc_start_main+0xf0) 0x7f90159f2a40 8: /usr/bin/Xorg (0x7f9017f0f000+0x4662e) 0x7f9017f5562e (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 "/tmp/Xorg.crouton.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 Unmounting /mnt/stateful_partition/crouton/chroots/trusty... Sending SIGTERM to processes under /mnt/stateful_partition/crouton/chroots/trusty...

forresthopkinsa commented 9 years ago

@REVOLTA809 Just try doing sudo rm /tmp/.X11-unix

(Hopefully that will refresh the file)

divx118 commented 9 years ago

@REVOLTA809 Just update your chroot, see https://github.com/dnschneid/crouton/wiki/Common-issues-and-reporting on how to do it.

REVOLTA809 commented 9 years ago

@divx118 still did not work now look what i get when the process is finished

sudo sh ~/Downloads/crouton -n trusty -u Downloading latest crouton installer... ######################################################################## 100.0% Migrating data from legacy chroots directory /usr/local/chroots to /mnt/stateful_partition/crouton/chroots... /usr/local/chroots/trusty already exists; updating it... WARNING: vivid is an unsupported release. You will likely run into issues, but things may work with some effort. If this is a surprise to you, vivid has probably reached end of life. Refer to https://goo.gl/Z5LGVD for upgrade instructions. Preparing chroot environment... Installing brightness into the chroot... Installing croutonpowerd into the chroot... Installing croutonversion into the chroot... Installing host-dbus into the chroot... Installing host-x11 into the chroot... Installing volume into the chroot... Installing pulseaudio-default.pa into the chroot... Installing croutoncycle into the chroot... Installing croutontriggerd into the chroot... Installing croutonxinitrc-wrapper into the chroot... Installing setres into the chroot... Installing xinit into the chroot... Installing xbindkeysrc.scm into the chroot... Installing xorg-intel-sna.conf into the chroot... Installing xserverrc into the chroot... Installing xserverrc-xorg into the chroot... Installing xserverrc-local.example into the chroot... Installing startunity into the host... Installing crouton-noroot into the chroot... Installing startunity into the chroot... Installing gnome-session-wrapper into the chroot... Installing crouton-unity-autostart into the chroot... Installing unity-autostart.desktop into the chroot... Installing unity-profiled into the chroot... Installing enter-chroot into the host... Installing delete-chroot into the host... Installing edit-chroot into the host... Installing mount-chroot into the host... Installing unmount-chroot into the host... Installing crash_reporter_wrapper into the host... Installing target core... Preparing environment... Preparing software sources... Ign http://archive.ubuntu.com vivid InRelease Ign http://archive.ubuntu.com vivid-updates InRelease Ign http://archive.ubuntu.com vivid-security InRelease Hit http://archive.ubuntu.com vivid Release.gpg Get:1 http://archive.ubuntu.com vivid-updates Release.gpg [933 B] Get:2 http://archive.ubuntu.com vivid-security Release.gpg [933 B] Hit http://archive.ubuntu.com vivid Release Get:3 http://archive.ubuntu.com vivid-updates Release [63.5 kB] Get:4 http://archive.ubuntu.com vivid-security Release [63.5 kB] Get:5 http://archive.ubuntu.com vivid-updates/main Sources [52.7 kB] Get:6 http://archive.ubuntu.com vivid-updates/restricted Sources [28 B] Get:7 http://archive.ubuntu.com vivid-updates/universe Sources [24.8 kB] Get:8 http://archive.ubuntu.com vivid-updates/multiverse Sources [1968 B] Get:9 http://archive.ubuntu.com vivid-updates/main amd64 Packages [121 kB] Get:10 http://archive.ubuntu.com vivid-updates/restricted amd64 Packages [28 B]
Get:11 http://archive.ubuntu.com vivid-updates/universe amd64 Packages [71.3 kB]
Get:12 http://archive.ubuntu.com vivid-updates/multiverse amd64 Packages [3497 B]
Get:13 http://archive.ubuntu.com vivid-updates/main i386 Packages [121 kB]
Get:14 http://archive.ubuntu.com vivid-updates/restricted i386 Packages [28 B]
Get:15 http://archive.ubuntu.com vivid-updates/universe i386 Packages [71.3 kB]
Get:16 http://archive.ubuntu.com vivid-updates/multiverse i386 Packages [3684 B]
Get:17 http://archive.ubuntu.com vivid-security/main Sources [22.5 kB]
Get:18 http://archive.ubuntu.com vivid-security/restricted Sources [28 B]
Get:19 http://archive.ubuntu.com vivid-security/universe Sources [12.3 kB]
Get:20 http://archive.ubuntu.com vivid-security/multiverse Sources [1968 B]
Get:21 http://archive.ubuntu.com vivid-security/main amd64 Packages [68.6 kB]
Get:22 http://archive.ubuntu.com vivid-security/restricted amd64 Packages [28 B]
Get:23 http://archive.ubuntu.com vivid-security/universe amd64 Packages [36.8 kB]
Get:24 http://archive.ubuntu.com vivid-security/multiverse amd64 Packages [3497 B]
Get:25 http://archive.ubuntu.com vivid-security/main i386 Packages [68.0 kB]
Get:26 http://archive.ubuntu.com vivid-security/restricted i386 Packages [28 B]
Get:27 http://archive.ubuntu.com vivid-security/universe i386 Packages [36.8 kB]
Get:28 http://archive.ubuntu.com vivid-security/multiverse i386 Packages [3684 B]
Hit http://archive.ubuntu.com vivid/main Sources
Hit http://archive.ubuntu.com vivid/restricted Sources
Hit http://archive.ubuntu.com vivid/universe Sources
Hit http://archive.ubuntu.com vivid/multiverse Sources
Hit http://archive.ubuntu.com vivid/main amd64 Packages
Hit http://archive.ubuntu.com vivid/restricted amd64 Packages
Hit http://archive.ubuntu.com vivid/universe amd64 Packages
Hit http://archive.ubuntu.com vivid/multiverse amd64 Packages
Hit http://archive.ubuntu.com vivid/main i386 Packages
Hit http://archive.ubuntu.com vivid/restricted i386 Packages
Hit http://archive.ubuntu.com vivid/universe i386 Packages
Hit http://archive.ubuntu.com vivid/multiverse i386 Packages
Hit http://archive.ubuntu.com vivid/main Translation-en
Hit http://archive.ubuntu.com vivid/multiverse Translation-en
Hit http://archive.ubuntu.com vivid/restricted Translation-en
Hit http://archive.ubuntu.com vivid/universe Translation-en
Hit http://archive.ubuntu.com vivid-updates/main Translation-en
Hit http://archive.ubuntu.com vivid-updates/multiverse Translation-en
Hit http://archive.ubuntu.com vivid-updates/restricted Translation-en
Hit http://archive.ubuntu.com vivid-updates/universe Translation-en
Hit http://archive.ubuntu.com vivid-security/main Translation-en
Hit http://archive.ubuntu.com vivid-security/multiverse Translation-en
Hit http://archive.ubuntu.com vivid-security/restricted Translation-en
Hit http://archive.ubuntu.com vivid-security/universe Translation-en
Fetched 854 kB in 19s (42.8 kB/s)
Reading package lists... Done Ensuring system is up-to-date... Reading package lists... Done Building dependency tree
Reading state information... Done Calculating upgrade... Done 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. Reading package lists... Done Building dependency tree
Reading state information... Done apt-transport-https is already the newest version. sudo is already the newest version. wget is already the newest version. ca-certificates is already the newest version. 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. Generating locales... en_US.UTF-8... up-to-date Generation complete. Generating locales... en_US.UTF-8... up-to-date Generation complete. Syncing timezone... Installing target audio... Fetching CRAS (branch 103c37a8bf17ea65d590acd56f5d1a1778d27b1e)... --2015-07-04 15:50:54-- https://chromium.googlesource.com/chromiumos/third_party/adhd/+archive/103c37a8bf17ea65d590acd56f5d1a1778d27b1e.tar.gz Resolving chromium.googlesource.com (chromium.googlesource.com)... 2607:f8b0:400d:c06::52, 173.194.204.82 Connecting to chromium.googlesource.com (chromium.googlesource.com)|2607:f8b0:400d:c06::52|:443... connected. HTTP request sent, awaiting response... 200 OK Length: unspecified [application/x-gzip] Saving to: '/tmp/crouton-cras.YfONYW/adhd.tar.gz'

 0K .......... .......... .......... .......... ..........  534K
50K .......... .......... .......... .......... ..........  675K

100K .......... .......... .......... .......... .......... 626K 150K .......... .......... .......... .......... .......... 712K 200K .......... .......... .......... .......... .......... 600K 250K .......... .......... .......... .......... .......... 641K 300K .......... .......... .......... .......... .......... 672K 350K .......... .......... .......... .......... .......... 682K 400K .......... .......... .......... .......... ..... 638K=0.7s

2015-07-04 15:50:55 (638 KB/s) - '/tmp/crouton-cras.YfONYW/adhd.tar.gz' saved [456012]

Reading package lists... Done Building dependency tree
Reading state information... Done alsa-utils is already the newest version. libasound2:i386 is already the newest version. libspeexdsp1:i386 is already the newest version. 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. Reading package lists... Done Building dependency tree
Reading state information... Done gcc is already the newest version. gcc-multilib is already the newest version. gcc-multilib set to manually installed. pkg-config is already the newest version. Suggested packages: glibc-doc:i386 manpages-dev:i386 speex:i386 The following NEW packages will be installed: libc6-dev:i386 libspeex-dev:i386 libspeex1:i386 libspeexdsp-dev:i386 linux-libc-dev:i386 0 upgraded, 5 newly installed, 0 to remove and 0 not upgraded. Need to get 2600 kB of archives. After this operation, 13.6 MB of additional disk space will be used. Get:1 http://archive.ubuntu.com/ubuntu/ vivid/main libspeex1 i386 1.2~rc1.1-1ubuntu1 [87.4 kB] Get:2 http://archive.ubuntu.com/ubuntu/ vivid-updates/main linux-libc-dev i386 3.19.0-21.21 [799 kB] Get:3 http://archive.ubuntu.com/ubuntu/ vivid/main libc6-dev i386 2.21-0ubuntu4 [1615 kB] Get:4 http://archive.ubuntu.com/ubuntu/ vivid/main libspeex-dev i386 1.2~rc1.1-1ubuntu1 [56.3 kB]
Get:5 http://archive.ubuntu.com/ubuntu/ vivid/main libspeexdsp-dev i386 1.2~rc1.1-1ubuntu1 [42.1 kB]
Fetched 2600 kB in 12s (212 kB/s)
Selecting previously unselected package libspeex1:i386. (Reading database ... 75852 files and directories currently installed.) Preparing to unpack .../libspeex1_1.2~rc1.1-1ubuntu1_i386.deb ... Unpacking libspeex1:i386 (1.2~rc1.1-1ubuntu1) ... Selecting previously unselected package linux-libc-dev:i386. Preparing to unpack .../linux-libc-dev_3.19.0-21.21_i386.deb ... Unpacking linux-libc-dev:i386 (3.19.0-21.21) ... Selecting previously unselected package libc6-dev:i386. Preparing to unpack .../libc6-dev_2.21-0ubuntu4_i386.deb ... Unpacking libc6-dev:i386 (2.21-0ubuntu4) ... Selecting previously unselected package libspeex-dev:i386. Preparing to unpack .../libspeex-dev_1.2~rc1.1-1ubuntu1_i386.deb ... Unpacking libspeex-dev:i386 (1.2~rc1.1-1ubuntu1) ... Selecting previously unselected package libspeexdsp-dev:i386. Preparing to unpack .../libspeexdsp-dev_1.2~rc1.1-1ubuntu1_i386.deb ... Unpacking libspeexdsp-dev:i386 (1.2~rc1.1-1ubuntu1) ... Setting up libspeex1:i386 (1.2~rc1.1-1ubuntu1) ... Setting up linux-libc-dev:i386 (3.19.0-21.21) ... Setting up libc6-dev:i386 (2.21-0ubuntu4) ... Setting up libspeex-dev:i386 (1.2~rc1.1-1ubuntu1) ... Setting up libspeexdsp-dev:i386 (1.2~rc1.1-1ubuntu1) ... Processing triggers for libc-bin (2.21-0ubuntu4) ... libc6-dev:i386 set to automatically installed. libspeexdsp-dev:i386 set to automatically installed. Reading package lists... Done Building dependency tree
Reading state information... Done The following packages were automatically installed and are no longer required: libc6-dev:i386 libspeex-dev:i386 libspeex1:i386 libspeexdsp-dev:i386 linux-libc-dev:i386 Use 'apt-get autoremove' to remove them. Suggested packages: libasound2-doc:i386 The following NEW packages will be installed: libasound2-dev:i386 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. Need to get 55.6 kB of archives. After this operation, 445 kB of additional disk space will be used. Get:1 http://archive.ubuntu.com/ubuntu/ vivid/main libasound2-dev i386 1.0.28-1 [55.6 kB] Fetched 55.6 kB in 0s (130 kB/s)
Selecting previously unselected package libasound2-dev:i386. (Reading database ... 76186 files and directories currently installed.) Preparing to unpack .../libasound2-dev_1.0.28-1_i386.deb ... Unpacking libasound2-dev:i386 (1.0.28-1) ... Setting up libasound2-dev:i386 (1.0.28-1) ... libasound2-dev:i386 set to automatically installed. Reading package lists... Done Building dependency tree
Reading state information... Done patch is already the newest version. The following packages were automatically installed and are no longer required: libasound2-dev:i386 libc6-dev:i386 libspeex-dev:i386 libspeex1:i386 libspeexdsp-dev:i386 linux-libc-dev:i386 Use 'apt-get autoremove' to remove them. 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. Compiling CRAS (i386)... Installing CRAS... Reading package lists... Done Building dependency tree
Reading state information... Done alsa-utils is already the newest version. libasound2 is already the newest version. libspeexdsp1 is already the newest version. The following packages were automatically installed and are no longer required: libasound2-dev:i386 libc6-dev:i386 libspeex-dev:i386 libspeex1:i386 libspeexdsp-dev:i386 linux-libc-dev:i386 Use 'apt-get autoremove' to remove them. 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. Reading package lists... Done Building dependency tree
Reading state information... Done gcc is already the newest version. libc6-dev is already the newest version. libspeexdsp-dev is already the newest version. pkg-config is already the newest version. The following packages were automatically installed and are no longer required: libasound2-dev:i386 libc6-dev:i386 libspeex-dev:i386 libspeex1:i386 libspeexdsp-dev:i386 linux-libc-dev:i386 Use 'apt-get autoremove' to remove them. 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. Reading package lists... Done Building dependency tree
Reading state information... Done libasound2-dev is already the newest version. The following packages were automatically installed and are no longer required: libasound2-dev:i386 libc6-dev:i386 libspeex-dev:i386 libspeex1:i386 libspeexdsp-dev:i386 linux-libc-dev:i386 Use 'apt-get autoremove' to remove them. 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. Reading package lists... Done Building dependency tree
Reading state information... Done patch is already the newest version. The following packages were automatically installed and are no longer required: libasound2-dev:i386 libc6-dev:i386 libspeex-dev:i386 libspeex1:i386 libspeexdsp-dev:i386 linux-libc-dev:i386 Use 'apt-get autoremove' to remove them. 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. Compiling CRAS (native)... Installing CRAS... Installing target xorg... Installing dependencies for /usr/local/lib/croutonfreon.so... Reading package lists... Done Building dependency tree
Reading state information... Done gcc is already the newest version. libc6-dev is already the newest version. The following packages were automatically installed and are no longer required: libasound2-dev:i386 libc6-dev:i386 libspeex-dev:i386 libspeex1:i386 libspeexdsp-dev:i386 linux-libc-dev:i386 Use 'apt-get autoremove' to remove them. 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. Compiling /usr/local/lib/croutonfreon.so... Reading package lists... Done Building dependency tree
Reading state information... Done Package xserver-xorg-video-modesetting is not available, but is referred to by another package. This may mean that the package is missing, has been obsoleted, or is only available from another source However the following packages replace it: xserver-xorg-core:i386 xserver-xorg-core

E: Package 'xserver-xorg-video-modesetting' has no installation candidate Failed to complete chroot setup. Unmounting /mnt/stateful_partition/crouton/chroots/trusty... Sending SIGTERM to processes under /mnt/stateful_partition/crouton/chroots/trusty...

forresthopkinsa commented 9 years ago

WARNING: vivid is an unsupported release. You will likely run into issues, but things may work with some effort.

tonyxue commented 9 years ago

@REVOLTA809

E: Package 'xserver-xorg-video-modesetting' has no installation candidate

See #1829