6.8.2005 3:59:54|Einstein@Home|Message from server: No work sent
6.8.2005 3:59:54|Einstein@Home|Message from server: (there was work but you don't have enough disk space allocated)
6.8.2005 3:59:54|Einstein@Home|Message from server: No disk space (you must free 39.3 MB before BOINC gets space). Review preferences for minimum disk free space allowed.I've lot of diskspace, where is problem ? minimum disk space is 0,001 gb
Here's what's in the database for you:
100
50
0.001
1
50
0.01
I don't see the problem here: it looks like you have settings of 1 MB free, and 10MB free at home. But perhaps you have changed your settings recently...
Bruce

RE: 6.8.2005
)
Here's what's in the database for you:
disk_max_used_gb 100
disk_max_used_pct 50
disk_min_free_gb 0.001
venue name="home"
disk_max_used_gb 1
disk_max_used_pct 50
disk_min_free_gb 0.01
I don't see the problem here: it looks like you have settings of 1 MB free, and 10MB free at home. But perhaps you have changed your settings recently...
Bruce
RE: Bruce, What does the
)
Don't confuse disk space and RAM. The database for this host currently shows:
Memory 255.49 MB
Cache 976.56 KB
Swap Space 748.15 MB
Total Disk Space 54.99 GB
Free Disk Space 0.05 GB
Looking at the scheduler-side code to calculate disk space required, something looks odd (messed up). I think David and/or Rom might have messed with this code recently. I'll have to take a good look at it. I would not be surprised if this were a bug on the server side.
Bruce
This host is currently
)
This host is currently showing (in the database)
d_total: 59048460288
d_free: 49283072
The last number is the problem. Free space is 49MB. User prefs are to leave available 10MB of free space. Hence total available space for BOINC to use on this machine is 39MB, which is not enough. The actual message to the user is wrong. But the fundamental issue here is that the host reports it only has 49MB of free disk space.
[EDIT 30 MINUTES LATER]
I have found/fixed the bug in the scheduler. The problem was with the MESSAGE sent to the user. Unfortunately I can't put the new scheduler in place. There have been a number of recent (untested) changes that David Anderson has checked in and I am afraid to put a new scheduler in place just now.
The bug was the following. The message to the user SHOULD have read:
Not enough disk space (only 39.3 MB free for BOINC to use).
Bruce
RE: RE: This host is
)
OK, I understand. If this doesn't get addressed reasonably soon, I'll write to David and Rom about it too. (PS: Walt, if you send me a patch against BOINC CVS HEAD, I'll apply it.)
Bruce