I'd guess that /tmp/request_linux_server.tmp exists, but is not readable by
this userid.  I always use the "mktemp" command to generate a unique name. (
mktemp /tmp/request_linux_server.XXXXXXXX ). The name generated is written
to stdout. A file with that name is NOT created, the script must do that.
Sorry, I don't use regina, so I don't know the syntax to use.


--
John McKown
Senior Systems Programmer
UICI Insurance Center
Applications & Solutions Team
+1.817.255.3225

This message (including any attachments) contains confidential information
intended for a specific individual and purpose, and its' content is
protected by law.  If you are not the intended recipient, you should delete
this message and are hereby notified that any disclosure, copying, or
distribution of this transmission, or taking any action based on it, is
strictly prohibited.

> -----Original Message-----
> From: Scully, William P [mailto:[EMAIL PROTECTED]
> Sent: Wednesday, August 06, 2003 1:54 PM
> To: [EMAIL PROTECTED]
> Subject: Using /tmp
>
>
> I'm writing a Regina script and seem to be missing some
> nuance about writing temporary files to the /tmp directory.
> Can anyone comment on what's going wrong here?  (Excerpt from
> Trace Results):
>
>     29 *-* 'rm 'tmpfile
>        >V>   "/tmp/request_linux_server.tmp"
> rm: cannot lstat `/tmp/request_linux_server.tmp': Permission denied
>
> William P. Scully
> Systems Programmer
> Computer Associates International, Inc
> 2291 Wood Oak Drive
> Unit 5-29C
> Herndon, Virginia  20171
>
> Work:  +1 703 708 3976
>

Reply via email to