Re: [freenet-support] can't install freenet in xubuntu 14.04

2014-09-28 Thread Steve Dougherty
On 09/27/2014 06:31 AM, Giorgio Torreggiani wrote:
 Hi,
 I have tried to install freenet in xubuntu linux. There is
 openJava installed, but it failed.

In what way did what fail? What did you do, and what happened?

 What is the problem?
 Please respond to this letter fast



signature.asc
Description: OpenPGP 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:support-requ...@freenetproject.org?subject=unsubscribe

[freenet-support] can't install freenet in xubuntu 14.04

2014-09-27 Thread Giorgio Torreggiani
Hi,
I have tried to install freenet in xubuntu linux. There is
openJava installed, but it failed.
What is the problem?
Please respond to this letter fast

-- 
Sincerely, yours

Giorgio Torreggiani
___
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] Can't Install

2012-12-06 Thread Mark C. Dias
Hi Guys,	I tried to install free net on my new iMac running Mountain Lion OSX 10.8.1 and it runs into a error:/Users/Markcdias/Library/LaunchAgents/com.freenet.startup.plist (Permission Denied)Then the installer quits. I tries the Linux instructions but same result. I can't figure out how to change the permissions for this file. Have you heard of this problem?
ThanksMark C. Dias

___
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] can't install

2010-02-06 Thread Martin Lorenz
well,
just tried to get the latest version after some years and stayed hoplessly
unsuccessful.

I keep getting a freenet nodewhich dosen't listen on 
when trying the headless install I found a reason:

$ ./bin/1run.sh 
Enabling the auto-update feature
Detecting tcp-ports availability...
Can not bind fproxy to : let's try 8889 instead.
Can not bind any socket on 127.0.0.1:
IT SHOULDN'T HAPPEN\!

Make sure your loopback interface is properly configured.
Delete Freenet\'s directory and retry.

no idea why this is

these are the last few lines of an strace of java -jar bin/bindtest.jar  

munmap(0xb76ca000, 136735)  = 0
mmap2(NULL, 331776, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS|MAP_STACK, 
-1, 0) = 0xb6a06000
mprotect(0xb6a06000, 4096, PROT_NONE)   = 0
clone(child_stack=0xb6a56494, 
flags=CLONE_VM|CLONE_FS|CLONE_FILES|CLONE_SIGHAND|CLONE_THREAD|CLONE_SYSVSEM|CLONE_SETTLS|CLONE_PARENT_SETTID|CLONE_CHILD_CLEARTID,
 parent_tidptr=0xb6a56bd8, {entry_number:6, base_addr:0xb6a56b70, 
limit:1048575, seg_32bit:1, contents:0, read_exec_only:0, limit_in_pages:1, 
seg_not_present:0, useable:1}, child_tidptr=0xb6a56bd8) = 21970
futex(0xb6a56bd8, FUTEX_WAIT, 21970, NULL unfinished ... exit status 1


gruss
  mlo
--
Dipl.-Ing. Martin Lorenz

They that can give up essential liberty 
to obtain a little temporary safety 
deserve neither liberty nor safety.
   Benjamin Franklin

join me at Xing:
http://www.xing.com/go/invite/3385155.fddc77

please encrypt your mail to me
GnuPG key-ID: F1AAD37D
get it here:
http://blackhole.pca.dfn.de:11371/pks/lookup?op=getsearch=0xF1AAD37D

ICQ UIN: 33588107
___
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] can't install

2010-02-06 Thread Evan Daniel
On Sat, Feb 6, 2010 at 4:44 AM, Martin Lorenz mar...@lorenz.priv.at wrote:
 well,
 just tried to get the latest version after some years and stayed hoplessly
 unsuccessful.

 I keep getting a freenet nodewhich dosen't listen on 
 when trying the headless install I found a reason:

 $ ./bin/1run.sh
 Enabling the auto-update feature
 Detecting tcp-ports availability...
 Can not bind fproxy to : let's try 8889 instead.
 Can not bind any socket on 127.0.0.1:
                IT SHOULDN'T HAPPEN\!

                Make sure your loopback interface is properly configured.
                Delete Freenet\'s directory and retry.

 no idea why this is

 these are the last few lines of an strace of java -jar bin/bindtest.jar  
 

 munmap(0xb76ca000, 136735)              = 0
 mmap2(NULL, 331776, PROT_READ|PROT_WRITE, 
 MAP_PRIVATE|MAP_ANONYMOUS|MAP_STACK, -1, 0) = 0xb6a06000
 mprotect(0xb6a06000, 4096, PROT_NONE)   = 0
 clone(child_stack=0xb6a56494, 
 flags=CLONE_VM|CLONE_FS|CLONE_FILES|CLONE_SIGHAND|CLONE_THREAD|CLONE_SYSVSEM|CLONE_SETTLS|CLONE_PARENT_SETTID|CLONE_CHILD_CLEARTID,
  parent_tidptr=0xb6a56bd8, {entry_number:6, base_addr:0xb6a56b70, 
 limit:1048575, seg_32bit:1, contents:0, read_exec_only:0, limit_in_pages:1, 
 seg_not_present:0, useable:1}, child_tidptr=0xb6a56bd8) = 21970
 futex(0xb6a56bd8, FUTEX_WAIT, 21970, NULL unfinished ... exit status 1

What OS are you running?

This looks like the Debian Squeeze ipv6 bug:
http://new-wiki.freenetproject.org/Installing_on_POSIX#Debian_Squeeze
(It might also happen on other platforms, but I'm not certain.)

Evan Daniel
___
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] Can't install Freenet

2005-06-09 Thread Thomas Johnson
I've tried several times now to download Freenet from web-install.exe,
but the files freenet.jar, freenet-ext.jar, and seednodes.ref all fail
to finish. As a result, I can't get Freenet to run at all. What do I
do?
___
Support mailing list
Support@freenetproject.org
http://news.gmane.org/gmane.network.freenet.support
Unsubscribe at http://dodo.freenetproject.org/cgi-bin/mailman/listinfo/support
Or mailto:[EMAIL PROTECTED]


Re: [freenet-support] Can't install Freenet

2005-06-09 Thread Matthew Toseland
Download them separately into a folder, then run it from there. It
should see that the files are already downloaded and use them.

On Thu, Jun 09, 2005 at 12:43:05PM -0800, Thomas Johnson wrote:
 I've tried several times now to download Freenet from web-install.exe,
 but the files freenet.jar, freenet-ext.jar, and seednodes.ref all fail
 to finish. As a result, I can't get Freenet to run at all. What do I
 do?
-- 
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://dodo.freenetproject.org/cgi-bin/mailman/listinfo/support
Or mailto:[EMAIL PROTECTED]