gnunet-developers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: [GNUnet-developers] Re: [Help-gnunet] trouble with cvs


From: jan marco alkema
Subject: RE: [GNUnet-developers] Re: [Help-gnunet] trouble with cvs
Date: Sun, 9 Nov 2003 20:01:54 +0100

Hello Glenn, Igor, Christian, Marado,

>Speaking of problems, the 'waiting almost forever for the last few kb'
seems to persist. This single problem is enough to make current gnunet look
pretty bad. The efficiency modifications some time back seem the most likely
suspect to me.

I agree with you. See appendix A for my speed "result" of 0.028 kilobyte per
second ----(

>A typical gnunet release has a couple of problems more often than not, so I
don't wonder people going for the cvs version. If the CVS is public, as it
should be, the natural conclusion is that the more advanced ppl will try it
out, even though they weren't living on the edge otherwise.

I not agree with you. In (near by) future all projects will continues
updates the project source code in time. All computers with the project
programs will automatically get the last source code. The moderator of a
project decides what status the specific sources has. If a significant bug
is in the source code he can decide to roll it automatically back to a
previous release.

>Furthermore, what if GNUnet has dependences on tools that aren't in a final
release yet? GNUnet isn't either!

See dependences in Appendix B. A sample CVS compile/start up code in
Appendix C.

Currently I am very busy in learning MVC++. I find it not simple if you
haven't experiences with Visual basic before.

Greetings Jan Marco


Appendix A: speed of gnunet:
# ./gnunet-search alien
gnunet-download -o "aliensong.zip" --
gnunet://afs/4AFA774B82BFB43F04B2CE42197B5D5ED5A2C16E.85DFBFF3B41C6609CBC40E
C286F457A093C8032C.38D96B65.2980077
=> The Aliensong <= (mimetype: unknown)
gnunet-download -o "Aliensong.mpeg" --
gnunet://afs/22BC3B01EF16C2814C23D0401D6C54FFD82C5AB2.8998DE34E06F380661B4EB
C5991D06C90CD69CFA.7A1AC901.3201028
=> No description supplied <= (mimetype: video/mpeg)

# ./gnunet-download -o "aliensong.zip" --
gnunet://afs/4AFA774B82BFB43F04B2CE42197B5D5ED5A2C16E.85DFBFF3B41C6609CBC40E
C286F457A093C8032C.38D96B65.2980077
Speed was    0.028 kilobyte per second.
You have new mail in /var/spool/mail/root
#

Appendix B: "For CVS" Update distributions:

-rw-r--r--    1 root     root      1074128 Dec 30  2002 autoconf-2.57.tar.gz
-rw-r--r--    1 root     root       677283 Dec 30  2002
automake-1.7.2.tar.gz
-rw-r--r--    1 root     root      1986716 Jan 31  2003 glib-2.0.7.tar.gz
-rw-r--r--    1 root     root       741606 Jan 31  2003
libgcrypt-1.1.12.tar.gz
-rw-r--r--    1 root     root      1164463 Dec 30  2002 libtool-1.4.3.tar.gz

Appendix C:CVS upstart script:
# cat gnunet_install.sh
rm -Rf GNUnet
rm -Rf var
rm -Rf bin
rm -Rf man
rm -Rf lib
echo cvs -d :pserver:address@hidden:/var/cvs/GNUnet checkout GNUnet
cvs -d :pserver:address@hidden:/var/cvs/GNUnet checkout GNUnet
cd GNUnet
chmod +x bootstrap
./bootstrap
./bootstrap
./configure --prefix=/usr/local/fsh/gnunet --with-mysql=/usr/local/fsh/var/m
ysql
make clean
make
make install
/usr/local/fsh/gnunet/bin/gnunetd -d -L DEBUG





reply via email to

[Prev in Thread] Current Thread [Next in Thread]