Hello, > ps ax | grep searchd <-- see that searchd is running > netstat -l <-- see the port searchd listens on > > If searchd is not running, tail dlog.log file to see the reason why > it has failed.
i ran "ps ax | grep searchd " it gave " 2982 pts/0 S 0:00 grep searchd" it probably means that daemon is running, is it not? "netstat -l" gave list of services, but except searchd. dlog.log didnot have eny error entryes, it only had "ASPSeek started" but after i ran searchd -DR it added "SEGV occured on Tue Oct 8 3:00:0" etc. what SEGV ? Thanks
