> One last test: Rather than having BPEL run "gpg" directly, perhaps you
> could have it run a shell script that in turn runs "gpg". You should then
> be able to set whatever variables you need prior to the call of gpg from
> within the shell script. You can also enable tracing (set -o xtrace) to
>
ent route. >I decided to create a directory and put the files from ~/.gnupg to /opt/oracle/gpgfiles, my admin edited the .bash_profile to have GNUPGHOME = /opt/oracle/gpgfiles. When I run my process I still get gpg: failed to create temporary file `~/.gnupg/.#lk0x552ac57230.tst-dataexch.3037
>/opt/oracle/gpgfiles. When I run my process I still get gpg: failed to
>create temporary file `~/.gnupg/.#lk0x552ac57230.tst-dataexch.30375': No such
>file or directory gpg: fatal: ~/.gnupg: can't create directory: No such file
>or directory secmem usage: 0/0 bytes
file to have GNUPGHOME =
> /opt/oracle/gpgfiles. When I run my process I still get gpg: failed to
> create temporary file `~/.gnupg/.#lk0x552ac57230.tst-dataexch.30375': No
> such file or directory gpg: fatal: ~/.gnupg: can't create directory: No such
> file or directory secmem usag
Okay I decided to take a different route.
I decided to create a directory and put the files from ~/.gnupg to /opt/oracle/gpgfiles, my admin edited the .bash_profile to have GNUPGHOME = /opt/oracle/gpgfiles. When I run my process I still get gpg: failed to create temporary file `~/.gnupg
On Wed, Feb 04, 2009 at 01:11:05PM -0700, Joseph Oreste Bruni wrote:
> On Feb 4, 2009, at 12:55 PM, lee_an...@bellsouth.net wrote:
> > Here is the bash_profile for oracle
> >
> >
> > -bash-3.00$ more .bash_profile
> > export GNUPGHOME=/opt/oracle/.gnupg
> > export ORACLE_BASE=/opt/oracle
> > export
Hi Lee,
I'm not that familiar with BPEL, so perhaps you can elaborate on it.
When it starts a shell to execute commands as a user (oracle in this
case), does it always launch the shell specified in the user's /etc/
passwd (/bin/bash) or does it simply start a POSIX shell (/bin/sh). If
BPEL
Here is the bash_profile for oracle
-bash-3.00$ more .bash_profile
export GNUPGHOME=/opt/oracle/.gnupg
export ORACLE_BASE=/opt/oracle
export ORACLE_HOME=/opt/oracle/product/10.1.3.1/OracleAS_1
PATH=$PATH:$HOME/bin
export PATH=$PATH:$ORACLE_HOME/bin:$ORACLE_HOME/opmn/bin:/usr/sbin:/usr/loca
od Afternoon,
> > > > I am currently trying to decrypt a file through an automated process
> that is called by a webservice called BPEL. Now in my development
> environment it works
> > great but in my test enviroment I receive the following errors:
> > > > Error stri
hat is called by a webservice called BPEL. Now in my development environment it works > great but in my test enviroment I receive the following errors: > > > Error string = gpg: failed to create temporary file > `~/.gnupg/.#lk0x552ac57230.tst-dataexch.19415': No such file or directo
st enviroment I receive the following errors:
>
> Error string = gpg: failed to create temporary file
> `~/.gnupg/.#lk0x552ac57230.tst-dataexch.19415': No such file or directory
>
> or
>
> Error string = gpg: failed to create temporary file
> `~/.gnupg/.#lk0x552
rently trying to decrypt a file through an automated process > > that is called by a webservice called BPEL. Now in my development > > environment it works great but in my test enviroment I receive the > > following errors: > > > > Error string = gpg: failed to cr
errors:
Error string = gpg: failed to create temporary file
`~/.gnupg/.#lk0x552ac57230.tst-dataexch.19415': No such file or
directory
or
Error string = gpg: failed to create temporary file
`~/.gnupg/.#lk0x552ac57230.tst-dataexch.19127': No such file or
directory gpg: fatal
Good Afternoon,
I am currently trying to decrypt a file through an automated process that is called by a webservice called BPEL. Now in my development environment it works great but in my test enviroment I receive the following errors:
Error string = gpg: failed to create temporary file
Greg Motter wrote:
> Hello all. I'm having issues again. Now I'm not able to create the temporary
> files for some reason.
>
> I guess my first question is, what should the permissions be on all of the
> files? I'd thought it was supposed to be read for everyone write for only
> owner and root and
Hello all. I'm having issues again. Now I'm not able to create the temporary
files for some reason.
gpg: WARNING: unsafe ownership on homedir `xxxxxx'
~gpg: failed to create temporary file `/xxx/.#lk4000d0d8.universe.1881':
Permission denied
~gpg: keyblock resource `/xx
16 matches
Mail list logo