Garrett Reid wrote: > The current machines *are* vanilla installs (brand new installs of > debian etch on both). It was previously suggested that I do a vanilla > perl install (which I did, but didn't help). I followed this tutorial > to get ASSP installed: > http://wiki.koshatul.com/Installing_ASSP_on_Debian > > Do you think daemontools are the problem? I can always set it up with > a /etc/init.d/ entry :) > > I'm just running out of ideas, and I can't keep monitoring and > rebooting servers forever... we all need vacation eventually :) > I use daemontools myself - zero problems with it. My run script (tweak folders as appropriate):
#!/bin/sh exec 2>&1 cd /opt//assp exec perl /opt/assp/assp.pl Neither "AsADaemon" nor "AsAService" should be selected. The best solution to "mysterious" problems with ASSP I've found is to move your current install to a save folder, then perform a totally fresh installation of ASSP (use the current 1.3.5). Configure your network settings. Then (assuming they're worth saving) copy the bayes folders into the new installation. If the problem isn't external to ASSP, i.e. DNS, this will probably fix it. -- Daniel ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ Assp-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/assp-user
