linux

This magazine is from a federated server and may be incomplete. Browse more on the original instance.

slacktoid, in How do y'all deal with programs not supported on Linux?
@slacktoid@lemmy.ml avatar

If you must and you have the hardware maybe run Windows in a VM just for those applications. You can even suspend the vm state to resume from where you were.

penquin, (edited ) in I'm trying to run VirtualBox in Linux Mint but I keep getting an error message about Kernel drivers.

Try

sudo apt-get install linux-headers-$(uname -r)

Then reboot your machine. Virtualbox needs the kernel headers to work.

vortexal,
@vortexal@lemmy.ml avatar

I tried that but It’s giving me the error message E: Unable to locate package kernel-headers.

penquin,

My bad, I haven’t run Debian based distros for a while. Run this instead

sudo apt-get install linux-headers-$(uname -r)

I’ve edited my comment

vortexal,
@vortexal@lemmy.ml avatar

It’s telling me that they are already installed: j@j-HP-Notebook:~$ sudo apt-get install linux-headers-$(uname -r) [sudo] password for j: Reading package lists… Done Building dependency tree… Done Reading state information… Done linux-headers-5.15.0-88-generic is already the newest version (5.15.0-88.98). linux-headers-5.15.0-88-generic set to manually installed. The following packages were automatically installed and are no longer required: brave-keyring libu2f-udev linux-headers-5.15.0-76 linux-headers-5.15.0-76-generic linux-headers-5.15.0-78 linux-headers-5.15.0-78-generic linux-headers-5.15.0-79 linux-headers-5.15.0-79-generic linux-headers-5.15.0-82 linux-headers-5.15.0-82-generic linux-headers-5.15.0-83 linux-headers-5.15.0-83-generic linux-headers-5.15.0-84 linux-headers-5.15.0-84-generic linux-headers-5.15.0-86 linux-headers-5.15.0-86-generic linux-image-5.15.0-76-generic linux-image-5.15.0-78-generic linux-image-5.15.0-79-generic linux-image-5.15.0-82-generic linux-image-5.15.0-83-generic linux-image-5.15.0-84-generic linux-image-5.15.0-86-generic linux-modules-5.15.0-76-generic linux-modules-5.15.0-78-generic linux-modules-5.15.0-79-generic linux-modules-5.15.0-82-generic linux-modules-5.15.0-83-generic linux-modules-5.15.0-84-generic linux-modules-5.15.0-86-generic linux-modules-extra-5.15.0-76-generic linux-modules-extra-5.15.0-78-generic linux-modules-extra-5.15.0-79-generic linux-modules-extra-5.15.0-82-generic linux-modules-extra-5.15.0-83-generic linux-modules-extra-5.15.0-84-generic linux-modules-extra-5.15.0-86-generic Use ‘sudo apt autoremove’ to remove them. 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.

penquin,

Then restart you machine. That normally needs to be done after installing virtualbox. See if it works.

vortexal,
@vortexal@lemmy.ml avatar

I already restarted my computer twice after installing it, is there any reason I would have restart my computer a third time?

penquin,

Ok then, it’s probably the dkms shitting the bed. Follow this

vortexal,
@vortexal@lemmy.ml avatar

Is there something specific from that link that I’m supposed to use because I tired the top solution and it just gave me a bunch of error messages:


<span style="color:#323232;">j@j-HP-Notebook:~$ sudo apt-get install build-essential linux-headers-`uname -r` dkms virtualbox-dkms
</span><span style="color:#323232;">[sudo] password for j:  
</span><span style="color:#323232;">Reading package lists... Done
</span><span style="color:#323232;">Building dependency tree... Done
</span><span style="color:#323232;">Reading state information... Done
</span><span style="color:#323232;">dkms is already the newest version (2.8.7-2ubuntu2.1mint1).
</span><span style="color:#323232;">build-essential is already the newest version (12.9ubuntu3).
</span><span style="color:#323232;">linux-headers-5.15.0-88-generic is already the newest version (5.15.0-88.98).
</span><span style="color:#323232;">The following packages were automatically installed and are no longer required:
</span><span style="color:#323232;">  libqt5help5 libqt5sql5 libqt5sql5-sqlite libqt5xml5 libsdl-ttf2.0-0
</span><span style="color:#323232;">Use 'sudo apt autoremove' to remove them.
</span><span style="color:#323232;">The following additional packages will be installed:
</span><span style="color:#323232;">  libgsoap-2.8.117 liblzf1 libvncserver1 virtualbox virtualbox-qt
</span><span style="color:#323232;">Suggested packages:
</span><span style="color:#323232;">  vde2 virtualbox-guest-additions-iso
</span><span style="color:#323232;">The following packages will be REMOVED:
</span><span style="color:#323232;">  virtualbox-7.0
</span><span style="color:#323232;">The following NEW packages will be installed:
</span><span style="color:#323232;">  libgsoap-2.8.117 liblzf1 libvncserver1 virtualbox virtualbox-dkms virtualbox-qt
</span><span style="color:#323232;">0 upgraded, 6 newly installed, 1 to remove and 0 not upgraded.
</span><span style="color:#323232;">Need to get 0 B/46.5 MB of archives.
</span><span style="color:#323232;">After this operation, 43.0 MB disk space will be freed.
</span><span style="color:#323232;">Do you want to continue? [Y/n] y
</span><span style="color:#323232;">debconf: DbDriver "config": /var/cache/debconf/config.dat is locked by another process: Resource temporarily unavailable
</span><span style="color:#323232;">(Reading database ... 642834 files and directories currently installed.)
</span><span style="color:#323232;">Removing virtualbox-7.0 (7.0.12-159484~Ubuntu~jammy) ...
</span><span style="color:#323232;">debconf: DbDriver "config": /var/cache/debconf/config.dat is locked by another process: Resource temporarily unavailable
</span><span style="color:#323232;">dpkg: error processing package virtualbox-7.0 (--remove):
</span><span style="color:#323232;"> installed virtualbox-7.0 package pre-removal script subprocess returned error exit status 1
</span><span style="color:#323232;">dpkg: too many errors, stopping
</span><span style="color:#323232;">vboxdrv.sh: failed: modprobe vboxdrv failed. Please use 'dmesg' to find out why.
</span><span style="color:#323232;">
</span><span style="color:#323232;">There were problems setting up VirtualBox.  To re-start the set-up process, run
</span><span style="color:#323232;">  /sbin/vboxconfig
</span><span style="color:#323232;">as root.  If your system is using EFI Secure Boot you may need to sign the
</span><span style="color:#323232;">kernel modules (vboxdrv, vboxnetflt, vboxnetadp, vboxpci) before you can load
</span><span style="color:#323232;">them. Please see your Linux system's documentation for more information.
</span><span style="color:#323232;">Errors were encountered while processing:
</span><span style="color:#323232;"> virtualbox-7.0
</span><span style="color:#323232;">Processing was halted because there were too many errors.
</span><span style="color:#323232;">E: Sub-process /usr/bin/dpkg returned an error code (1)
</span><span style="color:#323232;">j@j-HP-Notebook:~$ sudo modprobe vboxdrv
</span><span style="color:#323232;">modprobe: ERROR: could not insert 'vboxdrv': Operation not permitted
</span>
n2burns,

You didn’t clarify you were running the Oracle release of Virtualbox 7.0. I am running Virtualbox 7.0 on Linux Mint 21.2 without issue, but my computer is too old for EFI. Those instructions are for the community release, which has the components of virtualbox split into separate packages.

I don’t have any good answers for you, but I would recommend you update your post to include the fact that you’re running Oracle’s packages, and the version of Linux Mint you’re using.

vortexal,
@vortexal@lemmy.ml avatar

When you say other packages, what are you referring to? If you are referring to downloading the package directly from their website verses just installing it through apt using Mint’s repository, I have done both and I have the same issue with both of them.

richardisaguy, in Comparison between NixOS vs blendOS vs Vanilla OS: what to pick and why?
@richardisaguy@lemmy.world avatar

You van both use rpm-ostree and toolbox to install regular fedora packages on silverblue/kinoite

tanja,

How do those compare to NixOS and blendOS in your opinion in terms of usability, flexibility and stability, considering an (at least mostly) tech-literate audience?

Given I’m still on Manjaro, would you recommend I consider NixOS, Fedora Silverblue, or blendOS?

SteveTech, in I'm trying to run VirtualBox in Linux Mint but I keep getting an error message about Kernel drivers.

Is there something else I can try

I use virt-manager, since it uses KVM which should already be present in the kernel.

vortexal,
@vortexal@lemmy.ml avatar

How similar to VirtualBox is virt-manager? I’ve only ever used VirtualBox but if virt-manager is easy to use, I have no problem trying it out.

Kid_Thunder,

Gnome's Boxes is pretty easy to use and of course uses qemu + KVM. This would be a type 1 hypervisor vs. Virtualbox's type 2. It is point and click like Virtualbox. You don't need to use Gnome's DE to use Boxes.

I have seen people post about your specific error for years when using the virtualbox website's repository instead of their own distro's repository (if it exists).

vortexal,
@vortexal@lemmy.ml avatar

I just tried Gnome Boxes and it seems to work mostly fine but the only problem I’m having is that 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.

Kid_Thunder, (edited )

In Boxes, power down your XP VM, click Settings -> Sharing Panel -> Enable Sharing toggle. Click File Sharing and enable File Sharing. Power on the VM.

At that point you should be able to drag and drop from your host direct into your VM for a file transfer.

You can also click the vertical dots menu in the Guest's console "screen" and click Send File... menu option.

In the same menu you can click Devices & Shares -> Realtek USB or whatever -> Local Folder -> Select from the dropdown for the Host's folder that you'd like to share -> Save -> Make sure Toggle on the right is on.

Then your folder, I believe in XP, will show up as a removable drive like a USB drive would.

vortexal,
@vortexal@lemmy.ml avatar

Ok so I’ve already determined a solution for Boxes but I should mention that none what you said works for me. I’m not sure if I have a different version of Boxes than you (even though the only version that seems to exist is the one on flathub) but there is no sharing panel in settings. The only three options in settings is keyboard shortcuts, help and about boxes. When I’m running a VM, the option for “send file” is grayed out and can’t be selected.

For “devices & shares” that is, at least for me, located in the preferences for each VM. I can’t use USB devices because it’s not supported in the flatpak version and if I try to use the shared folders option, the folder I specified doesn’t show up in the VM. From what I can tell this might be an issue specific to some guests, like Windows XP, because Boxes links to a specific program that the guest needs to be running but when I try to run it in Windows XP, I get an error message stating that Windows XP isn’t a supported guest.

The only solution that seems to work for me, is taking the files I want to use in the VM and compress them into an iso file (if they’re not already) and mount it to the VM. It might be tedious but it’s the only thing that seems to be working for me.

SteveTech,

I probably wouldn’t describe it as similar, but virt-manager is fairly simple but powerful at the same time (like it will let you expose more advanced KVM/QEMU features like PCIe passthrough and similar).

But like the other guy said, gnome boxes is very straight forward and probably more similar in it’s simplicity.

They both use QEMU + KVM, so you can have both virt-manager and boxes installed at once, and I believe virt-manager (probably boxes too) easily let you use existing VirtualBox .vdi files, if you’ve got an existing VM you want to run. Also like I said before, KVM is already mainlined into the Linux kernel, so you don’t have to install sketchy kernel modules and stuff.

I’ve only used VirtualBox once though, so I can’t really compare them.

vortexal,
@vortexal@lemmy.ml avatar

I tried both virt-manager and Gnome Boxes but I’m having issues with both of them.

Gnome Boxes works mostly fine but I can’t seem to get files from the host to the guest. It says that the guest is supposed to have some special software but I’m trying to use Windows XP and I can’t seem to figure out how to get the required software because the website doesn’t work in internet explorer and I obviously can’t just download it from the host and transfer it over.

For virt-manager, 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.

SteveTech,

It says that the guest is supposed to have some special software

That sounds like virtio-win. I usually use the iso and mount it from virt-manager, but if the internet is working then I guess you can download the exe.

I’m assuming that I’m supposed to download “libvirtd”

Just searched it up, something like this should work: sudo apt install qemu-kvm libvirt-clients libvirt-daemon-system bridge-utils virtinst libvirt-daemon

Sorry I don’t have too much experience with gnome boxes either, I mostly use virt-manager.

Pantherina,

Afaik Boxes it not developed anymore? May be wrong

vortexal,
@vortexal@lemmy.ml avatar

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.

EddyBot, in I'm trying to run VirtualBox in Linux Mint but I keep getting an error message about Kernel drivers.

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)

vortexal,
@vortexal@lemmy.ml avatar

Ok thanks, I might try those later if I can’t get VirtualBox working.

nik282000,
@nik282000@lemmy.ca avatar

virt-manager

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.

vortexal,
@vortexal@lemmy.ml avatar

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.

Patch,

I’m assuming that I’m supposed to download “libvirtd”, but I can’t figure out how to install it.

Try sudo apt install libvirt-daemon-system libvirt-clients in the terminal and rebooting the system.

vortexal,
@vortexal@lemmy.ml avatar

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.

Pantherina,

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

vortexal,
@vortexal@lemmy.ml avatar

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.

Pantherina, (edited )

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

vortexal,
@vortexal@lemmy.ml avatar

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.

joshcodes,
@joshcodes@programming.dev avatar

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.

vortexal, (edited )
@vortexal@lemmy.ml avatar

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.

KISSmyOS,

OK, why are you installing it from a deb file and not just from your repo?
Try that first.

vortexal,
@vortexal@lemmy.ml avatar

How much of my comment did you read before replying?

KISSmyOS, (edited )

I read that you installed a specific version months ago, but now installed it from a .deb file recently.
I’m asking why you don’t just sudo apt install virtualbox now?

vortexal,
@vortexal@lemmy.ml avatar

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.

KISSmyOS, (edited )

And I literally wrote in the comment above yours to install the version in the repo instead, with sudo apt install virtalbox.
NOT sudo apt install virtualbox-7.0

It’s in the Ubuntu repository:
packages.ubuntu.com/jammy/virtualbox

Which Mint 21.2 points to according to the default sources.list:


<span style="color:#323232;">deb http://packages.linuxmint.com victoria main upstream import backport
</span><span style="color:#323232;">deb http://archive.ubuntu.com/ubuntu jammy main restricted universe multiverse
</span><span style="color:#323232;">deb http://archive.ubuntu.com/ubuntu jammy-updates main restricted universe multiverse
</span><span style="color:#323232;">deb http://archive.ubuntu.com/ubuntu jammy-backports main restricted universe multiverse
</span><span style="color:#323232;">deb http://security.ubuntu.com/ubuntu/ jammy-security main restricted universe multiverse
</span><span style="color:#323232;">deb http://archive.canonical.com/ubuntu/ jammy partner
</span>

It’s version 6.1, which is better than having no working Virtualbox.

vortexal,
@vortexal@lemmy.ml avatar

I kind of wanted to be using the newest version but I’ll try the old version to see if it works.

KISSmyOS,

6.1 is the newest version included in your OS. That’s just how Linux works.
Downloading newer versions from somewhere else is sometimes possible, but can lead to a lot of headaches, especially with packages that interact with the kernel.

If you notice you keep running into this issue and using the newest stuff is important to you, consider switching to OpenSUSE Tumbleweed. It’s the most beginner-friendly rolling release distro.

vortexal,
@vortexal@lemmy.ml avatar

No, in addition to having a broken UI, it’s still giving me the same error message. https://lemmy.ml/pictrs/image/b610ef5a-b960-4115-9dc1-1819d2172658.png

KISSmyOS,

reinstall virtualbox-dkms (from your repo), disable secure boot in BIOS and reboot.
If that doesn’t work, I’m out of ideas.

vortexal,
@vortexal@lemmy.ml avatar

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.

Pantherina, (edited )

Yayy, I have the same problem.

Try a


<span style="color:#323232;">sudo systemctl enable --now libvirtd
</span>

I dont know how manual everything is in Mint

Also add your user to thr libvirt group


<span style="color:#323232;">groupadd libvit
</span><span style="color:#323232;">sudo usermod -aG libvirt $USER
</span>
aksdb,

Just FYI, if you want to enable and start, you can use systemctl enable --now ….

SNFi, in Linus Torvalds Announces First Linux Kernel 6.7 Release Candidate

Soon 7.X!

rotopenguin,
@rotopenguin@infosec.pub avatar

Nah, I think the next stop is Linux Vista.

SNFi,

We need still to get into 19.x before changing its name.

joeldebruijn,

Linux 24H1

SNFi,

As far as I know, Linus don’t like numbers larger than 20. 😟

joeldebruijn,

In any numeral system 😁😎

Kushia, in New Fedora Slimbook 14" joins the Fedora Slimbook 16" - Fedora Magazine
@Kushia@lemmy.ml avatar

Can’t find any information about the price or how to actually buy it though.

joojmachine,

Yeah, they could do a better job by having a big button directing people to buy it at the website, but if you go to the “Buy” option in the top bar you’ll find it among all of their other offerings.

€1100 with the current F39 release discount and €1000 with the extra €100 discount for Fedora contributors

Kushia,
@Kushia@lemmy.ml avatar

That’s incredibly overpriced for the spec and what you’re getting. Ouch. Why can’t somebody make a decent laptop that’s actually remotely cost competitive with a bog standard Windows laptop that I can just randomly buy at my local store?

joojmachine,

Umm, check Lenovo, they are our partners at Fedora as well and have decently priced Fedora-preinstalled hardware as well. The thing with smaller companies is that they have smaller reserves and less stock than the tech giants like DELL or Lenovo.

Kushia,
@Kushia@lemmy.ml avatar

This is a laptop with a 2 generation old processor and no real GPU being sold for about the same price as a Lenovo laptop with a Ryzen 7 + 4060 GPU in it. I think Lenovo scammed you.

pgp,

Why can’t mom and pop store compete with Costco?

This how you sound.

Kushia, (edited )
@Kushia@lemmy.ml avatar

This isn’t a jar of honey it’s a mass produced electronic device that’s only made in a select few factories in the world with some custom branding on it. Lenovo has just given them some old stock which they’re trying to flip. Very different scenario to a mom and pop store entirely.

YurkshireLad, in I'm trying to run VirtualBox in Linux Mint but I keep getting an error message about Kernel drivers.

Does loading the kernel module help, assuming it’s installed?

sudo modprobe vboxdrv

vortexal,
@vortexal@lemmy.ml avatar

No, it’s giving me the following error message:


<span style="color:#323232;">j@j-HP-Notebook:~$ sudo modprobe vboxdrv
</span><span style="color:#323232;">[sudo] password for j:  
</span><span style="color:#323232;">modprobe: ERROR: could not insert 'vboxdrv': Operation not permitted
</span>
interceder270, in I'm trying to run VirtualBox in Linux Mint but I keep getting an error message about Kernel drivers.

Does your Kernel have a license?

vortexal,
@vortexal@lemmy.ml avatar

I don’t know what that means, is there a way I can find out?

nobleshift, in I'm trying to run VirtualBox in Linux Mint but I keep getting an error message about Kernel drivers.
@nobleshift@lemmy.world avatar

deleted_by_author

  • Loading...
  • vortexal,
    @vortexal@lemmy.ml avatar

    That doesn’t work for me as they give me error messages:

    
    <span style="color:#323232;">j@j-HP-Notebook:~$ sudo apt remove virtualbox-dkms
    </span><span style="color:#323232;">[sudo] password for j:  
    </span><span style="color:#323232;">Reading package lists... Done
    </span><span style="color:#323232;">Building dependency tree... Done
    </span><span style="color:#323232;">Reading state information... Done
    </span><span style="color:#323232;">Package 'virtualbox-dkms' is not installed, so not removed
    </span><span style="color:#323232;">0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
    </span><span style="color:#323232;">j@j-HP-Notebook:~$ sudo apt-get install make gcc build-essential linux-headers-'uname -r' dkms
    </span><span style="color:#323232;">Reading package lists... Done
    </span><span style="color:#323232;">Building dependency tree... Done
    </span><span style="color:#323232;">Reading state information... Done
    </span><span style="color:#323232;">E: Unable to locate package linux-headers-uname -r
    </span><span style="color:#323232;">j@j-HP-Notebook:~$ sudo apt install virtualbox-dkms
    </span><span style="color:#323232;">Reading package lists... Done
    </span><span style="color:#323232;">Building dependency tree... Done
    </span><span style="color:#323232;">Reading state information... Done
    </span><span style="color:#323232;">The following packages were automatically installed and are no longer required:
    </span><span style="color:#323232;">  libqt5help5 libqt5sql5 libqt5sql5-sqlite libqt5xml5 libsdl-ttf2.0-0
    </span><span style="color:#323232;">Use 'sudo apt autoremove' to remove them.
    </span><span style="color:#323232;">The following additional packages will be installed:
    </span><span style="color:#323232;">  libgsoap-2.8.117 liblzf1 libvncserver1 virtualbox virtualbox-qt
    </span><span style="color:#323232;">Suggested packages:
    </span><span style="color:#323232;">  vde2 virtualbox-guest-additions-iso
    </span><span style="color:#323232;">The following packages will be REMOVED:
    </span><span style="color:#323232;">  virtualbox-7.0
    </span><span style="color:#323232;">The following NEW packages will be installed:
    </span><span style="color:#323232;">  libgsoap-2.8.117 liblzf1 libvncserver1 virtualbox virtualbox-dkms virtualbox-qt
    </span><span style="color:#323232;">0 upgraded, 6 newly installed, 1 to remove and 0 not upgraded.
    </span><span style="color:#323232;">Need to get 0 B/46.5 MB of archives.
    </span><span style="color:#323232;">After this operation, 43.0 MB disk space will be freed.
    </span><span style="color:#323232;">Do you want to continue? [Y/n] y
    </span><span style="color:#323232;">debconf: DbDriver "config": /var/cache/debconf/config.dat is locked by another process: Resource temporarily unavailable
    </span><span style="color:#323232;">(Reading database ... 642834 files and directories currently installed.)
    </span><span style="color:#323232;">Removing virtualbox-7.0 (7.0.12-159484~Ubuntu~jammy) ...
    </span><span style="color:#323232;">debconf: DbDriver "config": /var/cache/debconf/config.dat is locked by another process: Resource temporarily unavailable
    </span><span style="color:#323232;">dpkg: error processing package virtualbox-7.0 (--remove):
    </span><span style="color:#323232;"> installed virtualbox-7.0 package pre-removal script subprocess returned error exit status 1
    </span><span style="color:#323232;">dpkg: too many errors, stopping
    </span><span style="color:#323232;">vboxdrv.sh: failed: modprobe vboxdrv failed. Please use 'dmesg' to find out why.
    </span><span style="color:#323232;">
    </span><span style="color:#323232;">There were problems setting up VirtualBox.  To re-start the set-up process, run
    </span><span style="color:#323232;">  /sbin/vboxconfig
    </span><span style="color:#323232;">as root.  If your system is using EFI Secure Boot you may need to sign the
    </span><span style="color:#323232;">kernel modules (vboxdrv, vboxnetflt, vboxnetadp, vboxpci) before you can load
    </span><span style="color:#323232;">them. Please see your Linux system's documentation for more information.
    </span><span style="color:#323232;">Errors were encountered while processing:
    </span><span style="color:#323232;"> virtualbox-7.0
    </span><span style="color:#323232;">Processing was halted because there were too many errors.
    </span><span style="color:#323232;">E: Sub-process /usr/bin/dpkg returned an error code (1)
    </span>
    
    db2,

    Then just do the last step, see what happens.

    vortexal,
    @vortexal@lemmy.ml avatar

    I’m not sure what you mean but it doesn’t matter because VirtualBox still isn’t working and I’ve decided to uninstall it and try some alternatives that people have mentioned.

    kuneho, (edited )
    @kuneho@lemmy.world avatar

    I guess the “uname -r” part should be $(uname -r) but this isn’t the problem with vbox IMO

    danielfgom, in How do y'all deal with programs not supported on Linux?
    @danielfgom@lemmy.world avatar

    If they are Windows exclusive then your best bet is to simply run Windows in a virtual machine inside Linux and run the applications from there.

    Neil,
    @Neil@lemmy.ml avatar

    deleted_by_author

  • Loading...
  • Zoidberg,

    How did you manage with video performance? I don’t game and have had a lot of experience with both vbox and kvm. Kvm performance for video is excruciatingly slow. It got to a point I said “that does it” and went back to vbox.

    OsrsNeedsF2P,

    Is there a good KVM GUI client like Virtual Box?

    ftbd,

    virt-manager

    Krause,
    @Krause@lemmygrad.ml avatar
    danielfgom,
    @danielfgom@lemmy.world avatar

    Yea KVM is great but it’s not so easy to pass device’s through. Whereas in Virtualbox you go to the menu, select devices, the type of device (eg usb) and then select the device (eg printer) to have it show up on Windows.

    corsicanguppy, in Comparison between NixOS vs blendOS vs Vanilla OS: what to pick and why?
    • NixOS built its own package manager. neet. Remind us why it’s better.
    • blend and vanilla both run debian packages, which has a reduced validity check.

    So none. Didn’t even have to look further, as they’re all dead to me.

    tanja,

    What do you use, then?

    Given the context, I’d assume either Arch or Fedora Silverblue 🤔

    swab148,
    @swab148@startrek.website avatar

    I would guess what distro you use, but I think I can guess.

    Dotdev,
    @Dotdev@programming.dev avatar

    Blend is based of arch not Debian.

    iopq,

    Nix is better because you can use a lock file to fetch the exact revisions of each software. Even proprietary stuff is hashed so when you download it, it’s checked to be bit identical to the lock file hash before it’s installed

    This means your setup on another machine is the same as long as the lock file is the same.

    Also you can switch to an older revision, mix and match stable and unstable, keep your whole setup in a git repo. It’s basically everything you ever would want from a package manager (reproducible builds already done for the minimal version, soon coming to all 80,000 packages)

    danielfgom, in I'm trying to run VirtualBox in Linux Mint but I keep getting an error message about Kernel drivers.
    @danielfgom@lemmy.world avatar

    That’s really odd. I’m running Linux Mint Debian Edition 6 and I installed virtual box from the oracle website just fine.

    As others have said, try Gnome Boxes and see if they works. If it also has issues then it’s something with your system.

    vortexal,
    @vortexal@lemmy.ml avatar

    I actually just tried Gnome Boxes and it seems to work mostly fine but the only problem I’m having is that 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.

    danielfgom,
    @danielfgom@lemmy.world avatar

    Have you tried to download it on the host to a USB (formatted with fat32) and then in Boxes select that usb in Windows to copy and run the software?

    vortexal,
    @vortexal@lemmy.ml avatar

    While I have already found a solution (and with it found out that the software doesn’t even work in windows xp) the only way to download Boxes that I could find was through flathub, which doesn’t allow usb devices for some reason. What does work is that I can just put all of the files I want transferred into an iso file and mount it to the VM.

    Also, if there is a way to install Boxes outside of flathub, I’ll have to check it out tomorrow because of late it is for me right now.

    Pantherina,

    Yes there is such a way.

    rockandsock, in How do y'all deal with programs not supported on Linux?

    One of my computers has windows on one of the ssds because I have to use windows for work software once every week or so for about 20-30 minutes and there are a few other windows programs that I need to use occasionally.

    Basically I use Windows for a couple of hours a month and Linux the rest of the time.

    danielfgom, in After upgrade to Fedora 39 Silverblue, Docker and VM-Manager have stopped working
    @danielfgom@lemmy.world avatar

    Have you tried to remove and reinstall virt manger?

    If not, try it. Must be something to do with the kernel modules. Same goes for docker

    sv1sjp,
    @sv1sjp@lemmy.world avatar

    Already done, still not working :(

    Edit: Fedora got an upgrade today and vm-manager works again without any issue. Docker remains broken, maybe its matter of time. Thank you for your response!!!

  • All
  • Subscribed
  • Moderated
  • Favorites
  • linux@lemmy.ml
  • localhost
  • All magazines
  • Loading…
    Loading the web debug toolbar…
    Attempt #

    Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 20975616 bytes) in /var/www/kbin/kbin/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php on line 171

    Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 4210688 bytes) in /var/www/kbin/kbin/vendor/symfony/error-handler/Resources/views/logs.html.php on line 36