Phill

Results 347 comments of Phill

Are you running Buster? If yes, have you upgraded `libseccomp2`? If no, see [instructions](https://sensorsiot.github.io/IOTstack/Basic_setup/#patch-2-update-libseccomp2). There's background info [here](https://github.com/SensorsIot/IOTstack/issues/401). Also, Mosquitto seemed to need the `sed` patch for `https` to `http`....

I'm having a similar problem. Completely by accident (no science, no theory) I stumbled across a solution which was to replace `iptables` commands with `iptables-nft` commands. Instant fix! What I'm...

Where did "Arduino is not standard C++, but some sort of language of its own that is based on C++" come from? I don't see that anywhere in the thread....

Same with 2.8.0. I'm not trying to add pressure on anyone to do anything about this. I'm just trying to figure out what I should do as I build my...

Thank you for doing this!! I was going to suggest that "iotstack" in the default topic might be inappropriate. If it were me submitting this, I'd change it as you...

@Slyke - your comment makes me slightly twitchy. This isn't as straightforward as the original post makes it seem (and the discussion was moved to the new repo at the...

Hi, Please read [this gist](https://gist.github.com/Paraphraser/c9db25d131dd4c09848ffb353b69038f). It covers the network setup side of things in detail. Basically, each container implements its own 127.0.0.1 so you can’t use that to talk between...

Please see [* * THIS PROJECT IS DORMANT * *](https://github.com/gcgarner/IOTstack/issues/194). It is possible that your problem has been fixed on [SensorsIot/IOTstack](https://github.com/SensorsIot/IOTstack). In any case, you are more likely to get...

Hi - first off, please read [this project is dormant](https://github.com/gcgarner/IOTstack/issues/194). If I had this problem and wanted to clobber everything, here is what I would do. I'd start by taking...

If you look through the `docker-compose.yml` you will see almost every service definition has a `volumes` directive, and that most of those have left hand sides beginning with `./volumes/`. >...