Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!know!zaphod.mps.ohio-state.edu!julius.cs.uiuc.edu!coolidge From: coolidge@cs.uiuc.edu (John Coolidge) Newsgroups: comp.unix.aux Subject: Re: xinit under A/UX Summary: Check shlib protections Message-ID: <1990Oct10.050231.1645@julius.cs.uiuc.edu> Date: 10 Oct 90 05:02:31 GMT References: <1990Oct4.201703.29437@julius.cs.uiuc.edu> <1990Oct9.041143.24616@julius.cs.uiuc.edu> <11062@hacgate.UUCP> Sender: news@julius.cs.uiuc.edu (USENet News) Reply-To: coolidge@cs.uiuc.edu Organization: U of Illinois, Dept. of Computer Science, Systems Research Group Lines: 22 seth@aic.dpl.scg.hac.com (Seth Goldman 317-5693) writes: >All of a sudden I can't run X as anyone other than >superuser. Somehow I must have trashed the protection >on some file/device/directory. My xinit/XmacII process >quits immediately reporting "killed.". How do I fix this? The most likely bet is that you've messed up the protections on /usr/local/shlib. It, and the files in it, need to be r-xr-xr-x (well, rwxr-xr-x won't hurt :-)). The key is world read-execute -- shared libraries need to be executable as well as readable. If that's not it, check protections on: the clients (obviously), the fonts (the server will die without them), and maybe the other files in /usr/local/X11/lib/X11... --John -------------------------------------------------------------------------- John L. Coolidge Internet:coolidge@cs.uiuc.edu UUCP:uiucdcs!coolidge Of course I don't speak for the U of I (or anyone else except myself) Copyright 1990 John L. Coolidge. Copying allowed if (and only if) attributed. You may redistribute this article if and only if your recipients may as well.