this post was submitted on 13 Nov 2023
55 points (98.2% liked)
Linux
48003 readers
1395 users here now
From Wikipedia, the free encyclopedia
Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).
Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.
Rules
- Posts must be relevant to operating systems running the Linux kernel. GNU/Linux or otherwise.
- No misinformation
- No NSFW content
- No hate speech, bigotry, etc
Related Communities
Community icon by Alpár-Etele Méder, licensed under CC BY 3.0
founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
if you just need software to set up virtual machines you might look into Gnome Boxes or virt-manager which don't require external kernel modules like Virtuap Box to work
anyway these issues typically happen on Ubuntu based distros (like Linux Mint) because your linux kernel is to new for the Virtual Box version (or the Virtual Box version is simply too old)
So I tried virt-manager but it's giving me an error message about not being able to connect to "libvirt qemu:///system" and it wont let me install a virtual machine. I'm assuming that I'm supposed to download "libvirtd", but I can't figure out how to install it. I think it wants me to build it from the source but there doesn't seem to be a guide on how to do that.
Yayy, I have the same problem.
Try a
I dont know how manual everything is in Mint
Also add your user to thr libvirt group
Just FYI, if you want to enable and start, you can use
systemctl enable --now ...
.Are you using a package manager or downloading everything from virtualboxs website? When I installed virtual box earlier today it all worked fine so that's why I ask.
I installed it through apt with just
sudo apt install virtualbox-7.0
. I also downloaded the deb file from their website but, at least when installed through apt, it just ignores it and uses the version from Mint's repository anyways.Edit: Because I just checked and you can't install it directly like that anymore, I first tried installing VirtualBox a few months ago, with an older version of Linux Mint. When I tried installing it several hours ago, it was with the deb file but for some reason apt still selects a different version when it actually installs it.
How much of my comment did you read before replying?
I literally stated in my comment that you can't install it like that anymore. The reason why is because you get an error saying "E: Package 'virtualbox-7.0' has no installation candidate". This means that in Linux Mint, you have to install it via the deb file.
I kind of wanted to be using the newest version but I'll try the old version to see if it works.
No, in addition to having a broken UI, it's still giving me the same error message.
I already tried that yesterday and it didn't work. It's not that big of a problem though because both Gnome Boxes and virt-manager are working fine. So I wont need VirtualBox anymore.
Ok thanks, I might try those later if I can't get VirtualBox working.
I've used VirtualBox for years and only just tried virt-manager. I wish I had tried years ago, so much simpler and it is in my distro's default repository.
I tried virt-manager but it's giving me an error message about not being able to connect to "libvirt qemu:///system" and it wont let me install a virtual machine. I'm assuming that I'm supposed to download "libvirtd", but I can't figure out how to install it. I think it wants me to build it from the source but there doesn't seem to be a guide on how to do that.
Try
sudo apt install libvirt-daemon-system libvirt-clients
in the terminal and rebooting the system.It stated that they were already installed so I went through the process of re-installing them and rebooting the computer, which seems to have fixed the problem. I wont really be able to test it much right now because of how late it is for me but I was able to at least start the installation for Windows XP.
On fedora its
sudo dnf install qemu qemu-kvm virt-manager
Virt-manager alone is just the viewer, its also intended to be used for things like remote viewing. This would be an easy solution
I'm currently installing virt-manager but I ran into a problem with Gnome Boxes where I’m trying to run a Windows XP virtual machine but I can’t figure out how to get files from my host to the guest. Apparently, I need some software to be running on the guest but the website that I need to download the software from doesn’t work in internet explorer and I obviously can’t just download it on the host and transfer it to the guest.
Yes this seems to be a Gnome Boxes Flatpak problem. I like that it works as a flatpak, but unsure if this can be fixed, I think its a known limitation.
Oh yes, the spice guest addition. This will be needed on every Spice VM
Try this bat script from Github
Or the program they are referring to