[freenet-support] Connection woes

2005-10-17 Thread Volodya Mozhenkov
Shane Hare wrote:
> Hi,
> 
>  
> 
> After starting freenet, I find that within a short space of time, my 
> internet connection no longer works. It appears that the modem is still 
> connected and able to send information, but does not appear to receive 
> any information. This results in my internet connection becoming 
> unuseable. The only way to reconnect is to perform a reset on the modem 
> and re-initialise it. I cannot just disconnect and re-connect.
> 
>  
> 
> I have tried changing the max number of connections as low as 10, but 
> this does not improve the situation. Also, I have noticed that if I surf 
> the www internet, the modem does not have any problems (even though 
> freenet is connected)
> 
>  
> 
> My system is a WinXP Pro OS, Athlon XP 2000 Processor, 768Mb RAM, I have 
> over 20Gb free storage. My modem is a Sagem F at st800, connected to 1Mb 
> broadband ADSL.

I had something simmilar before switching ISP, for me it's DNS that was going 
down when 
Freenet was on (or other P2P apps). To test it try and see if when you have the 
problem 
again you can access http://216.239.59.103/ if you can then it's dns, if not 
then it's 
completely different problem. (Note: sometimes after running for a long time i 
couldn't 
even access ip addresses directly any longer, so do it as soon as the problem 
begins).

-- 




===
Contact details:
Alt e-mail: k0324474 at kingston.ac.uk
ICQ: 253627744
Frost: VolodyA! V A at r0pa7z7JA1hAf2xtTt7AKLRe+yw
pm4pigs: VolodyA! V A at cbp7LznKx9JltftFQSSc2QVKhzc,5T0rxHZ7rar4uOtnHlSY5A
Forum: ethical_anarhist on www.kingstonuniversity.org

Please visit http://www.whengendarmesleeps.org/
When Gendarme Sleeps - Anarchy's Zine of Poetry


"None of us are free until all of us are free."
  ~ Mihail Bakunin



[freenet-support] Connection woes

2005-10-17 Thread Matthew Toseland
On Sun, Oct 16, 2005 at 11:04:13PM +0100, Shane Hare wrote:
> Hi,
> 
>  
> 
> After starting freenet, I find that within a short space of time, my
> internet connection no longer works. It appears that the modem is still
> connected and able to send information, but does not appear to receive any
> information. This results in my internet connection becoming unuseable. The
> only way to reconnect is to perform a reset on the modem and re-initialise
> it. I cannot just disconnect and re-connect.
> 
>  
> 
> I have tried changing the max number of connections as low as 10, but this
> does not improve the situation. Also, I have noticed that if I surf the www
> internet, the modem does not have any problems (even though freenet is
> connected)

Uh, so if you don't browse the WWW, freenet breaks your connection? I'm
not sure what you mean...
> 
>  
> 
> My system is a WinXP Pro OS, Athlon XP 2000 Processor, 768Mb RAM, I have
> over 20Gb free storage. My modem is a Sagem F at st800, connected to 1Mb
> broadband ADSL.
> 
>  
> 
> Any ideas would be greatly appreciated
> 
>  
> 
> Regards
> 
>  
> 
> Rabbit
> 

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

-- 
Matthew J Toseland - toad at amphibian.dyndns.org
Freenet Project Official Codemonkey - http://freenetproject.org/
ICTHUS - Nothing is impossible. Our Boss says so.
-- next part --
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 189 bytes
Desc: Digital signature
URL: 
<https://emu.freenetproject.org/pipermail/support/attachments/20051017/c1124e4c/attachment.pgp>


[freenet-support] Problem running freenet after having just installed the software (v. 5.2.8)

2005-10-17 Thread Matthew Toseland
etChannelImpl.connect(Unknown Source
>   at java.nio.channels.SocketChannel.open(Unknown Source)

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

-- 
Matthew J Toseland - toad at amphibian.dyndns.org
Freenet Project Official Codemonkey - http://freenetproject.org/
ICTHUS - Nothing is impossible. Our Boss says so.
-- next part --
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 189 bytes
Desc: Digital signature
URL: 
<https://emu.freenetproject.org/pipermail/support/attachments/20051017/e5a0a4c0/attachment.pgp>


[freenet-support] Re: Problem running freenet after having just installed the software (v. 5.2.8)

2005-10-17 Thread Bob
Matthew Hoffman  writes:

> 
> Hello. I read through this list and the helpful guides on the
> beginners site but I am not able to find the information I need.
> 
==snip==
> Could not initialize network I/O system! Exiting
> 
> java.io.IOException: Unable to establish loopback connection
>   at sun.nio.ch.PipeImpl$Initializer.run(Unknown Source)
>   at java.security.AccessController.doPrivileged(Native Method)
>   at sun.nio.ch.PipeImpl.(Unknown Source)
>   at sun.nio.ch.SelectorProviderImpl.openPipe(Unknown Source)
>   at java.nio.channels.Pipe.open(Unknown Source)
==snip==

Either some problem resolving the loopback like Toad said, or maybe your
listenPort is already being used by something else?? This should not be the case
unless you manually set it though (especially as you reinstalled which should
choose a random new one.)

All that exception means is that the ReadSelectorLoop or WriteSelectorLoop
failed to init (should really be two separate catches IMO), somebody familiar
with the code should be able to work out why faster than I could.

Bob





[freenet-support] Re: Problem running freenet after having just installed the software (v. 5.2.8)

2005-10-17 Thread Bob
Matthew Hoffman <[EMAIL PROTECTED]> writes:

> 
> Hello. I read through this list and the helpful guides on the
> beginners site but I am not able to find the information I need.
> 
==snip==
> Could not initialize network I/O system! Exiting
> 
> java.io.IOException: Unable to establish loopback connection
>   at sun.nio.ch.PipeImpl$Initializer.run(Unknown Source)
>   at java.security.AccessController.doPrivileged(Native Method)
>   at sun.nio.ch.PipeImpl.(Unknown Source)
>   at sun.nio.ch.SelectorProviderImpl.openPipe(Unknown Source)
>   at java.nio.channels.Pipe.open(Unknown Source)
==snip==

Either some problem resolving the loopback like Toad said, or maybe your
listenPort is already being used by something else?? This should not be the case
unless you manually set it though (especially as you reinstalled which should
choose a random new one.)

All that exception means is that the ReadSelectorLoop or WriteSelectorLoop
failed to init (should really be two separate catches IMO), somebody familiar
with the code should be able to work out why faster than I could.

Bob


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

2005-10-17 Thread Volodya Mozhenkov

Shane Hare wrote:

Hi,

 

After starting freenet, I find that within a short space of time, my 
internet connection no longer works. It appears that the modem is still 
connected and able to send information, but does not appear to receive 
any information. This results in my internet connection becoming 
unuseable. The only way to reconnect is to perform a reset on the modem 
and re-initialise it. I cannot just disconnect and re-connect.


 

I have tried changing the max number of connections as low as 10, but 
this does not improve the situation. Also, I have noticed that if I surf 
the www internet, the modem does not have any problems (even though 
freenet is connected)


 

My system is a WinXP Pro OS, Athlon XP 2000 Processor, 768Mb RAM, I have 
over 20Gb free storage. My modem is a Sagem [EMAIL PROTECTED], connected to 1Mb 
broadband ADSL.


I had something simmilar before switching ISP, for me it's DNS that was going down when 
Freenet was on (or other P2P apps). To test it try and see if when you have the problem 
again you can access http://216.239.59.103/ if you can then it's dns, if not then it's 
completely different problem. (Note: sometimes after running for a long time i couldn't 
even access ip addresses directly any longer, so do it as soon as the problem begins).


--




===
Contact details:
Alt e-mail: [EMAIL PROTECTED]
ICQ: 253627744
Frost: VolodyA! V [EMAIL PROTECTED]
pm4pigs: VolodyA! V [EMAIL PROTECTED],5T0rxHZ7rar4uOtnHlSY5A
Forum: ethical_anarhist on www.kingstonuniversity.org

Please visit http://www.whengendarmesleeps.org/
   When Gendarme Sleeps - Anarchy's Zine of Poetry


"None of us are free until all of us are free."
 ~ Mihail Bakunin
___
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] Connection woes

2005-10-17 Thread Matthew Toseland
On Sun, Oct 16, 2005 at 11:04:13PM +0100, Shane Hare wrote:
> Hi,
> 
>  
> 
> After starting freenet, I find that within a short space of time, my
> internet connection no longer works. It appears that the modem is still
> connected and able to send information, but does not appear to receive any
> information. This results in my internet connection becoming unuseable. The
> only way to reconnect is to perform a reset on the modem and re-initialise
> it. I cannot just disconnect and re-connect.
> 
>  
> 
> I have tried changing the max number of connections as low as 10, but this
> does not improve the situation. Also, I have noticed that if I surf the www
> internet, the modem does not have any problems (even though freenet is
> connected)

Uh, so if you don't browse the WWW, freenet breaks your connection? I'm
not sure what you mean...
> 
>  
> 
> My system is a WinXP Pro OS, Athlon XP 2000 Processor, 768Mb RAM, I have
> over 20Gb free storage. My modem is a Sagem [EMAIL PROTECTED], connected to 
> 1Mb
> broadband ADSL.
> 
>  
> 
> Any ideas would be greatly appreciated
> 
>  
> 
> Regards
> 
>  
> 
> Rabbit
> 

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

-- 
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://emu.freenetproject.org/cgi-bin/mailman/listinfo/support
Or mailto:[EMAIL PROTECTED]

Re: [freenet-support] Problem running freenet after having just installed the software (v. 5.2.8)

2005-10-17 Thread Matthew Toseland
Could you try pinging localhost from a command line? Run the command
ping 127.0.0.1 from cmd...

On Sun, Oct 16, 2005 at 01:53:02PM -0500, Matthew Hoffman wrote:
> Hello. I read through this list and the helpful guides on the
> beginners site but I am not able to find the information I need.
> 
> I just installed freenet on a WinXp (sp 2) box. The installation
> process so far as I can tell went fine. However when I tried to run
> the software, the system tray incon flashes a ! and the log file
> reads:
> 
> ...
> Oct 16, 2005 1:36:16 PM (freenet.node.Main, main, NORMAL): not seeding
> routing table
> Oct 16, 2005 1:36:17 PM (freenet.node.Main, main, NORMAL): starting node
> Could not initialize network I/O system! Exiting
> 
> java.io.IOException: Unable to establish loopback connection
>   at sun.nio.ch.PipeImpl$Initializer.run(Unknown Source)
>   at java.security.AccessController.doPrivileged(Native Method)
>   at sun.nio.ch.PipeImpl.(Unknown Source)
>   at sun.nio.ch.SelectorProviderImpl.openPipe(Unknown Source)
>   at java.nio.channels.Pipe.open(Unknown Source)
> 
> ---
> I am assuming that I must have neglected some step so I erased all the
> freenet files (there was no applet on the add/remove programs in the
> control panel) and re-installed that way.
> 
> I thought this first may be a firewall issue so I tried several
> options before just turning my firewall off altogether. Then I played
> with my router's settings (it has a firewall & NAT filter) and
> eventually I turned that all off as well.
> 
> Some other information: JRE 1.5_05
> Linksys WRT54g
> 
> Here is my log file in full:
> Oct 16, 2005 1:36:12 PM (freenet.node.Main, main, NORMAL): Starting
> Freenet (Fred) 0.5 node, build #5105 on JVM Sun Microsystems Inc.:Java
> HotSpot(TM) Client VM:1.4.2-b28
> os.arch = x86
> 
> Loading native...
> 
> Attempting to load freenet/support/CPUInformation/jcpuid-x86-windows.dll
> 
> Written to C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\jcpuid26340lib.tmp: 40960
> 
> INFO: Native CPUID library
> 'freenet/support/CPUInformation/jcpuid-x86-windows.dll' loaded from
> resource
> 
> INFO: Optimized native BigInteger library
> 'net/i2p/util/jbigi-windows-pentium4.dll' loaded from resource
> 
> Oct 16, 2005 1:36:12 PM (freenet.node.Main, main, NORMAL): loading
> node keys: node
> Oct 16, 2005 1:36:12 PM (freenet.node.Main, main, NORMAL): Read node file
> Oct 16, 2005 1:36:12 PM (freenet.node.Main, main, NORMAL): starting filesystem
> Oct 16, 2005 1:36:13 PM (freenet.node.Main, main, NORMAL): loading data store
> Oct 16, 2005 1:36:13 PM (freenet.node.Main, main, NORMAL): loading routing 
> table
> Oct 16, 2005 1:36:13 PM (freenet.node.Main, main, NORMAL): From output: 
> 49152.0
> Oct 16, 2005 1:36:13 PM (freenet.node.Main, main, NORMAL): Setting
> default initTransferRate to 49152.0
> Oct 16, 2005 1:36:16 PM (freenet.node.Main, main, NORMAL): Created new NGRT
> Oct 16, 2005 1:36:16 PM (freenet.node.Main, main, NORMAL): Loaded stats
> Oct 16, 2005 1:36:16 PM (freenet.node.Main, main, NORMAL): loading
> temp bucket factory
> Oct 16, 2005 1:36:16 PM (freenet.node.Main, main, NORMAL): loaded temp
> bucket factory
> Oct 16, 2005 1:36:16 PM (freenet.node.Main, main, NORMAL): Loaded bucket 
> factory
> Oct 16, 2005 1:36:16 PM (freenet.node.Main, main, NORMAL): not seeding
> routing table
> Oct 16, 2005 1:36:17 PM (freenet.node.Main, main, NORMAL): starting node
> Could not initialize network I/O system! Exiting
> java.io.IOException: Unable to establish loopback connection
>   at sun.nio.ch.PipeImpl$Initializer.run(Unknown Source)
>   at java.security.AccessController.doPrivileged(Native Method)
>   at sun.nio.ch.PipeImpl.(Unknown Source)
>   at sun.nio.ch.SelectorProviderImpl.openPipe(Unknown Source)
>   at java.nio.channels.Pipe.open(Unknown Source)
>   at sun.nio.ch.WindowsSelectorImpl.(Unknown Source)
>   at sun.nio.ch.WindowsSelectorProvider.openSelector(Unknown Source)
>   at java.nio.channels.Selector.open(Unknown Source)
>   at 
> freenet.transport.AbstractSelectorLoop.(AbstractSelectorLoop.java:163)
>   at 
> freenet.transport.ThrottledSelectorLoop.(ThrottledSelectorLoop.java:77)
>   at freenet.transport.ReadSelectorLoop.(ReadSelectorLoop.java:108)
>   at 
> freenet.transport.tcpConnection.startSelectorLoops(tcpConnection.java:152)
>   at freenet.node.Main.startNode(Main.java:1573)
>   at freenet.node.Main.spawnNode(Main.java:1060)
>   at freenet.node.Main.main(Main.java:908)
> Caused by: java.net.ConnectException: Connection refused: connect
>   at sun.nio.ch.Net.connect(Native Method)
>   at sun.nio.ch.SocketChannelImpl.connect(Unknown Source
>   at java.nio.channels.SocketChannel.open(Unknown Source)

> ___
> Support mailing list
> Support@freenetproject.org
> http://news.gmane.org/gmane.network.freenet.support
> Unsubscribe at http://emu.freenetproject.org/cgi-bin/mailman/listin

[freenet-support] Connection woes

2005-10-17 Thread Shane Hare








Hi,

 

After starting freenet, I find that within a short space of
time, my internet connection no longer works. It appears that the modem is
still connected and able to send information, but does not appear to receive any
information. This results in my internet connection becoming unuseable. The
only way to reconnect is to perform a reset on the modem and re-initialise it.
I cannot just disconnect and re-connect.

 

I have tried changing the max number of connections as low
as 10, but this does not improve the situation. Also, I have noticed that if I surf
the www internet, the modem does not have any problems (even though freenet is
connected)

 

My system is a WinXP Pro OS, Athlon XP 2000 Processor, 768Mb
RAM, I have over 20Gb free storage. My modem is a Sagem [EMAIL PROTECTED], connected to
1Mb broadband ADSL.

 

Any ideas would be greatly appreciated

 

Regards

 

Rabbit






___
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] Problem running freenet after having just installed the software (v. 5.2.8)

2005-10-17 Thread Matthew Hoffman
Hello. I read through this list and the helpful guides on the
beginners site but I am not able to find the information I need.

I just installed freenet on a WinXp (sp 2) box. The installation
process so far as I can tell went fine. However when I tried to run
the software, the system tray incon flashes a ! and the log file
reads:

...
Oct 16, 2005 1:36:16 PM (freenet.node.Main, main, NORMAL): not seeding
routing table
Oct 16, 2005 1:36:17 PM (freenet.node.Main, main, NORMAL): starting node
Could not initialize network I/O system! Exiting

java.io.IOException: Unable to establish loopback connection
at sun.nio.ch.PipeImpl$Initializer.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at sun.nio.ch.PipeImpl.(Unknown Source)
at sun.nio.ch.SelectorProviderImpl.openPipe(Unknown Source)
at java.nio.channels.Pipe.open(Unknown Source)

---
I am assuming that I must have neglected some step so I erased all the
freenet files (there was no applet on the add/remove programs in the
control panel) and re-installed that way.

I thought this first may be a firewall issue so I tried several
options before just turning my firewall off altogether. Then I played
with my router's settings (it has a firewall & NAT filter) and
eventually I turned that all off as well.

Some other information: JRE 1.5_05
Linksys WRT54g

Here is my log file in full:
Oct 16, 2005 1:36:12 PM (freenet.node.Main, main, NORMAL): Starting
Freenet (Fred) 0.5 node, build #5105 on JVM Sun Microsystems Inc.:Java
HotSpot(TM) Client VM:1.4.2-b28
os.arch = x86

Loading native...

Attempting to load freenet/support/CPUInformation/jcpuid-x86-windows.dll

Written to C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\jcpuid26340lib.tmp: 40960

INFO: Native CPUID library
'freenet/support/CPUInformation/jcpuid-x86-windows.dll' loaded from
resource

INFO: Optimized native BigInteger library
'net/i2p/util/jbigi-windows-pentium4.dll' loaded from resource

Oct 16, 2005 1:36:12 PM (freenet.node.Main, main, NORMAL): loading
node keys: node
Oct 16, 2005 1:36:12 PM (freenet.node.Main, main, NORMAL): Read node file
Oct 16, 2005 1:36:12 PM (freenet.node.Main, main, NORMAL): starting filesystem
Oct 16, 2005 1:36:13 PM (freenet.node.Main, main, NORMAL): loading data store
Oct 16, 2005 1:36:13 PM (freenet.node.Main, main, NORMAL): loading routing table
Oct 16, 2005 1:36:13 PM (freenet.node.Main, main, NORMAL): From output: 49152.0
Oct 16, 2005 1:36:13 PM (freenet.node.Main, main, NORMAL): Setting
default initTransferRate to 49152.0
Oct 16, 2005 1:36:16 PM (freenet.node.Main, main, NORMAL): Created new NGRT
Oct 16, 2005 1:36:16 PM (freenet.node.Main, main, NORMAL): Loaded stats
Oct 16, 2005 1:36:16 PM (freenet.node.Main, main, NORMAL): loading
temp bucket factory
Oct 16, 2005 1:36:16 PM (freenet.node.Main, main, NORMAL): loaded temp
bucket factory
Oct 16, 2005 1:36:16 PM (freenet.node.Main, main, NORMAL): Loaded bucket factory
Oct 16, 2005 1:36:16 PM (freenet.node.Main, main, NORMAL): not seeding
routing table
Oct 16, 2005 1:36:17 PM (freenet.node.Main, main, NORMAL): starting node
Could not initialize network I/O system! Exiting
java.io.IOException: Unable to establish loopback connection
at sun.nio.ch.PipeImpl$Initializer.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at sun.nio.ch.PipeImpl.(Unknown Source)
at sun.nio.ch.SelectorProviderImpl.openPipe(Unknown Source)
at java.nio.channels.Pipe.open(Unknown Source)
at sun.nio.ch.WindowsSelectorImpl.(Unknown Source)
at sun.nio.ch.WindowsSelectorProvider.openSelector(Unknown Source)
at java.nio.channels.Selector.open(Unknown Source)
at 
freenet.transport.AbstractSelectorLoop.(AbstractSelectorLoop.java:163)
at 
freenet.transport.ThrottledSelectorLoop.(ThrottledSelectorLoop.java:77)
at freenet.transport.ReadSelectorLoop.(ReadSelectorLoop.java:108)
at 
freenet.transport.tcpConnection.startSelectorLoops(tcpConnection.java:152)
at freenet.node.Main.startNode(Main.java:1573)
at freenet.node.Main.spawnNode(Main.java:1060)
at freenet.node.Main.main(Main.java:908)
Caused by: java.net.ConnectException: Connection refused: connect
at sun.nio.ch.Net.connect(Native Method)
at sun.nio.ch.SocketChannelImpl.connect(Unknown Source
at java.nio.channels.SocketChannel.open(Unknown Source)
___
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]