Notices


Reply
Thread Tools
Posts: 4 | Thanked: 0 times | Joined on Sep 2009
#1
I need to launch the radvd demon on Nokia N810 how can I find it?
 
Posts: 2,802 | Thanked: 4,491 times | Joined on Nov 2007
#2
Originally Posted by jaws75 View Post
I need to launch the radvd demon on Nokia N810 how can I find it?
There isn't one, but you should be able to build the Debian package without too much hassle.

However, radvd? If you are trying to turn your N810 into an IPv6 router do share the details, sounds interesting :-)
 
Posts: 4 | Thanked: 0 times | Joined on Sep 2009
#3
Ok,
I am not very familiar to build new packages in scratchbox and Maemo. Could you suggest a quick guide to insert a new package in the build?

Yes the idea is to make the n810 a router/gateway for ipv6. I'll share the details if you are interested.
 
Posts: 2,802 | Thanked: 4,491 times | Joined on Nov 2007
#4
Originally Posted by jaws75 View Post
Ok,
I am not very familiar to build new packages in scratchbox and Maemo. Could you suggest a quick guide to insert a new package in the build?
Sure, here's a quick list of steps that builds the debian version in scratchbox:

Code:
apt-get install autotools-dev debhelper cdbs flex bison  # build dependencies
wget http://ftp.de.debian.org/debian/pool/main/r/radvd/radvd_1.1-3.dsc \
http://ftp.de.debian.org/debian/pool/main/r/radvd/radvd_1.1.orig.tar.gz \
http://ftp.de.debian.org/debian/pool/main/r/radvd/radvd_1.1-3.diff.gz
dpkg-source -x radvd_1.1-3.dsc
cd radvd-1.1
dpkg-buildpackage -rfakeroot
The resulting binary package depends on adduser which isn't available, so you'll have to play with debian/control, debian/radvd.postinst & debian/radvd.init.

Yes the idea is to make the n810 a router/gateway for ipv6. I'll share the details if you are interested.
Please do.
 
Reply


 
Forum Jump


All times are GMT. The time now is 23:01.