Re: [Assp-user] ASSP Startup in Windows

2007-04-17 Thread Roger Baker
Changing the "As A Service" setting in the ASSP config file did the trick. Once I deactivated that option, it ran fine both from a command line & my other service stub program, using the normal Perl command line. Odd side effect, is I noticed it's using much less memory now. Previously, using t

Re: [Assp-user] ASSP Startup in Windows

2007-04-17 Thread Kevin
Morris, Nate wrote: >>> however, looks like it has the disadvantage that if you close the >>> console >>> window, ASSP is terminated. >> But "perl assp.pl &" prevents that. >> > > That works in *nix and BSD, but not in Windows. There may be a way to do it, > but I haven't taken the time to figure

Re: [Assp-user] ASSP Startup in Windows

2007-04-17 Thread Morris, Nate
> >however, looks like it has the disadvantage that if you close the > >console > >window, ASSP is terminated. > > But "perl assp.pl &" prevents that. > That works in *nix and BSD, but not in Windows. There may be a way to do it, but I haven't taken the time to figure out how. Nate ---

Re: [Assp-user] ASSP Startup in Windows

2007-04-17 Thread Fritz Borgstedt
>however, looks like it has the disadvantage that if you close the >console >window, ASSP is terminated. But "perl assp.pl &" prevents that. fritz - This SF.net email is sponsored by DB2 Express Download DB2 Express C - th

Re: [Assp-user] ASSP Startup in Windows

2007-04-17 Thread Morris, Nate
Make sure that the service isn't already started when you try. Also, I think when you have "Run As A Service" selected, it doesn't run properly from the command line. In assp.cfg, change "AsAService:=1" to "AsAService:=" or uncheck the box in the GUI. >From the command line, I can CD to C:\assp a

Re: [Assp-user] ASSP Startup in Windows

2007-04-16 Thread Kevin
Roger Baker wrote: > I figured out that it was related to Clamd taking long enough to load > the growing 109k plus virus def's to where ASSP was already trying to > connect to it and couldn't until Clamd finished loading def's. My Clamd has 319,399 signatures loaded. I use the sanesecurity defi

Re: [Assp-user] ASSP Startup in Windows

2007-04-16 Thread Kevin
Doug Traylor wrote: > - Original Message - > From: "Roger Baker" <[EMAIL PROTECTED]> > To: > Sent: Monday, April 16, 2007 2:40 PM > Subject: [Assp-user] ASSP Startup in Windows > > >> Anyone know the proper way to launch ASSP from a Windows command >> line when installed in default loca

Re: [Assp-user] ASSP Startup in Windows

2007-04-16 Thread Doug Traylor
- Original Message - From: "Roger Baker" <[EMAIL PROTECTED]> To: Sent: Monday, April 16, 2007 2:40 PM Subject: [Assp-user] ASSP Startup in Windows > Anyone know the proper way to launch ASSP from a Windows command > line when installed in default locations? You can manage existing wind