diff options
Diffstat (limited to 'zarb-ml/mageia-discuss/20120611/007760.html')
-rw-r--r-- | zarb-ml/mageia-discuss/20120611/007760.html | 143 |
1 files changed, 143 insertions, 0 deletions
diff --git a/zarb-ml/mageia-discuss/20120611/007760.html b/zarb-ml/mageia-discuss/20120611/007760.html new file mode 100644 index 000000000..14cd5a5f9 --- /dev/null +++ b/zarb-ml/mageia-discuss/20120611/007760.html @@ -0,0 +1,143 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> +<HTML> + <HEAD> + <TITLE> [Mageia-discuss] Need help recovering execute permission on local files + </TITLE> + <LINK REL="Index" HREF="index.html" > + <LINK REL="made" HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20Need%20help%20recovering%20execute%20permission%20on%0A%20local%20files&In-Reply-To=%3C4FD5E4D1.9060702%40gmail.com%3E"> + <META NAME="robots" CONTENT="index,nofollow"> + <META http-equiv="Content-Type" content="text/html; charset=us-ascii"> + <LINK REL="Previous" HREF="007759.html"> + <LINK REL="Next" HREF="007761.html"> + </HEAD> + <BODY BGCOLOR="#ffffff"> + <H1>[Mageia-discuss] Need help recovering execute permission on local files</H1> + <B>Len Lawrence</B> + <A HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20Need%20help%20recovering%20execute%20permission%20on%0A%20local%20files&In-Reply-To=%3C4FD5E4D1.9060702%40gmail.com%3E" + TITLE="[Mageia-discuss] Need help recovering execute permission on local files">tarazed25 at gmail.com + </A><BR> + <I>Mon Jun 11 14:30:09 CEST 2012</I> + <P><UL> + <LI>Previous message: <A HREF="007759.html">[Mageia-discuss] Need help recovering execute permission on local files +</A></li> + <LI>Next message: <A HREF="007761.html">[Mageia-discuss] Need help recovering execute permission on local files +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#7760">[ date ]</a> + <a href="thread.html#7760">[ thread ]</a> + <a href="subject.html#7760">[ subject ]</a> + <a href="author.html#7760">[ author ]</a> + </LI> + </UL> + <HR> +<!--beginarticle--> +<PRE>On 11/06/12 12:28, Doug Laidlaw wrote: +><i> On Mon, 11 Jun 2012 11:33:46 +0100 +</I>><i> Len Lawrence<<A HREF="https://www.mageia.org/mailman/listinfo/mageia-discuss">tarazed25 at gmail.com</A>> wrote: +</I>><i> +</I>>><i> After a warm reboot this morning I found that I no longer had the +</I>>><i> ability to run my own commands even though the permissions are correct +</I>>><i> and ownership is lcl (uid=500). User system commands are OK so +</I>>><i> running a script via ruby for instance works but trying to execute the +</I>>><i> script by itself fails even though it is fully executable. This +</I>>><i> applies to all my local bin commands. Command aliases however do work +</I>>><i> as long as they do not involve running any of my bin files. +</I>>><i> +</I>>><i> Even root cannot execute these bin commands; same message "Permission +</I>>><i> denied". +</I>>><i> +</I>>><i> In addition the system has switched me to autologin. Trying to run +</I>>><i> mcc I was told it cannot be run in console mode (??). If I login as +</I>>><i> su mcc comes up in console mode, which I am not inclined to use. +</I>>><i> +</I>>><i> The hostname on this machine is belexeuli; this does not appear in +</I>>><i> the command prompt: [<A HREF="https://www.mageia.org/mailman/listinfo/mageia-discuss">lcl at localhost</A> ~]$ +</I>>><i> +</I>>><i> After su: [<A HREF="https://www.mageia.org/mailman/listinfo/mageia-discuss">root at belexeuli</A> lcl]# +</I>>><i> +</I>>><i> This may all have something to do with my adding groups and changing +</I>>><i> group ids yesterday in my attempts to implement a viable sudoers +</I>>><i> command. It worked and I could log out and in again without any +</I>>><i> problems. I even managed a reboot without trouble but today is +</I>>><i> another story. +</I>>><i> +</I>>><i> I suspect that solving these multiple problems is beyond my technical +</I>>><i> skill even with help so a full reinstall is probably the best bet. +</I>>><i> However I will await any comments. +</I>>><i> +</I>>><i> Len +</I>>><i> +</I>><i> You say that the permissions are correct, but do they include execute +</I>><i> permissions? The prompt difference may be simply that root's prompt is +</I>><i> no longer the same as a user's prompt. It is set by a config file for +</I>><i> each user. You can see the code for it by typing "echo $PS1" In my +</I>><i> case, that gives "[\u@\h \W]\$" The \h puts in the hostname. You can +</I>><i> change it for the current session by typing at the user prompt: +</I>><i> +</I>><i> PS1="[\u@\h \W]\$" +</I>><i> +</I>><i> You can make that permanent by putting it in your .bash_profile, where +</I>><i> it should override the other at your next login, but really, it is only +</I>><i> a workaround. +</I>><i> +</I>><i> With so many issues, I would do a full reinstall, but more knowledgeable +</I>><i> people tell me it is the easy way out. +</I>><i> +</I>><i> HTH, +</I>><i> +</I>><i> Doug. +</I>Yes, all the commands have execute permission. I have been using my +local bin directory for years and I have never had execute refused so +this must reflect some deep system level screwup relating to lcl and +maybe something in pam.d. That is unknown country for me. +Until yesterday there was no lcl group, only user lcl. The group for +lcl was live, which I have +removed from my group list. live was my primary group, now it is lcl +which I added yesterday. Ownership of my files is now lcl:lcl and in +/home/lcl/bin the permissions are nearly all 755. +Note that I can chmod -x <file> and chmod +x <file> but that does not +change anything. + +I notice that home now contains a "live" directory: /home/live, +ownership lcl:lcl, containing tmp and nothing else. Now that is weird. + +The difference in the root and user prompts is probably related to the +fact that root cannot access the user's X display. I have seen that +sort of thing before when the two have been using different hostnames. +I think that root is now looking at belexeuli:0 whereas the user has for +some reason reverted to localhost:0. Attempts at using the gui by root +throw up protocol errors. + +As you say, a reinstall looks like the best way out. More knowledgeable +people would probably know just where to look for the root of the +problem(s) but even after 21 years experience of Unix and Linux I know +next to nothing about access and security policies. + +Cheers + +Len + + +</PRE> + + +<!--endarticle--> + <HR> + <P><UL> + <!--threads--> + <LI>Previous message: <A HREF="007759.html">[Mageia-discuss] Need help recovering execute permission on local files +</A></li> + <LI>Next message: <A HREF="007761.html">[Mageia-discuss] Need help recovering execute permission on local files +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#7760">[ date ]</a> + <a href="thread.html#7760">[ thread ]</a> + <a href="subject.html#7760">[ subject ]</a> + <a href="author.html#7760">[ author ]</a> + </LI> + </UL> + +<hr> +<a href="https://www.mageia.org/mailman/listinfo/mageia-discuss">More information about the Mageia-discuss +mailing list</a><br> +</body></html> |