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

2014-05-27 Thread Momo Roberts
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.

Greetings Momo
___
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 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 Momo Roberts
I thank u for your anwser.

But i have a lil installation problem.

i have done the installation like displayed here
https://freenetproject.org/download.html

But if i have done it as root

java -jar /usr/local/new_installer.jar

i got this

Select target path [/usr/local/freenet]

The directory already exists and is not empty! Are you sure you want to
install here and delete all existing files?
Press 1 to continue, 2 to quit, 3 to redisplay
1
press 1 to continue, 2 to quit, 3 to redisplay
1
[ Starting to unpack ]
[ Processing package: Base (1/4) ]
[ Processing package: License (2/4) ]
[ Processing package: Unix (3/4) ]
[ Processing package: UninstallStuff (4/4) ]
[ Unpacking finished ]
[ Starting processing ]
Starting process Setting up the environment (1/18)
The installer isn\'t meant to be run as root
Starting process Setting the Updater up (2/18)

and i have done it as "normal" user i got this


The directory already exists and is not empty! Are you sure you want to
install here and delete all existing files?
Press 1 to continue, 2 to quit, 3 to redisplay
1
press 1 to continue, 2 to quit, 3 to redisplay
1
[ Starting to unpack ]
[ Processing package: Base (1/4) ]
[ Processing package: License (2/4) ]
[ Processing package: Unix (3/4) ]
[ Processing package: UninstallStuff (4/4) ]
[ Unpacking finished ]
[ ERROR: Permission denied ]
java.io.IOException: Permission denied
at java.io.UnixFileSystem.createFileExclusively(Native Method)
at java.io.File.checkAndCreate(File.java:1833)
at java.io.File.createTempFile0(File.java:1857)
at java.io.File.createTempFile(File.java:1934)
at com.izforge.izpack.installer.ScriptParser.parseFiles(Unknown
Source)
at com.izforge.izpack.installer.Unpacker.run(Unknown Source)
at java.lang.Thread.run(Thread.java:701)

so, what to do ?

Greetings Momo




Am 27.05.2014 18:49, schrieb 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
> 
> 
> 
> ___
> 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
> 
___
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] an entry from log

2014-05-27 Thread Krzysztof

Every time I start FN it advises me:
 " It's highly recommended that you fix the library with 'execstack -c 
', or link it with '-z noexecstack'.

Is it something I should be aware of?

--
Regards
KJ

___
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