The Wayback Machine - https://web.archive.org/web/20200901072840/https://github.com/topics/virtual-machine
Skip to content
#

virtual-machine

Here are 1,319 public repositories matching this topic...

multipass
mattiaperi
mattiaperi commented Jun 13, 2020

Describe the bug
I manage multipass vms via bash scripts, providing cloud-init configuration files via process substitution (<(command)). Since multipass v1.2.0 multipass is not managing correctly this kind of inter-process communication providing error: No such file: /dev/fd/63 running command multipass launch. Please find hereunder the difference between v1.1.0 and v.1.2.0 (and v1.2.1

stealthybox
stealthybox commented Sep 6, 2019

Using the following YAML should output warnings per offending spec instead of ignoring them silently.
Example:

footloose create
WARN[0000] Options under "spec.ignite" for "manager-%d" are ignored when using the "docker" backend
WARN[0000] Options under "spec.ignite" for "worker-%d" are ignored when using the "docker" backend
INFO[0000] Docker Image: quay.io/footloose/ubuntu18.04 prese
ethereumjs-vm
BigMurry
BigMurry commented May 12, 2020

I'm trying to use ethereumjs-blockchain to read the raw levedb data created by geth, but I failed to do so.
And I also try to use the dbManager to read the levedb data, failed again. My steps are:

  1. sync some the blockchain data by using geth --goerli --datadir <my data dir>
  2. write code to read the level db data.
const level = require('level');
const DbManager = requ

Improve this page

Add a description, image, and links to the virtual-machine topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the virtual-machine topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.