su: user aspseek does not exist aspseek is not a username except in the MySQL table. So I got that above error...
What should I do about that? Thanks, Richard. ----- Original Message ----- From: "Paul Johnson" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, April 22, 2002 4:32 AM Subject: Re: [aseek-users] Error Help with ASPseek... > > This is a multi-part message in MIME format. > > > > > > I am having a problem with this error... > > > > An error occured! > > Can not connect to search daemon > > > > > > I did search the archives and found this response someone had... > > > > normally you start searchd with > > > > searchd -D -R > > > > option -D means start as daemon (in background), -R means restart if searchd > stopss.. > > normally searchd should run in background as service so it waits to answer > requests > > from s.cgi. > > in case that you get the error message, try to look whether searchd is running > > > > ps -ef |grep searchd > > > > if not, that's the problem. maybe update to the latest aspseek version. > > as i said in an older version (not sure anymore which it was), searchd crashed > > on my box very often... > > > > When I try to run searcd -D -R I get this: > > root@azariah [/usr/local/aspseek/sbin]# ./searchd -D -R > > Don't run ./searchd with privileged user/group ID (UID < 11, GID < 11) > > root@azariah [/usr/local/aspseek/sbin]# > > Can someone please help me.... > > > try that: > > su - aspseek > cd /usr/local/aspseek/sbin/ > ./searcd -D -R > > >
