Linux - SoftwareThis forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
For some reason I just started getting problems when trying to startx.
Code:
battousaix@darkstar:~$ startx
Fatal server error:
Cannot move old log file ("/var/log/Xorg.0.log" to "/var/log/Xorg.0.log.old"
Please consult the The X.Org Foundation support
at http://wiki.X.Org
for help.
giving up.
xinit: No such file or directory (errno 2): unable to connect to X server
xinit: No such process (errno 3): unexpected signal 2.
Update: I checked the privs of the files, deleted the logs, recreated, and logged in a root, and root can startx.
I don't know how much this helps, but this is an AIM conversation with a friend.
Quote:
Battx: Hey, can you login if you have freetime? battx and root passwords are &#($&#
Battx: and IP xx.xxx.xx.xx
Battx: I'll be back in about two hours or so.
Vela: scanning
Vela: fixed
Vela: you needed to change the ownership and permissions of the Xserver
Quote:
Vela: oh, it's a permissioning issue
Battx: What file though?
Vela: the xserver needs to be owned/grouped by root, BUT setuid so you can run it
Battx: What file is that?
Vela: the Xserver, called X or Xorg
Battx: Oh, thanks. So, is that the 4755 chmod?
Vela: or chmod +s
Last edited by BattousaiX; 10-01-2004 at 02:11 PM.
posting to an old thread, but I have to express my thanks.
I'm currently running Arch, loving it, and I was installing a flashplugin for Firefox. During the isntallation, I ran into some errors with permissions and out of frustration I managed to chmod my entire /usr/bin/ folder to the point that sudo didn't work.
I rebooted, and ran into the error of xorg not being able to move one of its files, so I knew it was a permission error, but didn't know what to change. sucks right?
After reading this and using that chmod, all is well. So thank you, a lot.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.