LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
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 08-28-2010, 10:12 PM   #1
PAVAI
LQ Newbie
 
Registered: Aug 2010
Location: Chennai, India.
Posts: 5

Rep: Reputation: 0
Validation failed in NS2.34 in ubuntu 10.04 remix


hi
I have installed Ubuntu 10.04 remix in my new hp mini 110 netbook
and i have succeeded in installing NS2.34 after a so many trials
but now after running ./validate some of the tests have failed. wat does that mean?
is my ns2 installation not successful?
What should be done?
Pls help me


some non-portable tests also failed:
./test-all-srm ./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-simultaneous ./test-all-webcache ./test-all-mcache ./test-all-plm ./test-all-wireless-tdma ./test-all-satellite to re-run a specific test, cd tcl/test; ./test-all-TEST-NAME
 
Old 08-29-2010, 03:09 PM   #2
knudfl
LQ 5k Club
 
Registered: Jan 2008
Location: Copenhagen DK
Distribution: PCLinuxOS2023 Fedora38 + 50+ other Linux OS, for test only.
Posts: 17,519

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

Requirements, Ubuntu 10.04 : g++ make automake autoconf
libx11-dev libxmu-dev libxmu-headers libxt-dev libtool

And the 'tk-8.4-lastevent.patch' : cd ns-allinone-2.34/tk8.4.18
&& patch -p0 < tk-8.4-lastevent.patch && exit

cd ns-allinone-2.34/ && ./install && cd ns-2.34 && ./validate

""validate overall report: all tests passed"" : No, I get no errors.
( I have installed ns2 on most Ubuntus. This was a new 10.04 install,
so to be sure, everything worked, I did run all the above.)

Suggest : Start from scratch with a new ns-allinone-2.34.

Other info : LQ Search → 'Tag Name' = ns2
..

Good luck !
..

Last edited by knudfl; 08-29-2010 at 03:12 PM.
 
Old 09-06-2010, 05:58 AM   #3
PAVAI
LQ Newbie
 
Registered: Aug 2010
Location: Chennai, India.
Posts: 5

Original Poster
Rep: Reputation: 0
Unhappy

hi thanks for the support
i tried this
i pasted the tk-8.4-lastevent.patch in ns-allinone-2.34/tk8.4.18
and tried
cd ns-allinone-2.34/tk8.4.18&& patch -p0 < tk-8.4-lastevent.patch && exit

but i got this!!

pavai@pavai-laptop:~/Documents$ cd ns-allinone-2.34/tk8.4.18 && patch -p0 < tk-8.4-lastevent.patch && exit
patching file generic/tk.h
Hunk #1 FAILED at 635.
1 out of 1 hunk FAILED -- saving rejects to file generic/tk.h.rej


what do i do?

Last edited by PAVAI; 09-06-2010 at 06:08 AM.
 
Old 09-07-2010, 06:27 AM   #4
knudfl
LQ 5k Club
 
Registered: Jan 2008
Location: Copenhagen DK
Distribution: PCLinuxOS2023 Fedora38 + 50+ other Linux OS, for test only.
Posts: 17,519

Rep: Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641
Post # 2, repeat : Other info : LQ Search → 'Tag Name' = ns2

""1 out of 1 hunk FAILED"" :

Has been answered before, is simply a message telling that a certain
line already was edited. I.e. the patch is for all versions of tk8.4.x(x),
later versions have been fixed for some of the issues.
..
 
Old 09-09-2010, 01:28 AM   #5
PAVAI
LQ Newbie
 
Registered: Aug 2010
Location: Chennai, India.
Posts: 5

Original Poster
Rep: Reputation: 0
ranlib libotcl.a
rm -f libotcl.so otcl.o so_locations
gcc -c -g -O2 -DNDEBUG -DUSE_SHM -fpic -I. -I/home/pavai/Documents/ns-allinone-2.34/include -I/home/pavai/Documents/ns-allinone-2.34/include -I/home/pavai/Documents/ns-allinone-2.34/include -I/include otcl.c
ld -shared -o libotcl.so otcl.o
otcl.o: In function `OTclDispatch':
/home/pavai/Documents/ns-allinone-2.34/otcl-1.13/otcl.c:495: undefined reference to `__stack_chk_fail_local'
otcl.o: In function `Otcl_Init':
/home/pavai/Documents/ns-allinone-2.34/otcl-1.13/otcl.c:2284: undefined reference to `__stack_chk_fail_local'
ld: libotcl.so: hidden symbol `__stack_chk_fail_local' isn't defined
ld: final link failed: Nonrepresentable section on output
make: *** [libotcl.so] Error 1
otcl-1.13 make failed! Exiting ...
 
Old 09-09-2010, 01:49 AM   #6
PAVAI
LQ Newbie
 
Registered: Aug 2010
Location: Chennai, India.
Posts: 5

Original Poster
Rep: Reputation: 0
Sorry i forgot to do this

Edit ' otcl-1.13/Makefile.in ', line 7
Code:
From :
CC= @CC@

to :
CC= gcc-4.3

thanks the installation is sucessfull!
will get back as soon as the validation is over!

regards
Pavai
 
Old 09-09-2010, 03:12 AM   #7
PAVAI
LQ Newbie
 
Registered: Aug 2010
Location: Chennai, India.
Posts: 5

Original Poster
Rep: Reputation: 0
Thumbs up

Hey Successful
Thanks a lot!!

I got it !!

Test output agrees with reference output
All test output agrees with reference output.
Thu Sep 9 13:38:36 IST 2010
These messages are NOT errors and can be ignored:
warning: using backward compatibility mode
This test is not implemented in backward compatibility mode


validate overall report: all tests passed

best regards
pavai
 
Old 10-21-2011, 03:00 AM   #8
sirajl
LQ Newbie
 
Registered: Mar 2006
Posts: 18

Rep: Reputation: 9
Quote:
Originally Posted by knudfl View Post
Welcome to LQ. .. .. ..

Requirements, Ubuntu 10.04 : g++ make automake autoconf
libx11-dev libxmu-dev libxmu-headers libxt-dev libtool

And the 'tk-8.4-lastevent.patch' : cd ns-allinone-2.34/tk8.4.18
&& patch -p0 < tk-8.4-lastevent.patch && exit

cd ns-allinone-2.34/ && ./install && cd ns-2.34 && ./validate

""validate overall report: all tests passed"" : No, I get no errors.
( I have installed ns2 on most Ubuntus. This was a new 10.04 install,
so to be sure, everything worked, I did run all the above.)

Suggest : Start from scratch with a new ns-allinone-2.34.

Other info : LQ Search → 'Tag Name' = ns2
..

Good luck !
..
where can i find tk-8.4-lastevent.patch it says : No such file or directory
 
Old 10-21-2011, 03:13 AM   #9
knudfl
LQ 5k Club
 
Registered: Jan 2008
Location: Copenhagen DK
Distribution: PCLinuxOS2023 Fedora38 + 50+ other Linux OS, for test only.
Posts: 17,519

Rep: Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641
# 8.

cd ns-allinone-2.34/tk8.4.18 &&
wget ftp://ftp.swin.edu.au/gentoo-portage...astevent.patch
&& patch -p0 < tk-8.4-lastevent.patch
 
Old 07-30-2012, 04:58 AM   #10
wanlumlang
LQ Newbie
 
Registered: Jun 2012
Posts: 16

Rep: Reputation: Disabled
I got this message after validation of ns-allinone-2.1b9a in ubuntu 10

Test output agrees with reference output
All test output agrees with reference output.
These messages are NOT errors and can be ignored:
warning: using backward compatibility mode
This test is not implemented in backward compatibility mode


validate overall report: some tests failed:
./test-all-red
to re-run a specific test, cd tcl/test; ../../ns 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.


I cannot execute any TCL script evn, the NAM is not displaying anything
 
Old 07-30-2012, 05:28 AM   #11
wanlumlang
LQ Newbie
 
Registered: Jun 2012
Posts: 16

Rep: Reputation: Disabled
When I try to execute any simple TCL script these lines always appear on the terminal screen

tclParseConfigSpec $w $specs "" $args

if {[lsearch -exact {info warning error question} $data(-icon)] == -1} {
error "bad -icon value \"$data(-icon)\": must be error, info, question, or warning"
}
if {[string equal $tcl_platform(platform) "macintosh"]} {
switch -- $data(-icon) {
"error" {set data(-icon) "stop"}
"warning" {set data(-icon) "caution"}
"info" {set data(-icon) "note"}
}
}

if {![winfo exists $data(-parent)]} {
error "bad window path name \"$data(-parent)\""
}

switch -- $data(-type) {
abortretryignore {
set buttons {
{abort -width 6 -text Abort -under 0}
{retry -width 6 -text Retry -under 0}
{ignore -width 6 -text Ignore -under 0}
}
}
ok {
set buttons {
{ok -width 6 -text OK -under 0}
}
if {[string equal $data(-default) ""]} {
set data(-default) "ok"
}
}
okcancel {
set buttons {
{ok -width 6 -text OK -under 0}
{cancel -width 6 -text Cancel -under 0}
}
}
retrycancel {
set buttons {
{retry -width 6 -text Retry -under 0}
{cancel -width 6 -text Cancel -under 0}
}
}
yesno {
set buttons {
{yes -width 6 -text Yes -under 0}
{no -width 6 -text No -under 0}
}
}
yesnocancel {
set buttons {
{yes -width 6 -text Yes -under 0}
{no -width 6 -text No -under 0}
{cancel -width 6 -text Cancel -under 0}
}
}
default {
error "bad -type value \"$data(-type)\": must be abortretryignore, ok, okcancel, retrycancel, yesno, or yesnocancel"
}
}

if {[string compare $data(-default) ""]} {
set valid 0
foreach btn $buttons {
if {[string equal [lindex $btn 0] $data(-default)]} {
set valid 1
break
}
}
if {!$valid} {
error "invalid default button \"$data(-default)\""
}
}

if {[string compare $data(-parent) .]} {
set w $data(-parent).__tk__messagebox
} else {
set w .__tk__messagebox
}


catch {destroy $w}
toplevel $w -class Dialog
wm title $w $data(-title)
wm iconname $w Dialog
wm protocol $w WM_DELETE_WINDOW { }

if { [winfo viewable [winfo toplevel $data(-parent)]] } {
wm transient $w $data(-parent)
}

if {[string equal $tcl_platform(platform) "macintosh"]} {
unsupported1 style $w dBoxProc
}

frame $w.bot
pack $w.bot -side bottom -fill both
frame $w.top
pack $w.top -side top -fill both -expand 1
if {[string compare $tcl_platform(platform) "macintosh"]} {
$w.bot configure -relief raised -bd 1
$w.top configure -relief raised -bd 1
}


option add *Dialog.msg.wrapLength 3i widgetDefault
if {[string equal $tcl_platform(platform) "macintosh"]} {
option add *Dialog.msg.font system widgetDefault
} else {
option add *Dialog.msg.font {Times 18} widgetDefault
}

label $w.msg -anchor nw -justify left -text $data(-message)
if {[string compare $data(-icon) ""]} {
if {[string equal $tcl_platform(platform) "macintosh"] || ([winfo depth $w] < 4) || $tk_strictMotif} {
label $w.bitmap -bitmap $data(-icon)
} else {
canvas $w.bitmap -width 32 -height 32 -highlightthickness 0
switch $data(-icon) {
error {
$w.bitmap create oval 0 0 31 31 -fill red -outline black
$w.bitmap create line 9 9 23 23 -fill white -width 4
$w.bitmap create line 9 23 23 9 -fill white -width 4
}
info {
$w.bitmap create image 0 0 -anchor nw -image ::tk::dialog::b1
$w.bitmap create image 0 0 -anchor nw -image ::tk::dialog::b2
$w.bitmap create image 0 0 -anchor nw -image ::tk::dialog::i
}
question {
$w.bitmap create image 0 0 -anchor nw -image ::tk::dialog::b1
$w.bitmap create image 0 0 -anchor nw -image ::tk::dialog::b2
$w.bitmap create image 0 0 -anchor nw -image ::tk::dialog::q
}
default {
$w.bitmap create image 0 0 -anchor nw -image ::tk::dialog::w1
$w.bitmap create image 0 0 -anchor nw -image ::tk::dialog::w2
$w.bitmap create image 0 0 -anchor nw -image ::tk::dialog::w3
}
}
}
}
grid $w.bitmap $w.msg -in $w.top -sticky news -padx 2m -pady 2m
grid columnconfigure $w.top 1 -weight 1
grid rowconfigure $w.top 0 -weight 1


set i 0
foreach but $buttons {
set name [lindex $but 0]
set opts [lrange $but 1 end]
if {![llength $opts]} {
set capName [string toupper $name 0]
set opts[list -text $capName]
}

eval button[list $w.$name] $opts[list -command[list set tkPriv(button) $name]]

if {[string equal $name $data(-default)]} {
$w.$name configure -default active
}
pack $w.$name -in $w.bot -side left -expand 1 -padx 3m -pady 2m

set underIdx [$w.$name cget -under]
if {$underIdx >= 0} {
set key [string index [$w.$name cget -text] $underIdx]
bind $w <Alt-[string tolower $key]>[list $w.$name invoke]
bind $w <Alt-[string toupper $key]>[list $w.$name invoke]
}
incr i
}

if {[string compare {} $data(-default)]} {
bind $w <FocusIn> {
if {[string equal Button [winfo class %W]]} {
%W configure -default active
}
}
bind $w <FocusOut> {
if {[string equal Button [winfo class %W]]} {
%W configure -default normal
}
}
}


bind $w <Return> {
if {[string equal Button [winfo class %W]]} {
tkButtonInvoke %W
}
}


::tk::PlaceWindow $w widget $data(-parent)


if {[string compare $data(-default) ""]} {
set focus $w.$data(-default)
} else {
set focus $w
}
::tk::SetFocusGrab $w $focus


tkwait variable tkPriv(button)

::tk::RestoreFocusGrab $w $focus

return $tkPriv(button)
}


proc tk_optionMenu {w varName firstValue args} {
upvar #0 $varName var

if {![info exists var]} {
set var $firstValue
}
menubutton $w -textvariable $varName -indicatoron 1 -menu $w.menu -relief raised -bd 2 -highlightthickness 2 -anchor c -direction flush
menu $w.menu -tearoff 0
$w.menu add radiobutton -label $firstValue -variable $varName
foreach i $args {
$w.menu add radiobutton -label $i -variable $varName
}
return $w.menu
}


if {[string compare $tcl_platform(platform) "windows"] && [string compare $tcl_platform(platform) "macintosh"]} {

bind Scrollbar <Enter> {
if {$tk_strictMotif} {
set tkPriv(activeBg) [%W cget -activebackground]
%W config -activebackground [%W cget -background]
}
%W activate [%W identify %x %y]
}
bind Scrollbar <Motion> {
%W activate [%W identify %x %y]
}


bind Scrollbar <Leave> {
if {$tk_strictMotif && [info exists tkPriv(activeBg)]} {
%W config -activebackground $tkPriv(activeBg)
}
%W activate {}
}
bind Scrollbar <1> {
tkScrollButtonDown %W %x %y
}
bind Scrollbar <B1-Motion> {
tkScrollDrag %W %x %y
}
bind Scrollbar <B1-B2-Motion> {
tkScrollDrag %W %x %y
}
bind Scrollbar <ButtonRelease-1> {
tkScrollButtonUp %W %x %y
}
bind Scrollbar <B1-Leave> {
}
bind Scrollbar <B1-Enter> {
}
bind Scrollbar <2> {
tkScrollButton2Down %W %x %y
}
bind Scrollbar <B1-2> {
}
bind Scrollbar <B2-1> {
}
bind Scrollbar <B2-Motion> {
tkScrollDrag %W %x %y
}
bind Scrollbar <ButtonRelease-2> {
tkScrollButtonUp %W %x %y
}
bind Scrollbar <B1-ButtonRelease-2> {
}
bind Scrollbar <B2-ButtonRelease-1> {
}
bind Scrollbar <B2-Leave> {
}
bind Scrollbar <B2-Enter> {
}
bind Scrollbar <Control-1> {
tkScrollTopBottom %W %x %y
}
bind Scrollbar <Control-2> {
tkScrollTopBottom %W %x %y
}

bind Scrollbar <Up> {
tkScrollByUnits %W v -1
}
bind Scrollbar <Down> {
tkScrollByUnits %W v 1
}
bind Scrollbar <Control-Up> {
tkScrollByPages %W v -1
}
bind Scrollbar <Control-Down> {
tkScrollByPages %W v 1
}
bind Scrollbar <Left> {
tkScrollByUnits %W h -1
}
bind Scrollbar <Right> {
tkScrollByUnits %W h 1
}
bind Scrollbar <Control-Left> {
tkScrollByPages %W h -1
}
bind Scrollbar <Control-Right> {
tkScrollByPages %W h 1
}
bind Scrollbar <Prior> {
tkScrollByPages %W hv -1
}
bind Scrollbar <Next> {
tkScrollByPages %W hv 1
}
bind Scrollbar <Home> {
tkScrollToPos %W 0
}
bind Scrollbar <End> {
tkScrollToPos %W 1
}
}

proc tkScrollButtonDown {w x y} {
global tkPriv
set tkPriv(relief) [$w cget -activerelief]
$w configure -activerelief sunken
set element [$w identify $x $y]
if {[string equal $element "slider"]} {
tkScrollStartDrag $w $x $y
} else {
tkScrollSelect $w $element initial
}
}


proc tkScrollButtonUp {w x y} {
global tkPriv
tkCancelRepeat
if {[info exists tkPriv(relief)]} {
$w configure -activerelief $tkPriv(relief)
tkScrollEndDrag $w $x $y
$w activate [$w identify $x $y]
}
}


proc tkScrollSelect {w element repeat} {
global tkPriv
if {![winfo exists $w]} return
switch -- $element {
"arrow1" {tkScrollByUnits $w hv -1}
"trough1" {tkScrollByPages $w hv -1}
"trough2" {tkScrollByPages $w hv 1}
"arrow2" {tkScrollByUnits $w hv 1}
default {return}
}
if {[string equal $repeat "again"]} {
set tkPriv(afterId) [after [$w cget -repeatinterval][list tkScrollSelect $w $element again]]
} elseif {[string equal $repeat "initial"]} {
set delay [$w cget -repeatdelay]
if {$delay > 0} {
set tkPriv(afterId) [after $delay[list tkScrollSelect $w $element again]]
}
}
}


proc tkScrollStartDrag {w x y} {
global tkPriv

if {[string equal [$w cget -command] ""]} {
return
}
set tkPriv(pressX) $x
set tkPriv(pressY) $y
set tkPriv(initValues) [$w get]
set iv0 [lindex $tkPriv(initValues) 0]
if {[llength $tkPriv(initValues)] == 2} {
set tkPriv(initPos) $iv0
} elseif {$iv0 == 0} {
set tkPriv(initPos) 0.0
} else {
set tkPriv(initPos) [expr {(double([lindex $tkPriv(initValues) 2])) / [lindex $tkPriv(initValues) 0]}]
}
}


proc tkScrollDrag {w x y} {
global tkPriv

if {[string equal $tkPriv(initPos) ""]} {
return
}
set delta [$w delta [expr {$x - $tkPriv(pressX)}] [expr {$y - $tkPriv(pressY)}]]
if {[$w cget -jump]} {
if {[llength $tkPriv(initValues)] == 2} {
$w set [expr {[lindex $tkPriv(initValues) 0] + $delta}] [expr {[lindex $tkPriv(initValues) 1] + $delta}]
} else {
set delta [expr {round($delta * [lindex $tkPriv(initValues) 0])}]
eval[list $w] set [lreplace $tkPriv(initValues) 2 3 [expr {[lindex $tkPriv(initValues) 2] + $delta}] [expr {[lindex $tkPriv(initValues) 3] + $delta}]]
}
} else {
tkScrollToPos $w [expr {$tkPriv(initPos) + $delta}]
}
}


proc tkScrollEndDrag {w x y} {
global tkPriv

if {[string equal $tkPriv(initPos) ""]} {
return
}
if {[$w cget -jump]} {
set delta [$w delta [expr {$x - $tkPriv(pressX)}] [expr {$y - $tkPriv(pressY)}]]
tkScrollToPos $w [expr {$tkPriv(initPos) + $delta}]
}
set tkPriv(initPos) ""
}


proc tkScrollByUnits {w orient amount} {
set cmd [$w cget -command]
if {[string equal $cmd ""] || ([string first [string index [$w cget -orient] 0] $orient] < 0)} {
return
}
set info [$w get]
if {[llength $info] == 2} {
uplevel #0 $cmd scroll $amount units
} else {
uplevel #0 $cmd [expr {[lindex $info 2] + $amount}]
}
}


proc tkScrollByPages {w orient amount} {
set cmd [$w cget -command]
if {[string equal $cmd ""] || ([string first [string index [$w cget -orient] 0] $orient] < 0)} {
return
}
set info [$w get]
if {[llength $info] == 2} {
uplevel #0 $cmd scroll $amount pages
} else {
uplevel #0 $cmd [expr {[lindex $info 2] + $amount*([lindex $info 1] - 1)}]
}
}


proc tkScrollToPos {w pos} {
set cmd [$w cget -command]
if {[string equal $cmd ""]} {
return
}
set info [$w get]
if {[llength $info] == 2} {
uplevel #0 $cmd moveto $pos
} else {
uplevel #0 $cmd [expr {round([lindex $info 0]*$pos)}]
}
}


proc tkScrollTopBottom {w x y} {
global tkPriv
set element [$w identify $x $y]
if {[string match *1 $element]} {
tkScrollToPos $w 0
} elseif {[string match *2 $element]} {
tkScrollToPos $w 1
}


set tkPriv(relief) [$w cget -activerelief]
}


proc tkScrollButton2Down {w x y} {
global tkPriv
set element [$w identify $x $y]
if {[string match {arrow[12]} $element]} {
tkScrollButtonDown $w $x $y
return
}
tkScrollToPos $w [$w fraction $x $y]
set tkPriv(relief) [$w cget -activerelief]


update idletasks
$w configure -activerelief sunken
$w activate slider
tkScrollStartDrag $w $x $y
}
: no event type or button # or keysym
while executing
"bind Listbox <MouseWheel> {
%W yview scroll [expr {- (%D / 120) * 4}] units
}"
 
Old 07-30-2012, 05:30 AM   #12
wanlumlang
LQ Newbie
 
Registered: Jun 2012
Posts: 16

Rep: Reputation: Disabled
What are these lines any way, if they are from the TCL file then why they appear on the screen like that?

Can any one tell me?
I need help guys
 
Old 07-30-2012, 05:38 AM   #13
knudfl
LQ 5k Club
 
Registered: Jan 2008
Location: Copenhagen DK
Distribution: PCLinuxOS2023 Fedora38 + 50+ other Linux OS, for test only.
Posts: 17,519

Rep: Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641
Posts #10, #11, #12 refer to the other thread by the OP ..
http://www.linuxquestions.org/questi...ch-4175413799/


About # 10
Quote:
some tests failed:
./test-all-red
Doesn't matter. Usually some more tests will fail.
So it is an exceptional good result.
Besides that :
1) It may origin from an error in the test scripts.
2) RED will probably work OK.
3) And : You may not want to run any red-* at all.

About nam : Nam is a separate application. Any nam can be used ..
See #4 http://www.linuxquestions.org/questi...04-a-842109/#4

.

Last edited by knudfl; 07-30-2012 at 06:29 AM.
 
1 members found this post helpful.
Old 07-30-2012, 05:47 AM   #14
knudfl
LQ 5k Club
 
Registered: Jan 2008
Location: Copenhagen DK
Distribution: PCLinuxOS2023 Fedora38 + 50+ other Linux OS, for test only.
Posts: 17,519

Rep: Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641
#12 :

Please edit post # 11 to use 'code tags'.

Write [/code] at code end, and [code] at code text start.
Or use the # button in the 'Advanced Editor'.



P.S. : Why use another members old thread for an off-topic subject ?
This thread is about ns-2.34 .
→ → Please use your own thread for the questions.
http://www.linuxquestions.org/questions/linux-newbie-8/problems-when-trying-to-install-ns-allinone-2-1b9a-in-fedora-14-with-the-patch-4175413799/
( You can use the "Report button" to ask a Mod for moving posts #10...#14 to your own thread.)

.

Last edited by knudfl; 07-30-2012 at 06:38 AM.
 
1 members found this post helpful.
  


Reply

Tags
ns2, ns234


Thread Tools Search this Thread
Search this Thread:

Advanced Search

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
i am using ubuntu as os. for NS2 to implement a routing protocol in ns2. sujovasu Programming 1 07-27-2010 01:44 AM
LXer: Reviews praise Ubuntu 9.10, knock Ubuntu Moblin Remix LXer Syndicated Linux News 0 10-17-2009 01:00 AM
Problems installing the Ubuntu Netbook Remix package over Ubuntu 8.10 unluckystuntman Linux - Newbie 3 12-30-2008 12:19 AM
tk8.4.11 make failed---a problem about ns2 install !!! blueskyhff Linux - Software 1 07-03-2007 02:26 AM

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

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