Phill

Results 343 comments of Phill

I don't know if this will help but these are the notes I made of the steps to follow on a new Linux system: 1. Login. 2. Add these lines...

In my earlier reply, I hope I didn't give you the impression I was any kind of expert on this stuff. I'm not (0.5 on a 10-point scale if I'm...

@neurove - your post started me thinking. What do you think about [IOTstack issue 415](https://github.com/SensorsIot/IOTstack/issues/415#issuecomment-929895669) as an expansion on your idea?

@genieai-vikas maybe take a look at [SensorsIot/IOTstack](https://github.com/SensorsIot/IOTstack/tree/master/.templates/mosquitto) and, in particular `iotstack_healthcheck.sh`. The IOTstack solution started with the basic idea from @neurove but grew. It has been "in production" with IOTstack...

@reverendj1 perhaps see [this gist](https://gist.github.com/Paraphraser/650eeab26794dc7363b7123b33f671c4). It’s a brute force solution but it does actually work. I’m running OctoPrint in a Docker container on a Pi 3B+. I’ve also tested the...

I don't know if anything in [this gist](https://gist.github.com/Paraphraser/650eeab26794dc7363b7123b33f671c4) will prove useful. I've had mine set up that way for over a year.

I don't know if this will be useful but the screen shot is from a Pi4 running Buster with `libseccomp2` patched. Shows 3.0.0-14 starting up OK (via docker-compose). See [`libseccomp2`...

Try this (my example uses `vi` but you can use the text editor of your choice): ``` $ cd ~/IOTstack $ vi volumes/nodered/data/settings.js ``` Find this chunk of text: ```...

Rather than open a new issue, I'll just mention here that the main page on DockerHub probably needs updating too.

Still happening - see: * [Discord IOTstack 2021-09-17](https://discord.com/channels/638610460567928832/638610461109256194/888096248761045022) * [Discord IOTstack 2021-09-09](https://discord.com/channels/638610460567928832/638610461109256194/885494986710335498) "sed" patch seems to work.