Although I don't think this is an OS X specific issue I can't find
any place to seek help (there seems to be a GnuPG list but it is
defunct or inactive). If someone knows of a better resource please
let me know.
I have installed GnuPG on a Tiger (10.4.7) server and it seems to
be working fine. I then installed GnuPG::Interface in perl and wrote
a script that tries to decrypt a file. Everything seems to be working
fine and the file gets decrypted. My problem occurs when I try to run
the script in background (cron or nohup). I get an error pointing to
the line that calls the 'decrypt' method. It says "fh is not
defined." I don't have a variable by that name so I don't have a clue
what it is referring to other then it must be in the decrypt method
somewhere. I tried setting $gnupg->options->batch(1); but that did
not help. Can someone help me figure out what is wrong? Thanks.
Dennis Putnam
Sr. IT Systems Administrator
AIM Systems, Inc.
11675 Rainwater Dr., Suite 200
Alpharetta, GA 30004
Phone: 678-240-4112
Main Phone: 678-297-0700
FAX: 678-297-2666 or 770-576-1000
The information contained in this e-mail and any attachments is
strictly confidential. If you are not the intended recipient, any
use, dissemination, distribution, or duplication of any part of this
e-mail or any attachment is prohibited. If you are not the intended
recipient, please notify the sender by return e-mail and delete all
copies, including the attachments.
Joel Rees - 20 Sep 2006 12:59 GMT
> Although I don't think this is an OS X specific issue I can't find
> any place to seek help (there seems to be a GnuPG list but it is
[quoted text clipped - 12 lines]
> (1); but that did not help. Can someone help me figure out what is
> wrong? Thanks.
I can't answer your question, but have you looked at
http://www.gnupg.org/documentation/mailing-lists.html
You will see there that it suggests the archives at
marc.theaimsgroup.com . (Great guys at 10east. Drop them a fiver or
even a C spot or so if you have the chance.) A slow scan through the
Information Security section will turn up the gnupg-whatever lists.
The archives show the lists are active, and marc is searchable.
Dennis Putnam - 20 Sep 2006 13:46 GMT
Thanks and yes I have. Unfortunately all the GnuPG::Interface
questions are more then 5 years old. I found one that appears to be
my problem but it was never answered.
I am trying again there as well.
>> Although I don't think this is an OS X specific issue I can't find
>> any place to seek help (there seems to be a GnuPG list but it is
[quoted text clipped - 22 lines]
> the Information Security section will turn up the gnupg-whatever
> lists. The archives show the lists are active, and marc is searchable.
Dennis Putnam
Sr. IT Systems Administrator
AIM Systems, Inc.
11675 Rainwater Dr., Suite 200
Alpharetta, GA 30004
Phone: 678-240-4112
Main Phone: 678-297-0700
FAX: 678-297-2666 or 770-576-1000
The information contained in this e-mail and any attachments is
strictly confidential. If you are not the intended recipient, any
use, dissemination, distribution, or duplication of any part of this
e-mail or any attachment is prohibited. If you are not the intended
recipient, please notify the sender by return e-mail and delete all
copies, including the attachments.
Wiggins d'Anconia - 24 Sep 2006 20:21 GMT
> Although I don't think this is an OS X specific issue I can't find any
> place to seek help (there seems to be a GnuPG list but it is defunct or
[quoted text clipped - 10 lines]
> tried setting $gnupg->options->batch(1); but that did not help. Can
> someone help me figure out what is wrong? Thanks.
Can you show some code? Note that cron generally runs in a different
environment and may not be detecting the proper home directory which
would likely cause gpg to have issues.
http://danconia.org