Re: [freenet-support] Running on a dedicated maschine or vserver

2014-05-27 Thread Martin 'The Bishop' Scheffler
On Tuesday 27 May 2014 17:22:28 Momo Roberts wrote:
 Hi there all.
 
 I just think about if it is a good idea to install freenet on an a
 vserver. From the point of bandwidth i should be a good one, but what
 about security ?
 
 My second question is, where can i find the newest .tar.gz  file for a
 console installation? As i read there has been an update in 2014, but
 under https://downloads.freenetproject.org/alpha/installer/ i could only
 find a 0.7 file from 2012.

i am running a node on my vserver, and it works fine. sure you have to trust 
the hostmaster, but you have to do that anyway ;)

the console installer downloads the most recent version of freenet, so the 
outdated install script is no problem.

good byte


signature.asc
Description: This is a digitally signed message part.
___
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:support-requ...@freenetproject.org?subject=unsubscribe

Re: [freenet-support] Running on a dedicated maschine or vserver

2014-05-27 Thread Martin 'The Bishop' Scheffler
On Tuesday 27 May 2014 19:29:20 Momo Roberts wrote:
 ...
 and i have done it as normal user i got this
 ...
 [ ERROR: Permission denied ]
 ...
 so, what to do ?

first, i would not install to /usr/local/freenet, but to 
/home/$USERNAME/freenet-node

but if you want to do this, do it this way (starting as root):
# rm -rf /usr/local/freenet
# mkdir /usr/local/freenet
# chown freenet /usr/local/freenet
# su - $USERNAME
$ java -jar /usr/local/new_installer.jar

because, usually only root has write permission in that part of the tree.

good byte


signature.asc
Description: This is a digitally signed message part.
___
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:support-requ...@freenetproject.org?subject=unsubscribe

[freenet-support] how to get a CHK value?

2002-10-16 Thread the bishop

i have inserted a splitfile as KSK@...
How do i get the CHK@... key corresponding to the KSK?
i want to include the CHK in a freesite, not the KSK, for obvious reasons.

mfg The Bishop

___
support mailing list
[EMAIL PROTECTED]
http://hawk.freenetproject.org/cgi-bin/mailman/listinfo/support



Re: [freenet-support] problems with FEC

2002-10-16 Thread the bishop

 ...
 java version 1.4.0_01
 Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.0_01-b03)
 Java HotSpot(TM) Client VM (build 1.4.0_01-b03, mixed mode)
 (tested with 1.3.0, too, but no changes)
 ...

first of all, 1.4.0 is a beta version.
try 1.4.1 or later, or use IBMs JDK.

second: update the node itself, we have a lot of changes these days, before 
the 0.5 stable release.
I have only little experience with the windows stuff, but it should be easy. 
stop the node, run the updater (.exe) and start again.

mfg The Bishop

___
support mailing list
[EMAIL PROTECTED]
http://hawk.freenetproject.org/cgi-bin/mailman/listinfo/support



Re: [freenet-support] HELP! Problems running freenet.

2002-10-14 Thread the bishop

 Failed to load service: nodestatus - freenet.interfaces.InterfaceException:
 No port given for interface

add the following line to your configuration:

nodestatus.port=8889

mfg The Bishop

___
support mailing list
[EMAIL PROTECTED]
http://hawk.freenetproject.org/cgi-bin/mailman/listinfo/support



Re: [freenet-support] Re: Build 515 and Network Error

2002-10-13 Thread the bishop

On Monday 14 October 2002 00:51, you wrote:
 As for previous builds, I have no way to get as creative as you have,
 Roger.  I don't have any previous builds.  Many people say that 511 works.
  How would one go about getting a previous build?  I tried downloading
 older builds from the snapshots page, but they just update themselves to
 515.

 Try  http://213.208.82.10/~hayter/freenet.jar.511

 No guarantees the server will be available. Just put it somewhere and
 overwrite the existing freenet.jar with it (obviously renamed to
 freenet.jar) if you want to try it. If you keep the original you can
 overwrite it again if it carelessly updates itself. Make it
 non-writeable be the relevant user!  I believe the developers want
 everyone to use 515, but I would be happier if just one person would
 volunteer to say it worked.

Yes, having a copy of the last working build seems to be a good resort in 
these interesting times.

With builds from 512-515 i have the following experiences:
With kaffe 1.0.7 on linux-2.4.19 and on linux-2.2.20, each on x86, it works 
fine.
But with SunOS 5.8 Generic_108528-15 sun4u sparc SUNW,Ultra-4, and 
Java HotSpot(TM) Server VM, JVM Version 1.4.1-b21, i get the following 
immediately after each request:
Network Error
Couldn't retrieve key: SSK@rBjVda8pC-Kq04jUurIAb8IzAGcPAgM/TFE//
Hops To Live: 15
Change Hops To Live [15 ] [Retry]

and it is _not_ bad connection, too few neighbour nodes, overload etc.,
the node works just fine for requestors and FCP.

mfg The Bishop

___
support mailing list
[EMAIL PROTECTED]
http://hawk.freenetproject.org/cgi-bin/mailman/listinfo/support



Re: [freenet-support] Bugathon, got Freenet working on FreeBSD, but Frost is no-go

2002-10-08 Thread the bishop

On Wednesday 09 October 2002 05:11, Rob wrote:
 I downloaded the latest Kaffe, and it is working with the latest Freenet
 snapshot.  However, Frost is a different story.  Has Frost ever worked
 with Kaffe?  Thanks,  Rob.

No. Frost and FMB use the swing widget set which is (so far) only available 
in sun's jvm's. Kaffe supports AWT (Athena Widgets) so far.

mfg The Bishop

___
support mailing list
[EMAIL PROTECTED]
http://hawk.freenetproject.org/cgi-bin/mailman/listinfo/support



Re: [freenet-support] Bugathon item- FreeBSD, Kaffe

2002-10-08 Thread the bishop

 ...
 +  JAVA_ARGS=-mx $((256*1024*1024))

 That $(()) thing is not standard /bin/sh syntax.  You need to use this
 for full vanilla Bourne shell compatibility:

   JAVA_ARGS=-mx `expr 256 \* 1024 \* 1024`

ok, thanks for the hint, i hope the rest is in order (especial the 
seednodes.ref thing).

mfg The Bishop

___
support mailing list
[EMAIL PROTECTED]
http://hawk.freenetproject.org/cgi-bin/mailman/listinfo/support



Re: [freenet-support] (no subject)

2002-10-05 Thread the bishop

On Saturday 05 October 2002 15:05, you wrote:
 J'ai installé freenet. qd je sélectionne Open Gateway, une page ie s'ouvre
 www.127.0.0.1: avec impossible de trouver la page. Comment ça marche
 votre truc ?

(je ne parle français)

ouvre:

http://127.0.0.1:/

ou:

http://localhost:/

avec votre browser.


mfg The Bishop

___
support mailing list
[EMAIL PROTECTED]
http://hawk.freenetproject.org/cgi-bin/mailman/listinfo/support



[freenet-support] What about frost on freenet-watchme?

2002-05-29 Thread the bishop

i tried frost on the watchme-network but no one
seems to go there anyone interested in
using frost on the watchme-network?

mfg The Bishop

___
support mailing list
[EMAIL PROTECTED]
http://hawk.freenetproject.org/cgi-bin/mailman/listinfo/support