Ævar Arnfjörð Bjarmason | 1 Jul 2010 18:12
Picon
Gravatar

Re: Munin plugins for Freenet

On Tue, Jun 22, 2010 at 19:50, Matthew Toseland
<toad <at> amphibian.dyndns.org> wrote:
> On Monday 21 June 2010 23:04:19 Ævar Arnfjörð Bjarmason wrote:
>> Unfortunately I've found that:
>>
>>     - It takes a lot of resources, mainly in memory & IO. So it's not
>>       very VPS friendly.
>
>
> True. The amount of disk I/O freenet uses in particular is
> unacceptable not only for VPSs but for desktops too. Fixing this is
> well up the priorities list.

I actually managed to get this down to nothing my using the in-memory
store, but of course then I'm limited by RAM in what I can store.

>>     - The web interface for it isn't very friendly, and in general
>>       it's fairly monolithic.
>
> Any suggestions or specific comments would be very welcome.

There's the use of meta-refresh everywhere instead of something like
AJAX, although I saw that that was being worked on. I turned it on but
it only worked for some things, i.e. only downloads and not searches
(or was it the other way around) ...

> I'm not sure what you mean by monolithic - there *is* a deliberate
> design decision to integrate as much functionality as possible into
> fproxy via plugins, to make life easy for new users.

(Continue reading)

Matthew Toseland | 1 Jul 2010 23:39
Picon

Freenet 0.7.5 build 1255

Freenet 0.7.5 build 1255 is now available. Please upgrade! This build will be mandatory on the 7th of July.
This build contains very many changes and as a consequence there may be bugs that we haven't managed to
find, so please let us know if you find any. Most of the changes in 1255 relate to the "metadata" used when
inserting files, particularly big files, and there are many improvements, but this does mean that
inserts of the same file with 1255 will produce a different CHK, although we provide some back
compatibility options. I have tried to make all the metadata changes at once so this only happens once.

MAJOR CHANGES:
- Cross-segment redundancy: All files over 4MB are split into multiple "segments", consisting of
(typically) 128 data blocks. These segments each have their own "check blocks", but in a big splitfile,
the likelihood of at least one segment not being fetchable gets quite high. For files over 80MB, we add a
second layer of redundancy similar to that used on data/audio CD's, which should *significantly*
improve the reliability of big files (particularly 700MB+).
- Better even segment splitting. Files are now split in such a way that every segment is the same size to
within plus or minus one block. Also some other improvements to splitting. This should slightly improve
reliability with medium sized files (4MB-80MB).
- We can now insert to SSK <at> . This generates a random keypair.
- Inserts to an SSK use a random encryption key for all the data under the SSK, so are completely
unpredictable even if the attacker knows what data you are inserting. This significantly improves
security, but of course generates a different key every time.
- Move the upload a file form to a separate page and explain the different key types etc on it.
- Better back compatibility support: You can insert files in such a way as to mimic various previous builds.
- Clarify the network security level page on the first-time wizard, to make it absolutely clear that HIGH
and MAXIMUM require you to have friends already using Freenet.
- Two flags for inserts, which will be used by testing code to try to figure out how to improve persistence of
data further. IMHO there is a good chance we can significantly improve Freenet's retention of data.
Currently a newly inserted file will only last a few weeks.
- The top block of any inserted file will now include the MIME type, the size of the file and the exact number of
blocks that need to be downloaded. So we can immediately show an accurate progress bar as well as the
relevant warnings.
(Continue reading)

Matthew Toseland | 2 Jul 2010 16:11
Picon

Freenet 0.7.5 build 1257 (sorry)

Freenet 0.7.5 build 1257 is now available. This fixes a major bug related to defragmentation: If defrag on
restart was enabled, and the database needed to be upgraded (which it does in going from 1254 to 1255), it
would fail, the database would fail to load, and then on the next restart the old data would be deleted.
Sorry to everyone who was affected by this!
_______________________________________________
Devl mailing list
Devl@...
http://freenetproject.org/cgi-bin/mailman/listinfo/devl
3BUIb3S50i | 2 Jul 2010 23:11
Picon

French translation for 1257




--
Freenet - totale liberté d'expression : anonymat, résistance à la censure, résistance aux attaques.

Documentation & téléchargement : http://doc-fr.freenetproject.org/Description_generale
Attachment (freenet.l10n.fr.override.properties): application/octet-stream, 6240 bytes
_______________________________________________
Devl mailing list
Devl@...
http://freenetproject.org/cgi-bin/mailman/listinfo/devl
Matthew Toseland | 3 Jul 2010 17:30
Picon

Freenet 0.7.5 build 1258 (sorry for all the 1255 bugs!)

Freenet 0.7.5 build 1258 is now available, please upgrade. This build fixes various bugs, mostly
introduced in 1255, including the Internal error on some persistent downloads completion, the CSS
problems (floating status bar would get in the way of the bottom of the page), a French translation and a few
other minor issues. Thanks to mrsteveman1 for fixing the CSS and 3BUIb3S50i for the French language
update. It is possible there are more bugs, particularly on persistent inserts, and possibly in
performance... Let me know if you have any problems. It will be worth it though, the changes in 1255 will in
the long term bring big benefits. Thanks!
_______________________________________________
Devl mailing list
Devl@...
http://freenetproject.org/cgi-bin/mailman/listinfo/devl
Marco A. Calamari | 3 Jul 2010 18:38
Picon

Re: Freenet 0.7.5 build 1258 (sorry for all the 1255 bugs!)

On Sat, 2010-07-03 at 16:30 +0100, Matthew Toseland wrote:
> Freenet 0.7.5 build 1258 is now available, please upgrade. This build
> fixes various bugs, mostly introduced in 1255, including the Internal
> error on some persistent 

No way to insert medium/big thing since long, long times ago .....

--

-- 
+--------------- http://www.winstonsmith.org ----------------+
| il Progetto Winston Smith: scolleghiamo il Grande Fratello |
| the Winston Smith Project: unplug the Big Brother          |
| Marco A. Calamari marcoc@...  www.marcoc.it   |
| DSS/DH:  8F3E 5BAE 906F B416 9242 1C10 8661 24A9 BFCE 822B |
+ PGP RSA: ED84 3839 6C4D 3FFE 389F 209E 3128 5698 ----------+

_______________________________________________
Devl mailing list
Devl@...
http://freenetproject.org/cgi-bin/mailman/listinfo/devl
Evan Daniel | 3 Jul 2010 18:59
Picon

Re: Freenet 0.7.5 build 1258 (sorry for all the 1255 bugs!)

On Sat, Jul 3, 2010 at 12:38 PM, Marco A. Calamari <marcoc1@...> wrote:
> On Sat, 2010-07-03 at 16:30 +0100, Matthew Toseland wrote:
>> Freenet 0.7.5 build 1258 is now available, please upgrade. This build
>> fixes various bugs, mostly introduced in 1255, including the Internal
>> error on some persistent
>
> No way to insert medium/big thing since long, long times ago .....

What do you mean by this?  What did you do, and what happened?

Evan Daniel
Marco A. Calamari | 3 Jul 2010 19:42
Picon

Re: Freenet 0.7.5 build 1258 (sorry for all the 1255 bugs!)

On Sat, 2010-07-03 at 12:59 -0400, Evan Daniel wrote:
> On Sat, Jul 3, 2010 at 12:38 PM, Marco A. Calamari <marcoc1@...>
> wrote:
> > On Sat, 2010-07-03 at 16:30 +0100, Matthew Toseland wrote:
> >> Freenet 0.7.5 build 1258 is now available, please upgrade. This
> build
> >> fixes various bugs, mostly introduced in 1255, including the
> Internal
> >> error on some persistent
> >
> > No way to insert medium/big thing since long, long times ago .....
> 
> What do you mean by this?  What did you do, and what happened?

Too many incompatible/forced freenet updates make impossible to run long
 inserts

Just this

--

-- 
+--------------- http://www.winstonsmith.org ----------------+
| il Progetto Winston Smith: scolleghiamo il Grande Fratello |
| the Winston Smith Project: unplug the Big Brother          |
| Marco A. Calamari marcoc@...  www.marcoc.it   |
| DSS/DH:  8F3E 5BAE 906F B416 9242 1C10 8661 24A9 BFCE 822B |
+ PGP RSA: ED84 3839 6C4D 3FFE 389F 209E 3128 5698 ----------+

_______________________________________________
Devl mailing list
Devl@...
http://freenetproject.org/cgi-bin/mailman/listinfo/devl
Evan Daniel | 4 Jul 2010 00:50
Picon

Re: Freenet 0.7.5 build 1258 (sorry for all the 1255 bugs!)

On Sat, Jul 3, 2010 at 1:42 PM, Marco A. Calamari <marcoc1@...> wrote:
> On Sat, 2010-07-03 at 12:59 -0400, Evan Daniel wrote:
>> On Sat, Jul 3, 2010 at 12:38 PM, Marco A. Calamari <marcoc1@...>
>> wrote:
>> > On Sat, 2010-07-03 at 16:30 +0100, Matthew Toseland wrote:
>> >> Freenet 0.7.5 build 1258 is now available, please upgrade. This
>> build
>> >> fixes various bugs, mostly introduced in 1255, including the
>> Internal
>> >> error on some persistent
>> >
>> > No way to insert medium/big thing since long, long times ago .....
>>
>> What do you mean by this?  What did you do, and what happened?
>
> Too many incompatible/forced freenet updates make impossible to run long
>  inserts
>
> Just this

Huh?  So don't upgrade until the insert finishes, or use persistent
inserts.  The last one wasn't mandatory for a week, iirc.

Evan Daniel
xor | 4 Jul 2010 20:26
Picon

USK bookmark updating is broken IMHO, anyone else observing the same?

Hey,

toad did some major work on USK before 1255, maybe in 1254 or so, I cannot 
remember which one it was.

I have the strong feeling that the current code does not cause "Bookmarked 
site updated" notifications for every update which happens to a Freesite
- I have observed that my node missed to tell me about an update for at least 
2 different Freesites, for example toad's flog. If I browse to the Freesites the 
node DOES seem to show me the latest edition - it just doesn't notify me about 
it (even after having browsed to the latest edition there is no update 
notification).

Does anyone else have the same feeling?

Greetings, xor
_______________________________________________
Devl mailing list
Devl@...
http://freenetproject.org/cgi-bin/mailman/listinfo/devl

Gmane