LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Networking
User Name
Password
Linux - Networking This forum is for any issue related to networks or networking.
Routing, network cards, OSI, etc. Anything is fair game.

Notices


Reply
  Search this Thread
Old 02-01-2017, 06:17 AM   #1
khaqan82
LQ Newbie
 
Registered: Jan 2017
Posts: 5

Rep: Reputation: Disabled
help regarding NS-2.31 validation tests on ubuntu 16.10


Hello everyone,
I have installed Ns-2.31 and CRCN patch on ubuntu 16.10 and then try to validate the tests then following errors occurred

validate overall report: some tests failed:
./test-all-srm ./test-all-diffusion3 ./test-all-smac ./test-all-smac-multihop ./test-all-hier-routing ./test-all-algo-routing ./test-all-mcast ./test-all-vc ./test-all-session ./test-all-mixmode ./test-all-webcache ./test-all-mcache ./test-all-plm ./test-all-wireless-shadowing ./test-all-wireless-lan-aodv ./test-all-wireless-tdma ./test-all-wireless-gridkeeper ./test-all-wireless-diffusion ./test-all-wireless-lan-newnode ./test-all-satellite ./test-all-WLtutorial ./test-all-tagged-trace ./test-all-wpan ./test-all-energy
to re-run a specific test, cd tcl/test; ./test-all-TEST-NAME
Notice that some tests in webcache will fail on freebsd when -O is turned on.
This is due to some event reordering, which will disappear when -g is turned on.


If anyone knows its solution then kindly let me know about it. i shall be thankful for your support in this regard. Thank you in advance

Last edited by khaqan82; 02-01-2017 at 07:39 AM.
 
Old 02-02-2017, 07:34 AM   #2
TB0ne
LQ Guru
 
Registered: Jul 2003
Location: Birmingham, Alabama
Distribution: SuSE, RedHat, Slack,CentOS
Posts: 26,655

Rep: Reputation: 7970Reputation: 7970Reputation: 7970Reputation: 7970Reputation: 7970Reputation: 7970Reputation: 7970Reputation: 7970Reputation: 7970Reputation: 7970Reputation: 7970
Quote:
Originally Posted by khaqan82 View Post
Hello everyone,
I have installed Ns-2.31 and CRCN patch on ubuntu 16.10 and then try to validate the tests then following errors occurred

validate overall report: some tests failed:
./test-all-srm ./test-all-diffusion3 ./test-all-smac ./test-all-smac-multihop ./test-all-hier-routing ./test-all-algo-routing ./test-all-mcast ./test-all-vc ./test-all-session ./test-all-mixmode ./test-all-webcache ./test-all-mcache ./test-all-plm ./test-all-wireless-shadowing ./test-all-wireless-lan-aodv ./test-all-wireless-tdma ./test-all-wireless-gridkeeper ./test-all-wireless-diffusion ./test-all-wireless-lan-newnode ./test-all-satellite ./test-all-WLtutorial ./test-all-tagged-trace ./test-all-wpan ./test-all-energy
to re-run a specific test, cd tcl/test; ./test-all-TEST-NAME
Notice that some tests in webcache will fail on freebsd when -O is turned on.
This is due to some event reordering, which will disappear when -g is turned on.
As in several other threads about ns2 recently, unless you tell us what steps/procedures you followed to install these things, there's not a lot we can tell you. We can't guess past "you did something wrong in installation", based on what you posted. All we can tell you from what you told us is "those tests failed".

Help us help you...provide details.
 
Old 02-02-2017, 09:59 AM   #3
khaqan82
LQ Newbie
 
Registered: Jan 2017
Posts: 5

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by TB0ne View Post
As in several other threads about ns2 recently, unless you tell us what steps/procedures you followed to install these things, there's not a lot we can tell you. We can't guess past "you did something wrong in installation", based on what you posted. All we can tell you from what you told us is "those tests failed".

Help us help you...provide details.
Respected Sir,
thank you for your kind reply. i had installed ubuntu 16.10 and then installed ns-2.31 on it using GCC 4.8. i am also attaching the guide that i have followed. It contains all complete steps for installation. Looking forward for your kind support in this regard.
Attached Files
File Type: pdf CRCN with ns231.pdf (337.7 KB, 51 views)
 
Old 02-02-2017, 10:50 AM   #4
TB0ne
LQ Guru
 
Registered: Jul 2003
Location: Birmingham, Alabama
Distribution: SuSE, RedHat, Slack,CentOS
Posts: 26,655

Rep: Reputation: 7970Reputation: 7970Reputation: 7970Reputation: 7970Reputation: 7970Reputation: 7970Reputation: 7970Reputation: 7970Reputation: 7970Reputation: 7970Reputation: 7970
Quote:
Originally Posted by khaqan82 View Post
Respected Sir,
There are not just 'sirs" on this site.
Quote:
thank you for your kind reply. i had installed ubuntu 16.10 and then installed ns-2.31 on it using GCC 4.8. i am also attaching the guide that i have followed. It contains all complete steps for installation. Looking forward for your kind support in this regard.
Did you READ AND FOLLOW that guide??? Did you miss the note on page one, that says:
Quote:
Originally Posted by PDF Doc
Comment [SS1]: Please note that
... gcc-4.3 is deprecated for Ubuntu 12+
... and gcc-4.8 is too good for ns2.31
So we are left with gcc-4.4 that works perfectly okay.
It TELLS YOU to use gcc-4.4...and you're using 4.8. There are also many other steps...did you follow them ALL???
 
Old 02-02-2017, 10:53 AM   #5
khaqan82
LQ Newbie
 
Registered: Jan 2017
Posts: 5

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by TB0ne View Post
There are not just 'sirs" on this site.

Did you READ AND FOLLOW that guide??? Did you miss the note on page one, that says:

It TELLS YOU to use gcc-4.4...and you're using 4.8. There are also many other steps...did you follow them ALL???
Respected Sir,
It also provide in side comments that gcc-4.8 is too good. kindly look at the comment SS1. so i use gcc-4.8 and follow all the mentioned steps. finally the link provided for CRCN is broken then i download it from the post of KUNDFL on linuxquestions.org and follow the remaining steps. Looking forward for your reply.

Last edited by khaqan82; 02-02-2017 at 10:57 AM.
 
Old 02-02-2017, 11:16 AM   #6
khaqan82
LQ Newbie
 
Registered: Jan 2017
Posts: 5

Original Poster
Rep: Reputation: Disabled
Yes sir i have followed all the remaining steps that are provided in the guide.
 
Old 02-02-2017, 04:33 PM   #7
TB0ne
LQ Guru
 
Registered: Jul 2003
Location: Birmingham, Alabama
Distribution: SuSE, RedHat, Slack,CentOS
Posts: 26,655

Rep: Reputation: 7970Reputation: 7970Reputation: 7970Reputation: 7970Reputation: 7970Reputation: 7970Reputation: 7970Reputation: 7970Reputation: 7970Reputation: 7970Reputation: 7970
Quote:
Originally Posted by khaqan82 View Post
Respected Sir,
AGAIN, since you seem to have missed it: THERE ARE NOT JUST SIRS ON THIS SITE
Quote:
It also provide in side comments that gcc-4.8 is too good. kindly look at the comment SS1. so i use gcc-4.8 and follow all the mentioned steps.
Right...AGAIN, it is telling you that you NEED GCC-4.4 and you PURPOSELY USED 4.8. You are using the wrong GCC, AGAIN.
Quote:
A finally the link provided for CRCN is broken then i download it from the post of KUNDFL on linuxquestions.org and follow the remaining steps. Looking forward for your reply.
Great. So go back to step 1, and FOLLOW THE INSTRUCTIONS, including using the CORRECT GCC for the version of NS2 that you're using. Otherwise, find a version of NS that runs with 4.8. Simple....can't explain more simply than that.
Quote:
Yes sir i have followed all the remaining steps that are provided in the guide.
Wrong...there is NO WAY you could have followed all the remaining steps, since on the very first page, you have an error. Try again.

Last edited by TB0ne; 02-02-2017 at 04:34 PM.
 
  


Reply

Tags
crcn, 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
ns2 - some validation tests failed shojaru Linux - Newbie 73 02-01-2017 06:59 PM
ns2.35 but last part of validation message shows some tests failed aruns Linux - Newbie 2 04-21-2015 02:38 AM
Ubuntu 12.04 server - localhost installation - user validation problem. GraceBT Linux - Newbie 2 08-27-2012 03:33 AM
[SOLVED] Validation failed in NS2.34 in ubuntu 10.04 remix PAVAI Linux - Newbie 13 07-30-2012 05:47 AM
Validation failed in NS2.34 in ubuntu 10.04 64-bit jackachan Linux - Newbie 2 05-11-2011 02:18 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Networking

All times are GMT -5. The time now is 06:09 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