Re: Unsubscribe doesn't work (with Python stack trace)

2017-09-07 Thread xor
 xor-freenet> you can tell toad that unsubscribe should work now; 
subscription is still broken (on purpose)
 https://ml.freenetproject.org/v1/ if he can't get anything else to 
work

signature.asc
Description: This is a digitally signed message part.


Re: [freenet-support] REMOVE FREENET

2017-05-15 Thread xor
On Tuesday, December 06, 2016 11:39:34 PM Nuno lemos wrote:
> I have tried the Freenet browser for a while, but is giving a lot of issues
> to my system, which is raspeberry Pi Debian jessie.
> 
> Could you kindly please inform how to remove completely from the system.

I'm sorry for the late reply, this got caught in the spam filter.

Try this command:
java -jar ~/Freenet/Uninstaller/uninstaller.jar

Also can you please let us know what the issues are so we can fix them? :)

Thanks!

signature.asc
Description: This is a digitally signed message part.


Re: [freenet-support] Freeenet: Help to create testbed to setup private freenet network

2017-02-02 Thread xor
CCing to the development mailing list as scientific work deserves to be there.
Perhaps sign up for that list as well to ensure you get all mails, and 
afterwards check the web archive for any you might have missed.

On Saturday, January 07, 2017 10:07:44 AM Srikanta Pradhan wrote:
> Hello Freenet,
> 
> I am Srikanta Pradhan, doing PhD at Indian Institute of Technology Patna
> [An university at India] on security analysis of decentralized P2P system.
> I am studying the freenet and its behavior. I have used the simulator in
> our research lab for this purpose. As we are not allowed to use any P2P
> software/website in our university.
> 
> Yesterday I came to know from the IRC chat #freenet that a testbed can be
> possible. We have several machines here, where I want to install FREENET
> for research purpose and verify their behavior in different conditions as
> simulated. I need to create a live FREENET netwrok, a private one [not
> connected to any other netwrok/internet] and modify them and observe their
> patterns.
> 
> But I have not found any materials and also the source code of FREENET.
> Can you kindly help me here to create a testbed i.e. to get the source
> code of it, the materials for installing as privately, how to make changes
> at different layers of it.
> 
> This will be a very great for me.
> 
> With Regards
> 
> Srikanta Pradhan
> Research Scholar
> Department of Computer Science and Engineering
> Indian Institute of Technology Patna,India. [www.iitp.ac.in]

Thanks for your interest in this!
It seems you were already pointed to the code on GitHub, so here's something 
about the aspect of simulations:

Luckily, Matthew Toseland aka toad has recently done very much simulation work 
as his dissertation, so you have a scientific paper to get started with!

It is linked in the pull request with his simulator improvements:
https://github.com/freenet/fred/pull/576

It may take a while until this is merged since it's lots of work to review and 
we don't have very many reviewers. Matthew currently doesn't have much time to 
contribute to Freenet as well so:
- Help with spotting bugs would be encouraged :)
- It seems nobody has actually read his paper yet to e.g. find potential 
improvements to Freenet. So if you run into any of those, it would be good to 
start a discussion about them here; or even file a pull request against the 
code itself to fix them.

I've put Matthew CC on so he notices this.

Please keep us up to date, for example post your paper to the development 
mailing list once it is done, and report any security issues you encounter.

And finally: Most of our daily discussion happens on IRC. If you want to 
permanently join development, I would recommend setting up a bouncer in our 
channel and reporting about your progress every once in a while. It may take 
people some hours to answer, but they will do so usually :)

Thanks!


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 Install and NORTON

2016-09-18 Thread xor
On Saturday, September 17, 2016 06:49:39 PM Ronnie Humphries wrote:
> When I try to download and install Freenet,  Norton terminates the
> installation, and says it's not safe, and then removes it.
> 
> 
> 
> Is it possible it is infected with a virus?   Is there any way to install?

Where did you download it from?

As Freenet is open source, it is entirely possible that a third party uses the 
source code to publish their own version which contains viruses.

Thus it's very important for us to know where you got it from.

Thank you!

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] safe to send noderef by email

2016-06-09 Thread xor
On Sunday, May 15, 2016 09:35:41 AM jelbert nl wrote:
> Hi,
> 
> If I want to invite friends to freenet would it be safe to exhange the
> noderef bij email or exhange them on a forum? Or is the only secure way to
> exhange them by a physical meeting and excange usb sticks?

(Sorry for the long delay in answering this, we've been a volunteer-only 
project for the past >6 months. No employees to be forced to reply to 
mails...)

What is "safe" depends on who you think might be attacking you.

In theory, people who are capable of intercepting your mails could replace 
your noderef with their own and thus intercept your Freenet traffic.
This is called man-in-the-middle attack:
   https://en.wikipedia.org/wiki/Man-in-the-middle_attack

Of course this is a bit complex to do and thus will probably only happen if 
someone is actively trying to hack you, such as a government.

So if you don't feel like the government is interested in you personally, use 
mail. Otherwise use an USB stick.




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] Moving freenet to another partition

2016-04-29 Thread xor
On Tuesday, September 08, 2015 03:55:25 PM Ivo Vegter wrote:
> To move freenet from /opt to /home, I followed the instructions here:
> https://wiki.freenetproject.org/Moving_an_Installation
> i.e. I changed all occurrences of /opt in freenet.ini to /home.
> 
> I use systemd, and updated the freenet.service file to reflect the new
> location. For good measure, I changed the freenet user's home directory
> from /opt/freenet to /home/freenet, too.
> 
> Systemd was unable to start freenet, however. The log says only that the
> main process exited with status 1 and the systemd unit consequently failed
> with result 'exit-code'. (Exact log below.)
> 
> I found more references to /opt in run.sh and wrapper.config, which
> suggests the above wiki page is incomplete, at best. I changed those
> occurrences too, but no luck.
> 
> Pls halp.
> ​
> ​Ivo​
> 
> ​LOG (note last 4 lines in particular):
> 
> Sep 08 15:19:27 myhost.mydomain sudo[26977]:myuser : TTY=pts/0 ;
> PWD=/home/freenet ; USER=root ; COMMAND=/usr/bin/systemctl start freenet
> Sep 08 15:19:27 myhost.mydomain sudo[26977]: pam_unix(sudo:session):
> session opened for user root by myuser(uid=0)
> Sep 08 15:19:27 myhost.mydomain systemd[1]: Starting Freenet...
> -- Subject: Unit freenet.service has begun start-up
> -- Defined-By: systemd
> -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
> --
> -- Unit freenet.service has begun starting up.
> Sep 08 15:19:27 myhost.mydomain polkitd[553]: Registered Authentication
> Agent for unix-process:26978:25862142 (system bus name :1.82
> [/usr/bin/pkttyagent --notify-fd 5 --fallback], object path
> /org/freedesktop/PolicyKit1/AuthenticationAgent, locale en_GB.UTF-8)
> Sep 08 15:19:32 myhost.mydomain run.sh[26983]: Starting Freenet done
> Sep 08 15:19:32 myhost.mydomain sudo[26977]: pam_unix(sudo:session):
> session closed for user root
> Sep 08 15:19:32 myhost.mydomain systemd[1]: Started Freenet.
> -- Subject: Unit freenet.service has finished start-up
> -- Defined-By: systemd
> -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
> --
> -- Unit freenet.service has finished starting up.
> --
> -- The start-up result is done.
> Sep 08 15:19:32 myhost.mydomain polkitd[553]: Unregistered Authentication
> Agent for unix-process:26978:25862142 (system bus name :1.82, object path
> /org/freedesktop/PolicyKit1/AuthenticationAgent, locale en_GB.UTF-8)
> (disconnected from bus)
> Sep 08 15:19:33 myhost.mydomain systemd[1]: freenet.service: Main process
> exited, code=exited, status=1/FAILURE
> Sep 08 15:19:33 myhost.mydomain run.sh[27031]: Freenet is not running.
> Sep 08 15:19:33 myhost.mydomain systemd[1]: freenet.service: Unit entered
> failed state.
> Sep 08 15:19:33 myhost.mydomain systemd[1]: freenet.service: Failed with
> result 'exit-code'.

(Sorry for the late answer, support is dealt with by volunteers, and nobody 
seemed to notice your mail back then.)

Please search your system for a file called "wrapper.log", the last few lines 
should tell why Freenet crashed.

Please review them for private information before sending them to this list.

Also, please tell us:
- which OS you are using
- how you installed Freenet, for example did you use one of the OS's packages?


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] Uninstall problem

2016-04-29 Thread xor
On Wednesday, September 09, 2015 09:23:05 PM lmacrock . wrote:
> Hello all, I uninstalled freenet, but my hard drive  is still being
> accessed. I did not use the uninstall tab on the freenet site, for I really
> did not know it was there. any and all help would be great.

(Sorry for the late answer, support is dealt with by volunteers, and nobody 
seemed to notice your mail back then.)

You say you did not use the regular uninstaller.
What do you mean by "I uninstalled freenet" then?

Which operating system are you using?

What do you mean by "my hard drive  is still being accessed"?
___
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] How to hide IP when give out noderef?

2016-04-22 Thread xor
On Thursday, April 21, 2016 03:20:07 PM Moses wrote:
> Hi,
> 
> I trust my friend, but still not want them to see my IP directly on
> the freenet web page when I give them my noderef, how to prevent my IP
> display on their freenet?

It is not technically possible to implement Darknet connections without 
revealing IP addresses: The purpose of Darknet connections is to establish a 
direct Internet connection between you and your friend, and direct connections 
over the Internet work by using IP addresses.

We could of course hide it from the user interface, but that would only 
prevent inexperienced users from figuring out what the IP is. Anyone with some 
technical knowhow could figure it out using standard tools for network 
monitoring; or even standard Freenet tools for viewing raw data of Freenet ARK 
addresses.

If you are concerned that your friend is malicious enough towards you to 
attack you using your IP, perhaps reconsider whether you trust this person to 
be a friend :(

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] Can not find each other

2016-03-04 Thread xor
On Tuesday, January 26, 2016 07:04:14 PM yeh matthew wrote:
> Hi,
> 
> One of my friends and I exchange node references with us, but we still
> see "Never Connected" on both sides.  I do not know why?
> 
> We use the same version of Freenet (Freenet 0.7.5 Build #1470 build01470)
> 

The most likely solutions are:

- Did you *both* add each other's node reference? It isn't enough if only one 
adds the reference of the other.

- In case you're using routers / firewalls: Did at least one of you open the 
Freenet Darknet UDP port in your router / firewall? It can be found here:
http://localhost:/connectivity/
It says "Darknet FNP". You can also open the "Opennet FNP" port for better 
connectivity to strangers.

- Did you configure the security level "Protection against a stranger 
attacking you over the Internet" to NORMAL or LOW? If it is HIGH or MAXIMUM 
instead, it will only connect to friends, not to strangers. If you don't have 
static IP addresses, this means it could be impossible for Freenet to discover 
the IP address of your single friend, as it requires at least one connection 
to the main network to do so.
The network security level can be seen here:
http://localhost:/seclevels/
So you might want to decrease it to NORMAL or LOW.


Sorry for the long delay to answer, we've run out of funds and thus are 
currently only staffed with volunteers. We're running a fundraiser to fix 
that: https://freenetproject.org/

Greetings

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] technical help

2016-02-25 Thread xor
On Monday, February 22, 2016 01:32:52 PM Steve Dougherty wrote:
> Keeping the default installation location would avoid that problem. To
> start Freenet run ./run.sh start from its installation directory. You can
> uninstall Freenet by deleting it.

There actually is an uninstaller software available on Linux:
In the installation directory, such as ~/Freenet, there is subdirectory 
"Uninstaller", which contains a file "uninstaller.jar".

So you could run it by the command:
java -jar ~/Freenet/Uninstaller/uninstaller.jar

The benefit over deletion is:
- The uninstaller should delete the cron job to start Freenet at boot. Keeping 
the cronjob can cause trouble when re-installing, it might start twice then, 
which causes it to crash.
- The uninstaller should also delete icons such as on the desktop, in the menu 
for starting programs, etc.

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] Unable to install Freenet on Windows XP without .NET

2015-12-12 Thread xor
Hello,
thanks for your mail to the support list and taking care of filling a bug for 
it.

While I can understand your concern of requiring both Java and .NET probably 
being a mistake, it is actually intentional: The .NET framework is required 
for the new tray icon which has recently been developed. Java would not have 
been suitable for implementing it.

BUT there is good news: When this was implemented, I requested the developer 
to at least chose a .NET version which is old enough to still be available on 
Windows XP. So if you do install the latest .NET framework available on XP, 
the Windows installer should accept that.

Greetings

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] Do not download files from Freenet and Frost

2015-07-23 Thread xor
On Tuesday, July 21, 2015 07:17:08 PM aleksa...@loadby.us wrote:
 Hi, do not open the site and do not download the files in  Frost as in
 Freenet download file reaches 100% and then download everything goes,
 himself a downloadable file in the download folder does not appear, at the
 same time he works news frost chats updated.Tried on different operating
 systems (ubuntu,windows), reinstalled Freenet all the same.Please tell me
 what could be the reason? 

This likely sounds like an issue which Freenet version build 1468 introduced 
and build 1469 has fixed.

1469 was released just a day before your report so it is likely that you were 
still on 1468.

Can you try whether this still happens with 1469 ?

Thanks and sorry for the inconvenience


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] (no subject)

2015-06-11 Thread xor
On Wednesday, June 03, 2015 12:17:51 AM Trevor john wrote:
  I don't seem to be able to access freenet on my I phone and so can't get
 into darknet. Help

I'm not sure what your question is.

Were you looking for a Freenet app for your phone? There currently is no 
official Freenet app, you need to install Freenet on a regular computer.

Or was your problem that you were trying to use your phone to access the web 
interface of a Freenet installation on a computer? In that case, you will need 
to allow the IP of the phone to access the web interface. 
Go to:
 Configuration / Web interface / Click Switch to advanced mode at bottom of 
page
Then configure IP address to bind to to the LAN IP of the computer to allow 
machines on the LAN to access Freenet (this can be dangerous if untrustworthy 
people are on your LAN!).
Then also configure Hostnames or IP addresses that are allowed to connect to 
the web interface. and maybe even Hosts having a full access to the Freenet 
web interface (read warning) to include the IP of your phone.

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] File upload doesn't start

2015-04-06 Thread xor
On Saturday, April 04, 2015 10:48:20 AM Bert Massop wrote:
 On 04-04-15 08:04, John Pinkman wrote:
  I am trying to upload one larger file (few GB), and there is no progress.
  It says STARTING as a status, and it stays this way for hours.
  
  I tried from VPN, and from regular wifi on different OS, same result. Tor,
  and torrent client all work fine, but freenet just doesn't work.
  
  There are no error or log messages, it doesn't say what is the problem. I
  suspect that Freenet expects open ports, or UPnP? It should be able to
  work without inbound connections.
  
  Any idea what is going wrong?
 
 Hi John,
 
 Freenet does indeed expect some ports to be forwarded, and may use UPnP
 (using the UPnP plugin) to open them for you. At least one end of each
 node-to-node link should have its ports forwarded for a connection to
 succeed. If you are connected to enough peers, you should be fine. To
 rule out any weird connectivity issues, please check if you are able to
 retrieve any Freenet page at all (I suggest you try some of the default
 bookmarks). If so, your connectivity is not to blame.
 
 Inserting files into Freenet is slow, expect it to take quite some time
 for large files. The speed at which you are able to upload depends on
 your configured bandwidth limit, your actual internet connection
 bandwidth, as well as the number of peers you are connected to and their
 bandwidths.
 
 I'm not entirely sure about the exact semantics of the starting
 status. Note however that Freenet only updates the progress of an insert
 after a certain amount of data has been inserted, you might just have to
 wait a bit longer.
 
 If your problems persist, please also indicate the number of peers you
 are connected to, and please report which Freenet version you are using.
 
 Thank you for running Freenet!
 
 -- Bert

Hey Bert,

you got this one wrong:
STARTING is as far as I know not about any network issue. It is about one of 
those I think:
- compressing the file
- encoding the file into Freenet's on-network format. This includes computing 
FEC information for example

If it hangs there, I would suspect one of those issues:
- very large file and slow hard disk. Waiting some more might help
- db4o bugs.

As a conclusion, the following can be said to John to answer this support 
request:
- If you are using the latest regular official Freenet release 1467, then using 
a purge-db4o testing release might help. Instructions how to obtain one are on 
toad's flog, which is in the default bookmarks of Freenet.
- If using the testing release is too complicated, you might just wait for 
1468 to be released. It should be out rather soon (a few weeks).
- There is also a solution available which is even less effort: Try disabling 
compression for the insert. (Please don't do that for many inserts / for ever 
as uncompressed inserts take more disk space on the network)

Greetings


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] data store 500GB?

2015-04-06 Thread xor
On Sunday, March 29, 2015 05:54:43 PM Dennis New wrote:
 On Sun, 29 Mar 2015 15:50:34 +0200, Bert Massop wrote:
  IIRC, bloom filters contribute to a memory usage of 1/3000th of the
  data store size, which would be around 1 GB of RAM for a 3TB data
  store
 
 This calculation/check should be done by the software when the data
 store size is set.

ACK.
As a quick fix, I would like to suggest we add the 1/3000th information to the 
l10n string at least.
Can someone do the l10n fix for now, or at least file a bug?

I can file a bug if nobody wants to deal with it, just tell me :)

Thanks

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-dev] Need Mac testers

2015-02-20 Thread xor
On Thursday, August 29, 2013 01:19:30 PM Matthew Toseland wrote:
 On Thursday 29 Aug 2013 11:29:17 Matthew Toseland wrote:
  Does the latest installer work on OS/X, recent or not so recent? If you
  have access to an OS/X computer please try it and post whether or not it
  works, and also post part of the wrapper.log. There was a rather worrying
  report on #freenet, and the wrapper binaries have been replaced recently;
  it looks like maybe the binaries are broken and it is running without the
  wrapper?
 It was a typo in a script. I've uploaded a fixed installer. I'd still
 appreciate testing though. Does it work, does it complain about not running
 in the wrapper / does the wrapper.log show an error about this at the
 beginning?

Was this installer ever deployed?

Recently a lot of people on IRC have complained that Mac installation doesn't 
work, maybe you forgot to deploy the fixed installer?

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] migrate node data to new node

2015-01-12 Thread xor
On Wednesday, January 07, 2015 05:19:18 AM Dennis New wrote:
 On Tue, 06 Jan 2015 21:21:23 -0500, Steve Dougherty wrote:
  Two options come to mind, and it depends on whether your want the new
  node to get the old darknet reference. In either case, replace the
  /datastore/ directory of the new node with that of the old one.
 
 If the datastore size (node.storeSize) doesn't match the old one, I'm
 guessing the node will automatically truncate or expand it? So, to
 avoid data loss, that should probably be configured properly first?

Yes, configure the same store size please.
The last time I migrated a node, I sorted all files in its directory by last-
modified date. The ones which were recently modified are likely to be needed to 
migrated.
If you're not sure about individual files, say which ones.

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

2015-01-12 Thread xor
On Tuesday, December 09, 2014 03:14:00 PM mimi smith wrote:
 Hola no entiendo como descargar archivos desde freenet, he descargado 4
 archivos y no los encuentro en mi pc, agradecería sugerencia o ayuda, para
 descargar desdde freenet, gracias.

You very likely did not get an answer because nobody speaks that language :(
Sorry. Try English please.

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] explanation needed onJava HotSpot warning

2015-01-12 Thread xor
On Wednesday, December 17, 2014 09:18:09 AM Steve Dougherty wrote:
 On 12/14/2014 12:57 AM, Krzysztof wrote:
  There is such an info in my log file. It is written short after starting
  Freenet. Is it something I should do with the library?
  
  INFO | jvm 1 | 2014/12/14 06:27:49 | Java HotSpot(TM) 64-Bit Server VM
  warning: You have loaded library /tmp/jbigi7616677911837003715lib.tmp
  which might have disabled stack guard. The VM will try to fix the stack
  guard now.
  INFO | jvm 1 | 2014/12/14 06:27:49 | It's highly recommended that you
  fix the library with 'execstack -c libfile', or link it with '-z
  noexecstack'.
 
 My understanding is it has something to do with the big integer native
 library used for faster cryptography. I'm not certain, but I think it
 has always been the case but Java 7 started warning about it? I don't

I think everybody gets that warning.
Its also documented here: https://bugs.freenetproject.org/view.php?id=6314

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] Signed source, binaries, public key

2014-11-16 Thread xor
On Saturday, November 15, 2014 06:00:54 PM Steve Dougherty wrote:
 On 11/15/2014 11:32 AM, Garrett Grimsley wrote:
  Hi,
  
  I just downloaded Freenet and I was wondering if you had any signatures
  for
  the source code or binaries, as well as a copy of your public key
  somewhere.
  
  Thank you!
 
 There is a link to a signature for the installer on the download page
 [0], (windows here [1]) and all source archives, jars, and signatures
 for them are available here. [2] More recently the artifacts are also on
 GitHub. [3]
 
 Recent releases are signed with
 
 pub   4096R/00100D897EDBA5E0 2013-09-21 [expires: 2016-09-15]
   Key fingerprint = 0046 195B 2DCA B176 D394  09CD 0010 0D89 7EDB A5E0
 uid   [  full  ] Steve Dougherty (operhiem1 Release Signing
 Key) st...@asksteved.com
 sub   4096R/7BF0F7B36AC8B380 2013-09-21 [expires: 2016-09-15]
 
 which is available on public key servers. I've also attached a copy.
 
 Hope that helps,
 - Steve

Also, a release is marked in Git by a tag usually, and you can verify the 
signature of a tag by git verify-tag name-of-tag.
(Don't forget that to get that particular signed tag, you have to make sure to 
actually check out the tag, and not  something including further commits after 
it. git checkout name-of-tag)

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

2014-10-05 Thread xor
On Tuesday, August 26, 2014 09:07:49 AM Klaus Schmetkamp wrote:
 On Aug 26, 2014, at 7:46 AM, Dennis New denn...@dennisn.linuxd.org wrote:
  On Mon, 25 Aug 2014 23:31:41 -0300, Klaus Schmetkamp wrote:
  Dear all,
  
  I installed freenet in MacOS 10.9.4 and will not start. Could you
  please help me with this ? Thank you.
  
  What does the end of your wrapper.log file say?
 Dennis,
 
 Thank you for your reply.
 There is no such file after install. I performed it twice successfully and
 still can not find it.
 
 
 Attached a screenshot of the available files.

Thanks for the reply and sorry for ignoring it for a long time, thought the 
others would deal with it.
I've forwarded this to Steve Dougherty (aka operhiem1) who has recently got a 
Mac specifically to test whether Freenet works on it, and fix eventually 
existing problems. He'll probably contact you soon. If he doesn't, please post 
on the mailing list again.

Greetings,
xor, Freenet client application maintainer

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] Japanese-language Identities

2011-05-13 Thread xor
On Monday 09 May 2011 09:32:21 Jelbert Holtrop wrote:
 Hi Daxter,
 
 I have the same problem. As soon as any WoT related tasks are happening the
 computer gets very bussy for a very long time. Making a new identety is
 impossible. Browsing works fine or other not WoT related activities.
 

This is a performance issue. Freetalk and WoT are not optimized yet,
I am working on optimizations.
See FAQ entry 1 for the reason
http://new-wiki.freenetproject.org/Freetalk

and my flog for explanation of the optimizations I am working on:
USK@QeTBVWTwBldfI-lrF~xf0nqFVDdQoSUghT~PvhyJ1NE,OjEywGD063La2H-IihD7iYtZm3rC0BP6UTvvwyF5Zh4,AQACAAE/flog/10/

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

2011-05-13 Thread xor
On Friday 06 May 2011 23:51:47 Jelbert Holtrop wrote:
 I already got the note that the database might been broken. So I tried to
 open it wich did not work. Then I deleted te WoT database and started up
 agian. I did have to create a new identity :(( The node acts weired. When
 I restart it the floghelper does not want to load. In the menu there is
 the last item floghelper,anyway (but not in the list of plugins) but when
 cliched it tells it can not connect to the database. If I let the node
 reload the pluging from freenet that works and then there are two menu
 options floghelper in the menu. Both of them work. When I try to generate
 a net identity the request and insert URI are displayed, so i note them
 down. When I click Create it Java cpu usage goes to 122% (just as high as
 it can get) and sometimes drops a bit to 85% but stays high. This goes on
 for hours. In the end no new identitie is created.
 
 I deleted everything in the plugins dir and after that the node started to
 download evrything agian. At the end of it the node still had the weired
 behavior as described above. Is it time to reinstall this node? What files
 do I need to save in order to keep my keys, identities and flog?


Do NOT reinstall your node, this is not necessary.
Do the following to reset WOT:
- Backup any public/private URI pairs of the own identities you want to re-use 
after resetting
- Go to your node's plugin page and unload Floghelper, Freetalk, Sone, Web Of 
Trust
- Shutdown your node
- Delete the WebOfTrust directory in your node's directory. If you want to 
reset Freetalk as well, also delete the Freetalk directory
- Delete any WebOfTrust / WoT JARs from the plugins directory
- Start your node again. Go to the plugins page, load web of trust from the 
official list which is there
- Restore your identities using the Restore identity form on the Own 
Identities page.
- Notice that WOT might be very unresponsive for the following time, it is not 
optimized much yet and will cause quite some CPU usage until it has fetched 
all identities. It should settle down after that. I'm still working on 
optimization. Build0006 which was released yesterday should be quite a bit 
faster already.
___
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