From rousskov at measurement-factory.com Tue Aug 3 05:18:17 2010 From: rousskov at measurement-factory.com (Alex Rousskov) Date: Mon, 02 Aug 2010 23:18:17 -0600 Subject: A few messages blocked by mistake Message-ID: <4C57A699.402@measurement-factory.com> Hello, I have discovered a few list messages that were lost in spam and not accepted as they should have been. My apologies. I realize that some of those unprocessed posting are too old to matter now, but if you still have a problem or question, please do not hesitate to re-post, and we will try to do a better job on moderating the list. Thank you, Alex. From dmitry.kurochkin at measurement-factory.com Tue Aug 3 16:30:07 2010 From: dmitry.kurochkin at measurement-factory.com (Dmitry Kurochkin) Date: Tue, 03 Aug 2010 20:30:07 +0400 Subject: Web Polygraph 4.0 for Ubuntu Question In-Reply-To: <660136.54715.qm@web65704.mail.ac4.yahoo.com> References: <660136.54715.qm@web65704.mail.ac4.yahoo.com> Message-ID: <87fwyvzmk0.fsf@gmail.com> Hi Sean. On Tue, 20 Jul 2010 13:44:49 -0700 (PDT), Sean 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 at web-polygraph.org > http://www.web-polygraph.org/mailman/listinfo/users From dmitry.kurochkin at measurement-factory.com Thu Aug 5 15:54:39 2010 From: dmitry.kurochkin at measurement-factory.com (Dmitry Kurochkin) Date: Thu, 05 Aug 2010 19:54:39 +0400 Subject: Help running Web-Polygraph In-Reply-To: References: Message-ID: <87bp9hnjgg.fsf@gmail.com> Hi Blas. On Thu, 17 Jun 2010 11:30:13 -0400, Blas Moreno wrote: > Hello, > > I am trying to run Web-Polygraph on a Mac and Windows machine. I am having > no luck with either OS. Is there some way to get it to run on these OS? > Polygraph used to build and run on Windows, but it was a very long time ago, and we have never optimized it to use Windows APIs such as overlapped I/O. I would not recommend running Polygraph on Windows, but building it using cygwin or similar might be possible. As for Mac, we have no way to test it, but Mac may be reasonably close to a POSIX Unix-like OS to get it working. If you post your specific build problems, we will try to solve them. Please feel free to open a bug at https://launchpad.net/polygraph or email me directly about this problem. If we have a solution, I will post back to the list. Regards, Dmitry > Thanks, > > Blas > > > Notice: This email and any files transmitted with it are confidential and intended solely for the use of the individual or entity to whom they are addressed. Any unauthorized review, use, disclosure or distribution is prohibited. If you are not the intended recipient, please contact the sender by reply e-mail and destroy the message and attachments without retaining a copy. Non-text part: text/html > _______________________________________________ > Users mailing list > Users at web-polygraph.org > http://www.web-polygraph.org/mailman/listinfo/users