Is anything in your syslog files (/var/log/messages, probably)?


Umm, your log says:

Server broke for <username>, /bin/cpbincads.pl
returned 111 (internal error)

But your run file doesn't call a cpbincads.pl. Are you *sure* that is the run file that is being used? Try turning the service off (svc -d) and back on (svc -u)?


As far as this:

strace -s 1024 -f -p 2>&1 >dump

it says

Ambiguous output redirect.

That's a shell syntax problem. Try running these commands again in bash, or read the man page for your shell to figure out how to redirect stderr.


Hint: the correct syntax is probably strace -s 1024 -f -p >& dump

- Jason Parsons

--

Saffron Solutions, LLC  <http://www.saffron.net>  
        System, Network, and Security Consulting
        E-Commerce, Web Site, and E-Mail Hosting



Reply via email to