[GNUnet-developers] GNUnet HEAD compiles again...

2005-02-16 Thread Christian Grothoff
Hi everyone! This is just to let you know that thanks to some recent efforts the entire GNUnet HEAD codebase finally compiles again (after "just" 3 months...). There are still plenty of failing testcases (and more testcases to be written) but you should now be again able to do a SVN checkout a

[GNUnet-developers] Re: [Help-gnunet] OK to use a FQDN for 'IP' in gnunet.conf?

2005-02-26 Thread Christian Grothoff
On Saturday 26 February 2005 15:53, Ludovic Courtès wrote: > I ran gnunetd for approximately half an hour and used `ps' to get more > accurate information on what's going on. It was connected to 17 nodes > at the end. While my `MAXCPULOAD' was set to 20, gnunetd was clearly > eating 100% of the C

[GNUnet-developers] GNUnet 0.6.6b and GNUnet 0.7.0pre0 released

2005-02-27 Thread Christian Grothoff
The 0.6.6b release fixes various minor and not so minor bugs, including a few gnunetd crashes. 0.6.6b should be fully compatible with 0.6.6a. You can download the code at http://gnunet.org/download/GNUnet-0.6.6b.tar.gz (sources) The 0.7.0pre0 release is a pre-preview, alpha-quality release to

[GNUnet-developers] Re: [Help-gnunet] GNUnet 0.6.6b and GNUnet 0.7.0pre0 released

2005-02-28 Thread Christian Grothoff
On Monday 28 February 2005 13:31, Milan wrote: > Le dimanche 27 février 2005 à 23:05 -0500, Christian Grothoff a écrit : > > 0.7.0pre0 requires libextractor >= 0.4.2 (it will not even compile > > against libextractor 0.4.1 or without libextractor). > > Does this mean tha

Re: [GNUnet-developers] gnunet.conf in GNUnet 0.6.6b

2005-03-11 Thread Christian Grothoff
On Friday 11 March 2005 18:34, Marcos D. Marado Torres wrote: > Greetings, > > I convinced a friend few minutes ago to try GNUnet (in Linux). > After downloading it, unpacking it, ./configure, make and make install, the > problems started: /etc/gnunet.conf wasn't there, the gnunet.conf created in >

Re: [GNUnet-developers] gnunet.conf in GNUnet 0.6.6b

2005-03-11 Thread Christian Grothoff
On Friday 11 March 2005 20:37, Marcos D. Marado Torres wrote: > > Also, making things more user-friendly is always easier said than done. > > Do you have any concrete suggestions? > > Yes,: trying that the "first time generated gnunet.conf" is a configuration > that runs well in almost all systems

[GNUnet-developers] Re: libextractor ole2 and libgsf

2005-03-21 Thread Christian Grothoff
On Sunday 20 March 2005 22:17, Glenn L McGrath wrote: > Hi, > > There has been a niggling problem with the ole2 module of libextractor > for a while, it has been worked around within debian (1), but gentoo > still has problems with it (2), and i suspect it may cause problems to > others in the futu

Re: [GNUnet-developers] Trust Inflation / Deflation

2005-03-22 Thread Christian Grothoff
On Tuesday 22 March 2005 12:07, Alen Peacock wrote: > I recently posted the following in the p2p-hackers mailing list: > > I've been considering the implementation of a system that uses an > economic model similar to GnuNet's Excess-Based Economic Model [1], > but I'm a bit stuck on one point not m

Re: [GNUnet-developers] Trust Inflation / Deflation

2005-03-23 Thread Christian Grothoff
On Tuesday 22 March 2005 23:40, Alen Peacock wrote: > Christian, > > Thanks for the in-depth answers. You've filled in some nice gaps in > my understanding and swatted away several of my concerns. I have a > few followup questions: > > > On Tue, 22 Mar 2005 16:01

[GNUnet-developers] GNUnet 0.7.0pre1 released

2005-03-31 Thread Christian Grothoff
The 0.7.0pre1 release is the last planned pre-release before 0.7.0. If everything goes according to plan the code in 0.7.0pre1 will be protocol and data-format compatible with 0.7.0. Instead of advertising a long list of features, here is the short list of missing features that we hope to add

Re: [GNUnet-developers] GNUnet 0.7.0pre1 released

2005-04-01 Thread Christian Grothoff
On Friday 01 April 2005 03:25, Glenn L McGrath wrote: > On Thu, 31 Mar 2005 22:08:28 -0500 > > Christian Grothoff <[EMAIL PROTECTED]> wrote: > > * F2F topology does not yet work > > Just tried to experiment with it and im having trouble with this > topology module. &g

[GNUnet-developers] GNUnet 0.7.0pre2 released

2005-04-01 Thread Christian Grothoff
Since there were quite a few ugly (as in critical) bugs in 0.7.0pre1 that have now been fixed, there is now 0.7.0pre2. So if you had serious problems with pre1, please give this one a shot. In particular, the configuration file now defines "topology = topology_default". Also, the HOSTLISTURL i

[GNUnet-developers] Fwd: The FSF is moving

2005-04-21 Thread Christian Grothoff
--- Begin Message --- The Free Software Foundation will be moving to a new office on Friday April 29, 2005. Starting Friday morning (GMT-4) and extending through the weekend, the following FSF services will be unavailable: * fencepost.gnu.org: GNU project shell server * lists.gnu.org, lists.n

Re: [GNUnet-developers] libgsf vs libextractor

2005-05-05 Thread Christian Grothoff
Well, the bug fix is mostly a tricky approach to linking stuff, and I did send an E-mail to you about it way back when and got no reply. The primary problem is what happens if you load a plugin that links against libgsf with dlopen, unload it, and load it again. If you do that from an applic

[GNUnet-developers] 1024 vs. 2048 bit RSA

2005-06-06 Thread Christian Grothoff
Hi all! I've just made a semi-important change to the system, and I wanted to document the rationale here (so that you can object or hold your peace). Basically, I changed the length of the RSA key for KBlocks from 2048 bits to 1024 bits. This does NOT affect the size of the RSA keys for hostke

[GNUnet-developers] for those of you testing current SVN head...

2005-06-15 Thread Christian Grothoff
I've just fixed some "interesting" bug where my gnunetd decided to do for-loops from 0 to 1 billion instead of 0 to 31. Which cost some not so nice amount of CPU time as you might imagine. This one seems to be in all previous 0.7.0pre-releases (but not in 0.6.x). So if your CPU performance f

Re: [GNUnet-developers] 0.7 and libextractor : 0.5 needed ?

2005-06-19 Thread Christian Grothoff
Yes, you do need LE 0.5 (it says so in the README, too). Christian On Saturday 18 June 2005 02:32 pm, Milan wrote: > Hi ! > > Trying to compile GNUnet 0.7 CVS, I get an error because of a mising > symbol : EXTRACTOR_PUBLICATION_DATE (see below). This constant seems to > appear in extractor.h from

[GNUnet-developers] GNUnet 0.7.0pre3 released

2005-06-26 Thread Christian Grothoff
This is (hopefully) the last pre-release before 0.7.0. There is now again a graphical user interface (still called gnunet-gtk), however it is distributed as a seperate download! 0.7.0pre3 now also comes with a working setup tool called gnunet-setup. There are some changes in the configuratio

Re: [GNUnet-developers] Music insertion

2005-06-28 Thread Christian Grothoff
I've added the code to svn (src/fs/extensions/). I will see about how to properly integrate it once I again work on the insert dialog (should not be too long, but won't be this week either :-)). Thanks! Christian On Tuesday 28 June 2005 02:50 pm, Milan wrote: > Hi ! > > Could you add to the G

Re: [GNUnet-developers] Music insertion

2005-06-29 Thread Christian Grothoff
The problem is that GNUnet cannot allow users to just update meta-data (since that would allow bad people to put in bogus meta data and since the encryption does not allow peers to identify "old" metadata). This completely rules out any wiki-style meta-data management (and clearly existing wikis

Re: [GNUnet-developers] 0.7 problems or errors

2005-06-30 Thread Christian Grothoff
On Thursday 30 June 2005 06:07 am, Milan wrote: > First of all, I got an error typing 'make install' for gnunet-gtk. > mkinstalldirs was containing at his beginning (line 4) some "<<< mine" > and other strange stuff on about 5 lines. I deleted it and the install > ran well. Maybe a problem due to s

[GNUnet-developers] GNUnet 0.7.0pre4 released

2005-07-02 Thread Christian Grothoff
This release primarily fixes a number of critical bugs that were found in 0.7.0pre3. It also cleans up some APIs. gnunet-gtk now supports anonymity levels and aborting downloads. We were also happy to obtain two additional hostlists, bringing the total number up to three. You can download th

Re: [GNUnet-developers] 0.7 and libextractor : 0.5 needed ?

2005-07-12 Thread Christian Grothoff
19 June 2005, Christian Grothoff, � bout, prit son clavier pour > > taper sur son �cran: > > Yes, you do need LE 0.5 (it says so in the README, too). > > I tried to compile LE 0.5.1 on Debian and I get this error at the > compilation: mkdir .libs > i386-linux-g++-3.3 -

Re: [GNUnet-developers] GNUnet 0.7.0pre4 released

2005-07-15 Thread Christian Grothoff
On Friday 15 July 2005 04:42 am, Lo�c Le Guyader wrote: > I manage to connect to only two other node (I think that's normal), but > fail to find the GPL ! > > I also get a lot of : > jui 15 11:30:12 WARNING: SKEY from > 'QHCCNUA4IJ9M17FN0M7OJ4PV0F6UIS6DOO2UP8H4VS102A126FCT36PLEGEUOFUIDUUSV0TBPE >

[GNUnet-developers] GNUnet 0.7.0pre5 released

2005-07-17 Thread Christian Grothoff
This release fixes many, many bugs, so updating is highly recommended for all pre4 users. Particularly nice is a fix in the bandwidth-availability estimation code that has been there since the very beginning. So if you had trouble with GNUnet using more than the amount of bandwidth you specifi

Re: [GNUnet-developers] Tab issue and old tabs patch

2005-07-17 Thread Christian Grothoff
On Saturday 16 July 2005 02:32 am, Milan wrote: > Christian wrote on the drupal page : > >In the gnunet-gtk, if you click on the "File sharing" tab right after > >startup, prior to clicking on any other tab in the notebook, it will > >not work. Even multiple clicks are ignored. However, if you firs

Re: [GNUnet-developers] Re: About http://www.gnunet.org/?xlang=Italian frontpage translation

2005-08-03 Thread Christian Grothoff
On Monday 01 August 2005 07:50 am, Mind Booster Noori wrote: > Sorry for not giving better > indications, but gnunet.org seems to be down at the moment. Should be back up now -- /var managed to fill up just while I was moving from Indiana to LA. Talk about bad timing :-). Christian ___

[GNUnet-developers] GNUnet 0.7.0pre6 is out

2005-08-20 Thread Christian Grothoff
First, here are the download URLs: http://gnunet.org/download/GNUnet-0.7.0pre6.tar.bz2 http://gnunet.org/download/gnunet-gtk-0.7.0pre6.tar.bz2 http://www.gnunet.org/download/win/Setup-0.7-pre6.exe http://www.gnunet.org/download/win/Setup-0.7-pre6.exe.asc The sqlite database format changed, so ple

[GNUnet-developers] dropping support for SQlite from GNUnet due to bug? workaround?

2005-08-21 Thread Christian Grothoff
Hi everyone! I've just been through some rather unnerving realization, which is that the SQlite DB binding for GNUnet has some serious issue: memory utilization. I'm writing here just to get some feedback, hoping that someone will step up and say "sure, no problem, do X and the problem will go

[GNUnet-developers] Re: dropping support for SQlite from GNUnet due to bug? workaround?

2005-08-21 Thread Christian Grothoff
done to make SQlite use the index instead of sorting here? That would likely solve the problem. Happy hacking Christian On Sunday 21 August 2005 04:14, D. Richard Hipp wrote: > On Sun, 2005-08-21 at 00:04 -0700, Christian Grothoff wrote: > > SELECT * FROM gn070 WHERE conditi

[GNUnet-developers] Re: dropping support for SQlite from GNUnet due to bug? workaround?

2005-08-21 Thread Christian Grothoff
Thanks a lot, this solves the issue (we're now using 10 MB memory total for everything -- where before it went up to 1 GB and possibly more). Christian On Sunday 21 August 2005 14:40, D. Richard Hipp wrote: > On Sun, 2005-08-21 at 14:21 -0700, Christian Grothoff wrote: > >

[GNUnet-developers] GNUnet 0.7.0 released

2005-08-28 Thread Christian Grothoff
ation, other dependencies, mailinglists, a bug database and a forum can be found at http://gnunet.org/ Thanks for your attention Christian Grothoff ___ GNUnet-developers mailing list GNUnet-developers@gnu.org http://lists.gnu.org/mailman/listinfo/g

Re: [GNUnet-developers] A new ECRS?

2005-09-09 Thread Christian Grothoff
On Friday 09 September 2005 04:06, Ludovic Courtès wrote: > Hi, > > First of all, thanks for this brand new release! I'm looking forward to > giving it a try. > > In the announcement available on the web page, you mention that "data is > encoded with the new ECRS encoding algorithm". However, the

Re: [GNUnet-developers] Crashes when trying to write fsui client

2005-09-11 Thread Christian Grothoff
You must first initialize gnunet-util. Add a line like this: if (OK != initUtil(argc, argv, &parser)) exit(-1); where "parser" should be a function that parses the command line arguments (see any main gnunet-file for an example). initUtil creates various locks and, most importantly, reads the

Re: [GNUnet-developers] A new ECRS?

2005-09-13 Thread Christian Grothoff
On Monday 12 September 2005 06:12, Ludovic Courtès wrote: > One of the most significant changes I can see is that the triple-hash > scheme for keyword-based indexing has been dropped in favor of the > keyword-based asymmetric cryptography. Why is it so? At first sight, > it seems that the triple-

[GNUnet-developers] GNUnet 0.7.0a released

2005-11-19 Thread Christian Grothoff
This is a pure bugfix release. The most critical kinds of bugs fixed concern dropped connections and crashing processes. Updating should be trivial (recompile, install, stop gnunetd, run gnunet-update, start gnunetd) and is highly recommended. You can download the code from all GNU mirrors o

Re: [GNUnet-developers] GNUnet publications

2005-12-07 Thread Christian Grothoff
On Wednesday 07 December 2005 08:39 am, Ludovic Courtès wrote: > Hello, > > I'm looking for complete references of some of the GNUnet papers > available on gnunet.org. It looks like some of them, such as "An > Encoding for Censorship-Resistant Sharing", were never actually > published in a confere

Re: [GNUnet-developers] A GNUnet library anywhere?

2005-12-22 Thread Christian Grothoff
On Thursday 22 December 2005 04:47 pm, Bram Neijt wrote: > Hi. > > I was wondering if there was a GNUnet library anywhere or in the > making? I was thinking about making a GNUnet client based on either > Ruby or Python and maybe intergrate it with the desktop (or so I > dream). > > The library woul

[GNUnet-developers] GNUnet 0.7.0b released

2005-12-23 Thread Christian Grothoff
This is again a bugfix release. The most important minor bugs fixed are: * The UDP transports did not properly work if sender and receiver used different MTUs. * Files of 0 bytes failed to download. * An integer overflow limited the local datastore to 4 GB modulo 4 GB. However, probably more i

[GNUnet-developers] Fwd: installer

2006-01-03 Thread Christian Grothoff
Hi! Since this one seems to make Carsten happy, I thought I'd let others know about it, too (no, I've not tested it and I don't know how it works -- just passing it on). http://gnunet-gtk.klik.atekon.de/ Christian -- From: Carsten Michels <[EMAIL PROTECTED]> (burningboard.net) mittlerweile

Re: [GNUnet-developers] gnunet-gtk stats out bug

2006-02-18 Thread Christian Grothoff
On Wednesday 15 February 2006 15:26, Toni Ruottu wrote: > Found a bug. > > Attached patch probably repairs it. > > Still not seeing any noise (red) in the graph, > so the code may still remain partly broken. Didn't have time to look at the patch (late here, just back from travel, will look at it

Re: [GNUnet-developers] Doesn't GNUnet run on GNU?

2006-02-23 Thread Christian Grothoff
On Tuesday 21 February 2006 09:18, Toni Ruottu wrote: > Hi > > The download-page on gnunet.org lists only GNU/Linux. Doesn't GNUnet run > on Linux-less GNU? If it does, I recommend changing the requirement from > "GNU/Linux, ..." to "GNU(/Linux), ..." or "GNU, GNU/Linux, ..." Well, it might. Bu

[GNUnet-developers] GNUnet 0.7.0c released

2006-03-17 Thread Christian Grothoff
This is again a bugfix release. The most important bugs fixed are: * deadlock in http transport (rare but deadly) * large downloads (in particular recursive downloads of directories) occasionally aborted early (I love non-deterministic bugs) * pthreads related crashes under Win32 (don't blame N

[GNUnet-developers] Re: GNUnet: adding libnotify support for gnunet-gtk.

2006-04-02 Thread Christian Grothoff
il 2006 07:17, Nicklas Larsson wrote: > Christian Grothoff wrote: > > Hi! > > > > Can you give me first some idea as to why we should add libnotify? > > What's the advantage? > > (you are right, i should have explained what libnotify is, my bad ;)) > >

Re: [GNUnet-developers] CPU usage issues

2006-04-22 Thread Christian Grothoff
I've observed this, too. There are various operations (also gnunet-gtk shutdown, stop search, stop download) that take longer than I'd think necessary. The problem is, I've not yet been able to locate the problem. Might be some thread sleeping (for say 50ms) and others waiting for it to respo

Re: [GNUnet-developers] Human redable filesizes for gnunet-gtk

2006-04-23 Thread Christian Grothoff
I see a few minor problems: a) memory leak -- you need to free the string (in namespace) b) to free properly with "FREE", you ought to use our internal STRDUP/MALLOC instead of glib's (since we might do some extra stuff to the pointers) c) you removed the old (integer) size field -- we should k

Re: [GNUnet-developers] Human redable filesizes for gnunet-gtk

2006-04-23 Thread Christian Grothoff
On Sunday 23 April 2006 08:42, Toni Ruottu wrote: > > I made a little patch (rare project I managed to realize ;-) ) to show > > smart sizes in gnunet-gtk : "10 MiB" instead of "10485760". > > Maybe the exact size could be shown in a tool tip? If you know how to do this nicely, that'd be fine.

Re: [GNUnet-developers] more Failure && other :)

2006-04-26 Thread Christian Grothoff
On Tuesday 25 April 2006 23:46, Krasko Oleksandr wrote: > hi all > 1) > after install/configure new nods ( in my private gnunetnetwork) get > constantly on them: > > .. > апр 26 09:20:22 DEBUG: Handler aborted message processing after receiving > messag e of type '17'. > апр 26 09:20:

Re: [GNUnet-developers] French translation for gnunet-gtk

2006-04-26 Thread Christian Grothoff
On Monday 24 April 2006 09:51, Milan wrote: > I translated gnunet-gtk 0.7.0b from the .pot available at the official > GNU translation page. > > How can it be adapted to current SVN ? I can update it to the new > version if needed. Well, now that I've added your French translation to SVN, you can

Re: [GNUnet-developers] Human redable filesizes for gnunet-gtk

2006-04-26 Thread Christian Grothoff
On Monday 24 April 2006 15:24, Milan wrote: > I can't do the modifications you told me now, Christian, but I will > within 1-2 weeks. So if you don't want to bother with it, just don't > apply the patch, I will send a new version when it will be ready. Ok, great. 1-2 weeks make no difference at t

Re: [GNUnet-developers] it's bug gnunet-pseudonym or not ??

2006-05-03 Thread Christian Grothoff
The contrib/namespacehelper.sh file has not been updated in a long time (I totally forgot that it even existed). So this is most likely a problem with the script being extremely outdated (0.5.x? if you're lucky it works with 0.6.x). We should decide if it is worth to fix the script or just tos

Re: [GNUnet-developers] human size patch

2006-05-03 Thread Christian Grothoff
On Wednesday 03 May 2006 03:02, Milan wrote: > That's done too. I now use asprintf from glibc, and I put the > getHumanSize function in string.c in gnunet-util lib. If you think > there's a better file to put it in, please feel free to do it. string.c is fine. > In order to sort files by real siz

Re: [GNUnet-developers] infos about gnunetd hanging

2006-05-13 Thread Christian Grothoff
Sorry, but those traces are useless. Thread 1 is just waiting for some "other" thread. As described in the FAQ, you should have obtained traces for all of the other gnunetd threads, then we could have figured out what is going on. pthread_cond_wait just blocks waiting for some other thread t

Re: [GNUnet-developers] no space free on GNUNET_HOME device

2006-05-13 Thread Christian Grothoff
On Monday 08 May 2006 13:48, Milan wrote: > During insertion, I got these errors : > > mai 08 20:50:02 Failure at uri.c:184. > mai 08 20:50:02 Assertion failed at upload.c:193. > > I don't know if both are related to this bug, but I discovered that it > was caused by a GiB/GB problem : my GNUNET_HO

Re: [GNUnet-developers] screenshots

2006-05-13 Thread Christian Grothoff
Actually, we have a dedicated page for screenshots that is linked from the main page: http://gnunet.org/screenshots.php3 I've added your screenshots to it. Christian On Monday 08 May 2006 13:09, Milan wrote: > I took some screenshots of gnunet-gtk with french translation, libnotify > support an

Re: [GNUnet-developers] MetaData from FileURI

2006-05-14 Thread Christian Grothoff
On Sunday 30 April 2006 06:35, Ludovic CINTRAT wrote: > Hi, > > From a UI point of view, how can I retrieve MetaData associated with a File > URI ? > I mean, I have only an ECRS_URI (e.g fed by a user in string > representation) and I want to retrieve the ECRS_MetaData associated to it. You cannot

[GNUnet-developers] GNUnet 0.7.0e released

2006-05-20 Thread Christian Grothoff
This is again a bugfix release. The most important bugs fixed are: * UDP transport could be DoSed by sending packet of size 0 (causing 100% CPU load) * Fixed some deadlocks in gnunet-gtk * Fixed stack overflows (architecture dependent) * Fixed rare crash in gnunet-transport-check There were a

Re: [GNUnet-developers] Build on a OpenBSD 3.9 Sparc64 problem

2006-05-24 Thread Christian Grothoff
On Wednesday 24 May 2006 14:42, Stéphane ANGOT wrote: > Hi, > > Trying to build GNUnet on an OpenBSD 3.9 Sparc64 and it fails. I'm not surprised -- I've not had anyone report trying to get GNUnet to work on any BSD for a few years now. It would certainly be great if someone would make the effor

Re: [GNUnet-developers] mac dmg

2006-05-24 Thread Christian Grothoff
Hi Carsten, Jussi Eloranta used to build binaries for OSX, back in the 0.6.x days. But AFAIK he has not yet build binaries for 0.7.x (and my poor attempts to even compile GNUnet from source on the macs at UCLA have so far always failed in rather spectacular ways). Just as with the BSD ports,

Re: [GNUnet-developers] applications/fs/tools bytes per second weiredness

2006-05-26 Thread Christian Grothoff
Fixed, thanks! -C On Friday 26 May 2006 13:56, Marcus Fritzsch wrote: > Hello. > > First of all: thanks for gnunet! > > I am playing around with gnunet for some days now and noticed the > rather weired use of data transfer units throughout the tools > gnunet-{download,insert,unindex}. > > They do

[GNUnet-developers] SVN branched

2006-06-15 Thread Christian Grothoff
Hi! I've just committed a large chunk of code towards improving error handling and configuration management in GNUnet. However, the transition will take a while and in the meantime SVN HEAD will not even compile. Nils has created a branch "svn/branches/GNUnet-0.7.0/" that contains the latest

Re: [GNUnet-developers] Spanish translation

2006-07-09 Thread Christian Grothoff
I'm not sure I understand this one -- the other translations (like German) work fine with just "%" + space in this case (this is not really a c-format string). What is the compile error that you're getting? Christian On Thursday 06 July 2006 06:27, Miguel wrote: > Sorry, but I have now a probl

[GNUnet-developers] GNUnet 0.7.1pre0 released

2006-11-16 Thread Christian Grothoff
This is not a usual GNUnet maintenance/feature release, but the first milestone release towards 0.7.1 to get community feedback. Most of the work so far has gone into improving APIs and the overall structure of the code. The changes have resulted in the addition of additional dependencies. GNUne

Re: [GNUnet-developers] 0.7.1pre1 don't compile

2006-12-07 Thread Christian Grothoff
The problem is that you're linking against pre0's libgnunetutil_boot during compilation (the old one). You can avoid this by either uninstalling pre0 or running "make install" (instead of "make"). Expect similar problems when you have 0.7.0x installed in a place where the linker might find it.

Re: [GNUnet-developers] little bug in mysql.c

2006-12-11 Thread Christian Grothoff
Thanks, fixed (SVN 3914). Christian On Sunday 10 December 2006 19:12, Jean Michault wrote: > Each timme i restart gnunetd, gnunet-stats gives me : > # bytes in datastore > > :0 > > I found that it comes from a little bug at line 1364 in mysql.c : > > Index: src/applications/sqstor

Re: [GNUnet-developers] GNUnet deployment

2006-12-13 Thread Christian Grothoff
Dear Aubrey, First of all, I'm certainly willing to try help answer your questions. Also, if the documentation is insufficient, you might find me and others that are able to help on the GNUnet IRC channel, which might be more appropriate for discussions. As for limiting connections to "on camp

[GNUnet-developers] GNUnet 0.7.1 released

2006-12-22 Thread Christian Grothoff
This new version represents over 16 months of development and testing. GNUnet 0.7.1 is largely compatible with GNUnet 0.7.0. Except for changes to the configuration file updating should be relatively unproblematic, read the UPDATING file for details. The main *new* dependencies are: * GNU's lib

[GNUnet-developers] GNUnet 0.7.1a released

2007-01-01 Thread Christian Grothoff
This new version fixes a few minor problems discovered in 0.7.1 and adds a few minor features. GNUnet 0.7.1a is completely compatible with GNUnet 0.7.1. In fact, it is so compatible that there is no new gnunet-gtk release -- gnunet-gtk 0.7.1 should work fine with GNUnet 0.7.1a. You must run g

Re: [GNUnet-developers] How to avoid linking against -ldl ?

2007-01-01 Thread Christian Grothoff
I don't have any good ideas -- looks like a problem with the libtool dlopen autoconf macros to me. Anyway, I've attached a potential hack which may just work (also in SVN, together with fixes to some of the warnings). Christian On Monday 01 January 2007 12:00, sheda wrote: > Hi, > > I'm trying

Re: [GNUnet-developers] p2p 'massively multi-player games (MMGs)'

2007-03-10 Thread Christian Grothoff
No worries, this list is certainly ok for this kind of discussion. I think the best person to answer your questions (possibly with some of his research papers and PhD thesis) is my colleague Chris GauthierDickey here at the University of Denver. I've cc'ed him since I believe he is not subscribe

Re: [GNUnet-developers] p2p 'massively multi-player games (MMGs)'

2007-03-26 Thread Christian Grothoff
On Friday 23 March 2007 16:30, donnar wrote: > Hi Marcos, > > there is currently a discussion on the TORCS-devel list if it is possible > to use Croquet or something else for a low latency game: > > http://sourceforge.net/mailarchive/forum.php?thread_id=31887625&forum_id=37 >74 > > > > "The implem

[GNUnet-developers] GNUnet 0.7.1c released

2007-03-26 Thread Christian Grothoff
much longer than usual. Please see UPDATING. More information about GNUnet including how to use it, installation, other dependencies, mailinglists, a bug database and a forum can be found at http://gnunet.org/ Thanks for your attention Christian Gro

[GNUnet-developers] Open graduate student positions at DU

2007-04-26 Thread Christian Grothoff
Hello everyone! In a shameless act of self-promotion, I just wanted to announce that there are open positions for graduate students (both research and teaching assistantships) at the Department of Computer Science at the University of Denver (DU). The recently founded Colorado Research Insti

[GNUnet-developers] GNUnet 0.7.2 released

2007-06-16 Thread Christian Grothoff
ntion Christian Grothoff ___ GNUnet-developers mailing list GNUnet-developers@gnu.org http://lists.gnu.org/mailman/listinfo/gnunet-developers

Re: [GNUnet-developers] GNUnet 0.7.2 released

2007-06-17 Thread Christian Grothoff
On Sunday 17 June 2007 10:52, Jean Michault wrote: > Thanks for this release. > > I have problems for building GNUnet 0.7.2 : > > in src/server : > gnunetd needs ../../src/util/os/.libs/libos.a > gnunet_update needs ../../src/util/os/.libs/libos.a > gnunet_peer_info needs ../../src/util/os/.libs/li

Re: [GNUnet-developers] GNUnet 0.7.2 released

2007-06-18 Thread Christian Grothoff
e specific output of the error(s) that you are getting (and the commands you entered to get there). Christian On Monday 18 June 2007 10:55, Jean Michault wrote: > Christian Grothoff a écrit : > > On Sunday 17 June 2007 10:52, Jean Michault wrote: > >> Thanks for this release.

[GNUnet-developers] Re: [bug-GNUnet] GNUnet on FreeBSD

2007-06-24 Thread Christian Grothoff
Dear Alexander, I'm glad to hear you got it to work on FreeBSD. Since there is an #include in platform.h (maybe in the wrong spot for FreeBSD?) I'm not sure how to fix that one. I'm also confused by the gnome-libs requirement, I don't think gnome-libs is required for glade (but maybe your gl

[GNUnet-developers] GNUnet 0.7.2a released

2007-07-07 Thread Christian Grothoff
your attention Christian Grothoff ___ GNUnet-developers mailing list GNUnet-developers@gnu.org http://lists.gnu.org/mailman/listinfo/gnunet-developers

[GNUnet-developers] GNUnet 0.7.2b released

2007-07-30 Thread Christian Grothoff
take a few hours, the mysql table schema will be altered). More information about GNUnet including how to use it, installation, other dependencies, mailinglists, a bug database and a forum can be found at http://gnunet.org/ Thanks for your attention Christian Grothoff

Re: [GNUnet-developers] Suggestion: CIA (The open source version control informant)

2007-09-03 Thread Christian Grothoff
I'm not sure that CIA would help get a discussion going, but I agree that the current lack of discussion on the mailinglist(s) is not great. Since I maybe to blame for some of this due to me posting news on IRC and not here, I guess the best way to address this maybe to just start posting more

[GNUnet-developers] GNUnet 0.7.2c released

2007-09-29 Thread Christian Grothoff
, mailinglists, a bug database and a forum can be found at http://gnunet.org/ Thanks for your attention Christian Grothoff ___ GNUnet-developers mailing list GNUnet-developers@gnu.org http://lists.gnu.org/mailman/listinfo/gnunet-developers

Re: [GNUnet-developers] GNUnet make errors

2007-11-18 Thread Christian Grothoff
Hmm. This looks like you compiled it using older GNUnet headers. Make sure you install GNUnet 0.7.2c (and don't by accident include ancient GNUnet headers). Let me know if that does not help. Christian On Thursday 15 November 2007, John Doe wrote: > Make errors on Debian with gnunet-gtk-0.7.

Re: [GNUnet-developers] Icon & other stuff

2007-11-18 Thread Christian Grothoff
Dear Milan, I'm not sure what's exactly "wrong" with the existing gnunet-gtk tray logo, but of course suggestions for improvements are welcome. Looking at your icons, I don't think the shield is at all recognizable. I don't think a key or a shield are a problem with respect to GNU's philosoph

Re: [GNUnet-developers] Hang initializing fs

2007-12-09 Thread Christian Grothoff
The first time (this particular version of) gnunetd starts up (with sqlite datastore) after an update, it needs to determine the actual size of the datastore's entries (not just the filesize). For that, gnunetd does a full scan of the sqlite database. If you abort gnunetd during that time, it

Re: [GNUnet-developers] Hang initializing fs

2007-12-09 Thread Christian Grothoff
On Sunday 09 December 2007, Milan wrote: > Christian Grothoff a écrit : > > The first time (this particular version of) gnunetd starts up (with > > sqlite datastore) after an update, it needs to determine the actual size > > of the datastore's entries (not just the fil

Re: [GNUnet-developers] Libgksu & configuration support

2007-12-19 Thread Christian Grothoff
On Wednesday 19 December 2007, Milan wrote: > I've just commited yesterday my updated version of configuration support > from gnunet-gtk. Now, gnunet-gtk adapts itself to the chosen config file > to launch gnunet-setup: > - if libgksu2 was not enabled at build time, it checks whether you have > wri

Re: [GNUnet-developers] Libgksu & configuration support

2007-12-19 Thread Christian Grothoff
On Wednesday 19 December 2007, Milan wrote: > Christian Grothoff a écrit : > > Ok, assuming that what you're trying to talk about is starting gnunetd > > from gnunet-gtk and your issue is that the existing gnunet-util > > "start-daemon" functions wouldn

[GNUnet-developers] GNUnet 0.7.3 released

2007-12-22 Thread Christian Grothoff
We are pleased to announce that GNUnet 0.7.3 has been released. This is a bugfix and feature release, please read the updating instructions below. About GNUnet is a secure, trust-based peer-to-peer framework. A first service implemented on top of the networking layer allows anonymous censors

[GNUnet-developers] Re: GNUnet-0.7.3.pot (and gnunet-gtk-0.7.3.pot & gnunet-qt (new) & gnunet-fuse (new))

2007-12-23 Thread Christian Grothoff
On Sunday 23 December 2007, Benno Schulenberg wrote: > Hello Christian > > You wrote: > > http://gnunet.org/download/GNUnet-0.7.3.tar.gz > > http://gnunet.org/download/gnunet-gtk-0.7.3.tar.gz > > Both these tarballs contained a de.po that was more recent than the > one at the TP. I have imported b

Re: [GNUnet-developers] GNUnet SVN HEAD FTBS?

2008-02-10 Thread Christian Grothoff
You need to update your version of libmicrohttpd (this the case even before the major changes that Nils pointed to). Christian On Sunday 10 February 2008, Milan wrote: > Hi! > > I tried building GNUnet from revision 6235 and I get this error: > > gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/incl

Re: [GNUnet-developers] GNUnet SVN HEAD FTBS?

2008-02-10 Thread Christian Grothoff
On Sunday 10 February 2008, Milan wrote: > Nils Durner wrote: > > Sorry we didn't announce this earlier - see > > http://gnunet.org/drupal/node/307 > > OK, no problem with that, and I'm happy nice improvements are ongoing. > I'll wait until everything is finished - could you just post an email or >

Re: [GNUnet-developers] Ideas and questions

2008-02-13 Thread Christian Grothoff
On Wednesday 13 February 2008, Milan wrote: > Several points I wished to ask you about: > > * Canonical's Launchpad (launchpad.net) has an easy-to-use tool to > translate free software. Users can propose and/or validate translations > using a nice Web interface, and this is quite easy for them to d

Re: [GNUnet-developers] Stop/Cancel buttons in gnunet-gtk and so

2008-02-22 Thread Christian Grothoff
On Wednesday 20 February 2008, Milan wrote: > Dealing with the Cancel/Stop/Clear buttons in FS->Status, I thought we > had to improve their labels: > * The clear stock button is wrong because it can be translated to > something more agressive than it is in English - in French, we get > something li

Re: [GNUnet-developers] gnunet-gtk configure issues

2008-03-08 Thread Christian Grothoff
Sure, just put it into SVN. -Christian On Saturday 08 March 2008, Milan wrote: > In the gnunet-gtk 0.8pre0 tarball, configure.ac still had references to > pixmaps/Makefile and pixmaps/icons/Makefile, although the pixmaps/icons > folder was removed. This lead to errors when running ./configure. > >

Re: [GNUnet-developers] gnunet-gtk dependencies

2008-03-09 Thread Christian Grothoff
The UPnP code depends on libxml2. I do not think we directly use any of the other 3 libraries, but they maybe indirect dependencies (libgconf and libgnome-keyring maybe used by gtk/glade in some fashion). Now, I cannot see how liborbit2 comes into play, and a quick check does not show any depe

Re: [GNUnet-developers] Renaming gnunet-gtk & gnunet-qt

2008-03-13 Thread Christian Grothoff
Sounds good to me. Feel free to apply, if someone has a good reason why we should not do this, please respond soon ;-). Christian On Thursday 13 March 2008 12:11:38 pm Milan Bouchet-Valat wrote: > Hi! > > As I proposed some time ago, it would be nice to hide from the base user > the -gtk or -qt

Re: [GNUnet-developers] Pause/Resume makes results show up

2008-03-15 Thread Christian Grothoff
On Saturday 15 March 2008, Milan Bouchet-Valat wrote: > If you trigger pause and then resume on a search (in gnunet-gtk) that > seem to have reported all available results, new entries suddenly show > up. It's like gnunetd sends again the query trough the network. But this > can occur with results

Re: [GNUnet-developers] Pause/Resume makes results show up

2008-03-22 Thread Christian Grothoff
It was a minor, trivial bug. Fixed in SVN HEAD. -Christian On Saturday 15 March 2008, Milan Bouchet-Valat wrote: > If you trigger pause and then resume on a search (in gnunet-gtk) that > seem to have reported all available results, new entries suddenly show > up. It's like gnunetd sends again the

Re: [GNUnet-developers] java binding libexternal

2008-03-28 Thread Christian Grothoff
Read the source code of the "Xtract" file, that's a minimal example for using the Java binding (at https://gnunet.org/svn/Extractor-java/org/gnunet/libextractor/Xtract.java). Make sure to set your library paths (under UNIX: LD_LIBRARY_PATH environment variable) correctly to find the LE JNI C p

Re: [GNUnet-developers] java binding libexternal

2008-03-31 Thread Christian Grothoff
I don't think there is one. However, the configure script should work. Christian On Monday 31 March 2008, Miguel wrote: > thank you ! > i saw the example there, Anyway, where can i find a precompiled version > of the libraries I have to use? > > On Fri, 2008-03-28 at 20

  1   2   3   4   5   6   7   8   9   >