Re: [freenet-support] Question about freenet DHT

2011-02-12 Thread Matthew Toseland
On Thursday 10 Feb 2011 12:42:25 Volodya wrote:
 On 02/10/2011 01:19 PM, Thomas Anderson wrote:
  I am very new to freenet. I read wiki[1] and some doc saying that
  freenet implements dht protocol.
 
  I am going to learn something about dht based on freenet, so I have a
  few questions.
 
  1st, is it possible for a node (supposed it is located in a data
  center) querying to know if other nodes contain a specific data/ doc
  (maybe search by e.g. file name)? So the node who issues the query
  can, for instance, do a simple counting, such as how many nodes
  currently holds the filename called license.txt.
 
  2nd, what would the right place (in source code) to start checking the
  dht related stuff? I check out the source code but do not find dht
  related comment or function. Also, freenet wiki search returns `no
  matches for dht'.
 
  I appreciate any advice.
  Thank you.
 
 
  [1]. Wikipedia.
  http://en.wikipedia.org/wiki/Distributed_hash_table#DHT_protocols_and_implementations
 
 That's not how Freenet works. Everything that is inserted in the global
 datastore is first encrypted and error correction is added, it also splits
 everything into 32K pieces each of which is inserted separately.
 
 Therefore it is impossible to search Freenet proper for DHT hash of the 
 specific
 file. Because you only have pieces which are encrypted, and you don't know 
 what
 they mean until you have enough of them and you have also the decryption key.
 
 Now if you do possess the decryption key, you could, on the Opennet, start
 connecting to people's nodes one at the time and send them requests for pieces
 that you know comprise that file.
 
 There's much more, maybe others will help you also.

Right. Freenet is DHT-like but it's not a classic DHT. It's sort of vaguely a 
heuristic DHT. :) It also distributes files for swarming and redundancy, as 
VolodyA explained, and no, it doesn't provide a definitive this key must be on 
this node (although there are nodes where it should be stored), nor does it 
provide a probing operation that doesn't transfer the key.


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] compile error FMS

2011-02-12 Thread Matthew Toseland
On Sunday 06 Feb 2011 03:04:13 Jelbert Holtrop wrote:
 Hi,
 
 I try to compile FMS 0.3.57on OSX 10.6.6 and I get this error:
 
 Linking CXX executable fms
 Undefined symbols:
   _libiconv_close, referenced from:
   CharsetConverter::~CharsetConverter()in charsetconverter.o
   CharsetConverter::~CharsetConverter()in charsetconverter.o
   CharsetConverter::SetConversion(std::basic_stringchar, 
 std::char_traitschar, std::allocatorchar  const, 
 std::basic_stringchar, std::char_traitschar, std::allocatorchar  
 const)in charsetconverter.o
   _libiconv, referenced from:
   CharsetConverter::Convert(std::basic_stringchar, 
 std::char_traitschar, std::allocatorchar  const, 
 std::basic_stringchar, std::char_traitschar, std::allocatorchar )in 
 charsetconverter.o
   _libiconv_open, referenced from:
   CharsetConverter::SetConversion(std::basic_stringchar, 
 std::char_traitschar, std::allocatorchar  const, 
 std::basic_stringchar, std::char_traitschar, std::allocatorchar  
 const)in charsetconverter.o
 ld: symbol(s) not found
 collect2: ld returned 1 exit status
 make[2]: *** [fms] Error 1
 make[1]: *** [CMakeFiles/fms.dir/all] Error 2
 make: *** [all] Error 2
 
 How do I fix this?
 Or can I get it somewere prebuild?

There was a freesite with OS/X FMS binaries. I don't think it's up to date 
though. I suspect there is a missing library?


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] Freenet is connecting to the network - this may take a few minutes ...

2011-02-12 Thread Matthew Toseland
On Sunday 30 Jan 2011 22:06:34 Jep wrote:
 Matthew Toseland :
  On Wednesday 26 January 2011 10:04:27 Jep wrote:
  Jep :
  [FN not connecting to strangers]
 
  Bootstrapping has been a lot slower for the last couple of weeks (you 
  obviously have some other problem, 
  maybe a low MTU, as well). I have checked all the obvious possibilities, 
  I'm fairly sure there isn't anything 
  seriously broken in the opennet code, it seems to be a side effect of wider 
  network problems (e.g. the backoff when 
  fetching stuff through fproxy). It is being worked on; if I had an easy and 
  low-risk solution I'd deploy it.
 
 
 Thanks for replying.
 
 If there exists a problem with my winz, it is not bothering anything but 
 Freenet.
 Even other, very demanding java apps run fine and there is no networking 
 issue with anything else.
 
 Ain't no tech, that MTU, is that something I can check for, and alter?
 Wikipedia isn't making me much wiser, it's over my head.
 If some network-guru can take me by the hand, please do. Spoonfeeding is 
 not needed :)
 
 Was off FN again for a day when updating to 1339.
 Only restarts of Freenet seem to give some chance of letting it find peers.
 Time and again, for a few seconds seednodes are found and if there ain't 
 no peers found right after that, it never happens.
 Would a script be possible that 'sees' if there are connections, and 
 when not, restarts FN?

Has Freenet successfully announced and updated itself? A lot of work has been 
done on this and 1352 should work really well...
 
 
 And once more, I just keep asking... :
 
  A question asked earlier, to which I have not seen an answer:
  Can I conclude the Freenet wrapper no longer runs as a service, meaning 
  that the FN service can be removed?

It depends when you installed it. Recent versions don't use a service. However, 
if your node uses a service, keep the service.


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] Failed downloads: unknown type

2011-02-12 Thread Matthew Toseland
On Wednesday 09 Feb 2011 11:34:22 mad...@acid-product.co.uk wrote:
 Thanks for the response Dennis.
 
 I've been through this more carefully now and noted down the exact  
 steps that happen (I'm not on build #1335 now but build #1346, if that  
 makes a difference):
 
 1. File key is added to download queue.

Using the Fetch or the Download button? This depends partly on your physical 
security level, most people should either see Download or both Download and 
Fetch.

Fetch will fetch to encrypted temp space.

Or are you using the bulk downloads box? (It has a dropdown to choose where to 
put the files). Or some third party client?

If fetching it from fproxy, you will have a checkbox just below the button 
Filter data. You can uncheck this to disable the download filtering.

 2. Image files (e.g. .jpg .gif .png etc.) complete as normal and can  
 be saved/downloaded to disk in the usual way.

Yay.

 3. Files of any other type (e.g. .rar .mpg .avi .zip etc.) complete,  
 but are dropped into a section marked Failed downloads: unknown type  
 application/octet-stream (1)

Expected, but can sometimes be avoided, see above.

 4. I click 'Restart download' and the file returns to the download  
 queue.
 5. File completes and is listed in section Completed fetches to  
 temporary space
 6. If I click on the filename, Freenet still complains that it is an  
 unknown filetype, but I can at least usually force a download as a  
 text file at this point, and give it the correct file suffix  
 afterwards (remove the .txt)

Force download to disk doesn't work?

I click on a zip on my downloads page, it gives me the options:

# Click here to open the file as plain text (this should not be dangerous but 
it may be garbled).
# Click here to force your browser to download the file to disk.
# Click here to open the file as application/zip (read warning above!).

It also gives the download button and retry now, which is confusing and should 
be got rid of.

All of these options work for me.

Is your experience different?
 
 I guess my first question is why do the files have to be downloaded  
 twice? Leaving aside the reason why Freenet doesn't recognise the  
 file type, why can I not override this and get hold of the data that  
 Freenet has presumably got stored somewhere, instead of being forced  
 to put it back in the download queue all over again, just so I have to  
 force it to download as a text file the second time?

You can. But not globally at the moment IIRC.

 Second, how can I tell Freenet about certain filetypes? This never  
 used to be a problem, so I really don't know what has happened, but  
 surely if Freenet is complaining about a file type it doesn't  
 recognise, there must be a way to 'teach' it about them so that it  
 doesn't complain in the future?

Well, most of these file types are demonstrably unsafe ...

We probably should have a config option or something though.
 
 thanks
 Ian
 
 On 19 Jan 2011, at 12:00pm, support-requ...@freenetproject.org wrote:
 
  Are you trying to download to disk? If you go to your downloads page,
  in the failed downloads section -- if you check the checkbox of the
  failed download, and also make sure the disable content filter
  checkbox is checked, then click the restart download button for that
  download, does it not restart downloading?
 
 


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] Freenet is connecting to the network - this may take a few minutes ...

2011-02-12 Thread Jep

Matthew Toseland :

On Sunday 30 Jan 2011 22:06:34 Jep wrote:

Matthew Toseland :

On Wednesday 26 January 2011 10:04:27 Jep wrote:

Jep :

[FN not connecting to strangers]



Has Freenet successfully announced and updated itself? A lot of work has been 
done on this and 1352 should work really well...


No. The recent update flood left my node disconnected for a day and a 
half once more. Nothing I tried helped. Only a reinstall from scratch 
brought me back on FN. I mean really from scratch, also the (big) 
datastore and .ini anew; a reinstall with that put back also didn't work.
Since I have not opened the new port numbers in my router, I figured it 
may be my router misbehaving or me configuring it wrong.
But OTOH then FN  would not function at all and not like usual for me, 
be a big problem to connect but OK once in and left running. Also, an 
online test for open ports said it's OK once my old software firewall 
was removed.


So then what's left is that I somehow misconfigured Freenet; I'll send 
you the old .ini.


I'd really like to know what the problem at mine might be! Because I've 
done a complete reinstall more often in the past but the problem always 
returned after some time. So if you would care to look into it?


Got another xp box, only used for childs games too, a plain vanilla xp 
that's only updated for security and it had the same problem when I 
tried. Can't remember though if I reused my .ini file.


Can I conclude the Freenet wrapper no longer runs as a service, meaning 
that the FN service can be removed?


It depends when you installed it. Recent versions don't use a service. However, 
if your node uses a service, keep the service.


Noticed the service is still there doing nothing. I'll remove 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:support-requ...@freenetproject.org?subject=unsubscribe


[freenet-support] internal error

2011-02-12 Thread Jelbert Holtrop
Hi,

After doing a bunch of downloads via the webinterface, firefox did not give 
updates to the downloads page anymore. I restarted the brawser and returned to 
the downloads page and got this report:

Internal error: please report

java.lang.OutOfMemoryError: Java heap space
at java.util.Arrays.copyOf(Arrays.java:2882)
at 
java.lang.AbstractStringBuilder.expandCapacity(AbstractStringBuilder.java:100)
at 
java.lang.AbstractStringBuilder.append(AbstractStringBuilder.java:572)
at java.lang.StringBuilder.append(StringBuilder.java:203)
at freenet.support.HTMLEncoder.encodeToBuffer(HTMLEncoder.java:41)
at freenet.support.HTMLEncoder.encodeToBuffer(HTMLEncoder.java:34)
at freenet.support.HTMLNode.generate(HTMLNode.java:223)
at freenet.support.HTMLNode.generate(HTMLNode.java:246)
at freenet.support.HTMLNode.generate(HTMLNode.java:246)
at freenet.support.HTMLNode.generate(HTMLNode.java:246)
at freenet.support.HTMLNode.generate(HTMLNode.java:246)
at freenet.support.HTMLNode.generate(HTMLNode.java:246)
at freenet.support.HTMLNode.generate(HTMLNode.java:246)
at freenet.support.HTMLNode.generate(HTMLNode.java:246)
at freenet.support.HTMLNode.generate(HTMLNode.java:246)
at freenet.support.HTMLNode.generate(HTMLNode.java:246)
at freenet.support.HTMLNode.generate(HTMLNode.java:246)
at freenet.support.HTMLNode.generate(HTMLNode.java:246)
at freenet.support.HTMLNode.generate(HTMLNode.java:246)
at freenet.support.HTMLNode$HTMLDoctype.generate(HTMLNode.java:309)
at freenet.support.HTMLNode.generate(HTMLNode.java:193)
at 
freenet.clients.http.QueueToadlet.handleMethodGET(QueueToadlet.java:934)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at 
freenet.clients.http.ToadletContextImpl.handle(ToadletContextImpl.java:544)
at 
freenet.clients.http.SimpleToadletServer$SocketHandler.run(SimpleToadletServer.java:862)
at 
freenet.support.PooledExecutor$MyThread.realRun(PooledExecutor.java:227)
at freenet.support.io.NativeThread.run(NativeThread.java:130)

my computer:
mac mini 1.83 GHz core 2 duo
2GB memory
OSX 10.6.6



___
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] jFCPlib jar?

2011-02-12 Thread Robert Foss
Hi!

Where can I find a compiled version of the jFCPlib jar?

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

[freenet-support] Connectiong problem

2011-02-12 Thread lukastek

Hi,
this is how my node is connected to the network, from 
http://127.0.0.1:/stats/ page:

Peer statistics

* Connected: 2
* Too old: 1
* Disconnected: 12
* Never connected: 26
* Seed nodes: 4
* Max peers: 40
* Max strangers: 40

Bandwidth

* Input Rate: 587 B/s (of 512 KiB/s)
* Output Rate: 1.69 KiB/s (of 128 KiB/s)
* Session Total Input: 17.1 MiB (1.61 KiB/s average)
* Session Total Output: 24.7 MiB (2.33 KiB/s average)
* Payload Output: 2.38 MiB (231 B/sec)(9%)
* Global Total Input: 35.5 GiB
* Global Total Output: 40.8 GiB

When i start Freenet, it take maybe one hour to be connected at least 2 nodes, 
result is very, very slow connection to Freenet.

Cann please somebody help?
___
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] Bitcoin

2011-02-12 Thread marko
Hi,

You   should   consider   taking   donations   in  Bitcoin  and  other
anonymous/pseudonanymous  currencies  in  addition to USD. There are a
lot   of   like-minded   people  in  the  anonymous  digital  currency
community.

  

___
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 downloads: unknown type

2011-02-12 Thread Ian Davies

Can anyone shed any light on this?

Apologies for my previous 'mad dog' identity; I sent from the wrong  
email address.

Thanks

Ian Davies

On 12 Jan 2011, at 12:00pm, support-requ...@freenetproject.org wrote:


For some reason my node has lost the ability to recognise just about
any file type other than images, and constantly drops other types of
downloaded file into a list headed Failed downloads: unknown type
and then the filetype, such as 'application/x-rar-compressed' or
'video/mpeg'.
I don't know exactly when the problem started; I don't *think* it
coincided with an update, but can't be sure. I'm currently running
version 0.7.5#1323 on OS X.
The problem wouldn't be so bad if I could just say, ok nevermind, and
force the browser to download it anyway, but instead I end up having
to jump through what sometimes feels like recursive hoops as I try
various combinations of Fetching the file, or restarting the
download (maybe disabling the content filter?) or Downloading the
file, or forcing the browser to open as a text file and so on and so
forth... it's complete circular nightmare. Sometimes opening as a text
file works, sometimes it doesn't... no idea why.
How can I tell my node about these file types?
Any idea why it lost this ability in the first place?


___
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] Login with Mac

2011-02-12 Thread Fritz Franklin
Hello,

I downloaded Freenet 0.7 for Mac, registered as a new user and so forth. Then I 
exited Foxfire. When I wanted to login and open Freenet again, I couldn't 
figure out how. All I could find was the download page, but the software is 
already downloaded. The Rabbit Tray icon doesn't do anything when I click on 
it, and I don't see another way to open Freenet. Could you please advise me how 
to login/open Freenet on my Mac computer? Thank you.

Fritz



  ___
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] Fw: Login with Mac

2011-02-12 Thread Fritz Franklin
Sorry, the version I downloaded was Freenet 0.7.5 for Mac.

Fritz

--- On Sat, 2/12/11, Fritz Franklin hope2havemore...@yahoo.com wrote:

From: Fritz Franklin hope2havemore...@yahoo.com
Subject: Login with Mac
To: support@freenetproject.org
Date: Saturday, February 12, 2011, 10:56 PM

Hello,

I downloaded Freenet 0.7 for Mac, registered as a new user and so forth. Then I 
exited Foxfire. When I wanted to login and open Freenet again, I couldn't 
figure out how. All I could find was the download page, but the software is 
already downloaded. The Rabbit Tray icon doesn't do anything when I click on 
it, and I don't see another way to open Freenet. Could you please advise me how 
to login/open Freenet on my Mac computer? Thank you.

Fritz









  


 

The fish are biting. 
Get more visitors on your site using Yahoo! Search Marketing.
http://searchmarketing.yahoo.com/arp/sponsoredsearch_v2.php___
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] I don't know if my freenet is working

2011-02-12 Thread darren buckley
hi I have just downloaded freenet on my windows phone and nothing seems to have 
happened. I am a complete newbie when it comes to the web so help would be much 
appreciated.thank u. oh my windows is 6.5 on the omnia 2.
___
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] help

2011-02-12 Thread darren buckley
hi I have just downloaded freenet and nothing has happened help I'm a complete 
newbie. I have a omnia2 running windows 6.5, ur help would be much appreciated.
___
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] Bitcoin donation

2011-02-12 Thread cyclonite
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Dear friends,

I have been looking in your site for any reference to Bitcoin for making a 
small donation.

As you probably know, Bitcoin (bitcoin.org) is a new kind of a P2P 
crypto-currency in which the general public can make donations, macro or 
micropayments in a secure and anonymous way usually without any transaction fee 
involved.

You can change Bitcoins for real Dollars (eg: https://mtgox.com) or purchase 
services or goods in an increasing number of sites.

In order to receive donations you only have to publish one of your accounts as 
generated by the bitcoin client or any specialized bitcoin trader (eg: 
mybitcoin.com)

Currently some projects as www.i2p2.de, www.torrentservers.net and 
organizations like the EFF are accepting donations.

In my opinion this kind of decentralized solution without the need to trust any 
middlemen is much better than Paypal (Visa, Mastercard ...) for security-minded 
people as most of your donors are.

If you are interested in pushing Bitcoin forward, do not hesitate to contact me 
if you have any doubt.

Yours,
Cyclonite
-BEGIN PGP SIGNATURE-

iQIcBAEBAgAGBQJNFp4aAAoJEL/jfnFwT5SQ2wEQAK7s6wGleGBcY7VkioSnqv4I
92JlZqG1QU3N9PRVDWl9ZNpEEdg7In16HvBhctsUSS+MfuaIgRQWjV3bN1a10oVW
BQtc2zcNExeNAHKBVea2niqEPxutQkoxvMv3wgTb5NiOzQBjTydQ7TNjmOxSrg0q
MKUyuhux94bM3r/+QrEWqcy6z+62IZhSceyIP6hnC+Lb4CA/RBVLMpsMnno/YvFB
mhTldfhIwJExmZf77C979aCwbeKDyGd2EVsKO6sPNFD6Fke8H3PXwW7Stp48lnfg
YIn0kMbJS7YXvP8C0qhJhOi/eMETGmmLEy9CmFlTUgfLbM4qjfzz+vX8NP3zrLJO
G7nHKWNrLv3WneemrSpo9uVfrxKyLSO8H/X7XTKjrfnDB3L6S1Yp/Nk23nb30jmj
lVx+9Elu5wOWG2CDel1MWiDIBrLUl7km+h4JmR0hSzOt2DJMw62IPT0aFwOAZVt/
4EPKF0CzxwjIaK5q2CC1FzbM47wBAQqJ7Ua0HcCx71i0YJuGy4GkZapOwm3+zuSn
kBcOVBZB2PnseZ1f3ntF+Y77Lvqz4JyZa5cPTHevvnqw0No/IJsJp4+2mduE7HOR
JRqLDM1NuXSfinTE4x+H/144efiZuTV8YcAnuZD1+DPuyv4xjwrrD4H1rnjs7HW/
FsLmo9yPZDRvfUZKEVYe
=52Cw
-END PGP SIGNATURE-


smime.p7s
Description: S/MIME cryptographic 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

[freenet-support] help

2011-02-12 Thread darren buckley
hi I have just downloaded freenet  on my windows phone and nothing happened. I 
am a newbie at all this so help is much appreciated my phone runs windows 6.5. 
is that ok? 
___
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] wrong link (help-documentation)

2011-02-12 Thread Yannic Scheper
Good evening,

there are a few wrong links in the section Help-Documentation.
Only the Frost link at http://freenetproject.org/content.html brings you
to http://jtcfrost.sf.net/. At the other sites the Frost links brings
you to http://freenetproject.org/frost.html and that's equal to
http://freenetproject.org/.

Sincerely,
Yannic Scheper

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

2011-02-12 Thread Roland Haeder
Wow,

that spam reminds me updating my postfix configuration not accepting
mails from 2010 and earlier... :(

Roland



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] jFCPlib jar?

2011-02-12 Thread David ‘Bombe’ Roden
On Sunday 12 December 2010 21:44:28 Robert Foss wrote:

 Where can I find a compiled version of the jFCPlib jar?

Nowhere, I’m afraid. At least I don’t offer any precompiled versions. You have 
to build it yourself.


 thanks :)

No problem. :)

David


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] jFCPlib jar?

2011-02-12 Thread Roland Haeder
I would bet he is not a user. Please take a look at the date he sent it.

Please also remember that Frost has similar legit-looking messages but
they are spam.

I could be wrong, but does mail really take so long? :)

On Sun, 2011-02-13 at 01:44 +0100, David ‘Bombe’ Roden wrote:
 On Sunday 12 December 2010 21:44:28 Robert Foss wrote:
 
  Where can I find a compiled version of the jFCPlib jar?
 
 Nowhere, I’m afraid. At least I don’t offer any precompiled versions. You 
 have 
 to build it yourself.
 
 
  thanks :)
 
 No problem. :)
 
   David
 ___
 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



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] jFCPlib jar?

2011-02-12 Thread Daxter
On Feb 12, 2011, at 7:03 PM, Roland Haeder wrote:

 I would bet he is not a user. Please take a look at the date he sent it.
 
 Please also remember that Frost has similar legit-looking messages but
 they are spam.
 
 I could be wrong, but does mail really take so long? :)

I've been subscribed to these mailing lists for about 6 months, and it's the 
oddest occurrence when every month-or-so there's this huge barrage of incoming 
messages.

If it's a spamming attempt, it's not very effective. I mean, it's not like the 
mailing list is inoperative now. However, it's an even weirder situation if 
these are legitimate support requests sent a year ago that never made it here...

 
 On Sun, 2011-02-13 at 01:44 +0100, David ‘Bombe’ Roden wrote:
 On Sunday 12 December 2010 21:44:28 Robert Foss wrote:
 
 Where can I find a compiled version of the jFCPlib jar?
 
 Nowhere, I’m afraid. At least I don’t offer any precompiled versions. You 
 have 
 to build it yourself.
 
 
 thanks :)
 
 No problem. :)
 
  David
 ___
 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

___
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] jFCPlib jar?

2011-02-12 Thread David ‘Bombe’ Roden
On Sunday 13 February 2011 02:03:20 Roland Haeder wrote:

 I would bet he is not a user. Please take a look at the date he sent it.

I am well aware that the mail is two months old.


 Please also remember that Frost has similar legit-looking messages but
 they are spam.
 
 I could be wrong, but does mail really take so long? :)

Only when toad forgets to moderate this lists for two months—which is what 
happened here. No evil stuff happening, please move along. ;)


David


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] jFCPlib jar?

2011-02-12 Thread Roland Haeder
Hi,

 Only when toad forgets to moderate this lists for two months—which is what 
 happened here. No evil stuff happening, please move along. ;)
Mystery solved. Sorry for the noise. :-)

But normally, mails from a very far past are spam. Some hours delay is
usual because of gray-listing and different time-zone.

Roland



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] Login with Mac

2011-02-12 Thread Volodya
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On 02/13/2011 01:56 AM, Fritz Franklin wrote:
 Hello,
 
 I downloaded Freenet 0.7 for Mac, registered as a new user and so forth. Then 
 I
 exited Foxfire. When I wanted to login and open Freenet again, I couldn't 
 figure
 out how. All I could find was the download page, but the software is already
 downloaded. The Rabbit Tray icon doesn't do anything when I click on it, and I
 don't see another way to open Freenet. Could you please advise me how to
 login/open Freenet on my Mac computer? Thank you.
 
 Fritz

Open the browser, and go to http://localhost:
If you will see something that means Freenet is running.

If you do not you'll need to start up the service. But i don't know how to do
that in Mac.

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

iQEcBAEBAgAGBQJNV3LKAAoJENW9VI+wmYasVeoH/20n3VdjHb/ySsUrwS9iZl+l
s6Xkn3Ip6vR0KqQA1HCVaQXhylDJxF5pxnxseNKMX+YVU+/qsi5KSAY4GhQC8i+F
wqrdWdJJBE7ROHAKfm5JACvZE6kWlvXt8DAvTrgNmu4Y3feTp+REfLnM7L2PYfco
wPm9jh/WGdTWuGNItEnw2Ozl1zAYYCECA/WwmBug5QJdphANDMASNUyHOFPEHRae
s355X/jVHgonDk1/fc66BsX0ByY/85btKHoHi+m9PjfJkn4UfyFptwX9ewiPadmP
906NAO7jQZs5PqE86gzQHf2YpYpC3lQX00WiQap426lQvI/HItvAlB0vqzH8bZg=
=PsIT
-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