-
Updated
Jun 6, 2020 - Shell
virtualbox
Here are 989 public repositories matching this topic...
-
Updated
Apr 29, 2020 - Shell
- I've read the guidelines for Contributing to Roots Projects
- This request isn't a duplicate of an existing request
- This is not a personal support request that should be posted on the Roots Discourse community
Feature request
When re-provisioning a server with a users tag `trelli
cloud-init url
What are you trying to do?
I would like to be able to use a cloud-init.yml from a url while launching a new vm
multipass launch -n test -c 2 --cloud-init http://my-home.com/multipass/cloud-init.yml
What's your proposed solution?
--cloud-init should support http:// files
Additional context
Add any other context or screenshots about the feature request here.
Invoking:
nanobox configure set mount-type fooOutputs this (with an exist code of 0):
Successfully set 'mount-type'However the value remains whatever it was before. If you enter a valid value it works of course.
Was expecting it to error out if unknown mount type.
-
Updated
Nov 20, 2019 - JavaScript
-
Updated
Jun 8, 2020 - Shell
When using the box built with osx-vm-templates, there is always some setting to tune in upper Vagrantfile.
Can we built those common settings into box with vagrantfile_template
There is a good [reference here](https://github.com/blueimp/boot2docker/blob/b33c71d07f2cfdc94e6f9150793bbb47a78f6b70/packer.jso
-
Updated
May 17, 2018
-
Updated
Apr 1, 2019 - Python
To Reproduce
Steps to reproduce the behavior:
- Run
make allas described in README.md and follow install process. - After install,
macOS-VM.efi.vdiandmacOS-VM.vdiare located directly in~/VirtualBox VMsinstead of~/VirtualBox VMs/macOS-VMas is typical for VirtualBox VMs.
Expected behavior
After install, macOS-VM.efi.vdi and macOS-VM.vdi should be located in `~/
I don't find mention of how to install plugins in the README or the docs linked from there.
Assuming most new nixops users are going to want to try nixops with libvirtd or VirtualBox, this is a significant adoption blocker.
-
Updated
Jun 3, 2020 - PowerShell
-
Updated
Jun 21, 2019 - Ruby
-
Updated
Jun 7, 2020 - Shell
-
Updated
Jun 11, 2020 - Shell
-
Updated
Jun 11, 2020 - Shell
In addition to CPU and memory, it would be useful to be able to specify the amount of VRAM, since the default value (at least for Parallels) is quite low.
It should be fairly straightforward to implement, again, for Parallels it would be:
prl.customize ["set", :id, "--videosize", "256"]
This would set VRAM to 256 MB.
-
Updated
Jun 4, 2020 - Python
Actual:
xdebug.max_nesting_level is set to 200 but default is 256 and even 256 is not enough for some scenarios.
Expected:
xdebug.max_nesting_level is set to 256 by default. Documentation reflects the possibility of issues with nesting level setting and describes the workaround.
More details: https://jira.corp.magento.com/browse/MC-5828
-
Updated
Apr 18, 2020 - Shell
the following steps from the manual haven't been done during the multiserver (expert) installation, using the auto install script.
OS. debian 9
mkdir /opt/certbot
cd /opt/certbot
wget https://dl.eff.org/certbot-auto
chmod a+x ./certbot-auto
-
Updated
Jun 5, 2020 - C++
-
Updated
Mar 2, 2020 - Shell
-
Updated
Aug 30, 2019 - Shell
Improve this page
Add a description, image, and links to the virtualbox topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the virtualbox topic, visit your repo's landing page and select "manage topics."


Hello,
with
yum info auditI can confirm that the package audit is installed.with
rpm -ql auditI can see a list of files, including /usr/share/doc/audit-2.3.7/*But those files are missing
ls: cannot access /usr/share/doc/audit-2.3.7: No such file or directoryCentOS 6.7
Can you help with that?
Thanks.