LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 09-25-2014, 01:49 PM   #1
Master_Stu
Member
 
Registered: Sep 2014
Posts: 38
Blog Entries: 1

Rep: Reputation: Disabled
Problem while installing Ns2.34 with ubuntu 12.04 LTS please i need help


Hi Sir!
plz i need your help i have installed NS2.34 and a tried to add lte patch but when i tried to simulate enaya.tcl example there's a problem , than i reinstaled ns2.34 but this error is shown:

tcl8.4.18 make succeeded.
Warning: tclStubInit.c may be out of date.
Developers may want to run "make genstubs" to regenerate.
This warning can be safely ignored, do not report as a bug!
Installing libtcl8.4.a to /home/aziza/Bureau/ns-allinone-2.34/lib/
cp: cannot create regular file `/home/aziza/Bureau/ns-allinone-2.34/lib/#inst.20046#': Permission denied
rm: cannot remove `/home/aziza/Bureau/ns-allinone-2.34/lib/libtcl8.4.a': Permission denied
mv: cannot stat `/home/aziza/Bureau/ns-allinone-2.34/lib/#inst.20046#': No such file or directory
ranlib: could not create temporary file whilst writing archive: No more archived files
make: *** [install-binaries] Error 1
tcl8.4.18 installation failed.
Tcl is not part of the ns project. Please see www.Scriptics.com
to see if they have a fix for your platform.
 
Old 09-25-2014, 04:11 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
Ref. post #53, @Master_Stu.

Duplicate posts are not allowed. Please don't do that again.


Please read about LTE http://www.linuxquestions.org/questions/tags/lte/
... There is a patch for ns-2.34 : lte-ns234.patch
https://drive.google.com/file/d/0B7S...it?usp=sharing

Building ns-2.34 + LTE :
Start from scratch with a new unpacked ns-allinone-2.34.tar.gz in a new folder,
in /home/aziza/ : $ tar xvf ns-allinone-2.34.tar.gz
* ns-allinone-2.34.tar.gz http://sourceforge.net/projects/nsna...allinone-2.34/
! And no root, no sudo commands, else you get : Permission denied.
Root / sudo is only to be used for 'make install' and copying 'ns' to /usr/local/.

Build example, Ubuntu 11* - 14* :
$ cd ns-allinone-2.34/
$ patch -p0 < lte-ns234.patch
$ export CC=gcc-4.4 CXX=g++-4.4
$ ./install
$ cd ns-2.34/
$ cp ns ns-lte
$ sudo cp ns-lte /usr/local/bin/
.. Then you can do : $ ns-lte eyana.tcl
.. from the LTE examples "lte-examples-0614.tar.gz"
https://drive.google.com/file/d/0B7S...it?usp=sharing

Good luck !

-

Last edited by knudfl; 09-25-2014 at 04:26 PM.
 
Old 09-26-2014, 12:00 PM   #3
Master_Stu
Member
 
Registered: Sep 2014
Posts: 38

Original Poster
Blog Entries: 1

Rep: Reputation: Disabled
Hi! Sir
i re-install ns-2.34 in a folder in the root directory not in the desktop. but the same error appear again even with those steps!
 
Old 09-26-2014, 12:01 PM   #4
Master_Stu
Member
 
Registered: Sep 2014
Posts: 38

Original Poster
Blog Entries: 1

Rep: Reputation: Disabled
may be the problem is to modifier the path in bashrc file??!!!
 
Old 09-26-2014, 01:09 PM   #5
Master_Stu
Member
 
Registered: Sep 2014
Posts: 38

Original Poster
Blog Entries: 1

Rep: Reputation: Disabled
Hi, i have modified the bashrc file then i have execute the /.validate and i have run an exemple eyana.tcl but the output was this error :


aziza@aziza-VM:~/ns/ns-allinone-2.34/ns-2.34/lte-ex$ ns eyana.tcl
application-specific initialization failed: Can't find a usable init.tcl in the following directories:
/home/aziza/Desktop/ns-allinone-2.35/tcl8.5.10/library:/usr/lib /home/aziza/Bureau/ns-allinone-2.33/lib/tcl8.4 /home/aziza/Desktop/ns-allinone-2.35/tcl8.5.10/library:/usr/lib /home/aziza/Desktop/ns-allinone-2.35/tcl8.5.10/library:/usr/tcl8.4 /usr/local/lib/tcl8.4 /usr/lib/tcl8.4 /usr/local/library /usr/library /usr/tcl8.4.18/library /tcl8.4.18/library /home/aziza/Bureau/ns-allinone-2.33/lib/tcl8.4



This probably means that Tcl wasn't installed properly.

invalid command name "new"
while executing
"new Simulator -multicast on"
invoked from within
"set ns [new Simulator -multicast on]"
(file "eyana.tcl" line 1)
aziza@aziza-VM:~/ns/ns-allinone-2.34/ns-2.34/lte-ex$
 
Old 09-26-2014, 04:47 PM   #6
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
← Ref. post #5.
Quote:
Can't find a usable init.tcl in the following directories:
May be you moved the "ns-allinone-2.34/" folder to a new location ?
The executable 'ns' ('ns-lte') is hard coded to find it´s libraries
in the build location ( "ns-allinone-2.34/{ bin/, lib/ } )".

So adding any *PATH to .bashrc won't do. Please delete.

Besides that, the 15 year old text "Please put PATH..", You MUST put PATH.."
... is not required when it's your computer and can do :
$ sudo cp ns-lte /usr/local/bin/ .
(Used to be required (years ago), when a University computer was used.)

← Post #3.
Recommended is /home/aziza/<any-folder>/ . See post #2.
( Desktop/ is not recommended, not a location for plenty of software.)
The /root/ folder is a forbidden location. Not to be used for anything !

-

Last edited by knudfl; 09-26-2014 at 04:56 PM.
 
Old 09-26-2014, 05:42 PM   #7
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
About eyana.tcl : You will need a 'nam' package.

If 32bits (i686) OS https://drive.google.com/file/d/0B7S...it?usp=sharing
>>> nam-1.14-10_i386.deb

If 64bits (x86_64) OS https://drive.google.com/file/d/0B7S...it?usp=sharing
>>> nam_1.14_amd64.deb
 
Old 09-27-2014, 07:27 AM   #8
Master_Stu
Member
 
Registered: Sep 2014
Posts: 38

Original Poster
Blog Entries: 1

Rep: Reputation: Disabled
Good morning! i have re-installed from scratch Ubuntu12.04 in VMware and i trying now to re-install NS2.34 but there is this error how i fix it? :

make: gcc-4.4 : commande introuvable
make: *** [example.o] Erreur 127
Zlib make failed, but it's optional Continue ...
============================================================
* Build tcl8.4.18
============================================================
configure: WARNING: unrecognized options: --enable-gcc
checking whether to use symlinks for manpages... no
checking whether to compress the manpages... no
checking whether to add a package name suffix for the manpages... no
checking for gcc... gcc-4.4
checking whether the C compiler works... no
configure: error: in `/home/ubu/Bureau/ns-allinone-2.34/tcl8.4.18/unix':
configure: error: C compiler cannot create executables
See `config.log' for more details
tcl8.4.18 configuration failed! Exiting ...
Tcl is not part of the ns project. Please see www.Scriptics.com
to see if they have a fix for your platform.
ubu@ubu-virtual-machine:~/Bureau/ns-allinone-2.34$
 
Old 09-27-2014, 08:40 AM   #9
Master_Stu
Member
 
Registered: Sep 2014
Posts: 38

Original Poster
Blog Entries: 1

Rep: Reputation: Disabled
Hello! itryed it install the gcc-4.4 and g++-4.4
Sudo apt-get install gcc-4.4 g++-4.4
then i changed the line 270 in tcl8.4.14/Unix/Makefile.in
then :/install
the process of installation finished and this was the result :

PATH="$PATH:/sbin" ldconfig -n /home/ubu/Bureau/ns-allinone-2.34/lib
----------------------------------------------------------------------
Libraries have been installed in:
/home/ubu/Bureau/ns-allinone-2.34/lib

If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the `-LLIBDIR'
flag during linking and do at least one of the following:
- add LIBDIR to the `LD_LIBRARY_PATH' environment variable
during execution
- add LIBDIR to the `LD_RUN_PATH' environment variable
during linking
- use the `-Wl,--rpath -Wl,LIBDIR' linker flag
- have your system administrator add LIBDIR to `/etc/ld.so.conf'

See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
make[4]: Rien à faire pour « install-data-am ».
make[4]: quittant le répertoire « /home/ubu/Bureau/ns-allinone-2.34/dei80211mr-1.1.4/src »
make[3]: quittant le répertoire « /home/ubu/Bureau/ns-allinone-2.34/dei80211mr-1.1.4/src »
make[2]: quittant le répertoire « /home/ubu/Bureau/ns-allinone-2.34/dei80211mr-1.1.4/src »
make[1]: quittant le répertoire « /home/ubu/Bureau/ns-allinone-2.34/dei80211mr-1.1.4/src »
make[1]: entrant dans le répertoire « /home/ubu/Bureau/ns-allinone-2.34/dei80211mr-1.1.4 »
make[2]: entrant dans le répertoire « /home/ubu/Bureau/ns-allinone-2.34/dei80211mr-1.1.4 »
make[2]: Rien à faire pour « install-exec-am ».
make[2]: Rien à faire pour « install-data-am ».
make[2]: quittant le répertoire « /home/ubu/Bureau/ns-allinone-2.34/dei80211mr-1.1.4 »
make[1]: quittant le répertoire « /home/ubu/Bureau/ns-allinone-2.34/dei80211mr-1.1.4 »
Please compile your xgraph separately.

Ns-allinone package has been installed successfully.
Here are the installation places:
tcl8.4.18: /home/ubu/Bureau/ns-allinone-2.34/{bin,include,lib}
tk8.4.18: /home/ubu/Bureau/ns-allinone-2.34/{bin,include,lib}
otcl: /home/ubu/Bureau/ns-allinone-2.34/otcl-1.13
tclcl: /home/ubu/Bureau/ns-allinone-2.34/tclcl-1.19
ns: /home/ubu/Bureau/ns-allinone-2.34/ns-2.34/ns
nam: /home/ubu/Bureau/ns-allinone-2.34/nam-1.14/nam
gt-itm: /home/ubu/Bureau/ns-allinone-2.34/itm, edriver, sgb2alt, sgb2ns, sgb2comns, sgb2hierns

----------------------------------------------------------------------------------

Please put /home/ubu/Bureau/ns-allinone-2.34/bin:/home/ubu/Bureau/ns-allinone-2.34/tcl8.4.18/unix:/home/ubu/Bureau/ns-allinone-2.34/tk8.4.18/unix
into your PATH environment; so that you'll be able to run itm/tclsh/wish/xgraph.

IMPORTANT NOTICES:

(1) You MUST put /home/ubu/Bureau/ns-allinone-2.34/otcl-1.13, /home/ubu/Bureau/ns-allinone-2.34/lib,
into your LD_LIBRARY_PATH environment variable.
If it complains about X libraries, add path to your X libraries
into LD_LIBRARY_PATH.
If you are using csh, you can set it like:
setenv LD_LIBRARY_PATH <paths>
If you are using sh, you can set it like:
export LD_LIBRARY_PATH=<paths>

(2) You MUST put /home/ubu/Bureau/ns-allinone-2.34/tcl8.4.18/library into your TCL_LIBRARY environmental
variable. Otherwise ns/nam will complain during startup.

After these steps, you can now run the ns validation suite with
cd ns-2.34; ./validate

For trouble shooting, please first read ns problems page
http://www.isi.edu/nsnam/ns/ns-problems.html. Also search the ns mailing list archive
for related posts.

then I tried to simulate a tcl script , another problem was there :
Le programme 'ns' n'est pas encore installé. Vous pouvez l'installer en tapant :
sudo apt-get install ns2

what should i do please! i'll be very grateful
 
Old 09-27-2014, 09:34 AM   #10
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
← #9 .
Quote:
Le programme 'ns' n'est pas encore installé.
? What is it you don't understand with doing this :
$ sudo cp ns-lte /usr/local/bin/
.. And then do a simulation, not 'ns' but 'ns-lte' : $ ns-lte eyana.tcl


Quote:
Please put /home/ubu.....
.
You MUST put.........
! Please read post #6 :
.. adding any *PATH to .bashrc won't do. Please delete.

And you can delete all the text in post #9 that appeared at ./install end,
all ~69 lines. We have seen that thousands of times.
Editing : Hit the Edit button.


Quote:
then I changed the line 270 in tcl8.4.14/Unix/Makefile.in
? Why not do it right : Read post #2 !
→ → $ export CC=gcc-4.4 CXX=g++-4.4 && ./install
* It' also a lot easier, not having to edit files.

-

Last edited by knudfl; 09-27-2014 at 11:25 AM.
 
Old 09-27-2014, 10:19 AM   #11
Master_Stu
Member
 
Registered: Sep 2014
Posts: 38

Original Poster
Blog Entries: 1

Rep: Reputation: Disabled
Unhappy

Quote:
Originally Posted by knudfl View Post
← #9 .

$ sudo cp ns-lte /usr/local/bin/
.. And then do a simulation, not 'ns' but 'ns-lte' : $ ns-lte eyana.tcl

-
thanks for responding me, in which directory i execute this command? " sudo cp ns-lte /usr/local/bin"?
and what about ns-lte? why using this command if i need to use other modules like wimax or else? i'm very confused plz and i need your help
 
Old 09-27-2014, 11:34 AM   #12
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
← #11 .
Quote:
why using this command if I need to use other modules like wimax or else ?
At least you now have an executable that can do LTE :
/usr/local/bin/ns-lte : Save it forever.

Wimax : That's a new question ?
Can you add Wimax to LTE ? So far it has been tried with LWX,
"Light Wimax" ( or wimax-lwx). Works with ns233, ns234.
So that's kind of yes to adding wimax :
* Not all additional protocols can live together :
Will conflict, anyway with the current available code.cc .

Example, LTE + wimax-lwx
http://www.linuxquestions.org/questi...-a-4175519200/
... Then you will just get another executable,
that you can add to /usr/local/bin/.
And do the lwx examples with : $ wimax-lwx+lte example.tcl

The @nassou19891 thread continues with combined added protocols:
Wimax-lwx + DCCP + LTE + MPTCP : See post #13 in the link.



Quote:
in which directory I execute this command?
"sudo cp ns-lte /usr/local/bin" ?
* I guess you will have to read post #2.

... And : The simulation must be done in the folder with
the examples.tcl : "lte-ex_06.14/" → $ ns-lte eyana.tcl
* The folder `lte-ex_06.14/' can have any location in /home/aziza/.


P.S. : Combining the patches to a new patch is often hard work:
1 - 10 hours.

-

Last edited by knudfl; 10-06-2014 at 02:54 PM.
 
Old 10-06-2014, 02:43 PM   #13
Master_Stu
Member
 
Registered: Sep 2014
Posts: 38

Original Poster
Blog Entries: 1

Rep: Reputation: Disabled
Hi Sir!
Hi sir, sorry for the late. i have installed the simulator correctly also i added the lwx+LTE+dccp+MPTCP patch but when i tries to run an example there is an error:

ubu@ubu-virtual-machine:~/Bureau/ns-allinone-2.34/ex-dccp$ ns-lwx+LTE+dccp+MPTCP wrls-aodv-sayeh.tcl
the result of this command was :
ubu@ubu-virtual-machine:~/Bureau/ns-allinone-2.34/ex-dccp$ ns-lwx+LTE+dccp+MPTCP wrls-aodv-sayeh.tcl
num_nodes is set 3
INITIALIZE THE LIST xListHead
*** stack smashing detected ***: ns-lwx+LTE+dccp+MPTCP terminated
======= Backtrace: =========
/lib/i386-linux-gnu/libc.so.6(__fortify_fail+0x45)[0xb7483dd5]
/lib/i386-linux-gnu/libc.so.6(+0xffd8a)[0xb7483d8a]
ns-lwx+LTE+dccp+MPTCP(_ZN8CMUTrace10nam_formatEP6Packeti+0xbaf)[0x82b6507]
ns-lwx+LTE+dccp+MPTCP(_ZN8CMUTrace6formatEP6PacketPKc+0x6b)[0x82b657d]
ns-lwx+LTE+dccp+MPTCP(_ZN8CMUTrace4recvEP6PacketP7Handler+0x71)[0x82b68a1]
ns-lwx+LTE+dccp+MPTCP(_ZN5Agent4sendEP6PacketP7Handler+0x2c)[0x81b4146]
ns-lwx+LTE+dccp+MPTCP(_ZN9DCCPAgent6outputEb+0x74c)[0x822171c]
ns-lwx+LTE+dccp+MPTCP(_ZN9DCCPAgent7sendmsgEiPKc+0x1a2)[0x82251ce]
ns-lwx+LTE+dccp+MPTCP(_ZN11Application4sendEi+0x2d)[0x81b58d1]
ns-lwx+LTE+dccp+MPTCP(_ZN16TrafficGenerator7timeoutEv+0x2c)[0x81b6204]
ns-lwx+LTE+dccp+MPTCP(_ZN11CBR_Traffic5startEv+0x34)[0x81b7d02]
ns-lwx+LTE+dccp+MPTCP(_ZN11Application7commandEiPKPKc+0x110)[0x81b56b0]
ns-lwx+LTE+dccp+MPTCP(_ZN8TclClass12dispatch_cmdEPvP10Tcl_InterpiPPKc+0x32)[0x8403c5e]
ns-lwx+LTE+dccp+MPTCP[0x8409fef]
ns-lwx+LTE+dccp+MPTCP(TclInvokeStringCommand+0x6e)[0x840c5de]
ns-lwx+LTE+dccp+MPTCP(TclEvalObjvInternal+0x373)[0x840e2e3]
ns-lwx+LTE+dccp+MPTCP[0x843a68a]
ns-lwx+LTE+dccp+MPTCP(TclCompEvalObj+0xdd)[0x843e91d]
ns-lwx+LTE+dccp+MPTCP[0x843a9a3]
ns-lwx+LTE+dccp+MPTCP(TclCompEvalObj+0xdd)[0x843e91d]
ns-lwx+LTE+dccp+MPTCP(TclObjInterpProc+0x2a7)[0x8468997]
ns-lwx+LTE+dccp+MPTCP(TclProcInterpProc+0x80)[0x8468e50]
ns-lwx+LTE+dccp+MPTCP[0x840a20f]
ns-lwx+LTE+dccp+MPTCP(TclInvokeStringCommand+0x6e)[0x840c5de]
ns-lwx+LTE+dccp+MPTCP(TclEvalObjvInternal+0x373)[0x840e2e3]
ns-lwx+LTE+dccp+MPTCP(Tcl_EvalEx+0x4fc)[0x840ef7c]
ns-lwx+LTE+dccp+MPTCP(Tcl_Eval+0x3c)[0x840f21c]
ns-lwx+LTE+dccp+MPTCP(Tcl_GlobalEval+0x36)[0x840f2b6]
ns-lwx+LTE+dccp+MPTCP(_ZN3Tcl4evalEPc+0x1b)[0x84030bd]
ns-lwx+LTE+dccp+MPTCP(_ZN9AtHandler6handleEP5Event+0x24)[0x81a2448]
ns-lwx+LTE+dccp+MPTCP(_ZN9Scheduler8dispatchEP5Eventd+0x94)[0x81a23fe]
ns-lwx+LTE+dccp+MPTCP(_ZN9Scheduler3runEv+0x2c)[0x81a2332]
ns-lwx+LTE+dccp+MPTCP(_ZN9Scheduler7commandEiPKPKc+0x6b)[0x81a24df]
ns-lwx+LTE+dccp+MPTCP(_ZN8TclClass12dispatch_cmdEPvP10Tcl_InterpiPPKc+0x32)[0x8403c5e]
ns-lwx+LTE+dccp+MPTCP[0x8409fef]
ns-lwx+LTE+dccp+MPTCP(TclInvokeStringCommand+0x6e)[0x840c5de]
ns-lwx+LTE+dccp+MPTCP(TclEvalObjvInternal+0x373)[0x840e2e3]
ns-lwx+LTE+dccp+MPTCP[0x843a68a]
ns-lwx+LTE+dccp+MPTCP(TclCompEvalObj+0xdd)[0x843e91d]
ns-lwx+LTE+dccp+MPTCP[0x843a9a3]
ns-lwx+LTE+dccp+MPTCP(TclCompEvalObj+0xdd)[0x843e91d]
ns-lwx+LTE+dccp+MPTCP(TclObjInterpProc+0x2a7)[0x8468997]
ns-lwx+LTE+dccp+MPTCP(TclProcInterpProc+0x80)[0x8468e50]
ns-lwx+LTE+dccp+MPTCP[0x840a20f]
ns-lwx+LTE+dccp+MPTCP(TclInvokeStringCommand+0x6e)[0x840c5de]
ns-lwx+LTE+dccp+MPTCP(TclEvalObjvInternal+0x373)[0x840e2e3]
ns-lwx+LTE+dccp+MPTCP[0x843a68a]
ns-lwx+LTE+dccp+MPTCP(TclCompEvalObj+0xdd)[0x843e91d]
ns-lwx+LTE+dccp+MPTCP(TclObjInterpProc+0x2a7)[0x8468997]
ns-lwx+LTE+dccp+MPTCP(TclProcInterpProc+0x80)[0x8468e50]
ns-lwx+LTE+dccp+MPTCP[0x8409fef]
ns-lwx+LTE+dccp+MPTCP(TclInvokeStringCommand+0x6e)[0x840c5de]
ns-lwx+LTE+dccp+MPTCP(TclEvalObjvInternal+0x373)[0x840e2e3]
ns-lwx+LTE+dccp+MPTCP(Tcl_EvalEx+0x4fc)[0x840ef7c]
ns-lwx+LTE+dccp+MPTCP(Tcl_FSEvalFile+0x243)[0x8457ae3]
ns-lwx+LTE+dccp+MPTCP(Tcl_Main+0x357)[0x845b187]
ns-lwx+LTE+dccp+MPTCP(nslibmain+0x20)[0x8402cbc]
ns-lwx+LTE+dccp+MPTCP(main+0x1b)[0x8402e2f]
/lib/i386-linux-gnu/libc.so.6(__libc_start_main+0xf3)[0xb739d4d3]
======= Memory map: ========
08048000-085bd000 r-xp 00000000 08:01 3153791 /usr/local/bin/ns-lwx+LTE+dccp+MPTCP
085bd000-085be000 r--p 00575000 08:01 3153791 /usr/local/bin/ns-lwx+LTE+dccp+MPTCP
085be000-0865c000 rw-p 00576000 08:01 3153791 /usr/local/bin/ns-lwx+LTE+dccp+MPTCP
0865c000-08665000 rw-p 00000000 00:00 0
0a47d000-0a73a000 rw-p 00000000 00:00 0 [heap]
b7153000-b7155000 rw-p 00000000 00:00 0
b7155000-b7355000 r--p 00000000 08:01 2890438 /usr/lib/locale/locale-archive
b7355000-b7358000 rw-p 00000000 00:00 0
b7358000-b735d000 r-xp 00000000 08:01 2888122 /usr/lib/i386-linux-gnu/libXdmcp.so.6.0.0
b735d000-b735e000 r--p 00004000 08:01 2888122 /usr/lib/i386-linux-gnu/libXdmcp.so.6.0.0
b735e000-b735f000 rw-p 00005000 08:01 2888122 /usr/lib/i386-linux-gnu/libXdmcp.so.6.0.0
b735f000-b7361000 r-xp 00000000 08:01 2888111 /usr/lib/i386-linux-gnu/libXau.so.6.0.0
b7361000-b7362000 r--p 00001000 08:01 2888111 /usr/lib/i386-linux-gnu/libXau.so.6.0.0
b7362000-b7363000 rw-p 00002000 08:01 2888111 /usr/lib/i386-linux-gnu/libXau.so.6.0.0
b7363000-b7382000 r-xp 00000000 08:01 2883626 /usr/lib/i386-linux-gnu/libxcb.so.1.1.0
b7382000-b7383000 r--p 0001f000 08:01 2883626 /usr/lib/i386-linux-gnu/libxcb.so.1.1.0
b7383000-b7384000 rw-p 00020000 08:01 2883626 /usr/lib/i386-linux-gnu/libxcb.so.1.1.0
b7384000-b7523000 r-xp 00000000 08:01 4457375 /lib/i386-linux-gnu/libc-2.15.so
b7523000-b7525000 r--p 0019f000 08:01 4457375 /lib/i386-linux-gnu/libc-2.15.so
b7525000-b7526000 rw-p 001a1000 08:01 4457375 /lib/i386-linux-gnu/libc-2.15.so
b7526000-b752a000 rw-p 00000000 00:00 0
b752a000-b7546000 r-xp 00000000 08:01 4457396 /lib/i386-linux-gnu/libgcc_s.so.1
b7546000-b7547000 r--p 0001b000 08:01 4457396 /lib/i386-linux-gnu/libgcc_s.so.1
b7547000-b7548000 rw-p 0001c000 08:01 4457396 /lib/i386-linux-gnu/libgcc_s.so.1
b7548000-b7620000 r-xp 00000000 08:01 2888638 /usr/lib/i386-linux-gnu/libstdc++.so.6.0.16
b7620000-b7621000 ---p 000d8000 08:01 2888638 /usr/lib/i386-linux-gnu/libstdc++.so.6.0.16
b7621000-b7625000 r--p 000d8000 08:01 2888638 /usr/lib/i386-linux-gnu/libstdc++.so.6.0.16
b7625000-b7626000 rw-p 000dc000 08:01 2888638 /usr/lib/i386-linux-gnu/libstdc++.so.6.0.16
b7626000-b762d000 rw-p 00000000 00:00 0
b762d000-b7657000 r-xp 00000000 08:01 4457407 /lib/i386-linux-gnu/libm-2.15.so
b7657000-b7658000 r--p 00029000 08:01 4457407 /lib/i386-linux-gnu/libm-2.15.so
b7658000-b7659000 rw-p 0002a000 08:01 4457407 /lib/i386-linux-gnu/libm-2.15.so
b7659000-b765c000 r-xp 00000000 08:01 4457388 /lib/i386-linux-gnu/libdl-2.15.so
b765c000-b765d000 r--p 00002000 08:01 4457388 /lib/i386-linux-gnu/libdl-2.15.so
b765d000-b765e000 rw-p 00003000 08:01 4457388 /lib/i386-linux-gnu/libdl-2.15.so
b765e000-b7674000 r-xp 00000000 08:01 4457420 /lib/i386-linux-gnu/libnsl-2.15.so
b7674000-b7675000 r--p 00015000 08:01 4457420 /lib/i386-linux-gnu/libnsl-2.15.so
b7675000-b7676000 rw-p 00016000 08:01 4457420 /lib/i386-linux-gnu/libnsl-2.15.so
b7676000-b7679000 rw-p 00000000 00:00 0
b7679000-b77a9000 r-xp 00000000 08:01 2883708 /usr/lib/i386-linux-gnu/libX11.so.6.3.0
b77a9000-b77aa000 r--p 0012f000 08:01 2883708 /usr/lib/i386-linux-gnu/libX11.so.6.3.0
b77aa000-b77ac000 rw-p 00130000 08:01 2883708 /usr/lib/i386-linux-gnu/libX11.so.6.3.0
b77ac000-b77ad000 rw-p 00000000 00:00 0
b77ad000-b77bd000 r-xp 00000000 08:01 2883817 /usr/lib/i386-linux-gnu/libXext.so.6.4.0
b77bd000-b77be000 r--p 0000f000 08:01 2883817 /usr/lib/i386-linux-gnu/libXext.so.6.4.0
b77be000-b77bf000 rw-p 00010000 08:01 2883817 /usr/lib/i386-linux-gnu/libXext.so.6.4.0
b77c7000-b77ce000 r--s 00000000 08:01 2889024 /usr/lib/i386-linux-gnu/gconv/gconv-modules.cache
b77ce000-b77cf000 r--p 0085b000 08:01 2890438 /usr/lib/locale/locale-archive
b77cf000-b77d1000 rw-p 00000000 00:00 0
b77d1000-b77d2000 r-xp 00000000 00:00 0 [vdso]
b77d2000-b77f2000 r-xp 00000000 08:01 4457355 /lib/i386-linux-gnu/ld-2.15.so
b77f2000-b77f3000 r--p 0001f000 08:01 4457355 /lib/i386-linux-gnu/ld-2.15.so
b77f3000-b77f4000 rw-p 00020000 08:01 4457355 /lib/i386-linux-gnu/ld-2.15.so
bfc64000-bfc85000 rw-p 00000000 00:00 0 [stack]
Abandon (core dumped)
 
Old 10-06-2014, 03:16 PM   #14
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
← #13 .
Quote:
*** stack smashing detected ***
Which Ubuntu version are you using ? ?
Please show the output from these two commands :
a) $ uname -m
b) $ cat /etc/issue

* I have no issues with :
$ ns234-wimax-lwx+DCCP+LTE+MPTCP wrls-aodv-sayeh.tcl
... The files simple.tr 36MB, simwrls.nam 32MB are created.

* ns2 it mostly for a 32bits (i686) OS.
* Some additional protocols will also work with a 64bits (x86_64) OS.

-
 
Old 10-06-2014, 03:42 PM   #15
Master_Stu
Member
 
Registered: Sep 2014
Posts: 38

Original Poster
Blog Entries: 1

Rep: Reputation: Disabled
The output of these two commands :
was
1 i686
2) cat /etc/issue => the result was : Ubuntu 12.04 LTS \n \t
 
  


Reply

Tags
lte, mptcp, ns2, wimax.awg-lte-dccp-mptcp



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
how to install ns2.33 in ubuntu 12.04 LTS Md.alamgir hossain Linux - Newbie 2 09-10-2014 05:33 PM
[SOLVED] NS2.34 error in Ubuntu 12.04 LTS r0w225 Linux - Newbie 17 08-01-2014 08:39 PM
[SOLVED] ns2.34 installation on Ubuntu 14.04 LTS : done xptional Ubuntu 1 06-19-2014 12:46 PM
Installing Ubuntu 10.04 LTS problem ozzie31 Linux - Newbie 4 05-21-2014 03:54 AM
Problem before installing Ubuntu 6.06 LTS habiblove Ubuntu 6 06-08-2006 06:28 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

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