Uninstalling wpasupplicant uninstalled OMV

  • When doing updates I saw that there were a lot of unneeded firmware updates for wireless hardware that this machine doesn't have (it's a lenovo desktop) and furthermore wouldn't even see because I just installed it into a proxmox VM (so it has the minimal hardware required). I figured from reading another thread How to remove unused firmware packages from Updates that I could just remove them using apt-get remove <nonexistant hardware firmware> and everything was going great until I got to the last package wpasupplicant. when i did that it removed openmediavault and everything that went with it.


    Why would OMV list wpasupplicant as a dependency?

    • Official Post

    Why would OMV list wpasupplicant as a dependency?

    OMV is able to configure wireless adapters in the web interface and requires wpasupplicant to do that.

    omv 8.0.6-2 synchrony | 6.17 proxmox kernel

    plugins :: omvextrasorg 8.0.2 | kvm 8.0.2 | compose 8.1.2 | cterm 8.0 | borgbackup 8.0.2 | cputemp 8.0 | mergerfs 8.0 | scripts 8.0.1 | writecache 8.1


    omv-extras.org plugins source code and issue tracker - github - changelogs


    Please try ctrl-shift-R and read this before posting a question.

    Please put your OMV system details in your signature.
    Please don't PM for support... Too many PMs!

    • Official Post

    I guess wireless adaptor config is part of the networking interface and not a separate plug in.

    Yep. Kinda wish it was a plugin because I don't want that wireless stuff on my systems either.

    omv 8.0.6-2 synchrony | 6.17 proxmox kernel

    plugins :: omvextrasorg 8.0.2 | kvm 8.0.2 | compose 8.1.2 | cterm 8.0 | borgbackup 8.0.2 | cputemp 8.0 | mergerfs 8.0 | scripts 8.0.1 | writecache 8.1


    omv-extras.org plugins source code and issue tracker - github - changelogs


    Please try ctrl-shift-R and read this before posting a question.

    Please put your OMV system details in your signature.
    Please don't PM for support... Too many PMs!

  • Saw this too late... and stepped on the same rake. Thank god for making me smart and have backups in place. One of those cases when a solid backup strategy saves the day.


    Alternative to getting rid of wpasupplicant is to disable (or mask) its service:

    Code
    $ systemctl disable wpa_supplicant.service --now
    # or
    $ systemctl mask wpa_supplicant.service

    Hope this helps someone.

Participate now!

Don’t have an account yet? Register yourself now and be a part of our community!