mirror of https://github.com/BOINC/boinc.git
108 lines
3.0 KiB
Plaintext
108 lines
3.0 KiB
Plaintext
David 1 Jan 2012
|
|
- remote job stuff
|
|
|
|
html/
|
|
inc/
|
|
sandbox.inc
|
|
user/
|
|
lammps.php
|
|
submit.php
|
|
|
|
Rom 1 Jan 2012
|
|
- OPS: Update failure_result_summary_by_platform.php to include
|
|
plan class information.
|
|
- OPS: Update error code translation table
|
|
|
|
html/inc
|
|
result.inc
|
|
html/ops
|
|
failure_result_summary_by_platform.php
|
|
|
|
David 2 Jan 2012
|
|
- ops: fix link in index page
|
|
|
|
html/
|
|
ops/
|
|
index.php
|
|
user/
|
|
sandbox.php
|
|
|
|
Rom 2 Jan 2012
|
|
- VBOX: If VirtualBox reports an error snag both the hypervisor system
|
|
log as well as the VM execution log. Maybe the hypervisor log
|
|
will tell us what is up with the virtual floppy device.
|
|
- VBOX: Don't retry commands that are expected to fail in normal use
|
|
cases. It slows down getting the VM up and running.
|
|
- VBOX: After starting the VM, use a timed loop waiting for the initial
|
|
VM state change instead of just waiting for 5 seconds. Older
|
|
machines can take longer than 5 seconds to switch from poweroff
|
|
to starting. If we hit the main poll loop in that state the wrapper
|
|
thinks we have crashed.
|
|
- VBOX: Strip carriage returns from all the vboxmanage output on
|
|
Windows.
|
|
|
|
samples/vboxwrapper/
|
|
vbox.cpp, .h
|
|
vboxwrapper.cpp
|
|
|
|
David 2 Jan 2012
|
|
- client: compute projects' disk share (based on resource share).
|
|
Report it (along with disk usage) in scheduler request messages.
|
|
This will allow the scheduler to send file-delete commands
|
|
if the project is using more than its share.
|
|
- client: add <disk_usage_debug> log flag
|
|
- create_work: add --help, show --command_line option
|
|
|
|
tools/
|
|
create_work.cpp
|
|
html/
|
|
inc/
|
|
util.inc
|
|
user/
|
|
sandbox.php
|
|
lib/
|
|
cc_config.cpp,h
|
|
client/
|
|
client_types.h
|
|
client_state.h
|
|
cs_prefs.cpp
|
|
cs_scheduler.cpp
|
|
cpu_sched.cpp
|
|
|
|
David 2 Jan 2012
|
|
- upgrade script:
|
|
- prompt user for DB user/passwd if DB updates needed
|
|
- error out immediately if any DB update fails
|
|
Fixes #1169, #1170
|
|
- create_work: check for duplicate <file_info>s in input template
|
|
NOTE: the input template syntax is pretty clunky
|
|
|
|
tools/
|
|
process_input_template.cpp
|
|
html/
|
|
ops/
|
|
upgrade_db.php
|
|
inc/
|
|
util_ops.inc
|
|
|
|
Rom 2 Jan 2012
|
|
- VBOX: Fix crashing issue I introduced last night attempting to
|
|
extract the hypervisor system log.
|
|
- VBOX: Report the hypervisor system log with any failed vboxmanage
|
|
command that happens during the phase where we setup the VM.
|
|
|
|
samples/vboxwrapper/
|
|
vbox.cpp, .h
|
|
|
|
David 3 Jan 2012
|
|
- remote job submission: show input file links
|
|
- ops: fix message: app.min_version applies to HR app versions,
|
|
not client version
|
|
|
|
html/
|
|
ops/
|
|
manage_apps.php
|
|
user/
|
|
submit.php
|
|
sandbox.php
|