Re: [EXIM] What about setproctitle?

Página superior
Eliminar este mensaje
Responder a este mensaje
Autor: John Henders
Fecha:  
A: exim-users
Temas nuevos: [EXIM] queryprogram shell script?
Asunto: Re: [EXIM] What about setproctitle?
On Fri, Mar 13/98, "Dave C." <djc@???> wrote:
>
> Understood.. FYI, I have found and managed a work-around for my problem
> of exim not having permission to write the processlog.


I also found several problems on Solaris. First, if you have /usr/ucb
first in your path you get the wrong ps. Second, at least the way I run
exim as sendmail, via a symlink from /usr/lib/sendmail to exim/bin/exim,
ps -e shows exim, not sendmail.

I found that substituting this line in exiwhat worked the way I needed
it to.


/usr/ucb/ps -ax| grep sendmai[l] | cut -c1-7 | xargs kill -USR1



-- 
  Artificial Intelligence stands no chance against Natural Stupidity.
            GAT d- -p+(--) c++++ l++ u++ t- m--- W--- !v
                 b+++ e* s-/+ n-(?) h++ f+g+ w+++ y*



--
*** Exim information can be found at http://www.exim.org/ ***