Planet Peer - The anonymous networking community
March 13, 2010, 05:09:33 PM *
Welcome, Guest. Please login or register.

Login with username, password and session length
 
News: Planet Peer - The anonymous networking community
...because anonymity is better ;-)
 
   Home   Help Search Calendar Login Register  
Pages: [1] 2 3 4   Go Down
  Print  
Author Topic: Rodi 0.3.60 released [23.03.06]  (Read 22921 times)
0 Members and 1 Guest are viewing this topic.
crypton
Elite
*****

Karma: +9/-0
Offline Offline

Posts: 1653



View Profile
« on: April 07, 2005, 01:10:03 PM »

Rodi 0.3.60 released



Download Rodi:
http://prdownloads.sourceforge.net/larytet/rodi_0.3.60.zip?download
http://prdownloads.sourceforge.net/larytet/rodi_src_0.3.60.zip?download
http://sourceforge.net/projects/rodi

Quote
---------  0.3.60 ------------------

Bug fix - default timeout in the "remove inactive peers" is 1 hour instead of 1s

---------  0.3.5F ------------------

Bug fix in the process removing idle peers from the system level data base

and one fix more
(see http://sourceforge.net/tracker/index.php?func=detail&aid=1455852&group_id=148601&atid=772163)
of that problem with exception NoSuchMethodError in peer removing thread

---------  0.3.5E ------------------

Send spam support in the Look subsytem. Look sends (optionally) a configurable
chat message to the new/reconnected peers. see menu conf/look command sendSpam

Bug fix 1454524
see details http://sourceforge.net/tracker/index.php?func=detail&aid=1454524&group_id=148601&atid=772163
When Publisher runs parsing add found words to a temporary dictionary. If the file is already published
drop the temporary dictionary


« Last Edit: March 23, 2006, 04:27:11 PM by defnax » Logged


larytet
Advanced
***

Karma: +0/-0
Offline Offline

Posts: 143

Planet Peer Community


View Profile
« Reply #1 on: April 08, 2005, 01:00:23 AM »

i will release 0.2.11 (0.2.12, ...) if we discover some major bugs. Something show stoping, security flaw, etc.
I found a couple of bugs - 1177492, 1177521, but both are not major. one related to the Chat which is not officially supported by 0.2.x and the other is a rare condition which nobody reported yet.
Logged
larytet
Advanced
***

Karma: +0/-0
Offline Offline

Posts: 143

Planet Peer Community


View Profile
« Reply #2 on: April 08, 2005, 04:27:58 PM »

see 0.3.03 for fixed bug in the CLI commands without arguments, lile share list, peer list, etc.
« Last Edit: April 08, 2005, 07:13:35 PM by larytet » Logged
larytet
Advanced
***

Karma: +0/-0
Offline Offline

Posts: 143

Planet Peer Community


View Profile
« Reply #3 on: April 14, 2005, 10:28:37 PM »



http://larytet.sourceforge.net/rodiTimple_shtmlplanetpeer_de.jar
Logged
larytet
Advanced
***

Karma: +0/-0
Offline Offline

Posts: 143

Planet Peer Community


View Profile
« Reply #4 on: May 03, 2005, 06:12:43 PM »

0.3.15 is out
Installation steps
- download ZIP file from http://sourceforge.net/project/show...ckage_id=127912 and open zipped archive in any directory
- click runRodiWin32.bat
- click button SetupWizard on the Connection panel of GUI interface
- after setup wizard is completed start runRodiWin32.bat

Network is essentialy empty. There are two ways to find any peers - one is IP scan over whole IP address space - 4 bil. IP addresses. the other is to add IP addresses of the known hosts. Because hosts do not want to expose exact IP addresses on the public WEB server you will have to add IP range. Find IP ranges here http://larytet.sourceforge.net/ipRange/ipRanges.php
To add IP range click Hosts on the left and fill the fields IP address, mask, port with values you found on the Post IP page. Click Add button.

You will have to forward port 53 if you are behind firewall.

you are ready to start your first search

Click Look on the left and fill the search pattern (filename/filehash) click go. I siuggest to look for ZIP files. Select one of the found files and click button download.
click label Download on the left to follow the progress
Logged
crypton
Elite
*****

Karma: +9/-0
Offline Offline

Posts: 1653



View Profile
« Reply #5 on: May 06, 2005, 09:20:38 PM »

Rodi 3.16 released
Logged


larytet
Advanced
***

Karma: +0/-0
Offline Offline

Posts: 143

Planet Peer Community


View Profile
« Reply #6 on: May 06, 2005, 11:38:38 PM »

it would be nice if somebody try to run some tests with 0.3.16
there are a couple of ZIP files waiting on one of advertised hosts
installation is really straightforward in the recent release - click SetupWizard and then Ok all the way.
Logged
larytet
Advanced
***

Karma: +0/-0
Offline Offline

Posts: 143

Planet Peer Community


View Profile
« Reply #7 on: May 07, 2005, 12:01:03 AM »

two movies (AVI) are also available
007 Packeteer - Will Bond survive ?
hash 7C49E92E740884D06FA0D245EE7B1C14

The Matrix Retarded
hash FBC2ACA36422FE54324ABC313C488E3A
Logged
larytet
Advanced
***

Karma: +0/-0
Offline Offline

Posts: 143

Planet Peer Community


View Profile
« Reply #8 on: May 07, 2005, 01:15:02 AM »

0.3.17
bug fix - GET DATA request (from downloader to seed) is rejected for some file sizes.
this bug exists in all prior versions. no workarounds. bug affects all files with
(size mod 8) == 0 (file size is divided by 8 exactly)
for example, 65,187,840 bytes (65,187,840/8 == 8148480)

it means that ~13% of all files could not be uploaded with versions.
Upgrade from 0.3.16 to 0.3.17 is mandatory for peers wishing to deliver (upload) files with such file size.
« Last Edit: May 07, 2005, 01:18:34 AM by larytet » Logged
crypton
Elite
*****

Karma: +9/-0
Offline Offline

Posts: 1653



View Profile
« Reply #9 on: May 07, 2005, 10:33:30 AM »

 i have now error with 0.3.16 nad 0.3.17

Failed to bind socket port 53
java.net.BindException: Address already in use: Cannot bind
   at java.net.PlainDatagramSocketImpl.bind0(Native Method)
   at java.net.PlainDatagramSocketImpl.bind(Unknown Source)
   at java.net.DatagramSocket.bind(Unknown Source)
   at java.net.DatagramSocket.<init>(Unknown Source)
   at rodi.Resources.openSocket(Resources.java:31)
   at rodi.Resources$SocketRxParams.restartSocket(Resources.java:269)
   at rodi.util.SocketRx.run(SocketRx.java:98)
Failed to bind socket port 53


i cant connecting
Logged


cs301
Elite
*****

Karma: +5/-0
Offline Offline

Posts: 459



View Profile
« Reply #10 on: May 07, 2005, 11:31:51 AM »

since 0.3.16 i find nothing... same with 0.3.17 Huh
(with 0.3.15 i found a few files)

searched for zip/ZIP with/without dot, same AVI, mp3, hash - but nothing

log-file gives no problems
Logged

CSpace-ID: 1683
Jabber-ID: cs301@swissjabber.ch
cs301
Elite
*****

Karma: +5/-0
Offline Offline

Posts: 459



View Profile
« Reply #11 on: May 07, 2005, 12:08:20 PM »

i have now error with 0.3.16 nad 0.3.17

Failed to bind socket port 53
java.net.BindException: Address already in use: Cannot bind
   at java.net.PlainDatagramSocketImpl.bind0(Native Method)
   at java.net.PlainDatagramSocketImpl.bind(Unknown Source)
   at java.net.DatagramSocket.bind(Unknown Source)
   at java.net.DatagramSocket.<init>(Unknown Source)
   at rodi.Resources.openSocket(Resources.java:31)
   at rodi.Resources$SocketRxParams.restartSocket(Resources.java:269)
   at rodi.util.SocketRx.run(SocketRx.java:98)
Failed to bind socket port 53


i cant connecting

i got the same "error"... i quit rodi about the close-symbol... but then the process "javaw.exe" is still in taskmanager. end it first and then restart rodi.
is there a command to quit/exit rodi incl. its process ...Huh??


Logged

CSpace-ID: 1683
Jabber-ID: cs301@swissjabber.ch
lary01


Karma: +0/-0
Offline Offline

Posts: 2

Planet Peer Community


View Profile
« Reply #12 on: May 07, 2005, 05:04:01 PM »

this is a bug.

known workarounds

Workaround 1 start only Timple (GUI frontend) by clicking jar file or using command line in DOS shell
Code:
javaw -jar rodiTimple.jar
you can copy BAT file and remove line staring rodi.jar

Workaround 2 run setup wizard and answer Yes to the question "Do you want CLI interface to remain visible"

Workaround 3 bevore closing Timple click label Log on the left side of the window and issue command
Code:
dbg vis true
then close close CLI interface manually


Workaround 4 open file rodiCore.script and remove line
Code:
dbg vis false


Workaround 5 open file rodiCore.script and comment out line
Code:
nop dbg vis false


Workaround 6 open file rodiCore.script and replace line
Code:
dbg vis false
with
Code:
dbg vis true
« Last Edit: May 07, 2005, 05:09:37 PM by lary01 » Logged
lary01


Karma: +0/-0
Offline Offline

Posts: 2

Planet Peer Community


View Profile
« Reply #13 on: May 07, 2005, 06:37:27 PM »

Quote
with 0.3.15 i found a few files
unfortunately all peers from this list http://larytet.sourceforge.net/ipRange/ipRanges.xml are down
most likely this is not a problem with 0.3.16/0.3.17

click button Submit on http://larytet.sourceforge.net/ipRange/advancedForm.php
publish one file and i will try to run look. i am behind firewall and i need help of some peer in the outside world to find out what is my external IP address and IP port
« Last Edit: May 07, 2005, 06:43:06 PM by lary01 » Logged
cs301
Elite
*****

Karma: +5/-0
Offline Offline

Posts: 459



View Profile
« Reply #14 on: May 07, 2005, 10:51:47 PM »

im behind a firewall too, or better behind 2 fws and 2 routers + proxy... no one can direct connect to me... and the ip that is shown on your ip-range-form is not mine, that is the ip of my providers proxy. my ip is different in the last number. and i have a non public static ip. i have tried to set up a apache-server, but no one can find it from the outside. internally all works fine. provider does not give me a public ip.

which ip should i put down in the form? the proxy-ip which the form detects or the ip which is different in the last number?

local ip(192.168.x.x) -> my router+fw (192.168.x.x) -> cable-modem(10.10.x.x) -----> provider cable router(172.x.x.x) ->.? ? ? ? ? ?..-> my non-public-ip(x.x.x.129) -- or -> provider proxy (x.x.x.140) -> internet

from outside you can see only the proxy ip (x.x.x.140) ... this is the ip which your php-form detects, but thats not right...
or i put in x.x.0.0 and mask 255.255.0.0

>> i hope you will understand my bad translated english <<
Logged

CSpace-ID: 1683
Jabber-ID: cs301@swissjabber.ch
Planet Peer - The anonymous networking community
   

 Logged
Pages: [1] 2 3 4   Go Up
  Print  
 
Jump to:  


Powered by MySQL Powered by PHP Powered by SMF 1.1.11 | SMF © 2006-2009, Simple Machines LLC Valid XHTML 1.0! Valid CSS!