-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Ubuntu 16.04 (xenial) -- Xorg.wrap: Only console users are allowed to run the X server #2676
Comments
I'm seeing a similar issue under kali-rolling while doing a basic install of xiwi. I found the following to change the permissions, but I then get a different logging error afterwards. The new error is: |
I've been successfully using a workaround for this issue for about a week with no problems so far. It's not ideal since it's effectively a return to the old way of running X as root and then running the DE and WM as the user. It does work though, and maybe someone with more knowledge or free time can use this workaround as the starting point for a better solution. The WorkaroundAll of the following should happen inside the chroot.
Note: Running |
Just so others know, I ran into this problem after installing forensic tools on my chromebook using kali-rolling. Using penntaylor's workaround worked, except, obviously, I put "xfce4" instead of "gnome-session." But activating the desktop still had to be done using "sudo startxfce4 -n chrootname". Trying to activate it using the other commands inside the chroot would just give me a command line inside a window instead of my desktop. |
This is still an issue on Jan 28th, 2017 |
This happened to me in Kali-Rolling just like toman42 just now, also after installing the full Kali system. In order to get it working I had to do step 1 from pennytaylor's steps, afterwards I was able to exit the chroot and enter the sudo startxfce4 command as normal, Xiwi is working normally again as well. |
#2875, most likely (please reopen if I'm mistaken) |
The workaround did not work for me As stated above I can successfully get a gnome desktop going by doing
Any idea how to do something similar for xfce4? Thanks |
Just got the same issue with this chroot setup penntaylor's workaround worked for me :-) with only a minor comment difference:
and with my .xinitrc as Happy, happy!! an old Samsung ARM chromebook is reborn with Debian Stretch Thank you all |
Is there any fic for this in sight? I installed xenial from scratch and am running into this head-first... |
Issue Description:
Installed new xenial chroot after modifying crouton's
gnome
target to refer to packagegnome-session-flashback
rather thangnome-session-fallback
. Installation succeeds, but issuingsudo startgnome
yields:The problem appears to be a permissions issue involving Xorg.wrapper that I don't quite understand. I can successfully get a gnome desktop going by doing
That's not really a usable situation since it means the root user is logged into the desktop (!!!), but it at least shows that X and gnome are not completely broken.
Changing file execution permissions on
Xorg.wrapper
does not seem to change the behavior.I believe this issue is similar to the following issue with the
xserver-xorg-video-dummy
package: https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-dummy/+bug/1589447The text was updated successfully, but these errors were encountered: