LinuxQuestions.org
Share your knowledge at the LQ Wiki.
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 08-21-2011, 04:13 AM   #1
sukrutha
LQ Newbie
 
Registered: Jun 2011
Posts: 11

Rep: Reputation: Disabled
OLSR patch


Hey i have followed the following steps for OLSR patch

Code:
$ cd ns-allinone-2.29/ns-2.29/
$ tar zxvf um-olsr-0.8.8.tgz
$ ln -s ./um-olsr-0.8.8 ./olsr
$ patch -p1 < olsr/um-olsr_ns-2.29_v0.8.8.patch

But i am encountering following errors
Hunk #1 FAILED at 250.
1 out of 1 hunk FAILED -- saving rejects to file Makefile.in.rej
patching file common/packet.h
Hunk #1 FAILED at 166.
Hunk #2 FAILED at 263.
2 out of 2 hunks FAILED -- saving rejects to file common/packet.h.rej
patching file queue/priqueue.cc
Hunk #1 FAILED at 90.
1 out of 1 hunk FAILED -- saving rejects to file queue/priqueue.cc.rej
patching file tcl/lib/ns-agent.tcl
Hunk #1 FAILED at 192.
1 out of 1 hunk FAILED -- saving rejects to file tcl/lib/ns-agent.tcl.rej
patching file tcl/lib/ns-default.tcl
Hunk #1 FAILED at 1369.
1 out of 1 hunk FAILED -- saving rejects to file tcl/lib/ns-default.tcl.rej
patching file tcl/lib/ns-lib.tcl
Hunk #1 FAILED at 612.
Hunk #2 succeeded at 861 with fuzz 1 (offset 33 lines).
1 out of 2 hunks FAILED -- saving rejects to file tcl/lib/ns-lib.tcl.rej
patching file tcl/lib/ns-packet.tcl
Hunk #1 FAILED at 166.
1 out of 1 hunk FAILED -- saving rejects to file tcl/lib/ns-packet.tcl.rej
patching file trace/cmu-trace.cc
Hunk #1 FAILED at 51.
Hunk #2 succeeded at 1062 (offset 181 lines).
Hunk #3 succeeded at 1406 with fuzz 2 (offset 187 lines).
1 out of 3 hunks FAILED -- saving rejects to file trace/cmu-trace.cc.rej
patching file trace/cmu-trace.h
Hunk #1 FAILED at 133.
1 out of 1 hunk FAILED -- saving rejects to file trace/cmu-trace.h.rej




So can u suggest any alternative way or help me overcome this prob.

Last edited by sukrutha; 09-21-2011 at 08:52 AM.
 
Old 08-21-2011, 04:45 AM   #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
Assume ns-allinone-2.29.3.tar.gz :
Code:
cd ns-allinone-2.29/ns-2.29/ && patch -p1 < um-olsr_ns-2.29_v0.8.8.patch
patching file Makefile.in
patching file common/packet.h
patching file queue/priqueue.cc
patching file tcl/lib/ns-agent.tcl
patching file tcl/lib/ns-default.tcl
patching file tcl/lib/ns-lib.tcl
patching file tcl/lib/ns-packet.tcl
patching file trace/cmu-trace.cc
patching file trace/cmu-trace.h
Patch: http://read.pudn.com/downloads188/so....8.patch__.htm

.

Last edited by knudfl; 08-22-2011 at 02:49 PM.
 
1 members found this post helpful.
Old 08-21-2011, 05:02 AM   #3
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
http://people.scs.carleton.ca/~gcevi...structions.txt
Using http://sourceforge.net/projects/um-olsr/

patch -p1 < olsr/um-olsr_ns-2.29_v0.8.8.patch
patching file Makefile.in
Hunk #1 FAILED at 250.
1 out of 1 hunk FAILED -- saving rejects to file Makefile.in.rej
patching file common/packet.h

... and the next lines are identical to the other patch.


Which Linux OS are you using ? <name> - <version> ?
I have no idea, why you get those errors. Looks like the right command.
? An old version of ns-allinone-2.29 ? "2.29.3" is a must.
May be start from scratch, with all new files.

..

Last edited by knudfl; 08-21-2011 at 05:27 AM.
 
1 members found this post helpful.
Old 08-22-2011, 01:22 PM   #4
sukrutha
LQ Newbie
 
Registered: Jun 2011
Posts: 11

Original Poster
Rep: Reputation: Disabled
OLSR patch

Guys i have successfully patched the OLSR code in ns-2.34 and i got the following confirmation :


patching file Makefile.in
patching file common/packet.h
patching file queue/priqueue.cc
patching file tcl/lib/ns-agent.tcl
patching file tcl/lib/ns-default.tcl
patching file tcl/lib/ns-lib.tcl
Hunk #2 succeeded at 904 (offset 40 lines).
patching file tcl/lib/ns-packet.tcl
patching file trace/cmu-trace.cc
Hunk #2 succeeded at 1438 (offset 375 lines).
Hunk #3 succeeded at 1797 with fuzz 2 (offset 390 lines).
patching file trace/cmu-trace.h

CODE :

Code:
Then when i run the following code :
# ======================================================================
# Define options
# ======================================================================
set opt(chan)           Channel/WirelessChannel  ;# channel type
set opt(prop)           Propagation/TwoRayGround ;# radio-propagation model
set opt(netif)          Phy/WirelessPhy          ;# network interface type
set opt(mac)            Mac/802_11               ;# MAC type
set opt(ifq)            Queue/DropTail/PriQueue  ;# interface queue type
set opt(ll)             LL                       ;# link layer type
set opt(ant)            Antenna/OmniAntenna      ;# antenna model
set opt(ifqlen)         50                       ;# max packet in ifq
set opt(nn)             5                        ;# number of mobilenodes
set opt(adhocRouting)   OLSR                     ;# routing protocol

set opt(cp)             ""                       ;# connection pattern file
set opt(sc)             ""                       ;# node movement file. 

set opt(x)              400                      ;# x coordinate of topology
set opt(y)              600                      ;# y coordinate of topology
set opt(seed)           0.0                      ;# seed for random number gen.
set opt(stop)           45                       ;# time to stop simulation

set opt(cbr-start)      30.0
# ============================================================================

#
# check for random seed
#
if {$opt(seed) > 0} {
    puts "Seeding Random number generator with $opt(seed)\n"
    ns-random $opt(seed)
}

#
# create simulator instance
#
set ns_ [new Simulator]

#
# control OLSR behaviour from this script -
# commented lines are not needed because
# those are default values
#
Agent/OLSR set use_mac_    true
#Agent/OLSR set debug_      false
#Agent/OLSR set willingness 3
#Agent/OLSR set hello_ival_ 2
#Agent/OLSR set tc_ival_    5

#
# open traces
#
set tracefd  [open olsr_example.tr w]
set namtrace [open olsr_example.nam w]
$ns_ trace-all $tracefd
$ns_ namtrace-all-wireless $namtrace $opt(x) $opt(y)

#
# create topography object
#
set topo [new Topography]

#
# define topology
#
$topo load_flatgrid $opt(x) $opt(y)

#
# create God
#
create-god $opt(nn)

#
# configure mobile nodes
#

set chan_1_ [new $opt(chan)]

$ns_ node-config -adhocRouting $opt(adhocRouting) \
                 -llType $opt(ll) \
                 -macType $opt(mac) \
                 -ifqType $opt(ifq) \
                 -ifqLen $opt(ifqlen) \
                 -antType $opt(ant) \
                 -propType $opt(prop) \
                 -phyType $opt(netif) \
                 -channel $chan_1_ \
                 -topoInstance $topo \
                 -wiredRouting OFF \
                 -agentTrace ON \
                 -routerTrace ON \
                 -macTrace OFF

for {set i 0} {$i < $opt(nn)} {incr i} {
    set node_($i) [$ns_ node]
}

#
# positions
#
$node_(0) set X_ 350.0
$node_(0) set Y_ 200.0
$node_(0) set Z_ 0.0

$node_(1) set X_ 200.0
$node_(1) set Y_ 350.0
$node_(1) set Z_ 0.0

$node_(2) set X_ 200.0
$node_(2) set Y_ 550.0
$node_(2) set Z_ 0.0

$node_(3) set X_ 50.0
$node_(3) set Y_ 200.0
$node_(3) set Z_ 0.0

$node_(4) set X_ 200.0
$node_(4) set Y_ 50.0
$node_(4) set Z_ 0.0

#
# setup UDP connection
#
set udp [new Agent/UDP]
set null [new Agent/Null]
$ns_ attach-agent $node_(0) $udp
$ns_ attach-agent $node_(2) $null
$ns_ connect $udp $null
set cbr [new Application/Traffic/CBR]
$cbr set packetSize_ 512
$cbr set rate_ 20Kb
$cbr attach-agent $udp
$ns_ at $opt(cbr-start) "$cbr start"

#
# print (in the trace file) routing table and other
# internal data structures on a per-node basis
#
$ns_ at 10.0 "[$node_(0) agent 255] print_rtable"
$ns_ at 15.0 "[$node_(0) agent 255] print_linkset"
$ns_ at 20.0 "[$node_(0) agent 255] print_nbset"
$ns_ at 25.0 "[$node_(0) agent 255] print_nb2hopset"
$ns_ at 30.0 "[$node_(0) agent 255] print_mprset"
$ns_ at 35.0 "[$node_(0) agent 255] print_mprselset"
$ns_ at 40.0 "[$node_(0) agent 255] print_topologyset"

#
# source connection-pattern and node-movement scripts
#
if { $opt(cp) == "" } {
    puts "*** NOTE: no connection pattern specified."
    set opt(cp) "none"
} else {
    puts "Loading connection pattern..."
    source $opt(cp)
}
if { $opt(sc) == "" } {
    puts "*** NOTE: no scenario file specified."
    set opt(sc) "none"
} else {
    puts "Loading scenario file..."
    source $opt(sc)
    puts "Load complete..."
}

#
# define initial node position in nam
#
for {set i 0} {$i < $opt(nn)} {incr i} {
    $ns_ initial_node_pos $node_($i) 20
}     

#
# tell all nodes when the simulation ends
#
for {set i 0} {$i < $opt(nn) } {incr i} {
    $ns_ at $opt(stop).0 "$node_($i) reset";
}

$ns_ at $opt(stop).0002 "puts \"NS EXITING...\" ; $ns_ halt"
$ns_ at $opt(stop).0001 "stop"

proc stop {} {
    global ns_ tracefd namtrace
    $ns_ flush-trace
    close $tracefd
    close $namtrace
}

#
# begin simulation
#
puts "Starting Simulation..."

$ns_ run
PROB:

I am encountering the following prob :

num_nodes is set 5

(_o14 cmd line 1)
invoked from within
"_o14 cmd addr"
invoked from within
"catch "$self cmd $args" ret"
invoked from within
"if [catch "$self cmd $args" ret] {
set cls [$self info class]
global errorInfo
set savedInfo $errorInfo
error "error when calling class $cls: $args" $..."
(procedure "_o14" line 2)
(SplitObject unknown line 2)
invoked from within
"_o14 addr"
("eval" body line 1)
invoked from within
"eval $node addr $args"
("default" arm line 2)
invoked from within
"switch -exact $routingAgent_ {
DSDV {
set ragent [$self create-dsdv-agent $node]
}
DSR {
$self at 0.0 "$node start-dsr"
}
AODV {
set ragent [$self cre..."
(procedure "_o3" line 14)
(Simulator create-wireless-node line 14)
invoked from within
"_o3 create-wireless-node"
("eval" body line 1)
invoked from within
"eval $self create-wireless-node $args"
(procedure "_o3" line 23)
(Simulator node line 23)
invoked from within
"$ns_ node"
("for" body line 2)
invoked from within
"for {set i 0} {$i < $opt(nn) } {incr i} {
set node_($i) [$ns_ node]
$node_($i) random-motion 0
$ns_ initial_node_pos $node_($i) 20
}"
(file "hope.tcl" line 94)




When i change the protocol i encounter different statements like this , so its prob with OLSR patch or something else ??????

Last edited by sukrutha; 09-21-2011 at 08:53 AM.
 
1 members found this post helpful.
Old 08-22-2011, 02:53 PM   #5
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
Please edit post # 4 to use "code tags" for the 2 blocks of code and errors.
Write [/code] at code text end, and [code] at text start.

Or use the " # " button in the 'Advanced Editor' : Edit > Go Advanced

http://www.linuxquestions.org/questi....php?do=bbcode


..
 
Old 09-08-2011, 09:07 AM   #6
sukrutha
LQ Newbie
 
Registered: Jun 2011
Posts: 11

Original Poster
Rep: Reputation: Disabled
OLSR patch

hey solution is simple .............
once u patch OLSR , then again type the command ./install in ns-allinone-2.34 and ./validate in ns-2.34 . Then run the OLSR tcl file,it will work
 
1 members found this post helpful.
Old 09-17-2011, 12:06 PM   #7
umair ahmed
LQ Newbie
 
Registered: Jul 2011
Location: karachi,pakistan
Distribution: ubuntu
Posts: 13

Rep: Reputation: Disabled
had previously installed um-olsr in my ns2 but it stopped working one day .so I again tried to patch but I am getting a huge number of errors. I have followed all the instructions at masimum website but couldn’t succeed

Here is the recent issue
Code:
umair@umair-VirtualBox:~/ns-allinone-2.34/ns-2.34$  patch -p1 < olsr/um-olsr-2.34_v0.8.8.patch

patching file Makefile.in

Reversed (or previously applied) patch detected!  Assume -R? [n]

Apply anyway? [n] y

Hunk #1 FAILED at 276.

1 out of 1 hunk FAILED -- saving rejects to file Makefile.in.rej

patching file common/packet.h

Reversed (or previously applied) patch detected!  Assume -R? [n]

Apply anyway? [n] y

Hunk #1 FAILED at 182.

Hunk #2 succeeded at 395 with fuzz 2 (offset 12 lines).

1 out of 2 hunks FAILED -- saving rejects to file common/packet.h.rej

patching file queue/priqueue.cc

Reversed (or previously applied) patch detected!  Assume -R? [n]

Apply anyway? [n] y

Hunk #1 FAILED at 92.

1 out of 1 hunk FAILED -- saving rejects to file queue/priqueue.cc.rej

patching file tcl/lib/ns-agent.tcl

Reversed (or previously applied) patch detected!  Assume -R? [n]

Apply anyway? [n] y

Hunk #1 FAILED at 197.

1 out of 1 hunk FAILED -- saving rejects to file tcl/lib/ns-agent.tcl.rej

patching file tcl/lib/ns-default.tcl

Reversed (or previously applied) patch detected!  Assume -R? [n]

Apply anyway? [n] y

Hunk #1 FAILED at 1363.

1 out of 1 hunk FAILED -- saving rejects to file tcl/lib/ns-default.tcl.rej

patching file tcl/lib/ns-lib.tcl

Hunk #1 succeeded at 642 with fuzz 2 (offset 9 lines).

Hunk #2 succeeded at 897 (offset 33 lines).

patching file tcl/lib/ns-packet.tcl

Reversed (or previously applied) patch detected!  Assume -R? [n]

Apply anyway? [n] y

Hunk #1 FAILED at 169.

1 out of 1 hunk FAILED -- saving rejects to file tcl/lib/ns-packet.tcl.rej

patching file trace/cmu-trace.cc

Reversed (or previously applied) patch detected!  Assume -R? [n]

Apply anyway? [n] y

Hunk #1 FAILED at 53.

Hunk #2 succeeded at 1213 (offset 151 lines).

Hunk #3 succeeded at 1563 with fuzz 2 (offset 157 lines).

1 out of 3 hunks FAILED -- saving rejects to file trace/cmu-trace.cc.rej

patching file trace/cmu-trace.h

Reversed (or previously applied) patch detected!  Assume -R? [n]

Apply anyway? [n] y

Hunk #1 FAILED at 160.

1 out of 1 hunk FAILED -- saving rejects to file trace/cmu-trace.h.rej

umair@umair-VirtualBox:~/ns-allinone-2.34/ns-2.34$
I want to install it in clean way from starting but it says previously patched so what should I do ?How can I reinstall the patch ,remove all rej files without disturbing my ns2 configurations .?
 
Old 09-18-2011, 08:15 AM   #8
sukrutha
LQ Newbie
 
Registered: Jun 2011
Posts: 11

Original Poster
Rep: Reputation: Disabled
OLSR patch

Hey that is happening because the file already exists . So i suggest u to remove otcl folder which is present in ns-allinone-2.34 and the olsr folder present inside ns-2.34 and um-olsr-0.8.8. Then re-install , i mean follow the same steps u followed earlier. Hope it helps you.
 
Old 09-21-2011, 07:07 AM   #9
archtoad6
Senior Member
 
Registered: Oct 2004
Location: Houston, TX (usa)
Distribution: MEPIS, Debian, Knoppix,
Posts: 4,727
Blog Entries: 15

Rep: Reputation: 234Reputation: 234Reputation: 234
sukrutha,

It's a polite request, please do it. Please include post #1 as well as post #4.

Quote:
Originally Posted by knudfl View Post
Please edit post # 4 to use "code tags" for the 2 blocks of code and errors.
Write [/code] at code text end, and [code] at text start.

Or use the " # " button in the 'Advanced Editor' : Edit > Go Advanced

http://www.linuxquestions.org/questi....php?do=bbcode
You may wonder why it matters after your question has been answered. The reason is that one of LQ's goals is to create an archive of answers available for the future. Posts that are easy to read improve the quality of that archive. Yours would be considerably improved by the addition of the suggested "code tags". Please edit them in as soon as you can.

Thank you for your co-operation.
 
1 members found this post helpful.
Old 01-25-2012, 06:59 AM   #10
numusz
LQ Newbie
 
Registered: Jan 2012
Posts: 3

Rep: Reputation: Disabled
can i use that in ns-2.35 ?
 
Old 01-26-2012, 03:03 AM   #11
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
Post # 10 , @ numusz : Welcome to LQ.

Why ns-2.35 ? You can have as many versions of ns-allinone-2.xx
as you want, installed at the same time.

Generally : A patch will usually only work for the version,
it was meant for. ( A very few exceptions exist.)

If you are a c++ coder, feel free to rewrite the "patch code"
to fit ns-allinone-2.35 .

.
 
Old 05-19-2012, 01:03 PM   #12
mohanvinu
LQ Newbie
 
Registered: Mar 2012
Posts: 2

Rep: Reputation: Disabled
patching file Makefile.in
Hunk #1 FAILED at 250.
1 out of 1 hunk FAILED -- saving rejects to file Makefile.in.rej
patching file common/packet.h
Hunk #1 FAILED at 166.
Hunk #2 FAILED at 263.
2 out of 2 hunks FAILED -- saving rejects to file common/packet.h.rej
patching file queue/priqueue.cc
Hunk #1 FAILED at 90.
1 out of 1 hunk FAILED -- saving rejects to file queue/priqueue.cc.rej
patching file tcl/lib/ns-agent.tcl
Hunk #1 FAILED at 192.
1 out of 1 hunk FAILED -- saving rejects to file tcl/lib/ns-agent.tcl.rej
patching file tcl/lib/ns-default.tcl
Hunk #1 FAILED at 1369.
1 out of 1 hunk FAILED -- saving rejects to file tcl/lib/ns-default.tcl.rej
patching file tcl/lib/ns-lib.tcl
Hunk #1 FAILED at 612.
Hunk #2 succeeded at 971 with fuzz 1 (offset 143 lines).
1 out of 2 hunks FAILED -- saving rejects to file tcl/lib/ns-lib.tcl.rej
patching file tcl/lib/ns-packet.tcl
Hunk #1 FAILED at 166.
1 out of 1 hunk FAILED -- saving rejects to file tcl/lib/ns-packet.tcl.rej
patching file trace/cmu-trace.cc
Hunk #1 FAILED at 51.
Hunk #2 succeeded at 1993 (offset 1112 lines).
Hunk #3 succeeded at 2359 with fuzz 2 (offset 1140 lines).
1 out of 3 hunks FAILED -- saving rejects to file trace/cmu-trace.cc.rej
patching file trace/cmu-trace.h
Hunk #1 FAILED at 133.
1 out of 1 hunk FAILED -- saving rejects to file trace/cmu-trace.h.rej


i am facing this problem at the time of patching file,give me onesolution anyone
 
Old 05-19-2012, 01:05 PM   #13
mohanvinu
LQ Newbie
 
Registered: Mar 2012
Posts: 2

Rep: Reputation: Disabled
any one give me olsr patch file for ns-2.35 or any alternative
 
Old 05-20-2012, 05:59 AM   #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
Posts #12, #13, @mohanvinu : Welcome to LQ.

Simply do not use ns-2.35.
The patches are for 'ns-allinone-2.29.3'. Other members use that version.
And : Please read post #11. Which Ubuntu version are you using ?
http://www.linuxquestions.org/linux/...Ask_a_Question
http://linuxsilo.net/docs/smart-questions_en.html

There may be an easy solution, also for your Ubuntu version.

.
 
Old 03-13-2014, 03:24 AM   #15
abhi.samyak
LQ Newbie
 
Registered: May 2012
Posts: 16

Rep: Reputation: Disabled
Please help me with this

I am working in installation of olsr patch on ubuntu 10.04 and the patch is downloaded from http://sourceforge.net/projects/um-olsr/. and @knudfl it is given in the following link that there are patches for different versions of ns-2. I have followed steps from the link http://masimum.inf.um.es/fjrm/development/um-olsr/. but while patching i am getting following errors please help me out with this. thanking in advance


patching file Makefile.in
Hunk #1 succeeded at 280 (offset 4 lines).
patching file common/packet.h
Hunk #1 FAILED at 182.
Hunk #2 succeeded at 395 with fuzz 2 (offset 12 lines).
1 out of 2 hunks FAILED -- saving rejects to file common/packet.h.rej
patching file queue/priqueue.cc
patching file tcl/lib/ns-agent.tcl
patching file tcl/lib/ns-default.tcl
patching file tcl/lib/ns-lib.tcl
patching file tcl/lib/ns-packet.tcl
patching file trace/cmu-trace.cc
Hunk #2 succeeded at 1065 (offset 2 lines).
Hunk #3 succeeded at 1414 (offset 7 lines).
patching file trace/cmu-trace.h
Hunk #1 FAILED at 160.
1 out of 1 hunk FAILED -- saving rejects to file trace/cmu-trace.h.rej
 
  


Reply

Tags
ns2, olsr



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 codes for OLSR codes sukrutha Linux - Newbie 3 01-25-2012 11:42 PM
How to patch my redhat Enterprise Linux 5.1 to the latest patch level? shaybery Red Hat 4 10-05-2008 02:04 AM
How to Install patch-o-matic(a iptables patch) on redhat 9? itebooks Linux - Security 1 07-23-2004 08:51 AM
debian-patch-debianlogo w/2.6.5 kernel-patch-lpp Outabux Debian 11 05-20-2004 01:21 PM
How to Apply patch for Mass Storage device to work? (uss725-2.4.20-rc2.patch) cevjr Linux - Hardware 3 04-20-2004 11:14 PM

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

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