Wilfried Goesgens

Results 191 comments of Wilfried Goesgens
trafficstars

It already has quiet a bunch. `bluez` should be considered as well. `systemd-resolved` is a pre-dependency [pre-depends](https://www.debian.org/doc/debian-policy/ch-relationships.html#binary-dependencies-depends-recommends-suggests-enhances-pre-depends) , it needs to be readily set up in order for the scripts...

Hm, I think only resolved got in my way because this was completely missing, and I downloaded the other ones beforehand. But if the script invokes binaries installed from them,...

You can check which packages depend on it like this: ``` apt-cache rdepends cifs-utils cifs-utils Reverse Depends: smb4k homeassistant-supervised smbclient udevil clonezilla smbclient libpam-mount kwartz-client freeipa-client-samba education-networked-common education-common ``` probably...

If there is a mechanism that adds these packages once you select bluetooth to be used, I'd be on your side. If not, having to find out and manually installing...

what do you hope to achieve by frankensteining cypher queries onto arangodb? Doesn't sound like a clever Idea to me in first place?

Still ArangoDB offers graph capabilities on its own, without adding tinkerpop; Plus it has a well maintained direct Java driver, without big abstraction layer. So, maybe take a second look...

Hi, there are several possible reasons and ways to proceed. Docker may restrict resources without these restrictions being visible in `/proc`. Since ArangoDB 3.6.3 you may specify `ARANGODB_OVERRIDE_DETECTED_TOTAL_MEMORY` with a...

Hi, since this will be a breaking change for existing users we may only do this with an arangodb 4.0 release. I also remember this being trouble some for mac/windows...

the suggested change will be available with ArangoDB 3.4.6

Hi, by default the arangodb docker container doesn't bind unix domain sockets. You can however make it do so by specifying it should do (this example chooses to disable authentification...