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 |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
 |
|
10-06-2014, 04:52 PM
|
#16
|
LQ 5k Club
Registered: Jan 2008
Location: Copenhagen DK
Distribution: PCLinuxOS2023 Fedora38 + 50+ other Linux OS, for test only.
Posts: 17,520
|
← #15 .
OK, Ubuntu 12.04 - 32 : Not necessarily a friend of all ns2.
→ I get the same " * stack smashing detected * " with Ubuntu 12.04.
Solution : Install CentOS 6.5 - i386 in VirtualBox.
http://ftp.sunet.se/pub/Linux/distri...6.5/isos/i386/
>>> http://ftp.sunet.se/pub/Linux/distri...386-LiveCD.iso
.... The default compiler is "gcc-4.4.7" :
# yum install gcc-c++ automake autoconf libtool libXmu-devel
"gcc-4.4.7" will compile ns-allinone-2.34 with no issues :
$ tar xvf ns-allinone-2.34.tar.gz && cd s-allinone-2.34/
$ patch -p0 lwx+LTE+dccp+MPTCP-ns234.patch && ./install
Nam : nam-1.14-1.el6.i686.rpm
https://drive.google.com/file/d/0B7S...ew?usp=sharing
# yum localinstall nam-1.14-1.el6.i686.rpm
-
|
|
|
10-09-2014, 02:06 PM
|
#17
|
Member
Registered: Sep 2014
Posts: 38
Original Poster
Rep: 
|
Hello Sir,
i already added the lte module into my ns2
but when i tries to run an example there isn't any output of nam file or xgraphe what should i do?
|
|
|
10-09-2014, 02:30 PM
|
#18
|
LQ 5k Club
Registered: Jan 2008
Location: Copenhagen DK
Distribution: PCLinuxOS2023 Fedora38 + 50+ other Linux OS, for test only.
Posts: 17,520
|
← #17 .
See post #2 for the LTE examples.
$ ns-<new-name> eyana.tcl
... will create out.tr 27 MB, and out.nam 65 MB.
In fact all the 9 examples will create a nam file.
-
Last edited by knudfl; 10-09-2014 at 02:35 PM.
|
|
|
10-27-2014, 08:13 AM
|
#19
|
Member
Registered: Sep 2014
Posts: 38
Original Poster
Rep: 
|
Hi Sir,
I had installed the patch lwx+LTE+dccp+MPTCP.patch successfully in Ns2.34(Ubuntu12.04 LTS) but when i tries to simulate an example of Wimax tcl script there is an error ( invalid command name "Mac/802_16" "Max/802_16 basicRate_ 1Mb" ) can you help me please!
|
|
|
11-06-2014, 01:12 AM
|
#21
|
Member
Registered: Sep 2014
Posts: 38
Original Poster
Rep: 
|
Hi Sir thank you for responding me,
Please can you tell me what is the difference between the module wimax NIST and other like light wimax ?
|
|
|
04-12-2015, 02:55 PM
|
#23
|
Member
Registered: Sep 2014
Posts: 38
Original Poster
Rep: 
|
need help
hello
i have a problem while i tries to install ns2.29, firstly the password not accepted when i execute the command " sudo apt-get ./install" in ubuntu 10.04, i have retried with ubuntu 12.04 the error was " E: the operation ./install is not valid "
please it's urgent
|
|
|
04-12-2015, 03:43 PM
|
#24
|
LQ 5k Club
Registered: Jan 2008
Location: Copenhagen DK
Distribution: PCLinuxOS2023 Fedora38 + 50+ other Linux OS, for test only.
Posts: 17,520
|
Re #23.
" sudo apt-get ./install" is wrong.
'sudo apt-get <option>' : See the mamual $ man apt :
"apt-get - APT package handling utility -- command-line interface"
. http://manpages.ubuntu.com/manpages/...apt-get.8.html
And : Examples using './install', see posts #2, #16.
-
|
|
|
04-14-2015, 12:57 PM
|
#25
|
Member
Registered: Sep 2014
Posts: 38
Original Poster
Rep: 
|
Quote:
Originally Posted by knudfl
Re #23.
'sudo apt-get <option>' : See the mamual $ man apt :
"apt-get - APT package handling utility -- command-line interface"
-
|
thanks for your response but i don't understand what will be the <option> can you help me with the steps
|
|
|
04-14-2015, 01:19 PM
|
#26
|
LQ 5k Club
Registered: Jan 2008
Location: Copenhagen DK
Distribution: PCLinuxOS2023 Fedora38 + 50+ other Linux OS, for test only.
Posts: 17,520
|
Re #25.
First : Read the "apt-get manual" http://manpages.ubuntu.com/manpages/...apt-get.8.html
!! APT package handling utility .. Install packages online / from a repository.
* The most used is : $ sudo apt-get install [package name]
And : $ sudo apt-get install --reinstall [package name]
And there is $ sudo apt-get update (To refresh / update the repository package list.)
! ** apt-get has nothing to do with "building ns-2.29 !
You can use apt-get only to install the build prerequisites, like :
$ sudo apt-get install g++ automake libtool patch libxmu-dev
-
|
|
|
All times are GMT -5. The time now is 05:55 PM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|