Re: [freenet-support] Freenet on FreeBSD

2004-08-18 Thread evolution
Quoting S [EMAIL PROTECTED]:

 I have written a cronjob and some accompanying scripts, such that the
 cronjob runs once per minute, and ensures that Freenet is running, and
 if not, runs it, unless I had at some prior point manually run
 =2E/stop-freenet.sh, in which case the script realizes that I had
 intentionally stopped Freenet, and does not fire it up.

I'm not sure if it's right for the job, I only discovered it the other day, but
there's something called supervise in the daemontools package.  It can be
found here:

http://cr.yp.to/daemontools.html

It's in Gentoo's Portage, it's in ports, there's an RPM available.  'supervise'
will run a program and restart it if it exits, until you stop it.  I've not
tried it.

-todd

___
Support mailing list
[EMAIL PROTECTED]
http://news.gmane.org/gmane.network.freenet.support
Unsubscribe at http://dodo.freenetproject.org/cgi-bin/mailman/listinfo/support
Or mailto:[EMAIL PROTECTED]


[freenet-support] Freenet causing crashes...

2004-08-18 Thread Don Gregory
I just recently setup a node, and I'm trying to let it run for a while
to give it a chance to spread its tendrils so to speak.  I'm at the
point now where it's had maybe 4-5 hours to run over my 3Mb cable
connection and I'm STARTING to get a little responsiveness from the
network.

Problem is, I want to leave it running for several hours to fully
propagate itself, whatever, but it seems to be gobbling up a LOT of CPU
power.  Well, not the Freenet executable, but the java engine running
it.  That by itself wouldn't be a problem, but it seems to be making my
computer crash.  After leaving it running for 15 minutes or so, my
computer will spontaneously crash/shut-down.

I tried setting the CPU priority in the config tool to be below normal,
I tried setting the process priority in Task Manager to be below normal
for both the javaw.exe and freenet.exe processes, but it's still
devouring over 90% of my CPU on average, and it's still crashing my
system after 10-15 minutes.  This really sucks, because it was just
around NOW that things were starting to get interesting.

The system I'm running it on is:

Windows XP Pro, SP2
Athlon XP 1800+
768 RAM
3Mb cable internet connection
Windows Binary 5091 version of the Node
Sun Java 2 Runtime Environment, SE v1.4.2_04

Can anybody help explain what's going on here and how I might fix it?  I
just recently installed SP 2 for XP, and I know that has a 10-connection
limit for half-open TCPIP connections, and in the Freenet config
utility, it says 200 connections, so I was thinking maybe that might
have something to do with it.  I actually changed that bit of my Windows
configuration, as 10 is too low.  The TCPIP stack I'm running now allows
50 half-open connections.  That may still be too low, though, depending
on just how Freenet's using TCPIP.

So, is there anybody that knows anything about running a node on a SP2
version of WinXP Pro?  Also, any advice for configuring things for
optimum performance?  I really have no idea how the Freenet network
works under the hood, so I really don't have a clue how to tune things
properly.  Any good n00b resources available that I could look at?

Any help appreciated.  I love the Freenet concept, but it's still a
little tech-heavy for me to grasp at this stage.

Thanks much,
Don



___
Support mailing list
[EMAIL PROTECTED]
http://news.gmane.org/gmane.network.freenet.support
Unsubscribe at http://dodo.freenetproject.org/cgi-bin/mailman/listinfo/support
Or mailto:[EMAIL PROTECTED]


[freenet-support] Re: Freenet causing crashes...

2004-08-18 Thread Mika Hirvonen
Don Gregory writes:
I just recently setup a node, and I'm trying to let it run for a while
to give it a chance to spread its tendrils so to speak.  I'm at the
point now where it's had maybe 4-5 hours to run over my 3Mb cable
connection and I'm STARTING to get a little responsiveness from the
network.
Problem is, I want to leave it running for several hours to fully
propagate itself, whatever, but it seems to be gobbling up a LOT of CPU
power.  Well, not the Freenet executable, but the java engine running
The freenet.exe is just the system tray application, not Freenet itself.
it.  That by itself wouldn't be a problem, but it seems to be making my
computer crash.  After leaving it running for 15 minutes or so, my
computer will spontaneously crash/shut-down.
Sounds like that your CPU is overheating.
I tried setting the CPU priority in the config tool to be below normal,
I tried setting the process priority in Task Manager to be below normal
for both the javaw.exe and freenet.exe processes, but it's still
devouring over 90% of my CPU on average, and it's still crashing my
Programs with low priorities still can consume most of the CPU time, if 
there are no other CPU-intensive programs running.

Sun Java 2 Runtime Environment, SE v1.4.2_04
Try upgrading to 1.4.2_05
--
 Mika Hirvonen [EMAIL PROTECTED]
 http://nightwatch.mine.nu/
 Get Freenet from: http://cs181027153.pp.htv.fi:8891/J0~0J7ajDJE/
___
Support mailing list
[EMAIL PROTECTED]
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] Re: Freenet causing crashes...

2004-08-18 Thread Niklas Bergh


 -Original Message-
 From: [EMAIL PROTECTED] 
 [mailto:[EMAIL PROTECTED] On Behalf Of Mika Hirvonen
 Sent: den 18 augusti 2004 15:01
 To: [EMAIL PROTECTED]
 Subject: [freenet-support] Re: Freenet causing crashes...
 
 
 Don Gregory writes:
 
  I just recently setup a node, and I'm trying to let it run 
 for a while 
  to give it a chance to spread its tendrils so to speak.  I'm at the 
  point now where it's had maybe 4-5 hours to run over my 3Mb cable 
  connection and I'm STARTING to get a little responsiveness from the 
  network.
  
  Problem is, I want to leave it running for several hours to fully 
  propagate itself, whatever, but it seems to be gobbling up a LOT of 
  CPU power.  Well, not the Freenet executable, but the java engine 
  running
 
 The freenet.exe is just the system tray application, not 
 Freenet itself.
 
  it.  That by itself wouldn't be a problem, but it seems to 
 be making 
  my computer crash.  After leaving it running for 15 minutes 
 or so, my 
  computer will spontaneously crash/shut-down.
 
 Sounds like that your CPU is overheating.
 
  I tried setting the CPU priority in the config tool to be below 
  normal, I tried setting the process priority in Task Manager to be 
  below normal for both the javaw.exe and freenet.exe processes, but 
  it's still devouring over 90% of my CPU on average, and it's still 
  crashing my
 
 Programs with low priorities still can consume most of the 
 CPU time, if 
 there are no other CPU-intensive programs running.

Also try setting the JavaMem parameter in the FLaunch.ini file to
something like '192M' or '256M' instead of whatever it is set to right
now.

Cheers
/N

___
Support mailing list
[EMAIL PROTECTED]
http://news.gmane.org/gmane.network.freenet.support
Unsubscribe at http://dodo.freenetproject.org/cgi-bin/mailman/listinfo/support
Or mailto:[EMAIL PROTECTED]


[freenet-support] Freenet doesn't work

2004-08-18 Thread Nicola
Hello,
I've tried the latest freenet version,Stable build 5090, under Fedora Core 2 
x86_64 . Unfortunately it stops at the beginning. I'm pasting the relevant 
lines:

Sun java detected.
head: error while loading shared libraries: libc.so.6: cannot open shared 
object file: No such file or directory
sed: error while loading shared libraries: libc.so.6: cannot open shared 
object file: No such file or directory
grep: error while loading shared libraries: libc.so.6: cannot open shared 
object file: No such file or directory
grep: error while loading shared libraries: libc.so.6: cannot open shared 
object file: No such file or directory
grep: error while loading shared libraries: libc.so.6: cannot open shared 
object file: No such file or directory
Sun Java 1.4.2 detected.
Starting Freenet now: Command line: java -Xmx128m -XX:MaxDirectMemorySize=128m 
freenet.node.Main
nice: error while loading shared libraries: libc.so.6: cannot open shared 
object file: No such file or directory

Of course there is libc.so.6, both 32 and 64 bit version. And java works 
flawlessly, taken from Sun's site, x86 version (32 bit)
whereis java
java: /usr/bin/java /usr/share/java
java -version
java version 1.4.2_04
Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2_04-b05)
Java HotSpot(TM) Client VM (build 1.4.2_04-b05, mixed mode)

I have also used the update.sh command, to no avail.
Any ideas?

Thanks
Nicola
___
Support mailing list
[EMAIL PROTECTED]
http://news.gmane.org/gmane.network.freenet.support
Unsubscribe at http://dodo.freenetproject.org/cgi-bin/mailman/listinfo/support
Or mailto:[EMAIL PROTECTED]


[freenet-support] Have a transient node go through a permanent node

2004-08-18 Thread Shri Shrikumar
Hi,
I have a permanent freenet node running on a server and what I would 
like to do is have freenet run locally as well but transiently and go 
through the permanent node. Is this possible?

Shri
___
Support mailing list
[EMAIL PROTECTED]
http://news.gmane.org/gmane.network.freenet.support
Unsubscribe at http://dodo.freenetproject.org/cgi-bin/mailman/listinfo/support
Or mailto:[EMAIL PROTECTED]


[freenet-support] (no subject)

2004-08-18 Thread Wildcat.2001



Hi,
the freenet Deamon seems to work fine. but how can 
i get somethin to download??? I am not working as a node with no goods from that 
network. there is even no instruktion on your hompage how to install and so on. 

___
Support mailing list
[EMAIL PROTECTED]
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] Freenet causing crashes...

2004-08-18 Thread Don Gregory
Well, the heat thing is the obvious answer, but I don't think that's it.
My CPU temp never goes above 50 degrees celsius, which should be well
within acceptable tolerances.  Plus, I have my case open and a
FULL-SIZE, like cool your whole house sized, fan blowing right into the
case.  I used to have heat problems, but none since I put that fan in
there.

Just to be on the safe-side, I just underclocked my CPU on the MB a few
cycles, so we'll see if that helps stability.

And yeah, typically 15-20 minutes.  And when I say crash, I mean the
whole system powers down.  Goes to a black screen, my monitor shuts
down, etc...  I don't think it's the CPU usage doing it necessarily, cuz
I often run video-editing software set to high priority that runs it at
near 100% all day long without issue.  I just mention the CPU usage
because I wasn't sure if that was normal or not.

My uplink speed is only 256K.  (No premiere service available in my
neighborhood yet)

Memory in the Flaunch.ini was set to default.  I changed it to 256M,
so we'll see what happens.  I'll also upgrade my Java too.  Thought I
was already up to date there, but I guess not.

Thanks for all the suggestions, everyone.  I appreciate it.

Anybody else here have any trouble with Freenet running on XP SP2?  I
know SP2 is still a bit new to most people, and it's a HUGE
service pack, weighing in at over 260M, and it screws with hundreds of
system files, so I'd like to be able to rule that out definitively if
anybody here is using SP2 with Freenet without incident.  There have
been reports of it messing with other pieces of software, so I naturally
assumed this might be a likely suspect.


Don





 -Original Message-
 From: [EMAIL PROTECTED] 
 [mailto:[EMAIL PROTECTED] On Behalf Of Toad
 Sent: Wednesday, August 18, 2004 12:05 PM
 To: Don Gregory; [EMAIL PROTECTED]
 Subject: Re: [freenet-support] Freenet causing crashes...
 
 
 On Wed, Aug 18, 2004 at 08:36:21AM -0400, Don Gregory wrote:
  I just recently setup a node, and I'm trying to let it run 
 for a while 
  to give it a chance to spread its tendrils so to speak.  I'm at the 
  point now where it's had maybe 4-5 hours to run over my 3Mb cable 
  connection and I'm STARTING to get a little responsiveness from the 
  network.
  
  Problem is, I want to leave it running for several hours to fully 
  propagate itself, whatever, but it seems to be gobbling up a LOT of 
  CPU power.  Well, not the Freenet executable, but the java engine 
  running it.  That by itself wouldn't be a problem, but it 
 seems to be 
  making my computer crash.  After leaving it running for 15 
 minutes or 
  so, my computer will spontaneously crash/shut-down.
 
 Hmmm. Your computer has inadequate cooling, most likely. Not 
 our problem :). No obvious ideas for a workaround... except 
 perhaps enabling doCPULoad=true in the config file (you're on 
 linux, right? :)).
  
  I tried setting the CPU priority in the config tool to be below 
  normal, I tried setting the process priority in Task Manager to be 
  below normal
 
 Hmm, you're not on linux. That rules out that idea.
 
  for both the javaw.exe and freenet.exe processes, but it's still 
  devouring over 90% of my CPU on average, and it's still crashing my 
  system after 10-15 minutes.  This really sucks, because it was just 
  around NOW that things were starting to get interesting.
 
 15 minutes?! Your system's expected lifetime is pretty low if 
 it crashes in 15 minutes of 90% CPU usage. Are you sure you 
 don't have major issues with inadequate cooling?
  
  The system I'm running it on is:
  
  Windows XP Pro, SP2
  Athlon XP 1800+
  768 RAM
  3Mb cable internet connection
 
 The downlink doesn't matter much. The uplink is what matters. 
 3Mbps downlink, what's the uplink? 256kbps? 768kbps?
 
  Windows Binary 5091 version of the Node
  Sun Java 2 Runtime Environment, SE v1.4.2_04
  
  Can anybody help explain what's going on here and how I 
 might fix it?  
  I just recently installed SP 2 for XP, and I know that has a 
  10-connection limit for half-open TCPIP connections, and in the 
  Freenet config
 
 That doesn't cause major problems, according to other 
 reports. In any case it'll just queue them; it shouldn't 
 cause a crash.
 
 BTW, what exactly do you mean by crashing?
 
  utility, it says 200 connections, so I was thinking maybe 
 that might 
  have something to do with it.  I actually changed that bit of my 
  Windows configuration, as 10 is too low.  The TCPIP stack 
 I'm running 
  now allows 50 half-open connections.  That may still be too low, 
  though, depending on just how Freenet's using TCPIP.
 
 Freenet uses 200 OPEN conns, it only opens 50 or so at once - 
 so there will not generally be more than 50 half-open conns.
  
  So, is there anybody that knows anything about running a 
 node on a SP2 
  version of WinXP Pro?  Also, any advice for configuring things for 
  optimum performance?  I really have no idea how the Freenet network 

Re: [freenet-support] reseed

2004-08-18 Thread Toad
On Wed, Aug 18, 2004 at 06:10:11PM +, Robert Greenage wrote:
 Following a reformat of the HDD and a reinstallation of the OS I also had to 
 reinstall freenet. Subsequently I must reseed every time I turn the machine on and 
 start freenet (I don't have broadband) . This never happened prior to the OS 
 reinstall. Is there something I need to change in the Flaunch.ini? Also I used to 
 get overwhelmed with logs and now nothing logs?

Eh? What do you mean...? You must reseed? Why?
-- 
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
[EMAIL PROTECTED]
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] Freenet causing crashes...

2004-08-18 Thread Toad
On Wed, Aug 18, 2004 at 02:11:40PM -0400, Don Gregory wrote:
 Well, the heat thing is the obvious answer, but I don't think that's it.
 My CPU temp never goes above 50 degrees celsius, which should be well
 within acceptable tolerances.  Plus, I have my case open and a
 FULL-SIZE, like cool your whole house sized, fan blowing right into the
 case.  I used to have heat problems, but none since I put that fan in
 there.
 
 Just to be on the safe-side, I just underclocked my CPU on the MB a few
 cycles, so we'll see if that helps stability.
 
 And yeah, typically 15-20 minutes.  And when I say crash, I mean the
 whole system powers down.  Goes to a black screen, my monitor shuts
 down, etc...  

That is surely a heat problem.

 I don't think it's the CPU usage doing it necessarily, cuz
 I often run video-editing software set to high priority that runs it at
 near 100% all day long without issue.  I just mention the CPU usage
 because I wasn't sure if that was normal or not.

Well, it might cause different CPU usage patterns - use different parts
of the chip, higher overall temp.
 
 My uplink speed is only 256K.  (No premiere service available in my
 neighborhood yet)

:(
 
 Memory in the Flaunch.ini was set to default.  I changed it to 256M,
 so we'll see what happens.  I'll also upgrade my Java too.  Thought I
 was already up to date there, but I guess not.
 
 Thanks for all the suggestions, everyone.  I appreciate it.
 
 Anybody else here have any trouble with Freenet running on XP SP2?  I
 know SP2 is still a bit new to most people, and it's a HUGE
 service pack, weighing in at over 260M, and it screws with hundreds of
 system files, so I'd like to be able to rule that out definitively if
 anybody here is using SP2 with Freenet without incident.  There have
 been reports of it messing with other pieces of software, so I naturally
 assumed this might be a likely suspect.
-- 
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
[EMAIL PROTECTED]
http://news.gmane.org/gmane.network.freenet.support
Unsubscribe at http://dodo.freenetproject.org/cgi-bin/mailman/listinfo/support
Or mailto:[EMAIL PROTECTED]

[freenet-support] Problems with Freenet: from a windows perspective.

2004-08-18 Thread Michael DeLisle
	I recently installed a new node from scratch on a Windows XP SP2 box, 
and here are my observations.

	While there's lots of talk about SP2 limiting TCP connections, I 
haven't see any real issues with it.

	On the negative side, freenet-java-webinstall.exe is configured to 
install Sun JRE 1.4.1, when I believe it should install 1.4.2.

	After 5 hours of uptime I only have 72 open connections.  This was a 
problem I experienced on my linux based node too; either the 
seednodes.ref file is inadequate (weighing in at 26mB!) or Freenet 5091 
isn't aggressive enough about meeting maxNodeConnections.

	I would also like to point out that I'm currently only using ~50% of 
my upstream bandwidth, based on frequent observation of the General 
Information page.  Perhaps Freenet should be more apt to take 
advantage of newbie nodes?

	If there's any other information that would be of assistance, please 
let me know.

--mikeDOTd
___
Support mailing list
[EMAIL PROTECTED]
http://news.gmane.org/gmane.network.freenet.support
Unsubscribe at http://dodo.freenetproject.org/cgi-bin/mailman/listinfo/support
Or mailto:[EMAIL PROTECTED]