[freenet-support] Help! Comments have disappeared

2011-04-08 Thread Volodya
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Please help,

Comments ability has disappeared from my show's page. I have relied on comments
for people to contact me. I was even willing to deal with spam (ok, it was
getting hard, but i was patiently moderating everything).

   - Volodya



- -- 
http://freedom.libsyn.com/ Echo of Freedom, Radical Podcast

 None of us are free until all of us are free.~ Mihail Bakunin
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.10 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iQEcBAEBAgAGBQJNnwB3AAoJENW9VI+wmYas2JkIALOlpaCEqZSU5IFzzPz9WiEA
KEBqgN0Li/0uN5/xNEZgpjxPaL/PaGg2eNu3WqgVnwuWO5QVmMMmgIrEorR2VzgC
x2qqJg6E4KZXZsgxB0qwAgeJ2vdCHRqmg73d1EX8S/t50GJzv2E07oIY4g//QYIt
wvh/cG9CHUBzXbHetaLZGbLfTBRQjsaRproVsqDe+E5UwQXzsTI0o1XVxI9W0guA
GywDVF0uEc3tma1am3EEvKZMXkjQvzyBLtj/qKLpJkFJ+hL7h0dGbRHQuljck68+
/H38GHHAjExBpQw0VxrktmIcB2lINML0MDGV2SNWVtz+w3bGe08TQbrBoMkoC88=
=DVl+
-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:support-requ...@freenetproject.org?subject=unsubscribe


Re: [freenet-support] Help! Comments have disappeared

2011-04-08 Thread Volodya
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Sorry, i do not know how this went to this address.

 - Volodya
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.10 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iQEcBAEBAgAGBQJNnwMSAAoJENW9VI+wmYasMEQH/RPtSDYdEBVITpHFoRIgUwfx
35nq8JVtXcA1cQ+xu3Y0rfW2DTvXwPvzah4EELOlxENvRSYS1Xu2vUqSv84QprCq
LoqGPhkvWBP7wblx4DkXX4cg8R7PtQhmg8wWJyehmXsZaNAij5CIP9iteze0NbmY
HU9wmXddao4IMSQROpk1UIlKJ6FG/tYtGEg7/ec/qsMmtTyRo/+VupohYN5EtZrg
mDPMKFXt9ZFHEvwi2v43DuNRvD9RuXkiZTrIL7468p1C/Usd/GD10123Kgr+cQcU
HGH2saXiypCONUGtwAuQ9VDYxUz3gT4cAVXtCnXzD9n6Ku+RfK4vmUHVkBBnxoM=
=mQAG
-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:support-requ...@freenetproject.org?subject=unsubscribe


Re: [freenet-support] Building of Freenet stops at testing step

2011-04-08 Thread Matthew Toseland
On Friday 08 Apr 2011 03:09:29 Mark Hurdle wrote:
 Hi all,
 
 I am trying to build Freenet. I am on Windows XP and I downloaded
 Freenet freenet-build01363-source.tar.bz2
 and freenet-build01364-source.tar.bz2. So I tried both builds.
 I am using ant to build Freenet using build-clean.xml. I tried build.xml and
 build_binary.xml but I get stuck at the same step. I have junit4.8.2.
 Basically my build stops when trying to test
 freenet.store.RAMSaltMigrationTest. No errors, nothing, it doesn't even
 exit. Just blocked. Any ideas?

Get a stack trace. Either attach a debugger or press ctrl+c (or was it 
ctrl+break? not sure on windows) while it is stalled.
 
 [junit] Testcase: testSendEmptyPacket took 0 sec
 [junit] Testcase: testSendPacketWithAcks took 0 sec
 [junit] Testcase: testSendPacketWithFragment took 0 sec
 [junit] Testcase: testSendCompletePacket took 0 sec
 [junit] Testcase: testLength took 0 sec
 [junit] Testcase: testEncodeDecodeLossyPerPacketMessages took 0 sec
 [junit] Testcase: testEncodeDecodeLossyPerPacketMessages2 took 0 sec
 [junit] Testcase: testEncodeDecodeLossyPerPacketMessages2Padded took 0
 sec
 [junit] Running freenet.node.NewPacketFormatTest
 [junit] Testsuite: freenet.node.NewPacketFormatTest
 [junit] Tests run: 9, Failures: 0, Errors: 0, Time elapsed: 4.515 sec
 [junit] Tests run: 9, Failures: 0, Errors: 0, Time elapsed: 4.515 sec
 [junit]
 [junit] Testcase: testEmptyCreation took 0.063 sec
 [junit] Testcase: testAckOnlyCreation took 0.406 sec
 [junit] Testcase: testLostLastAck took 3.203 sec
 [junit] Testcase: testOutOfOrderDelivery took 0 sec
 [junit] Testcase: testReceiveUnknownMessageLength took 0.016 sec
 [junit] Testcase: testResendAlreadyCompleted took 0.203 sec
 [junit] Testcase: testLoadStatsSendWhenPeerWants took 0.203 sec
 [junit] Testcase: testLoadStatsLowLevel took 0.203 sec
 [junit] Testcase: testLoadStatsHighLevel took 0.203 sec
 [junit] Running freenet.store.RAMSaltMigrationTest
 [junit] Testsuite: freenet.store.RAMSaltMigrationTest
 
 Regards,
 Mark
 


signature.asc
Description: This is a digitally signed message part.
___
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] Anonymous VPN and Freenet?

2011-04-08 Thread Matthew Toseland
On Thursday 07 Apr 2011 22:48:52 Richard Toynbee wrote:
 Hey all, Freenet lurker here with a few questions.
 
 
 First of all, I've been thinking about adding an extra layer of anonymity by 
 sending my Freenet traffic over an anonymous VPN. Any advice from people who 
 tried this? Any pitfalls? Is it possible to send just my Freenet traffic over 
 a 
 VPN, so the websites I visit are'nt linked to my Freenet activity? Maybe I'm 
 overly paranoid but I love security/crypto toys.

One possible problem is that your VPN may have a very small MTU. Freenet needs 
something like a 1024 byte MTU to function, especially on opennet.
 
 Secondly, do people have recommendations for their favorite VPN service? 
 IPREDator was the first one I've heard about, so that's what I'm inclined to. 
 Whenever I search for similar services, I always get suspicious websites with 
 Stock Photo Man (TM) smiling while wearing suit and tie. I don't mind paying 
 for 
 
 a service, but I don't need any extra features (other than what I need to run 
 Freenet).
 
 Thanks for your help!


signature.asc
Description: This is a digitally signed message part.
___
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] Repeated crash Build 1364

2011-04-08 Thread Matthew Toseland
On Wednesday 06 Apr 2011 08:40:22 Ray Jones wrote:
 
 I have experienced repeated crashes with my node while the SSK-cache
 cleaner is working. This coincides with the update to 1364. It also
 coincides with a reduction from a 100GB datastore to an 80GB datastore.
 The last time it crashed (also on the SSK-cache cleaner) I deleted my
 entire datastore directory and let FN start it again from scratch. I
 also removed the Freetalk plugin, as that and WoT plugin were the only
 other new things that had been added recently. I have not yet removed
 the WoT plugin.
 
 INFO   | jvm 1| 2011/04/05 22:03:34 | Resizing datastore SSK-cache
 INFO   | jvm 1| 2011/04/05 22:03:34 | SSK-cache cleaner in progress:
 0/1534443
 INFO   | jvm 1| 2011/04/05 22:03:44 | SSK-cache cleaner in progress:
 8171/1534443
 INFO   | jvm 1| 2011/04/05 22:03:57 | SSK-cache cleaner in progress:
 16363/1534443
 INFO   | jvm 1| 2011/04/05 22:04:09 | SSK-cache cleaner in progress:
 24555/1534443
 INFO   | jvm 1| 2011/04/05 22:04:19 | SSK-cache cleaner in progress:
 32747/1534443
 INFO   | jvm 1| 2011/04/05 22:04:29 | SSK-cache cleaner in progress:
 40939/1534443
 INFO   | jvm 1| 2011/04/05 22:04:40 | SSK-cache cleaner in progress:
 49131/1534443
 INFO   | jvm 1| 2011/04/05 22:04:50 | SSK-cache cleaner in progress:
 57323/1534443
 ...
 INFO   | jvm 1| 2011/04/05 22:11:03 | SSK-cache cleaner in progress:
 360427/1534443
 INFO   | jvm 1| 2011/04/05 22:11:13 | SSK-cache cleaner in progress:
 368619/1534443
 INFO   | jvm 1| 2011/04/05 22:11:24 | SSK-cache cleaner in progress:
 376811/1534443
 INFO   | jvm 1| 2011/04/05 22:11:34 | SSK-cache cleaner in progress:
 385003/1534443
 INFO   | jvm 1| 2011/04/05 22:11:44 | SSK-cache cleaner in progress:
 393195/1534443
 INFO   | jvm 1| 2011/04/05 22:11:54 | SSK-cache cleaner in progress:
 401387/1534443
 INFO   | jvm 1| 2011/04/05 22:12:03 | SSK-cache cleaner in progress:
 409579/1534443
 INFO   | jvm 1| 2011/04/05 22:12:14 | SSK-cache cleaner in progress:
 417771/1534443
 INFO   | jvm 1| 2011/04/05 22:12:24 | SSK-cache cleaner in progress:
 425963/1534443
 INFO   | jvm 1| 2011/04/05 22:12:35 | SSK-cache cleaner in progress:
 434155/1534443
 INFO   | jvm 1| 2011/04/05 22:12:45 | SSK-cache cleaner in progress:
 442347/1534443
 INFO   | jvm 1| 2011/04/05 22:12:55 | SSK-cache cleaner in progress:
 450539/1534443
 ERROR  | wrapper  | 2011/04/05 22:14:44 | JVM appears hung: Timed out
 waiting for signal from JVM.
 ERROR  | wrapper  | 2011/04/05 22:14:44 | JVM did not exit on request,
 terminated
 STATUS | wrapper  | 2011/04/05 22:14:49 | Reloading Wrapper configuration...
 STATUS | wrapper  | 2011/04/05 22:14:49 | Launching a JVM...
 
 
 
 
 After the crash above, FN would not start because of the following. I
 have no idea what this java.net.BindException refers to.
 
 INFO   | jvm 2| 2011/04/05 22:14:51 | Initializing Node using
 Freenet Build #1364 rbuild01364 and freenet-ext Build #26 r23771 with
 Sun Microsystems Inc. JVM version 1.6.0_24 running on i386 Linux
 2.6.35-28-generic
 INFO   | jvm 2| 2011/04/05 22:14:51 | Could not start web interface:
 java.net.BindException: Address already in use
 INFO   | jvm 2| 2011/04/05 22:14:51 | java.net.BindException:
 Address already in use
 INFO   | jvm 2| 2011/04/05 22:14:51 |   at
 java.net.PlainSocketImpl.socketBind(Native Method)
 INFO   | jvm 2| 2011/04/05 22:14:51 |   at
 java.net.PlainSocketImpl.bind(PlainSocketImpl.java:383)
 INFO   | jvm 2| 2011/04/05 22:14:51 |   at
 java.net.ServerSocket.bind(ServerSocket.java:328)
 INFO   | jvm 2| 2011/04/05 22:14:51 |   at
 java.net.ServerSocket.bind(ServerSocket.java:286)
 INFO   | jvm 2| 2011/04/05 22:14:51 |   at
 freenet.io.NetworkInterface.setBindTo(NetworkInterface.java:158)
 INFO   | jvm 2| 2011/04/05 22:14:51 |   at
 freenet.io.NetworkInterface.create(NetworkInterface.java:89)
 INFO   | jvm 2| 2011/04/05 22:14:51 |   at
 freenet.clients.http.SimpleToadletServer.maybeGetNetworkInterface(SimpleToadletServer.java:690)
 INFO   | jvm 2| 2011/04/05 22:14:51 |   at
 freenet.clients.http.SimpleToadletServer.init(SimpleToadletServer.java:660)
 INFO   | jvm 2| 2011/04/05 22:14:51 |   at
 freenet.node.Node.init(Node.java:1053)
 INFO   | jvm 2| 2011/04/05 22:14:51 |   at
 freenet.node.NodeStarter.start(NodeStarter.java:170)
 INFO   | jvm 2| 2011/04/05 22:14:51 |   at
 org.tanukisoftware.wrapper.WrapperManager$11.run(WrapperManager.java:2979)
 INFO   | jvm 2| 2011/04/05 22:14:51 | Failed to load node: 18 :
 Could not start FProxy: java.net.BindException: Address already in use (18)
 INFO   | jvm 2| 2011/04/05 22:14:51 |
 freenet.node.NodeInitException: Could not start FProxy:
 java.net.BindException: Address already in use (18)
 INFO   | jvm 2| 2011/04/05 22:14:51