From kaiwalyakhasnis57 at gmail.com Wed Aug 21 23:37:38 2013 From: kaiwalyakhasnis57 at gmail.com (Kaiwalya Khasnis) Date: Thu, 22 Aug 2013 03:37:38 +0000 Subject: [Disksim-users] (no subject) Message-ID: kaiwalyakhasnis57 at gmail.com -------------- next part -------------- An HTML attachment was scrubbed... URL: From kaiwalyakhasnis57 at gmail.com Sun Aug 25 00:35:41 2013 From: kaiwalyakhasnis57 at gmail.com (Kaiwalya Khasnis) Date: Sun, 25 Aug 2013 10:05:41 +0530 Subject: [Disksim-users] disksim 4.0 + ssd extension compilation problem Message-ID: ubuntu 12.04 32 bit gcc (Ubuntu/Linaro 4.6.3-1ubuntu5) 4.6.3 got the following error plz help awaiting for reply root at kk-HP-630-Notebook-PC:/home/kk/disksim-4.0# make make -C libddbg make[1]: Entering directory `/home/kk/disksim-4.0/libddbg' mkdir -p include/libddbg lib cp -p libddbg.h include/libddbg cp -p libddbg.a lib make[1]: Leaving directory `/home/kk/disksim-4.0/libddbg' make -C libparam make[1]: Entering directory `/home/kk/disksim-4.0/libparam' mkdir -p lib include/libparam cp -p libparam.a lib cp -p bitvector.h libparam.h include/libparam make[1]: Leaving directory `/home/kk/disksim-4.0/libparam' make -C diskmodel make[1]: Entering directory `/home/kk/disksim-4.0/diskmodel' make -C tests make[2]: Entering directory `/home/kk/disksim-4.0/diskmodel/tests' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/home/kk/disksim-4.0/diskmodel/tests' make[1]: Leaving directory `/home/kk/disksim-4.0/diskmodel' make -C memsmodel make[1]: Entering directory `/home/kk/disksim-4.0/memsmodel' make[1]: Nothing to be done for `all'. make[1]: Leaving directory `/home/kk/disksim-4.0/memsmodel' make -C ssdmodel make[1]: Entering directory `/home/kk/disksim-4.0/ssdmodel' make[1]: Nothing to be done for `all'. make[1]: Leaving directory `/home/kk/disksim-4.0/ssdmodel' make -C src make[1]: Entering directory `/home/kk/disksim-4.0/src' gcc -Wall -Wno-unused -MD -I. -I../diskmodel/include -I../libparam/include -I../libddbg/include -g -DASSERTS -I../memsmodel/include -I../ssdmodel/include -D_INLINE -o disksim disksim_main.o -L -lm. -ldisksim -L../diskmodel/lib -ldiskmodel -L../memsmodel/lib -lmemsmodel -L../ssdmodel/lib -lssdmodel -L../libparam/lib -lparam -L../libddbg/lib -lddbg /usr/bin/ld: cannot find -ldisksim collect2: ld returned 1 exit status make[1]: *** [disksim] Error 1 make[1]: Leaving directory `/home/kk/disksim-4.0/src' make: *** [all] Error 2 -------------- next part -------------- An HTML attachment was scrubbed... URL: From salinezhad at gmail.com Sun Aug 25 14:55:42 2013 From: salinezhad at gmail.com (saeedeh alinezhad) Date: Sun, 25 Aug 2013 23:25:42 +0430 Subject: [Disksim-users] Disksim-users Digest, Vol 92, Issue 2 In-Reply-To: References: Message-ID: are you sure you follow the instruction (readme file) in the SSD extension folder? 1- Apply this add-on by unpacking the enclosed into the ssdmodel subdirectory of the DiskSim source tree (so as to be *parallel* to memsmodel, etc.) 2- Then run the following patch script. patch -p1 < ssdmodel/ssd-patch 3- make (make clean) On Sun, Aug 25, 2013 at 8:30 PM, wrote: > Send Disksim-users mailing list submissions to > disksim-users at ece.cmu.edu > > To subscribe or unsubscribe via the World Wide Web, visit > https://sos.ece.cmu.edu/mailman/listinfo/disksim-users > or, via email, send a message with subject or body 'help' to > disksim-users-request at ece.cmu.edu > > You can reach the person managing the list at > disksim-users-owner at ece.cmu.edu > > When replying, please edit your Subject line so it is more specific > than "Re: Contents of Disksim-users digest..." > > > Today's Topics: > > 1. disksim 4.0 + ssd extension compilation problem (Kaiwalya Khasnis) > > > ---------------------------------------------------------------------- > > Message: 1 > Date: Sun, 25 Aug 2013 10:05:41 +0530 > From: Kaiwalya Khasnis > Subject: [Disksim-users] disksim 4.0 + ssd extension compilation > problem > To: disksim-users at ece.cmu.edu > Message-ID: > M-CmswdP6A at mail.gmail.com> > Content-Type: text/plain; charset="iso-8859-1" > > ubuntu 12.04 32 bit > gcc (Ubuntu/Linaro 4.6.3-1ubuntu5) 4.6.3 > > got the following error plz help > > awaiting for reply > > root at kk-HP-630-Notebook-PC:/home/kk/disksim-4.0# make > make -C libddbg > make[1]: Entering directory `/home/kk/disksim-4.0/libddbg' > mkdir -p include/libddbg lib > cp -p libddbg.h include/libddbg > cp -p libddbg.a lib > make[1]: Leaving directory `/home/kk/disksim-4.0/libddbg' > make -C libparam > make[1]: Entering directory `/home/kk/disksim-4.0/libparam' > mkdir -p lib include/libparam > cp -p libparam.a lib > cp -p bitvector.h libparam.h include/libparam > make[1]: Leaving directory `/home/kk/disksim-4.0/libparam' > make -C diskmodel > make[1]: Entering directory `/home/kk/disksim-4.0/diskmodel' > make -C tests > make[2]: Entering directory `/home/kk/disksim-4.0/diskmodel/tests' > make[2]: Nothing to be done for `all'. > make[2]: Leaving directory `/home/kk/disksim-4.0/diskmodel/tests' > make[1]: Leaving directory `/home/kk/disksim-4.0/diskmodel' > make -C memsmodel > make[1]: Entering directory `/home/kk/disksim-4.0/memsmodel' > make[1]: Nothing to be done for `all'. > make[1]: Leaving directory `/home/kk/disksim-4.0/memsmodel' > make -C ssdmodel > make[1]: Entering directory `/home/kk/disksim-4.0/ssdmodel' > make[1]: Nothing to be done for `all'. > make[1]: Leaving directory `/home/kk/disksim-4.0/ssdmodel' > make -C src > make[1]: Entering directory `/home/kk/disksim-4.0/src' > gcc -Wall -Wno-unused -MD -I. -I../diskmodel/include -I../libparam/include > -I../libddbg/include -g -DASSERTS -I../memsmodel/include > -I../ssdmodel/include -D_INLINE -o disksim disksim_main.o -L -lm. > -ldisksim -L../diskmodel/lib -ldiskmodel -L../memsmodel/lib -lmemsmodel > -L../ssdmodel/lib -lssdmodel -L../libparam/lib -lparam -L../libddbg/lib > -lddbg > /usr/bin/ld: cannot find -ldisksim > collect2: ld returned 1 exit status > make[1]: *** [disksim] Error 1 > make[1]: Leaving directory `/home/kk/disksim-4.0/src' > make: *** [all] Error 2 > -------------- next part -------------- > An HTML attachment was scrubbed... > URL: < > http://sos.ece.cmu.edu/pipermail/disksim-users/attachments/20130825/d38627df/attachment-0001.html > > > > ------------------------------ > > _______________________________________________ > Disksim-users mailing list > Disksim-users at ece.cmu.edu > https://sos.ece.cmu.edu/mailman/listinfo/disksim-users > > > End of Disksim-users Digest, Vol 92, Issue 2 > ******************************************** > -- Regards, Saeideh Alinezhad -------------- next part -------------- An HTML attachment was scrubbed... URL: From ghasemi.saeed at gmail.com Sun Aug 25 22:05:31 2013 From: ghasemi.saeed at gmail.com (saeed ghasemi) Date: Mon, 26 Aug 2013 06:35:31 +0430 Subject: [Disksim-users] Disksim-users Digest, Vol 92, Issue 2 In-Reply-To: References: Message-ID: On Sun, Aug 25, 2013 at 8:30 PM, wrote: > 1. disksim 4.0 + ssd extension compilation problem (Kaiwalya Khasnis) > to install disksim, you must install ubuntu 10.4 -- Regards, Saeed Ghasemi -------------- next part -------------- An HTML attachment was scrubbed... URL: From kaiwalyakhasnis57 at gmail.com Tue Aug 27 05:15:59 2013 From: kaiwalyakhasnis57 at gmail.com (Kaiwalya Khasnis) Date: Tue, 27 Aug 2013 14:45:59 +0530 Subject: [Disksim-users] Disksim-users Digest, Vol 92, Issue 3 In-Reply-To: References: Message-ID: hello saeedeh alinezhad, 1)i had already did that patching successfully,and i solved the problem arises after patching (math.h problem eg undefined reference to 'sqrt' etc) by making some changes to makefiles(adjusting -lm argument) .i got the mention error after doing these things plz help hello saeed ghasemi thnx for your your suggestion i will try it on ubuntu 10.04 ,if possible could u tell exact version of GCC,FLEX and BISON i should use. currently i am using gcc(4.6.3),flex(2.5.35) and bison(2.5) plz help On Mon, Aug 26, 2013 at 9:30 PM, wrote: > Send Disksim-users mailing list submissions to > disksim-users at ece.cmu.edu > > To subscribe or unsubscribe via the World Wide Web, visit > https://sos.ece.cmu.edu/mailman/listinfo/disksim-users > or, via email, send a message with subject or body 'help' to > disksim-users-request at ece.cmu.edu > > You can reach the person managing the list at > disksim-users-owner at ece.cmu.edu > > When replying, please edit your Subject line so it is more specific > than "Re: Contents of Disksim-users digest..." > > > Today's Topics: > > 1. Re: Disksim-users Digest, Vol 92, Issue 2 (saeedeh alinezhad) > 2. Re: Disksim-users Digest, Vol 92, Issue 2 (saeed ghasemi) > > > ---------------------------------------------------------------------- > > Message: 1 > Date: Sun, 25 Aug 2013 23:25:42 +0430 > From: saeedeh alinezhad > Subject: Re: [Disksim-users] Disksim-users Digest, Vol 92, Issue 2 > To: disksim-users at ece.cmu.edu > Message-ID: > FuPJH-bG6D_bRNOs3B7+mW48DQbRdCNHwg at mail.gmail.com> > Content-Type: text/plain; charset="iso-8859-1" > > are you sure you follow the instruction (readme file) in the SSD extension > folder? > > 1- Apply this add-on by unpacking the enclosed into the ssdmodel > subdirectory of the DiskSim source tree (so as to be *parallel* to > memsmodel, etc.) > > 2- Then run the following patch script. > patch -p1 < ssdmodel/ssd-patch > > 3- make (make clean) > > > > > On Sun, Aug 25, 2013 at 8:30 PM, > wrote: > > > Send Disksim-users mailing list submissions to > > disksim-users at ece.cmu.edu > > > > To subscribe or unsubscribe via the World Wide Web, visit > > https://sos.ece.cmu.edu/mailman/listinfo/disksim-users > > or, via email, send a message with subject or body 'help' to > > disksim-users-request at ece.cmu.edu > > > > You can reach the person managing the list at > > disksim-users-owner at ece.cmu.edu > > > > When replying, please edit your Subject line so it is more specific > > than "Re: Contents of Disksim-users digest..." > > > > > > Today's Topics: > > > > 1. disksim 4.0 + ssd extension compilation problem (Kaiwalya Khasnis) > > > > > > ---------------------------------------------------------------------- > > > > Message: 1 > > Date: Sun, 25 Aug 2013 10:05:41 +0530 > > From: Kaiwalya Khasnis > > Subject: [Disksim-users] disksim 4.0 + ssd extension compilation > > problem > > To: disksim-users at ece.cmu.edu > > Message-ID: > > > M-CmswdP6A at mail.gmail.com> > > Content-Type: text/plain; charset="iso-8859-1" > > > > ubuntu 12.04 32 bit > > gcc (Ubuntu/Linaro 4.6.3-1ubuntu5) 4.6.3 > > > > got the following error plz help > > > > awaiting for reply > > > > root at kk-HP-630-Notebook-PC:/home/kk/disksim-4.0# make > > make -C libddbg > > make[1]: Entering directory `/home/kk/disksim-4.0/libddbg' > > mkdir -p include/libddbg lib > > cp -p libddbg.h include/libddbg > > cp -p libddbg.a lib > > make[1]: Leaving directory `/home/kk/disksim-4.0/libddbg' > > make -C libparam > > make[1]: Entering directory `/home/kk/disksim-4.0/libparam' > > mkdir -p lib include/libparam > > cp -p libparam.a lib > > cp -p bitvector.h libparam.h include/libparam > > make[1]: Leaving directory `/home/kk/disksim-4.0/libparam' > > make -C diskmodel > > make[1]: Entering directory `/home/kk/disksim-4.0/diskmodel' > > make -C tests > > make[2]: Entering directory `/home/kk/disksim-4.0/diskmodel/tests' > > make[2]: Nothing to be done for `all'. > > make[2]: Leaving directory `/home/kk/disksim-4.0/diskmodel/tests' > > make[1]: Leaving directory `/home/kk/disksim-4.0/diskmodel' > > make -C memsmodel > > make[1]: Entering directory `/home/kk/disksim-4.0/memsmodel' > > make[1]: Nothing to be done for `all'. > > make[1]: Leaving directory `/home/kk/disksim-4.0/memsmodel' > > make -C ssdmodel > > make[1]: Entering directory `/home/kk/disksim-4.0/ssdmodel' > > make[1]: Nothing to be done for `all'. > > make[1]: Leaving directory `/home/kk/disksim-4.0/ssdmodel' > > make -C src > > make[1]: Entering directory `/home/kk/disksim-4.0/src' > > gcc -Wall -Wno-unused -MD -I. -I../diskmodel/include > -I../libparam/include > > -I../libddbg/include -g -DASSERTS -I../memsmodel/include > > -I../ssdmodel/include -D_INLINE -o disksim disksim_main.o -L -lm. > > -ldisksim -L../diskmodel/lib -ldiskmodel -L../memsmodel/lib -lmemsmodel > > -L../ssdmodel/lib -lssdmodel -L../libparam/lib -lparam -L../libddbg/lib > > -lddbg > > /usr/bin/ld: cannot find -ldisksim > > collect2: ld returned 1 exit status > > make[1]: *** [disksim] Error 1 > > make[1]: Leaving directory `/home/kk/disksim-4.0/src' > > make: *** [all] Error 2 > > -------------- next part -------------- > > An HTML attachment was scrubbed... > > URL: < > > > http://sos.ece.cmu.edu/pipermail/disksim-users/attachments/20130825/d38627df/attachment-0001.html > > > > > > > ------------------------------ > > > > _______________________________________________ > > Disksim-users mailing list > > Disksim-users at ece.cmu.edu > > https://sos.ece.cmu.edu/mailman/listinfo/disksim-users > > > > > > End of Disksim-users Digest, Vol 92, Issue 2 > > ******************************************** > > > > > > -- > Regards, > Saeideh Alinezhad > -------------- next part -------------- > An HTML attachment was scrubbed... > URL: < > http://sos.ece.cmu.edu/pipermail/disksim-users/attachments/20130825/2998f3d0/attachment-0001.html > > > > ------------------------------ > > Message: 2 > Date: Mon, 26 Aug 2013 06:35:31 +0430 > From: saeed ghasemi > Subject: Re: [Disksim-users] Disksim-users Digest, Vol 92, Issue 2 > To: disksim-users at ece.cmu.edu > Message-ID: > VNgJsNRnM17rrArTeHBQGtL2uW8BQ at mail.gmail.com> > Content-Type: text/plain; charset="iso-8859-1" > > On Sun, Aug 25, 2013 at 8:30 PM, > wrote: > > > 1. disksim 4.0 + ssd extension compilation problem (Kaiwalya Khasnis) > > > > to install disksim, you must install ubuntu 10.4 > > > -- > Regards, Saeed Ghasemi > -------------- next part -------------- > An HTML attachment was scrubbed... > URL: < > http://sos.ece.cmu.edu/pipermail/disksim-users/attachments/20130826/ea5da6e9/attachment-0001.html > > > > ------------------------------ > > _______________________________________________ > Disksim-users mailing list > Disksim-users at ece.cmu.edu > https://sos.ece.cmu.edu/mailman/listinfo/disksim-users > > > End of Disksim-users Digest, Vol 92, Issue 3 > ******************************************** > -------------- next part -------------- An HTML attachment was scrubbed... URL: From salinezhad at gmail.com Wed Aug 28 00:43:14 2013 From: salinezhad at gmail.com (saeedeh alinezhad) Date: Wed, 28 Aug 2013 09:13:14 +0430 Subject: [Disksim-users] Disksim-users Digest, Vol 92, Issue 4 In-Reply-To: References: Message-ID: I have the same problem ( math.h lib...) when I try to install diskSIM in unbuntu 12. .... this error doesn't appear in Ubuntu 11.04... On Tue, Aug 27, 2013 at 8:30 PM, wrote: > Send Disksim-users mailing list submissions to > disksim-users at ece.cmu.edu > > To subscribe or unsubscribe via the World Wide Web, visit > https://sos.ece.cmu.edu/mailman/listinfo/disksim-users > or, via email, send a message with subject or body 'help' to > disksim-users-request at ece.cmu.edu > > You can reach the person managing the list at > disksim-users-owner at ece.cmu.edu > > When replying, please edit your Subject line so it is more specific > than "Re: Contents of Disksim-users digest..." > > > Today's Topics: > > 1. Re: Disksim-users Digest, Vol 92, Issue 3 (Kaiwalya Khasnis) > > > ---------------------------------------------------------------------- > > Message: 1 > Date: Tue, 27 Aug 2013 14:45:59 +0530 > From: Kaiwalya Khasnis > Subject: Re: [Disksim-users] Disksim-users Digest, Vol 92, Issue 3 > To: disksim-users at ece.cmu.edu > Message-ID: > < > CAAA22652qXwvuO0kC-aDdkpc4JGjPsSUFG_g+vYyRPOx5tL67Q at mail.gmail.com> > Content-Type: text/plain; charset="iso-8859-1" > > hello saeedeh alinezhad, > 1)i had already did that patching successfully,and i solved the problem > arises after patching (math.h problem eg undefined reference to 'sqrt' etc) > by making some changes to makefiles(adjusting -lm argument) .i got the > mention error after doing these things > plz help > > hello saeed ghasemi > thnx for your your suggestion i will try it on ubuntu 10.04 ,if possible > could u tell exact version of GCC,FLEX and BISON i should use. > currently i am using gcc(4.6.3),flex(2.5.35) and bison(2.5) > plz help > > > > > On Mon, Aug 26, 2013 at 9:30 PM, > wrote: > > > Send Disksim-users mailing list submissions to > > disksim-users at ece.cmu.edu > > > > To subscribe or unsubscribe via the World Wide Web, visit > > https://sos.ece.cmu.edu/mailman/listinfo/disksim-users > > or, via email, send a message with subject or body 'help' to > > disksim-users-request at ece.cmu.edu > > > > You can reach the person managing the list at > > disksim-users-owner at ece.cmu.edu > > > > When replying, please edit your Subject line so it is more specific > > than "Re: Contents of Disksim-users digest..." > > > > > > Today's Topics: > > > > 1. Re: Disksim-users Digest, Vol 92, Issue 2 (saeedeh alinezhad) > > 2. Re: Disksim-users Digest, Vol 92, Issue 2 (saeed ghasemi) > > > > > > ---------------------------------------------------------------------- > > > > Message: 1 > > Date: Sun, 25 Aug 2013 23:25:42 +0430 > > From: saeedeh alinezhad > > Subject: Re: [Disksim-users] Disksim-users Digest, Vol 92, Issue 2 > > To: disksim-users at ece.cmu.edu > > Message-ID: > > > FuPJH-bG6D_bRNOs3B7+mW48DQbRdCNHwg at mail.gmail.com> > > Content-Type: text/plain; charset="iso-8859-1" > > > > are you sure you follow the instruction (readme file) in the SSD > extension > > folder? > > > > 1- Apply this add-on by unpacking the enclosed into the ssdmodel > > subdirectory of the DiskSim source tree (so as to be *parallel* to > > memsmodel, etc.) > > > > 2- Then run the following patch script. > > patch -p1 < ssdmodel/ssd-patch > > > > 3- make (make clean) > > > > > > > > > > On Sun, Aug 25, 2013 at 8:30 PM, > > wrote: > > > > > Send Disksim-users mailing list submissions to > > > disksim-users at ece.cmu.edu > > > > > > To subscribe or unsubscribe via the World Wide Web, visit > > > https://sos.ece.cmu.edu/mailman/listinfo/disksim-users > > > or, via email, send a message with subject or body 'help' to > > > disksim-users-request at ece.cmu.edu > > > > > > You can reach the person managing the list at > > > disksim-users-owner at ece.cmu.edu > > > > > > When replying, please edit your Subject line so it is more specific > > > than "Re: Contents of Disksim-users digest..." > > > > > > > > > Today's Topics: > > > > > > 1. disksim 4.0 + ssd extension compilation problem (Kaiwalya > Khasnis) > > > > > > > > > ---------------------------------------------------------------------- > > > > > > Message: 1 > > > Date: Sun, 25 Aug 2013 10:05:41 +0530 > > > From: Kaiwalya Khasnis > > > Subject: [Disksim-users] disksim 4.0 + ssd extension compilation > > > problem > > > To: disksim-users at ece.cmu.edu > > > Message-ID: > > > > > M-CmswdP6A at mail.gmail.com> > > > Content-Type: text/plain; charset="iso-8859-1" > > > > > > ubuntu 12.04 32 bit > > > gcc (Ubuntu/Linaro 4.6.3-1ubuntu5) 4.6.3 > > > > > > got the following error plz help > > > > > > awaiting for reply > > > > > > root at kk-HP-630-Notebook-PC:/home/kk/disksim-4.0# make > > > make -C libddbg > > > make[1]: Entering directory `/home/kk/disksim-4.0/libddbg' > > > mkdir -p include/libddbg lib > > > cp -p libddbg.h include/libddbg > > > cp -p libddbg.a lib > > > make[1]: Leaving directory `/home/kk/disksim-4.0/libddbg' > > > make -C libparam > > > make[1]: Entering directory `/home/kk/disksim-4.0/libparam' > > > mkdir -p lib include/libparam > > > cp -p libparam.a lib > > > cp -p bitvector.h libparam.h include/libparam > > > make[1]: Leaving directory `/home/kk/disksim-4.0/libparam' > > > make -C diskmodel > > > make[1]: Entering directory `/home/kk/disksim-4.0/diskmodel' > > > make -C tests > > > make[2]: Entering directory `/home/kk/disksim-4.0/diskmodel/tests' > > > make[2]: Nothing to be done for `all'. > > > make[2]: Leaving directory `/home/kk/disksim-4.0/diskmodel/tests' > > > make[1]: Leaving directory `/home/kk/disksim-4.0/diskmodel' > > > make -C memsmodel > > > make[1]: Entering directory `/home/kk/disksim-4.0/memsmodel' > > > make[1]: Nothing to be done for `all'. > > > make[1]: Leaving directory `/home/kk/disksim-4.0/memsmodel' > > > make -C ssdmodel > > > make[1]: Entering directory `/home/kk/disksim-4.0/ssdmodel' > > > make[1]: Nothing to be done for `all'. > > > make[1]: Leaving directory `/home/kk/disksim-4.0/ssdmodel' > > > make -C src > > > make[1]: Entering directory `/home/kk/disksim-4.0/src' > > > gcc -Wall -Wno-unused -MD -I. -I../diskmodel/include > > -I../libparam/include > > > -I../libddbg/include -g -DASSERTS -I../memsmodel/include > > > -I../ssdmodel/include -D_INLINE -o disksim disksim_main.o -L -lm. > > > -ldisksim -L../diskmodel/lib -ldiskmodel -L../memsmodel/lib -lmemsmodel > > > -L../ssdmodel/lib -lssdmodel -L../libparam/lib -lparam -L../libddbg/lib > > > -lddbg > > > /usr/bin/ld: cannot find -ldisksim > > > collect2: ld returned 1 exit status > > > make[1]: *** [disksim] Error 1 > > > make[1]: Leaving directory `/home/kk/disksim-4.0/src' > > > make: *** [all] Error 2 > > > -------------- next part -------------- > > > An HTML attachment was scrubbed... > > > URL: < > > > > > > http://sos.ece.cmu.edu/pipermail/disksim-users/attachments/20130825/d38627df/attachment-0001.html > > > > > > > > > > ------------------------------ > > > > > > _______________________________________________ > > > Disksim-users mailing list > > > Disksim-users at ece.cmu.edu > > > https://sos.ece.cmu.edu/mailman/listinfo/disksim-users > > > > > > > > > End of Disksim-users Digest, Vol 92, Issue 2 > > > ******************************************** > > > > > > > > > > > -- > > Regards, > > Saeideh Alinezhad > > -------------- next part -------------- > > An HTML attachment was scrubbed... > > URL: < > > > http://sos.ece.cmu.edu/pipermail/disksim-users/attachments/20130825/2998f3d0/attachment-0001.html > > > > > > > ------------------------------ > > > > Message: 2 > > Date: Mon, 26 Aug 2013 06:35:31 +0430 > > From: saeed ghasemi > > Subject: Re: [Disksim-users] Disksim-users Digest, Vol 92, Issue 2 > > To: disksim-users at ece.cmu.edu > > Message-ID: > > > VNgJsNRnM17rrArTeHBQGtL2uW8BQ at mail.gmail.com> > > Content-Type: text/plain; charset="iso-8859-1" > > > > On Sun, Aug 25, 2013 at 8:30 PM, > > wrote: > > > > > 1. disksim 4.0 + ssd extension compilation problem (Kaiwalya > Khasnis) > > > > > > > to install disksim, you must install ubuntu 10.4 > > > > > > -- > > Regards, Saeed Ghasemi > > -------------- next part -------------- > > An HTML attachment was scrubbed... > > URL: < > > > http://sos.ece.cmu.edu/pipermail/disksim-users/attachments/20130826/ea5da6e9/attachment-0001.html > > > > > > > ------------------------------ > > > > _______________________________________________ > > Disksim-users mailing list > > Disksim-users at ece.cmu.edu > > https://sos.ece.cmu.edu/mailman/listinfo/disksim-users > > > > > > End of Disksim-users Digest, Vol 92, Issue 3 > > ******************************************** > > > -------------- next part -------------- > An HTML attachment was scrubbed... > URL: < > http://sos.ece.cmu.edu/pipermail/disksim-users/attachments/20130827/8491a8e8/attachment-0001.html > > > > ------------------------------ > > _______________________________________________ > Disksim-users mailing list > Disksim-users at ece.cmu.edu > https://sos.ece.cmu.edu/mailman/listinfo/disksim-users > > > End of Disksim-users Digest, Vol 92, Issue 4 > ******************************************** > -- Regards, Saeideh Alinezhad -------------- next part -------------- An HTML attachment was scrubbed... URL: