Ticket #5141 (closed defect: obsolete)
Failed to Initialize COM (Solaris non-global zone)
Reported by: | bewst | Owned by: | |
---|---|---|---|
Priority: | major | Component: | other |
Version: | VirtualBox 3.0.6 | Keywords: | |
Cc: | Guest type: | Windows | |
Host type: | Solaris |
Description (last modified by aeichner) (diff)
I have installed VIrtualBox in a non-global zone on OpenSolaris 2009.06, but I can't list the ostypes:
dave@vbox:/$ pfexec /usr/bin/VBoxManage list ostypes VirtualBox Command Line Management Interface Version 3.0.6 (C) 2005-2009 Sun Microsystems, Inc. All rights reserved. ERROR: failed to initialize COM!
This is not the same problem as #4899:
dave@vbox:/$ pfexec pkg install SUNWuiu8 No updates available for this image. dave@vbox:/$ python 1) /usr/bin/python2.4 2) /usr/bin/python dave@vbox:/$ pfexec /usr/bin/VBoxManage list ostypes VirtualBox Command Line Management Interface Version 3.0.6 (C) 2005-2009 Sun Microsystems, Inc. All rights reserved. ERROR: failed to initialize COM!
Change History
comment:2 Changed 9 years ago by frank
- Summary changed from Failed to Initialize COM! to Failed to Initialize COM (Solaris non-global zone)
comment:3 Changed 21 months ago by aeichner
- Status changed from new to closed
- Resolution set to obsolete
- Description modified (diff)
Please reopen if still relevant with a recent VirtualBox release.
Note: See
TracTickets for help on using
tickets.
This appears to be some kind of a permissions issue; if I su in the global zone and then do my zlogin to the non-global zone, everything works. Not sure if this is an outright bug, a misleading error message, or 100% user error.