onedr0p / containers

My collection of container images
https://github.com/onedr0p?tab=packages&repo_name=containers
Apache License 2.0
283 stars 71 forks source link

HASS: `libcap` not available #1026

Closed samip5 closed 2 months ago

samip5 commented 2 months ago
2024-05-17 14:59:06.501 ERROR (SyncWorker_1) [aiodhcpwatcher] Cannot watch for dhcp packets without a functional packet filter: libpcap is not available. Cannot compile filter

Version: 2024.5.3

onedr0p commented 2 months ago

I think this is expected because you can't have that functionality without running the container as root.

samip5 commented 2 months ago

I think this is expected because you can't have that functionality without running the container as root.

I think that sounds more like the library not being available instead of it not being able to be used.

onedr0p commented 2 months ago

Maybe? I see the error on my end too but I don't lose any functionality. Anyways, I don't have time to look into this as things work fine over here.

samip5 commented 2 months ago

Yeah, I'm gonna just close this as it does seem to be mostly a warning only.