drinkcat / chroagh

Chromium OS Archlinux Chroot Environment
BSD 3-Clause "New" or "Revised" License
241 stars 27 forks source link

Error starting x server #47

Closed evrom closed 10 years ago

evrom commented 10 years ago

I get this when using xinit or startx

startx && fluxbox

libudev: udev_has_devtmpfs: name_to_handle_at on /dev: Function not implemented

X.Org X Server 1.16.0
Release Date: 2014-07-16
X Protocol Version 11, Revision 0
Build Operating System: Linux 3.15.5-2-ARCH x86_64 
Current Operating System: Linux localhost 3.10.18 #1 SMP Thu Aug 7 12:47:47 PDT 2014 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=43a321a9-f574-9f45-9f91-24b4ee7d03cf/PARTNROFF=1 hashtree=PARTUUID=43a321a9-f574-9f45-9f91-24b4ee7d03cf/PARTNROFF=1 hashstart=2506752 alg=sha1 root_hexdigest=4093110f2cbe93f080961cf41278a355df5901c2 salt=64b4a4b240201145c350cac6ed46deeeebae00370a70cb693f7e67f9c7b788b0" noinitrd vt.global_cursor_default=0 kern_guid=43a321a9-f574-9f45-9f91-24b4ee7d03cf add_efi_memmap boot=local noresume noswap i915.modeset=1 tpm_tis.force=1 tpm_tis.interrupts=0 nmi_watchdog=panic,lapic 
Build Date: 31 July 2014  11:53:19AM

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: "/var/log/Xorg.1.log", Time: Sun Aug 17 22:06:46 2014
(==) Using system config directory "/usr/share/X11/xorg.conf.d"
libudev: udev_has_devtmpfs: name_to_handle_at on /dev: Function not implemented
libudev: udev_has_devtmpfs: name_to_handle_at on /dev: Function not implemented
Running exit commands...
/usr/bin/xinit: connection to X server lost

waiting for X server to shut down .(EE) Server terminated successfully (0). Closing log file.

Error: Couldn't connect to XServer passing null display
drinkcat commented 10 years ago

Have you tried fetching the latest chroagh installer and updating your chroot? I believe this is fixed in the latest version.

yamadapc commented 10 years ago

I just installed a chroagh chroot and am having this problem...

drinkcat commented 10 years ago

@yamadapc : startx is broken AFAIK. Have you tried xinit?

yamadapc commented 10 years ago

Both fail in the same way. The log is exactly that which is described above. Some libudev problem.

drinkcat commented 10 years ago

Can you post the output of croutonversion? And the content of ~/.xinitrc (if you have one)

yamadapc commented 10 years ago

Oh... I'm so sorry... I just realized I hadn't linked my xinitrc to my home directory. Things work ok now :P (though the error messages still appear).

drinkcat commented 10 years ago

Great. @evanroman please reopen if this is still an issue for you.