[freenet-support] Freenet 0.7 build 994

2006-11-11 Thread toad
Freenet 0.7 build 994 is now available. Please upgrade. The auto-update
should be working; please tell me if it is not working for you (a few
success reports would be nice too, in private email).

There are quite a few changes:
- The store is no longer shrunk on every startup!
- Lowering the priority of a queued request now works.
- Many other bugfixes.
- Significant optimisation in HTMLEncoder, speeds up fetching
  cached/generated pages somewhat. (Thanks Unique Person on Frost)
- If you request a key which has additional path components beyond what
  is needed, for example if you request CHK at blah,blah,blah as
  CHK at blah,blah,blah/blah.blah, the node will reject the request and
  send you a redirect to the original. This is enabled in fproxy (but
  occurs transparently, updating the URL in the location bar and any
  bookmarks), but disabled by default in FCP so that Frost, Thaw etc can
  be fixed to follow the redirect. It can be enabled by setting
  node.ignoreTooManyPathComponents=false in the config.

  The rationale behind this is 1) most URIs do not behave like this;
  there is no reason to increase the learning curve in Freenet by
  producing unexpected behaviour, 2) it makes freenet URIs easily comparable,
  which is good for all automatic systems that use freenet URIs.
-- next part --
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 189 bytes
Desc: Digital signature
URL: 
<https://emu.freenetproject.org/pipermail/support/attachments/20061111/d356a48e/attachment.pgp>


Re: [freenet-support] wth

2006-11-11 Thread toad
Is it still? It's not widely reported by other people.

On Thu, Aug 10, 2006 at 08:45:07PM +0200, Stefan Grönberg wrote:
 why the hell is the node restarting all the #¤#¤ time?
 
 
 
 
 INFO   | jvm 1| 2006/08/10 20:36:54 |
 STATUS | wrapper  | 2006/08/10 20:36:55 | JVM requested a restart.
 ERROR  | wrapper  | 2006/08/10 20:37:39 | Shutdown failed: Timed out 
 waiting for signal from JVM.
 ERROR  | wrapper  | 2006/08/10 20:37:39 | JVM did not exit on request, 
 terminated
 STATUS | wrapper  | 2006/08/10 20:37:44 | Reloading Wrapper configuration...
 STATUS | wrapper  | 2006/08/10 20:37:44 | Launching a JVM...


signature.asc
Description: Digital signature
___
Support mailing list
Support@freenetproject.org
http://news.gmane.org/gmane.network.freenet.support
Unsubscribe at http://emu.freenetproject.org/cgi-bin/mailman/listinfo/support
Or mailto:[EMAIL PROTECTED]

[freenet-support] Freenet 0.7 build 995

2006-11-11 Thread toad
Freenet 0.7 build 996 is now available. Please upgrade.

Changes:
- Many fixes related to fproxy, USKs and/or 994's
  TOO_MANY_PATH_COMPONENTS. Fixes loading freesites with many
  out-of-date USK activelink images, amongst other things.
- Significant changes to the datastore code. The code now uses a single
  Environment instance (in database-portnum), and the store files are
  directly in the storeDir (. by default). Start-up is significantly
  faster, there is a new config option to control how much memory the
  database will use (databaseMaxMemory), and there are probably more
  gains in speed and memory.
- The fproxy.allowedHosts and fcp.allowedHosts settings now have
  warnings in their documentation explaining that users who can access
  fproxy or fcp can do bad things like switching the node off or
  inserting local files.
- Fixes a deadlock.
- Various other bugfixes.


signature.asc
Description: Digital signature
___
Support mailing list
Support@freenetproject.org
http://news.gmane.org/gmane.network.freenet.support
Unsubscribe at http://emu.freenetproject.org/cgi-bin/mailman/listinfo/support
Or mailto:[EMAIL PROTECTED]