[Spambayes] sb_server.py as a daemon

skip at pobox.com skip at pobox.com
Tue Oct 9 15:11:34 CEST 2007


    Laurent> I am trying to us sb_server.py as a daemon.
    ...
    Laurent> and when I run it I got this error message:
    Laurent> ./spambayes start
    Laurent> Starting SpamBayes POP3 proxy: ./spambayes: line 36: action:
    Laurent> command not found

There is apparently something different about your environment and that in
which Fernando Nino developed that start script.  Apparently the action
command is defined in /etc/init.d/functions in Fernando's environment but
not by /lib/lsb/init-functions in your environment.  I suspect the action
command does nothing more than emit a message to stderr.  You can probably
comment it out.  You might look in your system's /etc/init.d scripts to see
how they emit the OK/FAILED blurb when starting services.

Skip


More information about the SpamBayes mailing list