On Fri, 21 Jul 2000, Ed Robitaille wrote:

> Hello,
> I'm having a problem mith my signature program. When I run
> "signature -t ~/signature", I get the error :
>       "Couldn't create /root/.signature as FIFO"
> This program had worked in the past and now it doesn't.
> I run the program as root.
>  Can anyone shed some light, please

It must have something to do with the fact that you're logging in as root
to send e-mail... :)  


But seriously, my guess would be that you have a .signature file already
which is a regular file, and the open command is failing because of that.
It's probably using the O_EXCL option or some such thing (see man 2 open 
if you care).  

But, that's just a guess...

-- 
Derek Martin
System Administrator
Mission Critical Linux
[EMAIL PROTECTED] 


**********************************************************
To unsubscribe from this list, send mail to
[EMAIL PROTECTED] with the following text in the
*body* (*not* the subject line) of the letter:
unsubscribe gnhlug
**********************************************************

Reply via email to