<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.3.3" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	>
<channel>
	<title>Comments on: Tools</title>
	<link>http://ashmasters.com</link>
	<description>The ASH Masters Demoground</description>
	<pubDate>Fri, 21 Nov 2008 21:49:08 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.3.3</generator>
		<item>
		<title>By: Livio</title>
		<link>http://ashmasters.com/ash-tools/#comment-364</link>
		<dc:creator>Livio</dc:creator>
		<pubDate>Wed, 22 Oct 2008 11:40:38 +0000</pubDate>
		<guid>http://ashmasters.com/ash-tools/#comment-364</guid>
		<description>Hi Kyle;

as a matter of fact, both the db and ashmon were running on Windows XP, SP2. I'll try your suggestion and keep you posted.

Thank you for responding.

Best wishes
Livio</description>
		<content:encoded><![CDATA[<p>Hi Kyle;</p>
<p>as a matter of fact, both the db and ashmon were running on Windows XP, SP2. I&#8217;ll try your suggestion and keep you posted.</p>
<p>Thank you for responding.</p>
<p>Best wishes<br />
Livio</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: khailey</title>
		<link>http://ashmasters.com/ash-tools/#comment-363</link>
		<dc:creator>khailey</dc:creator>
		<pubDate>Tue, 21 Oct 2008 15:40:09 +0000</pubDate>
		<guid>http://ashmasters.com/ash-tools/#comment-363</guid>
		<description>Hi Livio,

    Was this on Windows or Linux?
    You can comment out (by starting the line with a pound sign, # )
           Blt_ZoomStack $graph
In 
     ashmon/funcs/ash_display.tcl

Not sure why this would be missing unless you are on LINUX (which I haven't personally tested). This function isn't required. It allows zooming in and out on the graph. It's a function that comes with the BLT install that is part of the ASHMON install in ashmon/lib/blt2.4/graph.tcl

Best
Kyle</description>
		<content:encoded><![CDATA[<p>Hi Livio,</p>
<p>    Was this on Windows or Linux?<br />
    You can comment out (by starting the line with a pound sign, # )<br />
           Blt_ZoomStack $graph<br />
In<br />
     ashmon/funcs/ash_display.tcl</p>
<p>Not sure why this would be missing unless you are on LINUX (which I haven&#8217;t personally tested). This function isn&#8217;t required. It allows zooming in and out on the graph. It&#8217;s a function that comes with the BLT install that is part of the ASHMON install in ashmon/lib/blt2.4/graph.tcl</p>
<p>Best<br />
Kyle</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Livio</title>
		<link>http://ashmasters.com/ash-tools/#comment-362</link>
		<dc:creator>Livio</dc:creator>
		<pubDate>Tue, 21 Oct 2008 13:42:24 +0000</pubDate>
		<guid>http://ashmasters.com/ash-tools/#comment-362</guid>
		<description>Hi Kyle;

I've tried to run ashmon against an Oracle 10.2.0 database. I've logged in as system and got the following error message:

graphsetup:ERROR: invalid command name "Blt_ZoomStack" !!!!!!!!!!!!!!!!!!!!!!!!!!!!!! 
ash_init: can't read "public(ash,groups)": no such element in array

Connection seemed to be successful. What am I missing?

Thanks and best wishes.

Livio</description>
		<content:encoded><![CDATA[<p>Hi Kyle;</p>
<p>I&#8217;ve tried to run ashmon against an Oracle 10.2.0 database. I&#8217;ve logged in as system and got the following error message:</p>
<p>graphsetup:ERROR: invalid command name &#8220;Blt_ZoomStack&#8221; !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!<br />
ash_init: can&#8217;t read &#8220;public(ash,groups)&#8221;: no such element in array</p>
<p>Connection seemed to be successful. What am I missing?</p>
<p>Thanks and best wishes.</p>
<p>Livio</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: khailey</title>
		<link>http://ashmasters.com/ash-tools/#comment-361</link>
		<dc:creator>khailey</dc:creator>
		<pubDate>Mon, 20 Oct 2008 15:18:04 +0000</pubDate>
		<guid>http://ashmasters.com/ash-tools/#comment-361</guid>
		<description>Hi Remiqiusz,

     I'm glad you like S-ASH and ASHMON. I agree to that Oracle ignored the wait interface and my goal with the performance screens in OEM 10g were to expose the wait interface clearly (they call the "top activity" page the "Kyle Page"). I also wanted access to ASH on all versions without having to pay the license and I wanted a graphic interface in a simple executable instead of the slow big complicated web install of OEM 10g, thus I created ASHMON. Unfortunately I am no longer able to work on ASHMON .
   All the problems/issues you stated are areas of development in ASHMON that have still been left to do. The main problem I think is that SQL Text is only collected once and hour. It should probably be collected every 15-30 seconds for  new SQL. I did try changing  the job period for collecting "get_all" to every 15 seconds but it looked like it used too much resources. What I think should be done is taking the get sql text part out of get_all and run it separately every 15-30 seconds.
   There is no explain plan on 9i because I use the dbms_xplan.display_cursor  which doesn't exist on 9i.  I think get_all collects the explain plan if I recall correctly, so you should be able to display the explain plan from the sash repository.
   The output you see when clicking a wait event or session is the shell for having detailed information on a session or wait. If you click on an IO wait event or buffer busy waits you will see some extra output. 

 Best Wishes
Kyle Hailey</description>
		<content:encoded><![CDATA[<p>Hi Remiqiusz,</p>
<p>     I&#8217;m glad you like S-ASH and ASHMON. I agree to that Oracle ignored the wait interface and my goal with the performance screens in OEM 10g were to expose the wait interface clearly (they call the &#8220;top activity&#8221; page the &#8220;Kyle Page&#8221;). I also wanted access to ASH on all versions without having to pay the license and I wanted a graphic interface in a simple executable instead of the slow big complicated web install of OEM 10g, thus I created ASHMON. Unfortunately I am no longer able to work on ASHMON .<br />
   All the problems/issues you stated are areas of development in ASHMON that have still been left to do. The main problem I think is that SQL Text is only collected once and hour. It should probably be collected every 15-30 seconds for  new SQL. I did try changing  the job period for collecting &#8220;get_all&#8221; to every 15 seconds but it looked like it used too much resources. What I think should be done is taking the get sql text part out of get_all and run it separately every 15-30 seconds.<br />
   There is no explain plan on 9i because I use the dbms_xplan.display_cursor  which doesn&#8217;t exist on 9i.  I think get_all collects the explain plan if I recall correctly, so you should be able to display the explain plan from the sash repository.<br />
   The output you see when clicking a wait event or session is the shell for having detailed information on a session or wait. If you click on an IO wait event or buffer busy waits you will see some extra output. </p>
<p> Best Wishes<br />
Kyle Hailey</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: remigiusz_ash</title>
		<link>http://ashmasters.com/ash-tools/#comment-360</link>
		<dc:creator>remigiusz_ash</dc:creator>
		<pubDate>Mon, 20 Oct 2008 15:12:35 +0000</pubDate>
		<guid>http://ashmasters.com/ash-tools/#comment-360</guid>
		<description>Hi Kyle,

thank you for all the help during the way.

I implemented the S-ASH repository according to described steps.
Separating major blocks into separate files indeed is easier to
understand and implement.

So far I decided to create a separate repository for each database
beeing monitored. That way it is very obvious which database is taking
how much resources on the repository server and I like the separation.
It is a little more fork, because for each new database I have to
create new schema and execute the repo_* scripts but I like it.

Regarding the ashmon utility it is a great tool. I was always feeling
that Oracle does not pays much attention to wait interface and I could
not understand why. That has changed in version 10g but was true in
version 9 and below. As I started my career on version 8 and 9 I was
miising that a lot. Around 5 or 6 years ago I found very easy
interface that visualise the wait statistics - rrdora -
http://home.zonnet.nl/r.vermeer/rrdora/ . It was already someting and
at least I could see the waits that were happening on the database,
with nice and simple pictures, without having to launch statspack, run
traces or looking at v$ views.

Although the rrdora could show me the waits it did not show which
actual statements were causing them. I could only guess, then run the
statspac, then guess again. Ashmon with s-ash is amazing tool that
actually lets me to see what SQLs are causing the waits. I believe it
should always be that way. It is great that we have the that
funcionality in 10g, but it is even better that I can have similar
capabilities on 9i. Thanks again.

What I find strange in ashmon is:
1) It often happens that I do not see the sqltext of the selected
querry. I have noticed that most of the time it helps to run
sash_pkg.get_all on the target host. As it is run every hour it is
sometimes too seldom to see the sqltext of recent sql.

2) It often happens that SQLs visible have 0 values in SQL_ID, SQL
type and plan_hash. It looks like those are the background processes
like LGWR, etc. but it is only a guess.

3) As I run the ashmon with s-ash on 9i databases I believe that the
explain plan functionality is not available for me (I do not see it
anyway)

4) Clicking on waits window gives me:
   working ...
   wait_analysis: event :log file parallel write:
   wait_analysis:  id log file parallel write
   wait_analysis:toto log file
or shows a SQL:
 --ashmon
select
       sum(cnt) over ( partition by ash.sql_id order by sql_id ) tcnt, (...)

what is the point of that?

5) Clicking on user_name window gives me:
   working ...    session id 10,929
but nothing happens.

I suspect that some of the problems are related to 9i dtabase and the
fact, that I actually connect with ashmon to repository database and
not actual database, but just wonted to note the spoted issues.

Thanks again. It is great to know what is going on in my database
right now, and few hours before without the effort to go through
statspack guessing and tracing burden.

You are the man. If you ever visit Poland (where I am living) consider
yourself invited for a party.

Greetings
Remigiusz Boguszewicz</description>
		<content:encoded><![CDATA[<p>Hi Kyle,</p>
<p>thank you for all the help during the way.</p>
<p>I implemented the S-ASH repository according to described steps.<br />
Separating major blocks into separate files indeed is easier to<br />
understand and implement.</p>
<p>So far I decided to create a separate repository for each database<br />
beeing monitored. That way it is very obvious which database is taking<br />
how much resources on the repository server and I like the separation.<br />
It is a little more fork, because for each new database I have to<br />
create new schema and execute the repo_* scripts but I like it.</p>
<p>Regarding the ashmon utility it is a great tool. I was always feeling<br />
that Oracle does not pays much attention to wait interface and I could<br />
not understand why. That has changed in version 10g but was true in<br />
version 9 and below. As I started my career on version 8 and 9 I was<br />
miising that a lot. Around 5 or 6 years ago I found very easy<br />
interface that visualise the wait statistics - rrdora -<br />
<a href="http://home.zonnet.nl/r.vermeer/rrdora/" rel="nofollow">http://home.zonnet.nl/r.vermeer/rrdora/</a> . It was already someting and<br />
at least I could see the waits that were happening on the database,<br />
with nice and simple pictures, without having to launch statspack, run<br />
traces or looking at v$ views.</p>
<p>Although the rrdora could show me the waits it did not show which<br />
actual statements were causing them. I could only guess, then run the<br />
statspac, then guess again. Ashmon with s-ash is amazing tool that<br />
actually lets me to see what SQLs are causing the waits. I believe it<br />
should always be that way. It is great that we have the that<br />
funcionality in 10g, but it is even better that I can have similar<br />
capabilities on 9i. Thanks again.</p>
<p>What I find strange in ashmon is:<br />
1) It often happens that I do not see the sqltext of the selected<br />
querry. I have noticed that most of the time it helps to run<br />
sash_pkg.get_all on the target host. As it is run every hour it is<br />
sometimes too seldom to see the sqltext of recent sql.</p>
<p>2) It often happens that SQLs visible have 0 values in SQL_ID, SQL<br />
type and plan_hash. It looks like those are the background processes<br />
like LGWR, etc. but it is only a guess.</p>
<p>3) As I run the ashmon with s-ash on 9i databases I believe that the<br />
explain plan functionality is not available for me (I do not see it<br />
anyway)</p>
<p>4) Clicking on waits window gives me:<br />
   working &#8230;<br />
   wait_analysis: event :log file parallel write:<br />
   wait_analysis:  id log file parallel write<br />
   wait_analysis:toto log file<br />
or shows a SQL:<br />
 &#8211;ashmon<br />
select<br />
       sum(cnt) over ( partition by ash.sql_id order by sql_id ) tcnt, (&#8230;)</p>
<p>what is the point of that?</p>
<p>5) Clicking on user_name window gives me:<br />
   working &#8230;    session id 10,929<br />
but nothing happens.</p>
<p>I suspect that some of the problems are related to 9i dtabase and the<br />
fact, that I actually connect with ashmon to repository database and<br />
not actual database, but just wonted to note the spoted issues.</p>
<p>Thanks again. It is great to know what is going on in my database<br />
right now, and few hours before without the effort to go through<br />
statspack guessing and tracing burden.</p>
<p>You are the man. If you ever visit Poland (where I am living) consider<br />
yourself invited for a party.</p>
<p>Greetings<br />
Remigiusz Boguszewicz</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: khailey</title>
		<link>http://ashmasters.com/ash-tools/#comment-359</link>
		<dc:creator>khailey</dc:creator>
		<pubDate>Fri, 17 Oct 2008 14:31:55 +0000</pubDate>
		<guid>http://ashmasters.com/ash-tools/#comment-359</guid>
		<description>Linux version of ASHMON available !!

http://www.perfvision.com/ftp/ashmon_linux32.tar.gz

still needs a small change to soft link tile0.7.8 to /usr/share/tcl :
cd /usr/share/tcl8.4
ln -s /opt/ashmon/lib/tile0.7.8 .
lrwxrwxrwx 1 root root 24 2008-10-14 12:27 tile0.7.8 -&gt; /usr/share/tcl/tile0.7.8

Thanks to Simon Coter from Oracle Italy who got it working during my 2 day class this past week in Milan.</description>
		<content:encoded><![CDATA[<p>Linux version of ASHMON available !!</p>
<p><a href="http://www.perfvision.com/ftp/ashmon_linux32.tar.gz" rel="nofollow">http://www.perfvision.com/ftp/ashmon_linux32.tar.gz</a></p>
<p>still needs a small change to soft link tile0.7.8 to /usr/share/tcl :<br />
cd /usr/share/tcl8.4<br />
ln -s /opt/ashmon/lib/tile0.7.8 .<br />
lrwxrwxrwx 1 root root 24 2008-10-14 12:27 tile0.7.8 -> /usr/share/tcl/tile0.7.8</p>
<p>Thanks to Simon Coter from Oracle Italy who got it working during my 2 day class this past week in Milan.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: khailey</title>
		<link>http://ashmasters.com/ash-tools/#comment-355</link>
		<dc:creator>khailey</dc:creator>
		<pubDate>Fri, 10 Oct 2008 10:22:26 +0000</pubDate>
		<guid>http://ashmasters.com/ash-tools/#comment-355</guid>
		<description>We'll, that’s a little farther along. ASHMON now can't find the thread procs.
Along with TK8.4, TCl8.4, BLT 2.4  and ORATCL  you'll need Thread 2.4 and tile 7.8

Thread 2.4
The thread source code is here:http://www.perfvision.com/ftp/tcl/thread24.zip
You need to compile it for your machine.
If you already have the thread 2.4 library and ASHMON isn't finding it then you can force load it with
        load full_path_and_name_of_thread_file
Like on Solaris I could do
        load $env(MON_SHARED_LIB)/libthread2.4.so

Tile 7.8 
Should be available here: http://rpm.pbone.net/index.php3/stat/4/idpl/4616762/com/tcl-tile-0.7.8-alt1.i586.rpm.html</description>
		<content:encoded><![CDATA[<p>We&#8217;ll, that’s a little farther along. ASHMON now can&#8217;t find the thread procs.<br />
Along with TK8.4, TCl8.4, BLT 2.4  and ORATCL  you&#8217;ll need Thread 2.4 and tile 7.8</p>
<p>Thread 2.4<br />
The thread source code is here:http://www.perfvision.com/ftp/tcl/thread24.zip<br />
You need to compile it for your machine.<br />
If you already have the thread 2.4 library and ASHMON isn&#8217;t finding it then you can force load it with<br />
        load full_path_and_name_of_thread_file<br />
Like on Solaris I could do<br />
        load $env(MON_SHARED_LIB)/libthread2.4.so</p>
<p>Tile 7.8<br />
Should be available here: <a href="http://rpm.pbone.net/index.php3/stat/4/idpl/4616762/com/tcl-tile-0.7.8-alt1.i586.rpm.html" rel="nofollow">http://rpm.pbone.net/index.php3/stat/4/idpl/4616762/com/tcl-tile-0.7.8-alt1.i586.rpm.html</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: khailey</title>
		<link>http://ashmasters.com/ash-tools/#comment-353</link>
		<dc:creator>khailey</dc:creator>
		<pubDate>Fri, 10 Oct 2008 10:08:21 +0000</pubDate>
		<guid>http://ashmasters.com/ash-tools/#comment-353</guid>
		<description>Hi Kyle,

thank you for the answer.

I tried at first with standard debian provided packages.

apt-get install tk8.4 tcl8.4 blt tklib

then with the ones provided at your site. At both cases I end up in
the following error:

invalid command name "thread::names"
    while executing
"thread::names "
    (procedure "connect" line 35)
    invoked from within
"connect  "
    invoked from within
".m.f.o.connect.f.b.ok invoke"
    ("uplevel" body line 1)
    invoked from within
"uplevel #0 [list $w invoke]"
    (procedure "tkButtonUp" line 7)
    invoked from within
"tkButtonUp .m.f.o.connect.f.b.ok
"
    (command bound to event)

To be honest I have no idea what could I try next.

I would greatly appreciate any suggestions.

Greetings
Remigiusz Boguszewicz</description>
		<content:encoded><![CDATA[<p>Hi Kyle,</p>
<p>thank you for the answer.</p>
<p>I tried at first with standard debian provided packages.</p>
<p>apt-get install tk8.4 tcl8.4 blt tklib</p>
<p>then with the ones provided at your site. At both cases I end up in<br />
the following error:</p>
<p>invalid command name &#8220;thread::names&#8221;<br />
    while executing<br />
&#8220;thread::names &#8221;<br />
    (procedure &#8220;connect&#8221; line 35)<br />
    invoked from within<br />
&#8220;connect  &#8221;<br />
    invoked from within<br />
&#8220;.m.f.o.connect.f.b.ok invoke&#8221;<br />
    (&#8221;uplevel&#8221; body line 1)<br />
    invoked from within<br />
&#8220;uplevel #0 [list $w invoke]&#8221;<br />
    (procedure &#8220;tkButtonUp&#8221; line 7)<br />
    invoked from within<br />
&#8220;tkButtonUp .m.f.o.connect.f.b.ok<br />
&#8221;<br />
    (command bound to event)</p>
<p>To be honest I have no idea what could I try next.</p>
<p>I would greatly appreciate any suggestions.</p>
<p>Greetings<br />
Remigiusz Boguszewicz</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: khailey</title>
		<link>http://ashmasters.com/ash-tools/#comment-352</link>
		<dc:creator>khailey</dc:creator>
		<pubDate>Fri, 10 Oct 2008 10:06:30 +0000</pubDate>
		<guid>http://ashmasters.com/ash-tools/#comment-352</guid>
		<description>&gt; If you have all the binaries for LINUX, I'd love to get a copy of them. Did
&gt; you find all the binaries on the web or did you have to compile some of
&gt; them? That would be really cool to have it running on LINUX.
&gt; I've only run it on Solaris and Windows.
&gt;
&gt; Glancing at my code, looks like I stopped supporting both windows and UNIX,
&gt; but this should be fixable with just some small  changes to the
&gt; file./funcs/begin.tcl
&gt;
&gt; You'll need to delete these lines
&gt;
&gt;  load $env(MON_SHARED_LIB)/mpexpr1080.dll
&gt;  load $env(MON_SHARED_LIB)/thread24.dll
&gt;  load $env(MON_SHARED_LIB)/tile078.dll
&gt;  set public(oratcl) $env(MON_SHARED_LIB)/oratcl40.dll }
&gt;
&gt; You'll need to add a line for LINUX specifying where the oratcl 4.4 shared
&gt; library is. On Solaris, using oratcl 4.0, the line looked like:
&gt;
&gt;  set public(oratcl) $env(MON_SHARED_LIB)/liboratcl4.0.so
&gt;
&gt; You will also have to delete the lines on ORACLE_HOME for windows (this
&gt; should work automatically on UNIX if ORACLE_HOME is set in the environment):
&gt;
&gt;  # proc Text:insert { args } { puts $args }
&gt;  set orahome "unknown"
&gt;  set path [ split $env(PATH) ";" ]
&gt;  foreach i $path {
&gt;     if {  [ file exists $i/oci.dll ] } {
&gt;        set  orahome $i
&gt;        regsub ".bin.*" $orahome "" orahome
&gt;        Text:insert "ORACLE_HOME is $orahome (first location of oci.dll in
&gt; PATH)"
&gt;        break
&gt;     }
&gt;   }
&gt;   if { $orahome == "unknown" } {
&gt;       Text:insert "ORACLE_HOME not found (no oci.dll in PATH)"
&gt;       Text:insert "setting ORACLE_HOME to $env(MON_HOME)/oracle"
&gt;       set env(ORACLE_HOME) $env(MON_HOME)/oracle
&gt;   }
&gt;
&gt; Best
&gt; Kyle</description>
		<content:encoded><![CDATA[<p>> If you have all the binaries for LINUX, I&#8217;d love to get a copy of them. Did<br />
> you find all the binaries on the web or did you have to compile some of<br />
> them? That would be really cool to have it running on LINUX.<br />
> I&#8217;ve only run it on Solaris and Windows.<br />
><br />
> Glancing at my code, looks like I stopped supporting both windows and UNIX,<br />
> but this should be fixable with just some small  changes to the<br />
> file./funcs/begin.tcl<br />
><br />
> You&#8217;ll need to delete these lines<br />
><br />
>  load $env(MON_SHARED_LIB)/mpexpr1080.dll<br />
>  load $env(MON_SHARED_LIB)/thread24.dll<br />
>  load $env(MON_SHARED_LIB)/tile078.dll<br />
>  set public(oratcl) $env(MON_SHARED_LIB)/oratcl40.dll }<br />
><br />
> You&#8217;ll need to add a line for LINUX specifying where the oratcl 4.4 shared<br />
> library is. On Solaris, using oratcl 4.0, the line looked like:<br />
><br />
>  set public(oratcl) $env(MON_SHARED_LIB)/liboratcl4.0.so<br />
><br />
> You will also have to delete the lines on ORACLE_HOME for windows (this<br />
> should work automatically on UNIX if ORACLE_HOME is set in the environment):<br />
><br />
>  # proc Text:insert { args } { puts $args }<br />
>  set orahome &#8220;unknown&#8221;<br />
>  set path [ split $env(PATH) &#8220;;&#8221; ]<br />
>  foreach i $path {<br />
>     if {  [ file exists $i/oci.dll ] } {<br />
>        set  orahome $i<br />
>        regsub &#8220;.bin.*&#8221; $orahome &#8220;&#8221; orahome<br />
>        Text:insert &#8220;ORACLE_HOME is $orahome (first location of oci.dll in<br />
> PATH)&#8221;<br />
>        break<br />
>     }<br />
>   }<br />
>   if { $orahome == &#8220;unknown&#8221; } {<br />
>       Text:insert &#8220;ORACLE_HOME not found (no oci.dll in PATH)&#8221;<br />
>       Text:insert &#8220;setting ORACLE_HOME to $env(MON_HOME)/oracle&#8221;<br />
>       set env(ORACLE_HOME) $env(MON_HOME)/oracle<br />
>   }<br />
><br />
> Best<br />
> Kyle</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: khailey</title>
		<link>http://ashmasters.com/ash-tools/#comment-351</link>
		<dc:creator>khailey</dc:creator>
		<pubDate>Fri, 10 Oct 2008 10:04:04 +0000</pubDate>
		<guid>http://ashmasters.com/ash-tools/#comment-351</guid>
		<description>&gt; Hello Kyle,
&gt;
&gt; I would trully like to try the ASHMON v2 on my linux debian box,
&gt; hovewer I have problem during launching it.
&gt;
&gt; I believe I have all the blt tcl8.4 tk8.4 oratcl 4.4 and thread 2.4
&gt; but if I try to launch it I only get:
&gt;
&gt; $ cat ./ashmon.bat
&gt; /usr/bin/wish8.4 ../funcs/begin.tcl -colormap new
&gt;
&gt; $ ./ashmon.bat
&gt; Error in startup script: couldn't load file
&gt; "/home/remik/ashmon/bin/mpexpr1080.dll":
&gt; /home/remik/ashmon/bin/mpexpr1080.dll: invalid ELF header
&gt;    while executing
&gt; "load $env(MON_SHARED_LIB)/mpexpr1080.dll"
&gt;    (file "../funcs/begin.tcl" line 165)
&gt;
&gt;
&gt; Can You help?
&gt;
&gt; Greetings
&gt; Remigiusz Boguszewicz</description>
		<content:encoded><![CDATA[<p>> Hello Kyle,<br />
><br />
> I would trully like to try the ASHMON v2 on my linux debian box,<br />
> hovewer I have problem during launching it.<br />
><br />
> I believe I have all the blt tcl8.4 tk8.4 oratcl 4.4 and thread 2.4<br />
> but if I try to launch it I only get:<br />
><br />
> $ cat ./ashmon.bat<br />
> /usr/bin/wish8.4 ../funcs/begin.tcl -colormap new<br />
><br />
> $ ./ashmon.bat<br />
> Error in startup script: couldn&#8217;t load file<br />
> &#8220;/home/remik/ashmon/bin/mpexpr1080.dll&#8221;:<br />
> /home/remik/ashmon/bin/mpexpr1080.dll: invalid ELF header<br />
>    while executing<br />
> &#8220;load $env(MON_SHARED_LIB)/mpexpr1080.dll&#8221;<br />
>    (file &#8220;../funcs/begin.tcl&#8221; line 165)<br />
><br />
><br />
> Can You help?<br />
><br />
> Greetings<br />
> Remigiusz Boguszewicz</p>
]]></content:encoded>
	</item>
</channel>
</rss>
