Christian
Christian
https://github.com/DATL4G/Klient2Klient
https://github.com/posicks/mdnsjava
https://github.com/jmdns/jmdns more stars
Thanks for opening an issue @ashkl. Could you tell me a bit more about your system? Platform: linux/macOS/windows? Version: And did you get the same result with drives returning 0...
The issue is documented here: https://github.com/oshi/oshi/issues/1578 Essentially, sys-API tries to map physical drives to logical volumes (since they contain the disk usage). And it fails since sometimes there isn't a...
@mr-tuduf I'm working on a solution. Unfortunately I need to abandon the mapping between HWDiskStore and FileSystem. But on the plus-side there will be more information available, since the current...
after some investigation; it's not OSHI or sys-API. It's when running inside docker. On my system /dev/sda disappears when running inside docker.
What I've tried so far without success: ```yaml privileged: true device_cgroup_rules: - 'c 8:* rmw' volumes: - /run/udev:/run/udev:ro - /dev:/dev ``` I'm surprised not even privileged option work.
systemd service that has graalvm native image https://github.com/wkgcass/vproxy/blob/2530c5d3e2432498e66383df1adebbc5895fe92d/misc/vp-ws-server-native.service#L2
https://github.com/fvarrui/JavaPackager