• Some users have recently had their accounts hijacked. It seems that the now defunct EVGA forums might have compromised your password there and seems many are using the same PW here. We would suggest you UPDATE YOUR PASSWORD and TURN ON 2FA for your account here to further secure it. None of the compromised accounts had 2FA turned on.
    Once you have enabled 2FA, your account will be updated soon to show a badge, letting other members know that you use 2FA to protect your account. This should be beneficial for everyone that uses FSFT.

Malaria@home errors

plext0r

[H]ard DCOTM x3
Joined
Dec 1, 2009
Messages
780
http://www.malariacontrol.net/results.php?userid=318643&offset=0&show_names=0&state=5

I'm not sure what's going on. All my boxes are x86_64, but only the i686 application is in the projects directory on the error hosts. I cannot run "ldd" on the i686 app for some reason, so I'm not sure if there are missing 32-bit libraries I need to install in order to get Malaria to run properly.

I've "reset" the project on a few of the affected machines, but I'm still seeing errors and I'm about to detach from the project and give up. Any ideas on what I should try next?

Thanks.
 
I hope I solved my own problem. I found many of my hosts did not have the libc-i686 package installed and it's required by the openMalaria i686 application. I just ran the following on all my hosts and I'm hoping this fixes my issues:

Code:
apt-get update; apt-get install libc6-i386
 
Glad you got it figured out. Yeah... a lot of times you have to have the 32bit libs as well. Another reason I avoid Linux the majority of the time. Too much of a pain in the you know what for us non-Linux types...
 
Back
Top