LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
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 12-13-2006, 03:53 AM   #1
wahaha
Member
 
Registered: Jul 2006
Posts: 130

Rep: Reputation: 15
cannot install dsr-uu in fedora core 4, 2.6.11


halo...i am having trouble install dsr-uu..
The installation steps are :
cd dsr-uu-0.2
make
make install
dsr-uu.sh start eth1
http://core.it.uu.se/core/index.php/DSR-UU

the below is my installation step:


[root@localhost dsr-uu-0.2]# make
Compiling for /root/Desktop/dsr-uu-0.2
make -C /lib/modules/2.6.11-1.1369_FC4.stk16/build SUBDIRS=/root/Desktop/dsr-uu- 0.2 modules
make[1]: Entering directory `/usr/src/kernels/2.6.11-1.1369_FC4.stk16-i686'
CC [M] /root/Desktop/dsr-uu-0.2/dsr-module.o
CC [M] /root/Desktop/dsr-uu-0.2/dsr-pkt.o
CC [M] /root/Desktop/dsr-uu-0.2/dsr-dev.o
CC [M] /root/Desktop/dsr-uu-0.2/dsr-io.o
CC [M] /root/Desktop/dsr-uu-0.2/dsr-opt.o
CC [M] /root/Desktop/dsr-uu-0.2/dsr-rreq.o
CC [M] /root/Desktop/dsr-uu-0.2/dsr-rrep.o
CC [M] /root/Desktop/dsr-uu-0.2/dsr-rerr.o
CC [M] /root/Desktop/dsr-uu-0.2/dsr-ack.o
CC [M] /root/Desktop/dsr-uu-0.2/dsr-srt.o
CC [M] /root/Desktop/dsr-uu-0.2/send-buf.o
CC [M] /root/Desktop/dsr-uu-0.2/debug.o
/root/Desktop/dsr-uu-0.2/debug.c: In function do_dbglog:
/root/Desktop/dsr-uu-0.2/debug.c:68: warning: verify_area is deprecated (declared at include/asm/uaccess.h:105)
/root/Desktop/dsr-uu-0.2/debug.c:107: warning: verify_area is deprecated (declared at include/asm/uaccess.h:105)
CC [M] /root/Desktop/dsr-uu-0.2/neigh.o
CC [M] /root/Desktop/dsr-uu-0.2/maint-buf.o
CC [M] /root/Desktop/dsr-uu-0.2/link-cache.o
LD [M] /root/Desktop/dsr-uu-0.2/dsr.o
LD [M] /root/Desktop/dsr-uu-0.2/linkcache.o
Building modules, stage 2.
MODPOST
CC /root/Desktop/dsr-uu-0.2/dsr.mod.o
LD [M] /root/Desktop/dsr-uu-0.2/dsr.ko
CC /root/Desktop/dsr-uu-0.2/linkcache.mod.o
LD [M] /root/Desktop/dsr-uu-0.2/linkcache.ko
make[1]: Leaving directory `/usr/src/kernels/2.6.11-1.1369_FC4.stk16-i686'
grep -n "TODO:" *.c *.h > TODO
cat TODO
dsr-dev.c:529: /* TODO: Should consider using ip_finish_output instead */
dsr-rerr.c:174: /* TODO: Must preserve order of RERR and ACK options from triggering
dsr-rerr.c:232: /* TODO: Check options following the RERR option */
dsr-rrep.c:304: /* TODO: Should we PAD? The rrep struct is padded and aligned
dsr-rreq.c:594: /* TODO: Check Blacklist */
dsr-srt.c:480: /* TODO: check for multicast address in next hop or dst */
dsr-srt.c:481: /* TODO: check MTU and compare to pkt size */
link-cache.c:38:#define LC_LINKS_MAX 100 /* TODO: Max links should be calculated from Max
maint-buf.c:272: /* TODO: Check unidirectional MAC tx support and potentially discard
maint-buf.c:275: /* TODO: Check/set First and Last hop external bits */
neigh.c:158:/* TODO: Implement neighbor table garbage collection */
dsr-srt.h:21:/* TODO: This header is not byte order correct... is there a simple way to fix
dsr-srt.h:27:/* TODO: Fix bit/byte order */


[root@localhost dsr-uu-0.2]# make install
mkdir -p /lib/modules/2.6.11-1.1369_FC4.stk16/dsr
install -m 644 dsr.ko /lib/modules/2.6.11-1.1369_FC4.stk16/dsr/
install -m 644 linkcache.ko /lib/modules/2.6.11-1.1369_FC4.stk16/dsr/
/sbin/depmod -a
[root@localhost dsr-uu-0.2]#


[root@localhost dsr-uu-0.2]# dsr-uu.sh start wlan0
bash: dsr-uu.sh: command not found



i stuck on the last step, did anyone know why ??
Your advices are much appreciated. Thanks
 
Old 12-14-2006, 02:59 AM   #2
acid_kewpie
Moderator
 
Registered: Jun 2001
Location: UK
Distribution: Gentoo, RHEL, Fedora, Centos
Posts: 43,417

Rep: Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985
well where did dsr-uu.sh come from? you've not just installed it, so it just sound slike a path problem. where is it?

//not networking related. moved to Software.
 
Old 12-18-2006, 01:10 AM   #3
wahaha
Member
 
Registered: Jul 2006
Posts: 130

Original Poster
Rep: Reputation: 15
cannot install dsr-uu

Continue from this link: http://www.linuxquestions.org/questi...d.php?t=509961

Hi acid_kewpie,

the dsr-uu.sh is a file inside the dsr-uu folder.

May I know why u said that I haven't install the file yet? because i already been did the " make" and "make install" steps.
 
Old 12-18-2006, 01:11 AM   #4
wahaha
Member
 
Registered: Jul 2006
Posts: 130

Original Poster
Rep: Reputation: 15
i had moved to software category, please refer to the link below :

http://www.linuxquestions.org/questi...28#post2548528
 
Old 12-18-2006, 01:49 AM   #5
acid_kewpie
Moderator
 
Registered: Jun 2001
Location: UK
Distribution: Gentoo, RHEL, Fedora, Centos
Posts: 43,417

Rep: Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985
Please post your thread in only one forum. Posting a single thread in the most relevant forum will make it easier for members to help you and will keep the discussion in one place. This thread is being closed because it is a duplicate.
 
Old 12-18-2006, 01:49 AM   #6
acid_kewpie
Moderator
 
Registered: Jun 2001
Location: UK
Distribution: Gentoo, RHEL, Fedora, Centos
Posts: 43,417

Rep: Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985
oh what a mess... you're not too used to using forums are you? as above, i had already moved it to the right place.
 
Old 12-18-2006, 02:53 AM   #7
reddazz
LQ Guru
 
Registered: Nov 2003
Location: N. E. England
Distribution: Fedora, CentOS, Debian
Posts: 16,298

Rep: Reputation: 77
I've merged the two threads.
 
Old 12-19-2006, 02:43 AM   #8
wahaha
Member
 
Registered: Jul 2006
Posts: 130

Original Poster
Rep: Reputation: 15
sorry for the trouble.

The dsr-uu.sh is a file inside the dsr-uu folder.

May I know why u said that I haven't install the file yet? because i already been did the " make" and "make install" steps.
 
  


Reply



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
Dsr-uu wahaha Linux - Networking 3 12-11-2006 04:17 AM
Implementation of DSR in MANET (insmod problem) pierre44 Linux - Wireless Networking 0 07-08-2005 01:46 PM
How do I re-install an operatingsystem? Corrupted install. Yast wont load. URGENT.thx CrewXp SUSE / openSUSE 5 05-09-2005 12:07 AM
Dial-In Server not working! Mgetty - DSR is Off! diogo_cc Linux - Networking 0 03-24-2004 02:02 PM

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

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