Dear Ming and Gentlemen
Here I get a Linux box with 28 SATA HDDs connected via two HBA cards, when running Iometer from a remote windows client. then I get the errno-10054
"PortTCP:: synchsend() in D:\Devimotr\source\ioportTCP.ccp line 789 errno=10054"
the tricky is that if I only test 24 HDDs, there is no issue happen.
Latest Iometer from .org with change aio_thread from default 2 to 30. # of outstanding I/O =32
So I wondering does anyone ever encounter such issue with >24HDD Iometer testing?
Thanks in advance!
Roc Wu
-----Original Message-----
From:
iometer-user-request@... [mailto:
iometer-user-request@...]
Sent: 2008年10月24日 6:06
To:
iometer-user@...
Subject: Iometer-user Digest, Vol 27, Issue 4
Send Iometer-user mailing list submissions to
iometer-user@...
To subscribe or unsubscribe via the World Wide Web, visit
https://lists.sourceforge.net/lists/listinfo/iometer-useror, via email, send a message with subject or body 'help' to
iometer-user-request@...
You can reach the person managing the list at
iometer-user-owner@...
When replying, please edit your Subject line so it is more specific
than "Re: Contents of Iometer-user digest..."
Today's Topics:
1. Re: 2008-06-22-rc2 is out (Vedran Degoricija)
2. Re: 2008-06-22-rc2 is out (ming zhang)
----------------------------------------------------------------------
Message: 1
Date: Thu, 23 Oct 2008 14:25:18 -0700 (PDT)
From: Vedran Degoricija <
vedrand@...>
Subject: Re: [Iometer-user] 2008-06-22-rc2 is out
To: ming zhang <
ming.zhang.china@...>, R00T SHELL
<
r00t0fallevil@...>
Cc: Iometer Users <
iometer-user@...>
Message-ID: <
25591.93808.qm@...>
Content-Type: text/plain; charset="iso-8859-1"
No, you should find the right syntax for the pragma pack:
http://docs.sun.com/app/docs/doc/805-4955/6j4mg806k?a=viewVed
________________________________
From: ming zhang <
ming.zhang.china@...>
To: R00T SHELL <
r00t0fallevil@...>
Cc: Iometer Users <
iometer-user@...>; Vedran Degoricija <
vedrand@...>
Sent: Thursday, October 23, 2008 2:18:15 PM
Subject: Re: [Iometer-user] 2008-06-22-rc2 is out
i think the only solution here is to remove all these pack, change all structure to naturally 8 byte aligned,...
On Thu, Oct 23, 2008 at 5:15 PM, ming zhang <
ming.zhang.china@...> wrote:
On Thu, Oct 23, 2008 at 5:12 PM, R00T SHELL <
r00t0fallevil@...> wrote:
Ming:
?
The problem is that the Solaris dynamo compiles but fails to enumerate the drives and connect with the GUI.
?
this one you meant rc1 right? yes, because the structure was not aligned same as windows. so fail to exchange data.
this is why we try to align data structure in rc2. and linux works, and i do not have solaris at all...
?
----- Original Message ----
From: ming zhang <
ming.zhang.china@...>
To: R00T SHELL <
r00t0fallevil@...>
Sent: Thursday, October 23, 2008 5:08:33 PM
Subject: Re: [Iometer-user] 2008-06-22-rc2 is out
this is to enforce the structure to be aligned. but if we do not do this, then you have same problem with rc1. no idea, not familiar with solaris. this compile ok with linux. not sure if works on OSX...
On Thu, Oct 23, 2008 at 4:41 PM, R00T SHELL <
r00t0fallevil@...> wrote:
Ming:
RC1compiles but does not work with the Windows GUI.
----- Original Message ----
From: ming zhang <
ming.zhang.china@...>
To: r00t0fallevil <
r00t0fallevil@...>
Cc:
iometer-user@...
Sent: Thursday, October 23, 2008 4:36:56 PM
Subject: Re: [Iometer-user] 2008-06-22-rc2 is out
oops. looks like we used something does not supported in solaris...
but rc1 is ok for you, right?
On Thu, Oct 23, 2008 at 4:27 PM, r00t0fallevil <
r00t0fallevil@...> wrote:
Hi Ming:
Just tried to compile this. This is what I got.
root@alpha:/root/newiometer/iometer-2008-06-22-rc2/src# make -f
Makefile-Solaris.sparc dynamo
g++ -O ?-Wall ?-DIOMTR_OSFAMILY_UNIX -DIOMTR_OS_SOLARIS ?-DIOMTR_CPU_SPARC
-D_LARGEFILE64_SOURCE ?-D_REENTRANT ?-DUSE_NEW_DISCOVERY_MECHANISM
-DFORCE_STRUCT_ALIGN -c IOGlobals.cpp
In file included from IOCommon.h:573,
? ? ? ? ? ? ? ? from IOGlobals.cpp:66:
pack8.h:57: warning: #pragma pack(push[, id], <n>) is not supported on this
target
In file included from IOCommon.h:683,
? ? ? ? ? ? ? ? from IOGlobals.cpp:66:
unpack8.h:57: warning: #pragma pack(pop[, id], <n>) is not supported on this
target
g++ -O ?-Wall ?-DIOMTR_OSFAMILY_UNIX -DIOMTR_OS_SOLARIS ?-DIOMTR_CPU_SPARC
-D_LARGEFILE64_SOURCE ?-D_REENTRANT ?-DUSE_NEW_DISCOVERY_MECHANISM
-DFORCE_STRUCT_ALIGN -c Pulsar.cpp
In file included from IOCommon.h:573,
? ? ? ? ? ? ? ? from Pulsar.cpp:134:
pack8.h:57: warning: #pragma pack(push[, id], <n>) is not supported on this
target
In file included from IOCommon.h:683,
? ? ? ? ? ? ? ? from Pulsar.cpp:134:
unpack8.h:57: warning: #pragma pack(pop[, id], <n>) is not supported on this
target
In file included from IOAccess.h:66,
? ? ? ? ? ? ? ? from IOTest.h:74,
? ? ? ? ? ? ? ? from IOTarget.h:81,
? ? ? ? ? ? ? ? from IOGrunt.h:74,
? ? ? ? ? ? ? ? from IOManager.h:92,
? ? ? ? ? ? ? ? from Pulsar.cpp:135:
pack8.h:57: warning: #pragma pack(push[, id], <n>) is not supported on this
target
In file included from IOAccess.h:95,
? ? ? ? ? ? ? ? from IOTest.h:74,
? ? ? ? ? ? ? ? from IOTarget.h:81,
? ? ? ? ? ? ? ? from IOGrunt.h:74,
? ? ? ? ? ? ? ? from IOManager.h:92,
? ? ? ? ? ? ? ? from Pulsar.cpp:135:
unpack8.h:57: warning: #pragma pack(pop[, id], <n>) is not supported on this
target
In file included from IOTest.h:84,
? ? ? ? ? ? ? ? from IOTarget.h:81,
? ? ? ? ? ? ? ? from IOGrunt.h:74,
? ? ? ? ? ? ? ? from IOManager.h:92,
? ? ? ? ? ? ? ? from Pulsar.cpp:135:
pack8.h:57: warning: #pragma pack(push[, id], <n>) is not supported on this
target
In file included from IOTest.h:277,
? ? ? ? ? ? ? ? from IOTarget.h:81,
? ? ? ? ? ? ? ? from IOGrunt.h:74,
? ? ? ? ? ? ? ? from IOManager.h:92,
? ? ? ? ? ? ? ? from Pulsar.cpp:135:
unpack8.h:57: warning: #pragma pack(pop[, id], <n>) is not supported on this
target
In file included from IOTransfers.h:73,
? ? ? ? ? ? ? ? from IOCQ.h:73,
? ? ? ? ? ? ? ? from IOTarget.h:82,
? ? ? ? ? ? ? ? from IOGrunt.h:74,
? ? ? ? ? ? ? ? from IOManager.h:92,
? ? ? ? ? ? ? ? from Pulsar.cpp:135:
pack8.h:57: warning: #pragma pack(push[, id], <n>) is not supported on this
target
In file included from IOTransfers.h:118,
? ? ? ? ? ? ? ? from IOCQ.h:73,
? ? ? ? ? ? ? ? from IOTarget.h:82,
? ? ? ? ? ? ? ? from IOGrunt.h:74,
? ? ? ? ? ? ? ? from IOManager.h:92,
? ? ? ? ? ? ? ? from Pulsar.cpp:135:
unpack8.h:57: warning: #pragma pack(pop[, id], <n>) is not supported on this
target
In file included from
/usr/local/lib/gcc/sparc-sun-solaris2.10/3.4.6/../../../../include/c++/3.4.6/sstream:640,
? ? ? ? ? ? ? ? from IOPort.h:83,
? ? ? ? ? ? ? ? from IOManager.h:93,
? ? ? ? ? ? ? ? from Pulsar.cpp:135:
/usr/local/lib/gcc/sparc-sun-solaris2.10/3.4.6/../../../../include/c++/3.4.6/bits/sstream.tcc:
In member function `virtual typename std::basic_stringbuf<_CharT, _Traits,
_Alloc>::int_type std::basic_stringbuf<_CharT, _Traits,
_Alloc>::overflow(typename _Traits::int_type)':
/usr/local/lib/gcc/sparc-sun-solaris2.10/3.4.6/../../../../include/c++/3.4.6/bits/sstream.tcc:102:
error: expected unqualified-id before '(' token
/usr/local/lib/gcc/sparc-sun-solaris2.10/3.4.6/../../../../include/c++/3.4.6/bits/sstream.tcc:104:
error: expected unqualified-id before '(' token
In file included from IOMessage.h:119,
? ? ? ? ? ? ? ? from IOPort.h:86,
? ? ? ? ? ? ? ? from IOManager.h:93,
? ? ? ? ? ? ? ? from Pulsar.cpp:135:
pack8.h: At global scope:
pack8.h:57: warning: #pragma pack(push[, id], <n>) is not supported on this
target
In file included from IOMessage.h:157,
? ? ? ? ? ? ? ? from IOPort.h:86,
? ? ? ? ? ? ? ? from IOManager.h:93,
? ? ? ? ? ? ? ? from Pulsar.cpp:135:
unpack8.h:57: warning: #pragma pack(pop[, id], <n>) is not supported on this
target
In file included from IOPerformance.h:155,
? ? ? ? ? ? ? ? from IOManager.h:94,
? ? ? ? ? ? ? ? from Pulsar.cpp:135:
pack8.h:57: warning: #pragma pack(push[, id], <n>) is not supported on this
target
In file included from IOPerformance.h:166,
? ? ? ? ? ? ? ? from IOManager.h:94,
? ? ? ? ? ? ? ? from Pulsar.cpp:135:
unpack8.h:57: warning: #pragma pack(pop[, id], <n>) is not supported on this
target
*** Error code 1
make: Fatal error: Command failed for target `Pulsar.o'
root@alpha:/root/newiometer/iometer-2008-06-22-rc2/src#
Any advice here?
Thanks!
ming.zhang.china wrote:
>
> Hi All
>
> 2008-06-22-rc2 is out. Please try it and see if works well for you. We
> will release final stable version if this rc version is ok.
>
>
> iometer team
>
> -------------------------------------------------------------------------
> This SF.Net email is sponsored by the Moblin Your Move Developer's
> challenge
> Build the coolest Linux based applications with Moblin SDK & win great
> prizes
> Grand prize is a trip for two to an Open Source event anywhere in the
> world
>
http://moblin-contest.org/redirect.php?banner_id=100&url=/> _______________________________________________
> Iometer-user mailing list
>
Iometer-user@...
>
https://lists.sourceforge.net/lists/listinfo/iometer-user>
>
--
View this message in context:
http://www.nabble.com/2008-06-22-rc2-is-out-tp20137530p20138850.htmlSent from the iometer-user mailing list archive at Nabble.com.
-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/_______________________________________________
Iometer-user mailing list
Iometer-user@...
https://lists.sourceforge.net/lists/listinfo/iometer-user-------------- next part --------------
An HTML attachment was scrubbed...
------------------------------
Message: 2
Date: Thu, 23 Oct 2008 17:35:10 -0400
From: "ming zhang" <
ming.zhang.china@...>
Subject: Re: [Iometer-user] 2008-06-22-rc2 is out
To: "Vedran Degoricija" <
vedrand@...>
Cc: Iometer Users <
iometer-user@...>
Message-ID:
<
93552bad0810231435p2d33a2e7k7db578d099ad1cc5@...>
Content-Type: text/plain; charset="iso-8859-1"
thx for the link. so solaris support pack, just different syntax.
use attached 2 files to replace the one under src. then recompile.
On Thu, Oct 23, 2008 at 5:25 PM, Vedran Degoricija <
vedrand@...>wrote:
> No, you should find the right syntax for the pragma pack:
>
http://docs.sun.com/app/docs/doc/805-4955/6j4mg806k?a=view>
> Ved
>
> ------------------------------
> *From:* ming zhang <
ming.zhang.china@...>
> *To:* R00T SHELL <
r00t0fallevil@...>
> *Cc:* Iometer Users <
iometer-user@...>; Vedran
> Degoricija <
vedrand@...>
> *Sent:* Thursday, October 23, 2008 2:18:15 PM
> *Subject:* Re: [Iometer-user] 2008-06-22-rc2 is out
>
> i think the only solution here is to remove all these pack, change all
> structure to naturally 8 byte aligned,...
>
>
> On Thu, Oct 23, 2008 at 5:15 PM, ming zhang <
ming.zhang.china@...>wrote:
>
>>
>>
>> On Thu, Oct 23, 2008 at 5:12 PM, R00T SHELL <
r00t0fallevil@...>wrote:
>>
>>> Ming:
>>>
>>>
>>>
>>> The problem is that the Solaris dynamo compiles but fails to enumerate
>>> the drives and connect with the GUI.
>>>
>>>
>>>
>>
>>
>> this one you meant rc1 right? yes, because the structure was not aligned
>> same as windows. so fail to exchange data.
>>
>> this is why we try to align data structure in rc2. and linux works, and i
>> do not have solaris at all...
>>
>>
>>
>>
>>>
>>>
>>> ----- Original Message ----
>>> From: ming zhang <
ming.zhang.china@...>
>>> To: R00T SHELL <
r00t0fallevil@...>
>>> Sent: Thursday, October 23, 2008 5:08:33 PM
>>> Subject: Re: [Iometer-user] 2008-06-22-rc2 is out
>>>
>>> this is to enforce the structure to be aligned. but if we do not do this,
>>> then you have same problem with rc1. no idea, not familiar with solaris.
>>> this compile ok with linux. not sure if works on OSX...
>>>
>>>
>>>
>>> On Thu, Oct 23, 2008 at 4:41 PM, R00T SHELL <
r00t0fallevil@...>wrote:
>>>
>>>> Ming:
>>>>
>>>> RC1compiles but does not work with the Windows GUI.
>>>>
>>>> ----- Original Message ----
>>>> From: ming zhang <
ming.zhang.china@...>
>>>> To: r00t0fallevil <
r00t0fallevil@...>
>>>> Cc:
iometer-user@...
>>>> Sent: Thursday, October 23, 2008 4:36:56 PM
>>>> Subject: Re: [Iometer-user] 2008-06-22-rc2 is out
>>>>
>>>> oops. looks like we used something does not supported in solaris...
>>>>
>>>> but rc1 is ok for you, right?
>>>>
>>>>
>>>>
>>>> On Thu, Oct 23, 2008 at 4:27 PM, r00t0fallevil <
r00t0fallevil@...
>>>> > wrote:
>>>>
>>>>>
>>>>> Hi Ming:
>>>>>
>>>>> Just tried to compile this. This is what I got.
>>>>>
>>>>> root@alpha:/root/newiometer/iometer-2008-06-22-rc2/src# make -f
>>>>> Makefile-Solaris.sparc dynamo
>>>>> g++ -O -Wall -DIOMTR_OSFAMILY_UNIX -DIOMTR_OS_SOLARIS
>>>>> -DIOMTR_CPU_SPARC
>>>>> -D_LARGEFILE64_SOURCE -D_REENTRANT -DUSE_NEW_DISCOVERY_MECHANISM
>>>>> -DFORCE_STRUCT_ALIGN -c IOGlobals.cpp
>>>>> In file included from IOCommon.h:573,
>>>>> from IOGlobals.cpp:66:
>>>>> pack8.h:57: warning: #pragma pack(push[, id], <n>) is not supported on
>>>>> this
>>>>> target
>>>>> In file included from IOCommon.h:683,
>>>>> from IOGlobals.cpp:66:
>>>>> unpack8.h:57: warning: #pragma pack(pop[, id], <n>) is not supported on
>>>>> this
>>>>> target
>>>>> g++ -O -Wall -DIOMTR_OSFAMILY_UNIX -DIOMTR_OS_SOLARIS
>>>>> -DIOMTR_CPU_SPARC
>>>>> -D_LARGEFILE64_SOURCE -D_REENTRANT -DUSE_NEW_DISCOVERY_MECHANISM
>>>>> -DFORCE_STRUCT_ALIGN -c Pulsar.cpp
>>>>> In file included from IOCommon.h:573,
>>>>> from Pulsar.cpp:134:
>>>>> pack8.h:57: warning: #pragma pack(push[, id], <n>) is not supported on
>>>>> this
>>>>> target
>>>>> In file included from IOCommon.h:683,
>>>>> from Pulsar.cpp:134:
>>>>> unpack8.h:57: warning: #pragma pack(pop[, id], <n>) is not supported on
>>>>> this
>>>>> target
>>>>> In file included from IOAccess.h:66,
>>>>> from IOTest.h:74,
>>>>> from IOTarget.h:81,
>>>>> from IOGrunt.h:74,
>>>>> from IOManager.h:92,
>>>>> from Pulsar.cpp:135:
>>>>> pack8.h:57: warning: #pragma pack(push[, id], <n>) is not supported on
>>>>> this
>>>>> target
>>>>> In file included from IOAccess.h:95,
>>>>> from IOTest.h:74,
>>>>> from IOTarget.h:81,
>>>>> from IOGrunt.h:74,
>>>>> from IOManager.h:92,
>>>>> from Pulsar.cpp:135:
>>>>> unpack8.h:57: warning: #pragma pack(pop[, id], <n>) is not supported on
>>>>> this
>>>>> target
>>>>> In file included from IOTest.h:84,
>>>>> from IOTarget.h:81,
>>>>> from IOGrunt.h:74,
>>>>> from IOManager.h:92,
>>>>> from Pulsar.cpp:135:
>>>>> pack8.h:57: warning: #pragma pack(push[, id], <n>) is not supported on
>>>>> this
>>>>> target
>>>>> In file included from IOTest.h:277,
>>>>> from IOTarget.h:81,
>>>>> from IOGrunt.h:74,
>>>>> from IOManager.h:92,
>>>>> from Pulsar.cpp:135:
>>>>> unpack8.h:57: warning: #pragma pack(pop[, id], <n>) is not supported on
>>>>> this
>>>>> target
>>>>> In file included from IOTransfers.h:73,
>>>>> from IOCQ.h:73,
>>>>> from IOTarget.h:82,
>>>>> from IOGrunt.h:74,
>>>>> from IOManager.h:92,
>>>>> from Pulsar.cpp:135:
>>>>> pack8.h:57: warning: #pragma pack(push[, id], <n>) is not supported on
>>>>> this
>>>>> target
>>>>> In file included from IOTransfers.h:118,
>>>>> from IOCQ.h:73,
>>>>> from IOTarget.h:82,
>>>>> from IOGrunt.h:74,
>>>>> from IOManager.h:92,
>>>>> from Pulsar.cpp:135:
>>>>> unpack8.h:57: warning: #pragma pack(pop[, id], <n>) is not supported on
>>>>> this
>>>>> target
>>>>> In file included from
>>>>>
>>>>> /usr/local/lib/gcc/sparc-sun-solaris2.10/3.4.6/../../../../include/c++/3.4.6/sstream:640,
>>>>> from IOPort.h:83,
>>>>> from IOManager.h:93,
>>>>> from Pulsar.cpp:135:
>>>>>
>>>>> /usr/local/lib/gcc/sparc-sun-solaris2.10/3.4.6/../../../../include/c++/3.4.6/bits/sstream.tcc:
>>>>> In member function `virtual typename std::basic_stringbuf<_CharT,
>>>>> _Traits,
>>>>> _Alloc>::int_type std::basic_stringbuf<_CharT, _Traits,
>>>>> _Alloc>::overflow(typename _Traits::int_type)':
>>>>>
>>>>> /usr/local/lib/gcc/sparc-sun-solaris2.10/3.4.6/../../../../include/c++/3.4.6/bits/sstream.tcc:102:
>>>>> error: expected unqualified-id before '(' token
>>>>>
>>>>> /usr/local/lib/gcc/sparc-sun-solaris2.10/3.4.6/../../../../include/c++/3.4.6/bits/sstream.tcc:104:
>>>>> error: expected unqualified-id before '(' token
>>>>> In file included from IOMessage.h:119,
>>>>> from IOPort.h:86,
>>>>> from IOManager.h:93,
>>>>> from Pulsar.cpp:135:
>>>>> pack8.h: At global scope:
>>>>> pack8.h:57: warning: #pragma pack(push[, id], <n>) is not supported on
>>>>> this
>>>>> target
>>>>> In file included from IOMessage.h:157,
>>>>> from IOPort.h:86,
>>>>> from IOManager.h:93,
>>>>> from Pulsar.cpp:135:
>>>>> unpack8.h:57: warning: #pragma pack(pop[, id], <n>) is not supported on
>>>>> this
>>>>> target
>>>>> In file included from IOPerformance.h:155,
>>>>> from IOManager.h:94,
>>>>> from Pulsar.cpp:135:
>>>>> pack8.h:57: warning: #pragma pack(push[, id], <n>) is not supported on
>>>>> this
>>>>> target
>>>>> In file included from IOPerformance.h:166,
>>>>> from IOManager.h:94,
>>>>> from Pulsar.cpp:135:
>>>>> unpack8.h:57: warning: #pragma pack(pop[, id], <n>) is not supported on
>>>>> this
>>>>> target
>>>>> *** Error code 1
>>>>> make: Fatal error: Command failed for target `Pulsar.o'
>>>>> root@alpha:/root/newiometer/iometer-2008-06-22-rc2/src#
>>>>>
>>>>> Any advice here?
>>>>>
>>>>> Thanks!
>>>>>
>>>>> ming.zhang.china wrote:
>>>>> >
>>>>> > Hi All
>>>>> >
>>>>> > 2008-06-22-rc2 is out. Please try it and see if works well for you.
>>>>> We
>>>>> > will release final stable version if this rc version is ok.
>>>>> >
>>>>> >
>>>>> > iometer team
>>>>> >
>>>>> >
>>>>> -------------------------------------------------------------------------
>>>>> > This SF.Net email is sponsored by the Moblin Your Move Developer's
>>>>> > challenge
>>>>> > Build the coolest Linux based applications with Moblin SDK & win
>>>>> great
>>>>> > prizes
>>>>> > Grand prize is a trip for two to an Open Source event anywhere in the
>>>>> > world
>>>>> >
http://moblin-contest.org/redirect.php?banner_id=100&url=/>>>>> > _______________________________________________
>>>>> > Iometer-user mailing list
>>>>> >
Iometer-user@...
>>>>> >
https://lists.sourceforge.net/lists/listinfo/iometer-user>>>>> >
>>>>> >
>>>>>
>>>>> --
>>>>> View this message in context:
>>>>>
http://www.nabble.com/2008-06-22-rc2-is-out-tp20137530p20138850.html>>>>> Sent from the iometer-user mailing list archive at Nabble.com<
http://nabble.com/>
>>>>> .
>>>>>
>>>>>
>>>>>
>>>>> -------------------------------------------------------------------------
>>>>> This SF.Net email is sponsored by the Moblin Your Move Developer's
>>>>> challenge
>>>>> Build the coolest Linux based applications with Moblin SDK & win great
>>>>> prizes
>>>>> Grand prize is a trip for two to an Open Source event anywhere in the
>>>>> world
>>>>>
http://moblin-contest.org/redirect.php?banner_id=100&url=/>>>>> _______________________________________________
>>>>> Iometer-user mailing list
>>>>>
Iometer-user@...
>>>>>
https://lists.sourceforge.net/lists/listinfo/iometer-user>>>>>
>>>>
>>>>
>>>>
>>>
>>>
>>
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
-------------- next part --------------
A non-text attachment was scrubbed...
Name: pack8.h
Type: text/x-chdr
Size: 4233 bytes
Desc: not available
-------------- next part --------------
A non-text attachment was scrubbed...
Name: unpack8.h
Type: text/x-chdr
Size: 4201 bytes
Desc: not available
------------------------------
-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/------------------------------
_______________________________________________
Iometer-user mailing list
Iometer-user@...
https://lists.sourceforge.net/lists/listinfo/iometer-userEnd of Iometer-user Digest, Vol 27, Issue 4
*******************************************
-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/_______________________________________________
Iometer-user mailing list
Iometer-user@...
https://lists.sourceforge.net/lists/listinfo/iometer-user