Re: Program runs for "root", not for regular user
spike1_at_freenet.co.uk
Date: 06/15/04
- Next message: Bill Unruh: "Re: no auto computer shutdown without ACPI"
- Previous message: mama san: "FireFox cookies"
- In reply to: Robert Oschler: "Re: Program runs for "root", not for regular user"
- Next in thread: John-Paul Stewart: "Re: Program runs for "root", not for regular user"
- Reply: John-Paul Stewart: "Re: Program runs for "root", not for regular user"
- Reply: Robert Oschler: "Re: Program runs for "root", not for regular user"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Tue, 15 Jun 2004 21:19:19 +0100
Robert Oschler <no_replies@fake_email_address.invalid> did eloquently scribble:
> Spike,
>
> I'm a bit baffled at the moment. You're right, the /home/me-the-user
> directory was indeed set to be owned by "users", although not "me-the-user".
Then change /home/me-the-user so that it IS owned (and all its contents are
owned) by me-the-user.
therein lies all your problems.
chown -R me-the-user /home/me-the-user
> However, setting the permissions to "a+w" did solve the problem (yes I am
> aware that this opens up my home directory to other users).
And set /home/me-the-user back to read/write/execute only by the user
himself.
chmod -R 700 /home/me-the-user
> /home is indeed set to ownership by root with permissions of drwxr-xr-x
>
> komodo, the binary, has permissions: -rwxrwxr-x with root as the owner, and
> is located in /usr/local/Komodo-2.5 which has permissions drwxr-xr-x with
> root as the owner.
>
> However, without the permissions set to "full write" in /home/me-the-user, I
> get a permissions error when komodo tries to write the lock file.
That's because you didn't own your own home directory, which is incredibly
broken and should be fixed.
(You need to be root to chown)
-- ______________________________________________________________________________ | spike1@freenet.co.uk | "I'm alive!!! I can touch! I can taste! | |Andrew Halliwell BSc(hons)| I can SMELL!!! KRYTEN!!! Unpack Rachel and | | in | get out the puncture repair kit!" | | Computer Science | Arnold Judas Rimmer- Red Dwarf | ------------------------------------------------------------------------------
- Next message: Bill Unruh: "Re: no auto computer shutdown without ACPI"
- Previous message: mama san: "FireFox cookies"
- In reply to: Robert Oschler: "Re: Program runs for "root", not for regular user"
- Next in thread: John-Paul Stewart: "Re: Program runs for "root", not for regular user"
- Reply: John-Paul Stewart: "Re: Program runs for "root", not for regular user"
- Reply: Robert Oschler: "Re: Program runs for "root", not for regular user"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|