Interface binding for BOINC/Linux and file sharing accross OS

Message boards : BOINC client : Interface binding for BOINC/Linux and file sharing accross OS
Message board moderation

To post messages, you must log in.

AuthorMessage
DrYak

Send message
Joined: 27 Jan 06
Posts: 3
Switzerland
Message 2801 - Posted: 27 Jan 2006, 18:06:41 UTC
Last modified: 27 Jan 2006, 18:07:22 UTC

Two question (and a third theoric consideration) :


  1. One of the machines on which I'm running BOINC is a headless Linux server. The problem is : BOINC is listening for incomming connection on Localhost (127.0.0.1:1043), not on the local network (192.168.0.:1043). So now, if I want to remotely control the BOINC client, I have to open a SSH tunnel (ssh -L1043:127.0.0.1:1043 192.168.0.2), I cannot connect directly from BOINC Manager.

    • Is it possible to force BOINC to listen on both localhost AND eth0 interfaces ?



  2. I plan soon to install the BOINC client on a work station that normally runs linux, but occasionnally is switched to Windows for gaming purpose (the games are mostly point'n'click adventure games, so performance hit isn't a issue).


    • If I install all clients and copy data files in the same directory on a partition that can be accessed by both OSes (like a FAT32 partition), when I start BOINC/Win32 will it be able to pick up work where BOINC/linux_x86 left ? Or will all data get corrupted due to some obscure difference between the clients ?



  3. Bonus question : On a completly theorical point of view (I don't have the intention to do it) can two (or more) concurrent instances of BOINC run from the same directeroy and nicely alternate, each one running a different job that the other isn't running ? (could be useful in a farm of diskless servers) Or will it result in massive corruption ?



I know that most of this answer could be found by looking at the source, but I'm just lazy,,, :-P


ID: 2801 · Report as offensive
Keck_Komputers
Avatar

Send message
Joined: 29 Aug 05
Posts: 304
United States
Message 2807 - Posted: 27 Jan 2006, 22:06:46 UTC

1) Try creating a remote_hosts.cfg file on the headless host.

2) Most likely differences in the windows and *nix applications will cause problems.

3) It will make a mess.
BOINC WIKI

BOINCing since 2002/12/8
ID: 2807 · Report as offensive
DrYak

Send message
Joined: 27 Jan 06
Posts: 3
Switzerland
Message 2810 - Posted: 27 Jan 2006, 23:06:15 UTC - in response to Message 2807.  

1) Try creating a remote_hosts.cfg file on the headless host.


Found option : -allow_remote_gui_rpc
Which was hidden on my help screen due to weird world warp on my terminal.
It binds to any incoming trafic (ie: that passes the firewall) : 0.0.0.0:1043
eveyrthing runs smoothly now.
ID: 2810 · Report as offensive

Message boards : BOINC client : Interface binding for BOINC/Linux and file sharing accross OS

Copyright © 2024 University of California.
Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.2 or any later version published by the Free Software Foundation.