drinkcat / chroagh

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

Fatal server error: chroot fails to start #74

Closed Watney closed 9 years ago

Watney commented 9 years ago

Hello,

After I installed the Arch-chroot on my Yoga 11e (dev-channel glimmer_freon, 42.0.2305.2) using the chroagh script, when I run the shortcut/script to launch Arch, it crashes reporting:

(EE) 
Fatal server error:
(EE)
...
/usr/bin/xinit: giving up
/usr/bin/xinit: unable to connect to X server: Connection refused
/usr/bin/xinit: server error

I updated the chroot, tried again, and it generated the same error. Any suggestions? Thanks!

drinkcat commented 9 years ago

Yeah, chroagh needs xiwi support, see #70.

Watney commented 9 years ago

Hello,

Thanks for the reply, but I when I ran the install script, I didn't use either the extension or xiwi targets. Here's my script (from ~/Downloads/drinkcat*):

sudo sh installer/main.sh -r arch -t xfce,keyboard

On Thu, Feb 19, 2015 at 6:58 PM, drinkcat notifications@github.com wrote:

Yeah, chroagh needs xiwi support, see #70 https://github.com/drinkcat/chroagh/issues/70.

— Reply to this email directly or view it on GitHub https://github.com/drinkcat/chroagh/issues/74#issuecomment-75182183.

Watney commented 9 years ago

I'm pretty sure that the issue is that the current crouton doesn't support xorg in Freon. For example, see this https://github.com/dnschneid/crouton/issues/1265

Near the bottom, you can read. I used David's suggestion to successfully install Ubuntu trusty, but the current crouton failed.

dnschneid https://github.com/dnschneid commented 5 days ago https://github.com/dnschneid/crouton/issues/1265#issuecomment-74401120

Keyboard shortcut works now, so the x11_freon branch is getting pretty solid. Please try it out sudo CROUTON_BRANCH=x11_freon sh ~/Downloads/crouton ..

On Thu, Feb 19, 2015 at 7:56 PM, Steve Loosley steve@loosley.com wrote:

Hello,

Thanks for the reply, but I when I ran the install script, I didn't use either the extension or xiwi targets. Here's my script (from ~/Downloads/drinkcat*):

sudo sh installer/main.sh -r arch -t xfce,keyboard

On Thu, Feb 19, 2015 at 6:58 PM, drinkcat notifications@github.com wrote:

Yeah, chroagh needs xiwi support, see #70 https://github.com/drinkcat/chroagh/issues/70.

— Reply to this email directly or view it on GitHub https://github.com/drinkcat/chroagh/issues/74#issuecomment-75182183.

drinkcat commented 9 years ago

Yeah. crouton on freon is currently broken (see https://github.com/dnschneid/crouton/issues/1265, indeed), but a fix is coming very soon.

xiwi is the default on crouton, when using freon. Now that xiwi is available on Arch, you can either use that, or roll back to stable/beta channel that does not use freon (yet).

Watney commented 9 years ago

Thanks!! And, thanks for all of your hard work. You guys rock!! On Feb 20, 2015 4:21 AM, "drinkcat" notifications@github.com wrote:

Yeah. crouton on freon is currently broken (see dnschneid#1265 https://github.com/dnschneid/crouton/issues/1265, indeed), but a fix is coming very soon.

xiwi is the default on crouton, when using freon. Now that xiwi is available on Arch, you can either use that, or roll back to stable/beta channel that does not use freon (yet).

— Reply to this email directly or view it on GitHub https://github.com/drinkcat/chroagh/issues/74#issuecomment-75230045.