-
Updated
Jul 16, 2021 - Ruby
virtualization
Here are 662 public repositories matching this topic...
-
Updated
Jul 14, 2021 - JavaScript
-
Updated
Jul 17, 2021 - Rust
-
Updated
Jul 7, 2021 - Java
-
Updated
May 11, 2020 - C++
-
Updated
Jul 17, 2021 - Go
-
Updated
Jul 12, 2021 - Python
-
Updated
May 7, 2021 - Go
-
Updated
Jul 16, 2021 - Ruby
-
Updated
Jun 21, 2021 - TypeScript
-
Updated
Jul 15, 2021 - JavaScript
-
Updated
Jul 12, 2021 - JavaScript
Describe the bug
While playing videos, there's a general jerkiness every few seconds.
To Reproduce
Steps to reproduce the behavior:
- Configure a CPU-optimized Digital Ocean droplet with 8Gb of RAM in your closests datacentre
- Install Neko as per instructions
- Log in, go to this trailer, play it, full
-
Updated
Jul 17, 2021 - Go
-
Updated
Jul 17, 2021 - Rust
-
Updated
Jul 13, 2021 - Shell
-
Updated
Jul 16, 2021 - Go
Describe the bug
When installing from ISO, the user is prompted for a cluster token. I had set satellite of love
for my main server (gypsy; physical server) and two nodes (tom-servo; physical server, crow; virtual machine). The server/controller boots and is accessible as expected, but the nodes never successfully join.
To Reproduce
Steps to reproduce the behavior:
- Boot main ser
-
Updated
Jul 14, 2021 - HTML
-
Updated
Jan 6, 2021 - Shell
System Information
Linux distribution
Ubuntu 18.04.3 LTS
Terraform version
terraform -v
Terraform v0.12.10
+ provider.libvirt (unversioned)
+ provider.null v2.1.2
+ provider.random v2.2.1
+ provider.template v2.1.2
Provider and libvirt versions
terraform-provider-libvirt -version
/home/ibmadmin/.terraform.d/plugins/linux_amd64/terr
-
Updated
Jul 15, 2021 - C
-
Updated
Jun 21, 2021
-
Updated
Dec 10, 2020 - C
-
Updated
Apr 14, 2021 - C
The virtio_scsi driver enqueues buffers to the eventq but does not actually handle them on completion. The following events could be reported to the driver which require some action to be taken:
- transport reset: This may occur as a result of hotplug events or a device being reset. Sense codes cannot be relied on when new devices or busses appear, so this event needs to be handled.
- asynchro
-
Updated
Jul 1, 2021 - Python
-
Updated
Oct 5, 2020 - Python
Improve this page
Add a description, image, and links to the virtualization topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the virtualization topic, visit your repo's landing page and select "manage topics."
It would be nice to also have some sort of screenshot functionality for text mode too. A not-too-complicated way to do it may be extracting the
text_screen
outerHTML to pop it into adata:text/html
with the necessary styles.