[SOLVED] Crowdstrike Falcon Sensor on PVE 9 Host?

PALLBHV

New Member
Jan 14, 2026
3
0
1
Hello,

i just tried to install the falcon sensor on my pve 9 host.
It fails with some dependency errors:


Code:
Unpacking falcon-sensor (7.38.0-19102) ...
dpkg: dependency problems prevent configuration of falcon-sensor:
 falcon-sensor depends on libnl1 | libnl-genl-3-200; however:
  Package libnl1 is not installed.
  Package libnl-genl-3-200 is not installed.

dpkg: error processing package falcon-sensor (--install):
 dependency problems - leaving unconfigured
Processing triggers for libc-bin (2.41-12+deb13u3) ...
Errors were encountered while processing:
 falcon-sensor

Is there a safe way to install the falcon sensor on a PVE 9.2.3+ Host?
Or should i do not do this because there a known issues installing falcon sensor on my hypervisor?

Best regards,
holger
 
Last edited:
Hello,

i just tried to install the falcon sensor on my pve 9 host.
It fails with some dependency errors:


Code:
Unpacking falcon-sensor (7.38.0-19102) ...
dpkg: dependency problems prevent configuration of falcon-sensor:
 falcon-sensor depends on libnl1 | libnl-genl-3-200; however:
  Package libnl1 is not installed.
  Package libnl-genl-3-200 is not installed.

dpkg: error processing package falcon-sensor (--install):
 dependency problems - leaving unconfigured
Processing triggers for libc-bin (2.41-12+deb13u3) ...
Errors were encountered while processing:
 falcon-sensor

Is there a safe way to install the falcon sensor on a PVE 9.2.3+ Host?
How did you try to install it? At least libnl-genl-3-200 exists in debian Trixie.
 
PVE UI -> Console -> dpkg -i falcon-sensor_7.38.0-19102_amd64.deb

root@*******:/opt# cat /etc/os-release
PRETTY_NAME="Debian GNU/Linux 13 (trixie)"
NAME="Debian GNU/Linux"
VERSION_ID="13"
VERSION="13 (trixie)"
VERSION_CODENAME=trixie
DEBIAN_VERSION_FULL=13.5
ID=debian
HOME_URL="https://www.debian.org/"
SUPPORT_URL="https://www.debian.org/support"
BUG_REPORT_URL="https://bugs.debian.org/"
 
Last edited:
You will need to follow up that dpkg command with an `apt-get --fix-broken install` for apt to pick up missing dependencies.

Are you following some kind of manual during that installation? I would expect that manual to cover that aspect.

I have no clue what that piece of software is going to do to your PVE cluster, but with the most prominent CrowdStrike-related news headlines in mind I'd be surprised if it was any good.
 
Last edited:
  • Like
Reactions: Johannes S
Or should i do not do this because there a known issues installing falcon sensor on my hypervisor?
Think of PVE as an appliance, especially if you have not installed it on a vanilla Debian base.

Can you install almost anything on Linux - yes. Have we seen Crowdstrike bring down quarter of the world IT - yes. Have they fixed _known_ bugs - yes.

As for installation errors, it would be better if you provided the entire output, including the command you run to initiate the installation and any preceding commands specified by the vendor.


Blockbridge : Ultra low latency all-NVME shared storage for Proxmox - https://www.blockbridge.com/proxmox
 
  • Like
Reactions: Johannes S and jtru
Hey guys. thank you for your reply.
I hab a typo with installing libnl-genl-3-200 ... My fault...
after installing it i can install the falcon sensor without problems.

thank you
 
Install deb via apt and take care of the dependencies with (path can also be relative)

Code:
apt install /path/to/deb/file/install.deb

I don't know since when this works, but it does.