[freenet-support] Temp dir question (forward from Frost)

2009-08-07 Thread Evan Daniel
(Forwarded from Frost board 'freenet')

Toad, I told you our users knew what 'directories' were and that
they'd complain when Freenet stopped putting files in them :)

The downloads page shouldn't say "Completed downloads to temporary
directory" if it didn't download the files to a temporary directory.
(I should have noticed this when testing the relevant changes; I
missed it too.)

Sometimes I think you worry too much about hypothetical 'newbie users'
that we don't have much actual feedback from, to the detriment of the
majority of our users, who I think can be described as technically
competent, but not experts.

Evan Daniel

- Anonymous - 2009.08.07 - 00:30:48GMT -

Hi

My all downloads (from Frost) are going to (fproxy):
"Completed downloads to temporary directory (4)".

Where is a temporary directory ?! I couldnot find those files in any
/tmp, or Freenet' directory.

How i can force Freenet to download all files directly into disk' "downloads" ?
Or maybe I just need to wait some time and files will be moved thee?

My "Protection if your computer is seized or stolen" option is NORMAL.
Version: Freenet 0.7.5 Build #1226 build01226
Freenet-ext Build #26 r23771

Please 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


Re: [freenet-support] Part 2: Probably a bug: please report: 1 peers forcibly disconnected due to not acknowledging packets.

2009-08-07 Thread Juiceman
On Thu, Jul 30, 2009 at 8:12 AM, Toni Bergman wrote:
> Hi, I got this error again, but this time I got more info about it
> Probably a bug: please report: 1 peers forcibly disconnected due to not
> acknowledging packets.
> 1 of your peers are having severe problems (not acknowledging packets even
> after 10 minutes). This is probably due to a bug in the code. Please report
> it to us at the bug tracker at https://bugs.freenetproject.org/ or to the
> support mailing list supp...@freenetproject.org. Please include this message
> and what version of the node you are running. The affected peers (you may
> not want to include this in your bug report if they are darknet peers) are:
>     * 165.154.46.119:34072
>
> Versio info
>     * Freenet 0.7.5 Build #1223 build01223-real
>     * Freenet-ext Build #26 r23771
>
> My machine: modern gaming specs win xp pro, direct connection.
>
> Here's the extra info, it seems that peer is trying to attack my node and
> probably many others. Switching it's port and trying to connect again. Since
> opennet by default won't allow more than 1 connection per IP, I don't see
> the point.. Maybe it's giving me some false info in order to confuse my
> node. Here's what I found at my CONNECTIVITY - stats page. I removed all but
> the 1 attacking ip address so it's clearer to view.
>
>
> Packets for UDP Opennet port 7464 by port - Maybe port forwarded (minimum
> tunnel lifetime 5h31m)
> Address    Sent/received packets    Local/remote    Startup to first send
> Online to first receive
> 62.202.36.197:25164     1/ 1     REMOTE     3h12m     3h12m     3h12m @
> 2h23m ago
> 62.202.36.197:25163     4/ 2     REMOTE     3h12m     3h12m     3h12m @
> 2h23m ago
*snip*

That's very interesting!  That IP resolves to China, I believe:

Pinging 197.36.202.62.cust.bluewin.ch [62.202.36.197] with 32 bytes of data:
Request timed out.
___
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] Permission denied

2009-08-07 Thread steve
Odd problem, try running ./update.sh instead of sh update.sh.

Also make sure you own all the files in the dir, chown -R 
/Applications/freenet

On Mon, Aug 3, 2009 at 1:40 PM, Mel Charters wrote:

> I get the following listing on Terminal when I update the shell on a
> Mac (10.4.11):
>
> $ sh update.sh
> Updating freenet
> Created temporary download directory.
> sha1test.jar needs to be updated
> Downloading sha1test.jar utility jar which will download the actual update.
>   % Total% Received % Xferd  Average Speed   TimeTime Time
>  Current
>  Dload  Upload   Total   SpentLeft
>  Speed
> 100 21245  100 212450 0   8014  0  0:00:02  0:00:02 --:--:--
> 30789
> Importing startssl.pem into /tmp/keystore2179982931916769840.tmp
> The CA has been imported into the trustStore
> Fetching update.sh
> https://checksums.freenetproject.org/latest/update.sh.sha1
> Downloaded update.sh
> Your update.sh is up to date
> Importing startssl.pem into /tmp/keystore3320208739824858610.tmp
> The CA has been imported into the trustStore
> Fetching freenet-stable-latest.jar
> https://checksums.freenetproject.org/latest/freenet-stable-latest.jar.sha1
> https://checksums.freenetproject.org/latest/freenet-stable-latest.jar
> Downloaded freenet-stable-latest.jar
> Importing startssl.pem into /tmp/keystore8937659232409089196.tmp
> The CA has been imported into the trustStore
> Fetching freenet-ext.jar
> https://checksums.freenetproject.org/latest/freenet-ext.jar.sha1
> Downloaded freenet-ext.jar
> Restarting node because freenet-stable-latest.jar updated.
> update.sh: line 238: ./run.sh: Permission denied
> update.sh: line 242: ./run.sh: Permission denied
>
> Why is permission denied to automatically stop and reboot? If I stop
> and start manually with run.sh, the Freenet node seems to start up
> fine.
>
> --
> Mel Charters
> ___
> 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] Permission denied

2009-08-07 Thread Mel Charters

Odd problem, try running ./update.sh instead of sh update.sh.


get same result.

Also make sure you own all the files in the dir, chown -R  
/Applications/freenet


Doing a
ls -l
shows I own all the files in the Freenet directory

chown exits successfully no error.

On Mon, Aug 3, 2009 at 1:40 PM, Mel Charters 
<mcharter...@comcast.net> wrote:


I get the following listing on Terminal when I update the shell on a
Mac (10.4.11):

$ sh update.sh
Updating freenet
Created temporary download directory.
sha1test.jar needs to be updated
Downloading sha1test.jar utility jar which will download the actual update.
  % Total% Received % Xferd  Average Speed   TimeTime 
Time  Current

 Dload  Upload   Total   SpentLeft  Speed
100 21245  100 212450 0   8014  0  0:00:02  0:00:02 --:--:-- 30789
Importing startssl.pem into /tmp/keystore2179982931916769840.tmp
The CA has been imported into the trustStore
Fetching update.sh
https://checksums.freenetproject.org/latest/update.sh.sha1
Downloaded update.sh
Your update.sh is up to date
Importing startssl.pem into /tmp/keystore3320208739824858610.tmp
The CA has been imported into the trustStore
Fetching freenet-stable-latest.jar
https://checksums.freenetproject.org/latest/freenet-stable-latest.jar.sha1
https://checksums.freenetproject.org/latest/freenet-stable-latest.jar
Downloaded freenet-stable-latest.jar
Importing startssl.pem into /tmp/keystore8937659232409089196.tmp
The CA has been imported into the trustStore
Fetching freenet-ext.jar
https://checksums.freenetproject.org/latest/freenet-ext.jar.sha1
Downloaded freenet-ext.jar
Restarting node because freenet-stable-latest.jar updated.
update.sh: line 238: ./run.sh: Permission denied
update.sh: line 242: ./run.sh: Permission denied

Why is permission denied to automatically stop and reboot? If I stop
and start manually with run.sh, the Freenet node seems to start up
fine.


--
Mel Charters___
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