LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Closed Thread
  Search this Thread
Old 02-10-2018, 11:23 AM   #1
CaraEvan
LQ Newbie
 
Registered: Feb 2018
Posts: 6

Rep: Reputation: Disabled
Some tests failed while installing aquasim


I followed the following links to install aquasim1.0
1.)http://mohittahiliani.blogspot.in/20...s-in-ns-2.html
2.)http://www.nsnam.com/2015/07/aqua-si...er-sensor.html
I am currently using Ubuntu 14.04 (32 bit) in virtual box.

Please someone do respond:
i got the error in ./validate step..(some tests failed)
Attached Thumbnails
Click image for larger version

Name:	Screenshot (194).jpg
Views:	31
Size:	194.2 KB
ID:	26973  
 
Old 02-11-2018, 03:27 PM   #2
knudfl
LQ 5k Club
 
Registered: Jan 2008
Location: Copenhagen DK
Distribution: PCLinuxOS2023 Fedora38 + 50+ other Linux OS, for test only.
Posts: 17,511

Rep: Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641
Welcome to LQ.

Ubuntu 14.04 .. 16.04 :
Code:
cd "Aquasim"
patch -p0 < ns230_gcc44.patch
https://drive.google.com/file/d/0B7S...ew?usp=sharing
./install
cd ns-2.30/
cp ns ns230-aquasim
sudo cp ns230-aquasim /usr/local/bin/

---------- Simulation example ---------------
$ ns230-aquasim vbf_example_4-7n.tcl
That's it. Noting more to do : Do not add any *PATH text to .bashrc.
And please do not run validate. The (32bit) aquasim simulations can be run anyway.
Validate will always fail some of the ~1,800 tests, when a complex patch like aquasim is included.
Besides that, the "ns aquasim executable" should only be used for aquasim simulations.

"aquasim-examples-11.17.tar.gz" https://drive.google.com/file/d/1lmi...ew?usp=sharing
INFO https://www.linuxquestions.org/questions/tags/aquasim/

About images with text : Will not be read. Please attach text as text.txt:
I guess you know how to copy-paste a text to a file / to an empty file.

Nam : nam_1.15-10_i386.deb https://drive.google.com/file/d/0B7S...ew?usp=sharing

-

Last edited by knudfl; 02-11-2018 at 03:59 PM.
 
1 members found this post helpful.
Old 02-11-2018, 04:53 PM   #3
TB0ne
LQ Guru
 
Registered: Jul 2003
Location: Birmingham, Alabama
Distribution: SuSE, RedHat, Slack,CentOS
Posts: 26,636

Rep: Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965
Quote:
Originally Posted by CaraEvan View Post
I followed the following links to install aquasim1.0
1.)http://mohittahiliani.blogspot.in/20...s-in-ns-2.html
2.)http://www.nsnam.com/2015/07/aqua-si...er-sensor.html
I am currently using Ubuntu 14.04 (32 bit) in virtual box.

Please someone do respond:
i got the error in ./validate step..(some tests failed)
Right...this is exactly what you said in your other, IDENTICAL thread: https://www.linuxquestions.org/quest...im-4175623415/
 
Old 02-12-2018, 05:55 AM   #4
CaraEvan
LQ Newbie
 
Registered: Feb 2018
Posts: 6

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by knudfl View Post
Welcome to LQ.

Ubuntu 14.04 .. 16.04 :
Code:
cd "Aquasim"
patch -p0 < ns230_gcc44.patch
https://drive.google.com/file/d/0B7S...ew?usp=sharing
./install
cd ns-2.30/
cp ns ns230-aquasim
sudo cp ns230-aquasim /usr/local/bin/

---------- Simulation example ---------------
$ ns230-aquasim vbf_example_4-7n.tcl
That's it. Noting more to do : Do not add any *PATH text to .bashrc.
And please do not run validate. The (32bit) aquasim simulations can be run anyway.
Validate will always fail some of the ~1,800 tests, when a complex patch like aquasim is included.
Besides that, the "ns aquasim executable" should only be used for aquasim simulations.

"aquasim-examples-11.17.tar.gz" https://drive.google.com/file/d/1lmi...ew?usp=sharing
INFO https://www.linuxquestions.org/questions/tags/aquasim/

About images with text : Will not be read. Please attach text as text.txt:
I guess you know how to copy-paste a text to a file / to an empty file.

Nam : nam_1.15-10_i386.deb https://drive.google.com/file/d/0B7S...ew?usp=sharing

-
Thanks a lot!!..It worked but couldn't work with NAM ..I am not getting any simulations..Can you please tell me how to work on with NAM..I even downloaded the NAM link which u sent but I don't know how to proceed..
Thanks a lot..Thanks for responding
 
Old 02-12-2018, 06:41 AM   #5
rtmistler
Moderator
 
Registered: Mar 2011
Location: USA
Distribution: MINT Debian, Angstrom, SUSE, Ubuntu, Debian
Posts: 9,882
Blog Entries: 13

Rep: Reputation: 4930Reputation: 4930Reputation: 4930Reputation: 4930Reputation: 4930Reputation: 4930Reputation: 4930Reputation: 4930Reputation: 4930Reputation: 4930Reputation: 4930
Please post your thread in only one forum. Posting a single thread in the most relevant forum will make it easier for members to help you and will keep the discussion in one place. This thread is being closed because it is a duplicate.
 
  


Closed Thread

Tags
aquasim, ns2



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Problem!!!! :some tests failed in ./validate step of installing aquasim CaraEvan Linux - Newbie 7 02-12-2018 11:55 AM
[SOLVED] Aquasim:How insert mac protocol to aquasim vaj-bor Linux - Software 35 03-15-2017 06:43 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 02:39 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration