PDA

View Full Version : Linux version



Bok
08-09-2005, 12:33 PM
There is a new build of the linux client out today...

http://www.cs.huji.ac.il/labs/danss/p2p/dimes-linux/download2.html

This is pointing to the development server but you can alter the conf/properties.xml file to make it more like an existing windows version.

I still can't get it to work on a Gentoo machine I have running blackdown java though, but it might have a chance on Fedora, Debian or Suse if someone wants to give it a go..

Bok

Bok
08-09-2005, 04:37 PM
*Update*

Because this is a 64bit Gentoo build I realised that one of the included libraries probably needed recompiling, so I downloaded the source for it.

I h4x0red around with it a little and altered the makefile to work with the blackdown jdk, got it to compile and then tried dimes again.

It runs, started up the same screen as the windows version, but doesn't appear to do anything that I could see. It's certainly talking to the servers ok, but I don't think it's actually doing any work..

Bok

Bok
08-09-2005, 07:53 PM
I think I've got it pretty close now...

A6401 DevelopmentAgent # ./run
PropertiesBean.init
Aug 9, 2005 7:53:05 PM dimes.util.LibraryLoader getLatestFile
FINE: Found latest file: /root/DIMES_linux/DevelopmentAgent/resources/libcallmtr.so
Aug 9, 2005 7:53:06 PM dimes.util.LibraryLoader load
FINE: loaded /root/DIMES_linux/DevelopmentAgent/resources/libcallmtr.so
Aug 9, 2005 7:53:09 PM dimes.util.comState.ComStateDetector start
FINE: Restarting ComStateDetector
Aug 9, 2005 7:53:09 PM dimes.util.DipslayServer startServer
FINE: Started Display server.
Aug 9, 2005 7:53:12 PM dimes.scheduler.Scheduler sendReceive
INFO: Exchanging files with server...
Aug 9, 2005 7:53:15 PM dimes.comm2server.ExponentialBackupCommunicator sendReceive
WARNING: incoming file is null or empty
Aug 9, 2005 7:53:18 PM dimes.util.comState.ComStateDetector addComStateEventListener
FINE: Added dimes.scheduler.SchedulerTask@45a84b38 to ComStateDetector listeners list
Aug 9, 2005 7:53:18 PM dimes.util.comState.ComStateDetector addComStateEventListener
FINE: Added dimes.state.KeepAliveTask@1e731e90 to ComStateDetector listeners list
Aug 9, 2005 7:53:48 PM dimes.measurements.Measurements execute
INFO: TRACEROUTE 66.71.177.168 ICMP

Killed


but it just dies at this point :(

I'll keep debugging it every now and then..

Bok