Re: Web Polygraph 4.0 for Ubuntu Question
Dmitry Kurochkin <dmitry.kurochkin-LbpN3Auhdh+Rtz+nHKFJDvXmoG9oyoYx@public.gmane.org> Tue, 03 Aug 2010 20:30:07 +0400
| Newsgroups | gmane.comp.web.web-polygraph.user |
|---|---|
| Message-ID | <[email protected]> |
Hi Sean. On Tue, 20 Jul 2010 13:44:49 -0700 (PDT), Sean <swhockey98-/[email protected]> wrote: > Hi, > I recently installed Web Polygraph 4.0 for Ubuntu 10.04. I tried > running the "Simple" package to test basic functionality and followed > the instructions under User Manual. Web Polygraph was installed under > /usr/bin and I am inputting the following once I change directories to > /usr/bin: > $ polygraph-server \ > > --config /usr/bin/polygraph/workloads/simple.pg \ > > --verb_lvl 10 > I am receiving an error saying the path isn't found. I've also tried > typing the config as /usr/local/polygraph/workloads/simple.pg but I am > still getting the same "not found" error. Do you have any suggestions > or troubleshooting steps I should take? In Ubuntu package standard workloads are installed in /usr/share/polygraph/workloads/. Try: $ polygraph-server --config /usr/share/polygraph/workloads/simple.pg --verb_lvl 10 Some standard workloads use includes. To run such workloads you should add --cfg_dirs /usr/share/polygraph/workloads/include parameter. You can get the list of all files (including binaries, man pages and workloads) installed by Web Polygraph package with: $ dpkg -L polygraph Regards, Dmitry > Thanks, > Sean > > > Non-text part: text/html > _______________________________________________ > Users mailing list > Users-mN9fGWdlm5pku/f+YMZH/di2O/[email protected] > http://www.web-polygraph.org/mailman/listinfo/users _______________________________________________ Users mailing list Users-mN9fGWdlm5pku/f+YMZH/di2O/[email protected] http://www.web-polygraph.org/mailman/listinfo/users