Re: [boinc_dev] BOINC API issue with android arm?

2017-04-05 Thread Eric Driver
Hi David, A couple years ago I built an android app for the NumberFields@home project. I too saw random seg faults about 50% of the time, and this was with code that worked perfectly on linux/windows/mac platforms. I never figured it out, primarily because I was too busy to learn how to use t

Re: [boinc_dev] forum error message

2017-01-04 Thread Eric Driver
Does anyone else run their project servers using php7? I've been told that BOINC is incompatible with php7, which I find hard to believe, so thought I would check with everyone here. Eric -Original Message- From: boinc_dev [mailto:boinc_dev-boun...@ssl.berkeley.edu] On Behalf Of

[boinc_dev] forum error message

2016-12-31 Thread Eric Driver
I just noticed that I am unable to post messages on the NumberFields@home project forums. After clicking the "OK" button I get a "404 Not Found" error with the following message: The requested URL /NumberFields/missing_arg_id.html was not found on this server. Has anyone ever seen this before

Re: [boinc_dev] [boinc_projects] problem with check pointing

2016-05-27 Thread Eric Driver
several days, which translates into about 1 in every 10,000 WUs. Eric From: Juha [mailto:juha.sointus...@gmail.com] Sent: Friday, May 27, 2016 9:55 AM To: Eric Driver Cc: BOINC Dev Mailing List ; boinc_projects Subject: Re: [boinc_projects] problem with check pointing On 26 May

Re: [boinc_dev] problem with check pointing

2016-05-26 Thread Eric Driver
and test it on previous Boinc version *soon* to see if the behavior was correct back there. ' will let ya know... Thank You Filip Dne 26. 5. 2016 6:12 odpoledne napsal uživatel "Eric Driver" < edriv...@cox.net>: I've noticed that sometimes when the client starts a fresh

[boinc_dev] problem with check pointing

2016-05-26 Thread Eric Driver
I've noticed that sometimes when the client starts a fresh work unit, it will read the check point file of a previous work unit. Not sure how/why this is happening, but this is obviously not a good thing. One way I can fix this is to use a checkpoint filename unique to the WU (up until now all WU

[boinc_dev] stopforumspam blocking valid emails

2016-03-09 Thread Eric Driver
I have a user whose email domain is being blocked by stopforumspam. He suggests creating a project "white list" to allow specific addresses to pass. Is this something that would be possible to implement? He gives example code in the following thread (I imagine the white list would need to be mov

[boinc_dev] problem with deleting spammers

2015-06-23 Thread Eric Driver
Like most projects, we have had some issues with spammers. I did the usual things to stop the spam, which I believe is working well enough. Realizing I had over 7 user accounts, but only about ~8000 of those legitimate, I decided to run the delete_spammers.php script. This was about 3 weeks

Re: [boinc_dev] building boinc libraries on mingw

2015-03-29 Thread Eric Driver
ks to the boinc code, but other than that I got working libraries (my apps are working as expected). Eric NumberFields@home -Original Message- From: boinc_dev [mailto:boinc_dev-boun...@ssl.berkeley.edu] On Behalf Of Eric Driver Sent: Tuesday, March 24, 2015 10:08 PM To: 'Boin

[boinc_dev] building boinc libraries on mingw

2015-03-24 Thread Eric Driver
ound with including these Visual Studio headers but that just led to other errors. Does anyone have any guidance here on how to proceed? Is there some mingw package I need to manually install that will give me the necessary win32 headers? Thanks! Eric

Re: [boinc_dev] [boinc_projects] making android versions of apps

2015-02-28 Thread Eric Driver
, February 27, 2015 4:19 PM To: Eric Driver; 'BOINC Dev Mailing List'; 'Boinc Projects' Subject: RE: [boinc_projects] making android versions of apps You can add projects by url too, On the projects tab, in the top right corner there is a 'add project by URL' button. Clag

Re: [boinc_dev] [boinc_projects] making android versions of apps

2015-02-27 Thread Eric Driver
Thanks! I missed that the first time. _ From: Stephen Maclagan [mailto:stephen.macla...@hotmail.com] Sent: Friday, February 27, 2015 4:19 PM To: Eric Driver; 'BOINC Dev Mailing List'; 'Boinc Projects' Subject: RE: [boinc_projects] making android versions of

[boinc_dev] making android versions of apps

2015-02-27 Thread Eric Driver
Hi David, I recently cross-compiled my project apps for the arm-android-linux-gnu platform. I tested them on my android nexus phone in stand alone mode, and everything is working as expected. I usually do further testing by using a private server that I run from my home computer - I normally

Re: [boinc_dev] Credit AMD CPU vs Intel CPU.

2014-08-29 Thread Eric Driver
David, If it helps, NumberFields grants credit based on runtime (Credit New doesn't work for us), so the benchmarks are important. Looking at Grandpa's benchmarks: AMD Host: GFLOPS = 2.08, GIOPS = 9.23 Intel Host: GFLOPS = 3.01, GIOPS = 11.44 (These are for 2 hosts that are doing approximately

Re: [boinc_dev] deprecated function

2014-04-24 Thread Eric Driver
11:58 PM To: Eric Driver Cc: boinc_dev@ssl.berkeley.edu Subject: Re: [boinc_dev] deprecated function Hi Eric, did you also update BOINC to the latest version? This was changed not long ago. Regards Christian Am 24.04.2014 08:48, schrieb Eric Driver: > Hi David, > > > > Not an

[boinc_dev] deprecated function

2014-04-23 Thread Eric Driver
Hi David, Not an urgent problem, but we just upgraded to the latest ubuntu and I am seeing a bunch of warnings when accessing the db: "Deprecated: mysql_pconnect(): The mysql extension is deprecated and will be removed in the future: use mysqli or PDO instead in/home/boincadm/projects/Numbe

Re: [boinc_dev] [boinc_projects] [Bulk] Fwd: abnormally long result deadlines

2013-12-17 Thread Eric Driver
dev] abnormally long result deadlines > Date: Sun, 15 Dec 2013 23:37:39 -0700 > From: Eric Driver > To: > > Hello, > > Does anyone know what would cause a small number of results to be created > with a very long deadline? The delay_bound is set in the wu template to

[boinc_dev] abnormally long result deadlines

2013-12-15 Thread Eric Driver
Hello, Does anyone know what would cause a small number of results to be created with a very long deadline? The delay_bound is set in the wu template to 7 days, but a handful of results were given a deadline next September. Eric Driver NumberFields@home

Re: [boinc_dev] php warning messages

2013-05-04 Thread Eric Driver
to:da...@ssl.berkeley.edu] Sent: Saturday, May 04, 2013 11:06 PM To: Eric Driver Cc: boinc_dev@ssl.berkeley.edu Subject: Re: [boinc_dev] php warning messages I think I fixed this; please check. -- David On 03-May-2013 11:53 PM, Eric Driver wrote: > Thanks! That fixed a bunch of the warnings. >

Re: [boinc_dev] php warning messages

2013-05-04 Thread Eric Driver
PHP 5.5 system to test on right now. > Please check out the latest code > and let me know if you see more of these. > > -- David > > On 03-May-2013 6:57 PM, Eric Driver wrote: >> Hi all, >> >> >> >> I recently upgraded the NumberFields project to

Re: [boinc_dev] php warning messages

2013-05-04 Thread Eric Driver
The message went away, so it looks like your fix worked. Thanks for the quick turn around! --Eric -Original Message- From: David Anderson [mailto:da...@ssl.berkeley.edu] Sent: Saturday, May 04, 2013 12:02 AM To: Eric Driver Cc: boinc_dev@ssl.berkeley.edu Subject: Re: [boinc_dev] php

Re: [boinc_dev] php warning messages

2013-05-03 Thread Eric Driver
say $p = new StdClass; $p->foo = "bar"; I fixed a few of these. Unfortunately I don't have a PHP 5.5 system to test on right now. Please check out the latest code and let me know if you see more of these. -- David On 03-May-2013 6:57 PM, Eric Driver wrote: > Hi all, > >

[boinc_dev] php warning messages

2013-05-03 Thread Eric Driver
Hi all, I recently upgraded the NumberFields project to the latest branch (boinc-v2). I am now getting a bunch of warnings on the admin pages like the following: "Warning: Creating default object from empty value in /home/boincadm/projects/NumberFields/html/inc/db_ops.inc on line 520" I

[boinc_dev] WUs with abnormally high deadlines

2013-03-04 Thread Eric Driver
re an easy way for me to free up these WUs so that they can be reissued to another user? I know I can cancel the WUs from the main admin page and then re-create them, but I thought there might be an easier way. Also, does anyone know what could cause this behavior? Thanks! Eric D

Re: [boinc_dev] Number of WUs in progress differ between client andserver

2012-10-24 Thread Eric Driver
p.com] Sent: Wednesday, October 24, 2012 10:07 AM To: Eric J Korpela; Eric Driver Cc: boinc_dev@ssl.berkeley.edu Subject: RE: [boinc_dev] Number of WUs in progress differ between client andserver I noticed the following line: 8514 NumberFields@home 24-10-2012 10:06:58 No tasks are available fo

[boinc_dev] Number of WUs in progress differ between client and server

2012-10-24 Thread Eric Driver
lable for the applications you have selected. Not sure if it's related, but this user has a bunch of virtual machines on the same host with the problem. I also had the user reset the project, but that didn't seem to help. Thanks in advance, Eric Dr