[Bug 222097] [PATCH]www/phpvirtualbox 5.1.1: SOAP Validation constraint violation

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Fri Sep 8 02:12:35 UTC 2017


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=222097

dereks at lifeofadishwasher.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |dereks at lifeofadishwasher.co
                   |                            |m

--- Comment #4 from dereks at lifeofadishwasher.com ---
I think your takeSnapshot() change is still broken.  The null should be false. 
Can you take snapshots with this patch?

Also, see https://gist.github.com/derekschrock/f7c4ee9b1d3533088baa1e44ebc624c8
with the patch I've been working with over the past month.  This approach is a
little different by checking in the method for nulls instead of correcting the
call itself.  Each fix has pros/cons.

There might be a couple other calls that are still passing nulls
(temporaryEjectDevice, nonRotationalDevice, setHotPluggableForDevice were other
functions in backtraces I ran into.) I believe you'll run in to these issues
when you're adding/changing controllers, adding/removing disks, or playing
around in the VMM disk manager.

Also, see line vboxconnector.php:2522 I haven't fully traced that back to see
if $args['class'] issues a SOAP call or not.

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-ports-bugs mailing list