VirtualBox

Changeset 96847 in vbox


Ignore:
Timestamp:
Sep 23, 2022 3:01:29 PM (2 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
153751
Message:

Main/CloudNet: Improved error reporting for missing cloud gateway images. Changed default version of gateway OS to OL7.9

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/src-client/ConsoleImpl2.cpp

    r96407 r96847  
    66806680                if (FAILED(hrc))
    66816681                {
     6682                    if (hrc == VBOX_E_OBJECT_NOT_FOUND)
     6683                        return pVMM->pfnVMR3SetError(pUVM, hrc, RT_SRC_POS,
     6684                                                    N_("Failed to start cloud gateway instance.\nCould not find suitable "
     6685                                                        "standard cloud images. Make sure you ran 'VBoxManage cloud network setup' "
     6686                                                        "with correct '--gateway-os-name' and '--gateway-os-version' parameters. "
     6687                                                        "Check VBoxSVC.log for actual values used to look up cloud images."));
    66826688                    return pVMM->pfnVMR3SetError(pUVM, hrc, RT_SRC_POS,
    66836689                                                 N_("Failed to start cloud gateway instance.\nMake sure you set up "
    6684                                                     "cloud networking properly with 'VBoxManage network setup'. "
     6690                                                    "cloud networking properly with 'VBoxManage cloud network setup'. "
    66856691                                                    "Check VBoxSVC.log for details."));
    66866692                }
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette