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


Reply
  Search this Thread
Old 05-05-2012, 01:20 AM   #31
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

# 30 : Ubuntu.

sudo apt-get install xgraph
 
1 members found this post helpful.
Old 05-05-2012, 11:09 AM   #32
priya86mohanty
Member
 
Registered: Apr 2012
Posts: 33

Rep: Reputation: Disabled
# 31

how do I check if xgraph is working properly or not? I got the below lines after typing the commaned - sudo apt-get install xgraph:

xyz@xyz-Presario-V3000-GN367PA-ACJ:~$ sudo apt-get install xgraph
Reading package lists... Done
Building dependency tree
Reading state information... Done
xgraph is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 288 not upgraded.

Quote:
Originally Posted by knudfl View Post
# 30 : Ubuntu.

sudo apt-get install xgraph
 
Old 05-05-2012, 11:17 AM   #33
priya86mohanty
Member
 
Registered: Apr 2012
Posts: 33

Rep: Reputation: Disabled
No .configure file found in current directory

I typed ./configure in ns-2.28 and got the following lines. how to correct it?

xyz@xyz-Presario-V3000-GN367PA-ACJ:~/ns-allinone-2.28/ns-2.28$ ./configure
No .configure file found in current directory
Continuing with default options...
checking build system type... i686-pc-linux-gnu
.
.
.
.
.
onfigure: creating ./config.status
config.status: creating Makefile
config.status: creating tcl/lib/ns-autoconf.tcl
config.status: creating indep-utils/webtrace-conv/ucb/Makefile
config.status: creating indep-utils/webtrace-conv/dec/Makefile
config.status: creating indep-utils/webtrace-conv/nlanr/Makefile
config.status: creating indep-utils/webtrace-conv/epa/Makefile
config.status: creating indep-utils/cmu-scen-gen/setdest/Makefile
config.status: creating autoconf.h
config.status: autoconf.h is unchanged
 
Old 05-05-2012, 12:25 PM   #34
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
#33
Quote:
No .configure file found in current directory
The 'configure' script line 1368 :
echo No .configure file found in current directory

To be ignored.
 
Old 05-05-2012, 08:03 PM   #35
priya86mohanty
Member
 
Registered: Apr 2012
Posts: 33

Rep: Reputation: Disabled
how do I check if xgraph is working properly or not? I got the below lines after typing the command - sudo apt-get install xgraph:

xyz@xyz-Presario-V3000-GN367PA-ACJ:~$ sudo apt-get install xgraph
Reading package lists... Done
Building dependency tree
Reading state information... Done
xgraph is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 288 not upgraded.
 
Old 05-06-2012, 03:33 AM   #36
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
# 35.
Quote:
How do I check if xgraph is working properly
cd ns-allinone-2.28/xgraph-12.1/examples/

xgraph xgtest.xg
xgraph Animation.xg
xgraph bar.xg
xgraph surface2.xg
.. etc. etc.

.
 
1 members found this post helpful.
Old 05-06-2012, 04:07 AM   #37
priya86mohanty
Member
 
Registered: Apr 2012
Posts: 33

Rep: Reputation: Disabled
Thumbs up

Thanks a lot! You have been of great help. The xgraph is working fine.

Quote:
Originally Posted by knudfl View Post
# 35.
cd ns-allinone-2.28/xgraph-12.1/examples/
.
 
Old 05-06-2012, 04:10 AM   #38
priya86mohanty
Member
 
Registered: Apr 2012
Posts: 33

Rep: Reputation: Disabled
Is it mandatory to run ./validate once the installation is successful?
 
Old 05-06-2012, 04:46 AM   #39
priya86mohanty
Member
 
Registered: Apr 2012
Posts: 33

Rep: Reputation: Disabled
# 15

When I ran ./validate, I got the below test failed:

validate overall report: some tests failed:
./test-all-newreno ./test-all-red ./test-all-jobs
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.

xyz@xyz-Presario-V3000-GN367PA-ACJ:~/ns-allinone-2.28/ns-2.28$

Does it matter, if few of the tests are failed? Well, I tried validating the three test separately but even then it failed!!!

Also, do you have any idea on how a WiMAX module can be installed on ns-2.28? I have the module with me. I am facing the error during make clean.

Code:
validate overall report: some tests failed:
     ./test-all-newreno ./test-all-quickstart ./test-all-red ./test-all-jobs ./test-all-xcp

Last edited by priya86mohanty; 05-06-2012 at 05:18 AM.
 
Old 05-06-2012, 05:04 AM   #40
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
#39

The usual: Best result is with a 32bits Fedora / CentOS: Post #11 here
http://www.linuxquestions.org/questi...led-732164/#11


Some few tests failing : If you are not using the concerned protocols,
your ns-2.28 will do OK, I guess.
Anyway it is the best Ubuntu result, I have seen.
Ref. post #10 in the above link.

.
 
1 members found this post helpful.
Old 05-06-2012, 05:19 AM   #41
priya86mohanty
Member
 
Registered: Apr 2012
Posts: 33

Rep: Reputation: Disabled
OK. Do you have any idea on how a WiMAX module can be installed on ns-2.28? I have the module with me. I am facing the error during make clean.

The procedure I followed are as follows:
1) From the WiMAX module folder >> mac folder, copied the files into ns-2.28 >> mac folder
2) From the WiMAX module folder >> tcl and common folder, copied the files into ns-2.28 >> tcl and common folder respectively
3) opened the Makefile.in in ns-2.28
4) Added the below lines after the sentence mac/mac-802_3.o add:
mac/mac-802_16-base.o mac/mac-802_16-ss.o mac/mac-802_16-bs.o \
mac/mac-802_16-FSM.o mac/mac-802_16-timers.o \
5) In the terminal, cd ns-2.28 and then typed ./configure
6) Next I typed, make clean. It gave me the below error:
xyz@xyz-Presario-V3000-GN367PA-ACJ:~/ns-allinone-2.28/ns-2.28$ make clean
Makefile:228: *** commands commence before first target. Stop.

How do I correct this? It is indicating the highlighted line above which I added in the Makefile!!!

Last edited by priya86mohanty; 05-06-2012 at 05:30 AM.
 
Old 05-06-2012, 05:37 AM   #42
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
#41
Quote:
Makefile:228: *** commands commence before first target. Stop.
Seems you have added some <space> typo in the Makefile.in, like :

mac/mac-802_16-base.o mac/mac-802_16-ss.o mac/mac-802_16-bs.o \<space>
<space><space><space>mac/mac-802_16-FSM.o mac/mac-802_16-timers.o \<space>

Please try to delete all <space> at line ends.
If you have used any <space> at line begin, they must be replaced with <TAB>.

.
 
1 members found this post helpful.
Old 05-06-2012, 05:52 AM   #43
priya86mohanty
Member
 
Registered: Apr 2012
Posts: 33

Rep: Reputation: Disabled
# 42

Oh yes, I had not typed ./configure after removing the <space> after '\'. I directly typed make clean and that is how I was getting the error. It is working now. Thanks!!!

Last edited by priya86mohanty; 05-06-2012 at 05:54 AM.
 
Old 05-06-2012, 06:00 AM   #44
priya86mohanty
Member
 
Registered: Apr 2012
Posts: 33

Rep: Reputation: Disabled
When I typed the 'nam' - xyz@xyz-Presario-V3000-GN367PA-ACJ:~/ns-allinone-2.28/nam-1.11$ nam

In the nam window it shows the following:

NAM - The Network Animator

Welcome to Nam 1.15


Developed by UCB and the VINT, SAMAN, and Conser projects at ISI.

Nam contains source code with the following copyrights:

Copyright (c) 1991-1994 Regents of the University of California.
Copyright (c) 1997-1999 University of Southern California
Copyright (c) 2000-2002 USC/Information Sciences Institute

Why does it show Nam 1.15, when the required one is nam-1.11?
 
Old 05-06-2012, 07:01 AM   #45
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
# 44

NAM is a separate application. Any nam can be used.
( Looks like you installed with 'sudo apt-get install nam'
.. or have a 'nam' from an ns-allinone-2.35 install.)

Testing nam-1.11 in ns-allinone-2.28/nam-1.11/ :
The command is not nam but ./nam

.
 
  


Reply

Tags
ns228, ns228#15, ns228-patch



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 installing ubuntu 8.10 warun Ubuntu 2 05-27-2009 12:41 AM
Problem Installing Ubuntu 8.10 edgartech Ubuntu 2 11-05-2008 01:28 AM
Problem installing Ubuntu 8 Juvencio Linux - Newbie 5 07-05-2008 01:30 AM
problem with installing ubuntu 7.04... opmeena Linux - Newbie 4 01-12-2008 09:48 AM
Installing Ubuntu Problem LinuxNewbie092 Ubuntu 5 03-29-2007 04:09 PM

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

All times are GMT -5. The time now is 01:46 AM.

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