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