News:

Follow BoincTasks on Twitter Facebook        Visit our website here.
BoincTasks cloud login is working again

Main Menu
Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Topics - txr13

#1
Beta Testing / BT 1.30 bug
January 04, 2012, 03:24:19 PM
Hi there, Fred!  ;D  I ran across a bug in 1.30 yesterday night just after installing it, thought I'd let you know.

In 1.25, I previously had BT set to contact six machines using an IP address of localhost. One of them really was the localhost, and five of them were SSH tunnel endpoints to a remote site. And that worked just fine.

After upgrade to 1.30, those six machines had their IP addresses changed to localhost, localhost2, localhost3, etc. This does not seem to be an issue for the SSH endpoints, but the actual local client would not connect for anything. I tried setting all six machines back to "localhost" without any numbers, but BT immediately re-numbered them.

I'm using Windows 7 Professional x64 SP1. And I remembered that Windows can be very finickety about allowing localhost connections (since XP SP2 came out, anyways). So, I tried setting the actual local client manually to "localhost" (it was previously "localhost6") and re-numbering the other SSH endpoints accordingly. It worked!

My suggested fix: add a bit of code to detect which machine is the local machine, and set that one first to "localhost". All my SSH endpoints happened to be listed in name order before my local desktop, and so they received the lower numbers. But if you set the local client first, and then re-numbered all the other "localhost" connections, you might avoid an issue where the local client no longer connects, with no reasons immediately apparent.

Thoughts on what code could be used to detect the local client: compare hostname to computer name in BT, compare local gui_rpc_auth contents to listed contents in BT, compare hostname to hostname reported by the BOINC clients attached to BT... It's possible none of these would be 100% accurate, but it would probably give you a good guess, I'm thinking.

Anyways, there it is!  :D Thanks again for writing such an excellent program, Fred!
#2
Wish List / Chain BOINCtasks to remote sites
December 09, 2011, 06:06:38 PM
I currently have three sites where I run several BOINC clients, and I use BOINCtasks at each one. I know I can use the webserver in BOINCtasks to view the two remote sites in my browser, but I'd really love the ability to view them in the same console as my local site.

Perhaps this could be added simply by having an option to point BOINCtasks to a remote BOINCtasks' webserver? Or it might be better to cut out the extra encoding and just use the remote BOINCtasks as a sort of "status proxy" to gather the information from the remote site and forward it on so that the requesting copy of BOINCtasks can display it however the user wishes? I'm not particular about it.

Love the program, by the way. Makes administering all my clients much easier! Thank you so much for your time and effort invested in this program!