[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [hobbit] file monitoring permission problems
- To: hobbit (at) hswn.dk
- Subject: Re: [hobbit] file monitoring permission problems
- From: Ralph Mitchell <ralphmitchell (at) gmail.com>
- Date: Sun, 11 Jan 2009 13:27:24 -0600
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:content-type; bh=aksyVSWgNQ2MSBj9qdsFt+SSCGXFox9T9RP4fyOibFs=; b=DfB/IECyOl7w9bhhi0L3D3ilrvE3/nfww6u8UaaeyU7JWv3djC9e8MOoTIVy9bWo6z QfkmdwXvePqTuUp6G55Zwi0KJPZfW3sE9KQnQFJuQVvknS/K7LzoyQp1A+xIdk7oYhWj L3bhgrSdUHoyE9I07XvFiGJH5IUrOBgqwm2B8=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=eb9nvnBNzr2LhQgsm7GWlUp4f5xJ6fFTXG6jzNCynvRAf3bNh/DXndOJ0MTBbMljBm pA4S5yeDG9qFnFRv7j/2jQnhKtIYRcKqKTYXKtqIbxVB8FvYRCCTy6rK01zE3Mks2ChQ iQ/3b56ILicgV8NLZhdnTymxUbTnA2OFLf2mk=
- References: <20090111121842.9DC896E2CD (at) gateway> <20090111200509.00cb8e60 (at) netstation.linuxnetwork.local>
On Sun, Jan 11, 2009 at 1:05 PM, L.M.J <linuxmasterjedi (at) free.fr> wrote:
> Le Sun, 11 Jan 2009 13:12:20 +0100,
> "Chris" <chris (at) spw.info> a écrit :
>
> > This is confirmed when looking into the client data sent to the server:
> >
> > [file:/opt/oracle/product/j2ee/applications/appl.ear]
> > ERROR: Permission denied
> >
> > Is there an easy workaround without having to change file permissions,
> eg.
> > running the file tests with sudo?
>
> You can add the user "hobbit" to the oracle unix group. I think it's the
> fastest and simplest way
> to fix your issue.
>
That also reduces your database security, and I'll bet your DBAs wouldn't
allow it. Better to have the oracle account run the script from cron and
pick up the output from a neutral location.
Ralph Mitchell