[freenet-support] too old and can't update

2006-08-09 Thread Paul Forgey
my node is running build 933 and is complaining it is too old, but it 
won't update because the .sha1 file for build 10003 is missing.


./update.sh: line 3: cd: @path@: No such file or directory
Updating freenet
Fetching update.sh
Downloaded update.sh
Your update.sh is up to date
Fetching freenet-stable-latest.jar
java.io.FileNotFoundException: 
http://downloads.freenetproject.org/alpha/freenet-r10003-snapshot.jar.sha1

Downloaded freenet-stable-latest.jar
Fetching freenet-ext.jar
Downloaded freenet-ext.jar
Your node is up to date

This has been the situation all day and well into tonight.  It seems 
freente-r10003-snapshop.jar doesn't have it's .sha1 file and hasn't for 
long enough that it probably isn't a mirror sync issue that will fix itself.


I see there is a build 10014 which does have it's .sha1 file, but I 
don't know why the update process isn't trying that one.




smime.p7s
Description: S/MIME Cryptographic 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] too old and can't update

2006-08-09 Thread Paul Forgey
my node is running build 933 and is complaining it is too old, but it 
won't update because the .sha1 file for build 10003 is missing.

./update.sh: line 3: cd: @path@: No such file or directory
Updating freenet
Fetching update.sh
Downloaded update.sh
Your update.sh is up to date
Fetching freenet-stable-latest.jar
java.io.FileNotFoundException: 
http://downloads.freenetproject.org/alpha/freenet-r10003-snapshot.jar.sha1
Downloaded freenet-stable-latest.jar
Fetching freenet-ext.jar
Downloaded freenet-ext.jar
Your node is up to date

This has been the situation all day and well into tonight.  It seems 
freente-r10003-snapshop.jar doesn't have it's .sha1 file and hasn't for 
long enough that it probably isn't a mirror sync issue that will fix itself.

I see there is a build 10014 which does have it's .sha1 file, but I 
don't know why the update process isn't trying that one.

-- next part --
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/x-pkcs7-signature
Size: 3635 bytes
Desc: S/MIME Cryptographic Signature
URL: 
<https://emu.freenetproject.org/pipermail/support/attachments/20060809/7c7c697a/attachment.bin>


Re: [freenet-support] Freenet 0.7 mandatory build 939

2006-08-09 Thread Matthew Toseland
Try running it again; that looks like a temporary problem with the
mirrors.

On Wed, Aug 09, 2006 at 07:19:31PM -0600, chris mcbrien wrote:
> I grabbed to update.sh from that site, and when I run it I get these errors:
> 
> [EMAIL PROTECTED]:~/freenet$ ./update.sh
> ./update.sh: line 3: cd: @path@: No such file or directory
> Updating freenet
> Fetching update.sh
> Downloaded update.sh
> /home/user/freenet/update.sh: line 3: cd: @path@: No such file or directory
> Updating freenet
> Fetching update.sh
> Downloaded update.sh
> Your update.sh is up to date
> Fetching freenet-stable-latest.jar
> java.io.FileNotFoundException:
> http://downloads.freenetproject.org/alpha/freenet-r10003-snapshot.jar.sha1
> 
> 
> On 8/9/06, Matthew Toseland <[EMAIL PROTECTED]> wrote:
> >Freenet 0.7 mandatory build 939 is now available. Please upgrade.
> >Amongst various other improvements, this includes some significant
> >changes to the way data is stored on the network; there is now a
> >long-term datastore and a short-term datacache, with the first storing
> >only data close to the node's specialization. Simulations say this
> >should work well. Thanks to all our prerelease testers. There are also
> >many other improvements relative to the last mandatory build.
> >
> >The preferred way to get it is through the auto-update system, which
> >should be running on your node already; the node should ask you whether
> >you want to update to 939 soon. If it doesn't, check that the node updater
> >is enabled ("Check for, and download new versions" on the config page).
> >While you're at it, if you check your node infrequently please consider
> >enabling autoupdate ("Automatically install new versions"). It is
> >important that people keep up to date, and 939 will be mandatory on
> >Monday at midnight. Note that not all builds are inserted to the
> >auto-update system; we try to test them a bit first. If you want to help
> >in prerelease testing, you can use update.cmd/update.sh. If you have a
> >really old version of update.sh/update.cmd which doesn't check for new
> >versions of itself then please replace it manually from here:
> >http://downloads.freenetproject.org/alpha/update/
> >--
> >Matthew J Toseland - [EMAIL PROTECTED]
> >Freenet Project Official Codemonkey - http://freenetproject.org/
> >ICTHUS - Nothing is impossible. Our Boss says so.
> >
> >
> >-BEGIN PGP SIGNATURE-
> >Version: GnuPG v1.4.1 (GNU/Linux)
> >
> >iD8DBQFE2iGjOHFIJVywduQRAlRcAJ4xnTOYEekU1bqZw1TDyKPxG0C00QCbBkju
> >Uawzz/rLEv8k2NioZ5jUoNI=
> >=V2vy
> >-END PGP 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]
> >
> >
> ___
> 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]
> 

-- 
Matthew J Toseland - [EMAIL PROTECTED]
Freenet Project Official Codemonkey - http://freenetproject.org/
ICTHUS - Nothing is impossible. Our Boss says so.


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 mandatory build 939

2006-08-09 Thread chris mcbrien
I grabbed to update.sh from that site, and when I run it I get these errors:

user at dilbert:~/freenet$ ./update.sh
./update.sh: line 3: cd: @path@: No such file or directory
Updating freenet
Fetching update.sh
Downloaded update.sh
/home/user/freenet/update.sh: line 3: cd: @path@: No such file or directory
Updating freenet
Fetching update.sh
Downloaded update.sh
Your update.sh is up to date
Fetching freenet-stable-latest.jar
java.io.FileNotFoundException:
http://downloads.freenetproject.org/alpha/freenet-r10003-snapshot.jar.sha1


On 8/9/06, Matthew Toseland  wrote:
> Freenet 0.7 mandatory build 939 is now available. Please upgrade.
> Amongst various other improvements, this includes some significant
> changes to the way data is stored on the network; there is now a
> long-term datastore and a short-term datacache, with the first storing
> only data close to the node's specialization. Simulations say this
> should work well. Thanks to all our prerelease testers. There are also
> many other improvements relative to the last mandatory build.
>
> The preferred way to get it is through the auto-update system, which
> should be running on your node already; the node should ask you whether
> you want to update to 939 soon. If it doesn't, check that the node updater
> is enabled ("Check for, and download new versions" on the config page).
> While you're at it, if you check your node infrequently please consider
> enabling autoupdate ("Automatically install new versions"). It is
> important that people keep up to date, and 939 will be mandatory on
> Monday at midnight. Note that not all builds are inserted to the
> auto-update system; we try to test them a bit first. If you want to help
> in prerelease testing, you can use update.cmd/update.sh. If you have a
> really old version of update.sh/update.cmd which doesn't check for new
> versions of itself then please replace it manually from here:
> http://downloads.freenetproject.org/alpha/update/
> --
> Matthew J Toseland - toad at amphibian.dyndns.org
> Freenet Project Official Codemonkey - http://freenetproject.org/
> ICTHUS - Nothing is impossible. Our Boss says so.
>
>
> -BEGIN PGP SIGNATURE-
> Version: GnuPG v1.4.1 (GNU/Linux)
>
> iD8DBQFE2iGjOHFIJVywduQRAlRcAJ4xnTOYEekU1bqZw1TDyKPxG0C00QCbBkju
> Uawzz/rLEv8k2NioZ5jUoNI=
> =V2vy
> -END PGP SIGNATURE-
>
>
> ___
> Support mailing list
> Support at freenetproject.org
> http://news.gmane.org/gmane.network.freenet.support
> Unsubscribe at http://emu.freenetproject.org/cgi-bin/mailman/listinfo/support
> Or mailto:support-request at freenetproject.org?subject=unsubscribe
>
>



[freenet-support] Freenet 0.7 mandatory build 939

2006-08-09 Thread Matthew Toseland
Freenet 0.7 mandatory build 939 is now available. Please upgrade.
Amongst various other improvements, this includes some significant
changes to the way data is stored on the network; there is now a
long-term datastore and a short-term datacache, with the first storing
only data close to the node's specialization. Simulations say this
should work well. Thanks to all our prerelease testers. There are also
many other improvements relative to the last mandatory build.

The preferred way to get it is through the auto-update system, which
should be running on your node already; the node should ask you whether
you want to update to 939 soon. If it doesn't, check that the node updater
is enabled ("Check for, and download new versions" on the config page).
While you're at it, if you check your node infrequently please consider
enabling autoupdate ("Automatically install new versions"). It is
important that people keep up to date, and 939 will be mandatory on
Monday at midnight. Note that not all builds are inserted to the
auto-update system; we try to test them a bit first. If you want to help
in prerelease testing, you can use update.cmd/update.sh. If you have a
really old version of update.sh/update.cmd which doesn't check for new
versions of itself then please replace it manually from here:
http://downloads.freenetproject.org/alpha/update/
-- 
Matthew J Toseland - toad at amphibian.dyndns.org
Freenet Project Official Codemonkey - http://freenetproject.org/
ICTHUS - Nothing is impossible. Our Boss says so.
-- 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/20060809/0015a2d7/attachment.pgp>


Re: [freenet-support] Freenet 0.7 mandatory build 939

2006-08-09 Thread chris mcbrien

I grabbed to update.sh from that site, and when I run it I get these errors:

[EMAIL PROTECTED]:~/freenet$ ./update.sh
./update.sh: line 3: cd: @path@: No such file or directory
Updating freenet
Fetching update.sh
Downloaded update.sh
/home/user/freenet/update.sh: line 3: cd: @path@: No such file or directory
Updating freenet
Fetching update.sh
Downloaded update.sh
Your update.sh is up to date
Fetching freenet-stable-latest.jar
java.io.FileNotFoundException:
http://downloads.freenetproject.org/alpha/freenet-r10003-snapshot.jar.sha1


On 8/9/06, Matthew Toseland <[EMAIL PROTECTED]> wrote:

Freenet 0.7 mandatory build 939 is now available. Please upgrade.
Amongst various other improvements, this includes some significant
changes to the way data is stored on the network; there is now a
long-term datastore and a short-term datacache, with the first storing
only data close to the node's specialization. Simulations say this
should work well. Thanks to all our prerelease testers. There are also
many other improvements relative to the last mandatory build.

The preferred way to get it is through the auto-update system, which
should be running on your node already; the node should ask you whether
you want to update to 939 soon. If it doesn't, check that the node updater
is enabled ("Check for, and download new versions" on the config page).
While you're at it, if you check your node infrequently please consider
enabling autoupdate ("Automatically install new versions"). It is
important that people keep up to date, and 939 will be mandatory on
Monday at midnight. Note that not all builds are inserted to the
auto-update system; we try to test them a bit first. If you want to help
in prerelease testing, you can use update.cmd/update.sh. If you have a
really old version of update.sh/update.cmd which doesn't check for new
versions of itself then please replace it manually from here:
http://downloads.freenetproject.org/alpha/update/
--
Matthew J Toseland - [EMAIL PROTECTED]
Freenet Project Official Codemonkey - http://freenetproject.org/
ICTHUS - Nothing is impossible. Our Boss says so.


-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.1 (GNU/Linux)

iD8DBQFE2iGjOHFIJVywduQRAlRcAJ4xnTOYEekU1bqZw1TDyKPxG0C00QCbBkju
Uawzz/rLEv8k2NioZ5jUoNI=
=V2vy
-END PGP 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]



___
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] Config in 0.7

2006-08-09 Thread Benedikt Klees
Hi,

in 0.5 I used to have this cute rabbit and a graphical config tool.
Where do I set up things like "temporary folder" "access allowed from
specified clients" and such things ind 0.7?

Benedikt




[freenet-support] Re: [freenet-chat] Re: [Tech] Open-net

2006-08-09 Thread Matthew Toseland
On Wed, Aug 09, 2006 at 09:15:13AM -, anonymous freenet user wrote:
> On Tue, 8 Aug 2006, Ian Clarke  wrote:
> >
> >Opennet is a high priority, but there are a few things we must do  
> >first (such as sort out our load balancing issues, and decide on  
> >exactly how opennet should be implemented).
> >
> >Ian.
> 
> Ok, That's understandable.
> Is there any kind of roughly-hoped-for-date for deploying open-net?
> I realize you can't nail down a date and say on x/y/z open-net will
> activate.
> I'm looking for some idea of how long it's expected to take in real-time.

We'll probably start seriously looking into it around the end of this
year. We need to sort out a number of serious issues first.
-- 
Matthew J Toseland - toad at amphibian.dyndns.org
Freenet Project Official Codemonkey - http://freenetproject.org/
ICTHUS - Nothing is impossible. Our Boss says so.
-- 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/20060809/407cd98c/attachment.pgp>


[freenet-support] Config in 0.7

2006-08-09 Thread Matthew Toseland
Go to the web interface and click on Configuration. There will be a
rabbit soon but it won't include configuration support; that's done
through the node.

On Wed, Aug 09, 2006 at 05:53:09PM +0200, Benedikt Klees wrote:
> Hi,
> 
> in 0.5 I used to have this cute rabbit and a graphical config tool.
> Where do I set up things like "temporary folder" "access allowed from
> specified clients" and such things ind 0.7?
> 
> Benedikt
-- 
Matthew J Toseland - toad at amphibian.dyndns.org
Freenet Project Official Codemonkey - http://freenetproject.org/
ICTHUS - Nothing is impossible. Our Boss says so.
-- 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/20060809/fdadf367/attachment.pgp>


[freenet-support] Freenet 0.7 mandatory build 939

2006-08-09 Thread Matthew Toseland
Freenet 0.7 mandatory build 939 is now available. Please upgrade.
Amongst various other improvements, this includes some significant
changes to the way data is stored on the network; there is now a
long-term datastore and a short-term datacache, with the first storing
only data close to the node's specialization. Simulations say this
should work well. Thanks to all our prerelease testers. There are also
many other improvements relative to the last mandatory build.

The preferred way to get it is through the auto-update system, which
should be running on your node already; the node should ask you whether
you want to update to 939 soon. If it doesn't, check that the node updater
is enabled ("Check for, and download new versions" on the config page).
While you're at it, if you check your node infrequently please consider
enabling autoupdate ("Automatically install new versions"). It is
important that people keep up to date, and 939 will be mandatory on
Monday at midnight. Note that not all builds are inserted to the
auto-update system; we try to test them a bit first. If you want to help
in prerelease testing, you can use update.cmd/update.sh. If you have a
really old version of update.sh/update.cmd which doesn't check for new
versions of itself then please replace it manually from here:
http://downloads.freenetproject.org/alpha/update/
-- 
Matthew J Toseland - [EMAIL PROTECTED]
Freenet Project Official Codemonkey - http://freenetproject.org/
ICTHUS - Nothing is impossible. Our Boss says so.


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]

Re: [freenet-support] Re: [freenet-chat] Re: [Tech] Open-net

2006-08-09 Thread Matthew Toseland
On Wed, Aug 09, 2006 at 09:15:13AM -, anonymous freenet user wrote:
> On Tue, 8 Aug 2006, Ian Clarke <[EMAIL PROTECTED]> wrote:
> >
> >Opennet is a high priority, but there are a few things we must do  
> >first (such as sort out our load balancing issues, and decide on  
> >exactly how opennet should be implemented).
> >
> >Ian.
> 
> Ok, That's understandable.
> Is there any kind of roughly-hoped-for-date for deploying open-net?
> I realize you can't nail down a date and say on x/y/z open-net will
> activate.
> I'm looking for some idea of how long it's expected to take in real-time.

We'll probably start seriously looking into it around the end of this
year. We need to sort out a number of serious issues first.
-- 
Matthew J Toseland - [EMAIL PROTECTED]
Freenet Project Official Codemonkey - http://freenetproject.org/
ICTHUS - Nothing is impossible. Our Boss says so.


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]

Re: [freenet-support] Config in 0.7

2006-08-09 Thread Matthew Toseland
Go to the web interface and click on Configuration. There will be a
rabbit soon but it won't include configuration support; that's done
through the node.

On Wed, Aug 09, 2006 at 05:53:09PM +0200, Benedikt Klees wrote:
> Hi,
> 
> in 0.5 I used to have this cute rabbit and a graphical config tool.
> Where do I set up things like "temporary folder" "access allowed from
> specified clients" and such things ind 0.7?
> 
> Benedikt
-- 
Matthew J Toseland - [EMAIL PROTECTED]
Freenet Project Official Codemonkey - http://freenetproject.org/
ICTHUS - Nothing is impossible. Our Boss says so.


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] Config in 0.7

2006-08-09 Thread Benedikt Klees
Hi,

in 0.5 I used to have this cute rabbit and a graphical config tool.
Where do I set up things like "temporary folder" "access allowed from
specified clients" and such things ind 0.7?

Benedikt

___
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] Re: [freenet-chat] Re: [Tech] Open-net

2006-08-09 Thread anonymous freenet user
On Tue, 8 Aug 2006, Ian Clarke  wrote:
>!!! Unable to decode the following MIME section !!!
>Content-Type: multipart/alternative; boundary=Apple-Mail-18-665665722
>
>
>--Apple-Mail-18-665665722
>Content-Transfer-Encoding: 7bit
>Content-Type: text/plain;
>   charset=US-ASCII;
>   delsp=yes;
>   format=flowed
>
>Opennet is a high priority, but there are a few things we must do  
>first (such as sort out our load balancing issues, and decide on  
>exactly how opennet should be implemented).
>
>Ian.

Ok, That's understandable.
Is there any kind of roughly-hoped-for-date for deploying open-net?
I realize you can't nail down a date and say on x/y/z open-net will
activate.
I'm looking for some idea of how long it's expected to take in real-time.







[freenet-support] Re: [freenet-chat] Re: [Tech] Open-net

2006-08-09 Thread anonymous freenet user
On Tue, 8 Aug 2006, Ian Clarke <[EMAIL PROTECTED]> wrote:
>!!! Unable to decode the following MIME section !!!
>Content-Type: multipart/alternative; boundary=Apple-Mail-18-665665722
>
>
>--Apple-Mail-18-665665722
>Content-Transfer-Encoding: 7bit
>Content-Type: text/plain;
>   charset=US-ASCII;
>   delsp=yes;
>   format=flowed
>
>Opennet is a high priority, but there are a few things we must do  
>first (such as sort out our load balancing issues, and decide on  
>exactly how opennet should be implemented).
>
>Ian.

Ok, That's understandable.
Is there any kind of roughly-hoped-for-date for deploying open-net?
I realize you can't nail down a date and say on x/y/z open-net will
activate.
I'm looking for some idea of how long it's expected to take in real-time.




___
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]