[freenet-support] Freenet .5 messes up my internet connection

2006-04-29 Thread vinyl1
Joseph Terranova said:

"Linksys routers have a nasty flaw: they keep track of all connections for 
days. So if you're using something that has a lot of connections, such as p2p 
or freenet, it bonks fairly quickly. You might want to try looking for an 
alternative open-source firmware for it that fixes the problem. 

Well, that certainly doesn't sound good.  But while I'm a fan of open-source, I 
think mixing it with old hardware might lead to even more difficulties.

I'd rather look into D-Link,  Netgear and Belkin.  What is everyone using?  
What model works well with Freenet in a home environment?





[freenet-support] Freenet .5 messes up my internet connection

2006-04-29 Thread Joseph Terranova
Linksys routers have a nasty flaw: they keep track of all connections for
days. So if you're using something that has a lot of connections, such as
p2p or freenet, it bonks fairly quickly. You might want to try looking for
an alternative open-source firmware for it that fixes the problem.

On 4/29/06, vinyl1  wrote:
>
> I am trying to find a way to get .5 to work properly before trying .7.
>
> My home network has 4 machines, using Suse Linux 10 and Windows 2K.  I
> have installed Freenet .5 on a Win2K machine.
>
> I am able to access the internet from the other machines at the time I
> start Freenet.  However, after Freenet runs for a few hours, the other
> machines lose connectivity.  On the Freenet machine, I have about 50-100
> connections.  When I stop Freenet, the other machines usually don't work at
> all, or only work with a few IPs.  When I turn off the Freenet machine and
> reboot the others, they don't DHCP properly and don't get a valid subnet
> address.
>
> My connection is a cable modem into an old Linksys router, a 4-port
> befsr41 from the year 2000.
>
> The only solution is to unplug the cable modem from the router, turn the
> router off, wait for the cable modem to reset itself,  and then restart
> everything.
>
> I seem to recall something about this from previous discussions - some
> routers can't handle that many connections - so I think the router is at
> fault.   I couldn't find anything searching through archived posts; is
> anyone familiar with this problem?  Would a more modern router be the
> cure?  Some guy at work gave me this one three years ago because it was
> obsolete, but it had performed OK until it encountered Freenet.
>
>
> ___
> 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
>
-- next part ------
An HTML attachment was scrubbed...
URL: 
<https://emu.freenetproject.org/pipermail/support/attachments/20060429/bdf325b2/attachment.html>


[freenet-support] Freenet .5 messes up my internet connection

2006-04-29 Thread vinyl1
I am trying to find a way to get .5 to work properly before trying .7.  

My home network has 4 machines, using Suse Linux 10 and Windows 2K.  I have 
installed Freenet .5 on a Win2K machine.

I am able to access the internet from the other machines at the time I start 
Freenet.  However, after Freenet runs for a few hours, the other machines lose 
connectivity.  On the Freenet machine, I have about 50-100 connections.  When I 
stop Freenet, the other machines usually don't work at all, or only work with a 
few IPs.  When I turn off the Freenet machine and reboot the others, they don't 
DHCP properly and don't get a valid subnet address.  

My connection is a cable modem into an old Linksys router, a 4-port befsr41 
from the year 2000.  

The only solution is to unplug the cable modem from the router, turn the router 
off, wait for the cable modem to reset itself,  and then restart everything.

I seem to recall something about this from previous discussions - some routers 
can't handle that many connections - so I think the router is at fault.   I 
couldn't find anything searching through archived posts; is anyone familiar 
with this problem?  Would a more modern router be the cure?  Some guy at work 
gave me this one three years ago because it was obsolete, but it had performed 
OK until it encountered Freenet.





[freenet-support] Freenet 0.7 - Install Help on Fedora 5

2006-04-29 Thread Shoey Fighter
Hello. I am having some troubles installing Freenet 0.7 onto my Fedora
5 machine. I am fairly new to linux, so please bear with me.

I installed the Sun JVM, but I might have screwed something up.
Anyway, here is my
java -version:
java version "1.5.0_06"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_06-b05)
Java HotSpot(TM) Client VM (build 1.5.0_06-b05, mixed mode, sharing)

When I run:
javaws http://downloads.freenetproject.org/alpha/installer/freenet.jnlp

it says:
Exception in thread "main" java.lang.UnsatisfiedLinkError:
/opt/jdk1.5.0_06/jre/lib/i386/libdeploy.so:
/opt/jdk1.5.0_06/jre/lib/i386/libdeploy.so: cannot restore segment
prot after reloc: Permission denied
at java.lang.ClassLoader$NativeLibrary.load(Native Method)
at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1751)
at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1647)
at java.lang.Runtime.load0(Runtime.java:769)
at java.lang.System.load(System.java:967)
at com.sun.deploy.config.UnixConfig.loadLibDeploy(UnixConfig.java:41)
at com.sun.deploy.config.UnixConfig.(UnixConfig.java:26)
at 
com.sun.deploy.config.ConfigFactory.newInstance(ConfigFactory.java:11)
at com.sun.deploy.config.Config.getInstance(Config.java:575)
at com.sun.deploy.config.Config.(Config.java:591)
at com.sun.javaws.Main.main(Main.java:82)

When I run:
java -jar 
http://downloads.freenetproject.org/alpha/installer/selfextractpack.jar

it says:
Unable to access jarfile
http://downloads.freenetproject.org/alpha/installer/selfextractpack.jar


Any thoughts? I think this is a great project and I would love to help
test it out.

Thanks,
ShoeyFighter
shoeyfighter at gmail.com



[freenet-support] Freenet 0.7 - Install Help on Fedora 5

2006-04-29 Thread Shoey Fighter

Hello. I am having some troubles installing Freenet 0.7 onto my Fedora
5 machine. I am fairly new to linux, so please bear with me.

I installed the Sun JVM, but I might have screwed something up.
Anyway, here is my
java -version:
java version 1.5.0_06
Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_06-b05)
Java HotSpot(TM) Client VM (build 1.5.0_06-b05, mixed mode, sharing)

When I run:
javaws http://downloads.freenetproject.org/alpha/installer/freenet.jnlp

it says:
Exception in thread main java.lang.UnsatisfiedLinkError:
/opt/jdk1.5.0_06/jre/lib/i386/libdeploy.so:
/opt/jdk1.5.0_06/jre/lib/i386/libdeploy.so: cannot restore segment
prot after reloc: Permission denied
   at java.lang.ClassLoader$NativeLibrary.load(Native Method)
   at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1751)
   at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1647)
   at java.lang.Runtime.load0(Runtime.java:769)
   at java.lang.System.load(System.java:967)
   at com.sun.deploy.config.UnixConfig.loadLibDeploy(UnixConfig.java:41)
   at com.sun.deploy.config.UnixConfig.clinit(UnixConfig.java:26)
   at com.sun.deploy.config.ConfigFactory.newInstance(ConfigFactory.java:11)
   at com.sun.deploy.config.Config.getInstance(Config.java:575)
   at com.sun.deploy.config.Config.clinit(Config.java:591)
   at com.sun.javaws.Main.main(Main.java:82)

When I run:
java -jar 
http://downloads.freenetproject.org/alpha/installer/selfextractpack.jar

it says:
Unable to access jarfile
http://downloads.freenetproject.org/alpha/installer/selfextractpack.jar


Any thoughts? I think this is a great project and I would love to help
test it out.

Thanks,
ShoeyFighter
[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] Freenet .5 messes up my internet connection

2006-04-29 Thread vinyl1
I am trying to find a way to get .5 to work properly before trying .7.  

My home network has 4 machines, using Suse Linux 10 and Windows 2K.  I have 
installed Freenet .5 on a Win2K machine.

I am able to access the internet from the other machines at the time I start 
Freenet.  However, after Freenet runs for a few hours, the other machines lose 
connectivity.  On the Freenet machine, I have about 50-100 connections.  When I 
stop Freenet, the other machines usually don't work at all, or only work with a 
few IPs.  When I turn off the Freenet machine and reboot the others, they don't 
DHCP properly and don't get a valid subnet address.  

My connection is a cable modem into an old Linksys router, a 4-port befsr41 
from the year 2000.  

The only solution is to unplug the cable modem from the router, turn the router 
off, wait for the cable modem to reset itself,  and then restart everything.

I seem to recall something about this from previous discussions - some routers 
can't handle that many connections - so I think the router is at fault.   I 
couldn't find anything searching through archived posts; is anyone familiar 
with this problem?  Would a more modern router be the cure?  Some guy at work 
gave me this one three years ago because it was obsolete, but it had performed 
OK until it encountered Freenet.


___
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] Freenet .5 messes up my internet connection

2006-04-29 Thread Joseph Terranova
Linksys routers have a nasty flaw: they keep track of all connections for days. So if you're using something that has a lot of connections, such as p2p or freenet, it bonks fairly quickly. You might want to try looking for an alternative open-source firmware for it that fixes the problem.
On 4/29/06, vinyl1 [EMAIL PROTECTED] wrote:
I am trying to find a way to get .5 to work properly before trying .7.My home network has 4 machines, using Suse Linux 10 and Windows 2K.I have installed Freenet .5 on a Win2K machine.I am able to access the internet from the other machines at the time I start Freenet.However, after Freenet runs for a few hours, the other machines lose connectivity.On the Freenet machine, I have about 50-100 connections.When I stop Freenet, the other machines usually don't work at all, or only work with a few IPs.When I turn off the Freenet machine and reboot the others, they don't DHCP properly and don't get a valid subnet address.
My connection is a cable modem into an old Linksys router, a 4-port befsr41 from the year 2000.The only solution is to unplug the cable modem from the router, turn the router off, wait for the cable modem to reset itself,and then restart everything.
I seem to recall something about this from previous discussions - some routers can't handle that many connections - so I think the router is at fault. I couldn't find anything searching through archived posts; is anyone familiar with this problem?Would a more modern router be the cure?Some guy at work gave me this one three years ago because it was obsolete, but it had performed OK until it encountered Freenet.
___Support mailing listSupport@freenetproject.org
http://news.gmane.org/gmane.network.freenet.supportUnsubscribe at http://emu.freenetproject.org/cgi-bin/mailman/listinfo/supportOr mailto:
[EMAIL PROTECTED]?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:[EMAIL PROTECTED]

Re: [freenet-support] Freenet .5 messes up my internet connection

2006-04-29 Thread vinyl1
Joseph Terranova said:

Linksys routers have a nasty flaw: they keep track of all connections for 
days. So if you're using something that has a lot of connections, such as p2p 
or freenet, it bonks fairly quickly. You might want to try looking for an 
alternative open-source firmware for it that fixes the problem. 

Well, that certainly doesn't sound good.  But while I'm a fan of open-source, I 
think mixing it with old hardware might lead to even more difficulties.

I'd rather look into D-Link,  Netgear and Belkin.  What is everyone using?  
What model works well with Freenet in a home environment?


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