gpg: failed to create temporary file '/var/lib/lurker/.#lk0x578e7100.hantslug.org.uk.3976': Permission denied
gpg: keyblock resource '/var/lib/lurker/pubring.gpg': Permission denied
gpg: verify signatures failed: Unknown system error
On Wed, 2007-11-21 at 17:33 +0000, Vic wrote:
>
> The thing is - I can't just read argc/argv; I don't have them. I'm not
> writing this in C.
>
> So does anyone know how Linux communicates argc/argv to a process it runs?
> Is there a call I can make or something? Is there a data area I can read?
Could try opening /proc/self/cmdline (by whatever means). Chances are
there's a more elegant way, though.
James