Re: [freenet-support] Fwd: NPE and log file size of 50 GiB

2010-03-21 Thread bbackde
Now I get the following in the log, looks like a bug?

Mrz 21, 2010 10:08:54:796 (freenet.client.async.SplitFileFetcher,
RequestSender for UID 8681707776366569955 on 4535(236), ERROR):
Multiple decompressors: 2 - this is almost certainly a bug
java.lang.Exception: debug
at 
freenet.client.async.SplitFileFetcher.init(SplitFileFetcher.java:148)
at 
freenet.client.async.SingleFileFetcher.handleMetadata(SingleFileFetcher.java:894)
at 
freenet.client.async.SingleFileFetcher.innerWrapHandleMetadata(SingleFileFetcher.java:969)
at 
freenet.client.async.SingleFileFetcher.onSuccess(SingleFileFetcher.java:245)
at 
freenet.client.async.BaseSingleFileFetcher.onGotKey(BaseSingleFileFetcher.java:227)
at 
freenet.client.async.SingleKeyListener.handleBlock(SingleKeyListener.java:55)
at 
freenet.client.async.ClientRequestSchedulerBase.tripPendingKey(ClientRequestSchedulerBase.java:355)
at 
freenet.client.async.ClientRequestScheduler.tripPendingKey(ClientRequestScheduler.java:915)
at freenet.node.Node.store(Node.java:4162)
at freenet.node.Node.storeShallow(Node.java:4115)
at freenet.node.RequestSender.verifyAndCommit(RequestSender.java:1024)
at freenet.node.RequestSender.realRun(RequestSender.java:826)
at freenet.node.RequestSender.run(RequestSender.java:193)
at 
freenet.support.PooledExecutor$MyThread.realRun(PooledExecutor.java:227)
at freenet.support.io.NativeThread.run(NativeThread.java:101)
Mrz 21, 2010 10:11:07:703 (freenet.client.async.SplitFileFetcher,
RequestSender for UID -5899428231352511480 on 4535(92), ERROR):
Multiple decompressors: 2 - this is almost certainly a bug
java.lang.Exception: debug
at 
freenet.client.async.SplitFileFetcher.init(SplitFileFetcher.java:148)
at 
freenet.client.async.SingleFileFetcher.handleMetadata(SingleFileFetcher.java:894)
at 
freenet.client.async.SingleFileFetcher.innerWrapHandleMetadata(SingleFileFetcher.java:969)
at 
freenet.client.async.SingleFileFetcher.onSuccess(SingleFileFetcher.java:245)
at 
freenet.client.async.BaseSingleFileFetcher.onGotKey(BaseSingleFileFetcher.java:227)
at 
freenet.client.async.SingleKeyListener.handleBlock(SingleKeyListener.java:55)
at 
freenet.client.async.ClientRequestSchedulerBase.tripPendingKey(ClientRequestSchedulerBase.java:355)
at 
freenet.client.async.ClientRequestScheduler.tripPendingKey(ClientRequestScheduler.java:915)
at freenet.node.Node.store(Node.java:4162)
at freenet.node.Node.storeShallow(Node.java:4115)
at freenet.node.RequestSender.verifyAndCommit(RequestSender.java:1024)
at freenet.node.RequestSender.realRun(RequestSender.java:826)
at freenet.node.RequestSender.run(RequestSender.java:193)
at 
freenet.support.PooledExecutor$MyThread.realRun(PooledExecutor.java:227)
at freenet.support.io.NativeThread.run(NativeThread.java:101)


On Sat, Mar 20, 2010 at 02:15, Dennis Nezic denn...@dennisn.dyndns.org wrote:
 On Fri, 19 Mar 2010 18:58:47 -0400, test...@codingninjas.org wrote:
 I would try this:

 Enable panic button.
 Downloading two files so there is at least two files downloading at
 once (i think panic button only shows if this is the case).
 Click panic button.
 Click yes.

 it deletes your downloads and history and cache and basically resets
 your nodw, BUT, it keeps all your settings, statistics, and datastore.

 it might clean up whatever corrupt state your node is in.

 OR we can try to stop it from getting into this corrupt state in the
 first place :P





  I see that my error report was just ignored, maybe the problem is
  not critical (at least for others ^^).
 
  My new feedback: with the latest official version the node still
  goes into a 100% loop on my dual core CPU.
  But no more log entries are written. The node seem to work normally,
  the web interface works.
 
  I have no uploads or downloads enqueued and no FCP app is running
  at all.
 
  Freetalk and WoT plugins refuse to load now for some reason, so they
  also do not run.
 
 
  -- Forwarded message --
  From:  bbac...@googlemail.com
  Date: Sat, Feb 27, 2010 at 09:44
  Subject: Fwd: NPE and log file size of 50 GiB
  To: support@freenetproject.org
 
 
  No one can help me?
 
  Had a look into the code, and it fails here:
 
                                         synchronized (FECQueue.this)
  { job =
  getFECJobBlockingNoDBAccess();
                                                 job.running = true;
                                         }
 
  getFECJobBlockingNoDBAccess() could returns null. Isn't this
  handled here?
 
  Please help me, I canot run my node because of this :(
 
 
 
  -- Forwarded message --
  From:  bbac...@googlemail.com
  Date: Fri, Feb 26, 2010 at 06:41
  Subject: NPE and log file size of 50 GiB
  To: support@freenetproject.org
 
 
  This morning I found my node in a 

[freenet-support] Fwd: NPE and log file size of 50 GiB

2010-03-19 Thread bbackde
I see that my error report was just ignored, maybe the problem is not
critical (at least for others ^^).

My new feedback: with the latest official version the node still goes
into a 100% loop on my dual core CPU.
But no more log entries are written. The node seem to work normally,
the web interface works.

I have no uploads or downloads enqueued and no FCP app is running at all.

Freetalk and WoT plugins refuse to load now for some reason, so they
also do not run.


-- Forwarded message --
From:  bbac...@googlemail.com
Date: Sat, Feb 27, 2010 at 09:44
Subject: Fwd: NPE and log file size of 50 GiB
To: support@freenetproject.org


No one can help me?

Had a look into the code, and it fails here:

                                       synchronized (FECQueue.this) {
                                               job =
getFECJobBlockingNoDBAccess();
                                               job.running = true;
                                       }

getFECJobBlockingNoDBAccess() could returns null. Isn't this handled here?

Please help me, I canot run my node because of this :(



-- Forwarded message --
From:  bbac...@googlemail.com
Date: Fri, Feb 26, 2010 at 06:41
Subject: NPE and log file size of 50 GiB
To: support@freenetproject.org


This morning I found my node in a pitiful status. It was looping with
100% cpu (dual core).

The hard disk was full, no space left. Guess who eat up the space?
Now, look at this, and check the file sizes:

26.02.2010  05:40        95.944.236 freenet-1240-2010-02-26-05-00.log.gz
26.02.2010  05:40    19.405.026.616 freenet-latest.log
26.02.2010  05:00    30.861.309.599 freenet-previous.log
              3 File(s) 50.362.280.451 bytes

Of course I had a look into the files before I deleted them, as far as
I can see the only
messages that filled the log were:

Feb 26, 2010 03:00:00:437 (freenet.client.FECQueue$2, FEC Pool 0(1),
ERROR): Caught: java.lang.NullPointerException
java.lang.NullPointerException
       at freenet.client.FECQueue$2.run(FECQueue.java:204)
       at 
freenet.support.PooledExecutor$MyThread.realRun(PooledExecutor.java:227)
       at freenet.support.io.NativeThread.run(NativeThread.java:101)
Feb 26, 2010 03:00:00:437 (freenet.client.FECQueue$2, FEC Pool 1(2),
ERROR): Caught: java.lang.NullPointerException
java.lang.NullPointerException
       at freenet.client.FECQueue$2.run(FECQueue.java:204)
       at 
freenet.support.PooledExecutor$MyThread.realRun(PooledExecutor.java:227)
       at freenet.support.io.NativeThread.run(NativeThread.java:101)

and so on 

One other line at top of one log:

GRRR: ERROR: Logging too fast, chopped 1312 entries, 4718400 bytes in memory

--
__
GnuPG key:   (0x48DBFA8A)
Keyserver:   pgpkeys.pca.dfn.de
Fingerprint:
477D F057 1BD4 1AE7 8A54 8679 6690 E2EC 48DB FA8A
__



--
__
GnuPG key:   (0x48DBFA8A)
Keyserver:   pgpkeys.pca.dfn.de
Fingerprint:
477D F057 1BD4 1AE7 8A54 8679 6690 E2EC 48DB FA8A
__



-- 
__
GnuPG key:   (0x48DBFA8A)
Keyserver:   pgpkeys.pca.dfn.de
Fingerprint:
477D F057 1BD4 1AE7 8A54 8679 6690 E2EC 48DB FA8A
__
___
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] Fwd: NPE and log file size of 50 GiB

2010-02-27 Thread bbackde
No one can help me?

Had a look into the code, and it fails here:

synchronized (FECQueue.this) {
job = 
getFECJobBlockingNoDBAccess();
job.running = true;
}

getFECJobBlockingNoDBAccess() could returns null. Isn't this handled here?

Please help me, I canot run my node because of this :(



-- Forwarded message --
From:  bbac...@googlemail.com
Date: Fri, Feb 26, 2010 at 06:41
Subject: NPE and log file size of 50 GiB
To: support@freenetproject.org


This morning I found my node in a pitiful status. It was looping with
100% cpu (dual core).

The hard disk was full, no space left. Guess who eat up the space?
Now, look at this, and check the file sizes:

26.02.2010  05:40        95.944.236 freenet-1240-2010-02-26-05-00.log.gz
26.02.2010  05:40    19.405.026.616 freenet-latest.log
26.02.2010  05:00    30.861.309.599 freenet-previous.log
              3 File(s) 50.362.280.451 bytes

Of course I had a look into the files before I deleted them, as far as
I can see the only
messages that filled the log were:

Feb 26, 2010 03:00:00:437 (freenet.client.FECQueue$2, FEC Pool 0(1),
ERROR): Caught: java.lang.NullPointerException
java.lang.NullPointerException
       at freenet.client.FECQueue$2.run(FECQueue.java:204)
       at 
freenet.support.PooledExecutor$MyThread.realRun(PooledExecutor.java:227)
       at freenet.support.io.NativeThread.run(NativeThread.java:101)
Feb 26, 2010 03:00:00:437 (freenet.client.FECQueue$2, FEC Pool 1(2),
ERROR): Caught: java.lang.NullPointerException
java.lang.NullPointerException
       at freenet.client.FECQueue$2.run(FECQueue.java:204)
       at 
freenet.support.PooledExecutor$MyThread.realRun(PooledExecutor.java:227)
       at freenet.support.io.NativeThread.run(NativeThread.java:101)

and so on 

One other line at top of one log:

GRRR: ERROR: Logging too fast, chopped 1312 entries, 4718400 bytes in memory

--
__
GnuPG key:   (0x48DBFA8A)
Keyserver:   pgpkeys.pca.dfn.de
Fingerprint:
477D F057 1BD4 1AE7 8A54 8679 6690 E2EC 48DB FA8A
__



-- 
__
GnuPG key:   (0x48DBFA8A)
Keyserver:   pgpkeys.pca.dfn.de
Fingerprint:
477D F057 1BD4 1AE7 8A54 8679 6690 E2EC 48DB FA8A
__
___
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] NPE and log file size of 50 GiB

2010-02-25 Thread bbackde
This morning I found my node in a pitiful status. It was looping with
100% cpu (dual core).

The hard disk was full, no space left. Guess who eat up the space?
Now, look at this, and check the file sizes:

26.02.2010  05:4095.944.236 freenet-1240-2010-02-26-05-00.log.gz
26.02.2010  05:4019.405.026.616 freenet-latest.log
26.02.2010  05:0030.861.309.599 freenet-previous.log
   3 File(s) 50.362.280.451 bytes

Of course I had a look into the files before I deleted them, as far as
I can see the only
messages that filled the log were:

Feb 26, 2010 03:00:00:437 (freenet.client.FECQueue$2, FEC Pool 0(1),
ERROR): Caught: java.lang.NullPointerException
java.lang.NullPointerException
at freenet.client.FECQueue$2.run(FECQueue.java:204)
at 
freenet.support.PooledExecutor$MyThread.realRun(PooledExecutor.java:227)
at freenet.support.io.NativeThread.run(NativeThread.java:101)
Feb 26, 2010 03:00:00:437 (freenet.client.FECQueue$2, FEC Pool 1(2),
ERROR): Caught: java.lang.NullPointerException
java.lang.NullPointerException
at freenet.client.FECQueue$2.run(FECQueue.java:204)
at 
freenet.support.PooledExecutor$MyThread.realRun(PooledExecutor.java:227)
at freenet.support.io.NativeThread.run(NativeThread.java:101)

and so on 

One other line at top of one log:

GRRR: ERROR: Logging too fast, chopped 1312 entries, 4718400 bytes in memory

-- 
__
GnuPG key:   (0x48DBFA8A)
Keyserver:   pgpkeys.pca.dfn.de
Fingerprint:
477D F057 1BD4 1AE7 8A54 8679 6690 E2EC 48DB FA8A
__
___
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] Freenet reconnection issues

2010-02-06 Thread bbackde
Your link to update.cmd does not work:

--17:09:18--  https://checksums.freenetproject.org/update.cmd
   = `update.cmd'
Resolving checksums.freenetproject.org... 80.68.94.253
Connecting to checksums.freenetproject.org[80.68.94.253]:443... connected.
HTTP request sent, awaiting response... 403 Forbidden
17:09:19 ERROR 403: Forbidden.


On Sat, Feb 6, 2010 at 15:54, Matthew Toseland
t...@amphibian.dyndns.org wrote:
 There was a bug freenet does not reconnect properly: When a Freenet node is 
 hibernated or its IP address changes, it would take *ages* to reconnect, it 
 would not start announcing straight away or it would take hours to get back 
 up to a reasonable number of connections. I think that 1241-pre1 may have 
 fixed this, so if you have this bug, please test 1241-pre1. Thanks.

 You can get this by means of update.sh testing (linux/mac) or update.cmd 
 testing (windows). You might need to update the scripts manually from 
 https://checksums.freenetproject.org/update.sh (or update.cmd) if they 
 haven't been used for some time and give an error message.

 Alternatively, use the jar I posted to freenet (this should replace your 
 freenet.jar):
 http://127.0.0.1:/CHK%40Y7OIgh0uxo04Uf2pjN4Ni2dfctOlb-YN5yWlud2VspU,TWXc1Yc%7EjDMWToabe2tbaZU-i6pAuFyY8ESkwGFfuaI,AAIC--8/freenet-cvs-snapshot.jar

 ___
 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




-- 
__
GnuPG key:   (0x48DBFA8A)
Keyserver:   pgpkeys.pca.dfn.de
Fingerprint:
477D F057 1BD4 1AE7 8A54 8679 6690 E2EC 48DB FA8A
__
___
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] Fwd: WoT mailman password?

2010-02-04 Thread bbackde
Guys, is none interested in helping me with this password problem?

Whoever migrated the list to
http://osprey.vm.bytemark.co.uk/cgi-bin/mailman/admindb/wot
do something NOW! Who is the guilty? Did he left silently?


On Wed, Feb 3, 2010 at 20:19,  bbac...@googlemail.com wrote:
 Unfortunately there is no such option on the mailman pages, would have
 tried that :)
 No idea who can maintain the WoT list settings.  Via the admin
 interface I was not
 able to set a different mailing list owner, so I assume someone else
 can change the settings.
 The same one who can create new lists there?

 On Wed, Feb 3, 2010 at 17:15, Evan Daniel eva...@gmail.com wrote:
 The wiki move screwed up passwords; we had to reset via the forgot
 password mechanism.  Could it be a similar problem here?  Have you
 tried that?

 Evan Daniel

 On Wed, Feb 3, 2010 at 3:42 AM,  bbac...@googlemail.com wrote:
 No ideas? Is the WoT list unusable now? Should we create a new one 
 elsewhere?


 -- Forwarded message --
 From:  bbac...@googlemail.com
 Date: Sun, Jan 31, 2010 at 09:11
 Subject: WoT mailman password?
 To: support@freenetproject.org


 I am the admin of the WoT mailing list. It seems that the list was
 migrated to a new
 server, and now my valid password is no longer accepted. I didn't
 change this password.

 What went wrong here? What should I do?

 --
 __
 GnuPG key:   (0x48DBFA8A)
 Keyserver:   pgpkeys.pca.dfn.de
 Fingerprint:
 477D F057 1BD4 1AE7 8A54 8679 6690 E2EC 48DB FA8A
 __



 --
 __
 GnuPG key:   (0x48DBFA8A)
 Keyserver:   pgpkeys.pca.dfn.de
 Fingerprint:
 477D F057 1BD4 1AE7 8A54 8679 6690 E2EC 48DB FA8A
 __
 ___
 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




 --
 __
 GnuPG key:   (0x48DBFA8A)
 Keyserver:   pgpkeys.pca.dfn.de
 Fingerprint:
 477D F057 1BD4 1AE7 8A54 8679 6690 E2EC 48DB FA8A
 __




-- 
__
GnuPG key:   (0x48DBFA8A)
Keyserver:   pgpkeys.pca.dfn.de
Fingerprint:
477D F057 1BD4 1AE7 8A54 8679 6690 E2EC 48DB FA8A
__
___
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] Fwd: WoT mailman password?

2010-02-03 Thread bbackde
No ideas? Is the WoT list unusable now? Should we create a new one elsewhere?


-- Forwarded message --
From:  bbac...@googlemail.com
Date: Sun, Jan 31, 2010 at 09:11
Subject: WoT mailman password?
To: support@freenetproject.org


I am the admin of the WoT mailing list. It seems that the list was
migrated to a new
server, and now my valid password is no longer accepted. I didn't
change this password.

What went wrong here? What should I do?

--
__
GnuPG key:   (0x48DBFA8A)
Keyserver:   pgpkeys.pca.dfn.de
Fingerprint:
477D F057 1BD4 1AE7 8A54 8679 6690 E2EC 48DB FA8A
__



-- 
__
GnuPG key:   (0x48DBFA8A)
Keyserver:   pgpkeys.pca.dfn.de
Fingerprint:
477D F057 1BD4 1AE7 8A54 8679 6690 E2EC 48DB FA8A
__
___
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] Fwd: WoT mailman password?

2010-02-03 Thread bbackde
Unfortunately there is no such option on the mailman pages, would have
tried that :)
No idea who can maintain the WoT list settings.  Via the admin
interface I was not
able to set a different mailing list owner, so I assume someone else
can change the settings.
The same one who can create new lists there?

On Wed, Feb 3, 2010 at 17:15, Evan Daniel eva...@gmail.com wrote:
 The wiki move screwed up passwords; we had to reset via the forgot
 password mechanism.  Could it be a similar problem here?  Have you
 tried that?

 Evan Daniel

 On Wed, Feb 3, 2010 at 3:42 AM,  bbac...@googlemail.com wrote:
 No ideas? Is the WoT list unusable now? Should we create a new one elsewhere?


 -- Forwarded message --
 From:  bbac...@googlemail.com
 Date: Sun, Jan 31, 2010 at 09:11
 Subject: WoT mailman password?
 To: support@freenetproject.org


 I am the admin of the WoT mailing list. It seems that the list was
 migrated to a new
 server, and now my valid password is no longer accepted. I didn't
 change this password.

 What went wrong here? What should I do?

 --
 __
 GnuPG key:   (0x48DBFA8A)
 Keyserver:   pgpkeys.pca.dfn.de
 Fingerprint:
 477D F057 1BD4 1AE7 8A54 8679 6690 E2EC 48DB FA8A
 __



 --
 __
 GnuPG key:   (0x48DBFA8A)
 Keyserver:   pgpkeys.pca.dfn.de
 Fingerprint:
 477D F057 1BD4 1AE7 8A54 8679 6690 E2EC 48DB FA8A
 __
 ___
 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




-- 
__
GnuPG key:   (0x48DBFA8A)
Keyserver:   pgpkeys.pca.dfn.de
Fingerprint:
477D F057 1BD4 1AE7 8A54 8679 6690 E2EC 48DB FA8A
__
___
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] WoT mailman password?

2010-01-31 Thread bbackde
I am the admin of the WoT mailing list. It seems that the list was
migrated to a new
server, and now my valid password is no longer accepted. I didn't
change this password.

What went wrong here? What should I do?

-- 
__
GnuPG key:   (0x48DBFA8A)
Keyserver:   pgpkeys.pca.dfn.de
Fingerprint:
477D F057 1BD4 1AE7 8A54 8679 6690 E2EC 48DB FA8A
__
___
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] HeadlessGraphicsEnvironment ??

2010-01-06 Thread bbackde
Hello,

every now and then I get the following exception on my freenet
console. It seems as if the AWT thread is started
for some reason, but I see no indication who started it. Beside this
exception output I see no problem, the node
continues to run normally.

jvm 1| Exception in thread AWT-EventQueue-0 java.lang.ClassCastException:
sun.java2d.HeadlessGraphicsEnvironment cannot be cast to sun.awt.Win32GraphicsEn
vironment
jvm 1|  at sun.awt.windows.WToolkit$4.run(Unknown Source)
jvm 1|  at java.awt.event.InvocationEvent.dispatch(Unknown Source)
jvm 1|  at java.awt.EventQueue.dispatchEvent(Unknown Source)
jvm 1|  at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown S
ource)
jvm 1|  at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Sour
ce)
jvm 1|  at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown S
ource)
jvm 1|  at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
jvm 1|  at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
jvm 1|  at java.awt.EventDispatchThread.run(Unknown Source)

jvm 1| Exception in thread AWT-EventQueue-0 java.lang.ClassCastException:
sun.java2d.HeadlessGraphicsEnvironment cannot be cast to sun.awt.Win32GraphicsEn
vironment
jvm 1|  at sun.awt.windows.WToolkit$4.run(Unknown Source)
jvm 1|  at java.awt.event.InvocationEvent.dispatch(Unknown Source)
jvm 1|  at java.awt.EventQueue.dispatchEvent(Unknown Source)
jvm 1|  at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown S
ource)
jvm 1|  at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Sour
ce)
jvm 1|  at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown S
ource)
jvm 1|  at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
jvm 1|  at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
jvm 1|  at java.awt.EventDispatchThread.run(Unknown Source)


-- 
__
GnuPG key:   (0x48DBFA8A)
Keyserver:   pgpkeys.pca.dfn.de
Fingerprint:
477D F057 1BD4 1AE7 8A54 8679 6690 E2EC 48DB FA8A
__
___
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] Progress bar fail

2009-12-05 Thread bbackde
The progress bar goes crazy. I was downloading a file. The % value
does not match the bar,
the bar is wrong, the value is correct. See attached screenshot.

-- 
__
GnuPG key:   (0x48DBFA8A)
Keyserver:   pgpkeys.pca.dfn.de
Fingerprint:
477D F057 1BD4 1AE7 8A54 8679 6690 E2EC 48DB FA8A
__
attachment: progress-fail.png___
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] Strange behavior of the MIME type detection

2009-10-27 Thread bbackde
As far as I know the node uses the file extension to guess the file type.
You said you compressed into many rar files, what are the file extensions?

Is it possible that the node guesses .rar files correctly, but fails
with .r00, .r01, ... ?
This would explain what you see...


On Tue, Oct 27, 2009 at 11:11, henri godron enjoy...@gmail.com wrote:
 Hi everyone,

 I splitted a file into many .rar files and there is something strange in the
 mime type decetion when inserting the files in my node.
 Most of them are being re-compressed (because their mime type is not
 detected as being a compressed file) and some others are being recognized
 correctly as rar file types.

 I guess this is a known behavior and i suppose the node is trying to guess
 the mime type not by using the extension but by opening the file and trying
 to 'understand' ?

 Maybe it's a bug, I don't know, so I'm still posting this here.. Who knows !
 I tried to have a look at the code but I have no time right now..

 Cya

 --
 
 Henri Godron
 Utilisez Freenet : http://freenetproject.org
 Utilisez TOR : http://www.torproject.org/index.html.fr



 ___
 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




-- 
__
GnuPG key:   (0x48DBFA8A)
Keyserver:   pgpkeys.pca.dfn.de
Fingerprint:
477D F057 1BD4 1AE7 8A54 8679 6690 E2EC 48DB FA8A
__
___
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] ClassCastException

2009-08-29 Thread bbackde
Don't know if this is a normal and expected exception, but
ClassCastException is usually something unexpected :)
(using Freenet 0.7.5 Build #1232 build01232 ; Freenet-ext Build #26 r23771)

Aug 29, 2009 13:26:30:796 (freenet.node.NodeClientCore$DBJobWrapper,
Client database access thread(11), ERROR): Failed to run database job
freenet.client.async.clientrequestschedule...@5660d6(fillRequestStarterQueue)
: caught java.lang.ClassCastException:
freenet.client.async.OfferedKeysList cannot be cast to
freenet.node.SendableInsert
java.lang.ClassCastException: freenet.client.async.OfferedKeysList
cannot be cast to freenet.node.SendableInsert
at 
freenet.client.async.PersistentChosenRequest.init(PersistentChosenRequest.java:67)
at 
freenet.client.async.ClientRequestScheduler.addToStarterQueue(ClientRequestScheduler.java:565)
at 
freenet.client.async.ClientRequestScheduler.fillRequestStarterQueue(ClientRequestScheduler.java:711)
at 
freenet.client.async.ClientRequestScheduler.access$100(ClientRequestScheduler.java:45)
at 
freenet.client.async.ClientRequestScheduler$3.run(ClientRequestScheduler.java:620)
at 
freenet.node.NodeClientCore$DBJobWrapper.run(NodeClientCore.java:1635)
at 
freenet.support.PrioritizedSerialExecutor$Runner.run(PrioritizedSerialExecutor.java:84)
at freenet.support.PooledExecutor$MyThread.run(PooledExecutor.java:228)


-- 
__
GnuPG key:   (0x48DBFA8A)
Keyserver:   pgpkeys.pca.dfn.de
Fingerprint:
477D F057 1BD4 1AE7 8A54 8679 6690 E2EC 48DB FA8A
__
___
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] out of heap space

2009-08-29 Thread bbackde
Usually I configure the node to use 512MB of ram. But often after I
ran an update the wrapper.conf
is reset and the memory limit is 128MB again. With this limit my node
fails regularly after running
some hours, it gets an out of heap space exception and dies.
Does this happen only for me? I don't run many transfers. Maybe the
default limit should be set to
a higher value, or the node should consume lesser memory ;)

-- 
__
GnuPG key:   (0x48DBFA8A)
Keyserver:   pgpkeys.pca.dfn.de
Fingerprint:
477D F057 1BD4 1AE7 8A54 8679 6690 E2EC 48DB FA8A
__
___
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] How to increase the store?

2009-06-16 Thread bbackde
I wanted to increase my datastore from 90 to 100GiB. Changed the setting,
and set 'preallocate datastore' to false (also tried with true, same result).
Shortly after restart the node starts to access each single key:

INFO   | jvm 1| 2009/06/15 07:10:23 | PUBKEY-cache cleaner in
progress: 1376135/1380999
INFO   | jvm 1| 2009/06/15 07:12:00 | CHK-cache cleaner in
progress: 0/1380999


The CHK process ran for more than 14 hours, and then it didn't even
reach 30% progress.
I had to stop the migration. I set the node size back to 90GiB, and
now my cache utilization is
at 5,5% (before it was 99%). So most of the data is gone. But however,
how can I increase
the store without the never-ending migration?

FYI: I run freenet on a laptop, the store is on an external USB hard disk.

-- 
__
GnuPG key:   (0x48DBFA8A)
Keyserver:   pgpkeys.pca.dfn.de
Fingerprint:
477D F057 1BD4 1AE7 8A54 8679 6690 E2EC 48DB FA8A
__
___
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] Fwd: How to increase the store?

2009-06-16 Thread bbackde
Now, after the reset to 90GiB, the node starts again with the migration:

INFO | jvm 1 | 2009/06/16 20:00:37 | CHK-cache cleaner in progress: 0/1534443

Had to stop it. When there is no solution I have to delete the store
and start a new one?


-- Forwarded message --
From:  bbac...@googlemail.com
Date: Tue, Jun 16, 2009 at 19:43
Subject: How to increase the store?
To: support@freenetproject.org


I wanted to increase my datastore from 90 to 100GiB. Changed the setting,
and set 'preallocate datastore' to false (also tried with true, same result).
Shortly after restart the node starts to access each single key:

INFO   | jvm 1    | 2009/06/15 07:10:23 | PUBKEY-cache cleaner in
progress: 1376135/1380999
INFO   | jvm 1    | 2009/06/15 07:12:00 | CHK-cache cleaner in
progress: 0/1380999


The CHK process ran for more than 14 hours, and then it didn't even
reach 30% progress.
I had to stop the migration. I set the node size back to 90GiB, and
now my cache utilization is
at 5,5% (before it was 99%). So most of the data is gone. But however,
how can I increase
the store without the never-ending migration?

FYI: I run freenet on a laptop, the store is on an external USB hard disk.

--
__
GnuPG key:   (0x48DBFA8A)
Keyserver:   pgpkeys.pca.dfn.de
Fingerprint:
477D F057 1BD4 1AE7 8A54 8679 6690 E2EC 48DB FA8A
__



-- 
__
GnuPG key:   (0x48DBFA8A)
Keyserver:   pgpkeys.pca.dfn.de
Fingerprint:
477D F057 1BD4 1AE7 8A54 8679 6690 E2EC 48DB FA8A
__
___
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] Failed uploads with 1212

2009-06-02 Thread bbackde
Confirmed.

On Tue, Jun 2, 2009 at 16:01, Matthew Toseland
t...@amphibian.dyndns.org wrote:
 On Monday 01 June 2009 10:12:52 bbac...@googlemail.com wrote:
 It started with 1212. Nearly all of my uploads fail with 'Internal
 error' or 'Some blocks ran out of retries'.
 File size is from 7 to 23 MB. Does this happen only for me?

 Uploads should be fixed with 1214. Please confirm.




-- 
__
GnuPG key:   (0x48DBFA8A)
Keyserver:   pgpkeys.pca.dfn.de
Fingerprint:
477D F057 1BD4 1AE7 8A54 8679 6690 E2EC 48DB FA8A
__
___
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] Failed uploads with 1212

2009-06-01 Thread bbackde
It started with 1212. Nearly all of my uploads fail with 'Internal
error' or 'Some blocks ran out of retries'.
File size is from 7 to 23 MB. Does this happen only for me?

-- 
__
GnuPG key:   (0x48DBFA8A)
Keyserver:   pgpkeys.pca.dfn.de
Fingerprint:
477D F057 1BD4 1AE7 8A54 8679 6690 E2EC 48DB FA8A
__
___
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] Failed uploads with 1212

2009-06-01 Thread bbackde
2x23 MB and 1x7MB. In global queue, persistent uploads. MaxRetries=-1 for all.
1x23MB and 1x7MB have internal error. 1x23MB has 'Some blocks ran out
of retries'.

On Mon, Jun 1, 2009 at 12:17, Matthew Toseland
t...@amphibian.dyndns.org wrote:
 On Monday 01 June 2009 10:12:52 bbac...@googlemail.com wrote:
 It started with 1212. Nearly all of my uploads fail with 'Internal
 error' or 'Some blocks ran out of retries'.
 File size is from 7 to 23 MB. Does this happen only for me?

 Are these persistent/global uploads or not? Ran out of retries should never 
 happen if MaxRetries=-1 is set...

 ___
 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




-- 
__
GnuPG key:   (0x48DBFA8A)
Keyserver:   pgpkeys.pca.dfn.de
Fingerprint:
477D F057 1BD4 1AE7 8A54 8679 6690 E2EC 48DB FA8A
__
___
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] Please answer a quick survey on Freenet

2009-05-06 Thread bbackde
On Wed, May 6, 2009 at 14:54, Matthew Toseland
t...@amphibian.dyndns.org wrote:
 What OS do you use for Freenet?

WinXP


 What is your current datastore size set to?

100 GB


 What is your output bandwidth limit set to?

32 kb/s


 What actual bandwidth usage do you typically get?

34 kb/s
___
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] New Frost version

2009-03-25 Thread bbackde
There is a new Frost version containing important bugfixes available
on http://jtcfrost.sourceforge.net or on the Frost freesite.

When Freenet still ships Frost, Frost should be updated.

-- 
__
GnuPG key:   (0x48DBFA8A)
Keyserver:   pgpkeys.pca.dfn.de
Fingerprint:
477D F057 1BD4 1AE7 8A54 8679 6690 E2EC 48DB FA8A
__
___
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] frost.

2009-02-21 Thread bbackde
Download a copy at http://jtcfrost.sourceforge.net/

Thats it.

On Sat, Feb 21, 2009 at 18:09, robert fallis robert.fal...@virgin.net wrote:
 I've been trying for the 2hrs to get a copy of Frost, I'm running Ubuntu
 8.04 can any one tell me what to do? please

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




-- 
__
GnuPG key:   (0x48DBFA8A)
Keyserver:   pgpkeys.pca.dfn.de
Fingerprint:
477D F057 1BD4 1AE7 8A54 8679 6690 E2EC 48DB FA8A
__
___
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] Freenet 0.7 build 1194

2008-12-24 Thread bbackde
I still get this:

* Probably a bug: please report: 2 peers forcibly disconnected due
to not acknowledging packets.
* Probably a bug: please report: 1 peers forcibly disconnected due
to not acknowledging packets.

with

* Freenet 0.7 Build #1194 r24387
* Freenet-ext Build #26 r23771

after this

   nodeUptime: 1d21h


Merry Christmas


On Wed, Dec 24, 2008 at 17:13, SmallSister development
smallsis...@xs4all.nl wrote:
 Matthew Toseland wrote:
 Freenet 0.7 build 1194 is now available. Please upgrade, this will be
 mandatory on Friday. Some fairly substantial changes:

 It looks like the infamous # peers forcibly disconnected bug is gone
 in this release, thanks and congratulations! (I see far less package
 handling related messages in the logfiles.)

 While I'm at it: Merry Christmas and a Happy New Year!

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




-- 
__
GnuPG key:   (0x48DBFA8A)
Keyserver:   pgpkeys.pca.dfn.de
Fingerprint:
477D F057 1BD4 1AE7 8A54 8679 6690 E2EC 48DB FA8A
__
___
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] Nodes html pages need ages to load

2008-11-25 Thread bbackde
Starting with (I think) 1178, the node html pages often need ages to
finish loading.
Especially true for the home page, this also happens for the
Friends,strangers,download pages.
This happens much more often than it does not happen. This morning I
was not able to
load any html page from the menu, and I needed to ctrl-c the freenet
process in the console.
The shutdown did not hang, so the problem were only the html pages.
During this 'hang' the CPU consumption is nearly 0%, and there were no
errors in my logs.

Can anyone confirm this behaviour?

Before 1178 I was able to click through the menu very fast, the pages
loaded almost immediately.

Rgds, bback.

-- 
__
GnuPG key:   (0x48DBFA8A)
Keyserver:   pgpkeys.pca.dfn.de
Fingerprint:
477D F057 1BD4 1AE7 8A54 8679 6690 E2EC 48DB FA8A
__
___
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] Sorry to have to report bad bug in 1180

2008-11-23 Thread bbackde
How to manually update, could you please describe what to do?

On Sun, Nov 23, 2008 at 03:54, Juiceman [EMAIL PROTECTED] wrote:
 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA1



 On Sat, Nov 22, 2008 at 7:08 PM, Dennis Nezic  wrote:
 On Sat, 22 Nov 2008 16:54:58 +0100, guido
 wrote:

 Am Mittwoch, 19. November 2008 05:32:18 schrieb Dennis Nezic:
WARNING - The Wrapper jar file currently in use is version
3.3.1
   while the version of the Wrapper which launched this JVM is
   3.2.3.
 
  That looks strange.

 I have got that exact same warning in my logs as well. It has been
 like this for quite some time.

 Well, first of all, all of freenet's dependencies, including this
 wrapper utility, are bundled conveniently in freenet-ext.jar. So you
 likely originally launched it with the older 3.2.3 wrapper, and later
 one freenet-ext got updated. Restarting the wrapper should get rid of
 this message, though I don't think it's anything serious, since my
 installation is still using 3.2.3.

 Actually the installer installs 3.3.1 iirc, but we don't have a way
 currently to update old installs.  I manually did mine.

 - --
 I may disagree with what you have to say, but I shall defend, to the
 death, your right to say it. - Voltaire
 Those who would give up Liberty, to purchase temporary Safety, deserve
 neither Liberty nor Safety. - Ben Franklin


 -BEGIN PGP SIGNATURE-
 Version: GnuPG v1.4.7 (MingW32)
 Comment: http://getfiregpg.org

 iD8DBQFJKMXW4esu1mlKOs8RAocKAJ9pMtx2X9le/pAAxWaB3OL9sUSpbgCfRryk
 +B5hFfMBpIX6IkwaYjMRSoU=
 =QH4Y
 -END PGP 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]




-- 
__
GnuPG key:   (0x48DBFA8A)
Keyserver:   pgpkeys.pca.dfn.de
Fingerprint:
477D F057 1BD4 1AE7 8A54 8679 6690 E2EC 48DB FA8A
__
___
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] SEVERE Bug report: duplicate of ID 0002694: 1178 kills some downloads

2008-11-18 Thread bbackde
Thanks, I was not aware which snapshot version is which release version...
Updated manually now.

On Tue, Nov 18, 2008 at 13:45, Matthew Toseland
[EMAIL PROTECTED] wrote:
 On Monday 17 November 2008 21:08, Dennis Nezic wrote:
 On Mon, 17 Nov 2008 21:59:20 +0100, [EMAIL PROTECTED] wrote:

  Of course I'm not sure, I'm not even able to get 1179 ^^

 You should be able to download the snapshot jar from
 http://downloads.freenetproject.org/alpha/ ... 1179 = r23606, and
 replace the one you're currently using.

 AFAIK 1179 doesn't do anything that could fix this.

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




-- 
__
GnuPG key:   (0x48DBFA8A)
Keyserver:   pgpkeys.pca.dfn.de
Fingerprint:
477D F057 1BD4 1AE7 8A54 8679 6690 E2EC 48DB FA8A
__
___
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] Version 1179?

2008-11-18 Thread bbackde
Same for me, with 1179 I can retrieve the freesites like before...

On Mon, Nov 17, 2008 at 21:04, Peter J. [EMAIL PROTECTED] wrote:
 On Monday 17 November 2008 20:55:25 [EMAIL PROTECTED] wrote:
 Another thing: anyone also noticed that starting with 1178 freesites
 like the Frost freesite or Toads blog are not longer retrievable?
 I get a temporary files error ... maybe this is already fixed with 1179.


 Yes had that also with 1178 but with 1179 these errors are gone.

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




-- 
__
GnuPG key:   (0x48DBFA8A)
Keyserver:   pgpkeys.pca.dfn.de
Fingerprint:
477D F057 1BD4 1AE7 8A54 8679 6690 E2EC 48DB FA8A
__
___
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] Version 1179?

2008-11-17 Thread bbackde
Ok, thanks for your answer... update.CMD now downloaded 1178 (said it
was a new version, but I had 1178 before)
and since then update.CMD thinks I'm current enough. Still no online
update offering.

I keep waiting, maybe it works when 1180 is there...

On Mon, Nov 17, 2008 at 08:46, Volodya [EMAIL PROTECTED] wrote:
 Volodya wrote:
 [EMAIL PROTECTED] wrote:
 Many of my peers seem to run 1179 since this morning. I got no notice
 about this version via mailing list,
 and my node (1178) doesn't offer me this new version for update.
 Is something broken? update.cmd also doesn't work, see my previous
 mail that was completely ignored ^^


 Same here.

 Sorry, just tried ./update.sh again, and it worked.

 --
 http://freedom.libsyn.com/   Echo of Freedom, Radical Podcast
 http://eng.anarchopedia.org/ Anarchopedia, A Free Knowledge Portal
 http://www.freedomporn.org/  Freedom Porn, anarchist and activist smut

  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]




-- 
__
GnuPG key:   (0x48DBFA8A)
Keyserver:   pgpkeys.pca.dfn.de
Fingerprint:
477D F057 1BD4 1AE7 8A54 8679 6690 E2EC 48DB FA8A
__
___
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] Version 1179?

2008-11-17 Thread bbackde
Another thing: anyone also noticed that starting with 1178 freesites
like the Frost freesite or Toads blog are not longer retrievable?
I get a temporary files error ... maybe this is already fixed with 1179.

On Mon, Nov 17, 2008 at 08:46, Volodya [EMAIL PROTECTED] wrote:
 Volodya wrote:
 [EMAIL PROTECTED] wrote:
 Many of my peers seem to run 1179 since this morning. I got no notice
 about this version via mailing list,
 and my node (1178) doesn't offer me this new version for update.
 Is something broken? update.cmd also doesn't work, see my previous
 mail that was completely ignored ^^


 Same here.

 Sorry, just tried ./update.sh again, and it worked.

 --
 http://freedom.libsyn.com/   Echo of Freedom, Radical Podcast
 http://eng.anarchopedia.org/ Anarchopedia, A Free Knowledge Portal
 http://www.freedomporn.org/  Freedom Porn, anarchist and activist smut

  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]




-- 
__
GnuPG key:   (0x48DBFA8A)
Keyserver:   pgpkeys.pca.dfn.de
Fingerprint:
477D F057 1BD4 1AE7 8A54 8679 6690 E2EC 48DB FA8A
__
___
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] SEVERE Bug report: duplicate of ID 0002694: 1178 kills some downloads

2008-11-17 Thread bbackde
This seems to be fixed with 1179 (this is the latest version) but for
some reason we get no online update
and update.cmd doesn't work for me. Others reported that update.sh
works on Linux...



On Mon, Nov 17, 2008 at 21:33, Ulrich Koepping [EMAIL PROTECTED] wrote:
 I have the same problem as described in Bug ID 0002694, after updating to 
 latest freenet version, downloads fail - this happened with multiple keys.

 Klicking on restart in downloads menu does result in the same error 
 immediately : Temporary files error: invalid block type.

 I deleted the persistent-temp-* directory, after that the setup wizzard 
 showed up (?), and all downloads were reset. I re-requested the download 
 keys, and for the keys that failed before, the download failed again with the 
 same error.

 I have not had a successfull downlaod after the update.

 This is the FIRST sever bug in freenet after my use of it for quite a while 
 now. Although beeing beta it worked so far all the time. Functionality is 
 fundamentally impacted.

 In case you need more info, reply.



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




-- 
__
GnuPG key:   (0x48DBFA8A)
Keyserver:   pgpkeys.pca.dfn.de
Fingerprint:
477D F057 1BD4 1AE7 8A54 8679 6690 E2EC 48DB FA8A
__
___
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] SEVERE Bug report: duplicate of ID 0002694: 1178 kills some downloads

2008-11-17 Thread bbackde
Of course I'm not sure, I'm not even able to get 1179 ^^

I referred to the mail from Peter J. in the Version 1179? thread.
He said the temporary files bug could be fixed.

On Mon, Nov 17, 2008 at 21:54, Dennis Nezic [EMAIL PROTECTED] wrote:
 On Mon, 17 Nov 2008 21:42:22 +0100, [EMAIL PROTECTED] wrote:

 This seems to be fixed with 1179 (this is the latest version) but for
 some reason we get no online update
 and update.cmd doesn't work for me. Others reported that update.sh
 works on Linux...

 Are you sure? From what I'm hearing in the IRC channel (freenode,
 #freenet), I think it's still out there, and a tricky bug to debug--for
 example I haven't been able to reproduce the errors. Others found that
 disabling logging fixed/reduced the problem, while logging minor errors
 made it more prevalent--but upon closer inspection, I think that turned
 out to be wishful thinking. I think they're waiting to fix this, and
 other serious problems, before pushing out another release :/.
 ___
 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]




-- 
__
GnuPG key:   (0x48DBFA8A)
Keyserver:   pgpkeys.pca.dfn.de
Fingerprint:
477D F057 1BD4 1AE7 8A54 8679 6690 E2EC 48DB FA8A
__
___
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] Version 1179?

2008-11-16 Thread bbackde
Many of my peers seem to run 1179 since this morning. I got no notice
about this version via mailing list,
and my node (1178) doesn't offer me this new version for update.
Is something broken? update.cmd also doesn't work, see my previous
mail that was completely ignored ^^

-- 
__
GnuPG key:   (0x48DBFA8A)
Keyserver:   pgpkeys.pca.dfn.de
Fingerprint:
477D F057 1BD4 1AE7 8A54 8679 6690 E2EC 48DB FA8A
__
___
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] Convert to salted hash store NOW?

2008-11-09 Thread bbackde
I wonder if I should convert to the salted hash store now.
Is it really stable? Or should I wait until more new nodes used it for some time
before I convert my 'rocking-stable' old store to the new one?
I mean, over the time I saw some bugs that were found sometimes later,
and I don't
know if the new store is used on some testing nodes for a long time
now without problems...

Thanks for considering to provide me a reasonable answer.

bback

-- 
__
GnuPG key:   (0x48DBFA8A)
Keyserver:   pgpkeys.pca.dfn.de
Fingerprint:
477D F057 1BD4 1AE7 8A54 8679 6690 E2EC 48DB FA8A
__
___
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] [Jtcfrost-support] Please somebody help. Frost won't start

2008-06-19 Thread bbackde
I run on windows.

Things I can say for Linux:
- use Sun Java 1.6
- don't use compbiz or beryl or similar crazy display managers
- run frost-debug.sh, allows to follow console output
- check .log file and console for errors



On Thu, Jun 19, 2008 at 09:36, richard hepplewhite
[EMAIL PROTECTED] wrote:
 Hi!

 Could anybody explain in simple words which steps to take to start up Frost 
 in ubuntu? So far I didn't succeed.

 Thanks!

 Richard


 --- On Tue, 6/17/08, anonymouser anonymouser [EMAIL PROTECTED] wrote:

 From: anonymouser anonymouser [EMAIL PROTECTED]
 Subject: [freenet-support] Please somebody help. Frost won't start
 To: [EMAIL PROTECTED], support@freenetproject.org
 Date: Tuesday, June 17, 2008, 9:58 PM
 Dear mailing list,

 I have sent an email to the frost and freenet mailing lists
 multiple times now.
 I don't know where else to ask. For weeks I have been
 having the
 problem now that Frost won't start.

 I am using linux and gnome. When I start Frost I am asked
 which
 version of of freenet I am using and I choose darknet 0.7.
 After
 clicking OK I only get as far as initializing
 mainframe. I waited
 for like 20 minutes.

 I ran the debug version which didn't provide any
 helpful hints in the log file.
 Actually no (relevant) entries.

 I am behind a router. Freenet is working OK, I can retrieve
 pages, so
 it must be a frost problem.

 Is my configuration file screwed up? I redownloaded the
 frost.zip and
 extracted it again and it still won't work.

 I want to participate in free speech but I don't know
 where to get
 help but on this mailing list.

 Who could kindly help me, please?
 ___
 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]




 -
 Check out the new SourceForge.net Marketplace.
 It's the best place to buy or sell services for
 just about anything Open Source.
 http://sourceforge.net/services/buy/index.php
 ___
 Jtcfrost-support mailing list
 [EMAIL PROTECTED]
 https://lists.sourceforge.net/lists/listinfo/jtcfrost-support




-- 
__
GnuPG key: (0x48DBFA8A)
Keyserver: pgpkeys.pca.dfn.de
Fingerprint:
477D F057 1BD4 1AE7 8A54 8679 6690 E2EC 48DB FA8A
__
___
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] [Jtcfrost-support] Please somebody help. Frost won't start

2008-06-19 Thread bbackde
Theoretically: open a terminal, then start frost-debug.sh. See what
appears on the console.
Open the .log file in the frost directory and see what appeared there.
Or send the things that appeared on console and in .log, this may help
to figure out what
the problem is.

On Thu, Jun 19, 2008 at 17:48, richard hepplewhite
[EMAIL PROTECTED] wrote:
 Can anybody explain me step by step how to install frost in ubuntu?




 --- On Thu, 6/19/08, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote:

 From: [EMAIL PROTECTED] [EMAIL PROTECTED]
 Subject: Re: [Jtcfrost-support] [freenet-support] Please somebody help. 
 Frost won't start
 To: [EMAIL PROTECTED]
 Cc: [EMAIL PROTECTED], support@freenetproject.org
 Date: Thursday, June 19, 2008, 9:41 AM
 I run on windows.

 Things I can say for Linux:
 - use Sun Java 1.6
 - don't use compbiz or beryl or similar crazy display
 managers
 - run frost-debug.sh, allows to follow console output
 - check .log file and console for errors



 On Thu, Jun 19, 2008 at 09:36, richard hepplewhite
 [EMAIL PROTECTED] wrote:
  Hi!
 
  Could anybody explain in simple words which steps to
 take to start up Frost in ubuntu? So far I didn't
 succeed.
 
  Thanks!
 
  Richard
 
 
  --- On Tue, 6/17/08, anonymouser anonymouser
 [EMAIL PROTECTED] wrote:
 
  From: anonymouser anonymouser
 [EMAIL PROTECTED]
  Subject: [freenet-support] Please somebody help.
 Frost won't start
  To: [EMAIL PROTECTED],
 support@freenetproject.org
  Date: Tuesday, June 17, 2008, 9:58 PM
  Dear mailing list,
 
  I have sent an email to the frost and freenet
 mailing lists
  multiple times now.
  I don't know where else to ask. For weeks I
 have been
  having the
  problem now that Frost won't start.
 
  I am using linux and gnome. When I start Frost I
 am asked
  which
  version of of freenet I am using and I choose
 darknet 0.7.
  After
  clicking OK I only get as far as
 initializing
  mainframe. I waited
  for like 20 minutes.
 
  I ran the debug version which didn't provide
 any
  helpful hints in the log file.
  Actually no (relevant) entries.
 
  I am behind a router. Freenet is working OK, I can
 retrieve
  pages, so
  it must be a frost problem.
 
  Is my configuration file screwed up? I
 redownloaded the
  frost.zip and
  extracted it again and it still won't work.
 
  I want to participate in free speech but I
 don't know
  where to get
  help but on this mailing list.
 
  Who could kindly help me, please?
  ___
  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]
 
 
 
 
 
 -
  Check out the new SourceForge.net Marketplace.
  It's the best place to buy or sell services for
  just about anything Open Source.
  http://sourceforge.net/services/buy/index.php
  ___
  Jtcfrost-support mailing list
  [EMAIL PROTECTED]
 
 https://lists.sourceforge.net/lists/listinfo/jtcfrost-support
 



 --
 __
 GnuPG key: (0x48DBFA8A)
 Keyserver: pgpkeys.pca.dfn.de
 Fingerprint:
 477D F057 1BD4 1AE7 8A54 8679 6690 E2EC 48DB FA8A
 __



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




-- 
__
GnuPG key: (0x48DBFA8A)
Keyserver: pgpkeys.pca.dfn.de
Fingerprint:
477D F057 1BD4 1AE7 8A54 8679 6690 E2EC 48DB FA8A
__
___
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] secure noderef exchange

2008-05-27 Thread bbackde
Just fyi: the firegpg plugin for firefox provides local GPG encryption in gmail.

On Tue, May 27, 2008 at 8:56 PM, Matthew Toseland
[EMAIL PROTECTED] wrote:
 On Sunday 25 May 2008 18:29, Peter S wrote:
 There's a couple of guides around on how to exchange noderef's securely, but
 IMHO they all seem a bit circumstantial (or involve a third-part to hand you
 digital ID's) .. so I was thinking; A and B are friends from the east- and
 west-end of the country, so physical exchange via. USB stick or the likes is
 not an option.
 What they then do is start up their node in open mode, create a freemail, IM
 each other thier freemail adresses .. [EMAIL PROTECTED](.freemail is
 obvious and so left out of thier IM to disguise what it actually is) or A
 gives B, and B can then reply to A's mail and thereby exchange their node
 ref's through freemail.
 Is this a feasible method, and equally secure as the more circumstantial
 methods of exchanging ref's?
 At one point I was left with the impression, that you can only freemail
 someone with whom you have made a ref-exchange ... but this can't be he
 case!?

 No, Freemail is a separate system, it works with anyone on Freenet.

 If you know the person you are exchanging refs with, why not just send them an
 encrypted email? Oh, because you use webmail... you're a fool. :)

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




-- 
__
GnuPG key: (0x48DBFA8A)
Keyserver: pgpkeys.pca.dfn.de
Fingerprint:
477D F057 1BD4 1AE7 8A54 8679 6690 E2EC 48DB FA8A
__
___
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] Node complains: Please forward UDP port xxx

2008-04-24 Thread bbackde
Starting with 1142 the node complains that the UDP port is not forwarded.
It is actually forwarded, and was forwarded always without problems...

Other apps do not complain about their forwarded port.

Am I the only one who has this problem? Can I ignore it?
___
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] Directory '.onionnetworks' created on another drive

2008-03-14 Thread bbackde
Interesting, but I still wonder why this directory was not there on my
old computer!
But I think you also don't know...

On Thu, Mar 13, 2008 at 11:38 PM, Matthew Toseland
[EMAIL PROTECTED] wrote:
 On Thursday 13 March 2008 20:01, [EMAIL PROTECTED] wrote:
   Since I moved my node to another box (no new install), the node always
   creates a directory '.onionnetworks' right in the root directory of my
   C drive (windows).
   The node itself is located on another drive, inside a subdirectory.
   This did not happen on my old computer.
  
   What do I have to adjust to let the node create this directory in the
   node directory?

  https://bugs.freenetproject.org/view.php?id=1092
  https://bugs.freenetproject.org/view.php?id=892

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




-- 
__
GnuPG key: (0x48DBFA8A)
Keyserver: pgpkeys.pca.dfn.de
Fingerprint:
477D F057 1BD4 1AE7 8A54 8679 6690 E2EC 48DB FA8A
__
___
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] Directory '.onionnetworks' created on another drive

2008-03-13 Thread bbackde
Since I moved my node to another box (no new install), the node always
creates a directory '.onionnetworks' right in the root directory of my
C drive (windows).
The node itself is located on another drive, inside a subdirectory.
This did not happen on my old computer.

What do I have to adjust to let the node create this directory in the
node directory?

-- 
__
GnuPG key: (0x48DBFA8A)
Keyserver: pgpkeys.pca.dfn.de
Fingerprint:
477D F057 1BD4 1AE7 8A54 8679 6690 E2EC 48DB FA8A
__
___
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 0.7 build 1022

2007-03-31 Thread bbackde
To make it clearer, a comment from jflesch:

- Stop your node
- Edit freenet.ini (in your node directory)
  - Set 'fproxy.allowedHostsFullAccess' to the same value as
'fproxy.allowedHosts'
  - Do the same for 'fcp.allowedHostsFullAccess'
- Restart your node

On 3/31/07, Matthew Toseland [EMAIL PROTECTED] wrote:
 Are you accessing the node from a remote computer? In 1021/1022 we
 introduced some new security settings which you must override if you
 want to configure/administrate the node remotely.

 On Fri, Mar 30, 2007 at 10:56:13PM +0100, Mr. Flibble wrote:
  My node's been looking weird since this update:
 
  The menu on the main fproxy page just shows
 
  * Home
  * Queue
 
  And nothing else.
  Also,  if I click on the Queue menu, I see that I have an outstanding alert:
 
  Minor: 1 | Total: 1 | See them on the Freenet FProxy Homepage., yet this
  isn't showing up,  so I've no idea what it is!
 
  Any ideas?
 
  MrFlibble

 -BEGIN PGP SIGNATURE-
 Version: GnuPG v1.4.6 (GNU/Linux)

 iD8DBQFGDlapA9rUluQ9pFARAhUZAJ9f5eplPTgZVMcFuA+/i7wPyjexpwCfazkK
 qte4jrKcfqyDlnd+wbsmC6k=
 =QI9M
 -END PGP 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]

___
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 0.7 build 1016

2007-02-14 Thread bbackde
Nice. I updated the wiki and add a Since 1016 to the new messages.

On 2/15/07, Matthew Toseland [EMAIL PROTECTED] wrote:
 Freenet 0.7 build 1016 is now available. This is another bugfix release.
 Please upgrade. Please tell me if the auto-update does not pick up the
 build. Changelog:
 - Don't restart all completed requests on every startup!
 - Fix possible bug in saving peers to disk.
 - FCP notifications are now sent when a request is deleted or changed
   from fproxy.
 - Don't go into limbo on the darknet page if there is an internal error.
 - Don't show multiple copies of the STUN NAT detected message.
 - Don't show the cancel button on the bookmark edit form when in add
   mode (this may be reverted in later builds - should it be?).
 - Cancel requests more quickly
 - And a few other things.

 -BEGIN PGP SIGNATURE-
 Version: GnuPG v1.4.6 (GNU/Linux)

 iD8DBQFF075jA9rUluQ9pFARAlzfAKCAU1ukMqqD00LUBO0vZ69V25N7eQCeKoBI
 6XoFZxgWGviowc7eldwKTT0=
 =HxrS
 -END PGP 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]

___
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] emu down again

2007-02-11 Thread bbackde
emu is down, could someone please bring it up again?

Thanks.
___
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] emu down again

2007-02-11 Thread bbackde
Now I can reach emu.freenetproject.org (shows a directory), but SVN still fails:

RA layer request failed
svn: PROPFIND request failed on '/svn/trunk/freenet'
svn: PROPFIND of '/svn/trunk/freenet': 405 Method Not Allowed
(https://emu.freenetproject.org)



On 2/11/07, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote:
 emu is down, could someone please bring it up again?

 Thanks.

___
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] the problems with chk/filename begin...

2006-11-01 Thread bbackde

From frost board unsuccessful:


- Rattus [EMAIL PROTECTED] - 2006.11.01 -
09:28:31GMT -

Currently comes up in the node interface as Not in archive

[EMAIL 
PROTECTED],XE73xs1i3AsyxDo-h6e3Z-Sk5-dDSIwITsv9yz4bdqo,AAEC--8/SomeFilename.zip
___
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] problems with Frost

2006-11-01 Thread bbackde

Please check your frost.log file for any error messages. If you want
you could send me the log files for analysis, but if you want to then
send them directly to me, NOT to the support list!

rgds, bback, frost developer.

On 11/1/06, Jeroen Veldt [EMAIL PROTECTED] wrote:


Dear Sir, Ever since about 2 weeks i have problems with Frost.
Frost does not refresh any boards, no messages are shown nothing happens. I can 
not upload any messages.
When i am on Fproxy i can get to Indica and Darknet. They both work. I can 
access the freesites.
It is frustrating me very much. I have uninstalled and reinstalled freenet and 
frost but it did not work.
I am connected to 3 or 4 peers most of the time and have absolutely no idea 
what to do anymore.
I asked for help on the irc channels, but nobody could help me with the 
problem. It sounded as a strange problem.
I installed Frost separately in another map ( suggestion from one of the 
channels ) to see if it would work, but it didn't.
At the same time the person told me he was getting messages on the boards, so 
there was no technical problem with Frost
I am behind a router, but since Fproxy works normally and I can access the 
freesites,
 that could not be the problem, i guess.
The problem started when i had to update my node to 991. Eversince that i have 
no connections on Frost

Can you please help me with this problem

Sincerely yours,

_
Via je PC gratis je vrienden hun PC bellen
http://get.live.com/messenger/overview___
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]


___
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] the problems with chk/filename begin...

2006-11-01 Thread bbackde

But what to tell the user now? The key you know is unusable and
corrupted. Give up...

On 11/1/06, toad [EMAIL PROTECTED] wrote:

On Wed, Nov 01, 2006 at 12:08:37PM +0100, [EMAIL PROTECTED] wrote:
 From frost board unsuccessful:

 - Rattus [EMAIL PROTECTED] - 2006.11.01 -
 09:28:31GMT -

 Currently comes up in the node interface as Not in archive

 [EMAIL 
PROTECTED],XE73xs1i3AsyxDo-h6e3Z-Sk5-dDSIwITsv9yz4bdqo,AAEC--8/SomeFilename.zip

If this was inserted without a filename, it would not produce this
error. In future it may produce Too many meta-strings (or path
elements?), but right now it would Just Work.

The problem therefore is that it was inserted with a different filename
to the one that it was requested as.


-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.5 (GNU/Linux)

iD8DBQFFSN2/A9rUluQ9pFARAjfYAJ4i5MC6CHlj7WPXvlU6Gmjr9JheIQCgqyPD
ZlAiU26llS9q3ccNT764f7s=
=zu96
-END PGP 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]



___
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] the problems with chk/filename begin...

2006-11-01 Thread bbackde

On 11/1/06, toad [EMAIL PROTECTED] wrote:

On Wed, Nov 01, 2006 at 08:06:59PM +0100, [EMAIL PROTECTED] wrote:
 But what to tell the user now? The key you know is unusable and
 corrupted. Give up...

Well yes, the key is corrupted. It has been modified by the user and is
no longer usable, just as if he had changed part of the actual CHK.

Workarounds are of course possible if I implement the list-manifest
command. It would even be possible for the node to detect that there is
only one element in the manifest and redirect to that. That's a hack,
but only a very small one.

But as you pointed out, the big picture is not back compatibility, it's
what we want to do normally.

Do I have your full support for forcing keys to be fetched exactly as
inserted? I.e. if a key is inserted as a pure CHK, and then fetched with
a bogus filename, Fred will return an error including a URI with the
bogus filename stripped?


You would have my full support for something like this. As long as the
node gives some hint about the correct uri/name if possible. I think
this is what you meant. This would allow to implement a client that is
easily useable. And a good documentation is needed for that :)



 On 11/1/06, toad [EMAIL PROTECTED] wrote:
 On Wed, Nov 01, 2006 at 12:08:37PM +0100, [EMAIL PROTECTED] wrote:
  From frost board unsuccessful:
 
  - Rattus [EMAIL PROTECTED] - 2006.11.01 -
  09:28:31GMT -
 
  Currently comes up in the node interface as Not in archive
 
 
 [EMAIL 
PROTECTED],XE73xs1i3AsyxDo-h6e3Z-Sk5-dDSIwITsv9yz4bdqo,AAEC--8/SomeFilename.zip
 
 If this was inserted without a filename, it would not produce this
 error. In future it may produce Too many meta-strings (or path
 elements?), but right now it would Just Work.
 
 The problem therefore is that it was inserted with a different filename
 to the one that it was requested as.
 
 
 -BEGIN PGP SIGNATURE-
 Version: GnuPG v1.4.5 (GNU/Linux)
 
 iD8DBQFFSN2/A9rUluQ9pFARAjfYAJ4i5MC6CHlj7WPXvlU6Gmjr9JheIQCgqyPD
 ZlAiU26llS9q3ccNT764f7s=
 =zu96
 -END PGP 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]
 
 
 ___
 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]



-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.5 (GNU/Linux)

iD8DBQFFSPocA9rUluQ9pFARAuQgAJ9Lf/p4H+NhMWYiImfoBDaeYkf+xQCeMls9
bkKWyR2T0bh3IRKQMXbKk1o=
=7ynH
-END PGP 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]



___
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 (0.5, Build 5106) has trouble with time transitions

2006-10-29 Thread bbackde

What OS do you use? Does your OS adjust the time of the hardware,
instead to adjust the displacement to the GMT time?

I assume freenet uses the System.currentTimeMillis() for calculations,
and this value is the milliseconds since 1.1.1970 GMT. This is a fix
value without daylightzones and should not change. Except an OS
decides to change the hardware clock...which is not good for most
applications.

On 10/29/06, Mr. Flibble [EMAIL PROTECTED] wrote:

 It happened before, and it happened again tonight. I got woken up by
 alarms indicating 100 % CPU usage, and found out it was being caused
 by Freenet, so I restarted it.
 Obviously it has problems when summer/winter time transitions occur.
 It's only twice a year, but thought I should mention it.

Ah! That would explain why mine crashed too last night!



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


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