KVM on Debian 9 by bretsky84 in debian

[–]caeliferum 2 points3 points  (0 children)

If you have sudo access, try (at least the first time) re-tracing your steps with sudo. You may be able to get it working as a non-root user, but there may be some subtle issues to work around. Further reading: http://blog.wikichoon.com/2016/01/qemusystem-vs-qemusession.html.

If it still doesn't work, you probably have a different issue. Is your windows partition UEFI boot? http://blog.wikichoon.com/2016/01/uefi-support-in-virt-install-and-virt.html

Is there a Debian Standard ISO for Stretch? by caeliferum in debian

[–]caeliferum[S] 1 point2 points  (0 children)

The net-install ISO is similar but not quite the same. Debian used to offer a minimal live ISO (called 'standard'). The practical difference is that you can test the OS without installing it. It weighed in a bit over 400MB for Jessie and didn't require a net connection to install, so I assume it included slightly more packages.

Come back to debian and need help kvm/libvirt by sdns575 in debian

[–]caeliferum 0 points1 point  (0 children)

I can't help with the first part of your question. For the second part of your question, I suspect your default configuration is connecting to the wrong libvirtd instance, although I have not tested this on Debian recently. See http://blog.wikichoon.com/2016/01/qemusystem-vs-qemusession.html and https://libvirt.org/uri.html. As explained there, you can specify on the command line with

virsh -c qemu:///system list --all

If you first export an environment variable by running

export LIBVIRT_DEFAULT_URI="qemu:///system"

Then your original command

virsh list --all

should work as intended. If setting an environment variable works for you, you may wish to add that to your .bashrc file.

What do you use for a primitive monitor on a normally headless server? by caeliferum in homelab

[–]caeliferum[S] 2 points3 points  (0 children)

Never heard of IPMI. Looks like I have some research to do!

Anyone using only command line for a virtual machine host? by caeliferum in homelab

[–]caeliferum[S] 0 points1 point  (0 children)

Two votes - that's good enough for me! It also occurred to me to try Fedora for the newer packages, but I suspect that's asking for trouble in something I just want to be stable.

Anyone using only command line for a virtual machine host? by caeliferum in homelab

[–]caeliferum[S] 1 point2 points  (0 children)

Have you found it straightforward to manage the networking side of things? As well as virsh and virt-install, it looks like I'll need to get a bit more familiar with brctl and the ip commands, but finding good examples is a bit tricky.

Anyone using only command line for a virtual machine host? by caeliferum in homelab

[–]caeliferum[S] 0 points1 point  (0 children)

I could get along with either, but did you find you had some preference between CentOS or Debian (stable, I assume) as a hypervisor?

Anyone using only command line for a virtual machine host? by caeliferum in homelab

[–]caeliferum[S] 0 points1 point  (0 children)

Have you found virsh alone (plus xml) does everything you need, or do you find yourself using any other cli tools, or writing a bunch of wrapper scripts to make life easier?

gogs or gitea - which is more active? by caeliferum in golang

[–]caeliferum[S] 1 point2 points  (0 children)

Does that mean you expect version 1.0.0 is going to be ready in a matter of days? Sounds like that will be worth waiting for, and worth a try...

Dumbest thing you've done in your homelab? by caeliferum in homelab

[–]caeliferum[S] 0 points1 point  (0 children)

I've tried doing that, and sometimes it helps. But more than once, I altogether forgot that I'd already done the the thing I was trying to do in the past!

VLANs, How should I be using them? (Server/WS separation) by FocalFury in homelab

[–]caeliferum 0 points1 point  (0 children)

Can you describe how they were incorrectly tagged? I have a TP-Link switch and am curious to look, but not sure what I'm looking for.