Re: [perf-discuss] New release of FIlebench on SourceForge

2009-04-29 Thread fog_is_my_n...@hotmail.com
Hi, just a hint for fellow filebench-linux-installers: i made no progress getting filebench to run on a debian 64bit or ubuntu 32 bit machine (problem stayed the same as above mentioned)... after seeing that joachim suceeded on centOS 5 i tried that too and it runs without problems (so far).

Re: [perf-discuss] New release of FIlebench on SourceForge

2009-04-24 Thread Andrew Wilson
On 04/24/09 05:52 AM, Dearl Neal wrote: Hey Drew.. Thanks for the update on filebench. I have dowloaded and compiled it for use on a sun sparc system. One thing I have noticed about using this tool is that it does not clean up the ipc shared memory segements, active semaphores, or active message

Re: [perf-discuss] New release of FIlebench on SourceForge

2009-04-24 Thread Andrew Wilson
There is code to clean those up, though it doesn't seem to always get run, especially if you quit early. But normally FB does clean all those things up. I suppose it is possible that my new shutdown code broke the cleanup. I'll investigate to see if I have the same cleanup failures you are

Re: [perf-discuss] New release of FIlebench on SourceForge

2009-04-24 Thread Dearl Neal
Hey Drew.. Thanks for the update on filebench. I have dowloaded and compiled it for use on a sun sparc system. One thing I have noticed about using this tool is that it does not clean up the ipc shared memory segements, active semaphores, or active message queues. When I run the db workloads,

Re: [perf-discuss] New release of FIlebench on SourceForge

2009-04-23 Thread Jeffrey Butler
Joachim, I'm also interested in getting filebench running on Centos 5. Any chance that I can get an early version of your patch files? thanks, -jeff -- This message posted from opensolaris.org ___ perf-discuss mailing list perf-discuss@opensolaris.or

Re: [perf-discuss] New release of FIlebench on SourceForge

2009-04-23 Thread fog_is_my_n...@hotmail.com
Hello Joachim, I also am trying to install filebench on linux. Can you please tell me how you managed to compile parser_gram.y ? bison (and every other yacc compatible software i tried) can't compile it on my machine, even though i fixed the surplus semicolons. I always get a bunch of warnings

Re: [perf-discuss] New release of FIlebench on SourceForge

2009-03-26 Thread Joachim Worringen
Joachim Worringen wrote: I succeeded to compile & run filebench on our Linux box (CentOS4) as follows: Actually, it was CentOS *5*. -- Joachim Worringen, Software Architect, Dolphin Interconnect Solutions phone ++49/(0)228/324 08 17 - http://www.dolphinics.com _

Re: [perf-discuss] New release of FIlebench on SourceForge

2009-03-25 Thread Joachim Worringen
Andrew Wilson wrote: FileBench followers, I finally figured out all the nuts and bolts of getting new versions of FileBench into the build environment its SourceForge releases use. So, I have just put up a "Catch up" Release of FileBench v1.4.4, which includes the following: Thanks for yo

Re: [perf-discuss] New release of FIlebench on SourceForge

2009-03-23 Thread Andrew Wilson
Make that: "remove the trailing ';' from lines 1447 and 1527" in the previous message. Lines 1448 and 1528 do need their trailing ';'. Drew On 03/20/09 06:45 AM, Tim Becker wrote: I'm attempting to compile filebench 1.4.4 on sparc with SunStudio 12 and am getting the following error cc: Warni

Re: [perf-discuss] New release of FIlebench on SourceForge

2009-03-23 Thread Andrew Wilson
It appears my compiler didn't catch that bug. Remove the ';' from the end of line 1448 and 1528 in parser_gram.y. I forgot to remove them when I added another line to the expression. The trailing semicolon is supposed to only occur at the end of the last line in both cases. I'll fix that in the

Re: [perf-discuss] New release of FIlebench on SourceForge

2009-03-22 Thread Tim Becker
Solved it. There's an extra ; at the end of lines 1448 and 1528 of filebench/parser_gram.y. After removing those file bench compiles fine. -- This message posted from opensolaris.org ___ perf-discuss mailing list perf-discuss@opensolaris.org

Re: [perf-discuss] New release of FIlebench on SourceForge

2009-03-20 Thread Tim Becker
I'm attempting to compile filebench 1.4.4 on sparc with SunStudio 12 and am getting the following error cc: Warning: -xarch=v9 is deprecated, use -m64 to create 64-bit programs bison -y -d parser_gram.y parser_gram.y:1448.1: syntax error, unexpected "|" parser_gram.y:1528.1: syntax error, unexpec

[perf-discuss] New release of FIlebench on SourceForge

2009-03-18 Thread Andrew Wilson
FileBench followers, I finally figured out all the nuts and bolts of getting new versions of FileBench into the build environment its SourceForge releases use. So, I have just put up a "Catch up" Release of FileBench v1.4.4, which includes the following: - Multi-client support - A Video Se